@visitscotland/component-library 4.24.0 → 4.25.0
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/client/manifest.json +24 -21
- package/dist/client/scripts/908156c58dbe3ae7f58f.js +1 -0
- package/dist/client/scripts/acdd34ecd951e332838c.js +1 -0
- package/dist/client/scripts/b0f4fcf548396b60795b.js +1 -0
- package/dist/client/scripts/d9053e61ed7e29dd8716.js +1 -0
- package/dist/client/scripts/fad71b4ec0ca375306a5.js +1 -0
- package/dist/components/components/carbon-calculator/CarbonCalculator.vue.d.ts +2 -0
- package/dist/components/components/carbon-calculator/components/CarbonCalculatorQuestion.vue.d.ts +2 -0
- package/dist/components/components/checkbox/Checkbox.vue.d.ts +1 -0
- package/dist/components/components/form/Form.vue.d.ts +8 -2
- package/dist/components/components/input/Input.vue.d.ts +1 -0
- package/dist/components/components/mega-nav/MegaNav.vue.d.ts +1 -0
- package/dist/components/components/number-input/NumberInput.vue.d.ts +1 -0
- package/dist/components/components/radio-button/RadioButton.vue.d.ts +1 -0
- package/dist/components/components/select/Select.vue.d.ts +1 -0
- package/dist/components/components/site-search/components/SiteSearchForm.vue.d.ts +1 -0
- package/dist/components/components/textarea/Textarea.vue.d.ts +5 -2
- package/dist/components/components/video/Video.vue.d.ts +66 -18
- package/dist/components/mixins/validateFormElementMixin.d.ts +1 -0
- package/dist/components/vs-component-library.js +9 -9
- package/dist/components/vs-component-library.mjs +192 -144
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/package.json +1 -1
- package/dist/client/scripts/0fde49acabb257f1328a.js +0 -1
- package/dist/client/scripts/8f58ab422cb2f9354a28.js +0 -1
- package/dist/client/scripts/c44da96e8e6073ccffaf.js +0 -1
- package/dist/client/scripts/cb991e60689f62d952f3.js +0 -1
- /package/dist/client/styles/{c44da96e8e6073ccffaf.css → 908156c58dbe3ae7f58f.css} +0 -0
- /package/dist/client/styles/{0fde49acabb257f1328a.css → acdd34ecd951e332838c.css} +0 -0
- /package/dist/client/styles/{8f58ab422cb2f9354a28.css → fad71b4ec0ca375306a5.css} +0 -0
- /package/dist/ssr/styles/{deba7bfbc23c04e104d7.css → fd18ccf1436000d7b88e.css} +0 -0
|
@@ -5087,7 +5087,7 @@ const Address = /* @__PURE__ */ _export_sfc(_sfc_main$2o, [["render", _sfc_rende
|
|
|
5087
5087
|
}, _hoisted_1$1N = {
|
|
5088
5088
|
class: "vs-alert",
|
|
5089
5089
|
"data-test": "vs-alert"
|
|
5090
|
-
}, _hoisted_2$1f = { class: "vs-alert__icon-holder" }, _hoisted_3
|
|
5090
|
+
}, _hoisted_2$1f = { class: "vs-alert__icon-holder" }, _hoisted_3$$ = { class: "vs-alert__content-wrapper" }, _hoisted_4$I = { class: "vs-alert__content" };
|
|
5091
5091
|
function _sfc_render$2a(e, n, t, a, r, o) {
|
|
5092
5092
|
const l = resolveComponent("VsIcon");
|
|
5093
5093
|
return openBlock(), createElementBlock("div", _hoisted_1$1N, [
|
|
@@ -5098,7 +5098,7 @@ function _sfc_render$2a(e, n, t, a, r, o) {
|
|
|
5098
5098
|
variant: "inverse"
|
|
5099
5099
|
})
|
|
5100
5100
|
]),
|
|
5101
|
-
createElementVNode("div", _hoisted_3
|
|
5101
|
+
createElementVNode("div", _hoisted_3$$, [
|
|
5102
5102
|
createElementVNode("div", _hoisted_4$I, [
|
|
5103
5103
|
renderSlot(e.$slots, "default")
|
|
5104
5104
|
])
|
|
@@ -5736,7 +5736,7 @@ const Banner = /* @__PURE__ */ _export_sfc(_sfc_main$2d, [["render", _sfc_render
|
|
|
5736
5736
|
}, _hoisted_2$1c = {
|
|
5737
5737
|
key: 0,
|
|
5738
5738
|
class: "vs-blog-details__author vs-blog-details--highlight"
|
|
5739
|
-
}, _hoisted_3$
|
|
5739
|
+
}, _hoisted_3$_ = {
|
|
5740
5740
|
key: 0,
|
|
5741
5741
|
class: "vs-blog-details__date"
|
|
5742
5742
|
};
|
|
@@ -5754,7 +5754,7 @@ function _sfc_render$20(e, n, t, a, r, o) {
|
|
|
5754
5754
|
class: "align-text-top me-050"
|
|
5755
5755
|
}, null, 8, ["variant"]),
|
|
5756
5756
|
createTextVNode(toDisplayString(t.blogReadTime) + " ", 1),
|
|
5757
|
-
t.blogPublishDate ? (openBlock(), createElementBlock("span", _hoisted_3$
|
|
5757
|
+
t.blogPublishDate ? (openBlock(), createElementBlock("span", _hoisted_3$_, [
|
|
5758
5758
|
n[0] || (n[0] = createElementVNode("span", { class: "vs-blog-details__divider" }, "•", -1)),
|
|
5759
5759
|
createTextVNode(" " + toDisplayString(t.blogPublishDate), 1)
|
|
5760
5760
|
])) : createCommentVNode("", !0)
|
|
@@ -6325,7 +6325,7 @@ const VsLink = /* @__PURE__ */ _export_sfc(_sfc_main$27, [["render", _sfc_render
|
|
|
6325
6325
|
return this.visibleSlides.indexOf(e) >= 0;
|
|
6326
6326
|
}
|
|
6327
6327
|
}
|
|
6328
|
-
}, _hoisted_1$1G = { class: "vs-product-card__image-container" }, _hoisted_2$1b = { class: "vs-product-card__image-inner-container" }, _hoisted_3$
|
|
6328
|
+
}, _hoisted_1$1G = { class: "vs-product-card__image-container" }, _hoisted_2$1b = { class: "vs-product-card__image-inner-container" }, _hoisted_3$Z = { class: "vs-product-card__description" }, _hoisted_4$H = {
|
|
6329
6329
|
key: 0,
|
|
6330
6330
|
class: "vs-product-card__description-inner"
|
|
6331
6331
|
}, _hoisted_5$w = { class: "visually-hidden" }, _hoisted_6$k = {
|
|
@@ -6389,7 +6389,7 @@ function _sfc_render$1W(e, n, t, a, r, o) {
|
|
|
6389
6389
|
renderSlot(e.$slots, "vs-canned-search-sub-heading"),
|
|
6390
6390
|
renderSlot(e.$slots, "vs-canned-search-star-rating"),
|
|
6391
6391
|
renderSlot(e.$slots, "vs-canned-search-categories"),
|
|
6392
|
-
createElementVNode("div", _hoisted_3$
|
|
6392
|
+
createElementVNode("div", _hoisted_3$Z, [
|
|
6393
6393
|
renderSlot(e.$slots, "vs-canned-search-tour-info"),
|
|
6394
6394
|
t.description ? (openBlock(), createElementBlock("p", _hoisted_4$H, toDisplayString(t.description), 1)) : createCommentVNode("", !0),
|
|
6395
6395
|
createVNode(c, {
|
|
@@ -6440,13 +6440,13 @@ const VsCannedSearchProductCard = /* @__PURE__ */ _export_sfc(_sfc_main$26, [["r
|
|
|
6440
6440
|
}, _hoisted_1$1F = {
|
|
6441
6441
|
class: "vs-canned-search-stars",
|
|
6442
6442
|
"data-test": "vs-canned-search-stars"
|
|
6443
|
-
}, _hoisted_2$1a = { key: 0 }, _hoisted_3$
|
|
6443
|
+
}, _hoisted_2$1a = { key: 0 }, _hoisted_3$Y = { key: 1 };
|
|
6444
6444
|
function _sfc_render$1V(e, n, t, a, r, o) {
|
|
6445
6445
|
return openBlock(), createElementBlock("div", _hoisted_1$1F, [
|
|
6446
6446
|
t.min && t.max && t.min !== t.max ? (openBlock(), createElementBlock("div", _hoisted_2$1a, [
|
|
6447
6447
|
n[0] || (n[0] = createElementVNode("span", { class: "vs-canned-search-stars__star" }, " ★ ", -1)),
|
|
6448
6448
|
createTextVNode(" " + toDisplayString(t.min) + "-" + toDisplayString(t.max), 1)
|
|
6449
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_3$
|
|
6449
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_3$Y, [
|
|
6450
6450
|
(openBlock(!0), createElementBlock(Fragment, null, renderList(t.min, (l) => (openBlock(), createElementBlock("span", {
|
|
6451
6451
|
key: l,
|
|
6452
6452
|
class: "vs-canned-search-stars__star"
|
|
@@ -6682,7 +6682,7 @@ const VsCannedSearchCategories = /* @__PURE__ */ _export_sfc(_sfc_main$22, [["re
|
|
|
6682
6682
|
}, _hoisted_1$1C = { class: "vs-canned-search-price" }, _hoisted_2$19 = {
|
|
6683
6683
|
key: 0,
|
|
6684
6684
|
class: "vs-canned-search-price__intro"
|
|
6685
|
-
}, _hoisted_3$
|
|
6685
|
+
}, _hoisted_3$X = {
|
|
6686
6686
|
key: 1,
|
|
6687
6687
|
class: "vs-canned-search-price__main"
|
|
6688
6688
|
}, _hoisted_4$G = {
|
|
@@ -6692,7 +6692,7 @@ const VsCannedSearchCategories = /* @__PURE__ */ _export_sfc(_sfc_main$22, [["re
|
|
|
6692
6692
|
function _sfc_render$1R(e, n, t, a, r, o) {
|
|
6693
6693
|
return openBlock(), createElementBlock("div", _hoisted_1$1C, [
|
|
6694
6694
|
t.priceIntro ? (openBlock(), createElementBlock("div", _hoisted_2$19, toDisplayString(t.priceIntro), 1)) : createCommentVNode("", !0),
|
|
6695
|
-
t.price ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
6695
|
+
t.price ? (openBlock(), createElementBlock("div", _hoisted_3$X, toDisplayString(t.price), 1)) : createCommentVNode("", !0),
|
|
6696
6696
|
t.priceOutro ? (openBlock(), createElementBlock("div", _hoisted_4$G, toDisplayString(t.priceOutro), 1)) : createCommentVNode("", !0)
|
|
6697
6697
|
]);
|
|
6698
6698
|
}
|
|
@@ -6719,14 +6719,14 @@ const VsCannedSearchPrice = /* @__PURE__ */ _export_sfc(_sfc_main$21, [["render"
|
|
|
6719
6719
|
}, _hoisted_1$1B = { class: "vs-canned-search-duration" }, _hoisted_2$18 = {
|
|
6720
6720
|
key: 0,
|
|
6721
6721
|
class: "vs-canned-search-duration__intro"
|
|
6722
|
-
}, _hoisted_3$
|
|
6722
|
+
}, _hoisted_3$W = {
|
|
6723
6723
|
key: 1,
|
|
6724
6724
|
class: "vs-canned-search-duration__main"
|
|
6725
6725
|
};
|
|
6726
6726
|
function _sfc_render$1Q(e, n, t, a, r, o) {
|
|
6727
6727
|
return openBlock(), createElementBlock("div", _hoisted_1$1B, [
|
|
6728
6728
|
t.durationIntro ? (openBlock(), createElementBlock("div", _hoisted_2$18, toDisplayString(t.durationIntro), 1)) : createCommentVNode("", !0),
|
|
6729
|
-
t.duration ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
6729
|
+
t.duration ? (openBlock(), createElementBlock("div", _hoisted_3$W, toDisplayString(t.duration), 1)) : createCommentVNode("", !0)
|
|
6730
6730
|
]);
|
|
6731
6731
|
}
|
|
6732
6732
|
const VsCannedSearchDuration = /* @__PURE__ */ _export_sfc(_sfc_main$20, [["render", _sfc_render$1Q]]), _sfc_main$1$ = {
|
|
@@ -6869,11 +6869,11 @@ const VsCannedSearchSummaryBox = /* @__PURE__ */ _export_sfc(_sfc_main$1$, [["re
|
|
|
6869
6869
|
return this.period && this.period.startDay ? this.period.endDay ? `${this.period.startDay} - ${this.period.endDay}` : this.period.startDay : "";
|
|
6870
6870
|
}
|
|
6871
6871
|
}
|
|
6872
|
-
}, _hoisted_1$1z = { class: "vs-canned-search-dates" }, _hoisted_2$16 = { class: "vs-canned-search-dates__intro" }, _hoisted_3$
|
|
6872
|
+
}, _hoisted_1$1z = { class: "vs-canned-search-dates" }, _hoisted_2$16 = { class: "vs-canned-search-dates__intro" }, _hoisted_3$V = { class: "vs-canned-search-dates__main" };
|
|
6873
6873
|
function _sfc_render$1O(e, n, t, a, r, o) {
|
|
6874
6874
|
return openBlock(), createElementBlock("div", _hoisted_1$1z, [
|
|
6875
6875
|
createElementVNode("div", _hoisted_2$16, toDisplayString(t.label), 1),
|
|
6876
|
-
createElementVNode("div", _hoisted_3$
|
|
6876
|
+
createElementVNode("div", _hoisted_3$V, toDisplayString(o.datePeriod), 1)
|
|
6877
6877
|
]);
|
|
6878
6878
|
}
|
|
6879
6879
|
const VsCannedSearchDates = /* @__PURE__ */ _export_sfc(_sfc_main$1_, [["render", _sfc_render$1O]]), _sfc_main$1Z = {
|
|
@@ -6924,7 +6924,7 @@ const VsCannedSearchDates = /* @__PURE__ */ _export_sfc(_sfc_main$1_, [["render"
|
|
|
6924
6924
|
}, _hoisted_1$1y = { class: "vs-canned-search-badges" }, _hoisted_2$15 = {
|
|
6925
6925
|
key: 0,
|
|
6926
6926
|
class: "vs-canned-search-badges__badge vs-canned-search-badges__badge--category vs-canned-search-badges__badge--tr"
|
|
6927
|
-
}, _hoisted_3$
|
|
6927
|
+
}, _hoisted_3$U = {
|
|
6928
6928
|
key: 1,
|
|
6929
6929
|
class: "vs-canned-search-badges__multi-badge-holder"
|
|
6930
6930
|
}, _hoisted_4$F = {
|
|
@@ -6936,7 +6936,7 @@ const VsCannedSearchDates = /* @__PURE__ */ _export_sfc(_sfc_main$1_, [["render"
|
|
|
6936
6936
|
};
|
|
6937
6937
|
function _sfc_render$1N(e, n, t, a, r, o) {
|
|
6938
6938
|
return openBlock(), createElementBlock("div", _hoisted_1$1y, [
|
|
6939
|
-
t.badgeOne ? (openBlock(), createElementBlock("div", _hoisted_2$15, toDisplayString(t.badgeOne), 1)) : t.multiBadgeOne && t.multiBadgeOne.length ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
6939
|
+
t.badgeOne ? (openBlock(), createElementBlock("div", _hoisted_2$15, toDisplayString(t.badgeOne), 1)) : t.multiBadgeOne && t.multiBadgeOne.length ? (openBlock(), createElementBlock("div", _hoisted_3$U, [
|
|
6940
6940
|
(openBlock(!0), createElementBlock(Fragment, null, renderList(o.limitedMulti, (l, c) => (openBlock(), createElementBlock("div", {
|
|
6941
6941
|
key: c,
|
|
6942
6942
|
class: "vs-canned-search-badges__badge vs-canned-search-badges__badge--category vs-canned-search-badges__multi-badge"
|
|
@@ -7261,7 +7261,7 @@ const VsCannedSearchTourDeparts = /* @__PURE__ */ _export_sfc(_sfc_main$1V, [["r
|
|
|
7261
7261
|
class: "vs-carousel",
|
|
7262
7262
|
"data-test": "vs-carousel",
|
|
7263
7263
|
ref: "carousel"
|
|
7264
|
-
}, _hoisted_2$13 = { class: "slider" }, _hoisted_3$
|
|
7264
|
+
}, _hoisted_2$13 = { class: "slider" }, _hoisted_3$T = {
|
|
7265
7265
|
key: 2,
|
|
7266
7266
|
class: "vs-carousel__navigation"
|
|
7267
7267
|
}, _hoisted_4$E = ["onClick", "onKeypress", "data-test"], _hoisted_5$u = { class: "visually-hidden" }, _hoisted_6$j = {
|
|
@@ -7324,7 +7324,7 @@ function _sfc_render$1I(e, n, t, a, r, o) {
|
|
|
7324
7324
|
]),
|
|
7325
7325
|
_: 1
|
|
7326
7326
|
}, 512)),
|
|
7327
|
-
r.totalSlides > o.slidesPerPage[r.currentWidth] ? (openBlock(), createElementBlock("ul", _hoisted_3$
|
|
7327
|
+
r.totalSlides > o.slidesPerPage[r.currentWidth] ? (openBlock(), createElementBlock("ul", _hoisted_3$T, [
|
|
7328
7328
|
(openBlock(!0), createElementBlock(Fragment, null, renderList(r.maxPages, (f) => (openBlock(), createElementBlock("li", { key: f }, [
|
|
7329
7329
|
createElementVNode("button", {
|
|
7330
7330
|
type: "button",
|
|
@@ -10914,7 +10914,7 @@ const CannedSearch = /* @__PURE__ */ _export_sfc(_sfc_main$1S, [["render", _sfc_
|
|
|
10914
10914
|
return (t - e) * a / (n - e);
|
|
10915
10915
|
}
|
|
10916
10916
|
}
|
|
10917
|
-
}, _hoisted_1$1s = ["width", "height"], _hoisted_2$12 = ["stroke"], _hoisted_3$
|
|
10917
|
+
}, _hoisted_1$1s = ["width", "height"], _hoisted_2$12 = ["stroke"], _hoisted_3$S = ["stroke"], _hoisted_4$D = ["stroke"], _hoisted_5$t = ["stroke"], _hoisted_6$i = ["stroke"], _hoisted_7$d = ["stroke"], _hoisted_8$5 = ["stroke"], _hoisted_9$4 = ["stroke"], _hoisted_10$4 = ["stroke"], _hoisted_11$3 = ["stroke"], _hoisted_12$3 = ["stroke"], _hoisted_13$3 = ["stroke"], _hoisted_14$2 = ["stroke"], _hoisted_15$2 = ["stroke"], _hoisted_16$2 = ["stroke"], _hoisted_17$2 = ["stroke"], _hoisted_18$1 = ["stroke"], _hoisted_19$1 = ["stroke"], _hoisted_20$1 = ["stroke"], _hoisted_21 = ["stroke"], _hoisted_22 = ["stroke"], _hoisted_23 = ["stroke"], _hoisted_24 = ["stroke"], _hoisted_25 = ["stroke"], _hoisted_26 = ["stroke"], _hoisted_27 = ["stroke"], _hoisted_28 = ["stroke"], _hoisted_29 = ["stroke"], _hoisted_30 = ["stroke"], _hoisted_31 = ["stroke"], _hoisted_32 = ["width", "height"], _hoisted_33 = ["fill", "cx", "cy"];
|
|
10918
10918
|
function _sfc_render$1F(e, n, t, a, r, o) {
|
|
10919
10919
|
return openBlock(), createElementBlock("svg", {
|
|
10920
10920
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -10946,7 +10946,7 @@ function _sfc_render$1F(e, n, t, a, r, o) {
|
|
|
10946
10946
|
"stroke-linejoin": "round",
|
|
10947
10947
|
"stroke-width": "0.5",
|
|
10948
10948
|
"fill-rule": "evenodd"
|
|
10949
|
-
}, null, 8, _hoisted_3$
|
|
10949
|
+
}, null, 8, _hoisted_3$S),
|
|
10950
10950
|
createElementVNode("path", {
|
|
10951
10951
|
d: "M66.1635,11.4883l1.336.184-.336-.736Z",
|
|
10952
10952
|
transform: "translate(-0.2662 -0.2662)",
|
|
@@ -11414,7 +11414,7 @@ const VsCaptionImageMap = /* @__PURE__ */ _export_sfc(_sfc_main$1R, [["render",
|
|
|
11414
11414
|
}, _hoisted_1$1r = { class: "vs-caption__caption-info" }, _hoisted_2$11 = {
|
|
11415
11415
|
key: 0,
|
|
11416
11416
|
class: "vs-caption__image-caption"
|
|
11417
|
-
}, _hoisted_3$
|
|
11417
|
+
}, _hoisted_3$R = {
|
|
11418
11418
|
key: 1,
|
|
11419
11419
|
class: "vs-caption__image-credit"
|
|
11420
11420
|
}, _hoisted_4$C = { class: "vs-caption__map-wrapper pt-075 pt-sm-050 pb-sm-050 mx-auto" };
|
|
@@ -11436,7 +11436,7 @@ function _sfc_render$1E(e, n, t, a, r, o) {
|
|
|
11436
11436
|
e.$slots.caption ? (openBlock(), createElementBlock("p", _hoisted_2$11, [
|
|
11437
11437
|
renderSlot(e.$slots, "caption")
|
|
11438
11438
|
])) : createCommentVNode("", !0),
|
|
11439
|
-
e.$slots.credit ? (openBlock(), createElementBlock("p", _hoisted_3$
|
|
11439
|
+
e.$slots.credit ? (openBlock(), createElementBlock("p", _hoisted_3$R, [
|
|
11440
11440
|
renderSlot(e.$slots, "credit")
|
|
11441
11441
|
])) : createCommentVNode("", !0)
|
|
11442
11442
|
])
|
|
@@ -11628,7 +11628,7 @@ const VsWarning = /* @__PURE__ */ _export_sfc(_sfc_main$1P, [["render", _sfc_ren
|
|
|
11628
11628
|
}, _hoisted_1$1p = {
|
|
11629
11629
|
key: 1,
|
|
11630
11630
|
class: "vs-progress-bar__stepper"
|
|
11631
|
-
}, _hoisted_2$$ = ["id"], _hoisted_3$
|
|
11631
|
+
}, _hoisted_2$$ = ["id"], _hoisted_3$Q = ["id"];
|
|
11632
11632
|
function _sfc_render$1C(e, n, t, a, r, o) {
|
|
11633
11633
|
const l = resolveComponent("BProgressBar"), c = resolveComponent("BProgress");
|
|
11634
11634
|
return openBlock(), createElementBlock("div", {
|
|
@@ -11669,7 +11669,7 @@ function _sfc_render$1C(e, n, t, a, r, o) {
|
|
|
11669
11669
|
key: 3,
|
|
11670
11670
|
class: "vs-progress-bar__label",
|
|
11671
11671
|
id: "progress-bar-" + r.compId
|
|
11672
|
-
}, toDisplayString(t.currentStep) + " / " + toDisplayString(t.max), 9, _hoisted_3$
|
|
11672
|
+
}, toDisplayString(t.currentStep) + " / " + toDisplayString(t.max), 9, _hoisted_3$Q))
|
|
11673
11673
|
], 2);
|
|
11674
11674
|
}
|
|
11675
11675
|
const VsProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$1O, [["render", _sfc_render$1C]]), _sfc_main$1N = {
|
|
@@ -11694,7 +11694,7 @@ const VsProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$1O, [["render", _sfc
|
|
|
11694
11694
|
}, _hoisted_1$1o = {
|
|
11695
11695
|
class: "vs-carbon-calculator-tip",
|
|
11696
11696
|
"data-test": "vs-carbon-calculator-tip"
|
|
11697
|
-
}, _hoisted_2$_ = { class: "vs-carbon-calculator-tip__icon-container" }, _hoisted_3$
|
|
11697
|
+
}, _hoisted_2$_ = { class: "vs-carbon-calculator-tip__icon-container" }, _hoisted_3$P = { class: "vs-carbon-calculator-tip__content" }, _hoisted_4$B = ["innerHTML"], _hoisted_5$s = ["innerHTML"];
|
|
11698
11698
|
function _sfc_render$1B(e, n, t, a, r, o) {
|
|
11699
11699
|
const l = resolveComponent("VsIcon"), c = resolveComponent("VsHeading");
|
|
11700
11700
|
return openBlock(), createElementBlock("div", _hoisted_1$1o, [
|
|
@@ -11706,7 +11706,7 @@ function _sfc_render$1B(e, n, t, a, r, o) {
|
|
|
11706
11706
|
class: "vs-carbon-calculator-tip__icon"
|
|
11707
11707
|
})
|
|
11708
11708
|
]),
|
|
11709
|
-
createElementVNode("div", _hoisted_3$
|
|
11709
|
+
createElementVNode("div", _hoisted_3$P, [
|
|
11710
11710
|
createVNode(c, {
|
|
11711
11711
|
level: "3",
|
|
11712
11712
|
"heading-style": "heading-xs"
|
|
@@ -16198,7 +16198,7 @@ var script$1 = defineComponent({
|
|
|
16198
16198
|
const _hoisted_1$1$1 = {
|
|
16199
16199
|
class: "treemap",
|
|
16200
16200
|
style: { display: "flex", position: "relative" }
|
|
16201
|
-
}, _hoisted_2$1$1 = ["width", "height", "viewBox"], _hoisted_3$
|
|
16201
|
+
}, _hoisted_2$1$1 = ["width", "height", "viewBox"], _hoisted_3$O = { class: "layer-rectangles" }, _hoisted_4$A = ["transform", "onMouseover"], _hoisted_5$r = ["width", "height"], _hoisted_6$h = {
|
|
16202
16202
|
x: 10,
|
|
16203
16203
|
y: 20,
|
|
16204
16204
|
"font-size": "15px",
|
|
@@ -16213,7 +16213,7 @@ function render$1(e, n, t, a, r, o) {
|
|
|
16213
16213
|
viewBox: `0 0 ${e.size.width} ${e.size.height}`,
|
|
16214
16214
|
ref: "el"
|
|
16215
16215
|
}, [
|
|
16216
|
-
createElementVNode("g", _hoisted_3$
|
|
16216
|
+
createElementVNode("g", _hoisted_3$O, [
|
|
16217
16217
|
(openBlock(!0), createElementBlock(
|
|
16218
16218
|
Fragment,
|
|
16219
16219
|
null,
|
|
@@ -16488,7 +16488,7 @@ const _sfc_main$1M = {
|
|
|
16488
16488
|
};
|
|
16489
16489
|
}
|
|
16490
16490
|
}
|
|
16491
|
-
}, _hoisted_1$1m = { class: "vs-carbon-calculator-results__headline" }, _hoisted_2$Y = { class: "mb-050" }, _hoisted_3$
|
|
16491
|
+
}, _hoisted_1$1m = { class: "vs-carbon-calculator-results__headline" }, _hoisted_2$Y = { class: "mb-050" }, _hoisted_3$N = { class: "vs-carbon-calculator-results__total" }, _hoisted_4$z = ["innerHTML"], _hoisted_5$q = { class: "vs-carbon-calculator-results__unicorn-icon-container" }, _hoisted_6$g = { class: "vs-carbon-calculator-results__unicorn-content" };
|
|
16492
16492
|
function _sfc_render$1A(e, n, t, a, r, o) {
|
|
16493
16493
|
const l = resolveComponent("VsHeading"), c = resolveComponent("VsCol"), d = resolveComponent("VsRow"), p = resolveComponent("VsIcon"), f = resolveComponent("Grid"), m = resolveComponent("Bar"), _ = resolveComponent("Chart"), v = resolveComponent("Responsive");
|
|
16494
16494
|
return openBlock(), createBlock(d, {
|
|
@@ -16522,7 +16522,7 @@ function _sfc_render$1A(e, n, t, a, r, o) {
|
|
|
16522
16522
|
createElementVNode("div", _hoisted_1$1m, [
|
|
16523
16523
|
createElementVNode("p", _hoisted_2$Y, toDisplayString(o.labelsMap.resultsIntro), 1),
|
|
16524
16524
|
createElementVNode("p", null, [
|
|
16525
|
-
createElementVNode("span", _hoisted_3$
|
|
16525
|
+
createElementVNode("span", _hoisted_3$N, toDisplayString(t.totalKilos.toLocaleString(t.language, {
|
|
16526
16526
|
minimumFractionDigits: 3
|
|
16527
16527
|
})), 1),
|
|
16528
16528
|
createTextVNode(" " + toDisplayString(o.labelsMap.kgsOf), 1)
|
|
@@ -16657,7 +16657,7 @@ const VsCarbonCalculatorResults = /* @__PURE__ */ _export_sfc(_sfc_main$1M, [["r
|
|
|
16657
16657
|
}, _hoisted_1$1l = {
|
|
16658
16658
|
class: "vs-carbon-calculator-running-total",
|
|
16659
16659
|
"data-test": "vs-carbon-calculator-running-total"
|
|
16660
|
-
}, _hoisted_2$X = { class: "vs-carbon-calculator-running-total__icon" }, _hoisted_3$
|
|
16660
|
+
}, _hoisted_2$X = { class: "vs-carbon-calculator-running-total__icon" }, _hoisted_3$M = { class: "vs-carbon-calculator-running-total__content" }, _hoisted_4$y = { class: "font-weight-bold" };
|
|
16661
16661
|
function _sfc_render$1z(e, n, t, a, r, o) {
|
|
16662
16662
|
const l = resolveComponent("VsIcon");
|
|
16663
16663
|
return openBlock(), createElementBlock("div", _hoisted_1$1l, [
|
|
@@ -16667,7 +16667,7 @@ function _sfc_render$1z(e, n, t, a, r, o) {
|
|
|
16667
16667
|
size: "lg"
|
|
16668
16668
|
})
|
|
16669
16669
|
]),
|
|
16670
|
-
createElementVNode("div", _hoisted_3$
|
|
16670
|
+
createElementVNode("div", _hoisted_3$M, [
|
|
16671
16671
|
createElementVNode("p", null, toDisplayString(o.labelsMap.soFar), 1),
|
|
16672
16672
|
createElementVNode("p", null, [
|
|
16673
16673
|
createElementVNode("span", _hoisted_4$y, toDisplayString(t.totalKilos.toLocaleString(t.language, { minimumFractionDigits: 3 })), 1),
|
|
@@ -17443,6 +17443,9 @@ regex(urlRegex);
|
|
|
17443
17443
|
regex(/(^[0-9]*$)|(^-[0-9]+$)/);
|
|
17444
17444
|
regex(/^[-]?\d*(\.\d+)?$/);
|
|
17445
17445
|
const postcode = common$1.regex(/^([A-Za-z][A-HJ-Ya-hj-y]?\d[A-Za-z\d]? ?\d[A-Za-z]{2}|GIR ?0A{2})$/), validateFormElementMixin = {
|
|
17446
|
+
emits: [
|
|
17447
|
+
"status-update"
|
|
17448
|
+
],
|
|
17446
17449
|
data() {
|
|
17447
17450
|
return {
|
|
17448
17451
|
inputVal: this.value,
|
|
@@ -17723,7 +17726,7 @@ const postcode = common$1.regex(/^([A-Za-z][A-HJ-Ya-hj-y]?\d[A-Za-z\d]? ?\d[A-Za
|
|
|
17723
17726
|
}, _hoisted_1$1j = {
|
|
17724
17727
|
class: "vs-radio-button",
|
|
17725
17728
|
"data-test": "vs-radio-button"
|
|
17726
|
-
}, _hoisted_2$W = ["id"], _hoisted_3$
|
|
17729
|
+
}, _hoisted_2$W = ["id"], _hoisted_3$L = { class: "visually-hidden" }, _hoisted_4$x = ["id"];
|
|
17727
17730
|
function _sfc_render$1x(e, n, t, a, r, o) {
|
|
17728
17731
|
const l = resolveComponent("BFormRadio"), c = resolveComponent("BFormRadioGroup");
|
|
17729
17732
|
return openBlock(), createElementBlock("div", _hoisted_1$1j, [
|
|
@@ -17737,7 +17740,7 @@ function _sfc_render$1x(e, n, t, a, r, o) {
|
|
|
17737
17740
|
key: d,
|
|
17738
17741
|
class: "error mb-0"
|
|
17739
17742
|
}, [
|
|
17740
|
-
createElementVNode("span", _hoisted_3$
|
|
17743
|
+
createElementVNode("span", _hoisted_3$L, toDisplayString(t.fieldName), 1),
|
|
17741
17744
|
createTextVNode(" " + toDisplayString(t.validationMessages[d] || t.genericValidation[d]), 1)
|
|
17742
17745
|
])), [
|
|
17743
17746
|
[vShow, !t.reAlertErrors && !r.clearErrorsOnFocus]
|
|
@@ -18008,7 +18011,7 @@ const VsRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$1J, [["render", _sfc
|
|
|
18008
18011
|
validations() {
|
|
18009
18012
|
return this.rules;
|
|
18010
18013
|
}
|
|
18011
|
-
}, _hoisted_1$1i = { "data-test": "vs-number-input" }, _hoisted_2$V = ["id"], _hoisted_3$
|
|
18014
|
+
}, _hoisted_1$1i = { "data-test": "vs-number-input" }, _hoisted_2$V = ["id"], _hoisted_3$K = ["id"], _hoisted_4$w = { class: "visually-hidden" }, _hoisted_5$p = { class: "visually-hidden" };
|
|
18012
18015
|
function _sfc_render$1w(e, n, t, a, r, o) {
|
|
18013
18016
|
const l = resolveComponent("VsButton"), c = resolveComponent("BFormInput");
|
|
18014
18017
|
return openBlock(), createElementBlock("div", _hoisted_1$1i, [
|
|
@@ -18032,7 +18035,7 @@ function _sfc_render$1w(e, n, t, a, r, o) {
|
|
|
18032
18035
|
])), [
|
|
18033
18036
|
[vShow, !t.reAlertErrors && !r.clearErrorsOnFocus]
|
|
18034
18037
|
])), 128))
|
|
18035
|
-
], 8, _hoisted_3$
|
|
18038
|
+
], 8, _hoisted_3$K)) : createCommentVNode("", !0),
|
|
18036
18039
|
createVNode(l, {
|
|
18037
18040
|
class: "vs-number-input__increment",
|
|
18038
18041
|
"icon-only": !0,
|
|
@@ -18904,7 +18907,7 @@ const CarbonCalculator = /* @__PURE__ */ _export_sfc(_sfc_main$1G, [["render", _
|
|
|
18904
18907
|
}, _hoisted_2$T = {
|
|
18905
18908
|
key: 1,
|
|
18906
18909
|
class: "vs-card__body"
|
|
18907
|
-
}, _hoisted_3$
|
|
18910
|
+
}, _hoisted_3$J = {
|
|
18908
18911
|
key: 2,
|
|
18909
18912
|
class: "vs-card__footer"
|
|
18910
18913
|
};
|
|
@@ -18920,7 +18923,7 @@ function _sfc_render$1t(e, n, t, a, r, o) {
|
|
|
18920
18923
|
e.$slots["vs-card-body"] && e.$slots["vs-card-body"]() ? (openBlock(), createElementBlock("div", _hoisted_2$T, [
|
|
18921
18924
|
renderSlot(e.$slots, "vs-card-body")
|
|
18922
18925
|
])) : createCommentVNode("", !0),
|
|
18923
|
-
e.$slots["vs-card-footer"] && e.$slots["vs-card-footer"]() ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
18926
|
+
e.$slots["vs-card-footer"] && e.$slots["vs-card-footer"]() ? (openBlock(), createElementBlock("div", _hoisted_3$J, [
|
|
18924
18927
|
renderSlot(e.$slots, "vs-card-footer")
|
|
18925
18928
|
])) : createCommentVNode("", !0)
|
|
18926
18929
|
], 6);
|
|
@@ -19131,7 +19134,7 @@ const Card = /* @__PURE__ */ _export_sfc(_sfc_main$1F, [["render", _sfc_render$1
|
|
|
19131
19134
|
}, _hoisted_2$S = {
|
|
19132
19135
|
key: 4,
|
|
19133
19136
|
class: "card-body"
|
|
19134
|
-
}, _hoisted_3$
|
|
19137
|
+
}, _hoisted_3$I = {
|
|
19135
19138
|
key: 0,
|
|
19136
19139
|
class: "vs-stretched-link-card__category",
|
|
19137
19140
|
"data-test": "vs-stretched-link-card__category"
|
|
@@ -19230,7 +19233,7 @@ function _sfc_render$1s(e, n, t, a, r, o) {
|
|
|
19230
19233
|
], 2)) : createCommentVNode("", !0),
|
|
19231
19234
|
e.$slots["stretched-card-panels"] && e.$slots["stretched-card-panels"]() ? renderSlot(e.$slots, "stretched-card-panels", { key: 3 }) : createCommentVNode("", !0),
|
|
19232
19235
|
o.showWarning !== "full" ? (openBlock(), createElementBlock("div", _hoisted_2$S, [
|
|
19233
|
-
e.$slots["stretched-card-category"] && e.$slots["stretched-card-category"]() ? (openBlock(), createElementBlock("span", _hoisted_3$
|
|
19236
|
+
e.$slots["stretched-card-category"] && e.$slots["stretched-card-category"]() ? (openBlock(), createElementBlock("span", _hoisted_3$I, [
|
|
19234
19237
|
renderSlot(e.$slots, "stretched-card-category")
|
|
19235
19238
|
])) : createCommentVNode("", !0),
|
|
19236
19239
|
e.$slots["stretched-card-header"] && e.$slots["stretched-card-header"]() ? (openBlock(), createBlock(f, {
|
|
@@ -19320,7 +19323,7 @@ const VsStretchedLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$1E, [["render"
|
|
|
19320
19323
|
}, _hoisted_1$1d = { class: "vs-stretched-link-panels" }, _hoisted_2$R = {
|
|
19321
19324
|
class: "vs-stretched-link-panels__panel vs-stretched-link-panels__panel--days",
|
|
19322
19325
|
"data-test": "vs-stretched-link-panel--days"
|
|
19323
|
-
}, _hoisted_3$
|
|
19326
|
+
}, _hoisted_3$H = { "data-test": "" }, _hoisted_4$u = { class: "vs-stretched-link-panels__days" }, _hoisted_5$n = {
|
|
19324
19327
|
class: "vs-stretched-link-panels__panel",
|
|
19325
19328
|
"data-test": "vs-stretched-link-panel"
|
|
19326
19329
|
}, _hoisted_6$f = { "data-test": "vs-stretched-link-panel__icon" };
|
|
@@ -19328,7 +19331,7 @@ function _sfc_render$1r(e, n, t, a, r, o) {
|
|
|
19328
19331
|
const l = resolveComponent("VsIcon");
|
|
19329
19332
|
return openBlock(), createElementBlock("div", _hoisted_1$1d, [
|
|
19330
19333
|
createElementVNode("div", _hoisted_2$R, [
|
|
19331
|
-
createElementVNode("p", _hoisted_3$
|
|
19334
|
+
createElementVNode("p", _hoisted_3$H, [
|
|
19332
19335
|
createElementVNode("span", _hoisted_4$u, toDisplayString(t.days), 1),
|
|
19333
19336
|
createTextVNode(toDisplayString(t.daysLabel), 1)
|
|
19334
19337
|
])
|
|
@@ -19443,7 +19446,7 @@ const VsStretchedLinkPanels = /* @__PURE__ */ _export_sfc(_sfc_main$1D, [["rende
|
|
|
19443
19446
|
return this.visibleSlides.indexOf(n) >= 0;
|
|
19444
19447
|
}
|
|
19445
19448
|
}
|
|
19446
|
-
}, _hoisted_1$1c = { class: "vs-carousel-slide" }, _hoisted_2$Q = { class: "visually-hidden" }, _hoisted_3$
|
|
19449
|
+
}, _hoisted_1$1c = { class: "vs-carousel-slide" }, _hoisted_2$Q = { class: "visually-hidden" }, _hoisted_3$G = {
|
|
19447
19450
|
class: "vs-carousel-slide__title",
|
|
19448
19451
|
"data-test": "vs-carousel-slide__title"
|
|
19449
19452
|
};
|
|
@@ -19473,7 +19476,7 @@ function _sfc_render$1q(e, n, t, a, r, o) {
|
|
|
19473
19476
|
createTextVNode(toDisplayString(t.category), 1)
|
|
19474
19477
|
]),
|
|
19475
19478
|
"stretched-card-header": withCtx(() => [
|
|
19476
|
-
createElementVNode("span", _hoisted_3$
|
|
19479
|
+
createElementVNode("span", _hoisted_3$G, [
|
|
19477
19480
|
renderSlot(e.$slots, "vs-carousel-slide-heading")
|
|
19478
19481
|
])
|
|
19479
19482
|
]),
|
|
@@ -19642,7 +19645,7 @@ const CarouselSlide = /* @__PURE__ */ _export_sfc(_sfc_main$1C, [["render", _sfc
|
|
|
19642
19645
|
validations() {
|
|
19643
19646
|
return this.rules;
|
|
19644
19647
|
}
|
|
19645
|
-
}, _hoisted_1$1b = ["id"], _hoisted_2$P = ["innerHTML"], _hoisted_3$
|
|
19648
|
+
}, _hoisted_1$1b = ["id"], _hoisted_2$P = ["innerHTML"], _hoisted_3$F = ["id"], _hoisted_4$t = { class: "visually-hidden" }, _hoisted_5$m = { class: "vs-checkbox__label" };
|
|
19646
19649
|
function _sfc_render$1p(e, n, t, a, r, o) {
|
|
19647
19650
|
const l = resolveComponent("BFormCheckbox");
|
|
19648
19651
|
return openBlock(), createElementBlock("div", {
|
|
@@ -19671,7 +19674,7 @@ function _sfc_render$1p(e, n, t, a, r, o) {
|
|
|
19671
19674
|
])), [
|
|
19672
19675
|
[vShow, !t.reAlertErrors]
|
|
19673
19676
|
])), 128))
|
|
19674
|
-
], 8, _hoisted_3$
|
|
19677
|
+
], 8, _hoisted_3$F)) : createCommentVNode("", !0),
|
|
19675
19678
|
t.fieldName ? (openBlock(), createBlock(l, mergeProps({
|
|
19676
19679
|
key: 2,
|
|
19677
19680
|
modelValue: r.inputVal,
|
|
@@ -20059,13 +20062,13 @@ const VsDropdownItem = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["render", _sf
|
|
|
20059
20062
|
this.bypassCookiesExist = !0;
|
|
20060
20063
|
}, 50);
|
|
20061
20064
|
}
|
|
20062
|
-
}, cookieValues$
|
|
20065
|
+
}, cookieValues$2 = {
|
|
20063
20066
|
youtube: ["C0001", "C0004"],
|
|
20064
20067
|
languageSelector: ["C0001"],
|
|
20065
20068
|
embed: ["C0001", "C0003", "C0004"],
|
|
20066
20069
|
recaptcha: ["C0001"],
|
|
20067
20070
|
map: ["C0001"]
|
|
20068
|
-
}, cookieValues = cookieValues$
|
|
20071
|
+
}, cookieValues$1 = cookieValues$2.embed, _sfc_main$1v = {
|
|
20069
20072
|
name: "VsEmbedWrapper",
|
|
20070
20073
|
status: "prototype",
|
|
20071
20074
|
release: "0.0.1",
|
|
@@ -20119,7 +20122,7 @@ const VsDropdownItem = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["render", _sf
|
|
|
20119
20122
|
},
|
|
20120
20123
|
data() {
|
|
20121
20124
|
return {
|
|
20122
|
-
requiredCookies: this.noCookiesRequired ? null : cookieValues
|
|
20125
|
+
requiredCookies: this.noCookiesRequired ? null : cookieValues$1
|
|
20123
20126
|
};
|
|
20124
20127
|
},
|
|
20125
20128
|
computed: {
|
|
@@ -20134,7 +20137,7 @@ const VsDropdownItem = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["render", _sf
|
|
|
20134
20137
|
}, _hoisted_1$18 = {
|
|
20135
20138
|
"data-test": "vs-embed-wrapper",
|
|
20136
20139
|
class: "vs-embed-wrapper"
|
|
20137
|
-
}, _hoisted_2$O = { key: "fallback" }, _hoisted_3$
|
|
20140
|
+
}, _hoisted_2$O = { key: "fallback" }, _hoisted_3$E = ["innerHTML"];
|
|
20138
20141
|
function _sfc_render$1j(e, n, t, a, r, o) {
|
|
20139
20142
|
const l = resolveComponent("VsRichTextWrapper"), c = resolveComponent("VsCol"), d = resolveComponent("VsWarning"), p = resolveComponent("VsRow"), f = resolveComponent("VsContainer");
|
|
20140
20143
|
return openBlock(), createElementBlock("div", _hoisted_1$18, [
|
|
@@ -20185,7 +20188,7 @@ function _sfc_render$1j(e, n, t, a, r, o) {
|
|
|
20185
20188
|
t.extraContent ? {
|
|
20186
20189
|
name: "extra-content",
|
|
20187
20190
|
fn: withCtx(() => [
|
|
20188
|
-
createElementVNode("div", { innerHTML: t.extraContent }, null, 8, _hoisted_3$
|
|
20191
|
+
createElementVNode("div", { innerHTML: t.extraContent }, null, 8, _hoisted_3$E)
|
|
20189
20192
|
]),
|
|
20190
20193
|
key: "0"
|
|
20191
20194
|
} : void 0,
|
|
@@ -20255,7 +20258,7 @@ const EmbedWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["render", _sfc_
|
|
|
20255
20258
|
}, _hoisted_1$17 = {
|
|
20256
20259
|
class: "card vs-event-card",
|
|
20257
20260
|
"data-test": "vs-event-card"
|
|
20258
|
-
}, _hoisted_2$N = { class: "card-body" }, _hoisted_3$
|
|
20261
|
+
}, _hoisted_2$N = { class: "card-body" }, _hoisted_3$D = { class: "vs-event-card__date" }, _hoisted_4$s = {
|
|
20259
20262
|
key: 0,
|
|
20260
20263
|
class: "vs-event-card__content",
|
|
20261
20264
|
"data-test": "vs-event-card__content"
|
|
@@ -20298,7 +20301,7 @@ function _sfc_render$1i(e, n, t, a, r, o) {
|
|
|
20298
20301
|
"data-test": "vs-event-card__date"
|
|
20299
20302
|
}, {
|
|
20300
20303
|
default: withCtx(() => [
|
|
20301
|
-
createElementVNode("p", _hoisted_3$
|
|
20304
|
+
createElementVNode("p", _hoisted_3$D, [
|
|
20302
20305
|
renderSlot(e.$slots, "event-card-date")
|
|
20303
20306
|
])
|
|
20304
20307
|
]),
|
|
@@ -20326,7 +20329,7 @@ function _sfc_render$1i(e, n, t, a, r, o) {
|
|
|
20326
20329
|
])
|
|
20327
20330
|
]);
|
|
20328
20331
|
}
|
|
20329
|
-
const EventCard = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["render", _sfc_render$1i]]), _hoisted_1$16 = ["id"], _hoisted_2$M = { class: "vs-filter__panel-wrapper" }, _hoisted_3$
|
|
20332
|
+
const EventCard = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["render", _sfc_render$1i]]), _hoisted_1$16 = ["id"], _hoisted_2$M = { class: "vs-filter__panel-wrapper" }, _hoisted_3$C = { class: "vs-filter__legend" }, _sfc_main$1t = {
|
|
20330
20333
|
__name: "VsFilter",
|
|
20331
20334
|
props: {
|
|
20332
20335
|
/**
|
|
@@ -20375,7 +20378,7 @@ const EventCard = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["render", _sfc_ren
|
|
|
20375
20378
|
"data-test": "vs-filter__panel",
|
|
20376
20379
|
onChange: d[0] || (d[0] = (p) => c.$emit("filter-updated", p))
|
|
20377
20380
|
}, [
|
|
20378
|
-
createElementVNode("legend", _hoisted_3$
|
|
20381
|
+
createElementVNode("legend", _hoisted_3$C, [
|
|
20379
20382
|
createVNode(VsIcon, {
|
|
20380
20383
|
name: "filters",
|
|
20381
20384
|
orientation: "left"
|
|
@@ -20400,7 +20403,7 @@ const EventCard = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["render", _sfc_ren
|
|
|
20400
20403
|
}, _hoisted_1$15 = {
|
|
20401
20404
|
key: 0,
|
|
20402
20405
|
class: "vs-filter-section__details"
|
|
20403
|
-
}, _hoisted_2$L = { class: "vs-filter-section__summary" }, _hoisted_3$
|
|
20406
|
+
}, _hoisted_2$L = { class: "vs-filter-section__summary" }, _hoisted_3$B = {
|
|
20404
20407
|
key: 1,
|
|
20405
20408
|
class: "vs-filter-section__section"
|
|
20406
20409
|
}, _sfc_main$1s = {
|
|
@@ -20440,7 +20443,7 @@ const EventCard = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["render", _sfc_ren
|
|
|
20440
20443
|
})
|
|
20441
20444
|
]),
|
|
20442
20445
|
renderSlot(a.$slots, "default")
|
|
20443
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_3$
|
|
20446
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_3$B, [
|
|
20444
20447
|
renderSlot(a.$slots, "default")
|
|
20445
20448
|
]))
|
|
20446
20449
|
], 2));
|
|
@@ -30909,7 +30912,7 @@ const GlobalMenu = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_re
|
|
|
30909
30912
|
mounted() {
|
|
30910
30913
|
this.cookieExists("vs_locale") || this.setCookie("vs_locale", this.localeCookie, !0), this.cookieExists("googtrans") || this.setCookie("googtrans", this.translationCookie, !0);
|
|
30911
30914
|
}
|
|
30912
|
-
}, _hoisted_1$W = { class: "vs-global-menu__languages__text" }, _hoisted_2$I = { class: "vs-global-menu__languages__selected" }, _hoisted_3$
|
|
30915
|
+
}, _hoisted_1$W = { class: "vs-global-menu__languages__text" }, _hoisted_2$I = { class: "vs-global-menu__languages__selected" }, _hoisted_3$A = {
|
|
30913
30916
|
class: "vs-global-menu__languages__label",
|
|
30914
30917
|
role: "menuitem"
|
|
30915
30918
|
};
|
|
@@ -30931,7 +30934,7 @@ function _sfc_render$15(e, n, t, a, r, o) {
|
|
|
30931
30934
|
createElementVNode("span", _hoisted_2$I, toDisplayString(e.selectedLanguage), 1)
|
|
30932
30935
|
]),
|
|
30933
30936
|
default: withCtx(() => [
|
|
30934
|
-
createElementVNode("li", _hoisted_3$
|
|
30937
|
+
createElementVNode("li", _hoisted_3$A, [
|
|
30935
30938
|
createVNode(l, {
|
|
30936
30939
|
name: "globe",
|
|
30937
30940
|
variant: "inverse",
|
|
@@ -31231,7 +31234,7 @@ const VsHeroSectionVideoControl = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["r
|
|
|
31231
31234
|
}, _hoisted_1$V = { class: "vs-hero-section__grid" }, _hoisted_2$H = {
|
|
31232
31235
|
key: 1,
|
|
31233
31236
|
class: "vs-hero-section__video-wrapper"
|
|
31234
|
-
}, _hoisted_3$
|
|
31237
|
+
}, _hoisted_3$z = ["poster"], _hoisted_4$r = ["src"], _hoisted_5$k = {
|
|
31235
31238
|
key: 2,
|
|
31236
31239
|
class: "vs-hero-section__divider"
|
|
31237
31240
|
}, _hoisted_6$e = { class: "vs-hero-section__text" }, _hoisted_7$b = ["innerHTML"], _hoisted_8$4 = { class: "mb-0" };
|
|
@@ -31269,7 +31272,7 @@ function _sfc_render$11(e, n, t, a, r, o) {
|
|
|
31269
31272
|
src: t.videoSrc,
|
|
31270
31273
|
type: "video/mp4"
|
|
31271
31274
|
}, null, 8, _hoisted_4$r)
|
|
31272
|
-
], 8, _hoisted_3$
|
|
31275
|
+
], 8, _hoisted_3$z),
|
|
31273
31276
|
n[0] || (n[0] = createElementVNode("div", { class: "vs-hero-section__video-overlay" }, null, -1))
|
|
31274
31277
|
])) : (openBlock(), createElementBlock("hr", _hoisted_5$k)),
|
|
31275
31278
|
createElementVNode("div", {
|
|
@@ -31356,7 +31359,7 @@ const HtmlError = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_ren
|
|
|
31356
31359
|
key: 0,
|
|
31357
31360
|
class: "vs-tourism-info__links",
|
|
31358
31361
|
"data-test": "vs-tourism-info__standalone-links"
|
|
31359
|
-
}, _hoisted_3$
|
|
31362
|
+
}, _hoisted_3$y = { class: "vs-tourism-info__quote-block" }, _hoisted_4$q = {
|
|
31360
31363
|
key: 0,
|
|
31361
31364
|
class: "vs-tourism-info__links-contained",
|
|
31362
31365
|
"data-test": "vs-tourism-info__embedded-links"
|
|
@@ -31405,7 +31408,7 @@ function _sfc_render$$(e, n, t, a, r, o) {
|
|
|
31405
31408
|
class: "vs-tourism-info__quote-block-container"
|
|
31406
31409
|
}, {
|
|
31407
31410
|
default: withCtx(() => [
|
|
31408
|
-
createElementVNode("div", _hoisted_3$
|
|
31411
|
+
createElementVNode("div", _hoisted_3$y, [
|
|
31409
31412
|
renderSlot(e.$slots, "tourism-info-quote"),
|
|
31410
31413
|
e.$slots["tourism-info-links"] ? (openBlock(), createElementBlock("div", _hoisted_4$q, [
|
|
31411
31414
|
renderSlot(e.$slots, "tourism-info-links")
|
|
@@ -31441,11 +31444,11 @@ const TourismInfo = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_r
|
|
|
31441
31444
|
}, _hoisted_2$F = {
|
|
31442
31445
|
key: 0,
|
|
31443
31446
|
class: "vs-icon-list__title"
|
|
31444
|
-
}, _hoisted_3$
|
|
31447
|
+
}, _hoisted_3$x = { class: "vs-icon-list__list mb-0" };
|
|
31445
31448
|
function _sfc_render$_(e, n, t, a, r, o) {
|
|
31446
31449
|
return openBlock(), createElementBlock("div", _hoisted_1$S, [
|
|
31447
31450
|
t.title ? (openBlock(), createElementBlock("div", _hoisted_2$F, toDisplayString(t.title), 1)) : createCommentVNode("", !0),
|
|
31448
|
-
createElementVNode("ul", _hoisted_3$
|
|
31451
|
+
createElementVNode("ul", _hoisted_3$x, [
|
|
31449
31452
|
renderSlot(e.$slots, "default")
|
|
31450
31453
|
])
|
|
31451
31454
|
]);
|
|
@@ -31627,7 +31630,7 @@ const VsToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sf
|
|
|
31627
31630
|
}, _hoisted_1$Q = {
|
|
31628
31631
|
key: 0,
|
|
31629
31632
|
class: "vs-video-caption__buttons-container"
|
|
31630
|
-
}, _hoisted_2$E = { class: "container" }, _hoisted_3$
|
|
31633
|
+
}, _hoisted_2$E = { class: "container" }, _hoisted_3$w = { class: "vs-video-caption__details" }, _hoisted_4$p = { class: "vs-video-caption__title" }, _hoisted_5$j = { class: "vs-video-caption__duration" }, _hoisted_6$d = {
|
|
31631
31634
|
key: 1,
|
|
31632
31635
|
class: "vs-video-caption vs-video-caption--no-js vs-video-caption--warning",
|
|
31633
31636
|
"data-test": "video-caption-nojs"
|
|
@@ -31670,7 +31673,7 @@ function _sfc_render$X(e, n, t, a, r, o) {
|
|
|
31670
31673
|
_: 1
|
|
31671
31674
|
}, 8, ["onToggleAction"])) : createCommentVNode("", !0)
|
|
31672
31675
|
])) : createCommentVNode("", !0),
|
|
31673
|
-
createElementVNode("div", _hoisted_3$
|
|
31676
|
+
createElementVNode("div", _hoisted_3$w, [
|
|
31674
31677
|
createElementVNode("p", _hoisted_4$p, [
|
|
31675
31678
|
renderSlot(e.$slots, "video-title")
|
|
31676
31679
|
]),
|
|
@@ -31839,7 +31842,7 @@ const VsVideoCaption = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sf
|
|
|
31839
31842
|
this.showCaption = !this.showCaption;
|
|
31840
31843
|
}
|
|
31841
31844
|
}
|
|
31842
|
-
}, _hoisted_1$P = { class: "visually-hidden" }, _hoisted_2$D = { class: "vs-image-with-caption__captions" }, _hoisted_3$
|
|
31845
|
+
}, _hoisted_1$P = { class: "visually-hidden" }, _hoisted_2$D = { class: "vs-image-with-caption__captions" }, _hoisted_3$v = ["id"];
|
|
31843
31846
|
function _sfc_render$W(e, n, t, a, r, o) {
|
|
31844
31847
|
const l = resolveComponent("VsImg"), c = resolveComponent("VsToggleButton"), d = resolveComponent("VsVideoCaption");
|
|
31845
31848
|
return openBlock(), createElementBlock("figure", {
|
|
@@ -31896,7 +31899,7 @@ function _sfc_render$W(e, n, t, a, r, o) {
|
|
|
31896
31899
|
id: r.uniqueCaptionId
|
|
31897
31900
|
}, [
|
|
31898
31901
|
renderSlot(e.$slots, "img-caption")
|
|
31899
|
-
], 10, _hoisted_3$
|
|
31902
|
+
], 10, _hoisted_3$v)
|
|
31900
31903
|
])
|
|
31901
31904
|
], 2);
|
|
31902
31905
|
}
|
|
@@ -32135,7 +32138,7 @@ const ImageWithCaption = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _
|
|
|
32135
32138
|
validations() {
|
|
32136
32139
|
return this.rules;
|
|
32137
32140
|
}
|
|
32138
|
-
}, _hoisted_1$O = { "data-test": "vs-input" }, _hoisted_2$C = ["id"], _hoisted_3$
|
|
32141
|
+
}, _hoisted_1$O = { "data-test": "vs-input" }, _hoisted_2$C = ["id"], _hoisted_3$u = ["id"], _hoisted_4$o = { class: "visually-hidden" };
|
|
32139
32142
|
function _sfc_render$V(e, n, t, a, r, o) {
|
|
32140
32143
|
const l = resolveComponent("BFormInput"), c = resolveComponent("VsButton");
|
|
32141
32144
|
return openBlock(), createElementBlock("div", _hoisted_1$O, [
|
|
@@ -32159,7 +32162,7 @@ function _sfc_render$V(e, n, t, a, r, o) {
|
|
|
32159
32162
|
])), [
|
|
32160
32163
|
[vShow, !t.reAlertErrors && !r.clearErrorsOnFocus]
|
|
32161
32164
|
])), 128))
|
|
32162
|
-
], 8, _hoisted_3$
|
|
32165
|
+
], 8, _hoisted_3$u)) : createCommentVNode("", !0),
|
|
32163
32166
|
createVNode(l, {
|
|
32164
32167
|
ref: "input",
|
|
32165
32168
|
type: t.type,
|
|
@@ -32256,7 +32259,7 @@ const VsInput = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_rende
|
|
|
32256
32259
|
}, _hoisted_1$N = {
|
|
32257
32260
|
class: "vs-itinerary",
|
|
32258
32261
|
"data-test": "vs-itinerary"
|
|
32259
|
-
}, _hoisted_2$B = { class: "fixed-bottom" }, _hoisted_3$
|
|
32262
|
+
}, _hoisted_2$B = { class: "fixed-bottom" }, _hoisted_3$t = { class: "d-flex justify-content-center pb-050" }, _hoisted_4$n = {
|
|
32260
32263
|
key: 0,
|
|
32261
32264
|
class: "vs-itinerary__map-container",
|
|
32262
32265
|
"data-chromatic": "ignore"
|
|
@@ -32265,7 +32268,7 @@ function _sfc_render$U(e, n, t, a, r, o) {
|
|
|
32265
32268
|
const l = resolveComponent("VsButton"), c = resolveComponent("VsAccordion"), d = resolveComponent("VsCol"), p = resolveComponent("VsRow"), f = resolveComponent("VsContainer");
|
|
32266
32269
|
return openBlock(), createElementBlock("section", _hoisted_1$N, [
|
|
32267
32270
|
withDirectives(createElementVNode("div", _hoisted_2$B, [
|
|
32268
|
-
createElementVNode("div", _hoisted_3$
|
|
32271
|
+
createElementVNode("div", _hoisted_3$t, [
|
|
32269
32272
|
createVNode(l, {
|
|
32270
32273
|
class: "vs-itinerary__map-toggle-button",
|
|
32271
32274
|
onClick: n[0] || (n[0] = (m) => o.toggleShowMap()),
|
|
@@ -32357,7 +32360,7 @@ const Itinerary = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_ren
|
|
|
32357
32360
|
show: this.defaultShow
|
|
32358
32361
|
};
|
|
32359
32362
|
}
|
|
32360
|
-
}, _hoisted_1$M = { class: "vs-itinerary-day" }, _hoisted_2$A = { class: "vs-itinerary-day__header" }, _hoisted_3$
|
|
32363
|
+
}, _hoisted_1$M = { class: "vs-itinerary-day" }, _hoisted_2$A = { class: "vs-itinerary-day__header" }, _hoisted_3$s = { class: "vs-itinerary-day__title" }, _hoisted_4$m = { class: "vs-itinerary-day__sub-heading" }, _hoisted_5$i = ["id"], _hoisted_6$c = { class: "vs-itinerary-day__intro-content" }, _hoisted_7$a = { class: "list-unstyled" };
|
|
32361
32364
|
function _sfc_render$T(e, n, t, a, r, o) {
|
|
32362
32365
|
const l = resolveComponent("VsIcon"), c = resolveComponent("VsAccordionItem"), d = resolveComponent("VsCol"), p = resolveComponent("VsRow"), f = resolveComponent("VsContainer");
|
|
32363
32366
|
return openBlock(), createElementBlock("div", _hoisted_1$M, [
|
|
@@ -32376,7 +32379,7 @@ function _sfc_render$T(e, n, t, a, r, o) {
|
|
|
32376
32379
|
}, {
|
|
32377
32380
|
title: withCtx(() => [
|
|
32378
32381
|
createElementVNode("span", _hoisted_2$A, [
|
|
32379
|
-
createElementVNode("span", _hoisted_3$
|
|
32382
|
+
createElementVNode("span", _hoisted_3$s, toDisplayString(t.dayLabel) + " " + toDisplayString(t.dayNumber), 1),
|
|
32380
32383
|
createElementVNode("span", _hoisted_4$m, toDisplayString(t.dayTitle), 1)
|
|
32381
32384
|
])
|
|
32382
32385
|
]),
|
|
@@ -32458,7 +32461,7 @@ const ItineraryDay = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_
|
|
|
32458
32461
|
}, _hoisted_1$L = {
|
|
32459
32462
|
class: "vs-itinerary-stop",
|
|
32460
32463
|
"data-test": "vs-itinerary-stop"
|
|
32461
|
-
}, _hoisted_2$z = { class: "border" }, _hoisted_3$
|
|
32464
|
+
}, _hoisted_2$z = { class: "border" }, _hoisted_3$r = {
|
|
32462
32465
|
class: "d-flex justify-content-start align-items-top",
|
|
32463
32466
|
"data-test": "vs-itinerary-stop-heading"
|
|
32464
32467
|
}, _hoisted_4$l = { class: "position-relative" }, _hoisted_5$h = {
|
|
@@ -32477,7 +32480,7 @@ function _sfc_render$S(e, n, t, a, r, o) {
|
|
|
32477
32480
|
const l = resolveComponent("VsIcon"), c = resolveComponent("VsHeading");
|
|
32478
32481
|
return openBlock(), createElementBlock("li", _hoisted_1$L, [
|
|
32479
32482
|
createElementVNode("div", _hoisted_2$z, [
|
|
32480
|
-
createElementVNode("div", _hoisted_3$
|
|
32483
|
+
createElementVNode("div", _hoisted_3$r, [
|
|
32481
32484
|
createElementVNode("div", _hoisted_4$l, [
|
|
32482
32485
|
createVNode(l, {
|
|
32483
32486
|
name: "map-marker-filled",
|
|
@@ -32730,7 +32733,7 @@ const ItineraryStop = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc
|
|
|
32730
32733
|
key: 0,
|
|
32731
32734
|
class: "itinerary-stop-info__times mb-0",
|
|
32732
32735
|
"data-test": "vs-itinerary-stop-status"
|
|
32733
|
-
}, _hoisted_3$
|
|
32736
|
+
}, _hoisted_3$q = {
|
|
32734
32737
|
key: 1,
|
|
32735
32738
|
"data-test": "vs-itinerary-stop-hours"
|
|
32736
32739
|
}, _hoisted_4$k = {
|
|
@@ -32753,7 +32756,7 @@ function _sfc_render$R(e, n, t, a, r, o) {
|
|
|
32753
32756
|
createTextVNode(toDisplayString(o.hoursMessage), 1),
|
|
32754
32757
|
n[0] || (n[0] = createElementVNode("br", null, null, -1))
|
|
32755
32758
|
])) : createCommentVNode("", !0),
|
|
32756
|
-
!r.closedLongTerm && typeof r.currentDayData[0] < "u" && typeof r.currentDayData[0].state < "u" && o.provisionalMessage.length > 0 ? (openBlock(), createElementBlock("p", _hoisted_3$
|
|
32759
|
+
!r.closedLongTerm && typeof r.currentDayData[0] < "u" && typeof r.currentDayData[0].state < "u" && o.provisionalMessage.length > 0 ? (openBlock(), createElementBlock("p", _hoisted_3$q, toDisplayString(o.provisionalMessage) + ". ", 1)) : createCommentVNode("", !0)
|
|
32757
32760
|
], 64)) : createCommentVNode("", !0),
|
|
32758
32761
|
e.$slots["stop-link-text"] && t.openingTimesLink !== null ? (openBlock(), createElementBlock("p", _hoisted_4$k, [
|
|
32759
32762
|
createVNode(c, { href: t.openingTimesLink }, {
|
|
@@ -32775,13 +32778,13 @@ const ItineraryStopInfo = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _
|
|
|
32775
32778
|
release: "0.0.1",
|
|
32776
32779
|
components: {},
|
|
32777
32780
|
props: {}
|
|
32778
|
-
}, _hoisted_1$J = { class: "vs-itinerary-tips position-relative my-175" }, _hoisted_2$x = { class: "vs-itinerary-tips__text" }, _hoisted_3$
|
|
32781
|
+
}, _hoisted_1$J = { class: "vs-itinerary-tips position-relative my-175" }, _hoisted_2$x = { class: "vs-itinerary-tips__text" }, _hoisted_3$p = { class: "vs-itinerary-tips__svg position-absolute" };
|
|
32779
32782
|
function _sfc_render$Q(e, n, t, a, r, o) {
|
|
32780
32783
|
return openBlock(), createElementBlock("div", _hoisted_1$J, [
|
|
32781
32784
|
createElementVNode("div", _hoisted_2$x, [
|
|
32782
32785
|
renderSlot(e.$slots, "text")
|
|
32783
32786
|
]),
|
|
32784
|
-
createElementVNode("div", _hoisted_3$
|
|
32787
|
+
createElementVNode("div", _hoisted_3$p, [
|
|
32785
32788
|
renderSlot(e.$slots, "svg")
|
|
32786
32789
|
])
|
|
32787
32790
|
]);
|
|
@@ -32973,7 +32976,7 @@ const LinkListItem = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_r
|
|
|
32973
32976
|
}, _hoisted_1$F = {
|
|
32974
32977
|
class: "vs-listicle-item border",
|
|
32975
32978
|
"data-test": "vs-listicle-item"
|
|
32976
|
-
}, _hoisted_2$v = { class: "d-flex justify-content-start align-items-top border-bottom border-white" }, _hoisted_3$
|
|
32979
|
+
}, _hoisted_2$v = { class: "d-flex justify-content-start align-items-top border-bottom border-white" }, _hoisted_3$o = { class: "position-relative" }, _hoisted_4$j = { class: "count__bg" }, _hoisted_5$f = {
|
|
32977
32980
|
class: "count",
|
|
32978
32981
|
"aria-hidden": "true"
|
|
32979
32982
|
};
|
|
@@ -32982,7 +32985,7 @@ function _sfc_render$M(e, n, t, a, r, o) {
|
|
|
32982
32985
|
return openBlock(), createElementBlock("li", _hoisted_1$F, [
|
|
32983
32986
|
renderSlot(e.$slots, "hippo-details"),
|
|
32984
32987
|
createElementVNode("div", _hoisted_2$v, [
|
|
32985
|
-
createElementVNode("div", _hoisted_3$
|
|
32988
|
+
createElementVNode("div", _hoisted_3$o, [
|
|
32986
32989
|
createElementVNode("div", _hoisted_4$j, [
|
|
32987
32990
|
createElementVNode("span", _hoisted_5$f, toDisplayString(t.index), 1)
|
|
32988
32991
|
])
|
|
@@ -33230,7 +33233,7 @@ const getEnvValue = (e) => define_process_env_default$1[e], _sfc_main$U = {
|
|
|
33230
33233
|
validations() {
|
|
33231
33234
|
return this.rules;
|
|
33232
33235
|
}
|
|
33233
|
-
}, _hoisted_1$E = { class: "vs-select" }, _hoisted_2$u = ["id"], _hoisted_3$
|
|
33236
|
+
}, _hoisted_1$E = { class: "vs-select" }, _hoisted_2$u = ["id"], _hoisted_3$n = ["id"], _hoisted_4$i = { class: "visually-hidden" }, _hoisted_5$e = { class: "vs-select__container mt-050" };
|
|
33234
33237
|
function _sfc_render$K(e, n, t, a, r, o) {
|
|
33235
33238
|
const l = resolveComponent("BFormSelect");
|
|
33236
33239
|
return openBlock(), createElementBlock("div", _hoisted_1$E, [
|
|
@@ -33253,7 +33256,7 @@ function _sfc_render$K(e, n, t, a, r, o) {
|
|
|
33253
33256
|
])), [
|
|
33254
33257
|
[vShow, !t.reAlertErrors]
|
|
33255
33258
|
])), 128))
|
|
33256
|
-
], 8, _hoisted_3$
|
|
33259
|
+
], 8, _hoisted_3$n)) : createCommentVNode("", !0),
|
|
33257
33260
|
createElementVNode("div", _hoisted_5$e, [
|
|
33258
33261
|
createVNode(l, mergeProps({
|
|
33259
33262
|
modelValue: r.inputVal,
|
|
@@ -33646,6 +33649,9 @@ const VsRecaptcha = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_re
|
|
|
33646
33649
|
default: 2
|
|
33647
33650
|
}
|
|
33648
33651
|
},
|
|
33652
|
+
emits: [
|
|
33653
|
+
"updated"
|
|
33654
|
+
],
|
|
33649
33655
|
setup: () => ({
|
|
33650
33656
|
v$: useVuelidate()
|
|
33651
33657
|
}),
|
|
@@ -33728,7 +33734,7 @@ const VsRecaptcha = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_re
|
|
|
33728
33734
|
validations() {
|
|
33729
33735
|
return this.rules;
|
|
33730
33736
|
}
|
|
33731
|
-
}, _hoisted_1$C = { "data-test": "vs-textarea" }, _hoisted_2$s = ["id"], _hoisted_3$
|
|
33737
|
+
}, _hoisted_1$C = { "data-test": "vs-textarea" }, _hoisted_2$s = ["id"], _hoisted_3$m = ["id"], _hoisted_4$h = { class: "visually-hidden" };
|
|
33732
33738
|
function _sfc_render$I(e, n, t, a, r, o) {
|
|
33733
33739
|
const l = resolveComponent("BFormTextarea");
|
|
33734
33740
|
return openBlock(), createElementBlock("div", _hoisted_1$C, [
|
|
@@ -33752,7 +33758,7 @@ function _sfc_render$I(e, n, t, a, r, o) {
|
|
|
33752
33758
|
])), [
|
|
33753
33759
|
[vShow, !t.reAlertErrors && !r.clearErrorsOnFocus]
|
|
33754
33760
|
])), 128))
|
|
33755
|
-
], 8, _hoisted_3$
|
|
33761
|
+
], 8, _hoisted_3$m)) : createCommentVNode("", !0),
|
|
33756
33762
|
createVNode(l, {
|
|
33757
33763
|
ref: "input",
|
|
33758
33764
|
class: normalizeClass(["vs-textarea", o.elementClass]),
|
|
@@ -34197,7 +34203,7 @@ const VsTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_ren
|
|
|
34197
34203
|
}, _hoisted_2$r = {
|
|
34198
34204
|
class: "vs-form__main-heading vs-heading vs-heading--heading-l float-none",
|
|
34199
34205
|
"data-test": "vs-form__main-heading"
|
|
34200
|
-
}, _hoisted_3$
|
|
34206
|
+
}, _hoisted_3$l = { key: 0 }, _hoisted_4$g = { "aria-live": "assertive" }, _hoisted_5$d = { key: 0 }, _hoisted_6$a = ["innerHTML"], _hoisted_7$8 = {
|
|
34201
34207
|
key: 2,
|
|
34202
34208
|
class: "mt-200"
|
|
34203
34209
|
};
|
|
@@ -34218,7 +34224,7 @@ function _sfc_render$H(e, n, t, a, r, o) {
|
|
|
34218
34224
|
class: normalizeClass(o.conditionalElementClass(C.name))
|
|
34219
34225
|
}, {
|
|
34220
34226
|
default: withCtx(() => [
|
|
34221
|
-
!o.isUndefined(C.descriptor) && C.element === "checkbox" ? (openBlock(), createElementBlock("legend", _hoisted_3$
|
|
34227
|
+
!o.isUndefined(C.descriptor) && C.element === "checkbox" ? (openBlock(), createElementBlock("legend", _hoisted_3$l, toDisplayString(o.getTranslatedLegend(C.name, V)), 1)) : createCommentVNode("", !0),
|
|
34222
34228
|
createElementVNode("div", {
|
|
34223
34229
|
class: normalizeClass(o.conditionalElementClass(C.name))
|
|
34224
34230
|
}, [
|
|
@@ -34568,7 +34574,7 @@ const VsSiteSearch = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_r
|
|
|
34568
34574
|
class: "cludo-input-form d-flex align-items-start",
|
|
34569
34575
|
role: "search",
|
|
34570
34576
|
id: "cludo-search-input"
|
|
34571
|
-
}, _hoisted_3$
|
|
34577
|
+
}, _hoisted_3$k = { class: "d-flex flex-column flex-grow-1 position-relative" }, _hoisted_4$f = {
|
|
34572
34578
|
for: "site-search",
|
|
34573
34579
|
class: "vs-site-search-form__label"
|
|
34574
34580
|
}, _hoisted_5$c = { class: "visually-hidden" };
|
|
@@ -34582,7 +34588,7 @@ function _sfc_render$D(e, n, t, a, r, o) {
|
|
|
34582
34588
|
createVNode(p, { cols: "12" }, {
|
|
34583
34589
|
default: withCtx(() => [
|
|
34584
34590
|
createElementVNode("div", _hoisted_2$q, [
|
|
34585
|
-
createElementVNode("div", _hoisted_3$
|
|
34591
|
+
createElementVNode("div", _hoisted_3$k, [
|
|
34586
34592
|
createElementVNode("label", _hoisted_4$f, [
|
|
34587
34593
|
createElementVNode("span", _hoisted_5$c, toDisplayString(t.labelText), 1),
|
|
34588
34594
|
createVNode(l, {
|
|
@@ -34973,7 +34979,7 @@ const MegaNav = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render
|
|
|
34973
34979
|
class: "vs-mega-nav-dropdown",
|
|
34974
34980
|
"data-test": "vs-mega-nav-dropdown",
|
|
34975
34981
|
role: "menuitem"
|
|
34976
|
-
}, _hoisted_2$o = { role: "menuitem" }, _hoisted_3$
|
|
34982
|
+
}, _hoisted_2$o = { role: "menuitem" }, _hoisted_3$j = {
|
|
34977
34983
|
class: "dropdown-menu dropdown-menu--fallback overflow-auto",
|
|
34978
34984
|
role: "menu"
|
|
34979
34985
|
}, _hoisted_4$e = { role: "menuitem" };
|
|
@@ -35031,7 +35037,7 @@ function _sfc_render$B(e, n, t, a, r, o) {
|
|
|
35031
35037
|
]),
|
|
35032
35038
|
_: 3
|
|
35033
35039
|
}, 512),
|
|
35034
|
-
createElementVNode("ul", _hoisted_3$
|
|
35040
|
+
createElementVNode("ul", _hoisted_3$j, [
|
|
35035
35041
|
createElementVNode("li", _hoisted_4$e, [
|
|
35036
35042
|
createVNode(p, {
|
|
35037
35043
|
fluid: "lg",
|
|
@@ -35125,7 +35131,7 @@ const VsMegaNavDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _
|
|
|
35125
35131
|
"data-test": "vs-mega-nav-dropdown-container",
|
|
35126
35132
|
ref: "menuToggle",
|
|
35127
35133
|
role: "presentation"
|
|
35128
|
-
}, _hoisted_2$n = { class: "vs-mega-nav-dropdown-container__columns-wrapper" }, _hoisted_3$
|
|
35134
|
+
}, _hoisted_2$n = { class: "vs-mega-nav-dropdown-container__columns-wrapper" }, _hoisted_3$i = {
|
|
35129
35135
|
key: 2,
|
|
35130
35136
|
class: "vs-mega-nav-dropdown-container__featured-event",
|
|
35131
35137
|
"data-test": "vs-mega-nav-dropdown-container__featured-event"
|
|
@@ -35170,7 +35176,7 @@ function _sfc_render$A(e, n, t, a, r, o) {
|
|
|
35170
35176
|
}, [
|
|
35171
35177
|
renderSlot(e.$slots, "nav-featured-item")
|
|
35172
35178
|
], 2)) : createCommentVNode("", !0),
|
|
35173
|
-
o.hasFeaturedEvent ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
35179
|
+
o.hasFeaturedEvent ? (openBlock(), createElementBlock("div", _hoisted_3$i, [
|
|
35174
35180
|
renderSlot(e.$slots, "nav-featured-event")
|
|
35175
35181
|
])) : createCommentVNode("", !0)
|
|
35176
35182
|
])
|
|
@@ -35471,7 +35477,7 @@ const MegaNavFeaturedItem = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render",
|
|
|
35471
35477
|
}, _hoisted_1$t = {
|
|
35472
35478
|
key: 0,
|
|
35473
35479
|
class: "vs-mega-nav-featured-event__date-range"
|
|
35474
|
-
}, _hoisted_2$m = { class: "vs-mega-nav-featured-event__date-detail" }, _hoisted_3$
|
|
35480
|
+
}, _hoisted_2$m = { class: "vs-mega-nav-featured-event__date-detail" }, _hoisted_3$h = { class: "vs-mega-nav-featured-event__title" }, _hoisted_4$d = {
|
|
35475
35481
|
key: 1,
|
|
35476
35482
|
class: "vs-mega-nav-featured-event__location"
|
|
35477
35483
|
};
|
|
@@ -35492,7 +35498,7 @@ function _sfc_render$v(e, n, t, a, r, o) {
|
|
|
35492
35498
|
createTextVNode(toDisplayString(r.featuredEvent.opening.period.label) + " ", 1),
|
|
35493
35499
|
createElementVNode("span", _hoisted_2$m, toDisplayString(r.featuredEvent.opening.period.startDay), 1)
|
|
35494
35500
|
])) : createCommentVNode("", !0),
|
|
35495
|
-
createElementVNode("p", _hoisted_3$
|
|
35501
|
+
createElementVNode("p", _hoisted_3$h, toDisplayString(r.featuredEvent.name), 1),
|
|
35496
35502
|
r.featuredEvent && r.featuredEvent.address ? (openBlock(), createElementBlock("p", _hoisted_4$d, toDisplayString(r.featuredEvent.address.shortAddress), 1)) : createCommentVNode("", !0)
|
|
35497
35503
|
]),
|
|
35498
35504
|
"stretched-card-link": withCtx(() => [
|
|
@@ -35668,7 +35674,7 @@ const MegaNavStaticLink = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _
|
|
|
35668
35674
|
key: 0,
|
|
35669
35675
|
class: "vs-megalinks__intro",
|
|
35670
35676
|
"data-test": "vs-megalinks__intro"
|
|
35671
|
-
}, _hoisted_2$l = { class: "row vs-megalinks__links-wrapper" }, _hoisted_3$
|
|
35677
|
+
}, _hoisted_2$l = { class: "row vs-megalinks__links-wrapper" }, _hoisted_3$g = {
|
|
35672
35678
|
class: "vs-megalinks__button",
|
|
35673
35679
|
"data-test": "vs-megalinks__button"
|
|
35674
35680
|
};
|
|
@@ -35726,7 +35732,7 @@ function _sfc_render$t(e, n, t, a, r, o) {
|
|
|
35726
35732
|
default: withCtx(() => [
|
|
35727
35733
|
createVNode(d, { cols: "12" }, {
|
|
35728
35734
|
default: withCtx(() => [
|
|
35729
|
-
createElementVNode("div", _hoisted_3$
|
|
35735
|
+
createElementVNode("div", _hoisted_3$g, [
|
|
35730
35736
|
createVNode(f, { href: t.buttonLink }, {
|
|
35731
35737
|
default: withCtx(() => [
|
|
35732
35738
|
renderSlot(e.$slots, "vs-megalinks-button")
|
|
@@ -36194,7 +36200,7 @@ const MegalinkMultiImage = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render",
|
|
|
36194
36200
|
}, _hoisted_1$p = { class: "vs-megalink-single-image__image-container" }, _hoisted_2$j = {
|
|
36195
36201
|
class: "vs-megalink-single-image__content",
|
|
36196
36202
|
"data-test": "megalink-single-image__content"
|
|
36197
|
-
}, _hoisted_3$
|
|
36203
|
+
}, _hoisted_3$f = { class: "vs-megalink-single-image__button" };
|
|
36198
36204
|
function _sfc_render$q(e, n, t, a, r, o) {
|
|
36199
36205
|
const l = resolveComponent("VsHeading"), c = resolveComponent("VsRichTextWrapper"), d = resolveComponent("VsLinkList"), p = resolveComponent("VsButton"), f = resolveComponent("VsCol"), m = resolveComponent("VsRow");
|
|
36200
36206
|
return openBlock(), createElementBlock("div", {
|
|
@@ -36239,7 +36245,7 @@ function _sfc_render$q(e, n, t, a, r, o) {
|
|
|
36239
36245
|
]),
|
|
36240
36246
|
_: 3
|
|
36241
36247
|
}),
|
|
36242
|
-
createElementVNode("div", _hoisted_3$
|
|
36248
|
+
createElementVNode("div", _hoisted_3$f, [
|
|
36243
36249
|
t.buttonLink ? (openBlock(), createBlock(p, {
|
|
36244
36250
|
key: 0,
|
|
36245
36251
|
href: t.buttonLink,
|
|
@@ -36464,7 +36470,7 @@ const Modal = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$p
|
|
|
36464
36470
|
key: 0,
|
|
36465
36471
|
class: "vs-page-intro__fs-mobile-heading-wrapper",
|
|
36466
36472
|
"data-test": "vs-page-intro__mobile-breadcrumb"
|
|
36467
|
-
}, _hoisted_2$i = { class: "vs-page-intro__wrapper" }, _hoisted_3$
|
|
36473
|
+
}, _hoisted_2$i = { class: "vs-page-intro__wrapper" }, _hoisted_3$e = { class: "vs-page-intro__share" }, _hoisted_4$c = {
|
|
36468
36474
|
key: 0,
|
|
36469
36475
|
class: "list-inline"
|
|
36470
36476
|
}, _hoisted_5$b = {
|
|
@@ -36531,7 +36537,7 @@ function _sfc_render$o(e, n, t, a, r, o) {
|
|
|
36531
36537
|
]),
|
|
36532
36538
|
_: 3
|
|
36533
36539
|
}, 8, ["class"]),
|
|
36534
|
-
createElementVNode("div", _hoisted_3$
|
|
36540
|
+
createElementVNode("div", _hoisted_3$e, [
|
|
36535
36541
|
renderSlot(e.$slots, "vs-share-button")
|
|
36536
36542
|
]),
|
|
36537
36543
|
createVNode(c, null, {
|
|
@@ -36611,7 +36617,7 @@ const PageIntro = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_rend
|
|
|
36611
36617
|
}, _hoisted_2$h = {
|
|
36612
36618
|
"aria-live": "polite",
|
|
36613
36619
|
class: "vs-pagination__count"
|
|
36614
|
-
}, _hoisted_3$
|
|
36620
|
+
}, _hoisted_3$d = { class: "vs-pagination__controls" }, _hoisted_4$b = { class: "vs-pagination__prev" }, _hoisted_5$a = { class: "vs-pagination__list" }, _hoisted_6$9 = { key: 0 }, _hoisted_7$7 = { class: "vs-pagination__next" }, limit = 7, _sfc_main$x = {
|
|
36615
36621
|
__name: "VsPagination",
|
|
36616
36622
|
props: /* @__PURE__ */ mergeModels({
|
|
36617
36623
|
/**
|
|
@@ -36695,7 +36701,7 @@ const PageIntro = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_rend
|
|
|
36695
36701
|
createElementVNode("div", _hoisted_2$h, [
|
|
36696
36702
|
createElementVNode("p", null, toDisplayString(o.value), 1)
|
|
36697
36703
|
]),
|
|
36698
|
-
createElementVNode("div", _hoisted_3$
|
|
36704
|
+
createElementVNode("div", _hoisted_3$d, [
|
|
36699
36705
|
createElementVNode("div", _hoisted_4$b, [
|
|
36700
36706
|
createVNode(VsButton, {
|
|
36701
36707
|
disabled: r.value === 1,
|
|
@@ -37280,7 +37286,7 @@ VueComboBlocks.stateChangeTypes = sct;
|
|
|
37280
37286
|
const _hoisted_1$l = {
|
|
37281
37287
|
"data-test": "vs-autocomplete",
|
|
37282
37288
|
class: "vs-autocomplete mb-100"
|
|
37283
|
-
}, _hoisted_2$g = ["for"], _hoisted_3$
|
|
37289
|
+
}, _hoisted_2$g = ["for"], _hoisted_3$c = ["placeholder", "onClick"], _hoisted_4$a = ["name"], _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
37284
37290
|
__name: "Autocomplete",
|
|
37285
37291
|
props: {
|
|
37286
37292
|
id: {},
|
|
@@ -37344,7 +37350,7 @@ const _hoisted_1$l = {
|
|
|
37344
37350
|
createElementVNode("input", mergeProps({ class: "vs-input form-control" }, k(), toHandlers(C(), !0), {
|
|
37345
37351
|
placeholder: _.placeholder,
|
|
37346
37352
|
onClick: (F) => q()
|
|
37347
|
-
}), null, 16, _hoisted_3$
|
|
37353
|
+
}), null, 16, _hoisted_3$c),
|
|
37348
37354
|
createVNode(VsIcon, {
|
|
37349
37355
|
name: "chevron-down",
|
|
37350
37356
|
variant: "primary",
|
|
@@ -37377,7 +37383,7 @@ const _hoisted_1$l = {
|
|
|
37377
37383
|
}), _hoisted_1$k = {
|
|
37378
37384
|
class: "vs-guest-selector-number-group",
|
|
37379
37385
|
"data-test": "vs-guest-selector-number-group"
|
|
37380
|
-
}, _hoisted_2$f = { class: "vs-guest-selector-number-group__label" }, _hoisted_3$
|
|
37386
|
+
}, _hoisted_2$f = { class: "vs-guest-selector-number-group__label" }, _hoisted_3$b = { class: "vs-guest-selector-number-group__buttons justify-content-end" }, _hoisted_4$9 = ["disabled"], _hoisted_5$9 = ["name", "disabled"], _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
37381
37387
|
__name: "GuestSelectorNumberGroup",
|
|
37382
37388
|
props: {
|
|
37383
37389
|
adultCount: {},
|
|
@@ -37413,7 +37419,7 @@ const _hoisted_1$l = {
|
|
|
37413
37419
|
o.value || (r.value = t.minValue), r.value <= t.maxValue && (r.value = t.count), t.unitRemoved && (t.name.includes("children") ? (r.value = t.childrenCount, l.value = t.rowName + "children") : t.name.includes("infants") ? (r.value = t.infantCount, l.value = t.rowName + "infants") : (r.value = t.adultCount, l.value = t.rowName + "a"));
|
|
37414
37420
|
}), (f, m) => (openBlock(), createElementBlock("div", _hoisted_1$k, [
|
|
37415
37421
|
createElementVNode("span", _hoisted_2$f, toDisplayString(f.rowLabel), 1),
|
|
37416
|
-
createElementVNode("div", _hoisted_3$
|
|
37422
|
+
createElementVNode("div", _hoisted_3$b, [
|
|
37417
37423
|
createVNode(VsButton, {
|
|
37418
37424
|
class: "vs-guest-selector-number-group__button--remove",
|
|
37419
37425
|
size: "sm",
|
|
@@ -37467,7 +37473,7 @@ const _hoisted_1$l = {
|
|
|
37467
37473
|
}), _hoisted_1$j = {
|
|
37468
37474
|
class: "vs-guest-selector-row",
|
|
37469
37475
|
"data-test": "vs-guest-selector-row"
|
|
37470
|
-
}, _hoisted_2$e = { class: "vs-guest-selector-row__title" }, _hoisted_3$
|
|
37476
|
+
}, _hoisted_2$e = { class: "vs-guest-selector-row__title" }, _hoisted_3$a = {
|
|
37471
37477
|
key: 1,
|
|
37472
37478
|
class: "c-search__rooms-guests-picker__row"
|
|
37473
37479
|
}, _hoisted_4$8 = ["name"], _hoisted_5$8 = ["name"], _hoisted_6$8 = ["name"], _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
@@ -37510,7 +37516,7 @@ const _hoisted_1$l = {
|
|
|
37510
37516
|
]),
|
|
37511
37517
|
_: 1
|
|
37512
37518
|
})) : createCommentVNode("", !0),
|
|
37513
|
-
m.unitOptions ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
37519
|
+
m.unitOptions ? (openBlock(), createElementBlock("div", _hoisted_3$a, [
|
|
37514
37520
|
(openBlock(!0), createElementBlock(Fragment, null, renderList(m.unitOptions.numberGroups, (v, k) => (openBlock(), createBlock(_sfc_main$u, {
|
|
37515
37521
|
"adult-count": r.value,
|
|
37516
37522
|
"children-count": o.value,
|
|
@@ -37553,7 +37559,7 @@ const _hoisted_1$l = {
|
|
|
37553
37559
|
}), _hoisted_1$i = {
|
|
37554
37560
|
class: "form-group vs-guest-selector",
|
|
37555
37561
|
"data-test": "vs-guest-selector"
|
|
37556
|
-
}, _hoisted_2$d = { class: "vs-guest-selector__label" }, _hoisted_3$
|
|
37562
|
+
}, _hoisted_2$d = { class: "vs-guest-selector__label" }, _hoisted_3$9 = ["disabled"], _hoisted_4$7 = { class: "vs-guest-selector__button-row mb-075" }, _hoisted_5$7 = { class: "d-flex justify-content-between" }, _hoisted_6$7 = ["value", "disabled"], _hoisted_7$6 = ["value", "disabled"], adultDefaultCount = 1, unitLimit = 5, _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
37557
37563
|
__name: "GuestSelector",
|
|
37558
37564
|
props: {
|
|
37559
37565
|
availability: { type: Boolean }
|
|
@@ -37644,7 +37650,7 @@ const _hoisted_1$l = {
|
|
|
37644
37650
|
R[0] || (R[0] = createTextVNode(", ")),
|
|
37645
37651
|
createElementVNode("span", null, toDisplayString(r.value) + " ", 1),
|
|
37646
37652
|
createElementVNode("span", null, toDisplayString(r.value > 1 ? unref(l) : unref(o)), 1)
|
|
37647
|
-
], 8, _hoisted_3$
|
|
37653
|
+
], 8, _hoisted_3$9),
|
|
37648
37654
|
createElementVNode("div", {
|
|
37649
37655
|
class: normalizeClass(["vs-guest-selector__modal", k.value ? "vs-guest-selector__modal--visible" : ""])
|
|
37650
37656
|
}, [
|
|
@@ -37719,7 +37725,7 @@ const _hoisted_1$l = {
|
|
|
37719
37725
|
}), _hoisted_1$h = {
|
|
37720
37726
|
class: "vs-date-input",
|
|
37721
37727
|
"data-test": "vs-date-input"
|
|
37722
|
-
}, _hoisted_2$c = ["for"], _hoisted_3$
|
|
37728
|
+
}, _hoisted_2$c = ["for"], _hoisted_3$8 = ["min", "name", "id"], _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
37723
37729
|
__name: "DateInput",
|
|
37724
37730
|
props: {
|
|
37725
37731
|
label: {},
|
|
@@ -37743,7 +37749,7 @@ const _hoisted_1$l = {
|
|
|
37743
37749
|
"onUpdate:modelValue": c[0] || (c[0] = (d) => r.value = d),
|
|
37744
37750
|
onChange: c[1] || (c[1] = (d) => l.$emit("changeDate", r.value)),
|
|
37745
37751
|
class: "form-control vs-input"
|
|
37746
|
-
}, null, 40, _hoisted_3$
|
|
37752
|
+
}, null, 40, _hoisted_3$8), [
|
|
37747
37753
|
[vModelText, r.value]
|
|
37748
37754
|
])
|
|
37749
37755
|
]));
|
|
@@ -37751,7 +37757,7 @@ const _hoisted_1$l = {
|
|
|
37751
37757
|
}), _hoisted_1$g = {
|
|
37752
37758
|
class: "vs-date-range",
|
|
37753
37759
|
"data-test": "vs-date-range"
|
|
37754
|
-
}, _hoisted_2$b = { class: "row align-items-center" }, _hoisted_3$
|
|
37760
|
+
}, _hoisted_2$b = { class: "row align-items-center" }, _hoisted_3$7 = { class: "col-12 col-sm-5 order-1" }, _hoisted_4$6 = { class: "col-12 col-sm-5 order-2" }, _hoisted_5$6 = { class: "col-12 col-sm-2 order-first order-sm-3 text-sm-right" }, _hoisted_6$6 = {
|
|
37755
37761
|
key: 1,
|
|
37756
37762
|
type: "hidden",
|
|
37757
37763
|
name: "refine-date",
|
|
@@ -37831,7 +37837,7 @@ const _hoisted_1$l = {
|
|
|
37831
37837
|
const V = computed$1(() => t.selectedProd === "acco" ? "stay" : "isostartdate"), E = computed$1(() => t.selectedProd === "acco" ? "endDate" : "isoenddate");
|
|
37832
37838
|
return (T, L) => (openBlock(), createElementBlock("fieldset", _hoisted_1$g, [
|
|
37833
37839
|
createElementVNode("div", _hoisted_2$b, [
|
|
37834
|
-
createElementVNode("div", _hoisted_3$
|
|
37840
|
+
createElementVNode("div", _hoisted_3$7, [
|
|
37835
37841
|
createVNode(_sfc_main$r, {
|
|
37836
37842
|
label: e.startLabel,
|
|
37837
37843
|
value: e.defaultDates && r.value === "" && o.value ? f.value : r.value,
|
|
@@ -37880,7 +37886,7 @@ const _hoisted_1$l = {
|
|
|
37880
37886
|
}, _hoisted_2$a = {
|
|
37881
37887
|
key: 0,
|
|
37882
37888
|
class: "container"
|
|
37883
|
-
}, _hoisted_3$
|
|
37889
|
+
}, _hoisted_3$6 = { class: "row" }, _hoisted_4$5 = { class: "col-12" }, _hoisted_5$5 = ["action"], _hoisted_6$5 = { class: "form-group product-search__type mb-100" }, _hoisted_7$4 = { for: "prodtypes" }, _hoisted_8$3 = { class: "product-search__in d-none d-md-block mt-100" }, _hoisted_9$3 = { "aria-live": "polite" }, _hoisted_10$3 = ["disabled", "value"], _hoisted_11$2 = ["disabled", "value"], _hoisted_12$2 = ["value"], _hoisted_13$2 = {
|
|
37884
37890
|
key: 4,
|
|
37885
37891
|
type: "hidden",
|
|
37886
37892
|
name: "areaproxdist",
|
|
@@ -38015,7 +38021,7 @@ const _hoisted_1$l = {
|
|
|
38015
38021
|
var pe, be, Be, U, W, G;
|
|
38016
38022
|
return openBlock(), createElementBlock("div", _hoisted_1$f, [
|
|
38017
38023
|
t.value ? createCommentVNode("", !0) : (openBlock(), createElementBlock("div", _hoisted_2$a, [
|
|
38018
|
-
createElementVNode("div", _hoisted_3$
|
|
38024
|
+
createElementVNode("div", _hoisted_3$6, [
|
|
38019
38025
|
createElementVNode("div", _hoisted_4$5, [
|
|
38020
38026
|
unref(p) ? (openBlock(), createElementBlock("form", {
|
|
38021
38027
|
key: 0,
|
|
@@ -38294,7 +38300,7 @@ const ProductSearch = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_
|
|
|
38294
38300
|
}, _hoisted_2$8 = {
|
|
38295
38301
|
key: 1,
|
|
38296
38302
|
class: "vs-quote__author-container"
|
|
38297
|
-
}, _hoisted_3$
|
|
38303
|
+
}, _hoisted_3$5 = { class: "vs-quote__content-container" }, _hoisted_4$4 = { class: "vs-quote__content" }, _hoisted_5$4 = {
|
|
38298
38304
|
key: 0,
|
|
38299
38305
|
class: "vs-quote__author-name"
|
|
38300
38306
|
}, _hoisted_6$4 = {
|
|
@@ -38312,7 +38318,7 @@ function _sfc_render$l(e, n, t, a, r, o) {
|
|
|
38312
38318
|
o.hasAuthorImage ? (openBlock(), createElementBlock("div", _hoisted_2$8, [
|
|
38313
38319
|
renderSlot(e.$slots, "quote-image")
|
|
38314
38320
|
])) : createCommentVNode("", !0),
|
|
38315
|
-
createElementVNode("div", _hoisted_3$
|
|
38321
|
+
createElementVNode("div", _hoisted_3$5, [
|
|
38316
38322
|
createElementVNode("div", _hoisted_4$4, [
|
|
38317
38323
|
renderSlot(e.$slots, "quote-content")
|
|
38318
38324
|
]),
|
|
@@ -38798,7 +38804,7 @@ const VsTableFooter = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_
|
|
|
38798
38804
|
}, _hoisted_1$b = {
|
|
38799
38805
|
class: "card vs-ski-scotland-card",
|
|
38800
38806
|
"data-test": "vs-ski-scotland-card"
|
|
38801
|
-
}, _hoisted_2$7 = { class: "vs-ski-scotland-card__img-container" }, _hoisted_3$
|
|
38807
|
+
}, _hoisted_2$7 = { class: "vs-ski-scotland-card__img-container" }, _hoisted_3$4 = { class: "card-body" }, _hoisted_4$3 = {
|
|
38802
38808
|
key: 0,
|
|
38803
38809
|
class: "text-center pb-200 position-relative"
|
|
38804
38810
|
}, _hoisted_5$3 = { "data-test": "vs-ski__status-label" }, _hoisted_6$3 = { "data-test": "vs-ski__runs-label" }, _hoisted_7$3 = { "data-test": "vs-ski__lifts-label" }, _hoisted_8$2 = { "data-test": "vs-ski__open-label" }, _hoisted_9$2 = { "data-test": "vs-ski__limited-patrol-label" }, _hoisted_10$2 = { "data-test": "vs-ski__opening-label" }, _hoisted_11$1 = { "data-test": "vs-ski__closed-label" }, _hoisted_12$1 = { "data-test": "vs-ski__on-hold-label" }, _hoisted_13$1 = { "data-test": "vs-ski__last-updated-label" };
|
|
@@ -38814,7 +38820,7 @@ function _sfc_render$d(e, n, t, a, r, o) {
|
|
|
38814
38820
|
"data-test": "vs-ski-scotland-card__img"
|
|
38815
38821
|
}, null, 8, ["src", "alt"])) : createCommentVNode("", !0)
|
|
38816
38822
|
]),
|
|
38817
|
-
createElementVNode("div", _hoisted_3$
|
|
38823
|
+
createElementVNode("div", _hoisted_3$4, [
|
|
38818
38824
|
createVNode(c, {
|
|
38819
38825
|
level: "3",
|
|
38820
38826
|
"heading-style": "heading-m"
|
|
@@ -39581,7 +39587,7 @@ const SkiScotlandCard = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sf
|
|
|
39581
39587
|
}, _hoisted_1$a = {
|
|
39582
39588
|
class: "vs-ski-scotland-status",
|
|
39583
39589
|
"data-test": "vs-ski-scotland-status"
|
|
39584
|
-
}, _hoisted_2$6 = { "data-test": "vs-ski__status-label" }, _hoisted_3$
|
|
39590
|
+
}, _hoisted_2$6 = { "data-test": "vs-ski__status-label" }, _hoisted_3$3 = { "data-test": "vs-ski__runs-label" }, _hoisted_4$2 = { "data-test": "vs-ski__lifts-label" }, _hoisted_5$2 = { "data-test": "vs-ski__open-label" }, _hoisted_6$2 = { "data-test": "vs-ski__open-label" }, _hoisted_7$2 = { "data-test": "vs-ski__opening-label" }, _hoisted_8$1 = { "data-test": "vs-ski__closed-label" }, _hoisted_9$1 = { "data-test": "vs-ski__open-label" }, _hoisted_10$1 = { "data-test": "vs-ski__last-updated-label" }, _hoisted_11 = ["innerHTML"], _hoisted_12 = ["innerHTML"], _hoisted_13 = ["innerHTML"], _hoisted_14 = ["innerHTML"], _hoisted_15 = ["innerHTML"], _hoisted_16 = ["data-test"], _hoisted_17 = { class: "visually-hidden" };
|
|
39585
39591
|
function _sfc_render$c(e, n, t, a, r, o) {
|
|
39586
39592
|
const l = resolveComponent("VsLoadingSpinner"), c = resolveComponent("VsCol"), d = resolveComponent("VsRow"), p = resolveComponent("VsContainer"), f = resolveComponent("VsWarning"), m = resolveComponent("VsHeading"), _ = resolveComponent("VsTableHeaderCell"), v = resolveComponent("VsTableHead"), k = resolveComponent("VsIcon"), C = resolveComponent("VsTableDataCell"), V = resolveComponent("VsTableRow"), E = resolveComponent("VsTableBody"), T = resolveComponent("VsTableFooter"), L = resolveComponent("VsTable"), O = resolveComponent("VsLink"), R = resolveComponent("VsAccordionItem"), M = resolveComponent("VsAccordion");
|
|
39587
39593
|
return openBlock(), createElementBlock("div", _hoisted_1$a, [
|
|
@@ -39672,7 +39678,7 @@ function _sfc_render$c(e, n, t, a, r, o) {
|
|
|
39672
39678
|
}),
|
|
39673
39679
|
r.runs.length ? (openBlock(), createBlock(_, { key: 0 }, {
|
|
39674
39680
|
default: withCtx(() => [
|
|
39675
|
-
createElementVNode("span", _hoisted_3$
|
|
39681
|
+
createElementVNode("span", _hoisted_3$3, toDisplayString(t.runsLabel), 1)
|
|
39676
39682
|
]),
|
|
39677
39683
|
_: 1
|
|
39678
39684
|
})) : createCommentVNode("", !0),
|
|
@@ -41072,7 +41078,7 @@ const SummaryBoxList = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc
|
|
|
41072
41078
|
key: 0,
|
|
41073
41079
|
class: "text-center vs-summary-box-item__label d-block position-absolute w-100",
|
|
41074
41080
|
"data-test": "vs-summary-box-list-item-label"
|
|
41075
|
-
}, _hoisted_3$
|
|
41081
|
+
}, _hoisted_3$2 = { class: "vs-summary-box-item__label-inner" }, _hoisted_4$1 = {
|
|
41076
41082
|
key: 1,
|
|
41077
41083
|
class: "vs-summary-box-item__display position-absolute d-block text-center w-100",
|
|
41078
41084
|
"data-test": "vs-summary-box-list-item-display"
|
|
@@ -41085,7 +41091,7 @@ function _sfc_render$6(e, n, t, a, r, o) {
|
|
|
41085
41091
|
const l = resolveComponent("VsIcon");
|
|
41086
41092
|
return openBlock(), createElementBlock("li", _hoisted_1$3, [
|
|
41087
41093
|
t.label ? (openBlock(), createElementBlock("div", _hoisted_2$2, [
|
|
41088
|
-
createElementVNode("span", _hoisted_3$
|
|
41094
|
+
createElementVNode("span", _hoisted_3$2, toDisplayString(t.label), 1)
|
|
41089
41095
|
])) : createCommentVNode("", !0),
|
|
41090
41096
|
t.text ? (openBlock(), createElementBlock("div", _hoisted_4$1, [
|
|
41091
41097
|
createElementVNode("span", null, toDisplayString(t.text), 1)
|
|
@@ -41160,14 +41166,14 @@ const SummaryBoxListItem = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render",
|
|
|
41160
41166
|
key: 0,
|
|
41161
41167
|
class: "text-center vs-summary-box-distance__label d-block position-absolute w-100",
|
|
41162
41168
|
"data-test": "vs-summary-box-distance-list-item-label"
|
|
41163
|
-
}, _hoisted_3 = { class: "vs-summary-box-distance__label-inner" }, _hoisted_4 = {
|
|
41169
|
+
}, _hoisted_3$1 = { class: "vs-summary-box-distance__label-inner" }, _hoisted_4 = {
|
|
41164
41170
|
class: "vs-summary-box-distance__display position-absolute d-block text-center w-100",
|
|
41165
41171
|
"data-test": "vs-summary-box-distance-display"
|
|
41166
41172
|
}, _hoisted_5 = { class: "vs-summary-box-distance__display-entry" }, _hoisted_6 = { class: "vs-summary-box-distance__display-value" }, _hoisted_7 = { class: "vs-summary-box-distance__display-label" }, _hoisted_8 = { class: "vs-summary-box-distance__display-entry" }, _hoisted_9 = { class: "vs-summary-box-distance__display-value" }, _hoisted_10 = { class: "vs-summary-box-distance__display-label" };
|
|
41167
41173
|
function _sfc_render$5(e, n, t, a, r, o) {
|
|
41168
41174
|
return openBlock(), createElementBlock("li", _hoisted_1$2, [
|
|
41169
41175
|
t.distanceLabel ? (openBlock(), createElementBlock("div", _hoisted_2$1, [
|
|
41170
|
-
createElementVNode("span", _hoisted_3, toDisplayString(t.distanceLabel), 1)
|
|
41176
|
+
createElementVNode("span", _hoisted_3$1, toDisplayString(t.distanceLabel), 1)
|
|
41171
41177
|
])) : createCommentVNode("", !0),
|
|
41172
41178
|
createElementVNode("div", _hoisted_4, [
|
|
41173
41179
|
createElementVNode("div", _hoisted_5, [
|
|
@@ -41974,7 +41980,7 @@ const player = /* @__PURE__ */ getDefaultExportFromCjs$1(distExports), UNSTARTED
|
|
|
41974
41980
|
}
|
|
41975
41981
|
};
|
|
41976
41982
|
let videoStore = null;
|
|
41977
|
-
const _sfc_main = {
|
|
41983
|
+
const cookieValues = cookieValues$2.youtube, _sfc_main = {
|
|
41978
41984
|
name: "VsVideo",
|
|
41979
41985
|
status: "prototype",
|
|
41980
41986
|
release: "0.0.1",
|
|
@@ -41983,7 +41989,8 @@ const _sfc_main = {
|
|
|
41983
41989
|
VueYoutube
|
|
41984
41990
|
},
|
|
41985
41991
|
mixins: [
|
|
41986
|
-
dataLayerMixin
|
|
41992
|
+
dataLayerMixin,
|
|
41993
|
+
cookieCheckerMixin
|
|
41987
41994
|
],
|
|
41988
41995
|
props: {
|
|
41989
41996
|
/**
|
|
@@ -42030,6 +42037,22 @@ const _sfc_main = {
|
|
|
42030
42037
|
default: "%s minute video"
|
|
42031
42038
|
},
|
|
42032
42039
|
/**
|
|
42040
|
+
* A message explaining why the component has been disabled with disabled cookies, is
|
|
42041
|
+
* provided for descendent components to inject
|
|
42042
|
+
*/
|
|
42043
|
+
noCookiesMessage: {
|
|
42044
|
+
type: String,
|
|
42045
|
+
required: !0
|
|
42046
|
+
},
|
|
42047
|
+
/**
|
|
42048
|
+
* Text used for the link which opens the cookie preference centre.
|
|
42049
|
+
*/
|
|
42050
|
+
cookieBtnText: {
|
|
42051
|
+
type: String,
|
|
42052
|
+
required: !0
|
|
42053
|
+
},
|
|
42054
|
+
/**
|
|
42055
|
+
/**
|
|
42033
42056
|
* A message explaining why the component has been disabled when js is disabled,
|
|
42034
42057
|
* is provided for descendent components to inject
|
|
42035
42058
|
*/
|
|
@@ -42055,15 +42078,19 @@ const _sfc_main = {
|
|
|
42055
42078
|
playerVars: {
|
|
42056
42079
|
hl: this.language
|
|
42057
42080
|
},
|
|
42081
|
+
requiredCookies: cookieValues,
|
|
42058
42082
|
reRendering: !1,
|
|
42059
42083
|
shouldAutoPlay: !1,
|
|
42060
42084
|
jsDisabled: !0
|
|
42061
42085
|
};
|
|
42062
42086
|
},
|
|
42063
42087
|
computed: {
|
|
42088
|
+
showError() {
|
|
42089
|
+
return !this.requiredCookiesExist && this.cookiesInitStatus === !0 || this.cookiesInitStatus === "error" || this.cookiesInitStatus === !1;
|
|
42090
|
+
},
|
|
42064
42091
|
warningText() {
|
|
42065
42092
|
let e = "";
|
|
42066
|
-
return this.videoId && this.jsDisabled && (e = this.noJsMessage), e;
|
|
42093
|
+
return this.videoId && this.jsDisabled && (e = this.noJsMessage), this.cookiesInitStatus === "error" && (e = this.errorMessage), !this.requiredCookiesExist && this.cookiesInitStatus === !0 && (e = this.noCookiesMessage), e;
|
|
42067
42094
|
},
|
|
42068
42095
|
player() {
|
|
42069
42096
|
return this.$refs.youtube ? this.$refs.youtube.player : null;
|
|
@@ -42187,22 +42214,43 @@ const _sfc_main = {
|
|
|
42187
42214
|
key: 0,
|
|
42188
42215
|
class: "vs-video",
|
|
42189
42216
|
"data-test": "vs-video"
|
|
42190
|
-
}, _hoisted_2 = { class: "vs-video__iframe-wrapper" };
|
|
42217
|
+
}, _hoisted_2 = { class: "vs-video__iframe-wrapper" }, _hoisted_3 = { key: 0 };
|
|
42191
42218
|
function _sfc_render(e, n, t, a, r, o) {
|
|
42192
42219
|
const l = resolveComponent("VueYoutube"), c = resolveComponent("VsWarning");
|
|
42193
42220
|
return r.reRendering ? createCommentVNode("", !0) : (openBlock(), createElementBlock("div", _hoisted_1, [
|
|
42194
42221
|
createElementVNode("div", _hoisted_2, [
|
|
42195
|
-
|
|
42196
|
-
|
|
42197
|
-
|
|
42198
|
-
|
|
42199
|
-
|
|
42200
|
-
|
|
42201
|
-
|
|
42202
|
-
|
|
42203
|
-
|
|
42204
|
-
|
|
42205
|
-
|
|
42222
|
+
e.requiredCookiesExist ? (openBlock(), createElementBlock("div", _hoisted_3, [
|
|
42223
|
+
createVNode(l, {
|
|
42224
|
+
autoplay: 0,
|
|
42225
|
+
"video-id": t.videoId,
|
|
42226
|
+
vars: r.playerVars,
|
|
42227
|
+
ref: "youtube",
|
|
42228
|
+
nocookie: !0,
|
|
42229
|
+
onPlaying: o.youtubePlaying,
|
|
42230
|
+
onPaused: o.youtubePaused,
|
|
42231
|
+
onEnded: o.youtubeEnded,
|
|
42232
|
+
onReady: o.playerReady
|
|
42233
|
+
}, null, 8, ["video-id", "vars", "onPlaying", "onPaused", "onEnded", "onReady"])
|
|
42234
|
+
])) : createCommentVNode("", !0),
|
|
42235
|
+
o.showError ? (openBlock(), createBlock(c, {
|
|
42236
|
+
key: 1,
|
|
42237
|
+
type: e.cookiesInitStatus === !0 ? "cookie" : "normal",
|
|
42238
|
+
"data-test": "vs-video__warning",
|
|
42239
|
+
class: "vs-video__warning"
|
|
42240
|
+
}, createSlots({
|
|
42241
|
+
default: withCtx(() => [
|
|
42242
|
+
createTextVNode(toDisplayString(o.warningText) + " ", 1)
|
|
42243
|
+
]),
|
|
42244
|
+
_: 2
|
|
42245
|
+
}, [
|
|
42246
|
+
!e.requiredCookiesExist && e.cookiesInitStatus === !0 ? {
|
|
42247
|
+
name: "button-text",
|
|
42248
|
+
fn: withCtx(() => [
|
|
42249
|
+
createTextVNode(toDisplayString(t.cookieBtnText), 1)
|
|
42250
|
+
]),
|
|
42251
|
+
key: "0"
|
|
42252
|
+
} : void 0
|
|
42253
|
+
]), 1032, ["type"])) : createCommentVNode("", !0),
|
|
42206
42254
|
createVNode(c, {
|
|
42207
42255
|
"data-test": "vs-video__warning--no-js",
|
|
42208
42256
|
class: "vs-video__warning vs-video__warning--no-js"
|