ctt-babylon 0.10.8 → 0.10.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/esm2022/lib/components/core/babylon-av-img-social/babylon-av-img-social.component.mjs +12 -0
  2. package/esm2022/lib/components/core/babylon-av-img-social/babylon-av-img-social.directive.mjs +138 -0
  3. package/esm2022/lib/components/core/babylon-av-img-social/index.mjs +2 -0
  4. package/esm2022/lib/components/core/babylon-av-txt-ico/babylon-av-txt-ico.component.mjs +12 -0
  5. package/esm2022/lib/components/core/babylon-av-txt-ico/babylon-av-txt-ico.directive.mjs +115 -0
  6. package/esm2022/lib/components/core/babylon-av-txt-ico/index.mjs +2 -0
  7. package/esm2022/lib/components/core/babylon-ba-img-txt/babylon-ba-img-txt.component.mjs +18 -0
  8. package/esm2022/lib/components/core/babylon-ba-img-txt/index.mjs +2 -0
  9. package/esm2022/lib/components/core/babylon-ba-sli-img-txt/babylon-ba-sli-img-txt.component.mjs +160 -0
  10. package/esm2022/lib/components/core/babylon-ba-sli-img-txt/index.mjs +2 -0
  11. package/esm2022/lib/components/core/babylon-fo-c3-img-txt/babylon-fo-c3-img-txt.component.mjs +37 -0
  12. package/esm2022/lib/components/core/babylon-fo-c3-img-txt/index.mjs +2 -0
  13. package/esm2022/lib/components/core/babylon-fo-lis-c4-txt/babylon-fo-lis-c4-txt.component.mjs +107 -0
  14. package/esm2022/lib/components/core/babylon-fo-lis-c4-txt/index.mjs +2 -0
  15. package/esm2022/lib/components/core/babylon-he-svg-list/babylon-he-svg-list.component.mjs +96 -0
  16. package/esm2022/lib/components/core/babylon-he-svg-list/index.mjs +2 -0
  17. package/esm2022/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.mjs +5 -3
  18. package/esm2022/lib/components/core/babylon-language-modal-v3/babylon-language-modal-v3.component.mjs +34 -0
  19. package/esm2022/lib/components/core/babylon-language-modal-v3/index.mjs +2 -0
  20. package/esm2022/lib/components/core/babylon-lis-c2-txt/babylon-lis-c2-txt.component.mjs +299 -0
  21. package/esm2022/lib/components/core/babylon-lis-c2-txt/index.mjs +2 -0
  22. package/esm2022/lib/components/core/babylon-newsletter-modal-v2/babylon-newsletter-modal-v2.component.mjs +37 -0
  23. package/esm2022/lib/components/core/babylon-newsletter-modal-v2/index.mjs +2 -0
  24. package/esm2022/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.mjs +19 -0
  25. package/esm2022/lib/components/core/babylon-offer-detail-v2/index.mjs +2 -0
  26. package/esm2022/lib/components/core/babylon-offer-popup-v3/babylon-offer-popup-v3.component.mjs +18 -0
  27. package/esm2022/lib/components/core/babylon-offer-popup-v3/index.mjs +2 -0
  28. package/esm2022/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.mjs +5 -3
  29. package/esm2022/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.mjs +4 -3
  30. package/esm2022/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.mjs +15 -5
  31. package/esm2022/lib/components/core/index.mjs +13 -1
  32. package/esm2022/lib/interfaces/babylon-address-item.interface.mjs +2 -0
  33. package/esm2022/lib/interfaces/babylon-multimedia.interface.mjs +1 -1
  34. package/esm2022/lib/interfaces/babylon-text-info.interface.mjs +1 -1
  35. package/esm2022/lib/services/mapper/mapper.service.mjs +20 -2
  36. package/esm2022/lib/services/modals-service/modals.service.mjs +12 -1
  37. package/fesm2022/ctt-babylon.mjs +1098 -13
  38. package/fesm2022/ctt-babylon.mjs.map +1 -1
  39. package/lib/components/core/babylon-av-img-social/babylon-av-img-social.component.d.ts +5 -0
  40. package/lib/components/core/babylon-av-img-social/babylon-av-img-social.directive.d.ts +19 -0
  41. package/lib/components/core/babylon-av-img-social/index.d.ts +1 -0
  42. package/lib/components/core/babylon-av-txt-ico/babylon-av-txt-ico.component.d.ts +5 -0
  43. package/lib/components/core/babylon-av-txt-ico/babylon-av-txt-ico.directive.d.ts +14 -0
  44. package/lib/components/core/babylon-av-txt-ico/index.d.ts +1 -0
  45. package/lib/components/core/babylon-ba-img-txt/babylon-ba-img-txt.component.d.ts +6 -0
  46. package/lib/components/core/babylon-ba-img-txt/index.d.ts +1 -0
  47. package/lib/components/core/babylon-ba-sli-img-txt/babylon-ba-sli-img-txt.component.d.ts +19 -0
  48. package/lib/components/core/babylon-ba-sli-img-txt/index.d.ts +1 -0
  49. package/lib/components/core/babylon-fo-c3-img-txt/babylon-fo-c3-img-txt.component.d.ts +12 -0
  50. package/lib/components/core/babylon-fo-c3-img-txt/index.d.ts +1 -0
  51. package/lib/components/core/babylon-fo-lis-c4-txt/babylon-fo-lis-c4-txt.component.d.ts +19 -0
  52. package/lib/components/core/babylon-fo-lis-c4-txt/index.d.ts +1 -0
  53. package/lib/components/core/babylon-he-svg-list/babylon-he-svg-list.component.d.ts +22 -0
  54. package/lib/components/core/babylon-he-svg-list/index.d.ts +1 -0
  55. package/lib/components/core/babylon-language-modal-v3/babylon-language-modal-v3.component.d.ts +15 -0
  56. package/lib/components/core/babylon-language-modal-v3/index.d.ts +1 -0
  57. package/lib/components/core/babylon-lis-c2-txt/babylon-lis-c2-txt.component.d.ts +25 -0
  58. package/lib/components/core/babylon-lis-c2-txt/index.d.ts +1 -0
  59. package/lib/components/core/babylon-newsletter-modal-v2/babylon-newsletter-modal-v2.component.d.ts +19 -0
  60. package/lib/components/core/babylon-newsletter-modal-v2/index.d.ts +1 -0
  61. package/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.d.ts +9 -0
  62. package/lib/components/core/babylon-offer-detail-v2/index.d.ts +1 -0
  63. package/lib/components/core/babylon-offer-popup-v3/babylon-offer-popup-v3.component.d.ts +9 -0
  64. package/lib/components/core/babylon-offer-popup-v3/index.d.ts +1 -0
  65. package/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.d.ts +7 -1
  66. package/lib/components/core/index.d.ts +12 -0
  67. package/lib/interfaces/babylon-address-item.interface.d.ts +14 -0
  68. package/lib/interfaces/babylon-multimedia.interface.d.ts +1 -0
  69. package/lib/interfaces/babylon-text-info.interface.d.ts +5 -0
  70. package/lib/services/mapper/mapper.service.d.ts +2 -1
  71. package/lib/services/modals-service/modals.service.d.ts +2 -1
  72. package/package.json +3 -2
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class BabylonAvImgSocialComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<BabylonAvImgSocialComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<BabylonAvImgSocialComponent, "lib-babylon-av-img-social", never, {}, {}, never, never, true, never>;
5
+ }
@@ -0,0 +1,19 @@
1
+ import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BabylonAvSocialSwiperDirective implements AfterViewInit, OnDestroy {
4
+ private el;
5
+ private static instances;
6
+ private static listenersInitialized;
7
+ private readonly platformId;
8
+ private swiper?;
9
+ constructor(el: ElementRef<HTMLElement>);
10
+ ngAfterViewInit(): void;
11
+ ngOnDestroy(): void;
12
+ private initSwiper;
13
+ /** Listeners globales (solo se montan una vez) */
14
+ private initGlobalListeners;
15
+ private static startAll;
16
+ private static stopAll;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<BabylonAvSocialSwiperDirective, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BabylonAvSocialSwiperDirective, "[BabylonAvSocialSwiper]", never, {}, {}, never, never, true, never>;
19
+ }
@@ -0,0 +1 @@
1
+ export * from './babylon-av-img-social.component';
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class BabylonAvTxtIcoComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<BabylonAvTxtIcoComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<BabylonAvTxtIcoComponent, "lib-babylon-av-txt-ico", never, {}, {}, never, never, true, never>;
5
+ }
@@ -0,0 +1,14 @@
1
+ import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BabylonAvTextIcoSwiperDirective implements AfterViewInit, OnDestroy {
4
+ private el;
5
+ private readonly platform;
6
+ private swiperInstance?;
7
+ constructor(el: ElementRef<HTMLElement>);
8
+ ngAfterViewInit(): void;
9
+ ngOnDestroy(): void;
10
+ private initSwiper;
11
+ onResize(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<BabylonAvTextIcoSwiperDirective, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BabylonAvTextIcoSwiperDirective, "[BabylonAvTextIcoSwiperDirective]", never, {}, {}, never, never, true, never>;
14
+ }
@@ -0,0 +1 @@
1
+ export * from './babylon-av-txt-ico.component';
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class BabylonBaImgTxtComponent {
3
+ reverse?: boolean;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<BabylonBaImgTxtComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<BabylonBaImgTxtComponent, "lib-babylon-ba-img-txt", never, { "reverse": { "alias": "reverse"; "required": false; }; }, {}, never, never, true, never>;
6
+ }
@@ -0,0 +1 @@
1
+ export * from './babylon-ba-img-txt.component';
@@ -0,0 +1,19 @@
1
+ import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BabylonBaSliImgTxtComponent implements AfterViewInit {
4
+ private el;
5
+ openNewsletter: EventEmitter<any>;
6
+ private readonly platformId;
7
+ private swiperInstances;
8
+ private sloganActivated;
9
+ constructor(el: ElementRef<HTMLElement>);
10
+ ngAfterViewInit(): void;
11
+ private initHeroSwipers;
12
+ private setupScrollButtons;
13
+ private checkSlogan;
14
+ private updateScrollButtonsVisibility;
15
+ onWindowScroll(): void;
16
+ openNewletterModal(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<BabylonBaSliImgTxtComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<BabylonBaSliImgTxtComponent, "lib-babylon-ba-sli-img-txt", never, {}, { "openNewsletter": "openNewsletter"; }, never, never, true, never>;
19
+ }
@@ -0,0 +1 @@
1
+ export * from './babylon-ba-sli-img-txt.component';
@@ -0,0 +1,12 @@
1
+ import { AfterViewInit, ElementRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BabylonFoC3ImgTxtComponent implements AfterViewInit {
4
+ private el;
5
+ private readonly platformId;
6
+ constructor(el: ElementRef<HTMLElement>);
7
+ ngAfterViewInit(): void;
8
+ /** Equivalente al $(function () { ... }) del jQuery */
9
+ private setHasFooterClassIfNeeded;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<BabylonFoC3ImgTxtComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<BabylonFoC3ImgTxtComponent, "lib-babylon-fo-c3-img-txt", never, {}, {}, never, never, true, never>;
12
+ }
@@ -0,0 +1 @@
1
+ export * from './babylon-fo-c3-img-txt.component';
@@ -0,0 +1,19 @@
1
+ import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BabylonFoLisC4TxtComponent implements AfterViewInit, OnDestroy {
4
+ private el;
5
+ private readonly platformId;
6
+ private titleClickHandlers;
7
+ constructor(el: ElementRef<HTMLElement>);
8
+ ngAfterViewInit(): void;
9
+ ngOnDestroy(): void;
10
+ onResize(): void;
11
+ /** Equivalente a tu función activarAcordeon() de jQuery */
12
+ private activarAcordeon;
13
+ /** Elimina todos los listeners de los títulos */
14
+ private cleanTitleListeners;
15
+ /** Equivalente a scrolltopFooter() */
16
+ scrollTopFooter(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<BabylonFoLisC4TxtComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<BabylonFoLisC4TxtComponent, "lib-babylon-fo-lis-c4-txt", never, {}, {}, never, never, true, never>;
19
+ }
@@ -0,0 +1 @@
1
+ export * from './babylon-fo-lis-c4-txt.component';
@@ -0,0 +1,22 @@
1
+ import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BabylonHeSvgListComponent implements AfterViewInit {
4
+ private el;
5
+ private readonly platformId;
6
+ openLanguages: EventEmitter<any>;
7
+ openOfferPop: EventEmitter<string>;
8
+ constructor(el: ElementRef<HTMLElement>);
9
+ ngAfterViewInit(): void;
10
+ /** Equivalente a showMenuBurger() de jQuery */
11
+ showMenuBurger(): void;
12
+ /** Listener global de scroll */
13
+ onWindowScroll(): void;
14
+ /** Sticky del header según el “motor” esté fuera de viewport */
15
+ private updateHeaderSticky;
16
+ /** Añade .v-no-hotel al breadcrumb si el header NO es hotel-card */
17
+ private initBreadcrumbFlag;
18
+ openLanguagesModal(): void;
19
+ openOfferPopup(): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<BabylonHeSvgListComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<BabylonHeSvgListComponent, "lib-babylon-he-svg-list", never, {}, { "openLanguages": "openLanguages"; "openOfferPop": "openOfferPop"; }, never, never, true, never>;
22
+ }
@@ -0,0 +1 @@
1
+ export * from './babylon-he-svg-list.component';
@@ -0,0 +1,15 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { BabylonLanguageModalItem } from '../babylon-language-modal/babylon-language-modal.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class BabylonLanguageModalV3Component {
5
+ title?: string;
6
+ subtitle?: string;
7
+ items?: BabylonLanguageModalItem[];
8
+ selected?: BabylonLanguageModalItem;
9
+ languageSelect: EventEmitter<BabylonLanguageModalItem>;
10
+ private readonly dialogRef;
11
+ selectLanguage(language: BabylonLanguageModalItem): void;
12
+ close(): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<BabylonLanguageModalV3Component, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<BabylonLanguageModalV3Component, "lib-babylon-language-modal-v3", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "items": { "alias": "items"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "languageSelect": "languageSelect"; }, never, never, true, never>;
15
+ }
@@ -0,0 +1 @@
1
+ export * from './babylon-language-modal-v3.component';
@@ -0,0 +1,25 @@
1
+ import { AfterViewInit, ElementRef, QueryList } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ interface FaqHotelLink {
4
+ label: string;
5
+ href: string;
6
+ ariaLabel?: string;
7
+ showBigIcons?: boolean;
8
+ showSmallIcons?: boolean;
9
+ }
10
+ interface FaqItem {
11
+ title: string;
12
+ colorClass?: 'green' | 'blue' | 'red' | '';
13
+ hotels: FaqHotelLink[];
14
+ }
15
+ export declare class BabylonLisC2TxtComponent implements AfterViewInit {
16
+ activeIndex: number | null;
17
+ answers: QueryList<ElementRef<HTMLDivElement>>;
18
+ faqItems: FaqItem[];
19
+ ngAfterViewInit(): void;
20
+ onToggleFaq(index: number): void;
21
+ isActive(index: number): boolean;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<BabylonLisC2TxtComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<BabylonLisC2TxtComponent, "lib-babylon-lis-c2-txt", never, {}, {}, never, never, true, never>;
24
+ }
25
+ export {};
@@ -0,0 +1 @@
1
+ export * from './babylon-lis-c2-txt.component';
@@ -0,0 +1,19 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { MatDialogRef } from '@angular/material/dialog';
3
+ import { BabylonButtonI, BabylonImageI, BabylonInputI } from '../../../interfaces';
4
+ import * as i0 from "@angular/core";
5
+ export declare class BabylonNewsletterModalV2Component {
6
+ private readonly dialogRef;
7
+ title?: string;
8
+ subtitle?: string;
9
+ conditions?: string;
10
+ input?: BabylonInputI;
11
+ button?: BabylonButtonI;
12
+ img?: BabylonImageI;
13
+ submitForm: EventEmitter<string>;
14
+ constructor(dialogRef: MatDialogRef<BabylonNewsletterModalV2Component>);
15
+ close(): void;
16
+ submit(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<BabylonNewsletterModalV2Component, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<BabylonNewsletterModalV2Component, "lib-babylon-newsletter-modal-v2", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "conditions": { "alias": "conditions"; "required": false; }; "input": { "alias": "input"; "required": false; }; "button": { "alias": "button"; "required": false; }; "img": { "alias": "img"; "required": false; }; }, { "submitForm": "submitForm"; }, never, never, true, never>;
19
+ }
@@ -0,0 +1 @@
1
+ export * from './babylon-newsletter-modal-v2.component';
@@ -0,0 +1,9 @@
1
+ import { BabylonButtonI, BabylonOfferItemI, BabylonTextInfoI } from '../../../interfaces';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BabylonOfferDetailV2Component {
4
+ texts?: BabylonTextInfoI;
5
+ offer?: BabylonOfferItemI[];
6
+ links?: BabylonButtonI[];
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<BabylonOfferDetailV2Component, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<BabylonOfferDetailV2Component, "lib-babylon-offer-detail-v2", never, { "texts": { "alias": "texts"; "required": false; }; "offer": { "alias": "offer"; "required": false; }; "links": { "alias": "links"; "required": false; }; }, {}, never, never, true, never>;
9
+ }
@@ -0,0 +1 @@
1
+ export * from './babylon-offer-detail-v2.component';
@@ -0,0 +1,9 @@
1
+ import { MatDialogRef } from '@angular/material/dialog';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BabylonOfferPopupV3Component {
4
+ private readonly dialogRef;
5
+ constructor(dialogRef: MatDialogRef<BabylonOfferPopupV3Component>);
6
+ close(): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<BabylonOfferPopupV3Component, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<BabylonOfferPopupV3Component, "lib-babylon-offer-popup-v3", never, {}, {}, never, never, true, never>;
9
+ }
@@ -0,0 +1 @@
1
+ export * from './babylon-offer-popup-v3.component';
@@ -1,12 +1,18 @@
1
1
  import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
2
+ import { BabylonButtonI, BabylonMultimediaI, BabylonTextInfoI } from '../../../interfaces';
3
+ import { BabylonAddressItemI } from '../../../interfaces/babylon-address-item.interface';
2
4
  import * as i0 from "@angular/core";
3
5
  export declare class BabylonStaticFooterV3Component implements AfterViewInit, OnDestroy {
4
6
  private host;
7
+ links?: BabylonButtonI[];
8
+ multimedia?: BabylonMultimediaI;
9
+ texts?: BabylonTextInfoI;
10
+ address?: BabylonAddressItemI[];
5
11
  private readonly isBrowser;
6
12
  private cleanups;
7
13
  constructor(host: ElementRef<HTMLElement>, platformId: Object);
8
14
  ngAfterViewInit(): void;
9
15
  ngOnDestroy(): void;
10
16
  static ɵfac: i0.ɵɵFactoryDeclaration<BabylonStaticFooterV3Component, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<BabylonStaticFooterV3Component, "lib-babylon-static-footer-v3", never, {}, {}, never, never, true, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<BabylonStaticFooterV3Component, "lib-babylon-static-footer-v3", never, { "links": { "alias": "links"; "required": false; }; "multimedia": { "alias": "multimedia"; "required": false; }; "texts": { "alias": "texts"; "required": false; }; "address": { "alias": "address"; "required": false; }; }, {}, never, never, true, never>;
12
18
  }
@@ -3,6 +3,10 @@ export * from './babylon-action-banner';
3
3
  export * from './babylon-advantages';
4
4
  export * from './babylon-advantages-v2';
5
5
  export * from './babylon-av-c4-img-text';
6
+ export * from './babylon-av-img-social';
7
+ export * from './babylon-av-txt-ico';
8
+ export * from './babylon-ba-img-txt';
9
+ export * from './babylon-ba-sli-img-txt';
6
10
  export * from './babylon-banner-gallery';
7
11
  export * from './babylon-banner-info';
8
12
  export * from './babylon-banner-newsletter';
@@ -27,6 +31,8 @@ export * from './babylon-feature-pills-number';
27
31
  export * from './babylon-features-slider';
28
32
  export * from './babylon-filter-modal';
29
33
  export * from './babylon-floating-buttons';
34
+ export * from './babylon-fo-c3-img-txt';
35
+ export * from './babylon-fo-lis-c4-txt';
30
36
  export * from './babylon-footer-contact';
31
37
  export * from './babylon-footer-links';
32
38
  export * from './babylon-footer-logos';
@@ -37,6 +43,7 @@ export * from './babylon-global-modal';
37
43
  export * from './babylon-gr-c2-img';
38
44
  export * from './babylon-grid-gallery';
39
45
  export * from './babylon-guests-popup';
46
+ export * from './babylon-he-svg-list';
40
47
  export * from './babylon-head-intro';
41
48
  export * from './babylon-header-book-show';
42
49
  export * from './babylon-header-clear';
@@ -70,7 +77,9 @@ export * from './babylon-info4img';
70
77
  export * from './babylon-items-grid';
71
78
  export * from './babylon-language-modal';
72
79
  export * from './babylon-language-modal-v2';
80
+ export * from './babylon-language-modal-v3';
73
81
  export * from './babylon-legal';
82
+ export * from './babylon-lis-c2-txt';
74
83
  export * from './babylon-lis-c4-txt-ico';
75
84
  export * from './babylon-list-box-info';
76
85
  export * from './babylon-list-c3-img-txt';
@@ -81,8 +90,10 @@ export * from './babylon-list-img-v2';
81
90
  export * from './babylon-loyalty-table';
82
91
  export * from './babylon-modal-multiple-motors';
83
92
  export * from './babylon-newsletter';
93
+ export * from './babylon-newsletter-modal-v2';
84
94
  export * from './babylon-offer-detail';
85
95
  export * from './babylon-offer-popup';
96
+ export * from './babylon-offer-popup-v3';
86
97
  export * from './babylon-offer-popupV2';
87
98
  export * from './babylon-offer-slider';
88
99
  export * from './babylon-offers-list';
@@ -128,3 +139,4 @@ export * from './babylon-top-slider-video-v2';
128
139
  export * from './babylon-variant-selector';
129
140
  export * from './babylon-webmap';
130
141
  export * from './babylon-webmap-v2';
142
+ export * from './babylon-offer-detail-v2';
@@ -0,0 +1,14 @@
1
+ export interface BabylonAddressItemI {
2
+ address?: string;
3
+ city?: string;
4
+ province?: string;
5
+ country?: string;
6
+ cp?: string;
7
+ locality?: string;
8
+ phone?: string;
9
+ phone2?: string;
10
+ email?: string;
11
+ lat?: string;
12
+ lon?: string;
13
+ full_address?: string;
14
+ }
@@ -5,5 +5,6 @@ export interface BabylonMultimediaI {
5
5
  mobileImagenes?: BabylonImageI[];
6
6
  staticImagenes: BabylonImageI[];
7
7
  mainimagenes?: BabylonImageI[];
8
+ backgroundimage?: BabylonImageI[];
8
9
  videoData?: BabylonVideoSourceI;
9
10
  }
@@ -41,4 +41,9 @@ export interface BabylonTextInfoI {
41
41
  topslidervideov2video?: string;
42
42
  whatsapp?: string;
43
43
  scrolltext?: string;
44
+ addresstitle?: string;
45
+ bannertext?: string;
46
+ contacttitle?: string;
47
+ copyrighttext?: string;
48
+ topButton?: string;
44
49
  }
@@ -1,5 +1,5 @@
1
1
  import { Signal } from '@angular/core';
2
- import { Babylon404I, BabylonActionBannerI, BabylonAdvantagesI, BabylonBannerGalleryI, BabylonBannerInfoI, BabylonBlogDetailsI, BabylonBlogListI, BabylonBreadcrumbI, BabylonComingSoonI, BabylonContactAddressI, BabylonContactFormI, BabylonContactHowI, BabylonContactMapaI, BabylonEngineI, BabylonEngineModalI, BabylonExternalScriptI, BabylonFaqI, BabylonFeaturesSliderI, BabylonFloatingButtonsI, BabylonFooterContactI, BabylonFooterLinksI, BabylonFooterLogosI, BabylonFooterSocialI, BabylonGalleryI, BabylonGrC2ImgI, BabylonHeaderBookShowI, BabylonHeaderClearI, BabylonHeaderMenuCenterI, BabylonHeaderMenuLogoCenterI, BabylonHeaderMenuShowI, BabylonHeadIntroI, BabylonHotelsListI, BabylonHotelsSliderI, BabylonInfo2ColImgI, BabylonInfo2imgBigI, BabylonInfo2imgI, BabylonInfo4imgI, BabylonInfoBigI, BabylonInfoGridI, BabylonInfoImgI, BabylonInfoImgSliderI, BabylonInfoIntroI, BabylonInfoZigZagCounterI, BabylonInfoZigzagV2I, BabylonItemsGridI, BabylonLanguageModalI, BabylonLegalI, BabylonLisC4TxtIcoI, BabylonModalMultipleMotorsI, BabylonNewsletterI, BabylonOfferDetailI, BabylonOfferPopupI, BabylonOfferPopupV2I, BabylonOfferSliderI, BabylonOffersListI, BabylonPressListI, BabylonRoomDetailI, BabylonRoomsColsI, BabylonRoomsGridI, BabylonRoomsListI, BabylonRoomsSliderI, BabylonServicesSliderI, BabylonSlider2itemsI, BabylonSlider3ItemsI, BabylonStaticFooterI, BabylonSubmenuI, BabylonThanksI, BabylonTopSliderI, BabylonTopSliderThumbsI, BabylonTopSliderV2I, BabylonTopSliderVideoI, BabylonWebmapI } from '../../components/core';
2
+ import { Babylon404I, BabylonActionBannerI, BabylonAddressItem, BabylonAdvantagesI, BabylonBannerGalleryI, BabylonBannerInfoI, BabylonBlogDetailsI, BabylonBlogListI, BabylonBreadcrumbI, BabylonComingSoonI, BabylonContactAddressI, BabylonContactFormI, BabylonContactHowI, BabylonContactMapaI, BabylonEngineI, BabylonEngineModalI, BabylonExternalScriptI, BabylonFaqI, BabylonFeaturesSliderI, BabylonFloatingButtonsI, BabylonFooterContactI, BabylonFooterLinksI, BabylonFooterLogosI, BabylonFooterSocialI, BabylonGalleryI, BabylonGrC2ImgI, BabylonHeaderBookShowI, BabylonHeaderClearI, BabylonHeaderMenuCenterI, BabylonHeaderMenuLogoCenterI, BabylonHeaderMenuShowI, BabylonHeadIntroI, BabylonHotelsListI, BabylonHotelsSliderI, BabylonInfo2ColImgI, BabylonInfo2imgBigI, BabylonInfo2imgI, BabylonInfo4imgI, BabylonInfoBigI, BabylonInfoGridI, BabylonInfoImgI, BabylonInfoImgSliderI, BabylonInfoIntroI, BabylonInfoZigZagCounterI, BabylonInfoZigzagV2I, BabylonItemsGridI, BabylonLanguageModalI, BabylonLegalI, BabylonLisC4TxtIcoI, BabylonModalMultipleMotorsI, BabylonNewsletterI, BabylonOfferDetailI, BabylonOfferPopupI, BabylonOfferPopupV2I, BabylonOfferSliderI, BabylonOffersListI, BabylonPressListI, BabylonRoomDetailI, BabylonRoomsColsI, BabylonRoomsGridI, BabylonRoomsListI, BabylonRoomsSliderI, BabylonServicesSliderI, BabylonSlider2itemsI, BabylonSlider3ItemsI, BabylonStaticFooterI, BabylonSubmenuI, BabylonThanksI, BabylonTopSliderI, BabylonTopSliderThumbsI, BabylonTopSliderV2I, BabylonTopSliderVideoI, BabylonWebmapI } from '../../components/core';
3
3
  import { BabylonGlobalModalI } from '../../components/core/babylon-global-modal';
4
4
  import { BabylonListGridI } from '../../components/core/babylon-list-grid/babylon-list-grid.interface';
5
5
  import { BabylonModalPopupI } from '../../components/core/babylon-modal-popup';
@@ -22,6 +22,7 @@ export declare class MapperService {
22
22
  mapSubmenu(props: any | undefined): BabylonSubmenuI;
23
23
  mapComponents<T>(body: any[], addons?: ComponentsAddons): BodyComponent<T>[];
24
24
  mapGlobals(component: any): any;
25
+ mapAddress(address: any | undefined): BabylonAddressItem;
25
26
  mapStaticFooterv3(props: any | undefined): BabylonStaticFooterI;
26
27
  mapContactInfo(texts: any | undefined): BabylonContactInfoI;
27
28
  mapOffersGlobal(offers: any | undefined): BabylonOfferItemI[];
@@ -1,6 +1,6 @@
1
1
  import { MatDialog } from '@angular/material/dialog';
2
- import { ScreenSizerService } from '../screen-sizer/screen-sizer.service';
3
2
  import { BabylonModalPopupI } from '../../components/core/babylon-modal-popup/babylon-modal-popup.interface';
3
+ import { ScreenSizerService } from '../screen-sizer/screen-sizer.service';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class BabylonModalService {
6
6
  private dialog;
@@ -10,6 +10,7 @@ export declare class BabylonModalService {
10
10
  updateBannerOfferV2Control(): boolean;
11
11
  openReserveModal(banner: any): void;
12
12
  openPopupModal(modalData: BabylonModalPopupI): void;
13
+ openOfferModal(): void;
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<BabylonModalService, never>;
14
15
  static ɵprov: i0.ɵɵInjectableDeclaration<BabylonModalService>;
15
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctt-babylon",
3
- "version": "0.10.8",
3
+ "version": "0.10.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",
@@ -12,7 +12,8 @@
12
12
  "swiper": "^8.4.7",
13
13
  "jquery.mb.ytplayer": "^3.3.8",
14
14
  "slick-carousel": "^1.8.1",
15
- "lightgallery": "^1.6.12"
15
+ "lightgallery": "^1.6.12",
16
+ "@fancyapps/ui": "^6.1.6"
16
17
  },
17
18
  "dependencies": {
18
19
  "tslib": "^2.3.0"