@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
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import { Hotel } from '../../../models/Client/Hotel/Hotel';
|
|
2
3
|
import { HotelPerk } from '../../../models/Client/Hotel/HotelPerk';
|
|
3
4
|
import { Room } from '../../../models/Room/Room';
|
|
@@ -7,4 +8,4 @@ export interface RoomModalPerkRowProps {
|
|
|
7
8
|
roomPerks: HotelPerk[];
|
|
8
9
|
}
|
|
9
10
|
export declare const BE_ROOM_MODAL_PERK_ROW = "BERoomModalPerkRow";
|
|
10
|
-
export default function RoomModalPerkRow(props: RoomModalPerkRowProps): JSX.Element;
|
|
11
|
+
export default function RoomModalPerkRow(props: RoomModalPerkRowProps): React.JSX.Element;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function StepRoomAlertBlocks(): React.JSX.Element;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const StepRoomErrorForm: () => React.JSX.Element;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function StepRoomHotelDetails(): React.JSX.Element;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function StepRoomSortBy(): React.JSX.Element;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function StepRoomSummaryAndButton(): React.JSX.Element;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { HotelRoomGroupsDTO } from '../../../../models/Api/HotelDTO';
|
|
2
3
|
import { Room } from '../../../../models/Room/Room';
|
|
3
4
|
type TabGroupedRoomListProps = {
|
|
4
5
|
rooms: Room[];
|
|
5
6
|
group: HotelRoomGroupsDTO[number];
|
|
6
7
|
};
|
|
7
|
-
export declare const TabGroupedRoomList: (props: TabGroupedRoomListProps) => JSX.Element;
|
|
8
|
+
export declare const TabGroupedRoomList: (props: TabGroupedRoomListProps) => React.JSX.Element;
|
|
8
9
|
export {};
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const TabGroupedRooms: () => React.JSX.Element;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const TripteaseLodgingSearchSchema: () => React.JSX.Element;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const UserSearchSummary: () => React.JSX.Element;
|
package/dist/src/components/steps/room/UserSearchSummary/UserSearchSummaryPromocodeInput.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import BasketRow from '../../../../models/BasketRow';
|
|
2
3
|
import { Color } from '../../../../util/Color';
|
|
3
4
|
type UserSearchSummaryPromocodeInputProps = {
|
|
@@ -7,5 +8,5 @@ type UserSearchSummaryPromocodeInputProps = {
|
|
|
7
8
|
promocodeTextColor?: Color;
|
|
8
9
|
useUpdatedDesign?: boolean;
|
|
9
10
|
};
|
|
10
|
-
export declare const UserSearchSummaryPromocodeInput: ({ row, disabled, onChange, promocodeTextColor, useUpdatedDesign, }: UserSearchSummaryPromocodeInputProps) => JSX.Element;
|
|
11
|
+
export declare const UserSearchSummaryPromocodeInput: ({ row, disabled, onChange, promocodeTextColor, useUpdatedDesign, }: UserSearchSummaryPromocodeInputProps) => React.JSX.Element;
|
|
11
12
|
export {};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import BasketRow from '../../../../models/BasketRow';
|
|
2
3
|
type UserSearchSummaryRowProps = {
|
|
3
4
|
row: BasketRow;
|
|
4
5
|
index: number;
|
|
5
6
|
};
|
|
6
|
-
export declare const UserSearchSummaryRow: ({ row, index }: UserSearchSummaryRowProps) => JSX.Element;
|
|
7
|
+
export declare const UserSearchSummaryRow: ({ row, index }: UserSearchSummaryRowProps) => React.JSX.Element;
|
|
7
8
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import BasketRow from '../../../../models/BasketRow';
|
|
2
3
|
import { Color } from '../../../../util/Color';
|
|
3
4
|
interface NumberOfAdultsPickerProps {
|
|
@@ -5,5 +6,5 @@ interface NumberOfAdultsPickerProps {
|
|
|
5
6
|
onChange: (value: string) => void;
|
|
6
7
|
labelColor?: Color;
|
|
7
8
|
}
|
|
8
|
-
export default function NumberOfAdultsPicker(props: NumberOfAdultsPickerProps): JSX.Element;
|
|
9
|
+
export default function NumberOfAdultsPicker(props: NumberOfAdultsPickerProps): React.JSX.Element;
|
|
9
10
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import BasketRow from '../../../../models/BasketRow';
|
|
2
3
|
import { Color } from '../../../../util/Color';
|
|
3
4
|
interface NumberOfChildrenPickerProps {
|
|
@@ -5,5 +6,5 @@ interface NumberOfChildrenPickerProps {
|
|
|
5
6
|
onChange: (value: string) => void;
|
|
6
7
|
labelColor?: Color;
|
|
7
8
|
}
|
|
8
|
-
export default function NumberOfChildrenPicker(props: NumberOfChildrenPickerProps): JSX.Element;
|
|
9
|
+
export default function NumberOfChildrenPicker(props: NumberOfChildrenPickerProps): React.JSX.Element;
|
|
9
10
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import BasketRow from '../../../../models/BasketRow';
|
|
2
3
|
import { Color } from '../../../../util/Color';
|
|
3
4
|
interface NumberOfInfantsPickerProps {
|
|
@@ -5,5 +6,5 @@ interface NumberOfInfantsPickerProps {
|
|
|
5
6
|
onChange: (value: string) => void;
|
|
6
7
|
labelColor?: Color;
|
|
7
8
|
}
|
|
8
|
-
export default function NumberOfInfantsPicker(props: NumberOfInfantsPickerProps): JSX.Element;
|
|
9
|
+
export default function NumberOfInfantsPicker(props: NumberOfInfantsPickerProps): React.JSX.Element;
|
|
9
10
|
export {};
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function RoomBuilderProgress(): React.JSX.Element;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import BasketRow from '../../../../models/BasketRow';
|
|
2
3
|
export interface RoomBuilderProgressRowProps {
|
|
3
4
|
row: BasketRow;
|
|
4
5
|
number?: number;
|
|
5
6
|
}
|
|
6
|
-
export default function RoomBuilderProgressRow(props: RoomBuilderProgressRowProps): JSX.Element;
|
|
7
|
+
export default function RoomBuilderProgressRow(props: RoomBuilderProgressRowProps): React.JSX.Element;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { Room } from '../../../../models/Room/Room';
|
|
2
3
|
export interface RoomDetailsProps {
|
|
3
4
|
room: Room;
|
|
4
5
|
disableMarginBottom?: boolean;
|
|
5
6
|
}
|
|
6
|
-
export default function RoomDetails(props: RoomDetailsProps): JSX.Element;
|
|
7
|
+
export default function RoomDetails(props: RoomDetailsProps): React.JSX.Element;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { Room } from '../../../../models/Room/Room';
|
|
2
3
|
import { Color } from '../../../../util/Color';
|
|
3
4
|
interface RoomDetailsBedsBlockProps {
|
|
4
5
|
room: Room;
|
|
5
6
|
textColor?: Color;
|
|
6
7
|
}
|
|
7
|
-
export declare function RoomDetailsBedsBlock(props: RoomDetailsBedsBlockProps): JSX.Element;
|
|
8
|
+
export declare function RoomDetailsBedsBlock(props: RoomDetailsBedsBlockProps): React.JSX.Element;
|
|
8
9
|
export {};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { HotelPerk } from '../../../../models/Client/Hotel/HotelPerk';
|
|
2
3
|
import { Room } from '../../../../models/Room/Room';
|
|
3
4
|
interface RoomDetailsPerkBlockProps {
|
|
4
5
|
perks: HotelPerk[];
|
|
5
6
|
room: Room;
|
|
6
7
|
}
|
|
7
|
-
export declare function RoomDetailsPerkBlock(props: RoomDetailsPerkBlockProps): JSX.Element;
|
|
8
|
+
export declare function RoomDetailsPerkBlock(props: RoomDetailsPerkBlockProps): React.JSX.Element;
|
|
8
9
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
interface RoomDetailsPriceBlockProps {
|
|
2
3
|
isLocked: boolean;
|
|
3
4
|
averagePreDiscount: number;
|
|
@@ -6,5 +7,5 @@ interface RoomDetailsPriceBlockProps {
|
|
|
6
7
|
hidePerNight?: boolean;
|
|
7
8
|
useLightText?: boolean;
|
|
8
9
|
}
|
|
9
|
-
export default function RoomDetailsPriceBlock(props: RoomDetailsPriceBlockProps): JSX.Element;
|
|
10
|
+
export default function RoomDetailsPriceBlock(props: RoomDetailsPriceBlockProps): React.JSX.Element;
|
|
10
11
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { RoomRate } from '../../../../../models/Room/RoomRate';
|
|
2
3
|
interface BookNowButtonProps {
|
|
3
4
|
buttonLabel: string;
|
|
@@ -5,5 +6,5 @@ interface BookNowButtonProps {
|
|
|
5
6
|
onAddToBasketOverride?: (rate: RoomRate) => void;
|
|
6
7
|
isFilled?: boolean;
|
|
7
8
|
}
|
|
8
|
-
export default function BookNowButton(props: BookNowButtonProps): JSX.Element;
|
|
9
|
+
export default function BookNowButton(props: BookNowButtonProps): React.JSX.Element;
|
|
9
10
|
export {};
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function MembersOnlyRow(): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { RoomRate } from '../../../../../models/Room/RoomRate';
|
|
2
3
|
interface RoomModalProps {
|
|
3
4
|
rate: RoomRate;
|
|
@@ -9,6 +10,6 @@ interface PriceBreakdownFooterProps {
|
|
|
9
10
|
getButtonLabel?: (isRoomSelectedAndEditing: boolean, isThisSelectedRow: boolean) => string;
|
|
10
11
|
onAddToBasketOverride?: (rate: RoomRate) => void;
|
|
11
12
|
}
|
|
12
|
-
export declare const PriceBreakdownFooter: (props: PriceBreakdownFooterProps) => JSX.Element;
|
|
13
|
-
export default function PriceBreakdownBlock(props: RoomModalProps): JSX.Element;
|
|
13
|
+
export declare const PriceBreakdownFooter: (props: PriceBreakdownFooterProps) => React.JSX.Element;
|
|
14
|
+
export default function PriceBreakdownBlock(props: RoomModalProps): React.JSX.Element;
|
|
14
15
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { RoomRate } from '../../../../../models/Room/RoomRate';
|
|
2
3
|
export interface RoomRateRowProps {
|
|
3
4
|
rate: RoomRate;
|
|
@@ -5,4 +6,4 @@ export interface RoomRateRowProps {
|
|
|
5
6
|
onAddToBasketOverride?: (rate: RoomRate) => void;
|
|
6
7
|
isPromoRate?: boolean;
|
|
7
8
|
}
|
|
8
|
-
export default function ReadMoreRoomRateRow(props: RoomRateRowProps): JSX.Element;
|
|
9
|
+
export default function ReadMoreRoomRateRow(props: RoomRateRowProps): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { RoomRate } from '../../../../../models/Room/RoomRate';
|
|
2
3
|
interface RoomRateDescriptionTabProps {
|
|
3
4
|
rate: RoomRate;
|
|
@@ -8,6 +9,6 @@ interface RoomRateDescriptionFooterProps {
|
|
|
8
9
|
getButtonLabel?: (isRoomSelectedAndEditing: boolean, isThisSelectedRow: boolean) => string;
|
|
9
10
|
onAddToBasketOverride?: (rate: RoomRate) => void;
|
|
10
11
|
}
|
|
11
|
-
export declare const RoomRateDescriptionFooter: (props: RoomRateDescriptionFooterProps) => JSX.Element;
|
|
12
|
-
export default function RoomRateDescriptionTab(props: RoomRateDescriptionTabProps): JSX.Element;
|
|
12
|
+
export declare const RoomRateDescriptionFooter: (props: RoomRateDescriptionFooterProps) => React.JSX.Element;
|
|
13
|
+
export default function RoomRateDescriptionTab(props: RoomRateDescriptionTabProps): React.JSX.Element;
|
|
13
14
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { RoomRate } from '../../../../../models/Room/RoomRate';
|
|
2
3
|
export declare enum RoomRateDetailsAndPriceBreakdownModalTabs {
|
|
3
4
|
PriceBreakdown = "Price Breakdown",
|
|
@@ -11,5 +12,5 @@ interface RoomRateDetailsAndPriceBreakdownModalProps {
|
|
|
11
12
|
onAddToBasketOverride?: (rate: RoomRate) => void;
|
|
12
13
|
onClose: () => void;
|
|
13
14
|
}
|
|
14
|
-
export default function RoomRateDetailsAndPriceBreakdownModal(props: RoomRateDetailsAndPriceBreakdownModalProps): JSX.Element;
|
|
15
|
+
export default function RoomRateDetailsAndPriceBreakdownModal(props: RoomRateDetailsAndPriceBreakdownModalProps): React.JSX.Element;
|
|
15
16
|
export {};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import './RoomRateListPromotion.global.scss';
|
|
2
|
+
import React from 'react';
|
|
2
3
|
import type { IPromotion } from '../../../../../../models/Promotion/IPromotion.type';
|
|
3
4
|
type RoomRateListPromotionProps = {
|
|
4
5
|
promotion: IPromotion;
|
|
5
6
|
};
|
|
6
|
-
export declare const RoomRateListPromotion: (props: RoomRateListPromotionProps) => JSX.Element;
|
|
7
|
+
export declare const RoomRateListPromotion: (props: RoomRateListPromotionProps) => React.JSX.Element;
|
|
7
8
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { Room } from '../../../../../models/Room/Room';
|
|
2
3
|
import { RoomRate } from '../../../../../models/Room/RoomRate';
|
|
3
4
|
interface RoomRatePillsProps {
|
|
@@ -7,5 +8,5 @@ interface RoomRatePillsProps {
|
|
|
7
8
|
noMargin?: boolean;
|
|
8
9
|
rateDescription?: boolean;
|
|
9
10
|
}
|
|
10
|
-
export default function RoomRatePills(props: RoomRatePillsProps): JSX.Element;
|
|
11
|
+
export default function RoomRatePills(props: RoomRatePillsProps): React.JSX.Element;
|
|
11
12
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { InlineRoomMiniEngineConfig } from '../../../../../engines/InlineRoomMiniEngine/InlineRoomMiniEngine';
|
|
2
3
|
import { RoomRate } from '../../../../../models/Room/RoomRate';
|
|
3
4
|
export interface RoomRateRowProps extends Pick<InlineRoomMiniEngineConfig, 'policy' | 'priceDescription'> {
|
|
@@ -7,4 +8,4 @@ export interface RoomRateRowProps extends Pick<InlineRoomMiniEngineConfig, 'poli
|
|
|
7
8
|
isPromoRate?: boolean;
|
|
8
9
|
isCardLayout?: boolean;
|
|
9
10
|
}
|
|
10
|
-
export default function RoomRateRow(props: RoomRateRowProps): JSX.Element;
|
|
11
|
+
export default function RoomRateRow(props: RoomRateRowProps): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { InlineRoomMiniEngineConfig } from '../../../../../engines/InlineRoomMiniEngine/InlineRoomMiniEngine';
|
|
2
3
|
import { RoomRate } from '../../../../../models/Room/RoomRate';
|
|
3
4
|
export interface RoomRatesProps extends Pick<InlineRoomMiniEngineConfig, 'policy' | 'priceDescription'> {
|
|
@@ -10,4 +11,4 @@ export interface RoomRatesProps extends Pick<InlineRoomMiniEngineConfig, 'policy
|
|
|
10
11
|
onAddToBasketOverride?: (rate: RoomRate) => void;
|
|
11
12
|
isCardLayout?: boolean;
|
|
12
13
|
}
|
|
13
|
-
export default function RoomRates(props: RoomRatesProps): JSX.Element;
|
|
14
|
+
export default function RoomRates(props: RoomRatesProps): React.JSX.Element;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { Room } from '../../../../../models/Room/Room';
|
|
2
3
|
export interface UnavailableRoomProps {
|
|
3
4
|
room: Room;
|
|
4
5
|
}
|
|
5
|
-
export default function UnavailableRoom({ room }: UnavailableRoomProps): JSX.Element;
|
|
6
|
+
export default function UnavailableRoom({ room }: UnavailableRoomProps): React.JSX.Element;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function AppliedFiltersBlock(): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { Room } from '../../../../models/Room/Room';
|
|
2
3
|
export interface RoomFilterProps {
|
|
3
4
|
anchorEl: any;
|
|
@@ -5,4 +6,4 @@ export interface RoomFilterProps {
|
|
|
5
6
|
open: boolean;
|
|
6
7
|
onClose?: () => void;
|
|
7
8
|
}
|
|
8
|
-
export default function RoomFilterOverlay(props: RoomFilterProps): JSX.Element;
|
|
9
|
+
export default function RoomFilterOverlay(props: RoomFilterProps): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import BudgetFilter from '../../../../models/Room/Filters/BudgetFilter';
|
|
2
3
|
import { Room } from '../../../../models/Room/Room';
|
|
3
4
|
interface RoomFilterPriceSliderProps {
|
|
@@ -5,5 +6,5 @@ interface RoomFilterPriceSliderProps {
|
|
|
5
6
|
roomList: Room[];
|
|
6
7
|
onChange: (filter: BudgetFilter | null) => void;
|
|
7
8
|
}
|
|
8
|
-
export default function RoomFilterPriceSlider(props: RoomFilterPriceSliderProps): JSX.Element;
|
|
9
|
+
export default function RoomFilterPriceSlider(props: RoomFilterPriceSliderProps): React.JSX.Element;
|
|
9
10
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import RateTypeFilter from '../../../../models/Room/Filters/RateTypeFilter';
|
|
2
3
|
import { Room } from '../../../../models/Room/Room';
|
|
3
4
|
interface RoomFilterRateTypeProps {
|
|
@@ -5,5 +6,5 @@ interface RoomFilterRateTypeProps {
|
|
|
5
6
|
roomList: Room[];
|
|
6
7
|
onChange: (filter: RateTypeFilter | null) => void;
|
|
7
8
|
}
|
|
8
|
-
export default function RoomFilterRateType(props: RoomFilterRateTypeProps): JSX.Element;
|
|
9
|
+
export default function RoomFilterRateType(props: RoomFilterRateTypeProps): React.JSX.Element;
|
|
9
10
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import RoomTypeFilter from '../../../../models/Room/Filters/RoomTypeFilter';
|
|
2
3
|
import { Room } from '../../../../models/Room/Room';
|
|
3
4
|
interface RoomFilterRoomTypeProps {
|
|
@@ -5,5 +6,5 @@ interface RoomFilterRoomTypeProps {
|
|
|
5
6
|
filter: RoomTypeFilter;
|
|
6
7
|
onChange: (filter: RoomTypeFilter | null) => void;
|
|
7
8
|
}
|
|
8
|
-
export default function RoomFilterRoomType(props: RoomFilterRoomTypeProps): JSX.Element;
|
|
9
|
+
export default function RoomFilterRoomType(props: RoomFilterRoomTypeProps): React.JSX.Element;
|
|
9
10
|
export {};
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function BEMobileSummary(): React.JSX.Element;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
export interface BEMobileSummaryModalProps {
|
|
2
3
|
isOpen?: boolean;
|
|
3
4
|
onClose?: () => void;
|
|
4
5
|
showImages?: boolean;
|
|
5
6
|
}
|
|
6
|
-
export default function BEMobileSummaryModal(props: BEMobileSummaryModalProps): JSX.Element;
|
|
7
|
+
export default function BEMobileSummaryModal(props: BEMobileSummaryModalProps): React.JSX.Element;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { OrderableReactList } from '../../hooks/index.js';
|
|
2
|
+
import React from 'react';
|
|
2
3
|
export interface BESummaryProps {
|
|
3
4
|
showImages?: boolean;
|
|
4
5
|
}
|
|
5
6
|
export declare const BESummaryLayoutOrder: OrderableReactList;
|
|
6
|
-
export declare function BESummary(props: BESummaryProps): JSX.Element;
|
|
7
|
+
export declare function BESummary(props: BESummaryProps): React.JSX.Element;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import BasketAddonRow from '../../models/BasketAddonRow';
|
|
2
3
|
interface BESummaryAddonRowProps {
|
|
3
4
|
row: BasketAddonRow;
|
|
4
5
|
onRemoveClick: () => void;
|
|
5
6
|
}
|
|
6
|
-
export default function BESummaryAddonRow(props: BESummaryAddonRowProps): JSX.Element;
|
|
7
|
+
export default function BESummaryAddonRow(props: BESummaryAddonRowProps): React.JSX.Element;
|
|
7
8
|
export {};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
export interface BESummaryPerkBlockProps {
|
|
2
3
|
size: 'mobile' | 'desktop';
|
|
3
4
|
}
|
|
4
5
|
export declare const BE_SUMMARY_PERK_BLOCK = "BESummaryPerkBlock";
|
|
5
|
-
export declare function BESummaryPerkBlock(props: BESummaryPerkBlockProps): JSX.Element;
|
|
6
|
+
export declare function BESummaryPerkBlock(props: BESummaryPerkBlockProps): React.JSX.Element;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function BESummaryPrivacyPolicy(): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import BasketRow from '../../models/BasketRow';
|
|
2
3
|
interface BESummaryRoomRowProps {
|
|
3
4
|
index: number;
|
|
@@ -5,5 +6,5 @@ interface BESummaryRoomRowProps {
|
|
|
5
6
|
showImages: boolean;
|
|
6
7
|
onEditPropertyClicked?: () => void;
|
|
7
8
|
}
|
|
8
|
-
export default function BESummaryRoomRow(props: BESummaryRoomRowProps): JSX.Element;
|
|
9
|
+
export default function BESummaryRoomRow(props: BESummaryRoomRowProps): React.JSX.Element;
|
|
9
10
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { Hotel } from '../../models/Client/Hotel/Hotel';
|
|
2
3
|
interface TransportDistanceFromHotelBlockProps {
|
|
3
4
|
vertical?: boolean;
|
|
@@ -5,5 +6,5 @@ interface TransportDistanceFromHotelBlockProps {
|
|
|
5
6
|
distanceOverrides?: any;
|
|
6
7
|
hotel?: Hotel;
|
|
7
8
|
}
|
|
8
|
-
export default function TransportDistanceFromHotelBlock(props: TransportDistanceFromHotelBlockProps): JSX.Element;
|
|
9
|
+
export default function TransportDistanceFromHotelBlock(props: TransportDistanceFromHotelBlockProps): React.JSX.Element;
|
|
9
10
|
export {};
|
|
@@ -2,4 +2,4 @@ import React from 'react';
|
|
|
2
2
|
export interface BasketContextWrapperProps {
|
|
3
3
|
children: React.ReactNode;
|
|
4
4
|
}
|
|
5
|
-
export declare function BasketContextWrapper(props: BasketContextWrapperProps): JSX.Element;
|
|
5
|
+
export declare function BasketContextWrapper(props: BasketContextWrapperProps): React.JSX.Element;
|
|
@@ -4,4 +4,4 @@ export interface BookingEngineContextWrapperProps {
|
|
|
4
4
|
children: React.ReactNode;
|
|
5
5
|
engine: BaseEngine<BaseEngineConfig>;
|
|
6
6
|
}
|
|
7
|
-
export declare function BookingEngineContextWrapper({ engine, children }: BookingEngineContextWrapperProps): JSX.Element;
|
|
7
|
+
export declare function BookingEngineContextWrapper({ engine, children }: BookingEngineContextWrapperProps): React.JSX.Element;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ReactChild } from 'react';
|
|
1
|
+
import React, { ReactChild } from 'react';
|
|
2
2
|
import type { ConfigCompany } from '../../models/Client/Hotel/Company';
|
|
3
3
|
interface CompanyContextWrapperProps {
|
|
4
4
|
children: ReactChild;
|
|
5
5
|
configCompany: ConfigCompany;
|
|
6
6
|
}
|
|
7
|
-
export declare const CompanyContextWrapper: ({ configCompany: company, children }: CompanyContextWrapperProps) => JSX.Element;
|
|
7
|
+
export declare const CompanyContextWrapper: ({ configCompany: company, children }: CompanyContextWrapperProps) => React.JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -12,5 +12,5 @@ type ConfirmationValidator = {
|
|
|
12
12
|
name: string;
|
|
13
13
|
validate: (scrollToInput?: boolean) => boolean;
|
|
14
14
|
};
|
|
15
|
-
export declare function ConfirmationFormContextWrapper(props: ConfirmationFormContextWrapperProps): JSX.Element;
|
|
15
|
+
export declare function ConfirmationFormContextWrapper(props: ConfirmationFormContextWrapperProps): React.JSX.Element;
|
|
16
16
|
export {};
|
|
@@ -158,6 +158,9 @@ const ConfirmationStepContextWrapper = ({ children }) => {
|
|
|
158
158
|
if (isBackFromPlanpay && queryReservationId === reservationRoomstayId) {
|
|
159
159
|
commitReservation === null || commitReservation === void 0 ? void 0 : commitReservation(basketContext.reservationData, 'Please wait... Finalising your reservation');
|
|
160
160
|
}
|
|
161
|
+
if (!isBackFromExternalPayment && !isBackFromPlanpay) {
|
|
162
|
+
DataLayer_1.default.instance.sendCheckoutView(basketRows, basketAddonRows);
|
|
163
|
+
}
|
|
161
164
|
}, []);
|
|
162
165
|
(0, react_1.useEffect)(() => {
|
|
163
166
|
const requireCall = (hotel === null || hotel === void 0 ? void 0 : hotel.rmsUseDepositQuote) || (hotel === null || hotel === void 0 ? void 0 : hotel.bookingFlow) !== core_1.EBookingFlow.Default;
|