@mrfylke/contact-form 0.1.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/lib/ContactFormRoot.d.ts +37 -0
- package/lib/ContactFormRoot.d.ts.map +1 -0
- package/lib/ContactFormRoot.js +53 -0
- package/lib/commoneEvents.d.ts +16 -0
- package/lib/commoneEvents.d.ts.map +1 -0
- package/lib/commoneEvents.js +4 -0
- package/lib/components/button/button.d.ts +17 -0
- package/lib/components/button/button.d.ts.map +1 -0
- package/lib/components/button/button.js +15 -0
- package/lib/components/button/button.module.css +399 -0
- package/lib/components/button/index.d.ts +5 -0
- package/lib/components/button/index.d.ts.map +1 -0
- package/lib/components/button/index.js +10 -0
- package/lib/components/button/link.d.ts +27 -0
- package/lib/components/button/link.d.ts.map +1 -0
- package/lib/components/button/link.js +19 -0
- package/lib/components/button/utils.d.ts +69 -0
- package/lib/components/button/utils.d.ts.map +1 -0
- package/lib/components/button/utils.js +33 -0
- package/lib/components/checkbox/checkbox.d.ts +13 -0
- package/lib/components/checkbox/checkbox.d.ts.map +1 -0
- package/lib/components/checkbox/checkbox.js +23 -0
- package/lib/components/checkbox/checkbox.module.css +96 -0
- package/lib/components/checkbox/index.d.ts +3 -0
- package/lib/components/checkbox/index.d.ts.map +1 -0
- package/lib/components/checkbox/index.js +8 -0
- package/lib/components/error-message/error-message.d.ts +6 -0
- package/lib/components/error-message/error-message.d.ts.map +1 -0
- package/lib/components/error-message/error-message.js +13 -0
- package/lib/components/error-message/error-message.module.css +6 -0
- package/lib/components/error-message/index.d.ts +3 -0
- package/lib/components/error-message/index.d.ts.map +1 -0
- package/lib/components/error-message/index.js +8 -0
- package/lib/components/external-link-page.d.ts +14 -0
- package/lib/components/external-link-page.d.ts.map +1 -0
- package/lib/components/external-link-page.js +27 -0
- package/lib/components/external-link-page.module.css +29 -0
- package/lib/components/form/date-selector.d.ts +11 -0
- package/lib/components/form/date-selector.d.ts.map +1 -0
- package/lib/components/form/date-selector.js +21 -0
- package/lib/components/form/description-modal.d.ts +13 -0
- package/lib/components/form/description-modal.d.ts.map +1 -0
- package/lib/components/form/description-modal.js +43 -0
- package/lib/components/form/field-wrapper-with-error/index.d.ts +8 -0
- package/lib/components/form/field-wrapper-with-error/index.d.ts.map +1 -0
- package/lib/components/form/field-wrapper-with-error/index.js +12 -0
- package/lib/components/form/fieldset/fieldset.module.css +26 -0
- package/lib/components/form/fieldset/index.d.ts +8 -0
- package/lib/components/form/fieldset/index.d.ts.map +1 -0
- package/lib/components/form/fieldset/index.js +17 -0
- package/lib/components/form/file-input.d.ts +10 -0
- package/lib/components/form/file-input.d.ts.map +1 -0
- package/lib/components/form/file-input.js +68 -0
- package/lib/components/form/form-component-label/form-component-label.module.css +10 -0
- package/lib/components/form/form-component-label/index.d.ts +9 -0
- package/lib/components/form/form-component-label/index.d.ts.map +1 -0
- package/lib/components/form/form-component-label/index.js +18 -0
- package/lib/components/form/form.module.css +573 -0
- package/lib/components/form/index.d.ts +11 -0
- package/lib/components/form/index.d.ts.map +1 -0
- package/lib/components/form/index.js +28 -0
- package/lib/components/form/input.d.ts +17 -0
- package/lib/components/form/input.d.ts.map +1 -0
- package/lib/components/form/input.js +42 -0
- package/lib/components/form/radio.d.ts +7 -0
- package/lib/components/form/radio.d.ts.map +1 -0
- package/lib/components/form/radio.js +14 -0
- package/lib/components/form/searchable-select/index.d.ts +3 -0
- package/lib/components/form/searchable-select/index.d.ts.map +1 -0
- package/lib/components/form/searchable-select/index.js +11 -0
- package/lib/components/form/searchable-select/searchable-select.d.ts +18 -0
- package/lib/components/form/searchable-select/searchable-select.d.ts.map +1 -0
- package/lib/components/form/searchable-select/searchable-select.js +55 -0
- package/lib/components/form/searchable-select/utils.d.ts +5 -0
- package/lib/components/form/searchable-select/utils.d.ts.map +1 -0
- package/lib/components/form/searchable-select/utils.js +19 -0
- package/lib/components/form/select.d.ts +15 -0
- package/lib/components/form/select.d.ts.map +1 -0
- package/lib/components/form/select.js +22 -0
- package/lib/components/form/textarea.d.ts +11 -0
- package/lib/components/form/textarea.d.ts.map +1 -0
- package/lib/components/form/textarea.js +17 -0
- package/lib/components/form/time-selector.d.ts +11 -0
- package/lib/components/form/time-selector.d.ts.map +1 -0
- package/lib/components/form/time-selector.js +22 -0
- package/lib/components/icon/checkbox-icon.d.ts +14 -0
- package/lib/components/icon/checkbox-icon.d.ts.map +1 -0
- package/lib/components/icon/checkbox-icon.js +18 -0
- package/lib/components/icon/color-icon.d.ts +17 -0
- package/lib/components/icon/color-icon.d.ts.map +1 -0
- package/lib/components/icon/color-icon.js +27 -0
- package/lib/components/icon/generated-icons.d.ts +1797 -0
- package/lib/components/icon/generated-icons.d.ts.map +1 -0
- package/lib/components/icon/generated-icons.js +1782 -0
- package/lib/components/icon/icon-wrapper.d.ts +30 -0
- package/lib/components/icon/icon-wrapper.d.ts.map +1 -0
- package/lib/components/icon/icon-wrapper.js +39 -0
- package/lib/components/icon/illustration.d.ts +7 -0
- package/lib/components/icon/illustration.d.ts.map +1 -0
- package/lib/components/icon/illustration.js +25 -0
- package/lib/components/icon/image.d.ts +7 -0
- package/lib/components/icon/image.d.ts.map +1 -0
- package/lib/components/icon/image.js +26 -0
- package/lib/components/icon/index.d.ts +6 -0
- package/lib/components/icon/index.d.ts.map +1 -0
- package/lib/components/icon/index.js +20 -0
- package/lib/components/icon/mono-icon-new.d.ts +32 -0
- package/lib/components/icon/mono-icon-new.d.ts.map +1 -0
- package/lib/components/icon/mono-icon-new.js +43 -0
- package/lib/components/icon/mono-icon.d.ts +29 -0
- package/lib/components/icon/mono-icon.d.ts.map +1 -0
- package/lib/components/icon/mono-icon.js +39 -0
- package/lib/components/icon/utils.d.ts +3 -0
- package/lib/components/icon/utils.d.ts.map +1 -0
- package/lib/components/icon/utils.js +12 -0
- package/lib/components/index.d.ts +3 -0
- package/lib/components/index.d.ts.map +1 -0
- package/lib/components/index.js +18 -0
- package/lib/components/loading/index.d.ts +15 -0
- package/lib/components/loading/index.d.ts.map +1 -0
- package/lib/components/loading/index.js +19 -0
- package/lib/components/loading/loading.module.css +17 -0
- package/lib/components/section-card/index.d.ts +2 -0
- package/lib/components/section-card/index.d.ts.map +1 -0
- package/lib/components/section-card/index.js +8 -0
- package/lib/components/section-card/section-card.d.ts +7 -0
- package/lib/components/section-card/section-card.d.ts.map +1 -0
- package/lib/components/section-card/section-card.js +14 -0
- package/lib/components/section-card/section-card.module.css +15 -0
- package/lib/components/typography/index.d.ts +19 -0
- package/lib/components/typography/index.d.ts.map +1 -0
- package/lib/components/typography/index.js +27 -0
- package/lib/components/typography/utils.d.ts +2 -0
- package/lib/components/typography/utils.d.ts.map +1 -0
- package/lib/components/typography/utils.js +4 -0
- package/lib/contact.module.css +76 -0
- package/lib/error-content/error-content.d.ts +2 -0
- package/lib/error-content/error-content.d.ts.map +1 -0
- package/lib/error-content/error-content.js +19 -0
- package/lib/error-content/error-content.module.css +11 -0
- package/lib/group-travel/index.d.ts +2 -0
- package/lib/group-travel/index.d.ts.map +1 -0
- package/lib/group-travel/index.js +15 -0
- package/lib/index.d.ts +25 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +73 -0
- package/lib/journey-info/events.d.ts +14 -0
- package/lib/journey-info/events.d.ts.map +1 -0
- package/lib/journey-info/events.js +5 -0
- package/lib/journey-info/index.d.ts +2 -0
- package/lib/journey-info/index.d.ts.map +1 -0
- package/lib/journey-info/index.js +66 -0
- package/lib/journey-info/journeyInfoStateMachine.d.ts +179 -0
- package/lib/journey-info/journeyInfoStateMachine.d.ts.map +1 -0
- package/lib/journey-info/journeyInfoStateMachine.js +160 -0
- package/lib/layouts/contact-form-container.d.ts +10 -0
- package/lib/layouts/contact-form-container.d.ts.map +1 -0
- package/lib/layouts/contact-form-container.js +12 -0
- package/lib/layouts/contact-form-footer.d.ts +5 -0
- package/lib/layouts/contact-form-footer.d.ts.map +1 -0
- package/lib/layouts/contact-form-footer.js +59 -0
- package/lib/layouts/contact-form-header.d.ts +9 -0
- package/lib/layouts/contact-form-header.d.ts.map +1 -0
- package/lib/layouts/contact-form-header.js +45 -0
- package/lib/layouts/contact-page-layout.d.ts +24 -0
- package/lib/layouts/contact-page-layout.d.ts.map +1 -0
- package/lib/layouts/contact-page-layout.js +104 -0
- package/lib/layouts/container.module.css +15 -0
- package/lib/layouts/footer.module.css +109 -0
- package/lib/layouts/header.module.css +39 -0
- package/lib/layouts/index.d.ts +3 -0
- package/lib/layouts/index.d.ts.map +1 -0
- package/lib/layouts/index.js +11 -0
- package/lib/layouts/layout.module.css +80 -0
- package/lib/lines/use-lines.d.ts +25 -0
- package/lib/lines/use-lines.d.ts.map +1 -0
- package/lib/lines/use-lines.js +77 -0
- package/lib/lost-property/index.d.ts +2 -0
- package/lib/lost-property/index.d.ts.map +1 -0
- package/lib/lost-property/index.js +11 -0
- package/lib/means-of-transport/events.d.ts +17 -0
- package/lib/means-of-transport/events.d.ts.map +1 -0
- package/lib/means-of-transport/events.js +5 -0
- package/lib/means-of-transport/forms/delayForm.d.ts +11 -0
- package/lib/means-of-transport/forms/delayForm.d.ts.map +1 -0
- package/lib/means-of-transport/forms/delayForm.js +88 -0
- package/lib/means-of-transport/forms/driverForm.d.ts +11 -0
- package/lib/means-of-transport/forms/driverForm.d.ts.map +1 -0
- package/lib/means-of-transport/forms/driverForm.js +88 -0
- package/lib/means-of-transport/forms/index.d.ts +7 -0
- package/lib/means-of-transport/forms/index.d.ts.map +1 -0
- package/lib/means-of-transport/forms/index.js +18 -0
- package/lib/means-of-transport/forms/injuryForm.d.ts +11 -0
- package/lib/means-of-transport/forms/injuryForm.d.ts.map +1 -0
- package/lib/means-of-transport/forms/injuryForm.js +88 -0
- package/lib/means-of-transport/forms/serviceOfferingForm.d.ts +11 -0
- package/lib/means-of-transport/forms/serviceOfferingForm.d.ts.map +1 -0
- package/lib/means-of-transport/forms/serviceOfferingForm.js +64 -0
- package/lib/means-of-transport/forms/stopForm.d.ts +11 -0
- package/lib/means-of-transport/forms/stopForm.d.ts.map +1 -0
- package/lib/means-of-transport/forms/stopForm.js +76 -0
- package/lib/means-of-transport/forms/transportationForm.d.ts +11 -0
- package/lib/means-of-transport/forms/transportationForm.d.ts.map +1 -0
- package/lib/means-of-transport/forms/transportationForm.js +88 -0
- package/lib/means-of-transport/index.d.ts +3 -0
- package/lib/means-of-transport/index.d.ts.map +1 -0
- package/lib/means-of-transport/index.js +47 -0
- package/lib/means-of-transport/means-of-transport-form-machine.d.ts +291 -0
- package/lib/means-of-transport/means-of-transport-form-machine.d.ts.map +1 -0
- package/lib/means-of-transport/means-of-transport-form-machine.js +287 -0
- package/lib/modules/api-browser/index.d.ts +8 -0
- package/lib/modules/api-browser/index.d.ts.map +1 -0
- package/lib/modules/api-browser/index.js +54 -0
- package/lib/modules/api-server/external-client.d.ts +22 -0
- package/lib/modules/api-server/external-client.d.ts.map +1 -0
- package/lib/modules/api-server/external-client.js +86 -0
- package/lib/modules/api-server/index.d.ts +9 -0
- package/lib/modules/api-server/index.d.ts.map +1 -0
- package/lib/modules/api-server/index.js +24 -0
- package/lib/modules/api-server/requesters/graphql-requester.d.ts +6 -0
- package/lib/modules/api-server/requesters/graphql-requester.d.ts.map +1 -0
- package/lib/modules/api-server/requesters/graphql-requester.js +63 -0
- package/lib/modules/api-server/requesters/http-requester.d.ts +3 -0
- package/lib/modules/api-server/requesters/http-requester.d.ts.map +1 -0
- package/lib/modules/api-server/requesters/http-requester.js +110 -0
- package/lib/modules/api-server/requesters/types.d.ts +37 -0
- package/lib/modules/api-server/requesters/types.d.ts.map +1 -0
- package/lib/modules/api-server/requesters/types.js +34 -0
- package/lib/modules/api-server/requesters/utils.d.ts +17 -0
- package/lib/modules/api-server/requesters/utils.d.ts.map +1 -0
- package/lib/modules/api-server/requesters/utils.js +75 -0
- package/lib/modules/config/context.d.ts +54 -0
- package/lib/modules/config/context.d.ts.map +1 -0
- package/lib/modules/config/context.js +112 -0
- package/lib/modules/config/index.d.ts +4 -0
- package/lib/modules/config/index.d.ts.map +1 -0
- package/lib/modules/config/index.js +19 -0
- package/lib/modules/config/theme-adapter.d.ts +20 -0
- package/lib/modules/config/theme-adapter.d.ts.map +1 -0
- package/lib/modules/config/theme-adapter.js +56 -0
- package/lib/modules/config/types.d.ts +348 -0
- package/lib/modules/config/types.d.ts.map +1 -0
- package/lib/modules/config/types.js +6 -0
- package/lib/modules/cookies/constants.d.ts +4 -0
- package/lib/modules/cookies/constants.d.ts.map +1 -0
- package/lib/modules/cookies/constants.js +6 -0
- package/lib/modules/cookies/cookies-context.d.ts +17 -0
- package/lib/modules/cookies/cookies-context.d.ts.map +1 -0
- package/lib/modules/cookies/cookies-context.js +61 -0
- package/lib/modules/cookies/index.d.ts +15 -0
- package/lib/modules/cookies/index.d.ts.map +1 -0
- package/lib/modules/cookies/index.js +22 -0
- package/lib/modules/firebase/analytics.d.ts +3 -0
- package/lib/modules/firebase/analytics.d.ts.map +1 -0
- package/lib/modules/firebase/analytics.js +40 -0
- package/lib/modules/firebase/firebase.d.ts +4 -0
- package/lib/modules/firebase/firebase.d.ts.map +1 -0
- package/lib/modules/firebase/firebase.js +19 -0
- package/lib/modules/firebase/index.d.ts +5 -0
- package/lib/modules/firebase/index.d.ts.map +1 -0
- package/lib/modules/firebase/index.js +25 -0
- package/lib/modules/firebase/preassigned-fare-products.d.ts +8 -0
- package/lib/modules/firebase/preassigned-fare-products.d.ts.map +1 -0
- package/lib/modules/firebase/preassigned-fare-products.js +35 -0
- package/lib/modules/firebase/tariff-zones.d.ts +17 -0
- package/lib/modules/firebase/tariff-zones.d.ts.map +1 -0
- package/lib/modules/firebase/tariff-zones.js +32 -0
- package/lib/modules/firebase/transport-mode-filter.d.ts +27 -0
- package/lib/modules/firebase/transport-mode-filter.d.ts.map +1 -0
- package/lib/modules/firebase/transport-mode-filter.js +27 -0
- package/lib/modules/firebase/types.d.ts +19 -0
- package/lib/modules/firebase/types.d.ts.map +1 -0
- package/lib/modules/firebase/types.js +15 -0
- package/lib/modules/graphql-types/index.d.ts +1998 -0
- package/lib/modules/graphql-types/index.d.ts.map +1 -0
- package/lib/modules/graphql-types/index.js +442 -0
- package/lib/modules/graphql-types/journeyplanner-types_v3.generated.d.ts +2419 -0
- package/lib/modules/graphql-types/journeyplanner-types_v3.generated.d.ts.map +1 -0
- package/lib/modules/graphql-types/journeyplanner-types_v3.generated.js +524 -0
- package/lib/modules/logging/index.d.ts +6 -0
- package/lib/modules/logging/index.d.ts.map +1 -0
- package/lib/modules/logging/index.js +13 -0
- package/lib/modules/logging/log-api-response.d.ts +15 -0
- package/lib/modules/logging/log-api-response.d.ts.map +1 -0
- package/lib/modules/logging/log-api-response.js +52 -0
- package/lib/modules/logging/log-page-access.d.ts +20 -0
- package/lib/modules/logging/log-page-access.d.ts.map +1 -0
- package/lib/modules/logging/log-page-access.js +60 -0
- package/lib/modules/logging/logger.d.ts +3 -0
- package/lib/modules/logging/logger.d.ts.map +1 -0
- package/lib/modules/logging/logger.js +32 -0
- package/lib/modules/logging/timer.d.ts +6 -0
- package/lib/modules/logging/timer.d.ts.map +1 -0
- package/lib/modules/logging/timer.js +13 -0
- package/lib/modules/logging/with-access-logging.d.ts +5 -0
- package/lib/modules/logging/with-access-logging.d.ts.map +1 -0
- package/lib/modules/logging/with-access-logging.js +20 -0
- package/lib/modules/org-data/compat-layer.d.ts +8 -0
- package/lib/modules/org-data/compat-layer.d.ts.map +1 -0
- package/lib/modules/org-data/compat-layer.js +8 -0
- package/lib/modules/org-data/index.d.ts +12 -0
- package/lib/modules/org-data/index.d.ts.map +1 -0
- package/lib/modules/org-data/index.js +27 -0
- package/lib/modules/theme/index.d.ts +3 -0
- package/lib/modules/theme/index.d.ts.map +1 -0
- package/lib/modules/theme/index.js +9 -0
- package/lib/modules/theme/theme-context.d.ts +43 -0
- package/lib/modules/theme/theme-context.d.ts.map +1 -0
- package/lib/modules/theme/theme-context.js +73 -0
- package/lib/modules/transport-mode/filter/filter.d.ts +9 -0
- package/lib/modules/transport-mode/filter/filter.d.ts.map +1 -0
- package/lib/modules/transport-mode/filter/filter.js +64 -0
- package/lib/modules/transport-mode/filter/filter.module.css +98 -0
- package/lib/modules/transport-mode/filter/index.d.ts +3 -0
- package/lib/modules/transport-mode/filter/index.d.ts.map +1 -0
- package/lib/modules/transport-mode/filter/index.js +11 -0
- package/lib/modules/transport-mode/filter/types.d.ts +2 -0
- package/lib/modules/transport-mode/filter/types.d.ts.map +1 -0
- package/lib/modules/transport-mode/filter/types.js +2 -0
- package/lib/modules/transport-mode/filter/utils.d.ts +9 -0
- package/lib/modules/transport-mode/filter/utils.d.ts.map +1 -0
- package/lib/modules/transport-mode/filter/utils.js +21 -0
- package/lib/modules/transport-mode/icon/icon.module.css +33 -0
- package/lib/modules/transport-mode/icon/index.d.ts +29 -0
- package/lib/modules/transport-mode/icon/index.d.ts.map +1 -0
- package/lib/modules/transport-mode/icon/index.js +116 -0
- package/lib/modules/transport-mode/icon/transport-icon-new.d.ts +28 -0
- package/lib/modules/transport-mode/icon/transport-icon-new.d.ts.map +1 -0
- package/lib/modules/transport-mode/icon/transport-icon-new.js +114 -0
- package/lib/modules/transport-mode/index.d.ts +5 -0
- package/lib/modules/transport-mode/index.d.ts.map +1 -0
- package/lib/modules/transport-mode/index.js +29 -0
- package/lib/modules/transport-mode/types.d.ts +10 -0
- package/lib/modules/transport-mode/types.d.ts.map +1 -0
- package/lib/modules/transport-mode/types.js +141 -0
- package/lib/modules/transport-mode/utils.d.ts +9 -0
- package/lib/modules/transport-mode/utils.d.ts.map +1 -0
- package/lib/modules/transport-mode/utils.js +53 -0
- package/lib/refund/events.d.ts +32 -0
- package/lib/refund/events.d.ts.map +1 -0
- package/lib/refund/events.js +5 -0
- package/lib/refund/forms/refund-and-travel-guarantee/index.d.ts +10 -0
- package/lib/refund/forms/refund-and-travel-guarantee/index.d.ts.map +1 -0
- package/lib/refund/forms/refund-and-travel-guarantee/index.js +37 -0
- package/lib/refund/forms/refund-and-travel-guarantee/refundCarForm.d.ts +11 -0
- package/lib/refund/forms/refund-and-travel-guarantee/refundCarForm.d.ts.map +1 -0
- package/lib/refund/forms/refund-and-travel-guarantee/refundCarForm.js +133 -0
- package/lib/refund/forms/refund-and-travel-guarantee/refundTaxiForm.d.ts +11 -0
- package/lib/refund/forms/refund-and-travel-guarantee/refundTaxiForm.d.ts.map +1 -0
- package/lib/refund/forms/refund-and-travel-guarantee/refundTaxiForm.js +133 -0
- package/lib/refund/forms/refund-ticket/appTicketRefund.d.ts +12 -0
- package/lib/refund/forms/refund-ticket/appTicketRefund.d.ts.map +1 -0
- package/lib/refund/forms/refund-ticket/appTicketRefund.js +82 -0
- package/lib/refund/forms/refund-ticket/index.d.ts +10 -0
- package/lib/refund/forms/refund-ticket/index.d.ts.map +1 -0
- package/lib/refund/forms/refund-ticket/index.js +38 -0
- package/lib/refund/forms/refund-ticket/otherTicketRefund.d.ts +11 -0
- package/lib/refund/forms/refund-ticket/otherTicketRefund.d.ts.map +1 -0
- package/lib/refund/forms/refund-ticket/otherTicketRefund.js +109 -0
- package/lib/refund/forms/residualValueOnTravelCard/index.d.ts +2 -0
- package/lib/refund/forms/residualValueOnTravelCard/index.d.ts.map +1 -0
- package/lib/refund/forms/residualValueOnTravelCard/index.js +19 -0
- package/lib/refund/index.d.ts +3 -0
- package/lib/refund/index.d.ts.map +1 -0
- package/lib/refund/index.js +50 -0
- package/lib/refund/refundFormMachine.d.ts +406 -0
- package/lib/refund/refundFormMachine.d.ts.map +1 -0
- package/lib/refund/refundFormMachine.js +404 -0
- package/lib/server/contact/index.d.ts +11 -0
- package/lib/server/contact/index.d.ts.map +1 -0
- package/lib/server/contact/index.js +47 -0
- package/lib/server/index.d.ts +9 -0
- package/lib/server/index.d.ts.map +1 -0
- package/lib/server/index.js +14 -0
- package/lib/server/journey-planner/authority.d.ts +26 -0
- package/lib/server/journey-planner/authority.d.ts.map +1 -0
- package/lib/server/journey-planner/authority.js +48 -0
- package/lib/server/journey-planner/entur-client.d.ts +7 -0
- package/lib/server/journey-planner/entur-client.d.ts.map +1 -0
- package/lib/server/journey-planner/entur-client.js +46 -0
- package/lib/server/journey-planner/index.d.ts +11 -0
- package/lib/server/journey-planner/index.d.ts.map +1 -0
- package/lib/server/journey-planner/index.js +63 -0
- package/lib/server/journey-planner/journey-gql/lines.generated.d.ts +25 -0
- package/lib/server/journey-planner/journey-gql/lines.generated.d.ts.map +1 -0
- package/lib/server/journey-planner/journey-gql/lines.generated.js +30 -0
- package/lib/server/journey-planner/validators.d.ts +25 -0
- package/lib/server/journey-planner/validators.d.ts.map +1 -0
- package/lib/server/journey-planner/validators.js +17 -0
- package/lib/server/types.d.ts +5 -0
- package/lib/server/types.d.ts.map +1 -0
- package/lib/server/types.js +2 -0
- package/lib/success-content/success-content.d.ts +2 -0
- package/lib/success-content/success-content.d.ts.map +1 -0
- package/lib/success-content/success-content.js +19 -0
- package/lib/success-content/success-content.module.css +11 -0
- package/lib/ticket-control/events.d.ts +16 -0
- package/lib/ticket-control/events.d.ts.map +1 -0
- package/lib/ticket-control/events.js +5 -0
- package/lib/ticket-control/forms/feeComplaintForm.d.ts +11 -0
- package/lib/ticket-control/forms/feeComplaintForm.d.ts.map +1 -0
- package/lib/ticket-control/forms/feeComplaintForm.js +130 -0
- package/lib/ticket-control/forms/feedbackForm.d.ts +11 -0
- package/lib/ticket-control/forms/feedbackForm.d.ts.map +1 -0
- package/lib/ticket-control/forms/feedbackForm.js +75 -0
- package/lib/ticket-control/forms/postponePayment.d.ts +11 -0
- package/lib/ticket-control/forms/postponePayment.d.ts.map +1 -0
- package/lib/ticket-control/forms/postponePayment.js +37 -0
- package/lib/ticket-control/index.d.ts +3 -0
- package/lib/ticket-control/index.d.ts.map +1 -0
- package/lib/ticket-control/index.js +53 -0
- package/lib/ticket-control/ticket-control-form-machine.d.ts +277 -0
- package/lib/ticket-control/ticket-control-form-machine.d.ts.map +1 -0
- package/lib/ticket-control/ticket-control-form-machine.js +262 -0
- package/lib/ticketing/events.d.ts +28 -0
- package/lib/ticketing/events.d.ts.map +1 -0
- package/lib/ticketing/events.js +5 -0
- package/lib/ticketing/forms/app/appAccountForm.d.ts +11 -0
- package/lib/ticketing/forms/app/appAccountForm.d.ts.map +1 -0
- package/lib/ticketing/forms/app/appAccountForm.js +51 -0
- package/lib/ticketing/forms/app/appTicketingForm.d.ts +11 -0
- package/lib/ticketing/forms/app/appTicketingForm.d.ts.map +1 -0
- package/lib/ticketing/forms/app/appTicketingForm.js +59 -0
- package/lib/ticketing/forms/app/appTravelSuggestionForm.d.ts +11 -0
- package/lib/ticketing/forms/app/appTravelSuggestionForm.d.ts.map +1 -0
- package/lib/ticketing/forms/app/appTravelSuggestionForm.js +41 -0
- package/lib/ticketing/forms/app/index.d.ts +10 -0
- package/lib/ticketing/forms/app/index.d.ts.map +1 -0
- package/lib/ticketing/forms/app/index.js +23 -0
- package/lib/ticketing/forms/priceAndTicketTypesForm.d.ts +11 -0
- package/lib/ticketing/forms/priceAndTicketTypesForm.d.ts.map +1 -0
- package/lib/ticketing/forms/priceAndTicketTypesForm.js +41 -0
- package/lib/ticketing/forms/travel-card/index.d.ts +10 -0
- package/lib/ticketing/forms/travel-card/index.d.ts.map +1 -0
- package/lib/ticketing/forms/travel-card/index.js +24 -0
- package/lib/ticketing/forms/travel-card/orderTravelCard.d.ts +3 -0
- package/lib/ticketing/forms/travel-card/orderTravelCard.d.ts.map +1 -0
- package/lib/ticketing/forms/travel-card/orderTravelCard.js +21 -0
- package/lib/ticketing/forms/travel-card/travelCardQuestionForm.d.ts +11 -0
- package/lib/ticketing/forms/travel-card/travelCardQuestionForm.d.ts.map +1 -0
- package/lib/ticketing/forms/travel-card/travelCardQuestionForm.js +52 -0
- package/lib/ticketing/forms/webshop/index.d.ts +10 -0
- package/lib/ticketing/forms/webshop/index.d.ts.map +1 -0
- package/lib/ticketing/forms/webshop/index.js +22 -0
- package/lib/ticketing/forms/webshop/webshopAccountForm.d.ts +11 -0
- package/lib/ticketing/forms/webshop/webshopAccountForm.d.ts.map +1 -0
- package/lib/ticketing/forms/webshop/webshopAccountForm.js +51 -0
- package/lib/ticketing/forms/webshop/webshopTicketingForm.d.ts +11 -0
- package/lib/ticketing/forms/webshop/webshopTicketingForm.d.ts.map +1 -0
- package/lib/ticketing/forms/webshop/webshopTicketingForm.js +58 -0
- package/lib/ticketing/index.d.ts +3 -0
- package/lib/ticketing/index.d.ts.map +1 -0
- package/lib/ticketing/index.js +52 -0
- package/lib/ticketing/ticketingStateMachine.d.ts +438 -0
- package/lib/ticketing/ticketingStateMachine.d.ts.map +1 -0
- package/lib/ticketing/ticketingStateMachine.js +435 -0
- package/lib/translations/__tests__/utils.test.d.ts +2 -0
- package/lib/translations/__tests__/utils.test.d.ts.map +1 -0
- package/lib/translations/__tests__/utils.test.js +35 -0
- package/lib/translations/common/index.d.ts +3 -0
- package/lib/translations/common/index.d.ts.map +1 -0
- package/lib/translations/common/index.js +7 -0
- package/lib/translations/common/layout.d.ts +8 -0
- package/lib/translations/common/layout.d.ts.map +1 -0
- package/lib/translations/common/layout.js +39 -0
- package/lib/translations/common/titles.d.ts +4 -0
- package/lib/translations/common/titles.d.ts.map +1 -0
- package/lib/translations/common/titles.js +25 -0
- package/lib/translations/commons.d.ts +21 -0
- package/lib/translations/commons.d.ts.map +1 -0
- package/lib/translations/commons.js +39 -0
- package/lib/translations/components/clear-button.d.ts +4 -0
- package/lib/translations/components/clear-button.d.ts.map +1 -0
- package/lib/translations/components/clear-button.js +7 -0
- package/lib/translations/components/departure-date-selector.d.ts +8 -0
- package/lib/translations/components/departure-date-selector.d.ts.map +1 -0
- package/lib/translations/components/departure-date-selector.js +11 -0
- package/lib/translations/components/departure-time.d.ts +8 -0
- package/lib/translations/components/departure-time.d.ts.map +1 -0
- package/lib/translations/components/departure-time.js +11 -0
- package/lib/translations/components/empty-search.d.ts +18 -0
- package/lib/translations/components/empty-search.d.ts.map +1 -0
- package/lib/translations/components/empty-search.js +21 -0
- package/lib/translations/components/geolocation-button.d.ts +10 -0
- package/lib/translations/components/geolocation-button.d.ts.map +1 -0
- package/lib/translations/components/geolocation-button.js +13 -0
- package/lib/translations/components/index.d.ts +14 -0
- package/lib/translations/components/index.d.ts.map +1 -0
- package/lib/translations/components/index.js +29 -0
- package/lib/translations/components/loading.d.ts +4 -0
- package/lib/translations/components/loading.d.ts.map +1 -0
- package/lib/translations/components/loading.js +7 -0
- package/lib/translations/components/map.d.ts +19 -0
- package/lib/translations/components/map.d.ts.map +1 -0
- package/lib/translations/components/map.js +22 -0
- package/lib/translations/components/search.d.ts +9 -0
- package/lib/translations/components/search.d.ts.map +1 -0
- package/lib/translations/components/search.js +12 -0
- package/lib/translations/components/swap-button.d.ts +4 -0
- package/lib/translations/components/swap-button.d.ts.map +1 -0
- package/lib/translations/components/swap-button.js +7 -0
- package/lib/translations/components/tab-link.d.ts +5 -0
- package/lib/translations/components/tab-link.d.ts.map +1 -0
- package/lib/translations/components/tab-link.js +8 -0
- package/lib/translations/components/transport-mode-filter.d.ts +6 -0
- package/lib/translations/components/transport-mode-filter.d.ts.map +1 -0
- package/lib/translations/components/transport-mode-filter.js +9 -0
- package/lib/translations/components/transport-mode.d.ts +3 -0
- package/lib/translations/components/transport-mode.d.ts.map +1 -0
- package/lib/translations/components/transport-mode.js +28 -0
- package/lib/translations/components/venue-icon.d.ts +9 -0
- package/lib/translations/components/venue-icon.d.ts.map +1 -0
- package/lib/translations/components/venue-icon.js +12 -0
- package/lib/translations/dictionary.d.ts +33 -0
- package/lib/translations/dictionary.d.ts.map +1 -0
- package/lib/translations/dictionary.js +59 -0
- package/lib/translations/index.d.ts +16 -0
- package/lib/translations/index.d.ts.map +1 -0
- package/lib/translations/index.js +65 -0
- package/lib/translations/json-to-override.d.ts +19 -0
- package/lib/translations/json-to-override.d.ts.map +1 -0
- package/lib/translations/json-to-override.js +61 -0
- package/lib/translations/language-context.d.ts +37 -0
- package/lib/translations/language-context.d.ts.map +1 -0
- package/lib/translations/language-context.js +98 -0
- package/lib/translations/load-org-translations.d.ts +19 -0
- package/lib/translations/load-org-translations.d.ts.map +1 -0
- package/lib/translations/load-org-translations.js +23 -0
- package/lib/translations/merge-overrides.d.ts +28 -0
- package/lib/translations/merge-overrides.d.ts.map +1 -0
- package/lib/translations/merge-overrides.js +126 -0
- package/lib/translations/modules/index.d.ts +4 -0
- package/lib/translations/modules/index.d.ts.map +1 -0
- package/lib/translations/modules/index.js +9 -0
- package/lib/translations/modules/layout.d.ts +73 -0
- package/lib/translations/modules/layout.d.ts.map +1 -0
- package/lib/translations/modules/layout.js +106 -0
- package/lib/translations/modules/search-time.d.ts +8 -0
- package/lib/translations/modules/search-time.d.ts.map +1 -0
- package/lib/translations/modules/search-time.js +11 -0
- package/lib/translations/modules/situation.d.ts +8 -0
- package/lib/translations/modules/situation.d.ts.map +1 -0
- package/lib/translations/modules/situation.js +11 -0
- package/lib/translations/pages/assistant.d.ts +2 -0
- package/lib/translations/pages/assistant.d.ts.map +1 -0
- package/lib/translations/pages/assistant.js +303 -0
- package/lib/translations/pages/contact.d.ts +589 -0
- package/lib/translations/pages/contact.d.ts.map +1 -0
- package/lib/translations/pages/contact.js +679 -0
- package/lib/translations/pages/departures.d.ts +64 -0
- package/lib/translations/pages/departures.d.ts.map +1 -0
- package/lib/translations/pages/departures.js +75 -0
- package/lib/translations/pages/error.d.ts +8 -0
- package/lib/translations/pages/error.d.ts.map +1 -0
- package/lib/translations/pages/error.js +11 -0
- package/lib/translations/pages/index.d.ts +4 -0
- package/lib/translations/pages/index.d.ts.map +1 -0
- package/lib/translations/pages/index.js +9 -0
- package/lib/translations/server/endpoints.d.ts +67 -0
- package/lib/translations/server/endpoints.d.ts.map +1 -0
- package/lib/translations/server/endpoints.js +146 -0
- package/lib/translations/server/index.d.ts +2 -0
- package/lib/translations/server/index.d.ts.map +1 -0
- package/lib/translations/server/index.js +5 -0
- package/lib/translations/translations-context.d.ts +10 -0
- package/lib/translations/translations-context.d.ts.map +1 -0
- package/lib/translations/translations-context.js +20 -0
- package/lib/translations/types.d.ts +41 -0
- package/lib/translations/types.d.ts.map +1 -0
- package/lib/translations/types.js +24 -0
- package/lib/translations/utils.d.ts +16 -0
- package/lib/translations/utils.d.ts.map +1 -0
- package/lib/translations/utils.js +56 -0
- package/lib/types/submit-payloads.d.ts +119 -0
- package/lib/types/submit-payloads.d.ts.map +1 -0
- package/lib/types/submit-payloads.js +7 -0
- package/lib/types.d.ts +20 -0
- package/lib/types.d.ts.map +1 -0
- package/lib/types.js +12 -0
- package/lib/utils/color.d.ts +2 -0
- package/lib/utils/color.d.ts.map +1 -0
- package/lib/utils/color.js +50 -0
- package/lib/utils/css.d.ts +3 -0
- package/lib/utils/css.d.ts.map +1 -0
- package/lib/utils/css.js +15 -0
- package/lib/utils/date.d.ts +4 -0
- package/lib/utils/date.d.ts.map +1 -0
- package/lib/utils/date.js +21 -0
- package/lib/utils/enum-from-string.d.ts +4 -0
- package/lib/utils/enum-from-string.d.ts.map +1 -0
- package/lib/utils/enum-from-string.js +9 -0
- package/lib/utils/env.d.ts +10 -0
- package/lib/utils/env.d.ts.map +1 -0
- package/lib/utils/env.js +49 -0
- package/lib/utils/only-uniques.d.ts +3 -0
- package/lib/utils/only-uniques.d.ts.map +1 -0
- package/lib/utils/only-uniques.js +7 -0
- package/lib/utils/org-theme-definitions.d.ts +5 -0
- package/lib/utils/org-theme-definitions.d.ts.map +1 -0
- package/lib/utils/org-theme-definitions.js +13 -0
- package/lib/utils/presence.d.ts +2 -0
- package/lib/utils/presence.d.ts.map +1 -0
- package/lib/utils/presence.js +5 -0
- package/lib/utils/reference-data.d.ts +15 -0
- package/lib/utils/reference-data.d.ts.map +1 -0
- package/lib/utils/reference-data.js +15 -0
- package/lib/utils/use-client-width.d.ts +2 -0
- package/lib/utils/use-client-width.d.ts.map +1 -0
- package/lib/utils/use-client-width.js +18 -0
- package/lib/utils/use-debounce.d.ts +3 -0
- package/lib/utils/use-debounce.d.ts.map +1 -0
- package/lib/utils/use-debounce.js +14 -0
- package/lib/utils/use-interval.d.ts +2 -0
- package/lib/utils/use-interval.d.ts.map +1 -0
- package/lib/utils/use-interval.js +22 -0
- package/lib/utils/use-localstorage.d.ts +2 -0
- package/lib/utils/use-localstorage.d.ts.map +1 -0
- package/lib/utils/use-localstorage.js +40 -0
- package/lib/utils/use-now.d.ts +2 -0
- package/lib/utils/use-now.d.ts.map +1 -0
- package/lib/utils/use-now.js +13 -0
- package/lib/utils/user-media-query.d.ts +2 -0
- package/lib/utils/user-media-query.d.ts.map +1 -0
- package/lib/utils/user-media-query.js +36 -0
- package/lib/utils.d.ts +19 -0
- package/lib/utils.d.ts.map +1 -0
- package/lib/utils.js +126 -0
- package/lib/validation/commonInputValidator.d.ts +7 -0
- package/lib/validation/commonInputValidator.d.ts.map +1 -0
- package/lib/validation/commonInputValidator.js +28 -0
- package/lib/validation/index.d.ts +2 -0
- package/lib/validation/index.d.ts.map +1 -0
- package/lib/validation/index.js +8 -0
- package/lib/validation/validationRules.d.ts +11 -0
- package/lib/validation/validationRules.d.ts.map +1 -0
- package/lib/validation/validationRules.js +372 -0
- package/package.json +99 -0
|
@@ -0,0 +1,589 @@
|
|
|
1
|
+
import { ReasonForTransportFailure, TicketTypeId } from "../../types";
|
|
2
|
+
export declare const Contact: {
|
|
3
|
+
pageTitle: import("../../translations/commons").TranslatedString;
|
|
4
|
+
contactPageLayout: {
|
|
5
|
+
title: import("../../translations/commons").TranslatedString;
|
|
6
|
+
homeLink: import("../../translations/commons").TranslatedString;
|
|
7
|
+
privacyAndTerms: import("../../translations/commons").TranslatedString;
|
|
8
|
+
};
|
|
9
|
+
ticketControl: {
|
|
10
|
+
title: import("../../translations/commons").TranslatedString;
|
|
11
|
+
feeComplaint: {
|
|
12
|
+
title: import("../../translations/commons").TranslatedString;
|
|
13
|
+
description: import("../../translations/commons").TranslatedString;
|
|
14
|
+
info: import("../../translations/commons").TranslatedString;
|
|
15
|
+
ticketStorage: {
|
|
16
|
+
question: import("../../translations/commons").TranslatedString;
|
|
17
|
+
app: {
|
|
18
|
+
title: import("../../translations/commons").TranslatedString;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
firstAgreement: {
|
|
22
|
+
title: import("../../translations/commons").TranslatedString;
|
|
23
|
+
question: import("../../translations/commons").TranslatedString;
|
|
24
|
+
labelRules: import("../../translations/commons").TranslatedString;
|
|
25
|
+
rules: import("../../translations/commons").TranslatedString[];
|
|
26
|
+
checkbox: import("../../translations/commons").TranslatedString;
|
|
27
|
+
};
|
|
28
|
+
secondAgreement: {
|
|
29
|
+
title: import("../../translations/commons").TranslatedString;
|
|
30
|
+
info: import("../../translations/commons").TranslatedString;
|
|
31
|
+
rules: import("../../translations/commons").TranslatedString[];
|
|
32
|
+
checkbox: import("../../translations/commons").TranslatedString;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
postponePayment: {
|
|
36
|
+
title: import("../../translations/commons").TranslatedString;
|
|
37
|
+
description: import("../../translations/commons").TranslatedString;
|
|
38
|
+
info: import("../../translations/commons").TranslatedString;
|
|
39
|
+
};
|
|
40
|
+
feedback: {
|
|
41
|
+
title: import("../../translations/commons").TranslatedString;
|
|
42
|
+
description: import("../../translations/commons").TranslatedString;
|
|
43
|
+
info: import("../../translations/commons").TranslatedString;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
refund: {
|
|
47
|
+
title: import("../../translations/commons").TranslatedString;
|
|
48
|
+
refundOfTicket: {
|
|
49
|
+
description: import("../../translations/commons").TranslatedString;
|
|
50
|
+
};
|
|
51
|
+
refundAndTravelGuarantee: {
|
|
52
|
+
description: import("../../translations/commons").TranslatedString;
|
|
53
|
+
refundTaxi: {
|
|
54
|
+
label: import("../../translations/commons").TranslatedString;
|
|
55
|
+
};
|
|
56
|
+
refundCar: {
|
|
57
|
+
label: import("../../translations/commons").TranslatedString;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
residualValueOnTravelCard: {
|
|
61
|
+
description: import("../../translations/commons").TranslatedString;
|
|
62
|
+
title: import("../../translations/commons").TranslatedString;
|
|
63
|
+
link: {
|
|
64
|
+
text: import("../../translations/commons").TranslatedString;
|
|
65
|
+
href: import("../../translations/commons").TranslatedString;
|
|
66
|
+
};
|
|
67
|
+
monthlyPayoutDetails: import("../../translations/commons").TranslatedString;
|
|
68
|
+
automatedProcessNotice: {
|
|
69
|
+
note: import("../../translations/commons").TranslatedString;
|
|
70
|
+
text: import("../../translations/commons").TranslatedString;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
agreement: {
|
|
74
|
+
title: import("../../translations/commons").TranslatedString;
|
|
75
|
+
delayedRefundText: import("../../translations/commons").TranslatedString;
|
|
76
|
+
ticketRefundText: import("../../translations/commons").TranslatedString;
|
|
77
|
+
travelGuaranteeExceptions: {
|
|
78
|
+
label: import("../../translations/commons").TranslatedString;
|
|
79
|
+
exceptions: {
|
|
80
|
+
text: import("../../translations/commons").TranslatedString;
|
|
81
|
+
examples: import("../../translations/commons").TranslatedString[];
|
|
82
|
+
}[];
|
|
83
|
+
exclusion: import("../../translations/commons").TranslatedString;
|
|
84
|
+
link: {
|
|
85
|
+
text: import("../../translations/commons").TranslatedString;
|
|
86
|
+
href: import("../../translations/commons").TranslatedString;
|
|
87
|
+
};
|
|
88
|
+
checkbox: import("../../translations/commons").TranslatedString;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
refundTaxi: {
|
|
92
|
+
description: import("../../translations/commons").TranslatedString;
|
|
93
|
+
info: import("../../translations/commons").TranslatedString;
|
|
94
|
+
taxiReceipt: {
|
|
95
|
+
title: import("../../translations/commons").TranslatedString;
|
|
96
|
+
info: import("../../translations/commons").TranslatedString;
|
|
97
|
+
};
|
|
98
|
+
carTrip: {
|
|
99
|
+
title: import("../../translations/commons").TranslatedString;
|
|
100
|
+
};
|
|
101
|
+
aboutYourTrip: {
|
|
102
|
+
title: import("../../translations/commons").TranslatedString;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
refundCar: {
|
|
106
|
+
description: import("../../translations/commons").TranslatedString;
|
|
107
|
+
info: import("../../translations/commons").TranslatedString;
|
|
108
|
+
aboutTheCarTrip: {
|
|
109
|
+
title: import("../../translations/commons").TranslatedString;
|
|
110
|
+
};
|
|
111
|
+
aboutThePlanedTrip: {
|
|
112
|
+
title: import("../../translations/commons").TranslatedString;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
refundOtherPublicTransport: {
|
|
116
|
+
description: import("../../translations/commons").TranslatedString;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
modeOfTransport: {
|
|
120
|
+
title: import("../../translations/commons").TranslatedString;
|
|
121
|
+
driver: {
|
|
122
|
+
description: import("../../translations/commons").TranslatedString;
|
|
123
|
+
info: import("../../translations/commons").TranslatedString;
|
|
124
|
+
about: {
|
|
125
|
+
title: import("../../translations/commons").TranslatedString;
|
|
126
|
+
description: import("../../translations/commons").TranslatedString;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
transportation: {
|
|
130
|
+
description: import("../../translations/commons").TranslatedString;
|
|
131
|
+
info: import("../../translations/commons").TranslatedString;
|
|
132
|
+
about: {
|
|
133
|
+
title: import("../../translations/commons").TranslatedString;
|
|
134
|
+
description: import("../../translations/commons").TranslatedString;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
delay: {
|
|
138
|
+
description: import("../../translations/commons").TranslatedString;
|
|
139
|
+
info: import("../../translations/commons").TranslatedString;
|
|
140
|
+
about: {
|
|
141
|
+
title: import("../../translations/commons").TranslatedString;
|
|
142
|
+
description: import("../../translations/commons").TranslatedString;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
145
|
+
stop: {
|
|
146
|
+
description: import("../../translations/commons").TranslatedString;
|
|
147
|
+
info: import("../../translations/commons").TranslatedString;
|
|
148
|
+
about: {
|
|
149
|
+
title: import("../../translations/commons").TranslatedString;
|
|
150
|
+
description: import("../../translations/commons").TranslatedString;
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
serviceOffering: {
|
|
154
|
+
description: import("../../translations/commons").TranslatedString;
|
|
155
|
+
info: import("../../translations/commons").TranslatedString;
|
|
156
|
+
about: {
|
|
157
|
+
title: import("../../translations/commons").TranslatedString;
|
|
158
|
+
description: import("../../translations/commons").TranslatedString;
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
injury: {
|
|
162
|
+
description: import("../../translations/commons").TranslatedString;
|
|
163
|
+
info: import("../../translations/commons").TranslatedString;
|
|
164
|
+
about: {
|
|
165
|
+
title: import("../../translations/commons").TranslatedString;
|
|
166
|
+
description: import("../../translations/commons").TranslatedString;
|
|
167
|
+
};
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
lostProperty: {
|
|
171
|
+
title: import("../../translations/commons").TranslatedString;
|
|
172
|
+
description: {
|
|
173
|
+
info: import("../../translations/commons").TranslatedString;
|
|
174
|
+
externalLink: import("../../translations/commons").TranslatedString;
|
|
175
|
+
url: import("../../translations/commons").TranslatedString;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
ticketing: {
|
|
179
|
+
title: import("../../translations/commons").TranslatedString;
|
|
180
|
+
additionalTicketingInfo: {
|
|
181
|
+
detail: import("../../translations/commons").TranslatedString;
|
|
182
|
+
linkText: import("../../translations/commons").TranslatedString;
|
|
183
|
+
href: import("../../translations/commons").TranslatedString;
|
|
184
|
+
};
|
|
185
|
+
priceAndTicketTypes: {
|
|
186
|
+
description: import("../../translations/commons").TranslatedString;
|
|
187
|
+
};
|
|
188
|
+
app: {
|
|
189
|
+
description: import("../../translations/commons").TranslatedString;
|
|
190
|
+
appTicketing: {
|
|
191
|
+
title: import("../../translations/commons").TranslatedString;
|
|
192
|
+
label: import("../../translations/commons").TranslatedString;
|
|
193
|
+
};
|
|
194
|
+
appTravelSuggestion: {
|
|
195
|
+
label: import("../../translations/commons").TranslatedString;
|
|
196
|
+
};
|
|
197
|
+
appAccount: {
|
|
198
|
+
label: import("../../translations/commons").TranslatedString;
|
|
199
|
+
};
|
|
200
|
+
};
|
|
201
|
+
webshop: {
|
|
202
|
+
description: import("../../translations/commons").TranslatedString;
|
|
203
|
+
webshopTicketing: {
|
|
204
|
+
title: import("../../translations/commons").TranslatedString;
|
|
205
|
+
label: import("../../translations/commons").TranslatedString;
|
|
206
|
+
};
|
|
207
|
+
webshopAccount: {
|
|
208
|
+
label: import("../../translations/commons").TranslatedString;
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
travelCard: {
|
|
212
|
+
description: import("../../translations/commons").TranslatedString;
|
|
213
|
+
question: import("../../translations/commons").TranslatedString;
|
|
214
|
+
orderTravelCard: {
|
|
215
|
+
label: import("../../translations/commons").TranslatedString;
|
|
216
|
+
detailsList: import("../../translations/commons").TranslatedString[];
|
|
217
|
+
detailWithUrl: {
|
|
218
|
+
detail: import("../../translations/commons").TranslatedString;
|
|
219
|
+
linkText: import("../../translations/commons").TranslatedString;
|
|
220
|
+
href: import("../../translations/commons").TranslatedString;
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
travelCardQuestion: {
|
|
224
|
+
label: import("../../translations/commons").TranslatedString;
|
|
225
|
+
};
|
|
226
|
+
};
|
|
227
|
+
refund: {
|
|
228
|
+
description: import("../../translations/commons").TranslatedString;
|
|
229
|
+
initialAgreement: {
|
|
230
|
+
ticketRefundAvailability: {
|
|
231
|
+
title: import("../../translations/commons").TranslatedString;
|
|
232
|
+
rules: import("../../translations/commons").TranslatedString[];
|
|
233
|
+
};
|
|
234
|
+
refundableTicketTypes: {
|
|
235
|
+
title: import("../../translations/commons").TranslatedString;
|
|
236
|
+
rules: import("../../translations/commons").TranslatedString[];
|
|
237
|
+
info: {
|
|
238
|
+
text: import("../../translations/commons").TranslatedString;
|
|
239
|
+
link: import("../../translations/commons").TranslatedString;
|
|
240
|
+
};
|
|
241
|
+
checkbox: import("../../translations/commons").TranslatedString;
|
|
242
|
+
};
|
|
243
|
+
};
|
|
244
|
+
appTicketRefund: {
|
|
245
|
+
label: import("../../translations/commons").TranslatedString;
|
|
246
|
+
};
|
|
247
|
+
otherTicketRefund: {
|
|
248
|
+
label: import("../../translations/commons").TranslatedString;
|
|
249
|
+
};
|
|
250
|
+
};
|
|
251
|
+
};
|
|
252
|
+
journeyInfo: {
|
|
253
|
+
title: import("../../translations/commons").TranslatedString;
|
|
254
|
+
info: {
|
|
255
|
+
useTravelSearch: import("../../translations/commons").TranslatedString;
|
|
256
|
+
useTravelSearchLink: import("../../translations/commons").TranslatedString;
|
|
257
|
+
};
|
|
258
|
+
input: {
|
|
259
|
+
question: {
|
|
260
|
+
title: import("../../translations/commons").TranslatedString;
|
|
261
|
+
info: import("../../translations/commons").TranslatedString;
|
|
262
|
+
attachment: import("../../translations/commons").TranslatedString;
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
};
|
|
266
|
+
lostAndFound: {
|
|
267
|
+
title: import("../../translations/commons").TranslatedString;
|
|
268
|
+
};
|
|
269
|
+
groupTravel: {
|
|
270
|
+
title: import("../../translations/commons").TranslatedString;
|
|
271
|
+
description: {
|
|
272
|
+
info: import("../../translations/commons").TranslatedString;
|
|
273
|
+
externalLink: import("../../translations/commons").TranslatedString;
|
|
274
|
+
url: import("../../translations/commons").TranslatedString;
|
|
275
|
+
};
|
|
276
|
+
};
|
|
277
|
+
aboutYouInfo: {
|
|
278
|
+
title: import("../../translations/commons").TranslatedString;
|
|
279
|
+
optionalTitle: import("../../translations/commons").TranslatedString;
|
|
280
|
+
};
|
|
281
|
+
submit: import("../../translations/commons").TranslatedString;
|
|
282
|
+
input: {
|
|
283
|
+
firstName: {
|
|
284
|
+
label: import("../../translations/commons").TranslatedString;
|
|
285
|
+
errorMessages: {
|
|
286
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
287
|
+
};
|
|
288
|
+
};
|
|
289
|
+
lastName: {
|
|
290
|
+
label: import("../../translations/commons").TranslatedString;
|
|
291
|
+
errorMessages: {
|
|
292
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
293
|
+
};
|
|
294
|
+
};
|
|
295
|
+
email: {
|
|
296
|
+
label: import("../../translations/commons").TranslatedString;
|
|
297
|
+
errorMessages: {
|
|
298
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
299
|
+
};
|
|
300
|
+
};
|
|
301
|
+
address: {
|
|
302
|
+
label: import("../../translations/commons").TranslatedString;
|
|
303
|
+
errorMessages: {
|
|
304
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
305
|
+
};
|
|
306
|
+
};
|
|
307
|
+
postalCode: {
|
|
308
|
+
label: import("../../translations/commons").TranslatedString;
|
|
309
|
+
errorMessages: {
|
|
310
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
311
|
+
invalidFormat: import("../../translations/commons").TranslatedString;
|
|
312
|
+
};
|
|
313
|
+
};
|
|
314
|
+
city: {
|
|
315
|
+
label: import("../../translations/commons").TranslatedString;
|
|
316
|
+
errorMessages: {
|
|
317
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
318
|
+
};
|
|
319
|
+
};
|
|
320
|
+
phoneNumber: {
|
|
321
|
+
label: import("../../translations/commons").TranslatedString;
|
|
322
|
+
labelOptional: import("../../translations/commons").TranslatedString;
|
|
323
|
+
errorMessages: {
|
|
324
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
325
|
+
invalidFormat: import("../../translations/commons").TranslatedString;
|
|
326
|
+
};
|
|
327
|
+
};
|
|
328
|
+
bankInformation: {
|
|
329
|
+
bankAccountNumber: {
|
|
330
|
+
label: import("../../translations/commons").TranslatedString;
|
|
331
|
+
placeholder: import("../../translations/commons").TranslatedString;
|
|
332
|
+
errorMessages: {
|
|
333
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
334
|
+
invalidFormat: import("../../translations/commons").TranslatedString;
|
|
335
|
+
};
|
|
336
|
+
};
|
|
337
|
+
IBAN: {
|
|
338
|
+
label: import("../../translations/commons").TranslatedString;
|
|
339
|
+
errorMessages: {
|
|
340
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
341
|
+
};
|
|
342
|
+
};
|
|
343
|
+
SWIFT: {
|
|
344
|
+
label: import("../../translations/commons").TranslatedString;
|
|
345
|
+
errorMessages: {
|
|
346
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
347
|
+
};
|
|
348
|
+
};
|
|
349
|
+
checkbox: import("../../translations/commons").TranslatedString;
|
|
350
|
+
};
|
|
351
|
+
transportMode: {
|
|
352
|
+
label: import("../../translations/commons").TranslatedString;
|
|
353
|
+
optionLabel: import("../../translations/commons").TranslatedString;
|
|
354
|
+
modes: {
|
|
355
|
+
bus: import("../../translations/commons").TranslatedString;
|
|
356
|
+
expressboat: import("../../translations/commons").TranslatedString;
|
|
357
|
+
ferry: import("../../translations/commons").TranslatedString;
|
|
358
|
+
};
|
|
359
|
+
errorMessages: {
|
|
360
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
361
|
+
};
|
|
362
|
+
};
|
|
363
|
+
purchasePlatform: {
|
|
364
|
+
label: import("../../translations/commons").TranslatedString;
|
|
365
|
+
optionLabel: import("../../translations/commons").TranslatedString;
|
|
366
|
+
platforms: {
|
|
367
|
+
enturApp: import("../../translations/commons").TranslatedString;
|
|
368
|
+
framApp: import("../../translations/commons").TranslatedString;
|
|
369
|
+
enturWeb: import("../../translations/commons").TranslatedString;
|
|
370
|
+
framWeb: import("../../translations/commons").TranslatedString;
|
|
371
|
+
};
|
|
372
|
+
errorMessages: {
|
|
373
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
374
|
+
};
|
|
375
|
+
};
|
|
376
|
+
line: {
|
|
377
|
+
label: import("../../translations/commons").TranslatedString;
|
|
378
|
+
optionLabel: import("../../translations/commons").TranslatedString;
|
|
379
|
+
errorMessages: {
|
|
380
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
381
|
+
};
|
|
382
|
+
};
|
|
383
|
+
fromStop: {
|
|
384
|
+
label: import("../../translations/commons").TranslatedString;
|
|
385
|
+
optionalLabel: import("../../translations/commons").TranslatedString;
|
|
386
|
+
optionLabel: import("../../translations/commons").TranslatedString;
|
|
387
|
+
errorMessages: {
|
|
388
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
389
|
+
};
|
|
390
|
+
};
|
|
391
|
+
toStop: {
|
|
392
|
+
label: import("../../translations/commons").TranslatedString;
|
|
393
|
+
optionalLabel: import("../../translations/commons").TranslatedString;
|
|
394
|
+
optionLabel: import("../../translations/commons").TranslatedString;
|
|
395
|
+
errorMessages: {
|
|
396
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
397
|
+
};
|
|
398
|
+
};
|
|
399
|
+
stop: {
|
|
400
|
+
label: import("../../translations/commons").TranslatedString;
|
|
401
|
+
optionLabel: import("../../translations/commons").TranslatedString;
|
|
402
|
+
errorMessages: {
|
|
403
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
404
|
+
};
|
|
405
|
+
};
|
|
406
|
+
date: {
|
|
407
|
+
label: import("../../translations/commons").TranslatedString;
|
|
408
|
+
errorMessages: {
|
|
409
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
410
|
+
};
|
|
411
|
+
ticketControl: {
|
|
412
|
+
label: import("../../translations/commons").TranslatedString;
|
|
413
|
+
errorMessages: {
|
|
414
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
415
|
+
};
|
|
416
|
+
};
|
|
417
|
+
};
|
|
418
|
+
plannedDepartureTime: {
|
|
419
|
+
label: import("../../translations/commons").TranslatedString;
|
|
420
|
+
errorMessages: {
|
|
421
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
422
|
+
};
|
|
423
|
+
};
|
|
424
|
+
time: {
|
|
425
|
+
ticketControl: {
|
|
426
|
+
label: import("../../translations/commons").TranslatedString;
|
|
427
|
+
errorMessages: {
|
|
428
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
429
|
+
};
|
|
430
|
+
};
|
|
431
|
+
};
|
|
432
|
+
reasonForTransportFailure: {
|
|
433
|
+
label: import("../../translations/commons").TranslatedString;
|
|
434
|
+
optionLabel: import("../../translations/commons").TranslatedString;
|
|
435
|
+
options: ReasonForTransportFailure[];
|
|
436
|
+
errorMessages: {
|
|
437
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
438
|
+
};
|
|
439
|
+
};
|
|
440
|
+
kilometersDriven: {
|
|
441
|
+
label: import("../../translations/commons").TranslatedString;
|
|
442
|
+
errorMessages: {
|
|
443
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
444
|
+
};
|
|
445
|
+
};
|
|
446
|
+
fromAddress: {
|
|
447
|
+
label: import("../../translations/commons").TranslatedString;
|
|
448
|
+
errorMessages: {
|
|
449
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
450
|
+
};
|
|
451
|
+
};
|
|
452
|
+
toAddress: {
|
|
453
|
+
label: import("../../translations/commons").TranslatedString;
|
|
454
|
+
errorMessages: {
|
|
455
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
456
|
+
};
|
|
457
|
+
};
|
|
458
|
+
feeNumber: {
|
|
459
|
+
label: import("../../translations/commons").TranslatedString;
|
|
460
|
+
description: import("../../translations/commons").TranslatedString;
|
|
461
|
+
instruction: import("../../translations/commons").TranslatedString;
|
|
462
|
+
errorMessages: {
|
|
463
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
464
|
+
invalidFormat: import("../../translations/commons").TranslatedString;
|
|
465
|
+
};
|
|
466
|
+
};
|
|
467
|
+
invoiceNumber: {
|
|
468
|
+
label: import("../../translations/commons").TranslatedString;
|
|
469
|
+
description: import("../../translations/commons").TranslatedString;
|
|
470
|
+
instruction: import("../../translations/commons").TranslatedString;
|
|
471
|
+
errorMessages: {
|
|
472
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
473
|
+
};
|
|
474
|
+
};
|
|
475
|
+
feedback: {
|
|
476
|
+
title: import("../../translations/commons").TranslatedString;
|
|
477
|
+
optionalTitle: import("../../translations/commons").TranslatedString;
|
|
478
|
+
description: import("../../translations/commons").TranslatedString;
|
|
479
|
+
attachment: {
|
|
480
|
+
generic: import("../../translations/commons").TranslatedString;
|
|
481
|
+
receipt: import("../../translations/commons").TranslatedString;
|
|
482
|
+
};
|
|
483
|
+
errorMessages: {
|
|
484
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
485
|
+
};
|
|
486
|
+
};
|
|
487
|
+
appPhoneNumber: {
|
|
488
|
+
label: import("../../translations/commons").TranslatedString;
|
|
489
|
+
errorMessages: {
|
|
490
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
491
|
+
};
|
|
492
|
+
};
|
|
493
|
+
customerNumber: {
|
|
494
|
+
label: import("../../translations/commons").TranslatedString;
|
|
495
|
+
labelOptional: import("../../translations/commons").TranslatedString;
|
|
496
|
+
description: import("../../translations/commons").TranslatedString;
|
|
497
|
+
errorMessages: {
|
|
498
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
499
|
+
invalidFormat: import("../../translations/commons").TranslatedString;
|
|
500
|
+
};
|
|
501
|
+
};
|
|
502
|
+
travelCardNumber: {
|
|
503
|
+
labelRadioButton: import("../../translations/commons").TranslatedString;
|
|
504
|
+
label: import("../../translations/commons").TranslatedString;
|
|
505
|
+
info: import("../../translations/commons").TranslatedString;
|
|
506
|
+
errorMessages: {
|
|
507
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
508
|
+
invalidFormat: import("../../translations/commons").TranslatedString;
|
|
509
|
+
};
|
|
510
|
+
};
|
|
511
|
+
question: {
|
|
512
|
+
title: import("../../translations/commons").TranslatedString;
|
|
513
|
+
info: import("../../translations/commons").TranslatedString;
|
|
514
|
+
attachment: import("../../translations/commons").TranslatedString;
|
|
515
|
+
errorMessages: {
|
|
516
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
517
|
+
};
|
|
518
|
+
};
|
|
519
|
+
orderId: {
|
|
520
|
+
label: (expectsSingleOrderId: boolean) => import("../../translations/commons").TranslatedString;
|
|
521
|
+
description: import("../../translations/commons").TranslatedString;
|
|
522
|
+
descriptionBulletPoints: import("../../translations/commons").TranslatedString[];
|
|
523
|
+
instruction: import("../../translations/commons").TranslatedString;
|
|
524
|
+
errorMessages: {
|
|
525
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
526
|
+
invalidFormat: {
|
|
527
|
+
singleId: import("../../translations/commons").TranslatedString;
|
|
528
|
+
multipleIds: import("../../translations/commons").TranslatedString;
|
|
529
|
+
};
|
|
530
|
+
};
|
|
531
|
+
};
|
|
532
|
+
refundReason: {
|
|
533
|
+
label: import("../../translations/commons").TranslatedString;
|
|
534
|
+
question: import("../../translations/commons").TranslatedString;
|
|
535
|
+
errorMessages: {
|
|
536
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
537
|
+
};
|
|
538
|
+
};
|
|
539
|
+
wantedResponse: {
|
|
540
|
+
options: {
|
|
541
|
+
yes: import("../../translations/commons").TranslatedString;
|
|
542
|
+
no: import("../../translations/commons").TranslatedString;
|
|
543
|
+
};
|
|
544
|
+
errorMessages: {
|
|
545
|
+
undefined: import("../../translations/commons").TranslatedString;
|
|
546
|
+
};
|
|
547
|
+
};
|
|
548
|
+
ticketType: {
|
|
549
|
+
labelRefund: import("../../translations/commons").TranslatedString;
|
|
550
|
+
optionLabelRefund: import("../../translations/commons").TranslatedString;
|
|
551
|
+
options: {
|
|
552
|
+
id: TicketTypeId;
|
|
553
|
+
name: import("../../translations/commons").TranslatedString;
|
|
554
|
+
}[];
|
|
555
|
+
errorMessages: {
|
|
556
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
557
|
+
};
|
|
558
|
+
};
|
|
559
|
+
amount: {
|
|
560
|
+
label: import("../../translations/commons").TranslatedString;
|
|
561
|
+
info: import("../../translations/commons").TranslatedString;
|
|
562
|
+
errorMessages: {
|
|
563
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
564
|
+
};
|
|
565
|
+
};
|
|
566
|
+
};
|
|
567
|
+
success: {
|
|
568
|
+
title: import("../../translations/commons").TranslatedString;
|
|
569
|
+
info: import("../../translations/commons").TranslatedString;
|
|
570
|
+
};
|
|
571
|
+
error: {
|
|
572
|
+
backButton: import("../../translations/commons").TranslatedString;
|
|
573
|
+
title: import("../../translations/commons").TranslatedString;
|
|
574
|
+
info: import("../../translations/commons").TranslatedString;
|
|
575
|
+
};
|
|
576
|
+
components: {
|
|
577
|
+
fileinput: {
|
|
578
|
+
errorMessages: {
|
|
579
|
+
empty: import("../../translations/commons").TranslatedString;
|
|
580
|
+
tooLarge: (fileName: string) => import("../../translations/commons").TranslatedString;
|
|
581
|
+
};
|
|
582
|
+
};
|
|
583
|
+
modal: {
|
|
584
|
+
moreInformation: (inputName: string) => import("../../translations/commons").TranslatedString;
|
|
585
|
+
close: () => import("../../translations/commons").TranslatedString;
|
|
586
|
+
};
|
|
587
|
+
};
|
|
588
|
+
};
|
|
589
|
+
//# sourceMappingURL=contact.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contact.d.ts","sourceRoot":"","sources":["../../../src/translations/pages/contact.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,yBAAyB,EAAE,YAAY,EAAC,MAAM,aAAa,CAAC;AAwjDpE,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAxaH,yBAAyB,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0CAyNF,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAqLZ,MAAM;;;;yCASF,MAAM;;;;CAiC7C,CAAC"}
|