@konnectio/core 4.0.56-rc35 → 4.0.56-rc37
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.
- package/dist/{ActionField-Bruv7ZZW.js → ActionField-BhYhC0aQ.js} +43 -34
- package/dist/ActionField-BhYhC0aQ.js.br +0 -0
- package/dist/AvailabilitySkeleton-CXRs2yLp.js +286 -0
- package/dist/AvailabilitySkeleton-CXRs2yLp.js.br +0 -0
- package/dist/{AvailabilitySkeleton.vue_vue_type_style_index_0_scoped_17762b9b_lang-Z4h6wyqj.js → AvailabilitySkeleton.vue_vue_type_style_index_0_scoped_17762b9b_lang-BZN97s2s.js} +2687 -2676
- package/dist/AvailabilitySkeleton.vue_vue_type_style_index_0_scoped_17762b9b_lang-BZN97s2s.js.br +0 -0
- package/dist/{CheckoutWindow-Dn3fiFuv.js → CheckoutWindow-DPJ2GFqg.js} +143 -134
- package/dist/CheckoutWindow-DPJ2GFqg.js.br +0 -0
- package/dist/{ErrorMessage-VK8egk99.js → ErrorMessage-4DJnsYbI.js} +27 -18
- package/dist/ErrorMessage-4DJnsYbI.js.br +0 -0
- package/dist/EventAvailabilityForm-rUB2CJ24.js +432 -0
- package/dist/EventAvailabilityForm-rUB2CJ24.js.br +0 -0
- package/dist/Field-Dr6RF4JV.js +50 -0
- package/dist/Field-Dr6RF4JV.js.br +0 -0
- package/dist/Field.vue_vue_type_style_index_0_scoped_992f78a1_lang-C8tvgzaO.js +21280 -0
- package/dist/Field.vue_vue_type_style_index_0_scoped_992f78a1_lang-C8tvgzaO.js.br +0 -0
- package/dist/TermsOfService-B94i1jM5.js +35 -0
- package/dist/TermsOfService-B94i1jM5.js.br +0 -0
- package/dist/_commonjsHelpers-UWZO_9XV.js +11796 -0
- package/dist/_commonjsHelpers-UWZO_9XV.js.br +0 -0
- package/dist/availability.js +60 -50
- package/dist/availability.js.br +0 -0
- package/dist/event.js +279 -269
- package/dist/event.js.br +0 -0
- package/dist/gift-card-validation.js +80 -70
- package/dist/gift-card-validation.js.br +0 -0
- package/dist/gift-card.js +234 -224
- package/dist/gift-card.js.br +0 -0
- package/dist/hotel.js +696 -692
- package/dist/hotel.js.br +0 -0
- package/dist/{masonry.plugin-WFnnzw7L.js → masonry.plugin-DPkIO3nk.js} +58 -49
- package/dist/masonry.plugin-DPkIO3nk.js.br +0 -0
- package/dist/navigation.js +10 -1
- package/dist/polyfill.js +14757 -4715
- package/dist/polyfill.js.br +0 -0
- package/dist/style.css +1 -1
- package/dist/style.css.br +0 -0
- package/package.json +15 -13
- package/dist/ActionField-Bruv7ZZW.js.br +0 -0
- package/dist/AvailabilitySkeleton-DxVPZPw3.js +0 -277
- package/dist/AvailabilitySkeleton-DxVPZPw3.js.br +0 -0
- package/dist/AvailabilitySkeleton.vue_vue_type_style_index_0_scoped_17762b9b_lang-Z4h6wyqj.js.br +0 -0
- package/dist/CheckoutWindow-Dn3fiFuv.js.br +0 -0
- package/dist/ErrorMessage-VK8egk99.js.br +0 -0
- package/dist/EventAvailabilityForm-DbkL5luy.js +0 -422
- package/dist/EventAvailabilityForm-DbkL5luy.js.br +0 -0
- package/dist/Field-fZ3Q2e9-.js +0 -41
- package/dist/Field-fZ3Q2e9-.js.br +0 -0
- package/dist/Field.vue_vue_type_style_index_0_scoped_992f78a1_lang-CJgfqs-l.js +0 -30755
- package/dist/Field.vue_vue_type_style_index_0_scoped_992f78a1_lang-CJgfqs-l.js.br +0 -0
- package/dist/TermsOfService-2g29W45E.js +0 -26
- package/dist/_commonjsHelpers-DaMA6jEr.js +0 -8
- package/dist/masonry.plugin-WFnnzw7L.js.br +0 -0
|
Binary file
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { d as o, u as a, o as r, a as i, w as c, f as e, g as s, h as p, _ } from "./Field.vue_vue_type_style_index_0_scoped_992f78a1_lang-CJgfqs-l.js";
|
|
2
|
-
import { B as d } from "./CheckoutWindow-Dn3fiFuv.js";
|
|
3
|
-
const l = { class: "konnectio-terms-side-panel" }, f = ["innerHTML"], m = /* @__PURE__ */ o({
|
|
4
|
-
__name: "TermsOfService",
|
|
5
|
-
props: {
|
|
6
|
-
description: {}
|
|
7
|
-
},
|
|
8
|
-
setup(u) {
|
|
9
|
-
const { t } = a();
|
|
10
|
-
return (n, h) => (r(), i(d, {
|
|
11
|
-
title: s(t)("general.termsAndConditions")
|
|
12
|
-
}, {
|
|
13
|
-
default: c(() => [
|
|
14
|
-
e("div", l, [
|
|
15
|
-
e("p", {
|
|
16
|
-
innerHTML: s(p)(n.description)
|
|
17
|
-
}, null, 8, f)
|
|
18
|
-
])
|
|
19
|
-
]),
|
|
20
|
-
_: 1
|
|
21
|
-
}, 8, ["title"]));
|
|
22
|
-
}
|
|
23
|
-
}), k = /* @__PURE__ */ _(m, [["__scopeId", "data-v-82aaf990"]]);
|
|
24
|
-
export {
|
|
25
|
-
k as S
|
|
26
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
var o = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
2
|
-
function l(e) {
|
|
3
|
-
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
4
|
-
}
|
|
5
|
-
export {
|
|
6
|
-
o as c,
|
|
7
|
-
l as g
|
|
8
|
-
};
|
|
Binary file
|