tent-lib 0.0.65 → 0.0.67
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/atomic/badge/badge.component.mjs +2 -2
- package/esm2022/lib/components/atomic/breadcrump/breadcrump.component.mjs +2 -2
- package/esm2022/lib/components/atomic/button/button.component.mjs +3 -3
- package/esm2022/lib/components/atomic/datepicker/datepicker.component.mjs +2 -2
- package/esm2022/lib/components/atomic/dropdown/dropdown.component.mjs +3 -3
- package/esm2022/lib/components/atomic/input/input.component.mjs +69 -5
- package/esm2022/lib/components/core/advantages/advantages.component.mjs +2 -2
- package/esm2022/lib/components/core/cards-2col/cards-2col.component.mjs +2 -2
- package/esm2022/lib/components/core/cards-3col/cards-3col.component.mjs +2 -2
- package/esm2022/lib/components/core/contact-form/contact-form.component.mjs +39 -0
- package/esm2022/lib/components/core/contact-office/contact-office.component.mjs +45 -0
- package/esm2022/lib/components/core/delivery-app/delivery-app.component.mjs +13 -0
- package/esm2022/lib/components/core/destination-hotels/destination-hotels.component.mjs +46 -0
- package/esm2022/lib/components/core/destination-info/destination-info.component.mjs +2 -2
- package/esm2022/lib/components/core/destination-list/destination-list.component.mjs +13 -0
- package/esm2022/lib/components/core/employment-benefits/employment-benefits.component.mjs +11 -0
- package/esm2022/lib/components/core/employment-form/employment-form.component.mjs +16 -0
- package/esm2022/lib/components/core/footer-a/footer-a.component.mjs +2 -2
- package/esm2022/lib/components/core/footer-b/footer-b.component.mjs +2 -2
- package/esm2022/lib/components/core/footer-static/footer-static.component.mjs +2 -2
- package/esm2022/lib/components/core/gallery-photos/gallery-photos.component.mjs +32 -0
- package/esm2022/lib/components/core/guests-popup/guests-popup.component.mjs +2 -2
- package/esm2022/lib/components/core/header/header.component.mjs +18 -3
- package/esm2022/lib/components/core/header-mobile/header-mobile.component.mjs +2 -2
- package/esm2022/lib/components/core/holiday-house-info/holiday-house-info.component.mjs +11 -0
- package/esm2022/lib/components/core/holiday-house-photos/holiday-house-photos.component.mjs +11 -0
- package/esm2022/lib/components/core/hotel-about/hotel-about.component.mjs +46 -0
- package/esm2022/lib/components/core/hotel-app/hotel-app.component.mjs +13 -0
- package/esm2022/lib/components/core/hotel-equipment/hotel-equipment.component.mjs +24 -0
- package/esm2022/lib/components/core/hotel-location/hotel-location.component.mjs +20 -0
- package/esm2022/lib/components/core/hotel-services/hotel-services.component.mjs +2 -2
- package/esm2022/lib/components/core/hotel-slider/hotel-slider.component.mjs +2 -2
- package/esm2022/lib/components/core/hotels-list/hotels-list.component.mjs +20 -0
- package/esm2022/lib/components/core/info-slider/info-slider.component.mjs +51 -0
- package/esm2022/lib/components/core/location-beach/location-beach.component.mjs +46 -0
- package/esm2022/lib/components/core/location-how/location-how.component.mjs +24 -0
- package/esm2022/lib/components/core/modals/books-modal/books-modal.component.mjs +2 -2
- package/esm2022/lib/components/core/modals/checkin-modal/checkin-modal.component.mjs +2 -2
- package/esm2022/lib/components/core/modals/hotel-list-modal/hotel-list-modal.component.mjs +20 -0
- package/esm2022/lib/components/core/modals/menu-modal/menu-modal.component.mjs +2 -2
- package/esm2022/lib/components/core/modals/newsletter-modal/newsletter-modal.component.mjs +2 -2
- package/esm2022/lib/components/core/modals/room-zoom-modal/room-zoom-modal.component.mjs +57 -0
- package/esm2022/lib/components/core/module-404/module-404.component.mjs +13 -0
- package/esm2022/lib/components/core/module-google-maps/module-google-maps.component.mjs +179 -0
- package/esm2022/lib/components/core/module-search/module-search.component.mjs +88 -0
- package/esm2022/lib/components/core/motor/motor.component.mjs +3 -3
- package/esm2022/lib/components/core/offer/offer.component.mjs +2 -2
- package/esm2022/lib/components/core/offer-banner/offer-banner.component.mjs +2 -2
- package/esm2022/lib/components/core/offer-details/offer-details.component.mjs +25 -0
- package/esm2022/lib/components/core/offer-slider/offer-slider.component.mjs +2 -2
- package/esm2022/lib/components/core/registration/registration.component.mjs +333 -0
- package/esm2022/lib/components/core/room-slider/room-slider.component.mjs +86 -0
- package/esm2022/lib/components/core/rooms-slider/rooms-slider.component.mjs +2 -2
- package/esm2022/lib/components/core/services-details/services-details.component.mjs +44 -0
- package/esm2022/lib/components/core/submenu/submenu.component.mjs +11 -0
- package/esm2022/lib/components/core/thanks/thanks.component.mjs +11 -0
- package/esm2022/lib/components/core/top-module/top-module.component.mjs +4 -9
- package/esm2022/lib/components/core/travelers/travelers.component.mjs +2 -2
- package/esm2022/lib/components/core/webmap/webmap.component.mjs +11 -0
- package/esm2022/lib/interfaces/atomic/input.interface.mjs +1 -1
- package/esm2022/lib/interfaces/core/top-module.interface.mjs +1 -1
- package/esm2022/public-api.mjs +33 -1
- package/fesm2022/tent-lib.mjs +1339 -66
- package/fesm2022/tent-lib.mjs.map +1 -1
- package/lib/components/atomic/input/input.component.d.ts +20 -2
- package/lib/components/core/contact-form/contact-form.component.d.ts +7 -0
- package/lib/components/core/contact-office/contact-office.component.d.ts +9 -0
- package/lib/components/core/delivery-app/delivery-app.component.d.ts +5 -0
- package/lib/components/core/destination-hotels/destination-hotels.component.d.ts +9 -0
- package/lib/components/core/destination-list/destination-list.component.d.ts +5 -0
- package/lib/components/core/employment-benefits/employment-benefits.component.d.ts +5 -0
- package/lib/components/core/employment-form/employment-form.component.d.ts +5 -0
- package/lib/components/core/gallery-photos/gallery-photos.component.d.ts +9 -0
- package/lib/components/core/header/header.component.d.ts +1 -0
- package/lib/components/core/holiday-house-info/holiday-house-info.component.d.ts +5 -0
- package/lib/components/core/holiday-house-photos/holiday-house-photos.component.d.ts +5 -0
- package/lib/components/core/hotel-about/hotel-about.component.d.ts +9 -0
- package/lib/components/core/hotel-app/hotel-app.component.d.ts +5 -0
- package/lib/components/core/hotel-equipment/hotel-equipment.component.d.ts +9 -0
- package/lib/components/core/hotel-location/hotel-location.component.d.ts +7 -0
- package/lib/components/core/hotels-list/hotels-list.component.d.ts +7 -0
- package/lib/components/core/info-slider/info-slider.component.d.ts +11 -0
- package/lib/components/core/location-beach/location-beach.component.d.ts +9 -0
- package/lib/components/core/location-how/location-how.component.d.ts +9 -0
- package/lib/components/core/modals/hotel-list-modal/hotel-list-modal.component.d.ts +7 -0
- package/lib/components/core/modals/room-zoom-modal/room-zoom-modal.component.d.ts +16 -0
- package/lib/components/core/module-404/module-404.component.d.ts +5 -0
- package/lib/components/core/module-google-maps/module-google-maps.component.d.ts +43 -0
- package/lib/components/core/module-search/module-search.component.d.ts +27 -0
- package/lib/components/core/offer-details/offer-details.component.d.ts +9 -0
- package/lib/components/core/registration/registration.component.d.ts +14 -0
- package/lib/components/core/room-slider/room-slider.component.d.ts +23 -0
- package/lib/components/core/services-details/services-details.component.d.ts +9 -0
- package/lib/components/core/submenu/submenu.component.d.ts +5 -0
- package/lib/components/core/thanks/thanks.component.d.ts +5 -0
- package/lib/components/core/top-module/top-module.component.d.ts +2 -4
- package/lib/components/core/webmap/webmap.component.d.ts +5 -0
- package/lib/interfaces/atomic/input.interface.d.ts +6 -5
- package/lib/interfaces/core/top-module.interface.d.ts +0 -1
- package/package.json +1 -1
- package/public-api.d.ts +32 -0
|
@@ -1,5 +1,23 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { InputI } from '../../../interfaces/atomic/input.interface';
|
|
1
3
|
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class InputComponent {
|
|
4
|
+
export declare class InputComponent implements InputI {
|
|
5
|
+
type: 'email' | 'password' | 'text' | 'number' | 'file';
|
|
6
|
+
value: string;
|
|
7
|
+
placeholder?: string;
|
|
8
|
+
icon?: string;
|
|
9
|
+
title?: string;
|
|
10
|
+
required?: boolean;
|
|
11
|
+
name: string;
|
|
12
|
+
isDisabled: boolean;
|
|
13
|
+
change: EventEmitter<string>;
|
|
14
|
+
onChange: (_: string) => void;
|
|
15
|
+
onTouch: () => void;
|
|
16
|
+
valueChange(value: string): void;
|
|
17
|
+
writeValue(value: string): void;
|
|
18
|
+
registerOnChange(fn: any): void;
|
|
19
|
+
registerOnTouched(fn: any): void;
|
|
20
|
+
setDisabledState(isDisabled: boolean): void;
|
|
3
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "tent-input", never, {}, {}, never, never, true, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "tent-input", never, { "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "title": { "alias": "title"; "required": false; }; "required": { "alias": "required"; "required": false; }; "name": { "alias": "name"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; }, { "change": "change"; }, never, never, true, never>;
|
|
5
23
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { DropdownOption } from '../../atomic/dropdown/dropdown.component';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ContactFormComponent {
|
|
4
|
+
options: DropdownOption[];
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContactFormComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContactFormComponent, "tent-contact-form", never, {}, {}, never, never, true, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OwlOptions } from 'ngx-owl-carousel-o';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ContactOfficeComponent {
|
|
4
|
+
sliderOptions: OwlOptions;
|
|
5
|
+
collapsed1: boolean;
|
|
6
|
+
toggleCollapse1(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContactOfficeComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContactOfficeComponent, "tent-contact-office", never, {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class DeliveryAppComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DeliveryAppComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DeliveryAppComponent, "tent-delivery-app", never, {}, {}, never, never, true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OwlOptions } from 'ngx-owl-carousel-o';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DestinationHotelsComponent {
|
|
4
|
+
sliderOptions: OwlOptions;
|
|
5
|
+
collapsed1: boolean;
|
|
6
|
+
toggleCollapse1(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DestinationHotelsComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DestinationHotelsComponent, "tent-destination-hotels", never, {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class DestinationListComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DestinationListComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DestinationListComponent, "tent-destination-list", never, {}, {}, never, never, true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EmploymentBenefitsComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmploymentBenefitsComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmploymentBenefitsComponent, "tent-employment-benefits", never, {}, {}, never, never, true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EmploymentFormComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmploymentFormComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmploymentFormComponent, "tent-employment-form", never, {}, {}, never, never, true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class GalleryPhotosComponent {
|
|
4
|
+
private readonly dialog;
|
|
5
|
+
constructor(dialog: MatDialog);
|
|
6
|
+
openModal(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GalleryPhotosComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GalleryPhotosComponent, "tent-gallery-photos", never, {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
@@ -19,6 +19,7 @@ export declare class HeaderComponent {
|
|
|
19
19
|
constructor(dialog: MatDialog);
|
|
20
20
|
openMotor(): void;
|
|
21
21
|
navLinkClicked(event: Event): void;
|
|
22
|
+
openHotelList(): void;
|
|
22
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
|
|
23
24
|
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "tent-header", never, { "scrolled": { "alias": "scrolled"; "required": false; }; "logo": { "alias": "logo"; "required": true; }; "navLinks": { "alias": "navLinks"; "required": false; }; "menuIcon": { "alias": "menuIcon"; "required": false; }; "rightButtons": { "alias": "rightButtons"; "required": false; }; "btnBook": { "alias": "btnBook"; "required": false; }; }, { "menuClick": "menuClick"; "languagesClick": "languagesClick"; "newsletterClick": "newsletterClick"; "checkinClick": "checkinClick"; "booksClick": "booksClick"; "motorClick": "motorClick"; }, never, never, true, never>;
|
|
24
25
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class HolidayHouseInfoComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HolidayHouseInfoComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HolidayHouseInfoComponent, "tent-holiday-house-info", never, {}, {}, never, never, true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class HolidayHousePhotosComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HolidayHousePhotosComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HolidayHousePhotosComponent, "tent-holiday-house-photos", never, {}, {}, never, never, true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OwlOptions } from 'ngx-owl-carousel-o';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class HotelAboutComponent {
|
|
4
|
+
sliderOptions: OwlOptions;
|
|
5
|
+
collapsed1: boolean;
|
|
6
|
+
toggleCollapse1(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HotelAboutComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HotelAboutComponent, "tent-hotel-about", never, {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class HotelEquipmentComponent {
|
|
3
|
+
collapsed1: boolean;
|
|
4
|
+
toggleCollapse1(): void;
|
|
5
|
+
collapsed2: boolean;
|
|
6
|
+
toggleCollapse2(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HotelEquipmentComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HotelEquipmentComponent, "tent-hotel-equipment", never, {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class HotelLocationComponent {
|
|
3
|
+
collapsed1: boolean;
|
|
4
|
+
toggleCollapse1(): void;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HotelLocationComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HotelLocationComponent, "tent-hotel-location", never, {}, {}, never, never, true, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class HotelsListComponent {
|
|
3
|
+
collapsed1: boolean;
|
|
4
|
+
toggleCollapse1(): void;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HotelsListComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HotelsListComponent, "tent-hotels-list", never, {}, {}, never, never, true, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { OwlOptions } from 'ngx-owl-carousel-o';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class InfoSliderComponent {
|
|
4
|
+
theme?: string;
|
|
5
|
+
infoalign?: string;
|
|
6
|
+
sliderOptions: OwlOptions;
|
|
7
|
+
collapsed1: boolean;
|
|
8
|
+
toggleCollapse1(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InfoSliderComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoSliderComponent, "tent-info-slider", never, { "theme": { "alias": "theme"; "required": false; }; "infoalign": { "alias": "infoalign"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OwlOptions } from 'ngx-owl-carousel-o';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class LocationBeachComponent {
|
|
4
|
+
sliderOptions: OwlOptions;
|
|
5
|
+
collapsed1: boolean;
|
|
6
|
+
toggleCollapse1(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocationBeachComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LocationBeachComponent, "tent-location-beach", never, {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class LocationHowComponent {
|
|
3
|
+
tabActive: string;
|
|
4
|
+
collapsed1: boolean;
|
|
5
|
+
toggleCollapse1(): void;
|
|
6
|
+
viewTab(tabActive: string): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocationHowComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LocationHowComponent, "tent-location-how", never, {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class HotelListModalComponent {
|
|
3
|
+
private readonly dialogRef;
|
|
4
|
+
close(): void;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HotelListModalComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HotelListModalComponent, "tent-hotel-list-modal", never, {}, {}, never, never, true, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
+
import { DomSanitizer, SafeStyle } from '@angular/platform-browser';
|
|
3
|
+
import { OwlOptions } from 'ngx-owl-carousel-o';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class RoomZoomModalComponent {
|
|
6
|
+
private readonly dialogRef;
|
|
7
|
+
private readonly sanitizer;
|
|
8
|
+
sliderOptions: OwlOptions;
|
|
9
|
+
constructor(dialogRef: MatDialogRef<RoomZoomModalComponent>, sanitizer: DomSanitizer);
|
|
10
|
+
title?: string;
|
|
11
|
+
images?: string[];
|
|
12
|
+
getImage(image: string): SafeStyle;
|
|
13
|
+
close(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RoomZoomModalComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RoomZoomModalComponent, "tent-room-zoom-modal", never, { "title": { "alias": "title"; "required": false; }; "images": { "alias": "images"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class Module404Component {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Module404Component, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Module404Component, "tent-module-404", never, {}, {}, never, never, true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/// <reference types="google.maps" />
|
|
2
|
+
import { OnInit } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ModuleGoogleMapsComponent implements OnInit {
|
|
5
|
+
width: number;
|
|
6
|
+
markerB: {
|
|
7
|
+
position: {
|
|
8
|
+
lat: number;
|
|
9
|
+
lng: number;
|
|
10
|
+
};
|
|
11
|
+
icon: string | google.maps.Icon | google.maps.Symbol;
|
|
12
|
+
label: {
|
|
13
|
+
color: string;
|
|
14
|
+
fontWeight: string;
|
|
15
|
+
fontSize: string;
|
|
16
|
+
text: string;
|
|
17
|
+
background: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
markerC: {
|
|
21
|
+
position: {
|
|
22
|
+
lat: number;
|
|
23
|
+
lng: number;
|
|
24
|
+
};
|
|
25
|
+
icon: {
|
|
26
|
+
url: string;
|
|
27
|
+
scaledSize: google.maps.Size;
|
|
28
|
+
origin: google.maps.Point;
|
|
29
|
+
anchor: google.maps.Point;
|
|
30
|
+
};
|
|
31
|
+
label: {
|
|
32
|
+
color: string;
|
|
33
|
+
fontWeight: string;
|
|
34
|
+
fontSize: string;
|
|
35
|
+
text: string;
|
|
36
|
+
background: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
options: google.maps.MapOptions;
|
|
40
|
+
ngOnInit(): void;
|
|
41
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModuleGoogleMapsComponent, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModuleGoogleMapsComponent, "tent-module-google-maps", never, {}, {}, never, never, true, never>;
|
|
43
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { DomSanitizer, SafeStyle } from '@angular/platform-browser';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ModuleSearchComponent {
|
|
4
|
+
private readonly sanitizer;
|
|
5
|
+
theme?: string;
|
|
6
|
+
hotels: {
|
|
7
|
+
img: string;
|
|
8
|
+
title: string;
|
|
9
|
+
address: string;
|
|
10
|
+
contactLinks: {
|
|
11
|
+
label: string;
|
|
12
|
+
url: string;
|
|
13
|
+
linkType: string;
|
|
14
|
+
}[];
|
|
15
|
+
links: {
|
|
16
|
+
label: string;
|
|
17
|
+
url: string;
|
|
18
|
+
linkType: string;
|
|
19
|
+
}[];
|
|
20
|
+
}[];
|
|
21
|
+
itemsToShow: (typeof this.hotels)[0][];
|
|
22
|
+
constructor(sanitizer: DomSanitizer);
|
|
23
|
+
getImage(image: string): SafeStyle;
|
|
24
|
+
search(text: any): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModuleSearchComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModuleSearchComponent, "tent-module-search", never, { "theme": { "alias": "theme"; "required": false; }; }, {}, never, never, true, never>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class OfferDetailsComponent {
|
|
3
|
+
conditionActive: boolean;
|
|
4
|
+
collapsed1: boolean;
|
|
5
|
+
toggleCollapse1(): void;
|
|
6
|
+
toggleConditions(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OfferDetailsComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OfferDetailsComponent, "tent-offer-details", never, {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { DropdownOption } from '../../atomic/dropdown/dropdown.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class RegistrationComponent {
|
|
5
|
+
tabs: string[];
|
|
6
|
+
selected: string;
|
|
7
|
+
days: DropdownOption[];
|
|
8
|
+
months: DropdownOption[];
|
|
9
|
+
years: DropdownOption[];
|
|
10
|
+
tabClick: EventEmitter<string>;
|
|
11
|
+
selectTab(tab: string): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RegistrationComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RegistrationComponent, "tent-registration", never, {}, { "tabClick": "tabClick"; }, never, never, true, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { OwlOptions } from 'ngx-owl-carousel-o';
|
|
2
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class RoomSliderComponent {
|
|
5
|
+
private readonly dialog;
|
|
6
|
+
sliderOptions: OwlOptions;
|
|
7
|
+
collapsed1: boolean;
|
|
8
|
+
collapsed2: boolean;
|
|
9
|
+
collapsed3: boolean;
|
|
10
|
+
viewmore1: boolean;
|
|
11
|
+
viewmore2: boolean;
|
|
12
|
+
viewmore3: boolean;
|
|
13
|
+
constructor(dialog: MatDialog);
|
|
14
|
+
toggleCollapse1(): void;
|
|
15
|
+
toggleCollapse2(): void;
|
|
16
|
+
toggleCollapse3(): void;
|
|
17
|
+
toggleViewmore1(): void;
|
|
18
|
+
toggleViewmore2(): void;
|
|
19
|
+
toggleViewmore3(): void;
|
|
20
|
+
openRoomModal(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RoomSliderComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RoomSliderComponent, "tent-room-slider", never, {}, {}, never, never, true, never>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OwlOptions } from 'ngx-owl-carousel-o';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ServicesDetailsComponent {
|
|
4
|
+
sliderOptions: OwlOptions;
|
|
5
|
+
collapsed1: boolean;
|
|
6
|
+
toggleCollapse1(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ServicesDetailsComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ServicesDetailsComponent, "tent-services-details", never, {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef,
|
|
1
|
+
import { AfterViewInit, ElementRef, OnChanges, OnInit, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { OwlOptions, CarouselComponent } from 'ngx-owl-carousel-o';
|
|
3
3
|
import { DomSanitizer, SafeStyle } from '@angular/platform-browser';
|
|
4
4
|
import { BadgeI } from '../../../interfaces/atomic/badge.interface';
|
|
@@ -12,10 +12,8 @@ export declare class TopModuleComponent implements AfterViewInit, OnChanges, OnI
|
|
|
12
12
|
module: ElementRef;
|
|
13
13
|
sliderControls: string[];
|
|
14
14
|
btnScroll: ButtonI;
|
|
15
|
-
btnComment: ButtonI;
|
|
16
15
|
items: TopModuleItem[];
|
|
17
16
|
desktop?: boolean;
|
|
18
|
-
btnCommentClick: EventEmitter<void>;
|
|
19
17
|
mobileImg: string[];
|
|
20
18
|
desktopImg: string[];
|
|
21
19
|
sliderOptions: OwlOptions;
|
|
@@ -28,7 +26,7 @@ export declare class TopModuleComponent implements AfterViewInit, OnChanges, OnI
|
|
|
28
26
|
nextClick(): void;
|
|
29
27
|
scrollClicked(): void;
|
|
30
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<TopModuleComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TopModuleComponent, "tent-top-module", never, { "sliderControls": { "alias": "sliderControls"; "required": false; }; "btnScroll": { "alias": "btnScroll"; "required": false; }; "
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TopModuleComponent, "tent-top-module", never, { "sliderControls": { "alias": "sliderControls"; "required": false; }; "btnScroll": { "alias": "btnScroll"; "required": false; }; "items": { "alias": "items"; "required": true; }; "desktop": { "alias": "desktop"; "required": false; }; }, {}, never, never, true, never>;
|
|
32
30
|
}
|
|
33
31
|
export interface TopModuleItem {
|
|
34
32
|
mainBadge: BadgeI;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
export interface InputI {
|
|
2
|
-
type: 'email' | 'password' | 'text' | 'number';
|
|
3
|
-
value
|
|
4
|
-
placeholder
|
|
5
|
-
icon
|
|
6
|
-
title
|
|
2
|
+
type: 'email' | 'password' | 'text' | 'number' | 'file';
|
|
3
|
+
value?: string;
|
|
4
|
+
placeholder?: string;
|
|
5
|
+
icon?: string;
|
|
6
|
+
title?: string;
|
|
7
7
|
name: string;
|
|
8
|
+
required?: boolean;
|
|
8
9
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -18,6 +18,7 @@ export * from './lib/components/core/offer/offer.component';
|
|
|
18
18
|
export * from './lib/components/core/offer-banner/offer-banner.component';
|
|
19
19
|
export * from './lib/components/core/offer-slider/offer-slider.component';
|
|
20
20
|
export * from './lib/components/core/rooms-slider/rooms-slider.component';
|
|
21
|
+
export * from './lib/components/core/room-slider/room-slider.component';
|
|
21
22
|
export * from './lib/components/core/top-module/top-module.component';
|
|
22
23
|
export * from './lib/components/core/travelers/travelers.component';
|
|
23
24
|
export * from './lib/components/core/cards-2col/cards-2col.component';
|
|
@@ -27,6 +28,37 @@ export * from './lib/components/core/modals/languages-modal/languages-modal.comp
|
|
|
27
28
|
export * from './lib/components/core/modals/newsletter-modal/newsletter-modal.component';
|
|
28
29
|
export * from './lib/components/core/modals/checkin-modal/checkin-modal.component';
|
|
29
30
|
export * from './lib/components/core/modals/books-modal/books-modal.component';
|
|
31
|
+
export * from './lib/components/core/modals/hotel-list-modal/hotel-list-modal.component';
|
|
32
|
+
export * from './lib/components/core/modals/room-zoom-modal/room-zoom-modal.component';
|
|
33
|
+
export * from './lib/components/core/contact-form/contact-form.component';
|
|
34
|
+
export * from './lib/components/core/contact-office/contact-office.component';
|
|
35
|
+
export * from './lib/components/core/delivery-app/delivery-app.component';
|
|
36
|
+
export * from './lib/components/core/destination-hotels/destination-hotels.component';
|
|
37
|
+
export * from './lib/components/core/destination-list/destination-list.component';
|
|
38
|
+
export * from './lib/components/core/employment-benefits/employment-benefits.component';
|
|
39
|
+
export * from './lib/components/core/employment-form/employment-form.component';
|
|
40
|
+
export * from './lib/components/core/gallery-photos/gallery-photos.component';
|
|
41
|
+
export * from './lib/components/core/guests-popup/guests-popup.component';
|
|
42
|
+
export * from './lib/components/core/holiday-house-info/holiday-house-info.component';
|
|
43
|
+
export * from './lib/components/core/holiday-house-photos/holiday-house-photos.component';
|
|
44
|
+
export * from './lib/components/core/hotel-about/hotel-about.component';
|
|
45
|
+
export * from './lib/components/core/hotel-app/hotel-app.component';
|
|
46
|
+
export * from './lib/components/core/hotel-equipment/hotel-equipment.component';
|
|
47
|
+
export * from './lib/components/core/hotel-location/hotel-location.component';
|
|
48
|
+
export * from './lib/components/core/hotels-list/hotels-list.component';
|
|
49
|
+
export * from './lib/components/core/info-slider/info-slider.component';
|
|
50
|
+
export * from './lib/components/core/location-beach/location-beach.component';
|
|
51
|
+
export * from './lib/components/core/location-how/location-how.component';
|
|
52
|
+
export * from './lib/components/core/module-404/module-404.component';
|
|
53
|
+
export * from './lib/components/core/module-google-maps/module-google-maps.component';
|
|
54
|
+
export * from './lib/components/core/module-search/module-search.component';
|
|
55
|
+
export * from './lib/components/core/offer/offer.component';
|
|
56
|
+
export * from './lib/components/core/offer-details/offer-details.component';
|
|
57
|
+
export * from './lib/components/core/registration/registration.component';
|
|
58
|
+
export * from './lib/components/core/services-details/services-details.component';
|
|
59
|
+
export * from './lib/components/core/submenu/submenu.component';
|
|
60
|
+
export * from './lib/components/core/thanks/thanks.component';
|
|
61
|
+
export * from './lib/components/core/webmap/webmap.component';
|
|
30
62
|
export * from './lib/interfaces/atomic/button.interface';
|
|
31
63
|
export * from './lib/interfaces/atomic/datepicker.interface';
|
|
32
64
|
export * from './lib/interfaces/atomic/dropdown.interface';
|