@tripian/react 4.4.0 → 4.6.2
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/components/AccommendationCard/AccommendationCard.d.ts +8 -8
- package/components/AccommendationInfo/AccommendationInfo.d.ts +8 -8
- package/components/ButterflyCard/ButterflyCard.d.ts +16 -16
- package/components/ButterflyCard/CardImage/CardImage.d.ts +7 -7
- package/components/ButterflyCard/CardText/CardText.d.ts +8 -8
- package/components/ButterflyCardSlider/ButterflyCardSlider.d.ts +21 -21
- package/components/CardSlider/CardSlider.d.ts +7 -7
- package/components/CityInfo/CityInfo.d.ts +9 -9
- package/components/ConfirmModalPopup/ConfirmModalPopup.d.ts +13 -13
- package/components/DatePicker/DatePicker.d.ts +12 -12
- package/components/DateRangePicker/DateRangePicker.d.ts +14 -14
- package/components/DirectionInfo/DirectionInfo.d.ts +14 -14
- package/components/FlightCard/FlightCard.d.ts +12 -12
- package/components/FormTemplate/FormTemplateAgent/FormTemplateAgent.d.ts +10 -10
- package/components/FormTemplate/FormTemplateCompanion/FormTemplateCompanion.d.ts +9 -9
- package/components/FormTemplate/FormTemplateLogin/FormTemplateLogin.d.ts +10 -10
- package/components/FormTemplate/FormTemplateProfile/FormTemplateProfile.d.ts +11 -11
- package/components/FormTemplate/FormTemplateProfile/UserPasswordChange.d.ts +9 -9
- package/components/FormTemplate/FormTemplateRegister/FormTemplateRegister.d.ts +12 -12
- package/components/FormTemplate/FormTemplateTrip/FormTemplateTrip.d.ts +15 -15
- package/components/FormTemplate/FormTemplateTrip2/FormTemplateTrip2.d.ts +18 -18
- package/components/GoogleMaps/GMarker/Base/GMarkerCarRentBase/GMarkerCarRentBase.d.ts +12 -0
- package/components/GoogleMaps/GMarker/Base/GMarkerCarRentOfferBase/GMarkerCarRentOfferBase.d.ts +12 -0
- package/components/GoogleMaps/GMarker/Base/GMarkerOrder/GMarkerOrder.d.ts +11 -11
- package/components/GoogleMaps/GMarker/Base/GMarkerPoiBase/GMarkerPoiBase.d.ts +12 -12
- package/components/GoogleMaps/GMarker/Base/GMarkerProviderBase/GMarkerProviderBase.d.ts +12 -12
- package/components/GoogleMaps/GMarker/Base/GMarkerStepBase/GMarkerStepBase.d.ts +12 -12
- package/components/GoogleMaps/GMarker/Base/helper.d.ts +2 -2
- package/components/GoogleMaps/GMarker/GMarker.d.ts +13 -13
- package/components/GoogleMaps/GMarker/GMarkerCarRentOffer.d.ts +11 -0
- package/components/GoogleMaps/GMarker/GMarkerCarRentProduct.d.ts +12 -0
- package/components/GoogleMaps/GMarker/GMarkerProvider.d.ts +11 -11
- package/components/GoogleMaps/GPlacesAutocomplete/GPlacesAutocomplete.d.ts +11 -11
- package/components/GoogleMaps/GPlacesAutocomplete2/GPlacesAutocomplete2.d.ts +12 -12
- package/components/GoogleMaps/GRoute/GRoute.d.ts +10 -10
- package/components/GoogleMaps/GRoute/GRouteCalculate.d.ts +3 -3
- package/components/GoogleMaps/GRoute/GRouteRender.d.ts +11 -11
- package/components/GoogleMaps/GRoute/GRouteService.d.ts +9 -9
- package/components/GoogleMaps/GRoute/IRouteResult.d.ts +25 -25
- package/components/GoogleMaps/GoogleMaps.d.ts +41 -38
- package/components/GoogleMaps/helper.d.ts +2 -2
- package/components/GoogleMapsPoiInfo/GoogleMapsPoiInfo.d.ts +9 -9
- package/components/Label/Label.d.ts +7 -7
- package/components/Loading/Loading.d.ts +2 -2
- package/components/MustTryCard/MustTryCard.d.ts +9 -9
- package/components/PlanChangeDay/PlanChangeDay.d.ts +11 -11
- package/components/PoiCategories/PoiCategories.d.ts +9 -9
- package/components/PoiInfo/PoiInfo.d.ts +26 -26
- package/components/PoiInfo/PoiInfoImage/PoiInfoImage.d.ts +15 -15
- package/components/PoiInfo/PoiInfoText/PoiInfoText.d.ts +12 -12
- package/components/PoiListCard/PoiListCard.d.ts +7 -7
- package/components/PoiListSearch/PoiListSearch.d.ts +8 -8
- package/components/PoiRefCard/PoiRefCard.d.ts +13 -13
- package/components/Price/Price.d.ts +7 -7
- package/components/QuestionTemplate/Context/QuestionContext.d.ts +8 -8
- package/components/QuestionTemplate/Context/QuestionContext2.d.ts +8 -8
- package/components/QuestionTemplate/Question/CheckBoxQuestion/CheckboxQuestion.d.ts +9 -9
- package/components/QuestionTemplate/Question/Question.d.ts +7 -7
- package/components/QuestionTemplate/Question/Question2.d.ts +7 -7
- package/components/QuestionTemplate/Question/RadioButtonQuestion/RadioButtonQuestion.d.ts +8 -8
- package/components/QuestionTemplate/Question/RadioButtonQuestion/RadioButtonQuestion2.d.ts +10 -10
- package/components/QuestionTemplate/QuestionTemplate.d.ts +10 -10
- package/components/QuestionTemplate/QuestionTemplate2.d.ts +10 -10
- package/components/RatingStars/RatingStars.d.ts +8 -8
- package/components/RefCard/RefCard.d.ts +11 -11
- package/components/SearchThisArea/SearchThisArea.d.ts +11 -11
- package/components/SortableStepListCard/SortableStepListCard.d.ts +9 -9
- package/components/StepAlternativeCard/StepAlternativeCard.d.ts +10 -10
- package/components/StepCard/StepCard.d.ts +16 -16
- package/components/StepCardUserReaction/StepCardUserReaction.d.ts +19 -19
- package/components/StepInfo/StepInfo.d.ts +22 -22
- package/components/StepTimeframe/StepTimeframe.d.ts +13 -13
- package/components/TasteCard/TasteCard.d.ts +8 -8
- package/components/TasteCard2/TasteCard2.d.ts +8 -8
- package/components/TasteCard2/TasteCard2Image/TasteCard2Image.d.ts +7 -7
- package/components/TasteCard2/TasteCard2Text/TasteCard2Text.d.ts +7 -7
- package/components/TasteInfo/MustTryPois/MustTryPois.d.ts +8 -8
- package/components/TasteInfo/TasteInfo.d.ts +11 -11
- package/components/TasteInfo/TasteInfoImage/TasteInfoImage.d.ts +9 -9
- package/components/TasteInfo/TasteInfoText/TasteInfoText.d.ts +7 -7
- package/components/ThumsDownReason/ThumsDownReason.d.ts +8 -8
- package/components/TourRefCard/TourRefCard.d.ts +8 -8
- package/components/TourRefCardProduct/TourRefCardProduct.d.ts +8 -8
- package/components/TripCard/TripCard.d.ts +10 -10
- package/components/UserCompanionSelection/UserCompanionSelection.d.ts +12 -12
- package/components/UserCompanions/UserCompanions.d.ts +12 -12
- package/components/base/Accordion/Accordion.d.ts +10 -10
- package/components/base/AutoCompleteSearchV1/AutoCompleteSearchV1.d.ts +12 -12
- package/components/base/Backdrop/Backdrop.d.ts +7 -7
- package/components/base/Button/Button.d.ts +19 -19
- package/components/base/Button/ButtonTypes.d.ts +6 -6
- package/components/base/Button/Icons/Add.d.ts +3 -3
- package/components/base/Button/Icons/Bars.d.ts +3 -3
- package/components/base/Button/Icons/Base.d.ts +4 -4
- package/components/base/Button/Icons/Bookings.d.ts +3 -3
- package/components/base/Button/Icons/Cancel.d.ts +3 -3
- package/components/base/Button/Icons/Check.d.ts +3 -3
- package/components/base/Button/Icons/CloseIconButton/CloseIconButton.d.ts +8 -8
- package/components/base/Button/Icons/Delete.d.ts +3 -3
- package/components/base/Button/Icons/Edit.d.ts +3 -3
- package/components/base/Button/Icons/FavoriteIconButton/FavoriteIconButton.d.ts +8 -8
- package/components/base/Button/Icons/Favorites.d.ts +3 -3
- package/components/base/Button/Icons/IButtonIcons.d.ts +14 -14
- package/components/base/Button/Icons/List.d.ts +3 -3
- package/components/base/Button/Icons/Remove.d.ts +3 -3
- package/components/base/Button/Icons/Replace.d.ts +3 -3
- package/components/base/Button/Icons/Save.d.ts +3 -3
- package/components/base/Button/Icons/Search.d.ts +3 -3
- package/components/base/Button/Icons/Uber.d.ts +3 -3
- package/components/base/Button/Icons/index.d.ts +17 -17
- package/components/base/Checkbox/Checkbox.d.ts +10 -10
- package/components/base/CheckboxTree/CheckboxTree.d.ts +13 -13
- package/components/base/Dropdown/Dropdown.d.ts +14 -14
- package/components/base/IconImage/IconImage.d.ts +6 -6
- package/components/base/Img/Img.d.ts +8 -8
- package/components/base/ImgLazy/ImgLazy.d.ts +13 -13
- package/components/base/ImgLazyBase/ImgLazyBase.d.ts +12 -12
- package/components/base/Modal/Modal.d.ts +12 -12
- package/components/base/ModalFull/ModalFull.d.ts +10 -10
- package/components/base/Notification/Notification.d.ts +12 -12
- package/components/base/NumberCounter/NumberCounter.d.ts +9 -9
- package/components/base/NumberInput/NumberInput.d.ts +10 -10
- package/components/base/PageLoading/PageLoading.d.ts +2 -2
- package/components/base/PreLoading/PreLoading.d.ts +8 -8
- package/components/base/ProgressAppLoading/ProgressAppLoading.d.ts +5 -5
- package/components/base/ProgressLoading/ProgressLoading.d.ts +7 -7
- package/components/base/RSelect/RSelect.d.ts +19 -19
- package/components/base/RadioButtonGroup/RadioButton/RadioButton.d.ts +10 -10
- package/components/base/RadioButtonGroup/RadioButtonGroup.d.ts +12 -12
- package/components/base/SideNavigation/SideNavigation.d.ts +14 -14
- package/components/base/Svg/Icons/Add.d.ts +4 -4
- package/components/base/Svg/Icons/Bars.d.ts +4 -4
- package/components/base/Svg/Icons/Calendar.d.ts +8 -8
- package/components/base/Svg/Icons/Car.d.ts +8 -8
- package/components/base/Svg/Icons/Checkbox.d.ts +4 -4
- package/components/base/Svg/Icons/Clock.d.ts +8 -8
- package/components/base/Svg/Icons/Close.d.ts +11 -11
- package/components/base/Svg/Icons/Delete.d.ts +4 -4
- package/components/base/Svg/Icons/IIconSvg.d.ts +6 -6
- package/components/base/Svg/Icons/Legs.d.ts +8 -8
- package/components/base/Svg/Icons/NextArrow.d.ts +8 -8
- package/components/base/Svg/Icons/PreviousArrow.d.ts +8 -8
- package/components/base/Svg/Icons/RadioButton.d.ts +4 -4
- package/components/base/Svg/Icons/SwitchIcon/SwitchIcon.d.ts +7 -7
- package/components/base/Svg/Icons/ThumbsDown.d.ts +8 -8
- package/components/base/Svg/Icons/ThumbsDownEmpty.d.ts +9 -9
- package/components/base/Svg/Icons/ThumbsUp.d.ts +8 -8
- package/components/base/Svg/Icons/ThumbsUpEmpty.d.ts +9 -9
- package/components/base/Svg/Icons/Uber.d.ts +8 -8
- package/components/base/Svg/Icons/index.d.ts +17 -17
- package/components/base/Svg/Svg.d.ts +13 -13
- package/components/base/Switch/Switch.d.ts +7 -7
- package/components/base/SwitchOld/SwitchOld.d.ts +8 -8
- package/components/base/TabMenu/TabMenu.d.ts +11 -11
- package/components/base/TextField/TextField.d.ts +19 -19
- package/handlers/handleOnChange.d.ts +2 -2
- package/handlers/handleOnKeyDown.d.ts +2 -2
- package/img/c333890c3b6ce527a1a114eb30958094.svg +43 -0
- package/img/e69f62d40d8a1961822b436a125be8dd.svg +43 -43
- package/index.d.ts +90 -89
- package/index.js +11474 -11410
- package/index.js.map +1 -1
- package/min.css +1 -1
- package/package.json +35 -35
- package/providers/bb/components/BbAccommodationInfo/BbAccommodationInfo.d.ts +14 -14
- package/providers/bb/components/BbCarRentInfo/BbCarRentInfo.d.ts +13 -0
- package/providers/bb/components/BbTourCard/BbTourCard.d.ts +8 -8
- package/providers/bb/components/BbTourCard/BbTourCardImage/BbTourCardImage.d.ts +6 -6
- package/providers/bb/components/BbTourCard/BbTourCardText/BbTourCardText.d.ts +7 -7
- package/providers/bb/components/BbTourInfo/BbTourInfo.d.ts +12 -12
- package/providers/bb/components/BbTourInfo/BbTourInfoForm/BbTourInfoForm.d.ts +13 -13
- package/providers/bb/components/BbTourInfo/BbTourInfoImage/BbTourInfoImage.d.ts +9 -9
- package/providers/bb/components/BbTourInfo/BbTourInfoText/BbTourInfoText.d.ts +7 -7
- package/providers/bb/components/helper/index.d.ts +1 -1
- package/providers/glx/components/GlxTourCard/GlxTourCard.d.ts +8 -8
- package/providers/glx/components/GlxTourCard/GlxTourCardImage/GlxTourCardImage.d.ts +7 -7
- package/providers/glx/components/GlxTourCard/GlxTourCardText/GlxTourCardText.d.ts +7 -7
- package/providers/glx/components/GlxTourInfo/GlxTourInfo.d.ts +10 -10
- package/providers/glx/components/GlxTourInfo/GlxTourInfoForm/GlxTourInfoForm.d.ts +8 -8
- package/providers/glx/components/GlxTourInfo/GlxTourInfoImage/GlxTourInfoImage.d.ts +10 -10
- package/providers/glx/components/GlxTourInfo/GlxTourInfoText/GlxTourInfoText.d.ts +7 -7
- package/providers/gyg/components/BookingDetails/BookingDetails.d.ts +7 -7
- package/providers/gyg/components/GygTourCard/GygTourCard.d.ts +8 -8
- package/providers/gyg/components/GygTourCard/GygTourCardImage/GygTourCardImage.d.ts +7 -7
- package/providers/gyg/components/GygTourCard/GygTourCardText/GygTourCardText.d.ts +7 -7
- package/providers/gyg/components/GygTourInfo/GygTourInfo.d.ts +21 -21
- package/providers/gyg/components/GygTourInfo/GygTourInfoForm/GygTourInfoForm.d.ts +17 -17
- package/providers/gyg/components/GygTourInfo/GygTourInfoForm/GygTourOption/GygTourOption.d.ts +13 -13
- package/providers/gyg/components/GygTourInfo/GygTourInfoForm/GygTourOption/isoLanguages.d.ts +4 -4
- package/providers/gyg/components/GygTourInfo/GygTourInfoForm/GygTourShoppingForm/GygTourShoppingForm.d.ts +8 -8
- package/providers/gyg/components/GygTourInfo/GygTourInfoForm/GygTourShoppingForm/timezones.d.ts +8 -8
- package/providers/gyg/components/GygTourInfo/GygTourInfoImage/GygTourInfoImage.d.ts +9 -9
- package/providers/gyg/components/GygTourInfo/GygTourInfoText/GygTourInfoText.d.ts +7 -7
- package/providers/yelp/components/Booking/Booking.d.ts +22 -22
- package/providers/yelp/components/OpeningsForm/OpeningsForm.d.ts +13 -13
- package/providers/yelp/components/OpeningsSelection/OpeningsSelection.d.ts +9 -9
- package/providers/yelp/components/ReservationDetails/ReservationDetails.d.ts +7 -7
- package/providers/yelp/components/TableSearch/TableSearch.d.ts +9 -9
- package/providers/yelp/components/helper/index.d.ts +8 -8
- package/providers/bb/components/BbAccommodationInfoWindow/BbAccommodationInfoWindow.d.ts +0 -13
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Model, { Providers } from '@tripian/model';
|
|
3
|
-
interface IBooking {
|
|
4
|
-
businessId: string;
|
|
5
|
-
poi: Model.Poi;
|
|
6
|
-
stepDate: string;
|
|
7
|
-
stepHour?: string | null;
|
|
8
|
-
userProfileBooking: {
|
|
9
|
-
firstName: string;
|
|
10
|
-
lastName: string;
|
|
11
|
-
email: string;
|
|
12
|
-
coversCount: number;
|
|
13
|
-
};
|
|
14
|
-
reservationEditData?: Providers.Yelp.ReservationRequest;
|
|
15
|
-
getBusinessInfo: (id: string) => Promise<Providers.Yelp.Business>;
|
|
16
|
-
openingsRequest: (openings: Providers.Yelp.OpeningsRequest) => Promise<Providers.Yelp.Openings>;
|
|
17
|
-
getHoldIt: (hold: Providers.Yelp.HoldRequest) => Promise<Providers.Yelp.Hold>;
|
|
18
|
-
reservationRequest: (reservation: Providers.Yelp.ReservationRequest) => Promise<Providers.Yelp.Reservation>;
|
|
19
|
-
bookingCallback: (provider: string, poi: Model.Poi, bookingDetails: Providers.Yelp.ReservationRequest, response?: Providers.Yelp.Reservation) => void;
|
|
20
|
-
}
|
|
21
|
-
declare const Booking: React.FC<IBooking>;
|
|
22
|
-
export default Booking;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Model, { Providers } from '@tripian/model';
|
|
3
|
+
interface IBooking {
|
|
4
|
+
businessId: string;
|
|
5
|
+
poi: Model.Poi;
|
|
6
|
+
stepDate: string;
|
|
7
|
+
stepHour?: string | null;
|
|
8
|
+
userProfileBooking: {
|
|
9
|
+
firstName: string;
|
|
10
|
+
lastName: string;
|
|
11
|
+
email: string;
|
|
12
|
+
coversCount: number;
|
|
13
|
+
};
|
|
14
|
+
reservationEditData?: Providers.Yelp.ReservationRequest;
|
|
15
|
+
getBusinessInfo: (id: string) => Promise<Providers.Yelp.Business>;
|
|
16
|
+
openingsRequest: (openings: Providers.Yelp.OpeningsRequest) => Promise<Providers.Yelp.Openings>;
|
|
17
|
+
getHoldIt: (hold: Providers.Yelp.HoldRequest) => Promise<Providers.Yelp.Hold>;
|
|
18
|
+
reservationRequest: (reservation: Providers.Yelp.ReservationRequest) => Promise<Providers.Yelp.Reservation>;
|
|
19
|
+
bookingCallback: (provider: string, poi: Model.Poi, bookingDetails: Providers.Yelp.ReservationRequest, response?: Providers.Yelp.Reservation) => void;
|
|
20
|
+
}
|
|
21
|
+
declare const Booking: React.FC<IBooking>;
|
|
22
|
+
export default Booking;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IOpeningsForm {
|
|
3
|
-
defaultUserInfo?: {
|
|
4
|
-
firstName: string;
|
|
5
|
-
lastName: string;
|
|
6
|
-
email: string;
|
|
7
|
-
phone: string;
|
|
8
|
-
note?: string;
|
|
9
|
-
};
|
|
10
|
-
openingsFormCallback: (firstName: string, lastName: string, email: string, phone: string, note?: string) => void;
|
|
11
|
-
}
|
|
12
|
-
declare const OpeningsForm: React.FC<IOpeningsForm>;
|
|
13
|
-
export default OpeningsForm;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IOpeningsForm {
|
|
3
|
+
defaultUserInfo?: {
|
|
4
|
+
firstName: string;
|
|
5
|
+
lastName: string;
|
|
6
|
+
email: string;
|
|
7
|
+
phone: string;
|
|
8
|
+
note?: string;
|
|
9
|
+
};
|
|
10
|
+
openingsFormCallback: (firstName: string, lastName: string, email: string, phone: string, note?: string) => void;
|
|
11
|
+
}
|
|
12
|
+
declare const OpeningsForm: React.FC<IOpeningsForm>;
|
|
13
|
+
export default OpeningsForm;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Providers } from '@tripian/model';
|
|
3
|
-
interface IOpeningsSelection {
|
|
4
|
-
openingTimes: Providers.Yelp.OpeningTime[];
|
|
5
|
-
clicked: (time: string) => void;
|
|
6
|
-
bookingHour: string;
|
|
7
|
-
}
|
|
8
|
-
declare const OpeningsSelection: React.FC<IOpeningsSelection>;
|
|
9
|
-
export default OpeningsSelection;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Providers } from '@tripian/model';
|
|
3
|
+
interface IOpeningsSelection {
|
|
4
|
+
openingTimes: Providers.Yelp.OpeningTime[];
|
|
5
|
+
clicked: (time: string) => void;
|
|
6
|
+
bookingHour: string;
|
|
7
|
+
}
|
|
8
|
+
declare const OpeningsSelection: React.FC<IOpeningsSelection>;
|
|
9
|
+
export default OpeningsSelection;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Providers } from '@tripian/model';
|
|
3
|
-
interface IReservationDetails {
|
|
4
|
-
reservationInfo: Providers.Yelp.ReservationInfo;
|
|
5
|
-
}
|
|
6
|
-
declare const ReservationDetails: React.FC<IReservationDetails>;
|
|
7
|
-
export default ReservationDetails;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Providers } from '@tripian/model';
|
|
3
|
+
interface IReservationDetails {
|
|
4
|
+
reservationInfo: Providers.Yelp.ReservationInfo;
|
|
5
|
+
}
|
|
6
|
+
declare const ReservationDetails: React.FC<IReservationDetails>;
|
|
7
|
+
export default ReservationDetails;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ITableSearch {
|
|
3
|
-
tableSearchCallback: (date: string, time: string, covers: number) => void;
|
|
4
|
-
stepDate: string;
|
|
5
|
-
covers: number;
|
|
6
|
-
defaultHour: string;
|
|
7
|
-
}
|
|
8
|
-
declare const TableSearch: React.FC<ITableSearch>;
|
|
9
|
-
export default TableSearch;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface ITableSearch {
|
|
3
|
+
tableSearchCallback: (date: string, time: string, covers: number) => void;
|
|
4
|
+
stepDate: string;
|
|
5
|
+
covers: number;
|
|
6
|
+
defaultHour: string;
|
|
7
|
+
}
|
|
8
|
+
declare const TableSearch: React.FC<ITableSearch>;
|
|
9
|
+
export default TableSearch;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
declare const peopleCountOptions: {
|
|
2
|
-
value: number;
|
|
3
|
-
label: string;
|
|
4
|
-
}[];
|
|
5
|
-
declare const yelpHourRangeOptions: Array<{
|
|
6
|
-
value: string;
|
|
7
|
-
}>;
|
|
8
|
-
export { peopleCountOptions, yelpHourRangeOptions };
|
|
1
|
+
declare const peopleCountOptions: {
|
|
2
|
+
value: number;
|
|
3
|
+
label: string;
|
|
4
|
+
}[];
|
|
5
|
+
declare const yelpHourRangeOptions: Array<{
|
|
6
|
+
value: string;
|
|
7
|
+
}>;
|
|
8
|
+
export { peopleCountOptions, yelpHourRangeOptions };
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Providers } from '@tripian/model';
|
|
3
|
-
interface IBbAccommodationInfo {
|
|
4
|
-
checkIn: string;
|
|
5
|
-
checkOut: string;
|
|
6
|
-
adults: number;
|
|
7
|
-
children: number;
|
|
8
|
-
hotelOffer: Providers.Bb.SearchAccommodationHotelOffer;
|
|
9
|
-
onBookNow: (roomOffer: Providers.Bb.SearchAccommodationRoomOffer, url: string) => void;
|
|
10
|
-
close: () => void;
|
|
11
|
-
}
|
|
12
|
-
declare const BbAccommodationInfo: React.FC<IBbAccommodationInfo>;
|
|
13
|
-
export default BbAccommodationInfo;
|