@qite/tide-booking-component 1.4.47 → 1.4.49
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 +25917 -39780
- 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 +19 -16
- 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 +2 -1
- package/build/build-cjs/src/booking-product/types.d.ts +21 -21
- package/build/build-cjs/src/booking-product/utils/api.d.ts +2 -11
- package/build/build-cjs/src/booking-product/utils/price.d.ts +1 -10
- package/build/build-cjs/src/booking-wizard/api-settings-slice.d.ts +2 -3
- 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 +6 -22
- 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 +38 -91
- 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 +1 -8
- package/build/build-cjs/src/booking-wizard/features/booking/selectors.d.ts +478 -640
- package/build/build-cjs/src/booking-wizard/features/confirmation/confirmation.d.ts +2 -1
- package/build/build-cjs/src/booking-wizard/features/error/error.d.ts +2 -1
- 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 +2 -9
- package/build/build-cjs/src/booking-wizard/features/flight-options/index.d.ts +2 -1
- package/build/build-cjs/src/booking-wizard/features/price-details/price-details-api.d.ts +1 -6
- package/build/build-cjs/src/booking-wizard/features/price-details/price-details-slice.d.ts +214 -228
- 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 +2 -1
- package/build/build-cjs/src/booking-wizard/features/room-options/index.d.ts +2 -1
- package/build/build-cjs/src/booking-wizard/features/room-options/room-utils.d.ts +6 -19
- 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 +2 -4
- 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 +2 -1
- 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 +2 -1
- 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 +1 -8
- package/build/build-cjs/src/booking-wizard/index.d.ts +6 -6
- package/build/build-cjs/src/booking-wizard/settings-context.d.ts +2 -1
- package/build/build-cjs/src/booking-wizard/store.d.ts +22 -40
- 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 +20 -23
- 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 +17 -17
- package/build/build-cjs/src/index.d.ts +5 -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 +6 -6
- 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 +58 -110
- package/build/build-cjs/src/qsm/store/qsm-store.d.ts +7 -20
- package/build/build-cjs/src/qsm/types.d.ts +67 -67
- 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 +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 +2 -1
- 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 +2 -1
- package/build/build-cjs/src/search-results/features/flights/flight-search-results-self-contained.d.ts +2 -1
- package/build/build-cjs/src/search-results/features/hotels/hotel-flight-search-results-self-contained.d.ts +2 -1
- package/build/build-cjs/src/search-results/features/hotels/hotel-search-results-self-contained.d.ts +2 -1
- package/build/build-cjs/src/search-results/features/roundtrips/roundtrip-search-results-self-contained.d.ts +2 -1
- 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 +23 -52
- package/build/build-cjs/src/search-results/store/search-results-store.d.ts +7 -20
- package/build/build-cjs/src/search-results/types.d.ts +99 -99
- package/build/build-cjs/src/search-results/utils/flight-utils.d.ts +1 -6
- 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 +6 -6
- package/build/build-cjs/src/shared/utils/localization-util.d.ts +345 -345
- package/build/build-esm/index.js +25912 -39534
- 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 +19 -16
- 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 +2 -1
- package/build/build-esm/src/booking-product/types.d.ts +21 -21
- package/build/build-esm/src/booking-product/utils/api.d.ts +2 -11
- package/build/build-esm/src/booking-product/utils/price.d.ts +1 -10
- package/build/build-esm/src/booking-wizard/api-settings-slice.d.ts +2 -3
- 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 +6 -22
- 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 +38 -91
- 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 +1 -8
- package/build/build-esm/src/booking-wizard/features/booking/selectors.d.ts +478 -640
- package/build/build-esm/src/booking-wizard/features/confirmation/confirmation.d.ts +2 -1
- package/build/build-esm/src/booking-wizard/features/error/error.d.ts +2 -1
- 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 +2 -9
- package/build/build-esm/src/booking-wizard/features/flight-options/index.d.ts +2 -1
- package/build/build-esm/src/booking-wizard/features/price-details/price-details-api.d.ts +1 -6
- package/build/build-esm/src/booking-wizard/features/price-details/price-details-slice.d.ts +214 -228
- 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 +2 -1
- package/build/build-esm/src/booking-wizard/features/room-options/index.d.ts +2 -1
- package/build/build-esm/src/booking-wizard/features/room-options/room-utils.d.ts +6 -19
- 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 +2 -4
- 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 +2 -1
- 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 +2 -1
- 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 +1 -8
- package/build/build-esm/src/booking-wizard/index.d.ts +6 -6
- package/build/build-esm/src/booking-wizard/settings-context.d.ts +2 -1
- package/build/build-esm/src/booking-wizard/store.d.ts +22 -40
- 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 +20 -23
- 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 +17 -17
- package/build/build-esm/src/index.d.ts +5 -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 +6 -6
- 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 +58 -110
- package/build/build-esm/src/qsm/store/qsm-store.d.ts +7 -20
- package/build/build-esm/src/qsm/types.d.ts +67 -67
- 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 +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 +2 -1
- 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 +2 -1
- package/build/build-esm/src/search-results/features/flights/flight-search-results-self-contained.d.ts +2 -1
- package/build/build-esm/src/search-results/features/hotels/hotel-flight-search-results-self-contained.d.ts +2 -1
- package/build/build-esm/src/search-results/features/hotels/hotel-search-results-self-contained.d.ts +2 -1
- package/build/build-esm/src/search-results/features/roundtrips/roundtrip-search-results-self-contained.d.ts +2 -1
- 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 +23 -52
- package/build/build-esm/src/search-results/store/search-results-store.d.ts +7 -20
- package/build/build-esm/src/search-results/types.d.ts +99 -99
- package/build/build-esm/src/search-results/utils/flight-utils.d.ts +1 -6
- 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 +6 -6
- package/build/build-esm/src/shared/utils/localization-util.d.ts +345 -345
- package/package.json +2 -1
- package/src/index.ts +6 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { FlightFilterOptions } from '../../types';
|
|
3
3
|
interface FlightFilterProps {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
filterOptions: FlightFilterOptions;
|
|
5
|
+
resultCount: number;
|
|
6
|
+
applyFilter: (options: FlightFilterOptions) => void;
|
|
7
7
|
}
|
|
8
8
|
declare const FlightFilter: React.FC<FlightFilterProps>;
|
|
9
9
|
export default FlightFilter;
|
package/build/build-cjs/src/booking-wizard/features/flight-options/flight-option-flight.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { GroupedFlightDetails } from '../../types';
|
|
3
3
|
interface FlightOptionFlightProps {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
details: GroupedFlightDetails;
|
|
5
|
+
isOptionsVisible: boolean;
|
|
6
6
|
}
|
|
7
7
|
declare const FlightOptionFlight: React.FC<FlightOptionFlightProps>;
|
|
8
8
|
export default FlightOptionFlight;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { GroupedFlights } from '../../types';
|
|
3
3
|
interface FlightOptionProps {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
item: GroupedFlights;
|
|
5
|
+
isSelected: boolean;
|
|
6
|
+
currentPrice: number;
|
|
7
|
+
onChange: (item: GroupedFlights) => void;
|
|
8
8
|
}
|
|
9
9
|
declare const FlightOption: React.FC<FlightOptionProps>;
|
|
10
10
|
export default FlightOption;
|
|
@@ -1,13 +1,6 @@
|
|
|
1
1
|
import { BookingPackageFlight } from '@qite/tide-client/build/types';
|
|
2
2
|
import { FlightFilterOptions, GroupedFlights } from '../../types';
|
|
3
|
-
export declare const buildGroupedFlights: (
|
|
4
|
-
|
|
5
|
-
returnFlights: BookingPackageFlight[] | undefined
|
|
6
|
-
) => GroupedFlights[];
|
|
7
|
-
export declare const buildFilterOptions: (
|
|
8
|
-
outwardFlights: BookingPackageFlight[] | undefined,
|
|
9
|
-
returnFlights: BookingPackageFlight[] | undefined,
|
|
10
|
-
translations: any
|
|
11
|
-
) => FlightFilterOptions | undefined;
|
|
3
|
+
export declare const buildGroupedFlights: (outwardFlights: BookingPackageFlight[] | undefined, returnFlights: BookingPackageFlight[] | undefined) => GroupedFlights[];
|
|
4
|
+
export declare const buildFilterOptions: (outwardFlights: BookingPackageFlight[] | undefined, returnFlights: BookingPackageFlight[] | undefined, translations: any) => FlightFilterOptions | undefined;
|
|
12
5
|
export declare const filterGroupedFlights: (groups: GroupedFlights[], filterOptions: FlightFilterOptions | undefined) => GroupedFlights[];
|
|
13
6
|
export declare const formatMinutes: (minutes: number) => string;
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
import { BookingPackageBookRequest, BookingPackageRequest, BookingPriceDetails } from '@qite/tide-client/build/types';
|
|
2
2
|
import { ApiSettingsState } from '../../../shared/types';
|
|
3
3
|
declare const priceDetailsApi: {
|
|
4
|
-
|
|
5
|
-
apiSettings: ApiSettingsState,
|
|
6
|
-
request: BookingPackageRequest<BookingPackageBookRequest>,
|
|
7
|
-
signal: AbortSignal,
|
|
8
|
-
languageCode?: string
|
|
9
|
-
) => Promise<BookingPriceDetails>;
|
|
4
|
+
fetchPriceDetails: (apiSettings: ApiSettingsState, request: BookingPackageRequest<BookingPackageBookRequest>, signal: AbortSignal, languageCode?: string) => Promise<BookingPriceDetails>;
|
|
10
5
|
};
|
|
11
6
|
export default priceDetailsApi;
|
|
@@ -1,304 +1,290 @@
|
|
|
1
1
|
import { RootState } from '../../store';
|
|
2
2
|
import { BookingPriceDetail, BookingPriceDetails, BookingProductNotification } from '@qite/tide-client/build/types';
|
|
3
3
|
export interface PriceDetailsState {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
priceDetails: BookingPriceDetail[];
|
|
5
|
+
notifications: BookingProductNotification[];
|
|
6
|
+
deposit?: number;
|
|
7
|
+
isBusy: boolean;
|
|
8
8
|
}
|
|
9
|
-
export declare const fetchPriceDetails: import(
|
|
10
|
-
BookingPriceDetails,
|
|
11
|
-
void,
|
|
12
|
-
{
|
|
9
|
+
export declare const fetchPriceDetails: import("@reduxjs/toolkit").AsyncThunk<BookingPriceDetails, void, {
|
|
13
10
|
state?: unknown;
|
|
14
|
-
dispatch?: import(
|
|
11
|
+
dispatch?: import("@reduxjs/toolkit").ThunkDispatch<unknown, unknown, import("@reduxjs/toolkit").UnknownAction>;
|
|
15
12
|
extra?: unknown;
|
|
16
13
|
rejectValue?: unknown;
|
|
17
14
|
serializedErrorType?: unknown;
|
|
18
15
|
pendingMeta?: unknown;
|
|
19
16
|
fulfilledMeta?: unknown;
|
|
20
17
|
rejectedMeta?: unknown;
|
|
21
|
-
|
|
22
|
-
>;
|
|
18
|
+
}>;
|
|
23
19
|
export declare const selectPriceDetails: (state: RootState) => BookingPriceDetail[];
|
|
24
20
|
export declare const selectPackagePriceDetails: ((state: {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
21
|
+
booking: import("../booking/booking-slice").BookingState;
|
|
22
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
23
|
+
priceDetails: PriceDetailsState;
|
|
24
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
25
|
+
apiSettings: import("../../../shared/types").ApiSettingsState;
|
|
30
26
|
}) => BookingPriceDetail[]) & {
|
|
31
|
-
clearCache: () => void;
|
|
32
|
-
resultsCount: () => number;
|
|
33
|
-
resetResultsCount: () => void;
|
|
34
|
-
} & {
|
|
35
|
-
resultFunc: (resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[];
|
|
36
|
-
memoizedResultFunc: ((resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[]) & {
|
|
37
27
|
clearCache: () => void;
|
|
38
28
|
resultsCount: () => number;
|
|
39
29
|
resetResultsCount: () => void;
|
|
40
|
-
};
|
|
41
|
-
lastResult: () => BookingPriceDetail[];
|
|
42
|
-
dependencies: [(state: RootState) => BookingPriceDetail[]];
|
|
43
|
-
recomputations: () => number;
|
|
44
|
-
resetRecomputations: () => void;
|
|
45
|
-
dependencyRecomputations: () => number;
|
|
46
|
-
resetDependencyRecomputations: () => void;
|
|
47
30
|
} & {
|
|
48
|
-
|
|
49
|
-
|
|
31
|
+
resultFunc: (resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[];
|
|
32
|
+
memoizedResultFunc: ((resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[]) & {
|
|
33
|
+
clearCache: () => void;
|
|
34
|
+
resultsCount: () => number;
|
|
35
|
+
resetResultsCount: () => void;
|
|
36
|
+
};
|
|
37
|
+
lastResult: () => BookingPriceDetail[];
|
|
38
|
+
dependencies: [(state: RootState) => BookingPriceDetail[]];
|
|
39
|
+
recomputations: () => number;
|
|
40
|
+
resetRecomputations: () => void;
|
|
41
|
+
dependencyRecomputations: () => number;
|
|
42
|
+
resetDependencyRecomputations: () => void;
|
|
43
|
+
} & {
|
|
44
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
45
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
50
46
|
};
|
|
51
47
|
export declare const selectSeparatePackagePriceDetails: ((state: {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
48
|
+
booking: import("../booking/booking-slice").BookingState;
|
|
49
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
50
|
+
priceDetails: PriceDetailsState;
|
|
51
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
52
|
+
apiSettings: import("../../../shared/types").ApiSettingsState;
|
|
57
53
|
}) => BookingPriceDetail[]) & {
|
|
58
|
-
clearCache: () => void;
|
|
59
|
-
resultsCount: () => number;
|
|
60
|
-
resetResultsCount: () => void;
|
|
61
|
-
} & {
|
|
62
|
-
resultFunc: (resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[];
|
|
63
|
-
memoizedResultFunc: ((resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[]) & {
|
|
64
54
|
clearCache: () => void;
|
|
65
55
|
resultsCount: () => number;
|
|
66
56
|
resetResultsCount: () => void;
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
57
|
+
} & {
|
|
58
|
+
resultFunc: (resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[];
|
|
59
|
+
memoizedResultFunc: ((resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[]) & {
|
|
60
|
+
clearCache: () => void;
|
|
61
|
+
resultsCount: () => number;
|
|
62
|
+
resetResultsCount: () => void;
|
|
63
|
+
};
|
|
64
|
+
lastResult: () => BookingPriceDetail[];
|
|
65
|
+
dependencies: [((state: {
|
|
66
|
+
booking: import("../booking/booking-slice").BookingState;
|
|
67
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
68
|
+
priceDetails: PriceDetailsState;
|
|
69
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
70
|
+
apiSettings: import("../../../shared/types").ApiSettingsState;
|
|
76
71
|
}) => BookingPriceDetail[]) & {
|
|
77
|
-
clearCache: () => void;
|
|
78
|
-
resultsCount: () => number;
|
|
79
|
-
resetResultsCount: () => void;
|
|
80
|
-
} & {
|
|
81
|
-
resultFunc: (resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[];
|
|
82
|
-
memoizedResultFunc: ((resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[]) & {
|
|
83
72
|
clearCache: () => void;
|
|
84
73
|
resultsCount: () => number;
|
|
85
74
|
resetResultsCount: () => void;
|
|
86
|
-
};
|
|
87
|
-
lastResult: () => BookingPriceDetail[];
|
|
88
|
-
dependencies: [(state: RootState) => BookingPriceDetail[]];
|
|
89
|
-
recomputations: () => number;
|
|
90
|
-
resetRecomputations: () => void;
|
|
91
|
-
dependencyRecomputations: () => number;
|
|
92
|
-
resetDependencyRecomputations: () => void;
|
|
93
75
|
} & {
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
76
|
+
resultFunc: (resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[];
|
|
77
|
+
memoizedResultFunc: ((resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[]) & {
|
|
78
|
+
clearCache: () => void;
|
|
79
|
+
resultsCount: () => number;
|
|
80
|
+
resetResultsCount: () => void;
|
|
81
|
+
};
|
|
82
|
+
lastResult: () => BookingPriceDetail[];
|
|
83
|
+
dependencies: [(state: RootState) => BookingPriceDetail[]];
|
|
84
|
+
recomputations: () => number;
|
|
85
|
+
resetRecomputations: () => void;
|
|
86
|
+
dependencyRecomputations: () => number;
|
|
87
|
+
resetDependencyRecomputations: () => void;
|
|
88
|
+
} & {
|
|
89
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
90
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
91
|
+
}];
|
|
92
|
+
recomputations: () => number;
|
|
93
|
+
resetRecomputations: () => void;
|
|
94
|
+
dependencyRecomputations: () => number;
|
|
95
|
+
resetDependencyRecomputations: () => void;
|
|
102
96
|
} & {
|
|
103
|
-
|
|
104
|
-
|
|
97
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
98
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
105
99
|
};
|
|
106
100
|
export declare const selectBasePrice: ((state: {
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
101
|
+
booking: import("../booking/booking-slice").BookingState;
|
|
102
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
103
|
+
priceDetails: PriceDetailsState;
|
|
104
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
105
|
+
apiSettings: import("../../../shared/types").ApiSettingsState;
|
|
112
106
|
}) => number) & {
|
|
113
|
-
clearCache: () => void;
|
|
114
|
-
resultsCount: () => number;
|
|
115
|
-
resetResultsCount: () => void;
|
|
116
|
-
} & {
|
|
117
|
-
resultFunc: (resultFuncArgs_0: BookingPriceDetail[]) => number;
|
|
118
|
-
memoizedResultFunc: ((resultFuncArgs_0: BookingPriceDetail[]) => number) & {
|
|
119
107
|
clearCache: () => void;
|
|
120
108
|
resultsCount: () => number;
|
|
121
109
|
resetResultsCount: () => void;
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
110
|
+
} & {
|
|
111
|
+
resultFunc: (resultFuncArgs_0: BookingPriceDetail[]) => number;
|
|
112
|
+
memoizedResultFunc: ((resultFuncArgs_0: BookingPriceDetail[]) => number) & {
|
|
113
|
+
clearCache: () => void;
|
|
114
|
+
resultsCount: () => number;
|
|
115
|
+
resetResultsCount: () => void;
|
|
116
|
+
};
|
|
117
|
+
lastResult: () => number;
|
|
118
|
+
dependencies: [((state: {
|
|
119
|
+
booking: import("../booking/booking-slice").BookingState;
|
|
120
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
121
|
+
priceDetails: PriceDetailsState;
|
|
122
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
123
|
+
apiSettings: import("../../../shared/types").ApiSettingsState;
|
|
131
124
|
}) => BookingPriceDetail[]) & {
|
|
132
|
-
clearCache: () => void;
|
|
133
|
-
resultsCount: () => number;
|
|
134
|
-
resetResultsCount: () => void;
|
|
135
|
-
} & {
|
|
136
|
-
resultFunc: (resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[];
|
|
137
|
-
memoizedResultFunc: ((resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[]) & {
|
|
138
125
|
clearCache: () => void;
|
|
139
126
|
resultsCount: () => number;
|
|
140
127
|
resetResultsCount: () => void;
|
|
141
|
-
};
|
|
142
|
-
lastResult: () => BookingPriceDetail[];
|
|
143
|
-
dependencies: [(state: RootState) => BookingPriceDetail[]];
|
|
144
|
-
recomputations: () => number;
|
|
145
|
-
resetRecomputations: () => void;
|
|
146
|
-
dependencyRecomputations: () => number;
|
|
147
|
-
resetDependencyRecomputations: () => void;
|
|
148
128
|
} & {
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
129
|
+
resultFunc: (resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[];
|
|
130
|
+
memoizedResultFunc: ((resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[]) & {
|
|
131
|
+
clearCache: () => void;
|
|
132
|
+
resultsCount: () => number;
|
|
133
|
+
resetResultsCount: () => void;
|
|
134
|
+
};
|
|
135
|
+
lastResult: () => BookingPriceDetail[];
|
|
136
|
+
dependencies: [(state: RootState) => BookingPriceDetail[]];
|
|
137
|
+
recomputations: () => number;
|
|
138
|
+
resetRecomputations: () => void;
|
|
139
|
+
dependencyRecomputations: () => number;
|
|
140
|
+
resetDependencyRecomputations: () => void;
|
|
141
|
+
} & {
|
|
142
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
143
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
144
|
+
}];
|
|
145
|
+
recomputations: () => number;
|
|
146
|
+
resetRecomputations: () => void;
|
|
147
|
+
dependencyRecomputations: () => number;
|
|
148
|
+
resetDependencyRecomputations: () => void;
|
|
157
149
|
} & {
|
|
158
|
-
|
|
159
|
-
|
|
150
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
151
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
160
152
|
};
|
|
161
153
|
export declare const selectSeparateExtraPriceDetails: ((state: {
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
154
|
+
booking: import("../booking/booking-slice").BookingState;
|
|
155
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
156
|
+
priceDetails: PriceDetailsState;
|
|
157
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
158
|
+
apiSettings: import("../../../shared/types").ApiSettingsState;
|
|
167
159
|
}) => BookingPriceDetail[]) & {
|
|
168
|
-
clearCache: () => void;
|
|
169
|
-
resultsCount: () => number;
|
|
170
|
-
resetResultsCount: () => void;
|
|
171
|
-
} & {
|
|
172
|
-
resultFunc: (resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[];
|
|
173
|
-
memoizedResultFunc: ((resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[]) & {
|
|
174
160
|
clearCache: () => void;
|
|
175
161
|
resultsCount: () => number;
|
|
176
162
|
resetResultsCount: () => void;
|
|
177
|
-
};
|
|
178
|
-
lastResult: () => BookingPriceDetail[];
|
|
179
|
-
dependencies: [(state: RootState) => BookingPriceDetail[]];
|
|
180
|
-
recomputations: () => number;
|
|
181
|
-
resetRecomputations: () => void;
|
|
182
|
-
dependencyRecomputations: () => number;
|
|
183
|
-
resetDependencyRecomputations: () => void;
|
|
184
163
|
} & {
|
|
185
|
-
|
|
186
|
-
|
|
164
|
+
resultFunc: (resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[];
|
|
165
|
+
memoizedResultFunc: ((resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[]) & {
|
|
166
|
+
clearCache: () => void;
|
|
167
|
+
resultsCount: () => number;
|
|
168
|
+
resetResultsCount: () => void;
|
|
169
|
+
};
|
|
170
|
+
lastResult: () => BookingPriceDetail[];
|
|
171
|
+
dependencies: [(state: RootState) => BookingPriceDetail[]];
|
|
172
|
+
recomputations: () => number;
|
|
173
|
+
resetRecomputations: () => void;
|
|
174
|
+
dependencyRecomputations: () => number;
|
|
175
|
+
resetDependencyRecomputations: () => void;
|
|
176
|
+
} & {
|
|
177
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
178
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
187
179
|
};
|
|
188
180
|
export declare const selectTotalPrice: ((state: {
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
181
|
+
booking: import("../booking/booking-slice").BookingState;
|
|
182
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
183
|
+
priceDetails: PriceDetailsState;
|
|
184
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
185
|
+
apiSettings: import("../../../shared/types").ApiSettingsState;
|
|
194
186
|
}) => number) & {
|
|
195
|
-
clearCache: () => void;
|
|
196
|
-
resultsCount: () => number;
|
|
197
|
-
resetResultsCount: () => void;
|
|
198
|
-
} & {
|
|
199
|
-
resultFunc: (resultFuncArgs_0: number, resultFuncArgs_1: BookingPriceDetail[]) => number;
|
|
200
|
-
memoizedResultFunc: ((resultFuncArgs_0: number, resultFuncArgs_1: BookingPriceDetail[]) => number) & {
|
|
201
187
|
clearCache: () => void;
|
|
202
188
|
resultsCount: () => number;
|
|
203
189
|
resetResultsCount: () => void;
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
190
|
+
} & {
|
|
191
|
+
resultFunc: (resultFuncArgs_0: number, resultFuncArgs_1: BookingPriceDetail[]) => number;
|
|
192
|
+
memoizedResultFunc: ((resultFuncArgs_0: number, resultFuncArgs_1: BookingPriceDetail[]) => number) & {
|
|
193
|
+
clearCache: () => void;
|
|
194
|
+
resultsCount: () => number;
|
|
195
|
+
resetResultsCount: () => void;
|
|
196
|
+
};
|
|
197
|
+
lastResult: () => number;
|
|
198
|
+
dependencies: [((state: {
|
|
199
|
+
booking: import("../booking/booking-slice").BookingState;
|
|
200
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
201
|
+
priceDetails: PriceDetailsState;
|
|
202
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
203
|
+
apiSettings: import("../../../shared/types").ApiSettingsState;
|
|
213
204
|
}) => number) & {
|
|
214
|
-
clearCache: () => void;
|
|
215
|
-
resultsCount: () => number;
|
|
216
|
-
resetResultsCount: () => void;
|
|
217
|
-
} & {
|
|
218
|
-
resultFunc: (resultFuncArgs_0: BookingPriceDetail[]) => number;
|
|
219
|
-
memoizedResultFunc: ((resultFuncArgs_0: BookingPriceDetail[]) => number) & {
|
|
220
205
|
clearCache: () => void;
|
|
221
206
|
resultsCount: () => number;
|
|
222
207
|
resetResultsCount: () => void;
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
208
|
+
} & {
|
|
209
|
+
resultFunc: (resultFuncArgs_0: BookingPriceDetail[]) => number;
|
|
210
|
+
memoizedResultFunc: ((resultFuncArgs_0: BookingPriceDetail[]) => number) & {
|
|
211
|
+
clearCache: () => void;
|
|
212
|
+
resultsCount: () => number;
|
|
213
|
+
resetResultsCount: () => void;
|
|
214
|
+
};
|
|
215
|
+
lastResult: () => number;
|
|
216
|
+
dependencies: [((state: {
|
|
217
|
+
booking: import("../booking/booking-slice").BookingState;
|
|
218
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
219
|
+
priceDetails: PriceDetailsState;
|
|
220
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
221
|
+
apiSettings: import("../../../shared/types").ApiSettingsState;
|
|
232
222
|
}) => BookingPriceDetail[]) & {
|
|
233
|
-
clearCache: () => void;
|
|
234
|
-
resultsCount: () => number;
|
|
235
|
-
resetResultsCount: () => void;
|
|
236
|
-
} & {
|
|
237
|
-
resultFunc: (resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[];
|
|
238
|
-
memoizedResultFunc: ((resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[]) & {
|
|
239
223
|
clearCache: () => void;
|
|
240
224
|
resultsCount: () => number;
|
|
241
225
|
resetResultsCount: () => void;
|
|
242
|
-
};
|
|
243
|
-
lastResult: () => BookingPriceDetail[];
|
|
244
|
-
dependencies: [(state: RootState) => BookingPriceDetail[]];
|
|
245
|
-
recomputations: () => number;
|
|
246
|
-
resetRecomputations: () => void;
|
|
247
|
-
dependencyRecomputations: () => number;
|
|
248
|
-
resetDependencyRecomputations: () => void;
|
|
249
226
|
} & {
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
227
|
+
resultFunc: (resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[];
|
|
228
|
+
memoizedResultFunc: ((resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[]) & {
|
|
229
|
+
clearCache: () => void;
|
|
230
|
+
resultsCount: () => number;
|
|
231
|
+
resetResultsCount: () => void;
|
|
232
|
+
};
|
|
233
|
+
lastResult: () => BookingPriceDetail[];
|
|
234
|
+
dependencies: [(state: RootState) => BookingPriceDetail[]];
|
|
235
|
+
recomputations: () => number;
|
|
236
|
+
resetRecomputations: () => void;
|
|
237
|
+
dependencyRecomputations: () => number;
|
|
238
|
+
resetDependencyRecomputations: () => void;
|
|
239
|
+
} & {
|
|
240
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
241
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
242
|
+
}];
|
|
243
|
+
recomputations: () => number;
|
|
244
|
+
resetRecomputations: () => void;
|
|
245
|
+
dependencyRecomputations: () => number;
|
|
246
|
+
resetDependencyRecomputations: () => void;
|
|
258
247
|
} & {
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
},
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
apiSettings: import('../../../shared/types').ApiSettingsState;
|
|
248
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
249
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
250
|
+
}, ((state: {
|
|
251
|
+
booking: import("../booking/booking-slice").BookingState;
|
|
252
|
+
travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
|
|
253
|
+
priceDetails: PriceDetailsState;
|
|
254
|
+
summary: import("../summary/summary-slice").SummaryState;
|
|
255
|
+
apiSettings: import("../../../shared/types").ApiSettingsState;
|
|
268
256
|
}) => BookingPriceDetail[]) & {
|
|
269
|
-
clearCache: () => void;
|
|
270
|
-
resultsCount: () => number;
|
|
271
|
-
resetResultsCount: () => void;
|
|
272
|
-
} & {
|
|
273
|
-
resultFunc: (resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[];
|
|
274
|
-
memoizedResultFunc: ((resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[]) & {
|
|
275
257
|
clearCache: () => void;
|
|
276
258
|
resultsCount: () => number;
|
|
277
259
|
resetResultsCount: () => void;
|
|
278
|
-
};
|
|
279
|
-
lastResult: () => BookingPriceDetail[];
|
|
280
|
-
dependencies: [(state: RootState) => BookingPriceDetail[]];
|
|
281
|
-
recomputations: () => number;
|
|
282
|
-
resetRecomputations: () => void;
|
|
283
|
-
dependencyRecomputations: () => number;
|
|
284
|
-
resetDependencyRecomputations: () => void;
|
|
285
260
|
} & {
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
261
|
+
resultFunc: (resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[];
|
|
262
|
+
memoizedResultFunc: ((resultFuncArgs_0: BookingPriceDetail[]) => BookingPriceDetail[]) & {
|
|
263
|
+
clearCache: () => void;
|
|
264
|
+
resultsCount: () => number;
|
|
265
|
+
resetResultsCount: () => void;
|
|
266
|
+
};
|
|
267
|
+
lastResult: () => BookingPriceDetail[];
|
|
268
|
+
dependencies: [(state: RootState) => BookingPriceDetail[]];
|
|
269
|
+
recomputations: () => number;
|
|
270
|
+
resetRecomputations: () => void;
|
|
271
|
+
dependencyRecomputations: () => number;
|
|
272
|
+
resetDependencyRecomputations: () => void;
|
|
273
|
+
} & {
|
|
274
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
275
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
276
|
+
}];
|
|
277
|
+
recomputations: () => number;
|
|
278
|
+
resetRecomputations: () => void;
|
|
279
|
+
dependencyRecomputations: () => number;
|
|
280
|
+
resetDependencyRecomputations: () => void;
|
|
294
281
|
} & {
|
|
295
|
-
|
|
296
|
-
|
|
282
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
283
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
297
284
|
};
|
|
298
285
|
export declare const selectDeposit: (state: RootState) => number | undefined;
|
|
299
286
|
export declare const selectIsFetchingPriceDetails: (state: RootState) => boolean;
|
|
300
287
|
export declare const selectNotifications: (state: RootState) => BookingProductNotification[];
|
|
301
|
-
export declare const resetPriceDetails: import(
|
|
302
|
-
|
|
303
|
-
declare const _default: import('@reduxjs/toolkit').Reducer<PriceDetailsState>;
|
|
288
|
+
export declare const resetPriceDetails: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"priceDetails/resetPriceDetails">, setNotifications: import("@reduxjs/toolkit").ActionCreatorWithPayload<BookingProductNotification[], "priceDetails/setNotifications">;
|
|
289
|
+
declare const _default: import("@reduxjs/toolkit").Reducer<PriceDetailsState>;
|
|
304
290
|
export default _default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { BookingOptionGroup, PerBookingPackageOption, PerPaxPackageOption, PerUnitPackageOption } from '@qite/tide-client/build/types';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
interface NoneOptionProps {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
group: BookingOptionGroup<PerBookingPackageOption> | BookingOptionGroup<PerUnitPackageOption> | BookingOptionGroup<PerPaxPackageOption>;
|
|
5
|
+
parentId: string;
|
|
6
|
+
handleNoneSelectionChanged: () => void;
|
|
7
7
|
}
|
|
8
8
|
declare const NoneOption: React.FC<NoneOptionProps>;
|
|
9
9
|
export default NoneOption;
|