ctt-babylon 0.9.26 → 0.9.29
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-action-banner/babylon-action-banner.component.mjs +3 -4
- package/esm2022/lib/components/core/babylon-av-c4-img-text/babylon-av-c4-img-text.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.mjs +130 -0
- package/esm2022/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.mjs +76 -0
- package/esm2022/lib/components/core/babylon-header-clear-v2/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.mjs +28 -0
- package/esm2022/lib/components/core/babylon-list-img/babylon-list-img.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.mjs +19 -0
- package/esm2022/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-social-bar/babylon-social-bar.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.mjs +3 -3
- package/esm2022/lib/components/core/index.mjs +8 -7
- package/fesm2022/ctt-babylon.mjs +738 -513
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.d.ts +44 -0
- package/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.d.ts +16 -0
- package/lib/components/core/babylon-header-clear-v2/index.d.ts +1 -0
- package/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.d.ts +12 -0
- package/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.d.ts +7 -0
- package/lib/components/core/index.d.ts +7 -6
- package/lib/styles/styles/babylon/_extend.css +1 -0
- package/lib/styles/styles/babylon/_extend.scss +16897 -0
- package/lib/styles/styles/babylon/common.css +1 -1
- package/lib/styles/styles/babylon/common.scss +3 -0
- package/lib/styles/styles/babylon/globals.css +1 -1
- package/lib/styles/styles/babylon/globals.scss +1 -1
- package/lib/styles/styles/babylon/mixins.css +1 -1
- package/lib/styles/styles/babylon/mixins.scss +3 -0
- package/package.json +1 -1
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { FormControl, FormGroup } from '@angular/forms';
|
|
3
|
+
import { Calendar } from 'primeng/calendar';
|
|
4
|
+
import { guestsValue } from '../babylon-guests-popup/babylon-guests-popup.component';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class BabylonEngineModalV2Component implements OnInit {
|
|
7
|
+
private cdr;
|
|
8
|
+
datepicker: Calendar;
|
|
9
|
+
datepickerIn: Calendar;
|
|
10
|
+
datepickerOut: Calendar;
|
|
11
|
+
modal?: boolean;
|
|
12
|
+
close: EventEmitter<void>;
|
|
13
|
+
datepickerValue: string;
|
|
14
|
+
form: FormGroup<{
|
|
15
|
+
dates: FormControl<Date[] | null>;
|
|
16
|
+
guests: FormControl<string | null>;
|
|
17
|
+
promo: FormControl<string | null>;
|
|
18
|
+
}>;
|
|
19
|
+
formModal: FormGroup<{
|
|
20
|
+
dateIn: FormControl<Date | null>;
|
|
21
|
+
dateOut: FormControl<Date | null>;
|
|
22
|
+
guests: FormControl<string | null>;
|
|
23
|
+
promo: FormControl<string | null>;
|
|
24
|
+
}>;
|
|
25
|
+
guestsValue: string;
|
|
26
|
+
showingGuests: boolean;
|
|
27
|
+
showSubfields: boolean;
|
|
28
|
+
showChildrenAges: boolean;
|
|
29
|
+
showBabiesAges: boolean;
|
|
30
|
+
finalizedGuests: boolean;
|
|
31
|
+
constructor(cdr: ChangeDetectorRef);
|
|
32
|
+
ngOnInit(): void;
|
|
33
|
+
openCalendar(): void;
|
|
34
|
+
openCalendarIn(): void;
|
|
35
|
+
openCalendarOut(): void;
|
|
36
|
+
toggleShowingGuests(): void;
|
|
37
|
+
guestsChange(data: guestsValue): void;
|
|
38
|
+
closeModal(): void;
|
|
39
|
+
togglePersonas(): void;
|
|
40
|
+
toggleAgeGroup(kind: 'children' | 'babies'): void;
|
|
41
|
+
applyGuests(adults: string | number, children: string | number, babies: string | number): void;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BabylonEngineModalV2Component, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BabylonEngineModalV2Component, "lib-babylon-engine-modal", never, { "modal": { "alias": "modal"; "required": false; }; }, { "close": "close"; }, never, never, true, never>;
|
|
44
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
2
|
+
import { ScreenSizerService } from '../../../services';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BabylonHeaderClearV2Component {
|
|
5
|
+
private readonly dialog;
|
|
6
|
+
private readonly screenSizer;
|
|
7
|
+
headerFixed: boolean;
|
|
8
|
+
constructor(dialog: MatDialog, screenSizer: ScreenSizerService);
|
|
9
|
+
openEngineModal(): void;
|
|
10
|
+
openLanguageModal(): void;
|
|
11
|
+
openMenuModal(): void;
|
|
12
|
+
openOffer(): void;
|
|
13
|
+
openNewsletter(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BabylonHeaderClearV2Component, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BabylonHeaderClearV2Component, "lib-babylon-header-clear-v2", never, { "headerFixed": { "alias": "headerFixed"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './babylon-header-clear-v2.component';
|
package/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BabylonLanguageModalV2Component {
|
|
4
|
+
languageSelect: EventEmitter<string>;
|
|
5
|
+
languages: string[];
|
|
6
|
+
selected: string;
|
|
7
|
+
private readonly dialogRef;
|
|
8
|
+
selectLanguage(language: string): void;
|
|
9
|
+
close(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BabylonLanguageModalV2Component, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BabylonLanguageModalV2Component, "lib-babylon-language-modal-v2", never, {}, { "languageSelect": "languageSelect"; }, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BabylonMenuModalComponent {
|
|
3
|
+
private readonly dialogRef;
|
|
4
|
+
close(): void;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BabylonMenuModalComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BabylonMenuModalComponent, "lib-babylon-menu-modal", never, {}, {}, never, never, true, never>;
|
|
7
|
+
}
|
|
@@ -15,11 +15,13 @@ export * from './babylon-contact-address';
|
|
|
15
15
|
export * from './babylon-contact-form';
|
|
16
16
|
export * from './babylon-contact-how';
|
|
17
17
|
export * from './babylon-contact-map';
|
|
18
|
+
export * from './babylon-container-text-l2';
|
|
18
19
|
export * from './babylon-engine';
|
|
19
20
|
export * from './babylon-engine-modal';
|
|
20
21
|
export * from './babylon-external-script';
|
|
21
22
|
export * from './babylon-faq';
|
|
22
23
|
export * from './babylon-faq-v2';
|
|
24
|
+
export * from './babylon-feature-pills-number';
|
|
23
25
|
export * from './babylon-features-slider';
|
|
24
26
|
export * from './babylon-filter-modal';
|
|
25
27
|
export * from './babylon-floating-buttons';
|
|
@@ -34,6 +36,7 @@ export * from './babylon-guests-popup';
|
|
|
34
36
|
export * from './babylon-head-intro';
|
|
35
37
|
export * from './babylon-header-book-show';
|
|
36
38
|
export * from './babylon-header-clear';
|
|
39
|
+
export * from './babylon-header-clear-v2';
|
|
37
40
|
export * from './babylon-header-menu-center';
|
|
38
41
|
export * from './babylon-header-menu-logo-center';
|
|
39
42
|
export * from './babylon-header-menu-show';
|
|
@@ -50,6 +53,7 @@ export * from './babylon-info-show-img';
|
|
|
50
53
|
export * from './babylon-info-zig-zag';
|
|
51
54
|
export * from './babylon-info-zig-zag-counter';
|
|
52
55
|
export * from './babylon-info-zigzag-v2';
|
|
56
|
+
export * from './babylon-info-zigzag-v4';
|
|
53
57
|
export * from './babylon-info2col-img';
|
|
54
58
|
export * from './babylon-info2img';
|
|
55
59
|
export * from './babylon-info2img-big';
|
|
@@ -60,6 +64,7 @@ export * from './babylon-language-modal';
|
|
|
60
64
|
export * from './babylon-legal';
|
|
61
65
|
export * from './babylon-list-c3-img-txt';
|
|
62
66
|
export * from './babylon-list-grid';
|
|
67
|
+
export * from './babylon-list-img';
|
|
63
68
|
export * from './babylon-modal-multiple-motors';
|
|
64
69
|
export * from './babylon-newsletter';
|
|
65
70
|
export * from './babylon-offer-detail';
|
|
@@ -78,6 +83,7 @@ export * from './babylon-rooms-slider';
|
|
|
78
83
|
export * from './babylon-services-slider';
|
|
79
84
|
export * from './babylon-sli-c1-img-text';
|
|
80
85
|
export * from './babylon-sli-c5-img-txt';
|
|
86
|
+
export * from './babylon-slider-box';
|
|
81
87
|
export * from './babylon-slider-img-static';
|
|
82
88
|
export * from './babylon-slider-img-static-v2';
|
|
83
89
|
export * from './babylon-slider-img-video';
|
|
@@ -85,6 +91,7 @@ export * from './babylon-slider2col';
|
|
|
85
91
|
export * from './babylon-slider2items';
|
|
86
92
|
export * from './babylon-slider3col';
|
|
87
93
|
export * from './babylon-slider3col-clear';
|
|
94
|
+
export * from './babylon-slider3col-v2';
|
|
88
95
|
export * from './babylon-slider3items';
|
|
89
96
|
export * from './babylon-slider4col';
|
|
90
97
|
export * from './babylon-social-bar';
|
|
@@ -99,9 +106,3 @@ export * from './babylon-top-slider-v2';
|
|
|
99
106
|
export * from './babylon-top-slider-video';
|
|
100
107
|
export * from './babylon-top-slider-video-v2';
|
|
101
108
|
export * from './babylon-webmap';
|
|
102
|
-
export * from './babylon-container-text-l2';
|
|
103
|
-
export * from './babylon-feature-pills-number';
|
|
104
|
-
export * from './babylon-info-zigzag-v4';
|
|
105
|
-
export * from './babylon-list-img';
|
|
106
|
-
export * from './babylon-slider3col-v2';
|
|
107
|
-
export * from './babylon-slider-box';
|