ctt-babylon 0.13.33 → 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-offer-detail/babylon-offer-detail.component.mjs +4 -2
- 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/components/external/core/c2-img-txt-svg/c2-img-txt-svg.component.mjs +4 -3
- package/esm2022/lib/components/external/core/lis-c2-txt-img-svg-c/lis-c2-txt-img-svg-c.component.mjs +3 -3
- package/esm2022/lib/components/external/core/sli-c2-txt-img-svg-c/sli-c2-txt-img-svg-c.component.mjs +25 -10
- package/esm2022/lib/directives/sliders/swiper-init.directive.mjs +215 -0
- package/esm2022/lib/interfaces/babylon-offer-detail.interface.mjs +1 -1
- package/esm2022/lib/services/mapper/mapper.service.mjs +6 -3
- package/fesm2022/ctt-babylon.mjs +485 -62
- 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-offer-detail/babylon-offer-detail.component.d.ts +3 -1
- 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/components/external/core/c2-img-txt-svg/c2-img-txt-svg.component.d.ts +1 -0
- package/lib/components/external/core/sli-c2-txt-img-svg-c/sli-c2-txt-img-svg-c.component.d.ts +10 -3
- package/lib/directives/sliders/swiper-init.directive.d.ts +14 -0
- package/lib/interfaces/babylon-offer-detail.interface.d.ts +1 -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';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { BabylonMultimediaI } from '../../../interfaces';
|
|
1
2
|
import { BabylonButtonI } from '../../../interfaces/babylon-button.interface';
|
|
2
3
|
import { BabylonImageI } from '../../../interfaces/babylon-image.interface';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
@@ -12,9 +13,10 @@ export declare class BabylonOfferDetailComponent {
|
|
|
12
13
|
price?: number;
|
|
13
14
|
discount?: number;
|
|
14
15
|
image?: BabylonImageI;
|
|
16
|
+
multimedia?: BabylonMultimediaI;
|
|
15
17
|
button?: BabylonButtonI;
|
|
16
18
|
link?: BabylonButtonI;
|
|
17
19
|
conditions?: string;
|
|
18
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<BabylonOfferDetailComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BabylonOfferDetailComponent, "lib-babylon-offer-detail", never, { "pretitle": { "alias": "pretitle"; "required": false; }; "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "ndTitle": { "alias": "ndTitle"; "required": false; }; "labelFrom": { "alias": "labelFrom"; "required": false; }; "labelDiscount": { "alias": "labelDiscount"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; "price": { "alias": "price"; "required": false; }; "discount": { "alias": "discount"; "required": false; }; "image": { "alias": "image"; "required": false; }; "button": { "alias": "button"; "required": false; }; "link": { "alias": "link"; "required": false; }; "conditions": { "alias": "conditions"; "required": false; }; }, {}, never, never, true, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BabylonOfferDetailComponent, "lib-babylon-offer-detail", never, { "pretitle": { "alias": "pretitle"; "required": false; }; "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "ndTitle": { "alias": "ndTitle"; "required": false; }; "labelFrom": { "alias": "labelFrom"; "required": false; }; "labelDiscount": { "alias": "labelDiscount"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; "price": { "alias": "price"; "required": false; }; "discount": { "alias": "discount"; "required": false; }; "image": { "alias": "image"; "required": false; }; "multimedia": { "alias": "multimedia"; "required": false; }; "button": { "alias": "button"; "required": false; }; "link": { "alias": "link"; "required": false; }; "conditions": { "alias": "conditions"; "required": false; }; }, {}, never, never, true, never>;
|
|
20
22
|
}
|
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';
|
|
@@ -33,6 +33,7 @@ export declare class C2ImgTxtSvgComponent {
|
|
|
33
33
|
links?: BabylonButtonI[];
|
|
34
34
|
styles?: BabylonStyleGlobalItem;
|
|
35
35
|
tagNameMap: string;
|
|
36
|
+
tagNameMapPNG: string;
|
|
36
37
|
trackByTitle(index: number, section: C2ImgTxtSvgSection): string;
|
|
37
38
|
trackByLine(index: number, line: C2ImgTxtSvgLine): string;
|
|
38
39
|
getFirstImageByTag(tagName: string): import("../../../../interfaces").BabylonImageI | undefined;
|
package/lib/components/external/core/sli-c2-txt-img-svg-c/sli-c2-txt-img-svg-c.component.d.ts
CHANGED
|
@@ -1,14 +1,20 @@
|
|
|
1
1
|
import { AfterViewInit, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { BabylonButtonI } from '../../../../interfaces';
|
|
3
|
+
import { BabylonOfferDetailComponent } from '../../../core';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class SliC2TxtImgSvgCComponent implements AfterViewInit, OnChanges, OnDestroy {
|
|
5
6
|
private readonly platformId;
|
|
6
7
|
private readonly fallbackContent;
|
|
7
|
-
|
|
8
|
+
offer?: BabylonOfferDetailComponent;
|
|
9
|
+
buttons?: BabylonButtonI[];
|
|
8
10
|
private stickyContainer?;
|
|
9
11
|
private logoStopper?;
|
|
10
12
|
private stickyInitialTop;
|
|
11
13
|
private readonly viewportHandler;
|
|
14
|
+
tagImage: string;
|
|
15
|
+
tagImageVertical: string;
|
|
16
|
+
tagImageLogo: string;
|
|
17
|
+
tagImageSVG: string;
|
|
12
18
|
constructor(platformId: object);
|
|
13
19
|
private get isBrowser();
|
|
14
20
|
ngAfterViewInit(): void;
|
|
@@ -17,6 +23,7 @@ export declare class SliC2TxtImgSvgCComponent implements AfterViewInit, OnChange
|
|
|
17
23
|
private bindViewportEvents;
|
|
18
24
|
private computeStickyDefaults;
|
|
19
25
|
private handleViewportChange;
|
|
26
|
+
getFirstImageByTag(tagName: string): import("../../../../interfaces").BabylonImageI | undefined;
|
|
20
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliC2TxtImgSvgCComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliC2TxtImgSvgCComponent, "sli-c2-txt-img-svg-c", never, { "
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SliC2TxtImgSvgCComponent, "sli-c2-txt-img-svg-c", never, { "offer": { "alias": "offer"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
29
|
}
|
|
@@ -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
|
+
}
|