@tripian/react 4.6.1 → 4.6.4
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/README.md +16 -0
- package/{components → dist/components}/AccommendationCard/AccommendationCard.d.ts +8 -8
- package/{components → dist/components}/AccommendationInfo/AccommendationInfo.d.ts +8 -8
- package/{components → dist/components}/ButterflyCard/ButterflyCard.d.ts +16 -16
- package/{components → dist/components}/ButterflyCard/CardImage/CardImage.d.ts +7 -7
- package/{components → dist/components}/ButterflyCard/CardText/CardText.d.ts +8 -8
- package/{components → dist/components}/ButterflyCardSlider/ButterflyCardSlider.d.ts +21 -21
- package/{components → dist/components}/CardSlider/CardSlider.d.ts +7 -7
- package/{components → dist/components}/CityInfo/CityInfo.d.ts +9 -9
- package/{components → dist/components}/ConfirmModalPopup/ConfirmModalPopup.d.ts +13 -13
- package/{components → dist/components}/DatePicker/DatePicker.d.ts +12 -12
- package/{components → dist/components}/DateRangePicker/DateRangePicker.d.ts +14 -14
- package/{components → dist/components}/DirectionInfo/DirectionInfo.d.ts +15 -14
- package/{components → dist/components}/FlightCard/FlightCard.d.ts +12 -12
- package/{components → dist/components}/FormTemplate/FormTemplateAgent/FormTemplateAgent.d.ts +10 -10
- package/{components → dist/components}/FormTemplate/FormTemplateCompanion/FormTemplateCompanion.d.ts +9 -9
- package/{components → dist/components}/FormTemplate/FormTemplateLogin/FormTemplateLogin.d.ts +10 -10
- package/{components → dist/components}/FormTemplate/FormTemplateProfile/FormTemplateProfile.d.ts +11 -11
- package/{components → dist/components}/FormTemplate/FormTemplateProfile/UserPasswordChange.d.ts +9 -9
- package/{components → dist/components}/FormTemplate/FormTemplateRegister/FormTemplateRegister.d.ts +12 -12
- package/{components → dist/components}/FormTemplate/FormTemplateTrip/FormTemplateTrip.d.ts +15 -15
- package/{components → dist/components}/FormTemplate/FormTemplateTrip2/FormTemplateTrip2.d.ts +18 -18
- package/dist/components/GoogleMaps/GMarker/Base/GMarkerCarRentBase/GMarkerCarRentBase.d.ts +12 -0
- package/dist/components/GoogleMaps/GMarker/Base/GMarkerCarRentOfferBase/GMarkerCarRentOfferBase.d.ts +12 -0
- package/{components → dist/components}/GoogleMaps/GMarker/Base/GMarkerOrder/GMarkerOrder.d.ts +11 -11
- package/{components → dist/components}/GoogleMaps/GMarker/Base/GMarkerPoiBase/GMarkerPoiBase.d.ts +12 -12
- package/{components → dist/components}/GoogleMaps/GMarker/Base/GMarkerProviderBase/GMarkerProviderBase.d.ts +12 -12
- package/{components → dist/components}/GoogleMaps/GMarker/Base/GMarkerStepBase/GMarkerStepBase.d.ts +12 -12
- package/{components → dist/components}/GoogleMaps/GMarker/Base/helper.d.ts +2 -2
- package/{components → dist/components}/GoogleMaps/GMarker/GMarker.d.ts +13 -13
- package/dist/components/GoogleMaps/GMarker/GMarkerCarRentOffer.d.ts +11 -0
- package/dist/components/GoogleMaps/GMarker/GMarkerCarRentProduct.d.ts +12 -0
- package/{components → dist/components}/GoogleMaps/GMarker/GMarkerProvider.d.ts +11 -11
- package/{components → dist/components}/GoogleMaps/GPlacesAutocomplete/GPlacesAutocomplete.d.ts +11 -11
- package/{components → dist/components}/GoogleMaps/GPlacesAutocomplete2/GPlacesAutocomplete2.d.ts +12 -12
- package/{components → dist/components}/GoogleMaps/GRoute/GRoute.d.ts +10 -10
- package/{components → dist/components}/GoogleMaps/GRoute/GRouteCalculate.d.ts +3 -3
- package/{components → dist/components}/GoogleMaps/GRoute/GRouteRender.d.ts +11 -11
- package/{components → dist/components}/GoogleMaps/GRoute/GRouteService.d.ts +9 -9
- package/{components → dist/components}/GoogleMaps/GRoute/IRouteResult.d.ts +25 -25
- package/{components → dist/components}/GoogleMaps/GoogleMaps.d.ts +41 -38
- package/{components → dist/components}/GoogleMaps/helper.d.ts +2 -2
- package/{components → dist/components}/GoogleMapsPoiInfo/GoogleMapsPoiInfo.d.ts +9 -9
- package/{components → dist/components}/Label/Label.d.ts +7 -7
- package/{components → dist/components}/Loading/Loading.d.ts +2 -2
- package/{components → dist/components}/MustTryCard/MustTryCard.d.ts +9 -9
- package/{components → dist/components}/PlanChangeDay/PlanChangeDay.d.ts +11 -11
- package/{components → dist/components}/PoiCategories/PoiCategories.d.ts +9 -9
- package/{components → dist/components}/PoiInfo/PoiInfo.d.ts +26 -26
- package/{components → dist/components}/PoiInfo/PoiInfoImage/PoiInfoImage.d.ts +15 -15
- package/{components → dist/components}/PoiInfo/PoiInfoText/PoiInfoText.d.ts +12 -12
- package/{components → dist/components}/PoiListCard/PoiListCard.d.ts +7 -7
- package/{components → dist/components}/PoiListSearch/PoiListSearch.d.ts +8 -8
- package/{components → dist/components}/PoiRefCard/PoiRefCard.d.ts +13 -13
- package/{components → dist/components}/Price/Price.d.ts +7 -7
- package/{components → dist/components}/QuestionTemplate/Context/QuestionContext.d.ts +8 -8
- package/{components → dist/components}/QuestionTemplate/Context/QuestionContext2.d.ts +8 -8
- package/{components → dist/components}/QuestionTemplate/Question/CheckBoxQuestion/CheckboxQuestion.d.ts +9 -9
- package/{components → dist/components}/QuestionTemplate/Question/Question.d.ts +7 -7
- package/{components → dist/components}/QuestionTemplate/Question/Question2.d.ts +7 -7
- package/{components → dist/components}/QuestionTemplate/Question/RadioButtonQuestion/RadioButtonQuestion.d.ts +8 -8
- package/{components → dist/components}/QuestionTemplate/Question/RadioButtonQuestion/RadioButtonQuestion2.d.ts +10 -10
- package/{components → dist/components}/QuestionTemplate/QuestionTemplate.d.ts +10 -10
- package/{components → dist/components}/QuestionTemplate/QuestionTemplate2.d.ts +10 -10
- package/{components → dist/components}/RatingStars/RatingStars.d.ts +8 -8
- package/{components → dist/components}/RefCard/RefCard.d.ts +11 -11
- package/{components → dist/components}/SearchThisArea/SearchThisArea.d.ts +11 -11
- package/{components → dist/components}/SortableStepListCard/SortableStepListCard.d.ts +9 -9
- package/{components → dist/components}/StepAlternativeCard/StepAlternativeCard.d.ts +10 -10
- package/{components → dist/components}/StepCard/StepCard.d.ts +16 -16
- package/{components → dist/components}/StepCardUserReaction/StepCardUserReaction.d.ts +19 -19
- package/{components → dist/components}/StepInfo/StepInfo.d.ts +22 -22
- package/{components → dist/components}/StepTimeframe/StepTimeframe.d.ts +13 -13
- package/{components → dist/components}/TasteCard/TasteCard.d.ts +8 -8
- package/{components → dist/components}/TasteCard2/TasteCard2.d.ts +8 -8
- package/{components → dist/components}/TasteCard2/TasteCard2Image/TasteCard2Image.d.ts +7 -7
- package/{components → dist/components}/TasteCard2/TasteCard2Text/TasteCard2Text.d.ts +7 -7
- package/{components → dist/components}/TasteInfo/MustTryPois/MustTryPois.d.ts +8 -8
- package/{components → dist/components}/TasteInfo/TasteInfo.d.ts +11 -11
- package/{components → dist/components}/TasteInfo/TasteInfoImage/TasteInfoImage.d.ts +9 -9
- package/{components → dist/components}/TasteInfo/TasteInfoText/TasteInfoText.d.ts +7 -7
- package/{components → dist/components}/ThumsDownReason/ThumsDownReason.d.ts +8 -8
- package/{components → dist/components}/TourRefCard/TourRefCard.d.ts +8 -8
- package/{components → dist/components}/TourRefCardProduct/TourRefCardProduct.d.ts +8 -8
- package/{components → dist/components}/TripCard/TripCard.d.ts +10 -10
- package/{components → dist/components}/UserCompanionSelection/UserCompanionSelection.d.ts +12 -12
- package/{components → dist/components}/UserCompanions/UserCompanions.d.ts +12 -12
- package/{components → dist/components}/base/Accordion/Accordion.d.ts +10 -10
- package/{components → dist/components}/base/AutoCompleteSearchV1/AutoCompleteSearchV1.d.ts +12 -12
- package/{components → dist/components}/base/Backdrop/Backdrop.d.ts +7 -7
- package/{components → dist/components}/base/Button/Button.d.ts +19 -19
- package/{components → dist/components}/base/Button/ButtonTypes.d.ts +6 -6
- package/{components → dist/components}/base/Button/Icons/Add.d.ts +3 -3
- package/{components → dist/components}/base/Button/Icons/Bars.d.ts +3 -3
- package/{components → dist/components}/base/Button/Icons/Base.d.ts +4 -4
- package/{components → dist/components}/base/Button/Icons/Bookings.d.ts +3 -3
- package/{components → dist/components}/base/Button/Icons/Cancel.d.ts +3 -3
- package/{components → dist/components}/base/Button/Icons/Check.d.ts +3 -3
- package/{components → dist/components}/base/Button/Icons/CloseIconButton/CloseIconButton.d.ts +8 -8
- package/{components → dist/components}/base/Button/Icons/Delete.d.ts +3 -3
- package/{components → dist/components}/base/Button/Icons/Edit.d.ts +3 -3
- package/{components → dist/components}/base/Button/Icons/FavoriteIconButton/FavoriteIconButton.d.ts +8 -8
- package/{components → dist/components}/base/Button/Icons/Favorites.d.ts +3 -3
- package/{components → dist/components}/base/Button/Icons/IButtonIcons.d.ts +14 -14
- package/{components → dist/components}/base/Button/Icons/List.d.ts +3 -3
- package/{components → dist/components}/base/Button/Icons/Remove.d.ts +3 -3
- package/{components → dist/components}/base/Button/Icons/Replace.d.ts +3 -3
- package/{components → dist/components}/base/Button/Icons/Save.d.ts +3 -3
- package/{components → dist/components}/base/Button/Icons/Search.d.ts +3 -3
- package/{components → dist/components}/base/Button/Icons/Uber.d.ts +3 -3
- package/{components → dist/components}/base/Button/Icons/index.d.ts +17 -17
- package/{components → dist/components}/base/Checkbox/Checkbox.d.ts +10 -10
- package/{components → dist/components}/base/CheckboxTree/CheckboxTree.d.ts +13 -13
- package/{components → dist/components}/base/Dropdown/Dropdown.d.ts +14 -14
- package/{components → dist/components}/base/IconImage/IconImage.d.ts +6 -6
- package/{components → dist/components}/base/Img/Img.d.ts +8 -8
- package/{components → dist/components}/base/ImgLazy/ImgLazy.d.ts +13 -13
- package/{components → dist/components}/base/ImgLazyBase/ImgLazyBase.d.ts +12 -12
- package/{components → dist/components}/base/Modal/Modal.d.ts +12 -12
- package/{components → dist/components}/base/ModalFull/ModalFull.d.ts +10 -10
- package/{components → dist/components}/base/Notification/Notification.d.ts +12 -12
- package/{components → dist/components}/base/NumberCounter/NumberCounter.d.ts +9 -9
- package/{components → dist/components}/base/NumberInput/NumberInput.d.ts +10 -10
- package/{components → dist/components}/base/PageLoading/PageLoading.d.ts +2 -2
- package/{components → dist/components}/base/PreLoading/PreLoading.d.ts +8 -8
- package/{components → dist/components}/base/ProgressAppLoading/ProgressAppLoading.d.ts +5 -5
- package/{components → dist/components}/base/ProgressLoading/ProgressLoading.d.ts +7 -7
- package/{components → dist/components}/base/RSelect/RSelect.d.ts +19 -19
- package/{components → dist/components}/base/RadioButtonGroup/RadioButton/RadioButton.d.ts +10 -10
- package/{components → dist/components}/base/RadioButtonGroup/RadioButtonGroup.d.ts +12 -12
- package/{components → dist/components}/base/SideNavigation/SideNavigation.d.ts +14 -14
- package/{components → dist/components}/base/Svg/Icons/Add.d.ts +4 -4
- package/{components → dist/components}/base/Svg/Icons/Bars.d.ts +4 -4
- package/{components → dist/components}/base/Svg/Icons/Calendar.d.ts +8 -8
- package/{components → dist/components}/base/Svg/Icons/Car.d.ts +8 -8
- package/{components → dist/components}/base/Svg/Icons/Checkbox.d.ts +4 -4
- package/{components → dist/components}/base/Svg/Icons/Clock.d.ts +8 -8
- package/{components → dist/components}/base/Svg/Icons/Close.d.ts +11 -11
- package/{components → dist/components}/base/Svg/Icons/Delete.d.ts +4 -4
- package/{components → dist/components}/base/Svg/Icons/IIconSvg.d.ts +6 -6
- package/{components → dist/components}/base/Svg/Icons/Legs.d.ts +8 -8
- package/{components → dist/components}/base/Svg/Icons/NextArrow.d.ts +8 -8
- package/{components → dist/components}/base/Svg/Icons/PreviousArrow.d.ts +8 -8
- package/{components → dist/components}/base/Svg/Icons/RadioButton.d.ts +4 -4
- package/{components → dist/components}/base/Svg/Icons/SwitchIcon/SwitchIcon.d.ts +7 -7
- package/{components → dist/components}/base/Svg/Icons/ThumbsDown.d.ts +8 -8
- package/{components → dist/components}/base/Svg/Icons/ThumbsDownEmpty.d.ts +9 -9
- package/{components → dist/components}/base/Svg/Icons/ThumbsUp.d.ts +8 -8
- package/{components → dist/components}/base/Svg/Icons/ThumbsUpEmpty.d.ts +9 -9
- package/{components → dist/components}/base/Svg/Icons/Uber.d.ts +8 -8
- package/{components → dist/components}/base/Svg/Icons/index.d.ts +17 -17
- package/{components → dist/components}/base/Svg/Svg.d.ts +13 -13
- package/{components → dist/components}/base/Switch/Switch.d.ts +7 -7
- package/{components → dist/components}/base/SwitchOld/SwitchOld.d.ts +8 -8
- package/{components → dist/components}/base/TabMenu/TabMenu.d.ts +11 -11
- package/{components → dist/components}/base/TextField/TextField.d.ts +19 -19
- package/{handlers → dist/handlers}/handleOnChange.d.ts +2 -2
- package/{handlers → dist/handlers}/handleOnKeyDown.d.ts +2 -2
- package/{img → dist/img}/0ac06173195cd4aa1d206fb165117982.png +0 -0
- package/{img → dist/img}/121d37ffd2348bd77910f56cf66eef74.gif +0 -0
- package/{img → dist/img}/124a16736d202ebec0125afe1a01763e.png +0 -0
- package/{img → dist/img}/24cdf52c89c796947ae96dfd61fd4855.png +0 -0
- package/{img → dist/img}/32babab1efbf8a432cdc4528bf844f67.png +0 -0
- package/{img → dist/img}/330cff7181b8f874078697acc702dc20.png +0 -0
- package/{img → dist/img}/3d2e060797a100fb1b2db9eb86a34ddb.png +0 -0
- package/{img → dist/img}/3f412f6e47d5ba8c41ed92f61c75cfc1.png +0 -0
- package/{img → dist/img}/4241427e2fdb22f81d8edbbdc27e77a9.svg +0 -0
- package/{img → dist/img}/44f9f4f11b047734e721e65e8ed0d095.png +0 -0
- package/{img → dist/img}/532c7082f286d9c54e2b16f9fa8e51c9.png +0 -0
- package/{img → dist/img}/538798ba4f63c9329aa234f8a33b9e8e.png +0 -0
- package/{img → dist/img}/554f8b8b50537b7285ec2801955fb784.png +0 -0
- package/{img → dist/img}/5de44ac4e13c095625c3160a002e7d0c.png +0 -0
- package/{img → dist/img}/6750fbaa4b80a7774d0ede6358474f69.png +0 -0
- package/{img → dist/img}/706bfa7034372db4bcbd0655938fb487.png +0 -0
- package/{img → dist/img}/7293cf2772e9c30570b8832dc00f1b4c.png +0 -0
- package/{img → dist/img}/763017b2a621b7cc77e8307b3f7ca065.png +0 -0
- package/{img → dist/img}/89f5514749e2f1eaaf22b45db2f1c66b.png +0 -0
- package/{img → dist/img}/927df9135db4852c17138946dc7e36d8.png +0 -0
- package/{img → dist/img}/958aae7eb8cf914139c07cb35e313ad5.png +0 -0
- package/{img → dist/img}/96d27b4ebc4abaa91e4ae96e25b4a392.png +0 -0
- package/{img → dist/img}/a25dd3d3aee317d0b2be08c661405dc1.png +0 -0
- package/{img → dist/img}/a6a7ca9dc835988ec6ea12b3855e4770.png +0 -0
- package/{img → dist/img}/aaa2e95108c1bb395a1fff8c265c4533.png +0 -0
- package/{img → dist/img}/abca0431b53fa6bc22c94d055c13a3e5.png +0 -0
- package/{img → dist/img}/b7c9e1e479de3b53f1e4e30ebac2403a.woff +0 -0
- package/{img → dist/img}/b8c71b485bde03543653a95be83ccade.png +0 -0
- package/{img → dist/img}/bda8344002528106734534797cf9469b.png +0 -0
- package/{img → dist/img}/c333890c3b6ce527a1a114eb30958094.svg +43 -43
- package/{img → dist/img}/c5cd7f5300576ab4c88202b42f6ded62.gif +0 -0
- package/{img → dist/img}/c82da26b973da287a003db16329e1741.png +0 -0
- package/{img → dist/img}/ced611daf7709cc778da928fec876475.eot +0 -0
- package/{img → dist/img}/d14d488013b8b2b6e4475b81c2b91676.png +0 -0
- package/{img → dist/img}/d41f55a78e6f49a5512878df1737e58a.ttf +0 -0
- package/{img → dist/img}/d9bbdf60d8c1dd64f72b76bd8df18555.png +0 -0
- package/{img → dist/img}/e22d04d0fcf4d7e963daae1d44405cf0.png +0 -0
- package/{img → dist/img}/e41d224985e4ae41eb98fd40ce3e3f3c.png +0 -0
- package/{img → dist/img}/e4618f382979d4ed8057b456b0f8820d.png +0 -0
- package/{img → dist/img}/e69f62d40d8a1961822b436a125be8dd.svg +43 -43
- package/{img → dist/img}/eeec800373985cfdfa7803a37b5f0ebf.svg +0 -0
- package/{img → dist/img}/f0b5166c702daa438dae4412e5c064f3.png +0 -0
- package/{img → dist/img}/f5acae579245df469dccd1ecffc7d5e5.png +0 -0
- package/{img → dist/img}/f97e3bbf73254b0112091d0192f17aec.svg +0 -0
- package/{index.d.ts → dist/index.d.ts} +90 -89
- package/{index.js → dist/index.js} +11299 -11158
- package/dist/index.js.map +1 -0
- package/dist/min.css +1 -0
- package/dist/package.json +35 -0
- package/{providers → dist/providers}/bb/components/BbAccommodationInfo/BbAccommodationInfo.d.ts +14 -14
- package/dist/providers/bb/components/BbCarRentInfo/BbCarRentInfo.d.ts +13 -0
- package/{providers → dist/providers}/bb/components/BbTourCard/BbTourCard.d.ts +8 -8
- package/{providers → dist/providers}/bb/components/BbTourCard/BbTourCardImage/BbTourCardImage.d.ts +6 -6
- package/{providers → dist/providers}/bb/components/BbTourCard/BbTourCardText/BbTourCardText.d.ts +7 -7
- package/{providers → dist/providers}/bb/components/BbTourInfo/BbTourInfo.d.ts +12 -12
- package/{providers → dist/providers}/bb/components/BbTourInfo/BbTourInfoForm/BbTourInfoForm.d.ts +13 -13
- package/{providers → dist/providers}/bb/components/BbTourInfo/BbTourInfoImage/BbTourInfoImage.d.ts +9 -9
- package/{providers → dist/providers}/bb/components/BbTourInfo/BbTourInfoText/BbTourInfoText.d.ts +7 -7
- package/{providers → dist/providers}/bb/components/helper/index.d.ts +1 -1
- package/{providers → dist/providers}/glx/components/GlxTourCard/GlxTourCard.d.ts +8 -8
- package/{providers → dist/providers}/glx/components/GlxTourCard/GlxTourCardImage/GlxTourCardImage.d.ts +7 -7
- package/{providers → dist/providers}/glx/components/GlxTourCard/GlxTourCardText/GlxTourCardText.d.ts +7 -7
- package/{providers → dist/providers}/glx/components/GlxTourInfo/GlxTourInfo.d.ts +10 -10
- package/{providers → dist/providers}/glx/components/GlxTourInfo/GlxTourInfoForm/GlxTourInfoForm.d.ts +8 -8
- package/{providers → dist/providers}/glx/components/GlxTourInfo/GlxTourInfoImage/GlxTourInfoImage.d.ts +10 -10
- package/{providers → dist/providers}/glx/components/GlxTourInfo/GlxTourInfoText/GlxTourInfoText.d.ts +7 -7
- package/{providers → dist/providers}/gyg/components/BookingDetails/BookingDetails.d.ts +7 -7
- package/{providers → dist/providers}/gyg/components/GygTourCard/GygTourCard.d.ts +8 -8
- package/{providers → dist/providers}/gyg/components/GygTourCard/GygTourCardImage/GygTourCardImage.d.ts +7 -7
- package/{providers → dist/providers}/gyg/components/GygTourCard/GygTourCardText/GygTourCardText.d.ts +7 -7
- package/{providers → dist/providers}/gyg/components/GygTourInfo/GygTourInfo.d.ts +21 -21
- package/{providers → dist/providers}/gyg/components/GygTourInfo/GygTourInfoForm/GygTourInfoForm.d.ts +17 -17
- package/{providers → dist/providers}/gyg/components/GygTourInfo/GygTourInfoForm/GygTourOption/GygTourOption.d.ts +13 -13
- package/{providers → dist/providers}/gyg/components/GygTourInfo/GygTourInfoForm/GygTourOption/isoLanguages.d.ts +4 -4
- package/{providers → dist/providers}/gyg/components/GygTourInfo/GygTourInfoForm/GygTourShoppingForm/GygTourShoppingForm.d.ts +8 -8
- package/{providers → dist/providers}/gyg/components/GygTourInfo/GygTourInfoForm/GygTourShoppingForm/timezones.d.ts +8 -8
- package/{providers → dist/providers}/gyg/components/GygTourInfo/GygTourInfoImage/GygTourInfoImage.d.ts +9 -9
- package/{providers → dist/providers}/gyg/components/GygTourInfo/GygTourInfoText/GygTourInfoText.d.ts +7 -7
- package/{providers → dist/providers}/yelp/components/Booking/Booking.d.ts +22 -22
- package/{providers → dist/providers}/yelp/components/OpeningsForm/OpeningsForm.d.ts +13 -13
- package/{providers → dist/providers}/yelp/components/OpeningsSelection/OpeningsSelection.d.ts +9 -9
- package/{providers → dist/providers}/yelp/components/ReservationDetails/ReservationDetails.d.ts +7 -7
- package/{providers → dist/providers}/yelp/components/TableSearch/TableSearch.d.ts +9 -9
- package/{providers → dist/providers}/yelp/components/helper/index.d.ts +8 -8
- package/package.json +96 -35
- package/tsconfig.json +16 -0
- package/index.js.map +0 -1
- package/min.css +0 -1
package/{components → dist/components}/GoogleMaps/GMarker/Base/GMarkerStepBase/GMarkerStepBase.d.ts
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Clusterer } from '@react-google-maps/marker-clusterer';
|
|
3
|
-
import Model from '@tripian/model';
|
|
4
|
-
interface IGMarkerStepBase {
|
|
5
|
-
step: Model.Step;
|
|
6
|
-
markerStepClicked: (step: Model.Step) => void;
|
|
7
|
-
animation?: 1 | 2;
|
|
8
|
-
color?: string;
|
|
9
|
-
clusterer?: Clusterer;
|
|
10
|
-
}
|
|
11
|
-
declare const GMarkerStepBase: React.FC<IGMarkerStepBase>;
|
|
12
|
-
export default GMarkerStepBase;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Clusterer } from '@react-google-maps/marker-clusterer';
|
|
3
|
+
import Model from '@tripian/model';
|
|
4
|
+
interface IGMarkerStepBase {
|
|
5
|
+
step: Model.Step;
|
|
6
|
+
markerStepClicked: (step: Model.Step) => void;
|
|
7
|
+
animation?: 1 | 2;
|
|
8
|
+
color?: string;
|
|
9
|
+
clusterer?: Clusterer;
|
|
10
|
+
}
|
|
11
|
+
declare const GMarkerStepBase: React.FC<IGMarkerStepBase>;
|
|
12
|
+
export default GMarkerStepBase;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const iconUrl: (poiIcon?: string, color?: string) => string;
|
|
2
|
-
export declare const getOrderImage: (order: number) => string;
|
|
1
|
+
export declare const iconUrl: (poiIcon?: string, color?: string) => string;
|
|
2
|
+
export declare const getOrderImage: (order: number) => string;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Clusterer } from '@react-google-maps/marker-clusterer';
|
|
3
|
-
import Model from '@tripian/model';
|
|
4
|
-
interface IGMarker {
|
|
5
|
-
step?: Model.Step;
|
|
6
|
-
poi?: Model.Poi;
|
|
7
|
-
markerStepClicked?: (step: Model.Step) => void;
|
|
8
|
-
markerPoiClicked?: (poi: Model.Poi) => void;
|
|
9
|
-
animation?: 1 | 2;
|
|
10
|
-
clusterer?: Clusterer;
|
|
11
|
-
}
|
|
12
|
-
declare const GMarker: React.FC<IGMarker>;
|
|
13
|
-
export default GMarker;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Clusterer } from '@react-google-maps/marker-clusterer';
|
|
3
|
+
import Model from '@tripian/model';
|
|
4
|
+
interface IGMarker {
|
|
5
|
+
step?: Model.Step;
|
|
6
|
+
poi?: Model.Poi;
|
|
7
|
+
markerStepClicked?: (step: Model.Step) => void;
|
|
8
|
+
markerPoiClicked?: (poi: Model.Poi) => void;
|
|
9
|
+
animation?: 1 | 2;
|
|
10
|
+
clusterer?: Clusterer;
|
|
11
|
+
}
|
|
12
|
+
declare const GMarker: React.FC<IGMarker>;
|
|
13
|
+
export default GMarker;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Clusterer } from '@react-google-maps/marker-clusterer';
|
|
3
|
+
import { Providers } from '@tripian/model';
|
|
4
|
+
interface IGMarkerCarRentOffer {
|
|
5
|
+
carRentOffer: Providers.Bb.SearchCarRentOffer;
|
|
6
|
+
animation?: 1 | 2;
|
|
7
|
+
clusterer?: Clusterer;
|
|
8
|
+
markerCarRentOfferClicked: (carRentOffer: Providers.Bb.SearchCarRentOffer) => void;
|
|
9
|
+
}
|
|
10
|
+
declare const GMarkerCarRentOffer: React.FC<IGMarkerCarRentOffer>;
|
|
11
|
+
export default GMarkerCarRentOffer;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Clusterer } from '@react-google-maps/marker-clusterer';
|
|
3
|
+
import { Providers } from '@tripian/model';
|
|
4
|
+
interface IGMarkerCarRentProduct {
|
|
5
|
+
product: Providers.Bb.SearchCarRentProduct;
|
|
6
|
+
carRentProduct: Providers.Bb.SearchCarRentProduct;
|
|
7
|
+
animation?: 1 | 2;
|
|
8
|
+
clusterer?: Clusterer;
|
|
9
|
+
markerCarRentProductClicked: (product: Providers.Bb.SearchCarRentProduct) => void;
|
|
10
|
+
}
|
|
11
|
+
declare const GMarkerCarRentProduct: React.FC<IGMarkerCarRentProduct>;
|
|
12
|
+
export default GMarkerCarRentProduct;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Clusterer } from '@react-google-maps/marker-clusterer';
|
|
3
|
-
import { Providers } from '@tripian/model';
|
|
4
|
-
interface IGMarkerProvider {
|
|
5
|
-
providersPoi: Providers.Bb.SearchAccommodationHotelOffer;
|
|
6
|
-
animation?: 1 | 2;
|
|
7
|
-
clusterer?: Clusterer;
|
|
8
|
-
markerPoiClicked: (poi: Providers.Bb.SearchAccommodationHotelOffer) => void;
|
|
9
|
-
}
|
|
10
|
-
declare const GMarkerProvider: React.FC<IGMarkerProvider>;
|
|
11
|
-
export default GMarkerProvider;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Clusterer } from '@react-google-maps/marker-clusterer';
|
|
3
|
+
import { Providers } from '@tripian/model';
|
|
4
|
+
interface IGMarkerProvider {
|
|
5
|
+
providersPoi: Providers.Bb.SearchAccommodationHotelOffer;
|
|
6
|
+
animation?: 1 | 2;
|
|
7
|
+
clusterer?: Clusterer;
|
|
8
|
+
markerPoiClicked: (poi: Providers.Bb.SearchAccommodationHotelOffer) => void;
|
|
9
|
+
}
|
|
10
|
+
declare const GMarkerProvider: React.FC<IGMarkerProvider>;
|
|
11
|
+
export default GMarkerProvider;
|
package/{components → dist/components}/GoogleMaps/GPlacesAutocomplete/GPlacesAutocomplete.d.ts
RENAMED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/// <reference types="google.maps" />
|
|
2
|
-
/// <reference types="googlemaps" />
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import './GPlacesAutocomplete.scss';
|
|
5
|
-
interface IGPlacesAutocomplete {
|
|
6
|
-
onSelectedChanged: (selectedPlace: google.maps.places.PlaceResult) => void;
|
|
7
|
-
initialValue?: string;
|
|
8
|
-
boundry?: google.maps.LatLngBounds;
|
|
9
|
-
}
|
|
10
|
-
declare const GPlacesAutocomplete: React.FC<IGPlacesAutocomplete>;
|
|
11
|
-
export default GPlacesAutocomplete;
|
|
1
|
+
/// <reference types="google.maps" />
|
|
2
|
+
/// <reference types="googlemaps" />
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import './GPlacesAutocomplete.scss';
|
|
5
|
+
interface IGPlacesAutocomplete {
|
|
6
|
+
onSelectedChanged: (selectedPlace: google.maps.places.PlaceResult) => void;
|
|
7
|
+
initialValue?: string;
|
|
8
|
+
boundry?: google.maps.LatLngBounds;
|
|
9
|
+
}
|
|
10
|
+
declare const GPlacesAutocomplete: React.FC<IGPlacesAutocomplete>;
|
|
11
|
+
export default GPlacesAutocomplete;
|
package/{components → dist/components}/GoogleMaps/GPlacesAutocomplete2/GPlacesAutocomplete2.d.ts
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
/// <reference types="google.maps" />
|
|
2
|
-
/// <reference types="googlemaps" />
|
|
3
|
-
/// <reference types="googlemaps" />
|
|
4
|
-
import React from 'react';
|
|
5
|
-
import './GPlacesAutocomplete2.scss';
|
|
6
|
-
interface IGPlacesAutocomplete2 {
|
|
7
|
-
onSelectedChanged: (selectedPlace: google.maps.places.PlaceResult) => void;
|
|
8
|
-
initialText?: string;
|
|
9
|
-
boundry?: google.maps.LatLngBounds | google.maps.LatLngBoundsLiteral;
|
|
10
|
-
}
|
|
11
|
-
declare const GPlacesAutocomplete2: React.FC<IGPlacesAutocomplete2>;
|
|
12
|
-
export default GPlacesAutocomplete2;
|
|
1
|
+
/// <reference types="google.maps" />
|
|
2
|
+
/// <reference types="googlemaps" />
|
|
3
|
+
/// <reference types="googlemaps" />
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import './GPlacesAutocomplete2.scss';
|
|
6
|
+
interface IGPlacesAutocomplete2 {
|
|
7
|
+
onSelectedChanged: (selectedPlace: google.maps.places.PlaceResult) => void;
|
|
8
|
+
initialText?: string;
|
|
9
|
+
boundry?: google.maps.LatLngBounds | google.maps.LatLngBoundsLiteral;
|
|
10
|
+
}
|
|
11
|
+
declare const GPlacesAutocomplete2: React.FC<IGPlacesAutocomplete2>;
|
|
12
|
+
export default GPlacesAutocomplete2;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Model from '@tripian/model';
|
|
3
|
-
import { ILeg } from './IRouteResult';
|
|
4
|
-
interface IGRoute {
|
|
5
|
-
coordinates: Array<Model.Coordinate>;
|
|
6
|
-
setLegs: (legs: ILeg[]) => void;
|
|
7
|
-
poIdOrderRef: string;
|
|
8
|
-
}
|
|
9
|
-
declare const GRoute: React.FC<IGRoute>;
|
|
10
|
-
export default GRoute;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Model from '@tripian/model';
|
|
3
|
+
import { ILeg } from './IRouteResult';
|
|
4
|
+
interface IGRoute {
|
|
5
|
+
coordinates: Array<Model.Coordinate>;
|
|
6
|
+
setLegs: (legs: ILeg[]) => void;
|
|
7
|
+
poIdOrderRef: string;
|
|
8
|
+
}
|
|
9
|
+
declare const GRoute: React.FC<IGRoute>;
|
|
10
|
+
export default GRoute;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IMergedDirections } from './IRouteResult';
|
|
2
|
-
declare const mergeDirections: (directionsWalking: google.maps.DirectionsResult, directionsDriving: google.maps.DirectionsResult) => IMergedDirections | undefined;
|
|
3
|
-
export default mergeDirections;
|
|
1
|
+
import { IMergedDirections } from './IRouteResult';
|
|
2
|
+
declare const mergeDirections: (directionsWalking: google.maps.DirectionsResult, directionsDriving: google.maps.DirectionsResult) => IMergedDirections | undefined;
|
|
3
|
+
export default mergeDirections;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/// <reference types="google.maps" />
|
|
2
|
-
/// <reference types="googlemaps" />
|
|
3
|
-
import React from 'react';
|
|
4
|
-
interface IGRouteRender {
|
|
5
|
-
directions?: {
|
|
6
|
-
walking: google.maps.DirectionsResult;
|
|
7
|
-
driving: google.maps.DirectionsResult;
|
|
8
|
-
};
|
|
9
|
-
}
|
|
10
|
-
declare const GRouteRender: React.FC<IGRouteRender>;
|
|
11
|
-
export default GRouteRender;
|
|
1
|
+
/// <reference types="google.maps" />
|
|
2
|
+
/// <reference types="googlemaps" />
|
|
3
|
+
import React from 'react';
|
|
4
|
+
interface IGRouteRender {
|
|
5
|
+
directions?: {
|
|
6
|
+
walking: google.maps.DirectionsResult;
|
|
7
|
+
driving: google.maps.DirectionsResult;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
declare const GRouteRender: React.FC<IGRouteRender>;
|
|
11
|
+
export default GRouteRender;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/// <reference types="google.maps" />
|
|
2
|
-
/// <reference types="googlemaps" />
|
|
3
|
-
import React from 'react';
|
|
4
|
-
interface IGRouteService {
|
|
5
|
-
options: google.maps.DirectionsRequest;
|
|
6
|
-
callback: (result: any, status: any, travelMode: any) => void;
|
|
7
|
-
}
|
|
8
|
-
declare const GRouteService: React.FC<IGRouteService>;
|
|
9
|
-
export default GRouteService;
|
|
1
|
+
/// <reference types="google.maps" />
|
|
2
|
+
/// <reference types="googlemaps" />
|
|
3
|
+
import React from 'react';
|
|
4
|
+
interface IGRouteService {
|
|
5
|
+
options: google.maps.DirectionsRequest;
|
|
6
|
+
callback: (result: any, status: any, travelMode: any) => void;
|
|
7
|
+
}
|
|
8
|
+
declare const GRouteService: React.FC<IGRouteService>;
|
|
9
|
+
export default GRouteService;
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
/// <reference types="google.maps" />
|
|
2
|
-
/// <reference types="googlemaps" />
|
|
3
|
-
import Model from '@tripian/model';
|
|
4
|
-
export interface IBetweenPoint {
|
|
5
|
-
coordinate: Model.Coordinate;
|
|
6
|
-
nickname: string;
|
|
7
|
-
formatted_address: string;
|
|
8
|
-
}
|
|
9
|
-
export interface ILeg {
|
|
10
|
-
distance: google.maps.Distance;
|
|
11
|
-
duration: google.maps.Duration;
|
|
12
|
-
travel: {
|
|
13
|
-
text: string;
|
|
14
|
-
value: google.maps.TravelMode;
|
|
15
|
-
between?: {
|
|
16
|
-
pickup: IBetweenPoint;
|
|
17
|
-
dropoff: IBetweenPoint;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
export interface IMergedDirections {
|
|
22
|
-
walking: google.maps.DirectionsResult;
|
|
23
|
-
driving: google.maps.DirectionsResult;
|
|
24
|
-
legs: ILeg[];
|
|
25
|
-
}
|
|
1
|
+
/// <reference types="google.maps" />
|
|
2
|
+
/// <reference types="googlemaps" />
|
|
3
|
+
import Model from '@tripian/model';
|
|
4
|
+
export interface IBetweenPoint {
|
|
5
|
+
coordinate: Model.Coordinate;
|
|
6
|
+
nickname: string;
|
|
7
|
+
formatted_address: string;
|
|
8
|
+
}
|
|
9
|
+
export interface ILeg {
|
|
10
|
+
distance: google.maps.Distance;
|
|
11
|
+
duration: google.maps.Duration;
|
|
12
|
+
travel: {
|
|
13
|
+
text: string;
|
|
14
|
+
value: google.maps.TravelMode;
|
|
15
|
+
between?: {
|
|
16
|
+
pickup: IBetweenPoint;
|
|
17
|
+
dropoff: IBetweenPoint;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
export interface IMergedDirections {
|
|
22
|
+
walking: google.maps.DirectionsResult;
|
|
23
|
+
driving: google.maps.DirectionsResult;
|
|
24
|
+
legs: ILeg[];
|
|
25
|
+
}
|
|
@@ -1,38 +1,41 @@
|
|
|
1
|
-
/// <reference types="google.maps" />
|
|
2
|
-
/// <reference types="googlemaps" />
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import Model, { Providers } from '@tripian/model';
|
|
5
|
-
import './GoogleMaps.css';
|
|
6
|
-
import { ILeg } from './GRoute/IRouteResult';
|
|
7
|
-
interface Itwindow {
|
|
8
|
-
map?: google.maps.Map;
|
|
9
|
-
planBounds?: google.maps.LatLngBounds | null;
|
|
10
|
-
cityBounds?: google.maps.LatLngBounds | null;
|
|
11
|
-
meMarker?: google.maps.Marker;
|
|
12
|
-
config?: any;
|
|
13
|
-
}
|
|
14
|
-
declare global {
|
|
15
|
-
interface Window {
|
|
16
|
-
twindow: Itwindow;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
interface IGoogleMaps {
|
|
20
|
-
onCenterChanged: () => void;
|
|
21
|
-
onZoomChanged: () => void;
|
|
22
|
-
steps: Model.Step[];
|
|
23
|
-
alternativePois: Model.Poi[];
|
|
24
|
-
searchPoi?: Model.Poi;
|
|
25
|
-
searchAreaPois?: Model.Poi[];
|
|
26
|
-
providersPois?: Providers.Bb.SearchAccommodationHotelOffer[];
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
1
|
+
/// <reference types="google.maps" />
|
|
2
|
+
/// <reference types="googlemaps" />
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Model, { Providers } from '@tripian/model';
|
|
5
|
+
import './GoogleMaps.css';
|
|
6
|
+
import { ILeg } from './GRoute/IRouteResult';
|
|
7
|
+
interface Itwindow {
|
|
8
|
+
map?: google.maps.Map;
|
|
9
|
+
planBounds?: google.maps.LatLngBounds | null;
|
|
10
|
+
cityBounds?: google.maps.LatLngBounds | null;
|
|
11
|
+
meMarker?: google.maps.Marker;
|
|
12
|
+
config?: any;
|
|
13
|
+
}
|
|
14
|
+
declare global {
|
|
15
|
+
interface Window {
|
|
16
|
+
twindow: Itwindow;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
interface IGoogleMaps {
|
|
20
|
+
onCenterChanged: () => void;
|
|
21
|
+
onZoomChanged: () => void;
|
|
22
|
+
steps: Model.Step[];
|
|
23
|
+
alternativePois: Model.Poi[];
|
|
24
|
+
searchPoi?: Model.Poi;
|
|
25
|
+
searchAreaPois?: Model.Poi[];
|
|
26
|
+
providersPois?: Providers.Bb.SearchAccommodationHotelOffer[];
|
|
27
|
+
carRentOffers?: Providers.Bb.SearchCarRentOffer[];
|
|
28
|
+
cityBounds: google.maps.LatLngBoundsLiteral;
|
|
29
|
+
setLegs: (legs: ILeg[]) => void;
|
|
30
|
+
focusMarkerStepOrPoiId?: number;
|
|
31
|
+
focusMarkerProviderPoiCode?: string;
|
|
32
|
+
focusMarkerCarRentLocationCode?: string;
|
|
33
|
+
mapClicked: (e: any) => void;
|
|
34
|
+
markerStepClicked: (step: Model.Step) => void;
|
|
35
|
+
markerAlternativeClicked: (poi: Model.Poi) => void;
|
|
36
|
+
markerSearchThisAreaClicked: (poi: Model.Poi) => void;
|
|
37
|
+
markerProvidersPoiClicked: (poi: Providers.Bb.SearchAccommodationHotelOffer) => void;
|
|
38
|
+
markerCarRentOfferClicked: (offer: Providers.Bb.SearchCarRentOffer) => void;
|
|
39
|
+
}
|
|
40
|
+
declare const GoogleMaps: React.FC<IGoogleMaps>;
|
|
41
|
+
export default GoogleMaps;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const isGoogle: () => boolean;
|
|
2
|
-
export default isGoogle;
|
|
1
|
+
declare const isGoogle: () => boolean;
|
|
2
|
+
export default isGoogle;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Model from '@tripian/model';
|
|
3
|
-
import './GoogleMapsPoiInfo.scss';
|
|
4
|
-
interface IGoogleMapsPoiInfo {
|
|
5
|
-
zoom: number;
|
|
6
|
-
poi: Model.Poi;
|
|
7
|
-
}
|
|
8
|
-
declare const GoogleMapsPoiInfo: React.FC<IGoogleMapsPoiInfo>;
|
|
9
|
-
export default GoogleMapsPoiInfo;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Model from '@tripian/model';
|
|
3
|
+
import './GoogleMapsPoiInfo.scss';
|
|
4
|
+
interface IGoogleMapsPoiInfo {
|
|
5
|
+
zoom: number;
|
|
6
|
+
poi: Model.Poi;
|
|
7
|
+
}
|
|
8
|
+
declare const GoogleMapsPoiInfo: React.FC<IGoogleMapsPoiInfo>;
|
|
9
|
+
export default GoogleMapsPoiInfo;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ILabel {
|
|
3
|
-
text: string;
|
|
4
|
-
children: React.ReactNode;
|
|
5
|
-
}
|
|
6
|
-
declare const Label: React.FC<ILabel>;
|
|
7
|
-
export default Label;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface ILabel {
|
|
3
|
+
text: string;
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
}
|
|
6
|
+
declare const Label: React.FC<ILabel>;
|
|
7
|
+
export default Label;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const Loading: () => JSX.Element;
|
|
2
|
-
export default Loading;
|
|
1
|
+
declare const Loading: () => JSX.Element;
|
|
2
|
+
export default Loading;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Model from '@tripian/model';
|
|
3
|
-
interface IMustTryCard {
|
|
4
|
-
taste: Model.TasteItem;
|
|
5
|
-
poiCardClicked: (poi: Model.Poi) => void;
|
|
6
|
-
fetchPois: (tasteId: number) => Promise<Model.Poi[]>;
|
|
7
|
-
}
|
|
8
|
-
declare const MustTryCard: React.FC<IMustTryCard>;
|
|
9
|
-
export default MustTryCard;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Model from '@tripian/model';
|
|
3
|
+
interface IMustTryCard {
|
|
4
|
+
taste: Model.TasteItem;
|
|
5
|
+
poiCardClicked: (poi: Model.Poi) => void;
|
|
6
|
+
fetchPois: (tasteId: number) => Promise<Model.Poi[]>;
|
|
7
|
+
}
|
|
8
|
+
declare const MustTryCard: React.FC<IMustTryCard>;
|
|
9
|
+
export default MustTryCard;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IPlanChangeDay {
|
|
3
|
-
options: Array<{
|
|
4
|
-
id: number;
|
|
5
|
-
date: string;
|
|
6
|
-
}>;
|
|
7
|
-
defaultIndex: number;
|
|
8
|
-
onDayChange: (newDayIndex: number) => void;
|
|
9
|
-
}
|
|
10
|
-
declare const PlanChangeDay: React.FC<IPlanChangeDay>;
|
|
11
|
-
export default PlanChangeDay;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IPlanChangeDay {
|
|
3
|
+
options: Array<{
|
|
4
|
+
id: number;
|
|
5
|
+
date: string;
|
|
6
|
+
}>;
|
|
7
|
+
defaultIndex: number;
|
|
8
|
+
onDayChange: (newDayIndex: number) => void;
|
|
9
|
+
}
|
|
10
|
+
declare const PlanChangeDay: React.FC<IPlanChangeDay>;
|
|
11
|
+
export default PlanChangeDay;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Model from '@tripian/model';
|
|
3
|
-
interface IPoiCategories {
|
|
4
|
-
poiCategories: Model.PoiCategory[];
|
|
5
|
-
click: (categoryId: number[]) => void;
|
|
6
|
-
mustTry: boolean;
|
|
7
|
-
}
|
|
8
|
-
declare const PoiCategories: React.FC<IPoiCategories>;
|
|
9
|
-
export default PoiCategories;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Model from '@tripian/model';
|
|
3
|
+
interface IPoiCategories {
|
|
4
|
+
poiCategories: Model.PoiCategory[];
|
|
5
|
+
click: (categoryId: number[]) => void;
|
|
6
|
+
mustTry: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare const PoiCategories: React.FC<IPoiCategories>;
|
|
9
|
+
export default PoiCategories;
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Model from '@tripian/model';
|
|
3
|
-
interface IPoiInfo {
|
|
4
|
-
poi: Model.Poi;
|
|
5
|
-
favorite: boolean;
|
|
6
|
-
toggleFavorite: (poi: Model.Poi, willFavorite: boolean) => void;
|
|
7
|
-
addRemoveReplacePoi: (poi: Model.Poi, removeReplaceAdd: number) => void;
|
|
8
|
-
close: (poi: Model.Poi) => void;
|
|
9
|
-
dayNumbers?: number[];
|
|
10
|
-
stepOrder?: number;
|
|
11
|
-
replace?: boolean;
|
|
12
|
-
hideActionButtons?: boolean;
|
|
13
|
-
hideFavoriteIcon?: boolean;
|
|
14
|
-
planDate?: string;
|
|
15
|
-
bookingButtonClick?: (productId: string, poi: Model.Poi) => void;
|
|
16
|
-
favoriteLoading: boolean;
|
|
17
|
-
reservationUrl?: string;
|
|
18
|
-
hideBookingButton?: boolean;
|
|
19
|
-
square?: boolean;
|
|
20
|
-
hideTours?: boolean;
|
|
21
|
-
getTourInfo?: (productId: string) => void;
|
|
22
|
-
TOUR_PROVIDER_ID?: Model.PROVIDER_ID;
|
|
23
|
-
TICKET_PROVIDER_ID?: Model.PROVIDER_ID;
|
|
24
|
-
}
|
|
25
|
-
declare const PoiInfo: React.FC<IPoiInfo>;
|
|
26
|
-
export default PoiInfo;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Model from '@tripian/model';
|
|
3
|
+
interface IPoiInfo {
|
|
4
|
+
poi: Model.Poi;
|
|
5
|
+
favorite: boolean;
|
|
6
|
+
toggleFavorite: (poi: Model.Poi, willFavorite: boolean) => void;
|
|
7
|
+
addRemoveReplacePoi: (poi: Model.Poi, removeReplaceAdd: number) => void;
|
|
8
|
+
close: (poi: Model.Poi) => void;
|
|
9
|
+
dayNumbers?: number[];
|
|
10
|
+
stepOrder?: number;
|
|
11
|
+
replace?: boolean;
|
|
12
|
+
hideActionButtons?: boolean;
|
|
13
|
+
hideFavoriteIcon?: boolean;
|
|
14
|
+
planDate?: string;
|
|
15
|
+
bookingButtonClick?: (productId: string, poi: Model.Poi) => void;
|
|
16
|
+
favoriteLoading: boolean;
|
|
17
|
+
reservationUrl?: string;
|
|
18
|
+
hideBookingButton?: boolean;
|
|
19
|
+
square?: boolean;
|
|
20
|
+
hideTours?: boolean;
|
|
21
|
+
getTourInfo?: (productId: string) => void;
|
|
22
|
+
TOUR_PROVIDER_ID?: Model.PROVIDER_ID;
|
|
23
|
+
TICKET_PROVIDER_ID?: Model.PROVIDER_ID;
|
|
24
|
+
}
|
|
25
|
+
declare const PoiInfo: React.FC<IPoiInfo>;
|
|
26
|
+
export default PoiInfo;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Model from '@tripian/model';
|
|
3
|
-
import 'slick-carousel/slick/slick.css';
|
|
4
|
-
import 'slick-carousel/slick/slick-theme.css';
|
|
5
|
-
interface IPoiInfoImage {
|
|
6
|
-
poi: Model.Poi;
|
|
7
|
-
favorite: boolean;
|
|
8
|
-
hideButtons?: boolean;
|
|
9
|
-
favoriteClick: (favorite: boolean) => void;
|
|
10
|
-
close: () => void;
|
|
11
|
-
favoriteLoading: boolean;
|
|
12
|
-
square: boolean;
|
|
13
|
-
}
|
|
14
|
-
declare const PoiInfoImage: React.FC<IPoiInfoImage>;
|
|
15
|
-
export default PoiInfoImage;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Model from '@tripian/model';
|
|
3
|
+
import 'slick-carousel/slick/slick.css';
|
|
4
|
+
import 'slick-carousel/slick/slick-theme.css';
|
|
5
|
+
interface IPoiInfoImage {
|
|
6
|
+
poi: Model.Poi;
|
|
7
|
+
favorite: boolean;
|
|
8
|
+
hideButtons?: boolean;
|
|
9
|
+
favoriteClick: (favorite: boolean) => void;
|
|
10
|
+
close: () => void;
|
|
11
|
+
favoriteLoading: boolean;
|
|
12
|
+
square: boolean;
|
|
13
|
+
}
|
|
14
|
+
declare const PoiInfoImage: React.FC<IPoiInfoImage>;
|
|
15
|
+
export default PoiInfoImage;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Model from '@tripian/model';
|
|
3
|
-
interface IPoiInfoText {
|
|
4
|
-
poi: Model.Poi;
|
|
5
|
-
dayNumbers?: number[];
|
|
6
|
-
planDate?: string;
|
|
7
|
-
reservationUrl?: string;
|
|
8
|
-
hideBookingButton?: boolean;
|
|
9
|
-
bookingButtonClick?: (productId: string, poi: Model.Poi) => void;
|
|
10
|
-
}
|
|
11
|
-
declare const PoiInfoText: React.FC<IPoiInfoText>;
|
|
12
|
-
export default PoiInfoText;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Model from '@tripian/model';
|
|
3
|
+
interface IPoiInfoText {
|
|
4
|
+
poi: Model.Poi;
|
|
5
|
+
dayNumbers?: number[];
|
|
6
|
+
planDate?: string;
|
|
7
|
+
reservationUrl?: string;
|
|
8
|
+
hideBookingButton?: boolean;
|
|
9
|
+
bookingButtonClick?: (productId: string, poi: Model.Poi) => void;
|
|
10
|
+
}
|
|
11
|
+
declare const PoiInfoText: React.FC<IPoiInfoText>;
|
|
12
|
+
export default PoiInfoText;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Model from '@tripian/model';
|
|
3
|
-
interface IPoiListCard {
|
|
4
|
-
poi: Model.Poi;
|
|
5
|
-
}
|
|
6
|
-
declare const PoiListCard: React.FC<IPoiListCard>;
|
|
7
|
-
export default PoiListCard;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Model from '@tripian/model';
|
|
3
|
+
interface IPoiListCard {
|
|
4
|
+
poi: Model.Poi;
|
|
5
|
+
}
|
|
6
|
+
declare const PoiListCard: React.FC<IPoiListCard>;
|
|
7
|
+
export default PoiListCard;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Model from '@tripian/model';
|
|
3
|
-
interface IPoiListSearch {
|
|
4
|
-
pois: Model.Poi[];
|
|
5
|
-
poiSearch: Function;
|
|
6
|
-
}
|
|
7
|
-
declare const PoiListSearch: React.FC<IPoiListSearch>;
|
|
8
|
-
export default PoiListSearch;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Model from '@tripian/model';
|
|
3
|
+
interface IPoiListSearch {
|
|
4
|
+
pois: Model.Poi[];
|
|
5
|
+
poiSearch: Function;
|
|
6
|
+
}
|
|
7
|
+
declare const PoiListSearch: React.FC<IPoiListSearch>;
|
|
8
|
+
export default PoiListSearch;
|