@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
package/package.json
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@tripian/react",
|
|
3
|
-
"version": "4.
|
|
4
|
-
"description": "Tripian Inc React Components",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"types": "index.d.ts",
|
|
7
|
-
"dependencies": {
|
|
8
|
-
"@react-google-maps/api": "^2.12.0",
|
|
9
|
-
"@tripian/model": "^4.
|
|
10
|
-
"moment": "^2.24.0",
|
|
11
|
-
"react": "^18.1.0",
|
|
12
|
-
"react-dates": "^21.8.0",
|
|
13
|
-
"react-dom": "^18.1.0",
|
|
14
|
-
"react-google-recaptcha": "^2.0.1",
|
|
15
|
-
"react-id-swiper": "^3.0.0",
|
|
16
|
-
"react-select": "^3.1.1",
|
|
17
|
-
"react-slick": "^0.25.2",
|
|
18
|
-
"slick-carousel": "^1.8.1",
|
|
19
|
-
"swiper": "^5.4.5"
|
|
20
|
-
},
|
|
21
|
-
"keywords": [
|
|
22
|
-
"tripian",
|
|
23
|
-
"react"
|
|
24
|
-
],
|
|
25
|
-
"repository": {
|
|
26
|
-
"type": "git",
|
|
27
|
-
"url": "git+https://github.com/Tripian-inc/ui-tripian-react.git"
|
|
28
|
-
},
|
|
29
|
-
"author": "Penguen Umut",
|
|
30
|
-
"license": "MIT",
|
|
31
|
-
"bugs": {
|
|
32
|
-
"url": "https://github.com/Tripian-inc/ui-tripian-react/issues"
|
|
33
|
-
},
|
|
34
|
-
"homepage": "https://github.com/Tripian-inc/ui-tripian-react#readme"
|
|
35
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@tripian/react",
|
|
3
|
+
"version": "4.6.2",
|
|
4
|
+
"description": "Tripian Inc React Components",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"types": "index.d.ts",
|
|
7
|
+
"dependencies": {
|
|
8
|
+
"@react-google-maps/api": "^2.12.0",
|
|
9
|
+
"@tripian/model": "^4.6.0",
|
|
10
|
+
"moment": "^2.24.0",
|
|
11
|
+
"react": "^18.1.0",
|
|
12
|
+
"react-dates": "^21.8.0",
|
|
13
|
+
"react-dom": "^18.1.0",
|
|
14
|
+
"react-google-recaptcha": "^2.0.1",
|
|
15
|
+
"react-id-swiper": "^3.0.0",
|
|
16
|
+
"react-select": "^3.1.1",
|
|
17
|
+
"react-slick": "^0.25.2",
|
|
18
|
+
"slick-carousel": "^1.8.1",
|
|
19
|
+
"swiper": "^5.4.5"
|
|
20
|
+
},
|
|
21
|
+
"keywords": [
|
|
22
|
+
"tripian",
|
|
23
|
+
"react"
|
|
24
|
+
],
|
|
25
|
+
"repository": {
|
|
26
|
+
"type": "git",
|
|
27
|
+
"url": "git+https://github.com/Tripian-inc/ui-tripian-react.git"
|
|
28
|
+
},
|
|
29
|
+
"author": "Penguen Umut",
|
|
30
|
+
"license": "MIT",
|
|
31
|
+
"bugs": {
|
|
32
|
+
"url": "https://github.com/Tripian-inc/ui-tripian-react/issues"
|
|
33
|
+
},
|
|
34
|
+
"homepage": "https://github.com/Tripian-inc/ui-tripian-react#readme"
|
|
35
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Model, { 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: (url: string) => void;
|
|
10
|
-
onAddToItinerary: (accommodation: Model.Accommodation) => void;
|
|
11
|
-
close: () => void;
|
|
12
|
-
}
|
|
13
|
-
declare const BbAccommodationInfo: React.FC<IBbAccommodationInfo>;
|
|
14
|
-
export default BbAccommodationInfo;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Model, { 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: (url: string) => void;
|
|
10
|
+
onAddToItinerary: (accommodation: Model.Accommodation) => void;
|
|
11
|
+
close: () => void;
|
|
12
|
+
}
|
|
13
|
+
declare const BbAccommodationInfo: React.FC<IBbAccommodationInfo>;
|
|
14
|
+
export default BbAccommodationInfo;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import 'slick-carousel/slick/slick.css';
|
|
3
|
+
import 'slick-carousel/slick/slick-theme.css';
|
|
4
|
+
import { Providers } from '@tripian/model';
|
|
5
|
+
interface IBbCarRentInfo {
|
|
6
|
+
pickUpDateTime: string;
|
|
7
|
+
dropOffDateTime: string;
|
|
8
|
+
offer: Providers.Bb.SearchCarRentOffer;
|
|
9
|
+
onRentNow: (url: string) => void;
|
|
10
|
+
close: () => void;
|
|
11
|
+
}
|
|
12
|
+
declare const BbCarRentInfo: React.FC<IBbCarRentInfo>;
|
|
13
|
+
export default BbCarRentInfo;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Providers } from '@tripian/model';
|
|
3
|
-
interface IBbTourCard {
|
|
4
|
-
tour: Providers.Bb.Product;
|
|
5
|
-
bodyClicked: (tour: Providers.Bb.Product) => void;
|
|
6
|
-
}
|
|
7
|
-
declare const BbTourCard: React.FC<IBbTourCard>;
|
|
8
|
-
export default BbTourCard;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Providers } from '@tripian/model';
|
|
3
|
+
interface IBbTourCard {
|
|
4
|
+
tour: Providers.Bb.Product;
|
|
5
|
+
bodyClicked: (tour: Providers.Bb.Product) => void;
|
|
6
|
+
}
|
|
7
|
+
declare const BbTourCard: React.FC<IBbTourCard>;
|
|
8
|
+
export default BbTourCard;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IBbTourCardImage {
|
|
3
|
-
tourImage: string;
|
|
4
|
-
}
|
|
5
|
-
declare const BbTourCardImage: React.FC<IBbTourCardImage>;
|
|
6
|
-
export default BbTourCardImage;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IBbTourCardImage {
|
|
3
|
+
tourImage: string;
|
|
4
|
+
}
|
|
5
|
+
declare const BbTourCardImage: React.FC<IBbTourCardImage>;
|
|
6
|
+
export default BbTourCardImage;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Providers } from '@tripian/model';
|
|
3
|
-
interface IBbTourCardText {
|
|
4
|
-
tour: Providers.Bb.Product;
|
|
5
|
-
}
|
|
6
|
-
declare const BbTourCardText: React.FC<IBbTourCardText>;
|
|
7
|
-
export default BbTourCardText;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Providers } from '@tripian/model';
|
|
3
|
+
interface IBbTourCardText {
|
|
4
|
+
tour: Providers.Bb.Product;
|
|
5
|
+
}
|
|
6
|
+
declare const BbTourCardText: React.FC<IBbTourCardText>;
|
|
7
|
+
export default BbTourCardText;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Model, { Providers } from '@tripian/model';
|
|
3
|
-
interface IBbTourInfo {
|
|
4
|
-
product: Providers.Bb.Product;
|
|
5
|
-
activityInfo: Providers.Bb.ActivityInfo;
|
|
6
|
-
tripProfile: Model.TripProfile;
|
|
7
|
-
tripCurrentDate: string;
|
|
8
|
-
onBookNow: (bbUrl: string) => void;
|
|
9
|
-
close: () => void;
|
|
10
|
-
}
|
|
11
|
-
declare const BbTourInfo: React.FC<IBbTourInfo>;
|
|
12
|
-
export default BbTourInfo;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Model, { Providers } from '@tripian/model';
|
|
3
|
+
interface IBbTourInfo {
|
|
4
|
+
product: Providers.Bb.Product;
|
|
5
|
+
activityInfo: Providers.Bb.ActivityInfo;
|
|
6
|
+
tripProfile: Model.TripProfile;
|
|
7
|
+
tripCurrentDate: string;
|
|
8
|
+
onBookNow: (bbUrl: string) => void;
|
|
9
|
+
close: () => void;
|
|
10
|
+
}
|
|
11
|
+
declare const BbTourInfo: React.FC<IBbTourInfo>;
|
|
12
|
+
export default BbTourInfo;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Model from '@tripian/model';
|
|
3
|
-
import moment from 'moment';
|
|
4
|
-
interface IBbTourInfoForm {
|
|
5
|
-
tripProfile: Model.TripProfile;
|
|
6
|
-
date: moment.Moment;
|
|
7
|
-
price?: number;
|
|
8
|
-
showNotFoundMessage?: boolean;
|
|
9
|
-
onChangeDate: (date: moment.Moment) => void;
|
|
10
|
-
searchClick: () => void;
|
|
11
|
-
}
|
|
12
|
-
declare const BbTourInfoForm: React.FC<IBbTourInfoForm>;
|
|
13
|
-
export default BbTourInfoForm;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Model from '@tripian/model';
|
|
3
|
+
import moment from 'moment';
|
|
4
|
+
interface IBbTourInfoForm {
|
|
5
|
+
tripProfile: Model.TripProfile;
|
|
6
|
+
date: moment.Moment;
|
|
7
|
+
price?: number;
|
|
8
|
+
showNotFoundMessage?: boolean;
|
|
9
|
+
onChangeDate: (date: moment.Moment) => void;
|
|
10
|
+
searchClick: () => void;
|
|
11
|
+
}
|
|
12
|
+
declare const BbTourInfoForm: React.FC<IBbTourInfoForm>;
|
|
13
|
+
export default BbTourInfoForm;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Providers } from '@tripian/model';
|
|
3
|
-
import 'slick-carousel/slick/slick.css';
|
|
4
|
-
import 'slick-carousel/slick/slick-theme.css';
|
|
5
|
-
interface IBbTourInfoImage {
|
|
6
|
-
images: Providers.Bb.ActivityInfoImage[];
|
|
7
|
-
}
|
|
8
|
-
declare const BbTourInfoImage: React.FC<IBbTourInfoImage>;
|
|
9
|
-
export default BbTourInfoImage;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Providers } from '@tripian/model';
|
|
3
|
+
import 'slick-carousel/slick/slick.css';
|
|
4
|
+
import 'slick-carousel/slick/slick-theme.css';
|
|
5
|
+
interface IBbTourInfoImage {
|
|
6
|
+
images: Providers.Bb.ActivityInfoImage[];
|
|
7
|
+
}
|
|
8
|
+
declare const BbTourInfoImage: React.FC<IBbTourInfoImage>;
|
|
9
|
+
export default BbTourInfoImage;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Providers } from '@tripian/model';
|
|
3
|
-
interface IBbTourInfoText {
|
|
4
|
-
activityInfo: Providers.Bb.ActivityInfo;
|
|
5
|
-
}
|
|
6
|
-
declare const BbTourInfoText: React.FC<IBbTourInfoText>;
|
|
7
|
-
export default BbTourInfoText;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Providers } from '@tripian/model';
|
|
3
|
+
interface IBbTourInfoText {
|
|
4
|
+
activityInfo: Providers.Bb.ActivityInfo;
|
|
5
|
+
}
|
|
6
|
+
declare const BbTourInfoText: React.FC<IBbTourInfoText>;
|
|
7
|
+
export default BbTourInfoText;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const durationFormat: (duration: number) => string;
|
|
1
|
+
export declare const durationFormat: (duration: number) => string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Providers } from '@tripian/model';
|
|
3
|
-
interface IGlxTourCard {
|
|
4
|
-
bookingRef: Providers.Glx.BookingRef;
|
|
5
|
-
bodyClicked: (booking: Providers.Glx.BookingRef) => void;
|
|
6
|
-
}
|
|
7
|
-
declare const GlxTourCard: React.FC<IGlxTourCard>;
|
|
8
|
-
export default GlxTourCard;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Providers } from '@tripian/model';
|
|
3
|
+
interface IGlxTourCard {
|
|
4
|
+
bookingRef: Providers.Glx.BookingRef;
|
|
5
|
+
bodyClicked: (booking: Providers.Glx.BookingRef) => void;
|
|
6
|
+
}
|
|
7
|
+
declare const GlxTourCard: React.FC<IGlxTourCard>;
|
|
8
|
+
export default GlxTourCard;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Providers } from '@tripian/model';
|
|
3
|
-
interface IGlxTourCardImage {
|
|
4
|
-
bookingRef: Providers.Glx.BookingRef;
|
|
5
|
-
}
|
|
6
|
-
declare const GlxTourCardImage: React.FC<IGlxTourCardImage>;
|
|
7
|
-
export default GlxTourCardImage;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Providers } from '@tripian/model';
|
|
3
|
+
interface IGlxTourCardImage {
|
|
4
|
+
bookingRef: Providers.Glx.BookingRef;
|
|
5
|
+
}
|
|
6
|
+
declare const GlxTourCardImage: React.FC<IGlxTourCardImage>;
|
|
7
|
+
export default GlxTourCardImage;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Providers } from '@tripian/model';
|
|
3
|
-
interface IGlxTourCardText {
|
|
4
|
-
bookingRef: Providers.Glx.BookingRef;
|
|
5
|
-
}
|
|
6
|
-
declare const GlxTourCardText: React.FC<IGlxTourCardText>;
|
|
7
|
-
export default GlxTourCardText;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Providers } from '@tripian/model';
|
|
3
|
+
interface IGlxTourCardText {
|
|
4
|
+
bookingRef: Providers.Glx.BookingRef;
|
|
5
|
+
}
|
|
6
|
+
declare const GlxTourCardText: React.FC<IGlxTourCardText>;
|
|
7
|
+
export default GlxTourCardText;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Providers } from '@tripian/model';
|
|
3
|
-
interface IGlxTourInfo {
|
|
4
|
-
booking: Providers.Glx.Booking;
|
|
5
|
-
bookingRate: Providers.Glx.TourRating;
|
|
6
|
-
bookingReviews?: Providers.Glx.TourReview[];
|
|
7
|
-
close: () => void;
|
|
8
|
-
}
|
|
9
|
-
declare const GlxTourInfo: React.FC<IGlxTourInfo>;
|
|
10
|
-
export default GlxTourInfo;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Providers } from '@tripian/model';
|
|
3
|
+
interface IGlxTourInfo {
|
|
4
|
+
booking: Providers.Glx.Booking;
|
|
5
|
+
bookingRate: Providers.Glx.TourRating;
|
|
6
|
+
bookingReviews?: Providers.Glx.TourReview[];
|
|
7
|
+
close: () => void;
|
|
8
|
+
}
|
|
9
|
+
declare const GlxTourInfo: React.FC<IGlxTourInfo>;
|
|
10
|
+
export default GlxTourInfo;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Providers } from '@tripian/model';
|
|
3
|
-
interface IGlxTourInfoForm {
|
|
4
|
-
booking: Providers.Glx.Booking;
|
|
5
|
-
bookingRate: Providers.Glx.TourRating;
|
|
6
|
-
}
|
|
7
|
-
declare const GlxTourInfoForm: React.FC<IGlxTourInfoForm>;
|
|
8
|
-
export default GlxTourInfoForm;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Providers } from '@tripian/model';
|
|
3
|
+
interface IGlxTourInfoForm {
|
|
4
|
+
booking: Providers.Glx.Booking;
|
|
5
|
+
bookingRate: Providers.Glx.TourRating;
|
|
6
|
+
}
|
|
7
|
+
declare const GlxTourInfoForm: React.FC<IGlxTourInfoForm>;
|
|
8
|
+
export default GlxTourInfoForm;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Providers } from '@tripian/model';
|
|
3
|
-
import 'slick-carousel/slick/slick.css';
|
|
4
|
-
import 'slick-carousel/slick/slick-theme.css';
|
|
5
|
-
interface IGlxTourInfoImage {
|
|
6
|
-
booking: Providers.Glx.Booking;
|
|
7
|
-
close: () => void;
|
|
8
|
-
}
|
|
9
|
-
declare const GlxTourInfoImage: React.FC<IGlxTourInfoImage>;
|
|
10
|
-
export default GlxTourInfoImage;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Providers } from '@tripian/model';
|
|
3
|
+
import 'slick-carousel/slick/slick.css';
|
|
4
|
+
import 'slick-carousel/slick/slick-theme.css';
|
|
5
|
+
interface IGlxTourInfoImage {
|
|
6
|
+
booking: Providers.Glx.Booking;
|
|
7
|
+
close: () => void;
|
|
8
|
+
}
|
|
9
|
+
declare const GlxTourInfoImage: React.FC<IGlxTourInfoImage>;
|
|
10
|
+
export default GlxTourInfoImage;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Providers } from '@tripian/model';
|
|
3
|
-
interface IGlxTourInfoText {
|
|
4
|
-
booking: Providers.Glx.Booking;
|
|
5
|
-
}
|
|
6
|
-
declare const GlxTourInfoText: React.FC<IGlxTourInfoText>;
|
|
7
|
-
export default GlxTourInfoText;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Providers } from '@tripian/model';
|
|
3
|
+
interface IGlxTourInfoText {
|
|
4
|
+
booking: Providers.Glx.Booking;
|
|
5
|
+
}
|
|
6
|
+
declare const GlxTourInfoText: React.FC<IGlxTourInfoText>;
|
|
7
|
+
export default GlxTourInfoText;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Providers } from '@tripian/model';
|
|
3
|
-
interface IBookingDetails {
|
|
4
|
-
bookingInfo: Providers.Gyg.TourReservationDetails;
|
|
5
|
-
}
|
|
6
|
-
declare const BookingDetails: React.FC<IBookingDetails>;
|
|
7
|
-
export default BookingDetails;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Providers } from '@tripian/model';
|
|
3
|
+
interface IBookingDetails {
|
|
4
|
+
bookingInfo: Providers.Gyg.TourReservationDetails;
|
|
5
|
+
}
|
|
6
|
+
declare const BookingDetails: React.FC<IBookingDetails>;
|
|
7
|
+
export default BookingDetails;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Providers } from '@tripian/model';
|
|
3
|
-
interface IGygTourCard {
|
|
4
|
-
tour: Providers.Gyg.Tour;
|
|
5
|
-
bodyClicked: (tour: Providers.Gyg.Tour) => void;
|
|
6
|
-
}
|
|
7
|
-
declare const GygTourCard: React.FC<IGygTourCard>;
|
|
8
|
-
export default GygTourCard;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Providers } from '@tripian/model';
|
|
3
|
+
interface IGygTourCard {
|
|
4
|
+
tour: Providers.Gyg.Tour;
|
|
5
|
+
bodyClicked: (tour: Providers.Gyg.Tour) => void;
|
|
6
|
+
}
|
|
7
|
+
declare const GygTourCard: React.FC<IGygTourCard>;
|
|
8
|
+
export default GygTourCard;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Providers } from '@tripian/model';
|
|
3
|
-
interface IGygTourCardImage {
|
|
4
|
-
tourImage: Providers.Gyg.TourPictures[];
|
|
5
|
-
}
|
|
6
|
-
declare const GygTourCardImage: React.FC<IGygTourCardImage>;
|
|
7
|
-
export default GygTourCardImage;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Providers } from '@tripian/model';
|
|
3
|
+
interface IGygTourCardImage {
|
|
4
|
+
tourImage: Providers.Gyg.TourPictures[];
|
|
5
|
+
}
|
|
6
|
+
declare const GygTourCardImage: React.FC<IGygTourCardImage>;
|
|
7
|
+
export default GygTourCardImage;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Providers } from '@tripian/model';
|
|
3
|
-
interface IGygTourCardText {
|
|
4
|
-
tour: Providers.Gyg.Tour;
|
|
5
|
-
}
|
|
6
|
-
declare const GygTourCardText: React.FC<IGygTourCardText>;
|
|
7
|
-
export default GygTourCardText;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Providers } from '@tripian/model';
|
|
3
|
+
interface IGygTourCardText {
|
|
4
|
+
tour: Providers.Gyg.Tour;
|
|
5
|
+
}
|
|
6
|
+
declare const GygTourCardText: React.FC<IGygTourCardText>;
|
|
7
|
+
export default GygTourCardText;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Model, { Providers } from '@tripian/model';
|
|
3
|
-
interface IGygTourInfo {
|
|
4
|
-
initialDate: string;
|
|
5
|
-
adultCount: number;
|
|
6
|
-
startDate: string;
|
|
7
|
-
endDate: string;
|
|
8
|
-
childrenCount?: number;
|
|
9
|
-
tour: Providers.Gyg.Tour;
|
|
10
|
-
showCloseButton?: boolean;
|
|
11
|
-
tourOptionDetails?: Providers.Gyg.TourOptionDetails[];
|
|
12
|
-
bookingInfo?: Providers.Gyg.TourBooking;
|
|
13
|
-
loading?: boolean;
|
|
14
|
-
user?: Model.User;
|
|
15
|
-
close: () => void;
|
|
16
|
-
tourInfoFormCallback: (date: string, adultCount: number, tourId: number, childrenCount?: number) => void;
|
|
17
|
-
bookingClick: (bookingRequest: Providers.Gyg.TourBookingRequest) => void;
|
|
18
|
-
paymentClick: (data: Providers.Gyg.TourShoppingFormData) => void;
|
|
19
|
-
}
|
|
20
|
-
declare const GygTourInfo: React.FC<IGygTourInfo>;
|
|
21
|
-
export default GygTourInfo;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Model, { Providers } from '@tripian/model';
|
|
3
|
+
interface IGygTourInfo {
|
|
4
|
+
initialDate: string;
|
|
5
|
+
adultCount: number;
|
|
6
|
+
startDate: string;
|
|
7
|
+
endDate: string;
|
|
8
|
+
childrenCount?: number;
|
|
9
|
+
tour: Providers.Gyg.Tour;
|
|
10
|
+
showCloseButton?: boolean;
|
|
11
|
+
tourOptionDetails?: Providers.Gyg.TourOptionDetails[];
|
|
12
|
+
bookingInfo?: Providers.Gyg.TourBooking;
|
|
13
|
+
loading?: boolean;
|
|
14
|
+
user?: Model.User;
|
|
15
|
+
close: () => void;
|
|
16
|
+
tourInfoFormCallback: (date: string, adultCount: number, tourId: number, childrenCount?: number) => void;
|
|
17
|
+
bookingClick: (bookingRequest: Providers.Gyg.TourBookingRequest) => void;
|
|
18
|
+
paymentClick: (data: Providers.Gyg.TourShoppingFormData) => void;
|
|
19
|
+
}
|
|
20
|
+
declare const GygTourInfo: React.FC<IGygTourInfo>;
|
|
21
|
+
export default GygTourInfo;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Providers } from '@tripian/model';
|
|
3
|
-
interface IGygTourInfoForm {
|
|
4
|
-
initialDate: string;
|
|
5
|
-
adultCount: number;
|
|
6
|
-
startDate: string;
|
|
7
|
-
endDate: string;
|
|
8
|
-
childrenCount?: number;
|
|
9
|
-
tour: Providers.Gyg.Tour;
|
|
10
|
-
tourOptionDetails?: Providers.Gyg.TourOptionDetails[];
|
|
11
|
-
bookingInfo?: Providers.Gyg.TourBooking;
|
|
12
|
-
loading?: boolean;
|
|
13
|
-
savingRate?: number;
|
|
14
|
-
tourInfoFormCallback: (date: string, adultCount: number, tourId: number, childrenCount?: number) => void;
|
|
15
|
-
}
|
|
16
|
-
declare const GygTourInfoForm: React.FC<IGygTourInfoForm>;
|
|
17
|
-
export default GygTourInfoForm;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Providers } from '@tripian/model';
|
|
3
|
+
interface IGygTourInfoForm {
|
|
4
|
+
initialDate: string;
|
|
5
|
+
adultCount: number;
|
|
6
|
+
startDate: string;
|
|
7
|
+
endDate: string;
|
|
8
|
+
childrenCount?: number;
|
|
9
|
+
tour: Providers.Gyg.Tour;
|
|
10
|
+
tourOptionDetails?: Providers.Gyg.TourOptionDetails[];
|
|
11
|
+
bookingInfo?: Providers.Gyg.TourBooking;
|
|
12
|
+
loading?: boolean;
|
|
13
|
+
savingRate?: number;
|
|
14
|
+
tourInfoFormCallback: (date: string, adultCount: number, tourId: number, childrenCount?: number) => void;
|
|
15
|
+
}
|
|
16
|
+
declare const GygTourInfoForm: React.FC<IGygTourInfoForm>;
|
|
17
|
+
export default GygTourInfoForm;
|
package/providers/gyg/components/GygTourInfo/GygTourInfoForm/GygTourOption/GygTourOption.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { Providers } from '@tripian/model';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
interface IGygTourOption {
|
|
4
|
-
tourOption: Providers.Gyg.TourOption;
|
|
5
|
-
availabilities: Providers.Gyg.TourAvailability[];
|
|
6
|
-
pricings?: Providers.Gyg.TourOptionPricing;
|
|
7
|
-
adultCount: number;
|
|
8
|
-
childrenCount?: number;
|
|
9
|
-
isSelected?: boolean;
|
|
10
|
-
bookingRequestCallback: (bookingRequest: Providers.Gyg.TourBookingRequest) => void;
|
|
11
|
-
}
|
|
12
|
-
declare const GygTourOption: React.FC<IGygTourOption>;
|
|
13
|
-
export default GygTourOption;
|
|
1
|
+
import { Providers } from '@tripian/model';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
interface IGygTourOption {
|
|
4
|
+
tourOption: Providers.Gyg.TourOption;
|
|
5
|
+
availabilities: Providers.Gyg.TourAvailability[];
|
|
6
|
+
pricings?: Providers.Gyg.TourOptionPricing;
|
|
7
|
+
adultCount: number;
|
|
8
|
+
childrenCount?: number;
|
|
9
|
+
isSelected?: boolean;
|
|
10
|
+
bookingRequestCallback: (bookingRequest: Providers.Gyg.TourBookingRequest) => void;
|
|
11
|
+
}
|
|
12
|
+
declare const GygTourOption: React.FC<IGygTourOption>;
|
|
13
|
+
export default GygTourOption;
|
package/providers/gyg/components/GygTourInfo/GygTourInfoForm/GygTourOption/isoLanguages.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const isoLanguages: {
|
|
2
|
-
code: string;
|
|
3
|
-
name: string;
|
|
4
|
-
}[];
|
|
1
|
+
export declare const isoLanguages: {
|
|
2
|
+
code: string;
|
|
3
|
+
name: string;
|
|
4
|
+
}[];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import Model, { Providers } from '@tripian/model';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
interface IGygTourShoppingForm {
|
|
4
|
-
user?: Model.User;
|
|
5
|
-
clicked: (data: Providers.Gyg.TourShoppingFormData) => void;
|
|
6
|
-
}
|
|
7
|
-
declare const GygTourShoppingForm: React.FC<IGygTourShoppingForm>;
|
|
8
|
-
export default GygTourShoppingForm;
|
|
1
|
+
import Model, { Providers } from '@tripian/model';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
interface IGygTourShoppingForm {
|
|
4
|
+
user?: Model.User;
|
|
5
|
+
clicked: (data: Providers.Gyg.TourShoppingFormData) => void;
|
|
6
|
+
}
|
|
7
|
+
declare const GygTourShoppingForm: React.FC<IGygTourShoppingForm>;
|
|
8
|
+
export default GygTourShoppingForm;
|
package/providers/gyg/components/GygTourInfo/GygTourInfoForm/GygTourShoppingForm/timezones.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare type TimeZone = {
|
|
2
|
-
Name: string;
|
|
3
|
-
Code: string;
|
|
4
|
-
Timezone: string;
|
|
5
|
-
UTC: string;
|
|
6
|
-
MobileCode: string;
|
|
7
|
-
};
|
|
8
|
-
export declare const allTimeZone: TimeZone[];
|
|
1
|
+
export declare type TimeZone = {
|
|
2
|
+
Name: string;
|
|
3
|
+
Code: string;
|
|
4
|
+
Timezone: string;
|
|
5
|
+
UTC: string;
|
|
6
|
+
MobileCode: string;
|
|
7
|
+
};
|
|
8
|
+
export declare const allTimeZone: TimeZone[];
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Providers } from '@tripian/model';
|
|
3
|
-
import 'slick-carousel/slick/slick.css';
|
|
4
|
-
import 'slick-carousel/slick/slick-theme.css';
|
|
5
|
-
interface IGygTourInfoImage {
|
|
6
|
-
tourImage: Providers.Gyg.TourPictures[];
|
|
7
|
-
}
|
|
8
|
-
declare const GygTourInfoImage: React.FC<IGygTourInfoImage>;
|
|
9
|
-
export default GygTourInfoImage;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Providers } from '@tripian/model';
|
|
3
|
+
import 'slick-carousel/slick/slick.css';
|
|
4
|
+
import 'slick-carousel/slick/slick-theme.css';
|
|
5
|
+
interface IGygTourInfoImage {
|
|
6
|
+
tourImage: Providers.Gyg.TourPictures[];
|
|
7
|
+
}
|
|
8
|
+
declare const GygTourInfoImage: React.FC<IGygTourInfoImage>;
|
|
9
|
+
export default GygTourInfoImage;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Providers } from '@tripian/model';
|
|
3
|
-
interface IGygTourInfoText {
|
|
4
|
-
tour: Providers.Gyg.Tour;
|
|
5
|
-
}
|
|
6
|
-
declare const GygTourInfoText: React.FC<IGygTourInfoText>;
|
|
7
|
-
export default GygTourInfoText;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Providers } from '@tripian/model';
|
|
3
|
+
interface IGygTourInfoText {
|
|
4
|
+
tour: Providers.Gyg.Tour;
|
|
5
|
+
}
|
|
6
|
+
declare const GygTourInfoText: React.FC<IGygTourInfoText>;
|
|
7
|
+
export default GygTourInfoText;
|