ctt-babylon 0.8.12 → 0.8.13

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.
Files changed (784) hide show
  1. package/esm2022/lib/Enum/buttons-type.enum.mjs +6 -0
  2. package/esm2022/lib/Enum/index.mjs +3 -0
  3. package/esm2022/lib/Enum/logo-type.enum.mjs +10 -0
  4. package/esm2022/lib/Enum/services.enum.mjs +8 -0
  5. package/esm2022/lib/Enum/views.enum.mjs +5 -0
  6. package/esm2022/lib/components/core/babylon-404/babylon-404.component.mjs +18 -5
  7. package/esm2022/lib/components/core/babylon-404/babylon-404.interface.mjs +2 -0
  8. package/esm2022/lib/components/core/babylon-404/index.mjs +3 -0
  9. package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.component.mjs +30 -0
  10. package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.interface.mjs +2 -0
  11. package/esm2022/lib/components/core/babylon-action-banner/index.mjs +3 -0
  12. package/esm2022/lib/components/core/babylon-advantages/babylon-advantages-info.interface.mjs +2 -0
  13. package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.component.mjs +29 -5
  14. package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.interface.mjs +2 -0
  15. package/esm2022/lib/components/core/babylon-advantages/index.mjs +4 -0
  16. package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.mjs +31 -5
  17. package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.mjs +2 -0
  18. package/esm2022/lib/components/core/babylon-banner-gallery/index.mjs +3 -0
  19. package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.component.mjs +133 -6
  20. package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.interface.mjs +2 -0
  21. package/esm2022/lib/components/core/babylon-banner-info/index.mjs +3 -0
  22. package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.mjs +39 -5
  23. package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.mjs +2 -0
  24. package/esm2022/lib/components/core/babylon-banner-newsletter/index.mjs +3 -0
  25. package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.component.mjs +98 -5
  26. package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.interface.mjs +2 -0
  27. package/esm2022/lib/components/core/babylon-blog-details/index.mjs +3 -0
  28. package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.component.mjs +80 -6
  29. package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.interface.mjs +2 -0
  30. package/esm2022/lib/components/core/babylon-blog-list/index.mjs +3 -0
  31. package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.mjs +14 -5
  32. package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.mjs +2 -0
  33. package/esm2022/lib/components/core/babylon-breadcrumb/index.mjs +3 -0
  34. package/esm2022/lib/components/core/babylon-color-picker/babylon-color-picker.component.mjs +267 -0
  35. package/esm2022/lib/components/core/babylon-color-picker/index.mjs +2 -0
  36. package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.mjs +10 -5
  37. package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.mjs +2 -0
  38. package/esm2022/lib/components/core/babylon-comingsoon/index.mjs +3 -0
  39. package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.component.mjs +19 -0
  40. package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.interface.mjs +2 -0
  41. package/esm2022/lib/components/core/babylon-contact-address/index.mjs +3 -0
  42. package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.component.mjs +134 -20
  43. package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.interface.mjs +2 -0
  44. package/esm2022/lib/components/core/babylon-contact-form/index.mjs +3 -0
  45. package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.component.mjs +23 -6
  46. package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.interface.mjs +2 -0
  47. package/esm2022/lib/components/core/babylon-contact-how/index.mjs +3 -0
  48. package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.component.mjs +29 -6
  49. package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.interface.mjs +2 -0
  50. package/esm2022/lib/components/core/babylon-contact-map/index.mjs +3 -0
  51. package/esm2022/lib/components/core/babylon-engine/babylon-engine.component.mjs +237 -22
  52. package/esm2022/lib/components/core/babylon-engine/babylon-engine.interface.mjs +2 -0
  53. package/esm2022/lib/components/core/babylon-engine/index.mjs +3 -0
  54. package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.mjs +225 -33
  55. package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.mjs +2 -0
  56. package/esm2022/lib/components/core/babylon-engine-modal/index.mjs +3 -0
  57. package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.component.mjs +80 -0
  58. package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.interface.mjs +2 -0
  59. package/esm2022/lib/components/core/babylon-external-script/index.mjs +3 -0
  60. package/esm2022/lib/components/core/babylon-faq/babylon-faq.component.mjs +38 -5
  61. package/esm2022/lib/components/core/babylon-faq/babylon-faq.interface.mjs +2 -0
  62. package/esm2022/lib/components/core/babylon-faq/index.mjs +3 -0
  63. package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.component.mjs +28 -6
  64. package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.interface.mjs +2 -0
  65. package/esm2022/lib/components/core/babylon-features-slider/index.mjs +3 -0
  66. package/esm2022/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.mjs +16 -6
  67. package/esm2022/lib/components/core/babylon-filter-modal/index.mjs +2 -0
  68. package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.mjs +121 -0
  69. package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.mjs +2 -0
  70. package/esm2022/lib/components/core/babylon-floating-buttons/index.mjs +3 -0
  71. package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.mjs +25 -5
  72. package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.mjs +2 -0
  73. package/esm2022/lib/components/core/babylon-footer-contact/index.mjs +3 -0
  74. package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.component.mjs +13 -5
  75. package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.interface.mjs +2 -0
  76. package/esm2022/lib/components/core/babylon-footer-links/index.mjs +3 -0
  77. package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.mjs +23 -5
  78. package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.mjs +2 -0
  79. package/esm2022/lib/components/core/babylon-footer-logos/index.mjs +3 -0
  80. package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.component.mjs +14 -5
  81. package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.interface.mjs +3 -0
  82. package/esm2022/lib/components/core/babylon-footer-social/index.mjs +3 -0
  83. package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.component.mjs +72 -23
  84. package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.interface.mjs +2 -0
  85. package/esm2022/lib/components/core/babylon-gallery/index.mjs +3 -0
  86. package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.component.mjs +38 -0
  87. package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.interface.mjs +2 -0
  88. package/esm2022/lib/components/core/babylon-global-modal/index.mjs +3 -0
  89. package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.mjs +42 -6
  90. package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.mjs +2 -0
  91. package/esm2022/lib/components/core/babylon-grid-gallery/index.mjs +3 -0
  92. package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.mjs +91 -7
  93. package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.mjs +2 -0
  94. package/esm2022/lib/components/core/babylon-guests-popup/index.mjs +3 -0
  95. package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.component.mjs +24 -5
  96. package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.interface.mjs +2 -0
  97. package/esm2022/lib/components/core/babylon-head-intro/index.mjs +3 -0
  98. package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.mjs +114 -52
  99. package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.mjs +2 -0
  100. package/esm2022/lib/components/core/babylon-header-book-show/index.mjs +3 -0
  101. package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.component.mjs +143 -53
  102. package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.interface.mjs +2 -0
  103. package/esm2022/lib/components/core/babylon-header-clear/index.mjs +3 -0
  104. package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.mjs +148 -52
  105. package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.mjs +2 -0
  106. package/esm2022/lib/components/core/babylon-header-menu-center/index.mjs +3 -0
  107. package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.mjs +122 -0
  108. package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.mjs +2 -0
  109. package/esm2022/lib/components/core/babylon-header-menu-logo-center/index.mjs +3 -0
  110. package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.mjs +92 -52
  111. package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.mjs +2 -0
  112. package/esm2022/lib/components/core/babylon-header-menu-show/index.mjs +3 -0
  113. package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.mjs +156 -0
  114. package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.mjs +2 -0
  115. package/esm2022/lib/components/core/babylon-header-mobile/index.mjs +3 -0
  116. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotel.interface.mjs +2 -0
  117. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.mjs +12 -5
  118. package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.mjs +2 -0
  119. package/esm2022/lib/components/core/babylon-hotels-list/index.mjs +4 -0
  120. package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.mjs +19 -6
  121. package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.mjs +2 -0
  122. package/esm2022/lib/components/core/babylon-hotels-slider/index.mjs +3 -0
  123. package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.component.mjs +19 -5
  124. package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.interface.mjs +2 -0
  125. package/esm2022/lib/components/core/babylon-info-big/index.mjs +3 -0
  126. package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.component.mjs +31 -7
  127. package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.interface.mjs +3 -0
  128. package/esm2022/lib/components/core/babylon-info-grid/index.mjs +3 -0
  129. package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.component.mjs +95 -5
  130. package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.interface.mjs +2 -0
  131. package/esm2022/lib/components/core/babylon-info-img/index.mjs +3 -0
  132. package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.mjs +56 -0
  133. package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.mjs +2 -0
  134. package/esm2022/lib/components/core/babylon-info-img-slider/index.mjs +3 -0
  135. package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.component.mjs +62 -5
  136. package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.interface.mjs +2 -0
  137. package/esm2022/lib/components/core/babylon-info-intro/index.mjs +3 -0
  138. package/esm2022/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.mjs +7 -5
  139. package/esm2022/lib/components/core/babylon-info-show-img/index.mjs +2 -0
  140. package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.mjs +31 -5
  141. package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.mjs +2 -0
  142. package/esm2022/lib/components/core/babylon-info-zig-zag/index.mjs +3 -0
  143. package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.mjs +92 -0
  144. package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.mjs +2 -0
  145. package/esm2022/lib/components/core/babylon-info-zig-zag-counter/index.mjs +3 -0
  146. package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.mjs +19 -5
  147. package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.mjs +2 -0
  148. package/esm2022/lib/components/core/babylon-info-zigzag-v2/index.mjs +3 -0
  149. package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.mjs +36 -0
  150. package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.mjs +2 -0
  151. package/esm2022/lib/components/core/babylon-info2col-img/index.mjs +3 -0
  152. package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.component.mjs +30 -5
  153. package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.interface.mjs +2 -0
  154. package/esm2022/lib/components/core/babylon-info2img/index.mjs +3 -0
  155. package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.mjs +38 -5
  156. package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.mjs +2 -0
  157. package/esm2022/lib/components/core/babylon-info2img-big/index.mjs +3 -0
  158. package/esm2022/lib/components/core/babylon-info3img/babylon-info3img.component.mjs +19 -5
  159. package/esm2022/lib/components/core/babylon-info3img/index.mjs +2 -0
  160. package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.component.mjs +23 -5
  161. package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.interface.mjs +2 -0
  162. package/esm2022/lib/components/core/babylon-info4img/index.mjs +3 -0
  163. package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.component.mjs +21 -5
  164. package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.interface.mjs +2 -0
  165. package/esm2022/lib/components/core/babylon-items-grid/index.mjs +3 -0
  166. package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.component.mjs +13 -7
  167. package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.interface.mjs +2 -0
  168. package/esm2022/lib/components/core/babylon-language-modal/index.mjs +3 -0
  169. package/esm2022/lib/components/core/babylon-legal/babylon-legal.component.mjs +19 -5
  170. package/esm2022/lib/components/core/babylon-legal/babylon-legal.interface.mjs +2 -0
  171. package/esm2022/lib/components/core/babylon-legal/index.mjs +3 -0
  172. package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.component.mjs +15 -5
  173. package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.interface.mjs +3 -0
  174. package/esm2022/lib/components/core/babylon-list-grid/index.mjs +3 -0
  175. package/esm2022/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.mjs +139 -0
  176. package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.mjs +35 -0
  177. package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.mjs +2 -0
  178. package/esm2022/lib/components/core/babylon-modal-multiple-motors/index.mjs +3 -0
  179. package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.mjs +39 -0
  180. package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.mjs +2 -0
  181. package/esm2022/lib/components/core/babylon-modal-popup/index.mjs +3 -0
  182. package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.component.mjs +52 -9
  183. package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.interface.mjs +3 -0
  184. package/esm2022/lib/components/core/babylon-newsletter/index.mjs +3 -0
  185. package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.mjs +37 -5
  186. package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.mjs +2 -0
  187. package/esm2022/lib/components/core/babylon-offer-detail/index.mjs +3 -0
  188. package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.mjs +34 -11
  189. package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.mjs +2 -0
  190. package/esm2022/lib/components/core/babylon-offer-popup/index.mjs +3 -0
  191. package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.mjs +49 -0
  192. package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.mjs +2 -0
  193. package/esm2022/lib/components/core/babylon-offer-popupV2/index.mjs +3 -0
  194. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.mjs +20 -5
  195. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.mjs +2 -0
  196. package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer.interface.mjs +2 -0
  197. package/esm2022/lib/components/core/babylon-offer-slider/index.mjs +4 -0
  198. package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.component.mjs +47 -5
  199. package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.interface.mjs +2 -0
  200. package/esm2022/lib/components/core/babylon-offers-list/index.mjs +3 -0
  201. package/esm2022/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.mjs +20 -5
  202. package/esm2022/lib/components/core/babylon-offers-slider/index.mjs +2 -0
  203. package/esm2022/lib/components/core/babylon-preload/babylon-preload.component.mjs +28 -4
  204. package/esm2022/lib/components/core/babylon-preload/index.mjs +2 -0
  205. package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.component.mjs +27 -0
  206. package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.interface.mjs +2 -0
  207. package/esm2022/lib/components/core/babylon-press-list/index.mjs +3 -0
  208. package/esm2022/lib/components/core/babylon-room-details/babylon-room-detail.interface.mjs +2 -0
  209. package/esm2022/lib/components/core/babylon-room-details/babylon-room-details.component.mjs +19 -5
  210. package/esm2022/lib/components/core/babylon-room-details/index.mjs +3 -0
  211. package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.mjs +158 -5
  212. package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.mjs +2 -0
  213. package/esm2022/lib/components/core/babylon-rooms-cols/index.mjs +3 -0
  214. package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.mjs +19 -6
  215. package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.mjs +2 -0
  216. package/esm2022/lib/components/core/babylon-rooms-grid/index.mjs +3 -0
  217. package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.mjs +32 -6
  218. package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.mjs +2 -0
  219. package/esm2022/lib/components/core/babylon-rooms-list/index.mjs +3 -0
  220. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-room.interface.mjs +2 -0
  221. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.mjs +25 -5
  222. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.mjs +2 -0
  223. package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.mjs +2 -0
  224. package/esm2022/lib/components/core/babylon-rooms-slider/index.mjs +5 -0
  225. package/esm2022/lib/components/core/babylon-services-slider/babylon-service-slider.interface.mjs +2 -0
  226. package/esm2022/lib/components/core/babylon-services-slider/babylon-services-slider.component.mjs +17 -5
  227. package/esm2022/lib/components/core/babylon-services-slider/index.mjs +3 -0
  228. package/esm2022/lib/components/core/babylon-slider2col/babylon-slider2col.component.mjs +28 -5
  229. package/esm2022/lib/components/core/babylon-slider2col/index.mjs +2 -0
  230. package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.component.mjs +15 -5
  231. package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.interface.mjs +2 -0
  232. package/esm2022/lib/components/core/babylon-slider2items/index.mjs +3 -0
  233. package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3col.component.mjs +53 -0
  234. package/esm2022/lib/components/core/babylon-slider3col/index.mjs +2 -0
  235. package/esm2022/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.mjs +11 -0
  236. package/esm2022/lib/components/core/babylon-slider3col-clear/index.mjs +2 -0
  237. package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.component.mjs +14 -5
  238. package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.interface.mjs +2 -0
  239. package/esm2022/lib/components/core/babylon-slider3items/index.mjs +3 -0
  240. package/esm2022/lib/components/core/babylon-slider4col/babylon-slider4col.component.mjs +37 -5
  241. package/esm2022/lib/components/core/babylon-slider4col/index.mjs +2 -0
  242. package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.component.mjs +104 -6
  243. package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.interface.mjs +2 -0
  244. package/esm2022/lib/components/core/babylon-static-footer/index.mjs +3 -0
  245. package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.mjs +48 -8
  246. package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.mjs +2 -0
  247. package/esm2022/lib/components/core/babylon-static-footer-v2/index.mjs +3 -0
  248. package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.mjs +35 -5
  249. package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.mjs +2 -0
  250. package/esm2022/lib/components/core/babylon-submenu-hotel/index.mjs +3 -0
  251. package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.component.mjs +18 -5
  252. package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.interface.mjs +2 -0
  253. package/esm2022/lib/components/core/babylon-thanks/index.mjs +3 -0
  254. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.mjs +2 -0
  255. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.component.mjs +187 -5
  256. package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.interface.mjs +2 -0
  257. package/esm2022/lib/components/core/babylon-top-slider/index.mjs +4 -0
  258. package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.mjs +33 -6
  259. package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.mjs +2 -0
  260. package/esm2022/lib/components/core/babylon-top-slider-thumbs/index.mjs +3 -0
  261. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.mjs +2 -0
  262. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.mjs +22 -5
  263. package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.mjs +2 -0
  264. package/esm2022/lib/components/core/babylon-top-slider-v2/index.mjs +4 -0
  265. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.mjs +194 -5
  266. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.mjs +2 -0
  267. package/esm2022/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.mjs +2 -0
  268. package/esm2022/lib/components/core/babylon-top-slider-video/index.mjs +4 -0
  269. package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.component.mjs +23 -5
  270. package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.interface.mjs +2 -0
  271. package/esm2022/lib/components/core/babylon-webmap/index.mjs +3 -0
  272. package/esm2022/lib/components/core/index.mjs +89 -0
  273. package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.mjs +124 -0
  274. package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.mjs +2 -0
  275. package/esm2022/lib/components/shared/babylon-dynamic-heading/index.mjs +3 -0
  276. package/esm2022/lib/components/shared/babylon-search/babylon-search.component.mjs +82 -0
  277. package/esm2022/lib/components/shared/babylon-search/index.mjs +2 -0
  278. package/esm2022/lib/components/shared/index.mjs +2 -0
  279. package/esm2022/lib/directives/babylon-background-strip/babylon-background-strip.directive.mjs +71 -0
  280. package/esm2022/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.mjs +52 -0
  281. package/esm2022/lib/directives/babylon-galleries/babylon-light-gallery.directive.mjs +107 -0
  282. package/esm2022/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.mjs +60 -0
  283. package/esm2022/lib/directives/babylon-pagination/babylon-pagination.directive.mjs +127 -0
  284. package/esm2022/lib/directives/babylon-sliders/babylon-custom-slider.directive.mjs +62 -0
  285. package/esm2022/lib/directives/babylon-sliders/babylon-hotels-slider.directive.mjs +107 -0
  286. package/esm2022/lib/directives/babylon-sliders/babylon-sliders.directive.mjs +438 -0
  287. package/esm2022/lib/directives/babylon-sliders/babylon-swiper-slider.directive.mjs +107 -0
  288. package/esm2022/lib/directives/data-background/data-background.directive.mjs +32 -0
  289. package/esm2022/lib/directives/link-type/link-type.directive.mjs +287 -0
  290. package/esm2022/lib/directives/scrolls/scroll-up.directive.mjs +27 -0
  291. package/esm2022/lib/interfaces/babylon-button.interface.mjs +2 -0
  292. package/esm2022/lib/interfaces/babylon-consult-type.interface.mjs +2 -0
  293. package/esm2022/lib/interfaces/babylon-dropdown.interface.mjs +2 -0
  294. package/esm2022/lib/interfaces/babylon-global-icon.interface.mjs +2 -0
  295. package/esm2022/lib/interfaces/babylon-image.interface.mjs +2 -0
  296. package/esm2022/lib/interfaces/babylon-input.interface.mjs +2 -0
  297. package/esm2022/lib/interfaces/babylon-menu-button.interface.mjs +2 -0
  298. package/esm2022/lib/interfaces/babylon-menu-info.interface.mjs +2 -0
  299. package/esm2022/lib/interfaces/babylon-page-config.interface.mjs +2 -0
  300. package/esm2022/lib/interfaces/babylon-site-config.interface.mjs +2 -0
  301. package/esm2022/lib/interfaces/babylon-tags.interface.mjs +2 -0
  302. package/esm2022/lib/interfaces/babylon-text-info.interface.mjs +2 -0
  303. package/esm2022/lib/interfaces/babylon-texts-colors.interface.mjs +2 -0
  304. package/esm2022/lib/interfaces/babylon-texts.interface.mjs +2 -0
  305. package/esm2022/lib/interfaces/index.mjs +15 -0
  306. package/esm2022/lib/pipes/babylon-clean-phone.pipe.mjs +14 -0
  307. package/esm2022/lib/pipes/babylon-currency.pipe.mjs +29 -0
  308. package/esm2022/lib/services/color-panel.service.mjs +316 -0
  309. package/esm2022/lib/services/index.mjs +3 -1
  310. package/esm2022/lib/services/mapper/index.mjs +3 -0
  311. package/esm2022/lib/services/mapper/mapper.service.mjs +2553 -0
  312. package/esm2022/lib/services/mapper/mapper.service.token.mjs +3 -0
  313. package/esm2022/lib/services/modals-service/index.mjs +2 -0
  314. package/esm2022/lib/services/modals-service/modals.service.mjs +77 -0
  315. package/esm2022/lib/services/screen-sizer/screen-sizer.service.mjs +46 -35
  316. package/esm2022/lib/utils/complex-links.token.mjs +6 -0
  317. package/esm2022/lib/utils/index.mjs +2 -0
  318. package/esm2022/lib/utils/utils.mjs +153 -0
  319. package/esm2022/public-api.mjs +11 -114
  320. package/fesm2022/ctt-babylon.mjs +9499 -2516
  321. package/fesm2022/ctt-babylon.mjs.map +1 -1
  322. package/lib/Enum/buttons-type.enum.d.ts +4 -0
  323. package/lib/Enum/index.d.ts +2 -0
  324. package/lib/Enum/logo-type.enum.d.ts +8 -0
  325. package/lib/Enum/services.enum.d.ts +6 -0
  326. package/lib/Enum/views.enum.d.ts +3 -0
  327. package/lib/components/core/babylon-404/babylon-404.component.d.ts +8 -1
  328. package/lib/components/core/babylon-404/babylon-404.interface.d.ts +9 -0
  329. package/lib/components/core/babylon-404/index.d.ts +2 -0
  330. package/lib/components/core/babylon-action-banner/babylon-action-banner.component.d.ts +14 -0
  331. package/lib/components/core/babylon-action-banner/babylon-action-banner.interface.d.ts +9 -0
  332. package/lib/components/core/babylon-action-banner/index.d.ts +2 -0
  333. package/lib/components/core/babylon-advantages/babylon-advantages-info.interface.d.ts +5 -0
  334. package/lib/components/core/babylon-advantages/babylon-advantages.component.d.ts +14 -1
  335. package/lib/components/core/babylon-advantages/babylon-advantages.interface.d.ts +13 -0
  336. package/lib/components/core/babylon-advantages/index.d.ts +3 -0
  337. package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.d.ts +11 -1
  338. package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.d.ts +9 -0
  339. package/lib/components/core/babylon-banner-gallery/index.d.ts +2 -0
  340. package/lib/components/core/babylon-banner-info/babylon-banner-info.component.d.ts +25 -2
  341. package/lib/components/core/babylon-banner-info/babylon-banner-info.interface.d.ts +10 -0
  342. package/lib/components/core/babylon-banner-info/index.d.ts +2 -0
  343. package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.d.ts +16 -1
  344. package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.d.ts +9 -0
  345. package/lib/components/core/babylon-banner-newsletter/index.d.ts +2 -0
  346. package/lib/components/core/babylon-blog-details/babylon-blog-details.component.d.ts +39 -1
  347. package/lib/components/core/babylon-blog-details/babylon-blog-details.interface.d.ts +24 -0
  348. package/lib/components/core/babylon-blog-details/index.d.ts +2 -0
  349. package/lib/components/core/babylon-blog-list/babylon-blog-list.component.d.ts +47 -2
  350. package/lib/components/core/babylon-blog-list/babylon-blog-list.interface.d.ts +18 -0
  351. package/lib/components/core/babylon-blog-list/index.d.ts +2 -0
  352. package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.d.ts +4 -1
  353. package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.d.ts +4 -0
  354. package/lib/components/core/babylon-breadcrumb/index.d.ts +2 -0
  355. package/lib/components/core/babylon-color-picker/babylon-color-picker.component.d.ts +57 -0
  356. package/lib/components/core/babylon-color-picker/index.d.ts +1 -0
  357. package/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.d.ts +12 -1
  358. package/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.d.ts +11 -0
  359. package/lib/components/core/babylon-comingsoon/index.d.ts +2 -0
  360. package/lib/components/core/babylon-contact-address/babylon-contact-address.component.d.ts +22 -0
  361. package/lib/components/core/babylon-contact-address/babylon-contact-address.interface.d.ts +4 -0
  362. package/lib/components/core/babylon-contact-address/index.d.ts +2 -0
  363. package/lib/components/core/babylon-contact-form/babylon-contact-form.component.d.ts +35 -6
  364. package/lib/components/core/babylon-contact-form/babylon-contact-form.interface.d.ts +15 -0
  365. package/lib/components/core/babylon-contact-form/index.d.ts +2 -0
  366. package/lib/components/core/babylon-contact-how/babylon-contact-how.component.d.ts +14 -2
  367. package/lib/components/core/babylon-contact-how/babylon-contact-how.interface.d.ts +6 -0
  368. package/lib/components/core/babylon-contact-how/index.d.ts +2 -0
  369. package/lib/components/core/babylon-contact-map/babylon-contact-map.component.d.ts +16 -2
  370. package/lib/components/core/babylon-contact-map/babylon-contact-map.interface.d.ts +8 -0
  371. package/lib/components/core/babylon-contact-map/index.d.ts +2 -0
  372. package/lib/components/core/babylon-engine/babylon-engine.component.d.ts +71 -11
  373. package/lib/components/core/babylon-engine/babylon-engine.interface.d.ts +24 -0
  374. package/lib/components/core/babylon-engine/index.d.ts +2 -0
  375. package/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.d.ts +60 -16
  376. package/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.d.ts +22 -0
  377. package/lib/components/core/babylon-engine-modal/index.d.ts +2 -0
  378. package/lib/components/core/babylon-external-script/babylon-external-script.component.d.ts +21 -0
  379. package/lib/components/core/babylon-external-script/babylon-external-script.interface.d.ts +5 -0
  380. package/lib/components/core/babylon-external-script/index.d.ts +2 -0
  381. package/lib/components/core/babylon-faq/babylon-faq.component.d.ts +15 -1
  382. package/lib/components/core/babylon-faq/babylon-faq.interface.d.ts +8 -0
  383. package/lib/components/core/babylon-faq/index.d.ts +2 -0
  384. package/lib/components/core/babylon-features-slider/babylon-features-slider.component.d.ts +18 -2
  385. package/lib/components/core/babylon-features-slider/babylon-features-slider.interface.d.ts +8 -0
  386. package/lib/components/core/babylon-features-slider/index.d.ts +2 -0
  387. package/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.d.ts +8 -3
  388. package/lib/components/core/babylon-filter-modal/index.d.ts +1 -0
  389. package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.d.ts +39 -0
  390. package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.d.ts +8 -0
  391. package/lib/components/core/babylon-floating-buttons/index.d.ts +2 -0
  392. package/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.d.ts +24 -1
  393. package/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.d.ts +14 -0
  394. package/lib/components/core/babylon-footer-contact/index.d.ts +2 -0
  395. package/lib/components/core/babylon-footer-links/babylon-footer-links.component.d.ts +5 -1
  396. package/lib/components/core/babylon-footer-links/babylon-footer-links.interface.d.ts +6 -0
  397. package/lib/components/core/babylon-footer-links/index.d.ts +2 -0
  398. package/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.d.ts +11 -1
  399. package/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.d.ts +7 -0
  400. package/lib/components/core/babylon-footer-logos/index.d.ts +2 -0
  401. package/lib/components/core/babylon-footer-social/babylon-footer-social.component.d.ts +5 -1
  402. package/lib/components/core/babylon-footer-social/babylon-footer-social.interface.d.ts +6 -0
  403. package/lib/components/core/babylon-footer-social/index.d.ts +2 -0
  404. package/lib/components/core/babylon-gallery/babylon-gallery.component.d.ts +34 -8
  405. package/lib/components/core/babylon-gallery/babylon-gallery.interface.d.ts +12 -0
  406. package/lib/components/core/babylon-gallery/index.d.ts +2 -0
  407. package/lib/components/core/babylon-global-modal/babylon-global-modal.component.d.ts +31 -0
  408. package/lib/components/core/babylon-global-modal/babylon-global-modal.interface.d.ts +8 -0
  409. package/lib/components/core/babylon-global-modal/index.d.ts +2 -0
  410. package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.d.ts +19 -2
  411. package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.d.ts +8 -0
  412. package/lib/components/core/babylon-grid-gallery/index.d.ts +2 -0
  413. package/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.d.ts +24 -7
  414. package/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.d.ts +11 -0
  415. package/lib/components/core/babylon-guests-popup/index.d.ts +2 -0
  416. package/lib/components/core/babylon-head-intro/babylon-head-intro.component.d.ts +9 -1
  417. package/lib/components/core/babylon-head-intro/babylon-head-intro.interface.d.ts +10 -0
  418. package/lib/components/core/babylon-head-intro/index.d.ts +2 -0
  419. package/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.d.ts +35 -7
  420. package/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.d.ts +20 -0
  421. package/lib/components/core/babylon-header-book-show/index.d.ts +2 -0
  422. package/lib/components/core/babylon-header-clear/babylon-header-clear.component.d.ts +34 -9
  423. package/lib/components/core/babylon-header-clear/babylon-header-clear.interface.d.ts +22 -0
  424. package/lib/components/core/babylon-header-clear/index.d.ts +2 -0
  425. package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.d.ts +33 -8
  426. package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.d.ts +19 -0
  427. package/lib/components/core/babylon-header-menu-center/index.d.ts +2 -0
  428. package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.d.ts +40 -0
  429. package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.d.ts +23 -0
  430. package/lib/components/core/babylon-header-menu-logo-center/index.d.ts +2 -0
  431. package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.d.ts +29 -8
  432. package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.d.ts +18 -0
  433. package/lib/components/core/babylon-header-menu-show/index.d.ts +2 -0
  434. package/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.d.ts +53 -0
  435. package/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.d.ts +26 -0
  436. package/lib/components/core/babylon-header-mobile/index.d.ts +2 -0
  437. package/lib/components/core/babylon-hotels-list/babylon-hotel.interface.d.ts +18 -0
  438. package/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.d.ts +5 -1
  439. package/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.d.ts +6 -0
  440. package/lib/components/core/babylon-hotels-list/index.d.ts +3 -0
  441. package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.d.ts +5 -1
  442. package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.d.ts +6 -0
  443. package/lib/components/core/babylon-hotels-slider/index.d.ts +2 -0
  444. package/lib/components/core/babylon-info-big/babylon-info-big.component.d.ts +9 -1
  445. package/lib/components/core/babylon-info-big/babylon-info-big.interface.d.ts +10 -0
  446. package/lib/components/core/babylon-info-big/index.d.ts +2 -0
  447. package/lib/components/core/babylon-info-grid/babylon-info-grid.component.d.ts +22 -3
  448. package/lib/components/core/babylon-info-grid/babylon-info-grid.interface.d.ts +9 -0
  449. package/lib/components/core/babylon-info-grid/index.d.ts +2 -0
  450. package/lib/components/core/babylon-info-img/babylon-info-img.component.d.ts +40 -2
  451. package/lib/components/core/babylon-info-img/babylon-info-img.interface.d.ts +27 -0
  452. package/lib/components/core/babylon-info-img/index.d.ts +2 -0
  453. package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.d.ts +33 -0
  454. package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.d.ts +11 -0
  455. package/lib/components/core/babylon-info-img-slider/index.d.ts +2 -0
  456. package/lib/components/core/babylon-info-intro/babylon-info-intro.component.d.ts +26 -1
  457. package/lib/components/core/babylon-info-intro/babylon-info-intro.interface.d.ts +19 -0
  458. package/lib/components/core/babylon-info-intro/index.d.ts +2 -0
  459. package/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.d.ts +3 -1
  460. package/lib/components/core/babylon-info-show-img/index.d.ts +1 -0
  461. package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.d.ts +29 -1
  462. package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.d.ts +12 -0
  463. package/lib/components/core/babylon-info-zig-zag/index.d.ts +2 -0
  464. package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.d.ts +47 -0
  465. package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.d.ts +14 -0
  466. package/lib/components/core/babylon-info-zig-zag-counter/index.d.ts +2 -0
  467. package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.d.ts +16 -1
  468. package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.d.ts +5 -0
  469. package/lib/components/core/babylon-info-zigzag-v2/index.d.ts +2 -0
  470. package/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.d.ts +21 -0
  471. package/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.d.ts +12 -0
  472. package/lib/components/core/babylon-info2col-img/index.d.ts +2 -0
  473. package/lib/components/core/babylon-info2img/babylon-info2img.component.d.ts +14 -1
  474. package/lib/components/core/babylon-info2img/babylon-info2img.interface.d.ts +11 -0
  475. package/lib/components/core/babylon-info2img/index.d.ts +2 -0
  476. package/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.d.ts +16 -1
  477. package/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.d.ts +14 -0
  478. package/lib/components/core/babylon-info2img-big/index.d.ts +2 -0
  479. package/lib/components/core/babylon-info3img/babylon-info3img.component.d.ts +9 -1
  480. package/lib/components/core/babylon-info3img/index.d.ts +1 -0
  481. package/lib/components/core/babylon-info4img/babylon-info4img.component.d.ts +11 -1
  482. package/lib/components/core/babylon-info4img/babylon-info4img.interface.d.ts +12 -0
  483. package/lib/components/core/babylon-info4img/index.d.ts +2 -0
  484. package/lib/components/core/babylon-items-grid/babylon-items-grid.component.d.ts +14 -1
  485. package/lib/components/core/babylon-items-grid/babylon-items-grid.interface.d.ts +8 -0
  486. package/lib/components/core/babylon-items-grid/index.d.ts +2 -0
  487. package/lib/components/core/babylon-language-modal/babylon-language-modal.component.d.ts +12 -5
  488. package/lib/components/core/babylon-language-modal/babylon-language-modal.interface.d.ts +7 -0
  489. package/lib/components/core/babylon-language-modal/index.d.ts +2 -0
  490. package/lib/components/core/babylon-legal/babylon-legal.component.d.ts +9 -1
  491. package/lib/components/core/babylon-legal/babylon-legal.interface.d.ts +7 -0
  492. package/lib/components/core/babylon-legal/index.d.ts +2 -0
  493. package/lib/components/core/babylon-list-grid/babylon-list-grid.component.d.ts +17 -1
  494. package/lib/components/core/babylon-list-grid/babylon-list-grid.interface.d.ts +8 -0
  495. package/lib/components/core/babylon-list-grid/index.d.ts +2 -0
  496. package/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.d.ts +45 -0
  497. package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.d.ts +16 -0
  498. package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.d.ts +8 -0
  499. package/lib/components/core/babylon-modal-multiple-motors/index.d.ts +2 -0
  500. package/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.d.ts +25 -0
  501. package/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.d.ts +9 -0
  502. package/lib/components/core/babylon-modal-popup/index.d.ts +2 -0
  503. package/lib/components/core/babylon-newsletter/babylon-newsletter.component.d.ts +19 -3
  504. package/lib/components/core/babylon-newsletter/babylon-newsletter.interface.d.ts +9 -0
  505. package/lib/components/core/babylon-newsletter/index.d.ts +2 -0
  506. package/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.d.ts +16 -1
  507. package/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.d.ts +17 -0
  508. package/lib/components/core/babylon-offer-detail/index.d.ts +2 -0
  509. package/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.d.ts +18 -5
  510. package/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.d.ts +7 -0
  511. package/lib/components/core/babylon-offer-popup/index.d.ts +2 -0
  512. package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.d.ts +21 -0
  513. package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.d.ts +9 -0
  514. package/lib/components/core/babylon-offer-popupV2/index.d.ts +2 -0
  515. package/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.d.ts +6 -1
  516. package/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.d.ts +7 -0
  517. package/lib/components/core/babylon-offer-slider/babylon-offer.interface.d.ts +18 -0
  518. package/lib/components/core/babylon-offer-slider/index.d.ts +3 -0
  519. package/lib/components/core/babylon-offers-list/babylon-offers-list.component.d.ts +33 -2
  520. package/lib/components/core/babylon-offers-list/babylon-offers-list.interface.d.ts +14 -0
  521. package/lib/components/core/babylon-offers-list/index.d.ts +2 -0
  522. package/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.d.ts +5 -1
  523. package/lib/components/core/babylon-offers-slider/index.d.ts +1 -0
  524. package/lib/components/core/babylon-preload/babylon-preload.component.d.ts +5 -1
  525. package/lib/components/core/babylon-preload/index.d.ts +1 -0
  526. package/lib/components/core/babylon-press-list/babylon-press-list.component.d.ts +17 -0
  527. package/lib/components/core/babylon-press-list/babylon-press-list.interface.d.ts +8 -0
  528. package/lib/components/core/babylon-press-list/index.d.ts +2 -0
  529. package/lib/components/core/babylon-room-details/babylon-room-detail.interface.d.ts +12 -0
  530. package/lib/components/core/babylon-room-details/babylon-room-details.component.d.ts +13 -1
  531. package/lib/components/core/babylon-room-details/index.d.ts +2 -0
  532. package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.d.ts +39 -1
  533. package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.d.ts +10 -0
  534. package/lib/components/core/babylon-rooms-cols/index.d.ts +2 -0
  535. package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.d.ts +10 -1
  536. package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.d.ts +8 -0
  537. package/lib/components/core/babylon-rooms-grid/index.d.ts +2 -0
  538. package/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.d.ts +27 -1
  539. package/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.d.ts +6 -0
  540. package/lib/components/core/babylon-rooms-list/index.d.ts +2 -0
  541. package/lib/components/core/babylon-rooms-slider/babylon-room.interface.d.ts +15 -0
  542. package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.d.ts +6 -1
  543. package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.d.ts +6 -0
  544. package/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.d.ts +8 -0
  545. package/lib/components/core/babylon-rooms-slider/index.d.ts +4 -0
  546. package/lib/components/core/babylon-services-slider/babylon-service-slider.interface.d.ts +6 -0
  547. package/lib/components/core/babylon-services-slider/babylon-services-slider.component.d.ts +7 -1
  548. package/lib/components/core/babylon-services-slider/index.d.ts +2 -0
  549. package/lib/components/core/babylon-slider2col/babylon-slider2col.component.d.ts +22 -1
  550. package/lib/components/core/babylon-slider2col/index.d.ts +1 -0
  551. package/lib/components/core/babylon-slider2items/babylon-slider2items.component.d.ts +5 -1
  552. package/lib/components/core/babylon-slider2items/babylon-slider2items.interface.d.ts +6 -0
  553. package/lib/components/core/babylon-slider2items/index.d.ts +2 -0
  554. package/lib/components/core/babylon-slider3col/babylon-slider3col.component.d.ts +20 -0
  555. package/lib/components/core/babylon-slider3col/index.d.ts +1 -0
  556. package/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.d.ts +5 -0
  557. package/lib/components/core/babylon-slider3col-clear/index.d.ts +1 -0
  558. package/lib/components/core/babylon-slider3items/babylon-slider3items.component.d.ts +15 -1
  559. package/lib/components/core/babylon-slider3items/babylon-slider3items.interface.d.ts +6 -0
  560. package/lib/components/core/babylon-slider3items/index.d.ts +2 -0
  561. package/lib/components/core/babylon-slider4col/babylon-slider4col.component.d.ts +15 -1
  562. package/lib/components/core/babylon-slider4col/index.d.ts +1 -0
  563. package/lib/components/core/babylon-static-footer/babylon-static-footer.component.d.ts +55 -2
  564. package/lib/components/core/babylon-static-footer/babylon-static-footer.interface.d.ts +29 -0
  565. package/lib/components/core/babylon-static-footer/index.d.ts +2 -0
  566. package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.d.ts +24 -3
  567. package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.d.ts +18 -0
  568. package/lib/components/core/babylon-static-footer-v2/index.d.ts +2 -0
  569. package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.d.ts +13 -2
  570. package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.d.ts +5 -0
  571. package/lib/components/core/babylon-submenu-hotel/index.d.ts +2 -0
  572. package/lib/components/core/babylon-thanks/babylon-thanks.component.d.ts +7 -1
  573. package/lib/components/core/babylon-thanks/babylon-thanks.interface.d.ts +7 -0
  574. package/lib/components/core/babylon-thanks/index.d.ts +2 -0
  575. package/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.d.ts +9 -0
  576. package/lib/components/core/babylon-top-slider/babylon-top-slider.component.d.ts +37 -2
  577. package/lib/components/core/babylon-top-slider/babylon-top-slider.interface.d.ts +12 -0
  578. package/lib/components/core/babylon-top-slider/index.d.ts +3 -0
  579. package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.d.ts +12 -2
  580. package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.d.ts +8 -0
  581. package/lib/components/core/babylon-top-slider-thumbs/index.d.ts +2 -0
  582. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.d.ts +7 -0
  583. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.d.ts +10 -1
  584. package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.d.ts +8 -0
  585. package/lib/components/core/babylon-top-slider-v2/index.d.ts +3 -0
  586. package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.d.ts +34 -2
  587. package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.d.ts +9 -0
  588. package/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.d.ts +5 -0
  589. package/lib/components/core/babylon-top-slider-video/index.d.ts +3 -0
  590. package/lib/components/core/babylon-webmap/babylon-webmap.component.d.ts +11 -1
  591. package/lib/components/core/babylon-webmap/babylon-webmap.interface.d.ts +9 -0
  592. package/lib/components/core/babylon-webmap/index.d.ts +2 -0
  593. package/lib/components/core/index.d.ts +88 -0
  594. package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.d.ts +31 -0
  595. package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.d.ts +5 -0
  596. package/lib/components/shared/babylon-dynamic-heading/index.d.ts +2 -0
  597. package/lib/components/shared/babylon-search/babylon-search.component.d.ts +30 -0
  598. package/lib/components/shared/babylon-search/index.d.ts +1 -0
  599. package/lib/components/shared/index.d.ts +1 -0
  600. package/lib/directives/babylon-background-strip/babylon-background-strip.directive.d.ts +17 -0
  601. package/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.d.ts +12 -0
  602. package/lib/directives/babylon-galleries/babylon-light-gallery.directive.d.ts +18 -0
  603. package/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.d.ts +15 -0
  604. package/lib/directives/babylon-pagination/babylon-pagination.directive.d.ts +39 -0
  605. package/lib/directives/babylon-sliders/babylon-custom-slider.directive.d.ts +13 -0
  606. package/{directives → lib/directives/babylon-sliders}/babylon-hotels-slider.directive.d.ts +2 -1
  607. package/lib/directives/babylon-sliders/babylon-sliders.directive.d.ts +36 -0
  608. package/lib/directives/babylon-sliders/babylon-swiper-slider.directive.d.ts +14 -0
  609. package/lib/directives/data-background/data-background.directive.d.ts +11 -0
  610. package/lib/directives/link-type/link-type.directive.d.ts +40 -0
  611. package/lib/directives/scrolls/scroll-up.directive.d.ts +7 -0
  612. package/lib/interfaces/babylon-button.interface.d.ts +9 -0
  613. package/lib/interfaces/babylon-consult-type.interface.d.ts +10 -0
  614. package/lib/interfaces/babylon-dropdown.interface.d.ts +9 -0
  615. package/lib/interfaces/babylon-global-icon.interface.d.ts +4 -0
  616. package/lib/interfaces/babylon-image.interface.d.ts +12 -0
  617. package/lib/interfaces/babylon-input.interface.d.ts +12 -0
  618. package/lib/interfaces/babylon-menu-button.interface.d.ts +10 -0
  619. package/lib/interfaces/babylon-menu-info.interface.d.ts +27 -0
  620. package/lib/interfaces/babylon-page-config.interface.d.ts +43 -0
  621. package/lib/interfaces/babylon-site-config.interface.d.ts +57 -0
  622. package/lib/interfaces/babylon-tags.interface.d.ts +21 -0
  623. package/lib/interfaces/babylon-text-info.interface.d.ts +17 -0
  624. package/lib/interfaces/babylon-texts-colors.interface.d.ts +20 -0
  625. package/lib/interfaces/babylon-texts.interface.d.ts +5 -0
  626. package/lib/interfaces/index.d.ts +14 -0
  627. package/lib/pipes/babylon-clean-phone.pipe.d.ts +7 -0
  628. package/lib/pipes/babylon-currency.pipe.d.ts +7 -0
  629. package/lib/services/color-panel.service.d.ts +41 -0
  630. package/lib/services/index.d.ts +2 -0
  631. package/lib/services/mapper/index.d.ts +2 -0
  632. package/lib/services/mapper/mapper.service.d.ts +138 -0
  633. package/lib/services/mapper/mapper.service.token.d.ts +2 -0
  634. package/lib/services/modals-service/index.d.ts +1 -0
  635. package/lib/services/modals-service/modals.service.d.ts +15 -0
  636. package/lib/services/screen-sizer/screen-sizer.service.d.ts +2 -0
  637. package/lib/styles/styles/babylon/_spacing.css +1 -0
  638. package/lib/styles/styles/babylon/_spacing.scss +72 -0
  639. package/lib/styles/styles/babylon/common.css +1 -0
  640. package/lib/styles/styles/babylon/common.scss +1823 -0
  641. package/lib/styles/styles/babylon/globals.css +1 -0
  642. package/lib/styles/styles/babylon/globals.scss +848 -0
  643. package/lib/styles/styles/babylon/mixins.css +1 -0
  644. package/lib/styles/styles/babylon/mixins.scss +1031 -0
  645. package/lib/styles/styles/babylon/reset.css +1 -0
  646. package/lib/styles/styles/babylon/reset.scss +136 -0
  647. package/lib/styles/styles/babylon/slide.css +1 -0
  648. package/lib/styles/styles/babylon/slider.css +1 -0
  649. package/lib/styles/styles/babylon/slider.scss +876 -0
  650. package/lib/styles/styles/babylon/structure.scss +1 -0
  651. package/lib/styles/styles/babylon/variables-v2.css +0 -0
  652. package/lib/styles/styles/babylon/variables.css +1 -0
  653. package/lib/styles/styles/babylon/variables.scss +330 -0
  654. package/lib/styles/styles-babylon.scss +48 -7
  655. package/lib/utils/complex-links.token.d.ts +2 -0
  656. package/lib/utils/index.d.ts +1 -0
  657. package/lib/utils/utils.d.ts +14 -0
  658. package/package.json +11 -4
  659. package/public-api.d.ts +6 -111
  660. package/esm2022/directives/babylon-hotels-slider.directive.mjs +0 -103
  661. package/esm2022/lib/components/core/babylon-404-v2/babylon-404-v2.component.mjs +0 -11
  662. package/esm2022/lib/components/core/babylon-adventages-v2/babylon-adventages-v2.component.mjs +0 -12
  663. package/esm2022/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.mjs +0 -11
  664. package/esm2022/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.mjs +0 -37
  665. package/esm2022/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.mjs +0 -18
  666. package/esm2022/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.mjs +0 -130
  667. package/esm2022/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.mjs +0 -17
  668. package/esm2022/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.mjs +0 -11
  669. package/esm2022/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.mjs +0 -11
  670. package/esm2022/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.mjs +0 -21
  671. package/esm2022/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.mjs +0 -105
  672. package/esm2022/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.mjs +0 -76
  673. package/esm2022/lib/components/core/babylon-img-banner/babylon-img-banner.component.mjs +0 -13
  674. package/esm2022/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.mjs +0 -61
  675. package/esm2022/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.mjs +0 -11
  676. package/esm2022/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.mjs +0 -11
  677. package/esm2022/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.mjs +0 -11
  678. package/esm2022/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.mjs +0 -18
  679. package/esm2022/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.mjs +0 -11
  680. package/esm2022/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.mjs +0 -13
  681. package/esm2022/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.mjs +0 -28
  682. package/esm2022/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.mjs +0 -11
  683. package/esm2022/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.mjs +0 -11
  684. package/esm2022/lib/components/core/babylon-list-img/babylon-list-img.component.mjs +0 -78
  685. package/esm2022/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.mjs +0 -11
  686. package/esm2022/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.mjs +0 -11
  687. package/esm2022/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.mjs +0 -65
  688. package/esm2022/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.mjs +0 -19
  689. package/esm2022/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.mjs +0 -19
  690. package/esm2022/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.mjs +0 -11
  691. package/esm2022/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.mjs +0 -19
  692. package/esm2022/lib/components/core/babylon-reviews/babylon-reviews.component.mjs +0 -11
  693. package/esm2022/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.mjs +0 -11
  694. package/esm2022/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.mjs +0 -12
  695. package/esm2022/lib/components/core/babylon-slider-box/babylon-slider-box.component.mjs +0 -12
  696. package/esm2022/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.mjs +0 -12
  697. package/esm2022/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.mjs +0 -13
  698. package/esm2022/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.mjs +0 -52
  699. package/esm2022/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.mjs +0 -13
  700. package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.mjs +0 -11
  701. package/esm2022/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.mjs +0 -12
  702. package/esm2022/lib/components/core/babylon-social-bar/babylon-social-bar.component.mjs +0 -11
  703. package/esm2022/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.mjs +0 -11
  704. package/esm2022/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.mjs +0 -67
  705. package/esm2022/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.mjs +0 -15
  706. package/esm2022/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.mjs +0 -11
  707. package/esm2022/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.mjs +0 -12
  708. package/esm2022/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.mjs +0 -82
  709. package/esm2022/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.mjs +0 -11
  710. package/esm2022/lib/directives/images/swap-on-reload.directive.mjs +0 -83
  711. package/esm2022/lib/directives/scroll/scroll-to.directive.mjs +0 -183
  712. package/esm2022/lib/directives/sliders/slick-init.directive.mjs +0 -211
  713. package/esm2022/lib/directives/sliders/slider-fix-arrows.directive.mjs +0 -105
  714. package/esm2022/lib/directives/utils/sticky-avoid-footer.directive.mjs +0 -91
  715. package/esm2022/lib/services/scroll/scroll-spy.service.mjs +0 -50
  716. package/lib/components/core/babylon-404-v2/babylon-404-v2.component.d.ts +0 -5
  717. package/lib/components/core/babylon-adventages-v2/babylon-adventages-v2.component.d.ts +0 -5
  718. package/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.d.ts +0 -5
  719. package/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.d.ts +0 -10
  720. package/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.d.ts +0 -6
  721. package/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.d.ts +0 -44
  722. package/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.d.ts +0 -7
  723. package/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.d.ts +0 -5
  724. package/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.d.ts +0 -5
  725. package/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.d.ts +0 -10
  726. package/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.d.ts +0 -22
  727. package/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.d.ts +0 -16
  728. package/lib/components/core/babylon-img-banner/babylon-img-banner.component.d.ts +0 -5
  729. package/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.d.ts +0 -12
  730. package/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.d.ts +0 -5
  731. package/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.d.ts +0 -5
  732. package/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.d.ts +0 -5
  733. package/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.d.ts +0 -6
  734. package/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.d.ts +0 -5
  735. package/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.d.ts +0 -5
  736. package/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.d.ts +0 -12
  737. package/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.d.ts +0 -5
  738. package/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.d.ts +0 -5
  739. package/lib/components/core/babylon-list-img/babylon-list-img.component.d.ts +0 -17
  740. package/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.d.ts +0 -5
  741. package/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.d.ts +0 -5
  742. package/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.d.ts +0 -10
  743. package/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.d.ts +0 -7
  744. package/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.d.ts +0 -7
  745. package/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.d.ts +0 -5
  746. package/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.d.ts +0 -7
  747. package/lib/components/core/babylon-reviews/babylon-reviews.component.d.ts +0 -5
  748. package/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.d.ts +0 -5
  749. package/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.d.ts +0 -5
  750. package/lib/components/core/babylon-slider-box/babylon-slider-box.component.d.ts +0 -5
  751. package/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.d.ts +0 -5
  752. package/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.d.ts +0 -5
  753. package/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.d.ts +0 -9
  754. package/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.d.ts +0 -5
  755. package/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.d.ts +0 -5
  756. package/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.d.ts +0 -5
  757. package/lib/components/core/babylon-social-bar/babylon-social-bar.component.d.ts +0 -5
  758. package/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.d.ts +0 -5
  759. package/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.d.ts +0 -12
  760. package/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.d.ts +0 -6
  761. package/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.d.ts +0 -5
  762. package/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.d.ts +0 -5
  763. package/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.d.ts +0 -12
  764. package/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.d.ts +0 -5
  765. package/lib/directives/images/swap-on-reload.directive.d.ts +0 -22
  766. package/lib/directives/scroll/scroll-to.directive.d.ts +0 -31
  767. package/lib/directives/sliders/slick-init.directive.d.ts +0 -14
  768. package/lib/directives/sliders/slider-fix-arrows.directive.d.ts +0 -21
  769. package/lib/directives/utils/sticky-avoid-footer.directive.d.ts +0 -24
  770. package/lib/services/scroll/scroll-spy.service.d.ts +0 -17
  771. package/lib/styles/styles/babylon/scss-daba/airDatePicker.min.css +0 -13
  772. package/lib/styles/styles/babylon/scss-daba/aos.min.css +0 -1
  773. package/lib/styles/styles/babylon/scss-daba/buttons.css +0 -1
  774. package/lib/styles/styles/babylon/scss-daba/buttons.scss +0 -441
  775. package/lib/styles/styles/babylon/scss-daba/fancybox.css +0 -829
  776. package/lib/styles/styles/babylon/scss-daba/fancybox.min.css +0 -1
  777. package/lib/styles/styles/babylon/scss-daba/funciones.scss +0 -491
  778. package/lib/styles/styles/babylon/scss-daba/inputs.css +0 -1
  779. package/lib/styles/styles/babylon/scss-daba/inputs.scss +0 -168
  780. package/lib/styles/styles/babylon/scss-daba/jquery.fancybox.min.css +0 -1
  781. package/lib/styles/styles/babylon/scss-daba/style.css +0 -1
  782. package/lib/styles/styles/babylon/scss-daba/style.scss +0 -445
  783. package/lib/styles/styles/babylon/scss-daba/swiper-bundle.min.css +0 -635
  784. /package/lib/styles/styles/babylon/{scss-daba/funciones.css → structure.css} +0 -0
@@ -1,6 +1,6 @@
1
1
  import { CommonModule } from '@angular/common';
2
- import { Component, EventEmitter, Output } from '@angular/core';
3
- import { FormsModule } from '@angular/forms';
2
+ import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, } from '@angular/core';
3
+ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
4
4
  import { DropdownModule } from 'primeng/dropdown';
5
5
  import * as i0 from "@angular/core";
6
6
  import * as i1 from "@angular/common";
@@ -8,6 +8,7 @@ import * as i2 from "@angular/forms";
8
8
  import * as i3 from "primeng/dropdown";
9
9
  export class BabylonGuestsPopupComponent {
10
10
  constructor() {
11
+ this.showAges = true;
11
12
  this.apply = new EventEmitter();
12
13
  this.value = {
13
14
  adultsValue: { code: 1, name: '01' },
@@ -17,6 +18,62 @@ export class BabylonGuestsPopupComponent {
17
18
  this.kids = [];
18
19
  this.agesValue = [];
19
20
  this.applied = false;
21
+ this.kidsApplied = true;
22
+ this.isDropdownCleaned = new Set();
23
+ }
24
+ ngOnChanges(changes) {
25
+ this.cleanIfNeeded('adultsDropdown', changes);
26
+ this.cleanIfNeeded('kidsDropdown', changes);
27
+ this.cleanIfNeeded('babiesDropdown', changes);
28
+ this.cleanIfNeeded('agesDropdown', changes);
29
+ }
30
+ ngOnInit() {
31
+ if (this.defaultValue) {
32
+ this.value.adultsValue = this.adultsDropdown?.options?.find((o) => o.code === this.defaultValue.adultsValue?.code);
33
+ this.value.infantsValue = this.babiesDropdown?.options?.find((o) => o.code === this.defaultValue.infantsValue?.code);
34
+ if (this.defaultValue.kidsValue?.code != undefined) {
35
+ this.value.kidsValue = this.kidsDropdown?.options?.find((o) => o.code === this.defaultValue.kidsValue.code);
36
+ const count = Number(this.value.kidsValue?.code);
37
+ this.kids = Array.from({ length: count }, (_, i) => i + 1);
38
+ this.agesValue = this.defaultValue.kidsValue.ages ?? [];
39
+ }
40
+ }
41
+ }
42
+ cleanIfNeeded(key, changes) {
43
+ if (changes[key] && !this.isDropdownCleaned.has(key)) {
44
+ const dropdown = this[key];
45
+ const cleaned = this.cleanDropdownNames(dropdown);
46
+ this[key] = cleaned;
47
+ this.isDropdownCleaned.add(key);
48
+ }
49
+ }
50
+ cleanDropdownNames(dropdown) {
51
+ if (!dropdown?.options)
52
+ return dropdown;
53
+ dropdown.options = dropdown.options.map((opt) => {
54
+ let name = opt.name;
55
+ if (typeof name === 'string' &&
56
+ /^[0-9]+$/.test(name) &&
57
+ name.length > 1) {
58
+ name = String(Number(name));
59
+ }
60
+ return {
61
+ ...opt,
62
+ name,
63
+ };
64
+ });
65
+ return dropdown;
66
+ }
67
+ openDropdown(dropdown, event) {
68
+ event.stopPropagation();
69
+ event.preventDefault();
70
+ dropdown.onClick.emit(event);
71
+ if (dropdown.overlayVisible) {
72
+ dropdown.hide();
73
+ }
74
+ else {
75
+ dropdown.show();
76
+ }
20
77
  }
21
78
  dropdownChange(data, place) {
22
79
  switch (place) {
@@ -25,12 +82,14 @@ export class BabylonGuestsPopupComponent {
25
82
  break;
26
83
  case 'kids':
27
84
  this.applied = false;
85
+ if (data.code && this.showAges)
86
+ this.kidsApplied = false;
28
87
  this.value.kidsValue = data;
29
88
  this.kids = [];
30
89
  this.agesValue = [];
31
90
  for (let i = 0; i < Number(data.code); i++) {
32
91
  this.kids?.push(i + 1);
33
- this.agesValue.push({ code: 3, name: '03' });
92
+ this.agesValue.push({ code: 2, name: '02' });
34
93
  }
35
94
  break;
36
95
  case 'babies':
@@ -41,19 +100,44 @@ export class BabylonGuestsPopupComponent {
41
100
  }
42
101
  }
43
102
  applyData() {
103
+ this.applyAges();
44
104
  this.applied = true;
45
105
  this.apply.emit(this.value);
46
106
  }
47
107
  applyAges() {
108
+ if (this.value && this.value.kidsValue) {
109
+ this.value.kidsValue.ages = this.agesValue;
110
+ }
48
111
  this.applied = true;
112
+ this.kidsApplied = true;
49
113
  }
50
114
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonGuestsPopupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
51
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonGuestsPopupComponent, isStandalone: true, selector: "lib-babylon-guests-popup", outputs: { apply: "apply" }, ngImport: i0, template: "<div class=\"babylon__guests d-flex flex-column\">\n <div class=\"babylon__guests__dropdown--wrapper\">\n <span class=\"babylon__guests__icon babylon-adult\"></span>\n <div class=\"babylon__guests__dropdown--content\">\n <div class=\"babylon__guests__dropdown--title-wrapper\">\n <span class=\"babylon__guests__dropdown--title color--brown\">\n Adults\n </span>\n </div>\n\n <p-dropdown\n class=\"babylon__guests__dropdown\"\n [options]=\"[\n { code: 1, name: '01' },\n { code: 2, name: '02' },\n { code: 3, name: '03' },\n { code: 4, name: '04' }\n ]\"\n [(ngModel)]=\"value.adultsValue\"\n optionLabel=\"name\"\n placeholder=\"...\"\n [name]=\"'adults'\"\n (ngModelChange)=\"dropdownChange($event, 'adults')\"\n >\n </p-dropdown>\n </div>\n </div>\n <div class=\"babylon__guests__dropdown--wrapper\">\n <span class=\"babylon__guests__icon babylon-kid\"></span>\n <div class=\"babylon__guests__dropdown--content\">\n <div class=\"babylon__guests__dropdown--title-wrapper\">\n <span class=\"babylon__guests__dropdown--title color--brown\">\n Children\n </span>\n\n <small\n class=\"babylon__guests__dropdown--small-title color--camel\"\n >\n Ages 3 - 6\n </small>\n </div>\n\n <p-dropdown\n class=\"babylon__guests__dropdown\"\n [options]=\"[\n { code: 1, name: '01' },\n { code: 2, name: '02' },\n { code: 3, name: '03' },\n { code: 4, name: '04' }\n ]\"\n [(ngModel)]=\"value.kidsValue\"\n optionLabel=\"name\"\n placeholder=\"00\"\n [name]=\"'kids'\"\n (ngModelChange)=\"dropdownChange($event, 'kids')\"\n >\n </p-dropdown>\n </div>\n <span class=\"icon-pointer-down babylon__guests__dropdown--icon\"></span>\n </div>\n\n @if (!applied && kids.length) {\n\n <div class=\"babylon__guests__kids py-6\">\n <header>\n <p class=\"text light m-0\">Edades</p>\n </header>\n <div>\n <div class=\"row gy-3 justify-content-between pb-4\">\n @for (kid of kids; track $index; let even = $even, last = $last)\n {\n <div class=\"col-6\" [ngClass]=\"{ 'offset-3': last && even }\">\n <span class=\"text-small light\">ni\u00F1o {{ kid }}</span>\n <div class=\"babylon__guests__dropdown--wrapper small\">\n <p-dropdown\n class=\"babylon__guests__dropdown small\"\n [options]=\"[\n { code: 3, name: '03' },\n { code: 4, name: '04' },\n { code: 5, name: '05' },\n { code: 6, name: '06' },\n { code: 7, name: '07' },\n { code: 8, name: '08' },\n { code: 9, name: '09' },\n { code: 10, name: '10' },\n { code: 11, name: '11' },\n { code: 12, name: '12' },\n { code: 13, name: '13' },\n { code: 14, name: '14' },\n { code: 15, name: '15' }\n ]\"\n [(ngModel)]=\"agesValue[$index]\"\n optionLabel=\"name\"\n placeholder=\"03\"\n [name]=\"'age'\"\n >\n </p-dropdown>\n </div>\n </div>\n }\n </div>\n <a class=\"btn btn-small btn-call\" (click)=\"applyAges()\">Aplicar</a>\n </div>\n </div>\n }\n\n <div class=\"babylon__guests__dropdown--wrapper\">\n <span class=\"babylon__guests__icon babylon-baby\"></span>\n <div class=\"babylon__guests__dropdown--content\">\n <div class=\"babylon__guests__dropdown--title-wrapper\">\n <span class=\"babylon__guests__dropdown--title color--brown\">\n Infants\n </span>\n\n <small\n class=\"babylon__guests__dropdown--small-title color--camel\"\n >\n Under 3\n </small>\n </div>\n\n <p-dropdown\n class=\"babylon__guests__dropdown\"\n [options]=\"[\n { code: 1, name: '01' },\n { code: 2, name: '02' }\n ]\"\n [(ngModel)]=\"value.infantsValue\"\n optionLabel=\"name\"\n placeholder=\"00\"\n [name]=\"'infants'\"\n (ngModelChange)=\"dropdownChange($event, 'babies')\"\n >\n </p-dropdown>\n </div>\n <span class=\"icon-pointer-down babylon__guests__dropdown--icon\"></span>\n </div>\n\n <a class=\"btn btn-call\" (click)=\"applyData()\">Aplicar</a>\n</div>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}:host{width:100%}@media (min-width: 1200px){:host{width:400px}}:host{display:block}.babylon__guests{position:absolute;gap:20px;background-color:#fff;max-width:350px;width:100%;border-radius:5px;color:var(--cl_engine-text);z-index:1}@media (min-width: 576px){.babylon__guests{max-width:400px}}@media (min-width: 1200px){.babylon__guests{padding:25px}}.babylon__guests__kids{max-width:100%;background-color:#47474724;position:relative;padding:1px 10px 20px;border-radius:5px;z-index:1;left:50%;transform:translate(-50%)}.babylon__guests__kids .text,.babylon__guests__kids .text-small{color:var(--cl_engine-text)}.babylon__guests__dropdown{display:block;width:100%;font-family:var(--font-text);font-size:15px;color:var(--cl_engine-text);font-weight:300;line-height:20px;text-align:left;position:relative}.babylon__guests__dropdown--icon{font-size:21px;color:var(--cl_engine-text);position:absolute;left:16px;top:50%;transform:translateY(-50%)}.babylon__guests__dropdown ::ng-deep .p-inputwrapper{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left}.babylon__guests__dropdown ::ng-deep .p-inputwrapper .p-icon-wrapper{position:absolute;right:0;top:-50%}.babylon__guests__dropdown ::ng-deep .p-inputtext{padding-right:25px;font-family:var(--font-text)}.babylon__guests__dropdown ::ng-deep .p-inputtext:focus-visible{outline:none}.babylon__guests__dropdown ::ng-deep .p-overlay{background:var(--cl_engine-input-bg-select);border-bottom-left-radius:5px;border-bottom-right-radius:5px;margin-top:6px;left:-61px!important;top:18px!important;width:350px;border-top:0}@media (min-width: 576px){.babylon__guests__dropdown ::ng-deep .p-overlay{width:400px}}@media (min-width: 1200px){.babylon__guests__dropdown ::ng-deep .p-overlay{width:350px}}.babylon__guests__dropdown ::ng-deep .p-overlay ul{display:flex;flex-direction:column}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem{width:100%}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem:last-child li{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li{padding:15px}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li:focus-visible{outline:none}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li:hover{background-color:var(--cl_engine-bg-hover);color:var(--cl_engine-text)}.babylon__guests__dropdown.small ::ng-deep .p-icon-wrapper{top:0}.babylon__guests__dropdown.small ::ng-deep .p-overlay{width:105px;left:-16px!important}.babylon__guests__dropdown.small ::ng-deep .p-overlay ::-webkit-scrollbar{display:none}.babylon__guests__dropdown--content{width:100%}.babylon__guests__dropdown--wrapper{padding:2px 25px 2px 60px;max-height:60px;border-radius:5px;background-color:var(--cl_engine-input-bg);width:100%;max-width:350px;display:flex;justify-content:space-between;align-items:center;position:relative}@media (min-width: 576px){.babylon__guests__dropdown--wrapper{max-width:400px}}.babylon__guests__dropdown--wrapper.small{padding:2px 15px}.babylon__guests__dropdown--title-wrapper{display:flex;align-items:center;gap:5px}.babylon__guests__dropdown--title{font-family:var(--font-text);font-size:18px;font-weight:400;text-align:left}.babylon__guests__dropdown--small-title{font-family:var(--font-text);font-size:14px;font-weight:300;text-align:left}.babylon__guests__dropdown--small-title:before{content:\"|\";padding-right:5px}.babylon__guests .btn{width:200px;height:34px;position:relative;left:50%;transform:translate(-50%)}.babylon__guests__icon{font-size:22px;position:absolute;left:18px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: DropdownModule }, { kind: "component", type: i3.Dropdown, selector: "p-dropdown", inputs: ["id", "scrollHeight", "filter", "name", "style", "panelStyle", "styleClass", "panelStyleClass", "readonly", "required", "editable", "appendTo", "tabindex", "placeholder", "loadingIcon", "filterPlaceholder", "filterLocale", "variant", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "checkmark", "dropdownIcon", "loading", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "autoDisplayFirst", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "maxlength", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "autoShowPanelOnPrintableCharacterKeyDown", "disabled", "itemSize", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "filterValue", "options"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }] }); }
115
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonGuestsPopupComponent, isStandalone: true, selector: "lib-babylon-guests-popup", inputs: { defaultValue: "defaultValue", adultsDropdown: "adultsDropdown", kidsDropdown: "kidsDropdown", babiesDropdown: "babiesDropdown", agesDropdown: "agesDropdown", kidsLabel: "kidsLabel", agesLabel: "agesLabel", btn: "btn", onlyAdults: "onlyAdults", showAges: "showAges" }, outputs: { apply: "apply" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"babylon__guests d-flex flex-column\">\n @if (adultsDropdown) {\n <div class=\"babylon__guests__dropdown--wrapper\">\n <span\n class=\"babylon__guests__icon babylon-adult\"\n (click)=\"openDropdown(adultsDropdownRef, $event)\"\n ></span>\n <div class=\"babylon__guests__dropdown--content\">\n <div\n class=\"babylon__guests__dropdown--title-wrapper\"\n (click)=\"openDropdown(adultsDropdownRef, $event)\"\n >\n @if (adultsDropdown.title) {\n <span\n class=\"babylon__guests__dropdown--title color--brown\"\n >\n {{ adultsDropdown.title }}\n </span>\n }\n </div>\n\n <div>\n <p-dropdown\n class=\"babylon__guests__dropdown\"\n [options]=\"adultsDropdown.options\"\n [(ngModel)]=\"value.adultsValue\"\n [placeholder]=\"adultsDropdown.placeholder\"\n name=\"adults\"\n optionLabel=\"name\"\n #adultsDropdownRef\n (ngModelChange)=\"dropdownChange($event, 'adults')\"\n >\n </p-dropdown>\n </div>\n </div>\n </div>\n }\n @if (kidsDropdown && !onlyAdults) {\n <div class=\"babylon__guests__dropdown--wrapper\">\n <span\n class=\"babylon__guests__icon babylon-kid\"\n (click)=\"openDropdown(kidsDropdownRef, $event)\"\n ></span>\n <div class=\"babylon__guests__dropdown--content\">\n <div\n class=\"babylon__guests__dropdown--title-wrapper\"\n (click)=\"openDropdown(kidsDropdownRef, $event)\"\n >\n @if (kidsDropdown.title) {\n <span\n class=\"babylon__guests__dropdown--title color--brown\"\n >\n {{ kidsDropdown.title }}\n </span>\n }\n @if (kidsDropdown.smallTitle) {\n <small\n class=\"babylon__guests__dropdown--small-title color--camel\"\n >\n {{ kidsDropdown.smallTitle }}\n </small>\n }\n </div>\n\n <div>\n <p-dropdown\n class=\"babylon__guests__dropdown\"\n [options]=\"kidsDropdown.options\"\n [(ngModel)]=\"value.kidsValue\"\n [placeholder]=\"kidsDropdown.placeholder\"\n name=\"kids\"\n optionLabel=\"name\"\n #kidsDropdownRef\n (ngModelChange)=\"dropdownChange($event, 'kids')\"\n >\n </p-dropdown>\n </div>\n </div>\n <span\n (click)=\"openDropdown(kidsDropdownRef, $event)\"\n class=\"icon-pointer-down babylon__guests__dropdown--icon\"\n ></span>\n </div>\n }\n @if (!applied && kids.length && !onlyAdults && showAges) {\n <div class=\"babylon__guests__kids py-6\">\n @if (agesLabel) {\n <header>\n <p class=\"text light m-0\">{{ agesLabel }}</p>\n </header>\n }\n <div>\n <div class=\"row gy-3 justify-content-between\">\n @for (\n kid of kids;\n track $index;\n let even = $even, last = $last\n ) {\n <div\n class=\"col-6\"\n [ngClass]=\"{ 'offset-3': last && even }\"\n >\n @if (kidsLabel) {\n <span class=\"text-small light\"\n >{{ kidsLabel }} {{ kid }}</span\n >\n }\n <div\n class=\"babylon__guests__dropdown--wrapper small\"\n >\n <p-dropdown\n class=\"babylon__guests__dropdown small\"\n [options]=\"agesDropdown?.options\"\n [(ngModel)]=\"agesValue[$index]\"\n optionLabel=\"name\"\n [placeholder]=\"\n agesDropdown?.options?.[0]?.name\n \"\n name=\"age\"\n >\n </p-dropdown>\n </div>\n </div>\n }\n </div>\n </div>\n </div>\n }\n @if (babiesDropdown && !onlyAdults) {\n <div class=\"babylon__guests__dropdown--wrapper\">\n <span\n class=\"babylon__guests__icon babylon-baby\"\n (click)=\"openDropdown(babiesDropdownRef, $event)\"\n ></span>\n <div class=\"babylon__guests__dropdown--content\">\n <div\n class=\"babylon__guests__dropdown--title-wrapper\"\n (click)=\"openDropdown(babiesDropdownRef, $event)\"\n >\n @if (babiesDropdown.title) {\n <span\n class=\"babylon__guests__dropdown--title color--brown\"\n >\n {{ babiesDropdown.title }}\n </span>\n }\n @if (babiesDropdown.smallTitle) {\n <small\n class=\"babylon__guests__dropdown--small-title color--camel\"\n >\n {{ babiesDropdown.smallTitle }}\n </small>\n }\n </div>\n\n <div>\n <p-dropdown\n class=\"babylon__guests__dropdown\"\n [options]=\"babiesDropdown.options\"\n [(ngModel)]=\"value.infantsValue\"\n [placeholder]=\"babiesDropdown.placeholder\"\n name=\"infants\"\n optionLabel=\"name\"\n #babiesDropdownRef\n (ngModelChange)=\"dropdownChange($event, 'babies')\"\n >\n </p-dropdown>\n </div>\n </div>\n <span\n (click)=\"openDropdown(babiesDropdownRef, $event)\"\n class=\"icon-pointer-down babylon__guests__dropdown--icon\"\n ></span>\n </div>\n }\n @if (btn) {\n <a\n [attr.aria-label]=\"btn.label\"\n class=\"btn btn_call\"\n (click)=\"applyData()\"\n >{{ btn.label }}</a\n >\n }\n</div>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:host{width:100%;display:block}@media (min-width: 1025px){:host{width:400px}}.babylon__guests{position:relative;gap:20px;background-color:#fff;max-width:350px;width:100%;border-radius:5px;color:var(--cl_engine-text);z-index:1;padding:15px}@media (min-width: 540px){.babylon__guests{max-width:400px;padding:20px}}@media (min-width: 1025px){.babylon__guests{position:absolute}}@media (min-width: 1280px){.babylon__guests{width:100%;padding:25px}}.babylon__guests__kids{max-width:100%;background-color:#47474724;position:relative;padding:1px 10px 20px;border-radius:5px;z-index:1;left:50%;transform:translate(-50%)}.babylon__guests__kids .text,.babylon__guests__kids .text-small{color:var(--cl_engine-text)}.babylon__guests__dropdown{display:block;width:100%;font-family:var(--font-text);font-size:15px;color:var(--cl_engine-text);font-weight:300;line-height:20px;text-align:left;position:relative}.babylon__guests__dropdown:not(.small){pointer-events:auto}.babylon__guests__dropdown--icon{font-size:21px;color:var(--cl_engine-text);position:absolute;left:16px;top:50%;transform:translateY(-50%)}.babylon__guests__dropdown ::ng-deep .p-inputwrapper{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left}.babylon__guests__dropdown ::ng-deep .p-inputwrapper .p-icon-wrapper{position:absolute;right:0;top:-50%}.babylon__guests__dropdown ::ng-deep .p-inputtext{padding-right:25px;font-family:var(--font-text)}.babylon__guests__dropdown ::ng-deep .p-inputtext:focus-visible{outline:none}.babylon__guests__dropdown ::ng-deep .p-overlay{background:var(--cl_engine-input-bg-select);border-bottom-left-radius:5px;border-bottom-right-radius:5px;margin-top:6px;left:-60px!important;top:18px!important;width:350px;max-width:calc(100% + 85px);border-top:0}@media (min-width: 540px){.babylon__guests__dropdown ::ng-deep .p-overlay{width:400px}}@media (min-width: 1280px){.babylon__guests__dropdown ::ng-deep .p-overlay{width:350px}}.babylon__guests__dropdown ::ng-deep .p-overlay ul{display:flex;flex-direction:column}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem{width:100%}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem:last-child li{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li{padding:15px}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li:focus-visible{outline:none}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li:hover{background-color:var(--cl_engine-bg-hover);color:var(--cl_engine-text)}.babylon__guests__dropdown.small ::ng-deep .p-icon-wrapper{top:0}.babylon__guests__dropdown.small ::ng-deep .p-overlay{width:105px;left:-16px!important}.babylon__guests__dropdown.small ::ng-deep .p-overlay ::-webkit-scrollbar{display:none}.babylon__guests__dropdown--content{width:100%}.babylon__guests__dropdown--wrapper{padding:2px 25px 2px 60px;max-height:60px;border-radius:5px;background-color:var(--cl_engine-input-bg);width:100%;max-width:350px;display:flex;justify-content:space-between;align-items:center;position:relative;cursor:pointer}@media (min-width: 540px){.babylon__guests__dropdown--wrapper{max-width:400px}}.babylon__guests__dropdown--wrapper.small{padding:2px 15px}.babylon__guests__dropdown--title-wrapper{display:flex;align-items:center;gap:5px}.babylon__guests__dropdown--title{font-family:var(--font-text);font-size:18px;font-weight:400;text-align:left}.babylon__guests__dropdown--small-title{font-family:var(--font-text);font-size:14px;font-weight:300;text-align:left}.babylon__guests__dropdown--small-title:before{content:\"|\";padding-right:5px}.babylon__guests .btn{width:200px;height:34px;position:relative;left:50%;transform:translate(-50%)}.babylon__guests__icon{font-size:22px;position:absolute;left:18px;color:var(--cl_engine-text)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: DropdownModule }, { kind: "component", type: i3.Dropdown, selector: "p-dropdown", inputs: ["id", "scrollHeight", "filter", "name", "style", "panelStyle", "styleClass", "panelStyleClass", "readonly", "required", "editable", "appendTo", "tabindex", "placeholder", "loadingIcon", "filterPlaceholder", "filterLocale", "variant", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "checkmark", "dropdownIcon", "loading", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "autoDisplayFirst", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "maxlength", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "autoShowPanelOnPrintableCharacterKeyDown", "disabled", "itemSize", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "filterValue", "options"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "ngmodule", type: ReactiveFormsModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
52
116
  }
53
117
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonGuestsPopupComponent, decorators: [{
54
118
  type: Component,
55
- args: [{ selector: 'lib-babylon-guests-popup', standalone: true, imports: [CommonModule, FormsModule, DropdownModule], template: "<div class=\"babylon__guests d-flex flex-column\">\n <div class=\"babylon__guests__dropdown--wrapper\">\n <span class=\"babylon__guests__icon babylon-adult\"></span>\n <div class=\"babylon__guests__dropdown--content\">\n <div class=\"babylon__guests__dropdown--title-wrapper\">\n <span class=\"babylon__guests__dropdown--title color--brown\">\n Adults\n </span>\n </div>\n\n <p-dropdown\n class=\"babylon__guests__dropdown\"\n [options]=\"[\n { code: 1, name: '01' },\n { code: 2, name: '02' },\n { code: 3, name: '03' },\n { code: 4, name: '04' }\n ]\"\n [(ngModel)]=\"value.adultsValue\"\n optionLabel=\"name\"\n placeholder=\"...\"\n [name]=\"'adults'\"\n (ngModelChange)=\"dropdownChange($event, 'adults')\"\n >\n </p-dropdown>\n </div>\n </div>\n <div class=\"babylon__guests__dropdown--wrapper\">\n <span class=\"babylon__guests__icon babylon-kid\"></span>\n <div class=\"babylon__guests__dropdown--content\">\n <div class=\"babylon__guests__dropdown--title-wrapper\">\n <span class=\"babylon__guests__dropdown--title color--brown\">\n Children\n </span>\n\n <small\n class=\"babylon__guests__dropdown--small-title color--camel\"\n >\n Ages 3 - 6\n </small>\n </div>\n\n <p-dropdown\n class=\"babylon__guests__dropdown\"\n [options]=\"[\n { code: 1, name: '01' },\n { code: 2, name: '02' },\n { code: 3, name: '03' },\n { code: 4, name: '04' }\n ]\"\n [(ngModel)]=\"value.kidsValue\"\n optionLabel=\"name\"\n placeholder=\"00\"\n [name]=\"'kids'\"\n (ngModelChange)=\"dropdownChange($event, 'kids')\"\n >\n </p-dropdown>\n </div>\n <span class=\"icon-pointer-down babylon__guests__dropdown--icon\"></span>\n </div>\n\n @if (!applied && kids.length) {\n\n <div class=\"babylon__guests__kids py-6\">\n <header>\n <p class=\"text light m-0\">Edades</p>\n </header>\n <div>\n <div class=\"row gy-3 justify-content-between pb-4\">\n @for (kid of kids; track $index; let even = $even, last = $last)\n {\n <div class=\"col-6\" [ngClass]=\"{ 'offset-3': last && even }\">\n <span class=\"text-small light\">ni\u00F1o {{ kid }}</span>\n <div class=\"babylon__guests__dropdown--wrapper small\">\n <p-dropdown\n class=\"babylon__guests__dropdown small\"\n [options]=\"[\n { code: 3, name: '03' },\n { code: 4, name: '04' },\n { code: 5, name: '05' },\n { code: 6, name: '06' },\n { code: 7, name: '07' },\n { code: 8, name: '08' },\n { code: 9, name: '09' },\n { code: 10, name: '10' },\n { code: 11, name: '11' },\n { code: 12, name: '12' },\n { code: 13, name: '13' },\n { code: 14, name: '14' },\n { code: 15, name: '15' }\n ]\"\n [(ngModel)]=\"agesValue[$index]\"\n optionLabel=\"name\"\n placeholder=\"03\"\n [name]=\"'age'\"\n >\n </p-dropdown>\n </div>\n </div>\n }\n </div>\n <a class=\"btn btn-small btn-call\" (click)=\"applyAges()\">Aplicar</a>\n </div>\n </div>\n }\n\n <div class=\"babylon__guests__dropdown--wrapper\">\n <span class=\"babylon__guests__icon babylon-baby\"></span>\n <div class=\"babylon__guests__dropdown--content\">\n <div class=\"babylon__guests__dropdown--title-wrapper\">\n <span class=\"babylon__guests__dropdown--title color--brown\">\n Infants\n </span>\n\n <small\n class=\"babylon__guests__dropdown--small-title color--camel\"\n >\n Under 3\n </small>\n </div>\n\n <p-dropdown\n class=\"babylon__guests__dropdown\"\n [options]=\"[\n { code: 1, name: '01' },\n { code: 2, name: '02' }\n ]\"\n [(ngModel)]=\"value.infantsValue\"\n optionLabel=\"name\"\n placeholder=\"00\"\n [name]=\"'infants'\"\n (ngModelChange)=\"dropdownChange($event, 'babies')\"\n >\n </p-dropdown>\n </div>\n <span class=\"icon-pointer-down babylon__guests__dropdown--icon\"></span>\n </div>\n\n <a class=\"btn btn-call\" (click)=\"applyData()\">Aplicar</a>\n</div>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}:host{width:100%}@media (min-width: 1200px){:host{width:400px}}:host{display:block}.babylon__guests{position:absolute;gap:20px;background-color:#fff;max-width:350px;width:100%;border-radius:5px;color:var(--cl_engine-text);z-index:1}@media (min-width: 576px){.babylon__guests{max-width:400px}}@media (min-width: 1200px){.babylon__guests{padding:25px}}.babylon__guests__kids{max-width:100%;background-color:#47474724;position:relative;padding:1px 10px 20px;border-radius:5px;z-index:1;left:50%;transform:translate(-50%)}.babylon__guests__kids .text,.babylon__guests__kids .text-small{color:var(--cl_engine-text)}.babylon__guests__dropdown{display:block;width:100%;font-family:var(--font-text);font-size:15px;color:var(--cl_engine-text);font-weight:300;line-height:20px;text-align:left;position:relative}.babylon__guests__dropdown--icon{font-size:21px;color:var(--cl_engine-text);position:absolute;left:16px;top:50%;transform:translateY(-50%)}.babylon__guests__dropdown ::ng-deep .p-inputwrapper{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left}.babylon__guests__dropdown ::ng-deep .p-inputwrapper .p-icon-wrapper{position:absolute;right:0;top:-50%}.babylon__guests__dropdown ::ng-deep .p-inputtext{padding-right:25px;font-family:var(--font-text)}.babylon__guests__dropdown ::ng-deep .p-inputtext:focus-visible{outline:none}.babylon__guests__dropdown ::ng-deep .p-overlay{background:var(--cl_engine-input-bg-select);border-bottom-left-radius:5px;border-bottom-right-radius:5px;margin-top:6px;left:-61px!important;top:18px!important;width:350px;border-top:0}@media (min-width: 576px){.babylon__guests__dropdown ::ng-deep .p-overlay{width:400px}}@media (min-width: 1200px){.babylon__guests__dropdown ::ng-deep .p-overlay{width:350px}}.babylon__guests__dropdown ::ng-deep .p-overlay ul{display:flex;flex-direction:column}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem{width:100%}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem:last-child li{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li{padding:15px}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li:focus-visible{outline:none}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li:hover{background-color:var(--cl_engine-bg-hover);color:var(--cl_engine-text)}.babylon__guests__dropdown.small ::ng-deep .p-icon-wrapper{top:0}.babylon__guests__dropdown.small ::ng-deep .p-overlay{width:105px;left:-16px!important}.babylon__guests__dropdown.small ::ng-deep .p-overlay ::-webkit-scrollbar{display:none}.babylon__guests__dropdown--content{width:100%}.babylon__guests__dropdown--wrapper{padding:2px 25px 2px 60px;max-height:60px;border-radius:5px;background-color:var(--cl_engine-input-bg);width:100%;max-width:350px;display:flex;justify-content:space-between;align-items:center;position:relative}@media (min-width: 576px){.babylon__guests__dropdown--wrapper{max-width:400px}}.babylon__guests__dropdown--wrapper.small{padding:2px 15px}.babylon__guests__dropdown--title-wrapper{display:flex;align-items:center;gap:5px}.babylon__guests__dropdown--title{font-family:var(--font-text);font-size:18px;font-weight:400;text-align:left}.babylon__guests__dropdown--small-title{font-family:var(--font-text);font-size:14px;font-weight:300;text-align:left}.babylon__guests__dropdown--small-title:before{content:\"|\";padding-right:5px}.babylon__guests .btn{width:200px;height:34px;position:relative;left:50%;transform:translate(-50%)}.babylon__guests__icon{font-size:22px;position:absolute;left:18px}\n"] }]
56
- }], propDecorators: { apply: [{
119
+ args: [{ selector: 'lib-babylon-guests-popup', standalone: true, imports: [CommonModule, FormsModule, DropdownModule, ReactiveFormsModule], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"babylon__guests d-flex flex-column\">\n @if (adultsDropdown) {\n <div class=\"babylon__guests__dropdown--wrapper\">\n <span\n class=\"babylon__guests__icon babylon-adult\"\n (click)=\"openDropdown(adultsDropdownRef, $event)\"\n ></span>\n <div class=\"babylon__guests__dropdown--content\">\n <div\n class=\"babylon__guests__dropdown--title-wrapper\"\n (click)=\"openDropdown(adultsDropdownRef, $event)\"\n >\n @if (adultsDropdown.title) {\n <span\n class=\"babylon__guests__dropdown--title color--brown\"\n >\n {{ adultsDropdown.title }}\n </span>\n }\n </div>\n\n <div>\n <p-dropdown\n class=\"babylon__guests__dropdown\"\n [options]=\"adultsDropdown.options\"\n [(ngModel)]=\"value.adultsValue\"\n [placeholder]=\"adultsDropdown.placeholder\"\n name=\"adults\"\n optionLabel=\"name\"\n #adultsDropdownRef\n (ngModelChange)=\"dropdownChange($event, 'adults')\"\n >\n </p-dropdown>\n </div>\n </div>\n </div>\n }\n @if (kidsDropdown && !onlyAdults) {\n <div class=\"babylon__guests__dropdown--wrapper\">\n <span\n class=\"babylon__guests__icon babylon-kid\"\n (click)=\"openDropdown(kidsDropdownRef, $event)\"\n ></span>\n <div class=\"babylon__guests__dropdown--content\">\n <div\n class=\"babylon__guests__dropdown--title-wrapper\"\n (click)=\"openDropdown(kidsDropdownRef, $event)\"\n >\n @if (kidsDropdown.title) {\n <span\n class=\"babylon__guests__dropdown--title color--brown\"\n >\n {{ kidsDropdown.title }}\n </span>\n }\n @if (kidsDropdown.smallTitle) {\n <small\n class=\"babylon__guests__dropdown--small-title color--camel\"\n >\n {{ kidsDropdown.smallTitle }}\n </small>\n }\n </div>\n\n <div>\n <p-dropdown\n class=\"babylon__guests__dropdown\"\n [options]=\"kidsDropdown.options\"\n [(ngModel)]=\"value.kidsValue\"\n [placeholder]=\"kidsDropdown.placeholder\"\n name=\"kids\"\n optionLabel=\"name\"\n #kidsDropdownRef\n (ngModelChange)=\"dropdownChange($event, 'kids')\"\n >\n </p-dropdown>\n </div>\n </div>\n <span\n (click)=\"openDropdown(kidsDropdownRef, $event)\"\n class=\"icon-pointer-down babylon__guests__dropdown--icon\"\n ></span>\n </div>\n }\n @if (!applied && kids.length && !onlyAdults && showAges) {\n <div class=\"babylon__guests__kids py-6\">\n @if (agesLabel) {\n <header>\n <p class=\"text light m-0\">{{ agesLabel }}</p>\n </header>\n }\n <div>\n <div class=\"row gy-3 justify-content-between\">\n @for (\n kid of kids;\n track $index;\n let even = $even, last = $last\n ) {\n <div\n class=\"col-6\"\n [ngClass]=\"{ 'offset-3': last && even }\"\n >\n @if (kidsLabel) {\n <span class=\"text-small light\"\n >{{ kidsLabel }} {{ kid }}</span\n >\n }\n <div\n class=\"babylon__guests__dropdown--wrapper small\"\n >\n <p-dropdown\n class=\"babylon__guests__dropdown small\"\n [options]=\"agesDropdown?.options\"\n [(ngModel)]=\"agesValue[$index]\"\n optionLabel=\"name\"\n [placeholder]=\"\n agesDropdown?.options?.[0]?.name\n \"\n name=\"age\"\n >\n </p-dropdown>\n </div>\n </div>\n }\n </div>\n </div>\n </div>\n }\n @if (babiesDropdown && !onlyAdults) {\n <div class=\"babylon__guests__dropdown--wrapper\">\n <span\n class=\"babylon__guests__icon babylon-baby\"\n (click)=\"openDropdown(babiesDropdownRef, $event)\"\n ></span>\n <div class=\"babylon__guests__dropdown--content\">\n <div\n class=\"babylon__guests__dropdown--title-wrapper\"\n (click)=\"openDropdown(babiesDropdownRef, $event)\"\n >\n @if (babiesDropdown.title) {\n <span\n class=\"babylon__guests__dropdown--title color--brown\"\n >\n {{ babiesDropdown.title }}\n </span>\n }\n @if (babiesDropdown.smallTitle) {\n <small\n class=\"babylon__guests__dropdown--small-title color--camel\"\n >\n {{ babiesDropdown.smallTitle }}\n </small>\n }\n </div>\n\n <div>\n <p-dropdown\n class=\"babylon__guests__dropdown\"\n [options]=\"babiesDropdown.options\"\n [(ngModel)]=\"value.infantsValue\"\n [placeholder]=\"babiesDropdown.placeholder\"\n name=\"infants\"\n optionLabel=\"name\"\n #babiesDropdownRef\n (ngModelChange)=\"dropdownChange($event, 'babies')\"\n >\n </p-dropdown>\n </div>\n </div>\n <span\n (click)=\"openDropdown(babiesDropdownRef, $event)\"\n class=\"icon-pointer-down babylon__guests__dropdown--icon\"\n ></span>\n </div>\n }\n @if (btn) {\n <a\n [attr.aria-label]=\"btn.label\"\n class=\"btn btn_call\"\n (click)=\"applyData()\"\n >{{ btn.label }}</a\n >\n }\n</div>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}:host{width:100%;display:block}@media (min-width: 1025px){:host{width:400px}}.babylon__guests{position:relative;gap:20px;background-color:#fff;max-width:350px;width:100%;border-radius:5px;color:var(--cl_engine-text);z-index:1;padding:15px}@media (min-width: 540px){.babylon__guests{max-width:400px;padding:20px}}@media (min-width: 1025px){.babylon__guests{position:absolute}}@media (min-width: 1280px){.babylon__guests{width:100%;padding:25px}}.babylon__guests__kids{max-width:100%;background-color:#47474724;position:relative;padding:1px 10px 20px;border-radius:5px;z-index:1;left:50%;transform:translate(-50%)}.babylon__guests__kids .text,.babylon__guests__kids .text-small{color:var(--cl_engine-text)}.babylon__guests__dropdown{display:block;width:100%;font-family:var(--font-text);font-size:15px;color:var(--cl_engine-text);font-weight:300;line-height:20px;text-align:left;position:relative}.babylon__guests__dropdown:not(.small){pointer-events:auto}.babylon__guests__dropdown--icon{font-size:21px;color:var(--cl_engine-text);position:absolute;left:16px;top:50%;transform:translateY(-50%)}.babylon__guests__dropdown ::ng-deep .p-inputwrapper{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left}.babylon__guests__dropdown ::ng-deep .p-inputwrapper .p-icon-wrapper{position:absolute;right:0;top:-50%}.babylon__guests__dropdown ::ng-deep .p-inputtext{padding-right:25px;font-family:var(--font-text)}.babylon__guests__dropdown ::ng-deep .p-inputtext:focus-visible{outline:none}.babylon__guests__dropdown ::ng-deep .p-overlay{background:var(--cl_engine-input-bg-select);border-bottom-left-radius:5px;border-bottom-right-radius:5px;margin-top:6px;left:-60px!important;top:18px!important;width:350px;max-width:calc(100% + 85px);border-top:0}@media (min-width: 540px){.babylon__guests__dropdown ::ng-deep .p-overlay{width:400px}}@media (min-width: 1280px){.babylon__guests__dropdown ::ng-deep .p-overlay{width:350px}}.babylon__guests__dropdown ::ng-deep .p-overlay ul{display:flex;flex-direction:column}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem{width:100%}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem:last-child li{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li{padding:15px}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li:focus-visible{outline:none}.babylon__guests__dropdown ::ng-deep .p-overlay ul p-dropdownitem li:hover{background-color:var(--cl_engine-bg-hover);color:var(--cl_engine-text)}.babylon__guests__dropdown.small ::ng-deep .p-icon-wrapper{top:0}.babylon__guests__dropdown.small ::ng-deep .p-overlay{width:105px;left:-16px!important}.babylon__guests__dropdown.small ::ng-deep .p-overlay ::-webkit-scrollbar{display:none}.babylon__guests__dropdown--content{width:100%}.babylon__guests__dropdown--wrapper{padding:2px 25px 2px 60px;max-height:60px;border-radius:5px;background-color:var(--cl_engine-input-bg);width:100%;max-width:350px;display:flex;justify-content:space-between;align-items:center;position:relative;cursor:pointer}@media (min-width: 540px){.babylon__guests__dropdown--wrapper{max-width:400px}}.babylon__guests__dropdown--wrapper.small{padding:2px 15px}.babylon__guests__dropdown--title-wrapper{display:flex;align-items:center;gap:5px}.babylon__guests__dropdown--title{font-family:var(--font-text);font-size:18px;font-weight:400;text-align:left}.babylon__guests__dropdown--small-title{font-family:var(--font-text);font-size:14px;font-weight:300;text-align:left}.babylon__guests__dropdown--small-title:before{content:\"|\";padding-right:5px}.babylon__guests .btn{width:200px;height:34px;position:relative;left:50%;transform:translate(-50%)}.babylon__guests__icon{font-size:22px;position:absolute;left:18px;color:var(--cl_engine-text)}\n"] }]
120
+ }], propDecorators: { defaultValue: [{
121
+ type: Input
122
+ }], adultsDropdown: [{
123
+ type: Input
124
+ }], kidsDropdown: [{
125
+ type: Input
126
+ }], babiesDropdown: [{
127
+ type: Input
128
+ }], agesDropdown: [{
129
+ type: Input
130
+ }], kidsLabel: [{
131
+ type: Input
132
+ }], agesLabel: [{
133
+ type: Input
134
+ }], btn: [{
135
+ type: Input
136
+ }], onlyAdults: [{
137
+ type: Input
138
+ }], showAges: [{
139
+ type: Input
140
+ }], apply: [{
57
141
  type: Output
58
142
  }] } });
59
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1ndWVzdHMtcG9wdXAuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWd1ZXN0cy1wb3B1cC9iYWJ5bG9uLWd1ZXN0cy1wb3B1cC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZ3Vlc3RzLXBvcHVwL2JhYnlsb24tZ3Vlc3RzLXBvcHVwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDaEUsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzdDLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQzs7Ozs7QUFTbEQsTUFBTSxPQUFPLDJCQUEyQjtJQVB4QztRQVFZLFVBQUssR0FBRyxJQUFJLFlBQVksRUFBZSxDQUFDO1FBRWxELFVBQUssR0FBZ0I7WUFDbkIsV0FBVyxFQUFFLEVBQUUsSUFBSSxFQUFFLENBQUMsRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFO1lBQ3BDLFNBQVMsRUFBRSxFQUFFO1lBQ2IsWUFBWSxFQUFFLEVBQUU7U0FDakIsQ0FBQztRQUVGLFNBQUksR0FBYSxFQUFFLENBQUM7UUFDcEIsY0FBUyxHQUFxQixFQUFFLENBQUM7UUFFakMsWUFBTyxHQUFHLEtBQUssQ0FBQztLQW1DakI7SUFqQ0MsY0FBYyxDQUFDLElBQW9CLEVBQUUsS0FBbUM7UUFDdEUsUUFBUSxLQUFLLEVBQUU7WUFDYixLQUFLLFFBQVE7Z0JBQ1gsSUFBSSxDQUFDLEtBQUssQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDO2dCQUM5QixNQUFNO1lBQ1IsS0FBSyxNQUFNO2dCQUNULElBQUksQ0FBQyxPQUFPLEdBQUcsS0FBSyxDQUFDO2dCQUNyQixJQUFJLENBQUMsS0FBSyxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUM7Z0JBQzVCLElBQUksQ0FBQyxJQUFJLEdBQUcsRUFBRSxDQUFDO2dCQUNmLElBQUksQ0FBQyxTQUFTLEdBQUcsRUFBRSxDQUFDO2dCQUNwQixLQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsTUFBTSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDLEVBQUUsRUFBRTtvQkFDMUMsSUFBSSxDQUFDLElBQUksRUFBRSxJQUFJLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDO29CQUN2QixJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxFQUFFLElBQUksRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLElBQUksRUFBRSxDQUFDLENBQUM7aUJBQzlDO2dCQUNELE1BQU07WUFDUixLQUFLLFFBQVE7Z0JBQ1gsSUFBSSxDQUFDLEtBQUssQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDO2dCQUUvQixNQUFNO1lBRVI7Z0JBQ0UsTUFBTTtTQUNUO0lBQ0gsQ0FBQztJQUVELFNBQVM7UUFDUCxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQztRQUNwQixJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDOUIsQ0FBQztJQUVELFNBQVM7UUFDUCxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQztJQUN0QixDQUFDOytHQTlDVSwyQkFBMkI7bUdBQTNCLDJCQUEyQixpSENaeEMsNi9KQTRJQSx1K1ZEcElZLFlBQVksNEhBQUUsV0FBVyw4VkFBRSxjQUFjOzs0RkFJeEMsMkJBQTJCO2tCQVB2QyxTQUFTOytCQUNFLDBCQUEwQixjQUN4QixJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsV0FBVyxFQUFFLGNBQWMsQ0FBQzs4QkFLMUMsS0FBSztzQkFBZCxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgRHJvcGRvd25Nb2R1bGUgfSBmcm9tICdwcmltZW5nL2Ryb3Bkb3duJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tZ3Vlc3RzLXBvcHVwJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgRm9ybXNNb2R1bGUsIERyb3Bkb3duTW9kdWxlXSxcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tZ3Vlc3RzLXBvcHVwLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL2JhYnlsb24tZ3Vlc3RzLXBvcHVwLmNvbXBvbmVudC5zY3NzJyxcbn0pXG5leHBvcnQgY2xhc3MgQmFieWxvbkd1ZXN0c1BvcHVwQ29tcG9uZW50IHtcbiAgQE91dHB1dCgpIGFwcGx5ID0gbmV3IEV2ZW50RW1pdHRlcjxndWVzdHNWYWx1ZT4oKTtcblxuICB2YWx1ZTogZ3Vlc3RzVmFsdWUgPSB7XG4gICAgYWR1bHRzVmFsdWU6IHsgY29kZTogMSwgbmFtZTogJzAxJyB9LFxuICAgIGtpZHNWYWx1ZToge30sXG4gICAgaW5mYW50c1ZhbHVlOiB7fSxcbiAgfTtcblxuICBraWRzOiBudW1iZXJbXSA9IFtdO1xuICBhZ2VzVmFsdWU6IERyb3Bkb3duT3B0aW9uW10gPSBbXTtcblxuICBhcHBsaWVkID0gZmFsc2U7XG5cbiAgZHJvcGRvd25DaGFuZ2UoZGF0YTogRHJvcGRvd25PcHRpb24sIHBsYWNlOiAna2lkcycgfCAnYmFiaWVzJyB8ICdhZHVsdHMnKSB7XG4gICAgc3dpdGNoIChwbGFjZSkge1xuICAgICAgY2FzZSAnYWR1bHRzJzpcbiAgICAgICAgdGhpcy52YWx1ZS5hZHVsdHNWYWx1ZSA9IGRhdGE7XG4gICAgICAgIGJyZWFrO1xuICAgICAgY2FzZSAna2lkcyc6XG4gICAgICAgIHRoaXMuYXBwbGllZCA9IGZhbHNlO1xuICAgICAgICB0aGlzLnZhbHVlLmtpZHNWYWx1ZSA9IGRhdGE7XG4gICAgICAgIHRoaXMua2lkcyA9IFtdO1xuICAgICAgICB0aGlzLmFnZXNWYWx1ZSA9IFtdO1xuICAgICAgICBmb3IgKGxldCBpID0gMDsgaSA8IE51bWJlcihkYXRhLmNvZGUpOyBpKyspIHtcbiAgICAgICAgICB0aGlzLmtpZHM/LnB1c2goaSArIDEpO1xuICAgICAgICAgIHRoaXMuYWdlc1ZhbHVlLnB1c2goeyBjb2RlOiAzLCBuYW1lOiAnMDMnIH0pO1xuICAgICAgICB9XG4gICAgICAgIGJyZWFrO1xuICAgICAgY2FzZSAnYmFiaWVzJzpcbiAgICAgICAgdGhpcy52YWx1ZS5pbmZhbnRzVmFsdWUgPSBkYXRhO1xuXG4gICAgICAgIGJyZWFrO1xuXG4gICAgICBkZWZhdWx0OlxuICAgICAgICBicmVhaztcbiAgICB9XG4gIH1cblxuICBhcHBseURhdGEoKTogdm9pZCB7XG4gICAgdGhpcy5hcHBsaWVkID0gdHJ1ZTtcbiAgICB0aGlzLmFwcGx5LmVtaXQodGhpcy52YWx1ZSk7XG4gIH1cblxuICBhcHBseUFnZXMoKTogdm9pZCB7XG4gICAgdGhpcy5hcHBsaWVkID0gdHJ1ZTtcbiAgfVxufVxuXG5leHBvcnQgaW50ZXJmYWNlIERyb3Bkb3duT3B0aW9uIHtcbiAgY29kZT86IG51bWJlcjtcbiAgbmFtZT86IHN0cmluZztcbn1cbmV4cG9ydCBpbnRlcmZhY2UgZ3Vlc3RzVmFsdWUge1xuICBhZHVsdHNWYWx1ZT86IERyb3Bkb3duT3B0aW9uO1xuICBraWRzVmFsdWU/OiBEcm9wZG93bk9wdGlvbjtcbiAgaW5mYW50c1ZhbHVlPzogRHJvcGRvd25PcHRpb247XG59XG4iLCI8ZGl2IGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzIGQtZmxleCBmbGV4LWNvbHVtblwiPlxuICA8ZGl2IGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0td3JhcHBlclwiPlxuICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19pY29uIGJhYnlsb24tYWR1bHRcIj48L3NwYW4+XG4gICAgPGRpdiBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24tLWNvbnRlbnRcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS10aXRsZS13cmFwcGVyXCI+XG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS10aXRsZSBjb2xvci0tYnJvd25cIj5cbiAgICAgICAgICAgICAgICAgICAgQWR1bHRzXG4gICAgICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgPC9kaXY+XG5cbiAgICAgIDxwLWRyb3Bkb3duXG4gICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93blwiXG4gICAgICAgIFtvcHRpb25zXT1cIltcbiAgICAgICAgICAgICAgICAgICAgeyBjb2RlOiAxLCBuYW1lOiAnMDEnIH0sXG4gICAgICAgICAgICAgICAgICAgIHsgY29kZTogMiwgbmFtZTogJzAyJyB9LFxuICAgICAgICAgICAgICAgICAgICB7IGNvZGU6IDMsIG5hbWU6ICcwMycgfSxcbiAgICAgICAgICAgICAgICAgICAgeyBjb2RlOiA0LCBuYW1lOiAnMDQnIH1cbiAgICAgICAgICAgICAgICBdXCJcbiAgICAgICAgWyhuZ01vZGVsKV09XCJ2YWx1ZS5hZHVsdHNWYWx1ZVwiXG4gICAgICAgIG9wdGlvbkxhYmVsPVwibmFtZVwiXG4gICAgICAgIHBsYWNlaG9sZGVyPVwiLi4uXCJcbiAgICAgICAgW25hbWVdPVwiJ2FkdWx0cydcIlxuICAgICAgICAobmdNb2RlbENoYW5nZSk9XCJkcm9wZG93bkNoYW5nZSgkZXZlbnQsICdhZHVsdHMnKVwiXG4gICAgICA+XG4gICAgICA8L3AtZHJvcGRvd24+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuICA8ZGl2IGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0td3JhcHBlclwiPlxuICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19pY29uIGJhYnlsb24ta2lkXCI+PC9zcGFuPlxuICAgIDxkaXYgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS1jb250ZW50XCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0tdGl0bGUtd3JhcHBlclwiPlxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0tdGl0bGUgY29sb3ItLWJyb3duXCI+XG4gICAgICAgICAgICAgICAgICAgIENoaWxkcmVuXG4gICAgICAgICAgICAgICAgPC9zcGFuPlxuXG4gICAgICAgIDxzbWFsbFxuICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0tc21hbGwtdGl0bGUgY29sb3ItLWNhbWVsXCJcbiAgICAgICAgPlxuICAgICAgICAgIEFnZXMgMyAtIDZcbiAgICAgICAgPC9zbWFsbD5cbiAgICAgIDwvZGl2PlxuXG4gICAgICA8cC1kcm9wZG93blxuICAgICAgICBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd25cIlxuICAgICAgICBbb3B0aW9uc109XCJbXG4gICAgICAgICAgICAgICAgICAgIHsgY29kZTogMSwgbmFtZTogJzAxJyB9LFxuICAgICAgICAgICAgICAgICAgICB7IGNvZGU6IDIsIG5hbWU6ICcwMicgfSxcbiAgICAgICAgICAgICAgICAgICAgeyBjb2RlOiAzLCBuYW1lOiAnMDMnIH0sXG4gICAgICAgICAgICAgICAgICAgIHsgY29kZTogNCwgbmFtZTogJzA0JyB9XG4gICAgICAgICAgICAgICAgXVwiXG4gICAgICAgIFsobmdNb2RlbCldPVwidmFsdWUua2lkc1ZhbHVlXCJcbiAgICAgICAgb3B0aW9uTGFiZWw9XCJuYW1lXCJcbiAgICAgICAgcGxhY2Vob2xkZXI9XCIwMFwiXG4gICAgICAgIFtuYW1lXT1cIidraWRzJ1wiXG4gICAgICAgIChuZ01vZGVsQ2hhbmdlKT1cImRyb3Bkb3duQ2hhbmdlKCRldmVudCwgJ2tpZHMnKVwiXG4gICAgICA+XG4gICAgICA8L3AtZHJvcGRvd24+XG4gICAgPC9kaXY+XG4gICAgPHNwYW4gY2xhc3M9XCJpY29uLXBvaW50ZXItZG93biBiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS1pY29uXCI+PC9zcGFuPlxuICA8L2Rpdj5cblxuICBAaWYgKCFhcHBsaWVkICYmIGtpZHMubGVuZ3RoKSB7XG5cbiAgICA8ZGl2IGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19raWRzIHB5LTZcIj5cbiAgICAgIDxoZWFkZXI+XG4gICAgICAgIDxwIGNsYXNzPVwidGV4dCBsaWdodCBtLTBcIj5FZGFkZXM8L3A+XG4gICAgICA8L2hlYWRlcj5cbiAgICAgIDxkaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJyb3cgZ3ktMyBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlbiBwYi00XCI+XG4gICAgICAgICAgQGZvciAoa2lkIG9mIGtpZHM7IHRyYWNrICRpbmRleDsgbGV0IGV2ZW4gPSAkZXZlbiwgbGFzdCA9ICRsYXN0KVxuICAgICAgICAgIHtcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtNlwiIFtuZ0NsYXNzXT1cInsgJ29mZnNldC0zJzogbGFzdCAmJiBldmVuIH1cIj5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ0ZXh0LXNtYWxsIGxpZ2h0XCI+bmnDsW8ge3sga2lkIH19PC9zcGFuPlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0td3JhcHBlciBzbWFsbFwiPlxuICAgICAgICAgICAgICAgIDxwLWRyb3Bkb3duXG4gICAgICAgICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24gc21hbGxcIlxuICAgICAgICAgICAgICAgICAgW29wdGlvbnNdPVwiW1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7IGNvZGU6IDMsIG5hbWU6ICcwMycgfSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgeyBjb2RlOiA0LCBuYW1lOiAnMDQnIH0sXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHsgY29kZTogNSwgbmFtZTogJzA1JyB9LFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7IGNvZGU6IDYsIG5hbWU6ICcwNicgfSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgeyBjb2RlOiA3LCBuYW1lOiAnMDcnIH0sXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHsgY29kZTogOCwgbmFtZTogJzA4JyB9LFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7IGNvZGU6IDksIG5hbWU6ICcwOScgfSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgeyBjb2RlOiAxMCwgbmFtZTogJzEwJyB9LFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7IGNvZGU6IDExLCBuYW1lOiAnMTEnIH0sXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHsgY29kZTogMTIsIG5hbWU6ICcxMicgfSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgeyBjb2RlOiAxMywgbmFtZTogJzEzJyB9LFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7IGNvZGU6IDE0LCBuYW1lOiAnMTQnIH0sXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHsgY29kZTogMTUsIG5hbWU6ICcxNScgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIF1cIlxuICAgICAgICAgICAgICAgICAgWyhuZ01vZGVsKV09XCJhZ2VzVmFsdWVbJGluZGV4XVwiXG4gICAgICAgICAgICAgICAgICBvcHRpb25MYWJlbD1cIm5hbWVcIlxuICAgICAgICAgICAgICAgICAgcGxhY2Vob2xkZXI9XCIwM1wiXG4gICAgICAgICAgICAgICAgICBbbmFtZV09XCInYWdlJ1wiXG4gICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIDwvcC1kcm9wZG93bj5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICB9XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8YSBjbGFzcz1cImJ0biBidG4tc21hbGwgYnRuLWNhbGxcIiAoY2xpY2spPVwiYXBwbHlBZ2VzKClcIj5BcGxpY2FyPC9hPlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIH1cblxuICA8ZGl2IGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0td3JhcHBlclwiPlxuICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19pY29uIGJhYnlsb24tYmFieVwiPjwvc3Bhbj5cbiAgICA8ZGl2IGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0tY29udGVudFwiPlxuICAgICAgPGRpdiBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24tLXRpdGxlLXdyYXBwZXJcIj5cbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24tLXRpdGxlIGNvbG9yLS1icm93blwiPlxuICAgICAgICAgICAgICAgICAgICBJbmZhbnRzXG4gICAgICAgICAgICAgICAgPC9zcGFuPlxuXG4gICAgICAgIDxzbWFsbFxuICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0tc21hbGwtdGl0bGUgY29sb3ItLWNhbWVsXCJcbiAgICAgICAgPlxuICAgICAgICAgIFVuZGVyIDNcbiAgICAgICAgPC9zbWFsbD5cbiAgICAgIDwvZGl2PlxuXG4gICAgICA8cC1kcm9wZG93blxuICAgICAgICBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd25cIlxuICAgICAgICBbb3B0aW9uc109XCJbXG4gICAgICAgICAgICAgICAgICAgIHsgY29kZTogMSwgbmFtZTogJzAxJyB9LFxuICAgICAgICAgICAgICAgICAgICB7IGNvZGU6IDIsIG5hbWU6ICcwMicgfVxuICAgICAgICAgICAgICAgIF1cIlxuICAgICAgICBbKG5nTW9kZWwpXT1cInZhbHVlLmluZmFudHNWYWx1ZVwiXG4gICAgICAgIG9wdGlvbkxhYmVsPVwibmFtZVwiXG4gICAgICAgIHBsYWNlaG9sZGVyPVwiMDBcIlxuICAgICAgICBbbmFtZV09XCInaW5mYW50cydcIlxuICAgICAgICAobmdNb2RlbENoYW5nZSk9XCJkcm9wZG93bkNoYW5nZSgkZXZlbnQsICdiYWJpZXMnKVwiXG4gICAgICA+XG4gICAgICA8L3AtZHJvcGRvd24+XG4gICAgPC9kaXY+XG4gICAgPHNwYW4gY2xhc3M9XCJpY29uLXBvaW50ZXItZG93biBiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS1pY29uXCI+PC9zcGFuPlxuICA8L2Rpdj5cblxuICA8YSBjbGFzcz1cImJ0biBidG4tY2FsbFwiIChjbGljayk9XCJhcHBseURhdGEoKVwiPkFwbGljYXI8L2E+XG48L2Rpdj5cbiJdfQ==
143
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1ndWVzdHMtcG9wdXAuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWd1ZXN0cy1wb3B1cC9iYWJ5bG9uLWd1ZXN0cy1wb3B1cC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZ3Vlc3RzLXBvcHVwL2JhYnlsb24tZ3Vlc3RzLXBvcHVwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQ0gsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxZQUFZLEVBQ1osS0FBSyxFQUdMLE1BQU0sR0FFVCxNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsV0FBVyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDbEUsT0FBTyxFQUFZLGNBQWMsRUFBRSxNQUFNLGtCQUFrQixDQUFDOzs7OztBQWE1RCxNQUFNLE9BQU8sMkJBQTJCO0lBUnhDO1FBa0JhLGFBQVEsR0FBRyxJQUFJLENBQUM7UUFFZixVQUFLLEdBQUcsSUFBSSxZQUFZLEVBQWUsQ0FBQztRQUVsRCxVQUFLLEdBQWdCO1lBQ2pCLFdBQVcsRUFBRSxFQUFFLElBQUksRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLElBQUksRUFBRTtZQUNwQyxTQUFTLEVBQUUsRUFBRTtZQUNiLFlBQVksRUFBRSxFQUFFO1NBQ25CLENBQUM7UUFFRixTQUFJLEdBQWEsRUFBRSxDQUFDO1FBQ3BCLGNBQVMsR0FBcUIsRUFBRSxDQUFDO1FBRWpDLFlBQU8sR0FBRyxLQUFLLENBQUM7UUFDaEIsZ0JBQVcsR0FBRyxJQUFJLENBQUM7UUFFWCxzQkFBaUIsR0FBRyxJQUFJLEdBQUcsRUFBVSxDQUFDO0tBdUhqRDtJQXJIRyxXQUFXLENBQUMsT0FBc0I7UUFDOUIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxnQkFBZ0IsRUFBRSxPQUFPLENBQUMsQ0FBQztRQUM5QyxJQUFJLENBQUMsYUFBYSxDQUFDLGNBQWMsRUFBRSxPQUFPLENBQUMsQ0FBQztRQUM1QyxJQUFJLENBQUMsYUFBYSxDQUFDLGdCQUFnQixFQUFFLE9BQU8sQ0FBQyxDQUFDO1FBQzlDLElBQUksQ0FBQyxhQUFhLENBQUMsY0FBYyxFQUFFLE9BQU8sQ0FBQyxDQUFDO0lBQ2hELENBQUM7SUFFRCxRQUFRO1FBQ0osSUFBSSxJQUFJLENBQUMsWUFBWSxFQUFFO1lBQ25CLElBQUksQ0FBQyxLQUFLLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQyxjQUFjLEVBQUUsT0FBTyxFQUFFLElBQUksQ0FDdkQsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLEtBQUssSUFBSSxDQUFDLFlBQVksQ0FBQyxXQUFXLEVBQUUsSUFBSSxDQUN4RCxDQUFDO1lBRUYsSUFBSSxDQUFDLEtBQUssQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDLGNBQWMsRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUN4RCxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUksS0FBSyxJQUFJLENBQUMsWUFBWSxDQUFDLFlBQVksRUFBRSxJQUFJLENBQ3pELENBQUM7WUFFRixJQUFJLElBQUksQ0FBQyxZQUFZLENBQUMsU0FBUyxFQUFFLElBQUksSUFBSSxTQUFTLEVBQUU7Z0JBQ2hELElBQUksQ0FBQyxLQUFLLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxZQUFZLEVBQUUsT0FBTyxFQUFFLElBQUksQ0FDbkQsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLEtBQUssSUFBSSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUNyRCxDQUFDO2dCQUVGLE1BQU0sS0FBSyxHQUFHLE1BQU0sQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLFNBQVMsRUFBRSxJQUFJLENBQUMsQ0FBQztnQkFDakQsSUFBSSxDQUFDLElBQUksR0FBRyxLQUFLLENBQUMsSUFBSSxDQUFDLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDO2dCQUUzRCxJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLElBQUksSUFBSSxFQUFFLENBQUM7YUFDM0Q7U0FDSjtJQUNMLENBQUM7SUFFTyxhQUFhLENBQ2pCLEdBQXNDLEVBQ3RDLE9BQXNCO1FBRXRCLElBQUksT0FBTyxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLEdBQUcsQ0FBQyxHQUFHLENBQUMsRUFBRTtZQUNsRCxNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsR0FBRyxDQUFpQyxDQUFDO1lBQzNELE1BQU0sT0FBTyxHQUFHLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxRQUFRLENBQUMsQ0FBQztZQUNqRCxJQUFZLENBQUMsR0FBRyxDQUFDLEdBQUcsT0FBTyxDQUFDO1lBQzdCLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxHQUFHLENBQUMsR0FBRyxDQUFDLENBQUM7U0FDbkM7SUFDTCxDQUFDO0lBRU8sa0JBQWtCLENBQ3RCLFFBQTJCO1FBRTNCLElBQUksQ0FBQyxRQUFRLEVBQUUsT0FBTztZQUFFLE9BQU8sUUFBUSxDQUFDO1FBRXhDLFFBQVEsQ0FBQyxPQUFPLEdBQUcsUUFBUSxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsQ0FBQyxHQUFHLEVBQUUsRUFBRTtZQUM1QyxJQUFJLElBQUksR0FBRyxHQUFHLENBQUMsSUFBSSxDQUFDO1lBRXBCLElBQ0ksT0FBTyxJQUFJLEtBQUssUUFBUTtnQkFDeEIsVUFBVSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUM7Z0JBQ3JCLElBQUksQ0FBQyxNQUFNLEdBQUcsQ0FBQyxFQUNqQjtnQkFDRSxJQUFJLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDO2FBQy9CO1lBRUQsT0FBTztnQkFDSCxHQUFHLEdBQUc7Z0JBQ04sSUFBSTthQUNQLENBQUM7UUFDTixDQUFDLENBQUMsQ0FBQztRQUVILE9BQU8sUUFBUSxDQUFDO0lBQ3BCLENBQUM7SUFFRCxZQUFZLENBQUMsUUFBa0IsRUFBRSxLQUFpQjtRQUM5QyxLQUFLLENBQUMsZUFBZSxFQUFFLENBQUM7UUFDeEIsS0FBSyxDQUFDLGNBQWMsRUFBRSxDQUFDO1FBQ3ZCLFFBQVEsQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQzdCLElBQUksUUFBUSxDQUFDLGNBQWMsRUFBRTtZQUN6QixRQUFRLENBQUMsSUFBSSxFQUFFLENBQUM7U0FDbkI7YUFBTTtZQUNILFFBQVEsQ0FBQyxJQUFJLEVBQUUsQ0FBQztTQUNuQjtJQUNMLENBQUM7SUFFRCxjQUFjLENBQUMsSUFBb0IsRUFBRSxLQUFtQztRQUNwRSxRQUFRLEtBQUssRUFBRTtZQUNYLEtBQUssUUFBUTtnQkFDVCxJQUFJLENBQUMsS0FBSyxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUM7Z0JBQzlCLE1BQU07WUFDVixLQUFLLE1BQU07Z0JBQ1AsSUFBSSxDQUFDLE9BQU8sR0FBRyxLQUFLLENBQUM7Z0JBQ3JCLElBQUksSUFBSSxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsUUFBUTtvQkFBRSxJQUFJLENBQUMsV0FBVyxHQUFHLEtBQUssQ0FBQztnQkFDekQsSUFBSSxDQUFDLEtBQUssQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDO2dCQUM1QixJQUFJLENBQUMsSUFBSSxHQUFHLEVBQUUsQ0FBQztnQkFDZixJQUFJLENBQUMsU0FBUyxHQUFHLEVBQUUsQ0FBQztnQkFDcEIsS0FBSyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxHQUFHLE1BQU0sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQyxFQUFFLEVBQUU7b0JBQ3hDLElBQUksQ0FBQyxJQUFJLEVBQUUsSUFBSSxDQUFDLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQztvQkFDdkIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsRUFBRSxJQUFJLEVBQUUsQ0FBQyxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsQ0FBQyxDQUFDO2lCQUNoRDtnQkFDRCxNQUFNO1lBQ1YsS0FBSyxRQUFRO2dCQUNULElBQUksQ0FBQyxLQUFLLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQztnQkFFL0IsTUFBTTtZQUVWO2dCQUNJLE1BQU07U0FDYjtJQUNMLENBQUM7SUFFRCxTQUFTO1FBQ0wsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDO1FBQ2pCLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDO1FBQ3BCLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNoQyxDQUFDO0lBRUQsU0FBUztRQUNMLElBQUksSUFBSSxDQUFDLEtBQUssSUFBSSxJQUFJLENBQUMsS0FBSyxDQUFDLFNBQVMsRUFBRTtZQUNwQyxJQUFJLENBQUMsS0FBSyxDQUFDLFNBQVMsQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQztTQUM5QztRQUNELElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDO1FBQ3BCLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDO0lBQzVCLENBQUM7K0dBaEpRLDJCQUEyQjttR0FBM0IsMkJBQTJCLDRaQ3pCeEMsNDlPQXdMQSxvbjZCRHBLYyxZQUFZLDRIQUFFLFdBQVcsOFZBQUUsY0FBYyx1dENBQUUsbUJBQW1COzs0RkFLL0QsMkJBQTJCO2tCQVJ2QyxTQUFTOytCQUNJLDBCQUEwQixjQUN4QixJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsV0FBVyxFQUFFLGNBQWMsRUFBRSxtQkFBbUIsQ0FBQyxtQkFHeEQsdUJBQXVCLENBQUMsTUFBTTs4QkFHdEMsWUFBWTtzQkFBcEIsS0FBSztnQkFDRyxjQUFjO3NCQUF0QixLQUFLO2dCQUNHLFlBQVk7c0JBQXBCLEtBQUs7Z0JBQ0csY0FBYztzQkFBdEIsS0FBSztnQkFDRyxZQUFZO3NCQUFwQixLQUFLO2dCQUNHLFNBQVM7c0JBQWpCLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSztnQkFDRyxHQUFHO3NCQUFYLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUVJLEtBQUs7c0JBQWQsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge1xuICAgIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICAgIENvbXBvbmVudCxcbiAgICBFdmVudEVtaXR0ZXIsXG4gICAgSW5wdXQsXG4gICAgT25DaGFuZ2VzLFxuICAgIE9uSW5pdCxcbiAgICBPdXRwdXQsXG4gICAgU2ltcGxlQ2hhbmdlcyxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3Jtc01vZHVsZSwgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IERyb3Bkb3duLCBEcm9wZG93bk1vZHVsZSB9IGZyb20gJ3ByaW1lbmcvZHJvcGRvd24nO1xuaW1wb3J0IHsgQmFieWxvbkJ1dHRvbkkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tYnV0dG9uLmludGVyZmFjZSc7XG5pbXBvcnQgeyBCYWJ5bG9uRHJvcGRvd25JIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLWRyb3Bkb3duLmludGVyZmFjZSc7XG5pbXBvcnQgeyBEcm9wZG93bk9wdGlvbiB9IGZyb20gJy4uL2JhYnlsb24tcm9vbXMtY29scy9iYWJ5bG9uLXJvb21zLWNvbHMuY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1ndWVzdHMtcG9wdXAnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgRm9ybXNNb2R1bGUsIERyb3Bkb3duTW9kdWxlLCBSZWFjdGl2ZUZvcm1zTW9kdWxlXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1ndWVzdHMtcG9wdXAuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWd1ZXN0cy1wb3B1cC5jb21wb25lbnQuc2NzcycsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJhYnlsb25HdWVzdHNQb3B1cENvbXBvbmVudCBpbXBsZW1lbnRzIE9uQ2hhbmdlcywgT25Jbml0IHtcbiAgICBASW5wdXQoKSBkZWZhdWx0VmFsdWU/OiBhbnk7XG4gICAgQElucHV0KCkgYWR1bHRzRHJvcGRvd24/OiBCYWJ5bG9uRHJvcGRvd25JO1xuICAgIEBJbnB1dCgpIGtpZHNEcm9wZG93bj86IEJhYnlsb25Ecm9wZG93bkk7XG4gICAgQElucHV0KCkgYmFiaWVzRHJvcGRvd24/OiBCYWJ5bG9uRHJvcGRvd25JO1xuICAgIEBJbnB1dCgpIGFnZXNEcm9wZG93bj86IEJhYnlsb25Ecm9wZG93bkk7XG4gICAgQElucHV0KCkga2lkc0xhYmVsPzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIGFnZXNMYWJlbD86IHN0cmluZztcbiAgICBASW5wdXQoKSBidG4/OiBCYWJ5bG9uQnV0dG9uSTtcbiAgICBASW5wdXQoKSBvbmx5QWR1bHRzPzogYm9vbGVhbjtcbiAgICBASW5wdXQoKSBzaG93QWdlcyA9IHRydWU7XG5cbiAgICBAT3V0cHV0KCkgYXBwbHkgPSBuZXcgRXZlbnRFbWl0dGVyPGd1ZXN0c1ZhbHVlPigpO1xuXG4gICAgdmFsdWU6IGd1ZXN0c1ZhbHVlID0ge1xuICAgICAgICBhZHVsdHNWYWx1ZTogeyBjb2RlOiAxLCBuYW1lOiAnMDEnIH0sXG4gICAgICAgIGtpZHNWYWx1ZToge30sXG4gICAgICAgIGluZmFudHNWYWx1ZToge30sXG4gICAgfTtcblxuICAgIGtpZHM6IG51bWJlcltdID0gW107XG4gICAgYWdlc1ZhbHVlOiBEcm9wZG93bk9wdGlvbltdID0gW107XG5cbiAgICBhcHBsaWVkID0gZmFsc2U7XG4gICAga2lkc0FwcGxpZWQgPSB0cnVlO1xuXG4gICAgcHJpdmF0ZSBpc0Ryb3Bkb3duQ2xlYW5lZCA9IG5ldyBTZXQ8c3RyaW5nPigpO1xuXG4gICAgbmdPbkNoYW5nZXMoY2hhbmdlczogU2ltcGxlQ2hhbmdlcyk6IHZvaWQge1xuICAgICAgICB0aGlzLmNsZWFuSWZOZWVkZWQoJ2FkdWx0c0Ryb3Bkb3duJywgY2hhbmdlcyk7XG4gICAgICAgIHRoaXMuY2xlYW5JZk5lZWRlZCgna2lkc0Ryb3Bkb3duJywgY2hhbmdlcyk7XG4gICAgICAgIHRoaXMuY2xlYW5JZk5lZWRlZCgnYmFiaWVzRHJvcGRvd24nLCBjaGFuZ2VzKTtcbiAgICAgICAgdGhpcy5jbGVhbklmTmVlZGVkKCdhZ2VzRHJvcGRvd24nLCBjaGFuZ2VzKTtcbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAgICAgaWYgKHRoaXMuZGVmYXVsdFZhbHVlKSB7XG4gICAgICAgICAgICB0aGlzLnZhbHVlLmFkdWx0c1ZhbHVlID0gdGhpcy5hZHVsdHNEcm9wZG93bj8ub3B0aW9ucz8uZmluZChcbiAgICAgICAgICAgICAgICAobykgPT4gby5jb2RlID09PSB0aGlzLmRlZmF1bHRWYWx1ZS5hZHVsdHNWYWx1ZT8uY29kZVxuICAgICAgICAgICAgKTtcblxuICAgICAgICAgICAgdGhpcy52YWx1ZS5pbmZhbnRzVmFsdWUgPSB0aGlzLmJhYmllc0Ryb3Bkb3duPy5vcHRpb25zPy5maW5kKFxuICAgICAgICAgICAgICAgIChvKSA9PiBvLmNvZGUgPT09IHRoaXMuZGVmYXVsdFZhbHVlLmluZmFudHNWYWx1ZT8uY29kZVxuICAgICAgICAgICAgKTtcblxuICAgICAgICAgICAgaWYgKHRoaXMuZGVmYXVsdFZhbHVlLmtpZHNWYWx1ZT8uY29kZSAhPSB1bmRlZmluZWQpIHtcbiAgICAgICAgICAgICAgICB0aGlzLnZhbHVlLmtpZHNWYWx1ZSA9IHRoaXMua2lkc0Ryb3Bkb3duPy5vcHRpb25zPy5maW5kKFxuICAgICAgICAgICAgICAgICAgICAobykgPT4gby5jb2RlID09PSB0aGlzLmRlZmF1bHRWYWx1ZS5raWRzVmFsdWUuY29kZVxuICAgICAgICAgICAgICAgICk7XG5cbiAgICAgICAgICAgICAgICBjb25zdCBjb3VudCA9IE51bWJlcih0aGlzLnZhbHVlLmtpZHNWYWx1ZT8uY29kZSk7XG4gICAgICAgICAgICAgICAgdGhpcy5raWRzID0gQXJyYXkuZnJvbSh7IGxlbmd0aDogY291bnQgfSwgKF8sIGkpID0+IGkgKyAxKTtcblxuICAgICAgICAgICAgICAgIHRoaXMuYWdlc1ZhbHVlID0gdGhpcy5kZWZhdWx0VmFsdWUua2lkc1ZhbHVlLmFnZXMgPz8gW107XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwcml2YXRlIGNsZWFuSWZOZWVkZWQoXG4gICAgICAgIGtleToga2V5b2YgQmFieWxvbkd1ZXN0c1BvcHVwQ29tcG9uZW50LFxuICAgICAgICBjaGFuZ2VzOiBTaW1wbGVDaGFuZ2VzXG4gICAgKTogdm9pZCB7XG4gICAgICAgIGlmIChjaGFuZ2VzW2tleV0gJiYgIXRoaXMuaXNEcm9wZG93bkNsZWFuZWQuaGFzKGtleSkpIHtcbiAgICAgICAgICAgIGNvbnN0IGRyb3Bkb3duID0gdGhpc1trZXldIGFzIEJhYnlsb25Ecm9wZG93bkkgfCB1bmRlZmluZWQ7XG4gICAgICAgICAgICBjb25zdCBjbGVhbmVkID0gdGhpcy5jbGVhbkRyb3Bkb3duTmFtZXMoZHJvcGRvd24pO1xuICAgICAgICAgICAgKHRoaXMgYXMgYW55KVtrZXldID0gY2xlYW5lZDtcbiAgICAgICAgICAgIHRoaXMuaXNEcm9wZG93bkNsZWFuZWQuYWRkKGtleSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwcml2YXRlIGNsZWFuRHJvcGRvd25OYW1lcyhcbiAgICAgICAgZHJvcGRvd24/OiBCYWJ5bG9uRHJvcGRvd25JXG4gICAgKTogQmFieWxvbkRyb3Bkb3duSSB8IHVuZGVmaW5lZCB7XG4gICAgICAgIGlmICghZHJvcGRvd24/Lm9wdGlvbnMpIHJldHVybiBkcm9wZG93bjtcblxuICAgICAgICBkcm9wZG93bi5vcHRpb25zID0gZHJvcGRvd24ub3B0aW9ucy5tYXAoKG9wdCkgPT4ge1xuICAgICAgICAgICAgbGV0IG5hbWUgPSBvcHQubmFtZTtcblxuICAgICAgICAgICAgaWYgKFxuICAgICAgICAgICAgICAgIHR5cGVvZiBuYW1lID09PSAnc3RyaW5nJyAmJlxuICAgICAgICAgICAgICAgIC9eWzAtOV0rJC8udGVzdChuYW1lKSAmJlxuICAgICAgICAgICAgICAgIG5hbWUubGVuZ3RoID4gMVxuICAgICAgICAgICAgKSB7XG4gICAgICAgICAgICAgICAgbmFtZSA9IFN0cmluZyhOdW1iZXIobmFtZSkpO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICByZXR1cm4ge1xuICAgICAgICAgICAgICAgIC4uLm9wdCxcbiAgICAgICAgICAgICAgICBuYW1lLFxuICAgICAgICAgICAgfTtcbiAgICAgICAgfSk7XG5cbiAgICAgICAgcmV0dXJuIGRyb3Bkb3duO1xuICAgIH1cblxuICAgIG9wZW5Ecm9wZG93bihkcm9wZG93bjogRHJvcGRvd24sIGV2ZW50OiBNb3VzZUV2ZW50KTogdm9pZCB7XG4gICAgICAgIGV2ZW50LnN0b3BQcm9wYWdhdGlvbigpO1xuICAgICAgICBldmVudC5wcmV2ZW50RGVmYXVsdCgpO1xuICAgICAgICBkcm9wZG93bi5vbkNsaWNrLmVtaXQoZXZlbnQpO1xuICAgICAgICBpZiAoZHJvcGRvd24ub3ZlcmxheVZpc2libGUpIHtcbiAgICAgICAgICAgIGRyb3Bkb3duLmhpZGUoKTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIGRyb3Bkb3duLnNob3coKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGRyb3Bkb3duQ2hhbmdlKGRhdGE6IERyb3Bkb3duT3B0aW9uLCBwbGFjZTogJ2tpZHMnIHwgJ2JhYmllcycgfCAnYWR1bHRzJykge1xuICAgICAgICBzd2l0Y2ggKHBsYWNlKSB7XG4gICAgICAgICAgICBjYXNlICdhZHVsdHMnOlxuICAgICAgICAgICAgICAgIHRoaXMudmFsdWUuYWR1bHRzVmFsdWUgPSBkYXRhO1xuICAgICAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICAgICAgY2FzZSAna2lkcyc6XG4gICAgICAgICAgICAgICAgdGhpcy5hcHBsaWVkID0gZmFsc2U7XG4gICAgICAgICAgICAgICAgaWYgKGRhdGEuY29kZSAmJiB0aGlzLnNob3dBZ2VzKSB0aGlzLmtpZHNBcHBsaWVkID0gZmFsc2U7XG4gICAgICAgICAgICAgICAgdGhpcy52YWx1ZS5raWRzVmFsdWUgPSBkYXRhO1xuICAgICAgICAgICAgICAgIHRoaXMua2lkcyA9IFtdO1xuICAgICAgICAgICAgICAgIHRoaXMuYWdlc1ZhbHVlID0gW107XG4gICAgICAgICAgICAgICAgZm9yIChsZXQgaSA9IDA7IGkgPCBOdW1iZXIoZGF0YS5jb2RlKTsgaSsrKSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMua2lkcz8ucHVzaChpICsgMSk7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuYWdlc1ZhbHVlLnB1c2goeyBjb2RlOiAyLCBuYW1lOiAnMDInIH0pO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBicmVhaztcbiAgICAgICAgICAgIGNhc2UgJ2JhYmllcyc6XG4gICAgICAgICAgICAgICAgdGhpcy52YWx1ZS5pbmZhbnRzVmFsdWUgPSBkYXRhO1xuXG4gICAgICAgICAgICAgICAgYnJlYWs7XG5cbiAgICAgICAgICAgIGRlZmF1bHQ6XG4gICAgICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBhcHBseURhdGEoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuYXBwbHlBZ2VzKCk7XG4gICAgICAgIHRoaXMuYXBwbGllZCA9IHRydWU7XG4gICAgICAgIHRoaXMuYXBwbHkuZW1pdCh0aGlzLnZhbHVlKTtcbiAgICB9XG5cbiAgICBhcHBseUFnZXMoKTogdm9pZCB7XG4gICAgICAgIGlmICh0aGlzLnZhbHVlICYmIHRoaXMudmFsdWUua2lkc1ZhbHVlKSB7XG4gICAgICAgICAgICB0aGlzLnZhbHVlLmtpZHNWYWx1ZS5hZ2VzID0gdGhpcy5hZ2VzVmFsdWU7XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5hcHBsaWVkID0gdHJ1ZTtcbiAgICAgICAgdGhpcy5raWRzQXBwbGllZCA9IHRydWU7XG4gICAgfVxufVxuXG5leHBvcnQgaW50ZXJmYWNlIGd1ZXN0c1ZhbHVlIHtcbiAgICBhZHVsdHNWYWx1ZT86IERyb3Bkb3duT3B0aW9uO1xuICAgIGtpZHNWYWx1ZT86IERyb3Bkb3duT3B0aW9uO1xuICAgIGluZmFudHNWYWx1ZT86IERyb3Bkb3duT3B0aW9uO1xufVxuIiwiPGRpdiBjbGFzcz1cImJhYnlsb25fX2d1ZXN0cyBkLWZsZXggZmxleC1jb2x1bW5cIj5cbiAgICBAaWYgKGFkdWx0c0Ryb3Bkb3duKSB7XG4gICAgICAgIDxkaXYgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS13cmFwcGVyXCI+XG4gICAgICAgICAgICA8c3BhblxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19pY29uIGJhYnlsb24tYWR1bHRcIlxuICAgICAgICAgICAgICAgIChjbGljayk9XCJvcGVuRHJvcGRvd24oYWR1bHRzRHJvcGRvd25SZWYsICRldmVudClcIlxuICAgICAgICAgICAgPjwvc3Bhbj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS1jb250ZW50XCI+XG4gICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24tLXRpdGxlLXdyYXBwZXJcIlxuICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwib3BlbkRyb3Bkb3duKGFkdWx0c0Ryb3Bkb3duUmVmLCAkZXZlbnQpXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIEBpZiAoYWR1bHRzRHJvcGRvd24udGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS10aXRsZSBjb2xvci0tYnJvd25cIlxuICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IGFkdWx0c0Ryb3Bkb3duLnRpdGxlIH19XG4gICAgICAgICAgICAgICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgICAgIDxkaXY+XG4gICAgICAgICAgICAgICAgICAgIDxwLWRyb3Bkb3duXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd25cIlxuICAgICAgICAgICAgICAgICAgICAgICAgW29wdGlvbnNdPVwiYWR1bHRzRHJvcGRvd24ub3B0aW9uc1wiXG4gICAgICAgICAgICAgICAgICAgICAgICBbKG5nTW9kZWwpXT1cInZhbHVlLmFkdWx0c1ZhbHVlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtwbGFjZWhvbGRlcl09XCJhZHVsdHNEcm9wZG93bi5wbGFjZWhvbGRlclwiXG4gICAgICAgICAgICAgICAgICAgICAgICBuYW1lPVwiYWR1bHRzXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIG9wdGlvbkxhYmVsPVwibmFtZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAjYWR1bHRzRHJvcGRvd25SZWZcbiAgICAgICAgICAgICAgICAgICAgICAgIChuZ01vZGVsQ2hhbmdlKT1cImRyb3Bkb3duQ2hhbmdlKCRldmVudCwgJ2FkdWx0cycpXCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICA8L3AtZHJvcGRvd24+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgfVxuICAgIEBpZiAoa2lkc0Ryb3Bkb3duICYmICFvbmx5QWR1bHRzKSB7XG4gICAgICAgIDxkaXYgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS13cmFwcGVyXCI+XG4gICAgICAgICAgICA8c3BhblxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19pY29uIGJhYnlsb24ta2lkXCJcbiAgICAgICAgICAgICAgICAoY2xpY2spPVwib3BlbkRyb3Bkb3duKGtpZHNEcm9wZG93blJlZiwgJGV2ZW50KVwiXG4gICAgICAgICAgICA+PC9zcGFuPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24tLWNvbnRlbnRcIj5cbiAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0tdGl0bGUtd3JhcHBlclwiXG4gICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJvcGVuRHJvcGRvd24oa2lkc0Ryb3Bkb3duUmVmLCAkZXZlbnQpXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIEBpZiAoa2lkc0Ryb3Bkb3duLnRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0tdGl0bGUgY29sb3ItLWJyb3duXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyBraWRzRHJvcGRvd24udGl0bGUgfX1cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICBAaWYgKGtpZHNEcm9wZG93bi5zbWFsbFRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICA8c21hbGxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24tLXNtYWxsLXRpdGxlIGNvbG9yLS1jYW1lbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAge3sga2lkc0Ryb3Bkb3duLnNtYWxsVGl0bGUgfX1cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvc21hbGw+XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgICAgIDxkaXY+XG4gICAgICAgICAgICAgICAgICAgIDxwLWRyb3Bkb3duXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd25cIlxuICAgICAgICAgICAgICAgICAgICAgICAgW29wdGlvbnNdPVwia2lkc0Ryb3Bkb3duLm9wdGlvbnNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgWyhuZ01vZGVsKV09XCJ2YWx1ZS5raWRzVmFsdWVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW3BsYWNlaG9sZGVyXT1cImtpZHNEcm9wZG93bi5wbGFjZWhvbGRlclwiXG4gICAgICAgICAgICAgICAgICAgICAgICBuYW1lPVwia2lkc1wiXG4gICAgICAgICAgICAgICAgICAgICAgICBvcHRpb25MYWJlbD1cIm5hbWVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgI2tpZHNEcm9wZG93blJlZlxuICAgICAgICAgICAgICAgICAgICAgICAgKG5nTW9kZWxDaGFuZ2UpPVwiZHJvcGRvd25DaGFuZ2UoJGV2ZW50LCAna2lkcycpXCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICA8L3AtZHJvcGRvd24+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxzcGFuXG4gICAgICAgICAgICAgICAgKGNsaWNrKT1cIm9wZW5Ecm9wZG93bihraWRzRHJvcGRvd25SZWYsICRldmVudClcIlxuICAgICAgICAgICAgICAgIGNsYXNzPVwiaWNvbi1wb2ludGVyLWRvd24gYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0taWNvblwiXG4gICAgICAgICAgICA+PC9zcGFuPlxuICAgICAgICA8L2Rpdj5cbiAgICB9XG4gICAgQGlmICghYXBwbGllZCAmJiBraWRzLmxlbmd0aCAmJiAhb25seUFkdWx0cyAmJiBzaG93QWdlcykge1xuICAgICAgICA8ZGl2IGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19raWRzIHB5LTZcIj5cbiAgICAgICAgICAgIEBpZiAoYWdlc0xhYmVsKSB7XG4gICAgICAgICAgICAgICAgPGhlYWRlcj5cbiAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0IGxpZ2h0IG0tMFwiPnt7IGFnZXNMYWJlbCB9fTwvcD5cbiAgICAgICAgICAgICAgICA8L2hlYWRlcj5cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIDxkaXY+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvdyBneS0zIGp1c3RpZnktY29udGVudC1iZXR3ZWVuXCI+XG4gICAgICAgICAgICAgICAgICAgIEBmb3IgKFxuICAgICAgICAgICAgICAgICAgICAgICAga2lkIG9mIGtpZHM7XG4gICAgICAgICAgICAgICAgICAgICAgICB0cmFjayAkaW5kZXg7XG4gICAgICAgICAgICAgICAgICAgICAgICBsZXQgZXZlbiA9ICRldmVuLCBsYXN0ID0gJGxhc3RcbiAgICAgICAgICAgICAgICAgICAgKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJjb2wtNlwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwieyAnb2Zmc2V0LTMnOiBsYXN0ICYmIGV2ZW4gfVwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChraWRzTGFiZWwpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ0ZXh0LXNtYWxsIGxpZ2h0XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID57eyBraWRzTGFiZWwgfX0ge3sga2lkIH19PC9zcGFuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24tLXdyYXBwZXIgc21hbGxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAtZHJvcGRvd25cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93biBzbWFsbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbb3B0aW9uc109XCJhZ2VzRHJvcGRvd24/Lm9wdGlvbnNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgWyhuZ01vZGVsKV09XCJhZ2VzVmFsdWVbJGluZGV4XVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBvcHRpb25MYWJlbD1cIm5hbWVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3BsYWNlaG9sZGVyXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFnZXNEcm9wZG93bj8ub3B0aW9ucz8uWzBdPy5uYW1lXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbmFtZT1cImFnZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9wLWRyb3Bkb3duPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICB9XG4gICAgQGlmIChiYWJpZXNEcm9wZG93biAmJiAhb25seUFkdWx0cykge1xuICAgICAgICA8ZGl2IGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0td3JhcHBlclwiPlxuICAgICAgICAgICAgPHNwYW5cbiAgICAgICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19faWNvbiBiYWJ5bG9uLWJhYnlcIlxuICAgICAgICAgICAgICAgIChjbGljayk9XCJvcGVuRHJvcGRvd24oYmFiaWVzRHJvcGRvd25SZWYsICRldmVudClcIlxuICAgICAgICAgICAgPjwvc3Bhbj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS1jb250ZW50XCI+XG4gICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24tLXRpdGxlLXdyYXBwZXJcIlxuICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwib3BlbkRyb3Bkb3duKGJhYmllc0Ryb3Bkb3duUmVmLCAkZXZlbnQpXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIEBpZiAoYmFiaWVzRHJvcGRvd24udGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJiYWJ5bG9uX19ndWVzdHNfX2Ryb3Bkb3duLS10aXRsZSBjb2xvci0tYnJvd25cIlxuICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IGJhYmllc0Ryb3Bkb3duLnRpdGxlIH19XG4gICAgICAgICAgICAgICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgQGlmIChiYWJpZXNEcm9wZG93bi5zbWFsbFRpdGxlKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICA8c21hbGxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJhYnlsb25fX2d1ZXN0c19fZHJvcGRvd24tLXNtYWxsLXRpdGxlIGNvbG9yLS1jYW1lbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAge3sgYmFiaWVzRHJvcGRvd24uc21hbGxUaXRsZSB9fVxuICAgICAgICAgICAgICAgICAgICAgICAgPC9zbWFsbD5cbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIDwvZGl2PlxuXG4gICAgICAgICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgICAgICAgICAgPHAtZHJvcGRvd25cbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93blwiXG4gICAgICAgICAgICAgICAgICAgICAgICBbb3B0aW9uc109XCJiYWJpZXNEcm9wZG93bi5vcHRpb25zXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFsobmdNb2RlbCldPVwidmFsdWUuaW5mYW50c1ZhbHVlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtwbGFjZWhvbGRlcl09XCJiYWJpZXNEcm9wZG93bi5wbGFjZWhvbGRlclwiXG4gICAgICAgICAgICAgICAgICAgICAgICBuYW1lPVwiaW5mYW50c1wiXG4gICAgICAgICAgICAgICAgICAgICAgICBvcHRpb25MYWJlbD1cIm5hbWVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgI2JhYmllc0Ryb3Bkb3duUmVmXG4gICAgICAgICAgICAgICAgICAgICAgICAobmdNb2RlbENoYW5nZSk9XCJkcm9wZG93bkNoYW5nZSgkZXZlbnQsICdiYWJpZXMnKVwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgPC9wLWRyb3Bkb3duPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8c3BhblxuICAgICAgICAgICAgICAgIChjbGljayk9XCJvcGVuRHJvcGRvd24oYmFiaWVzRHJvcGRvd25SZWYsICRldmVudClcIlxuICAgICAgICAgICAgICAgIGNsYXNzPVwiaWNvbi1wb2ludGVyLWRvd24gYmFieWxvbl9fZ3Vlc3RzX19kcm9wZG93bi0taWNvblwiXG4gICAgICAgICAgICA+PC9zcGFuPlxuICAgICAgICA8L2Rpdj5cbiAgICB9XG4gICAgQGlmIChidG4pIHtcbiAgICAgICAgPGFcbiAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiYnRuLmxhYmVsXCJcbiAgICAgICAgICAgIGNsYXNzPVwiYnRuIGJ0bl9jYWxsXCJcbiAgICAgICAgICAgIChjbGljayk9XCJhcHBseURhdGEoKVwiXG4gICAgICAgICAgICA+e3sgYnRuLmxhYmVsIH19PC9hXG4gICAgICAgID5cbiAgICB9XG48L2Rpdj5cbiJdfQ==
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1ndWVzdHMtcG9wdXAuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLWd1ZXN0cy1wb3B1cC9iYWJ5bG9uLWd1ZXN0cy1wb3B1cC5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhYnlsb25CdXR0b25JIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLWJ1dHRvbi5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgQmFieWxvbkRyb3Bkb3duSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi1kcm9wZG93bi5pbnRlcmZhY2UnO1xuZXhwb3J0IGludGVyZmFjZSBCYWJ5bG9uR3Vlc3RzUG9wdXBJIHtcbiAgICBhZHVsdHNEcm9wZG93bj86IEJhYnlsb25Ecm9wZG93bkk7XG4gICAga2lkc0Ryb3Bkb3duPzogQmFieWxvbkRyb3Bkb3duSTtcbiAgICBiYWJpZXNEcm9wZG93bj86IEJhYnlsb25Ecm9wZG93bkk7XG4gICAgYWdlc0Ryb3Bkb3duPzogQmFieWxvbkRyb3Bkb3duSTtcbiAgICBraWRzTGFiZWw/OiBzdHJpbmc7XG4gICAgYWdlc0xhYmVsPzogc3RyaW5nO1xuICAgIGJ0bj86IEJhYnlsb25CdXR0b25JO1xufVxuIl19
@@ -0,0 +1,3 @@
1
+ export * from './babylon-guests-popup.component';
2
+ export * from './babylon-guests-popup.interface';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tZ3Vlc3RzLXBvcHVwL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsa0NBQWtDLENBQUM7QUFDakQsY0FBYyxrQ0FBa0MsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ndWVzdHMtcG9wdXAuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYmFieWxvbi1ndWVzdHMtcG9wdXAuaW50ZXJmYWNlJztcbiJdfQ==
@@ -1,11 +1,30 @@
1
- import { Component } from '@angular/core';
1
+ import { CommonModule } from '@angular/common';
2
+ import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
3
+ import { BabylonLinkTypeDirective } from '../../../directives/link-type/link-type.directive';
4
+ import { BabylonDynamicHeadingComponent } from '../../shared/babylon-dynamic-heading/babylon-dynamic-heading.component';
2
5
  import * as i0 from "@angular/core";
3
6
  export class BabylonHeadIntroComponent {
4
7
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonHeadIntroComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonHeadIntroComponent, isStandalone: true, selector: "lib-babylon-head-intro", ngImport: i0, template: "<section class=\"babylon__head-intro\">\n <div class=\"container\">\n <div class=\"intro_info align--center no-align\">\n <h3 class=\"pretitle\">Head Intro</h3>\n <h1 class=\"title\">Habitaciones y Suites</h1>\n <p class=\"text\">\n Many desktop publishing packages and web page editors now use Lorem Ipsum\n as their default model text, and a search for lorem ipsum will uncover many\n web sites.\n </p>\n <div class=\"btns__box align--center\">\n <div>\n <a href=\" \" class=\"btn btn_primary\"><b>Learn More</b><span class=\"babylon-arrow-right-big\"></span></a>\n </div>\n <div>\n <a href=\" \" class=\"btn btn_primary\"><b>Learn More</b><span class=\"babylon-arrow-right-big\"></span></a>\n </div>\n </div>\n </div>\n </div>\n</section>\n", styles: [""] }); }
8
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonHeadIntroComponent, isStandalone: true, selector: "lib-babylon-head-intro", inputs: { pretitle: "pretitle", title: "title", text: "text", buttons: "buttons", tags: "tags", textColors: "textColors" }, ngImport: i0, template: "<section class=\"babylon__head-intro margin-main\">\n <div class=\"babylon__head-intro-content\">\n <div class=\"container\">\n <div class=\"intro_info align--center no-align\">\n @if (pretitle) {\n <div class=\"pretitle-container\">\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.pretitle || 'h3'\"\n cssClass=\"pretitle\"\n [content]=\"pretitle\"\n [color]=\"textColors?.pretitle\"\n ></lib-babylon-dynamic-heading>\n </div>\n }\n @if (title) {\n <div class=\"title-container\">\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.title || 'h1'\"\n cssClass=\"title\"\n [content]=\"title\"\n [color]=\"textColors?.title\"\n ></lib-babylon-dynamic-heading>\n </div>\n }\n @if (text) {\n <div class=\"text-container\">\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.text || 'p'\"\n cssClass=\"text\"\n [content]=\"text\"\n [color]=\"textColors?.text\"\n ></lib-babylon-dynamic-heading>\n </div>\n }\n @if (buttons?.length) {\n <div class=\"btns__box align--center\">\n @for (button of buttons; track $index) {\n @if (button) {\n <div>\n <a\n [attr.aria-label]=\"button?.label\"\n [href]=\"button?.url\"\n [linkType]=\"button?.linkType\"\n class=\"btn btn_primary\"\n ><b>{{ button?.label }}</b\n ><span\n class=\"babylon-arrow-right-big\"\n ></span\n ></a>\n </div>\n }\n }\n </div>\n }\n </div>\n </div>\n </div>\n</section>\n", styles: [".babylon__head-intro-content{position:relative;background-color:var(--cl_background_body)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup"], outputs: ["anchorClicked"] }, { kind: "component", type: BabylonDynamicHeadingComponent, selector: "lib-babylon-dynamic-heading", inputs: ["tag", "wrapper", "cssClass", "content", "color"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6
9
  }
7
10
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonHeadIntroComponent, decorators: [{
8
11
  type: Component,
9
- args: [{ selector: 'lib-babylon-head-intro', imports: [], standalone: true, template: "<section class=\"babylon__head-intro\">\n <div class=\"container\">\n <div class=\"intro_info align--center no-align\">\n <h3 class=\"pretitle\">Head Intro</h3>\n <h1 class=\"title\">Habitaciones y Suites</h1>\n <p class=\"text\">\n Many desktop publishing packages and web page editors now use Lorem Ipsum\n as their default model text, and a search for lorem ipsum will uncover many\n web sites.\n </p>\n <div class=\"btns__box align--center\">\n <div>\n <a href=\" \" class=\"btn btn_primary\"><b>Learn More</b><span class=\"babylon-arrow-right-big\"></span></a>\n </div>\n <div>\n <a href=\" \" class=\"btn btn_primary\"><b>Learn More</b><span class=\"babylon-arrow-right-big\"></span></a>\n </div>\n </div>\n </div>\n </div>\n</section>\n" }]
10
- }] });
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1oZWFkLWludHJvLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1oZWFkLWludHJvL2JhYnlsb24taGVhZC1pbnRyby5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taGVhZC1pbnRyby9iYWJ5bG9uLWhlYWQtaW50cm8uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFVMUMsTUFBTSxPQUFPLHlCQUF5QjsrR0FBekIseUJBQXlCO21HQUF6Qix5QkFBeUIsa0ZDVnRDLGsxQkFxQkE7OzRGRFhhLHlCQUF5QjtrQkFSckMsU0FBUzsrQkFDRSx3QkFBd0IsV0FDekIsRUFBRSxjQUdFLElBQUkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbGliLWJhYnlsb24taGVhZC1pbnRybycsXG4gIGltcG9ydHM6IFtdLFxuICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi1oZWFkLWludHJvLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vYmFieWxvbi1oZWFkLWludHJvLmNvbXBvbmVudC5zY3NzJ10sXG4gIHN0YW5kYWxvbmUgOiB0cnVlLFxufSlcblxuZXhwb3J0IGNsYXNzIEJhYnlsb25IZWFkSW50cm9Db21wb25lbnQge31cbiIsIjxzZWN0aW9uIGNsYXNzPVwiYmFieWxvbl9faGVhZC1pbnRyb1wiPlxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgPGRpdiBjbGFzcz1cImludHJvX2luZm8gYWxpZ24tLWNlbnRlciBuby1hbGlnblwiPlxuICAgICAgPGgzIGNsYXNzPVwicHJldGl0bGVcIj5IZWFkIEludHJvPC9oMz5cbiAgICAgIDxoMSBjbGFzcz1cInRpdGxlXCI+SGFiaXRhY2lvbmVzIHkgU3VpdGVzPC9oMT5cbiAgICAgIDxwIGNsYXNzPVwidGV4dFwiPlxuICAgICAgICBNYW55IGRlc2t0b3AgcHVibGlzaGluZyBwYWNrYWdlcyBhbmQgd2ViIHBhZ2UgZWRpdG9ycyBub3cgdXNlIExvcmVtIElwc3VtXG4gICAgICAgIGFzIHRoZWlyIGRlZmF1bHQgbW9kZWwgdGV4dCwgYW5kIGEgc2VhcmNoIGZvciBsb3JlbSBpcHN1bSB3aWxsIHVuY292ZXIgbWFueVxuICAgICAgICB3ZWIgc2l0ZXMuXG4gICAgICA8L3A+XG4gICAgICA8ZGl2IGNsYXNzPVwiYnRuc19fYm94IGFsaWduLS1jZW50ZXJcIj5cbiAgICAgICAgPGRpdj5cbiAgICAgICAgICA8YSBocmVmPVwiIFwiIGNsYXNzPVwiYnRuIGJ0bl9wcmltYXJ5XCI+PGI+TGVhcm4gTW9yZTwvYj48c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctcmlnaHQtYmlnXCI+PC9zcGFuPjwvYT5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXY+XG4gICAgICAgICAgPGEgaHJlZj1cIiBcIiBjbGFzcz1cImJ0biBidG5fcHJpbWFyeVwiPjxiPkxlYXJuIE1vcmU8L2I+PHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LXJpZ2h0LWJpZ1wiPjwvc3Bhbj48L2E+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuPC9zZWN0aW9uPlxuIl19
12
+ args: [{ selector: 'lib-babylon-head-intro', imports: [
13
+ CommonModule,
14
+ BabylonLinkTypeDirective,
15
+ BabylonDynamicHeadingComponent,
16
+ ], standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__head-intro margin-main\">\n <div class=\"babylon__head-intro-content\">\n <div class=\"container\">\n <div class=\"intro_info align--center no-align\">\n @if (pretitle) {\n <div class=\"pretitle-container\">\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.pretitle || 'h3'\"\n cssClass=\"pretitle\"\n [content]=\"pretitle\"\n [color]=\"textColors?.pretitle\"\n ></lib-babylon-dynamic-heading>\n </div>\n }\n @if (title) {\n <div class=\"title-container\">\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.title || 'h1'\"\n cssClass=\"title\"\n [content]=\"title\"\n [color]=\"textColors?.title\"\n ></lib-babylon-dynamic-heading>\n </div>\n }\n @if (text) {\n <div class=\"text-container\">\n <lib-babylon-dynamic-heading\n [tag]=\"tags?.text || 'p'\"\n cssClass=\"text\"\n [content]=\"text\"\n [color]=\"textColors?.text\"\n ></lib-babylon-dynamic-heading>\n </div>\n }\n @if (buttons?.length) {\n <div class=\"btns__box align--center\">\n @for (button of buttons; track $index) {\n @if (button) {\n <div>\n <a\n [attr.aria-label]=\"button?.label\"\n [href]=\"button?.url\"\n [linkType]=\"button?.linkType\"\n class=\"btn btn_primary\"\n ><b>{{ button?.label }}</b\n ><span\n class=\"babylon-arrow-right-big\"\n ></span\n ></a>\n </div>\n }\n }\n </div>\n }\n </div>\n </div>\n </div>\n</section>\n", styles: [".babylon__head-intro-content{position:relative;background-color:var(--cl_background_body)}\n"] }]
17
+ }], propDecorators: { pretitle: [{
18
+ type: Input
19
+ }], title: [{
20
+ type: Input
21
+ }], text: [{
22
+ type: Input
23
+ }], buttons: [{
24
+ type: Input
25
+ }], tags: [{
26
+ type: Input
27
+ }], textColors: [{
28
+ type: Input
29
+ }] } });
30
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1oZWFkLWludHJvLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1oZWFkLWludHJvL2JhYnlsb24taGVhZC1pbnRyby5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taGVhZC1pbnRyby9iYWJ5bG9uLWhlYWQtaW50cm8uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLG1EQUFtRCxDQUFDO0FBRzdGLE9BQU8sRUFBRSw4QkFBOEIsRUFBRSxNQUFNLHdFQUF3RSxDQUFDOztBQWN4SCxNQUFNLE9BQU8seUJBQXlCOytHQUF6Qix5QkFBeUI7bUdBQXpCLHlCQUF5Qiw4TUNuQnRDLHdsRkEwREEscUpEaERRLFlBQVksK0JBQ1osd0JBQXdCLDZJQUN4Qiw4QkFBOEI7OzRGQU96Qix5QkFBeUI7a0JBWnJDLFNBQVM7K0JBQ0ksd0JBQXdCLFdBQ3pCO3dCQUNMLFlBQVk7d0JBQ1osd0JBQXdCO3dCQUN4Qiw4QkFBOEI7cUJBQ2pDLGNBR1csSUFBSSxtQkFDQyx1QkFBdUIsQ0FBQyxNQUFNOzhCQUd0QyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCYWJ5bG9uTGlua1R5cGVEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmVzL2xpbmstdHlwZS9saW5rLXR5cGUuZGlyZWN0aXZlJztcbmltcG9ydCB7IEJhYnlsb25CdXR0b25JLCBCYWJ5bG9uVGV4dHNDb2xvcnNJIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcyc7XG5pbXBvcnQgeyBCYWJ5bG9uVGFnc0kgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tdGFncy5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgQmFieWxvbkR5bmFtaWNIZWFkaW5nQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vc2hhcmVkL2JhYnlsb24tZHluYW1pYy1oZWFkaW5nL2JhYnlsb24tZHluYW1pYy1oZWFkaW5nLmNvbXBvbmVudCc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbGliLWJhYnlsb24taGVhZC1pbnRybycsXG4gICAgaW1wb3J0czogW1xuICAgICAgICBDb21tb25Nb2R1bGUsXG4gICAgICAgIEJhYnlsb25MaW5rVHlwZURpcmVjdGl2ZSxcbiAgICAgICAgQmFieWxvbkR5bmFtaWNIZWFkaW5nQ29tcG9uZW50LFxuICAgIF0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24taGVhZC1pbnRyby5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vYmFieWxvbi1oZWFkLWludHJvLmNvbXBvbmVudC5zY3NzJ10sXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgQmFieWxvbkhlYWRJbnRyb0NvbXBvbmVudCB7XG4gICAgQElucHV0KCkgcHJldGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgdGl0bGU/OiBzdHJpbmc7XG4gICAgQElucHV0KCkgdGV4dD86IHN0cmluZztcbiAgICBASW5wdXQoKSBidXR0b25zPzogQmFieWxvbkJ1dHRvbklbXTtcbiAgICBASW5wdXQoKSB0YWdzPzogQmFieWxvblRhZ3NJO1xuICAgIEBJbnB1dCgpIHRleHRDb2xvcnM/OiBCYWJ5bG9uVGV4dHNDb2xvcnNJO1xufVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX19oZWFkLWludHJvIG1hcmdpbi1tYWluXCI+XG4gICAgPGRpdiBjbGFzcz1cImJhYnlsb25fX2hlYWQtaW50cm8tY29udGVudFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyBhbGlnbi0tY2VudGVyIG5vLWFsaWduXCI+XG4gICAgICAgICAgICAgICAgQGlmIChwcmV0aXRsZSkge1xuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicHJldGl0bGUtY29udGFpbmVyXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bGliLWJhYnlsb24tZHluYW1pYy1oZWFkaW5nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW3RhZ109XCJ0YWdzPy5wcmV0aXRsZSB8fCAnaDMnXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjc3NDbGFzcz1cInByZXRpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbY29udGVudF09XCJwcmV0aXRsZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2NvbG9yXT1cInRleHRDb2xvcnM/LnByZXRpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID48L2xpYi1iYWJ5bG9uLWR5bmFtaWMtaGVhZGluZz5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIEBpZiAodGl0bGUpIHtcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRpdGxlLWNvbnRhaW5lclwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGxpYi1iYWJ5bG9uLWR5bmFtaWMtaGVhZGluZ1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFt0YWddPVwidGFncz8udGl0bGUgfHwgJ2gxJ1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY3NzQ2xhc3M9XCJ0aXRsZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2NvbnRlbnRdPVwidGl0bGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtjb2xvcl09XCJ0ZXh0Q29sb3JzPy50aXRsZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+PC9saWItYmFieWxvbi1keW5hbWljLWhlYWRpbmc+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBAaWYgKHRleHQpIHtcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRleHQtY29udGFpbmVyXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8bGliLWJhYnlsb24tZHluYW1pYy1oZWFkaW5nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW3RhZ109XCJ0YWdzPy50ZXh0IHx8ICdwJ1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY3NzQ2xhc3M9XCJ0ZXh0XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbY29udGVudF09XCJ0ZXh0XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbY29sb3JdPVwidGV4dENvbG9ycz8udGV4dFwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+PC9saWItYmFieWxvbi1keW5hbWljLWhlYWRpbmc+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBAaWYgKGJ1dHRvbnM/Lmxlbmd0aCkge1xuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnRuc19fYm94IGFsaWduLS1jZW50ZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIEBmb3IgKGJ1dHRvbiBvZiBidXR0b25zOyB0cmFjayAkaW5kZXgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKGJ1dHRvbikge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cImJ1dHRvbj8ubGFiZWxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtocmVmXT1cImJ1dHRvbj8udXJsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGlua1R5cGVdPVwiYnV0dG9uPy5saW5rVHlwZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJidG4gYnRuX3ByaW1hcnlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID48Yj57eyBidXR0b24/LmxhYmVsIH19PC9iXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPjxzcGFuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L3NwYW5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L2E+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuPC9zZWN0aW9uPlxuIl19
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1oZWFkLWludHJvLmludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1oZWFkLWludHJvL2JhYnlsb24taGVhZC1pbnRyby5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhYnlsb25UYWdzSSwgQmFieWxvblRleHRzQ29sb3JzSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMnO1xuaW1wb3J0IHsgQmFieWxvbkJ1dHRvbkkgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tYnV0dG9uLmludGVyZmFjZSc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQmFieWxvbkhlYWRJbnRyb0kge1xuICAgIHByZXRpdGxlPzogc3RyaW5nO1xuICAgIHRpdGxlPzogc3RyaW5nO1xuICAgIHRleHQ/OiBzdHJpbmc7XG4gICAgYnV0dG9ucz86IEJhYnlsb25CdXR0b25JW107XG4gICAgdGFncz86IEJhYnlsb25UYWdzSTtcbiAgICB0ZXh0Q29sb3JzPzogQmFieWxvblRleHRzQ29sb3JzSTtcbn1cbiJdfQ==
@@ -0,0 +1,3 @@
1
+ export * from './babylon-head-intro.component';
2
+ export * from './babylon-head-intro.interface';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24taGVhZC1pbnRyby9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsZ0NBQWdDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2JhYnlsb24taGVhZC1pbnRyby5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9iYWJ5bG9uLWhlYWQtaW50cm8uaW50ZXJmYWNlJztcbiJdfQ==