@voyantjs/bookings-ui 0.50.5 → 0.50.7
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/dist/components/booking-create-dialog.d.ts +1 -1
- package/dist/components/booking-create-dialog.d.ts.map +1 -1
- package/dist/components/booking-create-dialog.js +94 -27
- package/dist/components/booking-create-page.d.ts +2 -1
- package/dist/components/booking-create-page.d.ts.map +1 -1
- package/dist/components/booking-create-page.js +2 -2
- package/dist/components/booking-create-utils.d.ts +33 -0
- package/dist/components/booking-create-utils.d.ts.map +1 -0
- package/dist/components/booking-create-utils.js +67 -0
- package/dist/components/booking-list.d.ts +2 -1
- package/dist/components/booking-list.d.ts.map +1 -1
- package/dist/components/booking-list.js +5 -1
- package/dist/components/bookings-page.d.ts +2 -1
- package/dist/components/bookings-page.d.ts.map +1 -1
- package/dist/components/bookings-page.js +2 -2
- package/dist/components/payment-schedule-section.d.ts +23 -0
- package/dist/components/payment-schedule-section.d.ts.map +1 -1
- package/dist/components/payment-schedule-section.js +48 -3
- package/dist/components/price-breakdown-section.d.ts +1 -0
- package/dist/components/price-breakdown-section.d.ts.map +1 -1
- package/dist/components/price-breakdown-section.js +2 -0
- package/dist/components/product-picker-section.d.ts.map +1 -1
- package/dist/components/product-picker-section.js +8 -4
- package/dist/components/rooms-stepper-section.d.ts +12 -7
- package/dist/components/rooms-stepper-section.d.ts.map +1 -1
- package/dist/components/rooms-stepper-section.js +24 -8
- package/dist/components/shared-room-section.d.ts +2 -0
- package/dist/components/shared-room-section.d.ts.map +1 -1
- package/dist/components/shared-room-section.js +14 -2
- package/dist/components/travelers-section.d.ts +15 -10
- package/dist/components/travelers-section.d.ts.map +1 -1
- package/dist/components/travelers-section.js +96 -14
- package/dist/i18n/en.d.ts +32 -0
- package/dist/i18n/en.d.ts.map +1 -1
- package/dist/i18n/en.js +32 -0
- package/dist/i18n/messages.d.ts +32 -0
- package/dist/i18n/messages.d.ts.map +1 -1
- package/dist/i18n/provider.d.ts +64 -0
- package/dist/i18n/provider.d.ts.map +1 -1
- package/dist/i18n/ro.d.ts +32 -0
- package/dist/i18n/ro.d.ts.map +1 -1
- package/dist/i18n/ro.js +32 -0
- package/package.json +24 -24
package/dist/i18n/ro.js
CHANGED
|
@@ -391,6 +391,12 @@ export const bookingsUiRo = {
|
|
|
391
391
|
noRoom: "Nealocat",
|
|
392
392
|
remove: "Elimina calatorul",
|
|
393
393
|
empty: "Nu exista calatori inca. Adauga cel putin unul.",
|
|
394
|
+
person: "Persoana existenta",
|
|
395
|
+
personSearchPlaceholder: "Cauta persoane...",
|
|
396
|
+
personEmpty: "Nu au fost gasite persoane.",
|
|
397
|
+
createNewPerson: "Creeaza nou",
|
|
398
|
+
createPersonSheetTitle: "Creeaza calator",
|
|
399
|
+
addBillingPerson: "Adauga platitorul ca participant",
|
|
394
400
|
},
|
|
395
401
|
},
|
|
396
402
|
paymentScheduleSection: {
|
|
@@ -406,11 +412,19 @@ export const bookingsUiRo = {
|
|
|
406
412
|
secondInstallment: "A doua rata",
|
|
407
413
|
preset5050: "50 / 50",
|
|
408
414
|
unpaidHint: "Nu va fi creat niciun scadentar. Operatorul va factura manual.",
|
|
415
|
+
totalDue: "Total datorat",
|
|
416
|
+
scheduledTotal: "Programat",
|
|
417
|
+
remaining: "Ramas",
|
|
418
|
+
alreadyPaid: "Deja platit",
|
|
419
|
+
paymentDate: "Data platii",
|
|
420
|
+
paymentMethod: "Metoda",
|
|
421
|
+
paymentReference: "Referinta",
|
|
409
422
|
},
|
|
410
423
|
},
|
|
411
424
|
roomsStepperSection: {
|
|
412
425
|
labels: {
|
|
413
426
|
heading: "Camere",
|
|
427
|
+
noOption: "Selecteaza o optiune pentru cantitatile pe camere.",
|
|
414
428
|
noSlot: "Alege mai intai o plecare pentru a vedea camerele disponibile.",
|
|
415
429
|
noUnits: "Aceasta plecare nu are disponibilitate configurata pe unitati.",
|
|
416
430
|
remaining: "ramase",
|
|
@@ -431,6 +445,7 @@ export const bookingsUiRo = {
|
|
|
431
445
|
groupLabel: "Eticheta partaj",
|
|
432
446
|
groupLabelPlaceholder: "ex. Popescu + Ionescu, Camera 204",
|
|
433
447
|
createAction: "Foloseste partaj",
|
|
448
|
+
remove: "Elimina partajul",
|
|
434
449
|
},
|
|
435
450
|
},
|
|
436
451
|
priceBreakdownSection: {
|
|
@@ -1021,7 +1036,13 @@ export const bookingsUiRo = {
|
|
|
1021
1036
|
travelerNoRoom: "Nealocat",
|
|
1022
1037
|
travelerRemove: "Elimina calatorul",
|
|
1023
1038
|
travelerEmpty: "Nu exista calatori inca. Adauga cel putin unul.",
|
|
1039
|
+
travelerPerson: "Persoana existenta",
|
|
1040
|
+
travelerPersonSearchPlaceholder: "Cauta persoane...",
|
|
1041
|
+
travelerPersonEmpty: "Nu au fost gasite persoane.",
|
|
1042
|
+
createPersonSheetTitle: "Creeaza calator",
|
|
1043
|
+
addBillingPersonAsTraveler: "Adauga platitorul ca participant",
|
|
1024
1044
|
roomsHeading: "Camere",
|
|
1045
|
+
roomsNoOption: "Selecteaza o optiune pentru cantitatile pe camere.",
|
|
1025
1046
|
roomsNoSlot: "Alege mai intai o plecare pentru a vedea camerele disponibile.",
|
|
1026
1047
|
roomsNoUnits: "Aceasta plecare nu are disponibilitate configurata pe unitati.",
|
|
1027
1048
|
roomsRemaining: "ramase",
|
|
@@ -1032,6 +1053,7 @@ export const bookingsUiRo = {
|
|
|
1032
1053
|
sharedRoomSelectPlaceholder: "Cauta partaje...",
|
|
1033
1054
|
sharedRoomNoGroups: "Nu exista partaje pentru acest produs.",
|
|
1034
1055
|
sharedRoomCreateHint: "Va fi creat un partaj nou, iar aceasta rezervare va fi membrul principal.",
|
|
1056
|
+
sharedRoomRemove: "Elimina partajul",
|
|
1035
1057
|
sharedRoomGeneratedLabelPrefix: "Partaj",
|
|
1036
1058
|
voucherHeading: "Voucher (optional)",
|
|
1037
1059
|
voucherCodePlaceholder: "Introdu codul voucherului...",
|
|
@@ -1050,6 +1072,16 @@ export const bookingsUiRo = {
|
|
|
1050
1072
|
paymentSecondInstallment: "A doua rata",
|
|
1051
1073
|
paymentPreset5050: "50 / 50",
|
|
1052
1074
|
paymentUnpaidHint: "Nu va fi creat niciun scadentar. Operatorul va factura manual.",
|
|
1075
|
+
paymentTotalDue: "Total datorat",
|
|
1076
|
+
paymentScheduledTotal: "Programat",
|
|
1077
|
+
paymentRemaining: "Ramas",
|
|
1078
|
+
paymentAlreadyPaid: "Deja platit",
|
|
1079
|
+
paymentDate: "Data platii",
|
|
1080
|
+
paymentMethod: "Metoda",
|
|
1081
|
+
paymentReference: "Referinta",
|
|
1082
|
+
documentGenerationHeading: "Generare documente",
|
|
1083
|
+
generateContractDocument: "Genereaza contractul",
|
|
1084
|
+
generateInvoiceDocument: "Genereaza factura",
|
|
1053
1085
|
breakdownHeading: "Descompunere pret",
|
|
1054
1086
|
breakdownTotal: "Total",
|
|
1055
1087
|
breakdownOnRequest: "La cerere",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/bookings-ui",
|
|
3
|
-
"version": "0.50.
|
|
3
|
+
"version": "0.50.7",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -51,20 +51,20 @@
|
|
|
51
51
|
"react-dom": "^19.0.0",
|
|
52
52
|
"react-hook-form": "^7.60.0",
|
|
53
53
|
"zod": "^4.3.6",
|
|
54
|
-
"@voyantjs/availability-react": "0.50.
|
|
55
|
-
"@voyantjs/bookings-react": "0.50.
|
|
56
|
-
"@voyantjs/catalog": "0.50.
|
|
57
|
-
"@voyantjs/catalog-react": "0.50.
|
|
58
|
-
"@voyantjs/crm-react": "0.50.
|
|
59
|
-
"@voyantjs/crm-ui": "0.50.
|
|
60
|
-
"@voyantjs/finance-react": "0.50.
|
|
61
|
-
"@voyantjs/legal-react": "0.50.
|
|
62
|
-
"@voyantjs/products-react": "0.50.
|
|
63
|
-
"@voyantjs/suppliers-react": "0.50.
|
|
64
|
-
"@voyantjs/ui": "0.50.
|
|
54
|
+
"@voyantjs/availability-react": "0.50.7",
|
|
55
|
+
"@voyantjs/bookings-react": "0.50.7",
|
|
56
|
+
"@voyantjs/catalog": "0.50.7",
|
|
57
|
+
"@voyantjs/catalog-react": "0.50.7",
|
|
58
|
+
"@voyantjs/crm-react": "0.50.7",
|
|
59
|
+
"@voyantjs/crm-ui": "0.50.7",
|
|
60
|
+
"@voyantjs/finance-react": "0.50.7",
|
|
61
|
+
"@voyantjs/legal-react": "0.50.7",
|
|
62
|
+
"@voyantjs/products-react": "0.50.7",
|
|
63
|
+
"@voyantjs/suppliers-react": "0.50.7",
|
|
64
|
+
"@voyantjs/ui": "0.50.7"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@voyantjs/i18n": "0.50.
|
|
67
|
+
"@voyantjs/i18n": "0.50.7"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@tanstack/react-query": "^5.96.2",
|
|
@@ -77,18 +77,18 @@
|
|
|
77
77
|
"typescript": "^6.0.2",
|
|
78
78
|
"vitest": "^4.1.2",
|
|
79
79
|
"zod": "^4.3.6",
|
|
80
|
-
"@voyantjs/availability-react": "0.50.
|
|
81
|
-
"@voyantjs/bookings-react": "0.50.
|
|
82
|
-
"@voyantjs/catalog": "0.50.
|
|
83
|
-
"@voyantjs/catalog-react": "0.50.
|
|
84
|
-
"@voyantjs/crm-react": "0.50.
|
|
85
|
-
"@voyantjs/crm-ui": "0.50.
|
|
86
|
-
"@voyantjs/finance-react": "0.50.
|
|
87
|
-
"@voyantjs/legal-react": "0.50.
|
|
88
|
-
"@voyantjs/products-react": "0.50.
|
|
89
|
-
"@voyantjs/suppliers-react": "0.50.
|
|
80
|
+
"@voyantjs/availability-react": "0.50.7",
|
|
81
|
+
"@voyantjs/bookings-react": "0.50.7",
|
|
82
|
+
"@voyantjs/catalog": "0.50.7",
|
|
83
|
+
"@voyantjs/catalog-react": "0.50.7",
|
|
84
|
+
"@voyantjs/crm-react": "0.50.7",
|
|
85
|
+
"@voyantjs/crm-ui": "0.50.7",
|
|
86
|
+
"@voyantjs/finance-react": "0.50.7",
|
|
87
|
+
"@voyantjs/legal-react": "0.50.7",
|
|
88
|
+
"@voyantjs/products-react": "0.50.7",
|
|
89
|
+
"@voyantjs/suppliers-react": "0.50.7",
|
|
90
90
|
"@voyantjs/voyant-typescript-config": "0.1.0",
|
|
91
|
-
"@voyantjs/ui": "0.50.
|
|
91
|
+
"@voyantjs/ui": "0.50.7"
|
|
92
92
|
},
|
|
93
93
|
"files": [
|
|
94
94
|
"dist",
|