ctt-babylon 0.9.30 → 0.9.31

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,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class BabylonC1TxtComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<BabylonC1TxtComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<BabylonC1TxtComponent, "lib-babylon-c1-txt", never, {}, {}, never, never, true, never>;
5
+ }
@@ -4,6 +4,7 @@ export declare class BabylonHeMeSvgTextCtaMotComponent {
4
4
  private document;
5
5
  private platformId;
6
6
  mainHeader: ElementRef<HTMLElement>;
7
+ modalMenu: ElementRef<HTMLElement>;
7
8
  constructor(document: Document, platformId: Object);
8
9
  private get isBrowser();
9
10
  onWindowScroll(): void;
@@ -0,0 +1,26 @@
1
+ import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ declare global {
4
+ interface Window {
5
+ YT: any;
6
+ onYouTubeIframeAPIReady?: () => void;
7
+ }
8
+ }
9
+ export declare class BabylonTopSliderImgVideoComponent implements AfterViewInit, OnDestroy {
10
+ private document;
11
+ private platformId;
12
+ /** Modo vídeo o imágenes */
13
+ video: boolean | undefined;
14
+ /** ID del vídeo de YouTube (lo que va después de /watch?v= ) */
15
+ videoId: string;
16
+ ytPlayerRef?: ElementRef<HTMLDivElement>;
17
+ private player?;
18
+ constructor(document: Document, platformId: Object);
19
+ private get isBrowser();
20
+ ngAfterViewInit(): void;
21
+ ngOnDestroy(): void;
22
+ private loadYouTubeApi;
23
+ private initPlayer;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<BabylonTopSliderImgVideoComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<BabylonTopSliderImgVideoComponent, "lib-babylon-top-slider-img-video", never, { "video": { "alias": "video"; "required": false; }; "videoId": { "alias": "videoId"; "required": false; }; }, {}, never, never, true, never>;
26
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctt-babylon",
3
- "version": "0.9.30",
3
+ "version": "0.9.31",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0",
package/public-api.d.ts CHANGED
@@ -24,6 +24,7 @@ export * from './lib/components/core/babylon-social-bar/babylon-social-bar.compo
24
24
  export * from './lib/components/core/babylon-variant-selector/babylon-variant-selector.component';
25
25
  export * from './lib/components/core/babylon-advantages-v2/babylon-advantages-v2.component';
26
26
  export * from './lib/components/core/babylon-advantages/babylon-advantages.component';
27
+ export * from './lib/components/core/babylon-c1-txt/babylon-c1-txt.component';
27
28
  export * from './lib/components/core/babylon-faq-v2/babylon-faq-v2.component';
28
29
  export * from './lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component';
29
30
  export * from './lib/components/core/babylon-footer-contact/babylon-footer-contact.component';
@@ -106,6 +107,7 @@ export * from './lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel
106
107
  export * from './lib/components/core/babylon-thanks/babylon-thanks.component';
107
108
  export * from './lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component';
108
109
  export * from './lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component';
110
+ export * from './lib/components/core/babylon-top-slider-img-video/babylon-top-slider-img-video.component';
109
111
  export * from './lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component';
110
112
  export * from './lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component';
111
113
  export * from './lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component';