@roomstay/frontend 2.6.85 → 2.6.86
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/dist/375.bundle.js +1 -1
- package/dist/535.bundle.js +1 -1
- package/dist/main.bundle.js +1 -1
- package/dist/src/animations/AutoAutoHeight.d.ts +1 -1
- package/dist/src/components/User/Forms/ForgotPasswordForm.d.ts +2 -1
- package/dist/src/components/User/Forms/SignUpForm.d.ts +2 -1
- package/dist/src/components/User/Forms/VerifyEmailForm.d.ts +2 -1
- package/dist/src/components/generic/AgedBetweenLabel/AgedBetweenLabel.d.ts +2 -1
- package/dist/src/components/generic/Alert.d.ts +2 -2
- package/dist/src/components/generic/BEButton.d.ts +1 -1
- package/dist/src/components/generic/BackButton.d.ts +2 -1
- package/dist/src/components/generic/BookingWizard/BookingWizardBottomSheet/BookingWizardBottomSheet.d.ts +2 -2
- package/dist/src/components/generic/BookingWizard/BookingWizardContent.d.ts +3 -3
- package/dist/src/components/generic/BookingWizard/BookingWizardHotelSelector/BookingWizardHotelSelector.d.ts +1 -1
- package/dist/src/components/generic/Card/IconNavCard/IconNavCard.d.ts +2 -2
- package/dist/src/components/generic/Countdown.d.ts +2 -1
- package/dist/src/components/generic/Currency.d.ts +2 -1
- package/dist/src/components/generic/DateRangePicker/DateRangePicker.d.ts +2 -1
- package/dist/src/components/generic/DateRangePicker/DateRangePickerDay.d.ts +2 -1
- package/dist/src/components/generic/DateRangePicker/DateRangePickerDays.d.ts +2 -1
- package/dist/src/components/generic/DateRangePicker/DateRangePickerMonth.d.ts +2 -1
- package/dist/src/components/generic/Distance.d.ts +2 -1
- package/dist/src/components/generic/Headline.d.ts +1 -1
- package/dist/src/components/generic/HtmlContentViewer.d.ts +2 -1
- package/dist/src/components/generic/InputGroup/InputGroup.d.ts +2 -2
- package/dist/src/components/generic/LineBreak.d.ts +2 -1
- package/dist/src/components/generic/Notification.d.ts +1 -1
- package/dist/src/components/generic/NumberIncrement.d.ts +2 -1
- package/dist/src/components/generic/Overlay/Overlay.d.ts +2 -2
- package/dist/src/components/generic/PageTitle/index.d.ts +2 -1
- package/dist/src/components/generic/PaymentCard/PaymentCard.d.ts +2 -1
- package/dist/src/components/generic/Pill.d.ts +1 -1
- package/dist/src/components/generic/Placeholder.d.ts +2 -1
- package/dist/src/components/generic/PromoCodeInput.d.ts +2 -1
- package/dist/src/components/generic/RecentSearchesCard.d.ts +2 -1
- package/dist/src/components/generic/RoomstayMark.d.ts +2 -1
- package/dist/src/components/generic/Select/Select.d.ts +1 -1
- package/dist/src/components/generic/Slider/Slider.d.ts +1 -1
- package/dist/src/components/generic/Tabs/TabRouteContainer.d.ts +2 -2
- package/dist/src/components/generic/Tooltip/Tooltip.d.ts +2 -2
- package/dist/src/components/generic/badging/SSLSecureBadge.d.ts +2 -1
- package/dist/src/components/generic/buttons/NextStepButton.d.ts +2 -1
- package/dist/src/components/generic/date/DatePicker.d.ts +2 -1
- package/dist/src/components/generic/date/DatePickerDay.d.ts +2 -1
- package/dist/src/components/generic/date/DatePickerDays.d.ts +2 -1
- package/dist/src/components/generic/date/DatePickerMonth.d.ts +2 -1
- package/dist/src/components/generic/date/DatePickerWeek.d.ts +2 -1
- package/dist/src/components/generic/date/FloatingDatePicker.d.ts +1 -1
- package/dist/src/components/generic/date/WeekViewSkeleton.d.ts +2 -1
- package/dist/src/components/generic/loader/ImageLoader.d.ts +1 -1
- package/dist/src/components/generic/loader/LargeLoader.d.ts +2 -1
- package/dist/src/components/generic/loader/OverlayLoader.d.ts +2 -1
- package/dist/src/components/generic/loader/SmallSpinner.d.ts +2 -1
- package/dist/src/components/generic/map/HotelLocationMap.d.ts +2 -1
- package/dist/src/components/generic/modal/ConfirmationModal.d.ts +2 -1
- package/dist/src/components/generic/modal/ErrorModal.d.ts +1 -1
- package/dist/src/components/generic/modal/SigninModal/UnauthenticatedUserModal.d.ts +2 -1
- package/dist/src/components/generic/modal/SimpleModal.d.ts +1 -1
- package/dist/src/components/generic/modal/TabbedModal.d.ts +1 -1
- package/dist/src/components/generic/radio/RadioFields.d.ts +2 -1
- package/dist/src/components/graphics/TravelerNotfound.d.ts +2 -1
- package/dist/src/components/iconComponents/BookNowPayLaterIcon.d.ts +2 -1
- package/dist/src/components/members/InlineSignUpSection.d.ts +2 -1
- package/dist/src/components/members/SignInModal/ExternalMemberModal.d.ts +2 -1
- package/dist/src/components/members/SignInModal/InternalMemberSignInModal.d.ts +2 -1
- package/dist/src/components/members/SignInModal/MemberPortalSignInModal.d.ts +2 -1
- package/dist/src/components/members/SignInModal/MemberSignInModal.d.ts +2 -1
- package/dist/src/components/navigation/Header.d.ts +2 -1
- package/dist/src/components/navigation/Header.js +4 -0
- package/dist/src/components/navigation/Header.js.map +1 -1
- package/dist/src/components/navigation/StepSelector.d.ts +2 -1
- package/dist/src/components/navigation/StepSelectorModal.d.ts +2 -1
- package/dist/src/components/pages/Account/Card/MemberCardItem.d.ts +2 -1
- package/dist/src/components/pages/PageColorComponent.d.ts +2 -1
- package/dist/src/components/reservation/ReservationItem.d.ts +2 -1
- package/dist/src/components/steps/DaysSelectedInformer.d.ts +2 -1
- package/dist/src/components/steps/MinimumNightStayPill.d.ts +2 -1
- package/dist/src/components/steps/addons/AddonCard.d.ts +2 -1
- package/dist/src/components/steps/addons/AddonList.d.ts +2 -1
- package/dist/src/components/steps/addons/AddonsNotFoundBlock.d.ts +2 -1
- package/dist/src/components/steps/common/CommonAddonSummary/CommonAddonSummary.d.ts +2 -1
- package/dist/src/components/steps/common/ItemisedFeesListing/ItemisedFeesListing.d.ts +2 -1
- package/dist/src/components/steps/common/ItemisedFeesSummary/ItemisedFeesSummary.d.ts +2 -1
- package/dist/src/components/steps/confirmation/AccountDetails.d.ts +2 -1
- package/dist/src/components/steps/confirmation/PaymentDetails/ExistingCardPicker.d.ts +2 -1
- package/dist/src/components/steps/confirmation/PaymentInformation.d.ts +2 -1
- package/dist/src/components/steps/confirmation/PlanpayLabel.d.ts +2 -1
- package/dist/src/components/steps/confirmation/RoomContactDetails.js +0 -3
- package/dist/src/components/steps/confirmation/RoomContactDetails.js.map +1 -1
- package/dist/src/components/steps/confirmation/StepConfirmationAcknowledgement.d.ts +2 -1
- package/dist/src/components/steps/confirmation/StepConfirmationCheckoutDifferencesModal.d.ts +2 -1
- package/dist/src/components/steps/confirmation/StepConfirmationCommentsComponent.d.ts +2 -1
- package/dist/src/components/steps/confirmation/StepConfirmationForm.d.ts +2 -1
- package/dist/src/components/steps/confirmation/StepConfirmationFormProvider.d.ts +2 -1
- package/dist/src/components/steps/confirmation/StepConfirmationLimitedOffer.d.ts +2 -1
- package/dist/src/components/steps/confirmation/StepConfirmationPoliciesSection.d.ts +2 -1
- package/dist/src/components/steps/confirmation/StepConfirmationPolicyBlock.d.ts +2 -1
- package/dist/src/components/steps/confirmation/TrueRewardsPaymentOption/TrueRewardsLabel.d.ts +2 -1
- package/dist/src/components/steps/confirmation/TrueRewardsPaymentOption/TrueRewardsModal.d.ts +2 -1
- package/dist/src/components/steps/confirmation/additionalOffers/AdditionalOffers.d.ts +2 -1
- package/dist/src/components/steps/confirmation/additionalOffers/AdditionalOffersColumn.d.ts +2 -1
- package/dist/src/components/steps/confirmation/additionalOffers/AdditionalOffersModal.d.ts +2 -1
- package/dist/src/components/steps/date/OccupancyWarningBlock.d.ts +2 -1
- package/dist/src/components/steps/date/PeoplePicker.d.ts +2 -1
- package/dist/src/components/steps/date/PeoplePickerRow.d.ts +2 -1
- package/dist/src/components/steps/date/StepDatePricePerRoom.d.ts +2 -1
- package/dist/src/components/steps/date/StepOneDateRange.d.ts +2 -1
- package/dist/src/components/steps/date/StepOneDateRangePicker.d.ts +2 -1
- package/dist/src/components/steps/date/StepOneDateRangePickerLegend.d.ts +2 -1
- package/dist/src/components/steps/date/StepOneNextStepButton.d.ts +2 -1
- package/dist/src/components/steps/date/StepOneStatusPeople.d.ts +2 -1
- package/dist/src/components/steps/hotel/HotelCard.d.ts +2 -1
- package/dist/src/components/steps/hotel/HotelCardList.d.ts +2 -1
- package/dist/src/components/steps/hotel/HotelCardModal.d.ts +2 -1
- package/dist/src/components/steps/hotel/HotelInfoPerksRow.d.ts +2 -1
- package/dist/src/components/steps/hotel/HotelSearchParameters.d.ts +2 -1
- package/dist/src/components/steps/hotel/NoHotelsAvailable.d.ts +2 -1
- package/dist/src/components/steps/room/ImageGallerySlider.d.ts +2 -1
- package/dist/src/components/steps/room/InactivityWindow.d.ts +2 -1
- package/dist/src/components/steps/room/LargeRateCard.d.ts +2 -1
- package/dist/src/components/steps/room/LargeRoomCard.d.ts +2 -1
- package/dist/src/components/steps/room/NoRoomsFoundBlock.d.ts +2 -1
- package/dist/src/components/steps/room/RatesNotFoundBlock.d.ts +2 -1
- package/dist/src/components/steps/room/RoomList.d.ts +2 -1
- package/dist/src/components/steps/room/RoomModal.d.ts +2 -1
- package/dist/src/components/steps/room/RoomModalPerkRow.d.ts +2 -1
- package/dist/src/components/steps/room/StepRoomAlertBlocks.d.ts +2 -1
- package/dist/src/components/steps/room/StepRoomBestRateAlert.d.ts +2 -1
- package/dist/src/components/steps/room/StepRoomErrorForm.d.ts +2 -1
- package/dist/src/components/steps/room/StepRoomHotelDetails.d.ts +2 -1
- package/dist/src/components/steps/room/StepRoomSortBy.d.ts +2 -1
- package/dist/src/components/steps/room/StepRoomSummaryAndButton.d.ts +2 -1
- package/dist/src/components/steps/room/TabGroupedRooms/TabGroupedRoomList.d.ts +2 -1
- package/dist/src/components/steps/room/TabGroupedRooms/TabGroupedRooms.d.ts +2 -1
- package/dist/src/components/steps/room/TripteaseLodgingSearchSchema.d.ts +2 -1
- package/dist/src/components/steps/room/UserSearchSummary/PromoCodeVerificationAlert.d.ts +2 -1
- package/dist/src/components/steps/room/UserSearchSummary/UserSearchSummary.d.ts +2 -1
- package/dist/src/components/steps/room/UserSearchSummary/UserSearchSummaryPromocodeInput.d.ts +2 -1
- package/dist/src/components/steps/room/UserSearchSummary/UserSearchSummaryRow.d.ts +2 -1
- package/dist/src/components/steps/room/roomBuilderProgress/NumberOfAdultsPicker.d.ts +2 -1
- package/dist/src/components/steps/room/roomBuilderProgress/NumberOfChildrenPicker.d.ts +2 -1
- package/dist/src/components/steps/room/roomBuilderProgress/NumberOfInfantsPicker.d.ts +2 -1
- package/dist/src/components/steps/room/roomBuilderProgress/RoomBuilderProgress.d.ts +2 -1
- package/dist/src/components/steps/room/roomBuilderProgress/RoomBuilderProgressRow.d.ts +2 -1
- package/dist/src/components/steps/room/roomDetails/RoomDetails.d.ts +2 -1
- package/dist/src/components/steps/room/roomDetails/RoomDetailsBedsBlock.d.ts +2 -1
- package/dist/src/components/steps/room/roomDetails/RoomDetailsPerkBlock.d.ts +2 -1
- package/dist/src/components/steps/room/roomDetails/RoomDetailsPriceBlock.d.ts +2 -1
- package/dist/src/components/steps/room/roomDetails/roomRates/BookNowButton.d.ts +2 -1
- package/dist/src/components/steps/room/roomDetails/roomRates/MembersOnlyRow.d.ts +2 -1
- package/dist/src/components/steps/room/roomDetails/roomRates/PriceBreakdownBlock.d.ts +3 -2
- package/dist/src/components/steps/room/roomDetails/roomRates/ReadMoreRoomRateRow.d.ts +2 -1
- package/dist/src/components/steps/room/roomDetails/roomRates/RoomRateDescriptionTab.d.ts +3 -2
- package/dist/src/components/steps/room/roomDetails/roomRates/RoomRateDetailsAndPriceBreakdownModal.d.ts +2 -1
- package/dist/src/components/steps/room/roomDetails/roomRates/RoomRateListPromotion/RoomRateListPromotion.d.ts +2 -1
- package/dist/src/components/steps/room/roomDetails/roomRates/RoomRatePills.d.ts +2 -1
- package/dist/src/components/steps/room/roomDetails/roomRates/RoomRateRow.d.ts +2 -1
- package/dist/src/components/steps/room/roomDetails/roomRates/RoomRates.d.ts +2 -1
- package/dist/src/components/steps/room/roomDetails/unavailableRoom/UnavailableRoom.d.ts +2 -1
- package/dist/src/components/steps/room/roomFilter/AppliedFiltersBlock.d.ts +2 -1
- package/dist/src/components/steps/room/roomFilter/RoomFilterOverlay.d.ts +2 -1
- package/dist/src/components/steps/room/roomFilter/RoomFilterPriceSlider.d.ts +2 -1
- package/dist/src/components/steps/room/roomFilter/RoomFilterRateType.d.ts +2 -1
- package/dist/src/components/steps/room/roomFilter/RoomFilterRoomType.d.ts +2 -1
- package/dist/src/components/summary/BEMobileSummary.d.ts +2 -1
- package/dist/src/components/summary/BEMobileSummaryModal.d.ts +2 -1
- package/dist/src/components/summary/BESummary.d.ts +2 -1
- package/dist/src/components/summary/BESummaryAddonRow.d.ts +2 -1
- package/dist/src/components/summary/BESummaryPerkBlock.d.ts +2 -1
- package/dist/src/components/summary/BESummaryPrivacyPolicy.d.ts +2 -1
- package/dist/src/components/summary/BESummaryRoomRow.d.ts +2 -1
- package/dist/src/components/summary/TransportDistanceFromHotelBlock.d.ts +2 -1
- package/dist/src/contexts/BasketContext/BasketContextWrapper.d.ts +1 -1
- package/dist/src/contexts/BookingEngineContext/BookingEngineContextWrapper.d.ts +1 -1
- package/dist/src/contexts/CompanyContext/CompanyContextWrapper.d.ts +2 -2
- package/dist/src/contexts/ConfirmationFormContext.d.ts +1 -1
- package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextWrapper.js +3 -0
- package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextWrapper.js.map +1 -1
- package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepErrorModal.d.ts +2 -1
- package/dist/src/contexts/ErrorContext.d.ts +1 -1
- package/dist/src/contexts/FullPageEngineContext/EngineBodyLayout.d.ts +2 -1
- package/dist/src/contexts/FullPageEngineContext/EnginePageLayout.d.ts +2 -1
- package/dist/src/contexts/FullPageEngineContext/FullPageEngineContextWrapper.d.ts +2 -1
- package/dist/src/contexts/FullPageEngineContext/FullPageEngineContextWrapper.js +5 -1
- package/dist/src/contexts/FullPageEngineContext/FullPageEngineContextWrapper.js.map +1 -1
- package/dist/src/contexts/HotelOverridesContext.d.ts +1 -1
- package/dist/src/contexts/ModalContext.d.ts +1 -1
- package/dist/src/contexts/NotificationContext.d.ts +1 -1
- package/dist/src/engines/BookingWizardEngine/BookingWizardEngineElement.d.ts +2 -1
- package/dist/src/engines/FullPageBookingEngine/FullPageBookingEngineElement.d.ts +2 -1
- package/dist/src/engines/InlineRoomMiniEngine/InlineRoomMiniEngineElement.d.ts +2 -2
- package/dist/src/engines/MemberPortalWidget/MemberPortalWidgetElement.d.ts +2 -1
- package/dist/src/engines/RecentSearchesEngine/RecentSearchesEngineElement.d.ts +2 -1
- package/dist/src/hooks/useNextStepAction.d.ts +2 -1
- package/dist/src/icons/Check.d.ts +2 -1
- package/dist/src/pages/account/AccountHome/AccountHomePage.d.ts +2 -1
- package/dist/src/pages/account/AccountOutlet.d.ts +1 -1
- package/dist/src/pages/account/AccountRouter.d.ts +2 -1
- package/dist/src/pages/account/ChangePassword/AccountChangePasswordPage.d.ts +2 -1
- package/dist/src/pages/account/Details/AccountDetailsCardsPage.d.ts +2 -1
- package/dist/src/pages/account/Details/AccountDetailsProfilePage.d.ts +2 -1
- package/dist/src/pages/account/Help/AccountHelpPage.d.ts +2 -1
- package/dist/src/pages/account/Reservations/AccountReservationSinglePage.d.ts +2 -1
- package/dist/src/pages/account/Reservations/AccountReservationsPage.d.ts +2 -1
- package/dist/src/pages/findReservation/FindReservation.d.ts +2 -1
- package/dist/src/pages/findReservation/FindReservationResults.d.ts +2 -1
- package/dist/src/pages/findReservation/ReservationRow.d.ts +2 -1
- package/dist/src/pages/findReservation/ReservationRowModal.d.ts +2 -1
- package/dist/src/pages/hotel/HotelInfo.d.ts +2 -1
- package/dist/src/pages/hotel/HotelInfoPlaceholder.d.ts +2 -1
- package/dist/src/pages/steps/StepAddon/StepAddon.d.ts +1 -1
- package/dist/src/pages/steps/StepAddon/StepAddonComponent.d.ts +2 -1
- package/dist/src/pages/steps/StepAddon/StepAddonLoader.d.ts +2 -1
- package/dist/src/pages/steps/StepConfirmation/StepConfirmationComponent.d.ts +2 -1
- package/dist/src/pages/steps/StepConfirmation/StepConfirmationLoader.d.ts +2 -1
- package/dist/src/pages/steps/StepDate/StepDate.d.ts +1 -1
- package/dist/src/pages/steps/StepDate/StepDateComponent.d.ts +2 -1
- package/dist/src/pages/steps/StepGroupedRoom/StepGroupedRoomComponent.d.ts +2 -1
- package/dist/src/pages/steps/StepGroupedRoom/StepGroupedRoomLoader.d.ts +2 -1
- package/dist/src/pages/steps/StepGuide.d.ts +1 -1
- package/dist/src/pages/steps/StepHotel/StepHotel.d.ts +1 -1
- package/dist/src/pages/steps/StepHotel/StepHotelComponent.d.ts +2 -1
- package/dist/src/pages/steps/StepHotel/StepHotelLoader.d.ts +2 -1
- package/dist/src/pages/steps/StepRoom/StepRoomComponent.d.ts +2 -1
- package/dist/src/pages/steps/StepRoom/StepRoomLoader.d.ts +2 -1
- package/dist/src/pages/steps/StepThanks/StepThanksComponent.d.ts +2 -1
- package/dist/src/providers/DIProvider.d.ts +2 -1
- package/dist/src/providers/FeatureProvider.js +2 -0
- package/dist/src/providers/FeatureProvider.js.map +1 -1
- package/dist/src/providers/feature/GiftCardFeature.d.ts +13 -0
- package/dist/src/providers/feature/GiftCardFeature.js +14 -0
- package/dist/src/providers/feature/GiftCardFeature.js.map +1 -0
- package/dist/src/routes/NaturallyProgressedStepRoute.d.ts +2 -1
- package/dist/src/stories/BookingWizard.stories.d.ts +1 -1
- package/dist/src/stories/ConfirmationModal.stories.d.ts +2 -1
- package/dist/src/stories/DateRangePicker.stories.d.ts +5 -4
- package/dist/src/stories/ErrorModal.stories.d.ts +2 -1
- package/dist/src/stories/EventCarousel.stories.d.ts +3 -2
- package/dist/src/stories/FloatingDateRangePicker.stories.d.ts +3 -2
- package/dist/src/stories/IconNavCard.stories.d.ts +1 -1
- package/dist/src/stories/NumberIncrement.stories.d.ts +2 -1
- package/dist/src/stories/PaymentCard.stories.d.ts +2 -1
- package/dist/src/stories/RadioButtonGroup.stories.d.ts +4 -3
- package/dist/src/stories/Select.stories.d.ts +4 -3
- package/dist/src/stories/SimpleModal.stories.d.ts +2 -1
- package/dist/src/stories/Slider.stories.d.ts +2 -1
- package/dist/src/stories/TabbedModal.stories.d.ts +2 -1
- package/dist/src/stories/Tabs.stories.d.ts +2 -1
- package/dist/src/translations/Translation.d.ts +1 -0
- package/dist/src/translations/Translation.js +1 -0
- package/dist/src/translations/Translation.js.map +1 -1
- package/dist/src/translations/languages/en-gb.js +1 -0
- package/dist/src/translations/languages/en-gb.js.map +1 -1
- package/dist/src/util/Analytics/Analytics.js.map +1 -1
- package/dist/src/util/Analytics/GoogleAnalytics4.d.ts +6 -0
- package/dist/src/util/Analytics/GoogleAnalytics4.js +8 -0
- package/dist/src/util/Analytics/GoogleAnalytics4.js.map +1 -1
- package/dist/test.bundle.js +1 -1
- package/dist/tests/offline/entry/config/hotelSpecDefault.d.ts +2 -1
- package/dist/vendors.bundle.js +1 -1
- package/package.json +9 -3
|
@@ -6,5 +6,5 @@ interface AutoAutoHeightProps {
|
|
|
6
6
|
onComponentHidden?: () => void;
|
|
7
7
|
topOffset?: number;
|
|
8
8
|
}
|
|
9
|
-
export default function AutoAutoHeight(props: AutoAutoHeightProps): JSX.Element;
|
|
9
|
+
export default function AutoAutoHeight(props: AutoAutoHeightProps): React.JSX.Element;
|
|
10
10
|
export {};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
type ForgotPasswordFormProps = {
|
|
2
3
|
onPasswordReset?: () => void;
|
|
3
4
|
onCancelled?: () => void;
|
|
4
5
|
onDone?: () => void;
|
|
5
6
|
onNotVerified?: () => void;
|
|
6
7
|
};
|
|
7
|
-
export declare const ForgotPasswordForm: (props: ForgotPasswordFormProps) => JSX.Element;
|
|
8
|
+
export declare const ForgotPasswordForm: (props: ForgotPasswordFormProps) => React.JSX.Element;
|
|
8
9
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
type SignUpFormProps = {
|
|
2
3
|
onForgotPassword?: () => void;
|
|
3
4
|
onSignIn?: () => void;
|
|
@@ -10,5 +11,5 @@ type SignUpFormProps = {
|
|
|
10
11
|
hideTitle?: boolean;
|
|
11
12
|
reduceMargins?: boolean;
|
|
12
13
|
};
|
|
13
|
-
export declare const SignUpForm: (props: SignUpFormProps) => JSX.Element;
|
|
14
|
+
export declare const SignUpForm: (props: SignUpFormProps) => React.JSX.Element;
|
|
14
15
|
export {};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
type VerifyEmailFormProps = {
|
|
2
3
|
onForgotPassword?: () => void;
|
|
3
4
|
onSignIn?: () => void;
|
|
4
5
|
onDone?: () => void;
|
|
5
6
|
};
|
|
6
|
-
export declare const VerifyEmailForm: (props: VerifyEmailFormProps) => JSX.Element;
|
|
7
|
+
export declare const VerifyEmailForm: (props: VerifyEmailFormProps) => React.JSX.Element;
|
|
7
8
|
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
type AgedBetweenLabelProps = {
|
|
2
3
|
min?: number;
|
|
3
4
|
max?: number;
|
|
4
5
|
};
|
|
5
|
-
export declare const AgedBetweenLabel: ({ min, max }: AgedBetweenLabelProps) => JSX.Element | null;
|
|
6
|
+
export declare const AgedBetweenLabel: ({ min, max }: AgedBetweenLabelProps) => React.JSX.Element | null;
|
|
6
7
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropsWithChildren, ReactNode } from 'react';
|
|
1
|
+
import React, { PropsWithChildren, ReactNode } from 'react';
|
|
2
2
|
import { IconType } from './Icon/Icon';
|
|
3
3
|
export declare enum AlertType {
|
|
4
4
|
Alert = "--alert",
|
|
@@ -26,4 +26,4 @@ export interface AlertProps extends PropsWithChildren<any> {
|
|
|
26
26
|
iconClassName?: string;
|
|
27
27
|
[x: string]: ReactNode;
|
|
28
28
|
}
|
|
29
|
-
export default function Alert(props: AlertProps): JSX.Element;
|
|
29
|
+
export default function Alert(props: AlertProps): React.JSX.Element;
|
|
@@ -26,4 +26,4 @@ export interface BEButtonProps extends PropsWithChildren<any> {
|
|
|
26
26
|
iconSize?: string;
|
|
27
27
|
[x: string]: React.ReactNode;
|
|
28
28
|
}
|
|
29
|
-
export default function BEButton(props: BEButtonProps): JSX.Element;
|
|
29
|
+
export default function BEButton(props: BEButtonProps): React.JSX.Element;
|
|
@@ -9,9 +9,9 @@ interface BWBottomSheetFooterProps {
|
|
|
9
9
|
nextLabel?: string;
|
|
10
10
|
disabledNext?: boolean;
|
|
11
11
|
}
|
|
12
|
-
export declare const BWBottomSheetFooter: ({ onPrev, onNext, hidePrev, preLabel, nextLabel, disabledNext }: BWBottomSheetFooterProps) => JSX.Element | null;
|
|
12
|
+
export declare const BWBottomSheetFooter: ({ onPrev, onNext, hidePrev, preLabel, nextLabel, disabledNext }: BWBottomSheetFooterProps) => React.JSX.Element | null;
|
|
13
13
|
export declare const BWBottomSheetHeader: ({ title, onClose }: {
|
|
14
14
|
title: ReactNode;
|
|
15
15
|
onClose: () => void;
|
|
16
|
-
}) => JSX.Element;
|
|
16
|
+
}) => React.JSX.Element;
|
|
17
17
|
export default BookingWizardBottomSheet;
|
|
@@ -23,7 +23,7 @@ export interface BookingWizardContentProps {
|
|
|
23
23
|
dateFormat?: string;
|
|
24
24
|
}
|
|
25
25
|
export declare const BookingWizardContent: React.FC<BookingWizardContentProps>;
|
|
26
|
-
export declare const BWPromoCodeSection: ({ inactive, hidden, setPromoCode, promoCode, onChange, valid, hideTooltip, t, isImagesTheme, divider, withLabel, }: BWPromoCodeSectionProps) => JSX.Element | null;
|
|
26
|
+
export declare const BWPromoCodeSection: ({ inactive, hidden, setPromoCode, promoCode, onChange, valid, hideTooltip, t, isImagesTheme, divider, withLabel, }: BWPromoCodeSectionProps) => React.JSX.Element | null;
|
|
27
27
|
type BWIconButtonProps = {
|
|
28
28
|
show: boolean;
|
|
29
29
|
onClick?: React.MouseEventHandler<HTMLDivElement>;
|
|
@@ -34,8 +34,8 @@ type BWIconButtonProps = {
|
|
|
34
34
|
name: string;
|
|
35
35
|
className: string;
|
|
36
36
|
};
|
|
37
|
-
export declare const BWClearButton: (props: Omit<BWIconButtonProps, "icon" | "name" | "className">) => JSX.Element;
|
|
38
|
-
export declare const BWSearchButton: (props: Omit<BWIconButtonProps, "icon" | "name" | "className" | "onClick">) => JSX.Element;
|
|
37
|
+
export declare const BWClearButton: (props: Omit<BWIconButtonProps, "icon" | "name" | "className">) => React.JSX.Element;
|
|
38
|
+
export declare const BWSearchButton: (props: Omit<BWIconButtonProps, "icon" | "name" | "className" | "onClick">) => React.JSX.Element;
|
|
39
39
|
interface BWPromoCodeSectionProps {
|
|
40
40
|
inactive: boolean;
|
|
41
41
|
hidden: boolean;
|
|
@@ -16,5 +16,5 @@ interface BookingWizardHotelSelectorProps {
|
|
|
16
16
|
focused: boolean;
|
|
17
17
|
};
|
|
18
18
|
}
|
|
19
|
-
export declare const BookingWizardHotelSelector: (props: BookingWizardHotelSelectorProps) => JSX.Element;
|
|
19
|
+
export declare const BookingWizardHotelSelector: (props: BookingWizardHotelSelectorProps) => React.JSX.Element;
|
|
20
20
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
1
|
+
import React, { ReactNode } from 'react';
|
|
2
2
|
import { IconType } from '../../Icon/Icon';
|
|
3
3
|
import { Color } from '../../../../util/Color';
|
|
4
4
|
type IconNavCardProps = {
|
|
@@ -12,5 +12,5 @@ type IconNavCardProps = {
|
|
|
12
12
|
color?: Color;
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
|
-
export declare const IconNavCard: (props: IconNavCardProps) => JSX.Element | null;
|
|
15
|
+
export declare const IconNavCard: (props: IconNavCardProps) => React.JSX.Element | null;
|
|
16
16
|
export {};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import dayjs from 'dayjs';
|
|
2
|
+
import React from 'react';
|
|
2
3
|
interface CountdownProps {
|
|
3
4
|
endTimeDate: dayjs.Dayjs;
|
|
4
5
|
onEnd?: () => void;
|
|
5
6
|
}
|
|
6
|
-
export default function Countdown(props: CountdownProps): JSX.Element;
|
|
7
|
+
export default function Countdown(props: CountdownProps): React.JSX.Element;
|
|
7
8
|
export {};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import dayjs from 'dayjs';
|
|
2
|
+
import React from 'react';
|
|
2
3
|
import { ShowYearOnCalendarProps } from '../../../models/Api/HotelOverrideDTO';
|
|
3
4
|
import { EBookingWizardTheme } from '../BookingWizard/BookingWizard';
|
|
4
5
|
export interface DatePickerProps extends ShowYearOnCalendarProps {
|
|
@@ -18,4 +19,4 @@ export interface DatePickerProps extends ShowYearOnCalendarProps {
|
|
|
18
19
|
theme?: EBookingWizardTheme;
|
|
19
20
|
className?: string;
|
|
20
21
|
}
|
|
21
|
-
export default function DateRangePicker(props: DatePickerProps): JSX.Element;
|
|
22
|
+
export default function DateRangePicker(props: DatePickerProps): React.JSX.Element;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as dayjs from 'dayjs';
|
|
2
|
+
import React from 'react';
|
|
2
3
|
import { Color } from '../../../util/Color';
|
|
3
4
|
interface DatePickerDayProps {
|
|
4
5
|
text: any;
|
|
@@ -17,5 +18,5 @@ export declare enum DatePickerDayStatus {
|
|
|
17
18
|
Loading = "--loading",
|
|
18
19
|
Selected = "--selected"
|
|
19
20
|
}
|
|
20
|
-
export default function DateRangePickerDay(props: DatePickerDayProps): JSX.Element;
|
|
21
|
+
export default function DateRangePickerDay(props: DatePickerDayProps): React.JSX.Element;
|
|
21
22
|
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as dayjs from 'dayjs';
|
|
2
|
+
import React from 'react';
|
|
2
3
|
interface DatePickerDaysProps {
|
|
3
4
|
showingMonth: dayjs.Dayjs;
|
|
4
5
|
}
|
|
5
|
-
export default function DateRangePickerDays(props: DatePickerDaysProps): JSX.Element;
|
|
6
|
+
export default function DateRangePickerDays(props: DatePickerDaysProps): React.JSX.Element;
|
|
6
7
|
export {};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import * as dayjs from 'dayjs';
|
|
2
|
+
import React from 'react';
|
|
2
3
|
import { ShowYearOnCalendarProps } from '../../../models/Api/HotelOverrideDTO';
|
|
3
4
|
interface DatePickerMonthProps extends ShowYearOnCalendarProps {
|
|
4
5
|
showingMonth: dayjs.Dayjs;
|
|
5
6
|
small?: boolean;
|
|
6
7
|
}
|
|
7
|
-
export default function DateRangePickerMonth(props: DatePickerMonthProps): JSX.Element;
|
|
8
|
+
export default function DateRangePickerMonth(props: DatePickerMonthProps): React.JSX.Element;
|
|
8
9
|
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
interface DistanceProps {
|
|
2
3
|
distance: number | string;
|
|
3
4
|
unit?: string;
|
|
4
5
|
}
|
|
5
|
-
export default function Distance({ distance, unit }: DistanceProps): JSX.Element;
|
|
6
|
+
export default function Distance({ distance, unit }: DistanceProps): React.JSX.Element;
|
|
6
7
|
export {};
|
|
@@ -11,4 +11,4 @@ export interface HeadlineProps extends PropsWithChildren<any> {
|
|
|
11
11
|
className?: string;
|
|
12
12
|
[x: string]: React.ReactNode;
|
|
13
13
|
}
|
|
14
|
-
export default function Headline(props: HeadlineProps): JSX.Element;
|
|
14
|
+
export default function Headline(props: HeadlineProps): React.JSX.Element;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
1
|
+
import React, { ReactNode } from 'react';
|
|
2
2
|
import { InputGroupDimensions } from './InputGroup.types';
|
|
3
3
|
export interface InputGroupProps {
|
|
4
4
|
children: ReactNode | ReactNode[];
|
|
5
5
|
dimensions?: InputGroupDimensions;
|
|
6
6
|
noMargin?: boolean;
|
|
7
7
|
}
|
|
8
|
-
export default function InputGroup(props: InputGroupProps): JSX.Element;
|
|
8
|
+
export default function InputGroup(props: InputGroupProps): React.JSX.Element;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
export interface LineBreakProps {
|
|
2
3
|
darker?: boolean;
|
|
3
4
|
noMargins?: boolean;
|
|
4
5
|
smallMargins?: boolean;
|
|
5
6
|
fullBleed?: boolean;
|
|
6
7
|
}
|
|
7
|
-
export default function LineBreak(props: LineBreakProps): JSX.Element;
|
|
8
|
+
export default function LineBreak(props: LineBreakProps): React.JSX.Element;
|
|
@@ -9,5 +9,5 @@ interface NotificationProps {
|
|
|
9
9
|
data: NotificationType;
|
|
10
10
|
onRemove?: (id: number) => void;
|
|
11
11
|
}
|
|
12
|
-
export default function Notification(props: NotificationProps): JSX.Element;
|
|
12
|
+
export default function Notification(props: NotificationProps): React.JSX.Element;
|
|
13
13
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { TextType } from './Text';
|
|
2
3
|
export interface NumberIncrementProps {
|
|
3
4
|
number?: number;
|
|
@@ -7,4 +8,4 @@ export interface NumberIncrementProps {
|
|
|
7
8
|
textSize?: TextType;
|
|
8
9
|
hideTooltips?: boolean;
|
|
9
10
|
}
|
|
10
|
-
export default function NumberIncrement(props: NumberIncrementProps): JSX.Element;
|
|
11
|
+
export default function NumberIncrement(props: NumberIncrementProps): React.JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Placement, PositioningStrategy } from '@popperjs/core';
|
|
2
|
-
import { LegacyRef, ReactNode } from 'react';
|
|
2
|
+
import React, { LegacyRef, ReactNode } from 'react';
|
|
3
3
|
export type OverlayProps = {
|
|
4
4
|
children: ReactNode | ReactNode[];
|
|
5
5
|
open: boolean;
|
|
@@ -18,4 +18,4 @@ export type OverlayProps = {
|
|
|
18
18
|
preventScroll?: boolean;
|
|
19
19
|
isAboveNav?: boolean;
|
|
20
20
|
};
|
|
21
|
-
export declare const Overlay: (props: OverlayProps) => JSX.Element;
|
|
21
|
+
export declare const Overlay: (props: OverlayProps) => React.JSX.Element;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { IRoomstayMemberCardFormInput } from '../../../models/RoomstayMembers/IRoomstayMemberCard';
|
|
2
3
|
export interface PaymentCardProps {
|
|
3
4
|
card: IRoomstayMemberCardFormInput;
|
|
4
5
|
}
|
|
5
|
-
export declare const PaymentCard: ({ card }: PaymentCardProps) => JSX.Element;
|
|
6
|
+
export declare const PaymentCard: ({ card }: PaymentCardProps) => React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
type StringScreenSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
2
3
|
export interface PlaceholderProps {
|
|
3
4
|
type: 'text' | 'circle' | 'block';
|
|
@@ -9,5 +10,5 @@ export interface PlaceholderProps {
|
|
|
9
10
|
rounded?: 'md' | 'lg';
|
|
10
11
|
noMarg?: boolean;
|
|
11
12
|
}
|
|
12
|
-
export default function Placeholder(props: PlaceholderProps): JSX.Element;
|
|
13
|
+
export default function Placeholder(props: PlaceholderProps): React.JSX.Element;
|
|
13
14
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import BasketRow from '../../models/BasketRow';
|
|
2
3
|
interface PromoCodeInputProps {
|
|
3
4
|
value: string;
|
|
@@ -9,5 +10,5 @@ interface PromoCodeInputProps {
|
|
|
9
10
|
hideValidText?: boolean;
|
|
10
11
|
row: BasketRow;
|
|
11
12
|
}
|
|
12
|
-
export default function PromoCodeInput(props: PromoCodeInputProps): JSX.Element;
|
|
13
|
+
export default function PromoCodeInput(props: PromoCodeInputProps): React.JSX.Element;
|
|
13
14
|
export {};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import BasketRow from '../../models/BasketRow';
|
|
2
3
|
export interface RecentSearchesCardProps {
|
|
3
4
|
basketRow: BasketRow;
|
|
4
5
|
onViewRatesClicked: () => void;
|
|
5
6
|
onRemove: () => void;
|
|
6
7
|
}
|
|
7
|
-
declare const RecentSearchesCard: ({ basketRow, onRemove, onViewRatesClicked }: RecentSearchesCardProps) => JSX.Element;
|
|
8
|
+
declare const RecentSearchesCard: ({ basketRow, onRemove, onViewRatesClicked }: RecentSearchesCardProps) => React.JSX.Element;
|
|
8
9
|
export default RecentSearchesCard;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const RoomstayMark: () => React.JSX.Element;
|
|
@@ -32,7 +32,7 @@ export type SelectProps<TOption extends Option<KeyName>, KeyName extends string>
|
|
|
32
32
|
disableNative?: boolean;
|
|
33
33
|
renderNoOptions?: (targetRef: React.RefObject<HTMLSpanElement>) => ReactElement | null;
|
|
34
34
|
};
|
|
35
|
-
export declare const InnerSelect: <TOption extends Option<KeyName>, KeyName extends string>({ target, open, onClose, options, value, onChange, keyName, labelName, className, offset, renderOption, nativeOnMobile, overlay, renderLabel, hideExpandIcon, inputLabelColor, disableNative, renderNoOptions, }: SelectProps<TOption, KeyName>, ref: Ref<HTMLDivElement | null>) => JSX.Element;
|
|
35
|
+
export declare const InnerSelect: <TOption extends Option<KeyName>, KeyName extends string>({ target, open, onClose, options, value, onChange, keyName, labelName, className, offset, renderOption, nativeOnMobile, overlay, renderLabel, hideExpandIcon, inputLabelColor, disableNative, renderNoOptions, }: SelectProps<TOption, KeyName>, ref: Ref<HTMLDivElement | null>) => React.JSX.Element;
|
|
36
36
|
export declare const Select: <TOption extends Option<KeyName>, KeyName extends string>(p: SelectProps<TOption, KeyName> & {
|
|
37
37
|
ref?: Ref<HTMLDivElement>;
|
|
38
38
|
}) => JSX.Element;
|
|
@@ -18,5 +18,5 @@ type SliderProps = {
|
|
|
18
18
|
* Specifically a ranged slider, specifically for the Filter section of the Step Room display.
|
|
19
19
|
* @param props
|
|
20
20
|
*/
|
|
21
|
-
export declare const Slider: (props: SliderProps) => JSX.Element;
|
|
21
|
+
export declare const Slider: (props: SliderProps) => React.JSX.Element;
|
|
22
22
|
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
1
|
+
import React, { ReactNode } from 'react';
|
|
2
2
|
interface TabRouteContainerProps {
|
|
3
3
|
children: ReactNode[];
|
|
4
4
|
}
|
|
5
|
-
export declare function TabRouteContainer({ children }: TabRouteContainerProps): JSX.Element;
|
|
5
|
+
export declare function TabRouteContainer({ children }: TabRouteContainerProps): React.JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactChild } from 'react';
|
|
1
|
+
import React, { ReactChild } from 'react';
|
|
2
2
|
export interface BETooltipProps {
|
|
3
3
|
wrapperClasses?: string;
|
|
4
4
|
followElement?: HTMLElement | null;
|
|
@@ -11,4 +11,4 @@ export interface BETooltipProps {
|
|
|
11
11
|
usePortal?: boolean;
|
|
12
12
|
open?: boolean;
|
|
13
13
|
}
|
|
14
|
-
export default function Tooltip(props: BETooltipProps): JSX.Element;
|
|
14
|
+
export default function Tooltip(props: BETooltipProps): React.JSX.Element;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function SSLSecureBadge(): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
export interface NextStepButtonProps {
|
|
2
3
|
text: string;
|
|
3
4
|
disabled?: boolean;
|
|
@@ -6,4 +7,4 @@ export interface NextStepButtonProps {
|
|
|
6
7
|
wideByDefault?: boolean;
|
|
7
8
|
hideIcon?: boolean;
|
|
8
9
|
}
|
|
9
|
-
export default function NextStepButton(props: NextStepButtonProps): JSX.Element;
|
|
10
|
+
export default function NextStepButton(props: NextStepButtonProps): React.JSX.Element;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import dayjs from 'dayjs';
|
|
2
|
+
import React from 'react';
|
|
2
3
|
export interface DatePickerProps {
|
|
3
4
|
showMonthOnLoad?: dayjs.Dayjs;
|
|
4
5
|
selectedStartDate?: dayjs.Dayjs;
|
|
@@ -24,4 +25,4 @@ export interface DatePickerProps {
|
|
|
24
25
|
*/
|
|
25
26
|
roomCode?: string;
|
|
26
27
|
}
|
|
27
|
-
export default function DatePicker(props: DatePickerProps): JSX.Element;
|
|
28
|
+
export default function DatePicker(props: DatePickerProps): React.JSX.Element;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import dayjs from 'dayjs';
|
|
2
|
+
import React from 'react';
|
|
2
3
|
interface DatePickerDayProps {
|
|
3
4
|
text: any;
|
|
4
5
|
day?: dayjs.Dayjs | any;
|
|
@@ -17,5 +18,5 @@ export declare enum DatePickerDayStatus {
|
|
|
17
18
|
Loading = "--loading",
|
|
18
19
|
Selected = "--selected"
|
|
19
20
|
}
|
|
20
|
-
export default function DatePickerDay(props: DatePickerDayProps): JSX.Element;
|
|
21
|
+
export default function DatePickerDay(props: DatePickerDayProps): React.JSX.Element;
|
|
21
22
|
export {};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import dayjs from 'dayjs';
|
|
2
|
+
import React from 'react';
|
|
2
3
|
interface DatePickerDaysProps {
|
|
3
4
|
showingMonth: dayjs.Dayjs;
|
|
4
5
|
readOnly?: boolean;
|
|
5
6
|
}
|
|
6
|
-
export default function DatePickerDays(props: DatePickerDaysProps): JSX.Element;
|
|
7
|
+
export default function DatePickerDays(props: DatePickerDaysProps): React.JSX.Element;
|
|
7
8
|
export {};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import dayjs from 'dayjs';
|
|
2
|
+
import React from 'react';
|
|
2
3
|
interface DatePickerMonthProps {
|
|
3
4
|
showingMonth: dayjs.Dayjs;
|
|
4
5
|
small?: boolean;
|
|
5
6
|
readOnly?: boolean;
|
|
6
7
|
}
|
|
7
|
-
export default function DatePickerMonth(props: DatePickerMonthProps): JSX.Element;
|
|
8
|
+
export default function DatePickerMonth(props: DatePickerMonthProps): React.JSX.Element;
|
|
8
9
|
export {};
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function DatePickerWeek(): React.JSX.Element;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function LargeLoader(): React.JSX.Element;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
type OverlayLoaderProps = {
|
|
2
3
|
label?: string;
|
|
3
4
|
isFullscreen?: boolean;
|
|
4
5
|
};
|
|
5
|
-
export declare const OverlayLoader: (props: OverlayLoaderProps) => JSX.Element;
|
|
6
|
+
export declare const OverlayLoader: (props: OverlayLoaderProps) => React.JSX.Element;
|
|
6
7
|
export {};
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function HotelLocationMap(): React.JSX.Element;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
export interface ConfirmationModalProps {
|
|
2
3
|
open: boolean;
|
|
3
4
|
onClose?: () => void;
|
|
4
5
|
onConfirm: () => void;
|
|
5
6
|
message: string;
|
|
6
7
|
}
|
|
7
|
-
export default function ConfirmationModal(props: ConfirmationModalProps): JSX.Element;
|
|
8
|
+
export default function ConfirmationModal(props: ConfirmationModalProps): React.JSX.Element;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Placement } from '@popperjs/core';
|
|
2
|
+
import React from 'react';
|
|
2
3
|
export interface UnauthenticatedUserModalProps {
|
|
3
4
|
open: boolean;
|
|
4
5
|
anchorEl?: HTMLElement | null;
|
|
@@ -15,4 +16,4 @@ export declare enum EViewingScreen {
|
|
|
15
16
|
SignUp = "SignUp",
|
|
16
17
|
ForgotPassword = "ForgotPassword"
|
|
17
18
|
}
|
|
18
|
-
export declare const UnauthenticatedUserModal: (props: UnauthenticatedUserModalProps) => JSX.Element;
|
|
19
|
+
export declare const UnauthenticatedUserModal: (props: UnauthenticatedUserModalProps) => React.JSX.Element;
|
|
@@ -19,4 +19,4 @@ export type SimpleModalProps = PropsWithChildren<{
|
|
|
19
19
|
className?: string;
|
|
20
20
|
bodyClassName?: string;
|
|
21
21
|
}>;
|
|
22
|
-
export default function SimpleModal(props: SimpleModalProps): JSX.Element;
|
|
22
|
+
export default function SimpleModal(props: SimpleModalProps): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
interface RadioFieldOption {
|
|
2
3
|
label: string;
|
|
3
4
|
value: string;
|
|
@@ -9,5 +10,5 @@ interface RadioFieldsProps {
|
|
|
9
10
|
options: RadioFieldOption[];
|
|
10
11
|
onChange: (selectedOption: RadioFieldOption) => void;
|
|
11
12
|
}
|
|
12
|
-
export default function RadioFields(props: RadioFieldsProps): JSX.Element;
|
|
13
|
+
export default function RadioFields(props: RadioFieldsProps): React.JSX.Element;
|
|
13
14
|
export {};
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function TravelerNotfound(): React.JSX.Element;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
interface Props {
|
|
2
3
|
width?: number;
|
|
3
4
|
height?: number;
|
|
4
5
|
}
|
|
5
|
-
declare const BookNowPayLaterIcon: (props: Props) => JSX.Element;
|
|
6
|
+
declare const BookNowPayLaterIcon: (props: Props) => React.JSX.Element;
|
|
6
7
|
export default BookNowPayLaterIcon;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { ReservationDTO } from '@roomstay/core';
|
|
2
|
+
import React from 'react';
|
|
2
3
|
interface InlineSignUpSectionProps {
|
|
3
4
|
reservation: ReservationDTO;
|
|
4
5
|
hotelId: string;
|
|
5
6
|
}
|
|
6
|
-
export declare const InlineSignUpSection: (props: InlineSignUpSectionProps) => JSX.Element | null;
|
|
7
|
+
export declare const InlineSignUpSection: (props: InlineSignUpSectionProps) => React.JSX.Element | null;
|
|
7
8
|
export {};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { IMemberVerification } from '@roomstay/core';
|
|
2
2
|
import { Property } from 'csstype';
|
|
3
|
+
import React from 'react';
|
|
3
4
|
import { FieldValues } from 'react-hook-form';
|
|
4
5
|
import { IconType } from '../../generic/Icon/Icon';
|
|
5
6
|
import UserProfile from '../../../models/UserProfile';
|
|
@@ -21,5 +22,5 @@ type ExternalMemberModelField<T extends FieldValues> = {
|
|
|
21
22
|
required?: boolean;
|
|
22
23
|
helperText?: string;
|
|
23
24
|
};
|
|
24
|
-
declare const ExternalMemberModal: <T extends FieldValues & IMemberVerification>(props: ExternalMemberModalProps<T>) => JSX.Element;
|
|
25
|
+
declare const ExternalMemberModal: <T extends FieldValues & IMemberVerification>(props: ExternalMemberModalProps<T>) => React.JSX.Element;
|
|
25
26
|
export default ExternalMemberModal;
|