ctt-babylon 0.0.219 → 0.0.220
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.
|
@@ -17,11 +17,11 @@ export class BabylonRoomsSliderComponent {
|
|
|
17
17
|
: this.roomsServiceCourt) || []) ?? [];
|
|
18
18
|
}
|
|
19
19
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonRoomsSliderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
20
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonRoomsSliderComponent, isStandalone: true, selector: "lib-babylon-rooms-slider", inputs: { labels: "labels", roomsServiceCourt: "roomsServiceCourt", rooms: "rooms" }, ngImport: i0, template: "<section class=\"babylon__rooms-slider margin-main\">\r\n <div class=\"container\">\r\n <div class=\"intro_info align--center\">\r\n @if (labels?.pretitle) {\r\n <h3 class=\"pretitle\">{{ labels?.pretitle }}</h3>\r\n }\r\n @if (labels?.title) {\r\n <h2\r\n class=\"title wow fadeInUp\"\r\n data-wow-duration=\"0.8s\"\r\n data-wow-delay=\"0.2s\"\r\n >\r\n {{ labels?.title }}\r\n </h2>\r\n }\r\n </div>\r\n </div>\r\n <div class=\"container-fluid\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_40 cs_hover_show_arrows\">\r\n <div\r\n class=\"cs_slider_container\"\r\n sliders=\"cs_slider_container\"\r\n data-autoplay=\"0\"\r\n data-loop=\"1\"\r\n data-speed=\"600\"\r\n data-center=\"0\"\r\n data-variable-width=\"0\"\r\n data-slides-per-view=\"responsive\"\r\n data-xs-slides=\"1\"\r\n data-sm-slides=\"2\"\r\n data-md-slides=\"2\"\r\n data-lg-slides=\"3\"\r\n data-add-slides=\"3\"\r\n >\r\n <div class=\"cs_slider_wrapper\">\r\n @if (totalRooms?.length) {\r\n @for (room of totalRooms; track $index) {\r\n <div class=\"cs_slide\">\r\n <a [href]=\"room.links![0].url\" [linkType]=\"room.links![0].linkType\" class=\"cs_card cs_style_1\">\r\n @if (room?.images?.length) {\r\n @for (\r\n roomImage of room.images?.slice(\r\n 0,\r\n 1\r\n );\r\n track $index\r\n ) {\r\n <div\r\n class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\"\r\n >\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n </div>\r\n }\r\n }\r\n <div class=\"cs_card_info intro_info no-align\">\r\n @if (room?.texts?.name) {\r\n <h2 class=\"title--small mb--0\">\r\n {{ room?.texts?.name }}\r\n </h2>\r\n }\r\n @if (room?.texts?.description) {\r\n <h3 class=\"subtitle--small\">\r\n {{ room?.texts?.description }}\r\n </h3>\r\n }\r\n @if (room?.services?.length) {\r\n <ul class=\"cs_card_list cs_mp_0\">\r\n @for (\r\n service of services;\r\n track $index\r\n ) {\r\n <li>\r\n @if (service.icon) {\r\n <div\r\n class=\"info--icon\"\r\n >\r\n <i\r\n class=\"icon--svg icon-nuevo_pax_ico_small\"\r\n [ngClass]=\"\r\n service.icon\r\n \"\r\n ></i>\r\n </div>\r\n }\r\n @if (service.name) {\r\n <p\r\n class=\"text--small\"\r\n >\r\n {{\r\n service.name\r\n }}\r\n </p>\r\n }\r\n </li>\r\n }\r\n </ul>\r\n }\r\n @if (room?.buttons) {\r\n <div class=\"btns__box align--center\">\r\n @for (\r\n button of room.buttons;\r\n track $index;\r\n ) {\r\n <a\r\n class=\"btn\"\r\n [href]=\"button.url\"\r\n [linkType]=\"button.linkType\"\r\n [ngClass]=\"{\r\n 'btn__primary': $even,\r\n 'btn__call': $odd,\r\n }\"\r\n >\r\n <span>\r\n {{ button.label }}\r\n </span>\r\n </a>\r\n }\r\n </div>\r\n }\r\n </div>\r\n </a>\r\n </div>\r\n }\r\n }\r\n </div>\r\n </div>\r\n <div class=\"cs_slider_arrows cs_style_1 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-left-big\"></span>\r\n </div>\r\n <div class=\"cs_right_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [".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}: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_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-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-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--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_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_card.cs_style_1 .cs_card_list,.cs_card.cs_style_2 .cs_card_list,.cs_card.cs_style_3 .cs_card_list,.cs_card.cs_style_4 .cs_card_list,.cs_card.cs_style_5 .cs_card_list,.cs_card.cs_style_7 .cs_card_list{display:inline-flex;flex-wrap:wrap;width:100%;gap:20px}.cs_card.cs_style_1 .cs_card_list li,.cs_card.cs_style_2 .cs_card_list li,.cs_card.cs_style_3 .cs_card_list li,.cs_card.cs_style_4 .cs_card_list li,.cs_card.cs_style_5 .cs_card_list li,.cs_card.cs_style_7 .cs_card_list li{position:relative;display:flex;gap:10px}.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:15px;margin-right:14px}@media (max-width: 374px){.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:9px;margin-right:8px}}.cs_card.cs_style_1 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_2 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_3 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_4 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_5 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_7 .cs_card_list li:not(:last-child):after{content:\"\";position:absolute;right:-10px;top:0;margin-top:-10px;height:calc(100% + 20px);width:1px;background-color:var(--cl_text);opacity:.3}.cs_card.cs_style_1 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_2 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_3 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_4 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_5 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_7 .cs_card_list li .info--icon .icon--svg{-webkit-mask-size:30px;mask-size:30px}.cs_card.cs_style_1 .cs_card_info{padding:15px}@media (max-width: 991px){.cs_card.cs_style_1 .cs_card_info{padding:10px}}.cs_card.cs_style_1 .cs_card_thumb img{position:relative;width:100%;transition:all .6s ease;background-size:cover}.cs_card.cs_style_1 .cs_card_thumb img:nth-child(1){transform:translate(50%) scalex(2);opacity:0;filter:blur(10px);position:absolute;top:0;left:0}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(1){transform:translate(0) scalex(1);opacity:1;filter:blur(0)}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(2){transform:translate(-50%) scalex(2);opacity:0;filter:blur(10px)}.btns__box{opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.cs_slide:hover .btns__box{opacity:1;visibility:visible}.cs_card_info{transition:transform .3s ease-in-out;background-color:var(--cl_background_body)}.cs_slide:hover .cs_card_info{background-color:var(--cl_background_body);transform:translateY(-80px)}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):before{z-index:0!important}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):after{z-index:0!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonSlidersDirective, selector: "[sliders]", inputs: ["sliders"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href"], outputs: ["anchorClicked"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
20
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonRoomsSliderComponent, isStandalone: true, selector: "lib-babylon-rooms-slider", inputs: { labels: "labels", roomsServiceCourt: "roomsServiceCourt", rooms: "rooms" }, ngImport: i0, template: "<section class=\"babylon__rooms-slider margin-main\">\r\n <div class=\"container\">\r\n <div class=\"intro_info align--center\">\r\n @if (labels?.pretitle) {\r\n <h3 class=\"pretitle\">{{ labels?.pretitle }}</h3>\r\n }\r\n @if (labels?.title) {\r\n <h2\r\n class=\"title wow fadeInUp\"\r\n data-wow-duration=\"0.8s\"\r\n data-wow-delay=\"0.2s\"\r\n >\r\n {{ labels?.title }}\r\n </h2>\r\n }\r\n </div>\r\n </div>\r\n <div class=\"container-fluid\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_40 cs_hover_show_arrows\">\r\n <div\r\n class=\"cs_slider_container\"\r\n sliders=\"cs_slider_container\"\r\n data-autoplay=\"0\"\r\n data-loop=\"1\"\r\n data-speed=\"600\"\r\n data-center=\"0\"\r\n data-variable-width=\"0\"\r\n data-slides-per-view=\"responsive\"\r\n data-xs-slides=\"1\"\r\n data-sm-slides=\"2\"\r\n data-md-slides=\"2\"\r\n data-lg-slides=\"3\"\r\n data-add-slides=\"3\"\r\n >\r\n <div class=\"cs_slider_wrapper\">\r\n @if (totalRooms?.length) {\r\n @for (room of totalRooms; track $index) {\r\n <div class=\"cs_slide\">\r\n <a [href]=\"room.links?.[0]?.url\" [linkType]=\"room.links?.[0]?.linkType\" class=\"cs_card cs_style_1\">\r\n @if (room?.images?.length) {\r\n @for (\r\n roomImage of room.images?.slice(\r\n 0,\r\n 1\r\n );\r\n track $index\r\n ) {\r\n <div\r\n class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\"\r\n >\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n </div>\r\n }\r\n }\r\n <div class=\"cs_card_info intro_info no-align\">\r\n @if (room?.texts?.name) {\r\n <h2 class=\"title--small mb--0\">\r\n {{ room?.texts?.name }}\r\n </h2>\r\n }\r\n @if (room?.texts?.description) {\r\n <h3 class=\"subtitle--small\">\r\n {{ room?.texts?.description }}\r\n </h3>\r\n }\r\n @if (room?.services?.length) {\r\n <ul class=\"cs_card_list cs_mp_0\">\r\n @for (\r\n service of services;\r\n track $index\r\n ) {\r\n <li>\r\n @if (service.icon) {\r\n <div\r\n class=\"info--icon\"\r\n >\r\n <i\r\n class=\"icon--svg icon-nuevo_pax_ico_small\"\r\n [ngClass]=\"\r\n service.icon\r\n \"\r\n ></i>\r\n </div>\r\n }\r\n @if (service.name) {\r\n <p\r\n class=\"text--small\"\r\n >\r\n {{\r\n service.name\r\n }}\r\n </p>\r\n }\r\n </li>\r\n }\r\n </ul>\r\n }\r\n @if (room?.buttons) {\r\n <div class=\"btns__box align--center\">\r\n @for (\r\n button of room.buttons;\r\n track $index;\r\n ) {\r\n <a\r\n class=\"btn\"\r\n [href]=\"button.url\"\r\n [linkType]=\"button.linkType\"\r\n [ngClass]=\"{\r\n 'btn__primary': $even,\r\n 'btn__call': $odd,\r\n }\"\r\n >\r\n <span>\r\n {{ button.label }}\r\n </span>\r\n </a>\r\n }\r\n </div>\r\n }\r\n </div>\r\n </a>\r\n </div>\r\n }\r\n }\r\n </div>\r\n </div>\r\n <div class=\"cs_slider_arrows cs_style_1 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-left-big\"></span>\r\n </div>\r\n <div class=\"cs_right_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [".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}: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_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-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-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--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_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_card.cs_style_1 .cs_card_list,.cs_card.cs_style_2 .cs_card_list,.cs_card.cs_style_3 .cs_card_list,.cs_card.cs_style_4 .cs_card_list,.cs_card.cs_style_5 .cs_card_list,.cs_card.cs_style_7 .cs_card_list{display:inline-flex;flex-wrap:wrap;width:100%;gap:20px}.cs_card.cs_style_1 .cs_card_list li,.cs_card.cs_style_2 .cs_card_list li,.cs_card.cs_style_3 .cs_card_list li,.cs_card.cs_style_4 .cs_card_list li,.cs_card.cs_style_5 .cs_card_list li,.cs_card.cs_style_7 .cs_card_list li{position:relative;display:flex;gap:10px}.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:15px;margin-right:14px}@media (max-width: 374px){.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:9px;margin-right:8px}}.cs_card.cs_style_1 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_2 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_3 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_4 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_5 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_7 .cs_card_list li:not(:last-child):after{content:\"\";position:absolute;right:-10px;top:0;margin-top:-10px;height:calc(100% + 20px);width:1px;background-color:var(--cl_text);opacity:.3}.cs_card.cs_style_1 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_2 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_3 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_4 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_5 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_7 .cs_card_list li .info--icon .icon--svg{-webkit-mask-size:30px;mask-size:30px}.cs_card.cs_style_1 .cs_card_info{padding:15px}@media (max-width: 991px){.cs_card.cs_style_1 .cs_card_info{padding:10px}}.cs_card.cs_style_1 .cs_card_thumb img{position:relative;width:100%;transition:all .6s ease;background-size:cover}.cs_card.cs_style_1 .cs_card_thumb img:nth-child(1){transform:translate(50%) scalex(2);opacity:0;filter:blur(10px);position:absolute;top:0;left:0}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(1){transform:translate(0) scalex(1);opacity:1;filter:blur(0)}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(2){transform:translate(-50%) scalex(2);opacity:0;filter:blur(10px)}.btns__box{opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.cs_slide:hover .btns__box{opacity:1;visibility:visible}.cs_card_info{transition:transform .3s ease-in-out;background-color:var(--cl_background_body)}.cs_slide:hover .cs_card_info{background-color:var(--cl_background_body);transform:translateY(-80px)}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):before{z-index:0!important}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):after{z-index:0!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonSlidersDirective, selector: "[sliders]", inputs: ["sliders"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href"], outputs: ["anchorClicked"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
21
21
|
}
|
|
22
22
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonRoomsSliderComponent, decorators: [{
|
|
23
23
|
type: Component,
|
|
24
|
-
args: [{ selector: 'lib-babylon-rooms-slider', standalone: true, imports: [CommonModule, BabylonSlidersDirective, BabylonLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__rooms-slider margin-main\">\r\n <div class=\"container\">\r\n <div class=\"intro_info align--center\">\r\n @if (labels?.pretitle) {\r\n <h3 class=\"pretitle\">{{ labels?.pretitle }}</h3>\r\n }\r\n @if (labels?.title) {\r\n <h2\r\n class=\"title wow fadeInUp\"\r\n data-wow-duration=\"0.8s\"\r\n data-wow-delay=\"0.2s\"\r\n >\r\n {{ labels?.title }}\r\n </h2>\r\n }\r\n </div>\r\n </div>\r\n <div class=\"container-fluid\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_40 cs_hover_show_arrows\">\r\n <div\r\n class=\"cs_slider_container\"\r\n sliders=\"cs_slider_container\"\r\n data-autoplay=\"0\"\r\n data-loop=\"1\"\r\n data-speed=\"600\"\r\n data-center=\"0\"\r\n data-variable-width=\"0\"\r\n data-slides-per-view=\"responsive\"\r\n data-xs-slides=\"1\"\r\n data-sm-slides=\"2\"\r\n data-md-slides=\"2\"\r\n data-lg-slides=\"3\"\r\n data-add-slides=\"3\"\r\n >\r\n <div class=\"cs_slider_wrapper\">\r\n @if (totalRooms?.length) {\r\n @for (room of totalRooms; track $index) {\r\n <div class=\"cs_slide\">\r\n <a [href]=\"room.links![0].url\" [linkType]=\"room.links![0].linkType\" class=\"cs_card cs_style_1\">\r\n @if (room?.images?.length) {\r\n @for (\r\n roomImage of room.images?.slice(\r\n 0,\r\n 1\r\n );\r\n track $index\r\n ) {\r\n <div\r\n class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\"\r\n >\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n </div>\r\n }\r\n }\r\n <div class=\"cs_card_info intro_info no-align\">\r\n @if (room?.texts?.name) {\r\n <h2 class=\"title--small mb--0\">\r\n {{ room?.texts?.name }}\r\n </h2>\r\n }\r\n @if (room?.texts?.description) {\r\n <h3 class=\"subtitle--small\">\r\n {{ room?.texts?.description }}\r\n </h3>\r\n }\r\n @if (room?.services?.length) {\r\n <ul class=\"cs_card_list cs_mp_0\">\r\n @for (\r\n service of services;\r\n track $index\r\n ) {\r\n <li>\r\n @if (service.icon) {\r\n <div\r\n class=\"info--icon\"\r\n >\r\n <i\r\n class=\"icon--svg icon-nuevo_pax_ico_small\"\r\n [ngClass]=\"\r\n service.icon\r\n \"\r\n ></i>\r\n </div>\r\n }\r\n @if (service.name) {\r\n <p\r\n class=\"text--small\"\r\n >\r\n {{\r\n service.name\r\n }}\r\n </p>\r\n }\r\n </li>\r\n }\r\n </ul>\r\n }\r\n @if (room?.buttons) {\r\n <div class=\"btns__box align--center\">\r\n @for (\r\n button of room.buttons;\r\n track $index;\r\n ) {\r\n <a\r\n class=\"btn\"\r\n [href]=\"button.url\"\r\n [linkType]=\"button.linkType\"\r\n [ngClass]=\"{\r\n 'btn__primary': $even,\r\n 'btn__call': $odd,\r\n }\"\r\n >\r\n <span>\r\n {{ button.label }}\r\n </span>\r\n </a>\r\n }\r\n </div>\r\n }\r\n </div>\r\n </a>\r\n </div>\r\n }\r\n }\r\n </div>\r\n </div>\r\n <div class=\"cs_slider_arrows cs_style_1 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-left-big\"></span>\r\n </div>\r\n <div class=\"cs_right_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [".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}: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_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-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-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--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_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_card.cs_style_1 .cs_card_list,.cs_card.cs_style_2 .cs_card_list,.cs_card.cs_style_3 .cs_card_list,.cs_card.cs_style_4 .cs_card_list,.cs_card.cs_style_5 .cs_card_list,.cs_card.cs_style_7 .cs_card_list{display:inline-flex;flex-wrap:wrap;width:100%;gap:20px}.cs_card.cs_style_1 .cs_card_list li,.cs_card.cs_style_2 .cs_card_list li,.cs_card.cs_style_3 .cs_card_list li,.cs_card.cs_style_4 .cs_card_list li,.cs_card.cs_style_5 .cs_card_list li,.cs_card.cs_style_7 .cs_card_list li{position:relative;display:flex;gap:10px}.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:15px;margin-right:14px}@media (max-width: 374px){.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:9px;margin-right:8px}}.cs_card.cs_style_1 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_2 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_3 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_4 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_5 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_7 .cs_card_list li:not(:last-child):after{content:\"\";position:absolute;right:-10px;top:0;margin-top:-10px;height:calc(100% + 20px);width:1px;background-color:var(--cl_text);opacity:.3}.cs_card.cs_style_1 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_2 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_3 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_4 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_5 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_7 .cs_card_list li .info--icon .icon--svg{-webkit-mask-size:30px;mask-size:30px}.cs_card.cs_style_1 .cs_card_info{padding:15px}@media (max-width: 991px){.cs_card.cs_style_1 .cs_card_info{padding:10px}}.cs_card.cs_style_1 .cs_card_thumb img{position:relative;width:100%;transition:all .6s ease;background-size:cover}.cs_card.cs_style_1 .cs_card_thumb img:nth-child(1){transform:translate(50%) scalex(2);opacity:0;filter:blur(10px);position:absolute;top:0;left:0}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(1){transform:translate(0) scalex(1);opacity:1;filter:blur(0)}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(2){transform:translate(-50%) scalex(2);opacity:0;filter:blur(10px)}.btns__box{opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.cs_slide:hover .btns__box{opacity:1;visibility:visible}.cs_card_info{transition:transform .3s ease-in-out;background-color:var(--cl_background_body)}.cs_slide:hover .cs_card_info{background-color:var(--cl_background_body);transform:translateY(-80px)}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):before{z-index:0!important}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):after{z-index:0!important}\n"] }]
|
|
24
|
+
args: [{ selector: 'lib-babylon-rooms-slider', standalone: true, imports: [CommonModule, BabylonSlidersDirective, BabylonLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__rooms-slider margin-main\">\r\n <div class=\"container\">\r\n <div class=\"intro_info align--center\">\r\n @if (labels?.pretitle) {\r\n <h3 class=\"pretitle\">{{ labels?.pretitle }}</h3>\r\n }\r\n @if (labels?.title) {\r\n <h2\r\n class=\"title wow fadeInUp\"\r\n data-wow-duration=\"0.8s\"\r\n data-wow-delay=\"0.2s\"\r\n >\r\n {{ labels?.title }}\r\n </h2>\r\n }\r\n </div>\r\n </div>\r\n <div class=\"container-fluid\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_40 cs_hover_show_arrows\">\r\n <div\r\n class=\"cs_slider_container\"\r\n sliders=\"cs_slider_container\"\r\n data-autoplay=\"0\"\r\n data-loop=\"1\"\r\n data-speed=\"600\"\r\n data-center=\"0\"\r\n data-variable-width=\"0\"\r\n data-slides-per-view=\"responsive\"\r\n data-xs-slides=\"1\"\r\n data-sm-slides=\"2\"\r\n data-md-slides=\"2\"\r\n data-lg-slides=\"3\"\r\n data-add-slides=\"3\"\r\n >\r\n <div class=\"cs_slider_wrapper\">\r\n @if (totalRooms?.length) {\r\n @for (room of totalRooms; track $index) {\r\n <div class=\"cs_slide\">\r\n <a [href]=\"room.links?.[0]?.url\" [linkType]=\"room.links?.[0]?.linkType\" class=\"cs_card cs_style_1\">\r\n @if (room?.images?.length) {\r\n @for (\r\n roomImage of room.images?.slice(\r\n 0,\r\n 1\r\n );\r\n track $index\r\n ) {\r\n <div\r\n class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\"\r\n >\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n </div>\r\n }\r\n }\r\n <div class=\"cs_card_info intro_info no-align\">\r\n @if (room?.texts?.name) {\r\n <h2 class=\"title--small mb--0\">\r\n {{ room?.texts?.name }}\r\n </h2>\r\n }\r\n @if (room?.texts?.description) {\r\n <h3 class=\"subtitle--small\">\r\n {{ room?.texts?.description }}\r\n </h3>\r\n }\r\n @if (room?.services?.length) {\r\n <ul class=\"cs_card_list cs_mp_0\">\r\n @for (\r\n service of services;\r\n track $index\r\n ) {\r\n <li>\r\n @if (service.icon) {\r\n <div\r\n class=\"info--icon\"\r\n >\r\n <i\r\n class=\"icon--svg icon-nuevo_pax_ico_small\"\r\n [ngClass]=\"\r\n service.icon\r\n \"\r\n ></i>\r\n </div>\r\n }\r\n @if (service.name) {\r\n <p\r\n class=\"text--small\"\r\n >\r\n {{\r\n service.name\r\n }}\r\n </p>\r\n }\r\n </li>\r\n }\r\n </ul>\r\n }\r\n @if (room?.buttons) {\r\n <div class=\"btns__box align--center\">\r\n @for (\r\n button of room.buttons;\r\n track $index;\r\n ) {\r\n <a\r\n class=\"btn\"\r\n [href]=\"button.url\"\r\n [linkType]=\"button.linkType\"\r\n [ngClass]=\"{\r\n 'btn__primary': $even,\r\n 'btn__call': $odd,\r\n }\"\r\n >\r\n <span>\r\n {{ button.label }}\r\n </span>\r\n </a>\r\n }\r\n </div>\r\n }\r\n </div>\r\n </a>\r\n </div>\r\n }\r\n }\r\n </div>\r\n </div>\r\n <div class=\"cs_slider_arrows cs_style_1 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-left-big\"></span>\r\n </div>\r\n <div class=\"cs_right_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [".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}: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_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-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-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--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_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_card.cs_style_1 .cs_card_list,.cs_card.cs_style_2 .cs_card_list,.cs_card.cs_style_3 .cs_card_list,.cs_card.cs_style_4 .cs_card_list,.cs_card.cs_style_5 .cs_card_list,.cs_card.cs_style_7 .cs_card_list{display:inline-flex;flex-wrap:wrap;width:100%;gap:20px}.cs_card.cs_style_1 .cs_card_list li,.cs_card.cs_style_2 .cs_card_list li,.cs_card.cs_style_3 .cs_card_list li,.cs_card.cs_style_4 .cs_card_list li,.cs_card.cs_style_5 .cs_card_list li,.cs_card.cs_style_7 .cs_card_list li{position:relative;display:flex;gap:10px}.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:15px;margin-right:14px}@media (max-width: 374px){.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:9px;margin-right:8px}}.cs_card.cs_style_1 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_2 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_3 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_4 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_5 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_7 .cs_card_list li:not(:last-child):after{content:\"\";position:absolute;right:-10px;top:0;margin-top:-10px;height:calc(100% + 20px);width:1px;background-color:var(--cl_text);opacity:.3}.cs_card.cs_style_1 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_2 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_3 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_4 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_5 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_7 .cs_card_list li .info--icon .icon--svg{-webkit-mask-size:30px;mask-size:30px}.cs_card.cs_style_1 .cs_card_info{padding:15px}@media (max-width: 991px){.cs_card.cs_style_1 .cs_card_info{padding:10px}}.cs_card.cs_style_1 .cs_card_thumb img{position:relative;width:100%;transition:all .6s ease;background-size:cover}.cs_card.cs_style_1 .cs_card_thumb img:nth-child(1){transform:translate(50%) scalex(2);opacity:0;filter:blur(10px);position:absolute;top:0;left:0}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(1){transform:translate(0) scalex(1);opacity:1;filter:blur(0)}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(2){transform:translate(-50%) scalex(2);opacity:0;filter:blur(10px)}.btns__box{opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.cs_slide:hover .btns__box{opacity:1;visibility:visible}.cs_card_info{transition:transform .3s ease-in-out;background-color:var(--cl_background_body)}.cs_slide:hover .cs_card_info{background-color:var(--cl_background_body);transform:translateY(-80px)}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):before{z-index:0!important}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):after{z-index:0!important}\n"] }]
|
|
25
25
|
}], propDecorators: { labels: [{
|
|
26
26
|
type: Input
|
|
27
27
|
}], roomsServiceCourt: [{
|
|
@@ -29,4 +29,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
29
29
|
}], rooms: [{
|
|
30
30
|
type: Input
|
|
31
31
|
}] } });
|
|
32
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1yb29tcy1zbGlkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXJvb21zLXNsaWRlci9iYWJ5bG9uLXJvb21zLXNsaWRlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbXMtc2xpZGVyL2JhYnlsb24tcm9vbXMtc2xpZGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRzFFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSwrREFBK0QsQ0FBQztBQUV4RyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQzs7O0FBVTdGLE1BQU0sT0FBTywyQkFBMkI7SUFSeEM7UUFVVyxzQkFBaUIsR0FBVyxDQUFDLENBQUMsQ0FBQyw4R0FBOEc7UUFhdEosZUFBVSxHQUF3QixFQUFFLENBQUM7UUFDckMsYUFBUSxHQUEwQixFQUFFLENBQUM7S0FDdEM7SUFkQyxJQUFhLEtBQUssQ0FBQyxLQUFxQztRQUNwRCxJQUFJLENBQUMsVUFBVSxHQUFHLEtBQUssQ0FBQztRQUN4QixJQUFJLENBQUMsUUFBUSxHQUFHLEtBQUssRUFBRSxPQUFPLENBQUMsQ0FBQyxJQUFzQixFQUFFLEVBQUUsQ0FDdEQsSUFBSSxDQUFDLFFBQVEsRUFBRSxLQUFLLENBQ2hCLENBQUMsRUFDRCxJQUFJLENBQUMsaUJBQWlCLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQyxJQUFJLEVBQUUsUUFBUSxFQUFFLE1BQU0sSUFBSSxDQUFDLENBQUMsR0FBRyxJQUFJLENBQUMsaUJBQWlCLENBQUM7WUFDbkYsQ0FBQyxDQUFDLElBQUksRUFBRSxRQUFRLEVBQUUsTUFBTTtZQUN4QixDQUFDLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUMvQixJQUFJLEVBQUUsQ0FDVixJQUFJLEVBQUUsQ0FBQztJQUNaLENBQUM7K0dBYlUsMkJBQTJCO21HQUEzQiwyQkFBMkIsMEtDaEJ4QywrcVFBaUpBLDhsU0R0SVksWUFBWSw2SEFBRSx1QkFBdUIsMkVBQUUsd0JBQXdCOzs0RkFLOUQsMkJBQTJCO2tCQVJ2QyxTQUFTOytCQUNFLDBCQUEwQixjQUN4QixJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsdUJBQXVCLEVBQUUsd0JBQXdCLENBQUMsbUJBR3pELHVCQUF1QixDQUFDLE1BQU07OEJBR3RDLE1BQU07c0JBQWQsS0FBSztnQkFDRyxpQkFBaUI7c0JBQXpCLEtBQUs7Z0JBQ08sS0FBSztzQkFBakIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEJhYnlsb25UZXh0SW5mb0kgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tdGV4dC1pbmZvLmludGVyZmFjZSc7XHJcbmltcG9ydCB7IEJhYnlsb25Sb29tSW5mb0kgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tcm9vbS5pbnRlcmFjZSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IEJhYnlsb25TbGlkZXJzRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vZGlyZWN0aXZlcy9iYWJ5bG9uLXNsaWRlcnMvYmFieWxvbi1zbGlkZXJzLmRpcmVjdGl2ZSc7XHJcbmltcG9ydCB7IEJhYnlsb25HbG9iYWxJY29uSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi1nbG9iYWwtaWNvbi5pbnRlcmZhY2UnO1xyXG5pbXBvcnQgeyBCYWJ5bG9uTGlua1R5cGVEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmVzL2xpbmstdHlwZS9saW5rLXR5cGUuZGlyZWN0aXZlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tcm9vbXMtc2xpZGVyJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEJhYnlsb25TbGlkZXJzRGlyZWN0aXZlLCBCYWJ5bG9uTGlua1R5cGVEaXJlY3RpdmVdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9iYWJ5bG9uLXJvb21zLXNsaWRlci5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2JhYnlsb24tcm9vbXMtc2xpZGVyLmNvbXBvbmVudC5zY3NzJyxcclxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaFxyXG59KVxyXG5leHBvcnQgY2xhc3MgQmFieWxvblJvb21zU2xpZGVyQ29tcG9uZW50IHtcclxuICBASW5wdXQoKSBsYWJlbHM/OkJhYnlsb25UZXh0SW5mb0k7XHJcbiAgQElucHV0KCkgcm9vbXNTZXJ2aWNlQ291cnQ6IG51bWJlciA9IDA7IC8vIFRvIGN1dCB0aGUgbGlzdCBvZiByb29tIHNlcnZpY2VzIGJlY2F1c2UgaXQgaXMgdXN1YWxseSBsb25nLCBieSBkZWZhdWx0IDAgZG9lcyBub3QgY3V0LCBncmVhdGVyIHRoYW4gMCBkb2VzXHJcbiAgQElucHV0KCkgc2V0IHJvb21zKGl0ZW1zOiBCYWJ5bG9uUm9vbUluZm9JW10gfCB1bmRlZmluZWQpIHtcclxuICAgICAgdGhpcy50b3RhbFJvb21zID0gaXRlbXM7XHJcbiAgICAgIHRoaXMuc2VydmljZXMgPSBpdGVtcz8uZmxhdE1hcCgocm9vbTogQmFieWxvblJvb21JbmZvSSkgPT5cclxuICAgICAgICAgIHJvb20uc2VydmljZXM/LnNsaWNlKFxyXG4gICAgICAgICAgICAgIDAsXHJcbiAgICAgICAgICAgICAgdGhpcy5yb29tc1NlcnZpY2VDb3VydCA8PSAwIHx8ICgocm9vbT8uc2VydmljZXM/Lmxlbmd0aCA/PyAwKSA8IHRoaXMucm9vbXNTZXJ2aWNlQ291cnQpXHJcbiAgICAgICAgICAgICAgICAgID8gcm9vbT8uc2VydmljZXM/Lmxlbmd0aFxyXG4gICAgICAgICAgICAgICAgICA6IHRoaXMucm9vbXNTZXJ2aWNlQ291cnRcclxuICAgICAgICAgICkgfHwgW11cclxuICAgICAgKSA/PyBbXTtcclxuICB9XHJcblxyXG4gIHRvdGFsUm9vbXM/OiBCYWJ5bG9uUm9vbUluZm9JW10gPSBbXTtcclxuICBzZXJ2aWNlcz86IEJhYnlsb25HbG9iYWxJY29uSVtdID0gW107XHJcbn1cclxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX19yb29tcy1zbGlkZXIgbWFyZ2luLW1haW5cIj5cclxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyBhbGlnbi0tY2VudGVyXCI+XHJcbiAgICAgICAgICAgIEBpZiAobGFiZWxzPy5wcmV0aXRsZSkge1xyXG4gICAgICAgICAgICAgICAgPGgzIGNsYXNzPVwicHJldGl0bGVcIj57eyBsYWJlbHM/LnByZXRpdGxlIH19PC9oMz5cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICBAaWYgKGxhYmVscz8udGl0bGUpIHtcclxuICAgICAgICAgICAgICAgIDxoMlxyXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidGl0bGUgd293IGZhZGVJblVwXCJcclxuICAgICAgICAgICAgICAgICAgICBkYXRhLXdvdy1kdXJhdGlvbj1cIjAuOHNcIlxyXG4gICAgICAgICAgICAgICAgICAgIGRhdGEtd293LWRlbGF5PVwiMC4yc1wiXHJcbiAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAge3sgbGFiZWxzPy50aXRsZSB9fVxyXG4gICAgICAgICAgICAgICAgPC9oMj5cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWZsdWlkXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlciBjc19zdHlsZV8xIGNzX3NsaWRlcl9nYXBfNDAgY3NfaG92ZXJfc2hvd19hcnJvd3NcIj5cclxuICAgICAgICAgICAgPGRpdlxyXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJjc19zbGlkZXJfY29udGFpbmVyXCJcclxuICAgICAgICAgICAgICAgIHNsaWRlcnM9XCJjc19zbGlkZXJfY29udGFpbmVyXCJcclxuICAgICAgICAgICAgICAgIGRhdGEtYXV0b3BsYXk9XCIwXCJcclxuICAgICAgICAgICAgICAgIGRhdGEtbG9vcD1cIjFcIlxyXG4gICAgICAgICAgICAgICAgZGF0YS1zcGVlZD1cIjYwMFwiXHJcbiAgICAgICAgICAgICAgICBkYXRhLWNlbnRlcj1cIjBcIlxyXG4gICAgICAgICAgICAgICAgZGF0YS12YXJpYWJsZS13aWR0aD1cIjBcIlxyXG4gICAgICAgICAgICAgICAgZGF0YS1zbGlkZXMtcGVyLXZpZXc9XCJyZXNwb25zaXZlXCJcclxuICAgICAgICAgICAgICAgIGRhdGEteHMtc2xpZGVzPVwiMVwiXHJcbiAgICAgICAgICAgICAgICBkYXRhLXNtLXNsaWRlcz1cIjJcIlxyXG4gICAgICAgICAgICAgICAgZGF0YS1tZC1zbGlkZXM9XCIyXCJcclxuICAgICAgICAgICAgICAgIGRhdGEtbGctc2xpZGVzPVwiM1wiXHJcbiAgICAgICAgICAgICAgICBkYXRhLWFkZC1zbGlkZXM9XCIzXCJcclxuICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlcl93cmFwcGVyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgQGlmICh0b3RhbFJvb21zPy5sZW5ndGgpIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAocm9vbSBvZiB0b3RhbFJvb21zOyB0cmFjayAkaW5kZXgpIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIFtocmVmXT1cInJvb20ubGlua3MhWzBdLnVybFwiIFtsaW5rVHlwZV09XCJyb29tLmxpbmtzIVswXS5saW5rVHlwZVwiIGNsYXNzPVwiY3NfY2FyZCBjc19zdHlsZV8xXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAocm9vbT8uaW1hZ2VzPy5sZW5ndGgpIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBmb3IgKFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJvb21JbWFnZSBvZiByb29tLmltYWdlcz8uc2xpY2UoXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDAsXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDFcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICApO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRyYWNrICRpbmRleFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImNzX2NhcmRfdGh1bWIgZC1ibG9jayBjcy0tcmFkaXVzIG92ZXJmbG93LWhpZGRlbiBwb3NpdGlvbi1yZWxhdGl2ZSBjc19wcmltYXJ5X2JnXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbWdcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtzcmNdPVwicm9vbUltYWdlPy5zcmNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYWx0PVwiUm9vbVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbWdcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtzcmNdPVwicm9vbUltYWdlPy5zcmNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYWx0PVwiUm9vbVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2NhcmRfaW5mbyBpbnRyb19pbmZvIG5vLWFsaWduXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHJvb20/LnRleHRzPy5uYW1lKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgyIGNsYXNzPVwidGl0bGUtLXNtYWxsIG1iLS0wXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IHJvb20/LnRleHRzPy5uYW1lIH19XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9oMj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAocm9vbT8udGV4dHM/LmRlc2NyaXB0aW9uKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgzIGNsYXNzPVwic3VidGl0bGUtLXNtYWxsXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IHJvb20/LnRleHRzPy5kZXNjcmlwdGlvbiB9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvaDM+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHJvb20/LnNlcnZpY2VzPy5sZW5ndGgpIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dWwgY2xhc3M9XCJjc19jYXJkX2xpc3QgY3NfbXBfMFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNlcnZpY2Ugb2Ygc2VydmljZXM7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFjayAkaW5kZXhcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGk+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChzZXJ2aWNlLmljb24pIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpbmZvLS1pY29uXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImljb24tLXN2ZyBpY29uLW51ZXZvX3BheF9pY29fc21hbGxcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzZXJ2aWNlLmljb25cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvaT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoc2VydmljZS5uYW1lKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRleHQtLXNtYWxsXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3tcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzZXJ2aWNlLm5hbWVcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH19XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvcD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC91bD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAocm9vbT8uYnV0dG9ucykge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidG5zX19ib3ggYWxpZ24tLWNlbnRlclwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGJ1dHRvbiBvZiByb29tLmJ1dHRvbnM7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFjayAkaW5kZXg7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICkge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0blwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiYnV0dG9uLnVybFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2xpbmtUeXBlXT1cImJ1dHRvbi5saW5rVHlwZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwie1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgJ2J0bl9fcHJpbWFyeSc6ICRldmVuLFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgJ2J0bl9fY2FsbCc6ICRvZGQsXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IGJ1dHRvbi5sYWJlbCB9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlcl9hcnJvd3MgY3Nfc3R5bGVfMSBjc19tb2JpbGVfaGlkZVwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2xlZnRfYXJyb3cgY3NfY2VudGVyIGNzX3ByaW1hcnlfY29sb3JcIj5cclxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctbGVmdC1iaWdcIj48L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19yaWdodF9hcnJvdyBjc19jZW50ZXIgY3NfcHJpbWFyeV9jb2xvclwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19wYWdpbmF0aW9uIGNzX3N0eWxlXzEgY3NfbW9iaWxlX3Nob3dcIj48L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG48L3NlY3Rpb24+XHJcbiJdfQ==
|
|
32
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1yb29tcy1zbGlkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXJvb21zLXNsaWRlci9iYWJ5bG9uLXJvb21zLXNsaWRlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbXMtc2xpZGVyL2JhYnlsb24tcm9vbXMtc2xpZGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRzFFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSwrREFBK0QsQ0FBQztBQUV4RyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQzs7O0FBVTdGLE1BQU0sT0FBTywyQkFBMkI7SUFSeEM7UUFVVyxzQkFBaUIsR0FBVyxDQUFDLENBQUMsQ0FBQyw4R0FBOEc7UUFhdEosZUFBVSxHQUF3QixFQUFFLENBQUM7UUFDckMsYUFBUSxHQUEwQixFQUFFLENBQUM7S0FDdEM7SUFkQyxJQUFhLEtBQUssQ0FBQyxLQUFxQztRQUNwRCxJQUFJLENBQUMsVUFBVSxHQUFHLEtBQUssQ0FBQztRQUN4QixJQUFJLENBQUMsUUFBUSxHQUFHLEtBQUssRUFBRSxPQUFPLENBQUMsQ0FBQyxJQUFzQixFQUFFLEVBQUUsQ0FDdEQsSUFBSSxDQUFDLFFBQVEsRUFBRSxLQUFLLENBQ2hCLENBQUMsRUFDRCxJQUFJLENBQUMsaUJBQWlCLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQyxJQUFJLEVBQUUsUUFBUSxFQUFFLE1BQU0sSUFBSSxDQUFDLENBQUMsR0FBRyxJQUFJLENBQUMsaUJBQWlCLENBQUM7WUFDbkYsQ0FBQyxDQUFDLElBQUksRUFBRSxRQUFRLEVBQUUsTUFBTTtZQUN4QixDQUFDLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUMvQixJQUFJLEVBQUUsQ0FDVixJQUFJLEVBQUUsQ0FBQztJQUNaLENBQUM7K0dBYlUsMkJBQTJCO21HQUEzQiwyQkFBMkIsMEtDaEJ4QyxtclFBaUpBLDhsU0R0SVksWUFBWSw2SEFBRSx1QkFBdUIsMkVBQUUsd0JBQXdCOzs0RkFLOUQsMkJBQTJCO2tCQVJ2QyxTQUFTOytCQUNFLDBCQUEwQixjQUN4QixJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsdUJBQXVCLEVBQUUsd0JBQXdCLENBQUMsbUJBR3pELHVCQUF1QixDQUFDLE1BQU07OEJBR3RDLE1BQU07c0JBQWQsS0FBSztnQkFDRyxpQkFBaUI7c0JBQXpCLEtBQUs7Z0JBQ08sS0FBSztzQkFBakIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEJhYnlsb25UZXh0SW5mb0kgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tdGV4dC1pbmZvLmludGVyZmFjZSc7XHJcbmltcG9ydCB7IEJhYnlsb25Sb29tSW5mb0kgfSBmcm9tICcuLi8uLi8uLi9pbnRlcmZhY2VzL2JhYnlsb24tcm9vbS5pbnRlcmFjZSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IEJhYnlsb25TbGlkZXJzRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vZGlyZWN0aXZlcy9iYWJ5bG9uLXNsaWRlcnMvYmFieWxvbi1zbGlkZXJzLmRpcmVjdGl2ZSc7XHJcbmltcG9ydCB7IEJhYnlsb25HbG9iYWxJY29uSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi1nbG9iYWwtaWNvbi5pbnRlcmZhY2UnO1xyXG5pbXBvcnQgeyBCYWJ5bG9uTGlua1R5cGVEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmVzL2xpbmstdHlwZS9saW5rLXR5cGUuZGlyZWN0aXZlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tcm9vbXMtc2xpZGVyJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEJhYnlsb25TbGlkZXJzRGlyZWN0aXZlLCBCYWJ5bG9uTGlua1R5cGVEaXJlY3RpdmVdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9iYWJ5bG9uLXJvb21zLXNsaWRlci5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2JhYnlsb24tcm9vbXMtc2xpZGVyLmNvbXBvbmVudC5zY3NzJyxcclxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaFxyXG59KVxyXG5leHBvcnQgY2xhc3MgQmFieWxvblJvb21zU2xpZGVyQ29tcG9uZW50IHtcclxuICBASW5wdXQoKSBsYWJlbHM/OkJhYnlsb25UZXh0SW5mb0k7XHJcbiAgQElucHV0KCkgcm9vbXNTZXJ2aWNlQ291cnQ6IG51bWJlciA9IDA7IC8vIFRvIGN1dCB0aGUgbGlzdCBvZiByb29tIHNlcnZpY2VzIGJlY2F1c2UgaXQgaXMgdXN1YWxseSBsb25nLCBieSBkZWZhdWx0IDAgZG9lcyBub3QgY3V0LCBncmVhdGVyIHRoYW4gMCBkb2VzXHJcbiAgQElucHV0KCkgc2V0IHJvb21zKGl0ZW1zOiBCYWJ5bG9uUm9vbUluZm9JW10gfCB1bmRlZmluZWQpIHtcclxuICAgICAgdGhpcy50b3RhbFJvb21zID0gaXRlbXM7XHJcbiAgICAgIHRoaXMuc2VydmljZXMgPSBpdGVtcz8uZmxhdE1hcCgocm9vbTogQmFieWxvblJvb21JbmZvSSkgPT5cclxuICAgICAgICAgIHJvb20uc2VydmljZXM/LnNsaWNlKFxyXG4gICAgICAgICAgICAgIDAsXHJcbiAgICAgICAgICAgICAgdGhpcy5yb29tc1NlcnZpY2VDb3VydCA8PSAwIHx8ICgocm9vbT8uc2VydmljZXM/Lmxlbmd0aCA/PyAwKSA8IHRoaXMucm9vbXNTZXJ2aWNlQ291cnQpXHJcbiAgICAgICAgICAgICAgICAgID8gcm9vbT8uc2VydmljZXM/Lmxlbmd0aFxyXG4gICAgICAgICAgICAgICAgICA6IHRoaXMucm9vbXNTZXJ2aWNlQ291cnRcclxuICAgICAgICAgICkgfHwgW11cclxuICAgICAgKSA/PyBbXTtcclxuICB9XHJcblxyXG4gIHRvdGFsUm9vbXM/OiBCYWJ5bG9uUm9vbUluZm9JW10gPSBbXTtcclxuICBzZXJ2aWNlcz86IEJhYnlsb25HbG9iYWxJY29uSVtdID0gW107XHJcbn1cclxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX19yb29tcy1zbGlkZXIgbWFyZ2luLW1haW5cIj5cclxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyBhbGlnbi0tY2VudGVyXCI+XHJcbiAgICAgICAgICAgIEBpZiAobGFiZWxzPy5wcmV0aXRsZSkge1xyXG4gICAgICAgICAgICAgICAgPGgzIGNsYXNzPVwicHJldGl0bGVcIj57eyBsYWJlbHM/LnByZXRpdGxlIH19PC9oMz5cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICBAaWYgKGxhYmVscz8udGl0bGUpIHtcclxuICAgICAgICAgICAgICAgIDxoMlxyXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidGl0bGUgd293IGZhZGVJblVwXCJcclxuICAgICAgICAgICAgICAgICAgICBkYXRhLXdvdy1kdXJhdGlvbj1cIjAuOHNcIlxyXG4gICAgICAgICAgICAgICAgICAgIGRhdGEtd293LWRlbGF5PVwiMC4yc1wiXHJcbiAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAge3sgbGFiZWxzPy50aXRsZSB9fVxyXG4gICAgICAgICAgICAgICAgPC9oMj5cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWZsdWlkXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlciBjc19zdHlsZV8xIGNzX3NsaWRlcl9nYXBfNDAgY3NfaG92ZXJfc2hvd19hcnJvd3NcIj5cclxuICAgICAgICAgICAgPGRpdlxyXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJjc19zbGlkZXJfY29udGFpbmVyXCJcclxuICAgICAgICAgICAgICAgIHNsaWRlcnM9XCJjc19zbGlkZXJfY29udGFpbmVyXCJcclxuICAgICAgICAgICAgICAgIGRhdGEtYXV0b3BsYXk9XCIwXCJcclxuICAgICAgICAgICAgICAgIGRhdGEtbG9vcD1cIjFcIlxyXG4gICAgICAgICAgICAgICAgZGF0YS1zcGVlZD1cIjYwMFwiXHJcbiAgICAgICAgICAgICAgICBkYXRhLWNlbnRlcj1cIjBcIlxyXG4gICAgICAgICAgICAgICAgZGF0YS12YXJpYWJsZS13aWR0aD1cIjBcIlxyXG4gICAgICAgICAgICAgICAgZGF0YS1zbGlkZXMtcGVyLXZpZXc9XCJyZXNwb25zaXZlXCJcclxuICAgICAgICAgICAgICAgIGRhdGEteHMtc2xpZGVzPVwiMVwiXHJcbiAgICAgICAgICAgICAgICBkYXRhLXNtLXNsaWRlcz1cIjJcIlxyXG4gICAgICAgICAgICAgICAgZGF0YS1tZC1zbGlkZXM9XCIyXCJcclxuICAgICAgICAgICAgICAgIGRhdGEtbGctc2xpZGVzPVwiM1wiXHJcbiAgICAgICAgICAgICAgICBkYXRhLWFkZC1zbGlkZXM9XCIzXCJcclxuICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlcl93cmFwcGVyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgQGlmICh0b3RhbFJvb21zPy5sZW5ndGgpIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAocm9vbSBvZiB0b3RhbFJvb21zOyB0cmFjayAkaW5kZXgpIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIFtocmVmXT1cInJvb20ubGlua3M/LlswXT8udXJsXCIgW2xpbmtUeXBlXT1cInJvb20ubGlua3M/LlswXT8ubGlua1R5cGVcIiBjbGFzcz1cImNzX2NhcmQgY3Nfc3R5bGVfMVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHJvb20/LmltYWdlcz8ubGVuZ3RoKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAZm9yIChcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICByb29tSW1hZ2Ugb2Ygcm9vbS5pbWFnZXM/LnNsaWNlKFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwLFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAxXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKTtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFjayAkaW5kZXhcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICkge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXZcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJjc19jYXJkX3RodW1iIGQtYmxvY2sgY3MtLXJhZGl1cyBvdmVyZmxvdy1oaWRkZW4gcG9zaXRpb24tcmVsYXRpdmUgY3NfcHJpbWFyeV9iZ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW1nXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3JjXT1cInJvb21JbWFnZT8uc3JjXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFsdD1cIlJvb21cIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW1nXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3JjXT1cInJvb21JbWFnZT8uc3JjXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFsdD1cIlJvb21cIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19jYXJkX2luZm8gaW50cm9faW5mbyBuby1hbGlnblwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChyb29tPy50ZXh0cz8ubmFtZSkge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cInRpdGxlLS1zbWFsbCBtYi0tMFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyByb29tPy50ZXh0cz8ubmFtZSB9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvaDI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHJvb20/LnRleHRzPy5kZXNjcmlwdGlvbikge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoMyBjbGFzcz1cInN1YnRpdGxlLS1zbWFsbFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyByb29tPy50ZXh0cz8uZGVzY3JpcHRpb24gfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2gzPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChyb29tPy5zZXJ2aWNlcz8ubGVuZ3RoKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVsIGNsYXNzPVwiY3NfY2FyZF9saXN0IGNzX21wXzBcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAoXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzZXJ2aWNlIG9mIHNlcnZpY2VzO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdHJhY2sgJGluZGV4XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICkge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoc2VydmljZS5pY29uKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXZcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaW5mby0taWNvblwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpY29uLS1zdmcgaWNvbi1udWV2b19wYXhfaWNvX3NtYWxsXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc2VydmljZS5pY29uXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L2k+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHNlcnZpY2UubmFtZSkge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJ0ZXh0LS1zbWFsbFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc2VydmljZS5uYW1lXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3A+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdWw+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHJvb20/LmJ1dHRvbnMpIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnRuc19fYm94IGFsaWduLS1jZW50ZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAoXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBidXR0b24gb2Ygcm9vbS5idXR0b25zO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdHJhY2sgJGluZGV4O1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICApIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJidG5cIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtocmVmXT1cImJ1dHRvbi51cmxcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtsaW5rVHlwZV09XCJidXR0b24ubGlua1R5cGVcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIntcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICdidG5fX3ByaW1hcnknOiAkZXZlbixcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICdidG5fX2NhbGwnOiAkb2RkLFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyBidXR0b24ubGFiZWwgfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXJfYXJyb3dzIGNzX3N0eWxlXzEgY3NfbW9iaWxlX2hpZGVcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19sZWZ0X2Fycm93IGNzX2NlbnRlciBjc19wcmltYXJ5X2NvbG9yXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LWxlZnQtYmlnXCI+PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfcmlnaHRfYXJyb3cgY3NfY2VudGVyIGNzX3ByaW1hcnlfY29sb3JcIj5cclxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctcmlnaHQtYmlnXCI+PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfcGFnaW5hdGlvbiBjc19zdHlsZV8xIGNzX21vYmlsZV9zaG93XCI+PC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9zZWN0aW9uPlxyXG4iXX0=
|
package/fesm2022/ctt-babylon.mjs
CHANGED
|
@@ -2242,11 +2242,11 @@ class BabylonRoomsSliderComponent {
|
|
|
2242
2242
|
: this.roomsServiceCourt) || []) ?? [];
|
|
2243
2243
|
}
|
|
2244
2244
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonRoomsSliderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2245
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonRoomsSliderComponent, isStandalone: true, selector: "lib-babylon-rooms-slider", inputs: { labels: "labels", roomsServiceCourt: "roomsServiceCourt", rooms: "rooms" }, ngImport: i0, template: "<section class=\"babylon__rooms-slider margin-main\">\r\n <div class=\"container\">\r\n <div class=\"intro_info align--center\">\r\n @if (labels?.pretitle) {\r\n <h3 class=\"pretitle\">{{ labels?.pretitle }}</h3>\r\n }\r\n @if (labels?.title) {\r\n <h2\r\n class=\"title wow fadeInUp\"\r\n data-wow-duration=\"0.8s\"\r\n data-wow-delay=\"0.2s\"\r\n >\r\n {{ labels?.title }}\r\n </h2>\r\n }\r\n </div>\r\n </div>\r\n <div class=\"container-fluid\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_40 cs_hover_show_arrows\">\r\n <div\r\n class=\"cs_slider_container\"\r\n sliders=\"cs_slider_container\"\r\n data-autoplay=\"0\"\r\n data-loop=\"1\"\r\n data-speed=\"600\"\r\n data-center=\"0\"\r\n data-variable-width=\"0\"\r\n data-slides-per-view=\"responsive\"\r\n data-xs-slides=\"1\"\r\n data-sm-slides=\"2\"\r\n data-md-slides=\"2\"\r\n data-lg-slides=\"3\"\r\n data-add-slides=\"3\"\r\n >\r\n <div class=\"cs_slider_wrapper\">\r\n @if (totalRooms?.length) {\r\n @for (room of totalRooms; track $index) {\r\n <div class=\"cs_slide\">\r\n <a [href]=\"room.links![0].url\" [linkType]=\"room.links![0].linkType\" class=\"cs_card cs_style_1\">\r\n @if (room?.images?.length) {\r\n @for (\r\n roomImage of room.images?.slice(\r\n 0,\r\n 1\r\n );\r\n track $index\r\n ) {\r\n <div\r\n class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\"\r\n >\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n </div>\r\n }\r\n }\r\n <div class=\"cs_card_info intro_info no-align\">\r\n @if (room?.texts?.name) {\r\n <h2 class=\"title--small mb--0\">\r\n {{ room?.texts?.name }}\r\n </h2>\r\n }\r\n @if (room?.texts?.description) {\r\n <h3 class=\"subtitle--small\">\r\n {{ room?.texts?.description }}\r\n </h3>\r\n }\r\n @if (room?.services?.length) {\r\n <ul class=\"cs_card_list cs_mp_0\">\r\n @for (\r\n service of services;\r\n track $index\r\n ) {\r\n <li>\r\n @if (service.icon) {\r\n <div\r\n class=\"info--icon\"\r\n >\r\n <i\r\n class=\"icon--svg icon-nuevo_pax_ico_small\"\r\n [ngClass]=\"\r\n service.icon\r\n \"\r\n ></i>\r\n </div>\r\n }\r\n @if (service.name) {\r\n <p\r\n class=\"text--small\"\r\n >\r\n {{\r\n service.name\r\n }}\r\n </p>\r\n }\r\n </li>\r\n }\r\n </ul>\r\n }\r\n @if (room?.buttons) {\r\n <div class=\"btns__box align--center\">\r\n @for (\r\n button of room.buttons;\r\n track $index;\r\n ) {\r\n <a\r\n class=\"btn\"\r\n [href]=\"button.url\"\r\n [linkType]=\"button.linkType\"\r\n [ngClass]=\"{\r\n 'btn__primary': $even,\r\n 'btn__call': $odd,\r\n }\"\r\n >\r\n <span>\r\n {{ button.label }}\r\n </span>\r\n </a>\r\n }\r\n </div>\r\n }\r\n </div>\r\n </a>\r\n </div>\r\n }\r\n }\r\n </div>\r\n </div>\r\n <div class=\"cs_slider_arrows cs_style_1 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-left-big\"></span>\r\n </div>\r\n <div class=\"cs_right_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [".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}: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_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-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-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--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_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_card.cs_style_1 .cs_card_list,.cs_card.cs_style_2 .cs_card_list,.cs_card.cs_style_3 .cs_card_list,.cs_card.cs_style_4 .cs_card_list,.cs_card.cs_style_5 .cs_card_list,.cs_card.cs_style_7 .cs_card_list{display:inline-flex;flex-wrap:wrap;width:100%;gap:20px}.cs_card.cs_style_1 .cs_card_list li,.cs_card.cs_style_2 .cs_card_list li,.cs_card.cs_style_3 .cs_card_list li,.cs_card.cs_style_4 .cs_card_list li,.cs_card.cs_style_5 .cs_card_list li,.cs_card.cs_style_7 .cs_card_list li{position:relative;display:flex;gap:10px}.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:15px;margin-right:14px}@media (max-width: 374px){.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:9px;margin-right:8px}}.cs_card.cs_style_1 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_2 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_3 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_4 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_5 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_7 .cs_card_list li:not(:last-child):after{content:\"\";position:absolute;right:-10px;top:0;margin-top:-10px;height:calc(100% + 20px);width:1px;background-color:var(--cl_text);opacity:.3}.cs_card.cs_style_1 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_2 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_3 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_4 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_5 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_7 .cs_card_list li .info--icon .icon--svg{-webkit-mask-size:30px;mask-size:30px}.cs_card.cs_style_1 .cs_card_info{padding:15px}@media (max-width: 991px){.cs_card.cs_style_1 .cs_card_info{padding:10px}}.cs_card.cs_style_1 .cs_card_thumb img{position:relative;width:100%;transition:all .6s ease;background-size:cover}.cs_card.cs_style_1 .cs_card_thumb img:nth-child(1){transform:translate(50%) scalex(2);opacity:0;filter:blur(10px);position:absolute;top:0;left:0}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(1){transform:translate(0) scalex(1);opacity:1;filter:blur(0)}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(2){transform:translate(-50%) scalex(2);opacity:0;filter:blur(10px)}.btns__box{opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.cs_slide:hover .btns__box{opacity:1;visibility:visible}.cs_card_info{transition:transform .3s ease-in-out;background-color:var(--cl_background_body)}.cs_slide:hover .cs_card_info{background-color:var(--cl_background_body);transform:translateY(-80px)}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):before{z-index:0!important}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):after{z-index:0!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonSlidersDirective, selector: "[sliders]", inputs: ["sliders"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href"], outputs: ["anchorClicked"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2245
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonRoomsSliderComponent, isStandalone: true, selector: "lib-babylon-rooms-slider", inputs: { labels: "labels", roomsServiceCourt: "roomsServiceCourt", rooms: "rooms" }, ngImport: i0, template: "<section class=\"babylon__rooms-slider margin-main\">\r\n <div class=\"container\">\r\n <div class=\"intro_info align--center\">\r\n @if (labels?.pretitle) {\r\n <h3 class=\"pretitle\">{{ labels?.pretitle }}</h3>\r\n }\r\n @if (labels?.title) {\r\n <h2\r\n class=\"title wow fadeInUp\"\r\n data-wow-duration=\"0.8s\"\r\n data-wow-delay=\"0.2s\"\r\n >\r\n {{ labels?.title }}\r\n </h2>\r\n }\r\n </div>\r\n </div>\r\n <div class=\"container-fluid\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_40 cs_hover_show_arrows\">\r\n <div\r\n class=\"cs_slider_container\"\r\n sliders=\"cs_slider_container\"\r\n data-autoplay=\"0\"\r\n data-loop=\"1\"\r\n data-speed=\"600\"\r\n data-center=\"0\"\r\n data-variable-width=\"0\"\r\n data-slides-per-view=\"responsive\"\r\n data-xs-slides=\"1\"\r\n data-sm-slides=\"2\"\r\n data-md-slides=\"2\"\r\n data-lg-slides=\"3\"\r\n data-add-slides=\"3\"\r\n >\r\n <div class=\"cs_slider_wrapper\">\r\n @if (totalRooms?.length) {\r\n @for (room of totalRooms; track $index) {\r\n <div class=\"cs_slide\">\r\n <a [href]=\"room.links?.[0]?.url\" [linkType]=\"room.links?.[0]?.linkType\" class=\"cs_card cs_style_1\">\r\n @if (room?.images?.length) {\r\n @for (\r\n roomImage of room.images?.slice(\r\n 0,\r\n 1\r\n );\r\n track $index\r\n ) {\r\n <div\r\n class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\"\r\n >\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n </div>\r\n }\r\n }\r\n <div class=\"cs_card_info intro_info no-align\">\r\n @if (room?.texts?.name) {\r\n <h2 class=\"title--small mb--0\">\r\n {{ room?.texts?.name }}\r\n </h2>\r\n }\r\n @if (room?.texts?.description) {\r\n <h3 class=\"subtitle--small\">\r\n {{ room?.texts?.description }}\r\n </h3>\r\n }\r\n @if (room?.services?.length) {\r\n <ul class=\"cs_card_list cs_mp_0\">\r\n @for (\r\n service of services;\r\n track $index\r\n ) {\r\n <li>\r\n @if (service.icon) {\r\n <div\r\n class=\"info--icon\"\r\n >\r\n <i\r\n class=\"icon--svg icon-nuevo_pax_ico_small\"\r\n [ngClass]=\"\r\n service.icon\r\n \"\r\n ></i>\r\n </div>\r\n }\r\n @if (service.name) {\r\n <p\r\n class=\"text--small\"\r\n >\r\n {{\r\n service.name\r\n }}\r\n </p>\r\n }\r\n </li>\r\n }\r\n </ul>\r\n }\r\n @if (room?.buttons) {\r\n <div class=\"btns__box align--center\">\r\n @for (\r\n button of room.buttons;\r\n track $index;\r\n ) {\r\n <a\r\n class=\"btn\"\r\n [href]=\"button.url\"\r\n [linkType]=\"button.linkType\"\r\n [ngClass]=\"{\r\n 'btn__primary': $even,\r\n 'btn__call': $odd,\r\n }\"\r\n >\r\n <span>\r\n {{ button.label }}\r\n </span>\r\n </a>\r\n }\r\n </div>\r\n }\r\n </div>\r\n </a>\r\n </div>\r\n }\r\n }\r\n </div>\r\n </div>\r\n <div class=\"cs_slider_arrows cs_style_1 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-left-big\"></span>\r\n </div>\r\n <div class=\"cs_right_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [".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}: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_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-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-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--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_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_card.cs_style_1 .cs_card_list,.cs_card.cs_style_2 .cs_card_list,.cs_card.cs_style_3 .cs_card_list,.cs_card.cs_style_4 .cs_card_list,.cs_card.cs_style_5 .cs_card_list,.cs_card.cs_style_7 .cs_card_list{display:inline-flex;flex-wrap:wrap;width:100%;gap:20px}.cs_card.cs_style_1 .cs_card_list li,.cs_card.cs_style_2 .cs_card_list li,.cs_card.cs_style_3 .cs_card_list li,.cs_card.cs_style_4 .cs_card_list li,.cs_card.cs_style_5 .cs_card_list li,.cs_card.cs_style_7 .cs_card_list li{position:relative;display:flex;gap:10px}.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:15px;margin-right:14px}@media (max-width: 374px){.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:9px;margin-right:8px}}.cs_card.cs_style_1 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_2 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_3 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_4 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_5 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_7 .cs_card_list li:not(:last-child):after{content:\"\";position:absolute;right:-10px;top:0;margin-top:-10px;height:calc(100% + 20px);width:1px;background-color:var(--cl_text);opacity:.3}.cs_card.cs_style_1 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_2 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_3 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_4 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_5 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_7 .cs_card_list li .info--icon .icon--svg{-webkit-mask-size:30px;mask-size:30px}.cs_card.cs_style_1 .cs_card_info{padding:15px}@media (max-width: 991px){.cs_card.cs_style_1 .cs_card_info{padding:10px}}.cs_card.cs_style_1 .cs_card_thumb img{position:relative;width:100%;transition:all .6s ease;background-size:cover}.cs_card.cs_style_1 .cs_card_thumb img:nth-child(1){transform:translate(50%) scalex(2);opacity:0;filter:blur(10px);position:absolute;top:0;left:0}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(1){transform:translate(0) scalex(1);opacity:1;filter:blur(0)}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(2){transform:translate(-50%) scalex(2);opacity:0;filter:blur(10px)}.btns__box{opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.cs_slide:hover .btns__box{opacity:1;visibility:visible}.cs_card_info{transition:transform .3s ease-in-out;background-color:var(--cl_background_body)}.cs_slide:hover .cs_card_info{background-color:var(--cl_background_body);transform:translateY(-80px)}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):before{z-index:0!important}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):after{z-index:0!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonSlidersDirective, selector: "[sliders]", inputs: ["sliders"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href"], outputs: ["anchorClicked"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2246
2246
|
}
|
|
2247
2247
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonRoomsSliderComponent, decorators: [{
|
|
2248
2248
|
type: Component,
|
|
2249
|
-
args: [{ selector: 'lib-babylon-rooms-slider', standalone: true, imports: [CommonModule, BabylonSlidersDirective, BabylonLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__rooms-slider margin-main\">\r\n <div class=\"container\">\r\n <div class=\"intro_info align--center\">\r\n @if (labels?.pretitle) {\r\n <h3 class=\"pretitle\">{{ labels?.pretitle }}</h3>\r\n }\r\n @if (labels?.title) {\r\n <h2\r\n class=\"title wow fadeInUp\"\r\n data-wow-duration=\"0.8s\"\r\n data-wow-delay=\"0.2s\"\r\n >\r\n {{ labels?.title }}\r\n </h2>\r\n }\r\n </div>\r\n </div>\r\n <div class=\"container-fluid\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_40 cs_hover_show_arrows\">\r\n <div\r\n class=\"cs_slider_container\"\r\n sliders=\"cs_slider_container\"\r\n data-autoplay=\"0\"\r\n data-loop=\"1\"\r\n data-speed=\"600\"\r\n data-center=\"0\"\r\n data-variable-width=\"0\"\r\n data-slides-per-view=\"responsive\"\r\n data-xs-slides=\"1\"\r\n data-sm-slides=\"2\"\r\n data-md-slides=\"2\"\r\n data-lg-slides=\"3\"\r\n data-add-slides=\"3\"\r\n >\r\n <div class=\"cs_slider_wrapper\">\r\n @if (totalRooms?.length) {\r\n @for (room of totalRooms; track $index) {\r\n <div class=\"cs_slide\">\r\n <a [href]=\"room.links![0].url\" [linkType]=\"room.links![0].linkType\" class=\"cs_card cs_style_1\">\r\n @if (room?.images?.length) {\r\n @for (\r\n roomImage of room.images?.slice(\r\n 0,\r\n 1\r\n );\r\n track $index\r\n ) {\r\n <div\r\n class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\"\r\n >\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n </div>\r\n }\r\n }\r\n <div class=\"cs_card_info intro_info no-align\">\r\n @if (room?.texts?.name) {\r\n <h2 class=\"title--small mb--0\">\r\n {{ room?.texts?.name }}\r\n </h2>\r\n }\r\n @if (room?.texts?.description) {\r\n <h3 class=\"subtitle--small\">\r\n {{ room?.texts?.description }}\r\n </h3>\r\n }\r\n @if (room?.services?.length) {\r\n <ul class=\"cs_card_list cs_mp_0\">\r\n @for (\r\n service of services;\r\n track $index\r\n ) {\r\n <li>\r\n @if (service.icon) {\r\n <div\r\n class=\"info--icon\"\r\n >\r\n <i\r\n class=\"icon--svg icon-nuevo_pax_ico_small\"\r\n [ngClass]=\"\r\n service.icon\r\n \"\r\n ></i>\r\n </div>\r\n }\r\n @if (service.name) {\r\n <p\r\n class=\"text--small\"\r\n >\r\n {{\r\n service.name\r\n }}\r\n </p>\r\n }\r\n </li>\r\n }\r\n </ul>\r\n }\r\n @if (room?.buttons) {\r\n <div class=\"btns__box align--center\">\r\n @for (\r\n button of room.buttons;\r\n track $index;\r\n ) {\r\n <a\r\n class=\"btn\"\r\n [href]=\"button.url\"\r\n [linkType]=\"button.linkType\"\r\n [ngClass]=\"{\r\n 'btn__primary': $even,\r\n 'btn__call': $odd,\r\n }\"\r\n >\r\n <span>\r\n {{ button.label }}\r\n </span>\r\n </a>\r\n }\r\n </div>\r\n }\r\n </div>\r\n </a>\r\n </div>\r\n }\r\n }\r\n </div>\r\n </div>\r\n <div class=\"cs_slider_arrows cs_style_1 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-left-big\"></span>\r\n </div>\r\n <div class=\"cs_right_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [".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}: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_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-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-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--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_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_card.cs_style_1 .cs_card_list,.cs_card.cs_style_2 .cs_card_list,.cs_card.cs_style_3 .cs_card_list,.cs_card.cs_style_4 .cs_card_list,.cs_card.cs_style_5 .cs_card_list,.cs_card.cs_style_7 .cs_card_list{display:inline-flex;flex-wrap:wrap;width:100%;gap:20px}.cs_card.cs_style_1 .cs_card_list li,.cs_card.cs_style_2 .cs_card_list li,.cs_card.cs_style_3 .cs_card_list li,.cs_card.cs_style_4 .cs_card_list li,.cs_card.cs_style_5 .cs_card_list li,.cs_card.cs_style_7 .cs_card_list li{position:relative;display:flex;gap:10px}.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:15px;margin-right:14px}@media (max-width: 374px){.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:9px;margin-right:8px}}.cs_card.cs_style_1 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_2 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_3 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_4 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_5 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_7 .cs_card_list li:not(:last-child):after{content:\"\";position:absolute;right:-10px;top:0;margin-top:-10px;height:calc(100% + 20px);width:1px;background-color:var(--cl_text);opacity:.3}.cs_card.cs_style_1 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_2 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_3 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_4 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_5 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_7 .cs_card_list li .info--icon .icon--svg{-webkit-mask-size:30px;mask-size:30px}.cs_card.cs_style_1 .cs_card_info{padding:15px}@media (max-width: 991px){.cs_card.cs_style_1 .cs_card_info{padding:10px}}.cs_card.cs_style_1 .cs_card_thumb img{position:relative;width:100%;transition:all .6s ease;background-size:cover}.cs_card.cs_style_1 .cs_card_thumb img:nth-child(1){transform:translate(50%) scalex(2);opacity:0;filter:blur(10px);position:absolute;top:0;left:0}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(1){transform:translate(0) scalex(1);opacity:1;filter:blur(0)}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(2){transform:translate(-50%) scalex(2);opacity:0;filter:blur(10px)}.btns__box{opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.cs_slide:hover .btns__box{opacity:1;visibility:visible}.cs_card_info{transition:transform .3s ease-in-out;background-color:var(--cl_background_body)}.cs_slide:hover .cs_card_info{background-color:var(--cl_background_body);transform:translateY(-80px)}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):before{z-index:0!important}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):after{z-index:0!important}\n"] }]
|
|
2249
|
+
args: [{ selector: 'lib-babylon-rooms-slider', standalone: true, imports: [CommonModule, BabylonSlidersDirective, BabylonLinkTypeDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__rooms-slider margin-main\">\r\n <div class=\"container\">\r\n <div class=\"intro_info align--center\">\r\n @if (labels?.pretitle) {\r\n <h3 class=\"pretitle\">{{ labels?.pretitle }}</h3>\r\n }\r\n @if (labels?.title) {\r\n <h2\r\n class=\"title wow fadeInUp\"\r\n data-wow-duration=\"0.8s\"\r\n data-wow-delay=\"0.2s\"\r\n >\r\n {{ labels?.title }}\r\n </h2>\r\n }\r\n </div>\r\n </div>\r\n <div class=\"container-fluid\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_40 cs_hover_show_arrows\">\r\n <div\r\n class=\"cs_slider_container\"\r\n sliders=\"cs_slider_container\"\r\n data-autoplay=\"0\"\r\n data-loop=\"1\"\r\n data-speed=\"600\"\r\n data-center=\"0\"\r\n data-variable-width=\"0\"\r\n data-slides-per-view=\"responsive\"\r\n data-xs-slides=\"1\"\r\n data-sm-slides=\"2\"\r\n data-md-slides=\"2\"\r\n data-lg-slides=\"3\"\r\n data-add-slides=\"3\"\r\n >\r\n <div class=\"cs_slider_wrapper\">\r\n @if (totalRooms?.length) {\r\n @for (room of totalRooms; track $index) {\r\n <div class=\"cs_slide\">\r\n <a [href]=\"room.links?.[0]?.url\" [linkType]=\"room.links?.[0]?.linkType\" class=\"cs_card cs_style_1\">\r\n @if (room?.images?.length) {\r\n @for (\r\n roomImage of room.images?.slice(\r\n 0,\r\n 1\r\n );\r\n track $index\r\n ) {\r\n <div\r\n class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\"\r\n >\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n <img\r\n [src]=\"roomImage?.src\"\r\n alt=\"Room\"\r\n />\r\n </div>\r\n }\r\n }\r\n <div class=\"cs_card_info intro_info no-align\">\r\n @if (room?.texts?.name) {\r\n <h2 class=\"title--small mb--0\">\r\n {{ room?.texts?.name }}\r\n </h2>\r\n }\r\n @if (room?.texts?.description) {\r\n <h3 class=\"subtitle--small\">\r\n {{ room?.texts?.description }}\r\n </h3>\r\n }\r\n @if (room?.services?.length) {\r\n <ul class=\"cs_card_list cs_mp_0\">\r\n @for (\r\n service of services;\r\n track $index\r\n ) {\r\n <li>\r\n @if (service.icon) {\r\n <div\r\n class=\"info--icon\"\r\n >\r\n <i\r\n class=\"icon--svg icon-nuevo_pax_ico_small\"\r\n [ngClass]=\"\r\n service.icon\r\n \"\r\n ></i>\r\n </div>\r\n }\r\n @if (service.name) {\r\n <p\r\n class=\"text--small\"\r\n >\r\n {{\r\n service.name\r\n }}\r\n </p>\r\n }\r\n </li>\r\n }\r\n </ul>\r\n }\r\n @if (room?.buttons) {\r\n <div class=\"btns__box align--center\">\r\n @for (\r\n button of room.buttons;\r\n track $index;\r\n ) {\r\n <a\r\n class=\"btn\"\r\n [href]=\"button.url\"\r\n [linkType]=\"button.linkType\"\r\n [ngClass]=\"{\r\n 'btn__primary': $even,\r\n 'btn__call': $odd,\r\n }\"\r\n >\r\n <span>\r\n {{ button.label }}\r\n </span>\r\n </a>\r\n }\r\n </div>\r\n }\r\n </div>\r\n </a>\r\n </div>\r\n }\r\n }\r\n </div>\r\n </div>\r\n <div class=\"cs_slider_arrows cs_style_1 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-left-big\"></span>\r\n </div>\r\n <div class=\"cs_right_arrow cs_center cs_primary_color\">\r\n <span class=\"babylon-arrow-right-big\"></span>\r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n </div>\r\n</section>\r\n", styles: [".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}: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_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-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-whidth: 1px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--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_error: #FF7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_card.cs_style_1 .cs_card_list,.cs_card.cs_style_2 .cs_card_list,.cs_card.cs_style_3 .cs_card_list,.cs_card.cs_style_4 .cs_card_list,.cs_card.cs_style_5 .cs_card_list,.cs_card.cs_style_7 .cs_card_list{display:inline-flex;flex-wrap:wrap;width:100%;gap:20px}.cs_card.cs_style_1 .cs_card_list li,.cs_card.cs_style_2 .cs_card_list li,.cs_card.cs_style_3 .cs_card_list li,.cs_card.cs_style_4 .cs_card_list li,.cs_card.cs_style_5 .cs_card_list li,.cs_card.cs_style_7 .cs_card_list li{position:relative;display:flex;gap:10px}.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:15px;margin-right:14px}@media (max-width: 374px){.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:9px;margin-right:8px}}.cs_card.cs_style_1 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_2 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_3 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_4 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_5 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_7 .cs_card_list li:not(:last-child):after{content:\"\";position:absolute;right:-10px;top:0;margin-top:-10px;height:calc(100% + 20px);width:1px;background-color:var(--cl_text);opacity:.3}.cs_card.cs_style_1 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_2 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_3 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_4 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_5 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_7 .cs_card_list li .info--icon .icon--svg{-webkit-mask-size:30px;mask-size:30px}.cs_card.cs_style_1 .cs_card_info{padding:15px}@media (max-width: 991px){.cs_card.cs_style_1 .cs_card_info{padding:10px}}.cs_card.cs_style_1 .cs_card_thumb img{position:relative;width:100%;transition:all .6s ease;background-size:cover}.cs_card.cs_style_1 .cs_card_thumb img:nth-child(1){transform:translate(50%) scalex(2);opacity:0;filter:blur(10px);position:absolute;top:0;left:0}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(1){transform:translate(0) scalex(1);opacity:1;filter:blur(0)}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(2){transform:translate(-50%) scalex(2);opacity:0;filter:blur(10px)}.btns__box{opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.cs_slide:hover .btns__box{opacity:1;visibility:visible}.cs_card_info{transition:transform .3s ease-in-out;background-color:var(--cl_background_body)}.cs_slide:hover .cs_card_info{background-color:var(--cl_background_body);transform:translateY(-80px)}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):before{z-index:0!important}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):after{z-index:0!important}\n"] }]
|
|
2250
2250
|
}], propDecorators: { labels: [{
|
|
2251
2251
|
type: Input
|
|
2252
2252
|
}], roomsServiceCourt: [{
|