@qite/tide-booking-component 1.4.95 → 1.4.96
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 +24 -24
- package/build/build-cjs/index.js +48813 -29709
- package/build/build-cjs/src/booking-product/components/age-select.d.ts +3 -3
- package/build/build-cjs/src/booking-product/components/amount-input.d.ts +5 -5
- package/build/build-cjs/src/booking-product/components/date-range-picker/calendar-day.d.ts +8 -8
- package/build/build-cjs/src/booking-product/components/date-range-picker/calendar.d.ts +14 -14
- package/build/build-cjs/src/booking-product/components/date-range-picker/index.d.ts +16 -19
- package/build/build-cjs/src/booking-product/components/dates.d.ts +8 -8
- package/build/build-cjs/src/booking-product/components/footer.d.ts +5 -5
- package/build/build-cjs/src/booking-product/components/header.d.ts +6 -6
- package/build/build-cjs/src/booking-product/components/icon.d.ts +5 -5
- package/build/build-cjs/src/booking-product/components/list-view.d.ts +2 -2
- package/build/build-cjs/src/booking-product/components/product.d.ts +4 -4
- package/build/build-cjs/src/booking-product/components/rating.d.ts +1 -1
- package/build/build-cjs/src/booking-product/components/rooms.d.ts +4 -4
- package/build/build-cjs/src/booking-product/constants.d.ts +1 -1
- package/build/build-cjs/src/booking-product/index.d.ts +4 -4
- package/build/build-cjs/src/booking-product/settings-context.d.ts +1 -2
- package/build/build-cjs/src/booking-product/types.d.ts +21 -21
- package/build/build-cjs/src/booking-product/utils/api.d.ts +11 -2
- package/build/build-cjs/src/booking-product/utils/price.d.ts +10 -1
- package/build/build-cjs/src/booking-wizard/api-settings-slice.d.ts +3 -2
- package/build/build-cjs/src/booking-wizard/components/icon.d.ts +5 -5
- package/build/build-cjs/src/booking-wizard/components/labeled-input.d.ts +13 -13
- package/build/build-cjs/src/booking-wizard/components/labeled-select.d.ts +16 -16
- package/build/build-cjs/src/booking-wizard/components/message.d.ts +4 -4
- package/build/build-cjs/src/booking-wizard/components/multi-range-filter.d.ts +6 -6
- package/build/build-cjs/src/booking-wizard/components/phone-input.d.ts +11 -11
- package/build/build-cjs/src/booking-wizard/components/print-offer-button.d.ts +11 -11
- package/build/build-cjs/src/booking-wizard/components/product-card.d.ts +3 -3
- package/build/build-cjs/src/booking-wizard/components/step-indicator.d.ts +1 -1
- package/build/build-cjs/src/booking-wizard/components/step-route.d.ts +3 -3
- package/build/build-cjs/src/booking-wizard/features/booking/api.d.ts +26 -7
- package/build/build-cjs/src/booking-wizard/features/booking/booking-self-contained.d.ts +3 -3
- package/build/build-cjs/src/booking-wizard/features/booking/booking-slice.d.ts +102 -43
- package/build/build-cjs/src/booking-wizard/features/booking/booking.d.ts +3 -3
- package/build/build-cjs/src/booking-wizard/features/booking/constants.d.ts +8 -1
- package/build/build-cjs/src/booking-wizard/features/booking/selectors.d.ts +644 -479
- package/build/build-cjs/src/booking-wizard/features/confirmation/confirmation.d.ts +1 -2
- package/build/build-cjs/src/booking-wizard/features/error/error.d.ts +1 -2
- package/build/build-cjs/src/booking-wizard/features/flight-options/flight-filter.d.ts +3 -3
- package/build/build-cjs/src/booking-wizard/features/flight-options/flight-option-flight.d.ts +2 -2
- package/build/build-cjs/src/booking-wizard/features/flight-options/flight-option.d.ts +4 -4
- package/build/build-cjs/src/booking-wizard/features/flight-options/flight-utils.d.ts +9 -2
- package/build/build-cjs/src/booking-wizard/features/flight-options/index.d.ts +1 -2
- package/build/build-cjs/src/booking-wizard/features/price-details/price-details-api.d.ts +6 -1
- package/build/build-cjs/src/booking-wizard/features/price-details/price-details-slice.d.ts +15 -10
- package/build/build-cjs/src/booking-wizard/features/price-details/selectors.d.ts +302 -287
- package/build/build-cjs/src/booking-wizard/features/product-options/none-option.d.ts +3 -3
- package/build/build-cjs/src/booking-wizard/features/product-options/option-booking-airline-group.d.ts +2 -2
- package/build/build-cjs/src/booking-wizard/features/product-options/option-booking-group.d.ts +6 -6
- package/build/build-cjs/src/booking-wizard/features/product-options/option-item.d.ts +5 -5
- package/build/build-cjs/src/booking-wizard/features/product-options/option-pax-card.d.ts +4 -4
- package/build/build-cjs/src/booking-wizard/features/product-options/option-pax-group.d.ts +7 -7
- package/build/build-cjs/src/booking-wizard/features/product-options/option-room.d.ts +5 -5
- package/build/build-cjs/src/booking-wizard/features/product-options/option-unit-group.d.ts +7 -7
- package/build/build-cjs/src/booking-wizard/features/product-options/option-units-card.d.ts +3 -3
- package/build/build-cjs/src/booking-wizard/features/product-options/options-form.d.ts +1 -2
- package/build/build-cjs/src/booking-wizard/features/room-options/index.d.ts +1 -2
- package/build/build-cjs/src/booking-wizard/features/room-options/room-utils.d.ts +19 -6
- package/build/build-cjs/src/booking-wizard/features/room-options/room.d.ts +6 -6
- package/build/build-cjs/src/booking-wizard/features/room-options/traveler-rooms.d.ts +3 -3
- package/build/build-cjs/src/booking-wizard/features/sidebar/index.d.ts +2 -2
- package/build/build-cjs/src/booking-wizard/features/sidebar/sidebar-flight.d.ts +2 -2
- package/build/build-cjs/src/booking-wizard/features/sidebar/sidebar-util.d.ts +4 -2
- package/build/build-cjs/src/booking-wizard/features/sidebar/sidebar.d.ts +24 -24
- package/build/build-cjs/src/booking-wizard/features/summary/summary-booking-option-pax.d.ts +1 -1
- package/build/build-cjs/src/booking-wizard/features/summary/summary-booking-option-unit.d.ts +1 -1
- package/build/build-cjs/src/booking-wizard/features/summary/summary-flight.d.ts +2 -2
- package/build/build-cjs/src/booking-wizard/features/summary/summary-per-booking-option-group.d.ts +1 -1
- package/build/build-cjs/src/booking-wizard/features/summary/summary-per-pax-option-group.d.ts +1 -1
- package/build/build-cjs/src/booking-wizard/features/summary/summary-per-unit-option-group.d.ts +1 -1
- package/build/build-cjs/src/booking-wizard/features/summary/summary-slice.d.ts +3 -3
- package/build/build-cjs/src/booking-wizard/features/summary/summary.d.ts +1 -2
- package/build/build-cjs/src/booking-wizard/features/travelers-form/travelers-form-slice.d.ts +75 -75
- package/build/build-cjs/src/booking-wizard/features/travelers-form/travelers-form-util.d.ts +4 -4
- package/build/build-cjs/src/booking-wizard/features/travelers-form/travelers-form.d.ts +1 -2
- package/build/build-cjs/src/booking-wizard/features/travelers-form/type-ahead-input.d.ts +11 -11
- package/build/build-cjs/src/booking-wizard/features/travelers-form/validate-form.d.ts +8 -1
- package/build/build-cjs/src/booking-wizard/index.d.ts +6 -6
- package/build/build-cjs/src/booking-wizard/settings-context.d.ts +1 -2
- package/build/build-cjs/src/booking-wizard/store.d.ts +40 -22
- package/build/build-cjs/src/booking-wizard/types.d.ts +240 -240
- package/build/build-cjs/src/booking-wizard/use-offer-printer.d.ts +8 -8
- package/build/build-cjs/src/content/components/LanguageSwitcher.d.ts +5 -5
- package/build/build-cjs/src/content/components/accordion.d.ts +4 -4
- package/build/build-cjs/src/content/components/breadcrumb.d.ts +7 -7
- package/build/build-cjs/src/content/components/faq.d.ts +4 -4
- package/build/build-cjs/src/content/components/gallery.d.ts +6 -6
- package/build/build-cjs/src/content/components/icon.d.ts +5 -5
- package/build/build-cjs/src/content/components/image-with-text.d.ts +18 -18
- package/build/build-cjs/src/content/components/slider.d.ts +5 -5
- package/build/build-cjs/src/content/featured-trips/types.d.ts +8 -8
- package/build/build-cjs/src/content/features/content-page/content-page-self-contained.d.ts +1 -1
- package/build/build-cjs/src/content/footer/types.d.ts +17 -17
- package/build/build-cjs/src/content/header/types.d.ts +23 -20
- package/build/build-cjs/src/content/image-card-grid/types.d.ts +8 -8
- package/build/build-cjs/src/content/image-with-text-section/types.d.ts +15 -15
- package/build/build-cjs/src/content/login/login-services.d.ts +6 -1
- package/build/build-cjs/src/content/login/types.d.ts +19 -19
- package/build/build-cjs/src/content/navbar/placeholderData.d.ts +2 -2
- package/build/build-cjs/src/content/navbar/types.d.ts +22 -22
- package/build/build-cjs/src/index.d.ts +17 -1
- package/build/build-cjs/src/qsm/components/date-range-picker/calendar-day.d.ts +7 -7
- package/build/build-cjs/src/qsm/components/date-range-picker/calendar.d.ts +18 -18
- package/build/build-cjs/src/qsm/components/date-range-picker/index.d.ts +5 -5
- package/build/build-cjs/src/qsm/components/double-search-input-group/index.d.ts +2 -2
- package/build/build-cjs/src/qsm/components/icon.d.ts +5 -5
- package/build/build-cjs/src/qsm/components/item-picker/index.d.ts +7 -7
- package/build/build-cjs/src/qsm/components/search-input/index.d.ts +9 -9
- package/build/build-cjs/src/qsm/components/search-input-group/index.d.ts +7 -7
- package/build/build-cjs/src/qsm/index.d.ts +1 -1
- package/build/build-cjs/src/qsm/store/qsm-slice.d.ts +110 -58
- package/build/build-cjs/src/qsm/store/qsm-store.d.ts +20 -7
- package/build/build-cjs/src/qsm/types.d.ts +59 -59
- package/build/build-cjs/src/search-results/components/filters/filters.d.ts +5 -5
- package/build/build-cjs/src/search-results/components/filters/flight-filters.d.ts +3 -3
- package/build/build-cjs/src/search-results/components/flight/flight-banner.d.ts +2 -2
- package/build/build-cjs/src/search-results/components/flight/flight-card.d.ts +1 -1
- package/build/build-cjs/src/search-results/components/flight/flight-leg.d.ts +1 -1
- package/build/build-cjs/src/search-results/components/flight/flight-path.d.ts +1 -1
- package/build/build-cjs/src/search-results/components/flight/flight-results.d.ts +2 -2
- package/build/build-cjs/src/search-results/components/flight/flight-search-context/index.d.ts +29 -29
- package/build/build-cjs/src/search-results/components/flight/flight-selection/independent-flight-option.d.ts +5 -5
- package/build/build-cjs/src/search-results/components/flight/flight-selection/independent-flight-selection.d.ts +1 -1
- package/build/build-cjs/src/search-results/components/flight/flight-selection/index.d.ts +2 -2
- package/build/build-cjs/src/search-results/components/flight/flight-selection/paired-flight-option.d.ts +1 -1
- package/build/build-cjs/src/search-results/components/flight/flight-selection/paired-flight-selection.d.ts +1 -1
- package/build/build-cjs/src/search-results/components/group-tour/group-tour-card.d.ts +3 -3
- package/build/build-cjs/src/search-results/components/group-tour/group-tour-results.d.ts +1 -1
- package/build/build-cjs/src/search-results/components/hotel/hotel-accommodation-results.d.ts +1 -1
- package/build/build-cjs/src/search-results/components/hotel/hotel-card.d.ts +2 -2
- package/build/build-cjs/src/search-results/components/icon.d.ts +6 -6
- package/build/build-cjs/src/search-results/components/item-picker/index.d.ts +8 -8
- package/build/build-cjs/src/search-results/components/itinerary/index.d.ts +3 -3
- package/build/build-cjs/src/search-results/components/multi-range-filter.d.ts +6 -6
- package/build/build-cjs/src/search-results/components/round-trip/round-trip-results.d.ts +1 -2
- package/build/build-cjs/src/search-results/components/search-results-container/flight-search-results.d.ts +1 -1
- package/build/build-cjs/src/search-results/components/tab-views/index.d.ts +1 -2
- package/build/build-cjs/src/search-results/features/flights/flight-search-results-self-contained.d.ts +1 -2
- package/build/build-cjs/src/search-results/features/hotels/hotel-flight-search-results-self-contained.d.ts +1 -2
- package/build/build-cjs/src/search-results/features/hotels/hotel-search-results-self-contained.d.ts +1 -2
- package/build/build-cjs/src/search-results/features/roundtrips/roundtrip-search-results-self-contained.d.ts +1 -2
- package/build/build-cjs/src/search-results/index.d.ts +1 -1
- package/build/build-cjs/src/search-results/store/search-results-slice.d.ts +63 -26
- package/build/build-cjs/src/search-results/store/search-results-store.d.ts +20 -7
- package/build/build-cjs/src/search-results/types.d.ts +104 -104
- package/build/build-cjs/src/search-results/utils/flight-utils.d.ts +6 -1
- package/build/build-cjs/src/search-results/utils/search-results-utils.d.ts +10 -2
- package/build/build-cjs/src/shared/components/flyin/accommodation-flyin.d.ts +3 -3
- package/build/build-cjs/src/shared/components/flyin/flights-flyin.d.ts +2 -2
- package/build/build-cjs/src/shared/components/flyin/flyin.d.ts +7 -7
- package/build/build-cjs/src/shared/components/flyin/group-tour-flyin.d.ts +3 -3
- package/build/build-cjs/src/shared/components/icon.d.ts +5 -5
- package/build/build-cjs/src/shared/components/loader.d.ts +1 -1
- package/build/build-cjs/src/shared/types.d.ts +9 -9
- package/build/build-cjs/src/shared/utils/localization-util.d.ts +395 -396
- package/build/build-esm/index.js +48531 -29650
- package/build/build-esm/src/booking-product/components/age-select.d.ts +3 -3
- package/build/build-esm/src/booking-product/components/amount-input.d.ts +5 -5
- package/build/build-esm/src/booking-product/components/date-range-picker/calendar-day.d.ts +8 -8
- package/build/build-esm/src/booking-product/components/date-range-picker/calendar.d.ts +14 -14
- package/build/build-esm/src/booking-product/components/date-range-picker/index.d.ts +16 -19
- package/build/build-esm/src/booking-product/components/dates.d.ts +8 -8
- package/build/build-esm/src/booking-product/components/footer.d.ts +5 -5
- package/build/build-esm/src/booking-product/components/header.d.ts +6 -6
- package/build/build-esm/src/booking-product/components/icon.d.ts +5 -5
- package/build/build-esm/src/booking-product/components/list-view.d.ts +2 -2
- package/build/build-esm/src/booking-product/components/product.d.ts +4 -4
- package/build/build-esm/src/booking-product/components/rating.d.ts +1 -1
- package/build/build-esm/src/booking-product/components/rooms.d.ts +4 -4
- package/build/build-esm/src/booking-product/constants.d.ts +1 -1
- package/build/build-esm/src/booking-product/index.d.ts +4 -4
- package/build/build-esm/src/booking-product/settings-context.d.ts +1 -2
- package/build/build-esm/src/booking-product/types.d.ts +21 -21
- package/build/build-esm/src/booking-product/utils/api.d.ts +11 -2
- package/build/build-esm/src/booking-product/utils/price.d.ts +10 -1
- package/build/build-esm/src/booking-wizard/api-settings-slice.d.ts +3 -2
- package/build/build-esm/src/booking-wizard/components/icon.d.ts +5 -5
- package/build/build-esm/src/booking-wizard/components/labeled-input.d.ts +13 -13
- package/build/build-esm/src/booking-wizard/components/labeled-select.d.ts +16 -16
- package/build/build-esm/src/booking-wizard/components/message.d.ts +4 -4
- package/build/build-esm/src/booking-wizard/components/multi-range-filter.d.ts +6 -6
- package/build/build-esm/src/booking-wizard/components/phone-input.d.ts +11 -11
- package/build/build-esm/src/booking-wizard/components/print-offer-button.d.ts +11 -11
- package/build/build-esm/src/booking-wizard/components/product-card.d.ts +3 -3
- package/build/build-esm/src/booking-wizard/components/step-indicator.d.ts +1 -1
- package/build/build-esm/src/booking-wizard/components/step-route.d.ts +3 -3
- package/build/build-esm/src/booking-wizard/features/booking/api.d.ts +26 -7
- package/build/build-esm/src/booking-wizard/features/booking/booking-self-contained.d.ts +3 -3
- package/build/build-esm/src/booking-wizard/features/booking/booking-slice.d.ts +102 -43
- package/build/build-esm/src/booking-wizard/features/booking/booking.d.ts +3 -3
- package/build/build-esm/src/booking-wizard/features/booking/constants.d.ts +8 -1
- package/build/build-esm/src/booking-wizard/features/booking/selectors.d.ts +644 -479
- package/build/build-esm/src/booking-wizard/features/confirmation/confirmation.d.ts +1 -2
- package/build/build-esm/src/booking-wizard/features/error/error.d.ts +1 -2
- package/build/build-esm/src/booking-wizard/features/flight-options/flight-filter.d.ts +3 -3
- package/build/build-esm/src/booking-wizard/features/flight-options/flight-option-flight.d.ts +2 -2
- package/build/build-esm/src/booking-wizard/features/flight-options/flight-option.d.ts +4 -4
- package/build/build-esm/src/booking-wizard/features/flight-options/flight-utils.d.ts +9 -2
- package/build/build-esm/src/booking-wizard/features/flight-options/index.d.ts +1 -2
- package/build/build-esm/src/booking-wizard/features/price-details/price-details-api.d.ts +6 -1
- package/build/build-esm/src/booking-wizard/features/price-details/price-details-slice.d.ts +15 -10
- package/build/build-esm/src/booking-wizard/features/price-details/selectors.d.ts +302 -287
- package/build/build-esm/src/booking-wizard/features/product-options/none-option.d.ts +3 -3
- package/build/build-esm/src/booking-wizard/features/product-options/option-booking-airline-group.d.ts +2 -2
- package/build/build-esm/src/booking-wizard/features/product-options/option-booking-group.d.ts +6 -6
- package/build/build-esm/src/booking-wizard/features/product-options/option-item.d.ts +5 -5
- package/build/build-esm/src/booking-wizard/features/product-options/option-pax-card.d.ts +4 -4
- package/build/build-esm/src/booking-wizard/features/product-options/option-pax-group.d.ts +7 -7
- package/build/build-esm/src/booking-wizard/features/product-options/option-room.d.ts +5 -5
- package/build/build-esm/src/booking-wizard/features/product-options/option-unit-group.d.ts +7 -7
- package/build/build-esm/src/booking-wizard/features/product-options/option-units-card.d.ts +3 -3
- package/build/build-esm/src/booking-wizard/features/product-options/options-form.d.ts +1 -2
- package/build/build-esm/src/booking-wizard/features/room-options/index.d.ts +1 -2
- package/build/build-esm/src/booking-wizard/features/room-options/room-utils.d.ts +19 -6
- package/build/build-esm/src/booking-wizard/features/room-options/room.d.ts +6 -6
- package/build/build-esm/src/booking-wizard/features/room-options/traveler-rooms.d.ts +3 -3
- package/build/build-esm/src/booking-wizard/features/sidebar/index.d.ts +2 -2
- package/build/build-esm/src/booking-wizard/features/sidebar/sidebar-flight.d.ts +2 -2
- package/build/build-esm/src/booking-wizard/features/sidebar/sidebar-util.d.ts +4 -2
- package/build/build-esm/src/booking-wizard/features/sidebar/sidebar.d.ts +24 -24
- package/build/build-esm/src/booking-wizard/features/summary/summary-booking-option-pax.d.ts +1 -1
- package/build/build-esm/src/booking-wizard/features/summary/summary-booking-option-unit.d.ts +1 -1
- package/build/build-esm/src/booking-wizard/features/summary/summary-flight.d.ts +2 -2
- package/build/build-esm/src/booking-wizard/features/summary/summary-per-booking-option-group.d.ts +1 -1
- package/build/build-esm/src/booking-wizard/features/summary/summary-per-pax-option-group.d.ts +1 -1
- package/build/build-esm/src/booking-wizard/features/summary/summary-per-unit-option-group.d.ts +1 -1
- package/build/build-esm/src/booking-wizard/features/summary/summary-slice.d.ts +3 -3
- package/build/build-esm/src/booking-wizard/features/summary/summary.d.ts +1 -2
- package/build/build-esm/src/booking-wizard/features/travelers-form/travelers-form-slice.d.ts +75 -75
- package/build/build-esm/src/booking-wizard/features/travelers-form/travelers-form-util.d.ts +4 -4
- package/build/build-esm/src/booking-wizard/features/travelers-form/travelers-form.d.ts +1 -2
- package/build/build-esm/src/booking-wizard/features/travelers-form/type-ahead-input.d.ts +11 -11
- package/build/build-esm/src/booking-wizard/features/travelers-form/validate-form.d.ts +8 -1
- package/build/build-esm/src/booking-wizard/index.d.ts +6 -6
- package/build/build-esm/src/booking-wizard/settings-context.d.ts +1 -2
- package/build/build-esm/src/booking-wizard/store.d.ts +40 -22
- package/build/build-esm/src/booking-wizard/types.d.ts +240 -240
- package/build/build-esm/src/booking-wizard/use-offer-printer.d.ts +8 -8
- package/build/build-esm/src/content/components/LanguageSwitcher.d.ts +5 -5
- package/build/build-esm/src/content/components/accordion.d.ts +4 -4
- package/build/build-esm/src/content/components/breadcrumb.d.ts +7 -7
- package/build/build-esm/src/content/components/faq.d.ts +4 -4
- package/build/build-esm/src/content/components/gallery.d.ts +6 -6
- package/build/build-esm/src/content/components/icon.d.ts +5 -5
- package/build/build-esm/src/content/components/image-with-text.d.ts +18 -18
- package/build/build-esm/src/content/components/slider.d.ts +5 -5
- package/build/build-esm/src/content/featured-trips/types.d.ts +8 -8
- package/build/build-esm/src/content/features/content-page/content-page-self-contained.d.ts +1 -1
- package/build/build-esm/src/content/footer/types.d.ts +17 -17
- package/build/build-esm/src/content/header/types.d.ts +23 -20
- package/build/build-esm/src/content/image-card-grid/types.d.ts +8 -8
- package/build/build-esm/src/content/image-with-text-section/types.d.ts +15 -15
- package/build/build-esm/src/content/login/login-services.d.ts +6 -1
- package/build/build-esm/src/content/login/types.d.ts +19 -19
- package/build/build-esm/src/content/navbar/placeholderData.d.ts +2 -2
- package/build/build-esm/src/content/navbar/types.d.ts +22 -22
- package/build/build-esm/src/index.d.ts +17 -1
- package/build/build-esm/src/qsm/components/date-range-picker/calendar-day.d.ts +7 -7
- package/build/build-esm/src/qsm/components/date-range-picker/calendar.d.ts +18 -18
- package/build/build-esm/src/qsm/components/date-range-picker/index.d.ts +5 -5
- package/build/build-esm/src/qsm/components/double-search-input-group/index.d.ts +2 -2
- package/build/build-esm/src/qsm/components/icon.d.ts +5 -5
- package/build/build-esm/src/qsm/components/item-picker/index.d.ts +7 -7
- package/build/build-esm/src/qsm/components/search-input/index.d.ts +9 -9
- package/build/build-esm/src/qsm/components/search-input-group/index.d.ts +7 -7
- package/build/build-esm/src/qsm/index.d.ts +1 -1
- package/build/build-esm/src/qsm/store/qsm-slice.d.ts +110 -58
- package/build/build-esm/src/qsm/store/qsm-store.d.ts +20 -7
- package/build/build-esm/src/qsm/types.d.ts +59 -59
- package/build/build-esm/src/search-results/components/filters/filters.d.ts +5 -5
- package/build/build-esm/src/search-results/components/filters/flight-filters.d.ts +3 -3
- package/build/build-esm/src/search-results/components/flight/flight-banner.d.ts +2 -2
- package/build/build-esm/src/search-results/components/flight/flight-card.d.ts +1 -1
- package/build/build-esm/src/search-results/components/flight/flight-leg.d.ts +1 -1
- package/build/build-esm/src/search-results/components/flight/flight-path.d.ts +1 -1
- package/build/build-esm/src/search-results/components/flight/flight-results.d.ts +2 -2
- package/build/build-esm/src/search-results/components/flight/flight-search-context/index.d.ts +29 -29
- package/build/build-esm/src/search-results/components/flight/flight-selection/independent-flight-option.d.ts +5 -5
- package/build/build-esm/src/search-results/components/flight/flight-selection/independent-flight-selection.d.ts +1 -1
- package/build/build-esm/src/search-results/components/flight/flight-selection/index.d.ts +2 -2
- package/build/build-esm/src/search-results/components/flight/flight-selection/paired-flight-option.d.ts +1 -1
- package/build/build-esm/src/search-results/components/flight/flight-selection/paired-flight-selection.d.ts +1 -1
- package/build/build-esm/src/search-results/components/group-tour/group-tour-card.d.ts +3 -3
- package/build/build-esm/src/search-results/components/group-tour/group-tour-results.d.ts +1 -1
- package/build/build-esm/src/search-results/components/hotel/hotel-accommodation-results.d.ts +1 -1
- package/build/build-esm/src/search-results/components/hotel/hotel-card.d.ts +2 -2
- package/build/build-esm/src/search-results/components/icon.d.ts +6 -6
- package/build/build-esm/src/search-results/components/item-picker/index.d.ts +8 -8
- package/build/build-esm/src/search-results/components/itinerary/index.d.ts +3 -3
- package/build/build-esm/src/search-results/components/multi-range-filter.d.ts +6 -6
- package/build/build-esm/src/search-results/components/round-trip/round-trip-results.d.ts +1 -2
- package/build/build-esm/src/search-results/components/search-results-container/flight-search-results.d.ts +1 -1
- package/build/build-esm/src/search-results/components/tab-views/index.d.ts +1 -2
- package/build/build-esm/src/search-results/features/flights/flight-search-results-self-contained.d.ts +1 -2
- package/build/build-esm/src/search-results/features/hotels/hotel-flight-search-results-self-contained.d.ts +1 -2
- package/build/build-esm/src/search-results/features/hotels/hotel-search-results-self-contained.d.ts +1 -2
- package/build/build-esm/src/search-results/features/roundtrips/roundtrip-search-results-self-contained.d.ts +1 -2
- package/build/build-esm/src/search-results/index.d.ts +1 -1
- package/build/build-esm/src/search-results/store/search-results-slice.d.ts +63 -26
- package/build/build-esm/src/search-results/store/search-results-store.d.ts +20 -7
- package/build/build-esm/src/search-results/types.d.ts +104 -104
- package/build/build-esm/src/search-results/utils/flight-utils.d.ts +6 -1
- package/build/build-esm/src/search-results/utils/search-results-utils.d.ts +10 -2
- package/build/build-esm/src/shared/components/flyin/accommodation-flyin.d.ts +3 -3
- package/build/build-esm/src/shared/components/flyin/flights-flyin.d.ts +2 -2
- package/build/build-esm/src/shared/components/flyin/flyin.d.ts +7 -7
- package/build/build-esm/src/shared/components/flyin/group-tour-flyin.d.ts +3 -3
- package/build/build-esm/src/shared/components/icon.d.ts +5 -5
- package/build/build-esm/src/shared/components/loader.d.ts +1 -1
- package/build/build-esm/src/shared/types.d.ts +9 -9
- package/build/build-esm/src/shared/utils/localization-util.d.ts +395 -396
- package/package.json +83 -83
- package/rollup.config.js +16 -16
- package/src/booking-product/components/date-range-picker/calendar-day.tsx +46 -46
- package/src/booking-product/components/date-range-picker/index.tsx +185 -185
- package/src/booking-product/components/dates.tsx +153 -153
- package/src/booking-product/components/product.tsx +379 -379
- package/src/booking-wizard/components/step-indicator.tsx +57 -57
- package/src/booking-wizard/components/step-route.tsx +26 -26
- package/src/booking-wizard/features/booking/api.ts +44 -44
- package/src/booking-wizard/features/booking/booking-self-contained.tsx +318 -318
- package/src/booking-wizard/features/booking/booking-slice.ts +633 -633
- package/src/booking-wizard/features/booking/booking.tsx +342 -342
- package/src/booking-wizard/features/booking/constants.ts +16 -16
- package/src/booking-wizard/features/booking/selectors.ts +411 -411
- package/src/booking-wizard/features/confirmation/confirmation.tsx +90 -90
- package/src/booking-wizard/features/error/error.tsx +71 -71
- package/src/booking-wizard/features/flight-options/index.tsx +166 -166
- package/src/booking-wizard/features/price-details/price-details-slice.ts +79 -79
- package/src/booking-wizard/features/price-details/selectors.ts +118 -118
- package/src/booking-wizard/features/product-options/option-units-card.tsx +148 -148
- package/src/booking-wizard/features/product-options/options-form.tsx +382 -382
- package/src/booking-wizard/features/room-options/index.tsx +132 -132
- package/src/booking-wizard/features/sidebar/index.tsx +83 -83
- package/src/booking-wizard/features/sidebar/sidebar-util.ts +147 -147
- package/src/booking-wizard/features/sidebar/sidebar.tsx +344 -332
- package/src/booking-wizard/features/summary/summary.tsx +562 -562
- package/src/booking-wizard/features/travelers-form/controls/gender-control.tsx +60 -60
- package/src/booking-wizard/features/travelers-form/travelers-form.tsx +1101 -1101
- package/src/booking-wizard/settings-context.ts +64 -64
- package/src/booking-wizard/types.ts +332 -332
- package/src/content/components/breadcrumb.tsx +67 -67
- package/src/content/components/faq.tsx +42 -42
- package/src/content/components/gallery.tsx +153 -153
- package/src/content/components/icon.tsx +695 -695
- package/src/content/components/image-with-text.tsx +120 -120
- package/src/content/components/login.tsx +162 -162
- package/src/content/components/slider.tsx +237 -237
- package/src/content/featured-trips/featured-trip-card.tsx +48 -48
- package/src/content/featured-trips/index.tsx +19 -19
- package/src/content/featured-trips/types.ts +13 -13
- package/src/content/features/content-page/content-page-self-contained.tsx +895 -895
- package/src/content/footer/index.tsx +159 -159
- package/src/content/footer/types.ts +36 -36
- package/src/content/image-card-grid/index.tsx +34 -34
- package/src/content/image-card-grid/types.ts +13 -13
- package/src/content/image-with-text-section/card.tsx +58 -58
- package/src/content/image-with-text-section/index.tsx +22 -22
- package/src/content/image-with-text-section/types.ts +20 -20
- package/src/content/login/confirm-component.tsx +149 -149
- package/src/content/login/index.tsx +70 -70
- package/src/content/login/login-component.tsx +159 -159
- package/src/content/login/login-services.ts +109 -109
- package/src/content/login/reset-password-component.tsx +191 -191
- package/src/content/login/types.ts +29 -29
- package/src/content/navbar/index.tsx +354 -354
- package/src/content/navbar/placeholderData.tsx +173 -173
- package/src/content/navbar/types.ts +43 -43
- package/src/index.ts +44 -44
- package/src/qsm/components/QSMContainer/qsm-container.tsx +512 -512
- package/src/qsm/components/double-search-input-group/index.tsx +78 -78
- package/src/qsm/components/icon.tsx +354 -354
- package/src/qsm/components/item-picker/index.tsx +69 -69
- package/src/qsm/components/mobile-filter-modal/index.tsx +307 -307
- package/src/qsm/components/search-input/index.tsx +91 -91
- package/src/qsm/components/search-input-group/index.tsx +199 -199
- package/src/qsm/components/travel-class-picker/index.tsx +28 -28
- package/src/qsm/components/travel-input/index.tsx +243 -243
- package/src/qsm/components/travel-input-group/index.tsx +114 -114
- package/src/qsm/components/travel-nationality-picker/index.tsx +28 -28
- package/src/qsm/components/travel-type-picker/index.tsx +28 -28
- package/src/qsm/qsm-configuration-context.ts +31 -31
- package/src/qsm/store/qsm-slice.ts +275 -275
- package/src/qsm/types.ts +110 -110
- package/src/search-results/components/filters/filters.tsx +230 -230
- package/src/search-results/components/filters/flight-filters.tsx +671 -671
- package/src/search-results/components/flight/flight-banner.tsx +35 -35
- package/src/search-results/components/flight/flight-results.tsx +208 -208
- package/src/search-results/components/flight/flight-search-context/index.tsx +628 -628
- package/src/search-results/components/flight/flight-selection/independent-flight-option.tsx +147 -147
- package/src/search-results/components/flight/flight-selection/independent-flight-selection.tsx +172 -172
- package/src/search-results/components/flight/flight-selection/index.tsx +19 -19
- package/src/search-results/components/flight/flight-selection/paired-flight-option.tsx +255 -255
- package/src/search-results/components/flight/flight-selection/paired-flight-selection.tsx +38 -38
- package/src/search-results/components/group-tour/group-tour-card.tsx +105 -105
- package/src/search-results/components/group-tour/group-tour-results.tsx +62 -62
- package/src/search-results/components/hotel/hotel-accommodation-results.tsx +176 -176
- package/src/search-results/components/hotel/hotel-card.tsx +113 -113
- package/src/search-results/components/icon.tsx +680 -680
- package/src/search-results/components/item-picker/index.tsx +81 -81
- package/src/search-results/components/itinerary/index.tsx +310 -310
- package/src/search-results/components/round-trip/round-trip-results.tsx +199 -199
- package/src/search-results/components/search-results-container/flight-search-results.tsx +137 -137
- package/src/search-results/components/search-results-container/search-results-container.tsx +893 -893
- package/src/search-results/components/spinner/spinner.tsx +16 -16
- package/src/search-results/components/tab-views/index.tsx +53 -53
- package/src/search-results/features/flights/flight-search-results-self-contained.tsx +294 -294
- package/src/search-results/features/hotels/hotel-flight-search-results-self-contained.tsx +143 -143
- package/src/search-results/features/hotels/hotel-search-results-self-contained.tsx +220 -220
- package/src/search-results/features/roundtrips/roundtrip-search-results-self-contained.tsx +65 -65
- package/src/search-results/store/search-results-slice.ts +158 -158
- package/src/search-results/types.ts +181 -181
- package/src/search-results/utils/flight-utils.ts +93 -93
- package/src/search-results/utils/search-results-utils.ts +251 -251
- package/src/shared/components/flyin/accommodation-flyin.tsx +422 -422
- package/src/shared/components/flyin/flights-flyin.tsx +503 -503
- package/src/shared/components/flyin/flyin.tsx +82 -82
- package/src/shared/components/flyin/group-tour-flyin.tsx +293 -293
- package/src/shared/components/icon.tsx +826 -826
- package/src/shared/translations/ar-SA.json +382 -382
- package/src/shared/translations/da-DK.json +382 -382
- package/src/shared/translations/de-DE.json +382 -382
- package/src/shared/translations/en-GB.json +386 -386
- package/src/shared/translations/es-ES.json +382 -382
- package/src/shared/translations/fr-BE.json +386 -386
- package/src/shared/translations/fr-FR.json +382 -382
- package/src/shared/translations/is-IS.json +382 -382
- package/src/shared/translations/it-IT.json +382 -382
- package/src/shared/translations/ja-JP.json +382 -382
- package/src/shared/translations/nl-BE.json +386 -386
- package/src/shared/translations/nl-NL.json +382 -382
- package/src/shared/translations/no-NO.json +382 -382
- package/src/shared/translations/pl-PL.json +382 -382
- package/src/shared/translations/pt-PT.json +382 -382
- package/src/shared/translations/sv-SE.json +382 -382
- package/src/shared/types.ts +31 -31
- package/src/shared/utils/localization-util.ts +275 -275
- package/styles/booking-search-results-variables.scss +728 -728
- package/styles/booking-search-results.scss +53 -53
- package/styles/components/_booking.scss +872 -872
- package/styles/components/_content.scss +336 -336
- package/styles/components/_flyin.scss +727 -727
- package/styles/components/_footer.scss +141 -141
- package/styles/components/_form.scss +1634 -1634
- package/styles/components/_image-with-text.scss +206 -206
- package/styles/components/_login.scss +140 -140
- package/styles/components/_navbar.scss +765 -765
- package/styles/components/_pricing-summary.scss +163 -163
- package/styles/components/_search.scss +2009 -2009
- package/styles/components/_tree.scss +648 -648
- package/styles/content-blocks.scss +64 -64
|
@@ -3,251 +3,330 @@ import { RootState } from '../../store';
|
|
|
3
3
|
import { Room } from '../../types';
|
|
4
4
|
export declare const selectHasMounted: (state: RootState) => boolean;
|
|
5
5
|
export declare const selectIsFetching: (state: RootState) => boolean | undefined;
|
|
6
|
-
export declare const selectCurrentStep: (state: RootState) => import(
|
|
6
|
+
export declare const selectCurrentStep: (state: RootState) => import('./constants').BookingStep;
|
|
7
7
|
export declare const selectGeneratePaymentUrl: (state: RootState) => boolean;
|
|
8
8
|
export declare const selectSkipPaymentWithAgent: (state: RootState) => boolean;
|
|
9
9
|
export declare const selectIsFetchingProductOptions: (state: RootState) => boolean;
|
|
10
|
-
export declare const selectDepartureFlight: (state: RootState) => import(
|
|
11
|
-
export declare const selectReturnFlight: (state: RootState) => import(
|
|
12
|
-
export declare const selectPackageRooms: (state: RootState) => import(
|
|
10
|
+
export declare const selectDepartureFlight: (state: RootState) => import('@qite/tide-client').BookingPackageFlight | undefined;
|
|
11
|
+
export declare const selectReturnFlight: (state: RootState) => import('@qite/tide-client').BookingPackageFlight | undefined;
|
|
12
|
+
export declare const selectPackageRooms: (state: RootState) => import('@qite/tide-client').BookingPackageRoom[] | undefined;
|
|
13
13
|
export declare const selectIncludedServiceTypes: (state: RootState) => number[] | undefined;
|
|
14
|
-
export declare const selectAvailabilities: (state: RootState) => import(
|
|
15
|
-
export declare const selectPackageTags: (state: RootState) => import(
|
|
14
|
+
export declare const selectAvailabilities: (state: RootState) => import('@qite/tide-client').BookingPackageAvailability[] | undefined;
|
|
15
|
+
export declare const selectPackageTags: (state: RootState) => import('@qite/tide-client').BookingPackageTag[] | undefined;
|
|
16
16
|
export declare const selectIsOnRequest: (state: RootState) => boolean | undefined;
|
|
17
|
-
export declare const selectPackageOptionUnits: (state: RootState) => import(
|
|
18
|
-
export declare const selectPackageOptionPax: (state: RootState) => import(
|
|
19
|
-
export declare const selectPackageGroups: (
|
|
20
|
-
|
|
17
|
+
export declare const selectPackageOptionUnits: (state: RootState) => import('@qite/tide-client').BookingOptionUnit[] | undefined;
|
|
18
|
+
export declare const selectPackageOptionPax: (state: RootState) => import('@qite/tide-client').BookingOptionPax[] | undefined;
|
|
19
|
+
export declare const selectPackageGroups: (
|
|
20
|
+
state: RootState
|
|
21
|
+
) => import('@qite/tide-client').BookingOptionGroup<import('@qite/tide-client').PerBookingPackageOption>[] | undefined;
|
|
22
|
+
export declare const selectPackageDetails: (state: RootState) => import('@qite/tide-client').BookingPackage | undefined;
|
|
21
23
|
export declare const selectPackageFlights: (state: RootState) => {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
+
outward: import('@qite/tide-client').BookingPackageFlight[] | undefined;
|
|
25
|
+
return: import('@qite/tide-client').BookingPackageFlight[] | undefined;
|
|
24
26
|
};
|
|
25
|
-
export declare const selectFlightMetaData: (state: RootState) => import(
|
|
26
|
-
export declare const selectActiveOption: (state: RootState) => import(
|
|
27
|
+
export declare const selectFlightMetaData: (state: RootState) => import('@qite/tide-client').BookingPackageEntryLineFlightMetaData[] | undefined;
|
|
28
|
+
export declare const selectActiveOption: (state: RootState) => import('@qite/tide-client').BookingPackageOption | undefined;
|
|
27
29
|
export declare const selectPackageAirlineGroups: ((state: {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}) => import(
|
|
30
|
+
booking: import('./booking-slice').BookingState;
|
|
31
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
32
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
33
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
34
|
+
apiSettings: import('../../..').ApiSettingsState;
|
|
35
|
+
}) => import('@qite/tide-client').BookingAirlineGroup<import('@qite/tide-client').AirlineBookingPackageOption>[] | undefined) & {
|
|
36
|
+
clearCache: () => void;
|
|
37
|
+
resultsCount: () => number;
|
|
38
|
+
resetResultsCount: () => void;
|
|
39
|
+
} & {
|
|
40
|
+
resultFunc: (
|
|
41
|
+
resultFuncArgs_0: import('@qite/tide-client').BookingPackageOption | undefined,
|
|
42
|
+
resultFuncArgs_1: import('@qite/tide-client').BookingPackageFlight | undefined,
|
|
43
|
+
resultFuncArgs_2: import('@qite/tide-client').BookingPackageFlight | undefined
|
|
44
|
+
) => import('@qite/tide-client').BookingAirlineGroup<import('@qite/tide-client').AirlineBookingPackageOption>[] | undefined;
|
|
45
|
+
memoizedResultFunc: ((
|
|
46
|
+
resultFuncArgs_0: import('@qite/tide-client').BookingPackageOption | undefined,
|
|
47
|
+
resultFuncArgs_1: import('@qite/tide-client').BookingPackageFlight | undefined,
|
|
48
|
+
resultFuncArgs_2: import('@qite/tide-client').BookingPackageFlight | undefined
|
|
49
|
+
) => import('@qite/tide-client').BookingAirlineGroup<import('@qite/tide-client').AirlineBookingPackageOption>[] | undefined) & {
|
|
34
50
|
clearCache: () => void;
|
|
35
51
|
resultsCount: () => number;
|
|
36
52
|
resetResultsCount: () => void;
|
|
53
|
+
};
|
|
54
|
+
lastResult: () => import('@qite/tide-client').BookingAirlineGroup<import('@qite/tide-client').AirlineBookingPackageOption>[] | undefined;
|
|
55
|
+
dependencies: [
|
|
56
|
+
(state: RootState) => import('@qite/tide-client').BookingPackageOption | undefined,
|
|
57
|
+
(state: RootState) => import('@qite/tide-client').BookingPackageFlight | undefined,
|
|
58
|
+
(state: RootState) => import('@qite/tide-client').BookingPackageFlight | undefined
|
|
59
|
+
];
|
|
60
|
+
recomputations: () => number;
|
|
61
|
+
resetRecomputations: () => void;
|
|
62
|
+
dependencyRecomputations: () => number;
|
|
63
|
+
resetDependencyRecomputations: () => void;
|
|
37
64
|
} & {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
clearCache: () => void;
|
|
41
|
-
resultsCount: () => number;
|
|
42
|
-
resetResultsCount: () => void;
|
|
43
|
-
};
|
|
44
|
-
lastResult: () => import("@qite/tide-client").BookingAirlineGroup<import("@qite/tide-client").AirlineBookingPackageOption>[] | undefined;
|
|
45
|
-
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];
|
|
46
|
-
recomputations: () => number;
|
|
47
|
-
resetRecomputations: () => void;
|
|
48
|
-
dependencyRecomputations: () => number;
|
|
49
|
-
resetDependencyRecomputations: () => void;
|
|
50
|
-
} & {
|
|
51
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
52
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
65
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
66
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
53
67
|
};
|
|
54
68
|
export declare const selectPackageAirportGroups: ((state: {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}) => import(
|
|
69
|
+
booking: import('./booking-slice').BookingState;
|
|
70
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
71
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
72
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
73
|
+
apiSettings: import('../../..').ApiSettingsState;
|
|
74
|
+
}) => import('@qite/tide-client').BookingAirportGroup<import('@qite/tide-client').AirportBookingPackageOption>[] | undefined) & {
|
|
75
|
+
clearCache: () => void;
|
|
76
|
+
resultsCount: () => number;
|
|
77
|
+
resetResultsCount: () => void;
|
|
78
|
+
} & {
|
|
79
|
+
resultFunc: (
|
|
80
|
+
resultFuncArgs_0: import('@qite/tide-client').BookingPackageOption | undefined,
|
|
81
|
+
resultFuncArgs_1: import('@qite/tide-client').BookingPackageFlight | undefined,
|
|
82
|
+
resultFuncArgs_2: import('@qite/tide-client').BookingPackageFlight | undefined
|
|
83
|
+
) => import('@qite/tide-client').BookingAirportGroup<import('@qite/tide-client').AirportBookingPackageOption>[] | undefined;
|
|
84
|
+
memoizedResultFunc: ((
|
|
85
|
+
resultFuncArgs_0: import('@qite/tide-client').BookingPackageOption | undefined,
|
|
86
|
+
resultFuncArgs_1: import('@qite/tide-client').BookingPackageFlight | undefined,
|
|
87
|
+
resultFuncArgs_2: import('@qite/tide-client').BookingPackageFlight | undefined
|
|
88
|
+
) => import('@qite/tide-client').BookingAirportGroup<import('@qite/tide-client').AirportBookingPackageOption>[] | undefined) & {
|
|
61
89
|
clearCache: () => void;
|
|
62
90
|
resultsCount: () => number;
|
|
63
91
|
resetResultsCount: () => void;
|
|
92
|
+
};
|
|
93
|
+
lastResult: () => import('@qite/tide-client').BookingAirportGroup<import('@qite/tide-client').AirportBookingPackageOption>[] | undefined;
|
|
94
|
+
dependencies: [
|
|
95
|
+
(state: RootState) => import('@qite/tide-client').BookingPackageOption | undefined,
|
|
96
|
+
(state: RootState) => import('@qite/tide-client').BookingPackageFlight | undefined,
|
|
97
|
+
(state: RootState) => import('@qite/tide-client').BookingPackageFlight | undefined
|
|
98
|
+
];
|
|
99
|
+
recomputations: () => number;
|
|
100
|
+
resetRecomputations: () => void;
|
|
101
|
+
dependencyRecomputations: () => number;
|
|
102
|
+
resetDependencyRecomputations: () => void;
|
|
64
103
|
} & {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
clearCache: () => void;
|
|
68
|
-
resultsCount: () => number;
|
|
69
|
-
resetResultsCount: () => void;
|
|
70
|
-
};
|
|
71
|
-
lastResult: () => import("@qite/tide-client").BookingAirportGroup<import("@qite/tide-client").AirportBookingPackageOption>[] | undefined;
|
|
72
|
-
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];
|
|
73
|
-
recomputations: () => number;
|
|
74
|
-
resetRecomputations: () => void;
|
|
75
|
-
dependencyRecomputations: () => number;
|
|
76
|
-
resetDependencyRecomputations: () => void;
|
|
77
|
-
} & {
|
|
78
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
79
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
104
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
105
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
80
106
|
};
|
|
81
107
|
export declare const selectRoomOptionDepartureFlightsMetaData: ((state: {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
}) => import(
|
|
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[]) & {
|
|
114
|
+
clearCache: () => void;
|
|
115
|
+
resultsCount: () => number;
|
|
116
|
+
resetResultsCount: () => void;
|
|
117
|
+
} & {
|
|
118
|
+
resultFunc: (
|
|
119
|
+
resultFuncArgs_0: import('@qite/tide-client').BookingPackageOption | undefined,
|
|
120
|
+
resultFuncArgs_1: import('@qite/tide-client').BookingPackageEntryLineFlightMetaData[] | undefined
|
|
121
|
+
) => import('@qite/tide-client').BookingPackageFlightMetaData[];
|
|
122
|
+
memoizedResultFunc: ((
|
|
123
|
+
resultFuncArgs_0: import('@qite/tide-client').BookingPackageOption | undefined,
|
|
124
|
+
resultFuncArgs_1: import('@qite/tide-client').BookingPackageEntryLineFlightMetaData[] | undefined
|
|
125
|
+
) => import('@qite/tide-client').BookingPackageFlightMetaData[]) & {
|
|
88
126
|
clearCache: () => void;
|
|
89
127
|
resultsCount: () => number;
|
|
90
128
|
resetResultsCount: () => void;
|
|
129
|
+
};
|
|
130
|
+
lastResult: () => import('@qite/tide-client').BookingPackageFlightMetaData[];
|
|
131
|
+
dependencies: [
|
|
132
|
+
(state: RootState) => import('@qite/tide-client').BookingPackageOption | undefined,
|
|
133
|
+
(state: RootState) => import('@qite/tide-client').BookingPackageEntryLineFlightMetaData[] | undefined
|
|
134
|
+
];
|
|
135
|
+
recomputations: () => number;
|
|
136
|
+
resetRecomputations: () => void;
|
|
137
|
+
dependencyRecomputations: () => number;
|
|
138
|
+
resetDependencyRecomputations: () => void;
|
|
91
139
|
} & {
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
clearCache: () => void;
|
|
95
|
-
resultsCount: () => number;
|
|
96
|
-
resetResultsCount: () => void;
|
|
97
|
-
};
|
|
98
|
-
lastResult: () => import("@qite/tide-client").BookingPackageFlightMetaData[];
|
|
99
|
-
dependencies: [(state: RootState) => import("@qite/tide-client").BookingPackageOption | undefined, (state: RootState) => import("@qite/tide-client").BookingPackageEntryLineFlightMetaData[] | undefined];
|
|
100
|
-
recomputations: () => number;
|
|
101
|
-
resetRecomputations: () => void;
|
|
102
|
-
dependencyRecomputations: () => number;
|
|
103
|
-
resetDependencyRecomputations: () => void;
|
|
104
|
-
} & {
|
|
105
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
106
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
140
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
141
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
107
142
|
};
|
|
108
143
|
export declare const selectRoomOptionReturnFlightsMetaData: ((state: {
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
}) => import(
|
|
144
|
+
booking: import('./booking-slice').BookingState;
|
|
145
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
146
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
147
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
148
|
+
apiSettings: import('../../..').ApiSettingsState;
|
|
149
|
+
}) => import('@qite/tide-client').BookingPackageFlightMetaData[] | undefined) & {
|
|
150
|
+
clearCache: () => void;
|
|
151
|
+
resultsCount: () => number;
|
|
152
|
+
resetResultsCount: () => void;
|
|
153
|
+
} & {
|
|
154
|
+
resultFunc: (
|
|
155
|
+
resultFuncArgs_0: import('@qite/tide-client').BookingPackageOption | undefined,
|
|
156
|
+
resultFuncArgs_1: import('@qite/tide-client').BookingPackageEntryLineFlightMetaData[] | undefined
|
|
157
|
+
) => import('@qite/tide-client').BookingPackageFlightMetaData[] | undefined;
|
|
158
|
+
memoizedResultFunc: ((
|
|
159
|
+
resultFuncArgs_0: import('@qite/tide-client').BookingPackageOption | undefined,
|
|
160
|
+
resultFuncArgs_1: import('@qite/tide-client').BookingPackageEntryLineFlightMetaData[] | undefined
|
|
161
|
+
) => import('@qite/tide-client').BookingPackageFlightMetaData[] | undefined) & {
|
|
115
162
|
clearCache: () => void;
|
|
116
163
|
resultsCount: () => number;
|
|
117
164
|
resetResultsCount: () => void;
|
|
165
|
+
};
|
|
166
|
+
lastResult: () => import('@qite/tide-client').BookingPackageFlightMetaData[] | undefined;
|
|
167
|
+
dependencies: [
|
|
168
|
+
(state: RootState) => import('@qite/tide-client').BookingPackageOption | undefined,
|
|
169
|
+
(state: RootState) => import('@qite/tide-client').BookingPackageEntryLineFlightMetaData[] | undefined
|
|
170
|
+
];
|
|
171
|
+
recomputations: () => number;
|
|
172
|
+
resetRecomputations: () => void;
|
|
173
|
+
dependencyRecomputations: () => number;
|
|
174
|
+
resetDependencyRecomputations: () => void;
|
|
118
175
|
} & {
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
clearCache: () => void;
|
|
122
|
-
resultsCount: () => number;
|
|
123
|
-
resetResultsCount: () => void;
|
|
124
|
-
};
|
|
125
|
-
lastResult: () => import("@qite/tide-client").BookingPackageFlightMetaData[] | undefined;
|
|
126
|
-
dependencies: [(state: RootState) => import("@qite/tide-client").BookingPackageOption | undefined, (state: RootState) => import("@qite/tide-client").BookingPackageEntryLineFlightMetaData[] | undefined];
|
|
127
|
-
recomputations: () => number;
|
|
128
|
-
resetRecomputations: () => void;
|
|
129
|
-
dependencyRecomputations: () => number;
|
|
130
|
-
resetDependencyRecomputations: () => void;
|
|
131
|
-
} & {
|
|
132
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
133
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
176
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
177
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
134
178
|
};
|
|
135
|
-
export declare const selectApiSettings: (state: RootState) => import(
|
|
179
|
+
export declare const selectApiSettings: (state: RootState) => import('../../..').ApiSettingsState;
|
|
136
180
|
export declare const selectIsUnavailable: (state: RootState) => boolean | undefined;
|
|
137
|
-
export declare const selectRequestRooms: (state: RootState) => import(
|
|
181
|
+
export declare const selectRequestRooms: (state: RootState) => import('@qite/tide-client').BookingPackageRequestRoom[] | undefined;
|
|
138
182
|
export declare const selectOfficeId: (state: RootState) => number;
|
|
139
183
|
export declare const selectLanguageCode: (state: RootState) => string;
|
|
140
184
|
export declare const selectCurrencyCode: (state: RootState) => string;
|
|
141
185
|
export declare const selectDefaultStaticTranslations: (state: RootState) => Record<string, any>;
|
|
142
186
|
export declare const selectLanguage: (state: RootState) => string;
|
|
143
|
-
export declare const selectAllDynamicTranslations: (state: RootState) =>
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
187
|
+
export declare const selectAllDynamicTranslations: (state: RootState) =>
|
|
188
|
+
| {
|
|
189
|
+
language: string;
|
|
190
|
+
value: any;
|
|
191
|
+
}[]
|
|
192
|
+
| undefined;
|
|
147
193
|
export declare const selectDynamicTranslations: ((state: {
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
194
|
+
booking: import('./booking-slice').BookingState;
|
|
195
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
196
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
197
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
198
|
+
apiSettings: import('../../..').ApiSettingsState;
|
|
153
199
|
}) => any) & {
|
|
200
|
+
clearCache: () => void;
|
|
201
|
+
resultsCount: () => number;
|
|
202
|
+
resetResultsCount: () => void;
|
|
203
|
+
} & {
|
|
204
|
+
resultFunc: (
|
|
205
|
+
resultFuncArgs_0:
|
|
206
|
+
| {
|
|
207
|
+
language: string;
|
|
208
|
+
value: any;
|
|
209
|
+
}[]
|
|
210
|
+
| undefined,
|
|
211
|
+
resultFuncArgs_1: string
|
|
212
|
+
) => any;
|
|
213
|
+
memoizedResultFunc: ((
|
|
214
|
+
resultFuncArgs_0:
|
|
215
|
+
| {
|
|
216
|
+
language: string;
|
|
217
|
+
value: any;
|
|
218
|
+
}[]
|
|
219
|
+
| undefined,
|
|
220
|
+
resultFuncArgs_1: string
|
|
221
|
+
) => any) & {
|
|
154
222
|
clearCache: () => void;
|
|
155
223
|
resultsCount: () => number;
|
|
156
224
|
resetResultsCount: () => void;
|
|
225
|
+
};
|
|
226
|
+
lastResult: () => any;
|
|
227
|
+
dependencies: [
|
|
228
|
+
(state: RootState) =>
|
|
229
|
+
| {
|
|
230
|
+
language: string;
|
|
231
|
+
value: any;
|
|
232
|
+
}[]
|
|
233
|
+
| undefined,
|
|
234
|
+
(state: RootState) => string
|
|
235
|
+
];
|
|
236
|
+
recomputations: () => number;
|
|
237
|
+
resetRecomputations: () => void;
|
|
238
|
+
dependencyRecomputations: () => number;
|
|
239
|
+
resetDependencyRecomputations: () => void;
|
|
157
240
|
} & {
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
value: any;
|
|
161
|
-
}[] | undefined, resultFuncArgs_1: string) => any;
|
|
162
|
-
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
163
|
-
language: string;
|
|
164
|
-
value: any;
|
|
165
|
-
}[] | undefined, resultFuncArgs_1: string) => any) & {
|
|
166
|
-
clearCache: () => void;
|
|
167
|
-
resultsCount: () => number;
|
|
168
|
-
resetResultsCount: () => void;
|
|
169
|
-
};
|
|
170
|
-
lastResult: () => any;
|
|
171
|
-
dependencies: [(state: RootState) => {
|
|
172
|
-
language: string;
|
|
173
|
-
value: any;
|
|
174
|
-
}[] | undefined, (state: RootState) => string];
|
|
175
|
-
recomputations: () => number;
|
|
176
|
-
resetRecomputations: () => void;
|
|
177
|
-
dependencyRecomputations: () => number;
|
|
178
|
-
resetDependencyRecomputations: () => void;
|
|
179
|
-
} & {
|
|
180
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
181
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
241
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
242
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
182
243
|
};
|
|
183
244
|
export declare const selectTranslations: ((state: {
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
245
|
+
booking: import('./booking-slice').BookingState;
|
|
246
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
247
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
248
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
249
|
+
apiSettings: import('../../..').ApiSettingsState;
|
|
189
250
|
}) => Record<string, any>) & {
|
|
251
|
+
clearCache: () => void;
|
|
252
|
+
resultsCount: () => number;
|
|
253
|
+
resetResultsCount: () => void;
|
|
254
|
+
} & {
|
|
255
|
+
resultFunc: (resultFuncArgs_0: Record<string, any>, resultFuncArgs_1: any) => Record<string, any>;
|
|
256
|
+
memoizedResultFunc: ((resultFuncArgs_0: Record<string, any>, resultFuncArgs_1: any) => Record<string, any>) & {
|
|
190
257
|
clearCache: () => void;
|
|
191
258
|
resultsCount: () => number;
|
|
192
259
|
resetResultsCount: () => void;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
204
|
-
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
205
|
-
summary: import("../summary/summary-slice").SummaryState;
|
|
206
|
-
apiSettings: import("../../..").ApiSettingsState;
|
|
260
|
+
};
|
|
261
|
+
lastResult: () => Record<string, any>;
|
|
262
|
+
dependencies: [
|
|
263
|
+
(state: RootState) => Record<string, any>,
|
|
264
|
+
((state: {
|
|
265
|
+
booking: import('./booking-slice').BookingState;
|
|
266
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
267
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
268
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
269
|
+
apiSettings: import('../../..').ApiSettingsState;
|
|
207
270
|
}) => any) & {
|
|
271
|
+
clearCache: () => void;
|
|
272
|
+
resultsCount: () => number;
|
|
273
|
+
resetResultsCount: () => void;
|
|
274
|
+
} & {
|
|
275
|
+
resultFunc: (
|
|
276
|
+
resultFuncArgs_0:
|
|
277
|
+
| {
|
|
278
|
+
language: string;
|
|
279
|
+
value: any;
|
|
280
|
+
}[]
|
|
281
|
+
| undefined,
|
|
282
|
+
resultFuncArgs_1: string
|
|
283
|
+
) => any;
|
|
284
|
+
memoizedResultFunc: ((
|
|
285
|
+
resultFuncArgs_0:
|
|
286
|
+
| {
|
|
287
|
+
language: string;
|
|
288
|
+
value: any;
|
|
289
|
+
}[]
|
|
290
|
+
| undefined,
|
|
291
|
+
resultFuncArgs_1: string
|
|
292
|
+
) => any) & {
|
|
208
293
|
clearCache: () => void;
|
|
209
294
|
resultsCount: () => number;
|
|
210
295
|
resetResultsCount: () => void;
|
|
296
|
+
};
|
|
297
|
+
lastResult: () => any;
|
|
298
|
+
dependencies: [
|
|
299
|
+
(state: RootState) =>
|
|
300
|
+
| {
|
|
301
|
+
language: string;
|
|
302
|
+
value: any;
|
|
303
|
+
}[]
|
|
304
|
+
| undefined,
|
|
305
|
+
(state: RootState) => string
|
|
306
|
+
];
|
|
307
|
+
recomputations: () => number;
|
|
308
|
+
resetRecomputations: () => void;
|
|
309
|
+
dependencyRecomputations: () => number;
|
|
310
|
+
resetDependencyRecomputations: () => void;
|
|
211
311
|
} & {
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
clearCache: () => void;
|
|
221
|
-
resultsCount: () => number;
|
|
222
|
-
resetResultsCount: () => void;
|
|
223
|
-
};
|
|
224
|
-
lastResult: () => any;
|
|
225
|
-
dependencies: [(state: RootState) => {
|
|
226
|
-
language: string;
|
|
227
|
-
value: any;
|
|
228
|
-
}[] | undefined, (state: RootState) => string];
|
|
229
|
-
recomputations: () => number;
|
|
230
|
-
resetRecomputations: () => void;
|
|
231
|
-
dependencyRecomputations: () => number;
|
|
232
|
-
resetDependencyRecomputations: () => void;
|
|
233
|
-
} & {
|
|
234
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
235
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
236
|
-
}];
|
|
237
|
-
recomputations: () => number;
|
|
238
|
-
resetRecomputations: () => void;
|
|
239
|
-
dependencyRecomputations: () => number;
|
|
240
|
-
resetDependencyRecomputations: () => void;
|
|
312
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
313
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
314
|
+
}
|
|
315
|
+
];
|
|
316
|
+
recomputations: () => number;
|
|
317
|
+
resetRecomputations: () => void;
|
|
318
|
+
dependencyRecomputations: () => number;
|
|
319
|
+
resetDependencyRecomputations: () => void;
|
|
241
320
|
} & {
|
|
242
|
-
|
|
243
|
-
|
|
321
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
322
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
244
323
|
};
|
|
245
|
-
export declare const selectBookingOptions: (state: RootState) => import(
|
|
324
|
+
export declare const selectBookingOptions: (state: RootState) => import('../../types').BookingOptions;
|
|
246
325
|
export declare const selectBookingType: (state: RootState) => string;
|
|
247
326
|
export declare const selectTagIds: (state: RootState) => number[] | undefined;
|
|
248
327
|
export declare const selectAgentAdressId: (state: RootState) => number | undefined;
|
|
249
|
-
export declare const selectProductAttributes: (state: RootState) => import(
|
|
250
|
-
export declare const selectBookingAttributes: (state: RootState) => import(
|
|
328
|
+
export declare const selectProductAttributes: (state: RootState) => import('../../types').ProductAttributes | undefined;
|
|
329
|
+
export declare const selectBookingAttributes: (state: RootState) => import('../../types').BookingAttributes | undefined;
|
|
251
330
|
export declare const selectBookingNumber: (state: RootState) => string | undefined;
|
|
252
331
|
export declare const selectIsOption: (state: RootState) => boolean | undefined;
|
|
253
332
|
export declare const selectBookingRooms: (state: RootState) => Room[] | undefined;
|
|
@@ -257,382 +336,468 @@ export declare const selectCalculateDeposit: (state: RootState) => boolean;
|
|
|
257
336
|
export declare const selectShowCommission: (state: RootState) => boolean | undefined;
|
|
258
337
|
export declare const selectIsRetry: (state: RootState) => boolean;
|
|
259
338
|
export declare const selectStartDate: (state: RootState) => string | undefined;
|
|
260
|
-
export declare const selectAgents: (state: RootState) => import(
|
|
261
|
-
export declare const selectCountries: (state: RootState) => import(
|
|
339
|
+
export declare const selectAgents: (state: RootState) => import('@qite/tide-client').BookingTravelAgent[] | undefined;
|
|
340
|
+
export declare const selectCountries: (state: RootState) => import('@qite/tide-client').CountryItem[] | undefined;
|
|
262
341
|
export declare const selectProductCode: (state: RootState) => string | undefined;
|
|
263
342
|
export declare const selectAccommodationCodes: (state: RootState) => string[];
|
|
264
|
-
export declare const selectAccommodationViews: (state: RootState) =>
|
|
265
|
-
|
|
266
|
-
|
|
343
|
+
export declare const selectAccommodationViews: (state: RootState) =>
|
|
344
|
+
| {
|
|
345
|
+
[key: string]: string;
|
|
346
|
+
}
|
|
347
|
+
| undefined;
|
|
267
348
|
export declare const selectBookingQuery: (state: RootState) => Record<string, string> | undefined;
|
|
268
349
|
export declare const selectBookingQueryString: ((state: {
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
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;
|
|
274
355
|
}) => string | undefined) & {
|
|
356
|
+
clearCache: () => void;
|
|
357
|
+
resultsCount: () => number;
|
|
358
|
+
resetResultsCount: () => void;
|
|
359
|
+
} & {
|
|
360
|
+
resultFunc: (resultFuncArgs_0: Record<string, string> | undefined) => string | undefined;
|
|
361
|
+
memoizedResultFunc: ((resultFuncArgs_0: Record<string, string> | undefined) => string | undefined) & {
|
|
275
362
|
clearCache: () => void;
|
|
276
363
|
resultsCount: () => number;
|
|
277
364
|
resetResultsCount: () => void;
|
|
365
|
+
};
|
|
366
|
+
lastResult: () => string | undefined;
|
|
367
|
+
dependencies: [(state: RootState) => Record<string, string> | undefined];
|
|
368
|
+
recomputations: () => number;
|
|
369
|
+
resetRecomputations: () => void;
|
|
370
|
+
dependencyRecomputations: () => number;
|
|
371
|
+
resetDependencyRecomputations: () => void;
|
|
278
372
|
} & {
|
|
279
|
-
|
|
280
|
-
|
|
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;
|
|
373
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
374
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
294
375
|
};
|
|
295
376
|
export declare const selectMainBookerId: ((state: {
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
377
|
+
booking: import('./booking-slice').BookingState;
|
|
378
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
379
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
380
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
381
|
+
apiSettings: import('../../..').ApiSettingsState;
|
|
301
382
|
}) => number | undefined) & {
|
|
383
|
+
clearCache: () => void;
|
|
384
|
+
resultsCount: () => number;
|
|
385
|
+
resetResultsCount: () => void;
|
|
386
|
+
} & {
|
|
387
|
+
resultFunc: (resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => number | undefined;
|
|
388
|
+
memoizedResultFunc: ((resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => number | undefined) & {
|
|
302
389
|
clearCache: () => void;
|
|
303
390
|
resultsCount: () => number;
|
|
304
391
|
resetResultsCount: () => void;
|
|
392
|
+
};
|
|
393
|
+
lastResult: () => number | undefined;
|
|
394
|
+
dependencies: [(state: RootState) => import('../../types').TravelersFormValues | undefined];
|
|
395
|
+
recomputations: () => number;
|
|
396
|
+
resetRecomputations: () => void;
|
|
397
|
+
dependencyRecomputations: () => number;
|
|
398
|
+
resetDependencyRecomputations: () => void;
|
|
305
399
|
} & {
|
|
306
|
-
|
|
307
|
-
|
|
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;
|
|
400
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
401
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
321
402
|
};
|
|
322
403
|
export declare const selectBookingPackagePax: ((state: {
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
404
|
+
booking: import('./booking-slice').BookingState;
|
|
405
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
406
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
407
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
408
|
+
apiSettings: import('../../..').ApiSettingsState;
|
|
328
409
|
}) => BookingPackagePax[]) & {
|
|
410
|
+
clearCache: () => void;
|
|
411
|
+
resultsCount: () => number;
|
|
412
|
+
resetResultsCount: () => void;
|
|
413
|
+
} & {
|
|
414
|
+
resultFunc: (resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => BookingPackagePax[];
|
|
415
|
+
memoizedResultFunc: ((resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => BookingPackagePax[]) & {
|
|
329
416
|
clearCache: () => void;
|
|
330
417
|
resultsCount: () => number;
|
|
331
418
|
resetResultsCount: () => void;
|
|
419
|
+
};
|
|
420
|
+
lastResult: () => BookingPackagePax[];
|
|
421
|
+
dependencies: [(state: RootState) => import('../../types').TravelersFormValues | undefined];
|
|
422
|
+
recomputations: () => number;
|
|
423
|
+
resetRecomputations: () => void;
|
|
424
|
+
dependencyRecomputations: () => number;
|
|
425
|
+
resetDependencyRecomputations: () => void;
|
|
332
426
|
} & {
|
|
333
|
-
|
|
334
|
-
|
|
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;
|
|
427
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
428
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
348
429
|
};
|
|
349
430
|
export declare const selectBookingAddress: ((state: {
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
431
|
+
booking: import('./booking-slice').BookingState;
|
|
432
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
433
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
434
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
435
|
+
apiSettings: import('../../..').ApiSettingsState;
|
|
355
436
|
}) => BookingPackageAddress | undefined) & {
|
|
437
|
+
clearCache: () => void;
|
|
438
|
+
resultsCount: () => number;
|
|
439
|
+
resetResultsCount: () => void;
|
|
440
|
+
} & {
|
|
441
|
+
resultFunc: (
|
|
442
|
+
resultFuncArgs_0: import('../../types').TravelersFormValues | undefined,
|
|
443
|
+
resultFuncArgs_1: BookingPackagePax[],
|
|
444
|
+
resultFuncArgs_2: string
|
|
445
|
+
) => BookingPackageAddress | undefined;
|
|
446
|
+
memoizedResultFunc: ((
|
|
447
|
+
resultFuncArgs_0: import('../../types').TravelersFormValues | undefined,
|
|
448
|
+
resultFuncArgs_1: BookingPackagePax[],
|
|
449
|
+
resultFuncArgs_2: string
|
|
450
|
+
) => BookingPackageAddress | undefined) & {
|
|
356
451
|
clearCache: () => void;
|
|
357
452
|
resultsCount: () => number;
|
|
358
453
|
resetResultsCount: () => void;
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
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;
|
|
454
|
+
};
|
|
455
|
+
lastResult: () => BookingPackageAddress | undefined;
|
|
456
|
+
dependencies: [
|
|
457
|
+
(state: RootState) => import('../../types').TravelersFormValues | undefined,
|
|
458
|
+
((state: {
|
|
459
|
+
booking: import('./booking-slice').BookingState;
|
|
460
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
461
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
462
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
463
|
+
apiSettings: import('../../..').ApiSettingsState;
|
|
373
464
|
}) => BookingPackagePax[]) & {
|
|
465
|
+
clearCache: () => void;
|
|
466
|
+
resultsCount: () => number;
|
|
467
|
+
resetResultsCount: () => void;
|
|
468
|
+
} & {
|
|
469
|
+
resultFunc: (resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => BookingPackagePax[];
|
|
470
|
+
memoizedResultFunc: ((resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => BookingPackagePax[]) & {
|
|
374
471
|
clearCache: () => void;
|
|
375
472
|
resultsCount: () => number;
|
|
376
473
|
resetResultsCount: () => void;
|
|
474
|
+
};
|
|
475
|
+
lastResult: () => BookingPackagePax[];
|
|
476
|
+
dependencies: [(state: RootState) => import('../../types').TravelersFormValues | undefined];
|
|
477
|
+
recomputations: () => number;
|
|
478
|
+
resetRecomputations: () => void;
|
|
479
|
+
dependencyRecomputations: () => number;
|
|
480
|
+
resetDependencyRecomputations: () => void;
|
|
377
481
|
} & {
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
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;
|
|
482
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
483
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
484
|
+
},
|
|
485
|
+
(state: RootState) => string
|
|
486
|
+
];
|
|
487
|
+
recomputations: () => number;
|
|
488
|
+
resetRecomputations: () => void;
|
|
489
|
+
dependencyRecomputations: () => number;
|
|
490
|
+
resetDependencyRecomputations: () => void;
|
|
398
491
|
} & {
|
|
399
|
-
|
|
400
|
-
|
|
492
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
493
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
401
494
|
};
|
|
402
495
|
export declare const selectBookingPackageRequest: ((state: {
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
496
|
+
booking: import('./booking-slice').BookingState;
|
|
497
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
498
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
499
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
500
|
+
apiSettings: import('../../..').ApiSettingsState;
|
|
408
501
|
}) => BookingPackageRequest<any>) & {
|
|
502
|
+
clearCache: () => void;
|
|
503
|
+
resultsCount: () => number;
|
|
504
|
+
resetResultsCount: () => void;
|
|
505
|
+
} & {
|
|
506
|
+
resultFunc: (resultFuncArgs_0: number, resultFuncArgs_1: number | undefined, resultFuncArgs_2: number | undefined) => BookingPackageRequest<any>;
|
|
507
|
+
memoizedResultFunc: ((resultFuncArgs_0: number, resultFuncArgs_1: number | undefined, resultFuncArgs_2: number | undefined) => BookingPackageRequest<any>) & {
|
|
409
508
|
clearCache: () => void;
|
|
410
509
|
resultsCount: () => number;
|
|
411
510
|
resetResultsCount: () => void;
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
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;
|
|
511
|
+
};
|
|
512
|
+
lastResult: () => BookingPackageRequest<any>;
|
|
513
|
+
dependencies: [
|
|
514
|
+
(state: RootState) => number,
|
|
515
|
+
((state: {
|
|
516
|
+
booking: import('./booking-slice').BookingState;
|
|
517
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
518
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
519
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
520
|
+
apiSettings: import('../../..').ApiSettingsState;
|
|
426
521
|
}) => number | undefined) & {
|
|
522
|
+
clearCache: () => void;
|
|
523
|
+
resultsCount: () => number;
|
|
524
|
+
resetResultsCount: () => void;
|
|
525
|
+
} & {
|
|
526
|
+
resultFunc: (resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => number | undefined;
|
|
527
|
+
memoizedResultFunc: ((resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => number | undefined) & {
|
|
427
528
|
clearCache: () => void;
|
|
428
529
|
resultsCount: () => number;
|
|
429
530
|
resetResultsCount: () => void;
|
|
531
|
+
};
|
|
532
|
+
lastResult: () => number | undefined;
|
|
533
|
+
dependencies: [(state: RootState) => import('../../types').TravelersFormValues | undefined];
|
|
534
|
+
recomputations: () => number;
|
|
535
|
+
resetRecomputations: () => void;
|
|
536
|
+
dependencyRecomputations: () => number;
|
|
537
|
+
resetDependencyRecomputations: () => void;
|
|
430
538
|
} & {
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
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;
|
|
539
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
540
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
541
|
+
},
|
|
542
|
+
(state: RootState) => number | undefined
|
|
543
|
+
];
|
|
544
|
+
recomputations: () => number;
|
|
545
|
+
resetRecomputations: () => void;
|
|
546
|
+
dependencyRecomputations: () => number;
|
|
547
|
+
resetDependencyRecomputations: () => void;
|
|
451
548
|
} & {
|
|
452
|
-
|
|
453
|
-
|
|
549
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
550
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
454
551
|
};
|
|
455
552
|
export declare const selectBookingPackageBookRequest: ((state: {
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
553
|
+
booking: import('./booking-slice').BookingState;
|
|
554
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
555
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
556
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
557
|
+
apiSettings: import('../../..').ApiSettingsState;
|
|
461
558
|
}) => BookingPackageRequest<BookingPackageBookRequest> | null) & {
|
|
559
|
+
clearCache: () => void;
|
|
560
|
+
resultsCount: () => number;
|
|
561
|
+
resetResultsCount: () => void;
|
|
562
|
+
} & {
|
|
563
|
+
resultFunc: (
|
|
564
|
+
resultFuncArgs_0: BookingPackageRequest<any>,
|
|
565
|
+
resultFuncArgs_1: import('../../types').BookingOptions,
|
|
566
|
+
resultFuncArgs_2: string,
|
|
567
|
+
resultFuncArgs_3: BookingPackagePax[],
|
|
568
|
+
resultFuncArgs_4: BookingPackageAddress | undefined,
|
|
569
|
+
resultFuncArgs_5: import('@qite/tide-client').BookingPackage | undefined,
|
|
570
|
+
resultFuncArgs_6: boolean,
|
|
571
|
+
resultFuncArgs_7: boolean | undefined,
|
|
572
|
+
resultFuncArgs_8: number | undefined,
|
|
573
|
+
resultFuncArgs_9: boolean,
|
|
574
|
+
resultFuncArgs_10: boolean,
|
|
575
|
+
resultFuncArgs_11: import('@qite/tide-client').BookingProductNotification[],
|
|
576
|
+
resultFuncArgs_12: number[] | undefined,
|
|
577
|
+
resultFuncArgs_13: string | undefined,
|
|
578
|
+
resultFuncArgs_14: string[] | undefined
|
|
579
|
+
) => BookingPackageRequest<BookingPackageBookRequest> | null;
|
|
580
|
+
memoizedResultFunc: ((
|
|
581
|
+
resultFuncArgs_0: BookingPackageRequest<any>,
|
|
582
|
+
resultFuncArgs_1: import('../../types').BookingOptions,
|
|
583
|
+
resultFuncArgs_2: string,
|
|
584
|
+
resultFuncArgs_3: BookingPackagePax[],
|
|
585
|
+
resultFuncArgs_4: BookingPackageAddress | undefined,
|
|
586
|
+
resultFuncArgs_5: import('@qite/tide-client').BookingPackage | undefined,
|
|
587
|
+
resultFuncArgs_6: boolean,
|
|
588
|
+
resultFuncArgs_7: boolean | undefined,
|
|
589
|
+
resultFuncArgs_8: number | undefined,
|
|
590
|
+
resultFuncArgs_9: boolean,
|
|
591
|
+
resultFuncArgs_10: boolean,
|
|
592
|
+
resultFuncArgs_11: import('@qite/tide-client').BookingProductNotification[],
|
|
593
|
+
resultFuncArgs_12: number[] | undefined,
|
|
594
|
+
resultFuncArgs_13: string | undefined,
|
|
595
|
+
resultFuncArgs_14: string[] | undefined
|
|
596
|
+
) => BookingPackageRequest<BookingPackageBookRequest> | null) & {
|
|
462
597
|
clearCache: () => void;
|
|
463
598
|
resultsCount: () => number;
|
|
464
599
|
resetResultsCount: () => void;
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
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;
|
|
600
|
+
};
|
|
601
|
+
lastResult: () => BookingPackageRequest<BookingPackageBookRequest> | null;
|
|
602
|
+
dependencies: [
|
|
603
|
+
((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;
|
|
479
609
|
}) => BookingPackageRequest<any>) & {
|
|
610
|
+
clearCache: () => void;
|
|
611
|
+
resultsCount: () => number;
|
|
612
|
+
resetResultsCount: () => void;
|
|
613
|
+
} & {
|
|
614
|
+
resultFunc: (resultFuncArgs_0: number, resultFuncArgs_1: number | undefined, resultFuncArgs_2: number | undefined) => BookingPackageRequest<any>;
|
|
615
|
+
memoizedResultFunc: ((
|
|
616
|
+
resultFuncArgs_0: number,
|
|
617
|
+
resultFuncArgs_1: number | undefined,
|
|
618
|
+
resultFuncArgs_2: number | undefined
|
|
619
|
+
) => BookingPackageRequest<any>) & {
|
|
480
620
|
clearCache: () => void;
|
|
481
621
|
resultsCount: () => number;
|
|
482
622
|
resetResultsCount: () => void;
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
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;
|
|
623
|
+
};
|
|
624
|
+
lastResult: () => BookingPackageRequest<any>;
|
|
625
|
+
dependencies: [
|
|
626
|
+
(state: RootState) => number,
|
|
627
|
+
((state: {
|
|
628
|
+
booking: import('./booking-slice').BookingState;
|
|
629
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
630
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
631
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
632
|
+
apiSettings: import('../../..').ApiSettingsState;
|
|
497
633
|
}) => number | undefined) & {
|
|
634
|
+
clearCache: () => void;
|
|
635
|
+
resultsCount: () => number;
|
|
636
|
+
resetResultsCount: () => void;
|
|
637
|
+
} & {
|
|
638
|
+
resultFunc: (resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => number | undefined;
|
|
639
|
+
memoizedResultFunc: ((resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => number | undefined) & {
|
|
498
640
|
clearCache: () => void;
|
|
499
641
|
resultsCount: () => number;
|
|
500
642
|
resetResultsCount: () => void;
|
|
643
|
+
};
|
|
644
|
+
lastResult: () => number | undefined;
|
|
645
|
+
dependencies: [(state: RootState) => import('../../types').TravelersFormValues | undefined];
|
|
646
|
+
recomputations: () => number;
|
|
647
|
+
resetRecomputations: () => void;
|
|
648
|
+
dependencyRecomputations: () => number;
|
|
649
|
+
resetDependencyRecomputations: () => void;
|
|
501
650
|
} & {
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
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;
|
|
651
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
652
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
653
|
+
},
|
|
654
|
+
(state: RootState) => number | undefined
|
|
655
|
+
];
|
|
656
|
+
recomputations: () => number;
|
|
657
|
+
resetRecomputations: () => void;
|
|
658
|
+
dependencyRecomputations: () => number;
|
|
659
|
+
resetDependencyRecomputations: () => void;
|
|
522
660
|
} & {
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
},
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
661
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
662
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
663
|
+
},
|
|
664
|
+
(state: RootState) => import('../../types').BookingOptions,
|
|
665
|
+
(state: RootState) => string,
|
|
666
|
+
((state: {
|
|
667
|
+
booking: import('./booking-slice').BookingState;
|
|
668
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
669
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
670
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
671
|
+
apiSettings: import('../../..').ApiSettingsState;
|
|
531
672
|
}) => BookingPackagePax[]) & {
|
|
673
|
+
clearCache: () => void;
|
|
674
|
+
resultsCount: () => number;
|
|
675
|
+
resetResultsCount: () => void;
|
|
676
|
+
} & {
|
|
677
|
+
resultFunc: (resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => BookingPackagePax[];
|
|
678
|
+
memoizedResultFunc: ((resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => BookingPackagePax[]) & {
|
|
532
679
|
clearCache: () => void;
|
|
533
680
|
resultsCount: () => number;
|
|
534
681
|
resetResultsCount: () => void;
|
|
682
|
+
};
|
|
683
|
+
lastResult: () => BookingPackagePax[];
|
|
684
|
+
dependencies: [(state: RootState) => import('../../types').TravelersFormValues | undefined];
|
|
685
|
+
recomputations: () => number;
|
|
686
|
+
resetRecomputations: () => void;
|
|
687
|
+
dependencyRecomputations: () => number;
|
|
688
|
+
resetDependencyRecomputations: () => void;
|
|
535
689
|
} & {
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
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;
|
|
690
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
691
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
692
|
+
},
|
|
693
|
+
((state: {
|
|
694
|
+
booking: import('./booking-slice').BookingState;
|
|
695
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
696
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
697
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
698
|
+
apiSettings: import('../../..').ApiSettingsState;
|
|
557
699
|
}) => BookingPackageAddress | undefined) & {
|
|
700
|
+
clearCache: () => void;
|
|
701
|
+
resultsCount: () => number;
|
|
702
|
+
resetResultsCount: () => void;
|
|
703
|
+
} & {
|
|
704
|
+
resultFunc: (
|
|
705
|
+
resultFuncArgs_0: import('../../types').TravelersFormValues | undefined,
|
|
706
|
+
resultFuncArgs_1: BookingPackagePax[],
|
|
707
|
+
resultFuncArgs_2: string
|
|
708
|
+
) => BookingPackageAddress | undefined;
|
|
709
|
+
memoizedResultFunc: ((
|
|
710
|
+
resultFuncArgs_0: import('../../types').TravelersFormValues | undefined,
|
|
711
|
+
resultFuncArgs_1: BookingPackagePax[],
|
|
712
|
+
resultFuncArgs_2: string
|
|
713
|
+
) => BookingPackageAddress | undefined) & {
|
|
558
714
|
clearCache: () => void;
|
|
559
715
|
resultsCount: () => number;
|
|
560
716
|
resetResultsCount: () => void;
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
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;
|
|
717
|
+
};
|
|
718
|
+
lastResult: () => BookingPackageAddress | undefined;
|
|
719
|
+
dependencies: [
|
|
720
|
+
(state: RootState) => import('../../types').TravelersFormValues | undefined,
|
|
721
|
+
((state: {
|
|
722
|
+
booking: import('./booking-slice').BookingState;
|
|
723
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
724
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
725
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
726
|
+
apiSettings: import('../../..').ApiSettingsState;
|
|
575
727
|
}) => BookingPackagePax[]) & {
|
|
728
|
+
clearCache: () => void;
|
|
729
|
+
resultsCount: () => number;
|
|
730
|
+
resetResultsCount: () => void;
|
|
731
|
+
} & {
|
|
732
|
+
resultFunc: (resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => BookingPackagePax[];
|
|
733
|
+
memoizedResultFunc: ((resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => BookingPackagePax[]) & {
|
|
576
734
|
clearCache: () => void;
|
|
577
735
|
resultsCount: () => number;
|
|
578
736
|
resetResultsCount: () => void;
|
|
737
|
+
};
|
|
738
|
+
lastResult: () => BookingPackagePax[];
|
|
739
|
+
dependencies: [(state: RootState) => import('../../types').TravelersFormValues | undefined];
|
|
740
|
+
recomputations: () => number;
|
|
741
|
+
resetRecomputations: () => void;
|
|
742
|
+
dependencyRecomputations: () => number;
|
|
743
|
+
resetDependencyRecomputations: () => void;
|
|
579
744
|
} & {
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
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;
|
|
745
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
746
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
747
|
+
},
|
|
748
|
+
(state: RootState) => string
|
|
749
|
+
];
|
|
750
|
+
recomputations: () => number;
|
|
751
|
+
resetRecomputations: () => void;
|
|
752
|
+
dependencyRecomputations: () => number;
|
|
753
|
+
resetDependencyRecomputations: () => void;
|
|
600
754
|
} & {
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
},
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
755
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
756
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
757
|
+
},
|
|
758
|
+
(state: RootState) => import('@qite/tide-client').BookingPackage | undefined,
|
|
759
|
+
(state: RootState) => boolean,
|
|
760
|
+
(state: RootState) => boolean | undefined,
|
|
761
|
+
((state: {
|
|
762
|
+
booking: import('./booking-slice').BookingState;
|
|
763
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
764
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
765
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
766
|
+
apiSettings: import('../../..').ApiSettingsState;
|
|
609
767
|
}) => number | undefined) & {
|
|
768
|
+
clearCache: () => void;
|
|
769
|
+
resultsCount: () => number;
|
|
770
|
+
resetResultsCount: () => void;
|
|
771
|
+
} & {
|
|
772
|
+
resultFunc: (resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => number | undefined;
|
|
773
|
+
memoizedResultFunc: ((resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => number | undefined) & {
|
|
610
774
|
clearCache: () => void;
|
|
611
775
|
resultsCount: () => number;
|
|
612
776
|
resetResultsCount: () => void;
|
|
777
|
+
};
|
|
778
|
+
lastResult: () => number | undefined;
|
|
779
|
+
dependencies: [(state: RootState) => import('../../types').TravelersFormValues | undefined];
|
|
780
|
+
recomputations: () => number;
|
|
781
|
+
resetRecomputations: () => void;
|
|
782
|
+
dependencyRecomputations: () => number;
|
|
783
|
+
resetDependencyRecomputations: () => void;
|
|
613
784
|
} & {
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
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;
|
|
785
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
786
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
787
|
+
},
|
|
788
|
+
(state: RootState) => boolean,
|
|
789
|
+
(state: RootState) => boolean,
|
|
790
|
+
(state: RootState) => import('@qite/tide-client').BookingProductNotification[],
|
|
791
|
+
(state: RootState) => number[] | undefined,
|
|
792
|
+
(state: RootState) => string | undefined,
|
|
793
|
+
(state: RootState) => string[] | undefined
|
|
794
|
+
];
|
|
795
|
+
recomputations: () => number;
|
|
796
|
+
resetRecomputations: () => void;
|
|
797
|
+
dependencyRecomputations: () => number;
|
|
798
|
+
resetDependencyRecomputations: () => void;
|
|
634
799
|
} & {
|
|
635
|
-
|
|
636
|
-
|
|
800
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
801
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
637
802
|
};
|
|
638
803
|
export declare const selectTravelersFirstStep: (state: any) => any;
|