tent-lib 0.0.336 → 0.0.337
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/button/button.component.mjs +3 -9
- package/esm2022/lib/components/core/brunch/brunch.component.mjs +1 -1
- package/esm2022/lib/components/core/cards-2col/cards-2col.component.mjs +2 -2
- package/esm2022/lib/components/core/cards-3col/cards-3col.component.mjs +1 -1
- package/esm2022/lib/components/core/contact-form/contact-form.component.mjs +2 -2
- package/esm2022/lib/components/core/delivery-app/delivery-app.component.mjs +1 -1
- package/esm2022/lib/components/core/destination-hotels/destination-hotels.component.mjs +2 -2
- package/esm2022/lib/components/core/destination-info/destination-info.component.mjs +1 -1
- package/esm2022/lib/components/core/destination-list/destination-list.component.mjs +1 -1
- package/esm2022/lib/components/core/employment-form/employment-form.component.mjs +2 -2
- package/esm2022/lib/components/core/facilities-slider/facilities-slider.component.mjs +2 -2
- package/esm2022/lib/components/core/footer-b/footer-b.component.mjs +1 -1
- package/esm2022/lib/components/core/footer-static/footer-static.component.mjs +2 -2
- package/esm2022/lib/components/core/generic-head/generic-head.component.mjs +2 -2
- package/esm2022/lib/components/core/guests-popup/guests-popup.component.mjs +1 -1
- package/esm2022/lib/components/core/header/header.component.mjs +3 -3
- package/esm2022/lib/components/core/header-mobile/header-mobile.component.mjs +2 -2
- package/esm2022/lib/components/core/hotel-about/hotel-about.component.mjs +2 -2
- package/esm2022/lib/components/core/hotel-app/hotel-app.component.mjs +1 -1
- package/esm2022/lib/components/core/hotel-equipment/hotel-equipment.component.mjs +1 -1
- package/esm2022/lib/components/core/hotel-location/hotel-location.component.mjs +1 -1
- 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 +1 -1
- package/esm2022/lib/components/core/info-slider/info-slider.component.mjs +2 -2
- package/esm2022/lib/components/core/location-beach/location-beach.component.mjs +2 -2
- package/esm2022/lib/components/core/location-how/location-how.component.mjs +1 -1
- package/esm2022/lib/components/core/location-map/location-map.component.mjs +1 -1
- 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 +1 -1
- package/esm2022/lib/components/core/modals/gallery-category/gallery-category.component.mjs +1 -1
- package/esm2022/lib/components/core/modals/hotel-list-modal/hotel-list-modal.component.mjs +2 -2
- package/esm2022/lib/components/core/modals/languages-modal/languages-modal.component.mjs +2 -2
- 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 +1 -1
- package/esm2022/lib/components/core/modals/room-zoom-modal/room-zoom-modal.component.mjs +1 -1
- package/esm2022/lib/components/core/module-404/module-404.component.mjs +1 -1
- package/esm2022/lib/components/core/module-search/module-search.component.mjs +1 -1
- package/esm2022/lib/components/core/motor/motor.component.mjs +2 -2
- 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 +2 -2
- package/esm2022/lib/components/core/offer-list/offer-list.component.mjs +2 -2
- package/esm2022/lib/components/core/offer-slider/offer-slider.component.mjs +2 -2
- package/esm2022/lib/components/core/registration/registration.component.mjs +2 -2
- package/esm2022/lib/components/core/room-slider/room-slider.component.mjs +2 -2
- package/esm2022/lib/components/core/services-details/services-details.component.mjs +2 -2
- package/esm2022/lib/components/core/top-module/top-module.component.mjs +2 -2
- package/fesm2022/tent-lib.mjs +50 -56
- package/fesm2022/tent-lib.mjs.map +1 -1
- package/lib/components/atomic/button/button.component.d.ts +1 -3
- package/package.json +1 -1
|
@@ -12,7 +12,6 @@ export declare class ButtonComponent {
|
|
|
12
12
|
boxWidth?: string;
|
|
13
13
|
innerContent?: string;
|
|
14
14
|
linkSizeIcon?: string;
|
|
15
|
-
target?: string;
|
|
16
15
|
closeButton?: boolean;
|
|
17
16
|
disabled?: boolean;
|
|
18
17
|
btnClick: EventEmitter<void>;
|
|
@@ -21,9 +20,8 @@ export declare class ButtonComponent {
|
|
|
21
20
|
get width(): SafeStyle;
|
|
22
21
|
get linkIconStyle(): SafeStyle;
|
|
23
22
|
get isInternalLink(): boolean;
|
|
24
|
-
ngOnInit(): void;
|
|
25
23
|
btnClicked(event: Event): void;
|
|
26
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "tent-button", never, { "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "url": { "alias": "url"; "required": false; }; "linkType": { "alias": "linkType"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "socialMedia": { "alias": "socialMedia"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "boxWidth": { "alias": "boxWidth"; "required": false; }; "innerContent": { "alias": "innerContent"; "required": false; }; "linkSizeIcon": { "alias": "linkSizeIcon"; "required": false; }; "
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "tent-button", never, { "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "url": { "alias": "url"; "required": false; }; "linkType": { "alias": "linkType"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "socialMedia": { "alias": "socialMedia"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "boxWidth": { "alias": "boxWidth"; "required": false; }; "innerContent": { "alias": "innerContent"; "required": false; }; "linkSizeIcon": { "alias": "linkSizeIcon"; "required": false; }; "closeButton": { "alias": "closeButton"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "btnClick": "btnClick"; }, never, never, true, never>;
|
|
28
26
|
}
|
|
29
27
|
export type ButtonType = 'light-box' | 'dark-box' | 'dark-box-white' | 'dark-box-filled' | 'dark-link' | 'light-circle' | 'dark-circle' | 'dark-circle-filled';
|