@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,426 +1,37 @@
|
|
|
1
1
|
export declare const languages: string[];
|
|
2
|
-
export declare const defaultLanguage =
|
|
2
|
+
export declare const defaultLanguage = "nl-BE";
|
|
3
3
|
export declare const formatPrice: (price: number, currencyCode: string, locale?: string) => string;
|
|
4
4
|
import { DateStruct } from '@qite/tide-client';
|
|
5
5
|
import { DepartureRange } from '../types';
|
|
6
6
|
import { SortByType } from '../../search-results/types';
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
SUBMIT_BOOKING: string;
|
|
17
|
-
SUBMIT_OFFER: string;
|
|
18
|
-
SUBMIT_OPTION: string;
|
|
19
|
-
COMPOSE: string;
|
|
20
|
-
ROOM_OPTIONS: string;
|
|
21
|
-
FLIGHT_OPTIONS: string;
|
|
22
|
-
};
|
|
23
|
-
INPUT: {
|
|
24
|
-
INCREASE: string;
|
|
25
|
-
DECREASE: string;
|
|
26
|
-
};
|
|
27
|
-
FLIGHTS_FORM: {
|
|
28
|
-
OUTWARD_FLIGHTS: string;
|
|
29
|
-
OUTWARD_FLIGHT: string;
|
|
30
|
-
RETURN_FLIGHTS: string;
|
|
31
|
-
RETURN_FLIGHT: string;
|
|
32
|
-
DIRECT_FLIGHT: string;
|
|
33
|
-
STOP: string;
|
|
34
|
-
STOPS: string;
|
|
35
|
-
FLIGHT_STOPS: string;
|
|
36
|
-
DIFFERENT_OPTION_WARNING: string;
|
|
37
|
-
FILTER_OPTIONS: string;
|
|
38
|
-
AIRLINES: string;
|
|
39
|
-
AIRPORTS: string;
|
|
40
|
-
NUMBER_OF_STOPS: string;
|
|
41
|
-
FLIGHT_OUTWARD: string;
|
|
42
|
-
DEPARTURE_TIME: string;
|
|
43
|
-
TRAVEL_DURATION: string;
|
|
44
|
-
CHANGE_TIME: string;
|
|
45
|
-
FLIGHT_RETURN: string;
|
|
46
|
-
NO_FLIGHTS_FOUND: string;
|
|
47
|
-
STARTING: string;
|
|
48
|
-
LOWEST_PRICE: string;
|
|
49
|
-
CHOOSE_YOUR_CLASS: string;
|
|
50
|
-
PLUS_ONE_DAY: string;
|
|
51
|
-
STOP_TIME: string;
|
|
52
|
-
NIGHT_DEPARTURE: string;
|
|
53
|
-
MORNING_DEPARTURE: string;
|
|
54
|
-
AFTERNOON_DEPARTURE: string;
|
|
55
|
-
EVENING_DEPARTURE: string;
|
|
56
|
-
FLIGHTS_FOUND_1: string;
|
|
57
|
-
FLIGHTS_FOUND_2: string;
|
|
58
|
-
FLIGHTS_FOUND_3: string;
|
|
59
|
-
SELECT_YOUR_FARE: string;
|
|
60
|
-
};
|
|
61
|
-
PRODUCT: {
|
|
62
|
-
STAY_INCLUDED: string;
|
|
63
|
-
FLIGHT_INCLUDED: string;
|
|
64
|
-
TRANSFER_INCLUDED: string;
|
|
65
|
-
LOADING_PRICE: string;
|
|
66
|
-
PER_PERSON: string;
|
|
67
|
-
PER_NIGHT: string;
|
|
68
|
-
PER_PERSON_PER_NIGHT: string;
|
|
69
|
-
BOOK_NOW: string;
|
|
70
|
-
TO_YOUR_OFFER: string;
|
|
71
|
-
NOT_AVAILABLE: string;
|
|
72
|
-
NUMBER_OF_ROOMS: string;
|
|
73
|
-
AGE_BY_DEPARTURE_DATE: string;
|
|
74
|
-
YEAR: string;
|
|
75
|
-
APPLY: string;
|
|
76
|
-
EDIT: string;
|
|
77
|
-
DEPARTURE: string;
|
|
78
|
-
DEPARTURE_DATE: string;
|
|
79
|
-
RETURN: string;
|
|
80
|
-
RETURN_DATE: string;
|
|
81
|
-
WHO_YOU_TRAVELING_WITH: string;
|
|
82
|
-
TRAVEL_PERIOD: string;
|
|
83
|
-
CLOSE: string;
|
|
84
|
-
NIGHTS: string;
|
|
85
|
-
DAYS: string;
|
|
86
|
-
};
|
|
87
|
-
MAIN: {
|
|
88
|
-
PREPARING_BOOKING: string;
|
|
89
|
-
PREPARING_OFFER: string;
|
|
90
|
-
PREPARING_DOSSIER: string;
|
|
91
|
-
PRODUCT_UNAVAILABLE: string;
|
|
92
|
-
};
|
|
93
|
-
SHARED: {
|
|
94
|
-
ROOM: string;
|
|
95
|
-
ROOMS: string;
|
|
96
|
-
TOTAL_PRICE: string;
|
|
97
|
-
ADULTS: string;
|
|
98
|
-
CHILDREN: string;
|
|
99
|
-
SELECT: string;
|
|
100
|
-
SELECTED: string;
|
|
101
|
-
};
|
|
102
|
-
SIDEBAR: {
|
|
103
|
-
OVERVIEW: string;
|
|
104
|
-
SLIDE_TOTAL_PRICE: string;
|
|
105
|
-
SLIDE_DEPOSIT: string;
|
|
106
|
-
TRAVEL_INFO: string;
|
|
107
|
-
TRAVELERS: string;
|
|
108
|
-
TRAVELERS_ADULTS: string;
|
|
109
|
-
TRAVELERS_ADULT: string;
|
|
110
|
-
TRAVELERS_CHILDREN: string;
|
|
111
|
-
TRAVELERS_CHILD: string;
|
|
112
|
-
TRAVELERS_INFANTS: string;
|
|
113
|
-
TRAVELERS_INFANT: string;
|
|
114
|
-
DEPARTURE: string;
|
|
115
|
-
DEPARTURE_SINGLE: string;
|
|
116
|
-
ARRIVAL: string;
|
|
117
|
-
FLIGHT: string;
|
|
118
|
-
ACCOMMODATION: string;
|
|
119
|
-
BASE_PRICE: string;
|
|
120
|
-
OPTIONS: string;
|
|
121
|
-
INCLUDED_COSTS: string;
|
|
122
|
-
EXTRA_COSTS: string;
|
|
123
|
-
DEPOSIT: string;
|
|
124
|
-
DEPOSIT_TEXT1: string;
|
|
125
|
-
DEPOSIT_TEXT2: string;
|
|
126
|
-
DEPOSIT_TEXT3: string;
|
|
127
|
-
DEPOSIT_TEXT4: string;
|
|
128
|
-
DEPOSIT_TEXT5: string;
|
|
129
|
-
DEPOSIT_TEXT6: string;
|
|
130
|
-
LUGGAGE_INCLUDED: string;
|
|
131
|
-
DEPARTURE_FLIGHT: string;
|
|
132
|
-
ARRIVAL_FLIGHT: string;
|
|
133
|
-
FLIGHT_DEPARTURE: string;
|
|
134
|
-
FLIGHT_ARRIVAL: string;
|
|
135
|
-
ON_REQUEST: string;
|
|
136
|
-
CHANGES: string;
|
|
137
|
-
COMMISSION: string;
|
|
138
|
-
};
|
|
139
|
-
TRAVELERS_FORM: {
|
|
140
|
-
AGE: string;
|
|
141
|
-
TRAVELER: string;
|
|
142
|
-
ADULT: string;
|
|
143
|
-
ADULTS: string;
|
|
144
|
-
CHILD: string;
|
|
145
|
-
CHILDREN: string;
|
|
146
|
-
GENDER: string;
|
|
147
|
-
GENDER_ID: string;
|
|
148
|
-
MALE: string;
|
|
149
|
-
MALE_GENDER: string;
|
|
150
|
-
FEMALE: string;
|
|
151
|
-
FEMALE_GENDER: string;
|
|
152
|
-
OTHER: string;
|
|
153
|
-
MAIN_BOOKER: string;
|
|
154
|
-
FIRST_NAME: string;
|
|
155
|
-
LAST_NAME: string;
|
|
156
|
-
BIRTHDATE: string;
|
|
157
|
-
STREET: string;
|
|
158
|
-
STREET_PLACEHOLDER: string;
|
|
159
|
-
HOUSE_NUMBER: string;
|
|
160
|
-
POST_BOX: string;
|
|
161
|
-
ZIPCODE: string;
|
|
162
|
-
CITY: string;
|
|
163
|
-
CITY_PLACEHOLDER: string;
|
|
164
|
-
COUNTRY: string;
|
|
165
|
-
SELECT_COUNTRY: string;
|
|
166
|
-
PHONE: string;
|
|
167
|
-
EMAIL: string;
|
|
168
|
-
REPEAT_EMAIL: string;
|
|
169
|
-
VALIDATION_MESSAGE: string;
|
|
170
|
-
BOOK_WITH_AGENT: string;
|
|
171
|
-
CHOOSE_OFFICE: string;
|
|
172
|
-
PERSON: string;
|
|
173
|
-
COUNTRIES: {
|
|
174
|
-
BELGIUM: string;
|
|
175
|
-
NETHERLANDS: string;
|
|
176
|
-
FRANCE: string;
|
|
177
|
-
DENMARK: string;
|
|
178
|
-
ITALY: string;
|
|
179
|
-
};
|
|
180
|
-
CHOOSE_AGENT_PLACEHOLDER: string;
|
|
181
|
-
VALIDATION: {
|
|
182
|
-
TRAVELER_X_FIELD: string;
|
|
183
|
-
SINGLE_ROOM_TRAVELER_X_FIELD: string;
|
|
184
|
-
TRAVELER_X_IS_NO_ADULT: string;
|
|
185
|
-
SINGLE_ROOM_TRAVELER_X_IS_NO_ADULT: string;
|
|
186
|
-
TRAVELER_X_IS_NO_CHILD: string;
|
|
187
|
-
SINGLE_ROOM_TRAVELER_X_IS_NO_CHILD: string;
|
|
188
|
-
NO_MAIN_BOOKER_SELECTED: string;
|
|
189
|
-
MAIN_BOOKER_FIELD: string;
|
|
190
|
-
MAIN_BOOKER_EMAIL_IS_INVALID: string;
|
|
191
|
-
MAIN_BOOKER_EMAIL_DOES_NOT_MATCH: string;
|
|
192
|
-
AGENT_IS_REQUIRED: string;
|
|
193
|
-
};
|
|
194
|
-
};
|
|
195
|
-
OPTIONS_FORM: {
|
|
196
|
-
NO_OPTIONS_TITLE: string;
|
|
197
|
-
NO_OPTIONS_MESSAGE: string;
|
|
198
|
-
UNIT_TITLE: string;
|
|
199
|
-
PACKAGE: string;
|
|
200
|
-
DAY: string;
|
|
201
|
-
DAYS: string;
|
|
202
|
-
NIGHT: string;
|
|
203
|
-
NIGHTS: string;
|
|
204
|
-
PER_PAX_TITLE: string;
|
|
205
|
-
PER_BOOKING_TITLE: string;
|
|
206
|
-
PER_UNIT_TITLE: string;
|
|
207
|
-
NONE: string;
|
|
208
|
-
};
|
|
209
|
-
ROOM_OPTIONS_FORM: {
|
|
210
|
-
TRAVELER_GROUP: string;
|
|
211
|
-
ALTERNATIVES_TRAVELER_GROUP: string;
|
|
212
|
-
SHOW_ALTERNATIVES: string;
|
|
213
|
-
};
|
|
214
|
-
SUMMARY: {
|
|
215
|
-
PERSONAL_DETAILS: string;
|
|
216
|
-
TRAVELERS: string;
|
|
217
|
-
TRAVELER: string;
|
|
218
|
-
ADULTS: string;
|
|
219
|
-
ADULT: string;
|
|
220
|
-
CHILDREN: string;
|
|
221
|
-
CHILD: string;
|
|
222
|
-
MAIN_BOOKER: string;
|
|
223
|
-
NOTIFICATIONS_TITLE: string;
|
|
224
|
-
VALIDATE_TITLE: string;
|
|
225
|
-
VALIDATE_TEXT_BOOKING: string;
|
|
226
|
-
VALIDATE_TEXT_OFFER: string;
|
|
227
|
-
VALIDATE_TEXT_OPTION: string;
|
|
228
|
-
OPTIONS: string;
|
|
229
|
-
REMARKS: string;
|
|
230
|
-
VOUCHERS: string;
|
|
231
|
-
VOUCHER_VALIDATE: string;
|
|
232
|
-
ADD_VOUCHER: string;
|
|
233
|
-
VOUCHER_VALID: string;
|
|
234
|
-
VOUCHER_INVALID: string;
|
|
235
|
-
REDIRECT: string;
|
|
236
|
-
PROCESS_BOOKING: string;
|
|
237
|
-
};
|
|
238
|
-
CONFIRMATION: {
|
|
239
|
-
TITLE_TEXT_OFFER: string;
|
|
240
|
-
TITLE_TEXT_BOOKING: string;
|
|
241
|
-
TITLE_TEXT_OPTION: string;
|
|
242
|
-
MESSAGE_TEXT1: string;
|
|
243
|
-
MESSAGE_TEXT2_OFFER: string;
|
|
244
|
-
MESSAGE_TEXT2_BOOKING: string;
|
|
245
|
-
MESSAGE_TEXT2_OPTION: string;
|
|
246
|
-
QUESTIONS_TEXT1: string;
|
|
247
|
-
QUESTIONS_TEXT2: string;
|
|
248
|
-
QUESTIONS_TEXT3: string;
|
|
249
|
-
QUESTIONS_ALT: string;
|
|
250
|
-
MAIL_SUBJECT: string;
|
|
251
|
-
};
|
|
252
|
-
ERROR: {
|
|
253
|
-
TRY_AGAIN: string;
|
|
254
|
-
MESSAGE_TEXT1: string;
|
|
255
|
-
MESSAGE_TEXT2: string;
|
|
256
|
-
ERROR_TEXT1: string;
|
|
257
|
-
ERROR_TEXT2: string;
|
|
258
|
-
ERROR_TEXT3: string;
|
|
259
|
-
ERROR_ALT: string;
|
|
260
|
-
};
|
|
261
|
-
PRINT_OFFER_BUTTON: {
|
|
262
|
-
LABEL_IDLE: string;
|
|
263
|
-
LABEL_CREATING: string;
|
|
264
|
-
LABEL_PRINTING: string;
|
|
265
|
-
};
|
|
266
|
-
NAVBAR: {
|
|
267
|
-
SEARCH: string;
|
|
268
|
-
};
|
|
269
|
-
LOGIN: {
|
|
270
|
-
LOGIN_INTO: string;
|
|
271
|
-
EMAIL: string;
|
|
272
|
-
ENTER_YOUR_EMAIL: string;
|
|
273
|
-
EMAIL_REQUIRED: string;
|
|
274
|
-
EMAIL_INVALID: string;
|
|
275
|
-
ENTER_VALID_EMAIL: string;
|
|
276
|
-
PASSWORD: string;
|
|
277
|
-
ENTER_YOUR_PASSWORD: string;
|
|
278
|
-
RESET_PASSWORD_LABEL: string;
|
|
279
|
-
RESET_REPEAT_PASSWORD_LABEL: string;
|
|
280
|
-
PASSWORD_REQUIRED: string;
|
|
281
|
-
INVALID_CREDENTIALS: string;
|
|
282
|
-
LOGIN: string;
|
|
283
|
-
LOGOUT: string;
|
|
284
|
-
FORGOT_PASSWORD: string;
|
|
285
|
-
LOGGING_IN: string;
|
|
286
|
-
WELCOME_X: string;
|
|
287
|
-
FORGOT_PASSWORD_EMAIL_SUBMIT_LABEL: string;
|
|
288
|
-
RESET_REQUESTED: string;
|
|
289
|
-
BACK_TO_HOMEPAGE: string;
|
|
290
|
-
BACK_TO_LOGIN: string;
|
|
291
|
-
RESET_PASSWORD_TITLE: string;
|
|
292
|
-
PASSWORD_COMPLEXITY: string;
|
|
293
|
-
REPEAT_PASSWORD_REQUIRED: string;
|
|
294
|
-
PASSWORDS_DO_NOT_MATCH: string;
|
|
295
|
-
RESET_PASSWORD_SUBMIT_LABEL: string;
|
|
296
|
-
RESET_PASSWORD_SUCCESSFUL_MESSAGE: string;
|
|
297
|
-
RESET_PASSWORD_INVALID_TOKEN_TITLE: string;
|
|
298
|
-
RESET_PASSWORD_INVALID_TOKEN_DESCRIPTION: string;
|
|
299
|
-
RECEIVED_REQUEST: string;
|
|
300
|
-
ACCOUNT_ACTIVATED_LOGIN: string;
|
|
301
|
-
};
|
|
302
|
-
QSM: {
|
|
303
|
-
DEPARTURE: string;
|
|
304
|
-
CHOOSE_DEPARTURE: string;
|
|
305
|
-
DESTINATION: string;
|
|
306
|
-
CHOOSE_DESTINATION: string;
|
|
307
|
-
ONEWAY: string;
|
|
308
|
-
ROUNDTRIP: string;
|
|
309
|
-
OPENJAW: string;
|
|
310
|
-
MULTIDESTINATION: string;
|
|
311
|
-
PACKAGES: string;
|
|
312
|
-
TRANSPORT_HOTEL: string;
|
|
313
|
-
ACCOMMODATION: string;
|
|
314
|
-
TRANSPORTS: string;
|
|
315
|
-
TICKET_ONLY: string;
|
|
316
|
-
RENT_A_CAR: string;
|
|
317
|
-
TRANSFERS: string;
|
|
318
|
-
CRUISES: string;
|
|
319
|
-
ONE_ACCOMMODATION: string;
|
|
320
|
-
MULTIPLE_ACCOMMODATIONS: string;
|
|
321
|
-
TRAVEL_CLASS_LABEL: string;
|
|
322
|
-
TRAVEL_CLASS_PLACEHOLDER: string;
|
|
323
|
-
TRAVEL_TYPE_LABEL: string;
|
|
324
|
-
TRAVEL_TYPE_PLACEHOLDER: string;
|
|
325
|
-
NATIONALITY_LABEL: string;
|
|
326
|
-
NATIONALITY_PLACEHOLDER: string;
|
|
327
|
-
TRAVELERS_LABEL: string;
|
|
328
|
-
ADD_ROOM: string;
|
|
329
|
-
REMOVE_ROOM: string;
|
|
330
|
-
MAX_TRAVELERS_REACHED: string;
|
|
331
|
-
ADULTS: string;
|
|
332
|
-
CHILDREN: string;
|
|
333
|
-
BABIES: string;
|
|
334
|
-
CHOOSE_DATES: string;
|
|
335
|
-
DEPARTURE_DATE: string;
|
|
336
|
-
RETURN_DATE: string;
|
|
337
|
-
CONFIRM: string;
|
|
338
|
-
TRAVELERS: string;
|
|
339
|
-
GROUP_TOUR: string;
|
|
340
|
-
ALL_TRAVELERS: string;
|
|
341
|
-
};
|
|
342
|
-
SRP: {
|
|
343
|
-
SHOW_MORE: string;
|
|
344
|
-
SHOW_LESS: string;
|
|
345
|
-
NO_RESULTS: string;
|
|
346
|
-
TOTAL_RESULTS_LABEL: string;
|
|
347
|
-
RESET: string;
|
|
348
|
-
LUGGAGEINCLUDED: string;
|
|
349
|
-
CANCEL: string;
|
|
350
|
-
APPLY: string;
|
|
351
|
-
LOADING: string;
|
|
352
|
-
SEARCHRESULTCTA: string;
|
|
353
|
-
SORTBY: string;
|
|
354
|
-
PRICE_ASC: string;
|
|
355
|
-
PRICE_DESC: string;
|
|
356
|
-
DEPARTURE_ASC: string;
|
|
357
|
-
FILTERS: string;
|
|
358
|
-
SHOW_ITINERARY: string;
|
|
359
|
-
VIEW_BOOKING: string;
|
|
360
|
-
ITINERARY_TITLE: string;
|
|
361
|
-
DOSSIER_NUMBER: string;
|
|
362
|
-
PACKAGE_PRICE_PER_PERSON: string;
|
|
363
|
-
TOTAL: string;
|
|
364
|
-
DAY_BY_DAY: string;
|
|
365
|
-
START: string;
|
|
366
|
-
END: string;
|
|
367
|
-
EXTENDED: string;
|
|
368
|
-
COMPACT: string;
|
|
369
|
-
LIST: string;
|
|
370
|
-
SELECT: string;
|
|
371
|
-
DEPARTURE: string;
|
|
372
|
-
RETURN: string;
|
|
373
|
-
DIRECT: string;
|
|
374
|
-
STOPS: string;
|
|
375
|
-
STOP: string;
|
|
376
|
-
STOP_TIME: string;
|
|
377
|
-
ACCOMMODATION: string;
|
|
378
|
-
VIEW_DETAILS: string;
|
|
379
|
-
NIGHTS: string;
|
|
380
|
-
MORNING_RANGE: string;
|
|
381
|
-
AFTERNOON_RANGE: string;
|
|
382
|
-
EVENING_RANGE: string;
|
|
383
|
-
NIGHT_RANGE: string;
|
|
384
|
-
DEPARTURE_RANGE: string;
|
|
385
|
-
DEPARTURE_AIRPORTS: string;
|
|
386
|
-
ARRIVAL_AIRPORTS: string;
|
|
387
|
-
PRICE: string;
|
|
388
|
-
DEPARTURE_TIME_ASC: string;
|
|
389
|
-
DEPARTURE_TIME_DESC: string;
|
|
390
|
-
DURATION_ASC: string;
|
|
391
|
-
DURATION_DESC: string;
|
|
392
|
-
TRAVEL_GROUP: string;
|
|
393
|
-
EXCURSION: string;
|
|
394
|
-
LOADING_EXCURSIONS: string;
|
|
395
|
-
LOADING_FLIGHTS: string;
|
|
396
|
-
LOADING_ACCOMMODATIONS: string;
|
|
397
|
-
LOADING_ITINERARY: string;
|
|
398
|
-
LOADING_OPTIONS: string;
|
|
399
|
-
};
|
|
400
|
-
ITINERARY: {
|
|
401
|
-
DAY: string;
|
|
402
|
-
NO_ITEMS: string;
|
|
403
|
-
};
|
|
404
|
-
};
|
|
7
|
+
/**
|
|
8
|
+
* Returns the translations for the given language, optionally deep-merged with
|
|
9
|
+
* a partial overrides object (e.g. a host-supplied custom translation file).
|
|
10
|
+
*
|
|
11
|
+
* `overrides` only needs to contain the keys the host wants to replace — all
|
|
12
|
+
* other keys fall back to the built-in translations. The built-in translations
|
|
13
|
+
* are not mutated.
|
|
14
|
+
*/
|
|
15
|
+
export declare const getTranslations: (language: string, overrides?: any) => any;
|
|
405
16
|
export declare const locales: {
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
17
|
+
'ar-SA': import("date-fns").Locale;
|
|
18
|
+
'da-DK': import("date-fns").Locale;
|
|
19
|
+
'de-DE': import("date-fns").Locale;
|
|
20
|
+
'en-GB': import("date-fns").Locale;
|
|
21
|
+
'es-ES': import("date-fns").Locale;
|
|
22
|
+
'fr-BE': import("date-fns").Locale;
|
|
23
|
+
'fr-FR': import("date-fns").Locale;
|
|
24
|
+
'is-IS': import("date-fns").Locale;
|
|
25
|
+
'it-IT': import("date-fns").Locale;
|
|
26
|
+
'nl-BE': import("date-fns").Locale;
|
|
27
|
+
'nl-NL': import("date-fns").Locale;
|
|
28
|
+
'no-NO': import("date-fns").Locale;
|
|
29
|
+
'pl-PL': import("date-fns").Locale;
|
|
30
|
+
'pt-PT': import("date-fns").Locale;
|
|
31
|
+
'sv-SE': import("date-fns").Locale;
|
|
32
|
+
'ja-JP': import("date-fns").Locale;
|
|
422
33
|
};
|
|
423
|
-
export declare function getLocale(code: string): import(
|
|
34
|
+
export declare function getLocale(code: string): import("date-fns").Locale;
|
|
424
35
|
export declare const getPriceDifferenceText: (price: number, currencyCode: string) => string;
|
|
425
36
|
export declare function format(text: string, args: any[]): string;
|
|
426
37
|
export declare const formatTime: (date: Date) => string;
|
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
import { TideClientConfig } from '@qite/tide-client';
|
|
2
2
|
import { ApiSettingsState } from '../types';
|
|
3
|
-
export declare const tideConnection: {
|
|
4
|
-
host: string;
|
|
5
|
-
apiKey: string;
|
|
6
|
-
catalogueIds: number[];
|
|
7
|
-
officeId: number;
|
|
8
|
-
};
|
|
9
3
|
export declare function buildTideClientConfig(settings?: ApiSettingsState): TideClientConfig;
|
|
10
4
|
export declare const selectAgentToken: () => string | undefined;
|
package/package.json
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qite/tide-booking-component",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.125",
|
|
4
4
|
"description": "React Booking wizard & Booking product component for Tide",
|
|
5
5
|
"main": "build/build-cjs/index.js",
|
|
6
6
|
"types": "build/build-cjs/src/index.d.ts",
|
|
7
7
|
"module": "build/build-esm/index.js",
|
|
8
|
+
"files": [
|
|
9
|
+
"build",
|
|
10
|
+
"styles"
|
|
11
|
+
],
|
|
8
12
|
"scripts": {
|
|
9
13
|
"use-node": "powershell -Command \"nvm use (Get-Content .nvmrc)\"",
|
|
10
14
|
"start": "rollup -c -w",
|
|
@@ -13,6 +17,14 @@
|
|
|
13
17
|
"format": "prettier --write .",
|
|
14
18
|
"prepare": "husky"
|
|
15
19
|
},
|
|
20
|
+
"//lint-staged": [
|
|
21
|
+
"EVALUATION (TIDESUPP-75 follow-up): introduced to make the pre-commit hook only format the files the developer actually touched, instead of the whole repo. The old hook (`prettier --write .` in .husky/pre-commit) silently rewrote unrelated files on every commit. lint-staged also handles partial staging (`git add -p`) correctly — the hand-rolled shell script we briefly used did not.",
|
|
22
|
+
"Status: needs a few real-world commits across everyone's git UI (TortoiseGit, CLI, VS Code, IntelliJ) before we trust it. If issues come up, revert .husky/pre-commit and this block from git history.",
|
|
23
|
+
"Goal: smaller diffs, no surprise reformats, stable working tree after commit."
|
|
24
|
+
],
|
|
25
|
+
"lint-staged": {
|
|
26
|
+
"*": "prettier --write --ignore-unknown"
|
|
27
|
+
},
|
|
16
28
|
"repository": {
|
|
17
29
|
"type": "git",
|
|
18
30
|
"url": "git+ssh://git@bitbucket.org/qitegeneral/tide-booking-component.git"
|
|
@@ -29,7 +41,7 @@
|
|
|
29
41
|
"devDependencies": {
|
|
30
42
|
"@jsonurl/jsonurl": "^1.1.4",
|
|
31
43
|
"@popperjs/core": "^2.10.2",
|
|
32
|
-
"@qite/tide-client": "^1.1.
|
|
44
|
+
"@qite/tide-client": "^1.1.182",
|
|
33
45
|
"@reduxjs/toolkit": "^2.8.2",
|
|
34
46
|
"@rollup/plugin-commonjs": "^19.0.1",
|
|
35
47
|
"@rollup/plugin-json": "^4.1.0",
|
|
@@ -44,6 +56,7 @@
|
|
|
44
56
|
"flat": "^5.0.2",
|
|
45
57
|
"formik": "^2.2.9",
|
|
46
58
|
"husky": "^9.1.7",
|
|
59
|
+
"lint-staged": "^15.5.2",
|
|
47
60
|
"lodash": "^4.17.21",
|
|
48
61
|
"prettier": "^2.3.2",
|
|
49
62
|
"react-popper": "^2.2.5",
|
|
@@ -13,7 +13,11 @@
|
|
|
13
13
|
border: none;
|
|
14
14
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
|
15
15
|
border-radius: 24px;
|
|
16
|
-
padding:
|
|
16
|
+
padding: 30px 30px;
|
|
17
|
+
|
|
18
|
+
@include mixins.media-sm {
|
|
19
|
+
padding: 40px 60px;
|
|
20
|
+
}
|
|
17
21
|
|
|
18
22
|
&--headbooker {
|
|
19
23
|
display: flex;
|
|
@@ -87,29 +91,41 @@
|
|
|
87
91
|
flex-direction: column;
|
|
88
92
|
flex: 1 1 100%;
|
|
89
93
|
|
|
90
|
-
&--
|
|
94
|
+
&--75 {
|
|
95
|
+
@include mixins.media-sm {
|
|
96
|
+
flex: 1 1 calc(75% - 20px);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
&--66 {
|
|
101
|
+
@include mixins.media-sm {
|
|
102
|
+
flex: 1 1 calc(66.666% - 20px);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
&--50 {
|
|
91
107
|
@include mixins.media-sm {
|
|
92
|
-
flex: 1 1 calc(50% -
|
|
108
|
+
flex: 1 1 calc(50% - 10px);
|
|
93
109
|
}
|
|
94
110
|
}
|
|
95
111
|
|
|
96
|
-
&--
|
|
112
|
+
&--33 {
|
|
97
113
|
@include mixins.media-sm {
|
|
98
|
-
flex: 1 1 calc(50%);
|
|
114
|
+
flex: 1 1 calc(50% - 10px);
|
|
99
115
|
}
|
|
100
116
|
|
|
101
117
|
@include mixins.media-lg {
|
|
102
|
-
flex: 1 1 calc(33.333% -
|
|
118
|
+
flex: 1 1 calc(33.333% - 14px);
|
|
103
119
|
}
|
|
104
120
|
}
|
|
105
121
|
|
|
106
|
-
&--
|
|
122
|
+
&--25 {
|
|
107
123
|
@include mixins.media-sm {
|
|
108
|
-
flex: 1 1 calc(50% -
|
|
124
|
+
flex: 1 1 calc(50% - 10px);
|
|
109
125
|
}
|
|
110
126
|
|
|
111
127
|
@include mixins.media-lg {
|
|
112
|
-
flex: 1 1 calc(25% -
|
|
128
|
+
flex: 1 1 calc(25% - 15px);
|
|
113
129
|
}
|
|
114
130
|
}
|
|
115
131
|
|