@tripian/react 4.6.2 → 4.6.5
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 +15 -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 -12
- package/components/GoogleMaps/GMarker/Base/GMarkerCarRentOfferBase/GMarkerCarRentOfferBase.d.ts +12 -12
- 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 -11
- package/components/GoogleMaps/GMarker/GMarkerCarRentProduct.d.ts +12 -12
- 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 -41
- 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 -43
- package/img/e69f62d40d8a1961822b436a125be8dd.svg +43 -43
- package/index.d.ts +90 -90
- package/index.js +9784 -9785
- package/index.js.map +1 -1
- package/min.css +7898 -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 -13
- 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
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IImgLazyBase {
|
|
3
|
-
src: string;
|
|
4
|
-
alt: string;
|
|
5
|
-
className?: string;
|
|
6
|
-
x?: number;
|
|
7
|
-
y?: number;
|
|
8
|
-
showThumbnails?: boolean;
|
|
9
|
-
children: React.ReactNode;
|
|
10
|
-
}
|
|
11
|
-
declare const ImgLazyBase: React.FC<IImgLazyBase>;
|
|
12
|
-
export default ImgLazyBase;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IImgLazyBase {
|
|
3
|
+
src: string;
|
|
4
|
+
alt: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
x?: number;
|
|
7
|
+
y?: number;
|
|
8
|
+
showThumbnails?: boolean;
|
|
9
|
+
children: React.ReactNode;
|
|
10
|
+
}
|
|
11
|
+
declare const ImgLazyBase: React.FC<IImgLazyBase>;
|
|
12
|
+
export default ImgLazyBase;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IModal {
|
|
3
|
-
show: boolean;
|
|
4
|
-
backdropClose?: boolean;
|
|
5
|
-
style?: any;
|
|
6
|
-
className?: string;
|
|
7
|
-
ref?: React.LegacyRef<HTMLDivElement>;
|
|
8
|
-
backdropClick?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
|
|
9
|
-
children: React.ReactNode;
|
|
10
|
-
}
|
|
11
|
-
declare const Modal: React.FC<IModal>;
|
|
12
|
-
export default Modal;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IModal {
|
|
3
|
+
show: boolean;
|
|
4
|
+
backdropClose?: boolean;
|
|
5
|
+
style?: any;
|
|
6
|
+
className?: string;
|
|
7
|
+
ref?: React.LegacyRef<HTMLDivElement>;
|
|
8
|
+
backdropClick?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
|
|
9
|
+
children: React.ReactNode;
|
|
10
|
+
}
|
|
11
|
+
declare const Modal: React.FC<IModal>;
|
|
12
|
+
export default Modal;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IModalFull {
|
|
3
|
-
show: boolean;
|
|
4
|
-
backdropClose?: boolean;
|
|
5
|
-
style?: any;
|
|
6
|
-
className?: string;
|
|
7
|
-
children: React.ReactNode;
|
|
8
|
-
}
|
|
9
|
-
declare const ModalFull: React.FC<IModalFull>;
|
|
10
|
-
export default ModalFull;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IModalFull {
|
|
3
|
+
show: boolean;
|
|
4
|
+
backdropClose?: boolean;
|
|
5
|
+
style?: any;
|
|
6
|
+
className?: string;
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
}
|
|
9
|
+
declare const ModalFull: React.FC<IModalFull>;
|
|
10
|
+
export default ModalFull;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface INotification {
|
|
3
|
-
title?: string;
|
|
4
|
-
message: string;
|
|
5
|
-
type: 'success' | 'warning' | 'error';
|
|
6
|
-
onClose: () => void;
|
|
7
|
-
closeMs?: number;
|
|
8
|
-
positionX?: 'left' | 'center' | 'right';
|
|
9
|
-
positionY?: 'top' | 'bottom';
|
|
10
|
-
}
|
|
11
|
-
declare const Notification: React.FC<INotification>;
|
|
12
|
-
export default Notification;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface INotification {
|
|
3
|
+
title?: string;
|
|
4
|
+
message: string;
|
|
5
|
+
type: 'success' | 'warning' | 'error';
|
|
6
|
+
onClose: () => void;
|
|
7
|
+
closeMs?: number;
|
|
8
|
+
positionX?: 'left' | 'center' | 'right';
|
|
9
|
+
positionY?: 'top' | 'bottom';
|
|
10
|
+
}
|
|
11
|
+
declare const Notification: React.FC<INotification>;
|
|
12
|
+
export default Notification;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface INumberCounter {
|
|
3
|
-
defaultValue?: number;
|
|
4
|
-
minValue: number;
|
|
5
|
-
maxValue: number;
|
|
6
|
-
onchange: (num: number) => void;
|
|
7
|
-
}
|
|
8
|
-
declare const NumberCounter: React.FC<INumberCounter>;
|
|
9
|
-
export default NumberCounter;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface INumberCounter {
|
|
3
|
+
defaultValue?: number;
|
|
4
|
+
minValue: number;
|
|
5
|
+
maxValue: number;
|
|
6
|
+
onchange: (num: number) => void;
|
|
7
|
+
}
|
|
8
|
+
declare const NumberCounter: React.FC<INumberCounter>;
|
|
9
|
+
export default NumberCounter;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface INumberInput {
|
|
3
|
-
defaultValue?: number;
|
|
4
|
-
minValue: number;
|
|
5
|
-
maxValue: number;
|
|
6
|
-
placeholder?: string;
|
|
7
|
-
onchange: (num: number | null) => void;
|
|
8
|
-
}
|
|
9
|
-
declare const NumberInput: React.FC<INumberInput>;
|
|
10
|
-
export default NumberInput;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface INumberInput {
|
|
3
|
+
defaultValue?: number;
|
|
4
|
+
minValue: number;
|
|
5
|
+
maxValue: number;
|
|
6
|
+
placeholder?: string;
|
|
7
|
+
onchange: (num: number | null) => void;
|
|
8
|
+
}
|
|
9
|
+
declare const NumberInput: React.FC<INumberInput>;
|
|
10
|
+
export default NumberInput;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const PageLoading: () => JSX.Element;
|
|
2
|
-
export default PageLoading;
|
|
1
|
+
declare const PageLoading: () => JSX.Element;
|
|
2
|
+
export default PageLoading;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IPreLoading {
|
|
3
|
-
bgColor?: string;
|
|
4
|
-
size?: 'small' | 'large' | 'default';
|
|
5
|
-
customClass?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const PreLoading: React.FC<IPreLoading>;
|
|
8
|
-
export default PreLoading;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IPreLoading {
|
|
3
|
+
bgColor?: string;
|
|
4
|
+
size?: 'small' | 'large' | 'default';
|
|
5
|
+
customClass?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const PreLoading: React.FC<IPreLoading>;
|
|
8
|
+
export default PreLoading;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const ProgressAppLoading: React.FC<{
|
|
3
|
-
children: React.ReactNode;
|
|
4
|
-
}>;
|
|
5
|
-
export default ProgressAppLoading;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const ProgressAppLoading: React.FC<{
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
}>;
|
|
5
|
+
export default ProgressAppLoading;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IProgressLoading {
|
|
3
|
-
color?: string;
|
|
4
|
-
bgColor?: string;
|
|
5
|
-
}
|
|
6
|
-
declare const ProgressLoading: React.FC<IProgressLoading>;
|
|
7
|
-
export default ProgressLoading;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IProgressLoading {
|
|
3
|
+
color?: string;
|
|
4
|
+
bgColor?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const ProgressLoading: React.FC<IProgressLoading>;
|
|
7
|
+
export default ProgressLoading;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { InputActionMeta } from 'react-select';
|
|
3
|
-
import './RSelect.scss';
|
|
4
|
-
interface IRSelectOption {
|
|
5
|
-
id: string;
|
|
6
|
-
label: string;
|
|
7
|
-
payload?: any;
|
|
8
|
-
isSelected?: boolean;
|
|
9
|
-
}
|
|
10
|
-
interface IRSelect {
|
|
11
|
-
options: Array<IRSelectOption>;
|
|
12
|
-
onSelectedChanged: (selectedOption: IRSelectOption) => void;
|
|
13
|
-
defaultOptionId?: string;
|
|
14
|
-
disabled?: boolean;
|
|
15
|
-
onInputChange?: (newValue: string, actionMeta: InputActionMeta) => void;
|
|
16
|
-
placeHolder?: string;
|
|
17
|
-
}
|
|
18
|
-
declare const RSelect: React.FC<IRSelect>;
|
|
19
|
-
export default RSelect;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { InputActionMeta } from 'react-select';
|
|
3
|
+
import './RSelect.scss';
|
|
4
|
+
interface IRSelectOption {
|
|
5
|
+
id: string;
|
|
6
|
+
label: string;
|
|
7
|
+
payload?: any;
|
|
8
|
+
isSelected?: boolean;
|
|
9
|
+
}
|
|
10
|
+
interface IRSelect {
|
|
11
|
+
options: Array<IRSelectOption>;
|
|
12
|
+
onSelectedChanged: (selectedOption: IRSelectOption) => void;
|
|
13
|
+
defaultOptionId?: string;
|
|
14
|
+
disabled?: boolean;
|
|
15
|
+
onInputChange?: (newValue: string, actionMeta: InputActionMeta) => void;
|
|
16
|
+
placeHolder?: string;
|
|
17
|
+
}
|
|
18
|
+
declare const RSelect: React.FC<IRSelect>;
|
|
19
|
+
export default RSelect;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IRadioButton {
|
|
3
|
-
domId?: string;
|
|
4
|
-
text: string;
|
|
5
|
-
style?: React.CSSProperties;
|
|
6
|
-
checked: boolean;
|
|
7
|
-
onChange: Function;
|
|
8
|
-
}
|
|
9
|
-
declare const RadioButton: React.FC<IRadioButton>;
|
|
10
|
-
export default RadioButton;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IRadioButton {
|
|
3
|
+
domId?: string;
|
|
4
|
+
text: string;
|
|
5
|
+
style?: React.CSSProperties;
|
|
6
|
+
checked: boolean;
|
|
7
|
+
onChange: Function;
|
|
8
|
+
}
|
|
9
|
+
declare const RadioButton: React.FC<IRadioButton>;
|
|
10
|
+
export default RadioButton;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IOptionsIRadioButtonGroup {
|
|
3
|
-
id: number | string;
|
|
4
|
-
text: string;
|
|
5
|
-
}
|
|
6
|
-
interface IRadioButtonGroup {
|
|
7
|
-
options: Array<IOptionsIRadioButtonGroup>;
|
|
8
|
-
defaultSelectedId?: number | string;
|
|
9
|
-
onChange: (newSelectedDomId: string) => void;
|
|
10
|
-
}
|
|
11
|
-
declare const RadioButtonGroup: React.FC<IRadioButtonGroup>;
|
|
12
|
-
export default RadioButtonGroup;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IOptionsIRadioButtonGroup {
|
|
3
|
+
id: number | string;
|
|
4
|
+
text: string;
|
|
5
|
+
}
|
|
6
|
+
interface IRadioButtonGroup {
|
|
7
|
+
options: Array<IOptionsIRadioButtonGroup>;
|
|
8
|
+
defaultSelectedId?: number | string;
|
|
9
|
+
onChange: (newSelectedDomId: string) => void;
|
|
10
|
+
}
|
|
11
|
+
declare const RadioButtonGroup: React.FC<IRadioButtonGroup>;
|
|
12
|
+
export default RadioButtonGroup;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ISideNavigationMenuItem {
|
|
3
|
-
header: string;
|
|
4
|
-
title: string;
|
|
5
|
-
onClick: () => void;
|
|
6
|
-
}
|
|
7
|
-
interface ISideNavigation {
|
|
8
|
-
title: string;
|
|
9
|
-
menuItems: ISideNavigationMenuItem[];
|
|
10
|
-
open?: boolean;
|
|
11
|
-
closed: () => void;
|
|
12
|
-
}
|
|
13
|
-
declare const SideNavigation: React.FC<ISideNavigation>;
|
|
14
|
-
export default SideNavigation;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface ISideNavigationMenuItem {
|
|
3
|
+
header: string;
|
|
4
|
+
title: string;
|
|
5
|
+
onClick: () => void;
|
|
6
|
+
}
|
|
7
|
+
interface ISideNavigation {
|
|
8
|
+
title: string;
|
|
9
|
+
menuItems: ISideNavigationMenuItem[];
|
|
10
|
+
open?: boolean;
|
|
11
|
+
closed: () => void;
|
|
12
|
+
}
|
|
13
|
+
declare const SideNavigation: React.FC<ISideNavigation>;
|
|
14
|
+
export default SideNavigation;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import IIconSvg from './IIconSvg';
|
|
3
|
-
declare const Add: React.FC<IIconSvg>;
|
|
4
|
-
export default Add;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import IIconSvg from './IIconSvg';
|
|
3
|
+
declare const Add: React.FC<IIconSvg>;
|
|
4
|
+
export default Add;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import IIconSvg from './IIconSvg';
|
|
3
|
-
declare const Bars: React.FC<IIconSvg>;
|
|
4
|
-
export default Bars;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import IIconSvg from './IIconSvg';
|
|
3
|
+
declare const Bars: React.FC<IIconSvg>;
|
|
4
|
+
export default Bars;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ICalendar {
|
|
3
|
-
fill?: string;
|
|
4
|
-
bgColor?: string;
|
|
5
|
-
size?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const Calendar: React.FC<ICalendar>;
|
|
8
|
-
export default Calendar;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface ICalendar {
|
|
3
|
+
fill?: string;
|
|
4
|
+
bgColor?: string;
|
|
5
|
+
size?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const Calendar: React.FC<ICalendar>;
|
|
8
|
+
export default Calendar;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ICar {
|
|
3
|
-
fill?: string;
|
|
4
|
-
color?: string;
|
|
5
|
-
size?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const Car: React.FC<ICar>;
|
|
8
|
-
export default Car;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface ICar {
|
|
3
|
+
fill?: string;
|
|
4
|
+
color?: string;
|
|
5
|
+
size?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const Car: React.FC<ICar>;
|
|
8
|
+
export default Car;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import IIconSvg from './IIconSvg';
|
|
3
|
-
export declare const CheckboxChecked: React.FC<IIconSvg>;
|
|
4
|
-
export declare const CheckboxUnChecked: React.FC<IIconSvg>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import IIconSvg from './IIconSvg';
|
|
3
|
+
export declare const CheckboxChecked: React.FC<IIconSvg>;
|
|
4
|
+
export declare const CheckboxUnChecked: React.FC<IIconSvg>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IClock {
|
|
3
|
-
fill?: string;
|
|
4
|
-
bgColor?: string;
|
|
5
|
-
size?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const Clock: React.FC<IClock>;
|
|
8
|
-
export default Clock;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IClock {
|
|
3
|
+
fill?: string;
|
|
4
|
+
bgColor?: string;
|
|
5
|
+
size?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const Clock: React.FC<IClock>;
|
|
8
|
+
export default Clock;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Model from '@tripian/model';
|
|
3
|
-
interface IClose {
|
|
4
|
-
fill?: string;
|
|
5
|
-
color?: string;
|
|
6
|
-
size?: string;
|
|
7
|
-
close: (poi: Model.Poi) => void;
|
|
8
|
-
poi: Model.Poi;
|
|
9
|
-
}
|
|
10
|
-
declare const Close: React.FC<IClose>;
|
|
11
|
-
export default Close;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Model from '@tripian/model';
|
|
3
|
+
interface IClose {
|
|
4
|
+
fill?: string;
|
|
5
|
+
color?: string;
|
|
6
|
+
size?: string;
|
|
7
|
+
close: (poi: Model.Poi) => void;
|
|
8
|
+
poi: Model.Poi;
|
|
9
|
+
}
|
|
10
|
+
declare const Close: React.FC<IClose>;
|
|
11
|
+
export default Close;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import IIconSvg from './IIconSvg';
|
|
3
|
-
declare const Remove: React.FC<IIconSvg>;
|
|
4
|
-
export default Remove;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import IIconSvg from './IIconSvg';
|
|
3
|
+
declare const Remove: React.FC<IIconSvg>;
|
|
4
|
+
export default Remove;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
interface IIconSvg {
|
|
2
|
-
fill?: string;
|
|
3
|
-
bgColor?: string;
|
|
4
|
-
size?: string;
|
|
5
|
-
}
|
|
6
|
-
export default IIconSvg;
|
|
1
|
+
interface IIconSvg {
|
|
2
|
+
fill?: string;
|
|
3
|
+
bgColor?: string;
|
|
4
|
+
size?: string;
|
|
5
|
+
}
|
|
6
|
+
export default IIconSvg;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ILegs {
|
|
3
|
-
fill?: string;
|
|
4
|
-
color?: string;
|
|
5
|
-
size?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const Legs: React.FC<ILegs>;
|
|
8
|
-
export default Legs;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface ILegs {
|
|
3
|
+
fill?: string;
|
|
4
|
+
color?: string;
|
|
5
|
+
size?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const Legs: React.FC<ILegs>;
|
|
8
|
+
export default Legs;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface INextArrow {
|
|
3
|
-
fill?: string;
|
|
4
|
-
bgColor?: string;
|
|
5
|
-
size?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const NextArrow: React.FC<INextArrow>;
|
|
8
|
-
export default NextArrow;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface INextArrow {
|
|
3
|
+
fill?: string;
|
|
4
|
+
bgColor?: string;
|
|
5
|
+
size?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const NextArrow: React.FC<INextArrow>;
|
|
8
|
+
export default NextArrow;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IPreviousArrow {
|
|
3
|
-
fill?: string;
|
|
4
|
-
bgColor?: string;
|
|
5
|
-
size?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const PreviousArrow: React.FC<IPreviousArrow>;
|
|
8
|
-
export default PreviousArrow;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IPreviousArrow {
|
|
3
|
+
fill?: string;
|
|
4
|
+
bgColor?: string;
|
|
5
|
+
size?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const PreviousArrow: React.FC<IPreviousArrow>;
|
|
8
|
+
export default PreviousArrow;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import IIconSvg from './IIconSvg';
|
|
3
|
-
export declare const RadioButtonChecked: React.FC<IIconSvg>;
|
|
4
|
-
export declare const RadioButtonUnChecked: React.FC<IIconSvg>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import IIconSvg from './IIconSvg';
|
|
3
|
+
export declare const RadioButtonChecked: React.FC<IIconSvg>;
|
|
4
|
+
export declare const RadioButtonUnChecked: React.FC<IIconSvg>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ISwitchIcon {
|
|
3
|
-
fill?: string;
|
|
4
|
-
onClick?: (event: React.MouseEvent<SVGSVGElement, MouseEvent>) => void;
|
|
5
|
-
}
|
|
6
|
-
declare const SwitchIcon: React.FC<ISwitchIcon>;
|
|
7
|
-
export default SwitchIcon;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface ISwitchIcon {
|
|
3
|
+
fill?: string;
|
|
4
|
+
onClick?: (event: React.MouseEvent<SVGSVGElement, MouseEvent>) => void;
|
|
5
|
+
}
|
|
6
|
+
declare const SwitchIcon: React.FC<ISwitchIcon>;
|
|
7
|
+
export default SwitchIcon;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IThumbsDown {
|
|
3
|
-
fill?: string;
|
|
4
|
-
bgColor?: string;
|
|
5
|
-
size?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const ThumbsDown: React.FC<IThumbsDown>;
|
|
8
|
-
export default ThumbsDown;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IThumbsDown {
|
|
3
|
+
fill?: string;
|
|
4
|
+
bgColor?: string;
|
|
5
|
+
size?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const ThumbsDown: React.FC<IThumbsDown>;
|
|
8
|
+
export default ThumbsDown;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IThumbsDownEmpty {
|
|
3
|
-
fill?: string;
|
|
4
|
-
bgColor?: string;
|
|
5
|
-
size?: string;
|
|
6
|
-
clicked: (like: number) => void;
|
|
7
|
-
}
|
|
8
|
-
declare const ThumbsDownEmpty: React.FC<IThumbsDownEmpty>;
|
|
9
|
-
export default ThumbsDownEmpty;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IThumbsDownEmpty {
|
|
3
|
+
fill?: string;
|
|
4
|
+
bgColor?: string;
|
|
5
|
+
size?: string;
|
|
6
|
+
clicked: (like: number) => void;
|
|
7
|
+
}
|
|
8
|
+
declare const ThumbsDownEmpty: React.FC<IThumbsDownEmpty>;
|
|
9
|
+
export default ThumbsDownEmpty;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IThumbsUp {
|
|
3
|
-
fill?: string;
|
|
4
|
-
bgColor?: string;
|
|
5
|
-
size?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const ThumbsUp: React.FC<IThumbsUp>;
|
|
8
|
-
export default ThumbsUp;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IThumbsUp {
|
|
3
|
+
fill?: string;
|
|
4
|
+
bgColor?: string;
|
|
5
|
+
size?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const ThumbsUp: React.FC<IThumbsUp>;
|
|
8
|
+
export default ThumbsUp;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IThumbsUpEmpty {
|
|
3
|
-
fill?: string;
|
|
4
|
-
bgColor?: string;
|
|
5
|
-
size?: string;
|
|
6
|
-
clicked: (like: number) => void;
|
|
7
|
-
}
|
|
8
|
-
declare const ThumbsUpEmpty: React.FC<IThumbsUpEmpty>;
|
|
9
|
-
export default ThumbsUpEmpty;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IThumbsUpEmpty {
|
|
3
|
+
fill?: string;
|
|
4
|
+
bgColor?: string;
|
|
5
|
+
size?: string;
|
|
6
|
+
clicked: (like: number) => void;
|
|
7
|
+
}
|
|
8
|
+
declare const ThumbsUpEmpty: React.FC<IThumbsUpEmpty>;
|
|
9
|
+
export default ThumbsUpEmpty;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IUber {
|
|
3
|
-
fill?: string;
|
|
4
|
-
bgColor?: string;
|
|
5
|
-
size?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const Uber: React.FC<IUber>;
|
|
8
|
-
export default Uber;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IUber {
|
|
3
|
+
fill?: string;
|
|
4
|
+
bgColor?: string;
|
|
5
|
+
size?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const Uber: React.FC<IUber>;
|
|
8
|
+
export default Uber;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import Add from './Add';
|
|
2
|
-
import Bars from './Bars';
|
|
3
|
-
import Calendar from './Calendar';
|
|
4
|
-
import Car from './Car';
|
|
5
|
-
import Clock from './Clock';
|
|
6
|
-
import Close from './Close';
|
|
7
|
-
import Delete from './Delete';
|
|
8
|
-
import NextArrow from './NextArrow';
|
|
9
|
-
import PreviousArrow from './PreviousArrow';
|
|
10
|
-
import SwitchIcon from './SwitchIcon/SwitchIcon';
|
|
11
|
-
import ThumbsDown from './ThumbsDown';
|
|
12
|
-
import ThumbsDownEmpty from './ThumbsDownEmpty';
|
|
13
|
-
import ThumbsUp from './ThumbsUp';
|
|
14
|
-
import ThumbsUpEmpty from './ThumbsUpEmpty';
|
|
15
|
-
import Legs from './Legs';
|
|
16
|
-
import Uber from './Uber';
|
|
17
|
-
export { Add, Bars, Calendar, Car, Clock, Close, Delete, NextArrow, PreviousArrow, SwitchIcon, ThumbsUp, ThumbsDown, ThumbsUpEmpty, ThumbsDownEmpty, Legs, Uber };
|
|
1
|
+
import Add from './Add';
|
|
2
|
+
import Bars from './Bars';
|
|
3
|
+
import Calendar from './Calendar';
|
|
4
|
+
import Car from './Car';
|
|
5
|
+
import Clock from './Clock';
|
|
6
|
+
import Close from './Close';
|
|
7
|
+
import Delete from './Delete';
|
|
8
|
+
import NextArrow from './NextArrow';
|
|
9
|
+
import PreviousArrow from './PreviousArrow';
|
|
10
|
+
import SwitchIcon from './SwitchIcon/SwitchIcon';
|
|
11
|
+
import ThumbsDown from './ThumbsDown';
|
|
12
|
+
import ThumbsDownEmpty from './ThumbsDownEmpty';
|
|
13
|
+
import ThumbsUp from './ThumbsUp';
|
|
14
|
+
import ThumbsUpEmpty from './ThumbsUpEmpty';
|
|
15
|
+
import Legs from './Legs';
|
|
16
|
+
import Uber from './Uber';
|
|
17
|
+
export { Add, Bars, Calendar, Car, Clock, Close, Delete, NextArrow, PreviousArrow, SwitchIcon, ThumbsUp, ThumbsDown, ThumbsUpEmpty, ThumbsDownEmpty, Legs, Uber };
|