@qite/tide-booking-component 1.4.124 → 1.4.126
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/README.md +26 -26
- package/build/build-cjs/index.js +40138 -0
- package/build/build-cjs/src/booking-product/components/age-select.d.ts +8 -0
- package/build/build-cjs/src/booking-product/components/amount-input.d.ts +10 -0
- package/build/build-cjs/src/booking-product/components/date-range-picker/calendar-day.d.ts +13 -0
- package/build/build-cjs/src/booking-product/components/date-range-picker/calendar.d.ts +19 -0
- package/build/build-cjs/src/booking-product/components/date-range-picker/index.d.ts +25 -0
- package/build/build-cjs/src/booking-product/components/dates.d.ts +14 -0
- package/build/build-cjs/src/booking-product/components/footer.d.ts +10 -0
- package/build/build-cjs/src/booking-product/components/header.d.ts +11 -0
- package/build/build-cjs/src/booking-product/components/list-view.d.ts +8 -0
- package/build/build-cjs/src/booking-product/components/product.d.ts +9 -0
- package/build/build-cjs/src/booking-product/components/rating.d.ts +6 -0
- package/build/build-cjs/src/booking-product/components/rooms.d.ts +10 -0
- package/build/build-cjs/src/booking-product/constants.d.ts +1 -0
- package/build/build-cjs/src/booking-product/index.d.ts +10 -0
- package/build/build-cjs/src/booking-product/settings-context.d.ts +6 -0
- package/build/build-cjs/src/booking-product/types.d.ts +61 -0
- package/build/build-cjs/src/booking-product/utils/api.d.ts +7 -0
- package/build/build-cjs/src/booking-product/utils/price.d.ts +1 -0
- package/build/build-cjs/src/booking-wizard/api-settings-slice.d.ts +4 -0
- package/build/build-cjs/src/booking-wizard/components/build-step-labels.d.ts +8 -0
- package/build/build-cjs/src/booking-wizard/components/labeled-input.d.ts +18 -0
- package/build/build-cjs/src/booking-wizard/components/labeled-select.d.ts +21 -0
- package/build/build-cjs/src/booking-wizard/components/message.d.ts +9 -0
- package/build/build-cjs/src/booking-wizard/components/multi-range-filter.d.ts +11 -0
- package/build/build-cjs/src/booking-wizard/components/phone-input.d.ts +17 -0
- package/build/build-cjs/src/booking-wizard/components/print-offer-button.d.ts +17 -0
- package/build/build-cjs/src/booking-wizard/components/step-indicator.d.ts +6 -0
- package/build/build-cjs/src/booking-wizard/components/step-route.d.ts +8 -0
- package/build/build-cjs/src/booking-wizard/features/booking/api.d.ts +11 -0
- package/build/build-cjs/src/booking-wizard/features/booking/booking-self-contained.d.ts +8 -0
- package/build/build-cjs/src/booking-wizard/features/booking/booking-slice.d.ts +61 -0
- package/build/build-cjs/src/booking-wizard/features/booking/booking.d.ts +8 -0
- package/build/build-cjs/src/booking-wizard/features/booking/constants.d.ts +8 -0
- package/build/build-cjs/src/booking-wizard/features/booking/selectors.d.ts +638 -0
- package/build/build-cjs/src/booking-wizard/features/confirmation/confirmation.d.ts +5 -0
- package/build/build-cjs/src/booking-wizard/features/error/error.d.ts +5 -0
- package/build/build-cjs/src/booking-wizard/features/flight-options/flight-filter.d.ts +9 -0
- package/build/build-cjs/src/booking-wizard/features/flight-options/flight-option-flight.d.ts +8 -0
- package/build/build-cjs/src/booking-wizard/features/flight-options/flight-option-modal.d.ts +3 -0
- package/build/build-cjs/src/booking-wizard/features/flight-options/flight-option.d.ts +10 -0
- package/build/build-cjs/src/booking-wizard/features/flight-options/flight-utils.d.ts +6 -0
- package/build/build-cjs/src/booking-wizard/features/flight-options/index.d.ts +5 -0
- package/build/build-cjs/src/booking-wizard/features/price-details/price-details-api.d.ts +6 -0
- package/build/build-cjs/src/booking-wizard/features/price-details/price-details-slice.d.ts +23 -0
- package/build/build-cjs/src/booking-wizard/features/price-details/selectors.d.ts +378 -0
- package/build/build-cjs/src/booking-wizard/features/price-details/util.d.ts +2 -0
- package/build/build-cjs/src/booking-wizard/features/product-options/no-options.d.ts +3 -0
- package/build/build-cjs/src/booking-wizard/features/product-options/none-option.d.ts +9 -0
- package/build/build-cjs/src/booking-wizard/features/product-options/option-booking-airline-group.d.ts +8 -0
- package/build/build-cjs/src/booking-wizard/features/product-options/option-booking-group.d.ts +12 -0
- package/build/build-cjs/src/booking-wizard/features/product-options/option-item.d.ts +11 -0
- package/build/build-cjs/src/booking-wizard/features/product-options/option-pax-card.d.ts +10 -0
- package/build/build-cjs/src/booking-wizard/features/product-options/option-pax-group.d.ts +13 -0
- package/build/build-cjs/src/booking-wizard/features/product-options/option-room.d.ts +11 -0
- package/build/build-cjs/src/booking-wizard/features/product-options/option-unit-group.d.ts +13 -0
- package/build/build-cjs/src/booking-wizard/features/product-options/option-units-card.d.ts +9 -0
- package/build/build-cjs/src/booking-wizard/features/product-options/option-utils.d.ts +9 -0
- package/build/build-cjs/src/booking-wizard/features/product-options/options-form.d.ts +5 -0
- package/build/build-cjs/src/booking-wizard/features/room-options/index.d.ts +5 -0
- package/build/build-cjs/src/booking-wizard/features/room-options/room-utils.d.ts +9 -0
- package/build/build-cjs/src/booking-wizard/features/room-options/room.d.ts +12 -0
- package/build/build-cjs/src/booking-wizard/features/room-options/traveler-rooms.d.ts +9 -0
- package/build/build-cjs/src/booking-wizard/features/sidebar/index.d.ts +7 -0
- package/build/build-cjs/src/booking-wizard/features/sidebar/sidebar-flight.d.ts +9 -0
- package/build/build-cjs/src/booking-wizard/features/sidebar/sidebar-util.d.ts +13 -0
- package/build/build-cjs/src/booking-wizard/features/sidebar/sidebar.d.ts +0 -0
- package/build/build-cjs/src/booking-wizard/features/summary/summary-booking-option-pax.d.ts +7 -0
- package/build/build-cjs/src/booking-wizard/features/summary/summary-booking-option-unit.d.ts +7 -0
- package/build/build-cjs/src/booking-wizard/features/summary/summary-flight.d.ts +8 -0
- package/build/build-cjs/src/booking-wizard/features/summary/summary-per-booking-option-group.d.ts +7 -0
- package/build/build-cjs/src/booking-wizard/features/summary/summary-per-pax-option-group.d.ts +7 -0
- package/build/build-cjs/src/booking-wizard/features/summary/summary-per-unit-option-group.d.ts +7 -0
- package/build/build-cjs/src/booking-wizard/features/summary/summary-slice.d.ts +8 -0
- package/build/build-cjs/src/booking-wizard/features/summary/summary.d.ts +5 -0
- package/build/build-cjs/src/booking-wizard/features/travelers-form/controls/gender-control.d.ts +5 -0
- package/build/build-cjs/src/booking-wizard/features/travelers-form/travelers-form-slice.d.ts +143 -0
- package/build/build-cjs/src/booking-wizard/features/travelers-form/travelers-form-util.d.ts +7 -0
- package/build/build-cjs/src/booking-wizard/features/travelers-form/travelers-form.d.ts +3 -0
- package/build/build-cjs/src/booking-wizard/features/travelers-form/type-ahead-input.d.ts +16 -0
- package/build/build-cjs/src/booking-wizard/features/travelers-form/validate-form.d.ts +4 -0
- package/build/build-cjs/src/booking-wizard/index.d.ts +12 -0
- package/build/build-cjs/src/booking-wizard/settings-context.d.ts +6 -0
- package/build/build-cjs/src/booking-wizard/store.d.ts +26 -0
- package/build/build-cjs/src/booking-wizard/types.d.ts +330 -0
- package/build/build-cjs/src/booking-wizard/use-offer-printer.d.ts +13 -0
- package/build/build-cjs/src/content/components/LanguageSwitcher.d.ts +12 -0
- package/build/build-cjs/src/content/components/accordion.d.ts +9 -0
- package/build/build-cjs/src/content/components/breadcrumb.d.ts +14 -0
- package/build/build-cjs/src/content/components/contact.d.ts +3 -0
- package/build/build-cjs/src/content/components/faq.d.ts +11 -0
- package/build/build-cjs/src/content/components/gallery.d.ts +13 -0
- package/build/build-cjs/src/content/components/image-with-text.d.ts +29 -0
- package/build/build-cjs/src/content/components/itinerary-map-view.d.ts +48 -0
- package/build/build-cjs/src/content/components/login.d.ts +3 -0
- package/build/build-cjs/src/content/components/personal-contact-form.d.ts +3 -0
- package/build/build-cjs/src/content/components/slider.d.ts +10 -0
- package/build/build-cjs/src/content/error/error.d.ts +6 -0
- package/build/build-cjs/src/content/featured-trips/featured-trip-card.d.ts +4 -0
- package/build/build-cjs/src/content/featured-trips/index.d.ts +4 -0
- package/build/build-cjs/src/content/featured-trips/types.d.ts +12 -0
- package/build/build-cjs/src/content/features/content-page/content-page-self-contained.d.ts +6 -0
- package/build/build-cjs/src/content/footer/index.d.ts +4 -0
- package/build/build-cjs/src/content/footer/types.d.ts +27 -0
- package/build/build-cjs/src/content/header/index.d.ts +4 -0
- package/build/build-cjs/src/content/header/types.d.ts +22 -0
- package/build/build-cjs/src/content/image-card-grid/index.d.ts +4 -0
- package/build/build-cjs/src/content/image-card-grid/types.d.ts +12 -0
- package/build/build-cjs/src/content/image-with-text-section/card.d.ts +4 -0
- package/build/build-cjs/src/content/image-with-text-section/index.d.ts +4 -0
- package/build/build-cjs/src/content/image-with-text-section/types.d.ts +19 -0
- package/build/build-cjs/src/content/login/confirm-component.d.ts +4 -0
- package/build/build-cjs/src/content/login/index.d.ts +4 -0
- package/build/build-cjs/src/content/login/login-component.d.ts +4 -0
- package/build/build-cjs/src/content/login/login-services.d.ts +6 -0
- package/build/build-cjs/src/content/login/reset-password-component.d.ts +4 -0
- package/build/build-cjs/src/content/login/types.d.ts +24 -0
- package/build/build-cjs/src/content/navbar/index.d.ts +4 -0
- package/build/build-cjs/src/content/navbar/placeholderData.d.ts +12 -0
- package/build/build-cjs/src/content/navbar/types.d.ts +32 -0
- package/build/build-cjs/src/form/components/fields/date-field.d.ts +4 -0
- package/build/build-cjs/src/form/components/fields/dropdown-field.d.ts +4 -0
- package/build/build-cjs/src/form/components/fields/field-label.d.ts +10 -0
- package/build/build-cjs/src/form/components/fields/form-field.d.ts +11 -0
- package/build/build-cjs/src/form/components/fields/info-text-field.d.ts +7 -0
- package/build/build-cjs/src/form/components/fields/multi-dropdown-field.d.ts +4 -0
- package/build/build-cjs/src/form/components/fields/multiline-field.d.ts +4 -0
- package/build/build-cjs/src/form/components/fields/number-field.d.ts +4 -0
- package/build/build-cjs/src/form/components/fields/optional-field.d.ts +4 -0
- package/build/build-cjs/src/form/components/fields/radio-checkbox-field.d.ts +4 -0
- package/build/build-cjs/src/form/components/fields/text-field.d.ts +4 -0
- package/build/build-cjs/src/form/components/fields/yes-no-field.d.ts +4 -0
- package/build/build-cjs/src/form/components/form-body.d.ts +9 -0
- package/build/build-cjs/src/form/components/form-container.d.ts +3 -0
- package/build/build-cjs/src/form/components/form-segment.d.ts +11 -0
- package/build/build-cjs/src/form/components/form-step.d.ts +9 -0
- package/build/build-cjs/src/form/form-configuration-context.d.ts +4 -0
- package/build/build-cjs/src/form/form-types.d.ts +7 -0
- package/build/build-cjs/src/form/hooks/use-form-state.d.ts +13 -0
- package/build/build-cjs/src/form/index.d.ts +7 -0
- package/build/build-cjs/src/form/types.d.ts +20 -0
- package/build/build-cjs/src/form/utils/captcha-util.d.ts +3 -0
- package/build/build-cjs/src/form/utils/form-initial-values-util.d.ts +3 -0
- package/build/build-cjs/src/form/utils/form-submit-util.d.ts +4 -0
- package/build/build-cjs/src/form/utils/form-validation-util.d.ts +8 -0
- package/build/build-cjs/src/form/utils/html-util.d.ts +16 -0
- package/build/build-cjs/src/form/utils/visibility-util.d.ts +4 -0
- package/{src/index.ts → build/build-cjs/src/index.d.ts} +29 -46
- package/build/build-cjs/src/qsm/components/QSMContainer/qsm-container.d.ts +3 -0
- package/build/build-cjs/src/qsm/components/date-picker/index.d.ts +3 -0
- package/build/build-cjs/src/qsm/components/date-range-picker/calendar-day.d.ts +12 -0
- package/build/build-cjs/src/qsm/components/date-range-picker/calendar.d.ts +24 -0
- package/build/build-cjs/src/qsm/components/date-range-picker/index.d.ts +10 -0
- package/build/build-cjs/src/qsm/components/double-search-input-group/index.d.ts +8 -0
- package/build/build-cjs/src/qsm/components/item-picker/index.d.ts +13 -0
- package/build/build-cjs/src/qsm/components/mobile-filter-modal/index.d.ts +3 -0
- package/build/build-cjs/src/qsm/components/search-input/index.d.ts +15 -0
- package/build/build-cjs/src/qsm/components/search-input-group/index.d.ts +13 -0
- package/build/build-cjs/src/qsm/components/travel-class-picker/index.d.ts +3 -0
- package/build/build-cjs/src/qsm/components/travel-input/index.d.ts +3 -0
- package/build/build-cjs/src/qsm/components/travel-input-group/index.d.ts +3 -0
- package/build/build-cjs/src/qsm/components/travel-nationality-picker/index.d.ts +3 -0
- package/build/build-cjs/src/qsm/components/travel-type-picker/index.d.ts +3 -0
- package/build/build-cjs/src/qsm/index.d.ts +7 -0
- package/build/build-cjs/src/qsm/qsm-configuration-context.d.ts +4 -0
- package/build/build-cjs/src/qsm/store/qsm-slice.d.ts +74 -0
- package/build/build-cjs/src/qsm/store/qsm-store.d.ts +10 -0
- package/build/build-cjs/src/qsm/types.d.ts +82 -0
- package/build/build-cjs/src/search-results/components/book-packaging-entry/index.d.ts +9 -0
- package/build/build-cjs/src/search-results/components/book-packaging-entry/wl-sidebar.d.ts +9 -0
- package/build/build-cjs/src/search-results/components/excursions/day-by-day-excursions.d.ts +5 -0
- package/build/build-cjs/src/search-results/components/excursions/excursion-details.d.ts +3 -0
- package/build/build-cjs/src/search-results/components/excursions/excursion-results.d.ts +8 -0
- package/build/build-cjs/src/search-results/components/filters/filters.d.ts +13 -0
- package/build/build-cjs/src/search-results/components/filters/flight-filters.d.ts +8 -0
- package/build/build-cjs/src/search-results/components/flight/flight-banner.d.ts +8 -0
- package/build/build-cjs/src/search-results/components/flight/flight-card.d.ts +7 -0
- package/build/build-cjs/src/search-results/components/flight/flight-leg.d.ts +7 -0
- package/build/build-cjs/src/search-results/components/flight/flight-path.d.ts +6 -0
- package/build/build-cjs/src/search-results/components/flight/flight-results.d.ts +8 -0
- package/build/build-cjs/src/search-results/components/flight/flight-search-context/index.d.ts +39 -0
- package/build/build-cjs/src/search-results/components/flight/flight-selection/independent-flight-option.d.ts +14 -0
- package/build/build-cjs/src/search-results/components/flight/flight-selection/independent-flight-selection.d.ts +7 -0
- package/build/build-cjs/src/search-results/components/flight/flight-selection/index.d.ts +8 -0
- package/build/build-cjs/src/search-results/components/flight/flight-selection/paired-flight-option.d.ts +7 -0
- package/build/build-cjs/src/search-results/components/flight/flight-selection/paired-flight-selection.d.ts +7 -0
- package/build/build-cjs/src/search-results/components/group-tour/group-tour-card.d.ts +9 -0
- package/build/build-cjs/src/search-results/components/group-tour/group-tour-results.d.ts +6 -0
- package/build/build-cjs/src/search-results/components/hotel/hotel-accommodation-results.d.ts +7 -0
- package/build/build-cjs/src/search-results/components/hotel/hotel-card.d.ts +8 -0
- package/build/build-cjs/src/search-results/components/item-picker/index.d.ts +15 -0
- package/build/build-cjs/src/search-results/components/itinerary/full-itinerary.d.ts +6 -0
- package/build/build-cjs/src/search-results/components/itinerary/index.d.ts +10 -0
- package/build/build-cjs/src/search-results/components/multi-range-filter.d.ts +11 -0
- package/build/build-cjs/src/search-results/components/round-trip/round-trip-results.d.ts +5 -0
- package/build/build-cjs/src/search-results/components/search-results-container/flight-search-results.d.ts +6 -0
- package/build/build-cjs/src/search-results/components/search-results-container/search-results-container.d.ts +6 -0
- package/build/build-cjs/src/search-results/components/spinner/spinner.d.ts +6 -0
- package/build/build-cjs/src/search-results/components/tab-views/index.d.ts +5 -0
- package/build/build-cjs/src/search-results/features/flights/flight-search-results-self-contained.d.ts +5 -0
- package/build/build-cjs/src/search-results/features/hotels/hotel-flight-search-results-self-contained.d.ts +5 -0
- package/build/build-cjs/src/search-results/features/hotels/hotel-search-results-self-contained.d.ts +5 -0
- package/build/build-cjs/src/search-results/features/roundtrips/roundtrip-search-results-self-contained.d.ts +5 -0
- package/build/build-cjs/src/search-results/index.d.ts +8 -0
- package/{src/search-results/search-results-configuration-context.ts → build/build-cjs/src/search-results/search-results-configuration-context.d.ts} +4 -6
- package/build/build-cjs/src/search-results/store/search-results-selectors.d.ts +542 -0
- package/build/build-cjs/src/search-results/store/search-results-slice.d.ts +57 -0
- package/build/build-cjs/src/search-results/store/search-results-store.d.ts +10 -0
- package/build/build-cjs/src/search-results/types.d.ts +185 -0
- package/build/build-cjs/src/search-results/utils/flight-utils.d.ts +11 -0
- package/build/build-cjs/src/search-results/utils/packaging-utils.d.ts +7 -0
- package/build/build-cjs/src/search-results/utils/query-utils.d.ts +12 -0
- package/build/build-cjs/src/search-results/utils/search-results-utils.d.ts +8 -0
- package/build/build-cjs/src/shared/booking/booking-panel.d.ts +13 -0
- package/build/build-cjs/src/shared/booking/product-card.d.ts +8 -0
- package/build/build-cjs/src/shared/booking/shared-confirmation.d.ts +25 -0
- package/build/build-cjs/src/shared/booking/shared-sidebar.d.ts +34 -0
- package/build/build-cjs/src/shared/booking/step-indicators.d.ts +7 -0
- package/build/build-cjs/src/shared/booking/summary.d.ts +44 -0
- package/build/build-cjs/src/shared/booking/travelers-form.d.ts +79 -0
- package/build/build-cjs/src/shared/components/flyin/accommodation-flyin.d.ts +7 -0
- package/build/build-cjs/src/shared/components/flyin/flights-flyin.d.ts +7 -0
- package/build/build-cjs/src/shared/components/flyin/flyin.d.ts +20 -0
- package/build/build-cjs/src/shared/components/flyin/group-tour-flyin.d.ts +8 -0
- package/build/build-cjs/src/shared/components/flyin/packaging-flights-flyin.d.ts +9 -0
- package/build/build-cjs/src/shared/components/icon.d.ts +11 -0
- package/build/build-cjs/src/shared/components/loader.d.ts +6 -0
- package/build/build-cjs/src/shared/types.d.ts +16 -0
- package/build/build-cjs/src/shared/utils/booking-summary.d.ts +2 -0
- package/build/build-cjs/src/shared/utils/class-util.d.ts +1 -0
- package/build/build-cjs/src/shared/utils/localization-util.d.ts +51 -0
- package/build/build-cjs/src/shared/utils/query-string-util.d.ts +8 -0
- package/build/build-cjs/src/shared/utils/tide-api-utils.d.ts +4 -0
- package/build/build-cjs/src/shared/utils/use-media-query-util.d.ts +2 -0
- package/build/build-esm/index.js +40092 -0
- package/build/build-esm/src/booking-product/components/age-select.d.ts +8 -0
- package/build/build-esm/src/booking-product/components/amount-input.d.ts +10 -0
- package/build/build-esm/src/booking-product/components/date-range-picker/calendar-day.d.ts +13 -0
- package/build/build-esm/src/booking-product/components/date-range-picker/calendar.d.ts +19 -0
- package/build/build-esm/src/booking-product/components/date-range-picker/index.d.ts +25 -0
- package/build/build-esm/src/booking-product/components/dates.d.ts +14 -0
- package/build/build-esm/src/booking-product/components/footer.d.ts +10 -0
- package/build/build-esm/src/booking-product/components/header.d.ts +11 -0
- package/build/build-esm/src/booking-product/components/list-view.d.ts +8 -0
- package/build/build-esm/src/booking-product/components/product.d.ts +9 -0
- package/build/build-esm/src/booking-product/components/rating.d.ts +6 -0
- package/build/build-esm/src/booking-product/components/rooms.d.ts +10 -0
- package/build/build-esm/src/booking-product/constants.d.ts +1 -0
- package/build/build-esm/src/booking-product/index.d.ts +10 -0
- package/build/build-esm/src/booking-product/settings-context.d.ts +6 -0
- package/build/build-esm/src/booking-product/types.d.ts +61 -0
- package/build/build-esm/src/booking-product/utils/api.d.ts +7 -0
- package/build/build-esm/src/booking-product/utils/price.d.ts +1 -0
- package/build/build-esm/src/booking-wizard/api-settings-slice.d.ts +4 -0
- package/build/build-esm/src/booking-wizard/components/build-step-labels.d.ts +8 -0
- package/build/build-esm/src/booking-wizard/components/labeled-input.d.ts +18 -0
- package/build/build-esm/src/booking-wizard/components/labeled-select.d.ts +21 -0
- package/build/build-esm/src/booking-wizard/components/message.d.ts +9 -0
- package/build/build-esm/src/booking-wizard/components/multi-range-filter.d.ts +11 -0
- package/build/build-esm/src/booking-wizard/components/phone-input.d.ts +17 -0
- package/build/build-esm/src/booking-wizard/components/print-offer-button.d.ts +17 -0
- package/build/build-esm/src/booking-wizard/components/step-indicator.d.ts +6 -0
- package/build/build-esm/src/booking-wizard/components/step-route.d.ts +8 -0
- package/build/build-esm/src/booking-wizard/features/booking/api.d.ts +11 -0
- package/build/build-esm/src/booking-wizard/features/booking/booking-self-contained.d.ts +8 -0
- package/build/build-esm/src/booking-wizard/features/booking/booking-slice.d.ts +61 -0
- package/build/build-esm/src/booking-wizard/features/booking/booking.d.ts +8 -0
- package/build/build-esm/src/booking-wizard/features/booking/constants.d.ts +8 -0
- package/build/build-esm/src/booking-wizard/features/booking/selectors.d.ts +638 -0
- package/build/build-esm/src/booking-wizard/features/confirmation/confirmation.d.ts +5 -0
- package/build/build-esm/src/booking-wizard/features/error/error.d.ts +5 -0
- package/build/build-esm/src/booking-wizard/features/flight-options/flight-filter.d.ts +9 -0
- package/build/build-esm/src/booking-wizard/features/flight-options/flight-option-flight.d.ts +8 -0
- package/build/build-esm/src/booking-wizard/features/flight-options/flight-option-modal.d.ts +3 -0
- package/build/build-esm/src/booking-wizard/features/flight-options/flight-option.d.ts +10 -0
- package/build/build-esm/src/booking-wizard/features/flight-options/flight-utils.d.ts +6 -0
- package/build/build-esm/src/booking-wizard/features/flight-options/index.d.ts +5 -0
- package/build/build-esm/src/booking-wizard/features/price-details/price-details-api.d.ts +6 -0
- package/build/build-esm/src/booking-wizard/features/price-details/price-details-slice.d.ts +23 -0
- package/build/build-esm/src/booking-wizard/features/price-details/selectors.d.ts +378 -0
- package/build/build-esm/src/booking-wizard/features/price-details/util.d.ts +2 -0
- package/build/build-esm/src/booking-wizard/features/product-options/no-options.d.ts +3 -0
- package/build/build-esm/src/booking-wizard/features/product-options/none-option.d.ts +9 -0
- package/build/build-esm/src/booking-wizard/features/product-options/option-booking-airline-group.d.ts +8 -0
- package/build/build-esm/src/booking-wizard/features/product-options/option-booking-group.d.ts +12 -0
- package/build/build-esm/src/booking-wizard/features/product-options/option-item.d.ts +11 -0
- package/build/build-esm/src/booking-wizard/features/product-options/option-pax-card.d.ts +10 -0
- package/build/build-esm/src/booking-wizard/features/product-options/option-pax-group.d.ts +13 -0
- package/build/build-esm/src/booking-wizard/features/product-options/option-room.d.ts +11 -0
- package/build/build-esm/src/booking-wizard/features/product-options/option-unit-group.d.ts +13 -0
- package/build/build-esm/src/booking-wizard/features/product-options/option-units-card.d.ts +9 -0
- package/build/build-esm/src/booking-wizard/features/product-options/option-utils.d.ts +9 -0
- package/build/build-esm/src/booking-wizard/features/product-options/options-form.d.ts +5 -0
- package/build/build-esm/src/booking-wizard/features/room-options/index.d.ts +5 -0
- package/build/build-esm/src/booking-wizard/features/room-options/room-utils.d.ts +9 -0
- package/build/build-esm/src/booking-wizard/features/room-options/room.d.ts +12 -0
- package/build/build-esm/src/booking-wizard/features/room-options/traveler-rooms.d.ts +9 -0
- package/build/build-esm/src/booking-wizard/features/sidebar/index.d.ts +7 -0
- package/build/build-esm/src/booking-wizard/features/sidebar/sidebar-flight.d.ts +9 -0
- package/build/build-esm/src/booking-wizard/features/sidebar/sidebar-util.d.ts +13 -0
- package/build/build-esm/src/booking-wizard/features/sidebar/sidebar.d.ts +0 -0
- package/build/build-esm/src/booking-wizard/features/summary/summary-booking-option-pax.d.ts +7 -0
- package/build/build-esm/src/booking-wizard/features/summary/summary-booking-option-unit.d.ts +7 -0
- package/build/build-esm/src/booking-wizard/features/summary/summary-flight.d.ts +8 -0
- package/build/build-esm/src/booking-wizard/features/summary/summary-per-booking-option-group.d.ts +7 -0
- package/build/build-esm/src/booking-wizard/features/summary/summary-per-pax-option-group.d.ts +7 -0
- package/build/build-esm/src/booking-wizard/features/summary/summary-per-unit-option-group.d.ts +7 -0
- package/build/build-esm/src/booking-wizard/features/summary/summary-slice.d.ts +8 -0
- package/build/build-esm/src/booking-wizard/features/summary/summary.d.ts +5 -0
- package/build/build-esm/src/booking-wizard/features/travelers-form/controls/gender-control.d.ts +5 -0
- package/build/build-esm/src/booking-wizard/features/travelers-form/travelers-form-slice.d.ts +143 -0
- package/build/build-esm/src/booking-wizard/features/travelers-form/travelers-form-util.d.ts +7 -0
- package/build/build-esm/src/booking-wizard/features/travelers-form/travelers-form.d.ts +3 -0
- package/build/build-esm/src/booking-wizard/features/travelers-form/type-ahead-input.d.ts +16 -0
- package/build/build-esm/src/booking-wizard/features/travelers-form/validate-form.d.ts +4 -0
- package/build/build-esm/src/booking-wizard/index.d.ts +12 -0
- package/build/build-esm/src/booking-wizard/settings-context.d.ts +6 -0
- package/build/build-esm/src/booking-wizard/store.d.ts +26 -0
- package/build/build-esm/src/booking-wizard/types.d.ts +330 -0
- package/build/build-esm/src/booking-wizard/use-offer-printer.d.ts +13 -0
- package/build/build-esm/src/content/components/LanguageSwitcher.d.ts +12 -0
- package/build/build-esm/src/content/components/accordion.d.ts +9 -0
- package/build/build-esm/src/content/components/breadcrumb.d.ts +14 -0
- package/build/build-esm/src/content/components/contact.d.ts +3 -0
- package/build/build-esm/src/content/components/faq.d.ts +11 -0
- package/build/build-esm/src/content/components/gallery.d.ts +13 -0
- package/build/build-esm/src/content/components/image-with-text.d.ts +29 -0
- package/build/build-esm/src/content/components/itinerary-map-view.d.ts +48 -0
- package/build/build-esm/src/content/components/login.d.ts +3 -0
- package/build/build-esm/src/content/components/personal-contact-form.d.ts +3 -0
- package/build/build-esm/src/content/components/slider.d.ts +10 -0
- package/build/build-esm/src/content/error/error.d.ts +6 -0
- package/build/build-esm/src/content/featured-trips/featured-trip-card.d.ts +4 -0
- package/build/build-esm/src/content/featured-trips/index.d.ts +4 -0
- package/build/build-esm/src/content/featured-trips/types.d.ts +12 -0
- package/build/build-esm/src/content/features/content-page/content-page-self-contained.d.ts +6 -0
- package/build/build-esm/src/content/footer/index.d.ts +4 -0
- package/build/build-esm/src/content/footer/types.d.ts +27 -0
- package/build/build-esm/src/content/header/index.d.ts +4 -0
- package/build/build-esm/src/content/header/types.d.ts +22 -0
- package/build/build-esm/src/content/image-card-grid/index.d.ts +4 -0
- package/build/build-esm/src/content/image-card-grid/types.d.ts +12 -0
- package/build/build-esm/src/content/image-with-text-section/card.d.ts +4 -0
- package/build/build-esm/src/content/image-with-text-section/index.d.ts +4 -0
- package/build/build-esm/src/content/image-with-text-section/types.d.ts +19 -0
- package/build/build-esm/src/content/login/confirm-component.d.ts +4 -0
- package/build/build-esm/src/content/login/index.d.ts +4 -0
- package/build/build-esm/src/content/login/login-component.d.ts +4 -0
- package/build/build-esm/src/content/login/login-services.d.ts +6 -0
- package/build/build-esm/src/content/login/reset-password-component.d.ts +4 -0
- package/build/build-esm/src/content/login/types.d.ts +24 -0
- package/build/build-esm/src/content/navbar/index.d.ts +4 -0
- package/build/build-esm/src/content/navbar/placeholderData.d.ts +12 -0
- package/build/build-esm/src/content/navbar/types.d.ts +32 -0
- package/build/build-esm/src/form/components/fields/date-field.d.ts +4 -0
- package/build/build-esm/src/form/components/fields/dropdown-field.d.ts +4 -0
- package/build/build-esm/src/form/components/fields/field-label.d.ts +10 -0
- package/build/build-esm/src/form/components/fields/form-field.d.ts +11 -0
- package/build/build-esm/src/form/components/fields/info-text-field.d.ts +7 -0
- package/build/build-esm/src/form/components/fields/multi-dropdown-field.d.ts +4 -0
- package/build/build-esm/src/form/components/fields/multiline-field.d.ts +4 -0
- package/build/build-esm/src/form/components/fields/number-field.d.ts +4 -0
- package/build/build-esm/src/form/components/fields/optional-field.d.ts +4 -0
- package/build/build-esm/src/form/components/fields/radio-checkbox-field.d.ts +4 -0
- package/build/build-esm/src/form/components/fields/text-field.d.ts +4 -0
- package/build/build-esm/src/form/components/fields/yes-no-field.d.ts +4 -0
- package/build/build-esm/src/form/components/form-body.d.ts +9 -0
- package/build/build-esm/src/form/components/form-container.d.ts +3 -0
- package/build/build-esm/src/form/components/form-segment.d.ts +11 -0
- package/build/build-esm/src/form/components/form-step.d.ts +9 -0
- package/build/build-esm/src/form/form-configuration-context.d.ts +4 -0
- package/build/build-esm/src/form/form-types.d.ts +7 -0
- package/build/build-esm/src/form/hooks/use-form-state.d.ts +13 -0
- package/build/build-esm/src/form/index.d.ts +7 -0
- package/build/build-esm/src/form/types.d.ts +20 -0
- package/build/build-esm/src/form/utils/captcha-util.d.ts +3 -0
- package/build/build-esm/src/form/utils/form-initial-values-util.d.ts +3 -0
- package/build/build-esm/src/form/utils/form-submit-util.d.ts +4 -0
- package/build/build-esm/src/form/utils/form-validation-util.d.ts +8 -0
- package/build/build-esm/src/form/utils/html-util.d.ts +16 -0
- package/build/build-esm/src/form/utils/visibility-util.d.ts +4 -0
- package/build/build-esm/src/index.d.ts +29 -0
- package/build/build-esm/src/qsm/components/QSMContainer/qsm-container.d.ts +3 -0
- package/build/build-esm/src/qsm/components/date-picker/index.d.ts +3 -0
- package/build/build-esm/src/qsm/components/date-range-picker/calendar-day.d.ts +12 -0
- package/build/build-esm/src/qsm/components/date-range-picker/calendar.d.ts +24 -0
- package/build/build-esm/src/qsm/components/date-range-picker/index.d.ts +10 -0
- package/build/build-esm/src/qsm/components/double-search-input-group/index.d.ts +8 -0
- package/build/build-esm/src/qsm/components/item-picker/index.d.ts +13 -0
- package/build/build-esm/src/qsm/components/mobile-filter-modal/index.d.ts +3 -0
- package/build/build-esm/src/qsm/components/search-input/index.d.ts +15 -0
- package/build/build-esm/src/qsm/components/search-input-group/index.d.ts +13 -0
- package/build/build-esm/src/qsm/components/travel-class-picker/index.d.ts +3 -0
- package/build/build-esm/src/qsm/components/travel-input/index.d.ts +3 -0
- package/build/build-esm/src/qsm/components/travel-input-group/index.d.ts +3 -0
- package/build/build-esm/src/qsm/components/travel-nationality-picker/index.d.ts +3 -0
- package/build/build-esm/src/qsm/components/travel-type-picker/index.d.ts +3 -0
- package/build/build-esm/src/qsm/index.d.ts +7 -0
- package/build/build-esm/src/qsm/qsm-configuration-context.d.ts +4 -0
- package/build/build-esm/src/qsm/store/qsm-slice.d.ts +74 -0
- package/build/build-esm/src/qsm/store/qsm-store.d.ts +10 -0
- package/build/build-esm/src/qsm/types.d.ts +82 -0
- package/build/build-esm/src/search-results/components/book-packaging-entry/index.d.ts +9 -0
- package/build/build-esm/src/search-results/components/book-packaging-entry/wl-sidebar.d.ts +9 -0
- package/build/build-esm/src/search-results/components/excursions/day-by-day-excursions.d.ts +5 -0
- package/build/build-esm/src/search-results/components/excursions/excursion-details.d.ts +3 -0
- package/build/build-esm/src/search-results/components/excursions/excursion-results.d.ts +8 -0
- package/build/build-esm/src/search-results/components/filters/filters.d.ts +13 -0
- package/build/build-esm/src/search-results/components/filters/flight-filters.d.ts +8 -0
- package/build/build-esm/src/search-results/components/flight/flight-banner.d.ts +8 -0
- package/build/build-esm/src/search-results/components/flight/flight-card.d.ts +7 -0
- package/build/build-esm/src/search-results/components/flight/flight-leg.d.ts +7 -0
- package/build/build-esm/src/search-results/components/flight/flight-path.d.ts +6 -0
- package/build/build-esm/src/search-results/components/flight/flight-results.d.ts +8 -0
- package/build/build-esm/src/search-results/components/flight/flight-search-context/index.d.ts +39 -0
- package/build/build-esm/src/search-results/components/flight/flight-selection/independent-flight-option.d.ts +14 -0
- package/build/build-esm/src/search-results/components/flight/flight-selection/independent-flight-selection.d.ts +7 -0
- package/build/build-esm/src/search-results/components/flight/flight-selection/index.d.ts +8 -0
- package/build/build-esm/src/search-results/components/flight/flight-selection/paired-flight-option.d.ts +7 -0
- package/build/build-esm/src/search-results/components/flight/flight-selection/paired-flight-selection.d.ts +7 -0
- package/build/build-esm/src/search-results/components/group-tour/group-tour-card.d.ts +9 -0
- package/build/build-esm/src/search-results/components/group-tour/group-tour-results.d.ts +6 -0
- package/build/build-esm/src/search-results/components/hotel/hotel-accommodation-results.d.ts +7 -0
- package/build/build-esm/src/search-results/components/hotel/hotel-card.d.ts +8 -0
- package/build/build-esm/src/search-results/components/item-picker/index.d.ts +15 -0
- package/build/build-esm/src/search-results/components/itinerary/full-itinerary.d.ts +6 -0
- package/build/build-esm/src/search-results/components/itinerary/index.d.ts +10 -0
- package/build/build-esm/src/search-results/components/multi-range-filter.d.ts +11 -0
- package/build/build-esm/src/search-results/components/round-trip/round-trip-results.d.ts +5 -0
- package/build/build-esm/src/search-results/components/search-results-container/flight-search-results.d.ts +6 -0
- package/build/build-esm/src/search-results/components/search-results-container/search-results-container.d.ts +6 -0
- package/build/build-esm/src/search-results/components/spinner/spinner.d.ts +6 -0
- package/build/build-esm/src/search-results/components/tab-views/index.d.ts +5 -0
- package/build/build-esm/src/search-results/features/flights/flight-search-results-self-contained.d.ts +5 -0
- package/build/build-esm/src/search-results/features/hotels/hotel-flight-search-results-self-contained.d.ts +5 -0
- package/build/build-esm/src/search-results/features/hotels/hotel-search-results-self-contained.d.ts +5 -0
- package/build/build-esm/src/search-results/features/roundtrips/roundtrip-search-results-self-contained.d.ts +5 -0
- package/build/build-esm/src/search-results/index.d.ts +8 -0
- package/build/build-esm/src/search-results/search-results-configuration-context.d.ts +4 -0
- package/build/build-esm/src/search-results/store/search-results-selectors.d.ts +542 -0
- package/build/build-esm/src/search-results/store/search-results-slice.d.ts +57 -0
- package/build/build-esm/src/search-results/store/search-results-store.d.ts +10 -0
- package/build/build-esm/src/search-results/types.d.ts +185 -0
- package/build/build-esm/src/search-results/utils/flight-utils.d.ts +11 -0
- package/build/build-esm/src/search-results/utils/packaging-utils.d.ts +7 -0
- package/build/build-esm/src/search-results/utils/query-utils.d.ts +12 -0
- package/build/build-esm/src/search-results/utils/search-results-utils.d.ts +8 -0
- package/build/build-esm/src/shared/booking/booking-panel.d.ts +13 -0
- package/build/build-esm/src/shared/booking/product-card.d.ts +8 -0
- package/build/build-esm/src/shared/booking/shared-confirmation.d.ts +25 -0
- package/build/build-esm/src/shared/booking/shared-sidebar.d.ts +34 -0
- package/build/build-esm/src/shared/booking/step-indicators.d.ts +7 -0
- package/build/build-esm/src/shared/booking/summary.d.ts +44 -0
- package/build/build-esm/src/shared/booking/travelers-form.d.ts +79 -0
- package/build/build-esm/src/shared/components/flyin/accommodation-flyin.d.ts +7 -0
- package/build/build-esm/src/shared/components/flyin/flights-flyin.d.ts +7 -0
- package/build/build-esm/src/shared/components/flyin/flyin.d.ts +20 -0
- package/build/build-esm/src/shared/components/flyin/group-tour-flyin.d.ts +8 -0
- package/build/build-esm/src/shared/components/flyin/packaging-flights-flyin.d.ts +9 -0
- package/build/build-esm/src/shared/components/icon.d.ts +11 -0
- package/build/build-esm/src/shared/components/loader.d.ts +6 -0
- package/build/build-esm/src/shared/types.d.ts +16 -0
- package/build/build-esm/src/shared/utils/booking-summary.d.ts +2 -0
- package/build/build-esm/src/shared/utils/class-util.d.ts +1 -0
- package/build/build-esm/src/shared/utils/localization-util.d.ts +51 -0
- package/build/build-esm/src/shared/utils/query-string-util.d.ts +8 -0
- package/build/build-esm/src/shared/utils/tide-api-utils.d.ts +4 -0
- package/build/build-esm/src/shared/utils/use-media-query-util.d.ts +2 -0
- package/package.json +6 -2
- package/styles/abstracts/_mixins.scss +74 -74
- package/styles/abstracts/_variables.scss +57 -57
- package/styles/base/_fonts.scss +2 -2
- package/styles/base/_normalize.scss +227 -227
- package/styles/base/_typography.scss +35 -35
- package/styles/booking-joker-variables.scss +596 -596
- package/styles/booking-product-variables.scss +330 -330
- package/styles/booking-product.scss +438 -438
- package/styles/booking-qsm-variables.scss +501 -501
- package/styles/booking-qsm.scss +52 -52
- package/styles/booking-search-results-variables.scss +728 -728
- package/styles/booking-search-results.scss +53 -53
- package/styles/booking-wizard-variables.scss +603 -603
- package/styles/booking-wizard.scss +61 -61
- package/styles/components/_accordion.scss +67 -67
- package/styles/components/_animations.scss +39 -39
- package/styles/components/_base.scss +107 -107
- package/styles/components/_booking.scss +906 -906
- package/styles/components/_breadcrumb.scss +92 -92
- package/styles/components/_button.scss +238 -238
- package/styles/components/_checkbox.scss +230 -230
- package/styles/components/_contact.scss +255 -255
- package/styles/components/_content.scss +336 -336
- package/styles/components/_cta.scss +238 -238
- package/styles/components/_date-list.scss +41 -41
- package/styles/components/_date-range-picker.scss +223 -223
- package/styles/components/_decrement-increment.scss +35 -35
- package/styles/components/_dropdown.scss +77 -77
- package/styles/components/_error.scss +50 -50
- package/styles/components/_faq.scss +30 -30
- package/styles/components/_flight-option.scss +1432 -1432
- package/styles/components/_flyin.scss +830 -830
- package/styles/components/_footer.scss +135 -135
- package/styles/components/_form.scss +1693 -1693
- package/styles/components/_gallery.scss +317 -317
- package/styles/components/_header.scss +113 -113
- package/styles/components/_image-with-text.scss +206 -206
- package/styles/components/_img-slider.scss +175 -175
- package/styles/components/_info-message.scss +75 -75
- package/styles/components/_input.scss +35 -35
- package/styles/components/_list.scss +185 -185
- package/styles/components/_loader.scss +152 -152
- package/styles/components/_login.scss +140 -140
- package/styles/components/_map-view.scss +1100 -0
- package/styles/components/_mixins.scss +579 -579
- package/styles/components/_navbar.scss +765 -765
- package/styles/components/_passenger-picker.scss +306 -306
- package/styles/components/_phone-input.scss +8 -8
- package/styles/components/_placeholders.scss +165 -165
- package/styles/components/_pricing-summary.scss +163 -163
- package/styles/components/_qsm.scss +17 -17
- package/styles/components/_radiobutton.scss +170 -170
- package/styles/components/_search.scss +2089 -2089
- package/styles/components/_select-wrapper.scss +81 -81
- package/styles/components/_slider.scss +128 -128
- package/styles/components/_spinner.scss +29 -29
- package/styles/components/_step-indicators.scss +187 -187
- package/styles/components/_table.scss +81 -81
- package/styles/components/_tide-form.scss +541 -0
- package/styles/components/_tree.scss +648 -648
- package/styles/components/_typeahead.scss +275 -275
- package/styles/components/_variables.scss +89 -89
- package/styles/content-blocks-variables.scss +543 -507
- package/styles/content-blocks.scss +66 -65
- package/styles/font.scss +2 -2
- package/styles/qsm/_calendar.scss +274 -274
- package/styles/qsm/_qsm.scss +1097 -1097
- package/styles/search.scss +1200 -1200
- package/styles/tide-form-variables.scss +275 -0
- package/styles/tide-form.scss +56 -0
- package/.claude/settings.local.json +0 -11
- package/.husky/pre-commit +0 -22
- package/.nvmrc +0 -1
- package/.prettierignore +0 -32
- package/.prettierrc +0 -9
- package/.vs/ProjectSettings.json +0 -3
- package/.vs/VSWorkspaceState.json +0 -5
- package/.vs/slnx.sqlite +0 -0
- package/.vs/tide-booking-component/FileContentIndex/5099fed1-8dd7-4fc6-b744-64dad71a8a83.vsidx +0 -0
- package/.vs/tide-booking-component/FileContentIndex/d4b119f1-fe2e-4d31-b8af-b66c5a71cfeb.vsidx +0 -0
- package/.vs/tide-booking-component/FileContentIndex/f9097dbd-6c75-40d4-82b3-c6dd4aa48f0c.vsidx +0 -0
- package/.vs/tide-booking-component/config/applicationhost.config +0 -1021
- package/.vs/tide-booking-component/v17/.wsuo +0 -0
- package/MEMORY.md +0 -97
- package/NEXTSTEPS.md +0 -94
- package/rollup.config.js +0 -16
- package/src/booking-product/components/age-select.tsx +0 -35
- package/src/booking-product/components/amount-input.tsx +0 -51
- package/src/booking-product/components/date-range-picker/calendar-day.tsx +0 -46
- package/src/booking-product/components/date-range-picker/calendar.tsx +0 -155
- package/src/booking-product/components/date-range-picker/index.tsx +0 -185
- package/src/booking-product/components/dates.tsx +0 -153
- package/src/booking-product/components/footer.tsx +0 -54
- package/src/booking-product/components/header.tsx +0 -58
- package/src/booking-product/components/list-view.tsx +0 -54
- package/src/booking-product/components/product.tsx +0 -447
- package/src/booking-product/components/rating.tsx +0 -21
- package/src/booking-product/components/rooms.tsx +0 -192
- package/src/booking-product/constants.ts +0 -1
- package/src/booking-product/index.tsx +0 -21
- package/src/booking-product/settings-context.ts +0 -16
- package/src/booking-product/types.ts +0 -68
- package/src/booking-product/utils/api.ts +0 -26
- package/src/booking-product/utils/price.ts +0 -28
- package/src/booking-wizard/api-settings-slice.ts +0 -24
- package/src/booking-wizard/components/labeled-input.tsx +0 -56
- package/src/booking-wizard/components/labeled-select.tsx +0 -54
- package/src/booking-wizard/components/message.tsx +0 -21
- package/src/booking-wizard/components/multi-range-filter.tsx +0 -99
- package/src/booking-wizard/components/phone-input.tsx +0 -146
- package/src/booking-wizard/components/print-offer-button.tsx +0 -53
- package/src/booking-wizard/components/step-indicator.tsx +0 -36
- package/src/booking-wizard/components/step-route.tsx +0 -51
- package/src/booking-wizard/declarations.d.ts +0 -4
- package/src/booking-wizard/features/booking/api.ts +0 -44
- package/src/booking-wizard/features/booking/booking-self-contained.tsx +0 -364
- package/src/booking-wizard/features/booking/booking-slice.ts +0 -634
- package/src/booking-wizard/features/booking/booking.tsx +0 -388
- package/src/booking-wizard/features/booking/constants.ts +0 -16
- package/src/booking-wizard/features/booking/selectors.ts +0 -411
- package/src/booking-wizard/features/confirmation/confirmation.tsx +0 -46
- package/src/booking-wizard/features/error/error.tsx +0 -71
- package/src/booking-wizard/features/flight-options/flight-filter.tsx +0 -371
- package/src/booking-wizard/features/flight-options/flight-option-flight.tsx +0 -354
- package/src/booking-wizard/features/flight-options/flight-option-modal.tsx +0 -211
- package/src/booking-wizard/features/flight-options/flight-option.tsx +0 -57
- package/src/booking-wizard/features/flight-options/flight-utils.ts +0 -423
- package/src/booking-wizard/features/flight-options/index.tsx +0 -170
- package/src/booking-wizard/features/price-details/price-details-api.ts +0 -20
- package/src/booking-wizard/features/price-details/price-details-slice.ts +0 -79
- package/src/booking-wizard/features/price-details/selectors.ts +0 -118
- package/src/booking-wizard/features/price-details/util.ts +0 -115
- package/src/booking-wizard/features/product-options/no-options.tsx +0 -18
- package/src/booking-wizard/features/product-options/none-option.tsx +0 -73
- package/src/booking-wizard/features/product-options/option-booking-airline-group.tsx +0 -53
- package/src/booking-wizard/features/product-options/option-booking-group.tsx +0 -152
- package/src/booking-wizard/features/product-options/option-item.tsx +0 -236
- package/src/booking-wizard/features/product-options/option-pax-card.tsx +0 -159
- package/src/booking-wizard/features/product-options/option-pax-group.tsx +0 -122
- package/src/booking-wizard/features/product-options/option-room.tsx +0 -226
- package/src/booking-wizard/features/product-options/option-unit-group.tsx +0 -138
- package/src/booking-wizard/features/product-options/option-units-card.tsx +0 -148
- package/src/booking-wizard/features/product-options/options-form.tsx +0 -382
- package/src/booking-wizard/features/room-options/index.tsx +0 -132
- package/src/booking-wizard/features/room-options/room-utils.ts +0 -154
- package/src/booking-wizard/features/room-options/room.tsx +0 -123
- package/src/booking-wizard/features/room-options/traveler-rooms.tsx +0 -64
- package/src/booking-wizard/features/sidebar/index.tsx +0 -89
- package/src/booking-wizard/features/sidebar/sidebar-flight.tsx +0 -66
- package/src/booking-wizard/features/sidebar/sidebar-util.ts +0 -143
- package/src/booking-wizard/features/sidebar/sidebar.tsx +0 -349
- package/src/booking-wizard/features/summary/summary-booking-option-pax.tsx +0 -23
- package/src/booking-wizard/features/summary/summary-booking-option-unit.tsx +0 -23
- package/src/booking-wizard/features/summary/summary-flight.tsx +0 -36
- package/src/booking-wizard/features/summary/summary-per-booking-option-group.tsx +0 -60
- package/src/booking-wizard/features/summary/summary-per-pax-option-group.tsx +0 -56
- package/src/booking-wizard/features/summary/summary-per-unit-option-group.tsx +0 -58
- package/src/booking-wizard/features/summary/summary-slice.ts +0 -27
- package/src/booking-wizard/features/summary/summary.tsx +0 -578
- package/src/booking-wizard/features/travelers-form/controls/gender-control.tsx +0 -60
- package/src/booking-wizard/features/travelers-form/travelers-form-slice.ts +0 -157
- package/src/booking-wizard/features/travelers-form/travelers-form-util.ts +0 -10
- package/src/booking-wizard/features/travelers-form/travelers-form.tsx +0 -181
- package/src/booking-wizard/features/travelers-form/type-ahead-input.tsx +0 -85
- package/src/booking-wizard/features/travelers-form/validate-form.ts +0 -178
- package/src/booking-wizard/index.tsx +0 -27
- package/src/booking-wizard/settings-context.ts +0 -64
- package/src/booking-wizard/store.ts +0 -26
- package/src/booking-wizard/types.ts +0 -350
- package/src/booking-wizard/use-offer-printer.ts +0 -108
- package/src/content/components/LanguageSwitcher.tsx +0 -158
- package/src/content/components/accordion.tsx +0 -30
- package/src/content/components/breadcrumb.tsx +0 -67
- package/src/content/components/contact.tsx +0 -210
- package/src/content/components/faq.tsx +0 -42
- package/src/content/components/gallery.tsx +0 -153
- package/src/content/components/image-with-text.tsx +0 -119
- package/src/content/components/login.tsx +0 -161
- package/src/content/components/personal-contact-form.tsx +0 -809
- package/src/content/components/slider.tsx +0 -237
- package/src/content/error/error.tsx +0 -27
- package/src/content/featured-trips/featured-trip-card.tsx +0 -48
- package/src/content/featured-trips/index.tsx +0 -19
- package/src/content/featured-trips/types.ts +0 -13
- package/src/content/features/content-page/content-page-self-contained.tsx +0 -895
- package/src/content/footer/index.tsx +0 -159
- package/src/content/footer/types.ts +0 -36
- package/src/content/header/index.tsx +0 -43
- package/src/content/header/types.ts +0 -26
- package/src/content/image-card-grid/index.tsx +0 -34
- package/src/content/image-card-grid/types.ts +0 -13
- package/src/content/image-with-text-section/card.tsx +0 -58
- package/src/content/image-with-text-section/index.tsx +0 -22
- package/src/content/image-with-text-section/types.ts +0 -20
- package/src/content/login/confirm-component.tsx +0 -149
- package/src/content/login/index.tsx +0 -70
- package/src/content/login/login-component.tsx +0 -159
- package/src/content/login/login-services.ts +0 -109
- package/src/content/login/reset-password-component.tsx +0 -191
- package/src/content/login/types.ts +0 -29
- package/src/content/navbar/index.tsx +0 -354
- package/src/content/navbar/placeholderData.tsx +0 -173
- package/src/content/navbar/types.ts +0 -43
- package/src/qsm/components/QSMContainer/qsm-container.tsx +0 -671
- package/src/qsm/components/date-picker/index.tsx +0 -152
- package/src/qsm/components/date-range-picker/calendar-day.tsx +0 -49
- package/src/qsm/components/date-range-picker/calendar.tsx +0 -211
- package/src/qsm/components/date-range-picker/index.tsx +0 -404
- package/src/qsm/components/double-search-input-group/index.tsx +0 -78
- package/src/qsm/components/item-picker/index.tsx +0 -65
- package/src/qsm/components/mobile-filter-modal/index.tsx +0 -321
- package/src/qsm/components/search-input/index.tsx +0 -91
- package/src/qsm/components/search-input-group/index.tsx +0 -209
- package/src/qsm/components/travel-class-picker/index.tsx +0 -28
- package/src/qsm/components/travel-input/index.tsx +0 -241
- package/src/qsm/components/travel-input-group/index.tsx +0 -114
- package/src/qsm/components/travel-nationality-picker/index.tsx +0 -28
- package/src/qsm/components/travel-type-picker/index.tsx +0 -28
- package/src/qsm/index.tsx +0 -26
- package/src/qsm/qsm-configuration-context.ts +0 -31
- package/src/qsm/store/qsm-slice.ts +0 -282
- package/src/qsm/store/qsm-store.ts +0 -13
- package/src/qsm/types.ts +0 -110
- package/src/search-results/components/book-packaging-entry/index.tsx +0 -266
- package/src/search-results/components/book-packaging-entry/wl-sidebar.tsx +0 -173
- package/src/search-results/components/excursions/day-by-day-excursions.tsx +0 -168
- package/src/search-results/components/excursions/excursion-details.tsx +0 -340
- package/src/search-results/components/excursions/excursion-results.tsx +0 -186
- package/src/search-results/components/filters/filters.tsx +0 -229
- package/src/search-results/components/filters/flight-filters.tsx +0 -671
- package/src/search-results/components/flight/flight-banner.tsx +0 -35
- package/src/search-results/components/flight/flight-card.tsx +0 -38
- package/src/search-results/components/flight/flight-leg.tsx +0 -61
- package/src/search-results/components/flight/flight-path.tsx +0 -23
- package/src/search-results/components/flight/flight-results.tsx +0 -208
- package/src/search-results/components/flight/flight-search-context/index.tsx +0 -628
- package/src/search-results/components/flight/flight-selection/independent-flight-option.tsx +0 -168
- package/src/search-results/components/flight/flight-selection/independent-flight-selection.tsx +0 -184
- package/src/search-results/components/flight/flight-selection/index.tsx +0 -19
- package/src/search-results/components/flight/flight-selection/paired-flight-option.tsx +0 -255
- package/src/search-results/components/flight/flight-selection/paired-flight-selection.tsx +0 -38
- package/src/search-results/components/group-tour/group-tour-card.tsx +0 -105
- package/src/search-results/components/group-tour/group-tour-results.tsx +0 -62
- package/src/search-results/components/hotel/hotel-accommodation-results.tsx +0 -244
- package/src/search-results/components/hotel/hotel-card.tsx +0 -110
- package/src/search-results/components/item-picker/index.tsx +0 -81
- package/src/search-results/components/itinerary/full-itinerary.tsx +0 -374
- package/src/search-results/components/itinerary/index.tsx +0 -437
- package/src/search-results/components/multi-range-filter.tsx +0 -104
- package/src/search-results/components/round-trip/round-trip-results.tsx +0 -199
- package/src/search-results/components/search-results-container/flight-search-results.tsx +0 -137
- package/src/search-results/components/search-results-container/search-results-container.tsx +0 -1764
- package/src/search-results/components/spinner/spinner.tsx +0 -24
- package/src/search-results/components/tab-views/index.tsx +0 -53
- package/src/search-results/features/flights/flight-search-results-self-contained.tsx +0 -294
- package/src/search-results/features/hotels/hotel-flight-search-results-self-contained.tsx +0 -143
- package/src/search-results/features/hotels/hotel-search-results-self-contained.tsx +0 -220
- package/src/search-results/features/roundtrips/roundtrip-search-results-self-contained.tsx +0 -65
- package/src/search-results/index.tsx +0 -25
- package/src/search-results/store/search-results-selectors.ts +0 -84
- package/src/search-results/store/search-results-slice.ts +0 -351
- package/src/search-results/store/search-results-store.ts +0 -13
- package/src/search-results/types.ts +0 -266
- package/src/search-results/utils/flight-utils.ts +0 -98
- package/src/search-results/utils/packaging-utils.ts +0 -75
- package/src/search-results/utils/query-utils.ts +0 -153
- package/src/search-results/utils/search-results-utils.ts +0 -538
- package/src/shared/booking/booking-panel.tsx +0 -25
- package/src/shared/booking/product-card.tsx +0 -23
- package/src/shared/booking/shared-confirmation.tsx +0 -105
- package/src/shared/booking/shared-sidebar.tsx +0 -432
- package/src/shared/booking/step-indicators.tsx +0 -30
- package/src/shared/booking/summary.tsx +0 -382
- package/src/shared/booking/travelers-form.tsx +0 -874
- package/src/shared/components/flyin/accommodation-flyin.tsx +0 -424
- package/src/shared/components/flyin/flights-flyin.tsx +0 -508
- package/src/shared/components/flyin/flyin.tsx +0 -241
- package/src/shared/components/flyin/group-tour-flyin.tsx +0 -294
- package/src/shared/components/flyin/packaging-flights-flyin.tsx +0 -171
- package/src/shared/components/icon.tsx +0 -1114
- package/src/shared/components/loader.tsx +0 -16
- package/src/shared/tide-sprites.svg +0 -117
- package/src/shared/translations/ar-SA.json +0 -398
- package/src/shared/translations/da-DK.json +0 -398
- package/src/shared/translations/de-DE.json +0 -398
- package/src/shared/translations/en-GB.json +0 -402
- package/src/shared/translations/es-ES.json +0 -398
- package/src/shared/translations/fr-BE.json +0 -402
- package/src/shared/translations/fr-FR.json +0 -398
- package/src/shared/translations/is-IS.json +0 -398
- package/src/shared/translations/it-IT.json +0 -398
- package/src/shared/translations/ja-JP.json +0 -398
- package/src/shared/translations/nl-BE.json +0 -402
- package/src/shared/translations/nl-NL.json +0 -398
- package/src/shared/translations/no-NO.json +0 -398
- package/src/shared/translations/pl-PL.json +0 -398
- package/src/shared/translations/pt-PT.json +0 -398
- package/src/shared/translations/sv-SE.json +0 -398
- package/src/shared/types.ts +0 -31
- package/src/shared/utils/booking-summary.tsx +0 -57
- package/src/shared/utils/class-util.ts +0 -7
- package/src/shared/utils/localization-util.ts +0 -316
- package/src/shared/utils/query-string-util.ts +0 -91
- package/src/shared/utils/tide-api-utils.ts +0 -42
- package/src/shared/utils/use-media-query-util.ts +0 -19
- package/tsconfig.json +0 -24
|
@@ -0,0 +1,638 @@
|
|
|
1
|
+
import { BookingPackageAddress, BookingPackageBookRequest, BookingPackagePax, BookingPackageRequest } from '@qite/tide-client/build/types';
|
|
2
|
+
import { RootState } from '../../store';
|
|
3
|
+
import { Room } from '../../types';
|
|
4
|
+
export declare const selectHasMounted: (state: RootState) => boolean;
|
|
5
|
+
export declare const selectCurrentStep: (state: RootState) => import("./constants").BookingStep;
|
|
6
|
+
export declare const selectGeneratePaymentUrl: (state: RootState) => boolean;
|
|
7
|
+
export declare const selectSkipPaymentWithAgent: (state: RootState) => boolean;
|
|
8
|
+
export declare const selectIsFetchingProductOptions: (state: RootState) => boolean;
|
|
9
|
+
export declare const selectDepartureFlight: (state: RootState) => import("@qite/tide-client").BookingPackageFlight | undefined;
|
|
10
|
+
export declare const selectReturnFlight: (state: RootState) => import("@qite/tide-client").BookingPackageFlight | undefined;
|
|
11
|
+
export declare const selectPackageRooms: (state: RootState) => import("@qite/tide-client").BookingPackageRoom[] | undefined;
|
|
12
|
+
export declare const selectIncludedServiceTypes: (state: RootState) => number[] | undefined;
|
|
13
|
+
export declare const selectAvailabilities: (state: RootState) => import("@qite/tide-client").BookingPackageAvailability[] | undefined;
|
|
14
|
+
export declare const selectPackageTags: (state: RootState) => import("@qite/tide-client").BookingPackageTag[] | undefined;
|
|
15
|
+
export declare const selectIsOnRequest: (state: RootState) => boolean | undefined;
|
|
16
|
+
export declare const selectPackageOptionUnits: (state: RootState) => import("@qite/tide-client").BookingOptionUnit[] | undefined;
|
|
17
|
+
export declare const selectPackageOptionPax: (state: RootState) => import("@qite/tide-client").BookingOptionPax[] | undefined;
|
|
18
|
+
export declare const selectPackageGroups: (state: RootState) => import("@qite/tide-client").BookingOptionGroup<import("@qite/tide-client").PerBookingPackageOption>[] | undefined;
|
|
19
|
+
export declare const selectPackageDetails: (state: RootState) => import("@qite/tide-client").BookingPackage | undefined;
|
|
20
|
+
export declare const selectPackageFlights: (state: RootState) => {
|
|
21
|
+
outward: import("@qite/tide-client").BookingPackageFlight[] | undefined;
|
|
22
|
+
return: import("@qite/tide-client").BookingPackageFlight[] | undefined;
|
|
23
|
+
};
|
|
24
|
+
export declare const selectFlightMetaData: (state: RootState) => import("@qite/tide-client").BookingPackageEntryLineFlightMetaData[] | undefined;
|
|
25
|
+
export declare const selectActiveOption: (state: RootState) => import("@qite/tide-client").BookingPackageOption | undefined;
|
|
26
|
+
export declare const selectPackageAirlineGroups: ((state: {
|
|
27
|
+
booking: import("./booking-slice").BookingState;
|
|
28
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
29
|
+
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
30
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
31
|
+
apiSettings: import("../../..").ApiSettingsState;
|
|
32
|
+
}) => import("@qite/tide-client").BookingAirlineGroup<import("@qite/tide-client").AirlineBookingPackageOption>[] | undefined) & {
|
|
33
|
+
clearCache: () => void;
|
|
34
|
+
resultsCount: () => number;
|
|
35
|
+
resetResultsCount: () => void;
|
|
36
|
+
} & {
|
|
37
|
+
resultFunc: (resultFuncArgs_0: import("@qite/tide-client").BookingPackageOption | undefined, resultFuncArgs_1: import("@qite/tide-client").BookingPackageFlight | undefined, resultFuncArgs_2: import("@qite/tide-client").BookingPackageFlight | undefined) => import("@qite/tide-client").BookingAirlineGroup<import("@qite/tide-client").AirlineBookingPackageOption>[] | undefined;
|
|
38
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("@qite/tide-client").BookingPackageOption | undefined, resultFuncArgs_1: import("@qite/tide-client").BookingPackageFlight | undefined, resultFuncArgs_2: import("@qite/tide-client").BookingPackageFlight | undefined) => import("@qite/tide-client").BookingAirlineGroup<import("@qite/tide-client").AirlineBookingPackageOption>[] | undefined) & {
|
|
39
|
+
clearCache: () => void;
|
|
40
|
+
resultsCount: () => number;
|
|
41
|
+
resetResultsCount: () => void;
|
|
42
|
+
};
|
|
43
|
+
lastResult: () => import("@qite/tide-client").BookingAirlineGroup<import("@qite/tide-client").AirlineBookingPackageOption>[] | undefined;
|
|
44
|
+
dependencies: [(state: RootState) => import("@qite/tide-client").BookingPackageOption | undefined, (state: RootState) => import("@qite/tide-client").BookingPackageFlight | undefined, (state: RootState) => import("@qite/tide-client").BookingPackageFlight | undefined];
|
|
45
|
+
recomputations: () => number;
|
|
46
|
+
resetRecomputations: () => void;
|
|
47
|
+
dependencyRecomputations: () => number;
|
|
48
|
+
resetDependencyRecomputations: () => void;
|
|
49
|
+
} & {
|
|
50
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
51
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
52
|
+
};
|
|
53
|
+
export declare const selectPackageAirportGroups: ((state: {
|
|
54
|
+
booking: import("./booking-slice").BookingState;
|
|
55
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
56
|
+
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
57
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
58
|
+
apiSettings: import("../../..").ApiSettingsState;
|
|
59
|
+
}) => import("@qite/tide-client").BookingAirportGroup<import("@qite/tide-client").AirportBookingPackageOption>[] | undefined) & {
|
|
60
|
+
clearCache: () => void;
|
|
61
|
+
resultsCount: () => number;
|
|
62
|
+
resetResultsCount: () => void;
|
|
63
|
+
} & {
|
|
64
|
+
resultFunc: (resultFuncArgs_0: import("@qite/tide-client").BookingPackageOption | undefined, resultFuncArgs_1: import("@qite/tide-client").BookingPackageFlight | undefined, resultFuncArgs_2: import("@qite/tide-client").BookingPackageFlight | undefined) => import("@qite/tide-client").BookingAirportGroup<import("@qite/tide-client").AirportBookingPackageOption>[] | undefined;
|
|
65
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("@qite/tide-client").BookingPackageOption | undefined, resultFuncArgs_1: import("@qite/tide-client").BookingPackageFlight | undefined, resultFuncArgs_2: import("@qite/tide-client").BookingPackageFlight | undefined) => import("@qite/tide-client").BookingAirportGroup<import("@qite/tide-client").AirportBookingPackageOption>[] | undefined) & {
|
|
66
|
+
clearCache: () => void;
|
|
67
|
+
resultsCount: () => number;
|
|
68
|
+
resetResultsCount: () => void;
|
|
69
|
+
};
|
|
70
|
+
lastResult: () => import("@qite/tide-client").BookingAirportGroup<import("@qite/tide-client").AirportBookingPackageOption>[] | undefined;
|
|
71
|
+
dependencies: [(state: RootState) => import("@qite/tide-client").BookingPackageOption | undefined, (state: RootState) => import("@qite/tide-client").BookingPackageFlight | undefined, (state: RootState) => import("@qite/tide-client").BookingPackageFlight | undefined];
|
|
72
|
+
recomputations: () => number;
|
|
73
|
+
resetRecomputations: () => void;
|
|
74
|
+
dependencyRecomputations: () => number;
|
|
75
|
+
resetDependencyRecomputations: () => void;
|
|
76
|
+
} & {
|
|
77
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
78
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
79
|
+
};
|
|
80
|
+
export declare const selectRoomOptionDepartureFlightsMetaData: ((state: {
|
|
81
|
+
booking: import("./booking-slice").BookingState;
|
|
82
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
83
|
+
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
84
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
85
|
+
apiSettings: import("../../..").ApiSettingsState;
|
|
86
|
+
}) => import("@qite/tide-client").BookingPackageFlightMetaData[]) & {
|
|
87
|
+
clearCache: () => void;
|
|
88
|
+
resultsCount: () => number;
|
|
89
|
+
resetResultsCount: () => void;
|
|
90
|
+
} & {
|
|
91
|
+
resultFunc: (resultFuncArgs_0: import("@qite/tide-client").BookingPackageOption | undefined, resultFuncArgs_1: import("@qite/tide-client").BookingPackageEntryLineFlightMetaData[] | undefined) => import("@qite/tide-client").BookingPackageFlightMetaData[];
|
|
92
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("@qite/tide-client").BookingPackageOption | undefined, resultFuncArgs_1: import("@qite/tide-client").BookingPackageEntryLineFlightMetaData[] | undefined) => import("@qite/tide-client").BookingPackageFlightMetaData[]) & {
|
|
93
|
+
clearCache: () => void;
|
|
94
|
+
resultsCount: () => number;
|
|
95
|
+
resetResultsCount: () => void;
|
|
96
|
+
};
|
|
97
|
+
lastResult: () => import("@qite/tide-client").BookingPackageFlightMetaData[];
|
|
98
|
+
dependencies: [(state: RootState) => import("@qite/tide-client").BookingPackageOption | undefined, (state: RootState) => import("@qite/tide-client").BookingPackageEntryLineFlightMetaData[] | undefined];
|
|
99
|
+
recomputations: () => number;
|
|
100
|
+
resetRecomputations: () => void;
|
|
101
|
+
dependencyRecomputations: () => number;
|
|
102
|
+
resetDependencyRecomputations: () => void;
|
|
103
|
+
} & {
|
|
104
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
105
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
106
|
+
};
|
|
107
|
+
export declare const selectRoomOptionReturnFlightsMetaData: ((state: {
|
|
108
|
+
booking: import("./booking-slice").BookingState;
|
|
109
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
110
|
+
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
111
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
112
|
+
apiSettings: import("../../..").ApiSettingsState;
|
|
113
|
+
}) => import("@qite/tide-client").BookingPackageFlightMetaData[] | undefined) & {
|
|
114
|
+
clearCache: () => void;
|
|
115
|
+
resultsCount: () => number;
|
|
116
|
+
resetResultsCount: () => void;
|
|
117
|
+
} & {
|
|
118
|
+
resultFunc: (resultFuncArgs_0: import("@qite/tide-client").BookingPackageOption | undefined, resultFuncArgs_1: import("@qite/tide-client").BookingPackageEntryLineFlightMetaData[] | undefined) => import("@qite/tide-client").BookingPackageFlightMetaData[] | undefined;
|
|
119
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("@qite/tide-client").BookingPackageOption | undefined, resultFuncArgs_1: import("@qite/tide-client").BookingPackageEntryLineFlightMetaData[] | undefined) => import("@qite/tide-client").BookingPackageFlightMetaData[] | undefined) & {
|
|
120
|
+
clearCache: () => void;
|
|
121
|
+
resultsCount: () => number;
|
|
122
|
+
resetResultsCount: () => void;
|
|
123
|
+
};
|
|
124
|
+
lastResult: () => import("@qite/tide-client").BookingPackageFlightMetaData[] | undefined;
|
|
125
|
+
dependencies: [(state: RootState) => import("@qite/tide-client").BookingPackageOption | undefined, (state: RootState) => import("@qite/tide-client").BookingPackageEntryLineFlightMetaData[] | undefined];
|
|
126
|
+
recomputations: () => number;
|
|
127
|
+
resetRecomputations: () => void;
|
|
128
|
+
dependencyRecomputations: () => number;
|
|
129
|
+
resetDependencyRecomputations: () => void;
|
|
130
|
+
} & {
|
|
131
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
132
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
133
|
+
};
|
|
134
|
+
export declare const selectApiSettings: (state: RootState) => import("../../..").ApiSettingsState;
|
|
135
|
+
export declare const selectIsUnavailable: (state: RootState) => boolean | undefined;
|
|
136
|
+
export declare const selectRequestRooms: (state: RootState) => import("@qite/tide-client").BookingPackageRequestRoom[] | undefined;
|
|
137
|
+
export declare const selectOfficeId: (state: RootState) => number;
|
|
138
|
+
export declare const selectLanguageCode: (state: RootState) => string;
|
|
139
|
+
export declare const selectCurrencyCode: (state: RootState) => string;
|
|
140
|
+
export declare const selectDefaultStaticTranslations: (state: RootState) => Record<string, any>;
|
|
141
|
+
export declare const selectLanguage: (state: RootState) => string;
|
|
142
|
+
export declare const selectAllDynamicTranslations: (state: RootState) => {
|
|
143
|
+
language: string;
|
|
144
|
+
value: any;
|
|
145
|
+
}[] | undefined;
|
|
146
|
+
export declare const selectDynamicTranslations: ((state: {
|
|
147
|
+
booking: import("./booking-slice").BookingState;
|
|
148
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
149
|
+
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
150
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
151
|
+
apiSettings: import("../../..").ApiSettingsState;
|
|
152
|
+
}) => any) & {
|
|
153
|
+
clearCache: () => void;
|
|
154
|
+
resultsCount: () => number;
|
|
155
|
+
resetResultsCount: () => void;
|
|
156
|
+
} & {
|
|
157
|
+
resultFunc: (resultFuncArgs_0: {
|
|
158
|
+
language: string;
|
|
159
|
+
value: any;
|
|
160
|
+
}[] | undefined, resultFuncArgs_1: string) => any;
|
|
161
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
162
|
+
language: string;
|
|
163
|
+
value: any;
|
|
164
|
+
}[] | undefined, resultFuncArgs_1: string) => any) & {
|
|
165
|
+
clearCache: () => void;
|
|
166
|
+
resultsCount: () => number;
|
|
167
|
+
resetResultsCount: () => void;
|
|
168
|
+
};
|
|
169
|
+
lastResult: () => any;
|
|
170
|
+
dependencies: [(state: RootState) => {
|
|
171
|
+
language: string;
|
|
172
|
+
value: any;
|
|
173
|
+
}[] | undefined, (state: RootState) => string];
|
|
174
|
+
recomputations: () => number;
|
|
175
|
+
resetRecomputations: () => void;
|
|
176
|
+
dependencyRecomputations: () => number;
|
|
177
|
+
resetDependencyRecomputations: () => void;
|
|
178
|
+
} & {
|
|
179
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
180
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
181
|
+
};
|
|
182
|
+
export declare const selectTranslations: ((state: {
|
|
183
|
+
booking: import("./booking-slice").BookingState;
|
|
184
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
185
|
+
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
186
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
187
|
+
apiSettings: import("../../..").ApiSettingsState;
|
|
188
|
+
}) => Record<string, any>) & {
|
|
189
|
+
clearCache: () => void;
|
|
190
|
+
resultsCount: () => number;
|
|
191
|
+
resetResultsCount: () => void;
|
|
192
|
+
} & {
|
|
193
|
+
resultFunc: (resultFuncArgs_0: Record<string, any>, resultFuncArgs_1: any) => Record<string, any>;
|
|
194
|
+
memoizedResultFunc: ((resultFuncArgs_0: Record<string, any>, resultFuncArgs_1: any) => Record<string, any>) & {
|
|
195
|
+
clearCache: () => void;
|
|
196
|
+
resultsCount: () => number;
|
|
197
|
+
resetResultsCount: () => void;
|
|
198
|
+
};
|
|
199
|
+
lastResult: () => Record<string, any>;
|
|
200
|
+
dependencies: [(state: RootState) => Record<string, any>, ((state: {
|
|
201
|
+
booking: import("./booking-slice").BookingState;
|
|
202
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
203
|
+
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
204
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
205
|
+
apiSettings: import("../../..").ApiSettingsState;
|
|
206
|
+
}) => any) & {
|
|
207
|
+
clearCache: () => void;
|
|
208
|
+
resultsCount: () => number;
|
|
209
|
+
resetResultsCount: () => void;
|
|
210
|
+
} & {
|
|
211
|
+
resultFunc: (resultFuncArgs_0: {
|
|
212
|
+
language: string;
|
|
213
|
+
value: any;
|
|
214
|
+
}[] | undefined, resultFuncArgs_1: string) => any;
|
|
215
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
216
|
+
language: string;
|
|
217
|
+
value: any;
|
|
218
|
+
}[] | undefined, resultFuncArgs_1: string) => any) & {
|
|
219
|
+
clearCache: () => void;
|
|
220
|
+
resultsCount: () => number;
|
|
221
|
+
resetResultsCount: () => void;
|
|
222
|
+
};
|
|
223
|
+
lastResult: () => any;
|
|
224
|
+
dependencies: [(state: RootState) => {
|
|
225
|
+
language: string;
|
|
226
|
+
value: any;
|
|
227
|
+
}[] | undefined, (state: RootState) => string];
|
|
228
|
+
recomputations: () => number;
|
|
229
|
+
resetRecomputations: () => void;
|
|
230
|
+
dependencyRecomputations: () => number;
|
|
231
|
+
resetDependencyRecomputations: () => void;
|
|
232
|
+
} & {
|
|
233
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
234
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
235
|
+
}];
|
|
236
|
+
recomputations: () => number;
|
|
237
|
+
resetRecomputations: () => void;
|
|
238
|
+
dependencyRecomputations: () => number;
|
|
239
|
+
resetDependencyRecomputations: () => void;
|
|
240
|
+
} & {
|
|
241
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
242
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
243
|
+
};
|
|
244
|
+
export declare const selectBookingOptions: (state: RootState) => import("../../types").BookingOptions;
|
|
245
|
+
export declare const selectBookingType: (state: RootState) => string;
|
|
246
|
+
export declare const selectTagIds: (state: RootState) => number[] | undefined;
|
|
247
|
+
export declare const selectAgentAdressId: (state: RootState) => number | undefined;
|
|
248
|
+
export declare const selectProductAttributes: (state: RootState) => import("../../types").ProductAttributes | undefined;
|
|
249
|
+
export declare const selectBookingAttributes: (state: RootState) => import("../../types").BookingAttributes | undefined;
|
|
250
|
+
export declare const selectBookingNumber: (state: RootState) => string | undefined;
|
|
251
|
+
export declare const selectIsOption: (state: RootState) => boolean | undefined;
|
|
252
|
+
export declare const selectBookingRooms: (state: RootState) => Room[] | undefined;
|
|
253
|
+
export declare const selectBookingRemarks: (state: RootState) => string | undefined;
|
|
254
|
+
export declare const selectVoucherCodes: (state: RootState) => string[] | undefined;
|
|
255
|
+
export declare const selectCalculateDeposit: (state: RootState) => boolean;
|
|
256
|
+
export declare const selectShowCommission: (state: RootState) => boolean | undefined;
|
|
257
|
+
export declare const selectIsRetry: (state: RootState) => boolean;
|
|
258
|
+
export declare const selectStartDate: (state: RootState) => string | undefined;
|
|
259
|
+
export declare const selectAgents: (state: RootState) => import("@qite/tide-client").BookingTravelAgent[] | undefined;
|
|
260
|
+
export declare const selectCountries: (state: RootState) => import("@qite/tide-client").CountryItem[] | undefined;
|
|
261
|
+
export declare const selectProductCode: (state: RootState) => string | undefined;
|
|
262
|
+
export declare const selectAccommodationCodes: (state: RootState) => string[];
|
|
263
|
+
export declare const selectAccommodationViews: (state: RootState) => {
|
|
264
|
+
[key: string]: string;
|
|
265
|
+
} | undefined;
|
|
266
|
+
export declare const selectMappingInfo: (state: RootState) => import("@qite/tide-client/build/types/booking-v2/shared/booking-package-option-mapping-info").BookingPackageOptionMappingInfo | undefined;
|
|
267
|
+
export declare const selectBookingQuery: (state: RootState) => Record<string, string> | undefined;
|
|
268
|
+
export declare const selectBookingQueryString: ((state: {
|
|
269
|
+
booking: import("./booking-slice").BookingState;
|
|
270
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
271
|
+
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
272
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
273
|
+
apiSettings: import("../../..").ApiSettingsState;
|
|
274
|
+
}) => string | undefined) & {
|
|
275
|
+
clearCache: () => void;
|
|
276
|
+
resultsCount: () => number;
|
|
277
|
+
resetResultsCount: () => void;
|
|
278
|
+
} & {
|
|
279
|
+
resultFunc: (resultFuncArgs_0: Record<string, string> | undefined) => string | undefined;
|
|
280
|
+
memoizedResultFunc: ((resultFuncArgs_0: Record<string, string> | undefined) => string | undefined) & {
|
|
281
|
+
clearCache: () => void;
|
|
282
|
+
resultsCount: () => number;
|
|
283
|
+
resetResultsCount: () => void;
|
|
284
|
+
};
|
|
285
|
+
lastResult: () => string | undefined;
|
|
286
|
+
dependencies: [(state: RootState) => Record<string, string> | undefined];
|
|
287
|
+
recomputations: () => number;
|
|
288
|
+
resetRecomputations: () => void;
|
|
289
|
+
dependencyRecomputations: () => number;
|
|
290
|
+
resetDependencyRecomputations: () => void;
|
|
291
|
+
} & {
|
|
292
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
293
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
294
|
+
};
|
|
295
|
+
export declare const selectMainBookerId: ((state: {
|
|
296
|
+
booking: import("./booking-slice").BookingState;
|
|
297
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
298
|
+
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
299
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
300
|
+
apiSettings: import("../../..").ApiSettingsState;
|
|
301
|
+
}) => number | undefined) & {
|
|
302
|
+
clearCache: () => void;
|
|
303
|
+
resultsCount: () => number;
|
|
304
|
+
resetResultsCount: () => void;
|
|
305
|
+
} & {
|
|
306
|
+
resultFunc: (resultFuncArgs_0: import("../../types").TravelersFormValues | undefined) => number | undefined;
|
|
307
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../types").TravelersFormValues | undefined) => number | undefined) & {
|
|
308
|
+
clearCache: () => void;
|
|
309
|
+
resultsCount: () => number;
|
|
310
|
+
resetResultsCount: () => void;
|
|
311
|
+
};
|
|
312
|
+
lastResult: () => number | undefined;
|
|
313
|
+
dependencies: [(state: RootState) => import("../../types").TravelersFormValues | undefined];
|
|
314
|
+
recomputations: () => number;
|
|
315
|
+
resetRecomputations: () => void;
|
|
316
|
+
dependencyRecomputations: () => number;
|
|
317
|
+
resetDependencyRecomputations: () => void;
|
|
318
|
+
} & {
|
|
319
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
320
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
321
|
+
};
|
|
322
|
+
export declare const selectBookingPackagePax: ((state: {
|
|
323
|
+
booking: import("./booking-slice").BookingState;
|
|
324
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
325
|
+
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
326
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
327
|
+
apiSettings: import("../../..").ApiSettingsState;
|
|
328
|
+
}) => BookingPackagePax[]) & {
|
|
329
|
+
clearCache: () => void;
|
|
330
|
+
resultsCount: () => number;
|
|
331
|
+
resetResultsCount: () => void;
|
|
332
|
+
} & {
|
|
333
|
+
resultFunc: (resultFuncArgs_0: import("../../types").TravelersFormValues | undefined) => BookingPackagePax[];
|
|
334
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../types").TravelersFormValues | undefined) => BookingPackagePax[]) & {
|
|
335
|
+
clearCache: () => void;
|
|
336
|
+
resultsCount: () => number;
|
|
337
|
+
resetResultsCount: () => void;
|
|
338
|
+
};
|
|
339
|
+
lastResult: () => BookingPackagePax[];
|
|
340
|
+
dependencies: [(state: RootState) => import("../../types").TravelersFormValues | undefined];
|
|
341
|
+
recomputations: () => number;
|
|
342
|
+
resetRecomputations: () => void;
|
|
343
|
+
dependencyRecomputations: () => number;
|
|
344
|
+
resetDependencyRecomputations: () => void;
|
|
345
|
+
} & {
|
|
346
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
347
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
348
|
+
};
|
|
349
|
+
export declare const selectBookingAddress: ((state: {
|
|
350
|
+
booking: import("./booking-slice").BookingState;
|
|
351
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
352
|
+
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
353
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
354
|
+
apiSettings: import("../../..").ApiSettingsState;
|
|
355
|
+
}) => BookingPackageAddress | undefined) & {
|
|
356
|
+
clearCache: () => void;
|
|
357
|
+
resultsCount: () => number;
|
|
358
|
+
resetResultsCount: () => void;
|
|
359
|
+
} & {
|
|
360
|
+
resultFunc: (resultFuncArgs_0: import("../../types").TravelersFormValues | undefined, resultFuncArgs_1: BookingPackagePax[], resultFuncArgs_2: string) => BookingPackageAddress | undefined;
|
|
361
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../types").TravelersFormValues | undefined, resultFuncArgs_1: BookingPackagePax[], resultFuncArgs_2: string) => BookingPackageAddress | undefined) & {
|
|
362
|
+
clearCache: () => void;
|
|
363
|
+
resultsCount: () => number;
|
|
364
|
+
resetResultsCount: () => void;
|
|
365
|
+
};
|
|
366
|
+
lastResult: () => BookingPackageAddress | undefined;
|
|
367
|
+
dependencies: [(state: RootState) => import("../../types").TravelersFormValues | undefined, ((state: {
|
|
368
|
+
booking: import("./booking-slice").BookingState;
|
|
369
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
370
|
+
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
371
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
372
|
+
apiSettings: import("../../..").ApiSettingsState;
|
|
373
|
+
}) => BookingPackagePax[]) & {
|
|
374
|
+
clearCache: () => void;
|
|
375
|
+
resultsCount: () => number;
|
|
376
|
+
resetResultsCount: () => void;
|
|
377
|
+
} & {
|
|
378
|
+
resultFunc: (resultFuncArgs_0: import("../../types").TravelersFormValues | undefined) => BookingPackagePax[];
|
|
379
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../types").TravelersFormValues | undefined) => BookingPackagePax[]) & {
|
|
380
|
+
clearCache: () => void;
|
|
381
|
+
resultsCount: () => number;
|
|
382
|
+
resetResultsCount: () => void;
|
|
383
|
+
};
|
|
384
|
+
lastResult: () => BookingPackagePax[];
|
|
385
|
+
dependencies: [(state: RootState) => import("../../types").TravelersFormValues | undefined];
|
|
386
|
+
recomputations: () => number;
|
|
387
|
+
resetRecomputations: () => void;
|
|
388
|
+
dependencyRecomputations: () => number;
|
|
389
|
+
resetDependencyRecomputations: () => void;
|
|
390
|
+
} & {
|
|
391
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
392
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
393
|
+
}, (state: RootState) => string];
|
|
394
|
+
recomputations: () => number;
|
|
395
|
+
resetRecomputations: () => void;
|
|
396
|
+
dependencyRecomputations: () => number;
|
|
397
|
+
resetDependencyRecomputations: () => void;
|
|
398
|
+
} & {
|
|
399
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
400
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
401
|
+
};
|
|
402
|
+
export declare const selectBookingPackageRequest: ((state: {
|
|
403
|
+
booking: import("./booking-slice").BookingState;
|
|
404
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
405
|
+
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
406
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
407
|
+
apiSettings: import("../../..").ApiSettingsState;
|
|
408
|
+
}) => BookingPackageRequest<any>) & {
|
|
409
|
+
clearCache: () => void;
|
|
410
|
+
resultsCount: () => number;
|
|
411
|
+
resetResultsCount: () => void;
|
|
412
|
+
} & {
|
|
413
|
+
resultFunc: (resultFuncArgs_0: number, resultFuncArgs_1: number | undefined, resultFuncArgs_2: number | undefined) => BookingPackageRequest<any>;
|
|
414
|
+
memoizedResultFunc: ((resultFuncArgs_0: number, resultFuncArgs_1: number | undefined, resultFuncArgs_2: number | undefined) => BookingPackageRequest<any>) & {
|
|
415
|
+
clearCache: () => void;
|
|
416
|
+
resultsCount: () => number;
|
|
417
|
+
resetResultsCount: () => void;
|
|
418
|
+
};
|
|
419
|
+
lastResult: () => BookingPackageRequest<any>;
|
|
420
|
+
dependencies: [(state: RootState) => number, ((state: {
|
|
421
|
+
booking: import("./booking-slice").BookingState;
|
|
422
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
423
|
+
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
424
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
425
|
+
apiSettings: import("../../..").ApiSettingsState;
|
|
426
|
+
}) => number | undefined) & {
|
|
427
|
+
clearCache: () => void;
|
|
428
|
+
resultsCount: () => number;
|
|
429
|
+
resetResultsCount: () => void;
|
|
430
|
+
} & {
|
|
431
|
+
resultFunc: (resultFuncArgs_0: import("../../types").TravelersFormValues | undefined) => number | undefined;
|
|
432
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../types").TravelersFormValues | undefined) => number | undefined) & {
|
|
433
|
+
clearCache: () => void;
|
|
434
|
+
resultsCount: () => number;
|
|
435
|
+
resetResultsCount: () => void;
|
|
436
|
+
};
|
|
437
|
+
lastResult: () => number | undefined;
|
|
438
|
+
dependencies: [(state: RootState) => import("../../types").TravelersFormValues | undefined];
|
|
439
|
+
recomputations: () => number;
|
|
440
|
+
resetRecomputations: () => void;
|
|
441
|
+
dependencyRecomputations: () => number;
|
|
442
|
+
resetDependencyRecomputations: () => void;
|
|
443
|
+
} & {
|
|
444
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
445
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
446
|
+
}, (state: RootState) => number | undefined];
|
|
447
|
+
recomputations: () => number;
|
|
448
|
+
resetRecomputations: () => void;
|
|
449
|
+
dependencyRecomputations: () => number;
|
|
450
|
+
resetDependencyRecomputations: () => void;
|
|
451
|
+
} & {
|
|
452
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
453
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
454
|
+
};
|
|
455
|
+
export declare const selectBookingPackageBookRequest: ((state: {
|
|
456
|
+
booking: import("./booking-slice").BookingState;
|
|
457
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
458
|
+
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
459
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
460
|
+
apiSettings: import("../../..").ApiSettingsState;
|
|
461
|
+
}) => BookingPackageRequest<BookingPackageBookRequest> | null) & {
|
|
462
|
+
clearCache: () => void;
|
|
463
|
+
resultsCount: () => number;
|
|
464
|
+
resetResultsCount: () => void;
|
|
465
|
+
} & {
|
|
466
|
+
resultFunc: (resultFuncArgs_0: BookingPackageRequest<any>, resultFuncArgs_1: import("../../types").BookingOptions, resultFuncArgs_2: string, resultFuncArgs_3: BookingPackagePax[], resultFuncArgs_4: BookingPackageAddress | undefined, resultFuncArgs_5: import("@qite/tide-client").BookingPackage | undefined, resultFuncArgs_6: boolean, resultFuncArgs_7: boolean | undefined, resultFuncArgs_8: number | undefined, resultFuncArgs_9: boolean, resultFuncArgs_10: boolean, resultFuncArgs_11: import("@qite/tide-client").BookingProductNotification[], resultFuncArgs_12: number[] | undefined, resultFuncArgs_13: string | undefined, resultFuncArgs_14: string[] | undefined) => BookingPackageRequest<BookingPackageBookRequest> | null;
|
|
467
|
+
memoizedResultFunc: ((resultFuncArgs_0: BookingPackageRequest<any>, resultFuncArgs_1: import("../../types").BookingOptions, resultFuncArgs_2: string, resultFuncArgs_3: BookingPackagePax[], resultFuncArgs_4: BookingPackageAddress | undefined, resultFuncArgs_5: import("@qite/tide-client").BookingPackage | undefined, resultFuncArgs_6: boolean, resultFuncArgs_7: boolean | undefined, resultFuncArgs_8: number | undefined, resultFuncArgs_9: boolean, resultFuncArgs_10: boolean, resultFuncArgs_11: import("@qite/tide-client").BookingProductNotification[], resultFuncArgs_12: number[] | undefined, resultFuncArgs_13: string | undefined, resultFuncArgs_14: string[] | undefined) => BookingPackageRequest<BookingPackageBookRequest> | null) & {
|
|
468
|
+
clearCache: () => void;
|
|
469
|
+
resultsCount: () => number;
|
|
470
|
+
resetResultsCount: () => void;
|
|
471
|
+
};
|
|
472
|
+
lastResult: () => BookingPackageRequest<BookingPackageBookRequest> | null;
|
|
473
|
+
dependencies: [((state: {
|
|
474
|
+
booking: import("./booking-slice").BookingState;
|
|
475
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
476
|
+
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
477
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
478
|
+
apiSettings: import("../../..").ApiSettingsState;
|
|
479
|
+
}) => BookingPackageRequest<any>) & {
|
|
480
|
+
clearCache: () => void;
|
|
481
|
+
resultsCount: () => number;
|
|
482
|
+
resetResultsCount: () => void;
|
|
483
|
+
} & {
|
|
484
|
+
resultFunc: (resultFuncArgs_0: number, resultFuncArgs_1: number | undefined, resultFuncArgs_2: number | undefined) => BookingPackageRequest<any>;
|
|
485
|
+
memoizedResultFunc: ((resultFuncArgs_0: number, resultFuncArgs_1: number | undefined, resultFuncArgs_2: number | undefined) => BookingPackageRequest<any>) & {
|
|
486
|
+
clearCache: () => void;
|
|
487
|
+
resultsCount: () => number;
|
|
488
|
+
resetResultsCount: () => void;
|
|
489
|
+
};
|
|
490
|
+
lastResult: () => BookingPackageRequest<any>;
|
|
491
|
+
dependencies: [(state: RootState) => number, ((state: {
|
|
492
|
+
booking: import("./booking-slice").BookingState;
|
|
493
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
494
|
+
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
495
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
496
|
+
apiSettings: import("../../..").ApiSettingsState;
|
|
497
|
+
}) => number | undefined) & {
|
|
498
|
+
clearCache: () => void;
|
|
499
|
+
resultsCount: () => number;
|
|
500
|
+
resetResultsCount: () => void;
|
|
501
|
+
} & {
|
|
502
|
+
resultFunc: (resultFuncArgs_0: import("../../types").TravelersFormValues | undefined) => number | undefined;
|
|
503
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../types").TravelersFormValues | undefined) => number | undefined) & {
|
|
504
|
+
clearCache: () => void;
|
|
505
|
+
resultsCount: () => number;
|
|
506
|
+
resetResultsCount: () => void;
|
|
507
|
+
};
|
|
508
|
+
lastResult: () => number | undefined;
|
|
509
|
+
dependencies: [(state: RootState) => import("../../types").TravelersFormValues | undefined];
|
|
510
|
+
recomputations: () => number;
|
|
511
|
+
resetRecomputations: () => void;
|
|
512
|
+
dependencyRecomputations: () => number;
|
|
513
|
+
resetDependencyRecomputations: () => void;
|
|
514
|
+
} & {
|
|
515
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
516
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
517
|
+
}, (state: RootState) => number | undefined];
|
|
518
|
+
recomputations: () => number;
|
|
519
|
+
resetRecomputations: () => void;
|
|
520
|
+
dependencyRecomputations: () => number;
|
|
521
|
+
resetDependencyRecomputations: () => void;
|
|
522
|
+
} & {
|
|
523
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
524
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
525
|
+
}, (state: RootState) => import("../../types").BookingOptions, (state: RootState) => string, ((state: {
|
|
526
|
+
booking: import("./booking-slice").BookingState;
|
|
527
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
528
|
+
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
529
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
530
|
+
apiSettings: import("../../..").ApiSettingsState;
|
|
531
|
+
}) => BookingPackagePax[]) & {
|
|
532
|
+
clearCache: () => void;
|
|
533
|
+
resultsCount: () => number;
|
|
534
|
+
resetResultsCount: () => void;
|
|
535
|
+
} & {
|
|
536
|
+
resultFunc: (resultFuncArgs_0: import("../../types").TravelersFormValues | undefined) => BookingPackagePax[];
|
|
537
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../types").TravelersFormValues | undefined) => BookingPackagePax[]) & {
|
|
538
|
+
clearCache: () => void;
|
|
539
|
+
resultsCount: () => number;
|
|
540
|
+
resetResultsCount: () => void;
|
|
541
|
+
};
|
|
542
|
+
lastResult: () => BookingPackagePax[];
|
|
543
|
+
dependencies: [(state: RootState) => import("../../types").TravelersFormValues | undefined];
|
|
544
|
+
recomputations: () => number;
|
|
545
|
+
resetRecomputations: () => void;
|
|
546
|
+
dependencyRecomputations: () => number;
|
|
547
|
+
resetDependencyRecomputations: () => void;
|
|
548
|
+
} & {
|
|
549
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
550
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
551
|
+
}, ((state: {
|
|
552
|
+
booking: import("./booking-slice").BookingState;
|
|
553
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
554
|
+
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
555
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
556
|
+
apiSettings: import("../../..").ApiSettingsState;
|
|
557
|
+
}) => BookingPackageAddress | undefined) & {
|
|
558
|
+
clearCache: () => void;
|
|
559
|
+
resultsCount: () => number;
|
|
560
|
+
resetResultsCount: () => void;
|
|
561
|
+
} & {
|
|
562
|
+
resultFunc: (resultFuncArgs_0: import("../../types").TravelersFormValues | undefined, resultFuncArgs_1: BookingPackagePax[], resultFuncArgs_2: string) => BookingPackageAddress | undefined;
|
|
563
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../types").TravelersFormValues | undefined, resultFuncArgs_1: BookingPackagePax[], resultFuncArgs_2: string) => BookingPackageAddress | undefined) & {
|
|
564
|
+
clearCache: () => void;
|
|
565
|
+
resultsCount: () => number;
|
|
566
|
+
resetResultsCount: () => void;
|
|
567
|
+
};
|
|
568
|
+
lastResult: () => BookingPackageAddress | undefined;
|
|
569
|
+
dependencies: [(state: RootState) => import("../../types").TravelersFormValues | undefined, ((state: {
|
|
570
|
+
booking: import("./booking-slice").BookingState;
|
|
571
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
572
|
+
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
573
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
574
|
+
apiSettings: import("../../..").ApiSettingsState;
|
|
575
|
+
}) => BookingPackagePax[]) & {
|
|
576
|
+
clearCache: () => void;
|
|
577
|
+
resultsCount: () => number;
|
|
578
|
+
resetResultsCount: () => void;
|
|
579
|
+
} & {
|
|
580
|
+
resultFunc: (resultFuncArgs_0: import("../../types").TravelersFormValues | undefined) => BookingPackagePax[];
|
|
581
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../types").TravelersFormValues | undefined) => BookingPackagePax[]) & {
|
|
582
|
+
clearCache: () => void;
|
|
583
|
+
resultsCount: () => number;
|
|
584
|
+
resetResultsCount: () => void;
|
|
585
|
+
};
|
|
586
|
+
lastResult: () => BookingPackagePax[];
|
|
587
|
+
dependencies: [(state: RootState) => import("../../types").TravelersFormValues | undefined];
|
|
588
|
+
recomputations: () => number;
|
|
589
|
+
resetRecomputations: () => void;
|
|
590
|
+
dependencyRecomputations: () => number;
|
|
591
|
+
resetDependencyRecomputations: () => void;
|
|
592
|
+
} & {
|
|
593
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
594
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
595
|
+
}, (state: RootState) => string];
|
|
596
|
+
recomputations: () => number;
|
|
597
|
+
resetRecomputations: () => void;
|
|
598
|
+
dependencyRecomputations: () => number;
|
|
599
|
+
resetDependencyRecomputations: () => void;
|
|
600
|
+
} & {
|
|
601
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
602
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
603
|
+
}, (state: RootState) => import("@qite/tide-client").BookingPackage | undefined, (state: RootState) => boolean, (state: RootState) => boolean | undefined, ((state: {
|
|
604
|
+
booking: import("./booking-slice").BookingState;
|
|
605
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
606
|
+
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
607
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
608
|
+
apiSettings: import("../../..").ApiSettingsState;
|
|
609
|
+
}) => number | undefined) & {
|
|
610
|
+
clearCache: () => void;
|
|
611
|
+
resultsCount: () => number;
|
|
612
|
+
resetResultsCount: () => void;
|
|
613
|
+
} & {
|
|
614
|
+
resultFunc: (resultFuncArgs_0: import("../../types").TravelersFormValues | undefined) => number | undefined;
|
|
615
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../types").TravelersFormValues | undefined) => number | undefined) & {
|
|
616
|
+
clearCache: () => void;
|
|
617
|
+
resultsCount: () => number;
|
|
618
|
+
resetResultsCount: () => void;
|
|
619
|
+
};
|
|
620
|
+
lastResult: () => number | undefined;
|
|
621
|
+
dependencies: [(state: RootState) => import("../../types").TravelersFormValues | undefined];
|
|
622
|
+
recomputations: () => number;
|
|
623
|
+
resetRecomputations: () => void;
|
|
624
|
+
dependencyRecomputations: () => number;
|
|
625
|
+
resetDependencyRecomputations: () => void;
|
|
626
|
+
} & {
|
|
627
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
628
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
629
|
+
}, (state: RootState) => boolean, (state: RootState) => boolean, (state: RootState) => import("@qite/tide-client").BookingProductNotification[], (state: RootState) => number[] | undefined, (state: RootState) => string | undefined, (state: RootState) => string[] | undefined];
|
|
630
|
+
recomputations: () => number;
|
|
631
|
+
resetRecomputations: () => void;
|
|
632
|
+
dependencyRecomputations: () => number;
|
|
633
|
+
resetDependencyRecomputations: () => void;
|
|
634
|
+
} & {
|
|
635
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
636
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
637
|
+
};
|
|
638
|
+
export declare const selectTravelersFirstStep: (state: any) => any;
|