@konnectio/core 4.0.22 → 4.0.24

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 (78) hide show
  1. package/dist/{ActionField-83fef1c1.cjs → ActionField-8ee667bd.cjs} +1 -1
  2. package/dist/{ActionField-4c47ccce.js → ActionField-b2ee8f91.js} +2 -2
  3. package/dist/ActionField-b2ee8f91.js.br +0 -0
  4. package/dist/AvailabilitySkeleton-16a3be88.js +227 -0
  5. package/dist/AvailabilitySkeleton-16a3be88.js.br +0 -0
  6. package/dist/AvailabilitySkeleton-83a2e2c6.cjs +1 -0
  7. package/dist/{DateField.vue_vue_type_style_index_0_lang-efec37d7.cjs → DateField.vue_vue_type_style_index_0_lang-4caf9daf.cjs} +2 -2
  8. package/dist/{DateField.vue_vue_type_style_index_0_lang-6242a55d.js → DateField.vue_vue_type_style_index_0_lang-a4abbe86.js} +6 -6
  9. package/dist/DateField.vue_vue_type_style_index_0_lang-a4abbe86.js.br +0 -0
  10. package/dist/{Field-72b689c4.cjs → Field-877b4588.cjs} +1 -1
  11. package/dist/{Field-d3e306c7.js → Field-f5f98938.js} +2 -2
  12. package/dist/Field-f5f98938.js.br +0 -0
  13. package/dist/{NumberField.vue_vue_type_script_setup_true_lang-e9425fa5.js → NumberField.vue_vue_type_script_setup_true_lang-5bf8b187.js} +2 -2
  14. package/dist/NumberField.vue_vue_type_script_setup_true_lang-5bf8b187.js.br +0 -0
  15. package/dist/{NumberField.vue_vue_type_script_setup_true_lang-53cff536.cjs → NumberField.vue_vue_type_script_setup_true_lang-f72da2f4.cjs} +1 -1
  16. package/dist/SelectField.vue_vue_type_style_index_0_lang-727c44d8.cjs +855 -0
  17. package/dist/{SelectField.vue_vue_type_style_index_0_lang-b53d9177.js → SelectField.vue_vue_type_style_index_0_lang-f136675d.js} +8594 -8260
  18. package/dist/SelectField.vue_vue_type_style_index_0_lang-f136675d.js.br +0 -0
  19. package/dist/{ThankYou-ebdebf4e.js → ThankYou-58baa41d.js} +11 -11
  20. package/dist/ThankYou-58baa41d.js.br +0 -0
  21. package/dist/{ThankYou-98807e93.cjs → ThankYou-f027d958.cjs} +2 -2
  22. package/dist/{_-07462fdc.cjs → _-573e46fc.cjs} +1 -1
  23. package/dist/{_-f5b07fc1.js → _-e0a2fd6e.js} +1 -1
  24. package/dist/_-e0a2fd6e.js.br +0 -0
  25. package/dist/availability.cjs +2 -2
  26. package/dist/availability.js +62 -64
  27. package/dist/availability.js.br +0 -0
  28. package/dist/components/forms/EventAvailabilityForm.vue.d.ts +1 -1
  29. package/dist/components/forms/HotelAvailabilityForm.vue.d.ts +1 -1
  30. package/dist/components/forms/ReservationForm.vue.d.ts +1 -1
  31. package/dist/components/inputs/InputField.vue.d.ts +1 -1
  32. package/dist/components/inputs/grouped/NameField.vue.d.ts +1 -1
  33. package/dist/components/listings/Base.vue.d.ts +1 -1
  34. package/dist/components/listings/Hotel.vue.d.ts +1 -1
  35. package/dist/{event-5c513f23.cjs → event-01f44344.cjs} +1 -1
  36. package/dist/{event-136853fa.js → event-3e48b8ad.js} +9 -9
  37. package/dist/event-3e48b8ad.js.br +0 -0
  38. package/dist/event.cjs +1 -1
  39. package/dist/event.js +18 -18
  40. package/dist/event.js.br +0 -0
  41. package/dist/gift-card-validation.cjs +1 -1
  42. package/dist/gift-card-validation.js +3 -3
  43. package/dist/gift-card-validation.js.br +0 -0
  44. package/dist/gift-card.cjs +1 -1
  45. package/dist/gift-card.js +12 -12
  46. package/dist/gift-card.js.br +0 -0
  47. package/dist/hotel.cjs +5 -5
  48. package/dist/hotel.js +1640 -1674
  49. package/dist/hotel.js.br +0 -0
  50. package/dist/index-68332b8a.cjs +1 -0
  51. package/dist/index-931022d3.js +405 -0
  52. package/dist/index-931022d3.js.br +0 -0
  53. package/dist/polyfill.cjs +1 -1
  54. package/dist/polyfill.js +1 -1
  55. package/dist/polyfill.js.br +0 -0
  56. package/dist/store/event.d.ts +1 -1
  57. package/dist/store/hotel.d.ts +1 -1
  58. package/dist/store/payment.d.ts +1 -1
  59. package/dist/style.css +1 -1
  60. package/dist/style.css.br +0 -0
  61. package/dist/types/index.d.ts +1 -0
  62. package/package.json +2 -2
  63. package/dist/ActionField-4c47ccce.js.br +0 -0
  64. package/dist/AvailabilitySkeleton-0e77a3ad.cjs +0 -1
  65. package/dist/AvailabilitySkeleton-6ba16e6b.js +0 -223
  66. package/dist/AvailabilitySkeleton-6ba16e6b.js.br +0 -0
  67. package/dist/DateField.vue_vue_type_style_index_0_lang-6242a55d.js.br +0 -0
  68. package/dist/Field-d3e306c7.js.br +0 -0
  69. package/dist/NumberField.vue_vue_type_script_setup_true_lang-e9425fa5.js.br +0 -0
  70. package/dist/SelectField.vue_vue_type_style_index_0_lang-b53d9177.js.br +0 -0
  71. package/dist/SelectField.vue_vue_type_style_index_0_lang-ed0ef984.cjs +0 -855
  72. package/dist/ThankYou-ebdebf4e.js.br +0 -0
  73. package/dist/_-f5b07fc1.js.br +0 -0
  74. package/dist/event-136853fa.js.br +0 -0
  75. package/dist/index-c407bc6f.cjs +0 -1
  76. package/dist/index-eab5c85f.js +0 -664
  77. package/dist/index-eab5c85f.js.br +0 -0
  78. package/dist/store/tracking.d.ts +0 -16
@@ -1,10 +1,10 @@
1
- import { L as Ei, M as xi, h as ce, ai as Tn, k as C, l as Oe, an as ea, ao as je, q as A, x as y, a2 as ge, a9 as ae, t as W, al as jt, v as _e, am as ta, w as be, m as ne, ap as na, aq as ra, r as fe, N as ia, ar as ct, A as D, ak as oa, as as aa, at as sa, au as la, av as ua, aw as ca, c as ze, a1 as at, ax as fa, o as Oi, n as P, a0 as Mt, z as nt, a as Qn, ae as da, H as Wt, a3 as Ye, D as bt, F as ve, ay as ha, af as Sn, _ as rt, az as We, ag as zr, aA as va, s as Pt, aB as pa, aC as ga, B as ma, G as _a } from "./SelectField.vue_vue_type_style_index_0_lang-b53d9177.js";
1
+ import { L as Ei, M as xi, h as ce, al as Tn, k as C, l as Oe, am as ea, an as je, q as A, x as y, a2 as ge, aa as ae, t as W, aj as jt, v as _e, ak as ta, w as be, m as ne, ao as na, ap as ra, r as fe, N as ia, aq as ct, A as D, ai as oa, ar as aa, as as sa, at as la, au as ua, av as ca, c as ze, a1 as at, aw as fa, o as Oi, n as P, a0 as Mt, z as nt, a as Qn, af as da, H as Wt, a3 as Ye, D as bt, F as ve, ax as ha, ag as Sn, _ as rt, ay as We, ah as zr, az as va, s as Pt, aA as pa, aB as ga, B as ma, G as _a } from "./SelectField.vue_vue_type_style_index_0_lang-f136675d.js";
2
2
  import { g as ya, c as ba, a as Pa } from "./_commonjsHelpers-aeeeeb92.js";
3
- import { u as Lr } from "./NumberField.vue_vue_type_script_setup_true_lang-e9425fa5.js";
4
- import { A as Ea } from "./ActionField-4c47ccce.js";
5
- import { _ as xa } from "./index-eab5c85f.js";
6
- import { u as Oa } from "./DateField.vue_vue_type_style_index_0_lang-6242a55d.js";
7
- import { E as Te, u as wa } from "./_-f5b07fc1.js";
3
+ import { u as Lr } from "./NumberField.vue_vue_type_script_setup_true_lang-5bf8b187.js";
4
+ import { A as Ea } from "./ActionField-b2ee8f91.js";
5
+ import { _ as xa } from "./index-931022d3.js";
6
+ import { u as Oa } from "./DateField.vue_vue_type_style_index_0_lang-a4abbe86.js";
7
+ import { E as Te, u as wa } from "./_-e0a2fd6e.js";
8
8
  const Ta = ["top", "right", "bottom", "left"], jr = ["start", "end"], Fr = /* @__PURE__ */ Ta.reduce((n, i) => n.concat(i, i + "-" + jr[0], i + "-" + jr[1]), []), Et = Math.min, Ne = Math.max, Sa = {
9
9
  left: "right",
10
10
  right: "left",
@@ -11174,7 +11174,7 @@ const ac = (n) => (n.install = function(i) {
11174
11174
  return C(), A("li", {
11175
11175
  class: _e([
11176
11176
  "booking-availability-listing",
11177
- { "no-gallery": c.gallery === void 0 || c.gallery.length === 0 }
11177
+ { "no-gallery": !c.gallery || c.gallery.length < 2 }
11178
11178
  ])
11179
11179
  }, [
11180
11180
  c.gallery ? (C(), A("div", lc, [
@@ -11215,7 +11215,7 @@ const ac = (n) => (n.install = function(i) {
11215
11215
  _: 1
11216
11216
  }, 8, ["plugins"])) : W("", !0)
11217
11217
  ])) : W("", !0),
11218
- c.gallery && typeof c.gallery != "string" && c.gallery.length > 1 ? (C(), A("div", {
11218
+ c.gallery && c.gallery.length > 1 ? (C(), A("div", {
11219
11219
  key: 1,
11220
11220
  class: _e([
11221
11221
  "booking-availability-listing-gallery",
@@ -11328,7 +11328,7 @@ const ac = (n) => (n.install = function(i) {
11328
11328
  };
11329
11329
  }
11330
11330
  });
11331
- const jf = /* @__PURE__ */ rt(Oc, [["__scopeId", "data-v-04545fc3"]]), wc = { id: "fresh-booking-multi-step-form-navigation" }, Tc = {
11331
+ const jf = /* @__PURE__ */ rt(Oc, [["__scopeId", "data-v-c09389ca"]]), wc = { id: "fresh-booking-multi-step-form-navigation" }, Tc = {
11332
11332
  key: 0,
11333
11333
  id: "fresh-booking-multi-step-form-overlay"
11334
11334
  }, Sc = { id: "fresh-booking-multi-step-form-steps-wrapper" }, Rc = { key: 0 }, Cc = { key: 1 }, Ic = { class: "fresh-booking-multi-steps" }, Ac = { style: { fontSize: "18px" } }, kc = { id: "fresh-booking-multi-step-form-content" }, Mc = /* @__PURE__ */ ce({
@@ -11545,7 +11545,7 @@ const Hc = /* @__PURE__ */ rt($c, [["__scopeId", "data-v-52e1f591"]]), Bc = { cl
11545
11545
  ]));
11546
11546
  }
11547
11547
  });
11548
- const Uc = /* @__PURE__ */ rt(Wc, [["__scopeId", "data-v-78cc8d19"]]), Xc = (n) => (Ei("data-v-c8488b04"), n = n(), xi(), n), Yc = {
11548
+ const Uc = /* @__PURE__ */ rt(Wc, [["__scopeId", "data-v-78cc8d19"]]), Xc = (n) => (Ei("data-v-387a2065"), n = n(), xi(), n), Yc = {
11549
11549
  id: "fresh-booking-reservation-layout",
11550
11550
  "sticky-container": ""
11551
11551
  }, Kc = { id: "fresh-booking-reservation-layout-content" }, Zc = { id: "fresh-booking-reservation-layout-form" }, Jc = { id: "fresh-booking-reservation-layout-aside" }, Qc = { class: "fresh-booking-panel" }, qc = { id: "fresh-booking-reservation-layout-aside-resume" }, ef = { key: 0 }, tf = { key: 1 }, nf = { key: 2 }, rf = { key: 3 }, of = /* @__PURE__ */ Xc(() => /* @__PURE__ */ y("hr", null, null, -1)), af = {
@@ -11689,7 +11689,7 @@ const Uc = /* @__PURE__ */ rt(Wc, [["__scopeId", "data-v-78cc8d19"]]), Xc = (n)
11689
11689
  ]));
11690
11690
  }
11691
11691
  });
11692
- const $f = /* @__PURE__ */ rt(df, [["__scopeId", "data-v-c8488b04"]]), hf = {
11692
+ const $f = /* @__PURE__ */ rt(df, [["__scopeId", "data-v-387a2065"]]), hf = {
11693
11693
  id: "konnectio-confirmation",
11694
11694
  class: "fresh-booking-panel"
11695
11695
  }, vf = { id: "konnectio-confirmation-introduction" }, pf = { id: "konnectio-confirmation-title" }, gf = ["innerHTML"], mf = { class: "fresh-booking-order-panel" }, _f = { key: 0 }, yf = { class: "fresh-booking-order-panel" }, bf = { class: "fresh-booking-order-lines" }, Pf = { key: 0 }, Ef = { key: 1 }, xf = {
Binary file