@qite/tide-booking-component 1.4.31 → 1.4.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/build-cjs/booking-product/components/age-select.d.ts +8 -8
- package/build/build-cjs/booking-product/components/amount-input.d.ts +10 -10
- package/build/build-cjs/booking-product/components/date-range-picker/calendar-day.d.ts +12 -12
- package/build/build-cjs/booking-product/components/date-range-picker/calendar.d.ts +19 -19
- package/build/build-cjs/booking-product/components/date-range-picker/index.d.ts +24 -20
- package/build/build-cjs/booking-product/components/dates.d.ts +14 -9
- package/build/build-cjs/booking-product/components/footer.d.ts +10 -10
- package/build/build-cjs/booking-product/components/header.d.ts +11 -11
- package/build/build-cjs/booking-product/components/icon.d.ts +10 -10
- package/build/build-cjs/booking-product/components/list-view.d.ts +8 -0
- package/build/build-cjs/booking-product/components/product.d.ts +9 -9
- package/build/build-cjs/booking-product/components/rating.d.ts +6 -6
- package/build/build-cjs/booking-product/components/rooms.d.ts +10 -10
- package/build/build-cjs/booking-product/constants.d.ts +1 -0
- package/build/build-cjs/booking-product/index.d.ts +10 -10
- package/build/build-cjs/booking-product/settings-context.d.ts +6 -5
- package/build/build-cjs/booking-product/types.d.ts +27 -25
- package/build/build-cjs/booking-product/utils/api.d.ts +7 -11
- package/build/build-cjs/booking-product/utils/price.d.ts +1 -10
- package/build/build-cjs/booking-wizard/api-settings-slice.d.ts +4 -5
- package/build/build-cjs/booking-wizard/components/icon.d.ts +10 -10
- package/build/build-cjs/booking-wizard/components/labeled-input.d.ts +18 -18
- package/build/build-cjs/booking-wizard/components/labeled-select.d.ts +21 -21
- package/build/build-cjs/booking-wizard/components/message.d.ts +9 -9
- package/build/build-cjs/booking-wizard/components/multi-range-filter.d.ts +11 -11
- package/build/build-cjs/booking-wizard/components/phone-input.d.ts +17 -17
- package/build/build-cjs/booking-wizard/components/print-offer-button.d.ts +17 -17
- package/build/build-cjs/booking-wizard/components/product-card.d.ts +8 -8
- package/build/build-cjs/booking-wizard/components/step-indicator.d.ts +6 -6
- package/build/build-cjs/booking-wizard/components/step-route.d.ts +9 -9
- package/build/build-cjs/booking-wizard/features/booking/api.d.ts +10 -26
- package/build/build-cjs/booking-wizard/features/booking/booking-self-contained.d.ts +8 -8
- package/build/build-cjs/booking-wizard/features/booking/booking-slice.d.ts +50 -96
- package/build/build-cjs/booking-wizard/features/booking/booking.d.ts +8 -8
- package/build/build-cjs/booking-wizard/features/booking/constants.d.ts +8 -15
- package/build/build-cjs/booking-wizard/features/booking/selectors.d.ts +195 -280
- package/build/build-cjs/booking-wizard/features/confirmation/confirmation.d.ts +5 -4
- package/build/build-cjs/booking-wizard/features/error/error.d.ts +5 -4
- package/build/build-cjs/booking-wizard/features/flight-options/flight-filter.d.ts +9 -9
- package/build/build-cjs/booking-wizard/features/flight-options/flight-option-flight.d.ts +8 -8
- package/build/build-cjs/booking-wizard/features/flight-options/flight-option-modal.d.ts +3 -3
- package/build/build-cjs/booking-wizard/features/flight-options/flight-option.d.ts +10 -10
- package/build/build-cjs/booking-wizard/features/flight-options/flight-utils.d.ts +6 -13
- package/build/build-cjs/booking-wizard/features/flight-options/index.d.ts +5 -4
- package/build/build-cjs/booking-wizard/features/price-details/price-details-api.d.ts +6 -11
- package/build/build-cjs/booking-wizard/features/price-details/price-details-slice.d.ts +80 -105
- package/build/build-cjs/booking-wizard/features/price-details/util.d.ts +2 -2
- package/build/build-cjs/booking-wizard/features/product-options/no-options.d.ts +3 -3
- package/build/build-cjs/booking-wizard/features/product-options/none-option.d.ts +9 -9
- package/build/build-cjs/booking-wizard/features/product-options/option-booking-airline-group.d.ts +8 -8
- package/build/build-cjs/booking-wizard/features/product-options/option-booking-group.d.ts +12 -12
- package/build/build-cjs/booking-wizard/features/product-options/option-item.d.ts +11 -11
- package/build/build-cjs/booking-wizard/features/product-options/option-pax-card.d.ts +10 -10
- package/build/build-cjs/booking-wizard/features/product-options/option-pax-group.d.ts +13 -13
- package/build/build-cjs/booking-wizard/features/product-options/option-room.d.ts +11 -11
- package/build/build-cjs/booking-wizard/features/product-options/option-unit-group.d.ts +13 -13
- package/build/build-cjs/booking-wizard/features/product-options/option-units-card.d.ts +9 -9
- package/build/build-cjs/booking-wizard/features/product-options/options-form.d.ts +5 -4
- package/build/build-cjs/booking-wizard/features/room-options/index.d.ts +5 -4
- package/build/build-cjs/booking-wizard/features/room-options/room-utils.d.ts +9 -22
- package/build/build-cjs/booking-wizard/features/room-options/room.d.ts +12 -12
- package/build/build-cjs/booking-wizard/features/room-options/traveler-rooms.d.ts +9 -9
- package/build/build-cjs/booking-wizard/features/sidebar/index.d.ts +7 -7
- package/build/build-cjs/booking-wizard/features/sidebar/sidebar-flight.d.ts +8 -8
- package/build/build-cjs/booking-wizard/features/sidebar/sidebar-util.d.ts +12 -14
- package/build/build-cjs/booking-wizard/features/sidebar/sidebar.d.ts +27 -26
- package/build/build-cjs/booking-wizard/features/summary/summary-booking-option-pax.d.ts +7 -7
- package/build/build-cjs/booking-wizard/features/summary/summary-booking-option-unit.d.ts +7 -7
- package/build/build-cjs/booking-wizard/features/summary/summary-flight.d.ts +8 -8
- package/build/build-cjs/booking-wizard/features/summary/summary-per-booking-option-group.d.ts +7 -7
- package/build/build-cjs/booking-wizard/features/summary/summary-per-pax-option-group.d.ts +7 -7
- package/build/build-cjs/booking-wizard/features/summary/summary-per-unit-option-group.d.ts +7 -7
- package/build/build-cjs/booking-wizard/features/summary/summary-slice.d.ts +8 -8
- package/build/build-cjs/booking-wizard/features/summary/summary.d.ts +5 -4
- package/build/build-cjs/booking-wizard/features/travelers-form/controls/gender-control.d.ts +5 -5
- package/build/build-cjs/booking-wizard/features/travelers-form/travelers-form-slice.d.ts +50 -61
- package/build/build-cjs/booking-wizard/features/travelers-form/travelers-form-util.d.ts +7 -7
- package/build/build-cjs/booking-wizard/features/travelers-form/travelers-form.d.ts +5 -4
- package/build/build-cjs/booking-wizard/features/travelers-form/type-ahead-input.d.ts +16 -16
- package/build/build-cjs/booking-wizard/features/travelers-form/validate-form.d.ts +4 -11
- package/build/build-cjs/booking-wizard/index.d.ts +12 -12
- package/build/build-cjs/booking-wizard/settings-context.d.ts +6 -5
- package/build/build-cjs/booking-wizard/store.d.ts +24 -39
- package/build/build-cjs/booking-wizard/types.d.ts +284 -283
- package/build/build-cjs/booking-wizard/use-offer-printer.d.ts +13 -13
- package/build/build-cjs/content/components/LanguageSwitcher.d.ts +12 -12
- package/build/build-cjs/content/components/accordion.d.ts +9 -9
- package/build/build-cjs/content/components/breadcrumb.d.ts +16 -16
- package/build/build-cjs/content/components/contact.d.ts +3 -3
- package/build/build-cjs/content/components/faq.d.ts +10 -10
- package/build/build-cjs/content/components/gallery.d.ts +12 -12
- package/build/build-cjs/content/components/icon.d.ts +10 -10
- package/build/build-cjs/content/components/image-with-text.d.ts +28 -28
- package/build/build-cjs/content/components/personal-contact-form.d.ts +3 -3
- package/build/build-cjs/content/components/slider.d.ts +10 -10
- package/build/build-cjs/content/features/content-page/content-page-self-contained.d.ts +6 -6
- package/build/build-cjs/content/footer/index.d.ts +4 -4
- package/build/build-cjs/content/footer/types.d.ts +27 -27
- package/build/build-cjs/content/header/index.d.ts +4 -4
- package/build/build-cjs/content/header/types.d.ts +22 -25
- package/build/build-cjs/content/navbar/index.d.ts +4 -4
- package/build/build-cjs/content/navbar/placeholderData.d.ts +10 -10
- package/build/build-cjs/content/navbar/types.d.ts +27 -27
- package/build/build-cjs/index.d.ts +8 -8
- package/build/build-cjs/index.js +20296 -26620
- package/build/build-cjs/qsm/components/QSMContainer/qsm-container.d.ts +3 -3
- package/build/build-cjs/qsm/components/date-picker/index.d.ts +3 -3
- package/build/build-cjs/qsm/components/date-range-picker/calendar-day.d.ts +12 -12
- package/build/build-cjs/qsm/components/date-range-picker/calendar.d.ts +24 -24
- package/build/build-cjs/qsm/components/date-range-picker/index.d.ts +10 -10
- package/build/build-cjs/qsm/components/double-search-input-group/index.d.ts +7 -7
- package/build/build-cjs/qsm/components/icon.d.ts +10 -10
- package/build/build-cjs/qsm/components/item-picker/index.d.ts +12 -12
- package/build/build-cjs/qsm/components/mobile-filter-modal/index.d.ts +3 -3
- package/build/build-cjs/qsm/components/search-input/index.d.ts +13 -13
- package/build/build-cjs/qsm/components/search-input-group/index.d.ts +11 -11
- package/build/build-cjs/qsm/components/travel-class-picker/index.d.ts +3 -3
- package/build/build-cjs/qsm/components/travel-input/index.d.ts +3 -3
- package/build/build-cjs/qsm/components/travel-input-group/index.d.ts +3 -3
- package/build/build-cjs/qsm/components/travel-nationality-picker/index.d.ts +3 -3
- package/build/build-cjs/qsm/components/travel-type-picker/index.d.ts +3 -3
- package/build/build-cjs/qsm/index.d.ts +7 -7
- package/build/build-cjs/qsm/qsm-configuration-context.d.ts +4 -4
- package/build/build-cjs/qsm/store/qsm-slice.d.ts +70 -122
- package/build/build-cjs/qsm/store/qsm-store.d.ts +8 -18
- package/build/build-cjs/qsm/types.d.ts +110 -109
- package/build/build-cjs/search-results/components/filters/filters.d.ts +11 -11
- package/build/build-cjs/search-results/components/filters/utility.d.ts +3 -3
- package/build/build-cjs/search-results/components/flight/flight-accommodation-results.d.ts +5 -4
- package/build/build-cjs/search-results/components/flight/flight-banner.d.ts +8 -8
- package/build/build-cjs/search-results/components/flight/flight-card.d.ts +7 -7
- package/build/build-cjs/search-results/components/flight/flight-leg.d.ts +7 -7
- package/build/build-cjs/search-results/components/flight/flight-path.d.ts +6 -6
- package/build/build-cjs/search-results/components/flight/flight-results.d.ts +6 -6
- package/build/build-cjs/search-results/components/hotel/hotel-accommodation-results.d.ts +8 -8
- package/build/build-cjs/search-results/components/hotel/hotel-card.d.ts +7 -7
- package/build/build-cjs/search-results/components/icon.d.ts +10 -10
- package/build/build-cjs/search-results/components/item-picker/index.d.ts +12 -12
- package/build/build-cjs/search-results/components/itinerary/index.d.ts +8 -8
- package/build/build-cjs/search-results/components/multi-range-filter.d.ts +11 -11
- package/build/build-cjs/search-results/components/round-trip/round-trip-results.d.ts +5 -4
- package/build/build-cjs/search-results/components/search-results-container/search-results-container.d.ts +3 -3
- package/build/build-cjs/search-results/components/spinner/spinner.d.ts +3 -3
- package/build/build-cjs/search-results/components/tab-views/index.d.ts +5 -4
- package/build/build-cjs/search-results/features/flights/flight-search-results-self-contained.d.ts +5 -4
- package/build/build-cjs/search-results/features/hotels/hotel-flight-search-results-self-contained.d.ts +5 -4
- package/build/build-cjs/search-results/features/hotels/hotel-search-results-self-contained.d.ts +5 -4
- package/build/build-cjs/search-results/features/roundtrips/roundtrip-search-results-self-contained.d.ts +5 -4
- package/build/build-cjs/search-results/index.d.ts +7 -7
- package/build/build-cjs/search-results/search-results-configuration-context.d.ts +4 -4
- package/build/build-cjs/search-results/store/search-results-slice.d.ts +16 -25
- package/build/build-cjs/search-results/store/search-results-store.d.ts +8 -18
- package/build/build-cjs/search-results/types.d.ts +120 -120
- package/build/build-cjs/shared/components/loader.d.ts +6 -6
- package/build/build-cjs/shared/types.d.ts +4 -4
- package/build/build-cjs/shared/utils/class-util.d.ts +1 -1
- package/build/build-cjs/shared/utils/localization-util.d.ts +275 -260
- package/build/build-cjs/shared/utils/query-string-util.d.ts +8 -8
- package/build/build-cjs/shared/utils/tide-api-utils.d.ts +4 -4
- package/build/build-cjs/shared/utils/use-media-query-util.d.ts +2 -2
- package/build/build-esm/booking-product/components/age-select.d.ts +8 -8
- package/build/build-esm/booking-product/components/amount-input.d.ts +10 -10
- package/build/build-esm/booking-product/components/date-range-picker/calendar-day.d.ts +12 -12
- package/build/build-esm/booking-product/components/date-range-picker/calendar.d.ts +19 -19
- package/build/build-esm/booking-product/components/date-range-picker/index.d.ts +24 -20
- package/build/build-esm/booking-product/components/dates.d.ts +14 -9
- package/build/build-esm/booking-product/components/footer.d.ts +10 -10
- package/build/build-esm/booking-product/components/header.d.ts +11 -11
- package/build/build-esm/booking-product/components/icon.d.ts +10 -10
- package/build/build-esm/booking-product/components/list-view.d.ts +8 -0
- package/build/build-esm/booking-product/components/product.d.ts +9 -9
- package/build/build-esm/booking-product/components/rating.d.ts +6 -6
- package/build/build-esm/booking-product/components/rooms.d.ts +10 -10
- package/build/build-esm/booking-product/constants.d.ts +1 -0
- package/build/build-esm/booking-product/index.d.ts +10 -10
- package/build/build-esm/booking-product/settings-context.d.ts +6 -5
- package/build/build-esm/booking-product/types.d.ts +27 -25
- package/build/build-esm/booking-product/utils/api.d.ts +7 -11
- package/build/build-esm/booking-product/utils/price.d.ts +1 -10
- package/build/build-esm/booking-wizard/api-settings-slice.d.ts +4 -5
- package/build/build-esm/booking-wizard/components/icon.d.ts +10 -10
- package/build/build-esm/booking-wizard/components/labeled-input.d.ts +18 -18
- package/build/build-esm/booking-wizard/components/labeled-select.d.ts +21 -21
- package/build/build-esm/booking-wizard/components/message.d.ts +9 -9
- package/build/build-esm/booking-wizard/components/multi-range-filter.d.ts +11 -11
- package/build/build-esm/booking-wizard/components/phone-input.d.ts +17 -17
- package/build/build-esm/booking-wizard/components/print-offer-button.d.ts +17 -17
- package/build/build-esm/booking-wizard/components/product-card.d.ts +8 -8
- package/build/build-esm/booking-wizard/components/step-indicator.d.ts +6 -6
- package/build/build-esm/booking-wizard/components/step-route.d.ts +9 -9
- package/build/build-esm/booking-wizard/features/booking/api.d.ts +10 -26
- package/build/build-esm/booking-wizard/features/booking/booking-self-contained.d.ts +8 -8
- package/build/build-esm/booking-wizard/features/booking/booking-slice.d.ts +50 -96
- package/build/build-esm/booking-wizard/features/booking/booking.d.ts +8 -8
- package/build/build-esm/booking-wizard/features/booking/constants.d.ts +8 -15
- package/build/build-esm/booking-wizard/features/booking/selectors.d.ts +195 -280
- package/build/build-esm/booking-wizard/features/confirmation/confirmation.d.ts +5 -4
- package/build/build-esm/booking-wizard/features/error/error.d.ts +5 -4
- package/build/build-esm/booking-wizard/features/flight-options/flight-filter.d.ts +9 -9
- package/build/build-esm/booking-wizard/features/flight-options/flight-option-flight.d.ts +8 -8
- package/build/build-esm/booking-wizard/features/flight-options/flight-option-modal.d.ts +3 -3
- package/build/build-esm/booking-wizard/features/flight-options/flight-option.d.ts +10 -10
- package/build/build-esm/booking-wizard/features/flight-options/flight-utils.d.ts +6 -13
- package/build/build-esm/booking-wizard/features/flight-options/index.d.ts +5 -4
- package/build/build-esm/booking-wizard/features/price-details/price-details-api.d.ts +6 -11
- package/build/build-esm/booking-wizard/features/price-details/price-details-slice.d.ts +80 -105
- package/build/build-esm/booking-wizard/features/price-details/util.d.ts +2 -2
- package/build/build-esm/booking-wizard/features/product-options/no-options.d.ts +3 -3
- package/build/build-esm/booking-wizard/features/product-options/none-option.d.ts +9 -9
- package/build/build-esm/booking-wizard/features/product-options/option-booking-airline-group.d.ts +8 -8
- package/build/build-esm/booking-wizard/features/product-options/option-booking-group.d.ts +12 -12
- package/build/build-esm/booking-wizard/features/product-options/option-item.d.ts +11 -11
- package/build/build-esm/booking-wizard/features/product-options/option-pax-card.d.ts +10 -10
- package/build/build-esm/booking-wizard/features/product-options/option-pax-group.d.ts +13 -13
- package/build/build-esm/booking-wizard/features/product-options/option-room.d.ts +11 -11
- package/build/build-esm/booking-wizard/features/product-options/option-unit-group.d.ts +13 -13
- package/build/build-esm/booking-wizard/features/product-options/option-units-card.d.ts +9 -9
- package/build/build-esm/booking-wizard/features/product-options/options-form.d.ts +5 -4
- package/build/build-esm/booking-wizard/features/room-options/index.d.ts +5 -4
- package/build/build-esm/booking-wizard/features/room-options/room-utils.d.ts +9 -22
- package/build/build-esm/booking-wizard/features/room-options/room.d.ts +12 -12
- package/build/build-esm/booking-wizard/features/room-options/traveler-rooms.d.ts +9 -9
- package/build/build-esm/booking-wizard/features/sidebar/index.d.ts +7 -7
- package/build/build-esm/booking-wizard/features/sidebar/sidebar-flight.d.ts +8 -8
- package/build/build-esm/booking-wizard/features/sidebar/sidebar-util.d.ts +12 -14
- package/build/build-esm/booking-wizard/features/sidebar/sidebar.d.ts +27 -26
- package/build/build-esm/booking-wizard/features/summary/summary-booking-option-pax.d.ts +7 -7
- package/build/build-esm/booking-wizard/features/summary/summary-booking-option-unit.d.ts +7 -7
- package/build/build-esm/booking-wizard/features/summary/summary-flight.d.ts +8 -8
- package/build/build-esm/booking-wizard/features/summary/summary-per-booking-option-group.d.ts +7 -7
- package/build/build-esm/booking-wizard/features/summary/summary-per-pax-option-group.d.ts +7 -7
- package/build/build-esm/booking-wizard/features/summary/summary-per-unit-option-group.d.ts +7 -7
- package/build/build-esm/booking-wizard/features/summary/summary-slice.d.ts +8 -8
- package/build/build-esm/booking-wizard/features/summary/summary.d.ts +5 -4
- package/build/build-esm/booking-wizard/features/travelers-form/controls/gender-control.d.ts +5 -5
- package/build/build-esm/booking-wizard/features/travelers-form/travelers-form-slice.d.ts +50 -61
- package/build/build-esm/booking-wizard/features/travelers-form/travelers-form-util.d.ts +7 -7
- package/build/build-esm/booking-wizard/features/travelers-form/travelers-form.d.ts +5 -4
- package/build/build-esm/booking-wizard/features/travelers-form/type-ahead-input.d.ts +16 -16
- package/build/build-esm/booking-wizard/features/travelers-form/validate-form.d.ts +4 -11
- package/build/build-esm/booking-wizard/index.d.ts +12 -12
- package/build/build-esm/booking-wizard/settings-context.d.ts +6 -5
- package/build/build-esm/booking-wizard/store.d.ts +24 -39
- package/build/build-esm/booking-wizard/types.d.ts +284 -283
- package/build/build-esm/booking-wizard/use-offer-printer.d.ts +13 -13
- package/build/build-esm/content/components/LanguageSwitcher.d.ts +12 -12
- package/build/build-esm/content/components/accordion.d.ts +9 -9
- package/build/build-esm/content/components/breadcrumb.d.ts +16 -16
- package/build/build-esm/content/components/contact.d.ts +3 -3
- package/build/build-esm/content/components/faq.d.ts +10 -10
- package/build/build-esm/content/components/gallery.d.ts +12 -12
- package/build/build-esm/content/components/icon.d.ts +10 -10
- package/build/build-esm/content/components/image-with-text.d.ts +28 -28
- package/build/build-esm/content/components/personal-contact-form.d.ts +3 -3
- package/build/build-esm/content/components/slider.d.ts +10 -10
- package/build/build-esm/content/features/content-page/content-page-self-contained.d.ts +6 -6
- package/build/build-esm/content/footer/index.d.ts +4 -4
- package/build/build-esm/content/footer/types.d.ts +27 -27
- package/build/build-esm/content/header/index.d.ts +4 -4
- package/build/build-esm/content/header/types.d.ts +22 -25
- package/build/build-esm/content/navbar/index.d.ts +4 -4
- package/build/build-esm/content/navbar/placeholderData.d.ts +10 -10
- package/build/build-esm/content/navbar/types.d.ts +27 -27
- package/build/build-esm/index.d.ts +8 -8
- package/build/build-esm/index.js +20291 -26363
- package/build/build-esm/qsm/components/QSMContainer/qsm-container.d.ts +3 -3
- package/build/build-esm/qsm/components/date-picker/index.d.ts +3 -3
- package/build/build-esm/qsm/components/date-range-picker/calendar-day.d.ts +12 -12
- package/build/build-esm/qsm/components/date-range-picker/calendar.d.ts +24 -24
- package/build/build-esm/qsm/components/date-range-picker/index.d.ts +10 -10
- package/build/build-esm/qsm/components/double-search-input-group/index.d.ts +7 -7
- package/build/build-esm/qsm/components/icon.d.ts +10 -10
- package/build/build-esm/qsm/components/item-picker/index.d.ts +12 -12
- package/build/build-esm/qsm/components/mobile-filter-modal/index.d.ts +3 -3
- package/build/build-esm/qsm/components/search-input/index.d.ts +13 -13
- package/build/build-esm/qsm/components/search-input-group/index.d.ts +11 -11
- package/build/build-esm/qsm/components/travel-class-picker/index.d.ts +3 -3
- package/build/build-esm/qsm/components/travel-input/index.d.ts +3 -3
- package/build/build-esm/qsm/components/travel-input-group/index.d.ts +3 -3
- package/build/build-esm/qsm/components/travel-nationality-picker/index.d.ts +3 -3
- package/build/build-esm/qsm/components/travel-type-picker/index.d.ts +3 -3
- package/build/build-esm/qsm/index.d.ts +7 -7
- package/build/build-esm/qsm/qsm-configuration-context.d.ts +4 -4
- package/build/build-esm/qsm/store/qsm-slice.d.ts +70 -122
- package/build/build-esm/qsm/store/qsm-store.d.ts +8 -18
- package/build/build-esm/qsm/types.d.ts +110 -109
- package/build/build-esm/search-results/components/filters/filters.d.ts +11 -11
- package/build/build-esm/search-results/components/filters/utility.d.ts +3 -3
- package/build/build-esm/search-results/components/flight/flight-accommodation-results.d.ts +5 -4
- package/build/build-esm/search-results/components/flight/flight-banner.d.ts +8 -8
- package/build/build-esm/search-results/components/flight/flight-card.d.ts +7 -7
- package/build/build-esm/search-results/components/flight/flight-leg.d.ts +7 -7
- package/build/build-esm/search-results/components/flight/flight-path.d.ts +6 -6
- package/build/build-esm/search-results/components/flight/flight-results.d.ts +6 -6
- package/build/build-esm/search-results/components/hotel/hotel-accommodation-results.d.ts +8 -8
- package/build/build-esm/search-results/components/hotel/hotel-card.d.ts +7 -7
- package/build/build-esm/search-results/components/icon.d.ts +10 -10
- package/build/build-esm/search-results/components/item-picker/index.d.ts +12 -12
- package/build/build-esm/search-results/components/itinerary/index.d.ts +8 -8
- package/build/build-esm/search-results/components/multi-range-filter.d.ts +11 -11
- package/build/build-esm/search-results/components/round-trip/round-trip-results.d.ts +5 -4
- package/build/build-esm/search-results/components/search-results-container/search-results-container.d.ts +3 -3
- package/build/build-esm/search-results/components/spinner/spinner.d.ts +3 -3
- package/build/build-esm/search-results/components/tab-views/index.d.ts +5 -4
- package/build/build-esm/search-results/features/flights/flight-search-results-self-contained.d.ts +5 -4
- package/build/build-esm/search-results/features/hotels/hotel-flight-search-results-self-contained.d.ts +5 -4
- package/build/build-esm/search-results/features/hotels/hotel-search-results-self-contained.d.ts +5 -4
- package/build/build-esm/search-results/features/roundtrips/roundtrip-search-results-self-contained.d.ts +5 -4
- package/build/build-esm/search-results/index.d.ts +7 -7
- package/build/build-esm/search-results/search-results-configuration-context.d.ts +4 -4
- package/build/build-esm/search-results/store/search-results-slice.d.ts +16 -25
- package/build/build-esm/search-results/store/search-results-store.d.ts +8 -18
- package/build/build-esm/search-results/types.d.ts +120 -120
- package/build/build-esm/shared/components/loader.d.ts +6 -6
- package/build/build-esm/shared/types.d.ts +4 -4
- package/build/build-esm/shared/utils/class-util.d.ts +1 -1
- package/build/build-esm/shared/utils/localization-util.d.ts +275 -260
- package/build/build-esm/shared/utils/query-string-util.d.ts +8 -8
- package/build/build-esm/shared/utils/tide-api-utils.d.ts +4 -4
- package/build/build-esm/shared/utils/use-media-query-util.d.ts +2 -2
- package/package.json +77 -77
- package/src/booking-product/components/date-range-picker/index.tsx +29 -16
- package/src/booking-product/components/dates.tsx +28 -5
- package/src/booking-product/components/list-view.tsx +54 -0
- package/src/booking-product/components/product.tsx +152 -20
- package/src/booking-product/constants.ts +1 -0
- package/src/booking-product/settings-context.ts +3 -1
- package/src/booking-product/types.ts +2 -0
- package/src/booking-product/utils/api.ts +9 -3
- package/src/booking-wizard/features/booking/booking-self-contained.tsx +304 -301
- package/src/qsm/components/QSMContainer/qsm-container.tsx +218 -234
- package/src/qsm/store/qsm-slice.ts +261 -267
- package/src/qsm/types.ts +145 -144
- package/src/search-results/components/flight/flight-card.tsx +1 -1
- package/src/search-results/components/hotel/hotel-accommodation-results.tsx +11 -6
- package/src/search-results/components/hotel/hotel-card.tsx +15 -1
- package/src/search-results/components/search-results-container/search-results-container.tsx +337 -297
- package/src/search-results/features/flights/flight-search-results-self-contained.tsx +0 -3
- package/src/search-results/features/hotels/hotel-search-results-self-contained.tsx +0 -3
- package/src/search-results/store/search-results-slice.ts +7 -1
- package/src/search-results/types.ts +2 -2
- package/src/shared/translations/ar-SA.json +249 -0
- package/src/shared/translations/da-DK.json +249 -0
- package/src/shared/translations/de-DE.json +249 -0
- package/src/shared/translations/en-GB.json +3 -1
- package/src/shared/translations/es-ES.json +249 -0
- package/src/shared/translations/fr-BE.json +3 -1
- package/src/shared/translations/fr-FR.json +249 -0
- package/src/shared/translations/is-IS.json +249 -0
- package/src/shared/translations/it-IT.json +249 -0
- package/src/shared/translations/ja-JP.json +249 -0
- package/src/shared/translations/nl-BE.json +3 -1
- package/src/shared/translations/nl-NL.json +249 -0
- package/src/shared/translations/no-NO.json +249 -0
- package/src/shared/translations/pl-PL.json +249 -0
- package/src/shared/translations/pt-PT.json +249 -0
- package/src/shared/translations/sv-SE.json +249 -0
- package/src/shared/utils/localization-util.ts +107 -12
- package/styles/components/_form.scss +6 -0
- package/styles/components/_search.scss +1 -0
|
@@ -236,9 +236,6 @@ const FlightSearchResultsSelfContained: React.FC<FlightSearchResultsSelfContaine
|
|
|
236
236
|
// ---- Static results + custom renderer ----
|
|
237
237
|
showCustomCards: true,
|
|
238
238
|
customCardRenderer,
|
|
239
|
-
onResultClick: (id) => {
|
|
240
|
-
console.log('Clicked on card with id:', id);
|
|
241
|
-
},
|
|
242
239
|
|
|
243
240
|
filters,
|
|
244
241
|
|
|
@@ -156,9 +156,6 @@ const HotelSearchResultsSelfContained: React.FC<HotelSearchResultsSelfContainedP
|
|
|
156
156
|
// results,
|
|
157
157
|
showCustomCards: true,
|
|
158
158
|
// customCards,
|
|
159
|
-
onResultClick: (id) => {
|
|
160
|
-
console.log('Clicked on card with id:', id);
|
|
161
|
-
},
|
|
162
159
|
customCardRenderer,
|
|
163
160
|
|
|
164
161
|
// Map View
|
|
@@ -4,6 +4,7 @@ import { BookingPackageItem } from '@qite/tide-client/build/types';
|
|
|
4
4
|
|
|
5
5
|
export interface SearchResultsState {
|
|
6
6
|
results: BookingPackageItem[];
|
|
7
|
+
selectedHotelId: number | null;
|
|
7
8
|
isLoading: boolean;
|
|
8
9
|
filters: Filter[];
|
|
9
10
|
sortKey: string | null;
|
|
@@ -13,6 +14,7 @@ export interface SearchResultsState {
|
|
|
13
14
|
|
|
14
15
|
const initialState: SearchResultsState = {
|
|
15
16
|
results: [],
|
|
17
|
+
selectedHotelId: null,
|
|
16
18
|
isLoading: false,
|
|
17
19
|
filters: [],
|
|
18
20
|
sortKey: null,
|
|
@@ -27,6 +29,9 @@ const searchResultsSlice = createSlice({
|
|
|
27
29
|
setResults(state, action: PayloadAction<{ results: BookingPackageItem[] }>) {
|
|
28
30
|
state.results = action.payload.results;
|
|
29
31
|
},
|
|
32
|
+
setSelectedHotel(state, action: PayloadAction<number | null>) {
|
|
33
|
+
state.selectedHotelId = action.payload;
|
|
34
|
+
},
|
|
30
35
|
setIsLoading(state, action: PayloadAction<boolean>) {
|
|
31
36
|
state.isLoading = action.payload;
|
|
32
37
|
},
|
|
@@ -65,6 +70,7 @@ const searchResultsSlice = createSlice({
|
|
|
65
70
|
}
|
|
66
71
|
});
|
|
67
72
|
|
|
68
|
-
export const { setResults, setIsLoading, setFilters, resetFilters, setSortKey, setActiveTab, setCurrentPage, resetSearchState } =
|
|
73
|
+
export const { setResults, setSelectedHotel, setIsLoading, setFilters, resetFilters, setSortKey, setActiveTab, setCurrentPage, resetSearchState } =
|
|
74
|
+
searchResultsSlice.actions;
|
|
69
75
|
|
|
70
76
|
export default searchResultsSlice.reducer;
|
|
@@ -27,7 +27,6 @@ export interface SearchResultsConfiguration {
|
|
|
27
27
|
showRoundTripResults?: boolean;
|
|
28
28
|
showCustomCards?: boolean;
|
|
29
29
|
customCardRenderer?: (result: SearchResult) => ReactNode;
|
|
30
|
-
onResultClick?: (id: string) => void;
|
|
31
30
|
|
|
32
31
|
// Map view
|
|
33
32
|
// not supported for now
|
|
@@ -57,6 +56,7 @@ export interface SearchResultsConfiguration {
|
|
|
57
56
|
};
|
|
58
57
|
|
|
59
58
|
cmsHotelData?: any[];
|
|
59
|
+
languageCode?: string;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
export type FilterType = 'checkbox' | 'toggle' | 'slider' | 'star-rating';
|
|
@@ -93,7 +93,7 @@ export interface PaginationConfig {
|
|
|
93
93
|
export type SearchResult = HotelResult | FlightResult | RoundTripResult;
|
|
94
94
|
|
|
95
95
|
export interface BaseSearchResult {
|
|
96
|
-
id:
|
|
96
|
+
id: number;
|
|
97
97
|
title: string;
|
|
98
98
|
image: string;
|
|
99
99
|
description?: string;
|
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
{
|
|
2
|
+
"STEPS": {
|
|
3
|
+
"PERSONAL_DETAILS": "التفاصيل الشخصية",
|
|
4
|
+
"EXTRA_OPTIONS": "خيارات إضافية",
|
|
5
|
+
"SUMMARY": "الملخص",
|
|
6
|
+
"CONFIRMATION": "التأكيد",
|
|
7
|
+
"ERROR": "فشل الحجز",
|
|
8
|
+
"PREVIOUS": "الخطوة السابقة",
|
|
9
|
+
"NEXT": "الخطوة التالية",
|
|
10
|
+
"SUBMIT_BOOKING": "تأكيد الحجز",
|
|
11
|
+
"SUBMIT_OFFER": "طلب عرض سعر",
|
|
12
|
+
"SUBMIT_OPTION": "اخذ خيار",
|
|
13
|
+
"COMPOSE": "إنشاء",
|
|
14
|
+
"ROOM_OPTIONS": "خيارات الغرف",
|
|
15
|
+
"FLIGHT_OPTIONS": "خيارات الرحلات"
|
|
16
|
+
},
|
|
17
|
+
"INPUT": {
|
|
18
|
+
"INCREASE": "زيادة",
|
|
19
|
+
"DECREASE": "إنقاص"
|
|
20
|
+
},
|
|
21
|
+
"FLIGHTS_FORM": {
|
|
22
|
+
"OUTWARD_FLIGHTS": "رحلات الذهاب",
|
|
23
|
+
"OUTWARD_FLIGHT": "رحلة الذهاب",
|
|
24
|
+
"RETURN_FLIGHTS": "رحلات العودة",
|
|
25
|
+
"RETURN_FLIGHT": "رحلة العودة",
|
|
26
|
+
"DIRECT_FLIGHT": "رحلة مباشرة",
|
|
27
|
+
"STOP": "توقف",
|
|
28
|
+
"STOPS": "توقفات",
|
|
29
|
+
"FLIGHT_STOPS": "توقف/توقفات",
|
|
30
|
+
"DIFFERENT_OPTION_WARNING": "تحذير: هذه الرحلة تغير مدة الإقامة.",
|
|
31
|
+
"FILTER_OPTIONS": "تصفية الخيارات",
|
|
32
|
+
"AIRLINES": "شركات الطيران",
|
|
33
|
+
"AIRPORTS": "المطارات",
|
|
34
|
+
"NUMBER_OF_STOPS": "عدد التوقفات",
|
|
35
|
+
"FLIGHT_OUTWARD": "رحلة الذهاب",
|
|
36
|
+
"DEPARTURE_TIME": "وقت المغادرة",
|
|
37
|
+
"TRAVEL_DURATION": "مدة السفر",
|
|
38
|
+
"CHANGE_TIME": "وقت التوقف",
|
|
39
|
+
"FLIGHT_RETURN": "رحلة العودة",
|
|
40
|
+
"NO_FLIGHTS_FOUND": "لم يتم العثور على رحلات.",
|
|
41
|
+
"STARTING": "ابتداءً من",
|
|
42
|
+
"LOWEST_PRICE": "أقل سعر",
|
|
43
|
+
"CHOOSE_YOUR_CLASS": "اختر الدرجة:",
|
|
44
|
+
"PLUS_ONE_DAY": "+1 يوم",
|
|
45
|
+
"STOP_TIME": "وقت التوقف",
|
|
46
|
+
"NIGHT_DEPARTURE": "ليل (00:00 - 05:00)",
|
|
47
|
+
"MORNING_DEPARTURE": "صباح (05:00 - 12:00)",
|
|
48
|
+
"AFTERNOON_DEPARTURE": "ظهر (12:00 - 18:00)",
|
|
49
|
+
"EVENING_DEPARTURE": "مساءً (18:00 - 00:00)",
|
|
50
|
+
"FLIGHTS_FOUND_1": "",
|
|
51
|
+
"FLIGHTS_FOUND_2": "رحلات",
|
|
52
|
+
"FLIGHTS_FOUND_3": "تم العثور عليها"
|
|
53
|
+
},
|
|
54
|
+
"PRODUCT": {
|
|
55
|
+
"STAY_INCLUDED": "الإقامة متضمنة",
|
|
56
|
+
"FLIGHT_INCLUDED": "الرحلة متضمنة",
|
|
57
|
+
"TRANSFER_INCLUDED": "النقل متضمن",
|
|
58
|
+
"LOADING_PRICE": "يتم حساب السعر الخاص بك.",
|
|
59
|
+
"PER_PERSON": "لكل شخص",
|
|
60
|
+
"PER_NIGHT": "لكل ليلة",
|
|
61
|
+
"PER_PERSON_PER_NIGHT": "لكل شخص / لكل ليلة",
|
|
62
|
+
"BOOK_NOW": "احجز الآن",
|
|
63
|
+
"TO_YOUR_OFFER": "إلى عرضك",
|
|
64
|
+
"NOT_AVAILABLE": "غير متاح",
|
|
65
|
+
"NUMBER_OF_ROOMS": "عدد الغرف",
|
|
66
|
+
"AGE_BY_DEPARTURE_DATE": "عمر الأطفال عند تاريخ المغادرة",
|
|
67
|
+
"YEAR": "سنة/سنوات",
|
|
68
|
+
"APPLY": "تطبيق",
|
|
69
|
+
"EDIT": "تعديل",
|
|
70
|
+
"DEPARTURE": "المغادرة",
|
|
71
|
+
"DEPARTURE_DATE": "تاريخ المغادرة",
|
|
72
|
+
"RETURN": "العودة",
|
|
73
|
+
"RETURN_DATE": "تاريخ العودة",
|
|
74
|
+
"WHO_YOU_TRAVELING_WITH": "مع من تسافر؟",
|
|
75
|
+
"TRAVEL_PERIOD": "مدة السفر",
|
|
76
|
+
"CLOSE": "إغلاق",
|
|
77
|
+
"NIGHTS": "ليالي",
|
|
78
|
+
"DAYS": "أيام"
|
|
79
|
+
},
|
|
80
|
+
"MAIN": {
|
|
81
|
+
"PREPARING_BOOKING": "يرجى الانتظار، يتم تجهيز حجزك",
|
|
82
|
+
"PREPARING_OFFER": "يرجى الانتظار، يتم تجهيز عرض السعر الخاص بك",
|
|
83
|
+
"PREPARING_DOSSIER": "يرجى الانتظار، يتم تجهيز ملفك",
|
|
84
|
+
"PRODUCT_UNAVAILABLE": "المنتج غير متاح"
|
|
85
|
+
},
|
|
86
|
+
"SHARED": {
|
|
87
|
+
"ROOM": "غرفة",
|
|
88
|
+
"ROOMS": "غرف",
|
|
89
|
+
"TOTAL_PRICE": "السعر الإجمالي",
|
|
90
|
+
"ADULTS": "بالغون",
|
|
91
|
+
"CHILDREN": "أطفال",
|
|
92
|
+
"SELECT": "اختر",
|
|
93
|
+
"SELECTED": "تم الاختيار"
|
|
94
|
+
},
|
|
95
|
+
"SIDEBAR": {
|
|
96
|
+
"OVERVIEW": "الملخص",
|
|
97
|
+
"SLIDE_TOTAL_PRICE": "المبلغ الإجمالي: ",
|
|
98
|
+
"SLIDE_DEPOSIT": "الدفعة المقدمة: ",
|
|
99
|
+
"TRAVEL_INFO": "معلومات السفر",
|
|
100
|
+
"TRAVELERS": "المسافرون",
|
|
101
|
+
"TRAVELERS_ADULTS": "بالغون",
|
|
102
|
+
"TRAVELERS_ADULT": "بالغ",
|
|
103
|
+
"TRAVELERS_CHILDREN": "أطفال",
|
|
104
|
+
"TRAVELERS_CHILD": "طفل",
|
|
105
|
+
"DEPARTURE": "رحلة الذهاب",
|
|
106
|
+
"DEPARTURE_SINGLE": "التاريخ",
|
|
107
|
+
"ARRIVAL": "رحلة العودة",
|
|
108
|
+
"FLIGHT": "رحلة",
|
|
109
|
+
"ACCOMMODATION": "الحجز شامل الإقامة",
|
|
110
|
+
"BASE_PRICE": "السعر الأساسي",
|
|
111
|
+
"OPTIONS": "الخيارات",
|
|
112
|
+
"INCLUDED_COSTS": "التكاليف المضمنة",
|
|
113
|
+
"EXTRA_COSTS": "التكاليف الإضافية",
|
|
114
|
+
"DEPOSIT": "الدفعة المقدمة",
|
|
115
|
+
"DEPOSIT_TEXT1": "خطوات ",
|
|
116
|
+
"DEPOSIT_TEXT2": "المبلغ المتبقي",
|
|
117
|
+
"DEPOSIT_TEXT3": " من ",
|
|
118
|
+
"DEPOSIT_TEXT4": " موضحة في ",
|
|
119
|
+
"DEPOSIT_TEXT5": "الخطوة \"الملخص\"",
|
|
120
|
+
"DEPOSIT_TEXT6": " من عملية الحجز.",
|
|
121
|
+
"LUGGAGE_INCLUDED": "الأمتعة متضمنة",
|
|
122
|
+
"DEPARTURE_FLIGHT": "رحلة الذهاب",
|
|
123
|
+
"ARRIVAL_FLIGHT": "رحلة العودة",
|
|
124
|
+
"FLIGHT_DEPARTURE": "المغادرة",
|
|
125
|
+
"FLIGHT_ARRIVAL": "الوصول",
|
|
126
|
+
"ON_REQUEST": "حسب الطلب",
|
|
127
|
+
"CHANGES": "التحويلات"
|
|
128
|
+
},
|
|
129
|
+
"TRAVELERS_FORM": {
|
|
130
|
+
"AGE": "العمر",
|
|
131
|
+
"TRAVELER": "مسافر",
|
|
132
|
+
"ADULT": "بالغ",
|
|
133
|
+
"ADULTS": "بالغون",
|
|
134
|
+
"CHILD": "طفل",
|
|
135
|
+
"CHILDREN": "أطفال",
|
|
136
|
+
"GENDER": "اللقب",
|
|
137
|
+
"MALE": "السيد",
|
|
138
|
+
"FEMALE": "السيدة",
|
|
139
|
+
"OTHER": "آخر",
|
|
140
|
+
"MAIN_BOOKER": "الحاجز الرئيسي",
|
|
141
|
+
"FIRST_NAME": "الاسم الأول",
|
|
142
|
+
"LAST_NAME": "اسم العائلة",
|
|
143
|
+
"BIRTHDATE": "تاريخ الميلاد",
|
|
144
|
+
"STREET": "الشارع",
|
|
145
|
+
"STREET_PLACEHOLDER": "اسم الشارع",
|
|
146
|
+
"HOUSE_NUMBER": "رقم المنزل",
|
|
147
|
+
"POST_BOX": "صندوق بريد",
|
|
148
|
+
"ZIPCODE": "الرمز البريدي",
|
|
149
|
+
"CITY": "المدينة",
|
|
150
|
+
"CITY_PLACEHOLDER": "المدينة",
|
|
151
|
+
"COUNTRY": "الدولة",
|
|
152
|
+
"SELECT_COUNTRY": "اختر الدولة",
|
|
153
|
+
"PHONE": "رقم الهاتف",
|
|
154
|
+
"EMAIL": "البريد الإلكتروني",
|
|
155
|
+
"REPEAT_EMAIL": "أعد إدخال البريد الإلكتروني",
|
|
156
|
+
"VALIDATION_MESSAGE": "يرجى التحقق من الحقول أدناه وملئها بشكل صحيح.",
|
|
157
|
+
"BOOK_WITH_AGENT": "أريد الحجز عبر وكيل السفر المحلي الخاص بي",
|
|
158
|
+
"CHOOSE_OFFICE": "أختار مكتب",
|
|
159
|
+
"PERSON": "شخص",
|
|
160
|
+
"COUNTRIES": {
|
|
161
|
+
"BELGIUM": "بلجيكا",
|
|
162
|
+
"NETHERLANDS": "هولندا",
|
|
163
|
+
"FRANCE": "فرنسا"
|
|
164
|
+
},
|
|
165
|
+
"CHOOSE_AGENT_PLACEHOLDER": "اختر وكيل السفر الخاص بك",
|
|
166
|
+
"VALIDATION": {
|
|
167
|
+
"TRAVELER_X_FIELD": "الغرفة {0} - المسافر {1}: {2}",
|
|
168
|
+
"SINGLE_ROOM_TRAVELER_X_FIELD": "المسافر {0}: {1}",
|
|
169
|
+
"TRAVELER_X_IS_NO_ADULT": "الغرفة {0} - المسافر {1}: ليس بالغًا",
|
|
170
|
+
"SINGLE_ROOM_TRAVELER_X_IS_NO_ADULT": "المسافر {0}: ليس بالغًا",
|
|
171
|
+
"TRAVELER_X_IS_NO_CHILD": "الغرفة {0} - المسافر {1}: ليس طفلًا",
|
|
172
|
+
"SINGLE_ROOM_TRAVELER_X_IS_NO_CHILD": "المسافر {0}: ليس طفلًا",
|
|
173
|
+
"NO_MAIN_BOOKER_SELECTED": "لم يتم اختيار حاجز رئيسي",
|
|
174
|
+
"MAIN_BOOKER_FIELD": "الحاجز الرئيسي: {0}",
|
|
175
|
+
"MAIN_BOOKER_EMAIL_IS_INVALID": "الحاجز الرئيسي: البريد الإلكتروني غير صالح",
|
|
176
|
+
"MAIN_BOOKER_EMAIL_DOES_NOT_MATCH": "الحاجز الرئيسي: البريد الإلكتروني لا يطابق",
|
|
177
|
+
"AGENT_IS_REQUIRED": "وكيل السفر مطلوب"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"OPTIONS_FORM": {
|
|
181
|
+
"NO_OPTIONS_TITLE": "لا توجد خيارات",
|
|
182
|
+
"NO_OPTIONS_MESSAGE": "هذه الرحلة لا تحتوي على خيارات إضافية.",
|
|
183
|
+
"UNIT_TITLE": "الحفلة",
|
|
184
|
+
"PACKAGE": "باقة",
|
|
185
|
+
"DAY": "يوم",
|
|
186
|
+
"DAYS": "أيام",
|
|
187
|
+
"NIGHT": "ليلة",
|
|
188
|
+
"NIGHTS": "ليالي",
|
|
189
|
+
"PER_PAX_TITLE": "اختر الخيارات لكل مسافر",
|
|
190
|
+
"PER_BOOKING_TITLE": "اختر الخيارات لكل حجز",
|
|
191
|
+
"PER_UNIT_TITLE": "اختر الخيارات لكل حفلة",
|
|
192
|
+
"NONE": "لا شيء"
|
|
193
|
+
},
|
|
194
|
+
"ROOM_OPTIONS_FORM": {
|
|
195
|
+
"TRAVELER_GROUP": "مجموعة المسافرين",
|
|
196
|
+
"ALTERNATIVES_TRAVELER_GROUP": "خيارات غرف بديلة لمجموعة المسافرين",
|
|
197
|
+
"SHOW_ALTERNATIVES": "عرض خيارات الغرف البديلة"
|
|
198
|
+
},
|
|
199
|
+
"SUMMARY": {
|
|
200
|
+
"PERSONAL_DETAILS": "التفاصيل الشخصية",
|
|
201
|
+
"TRAVELERS": "المسافرون",
|
|
202
|
+
"TRAVELER": "المسافر",
|
|
203
|
+
"ADULTS": "بالغون",
|
|
204
|
+
"ADULT": "بالغ",
|
|
205
|
+
"CHILDREN": "أطفال",
|
|
206
|
+
"CHILD": "طفل",
|
|
207
|
+
"MAIN_BOOKER": "الحاجز الرئيسي",
|
|
208
|
+
"NOTIFICATIONS_TITLE": "تنبيه",
|
|
209
|
+
"VALIDATE_TITLE": "تحقق من معلوماتك",
|
|
210
|
+
"VALIDATE_TEXT_BOOKING": "أنت على وشك تأكيد حجزك. يرجى التحقق من صحة جميع المعلومات والتأكد من تطابق الأسماء مع هويتك أو جواز السفر. هذه المعلومات نهائية ولا يمكن تعديلها.",
|
|
211
|
+
"VALIDATE_TEXT_OFFER": "أنت على وشك طلب عرض سعر. يرجى التحقق من صحة جميع المعلومات والتأكد من تطابق الأسماء مع هويتك أو جواز السفر لتجنب أي مشاكل عند الحجز لاحقًا.",
|
|
212
|
+
"VALIDATE_TEXT_OPTION": "إذا اخترت أخذ خيار، فهناك مهلة لممارسة هذا الخيار تعتمد على شركة الطيران. الخيار يضمن المكان وليس السعر. السعر المذكور في هذا العرض لكل شخص ويعتمد على التوافر. السعر مضمون فقط بعد إصدار التذكرة.",
|
|
213
|
+
"OPTIONS": "الخيارات",
|
|
214
|
+
"REMARKS": "ملاحظات",
|
|
215
|
+
"VOUCHERS": "قسائم",
|
|
216
|
+
"VOUCHER_VALIDATE": "تحقق من القسيمة",
|
|
217
|
+
"ADD_VOUCHER": "إضافة قسيمة",
|
|
218
|
+
"VOUCHER_VALID": "القسيمة صالحة",
|
|
219
|
+
"VOUCHER_INVALID": "القسيمة غير صالحة"
|
|
220
|
+
},
|
|
221
|
+
"CONFIRMATION": {
|
|
222
|
+
"TITLE_TEXT_OFFER": "تم طلب عرضك رقم {0}",
|
|
223
|
+
"TITLE_TEXT_BOOKING": "تم تأكيد حجزك رقم {0}",
|
|
224
|
+
"TITLE_TEXT_OPTION": "لقد اخترت خيار على الرقم {0}.",
|
|
225
|
+
"MESSAGE_TEXT1": "رحلتك الحلم قريبة جدًا الآن.",
|
|
226
|
+
"MESSAGE_TEXT2_OFFER": "يقوم متخصصو السفر لدينا بمعالجة طلبك وسيتواصلون معك خلال 48 ساعة.",
|
|
227
|
+
"MESSAGE_TEXT2_BOOKING": "يقوم متخصصو السفر لدينا بمعالجة حجزك وسيتواصلون معك خلال 48 ساعة.",
|
|
228
|
+
"MESSAGE_TEXT2_OPTION": "تم تسجيل خيارك من قبل متخصصي السفر وسيتواصلون معك خلال 48 ساعة لتأكيد أو مناقشة خيارك.",
|
|
229
|
+
"QUESTIONS_TEXT1": "هل لديك أي أسئلة؟ ",
|
|
230
|
+
"QUESTIONS_TEXT2": "أخبرنا",
|
|
231
|
+
"QUESTIONS_TEXT3": ".",
|
|
232
|
+
"QUESTIONS_ALT": "اتصل بنا",
|
|
233
|
+
"MAIL_SUBJECT": "معلومات الحجز"
|
|
234
|
+
},
|
|
235
|
+
"ERROR": {
|
|
236
|
+
"TRY_AGAIN": "حاول الحجز مرة أخرى",
|
|
237
|
+
"MESSAGE_TEXT1": "حدث خطأ أثناء تأكيد رحلتك.",
|
|
238
|
+
"MESSAGE_TEXT2": "انقر أدناه للمحاولة مرة أخرى.",
|
|
239
|
+
"ERROR_TEXT1": "لا يزال لا يعمل؟ ",
|
|
240
|
+
"ERROR_TEXT2": "تأكد من إعلامنا",
|
|
241
|
+
"ERROR_TEXT3": ".",
|
|
242
|
+
"ERROR_ALT": "اتصل بنا"
|
|
243
|
+
},
|
|
244
|
+
"PRINT_OFFER_BUTTON": {
|
|
245
|
+
"LABEL_IDLE": "طباعة العرض",
|
|
246
|
+
"LABEL_CREATING": "جارٍ إنشاء العرض…",
|
|
247
|
+
"LABEL_PRINTING": "جارٍ إنشاء ملف PDF…"
|
|
248
|
+
}
|
|
249
|
+
}
|
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
{
|
|
2
|
+
"STEPS": {
|
|
3
|
+
"PERSONAL_DETAILS": "Personlige oplysninger",
|
|
4
|
+
"EXTRA_OPTIONS": "Ekstra muligheder",
|
|
5
|
+
"SUMMARY": "Oversigt",
|
|
6
|
+
"CONFIRMATION": "Bekræftelse",
|
|
7
|
+
"ERROR": "Booking mislykkedes",
|
|
8
|
+
"PREVIOUS": "Forrige trin",
|
|
9
|
+
"NEXT": "Næste trin",
|
|
10
|
+
"SUBMIT_BOOKING": "Bekræft booking",
|
|
11
|
+
"SUBMIT_OFFER": "Anmod om tilbud",
|
|
12
|
+
"SUBMIT_OPTION": "Tag en option",
|
|
13
|
+
"COMPOSE": "Opret",
|
|
14
|
+
"ROOM_OPTIONS": "Værelsesmuligheder",
|
|
15
|
+
"FLIGHT_OPTIONS": "Flymuligheder"
|
|
16
|
+
},
|
|
17
|
+
"INPUT": {
|
|
18
|
+
"INCREASE": "Forøg",
|
|
19
|
+
"DECREASE": "Formindsk"
|
|
20
|
+
},
|
|
21
|
+
"FLIGHTS_FORM": {
|
|
22
|
+
"OUTWARD_FLIGHTS": "Udgående fly",
|
|
23
|
+
"OUTWARD_FLIGHT": "Udgående fly",
|
|
24
|
+
"RETURN_FLIGHTS": "Returfly",
|
|
25
|
+
"RETURN_FLIGHT": "Returfly",
|
|
26
|
+
"DIRECT_FLIGHT": "Direkte fly",
|
|
27
|
+
"STOP": "stop",
|
|
28
|
+
"STOPS": "stop",
|
|
29
|
+
"FLIGHT_STOPS": "stop(s)",
|
|
30
|
+
"DIFFERENT_OPTION_WARNING": "Advarsel: Dette fly ændrer opholdets varighed.",
|
|
31
|
+
"FILTER_OPTIONS": "Filtrér muligheder",
|
|
32
|
+
"AIRLINES": "Flyselskaber",
|
|
33
|
+
"AIRPORTS": "Lufthavne",
|
|
34
|
+
"NUMBER_OF_STOPS": "Antal stop",
|
|
35
|
+
"FLIGHT_OUTWARD": "Udgående fly",
|
|
36
|
+
"DEPARTURE_TIME": "Afgangstid",
|
|
37
|
+
"TRAVEL_DURATION": "Rejsetid",
|
|
38
|
+
"CHANGE_TIME": "Skiftetid",
|
|
39
|
+
"FLIGHT_RETURN": "Returfly",
|
|
40
|
+
"NO_FLIGHTS_FOUND": "Ingen fly fundet.",
|
|
41
|
+
"STARTING": "Fra",
|
|
42
|
+
"LOWEST_PRICE": "Laveste pris",
|
|
43
|
+
"CHOOSE_YOUR_CLASS": "Vælg klasse:",
|
|
44
|
+
"PLUS_ONE_DAY": "+1 dag",
|
|
45
|
+
"STOP_TIME": "Skiftetid",
|
|
46
|
+
"NIGHT_DEPARTURE": "Nat (00:00 - 05:00)",
|
|
47
|
+
"MORNING_DEPARTURE": "Morgen (05:00 - 12:00)",
|
|
48
|
+
"AFTERNOON_DEPARTURE": "Eftermiddag (12:00 - 18:00)",
|
|
49
|
+
"EVENING_DEPARTURE": "Aften (18:00 - 00:00)",
|
|
50
|
+
"FLIGHTS_FOUND_1": "",
|
|
51
|
+
"FLIGHTS_FOUND_2": "fly",
|
|
52
|
+
"FLIGHTS_FOUND_3": "fundet"
|
|
53
|
+
},
|
|
54
|
+
"PRODUCT": {
|
|
55
|
+
"STAY_INCLUDED": "Ophold inkluderet",
|
|
56
|
+
"FLIGHT_INCLUDED": "Fly inkluderet",
|
|
57
|
+
"TRANSFER_INCLUDED": "Transfer inkluderet",
|
|
58
|
+
"LOADING_PRICE": "Din pris sammensættes.",
|
|
59
|
+
"PER_PERSON": "Per person",
|
|
60
|
+
"PER_NIGHT": "Per nat",
|
|
61
|
+
"PER_PERSON_PER_NIGHT": "Per person / per nat",
|
|
62
|
+
"BOOK_NOW": "Book nu",
|
|
63
|
+
"TO_YOUR_OFFER": "Til dit tilbud",
|
|
64
|
+
"NOT_AVAILABLE": "Ikke tilgængelig",
|
|
65
|
+
"NUMBER_OF_ROOMS": "Antal værelser",
|
|
66
|
+
"AGE_BY_DEPARTURE_DATE": "Børns alder på afrejsedato",
|
|
67
|
+
"YEAR": "år",
|
|
68
|
+
"APPLY": "Anvend",
|
|
69
|
+
"EDIT": "Rediger",
|
|
70
|
+
"DEPARTURE": "Afrejse",
|
|
71
|
+
"DEPARTURE_DATE": "Afrejsedato",
|
|
72
|
+
"RETURN": "Retur",
|
|
73
|
+
"RETURN_DATE": "Returdato",
|
|
74
|
+
"WHO_YOU_TRAVELING_WITH": "Hvem rejser du med?",
|
|
75
|
+
"TRAVEL_PERIOD": "Rejseperiode",
|
|
76
|
+
"CLOSE": "Luk",
|
|
77
|
+
"NIGHTS": "nætter",
|
|
78
|
+
"DAYS": "dage"
|
|
79
|
+
},
|
|
80
|
+
"MAIN": {
|
|
81
|
+
"PREPARING_BOOKING": "Vent venligst, vi forbereder din booking",
|
|
82
|
+
"PREPARING_OFFER": "Vent venligst, vi forbereder dit tilbud",
|
|
83
|
+
"PREPARING_DOSSIER": "Vent venligst, vi forbereder din sag",
|
|
84
|
+
"PRODUCT_UNAVAILABLE": "Produkt ikke tilgængeligt"
|
|
85
|
+
},
|
|
86
|
+
"SHARED": {
|
|
87
|
+
"ROOM": "Værelse",
|
|
88
|
+
"ROOMS": "Værelser",
|
|
89
|
+
"TOTAL_PRICE": "Samlet pris",
|
|
90
|
+
"ADULTS": "Voksne",
|
|
91
|
+
"CHILDREN": "Børn",
|
|
92
|
+
"SELECT": "Vælg",
|
|
93
|
+
"SELECTED": "Valgt"
|
|
94
|
+
},
|
|
95
|
+
"SIDEBAR": {
|
|
96
|
+
"OVERVIEW": "Oversigt",
|
|
97
|
+
"SLIDE_TOTAL_PRICE": "Samlet beløb: ",
|
|
98
|
+
"SLIDE_DEPOSIT": "Depositum der skal betales: ",
|
|
99
|
+
"TRAVEL_INFO": "Rejseinformation",
|
|
100
|
+
"TRAVELERS": "Rejsende",
|
|
101
|
+
"TRAVELERS_ADULTS": "voksne",
|
|
102
|
+
"TRAVELERS_ADULT": "voksen",
|
|
103
|
+
"TRAVELERS_CHILDREN": "børn",
|
|
104
|
+
"TRAVELERS_CHILD": "barn",
|
|
105
|
+
"DEPARTURE": "Udgående",
|
|
106
|
+
"DEPARTURE_SINGLE": "Dato",
|
|
107
|
+
"ARRIVAL": "Retur",
|
|
108
|
+
"FLIGHT": "Fly",
|
|
109
|
+
"ACCOMMODATION": "Indkvartering booket",
|
|
110
|
+
"BASE_PRICE": "Basispris",
|
|
111
|
+
"OPTIONS": "Valgmuligheder",
|
|
112
|
+
"INCLUDED_COSTS": "Inkluderede omkostninger",
|
|
113
|
+
"EXTRA_COSTS": "Ekstra omkostninger",
|
|
114
|
+
"DEPOSIT": "Depositum der skal betales",
|
|
115
|
+
"DEPOSIT_TEXT1": "Trinene for ",
|
|
116
|
+
"DEPOSIT_TEXT2": "restbeløbet",
|
|
117
|
+
"DEPOSIT_TEXT3": " af ",
|
|
118
|
+
"DEPOSIT_TEXT4": " er beskrevet i ",
|
|
119
|
+
"DEPOSIT_TEXT5": "trinet \"Oversigt\"",
|
|
120
|
+
"DEPOSIT_TEXT6": " af bookingprocessen.",
|
|
121
|
+
"LUGGAGE_INCLUDED": "Bagage inkluderet",
|
|
122
|
+
"DEPARTURE_FLIGHT": "Udgående fly",
|
|
123
|
+
"ARRIVAL_FLIGHT": "Returfly",
|
|
124
|
+
"FLIGHT_DEPARTURE": "Afrejse",
|
|
125
|
+
"FLIGHT_ARRIVAL": "Ankomst",
|
|
126
|
+
"ON_REQUEST": "På forespørgsel",
|
|
127
|
+
"CHANGES": "overførsler"
|
|
128
|
+
},
|
|
129
|
+
"TRAVELERS_FORM": {
|
|
130
|
+
"AGE": "Alder",
|
|
131
|
+
"TRAVELER": "Rejsende",
|
|
132
|
+
"ADULT": "voksen",
|
|
133
|
+
"ADULTS": "voksne",
|
|
134
|
+
"CHILD": "barn",
|
|
135
|
+
"CHILDREN": "børn",
|
|
136
|
+
"GENDER": "Tiltaleform",
|
|
137
|
+
"MALE": "Hr.",
|
|
138
|
+
"FEMALE": "Fr.",
|
|
139
|
+
"OTHER": "Andet",
|
|
140
|
+
"MAIN_BOOKER": "Hovedbooker",
|
|
141
|
+
"FIRST_NAME": "Fornavn",
|
|
142
|
+
"LAST_NAME": "Efternavn",
|
|
143
|
+
"BIRTHDATE": "Fødselsdato",
|
|
144
|
+
"STREET": "Gade",
|
|
145
|
+
"STREET_PLACEHOLDER": "Din gade",
|
|
146
|
+
"HOUSE_NUMBER": "Husnummer",
|
|
147
|
+
"POST_BOX": "Postboks",
|
|
148
|
+
"ZIPCODE": "Postnummer",
|
|
149
|
+
"CITY": "By",
|
|
150
|
+
"CITY_PLACEHOLDER": "By",
|
|
151
|
+
"COUNTRY": "Land",
|
|
152
|
+
"SELECT_COUNTRY": "Vælg land",
|
|
153
|
+
"PHONE": "Telefonnummer",
|
|
154
|
+
"EMAIL": "Email",
|
|
155
|
+
"REPEAT_EMAIL": "Gentag email",
|
|
156
|
+
"VALIDATION_MESSAGE": "Kontroller venligst felterne nedenfor og udfyld dem korrekt.",
|
|
157
|
+
"BOOK_WITH_AGENT": "Jeg vil booke gennem min lokale rejseagent",
|
|
158
|
+
"CHOOSE_OFFICE": "Jeg vælger et kontor",
|
|
159
|
+
"PERSON": "Person",
|
|
160
|
+
"COUNTRIES": {
|
|
161
|
+
"BELGIUM": "Belgien",
|
|
162
|
+
"NETHERLANDS": "Nederlandene",
|
|
163
|
+
"FRANCE": "Frankrig"
|
|
164
|
+
},
|
|
165
|
+
"CHOOSE_AGENT_PLACEHOLDER": "Vælg din rejseagent",
|
|
166
|
+
"VALIDATION": {
|
|
167
|
+
"TRAVELER_X_FIELD": "Værelse {0} - Rejsende {1}: {2}",
|
|
168
|
+
"SINGLE_ROOM_TRAVELER_X_FIELD": "Rejsende {0}: {1}",
|
|
169
|
+
"TRAVELER_X_IS_NO_ADULT": "Værelse {0} - Rejsende {1}: er ikke voksen",
|
|
170
|
+
"SINGLE_ROOM_TRAVELER_X_IS_NO_ADULT": "Rejsende {0}: er ikke voksen",
|
|
171
|
+
"TRAVELER_X_IS_NO_CHILD": "Værelse {0} - Rejsende {1}: er ikke barn",
|
|
172
|
+
"SINGLE_ROOM_TRAVELER_X_IS_NO_CHILD": "Rejsende {0}: er ikke barn",
|
|
173
|
+
"NO_MAIN_BOOKER_SELECTED": "Ingen hovedbooker valgt",
|
|
174
|
+
"MAIN_BOOKER_FIELD": "Hovedbooker: {0}",
|
|
175
|
+
"MAIN_BOOKER_EMAIL_IS_INVALID": "Hovedbooker: email er ugyldig",
|
|
176
|
+
"MAIN_BOOKER_EMAIL_DOES_NOT_MATCH": "Hovedbooker: email matcher ikke",
|
|
177
|
+
"AGENT_IS_REQUIRED": "Rejseagent er påkrævet"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"OPTIONS_FORM": {
|
|
181
|
+
"NO_OPTIONS_TITLE": "Ingen muligheder",
|
|
182
|
+
"NO_OPTIONS_MESSAGE": "Denne rejse har ingen ekstra muligheder.",
|
|
183
|
+
"UNIT_TITLE": "Rejseselskab",
|
|
184
|
+
"PACKAGE": "Pakke",
|
|
185
|
+
"DAY": "dag",
|
|
186
|
+
"DAYS": "dage",
|
|
187
|
+
"NIGHT": "nat",
|
|
188
|
+
"NIGHTS": "nætter",
|
|
189
|
+
"PER_PAX_TITLE": "Vælg muligheder pr. rejsende",
|
|
190
|
+
"PER_BOOKING_TITLE": "Vælg muligheder pr. booking",
|
|
191
|
+
"PER_UNIT_TITLE": "Vælg muligheder pr. rejseselskab",
|
|
192
|
+
"NONE": "Ingen"
|
|
193
|
+
},
|
|
194
|
+
"ROOM_OPTIONS_FORM": {
|
|
195
|
+
"TRAVELER_GROUP": "Rejseselskab",
|
|
196
|
+
"ALTERNATIVES_TRAVELER_GROUP": "Alternative værelsesmuligheder for rejseselskabet",
|
|
197
|
+
"SHOW_ALTERNATIVES": "Vis alternative værelsesmuligheder"
|
|
198
|
+
},
|
|
199
|
+
"SUMMARY": {
|
|
200
|
+
"PERSONAL_DETAILS": "Personlige oplysninger",
|
|
201
|
+
"TRAVELERS": "rejsende",
|
|
202
|
+
"TRAVELER": "rejsende",
|
|
203
|
+
"ADULTS": "voksne",
|
|
204
|
+
"ADULT": "voksen",
|
|
205
|
+
"CHILDREN": "børn",
|
|
206
|
+
"CHILD": "barn",
|
|
207
|
+
"MAIN_BOOKER": "Hovedbooker",
|
|
208
|
+
"NOTIFICATIONS_TITLE": "Bemærk",
|
|
209
|
+
"VALIDATE_TITLE": "Tjek dine oplysninger",
|
|
210
|
+
"VALIDATE_TEXT_BOOKING": "Du er ved at bekræfte din booking. Kontroller, at alle oplysninger er korrekte, og at navnene er nøjagtigt som på dit ID eller pas. Disse oplysninger kan ikke ændres.",
|
|
211
|
+
"VALIDATE_TEXT_OFFER": "Du er ved at anmode om et tilbud. Kontroller, at alle oplysninger er korrekte, og at navnene matcher dit ID eller pas. Dette hjælper os med at undgå problemer ved senere booking.",
|
|
212
|
+
"VALIDATE_TEXT_OPTION": "Hvis du vælger at tage en option, er der en tidsfrist for at udnytte denne option, som afhænger af flyselskabet. En option garanterer plads, ikke pris. Prisen i dette tilbud er per person og afhænger af tilgængelighed. Prisen er kun garanteret, når billetten er udstedt.",
|
|
213
|
+
"OPTIONS": "Valgmuligheder",
|
|
214
|
+
"REMARKS": "Bemærkninger",
|
|
215
|
+
"VOUCHERS": "Vouchers",
|
|
216
|
+
"VOUCHER_VALIDATE": "Valider voucher",
|
|
217
|
+
"ADD_VOUCHER": "Tilføj voucher",
|
|
218
|
+
"VOUCHER_VALID": "Voucher er gyldig",
|
|
219
|
+
"VOUCHER_INVALID": "Voucher er ikke gyldig"
|
|
220
|
+
},
|
|
221
|
+
"CONFIRMATION": {
|
|
222
|
+
"TITLE_TEXT_OFFER": "Dit tilbud med nummer {0} er blevet anmodet",
|
|
223
|
+
"TITLE_TEXT_BOOKING": "Din booking med nummer {0} er bekræftet",
|
|
224
|
+
"TITLE_TEXT_OPTION": "Du har taget en option på nummer {0}.",
|
|
225
|
+
"MESSAGE_TEXT1": "Din drømmerejse er nu meget tæt på.",
|
|
226
|
+
"MESSAGE_TEXT2_OFFER": "Vores rejseeksperter behandler din forespørgsel og kontakter dig inden for 48 timer.",
|
|
227
|
+
"MESSAGE_TEXT2_BOOKING": "Vores rejseeksperter behandler din booking og kontakter dig inden for 48 timer.",
|
|
228
|
+
"MESSAGE_TEXT2_OPTION": "Vores rejseeksperter har noteret din reservation og kontakter dig inden for 48 timer for at bekræfte eller drøfte din option.",
|
|
229
|
+
"QUESTIONS_TEXT1": "Har du spørgsmål? ",
|
|
230
|
+
"QUESTIONS_TEXT2": "Lad os vide det",
|
|
231
|
+
"QUESTIONS_TEXT3": ".",
|
|
232
|
+
"QUESTIONS_ALT": "Kontakt os",
|
|
233
|
+
"MAIL_SUBJECT": "Booking info"
|
|
234
|
+
},
|
|
235
|
+
"ERROR": {
|
|
236
|
+
"TRY_AGAIN": "Prøv at booke igen",
|
|
237
|
+
"MESSAGE_TEXT1": "Noget gik galt under bekræftelsen af din rejse.",
|
|
238
|
+
"MESSAGE_TEXT2": "Klik nedenfor for at prøve igen.",
|
|
239
|
+
"ERROR_TEXT1": "Fungerer det stadig ikke? ",
|
|
240
|
+
"ERROR_TEXT2": "Sørg for at give os besked",
|
|
241
|
+
"ERROR_TEXT3": ".",
|
|
242
|
+
"ERROR_ALT": "Kontakt os"
|
|
243
|
+
},
|
|
244
|
+
"PRINT_OFFER_BUTTON": {
|
|
245
|
+
"LABEL_IDLE": "Print tilbud",
|
|
246
|
+
"LABEL_CREATING": "Genererer tilbud…",
|
|
247
|
+
"LABEL_PRINTING": "Genererer PDF…"
|
|
248
|
+
}
|
|
249
|
+
}
|