@qite/tide-booking-component 1.4.123 → 1.4.125
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -4
- package/build/build-cjs/index.js +32728 -49995
- 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/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 +55 -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/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/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 +7 -26
- 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 +43 -102
- 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 +480 -644
- 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 +10 -15
- package/build/build-cjs/src/booking-wizard/features/price-details/selectors.d.ts +287 -302
- 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/option-utils.d.ts +9 -0
- 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 +3 -3
- package/build/build-cjs/src/booking-wizard/features/sidebar/sidebar-util.d.ts +2 -5
- 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 +113 -74
- 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/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 +270 -241
- package/build/build-cjs/src/booking-wizard/use-offer-printer.d.ts +8 -8
- package/build/build-cjs/src/content/components/LanguageSwitcher.d.ts +5 -5
- package/build/build-cjs/src/content/components/accordion.d.ts +4 -4
- package/build/build-cjs/src/content/components/breadcrumb.d.ts +7 -7
- package/build/build-cjs/src/content/components/faq.d.ts +4 -4
- package/build/build-cjs/src/content/components/gallery.d.ts +6 -6
- package/build/build-cjs/src/content/components/image-with-text.d.ts +18 -18
- package/build/build-cjs/src/content/components/itinerary-map-view.d.ts +48 -0
- package/build/build-cjs/src/content/components/slider.d.ts +5 -5
- package/build/build-cjs/src/content/error/error.d.ts +1 -1
- package/build/build-cjs/src/content/featured-trips/types.d.ts +8 -8
- package/build/build-cjs/src/content/features/content-page/content-page-self-contained.d.ts +1 -1
- package/build/build-cjs/src/content/footer/types.d.ts +17 -17
- package/build/build-cjs/src/content/header/types.d.ts +20 -23
- package/build/build-cjs/src/content/image-card-grid/types.d.ts +8 -8
- package/build/build-cjs/src/content/image-with-text-section/types.d.ts +15 -15
- package/build/build-cjs/src/content/login/login-services.d.ts +1 -6
- package/build/build-cjs/src/content/login/types.d.ts +19 -19
- package/build/build-cjs/src/content/navbar/placeholderData.d.ts +2 -2
- package/build/build-cjs/src/content/navbar/types.d.ts +22 -22
- package/build/build-cjs/src/form/components/fields/date-field.d.ts +4 -0
- package/build/build-cjs/src/form/components/fields/dropdown-field.d.ts +4 -0
- package/build/build-cjs/src/form/components/fields/field-label.d.ts +10 -0
- package/build/build-cjs/src/form/components/fields/form-field.d.ts +11 -0
- package/build/build-cjs/src/form/components/fields/info-text-field.d.ts +7 -0
- package/build/build-cjs/src/form/components/fields/multi-dropdown-field.d.ts +4 -0
- package/build/build-cjs/src/form/components/fields/multiline-field.d.ts +4 -0
- package/build/build-cjs/src/form/components/fields/number-field.d.ts +4 -0
- package/build/build-cjs/src/form/components/fields/optional-field.d.ts +4 -0
- package/build/build-cjs/src/form/components/fields/radio-checkbox-field.d.ts +4 -0
- package/build/build-cjs/src/form/components/fields/text-field.d.ts +4 -0
- package/build/build-cjs/src/form/components/fields/yes-no-field.d.ts +4 -0
- package/build/build-cjs/src/form/components/form-body.d.ts +9 -0
- package/build/build-cjs/src/form/components/form-container.d.ts +3 -0
- package/build/build-cjs/src/form/components/form-segment.d.ts +11 -0
- package/build/build-cjs/src/form/components/form-step.d.ts +9 -0
- package/build/build-cjs/src/form/form-configuration-context.d.ts +4 -0
- package/build/build-cjs/src/form/form-types.d.ts +7 -0
- package/build/build-cjs/src/form/hooks/use-form-state.d.ts +13 -0
- package/build/build-cjs/src/form/index.d.ts +7 -0
- package/build/build-cjs/src/form/types.d.ts +20 -0
- package/build/build-cjs/src/form/utils/captcha-util.d.ts +3 -0
- package/build/build-cjs/src/form/utils/form-initial-values-util.d.ts +3 -0
- package/build/build-cjs/src/form/utils/form-submit-util.d.ts +4 -0
- package/build/build-cjs/src/form/utils/form-validation-util.d.ts +8 -0
- package/build/build-cjs/src/form/utils/html-util.d.ts +16 -0
- package/build/build-cjs/src/form/utils/visibility-util.d.ts +4 -0
- package/build/build-cjs/src/index.d.ts +3 -18
- 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/item-picker/index.d.ts +7 -7
- package/build/build-cjs/src/qsm/components/search-input/index.d.ts +9 -9
- package/build/build-cjs/src/qsm/components/search-input-group/index.d.ts +7 -7
- package/build/build-cjs/src/qsm/index.d.ts +1 -1
- package/build/build-cjs/src/qsm/store/qsm-slice.d.ts +58 -111
- package/build/build-cjs/src/qsm/store/qsm-store.d.ts +7 -20
- package/build/build-cjs/src/qsm/types.d.ts +59 -59
- package/build/build-cjs/src/search-results/components/book-packaging-entry/index.d.ts +3 -3
- package/build/build-cjs/src/search-results/components/book-packaging-entry/wl-sidebar.d.ts +2 -2
- package/build/build-cjs/src/search-results/components/excursions/day-by-day-excursions.d.ts +2 -1
- package/build/build-cjs/src/search-results/components/excursions/excursion-results.d.ts +2 -2
- package/build/build-cjs/src/search-results/components/filters/filters.d.ts +7 -7
- 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 +8 -8
- package/build/build-cjs/src/search-results/components/flight/flight-selection/independent-flight-selection.d.ts +1 -1
- package/build/build-cjs/src/search-results/components/flight/flight-selection/index.d.ts +2 -2
- package/build/build-cjs/src/search-results/components/flight/flight-selection/paired-flight-option.d.ts +1 -1
- package/build/build-cjs/src/search-results/components/flight/flight-selection/paired-flight-selection.d.ts +1 -1
- package/build/build-cjs/src/search-results/components/group-tour/group-tour-card.d.ts +3 -3
- package/build/build-cjs/src/search-results/components/group-tour/group-tour-results.d.ts +1 -1
- package/build/build-cjs/src/search-results/components/hotel/hotel-accommodation-results.d.ts +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/item-picker/index.d.ts +8 -8
- package/build/build-cjs/src/search-results/components/itinerary/full-itinerary.d.ts +1 -1
- package/build/build-cjs/src/search-results/components/itinerary/index.d.ts +4 -4
- 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/search-results-container/search-results-container.d.ts +1 -1
- package/build/build-cjs/src/search-results/components/spinner/spinner.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 +2 -2
- package/build/build-cjs/src/search-results/store/search-results-selectors.d.ts +408 -412
- package/build/build-cjs/src/search-results/store/search-results-slice.d.ts +53 -134
- 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 +143 -169
- package/build/build-cjs/src/search-results/utils/flight-utils.d.ts +1 -6
- package/build/build-cjs/src/search-results/utils/packaging-utils.d.ts +2 -2
- package/build/build-cjs/src/search-results/utils/search-results-utils.d.ts +2 -10
- package/build/build-cjs/src/shared/booking/booking-panel.d.ts +6 -6
- package/build/build-cjs/src/shared/booking/product-card.d.ts +3 -3
- package/build/build-cjs/src/shared/booking/shared-confirmation.d.ts +18 -18
- package/build/build-cjs/src/shared/booking/shared-sidebar.d.ts +27 -27
- package/build/build-cjs/src/shared/booking/step-indicators.d.ts +2 -2
- package/build/build-cjs/src/shared/booking/summary.d.ts +34 -34
- package/build/build-cjs/src/shared/booking/travelers-form.d.ts +57 -71
- package/build/build-cjs/src/shared/components/flyin/accommodation-flyin.d.ts +2 -2
- package/build/build-cjs/src/shared/components/flyin/flights-flyin.d.ts +2 -2
- package/build/build-cjs/src/shared/components/flyin/flyin.d.ts +13 -13
- package/build/build-cjs/src/shared/components/flyin/group-tour-flyin.d.ts +3 -3
- package/build/build-cjs/src/shared/components/flyin/packaging-flights-flyin.d.ts +4 -4
- package/build/build-cjs/src/shared/components/icon.d.ts +6 -6
- package/build/build-cjs/src/shared/components/loader.d.ts +1 -1
- package/build/build-cjs/src/shared/types.d.ts +9 -9
- package/build/build-cjs/src/shared/utils/localization-util.d.ts +27 -416
- package/build/build-cjs/src/shared/utils/tide-api-utils.d.ts +0 -6
- package/build/build-esm/index.js +32750 -49813
- 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/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 +55 -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/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/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 +7 -26
- 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 +43 -102
- 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 +480 -644
- 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 +10 -15
- package/build/build-esm/src/booking-wizard/features/price-details/selectors.d.ts +287 -302
- 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/option-utils.d.ts +9 -0
- 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 +3 -3
- package/build/build-esm/src/booking-wizard/features/sidebar/sidebar-util.d.ts +2 -5
- 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 +113 -74
- 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/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 +270 -241
- package/build/build-esm/src/booking-wizard/use-offer-printer.d.ts +8 -8
- package/build/build-esm/src/content/components/LanguageSwitcher.d.ts +5 -5
- package/build/build-esm/src/content/components/accordion.d.ts +4 -4
- package/build/build-esm/src/content/components/breadcrumb.d.ts +7 -7
- package/build/build-esm/src/content/components/faq.d.ts +4 -4
- package/build/build-esm/src/content/components/gallery.d.ts +6 -6
- package/build/build-esm/src/content/components/image-with-text.d.ts +18 -18
- package/build/build-esm/src/content/components/itinerary-map-view.d.ts +48 -0
- package/build/build-esm/src/content/components/slider.d.ts +5 -5
- package/build/build-esm/src/content/error/error.d.ts +1 -1
- package/build/build-esm/src/content/featured-trips/types.d.ts +8 -8
- package/build/build-esm/src/content/features/content-page/content-page-self-contained.d.ts +1 -1
- package/build/build-esm/src/content/footer/types.d.ts +17 -17
- package/build/build-esm/src/content/header/types.d.ts +20 -23
- package/build/build-esm/src/content/image-card-grid/types.d.ts +8 -8
- package/build/build-esm/src/content/image-with-text-section/types.d.ts +15 -15
- package/build/build-esm/src/content/login/login-services.d.ts +1 -6
- package/build/build-esm/src/content/login/types.d.ts +19 -19
- package/build/build-esm/src/content/navbar/placeholderData.d.ts +2 -2
- package/build/build-esm/src/content/navbar/types.d.ts +22 -22
- package/build/build-esm/src/form/components/fields/date-field.d.ts +4 -0
- package/build/build-esm/src/form/components/fields/dropdown-field.d.ts +4 -0
- package/build/build-esm/src/form/components/fields/field-label.d.ts +10 -0
- package/build/build-esm/src/form/components/fields/form-field.d.ts +11 -0
- package/build/build-esm/src/form/components/fields/info-text-field.d.ts +7 -0
- package/build/build-esm/src/form/components/fields/multi-dropdown-field.d.ts +4 -0
- package/build/build-esm/src/form/components/fields/multiline-field.d.ts +4 -0
- package/build/build-esm/src/form/components/fields/number-field.d.ts +4 -0
- package/build/build-esm/src/form/components/fields/optional-field.d.ts +4 -0
- package/build/build-esm/src/form/components/fields/radio-checkbox-field.d.ts +4 -0
- package/build/build-esm/src/form/components/fields/text-field.d.ts +4 -0
- package/build/build-esm/src/form/components/fields/yes-no-field.d.ts +4 -0
- package/build/build-esm/src/form/components/form-body.d.ts +9 -0
- package/build/build-esm/src/form/components/form-container.d.ts +3 -0
- package/build/build-esm/src/form/components/form-segment.d.ts +11 -0
- package/build/build-esm/src/form/components/form-step.d.ts +9 -0
- package/build/build-esm/src/form/form-configuration-context.d.ts +4 -0
- package/build/build-esm/src/form/form-types.d.ts +7 -0
- package/build/build-esm/src/form/hooks/use-form-state.d.ts +13 -0
- package/build/build-esm/src/form/index.d.ts +7 -0
- package/build/build-esm/src/form/types.d.ts +20 -0
- package/build/build-esm/src/form/utils/captcha-util.d.ts +3 -0
- package/build/build-esm/src/form/utils/form-initial-values-util.d.ts +3 -0
- package/build/build-esm/src/form/utils/form-submit-util.d.ts +4 -0
- package/build/build-esm/src/form/utils/form-validation-util.d.ts +8 -0
- package/build/build-esm/src/form/utils/html-util.d.ts +16 -0
- package/build/build-esm/src/form/utils/visibility-util.d.ts +4 -0
- package/build/build-esm/src/index.d.ts +3 -18
- 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/item-picker/index.d.ts +7 -7
- package/build/build-esm/src/qsm/components/search-input/index.d.ts +9 -9
- package/build/build-esm/src/qsm/components/search-input-group/index.d.ts +7 -7
- package/build/build-esm/src/qsm/index.d.ts +1 -1
- package/build/build-esm/src/qsm/store/qsm-slice.d.ts +58 -111
- package/build/build-esm/src/qsm/store/qsm-store.d.ts +7 -20
- package/build/build-esm/src/qsm/types.d.ts +59 -59
- package/build/build-esm/src/search-results/components/book-packaging-entry/index.d.ts +3 -3
- package/build/build-esm/src/search-results/components/book-packaging-entry/wl-sidebar.d.ts +2 -2
- package/build/build-esm/src/search-results/components/excursions/day-by-day-excursions.d.ts +2 -1
- package/build/build-esm/src/search-results/components/excursions/excursion-results.d.ts +2 -2
- package/build/build-esm/src/search-results/components/filters/filters.d.ts +7 -7
- 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 +8 -8
- package/build/build-esm/src/search-results/components/flight/flight-selection/independent-flight-selection.d.ts +1 -1
- package/build/build-esm/src/search-results/components/flight/flight-selection/index.d.ts +2 -2
- package/build/build-esm/src/search-results/components/flight/flight-selection/paired-flight-option.d.ts +1 -1
- package/build/build-esm/src/search-results/components/flight/flight-selection/paired-flight-selection.d.ts +1 -1
- package/build/build-esm/src/search-results/components/group-tour/group-tour-card.d.ts +3 -3
- package/build/build-esm/src/search-results/components/group-tour/group-tour-results.d.ts +1 -1
- package/build/build-esm/src/search-results/components/hotel/hotel-accommodation-results.d.ts +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/item-picker/index.d.ts +8 -8
- package/build/build-esm/src/search-results/components/itinerary/full-itinerary.d.ts +1 -1
- package/build/build-esm/src/search-results/components/itinerary/index.d.ts +4 -4
- 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/search-results-container/search-results-container.d.ts +1 -1
- package/build/build-esm/src/search-results/components/spinner/spinner.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 +2 -2
- package/build/build-esm/src/search-results/store/search-results-selectors.d.ts +408 -412
- package/build/build-esm/src/search-results/store/search-results-slice.d.ts +53 -134
- 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 +143 -169
- package/build/build-esm/src/search-results/utils/flight-utils.d.ts +1 -6
- package/build/build-esm/src/search-results/utils/packaging-utils.d.ts +2 -2
- package/build/build-esm/src/search-results/utils/search-results-utils.d.ts +2 -10
- package/build/build-esm/src/shared/booking/booking-panel.d.ts +6 -6
- package/build/build-esm/src/shared/booking/product-card.d.ts +3 -3
- package/build/build-esm/src/shared/booking/shared-confirmation.d.ts +18 -18
- package/build/build-esm/src/shared/booking/shared-sidebar.d.ts +27 -27
- package/build/build-esm/src/shared/booking/step-indicators.d.ts +2 -2
- package/build/build-esm/src/shared/booking/summary.d.ts +34 -34
- package/build/build-esm/src/shared/booking/travelers-form.d.ts +57 -71
- package/build/build-esm/src/shared/components/flyin/accommodation-flyin.d.ts +2 -2
- package/build/build-esm/src/shared/components/flyin/flights-flyin.d.ts +2 -2
- package/build/build-esm/src/shared/components/flyin/flyin.d.ts +13 -13
- package/build/build-esm/src/shared/components/flyin/group-tour-flyin.d.ts +3 -3
- package/build/build-esm/src/shared/components/flyin/packaging-flights-flyin.d.ts +4 -4
- package/build/build-esm/src/shared/components/icon.d.ts +6 -6
- package/build/build-esm/src/shared/components/loader.d.ts +1 -1
- package/build/build-esm/src/shared/types.d.ts +9 -9
- package/build/build-esm/src/shared/utils/localization-util.d.ts +27 -416
- package/build/build-esm/src/shared/utils/tide-api-utils.d.ts +0 -6
- package/package.json +15 -2
- package/styles/components/_contact.scss +25 -9
- package/styles/components/_map-view.scss +1100 -0
- package/styles/components/_tide-form.scss +541 -0
- package/styles/content-blocks-variables.scss +36 -0
- package/styles/content-blocks.scss +1 -0
- package/styles/tide-form-variables.scss +275 -0
- package/styles/tide-form.scss +56 -0
- package/.husky/pre-commit +0 -1
- package/.nvmrc +0 -1
- package/.prettierrc +0 -9
- package/.vs/ProjectSettings.json +0 -3
- package/.vs/VSWorkspaceState.json +0 -5
- package/.vs/slnx.sqlite +0 -0
- package/.vs/tide-booking-component/FileContentIndex/5099fed1-8dd7-4fc6-b744-64dad71a8a83.vsidx +0 -0
- package/.vs/tide-booking-component/FileContentIndex/d4b119f1-fe2e-4d31-b8af-b66c5a71cfeb.vsidx +0 -0
- package/.vs/tide-booking-component/FileContentIndex/f9097dbd-6c75-40d4-82b3-c6dd4aa48f0c.vsidx +0 -0
- package/.vs/tide-booking-component/config/applicationhost.config +0 -1021
- package/.vs/tide-booking-component/v17/.wsuo +0 -0
- package/rollup.config.js +0 -16
- package/src/booking-product/components/age-select.tsx +0 -35
- package/src/booking-product/components/amount-input.tsx +0 -51
- package/src/booking-product/components/date-range-picker/calendar-day.tsx +0 -46
- package/src/booking-product/components/date-range-picker/calendar.tsx +0 -155
- package/src/booking-product/components/date-range-picker/index.tsx +0 -185
- package/src/booking-product/components/dates.tsx +0 -153
- package/src/booking-product/components/footer.tsx +0 -54
- package/src/booking-product/components/header.tsx +0 -57
- package/src/booking-product/components/list-view.tsx +0 -54
- package/src/booking-product/components/product.tsx +0 -379
- package/src/booking-product/components/rating.tsx +0 -21
- package/src/booking-product/components/rooms.tsx +0 -171
- package/src/booking-product/constants.ts +0 -1
- package/src/booking-product/index.tsx +0 -21
- package/src/booking-product/settings-context.ts +0 -16
- package/src/booking-product/types.ts +0 -30
- package/src/booking-product/utils/api.ts +0 -26
- package/src/booking-product/utils/price.ts +0 -28
- package/src/booking-wizard/api-settings-slice.ts +0 -24
- package/src/booking-wizard/components/labeled-input.tsx +0 -56
- package/src/booking-wizard/components/labeled-select.tsx +0 -54
- package/src/booking-wizard/components/message.tsx +0 -21
- package/src/booking-wizard/components/multi-range-filter.tsx +0 -99
- package/src/booking-wizard/components/phone-input.tsx +0 -146
- package/src/booking-wizard/components/print-offer-button.tsx +0 -53
- package/src/booking-wizard/components/step-indicator.tsx +0 -36
- package/src/booking-wizard/components/step-route.tsx +0 -51
- package/src/booking-wizard/declarations.d.ts +0 -4
- package/src/booking-wizard/features/booking/api.ts +0 -44
- package/src/booking-wizard/features/booking/booking-self-contained.tsx +0 -318
- package/src/booking-wizard/features/booking/booking-slice.ts +0 -634
- package/src/booking-wizard/features/booking/booking.tsx +0 -344
- package/src/booking-wizard/features/booking/constants.ts +0 -16
- package/src/booking-wizard/features/booking/selectors.ts +0 -411
- package/src/booking-wizard/features/confirmation/confirmation.tsx +0 -46
- package/src/booking-wizard/features/error/error.tsx +0 -71
- package/src/booking-wizard/features/flight-options/flight-filter.tsx +0 -371
- package/src/booking-wizard/features/flight-options/flight-option-flight.tsx +0 -354
- package/src/booking-wizard/features/flight-options/flight-option-modal.tsx +0 -211
- package/src/booking-wizard/features/flight-options/flight-option.tsx +0 -57
- package/src/booking-wizard/features/flight-options/flight-utils.ts +0 -423
- package/src/booking-wizard/features/flight-options/index.tsx +0 -170
- package/src/booking-wizard/features/price-details/price-details-api.ts +0 -20
- package/src/booking-wizard/features/price-details/price-details-slice.ts +0 -79
- package/src/booking-wizard/features/price-details/selectors.ts +0 -118
- package/src/booking-wizard/features/price-details/util.ts +0 -115
- package/src/booking-wizard/features/product-options/no-options.tsx +0 -18
- package/src/booking-wizard/features/product-options/none-option.tsx +0 -73
- package/src/booking-wizard/features/product-options/option-booking-airline-group.tsx +0 -53
- package/src/booking-wizard/features/product-options/option-booking-group.tsx +0 -152
- package/src/booking-wizard/features/product-options/option-item.tsx +0 -236
- package/src/booking-wizard/features/product-options/option-pax-card.tsx +0 -159
- package/src/booking-wizard/features/product-options/option-pax-group.tsx +0 -122
- package/src/booking-wizard/features/product-options/option-room.tsx +0 -226
- package/src/booking-wizard/features/product-options/option-unit-group.tsx +0 -138
- package/src/booking-wizard/features/product-options/option-units-card.tsx +0 -148
- package/src/booking-wizard/features/product-options/options-form.tsx +0 -382
- package/src/booking-wizard/features/room-options/index.tsx +0 -132
- package/src/booking-wizard/features/room-options/room-utils.ts +0 -154
- package/src/booking-wizard/features/room-options/room.tsx +0 -123
- package/src/booking-wizard/features/room-options/traveler-rooms.tsx +0 -64
- package/src/booking-wizard/features/sidebar/index.tsx +0 -89
- package/src/booking-wizard/features/sidebar/sidebar-flight.tsx +0 -66
- package/src/booking-wizard/features/sidebar/sidebar-util.ts +0 -143
- package/src/booking-wizard/features/sidebar/sidebar.tsx +0 -349
- package/src/booking-wizard/features/summary/summary-booking-option-pax.tsx +0 -23
- package/src/booking-wizard/features/summary/summary-booking-option-unit.tsx +0 -23
- package/src/booking-wizard/features/summary/summary-flight.tsx +0 -36
- package/src/booking-wizard/features/summary/summary-per-booking-option-group.tsx +0 -60
- package/src/booking-wizard/features/summary/summary-per-pax-option-group.tsx +0 -56
- package/src/booking-wizard/features/summary/summary-per-unit-option-group.tsx +0 -58
- package/src/booking-wizard/features/summary/summary-slice.ts +0 -27
- package/src/booking-wizard/features/summary/summary.tsx +0 -562
- package/src/booking-wizard/features/travelers-form/controls/gender-control.tsx +0 -60
- package/src/booking-wizard/features/travelers-form/travelers-form-slice.ts +0 -157
- package/src/booking-wizard/features/travelers-form/travelers-form-util.ts +0 -10
- package/src/booking-wizard/features/travelers-form/travelers-form.tsx +0 -175
- package/src/booking-wizard/features/travelers-form/type-ahead-input.tsx +0 -85
- package/src/booking-wizard/features/travelers-form/validate-form.ts +0 -178
- package/src/booking-wizard/index.tsx +0 -27
- package/src/booking-wizard/settings-context.ts +0 -64
- package/src/booking-wizard/store.ts +0 -26
- package/src/booking-wizard/types.ts +0 -333
- package/src/booking-wizard/use-offer-printer.ts +0 -108
- package/src/content/components/LanguageSwitcher.tsx +0 -158
- package/src/content/components/accordion.tsx +0 -30
- package/src/content/components/breadcrumb.tsx +0 -67
- package/src/content/components/contact.tsx +0 -210
- package/src/content/components/faq.tsx +0 -42
- package/src/content/components/gallery.tsx +0 -153
- package/src/content/components/image-with-text.tsx +0 -119
- package/src/content/components/login.tsx +0 -161
- package/src/content/components/personal-contact-form.tsx +0 -809
- package/src/content/components/slider.tsx +0 -237
- package/src/content/error/error.tsx +0 -27
- package/src/content/featured-trips/featured-trip-card.tsx +0 -48
- package/src/content/featured-trips/index.tsx +0 -19
- package/src/content/featured-trips/types.ts +0 -13
- package/src/content/features/content-page/content-page-self-contained.tsx +0 -895
- package/src/content/footer/index.tsx +0 -159
- package/src/content/footer/types.ts +0 -36
- package/src/content/header/index.tsx +0 -43
- package/src/content/header/types.ts +0 -26
- package/src/content/image-card-grid/index.tsx +0 -34
- package/src/content/image-card-grid/types.ts +0 -13
- package/src/content/image-with-text-section/card.tsx +0 -58
- package/src/content/image-with-text-section/index.tsx +0 -22
- package/src/content/image-with-text-section/types.ts +0 -20
- package/src/content/login/confirm-component.tsx +0 -149
- package/src/content/login/index.tsx +0 -70
- package/src/content/login/login-component.tsx +0 -159
- package/src/content/login/login-services.ts +0 -109
- package/src/content/login/reset-password-component.tsx +0 -191
- package/src/content/login/types.ts +0 -29
- package/src/content/navbar/index.tsx +0 -354
- package/src/content/navbar/placeholderData.tsx +0 -173
- package/src/content/navbar/types.ts +0 -43
- package/src/index.ts +0 -46
- package/src/qsm/components/QSMContainer/qsm-container.tsx +0 -671
- package/src/qsm/components/date-picker/index.tsx +0 -152
- package/src/qsm/components/date-range-picker/calendar-day.tsx +0 -49
- package/src/qsm/components/date-range-picker/calendar.tsx +0 -211
- package/src/qsm/components/date-range-picker/index.tsx +0 -404
- package/src/qsm/components/double-search-input-group/index.tsx +0 -78
- package/src/qsm/components/item-picker/index.tsx +0 -65
- package/src/qsm/components/mobile-filter-modal/index.tsx +0 -321
- package/src/qsm/components/search-input/index.tsx +0 -91
- package/src/qsm/components/search-input-group/index.tsx +0 -209
- package/src/qsm/components/travel-class-picker/index.tsx +0 -28
- package/src/qsm/components/travel-input/index.tsx +0 -241
- package/src/qsm/components/travel-input-group/index.tsx +0 -114
- package/src/qsm/components/travel-nationality-picker/index.tsx +0 -28
- package/src/qsm/components/travel-type-picker/index.tsx +0 -28
- package/src/qsm/index.tsx +0 -26
- package/src/qsm/qsm-configuration-context.ts +0 -31
- package/src/qsm/store/qsm-slice.ts +0 -282
- package/src/qsm/store/qsm-store.ts +0 -13
- package/src/qsm/types.ts +0 -110
- package/src/search-results/components/book-packaging-entry/index.tsx +0 -266
- package/src/search-results/components/book-packaging-entry/wl-sidebar.tsx +0 -173
- package/src/search-results/components/excursions/day-by-day-excursions.tsx +0 -168
- package/src/search-results/components/excursions/excursion-details.tsx +0 -340
- package/src/search-results/components/excursions/excursion-results.tsx +0 -186
- package/src/search-results/components/filters/filters.tsx +0 -229
- package/src/search-results/components/filters/flight-filters.tsx +0 -671
- package/src/search-results/components/flight/flight-banner.tsx +0 -35
- package/src/search-results/components/flight/flight-card.tsx +0 -38
- package/src/search-results/components/flight/flight-leg.tsx +0 -61
- package/src/search-results/components/flight/flight-path.tsx +0 -23
- package/src/search-results/components/flight/flight-results.tsx +0 -208
- package/src/search-results/components/flight/flight-search-context/index.tsx +0 -628
- package/src/search-results/components/flight/flight-selection/independent-flight-option.tsx +0 -168
- package/src/search-results/components/flight/flight-selection/independent-flight-selection.tsx +0 -184
- package/src/search-results/components/flight/flight-selection/index.tsx +0 -19
- package/src/search-results/components/flight/flight-selection/paired-flight-option.tsx +0 -255
- package/src/search-results/components/flight/flight-selection/paired-flight-selection.tsx +0 -38
- package/src/search-results/components/group-tour/group-tour-card.tsx +0 -105
- package/src/search-results/components/group-tour/group-tour-results.tsx +0 -62
- package/src/search-results/components/hotel/hotel-accommodation-results.tsx +0 -244
- package/src/search-results/components/hotel/hotel-card.tsx +0 -110
- package/src/search-results/components/item-picker/index.tsx +0 -81
- package/src/search-results/components/itinerary/full-itinerary.tsx +0 -374
- package/src/search-results/components/itinerary/index.tsx +0 -437
- package/src/search-results/components/multi-range-filter.tsx +0 -104
- package/src/search-results/components/round-trip/round-trip-results.tsx +0 -199
- package/src/search-results/components/search-results-container/flight-search-results.tsx +0 -137
- package/src/search-results/components/search-results-container/search-results-container.tsx +0 -1764
- package/src/search-results/components/spinner/spinner.tsx +0 -24
- package/src/search-results/components/tab-views/index.tsx +0 -53
- package/src/search-results/features/flights/flight-search-results-self-contained.tsx +0 -294
- package/src/search-results/features/hotels/hotel-flight-search-results-self-contained.tsx +0 -143
- package/src/search-results/features/hotels/hotel-search-results-self-contained.tsx +0 -220
- package/src/search-results/features/roundtrips/roundtrip-search-results-self-contained.tsx +0 -65
- package/src/search-results/index.tsx +0 -25
- package/src/search-results/search-results-configuration-context.ts +0 -6
- package/src/search-results/store/search-results-selectors.ts +0 -84
- package/src/search-results/store/search-results-slice.ts +0 -351
- package/src/search-results/store/search-results-store.ts +0 -13
- package/src/search-results/types.ts +0 -266
- package/src/search-results/utils/flight-utils.ts +0 -98
- package/src/search-results/utils/packaging-utils.ts +0 -75
- package/src/search-results/utils/query-utils.ts +0 -153
- package/src/search-results/utils/search-results-utils.ts +0 -538
- package/src/shared/booking/booking-panel.tsx +0 -25
- package/src/shared/booking/product-card.tsx +0 -23
- package/src/shared/booking/shared-confirmation.tsx +0 -105
- package/src/shared/booking/shared-sidebar.tsx +0 -432
- package/src/shared/booking/step-indicators.tsx +0 -30
- package/src/shared/booking/summary.tsx +0 -382
- package/src/shared/booking/travelers-form.tsx +0 -874
- package/src/shared/components/flyin/accommodation-flyin.tsx +0 -424
- package/src/shared/components/flyin/flights-flyin.tsx +0 -508
- package/src/shared/components/flyin/flyin.tsx +0 -241
- package/src/shared/components/flyin/group-tour-flyin.tsx +0 -294
- package/src/shared/components/flyin/packaging-flights-flyin.tsx +0 -171
- package/src/shared/components/icon.tsx +0 -1114
- package/src/shared/components/loader.tsx +0 -16
- package/src/shared/tide-sprites.svg +0 -117
- package/src/shared/translations/ar-SA.json +0 -398
- package/src/shared/translations/da-DK.json +0 -398
- package/src/shared/translations/de-DE.json +0 -398
- package/src/shared/translations/en-GB.json +0 -402
- package/src/shared/translations/es-ES.json +0 -398
- package/src/shared/translations/fr-BE.json +0 -402
- package/src/shared/translations/fr-FR.json +0 -398
- package/src/shared/translations/is-IS.json +0 -398
- package/src/shared/translations/it-IT.json +0 -398
- package/src/shared/translations/ja-JP.json +0 -398
- package/src/shared/translations/nl-BE.json +0 -402
- package/src/shared/translations/nl-NL.json +0 -398
- package/src/shared/translations/no-NO.json +0 -398
- package/src/shared/translations/pl-PL.json +0 -398
- package/src/shared/translations/pt-PT.json +0 -398
- package/src/shared/translations/sv-SE.json +0 -398
- package/src/shared/types.ts +0 -31
- package/src/shared/utils/booking-summary.tsx +0 -57
- package/src/shared/utils/class-util.ts +0 -7
- package/src/shared/utils/localization-util.ts +0 -301
- package/src/shared/utils/query-string-util.ts +0 -91
- package/src/shared/utils/tide-api-utils.ts +0 -43
- package/src/shared/utils/use-media-query-util.ts +0 -19
- package/tsconfig.json +0 -24
|
@@ -1,546 +1,542 @@
|
|
|
1
1
|
import { SearchResultsRootState } from './search-results-store';
|
|
2
2
|
import { PackagingFlightResponse } from '@qite/tide-client';
|
|
3
3
|
export declare const selectPackagingAccoResults: ((state: {
|
|
4
|
-
|
|
5
|
-
}) => import(
|
|
6
|
-
clearCache: () => void;
|
|
7
|
-
resultsCount: () => number;
|
|
8
|
-
resetResultsCount: () => void;
|
|
9
|
-
} & {
|
|
10
|
-
resultFunc: (resultFuncArgs_0: import('./search-results-slice').SearchResultsState) => import('@qite/tide-client').PackagingAccommodationResponse[];
|
|
11
|
-
memoizedResultFunc: ((
|
|
12
|
-
resultFuncArgs_0: import('./search-results-slice').SearchResultsState
|
|
13
|
-
) => import('@qite/tide-client').PackagingAccommodationResponse[]) & {
|
|
4
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
5
|
+
}) => import("@qite/tide-client").PackagingAccommodationResponse[]) & {
|
|
14
6
|
clearCache: () => void;
|
|
15
7
|
resultsCount: () => number;
|
|
16
8
|
resetResultsCount: () => void;
|
|
17
|
-
};
|
|
18
|
-
lastResult: () => import('@qite/tide-client').PackagingAccommodationResponse[];
|
|
19
|
-
dependencies: [(state: SearchResultsRootState) => import('./search-results-slice').SearchResultsState];
|
|
20
|
-
recomputations: () => number;
|
|
21
|
-
resetRecomputations: () => void;
|
|
22
|
-
dependencyRecomputations: () => number;
|
|
23
|
-
resetDependencyRecomputations: () => void;
|
|
24
9
|
} & {
|
|
25
|
-
|
|
26
|
-
|
|
10
|
+
resultFunc: (resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => import("@qite/tide-client").PackagingAccommodationResponse[];
|
|
11
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => import("@qite/tide-client").PackagingAccommodationResponse[]) & {
|
|
12
|
+
clearCache: () => void;
|
|
13
|
+
resultsCount: () => number;
|
|
14
|
+
resetResultsCount: () => void;
|
|
15
|
+
};
|
|
16
|
+
lastResult: () => import("@qite/tide-client").PackagingAccommodationResponse[];
|
|
17
|
+
dependencies: [(state: SearchResultsRootState) => import("./search-results-slice").SearchResultsState];
|
|
18
|
+
recomputations: () => number;
|
|
19
|
+
resetRecomputations: () => void;
|
|
20
|
+
dependencyRecomputations: () => number;
|
|
21
|
+
resetDependencyRecomputations: () => void;
|
|
22
|
+
} & {
|
|
23
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
24
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
27
25
|
};
|
|
28
26
|
export declare const selectSelectedPackagingAccoResultCode: ((state: {
|
|
29
|
-
|
|
27
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
30
28
|
}) => string | null) & {
|
|
31
|
-
clearCache: () => void;
|
|
32
|
-
resultsCount: () => number;
|
|
33
|
-
resetResultsCount: () => void;
|
|
34
|
-
} & {
|
|
35
|
-
resultFunc: (resultFuncArgs_0: import('./search-results-slice').SearchResultsState) => string | null;
|
|
36
|
-
memoizedResultFunc: ((resultFuncArgs_0: import('./search-results-slice').SearchResultsState) => string | null) & {
|
|
37
29
|
clearCache: () => void;
|
|
38
30
|
resultsCount: () => number;
|
|
39
31
|
resetResultsCount: () => void;
|
|
40
|
-
};
|
|
41
|
-
lastResult: () => string | null;
|
|
42
|
-
dependencies: [(state: SearchResultsRootState) => import('./search-results-slice').SearchResultsState];
|
|
43
|
-
recomputations: () => number;
|
|
44
|
-
resetRecomputations: () => void;
|
|
45
|
-
dependencyRecomputations: () => number;
|
|
46
|
-
resetDependencyRecomputations: () => void;
|
|
47
32
|
} & {
|
|
48
|
-
|
|
49
|
-
|
|
33
|
+
resultFunc: (resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => string | null;
|
|
34
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => string | null) & {
|
|
35
|
+
clearCache: () => void;
|
|
36
|
+
resultsCount: () => number;
|
|
37
|
+
resetResultsCount: () => void;
|
|
38
|
+
};
|
|
39
|
+
lastResult: () => string | null;
|
|
40
|
+
dependencies: [(state: SearchResultsRootState) => import("./search-results-slice").SearchResultsState];
|
|
41
|
+
recomputations: () => number;
|
|
42
|
+
resetRecomputations: () => void;
|
|
43
|
+
dependencyRecomputations: () => number;
|
|
44
|
+
resetDependencyRecomputations: () => void;
|
|
45
|
+
} & {
|
|
46
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
47
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
50
48
|
};
|
|
51
49
|
export declare const selectSelectedPackagingAccoResult: ((state: {
|
|
52
|
-
|
|
53
|
-
}) => import(
|
|
54
|
-
clearCache: () => void;
|
|
55
|
-
resultsCount: () => number;
|
|
56
|
-
resetResultsCount: () => void;
|
|
57
|
-
} & {
|
|
58
|
-
resultFunc: (
|
|
59
|
-
resultFuncArgs_0: import('@qite/tide-client').PackagingAccommodationResponse[],
|
|
60
|
-
resultFuncArgs_1: string | null
|
|
61
|
-
) => import('@qite/tide-client').PackagingAccommodationResponse | null;
|
|
62
|
-
memoizedResultFunc: ((
|
|
63
|
-
resultFuncArgs_0: import('@qite/tide-client').PackagingAccommodationResponse[],
|
|
64
|
-
resultFuncArgs_1: string | null
|
|
65
|
-
) => import('@qite/tide-client').PackagingAccommodationResponse | null) & {
|
|
50
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
51
|
+
}) => import("@qite/tide-client").PackagingAccommodationResponse | null) & {
|
|
66
52
|
clearCache: () => void;
|
|
67
53
|
resultsCount: () => number;
|
|
68
54
|
resetResultsCount: () => void;
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
) => import('@qite/tide-client').PackagingAccommodationResponse[]) & {
|
|
55
|
+
} & {
|
|
56
|
+
resultFunc: (resultFuncArgs_0: import("@qite/tide-client").PackagingAccommodationResponse[], resultFuncArgs_1: string | null) => import("@qite/tide-client").PackagingAccommodationResponse | null;
|
|
57
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("@qite/tide-client").PackagingAccommodationResponse[], resultFuncArgs_1: string | null) => import("@qite/tide-client").PackagingAccommodationResponse | null) & {
|
|
58
|
+
clearCache: () => void;
|
|
59
|
+
resultsCount: () => number;
|
|
60
|
+
resetResultsCount: () => void;
|
|
61
|
+
};
|
|
62
|
+
lastResult: () => import("@qite/tide-client").PackagingAccommodationResponse | null;
|
|
63
|
+
dependencies: [((state: {
|
|
64
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
65
|
+
}) => import("@qite/tide-client").PackagingAccommodationResponse[]) & {
|
|
81
66
|
clearCache: () => void;
|
|
82
67
|
resultsCount: () => number;
|
|
83
68
|
resetResultsCount: () => void;
|
|
84
|
-
};
|
|
85
|
-
lastResult: () => import('@qite/tide-client').PackagingAccommodationResponse[];
|
|
86
|
-
dependencies: [(state: SearchResultsRootState) => import('./search-results-slice').SearchResultsState];
|
|
87
|
-
recomputations: () => number;
|
|
88
|
-
resetRecomputations: () => void;
|
|
89
|
-
dependencyRecomputations: () => number;
|
|
90
|
-
resetDependencyRecomputations: () => void;
|
|
91
69
|
} & {
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
70
|
+
resultFunc: (resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => import("@qite/tide-client").PackagingAccommodationResponse[];
|
|
71
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => import("@qite/tide-client").PackagingAccommodationResponse[]) & {
|
|
72
|
+
clearCache: () => void;
|
|
73
|
+
resultsCount: () => number;
|
|
74
|
+
resetResultsCount: () => void;
|
|
75
|
+
};
|
|
76
|
+
lastResult: () => import("@qite/tide-client").PackagingAccommodationResponse[];
|
|
77
|
+
dependencies: [(state: SearchResultsRootState) => import("./search-results-slice").SearchResultsState];
|
|
78
|
+
recomputations: () => number;
|
|
79
|
+
resetRecomputations: () => void;
|
|
80
|
+
dependencyRecomputations: () => number;
|
|
81
|
+
resetDependencyRecomputations: () => void;
|
|
99
82
|
} & {
|
|
100
|
-
|
|
101
|
-
|
|
83
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
84
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
85
|
+
}, ((state: {
|
|
86
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
87
|
+
}) => string | null) & {
|
|
102
88
|
clearCache: () => void;
|
|
103
89
|
resultsCount: () => number;
|
|
104
90
|
resetResultsCount: () => void;
|
|
105
|
-
};
|
|
106
|
-
lastResult: () => string | null;
|
|
107
|
-
dependencies: [(state: SearchResultsRootState) => import('./search-results-slice').SearchResultsState];
|
|
108
|
-
recomputations: () => number;
|
|
109
|
-
resetRecomputations: () => void;
|
|
110
|
-
dependencyRecomputations: () => number;
|
|
111
|
-
resetDependencyRecomputations: () => void;
|
|
112
91
|
} & {
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
92
|
+
resultFunc: (resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => string | null;
|
|
93
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => string | null) & {
|
|
94
|
+
clearCache: () => void;
|
|
95
|
+
resultsCount: () => number;
|
|
96
|
+
resetResultsCount: () => void;
|
|
97
|
+
};
|
|
98
|
+
lastResult: () => string | null;
|
|
99
|
+
dependencies: [(state: SearchResultsRootState) => import("./search-results-slice").SearchResultsState];
|
|
100
|
+
recomputations: () => number;
|
|
101
|
+
resetRecomputations: () => void;
|
|
102
|
+
dependencyRecomputations: () => number;
|
|
103
|
+
resetDependencyRecomputations: () => void;
|
|
104
|
+
} & {
|
|
105
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
106
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
107
|
+
}];
|
|
108
|
+
recomputations: () => number;
|
|
109
|
+
resetRecomputations: () => void;
|
|
110
|
+
dependencyRecomputations: () => number;
|
|
111
|
+
resetDependencyRecomputations: () => void;
|
|
121
112
|
} & {
|
|
122
|
-
|
|
123
|
-
|
|
113
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
114
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
124
115
|
};
|
|
125
116
|
export declare const selectPackagingFlightResults: ((state: {
|
|
126
|
-
|
|
117
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
127
118
|
}) => PackagingFlightResponse[]) & {
|
|
128
|
-
clearCache: () => void;
|
|
129
|
-
resultsCount: () => number;
|
|
130
|
-
resetResultsCount: () => void;
|
|
131
|
-
} & {
|
|
132
|
-
resultFunc: (resultFuncArgs_0: import('./search-results-slice').SearchResultsState) => PackagingFlightResponse[];
|
|
133
|
-
memoizedResultFunc: ((resultFuncArgs_0: import('./search-results-slice').SearchResultsState) => PackagingFlightResponse[]) & {
|
|
134
119
|
clearCache: () => void;
|
|
135
120
|
resultsCount: () => number;
|
|
136
121
|
resetResultsCount: () => void;
|
|
137
|
-
};
|
|
138
|
-
lastResult: () => PackagingFlightResponse[];
|
|
139
|
-
dependencies: [(state: SearchResultsRootState) => import('./search-results-slice').SearchResultsState];
|
|
140
|
-
recomputations: () => number;
|
|
141
|
-
resetRecomputations: () => void;
|
|
142
|
-
dependencyRecomputations: () => number;
|
|
143
|
-
resetDependencyRecomputations: () => void;
|
|
144
122
|
} & {
|
|
145
|
-
|
|
146
|
-
|
|
123
|
+
resultFunc: (resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => PackagingFlightResponse[];
|
|
124
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => PackagingFlightResponse[]) & {
|
|
125
|
+
clearCache: () => void;
|
|
126
|
+
resultsCount: () => number;
|
|
127
|
+
resetResultsCount: () => void;
|
|
128
|
+
};
|
|
129
|
+
lastResult: () => PackagingFlightResponse[];
|
|
130
|
+
dependencies: [(state: SearchResultsRootState) => import("./search-results-slice").SearchResultsState];
|
|
131
|
+
recomputations: () => number;
|
|
132
|
+
resetRecomputations: () => void;
|
|
133
|
+
dependencyRecomputations: () => number;
|
|
134
|
+
resetDependencyRecomputations: () => void;
|
|
135
|
+
} & {
|
|
136
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
137
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
147
138
|
};
|
|
148
139
|
export declare const selectFilteredPackagingFlightResults: ((state: {
|
|
149
|
-
|
|
140
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
150
141
|
}) => PackagingFlightResponse[]) & {
|
|
151
|
-
clearCache: () => void;
|
|
152
|
-
resultsCount: () => number;
|
|
153
|
-
resetResultsCount: () => void;
|
|
154
|
-
} & {
|
|
155
|
-
resultFunc: (resultFuncArgs_0: import('./search-results-slice').SearchResultsState) => PackagingFlightResponse[];
|
|
156
|
-
memoizedResultFunc: ((resultFuncArgs_0: import('./search-results-slice').SearchResultsState) => PackagingFlightResponse[]) & {
|
|
157
142
|
clearCache: () => void;
|
|
158
143
|
resultsCount: () => number;
|
|
159
144
|
resetResultsCount: () => void;
|
|
160
|
-
};
|
|
161
|
-
lastResult: () => PackagingFlightResponse[];
|
|
162
|
-
dependencies: [(state: SearchResultsRootState) => import('./search-results-slice').SearchResultsState];
|
|
163
|
-
recomputations: () => number;
|
|
164
|
-
resetRecomputations: () => void;
|
|
165
|
-
dependencyRecomputations: () => number;
|
|
166
|
-
resetDependencyRecomputations: () => void;
|
|
167
145
|
} & {
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
146
|
+
resultFunc: (resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => PackagingFlightResponse[];
|
|
147
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => PackagingFlightResponse[]) & {
|
|
148
|
+
clearCache: () => void;
|
|
149
|
+
resultsCount: () => number;
|
|
150
|
+
resetResultsCount: () => void;
|
|
151
|
+
};
|
|
152
|
+
lastResult: () => PackagingFlightResponse[];
|
|
153
|
+
dependencies: [(state: SearchResultsRootState) => import("./search-results-slice").SearchResultsState];
|
|
154
|
+
recomputations: () => number;
|
|
155
|
+
resetRecomputations: () => void;
|
|
156
|
+
dependencyRecomputations: () => number;
|
|
157
|
+
resetDependencyRecomputations: () => void;
|
|
175
158
|
} & {
|
|
176
|
-
|
|
177
|
-
|
|
159
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
160
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
161
|
+
};
|
|
162
|
+
export declare const selectSelectedOutwardKey: ((state: {
|
|
163
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
164
|
+
}) => string | null) & {
|
|
178
165
|
clearCache: () => void;
|
|
179
166
|
resultsCount: () => number;
|
|
180
167
|
resetResultsCount: () => void;
|
|
181
|
-
};
|
|
182
|
-
lastResult: () => string | null;
|
|
183
|
-
dependencies: [(state: SearchResultsRootState) => import('./search-results-slice').SearchResultsState];
|
|
184
|
-
recomputations: () => number;
|
|
185
|
-
resetRecomputations: () => void;
|
|
186
|
-
dependencyRecomputations: () => number;
|
|
187
|
-
resetDependencyRecomputations: () => void;
|
|
188
168
|
} & {
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
169
|
+
resultFunc: (resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => string | null;
|
|
170
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => string | null) & {
|
|
171
|
+
clearCache: () => void;
|
|
172
|
+
resultsCount: () => number;
|
|
173
|
+
resetResultsCount: () => void;
|
|
174
|
+
};
|
|
175
|
+
lastResult: () => string | null;
|
|
176
|
+
dependencies: [(state: SearchResultsRootState) => import("./search-results-slice").SearchResultsState];
|
|
177
|
+
recomputations: () => number;
|
|
178
|
+
resetRecomputations: () => void;
|
|
179
|
+
dependencyRecomputations: () => number;
|
|
180
|
+
resetDependencyRecomputations: () => void;
|
|
196
181
|
} & {
|
|
197
|
-
|
|
198
|
-
|
|
182
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
183
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
184
|
+
};
|
|
185
|
+
export declare const selectSelectedReturnKey: ((state: {
|
|
186
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
187
|
+
}) => string | null) & {
|
|
199
188
|
clearCache: () => void;
|
|
200
189
|
resultsCount: () => number;
|
|
201
190
|
resetResultsCount: () => void;
|
|
202
|
-
};
|
|
203
|
-
lastResult: () => string | null;
|
|
204
|
-
dependencies: [(state: SearchResultsRootState) => import('./search-results-slice').SearchResultsState];
|
|
205
|
-
recomputations: () => number;
|
|
206
|
-
resetRecomputations: () => void;
|
|
207
|
-
dependencyRecomputations: () => number;
|
|
208
|
-
resetDependencyRecomputations: () => void;
|
|
209
191
|
} & {
|
|
210
|
-
|
|
211
|
-
|
|
192
|
+
resultFunc: (resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => string | null;
|
|
193
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => string | null) & {
|
|
194
|
+
clearCache: () => void;
|
|
195
|
+
resultsCount: () => number;
|
|
196
|
+
resetResultsCount: () => void;
|
|
197
|
+
};
|
|
198
|
+
lastResult: () => string | null;
|
|
199
|
+
dependencies: [(state: SearchResultsRootState) => import("./search-results-slice").SearchResultsState];
|
|
200
|
+
recomputations: () => number;
|
|
201
|
+
resetRecomputations: () => void;
|
|
202
|
+
dependencyRecomputations: () => number;
|
|
203
|
+
resetDependencyRecomputations: () => void;
|
|
204
|
+
} & {
|
|
205
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
206
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
212
207
|
};
|
|
213
208
|
export declare const selectUniqueOutwardFlights: ((state: {
|
|
214
|
-
|
|
209
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
215
210
|
}) => PackagingFlightResponse[]) & {
|
|
216
|
-
clearCache: () => void;
|
|
217
|
-
resultsCount: () => number;
|
|
218
|
-
resetResultsCount: () => void;
|
|
219
|
-
} & {
|
|
220
|
-
resultFunc: (resultFuncArgs_0: PackagingFlightResponse[]) => PackagingFlightResponse[];
|
|
221
|
-
memoizedResultFunc: ((resultFuncArgs_0: PackagingFlightResponse[]) => PackagingFlightResponse[]) & {
|
|
222
211
|
clearCache: () => void;
|
|
223
212
|
resultsCount: () => number;
|
|
224
213
|
resetResultsCount: () => void;
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
214
|
+
} & {
|
|
215
|
+
resultFunc: (resultFuncArgs_0: PackagingFlightResponse[]) => PackagingFlightResponse[];
|
|
216
|
+
memoizedResultFunc: ((resultFuncArgs_0: PackagingFlightResponse[]) => PackagingFlightResponse[]) & {
|
|
217
|
+
clearCache: () => void;
|
|
218
|
+
resultsCount: () => number;
|
|
219
|
+
resetResultsCount: () => void;
|
|
220
|
+
};
|
|
221
|
+
lastResult: () => PackagingFlightResponse[];
|
|
222
|
+
dependencies: [((state: {
|
|
223
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
224
|
+
}) => PackagingFlightResponse[]) & {
|
|
235
225
|
clearCache: () => void;
|
|
236
226
|
resultsCount: () => number;
|
|
237
227
|
resetResultsCount: () => void;
|
|
238
|
-
};
|
|
239
|
-
lastResult: () => PackagingFlightResponse[];
|
|
240
|
-
dependencies: [(state: SearchResultsRootState) => import('./search-results-slice').SearchResultsState];
|
|
241
|
-
recomputations: () => number;
|
|
242
|
-
resetRecomputations: () => void;
|
|
243
|
-
dependencyRecomputations: () => number;
|
|
244
|
-
resetDependencyRecomputations: () => void;
|
|
245
228
|
} & {
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
229
|
+
resultFunc: (resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => PackagingFlightResponse[];
|
|
230
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => PackagingFlightResponse[]) & {
|
|
231
|
+
clearCache: () => void;
|
|
232
|
+
resultsCount: () => number;
|
|
233
|
+
resetResultsCount: () => void;
|
|
234
|
+
};
|
|
235
|
+
lastResult: () => PackagingFlightResponse[];
|
|
236
|
+
dependencies: [(state: SearchResultsRootState) => import("./search-results-slice").SearchResultsState];
|
|
237
|
+
recomputations: () => number;
|
|
238
|
+
resetRecomputations: () => void;
|
|
239
|
+
dependencyRecomputations: () => number;
|
|
240
|
+
resetDependencyRecomputations: () => void;
|
|
241
|
+
} & {
|
|
242
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
243
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
244
|
+
}];
|
|
245
|
+
recomputations: () => number;
|
|
246
|
+
resetRecomputations: () => void;
|
|
247
|
+
dependencyRecomputations: () => number;
|
|
248
|
+
resetDependencyRecomputations: () => void;
|
|
254
249
|
} & {
|
|
255
|
-
|
|
256
|
-
|
|
250
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
251
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
257
252
|
};
|
|
258
253
|
export declare const selectUniqueReturnFlights: ((state: {
|
|
259
|
-
|
|
254
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
260
255
|
}) => PackagingFlightResponse[]) & {
|
|
261
|
-
clearCache: () => void;
|
|
262
|
-
resultsCount: () => number;
|
|
263
|
-
resetResultsCount: () => void;
|
|
264
|
-
} & {
|
|
265
|
-
resultFunc: (resultFuncArgs_0: PackagingFlightResponse[], resultFuncArgs_1: string | null) => PackagingFlightResponse[];
|
|
266
|
-
memoizedResultFunc: ((resultFuncArgs_0: PackagingFlightResponse[], resultFuncArgs_1: string | null) => PackagingFlightResponse[]) & {
|
|
267
256
|
clearCache: () => void;
|
|
268
257
|
resultsCount: () => number;
|
|
269
258
|
resetResultsCount: () => void;
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
259
|
+
} & {
|
|
260
|
+
resultFunc: (resultFuncArgs_0: PackagingFlightResponse[], resultFuncArgs_1: string | null) => PackagingFlightResponse[];
|
|
261
|
+
memoizedResultFunc: ((resultFuncArgs_0: PackagingFlightResponse[], resultFuncArgs_1: string | null) => PackagingFlightResponse[]) & {
|
|
262
|
+
clearCache: () => void;
|
|
263
|
+
resultsCount: () => number;
|
|
264
|
+
resetResultsCount: () => void;
|
|
265
|
+
};
|
|
266
|
+
lastResult: () => PackagingFlightResponse[];
|
|
267
|
+
dependencies: [((state: {
|
|
268
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
269
|
+
}) => PackagingFlightResponse[]) & {
|
|
280
270
|
clearCache: () => void;
|
|
281
271
|
resultsCount: () => number;
|
|
282
272
|
resetResultsCount: () => void;
|
|
283
|
-
};
|
|
284
|
-
lastResult: () => PackagingFlightResponse[];
|
|
285
|
-
dependencies: [(state: SearchResultsRootState) => import('./search-results-slice').SearchResultsState];
|
|
286
|
-
recomputations: () => number;
|
|
287
|
-
resetRecomputations: () => void;
|
|
288
|
-
dependencyRecomputations: () => number;
|
|
289
|
-
resetDependencyRecomputations: () => void;
|
|
290
273
|
} & {
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
274
|
+
resultFunc: (resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => PackagingFlightResponse[];
|
|
275
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => PackagingFlightResponse[]) & {
|
|
276
|
+
clearCache: () => void;
|
|
277
|
+
resultsCount: () => number;
|
|
278
|
+
resetResultsCount: () => void;
|
|
279
|
+
};
|
|
280
|
+
lastResult: () => PackagingFlightResponse[];
|
|
281
|
+
dependencies: [(state: SearchResultsRootState) => import("./search-results-slice").SearchResultsState];
|
|
282
|
+
recomputations: () => number;
|
|
283
|
+
resetRecomputations: () => void;
|
|
284
|
+
dependencyRecomputations: () => number;
|
|
285
|
+
resetDependencyRecomputations: () => void;
|
|
298
286
|
} & {
|
|
299
|
-
|
|
300
|
-
|
|
287
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
288
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
289
|
+
}, ((state: {
|
|
290
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
291
|
+
}) => string | null) & {
|
|
301
292
|
clearCache: () => void;
|
|
302
293
|
resultsCount: () => number;
|
|
303
294
|
resetResultsCount: () => void;
|
|
304
|
-
};
|
|
305
|
-
lastResult: () => string | null;
|
|
306
|
-
dependencies: [(state: SearchResultsRootState) => import('./search-results-slice').SearchResultsState];
|
|
307
|
-
recomputations: () => number;
|
|
308
|
-
resetRecomputations: () => void;
|
|
309
|
-
dependencyRecomputations: () => number;
|
|
310
|
-
resetDependencyRecomputations: () => void;
|
|
311
295
|
} & {
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
296
|
+
resultFunc: (resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => string | null;
|
|
297
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => string | null) & {
|
|
298
|
+
clearCache: () => void;
|
|
299
|
+
resultsCount: () => number;
|
|
300
|
+
resetResultsCount: () => void;
|
|
301
|
+
};
|
|
302
|
+
lastResult: () => string | null;
|
|
303
|
+
dependencies: [(state: SearchResultsRootState) => import("./search-results-slice").SearchResultsState];
|
|
304
|
+
recomputations: () => number;
|
|
305
|
+
resetRecomputations: () => void;
|
|
306
|
+
dependencyRecomputations: () => number;
|
|
307
|
+
resetDependencyRecomputations: () => void;
|
|
308
|
+
} & {
|
|
309
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
310
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
311
|
+
}];
|
|
312
|
+
recomputations: () => number;
|
|
313
|
+
resetRecomputations: () => void;
|
|
314
|
+
dependencyRecomputations: () => number;
|
|
315
|
+
resetDependencyRecomputations: () => void;
|
|
320
316
|
} & {
|
|
321
|
-
|
|
322
|
-
|
|
317
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
318
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
323
319
|
};
|
|
324
320
|
export declare const selectSelectedOutward: ((state: {
|
|
325
|
-
|
|
321
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
326
322
|
}) => PackagingFlightResponse | null) & {
|
|
327
|
-
clearCache: () => void;
|
|
328
|
-
resultsCount: () => number;
|
|
329
|
-
resetResultsCount: () => void;
|
|
330
|
-
} & {
|
|
331
|
-
resultFunc: (resultFuncArgs_0: PackagingFlightResponse[], resultFuncArgs_1: string | null) => PackagingFlightResponse | null;
|
|
332
|
-
memoizedResultFunc: ((resultFuncArgs_0: PackagingFlightResponse[], resultFuncArgs_1: string | null) => PackagingFlightResponse | null) & {
|
|
333
323
|
clearCache: () => void;
|
|
334
324
|
resultsCount: () => number;
|
|
335
325
|
resetResultsCount: () => void;
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
326
|
+
} & {
|
|
327
|
+
resultFunc: (resultFuncArgs_0: PackagingFlightResponse[], resultFuncArgs_1: string | null) => PackagingFlightResponse | null;
|
|
328
|
+
memoizedResultFunc: ((resultFuncArgs_0: PackagingFlightResponse[], resultFuncArgs_1: string | null) => PackagingFlightResponse | null) & {
|
|
329
|
+
clearCache: () => void;
|
|
330
|
+
resultsCount: () => number;
|
|
331
|
+
resetResultsCount: () => void;
|
|
332
|
+
};
|
|
333
|
+
lastResult: () => PackagingFlightResponse | null;
|
|
334
|
+
dependencies: [((state: {
|
|
335
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
336
|
+
}) => PackagingFlightResponse[]) & {
|
|
346
337
|
clearCache: () => void;
|
|
347
338
|
resultsCount: () => number;
|
|
348
339
|
resetResultsCount: () => void;
|
|
349
|
-
};
|
|
350
|
-
lastResult: () => PackagingFlightResponse[];
|
|
351
|
-
dependencies: [(state: SearchResultsRootState) => import('./search-results-slice').SearchResultsState];
|
|
352
|
-
recomputations: () => number;
|
|
353
|
-
resetRecomputations: () => void;
|
|
354
|
-
dependencyRecomputations: () => number;
|
|
355
|
-
resetDependencyRecomputations: () => void;
|
|
356
340
|
} & {
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
341
|
+
resultFunc: (resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => PackagingFlightResponse[];
|
|
342
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => PackagingFlightResponse[]) & {
|
|
343
|
+
clearCache: () => void;
|
|
344
|
+
resultsCount: () => number;
|
|
345
|
+
resetResultsCount: () => void;
|
|
346
|
+
};
|
|
347
|
+
lastResult: () => PackagingFlightResponse[];
|
|
348
|
+
dependencies: [(state: SearchResultsRootState) => import("./search-results-slice").SearchResultsState];
|
|
349
|
+
recomputations: () => number;
|
|
350
|
+
resetRecomputations: () => void;
|
|
351
|
+
dependencyRecomputations: () => number;
|
|
352
|
+
resetDependencyRecomputations: () => void;
|
|
364
353
|
} & {
|
|
365
|
-
|
|
366
|
-
|
|
354
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
355
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
356
|
+
}, ((state: {
|
|
357
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
358
|
+
}) => string | null) & {
|
|
367
359
|
clearCache: () => void;
|
|
368
360
|
resultsCount: () => number;
|
|
369
361
|
resetResultsCount: () => void;
|
|
370
|
-
};
|
|
371
|
-
lastResult: () => string | null;
|
|
372
|
-
dependencies: [(state: SearchResultsRootState) => import('./search-results-slice').SearchResultsState];
|
|
373
|
-
recomputations: () => number;
|
|
374
|
-
resetRecomputations: () => void;
|
|
375
|
-
dependencyRecomputations: () => number;
|
|
376
|
-
resetDependencyRecomputations: () => void;
|
|
377
362
|
} & {
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
363
|
+
resultFunc: (resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => string | null;
|
|
364
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => string | null) & {
|
|
365
|
+
clearCache: () => void;
|
|
366
|
+
resultsCount: () => number;
|
|
367
|
+
resetResultsCount: () => void;
|
|
368
|
+
};
|
|
369
|
+
lastResult: () => string | null;
|
|
370
|
+
dependencies: [(state: SearchResultsRootState) => import("./search-results-slice").SearchResultsState];
|
|
371
|
+
recomputations: () => number;
|
|
372
|
+
resetRecomputations: () => void;
|
|
373
|
+
dependencyRecomputations: () => number;
|
|
374
|
+
resetDependencyRecomputations: () => void;
|
|
375
|
+
} & {
|
|
376
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
377
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
378
|
+
}];
|
|
379
|
+
recomputations: () => number;
|
|
380
|
+
resetRecomputations: () => void;
|
|
381
|
+
dependencyRecomputations: () => number;
|
|
382
|
+
resetDependencyRecomputations: () => void;
|
|
386
383
|
} & {
|
|
387
|
-
|
|
388
|
-
|
|
384
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
385
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
389
386
|
};
|
|
390
387
|
export declare const selectSelectedReturn: ((state: {
|
|
391
|
-
|
|
388
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
392
389
|
}) => PackagingFlightResponse | null) & {
|
|
393
|
-
clearCache: () => void;
|
|
394
|
-
resultsCount: () => number;
|
|
395
|
-
resetResultsCount: () => void;
|
|
396
|
-
} & {
|
|
397
|
-
resultFunc: (resultFuncArgs_0: PackagingFlightResponse[], resultFuncArgs_1: string | null) => PackagingFlightResponse | null;
|
|
398
|
-
memoizedResultFunc: ((resultFuncArgs_0: PackagingFlightResponse[], resultFuncArgs_1: string | null) => PackagingFlightResponse | null) & {
|
|
399
390
|
clearCache: () => void;
|
|
400
391
|
resultsCount: () => number;
|
|
401
392
|
resetResultsCount: () => void;
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
393
|
+
} & {
|
|
394
|
+
resultFunc: (resultFuncArgs_0: PackagingFlightResponse[], resultFuncArgs_1: string | null) => PackagingFlightResponse | null;
|
|
395
|
+
memoizedResultFunc: ((resultFuncArgs_0: PackagingFlightResponse[], resultFuncArgs_1: string | null) => PackagingFlightResponse | null) & {
|
|
396
|
+
clearCache: () => void;
|
|
397
|
+
resultsCount: () => number;
|
|
398
|
+
resetResultsCount: () => void;
|
|
399
|
+
};
|
|
400
|
+
lastResult: () => PackagingFlightResponse | null;
|
|
401
|
+
dependencies: [((state: {
|
|
402
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
403
|
+
}) => PackagingFlightResponse[]) & {
|
|
412
404
|
clearCache: () => void;
|
|
413
405
|
resultsCount: () => number;
|
|
414
406
|
resetResultsCount: () => void;
|
|
415
|
-
};
|
|
416
|
-
lastResult: () => PackagingFlightResponse[];
|
|
417
|
-
dependencies: [(state: SearchResultsRootState) => import('./search-results-slice').SearchResultsState];
|
|
418
|
-
recomputations: () => number;
|
|
419
|
-
resetRecomputations: () => void;
|
|
420
|
-
dependencyRecomputations: () => number;
|
|
421
|
-
resetDependencyRecomputations: () => void;
|
|
422
407
|
} & {
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
408
|
+
resultFunc: (resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => PackagingFlightResponse[];
|
|
409
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => PackagingFlightResponse[]) & {
|
|
410
|
+
clearCache: () => void;
|
|
411
|
+
resultsCount: () => number;
|
|
412
|
+
resetResultsCount: () => void;
|
|
413
|
+
};
|
|
414
|
+
lastResult: () => PackagingFlightResponse[];
|
|
415
|
+
dependencies: [(state: SearchResultsRootState) => import("./search-results-slice").SearchResultsState];
|
|
416
|
+
recomputations: () => number;
|
|
417
|
+
resetRecomputations: () => void;
|
|
418
|
+
dependencyRecomputations: () => number;
|
|
419
|
+
resetDependencyRecomputations: () => void;
|
|
430
420
|
} & {
|
|
431
|
-
|
|
432
|
-
|
|
421
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
422
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
423
|
+
}, ((state: {
|
|
424
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
425
|
+
}) => string | null) & {
|
|
433
426
|
clearCache: () => void;
|
|
434
427
|
resultsCount: () => number;
|
|
435
428
|
resetResultsCount: () => void;
|
|
436
|
-
};
|
|
437
|
-
lastResult: () => string | null;
|
|
438
|
-
dependencies: [(state: SearchResultsRootState) => import('./search-results-slice').SearchResultsState];
|
|
439
|
-
recomputations: () => number;
|
|
440
|
-
resetRecomputations: () => void;
|
|
441
|
-
dependencyRecomputations: () => number;
|
|
442
|
-
resetDependencyRecomputations: () => void;
|
|
443
429
|
} & {
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
430
|
+
resultFunc: (resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => string | null;
|
|
431
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => string | null) & {
|
|
432
|
+
clearCache: () => void;
|
|
433
|
+
resultsCount: () => number;
|
|
434
|
+
resetResultsCount: () => void;
|
|
435
|
+
};
|
|
436
|
+
lastResult: () => string | null;
|
|
437
|
+
dependencies: [(state: SearchResultsRootState) => import("./search-results-slice").SearchResultsState];
|
|
438
|
+
recomputations: () => number;
|
|
439
|
+
resetRecomputations: () => void;
|
|
440
|
+
dependencyRecomputations: () => number;
|
|
441
|
+
resetDependencyRecomputations: () => void;
|
|
442
|
+
} & {
|
|
443
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
444
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
445
|
+
}];
|
|
446
|
+
recomputations: () => number;
|
|
447
|
+
resetRecomputations: () => void;
|
|
448
|
+
dependencyRecomputations: () => number;
|
|
449
|
+
resetDependencyRecomputations: () => void;
|
|
452
450
|
} & {
|
|
453
|
-
|
|
454
|
-
|
|
451
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
452
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
455
453
|
};
|
|
456
454
|
export declare const selectSelectedCombinationFlight: ((state: {
|
|
457
|
-
|
|
455
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
458
456
|
}) => PackagingFlightResponse | null) & {
|
|
459
|
-
clearCache: () => void;
|
|
460
|
-
resultsCount: () => number;
|
|
461
|
-
resetResultsCount: () => void;
|
|
462
|
-
} & {
|
|
463
|
-
resultFunc: (resultFuncArgs_0: PackagingFlightResponse[], resultFuncArgs_1: string | null, resultFuncArgs_2: string | null) => PackagingFlightResponse | null;
|
|
464
|
-
memoizedResultFunc: ((
|
|
465
|
-
resultFuncArgs_0: PackagingFlightResponse[],
|
|
466
|
-
resultFuncArgs_1: string | null,
|
|
467
|
-
resultFuncArgs_2: string | null
|
|
468
|
-
) => PackagingFlightResponse | null) & {
|
|
469
457
|
clearCache: () => void;
|
|
470
458
|
resultsCount: () => number;
|
|
471
459
|
resetResultsCount: () => void;
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
460
|
+
} & {
|
|
461
|
+
resultFunc: (resultFuncArgs_0: PackagingFlightResponse[], resultFuncArgs_1: string | null, resultFuncArgs_2: string | null) => PackagingFlightResponse | null;
|
|
462
|
+
memoizedResultFunc: ((resultFuncArgs_0: PackagingFlightResponse[], resultFuncArgs_1: string | null, resultFuncArgs_2: string | null) => PackagingFlightResponse | null) & {
|
|
463
|
+
clearCache: () => void;
|
|
464
|
+
resultsCount: () => number;
|
|
465
|
+
resetResultsCount: () => void;
|
|
466
|
+
};
|
|
467
|
+
lastResult: () => PackagingFlightResponse | null;
|
|
468
|
+
dependencies: [((state: {
|
|
469
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
470
|
+
}) => PackagingFlightResponse[]) & {
|
|
482
471
|
clearCache: () => void;
|
|
483
472
|
resultsCount: () => number;
|
|
484
473
|
resetResultsCount: () => void;
|
|
485
|
-
};
|
|
486
|
-
lastResult: () => PackagingFlightResponse[];
|
|
487
|
-
dependencies: [(state: SearchResultsRootState) => import('./search-results-slice').SearchResultsState];
|
|
488
|
-
recomputations: () => number;
|
|
489
|
-
resetRecomputations: () => void;
|
|
490
|
-
dependencyRecomputations: () => number;
|
|
491
|
-
resetDependencyRecomputations: () => void;
|
|
492
474
|
} & {
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
475
|
+
resultFunc: (resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => PackagingFlightResponse[];
|
|
476
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => PackagingFlightResponse[]) & {
|
|
477
|
+
clearCache: () => void;
|
|
478
|
+
resultsCount: () => number;
|
|
479
|
+
resetResultsCount: () => void;
|
|
480
|
+
};
|
|
481
|
+
lastResult: () => PackagingFlightResponse[];
|
|
482
|
+
dependencies: [(state: SearchResultsRootState) => import("./search-results-slice").SearchResultsState];
|
|
483
|
+
recomputations: () => number;
|
|
484
|
+
resetRecomputations: () => void;
|
|
485
|
+
dependencyRecomputations: () => number;
|
|
486
|
+
resetDependencyRecomputations: () => void;
|
|
500
487
|
} & {
|
|
501
|
-
|
|
502
|
-
|
|
488
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
489
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
490
|
+
}, ((state: {
|
|
491
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
492
|
+
}) => string | null) & {
|
|
503
493
|
clearCache: () => void;
|
|
504
494
|
resultsCount: () => number;
|
|
505
495
|
resetResultsCount: () => void;
|
|
506
|
-
};
|
|
507
|
-
lastResult: () => string | null;
|
|
508
|
-
dependencies: [(state: SearchResultsRootState) => import('./search-results-slice').SearchResultsState];
|
|
509
|
-
recomputations: () => number;
|
|
510
|
-
resetRecomputations: () => void;
|
|
511
|
-
dependencyRecomputations: () => number;
|
|
512
|
-
resetDependencyRecomputations: () => void;
|
|
513
496
|
} & {
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
497
|
+
resultFunc: (resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => string | null;
|
|
498
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => string | null) & {
|
|
499
|
+
clearCache: () => void;
|
|
500
|
+
resultsCount: () => number;
|
|
501
|
+
resetResultsCount: () => void;
|
|
502
|
+
};
|
|
503
|
+
lastResult: () => string | null;
|
|
504
|
+
dependencies: [(state: SearchResultsRootState) => import("./search-results-slice").SearchResultsState];
|
|
505
|
+
recomputations: () => number;
|
|
506
|
+
resetRecomputations: () => void;
|
|
507
|
+
dependencyRecomputations: () => number;
|
|
508
|
+
resetDependencyRecomputations: () => void;
|
|
521
509
|
} & {
|
|
522
|
-
|
|
523
|
-
|
|
510
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
511
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
512
|
+
}, ((state: {
|
|
513
|
+
searchResults: import("./search-results-slice").SearchResultsState;
|
|
514
|
+
}) => string | null) & {
|
|
524
515
|
clearCache: () => void;
|
|
525
516
|
resultsCount: () => number;
|
|
526
517
|
resetResultsCount: () => void;
|
|
527
|
-
};
|
|
528
|
-
lastResult: () => string | null;
|
|
529
|
-
dependencies: [(state: SearchResultsRootState) => import('./search-results-slice').SearchResultsState];
|
|
530
|
-
recomputations: () => number;
|
|
531
|
-
resetRecomputations: () => void;
|
|
532
|
-
dependencyRecomputations: () => number;
|
|
533
|
-
resetDependencyRecomputations: () => void;
|
|
534
518
|
} & {
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
519
|
+
resultFunc: (resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => string | null;
|
|
520
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("./search-results-slice").SearchResultsState) => string | null) & {
|
|
521
|
+
clearCache: () => void;
|
|
522
|
+
resultsCount: () => number;
|
|
523
|
+
resetResultsCount: () => void;
|
|
524
|
+
};
|
|
525
|
+
lastResult: () => string | null;
|
|
526
|
+
dependencies: [(state: SearchResultsRootState) => import("./search-results-slice").SearchResultsState];
|
|
527
|
+
recomputations: () => number;
|
|
528
|
+
resetRecomputations: () => void;
|
|
529
|
+
dependencyRecomputations: () => number;
|
|
530
|
+
resetDependencyRecomputations: () => void;
|
|
531
|
+
} & {
|
|
532
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
533
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
534
|
+
}];
|
|
535
|
+
recomputations: () => number;
|
|
536
|
+
resetRecomputations: () => void;
|
|
537
|
+
dependencyRecomputations: () => number;
|
|
538
|
+
resetDependencyRecomputations: () => void;
|
|
543
539
|
} & {
|
|
544
|
-
|
|
545
|
-
|
|
540
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
541
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
546
542
|
};
|