@tripian/react 9.1.16 → 9.1.18
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/PoiInfo/PoiInfo.d.ts +1 -0
- package/components/PoiInfo/PoiInfoText/PoiInfoText.d.ts +3 -0
- package/components/PoiRefCard/PoiRefCard.d.ts +2 -0
- package/components/StepAlternativeCard/StepAlternativeCard.d.ts +1 -0
- package/components/StepCard/StepCard.d.ts +2 -0
- package/components/StepCardUserReaction/StepCardUserReaction.d.ts +2 -0
- package/components/StepInfo/StepInfo.d.ts +1 -0
- package/components/TourTicketLazyLoading/TourTicketLazyLoading.d.ts +3 -0
- package/components/base/LazyLoading/LazyLoading.d.ts +3 -0
- package/components/base/Svg/Icons/Ticket.d.ts +1 -0
- package/components/base/Svg/Icons/Tour.d.ts +1 -0
- package/index.d.ts +2 -1
- package/index.js +2745 -2728
- package/index.js.map +1 -1
- package/min.css +1 -1
- package/package.json +2 -2
|
@@ -27,6 +27,7 @@ interface IPoiInfo {
|
|
|
27
27
|
getTourInfo?: (productId: string, poi: Model.Poi) => void;
|
|
28
28
|
tourProducts: Model.BookingProduct[];
|
|
29
29
|
ticketProducts: Model.BookingProduct[];
|
|
30
|
+
tourTicketProductsLoading: boolean;
|
|
30
31
|
RESTAURANT_RESERVATION_PROVIDER_IDS: Model.PROVIDER_ID[];
|
|
31
32
|
myOffers: Model.Poi[];
|
|
32
33
|
isLoadingOffer: (offerId: number) => boolean;
|
|
@@ -18,6 +18,9 @@ interface IPoiInfoText {
|
|
|
18
18
|
reservationUrl?: string;
|
|
19
19
|
hideBookingButton: boolean;
|
|
20
20
|
bookingButtonClick?: (productId: string, poi: Model.Poi) => void;
|
|
21
|
+
tourTicketButtonClick?: () => void;
|
|
22
|
+
tourTicketProductsLoading?: boolean;
|
|
23
|
+
showTourTicketButton?: boolean;
|
|
21
24
|
RESTAURANT_RESERVATION_PROVIDER_IDS: Model.PROVIDER_ID[];
|
|
22
25
|
t: (value: Model.TranslationKey) => string;
|
|
23
26
|
}
|
|
@@ -16,6 +16,8 @@ interface IPoiRefCard {
|
|
|
16
16
|
hideOfferIcon: boolean;
|
|
17
17
|
gygTourIds: number[];
|
|
18
18
|
bbTourIds: number[];
|
|
19
|
+
viatorTourIds: string[];
|
|
20
|
+
tourTicketProductsLoading?: boolean;
|
|
19
21
|
t: (value: Model.TranslationKey) => string;
|
|
20
22
|
}
|
|
21
23
|
declare const PoiRefCard: React.FC<IPoiRefCard>;
|
|
@@ -23,6 +23,8 @@ interface IStepCard {
|
|
|
23
23
|
hideCuisine?: boolean;
|
|
24
24
|
gygTourIds: number[];
|
|
25
25
|
bbTourIds: number[];
|
|
26
|
+
viatorTourIds: string[];
|
|
27
|
+
tourTicketProductsLoading: boolean;
|
|
26
28
|
t: (value: Model.TranslationKey) => string;
|
|
27
29
|
}
|
|
28
30
|
declare const StepCard: React.FC<IStepCard>;
|
|
@@ -29,6 +29,8 @@ interface IStepCardUserReaction {
|
|
|
29
29
|
hideCuisine?: boolean;
|
|
30
30
|
gygTourIds: number[];
|
|
31
31
|
bbTourIds: number[];
|
|
32
|
+
viatorTourIds: string[];
|
|
33
|
+
tourTicketProductsLoading: boolean;
|
|
32
34
|
t: (value: Model.TranslationKey) => string;
|
|
33
35
|
}
|
|
34
36
|
declare const StepCardUserReaction: React.FC<IStepCardUserReaction>;
|
|
@@ -22,6 +22,7 @@ interface IStepInfo {
|
|
|
22
22
|
getTourInfo?: (productId: string, poi: Model.Poi) => void;
|
|
23
23
|
tourProducts: Model.BookingProduct[];
|
|
24
24
|
ticketProducts: Model.BookingProduct[];
|
|
25
|
+
tourTicketProductsLoading: boolean;
|
|
25
26
|
RESTAURANT_RESERVATION_PROVIDER_IDS: Model.PROVIDER_ID[];
|
|
26
27
|
myOffers: Model.Poi[];
|
|
27
28
|
isLoadingOffer: (offerId: number) => boolean;
|
package/index.d.ts
CHANGED
|
@@ -33,6 +33,7 @@ import DatePicker from './components/DatePicker/DatePicker';
|
|
|
33
33
|
import DateRangePicker from './components/DateRangePicker/DateRangePicker';
|
|
34
34
|
import DeleteUser from './components/DeleteUser/DeleteUser';
|
|
35
35
|
import DeleteUserSuccess from './components/DeleteUserSuccess/DeleteUserSuccess';
|
|
36
|
+
import DestinationSelect from './components/DestinationSelect/DestinationSelect';
|
|
36
37
|
import DirectionInfo from './components/DirectionInfo/DirectionInfo';
|
|
37
38
|
import Dropdown from './components/base/Dropdown/Dropdown';
|
|
38
39
|
import ErrorMessage from './components/base/ErrorMessage/ErrorMessage';
|
|
@@ -133,4 +134,4 @@ import ViatorTourInfoImage from './providers/viator/components/ViatorProductInfo
|
|
|
133
134
|
import QuestionTemplate from './components/QuestionTemplate/QuestionTemplate';
|
|
134
135
|
import BookingDetails from './providers/gyg/components/BookingDetails/BookingDetails';
|
|
135
136
|
import Accordion from './components/base/Accordion/Accordion';
|
|
136
|
-
export { Accordion, AccommondationCard, AccommondationInfo, Badge, BackButton, Backdrop, BbAccommodationInfo, BbCarRentInfo, BbTourCard, BbTourInfo, BbTourInfoForm, BbTourInfoImage, BbTourInfoOffer, BbTourInfoText, Booking, BookingCard, BookingDetails, Button, ButtonIcons, BUTTON_TYPES, ButterflyCard, ButterflyCardSlider, CardSlider, Checkbox, CreateIconButton, CloseIconButton, CloseIconButton2, ConfirmModalPopup, Copy, CouponCard, CustomPopover, CustomSlider, DatePicker, DateRangePicker, DeleteUser, DeleteUserSuccess, DirectionInfo, Dropdown, ErrorMessage, Feedback, FlightCard, FormTemplateAgent, FormTemplateCompanion, FormTemplateLogin, FormTemplateNewPassword, FormTemplateProfile, FormTemplateRegister, FormTemplateResetPassword, FormTemplateToursAndTickets, FormTemplateTripNext, FormTemplateTripNextWidget, GoogleMaps, GoogleMapsPoiInfo, GoogleMapsSearch, GPlacesAutocomplete2, GygTourCard, GygTourInfoEx, GygTourInfoForm, GygTourInfoImage, GygTourShoppingForm, GygTourOption, IconImage, Img, ImgLazy, Input, ItineraryCardSlider, Label, Loading, MapCategory, Modal, ModalFull, MustTryCard, NumberCounter, NumberInput, Notification, OfferAvailableDaySelect, OfferCard, OpeningsForm, PageLoading, PlanChangeDay, PoiCategories, PoiInfo, PoiInfoImage, PoiInfoText, PoiListCard, PoiListSearch, PoiRefCard, PoiSearchAutoComplete, PoiOfferRefCard, PreAppLoading, PreLoading, Price, ProgressLoading, ProgressAppLoading, RadioButton, RadioButtonGroup, RatingStars, ReadMoreLess, RefCard, ReservationDetails, ResetPasswordApproved, ResetPasswordEmail, RezdyProductCard, RezdyTourInfo, RezdyTourInfoImage, RouteResult, RSelect, SearchThisArea, SideNavigation, SocialLogin, StepAlternativeCard, StepCard, StepCardUserReaction, StepInfo, StepTimeframe, Svg, Switch, SvgIcons, QuestionTemplate, TabMenu, TasteCard, TasteCard2, TasteInfo, TextField, Toggle, ToggleSwitch, TourRefCardProduct, TripCard, TripSavedCard, UserCompanions, UserFeedbacks, ViatorProductCard, ViatorProductInfo, ViatorTourInfoImage, };
|
|
137
|
+
export { Accordion, AccommondationCard, AccommondationInfo, Badge, BackButton, Backdrop, BbAccommodationInfo, BbCarRentInfo, BbTourCard, BbTourInfo, BbTourInfoForm, BbTourInfoImage, BbTourInfoOffer, BbTourInfoText, Booking, BookingCard, BookingDetails, Button, ButtonIcons, BUTTON_TYPES, ButterflyCard, ButterflyCardSlider, CardSlider, Checkbox, CreateIconButton, CloseIconButton, CloseIconButton2, ConfirmModalPopup, Copy, CouponCard, CustomPopover, CustomSlider, DatePicker, DateRangePicker, DeleteUser, DeleteUserSuccess, DestinationSelect, DirectionInfo, Dropdown, ErrorMessage, Feedback, FlightCard, FormTemplateAgent, FormTemplateCompanion, FormTemplateLogin, FormTemplateNewPassword, FormTemplateProfile, FormTemplateRegister, FormTemplateResetPassword, FormTemplateToursAndTickets, FormTemplateTripNext, FormTemplateTripNextWidget, GoogleMaps, GoogleMapsPoiInfo, GoogleMapsSearch, GPlacesAutocomplete2, GygTourCard, GygTourInfoEx, GygTourInfoForm, GygTourInfoImage, GygTourShoppingForm, GygTourOption, IconImage, Img, ImgLazy, Input, ItineraryCardSlider, Label, Loading, MapCategory, Modal, ModalFull, MustTryCard, NumberCounter, NumberInput, Notification, OfferAvailableDaySelect, OfferCard, OpeningsForm, PageLoading, PlanChangeDay, PoiCategories, PoiInfo, PoiInfoImage, PoiInfoText, PoiListCard, PoiListSearch, PoiRefCard, PoiSearchAutoComplete, PoiOfferRefCard, PreAppLoading, PreLoading, Price, ProgressLoading, ProgressAppLoading, RadioButton, RadioButtonGroup, RatingStars, ReadMoreLess, RefCard, ReservationDetails, ResetPasswordApproved, ResetPasswordEmail, RezdyProductCard, RezdyTourInfo, RezdyTourInfoImage, RouteResult, RSelect, SearchThisArea, SideNavigation, SocialLogin, StepAlternativeCard, StepCard, StepCardUserReaction, StepInfo, StepTimeframe, Svg, Switch, SvgIcons, QuestionTemplate, TabMenu, TasteCard, TasteCard2, TasteInfo, TextField, Toggle, ToggleSwitch, TourRefCardProduct, TripCard, TripSavedCard, UserCompanions, UserFeedbacks, ViatorProductCard, ViatorProductInfo, ViatorTourInfoImage, };
|