ctt-babylon 0.9.33 → 0.9.35

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.
@@ -0,0 +1,15 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BabylonMapTxtComponent {
4
+ private platformId;
5
+ isExpanded: boolean;
6
+ mapModal: ElementRef<HTMLElement>;
7
+ activeModal: string | null;
8
+ constructor(platformId: object);
9
+ toggleMoreLess(): void;
10
+ openModal(name: string): void;
11
+ closeModal(name: string): void;
12
+ private syncBodyClasses;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<BabylonMapTxtComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<BabylonMapTxtComponent, "lib-babylon-map-txt", never, {}, {}, never, never, true, never>;
15
+ }
@@ -0,0 +1,14 @@
1
+ import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BabylonSliC3SvgVidCtaComponent implements AfterViewInit, OnDestroy {
4
+ private host;
5
+ private platformId;
6
+ private cleanupFns;
7
+ constructor(host: ElementRef<HTMLElement>, platformId: object);
8
+ ngAfterViewInit(): void;
9
+ ngOnDestroy(): void;
10
+ private initHoverEmbeds;
11
+ private setupHoverIframe;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<BabylonSliC3SvgVidCtaComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<BabylonSliC3SvgVidCtaComponent, "lib-babylon-sli-c3-svg-vid-cta", never, {}, {}, never, never, true, never>;
14
+ }
@@ -5,10 +5,12 @@ export declare class SlickInitDirective implements AfterViewInit, OnDestroy {
5
5
  private platformId;
6
6
  private resizeHandler?;
7
7
  private sliderEl?;
8
+ private arrowCleanupFns;
8
9
  constructor(host: ElementRef<HTMLElement>, platformId: object);
9
10
  ngAfterViewInit(): Promise<void>;
10
11
  ngOnDestroy(): void;
11
12
  private waitForSlick;
13
+ private initArrowPositioning;
12
14
  static ɵfac: i0.ɵɵFactoryDeclaration<SlickInitDirective, never>;
13
15
  static ɵdir: i0.ɵɵDirectiveDeclaration<SlickInitDirective, ".js-active-slider,[appSlickInit]", never, {}, {}, never, never, true, never>;
14
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctt-babylon",
3
- "version": "0.9.33",
3
+ "version": "0.9.35",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0",
package/public-api.d.ts CHANGED
@@ -71,6 +71,7 @@ export * from './lib/components/core/babylon-list-img-info/babylon-list-img-info
71
71
  export * from './lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component';
72
72
  export * from './lib/components/core/babylon-list-img/babylon-list-img.component';
73
73
  export * from './lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component';
74
+ export * from './lib/components/core/babylon-map-txt/babylon-map-txt.component';
74
75
  export * from './lib/components/core/babylon-mod-c2-img-txt-cta/babylon-mod-c2-img-txt-cta.component';
75
76
  export * from './lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component';
76
77
  export * from './lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component';
@@ -89,6 +90,7 @@ export * from './lib/components/core/babylon-rooms-list/babylon-rooms-list.compo
89
90
  export * from './lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component';
90
91
  export * from './lib/components/core/babylon-services-slider/babylon-services-slider.component';
91
92
  export * from './lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component';
93
+ export * from './lib/components/core/babylon-sli-c3-svg-vid-cta/babylon-sli-c3-svg-vid-cta.component';
92
94
  export * from './lib/components/core/babylon-slider-box/babylon-slider-box.component';
93
95
  export * from './lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component';
94
96
  export * from './lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component';