bukazu-portal-react 3.3.3 → 3.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.css +1 -1
- package/build/portal.es.js +19931 -20259
- package/build/portal.umd.js +80 -82
- package/package.json +9 -7
- package/.env.development +0 -1
- package/.eslintrc +0 -25
- package/.github/dependabot.yml +0 -11
- package/.github/workflows/node.js.yml +0 -31
- package/.github/workflows/npm-publish.yml +0 -33
- package/.nvmrc +0 -1
- package/.prettierrc +0 -6
- package/.vscode/settings.json +0 -24
- package/CHANGELOG.MD +0 -93
- package/babel.config.json +0 -6
- package/calendar.html +0 -16
- package/coverage/clover.xml +0 -28
- package/coverage/coverage-final.json +0 -2
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -87
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/helper.ts.html +0 -142
- package/coverage/lcov-report/index.html +0 -116
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -196
- package/coverage/lcov.info +0 -36
- package/cypress/e2e/.examples/actions.spec.js +0 -299
- package/cypress/e2e/.examples/aliasing.spec.js +0 -39
- package/cypress/e2e/.examples/assertions.spec.js +0 -177
- package/cypress/e2e/.examples/connectors.spec.js +0 -97
- package/cypress/e2e/.examples/cookies.spec.js +0 -77
- package/cypress/e2e/.examples/cypress_api.spec.js +0 -202
- package/cypress/e2e/.examples/files.spec.js +0 -89
- package/cypress/e2e/.examples/local_storage.spec.js +0 -52
- package/cypress/e2e/.examples/location.spec.js +0 -32
- package/cypress/e2e/.examples/misc.spec.js +0 -104
- package/cypress/e2e/.examples/navigation.spec.js +0 -56
- package/cypress/e2e/.examples/network_requests.spec.js +0 -163
- package/cypress/e2e/.examples/querying.spec.js +0 -114
- package/cypress/e2e/.examples/spies_stubs_clocks.spec.js +0 -205
- package/cypress/e2e/.examples/traversal.spec.js +0 -121
- package/cypress/e2e/.examples/utilities.spec.js +0 -110
- package/cypress/e2e/.examples/viewport.spec.js +0 -59
- package/cypress/e2e/.examples/waiting.spec.js +0 -31
- package/cypress/e2e/.examples/window.spec.js +0 -22
- package/cypress/e2e/booking.spec.js +0 -81
- package/cypress/e2e/calendar.spec.js +0 -21
- package/cypress/e2e/search.spec.js +0 -25
- package/cypress/fixtures/example.json +0 -5
- package/cypress/plugins/index.js +0 -16
- package/cypress/support/commands.js +0 -25
- package/cypress/support/commands.ts +0 -37
- package/cypress/support/component-index.html +0 -12
- package/cypress/support/component.ts +0 -39
- package/cypress/support/e2e.js +0 -20
- package/cypress.config.ts +0 -15
- package/dev.tsx +0 -44
- package/index.html +0 -15
- package/invalid-calendar.html +0 -16
- package/jest.config.js +0 -195
- package/postcss.config.js +0 -17
- package/reviews.html +0 -16
- package/src/_lib/SearchQueries.ts +0 -145
- package/src/_lib/Tracking.ts +0 -51
- package/src/_lib/countries/de.json +0 -998
- package/src/_lib/countries/en.json +0 -998
- package/src/_lib/countries/es.json +0 -998
- package/src/_lib/countries/fr.json +0 -998
- package/src/_lib/countries/it.json +0 -998
- package/src/_lib/countries/nl.json +0 -998
- package/src/_lib/countries.ts +0 -15
- package/src/_lib/date_helper.ts +0 -27
- package/src/_lib/queries.ts +0 -244
- package/src/components/App.tsx +0 -108
- package/src/components/AppContext.ts +0 -14
- package/src/components/CalendarPage/BookingForm.tsx +0 -49
- package/src/components/CalendarPage/Calendar.tsx +0 -49
- package/src/components/CalendarPage/CalendarPage.tsx +0 -43
- package/src/components/CalendarPage/CalendarParts/CalendarContext.tsx +0 -89
- package/src/components/CalendarPage/CalendarParts/CalendarHeader.tsx +0 -72
- package/src/components/CalendarPage/CalendarParts/DayClasses.ts +0 -113
- package/src/components/CalendarPage/CalendarParts/GenerateCalendar.tsx +0 -72
- package/src/components/CalendarPage/CalendarParts/Legend.tsx +0 -33
- package/src/components/CalendarPage/CalendarParts/MonthHeader.tsx +0 -15
- package/src/components/CalendarPage/CalendarParts/Months.tsx +0 -37
- package/src/components/CalendarPage/CalendarParts/RenderCells.tsx +0 -97
- package/src/components/CalendarPage/CalendarParts/SingleMonth.tsx +0 -72
- package/src/components/CalendarPage/CalendarParts/StartBooking.tsx +0 -17
- package/src/components/CalendarPage/CalendarParts/WeekDays.tsx +0 -27
- package/src/components/CalendarPage/FormCreator.tsx +0 -230
- package/src/components/CalendarPage/FormItems/Date.tsx +0 -61
- package/src/components/CalendarPage/FormItems/NumberSelect.tsx +0 -39
- package/src/components/CalendarPage/FormItems/Select.tsx +0 -38
- package/src/components/CalendarPage/FormItems/index.ts +0 -4
- package/src/components/CalendarPage/PriceField/Price.tsx +0 -58
- package/src/components/CalendarPage/PriceField/Queries.ts +0 -23
- package/src/components/CalendarPage/PriceField/index.tsx +0 -129
- package/src/components/CalendarPage/Summary/CostRow.tsx +0 -58
- package/src/components/CalendarPage/Summary/CostSection.tsx +0 -15
- package/src/components/CalendarPage/Summary/CostSummary.tsx +0 -61
- package/src/components/CalendarPage/Summary/Description.tsx +0 -27
- package/src/components/CalendarPage/Summary/InsurancesAndRequired.tsx +0 -68
- package/src/components/CalendarPage/Summary/Object.tsx +0 -59
- package/src/components/CalendarPage/Summary/OnSite.tsx +0 -36
- package/src/components/CalendarPage/Summary/OptionalNotOnSite.tsx +0 -43
- package/src/components/CalendarPage/Summary/OptionalOnSite.tsx +0 -39
- package/src/components/CalendarPage/Summary/Queries.ts +0 -31
- package/src/components/CalendarPage/Summary/RentAndDiscount.tsx +0 -30
- package/src/components/CalendarPage/Summary/Totals.tsx +0 -89
- package/src/components/CalendarPage/Summary/cost_types.d.ts +0 -31
- package/src/components/CalendarPage/Summary/index.tsx +0 -24
- package/src/components/CalendarPage/calender_types.d.ts +0 -16
- package/src/components/CalendarPage/formParts/AssistanceMessage.tsx +0 -60
- package/src/components/CalendarPage/formParts/BookingHelpers.tsx +0 -47
- package/src/components/CalendarPage/formParts/BookingOrOption.tsx +0 -35
- package/src/components/CalendarPage/formParts/CancelInsuranceText.tsx +0 -69
- package/src/components/CalendarPage/formParts/DefaultBookingFields.ts +0 -105
- package/src/components/CalendarPage/formParts/DiscountCode.tsx +0 -62
- package/src/components/CalendarPage/formParts/Guests.tsx +0 -77
- package/src/components/CalendarPage/formParts/OptionalBookingFields.tsx +0 -148
- package/src/components/CalendarPage/formParts/OptionalCosts.tsx +0 -103
- package/src/components/CalendarPage/formParts/SuccessMessage.tsx +0 -31
- package/src/components/CalendarPage/formParts/Validations.tsx +0 -64
- package/src/components/CalendarPage/formParts/discount.tsx +0 -69
- package/src/components/CalendarPage/formParts/form_types.d.ts +0 -38
- package/src/components/CalendarPage/formParts/insurances.tsx +0 -62
- package/src/components/CalendarPage/formParts/radioButtons.tsx +0 -66
- package/src/components/Error/ApiError.tsx +0 -33
- package/src/components/Error/IntegrationError.tsx +0 -62
- package/src/components/Error/index.ts +0 -4
- package/src/components/ErrorBoundary.tsx +0 -34
- package/src/components/Modal/index.tsx +0 -46
- package/src/components/ReviewsPage/Queries.ts +0 -26
- package/src/components/ReviewsPage/ReviewsPage.tsx +0 -45
- package/src/components/ReviewsPage/Score.tsx +0 -29
- package/src/components/ReviewsPage/SingleReview.tsx +0 -38
- package/src/components/ReviewsPage/note.tsx +0 -17
- package/src/components/SafeBooking.tsx +0 -96
- package/src/components/SearchPage/Field.tsx +0 -75
- package/src/components/SearchPage/Filters.tsx +0 -91
- package/src/components/SearchPage/Paginator.tsx +0 -63
- package/src/components/SearchPage/Results.tsx +0 -129
- package/src/components/SearchPage/SearchPage.tsx +0 -115
- package/src/components/SearchPage/SingleResult.tsx +0 -93
- package/src/components/SearchPage/filters/Categories.tsx +0 -57
- package/src/components/SearchPage/filters/DateFilter.tsx +0 -34
- package/src/components/SearchPage/filters/List.tsx +0 -80
- package/src/components/SearchPage/filters/NumberFilter.tsx +0 -37
- package/src/components/SearchPage/filters/Radio.tsx +0 -46
- package/src/components/SearchPage/filters/Select.tsx +0 -85
- package/src/components/SearchPage/filters/__tests__/helper.spec.js +0 -13
- package/src/components/SearchPage/filters/filter_types.d.ts +0 -25
- package/src/components/SearchPage/filters/helper.ts +0 -19
- package/src/components/icons/ArrowLeft.svg.tsx +0 -20
- package/src/components/icons/ArrowRight.svg.tsx +0 -16
- package/src/components/icons/Reload.svg.tsx +0 -23
- package/src/components/icons/info.svg.tsx +0 -24
- package/src/components/icons/loading.svg.tsx +0 -98
- package/src/custom.d.ts +0 -10
- package/src/index.tsx +0 -104
- package/src/locales/de.json +0 -137
- package/src/locales/en.json +0 -137
- package/src/locales/es.json +0 -132
- package/src/locales/fr.json +0 -132
- package/src/locales/it.json +0 -128
- package/src/locales/nl.json +0 -138
- package/src/styles/calendar.css +0 -317
- package/src/styles/datepicker.css +0 -6
- package/src/styles/field.css +0 -105
- package/src/styles/filters.css +0 -92
- package/src/styles/form.css +0 -219
- package/src/styles/main.css +0 -80
- package/src/styles/modal.css +0 -79
- package/src/styles/pagination.css +0 -92
- package/src/styles/price-overview.css +0 -111
- package/src/styles/result.css +0 -142
- package/src/styles/results.css +0 -50
- package/src/styles/reviews.css +0 -90
- package/src/styles/success.css +0 -9
- package/src/types.d.ts +0 -91
- package/tmp/cache/vite/last-build-production.json +0 -7
- package/tsconfig.json +0 -17
- package/vite.config.ts +0 -31
package/src/locales/it.json
DELETED
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"next": "Prossimo",
|
|
3
|
-
"previous": "Precedente",
|
|
4
|
-
"view_details": "Visualizza dettagli",
|
|
5
|
-
"price": "Prezzo",
|
|
6
|
-
"calculate": "Prossimo",
|
|
7
|
-
"book": "Prenotare",
|
|
8
|
-
"booked": "Prenotato",
|
|
9
|
-
"booking": "Prenotazione",
|
|
10
|
-
"last_minute_discount": "Sconto last minute",
|
|
11
|
-
"option": "Opzione",
|
|
12
|
-
"choose_for_option": "Prendi un'opzione per questo periodo",
|
|
13
|
-
"included_in_price": "compreso",
|
|
14
|
-
"rent_price": "Prezzo di affitto",
|
|
15
|
-
"discount": "Riduzione",
|
|
16
|
-
"extra_costs_included": "Costi aggiuntivi inclusi",
|
|
17
|
-
"optional_costs": "Opzioni extra",
|
|
18
|
-
"price_after_discount": "Prezzo di affitto incluso sconto",
|
|
19
|
-
"booking_from_til": "Date di prenotazione",
|
|
20
|
-
"total": "Total",
|
|
21
|
-
"stay_details": "Gruppo di viaggio",
|
|
22
|
-
"babies": "Numero di bambini",
|
|
23
|
-
"babies_from": "(fino a {babies} anni)",
|
|
24
|
-
"adults": "Numero di adulti",
|
|
25
|
-
"adults_from": "(dai {age} anni)",
|
|
26
|
-
"children": "Numero di bambini",
|
|
27
|
-
"children_from": "(da {from} a {til} anni)",
|
|
28
|
-
"house.arrival_date": "Data di arrivo",
|
|
29
|
-
"house.departure_date": "Data di partenza",
|
|
30
|
-
"house.arrival": "Arrivo",
|
|
31
|
-
"house.departure": "Partenza",
|
|
32
|
-
"tent.arrival_date": "Data di arrivo",
|
|
33
|
-
"tent.departure_date": "Data di partenza",
|
|
34
|
-
"tent.arrival": "Arrivo",
|
|
35
|
-
"tent.departure": "Partenza",
|
|
36
|
-
"extra_costs_bookable": "Opzioni extra",
|
|
37
|
-
"costs_on_site": "Possibili costi aggiuntivi sul posto:",
|
|
38
|
-
"insurances": "Insurances",
|
|
39
|
-
"at_least_1_adult": "Scegli almeno 1 adulto.",
|
|
40
|
-
"max_persons_reached": "Sono state selezionate troppe persone.",
|
|
41
|
-
"personal_details": "I tuoi dati",
|
|
42
|
-
"required": "Questo campo è obbligatorio.",
|
|
43
|
-
"cancel_insurance_all_risk": "All Risk",
|
|
44
|
-
"cancel_insurance_normal": "Standard",
|
|
45
|
-
"none": "None",
|
|
46
|
-
"cancel_insurance": "Cancellation insurance",
|
|
47
|
-
"insurance_costs": "Insurance Costs",
|
|
48
|
-
"choose": "Choose",
|
|
49
|
-
"yes": "Yes",
|
|
50
|
-
"booking_details": "Dettagli della prenotazione",
|
|
51
|
-
"based_on_one_person": "Basato su {persons} persone",
|
|
52
|
-
"return_to_calendar": "Ritorna al calendario",
|
|
53
|
-
"close": "Vicino",
|
|
54
|
-
"cancel_insurance_normal_long": "Short-term Cancellation Insurance ",
|
|
55
|
-
"cancel_insurance_normal_desc": "If you booked a wonderful holiday, cancellation insurance should not be missing! Your booked holiday cannot continue, or you have to go home unexpectedly halfway through the holiday due to, for example, a severe illness. The cancellation insurance of RecreatieVerzekeringen is ideal because it applies before departure and during your holiday.",
|
|
56
|
-
"cancel_insurance_more_insured": "More are insured than you think.",
|
|
57
|
-
"cancel_insurance_more_insured_desc": "Did you know that you can rely on cancellation insurance during pregnancy, a new job, or divorce? Many people expect cancellation insurance to be valid only in the event of illness or death.",
|
|
58
|
-
"cancel_insurance_important": "Important",
|
|
59
|
-
"cancel_insurance_important_message": "For optimal cancellation insurance coverage, you must take it out within seven days after booking the holiday.",
|
|
60
|
-
"cancel_insurance_for_whom": "For whom?",
|
|
61
|
-
"cancel_insurance_for_whom_explain": "This insurance is for a maximum of 4 families or 9 travel companions (no family members).",
|
|
62
|
-
"cancel_insurance_questions": "Frequently Asked Questions",
|
|
63
|
-
"cancel_insurance_questions_explain_1": "Click ",
|
|
64
|
-
"cancel_insurance_questions_explain_link": "here",
|
|
65
|
-
"cancel_insurance_questions_explain_2": " to find the Frequently Asked Questions.",
|
|
66
|
-
"show_terms": "Show conditions",
|
|
67
|
-
"terms": "Terms",
|
|
68
|
-
"remark": "Osservazione",
|
|
69
|
-
"9persons_9addresses": "The Insurance will pay for up to 9 persons, who live at 9 different addresses,",
|
|
70
|
-
"or": "or",
|
|
71
|
-
"9persons_4addresses": "The insurance pays out for an unlimited number of people who live at a maximum of 4 different addresses.",
|
|
72
|
-
"poliscosts": "Policy fee",
|
|
73
|
-
"poliscosts_are": "The cost for an insurance policy is a one-time charge of € 6,95. No matter if you have one or two insuran",
|
|
74
|
-
"youwillrecieve": "You will receive the insurance terms separate from you booking confirmation per email. The insurance starts as soon as the (first) payment has been made.",
|
|
75
|
-
"thank_you_for_your_request": "Grazie mille per la tua richiesta.",
|
|
76
|
-
"we_sent_confirmation_check_email": "Una copia della tua richiesta è stata inviata al tuo indirizzo e-mail. Se non hai ricevuto alcuna posta da noi, potrebbe essere che sia nella tua casella di spam.",
|
|
77
|
-
"something_went_wrong_please_try_again": "Oops, qualcosa è andato storto, ti preghiamo di riprovare più tardi.",
|
|
78
|
-
"persons": "persone",
|
|
79
|
-
"bedrooms": "camere da letto",
|
|
80
|
-
"minimum_week_price": "prezzo settimanale minimo",
|
|
81
|
-
"no_results": "Nessun risultato",
|
|
82
|
-
"agree_with": "Facendo clic su \"Prenota\" si crea un obbligo di pagamento quando la mia prenotazione viene accettata. Accetto i termini e le ",
|
|
83
|
-
"option_is_free": " L'opzione è gratuita e senza impegno",
|
|
84
|
-
"discount_reason": "Sconto di ragione.",
|
|
85
|
-
"results": "risultati",
|
|
86
|
-
"bathrooms": "bagni",
|
|
87
|
-
"you_need_to_give_reason": "Devi indicare un motivo di sconto valido",
|
|
88
|
-
"camper.arrival_date": "Data di ritiro",
|
|
89
|
-
"camper.departure_date": "Data di ritorno",
|
|
90
|
-
"camper.arrival": "Pick up",
|
|
91
|
-
"camper.departure": "Mano dentro",
|
|
92
|
-
"boat.arrival_date": "Data di ritiro",
|
|
93
|
-
"boat.departure_date": "Data di ritorno",
|
|
94
|
-
"boat.arrival": "Pick up",
|
|
95
|
-
"boat.departure": "Mano dentro",
|
|
96
|
-
"caravan.arrival_date": "Data di arrivo",
|
|
97
|
-
"caravan.departure_date": "Data di partenza",
|
|
98
|
-
"caravan.arrival": "Arrivo",
|
|
99
|
-
"caravan.departure": "Partenza",
|
|
100
|
-
"filters": "Filtri",
|
|
101
|
-
"comply_insurance_card": "Sono d'accordo che la carta di assicurazione di annullamento verrà emessa in digitale. Lo ricevo con la mia conferma di prenotazione.",
|
|
102
|
-
"house.you_picked_arrival_date": "La vostra data di arrivo è",
|
|
103
|
-
"house.pick_your_departure_in_the_calendar": "Selezionare una data di partenza",
|
|
104
|
-
"house.you_picked_departure_date": "La data di partenza è",
|
|
105
|
-
"house.pick_your_arrivaldate_in_the_calendar": "Scegliere una data di arrivo",
|
|
106
|
-
"group_accommodation.you_picked_arrival_date": "La vostra data di arrivo è",
|
|
107
|
-
"group_accommodation.pick_your_departure_in_the_calendar": "Selezionare una data di partenza",
|
|
108
|
-
"group_accommodation.you_picked_departure_date": "La data di partenza è",
|
|
109
|
-
"group_accommodation.pick_your_arrivaldate_in_the_calendar": "Scegliere una data di arrivo",
|
|
110
|
-
"tent.you_picked_arrival_date": "La vostra data di arrivo è",
|
|
111
|
-
"tent.pick_your_departure_in_the_calendar": "Selezionare una data di partenza",
|
|
112
|
-
"tent.you_picked_departure_date": "La data di partenza è",
|
|
113
|
-
"tent.pick_your_arrivaldate_in_the_calendar": "Scegliere una data di arrivo",
|
|
114
|
-
"camper.you_picked_arrival_date": "La vostra data di ritiro è",
|
|
115
|
-
"camper.pick_your_departure_in_the_calendar": "Seleziona una data di ritorno",
|
|
116
|
-
"camper.you_picked_departure_date": "La data di ritorno è",
|
|
117
|
-
"camper.pick_your_arrivaldate_in_the_calendar": "Scegli una data di ritiro",
|
|
118
|
-
"boat.you_picked_arrival_date": "Your pickup date is",
|
|
119
|
-
"boat.pick_your_departure_in_the_calendar": "Select a return date",
|
|
120
|
-
"boat.you_picked_departure_date": "Your return date is",
|
|
121
|
-
"boat.pick_your_arrivaldate_in_the_calendar": "Choose a pickup date",
|
|
122
|
-
"no": "No",
|
|
123
|
-
"minimum_nights": "Almeno {minimum} notti",
|
|
124
|
-
"can_only_take_insurance_in_de_be_nl": "Puoi stipulare un'assicurazione solo se vivi nei Paesi Bassi, in Germania o in Belgio.",
|
|
125
|
-
"price_from": "Prezzo da",
|
|
126
|
-
"reviews": "Recensioni",
|
|
127
|
-
"reviews_note_link": "Il sistema di prenotazione BUKAZU mantiene recensioni indipendenti. Queste recensioni vengono raccolte dopo il soggiorno degli ospiti nella struttura. Viene verificata la combinazione di numero di prenotazione e indirizzo e-mail."
|
|
128
|
-
}
|
package/src/locales/nl.json
DELETED
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"next": "Volgende",
|
|
3
|
-
"previous": "Vorige",
|
|
4
|
-
"view_details": "Bekijk details",
|
|
5
|
-
"price": "Prijs",
|
|
6
|
-
"calculate": "Volgende",
|
|
7
|
-
"book": "Boeken",
|
|
8
|
-
"booked": "Geboekt",
|
|
9
|
-
"booking": "Boeking",
|
|
10
|
-
"last_minute_discount": "Last minute korting",
|
|
11
|
-
"discount": "Korting",
|
|
12
|
-
"option": "Optie",
|
|
13
|
-
"choose_for_option": "Neem een optie op deze periode",
|
|
14
|
-
"included_in_price": "inclusief",
|
|
15
|
-
"rent_price": "Huurprijs",
|
|
16
|
-
"extra_costs_included": "Extra kosten inbegrepen",
|
|
17
|
-
"optional_costs": "Extra opties",
|
|
18
|
-
"price_after_discount": "Huurprijs incl. korting",
|
|
19
|
-
"booking_from_til": "Boekingsdata:",
|
|
20
|
-
"total": "Totaal",
|
|
21
|
-
"stay_details": "Reisgezelschap",
|
|
22
|
-
"babies": "Baby's",
|
|
23
|
-
"babies_from": "(t/m {babies} jaar)",
|
|
24
|
-
"adults": "Volwassenen",
|
|
25
|
-
"adults_from": "(vanaf {age} jaar)",
|
|
26
|
-
"children": "Kinderen",
|
|
27
|
-
"children_from": "({from} t/m {til} jaar)",
|
|
28
|
-
"house.arrival_date": "Aankomstdatum",
|
|
29
|
-
"house.departure_date": "Vertrekdatum",
|
|
30
|
-
"house.arrival": "Aankomst",
|
|
31
|
-
"house.departure": "Vertrek ",
|
|
32
|
-
"group_accommodation.arrival_date": "Aankomstdatum",
|
|
33
|
-
"group_accommodation.departure_date": "Vertrekdatum",
|
|
34
|
-
"group_accommodation.arrival": "Aankomst",
|
|
35
|
-
"group_accommodation.departure": "Vertrek ",
|
|
36
|
-
"extra_costs_bookable": "Extra opties",
|
|
37
|
-
"costs_on_site": "Bijkomende kosten ter plaatse:",
|
|
38
|
-
"insurances": "Verzekeringen",
|
|
39
|
-
"at_least_1_adult": "Kies minstens 1 volwassene.",
|
|
40
|
-
"max_persons_reached": "Er zijn te veel personen geselecteerd.",
|
|
41
|
-
"personal_details": "Uw gegevens",
|
|
42
|
-
"required": "Dit veld is verplicht.",
|
|
43
|
-
"cancel_insurance_all_risk": "All Risk",
|
|
44
|
-
"cancel_insurance_normal": "Normaal",
|
|
45
|
-
"none": "Geen",
|
|
46
|
-
"cancel_insurance": "Annuleringsverzekering",
|
|
47
|
-
"insurance_costs": "Poliskosten",
|
|
48
|
-
"choose": "Kies",
|
|
49
|
-
"yes": "Ja",
|
|
50
|
-
"booking_details": "Boekingsgegevens",
|
|
51
|
-
"based_on_one_person": "Gebaseerd op {persons} personen",
|
|
52
|
-
"return_to_calendar": "Terug naar de kalender",
|
|
53
|
-
"close": "Sluiten",
|
|
54
|
-
"cancel_insurance_normal_long": "Kortlopende Annuleringsverzekering",
|
|
55
|
-
"cancel_insurance_normal_desc": "Je hebt een prachtige vakantie geboekt, dan mag een annuleringsverzekering niet ontbreken! Het kan gebeuren dat je geboekte vakantie niet door kan gaan, of dat je halverwege de vakantie onverwachts naar huis moet door bijvoorbeeld een ernstige ziekte. De annuleringsverzekering van RecreatieVerzekeringen is ideaal, deze geldt namelijk niet alleen voor je vertrek, maar ook tijdens de vakantie.",
|
|
56
|
-
"cancel_insurance_more_insured": "Er is meer verzekerd dan je denkt",
|
|
57
|
-
"cancel_insurance_more_insured_desc": "Wist je dat bij zwangerschap, een nieuwe baan of scheiding je een beroep kunt doen op een annuleringsverzekering? Veel mensen verwachten dat een annuleringsverzekering alleen geldig is bij ziekte of overlijden.",
|
|
58
|
-
"cancel_insurance_important": "Belangrijk",
|
|
59
|
-
"cancel_insurance_important_message": "Voor een optimale dekking van je annuleringsverzekering is het belangrijk dat je deze afsluit binnen 7 dagen na het boeken van de vakantie.",
|
|
60
|
-
"cancel_insurance_for_whom": "Voor wie?",
|
|
61
|
-
"cancel_insurance_for_whom_explain": "Deze verzekering is voor maximaal 4 gezinnen of 9 reisgenoten (geen gezinsleden)",
|
|
62
|
-
"cancel_insurance_questions": "Veelgestelde vragen",
|
|
63
|
-
"cancel_insurance_questions_explain_link": "hier",
|
|
64
|
-
"cancel_insurance_questions_explain_1": "Klik ",
|
|
65
|
-
"cancel_insurance_questions_explain_2": " om de veelgestelde vragen te vinden.",
|
|
66
|
-
"show_terms": "Bekijk de voorwaarden",
|
|
67
|
-
"terms": "Voorwaarden",
|
|
68
|
-
"reviews_note_link": "BUKAZU Boekingssysteem houdt onafhankelijk reviews bij. Deze reviews zijn verzameld na het verblijf van de gasten in de accommodatie. Er is controle op de combinatie boekingsnummer en e-mailadres.",
|
|
69
|
-
"reviews_note": "De getoonde reviews zijn gecontroleerd op echtheid en voldoen aan de richtlijnen van de ACM. De reviews zijn verzameld na het verblijf van de gasten in de accommodatie. Er is controle op de combinatie boekingsnummer en e-mailadres.",
|
|
70
|
-
"remark": "Opmerking",
|
|
71
|
-
"9persons_9addresses": "De verzekering keert uit voor maximaal 9 personen die op 9 verschillende adressen wonen,",
|
|
72
|
-
"or": "of",
|
|
73
|
-
"9persons_4addresses": "De verzekering keert uit voor een onbeperkt aantal personen die op maximaal 4 verschillende adressen wonen.",
|
|
74
|
-
"poliscosts": "Poliskosten",
|
|
75
|
-
"poliscosts_are": "De kosten voor het opmaken van een verzekeringspolis zijn eenmalig € 6,95. Ongeacht of u 1 of meerdere verzekeringen heeft afgesloten.",
|
|
76
|
-
"youwillrecieve": "U ontvangt aansluitend op uw boekingsbevestiging de verzekeringspapieren per email toegestuurd. De verzekering treedt in werking zodra u de (aan)betaling gedaan heeft.",
|
|
77
|
-
"thank_you_for_your_request": "Hartelijk dank voor uw boekings/optie-aanvraag.",
|
|
78
|
-
"we_sent_confirmation_check_email": "Een kopie van uw aanvraag is naar uw e-mailadres verstuurd. Als u geen mail van ons ontvangen hebt, kan het zijn dat deze in uw spambox zit. ",
|
|
79
|
-
"something_went_wrong_please_try_again": "Oeps, er is iets mis gegaan, probeert u het later nogmaals.",
|
|
80
|
-
"persons": "personen",
|
|
81
|
-
"bedrooms": "slaapkamers",
|
|
82
|
-
"minimum_week_price": "min. weekprijs",
|
|
83
|
-
"no_results": "Geen resultaten",
|
|
84
|
-
"agree_with": "Door op 'Boeken' te klikken, ontstaat een betaalverplichting wanneer mijn boeking wordt geaccepteerd. Ik ga akkoord met de",
|
|
85
|
-
"option_is_free": "Een optie is kosteloos en vrijblijvend.",
|
|
86
|
-
"discount_reason": "Reden korting.",
|
|
87
|
-
"results": "resultaten",
|
|
88
|
-
"bathrooms": "badkamers",
|
|
89
|
-
"you_need_to_give_reason": "U dient een geldige kortingsreden aan te geven",
|
|
90
|
-
"camper.arrival_date": "Ophaaldatum",
|
|
91
|
-
"camper.departure_date": "Inleverdatum",
|
|
92
|
-
"camper.arrival": "Ophalen",
|
|
93
|
-
"camper.departure": "Inleveren",
|
|
94
|
-
"boat.arrival_date": "Ophaaldatum",
|
|
95
|
-
"boat.departure_date": "Inleverdatum",
|
|
96
|
-
"boat.arrival": "Ophalen",
|
|
97
|
-
"boat.departure": "Inleveren",
|
|
98
|
-
"caravan.arrival_date": "Aankomstdatum",
|
|
99
|
-
"caravan.departure_date": "Vertrekdatum",
|
|
100
|
-
"caravan.arrival": "Aankomst",
|
|
101
|
-
"caravan.departure": "Vertrek ",
|
|
102
|
-
"tent.arrival_date": "Aankomstdatum",
|
|
103
|
-
"tent.departure_date": "Vertrekdatum",
|
|
104
|
-
"tent.arrival": "Aankomst",
|
|
105
|
-
"tent.departure": "Vertrek ",
|
|
106
|
-
"filters": "Filters",
|
|
107
|
-
"comply_insurance_card": "Ik ga ermee akkoord dat de verzekeringskaart van de annuleringsverzekering digitaal aan mij verstrekt wordt. Ik ontvang deze bij mijn boekingsbevestiging.",
|
|
108
|
-
"house.you_picked_arrival_date": "Uw aankomstdatum is",
|
|
109
|
-
"house.pick_your_departure_in_the_calendar": "Kies een vertrekdatum",
|
|
110
|
-
"house.you_picked_departure_date": "Uw vertrekdatum is",
|
|
111
|
-
"house.pick_your_arrivaldate_in_the_calendar": "Kies een aankomstdatum",
|
|
112
|
-
"group_accommodation.you_picked_arrival_date": "Uw aankomstdatum is",
|
|
113
|
-
"group_accommodation.pick_your_departure_in_the_calendar": "Kies een vertrekdatum",
|
|
114
|
-
"group_accommodation.you_picked_departure_date": "Uw vertrekdatum is",
|
|
115
|
-
"group_accommodation.pick_your_arrivaldate_in_the_calendar": "Kies een aankomstdatum",
|
|
116
|
-
"tent.you_picked_arrival_date": "Uw aankomstdatum is",
|
|
117
|
-
"tent.pick_your_departure_in_the_calendar": "Kies een vertrekdatum",
|
|
118
|
-
"tent.you_picked_departure_date": "Uw vertrekdatum is",
|
|
119
|
-
"tent.pick_your_arrivaldate_in_the_calendar": "Kies een aankomstdatum",
|
|
120
|
-
"camper.you_picked_arrival_date": "Uw ophaaldatum is",
|
|
121
|
-
"camper.pick_your_departure_in_the_calendar": "Kies een inleverdatum",
|
|
122
|
-
"camper.you_picked_departure_date": "Uw inleverdatum is",
|
|
123
|
-
"camper.pick_your_arrivaldate_in_the_calendar": "Kies een ophaaldatum",
|
|
124
|
-
"boat.you_picked_arrival_date": "Uw ophaaldatum is",
|
|
125
|
-
"boat.pick_your_departure_in_the_calendar": "Kies een inleverdatum",
|
|
126
|
-
"boat.you_picked_departure_date": "Uw inleverdatum is",
|
|
127
|
-
"boat.pick_your_arrivaldate_in_the_calendar": "Kies een ophaaldatum",
|
|
128
|
-
"no": "Nee",
|
|
129
|
-
"no_house_found": "Geen object gevonden voor deze combinatie van Portal-code en Object-code",
|
|
130
|
-
"insurance_company_needs_date_of_birth": "Voor het afsluiten van een verzekering is een geboortedatum verplicht",
|
|
131
|
-
"extra_fields.date_of_birth": "Geboortedatum",
|
|
132
|
-
"no_discount_code_found": "Geen korting gevonden met ingegeven code",
|
|
133
|
-
"discount_code": "Kortingscode",
|
|
134
|
-
"minimum_nights": "Minstens {minimum} nachten",
|
|
135
|
-
"can_only_take_insurance_in_de_be_nl": "U kunt alleen een verzekering afsluiten, wanneer u woont in Nederland, Duitsland of België.",
|
|
136
|
-
"price_from": "Prijs vanaf",
|
|
137
|
-
"reviews": "Reviews"
|
|
138
|
-
}
|
package/src/styles/calendar.css
DELETED
|
@@ -1,317 +0,0 @@
|
|
|
1
|
-
#bukazu-app {
|
|
2
|
-
@media screen and (min-width: 1400px) {
|
|
3
|
-
div.calendar-container {
|
|
4
|
-
display: flex;
|
|
5
|
-
align-items: flex-start;
|
|
6
|
-
.calendar-section {
|
|
7
|
-
width: 75%;
|
|
8
|
-
order: 1;
|
|
9
|
-
}
|
|
10
|
-
.price-overview {
|
|
11
|
-
width: 25%;
|
|
12
|
-
order: 2;
|
|
13
|
-
.calendar--picker {
|
|
14
|
-
flex-direction: column;
|
|
15
|
-
&--date, .button {
|
|
16
|
-
width: auto;
|
|
17
|
-
}
|
|
18
|
-
.button {
|
|
19
|
-
padding: 12px;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
@media screen and (max-width: 993px) {
|
|
26
|
-
.price-overview {
|
|
27
|
-
.calendar--picker {
|
|
28
|
-
flex-direction: column;
|
|
29
|
-
&--date, .button {
|
|
30
|
-
width: auto;
|
|
31
|
-
}
|
|
32
|
-
.button {
|
|
33
|
-
padding: 12px;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}
|
|
39
|
-
.calendars-header {
|
|
40
|
-
display: flex;
|
|
41
|
-
flex-direction: row;
|
|
42
|
-
justify-content: space-around;
|
|
43
|
-
@media screen and (max-width: 992px) {
|
|
44
|
-
/* flex-direction: column; */
|
|
45
|
-
.col, .bu-calendar-col {
|
|
46
|
-
margin: 4px 8px;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
.col, .bu-calendar-col {
|
|
50
|
-
.icon {
|
|
51
|
-
padding: 8px 40px;
|
|
52
|
-
background-color: rgb(23, 190, 187);
|
|
53
|
-
background: var(--bukazu-button);
|
|
54
|
-
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
|
|
55
|
-
cursor: pointer;
|
|
56
|
-
display: flex;
|
|
57
|
-
align-items: center;
|
|
58
|
-
justify-content: center;
|
|
59
|
-
svg {
|
|
60
|
-
height: 18px;
|
|
61
|
-
}
|
|
62
|
-
&:hover {
|
|
63
|
-
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
.assistance {
|
|
69
|
-
padding: 16px;
|
|
70
|
-
span {
|
|
71
|
-
font-weight: bold;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
.calendars-row {
|
|
75
|
-
display: flex;
|
|
76
|
-
flex-wrap: wrap;
|
|
77
|
-
justify-content: flex-start;
|
|
78
|
-
}
|
|
79
|
-
.bu-smaller .calendar {
|
|
80
|
-
width: 100%;
|
|
81
|
-
}
|
|
82
|
-
.bu-smaller .calendar .col {
|
|
83
|
-
padding: 16px 4px;
|
|
84
|
-
}
|
|
85
|
-
.bu-smaller .calendar .bu-calendar-col {
|
|
86
|
-
padding: 16px 4px;
|
|
87
|
-
}
|
|
88
|
-
.bu-calendar, .calendar {
|
|
89
|
-
min-width: 48%;
|
|
90
|
-
padding: 16px 1%;
|
|
91
|
-
box-sizing: border-box;
|
|
92
|
-
background: var(--month_background);
|
|
93
|
-
/* box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25); */
|
|
94
|
-
/* margin: 16px 8px; */
|
|
95
|
-
&.calendar-1 {
|
|
96
|
-
min-width: 98%;
|
|
97
|
-
}
|
|
98
|
-
&.calendar-2 {
|
|
99
|
-
min-width: 48%;
|
|
100
|
-
}
|
|
101
|
-
&.calendar-3 {
|
|
102
|
-
min-width: 32%;
|
|
103
|
-
}
|
|
104
|
-
&.calendar-4 {
|
|
105
|
-
min-width: calc(25% - 16px);
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.header {
|
|
109
|
-
background-color: rgba(211, 211, 211, 0.5);
|
|
110
|
-
}
|
|
111
|
-
.row, .bu-calendar-row {
|
|
112
|
-
width: 100%;
|
|
113
|
-
display: flex;
|
|
114
|
-
flex: 1 1 auto;
|
|
115
|
-
&.days {
|
|
116
|
-
border-bottom: 1px solid rgba(211, 211, 211, 0.5);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
.col, .bu-calendar-col {
|
|
120
|
-
width: 100%;
|
|
121
|
-
padding: 4px;
|
|
122
|
-
text-transform: capitalize;
|
|
123
|
-
text-align: center;
|
|
124
|
-
transition: all 0.5s ease;
|
|
125
|
-
&-center {
|
|
126
|
-
text-align: center;
|
|
127
|
-
}
|
|
128
|
-
&-start {
|
|
129
|
-
text-align: left;
|
|
130
|
-
}
|
|
131
|
-
&-end {
|
|
132
|
-
text-align: right;
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.cell {
|
|
137
|
-
background: #6eeb83;
|
|
138
|
-
background: var(--bukazu-cell);
|
|
139
|
-
}
|
|
140
|
-
.disabled {
|
|
141
|
-
opacity: 0;
|
|
142
|
-
}
|
|
143
|
-
.arrival {
|
|
144
|
-
background: #6eeb83;
|
|
145
|
-
background: var(--bukazu-arrival);
|
|
146
|
-
cursor: pointer;
|
|
147
|
-
font-weight: bold;
|
|
148
|
-
text-decoration: underline;
|
|
149
|
-
}
|
|
150
|
-
.discount {
|
|
151
|
-
background: orange;
|
|
152
|
-
background: var(--bukazu-discount);
|
|
153
|
-
}
|
|
154
|
-
/* .discount.arrival {
|
|
155
|
-
background: linear-gradient(
|
|
156
|
-
45deg,
|
|
157
|
-
var(--bukazu-discount) 50%,
|
|
158
|
-
var(--bukazu-arrival) 50%
|
|
159
|
-
);
|
|
160
|
-
} */
|
|
161
|
-
.booked-departure {
|
|
162
|
-
background: linear-gradient(
|
|
163
|
-
45deg,
|
|
164
|
-
var(--bukazu-cell) 50%,
|
|
165
|
-
var(--bukazu-booked) 50%
|
|
166
|
-
);
|
|
167
|
-
}
|
|
168
|
-
.discount.booked-departure {
|
|
169
|
-
background: linear-gradient(
|
|
170
|
-
45deg,
|
|
171
|
-
var(--bukazu-discount) 50%,
|
|
172
|
-
var(--bukazu-booked) 50%
|
|
173
|
-
);
|
|
174
|
-
}
|
|
175
|
-
.departure.discount.booked-departure,
|
|
176
|
-
.departure.booked-departure,
|
|
177
|
-
.departure.booked {
|
|
178
|
-
background: linear-gradient(
|
|
179
|
-
45deg,
|
|
180
|
-
var(--bukazu-departure) 50%,
|
|
181
|
-
var(--bukazu-booked) 50%
|
|
182
|
-
);
|
|
183
|
-
}
|
|
184
|
-
.departure-arrival {
|
|
185
|
-
background: linear-gradient(
|
|
186
|
-
45deg,
|
|
187
|
-
var(--bukazu-booked) 50%,
|
|
188
|
-
var(--bukazu-arrival) 50%
|
|
189
|
-
) !important;
|
|
190
|
-
cursor: pointer;
|
|
191
|
-
}
|
|
192
|
-
.discount.departure-arrival {
|
|
193
|
-
background: linear-gradient(
|
|
194
|
-
45deg,
|
|
195
|
-
var(--bukazu-booked) 50%,
|
|
196
|
-
var(--bukazu-discount) 50%
|
|
197
|
-
) !important;
|
|
198
|
-
}
|
|
199
|
-
.icon {
|
|
200
|
-
cursor: pointer;
|
|
201
|
-
}
|
|
202
|
-
.discount.arrival.departure,
|
|
203
|
-
.departure {
|
|
204
|
-
font-weight: bold;
|
|
205
|
-
background: yellow;
|
|
206
|
-
background: var(--bukazu-departure);
|
|
207
|
-
cursor: pointer;
|
|
208
|
-
}
|
|
209
|
-
.selected {
|
|
210
|
-
background: rgb(23, 190, 187) !important;
|
|
211
|
-
background: var(--bukazu-button) !important;
|
|
212
|
-
}
|
|
213
|
-
.booked {
|
|
214
|
-
background: #ea2b1f;
|
|
215
|
-
background: var(--bukazu-booked);
|
|
216
|
-
color: #000;
|
|
217
|
-
/* filter: invert(100%) */
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
.legend {
|
|
221
|
-
display: flex;
|
|
222
|
-
flex-wrap: wrap;
|
|
223
|
-
padding: 8px 16px;
|
|
224
|
-
@media screen and (max-width: 992px) {
|
|
225
|
-
flex-direction: column;
|
|
226
|
-
}
|
|
227
|
-
& > div {
|
|
228
|
-
display: flex;
|
|
229
|
-
padding: 0 16px;
|
|
230
|
-
@media screen and (max-width: 992px) {
|
|
231
|
-
padding: 4px 8px;
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
&-field {
|
|
235
|
-
display: block;
|
|
236
|
-
width: 16px;
|
|
237
|
-
height: 16px;
|
|
238
|
-
margin: 0 8px 0 0;
|
|
239
|
-
&.booked {
|
|
240
|
-
background: #ea2b1f;
|
|
241
|
-
background: var(--bukazu-booked);
|
|
242
|
-
}
|
|
243
|
-
&.arrival {
|
|
244
|
-
background: #6eeb83;
|
|
245
|
-
background: var(--bukazu-arrival);
|
|
246
|
-
}
|
|
247
|
-
&.departure {
|
|
248
|
-
background: yellow;
|
|
249
|
-
background: var(--bukazu-departure);
|
|
250
|
-
}
|
|
251
|
-
&.last_minute_discount {
|
|
252
|
-
background: orange;
|
|
253
|
-
background: var(--bukazu-discount);
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
.calendar--picker {
|
|
258
|
-
padding: 8px;
|
|
259
|
-
display: flex;
|
|
260
|
-
justify-content: space-around;
|
|
261
|
-
width: 100%;
|
|
262
|
-
box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
|
|
263
|
-
&--date {
|
|
264
|
-
width: 20%;
|
|
265
|
-
display: flex;
|
|
266
|
-
flex-direction: column;
|
|
267
|
-
justify-content: center;
|
|
268
|
-
align-items: center;
|
|
269
|
-
padding: 8px 16px;
|
|
270
|
-
span.name {
|
|
271
|
-
font-size: 18px;
|
|
272
|
-
border-bottom: 1px solid #ccc;
|
|
273
|
-
padding: 4px 0;
|
|
274
|
-
@media screen and (max-width: 1200px) {
|
|
275
|
-
font-size: 16px;
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
span.detail {
|
|
279
|
-
display: flex;
|
|
280
|
-
padding: 4px 0;
|
|
281
|
-
opacity: 0.9;
|
|
282
|
-
width: 100%;
|
|
283
|
-
justify-content: center;
|
|
284
|
-
align-items: center;
|
|
285
|
-
@media screen and (max-width: 1200px) {
|
|
286
|
-
font-size: 14px;
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
&--persons {
|
|
291
|
-
border: 1px solid #ccc;
|
|
292
|
-
width: 100%;
|
|
293
|
-
appearance: none;
|
|
294
|
-
font-size: 16px;
|
|
295
|
-
}
|
|
296
|
-
.button, .bu-calendar-button {
|
|
297
|
-
width: 20%;
|
|
298
|
-
background: var(--bukazu-button_cta);
|
|
299
|
-
color: #fff;
|
|
300
|
-
padding: 4px 16px;
|
|
301
|
-
margin: 8px 0;
|
|
302
|
-
font-weight: bold;
|
|
303
|
-
text-align: center;
|
|
304
|
-
border: 0;
|
|
305
|
-
font-size: 18px;
|
|
306
|
-
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
|
|
307
|
-
cursor: pointer;
|
|
308
|
-
&:disabled {
|
|
309
|
-
background: #ccc;
|
|
310
|
-
cursor: not-allowed;
|
|
311
|
-
}
|
|
312
|
-
&:hover {
|
|
313
|
-
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
|
|
314
|
-
}
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
}
|