@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
@@ -1,4 +1,4 @@
1
- import { k as c, v as V, f as m, o as d, m as i, w as v, x as q, y as g, z as t, A as k, T as B, p as I, C, I as A, _ as F } from "./SelectField.vue_vue_type_style_index_0_lang-XwPp5AXD.js";
1
+ import { k as c, v as V, f as m, o as d, m as i, w as v, x as q, y as g, z as t, A as k, T as B, p as I, C, I as A, _ as F } from "./SelectField.vue_vue_type_style_index_0_lang-1RNEqBhG.js";
2
2
  const L = { class: "fresh-booking-action-field" }, T = /* @__PURE__ */ c({
3
3
  __name: "ActionField",
4
4
  props: {
Binary file
@@ -0,0 +1,214 @@
1
+ import { k as N, B as j, s as V, W as B, X as R, c as J, r as K, f as m, Y as C, Z as P, o as t, l as s, x as A, z as e, p as i, G as y, y as Q, n as v, $ as F, m as w, T as H, A as E, C as I, q as x, h as ee, _ as O } from "./SelectField.vue_vue_type_style_index_0_lang-1RNEqBhG.js";
2
+ import { _ as ae } from "./DateField.vue_vue_type_style_index_0_lang-Lzoa_ZgT.js";
3
+ import { E as z } from "./_-SqGSx3KP.js";
4
+ import { F as p } from "./Field-f9KUVLIW.js";
5
+ const le = {
6
+ key: 0,
7
+ class: "konnectio-availability-location"
8
+ }, te = { id: "fresh-booking-availability-date-selection" }, ie = {
9
+ key: 1,
10
+ id: "fresh-booking-availability-guest-selection"
11
+ }, ne = { id: "fresh-booking-availability-confirmation" }, oe = /* @__PURE__ */ N({
12
+ __name: "HotelAvailabilityForm",
13
+ props: {
14
+ booking: { type: Boolean, default: !1 },
15
+ link: {}
16
+ },
17
+ setup(S) {
18
+ const { t: a } = j(), d = S, {
19
+ adults: c,
20
+ children: r,
21
+ arrivalDate: f,
22
+ departureDate: g,
23
+ location: D,
24
+ isExpired: T
25
+ } = V(B()), { reset: q } = B(), { fetchAvailabilityData: G } = R(), { areListingsLoading: L, hotelList: M, hasHotelList: k } = V(R()), {
26
+ firstSelectableDateOffset: U,
27
+ lastSelectableDateOffset: $,
28
+ disableChildSelection: b,
29
+ disableAdultSelection: u
30
+ } = V(J()), h = K([]), W = m(() => new Date((/* @__PURE__ */ new Date()).setDate((/* @__PURE__ */ new Date()).getDate() + (U.value - 1))));
31
+ m(() => new Date((/* @__PURE__ */ new Date()).setDate((/* @__PURE__ */ new Date()).getDate() + $.value))), m(() => new Date((/* @__PURE__ */ new Date()).setDate(f.value.getDate() + U.value)));
32
+ const X = m(() => new Date((/* @__PURE__ */ new Date()).setDate(f.value.getDate() + ($.value + 1)))), _ = m(() => !(!u && c.value === 0)), Y = m(() => typeof d.link != "string");
33
+ function Z() {
34
+ if (d.booking === !1)
35
+ if (Y.value) {
36
+ const n = ee();
37
+ d.link[n] ? window.location.replace(d.link[n]) : d.link.en ? window.location.replace(d.link.en) : console.log("Sprog understøttes ikke");
38
+ } else
39
+ window.location.replace(d.link);
40
+ else
41
+ _.value && G();
42
+ }
43
+ return C(f, (n) => {
44
+ const l = new Date(new Date(n).setDate(new Date(n).getDate() + 1));
45
+ new Date(g.value) < l && (g.value = l);
46
+ }), C(h, (n) => {
47
+ f.value = n[0], g.value = n[1];
48
+ }), P(() => {
49
+ T.value && q(), h.value = [f.value, g.value];
50
+ }), (n, l) => (t(), s("form", {
51
+ id: "konnectio-availability-form",
52
+ class: x({ reservation: n.booking }),
53
+ type: "availability",
54
+ onSubmit: Z
55
+ }, [
56
+ A("ul", {
57
+ id: "konnectio-availability-form-content",
58
+ class: x([
59
+ { "is-booking-page": n.booking },
60
+ { "only-adult-guests": !e(u) && e(b) },
61
+ { "only-child-guests": !e(b) && e(u) },
62
+ { "no-guests": e(u) && e(b) },
63
+ { "all-guests": !e(u) && !e(b) },
64
+ { "has-location": e(k) }
65
+ ])
66
+ }, [
67
+ e(k) ? (t(), s("li", le, [
68
+ i(Q, {
69
+ modelValue: e(D),
70
+ "onUpdate:modelValue": l[0] || (l[0] = (o) => y(D) ? D.value = o : null),
71
+ label: e(a)("general.location"),
72
+ icon: "location-dot",
73
+ "icon-type": "fas",
74
+ "icon-placement": "label",
75
+ options: e(M),
76
+ searchable: !1
77
+ }, null, 8, ["modelValue", "label", "options"])
78
+ ])) : v("", !0),
79
+ A("li", te, [
80
+ i(ae, {
81
+ modelValue: h.value,
82
+ "onUpdate:modelValue": l[1] || (l[1] = (o) => h.value = o),
83
+ label: e(a)("availability.checkInOut"),
84
+ "icon-type": "fas",
85
+ "icon-placement": "label",
86
+ "min-range": 1,
87
+ "min-date": W.value,
88
+ "max-date": X.value,
89
+ range: ""
90
+ }, null, 8, ["modelValue", "label", "min-date", "max-date"]),
91
+ v("", !0)
92
+ ]),
93
+ !e(u) || !e(b) ? (t(), s("li", ie, [
94
+ e(u) ? v("", !0) : (t(), s(F, { key: 0 }, [
95
+ e(k) ? (t(), w(H, {
96
+ key: 0,
97
+ modelValue: e(c),
98
+ "onUpdate:modelValue": l[4] || (l[4] = (o) => y(c) ? c.value = o : null),
99
+ label: e(a)("availability.adults"),
100
+ description: e(a)("general.adultAgeRange"),
101
+ "icon-type": "fas",
102
+ "icon-placement": "label",
103
+ name: "adults",
104
+ icon: "male"
105
+ }, null, 8, ["modelValue", "label", "description"])) : (t(), w(E, {
106
+ key: 1,
107
+ modelValue: e(c),
108
+ "onUpdate:modelValue": l[5] || (l[5] = (o) => y(c) ? c.value = o : null),
109
+ label: e(a)("availability.adults"),
110
+ description: e(a)("general.adultAgeRange"),
111
+ "icon-type": "fas",
112
+ "icon-placement": "label",
113
+ name: "adults",
114
+ icon: "male"
115
+ }, null, 8, ["modelValue", "label", "description"]))
116
+ ], 64)),
117
+ e(b) ? v("", !0) : (t(), s(F, { key: 1 }, [
118
+ e(k) ? (t(), w(H, {
119
+ key: 0,
120
+ modelValue: e(r),
121
+ "onUpdate:modelValue": l[6] || (l[6] = (o) => y(r) ? r.value = o : null),
122
+ label: e(a)("availability.children"),
123
+ description: e(a)("general.childAgeRange"),
124
+ "icon-type": "fas",
125
+ "icon-placement": "label",
126
+ name: "children",
127
+ icon: "child"
128
+ }, null, 8, ["modelValue", "label", "description"])) : (t(), w(E, {
129
+ key: 1,
130
+ modelValue: e(r),
131
+ "onUpdate:modelValue": l[7] || (l[7] = (o) => y(r) ? r.value = o : null),
132
+ label: e(a)("availability.children"),
133
+ description: e(a)("general.childAgeRange"),
134
+ "icon-type": "fas",
135
+ "icon-placement": "label",
136
+ name: "children",
137
+ icon: "child"
138
+ }, null, 8, ["modelValue", "label", "description"]))
139
+ ], 64))
140
+ ])) : v("", !0),
141
+ A("li", ne, [
142
+ i(I, {
143
+ class: "konnectio-availability-submit-small",
144
+ type: "submit",
145
+ icon: "search",
146
+ "icon-type": "fas",
147
+ disabled: !_.value,
148
+ "is-loading": e(L)
149
+ }, null, 8, ["disabled", "is-loading"]),
150
+ i(I, {
151
+ class: "konnectio-availability-submit-large",
152
+ type: "submit",
153
+ label: e(a)("availability.buttonLabel"),
154
+ disabled: !_.value,
155
+ "is-loading": e(L)
156
+ }, null, 8, ["label", "disabled", "is-loading"])
157
+ ])
158
+ ], 2)
159
+ ], 34));
160
+ }
161
+ }), ve = /* @__PURE__ */ O(oe, [["__scopeId", "data-v-d30ddefe"]]), se = { class: "availability-skeleton" }, de = {
162
+ key: 0,
163
+ class: "availability-skeleton-navigation"
164
+ }, ce = {
165
+ key: 2,
166
+ class: "availability-skeleton-event"
167
+ }, ue = /* @__PURE__ */ N({
168
+ __name: "AvailabilitySkeleton",
169
+ props: {
170
+ view: { default: "hotel" },
171
+ hotel: { type: Boolean, default: !1 }
172
+ },
173
+ setup(S) {
174
+ return (a, d) => (t(), s("div", se, [
175
+ a.view === "both" ? (t(), s("div", de, [
176
+ i(z, {
177
+ height: "28px",
178
+ width: "60px",
179
+ "border-radius": "20px"
180
+ }),
181
+ i(z, {
182
+ height: "28px",
183
+ width: "60px",
184
+ "border-radius": "20px"
185
+ })
186
+ ])) : v("", !0),
187
+ a.view !== "event" ? (t(), s("div", {
188
+ key: 1,
189
+ class: x([
190
+ "availability-skeleton-hotel",
191
+ { "within-hotel": a.hotel }
192
+ ])
193
+ }, [
194
+ i(p, { "with-icon": "" }),
195
+ i(p, { "with-icon": "" }),
196
+ i(p, { "with-icon": "" }),
197
+ i(p, {
198
+ "with-icon": "",
199
+ "no-label": ""
200
+ })
201
+ ], 2)) : (t(), s("div", ce, [
202
+ i(p, { "with-icon": "" }),
203
+ i(p, {
204
+ "with-icon": "",
205
+ "no-label": ""
206
+ })
207
+ ]))
208
+ ]));
209
+ }
210
+ }), fe = /* @__PURE__ */ O(ue, [["__scopeId", "data-v-be195a3f"]]);
211
+ export {
212
+ fe as A,
213
+ ve as H
214
+ };
@@ -1,5 +1,5 @@
1
- import { k as b, v as k, r as V, B as $, o as p, m as B, w as I, x as d, p as C, z as i, T as q, I as T, _ as v, ah as A, q as h, ai as _, aj as w, l as g, H as u, n as P, F as N, a6 as f, s as F, c as G, ak as j, Q as z, R as E } from "./SelectField.vue_vue_type_style_index_0_lang-XwPp5AXD.js";
2
- const H = { class: "fresh-booking-phone-input" }, O = /* @__PURE__ */ b({
1
+ import { k as b, v as k, r as V, Z as $, o as p, m as B, w as I, x as d, p as C, z as i, T as P, I as T, _ as v, ai as A, q as h, aj as _, ak as w, l as g, F as u, n as q, B as N, a8 as f, s as F, c as G, al as j, P as z, Q as E } from "./SelectField.vue_vue_type_style_index_0_lang-1RNEqBhG.js";
2
+ const O = { class: "fresh-booking-phone-input" }, U = /* @__PURE__ */ b({
3
3
  __name: "PhoneField",
4
4
  props: {
5
5
  modelValue: {},
@@ -32,8 +32,8 @@ const H = { class: "fresh-booking-phone-input" }, O = /* @__PURE__ */ b({
32
32
  readonly: o.readonly
33
33
  }, {
34
34
  default: I(() => [
35
- d("div", H, [
36
- C(q, {
35
+ d("div", O, [
36
+ C(P, {
37
37
  modelValue: e.value,
38
38
  "onUpdate:modelValue": r[0] || (r[0] = (y) => e.value = y),
39
39
  type: "text",
@@ -49,7 +49,7 @@ const H = { class: "fresh-booking-phone-input" }, O = /* @__PURE__ */ b({
49
49
  "input-style": o.inputStyle,
50
50
  onInput: r[1] || (r[1] = (y) => m())
51
51
  }, null, 8, ["modelValue", "id", "icon", "icon-color", "icon-type", "required", "readonly", "input-style"]),
52
- C(q, {
52
+ C(P, {
53
53
  modelValue: s.value,
54
54
  "onUpdate:modelValue": r[2] || (r[2] = (y) => s.value = y),
55
55
  type: "number",
@@ -67,7 +67,7 @@ const H = { class: "fresh-booking-phone-input" }, O = /* @__PURE__ */ b({
67
67
  _: 1
68
68
  }, 8, ["label", "id", "required", "readonly"]));
69
69
  }
70
- }), x = /* @__PURE__ */ v(O, [["__scopeId", "data-v-5cd094ab"]]), R = ["required", "type", "name", "readonly", "disabled", "value", "checked"], U = ["data-test"], D = { key: 0 }, K = /* @__PURE__ */ b({
70
+ }), x = /* @__PURE__ */ v(U, [["__scopeId", "data-v-5cd094ab"]]), D = ["required", "type", "name", "readonly", "disabled", "value", "checked"], H = ["data-test"], K = { key: 0 }, M = /* @__PURE__ */ b({
71
71
  __name: "Checkbox",
72
72
  props: {
73
73
  modelValue: { type: [String, Boolean, Number] },
@@ -115,7 +115,7 @@ const H = { class: "fresh-booking-phone-input" }, O = /* @__PURE__ */ b({
115
115
  value: e.type === "radio" ? e.val : e.modelValue,
116
116
  checked: e.type === "radio" ? e.val === e.modelValue : !!e.modelValue,
117
117
  onChange: s[0] || (s[0] = (m) => c())
118
- }), null, 16, R),
118
+ }), null, 16, D),
119
119
  d("div", {
120
120
  class: h([
121
121
  "fresh-booking-click-box",
@@ -125,20 +125,20 @@ const H = { class: "fresh-booking-phone-input" }, O = /* @__PURE__ */ b({
125
125
  style: _(e.inputStyle),
126
126
  "data-test": e.name,
127
127
  onKeyup: s[1] || (s[1] = w((m) => c(), ["enter"]))
128
- }, null, 46, U),
128
+ }, null, 46, H),
129
129
  e.label ? (p(), g("div", {
130
130
  key: 0,
131
131
  class: h(["fresh-booking-click-box-label", { "with-price": e.price }])
132
132
  }, [
133
133
  d("span", null, u(e.label), 1),
134
- e.price ? (p(), g("span", D, u(e.price), 1)) : P("", !0)
135
- ], 2)) : P("", !0)
134
+ e.price ? (p(), g("span", K, u(e.price), 1)) : q("", !0)
135
+ ], 2)) : q("", !0)
136
136
  ], 2)
137
137
  ]),
138
138
  _: 1
139
139
  }, 8, ["required", "type", "readonly"]));
140
140
  }
141
- }), ee = /* @__PURE__ */ v(K, [["__scopeId", "data-v-7ef656cb"]]), M = {
141
+ }), ee = /* @__PURE__ */ v(M, [["__scopeId", "data-v-7ef656cb"]]), R = {
142
142
  href: "https://policies.google.com/privacy",
143
143
  target: "_blank"
144
144
  }, W = {
@@ -150,7 +150,7 @@ const H = { class: "fresh-booking-phone-input" }, O = /* @__PURE__ */ b({
150
150
  const { t: l } = N();
151
151
  return (t, n) => (p(), g("span", null, [
152
152
  f(u(i(l)("googleNotice")) + " ", 1),
153
- d("a", M, u(i(l)("googlePrivacyPolicy")), 1),
153
+ d("a", R, u(i(l)("googlePrivacyPolicy")), 1),
154
154
  f(" " + u(i(l)("googleAnd")) + " ", 1),
155
155
  d("a", W, u(i(l)("googleTOS")), 1),
156
156
  f(" " + u(i(l)("googleApply")) + ". ", 1)
@@ -180,9 +180,9 @@ function S(a) {
180
180
  });
181
181
  }
182
182
  typeof S == "function" && S(Q);
183
- const J = (a) => (z("data-v-340cb9ce"), a = a(), E(), a), L = /* @__PURE__ */ J(() => /* @__PURE__ */ d("div", { id: "fresh-booking-payment-checkout" }, null, -1)), X = [
184
- L
185
- ], Y = /* @__PURE__ */ b({
183
+ const Z = (a) => (z("data-v-340cb9ce"), a = a(), E(), a), J = /* @__PURE__ */ Z(() => /* @__PURE__ */ d("div", { id: "fresh-booking-payment-checkout" }, null, -1)), L = [
184
+ J
185
+ ], X = /* @__PURE__ */ b({
186
186
  __name: "CheckoutWindow",
187
187
  setup(a) {
188
188
  const { paymentGatewayId: l } = F(G());
@@ -193,10 +193,10 @@ const J = (a) => (z("data-v-340cb9ce"), a = a(), E(), a), L = /* @__PURE__ */ J(
193
193
  d("div", {
194
194
  id: "fresh-booking-payment-checkout-wrapper",
195
195
  class: h({ reePay: i(l) === i(j).ReePay })
196
- }, X, 2)
196
+ }, L, 2)
197
197
  ]));
198
198
  }
199
- }), oe = /* @__PURE__ */ v(Y, [["__scopeId", "data-v-340cb9ce"]]);
199
+ }), oe = /* @__PURE__ */ v(X, [["__scopeId", "data-v-340cb9ce"]]);
200
200
  export {
201
201
  ee as C,
202
202
  x as P,