@tripian/react 4.2.0 → 4.5.0
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/CardSlider/CardSlider.d.ts +1 -0
- package/components/DateRangePicker/DateRangePicker.d.ts +1 -1
- package/components/DirectionInfo/DirectionInfo.d.ts +1 -0
- package/components/FormTemplate/FormTemplateProfile/FormTemplateProfile.d.ts +1 -1
- package/components/GoogleMaps/GPlacesAutocomplete/GPlacesAutocomplete.d.ts +1 -0
- package/components/GoogleMaps/GPlacesAutocomplete2/GPlacesAutocomplete2.d.ts +2 -0
- package/components/GoogleMaps/GRoute/GRouteRender.d.ts +1 -0
- package/components/GoogleMaps/GRoute/GRouteService.d.ts +1 -0
- package/components/GoogleMaps/GRoute/IRouteResult.d.ts +1 -0
- package/components/GoogleMaps/GoogleMaps.d.ts +1 -0
- package/components/Label/Label.d.ts +1 -0
- package/components/RefCard/RefCard.d.ts +1 -0
- package/components/StepTimeframe/StepTimeframe.d.ts +1 -1
- package/components/UserCompanions/UserCompanions.d.ts +1 -1
- package/components/base/AutoCompleteSearchV1/AutoCompleteSearchV1.d.ts +1 -1
- package/components/base/Button/Icons/Base.d.ts +1 -1
- package/components/base/Dropdown/Dropdown.d.ts +1 -1
- package/components/base/ImgLazyBase/ImgLazyBase.d.ts +1 -0
- package/components/base/Modal/Modal.d.ts +1 -0
- package/components/base/ModalFull/ModalFull.d.ts +1 -0
- package/components/base/NumberCounter/NumberCounter.d.ts +1 -1
- package/components/base/NumberInput/NumberInput.d.ts +1 -1
- package/components/base/ProgressAppLoading/ProgressAppLoading.d.ts +3 -1
- package/components/base/RadioButtonGroup/RadioButtonGroup.d.ts +1 -1
- package/components/base/Svg/Icons/index.d.ts +1 -1
- package/components/base/SwitchOld/SwitchOld.d.ts +1 -1
- package/index.d.ts +2 -5
- package/index.js +11998 -9744
- package/index.js.map +1 -1
- package/min.css +1 -1
- package/package.json +5 -6
- package/providers/bb/components/BbAccommodationInfo/BbAccommodationInfo.d.ts +14 -0
- package/components/TasteCard2Slider/TasteCard2Slider.d.ts +0 -10
- package/components/TopThingsSlider/TopThingsSlider.d.ts +0 -10
- package/providers/bb/components/BbAccommodationInfoWindow/BbAccommodationInfoWindow.d.ts +0 -13
- package/providers/glx/components/GlxTourCardSlider/GlxTourCardSlider.d.ts +0 -10
|
@@ -10,5 +10,5 @@ interface IDateRangePickerTemplate {
|
|
|
10
10
|
};
|
|
11
11
|
onchanged: (startDate: moment.Moment, endDate: moment.Moment) => void;
|
|
12
12
|
}
|
|
13
|
-
declare const DateRangePicker: React.
|
|
13
|
+
declare const DateRangePicker: React.FC<IDateRangePickerTemplate>;
|
|
14
14
|
export default DateRangePicker;
|
|
@@ -7,5 +7,5 @@ interface IFormTemplateProfile {
|
|
|
7
7
|
updateCallback: (updatedUser: Model.User) => void;
|
|
8
8
|
cancel: (value: Model.User) => void;
|
|
9
9
|
}
|
|
10
|
-
declare const FormTemplateProfile: React.
|
|
10
|
+
declare const FormTemplateProfile: React.FC<IFormTemplateProfile>;
|
|
11
11
|
export default FormTemplateProfile;
|
|
@@ -8,5 +8,5 @@ interface IUserCompanions {
|
|
|
8
8
|
editCompanion: (companion: Model.Companion) => void;
|
|
9
9
|
showWarningMessage: (show: boolean) => void;
|
|
10
10
|
}
|
|
11
|
-
declare const UserCompanions: React.
|
|
11
|
+
declare const UserCompanions: React.FC<IUserCompanions>;
|
|
12
12
|
export default UserCompanions;
|
|
@@ -8,5 +8,5 @@ interface IAutoCompleteSearch {
|
|
|
8
8
|
defaultUserInput?: string;
|
|
9
9
|
selectOption: Function;
|
|
10
10
|
}
|
|
11
|
-
declare const AutoCompleteSearchV1: React.
|
|
11
|
+
declare const AutoCompleteSearchV1: React.FC<IAutoCompleteSearch>;
|
|
12
12
|
export default AutoCompleteSearchV1;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { IButtonIcons } from './IButtonIcons';
|
|
3
|
-
declare const Base: (svgIconPath: string, iconViewBox?: string
|
|
3
|
+
declare const Base: (svgIconPath: string, iconViewBox?: string, svgIconPath2?: string) => React.FC<IButtonIcons>;
|
|
4
4
|
export default Base;
|
|
@@ -8,5 +8,5 @@ interface IRadioButtonGroup {
|
|
|
8
8
|
defaultSelectedId?: number | string;
|
|
9
9
|
onChange: (newSelectedDomId: string) => void;
|
|
10
10
|
}
|
|
11
|
-
declare const RadioButtonGroup: React.
|
|
11
|
+
declare const RadioButtonGroup: React.FC<IRadioButtonGroup>;
|
|
12
12
|
export default RadioButtonGroup;
|
|
@@ -14,4 +14,4 @@ import ThumbsUp from './ThumbsUp';
|
|
|
14
14
|
import ThumbsUpEmpty from './ThumbsUpEmpty';
|
|
15
15
|
import Legs from './Legs';
|
|
16
16
|
import Uber from './Uber';
|
|
17
|
-
export { Add, Bars, Calendar, Car, Clock, Close, Delete, NextArrow, PreviousArrow, SwitchIcon, ThumbsUp, ThumbsDown, ThumbsUpEmpty, ThumbsDownEmpty, Legs, Uber
|
|
17
|
+
export { Add, Bars, Calendar, Car, Clock, Close, Delete, NextArrow, PreviousArrow, SwitchIcon, ThumbsUp, ThumbsDown, ThumbsUpEmpty, ThumbsDownEmpty, Legs, Uber };
|
package/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import './styles/global.scss';
|
|
|
2
2
|
import AccommendationCard from './components/AccommendationCard/AccommendationCard';
|
|
3
3
|
import AccommendationInfo from './components/AccommendationInfo/AccommendationInfo';
|
|
4
4
|
import Backdrop from './components/base/Backdrop/Backdrop';
|
|
5
|
-
import
|
|
5
|
+
import BbAccommodationInfo from './providers/bb/components/BbAccommodationInfo/BbAccommodationInfo';
|
|
6
6
|
import BbTourCard from './providers/bb/components/BbTourCard/BbTourCard';
|
|
7
7
|
import BbTourInfo from './providers/bb/components/BbTourInfo/BbTourInfo';
|
|
8
8
|
import Booking from './providers/yelp/components/Booking/Booking';
|
|
@@ -75,18 +75,15 @@ import * as SvgIcons from './components/base/Svg/Icons';
|
|
|
75
75
|
import TabMenu from './components/base/TabMenu/TabMenu';
|
|
76
76
|
import TasteCard from './components/TasteCard/TasteCard';
|
|
77
77
|
import TasteCard2 from './components/TasteCard2/TasteCard2';
|
|
78
|
-
import TasteCard2Slider from './components/TasteCard2Slider/TasteCard2Slider';
|
|
79
78
|
import TasteInfo from './components/TasteInfo/TasteInfo';
|
|
80
79
|
import TextField from './components/base/TextField/TextField';
|
|
81
80
|
import GlxTourCard from './providers/glx/components/GlxTourCard/GlxTourCard';
|
|
82
|
-
import GlxTourCardSlider from './providers/glx/components/GlxTourCardSlider/GlxTourCardSlider';
|
|
83
81
|
import GlxTourInfo from './providers/glx/components/GlxTourInfo/GlxTourInfo';
|
|
84
82
|
import TourRefCard from './components/TourRefCard/TourRefCard';
|
|
85
83
|
import TourRefCardProduct from './components/TourRefCardProduct/TourRefCardProduct';
|
|
86
84
|
import TripCard from './components/TripCard/TripCard';
|
|
87
|
-
import TopThingsSlider from './components/TopThingsSlider/TopThingsSlider';
|
|
88
85
|
import UserCompanions from './components/UserCompanions/UserCompanions';
|
|
89
86
|
import QuestionTemplate from './components/QuestionTemplate/QuestionTemplate';
|
|
90
87
|
import BookingDetails from './providers/gyg/components/BookingDetails/BookingDetails';
|
|
91
88
|
import Accordion from './components/base/Accordion/Accordion';
|
|
92
|
-
export { Accordion, AccommendationCard, AccommendationInfo, Backdrop,
|
|
89
|
+
export { Accordion, AccommendationCard, AccommendationInfo, Backdrop, BbAccommodationInfo, BbTourCard, BbTourInfo, Booking, BookingDetails, Button, ButtonIcons, BUTTON_TYPES, ButterflyCard, ButterflyCardSlider, CardSlider, Checkbox, CloseIconButton, ConfirmModalPopup, DatePicker, DateRangePicker, DirectionInfo, Dropdown, FlightCard, FormTemplateAgent, FormTemplateCompanion, FormTemplateLogin, FormTemplateProfile, FormTemplateRegister, FormTemplateTrip, FormTemplateTrip2, GlxTourCard, GlxTourInfo, GoogleMaps, GoogleMapsPoiInfo, GygTourCard, GygTourInfo, IconImage, Img, ImgLazy, Label, Loading, Modal, ModalFull, MustTryCard, NumberCounter, NumberInput, Notification, OpeningsForm, PageLoading, PlanChangeDay, PoiCategories, PoiInfo, PoiInfoImage, PoiInfoText, PoiListCard, PoiListSearch, PoiRefCard, PreLoading, Price, ProgressLoading, ProgressAppLoading, RadioButtonGroup, RatingStars, RefCard, ReservationDetails, RouteResult, RSelect, SearchThisArea, SideNavigation, StepAlternativeCard, StepCard, StepCardUserReaction, StepInfo, StepTimeframe, Svg, Switch, SvgIcons, QuestionTemplate, TabMenu, TasteCard, TasteCard2, TasteInfo, TextField, TourRefCard, TourRefCardProduct, TripCard, UserCompanions, };
|