@voyant-travel/distribution-react 0.109.8
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 +82 -0
- package/dist/admin/index.d.ts +30 -0
- package/dist/admin/index.d.ts.map +1 -0
- package/dist/admin/index.js +65 -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-link-detail-page.d.ts +10 -0
- package/dist/components/booking-link-detail-page.d.ts.map +1 -0
- package/dist/components/booking-link-detail-page.js +51 -0
- package/dist/components/channel-detail-page.d.ts +12 -0
- package/dist/components/channel-detail-page.d.ts.map +1 -0
- package/dist/components/channel-detail-page.js +41 -0
- package/dist/components/channel-sync-controls.d.ts +15 -0
- package/dist/components/channel-sync-controls.d.ts.map +1 -0
- package/dist/components/channel-sync-controls.js +29 -0
- package/dist/components/channel-sync-deliveries-drawer.d.ts +12 -0
- package/dist/components/channel-sync-deliveries-drawer.d.ts.map +1 -0
- package/dist/components/channel-sync-deliveries-drawer.js +18 -0
- package/dist/components/channel-sync-page-utils.d.ts +99 -0
- package/dist/components/channel-sync-page-utils.d.ts.map +1 -0
- package/dist/components/channel-sync-page-utils.js +85 -0
- package/dist/components/channel-sync-page.d.ts +4 -0
- package/dist/components/channel-sync-page.d.ts.map +1 -0
- package/dist/components/channel-sync-page.js +141 -0
- package/dist/components/channels-page.d.ts +6 -0
- package/dist/components/channels-page.d.ts.map +1 -0
- package/dist/components/channels-page.js +132 -0
- package/dist/components/commission-rule-detail-page.d.ts +10 -0
- package/dist/components/commission-rule-detail-page.d.ts.map +1 -0
- package/dist/components/commission-rule-detail-page.js +57 -0
- package/dist/components/contract-detail-page.d.ts +10 -0
- package/dist/components/contract-detail-page.d.ts.map +1 -0
- package/dist/components/contract-detail-page.js +64 -0
- package/dist/components/distribution-overview.d.ts +19 -0
- package/dist/components/distribution-overview.d.ts.map +1 -0
- package/dist/components/distribution-overview.js +13 -0
- package/dist/components/distribution-page.d.ts +26 -0
- package/dist/components/distribution-page.d.ts.map +1 -0
- package/dist/components/distribution-page.js +190 -0
- package/dist/components/distribution-section-header.d.ts +7 -0
- package/dist/components/distribution-section-header.d.ts.map +1 -0
- package/dist/components/distribution-section-header.js +6 -0
- package/dist/components/distribution-shared.d.ts +32 -0
- package/dist/components/distribution-shared.d.ts.map +1 -0
- package/dist/components/distribution-shared.js +246 -0
- package/dist/components/distribution-tabs-primary.d.ts +57 -0
- package/dist/components/distribution-tabs-primary.d.ts.map +1 -0
- package/dist/components/distribution-tabs-primary.js +89 -0
- package/dist/components/distribution-tabs-secondary.d.ts +58 -0
- package/dist/components/distribution-tabs-secondary.d.ts.map +1 -0
- package/dist/components/distribution-tabs-secondary.js +89 -0
- package/dist/components/mapping-detail-page.d.ts +10 -0
- package/dist/components/mapping-detail-page.d.ts.map +1 -0
- package/dist/components/mapping-detail-page.js +51 -0
- package/dist/components/webhook-event-detail-page.d.ts +9 -0
- package/dist/components/webhook-event-detail-page.d.ts.map +1 -0
- package/dist/components/webhook-event-detail-page.js +46 -0
- package/dist/constants.d.ts +103 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/constants.js +48 -0
- package/dist/external-refs/client.d.ts +14 -0
- package/dist/external-refs/client.d.ts.map +1 -0
- package/dist/external-refs/client.js +58 -0
- package/dist/external-refs/components/entity-ref-picker.d.ts +21 -0
- package/dist/external-refs/components/entity-ref-picker.d.ts.map +1 -0
- package/dist/external-refs/components/entity-ref-picker.js +38 -0
- package/dist/external-refs/components/external-ref-dialog.d.ts +11 -0
- package/dist/external-refs/components/external-ref-dialog.d.ts.map +1 -0
- package/dist/external-refs/components/external-ref-dialog.js +120 -0
- package/dist/external-refs/components/external-refs-page.d.ts +16 -0
- package/dist/external-refs/components/external-refs-page.d.ts.map +1 -0
- package/dist/external-refs/components/external-refs-page.js +109 -0
- package/dist/external-refs/hooks/index.d.ts +3 -0
- package/dist/external-refs/hooks/index.d.ts.map +1 -0
- package/dist/external-refs/hooks/index.js +2 -0
- package/dist/external-refs/hooks/use-external-ref-mutation.d.ts +57 -0
- package/dist/external-refs/hooks/use-external-ref-mutation.d.ts.map +1 -0
- package/dist/external-refs/hooks/use-external-ref-mutation.js +40 -0
- package/dist/external-refs/hooks/use-external-refs.d.ts +26 -0
- package/dist/external-refs/hooks/use-external-refs.d.ts.map +1 -0
- package/dist/external-refs/hooks/use-external-refs.js +12 -0
- package/dist/external-refs/i18n/en.d.ts +3 -0
- package/dist/external-refs/i18n/en.d.ts.map +1 -0
- package/dist/external-refs/i18n/en.js +92 -0
- package/dist/external-refs/i18n/index.d.ts +5 -0
- package/dist/external-refs/i18n/index.d.ts.map +1 -0
- package/dist/external-refs/i18n/index.js +3 -0
- package/dist/external-refs/i18n/messages.d.ts +85 -0
- package/dist/external-refs/i18n/messages.d.ts.map +1 -0
- package/dist/external-refs/i18n/messages.js +1 -0
- package/dist/external-refs/i18n/provider.d.ts +26 -0
- package/dist/external-refs/i18n/provider.d.ts.map +1 -0
- package/dist/external-refs/i18n/provider.js +44 -0
- package/dist/external-refs/i18n/ro.d.ts +3 -0
- package/dist/external-refs/i18n/ro.d.ts.map +1 -0
- package/dist/external-refs/i18n/ro.js +92 -0
- package/dist/external-refs/index.d.ts +7 -0
- package/dist/external-refs/index.d.ts.map +1 -0
- package/dist/external-refs/index.js +6 -0
- package/dist/external-refs/provider.d.ts +2 -0
- package/dist/external-refs/provider.d.ts.map +1 -0
- package/dist/external-refs/provider.js +1 -0
- package/dist/external-refs/query-keys.d.ts +18 -0
- package/dist/external-refs/query-keys.d.ts.map +1 -0
- package/dist/external-refs/query-keys.js +6 -0
- package/dist/external-refs/query-options.d.ts +159 -0
- package/dist/external-refs/query-options.d.ts.map +1 -0
- package/dist/external-refs/query-options.js +31 -0
- package/dist/external-refs/schemas.d.ts +82 -0
- package/dist/external-refs/schemas.d.ts.map +1 -0
- package/dist/external-refs/schemas.js +20 -0
- package/dist/external-refs/ui.d.ts +5 -0
- package/dist/external-refs/ui.d.ts.map +1 -0
- package/dist/external-refs/ui.js +4 -0
- package/dist/hooks/index.d.ts +12 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/index.js +12 -0
- package/dist/hooks/use-booking-links.d.ts +20 -0
- package/dist/hooks/use-booking-links.d.ts.map +1 -0
- package/dist/hooks/use-booking-links.js +9 -0
- package/dist/hooks/use-bookings.d.ts +14 -0
- package/dist/hooks/use-bookings.d.ts.map +1 -0
- package/dist/hooks/use-bookings.js +9 -0
- package/dist/hooks/use-channel-mutation.d.ts +69 -0
- package/dist/hooks/use-channel-mutation.d.ts.map +1 -0
- package/dist/hooks/use-channel-mutation.js +49 -0
- package/dist/hooks/use-channel.d.ts +16 -0
- package/dist/hooks/use-channel.d.ts.map +1 -0
- package/dist/hooks/use-channel.js +13 -0
- package/dist/hooks/use-channels.d.ts +20 -0
- package/dist/hooks/use-channels.d.ts.map +1 -0
- package/dist/hooks/use-channels.js +9 -0
- package/dist/hooks/use-commission-rules.d.ts +23 -0
- package/dist/hooks/use-commission-rules.d.ts.map +1 -0
- package/dist/hooks/use-commission-rules.js +9 -0
- package/dist/hooks/use-contracts.d.ts +22 -0
- package/dist/hooks/use-contracts.d.ts.map +1 -0
- package/dist/hooks/use-contracts.js +9 -0
- package/dist/hooks/use-mappings.d.ts +19 -0
- package/dist/hooks/use-mappings.d.ts.map +1 -0
- package/dist/hooks/use-mappings.js +9 -0
- package/dist/hooks/use-products.d.ts +14 -0
- package/dist/hooks/use-products.d.ts.map +1 -0
- package/dist/hooks/use-products.js +9 -0
- package/dist/hooks/use-suppliers.d.ts +14 -0
- package/dist/hooks/use-suppliers.d.ts.map +1 -0
- package/dist/hooks/use-suppliers.js +9 -0
- package/dist/hooks/use-webhook-events.d.ts +21 -0
- package/dist/hooks/use-webhook-events.d.ts.map +1 -0
- package/dist/hooks/use-webhook-events.js +9 -0
- package/dist/i18n/en.d.ts +592 -0
- package/dist/i18n/en.d.ts.map +1 -0
- package/dist/i18n/en.js +561 -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.d.ts +409 -0
- package/dist/i18n/messages.d.ts.map +1 -0
- package/dist/i18n/messages.js +1 -0
- package/dist/i18n/provider.d.ts +1207 -0
- package/dist/i18n/provider.d.ts.map +1 -0
- package/dist/i18n/provider.js +44 -0
- package/dist/i18n/ro.d.ts +592 -0
- package/dist/i18n/ro.d.ts.map +1 -0
- package/dist/i18n/ro.js +561 -0
- package/dist/i18n/utils.d.ts +4 -0
- package/dist/i18n/utils.d.ts.map +1 -0
- package/dist/i18n/utils.js +8 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +8 -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 +61 -0
- package/dist/query-keys.d.ts.map +1 -0
- package/dist/query-keys.js +30 -0
- package/dist/query-options.d.ts +999 -0
- package/dist/query-options.d.ts.map +1 -0
- package/dist/query-options.js +219 -0
- package/dist/schemas.d.ts +615 -0
- package/dist/schemas.d.ts.map +1 -0
- package/dist/schemas.js +144 -0
- package/dist/suppliers/admin/index.d.ts +69 -0
- package/dist/suppliers/admin/index.d.ts.map +1 -0
- package/dist/suppliers/admin/index.js +111 -0
- package/dist/suppliers/admin/pages/supplier-detail-page.d.ts +9 -0
- package/dist/suppliers/admin/pages/supplier-detail-page.d.ts.map +1 -0
- package/dist/suppliers/admin/pages/supplier-detail-page.js +11 -0
- package/dist/suppliers/admin/slots.d.ts +19 -0
- package/dist/suppliers/admin/slots.d.ts.map +1 -0
- package/dist/suppliers/admin/slots.js +18 -0
- package/dist/suppliers/admin/supplier-detail-host.d.ts +30 -0
- package/dist/suppliers/admin/supplier-detail-host.d.ts.map +1 -0
- package/dist/suppliers/admin/supplier-detail-host.js +34 -0
- package/dist/suppliers/admin/supplier-detail-skeleton.d.ts +9 -0
- package/dist/suppliers/admin/supplier-detail-skeleton.d.ts.map +1 -0
- package/dist/suppliers/admin/supplier-detail-skeleton.js +20 -0
- package/dist/suppliers/admin/suppliers-host.d.ts +11 -0
- package/dist/suppliers/admin/suppliers-host.d.ts.map +1 -0
- package/dist/suppliers/admin/suppliers-host.js +17 -0
- package/dist/suppliers/admin/suppliers-list-skeleton.d.ts +9 -0
- package/dist/suppliers/admin/suppliers-list-skeleton.d.ts.map +1 -0
- package/dist/suppliers/admin/suppliers-list-skeleton.js +24 -0
- package/dist/suppliers/client.d.ts +14 -0
- package/dist/suppliers/client.d.ts.map +1 -0
- package/dist/suppliers/client.js +59 -0
- package/dist/suppliers/components/message-format.d.ts +2 -0
- package/dist/suppliers/components/message-format.d.ts.map +1 -0
- package/dist/suppliers/components/message-format.js +3 -0
- package/dist/suppliers/components/rate-dialog.d.ts +11 -0
- package/dist/suppliers/components/rate-dialog.d.ts.map +1 -0
- package/dist/suppliers/components/rate-dialog.js +93 -0
- package/dist/suppliers/components/service-dialog.d.ts +10 -0
- package/dist/suppliers/components/service-dialog.d.ts.map +1 -0
- package/dist/suppliers/components/service-dialog.js +69 -0
- package/dist/suppliers/components/supplier-combobox.d.ts +13 -0
- package/dist/suppliers/components/supplier-combobox.d.ts.map +1 -0
- package/dist/suppliers/components/supplier-combobox.js +23 -0
- package/dist/suppliers/components/supplier-detail-page.d.ts +17 -0
- package/dist/suppliers/components/supplier-detail-page.d.ts.map +1 -0
- package/dist/suppliers/components/supplier-detail-page.js +105 -0
- package/dist/suppliers/components/supplier-dialog.d.ts +9 -0
- package/dist/suppliers/components/supplier-dialog.d.ts.map +1 -0
- package/dist/suppliers/components/supplier-dialog.js +118 -0
- package/dist/suppliers/components/supplier-service-row.d.ts +22 -0
- package/dist/suppliers/components/supplier-service-row.d.ts.map +1 -0
- package/dist/suppliers/components/supplier-service-row.js +18 -0
- package/dist/suppliers/components/suppliers-page.d.ts +10 -0
- package/dist/suppliers/components/suppliers-page.d.ts.map +1 -0
- package/dist/suppliers/components/suppliers-page.js +94 -0
- package/dist/suppliers/constants.d.ts +69 -0
- package/dist/suppliers/constants.d.ts.map +1 -0
- package/dist/suppliers/constants.js +34 -0
- package/dist/suppliers/hooks/index.d.ts +10 -0
- package/dist/suppliers/hooks/index.d.ts.map +1 -0
- package/dist/suppliers/hooks/index.js +10 -0
- package/dist/suppliers/hooks/use-supplier-mutation.d.ts +95 -0
- package/dist/suppliers/hooks/use-supplier-mutation.d.ts.map +1 -0
- package/dist/suppliers/hooks/use-supplier-mutation.js +41 -0
- package/dist/suppliers/hooks/use-supplier-note-mutation.d.ts +13 -0
- package/dist/suppliers/hooks/use-supplier-note-mutation.d.ts.map +1 -0
- package/dist/suppliers/hooks/use-supplier-note-mutation.js +20 -0
- package/dist/suppliers/hooks/use-supplier-notes.d.ts +13 -0
- package/dist/suppliers/hooks/use-supplier-notes.d.ts.map +1 -0
- package/dist/suppliers/hooks/use-supplier-notes.js +12 -0
- package/dist/suppliers/hooks/use-supplier-rate-mutation.d.ts +56 -0
- package/dist/suppliers/hooks/use-supplier-rate-mutation.d.ts.map +1 -0
- package/dist/suppliers/hooks/use-supplier-rate-mutation.js +41 -0
- package/dist/suppliers/hooks/use-supplier-service-mutation.d.ts +45 -0
- package/dist/suppliers/hooks/use-supplier-service-mutation.d.ts.map +1 -0
- package/dist/suppliers/hooks/use-supplier-service-mutation.js +44 -0
- package/dist/suppliers/hooks/use-supplier-service-rates.d.ts +20 -0
- package/dist/suppliers/hooks/use-supplier-service-rates.d.ts.map +1 -0
- package/dist/suppliers/hooks/use-supplier-service-rates.js +12 -0
- package/dist/suppliers/hooks/use-supplier-services.d.ts +19 -0
- package/dist/suppliers/hooks/use-supplier-services.d.ts.map +1 -0
- package/dist/suppliers/hooks/use-supplier-services.js +12 -0
- package/dist/suppliers/hooks/use-supplier.d.ts +38 -0
- package/dist/suppliers/hooks/use-supplier.d.ts.map +1 -0
- package/dist/suppliers/hooks/use-supplier.js +9 -0
- package/dist/suppliers/hooks/use-suppliers.d.ts +42 -0
- package/dist/suppliers/hooks/use-suppliers.d.ts.map +1 -0
- package/dist/suppliers/hooks/use-suppliers.js +9 -0
- package/dist/suppliers/i18n/en.d.ts +204 -0
- package/dist/suppliers/i18n/en.d.ts.map +1 -0
- package/dist/suppliers/i18n/en.js +203 -0
- package/dist/suppliers/i18n/index.d.ts +5 -0
- package/dist/suppliers/i18n/index.d.ts.map +1 -0
- package/dist/suppliers/i18n/index.js +3 -0
- package/dist/suppliers/i18n/messages.d.ts +187 -0
- package/dist/suppliers/i18n/messages.d.ts.map +1 -0
- package/dist/suppliers/i18n/messages.js +1 -0
- package/dist/suppliers/i18n/provider.d.ts +430 -0
- package/dist/suppliers/i18n/provider.d.ts.map +1 -0
- package/dist/suppliers/i18n/provider.js +44 -0
- package/dist/suppliers/i18n/ro.d.ts +204 -0
- package/dist/suppliers/i18n/ro.d.ts.map +1 -0
- package/dist/suppliers/i18n/ro.js +203 -0
- package/dist/suppliers/index.d.ts +9 -0
- package/dist/suppliers/index.d.ts.map +1 -0
- package/dist/suppliers/index.js +8 -0
- package/dist/suppliers/provider.d.ts +2 -0
- package/dist/suppliers/provider.d.ts.map +1 -0
- package/dist/suppliers/provider.js +1 -0
- package/dist/suppliers/query-keys.d.ts +29 -0
- package/dist/suppliers/query-keys.d.ts.map +1 -0
- package/dist/suppliers/query-keys.js +12 -0
- package/dist/suppliers/query-options.d.ts +467 -0
- package/dist/suppliers/query-options.d.ts.map +1 -0
- package/dist/suppliers/query-options.js +63 -0
- package/dist/suppliers/schemas.d.ts +363 -0
- package/dist/suppliers/schemas.d.ts.map +1 -0
- package/dist/suppliers/schemas.js +109 -0
- package/dist/suppliers/ui.d.ts +9 -0
- package/dist/suppliers/ui.d.ts.map +1 -0
- package/dist/suppliers/ui.js +8 -0
- package/dist/suppliers/utils.d.ts +4 -0
- package/dist/suppliers/utils.d.ts.map +1 -0
- package/dist/suppliers/utils.js +10 -0
- package/dist/ui.d.ts +16 -0
- package/dist/ui.d.ts.map +1 -0
- package/dist/ui.js +14 -0
- package/dist/utils.d.ts +10 -0
- package/dist/utils.d.ts.map +1 -0
- package/dist/utils.js +44 -0
- package/package.json +263 -0
- package/src/external-refs/styles.css +11 -0
- package/src/styles.css +11 -0
- package/src/suppliers/styles.css +11 -0
|
@@ -0,0 +1,430 @@
|
|
|
1
|
+
import { type LocaleMessageOverrides, type PackageI18nValue } from "@voyant-travel/i18n";
|
|
2
|
+
import type { ReactNode } from "react";
|
|
3
|
+
import type { SuppliersUiMessages } from "./messages.js";
|
|
4
|
+
export declare const suppliersUiMessageDefinitions: {
|
|
5
|
+
en: {
|
|
6
|
+
common: {
|
|
7
|
+
edit: string;
|
|
8
|
+
delete: string;
|
|
9
|
+
add: string;
|
|
10
|
+
save: string;
|
|
11
|
+
create: string;
|
|
12
|
+
cancel: string;
|
|
13
|
+
back: string;
|
|
14
|
+
open: string;
|
|
15
|
+
active: string;
|
|
16
|
+
inactive: string;
|
|
17
|
+
none: string;
|
|
18
|
+
unknown: string;
|
|
19
|
+
maxPax: string;
|
|
20
|
+
supplierTypeLabels: {
|
|
21
|
+
hotel: string;
|
|
22
|
+
transfer: string;
|
|
23
|
+
guide: string;
|
|
24
|
+
experience: string;
|
|
25
|
+
airline: string;
|
|
26
|
+
restaurant: string;
|
|
27
|
+
other: string;
|
|
28
|
+
};
|
|
29
|
+
supplierStatusLabels: {
|
|
30
|
+
active: string;
|
|
31
|
+
inactive: string;
|
|
32
|
+
pending: string;
|
|
33
|
+
};
|
|
34
|
+
serviceTypeLabels: {
|
|
35
|
+
accommodation: string;
|
|
36
|
+
transfer: string;
|
|
37
|
+
experience: string;
|
|
38
|
+
guide: string;
|
|
39
|
+
meal: string;
|
|
40
|
+
other: string;
|
|
41
|
+
};
|
|
42
|
+
rateUnitLabels: {
|
|
43
|
+
per_person: string;
|
|
44
|
+
per_group: string;
|
|
45
|
+
per_night: string;
|
|
46
|
+
per_vehicle: string;
|
|
47
|
+
flat: string;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
suppliersPage: {
|
|
51
|
+
title: string;
|
|
52
|
+
description: string;
|
|
53
|
+
create: string;
|
|
54
|
+
searchPlaceholder: string;
|
|
55
|
+
summary: string;
|
|
56
|
+
previous: string;
|
|
57
|
+
next: string;
|
|
58
|
+
page: string;
|
|
59
|
+
filters: string;
|
|
60
|
+
clearFilters: string;
|
|
61
|
+
allTypes: string;
|
|
62
|
+
allStatuses: string;
|
|
63
|
+
countryPlaceholder: string;
|
|
64
|
+
currencyPlaceholder: string;
|
|
65
|
+
filterTypeLabel: string;
|
|
66
|
+
filterStatusLabel: string;
|
|
67
|
+
filterCountryLabel: string;
|
|
68
|
+
filterCurrencyLabel: string;
|
|
69
|
+
empty: string;
|
|
70
|
+
loadFailed: string;
|
|
71
|
+
columns: {
|
|
72
|
+
name: string;
|
|
73
|
+
type: string;
|
|
74
|
+
status: string;
|
|
75
|
+
city: string;
|
|
76
|
+
country: string;
|
|
77
|
+
currency: string;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
supplierDetailPage: {
|
|
81
|
+
backToSuppliers: string;
|
|
82
|
+
notFound: string;
|
|
83
|
+
loadFailed: string;
|
|
84
|
+
details: string;
|
|
85
|
+
contact: string;
|
|
86
|
+
noContact: string;
|
|
87
|
+
services: string;
|
|
88
|
+
addService: string;
|
|
89
|
+
noServices: string;
|
|
90
|
+
notes: string;
|
|
91
|
+
notePlaceholder: string;
|
|
92
|
+
addNote: string;
|
|
93
|
+
noNotes: string;
|
|
94
|
+
deleteSupplierConfirm: string;
|
|
95
|
+
deleteServiceConfirm: string;
|
|
96
|
+
deleteRateConfirm: string;
|
|
97
|
+
labels: {
|
|
98
|
+
type: string;
|
|
99
|
+
status: string;
|
|
100
|
+
city: string;
|
|
101
|
+
country: string;
|
|
102
|
+
currency: string;
|
|
103
|
+
reservationTimeout: string;
|
|
104
|
+
email: string;
|
|
105
|
+
phone: string;
|
|
106
|
+
website: string;
|
|
107
|
+
address: string;
|
|
108
|
+
contactName: string;
|
|
109
|
+
contactEmail: string;
|
|
110
|
+
contactPhone: string;
|
|
111
|
+
created: string;
|
|
112
|
+
updated: string;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
supplierCombobox: {
|
|
116
|
+
placeholder: string;
|
|
117
|
+
empty: string;
|
|
118
|
+
loading: string;
|
|
119
|
+
};
|
|
120
|
+
dialogs: {
|
|
121
|
+
supplier: {
|
|
122
|
+
newTitle: string;
|
|
123
|
+
editTitle: string;
|
|
124
|
+
nameLabel: string;
|
|
125
|
+
namePlaceholder: string;
|
|
126
|
+
typeLabel: string;
|
|
127
|
+
statusLabel: string;
|
|
128
|
+
descriptionLabel: string;
|
|
129
|
+
descriptionPlaceholder: string;
|
|
130
|
+
emailLabel: string;
|
|
131
|
+
emailPlaceholder: string;
|
|
132
|
+
phoneLabel: string;
|
|
133
|
+
phonePlaceholder: string;
|
|
134
|
+
websiteLabel: string;
|
|
135
|
+
websitePlaceholder: string;
|
|
136
|
+
addressLabel: string;
|
|
137
|
+
addressPlaceholder: string;
|
|
138
|
+
cityLabel: string;
|
|
139
|
+
cityPlaceholder: string;
|
|
140
|
+
countryLabel: string;
|
|
141
|
+
countryPlaceholder: string;
|
|
142
|
+
defaultCurrencyLabel: string;
|
|
143
|
+
defaultCurrencyPlaceholder: string;
|
|
144
|
+
reservationTimeoutLabel: string;
|
|
145
|
+
reservationTimeoutPlaceholder: string;
|
|
146
|
+
contactNameLabel: string;
|
|
147
|
+
contactNamePlaceholder: string;
|
|
148
|
+
contactEmailLabel: string;
|
|
149
|
+
contactEmailPlaceholder: string;
|
|
150
|
+
contactPhoneLabel: string;
|
|
151
|
+
contactPhonePlaceholder: string;
|
|
152
|
+
validationNameRequired: string;
|
|
153
|
+
validationIsoCurrency: string;
|
|
154
|
+
validationReservationTimeout: string;
|
|
155
|
+
};
|
|
156
|
+
service: {
|
|
157
|
+
newTitle: string;
|
|
158
|
+
editTitle: string;
|
|
159
|
+
serviceTypeLabel: string;
|
|
160
|
+
nameLabel: string;
|
|
161
|
+
namePlaceholder: string;
|
|
162
|
+
descriptionLabel: string;
|
|
163
|
+
descriptionPlaceholder: string;
|
|
164
|
+
durationLabel: string;
|
|
165
|
+
durationPlaceholder: string;
|
|
166
|
+
capacityLabel: string;
|
|
167
|
+
capacityPlaceholder: string;
|
|
168
|
+
activeLabel: string;
|
|
169
|
+
validationNameRequired: string;
|
|
170
|
+
};
|
|
171
|
+
rate: {
|
|
172
|
+
newTitle: string;
|
|
173
|
+
editTitle: string;
|
|
174
|
+
seasonNameLabel: string;
|
|
175
|
+
seasonNamePlaceholder: string;
|
|
176
|
+
currencyLabel: string;
|
|
177
|
+
currencyPlaceholder: string;
|
|
178
|
+
amountLabel: string;
|
|
179
|
+
amountPlaceholder: string;
|
|
180
|
+
unitLabel: string;
|
|
181
|
+
validFromLabel: string;
|
|
182
|
+
validToLabel: string;
|
|
183
|
+
minPaxLabel: string;
|
|
184
|
+
minPaxPlaceholder: string;
|
|
185
|
+
maxPaxLabel: string;
|
|
186
|
+
maxPaxPlaceholder: string;
|
|
187
|
+
notesLabel: string;
|
|
188
|
+
notesPlaceholder: string;
|
|
189
|
+
validationNameRequired: string;
|
|
190
|
+
validationIsoCurrency: string;
|
|
191
|
+
validationNonNegative: string;
|
|
192
|
+
};
|
|
193
|
+
};
|
|
194
|
+
supplierServiceRow: {
|
|
195
|
+
rates: string;
|
|
196
|
+
addRate: string;
|
|
197
|
+
noRates: string;
|
|
198
|
+
columns: {
|
|
199
|
+
name: string;
|
|
200
|
+
amount: string;
|
|
201
|
+
unit: string;
|
|
202
|
+
valid: string;
|
|
203
|
+
pax: string;
|
|
204
|
+
};
|
|
205
|
+
validFallback: string;
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
ro: {
|
|
209
|
+
common: {
|
|
210
|
+
edit: string;
|
|
211
|
+
delete: string;
|
|
212
|
+
add: string;
|
|
213
|
+
save: string;
|
|
214
|
+
create: string;
|
|
215
|
+
cancel: string;
|
|
216
|
+
back: string;
|
|
217
|
+
open: string;
|
|
218
|
+
active: string;
|
|
219
|
+
inactive: string;
|
|
220
|
+
none: string;
|
|
221
|
+
unknown: string;
|
|
222
|
+
maxPax: string;
|
|
223
|
+
supplierTypeLabels: {
|
|
224
|
+
hotel: string;
|
|
225
|
+
transfer: string;
|
|
226
|
+
guide: string;
|
|
227
|
+
experience: string;
|
|
228
|
+
airline: string;
|
|
229
|
+
restaurant: string;
|
|
230
|
+
other: string;
|
|
231
|
+
};
|
|
232
|
+
supplierStatusLabels: {
|
|
233
|
+
active: string;
|
|
234
|
+
inactive: string;
|
|
235
|
+
pending: string;
|
|
236
|
+
};
|
|
237
|
+
serviceTypeLabels: {
|
|
238
|
+
accommodation: string;
|
|
239
|
+
transfer: string;
|
|
240
|
+
experience: string;
|
|
241
|
+
guide: string;
|
|
242
|
+
meal: string;
|
|
243
|
+
other: string;
|
|
244
|
+
};
|
|
245
|
+
rateUnitLabels: {
|
|
246
|
+
per_person: string;
|
|
247
|
+
per_group: string;
|
|
248
|
+
per_night: string;
|
|
249
|
+
per_vehicle: string;
|
|
250
|
+
flat: string;
|
|
251
|
+
};
|
|
252
|
+
};
|
|
253
|
+
suppliersPage: {
|
|
254
|
+
title: string;
|
|
255
|
+
description: string;
|
|
256
|
+
create: string;
|
|
257
|
+
searchPlaceholder: string;
|
|
258
|
+
summary: string;
|
|
259
|
+
previous: string;
|
|
260
|
+
next: string;
|
|
261
|
+
page: string;
|
|
262
|
+
filters: string;
|
|
263
|
+
clearFilters: string;
|
|
264
|
+
allTypes: string;
|
|
265
|
+
allStatuses: string;
|
|
266
|
+
countryPlaceholder: string;
|
|
267
|
+
currencyPlaceholder: string;
|
|
268
|
+
filterTypeLabel: string;
|
|
269
|
+
filterStatusLabel: string;
|
|
270
|
+
filterCountryLabel: string;
|
|
271
|
+
filterCurrencyLabel: string;
|
|
272
|
+
empty: string;
|
|
273
|
+
loadFailed: string;
|
|
274
|
+
columns: {
|
|
275
|
+
name: string;
|
|
276
|
+
type: string;
|
|
277
|
+
status: string;
|
|
278
|
+
city: string;
|
|
279
|
+
country: string;
|
|
280
|
+
currency: string;
|
|
281
|
+
};
|
|
282
|
+
};
|
|
283
|
+
supplierDetailPage: {
|
|
284
|
+
backToSuppliers: string;
|
|
285
|
+
notFound: string;
|
|
286
|
+
loadFailed: string;
|
|
287
|
+
details: string;
|
|
288
|
+
contact: string;
|
|
289
|
+
noContact: string;
|
|
290
|
+
services: string;
|
|
291
|
+
addService: string;
|
|
292
|
+
noServices: string;
|
|
293
|
+
notes: string;
|
|
294
|
+
notePlaceholder: string;
|
|
295
|
+
addNote: string;
|
|
296
|
+
noNotes: string;
|
|
297
|
+
deleteSupplierConfirm: string;
|
|
298
|
+
deleteServiceConfirm: string;
|
|
299
|
+
deleteRateConfirm: string;
|
|
300
|
+
labels: {
|
|
301
|
+
type: string;
|
|
302
|
+
status: string;
|
|
303
|
+
city: string;
|
|
304
|
+
country: string;
|
|
305
|
+
currency: string;
|
|
306
|
+
reservationTimeout: string;
|
|
307
|
+
email: string;
|
|
308
|
+
phone: string;
|
|
309
|
+
website: string;
|
|
310
|
+
address: string;
|
|
311
|
+
contactName: string;
|
|
312
|
+
contactEmail: string;
|
|
313
|
+
contactPhone: string;
|
|
314
|
+
created: string;
|
|
315
|
+
updated: string;
|
|
316
|
+
};
|
|
317
|
+
};
|
|
318
|
+
supplierCombobox: {
|
|
319
|
+
placeholder: string;
|
|
320
|
+
empty: string;
|
|
321
|
+
loading: string;
|
|
322
|
+
};
|
|
323
|
+
dialogs: {
|
|
324
|
+
supplier: {
|
|
325
|
+
newTitle: string;
|
|
326
|
+
editTitle: string;
|
|
327
|
+
nameLabel: string;
|
|
328
|
+
namePlaceholder: string;
|
|
329
|
+
typeLabel: string;
|
|
330
|
+
statusLabel: string;
|
|
331
|
+
descriptionLabel: string;
|
|
332
|
+
descriptionPlaceholder: string;
|
|
333
|
+
emailLabel: string;
|
|
334
|
+
emailPlaceholder: string;
|
|
335
|
+
phoneLabel: string;
|
|
336
|
+
phonePlaceholder: string;
|
|
337
|
+
websiteLabel: string;
|
|
338
|
+
websitePlaceholder: string;
|
|
339
|
+
addressLabel: string;
|
|
340
|
+
addressPlaceholder: string;
|
|
341
|
+
cityLabel: string;
|
|
342
|
+
cityPlaceholder: string;
|
|
343
|
+
countryLabel: string;
|
|
344
|
+
countryPlaceholder: string;
|
|
345
|
+
defaultCurrencyLabel: string;
|
|
346
|
+
defaultCurrencyPlaceholder: string;
|
|
347
|
+
reservationTimeoutLabel: string;
|
|
348
|
+
reservationTimeoutPlaceholder: string;
|
|
349
|
+
contactNameLabel: string;
|
|
350
|
+
contactNamePlaceholder: string;
|
|
351
|
+
contactEmailLabel: string;
|
|
352
|
+
contactEmailPlaceholder: string;
|
|
353
|
+
contactPhoneLabel: string;
|
|
354
|
+
contactPhonePlaceholder: string;
|
|
355
|
+
validationNameRequired: string;
|
|
356
|
+
validationIsoCurrency: string;
|
|
357
|
+
validationReservationTimeout: string;
|
|
358
|
+
};
|
|
359
|
+
service: {
|
|
360
|
+
newTitle: string;
|
|
361
|
+
editTitle: string;
|
|
362
|
+
serviceTypeLabel: string;
|
|
363
|
+
nameLabel: string;
|
|
364
|
+
namePlaceholder: string;
|
|
365
|
+
descriptionLabel: string;
|
|
366
|
+
descriptionPlaceholder: string;
|
|
367
|
+
durationLabel: string;
|
|
368
|
+
durationPlaceholder: string;
|
|
369
|
+
capacityLabel: string;
|
|
370
|
+
capacityPlaceholder: string;
|
|
371
|
+
activeLabel: string;
|
|
372
|
+
validationNameRequired: string;
|
|
373
|
+
};
|
|
374
|
+
rate: {
|
|
375
|
+
newTitle: string;
|
|
376
|
+
editTitle: string;
|
|
377
|
+
seasonNameLabel: string;
|
|
378
|
+
seasonNamePlaceholder: string;
|
|
379
|
+
currencyLabel: string;
|
|
380
|
+
currencyPlaceholder: string;
|
|
381
|
+
amountLabel: string;
|
|
382
|
+
amountPlaceholder: string;
|
|
383
|
+
unitLabel: string;
|
|
384
|
+
validFromLabel: string;
|
|
385
|
+
validToLabel: string;
|
|
386
|
+
minPaxLabel: string;
|
|
387
|
+
minPaxPlaceholder: string;
|
|
388
|
+
maxPaxLabel: string;
|
|
389
|
+
maxPaxPlaceholder: string;
|
|
390
|
+
notesLabel: string;
|
|
391
|
+
notesPlaceholder: string;
|
|
392
|
+
validationNameRequired: string;
|
|
393
|
+
validationIsoCurrency: string;
|
|
394
|
+
validationNonNegative: string;
|
|
395
|
+
};
|
|
396
|
+
};
|
|
397
|
+
supplierServiceRow: {
|
|
398
|
+
rates: string;
|
|
399
|
+
addRate: string;
|
|
400
|
+
noRates: string;
|
|
401
|
+
columns: {
|
|
402
|
+
name: string;
|
|
403
|
+
amount: string;
|
|
404
|
+
unit: string;
|
|
405
|
+
valid: string;
|
|
406
|
+
pax: string;
|
|
407
|
+
};
|
|
408
|
+
validFallback: string;
|
|
409
|
+
};
|
|
410
|
+
};
|
|
411
|
+
};
|
|
412
|
+
export type SuppliersUiMessageOverrides = LocaleMessageOverrides<SuppliersUiMessages>;
|
|
413
|
+
export declare function resolveSuppliersUiMessages({ locale, overrides, }: {
|
|
414
|
+
locale: string | null | undefined;
|
|
415
|
+
overrides?: SuppliersUiMessageOverrides | null;
|
|
416
|
+
}): SuppliersUiMessages;
|
|
417
|
+
export declare function getSuppliersUiI18n({ locale, overrides, }: {
|
|
418
|
+
locale?: string | null | undefined;
|
|
419
|
+
overrides?: SuppliersUiMessageOverrides | null;
|
|
420
|
+
}): PackageI18nValue<SuppliersUiMessages>;
|
|
421
|
+
export declare function SuppliersUiMessagesProvider({ children, locale, overrides, }: {
|
|
422
|
+
children: ReactNode;
|
|
423
|
+
locale: string | null | undefined;
|
|
424
|
+
overrides?: SuppliersUiMessageOverrides | null;
|
|
425
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
426
|
+
export declare const useSuppliersUiI18n: () => PackageI18nValue<SuppliersUiMessages>;
|
|
427
|
+
export declare const useSuppliersUiMessages: () => SuppliersUiMessages;
|
|
428
|
+
export declare function useSuppliersUiI18nOrDefault(): PackageI18nValue<SuppliersUiMessages>;
|
|
429
|
+
export declare function useSuppliersUiMessagesOrDefault(): SuppliersUiMessages;
|
|
430
|
+
//# sourceMappingURL=provider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../../src/suppliers/i18n/provider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAIL,KAAK,sBAAsB,EAC3B,KAAK,gBAAgB,EAEtB,MAAM,qBAAqB,CAAA;AAC5B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAGtC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAKxD,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGe,CAAA;AAEzD,MAAM,MAAM,2BAA2B,GAAG,sBAAsB,CAAC,mBAAmB,CAAC,CAAA;AASrF,wBAAgB,0BAA0B,CAAC,EACzC,MAAM,EACN,SAAS,GACV,EAAE;IACD,MAAM,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAA;IACjC,SAAS,CAAC,EAAE,2BAA2B,GAAG,IAAI,CAAA;CAC/C,uBAOA;AAED,wBAAgB,kBAAkB,CAAC,EACjC,MAAM,EACN,SAAS,GACV,EAAE;IACD,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAA;IAClC,SAAS,CAAC,EAAE,2BAA2B,GAAG,IAAI,CAAA;CAC/C,GAAG,gBAAgB,CAAC,mBAAmB,CAAC,CASxC;AAED,wBAAgB,2BAA2B,CAAC,EAC1C,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,2BAA2B,GAAG,IAAI,CAAA;CAC/C,2CAWA;AAED,eAAO,MAAM,kBAAkB,6CAA6B,CAAA;AAC5D,eAAO,MAAM,sBAAsB,2BAAiC,CAAA;AAEpE,wBAAgB,2BAA2B,0CAE1C;AAED,wBAAgB,+BAA+B,wBAE9C"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { createLocaleFormatters, createPackageMessagesContext, resolvePackageMessages, } from "@voyant-travel/i18n";
|
|
4
|
+
import { suppliersUiEn } from "./en.js";
|
|
5
|
+
import { suppliersUiRo } from "./ro.js";
|
|
6
|
+
const fallbackLocale = "en";
|
|
7
|
+
export const suppliersUiMessageDefinitions = {
|
|
8
|
+
en: suppliersUiEn,
|
|
9
|
+
ro: suppliersUiRo,
|
|
10
|
+
};
|
|
11
|
+
const suppliersUiContext = createPackageMessagesContext("SuppliersUiMessages");
|
|
12
|
+
const defaultSuppliersUiI18n = {
|
|
13
|
+
messages: suppliersUiEn,
|
|
14
|
+
...createLocaleFormatters(fallbackLocale),
|
|
15
|
+
};
|
|
16
|
+
export function resolveSuppliersUiMessages({ locale, overrides, }) {
|
|
17
|
+
return resolvePackageMessages({
|
|
18
|
+
definitions: suppliersUiMessageDefinitions,
|
|
19
|
+
fallbackLocale,
|
|
20
|
+
locale,
|
|
21
|
+
overrides,
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
export function getSuppliersUiI18n({ locale, overrides, }) {
|
|
25
|
+
const resolvedLocale = locale ?? fallbackLocale;
|
|
26
|
+
return {
|
|
27
|
+
messages: resolveSuppliersUiMessages({
|
|
28
|
+
locale: resolvedLocale,
|
|
29
|
+
overrides,
|
|
30
|
+
}),
|
|
31
|
+
...createLocaleFormatters(resolvedLocale),
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export function SuppliersUiMessagesProvider({ children, locale, overrides, }) {
|
|
35
|
+
return (_jsx(suppliersUiContext.ResolvedMessagesProvider, { definitions: suppliersUiMessageDefinitions, fallbackLocale: fallbackLocale, locale: locale, overrides: overrides, children: children }));
|
|
36
|
+
}
|
|
37
|
+
export const useSuppliersUiI18n = suppliersUiContext.useI18n;
|
|
38
|
+
export const useSuppliersUiMessages = suppliersUiContext.useMessages;
|
|
39
|
+
export function useSuppliersUiI18nOrDefault() {
|
|
40
|
+
return suppliersUiContext.useOptionalI18n() ?? defaultSuppliersUiI18n;
|
|
41
|
+
}
|
|
42
|
+
export function useSuppliersUiMessagesOrDefault() {
|
|
43
|
+
return useSuppliersUiI18nOrDefault().messages;
|
|
44
|
+
}
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
export declare const suppliersUiRo: {
|
|
2
|
+
common: {
|
|
3
|
+
edit: string;
|
|
4
|
+
delete: string;
|
|
5
|
+
add: string;
|
|
6
|
+
save: string;
|
|
7
|
+
create: string;
|
|
8
|
+
cancel: string;
|
|
9
|
+
back: string;
|
|
10
|
+
open: string;
|
|
11
|
+
active: string;
|
|
12
|
+
inactive: string;
|
|
13
|
+
none: string;
|
|
14
|
+
unknown: string;
|
|
15
|
+
maxPax: string;
|
|
16
|
+
supplierTypeLabels: {
|
|
17
|
+
hotel: string;
|
|
18
|
+
transfer: string;
|
|
19
|
+
guide: string;
|
|
20
|
+
experience: string;
|
|
21
|
+
airline: string;
|
|
22
|
+
restaurant: string;
|
|
23
|
+
other: string;
|
|
24
|
+
};
|
|
25
|
+
supplierStatusLabels: {
|
|
26
|
+
active: string;
|
|
27
|
+
inactive: string;
|
|
28
|
+
pending: string;
|
|
29
|
+
};
|
|
30
|
+
serviceTypeLabels: {
|
|
31
|
+
accommodation: string;
|
|
32
|
+
transfer: string;
|
|
33
|
+
experience: string;
|
|
34
|
+
guide: string;
|
|
35
|
+
meal: string;
|
|
36
|
+
other: string;
|
|
37
|
+
};
|
|
38
|
+
rateUnitLabels: {
|
|
39
|
+
per_person: string;
|
|
40
|
+
per_group: string;
|
|
41
|
+
per_night: string;
|
|
42
|
+
per_vehicle: string;
|
|
43
|
+
flat: string;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
suppliersPage: {
|
|
47
|
+
title: string;
|
|
48
|
+
description: string;
|
|
49
|
+
create: string;
|
|
50
|
+
searchPlaceholder: string;
|
|
51
|
+
summary: string;
|
|
52
|
+
previous: string;
|
|
53
|
+
next: string;
|
|
54
|
+
page: string;
|
|
55
|
+
filters: string;
|
|
56
|
+
clearFilters: string;
|
|
57
|
+
allTypes: string;
|
|
58
|
+
allStatuses: string;
|
|
59
|
+
countryPlaceholder: string;
|
|
60
|
+
currencyPlaceholder: string;
|
|
61
|
+
filterTypeLabel: string;
|
|
62
|
+
filterStatusLabel: string;
|
|
63
|
+
filterCountryLabel: string;
|
|
64
|
+
filterCurrencyLabel: string;
|
|
65
|
+
empty: string;
|
|
66
|
+
loadFailed: string;
|
|
67
|
+
columns: {
|
|
68
|
+
name: string;
|
|
69
|
+
type: string;
|
|
70
|
+
status: string;
|
|
71
|
+
city: string;
|
|
72
|
+
country: string;
|
|
73
|
+
currency: string;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
supplierDetailPage: {
|
|
77
|
+
backToSuppliers: string;
|
|
78
|
+
notFound: string;
|
|
79
|
+
loadFailed: string;
|
|
80
|
+
details: string;
|
|
81
|
+
contact: string;
|
|
82
|
+
noContact: string;
|
|
83
|
+
services: string;
|
|
84
|
+
addService: string;
|
|
85
|
+
noServices: string;
|
|
86
|
+
notes: string;
|
|
87
|
+
notePlaceholder: string;
|
|
88
|
+
addNote: string;
|
|
89
|
+
noNotes: string;
|
|
90
|
+
deleteSupplierConfirm: string;
|
|
91
|
+
deleteServiceConfirm: string;
|
|
92
|
+
deleteRateConfirm: string;
|
|
93
|
+
labels: {
|
|
94
|
+
type: string;
|
|
95
|
+
status: string;
|
|
96
|
+
city: string;
|
|
97
|
+
country: string;
|
|
98
|
+
currency: string;
|
|
99
|
+
reservationTimeout: string;
|
|
100
|
+
email: string;
|
|
101
|
+
phone: string;
|
|
102
|
+
website: string;
|
|
103
|
+
address: string;
|
|
104
|
+
contactName: string;
|
|
105
|
+
contactEmail: string;
|
|
106
|
+
contactPhone: string;
|
|
107
|
+
created: string;
|
|
108
|
+
updated: string;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
supplierCombobox: {
|
|
112
|
+
placeholder: string;
|
|
113
|
+
empty: string;
|
|
114
|
+
loading: string;
|
|
115
|
+
};
|
|
116
|
+
dialogs: {
|
|
117
|
+
supplier: {
|
|
118
|
+
newTitle: string;
|
|
119
|
+
editTitle: string;
|
|
120
|
+
nameLabel: string;
|
|
121
|
+
namePlaceholder: string;
|
|
122
|
+
typeLabel: string;
|
|
123
|
+
statusLabel: string;
|
|
124
|
+
descriptionLabel: string;
|
|
125
|
+
descriptionPlaceholder: string;
|
|
126
|
+
emailLabel: string;
|
|
127
|
+
emailPlaceholder: string;
|
|
128
|
+
phoneLabel: string;
|
|
129
|
+
phonePlaceholder: string;
|
|
130
|
+
websiteLabel: string;
|
|
131
|
+
websitePlaceholder: string;
|
|
132
|
+
addressLabel: string;
|
|
133
|
+
addressPlaceholder: string;
|
|
134
|
+
cityLabel: string;
|
|
135
|
+
cityPlaceholder: string;
|
|
136
|
+
countryLabel: string;
|
|
137
|
+
countryPlaceholder: string;
|
|
138
|
+
defaultCurrencyLabel: string;
|
|
139
|
+
defaultCurrencyPlaceholder: string;
|
|
140
|
+
reservationTimeoutLabel: string;
|
|
141
|
+
reservationTimeoutPlaceholder: string;
|
|
142
|
+
contactNameLabel: string;
|
|
143
|
+
contactNamePlaceholder: string;
|
|
144
|
+
contactEmailLabel: string;
|
|
145
|
+
contactEmailPlaceholder: string;
|
|
146
|
+
contactPhoneLabel: string;
|
|
147
|
+
contactPhonePlaceholder: string;
|
|
148
|
+
validationNameRequired: string;
|
|
149
|
+
validationIsoCurrency: string;
|
|
150
|
+
validationReservationTimeout: string;
|
|
151
|
+
};
|
|
152
|
+
service: {
|
|
153
|
+
newTitle: string;
|
|
154
|
+
editTitle: string;
|
|
155
|
+
serviceTypeLabel: string;
|
|
156
|
+
nameLabel: string;
|
|
157
|
+
namePlaceholder: string;
|
|
158
|
+
descriptionLabel: string;
|
|
159
|
+
descriptionPlaceholder: string;
|
|
160
|
+
durationLabel: string;
|
|
161
|
+
durationPlaceholder: string;
|
|
162
|
+
capacityLabel: string;
|
|
163
|
+
capacityPlaceholder: string;
|
|
164
|
+
activeLabel: string;
|
|
165
|
+
validationNameRequired: string;
|
|
166
|
+
};
|
|
167
|
+
rate: {
|
|
168
|
+
newTitle: string;
|
|
169
|
+
editTitle: string;
|
|
170
|
+
seasonNameLabel: string;
|
|
171
|
+
seasonNamePlaceholder: string;
|
|
172
|
+
currencyLabel: string;
|
|
173
|
+
currencyPlaceholder: string;
|
|
174
|
+
amountLabel: string;
|
|
175
|
+
amountPlaceholder: string;
|
|
176
|
+
unitLabel: string;
|
|
177
|
+
validFromLabel: string;
|
|
178
|
+
validToLabel: string;
|
|
179
|
+
minPaxLabel: string;
|
|
180
|
+
minPaxPlaceholder: string;
|
|
181
|
+
maxPaxLabel: string;
|
|
182
|
+
maxPaxPlaceholder: string;
|
|
183
|
+
notesLabel: string;
|
|
184
|
+
notesPlaceholder: string;
|
|
185
|
+
validationNameRequired: string;
|
|
186
|
+
validationIsoCurrency: string;
|
|
187
|
+
validationNonNegative: string;
|
|
188
|
+
};
|
|
189
|
+
};
|
|
190
|
+
supplierServiceRow: {
|
|
191
|
+
rates: string;
|
|
192
|
+
addRate: string;
|
|
193
|
+
noRates: string;
|
|
194
|
+
columns: {
|
|
195
|
+
name: string;
|
|
196
|
+
amount: string;
|
|
197
|
+
unit: string;
|
|
198
|
+
valid: string;
|
|
199
|
+
pax: string;
|
|
200
|
+
};
|
|
201
|
+
validFallback: string;
|
|
202
|
+
};
|
|
203
|
+
};
|
|
204
|
+
//# sourceMappingURL=ro.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ro.d.ts","sourceRoot":"","sources":["../../../src/suppliers/i18n/ro.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0MK,CAAA"}
|