@konnectio/core 4.0.56-rc3 → 4.0.56-rc5

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 (113) hide show
  1. package/dist/{ActionField-9I-yAskc.js → ActionField--byx0Lp1.js} +27 -28
  2. package/dist/ActionField--byx0Lp1.js.br +0 -0
  3. package/dist/AvailabilitySkeleton-cL6E9wAp.js +239 -0
  4. package/dist/AvailabilitySkeleton-cL6E9wAp.js.br +0 -0
  5. package/dist/{CheckoutWindow-31th413C.js → CheckoutWindow-_ZUCAYgm.js} +46 -47
  6. package/dist/CheckoutWindow-_ZUCAYgm.js.br +0 -0
  7. package/dist/{Container-gHSYMY7q.js → Container-6UeOakwz.js} +6 -7
  8. package/dist/Container-6UeOakwz.js.br +0 -0
  9. package/dist/{DateField.vue_vue_type_style_index_0_lang-mpnWj2LD.js → DateField.vue_vue_type_style_index_0_lang-v-NT3HRG.js} +5 -6
  10. package/dist/DateField.vue_vue_type_style_index_0_lang-v-NT3HRG.js.br +0 -0
  11. package/dist/{Field-QHvFgmEq.js → Field-GdMucFcQ.js} +12 -13
  12. package/dist/Field-GdMucFcQ.js.br +5 -0
  13. package/dist/SelectField.vue_vue_type_style_index_0_lang-XwPp5AXD.js +27240 -0
  14. package/dist/SelectField.vue_vue_type_style_index_0_lang-XwPp5AXD.js.br +0 -0
  15. package/dist/{ThankYou-SQ_bbgj4.js → ThankYou-9pzt2SfJ.js} +1829 -1670
  16. package/dist/ThankYou-9pzt2SfJ.js.br +0 -0
  17. package/dist/_-5uiOrU07.js +19 -0
  18. package/dist/_commonjsHelpers-4t9S7M5p.js +30 -0
  19. package/dist/availability.js +34 -35
  20. package/dist/availability.js.br +0 -0
  21. package/dist/components/Alert.vue.d.ts +4 -4
  22. package/dist/components/Clickable.vue.d.ts +5 -5
  23. package/dist/components/Container.vue.d.ts +4 -4
  24. package/dist/components/ErrorMessage.vue.d.ts +3 -3
  25. package/dist/components/Gallery.vue.d.ts +4 -4
  26. package/dist/components/GoogleNotice.vue.d.ts +1 -1
  27. package/dist/components/Icon.vue.d.ts +4 -4
  28. package/dist/components/Loading.vue.d.ts +4 -4
  29. package/dist/components/Spinner.vue.d.ts +1 -1
  30. package/dist/components/forms/EventAvailabilityForm.vue.d.ts +4 -4
  31. package/dist/components/forms/HotelAvailabilityForm.vue.d.ts +4 -4
  32. package/dist/components/forms/HotelReservationForm.vue.d.ts +4 -4
  33. package/dist/components/forms/MultiStepForm.vue.d.ts +5 -5
  34. package/dist/components/forms/ReservationForm.vue.d.ts +4 -4
  35. package/dist/components/forms/_.vue.d.ts +5 -5
  36. package/dist/components/inputs/Checkbox.vue.d.ts +6 -6
  37. package/dist/components/inputs/CheckboxField.vue.d.ts +5 -5
  38. package/dist/components/inputs/DateField.vue.d.ts +5 -5
  39. package/dist/components/inputs/InputField.vue.d.ts +4 -4
  40. package/dist/components/inputs/MediaSelector.vue.d.ts +5 -5
  41. package/dist/components/inputs/NumberField.vue.d.ts +5 -5
  42. package/dist/components/inputs/SelectField.vue.d.ts +5 -5
  43. package/dist/components/inputs/TextField.vue.d.ts +6 -6
  44. package/dist/components/inputs/TimeField.vue.d.ts +4 -4
  45. package/dist/components/inputs/grouped/ActionField.vue.d.ts +5 -5
  46. package/dist/components/inputs/grouped/CountryField.vue.d.ts +5 -5
  47. package/dist/components/inputs/grouped/NameField.vue.d.ts +6 -6
  48. package/dist/components/inputs/grouped/PhoneField.vue.d.ts +6 -6
  49. package/dist/components/inputs/grouped/RoomConfigField.vue.d.ts +5 -5
  50. package/dist/components/listings/Base.vue.d.ts +4 -4
  51. package/dist/components/listings/Event.vue.d.ts +4 -4
  52. package/dist/components/listings/Hotel.vue.d.ts +3 -3
  53. package/dist/components/listings/Template.vue.d.ts +3 -3
  54. package/dist/components/side-panels/Base.vue.d.ts +5 -5
  55. package/dist/components/side-panels/ListingInfo.vue.d.ts +3 -3
  56. package/dist/components/side-panels/Template.vue.d.ts +3 -3
  57. package/dist/components/side-panels/TermsOfService.vue.d.ts +3 -3
  58. package/dist/components/skeletons/AvailabilitySkeleton.vue.d.ts +4 -4
  59. package/dist/components/skeletons/Field.vue.d.ts +4 -4
  60. package/dist/components/skeletons/GiftCardSkeleton.vue.d.ts +1 -1
  61. package/dist/components/skeletons/HotelSkeleton.vue.d.ts +1 -1
  62. package/dist/components/skeletons/Listing.vue.d.ts +1 -1
  63. package/dist/components/skeletons/Sidebar.vue.d.ts +1 -1
  64. package/dist/components/skeletons/_.vue.d.ts +4 -4
  65. package/dist/components/views/CheckoutWindow.vue.d.ts +1 -1
  66. package/dist/components/views/TermsOfService.vue.d.ts +1 -1
  67. package/dist/components/views/ThankYou.vue.d.ts +4 -4
  68. package/dist/entries/availability.d.ts +1 -1
  69. package/dist/entries/event.d.ts +1 -1
  70. package/dist/entries/gift-card-validation.d.ts +1 -1
  71. package/dist/entries/gift-card.d.ts +1 -1
  72. package/dist/entries/hotel.d.ts +1 -1
  73. package/dist/{event-4kCWoqDL.js → event-jnP6wH4w.js} +53 -54
  74. package/dist/event-jnP6wH4w.js.br +0 -0
  75. package/dist/event.js +212 -213
  76. package/dist/event.js.br +0 -0
  77. package/dist/gift-card-validation.js +57 -58
  78. package/dist/gift-card-validation.js.br +0 -0
  79. package/dist/gift-card.js +106 -107
  80. package/dist/gift-card.js.br +0 -0
  81. package/dist/hotel.js +916 -906
  82. package/dist/hotel.js.br +0 -0
  83. package/dist/layouts/Availability.vue.d.ts +4 -4
  84. package/dist/layouts/Event.vue.d.ts +4 -4
  85. package/dist/layouts/GiftCard.vue.d.ts +4 -4
  86. package/dist/layouts/GiftCardValidation.vue.d.ts +4 -4
  87. package/dist/layouts/Hotel.vue.d.ts +4 -4
  88. package/dist/layouts/_.vue.d.ts +4 -4
  89. package/dist/polyfill.js +2 -2
  90. package/dist/polyfill.js.br +0 -0
  91. package/dist/store/alert.d.ts +15 -15
  92. package/dist/store/applyGiftCard.d.ts +18 -18
  93. package/dist/store/availability.d.ts +12 -12
  94. package/dist/store/event.d.ts +141 -141
  95. package/dist/store/giftCard.d.ts +51 -51
  96. package/dist/store/payment.d.ts +39 -39
  97. package/dist/store/recaptcha.d.ts +3 -3
  98. package/dist/store/tracking.d.ts +6 -6
  99. package/dist/store/utilities.d.ts +129 -129
  100. package/package.json +1 -1
  101. package/dist/ActionField-9I-yAskc.js.br +0 -0
  102. package/dist/AvailabilitySkeleton-hoauL0os.js +0 -242
  103. package/dist/AvailabilitySkeleton-hoauL0os.js.br +0 -0
  104. package/dist/CheckoutWindow-31th413C.js.br +0 -0
  105. package/dist/Container-gHSYMY7q.js.br +0 -0
  106. package/dist/DateField.vue_vue_type_style_index_0_lang-mpnWj2LD.js.br +0 -0
  107. package/dist/Field-QHvFgmEq.js.br +0 -0
  108. package/dist/SelectField.vue_vue_type_style_index_0_lang-j_yHB51P.js +0 -21472
  109. package/dist/SelectField.vue_vue_type_style_index_0_lang-j_yHB51P.js.br +0 -0
  110. package/dist/ThankYou-SQ_bbgj4.js.br +0 -0
  111. package/dist/_-FedWhJCw.js +0 -20
  112. package/dist/_commonjsHelpers-FF1eOqK0.js +0 -8
  113. package/dist/event-4kCWoqDL.js.br +0 -0
package/dist/event.js.br CHANGED
Binary file
@@ -1,13 +1,12 @@
1
- import { defineComponent as X, openBlock as u, createBlock as C, withCtx as d, Suspense as I, createVNode as s, createElementVNode as t, withModifiers as w, unref as a, toDisplayString as e, isRef as b, createElementBlock as A, createCommentVNode as G, pushScopeId as T, popScopeId as x, createApp as B } from "vue";
2
- import { l as D, s as y, a as V, c as N, m as M, n as c, o as U, p as $, _ as E, q as H, t as P } from "./SelectField.vue_vue_type_style_index_0_lang-j_yHB51P.js";
3
- import { A as R } from "./ActionField-9I-yAskc.js";
4
- import { C as q } from "./Container-gHSYMY7q.js";
5
- import "./_commonjsHelpers-FF1eOqK0.js";
6
- const F = (i) => (T("data-v-5af38302"), i = i(), x(), i), j = ["innerHTML"], z = {
1
+ import { k as X, F as w, s as C, a as b, c as G, o as u, m as V, w as r, G as I, p as s, x as a, H as o, z as t, J as y, l as x, K as c, L as A, M as B, n as N, N as T, P as D, Q as M, R as U, _ as H, U as P, V as R, W as $ } from "./SelectField.vue_vue_type_style_index_0_lang-XwPp5AXD.js";
2
+ import { A as F } from "./ActionField--byx0Lp1.js";
3
+ import { C as z } from "./Container-6UeOakwz.js";
4
+ import "./_commonjsHelpers-4t9S7M5p.js";
5
+ const E = (i) => (M("data-v-5af38302"), i = i(), U(), i), J = ["innerHTML"], K = {
7
6
  key: 0,
8
7
  id: "fresh-booking-gift-card-validation-resume",
9
8
  class: "fresh-booking-panel"
10
- }, J = /* @__PURE__ */ F(() => /* @__PURE__ */ t("span", null, "Loading...", -1)), K = /* @__PURE__ */ X({
9
+ }, Q = /* @__PURE__ */ E(() => /* @__PURE__ */ a("span", null, "Loading...", -1)), W = /* @__PURE__ */ X({
11
10
  name: "GiftCardValidationLayout",
12
11
  __name: "GiftCardValidation",
13
12
  props: {
@@ -15,65 +14,65 @@ const F = (i) => (T("data-v-5af38302"), i = i(), x(), i), j = ["innerHTML"], z =
15
14
  styling: {}
16
15
  },
17
16
  setup(i) {
18
- const { t: o } = D(), {
17
+ const { t: e } = w(), {
19
18
  voucher: p,
20
- isValid: _,
21
- amount: k,
19
+ isValid: k,
20
+ amount: _,
22
21
  expirationDate: v,
23
22
  productName: L,
24
- isLoading: r
25
- } = y(V()), { currency: S } = y(N()), { apply: m } = V();
26
- return (g, n) => (u(), C(q, { styling: g.styling }, {
27
- default: d(() => [
28
- (u(), C(I, null, {
29
- default: d(() => [
30
- s(M, {
23
+ isLoading: d
24
+ } = C(b()), { currency: S } = C(G()), { apply: m } = b();
25
+ return (g, n) => (u(), V(z, { styling: g.styling }, {
26
+ default: r(() => [
27
+ (u(), V(I, null, {
28
+ default: r(() => [
29
+ s(D, {
31
30
  id: "fresh-booking-gift-card-validation-module",
32
31
  "access-token": g.accessToken,
33
32
  type: "gift-card"
34
33
  }, {
35
- default: d(() => [
36
- t("form", {
37
- onSubmit: n[3] || (n[3] = w((l) => a(m)(), ["prevent"]))
34
+ default: r(() => [
35
+ a("form", {
36
+ onSubmit: n[3] || (n[3] = T((l) => t(m)(), ["prevent"]))
38
37
  }, [
39
- t("h4", null, [
40
- t("span", null, e(a(o)("giftCardValidation.title")), 1)
38
+ a("h4", null, [
39
+ a("span", null, o(t(e)("giftCardValidation.title")), 1)
41
40
  ]),
42
- t("p", {
43
- innerHTML: a(o)("giftCardValidation.description")
44
- }, null, 8, j),
45
- s(R, {
46
- modelValue: a(p),
47
- "onUpdate:modelValue": n[0] || (n[0] = (l) => b(p) ? p.value = l : null),
41
+ a("p", {
42
+ innerHTML: t(e)("giftCardValidation.description")
43
+ }, null, 8, J),
44
+ s(F, {
45
+ modelValue: t(p),
46
+ "onUpdate:modelValue": n[0] || (n[0] = (l) => y(p) ? p.value = l : null),
48
47
  icon: "gift-card",
49
- label: a(o)("booking.reservation.giftCardCode"),
50
- buttonLabel: a(o)("giftCardValidation.submitButton"),
48
+ label: t(e)("booking.reservation.giftCardCode"),
49
+ buttonLabel: t(e)("giftCardValidation.submitButton"),
51
50
  placeholder: "XXXXXXXX",
52
- "is-loading": a(r),
53
- "onUpdate:isLoading": n[1] || (n[1] = (l) => b(r) ? r.value = l : null),
54
- onAction: n[2] || (n[2] = (l) => a(m)())
51
+ "is-loading": t(d),
52
+ "onUpdate:isLoading": n[1] || (n[1] = (l) => y(d) ? d.value = l : null),
53
+ onAction: n[2] || (n[2] = (l) => t(m)())
55
54
  }, null, 8, ["modelValue", "label", "buttonLabel", "is-loading"]),
56
- !a(r) && a(_) ? (u(), A("table", z, [
57
- t("thead", null, [
58
- t("tr", null, [
59
- t("th", null, [
60
- t("span", null, e(a(o)("giftCardValidation.giftCard")), 1),
55
+ !t(d) && t(k) ? (u(), x("table", K, [
56
+ a("thead", null, [
57
+ a("tr", null, [
58
+ a("th", null, [
59
+ a("span", null, o(t(e)("giftCardValidation.giftCard")), 1),
61
60
  s(c, {
62
61
  icon: "gift-card",
63
62
  type: "fas",
64
63
  color: "header"
65
64
  })
66
65
  ]),
67
- t("th", null, [
68
- t("span", null, e(a(o)("giftCardValidation.balance")), 1),
66
+ a("th", null, [
67
+ a("span", null, o(t(e)("giftCardValidation.balance")), 1),
69
68
  s(c, {
70
69
  icon: "money-bill",
71
70
  type: "fas",
72
71
  color: "header"
73
72
  })
74
73
  ]),
75
- t("th", null, [
76
- t("span", null, e(a(o)("giftCardValidation.expirationDate")), 1),
74
+ a("th", null, [
75
+ a("span", null, o(t(e)("giftCardValidation.expirationDate")), 1),
77
76
  s(c, {
78
77
  icon: "timer",
79
78
  type: "fas",
@@ -82,27 +81,27 @@ const F = (i) => (T("data-v-5af38302"), i = i(), x(), i), j = ["innerHTML"], z =
82
81
  ])
83
82
  ])
84
83
  ]),
85
- t("tbody", null, [
86
- t("tr", null, [
87
- t("td", null, [
88
- t("span", null, e(a(L)), 1)
84
+ a("tbody", null, [
85
+ a("tr", null, [
86
+ a("td", null, [
87
+ a("span", null, o(t(L)), 1)
89
88
  ]),
90
- t("td", null, [
91
- t("span", null, e(a(U)(a(k), a(S))), 1)
89
+ a("td", null, [
90
+ a("span", null, o(t(A)(t(_), t(S))), 1)
92
91
  ]),
93
- t("td", null, [
94
- t("span", null, e(a($)(a(v))), 1)
92
+ a("td", null, [
93
+ a("span", null, o(t(B)(t(v))), 1)
95
94
  ])
96
95
  ])
97
96
  ])
98
- ])) : G("", !0)
97
+ ])) : N("", !0)
99
98
  ], 32)
100
99
  ]),
101
100
  _: 1
102
101
  }, 8, ["access-token"])
103
102
  ]),
104
- fallback: d(() => [
105
- J
103
+ fallback: r(() => [
104
+ Q
106
105
  ]),
107
106
  _: 1
108
107
  }))
@@ -110,15 +109,15 @@ const F = (i) => (T("data-v-5af38302"), i = i(), x(), i), j = ["innerHTML"], z =
110
109
  _: 1
111
110
  }, 8, ["styling"]));
112
111
  }
113
- }), h = /* @__PURE__ */ E(K, [["__scopeId", "data-v-5af38302"]]), f = B({ components: { GiftCardValidation: h } }), O = H();
114
- f.use(O);
115
- f.use(P);
112
+ }), h = /* @__PURE__ */ H(W, [["__scopeId", "data-v-5af38302"]]), f = P({ components: { GiftCardValidation: h } }), j = R();
113
+ f.use(j);
114
+ f.use($);
116
115
  f.mount("#konnectio-gift-card-validation-app");
117
- const at = {
116
+ const aa = {
118
117
  install: (i) => {
119
118
  i.component("GiftCardValidation", h);
120
119
  }
121
120
  };
122
121
  export {
123
- at as default
122
+ aa as default
124
123
  };
Binary file