@konnectio/core 4.0.56-rc5 → 4.0.56-rc7

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 (128) hide show
  1. package/dist/{ActionField--byx0Lp1.js → ActionField-i2xWkFyi.js} +1 -1
  2. package/dist/ActionField-i2xWkFyi.js.br +0 -0
  3. package/dist/AvailabilitySkeleton-PWA_yfC-.js +214 -0
  4. package/dist/AvailabilitySkeleton-PWA_yfC-.js.br +0 -0
  5. package/dist/{CheckoutWindow-_ZUCAYgm.js → CheckoutWindow-k3-Mh7Mp.js} +17 -17
  6. package/dist/CheckoutWindow-k3-Mh7Mp.js.br +0 -0
  7. package/dist/{DateField.vue_vue_type_style_index_0_lang-v-NT3HRG.js → DateField.vue_vue_type_style_index_0_lang-Lzoa_ZgT.js} +2910 -2918
  8. package/dist/DateField.vue_vue_type_style_index_0_lang-Lzoa_ZgT.js.br +0 -0
  9. package/dist/{Field-GdMucFcQ.js → Field-f9KUVLIW.js} +7 -7
  10. package/dist/Field-f9KUVLIW.js.br +0 -0
  11. package/dist/SelectField.vue_vue_type_style_index_0_lang-1RNEqBhG.js +30460 -0
  12. package/dist/SelectField.vue_vue_type_style_index_0_lang-1RNEqBhG.js.br +0 -0
  13. package/dist/{ThankYou-9pzt2SfJ.js → ThankYou-cAeMnWCk.js} +4325 -4567
  14. package/dist/ThankYou-cAeMnWCk.js.br +0 -0
  15. package/dist/{_-5uiOrU07.js → _-SqGSx3KP.js} +1 -1
  16. package/dist/{_commonjsHelpers-4t9S7M5p.js → _commonjsHelpers-2ufMB8rV.js} +1 -1
  17. package/dist/availability.js +138 -108
  18. package/dist/availability.js.br +0 -0
  19. package/dist/components/Alert.vue.d.ts +4 -27
  20. package/dist/components/Clickable.vue.d.ts +4 -59
  21. package/dist/components/Container.vue.d.ts +4 -22
  22. package/dist/components/ErrorMessage.vue.d.ts +4 -14
  23. package/dist/components/Gallery.vue.d.ts +4 -30
  24. package/dist/components/GoogleNotice.vue.d.ts +4 -2
  25. package/dist/components/Icon.vue.d.ts +4 -37
  26. package/dist/components/Loading.vue.d.ts +4 -28
  27. package/dist/components/Spinner.vue.d.ts +3 -1
  28. package/dist/components/forms/EventAvailabilityForm.vue.d.ts +4 -17
  29. package/dist/components/forms/HotelAvailabilityForm.vue.d.ts +4 -33
  30. package/dist/components/forms/HotelReservationForm.vue.d.ts +4 -41
  31. package/dist/components/forms/MultiStepForm.vue.d.ts +4 -42
  32. package/dist/components/forms/ReservationForm.vue.d.ts +5 -62
  33. package/dist/components/forms/_.vue.d.ts +4 -42
  34. package/dist/components/inputs/Checkbox.vue.d.ts +4 -54
  35. package/dist/components/inputs/CheckboxField.vue.d.ts +4 -28
  36. package/dist/components/inputs/DateField.vue.d.ts +5 -104
  37. package/dist/components/inputs/InputField.vue.d.ts +4 -61
  38. package/dist/components/inputs/MediaSelector.vue.d.ts +4 -42
  39. package/dist/components/inputs/NumberField.vue.d.ts +5 -87
  40. package/dist/components/inputs/SelectField.vue.d.ts +5 -90
  41. package/dist/components/inputs/TextField.vue.d.ts +4 -67
  42. package/dist/components/inputs/TimeField.vue.d.ts +5 -44
  43. package/dist/components/inputs/grouped/ActionField.vue.d.ts +4 -71
  44. package/dist/components/inputs/grouped/CountryField.vue.d.ts +4 -40
  45. package/dist/components/inputs/grouped/NameField.vue.d.ts +4 -70
  46. package/dist/components/inputs/grouped/PhoneField.vue.d.ts +4 -50
  47. package/dist/components/inputs/grouped/RoomConfigField.vue.d.ts +4 -46
  48. package/dist/components/listings/Base.vue.d.ts +5 -55
  49. package/dist/components/listings/Event.vue.d.ts +4 -46
  50. package/dist/components/listings/Hotel.vue.d.ts +4 -15
  51. package/dist/components/listings/Template.vue.d.ts +4 -20
  52. package/dist/components/side-panels/Base.vue.d.ts +5 -60
  53. package/dist/components/side-panels/ListingInfo.vue.d.ts +4 -17
  54. package/dist/components/side-panels/Template.vue.d.ts +4 -17
  55. package/dist/components/side-panels/TermsOfService.vue.d.ts +4 -13
  56. package/dist/components/skeletons/AvailabilitySkeleton.vue.d.ts +4 -32
  57. package/dist/components/skeletons/Field.vue.d.ts +4 -35
  58. package/dist/components/skeletons/GiftCardSkeleton.vue.d.ts +4 -1
  59. package/dist/components/skeletons/HotelSkeleton.vue.d.ts +4 -1
  60. package/dist/components/skeletons/Listing.vue.d.ts +4 -1
  61. package/dist/components/skeletons/Sidebar.vue.d.ts +4 -1
  62. package/dist/components/skeletons/_.vue.d.ts +4 -35
  63. package/dist/components/views/CheckoutWindow.vue.d.ts +4 -1
  64. package/dist/components/views/TermsOfService.vue.d.ts +4 -1
  65. package/dist/components/views/ThankYou.vue.d.ts +4 -14
  66. package/dist/event-WJGagPbM.js +328 -0
  67. package/dist/event-WJGagPbM.js.br +0 -0
  68. package/dist/event.js +431 -412
  69. package/dist/event.js.br +0 -0
  70. package/dist/favicon.ico +0 -0
  71. package/dist/gift-card-validation.js +77 -67
  72. package/dist/gift-card-validation.js.br +0 -0
  73. package/dist/gift-card.js +291 -312
  74. package/dist/gift-card.js.br +0 -0
  75. package/dist/hotel-z4fa3tEa.js +3101 -0
  76. package/dist/hotel-z4fa3tEa.js.br +0 -0
  77. package/dist/hotel.js +11 -3136
  78. package/dist/polyfill.js +159 -159
  79. package/dist/polyfill.js.br +0 -0
  80. package/dist/style.css +1 -1
  81. package/dist/style.css.br +0 -0
  82. package/package.json +14 -16
  83. package/dist/ActionField--byx0Lp1.js.br +0 -0
  84. package/dist/AvailabilitySkeleton-cL6E9wAp.js +0 -239
  85. package/dist/AvailabilitySkeleton-cL6E9wAp.js.br +0 -0
  86. package/dist/CheckoutWindow-_ZUCAYgm.js.br +0 -0
  87. package/dist/Container-6UeOakwz.js +0 -68
  88. package/dist/Container-6UeOakwz.js.br +0 -0
  89. package/dist/DateField.vue_vue_type_style_index_0_lang-v-NT3HRG.js.br +0 -0
  90. package/dist/Field-GdMucFcQ.js.br +0 -5
  91. package/dist/SelectField.vue_vue_type_style_index_0_lang-XwPp5AXD.js +0 -27240
  92. package/dist/SelectField.vue_vue_type_style_index_0_lang-XwPp5AXD.js.br +0 -0
  93. package/dist/ThankYou-9pzt2SfJ.js.br +0 -0
  94. package/dist/assets/typescript/mixins.d.ts +0 -34
  95. package/dist/availability.d.ts +0 -3
  96. package/dist/entries/availability.d.ts +0 -5
  97. package/dist/entries/event.d.ts +0 -2
  98. package/dist/entries/gift-card-validation.d.ts +0 -5
  99. package/dist/entries/gift-card.d.ts +0 -5
  100. package/dist/entries/hotel.d.ts +0 -5
  101. package/dist/entries/navigation.d.ts +0 -1
  102. package/dist/entries/polyfill.d.ts +0 -0
  103. package/dist/event-jnP6wH4w.js +0 -358
  104. package/dist/event-jnP6wH4w.js.br +0 -0
  105. package/dist/event.d.ts +0 -3
  106. package/dist/gift-card-validation.d.ts +0 -3
  107. package/dist/gift-card.d.ts +0 -3
  108. package/dist/hotel.d.ts +0 -3
  109. package/dist/hotel.js.br +0 -0
  110. package/dist/layouts/Availability.vue.d.ts +0 -25
  111. package/dist/layouts/Event.vue.d.ts +0 -18
  112. package/dist/layouts/GiftCard.vue.d.ts +0 -32
  113. package/dist/layouts/GiftCardValidation.vue.d.ts +0 -18
  114. package/dist/layouts/Hotel.vue.d.ts +0 -36
  115. package/dist/layouts/_.vue.d.ts +0 -39
  116. package/dist/navigation.d.ts +0 -1
  117. package/dist/plugins/i18n.d.ts +0 -5
  118. package/dist/polyfill.d.ts +0 -1
  119. package/dist/store/alert.d.ts +0 -28
  120. package/dist/store/applyGiftCard.d.ts +0 -28
  121. package/dist/store/availability.d.ts +0 -40
  122. package/dist/store/event.d.ts +0 -683
  123. package/dist/store/giftCard.d.ts +0 -83
  124. package/dist/store/payment.d.ts +0 -139
  125. package/dist/store/recaptcha.d.ts +0 -28
  126. package/dist/store/tracking.d.ts +0 -57
  127. package/dist/store/utilities.d.ts +0 -350
  128. package/dist/types/index.d.ts +0 -976
package/dist/hotel.js CHANGED
@@ -1,3138 +1,13 @@
1
- var fo = Object.defineProperty, mo = Object.defineProperties;
2
- var go = Object.getOwnPropertyDescriptors;
3
- var tt = Object.getOwnPropertySymbols;
4
- var vo = Object.prototype.hasOwnProperty, yo = Object.prototype.propertyIsEnumerable;
5
- var nt = Math.pow, ot = (o, e, t) => e in o ? fo(o, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : o[e] = t, ee = (o, e) => {
6
- for (var t in e || (e = {}))
7
- vo.call(e, t) && ot(o, t, e[t]);
8
- if (tt)
9
- for (var t of tt(e))
10
- yo.call(e, t) && ot(o, t, e[t]);
11
- return o;
12
- }, ve = (o, e) => mo(o, go(e));
13
- var Q = (o, e, t) => new Promise((n, l) => {
14
- var u = (d) => {
15
- try {
16
- h(t.next(d));
17
- } catch (c) {
18
- l(c);
19
- }
20
- }, p = (d) => {
21
- try {
22
- h(t.throw(d));
23
- } catch (c) {
24
- l(c);
25
- }
26
- }, h = (d) => d.done ? n(d.value) : Promise.resolve(d.value).then(u, p);
27
- h((t = t.apply(o, e)).next());
28
- });
29
- import { k as j, F as re, al as bo, s as K, c as ge, aa as kt, ab as se, o as E, m as B, X as ko, z as a, w, D as we, x as v, H as V, M as ne, Z as it, am as _o, l as C, a4 as z, a3 as A, n as x, a6 as qe, an as pe, p as I, K as J, L as ie, f as q, y as Ce, Q as _t, R as Et, _ as X, r as fe, ao as Tt, B as Ye, a2 as Ee, A as It, C as ce, ap as Eo, a1 as To, q as Te, I as Ct, v as rt, T as oe, aq as Io, G as Co, a7 as $o, N as st, J as F, P as So, ar as $t, as as Vo, V as Lo, U as Po, W as xo, a9 as wo } from "./SelectField.vue_vue_type_style_index_0_lang-XwPp5AXD.js";
30
- import { R as Ho, B as Ke, a as Oo, S as Do, M as Ro, T as Mo, x as Bo } from "./ThankYou-9pzt2SfJ.js";
31
- import { C as Ao } from "./Container-6UeOakwz.js";
32
- import { A as zo, H as Wo } from "./AvailabilitySkeleton-cL6E9wAp.js";
33
- import { _ as Fo } from "./DateField.vue_vue_type_style_index_0_lang-v-NT3HRG.js";
34
- import { C as Ue, P as No, a as qo } from "./CheckoutWindow-_ZUCAYgm.js";
35
- import { E as Y } from "./_-5uiOrU07.js";
36
- import { c as St, g as Vt } from "./_commonjsHelpers-4t9S7M5p.js";
37
- import "./ActionField--byx0Lp1.js";
38
- import "./Field-GdMucFcQ.js";
39
- const Uo = { key: 0 }, Go = { key: 1 }, He = /* @__PURE__ */ j({
40
- __name: "HotelReservationForm",
41
- props: {
42
- showGiftCard: { type: Boolean, default: !1 },
43
- showTermsNotice: { type: Boolean, default: !1 }
44
- },
45
- setup(o) {
46
- const { t: e } = re(), t = bo(), {
47
- hideArrivalDepartureInputs: n,
48
- disableArrivalUserSelection: l,
49
- disableDepartureUserSelection: u,
50
- arrivalDefault: p,
51
- departureDefault: h,
52
- currency: d
53
- } = K(ge()), {
54
- arrivalDate: c,
55
- departureDate: m
56
- } = K(kt()), {
57
- arrivalTime: y,
58
- departureTime: b,
59
- roomDisplay: s,
60
- templateID: k,
61
- totalPrice: _,
62
- areListingsLoading: f,
63
- getSelectedPackageRoom: i,
64
- selectedPackage: r,
65
- discountVouchers: g
66
- } = K(se()), { removeRoom: T } = se();
67
- function $(L) {
68
- return L.reduce((D, { totalPrice: R }) => D + R, 0);
69
- }
70
- return (L, H) => (E(), B(Ho, {
71
- "total-price": a(_),
72
- "show-gift-card": L.showGiftCard,
73
- "show-terms-notice": L.showTermsNotice,
74
- "is-sidebar-loading": a(f),
75
- notice: a(e)("hotel.reservationNotice")
76
- }, ko({
77
- form: w(() => [
78
- we(L.$slots, "form")
79
- ]),
80
- "reservation-summary": w(() => [
81
- v("li", null, [
82
- v("span", null, V(a(e)("booking.reservation.arrival")), 1),
83
- v("b", null, V(a(n) ? a(ne)(a(c)) : `${a(ne)(a(c))}, ${a(l) ? a(p) : a(y)}`), 1)
84
- ]),
85
- v("li", null, [
86
- v("span", null, V(a(e)("booking.reservation.departure")), 1),
87
- v("b", null, V(a(n) ? a(ne)(a(m)) : `${a(ne)(a(m))}, ${a(u) ? a(h) : a(b)}`), 1)
88
- ]),
89
- v("li", null, [
90
- v("span", null, V(a(e)("booking.reservation.nights")), 1),
91
- v("b", null, V(a(it)(a(c), a(m))) + " " + V(a(_o)(a(it)(a(c), a(m)) === 1 ? a(e)("booking.reservation.night") : a(e)("booking.reservation.nights"))), 1)
92
- ]),
93
- a(g) ? (E(!0), C(A, { key: 0 }, z(a(g), (D) => (E(), C("li", {
94
- key: D.id
95
- }, [
96
- v("span", null, V(`${a(e)("general.discountCode")} (${D.value})`), 1),
97
- v("b", null, V(D.key), 1)
98
- ]))), 128)) : x("", !0)
99
- ]),
100
- "price-summary": w(() => [
101
- isNaN(a(k)) && a(s).length > 0 ? (E(!0), C(A, { key: 0 }, z(a(s), ({
102
- roomGroupID: D,
103
- title: R,
104
- variants: W
105
- }) => (E(), C("div", { key: D }, [
106
- v("h6", null, [
107
- v("span", null, V(R), 1)
108
- ]),
109
- (E(!0), C(A, null, z(W, (Z, le) => (E(), C("div", { key: le }, [
110
- (E(!0), C(A, null, z(Z.rooms, (U, $e) => (E(), C("ul", { key: $e }, [
111
- v("li", null, [
112
- v("span", null, [
113
- v("span", null, [
114
- qe(V(a(pe)(Z.name)) + " ( ", 1),
115
- I(J, {
116
- icon: "male",
117
- type: "fas",
118
- color: "font"
119
- }),
120
- v("span", null, V(U.adultsCount), 1),
121
- U.childrenCount > 0 ? (E(), C(A, { key: 0 }, [
122
- I(J, {
123
- icon: "child",
124
- type: "fas",
125
- color: "font"
126
- }),
127
- v("span", null, V(U.childrenCount), 1)
128
- ], 64)) : x("", !0),
129
- qe(") ")
130
- ])
131
- ]),
132
- v("b", null, [
133
- v("span", null, V(a(ie)(U.totalPrice, a(d))), 1),
134
- x("", !0)
135
- ])
136
- ]),
137
- $(U.roomAddons) > 0 ? (E(), C("li", Uo, [
138
- v("span", null, V(a(e)("booking.reservation.addons")), 1),
139
- v("b", null, V(a(ie)($(U.roomAddons), a(d))), 1)
140
- ])) : x("", !0)
141
- ]))), 128))
142
- ]))), 128))
143
- ]))), 128)) : x("", !0),
144
- a(i) && a(r) ? (E(), C("div", Go, [
145
- v("h6", null, [
146
- v("span", null, V(a(pe)(a(r).name)), 1)
147
- ]),
148
- v("div", null, [
149
- v("ul", null, [
150
- v("li", null, [
151
- v("span", null, [
152
- v("span", null, V(a(pe)(a(i).title)), 1)
153
- ]),
154
- v("b", null, [
155
- v("span", null, V(a(ie)(a(i).extraPrice, a(d))), 1)
156
- ])
157
- ])
158
- ])
159
- ])
160
- ])) : x("", !0)
161
- ]),
162
- navigation: w(() => [
163
- we(L.$slots, "navigation")
164
- ]),
165
- _: 2
166
- }, [
167
- a(t).addons ? {
168
- name: "addons",
169
- fn: w(() => [
170
- we(L.$slots, "addons")
171
- ]),
172
- key: "0"
173
- } : void 0
174
- ]), 1032, ["total-price", "show-gift-card", "show-terms-notice", "is-sidebar-loading", "notice"]));
175
- }
176
- }), jo = (o) => (_t("data-v-69fe83d8"), o = o(), Et(), o), Yo = { class: "konnectio-room-config-option" }, Ko = { key: 0 }, Qo = { class: "konnectio-selected-room-config" }, Jo = { class: "konnectio-selected-room-config-people" }, Xo = { key: 0 }, Zo = { class: "konnectio-selected-room-config-price" }, en = /* @__PURE__ */ jo(() => /* @__PURE__ */ v("span", null, null, -1)), tn = /* @__PURE__ */ j({
177
- __name: "RoomConfigField",
178
- props: {
179
- modelValue: {},
180
- options: {},
181
- required: { type: Boolean, default: !1 },
182
- readonly: { type: Boolean, default: !1 },
183
- label: {}
184
- },
185
- emits: ["update:modelValue"],
186
- setup(o, { emit: e }) {
187
- const { t } = re(), { currency: n } = K(ge()), l = e, u = o;
188
- function p(d) {
189
- l("update:modelValue", d);
190
- }
191
- const h = q({
192
- get: () => u.modelValue,
193
- set: (d) => p(d)
194
- });
195
- return (d, c) => (E(), B(Ce, {
196
- modelValue: h.value,
197
- "onUpdate:modelValue": c[0] || (c[0] = (m) => h.value = m),
198
- label: d.label,
199
- placeholder: "Select guest configuration",
200
- labelKey: "label",
201
- valueKey: "value",
202
- "icon-placement": "label",
203
- options: d.options,
204
- readonly: d.readonly,
205
- required: d.required,
206
- searchable: !1
207
- }, {
208
- option: w(({ data: m }) => [
209
- v("span", Yo, [
210
- v("div", null, [
211
- I(J, {
212
- icon: "male",
213
- type: "fas",
214
- color: "font"
215
- }),
216
- v("span", null, V(`${m.adults}`), 1),
217
- m.children > 0 ? (E(), C("span", Ko, [
218
- I(J, {
219
- icon: "child",
220
- type: "fas",
221
- color: "font"
222
- }),
223
- v("span", null, V(`${m.children}`), 1)
224
- ])) : x("", !0)
225
- ]),
226
- v("span", null, V(`(${a(ie)(m.price, a(n))})`), 1)
227
- ])
228
- ]),
229
- "selected-option": w(({ data: m }) => [
230
- v("div", Qo, [
231
- v("div", Jo, [
232
- v("div", null, [
233
- x("", !0),
234
- v("span", null, V(`${m.adults} ${m.adults === 1 ? a(t)("general.adult") : a(t)("general.adults")}`), 1)
235
- ]),
236
- m.children > 0 ? (E(), C("div", Xo, [
237
- x("", !0),
238
- v("span", null, V(`& ${m.children} ${m.children === 1 ? a(t)("general.child") : a(t)("general.children")}`), 1)
239
- ])) : x("", !0)
240
- ]),
241
- v("div", Zo, [
242
- en,
243
- qe(" " + V(`(${a(ie)(m.price, a(n))})`), 1)
244
- ])
245
- ])
246
- ]),
247
- _: 1
248
- }, 8, ["modelValue", "label", "options", "readonly", "required"]));
249
- }
250
- }), on = /* @__PURE__ */ X(tn, [["__scopeId", "data-v-69fe83d8"]]), nn = { class: "konnectio-availability-listing-selection" }, rn = { key: 1 }, sn = { class: "fresh-booking-listing-config-body" }, an = { class: "fresh-booking-listing-units-body" };
251
- const ln = /* @__PURE__ */ j({
252
- __name: "Hotel",
253
- props: {
254
- room: {},
255
- layout: {}
256
- },
257
- setup(o) {
258
- const { t: e } = re(), t = o, n = fe([]);
259
- function l(r) {
260
- n.value[r].config.push({
261
- id: NaN,
262
- units: 0,
263
- addons: []
264
- });
265
- }
266
- const u = q(() => t.room.rates.map((r) => ({
267
- label: r.name,
268
- value: r.id
269
- }))), { hideAvailableRoomAmount: p } = K(ge()), { roomSelect: h } = K(se()), { addToCart: d, removeFromCart: c } = Tt(), m = (r, g) => {
270
- var T;
271
- return (T = t.room.rates.find(($) => $.id === r)) == null ? void 0 : T.occupantRates.find(($) => $.index === g);
272
- }, y = q(() => t.room.rates.reduce(
273
- (r, g) => r < g.rackRate ? r : g.rackRate,
274
- 1 / 0
275
- )), b = q(() => t.room.rates.every((r) => r.isBreakfastIncluded === !0)), s = (r, g) => {
276
- var T;
277
- return m(r, g) ? (T = m(r, g)) == null ? void 0 : T.rooms : null;
278
- }, k = (r) => {
279
- var g;
280
- return t.room.rates.length > 0 ? ((g = t.room.rates.find((T) => T.id === r)) == null ? void 0 : g.occupantRates.map((T) => ({
281
- value: T.index,
282
- price: T.totalPrice,
283
- adults: T.adultsCount,
284
- children: T.childrenCount,
285
- hasBreakfast: T.hasBreakfast
286
- }))) || [] : [];
287
- }, _ = q(() => t.room.rates.length > 1);
288
- function f() {
289
- _.value ? n.value.push({
290
- id: void 0,
291
- config: [{
292
- id: t.room.rates[0].occupantRateIndex || NaN,
293
- units: 0,
294
- addons: []
295
- }]
296
- }) : n.value.push({
297
- id: t.room.rates[0].id,
298
- config: [{
299
- id: t.room.rates[0].occupantRateIndex || NaN,
300
- units: 0,
301
- addons: []
302
- }]
303
- });
304
- }
305
- Ye(() => {
306
- f();
307
- });
308
- const i = q(() => JSON.parse(JSON.stringify(n.value)));
309
- return Ee(i, (r, g) => {
310
- g.length > 0 && r.forEach((T, $) => {
311
- T.config.forEach((L, H) => {
312
- const D = L.units, R = g[$].config[H].units;
313
- D !== R && (D > R ? (n.value[$].config[H].addons.push({}), d({
314
- id: t.room.id,
315
- name: t.room.title,
316
- value: t.room.rates[$].rackRate
317
- })) : (n.value[$].config[H].addons.pop(), c({
318
- id: t.room.id,
319
- name: t.room.title,
320
- value: t.room.rates[$].rackRate
321
- })));
322
- });
323
- });
324
- }, { deep: !0 }), Ee(n, () => {
325
- h.value[t.room.id] = n.value;
326
- }, { deep: !0 }), (r, g) => (E(), B(Ke, {
327
- "listing-id": r.room.id,
328
- gallery: r.room.images,
329
- name: r.room.title,
330
- description: r.room.description,
331
- layout: r.layout,
332
- facilities: r.room.facilities,
333
- "prices-from": y.value,
334
- "includes-breakfast": b.value
335
- }, {
336
- action: w(() => [
337
- v("div", nn, [
338
- (E(!0), C(A, null, z(n.value, (T, $) => (E(), C("div", {
339
- key: T.id,
340
- class: "freshbooking-hotel-room"
341
- }, [
342
- _.value ? (E(), B(Ce, {
343
- key: 0,
344
- modelValue: T.id,
345
- "onUpdate:modelValue": (L) => T.id = L,
346
- label: a(e)("hotel.roomVariant"),
347
- placeholder: a(e)("hotel.chooseARoomVariant"),
348
- options: u.value,
349
- searchable: !1
350
- }, null, 8, ["modelValue", "onUpdate:modelValue", "label", "placeholder", "options"])) : x("", !0),
351
- T.id ? (E(), C("div", rn, [
352
- (E(!0), C(A, null, z(r.room.rates, ({
353
- id: L,
354
- maximumOccupants: H
355
- }) => (E(), C("div", {
356
- key: L,
357
- class: "booking-availability-listing-action-selective-i"
358
- }, [
359
- T.id === L ? (E(!0), C(A, { key: 0 }, z(T.config, (D, R) => (E(), C("div", {
360
- key: R,
361
- class: "booking-availability-listing-action-selective"
362
- }, [
363
- v("ul", sn, [
364
- I(on, {
365
- modelValue: D.id,
366
- "onUpdate:modelValue": (W) => D.id = W,
367
- icon: "male",
368
- "icon-type": "fas",
369
- label: a(e)("general.guests"),
370
- description: `${a(e)("general.maximumGuests")}: ${H}`,
371
- options: k(L),
372
- readonly: !(k(L).length > 1)
373
- }, null, 8, ["modelValue", "onUpdate:modelValue", "label", "description", "options", "readonly"])
374
- ]),
375
- v("ul", an, [
376
- I(It, {
377
- modelValue: D.units,
378
- "onUpdate:modelValue": (W) => D.units = W,
379
- description: a(p) ? void 0 : `${a(e)("booking.availability.availableUnits")}: ${s(T.id, D.id)}`,
380
- icon: "house",
381
- "icon-type": "fas",
382
- "icon-placement": "label",
383
- label: a(e)("booking.availability.units"),
384
- minValue: 0,
385
- "max-value": s(L, D.id) || 1 / 0
386
- }, null, 8, ["modelValue", "onUpdate:modelValue", "description", "label", "max-value"])
387
- ]),
388
- x("", !0)
389
- ]))), 128)) : x("", !0)
390
- ]))), 128))
391
- ])) : x("", !0)
392
- ]))), 128))
393
- ])
394
- ]),
395
- _: 1
396
- }, 8, ["listing-id", "gallery", "name", "description", "layout", "facilities", "prices-from", "includes-breakfast"]));
397
- }
398
- }), un = /* @__PURE__ */ X(ln, [["__scopeId", "data-v-9ea89f13"]]), dn = { class: "konnectio-template-side-panel" }, cn = { class: "konnectio-template-side-panel-listings" }, pn = /* @__PURE__ */ j({
399
- __name: "Template",
400
- props: {
401
- title: {},
402
- templateId: {},
403
- roomGroups: {},
404
- callback: { type: Function }
405
- },
406
- setup(o) {
407
- const { t: e } = re(), { templateID: t, roomGroupID: n } = K(se()), { currency: l } = K(ge()), { clearRoomSelection: u } = se(), p = o;
408
- function h(d) {
409
- t.value = p.templateId, n.value = d, u(), p.callback(2);
410
- }
411
- return (d, c) => (E(), B(Oo, {
412
- title: d.title,
413
- subtitle: a(e)("booking.availability.selectATemplateRoom")
414
- }, {
415
- default: w(() => [
416
- v("div", dn, [
417
- v("div", cn, [
418
- (E(!0), C(A, null, z(d.roomGroups, ({
419
- id: m,
420
- title: y,
421
- description: b,
422
- images: s,
423
- facilities: k,
424
- extraPrice: _
425
- }) => (E(), B(Ke, {
426
- key: m,
427
- "listing-id": m,
428
- name: y,
429
- description: b,
430
- facilities: k,
431
- gallery: s,
432
- "includes-breakfast": !1,
433
- "hide-info-button": !0
434
- }, {
435
- action: w(() => [
436
- v("div", null, [
437
- I(ce, {
438
- onClickEvent: (f) => h(m),
439
- label: `${a(e)("booking.availability.selectThisRoom")} (${a(ie)(_, a(l))})`,
440
- "full-width": ""
441
- }, null, 8, ["onClickEvent", "label"])
442
- ])
443
- ]),
444
- _: 2
445
- }, 1032, ["listing-id", "name", "description", "facilities", "gallery"]))), 128))
446
- ])
447
- ])
448
- ]),
449
- _: 1
450
- }, 8, ["title", "subtitle"]));
451
- }
452
- }), hn = /* @__PURE__ */ X(pn, [["__scopeId", "data-v-4c035ea3"]]), fn = ["innerHTML"], mn = /* @__PURE__ */ j({
453
- __name: "Template",
454
- props: {
455
- id: {},
456
- weekendFee: {},
457
- description: {},
458
- name: {},
459
- image: {},
460
- roomGroups: {},
461
- callback: { type: Function }
462
- },
463
- setup(o) {
464
- const { t: e } = re(), t = o, n = q(() => t.roomGroups.reduce(
465
- (d, c) => d < c.extraPrice ? d : c.extraPrice,
466
- 1 / 0
467
- )), l = q(() => [{
468
- large: t.image.url,
469
- medium: t.image.url,
470
- thumb: t.image.url,
471
- url: t.image.url
472
- }]), u = fe(!1);
473
- function p() {
474
- u.value = !0;
475
- }
476
- function h(d) {
477
- t.callback(d), u.value = !1;
478
- }
479
- return (d, c) => (E(), B(Ke, {
480
- "listing-id": d.id,
481
- name: d.name,
482
- description: d.description,
483
- gallery: l.value,
484
- layout: a(To).Template,
485
- "includes-breakfast": !1,
486
- "hide-info-button": !1,
487
- "prices-from": n.value
488
- }, {
489
- description: w(() => [
490
- d.description ? (E(), C("p", {
491
- key: 0,
492
- innerHTML: a(Eo)(d.description)
493
- }, null, 8, fn)) : x("", !0)
494
- ]),
495
- action: w(() => [
496
- v("div", null, [
497
- I(ce, {
498
- onClickEvent: p,
499
- label: a(e)("booking.availability.selectPackage"),
500
- "full-width": ""
501
- }, null, 8, ["label"])
502
- ])
503
- ]),
504
- default: w(() => [
505
- I(hn, {
506
- modelValue: u.value,
507
- "onUpdate:modelValue": c[0] || (c[0] = (m) => u.value = m),
508
- title: d.name,
509
- "template-id": d.id,
510
- roomGroups: d.roomGroups,
511
- callback: h
512
- }, null, 8, ["modelValue", "title", "template-id", "roomGroups"])
513
- ]),
514
- _: 1
515
- }, 8, ["listing-id", "name", "description", "gallery", "layout", "prices-from"]));
516
- }
517
- }), gn = /* @__PURE__ */ X(mn, [["__scopeId", "data-v-edc2f058"]]), at = /* @__PURE__ */ j({
518
- __name: "TimeField",
519
- props: {
520
- modelValue: {},
521
- label: {},
522
- id: {},
523
- name: {},
524
- placeholder: {},
525
- icon: {},
526
- iconColor: {},
527
- iconType: {},
528
- primaryColor: {},
529
- secondaryColor: {},
530
- weekendColor: {},
531
- highlightedColor: {},
532
- required: { type: Boolean },
533
- readonly: { type: Boolean },
534
- disabled: { type: Boolean },
535
- inline: { type: Boolean },
536
- range: { type: Boolean },
537
- enableTimePicker: { type: Boolean },
538
- inputStyle: {}
539
- },
540
- emits: ["update:modelValue"],
541
- setup(o, { emit: e }) {
542
- const t = e, n = o;
543
- function l(p) {
544
- t("update:modelValue", p);
545
- }
546
- const u = fe(n.modelValue);
547
- return Ee(u, (p) => {
548
- l(p);
549
- }), (p, h) => (E(), B(Fo, {
550
- modelValue: u.value,
551
- "onUpdate:modelValue": h[0] || (h[0] = (d) => u.value = d),
552
- type: "time",
553
- label: p.label,
554
- id: p.id,
555
- name: p.name,
556
- icon: p.icon,
557
- "icon-type": p.iconType,
558
- "icon-color": p.iconColor,
559
- "auto-apply": !0,
560
- required: p.required,
561
- readonly: p.readonly
562
- }, null, 8, ["modelValue", "label", "id", "name", "icon", "icon-type", "icon-color", "required", "readonly"]));
563
- }
564
- }), vn = { style: { display: "flex", "align-items": "baseline" } }, yn = /* @__PURE__ */ j({
565
- __name: "CountryField",
566
- props: {
567
- modelValue: {},
568
- options: {},
569
- required: { type: Boolean, default: !1 },
570
- readonly: { type: Boolean, default: !1 },
571
- label: {},
572
- placeholder: {}
573
- },
574
- emits: ["update:modelValue"],
575
- setup(o, { emit: e }) {
576
- const { t } = re(), n = e, l = o;
577
- function u(h) {
578
- n("update:modelValue", h);
579
- }
580
- const p = q({
581
- get: () => l.modelValue,
582
- set: (h) => u(h)
583
- });
584
- return (h, d) => (E(), B(Ce, {
585
- modelValue: p.value,
586
- "onUpdate:modelValue": d[0] || (d[0] = (c) => p.value = c),
587
- label: h.label,
588
- placeholder: a(t)("booking.reservation.countryPlaceholder"),
589
- labelKey: "name",
590
- valueKey: "id",
591
- options: h.options,
592
- required: h.required
593
- }, {
594
- option: w(({ data: c }) => [
595
- v("i", {
596
- class: Te(["konnectio-flag-icon", c.iso])
597
- }, null, 2),
598
- v("span", null, V(c.name), 1)
599
- ]),
600
- "selected-option": w(({ data: c }) => [
601
- v("div", vn, [
602
- v("i", {
603
- class: Te(["konnectio-flag-icon", c.iso])
604
- }, null, 2),
605
- v("span", null, V(c.name), 1)
606
- ])
607
- ]),
608
- _: 1
609
- }, 8, ["modelValue", "label", "placeholder", "options", "required"]));
610
- }
611
- }), bn = /* @__PURE__ */ X(yn, [["__scopeId", "data-v-1462612d"]]), kn = { class: "konnectio-radio-checkboxes" }, _n = /* @__PURE__ */ j({
612
- __name: "CheckboxField",
613
- props: {
614
- modelValue: {},
615
- label: {},
616
- name: {},
617
- checkboxes: {}
618
- },
619
- emits: ["update:modelValue"],
620
- setup(o, { emit: e }) {
621
- const t = e, n = o;
622
- function l(p) {
623
- t("update:modelValue", p);
624
- }
625
- const u = q({
626
- get: () => n.modelValue,
627
- set: (p) => l(p)
628
- });
629
- return (p, h) => (E(), B(Ct, {
630
- label: p.label,
631
- type: "multi-radio"
632
- }, {
633
- default: w(() => [
634
- v("ul", kn, [
635
- (E(!0), C(A, null, z(p.checkboxes, ({ label: d, value: c }, m) => (E(), C("li", { key: m }, [
636
- I(Ue, {
637
- modelValue: u.value,
638
- "onUpdate:modelValue": h[0] || (h[0] = (y) => u.value = y),
639
- label: d,
640
- name: p.name,
641
- type: "radio",
642
- val: c
643
- }, null, 8, ["modelValue", "label", "name", "val"])
644
- ]))), 128))
645
- ])
646
- ]),
647
- _: 1
648
- }, 8, ["label"]));
649
- }
650
- }), En = /* @__PURE__ */ X(_n, [["__scopeId", "data-v-d8d42a8a"]]), Tn = /* @__PURE__ */ j({
651
- __name: "NameField",
652
- props: {
653
- modelValue: {},
654
- title: {},
655
- label: {},
656
- id: {},
657
- placeholder: {},
658
- icon: {},
659
- iconColor: {},
660
- iconType: { default: "fal" },
661
- required: { type: Boolean, default: !1 },
662
- readonly: { type: Boolean, default: !1 },
663
- type: { default: "text" },
664
- autocomplete: { type: Boolean, default: !1 },
665
- disabled: { type: Boolean, default: !1 },
666
- limit: { default: 1 / 0 },
667
- inputStyle: {},
668
- excludeTitle: { type: Boolean, default: !1 }
669
- },
670
- emits: ["update:modelValue", "update:title"],
671
- setup(o, { emit: e }) {
672
- const t = o, n = e, l = t.id || rt(), u = fe(""), p = fe(2);
673
- function h() {
674
- n("update:modelValue", u.value);
675
- }
676
- Ee(p, (c) => {
677
- n("update:title", c);
678
- });
679
- const { t: d } = re();
680
- return Ye(() => {
681
- t.modelValue && (u.value = t.modelValue), t.title && (p.value = t.title);
682
- }), (c, m) => (E(), B(Ct, {
683
- label: c.label,
684
- id: a(l),
685
- required: c.required,
686
- type: "fresh-booking-name-field",
687
- readonly: c.readonly,
688
- limit: c.limit
689
- }, {
690
- default: w(() => [
691
- v("div", {
692
- class: Te([
693
- "fresh-booking-name-input",
694
- { "no-title": c.excludeTitle }
695
- ])
696
- }, [
697
- c.excludeTitle ? x("", !0) : (E(), B(Ce, {
698
- key: 0,
699
- modelValue: p.value,
700
- "onUpdate:modelValue": m[0] || (m[0] = (y) => p.value = y),
701
- id: a(rt)(),
702
- icon: c.icon,
703
- "icon-color": c.iconColor,
704
- "icon-type": c.iconType,
705
- options: [
706
- {
707
- label: a(d)("booking.reservation.noNameTitle"),
708
- value: 1
709
- },
710
- {
711
- label: a(d)("booking.reservation.nameTitleMr"),
712
- value: 2
713
- },
714
- {
715
- label: a(d)("booking.reservation.nameTitleMs"),
716
- value: 3
717
- },
718
- {
719
- label: a(d)("booking.reservation.nameTitleMrs"),
720
- value: 4
721
- },
722
- {
723
- label: a(d)("booking.reservation.nameTitleDr"),
724
- value: 5
725
- }
726
- ],
727
- readonly: c.readonly,
728
- "hide-button": "",
729
- "input-style": c.inputStyle,
730
- searchable: !1
731
- }, null, 8, ["modelValue", "id", "icon", "icon-color", "icon-type", "options", "readonly", "input-style"])),
732
- I(oe, {
733
- modelValue: u.value,
734
- "onUpdate:modelValue": m[1] || (m[1] = (y) => u.value = y),
735
- type: "text",
736
- name: "name",
737
- autocomplete: "name",
738
- id: a(l),
739
- icon: c.excludeTitle ? c.icon : void 0,
740
- "icon-color": c.iconColor,
741
- "icon-type": c.iconType,
742
- placeholder: c.placeholder,
743
- required: c.required,
744
- readonly: c.readonly,
745
- limit: c.limit,
746
- onInput: m[2] || (m[2] = (y) => h()),
747
- "input-style": c.inputStyle
748
- }, null, 8, ["modelValue", "id", "icon", "icon-color", "icon-type", "placeholder", "required", "readonly", "limit", "input-style"])
749
- ], 2)
750
- ]),
751
- _: 1
752
- }, 8, ["label", "id", "required", "readonly", "limit"]));
753
- }
754
- }), In = /* @__PURE__ */ X(Tn, [["__scopeId", "data-v-78b0b319"]]), Cn = { class: "hotel-listing" }, $n = { class: "hotel-listing-content-gallery" }, Sn = { class: "hotel-listing-content-thumbs" }, Vn = { class: "hotel-listing-content" }, Ln = { class: "hotel-listing-content-header" }, Pn = { class: "hotel-listing-content-title" }, xn = { class: "hotel-listing-content-body" }, wn = { class: "hotel-listing-content-facilities" }, Hn = /* @__PURE__ */ j({
755
- __name: "Listing",
756
- setup(o) {
757
- return (e, t) => (E(), C("div", Cn, [
758
- v("div", $n, [
759
- I(Y, {
760
- width: "280px",
761
- height: "153px"
762
- }),
763
- v("div", Sn, [
764
- (E(), C(A, null, z(3, (n) => I(Y, {
765
- key: n,
766
- width: "84px",
767
- height: "44px"
768
- })), 64))
769
- ])
770
- ]),
771
- v("div", Vn, [
772
- v("div", Ln, [
773
- v("div", Pn, [
774
- I(Y, {
775
- height: "30px",
776
- width: "60%"
777
- }),
778
- I(Y, {
779
- height: "30px",
780
- width: "30px",
781
- "border-radius": "100%"
782
- })
783
- ]),
784
- I(Y, {
785
- height: "15px",
786
- width: "25%"
787
- })
788
- ]),
789
- v("div", xn, [
790
- I(Y, { height: "15px" }),
791
- I(Y, { height: "15px" }),
792
- I(Y, { height: "15px" }),
793
- I(Y, { height: "15px" }),
794
- I(Y, {
795
- height: "15px",
796
- width: "90%"
797
- })
798
- ]),
799
- v("div", wn, [
800
- (E(), C(A, null, z(5, (n) => I(Y, {
801
- key: n,
802
- height: "25px",
803
- width: "25px",
804
- "border-radius": "6px"
805
- })), 64))
806
- ])
807
- ])
808
- ]));
809
- }
810
- }), he = /* @__PURE__ */ X(Hn, [["__scopeId", "data-v-c7574b59"]]), On = { class: "hotel-skeleton" }, Dn = { class: "hotel-skeleton-content" }, Rn = { class: "hotel-skeleton-sidebar" }, Mn = /* @__PURE__ */ j({
811
- __name: "HotelSkeleton",
812
- setup(o) {
813
- return (e, t) => (E(), C("div", On, [
814
- v("div", Dn, [
815
- I(zo, { hotel: "" }),
816
- I(he),
817
- I(he),
818
- I(he)
819
- ]),
820
- v("div", Rn, [
821
- I(Do)
822
- ])
823
- ]));
824
- }
825
- }), Bn = /* @__PURE__ */ X(Mn, [["__scopeId", "data-v-49e83cbb"]]), An = (o) => (_t("data-v-fd9b6d4f"), o = o(), Et(), o), zn = { id: "booking-availability-container" }, Wn = { id: "booking-availability-controls" };
826
- const Fn = { key: 1 }, Nn = { key: 0 }, qn = {
827
- key: 0,
828
- id: "booking-availability-packages"
829
- }, Un = {
830
- key: 0,
831
- class: "konnectio-hotel-availability-title"
832
- }, Gn = { id: "booking-availability-packages-wrapper" }, jn = { key: 1 }, Yn = {
833
- key: 0,
834
- class: "konnectio-hotel-availability-title"
835
- }, Kn = { id: "booking-availability-listings" }, Qn = {
836
- key: 2,
837
- id: "booking-availability-no-listings",
838
- class: "fresh-booking-panel"
839
- }, Jn = {
840
- key: 1,
841
- id: "booking-availability-no-listings"
842
- }, Xn = {
843
- key: 2,
844
- id: "reservation-availability-next-dates"
845
- }, Zn = { class: "konnectio-hotel-availability-title" }, ei = { class: "reservation-special-offers-grid" }, ti = ["title"];
846
- const oi = {
847
- key: 2,
848
- class: "konnectio-listing-loading"
849
- }, ni = { class: "fresh-booking-panel" }, ii = {
850
- key: 0,
851
- id: "konnectio-hotel-addons"
852
- };
853
- const ri = { class: "fresh-booking-event-addons-price" }, si = { key: 1 }, ai = /* @__PURE__ */ An(() => /* @__PURE__ */ v("br", null, null, -1)), li = ["onClick"], ui = { class: "fresh-booking-panel" }, di = { key: 0 }, ci = { key: 1 }, pi = { class: "fresh-booking-split-inputs" }, hi = ["onClick"], fi = /* @__PURE__ */ j({
854
- name: "HotelLayout",
855
- __name: "Hotel",
856
- props: {
857
- accessToken: {},
858
- headerLayout: { default: Io.Minimal },
859
- onlyShow: { default: "everything" },
860
- styling: {}
861
- },
862
- setup(o) {
863
- const { t: e } = re(), {
864
- templateID: t,
865
- countries: n,
866
- areListingsLoading: l,
867
- isPaymentLoading: u,
868
- isReservationFormFilled: p,
869
- travelingFor: h,
870
- arrivalTime: d,
871
- departureTime: c,
872
- name: m,
873
- nameTitle: y,
874
- email: b,
875
- phone: s,
876
- firmName: k,
877
- postal: _,
878
- city: f,
879
- address: i,
880
- country: r,
881
- remark: g,
882
- allergies: T,
883
- newsMails: $,
884
- roomSelect: L,
885
- roomDisplay: H,
886
- hasValidRoomSelection: D,
887
- availabilityData: R,
888
- selectionHasNoAddons: W
889
- } = K(se()), {
890
- arrivalDate: Z,
891
- departureDate: le
892
- } = K(kt()), {
893
- currency: U,
894
- disableNewsletterSignup: $e,
895
- arrivalEarliest: Ze,
896
- arrivalLatest: Bt,
897
- departureEarliest: At,
898
- departureLatest: zt,
899
- enableTracking: Wt,
900
- arrivalDefault: Ft,
901
- departureDefault: Nt,
902
- hideArrivalDepartureInputs: qt,
903
- disableArrivalUserSelection: Se,
904
- disableNamePrefix: Ut,
905
- disableDepartureUserSelection: Ve,
906
- disableTravelingFor: Gt,
907
- disableTravelingForBleasure: jt,
908
- disableCompanyField: Yt,
909
- hasPaymentGateway: Kt
910
- } = K(ge()), { beginCheckout: Qt } = Tt(), {
911
- initialize: Jt,
912
- resetTemplate: Xt,
913
- resetDiscountVoucher: Zt,
914
- createReservation: eo
915
- } = se(), to = fe(!0), oo = q(() => {
916
- const O = [
917
- {
918
- label: e("booking.reservation.business"),
919
- value: "Business"
920
- },
921
- {
922
- label: e("booking.reservation.pleasure"),
923
- value: "Pleasure"
924
- }
925
- ];
926
- return jt.value || O.push({
927
- label: e("booking.reservation.bleasure"),
928
- value: "Bleasure"
929
- }), O;
930
- }), no = q(() => {
931
- const O = R.value.roomGroups.slice();
932
- O.forEach((G) => {
933
- G.pricesFrom = G.rates.reduce(
934
- (M, S) => M < S.rackRate ? M : S.rackRate,
935
- 1 / 0
936
- );
937
- });
938
- function P(G, M) {
939
- return to.value === !0 ? G.pricesFrom > M.pricesFrom ? -1 : 1 : G.pricesFrom > M.pricesFrom ? 1 : -1;
940
- }
941
- return O.sort(P);
942
- }), io = q(() => [[
943
- parseInt(Ze.value.split(":")[0]),
944
- parseInt(Bt.value.split(":")[0])
945
- ]]), ro = q(() => [[
946
- parseInt(At.value.split(":")[0]),
947
- parseInt(zt.value.split(":")[0])
948
- ]]);
949
- function et(O) {
950
- W.value ? O(2) : O(), Zt();
951
- }
952
- function so(O, P) {
953
- le.value = new Date(P), Z.value = new Date(O), location.reload();
954
- }
955
- function ao(O) {
956
- return Q(this, null, function* () {
957
- yield eo(O);
958
- });
959
- }
960
- function lo(O) {
961
- Wt.value && Qt(), W.value ? O(2) : O();
962
- }
963
- function uo() {
964
- d.value === "" && (d.value = Ft.value), c.value === "" && (c.value = Nt.value);
965
- }
966
- return Ye(() => {
967
- Jt(), uo();
968
- }), (O, P) => (E(), B(Ao, { styling: O.styling }, {
969
- default: w(() => [
970
- (E(), B(Co, null, {
971
- default: w(() => [
972
- I(So, {
973
- id: "fresh-booking-hotel-module",
974
- "access-token": O.accessToken,
975
- type: "hotel"
976
- }, {
977
- default: w(() => [
978
- I(Ro, {
979
- layout: O.headerLayout,
980
- onReset: a(Xt)
981
- }, {
982
- availability: w(({ next: G }) => [
983
- I(He, null, {
984
- form: w(() => [
985
- v("div", zn, [
986
- v("div", Wn, [
987
- I(Wo, { booking: !0 })
988
- ]),
989
- x("", !0),
990
- a(l) ? (E(), C("div", oi, [
991
- I(he),
992
- I(he),
993
- I(he)
994
- ])) : (E(), C("div", Fn, [
995
- a(R).roomGroups.length > 0 || a(R).templates.length > 0 ? (E(), C("div", Nn, [
996
- a(R).templates.length > 0 && O.onlyShow !== "rooms" ? (E(), C("div", qn, [
997
- O.onlyShow !== "packages" ? (E(), C("h2", Un, [
998
- I(J, {
999
- icon: "box",
1000
- type: "fal",
1001
- color: "header"
1002
- }),
1003
- v("span", null, V(a(e)("booking.availability.packagesTitle")), 1)
1004
- ])) : x("", !0),
1005
- v("ul", Gn, [
1006
- (E(!0), C(A, null, z(a(R).templates, ({
1007
- id: M,
1008
- name: S,
1009
- templateRoomGroups: ue,
1010
- image: de,
1011
- description: N,
1012
- weekendFee: Le
1013
- }) => (E(), B(gn, {
1014
- key: M,
1015
- id: M,
1016
- description: N,
1017
- name: S,
1018
- image: de,
1019
- weekendFee: Le,
1020
- "room-groups": ue,
1021
- callback: G
1022
- }, null, 8, ["id", "description", "name", "image", "weekendFee", "room-groups", "callback"]))), 128))
1023
- ])
1024
- ])) : x("", !0),
1025
- a(R).roomGroups.length > 0 && O.onlyShow !== "packages" ? (E(), C("div", jn, [
1026
- a(R).templates.length > 0 && O.onlyShow !== "rooms" ? (E(), C("h2", Yn, [
1027
- I(J, {
1028
- icon: "house",
1029
- type: "fal",
1030
- color: "header"
1031
- }),
1032
- v("span", null, V(a(e)("booking.availability.roomsTitle")), 1)
1033
- ])) : x("", !0),
1034
- v("ul", Kn, [
1035
- (E(!0), C(A, null, z(no.value, (M, S) => (E(), B(un, {
1036
- room: M,
1037
- key: S
1038
- }, null, 8, ["room"]))), 128))
1039
- ])
1040
- ])) : x("", !0),
1041
- (a(R).templates.length === 0 && O.onlyShow !== "rooms" || a(R).roomGroups.length === 0 && O.onlyShow !== "packages") && (O.onlyShow === "rooms" || O.onlyShow === "packages") ? (E(), C("div", Qn, [
1042
- v("span", null, V(a(e)("booking.availability.nothingAvailable")), 1)
1043
- ])) : x("", !0)
1044
- ])) : a(R).nextAvailableDates.length === 0 ? (E(), C("div", Jn, [
1045
- v("span", null, V(a(e)("booking.availability.nothingAvailable")), 1)
1046
- ])) : (E(), C("div", Xn, [
1047
- v("h2", Zn, [
1048
- I(J, {
1049
- icon: "calendar-circle-exclamation",
1050
- type: "fal",
1051
- color: "header"
1052
- }),
1053
- v("span", null, V(a(e)("booking.availability.nextAvailableDates")), 1)
1054
- ]),
1055
- v("ul", ei, [
1056
- (E(!0), C(A, null, z(a(R).nextAvailableDates, (M, S) => (E(), C("li", { key: S }, [
1057
- v("h3", {
1058
- title: `${a(ne)(M.fromDate)} - ${a(ne)(M.toDate)}`
1059
- }, [
1060
- v("span", null, V(`${a(ne)(M.fromDate)} - ${a(ne)(M.toDate)}`), 1)
1061
- ], 8, ti),
1062
- v("ul", null, [
1063
- x("", !0),
1064
- v("li", null, [
1065
- I(J, {
1066
- icon: "money-bill",
1067
- type: "fal",
1068
- color: "header"
1069
- }),
1070
- v("span", null, V(a(e)("booking.availability.pricesFrom")) + ": " + V(a(ie)(M.priceStartFrom, a(U))), 1)
1071
- ])
1072
- ]),
1073
- I(ce, {
1074
- label: a(e)("booking.availability.selectDates"),
1075
- "full-width": "",
1076
- onClickEvent: (ue) => so(M.fromDate, M.toDate)
1077
- }, null, 8, ["label", "onClickEvent"])
1078
- ]))), 128))
1079
- ])
1080
- ]))
1081
- ]))
1082
- ])
1083
- ]),
1084
- navigation: w(() => [
1085
- I(ce, {
1086
- label: a(W) ? a(e)("booking.availability.nextButton") : a(e)("general.chooseAddons"),
1087
- disabled: !a(D),
1088
- "is-loading": !1,
1089
- "full-width": "",
1090
- onClickEvent: (M) => lo(G)
1091
- }, null, 8, ["label", "disabled", "onClickEvent"])
1092
- ]),
1093
- _: 2
1094
- }, 1024)
1095
- ]),
1096
- addons: w(({ next: G, prev: M }) => [
1097
- I(He, null, {
1098
- form: w(() => [
1099
- v("form", ni, [
1100
- v("h2", null, [
1101
- v("span", null, V(a(e)("booking.reservation.addons")), 1)
1102
- ]),
1103
- v("div", null, [
1104
- isNaN(a(t)) ? (E(), C("div", ii, [
1105
- (E(!0), C(A, null, z(a(H), (S) => (E(), C("ul", {
1106
- key: S.roomGroupID
1107
- }, [
1108
- (E(!0), C(A, null, z(S.variants, (ue, de) => (E(), C("li", {
1109
- key: ue.ratePlanID
1110
- }, [
1111
- v("h4", null, [
1112
- v("span", null, V(a(pe)(S.title)), 1)
1113
- ]),
1114
- (E(!0), C(A, null, z(ue.rooms, (N, Le) => (E(), C("table", {
1115
- key: Le,
1116
- class: "fresh-booking-table"
1117
- }, [
1118
- v("thead", null, [
1119
- v("tr", null, [
1120
- v("th", null, [
1121
- v("span", null, V(a(pe)(ue.name)), 1)
1122
- ]),
1123
- x("", !0),
1124
- v("th", ri, [
1125
- v("b", null, [
1126
- I(J, {
1127
- icon: "male",
1128
- type: "fas",
1129
- color: "font"
1130
- }),
1131
- v("span", null, V(N.adultsCount), 1),
1132
- N.childrenCount > 0 ? (E(), B(J, {
1133
- key: 0,
1134
- icon: "child",
1135
- type: "fas",
1136
- color: "font"
1137
- })) : x("", !0),
1138
- N.childrenCount > 0 ? (E(), C("span", si, V(N.childrenCount), 1)) : x("", !0)
1139
- ])
1140
- ])
1141
- ])
1142
- ]),
1143
- v("tbody", null, [
1144
- (E(!0), C(A, null, z(S.addons, ({
1145
- quantityStrategy: Pe,
1146
- maximumNumber: co,
1147
- id: me,
1148
- name: po,
1149
- price: ho
1150
- }) => (E(), C("tr", { key: me }, [
1151
- v("td", null, [
1152
- v("b", null, V(a(pe)(po)), 1),
1153
- ai,
1154
- v("span", null, V(a(ie)(ho, a(U))) + " " + V(a($o)(Pe)), 1)
1155
- ]),
1156
- v("td", null, [
1157
- Pe === 1 || Pe === 12 ? (E(), B(It, {
1158
- key: 0,
1159
- modelValue: a(L)[S.roomGroupID][de].config[N.configIdx].addons[N.roomIdx][me],
1160
- "onUpdate:modelValue": (xe) => a(L)[S.roomGroupID][de].config[N.configIdx].addons[N.roomIdx][me] = xe,
1161
- small: !0,
1162
- "min-value": 0,
1163
- "max-value": co || 1 / 0
1164
- }, null, 8, ["modelValue", "onUpdate:modelValue", "max-value"])) : (E(), B(Ue, {
1165
- key: 1,
1166
- modelValue: a(L)[S.roomGroupID][de].config[N.configIdx].addons[N.roomIdx][me],
1167
- "onUpdate:modelValue": (xe) => a(L)[S.roomGroupID][de].config[N.configIdx].addons[N.roomIdx][me] = xe,
1168
- numeric: !0
1169
- }, null, 8, ["modelValue", "onUpdate:modelValue"]))
1170
- ])
1171
- ]))), 128))
1172
- ])
1173
- ]))), 128))
1174
- ]))), 128))
1175
- ]))), 128))
1176
- ])) : x("", !0)
1177
- ])
1178
- ])
1179
- ]),
1180
- navigation: w(() => [
1181
- I(ce, {
1182
- label: a(e)("general.startReservation"),
1183
- "full-width": "",
1184
- onClickEvent: G
1185
- }, null, 8, ["label", "onClickEvent"]),
1186
- v("button", {
1187
- class: "konnectio-abort-reservation link",
1188
- onClick: st((S) => et(M), ["prevent"])
1189
- }, [
1190
- v("span", null, V(a(e)("general.goAStepBack")), 1)
1191
- ], 8, li)
1192
- ]),
1193
- _: 2
1194
- }, 1024)
1195
- ]),
1196
- reservation: w(({ next: G, prev: M }) => [
1197
- I(He, {
1198
- "show-terms-notice": !0,
1199
- "show-gift-card": !0
1200
- }, {
1201
- form: w(() => [
1202
- v("form", ui, [
1203
- v("h2", null, [
1204
- v("span", null, V(a(e)("booking.reservation.detailsTitle")), 1)
1205
- ]),
1206
- !a(qt) && !(a(Se) && a(Ve)) ? (E(), C("ul", {
1207
- key: 0,
1208
- class: Te({ "fresh-booking-split-inputs": !a(Se) && !a(Ve) })
1209
- }, [
1210
- a(Se) ? x("", !0) : (E(), C("li", di, [
1211
- I(at, {
1212
- modelValue: a(d),
1213
- "onUpdate:modelValue": P[1] || (P[1] = (S) => F(d) ? d.value = S : null),
1214
- label: a(e)("booking.reservation.arrivalTime"),
1215
- icon: "hourglass-start",
1216
- "hour-range": io.value,
1217
- required: ""
1218
- }, null, 8, ["modelValue", "label", "hour-range"])
1219
- ])),
1220
- a(Ve) ? x("", !0) : (E(), C("li", ci, [
1221
- I(at, {
1222
- modelValue: a(c),
1223
- "onUpdate:modelValue": P[2] || (P[2] = (S) => F(c) ? c.value = S : null),
1224
- label: a(e)("booking.reservation.departureTime"),
1225
- icon: "hourglass-end",
1226
- "hour-range": ro.value,
1227
- required: ""
1228
- }, null, 8, ["modelValue", "label", "hour-range"])
1229
- ]))
1230
- ], 2)) : x("", !0),
1231
- I(In, {
1232
- modelValue: a(m),
1233
- "onUpdate:modelValue": P[3] || (P[3] = (S) => F(m) ? m.value = S : null),
1234
- title: a(y),
1235
- "onUpdate:title": P[4] || (P[4] = (S) => F(y) ? y.value = S : null),
1236
- "exclude-title": a(Ut),
1237
- label: a(e)("booking.reservation.name"),
1238
- icon: "user-alt",
1239
- placeholder: a(e)("booking.reservation.namePlaceholder"),
1240
- required: ""
1241
- }, null, 8, ["modelValue", "title", "exclude-title", "label", "placeholder"]),
1242
- I(oe, {
1243
- modelValue: a(b),
1244
- "onUpdate:modelValue": P[5] || (P[5] = (S) => F(b) ? b.value = S : null),
1245
- type: "email",
1246
- name: "email",
1247
- autocomplete: "email",
1248
- label: a(e)("booking.reservation.email"),
1249
- icon: "at",
1250
- placeholder: a(e)("booking.reservation.emailPlaceholder"),
1251
- required: ""
1252
- }, null, 8, ["modelValue", "label", "placeholder"]),
1253
- a($e) ? x("", !0) : (E(), B(Ue, {
1254
- key: 1,
1255
- modelValue: a($),
1256
- "onUpdate:modelValue": P[6] || (P[6] = (S) => F($) ? $.value = S : null),
1257
- type: "checkbox",
1258
- name: "newsletter",
1259
- label: a(e)("booking.reservation.newsletterSignUp")
1260
- }, null, 8, ["modelValue", "label"])),
1261
- a(Yt) ? x("", !0) : (E(), B(oe, {
1262
- key: 2,
1263
- modelValue: a(k),
1264
- "onUpdate:modelValue": P[7] || (P[7] = (S) => F(k) ? k.value = S : null),
1265
- type: "text",
1266
- name: "firm",
1267
- autocomplete: "firm",
1268
- label: `${a(e)("booking.reservation.companyName")} (${a(e)("booking.reservation.optional")})`,
1269
- icon: "id-card",
1270
- placeholder: a(e)("booking.reservation.companyNamePlaceholder")
1271
- }, null, 8, ["modelValue", "label", "placeholder"])),
1272
- I(No, {
1273
- modelValue: a(s),
1274
- "onUpdate:modelValue": P[8] || (P[8] = (S) => F(s) ? s.value = S : null),
1275
- icon: "phone-office",
1276
- label: a(e)("booking.reservation.phone"),
1277
- placeholder: a(e)("booking.reservation.phonePlaceholder"),
1278
- required: ""
1279
- }, null, 8, ["modelValue", "label", "placeholder"]),
1280
- I(bn, {
1281
- modelValue: a(r),
1282
- "onUpdate:modelValue": P[9] || (P[9] = (S) => F(r) ? r.value = S : null),
1283
- label: a(e)("booking.reservation.country"),
1284
- placeholder: a(e)("booking.reservation.countryPlaceholder"),
1285
- options: a(n),
1286
- required: ""
1287
- }, null, 8, ["modelValue", "label", "placeholder", "options"]),
1288
- I(oe, {
1289
- modelValue: a(i),
1290
- "onUpdate:modelValue": P[10] || (P[10] = (S) => F(i) ? i.value = S : null),
1291
- type: "textarea",
1292
- name: "address",
1293
- autocomplete: "street-address",
1294
- label: a(e)("booking.reservation.streetAddress"),
1295
- icon: "map-marked",
1296
- placeholder: a(e)("booking.reservation.streetAddressPlaceholder"),
1297
- required: ""
1298
- }, null, 8, ["modelValue", "label", "placeholder"]),
1299
- v("ul", pi, [
1300
- v("li", null, [
1301
- I(oe, {
1302
- modelValue: a(_),
1303
- "onUpdate:modelValue": P[11] || (P[11] = (S) => F(_) ? _.value = S : null),
1304
- type: "text",
1305
- name: "postal",
1306
- autocomplete: "postal-code",
1307
- label: a(e)("booking.reservation.postal"),
1308
- icon: "mailbox",
1309
- placeholder: a(e)("booking.reservation.postalPlaceholder"),
1310
- required: ""
1311
- }, null, 8, ["modelValue", "label", "placeholder"])
1312
- ]),
1313
- v("li", null, [
1314
- I(oe, {
1315
- modelValue: a(f),
1316
- "onUpdate:modelValue": P[12] || (P[12] = (S) => F(f) ? f.value = S : null),
1317
- type: "text",
1318
- name: "city",
1319
- autocomplete: "address-level2",
1320
- label: a(e)("booking.reservation.city"),
1321
- icon: "city",
1322
- placeholder: a(e)("booking.reservation.cityPlaceholder"),
1323
- required: ""
1324
- }, null, 8, ["modelValue", "label", "placeholder"])
1325
- ])
1326
- ]),
1327
- I(oe, {
1328
- modelValue: a(g),
1329
- "onUpdate:modelValue": P[13] || (P[13] = (S) => F(g) ? g.value = S : null),
1330
- type: "textarea",
1331
- label: `${a(e)("booking.reservation.remark")} (${a(e)("booking.reservation.optional")})`,
1332
- icon: "info-circle",
1333
- placeholder: a(e)("booking.reservation.remarkPlaceholder")
1334
- }, null, 8, ["modelValue", "label", "placeholder"]),
1335
- I(oe, {
1336
- modelValue: a(T),
1337
- "onUpdate:modelValue": P[14] || (P[14] = (S) => F(T) ? T.value = S : null),
1338
- type: "textarea",
1339
- label: `${a(e)("booking.reservation.allergies")} (${a(e)("booking.reservation.optional")})`,
1340
- icon: "allergies",
1341
- placeholder: a(e)("booking.reservation.allergiesPlaceholder")
1342
- }, null, 8, ["modelValue", "label", "placeholder"]),
1343
- a(Gt) ? x("", !0) : (E(), B(En, {
1344
- key: 3,
1345
- modelValue: a(h),
1346
- "onUpdate:modelValue": P[15] || (P[15] = (S) => F(h) ? h.value = S : null),
1347
- label: `${a(e)("booking.reservation.purposeOfStay")} (${a(e)("booking.reservation.optional")})`,
1348
- name: "travelingFor",
1349
- checkboxes: oo.value
1350
- }, null, 8, ["modelValue", "label", "checkboxes"]))
1351
- ])
1352
- ]),
1353
- navigation: w(() => [
1354
- v("div", null, [
1355
- I(ce, {
1356
- label: a(Kt) ? a(e)("booking.reservation.nextButton") : a(e)("general.confirmReservation"),
1357
- disabled: !a(p),
1358
- "is-loading": a(u),
1359
- "full-width": "",
1360
- onClickEvent: (S) => ao(G)
1361
- }, null, 8, ["label", "disabled", "is-loading", "onClickEvent"]),
1362
- v("button", {
1363
- class: "konnectio-abort-reservation link",
1364
- onClick: st((S) => et(M), ["prevent"])
1365
- }, [
1366
- v("span", null, V(a(e)("general.goAStepBack")), 1)
1367
- ], 8, hi)
1368
- ])
1369
- ]),
1370
- _: 2
1371
- }, 1024)
1372
- ]),
1373
- payment: w(() => [
1374
- I(qo)
1375
- ]),
1376
- confirmation: w(() => [
1377
- I(Mo, {
1378
- message: a(e)("booking.confirmation.thankYou")
1379
- }, null, 8, ["message"])
1380
- ]),
1381
- _: 1
1382
- }, 8, ["layout", "onReset"])
1383
- ]),
1384
- _: 1
1385
- }, 8, ["access-token"])
1386
- ]),
1387
- fallback: w(() => [
1388
- I(Bn)
1389
- ]),
1390
- _: 1
1391
- }))
1392
- ]),
1393
- _: 1
1394
- }, 8, ["styling"]));
1395
- }
1396
- }), Lt = /* @__PURE__ */ X(fi, [["__scopeId", "data-v-fd9b6d4f"]]);
1397
- var Pt = { exports: {} }, Oe = { exports: {} }, De = { exports: {} }, lt;
1398
- function Qe() {
1399
- return lt || (lt = 1, function(o) {
1400
- (function(e, t) {
1401
- o.exports ? o.exports = t() : e.EvEmitter = t();
1402
- })(typeof window != "undefined" ? window : St, function() {
1403
- function e() {
1404
- }
1405
- var t = e.prototype;
1406
- return t.on = function(n, l) {
1407
- if (!(!n || !l)) {
1408
- var u = this._events = this._events || {}, p = u[n] = u[n] || [];
1409
- return p.indexOf(l) == -1 && p.push(l), this;
1410
- }
1411
- }, t.once = function(n, l) {
1412
- if (!(!n || !l)) {
1413
- this.on(n, l);
1414
- var u = this._onceEvents = this._onceEvents || {}, p = u[n] = u[n] || {};
1415
- return p[l] = !0, this;
1416
- }
1417
- }, t.off = function(n, l) {
1418
- var u = this._events && this._events[n];
1419
- if (!(!u || !u.length)) {
1420
- var p = u.indexOf(l);
1421
- return p != -1 && u.splice(p, 1), this;
1422
- }
1423
- }, t.emitEvent = function(n, l) {
1424
- var u = this._events && this._events[n];
1425
- if (!(!u || !u.length)) {
1426
- u = u.slice(0), l = l || [];
1427
- for (var p = this._onceEvents && this._onceEvents[n], h = 0; h < u.length; h++) {
1428
- var d = u[h], c = p && p[d];
1429
- c && (this.off(n, d), delete p[d]), d.apply(this, l);
1430
- }
1431
- return this;
1432
- }
1433
- }, t.allOff = function() {
1434
- delete this._events, delete this._onceEvents;
1435
- }, e;
1436
- });
1437
- }(De)), De.exports;
1438
- }
1439
- var Re = { exports: {} };
1440
- /*!
1441
- * getSize v2.0.3
1442
- * measure size of elements
1443
- * MIT license
1444
- */
1445
- var ut;
1446
- function Je() {
1447
- return ut || (ut = 1, function(o) {
1448
- (function(e, t) {
1449
- o.exports ? o.exports = t() : e.getSize = t();
1450
- })(window, function() {
1451
- function t(s) {
1452
- var k = parseFloat(s), _ = s.indexOf("%") == -1 && !isNaN(k);
1453
- return _ && k;
1454
- }
1455
- function n() {
1456
- }
1457
- var l = typeof console == "undefined" ? n : function(s) {
1458
- console.error(s);
1459
- }, u = [
1460
- "paddingLeft",
1461
- "paddingRight",
1462
- "paddingTop",
1463
- "paddingBottom",
1464
- "marginLeft",
1465
- "marginRight",
1466
- "marginTop",
1467
- "marginBottom",
1468
- "borderLeftWidth",
1469
- "borderRightWidth",
1470
- "borderTopWidth",
1471
- "borderBottomWidth"
1472
- ], p = u.length;
1473
- function h() {
1474
- for (var s = {
1475
- width: 0,
1476
- height: 0,
1477
- innerWidth: 0,
1478
- innerHeight: 0,
1479
- outerWidth: 0,
1480
- outerHeight: 0
1481
- }, k = 0; k < p; k++) {
1482
- var _ = u[k];
1483
- s[_] = 0;
1484
- }
1485
- return s;
1486
- }
1487
- function d(s) {
1488
- var k = getComputedStyle(s);
1489
- return k || l("Style returned " + k + ". Are you running this code in a hidden iframe on Firefox? See https://bit.ly/getsizebug1"), k;
1490
- }
1491
- var c = !1, m;
1492
- function y() {
1493
- if (!c) {
1494
- c = !0;
1495
- var s = document.createElement("div");
1496
- s.style.width = "200px", s.style.padding = "1px 2px 3px 4px", s.style.borderStyle = "solid", s.style.borderWidth = "1px 2px 3px 4px", s.style.boxSizing = "border-box";
1497
- var k = document.body || document.documentElement;
1498
- k.appendChild(s);
1499
- var _ = d(s);
1500
- m = Math.round(t(_.width)) == 200, b.isBoxSizeOuter = m, k.removeChild(s);
1501
- }
1502
- }
1503
- function b(s) {
1504
- if (y(), typeof s == "string" && (s = document.querySelector(s)), !(!s || typeof s != "object" || !s.nodeType)) {
1505
- var k = d(s);
1506
- if (k.display == "none")
1507
- return h();
1508
- var _ = {};
1509
- _.width = s.offsetWidth, _.height = s.offsetHeight;
1510
- for (var f = _.isBorderBox = k.boxSizing == "border-box", i = 0; i < p; i++) {
1511
- var r = u[i], g = k[r], T = parseFloat(g);
1512
- _[r] = isNaN(T) ? 0 : T;
1513
- }
1514
- var $ = _.paddingLeft + _.paddingRight, L = _.paddingTop + _.paddingBottom, H = _.marginLeft + _.marginRight, D = _.marginTop + _.marginBottom, R = _.borderLeftWidth + _.borderRightWidth, W = _.borderTopWidth + _.borderBottomWidth, Z = f && m, le = t(k.width);
1515
- le !== !1 && (_.width = le + // add padding and border unless it's already including it
1516
- (Z ? 0 : $ + R));
1517
- var U = t(k.height);
1518
- return U !== !1 && (_.height = U + // add padding and border unless it's already including it
1519
- (Z ? 0 : L + W)), _.innerWidth = _.width - ($ + R), _.innerHeight = _.height - (L + W), _.outerWidth = _.width + H, _.outerHeight = _.height + D, _;
1520
- }
1521
- }
1522
- return b;
1523
- });
1524
- }(Re)), Re.exports;
1525
- }
1526
- var Me = { exports: {} }, Be = { exports: {} }, dt;
1527
- function mi() {
1528
- return dt || (dt = 1, function(o) {
1529
- (function(e, t) {
1530
- o.exports ? o.exports = t() : e.matchesSelector = t();
1531
- })(window, function() {
1532
- var t = function() {
1533
- var n = window.Element.prototype;
1534
- if (n.matches)
1535
- return "matches";
1536
- if (n.matchesSelector)
1537
- return "matchesSelector";
1538
- for (var l = ["webkit", "moz", "ms", "o"], u = 0; u < l.length; u++) {
1539
- var p = l[u], h = p + "MatchesSelector";
1540
- if (n[h])
1541
- return h;
1542
- }
1543
- }();
1544
- return function(l, u) {
1545
- return l[t](u);
1546
- };
1547
- });
1548
- }(Be)), Be.exports;
1549
- }
1550
- var ct;
1551
- function gi() {
1552
- return ct || (ct = 1, function(o) {
1553
- (function(e, t) {
1554
- o.exports ? o.exports = t(
1555
- e,
1556
- mi()
1557
- ) : e.fizzyUIUtils = t(
1558
- e,
1559
- e.matchesSelector
1560
- );
1561
- })(window, function(t, n) {
1562
- var l = {};
1563
- l.extend = function(h, d) {
1564
- for (var c in d)
1565
- h[c] = d[c];
1566
- return h;
1567
- }, l.modulo = function(h, d) {
1568
- return (h % d + d) % d;
1569
- };
1570
- var u = Array.prototype.slice;
1571
- l.makeArray = function(h) {
1572
- if (Array.isArray(h))
1573
- return h;
1574
- if (h == null)
1575
- return [];
1576
- var d = typeof h == "object" && typeof h.length == "number";
1577
- return d ? u.call(h) : [h];
1578
- }, l.removeFrom = function(h, d) {
1579
- var c = h.indexOf(d);
1580
- c != -1 && h.splice(c, 1);
1581
- }, l.getParent = function(h, d) {
1582
- for (; h.parentNode && h != document.body; )
1583
- if (h = h.parentNode, n(h, d))
1584
- return h;
1585
- }, l.getQueryElement = function(h) {
1586
- return typeof h == "string" ? document.querySelector(h) : h;
1587
- }, l.handleEvent = function(h) {
1588
- var d = "on" + h.type;
1589
- this[d] && this[d](h);
1590
- }, l.filterFindElements = function(h, d) {
1591
- h = l.makeArray(h);
1592
- var c = [];
1593
- return h.forEach(function(m) {
1594
- if (m instanceof HTMLElement) {
1595
- if (!d) {
1596
- c.push(m);
1597
- return;
1598
- }
1599
- n(m, d) && c.push(m);
1600
- for (var y = m.querySelectorAll(d), b = 0; b < y.length; b++)
1601
- c.push(y[b]);
1602
- }
1603
- }), c;
1604
- }, l.debounceMethod = function(h, d, c) {
1605
- c = c || 100;
1606
- var m = h.prototype[d], y = d + "Timeout";
1607
- h.prototype[d] = function() {
1608
- var b = this[y];
1609
- clearTimeout(b);
1610
- var s = arguments, k = this;
1611
- this[y] = setTimeout(function() {
1612
- m.apply(k, s), delete k[y];
1613
- }, c);
1614
- };
1615
- }, l.docReady = function(h) {
1616
- var d = document.readyState;
1617
- d == "complete" || d == "interactive" ? setTimeout(h) : document.addEventListener("DOMContentLoaded", h);
1618
- }, l.toDashed = function(h) {
1619
- return h.replace(/(.)([A-Z])/g, function(d, c, m) {
1620
- return c + "-" + m;
1621
- }).toLowerCase();
1622
- };
1623
- var p = t.console;
1624
- return l.htmlInit = function(h, d) {
1625
- l.docReady(function() {
1626
- var c = l.toDashed(d), m = "data-" + c, y = document.querySelectorAll("[" + m + "]"), b = document.querySelectorAll(".js-" + c), s = l.makeArray(y).concat(l.makeArray(b)), k = m + "-options", _ = t.jQuery;
1627
- s.forEach(function(f) {
1628
- var i = f.getAttribute(m) || f.getAttribute(k), r;
1629
- try {
1630
- r = i && JSON.parse(i);
1631
- } catch (T) {
1632
- p && p.error("Error parsing " + m + " on " + f.className + ": " + T);
1633
- return;
1634
- }
1635
- var g = new h(f, r);
1636
- _ && _.data(f, d, g);
1637
- });
1638
- });
1639
- }, l;
1640
- });
1641
- }(Me)), Me.exports;
1642
- }
1643
- var Ae = { exports: {} }, pt;
1644
- function vi() {
1645
- return pt || (pt = 1, function(o) {
1646
- (function(e, t) {
1647
- o.exports ? o.exports = t(
1648
- Qe(),
1649
- Je()
1650
- ) : (e.Outlayer = {}, e.Outlayer.Item = t(
1651
- e.EvEmitter,
1652
- e.getSize
1653
- ));
1654
- })(window, function(t, n) {
1655
- function l(f) {
1656
- for (var i in f)
1657
- return !1;
1658
- return i = null, !0;
1659
- }
1660
- var u = document.documentElement.style, p = typeof u.transition == "string" ? "transition" : "WebkitTransition", h = typeof u.transform == "string" ? "transform" : "WebkitTransform", d = {
1661
- WebkitTransition: "webkitTransitionEnd",
1662
- transition: "transitionend"
1663
- }[p], c = {
1664
- transform: h,
1665
- transition: p,
1666
- transitionDuration: p + "Duration",
1667
- transitionProperty: p + "Property",
1668
- transitionDelay: p + "Delay"
1669
- };
1670
- function m(f, i) {
1671
- f && (this.element = f, this.layout = i, this.position = {
1672
- x: 0,
1673
- y: 0
1674
- }, this._create());
1675
- }
1676
- var y = m.prototype = Object.create(t.prototype);
1677
- y.constructor = m, y._create = function() {
1678
- this._transn = {
1679
- ingProperties: {},
1680
- clean: {},
1681
- onEnd: {}
1682
- }, this.css({
1683
- position: "absolute"
1684
- });
1685
- }, y.handleEvent = function(f) {
1686
- var i = "on" + f.type;
1687
- this[i] && this[i](f);
1688
- }, y.getSize = function() {
1689
- this.size = n(this.element);
1690
- }, y.css = function(f) {
1691
- var i = this.element.style;
1692
- for (var r in f) {
1693
- var g = c[r] || r;
1694
- i[g] = f[r];
1695
- }
1696
- }, y.getPosition = function() {
1697
- var f = getComputedStyle(this.element), i = this.layout._getOption("originLeft"), r = this.layout._getOption("originTop"), g = f[i ? "left" : "right"], T = f[r ? "top" : "bottom"], $ = parseFloat(g), L = parseFloat(T), H = this.layout.size;
1698
- g.indexOf("%") != -1 && ($ = $ / 100 * H.width), T.indexOf("%") != -1 && (L = L / 100 * H.height), $ = isNaN($) ? 0 : $, L = isNaN(L) ? 0 : L, $ -= i ? H.paddingLeft : H.paddingRight, L -= r ? H.paddingTop : H.paddingBottom, this.position.x = $, this.position.y = L;
1699
- }, y.layoutPosition = function() {
1700
- var f = this.layout.size, i = {}, r = this.layout._getOption("originLeft"), g = this.layout._getOption("originTop"), T = r ? "paddingLeft" : "paddingRight", $ = r ? "left" : "right", L = r ? "right" : "left", H = this.position.x + f[T];
1701
- i[$] = this.getXValue(H), i[L] = "";
1702
- var D = g ? "paddingTop" : "paddingBottom", R = g ? "top" : "bottom", W = g ? "bottom" : "top", Z = this.position.y + f[D];
1703
- i[R] = this.getYValue(Z), i[W] = "", this.css(i), this.emitEvent("layout", [this]);
1704
- }, y.getXValue = function(f) {
1705
- var i = this.layout._getOption("horizontal");
1706
- return this.layout.options.percentPosition && !i ? f / this.layout.size.width * 100 + "%" : f + "px";
1707
- }, y.getYValue = function(f) {
1708
- var i = this.layout._getOption("horizontal");
1709
- return this.layout.options.percentPosition && i ? f / this.layout.size.height * 100 + "%" : f + "px";
1710
- }, y._transitionTo = function(f, i) {
1711
- this.getPosition();
1712
- var r = this.position.x, g = this.position.y, T = f == this.position.x && i == this.position.y;
1713
- if (this.setPosition(f, i), T && !this.isTransitioning) {
1714
- this.layoutPosition();
1715
- return;
1716
- }
1717
- var $ = f - r, L = i - g, H = {};
1718
- H.transform = this.getTranslate($, L), this.transition({
1719
- to: H,
1720
- onTransitionEnd: {
1721
- transform: this.layoutPosition
1722
- },
1723
- isCleaning: !0
1724
- });
1725
- }, y.getTranslate = function(f, i) {
1726
- var r = this.layout._getOption("originLeft"), g = this.layout._getOption("originTop");
1727
- return f = r ? f : -f, i = g ? i : -i, "translate3d(" + f + "px, " + i + "px, 0)";
1728
- }, y.goTo = function(f, i) {
1729
- this.setPosition(f, i), this.layoutPosition();
1730
- }, y.moveTo = y._transitionTo, y.setPosition = function(f, i) {
1731
- this.position.x = parseFloat(f), this.position.y = parseFloat(i);
1732
- }, y._nonTransition = function(f) {
1733
- this.css(f.to), f.isCleaning && this._removeStyles(f.to);
1734
- for (var i in f.onTransitionEnd)
1735
- f.onTransitionEnd[i].call(this);
1736
- }, y.transition = function(f) {
1737
- if (!parseFloat(this.layout.options.transitionDuration)) {
1738
- this._nonTransition(f);
1739
- return;
1740
- }
1741
- var i = this._transn;
1742
- for (var r in f.onTransitionEnd)
1743
- i.onEnd[r] = f.onTransitionEnd[r];
1744
- for (r in f.to)
1745
- i.ingProperties[r] = !0, f.isCleaning && (i.clean[r] = !0);
1746
- f.from && (this.css(f.from), this.element.offsetHeight), this.enableTransition(f.to), this.css(f.to), this.isTransitioning = !0;
1747
- };
1748
- function b(f) {
1749
- return f.replace(/([A-Z])/g, function(i) {
1750
- return "-" + i.toLowerCase();
1751
- });
1752
- }
1753
- var s = "opacity," + b(h);
1754
- y.enableTransition = function() {
1755
- if (!this.isTransitioning) {
1756
- var f = this.layout.options.transitionDuration;
1757
- f = typeof f == "number" ? f + "ms" : f, this.css({
1758
- transitionProperty: s,
1759
- transitionDuration: f,
1760
- transitionDelay: this.staggerDelay || 0
1761
- }), this.element.addEventListener(d, this, !1);
1762
- }
1763
- }, y.onwebkitTransitionEnd = function(f) {
1764
- this.ontransitionend(f);
1765
- }, y.onotransitionend = function(f) {
1766
- this.ontransitionend(f);
1767
- };
1768
- var k = {
1769
- "-webkit-transform": "transform"
1770
- };
1771
- y.ontransitionend = function(f) {
1772
- if (f.target === this.element) {
1773
- var i = this._transn, r = k[f.propertyName] || f.propertyName;
1774
- if (delete i.ingProperties[r], l(i.ingProperties) && this.disableTransition(), r in i.clean && (this.element.style[f.propertyName] = "", delete i.clean[r]), r in i.onEnd) {
1775
- var g = i.onEnd[r];
1776
- g.call(this), delete i.onEnd[r];
1777
- }
1778
- this.emitEvent("transitionEnd", [this]);
1779
- }
1780
- }, y.disableTransition = function() {
1781
- this.removeTransitionStyles(), this.element.removeEventListener(d, this, !1), this.isTransitioning = !1;
1782
- }, y._removeStyles = function(f) {
1783
- var i = {};
1784
- for (var r in f)
1785
- i[r] = "";
1786
- this.css(i);
1787
- };
1788
- var _ = {
1789
- transitionProperty: "",
1790
- transitionDuration: "",
1791
- transitionDelay: ""
1792
- };
1793
- return y.removeTransitionStyles = function() {
1794
- this.css(_);
1795
- }, y.stagger = function(f) {
1796
- f = isNaN(f) ? 0 : f, this.staggerDelay = f + "ms";
1797
- }, y.removeElem = function() {
1798
- this.element.parentNode.removeChild(this.element), this.css({ display: "" }), this.emitEvent("remove", [this]);
1799
- }, y.remove = function() {
1800
- if (!p || !parseFloat(this.layout.options.transitionDuration)) {
1801
- this.removeElem();
1802
- return;
1803
- }
1804
- this.once("transitionEnd", function() {
1805
- this.removeElem();
1806
- }), this.hide();
1807
- }, y.reveal = function() {
1808
- delete this.isHidden, this.css({ display: "" });
1809
- var f = this.layout.options, i = {}, r = this.getHideRevealTransitionEndProperty("visibleStyle");
1810
- i[r] = this.onRevealTransitionEnd, this.transition({
1811
- from: f.hiddenStyle,
1812
- to: f.visibleStyle,
1813
- isCleaning: !0,
1814
- onTransitionEnd: i
1815
- });
1816
- }, y.onRevealTransitionEnd = function() {
1817
- this.isHidden || this.emitEvent("reveal");
1818
- }, y.getHideRevealTransitionEndProperty = function(f) {
1819
- var i = this.layout.options[f];
1820
- if (i.opacity)
1821
- return "opacity";
1822
- for (var r in i)
1823
- return r;
1824
- }, y.hide = function() {
1825
- this.isHidden = !0, this.css({ display: "" });
1826
- var f = this.layout.options, i = {}, r = this.getHideRevealTransitionEndProperty("hiddenStyle");
1827
- i[r] = this.onHideTransitionEnd, this.transition({
1828
- from: f.visibleStyle,
1829
- to: f.hiddenStyle,
1830
- // keep hidden stuff hidden
1831
- isCleaning: !0,
1832
- onTransitionEnd: i
1833
- });
1834
- }, y.onHideTransitionEnd = function() {
1835
- this.isHidden && (this.css({ display: "none" }), this.emitEvent("hide"));
1836
- }, y.destroy = function() {
1837
- this.css({
1838
- position: "",
1839
- left: "",
1840
- right: "",
1841
- top: "",
1842
- bottom: "",
1843
- transition: "",
1844
- transform: ""
1845
- });
1846
- }, m;
1847
- });
1848
- }(Ae)), Ae.exports;
1849
- }
1850
- /*!
1851
- * Outlayer v2.1.1
1852
- * the brains and guts of a layout library
1853
- * MIT license
1854
- */
1855
- var ht;
1856
- function yi() {
1857
- return ht || (ht = 1, function(o) {
1858
- (function(e, t) {
1859
- o.exports ? o.exports = t(
1860
- e,
1861
- Qe(),
1862
- Je(),
1863
- gi(),
1864
- vi()
1865
- ) : e.Outlayer = t(
1866
- e,
1867
- e.EvEmitter,
1868
- e.getSize,
1869
- e.fizzyUIUtils,
1870
- e.Outlayer.Item
1871
- );
1872
- })(window, function(t, n, l, u, p) {
1873
- var h = t.console, d = t.jQuery, c = function() {
1874
- }, m = 0, y = {};
1875
- function b(i, r) {
1876
- var g = u.getQueryElement(i);
1877
- if (!g) {
1878
- h && h.error("Bad element for " + this.constructor.namespace + ": " + (g || i));
1879
- return;
1880
- }
1881
- this.element = g, d && (this.$element = d(this.element)), this.options = u.extend({}, this.constructor.defaults), this.option(r);
1882
- var T = ++m;
1883
- this.element.outlayerGUID = T, y[T] = this, this._create();
1884
- var $ = this._getOption("initLayout");
1885
- $ && this.layout();
1886
- }
1887
- b.namespace = "outlayer", b.Item = p, b.defaults = {
1888
- containerStyle: {
1889
- position: "relative"
1890
- },
1891
- initLayout: !0,
1892
- originLeft: !0,
1893
- originTop: !0,
1894
- resize: !0,
1895
- resizeContainer: !0,
1896
- // item options
1897
- transitionDuration: "0.4s",
1898
- hiddenStyle: {
1899
- opacity: 0,
1900
- transform: "scale(0.001)"
1901
- },
1902
- visibleStyle: {
1903
- opacity: 1,
1904
- transform: "scale(1)"
1905
- }
1906
- };
1907
- var s = b.prototype;
1908
- u.extend(s, n.prototype), s.option = function(i) {
1909
- u.extend(this.options, i);
1910
- }, s._getOption = function(i) {
1911
- var r = this.constructor.compatOptions[i];
1912
- return r && this.options[r] !== void 0 ? this.options[r] : this.options[i];
1913
- }, b.compatOptions = {
1914
- // currentName: oldName
1915
- initLayout: "isInitLayout",
1916
- horizontal: "isHorizontal",
1917
- layoutInstant: "isLayoutInstant",
1918
- originLeft: "isOriginLeft",
1919
- originTop: "isOriginTop",
1920
- resize: "isResizeBound",
1921
- resizeContainer: "isResizingContainer"
1922
- }, s._create = function() {
1923
- this.reloadItems(), this.stamps = [], this.stamp(this.options.stamp), u.extend(this.element.style, this.options.containerStyle);
1924
- var i = this._getOption("resize");
1925
- i && this.bindResize();
1926
- }, s.reloadItems = function() {
1927
- this.items = this._itemize(this.element.children);
1928
- }, s._itemize = function(i) {
1929
- for (var r = this._filterFindItemElements(i), g = this.constructor.Item, T = [], $ = 0; $ < r.length; $++) {
1930
- var L = r[$], H = new g(L, this);
1931
- T.push(H);
1932
- }
1933
- return T;
1934
- }, s._filterFindItemElements = function(i) {
1935
- return u.filterFindElements(i, this.options.itemSelector);
1936
- }, s.getItemElements = function() {
1937
- return this.items.map(function(i) {
1938
- return i.element;
1939
- });
1940
- }, s.layout = function() {
1941
- this._resetLayout(), this._manageStamps();
1942
- var i = this._getOption("layoutInstant"), r = i !== void 0 ? i : !this._isLayoutInited;
1943
- this.layoutItems(this.items, r), this._isLayoutInited = !0;
1944
- }, s._init = s.layout, s._resetLayout = function() {
1945
- this.getSize();
1946
- }, s.getSize = function() {
1947
- this.size = l(this.element);
1948
- }, s._getMeasurement = function(i, r) {
1949
- var g = this.options[i], T;
1950
- g ? (typeof g == "string" ? T = this.element.querySelector(g) : g instanceof HTMLElement && (T = g), this[i] = T ? l(T)[r] : g) : this[i] = 0;
1951
- }, s.layoutItems = function(i, r) {
1952
- i = this._getItemsForLayout(i), this._layoutItems(i, r), this._postLayout();
1953
- }, s._getItemsForLayout = function(i) {
1954
- return i.filter(function(r) {
1955
- return !r.isIgnored;
1956
- });
1957
- }, s._layoutItems = function(i, r) {
1958
- if (this._emitCompleteOnItems("layout", i), !(!i || !i.length)) {
1959
- var g = [];
1960
- i.forEach(function(T) {
1961
- var $ = this._getItemLayoutPosition(T);
1962
- $.item = T, $.isInstant = r || T.isLayoutInstant, g.push($);
1963
- }, this), this._processLayoutQueue(g);
1964
- }
1965
- }, s._getItemLayoutPosition = function() {
1966
- return {
1967
- x: 0,
1968
- y: 0
1969
- };
1970
- }, s._processLayoutQueue = function(i) {
1971
- this.updateStagger(), i.forEach(function(r, g) {
1972
- this._positionItem(r.item, r.x, r.y, r.isInstant, g);
1973
- }, this);
1974
- }, s.updateStagger = function() {
1975
- var i = this.options.stagger;
1976
- if (i == null) {
1977
- this.stagger = 0;
1978
- return;
1979
- }
1980
- return this.stagger = f(i), this.stagger;
1981
- }, s._positionItem = function(i, r, g, T, $) {
1982
- T ? i.goTo(r, g) : (i.stagger($ * this.stagger), i.moveTo(r, g));
1983
- }, s._postLayout = function() {
1984
- this.resizeContainer();
1985
- }, s.resizeContainer = function() {
1986
- var i = this._getOption("resizeContainer");
1987
- if (i) {
1988
- var r = this._getContainerSize();
1989
- r && (this._setContainerMeasure(r.width, !0), this._setContainerMeasure(r.height, !1));
1990
- }
1991
- }, s._getContainerSize = c, s._setContainerMeasure = function(i, r) {
1992
- if (i !== void 0) {
1993
- var g = this.size;
1994
- g.isBorderBox && (i += r ? g.paddingLeft + g.paddingRight + g.borderLeftWidth + g.borderRightWidth : g.paddingBottom + g.paddingTop + g.borderTopWidth + g.borderBottomWidth), i = Math.max(i, 0), this.element.style[r ? "width" : "height"] = i + "px";
1995
- }
1996
- }, s._emitCompleteOnItems = function(i, r) {
1997
- var g = this;
1998
- function T() {
1999
- g.dispatchEvent(i + "Complete", null, [r]);
2000
- }
2001
- var $ = r.length;
2002
- if (!r || !$) {
2003
- T();
2004
- return;
2005
- }
2006
- var L = 0;
2007
- function H() {
2008
- L++, L == $ && T();
2009
- }
2010
- r.forEach(function(D) {
2011
- D.once(i, H);
2012
- });
2013
- }, s.dispatchEvent = function(i, r, g) {
2014
- var T = r ? [r].concat(g) : g;
2015
- if (this.emitEvent(i, T), d)
2016
- if (this.$element = this.$element || d(this.element), r) {
2017
- var $ = d.Event(r);
2018
- $.type = i, this.$element.trigger($, g);
2019
- } else
2020
- this.$element.trigger(i, g);
2021
- }, s.ignore = function(i) {
2022
- var r = this.getItem(i);
2023
- r && (r.isIgnored = !0);
2024
- }, s.unignore = function(i) {
2025
- var r = this.getItem(i);
2026
- r && delete r.isIgnored;
2027
- }, s.stamp = function(i) {
2028
- i = this._find(i), i && (this.stamps = this.stamps.concat(i), i.forEach(this.ignore, this));
2029
- }, s.unstamp = function(i) {
2030
- i = this._find(i), i && i.forEach(function(r) {
2031
- u.removeFrom(this.stamps, r), this.unignore(r);
2032
- }, this);
2033
- }, s._find = function(i) {
2034
- if (i)
2035
- return typeof i == "string" && (i = this.element.querySelectorAll(i)), i = u.makeArray(i), i;
2036
- }, s._manageStamps = function() {
2037
- !this.stamps || !this.stamps.length || (this._getBoundingRect(), this.stamps.forEach(this._manageStamp, this));
2038
- }, s._getBoundingRect = function() {
2039
- var i = this.element.getBoundingClientRect(), r = this.size;
2040
- this._boundingRect = {
2041
- left: i.left + r.paddingLeft + r.borderLeftWidth,
2042
- top: i.top + r.paddingTop + r.borderTopWidth,
2043
- right: i.right - (r.paddingRight + r.borderRightWidth),
2044
- bottom: i.bottom - (r.paddingBottom + r.borderBottomWidth)
2045
- };
2046
- }, s._manageStamp = c, s._getElementOffset = function(i) {
2047
- var r = i.getBoundingClientRect(), g = this._boundingRect, T = l(i), $ = {
2048
- left: r.left - g.left - T.marginLeft,
2049
- top: r.top - g.top - T.marginTop,
2050
- right: g.right - r.right - T.marginRight,
2051
- bottom: g.bottom - r.bottom - T.marginBottom
2052
- };
2053
- return $;
2054
- }, s.handleEvent = u.handleEvent, s.bindResize = function() {
2055
- t.addEventListener("resize", this), this.isResizeBound = !0;
2056
- }, s.unbindResize = function() {
2057
- t.removeEventListener("resize", this), this.isResizeBound = !1;
2058
- }, s.onresize = function() {
2059
- this.resize();
2060
- }, u.debounceMethod(b, "onresize", 100), s.resize = function() {
2061
- !this.isResizeBound || !this.needsResizeLayout() || this.layout();
2062
- }, s.needsResizeLayout = function() {
2063
- var i = l(this.element), r = this.size && i;
2064
- return r && i.innerWidth !== this.size.innerWidth;
2065
- }, s.addItems = function(i) {
2066
- var r = this._itemize(i);
2067
- return r.length && (this.items = this.items.concat(r)), r;
2068
- }, s.appended = function(i) {
2069
- var r = this.addItems(i);
2070
- r.length && (this.layoutItems(r, !0), this.reveal(r));
2071
- }, s.prepended = function(i) {
2072
- var r = this._itemize(i);
2073
- if (r.length) {
2074
- var g = this.items.slice(0);
2075
- this.items = r.concat(g), this._resetLayout(), this._manageStamps(), this.layoutItems(r, !0), this.reveal(r), this.layoutItems(g);
2076
- }
2077
- }, s.reveal = function(i) {
2078
- if (this._emitCompleteOnItems("reveal", i), !(!i || !i.length)) {
2079
- var r = this.updateStagger();
2080
- i.forEach(function(g, T) {
2081
- g.stagger(T * r), g.reveal();
2082
- });
2083
- }
2084
- }, s.hide = function(i) {
2085
- if (this._emitCompleteOnItems("hide", i), !(!i || !i.length)) {
2086
- var r = this.updateStagger();
2087
- i.forEach(function(g, T) {
2088
- g.stagger(T * r), g.hide();
2089
- });
2090
- }
2091
- }, s.revealItemElements = function(i) {
2092
- var r = this.getItems(i);
2093
- this.reveal(r);
2094
- }, s.hideItemElements = function(i) {
2095
- var r = this.getItems(i);
2096
- this.hide(r);
2097
- }, s.getItem = function(i) {
2098
- for (var r = 0; r < this.items.length; r++) {
2099
- var g = this.items[r];
2100
- if (g.element == i)
2101
- return g;
2102
- }
2103
- }, s.getItems = function(i) {
2104
- i = u.makeArray(i);
2105
- var r = [];
2106
- return i.forEach(function(g) {
2107
- var T = this.getItem(g);
2108
- T && r.push(T);
2109
- }, this), r;
2110
- }, s.remove = function(i) {
2111
- var r = this.getItems(i);
2112
- this._emitCompleteOnItems("remove", r), !(!r || !r.length) && r.forEach(function(g) {
2113
- g.remove(), u.removeFrom(this.items, g);
2114
- }, this);
2115
- }, s.destroy = function() {
2116
- var i = this.element.style;
2117
- i.height = "", i.position = "", i.width = "", this.items.forEach(function(g) {
2118
- g.destroy();
2119
- }), this.unbindResize();
2120
- var r = this.element.outlayerGUID;
2121
- delete y[r], delete this.element.outlayerGUID, d && d.removeData(this.element, this.constructor.namespace);
2122
- }, b.data = function(i) {
2123
- i = u.getQueryElement(i);
2124
- var r = i && i.outlayerGUID;
2125
- return r && y[r];
2126
- }, b.create = function(i, r) {
2127
- var g = k(b);
2128
- return g.defaults = u.extend({}, b.defaults), u.extend(g.defaults, r), g.compatOptions = u.extend({}, b.compatOptions), g.namespace = i, g.data = b.data, g.Item = k(p), u.htmlInit(g, i), d && d.bridget && d.bridget(i, g), g;
2129
- };
2130
- function k(i) {
2131
- function r() {
2132
- i.apply(this, arguments);
2133
- }
2134
- return r.prototype = Object.create(i.prototype), r.prototype.constructor = r, r;
2135
- }
2136
- var _ = {
2137
- ms: 1,
2138
- s: 1e3
2139
- };
2140
- function f(i) {
2141
- if (typeof i == "number")
2142
- return i;
2143
- var r = i.match(/(^\d*\.?\d*)(\w*)/), g = r && r[1], T = r && r[2];
2144
- if (!g.length)
2145
- return 0;
2146
- g = parseFloat(g);
2147
- var $ = _[T] || 1;
2148
- return g * $;
2149
- }
2150
- return b.Item = p, b;
2151
- });
2152
- }(Oe)), Oe.exports;
2153
- }
2154
- /*!
2155
- * Masonry v4.2.2
2156
- * Cascading grid layout library
2157
- * https://masonry.desandro.com
2158
- * MIT License
2159
- * by David DeSandro
2160
- */
2161
- (function(o) {
2162
- (function(e, t) {
2163
- o.exports ? o.exports = t(
2164
- yi(),
2165
- Je()
2166
- ) : e.Masonry = t(
2167
- e.Outlayer,
2168
- e.getSize
2169
- );
2170
- })(window, function(t, n) {
2171
- var l = t.create("masonry");
2172
- l.compatOptions.fitWidth = "isFitWidth";
2173
- var u = l.prototype;
2174
- return u._resetLayout = function() {
2175
- this.getSize(), this._getMeasurement("columnWidth", "outerWidth"), this._getMeasurement("gutter", "outerWidth"), this.measureColumns(), this.colYs = [];
2176
- for (var p = 0; p < this.cols; p++)
2177
- this.colYs.push(0);
2178
- this.maxY = 0, this.horizontalColIndex = 0;
2179
- }, u.measureColumns = function() {
2180
- if (this.getContainerWidth(), !this.columnWidth) {
2181
- var p = this.items[0], h = p && p.element;
2182
- this.columnWidth = h && n(h).outerWidth || // if first elem has no width, default to size of container
2183
- this.containerWidth;
2184
- }
2185
- var d = this.columnWidth += this.gutter, c = this.containerWidth + this.gutter, m = c / d, y = d - c % d, b = y && y < 1 ? "round" : "floor";
2186
- m = Math[b](m), this.cols = Math.max(m, 1);
2187
- }, u.getContainerWidth = function() {
2188
- var p = this._getOption("fitWidth"), h = p ? this.element.parentNode : this.element, d = n(h);
2189
- this.containerWidth = d && d.innerWidth;
2190
- }, u._getItemLayoutPosition = function(p) {
2191
- p.getSize();
2192
- var h = p.size.outerWidth % this.columnWidth, d = h && h < 1 ? "round" : "ceil", c = Math[d](p.size.outerWidth / this.columnWidth);
2193
- c = Math.min(c, this.cols);
2194
- for (var m = this.options.horizontalOrder ? "_getHorizontalColPosition" : "_getTopColPosition", y = this[m](c, p), b = {
2195
- x: this.columnWidth * y.col,
2196
- y: y.y
2197
- }, s = y.y + p.size.outerHeight, k = c + y.col, _ = y.col; _ < k; _++)
2198
- this.colYs[_] = s;
2199
- return b;
2200
- }, u._getTopColPosition = function(p) {
2201
- var h = this._getTopColGroup(p), d = Math.min.apply(Math, h);
2202
- return {
2203
- col: h.indexOf(d),
2204
- y: d
2205
- };
2206
- }, u._getTopColGroup = function(p) {
2207
- if (p < 2)
2208
- return this.colYs;
2209
- for (var h = [], d = this.cols + 1 - p, c = 0; c < d; c++)
2210
- h[c] = this._getColGroupY(c, p);
2211
- return h;
2212
- }, u._getColGroupY = function(p, h) {
2213
- if (h < 2)
2214
- return this.colYs[p];
2215
- var d = this.colYs.slice(p, p + h);
2216
- return Math.max.apply(Math, d);
2217
- }, u._getHorizontalColPosition = function(p, h) {
2218
- var d = this.horizontalColIndex % this.cols, c = p > 1 && d + p > this.cols;
2219
- d = c ? 0 : d;
2220
- var m = h.size.outerWidth && h.size.outerHeight;
2221
- return this.horizontalColIndex = m ? d + p : this.horizontalColIndex, {
2222
- col: d,
2223
- y: this._getColGroupY(d, p)
2224
- };
2225
- }, u._manageStamp = function(p) {
2226
- var h = n(p), d = this._getElementOffset(p), c = this._getOption("originLeft"), m = c ? d.left : d.right, y = m + h.outerWidth, b = Math.floor(m / this.columnWidth);
2227
- b = Math.max(0, b);
2228
- var s = Math.floor(y / this.columnWidth);
2229
- s -= y % this.columnWidth ? 0 : 1, s = Math.min(this.cols - 1, s);
2230
- for (var k = this._getOption("originTop"), _ = (k ? d.top : d.bottom) + h.outerHeight, f = b; f <= s; f++)
2231
- this.colYs[f] = Math.max(_, this.colYs[f]);
2232
- }, u._getContainerSize = function() {
2233
- this.maxY = Math.max.apply(Math, this.colYs);
2234
- var p = {
2235
- height: this.maxY
2236
- };
2237
- return this._getOption("fitWidth") && (p.width = this._getContainerFitWidth()), p;
2238
- }, u._getContainerFitWidth = function() {
2239
- for (var p = 0, h = this.cols; --h && this.colYs[h] === 0; )
2240
- p++;
2241
- return (this.cols - p) * this.columnWidth - this.gutter;
2242
- }, u.needsResizeLayout = function() {
2243
- var p = this.containerWidth;
2244
- return this.getContainerWidth(), p != this.containerWidth;
2245
- }, l;
2246
- });
2247
- })(Pt);
2248
- var bi = Pt.exports;
2249
- const ft = /* @__PURE__ */ Vt(bi);
2250
- var xt = { exports: {} };
2251
- /*!
2252
- * imagesLoaded v4.1.4
2253
- * JavaScript is all like "You images are done yet or what?"
2254
- * MIT License
2255
- */
2256
- (function(o) {
2257
- (function(e, t) {
2258
- o.exports ? o.exports = t(
2259
- e,
2260
- Qe()
2261
- ) : e.imagesLoaded = t(
2262
- e,
2263
- e.EvEmitter
2264
- );
2265
- })(
2266
- typeof window != "undefined" ? window : St,
2267
- // -------------------------- factory -------------------------- //
2268
- function(t, n) {
2269
- var l = t.jQuery, u = t.console;
2270
- function p(s, k) {
2271
- for (var _ in k)
2272
- s[_] = k[_];
2273
- return s;
2274
- }
2275
- var h = Array.prototype.slice;
2276
- function d(s) {
2277
- if (Array.isArray(s))
2278
- return s;
2279
- var k = typeof s == "object" && typeof s.length == "number";
2280
- return k ? h.call(s) : [s];
2281
- }
2282
- function c(s, k, _) {
2283
- if (!(this instanceof c))
2284
- return new c(s, k, _);
2285
- var f = s;
2286
- if (typeof s == "string" && (f = document.querySelectorAll(s)), !f) {
2287
- u.error("Bad element for imagesLoaded " + (f || s));
2288
- return;
2289
- }
2290
- this.elements = d(f), this.options = p({}, this.options), typeof k == "function" ? _ = k : p(this.options, k), _ && this.on("always", _), this.getImages(), l && (this.jqDeferred = new l.Deferred()), setTimeout(this.check.bind(this));
2291
- }
2292
- c.prototype = Object.create(n.prototype), c.prototype.options = {}, c.prototype.getImages = function() {
2293
- this.images = [], this.elements.forEach(this.addElementImages, this);
2294
- }, c.prototype.addElementImages = function(s) {
2295
- s.nodeName == "IMG" && this.addImage(s), this.options.background === !0 && this.addElementBackgroundImages(s);
2296
- var k = s.nodeType;
2297
- if (!(!k || !m[k])) {
2298
- for (var _ = s.querySelectorAll("img"), f = 0; f < _.length; f++) {
2299
- var i = _[f];
2300
- this.addImage(i);
2301
- }
2302
- if (typeof this.options.background == "string") {
2303
- var r = s.querySelectorAll(this.options.background);
2304
- for (f = 0; f < r.length; f++) {
2305
- var g = r[f];
2306
- this.addElementBackgroundImages(g);
2307
- }
2308
- }
2309
- }
2310
- };
2311
- var m = {
2312
- 1: !0,
2313
- 9: !0,
2314
- 11: !0
2315
- };
2316
- c.prototype.addElementBackgroundImages = function(s) {
2317
- var k = getComputedStyle(s);
2318
- if (k)
2319
- for (var _ = /url\((['"])?(.*?)\1\)/gi, f = _.exec(k.backgroundImage); f !== null; ) {
2320
- var i = f && f[2];
2321
- i && this.addBackground(i, s), f = _.exec(k.backgroundImage);
2322
- }
2323
- }, c.prototype.addImage = function(s) {
2324
- var k = new y(s);
2325
- this.images.push(k);
2326
- }, c.prototype.addBackground = function(s, k) {
2327
- var _ = new b(s, k);
2328
- this.images.push(_);
2329
- }, c.prototype.check = function() {
2330
- var s = this;
2331
- if (this.progressedCount = 0, this.hasAnyBroken = !1, !this.images.length) {
2332
- this.complete();
2333
- return;
2334
- }
2335
- function k(_, f, i) {
2336
- setTimeout(function() {
2337
- s.progress(_, f, i);
2338
- });
2339
- }
2340
- this.images.forEach(function(_) {
2341
- _.once("progress", k), _.check();
2342
- });
2343
- }, c.prototype.progress = function(s, k, _) {
2344
- this.progressedCount++, this.hasAnyBroken = this.hasAnyBroken || !s.isLoaded, this.emitEvent("progress", [this, s, k]), this.jqDeferred && this.jqDeferred.notify && this.jqDeferred.notify(this, s), this.progressedCount == this.images.length && this.complete(), this.options.debug && u && u.log("progress: " + _, s, k);
2345
- }, c.prototype.complete = function() {
2346
- var s = this.hasAnyBroken ? "fail" : "done";
2347
- if (this.isComplete = !0, this.emitEvent(s, [this]), this.emitEvent("always", [this]), this.jqDeferred) {
2348
- var k = this.hasAnyBroken ? "reject" : "resolve";
2349
- this.jqDeferred[k](this);
2350
- }
2351
- };
2352
- function y(s) {
2353
- this.img = s;
2354
- }
2355
- y.prototype = Object.create(n.prototype), y.prototype.check = function() {
2356
- var s = this.getIsImageComplete();
2357
- if (s) {
2358
- this.confirm(this.img.naturalWidth !== 0, "naturalWidth");
2359
- return;
2360
- }
2361
- this.proxyImage = new Image(), this.proxyImage.addEventListener("load", this), this.proxyImage.addEventListener("error", this), this.img.addEventListener("load", this), this.img.addEventListener("error", this), this.proxyImage.src = this.img.src;
2362
- }, y.prototype.getIsImageComplete = function() {
2363
- return this.img.complete && this.img.naturalWidth;
2364
- }, y.prototype.confirm = function(s, k) {
2365
- this.isLoaded = s, this.emitEvent("progress", [this, this.img, k]);
2366
- }, y.prototype.handleEvent = function(s) {
2367
- var k = "on" + s.type;
2368
- this[k] && this[k](s);
2369
- }, y.prototype.onload = function() {
2370
- this.confirm(!0, "onload"), this.unbindEvents();
2371
- }, y.prototype.onerror = function() {
2372
- this.confirm(!1, "onerror"), this.unbindEvents();
2373
- }, y.prototype.unbindEvents = function() {
2374
- this.proxyImage.removeEventListener("load", this), this.proxyImage.removeEventListener("error", this), this.img.removeEventListener("load", this), this.img.removeEventListener("error", this);
2375
- };
2376
- function b(s, k) {
2377
- this.url = s, this.element = k, this.img = new Image();
2378
- }
2379
- return b.prototype = Object.create(y.prototype), b.prototype.check = function() {
2380
- this.img.addEventListener("load", this), this.img.addEventListener("error", this), this.img.src = this.url;
2381
- var s = this.getIsImageComplete();
2382
- s && (this.confirm(this.img.naturalWidth !== 0, "naturalWidth"), this.unbindEvents());
2383
- }, b.prototype.unbindEvents = function() {
2384
- this.img.removeEventListener("load", this), this.img.removeEventListener("error", this);
2385
- }, b.prototype.confirm = function(s, k) {
2386
- this.isLoaded = s, this.emitEvent("progress", [this, this.element, k]);
2387
- }, c.makeJQueryPlugin = function(s) {
2388
- s = s || t.jQuery, s && (l = s, l.fn.imagesLoaded = function(k, _) {
2389
- var f = new c(this, k, _);
2390
- return f.jqDeferred.promise(l(this));
2391
- });
2392
- }, c.makeJQueryPlugin(), c;
2393
- }
2394
- );
2395
- })(xt);
2396
- var ki = xt.exports;
2397
- const _i = /* @__PURE__ */ Vt(ki);
2398
- function Ei(o) {
2399
- return { all: o = o || /* @__PURE__ */ new Map(), on: function(e, t) {
2400
- var n = o.get(e);
2401
- n ? n.push(t) : o.set(e, [t]);
2402
- }, off: function(e, t) {
2403
- var n = o.get(e);
2404
- n && (t ? n.splice(n.indexOf(t) >>> 0, 1) : o.set(e, []));
2405
- }, emit: function(e, t) {
2406
- var n = o.get(e);
2407
- n && n.slice().map(function(l) {
2408
- l(t);
2409
- }), (n = o.get("*")) && n.slice().map(function(l) {
2410
- l(e, t);
2411
- });
2412
- } };
2413
- }
2414
- const ye = {
2415
- "column-width": "columnWidth",
2416
- "transition-duration": "transitionDuration",
2417
- "item-selector": "itemSelector",
2418
- "origin-left": "originLeft",
2419
- "origin-top": "originTop",
2420
- "fit-width": "fitWidth",
2421
- stamp: "stamp",
2422
- gutter: "gutter",
2423
- "percent-position": "percentPosition",
2424
- "horizontal-order": "horizontalOrder",
2425
- stagger: "stagger",
2426
- "destroy-delay": "destroyDelay"
2427
- }, be = "vuemasonry.itemAdded", ze = "vuemasonry.itemRemoved", We = "vuemasonry.imageLoaded", Fe = "vuemasonry.destroy", Ti = function(o) {
2428
- return (o + "").toLowerCase() === "true";
2429
- }, Ii = function(o) {
2430
- return isNaN(o) ? o : parseInt(o);
2431
- }, Ci = function(o) {
2432
- const e = {};
2433
- return Array.prototype.slice.call(o).forEach(function(n) {
2434
- Object.keys(ye).indexOf(n.name) > -1 && (n.name.indexOf("origin") > -1 ? e[ye[n.name]] = Ti(n.value) : n.name === "column-width" || n.name === "gutter" ? e[ye[n.name]] = Ii(n.value) : e[ye[n.name]] = n.value);
2435
- }), e;
2436
- }, wt = {};
2437
- wt.install = function(o, e) {
2438
- const t = Ei(), n = "VueMasonry", l = o;
2439
- l.directive("masonry", {
2440
- props: ["transitionDuration", " itemSelector", "destroyDelay"],
2441
- mounted: function(u, p) {
2442
- if (!ft)
2443
- throw new Error("Masonry plugin is not defined. Please check it's connected and parsed correctly.");
2444
- const h = Ci(u.attributes), d = new ft(u, h), c = p.value || n, m = h.destroyDelay ? parseInt(h.destroyDelay, 10) : void 0, y = function() {
2445
- d.reloadItems(), d.layout();
2446
- };
2447
- $t(() => {
2448
- y();
2449
- });
2450
- const b = function(k) {
2451
- y();
2452
- }, s = function(k) {
2453
- t.off(`${be}__${c}`, b), t.off(`${ze}__${c}`, b), t.off(`${We}__${c}`, b), t.off(`${Fe}__${c}`, s);
2454
- const _ = m && !Number.isNaN(m) ? m : 0;
2455
- setTimeout(function() {
2456
- d.destroy();
2457
- }, _);
2458
- };
2459
- t.on(`${be}__${c}`, b), t.on(`${ze}__${c}`, b), t.on(`${We}__${c}`, b), t.on(`${Fe}__${c}`, s);
2460
- },
2461
- unbind: function(u, p) {
2462
- const h = p.value || n;
2463
- t.emit(`${Fe}__${h}`);
2464
- }
2465
- }), l.directive("masonryTile", {
2466
- mounted: function(u, p) {
2467
- const h = p.value || n;
2468
- t.emit(`${be}__${h}`, {
2469
- element: u
2470
- }), new _i(u, function() {
2471
- t.emit(`${We}__${h}`, {
2472
- element: u
2473
- });
2474
- });
2475
- },
2476
- unbind: function(u, p) {
2477
- const h = p.value || n;
2478
- t.emit(`${ze}__${h}`, {
2479
- element: u
2480
- });
2481
- }
2482
- });
2483
- {
2484
- const u = function(p) {
2485
- const h = p || n;
2486
- t.emit(`${be}__${h}`);
2487
- };
2488
- o.config.globalProperties.$redrawVueMasonry = u, o.provide("redrawVueMasonry", u);
2489
- }
2490
- };
2491
- function Ge(o, e = {}, t) {
2492
- for (const n in o) {
2493
- const l = o[n], u = t ? `${t}:${n}` : n;
2494
- typeof l == "object" && l !== null ? Ge(l, e, u) : typeof l == "function" && (e[u] = l);
2495
- }
2496
- return e;
2497
- }
2498
- const $i = { run: (o) => o() }, Si = () => $i, Ht = typeof console.createTask != "undefined" ? console.createTask : Si;
2499
- function Vi(o, e) {
2500
- const t = e.shift(), n = Ht(t);
2501
- return o.reduce(
2502
- (l, u) => l.then(() => n.run(() => u(...e))),
2503
- Promise.resolve()
2504
- );
2505
- }
2506
- function Li(o, e) {
2507
- const t = e.shift(), n = Ht(t);
2508
- return Promise.all(o.map((l) => n.run(() => l(...e))));
2509
- }
2510
- function Ne(o, e) {
2511
- for (const t of [...o])
2512
- t(e);
2513
- }
2514
- class Pi {
2515
- constructor() {
2516
- this._hooks = {}, this._before = void 0, this._after = void 0, this._deprecatedMessages = void 0, this._deprecatedHooks = {}, this.hook = this.hook.bind(this), this.callHook = this.callHook.bind(this), this.callHookWith = this.callHookWith.bind(this);
2517
- }
2518
- hook(e, t, n = {}) {
2519
- if (!e || typeof t != "function")
2520
- return () => {
2521
- };
2522
- const l = e;
2523
- let u;
2524
- for (; this._deprecatedHooks[e]; )
2525
- u = this._deprecatedHooks[e], e = u.to;
2526
- if (u && !n.allowDeprecated) {
2527
- let p = u.message;
2528
- p || (p = `${l} hook has been deprecated` + (u.to ? `, please use ${u.to}` : "")), this._deprecatedMessages || (this._deprecatedMessages = /* @__PURE__ */ new Set()), this._deprecatedMessages.has(p) || (console.warn(p), this._deprecatedMessages.add(p));
2529
- }
2530
- if (!t.name)
2531
- try {
2532
- Object.defineProperty(t, "name", {
2533
- get: () => "_" + e.replace(/\W+/g, "_") + "_hook_cb",
2534
- configurable: !0
2535
- });
2536
- } catch (p) {
2537
- }
2538
- return this._hooks[e] = this._hooks[e] || [], this._hooks[e].push(t), () => {
2539
- t && (this.removeHook(e, t), t = void 0);
2540
- };
2541
- }
2542
- hookOnce(e, t) {
2543
- let n, l = (...u) => (typeof n == "function" && n(), n = void 0, l = void 0, t(...u));
2544
- return n = this.hook(e, l), n;
2545
- }
2546
- removeHook(e, t) {
2547
- if (this._hooks[e]) {
2548
- const n = this._hooks[e].indexOf(t);
2549
- n !== -1 && this._hooks[e].splice(n, 1), this._hooks[e].length === 0 && delete this._hooks[e];
2550
- }
2551
- }
2552
- deprecateHook(e, t) {
2553
- this._deprecatedHooks[e] = typeof t == "string" ? { to: t } : t;
2554
- const n = this._hooks[e] || [];
2555
- delete this._hooks[e];
2556
- for (const l of n)
2557
- this.hook(e, l);
2558
- }
2559
- deprecateHooks(e) {
2560
- Object.assign(this._deprecatedHooks, e);
2561
- for (const t in e)
2562
- this.deprecateHook(t, e[t]);
2563
- }
2564
- addHooks(e) {
2565
- const t = Ge(e), n = Object.keys(t).map(
2566
- (l) => this.hook(l, t[l])
2567
- );
2568
- return () => {
2569
- for (const l of n.splice(0, n.length))
2570
- l();
2571
- };
2572
- }
2573
- removeHooks(e) {
2574
- const t = Ge(e);
2575
- for (const n in t)
2576
- this.removeHook(n, t[n]);
2577
- }
2578
- removeAllHooks() {
2579
- for (const e in this._hooks)
2580
- delete this._hooks[e];
2581
- }
2582
- callHook(e, ...t) {
2583
- return t.unshift(e), this.callHookWith(Vi, e, ...t);
2584
- }
2585
- callHookParallel(e, ...t) {
2586
- return t.unshift(e), this.callHookWith(Li, e, ...t);
2587
- }
2588
- callHookWith(e, t, ...n) {
2589
- const l = this._before || this._after ? { name: t, args: n, context: {} } : void 0;
2590
- this._before && Ne(this._before, l);
2591
- const u = e(
2592
- t in this._hooks ? [...this._hooks[t]] : [],
2593
- n
2594
- );
2595
- return u instanceof Promise ? u.finally(() => {
2596
- this._after && l && Ne(this._after, l);
2597
- }) : (this._after && l && Ne(this._after, l), u);
2598
- }
2599
- beforeEach(e) {
2600
- return this._before = this._before || [], this._before.push(e), () => {
2601
- if (this._before !== void 0) {
2602
- const t = this._before.indexOf(e);
2603
- t !== -1 && this._before.splice(t, 1);
2604
- }
2605
- };
2606
- }
2607
- afterEach(e) {
2608
- return this._after = this._after || [], this._after.push(e), () => {
2609
- if (this._after !== void 0) {
2610
- const t = this._after.indexOf(e);
2611
- t !== -1 && this._after.splice(t, 1);
2612
- }
2613
- };
2614
- }
2615
- }
2616
- function xi() {
2617
- return new Pi();
2618
- }
2619
- function wi(o) {
2620
- return Array.isArray(o) ? o : [o];
2621
- }
2622
- const Hi = ["title", "titleTemplate", "script", "style", "noscript"], ke = [
2623
- "base",
2624
- "meta",
2625
- "link",
2626
- "style",
2627
- "script",
2628
- "noscript"
2629
- ], Oi = [
2630
- "title",
2631
- "titleTemplate",
2632
- "templateParams",
2633
- "base",
2634
- "htmlAttrs",
2635
- "bodyAttrs",
2636
- "meta",
2637
- "link",
2638
- "style",
2639
- "script",
2640
- "noscript"
2641
- ], Di = ["base", "title", "titleTemplate", "bodyAttrs", "htmlAttrs", "templateParams"], Ot = ["tagPosition", "tagPriority", "tagDuplicateStrategy", "children", "innerHTML", "textContent", "processTemplateParams"], Ri = typeof window != "undefined";
2642
- function Xe(o) {
2643
- let e = 9;
2644
- for (let t = 0; t < o.length; )
2645
- e = Math.imul(e ^ o.charCodeAt(t++), nt(9, 9));
2646
- return ((e ^ e >>> 9) + 65536).toString(16).substring(1, 8).toLowerCase();
2647
- }
2648
- function mt(o) {
2649
- return o._h || Xe(o._d ? o._d : `${o.tag}:${o.textContent || o.innerHTML || ""}:${Object.entries(o.props).map(([e, t]) => `${e}:${String(t)}`).join(",")}`);
2650
- }
2651
- function Dt(o, e) {
2652
- const { props: t, tag: n } = o;
2653
- if (Di.includes(n))
2654
- return n;
2655
- if (n === "link" && t.rel === "canonical")
2656
- return "canonical";
2657
- if (t.charset)
2658
- return "charset";
2659
- const l = ["id"];
2660
- n === "meta" && l.push("name", "property", "http-equiv");
2661
- for (const u of l)
2662
- if (typeof t[u] != "undefined") {
2663
- const p = String(t[u]);
2664
- return e && !e(p) ? !1 : `${n}:${u}:${p}`;
2665
- }
2666
- return !1;
2667
- }
2668
- function gt(o, e) {
2669
- return o == null ? e || null : typeof o == "function" ? o(e) : o;
2670
- }
2671
- function Mi(o, e, t) {
2672
- return Q(this, null, function* () {
2673
- const n = {
2674
- tag: o,
2675
- props: yield Rt(
2676
- // explicitly check for an object
2677
- // @ts-expect-error untyped
2678
- typeof e == "object" && typeof e != "function" && !(e instanceof Promise) ? ee({}, e) : { [["script", "noscript", "style"].includes(o) ? "innerHTML" : "textContent"]: e },
2679
- ["templateParams", "titleTemplate"].includes(o)
2680
- )
2681
- };
2682
- return Ot.forEach((l) => {
2683
- const u = typeof n.props[l] != "undefined" ? n.props[l] : t[l];
2684
- typeof u != "undefined" && ((!["innerHTML", "textContent", "children"].includes(l) || Hi.includes(n.tag)) && (n[l === "children" ? "innerHTML" : l] = u), delete n.props[l]);
2685
- }), n.props.body && (n.tagPosition = "bodyClose", delete n.props.body), n.tag === "script" && typeof n.innerHTML == "object" && (n.innerHTML = JSON.stringify(n.innerHTML), n.props.type = n.props.type || "application/json"), Array.isArray(n.props.content) ? n.props.content.map((l) => ve(ee({}, n), { props: ve(ee({}, n.props), { content: l }) })) : n;
2686
- });
2687
- }
2688
- function Bi(o) {
2689
- return typeof o == "object" && !Array.isArray(o) && (o = Object.keys(o).filter((e) => o[e])), (Array.isArray(o) ? o.join(" ") : o).split(" ").filter((e) => e.trim()).filter(Boolean).join(" ");
2690
- }
2691
- function Rt(o, e) {
2692
- return Q(this, null, function* () {
2693
- for (const t of Object.keys(o)) {
2694
- if (t === "class") {
2695
- o[t] = Bi(o[t]);
2696
- continue;
2697
- }
2698
- if (o[t] instanceof Promise && (o[t] = yield o[t]), !e && !Ot.includes(t)) {
2699
- const n = String(o[t]), l = t.startsWith("data-");
2700
- n === "true" || n === "" ? o[t] = l ? "true" : !0 : o[t] || (l && n === "false" ? o[t] = "false" : delete o[t]);
2701
- }
2702
- }
2703
- return o;
2704
- });
2705
- }
2706
- const Ai = 10;
2707
- function zi(o) {
2708
- return Q(this, null, function* () {
2709
- const e = [];
2710
- return Object.entries(o.resolvedInput).filter(([t, n]) => typeof n != "undefined" && Oi.includes(t)).forEach(([t, n]) => {
2711
- const l = wi(n);
2712
- e.push(...l.map((u) => Mi(t, u, o)).flat());
2713
- }), (yield Promise.all(e)).flat().filter(Boolean).map((t, n) => (t._e = o._i, o.mode && (t._m = o.mode), t._p = (o._i << Ai) + n, t));
2714
- });
2715
- }
2716
- const vt = {
2717
- // tags
2718
- base: -10,
2719
- title: 10
2720
- }, yt = {
2721
- // relative scores to their default values
2722
- critical: -80,
2723
- high: -10,
2724
- low: 20
2725
- };
2726
- function Ie(o) {
2727
- let e = 100;
2728
- const t = o.tagPriority;
2729
- return typeof t == "number" ? t : (o.tag === "meta" ? (o.props["http-equiv"] === "content-security-policy" && (e = -30), o.props.charset && (e = -20), o.props.name === "viewport" && (e = -15)) : o.tag === "link" && o.props.rel === "preconnect" ? e = 20 : o.tag in vt && (e = vt[o.tag]), typeof t == "string" && t in yt ? e + yt[t] : e);
2730
- }
2731
- const Wi = [{ prefix: "before:", offset: -1 }, { prefix: "after:", offset: 1 }], Mt = ["onload", "onerror", "onabort", "onprogress", "onloadstart"], te = "%separator";
2732
- function _e(o, e, t) {
2733
- if (typeof o != "string" || !o.includes("%"))
2734
- return o;
2735
- function n(p) {
2736
- let h;
2737
- return ["s", "pageTitle"].includes(p) ? h = e.pageTitle : p.includes(".") ? h = p.split(".").reduce((d, c) => d && d[c] || void 0, e) : h = e[p], typeof h != "undefined" ? (h || "").replace(/"/g, '\\"') : !1;
2738
- }
2739
- let l = o;
2740
- try {
2741
- l = decodeURI(o);
2742
- } catch (p) {
2743
- }
2744
- return (l.match(/%(\w+\.+\w+)|%(\w+)/g) || []).sort().reverse().forEach((p) => {
2745
- const h = n(p.slice(1));
2746
- typeof h == "string" && (o = o.replace(new RegExp(`\\${p}(\\W|$)`, "g"), (d, c) => `${h}${c}`).trim());
2747
- }), o.includes(te) && (o.endsWith(te) && (o = o.slice(0, -te.length).trim()), o.startsWith(te) && (o = o.slice(te.length).trim()), o = o.replace(new RegExp(`\\${te}\\s*\\${te}`, "g"), te), o = _e(o, { separator: t }, t)), o;
2748
- }
2749
- function Fi(o) {
2750
- return Q(this, null, function* () {
2751
- const e = {
2752
- tag: o.tagName.toLowerCase(),
2753
- props: yield Rt(
2754
- o.getAttributeNames().reduce((t, n) => ve(ee({}, t), { [n]: o.getAttribute(n) }), {})
2755
- ),
2756
- innerHTML: o.innerHTML
2757
- };
2758
- return e._d = Dt(e), e;
2759
- });
2760
- }
2761
- function Ni(t) {
2762
- return Q(this, arguments, function* (o, e = {}) {
2763
- var y;
2764
- const n = e.document || o.resolvedOptions.document;
2765
- if (!n)
2766
- return;
2767
- const l = { shouldRender: o.dirty, tags: [] };
2768
- if (yield o.hooks.callHook("dom:beforeRender", l), !l.shouldRender)
2769
- return;
2770
- const u = (yield o.resolveTags()).map((b) => ({
2771
- tag: b,
2772
- id: ke.includes(b.tag) ? mt(b) : b.tag,
2773
- shouldRender: !0
2774
- }));
2775
- let p = o._dom;
2776
- if (!p) {
2777
- p = {
2778
- elMap: { htmlAttrs: n.documentElement, bodyAttrs: n.body }
2779
- };
2780
- for (const b of ["body", "head"]) {
2781
- const s = (y = n == null ? void 0 : n[b]) == null ? void 0 : y.children;
2782
- for (const k of [...s].filter((_) => ke.includes(_.tagName.toLowerCase())))
2783
- p.elMap[k.getAttribute("data-hid") || mt(yield Fi(k))] = k;
2784
- }
2785
- }
2786
- p.pendingSideEffects = ee({}, p.sideEffects || {}), p.sideEffects = {};
2787
- function h(b, s, k) {
2788
- const _ = `${b}:${s}`;
2789
- p.sideEffects[_] = k, delete p.pendingSideEffects[_];
2790
- }
2791
- function d({ id: b, $el: s, tag: k }) {
2792
- const _ = k.tag.endsWith("Attrs");
2793
- p.elMap[b] = s, _ || (["textContent", "innerHTML"].forEach((f) => {
2794
- k[f] && k[f] !== s[f] && (s[f] = k[f]);
2795
- }), h(b, "el", () => {
2796
- p.elMap[b].remove(), delete p.elMap[b];
2797
- })), Object.entries(k.props).forEach(([f, i]) => {
2798
- const r = `attr:${f}`;
2799
- if (f === "class")
2800
- for (const g of (i || "").split(" ").filter(Boolean))
2801
- _ && h(b, `${r}:${g}`, () => s.classList.remove(g)), !s.classList.contains(g) && s.classList.add(g);
2802
- else
2803
- s.getAttribute(f) !== i && s.setAttribute(f, i === !0 ? "" : String(i)), _ && h(b, r, () => s.removeAttribute(f));
2804
- });
2805
- }
2806
- const c = [], m = {
2807
- bodyClose: void 0,
2808
- bodyOpen: void 0,
2809
- head: void 0
2810
- };
2811
- for (const b of u) {
2812
- const { tag: s, shouldRender: k, id: _ } = b;
2813
- if (k) {
2814
- if (s.tag === "title") {
2815
- n.title = s.textContent;
2816
- continue;
2817
- }
2818
- b.$el = b.$el || p.elMap[_], b.$el ? d(b) : ke.includes(s.tag) && c.push(b);
2819
- }
2820
- }
2821
- for (const b of c) {
2822
- const s = b.tag.tagPosition || "head";
2823
- b.$el = n.createElement(b.tag.tag), d(b), m[s] = m[s] || n.createDocumentFragment(), m[s].appendChild(b.$el);
2824
- }
2825
- for (const b of u)
2826
- yield o.hooks.callHook("dom:renderTag", b, n, h);
2827
- m.head && n.head.appendChild(m.head), m.bodyOpen && n.body.insertBefore(m.bodyOpen, n.body.firstChild), m.bodyClose && n.body.appendChild(m.bodyClose), Object.values(p.pendingSideEffects).forEach((b) => b()), o._dom = p, o.dirty = !1, yield o.hooks.callHook("dom:rendered", { renders: u });
2828
- });
2829
- }
2830
- function qi(t) {
2831
- return Q(this, arguments, function* (o, e = {}) {
2832
- const n = e.delayFn || ((l) => setTimeout(l, 10));
2833
- return o._domUpdatePromise = o._domUpdatePromise || new Promise((l) => n(() => Q(this, null, function* () {
2834
- yield Ni(o, e), delete o._domUpdatePromise, l();
2835
- })));
2836
- });
2837
- }
2838
- // @__NO_SIDE_EFFECTS__
2839
- function Ui(o) {
2840
- return (e) => {
2841
- var n, l;
2842
- const t = ((l = (n = e.resolvedOptions.document) == null ? void 0 : n.head.querySelector('script[id="unhead:payload"]')) == null ? void 0 : l.innerHTML) || !1;
2843
- return t && e.push(JSON.parse(t)), {
2844
- mode: "client",
2845
- hooks: {
2846
- "entries:updated": function(u) {
2847
- qi(u, o);
2848
- }
2849
- }
2850
- };
2851
- };
2852
- }
2853
- const Gi = ["templateParams", "htmlAttrs", "bodyAttrs"], ji = {
2854
- hooks: {
2855
- "tag:normalise": function({ tag: o }) {
2856
- ["hid", "vmid", "key"].forEach((n) => {
2857
- o.props[n] && (o.key = o.props[n], delete o.props[n]);
2858
- });
2859
- const t = Dt(o) || (o.key ? `${o.tag}:${o.key}` : !1);
2860
- t && (o._d = t);
2861
- },
2862
- "tags:resolve": function(o) {
2863
- const e = {};
2864
- o.tags.forEach((n) => {
2865
- const l = (n.key ? `${n.tag}:${n.key}` : n._d) || n._p, u = e[l];
2866
- if (u) {
2867
- let h = n == null ? void 0 : n.tagDuplicateStrategy;
2868
- if (!h && Gi.includes(n.tag) && (h = "merge"), h === "merge") {
2869
- const d = u.props;
2870
- ["class", "style"].forEach((c) => {
2871
- d[c] && (n.props[c] ? (c === "style" && !d[c].endsWith(";") && (d[c] += ";"), n.props[c] = `${d[c]} ${n.props[c]}`) : n.props[c] = d[c]);
2872
- }), e[l].props = ee(ee({}, d), n.props);
2873
- return;
2874
- } else if (n._e === u._e) {
2875
- u._duped = u._duped || [], n._d = `${u._d}:${u._duped.length + 1}`, u._duped.push(n);
2876
- return;
2877
- } else if (Ie(n) > Ie(u))
2878
- return;
2879
- }
2880
- const p = Object.keys(n.props).length + (n.innerHTML ? 1 : 0) + (n.textContent ? 1 : 0);
2881
- if (ke.includes(n.tag) && p === 0) {
2882
- delete e[l];
2883
- return;
2884
- }
2885
- e[l] = n;
2886
- });
2887
- const t = [];
2888
- Object.values(e).forEach((n) => {
2889
- const l = n._duped;
2890
- delete n._duped, t.push(n), l && t.push(...l);
2891
- }), o.tags = t, o.tags = o.tags.filter((n) => !(n.tag === "meta" && (n.props.name || n.props.property) && !n.props.content));
2892
- }
2893
- }
2894
- }, Yi = {
2895
- mode: "server",
2896
- hooks: {
2897
- "tags:resolve": function(o) {
2898
- const e = {};
2899
- o.tags.filter((t) => ["titleTemplate", "templateParams", "title"].includes(t.tag) && t._m === "server").forEach((t) => {
2900
- e[t.tag] = t.tag.startsWith("title") ? t.textContent : t.props;
2901
- }), Object.keys(e).length && o.tags.push({
2902
- tag: "script",
2903
- innerHTML: JSON.stringify(e),
2904
- props: { id: "unhead:payload", type: "application/json" }
2905
- });
2906
- }
2907
- }
2908
- }, Ki = ["script", "link", "bodyAttrs"];
2909
- function Qi(o) {
2910
- const e = {}, t = {};
2911
- return Object.entries(o.props).forEach(([n, l]) => {
2912
- n.startsWith("on") && typeof l == "function" ? (Mt.includes(n) && (e[n] = `this.dataset.${n} = true`), t[n] = l) : e[n] = l;
2913
- }), { props: e, eventHandlers: t };
2914
- }
2915
- const Ji = (o) => ({
2916
- hooks: {
2917
- "tags:resolve": function(e) {
2918
- for (const t of e.tags)
2919
- if (Ki.includes(t.tag)) {
2920
- const { props: n, eventHandlers: l } = Qi(t);
2921
- t.props = n, Object.keys(l).length && ((t.props.src || t.props.href) && (t.key = t.key || Xe(t.props.src || t.props.href)), t._eventHandlers = l);
2922
- }
2923
- },
2924
- "dom:renderTag": function(e, t, n) {
2925
- if (!e.tag._eventHandlers)
2926
- return;
2927
- const l = e.tag.tag === "bodyAttrs" ? t.defaultView : e.$el;
2928
- Object.entries(e.tag._eventHandlers).forEach(([u, p]) => {
2929
- const h = `${e.tag._d || e.tag._p}:${u}`, d = u.slice(2).toLowerCase(), c = `data-h-${d}`;
2930
- if (n(e.id, h, () => {
2931
- }), e.$el.hasAttribute(c))
2932
- return;
2933
- e.$el.setAttribute(c, "");
2934
- let m;
2935
- const y = (b) => {
2936
- p(b), m == null || m.disconnect();
2937
- };
2938
- u in e.$el.dataset ? y(new Event(u.replace("on", ""))) : Mt.includes(u) && typeof MutationObserver != "undefined" ? (m = new MutationObserver((b) => {
2939
- b.some((k) => k.attributeName === `data-${u}`) && (y(new Event(u.replace("on", ""))), m == null || m.disconnect());
2940
- }), m.observe(e.$el, {
2941
- attributes: !0
2942
- })) : l.addEventListener(d, y), n(e.id, h, () => {
2943
- m == null || m.disconnect(), l.removeEventListener(d, y), e.$el.removeAttribute(c);
2944
- });
2945
- });
2946
- }
2947
- }
2948
- }), Xi = ["link", "style", "script", "noscript"], Zi = {
2949
- hooks: {
2950
- "tag:normalise": ({ tag: o }) => {
2951
- o.key && Xi.includes(o.tag) && (o.props["data-hid"] = o._h = Xe(o.key));
2952
- }
2953
- }
2954
- }, er = {
2955
- hooks: {
2956
- "tags:resolve": (o) => {
2957
- const e = (t) => {
2958
- var n;
2959
- return (n = o.tags.find((l) => l._d === t)) == null ? void 0 : n._p;
2960
- };
2961
- for (const { prefix: t, offset: n } of Wi)
2962
- for (const l of o.tags.filter((u) => typeof u.tagPriority == "string" && u.tagPriority.startsWith(t))) {
2963
- const u = e(
2964
- l.tagPriority.replace(t, "")
2965
- );
2966
- typeof u != "undefined" && (l._p = u + n);
2967
- }
2968
- o.tags.sort((t, n) => t._p - n._p).sort((t, n) => Ie(t) - Ie(n));
2969
- }
2970
- }
2971
- }, tr = {
2972
- meta: "content",
2973
- link: "href",
2974
- htmlAttrs: "lang"
2975
- }, or = (o) => ({
2976
- hooks: {
2977
- "tags:resolve": (e) => {
2978
- var h;
2979
- const { tags: t } = e, n = (h = t.find((d) => d.tag === "title")) == null ? void 0 : h.textContent, l = t.findIndex((d) => d.tag === "templateParams"), u = l !== -1 ? t[l].props : {}, p = u.separator || "|";
2980
- delete u.separator, u.pageTitle = _e(u.pageTitle || n || "", u, p);
2981
- for (const d of t.filter((c) => c.processTemplateParams !== !1)) {
2982
- const c = tr[d.tag];
2983
- c && typeof d.props[c] == "string" ? d.props[c] = _e(d.props[c], u, p) : (d.processTemplateParams === !0 || ["titleTemplate", "title"].includes(d.tag)) && ["innerHTML", "textContent"].forEach((m) => {
2984
- typeof d[m] == "string" && (d[m] = _e(d[m], u, p));
2985
- });
2986
- }
2987
- o._templateParams = u, o._separator = p, e.tags = t.filter((d) => d.tag !== "templateParams");
2988
- }
2989
- }
2990
- }), nr = {
2991
- hooks: {
2992
- "tags:resolve": (o) => {
2993
- const { tags: e } = o;
2994
- let t = e.findIndex((l) => l.tag === "titleTemplate");
2995
- const n = e.findIndex((l) => l.tag === "title");
2996
- if (n !== -1 && t !== -1) {
2997
- const l = gt(
2998
- e[t].textContent,
2999
- e[n].textContent
3000
- );
3001
- l !== null ? e[n].textContent = l || e[n].textContent : delete e[n];
3002
- } else if (t !== -1) {
3003
- const l = gt(
3004
- e[t].textContent
3005
- );
3006
- l !== null && (e[t].textContent = l, e[t].tag = "title", t = -1);
3007
- }
3008
- t !== -1 && delete e[t], o.tags = e.filter(Boolean);
3009
- }
3010
- }
3011
- }, ir = {
3012
- hooks: {
3013
- "tags:afterResolve": function(o) {
3014
- for (const e of o.tags)
3015
- typeof e.innerHTML == "string" && (e.innerHTML && ["application/ld+json", "application/json"].includes(e.props.type) ? e.innerHTML = e.innerHTML.replace(/</g, "\\u003C") : e.innerHTML = e.innerHTML.replace(new RegExp(`</${e.tag}`, "g"), `<\\/${e.tag}`));
3016
- }
3017
- }
3018
- };
3019
- // @__NO_SIDE_EFFECTS__
3020
- function rr(o = {}) {
3021
- const e = sr(o);
3022
- return e.use(/* @__PURE__ */ Ui()), e;
3023
- }
3024
- function bt(o, e) {
3025
- return !o || o === "server" && e || o === "client" && !e;
3026
- }
3027
- function sr(o = {}) {
3028
- const e = xi();
3029
- e.addHooks(o.hooks || {}), o.document = o.document || (Ri ? document : void 0);
3030
- const t = !o.document, n = () => {
3031
- h.dirty = !0, e.callHook("entries:updated", h);
3032
- };
3033
- let l = 0, u = [];
3034
- const p = [], h = {
3035
- plugins: p,
3036
- dirty: !1,
3037
- resolvedOptions: o,
3038
- hooks: e,
3039
- headEntries() {
3040
- return u;
3041
- },
3042
- use(c) {
3043
- const m = typeof c == "function" ? c(h) : c;
3044
- (!m.key || !p.some((y) => y.key === m.key)) && (p.push(m), bt(m.mode, t) && e.addHooks(m.hooks || {}));
3045
- },
3046
- push(c, m) {
3047
- m == null || delete m.head;
3048
- const y = ee({
3049
- _i: l++,
3050
- input: c
3051
- }, m);
3052
- return bt(y.mode, t) && (u.push(y), n()), {
3053
- dispose() {
3054
- u = u.filter((b) => b._i !== y._i), e.callHook("entries:updated", h), n();
3055
- },
3056
- // a patch is the same as creating a new entry, just a nice DX
3057
- patch(b) {
3058
- u = u.map((s) => (s._i === y._i && (s.input = y.input = b), s)), n();
3059
- }
3060
- };
3061
- },
3062
- resolveTags() {
3063
- return Q(this, null, function* () {
3064
- const c = { tags: [], entries: [...u] };
3065
- yield e.callHook("entries:resolve", c);
3066
- for (const m of c.entries) {
3067
- const y = m.resolvedInput || m.input;
3068
- if (m.resolvedInput = yield m.transform ? m.transform(y) : y, m.resolvedInput)
3069
- for (const b of yield zi(m)) {
3070
- const s = { tag: b, entry: m, resolvedOptions: h.resolvedOptions };
3071
- yield e.callHook("tag:normalise", s), c.tags.push(s.tag);
3072
- }
3073
- }
3074
- return yield e.callHook("tags:beforeResolve", c), yield e.callHook("tags:resolve", c), yield e.callHook("tags:afterResolve", c), c.tags;
3075
- });
3076
- },
3077
- ssr: t
3078
- };
3079
- return [
3080
- ji,
3081
- Yi,
3082
- Ji,
3083
- Zi,
3084
- er,
3085
- or,
3086
- nr,
3087
- ir,
3088
- ...(o == null ? void 0 : o.plugins) || []
3089
- ].forEach((c) => h.use(c)), h.hooks.callHook("init", h), h;
3090
- }
3091
- const ar = Vo.startsWith("3");
3092
- function lr(o) {
3093
- return typeof o == "function" ? o() : a(o);
3094
- }
3095
- function je(o, e = "") {
3096
- if (o instanceof Promise)
3097
- return o;
3098
- const t = lr(o);
3099
- return !o || !t ? t : Array.isArray(t) ? t.map((n) => je(n, e)) : typeof t == "object" ? Object.fromEntries(
3100
- Object.entries(t).map(([n, l]) => n === "titleTemplate" || n.startsWith("on") ? [n, a(l)] : [n, je(l, n)])
3101
- ) : t;
3102
- }
3103
- const ur = {
3104
- hooks: {
3105
- "entries:resolve": function(o) {
3106
- for (const e of o.entries)
3107
- e.resolvedInput = je(e.input);
3108
- }
3109
- }
3110
- }, dr = "usehead";
3111
- function cr(o) {
3112
- return {
3113
- install(t) {
3114
- ar && (t.config.globalProperties.$unhead = o, t.config.globalProperties.$head = o, t.provide(dr, o));
3115
- }
3116
- }.install;
3117
- }
3118
- function pr(o = {}) {
3119
- o.domDelayFn = o.domDelayFn || ((t) => $t(() => setTimeout(() => t(), 0)));
3120
- const e = /* @__PURE__ */ rr(o);
3121
- return e.use(ur), e.install = cr(e), e;
3122
- }
3123
- const hr = Lo(), fr = pr(), ae = Po({ components: { Hotel: Lt } });
3124
- ae.use(fr);
3125
- ae.use(hr);
3126
- ae.use(wt);
3127
- ae.use(xo);
3128
- ae.use(Bo);
3129
- ae.use(wo, { bootstrap: !0 });
3130
- ae.mount("#konnectio-hotel-app");
3131
- const $r = {
3132
- install: (o) => {
3133
- o.component("Hotel", Lt);
3134
- }
3135
- };
1
+ import "./SelectField.vue_vue_type_style_index_0_lang-1RNEqBhG.js";
2
+ import "./ThankYou-cAeMnWCk.js";
3
+ import { C as s } from "./hotel-z4fa3tEa.js";
4
+ import "./_commonjsHelpers-2ufMB8rV.js";
5
+ import "./ActionField-i2xWkFyi.js";
6
+ import "./CheckoutWindow-k3-Mh7Mp.js";
7
+ import "./_-SqGSx3KP.js";
8
+ import "./AvailabilitySkeleton-PWA_yfC-.js";
9
+ import "./DateField.vue_vue_type_style_index_0_lang-Lzoa_ZgT.js";
10
+ import "./Field-f9KUVLIW.js";
3136
11
  export {
3137
- $r as default
12
+ s as default
3138
13
  };