@tripian/react 4.4.0 → 4.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/AccommendationCard/AccommendationCard.d.ts +8 -8
- package/components/AccommendationInfo/AccommendationInfo.d.ts +8 -8
- package/components/ButterflyCard/ButterflyCard.d.ts +16 -16
- package/components/ButterflyCard/CardImage/CardImage.d.ts +7 -7
- package/components/ButterflyCard/CardText/CardText.d.ts +8 -8
- package/components/ButterflyCardSlider/ButterflyCardSlider.d.ts +21 -21
- package/components/CardSlider/CardSlider.d.ts +7 -7
- package/components/CityInfo/CityInfo.d.ts +9 -9
- package/components/ConfirmModalPopup/ConfirmModalPopup.d.ts +13 -13
- package/components/DatePicker/DatePicker.d.ts +12 -12
- package/components/DateRangePicker/DateRangePicker.d.ts +14 -14
- package/components/DirectionInfo/DirectionInfo.d.ts +14 -14
- package/components/FlightCard/FlightCard.d.ts +12 -12
- package/components/FormTemplate/FormTemplateAgent/FormTemplateAgent.d.ts +10 -10
- package/components/FormTemplate/FormTemplateCompanion/FormTemplateCompanion.d.ts +9 -9
- package/components/FormTemplate/FormTemplateLogin/FormTemplateLogin.d.ts +10 -10
- package/components/FormTemplate/FormTemplateProfile/FormTemplateProfile.d.ts +11 -11
- package/components/FormTemplate/FormTemplateProfile/UserPasswordChange.d.ts +9 -9
- package/components/FormTemplate/FormTemplateRegister/FormTemplateRegister.d.ts +12 -12
- package/components/FormTemplate/FormTemplateTrip/FormTemplateTrip.d.ts +15 -15
- package/components/FormTemplate/FormTemplateTrip2/FormTemplateTrip2.d.ts +18 -18
- package/components/GoogleMaps/GMarker/Base/GMarkerCarRentBase/GMarkerCarRentBase.d.ts +12 -0
- package/components/GoogleMaps/GMarker/Base/GMarkerCarRentOfferBase/GMarkerCarRentOfferBase.d.ts +12 -0
- package/components/GoogleMaps/GMarker/Base/GMarkerOrder/GMarkerOrder.d.ts +11 -11
- package/components/GoogleMaps/GMarker/Base/GMarkerPoiBase/GMarkerPoiBase.d.ts +12 -12
- package/components/GoogleMaps/GMarker/Base/GMarkerProviderBase/GMarkerProviderBase.d.ts +12 -12
- package/components/GoogleMaps/GMarker/Base/GMarkerStepBase/GMarkerStepBase.d.ts +12 -12
- package/components/GoogleMaps/GMarker/Base/helper.d.ts +2 -2
- package/components/GoogleMaps/GMarker/GMarker.d.ts +13 -13
- package/components/GoogleMaps/GMarker/GMarkerCarRentOffer.d.ts +11 -0
- package/components/GoogleMaps/GMarker/GMarkerCarRentProduct.d.ts +12 -0
- package/components/GoogleMaps/GMarker/GMarkerProvider.d.ts +11 -11
- package/components/GoogleMaps/GPlacesAutocomplete/GPlacesAutocomplete.d.ts +11 -11
- package/components/GoogleMaps/GPlacesAutocomplete2/GPlacesAutocomplete2.d.ts +12 -12
- package/components/GoogleMaps/GRoute/GRoute.d.ts +10 -10
- package/components/GoogleMaps/GRoute/GRouteCalculate.d.ts +3 -3
- package/components/GoogleMaps/GRoute/GRouteRender.d.ts +11 -11
- package/components/GoogleMaps/GRoute/GRouteService.d.ts +9 -9
- package/components/GoogleMaps/GRoute/IRouteResult.d.ts +25 -25
- package/components/GoogleMaps/GoogleMaps.d.ts +41 -38
- package/components/GoogleMaps/helper.d.ts +2 -2
- package/components/GoogleMapsPoiInfo/GoogleMapsPoiInfo.d.ts +9 -9
- package/components/Label/Label.d.ts +7 -7
- package/components/Loading/Loading.d.ts +2 -2
- package/components/MustTryCard/MustTryCard.d.ts +9 -9
- package/components/PlanChangeDay/PlanChangeDay.d.ts +11 -11
- package/components/PoiCategories/PoiCategories.d.ts +9 -9
- package/components/PoiInfo/PoiInfo.d.ts +26 -26
- package/components/PoiInfo/PoiInfoImage/PoiInfoImage.d.ts +15 -15
- package/components/PoiInfo/PoiInfoText/PoiInfoText.d.ts +12 -12
- package/components/PoiListCard/PoiListCard.d.ts +7 -7
- package/components/PoiListSearch/PoiListSearch.d.ts +8 -8
- package/components/PoiRefCard/PoiRefCard.d.ts +13 -13
- package/components/Price/Price.d.ts +7 -7
- package/components/QuestionTemplate/Context/QuestionContext.d.ts +8 -8
- package/components/QuestionTemplate/Context/QuestionContext2.d.ts +8 -8
- package/components/QuestionTemplate/Question/CheckBoxQuestion/CheckboxQuestion.d.ts +9 -9
- package/components/QuestionTemplate/Question/Question.d.ts +7 -7
- package/components/QuestionTemplate/Question/Question2.d.ts +7 -7
- package/components/QuestionTemplate/Question/RadioButtonQuestion/RadioButtonQuestion.d.ts +8 -8
- package/components/QuestionTemplate/Question/RadioButtonQuestion/RadioButtonQuestion2.d.ts +10 -10
- package/components/QuestionTemplate/QuestionTemplate.d.ts +10 -10
- package/components/QuestionTemplate/QuestionTemplate2.d.ts +10 -10
- package/components/RatingStars/RatingStars.d.ts +8 -8
- package/components/RefCard/RefCard.d.ts +11 -11
- package/components/SearchThisArea/SearchThisArea.d.ts +11 -11
- package/components/SortableStepListCard/SortableStepListCard.d.ts +9 -9
- package/components/StepAlternativeCard/StepAlternativeCard.d.ts +10 -10
- package/components/StepCard/StepCard.d.ts +16 -16
- package/components/StepCardUserReaction/StepCardUserReaction.d.ts +19 -19
- package/components/StepInfo/StepInfo.d.ts +22 -22
- package/components/StepTimeframe/StepTimeframe.d.ts +13 -13
- package/components/TasteCard/TasteCard.d.ts +8 -8
- package/components/TasteCard2/TasteCard2.d.ts +8 -8
- package/components/TasteCard2/TasteCard2Image/TasteCard2Image.d.ts +7 -7
- package/components/TasteCard2/TasteCard2Text/TasteCard2Text.d.ts +7 -7
- package/components/TasteInfo/MustTryPois/MustTryPois.d.ts +8 -8
- package/components/TasteInfo/TasteInfo.d.ts +11 -11
- package/components/TasteInfo/TasteInfoImage/TasteInfoImage.d.ts +9 -9
- package/components/TasteInfo/TasteInfoText/TasteInfoText.d.ts +7 -7
- package/components/ThumsDownReason/ThumsDownReason.d.ts +8 -8
- package/components/TourRefCard/TourRefCard.d.ts +8 -8
- package/components/TourRefCardProduct/TourRefCardProduct.d.ts +8 -8
- package/components/TripCard/TripCard.d.ts +10 -10
- package/components/UserCompanionSelection/UserCompanionSelection.d.ts +12 -12
- package/components/UserCompanions/UserCompanions.d.ts +12 -12
- package/components/base/Accordion/Accordion.d.ts +10 -10
- package/components/base/AutoCompleteSearchV1/AutoCompleteSearchV1.d.ts +12 -12
- package/components/base/Backdrop/Backdrop.d.ts +7 -7
- package/components/base/Button/Button.d.ts +19 -19
- package/components/base/Button/ButtonTypes.d.ts +6 -6
- package/components/base/Button/Icons/Add.d.ts +3 -3
- package/components/base/Button/Icons/Bars.d.ts +3 -3
- package/components/base/Button/Icons/Base.d.ts +4 -4
- package/components/base/Button/Icons/Bookings.d.ts +3 -3
- package/components/base/Button/Icons/Cancel.d.ts +3 -3
- package/components/base/Button/Icons/Check.d.ts +3 -3
- package/components/base/Button/Icons/CloseIconButton/CloseIconButton.d.ts +8 -8
- package/components/base/Button/Icons/Delete.d.ts +3 -3
- package/components/base/Button/Icons/Edit.d.ts +3 -3
- package/components/base/Button/Icons/FavoriteIconButton/FavoriteIconButton.d.ts +8 -8
- package/components/base/Button/Icons/Favorites.d.ts +3 -3
- package/components/base/Button/Icons/IButtonIcons.d.ts +14 -14
- package/components/base/Button/Icons/List.d.ts +3 -3
- package/components/base/Button/Icons/Remove.d.ts +3 -3
- package/components/base/Button/Icons/Replace.d.ts +3 -3
- package/components/base/Button/Icons/Save.d.ts +3 -3
- package/components/base/Button/Icons/Search.d.ts +3 -3
- package/components/base/Button/Icons/Uber.d.ts +3 -3
- package/components/base/Button/Icons/index.d.ts +17 -17
- package/components/base/Checkbox/Checkbox.d.ts +10 -10
- package/components/base/CheckboxTree/CheckboxTree.d.ts +13 -13
- package/components/base/Dropdown/Dropdown.d.ts +14 -14
- package/components/base/IconImage/IconImage.d.ts +6 -6
- package/components/base/Img/Img.d.ts +8 -8
- package/components/base/ImgLazy/ImgLazy.d.ts +13 -13
- package/components/base/ImgLazyBase/ImgLazyBase.d.ts +12 -12
- package/components/base/Modal/Modal.d.ts +12 -12
- package/components/base/ModalFull/ModalFull.d.ts +10 -10
- package/components/base/Notification/Notification.d.ts +12 -12
- package/components/base/NumberCounter/NumberCounter.d.ts +9 -9
- package/components/base/NumberInput/NumberInput.d.ts +10 -10
- package/components/base/PageLoading/PageLoading.d.ts +2 -2
- package/components/base/PreLoading/PreLoading.d.ts +8 -8
- package/components/base/ProgressAppLoading/ProgressAppLoading.d.ts +5 -5
- package/components/base/ProgressLoading/ProgressLoading.d.ts +7 -7
- package/components/base/RSelect/RSelect.d.ts +19 -19
- package/components/base/RadioButtonGroup/RadioButton/RadioButton.d.ts +10 -10
- package/components/base/RadioButtonGroup/RadioButtonGroup.d.ts +12 -12
- package/components/base/SideNavigation/SideNavigation.d.ts +14 -14
- package/components/base/Svg/Icons/Add.d.ts +4 -4
- package/components/base/Svg/Icons/Bars.d.ts +4 -4
- package/components/base/Svg/Icons/Calendar.d.ts +8 -8
- package/components/base/Svg/Icons/Car.d.ts +8 -8
- package/components/base/Svg/Icons/Checkbox.d.ts +4 -4
- package/components/base/Svg/Icons/Clock.d.ts +8 -8
- package/components/base/Svg/Icons/Close.d.ts +11 -11
- package/components/base/Svg/Icons/Delete.d.ts +4 -4
- package/components/base/Svg/Icons/IIconSvg.d.ts +6 -6
- package/components/base/Svg/Icons/Legs.d.ts +8 -8
- package/components/base/Svg/Icons/NextArrow.d.ts +8 -8
- package/components/base/Svg/Icons/PreviousArrow.d.ts +8 -8
- package/components/base/Svg/Icons/RadioButton.d.ts +4 -4
- package/components/base/Svg/Icons/SwitchIcon/SwitchIcon.d.ts +7 -7
- package/components/base/Svg/Icons/ThumbsDown.d.ts +8 -8
- package/components/base/Svg/Icons/ThumbsDownEmpty.d.ts +9 -9
- package/components/base/Svg/Icons/ThumbsUp.d.ts +8 -8
- package/components/base/Svg/Icons/ThumbsUpEmpty.d.ts +9 -9
- package/components/base/Svg/Icons/Uber.d.ts +8 -8
- package/components/base/Svg/Icons/index.d.ts +17 -17
- package/components/base/Svg/Svg.d.ts +13 -13
- package/components/base/Switch/Switch.d.ts +7 -7
- package/components/base/SwitchOld/SwitchOld.d.ts +8 -8
- package/components/base/TabMenu/TabMenu.d.ts +11 -11
- package/components/base/TextField/TextField.d.ts +19 -19
- package/handlers/handleOnChange.d.ts +2 -2
- package/handlers/handleOnKeyDown.d.ts +2 -2
- package/img/c333890c3b6ce527a1a114eb30958094.svg +43 -0
- package/img/e69f62d40d8a1961822b436a125be8dd.svg +43 -43
- package/index.d.ts +90 -89
- package/index.js +11474 -11410
- package/index.js.map +1 -1
- package/min.css +1 -1
- package/package.json +35 -35
- package/providers/bb/components/BbAccommodationInfo/BbAccommodationInfo.d.ts +14 -14
- package/providers/bb/components/BbCarRentInfo/BbCarRentInfo.d.ts +13 -0
- package/providers/bb/components/BbTourCard/BbTourCard.d.ts +8 -8
- package/providers/bb/components/BbTourCard/BbTourCardImage/BbTourCardImage.d.ts +6 -6
- package/providers/bb/components/BbTourCard/BbTourCardText/BbTourCardText.d.ts +7 -7
- package/providers/bb/components/BbTourInfo/BbTourInfo.d.ts +12 -12
- package/providers/bb/components/BbTourInfo/BbTourInfoForm/BbTourInfoForm.d.ts +13 -13
- package/providers/bb/components/BbTourInfo/BbTourInfoImage/BbTourInfoImage.d.ts +9 -9
- package/providers/bb/components/BbTourInfo/BbTourInfoText/BbTourInfoText.d.ts +7 -7
- package/providers/bb/components/helper/index.d.ts +1 -1
- package/providers/glx/components/GlxTourCard/GlxTourCard.d.ts +8 -8
- package/providers/glx/components/GlxTourCard/GlxTourCardImage/GlxTourCardImage.d.ts +7 -7
- package/providers/glx/components/GlxTourCard/GlxTourCardText/GlxTourCardText.d.ts +7 -7
- package/providers/glx/components/GlxTourInfo/GlxTourInfo.d.ts +10 -10
- package/providers/glx/components/GlxTourInfo/GlxTourInfoForm/GlxTourInfoForm.d.ts +8 -8
- package/providers/glx/components/GlxTourInfo/GlxTourInfoImage/GlxTourInfoImage.d.ts +10 -10
- package/providers/glx/components/GlxTourInfo/GlxTourInfoText/GlxTourInfoText.d.ts +7 -7
- package/providers/gyg/components/BookingDetails/BookingDetails.d.ts +7 -7
- package/providers/gyg/components/GygTourCard/GygTourCard.d.ts +8 -8
- package/providers/gyg/components/GygTourCard/GygTourCardImage/GygTourCardImage.d.ts +7 -7
- package/providers/gyg/components/GygTourCard/GygTourCardText/GygTourCardText.d.ts +7 -7
- package/providers/gyg/components/GygTourInfo/GygTourInfo.d.ts +21 -21
- package/providers/gyg/components/GygTourInfo/GygTourInfoForm/GygTourInfoForm.d.ts +17 -17
- package/providers/gyg/components/GygTourInfo/GygTourInfoForm/GygTourOption/GygTourOption.d.ts +13 -13
- package/providers/gyg/components/GygTourInfo/GygTourInfoForm/GygTourOption/isoLanguages.d.ts +4 -4
- package/providers/gyg/components/GygTourInfo/GygTourInfoForm/GygTourShoppingForm/GygTourShoppingForm.d.ts +8 -8
- package/providers/gyg/components/GygTourInfo/GygTourInfoForm/GygTourShoppingForm/timezones.d.ts +8 -8
- package/providers/gyg/components/GygTourInfo/GygTourInfoImage/GygTourInfoImage.d.ts +9 -9
- package/providers/gyg/components/GygTourInfo/GygTourInfoText/GygTourInfoText.d.ts +7 -7
- package/providers/yelp/components/Booking/Booking.d.ts +22 -22
- package/providers/yelp/components/OpeningsForm/OpeningsForm.d.ts +13 -13
- package/providers/yelp/components/OpeningsSelection/OpeningsSelection.d.ts +9 -9
- package/providers/yelp/components/ReservationDetails/ReservationDetails.d.ts +7 -7
- package/providers/yelp/components/TableSearch/TableSearch.d.ts +9 -9
- package/providers/yelp/components/helper/index.d.ts +8 -8
- package/providers/bb/components/BbAccommodationInfoWindow/BbAccommodationInfoWindow.d.ts +0 -13
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ISvg {
|
|
3
|
-
path: string;
|
|
4
|
-
path2?: string;
|
|
5
|
-
fill?: string;
|
|
6
|
-
bgColor?: string;
|
|
7
|
-
color?: string;
|
|
8
|
-
size?: string;
|
|
9
|
-
viewBox?: string;
|
|
10
|
-
svgAttribute?: JSX.Element;
|
|
11
|
-
}
|
|
12
|
-
declare const Svg: React.FC<ISvg>;
|
|
13
|
-
export default Svg;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface ISvg {
|
|
3
|
+
path: string;
|
|
4
|
+
path2?: string;
|
|
5
|
+
fill?: string;
|
|
6
|
+
bgColor?: string;
|
|
7
|
+
color?: string;
|
|
8
|
+
size?: string;
|
|
9
|
+
viewBox?: string;
|
|
10
|
+
svgAttribute?: JSX.Element;
|
|
11
|
+
}
|
|
12
|
+
declare const Svg: React.FC<ISvg>;
|
|
13
|
+
export default Svg;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ISwitch {
|
|
3
|
-
onchange: (value: boolean) => void;
|
|
4
|
-
value?: boolean;
|
|
5
|
-
}
|
|
6
|
-
declare const Switch: React.FC<ISwitch>;
|
|
7
|
-
export default Switch;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface ISwitch {
|
|
3
|
+
onchange: (value: boolean) => void;
|
|
4
|
+
value?: boolean;
|
|
5
|
+
}
|
|
6
|
+
declare const Switch: React.FC<ISwitch>;
|
|
7
|
+
export default Switch;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ISwitchOld {
|
|
3
|
-
onchange: (value: boolean) => void;
|
|
4
|
-
label?: string;
|
|
5
|
-
value?: boolean;
|
|
6
|
-
}
|
|
7
|
-
declare const SwitchOld: React.FC<ISwitchOld>;
|
|
8
|
-
export default SwitchOld;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface ISwitchOld {
|
|
3
|
+
onchange: (value: boolean) => void;
|
|
4
|
+
label?: string;
|
|
5
|
+
value?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const SwitchOld: React.FC<ISwitchOld>;
|
|
8
|
+
export default SwitchOld;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ITabMenuItem {
|
|
3
|
-
title: string;
|
|
4
|
-
onClick: () => void;
|
|
5
|
-
}
|
|
6
|
-
interface ITabMenu {
|
|
7
|
-
menuItems: ITabMenuItem[];
|
|
8
|
-
selectedIndex?: number;
|
|
9
|
-
}
|
|
10
|
-
declare const TabMenu: React.FC<ITabMenu>;
|
|
11
|
-
export default TabMenu;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface ITabMenuItem {
|
|
3
|
+
title: string;
|
|
4
|
+
onClick: () => void;
|
|
5
|
+
}
|
|
6
|
+
interface ITabMenu {
|
|
7
|
+
menuItems: ITabMenuItem[];
|
|
8
|
+
selectedIndex?: number;
|
|
9
|
+
}
|
|
10
|
+
declare const TabMenu: React.FC<ITabMenu>;
|
|
11
|
+
export default TabMenu;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ITextField {
|
|
3
|
-
id?: string;
|
|
4
|
-
className?: string;
|
|
5
|
-
name: string;
|
|
6
|
-
value: string | number;
|
|
7
|
-
size?: 'small' | 'large' | 'default';
|
|
8
|
-
style?: any;
|
|
9
|
-
onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
10
|
-
onKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
11
|
-
type?: string;
|
|
12
|
-
min?: string | number;
|
|
13
|
-
max?: string | number;
|
|
14
|
-
disabled?: boolean;
|
|
15
|
-
placeholder?: string;
|
|
16
|
-
autocomplete?: string;
|
|
17
|
-
}
|
|
18
|
-
declare const TextField: React.FC<ITextField>;
|
|
19
|
-
export default TextField;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface ITextField {
|
|
3
|
+
id?: string;
|
|
4
|
+
className?: string;
|
|
5
|
+
name: string;
|
|
6
|
+
value: string | number;
|
|
7
|
+
size?: 'small' | 'large' | 'default';
|
|
8
|
+
style?: any;
|
|
9
|
+
onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
10
|
+
onKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
11
|
+
type?: string;
|
|
12
|
+
min?: string | number;
|
|
13
|
+
max?: string | number;
|
|
14
|
+
disabled?: boolean;
|
|
15
|
+
placeholder?: string;
|
|
16
|
+
autocomplete?: string;
|
|
17
|
+
}
|
|
18
|
+
declare const TextField: React.FC<ITextField>;
|
|
19
|
+
export default TextField;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const handleOnChange: (event: React.ChangeEvent<HTMLInputElement>, setValue: React.Dispatch<React.SetStateAction<any>>) => string | boolean;
|
|
2
|
-
export default handleOnChange;
|
|
1
|
+
declare const handleOnChange: (event: React.ChangeEvent<HTMLInputElement>, setValue: React.Dispatch<React.SetStateAction<any>>) => string | boolean;
|
|
2
|
+
export default handleOnChange;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const handleOnKeyDown: (event: React.KeyboardEvent<HTMLInputElement>, handleClick: (event: React.KeyboardEvent<HTMLInputElement>) => void) => void;
|
|
2
|
-
export default handleOnKeyDown;
|
|
1
|
+
declare const handleOnKeyDown: (event: React.KeyboardEvent<HTMLInputElement>, handleClick: (event: React.KeyboardEvent<HTMLInputElement>) => void) => void;
|
|
2
|
+
export default handleOnKeyDown;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 511.997 511.997" style="enable-background:new 0 0 511.997 511.997;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<g>
|
|
7
|
+
<path d="M511.228,134.699c-1.615-4.052-5.542-6.698-9.896-6.698h-42.667c-2.729,0-5.354,1.042-7.333,2.927L255.999,315.97
|
|
8
|
+
L60.665,130.928c-1.979-1.885-4.604-2.927-7.333-2.927H10.665c-4.354,0-8.281,2.646-9.896,6.698
|
|
9
|
+
c-1.625,4.042-0.625,8.667,2.521,11.677l245.333,234.667c4.125,3.938,10.625,3.938,14.75,0l245.333-234.667
|
|
10
|
+
C511.853,143.366,512.853,138.741,511.228,134.699z"/>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
<g>
|
|
14
|
+
</g>
|
|
15
|
+
<g>
|
|
16
|
+
</g>
|
|
17
|
+
<g>
|
|
18
|
+
</g>
|
|
19
|
+
<g>
|
|
20
|
+
</g>
|
|
21
|
+
<g>
|
|
22
|
+
</g>
|
|
23
|
+
<g>
|
|
24
|
+
</g>
|
|
25
|
+
<g>
|
|
26
|
+
</g>
|
|
27
|
+
<g>
|
|
28
|
+
</g>
|
|
29
|
+
<g>
|
|
30
|
+
</g>
|
|
31
|
+
<g>
|
|
32
|
+
</g>
|
|
33
|
+
<g>
|
|
34
|
+
</g>
|
|
35
|
+
<g>
|
|
36
|
+
</g>
|
|
37
|
+
<g>
|
|
38
|
+
</g>
|
|
39
|
+
<g>
|
|
40
|
+
</g>
|
|
41
|
+
<g>
|
|
42
|
+
</g>
|
|
43
|
+
</svg>
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
-
viewBox="0 0 511.997 511.997" style="enable-background:new 0 0 511.997 511.997;" xml:space="preserve">
|
|
5
|
-
<g>
|
|
6
|
-
<g>
|
|
7
|
-
<path d="M511.228,134.699c-1.615-4.052-5.542-6.698-9.896-6.698h-42.667c-2.729,0-5.354,1.042-7.333,2.927L255.999,315.97
|
|
8
|
-
L60.665,130.928c-1.979-1.885-4.604-2.927-7.333-2.927H10.665c-4.354,0-8.281,2.646-9.896,6.698
|
|
9
|
-
c-1.625,4.042-0.625,8.667,2.521,11.677l245.333,234.667c4.125,3.938,10.625,3.938,14.75,0l245.333-234.667
|
|
10
|
-
C511.853,143.366,512.853,138.741,511.228,134.699z"/>
|
|
11
|
-
</g>
|
|
12
|
-
</g>
|
|
13
|
-
<g>
|
|
14
|
-
</g>
|
|
15
|
-
<g>
|
|
16
|
-
</g>
|
|
17
|
-
<g>
|
|
18
|
-
</g>
|
|
19
|
-
<g>
|
|
20
|
-
</g>
|
|
21
|
-
<g>
|
|
22
|
-
</g>
|
|
23
|
-
<g>
|
|
24
|
-
</g>
|
|
25
|
-
<g>
|
|
26
|
-
</g>
|
|
27
|
-
<g>
|
|
28
|
-
</g>
|
|
29
|
-
<g>
|
|
30
|
-
</g>
|
|
31
|
-
<g>
|
|
32
|
-
</g>
|
|
33
|
-
<g>
|
|
34
|
-
</g>
|
|
35
|
-
<g>
|
|
36
|
-
</g>
|
|
37
|
-
<g>
|
|
38
|
-
</g>
|
|
39
|
-
<g>
|
|
40
|
-
</g>
|
|
41
|
-
<g>
|
|
42
|
-
</g>
|
|
43
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 511.997 511.997" style="enable-background:new 0 0 511.997 511.997;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<g>
|
|
7
|
+
<path d="M511.228,134.699c-1.615-4.052-5.542-6.698-9.896-6.698h-42.667c-2.729,0-5.354,1.042-7.333,2.927L255.999,315.97
|
|
8
|
+
L60.665,130.928c-1.979-1.885-4.604-2.927-7.333-2.927H10.665c-4.354,0-8.281,2.646-9.896,6.698
|
|
9
|
+
c-1.625,4.042-0.625,8.667,2.521,11.677l245.333,234.667c4.125,3.938,10.625,3.938,14.75,0l245.333-234.667
|
|
10
|
+
C511.853,143.366,512.853,138.741,511.228,134.699z"/>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
<g>
|
|
14
|
+
</g>
|
|
15
|
+
<g>
|
|
16
|
+
</g>
|
|
17
|
+
<g>
|
|
18
|
+
</g>
|
|
19
|
+
<g>
|
|
20
|
+
</g>
|
|
21
|
+
<g>
|
|
22
|
+
</g>
|
|
23
|
+
<g>
|
|
24
|
+
</g>
|
|
25
|
+
<g>
|
|
26
|
+
</g>
|
|
27
|
+
<g>
|
|
28
|
+
</g>
|
|
29
|
+
<g>
|
|
30
|
+
</g>
|
|
31
|
+
<g>
|
|
32
|
+
</g>
|
|
33
|
+
<g>
|
|
34
|
+
</g>
|
|
35
|
+
<g>
|
|
36
|
+
</g>
|
|
37
|
+
<g>
|
|
38
|
+
</g>
|
|
39
|
+
<g>
|
|
40
|
+
</g>
|
|
41
|
+
<g>
|
|
42
|
+
</g>
|
|
43
|
+
</svg>
|
package/index.d.ts
CHANGED
|
@@ -1,89 +1,90 @@
|
|
|
1
|
-
import './styles/global.scss';
|
|
2
|
-
import AccommendationCard from './components/AccommendationCard/AccommendationCard';
|
|
3
|
-
import AccommendationInfo from './components/AccommendationInfo/AccommendationInfo';
|
|
4
|
-
import Backdrop from './components/base/Backdrop/Backdrop';
|
|
5
|
-
import BbAccommodationInfo from './providers/bb/components/BbAccommodationInfo/BbAccommodationInfo';
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import
|
|
50
|
-
import
|
|
51
|
-
import
|
|
52
|
-
import
|
|
53
|
-
import
|
|
54
|
-
import
|
|
55
|
-
import
|
|
56
|
-
import
|
|
57
|
-
import
|
|
58
|
-
import
|
|
59
|
-
import
|
|
60
|
-
import
|
|
61
|
-
import
|
|
62
|
-
import
|
|
63
|
-
import
|
|
64
|
-
import
|
|
65
|
-
import
|
|
66
|
-
import
|
|
67
|
-
import
|
|
68
|
-
import
|
|
69
|
-
import
|
|
70
|
-
import
|
|
71
|
-
import
|
|
72
|
-
import
|
|
73
|
-
import
|
|
74
|
-
import
|
|
75
|
-
import
|
|
76
|
-
import
|
|
77
|
-
import
|
|
78
|
-
import
|
|
79
|
-
import
|
|
80
|
-
import
|
|
81
|
-
import
|
|
82
|
-
import
|
|
83
|
-
import
|
|
84
|
-
import
|
|
85
|
-
import
|
|
86
|
-
import
|
|
87
|
-
import
|
|
88
|
-
import
|
|
89
|
-
|
|
1
|
+
import './styles/global.scss';
|
|
2
|
+
import AccommendationCard from './components/AccommendationCard/AccommendationCard';
|
|
3
|
+
import AccommendationInfo from './components/AccommendationInfo/AccommendationInfo';
|
|
4
|
+
import Backdrop from './components/base/Backdrop/Backdrop';
|
|
5
|
+
import BbAccommodationInfo from './providers/bb/components/BbAccommodationInfo/BbAccommodationInfo';
|
|
6
|
+
import BbCarRentInfo from './providers/bb/components/BbCarRentInfo/BbCarRentInfo';
|
|
7
|
+
import BbTourCard from './providers/bb/components/BbTourCard/BbTourCard';
|
|
8
|
+
import BbTourInfo from './providers/bb/components/BbTourInfo/BbTourInfo';
|
|
9
|
+
import Booking from './providers/yelp/components/Booking/Booking';
|
|
10
|
+
import Button from './components/base/Button/Button';
|
|
11
|
+
import ButtonIcons from './components/base/Button/Icons';
|
|
12
|
+
import BUTTON_TYPES from './components/base/Button/ButtonTypes';
|
|
13
|
+
import ButterflyCard from './components/ButterflyCard/ButterflyCard';
|
|
14
|
+
import ButterflyCardSlider from './components/ButterflyCardSlider/ButterflyCardSlider';
|
|
15
|
+
import CardSlider from './components/CardSlider/CardSlider';
|
|
16
|
+
import Checkbox from './components/base/Checkbox/Checkbox';
|
|
17
|
+
import CloseIconButton from './components/base/Button/Icons/CloseIconButton/CloseIconButton';
|
|
18
|
+
import ConfirmModalPopup from './components/ConfirmModalPopup/ConfirmModalPopup';
|
|
19
|
+
import DatePicker from './components/DatePicker/DatePicker';
|
|
20
|
+
import DateRangePicker from './components/DateRangePicker/DateRangePicker';
|
|
21
|
+
import DirectionInfo from './components/DirectionInfo/DirectionInfo';
|
|
22
|
+
import Dropdown from './components/base/Dropdown/Dropdown';
|
|
23
|
+
import FlightCard from './components/FlightCard/FlightCard';
|
|
24
|
+
import FormTemplateAgent from './components/FormTemplate/FormTemplateAgent/FormTemplateAgent';
|
|
25
|
+
import FormTemplateCompanion from './components/FormTemplate/FormTemplateCompanion/FormTemplateCompanion';
|
|
26
|
+
import FormTemplateLogin from './components/FormTemplate/FormTemplateLogin/FormTemplateLogin';
|
|
27
|
+
import FormTemplateProfile from './components/FormTemplate/FormTemplateProfile/FormTemplateProfile';
|
|
28
|
+
import FormTemplateRegister from './components/FormTemplate/FormTemplateRegister/FormTemplateRegister';
|
|
29
|
+
import FormTemplateTrip from './components/FormTemplate/FormTemplateTrip/FormTemplateTrip';
|
|
30
|
+
import FormTemplateTrip2 from './components/FormTemplate/FormTemplateTrip2/FormTemplateTrip2';
|
|
31
|
+
import GoogleMaps from './components/GoogleMaps/GoogleMaps';
|
|
32
|
+
import GoogleMapsPoiInfo from './components/GoogleMapsPoiInfo/GoogleMapsPoiInfo';
|
|
33
|
+
import GygTourCard from './providers/gyg/components/GygTourCard/GygTourCard';
|
|
34
|
+
import GygTourInfo from './providers/gyg/components/GygTourInfo/GygTourInfo';
|
|
35
|
+
import IconImage from './components/base/IconImage/IconImage';
|
|
36
|
+
import Img from './components/base/Img/Img';
|
|
37
|
+
import ImgLazy from './components/base/ImgLazy/ImgLazy';
|
|
38
|
+
import Label from './components/Label/Label';
|
|
39
|
+
import Loading from './components/Loading/Loading';
|
|
40
|
+
import Modal from './components/base/Modal/Modal';
|
|
41
|
+
import ModalFull from './components/base/ModalFull/ModalFull';
|
|
42
|
+
import MustTryCard from './components/MustTryCard/MustTryCard';
|
|
43
|
+
import NumberCounter from './components/base/NumberCounter/NumberCounter';
|
|
44
|
+
import NumberInput from './components/base/NumberInput/NumberInput';
|
|
45
|
+
import Notification from './components/base/Notification/Notification';
|
|
46
|
+
import OpeningsForm from './providers/yelp/components/OpeningsForm/OpeningsForm';
|
|
47
|
+
import PageLoading from './components/base/PageLoading/PageLoading';
|
|
48
|
+
import PlanChangeDay from './components/PlanChangeDay/PlanChangeDay';
|
|
49
|
+
import PoiCategories from './components/PoiCategories/PoiCategories';
|
|
50
|
+
import PoiInfo from './components/PoiInfo/PoiInfo';
|
|
51
|
+
import PoiInfoImage from './components/PoiInfo/PoiInfoImage/PoiInfoImage';
|
|
52
|
+
import PoiInfoText from './components/PoiInfo/PoiInfoText/PoiInfoText';
|
|
53
|
+
import PoiListCard from './components/PoiListCard/PoiListCard';
|
|
54
|
+
import PoiListSearch from './components/PoiListSearch/PoiListSearch';
|
|
55
|
+
import PoiRefCard from './components/PoiRefCard/PoiRefCard';
|
|
56
|
+
import PreLoading from './components/base/PreLoading/PreLoading';
|
|
57
|
+
import Price from './components/Price/Price';
|
|
58
|
+
import ProgressLoading from './components/base/ProgressLoading/ProgressLoading';
|
|
59
|
+
import ProgressAppLoading from './components/base/ProgressAppLoading/ProgressAppLoading';
|
|
60
|
+
import RadioButtonGroup from './components/base/RadioButtonGroup/RadioButtonGroup';
|
|
61
|
+
import RatingStars from './components/RatingStars/RatingStars';
|
|
62
|
+
import RefCard from './components/RefCard/RefCard';
|
|
63
|
+
import * as RouteResult from './components/GoogleMaps/GRoute/IRouteResult';
|
|
64
|
+
import RSelect from './components/base/RSelect/RSelect';
|
|
65
|
+
import ReservationDetails from './providers/yelp/components/ReservationDetails/ReservationDetails';
|
|
66
|
+
import SearchThisArea from './components/SearchThisArea/SearchThisArea';
|
|
67
|
+
import SideNavigation from './components/base/SideNavigation/SideNavigation';
|
|
68
|
+
import StepAlternativeCard from './components/StepAlternativeCard/StepAlternativeCard';
|
|
69
|
+
import StepCard from './components/StepCard/StepCard';
|
|
70
|
+
import StepCardUserReaction from './components/StepCardUserReaction/StepCardUserReaction';
|
|
71
|
+
import StepInfo from './components/StepInfo/StepInfo';
|
|
72
|
+
import StepTimeframe from './components/StepTimeframe/StepTimeframe';
|
|
73
|
+
import Svg from './components/base/Svg/Svg';
|
|
74
|
+
import Switch from './components/base/Switch/Switch';
|
|
75
|
+
import * as SvgIcons from './components/base/Svg/Icons';
|
|
76
|
+
import TabMenu from './components/base/TabMenu/TabMenu';
|
|
77
|
+
import TasteCard from './components/TasteCard/TasteCard';
|
|
78
|
+
import TasteCard2 from './components/TasteCard2/TasteCard2';
|
|
79
|
+
import TasteInfo from './components/TasteInfo/TasteInfo';
|
|
80
|
+
import TextField from './components/base/TextField/TextField';
|
|
81
|
+
import GlxTourCard from './providers/glx/components/GlxTourCard/GlxTourCard';
|
|
82
|
+
import GlxTourInfo from './providers/glx/components/GlxTourInfo/GlxTourInfo';
|
|
83
|
+
import TourRefCard from './components/TourRefCard/TourRefCard';
|
|
84
|
+
import TourRefCardProduct from './components/TourRefCardProduct/TourRefCardProduct';
|
|
85
|
+
import TripCard from './components/TripCard/TripCard';
|
|
86
|
+
import UserCompanions from './components/UserCompanions/UserCompanions';
|
|
87
|
+
import QuestionTemplate from './components/QuestionTemplate/QuestionTemplate';
|
|
88
|
+
import BookingDetails from './providers/gyg/components/BookingDetails/BookingDetails';
|
|
89
|
+
import Accordion from './components/base/Accordion/Accordion';
|
|
90
|
+
export { Accordion, AccommendationCard, AccommendationInfo, Backdrop, BbAccommodationInfo, BbCarRentInfo, 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, };
|