related-ui-components 2.6.1 → 2.6.3
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/lib/commonjs/app.d.ts +4 -0
- package/lib/commonjs/app.d.ts.map +1 -0
- package/lib/commonjs/components/Badges/Badge.d.ts +14 -0
- package/lib/commonjs/components/Badges/Badge.d.ts.map +1 -0
- package/lib/commonjs/components/Badges/index.d.ts +3 -0
- package/lib/commonjs/components/Badges/index.d.ts.map +1 -0
- package/lib/commonjs/components/Banner/Banner.d.ts +24 -0
- package/lib/commonjs/components/Banner/Banner.d.ts.map +1 -0
- package/lib/commonjs/components/Banner/BannerWithDetails.d.ts +16 -0
- package/lib/commonjs/components/Banner/BannerWithDetails.d.ts.map +1 -0
- package/lib/commonjs/components/Banner/index.d.ts +4 -0
- package/lib/commonjs/components/Banner/index.d.ts.map +1 -0
- package/lib/commonjs/components/BrandIcon/BrandIcon.d.ts +18 -0
- package/lib/commonjs/components/BrandIcon/BrandIcon.d.ts.map +1 -0
- package/lib/commonjs/components/BrandIcon/index.d.ts +3 -0
- package/lib/commonjs/components/BrandIcon/index.d.ts.map +1 -0
- package/lib/commonjs/components/Button/Button.d.ts +17 -0
- package/lib/commonjs/components/Button/Button.d.ts.map +1 -0
- package/lib/commonjs/components/Button/index.d.ts +3 -0
- package/lib/commonjs/components/Button/index.d.ts.map +1 -0
- package/lib/commonjs/components/Card/Card.d.ts +17 -0
- package/lib/commonjs/components/Card/Card.d.ts.map +1 -0
- package/lib/commonjs/components/Card/CardContent.d.ts +8 -0
- package/lib/commonjs/components/Card/CardContent.d.ts.map +1 -0
- package/lib/commonjs/components/Card/CardFooter.d.ts +9 -0
- package/lib/commonjs/components/Card/CardFooter.d.ts.map +1 -0
- package/lib/commonjs/components/Card/CardHeader.d.ts +14 -0
- package/lib/commonjs/components/Card/CardHeader.d.ts.map +1 -0
- package/lib/commonjs/components/Card/CardImage.d.ts +12 -0
- package/lib/commonjs/components/Card/CardImage.d.ts.map +1 -0
- package/lib/commonjs/components/Card/index.d.ts +10 -0
- package/lib/commonjs/components/Card/index.d.ts.map +1 -0
- package/lib/commonjs/components/Card/templates/DealCard.d.ts +30 -0
- package/lib/commonjs/components/Card/templates/DealCard.d.ts.map +1 -0
- package/lib/commonjs/components/Card/templates/DealCardWithBackgroundImage.d.ts +37 -0
- package/lib/commonjs/components/Card/templates/DealCardWithBackgroundImage.d.ts.map +1 -0
- package/lib/commonjs/components/Card/templates/SimpleTrendingCard.d.ts +12 -0
- package/lib/commonjs/components/Card/templates/SimpleTrendingCard.d.ts.map +1 -0
- package/lib/commonjs/components/Card/types.d.ts +2 -0
- package/lib/commonjs/components/Card/types.d.ts.map +1 -0
- package/lib/commonjs/components/CloseIcon/CloseIcon.d.ts +14 -0
- package/lib/commonjs/components/CloseIcon/CloseIcon.d.ts.map +1 -0
- package/lib/commonjs/components/CloseIcon/index.d.ts +3 -0
- package/lib/commonjs/components/CloseIcon/index.d.ts.map +1 -0
- package/lib/commonjs/components/DateRangePicker/DateRangePicker.d.ts +20 -0
- package/lib/commonjs/components/DateRangePicker/DateRangePicker.d.ts.map +1 -0
- package/lib/commonjs/components/DateRangePicker/index.d.ts +2 -0
- package/lib/commonjs/components/DateRangePicker/index.d.ts.map +1 -0
- package/lib/commonjs/components/Filters/Filters.d.ts +56 -0
- package/lib/commonjs/components/Filters/Filters.d.ts.map +1 -0
- package/lib/commonjs/components/Filters/PointsRangeSelector.d.ts +27 -0
- package/lib/commonjs/components/Filters/PointsRangeSelector.d.ts.map +1 -0
- package/lib/commonjs/components/Filters/index.d.ts +4 -0
- package/lib/commonjs/components/Filters/index.d.ts.map +1 -0
- package/lib/commonjs/components/Input/Input.d.ts +4 -0
- package/lib/commonjs/components/Input/Input.d.ts.map +1 -0
- package/lib/commonjs/components/Input/index.d.ts +3 -0
- package/lib/commonjs/components/Input/index.d.ts.map +1 -0
- package/lib/commonjs/components/LockOverlay/LockOverlay.d.ts +15 -0
- package/lib/commonjs/components/LockOverlay/LockOverlay.d.ts.map +1 -0
- package/lib/commonjs/components/LockOverlay/index.d.ts +3 -0
- package/lib/commonjs/components/LockOverlay/index.d.ts.map +1 -0
- package/lib/commonjs/components/Marquee/Marquee.d.ts +14 -0
- package/lib/commonjs/components/Marquee/Marquee.d.ts.map +1 -0
- package/lib/commonjs/components/Marquee/index.d.ts +3 -0
- package/lib/commonjs/components/Marquee/index.d.ts.map +1 -0
- package/lib/commonjs/components/NumericStepper/NumericStepper.d.ts +16 -0
- package/lib/commonjs/components/NumericStepper/NumericStepper.d.ts.map +1 -0
- package/lib/commonjs/components/NumericStepper/index.d.ts +3 -0
- package/lib/commonjs/components/NumericStepper/index.d.ts.map +1 -0
- package/lib/commonjs/components/Popup/Popup.d.ts +39 -0
- package/lib/commonjs/components/Popup/Popup.d.ts.map +1 -0
- package/lib/commonjs/components/Popup/index.d.ts +3 -0
- package/lib/commonjs/components/Popup/index.d.ts.map +1 -0
- package/lib/commonjs/components/ProgressBar/ProgressBar.d.ts +22 -0
- package/lib/commonjs/components/ProgressBar/ProgressBar.d.ts.map +1 -0
- package/lib/commonjs/components/ProgressBar/index.d.ts +3 -0
- package/lib/commonjs/components/ProgressBar/index.d.ts.map +1 -0
- package/lib/commonjs/components/RedeemedVoucher/RedeemedVoucherSheet.d.ts +4 -0
- package/lib/commonjs/components/RedeemedVoucher/RedeemedVoucherSheet.d.ts.map +1 -0
- package/lib/commonjs/components/RedeemedVoucher/index.d.ts +3 -0
- package/lib/commonjs/components/RedeemedVoucher/index.d.ts.map +1 -0
- package/lib/commonjs/components/RedemptionOption/RedemptionOption.d.ts +23 -0
- package/lib/commonjs/components/RedemptionOption/RedemptionOption.d.ts.map +1 -0
- package/lib/commonjs/components/RedemptionOption/index.d.ts +3 -0
- package/lib/commonjs/components/RedemptionOption/index.d.ts.map +1 -0
- package/lib/commonjs/components/ScratchCard/ScratchCard.d.ts +19 -0
- package/lib/commonjs/components/ScratchCard/ScratchCard.d.ts.map +1 -0
- package/lib/commonjs/components/ScratchCard/ScratchCardContent.d.ts +7 -0
- package/lib/commonjs/components/ScratchCard/ScratchCardContent.d.ts.map +1 -0
- package/lib/commonjs/components/ScratchCard/index.d.ts +4 -0
- package/lib/commonjs/components/ScratchCard/index.d.ts.map +1 -0
- package/lib/commonjs/components/SelectAmount/SelectAmount.d.ts +29 -0
- package/lib/commonjs/components/SelectAmount/SelectAmount.d.ts.map +1 -0
- package/lib/commonjs/components/SelectAmount/index.d.ts +2 -0
- package/lib/commonjs/components/SelectAmount/index.d.ts.map +1 -0
- package/lib/commonjs/components/Skeleton/Shimmer.d.ts +11 -0
- package/lib/commonjs/components/Skeleton/Shimmer.d.ts.map +1 -0
- package/lib/commonjs/components/Skeleton/SkeletonElement.d.ts +10 -0
- package/lib/commonjs/components/Skeleton/SkeletonElement.d.ts.map +1 -0
- package/lib/commonjs/components/Skeleton/index.d.ts +4 -0
- package/lib/commonjs/components/Skeleton/index.d.ts.map +1 -0
- package/lib/commonjs/components/Suggestions/SuggestionList.d.ts +12 -0
- package/lib/commonjs/components/Suggestions/SuggestionList.d.ts.map +1 -0
- package/lib/commonjs/components/TravelBooking/CarRentalForm.d.ts +52 -0
- package/lib/commonjs/components/TravelBooking/CarRentalForm.d.ts.map +1 -0
- package/lib/commonjs/components/TravelBooking/FlightForm.d.ts +47 -0
- package/lib/commonjs/components/TravelBooking/FlightForm.d.ts.map +1 -0
- package/lib/commonjs/components/TravelBooking/FlightSummary.d.ts +32 -0
- package/lib/commonjs/components/TravelBooking/FlightSummary.d.ts.map +1 -0
- package/lib/commonjs/components/TravelBooking/HotelForm.d.ts +45 -0
- package/lib/commonjs/components/TravelBooking/HotelForm.d.ts.map +1 -0
- package/lib/commonjs/components/TravelBooking/HotelSummary.d.ts +36 -0
- package/lib/commonjs/components/TravelBooking/HotelSummary.d.ts.map +1 -0
- package/lib/commonjs/components/TravelBooking/SummaryBar.d.ts +12 -0
- package/lib/commonjs/components/TravelBooking/SummaryBar.d.ts.map +1 -0
- package/lib/commonjs/components/TravelBooking/TabSelector.d.ts +15 -0
- package/lib/commonjs/components/TravelBooking/TabSelector.d.ts.map +1 -0
- package/lib/commonjs/components/TravelBooking/TravelBooking.d.ts +47 -0
- package/lib/commonjs/components/TravelBooking/TravelBooking.d.ts.map +1 -0
- package/lib/commonjs/components/TravelBooking/index.d.ts +2 -0
- package/lib/commonjs/components/TravelBooking/index.d.ts.map +1 -0
- package/lib/commonjs/components/TravelBooking/types.d.ts +3 -0
- package/lib/commonjs/components/TravelBooking/types.d.ts.map +1 -0
- package/lib/commonjs/components/UnlockRewards/RewardItem.d.ts +23 -0
- package/lib/commonjs/components/UnlockRewards/RewardItem.d.ts.map +1 -0
- package/lib/commonjs/components/UnlockRewards/UnlockRewards.d.ts +41 -0
- package/lib/commonjs/components/UnlockRewards/UnlockRewards.d.ts.map +1 -0
- package/lib/commonjs/components/UnlockRewards/index.d.ts +4 -0
- package/lib/commonjs/components/UnlockRewards/index.d.ts.map +1 -0
- package/lib/commonjs/components/Wheel/Wheel.d.ts +25 -0
- package/lib/commonjs/components/Wheel/Wheel.d.ts.map +1 -0
- package/lib/commonjs/components/Wheel/index.d.ts +3 -0
- package/lib/commonjs/components/Wheel/index.d.ts.map +1 -0
- package/lib/commonjs/components/index.d.ts +2 -0
- package/lib/commonjs/components/index.d.ts.map +1 -0
- package/lib/commonjs/constants/BRANDS.d.ts +14 -0
- package/lib/commonjs/constants/BRANDS.d.ts.map +1 -0
- package/lib/commonjs/index.d.ts +2 -0
- package/lib/commonjs/index.d.ts.map +1 -0
- package/lib/commonjs/theme/Colors.d.ts +110 -0
- package/lib/commonjs/theme/Colors.d.ts.map +1 -0
- package/lib/commonjs/theme/ThemeContext.d.ts +11 -0
- package/lib/commonjs/theme/ThemeContext.d.ts.map +1 -0
- package/lib/commonjs/theme/index.d.ts +2 -0
- package/lib/commonjs/theme/index.d.ts.map +1 -0
- package/lib/module/app.js +8 -8
- package/lib/module/app.js.map +1 -1
- package/lib/module/components/RangeSlider/RangeSlider.js +56 -95
- package/lib/module/components/RangeSlider/RangeSlider.js.map +1 -1
- package/lib/module/components/RangeSlider/SliderLabel.js +95 -0
- package/lib/module/components/RangeSlider/SliderLabel.js.map +1 -0
- package/lib/module/contexts/BottomSheetStackProvider.js +1 -1
- package/lib/module/contexts/BottomSheetStackProvider.js.map +1 -1
- package/lib/typescript/src/app.d.ts.map +1 -1
- package/lib/typescript/src/components/RangeSlider/RangeSlider.d.ts +3 -25
- package/lib/typescript/src/components/RangeSlider/RangeSlider.d.ts.map +1 -1
- package/lib/typescript/src/components/RangeSlider/SliderLabel.d.ts +15 -0
- package/lib/typescript/src/components/RangeSlider/SliderLabel.d.ts.map +1 -0
- package/package.json +1 -1
- package/src/app.tsx +3 -1
- package/src/components/RangeSlider/RangeSlider.tsx +60 -117
- package/src/components/RangeSlider/SliderLabel.tsx +123 -0
- package/src/contexts/BottomSheetStackProvider.tsx +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default Popup;
|
|
3
|
+
declare function Popup({ visible, onClose, backgroundImage, title, content, subtitle, children, primaryButtonText, onPrimaryButtonPress, secondaryButtonText, onSecondaryButtonPress, closeOnBackdropPress, showCloseIcon, customCloseIcon, illustrationImage, illustrationStyle, containerStyle, titleStyle, contentStyle, primaryButtonStyle, primaryButtonTextStyle, secondaryButtonStyle, secondaryButtonTextStyle, contentContainerStyle, closeIconContainerStyle, closeIconStyle, closeIconVariant, subtitleStyle, isRTL: propIsRTL, closeIconColor, closeIconSize, modalStyle, overlay, customContent }: {
|
|
4
|
+
visible: any;
|
|
5
|
+
onClose: any;
|
|
6
|
+
backgroundImage: any;
|
|
7
|
+
title: any;
|
|
8
|
+
content: any;
|
|
9
|
+
subtitle: any;
|
|
10
|
+
children: any;
|
|
11
|
+
primaryButtonText: any;
|
|
12
|
+
onPrimaryButtonPress: any;
|
|
13
|
+
secondaryButtonText: any;
|
|
14
|
+
onSecondaryButtonPress: any;
|
|
15
|
+
closeOnBackdropPress?: boolean | undefined;
|
|
16
|
+
showCloseIcon?: boolean | undefined;
|
|
17
|
+
customCloseIcon: any;
|
|
18
|
+
illustrationImage: any;
|
|
19
|
+
illustrationStyle: any;
|
|
20
|
+
containerStyle: any;
|
|
21
|
+
titleStyle: any;
|
|
22
|
+
contentStyle: any;
|
|
23
|
+
primaryButtonStyle: any;
|
|
24
|
+
primaryButtonTextStyle: any;
|
|
25
|
+
secondaryButtonStyle: any;
|
|
26
|
+
secondaryButtonTextStyle: any;
|
|
27
|
+
contentContainerStyle: any;
|
|
28
|
+
closeIconContainerStyle: any;
|
|
29
|
+
closeIconStyle: any;
|
|
30
|
+
closeIconVariant?: string | undefined;
|
|
31
|
+
subtitleStyle: any;
|
|
32
|
+
isRTL: any;
|
|
33
|
+
closeIconColor: any;
|
|
34
|
+
closeIconSize?: number | undefined;
|
|
35
|
+
modalStyle: any;
|
|
36
|
+
overlay: any;
|
|
37
|
+
customContent: any;
|
|
38
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | null;
|
|
39
|
+
//# sourceMappingURL=Popup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Popup.d.ts","sourceRoot":"","sources":["Popup.js"],"names":[],"mappings":";;AAkBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sGAkLC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default ProgressBar;
|
|
3
|
+
declare function ProgressBar({ progress, text, containerStyle, barContainerStyle, progressStyle, remainingStyle, textStyle, progressColor: progressColorProp, remainingColor: remainingColorProp, textColor: textColorProp, height, width, borderRadius, textPosition, textAlign, showText, isRTL }: {
|
|
4
|
+
progress?: number | undefined;
|
|
5
|
+
text?: string | undefined;
|
|
6
|
+
containerStyle?: {} | undefined;
|
|
7
|
+
barContainerStyle?: {} | undefined;
|
|
8
|
+
progressStyle?: {} | undefined;
|
|
9
|
+
remainingStyle?: {} | undefined;
|
|
10
|
+
textStyle?: {} | undefined;
|
|
11
|
+
progressColor: any;
|
|
12
|
+
remainingColor: any;
|
|
13
|
+
textColor: any;
|
|
14
|
+
height?: number | undefined;
|
|
15
|
+
width: any;
|
|
16
|
+
borderRadius?: number | undefined;
|
|
17
|
+
textPosition?: string | undefined;
|
|
18
|
+
textAlign?: string | undefined;
|
|
19
|
+
showText?: boolean | undefined;
|
|
20
|
+
isRTL?: boolean | undefined;
|
|
21
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
22
|
+
//# sourceMappingURL=ProgressBar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["ProgressBar.js"],"names":[],"mappings":";;AAWA;;;;;;;;;;;;;;;;;;+FA6EC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RedeemedVoucherSheet.d.ts","sourceRoot":"","sources":["RedeemedVoucherSheet.js"],"names":[],"mappings":";;AAmBA,8IA2PC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default RedemptionOption;
|
|
3
|
+
declare function RedemptionOption({ icon, text, orientation, backgroundColor, textColor, width, height, borderRadius, padding, fontSize, disabled, isActive, onPress, containerStyle, textStyle, iconContainerStyle, activeOpacityValue, isRTL }: {
|
|
4
|
+
icon: any;
|
|
5
|
+
text: any;
|
|
6
|
+
orientation?: string | undefined;
|
|
7
|
+
backgroundColor: any;
|
|
8
|
+
textColor: any;
|
|
9
|
+
width: any;
|
|
10
|
+
height: any;
|
|
11
|
+
borderRadius?: number | undefined;
|
|
12
|
+
padding?: number | undefined;
|
|
13
|
+
fontSize?: number | undefined;
|
|
14
|
+
disabled?: boolean | undefined;
|
|
15
|
+
isActive?: boolean | undefined;
|
|
16
|
+
onPress: any;
|
|
17
|
+
containerStyle: any;
|
|
18
|
+
textStyle: any;
|
|
19
|
+
iconContainerStyle: any;
|
|
20
|
+
activeOpacityValue?: number | undefined;
|
|
21
|
+
isRTL: any;
|
|
22
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
23
|
+
//# sourceMappingURL=RedemptionOption.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RedemptionOption.d.ts","sourceRoot":"","sources":["RedemptionOption.js"],"names":[],"mappings":";;AAWA;;;;;;;;;;;;;;;;;;;+FAmFC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default ScratchCard;
|
|
3
|
+
declare function ScratchCard({ style, children, image, brushStrokeWidth, revealThreshold, width, height, backgroundColor, text, textFont, textFontColor, textFontSize, onScratched, gradient }: {
|
|
4
|
+
style: any;
|
|
5
|
+
children: any;
|
|
6
|
+
image: any;
|
|
7
|
+
brushStrokeWidth?: number | undefined;
|
|
8
|
+
revealThreshold?: number | undefined;
|
|
9
|
+
width?: number | undefined;
|
|
10
|
+
height?: number | undefined;
|
|
11
|
+
backgroundColor?: string | undefined;
|
|
12
|
+
text?: string | undefined;
|
|
13
|
+
textFont: any;
|
|
14
|
+
textFontColor?: string | undefined;
|
|
15
|
+
textFontSize?: number | undefined;
|
|
16
|
+
onScratched: any;
|
|
17
|
+
gradient: any;
|
|
18
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
19
|
+
//# sourceMappingURL=ScratchCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScratchCard.d.ts","sourceRoot":"","sources":["ScratchCard.js"],"names":[],"mappings":";;AAcA;;;;;;;;;;;;;;;+FAuLC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default ScratchCardContent;
|
|
3
|
+
declare function ScratchCardContent({ children, style }: {
|
|
4
|
+
children: any;
|
|
5
|
+
style: any;
|
|
6
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
7
|
+
//# sourceMappingURL=ScratchCardContent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScratchCardContent.d.ts","sourceRoot":"","sources":["ScratchCardContent.js"],"names":[],"mappings":";;AAQA;;;+FAQC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default SelectAmount;
|
|
3
|
+
declare function SelectAmount({ isRTL, conversionRate, minValue, maxValue, pointsValue, step, title, buttonText, currencyLabel, pointsLabel, rowStyle, labelStyle, titleStyle, containerStyle, actionButtonStyle, actionButtonTextStyle, sliderContainerStyle, stepperButtonStyle, stepperButtonTextStyle, stepperValueTextStyle, currencyValueTextStyle, onValueChange, onClick }: {
|
|
4
|
+
isRTL: any;
|
|
5
|
+
conversionRate?: number | undefined;
|
|
6
|
+
minValue?: number | undefined;
|
|
7
|
+
maxValue?: number | undefined;
|
|
8
|
+
pointsValue?: number | undefined;
|
|
9
|
+
step?: number | undefined;
|
|
10
|
+
title: any;
|
|
11
|
+
buttonText?: string | undefined;
|
|
12
|
+
currencyLabel?: string | undefined;
|
|
13
|
+
pointsLabel?: string | undefined;
|
|
14
|
+
rowStyle: any;
|
|
15
|
+
labelStyle: any;
|
|
16
|
+
titleStyle: any;
|
|
17
|
+
containerStyle: any;
|
|
18
|
+
actionButtonStyle: any;
|
|
19
|
+
actionButtonTextStyle: any;
|
|
20
|
+
sliderContainerStyle: any;
|
|
21
|
+
stepperButtonStyle: any;
|
|
22
|
+
stepperButtonTextStyle: any;
|
|
23
|
+
stepperValueTextStyle: any;
|
|
24
|
+
currencyValueTextStyle: any;
|
|
25
|
+
onValueChange: any;
|
|
26
|
+
onClick: any;
|
|
27
|
+
}): _react.ReactElement<unknown, string | _react.JSXElementConstructor<any>>;
|
|
28
|
+
import _react = require("react");
|
|
29
|
+
//# sourceMappingURL=SelectAmount.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectAmount.d.ts","sourceRoot":"","sources":["SelectAmount.js"],"names":[],"mappings":";;AAaA;;;;;;;;;;;;;;;;;;;;;;;;6EAoHC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default Shimmer;
|
|
3
|
+
declare function Shimmer({ children, width, height, style, duration, shimmerWidth }: {
|
|
4
|
+
children: any;
|
|
5
|
+
width: any;
|
|
6
|
+
height: any;
|
|
7
|
+
style: any;
|
|
8
|
+
duration?: number | undefined;
|
|
9
|
+
shimmerWidth?: number | undefined;
|
|
10
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
11
|
+
//# sourceMappingURL=Shimmer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Shimmer.d.ts","sourceRoot":"","sources":["Shimmer.js"],"names":[],"mappings":";;AAaA;;;;;;;+FA2DC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default SkeletonElement;
|
|
3
|
+
declare function SkeletonElement({ width, height, borderRadius, style, children }: {
|
|
4
|
+
width: any;
|
|
5
|
+
height: any;
|
|
6
|
+
borderRadius: any;
|
|
7
|
+
style: any;
|
|
8
|
+
children: any;
|
|
9
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
10
|
+
//# sourceMappingURL=SkeletonElement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SkeletonElement.d.ts","sourceRoot":"","sources":["SkeletonElement.js"],"names":[],"mappings":";;AAWA;;;;;;+FAsBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default SuggestionList;
|
|
3
|
+
declare function SuggestionList({ data, visible, renderItemContent, containerStyle, itemStyle, itemTextStyle, listStyle }: {
|
|
4
|
+
data: any;
|
|
5
|
+
visible: any;
|
|
6
|
+
renderItemContent: any;
|
|
7
|
+
containerStyle: any;
|
|
8
|
+
itemStyle: any;
|
|
9
|
+
itemTextStyle: any;
|
|
10
|
+
listStyle: any;
|
|
11
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | null;
|
|
12
|
+
//# sourceMappingURL=SuggestionList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SuggestionList.d.ts","sourceRoot":"","sources":["SuggestionList.js"],"names":[],"mappings":";;AAeA;;;;;;;;sGAgDC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export const mockCarSuggestions: {
|
|
3
|
+
id: number;
|
|
4
|
+
city: string;
|
|
5
|
+
country: string;
|
|
6
|
+
value: string;
|
|
7
|
+
}[];
|
|
8
|
+
export default CarRentalForm;
|
|
9
|
+
declare function CarRentalForm({ initialFromLocation, initialToLocation, initialPickupDate, initialDropoffDate, onSwapPress, onSearchPress, fromLabel, toLabel, fromPlaceholder, toPlaceholder, pickupLabel, dropoffLabel, swapIconName, searchIconName, calendarThemeOverrides, containerStyle, inputGroupContainerStyle, inputWrapperStyle, inputGroupStyle, labelStyle, swapButtonContainerStyle, swapButtonStyle, swapIconStyle, pickupRowStyle, searchButtonStyle, searchIconStyle, isOneWay, suggestionData, onInputFocus, onTextChange, dateRangePickerOuterContainerStyle, dateRangePickerLabelStyle, dateRangePickerInputGroupStyle, dateRangePickerCalendarContainerStyle, suggestionListContainerStyle, suggestionItemStyle, suggestionItemTextStyle, agePickerWrapperStyle, agePickerLabelStyle, pickerContainerStyle, pickerStyle }: {
|
|
10
|
+
initialFromLocation: any;
|
|
11
|
+
initialToLocation: any;
|
|
12
|
+
initialPickupDate: any;
|
|
13
|
+
initialDropoffDate: any;
|
|
14
|
+
onSwapPress: any;
|
|
15
|
+
onSearchPress: any;
|
|
16
|
+
fromLabel?: string | undefined;
|
|
17
|
+
toLabel?: string | undefined;
|
|
18
|
+
fromPlaceholder?: string | undefined;
|
|
19
|
+
toPlaceholder?: string | undefined;
|
|
20
|
+
pickupLabel?: string | undefined;
|
|
21
|
+
dropoffLabel?: string | undefined;
|
|
22
|
+
swapIconName?: string | undefined;
|
|
23
|
+
searchIconName?: string | undefined;
|
|
24
|
+
calendarThemeOverrides?: {} | undefined;
|
|
25
|
+
containerStyle: any;
|
|
26
|
+
inputGroupContainerStyle: any;
|
|
27
|
+
inputWrapperStyle: any;
|
|
28
|
+
inputGroupStyle: any;
|
|
29
|
+
labelStyle: any;
|
|
30
|
+
swapButtonContainerStyle: any;
|
|
31
|
+
swapButtonStyle: any;
|
|
32
|
+
swapIconStyle: any;
|
|
33
|
+
pickupRowStyle: any;
|
|
34
|
+
searchButtonStyle: any;
|
|
35
|
+
searchIconStyle: any;
|
|
36
|
+
isOneWay: any;
|
|
37
|
+
suggestionData: any;
|
|
38
|
+
onInputFocus: any;
|
|
39
|
+
onTextChange: any;
|
|
40
|
+
dateRangePickerOuterContainerStyle: any;
|
|
41
|
+
dateRangePickerLabelStyle: any;
|
|
42
|
+
dateRangePickerInputGroupStyle: any;
|
|
43
|
+
dateRangePickerCalendarContainerStyle: any;
|
|
44
|
+
suggestionListContainerStyle: any;
|
|
45
|
+
suggestionItemStyle: any;
|
|
46
|
+
suggestionItemTextStyle: any;
|
|
47
|
+
agePickerWrapperStyle: any;
|
|
48
|
+
agePickerLabelStyle: any;
|
|
49
|
+
pickerContainerStyle: any;
|
|
50
|
+
pickerStyle: any;
|
|
51
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
52
|
+
//# sourceMappingURL=CarRentalForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CarRentalForm.d.ts","sourceRoot":"","sources":["CarRentalForm.js"],"names":[],"mappings":";;;;;;;;AAmDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+FAqOC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default FlightForm;
|
|
3
|
+
declare function FlightForm({ initialFromLocation, initialToLocation, initialDepartureDate, initialReturnDate, onSwapPress, onSearchPress, onInputFocus, onTextChange, fromLabel, toLabel, fromPlaceholder, toPlaceholder, departureLabel, returnLabel, swapIconName, searchIconName, calendarThemeOverrides, isOneWay, suggestionData, containerStyle, inputGroupContainerStyle, inputWrapperStyle, customInputContainerStyle, labelStyle, swapButtonContainerStyle, swapButtonStyle, swapIconStyle, departureRowStyle, searchButtonStyle, searchIconStyle, dateRangePickerOuterContainerStyle, dateRangePickerLabelStyle, dateRangePickerInputGroupStyle, dateRangePickerCalendarContainerStyle, suggestionListContainerStyle, suggestionItemGroupStyle, suggestionCityRowStyle, suggestionCityIconStyle, suggestionCityTextStyle, suggestionAirportTouchableStyle, suggestionAirportIconStyle, suggestionAirportTextStyle }: {
|
|
4
|
+
initialFromLocation?: string | undefined;
|
|
5
|
+
initialToLocation?: string | undefined;
|
|
6
|
+
initialDepartureDate: any;
|
|
7
|
+
initialReturnDate: any;
|
|
8
|
+
onSwapPress: any;
|
|
9
|
+
onSearchPress: any;
|
|
10
|
+
onInputFocus: any;
|
|
11
|
+
onTextChange: any;
|
|
12
|
+
fromLabel?: string | undefined;
|
|
13
|
+
toLabel?: string | undefined;
|
|
14
|
+
fromPlaceholder?: string | undefined;
|
|
15
|
+
toPlaceholder?: string | undefined;
|
|
16
|
+
departureLabel?: string | undefined;
|
|
17
|
+
returnLabel?: string | undefined;
|
|
18
|
+
swapIconName?: string | undefined;
|
|
19
|
+
searchIconName?: string | undefined;
|
|
20
|
+
calendarThemeOverrides?: {} | undefined;
|
|
21
|
+
isOneWay: any;
|
|
22
|
+
suggestionData: any;
|
|
23
|
+
containerStyle: any;
|
|
24
|
+
inputGroupContainerStyle: any;
|
|
25
|
+
inputWrapperStyle: any;
|
|
26
|
+
customInputContainerStyle: any;
|
|
27
|
+
labelStyle: any;
|
|
28
|
+
swapButtonContainerStyle: any;
|
|
29
|
+
swapButtonStyle: any;
|
|
30
|
+
swapIconStyle: any;
|
|
31
|
+
departureRowStyle: any;
|
|
32
|
+
searchButtonStyle: any;
|
|
33
|
+
searchIconStyle: any;
|
|
34
|
+
dateRangePickerOuterContainerStyle: any;
|
|
35
|
+
dateRangePickerLabelStyle: any;
|
|
36
|
+
dateRangePickerInputGroupStyle: any;
|
|
37
|
+
dateRangePickerCalendarContainerStyle: any;
|
|
38
|
+
suggestionListContainerStyle: any;
|
|
39
|
+
suggestionItemGroupStyle: any;
|
|
40
|
+
suggestionCityRowStyle: any;
|
|
41
|
+
suggestionCityIconStyle: any;
|
|
42
|
+
suggestionCityTextStyle: any;
|
|
43
|
+
suggestionAirportTouchableStyle: any;
|
|
44
|
+
suggestionAirportIconStyle: any;
|
|
45
|
+
suggestionAirportTextStyle: any;
|
|
46
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
47
|
+
//# sourceMappingURL=FlightForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FlightForm.d.ts","sourceRoot":"","sources":["FlightForm.js"],"names":[],"mappings":";;AAuBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+FAoOC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default FlightSummary;
|
|
3
|
+
declare function FlightSummary({ passengersData: passengersProp, flightTypesData: flightTypesProp, flightClassesData: flightClassesProp, selection, onSelectionChange, containerStyle, buttonGroupContainerStyle, buttonStyle, selectedButtonStyle, buttonTextStyle, selectedButtonTextStyle, passengerSectionStyle, passengerRowStyle, passengerLabelContainerStyle, passengerNameStyle, passengerDescriptionStyle, stepperContainerStyle, stepperButtonStyle, stepperButtonTextStyle, stepperValueTextStyle }: {
|
|
4
|
+
passengersData?: {
|
|
5
|
+
key: string;
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
defaultValue: number;
|
|
9
|
+
minValue: number;
|
|
10
|
+
maxValue: number;
|
|
11
|
+
}[] | undefined;
|
|
12
|
+
flightTypesData?: string[] | undefined;
|
|
13
|
+
flightClassesData?: string[] | undefined;
|
|
14
|
+
selection: any;
|
|
15
|
+
onSelectionChange: any;
|
|
16
|
+
containerStyle: any;
|
|
17
|
+
buttonGroupContainerStyle: any;
|
|
18
|
+
buttonStyle: any;
|
|
19
|
+
selectedButtonStyle: any;
|
|
20
|
+
buttonTextStyle: any;
|
|
21
|
+
selectedButtonTextStyle: any;
|
|
22
|
+
passengerSectionStyle: any;
|
|
23
|
+
passengerRowStyle: any;
|
|
24
|
+
passengerLabelContainerStyle: any;
|
|
25
|
+
passengerNameStyle: any;
|
|
26
|
+
passengerDescriptionStyle: any;
|
|
27
|
+
stepperContainerStyle: any;
|
|
28
|
+
stepperButtonStyle: any;
|
|
29
|
+
stepperButtonTextStyle: any;
|
|
30
|
+
stepperValueTextStyle: any;
|
|
31
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
32
|
+
//# sourceMappingURL=FlightSummary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FlightSummary.d.ts","sourceRoot":"","sources":["FlightSummary.js"],"names":[],"mappings":";;AA+CA;;;;;;;;;;;;;;;;;;;;;;;;;;;;+FA8IC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default HotelForm;
|
|
3
|
+
declare function HotelForm({ initialDestination, initialCheckinDate, initialCheckoutDate, initialNationality, onSearchPress, onInputFocus, onTextChange, destinationLabel, destinationPlaceholder, checkinLabel, checkoutLabel, nationalityLabel, searchIconName, suggestionData, nationalityData, calendarThemeOverrides, containerStyle, inputWrapperStyle, customInputContainerStyle, labelStyle, checkoutRowStyle, searchButtonStyle, searchIconStyle, dateRangePickerOuterContainerStyle, dateRangePickerLabelStyle, dateRangePickerInputGroupStyle, dateRangePickerCalendarContainerStyle, suggestionListContainerStyle, suggestionItemStyle, suggestionItemTextStyle, nationalityPickerWrapperStyle, nationalityPickerLabelStyle, pickerContainerStyle, pickerStyle }: {
|
|
4
|
+
initialDestination: any;
|
|
5
|
+
initialCheckinDate: any;
|
|
6
|
+
initialCheckoutDate: any;
|
|
7
|
+
initialNationality: any;
|
|
8
|
+
onSearchPress: any;
|
|
9
|
+
onInputFocus: any;
|
|
10
|
+
onTextChange: any;
|
|
11
|
+
destinationLabel?: string | undefined;
|
|
12
|
+
destinationPlaceholder?: string | undefined;
|
|
13
|
+
checkinLabel?: string | undefined;
|
|
14
|
+
checkoutLabel?: string | undefined;
|
|
15
|
+
nationalityLabel?: string | undefined;
|
|
16
|
+
searchIconName?: string | undefined;
|
|
17
|
+
suggestionData: any;
|
|
18
|
+
nationalityData?: ({
|
|
19
|
+
label: string;
|
|
20
|
+
value: undefined;
|
|
21
|
+
} | {
|
|
22
|
+
label: string;
|
|
23
|
+
value: string;
|
|
24
|
+
})[] | undefined;
|
|
25
|
+
calendarThemeOverrides?: {} | undefined;
|
|
26
|
+
containerStyle: any;
|
|
27
|
+
inputWrapperStyle: any;
|
|
28
|
+
customInputContainerStyle: any;
|
|
29
|
+
labelStyle: any;
|
|
30
|
+
checkoutRowStyle: any;
|
|
31
|
+
searchButtonStyle: any;
|
|
32
|
+
searchIconStyle: any;
|
|
33
|
+
dateRangePickerOuterContainerStyle: any;
|
|
34
|
+
dateRangePickerLabelStyle: any;
|
|
35
|
+
dateRangePickerInputGroupStyle: any;
|
|
36
|
+
dateRangePickerCalendarContainerStyle: any;
|
|
37
|
+
suggestionListContainerStyle: any;
|
|
38
|
+
suggestionItemStyle: any;
|
|
39
|
+
suggestionItemTextStyle: any;
|
|
40
|
+
nationalityPickerWrapperStyle: any;
|
|
41
|
+
nationalityPickerLabelStyle: any;
|
|
42
|
+
pickerContainerStyle: any;
|
|
43
|
+
pickerStyle: any;
|
|
44
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
45
|
+
//# sourceMappingURL=HotelForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HotelForm.d.ts","sourceRoot":"","sources":["HotelForm.js"],"names":[],"mappings":";;AAyDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+FAqKC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default HotelSummary;
|
|
3
|
+
declare function HotelSummary({ guestConfigData: guestConfigProp, selection, onSelectionChange, maxRooms, minRooms, roomTitlePrefix, removeRoomText, addRoomText, containerStyle, roomContainerStyle, roomHeaderStyle, roomTitleStyle, removeRoomButtonStyle, removeRoomTextStyle, guestRowStyle, guestLabelContainerStyle, guestNameStyle, guestDescriptionStyle, addRoomButtonStyle, addRoomButtonTextStyle, stepperContainerStyle, stepperButtonStyle, stepperButtonTextStyle, stepperValueTextStyle }: {
|
|
4
|
+
guestConfigData?: {
|
|
5
|
+
key: string;
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
defaultValue: number;
|
|
9
|
+
minValue: number;
|
|
10
|
+
maxValue: number;
|
|
11
|
+
}[] | undefined;
|
|
12
|
+
selection: any;
|
|
13
|
+
onSelectionChange: any;
|
|
14
|
+
maxRooms?: number | undefined;
|
|
15
|
+
minRooms?: number | undefined;
|
|
16
|
+
roomTitlePrefix?: string | undefined;
|
|
17
|
+
removeRoomText?: string | undefined;
|
|
18
|
+
addRoomText?: string | undefined;
|
|
19
|
+
containerStyle: any;
|
|
20
|
+
roomContainerStyle: any;
|
|
21
|
+
roomHeaderStyle: any;
|
|
22
|
+
roomTitleStyle: any;
|
|
23
|
+
removeRoomButtonStyle: any;
|
|
24
|
+
removeRoomTextStyle: any;
|
|
25
|
+
guestRowStyle: any;
|
|
26
|
+
guestLabelContainerStyle: any;
|
|
27
|
+
guestNameStyle: any;
|
|
28
|
+
guestDescriptionStyle: any;
|
|
29
|
+
addRoomButtonStyle: any;
|
|
30
|
+
addRoomButtonTextStyle: any;
|
|
31
|
+
stepperContainerStyle: any;
|
|
32
|
+
stepperButtonStyle: any;
|
|
33
|
+
stepperButtonTextStyle: any;
|
|
34
|
+
stepperValueTextStyle: any;
|
|
35
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
36
|
+
//# sourceMappingURL=HotelSummary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HotelSummary.d.ts","sourceRoot":"","sources":["HotelSummary.js"],"names":[],"mappings":";;AAuCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+FA8IC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default SummaryBar;
|
|
3
|
+
declare function SummaryBar({ mode, containerStyle, summaryTextStyle, iconStyle, onSelectionChange, flightProps, hotelProps }: {
|
|
4
|
+
mode: any;
|
|
5
|
+
containerStyle: any;
|
|
6
|
+
summaryTextStyle: any;
|
|
7
|
+
iconStyle: any;
|
|
8
|
+
onSelectionChange: any;
|
|
9
|
+
flightProps: any;
|
|
10
|
+
hotelProps: any;
|
|
11
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
12
|
+
//# sourceMappingURL=SummaryBar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SummaryBar.d.ts","sourceRoot":"","sources":["SummaryBar.js"],"names":[],"mappings":";;AAqBA;;;;;;;;+FA6GC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default TabSelector;
|
|
3
|
+
declare function TabSelector({ tabs, initialTab, onTabChange, containerStyle, tabStyle, activeTabStyle, tabTextStyle, activeTabTextStyle, separatorStyle, animated }: {
|
|
4
|
+
tabs: any;
|
|
5
|
+
initialTab: any;
|
|
6
|
+
onTabChange: any;
|
|
7
|
+
containerStyle: any;
|
|
8
|
+
tabStyle: any;
|
|
9
|
+
activeTabStyle: any;
|
|
10
|
+
tabTextStyle: any;
|
|
11
|
+
activeTabTextStyle: any;
|
|
12
|
+
separatorStyle: any;
|
|
13
|
+
animated?: boolean | undefined;
|
|
14
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
15
|
+
//# sourceMappingURL=TabSelector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TabSelector.d.ts","sourceRoot":"","sources":["TabSelector.js"],"names":[],"mappings":";;AAkBA;;;;;;;;;;;+FAwDC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default TravelBooking;
|
|
3
|
+
declare function TravelBooking({ tabs, initialTab, onTabChange, onSearch, initialFlightSelection, initialHotelSelection, onSummarySelectionChange, flightSuggestionData, hotelSuggestionData, carSuggestionData, tabSelectorProps, summaryBarProps, flightFormProps, hotelFormProps, carRentalFormProps, onInputFocus, onTextChange, formContainerStyle, labelStyle, inputStyle, inputTouchableStyle, inputTextStyle, dateSearchRowStyle, dateInputGroupStyle, searchButtonStyle, searchIconStyle, calendarThemeOverrides, calendarContainerStyle, swapButtonContainerStyle, swapButtonStyle, swapIconStyle, inputGroupContainerStyle }: {
|
|
4
|
+
tabs?: string[] | undefined;
|
|
5
|
+
initialTab: any;
|
|
6
|
+
onTabChange: any;
|
|
7
|
+
onSearch: any;
|
|
8
|
+
initialFlightSelection: any;
|
|
9
|
+
initialHotelSelection: any;
|
|
10
|
+
onSummarySelectionChange: any;
|
|
11
|
+
flightSuggestionData?: {
|
|
12
|
+
id: number;
|
|
13
|
+
city: string;
|
|
14
|
+
value: string;
|
|
15
|
+
airports: string[];
|
|
16
|
+
}[] | undefined;
|
|
17
|
+
hotelSuggestionData?: {
|
|
18
|
+
id: number;
|
|
19
|
+
city: string;
|
|
20
|
+
country: string;
|
|
21
|
+
value: string;
|
|
22
|
+
}[] | undefined;
|
|
23
|
+
carSuggestionData?: any;
|
|
24
|
+
tabSelectorProps: any;
|
|
25
|
+
summaryBarProps: any;
|
|
26
|
+
flightFormProps: any;
|
|
27
|
+
hotelFormProps: any;
|
|
28
|
+
carRentalFormProps: any;
|
|
29
|
+
onInputFocus: any;
|
|
30
|
+
onTextChange: any;
|
|
31
|
+
formContainerStyle: any;
|
|
32
|
+
labelStyle: any;
|
|
33
|
+
inputStyle: any;
|
|
34
|
+
inputTouchableStyle: any;
|
|
35
|
+
inputTextStyle: any;
|
|
36
|
+
dateSearchRowStyle: any;
|
|
37
|
+
dateInputGroupStyle: any;
|
|
38
|
+
searchButtonStyle: any;
|
|
39
|
+
searchIconStyle: any;
|
|
40
|
+
calendarThemeOverrides: any;
|
|
41
|
+
calendarContainerStyle: any;
|
|
42
|
+
swapButtonContainerStyle: any;
|
|
43
|
+
swapButtonStyle: any;
|
|
44
|
+
swapIconStyle: any;
|
|
45
|
+
inputGroupContainerStyle: any;
|
|
46
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
47
|
+
//# sourceMappingURL=TravelBooking.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TravelBooking.d.ts","sourceRoot":"","sources":["TravelBooking.js"],"names":[],"mappings":";;AAgEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+FA0LC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":""}
|