@qite/tide-booking-component 1.4.49 → 1.4.51
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/build/build-cjs/index.js +39775 -25912
- 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 +22 -6
- 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 +91 -38
- 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 +640 -478
- 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 +228 -214
- 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 +21 -21
- 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 +229 -229
- 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 +9 -9
- package/build/build-cjs/src/content/components/faq.d.ts +4 -4
- package/build/build-cjs/src/content/components/gallery.d.ts +5 -5
- package/build/build-cjs/src/content/components/icon.d.ts +5 -5
- package/build/build-cjs/src/content/components/image-with-text.d.ts +17 -17
- package/build/build-cjs/src/content/components/slider.d.ts +5 -5
- 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 +16 -16
- 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/navbar/placeholderData.d.ts +2 -2
- package/build/build-cjs/src/content/navbar/types.d.ts +18 -17
- package/build/build-cjs/src/index.d.ts +2 -0
- 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 +8 -7
- package/build/build-cjs/src/qsm/components/search-input/index.d.ts +8 -8
- 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 +112 -59
- package/build/build-cjs/src/qsm/store/qsm-store.d.ts +20 -7
- package/build/build-cjs/src/qsm/types.d.ts +62 -71
- 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/hotel/hotel-accommodation-results.d.ts +2 -2
- 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 +10 -9
- 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 +52 -23
- 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 +95 -103
- package/build/build-cjs/src/search-results/utils/flight-utils.d.ts +6 -1
- package/build/build-cjs/src/shared/components/flyin.d.ts +5 -5
- 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 +17 -6
- package/build/build-cjs/src/shared/utils/localization-util.d.ts +345 -345
- package/build/build-esm/index.js +39503 -25881
- 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 +22 -6
- 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 +91 -38
- 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 +640 -478
- 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 +228 -214
- 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 +21 -21
- 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 +229 -229
- 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 +9 -9
- package/build/build-esm/src/content/components/faq.d.ts +4 -4
- package/build/build-esm/src/content/components/gallery.d.ts +5 -5
- package/build/build-esm/src/content/components/icon.d.ts +5 -5
- package/build/build-esm/src/content/components/image-with-text.d.ts +17 -17
- package/build/build-esm/src/content/components/slider.d.ts +5 -5
- 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 +16 -16
- 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/navbar/placeholderData.d.ts +2 -2
- package/build/build-esm/src/content/navbar/types.d.ts +18 -17
- package/build/build-esm/src/index.d.ts +2 -0
- 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 +8 -7
- package/build/build-esm/src/qsm/components/search-input/index.d.ts +8 -8
- 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 +112 -59
- package/build/build-esm/src/qsm/store/qsm-store.d.ts +20 -7
- package/build/build-esm/src/qsm/types.d.ts +62 -71
- 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/hotel/hotel-accommodation-results.d.ts +2 -2
- 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 +10 -9
- 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 +52 -23
- 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 +95 -103
- package/build/build-esm/src/search-results/utils/flight-utils.d.ts +6 -1
- package/build/build-esm/src/shared/components/flyin.d.ts +5 -5
- 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 +17 -6
- package/build/build-esm/src/shared/utils/localization-util.d.ts +345 -345
- package/package.json +1 -1
- package/src/content/navbar/index.tsx +2 -4
- package/src/content/navbar/types.ts +2 -0
- package/src/index.ts +2 -0
- package/src/qsm/components/item-picker/index.tsx +2 -1
- package/src/qsm/store/qsm-slice.ts +2 -1
- package/src/qsm/types.ts +1 -12
- package/src/search-results/components/item-picker/index.tsx +3 -2
- package/src/search-results/components/search-results-container/flight-search-results.tsx +3 -3
- package/src/search-results/types.ts +0 -10
- package/src/shared/types.ts +14 -0
|
@@ -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('../../../shared/types').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('../../../shared/types').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('../../../shared/types').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('../../../shared/types').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('../../../shared/types').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('../../../shared/types').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('../../../shared/types').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("../../../shared/types").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('../../../shared/types').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;
|
|
@@ -256,381 +335,464 @@ export declare const selectVoucherCodes: (state: RootState) => string[] | undefi
|
|
|
256
335
|
export declare const selectCalculateDeposit: (state: RootState) => boolean;
|
|
257
336
|
export declare const selectIsRetry: (state: RootState) => boolean;
|
|
258
337
|
export declare const selectStartDate: (state: RootState) => string | undefined;
|
|
259
|
-
export declare const selectAgents: (state: RootState) => import(
|
|
338
|
+
export declare const selectAgents: (state: RootState) => import('@qite/tide-client').BookingTravelAgent[] | undefined;
|
|
260
339
|
export declare const selectProductCode: (state: RootState) => string | undefined;
|
|
261
340
|
export declare const selectAccommodationCodes: (state: RootState) => string[];
|
|
262
|
-
export declare const selectAccommodationViews: (state: RootState) =>
|
|
263
|
-
|
|
264
|
-
|
|
341
|
+
export declare const selectAccommodationViews: (state: RootState) =>
|
|
342
|
+
| {
|
|
343
|
+
[key: string]: string;
|
|
344
|
+
}
|
|
345
|
+
| undefined;
|
|
265
346
|
export declare const selectBookingQuery: (state: RootState) => Record<string, string> | undefined;
|
|
266
347
|
export declare const selectBookingQueryString: ((state: {
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
348
|
+
booking: import('./booking-slice').BookingState;
|
|
349
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
350
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
351
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
352
|
+
apiSettings: import('../../../shared/types').ApiSettingsState;
|
|
272
353
|
}) => string | undefined) & {
|
|
354
|
+
clearCache: () => void;
|
|
355
|
+
resultsCount: () => number;
|
|
356
|
+
resetResultsCount: () => void;
|
|
357
|
+
} & {
|
|
358
|
+
resultFunc: (resultFuncArgs_0: Record<string, string> | undefined) => string | undefined;
|
|
359
|
+
memoizedResultFunc: ((resultFuncArgs_0: Record<string, string> | undefined) => string | undefined) & {
|
|
273
360
|
clearCache: () => void;
|
|
274
361
|
resultsCount: () => number;
|
|
275
362
|
resetResultsCount: () => void;
|
|
363
|
+
};
|
|
364
|
+
lastResult: () => string | undefined;
|
|
365
|
+
dependencies: [(state: RootState) => Record<string, string> | undefined];
|
|
366
|
+
recomputations: () => number;
|
|
367
|
+
resetRecomputations: () => void;
|
|
368
|
+
dependencyRecomputations: () => number;
|
|
369
|
+
resetDependencyRecomputations: () => void;
|
|
276
370
|
} & {
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
clearCache: () => void;
|
|
280
|
-
resultsCount: () => number;
|
|
281
|
-
resetResultsCount: () => void;
|
|
282
|
-
};
|
|
283
|
-
lastResult: () => string | undefined;
|
|
284
|
-
dependencies: [(state: RootState) => Record<string, string> | undefined];
|
|
285
|
-
recomputations: () => number;
|
|
286
|
-
resetRecomputations: () => void;
|
|
287
|
-
dependencyRecomputations: () => number;
|
|
288
|
-
resetDependencyRecomputations: () => void;
|
|
289
|
-
} & {
|
|
290
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
291
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
371
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
372
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
292
373
|
};
|
|
293
374
|
export declare const selectMainBookerId: ((state: {
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
375
|
+
booking: import('./booking-slice').BookingState;
|
|
376
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
377
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
378
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
379
|
+
apiSettings: import('../../../shared/types').ApiSettingsState;
|
|
299
380
|
}) => number | undefined) & {
|
|
381
|
+
clearCache: () => void;
|
|
382
|
+
resultsCount: () => number;
|
|
383
|
+
resetResultsCount: () => void;
|
|
384
|
+
} & {
|
|
385
|
+
resultFunc: (resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => number | undefined;
|
|
386
|
+
memoizedResultFunc: ((resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => number | undefined) & {
|
|
300
387
|
clearCache: () => void;
|
|
301
388
|
resultsCount: () => number;
|
|
302
389
|
resetResultsCount: () => void;
|
|
390
|
+
};
|
|
391
|
+
lastResult: () => number | undefined;
|
|
392
|
+
dependencies: [(state: RootState) => import('../../types').TravelersFormValues | undefined];
|
|
393
|
+
recomputations: () => number;
|
|
394
|
+
resetRecomputations: () => void;
|
|
395
|
+
dependencyRecomputations: () => number;
|
|
396
|
+
resetDependencyRecomputations: () => void;
|
|
303
397
|
} & {
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
clearCache: () => void;
|
|
307
|
-
resultsCount: () => number;
|
|
308
|
-
resetResultsCount: () => void;
|
|
309
|
-
};
|
|
310
|
-
lastResult: () => number | undefined;
|
|
311
|
-
dependencies: [(state: RootState) => import("../../types").TravelersFormValues | undefined];
|
|
312
|
-
recomputations: () => number;
|
|
313
|
-
resetRecomputations: () => void;
|
|
314
|
-
dependencyRecomputations: () => number;
|
|
315
|
-
resetDependencyRecomputations: () => void;
|
|
316
|
-
} & {
|
|
317
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
318
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
398
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
399
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
319
400
|
};
|
|
320
401
|
export declare const selectBookingPackagePax: ((state: {
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
402
|
+
booking: import('./booking-slice').BookingState;
|
|
403
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
404
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
405
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
406
|
+
apiSettings: import('../../../shared/types').ApiSettingsState;
|
|
326
407
|
}) => BookingPackagePax[]) & {
|
|
408
|
+
clearCache: () => void;
|
|
409
|
+
resultsCount: () => number;
|
|
410
|
+
resetResultsCount: () => void;
|
|
411
|
+
} & {
|
|
412
|
+
resultFunc: (resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => BookingPackagePax[];
|
|
413
|
+
memoizedResultFunc: ((resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => BookingPackagePax[]) & {
|
|
327
414
|
clearCache: () => void;
|
|
328
415
|
resultsCount: () => number;
|
|
329
416
|
resetResultsCount: () => void;
|
|
417
|
+
};
|
|
418
|
+
lastResult: () => BookingPackagePax[];
|
|
419
|
+
dependencies: [(state: RootState) => import('../../types').TravelersFormValues | undefined];
|
|
420
|
+
recomputations: () => number;
|
|
421
|
+
resetRecomputations: () => void;
|
|
422
|
+
dependencyRecomputations: () => number;
|
|
423
|
+
resetDependencyRecomputations: () => void;
|
|
330
424
|
} & {
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
clearCache: () => void;
|
|
334
|
-
resultsCount: () => number;
|
|
335
|
-
resetResultsCount: () => void;
|
|
336
|
-
};
|
|
337
|
-
lastResult: () => BookingPackagePax[];
|
|
338
|
-
dependencies: [(state: RootState) => import("../../types").TravelersFormValues | undefined];
|
|
339
|
-
recomputations: () => number;
|
|
340
|
-
resetRecomputations: () => void;
|
|
341
|
-
dependencyRecomputations: () => number;
|
|
342
|
-
resetDependencyRecomputations: () => void;
|
|
343
|
-
} & {
|
|
344
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
345
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
425
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
426
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
346
427
|
};
|
|
347
428
|
export declare const selectBookingAddress: ((state: {
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
429
|
+
booking: import('./booking-slice').BookingState;
|
|
430
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
431
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
432
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
433
|
+
apiSettings: import('../../../shared/types').ApiSettingsState;
|
|
353
434
|
}) => BookingPackageAddress | undefined) & {
|
|
435
|
+
clearCache: () => void;
|
|
436
|
+
resultsCount: () => number;
|
|
437
|
+
resetResultsCount: () => void;
|
|
438
|
+
} & {
|
|
439
|
+
resultFunc: (
|
|
440
|
+
resultFuncArgs_0: import('../../types').TravelersFormValues | undefined,
|
|
441
|
+
resultFuncArgs_1: BookingPackagePax[],
|
|
442
|
+
resultFuncArgs_2: string
|
|
443
|
+
) => BookingPackageAddress | undefined;
|
|
444
|
+
memoizedResultFunc: ((
|
|
445
|
+
resultFuncArgs_0: import('../../types').TravelersFormValues | undefined,
|
|
446
|
+
resultFuncArgs_1: BookingPackagePax[],
|
|
447
|
+
resultFuncArgs_2: string
|
|
448
|
+
) => BookingPackageAddress | undefined) & {
|
|
354
449
|
clearCache: () => void;
|
|
355
450
|
resultsCount: () => number;
|
|
356
451
|
resetResultsCount: () => void;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
368
|
-
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
369
|
-
summary: import("../summary/summary-slice").SummaryState;
|
|
370
|
-
apiSettings: import("../../../shared/types").ApiSettingsState;
|
|
452
|
+
};
|
|
453
|
+
lastResult: () => BookingPackageAddress | undefined;
|
|
454
|
+
dependencies: [
|
|
455
|
+
(state: RootState) => import('../../types').TravelersFormValues | undefined,
|
|
456
|
+
((state: {
|
|
457
|
+
booking: import('./booking-slice').BookingState;
|
|
458
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
459
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
460
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
461
|
+
apiSettings: import('../../../shared/types').ApiSettingsState;
|
|
371
462
|
}) => BookingPackagePax[]) & {
|
|
463
|
+
clearCache: () => void;
|
|
464
|
+
resultsCount: () => number;
|
|
465
|
+
resetResultsCount: () => void;
|
|
466
|
+
} & {
|
|
467
|
+
resultFunc: (resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => BookingPackagePax[];
|
|
468
|
+
memoizedResultFunc: ((resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => BookingPackagePax[]) & {
|
|
372
469
|
clearCache: () => void;
|
|
373
470
|
resultsCount: () => number;
|
|
374
471
|
resetResultsCount: () => void;
|
|
472
|
+
};
|
|
473
|
+
lastResult: () => BookingPackagePax[];
|
|
474
|
+
dependencies: [(state: RootState) => import('../../types').TravelersFormValues | undefined];
|
|
475
|
+
recomputations: () => number;
|
|
476
|
+
resetRecomputations: () => void;
|
|
477
|
+
dependencyRecomputations: () => number;
|
|
478
|
+
resetDependencyRecomputations: () => void;
|
|
375
479
|
} & {
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
resetRecomputations: () => void;
|
|
386
|
-
dependencyRecomputations: () => number;
|
|
387
|
-
resetDependencyRecomputations: () => void;
|
|
388
|
-
} & {
|
|
389
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
390
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
391
|
-
}, (state: RootState) => string];
|
|
392
|
-
recomputations: () => number;
|
|
393
|
-
resetRecomputations: () => void;
|
|
394
|
-
dependencyRecomputations: () => number;
|
|
395
|
-
resetDependencyRecomputations: () => void;
|
|
480
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
481
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
482
|
+
},
|
|
483
|
+
(state: RootState) => string
|
|
484
|
+
];
|
|
485
|
+
recomputations: () => number;
|
|
486
|
+
resetRecomputations: () => void;
|
|
487
|
+
dependencyRecomputations: () => number;
|
|
488
|
+
resetDependencyRecomputations: () => void;
|
|
396
489
|
} & {
|
|
397
|
-
|
|
398
|
-
|
|
490
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
491
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
399
492
|
};
|
|
400
493
|
export declare const selectBookingPackageRequest: ((state: {
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
494
|
+
booking: import('./booking-slice').BookingState;
|
|
495
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
496
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
497
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
498
|
+
apiSettings: import('../../../shared/types').ApiSettingsState;
|
|
406
499
|
}) => BookingPackageRequest<any>) & {
|
|
500
|
+
clearCache: () => void;
|
|
501
|
+
resultsCount: () => number;
|
|
502
|
+
resetResultsCount: () => void;
|
|
503
|
+
} & {
|
|
504
|
+
resultFunc: (resultFuncArgs_0: number, resultFuncArgs_1: number | undefined, resultFuncArgs_2: number | undefined) => BookingPackageRequest<any>;
|
|
505
|
+
memoizedResultFunc: ((resultFuncArgs_0: number, resultFuncArgs_1: number | undefined, resultFuncArgs_2: number | undefined) => BookingPackageRequest<any>) & {
|
|
407
506
|
clearCache: () => void;
|
|
408
507
|
resultsCount: () => number;
|
|
409
508
|
resetResultsCount: () => void;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
421
|
-
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
422
|
-
summary: import("../summary/summary-slice").SummaryState;
|
|
423
|
-
apiSettings: import("../../../shared/types").ApiSettingsState;
|
|
509
|
+
};
|
|
510
|
+
lastResult: () => BookingPackageRequest<any>;
|
|
511
|
+
dependencies: [
|
|
512
|
+
(state: RootState) => number,
|
|
513
|
+
((state: {
|
|
514
|
+
booking: import('./booking-slice').BookingState;
|
|
515
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
516
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
517
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
518
|
+
apiSettings: import('../../../shared/types').ApiSettingsState;
|
|
424
519
|
}) => number | undefined) & {
|
|
520
|
+
clearCache: () => void;
|
|
521
|
+
resultsCount: () => number;
|
|
522
|
+
resetResultsCount: () => void;
|
|
523
|
+
} & {
|
|
524
|
+
resultFunc: (resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => number | undefined;
|
|
525
|
+
memoizedResultFunc: ((resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => number | undefined) & {
|
|
425
526
|
clearCache: () => void;
|
|
426
527
|
resultsCount: () => number;
|
|
427
528
|
resetResultsCount: () => void;
|
|
529
|
+
};
|
|
530
|
+
lastResult: () => number | undefined;
|
|
531
|
+
dependencies: [(state: RootState) => import('../../types').TravelersFormValues | undefined];
|
|
532
|
+
recomputations: () => number;
|
|
533
|
+
resetRecomputations: () => void;
|
|
534
|
+
dependencyRecomputations: () => number;
|
|
535
|
+
resetDependencyRecomputations: () => void;
|
|
428
536
|
} & {
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
resetRecomputations: () => void;
|
|
439
|
-
dependencyRecomputations: () => number;
|
|
440
|
-
resetDependencyRecomputations: () => void;
|
|
441
|
-
} & {
|
|
442
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
443
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
444
|
-
}, (state: RootState) => number | undefined];
|
|
445
|
-
recomputations: () => number;
|
|
446
|
-
resetRecomputations: () => void;
|
|
447
|
-
dependencyRecomputations: () => number;
|
|
448
|
-
resetDependencyRecomputations: () => void;
|
|
537
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
538
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
539
|
+
},
|
|
540
|
+
(state: RootState) => number | undefined
|
|
541
|
+
];
|
|
542
|
+
recomputations: () => number;
|
|
543
|
+
resetRecomputations: () => void;
|
|
544
|
+
dependencyRecomputations: () => number;
|
|
545
|
+
resetDependencyRecomputations: () => void;
|
|
449
546
|
} & {
|
|
450
|
-
|
|
451
|
-
|
|
547
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
548
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
452
549
|
};
|
|
453
550
|
export declare const selectBookingPackageBookRequest: ((state: {
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
551
|
+
booking: import('./booking-slice').BookingState;
|
|
552
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
553
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
554
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
555
|
+
apiSettings: import('../../../shared/types').ApiSettingsState;
|
|
459
556
|
}) => BookingPackageRequest<BookingPackageBookRequest> | null) & {
|
|
557
|
+
clearCache: () => void;
|
|
558
|
+
resultsCount: () => number;
|
|
559
|
+
resetResultsCount: () => void;
|
|
560
|
+
} & {
|
|
561
|
+
resultFunc: (
|
|
562
|
+
resultFuncArgs_0: BookingPackageRequest<any>,
|
|
563
|
+
resultFuncArgs_1: import('../../types').BookingOptions,
|
|
564
|
+
resultFuncArgs_2: string,
|
|
565
|
+
resultFuncArgs_3: BookingPackagePax[],
|
|
566
|
+
resultFuncArgs_4: BookingPackageAddress | undefined,
|
|
567
|
+
resultFuncArgs_5: import('@qite/tide-client').BookingPackage | undefined,
|
|
568
|
+
resultFuncArgs_6: boolean,
|
|
569
|
+
resultFuncArgs_7: number | undefined,
|
|
570
|
+
resultFuncArgs_8: boolean,
|
|
571
|
+
resultFuncArgs_9: boolean,
|
|
572
|
+
resultFuncArgs_10: import('@qite/tide-client').BookingProductNotification[],
|
|
573
|
+
resultFuncArgs_11: number[] | undefined,
|
|
574
|
+
resultFuncArgs_12: string | undefined,
|
|
575
|
+
resultFuncArgs_13: string[] | undefined
|
|
576
|
+
) => BookingPackageRequest<BookingPackageBookRequest> | null;
|
|
577
|
+
memoizedResultFunc: ((
|
|
578
|
+
resultFuncArgs_0: BookingPackageRequest<any>,
|
|
579
|
+
resultFuncArgs_1: import('../../types').BookingOptions,
|
|
580
|
+
resultFuncArgs_2: string,
|
|
581
|
+
resultFuncArgs_3: BookingPackagePax[],
|
|
582
|
+
resultFuncArgs_4: BookingPackageAddress | undefined,
|
|
583
|
+
resultFuncArgs_5: import('@qite/tide-client').BookingPackage | undefined,
|
|
584
|
+
resultFuncArgs_6: boolean,
|
|
585
|
+
resultFuncArgs_7: number | undefined,
|
|
586
|
+
resultFuncArgs_8: boolean,
|
|
587
|
+
resultFuncArgs_9: boolean,
|
|
588
|
+
resultFuncArgs_10: import('@qite/tide-client').BookingProductNotification[],
|
|
589
|
+
resultFuncArgs_11: number[] | undefined,
|
|
590
|
+
resultFuncArgs_12: string | undefined,
|
|
591
|
+
resultFuncArgs_13: string[] | undefined
|
|
592
|
+
) => BookingPackageRequest<BookingPackageBookRequest> | null) & {
|
|
460
593
|
clearCache: () => void;
|
|
461
594
|
resultsCount: () => number;
|
|
462
595
|
resetResultsCount: () => void;
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
booking: import("./booking-slice").BookingState;
|
|
473
|
-
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
474
|
-
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
475
|
-
summary: import("../summary/summary-slice").SummaryState;
|
|
476
|
-
apiSettings: import("../../../shared/types").ApiSettingsState;
|
|
596
|
+
};
|
|
597
|
+
lastResult: () => BookingPackageRequest<BookingPackageBookRequest> | null;
|
|
598
|
+
dependencies: [
|
|
599
|
+
((state: {
|
|
600
|
+
booking: import('./booking-slice').BookingState;
|
|
601
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
602
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
603
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
604
|
+
apiSettings: import('../../../shared/types').ApiSettingsState;
|
|
477
605
|
}) => BookingPackageRequest<any>) & {
|
|
606
|
+
clearCache: () => void;
|
|
607
|
+
resultsCount: () => number;
|
|
608
|
+
resetResultsCount: () => void;
|
|
609
|
+
} & {
|
|
610
|
+
resultFunc: (resultFuncArgs_0: number, resultFuncArgs_1: number | undefined, resultFuncArgs_2: number | undefined) => BookingPackageRequest<any>;
|
|
611
|
+
memoizedResultFunc: ((
|
|
612
|
+
resultFuncArgs_0: number,
|
|
613
|
+
resultFuncArgs_1: number | undefined,
|
|
614
|
+
resultFuncArgs_2: number | undefined
|
|
615
|
+
) => BookingPackageRequest<any>) & {
|
|
478
616
|
clearCache: () => void;
|
|
479
617
|
resultsCount: () => number;
|
|
480
618
|
resetResultsCount: () => void;
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
492
|
-
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
493
|
-
summary: import("../summary/summary-slice").SummaryState;
|
|
494
|
-
apiSettings: import("../../../shared/types").ApiSettingsState;
|
|
619
|
+
};
|
|
620
|
+
lastResult: () => BookingPackageRequest<any>;
|
|
621
|
+
dependencies: [
|
|
622
|
+
(state: RootState) => number,
|
|
623
|
+
((state: {
|
|
624
|
+
booking: import('./booking-slice').BookingState;
|
|
625
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
626
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
627
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
628
|
+
apiSettings: import('../../../shared/types').ApiSettingsState;
|
|
495
629
|
}) => number | undefined) & {
|
|
630
|
+
clearCache: () => void;
|
|
631
|
+
resultsCount: () => number;
|
|
632
|
+
resetResultsCount: () => void;
|
|
633
|
+
} & {
|
|
634
|
+
resultFunc: (resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => number | undefined;
|
|
635
|
+
memoizedResultFunc: ((resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => number | undefined) & {
|
|
496
636
|
clearCache: () => void;
|
|
497
637
|
resultsCount: () => number;
|
|
498
638
|
resetResultsCount: () => void;
|
|
639
|
+
};
|
|
640
|
+
lastResult: () => number | undefined;
|
|
641
|
+
dependencies: [(state: RootState) => import('../../types').TravelersFormValues | undefined];
|
|
642
|
+
recomputations: () => number;
|
|
643
|
+
resetRecomputations: () => void;
|
|
644
|
+
dependencyRecomputations: () => number;
|
|
645
|
+
resetDependencyRecomputations: () => void;
|
|
499
646
|
} & {
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
resetRecomputations: () => void;
|
|
510
|
-
dependencyRecomputations: () => number;
|
|
511
|
-
resetDependencyRecomputations: () => void;
|
|
512
|
-
} & {
|
|
513
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
514
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
515
|
-
}, (state: RootState) => number | undefined];
|
|
516
|
-
recomputations: () => number;
|
|
517
|
-
resetRecomputations: () => void;
|
|
518
|
-
dependencyRecomputations: () => number;
|
|
519
|
-
resetDependencyRecomputations: () => void;
|
|
647
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
648
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
649
|
+
},
|
|
650
|
+
(state: RootState) => number | undefined
|
|
651
|
+
];
|
|
652
|
+
recomputations: () => number;
|
|
653
|
+
resetRecomputations: () => void;
|
|
654
|
+
dependencyRecomputations: () => number;
|
|
655
|
+
resetDependencyRecomputations: () => void;
|
|
520
656
|
} & {
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
},
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
657
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
658
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
659
|
+
},
|
|
660
|
+
(state: RootState) => import('../../types').BookingOptions,
|
|
661
|
+
(state: RootState) => string,
|
|
662
|
+
((state: {
|
|
663
|
+
booking: import('./booking-slice').BookingState;
|
|
664
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
665
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
666
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
667
|
+
apiSettings: import('../../../shared/types').ApiSettingsState;
|
|
529
668
|
}) => BookingPackagePax[]) & {
|
|
669
|
+
clearCache: () => void;
|
|
670
|
+
resultsCount: () => number;
|
|
671
|
+
resetResultsCount: () => void;
|
|
672
|
+
} & {
|
|
673
|
+
resultFunc: (resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => BookingPackagePax[];
|
|
674
|
+
memoizedResultFunc: ((resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => BookingPackagePax[]) & {
|
|
530
675
|
clearCache: () => void;
|
|
531
676
|
resultsCount: () => number;
|
|
532
677
|
resetResultsCount: () => void;
|
|
678
|
+
};
|
|
679
|
+
lastResult: () => BookingPackagePax[];
|
|
680
|
+
dependencies: [(state: RootState) => import('../../types').TravelersFormValues | undefined];
|
|
681
|
+
recomputations: () => number;
|
|
682
|
+
resetRecomputations: () => void;
|
|
683
|
+
dependencyRecomputations: () => number;
|
|
684
|
+
resetDependencyRecomputations: () => void;
|
|
533
685
|
} & {
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
resetRecomputations: () => void;
|
|
544
|
-
dependencyRecomputations: () => number;
|
|
545
|
-
resetDependencyRecomputations: () => void;
|
|
546
|
-
} & {
|
|
547
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
548
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
549
|
-
}, ((state: {
|
|
550
|
-
booking: import("./booking-slice").BookingState;
|
|
551
|
-
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
552
|
-
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
553
|
-
summary: import("../summary/summary-slice").SummaryState;
|
|
554
|
-
apiSettings: import("../../../shared/types").ApiSettingsState;
|
|
686
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
687
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
688
|
+
},
|
|
689
|
+
((state: {
|
|
690
|
+
booking: import('./booking-slice').BookingState;
|
|
691
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
692
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
693
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
694
|
+
apiSettings: import('../../../shared/types').ApiSettingsState;
|
|
555
695
|
}) => BookingPackageAddress | undefined) & {
|
|
696
|
+
clearCache: () => void;
|
|
697
|
+
resultsCount: () => number;
|
|
698
|
+
resetResultsCount: () => void;
|
|
699
|
+
} & {
|
|
700
|
+
resultFunc: (
|
|
701
|
+
resultFuncArgs_0: import('../../types').TravelersFormValues | undefined,
|
|
702
|
+
resultFuncArgs_1: BookingPackagePax[],
|
|
703
|
+
resultFuncArgs_2: string
|
|
704
|
+
) => BookingPackageAddress | undefined;
|
|
705
|
+
memoizedResultFunc: ((
|
|
706
|
+
resultFuncArgs_0: import('../../types').TravelersFormValues | undefined,
|
|
707
|
+
resultFuncArgs_1: BookingPackagePax[],
|
|
708
|
+
resultFuncArgs_2: string
|
|
709
|
+
) => BookingPackageAddress | undefined) & {
|
|
556
710
|
clearCache: () => void;
|
|
557
711
|
resultsCount: () => number;
|
|
558
712
|
resetResultsCount: () => void;
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
570
|
-
priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
|
|
571
|
-
summary: import("../summary/summary-slice").SummaryState;
|
|
572
|
-
apiSettings: import("../../../shared/types").ApiSettingsState;
|
|
713
|
+
};
|
|
714
|
+
lastResult: () => BookingPackageAddress | undefined;
|
|
715
|
+
dependencies: [
|
|
716
|
+
(state: RootState) => import('../../types').TravelersFormValues | undefined,
|
|
717
|
+
((state: {
|
|
718
|
+
booking: import('./booking-slice').BookingState;
|
|
719
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
720
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
721
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
722
|
+
apiSettings: import('../../../shared/types').ApiSettingsState;
|
|
573
723
|
}) => BookingPackagePax[]) & {
|
|
724
|
+
clearCache: () => void;
|
|
725
|
+
resultsCount: () => number;
|
|
726
|
+
resetResultsCount: () => void;
|
|
727
|
+
} & {
|
|
728
|
+
resultFunc: (resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => BookingPackagePax[];
|
|
729
|
+
memoizedResultFunc: ((resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => BookingPackagePax[]) & {
|
|
574
730
|
clearCache: () => void;
|
|
575
731
|
resultsCount: () => number;
|
|
576
732
|
resetResultsCount: () => void;
|
|
733
|
+
};
|
|
734
|
+
lastResult: () => BookingPackagePax[];
|
|
735
|
+
dependencies: [(state: RootState) => import('../../types').TravelersFormValues | undefined];
|
|
736
|
+
recomputations: () => number;
|
|
737
|
+
resetRecomputations: () => void;
|
|
738
|
+
dependencyRecomputations: () => number;
|
|
739
|
+
resetDependencyRecomputations: () => void;
|
|
577
740
|
} & {
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
resetRecomputations: () => void;
|
|
588
|
-
dependencyRecomputations: () => number;
|
|
589
|
-
resetDependencyRecomputations: () => void;
|
|
590
|
-
} & {
|
|
591
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
592
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
593
|
-
}, (state: RootState) => string];
|
|
594
|
-
recomputations: () => number;
|
|
595
|
-
resetRecomputations: () => void;
|
|
596
|
-
dependencyRecomputations: () => number;
|
|
597
|
-
resetDependencyRecomputations: () => void;
|
|
741
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
742
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
743
|
+
},
|
|
744
|
+
(state: RootState) => string
|
|
745
|
+
];
|
|
746
|
+
recomputations: () => number;
|
|
747
|
+
resetRecomputations: () => void;
|
|
748
|
+
dependencyRecomputations: () => number;
|
|
749
|
+
resetDependencyRecomputations: () => void;
|
|
598
750
|
} & {
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
},
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
751
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
752
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
753
|
+
},
|
|
754
|
+
(state: RootState) => import('@qite/tide-client').BookingPackage | undefined,
|
|
755
|
+
(state: RootState) => boolean,
|
|
756
|
+
((state: {
|
|
757
|
+
booking: import('./booking-slice').BookingState;
|
|
758
|
+
travelersForm: import('../travelers-form/travelers-form-slice').TravelersFormState;
|
|
759
|
+
priceDetails: import('../price-details/price-details-slice').PriceDetailsState;
|
|
760
|
+
summary: import('../summary/summary-slice').SummaryState;
|
|
761
|
+
apiSettings: import('../../../shared/types').ApiSettingsState;
|
|
607
762
|
}) => number | undefined) & {
|
|
763
|
+
clearCache: () => void;
|
|
764
|
+
resultsCount: () => number;
|
|
765
|
+
resetResultsCount: () => void;
|
|
766
|
+
} & {
|
|
767
|
+
resultFunc: (resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => number | undefined;
|
|
768
|
+
memoizedResultFunc: ((resultFuncArgs_0: import('../../types').TravelersFormValues | undefined) => number | undefined) & {
|
|
608
769
|
clearCache: () => void;
|
|
609
770
|
resultsCount: () => number;
|
|
610
771
|
resetResultsCount: () => void;
|
|
772
|
+
};
|
|
773
|
+
lastResult: () => number | undefined;
|
|
774
|
+
dependencies: [(state: RootState) => import('../../types').TravelersFormValues | undefined];
|
|
775
|
+
recomputations: () => number;
|
|
776
|
+
resetRecomputations: () => void;
|
|
777
|
+
dependencyRecomputations: () => number;
|
|
778
|
+
resetDependencyRecomputations: () => void;
|
|
611
779
|
} & {
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
627
|
-
}, (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];
|
|
628
|
-
recomputations: () => number;
|
|
629
|
-
resetRecomputations: () => void;
|
|
630
|
-
dependencyRecomputations: () => number;
|
|
631
|
-
resetDependencyRecomputations: () => void;
|
|
780
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
781
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
782
|
+
},
|
|
783
|
+
(state: RootState) => boolean,
|
|
784
|
+
(state: RootState) => boolean,
|
|
785
|
+
(state: RootState) => import('@qite/tide-client').BookingProductNotification[],
|
|
786
|
+
(state: RootState) => number[] | undefined,
|
|
787
|
+
(state: RootState) => string | undefined,
|
|
788
|
+
(state: RootState) => string[] | undefined
|
|
789
|
+
];
|
|
790
|
+
recomputations: () => number;
|
|
791
|
+
resetRecomputations: () => void;
|
|
792
|
+
dependencyRecomputations: () => number;
|
|
793
|
+
resetDependencyRecomputations: () => void;
|
|
632
794
|
} & {
|
|
633
|
-
|
|
634
|
-
|
|
795
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
796
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
635
797
|
};
|
|
636
798
|
export declare const selectTravelersFirstStep: (state: any) => any;
|