@konnectio/core 4.0.55 → 4.0.56-rc2
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/README.md +7 -7
- package/dist/{ActionField-89f587d4.js → ActionField-Qf4JAgBa.js} +30 -31
- package/dist/ActionField-Qf4JAgBa.js.br +0 -0
- package/dist/ActionField-ztW-1xka.cjs +1 -0
- package/dist/AvailabilitySkeleton-GPTCv3Xy.js +242 -0
- package/dist/AvailabilitySkeleton-GPTCv3Xy.js.br +0 -0
- package/dist/AvailabilitySkeleton-v0QVPuim.cjs +1 -0
- package/dist/CheckoutWindow-NUwbNAPw.cjs +1 -0
- package/dist/{CheckoutWindow-df8612e3.js → CheckoutWindow-S9xKe_Wf.js} +58 -54
- package/dist/CheckoutWindow-S9xKe_Wf.js.br +0 -0
- package/dist/Container-Fl2PKj-u.js +59 -0
- package/dist/Container-Fl2PKj-u.js.br +0 -0
- package/dist/Container-Y6_3uTWy.cjs +1 -0
- package/dist/DateField.vue_vue_type_style_index_0_lang-hZTsLsOv.cjs +2 -0
- package/dist/{DateField.vue_vue_type_style_index_0_lang-bbaed106.js → DateField.vue_vue_type_style_index_0_lang-iz9zEBOR.js} +2666 -2661
- package/dist/DateField.vue_vue_type_style_index_0_lang-iz9zEBOR.js.br +0 -0
- package/dist/Field-UTbHMN9U.cjs +1 -0
- package/dist/Field-b7XkSAoi.js +43 -0
- package/dist/Field-b7XkSAoi.js.br +0 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-30hJu8vr.js +21406 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-30hJu8vr.js.br +0 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-eLyZ247i.cjs +851 -0
- package/dist/{ThankYou-159b55d6.js → ThankYou-LiiG3Zv1.js} +2349 -2000
- package/dist/ThankYou-LiiG3Zv1.js.br +0 -0
- package/dist/ThankYou-M6d4G8pc.cjs +59 -0
- package/dist/_-FAlGPZqe.js +20 -0
- package/dist/_-oL4OsiNw.cjs +1 -0
- package/dist/_commonjsHelpers-f3sTPFkQ.js +8 -0
- package/dist/_commonjsHelpers-f52AuuUj.cjs +1 -0
- package/dist/availability.cjs +2 -2
- package/dist/availability.js +39 -42
- package/dist/availability.js.br +0 -0
- package/dist/components/Gallery.vue.d.ts +3 -2
- package/dist/components/Gallery.vue.d.ts.map +1 -1
- package/dist/components/forms/EventAvailabilityForm.vue.d.ts +1 -1
- package/dist/components/forms/HotelAvailabilityForm.vue.d.ts +1 -1
- package/dist/components/forms/MultiStepForm.vue.d.ts +1 -1
- package/dist/components/forms/ReservationForm.vue.d.ts +1 -1
- package/dist/components/listings/Base.vue.d.ts +1 -1
- package/dist/components/listings/Hotel.vue.d.ts +1 -1
- package/dist/components/listings/Template.vue.d.ts +1 -1
- package/dist/components/side-panels/ListingInfo.vue.d.ts +1 -1
- package/dist/components/side-panels/Template.vue.d.ts +1 -1
- package/dist/components/skeletons/AvailabilitySkeleton.vue.d.ts +1 -1
- package/dist/components/skeletons/Field.vue.d.ts +1 -1
- package/dist/components/skeletons/HotelSkeleton.vue.d.ts +1 -1
- package/dist/components/skeletons/Listing.vue.d.ts +1 -1
- package/dist/entries/availability.d.ts +3 -3
- package/dist/entries/event.d.ts +1 -1
- package/dist/entries/gift-card-validation.d.ts +5 -2
- package/dist/entries/gift-card.d.ts +5 -1
- package/dist/entries/hotel.d.ts +5 -0
- package/dist/event-GaUgVNzy.cjs +1 -0
- package/dist/{event-6cd5d9be.js → event-MXmxvcpC.js} +26 -25
- package/dist/event-MXmxvcpC.js.br +0 -0
- package/dist/event.cjs +1 -1
- package/dist/event.js +212 -214
- package/dist/event.js.br +0 -0
- package/dist/gift-card-validation.cjs +1 -1
- package/dist/gift-card-validation.js +68 -64
- package/dist/gift-card-validation.js.br +0 -0
- package/dist/gift-card.cjs +1 -1
- package/dist/gift-card.d.ts +2 -0
- package/dist/gift-card.js +278 -273
- package/dist/gift-card.js.br +0 -0
- package/dist/hotel.cjs +5 -5
- package/dist/hotel.d.ts +2 -0
- package/dist/hotel.js +1415 -1436
- package/dist/hotel.js.br +0 -0
- package/dist/layouts/Availability.vue.d.ts +4 -4
- package/dist/layouts/Event.vue.d.ts +4 -4
- package/dist/layouts/GiftCard.vue.d.ts +4 -4
- package/dist/layouts/GiftCardValidation.vue.d.ts +4 -4
- package/dist/layouts/Hotel.vue.d.ts +4 -4
- package/dist/layouts/_.vue.d.ts +4 -4
- package/dist/polyfill.cjs +4 -4
- package/dist/polyfill.js +3032 -3065
- package/dist/polyfill.js.br +0 -0
- package/dist/store/alert.d.ts +15 -15
- package/dist/store/applyGiftCard.d.ts +18 -18
- package/dist/store/availability.d.ts +12 -12
- package/dist/store/event.d.ts +141 -141
- package/dist/store/giftCard.d.ts +51 -51
- package/dist/store/payment.d.ts +39 -39
- package/dist/store/recaptcha.d.ts +28 -0
- package/dist/store/tracking.d.ts +6 -6
- package/dist/store/utilities.d.ts +131 -146
- package/dist/style.css +1 -1
- package/dist/style.css.br +0 -0
- package/dist/types/index.d.ts +8 -0
- package/package.json +22 -20
- package/dist/ActionField-087c3437.cjs +0 -1
- package/dist/ActionField-89f587d4.js.br +0 -0
- package/dist/AvailabilitySkeleton-01aab3cb.js +0 -237
- package/dist/AvailabilitySkeleton-01aab3cb.js.br +0 -0
- package/dist/AvailabilitySkeleton-452df88c.cjs +0 -1
- package/dist/CheckoutWindow-1d77f68c.cjs +0 -1
- package/dist/CheckoutWindow-df8612e3.js.br +0 -0
- package/dist/Container-3af1f7f7.cjs +0 -1
- package/dist/Container-9f1ed24c.js +0 -59
- package/dist/Container-9f1ed24c.js.br +0 -0
- package/dist/DateField.vue_vue_type_style_index_0_lang-b5676dde.cjs +0 -2
- package/dist/DateField.vue_vue_type_style_index_0_lang-bbaed106.js.br +0 -0
- package/dist/Field-43273ca2.cjs +0 -1
- package/dist/Field-92684198.js +0 -42
- package/dist/Field-92684198.js.br +0 -0
- package/dist/NumberField.vue_vue_type_script_setup_true_lang-a149d388.cjs +0 -1
- package/dist/NumberField.vue_vue_type_script_setup_true_lang-ce6f0b17.js +0 -67
- package/dist/NumberField.vue_vue_type_script_setup_true_lang-ce6f0b17.js.br +0 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-11cea6ba.js +0 -30329
- package/dist/SelectField.vue_vue_type_style_index_0_lang-11cea6ba.js.br +0 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-b1435f5a.cjs +0 -856
- package/dist/ThankYou-159b55d6.js.br +0 -0
- package/dist/ThankYou-c1cbecac.cjs +0 -59
- package/dist/_-52440760.js +0 -20
- package/dist/_-fbbc271a.cjs +0 -1
- package/dist/_commonjsHelpers-6763f629.cjs +0 -1
- package/dist/_commonjsHelpers-aeeeeb92.js +0 -30
- package/dist/event-6cd5d9be.js.br +0 -0
- package/dist/event-dfc9ed16.cjs +0 -1
package/dist/event.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { B as
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { _ as
|
|
8
|
-
import "./_commonjsHelpers-
|
|
9
|
-
import "./_-
|
|
10
|
-
const vl = { class: "fresh-booking-event-listing-information" }, bl = { key: 0 }, gl = { key: 1 },
|
|
1
|
+
import { defineComponent as ge, ref as ze, computed as Qe, openBlock as t, createBlock as b, unref as e, createSlots as We, withCtx as g, createVNode as r, createElementVNode as l, toDisplayString as n, createElementBlock as i, createCommentVNode as u, onMounted as Ye, watch as je, isRef as w, Fragment as V, renderList as D, createTextVNode as ie, pushScopeId as He, popScopeId as Je, createApp as Ke } from "vue";
|
|
2
|
+
import { l as ke, b as Xe, s as Y, c as he, B as Ze, n as k, v as Ge, w as re, x as ue, y as xe, o as $, _ as ye, m as el, L as de, O as me, k as G, T as pe, z as ll, A as x, p as ce, q as nl, t as tl, D as ol } from "./SelectField.vue_vue_type_style_index_0_lang-30hJu8vr.js";
|
|
3
|
+
import { B as al, M as sl, R as il, T as rl, x as ul } from "./ThankYou-LiiG3Zv1.js";
|
|
4
|
+
import { u as j } from "./event-MXmxvcpC.js";
|
|
5
|
+
import { A as dl } from "./ActionField-Qf4JAgBa.js";
|
|
6
|
+
import { P as ml, C as ve, a as pl } from "./CheckoutWindow-S9xKe_Wf.js";
|
|
7
|
+
import { _ as cl } from "./DateField.vue_vue_type_style_index_0_lang-iz9zEBOR.js";
|
|
8
|
+
import "./_commonjsHelpers-f3sTPFkQ.js";
|
|
9
|
+
import "./_-FAlGPZqe.js";
|
|
10
|
+
const vl = { class: "fresh-booking-event-listing-information" }, bl = { key: 0 }, gl = { key: 1 }, kl = /* @__PURE__ */ ge({
|
|
11
11
|
__name: "Event",
|
|
12
12
|
props: {
|
|
13
13
|
name: {},
|
|
@@ -30,46 +30,46 @@ const vl = { class: "fresh-booking-event-listing-information" }, bl = { key: 0 }
|
|
|
30
30
|
callback: {}
|
|
31
31
|
},
|
|
32
32
|
setup(L) {
|
|
33
|
-
const { t:
|
|
34
|
-
maxNumberOfPeople:
|
|
35
|
-
numberOfPeople:
|
|
36
|
-
eventId:
|
|
37
|
-
tableGroupId:
|
|
38
|
-
} =
|
|
39
|
-
getTemplateAvailability:
|
|
33
|
+
const { t: o } = ke(), v = L, { display: E } = Xe(), { currency: I } = Y(he()), {
|
|
34
|
+
maxNumberOfPeople: U,
|
|
35
|
+
numberOfPeople: H,
|
|
36
|
+
eventId: A,
|
|
37
|
+
tableGroupId: R
|
|
38
|
+
} = Y(j()), {
|
|
39
|
+
getTemplateAvailability: C,
|
|
40
40
|
getEventAvailability: N,
|
|
41
41
|
isEventListingLoading: O
|
|
42
|
-
} =
|
|
43
|
-
P.value > 0 ? (
|
|
42
|
+
} = j(), P = ze(0), z = Qe(() => O(v.listingId)), J = () => {
|
|
43
|
+
P.value > 0 ? (A.value = v.listingId, H.value = P.value, C(v.callback)) : E({
|
|
44
44
|
type: "error",
|
|
45
|
-
message:
|
|
45
|
+
message: o("alert.error.selectPeople")
|
|
46
46
|
});
|
|
47
|
-
},
|
|
48
|
-
P.value > 0 ? (
|
|
47
|
+
}, h = () => {
|
|
48
|
+
P.value > 0 ? (A.value = v.listingId, R.value = v.tableGroupId, H.value = P.value, N(v.callback)) : E({
|
|
49
49
|
type: "error",
|
|
50
|
-
message:
|
|
50
|
+
message: o("alert.error.selectPeople")
|
|
51
51
|
});
|
|
52
52
|
};
|
|
53
|
-
return (s,
|
|
53
|
+
return (s, y) => (t(), b(al, {
|
|
54
54
|
"listing-id": s.listingId,
|
|
55
55
|
gallery: s.gallery,
|
|
56
56
|
name: s.name,
|
|
57
57
|
description: s.description,
|
|
58
|
-
layout: e(
|
|
59
|
-
},
|
|
58
|
+
layout: e(Ze).Event
|
|
59
|
+
}, We({
|
|
60
60
|
action: g(() => [
|
|
61
61
|
r(dl, {
|
|
62
62
|
modelValue: P.value,
|
|
63
|
-
"onUpdate:modelValue":
|
|
63
|
+
"onUpdate:modelValue": y[0] || (y[0] = (B) => P.value = B),
|
|
64
64
|
type: "number",
|
|
65
|
-
label: e(
|
|
66
|
-
buttonLabel: s.soldOut ? e(
|
|
65
|
+
label: e(o)("event.numberOfGuests"),
|
|
66
|
+
buttonLabel: s.soldOut ? e(o)("event.soldOut") : e(o)("event.bookNowButton"),
|
|
67
67
|
buttonDisabled: s.soldOut,
|
|
68
68
|
"min-value": s.type === "event" ? 1 : s.minimumPersonCount,
|
|
69
|
-
"max-value": s.type === "event" ? s.maxOnlineReservationLimit || 1 / 0 : e(
|
|
70
|
-
"is-loading":
|
|
71
|
-
"onUpdate:isLoading":
|
|
72
|
-
onAction:
|
|
69
|
+
"max-value": s.type === "event" ? s.maxOnlineReservationLimit || 1 / 0 : e(U),
|
|
70
|
+
"is-loading": z.value,
|
|
71
|
+
"onUpdate:isLoading": y[1] || (y[1] = (B) => z.value = B),
|
|
72
|
+
onAction: y[2] || (y[2] = (B) => s.type === "event" ? h() : J())
|
|
73
73
|
}, null, 8, ["modelValue", "label", "buttonLabel", "buttonDisabled", "min-value", "max-value", "is-loading"])
|
|
74
74
|
]),
|
|
75
75
|
_: 2
|
|
@@ -79,32 +79,32 @@ const vl = { class: "fresh-booking-event-listing-information" }, bl = { key: 0 }
|
|
|
79
79
|
fn: g(() => [
|
|
80
80
|
l("ul", vl, [
|
|
81
81
|
l("li", null, [
|
|
82
|
-
r(
|
|
82
|
+
r(k, {
|
|
83
83
|
icon: "calendar-range",
|
|
84
84
|
color: "header"
|
|
85
85
|
}),
|
|
86
|
-
l("span", null, n(e(
|
|
86
|
+
l("span", null, n(e(Ge)(s.days)), 1)
|
|
87
87
|
]),
|
|
88
|
-
e(
|
|
89
|
-
r(
|
|
88
|
+
e(re)(s.fromDate, s.toDate) < 180 ? (t(), i("li", bl, [
|
|
89
|
+
r(k, {
|
|
90
90
|
icon: "calendar-days",
|
|
91
91
|
color: "header"
|
|
92
92
|
}),
|
|
93
|
-
l("span", null, n(e(
|
|
93
|
+
l("span", null, n(e(ue)(s.fromDate, s.toDate)), 1)
|
|
94
94
|
])) : u("", !0),
|
|
95
95
|
l("li", null, [
|
|
96
|
-
r(
|
|
96
|
+
r(k, {
|
|
97
97
|
icon: "calendar-clock",
|
|
98
98
|
color: "header"
|
|
99
99
|
}),
|
|
100
|
-
l("span", null, n(e(
|
|
100
|
+
l("span", null, n(e(xe)(s.timeFrom, s.timeTo)), 1)
|
|
101
101
|
]),
|
|
102
102
|
s.maxOnlineReservationLimit ? (t(), i("li", gl, [
|
|
103
|
-
r(
|
|
103
|
+
r(k, {
|
|
104
104
|
icon: "user-alt",
|
|
105
105
|
color: "header"
|
|
106
106
|
}),
|
|
107
|
-
l("span", null, n(`1 - ${s.maxOnlineReservationLimit} ${e(
|
|
107
|
+
l("span", null, n(`1 - ${s.maxOnlineReservationLimit} ${e(o)("general.people")}`), 1)
|
|
108
108
|
])) : u("", !0)
|
|
109
109
|
])
|
|
110
110
|
]),
|
|
@@ -113,26 +113,26 @@ const vl = { class: "fresh-booking-event-listing-information" }, bl = { key: 0 }
|
|
|
113
113
|
name: "description",
|
|
114
114
|
fn: g(() => [
|
|
115
115
|
l("ul", { class: "fresh-booking-event-listing-information" }, [
|
|
116
|
-
e(
|
|
117
|
-
r(
|
|
116
|
+
e(re)(s.fromDate, s.toDate) < 180 ? (t(), i("li", { key: 0 }, [
|
|
117
|
+
r(k, {
|
|
118
118
|
icon: "calendar-days",
|
|
119
119
|
color: "header"
|
|
120
120
|
}),
|
|
121
|
-
l("span", null, n(e(
|
|
121
|
+
l("span", null, n(e(ue)(s.fromDate, s.toDate, !0)), 1)
|
|
122
122
|
])) : u("", !0),
|
|
123
123
|
l("li", null, [
|
|
124
|
-
r(
|
|
124
|
+
r(k, {
|
|
125
125
|
icon: "user-alt",
|
|
126
126
|
color: "header"
|
|
127
127
|
}),
|
|
128
|
-
l("span", null, n(`${s.minimumPersonCount} - ${e(
|
|
128
|
+
l("span", null, n(`${s.minimumPersonCount} - ${e(U)} ${e(o)("general.people")}`), 1)
|
|
129
129
|
]),
|
|
130
130
|
l("li", null, [
|
|
131
|
-
r(
|
|
131
|
+
r(k, {
|
|
132
132
|
icon: "money-bill",
|
|
133
133
|
color: "header"
|
|
134
134
|
}),
|
|
135
|
-
l("span", null, n(`${e(
|
|
135
|
+
l("span", null, n(`${e(o)("general.pricesFrom")} ${e($)(s.fromPrice, e(I))}`), 1)
|
|
136
136
|
])
|
|
137
137
|
])
|
|
138
138
|
]),
|
|
@@ -140,14 +140,13 @@ const vl = { class: "fresh-booking-event-listing-information" }, bl = { key: 0 }
|
|
|
140
140
|
}
|
|
141
141
|
]), 1032, ["listing-id", "gallery", "name", "description", "layout"]));
|
|
142
142
|
}
|
|
143
|
-
})
|
|
144
|
-
const be = /* @__PURE__ */ fe(hl, [["__scopeId", "data-v-013d2269"]]), F = (L) => (Ge("data-v-b2eee97d"), L = L(), el(), L), kl = { class: "fresh-booking-panel" }, fl = {
|
|
143
|
+
}), be = /* @__PURE__ */ ye(kl, [["__scopeId", "data-v-013d2269"]]), F = (L) => (He("data-v-b2eee97d"), L = L(), Je(), L), hl = { class: "fresh-booking-panel" }, yl = {
|
|
145
144
|
key: 0,
|
|
146
145
|
id: "fresh-booking-event-overview"
|
|
147
|
-
},
|
|
146
|
+
}, fl = { class: "fresh-booking-event-listings" }, _l = { class: "fresh-booking-event-listings" }, Vl = {
|
|
148
147
|
key: 2,
|
|
149
148
|
id: "fresh-booking-event-addons"
|
|
150
|
-
}, Pl = { class: "fresh-booking-table" }, Tl = /* @__PURE__ */ F(() => /* @__PURE__ */ l("th", { class: "fresh-booking-event-addons-input" }, null, -1)), $l = { class: "fresh-booking-event-addons-price" }, El = /* @__PURE__ */ F(() => /* @__PURE__ */ l("br", null, null, -1)), Ol = { class: "fresh-booking-event-addons-input" }, wl = { class: "fresh-booking-event-addons-price" }, Dl = /* @__PURE__ */ F(() => /* @__PURE__ */ l("td", { colspan: "2" }, null, -1)), Ll = { class: "fresh-booking-event-addons-price" },
|
|
149
|
+
}, Pl = { class: "fresh-booking-table" }, Tl = /* @__PURE__ */ F(() => /* @__PURE__ */ l("th", { class: "fresh-booking-event-addons-input" }, null, -1)), $l = { class: "fresh-booking-event-addons-price" }, El = /* @__PURE__ */ F(() => /* @__PURE__ */ l("br", null, null, -1)), Ol = { class: "fresh-booking-event-addons-input" }, wl = { class: "fresh-booking-event-addons-price" }, Dl = /* @__PURE__ */ F(() => /* @__PURE__ */ l("td", { colspan: "2" }, null, -1)), Ll = { class: "fresh-booking-event-addons-price" }, Ul = { key: 3 }, Al = { class: "fresh-booking-label required" }, Bl = { id: "fresh-booking-event-table" }, Fl = { key: 4 }, Rl = { class: "fresh-booking-label required" }, Cl = { class: "fresh-booking-table" }, Nl = /* @__PURE__ */ F(() => /* @__PURE__ */ l("th", { class: "fresh-booking-event-addons-input" }, null, -1)), Sl = { class: "fresh-booking-event-addons-price" }, ql = /* @__PURE__ */ F(() => /* @__PURE__ */ l("br", null, null, -1)), Ml = /* @__PURE__ */ F(() => /* @__PURE__ */ l("br", null, null, -1)), Il = { class: "fresh-booking-event-addons-input" }, zl = { class: "fresh-booking-event-addons-price" }, Ql = { key: 0 }, Wl = { key: 1 }, Yl = { key: 2 }, jl = { key: 3 }, Hl = { key: 4 }, Jl = { key: 5 }, Kl = { key: 6 }, Xl = /* @__PURE__ */ ge({
|
|
151
150
|
name: "EventLayout",
|
|
152
151
|
__name: "Event",
|
|
153
152
|
props: {
|
|
@@ -155,25 +154,25 @@ const be = /* @__PURE__ */ fe(hl, [["__scopeId", "data-v-013d2269"]]), F = (L) =
|
|
|
155
154
|
styling: {}
|
|
156
155
|
},
|
|
157
156
|
setup(L) {
|
|
158
|
-
const { t:
|
|
157
|
+
const { t: o } = ke(), {
|
|
159
158
|
searchDate: v,
|
|
160
159
|
addons: E,
|
|
161
160
|
products: I,
|
|
162
|
-
numberOfDays:
|
|
163
|
-
discountCode:
|
|
164
|
-
name:
|
|
165
|
-
phone:
|
|
166
|
-
email:
|
|
161
|
+
numberOfDays: U,
|
|
162
|
+
discountCode: H,
|
|
163
|
+
name: A,
|
|
164
|
+
phone: R,
|
|
165
|
+
email: C,
|
|
167
166
|
remark: N,
|
|
168
167
|
arrivalTime: O,
|
|
169
168
|
title: P,
|
|
170
|
-
subtitle:
|
|
171
|
-
slideshow:
|
|
172
|
-
currency:
|
|
169
|
+
subtitle: z,
|
|
170
|
+
slideshow: J,
|
|
171
|
+
currency: h,
|
|
173
172
|
numberOfPeople: s,
|
|
174
|
-
numberOfTotalDays:
|
|
173
|
+
numberOfTotalDays: y,
|
|
175
174
|
numberOfRooms: B,
|
|
176
|
-
basePrice:
|
|
175
|
+
basePrice: fe,
|
|
177
176
|
totalPrice: _e,
|
|
178
177
|
isPaymentLoading: Ve,
|
|
179
178
|
hasEvents: Pe,
|
|
@@ -181,34 +180,34 @@ const be = /* @__PURE__ */ fe(hl, [["__scopeId", "data-v-013d2269"]]), F = (L) =
|
|
|
181
180
|
getEvents: $e,
|
|
182
181
|
getTemplates: Ee,
|
|
183
182
|
getEventData: Oe,
|
|
184
|
-
getTemplateData:
|
|
183
|
+
getTemplateData: Q,
|
|
185
184
|
getEventTableData: we,
|
|
186
185
|
length: ee,
|
|
187
186
|
roomUpgrade: De,
|
|
188
187
|
weekendFee: Le,
|
|
189
188
|
fromDate: le,
|
|
190
|
-
hasProducts:
|
|
189
|
+
hasProducts: Ue,
|
|
191
190
|
eventRateType: ne,
|
|
192
|
-
isMetaDataAvailable:
|
|
191
|
+
isMetaDataAvailable: Ae,
|
|
193
192
|
areListingsAvailable: Be,
|
|
194
193
|
isReservationFormFilled: Fe,
|
|
195
|
-
isAvailabilityDataAvailable:
|
|
194
|
+
isAvailabilityDataAvailable: Re,
|
|
196
195
|
// getEventImages,
|
|
197
196
|
isTemplateEvent: T,
|
|
198
197
|
tableBasePrice: te
|
|
199
|
-
} =
|
|
200
|
-
initialize:
|
|
201
|
-
validateDiscountCode:
|
|
198
|
+
} = Y(j()), {
|
|
199
|
+
initialize: Ce,
|
|
200
|
+
validateDiscountCode: xl,
|
|
202
201
|
fetchListings: Ne,
|
|
203
202
|
createBooking: Se,
|
|
204
|
-
localAddonPrice:
|
|
205
|
-
totalAddonPrice:
|
|
203
|
+
localAddonPrice: oe,
|
|
204
|
+
totalAddonPrice: ae,
|
|
206
205
|
reset: qe
|
|
207
|
-
} =
|
|
206
|
+
} = j(), {
|
|
208
207
|
hideEvents: Me,
|
|
209
208
|
hideEventTemplates: Ie
|
|
210
|
-
} =
|
|
211
|
-
return
|
|
209
|
+
} = Y(he());
|
|
210
|
+
return Ye(() => Ce()), je(v, () => Ne()), (se, d) => (t(), b(el, {
|
|
212
211
|
id: "fresh-booking-event-module",
|
|
213
212
|
class: "fresh-booking-app",
|
|
214
213
|
type: "event",
|
|
@@ -216,205 +215,205 @@ const be = /* @__PURE__ */ fe(hl, [["__scopeId", "data-v-013d2269"]]), F = (L) =
|
|
|
216
215
|
styling: se.styling
|
|
217
216
|
}, {
|
|
218
217
|
default: g(() => [
|
|
219
|
-
e(
|
|
218
|
+
e(Ae) ? (t(), b(sl, {
|
|
220
219
|
key: 0,
|
|
221
|
-
slideshow: e(
|
|
220
|
+
slideshow: e(J),
|
|
222
221
|
title: e(P),
|
|
223
|
-
subtitle: e(
|
|
222
|
+
subtitle: e(z)
|
|
224
223
|
}, {
|
|
225
|
-
availability: g(({ next:
|
|
226
|
-
l("div",
|
|
227
|
-
r(
|
|
224
|
+
availability: g(({ next: W }) => [
|
|
225
|
+
l("div", hl, [
|
|
226
|
+
r(cl, {
|
|
228
227
|
modelValue: e(v),
|
|
229
|
-
"onUpdate:modelValue": d[0] || (d[0] = (
|
|
230
|
-
label: e(
|
|
228
|
+
"onUpdate:modelValue": d[0] || (d[0] = (f) => w(v) ? v.value = f : null),
|
|
229
|
+
label: e(o)("event.selectDate"),
|
|
231
230
|
"min-date": /* @__PURE__ */ new Date()
|
|
232
231
|
}, null, 8, ["modelValue", "label", "min-date"])
|
|
233
232
|
]),
|
|
234
|
-
e(Be) ? (t(), i("div",
|
|
233
|
+
e(Be) ? (t(), i("div", yl, [
|
|
235
234
|
e(Pe) && !e(Me) ? (t(), i(V, { key: 0 }, [
|
|
236
235
|
l("h2", null, [
|
|
237
|
-
r(
|
|
236
|
+
r(k, {
|
|
238
237
|
icon: "clock-seven",
|
|
239
238
|
type: "fal",
|
|
240
239
|
color: "header"
|
|
241
240
|
}),
|
|
242
|
-
l("span", null, n(e(
|
|
241
|
+
l("span", null, n(e(o)("event.eventsTitle")), 1)
|
|
243
242
|
]),
|
|
244
|
-
l("ul",
|
|
243
|
+
l("ul", fl, [
|
|
245
244
|
(t(!0), i(V, null, D(e($e), ({
|
|
246
|
-
id:
|
|
247
|
-
days:
|
|
248
|
-
name:
|
|
245
|
+
id: f,
|
|
246
|
+
days: a,
|
|
247
|
+
name: p,
|
|
249
248
|
timeFrom: _,
|
|
250
249
|
timeTo: m,
|
|
251
|
-
fromDate:
|
|
250
|
+
fromDate: c,
|
|
252
251
|
toDate: S,
|
|
253
|
-
tableGroupID:
|
|
254
|
-
description:
|
|
255
|
-
soldOut:
|
|
252
|
+
tableGroupID: K,
|
|
253
|
+
description: X,
|
|
254
|
+
soldOut: Z,
|
|
256
255
|
maxOnlineReservationLimit: q
|
|
257
256
|
}) => (t(), b(be, {
|
|
258
|
-
key:
|
|
257
|
+
key: f,
|
|
259
258
|
type: "event",
|
|
260
|
-
"listing-id":
|
|
261
|
-
"table-group-id":
|
|
262
|
-
description:
|
|
263
|
-
name:
|
|
264
|
-
days:
|
|
265
|
-
"from-date":
|
|
259
|
+
"listing-id": f,
|
|
260
|
+
"table-group-id": K,
|
|
261
|
+
description: X,
|
|
262
|
+
name: p,
|
|
263
|
+
days: a,
|
|
264
|
+
"from-date": c,
|
|
266
265
|
"to-date": S,
|
|
267
266
|
"max-online-reservation-limit": q,
|
|
268
267
|
"time-from": _,
|
|
269
268
|
"time-to": m,
|
|
270
|
-
"sold-out":
|
|
271
|
-
callback:
|
|
269
|
+
"sold-out": Z,
|
|
270
|
+
callback: W
|
|
272
271
|
}, null, 8, ["listing-id", "table-group-id", "description", "name", "days", "from-date", "to-date", "max-online-reservation-limit", "time-from", "time-to", "sold-out", "callback"]))), 128))
|
|
273
272
|
])
|
|
274
273
|
], 64)) : u("", !0),
|
|
275
274
|
e(Te) && !e(Ie) ? (t(), i(V, { key: 1 }, [
|
|
276
275
|
l("h2", null, [
|
|
277
|
-
r(
|
|
276
|
+
r(k, {
|
|
278
277
|
icon: "stars",
|
|
279
278
|
type: "fal",
|
|
280
279
|
color: "header"
|
|
281
280
|
}),
|
|
282
|
-
l("span", null, n(e(
|
|
281
|
+
l("span", null, n(e(o)("event.stayTitle")), 1)
|
|
283
282
|
]),
|
|
284
283
|
l("ul", _l, [
|
|
285
284
|
(t(!0), i(V, null, D(e(Ee), ({
|
|
286
|
-
id:
|
|
287
|
-
name:
|
|
288
|
-
fromDate:
|
|
285
|
+
id: f,
|
|
286
|
+
name: a,
|
|
287
|
+
fromDate: p,
|
|
289
288
|
toDate: _,
|
|
290
289
|
minimumPersonCount: m,
|
|
291
|
-
fromPrice:
|
|
290
|
+
fromPrice: c,
|
|
292
291
|
description: S
|
|
293
292
|
}) => (t(), b(be, {
|
|
294
|
-
key:
|
|
293
|
+
key: f,
|
|
295
294
|
type: "template",
|
|
296
|
-
"listing-id":
|
|
297
|
-
name:
|
|
295
|
+
"listing-id": f,
|
|
296
|
+
name: a,
|
|
298
297
|
description: S,
|
|
299
|
-
"from-date":
|
|
298
|
+
"from-date": p,
|
|
300
299
|
"to-date": _,
|
|
301
300
|
"minimum-person-count": m,
|
|
302
|
-
fromPrice:
|
|
303
|
-
callback:
|
|
301
|
+
fromPrice: c,
|
|
302
|
+
callback: W
|
|
304
303
|
}, null, 8, ["listing-id", "name", "description", "from-date", "to-date", "minimum-person-count", "fromPrice", "callback"]))), 128))
|
|
305
304
|
])
|
|
306
305
|
], 64)) : u("", !0)
|
|
307
|
-
])) : (t(), b(
|
|
306
|
+
])) : (t(), b(de, { key: 1 }))
|
|
308
307
|
]),
|
|
309
|
-
reservation: g(({ next:
|
|
310
|
-
e(
|
|
308
|
+
reservation: g(({ next: W, prev: f }) => [
|
|
309
|
+
e(Re) ? (t(), b(il, {
|
|
311
310
|
key: 0,
|
|
312
311
|
remark: e(N),
|
|
313
|
-
"onUpdate:remark": d[8] || (d[8] = (
|
|
312
|
+
"onUpdate:remark": d[8] || (d[8] = (a) => w(N) ? N.value = a : null),
|
|
314
313
|
"is-filled": e(Fe),
|
|
315
314
|
"is-loading": e(Ve),
|
|
316
|
-
"base-price": e(
|
|
315
|
+
"base-price": e(fe),
|
|
317
316
|
"total-price": e(_e),
|
|
318
317
|
"weekend-fee": e(Le),
|
|
319
318
|
"room-upgrade": e(De),
|
|
320
|
-
onPrev: (
|
|
321
|
-
onNext: (
|
|
319
|
+
onPrev: (a) => e(qe)(f),
|
|
320
|
+
onNext: (a) => e(Se)(W)
|
|
322
321
|
}, {
|
|
323
322
|
form: g(() => [
|
|
324
|
-
e(ne) === e(
|
|
323
|
+
e(ne) === e(me).FullDayEvent ? (t(), b(G, {
|
|
325
324
|
key: 0,
|
|
326
|
-
modelValue: e(
|
|
327
|
-
"onUpdate:modelValue": d[1] || (d[1] = (
|
|
328
|
-
label: e(
|
|
325
|
+
modelValue: e(U),
|
|
326
|
+
"onUpdate:modelValue": d[1] || (d[1] = (a) => w(U) ? U.value = a : null),
|
|
327
|
+
label: e(o)("event.numberOfDays"),
|
|
329
328
|
"min-value": 1,
|
|
330
329
|
required: ""
|
|
331
330
|
}, null, 8, ["modelValue", "label"])) : u("", !0),
|
|
332
|
-
r(
|
|
333
|
-
modelValue: e(
|
|
334
|
-
"onUpdate:modelValue": d[2] || (d[2] = (
|
|
331
|
+
r(pe, {
|
|
332
|
+
modelValue: e(A),
|
|
333
|
+
"onUpdate:modelValue": d[2] || (d[2] = (a) => w(A) ? A.value = a : null),
|
|
335
334
|
type: "text",
|
|
336
|
-
label: e(
|
|
335
|
+
label: e(o)("booking.reservation.name"),
|
|
337
336
|
icon: "user-alt",
|
|
338
|
-
placeholder: e(
|
|
337
|
+
placeholder: e(o)("booking.reservation.namePlaceholder"),
|
|
339
338
|
required: ""
|
|
340
339
|
}, null, 8, ["modelValue", "label", "placeholder"]),
|
|
341
|
-
r(
|
|
342
|
-
modelValue: e(
|
|
343
|
-
"onUpdate:modelValue": d[3] || (d[3] = (
|
|
344
|
-
label: e(
|
|
340
|
+
r(pe, {
|
|
341
|
+
modelValue: e(C),
|
|
342
|
+
"onUpdate:modelValue": d[3] || (d[3] = (a) => w(C) ? C.value = a : null),
|
|
343
|
+
label: e(o)("booking.reservation.email"),
|
|
345
344
|
type: "email",
|
|
346
345
|
name: "email",
|
|
347
346
|
autocomplete: "email",
|
|
348
347
|
icon: "at",
|
|
349
|
-
placeholder: e(
|
|
348
|
+
placeholder: e(o)("booking.reservation.emailPlaceholder"),
|
|
350
349
|
required: ""
|
|
351
350
|
}, null, 8, ["modelValue", "label", "placeholder"]),
|
|
352
351
|
r(ml, {
|
|
353
|
-
modelValue: e(
|
|
354
|
-
"onUpdate:modelValue": d[4] || (d[4] = (
|
|
355
|
-
label: e(
|
|
352
|
+
modelValue: e(R),
|
|
353
|
+
"onUpdate:modelValue": d[4] || (d[4] = (a) => w(R) ? R.value = a : null),
|
|
354
|
+
label: e(o)("booking.reservation.phone"),
|
|
356
355
|
icon: "phone-office",
|
|
357
|
-
placeholder: e(
|
|
356
|
+
placeholder: e(o)("booking.reservation.phonePlaceholder"),
|
|
358
357
|
required: ""
|
|
359
358
|
}, null, 8, ["modelValue", "label", "placeholder"]),
|
|
360
359
|
u("", !0),
|
|
361
|
-
e(
|
|
362
|
-
(t(!0), i(V, null, D(e(
|
|
363
|
-
roomGroupID:
|
|
364
|
-
addons:
|
|
360
|
+
e(Q) && e(Q).length > 0 ? (t(), i("ul", Vl, [
|
|
361
|
+
(t(!0), i(V, null, D(e(Q), ({
|
|
362
|
+
roomGroupID: a,
|
|
363
|
+
addons: p,
|
|
365
364
|
adultPerRoom: _
|
|
366
|
-
}, m) => (t(), i("li", { key:
|
|
365
|
+
}, m) => (t(), i("li", { key: a }, [
|
|
367
366
|
l("h5", null, [
|
|
368
|
-
l("span", null, n(e(
|
|
369
|
-
|
|
370
|
-
r(
|
|
367
|
+
l("span", null, n(e(o)("booking.reservation.room")) + " #" + n(m + 1), 1),
|
|
368
|
+
ie(" ("),
|
|
369
|
+
r(k, {
|
|
371
370
|
icon: "male",
|
|
372
371
|
type: "fas",
|
|
373
372
|
color: "header"
|
|
374
373
|
}),
|
|
375
|
-
|
|
374
|
+
ie(" " + n(_) + ") ", 1)
|
|
376
375
|
]),
|
|
377
376
|
l("table", Pl, [
|
|
378
377
|
l("thead", null, [
|
|
379
378
|
l("tr", null, [
|
|
380
379
|
l("th", null, [
|
|
381
|
-
l("span", null, n(e(
|
|
380
|
+
l("span", null, n(e(o)("booking.reservation.addons")), 1)
|
|
382
381
|
]),
|
|
383
382
|
Tl,
|
|
384
383
|
l("th", $l, [
|
|
385
|
-
l("span", null, n(e(
|
|
384
|
+
l("span", null, n(e(o)("booking.availability.price")), 1)
|
|
386
385
|
])
|
|
387
386
|
])
|
|
388
387
|
]),
|
|
389
388
|
l("tbody", null, [
|
|
390
|
-
(t(!0), i(V, null, D(
|
|
391
|
-
addonID:
|
|
389
|
+
(t(!0), i(V, null, D(p, ({
|
|
390
|
+
addonID: c,
|
|
392
391
|
cardinality: S,
|
|
393
|
-
name:
|
|
394
|
-
price:
|
|
395
|
-
quantityStrategy:
|
|
396
|
-
}) => (t(), i("tr", { key:
|
|
392
|
+
name: K,
|
|
393
|
+
price: X,
|
|
394
|
+
quantityStrategy: Z
|
|
395
|
+
}) => (t(), i("tr", { key: c }, [
|
|
397
396
|
l("td", null, [
|
|
398
|
-
l("b", null, n(
|
|
397
|
+
l("b", null, n(K), 1),
|
|
399
398
|
El,
|
|
400
|
-
l("span", null, n(e($)(
|
|
399
|
+
l("span", null, n(e($)(X, e(h))) + " " + n(e(ll)(Z)), 1)
|
|
401
400
|
]),
|
|
402
401
|
l("td", Ol, [
|
|
403
402
|
S === 3 ? (t(), b(G, {
|
|
404
403
|
key: 0,
|
|
405
|
-
modelValue: e(E)[`${
|
|
406
|
-
"onUpdate:modelValue": (q) => e(E)[`${
|
|
404
|
+
modelValue: e(E)[`${a}.${c}.${m}`],
|
|
405
|
+
"onUpdate:modelValue": (q) => e(E)[`${a}.${c}.${m}`] = q,
|
|
407
406
|
small: !0,
|
|
408
407
|
"min-value": 0
|
|
409
408
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])) : (t(), b(ve, {
|
|
410
409
|
key: 1,
|
|
411
|
-
modelValue: e(E)[`${
|
|
412
|
-
"onUpdate:modelValue": (q) => e(E)[`${
|
|
410
|
+
modelValue: e(E)[`${a}.${c}.${m}`],
|
|
411
|
+
"onUpdate:modelValue": (q) => e(E)[`${a}.${c}.${m}`] = q,
|
|
413
412
|
numeric: !0
|
|
414
413
|
}, null, 8, ["modelValue", "onUpdate:modelValue"]))
|
|
415
414
|
]),
|
|
416
415
|
l("td", wl, [
|
|
417
|
-
l("span", null, n(e($)(e(
|
|
416
|
+
l("span", null, n(e($)(e(oe)(c, a, m), e(h))), 1)
|
|
418
417
|
])
|
|
419
418
|
]))), 128))
|
|
420
419
|
]),
|
|
@@ -423,7 +422,7 @@ const be = /* @__PURE__ */ fe(hl, [["__scopeId", "data-v-013d2269"]]), F = (L) =
|
|
|
423
422
|
Dl,
|
|
424
423
|
l("td", Ll, [
|
|
425
424
|
l("u", null, [
|
|
426
|
-
l("span", null, n(e($)(e(
|
|
425
|
+
l("span", null, n(e($)(e(ae)(a, m), e(h))), 1)
|
|
427
426
|
])
|
|
428
427
|
])
|
|
429
428
|
])
|
|
@@ -431,60 +430,60 @@ const be = /* @__PURE__ */ fe(hl, [["__scopeId", "data-v-013d2269"]]), F = (L) =
|
|
|
431
430
|
])
|
|
432
431
|
]))), 128))
|
|
433
432
|
])) : u("", !0),
|
|
434
|
-
e(ne) !== e(
|
|
435
|
-
l("label",
|
|
436
|
-
l("span", null, n(e(
|
|
433
|
+
e(ne) !== e(me).FullDayEvent && !e(T) ? (t(), i("div", Ul, [
|
|
434
|
+
l("label", Al, [
|
|
435
|
+
l("span", null, n(e(o)("event.selectArrivalTime")), 1)
|
|
437
436
|
]),
|
|
438
437
|
l("ul", Bl, [
|
|
439
|
-
(t(!0), i(V, null, D(e(we), (
|
|
438
|
+
(t(!0), i(V, null, D(e(we), (a, p) => (t(), i("li", { key: p }, [
|
|
440
439
|
r(ve, {
|
|
441
440
|
modelValue: e(O),
|
|
442
441
|
"onUpdate:modelValue": d[7] || (d[7] = (_) => w(O) ? O.value = _ : null),
|
|
443
442
|
type: "radio",
|
|
444
443
|
name: "eventTimeTable",
|
|
445
|
-
val:
|
|
446
|
-
label: e(x)(
|
|
444
|
+
val: a.time,
|
|
445
|
+
label: e(x)(a.time)
|
|
447
446
|
}, null, 8, ["modelValue", "val", "label"])
|
|
448
447
|
]))), 128))
|
|
449
448
|
])
|
|
450
449
|
])) : u("", !0),
|
|
451
|
-
e(
|
|
452
|
-
l("label",
|
|
453
|
-
l("span", null, n(e(
|
|
450
|
+
e(Ue) ? (t(), i("div", Fl, [
|
|
451
|
+
l("label", Rl, [
|
|
452
|
+
l("span", null, n(e(o)("event.selectProducts")), 1)
|
|
454
453
|
]),
|
|
455
|
-
l("table",
|
|
454
|
+
l("table", Cl, [
|
|
456
455
|
l("thead", null, [
|
|
457
456
|
l("tr", null, [
|
|
458
457
|
l("th", null, [
|
|
459
|
-
l("span", null, n(e(
|
|
458
|
+
l("span", null, n(e(o)("booking.reservation.addons")), 1)
|
|
460
459
|
]),
|
|
461
460
|
Nl,
|
|
462
461
|
l("th", Sl, [
|
|
463
|
-
l("span", null, n(e(
|
|
462
|
+
l("span", null, n(e(o)("booking.availability.price")), 1)
|
|
464
463
|
])
|
|
465
464
|
])
|
|
466
465
|
]),
|
|
467
466
|
l("tbody", null, [
|
|
468
|
-
(t(!0), i(V, null, D(e(Oe).products, ({ productID:
|
|
467
|
+
(t(!0), i(V, null, D(e(Oe).products, ({ productID: a, productName: p, price: _, description: m }) => (t(), i("tr", { key: a }, [
|
|
469
468
|
l("td", null, [
|
|
470
469
|
l("b", null, [
|
|
471
|
-
l("span", null, n(
|
|
470
|
+
l("span", null, n(p), 1)
|
|
472
471
|
]),
|
|
473
472
|
ql,
|
|
474
473
|
l("span", null, n(m), 1),
|
|
475
474
|
Ml,
|
|
476
|
-
l("span", null, n(e($)(_, e(
|
|
475
|
+
l("span", null, n(e($)(_, e(h))), 1)
|
|
477
476
|
]),
|
|
478
477
|
l("td", Il, [
|
|
479
478
|
r(G, {
|
|
480
|
-
modelValue: e(I)[
|
|
481
|
-
"onUpdate:modelValue": (
|
|
479
|
+
modelValue: e(I)[a],
|
|
480
|
+
"onUpdate:modelValue": (c) => e(I)[a] = c,
|
|
482
481
|
small: !0,
|
|
483
482
|
"min-value": 0
|
|
484
483
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
485
484
|
]),
|
|
486
|
-
l("td",
|
|
487
|
-
l("span", null, n(e($)(e(
|
|
485
|
+
l("td", zl, [
|
|
486
|
+
l("span", null, n(e($)(e(oe)(a), e(h))), 1)
|
|
488
487
|
])
|
|
489
488
|
]))), 128))
|
|
490
489
|
])
|
|
@@ -493,67 +492,66 @@ const be = /* @__PURE__ */ fe(hl, [["__scopeId", "data-v-013d2269"]]), F = (L) =
|
|
|
493
492
|
]),
|
|
494
493
|
resume: g(() => [
|
|
495
494
|
l("li", null, [
|
|
496
|
-
l("span", null, n(e(
|
|
495
|
+
l("span", null, n(e(o)("event.numberOfGuests")), 1),
|
|
497
496
|
l("b", null, n(e(s)), 1)
|
|
498
497
|
]),
|
|
499
|
-
e(T) ? (t(), i("li",
|
|
500
|
-
l("span", null, n(e(
|
|
498
|
+
e(T) ? (t(), i("li", Ql, [
|
|
499
|
+
l("span", null, n(e(o)("event.numberOfRooms")), 1),
|
|
501
500
|
l("b", null, n(e(B)), 1)
|
|
502
501
|
])) : u("", !0),
|
|
503
|
-
e(T) ? (t(), i("li",
|
|
504
|
-
l("span", null, n(e(
|
|
505
|
-
l("b", null, n(e(
|
|
502
|
+
e(T) ? (t(), i("li", Wl, [
|
|
503
|
+
l("span", null, n(e(o)("event.numberOfDays")), 1),
|
|
504
|
+
l("b", null, n(e(y)), 1)
|
|
506
505
|
])) : u("", !0),
|
|
507
|
-
e(T) ? (t(), i("li",
|
|
508
|
-
l("span", null, n(e(
|
|
509
|
-
l("b", null, n(e(
|
|
506
|
+
e(T) ? (t(), i("li", Yl, [
|
|
507
|
+
l("span", null, n(e(o)("booking.reservation.arrival")), 1),
|
|
508
|
+
l("b", null, n(e(ce)(e(le))), 1)
|
|
510
509
|
])) : u("", !0),
|
|
511
|
-
e(T) ? (t(), i("li",
|
|
512
|
-
l("span", null, n(e(
|
|
513
|
-
l("b", null, n(e(
|
|
510
|
+
e(T) ? (t(), i("li", jl, [
|
|
511
|
+
l("span", null, n(e(o)("booking.reservation.departure")), 1),
|
|
512
|
+
l("b", null, n(e(ce)(e(le), e(y))), 1)
|
|
514
513
|
])) : u("", !0),
|
|
515
|
-
!e(T) && e(O) ? (t(), i("li",
|
|
516
|
-
l("span", null, n(e(
|
|
514
|
+
!e(T) && e(O) ? (t(), i("li", Hl, [
|
|
515
|
+
l("span", null, n(e(o)("event.startOfEvent")), 1),
|
|
517
516
|
l("b", null, n(e(x)(e(O))), 1)
|
|
518
517
|
])) : u("", !0),
|
|
519
|
-
!e(T) && e(ee) ? (t(), i("li",
|
|
520
|
-
l("span", null, n(e(
|
|
518
|
+
!e(T) && e(ee) ? (t(), i("li", Jl, [
|
|
519
|
+
l("span", null, n(e(o)("event.lengthOfEvent")), 1),
|
|
521
520
|
l("b", null, n(e(x)(e(ee))), 1)
|
|
522
521
|
])) : u("", !0),
|
|
523
|
-
!e(T) && e(te) > 0 ? (t(), i("li",
|
|
524
|
-
l("span", null, n(e(
|
|
525
|
-
l("b", null, n(e($)(e(te), e(
|
|
522
|
+
!e(T) && e(te) > 0 ? (t(), i("li", Kl, [
|
|
523
|
+
l("span", null, n(e(o)("booking.availability.basePrice")), 1),
|
|
524
|
+
l("b", null, n(e($)(e(te), e(h))), 1)
|
|
526
525
|
])) : u("", !0)
|
|
527
526
|
]),
|
|
528
527
|
expenses: g(() => [
|
|
529
|
-
(t(!0), i(V, null, D(e(
|
|
530
|
-
l("span", null, n(e(
|
|
531
|
-
l("b", null, n(e($)(e(
|
|
528
|
+
(t(!0), i(V, null, D(e(Q), ({ roomGroupID: a }, p) => (t(), i("li", { key: a }, [
|
|
529
|
+
l("span", null, n(e(o)("booking.reservation.addons")) + " - " + n(e(o)("booking.reservation.room")) + " #" + n(p + 1), 1),
|
|
530
|
+
l("b", null, n(e($)(e(ae)(a, p), e(h))), 1)
|
|
532
531
|
]))), 128))
|
|
533
532
|
]),
|
|
534
533
|
_: 2
|
|
535
534
|
}, 1032, ["remark", "is-filled", "is-loading", "base-price", "total-price", "weekend-fee", "room-upgrade", "onPrev", "onNext"])) : u("", !0)
|
|
536
535
|
]),
|
|
537
536
|
payment: g(() => [
|
|
538
|
-
r(
|
|
537
|
+
r(pl)
|
|
539
538
|
]),
|
|
540
539
|
confirmation: g(() => [
|
|
541
540
|
r(rl, {
|
|
542
|
-
message: e(
|
|
541
|
+
message: e(o)("event.confirmationMessage")
|
|
543
542
|
}, null, 8, ["message"])
|
|
544
543
|
]),
|
|
545
544
|
_: 1
|
|
546
|
-
}, 8, ["slideshow", "title", "subtitle"])) : (t(), b(
|
|
545
|
+
}, 8, ["slideshow", "title", "subtitle"])) : (t(), b(de, { key: 1 }))
|
|
547
546
|
]),
|
|
548
547
|
_: 1
|
|
549
548
|
}, 8, ["access-token", "styling"]));
|
|
550
549
|
}
|
|
551
|
-
});
|
|
552
|
-
|
|
553
|
-
M.use(xl);
|
|
550
|
+
}), Zl = /* @__PURE__ */ ye(Xl, [["__scopeId", "data-v-b2eee97d"]]), Gl = nl(), M = Ke({ components: { Event: Zl } });
|
|
551
|
+
M.use(Gl);
|
|
554
552
|
M.use(tl);
|
|
555
553
|
M.use(ul);
|
|
556
|
-
M.use(
|
|
554
|
+
M.use(ol, { bootstrap: !0 });
|
|
557
555
|
M.mount("#konnectio-event-app");
|
|
558
556
|
export {
|
|
559
557
|
M as default
|