@konnectio/core 4.0.56-rc15 → 4.0.56-rc17
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-v2VjBwyP.js → ActionField-FHpkuvKb.js} +3 -3
- package/dist/ActionField-FHpkuvKb.js.br +0 -0
- package/dist/{AvailabilitySkeleton-Qp8pBuKB.js → AvailabilitySkeleton-5cdinrJb.js} +31 -32
- package/dist/AvailabilitySkeleton-5cdinrJb.js.br +0 -0
- package/dist/{CheckoutWindow-zKWL14ZQ.js → CheckoutWindow-2QBoV8Ux.js} +24 -24
- package/dist/CheckoutWindow-2QBoV8Ux.js.br +0 -0
- package/dist/DateField.vue_vue_type_style_index_0_lang-8jh4ShrP.js +8026 -0
- package/dist/DateField.vue_vue_type_style_index_0_lang-8jh4ShrP.js.br +0 -0
- package/dist/{Field-813GNeV-.js → Field-XgLyezkE.js} +8 -9
- package/dist/Field-XgLyezkE.js.br +0 -0
- package/dist/ThankYou-qlEQeAKd.js +12057 -0
- package/dist/ThankYou-qlEQeAKd.js.br +0 -0
- package/dist/{SelectField.vue_vue_type_style_index_0_lang-e8Rmd6FZ.js → _-488L5zGs.js} +5419 -5540
- package/dist/_-488L5zGs.js.br +0 -0
- package/dist/_commonjsHelpers-f3sTPFkQ.js +8 -0
- package/dist/availability.js +45 -48
- package/dist/availability.js.br +0 -0
- package/dist/{event-mQu2QsEx.js → event-TnRfky1i.js} +43 -43
- package/dist/event-TnRfky1i.js.br +0 -0
- package/dist/event.js +63 -64
- package/dist/event.js.br +0 -0
- package/dist/gift-card-validation.js +82 -55
- package/dist/gift-card-validation.js.br +0 -0
- package/dist/gift-card.js +209 -208
- package/dist/gift-card.js.br +0 -0
- package/dist/hotel.js +959 -920
- package/dist/hotel.js.br +0 -0
- package/dist/polyfill.js +97 -97
- package/dist/polyfill.js.br +0 -0
- package/dist/style.css +1 -1
- package/dist/style.css.br +0 -0
- package/package.json +13 -13
- package/dist/ActionField-v2VjBwyP.js.br +0 -0
- package/dist/AvailabilitySkeleton-Qp8pBuKB.js.br +0 -0
- package/dist/CheckoutWindow-zKWL14ZQ.js.br +0 -0
- package/dist/DateField.vue_vue_type_style_index_0_lang-cmnH2g2d.js +0 -8558
- package/dist/DateField.vue_vue_type_style_index_0_lang-cmnH2g2d.js.br +0 -0
- package/dist/Field-813GNeV-.js.br +0 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-e8Rmd6FZ.js.br +0 -0
- package/dist/ThankYou-CibbgAJf.js +0 -13233
- package/dist/ThankYou-CibbgAJf.js.br +0 -0
- package/dist/_-VRZUGIKe.js +0 -19
- package/dist/_commonjsHelpers-2ufMB8rV.js +0 -30
- package/dist/event-mQu2QsEx.js.br +0 -0
|
Binary file
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { k as l, o as a,
|
|
2
|
-
import { E as t } from "./_-VRZUGIKe.js";
|
|
1
|
+
import { k as l, o as a, x as t, m as n, y as i, t as s, z as o, A as r, v as d } from "./_-488L5zGs.js";
|
|
3
2
|
const p = {
|
|
4
3
|
key: 0,
|
|
5
4
|
class: "skeleton-field-label"
|
|
@@ -11,32 +10,32 @@ const p = {
|
|
|
11
10
|
isTextArea: { type: Boolean, default: !1 }
|
|
12
11
|
},
|
|
13
12
|
setup(f) {
|
|
14
|
-
return (e, m) => (a(),
|
|
13
|
+
return (e, m) => (a(), t("div", {
|
|
15
14
|
class: r([
|
|
16
15
|
"skeleton-field",
|
|
17
16
|
{ "is-text-area": e.isTextArea },
|
|
18
17
|
{ "no-label": e.noLabel }
|
|
19
18
|
])
|
|
20
19
|
}, [
|
|
21
|
-
e.noLabel ? (a(),
|
|
22
|
-
e.withIcon ? (a(), n(
|
|
20
|
+
e.noLabel ? (a(), t("div", c)) : (a(), t("div", p, [
|
|
21
|
+
e.withIcon ? (a(), n(o, {
|
|
23
22
|
key: 0,
|
|
24
23
|
height: "15px",
|
|
25
24
|
width: "15px"
|
|
26
25
|
})) : i("", !0),
|
|
27
|
-
s(
|
|
26
|
+
s(o, {
|
|
28
27
|
height: "15px",
|
|
29
28
|
width: "30%"
|
|
30
29
|
})
|
|
31
30
|
])),
|
|
32
|
-
s(
|
|
31
|
+
s(o, {
|
|
33
32
|
height: e.isTextArea ? "82px" : "44px",
|
|
34
33
|
width: "100%",
|
|
35
34
|
"border-radius": "6px"
|
|
36
35
|
}, null, 8, ["height"])
|
|
37
36
|
], 2));
|
|
38
37
|
}
|
|
39
|
-
}),
|
|
38
|
+
}), k = /* @__PURE__ */ d(h, [["__scopeId", "data-v-992f78a1"]]);
|
|
40
39
|
export {
|
|
41
|
-
|
|
40
|
+
k as F
|
|
42
41
|
};
|
|
Binary file
|