@voyant-travel/bookings-react 0.119.3
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/LICENSE +201 -0
- package/README.md +87 -0
- package/dist/admin/booking-contract-dialog.d.ts +22 -0
- package/dist/admin/booking-contract-dialog.d.ts.map +1 -0
- package/dist/admin/booking-contract-dialog.js +161 -0
- package/dist/admin/booking-detail-host.d.ts +103 -0
- package/dist/admin/booking-detail-host.d.ts.map +1 -0
- package/dist/admin/booking-detail-host.js +127 -0
- package/dist/admin/booking-detail-skeleton.d.ts +7 -0
- package/dist/admin/booking-detail-skeleton.d.ts.map +1 -0
- package/dist/admin/booking-detail-skeleton.js +24 -0
- package/dist/admin/booking-documents-table.d.ts +13 -0
- package/dist/admin/booking-documents-table.d.ts.map +1 -0
- package/dist/admin/booking-documents-table.js +259 -0
- package/dist/admin/booking-invoice-sheet.d.ts +18 -0
- package/dist/admin/booking-invoice-sheet.d.ts.map +1 -0
- package/dist/admin/booking-invoice-sheet.js +101 -0
- package/dist/admin/booking-journey-host.d.ts +24 -0
- package/dist/admin/booking-journey-host.d.ts.map +1 -0
- package/dist/admin/booking-journey-host.js +278 -0
- package/dist/admin/bookings-host.d.ts +26 -0
- package/dist/admin/bookings-host.d.ts.map +1 -0
- package/dist/admin/bookings-host.js +18 -0
- package/dist/admin/bookings-list-skeleton.d.ts +10 -0
- package/dist/admin/bookings-list-skeleton.d.ts.map +1 -0
- package/dist/admin/bookings-list-skeleton.js +25 -0
- package/dist/admin/index.d.ts +273 -0
- package/dist/admin/index.d.ts.map +1 -0
- package/dist/admin/index.js +331 -0
- package/dist/admin/journey-billing-duplicate-warning.d.ts +3 -0
- package/dist/admin/journey-billing-duplicate-warning.d.ts.map +1 -0
- package/dist/admin/journey-billing-duplicate-warning.js +26 -0
- package/dist/admin/journey-departure-picker.d.ts +7 -0
- package/dist/admin/journey-departure-picker.d.ts.map +1 -0
- package/dist/admin/journey-departure-picker.js +100 -0
- package/dist/admin/journey-units-picker.d.ts +11 -0
- package/dist/admin/journey-units-picker.d.ts.map +1 -0
- package/dist/admin/journey-units-picker.js +60 -0
- package/dist/admin/journey-voucher-picker.d.ts +3 -0
- package/dist/admin/journey-voucher-picker.d.ts.map +1 -0
- package/dist/admin/journey-voucher-picker.js +71 -0
- package/dist/admin/pages/booking-compose-page.d.ts +9 -0
- package/dist/admin/pages/booking-compose-page.d.ts.map +1 -0
- package/dist/admin/pages/booking-compose-page.js +17 -0
- package/dist/admin/pages/booking-detail-page.d.ts +11 -0
- package/dist/admin/pages/booking-detail-page.d.ts.map +1 -0
- package/dist/admin/pages/booking-detail-page.js +14 -0
- package/dist/admin/pages/booking-journey-page.d.ts +12 -0
- package/dist/admin/pages/booking-journey-page.d.ts.map +1 -0
- package/dist/admin/pages/booking-journey-page.js +26 -0
- package/dist/admin/pages/booking-new-page.d.ts +15 -0
- package/dist/admin/pages/booking-new-page.d.ts.map +1 -0
- package/dist/admin/pages/booking-new-page.js +50 -0
- package/dist/admin/pages/bookings-index-page.d.ts +20 -0
- package/dist/admin/pages/bookings-index-page.d.ts.map +1 -0
- package/dist/admin/pages/bookings-index-page.js +18 -0
- package/dist/admin/person-bookings-widget.d.ts +13 -0
- package/dist/admin/person-bookings-widget.d.ts.map +1 -0
- package/dist/admin/person-bookings-widget.js +48 -0
- package/dist/admin/slots.d.ts +31 -0
- package/dist/admin/slots.d.ts.map +1 -0
- package/dist/admin/slots.js +30 -0
- package/dist/admin/use-booking-action-ledger-events.d.ts +15 -0
- package/dist/admin/use-booking-action-ledger-events.d.ts.map +1 -0
- package/dist/admin/use-booking-action-ledger-events.js +66 -0
- package/dist/client.d.ts +14 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/client.js +59 -0
- package/dist/components/booking-activity-timeline.d.ts +32 -0
- package/dist/components/booking-activity-timeline.d.ts.map +1 -0
- package/dist/components/booking-activity-timeline.js +147 -0
- package/dist/components/booking-billing-dialog.d.ts +16 -0
- package/dist/components/booking-billing-dialog.d.ts.map +1 -0
- package/dist/components/booking-billing-dialog.js +315 -0
- package/dist/components/booking-cancellation-dialog.d.ts +18 -0
- package/dist/components/booking-cancellation-dialog.d.ts.map +1 -0
- package/dist/components/booking-cancellation-dialog.js +79 -0
- package/dist/components/booking-combobox.d.ts +13 -0
- package/dist/components/booking-combobox.d.ts.map +1 -0
- package/dist/components/booking-combobox.js +44 -0
- package/dist/components/booking-create-form-utils.d.ts +56 -0
- package/dist/components/booking-create-form-utils.d.ts.map +1 -0
- package/dist/components/booking-create-form-utils.js +216 -0
- package/dist/components/booking-create-page.d.ts +14 -0
- package/dist/components/booking-create-page.d.ts.map +1 -0
- package/dist/components/booking-create-page.js +11 -0
- package/dist/components/booking-create-preview-card.d.ts +26 -0
- package/dist/components/booking-create-preview-card.d.ts.map +1 -0
- package/dist/components/booking-create-preview-card.js +107 -0
- package/dist/components/booking-create-product-extras-picker.d.ts +18 -0
- package/dist/components/booking-create-product-extras-picker.d.ts.map +1 -0
- package/dist/components/booking-create-product-extras-picker.js +82 -0
- package/dist/components/booking-create-sheet.d.ts +34 -0
- package/dist/components/booking-create-sheet.d.ts.map +1 -0
- package/dist/components/booking-create-sheet.js +811 -0
- package/dist/components/booking-create-utils.d.ts +66 -0
- package/dist/components/booking-create-utils.d.ts.map +1 -0
- package/dist/components/booking-create-utils.js +185 -0
- package/dist/components/booking-detail-page.d.ts +126 -0
- package/dist/components/booking-detail-page.d.ts.map +1 -0
- package/dist/components/booking-detail-page.js +264 -0
- package/dist/components/booking-dialog.d.ts +28 -0
- package/dist/components/booking-dialog.d.ts.map +1 -0
- package/dist/components/booking-dialog.js +130 -0
- package/dist/components/booking-document-dialog.d.ts +8 -0
- package/dist/components/booking-document-dialog.d.ts.map +1 -0
- package/dist/components/booking-document-dialog.js +83 -0
- package/dist/components/booking-document-list.d.ts +5 -0
- package/dist/components/booking-document-list.d.ts.map +1 -0
- package/dist/components/booking-document-list.js +43 -0
- package/dist/components/booking-group-link-dialog.d.ts +10 -0
- package/dist/components/booking-group-link-dialog.d.ts.map +1 -0
- package/dist/components/booking-group-link-dialog.js +79 -0
- package/dist/components/booking-group-section.d.ts +27 -0
- package/dist/components/booking-group-section.d.ts.map +1 -0
- package/dist/components/booking-group-section.js +51 -0
- package/dist/components/booking-guarantee-dialog.d.ts +10 -0
- package/dist/components/booking-guarantee-dialog.d.ts.map +1 -0
- package/dist/components/booking-guarantee-dialog.js +123 -0
- package/dist/components/booking-guarantee-list.d.ts +5 -0
- package/dist/components/booking-guarantee-list.d.ts.map +1 -0
- package/dist/components/booking-guarantee-list.js +86 -0
- package/dist/components/booking-item-dialog.d.ts +10 -0
- package/dist/components/booking-item-dialog.d.ts.map +1 -0
- package/dist/components/booking-item-dialog.js +155 -0
- package/dist/components/booking-item-list.d.ts +12 -0
- package/dist/components/booking-item-list.d.ts.map +1 -0
- package/dist/components/booking-item-list.js +191 -0
- package/dist/components/booking-item-travelers.d.ts +6 -0
- package/dist/components/booking-item-travelers.d.ts.map +1 -0
- package/dist/components/booking-item-travelers.js +57 -0
- package/dist/components/booking-list-filters.d.ts +43 -0
- package/dist/components/booking-list-filters.d.ts.map +1 -0
- package/dist/components/booking-list-filters.js +192 -0
- package/dist/components/booking-list.d.ts +50 -0
- package/dist/components/booking-list.d.ts.map +1 -0
- package/dist/components/booking-list.js +352 -0
- package/dist/components/booking-note-dialog.d.ts +16 -0
- package/dist/components/booking-note-dialog.d.ts.map +1 -0
- package/dist/components/booking-note-dialog.js +41 -0
- package/dist/components/booking-notes.d.ts +5 -0
- package/dist/components/booking-notes.d.ts.map +1 -0
- package/dist/components/booking-notes.js +45 -0
- package/dist/components/booking-payment-reconciliation-banner.d.ts +5 -0
- package/dist/components/booking-payment-reconciliation-banner.d.ts.map +1 -0
- package/dist/components/booking-payment-reconciliation-banner.js +91 -0
- package/dist/components/booking-payment-schedule-dialog.d.ts +10 -0
- package/dist/components/booking-payment-schedule-dialog.d.ts.map +1 -0
- package/dist/components/booking-payment-schedule-dialog.js +117 -0
- package/dist/components/booking-payment-schedule-list.d.ts +10 -0
- package/dist/components/booking-payment-schedule-list.d.ts.map +1 -0
- package/dist/components/booking-payment-schedule-list.js +217 -0
- package/dist/components/booking-payments-summary.d.ts +83 -0
- package/dist/components/booking-payments-summary.d.ts.map +1 -0
- package/dist/components/booking-payments-summary.js +176 -0
- package/dist/components/booking-quick-view-sheet.d.ts +14 -0
- package/dist/components/booking-quick-view-sheet.d.ts.map +1 -0
- package/dist/components/booking-quick-view-sheet.js +283 -0
- package/dist/components/bookings-page.d.ts +19 -0
- package/dist/components/bookings-page.d.ts.map +1 -0
- package/dist/components/bookings-page.js +9 -0
- package/dist/components/file-dropzone.d.ts +25 -0
- package/dist/components/file-dropzone.d.ts.map +1 -0
- package/dist/components/file-dropzone.js +102 -0
- package/dist/components/icon-action-button.d.ts +18 -0
- package/dist/components/icon-action-button.d.ts.map +1 -0
- package/dist/components/icon-action-button.js +13 -0
- package/dist/components/option-units-stepper-section.d.ts +111 -0
- package/dist/components/option-units-stepper-section.d.ts.map +1 -0
- package/dist/components/option-units-stepper-section.js +276 -0
- package/dist/components/payment-schedule-section.d.ts +91 -0
- package/dist/components/payment-schedule-section.d.ts.map +1 -0
- package/dist/components/payment-schedule-section.js +206 -0
- package/dist/components/person-picker-section.d.ts +71 -0
- package/dist/components/person-picker-section.d.ts.map +1 -0
- package/dist/components/person-picker-section.js +160 -0
- package/dist/components/price-breakdown-section.d.ts +83 -0
- package/dist/components/price-breakdown-section.d.ts.map +1 -0
- package/dist/components/price-breakdown-section.js +278 -0
- package/dist/components/product-picker-section.d.ts +29 -0
- package/dist/components/product-picker-section.d.ts.map +1 -0
- package/dist/components/product-picker-section.js +74 -0
- package/dist/components/shared-room-section.d.ts +40 -0
- package/dist/components/shared-room-section.d.ts.map +1 -0
- package/dist/components/shared-room-section.js +99 -0
- package/dist/components/status-badge.d.ts +24 -0
- package/dist/components/status-badge.d.ts.map +1 -0
- package/dist/components/status-badge.js +65 -0
- package/dist/components/status-change-dialog.d.ts +10 -0
- package/dist/components/status-change-dialog.d.ts.map +1 -0
- package/dist/components/status-change-dialog.js +57 -0
- package/dist/components/supplier-status-dialog.d.ts +10 -0
- package/dist/components/supplier-status-dialog.d.ts.map +1 -0
- package/dist/components/supplier-status-dialog.js +98 -0
- package/dist/components/supplier-status-list.d.ts +5 -0
- package/dist/components/supplier-status-list.d.ts.map +1 -0
- package/dist/components/supplier-status-list.js +115 -0
- package/dist/components/traveler-category-buttons.d.ts +26 -0
- package/dist/components/traveler-category-buttons.d.ts.map +1 -0
- package/dist/components/traveler-category-buttons.js +35 -0
- package/dist/components/traveler-dialog.d.ts +10 -0
- package/dist/components/traveler-dialog.d.ts.map +1 -0
- package/dist/components/traveler-dialog.js +256 -0
- package/dist/components/traveler-list.d.ts +6 -0
- package/dist/components/traveler-list.d.ts.map +1 -0
- package/dist/components/traveler-list.js +295 -0
- package/dist/components/travelers-section-controls.d.ts +52 -0
- package/dist/components/travelers-section-controls.d.ts.map +1 -0
- package/dist/components/travelers-section-controls.js +206 -0
- package/dist/components/travelers-section.d.ts +159 -0
- package/dist/components/travelers-section.d.ts.map +1 -0
- package/dist/components/travelers-section.js +355 -0
- package/dist/components/voucher-picker-section.d.ts +50 -0
- package/dist/components/voucher-picker-section.d.ts.map +1 -0
- package/dist/components/voucher-picker-section.js +79 -0
- package/dist/extras/client.d.ts +14 -0
- package/dist/extras/client.d.ts.map +1 -0
- package/dist/extras/client.js +58 -0
- package/dist/extras/components/extra-catalog-card.d.ts +13 -0
- package/dist/extras/components/extra-catalog-card.d.ts.map +1 -0
- package/dist/extras/components/extra-catalog-card.js +52 -0
- package/dist/extras/components/product-combobox.d.ts +9 -0
- package/dist/extras/components/product-combobox.d.ts.map +1 -0
- package/dist/extras/components/product-combobox.js +46 -0
- package/dist/extras/components/slot-extras-manifest-panel.d.ts +6 -0
- package/dist/extras/components/slot-extras-manifest-panel.d.ts.map +1 -0
- package/dist/extras/components/slot-extras-manifest-panel.js +108 -0
- package/dist/extras/hooks/index.d.ts +5 -0
- package/dist/extras/hooks/index.d.ts.map +1 -0
- package/dist/extras/hooks/index.js +4 -0
- package/dist/extras/hooks/use-product-extra.d.ts +24 -0
- package/dist/extras/hooks/use-product-extra.d.ts.map +1 -0
- package/dist/extras/hooks/use-product-extra.js +12 -0
- package/dist/extras/hooks/use-product-extras.d.ts +30 -0
- package/dist/extras/hooks/use-product-extras.d.ts.map +1 -0
- package/dist/extras/hooks/use-product-extras.js +12 -0
- package/dist/extras/hooks/use-slot-extra-manifest-mutation.d.ts +48 -0
- package/dist/extras/hooks/use-slot-extra-manifest-mutation.d.ts.map +1 -0
- package/dist/extras/hooks/use-slot-extra-manifest-mutation.js +26 -0
- package/dist/extras/hooks/use-slot-extra-manifest.d.ts +68 -0
- package/dist/extras/hooks/use-slot-extra-manifest.d.ts.map +1 -0
- package/dist/extras/hooks/use-slot-extra-manifest.js +11 -0
- package/dist/extras/i18n/en.d.ts +52 -0
- package/dist/extras/i18n/en.d.ts.map +1 -0
- package/dist/extras/i18n/en.js +51 -0
- package/dist/extras/i18n/index.d.ts +5 -0
- package/dist/extras/i18n/index.d.ts.map +1 -0
- package/dist/extras/i18n/index.js +3 -0
- package/dist/extras/i18n/messages.d.ts +37 -0
- package/dist/extras/i18n/messages.d.ts.map +1 -0
- package/dist/extras/i18n/messages.js +1 -0
- package/dist/extras/i18n/provider.d.ts +126 -0
- package/dist/extras/i18n/provider.d.ts.map +1 -0
- package/dist/extras/i18n/provider.js +44 -0
- package/dist/extras/i18n/ro.d.ts +52 -0
- package/dist/extras/i18n/ro.d.ts.map +1 -0
- package/dist/extras/i18n/ro.js +51 -0
- package/dist/extras/index.d.ts +7 -0
- package/dist/extras/index.d.ts.map +1 -0
- package/dist/extras/index.js +6 -0
- package/dist/extras/provider.d.ts +2 -0
- package/dist/extras/provider.d.ts.map +1 -0
- package/dist/extras/provider.js +1 -0
- package/dist/extras/query-keys.d.ts +16 -0
- package/dist/extras/query-keys.d.ts.map +1 -0
- package/dist/extras/query-keys.js +8 -0
- package/dist/extras/query-options.d.ts +455 -0
- package/dist/extras/query-options.d.ts.map +1 -0
- package/dist/extras/query-options.js +44 -0
- package/dist/extras/schemas.d.ts +416 -0
- package/dist/extras/schemas.d.ts.map +1 -0
- package/dist/extras/schemas.js +89 -0
- package/dist/extras/ui.d.ts +4 -0
- package/dist/extras/ui.d.ts.map +1 -0
- package/dist/extras/ui.js +3 -0
- package/dist/extras.d.ts +10 -0
- package/dist/extras.d.ts.map +1 -0
- package/dist/extras.js +9 -0
- package/dist/hooks/index.d.ts +36 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/index.js +35 -0
- package/dist/hooks/use-booking-action-ledger.d.ts +63 -0
- package/dist/hooks/use-booking-action-ledger.d.ts.map +1 -0
- package/dist/hooks/use-booking-action-ledger.js +34 -0
- package/dist/hooks/use-booking-activity.d.ts +17 -0
- package/dist/hooks/use-booking-activity.d.ts.map +1 -0
- package/dist/hooks/use-booking-activity.js +12 -0
- package/dist/hooks/use-booking-cancel-mutation.d.ts +69 -0
- package/dist/hooks/use-booking-cancel-mutation.d.ts.map +1 -0
- package/dist/hooks/use-booking-cancel-mutation.js +24 -0
- package/dist/hooks/use-booking-contract-generation.d.ts +31 -0
- package/dist/hooks/use-booking-contract-generation.d.ts.map +1 -0
- package/dist/hooks/use-booking-contract-generation.js +36 -0
- package/dist/hooks/use-booking-convert-mutation.d.ts +81 -0
- package/dist/hooks/use-booking-convert-mutation.d.ts.map +1 -0
- package/dist/hooks/use-booking-convert-mutation.js +24 -0
- package/dist/hooks/use-booking-create-mutation.d.ts +337 -0
- package/dist/hooks/use-booking-create-mutation.d.ts.map +1 -0
- package/dist/hooks/use-booking-create-mutation.js +43 -0
- package/dist/hooks/use-booking-documents.d.ts +41 -0
- package/dist/hooks/use-booking-documents.d.ts.map +1 -0
- package/dist/hooks/use-booking-documents.js +46 -0
- package/dist/hooks/use-booking-dual-create-mutation.d.ts +338 -0
- package/dist/hooks/use-booking-dual-create-mutation.d.ts.map +1 -0
- package/dist/hooks/use-booking-dual-create-mutation.js +45 -0
- package/dist/hooks/use-booking-group-for-booking.d.ts +24 -0
- package/dist/hooks/use-booking-group-for-booking.d.ts.map +1 -0
- package/dist/hooks/use-booking-group-for-booking.js +12 -0
- package/dist/hooks/use-booking-group-member-mutation.d.ts +27 -0
- package/dist/hooks/use-booking-group-member-mutation.d.ts.map +1 -0
- package/dist/hooks/use-booking-group-member-mutation.js +38 -0
- package/dist/hooks/use-booking-group-mutation.d.ts +40 -0
- package/dist/hooks/use-booking-group-mutation.d.ts.map +1 -0
- package/dist/hooks/use-booking-group-mutation.js +32 -0
- package/dist/hooks/use-booking-group.d.ts +85 -0
- package/dist/hooks/use-booking-group.d.ts.map +1 -0
- package/dist/hooks/use-booking-group.js +12 -0
- package/dist/hooks/use-booking-groups.d.ts +21 -0
- package/dist/hooks/use-booking-groups.d.ts.map +1 -0
- package/dist/hooks/use-booking-groups.js +12 -0
- package/dist/hooks/use-booking-item-mutation.d.ts +101 -0
- package/dist/hooks/use-booking-item-mutation.d.ts.map +1 -0
- package/dist/hooks/use-booking-item-mutation.js +42 -0
- package/dist/hooks/use-booking-item-travelers.d.ts +32 -0
- package/dist/hooks/use-booking-item-travelers.d.ts.map +1 -0
- package/dist/hooks/use-booking-item-travelers.js +48 -0
- package/dist/hooks/use-booking-items.d.ts +36 -0
- package/dist/hooks/use-booking-items.d.ts.map +1 -0
- package/dist/hooks/use-booking-items.js +12 -0
- package/dist/hooks/use-booking-mutation.d.ts +158 -0
- package/dist/hooks/use-booking-mutation.d.ts.map +1 -0
- package/dist/hooks/use-booking-mutation.js +39 -0
- package/dist/hooks/use-booking-note-mutation.d.ts +39 -0
- package/dist/hooks/use-booking-note-mutation.d.ts.map +1 -0
- package/dist/hooks/use-booking-note-mutation.js +44 -0
- package/dist/hooks/use-booking-notes.d.ts +15 -0
- package/dist/hooks/use-booking-notes.d.ts.map +1 -0
- package/dist/hooks/use-booking-notes.js +12 -0
- package/dist/hooks/use-booking-primary-product.d.ts +28 -0
- package/dist/hooks/use-booking-primary-product.d.ts.map +1 -0
- package/dist/hooks/use-booking-primary-product.js +20 -0
- package/dist/hooks/use-booking-status-mutation.d.ts +156 -0
- package/dist/hooks/use-booking-status-mutation.d.ts.map +1 -0
- package/dist/hooks/use-booking-status-mutation.js +54 -0
- package/dist/hooks/use-booking-tax-preview.d.ts +29 -0
- package/dist/hooks/use-booking-tax-preview.d.ts.map +1 -0
- package/dist/hooks/use-booking-tax-preview.js +21 -0
- package/dist/hooks/use-booking.d.ts +67 -0
- package/dist/hooks/use-booking.d.ts.map +1 -0
- package/dist/hooks/use-booking.js +12 -0
- package/dist/hooks/use-bookings.d.ts +71 -0
- package/dist/hooks/use-bookings.d.ts.map +1 -0
- package/dist/hooks/use-bookings.js +12 -0
- package/dist/hooks/use-pricing-preview.d.ts +61 -0
- package/dist/hooks/use-pricing-preview.d.ts.map +1 -0
- package/dist/hooks/use-pricing-preview.js +18 -0
- package/dist/hooks/use-public-booking-session-flow-mutation.d.ts +148 -0
- package/dist/hooks/use-public-booking-session-flow-mutation.d.ts.map +1 -0
- package/dist/hooks/use-public-booking-session-flow-mutation.js +35 -0
- package/dist/hooks/use-public-booking-session-state.d.ts +16 -0
- package/dist/hooks/use-public-booking-session-state.d.ts.map +1 -0
- package/dist/hooks/use-public-booking-session-state.js +12 -0
- package/dist/hooks/use-public-booking-session.d.ts +101 -0
- package/dist/hooks/use-public-booking-session.d.ts.map +1 -0
- package/dist/hooks/use-public-booking-session.js +12 -0
- package/dist/hooks/use-reveal-traveler.d.ts +54 -0
- package/dist/hooks/use-reveal-traveler.d.ts.map +1 -0
- package/dist/hooks/use-reveal-traveler.js +18 -0
- package/dist/hooks/use-sharing-groups.d.ts +41 -0
- package/dist/hooks/use-sharing-groups.d.ts.map +1 -0
- package/dist/hooks/use-sharing-groups.js +20 -0
- package/dist/hooks/use-supplier-status-mutation.d.ts +46 -0
- package/dist/hooks/use-supplier-status-mutation.d.ts.map +1 -0
- package/dist/hooks/use-supplier-status-mutation.js +39 -0
- package/dist/hooks/use-supplier-statuses.d.ts +20 -0
- package/dist/hooks/use-supplier-statuses.d.ts.map +1 -0
- package/dist/hooks/use-supplier-statuses.js +12 -0
- package/dist/hooks/use-traveler-mutation.d.ts +55 -0
- package/dist/hooks/use-traveler-mutation.d.ts.map +1 -0
- package/dist/hooks/use-traveler-mutation.js +42 -0
- package/dist/hooks/use-traveler-with-travel-details-mutation.d.ts +120 -0
- package/dist/hooks/use-traveler-with-travel-details-mutation.d.ts.map +1 -0
- package/dist/hooks/use-traveler-with-travel-details-mutation.js +43 -0
- package/dist/hooks/use-travelers.d.ts +23 -0
- package/dist/hooks/use-travelers.d.ts.map +1 -0
- package/dist/hooks/use-travelers.js +12 -0
- package/dist/i18n/en-base.d.ts +295 -0
- package/dist/i18n/en-base.d.ts.map +1 -0
- package/dist/i18n/en-base.js +294 -0
- package/dist/i18n/en-create-list.d.ts +327 -0
- package/dist/i18n/en-create-list.d.ts.map +1 -0
- package/dist/i18n/en-create-list.js +326 -0
- package/dist/i18n/en-journey.d.ts +229 -0
- package/dist/i18n/en-journey.d.ts.map +1 -0
- package/dist/i18n/en-journey.js +228 -0
- package/dist/i18n/en-operations.d.ts +382 -0
- package/dist/i18n/en-operations.d.ts.map +1 -0
- package/dist/i18n/en-operations.js +381 -0
- package/dist/i18n/en-sections.d.ts +360 -0
- package/dist/i18n/en-sections.d.ts.map +1 -0
- package/dist/i18n/en-sections.js +359 -0
- package/dist/i18n/en.d.ts +1581 -0
- package/dist/i18n/en.d.ts.map +1 -0
- package/dist/i18n/en.js +12 -0
- package/dist/i18n/index.d.ts +5 -0
- package/dist/i18n/index.d.ts.map +1 -0
- package/dist/i18n/index.js +3 -0
- package/dist/i18n/messages-base.d.ts +251 -0
- package/dist/i18n/messages-base.d.ts.map +1 -0
- package/dist/i18n/messages-base.js +1 -0
- package/dist/i18n/messages-create-list.d.ts +310 -0
- package/dist/i18n/messages-create-list.d.ts.map +1 -0
- package/dist/i18n/messages-create-list.js +1 -0
- package/dist/i18n/messages-journey.d.ts +198 -0
- package/dist/i18n/messages-journey.d.ts.map +1 -0
- package/dist/i18n/messages-journey.js +1 -0
- package/dist/i18n/messages-operations.d.ts +362 -0
- package/dist/i18n/messages-operations.d.ts.map +1 -0
- package/dist/i18n/messages-operations.js +1 -0
- package/dist/i18n/messages-sections.d.ts +312 -0
- package/dist/i18n/messages-sections.d.ts.map +1 -0
- package/dist/i18n/messages-sections.js +1 -0
- package/dist/i18n/messages.d.ts +7 -0
- package/dist/i18n/messages.d.ts.map +1 -0
- package/dist/i18n/messages.js +1 -0
- package/dist/i18n/provider.d.ts +3185 -0
- package/dist/i18n/provider.d.ts.map +1 -0
- package/dist/i18n/provider.js +45 -0
- package/dist/i18n/ro-base.d.ts +295 -0
- package/dist/i18n/ro-base.d.ts.map +1 -0
- package/dist/i18n/ro-base.js +294 -0
- package/dist/i18n/ro-create-list.d.ts +327 -0
- package/dist/i18n/ro-create-list.d.ts.map +1 -0
- package/dist/i18n/ro-create-list.js +326 -0
- package/dist/i18n/ro-journey.d.ts +229 -0
- package/dist/i18n/ro-journey.d.ts.map +1 -0
- package/dist/i18n/ro-journey.js +228 -0
- package/dist/i18n/ro-operations.d.ts +382 -0
- package/dist/i18n/ro-operations.d.ts.map +1 -0
- package/dist/i18n/ro-operations.js +381 -0
- package/dist/i18n/ro-sections.d.ts +360 -0
- package/dist/i18n/ro-sections.d.ts.map +1 -0
- package/dist/i18n/ro-sections.js +359 -0
- package/dist/i18n/ro.d.ts +1581 -0
- package/dist/i18n/ro.d.ts.map +1 -0
- package/dist/i18n/ro.js +12 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +8 -0
- package/dist/journey/components/booking-journey-rules.d.ts +48 -0
- package/dist/journey/components/booking-journey-rules.d.ts.map +1 -0
- package/dist/journey/components/booking-journey-rules.js +235 -0
- package/dist/journey/components/booking-journey.d.ts +3 -0
- package/dist/journey/components/booking-journey.d.ts.map +1 -0
- package/dist/journey/components/booking-journey.js +368 -0
- package/dist/journey/components/configure-step-skeleton.d.ts +8 -0
- package/dist/journey/components/configure-step-skeleton.d.ts.map +1 -0
- package/dist/journey/components/configure-step-skeleton.js +11 -0
- package/dist/journey/components/contract-preview-dialog.d.ts +47 -0
- package/dist/journey/components/contract-preview-dialog.d.ts.map +1 -0
- package/dist/journey/components/contract-preview-dialog.js +124 -0
- package/dist/journey/components/journey-steps/accommodation-step.d.ts +3 -0
- package/dist/journey/components/journey-steps/accommodation-step.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/accommodation-step.js +71 -0
- package/dist/journey/components/journey-steps/addons-step.d.ts +3 -0
- package/dist/journey/components/journey-steps/addons-step.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/addons-step.js +40 -0
- package/dist/journey/components/journey-steps/billing-step.d.ts +8 -0
- package/dist/journey/components/journey-steps/billing-step.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/billing-step.js +78 -0
- package/dist/journey/components/journey-steps/configure-steps.d.ts +28 -0
- package/dist/journey/components/journey-steps/configure-steps.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/configure-steps.js +232 -0
- package/dist/journey/components/journey-steps/documents-step.d.ts +11 -0
- package/dist/journey/components/journey-steps/documents-step.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/documents-step.js +36 -0
- package/dist/journey/components/journey-steps/payment-step.d.ts +29 -0
- package/dist/journey/components/journey-steps/payment-step.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/payment-step.js +225 -0
- package/dist/journey/components/journey-steps/review-step.d.ts +27 -0
- package/dist/journey/components/journey-steps/review-step.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/review-step.js +18 -0
- package/dist/journey/components/journey-steps/shared.d.ts +75 -0
- package/dist/journey/components/journey-steps/shared.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/shared.js +108 -0
- package/dist/journey/components/journey-steps/travelers-step.d.ts +7 -0
- package/dist/journey/components/journey-steps/travelers-step.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/travelers-step.js +201 -0
- package/dist/journey/components/journey-steps.d.ts +21 -0
- package/dist/journey/components/journey-steps.d.ts.map +1 -0
- package/dist/journey/components/journey-steps.js +20 -0
- package/dist/journey/components/side-panel.d.ts +17 -0
- package/dist/journey/components/side-panel.d.ts.map +1 -0
- package/dist/journey/components/side-panel.js +245 -0
- package/dist/journey/components/stacked-journey.d.ts +30 -0
- package/dist/journey/components/stacked-journey.d.ts.map +1 -0
- package/dist/journey/components/stacked-journey.js +50 -0
- package/dist/journey/components/step-header.d.ts +7 -0
- package/dist/journey/components/step-header.d.ts.map +1 -0
- package/dist/journey/components/step-header.js +12 -0
- package/dist/journey/index.d.ts +18 -0
- package/dist/journey/index.d.ts.map +1 -0
- package/dist/journey/index.js +17 -0
- package/dist/journey/lib/draft-state.d.ts +35 -0
- package/dist/journey/lib/draft-state.d.ts.map +1 -0
- package/dist/journey/lib/draft-state.js +57 -0
- package/dist/journey/lib/pax-band-dependencies.d.ts +27 -0
- package/dist/journey/lib/pax-band-dependencies.d.ts.map +1 -0
- package/dist/journey/lib/pax-band-dependencies.js +50 -0
- package/dist/journey/lib/payment-schedule.d.ts +19 -0
- package/dist/journey/lib/payment-schedule.d.ts.map +1 -0
- package/dist/journey/lib/payment-schedule.js +90 -0
- package/dist/journey/types.d.ts +403 -0
- package/dist/journey/types.d.ts.map +1 -0
- package/dist/journey/types.js +19 -0
- package/dist/provider.d.ts +2 -0
- package/dist/provider.d.ts.map +1 -0
- package/dist/provider.js +1 -0
- package/dist/query-keys.d.ts +74 -0
- package/dist/query-keys.d.ts.map +1 -0
- package/dist/query-keys.js +26 -0
- package/dist/query-options.d.ts +2534 -0
- package/dist/query-options.d.ts.map +1 -0
- package/dist/query-options.js +233 -0
- package/dist/requirements/client.d.ts +14 -0
- package/dist/requirements/client.d.ts.map +1 -0
- package/dist/requirements/client.js +59 -0
- package/dist/requirements/components/booking-requirements-contact-tab.d.ts +8 -0
- package/dist/requirements/components/booking-requirements-contact-tab.d.ts.map +1 -0
- package/dist/requirements/components/booking-requirements-contact-tab.js +8 -0
- package/dist/requirements/components/booking-requirements-questions-tab.d.ts +14 -0
- package/dist/requirements/components/booking-requirements-questions-tab.d.ts.map +1 -0
- package/dist/requirements/components/booking-requirements-questions-tab.js +17 -0
- package/dist/requirements/constants.d.ts +114 -0
- package/dist/requirements/constants.d.ts.map +1 -0
- package/dist/requirements/constants.js +45 -0
- package/dist/requirements/hooks/index.d.ts +6 -0
- package/dist/requirements/hooks/index.d.ts.map +1 -0
- package/dist/requirements/hooks/index.js +6 -0
- package/dist/requirements/hooks/use-booking-questions.d.ts +24 -0
- package/dist/requirements/hooks/use-booking-questions.d.ts.map +1 -0
- package/dist/requirements/hooks/use-booking-questions.js +9 -0
- package/dist/requirements/hooks/use-contact-requirements.d.ts +22 -0
- package/dist/requirements/hooks/use-contact-requirements.d.ts.map +1 -0
- package/dist/requirements/hooks/use-contact-requirements.js +9 -0
- package/dist/requirements/hooks/use-products.d.ts +16 -0
- package/dist/requirements/hooks/use-products.d.ts.map +1 -0
- package/dist/requirements/hooks/use-products.js +9 -0
- package/dist/requirements/hooks/use-question-options.d.ts +19 -0
- package/dist/requirements/hooks/use-question-options.d.ts.map +1 -0
- package/dist/requirements/hooks/use-question-options.js +9 -0
- package/dist/requirements/hooks/use-transport-requirements.d.ts +30 -0
- package/dist/requirements/hooks/use-transport-requirements.d.ts.map +1 -0
- package/dist/requirements/hooks/use-transport-requirements.js +9 -0
- package/dist/requirements/i18n/en.d.ts +94 -0
- package/dist/requirements/i18n/en.d.ts.map +1 -0
- package/dist/requirements/i18n/en.js +93 -0
- package/dist/requirements/i18n/index.d.ts +5 -0
- package/dist/requirements/i18n/index.d.ts.map +1 -0
- package/dist/requirements/i18n/index.js +3 -0
- package/dist/requirements/i18n/messages.d.ts +59 -0
- package/dist/requirements/i18n/messages.d.ts.map +1 -0
- package/dist/requirements/i18n/messages.js +1 -0
- package/dist/requirements/i18n/provider.d.ts +210 -0
- package/dist/requirements/i18n/provider.d.ts.map +1 -0
- package/dist/requirements/i18n/provider.js +44 -0
- package/dist/requirements/i18n/ro.d.ts +94 -0
- package/dist/requirements/i18n/ro.d.ts.map +1 -0
- package/dist/requirements/i18n/ro.js +93 -0
- package/dist/requirements/index.d.ts +9 -0
- package/dist/requirements/index.d.ts.map +1 -0
- package/dist/requirements/index.js +8 -0
- package/dist/requirements/provider.d.ts +2 -0
- package/dist/requirements/provider.d.ts.map +1 -0
- package/dist/requirements/provider.js +1 -0
- package/dist/requirements/query-keys.d.ts +33 -0
- package/dist/requirements/query-keys.d.ts.map +1 -0
- package/dist/requirements/query-keys.js +13 -0
- package/dist/requirements/query-options.d.ts +371 -0
- package/dist/requirements/query-options.d.ts.map +1 -0
- package/dist/requirements/query-options.js +80 -0
- package/dist/requirements/schemas.d.ts +320 -0
- package/dist/requirements/schemas.d.ts.map +1 -0
- package/dist/requirements/schemas.js +121 -0
- package/dist/requirements/ui.d.ts +4 -0
- package/dist/requirements/ui.d.ts.map +1 -0
- package/dist/requirements/ui.js +3 -0
- package/dist/requirements/utils.d.ts +2 -0
- package/dist/requirements/utils.d.ts.map +1 -0
- package/dist/requirements/utils.js +4 -0
- package/dist/schemas.d.ts +2070 -0
- package/dist/schemas.d.ts.map +1 -0
- package/dist/schemas.js +507 -0
- package/dist/status-presentation.d.ts +34 -0
- package/dist/status-presentation.d.ts.map +1 -0
- package/dist/status-presentation.js +38 -0
- package/dist/ui.d.ts +43 -0
- package/dist/ui.d.ts.map +1 -0
- package/dist/ui.js +42 -0
- package/package.json +256 -0
- package/src/requirements/styles.css +1 -0
- package/src/styles.css +13 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../src/i18n/provider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAGL,aAAa,EAEb,KAAK,sBAAsB,EAC3B,KAAK,gBAAgB,EAEtB,MAAM,qBAAqB,CAAA;AAC5B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAGtC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAKvD,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGe,CAAA;AAExD,MAAM,MAAM,0BAA0B,GAAG,sBAAsB,CAAC,kBAAkB,CAAC,CAAA;AASnF,wBAAgB,yBAAyB,CAAC,EACxC,MAAM,EACN,SAAS,GACV,EAAE;IACD,MAAM,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAA;IACjC,SAAS,CAAC,EAAE,0BAA0B,GAAG,IAAI,CAAA;CAC9C,sBAOA;AAED,wBAAgB,iBAAiB,CAAC,EAChC,MAAM,EACN,SAAS,GACV,EAAE;IACD,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAA;IAClC,SAAS,CAAC,EAAE,0BAA0B,GAAG,IAAI,CAAA;CAC9C,GAAG,gBAAgB,CAAC,kBAAkB,CAAC,CASvC;AAED,wBAAgB,0BAA0B,CAAC,EACzC,QAAQ,EACR,MAAM,EACN,SAAS,GACV,EAAE;IACD,QAAQ,EAAE,SAAS,CAAA;IACnB,MAAM,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAA;IACjC,SAAS,CAAC,EAAE,0BAA0B,GAAG,IAAI,CAAA;CAC9C,2CAWA;AAED,eAAO,MAAM,iBAAiB,4CAA4B,CAAA;AAC1D,eAAO,MAAM,qBAAqB,0BAAgC,CAAA;AAElE,wBAAgB,0BAA0B,yCAEzC;AAED,wBAAgB,8BAA8B,uBAE7C;AAED,OAAO,EAAE,aAAa,EAAE,CAAA"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { createLocaleFormatters, createPackageMessagesContext, formatMessage, resolvePackageMessages, } from "@voyant-travel/i18n";
|
|
4
|
+
import { bookingsUiEn } from "./en.js";
|
|
5
|
+
import { bookingsUiRo } from "./ro.js";
|
|
6
|
+
const fallbackLocale = "en";
|
|
7
|
+
export const bookingsUiMessageDefinitions = {
|
|
8
|
+
en: bookingsUiEn,
|
|
9
|
+
ro: bookingsUiRo,
|
|
10
|
+
};
|
|
11
|
+
const bookingsUiContext = createPackageMessagesContext("BookingsUiMessages");
|
|
12
|
+
const defaultBookingsUiI18n = {
|
|
13
|
+
messages: bookingsUiEn,
|
|
14
|
+
...createLocaleFormatters(fallbackLocale),
|
|
15
|
+
};
|
|
16
|
+
export function resolveBookingsUiMessages({ locale, overrides, }) {
|
|
17
|
+
return resolvePackageMessages({
|
|
18
|
+
definitions: bookingsUiMessageDefinitions,
|
|
19
|
+
fallbackLocale,
|
|
20
|
+
locale,
|
|
21
|
+
overrides,
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
export function getBookingsUiI18n({ locale, overrides, }) {
|
|
25
|
+
const resolvedLocale = locale ?? fallbackLocale;
|
|
26
|
+
return {
|
|
27
|
+
messages: resolveBookingsUiMessages({
|
|
28
|
+
locale: resolvedLocale,
|
|
29
|
+
overrides,
|
|
30
|
+
}),
|
|
31
|
+
...createLocaleFormatters(resolvedLocale),
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export function BookingsUiMessagesProvider({ children, locale, overrides, }) {
|
|
35
|
+
return (_jsx(bookingsUiContext.ResolvedMessagesProvider, { definitions: bookingsUiMessageDefinitions, fallbackLocale: fallbackLocale, locale: locale, overrides: overrides, children: children }));
|
|
36
|
+
}
|
|
37
|
+
export const useBookingsUiI18n = bookingsUiContext.useI18n;
|
|
38
|
+
export const useBookingsUiMessages = bookingsUiContext.useMessages;
|
|
39
|
+
export function useBookingsUiI18nOrDefault() {
|
|
40
|
+
return bookingsUiContext.useOptionalI18n() ?? defaultBookingsUiI18n;
|
|
41
|
+
}
|
|
42
|
+
export function useBookingsUiMessagesOrDefault() {
|
|
43
|
+
return useBookingsUiI18nOrDefault().messages;
|
|
44
|
+
}
|
|
45
|
+
export { formatMessage };
|
|
@@ -0,0 +1,295 @@
|
|
|
1
|
+
export declare const bookingsUiRoBase: {
|
|
2
|
+
common: {
|
|
3
|
+
cancel: string;
|
|
4
|
+
saveChanges: string;
|
|
5
|
+
add: string;
|
|
6
|
+
loading: string;
|
|
7
|
+
bookingStatusLabels: {
|
|
8
|
+
draft: string;
|
|
9
|
+
on_hold: string;
|
|
10
|
+
awaiting_payment: string;
|
|
11
|
+
confirmed: string;
|
|
12
|
+
in_progress: string;
|
|
13
|
+
cancelled: string;
|
|
14
|
+
completed: string;
|
|
15
|
+
expired: string;
|
|
16
|
+
};
|
|
17
|
+
supplierStatusLabels: {
|
|
18
|
+
pending: string;
|
|
19
|
+
confirmed: string;
|
|
20
|
+
rejected: string;
|
|
21
|
+
cancelled: string;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
bookingsPage: {
|
|
25
|
+
title: string;
|
|
26
|
+
description: string;
|
|
27
|
+
};
|
|
28
|
+
bookingCreatePage: {
|
|
29
|
+
title: string;
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
32
|
+
bookingCombobox: {
|
|
33
|
+
placeholder: string;
|
|
34
|
+
empty: string;
|
|
35
|
+
loading: string;
|
|
36
|
+
};
|
|
37
|
+
bookingQuickViewSheet: {
|
|
38
|
+
loadingTitle: string;
|
|
39
|
+
viewFullAction: string;
|
|
40
|
+
paxSuffix: string;
|
|
41
|
+
travelerUnnamed: string;
|
|
42
|
+
sectionPayer: string;
|
|
43
|
+
sectionTravelers: string;
|
|
44
|
+
sectionTravelerDocuments: string;
|
|
45
|
+
travelerReveal: {
|
|
46
|
+
showAction: string;
|
|
47
|
+
hideAction: string;
|
|
48
|
+
empty: string;
|
|
49
|
+
error: string;
|
|
50
|
+
dateOfBirth: string;
|
|
51
|
+
nationality: string;
|
|
52
|
+
documentType: string;
|
|
53
|
+
documentNumber: string;
|
|
54
|
+
documentExpiry: string;
|
|
55
|
+
documentIssuingCountry: string;
|
|
56
|
+
documentIssuingAuthority: string;
|
|
57
|
+
dietaryRequirements: string;
|
|
58
|
+
accessibilityNeeds: string;
|
|
59
|
+
bedPreference: string;
|
|
60
|
+
address: string;
|
|
61
|
+
};
|
|
62
|
+
travelersEmpty: string;
|
|
63
|
+
travelerCategoryLabels: {
|
|
64
|
+
adult: string;
|
|
65
|
+
child: string;
|
|
66
|
+
infant: string;
|
|
67
|
+
lead: string;
|
|
68
|
+
};
|
|
69
|
+
sectionPayments: string;
|
|
70
|
+
paymentsPaid: string;
|
|
71
|
+
paymentsRemaining: string;
|
|
72
|
+
sectionInvoices: string;
|
|
73
|
+
invoicesEmpty: string;
|
|
74
|
+
invoiceStatusLabels: {
|
|
75
|
+
draft: string;
|
|
76
|
+
sent: string;
|
|
77
|
+
partially_paid: string;
|
|
78
|
+
paid: string;
|
|
79
|
+
overdue: string;
|
|
80
|
+
void: string;
|
|
81
|
+
};
|
|
82
|
+
sectionPaymentSchedule: string;
|
|
83
|
+
scheduleCountSuffix: string;
|
|
84
|
+
scheduleEmpty: string;
|
|
85
|
+
scheduleTypeLabels: {
|
|
86
|
+
deposit: string;
|
|
87
|
+
installment: string;
|
|
88
|
+
balance: string;
|
|
89
|
+
hold: string;
|
|
90
|
+
other: string;
|
|
91
|
+
};
|
|
92
|
+
sectionContracts: string;
|
|
93
|
+
contractsEmpty: string;
|
|
94
|
+
contractStatusLabels: {
|
|
95
|
+
draft: string;
|
|
96
|
+
issued: string;
|
|
97
|
+
sent: string;
|
|
98
|
+
signed: string;
|
|
99
|
+
executed: string;
|
|
100
|
+
expired: string;
|
|
101
|
+
void: string;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
bookingDetailPage: {
|
|
105
|
+
notFound: string;
|
|
106
|
+
backToBookings: string;
|
|
107
|
+
breadcrumbBookings: string;
|
|
108
|
+
editAction: string;
|
|
109
|
+
changeStatusAction: string;
|
|
110
|
+
cancelBookingAction: string;
|
|
111
|
+
deleteAction: string;
|
|
112
|
+
deleteConfirm: string;
|
|
113
|
+
deleteConfirmDescription: string;
|
|
114
|
+
deleteConfirmDescriptionFallback: string;
|
|
115
|
+
deleteConfirmAction: string;
|
|
116
|
+
deleteCancel: string;
|
|
117
|
+
collectPaymentAction: string;
|
|
118
|
+
recordPaymentAction: string;
|
|
119
|
+
noValue: string;
|
|
120
|
+
tbd: string;
|
|
121
|
+
summaryTotal: string;
|
|
122
|
+
summaryPaid: string;
|
|
123
|
+
summaryPriceOverride: string;
|
|
124
|
+
summaryCostMargin: string;
|
|
125
|
+
summaryDates: string;
|
|
126
|
+
summaryTravelers: string;
|
|
127
|
+
summaryPerson: string;
|
|
128
|
+
summaryOrganization: string;
|
|
129
|
+
summaryCreated: string;
|
|
130
|
+
summaryUpdated: string;
|
|
131
|
+
tabOverview: string;
|
|
132
|
+
tabMetadata: string;
|
|
133
|
+
metadataSection: {
|
|
134
|
+
title: string;
|
|
135
|
+
bookingId: string;
|
|
136
|
+
bookingNumber: string;
|
|
137
|
+
status: string;
|
|
138
|
+
communicationLanguage: string;
|
|
139
|
+
created: string;
|
|
140
|
+
updated: string;
|
|
141
|
+
};
|
|
142
|
+
tabTravelers: string;
|
|
143
|
+
tabFinance: string;
|
|
144
|
+
tabInvoices: string;
|
|
145
|
+
tabSuppliers: string;
|
|
146
|
+
tabDocuments: string;
|
|
147
|
+
tabActivity: string;
|
|
148
|
+
internalNotesLabel: string;
|
|
149
|
+
billingPayer: string;
|
|
150
|
+
billingTaxId: string;
|
|
151
|
+
billingEmail: string;
|
|
152
|
+
billingPhone: string;
|
|
153
|
+
billingAddress: string;
|
|
154
|
+
documentsSlotEmpty: string;
|
|
155
|
+
};
|
|
156
|
+
travelerDialog: {
|
|
157
|
+
titles: {
|
|
158
|
+
create: string;
|
|
159
|
+
edit: string;
|
|
160
|
+
};
|
|
161
|
+
fields: {
|
|
162
|
+
firstName: string;
|
|
163
|
+
lastName: string;
|
|
164
|
+
email: string;
|
|
165
|
+
phone: string;
|
|
166
|
+
specialRequests: string;
|
|
167
|
+
travelDetailsHeading: string;
|
|
168
|
+
documentType: string;
|
|
169
|
+
documentNumber: string;
|
|
170
|
+
documentExpiry: string;
|
|
171
|
+
documentIssuingCountry: string;
|
|
172
|
+
documentIssuingAuthority: string;
|
|
173
|
+
dateOfBirth: string;
|
|
174
|
+
dietaryRequirements: string;
|
|
175
|
+
accessibilityNeeds: string;
|
|
176
|
+
linkedPerson: string;
|
|
177
|
+
};
|
|
178
|
+
documentTypeLabels: {
|
|
179
|
+
passport: string;
|
|
180
|
+
id_card: string;
|
|
181
|
+
driver_license: string;
|
|
182
|
+
visa: string;
|
|
183
|
+
other: string;
|
|
184
|
+
};
|
|
185
|
+
placeholders: {
|
|
186
|
+
firstName: string;
|
|
187
|
+
lastName: string;
|
|
188
|
+
email: string;
|
|
189
|
+
phone: string;
|
|
190
|
+
specialRequests: string;
|
|
191
|
+
documentNumber: string;
|
|
192
|
+
documentExpiry: string;
|
|
193
|
+
documentIssuingCountry: string;
|
|
194
|
+
documentIssuingAuthority: string;
|
|
195
|
+
dateOfBirth: string;
|
|
196
|
+
dietaryRequirements: string;
|
|
197
|
+
accessibilityNeeds: string;
|
|
198
|
+
};
|
|
199
|
+
validation: {
|
|
200
|
+
firstNameRequired: string;
|
|
201
|
+
lastNameRequired: string;
|
|
202
|
+
};
|
|
203
|
+
actions: {
|
|
204
|
+
addTraveler: string;
|
|
205
|
+
prefillFromProfile: string;
|
|
206
|
+
saveToProfile: string;
|
|
207
|
+
};
|
|
208
|
+
hints: {
|
|
209
|
+
prefilledFromProfile: string;
|
|
210
|
+
savedToProfile: string;
|
|
211
|
+
};
|
|
212
|
+
};
|
|
213
|
+
travelerList: {
|
|
214
|
+
title: string;
|
|
215
|
+
addTraveler: string;
|
|
216
|
+
empty: string;
|
|
217
|
+
values: {
|
|
218
|
+
emailUnavailable: string;
|
|
219
|
+
phoneUnavailable: string;
|
|
220
|
+
documentsUnavailable: string;
|
|
221
|
+
fieldUnavailable: string;
|
|
222
|
+
noAdditionalContext: string;
|
|
223
|
+
};
|
|
224
|
+
columns: {
|
|
225
|
+
name: string;
|
|
226
|
+
email: string;
|
|
227
|
+
phone: string;
|
|
228
|
+
role: string;
|
|
229
|
+
dobAge: string;
|
|
230
|
+
documents: string;
|
|
231
|
+
};
|
|
232
|
+
roles: {
|
|
233
|
+
primary: string;
|
|
234
|
+
lead: string;
|
|
235
|
+
};
|
|
236
|
+
context: {
|
|
237
|
+
nationality: string;
|
|
238
|
+
document: string;
|
|
239
|
+
documentExpiry: string;
|
|
240
|
+
language: string;
|
|
241
|
+
dietary: string;
|
|
242
|
+
accessibility: string;
|
|
243
|
+
specialRequests: string;
|
|
244
|
+
notes: string;
|
|
245
|
+
documentLabel: string;
|
|
246
|
+
};
|
|
247
|
+
loading: {
|
|
248
|
+
decrypting: string;
|
|
249
|
+
};
|
|
250
|
+
actions: {
|
|
251
|
+
deleteConfirm: {
|
|
252
|
+
title: string;
|
|
253
|
+
description: string;
|
|
254
|
+
cancel: string;
|
|
255
|
+
confirm: string;
|
|
256
|
+
};
|
|
257
|
+
revealContactDetails: string;
|
|
258
|
+
hideContactDetails: string;
|
|
259
|
+
revealTravelerContactDetails: string;
|
|
260
|
+
hideTravelerContactDetails: string;
|
|
261
|
+
viewTraveler: string;
|
|
262
|
+
editTraveler: string;
|
|
263
|
+
deleteTraveler: string;
|
|
264
|
+
};
|
|
265
|
+
snapshot: {
|
|
266
|
+
title: string;
|
|
267
|
+
subtitle: string;
|
|
268
|
+
sectionContact: string;
|
|
269
|
+
sectionTravel: string;
|
|
270
|
+
sectionDocuments: string;
|
|
271
|
+
sectionMeta: string;
|
|
272
|
+
nameLabel: string;
|
|
273
|
+
emailLabel: string;
|
|
274
|
+
phoneLabel: string;
|
|
275
|
+
languageLabel: string;
|
|
276
|
+
roleLabel: string;
|
|
277
|
+
dobLabel: string;
|
|
278
|
+
nationalityLabel: string;
|
|
279
|
+
documentLabel: string;
|
|
280
|
+
documentExpiryLabel: string;
|
|
281
|
+
dietaryLabel: string;
|
|
282
|
+
accessibilityLabel: string;
|
|
283
|
+
specialRequestsLabel: string;
|
|
284
|
+
notesLabel: string;
|
|
285
|
+
noDocuments: string;
|
|
286
|
+
createdAtLabel: string;
|
|
287
|
+
updatedAtLabel: string;
|
|
288
|
+
empty: string;
|
|
289
|
+
};
|
|
290
|
+
validation: {
|
|
291
|
+
revealFailed: string;
|
|
292
|
+
};
|
|
293
|
+
};
|
|
294
|
+
};
|
|
295
|
+
//# sourceMappingURL=ro-base.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ro-base.d.ts","sourceRoot":"","sources":["../../src/i18n/ro-base.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwSK,CAAA"}
|
|
@@ -0,0 +1,294 @@
|
|
|
1
|
+
export const bookingsUiRoBase = {
|
|
2
|
+
common: {
|
|
3
|
+
cancel: "Anuleaza",
|
|
4
|
+
saveChanges: "Salveaza modificarile",
|
|
5
|
+
add: "Adauga",
|
|
6
|
+
loading: "Se incarca...",
|
|
7
|
+
bookingStatusLabels: {
|
|
8
|
+
draft: "Ciorna",
|
|
9
|
+
on_hold: "In asteptare",
|
|
10
|
+
awaiting_payment: "Asteapta plata",
|
|
11
|
+
confirmed: "Confirmata",
|
|
12
|
+
in_progress: "In desfasurare",
|
|
13
|
+
cancelled: "Anulata",
|
|
14
|
+
completed: "Finalizata",
|
|
15
|
+
expired: "Expirata",
|
|
16
|
+
},
|
|
17
|
+
supplierStatusLabels: {
|
|
18
|
+
pending: "In asteptare",
|
|
19
|
+
confirmed: "Confirmat",
|
|
20
|
+
rejected: "Respins",
|
|
21
|
+
cancelled: "Anulat",
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
bookingsPage: {
|
|
25
|
+
title: "Rezervari",
|
|
26
|
+
description: "Administreaza rezervarile, confirmarile si calatorii.",
|
|
27
|
+
},
|
|
28
|
+
bookingCreatePage: {
|
|
29
|
+
title: "Rezervare noua",
|
|
30
|
+
description: "Creeaza o rezervare, alege platitorul, adauga pasageri si programeaza plata.",
|
|
31
|
+
},
|
|
32
|
+
bookingCombobox: {
|
|
33
|
+
placeholder: "Cauta rezervari...",
|
|
34
|
+
empty: "Nu s-au gasit rezervari.",
|
|
35
|
+
loading: "Se incarca rezervarile...",
|
|
36
|
+
},
|
|
37
|
+
bookingQuickViewSheet: {
|
|
38
|
+
loadingTitle: "Rezervare",
|
|
39
|
+
viewFullAction: "Vezi rezervarea completa",
|
|
40
|
+
paxSuffix: "pax",
|
|
41
|
+
travelerUnnamed: "Calator fara nume",
|
|
42
|
+
sectionPayer: "Platitor",
|
|
43
|
+
sectionTravelers: "Calatori",
|
|
44
|
+
sectionTravelerDocuments: "Documente",
|
|
45
|
+
travelerReveal: {
|
|
46
|
+
showAction: "Mai multe info",
|
|
47
|
+
hideAction: "Ascunde detaliile",
|
|
48
|
+
empty: "Nu exista informatii suplimentare.",
|
|
49
|
+
error: "Detaliile calatorului nu pot fi afisate.",
|
|
50
|
+
dateOfBirth: "Data nasterii",
|
|
51
|
+
nationality: "Nationalitate",
|
|
52
|
+
documentType: "Tip document",
|
|
53
|
+
documentNumber: "Nr. document",
|
|
54
|
+
documentExpiry: "Expirare document",
|
|
55
|
+
documentIssuingCountry: "Tara emitenta",
|
|
56
|
+
documentIssuingAuthority: "Autoritate emitenta",
|
|
57
|
+
dietaryRequirements: "Dieta",
|
|
58
|
+
accessibilityNeeds: "Accesibilitate",
|
|
59
|
+
bedPreference: "Preferinta pat",
|
|
60
|
+
address: "Adresa",
|
|
61
|
+
},
|
|
62
|
+
travelersEmpty: "Niciun calator adaugat.",
|
|
63
|
+
travelerCategoryLabels: {
|
|
64
|
+
adult: "adult",
|
|
65
|
+
child: "copil",
|
|
66
|
+
infant: "bebe",
|
|
67
|
+
lead: "lead",
|
|
68
|
+
},
|
|
69
|
+
sectionPayments: "Plati",
|
|
70
|
+
paymentsPaid: "Platit",
|
|
71
|
+
paymentsRemaining: "Ramas",
|
|
72
|
+
sectionInvoices: "Facturi",
|
|
73
|
+
invoicesEmpty: "Nicio factura emisa.",
|
|
74
|
+
invoiceStatusLabels: {
|
|
75
|
+
draft: "ciorna",
|
|
76
|
+
sent: "trimisa",
|
|
77
|
+
partially_paid: "partial platita",
|
|
78
|
+
paid: "platita",
|
|
79
|
+
overdue: "restanta",
|
|
80
|
+
void: "anulata",
|
|
81
|
+
},
|
|
82
|
+
sectionPaymentSchedule: "Calendar plati",
|
|
83
|
+
scheduleCountSuffix: "platite",
|
|
84
|
+
scheduleEmpty: "Niciun calendar setat.",
|
|
85
|
+
scheduleTypeLabels: {
|
|
86
|
+
deposit: "avans",
|
|
87
|
+
installment: "rata",
|
|
88
|
+
balance: "diferenta",
|
|
89
|
+
hold: "rezervare",
|
|
90
|
+
other: "altele",
|
|
91
|
+
},
|
|
92
|
+
sectionContracts: "Contracte",
|
|
93
|
+
contractsEmpty: "Negenerat.",
|
|
94
|
+
contractStatusLabels: {
|
|
95
|
+
draft: "ciorna",
|
|
96
|
+
issued: "emis",
|
|
97
|
+
sent: "trimis",
|
|
98
|
+
signed: "semnat",
|
|
99
|
+
executed: "executat",
|
|
100
|
+
expired: "expirat",
|
|
101
|
+
void: "anulat",
|
|
102
|
+
},
|
|
103
|
+
},
|
|
104
|
+
bookingDetailPage: {
|
|
105
|
+
notFound: "Rezervarea nu a fost gasita",
|
|
106
|
+
backToBookings: "Inapoi la rezervari",
|
|
107
|
+
breadcrumbBookings: "Rezervari",
|
|
108
|
+
editAction: "Editeaza",
|
|
109
|
+
changeStatusAction: "Schimba statusul",
|
|
110
|
+
cancelBookingAction: "Anuleaza rezervarea",
|
|
111
|
+
deleteAction: "Sterge",
|
|
112
|
+
deleteConfirm: "Stergi aceasta rezervare?",
|
|
113
|
+
deleteConfirmDescription: "Rezervarea {number} va fi stearsa permanent impreuna cu elementele, calatorii si datele financiare. Aceasta actiune nu poate fi anulata.",
|
|
114
|
+
deleteConfirmDescriptionFallback: "Aceasta rezervare va fi stearsa permanent impreuna cu elementele, calatorii si datele financiare. Aceasta actiune nu poate fi anulata.",
|
|
115
|
+
deleteConfirmAction: "Sterge rezervarea",
|
|
116
|
+
deleteCancel: "Anuleaza",
|
|
117
|
+
collectPaymentAction: "Genereaza link de plata",
|
|
118
|
+
recordPaymentAction: "Inregistreaza plata",
|
|
119
|
+
noValue: "-",
|
|
120
|
+
tbd: "De stabilit",
|
|
121
|
+
summaryTotal: "Total",
|
|
122
|
+
summaryPaid: "Platit",
|
|
123
|
+
summaryPriceOverride: "Suprascriere manuala",
|
|
124
|
+
summaryCostMargin: "Cost / marja",
|
|
125
|
+
summaryDates: "Date",
|
|
126
|
+
summaryTravelers: "Calatori",
|
|
127
|
+
summaryPerson: "Persoana",
|
|
128
|
+
summaryOrganization: "Organizatie",
|
|
129
|
+
summaryCreated: "Creata",
|
|
130
|
+
summaryUpdated: "Actualizata",
|
|
131
|
+
tabOverview: "Articole",
|
|
132
|
+
tabMetadata: "Metadata",
|
|
133
|
+
metadataSection: {
|
|
134
|
+
title: "Metadata",
|
|
135
|
+
bookingId: "ID rezervare",
|
|
136
|
+
bookingNumber: "Numar rezervare",
|
|
137
|
+
status: "Status",
|
|
138
|
+
communicationLanguage: "Limba de comunicare",
|
|
139
|
+
created: "Creata",
|
|
140
|
+
updated: "Actualizata",
|
|
141
|
+
},
|
|
142
|
+
tabTravelers: "Calatori",
|
|
143
|
+
tabFinance: "Plati",
|
|
144
|
+
tabInvoices: "Facturi",
|
|
145
|
+
tabSuppliers: "Furnizori",
|
|
146
|
+
tabDocuments: "Documente",
|
|
147
|
+
tabActivity: "Activitate",
|
|
148
|
+
internalNotesLabel: "Note interne",
|
|
149
|
+
billingPayer: "Platitor",
|
|
150
|
+
billingTaxId: "Cod fiscal",
|
|
151
|
+
billingEmail: "Email",
|
|
152
|
+
billingPhone: "Telefon",
|
|
153
|
+
billingAddress: "Adresa",
|
|
154
|
+
documentsSlotEmpty: "Furnizeaza un slot de documente pentru rezervare.",
|
|
155
|
+
},
|
|
156
|
+
travelerDialog: {
|
|
157
|
+
titles: {
|
|
158
|
+
create: "Adauga calator",
|
|
159
|
+
edit: "Editeaza calatorul",
|
|
160
|
+
},
|
|
161
|
+
fields: {
|
|
162
|
+
firstName: "Prenume",
|
|
163
|
+
lastName: "Nume",
|
|
164
|
+
email: "Email",
|
|
165
|
+
phone: "Telefon",
|
|
166
|
+
specialRequests: "Cerinte speciale",
|
|
167
|
+
travelDetailsHeading: "Detalii de calatorie",
|
|
168
|
+
documentType: "Tip document",
|
|
169
|
+
documentNumber: "Numar document",
|
|
170
|
+
documentExpiry: "Expira document",
|
|
171
|
+
documentIssuingCountry: "Tara emitenta",
|
|
172
|
+
documentIssuingAuthority: "Autoritate emitenta",
|
|
173
|
+
dateOfBirth: "Data nasterii",
|
|
174
|
+
dietaryRequirements: "Cerinte alimentare",
|
|
175
|
+
accessibilityNeeds: "Cerinte de accesibilitate",
|
|
176
|
+
linkedPerson: "Contact CRM asociat",
|
|
177
|
+
},
|
|
178
|
+
documentTypeLabels: {
|
|
179
|
+
passport: "Pasaport",
|
|
180
|
+
id_card: "Carte de identitate",
|
|
181
|
+
driver_license: "Permis de conducere",
|
|
182
|
+
visa: "Viza",
|
|
183
|
+
other: "Altul",
|
|
184
|
+
},
|
|
185
|
+
placeholders: {
|
|
186
|
+
firstName: "Ion",
|
|
187
|
+
lastName: "Popescu",
|
|
188
|
+
email: "ion@example.com",
|
|
189
|
+
phone: "+40 721 123 456",
|
|
190
|
+
specialRequests: "Cerinte speciale...",
|
|
191
|
+
documentNumber: "Numar document",
|
|
192
|
+
documentExpiry: "AAAA-LL-ZZ",
|
|
193
|
+
documentIssuingCountry: "Cod ISO-2",
|
|
194
|
+
documentIssuingAuthority: "Autoritate",
|
|
195
|
+
dateOfBirth: "AAAA-LL-ZZ",
|
|
196
|
+
dietaryRequirements: "Vegetarian, fara gluten...",
|
|
197
|
+
accessibilityNeeds: "Scaun rulant, parter...",
|
|
198
|
+
},
|
|
199
|
+
validation: {
|
|
200
|
+
firstNameRequired: "Prenumele este obligatoriu",
|
|
201
|
+
lastNameRequired: "Numele este obligatoriu",
|
|
202
|
+
},
|
|
203
|
+
actions: {
|
|
204
|
+
addTraveler: "Adauga calator",
|
|
205
|
+
prefillFromProfile: "Preia din profil",
|
|
206
|
+
saveToProfile: "Salveaza in profil",
|
|
207
|
+
},
|
|
208
|
+
hints: {
|
|
209
|
+
prefilledFromProfile: "Preluat din profil — valorile pot diferi pe acest sejur.",
|
|
210
|
+
savedToProfile: "Salvat in profil.",
|
|
211
|
+
},
|
|
212
|
+
},
|
|
213
|
+
travelerList: {
|
|
214
|
+
title: "Calatori",
|
|
215
|
+
addTraveler: "Adauga calator",
|
|
216
|
+
empty: "Nu exista calatori inca.",
|
|
217
|
+
values: {
|
|
218
|
+
emailUnavailable: "-",
|
|
219
|
+
phoneUnavailable: "-",
|
|
220
|
+
documentsUnavailable: "-",
|
|
221
|
+
fieldUnavailable: "-",
|
|
222
|
+
noAdditionalContext: "Nu exista context suplimentar pentru calator",
|
|
223
|
+
},
|
|
224
|
+
columns: {
|
|
225
|
+
name: "Nume",
|
|
226
|
+
email: "Email",
|
|
227
|
+
phone: "Telefon",
|
|
228
|
+
role: "Rol",
|
|
229
|
+
dobAge: "Data nasterii / varsta",
|
|
230
|
+
documents: "Documente",
|
|
231
|
+
},
|
|
232
|
+
roles: {
|
|
233
|
+
primary: "Principal",
|
|
234
|
+
lead: "Responsabil",
|
|
235
|
+
},
|
|
236
|
+
context: {
|
|
237
|
+
nationality: "Nationalitate",
|
|
238
|
+
document: "Document",
|
|
239
|
+
documentExpiry: "Expira document",
|
|
240
|
+
language: "Limba",
|
|
241
|
+
dietary: "Alimentatie",
|
|
242
|
+
accessibility: "Accesibilitate",
|
|
243
|
+
specialRequests: "Cerinte speciale",
|
|
244
|
+
notes: "Note",
|
|
245
|
+
documentLabel: "Document · {type}",
|
|
246
|
+
},
|
|
247
|
+
loading: {
|
|
248
|
+
decrypting: "Se decripteaza...",
|
|
249
|
+
},
|
|
250
|
+
actions: {
|
|
251
|
+
deleteConfirm: {
|
|
252
|
+
title: "Stergi acest calator?",
|
|
253
|
+
description: "Calatorul va fi sters din aceasta rezervare. Aceasta actiune nu poate fi anulata.",
|
|
254
|
+
cancel: "Anuleaza",
|
|
255
|
+
confirm: "Sterge",
|
|
256
|
+
},
|
|
257
|
+
revealContactDetails: "Arata detalii contact",
|
|
258
|
+
hideContactDetails: "Ascunde detalii",
|
|
259
|
+
revealTravelerContactDetails: "Arata detaliile de contact ale calatorului",
|
|
260
|
+
hideTravelerContactDetails: "Ascunde detaliile de contact ale calatorului",
|
|
261
|
+
viewTraveler: "Vezi calator",
|
|
262
|
+
editTraveler: "Editeaza calatorul",
|
|
263
|
+
deleteTraveler: "Sterge calatorul",
|
|
264
|
+
},
|
|
265
|
+
snapshot: {
|
|
266
|
+
title: "Snapshot calator",
|
|
267
|
+
subtitle: "Capturat la momentul rezervarii — nu se actualizeaza.",
|
|
268
|
+
sectionContact: "Contact",
|
|
269
|
+
sectionTravel: "Detalii calatorie",
|
|
270
|
+
sectionDocuments: "Documente",
|
|
271
|
+
sectionMeta: "Meta",
|
|
272
|
+
nameLabel: "Nume",
|
|
273
|
+
emailLabel: "Email",
|
|
274
|
+
phoneLabel: "Telefon",
|
|
275
|
+
languageLabel: "Limba",
|
|
276
|
+
roleLabel: "Rol",
|
|
277
|
+
dobLabel: "Data nasterii",
|
|
278
|
+
nationalityLabel: "Nationalitate",
|
|
279
|
+
documentLabel: "Document",
|
|
280
|
+
documentExpiryLabel: "Expirare document",
|
|
281
|
+
dietaryLabel: "Restrictii alimentare",
|
|
282
|
+
accessibilityLabel: "Accesibilitate",
|
|
283
|
+
specialRequestsLabel: "Cerinte speciale",
|
|
284
|
+
notesLabel: "Note",
|
|
285
|
+
noDocuments: "Niciun document inregistrat.",
|
|
286
|
+
createdAtLabel: "Creat",
|
|
287
|
+
updatedAtLabel: "Actualizat",
|
|
288
|
+
empty: "—",
|
|
289
|
+
},
|
|
290
|
+
validation: {
|
|
291
|
+
revealFailed: "Afisarea a esuat",
|
|
292
|
+
},
|
|
293
|
+
},
|
|
294
|
+
};
|