@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.
Files changed (120) hide show
  1. package/README.md +7 -7
  2. package/dist/{ActionField-89f587d4.js → ActionField-Qf4JAgBa.js} +30 -31
  3. package/dist/ActionField-Qf4JAgBa.js.br +0 -0
  4. package/dist/ActionField-ztW-1xka.cjs +1 -0
  5. package/dist/AvailabilitySkeleton-GPTCv3Xy.js +242 -0
  6. package/dist/AvailabilitySkeleton-GPTCv3Xy.js.br +0 -0
  7. package/dist/AvailabilitySkeleton-v0QVPuim.cjs +1 -0
  8. package/dist/CheckoutWindow-NUwbNAPw.cjs +1 -0
  9. package/dist/{CheckoutWindow-df8612e3.js → CheckoutWindow-S9xKe_Wf.js} +58 -54
  10. package/dist/CheckoutWindow-S9xKe_Wf.js.br +0 -0
  11. package/dist/Container-Fl2PKj-u.js +59 -0
  12. package/dist/Container-Fl2PKj-u.js.br +0 -0
  13. package/dist/Container-Y6_3uTWy.cjs +1 -0
  14. package/dist/DateField.vue_vue_type_style_index_0_lang-hZTsLsOv.cjs +2 -0
  15. package/dist/{DateField.vue_vue_type_style_index_0_lang-bbaed106.js → DateField.vue_vue_type_style_index_0_lang-iz9zEBOR.js} +2666 -2661
  16. package/dist/DateField.vue_vue_type_style_index_0_lang-iz9zEBOR.js.br +0 -0
  17. package/dist/Field-UTbHMN9U.cjs +1 -0
  18. package/dist/Field-b7XkSAoi.js +43 -0
  19. package/dist/Field-b7XkSAoi.js.br +0 -0
  20. package/dist/SelectField.vue_vue_type_style_index_0_lang-30hJu8vr.js +21406 -0
  21. package/dist/SelectField.vue_vue_type_style_index_0_lang-30hJu8vr.js.br +0 -0
  22. package/dist/SelectField.vue_vue_type_style_index_0_lang-eLyZ247i.cjs +851 -0
  23. package/dist/{ThankYou-159b55d6.js → ThankYou-LiiG3Zv1.js} +2349 -2000
  24. package/dist/ThankYou-LiiG3Zv1.js.br +0 -0
  25. package/dist/ThankYou-M6d4G8pc.cjs +59 -0
  26. package/dist/_-FAlGPZqe.js +20 -0
  27. package/dist/_-oL4OsiNw.cjs +1 -0
  28. package/dist/_commonjsHelpers-f3sTPFkQ.js +8 -0
  29. package/dist/_commonjsHelpers-f52AuuUj.cjs +1 -0
  30. package/dist/availability.cjs +2 -2
  31. package/dist/availability.js +39 -42
  32. package/dist/availability.js.br +0 -0
  33. package/dist/components/Gallery.vue.d.ts +3 -2
  34. package/dist/components/Gallery.vue.d.ts.map +1 -1
  35. package/dist/components/forms/EventAvailabilityForm.vue.d.ts +1 -1
  36. package/dist/components/forms/HotelAvailabilityForm.vue.d.ts +1 -1
  37. package/dist/components/forms/MultiStepForm.vue.d.ts +1 -1
  38. package/dist/components/forms/ReservationForm.vue.d.ts +1 -1
  39. package/dist/components/listings/Base.vue.d.ts +1 -1
  40. package/dist/components/listings/Hotel.vue.d.ts +1 -1
  41. package/dist/components/listings/Template.vue.d.ts +1 -1
  42. package/dist/components/side-panels/ListingInfo.vue.d.ts +1 -1
  43. package/dist/components/side-panels/Template.vue.d.ts +1 -1
  44. package/dist/components/skeletons/AvailabilitySkeleton.vue.d.ts +1 -1
  45. package/dist/components/skeletons/Field.vue.d.ts +1 -1
  46. package/dist/components/skeletons/HotelSkeleton.vue.d.ts +1 -1
  47. package/dist/components/skeletons/Listing.vue.d.ts +1 -1
  48. package/dist/entries/availability.d.ts +3 -3
  49. package/dist/entries/event.d.ts +1 -1
  50. package/dist/entries/gift-card-validation.d.ts +5 -2
  51. package/dist/entries/gift-card.d.ts +5 -1
  52. package/dist/entries/hotel.d.ts +5 -0
  53. package/dist/event-GaUgVNzy.cjs +1 -0
  54. package/dist/{event-6cd5d9be.js → event-MXmxvcpC.js} +26 -25
  55. package/dist/event-MXmxvcpC.js.br +0 -0
  56. package/dist/event.cjs +1 -1
  57. package/dist/event.js +212 -214
  58. package/dist/event.js.br +0 -0
  59. package/dist/gift-card-validation.cjs +1 -1
  60. package/dist/gift-card-validation.js +68 -64
  61. package/dist/gift-card-validation.js.br +0 -0
  62. package/dist/gift-card.cjs +1 -1
  63. package/dist/gift-card.d.ts +2 -0
  64. package/dist/gift-card.js +278 -273
  65. package/dist/gift-card.js.br +0 -0
  66. package/dist/hotel.cjs +5 -5
  67. package/dist/hotel.d.ts +2 -0
  68. package/dist/hotel.js +1415 -1436
  69. package/dist/hotel.js.br +0 -0
  70. package/dist/layouts/Availability.vue.d.ts +4 -4
  71. package/dist/layouts/Event.vue.d.ts +4 -4
  72. package/dist/layouts/GiftCard.vue.d.ts +4 -4
  73. package/dist/layouts/GiftCardValidation.vue.d.ts +4 -4
  74. package/dist/layouts/Hotel.vue.d.ts +4 -4
  75. package/dist/layouts/_.vue.d.ts +4 -4
  76. package/dist/polyfill.cjs +4 -4
  77. package/dist/polyfill.js +3032 -3065
  78. package/dist/polyfill.js.br +0 -0
  79. package/dist/store/alert.d.ts +15 -15
  80. package/dist/store/applyGiftCard.d.ts +18 -18
  81. package/dist/store/availability.d.ts +12 -12
  82. package/dist/store/event.d.ts +141 -141
  83. package/dist/store/giftCard.d.ts +51 -51
  84. package/dist/store/payment.d.ts +39 -39
  85. package/dist/store/recaptcha.d.ts +28 -0
  86. package/dist/store/tracking.d.ts +6 -6
  87. package/dist/store/utilities.d.ts +131 -146
  88. package/dist/style.css +1 -1
  89. package/dist/style.css.br +0 -0
  90. package/dist/types/index.d.ts +8 -0
  91. package/package.json +22 -20
  92. package/dist/ActionField-087c3437.cjs +0 -1
  93. package/dist/ActionField-89f587d4.js.br +0 -0
  94. package/dist/AvailabilitySkeleton-01aab3cb.js +0 -237
  95. package/dist/AvailabilitySkeleton-01aab3cb.js.br +0 -0
  96. package/dist/AvailabilitySkeleton-452df88c.cjs +0 -1
  97. package/dist/CheckoutWindow-1d77f68c.cjs +0 -1
  98. package/dist/CheckoutWindow-df8612e3.js.br +0 -0
  99. package/dist/Container-3af1f7f7.cjs +0 -1
  100. package/dist/Container-9f1ed24c.js +0 -59
  101. package/dist/Container-9f1ed24c.js.br +0 -0
  102. package/dist/DateField.vue_vue_type_style_index_0_lang-b5676dde.cjs +0 -2
  103. package/dist/DateField.vue_vue_type_style_index_0_lang-bbaed106.js.br +0 -0
  104. package/dist/Field-43273ca2.cjs +0 -1
  105. package/dist/Field-92684198.js +0 -42
  106. package/dist/Field-92684198.js.br +0 -0
  107. package/dist/NumberField.vue_vue_type_script_setup_true_lang-a149d388.cjs +0 -1
  108. package/dist/NumberField.vue_vue_type_script_setup_true_lang-ce6f0b17.js +0 -67
  109. package/dist/NumberField.vue_vue_type_script_setup_true_lang-ce6f0b17.js.br +0 -0
  110. package/dist/SelectField.vue_vue_type_style_index_0_lang-11cea6ba.js +0 -30329
  111. package/dist/SelectField.vue_vue_type_style_index_0_lang-11cea6ba.js.br +0 -0
  112. package/dist/SelectField.vue_vue_type_style_index_0_lang-b1435f5a.cjs +0 -856
  113. package/dist/ThankYou-159b55d6.js.br +0 -0
  114. package/dist/ThankYou-c1cbecac.cjs +0 -59
  115. package/dist/_-52440760.js +0 -20
  116. package/dist/_-fbbc271a.cjs +0 -1
  117. package/dist/_commonjsHelpers-6763f629.cjs +0 -1
  118. package/dist/_commonjsHelpers-aeeeeb92.js +0 -30
  119. package/dist/event-6cd5d9be.js.br +0 -0
  120. package/dist/event-dfc9ed16.cjs +0 -1
package/dist/event.js CHANGED
@@ -1,13 +1,13 @@
1
- import { k as ge, F as he, b as Qe, s as z, c as ke, r as We, f as Ye, m as t, n as b, X as ze, w as g, A as l, p as r, K as h, H as n, q as e, Y as He, Z as ie, v as i, $ as re, x as u, a0 as Je, L as $, a1 as Ke, _ as fe, o as Xe, a2 as Ze, J as w, a3 as V, a4 as D, a5 as ue, O as de, T as me, a6 as ce, a7 as je, a8 as x, M as pe, P as xe, Q as Ge, R as el, V as ll, U as nl, W as tl, a9 as al } from "./SelectField.vue_vue_type_style_index_0_lang-11cea6ba.js";
2
- import { B as ol, M as sl, R as il, T as rl, x as ul } from "./ThankYou-159b55d6.js";
3
- import { u as H } from "./event-6cd5d9be.js";
4
- import { A as dl } from "./ActionField-89f587d4.js";
5
- import { P as ml, C as ve, a as cl } from "./CheckoutWindow-df8612e3.js";
6
- import { _ as pl } from "./DateField.vue_vue_type_style_index_0_lang-bbaed106.js";
7
- import { _ as G } from "./NumberField.vue_vue_type_script_setup_true_lang-ce6f0b17.js";
8
- import "./_commonjsHelpers-aeeeeb92.js";
9
- import "./_-52440760.js";
10
- const vl = { class: "fresh-booking-event-listing-information" }, bl = { key: 0 }, gl = { key: 1 }, hl = /* @__PURE__ */ ge({
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: a } = he(), v = L, { display: E } = Qe(), { currency: I } = z(ke()), {
34
- maxNumberOfPeople: C,
35
- numberOfPeople: J,
36
- eventId: U,
37
- tableGroupId: A
38
- } = z(H()), {
39
- getTemplateAvailability: R,
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
- } = H(), P = We(0), Q = Ye(() => O(v.listingId)), K = () => {
43
- P.value > 0 ? (U.value = v.listingId, J.value = P.value, R(v.callback)) : E({
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: a("alert.error.selectPeople")
45
+ message: o("alert.error.selectPeople")
46
46
  });
47
- }, k = () => {
48
- P.value > 0 ? (U.value = v.listingId, A.value = v.tableGroupId, J.value = P.value, N(v.callback)) : E({
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: a("alert.error.selectPeople")
50
+ message: o("alert.error.selectPeople")
51
51
  });
52
52
  };
53
- return (s, f) => (t(), b(ol, {
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(Ke).Event
59
- }, ze({
58
+ layout: e(Ze).Event
59
+ }, We({
60
60
  action: g(() => [
61
61
  r(dl, {
62
62
  modelValue: P.value,
63
- "onUpdate:modelValue": f[0] || (f[0] = (B) => P.value = B),
63
+ "onUpdate:modelValue": y[0] || (y[0] = (B) => P.value = B),
64
64
  type: "number",
65
- label: e(a)("event.numberOfGuests"),
66
- buttonLabel: s.soldOut ? e(a)("event.soldOut") : e(a)("event.bookNowButton"),
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(C),
70
- "is-loading": Q.value,
71
- "onUpdate:isLoading": f[1] || (f[1] = (B) => Q.value = B),
72
- onAction: f[2] || (f[2] = (B) => s.type === "event" ? k() : K())
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(h, {
82
+ r(k, {
83
83
  icon: "calendar-range",
84
84
  color: "header"
85
85
  }),
86
- l("span", null, n(e(He)(s.days)), 1)
86
+ l("span", null, n(e(Ge)(s.days)), 1)
87
87
  ]),
88
- e(ie)(s.fromDate, s.toDate) < 180 ? (t(), i("li", bl, [
89
- r(h, {
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(re)(s.fromDate, s.toDate)), 1)
93
+ l("span", null, n(e(ue)(s.fromDate, s.toDate)), 1)
94
94
  ])) : u("", !0),
95
95
  l("li", null, [
96
- r(h, {
96
+ r(k, {
97
97
  icon: "calendar-clock",
98
98
  color: "header"
99
99
  }),
100
- l("span", null, n(e(Je)(s.timeFrom, s.timeTo)), 1)
100
+ l("span", null, n(e(xe)(s.timeFrom, s.timeTo)), 1)
101
101
  ]),
102
102
  s.maxOnlineReservationLimit ? (t(), i("li", gl, [
103
- r(h, {
103
+ r(k, {
104
104
  icon: "user-alt",
105
105
  color: "header"
106
106
  }),
107
- l("span", null, n(`1 - ${s.maxOnlineReservationLimit} ${e(a)("general.people")}`), 1)
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(ie)(s.fromDate, s.toDate) < 180 ? (t(), i("li", { key: 0 }, [
117
- r(h, {
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(re)(s.fromDate, s.toDate, !0)), 1)
121
+ l("span", null, n(e(ue)(s.fromDate, s.toDate, !0)), 1)
122
122
  ])) : u("", !0),
123
123
  l("li", null, [
124
- r(h, {
124
+ r(k, {
125
125
  icon: "user-alt",
126
126
  color: "header"
127
127
  }),
128
- l("span", null, n(`${s.minimumPersonCount} - ${e(C)} ${e(a)("general.people")}`), 1)
128
+ l("span", null, n(`${s.minimumPersonCount} - ${e(U)} ${e(o)("general.people")}`), 1)
129
129
  ]),
130
130
  l("li", null, [
131
- r(h, {
131
+ r(k, {
132
132
  icon: "money-bill",
133
133
  color: "header"
134
134
  }),
135
- l("span", null, n(`${e(a)("general.pricesFrom")} ${e($)(s.fromPrice, e(I))}`), 1)
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
- }, yl = { class: "fresh-booking-event-listings" }, _l = { class: "fresh-booking-event-listings" }, Vl = {
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" }, Cl = { key: 3 }, Ul = { class: "fresh-booking-label required" }, Bl = { id: "fresh-booking-event-table" }, Fl = { key: 4 }, Al = { class: "fresh-booking-label required" }, Rl = { 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" }, Ql = { class: "fresh-booking-event-addons-price" }, Wl = { key: 0 }, Yl = { key: 1 }, zl = { key: 2 }, Hl = { key: 3 }, Jl = { key: 4 }, Kl = { key: 5 }, Xl = { key: 6 }, Zl = /* @__PURE__ */ ge({
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: a } = he(), {
157
+ const { t: o } = ke(), {
159
158
  searchDate: v,
160
159
  addons: E,
161
160
  products: I,
162
- numberOfDays: C,
163
- discountCode: J,
164
- name: U,
165
- phone: A,
166
- email: R,
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: Q,
171
- slideshow: K,
172
- currency: k,
169
+ subtitle: z,
170
+ slideshow: J,
171
+ currency: h,
173
172
  numberOfPeople: s,
174
- numberOfTotalDays: f,
173
+ numberOfTotalDays: y,
175
174
  numberOfRooms: B,
176
- basePrice: ye,
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: W,
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: Ce,
189
+ hasProducts: Ue,
191
190
  eventRateType: ne,
192
- isMetaDataAvailable: Ue,
191
+ isMetaDataAvailable: Ae,
193
192
  areListingsAvailable: Be,
194
193
  isReservationFormFilled: Fe,
195
- isAvailabilityDataAvailable: Ae,
194
+ isAvailabilityDataAvailable: Re,
196
195
  // getEventImages,
197
196
  isTemplateEvent: T,
198
197
  tableBasePrice: te
199
- } = z(H()), {
200
- initialize: Re,
201
- validateDiscountCode: Gl,
198
+ } = Y(j()), {
199
+ initialize: Ce,
200
+ validateDiscountCode: xl,
202
201
  fetchListings: Ne,
203
202
  createBooking: Se,
204
- localAddonPrice: ae,
205
- totalAddonPrice: oe,
203
+ localAddonPrice: oe,
204
+ totalAddonPrice: ae,
206
205
  reset: qe
207
- } = H(), {
206
+ } = j(), {
208
207
  hideEvents: Me,
209
208
  hideEventTemplates: Ie
210
- } = z(ke());
211
- return Xe(() => Re()), Ze(v, () => Ne()), (se, d) => (t(), b(xe, {
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(Ue) ? (t(), b(sl, {
218
+ e(Ae) ? (t(), b(sl, {
220
219
  key: 0,
221
- slideshow: e(K),
220
+ slideshow: e(J),
222
221
  title: e(P),
223
- subtitle: e(Q)
222
+ subtitle: e(z)
224
223
  }, {
225
- availability: g(({ next: Y }) => [
226
- l("div", kl, [
227
- r(pl, {
224
+ availability: g(({ next: W }) => [
225
+ l("div", hl, [
226
+ r(cl, {
228
227
  modelValue: e(v),
229
- "onUpdate:modelValue": d[0] || (d[0] = (y) => w(v) ? v.value = y : null),
230
- label: e(a)("event.selectDate"),
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", fl, [
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(h, {
236
+ r(k, {
238
237
  icon: "clock-seven",
239
238
  type: "fal",
240
239
  color: "header"
241
240
  }),
242
- l("span", null, n(e(a)("event.eventsTitle")), 1)
241
+ l("span", null, n(e(o)("event.eventsTitle")), 1)
243
242
  ]),
244
- l("ul", yl, [
243
+ l("ul", fl, [
245
244
  (t(!0), i(V, null, D(e($e), ({
246
- id: y,
247
- days: o,
248
- name: c,
245
+ id: f,
246
+ days: a,
247
+ name: p,
249
248
  timeFrom: _,
250
249
  timeTo: m,
251
- fromDate: p,
250
+ fromDate: c,
252
251
  toDate: S,
253
- tableGroupID: X,
254
- description: Z,
255
- soldOut: j,
252
+ tableGroupID: K,
253
+ description: X,
254
+ soldOut: Z,
256
255
  maxOnlineReservationLimit: q
257
256
  }) => (t(), b(be, {
258
- key: y,
257
+ key: f,
259
258
  type: "event",
260
- "listing-id": y,
261
- "table-group-id": X,
262
- description: Z,
263
- name: c,
264
- days: o,
265
- "from-date": p,
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": j,
271
- callback: Y
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(h, {
276
+ r(k, {
278
277
  icon: "stars",
279
278
  type: "fal",
280
279
  color: "header"
281
280
  }),
282
- l("span", null, n(e(a)("event.stayTitle")), 1)
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: y,
287
- name: o,
288
- fromDate: c,
285
+ id: f,
286
+ name: a,
287
+ fromDate: p,
289
288
  toDate: _,
290
289
  minimumPersonCount: m,
291
- fromPrice: p,
290
+ fromPrice: c,
292
291
  description: S
293
292
  }) => (t(), b(be, {
294
- key: y,
293
+ key: f,
295
294
  type: "template",
296
- "listing-id": y,
297
- name: o,
295
+ "listing-id": f,
296
+ name: a,
298
297
  description: S,
299
- "from-date": c,
298
+ "from-date": p,
300
299
  "to-date": _,
301
300
  "minimum-person-count": m,
302
- fromPrice: p,
303
- callback: Y
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(ue, { key: 1 }))
306
+ ])) : (t(), b(de, { key: 1 }))
308
307
  ]),
309
- reservation: g(({ next: Y, prev: y }) => [
310
- e(Ae) ? (t(), b(il, {
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] = (o) => w(N) ? N.value = o : null),
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(ye),
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: (o) => e(qe)(y),
321
- onNext: (o) => e(Se)(Y)
319
+ onPrev: (a) => e(qe)(f),
320
+ onNext: (a) => e(Se)(W)
322
321
  }, {
323
322
  form: g(() => [
324
- e(ne) === e(de).FullDayEvent ? (t(), b(G, {
323
+ e(ne) === e(me).FullDayEvent ? (t(), b(G, {
325
324
  key: 0,
326
- modelValue: e(C),
327
- "onUpdate:modelValue": d[1] || (d[1] = (o) => w(C) ? C.value = o : null),
328
- label: e(a)("event.numberOfDays"),
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(me, {
333
- modelValue: e(U),
334
- "onUpdate:modelValue": d[2] || (d[2] = (o) => w(U) ? U.value = o : null),
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(a)("booking.reservation.name"),
335
+ label: e(o)("booking.reservation.name"),
337
336
  icon: "user-alt",
338
- placeholder: e(a)("booking.reservation.namePlaceholder"),
337
+ placeholder: e(o)("booking.reservation.namePlaceholder"),
339
338
  required: ""
340
339
  }, null, 8, ["modelValue", "label", "placeholder"]),
341
- r(me, {
342
- modelValue: e(R),
343
- "onUpdate:modelValue": d[3] || (d[3] = (o) => w(R) ? R.value = o : null),
344
- label: e(a)("booking.reservation.email"),
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(a)("booking.reservation.emailPlaceholder"),
348
+ placeholder: e(o)("booking.reservation.emailPlaceholder"),
350
349
  required: ""
351
350
  }, null, 8, ["modelValue", "label", "placeholder"]),
352
351
  r(ml, {
353
- modelValue: e(A),
354
- "onUpdate:modelValue": d[4] || (d[4] = (o) => w(A) ? A.value = o : null),
355
- label: e(a)("booking.reservation.phone"),
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(a)("booking.reservation.phonePlaceholder"),
356
+ placeholder: e(o)("booking.reservation.phonePlaceholder"),
358
357
  required: ""
359
358
  }, null, 8, ["modelValue", "label", "placeholder"]),
360
359
  u("", !0),
361
- e(W) && e(W).length > 0 ? (t(), i("ul", Vl, [
362
- (t(!0), i(V, null, D(e(W), ({
363
- roomGroupID: o,
364
- addons: c,
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: o }, [
365
+ }, m) => (t(), i("li", { key: a }, [
367
366
  l("h5", null, [
368
- l("span", null, n(e(a)("booking.reservation.room")) + " #" + n(m + 1), 1),
369
- ce(" ("),
370
- r(h, {
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
- ce(" " + n(_) + ") ", 1)
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(a)("booking.reservation.addons")), 1)
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(a)("booking.availability.price")), 1)
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(c, ({
391
- addonID: p,
389
+ (t(!0), i(V, null, D(p, ({
390
+ addonID: c,
392
391
  cardinality: S,
393
- name: X,
394
- price: Z,
395
- quantityStrategy: j
396
- }) => (t(), i("tr", { key: p }, [
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(X), 1),
397
+ l("b", null, n(K), 1),
399
398
  El,
400
- l("span", null, n(e($)(Z, e(k))) + " " + n(e(je)(j)), 1)
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)[`${o}.${p}.${m}`],
406
- "onUpdate:modelValue": (q) => e(E)[`${o}.${p}.${m}`] = q,
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)[`${o}.${p}.${m}`],
412
- "onUpdate:modelValue": (q) => e(E)[`${o}.${p}.${m}`] = q,
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(ae)(p, o, m), e(k))), 1)
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(oe)(o, m), e(k))), 1)
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(de).FullDayEvent && !e(T) ? (t(), i("div", Cl, [
435
- l("label", Ul, [
436
- l("span", null, n(e(a)("event.selectArrivalTime")), 1)
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), (o, c) => (t(), i("li", { key: c }, [
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: o.time,
446
- label: e(x)(o.time)
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(Ce) ? (t(), i("div", Fl, [
452
- l("label", Al, [
453
- l("span", null, n(e(a)("event.selectProducts")), 1)
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", Rl, [
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(a)("booking.reservation.addons")), 1)
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(a)("booking.availability.price")), 1)
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: o, productName: c, price: _, description: m }) => (t(), i("tr", { key: o }, [
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(c), 1)
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(k))), 1)
475
+ l("span", null, n(e($)(_, e(h))), 1)
477
476
  ]),
478
477
  l("td", Il, [
479
478
  r(G, {
480
- modelValue: e(I)[o],
481
- "onUpdate:modelValue": (p) => e(I)[o] = p,
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", Ql, [
487
- l("span", null, n(e($)(e(ae)(o), e(k))), 1)
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(a)("event.numberOfGuests")), 1),
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", Wl, [
500
- l("span", null, n(e(a)("event.numberOfRooms")), 1),
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", Yl, [
504
- l("span", null, n(e(a)("event.numberOfDays")), 1),
505
- l("b", null, n(e(f)), 1)
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", zl, [
508
- l("span", null, n(e(a)("booking.reservation.arrival")), 1),
509
- l("b", null, n(e(pe)(e(le))), 1)
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", Hl, [
512
- l("span", null, n(e(a)("booking.reservation.departure")), 1),
513
- l("b", null, n(e(pe)(e(le), e(f))), 1)
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", Jl, [
516
- l("span", null, n(e(a)("event.startOfEvent")), 1),
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", Kl, [
520
- l("span", null, n(e(a)("event.lengthOfEvent")), 1),
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", Xl, [
524
- l("span", null, n(e(a)("booking.availability.basePrice")), 1),
525
- l("b", null, n(e($)(e(te), e(k))), 1)
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(W), ({ roomGroupID: o }, c) => (t(), i("li", { key: o }, [
530
- l("span", null, n(e(a)("booking.reservation.addons")) + " - " + n(e(a)("booking.reservation.room")) + " #" + n(c + 1), 1),
531
- l("b", null, n(e($)(e(oe)(o, c), e(k))), 1)
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(cl)
537
+ r(pl)
539
538
  ]),
540
539
  confirmation: g(() => [
541
540
  r(rl, {
542
- message: e(a)("event.confirmationMessage")
541
+ message: e(o)("event.confirmationMessage")
543
542
  }, null, 8, ["message"])
544
543
  ]),
545
544
  _: 1
546
- }, 8, ["slideshow", "title", "subtitle"])) : (t(), b(ue, { key: 1 }))
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
- const jl = /* @__PURE__ */ fe(Zl, [["__scopeId", "data-v-b2eee97d"]]), xl = ll(), M = nl({ components: { Event: jl } });
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(al, { bootstrap: !0 });
554
+ M.use(ol, { bootstrap: !0 });
557
555
  M.mount("#konnectio-event-app");
558
556
  export {
559
557
  M as default