ctt-babylon 0.13.34 → 0.13.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.
- package/esm2022/lib/components/core/babylon-he-me-svg-text-cta-mot/babylon-he-me-svg-text-cta-mot.component.mjs +104 -0
- package/esm2022/lib/components/core/babylon-he-me-svg-text-cta-mot/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-sli-c3-svg-vid-cta/babylon-sli-c3-svg-vid-cta.component.mjs +98 -0
- package/esm2022/lib/components/core/babylon-sli-c3-svg-vid-cta/index.mjs +2 -0
- package/esm2022/lib/components/core/index.mjs +3 -1
- package/esm2022/lib/directives/sliders/swiper-init.directive.mjs +215 -0
- package/fesm2022/ctt-babylon.mjs +452 -48
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/core/babylon-he-me-svg-text-cta-mot/babylon-he-me-svg-text-cta-mot.component.d.ts +22 -0
- package/lib/components/core/babylon-he-me-svg-text-cta-mot/index.d.ts +1 -0
- package/lib/components/core/babylon-sli-c3-svg-vid-cta/babylon-sli-c3-svg-vid-cta.component.d.ts +14 -0
- package/lib/components/core/babylon-sli-c3-svg-vid-cta/index.d.ts +1 -0
- package/lib/components/core/index.d.ts +2 -0
- package/lib/directives/sliders/swiper-init.directive.d.ts +14 -0
- package/package.json +1 -1
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
+
import { BabylonButtonI } from '../../../interfaces';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BabylonHeMeSvgTextCtaMotComponent {
|
|
6
|
+
private readonly dialog;
|
|
7
|
+
private document;
|
|
8
|
+
private platformId;
|
|
9
|
+
mainHeader: ElementRef<HTMLElement>;
|
|
10
|
+
modalMenu: ElementRef<HTMLElement>;
|
|
11
|
+
menu?: BabylonButtonI[];
|
|
12
|
+
constructor(dialog: MatDialog, document: Document, platformId: Object);
|
|
13
|
+
private get isBrowser();
|
|
14
|
+
onWindowScroll(): void;
|
|
15
|
+
openModal(modalName: string): void;
|
|
16
|
+
closeModal(modalName: string): void;
|
|
17
|
+
handleOpenFromEvent(event: Event): void;
|
|
18
|
+
handleCloseFromEvent(event: Event): void;
|
|
19
|
+
openDiscoverModal(): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BabylonHeMeSvgTextCtaMotComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BabylonHeMeSvgTextCtaMotComponent, "lib-babylon-he-me-svg-text-cta-mot", never, { "menu": { "alias": "menu"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './babylon-he-me-svg-text-cta-mot.component';
|
package/lib/components/core/babylon-sli-c3-svg-vid-cta/babylon-sli-c3-svg-vid-cta.component.d.ts
ADDED
|
@@ -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
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './babylon-sli-c3-svg-vid-cta.component';
|
|
@@ -49,6 +49,7 @@ export * from './babylon-global-modal';
|
|
|
49
49
|
export * from './babylon-gr-c2-img';
|
|
50
50
|
export * from './babylon-grid-gallery';
|
|
51
51
|
export * from './babylon-guests-popup';
|
|
52
|
+
export * from './babylon-he-me-svg-text-cta-mot';
|
|
52
53
|
export * from './babylon-he-svg-list';
|
|
53
54
|
export * from './babylon-head-intro';
|
|
54
55
|
export * from './babylon-header-book-show';
|
|
@@ -122,6 +123,7 @@ export * from './babylon-rooms-slider';
|
|
|
122
123
|
export * from './babylon-services-slider';
|
|
123
124
|
export * from './babylon-simple-img-info';
|
|
124
125
|
export * from './babylon-sli-c1-img-text';
|
|
126
|
+
export * from './babylon-sli-c3-svg-vid-cta';
|
|
125
127
|
export * from './babylon-sli-c5-img-txt';
|
|
126
128
|
export * from './babylon-slider-box';
|
|
127
129
|
export * from './babylon-slider-img-static';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SwiperInitDirective implements AfterViewInit, OnDestroy {
|
|
4
|
+
private host;
|
|
5
|
+
private platformId;
|
|
6
|
+
private swiperInstance?;
|
|
7
|
+
private arrowCleanupFns;
|
|
8
|
+
constructor(host: ElementRef<HTMLElement>, platformId: object);
|
|
9
|
+
ngAfterViewInit(): Promise<void>;
|
|
10
|
+
ngOnDestroy(): void;
|
|
11
|
+
private initArrowPositioning;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwiperInitDirective, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SwiperInitDirective, ".js-active-slider,[appSwiperInit]", never, {}, {}, never, never, true, never>;
|
|
14
|
+
}
|