@visitscotland/component-library 5.34.0 → 5.35.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 +122 -108
- package/dist/client/scripts/{241c1a4f2b23f6d1d4ca.js → 0748fac0c3c889184e05.js} +1 -1
- package/dist/client/scripts/{72023fec5495894212b0.js → 205795ceed348c421487.js} +1 -1
- package/dist/client/scripts/2bdd4484eaf0f7c7bc7d.js +1 -0
- package/dist/client/scripts/376cd98c7cc742297985.js +1 -0
- package/dist/client/scripts/3f65a0eebec0d6791b37.js +1 -0
- package/dist/client/scripts/{a585646927dbdd2ddeb7.js → 4bd0e0de8052cba02172.js} +1 -1
- package/dist/client/scripts/619f1e07afc93e557ce7.js +1 -0
- package/dist/client/scripts/7b399e96811af72ccbfd.js +1 -0
- package/dist/client/scripts/7bbbd5fd019bf9f06332.js +1 -0
- package/dist/client/scripts/{95fdb3db9a322815f9eb.js → aaf155991bb2554936c0.js} +1 -1
- package/dist/client/scripts/ae490b13615244366b18.js +1 -0
- package/dist/client/scripts/{3dda011bca90d036d8d8.js → c7adccd2eebddeca815c.js} +1 -1
- package/dist/client/scripts/{cb07489d6437a30e034f.js → de48ab96f2314589c8f5.js} +1 -1
- package/dist/client/scripts/{105f494c921bc99257e1.js → e6422728c1c9a9739b76.js} +1 -1
- package/dist/client/scripts/f2a24878ed942be1f026.js +1 -0
- package/dist/client/scripts/fbe077da6003915cc678.js +1 -0
- package/dist/client/styles/2bdd4484eaf0f7c7bc7d.css +1 -0
- package/dist/client/styles/3f65a0eebec0d6791b37.css +1 -0
- package/dist/client/styles/619f1e07afc93e557ce7.css +1 -0
- package/dist/client/styles/7b399e96811af72ccbfd.css +1 -0
- package/dist/client/styles/ae490b13615244366b18.css +1 -0
- package/dist/client/styles/{59f9a530612b9c11540e.css → fbe077da6003915cc678.css} +1 -1
- package/dist/components/src/components/accordion/components/AccordionItem.vue.d.ts +7 -3
- package/dist/components/src/components/accordion/components/AccordionToggle.vue.d.ts +1 -3
- package/dist/components/src/components/accordion/index.d.ts +8 -6
- package/dist/components/src/components/footer/components/FooterAccordionItem.vue.d.ts +7 -3
- package/dist/components/src/components/itineraries/components/ItineraryDay.vue.d.ts +7 -3
- package/dist/components/src/components/mega-nav/components/MegaNavAccordionItem.vue.d.ts +7 -3
- package/dist/components/src/components/ski-scotland/ski-scotland-status/SkiScotlandStatus.vue.d.ts +7 -3
- package/dist/components/src/custom-components/federated-search/index.d.ts +0 -6
- package/dist/components/style.css +1 -1
- package/dist/components/vs-component-library.js +6 -6
- package/dist/components/vs-component-library.mjs +216 -219
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/dist/ssr/styles/{b697d1a85a2c13c1b4b0.css → af3343dfaefa24bc924e.css} +7 -7
- package/package.json +1 -1
- package/dist/client/scripts/28fa8fd88c86c8eb38c7.js +0 -1
- package/dist/client/scripts/34c3288e431f8a0155e6.js +0 -1
- package/dist/client/scripts/41188d492c5a77d87d02.js +0 -1
- package/dist/client/scripts/4fd8ff7fa8b4b36ef6bc.js +0 -1
- package/dist/client/scripts/588b32ff5515fdd5707e.js +0 -1
- package/dist/client/scripts/59f9a530612b9c11540e.js +0 -1
- package/dist/client/scripts/b5213fdbef77370db82d.js +0 -1
- package/dist/client/scripts/c17ec051f32db3748492.js +0 -1
- package/dist/client/scripts/c2c11ce041704882fd38.js +0 -1
- package/dist/client/styles/34c3288e431f8a0155e6.css +0 -1
- package/dist/client/styles/41188d492c5a77d87d02.css +0 -1
- package/dist/client/styles/4fd8ff7fa8b4b36ef6bc.css +0 -1
- package/dist/client/styles/b5213fdbef77370db82d.css +0 -1
- package/dist/client/styles/c2c11ce041704882fd38.css +0 -1
- package/dist/components/src/custom-components/federated-search/components/__tests__/Divider.jest.spec.d.ts +0 -1
- /package/dist/client/styles/{588b32ff5515fdd5707e.css → 376cd98c7cc742297985.css} +0 -0
- /package/dist/client/styles/{3dda011bca90d036d8d8.css → c7adccd2eebddeca815c.css} +0 -0
- /package/dist/client/styles/{c17ec051f32db3748492.css → f2a24878ed942be1f026.css} +0 -0
- /package/dist/components/src/{custom-components → components}/divider/Divider.vue.d.ts +0 -0
- /package/dist/components/src/{custom-components → components}/divider/index.d.ts +0 -0
|
@@ -57,12 +57,7 @@ const VsAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$2s, [["render", _sfc_r
|
|
|
57
57
|
default: !0
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
|
-
emits: ["toggle-panel"]
|
|
61
|
-
methods: {
|
|
62
|
-
triggerToggle() {
|
|
63
|
-
this.$emit("toggle-panel");
|
|
64
|
-
}
|
|
65
|
-
}
|
|
60
|
+
emits: ["toggle-panel"]
|
|
66
61
|
}, _hoisted_1$1U = { class: "vs-accordion-toggle__text" }, _hoisted_2$1n = { class: "vs-accordion-toggle__icon" };
|
|
67
62
|
function _sfc_render$2a(e, n, t, r, a, s) {
|
|
68
63
|
const o = resolveComponent("VsButton");
|
|
@@ -70,8 +65,8 @@ function _sfc_render$2a(e, n, t, r, a, s) {
|
|
|
70
65
|
animate: !1,
|
|
71
66
|
"aria-expanded": t.visible ? "true" : "false",
|
|
72
67
|
"aria-haspopup": "true",
|
|
73
|
-
onClick:
|
|
74
|
-
class: normalizeClass(["vs-accordion-toggle clearfix",
|
|
68
|
+
onClick: n[0] || (n[0] = (i) => e.$emit("toggle-panel")),
|
|
69
|
+
class: normalizeClass(["vs-accordion-toggle clearfix", { "vs-accordion-toggle--open": t.visible }]),
|
|
75
70
|
variant: t.variant,
|
|
76
71
|
rounded: !1
|
|
77
72
|
}, {
|
|
@@ -84,9 +79,33 @@ function _sfc_render$2a(e, n, t, r, a, s) {
|
|
|
84
79
|
])
|
|
85
80
|
]),
|
|
86
81
|
_: 3
|
|
87
|
-
}, 8, ["aria-expanded", "
|
|
82
|
+
}, 8, ["aria-expanded", "class", "variant"]);
|
|
88
83
|
}
|
|
89
|
-
const VsAccordionToggle = /* @__PURE__ */ _export_sfc(_sfc_main$2r, [["render", _sfc_render$2a]]),
|
|
84
|
+
const VsAccordionToggle = /* @__PURE__ */ _export_sfc(_sfc_main$2r, [["render", _sfc_render$2a]]), __default__$1 = {
|
|
85
|
+
name: "VsDivider"
|
|
86
|
+
}, _sfc_main$2q = /* @__PURE__ */ Object.assign(__default__$1, {
|
|
87
|
+
props: {
|
|
88
|
+
/*
|
|
89
|
+
* The color of the border.
|
|
90
|
+
* `primary|secondary|inverse`
|
|
91
|
+
*/
|
|
92
|
+
variant: {
|
|
93
|
+
type: String,
|
|
94
|
+
required: !1,
|
|
95
|
+
validator: (e) => e.match(
|
|
96
|
+
/(primary|secondary|inverse)/
|
|
97
|
+
),
|
|
98
|
+
default: "primary"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
setup(e) {
|
|
102
|
+
const n = e;
|
|
103
|
+
return (t, r) => (openBlock(), createElementBlock("hr", {
|
|
104
|
+
class: normalizeClass(["vs-divider", n.variant ? `vs-divider--variant-${n.variant}` : null]),
|
|
105
|
+
"data-test": "vs-divider"
|
|
106
|
+
}, null, 2));
|
|
107
|
+
}
|
|
108
|
+
}), _sfc_main$2p = {
|
|
90
109
|
name: "VsAccordionItem",
|
|
91
110
|
status: "prototype",
|
|
92
111
|
release: "0.0.1",
|
|
@@ -96,7 +115,8 @@ const VsAccordionToggle = /* @__PURE__ */ _export_sfc(_sfc_main$2r, [["render",
|
|
|
96
115
|
VsIcon,
|
|
97
116
|
BCardHeader: an,
|
|
98
117
|
BCardBody: nn,
|
|
99
|
-
VsHeading
|
|
118
|
+
VsHeading,
|
|
119
|
+
VsDivider: _sfc_main$2q
|
|
100
120
|
},
|
|
101
121
|
mixins: [
|
|
102
122
|
dataLayerMixin
|
|
@@ -184,8 +204,8 @@ const VsAccordionToggle = /* @__PURE__ */ _export_sfc(_sfc_main$2r, [["render",
|
|
|
184
204
|
}
|
|
185
205
|
};
|
|
186
206
|
function _sfc_render$29(e, n, t, r, a, s) {
|
|
187
|
-
const o = resolveComponent("VsIcon"), i = resolveComponent("VsAccordionToggle"), l = resolveComponent("VsHeading"), c = resolveComponent("BCardHeader"), u = resolveComponent("BCardBody"), d = resolveComponent("BCard");
|
|
188
|
-
return openBlock(), createBlock(
|
|
207
|
+
const o = resolveComponent("VsIcon"), i = resolveComponent("VsAccordionToggle"), l = resolveComponent("VsHeading"), c = resolveComponent("BCardHeader"), u = resolveComponent("BCardBody"), d = resolveComponent("VsDivider"), f = resolveComponent("BCard");
|
|
208
|
+
return openBlock(), createBlock(f, {
|
|
189
209
|
"no-body": "",
|
|
190
210
|
class: normalizeClass(["vs-accordion-item", s.breakPoint ? "vs-accordion-item__responsive" : ""]),
|
|
191
211
|
"data-test": "vs-accordion__item"
|
|
@@ -208,7 +228,7 @@ function _sfc_render$29(e, n, t, r, a, s) {
|
|
|
208
228
|
renderSlot(e.$slots, "icon-open", {}, () => [
|
|
209
229
|
createVNode(o, {
|
|
210
230
|
icon: "vs-icon-control-collapse",
|
|
211
|
-
size: "
|
|
231
|
+
size: "xs"
|
|
212
232
|
})
|
|
213
233
|
])
|
|
214
234
|
]),
|
|
@@ -216,7 +236,7 @@ function _sfc_render$29(e, n, t, r, a, s) {
|
|
|
216
236
|
renderSlot(e.$slots, "icon-closed", {}, () => [
|
|
217
237
|
createVNode(o, {
|
|
218
238
|
icon: "vs-icon-control-expand",
|
|
219
|
-
size: "
|
|
239
|
+
size: "xs"
|
|
220
240
|
})
|
|
221
241
|
])
|
|
222
242
|
]),
|
|
@@ -256,12 +276,13 @@ function _sfc_render$29(e, n, t, r, a, s) {
|
|
|
256
276
|
_: 3
|
|
257
277
|
}, 8, ["id", "class"]), [
|
|
258
278
|
[vShow, a.show]
|
|
259
|
-
])
|
|
279
|
+
]),
|
|
280
|
+
createVNode(d, { class: "my-025" })
|
|
260
281
|
]),
|
|
261
282
|
_: 3
|
|
262
283
|
}, 8, ["class"]);
|
|
263
284
|
}
|
|
264
|
-
const VsAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
285
|
+
const VsAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$2p, [["render", _sfc_render$29]]), _sfc_main$2o = {
|
|
265
286
|
name: "VsAddress",
|
|
266
287
|
status: "prototype",
|
|
267
288
|
release: "0.1.0",
|
|
@@ -284,7 +305,7 @@ function _sfc_render$28(e, n, t, r, a, s) {
|
|
|
284
305
|
])
|
|
285
306
|
]);
|
|
286
307
|
}
|
|
287
|
-
const Address = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
308
|
+
const Address = /* @__PURE__ */ _export_sfc(_sfc_main$2o, [["render", _sfc_render$28]]), _sfc_main$2n = {
|
|
288
309
|
name: "VsAlert",
|
|
289
310
|
status: "prototype",
|
|
290
311
|
release: "0.1.0",
|
|
@@ -312,7 +333,7 @@ function _sfc_render$27(e, n, t, r, a, s) {
|
|
|
312
333
|
])
|
|
313
334
|
]);
|
|
314
335
|
}
|
|
315
|
-
const VsAlert = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
336
|
+
const VsAlert = /* @__PURE__ */ _export_sfc(_sfc_main$2n, [["render", _sfc_render$27]]), _sfc_main$2m = {
|
|
316
337
|
name: "VsArticle",
|
|
317
338
|
status: "prototype",
|
|
318
339
|
release: "0.0.1",
|
|
@@ -454,7 +475,7 @@ function _sfc_render$26(e, n, t, r, a, s) {
|
|
|
454
475
|
})
|
|
455
476
|
], 16);
|
|
456
477
|
}
|
|
457
|
-
const Article = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
478
|
+
const Article = /* @__PURE__ */ _export_sfc(_sfc_main$2m, [["render", _sfc_render$26]]), _sfc_main$2l = {
|
|
458
479
|
name: "VsArticleSection",
|
|
459
480
|
status: "prototype",
|
|
460
481
|
release: "0.0.1",
|
|
@@ -535,7 +556,7 @@ function _sfc_render$25(e, n, t, r, a, s) {
|
|
|
535
556
|
})
|
|
536
557
|
], 2);
|
|
537
558
|
}
|
|
538
|
-
const ArticleSection = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
559
|
+
const ArticleSection = /* @__PURE__ */ _export_sfc(_sfc_main$2l, [["render", _sfc_render$25]]), _sfc_main$2k = {
|
|
539
560
|
name: "VsArticleSidebar",
|
|
540
561
|
status: "prototype",
|
|
541
562
|
release: "0.0.1",
|
|
@@ -574,10 +595,10 @@ function _sfc_render$24(e, n, t, r, a, s) {
|
|
|
574
595
|
], 2)) : createCommentVNode("", !0)
|
|
575
596
|
], 2);
|
|
576
597
|
}
|
|
577
|
-
const ArticleSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
598
|
+
const ArticleSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$2k, [["render", _sfc_render$24]]), _hoisted_1$1Q = {
|
|
578
599
|
class: "vs-back-to-top",
|
|
579
600
|
"data-test": "vs-back-to-top"
|
|
580
|
-
}, _sfc_main$
|
|
601
|
+
}, _sfc_main$2j = {
|
|
581
602
|
__name: "BackToTop",
|
|
582
603
|
props: {
|
|
583
604
|
/**
|
|
@@ -625,7 +646,7 @@ const ArticleSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$2l, [["render", _sf
|
|
|
625
646
|
})) : createCommentVNode("", !0)
|
|
626
647
|
]));
|
|
627
648
|
}
|
|
628
|
-
}, _sfc_main$
|
|
649
|
+
}, _sfc_main$2i = {
|
|
629
650
|
name: "VsBadge",
|
|
630
651
|
status: "prototype",
|
|
631
652
|
release: "0.0.1",
|
|
@@ -666,7 +687,7 @@ function _sfc_render$23(e, n, t, r, a, s) {
|
|
|
666
687
|
})
|
|
667
688
|
], 2);
|
|
668
689
|
}
|
|
669
|
-
const VsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
690
|
+
const VsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$2i, [["render", _sfc_render$23]]), cookieMixin = {
|
|
670
691
|
computed: {
|
|
671
692
|
selectedLanguage() {
|
|
672
693
|
return this.language.substr(0, 2).toUpperCase();
|
|
@@ -691,7 +712,7 @@ const VsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$2j, [["render", _sfc_rende
|
|
|
691
712
|
document.cookie = a;
|
|
692
713
|
}
|
|
693
714
|
}
|
|
694
|
-
}, _sfc_main$
|
|
715
|
+
}, _sfc_main$2h = {
|
|
695
716
|
name: "VsBanner",
|
|
696
717
|
status: "prototype",
|
|
697
718
|
release: "0.0.1",
|
|
@@ -832,7 +853,7 @@ function _sfc_render$22(e, n, t, r, a, s) {
|
|
|
832
853
|
})
|
|
833
854
|
])) : createCommentVNode("", !0);
|
|
834
855
|
}
|
|
835
|
-
const Banner = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
856
|
+
const Banner = /* @__PURE__ */ _export_sfc(_sfc_main$2h, [["render", _sfc_render$22]]), _sfc_main$2g = {
|
|
836
857
|
name: "VsArticleDetails",
|
|
837
858
|
status: "prototype",
|
|
838
859
|
release: "0.0.1",
|
|
@@ -905,7 +926,7 @@ function _sfc_render$21(e, n, t, r, a, s) {
|
|
|
905
926
|
], 2)) : createCommentVNode("", !0)
|
|
906
927
|
])) : createCommentVNode("", !0);
|
|
907
928
|
}
|
|
908
|
-
const ArticleDetails = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
929
|
+
const ArticleDetails = /* @__PURE__ */ _export_sfc(_sfc_main$2g, [["render", _sfc_render$21]]), _sfc_main$2f = {
|
|
909
930
|
name: "VsBreadcrumb",
|
|
910
931
|
status: "prototype",
|
|
911
932
|
release: "0.0.1",
|
|
@@ -927,7 +948,7 @@ function _sfc_render$20(e, n, t, r, a, s) {
|
|
|
927
948
|
}, 16)
|
|
928
949
|
]);
|
|
929
950
|
}
|
|
930
|
-
const Breadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
951
|
+
const Breadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$2f, [["render", _sfc_render$20]]), _sfc_main$2e = {
|
|
931
952
|
name: "VsBreadcrumbItem",
|
|
932
953
|
status: "prototype",
|
|
933
954
|
release: "0.0.1",
|
|
@@ -976,7 +997,7 @@ function _sfc_render$1$(e, n, t, r, a, s) {
|
|
|
976
997
|
text: t.text
|
|
977
998
|
}, e.$attrs), null, 16, ["active", "aria-current", "href", "text"]);
|
|
978
999
|
}
|
|
979
|
-
const BreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1000
|
+
const BreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main$2e, [["render", _sfc_render$1$]]);
|
|
980
1001
|
let currentURL = "";
|
|
981
1002
|
typeof window < "u" && (currentURL = window.location.href);
|
|
982
1003
|
const dmoAnalyticsLogic = (e) => {
|
|
@@ -994,7 +1015,7 @@ const dmoAnalyticsLogic = (e) => {
|
|
|
994
1015
|
e.target.href.includes(o) && (n = !0, s = r("True"));
|
|
995
1016
|
}), n || (s = r("False")), s;
|
|
996
1017
|
})();
|
|
997
|
-
}, _sfc_main$
|
|
1018
|
+
}, _sfc_main$2d = {
|
|
998
1019
|
name: "VsLink",
|
|
999
1020
|
status: "prototype",
|
|
1000
1021
|
release: "0.0.2",
|
|
@@ -1136,7 +1157,7 @@ function _sfc_render$1_(e, n, t, r, a, s) {
|
|
|
1136
1157
|
}, null, 8, ["icon", "variant", "size"])) : createCommentVNode("", !0)
|
|
1137
1158
|
], 16, _hoisted_1$1M);
|
|
1138
1159
|
}
|
|
1139
|
-
const VsLink = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1160
|
+
const VsLink = /* @__PURE__ */ _export_sfc(_sfc_main$2d, [["render", _sfc_render$1_]]), _sfc_main$2c = {
|
|
1140
1161
|
name: "VsCannedSearchProductCard",
|
|
1141
1162
|
status: "prototype",
|
|
1142
1163
|
release: "0.0.1",
|
|
@@ -1331,7 +1352,7 @@ function _sfc_render$1Z(e, n, t, r, a, s) {
|
|
|
1331
1352
|
_: 3
|
|
1332
1353
|
}, 8, ["cols", "sm", "lg", "xl", "aria-disabled"]);
|
|
1333
1354
|
}
|
|
1334
|
-
const VsCannedSearchProductCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1355
|
+
const VsCannedSearchProductCard = /* @__PURE__ */ _export_sfc(_sfc_main$2c, [["render", _sfc_render$1Z]]), _sfc_main$2b = {
|
|
1335
1356
|
name: "VsCannedSearchStars",
|
|
1336
1357
|
status: "prototype",
|
|
1337
1358
|
release: "0.0.1",
|
|
@@ -1370,7 +1391,7 @@ function _sfc_render$1Y(e, n, t, r, a, s) {
|
|
|
1370
1391
|
]))
|
|
1371
1392
|
]);
|
|
1372
1393
|
}
|
|
1373
|
-
const VsCannedSearchStars = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1394
|
+
const VsCannedSearchStars = /* @__PURE__ */ _export_sfc(_sfc_main$2b, [["render", _sfc_render$1Y]]), _sfc_main$2a = {
|
|
1374
1395
|
name: "VsTooltip",
|
|
1375
1396
|
status: "prototype",
|
|
1376
1397
|
release: "0.0.1",
|
|
@@ -1413,7 +1434,7 @@ function _sfc_render$1X(e, n, t, r, a, s) {
|
|
|
1413
1434
|
[i, { placement: t.position }]
|
|
1414
1435
|
]);
|
|
1415
1436
|
}
|
|
1416
|
-
const VsTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1437
|
+
const VsTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$2a, [["render", _sfc_render$1X]]), _sfc_main$29 = {
|
|
1417
1438
|
name: "VsCannedSearchLogos",
|
|
1418
1439
|
status: "prototype",
|
|
1419
1440
|
release: "0.0.1",
|
|
@@ -1538,7 +1559,7 @@ function _sfc_render$1W(e, n, t, r, a, s) {
|
|
|
1538
1559
|
}, 8, ["title", "disabled", "tabindex"])) : createCommentVNode("", !0)
|
|
1539
1560
|
]);
|
|
1540
1561
|
}
|
|
1541
|
-
const VsCannedSearchLogos = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1562
|
+
const VsCannedSearchLogos = /* @__PURE__ */ _export_sfc(_sfc_main$29, [["render", _sfc_render$1W]]), _sfc_main$28 = {
|
|
1542
1563
|
name: "VsCannedSearchCategories",
|
|
1543
1564
|
status: "prototype",
|
|
1544
1565
|
release: "0.0.1",
|
|
@@ -1568,7 +1589,7 @@ const VsCannedSearchLogos = /* @__PURE__ */ _export_sfc(_sfc_main$2a, [["render"
|
|
|
1568
1589
|
function _sfc_render$1V(e, n, t, r, a, s) {
|
|
1569
1590
|
return openBlock(), createElementBlock("div", _hoisted_1$1I, toDisplayString(s.transformedCategories), 1);
|
|
1570
1591
|
}
|
|
1571
|
-
const VsCannedSearchCategories = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1592
|
+
const VsCannedSearchCategories = /* @__PURE__ */ _export_sfc(_sfc_main$28, [["render", _sfc_render$1V]]), _sfc_main$27 = {
|
|
1572
1593
|
name: "VsCannedSearchPrice",
|
|
1573
1594
|
status: "prototype",
|
|
1574
1595
|
release: "0.0.1",
|
|
@@ -1612,7 +1633,7 @@ function _sfc_render$1U(e, n, t, r, a, s) {
|
|
|
1612
1633
|
t.priceOutro ? (openBlock(), createElementBlock("div", _hoisted_4$L, toDisplayString(t.priceOutro), 1)) : createCommentVNode("", !0)
|
|
1613
1634
|
]);
|
|
1614
1635
|
}
|
|
1615
|
-
const VsCannedSearchPrice = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1636
|
+
const VsCannedSearchPrice = /* @__PURE__ */ _export_sfc(_sfc_main$27, [["render", _sfc_render$1U]]), _sfc_main$26 = {
|
|
1616
1637
|
name: "VsCannedSearchDuration",
|
|
1617
1638
|
status: "prototype",
|
|
1618
1639
|
release: "0.0.1",
|
|
@@ -1645,7 +1666,7 @@ function _sfc_render$1T(e, n, t, r, a, s) {
|
|
|
1645
1666
|
t.duration ? (openBlock(), createElementBlock("div", _hoisted_3$10, toDisplayString(t.duration), 1)) : createCommentVNode("", !0)
|
|
1646
1667
|
]);
|
|
1647
1668
|
}
|
|
1648
|
-
const VsCannedSearchDuration = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1669
|
+
const VsCannedSearchDuration = /* @__PURE__ */ _export_sfc(_sfc_main$26, [["render", _sfc_render$1T]]), _sfc_main$25 = {
|
|
1649
1670
|
name: "VsCannedSearchSummaryBox",
|
|
1650
1671
|
status: "prototype",
|
|
1651
1672
|
release: "0.0.1",
|
|
@@ -1758,7 +1779,7 @@ function _sfc_render$1S(e, n, t, r, a, s) {
|
|
|
1758
1779
|
})
|
|
1759
1780
|
], 8, _hoisted_1$1F);
|
|
1760
1781
|
}
|
|
1761
|
-
const VsCannedSearchSummaryBox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1782
|
+
const VsCannedSearchSummaryBox = /* @__PURE__ */ _export_sfc(_sfc_main$25, [["render", _sfc_render$1S]]), _sfc_main$24 = {
|
|
1762
1783
|
name: "VsCannedSearchDates",
|
|
1763
1784
|
status: "prototype",
|
|
1764
1785
|
release: "0.0.1",
|
|
@@ -1792,7 +1813,7 @@ function _sfc_render$1R(e, n, t, r, a, s) {
|
|
|
1792
1813
|
createElementVNode("div", _hoisted_3$$, toDisplayString(s.datePeriod), 1)
|
|
1793
1814
|
]);
|
|
1794
1815
|
}
|
|
1795
|
-
const VsCannedSearchDates = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1816
|
+
const VsCannedSearchDates = /* @__PURE__ */ _export_sfc(_sfc_main$24, [["render", _sfc_render$1R]]), _sfc_main$23 = {
|
|
1796
1817
|
name: "VsCannedSearchBadges",
|
|
1797
1818
|
status: "prototype",
|
|
1798
1819
|
release: "0.0.1",
|
|
@@ -1862,7 +1883,7 @@ function _sfc_render$1Q(e, n, t, r, a, s) {
|
|
|
1862
1883
|
t.badgeThree ? (openBlock(), createElementBlock("div", _hoisted_5$v, toDisplayString(t.badgeThree), 1)) : createCommentVNode("", !0)
|
|
1863
1884
|
]);
|
|
1864
1885
|
}
|
|
1865
|
-
const VsCannedSearchBadges = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1886
|
+
const VsCannedSearchBadges = /* @__PURE__ */ _export_sfc(_sfc_main$23, [["render", _sfc_render$1Q]]), _sfc_main$22 = {
|
|
1866
1887
|
name: "VsCannedSearchCuisines",
|
|
1867
1888
|
status: "prototype",
|
|
1868
1889
|
release: "0.0.1",
|
|
@@ -1888,7 +1909,7 @@ function _sfc_render$1P(e, n, t, r, a, s) {
|
|
|
1888
1909
|
}, toDisplayString(o.name), 1))), 128))
|
|
1889
1910
|
]);
|
|
1890
1911
|
}
|
|
1891
|
-
const VsCannedSearchCuisines = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1912
|
+
const VsCannedSearchCuisines = /* @__PURE__ */ _export_sfc(_sfc_main$22, [["render", _sfc_render$1P]]), _sfc_main$21 = {
|
|
1892
1913
|
name: "VsCannedSearchSubHeading",
|
|
1893
1914
|
status: "prototype",
|
|
1894
1915
|
release: "0.0.1",
|
|
@@ -1931,7 +1952,7 @@ function _sfc_render$1O(e, n, t, r, a, s) {
|
|
|
1931
1952
|
_: 1
|
|
1932
1953
|
}, 8, ["class"])) : createCommentVNode("", !0);
|
|
1933
1954
|
}
|
|
1934
|
-
const VsCannedSearchSubHeading = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1955
|
+
const VsCannedSearchSubHeading = /* @__PURE__ */ _export_sfc(_sfc_main$21, [["render", _sfc_render$1O]]), _sfc_main$20 = {
|
|
1935
1956
|
name: "VsCannedSearchTourRuns",
|
|
1936
1957
|
status: "prototype",
|
|
1937
1958
|
release: "0.0.1",
|
|
@@ -1973,7 +1994,7 @@ const VsCannedSearchSubHeading = /* @__PURE__ */ _export_sfc(_sfc_main$22, [["re
|
|
|
1973
1994
|
function _sfc_render$1N(e, n, t, r, a, s) {
|
|
1974
1995
|
return openBlock(), createElementBlock("p", _hoisted_1$1B, toDisplayString(s.formattedPeriod), 1);
|
|
1975
1996
|
}
|
|
1976
|
-
const VsCannedSearchTourRuns = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1997
|
+
const VsCannedSearchTourRuns = /* @__PURE__ */ _export_sfc(_sfc_main$20, [["render", _sfc_render$1N]]), _sfc_main$1$ = {
|
|
1977
1998
|
name: "VsCannedSearchTourDeparts",
|
|
1978
1999
|
status: "prototype",
|
|
1979
2000
|
release: "0.0.1",
|
|
@@ -2010,7 +2031,7 @@ function _sfc_render$1M(e, n, t, r, a, s) {
|
|
|
2010
2031
|
createTextVNode(" " + toDisplayString(s.transformedOrigins), 1)
|
|
2011
2032
|
]);
|
|
2012
2033
|
}
|
|
2013
|
-
const VsCannedSearchTourDeparts = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2034
|
+
const VsCannedSearchTourDeparts = /* @__PURE__ */ _export_sfc(_sfc_main$1$, [["render", _sfc_render$1M]]), _sfc_main$1_ = {
|
|
2014
2035
|
name: "VsCarousel",
|
|
2015
2036
|
status: "prototype",
|
|
2016
2037
|
release: "0.0.1",
|
|
@@ -2276,7 +2297,7 @@ function _sfc_render$1L(e, n, t, r, a, s) {
|
|
|
2276
2297
|
})
|
|
2277
2298
|
], 512);
|
|
2278
2299
|
}
|
|
2279
|
-
const VsCarousel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2300
|
+
const VsCarousel = /* @__PURE__ */ _export_sfc(_sfc_main$1_, [["render", _sfc_render$1L]]), _sfc_main$1Z = {
|
|
2280
2301
|
name: "VsModuleWrapper",
|
|
2281
2302
|
status: "deprecated",
|
|
2282
2303
|
release: "0.0.1",
|
|
@@ -2413,7 +2434,7 @@ function _sfc_render$1K(e, n, t, r, a, s) {
|
|
|
2413
2434
|
renderSlot(e.$slots, "default")
|
|
2414
2435
|
], 16);
|
|
2415
2436
|
}
|
|
2416
|
-
const VsModuleWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2437
|
+
const VsModuleWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$1Z, [["render", _sfc_render$1K]]), _sfc_main$1Y = {
|
|
2417
2438
|
name: "VsCannedSearch",
|
|
2418
2439
|
status: "prototype",
|
|
2419
2440
|
release: "0.0.1",
|
|
@@ -2761,7 +2782,7 @@ function _sfc_render$1J(e, n, t, r, a, s) {
|
|
|
2761
2782
|
[vShow, a.products.length]
|
|
2762
2783
|
]);
|
|
2763
2784
|
}
|
|
2764
|
-
const CannedSearch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2785
|
+
const CannedSearch = /* @__PURE__ */ _export_sfc(_sfc_main$1Y, [["render", _sfc_render$1J]]), _sfc_main$1X = {
|
|
2765
2786
|
name: "VsCaptionImageMap",
|
|
2766
2787
|
status: "prototype",
|
|
2767
2788
|
release: "0.0.1",
|
|
@@ -3251,7 +3272,7 @@ function _sfc_render$1I(e, n, t, r, a, s) {
|
|
|
3251
3272
|
}, null, 8, _hoisted_33)
|
|
3252
3273
|
], 8, _hoisted_1$1x);
|
|
3253
3274
|
}
|
|
3254
|
-
const VsCaptionImageMap = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3275
|
+
const VsCaptionImageMap = /* @__PURE__ */ _export_sfc(_sfc_main$1X, [["render", _sfc_render$1I]]), _sfc_main$1W = {
|
|
3255
3276
|
name: "VsCaption",
|
|
3256
3277
|
status: "deprecated",
|
|
3257
3278
|
release: "0.0.1",
|
|
@@ -3383,7 +3404,7 @@ function _sfc_render$1H(e, n, t, r, a, s) {
|
|
|
3383
3404
|
})
|
|
3384
3405
|
], 2);
|
|
3385
3406
|
}
|
|
3386
|
-
const Caption = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3407
|
+
const Caption = /* @__PURE__ */ _export_sfc(_sfc_main$1W, [["render", _sfc_render$1H]]), _sfc_main$1V = {
|
|
3387
3408
|
name: "VsProgressBar",
|
|
3388
3409
|
status: "prototype",
|
|
3389
3410
|
release: "0.1.0",
|
|
@@ -3505,7 +3526,7 @@ function _sfc_render$1G(e, n, t, r, a, s) {
|
|
|
3505
3526
|
}, toDisplayString(t.currentStep) + " / " + toDisplayString(t.max), 9, _hoisted_3$W))
|
|
3506
3527
|
], 2);
|
|
3507
3528
|
}
|
|
3508
|
-
const VsProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3529
|
+
const VsProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$1V, [["render", _sfc_render$1G]]), _sfc_main$1U = {
|
|
3509
3530
|
name: "VsCarbonCalculatorTip",
|
|
3510
3531
|
status: "prototype",
|
|
3511
3532
|
release: "0.0.1",
|
|
@@ -3564,7 +3585,7 @@ function _sfc_render$1F(e, n, t, r, a, s) {
|
|
|
3564
3585
|
])
|
|
3565
3586
|
]);
|
|
3566
3587
|
}
|
|
3567
|
-
const VsCarbonCalculatorTip = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3588
|
+
const VsCarbonCalculatorTip = /* @__PURE__ */ _export_sfc(_sfc_main$1U, [["render", _sfc_render$1F]]);
|
|
3568
3589
|
function _isPlaceholder(e) {
|
|
3569
3590
|
return e != null && typeof e == "object" && e["@@functional/placeholder"] === !0;
|
|
3570
3591
|
}
|
|
@@ -8137,7 +8158,7 @@ function render(e, n, t, r, a, s) {
|
|
|
8137
8158
|
}
|
|
8138
8159
|
script.render = render;
|
|
8139
8160
|
script.__file = "src/components/HoverBar/index.vue";
|
|
8140
|
-
const _sfc_main$
|
|
8161
|
+
const _sfc_main$1T = {
|
|
8141
8162
|
name: "VsCarbonCalculatorResults",
|
|
8142
8163
|
status: "prototype",
|
|
8143
8164
|
release: "0.0.1",
|
|
@@ -8458,7 +8479,7 @@ function _sfc_render$1E(e, n, t, r, a, s) {
|
|
|
8458
8479
|
_: 1
|
|
8459
8480
|
}, 8, ["style"]);
|
|
8460
8481
|
}
|
|
8461
|
-
const VsCarbonCalculatorResults = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8482
|
+
const VsCarbonCalculatorResults = /* @__PURE__ */ _export_sfc(_sfc_main$1T, [["render", _sfc_render$1E]]), _sfc_main$1S = {
|
|
8462
8483
|
name: "VsCarbonCalculatorRunningTotal",
|
|
8463
8484
|
status: "prototype",
|
|
8464
8485
|
release: "0.0.1",
|
|
@@ -8509,7 +8530,7 @@ function _sfc_render$1D(e, n, t, r, a, s) {
|
|
|
8509
8530
|
])
|
|
8510
8531
|
]);
|
|
8511
8532
|
}
|
|
8512
|
-
const VsCarbonCalculatorRunningTotal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8533
|
+
const VsCarbonCalculatorRunningTotal = /* @__PURE__ */ _export_sfc(_sfc_main$1S, [["render", _sfc_render$1D]]), _sfc_main$1R = {
|
|
8513
8534
|
name: "VsCarbonCalculatorIntro",
|
|
8514
8535
|
status: "prototype",
|
|
8515
8536
|
release: "0.0.1",
|
|
@@ -8536,7 +8557,7 @@ function _sfc_render$1C(e, n, t, r, a, s) {
|
|
|
8536
8557
|
createElementVNode("p", null, toDisplayString(s.labelsMap.introContent), 1)
|
|
8537
8558
|
]);
|
|
8538
8559
|
}
|
|
8539
|
-
const VsCarbonCalculatorIntro = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8560
|
+
const VsCarbonCalculatorIntro = /* @__PURE__ */ _export_sfc(_sfc_main$1R, [["render", _sfc_render$1C]]);
|
|
8540
8561
|
function ownKeys$1(e, n) {
|
|
8541
8562
|
var t = Object.keys(e);
|
|
8542
8563
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -9372,7 +9393,7 @@ const postcode = common$1.regex(/^([A-Za-z][A-HJ-Ya-hj-y]?\d[A-Za-z\d]? ?\d[A-Za
|
|
|
9372
9393
|
return this.v$.inputVal && this.v$.inputVal.$anyError || this.invalid ? `error-${this.fieldName}` : this.hintText ? `hint-${this.fieldName}` : null;
|
|
9373
9394
|
}
|
|
9374
9395
|
}
|
|
9375
|
-
}, _sfc_main$
|
|
9396
|
+
}, _sfc_main$1Q = {
|
|
9376
9397
|
name: "VsRadioButton",
|
|
9377
9398
|
status: "prototype",
|
|
9378
9399
|
release: "0.0.1",
|
|
@@ -9623,7 +9644,7 @@ function _sfc_render$1B(e, n, t, r, a, s) {
|
|
|
9623
9644
|
}, toDisplayString(t.hintText), 9, _hoisted_4$C)) : createCommentVNode("", !0)
|
|
9624
9645
|
]);
|
|
9625
9646
|
}
|
|
9626
|
-
const VsRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9647
|
+
const VsRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$1Q, [["render", _sfc_render$1B]]), _sfc_main$1P = {
|
|
9627
9648
|
name: "VsInput",
|
|
9628
9649
|
status: "prototype",
|
|
9629
9650
|
release: "0.0.1",
|
|
@@ -9934,7 +9955,7 @@ function _sfc_render$1A(e, n, t, r, a, s) {
|
|
|
9934
9955
|
})) : createCommentVNode("", !0)
|
|
9935
9956
|
]);
|
|
9936
9957
|
}
|
|
9937
|
-
const VsNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9958
|
+
const VsNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$1P, [["render", _sfc_render$1A]]), _sfc_main$1O = {
|
|
9938
9959
|
name: "VsCarbonCalculatorQuestion",
|
|
9939
9960
|
status: "prototype",
|
|
9940
9961
|
release: "0.0.1",
|
|
@@ -10063,7 +10084,7 @@ function _sfc_render$1z(e, n, t, r, a, s) {
|
|
|
10063
10084
|
_: 1
|
|
10064
10085
|
}, 8, ["class"]);
|
|
10065
10086
|
}
|
|
10066
|
-
const VsCarbonCalculatorQuestion = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10087
|
+
const VsCarbonCalculatorQuestion = /* @__PURE__ */ _export_sfc(_sfc_main$1O, [["render", _sfc_render$1z]]), _sfc_main$1N = {
|
|
10067
10088
|
name: "VsCarbonCalculator",
|
|
10068
10089
|
status: "prototype",
|
|
10069
10090
|
release: "0.0.1",
|
|
@@ -10678,7 +10699,7 @@ function _sfc_render$1y(e, n, t, r, a, s) {
|
|
|
10678
10699
|
})
|
|
10679
10700
|
]);
|
|
10680
10701
|
}
|
|
10681
|
-
const CarbonCalculator = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10702
|
+
const CarbonCalculator = /* @__PURE__ */ _export_sfc(_sfc_main$1N, [["render", _sfc_render$1y]]), _sfc_main$1M = {
|
|
10682
10703
|
name: "VsCard",
|
|
10683
10704
|
status: "prototype",
|
|
10684
10705
|
release: "0.1.0",
|
|
@@ -10766,7 +10787,7 @@ function _sfc_render$1x(e, n, t, r, a, s) {
|
|
|
10766
10787
|
])) : createCommentVNode("", !0)
|
|
10767
10788
|
], 6);
|
|
10768
10789
|
}
|
|
10769
|
-
const VsCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10790
|
+
const VsCard = /* @__PURE__ */ _export_sfc(_sfc_main$1M, [["render", _sfc_render$1x]]), _sfc_main$1L = {
|
|
10770
10791
|
name: "VsCardGroup",
|
|
10771
10792
|
status: "prototype",
|
|
10772
10793
|
release: "0.1.0",
|
|
@@ -10827,7 +10848,7 @@ function _sfc_render$1w(e, n, t, r, a, s) {
|
|
|
10827
10848
|
renderSlot(e.$slots, "default")
|
|
10828
10849
|
], 6);
|
|
10829
10850
|
}
|
|
10830
|
-
const VsCardGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10851
|
+
const VsCardGroup = /* @__PURE__ */ _export_sfc(_sfc_main$1L, [["render", _sfc_render$1w]]), noJsClass = "no-js", jsIsDisabled = () => document.getElementsByClassName(noJsClass).length > 0, useVideoStore = defineStore("video", {
|
|
10831
10852
|
state: () => ({
|
|
10832
10853
|
videos: {}
|
|
10833
10854
|
}),
|
|
@@ -10887,7 +10908,7 @@ const VsCardGroup = /* @__PURE__ */ _export_sfc(_sfc_main$1M, [["render", _sfc_r
|
|
|
10887
10908
|
cookieCategories.analytical,
|
|
10888
10909
|
cookieCategories.marketing
|
|
10889
10910
|
]
|
|
10890
|
-
}, cookieValues$4 = cookieValues$5.youtube, _sfc_main$
|
|
10911
|
+
}, cookieValues$4 = cookieValues$5.youtube, _sfc_main$1K = {
|
|
10891
10912
|
name: "VsStretchedLinkCard",
|
|
10892
10913
|
status: "prototype",
|
|
10893
10914
|
release: "0.0.1",
|
|
@@ -11263,7 +11284,7 @@ function _sfc_render$1v(e, n, t, r, a, s) {
|
|
|
11263
11284
|
])) : createCommentVNode("", !0)
|
|
11264
11285
|
], 34);
|
|
11265
11286
|
}
|
|
11266
|
-
const VsStretchedLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11287
|
+
const VsStretchedLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$1K, [["render", _sfc_render$1v]]), _sfc_main$1J = {
|
|
11267
11288
|
name: "VsStretchedLinkPanels",
|
|
11268
11289
|
status: "prototype",
|
|
11269
11290
|
release: "0.0.1",
|
|
@@ -11328,7 +11349,7 @@ function _sfc_render$1u(e, n, t, r, a, s) {
|
|
|
11328
11349
|
])
|
|
11329
11350
|
]);
|
|
11330
11351
|
}
|
|
11331
|
-
const VsStretchedLinkPanels = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11352
|
+
const VsStretchedLinkPanels = /* @__PURE__ */ _export_sfc(_sfc_main$1J, [["render", _sfc_render$1u]]), _sfc_main$1I = {
|
|
11332
11353
|
name: "VsCarouselSlide",
|
|
11333
11354
|
status: "prototype",
|
|
11334
11355
|
release: "0.0.1",
|
|
@@ -11481,7 +11502,7 @@ function _sfc_render$1t(e, n, t, r, a, s) {
|
|
|
11481
11502
|
_: 3
|
|
11482
11503
|
}, 8, ["cols", "sm", "lg", "xl", "aria-disabled"]);
|
|
11483
11504
|
}
|
|
11484
|
-
const CarouselSlide = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11505
|
+
const CarouselSlide = /* @__PURE__ */ _export_sfc(_sfc_main$1I, [["render", _sfc_render$1t]]), _sfc_main$1H = {
|
|
11485
11506
|
name: "VsCheckbox",
|
|
11486
11507
|
status: "prototype",
|
|
11487
11508
|
release: "0.0.1",
|
|
@@ -11680,7 +11701,7 @@ function _sfc_render$1s(e, n, t, r, a, s) {
|
|
|
11680
11701
|
}, 16, ["modelValue", "name", "id", "value", "unchecked_value", "onBlur", "onChange", "required", "aria-invalid", "aria-describedby"])) : createCommentVNode("", !0)
|
|
11681
11702
|
], 2);
|
|
11682
11703
|
}
|
|
11683
|
-
const VsCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11704
|
+
const VsCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$1H, [["render", _sfc_render$1s]]), _sfc_main$1G = {
|
|
11684
11705
|
name: "VsDescriptionList",
|
|
11685
11706
|
status: "prototype",
|
|
11686
11707
|
release: "0.0.1",
|
|
@@ -11709,7 +11730,7 @@ function _sfc_render$1r(e, n, t, r, a, s) {
|
|
|
11709
11730
|
renderSlot(e.$slots, "default")
|
|
11710
11731
|
], 2);
|
|
11711
11732
|
}
|
|
11712
|
-
const DescriptionList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11733
|
+
const DescriptionList = /* @__PURE__ */ _export_sfc(_sfc_main$1G, [["render", _sfc_render$1r]]), _sfc_main$1F = {
|
|
11713
11734
|
name: "VsDescriptionListItem",
|
|
11714
11735
|
status: "prototype",
|
|
11715
11736
|
release: "0.0.1",
|
|
@@ -11748,7 +11769,7 @@ function _sfc_render$1q(e, n, t, r, a, s) {
|
|
|
11748
11769
|
_: 3
|
|
11749
11770
|
}, 8, ["tag", "class"]);
|
|
11750
11771
|
}
|
|
11751
|
-
const DescriptionListItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11772
|
+
const DescriptionListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1F, [["render", _sfc_render$1q], ["__scopeId", "data-v-46cd5138"]]), _sfc_main$1E = {
|
|
11752
11773
|
name: "VsDetail",
|
|
11753
11774
|
status: "prototype",
|
|
11754
11775
|
release: "0.0.1",
|
|
@@ -11830,7 +11851,7 @@ function _sfc_render$1p(e, n, t, r, a, s) {
|
|
|
11830
11851
|
])
|
|
11831
11852
|
], 2);
|
|
11832
11853
|
}
|
|
11833
|
-
const VsDetail = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11854
|
+
const VsDetail = /* @__PURE__ */ _export_sfc(_sfc_main$1E, [["render", _sfc_render$1p]]), _sfc_main$1D = {
|
|
11834
11855
|
name: "VsDropdown",
|
|
11835
11856
|
status: "prototype",
|
|
11836
11857
|
release: "0.0.1",
|
|
@@ -11898,7 +11919,7 @@ function _sfc_render$1o(e, n, t, r, a, s) {
|
|
|
11898
11919
|
], 2)
|
|
11899
11920
|
], 64);
|
|
11900
11921
|
}
|
|
11901
|
-
const VsDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11922
|
+
const VsDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$1D, [["render", _sfc_render$1o]]), _sfc_main$1C = {
|
|
11902
11923
|
name: "VsDropdownItem",
|
|
11903
11924
|
status: "prototype",
|
|
11904
11925
|
release: "0.0.1",
|
|
@@ -11915,7 +11936,7 @@ function _sfc_render$1n(e, n, t, r, a, s) {
|
|
|
11915
11936
|
_: 3
|
|
11916
11937
|
}, 16);
|
|
11917
11938
|
}
|
|
11918
|
-
const VsDropdownItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11939
|
+
const VsDropdownItem = /* @__PURE__ */ _export_sfc(_sfc_main$1C, [["render", _sfc_render$1n]]), cookieValues$3 = cookieValues$5.embed, _sfc_main$1B = {
|
|
11919
11940
|
name: "VsEmbedWrapper",
|
|
11920
11941
|
status: "prototype",
|
|
11921
11942
|
release: "0.0.1",
|
|
@@ -12085,7 +12106,7 @@ function _sfc_render$1m(e, n, t, r, a, s) {
|
|
|
12085
12106
|
})
|
|
12086
12107
|
]);
|
|
12087
12108
|
}
|
|
12088
|
-
const EmbedWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12109
|
+
const EmbedWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$1B, [["render", _sfc_render$1m]]), _sfc_main$1A = {
|
|
12089
12110
|
name: "VsEventCard",
|
|
12090
12111
|
status: "prototype",
|
|
12091
12112
|
release: "0.0.1",
|
|
@@ -12192,7 +12213,7 @@ function _sfc_render$1l(e, n, t, r, a, s) {
|
|
|
12192
12213
|
])
|
|
12193
12214
|
]);
|
|
12194
12215
|
}
|
|
12195
|
-
const EventCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12216
|
+
const EventCard = /* @__PURE__ */ _export_sfc(_sfc_main$1A, [["render", _sfc_render$1l]]), _hoisted_1$1d = ["id"], _hoisted_2$T = { class: "vs-filter__panel-wrapper" }, _hoisted_3$I = { class: "vs-filter__legend" }, _sfc_main$1z = {
|
|
12196
12217
|
__name: "VsFilter",
|
|
12197
12218
|
props: {
|
|
12198
12219
|
/**
|
|
@@ -12269,7 +12290,7 @@ const EventCard = /* @__PURE__ */ _export_sfc(_sfc_main$1B, [["render", _sfc_ren
|
|
|
12269
12290
|
}, _hoisted_2$S = { class: "vs-filter-section__summary" }, _hoisted_3$H = {
|
|
12270
12291
|
key: 1,
|
|
12271
12292
|
class: "vs-filter-section__section"
|
|
12272
|
-
}, _sfc_main$
|
|
12293
|
+
}, _sfc_main$1y = {
|
|
12273
12294
|
__name: "VsFilterSection",
|
|
12274
12295
|
props: {
|
|
12275
12296
|
/**
|
|
@@ -12619,7 +12640,7 @@ const normalizeSlot = (e) => e.length === 1 ? e[0] : e, LazyHydrationWrapper = d
|
|
|
12619
12640
|
}
|
|
12620
12641
|
return e.whenTriggered !== void 0 && useHydrateWhenTriggered(r, toRef(e, "whenTriggered")), () => normalizeSlot(n.default());
|
|
12621
12642
|
}
|
|
12622
|
-
}), LazyHydrationWrapper$1 = markRaw(LazyHydrationWrapper), _sfc_main$
|
|
12643
|
+
}), LazyHydrationWrapper$1 = markRaw(LazyHydrationWrapper), _sfc_main$1x = {
|
|
12623
12644
|
name: "VsFooterNavList",
|
|
12624
12645
|
status: "prototype",
|
|
12625
12646
|
release: "0.0.1",
|
|
@@ -12670,7 +12691,7 @@ function _sfc_render$1k(e, n, t, r, a, s) {
|
|
|
12670
12691
|
_: 3
|
|
12671
12692
|
});
|
|
12672
12693
|
}
|
|
12673
|
-
const VsFooterNavList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12694
|
+
const VsFooterNavList = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["render", _sfc_render$1k]]), _sfc_main$1w = {
|
|
12674
12695
|
name: "VsFooter",
|
|
12675
12696
|
status: "prototype",
|
|
12676
12697
|
release: "0.1.0",
|
|
@@ -12731,7 +12752,7 @@ function _sfc_render$1j(e, n, t, r, a, s) {
|
|
|
12731
12752
|
renderSlot(e.$slots, "default")
|
|
12732
12753
|
]);
|
|
12733
12754
|
}
|
|
12734
|
-
const Footer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12755
|
+
const Footer = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["render", _sfc_render$1j]]), _sfc_main$1v = {
|
|
12735
12756
|
name: "VsFooterAccordionItem",
|
|
12736
12757
|
status: "prototype",
|
|
12737
12758
|
release: "0.0.1",
|
|
@@ -12810,7 +12831,7 @@ function _sfc_render$1i(e, n, t, r, a, s) {
|
|
|
12810
12831
|
_: 3
|
|
12811
12832
|
}, 8, ["data-unique-id", "control-id", "item-break-point", "open-by-default", "variant"]);
|
|
12812
12833
|
}
|
|
12813
|
-
const FooterAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12834
|
+
const FooterAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["render", _sfc_render$1i]]), _sfc_main$1u = {
|
|
12814
12835
|
name: "VsFooterNavListItem",
|
|
12815
12836
|
status: "prototype",
|
|
12816
12837
|
release: "0.0.1",
|
|
@@ -12863,7 +12884,7 @@ function _sfc_render$1h(e, n, t, r, a, s) {
|
|
|
12863
12884
|
}, 8, ["href", "type"])
|
|
12864
12885
|
]);
|
|
12865
12886
|
}
|
|
12866
|
-
const FooterNavListItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12887
|
+
const FooterNavListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["render", _sfc_render$1h]]), _sfc_main$1t = {
|
|
12867
12888
|
name: "VsList",
|
|
12868
12889
|
status: "prototype",
|
|
12869
12890
|
release: "0.0.1",
|
|
@@ -12905,7 +12926,7 @@ function _sfc_render$1g(e, n, t, r, a, s) {
|
|
|
12905
12926
|
_: 3
|
|
12906
12927
|
}, 16, ["class"]);
|
|
12907
12928
|
}
|
|
12908
|
-
const VsList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12929
|
+
const VsList = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["render", _sfc_render$1g]]), _sfc_main$1s = {
|
|
12909
12930
|
name: "VsFooterSocialMenu",
|
|
12910
12931
|
status: "prototype",
|
|
12911
12932
|
release: "0.0.1",
|
|
@@ -12941,7 +12962,7 @@ function _sfc_render$1f(e, n, t, r, a, s) {
|
|
|
12941
12962
|
})
|
|
12942
12963
|
]);
|
|
12943
12964
|
}
|
|
12944
|
-
const FooterSocialMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12965
|
+
const FooterSocialMenu = /* @__PURE__ */ _export_sfc(_sfc_main$1s, [["render", _sfc_render$1f]]), _sfc_main$1r = {
|
|
12945
12966
|
name: "VsFooterSocialItem",
|
|
12946
12967
|
status: "prototype",
|
|
12947
12968
|
release: "0.0.1",
|
|
@@ -13000,7 +13021,7 @@ function _sfc_render$1e(e, n, t, r, a, s) {
|
|
|
13000
13021
|
}, 8, ["href", "aria-label"])
|
|
13001
13022
|
]);
|
|
13002
13023
|
}
|
|
13003
|
-
const FooterSocialItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13024
|
+
const FooterSocialItem = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["render", _sfc_render$1e]]), _sfc_main$1q = {
|
|
13004
13025
|
name: "VsFooterUtilityList",
|
|
13005
13026
|
status: "prototype",
|
|
13006
13027
|
release: "0.0.1",
|
|
@@ -13048,7 +13069,7 @@ function _sfc_render$1d(e, n, t, r, a, s) {
|
|
|
13048
13069
|
})
|
|
13049
13070
|
]);
|
|
13050
13071
|
}
|
|
13051
|
-
const FooterUtilityList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13072
|
+
const FooterUtilityList = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["render", _sfc_render$1d]]);
|
|
13052
13073
|
function commonjsRequire(e) {
|
|
13053
13074
|
throw new Error('Could not dynamically require "' + e + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
13054
13075
|
}
|
|
@@ -21796,7 +21817,7 @@ else if (import.meta && __vite_import_meta_env__$1) {
|
|
|
21796
21817
|
files = e;
|
|
21797
21818
|
} else
|
|
21798
21819
|
files = requireContext$1("../assets/svg?optimise", !0, /^\.\/.*\.svg$/);
|
|
21799
|
-
const output = files, _sfc_main$
|
|
21820
|
+
const output = files, _sfc_main$1p = {
|
|
21800
21821
|
name: "VsSvg",
|
|
21801
21822
|
release: "0.1.1",
|
|
21802
21823
|
status: "prototype",
|
|
@@ -21882,7 +21903,7 @@ function _sfc_render$1c(e, n, t, r, a, s) {
|
|
|
21882
21903
|
focusable: "false"
|
|
21883
21904
|
}), null, 16, _hoisted_1$15)) : createCommentVNode("", !0);
|
|
21884
21905
|
}
|
|
21885
|
-
const VsSvg = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
21906
|
+
const VsSvg = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["render", _sfc_render$1c]]), _sfc_main$1o = {
|
|
21886
21907
|
name: "VsSvgLink",
|
|
21887
21908
|
status: "prototype",
|
|
21888
21909
|
release: "0.0.1",
|
|
@@ -21977,7 +21998,7 @@ function _sfc_render$1b(e, n, t, r, a, s) {
|
|
|
21977
21998
|
_: 1
|
|
21978
21999
|
}, 8, ["href", "data-layer-value", "variant"]);
|
|
21979
22000
|
}
|
|
21980
|
-
const VsSvgLink = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22001
|
+
const VsSvgLink = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["render", _sfc_render$1b]]), _sfc_main$1n = {
|
|
21981
22002
|
name: "VsFooterCopyright",
|
|
21982
22003
|
status: "prototype",
|
|
21983
22004
|
release: "0.0.1",
|
|
@@ -22054,7 +22075,7 @@ function _sfc_render$1a(e, n, t, r, a, s) {
|
|
|
22054
22075
|
})
|
|
22055
22076
|
]);
|
|
22056
22077
|
}
|
|
22057
|
-
const FooterCopyright = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22078
|
+
const FooterCopyright = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["render", _sfc_render$1a]]), _sfc_main$1m = {
|
|
22058
22079
|
name: "VsGlobalMenu",
|
|
22059
22080
|
status: "prototype",
|
|
22060
22081
|
release: "0.1.0",
|
|
@@ -22132,7 +22153,7 @@ function _sfc_render$19(e, n, t, r, a, s) {
|
|
|
22132
22153
|
})
|
|
22133
22154
|
]);
|
|
22134
22155
|
}
|
|
22135
|
-
const GlobalMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22156
|
+
const GlobalMenu = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["render", _sfc_render$19]]), _sfc_main$1l = {
|
|
22136
22157
|
name: "VsGlobalMenuLanguage",
|
|
22137
22158
|
status: "prototype",
|
|
22138
22159
|
release: "0.1.0",
|
|
@@ -22200,7 +22221,7 @@ function _sfc_render$18(e, n, t, r, a, s) {
|
|
|
22200
22221
|
_: 3
|
|
22201
22222
|
});
|
|
22202
22223
|
}
|
|
22203
|
-
const GlobalMenuLanguage = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22224
|
+
const GlobalMenuLanguage = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["render", _sfc_render$18]]), _sfc_main$1k = {
|
|
22204
22225
|
name: "VsGlobalMenuLanguageItem",
|
|
22205
22226
|
status: "prototype",
|
|
22206
22227
|
release: "0.1.0",
|
|
@@ -22255,7 +22276,7 @@ function _sfc_render$17(e, n, t, r, a, s) {
|
|
|
22255
22276
|
_: 1
|
|
22256
22277
|
}, 8, ["href"]);
|
|
22257
22278
|
}
|
|
22258
|
-
const GlobalMenuLanguageItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22279
|
+
const GlobalMenuLanguageItem = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$17]]), _sfc_main$1j = {
|
|
22259
22280
|
name: "VsMediaCaption",
|
|
22260
22281
|
status: "prototype",
|
|
22261
22282
|
release: "0.0.1",
|
|
@@ -22339,7 +22360,7 @@ function _sfc_render$16(e, n, t, r, a, s) {
|
|
|
22339
22360
|
})
|
|
22340
22361
|
], 2);
|
|
22341
22362
|
}
|
|
22342
|
-
const VsMediaCaption = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22363
|
+
const VsMediaCaption = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$16]]), _sfc_main$1i = {
|
|
22343
22364
|
name: "VsHeroSectionImage",
|
|
22344
22365
|
status: "prototype",
|
|
22345
22366
|
release: "0.0.1",
|
|
@@ -22422,7 +22443,7 @@ function _sfc_render$15(e, n, t, r, a, s) {
|
|
|
22422
22443
|
]), 1032, ["right-align"])) : createCommentVNode("", !0)
|
|
22423
22444
|
], 2);
|
|
22424
22445
|
}
|
|
22425
|
-
const VsHeroSectionImage = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22446
|
+
const VsHeroSectionImage = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$15]]), _sfc_main$1h = {
|
|
22426
22447
|
name: "VsHeroSectionVideoControl",
|
|
22427
22448
|
status: "prototype",
|
|
22428
22449
|
release: "0.0.1",
|
|
@@ -22476,7 +22497,7 @@ function _sfc_render$14(e, n, t, r, a, s) {
|
|
|
22476
22497
|
])
|
|
22477
22498
|
]);
|
|
22478
22499
|
}
|
|
22479
|
-
const VsHeroSectionVideoControl = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22500
|
+
const VsHeroSectionVideoControl = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$14]]), _sfc_main$1g = {
|
|
22480
22501
|
name: "VsHeroSection",
|
|
22481
22502
|
status: "prototype",
|
|
22482
22503
|
release: "0.0.1",
|
|
@@ -22692,7 +22713,7 @@ function _sfc_render$13(e, n, t, r, a, s) {
|
|
|
22692
22713
|
])
|
|
22693
22714
|
], 2);
|
|
22694
22715
|
}
|
|
22695
|
-
const HeroSection = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22716
|
+
const HeroSection = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$13]]), _sfc_main$1f = {
|
|
22696
22717
|
name: "VsHtmlError",
|
|
22697
22718
|
status: "prototype",
|
|
22698
22719
|
release: "0.1.0",
|
|
@@ -22718,7 +22739,7 @@ const HeroSection = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_r
|
|
|
22718
22739
|
function _sfc_render$12(e, n, t, r, a, s) {
|
|
22719
22740
|
return openBlock(), createElementBlock("span", _hoisted_1$Z);
|
|
22720
22741
|
}
|
|
22721
|
-
const HtmlError = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22742
|
+
const HtmlError = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$12]]), _sfc_main$1e = {
|
|
22722
22743
|
name: "VsTourismInfo",
|
|
22723
22744
|
status: "prototype",
|
|
22724
22745
|
release: "0.0.1",
|
|
@@ -22800,7 +22821,7 @@ function _sfc_render$11(e, n, t, r, a, s) {
|
|
|
22800
22821
|
})
|
|
22801
22822
|
]);
|
|
22802
22823
|
}
|
|
22803
|
-
const TourismInfo = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22824
|
+
const TourismInfo = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$11]]), _sfc_main$1d = {
|
|
22804
22825
|
name: "VsIconList",
|
|
22805
22826
|
status: "prototype",
|
|
22806
22827
|
release: "0.0.1",
|
|
@@ -22828,7 +22849,7 @@ function _sfc_render$10(e, n, t, r, a, s) {
|
|
|
22828
22849
|
])
|
|
22829
22850
|
]);
|
|
22830
22851
|
}
|
|
22831
|
-
const IconList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22852
|
+
const IconList = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$10]]), _sfc_main$1c = {
|
|
22832
22853
|
name: "VsIconListItem",
|
|
22833
22854
|
status: "prototype",
|
|
22834
22855
|
release: "0.0.1",
|
|
@@ -22866,7 +22887,7 @@ function _sfc_render$$(e, n, t, r, a, s) {
|
|
|
22866
22887
|
createTextVNode(" " + toDisplayString(t.label), 1)
|
|
22867
22888
|
]);
|
|
22868
22889
|
}
|
|
22869
|
-
const IconListItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22890
|
+
const IconListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$$]]), _sfc_main$1b = {
|
|
22870
22891
|
name: "VsToggleButton",
|
|
22871
22892
|
status: "prototype",
|
|
22872
22893
|
release: "0.0.1",
|
|
@@ -22921,7 +22942,7 @@ function _sfc_render$_(e, n, t, r, a, s) {
|
|
|
22921
22942
|
_: 3
|
|
22922
22943
|
}, 8, ["aria-controls", "aria-expanded", "onClick"]);
|
|
22923
22944
|
}
|
|
22924
|
-
const VsToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22945
|
+
const VsToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$_]]), cookieValues$2 = cookieValues$5.youtube, _sfc_main$1a = {
|
|
22925
22946
|
name: "VsVideoCaption",
|
|
22926
22947
|
status: "deprecated",
|
|
22927
22948
|
release: "0.0.1",
|
|
@@ -23097,7 +23118,7 @@ function _sfc_render$Z(e, n, t, r, a, s) {
|
|
|
23097
23118
|
])) : createCommentVNode("", !0)
|
|
23098
23119
|
], 2);
|
|
23099
23120
|
}
|
|
23100
|
-
const VsVideoCaption = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23121
|
+
const VsVideoCaption = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$Z]]), cookieValues$1 = cookieValues$5.youtube, _sfc_main$19 = {
|
|
23101
23122
|
name: "VsImageWithCaption",
|
|
23102
23123
|
status: "prototype",
|
|
23103
23124
|
release: "0.0.1",
|
|
@@ -23334,7 +23355,7 @@ function _sfc_render$Y(e, n, t, r, a, s) {
|
|
|
23334
23355
|
])
|
|
23335
23356
|
], 2);
|
|
23336
23357
|
}
|
|
23337
|
-
const ImageWithCaption = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23358
|
+
const ImageWithCaption = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$Y]]), _sfc_main$18 = {
|
|
23338
23359
|
name: "VsIllustratedMap",
|
|
23339
23360
|
props: {
|
|
23340
23361
|
/**
|
|
@@ -23470,7 +23491,7 @@ function _sfc_render$X(e, n, t, r, a, s) {
|
|
|
23470
23491
|
}, null, 2)
|
|
23471
23492
|
], 8, _hoisted_1$T);
|
|
23472
23493
|
}
|
|
23473
|
-
const IllustratedMap = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23494
|
+
const IllustratedMap = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$X], ["__scopeId", "data-v-b671fd04"]]), _sfc_main$17 = {
|
|
23474
23495
|
name: "VsInput",
|
|
23475
23496
|
status: "prototype",
|
|
23476
23497
|
release: "0.0.1",
|
|
@@ -23779,7 +23800,7 @@ function _sfc_render$W(e, n, t, r, a, s) {
|
|
|
23779
23800
|
})) : createCommentVNode("", !0)
|
|
23780
23801
|
]);
|
|
23781
23802
|
}
|
|
23782
|
-
const VsInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23803
|
+
const VsInput = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$W]]), _sfc_main$16 = {
|
|
23783
23804
|
name: "VsItinerary",
|
|
23784
23805
|
status: "prototype",
|
|
23785
23806
|
release: "0.0.1",
|
|
@@ -23889,7 +23910,7 @@ function _sfc_render$V(e, n, t, r, a, s) {
|
|
|
23889
23910
|
})
|
|
23890
23911
|
]);
|
|
23891
23912
|
}
|
|
23892
|
-
const Itinerary = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23913
|
+
const Itinerary = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$V]]), _sfc_main$15 = {
|
|
23893
23914
|
name: "VsItineraryDay",
|
|
23894
23915
|
status: "prototype",
|
|
23895
23916
|
release: "0.0.1",
|
|
@@ -24002,7 +24023,7 @@ function _sfc_render$U(e, n, t, r, a, s) {
|
|
|
24002
24023
|
})
|
|
24003
24024
|
]);
|
|
24004
24025
|
}
|
|
24005
|
-
const ItineraryDay = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
24026
|
+
const ItineraryDay = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$U]]), _sfc_main$14 = {
|
|
24006
24027
|
name: "VsItineraryStop",
|
|
24007
24028
|
status: "prototype",
|
|
24008
24029
|
release: "0.0.1",
|
|
@@ -24107,7 +24128,7 @@ function _sfc_render$T(e, n, t, r, a, s) {
|
|
|
24107
24128
|
e.$slots["stop-buttons"] ? renderSlot(e.$slots, "stop-buttons", { key: 0 }) : createCommentVNode("", !0)
|
|
24108
24129
|
]);
|
|
24109
24130
|
}
|
|
24110
|
-
const ItineraryStop = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
24131
|
+
const ItineraryStop = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$T]]), _sfc_main$13 = {
|
|
24111
24132
|
name: "VsItineraryStopInfo",
|
|
24112
24133
|
status: "prototype",
|
|
24113
24134
|
release: "0.0.1",
|
|
@@ -24361,7 +24382,7 @@ function _sfc_render$S(e, n, t, r, a, s) {
|
|
|
24361
24382
|
])
|
|
24362
24383
|
]);
|
|
24363
24384
|
}
|
|
24364
|
-
const ItineraryStopInfo = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
24385
|
+
const ItineraryStopInfo = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$S]]), _sfc_main$12 = {
|
|
24365
24386
|
name: "VsItineraryTips",
|
|
24366
24387
|
status: "prototype",
|
|
24367
24388
|
release: "0.0.1",
|
|
@@ -24378,7 +24399,7 @@ function _sfc_render$R(e, n, t, r, a, s) {
|
|
|
24378
24399
|
])
|
|
24379
24400
|
]);
|
|
24380
24401
|
}
|
|
24381
|
-
const ItineraryTips = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
24402
|
+
const ItineraryTips = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$R]]), _sfc_main$11 = {
|
|
24382
24403
|
name: "VsItineraryBorderOverlapWrapper",
|
|
24383
24404
|
status: "prototype",
|
|
24384
24405
|
release: "0.0.1",
|
|
@@ -24390,7 +24411,7 @@ function _sfc_render$Q(e, n, t, r, a, s) {
|
|
|
24390
24411
|
renderSlot(e.$slots, "default")
|
|
24391
24412
|
]);
|
|
24392
24413
|
}
|
|
24393
|
-
const ItineraryBorderOverlapWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
24414
|
+
const ItineraryBorderOverlapWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$Q]]), _sfc_main$10 = {
|
|
24394
24415
|
name: "VsLinkList",
|
|
24395
24416
|
status: "prototype",
|
|
24396
24417
|
release: "0.0.1",
|
|
@@ -24442,7 +24463,7 @@ function _sfc_render$P(e, n, t, r, a, s) {
|
|
|
24442
24463
|
])
|
|
24443
24464
|
], 10, _hoisted_1$L);
|
|
24444
24465
|
}
|
|
24445
|
-
const VsLinkList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
24466
|
+
const VsLinkList = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$P]]), _sfc_main$$ = {
|
|
24446
24467
|
name: "VsLinkListItem",
|
|
24447
24468
|
status: "prototype",
|
|
24448
24469
|
release: "0.0.1",
|
|
@@ -24526,7 +24547,7 @@ function _sfc_render$O(e, n, t, r, a, s) {
|
|
|
24526
24547
|
}, 8, ["href", "type", "role", "onClick"])
|
|
24527
24548
|
]);
|
|
24528
24549
|
}
|
|
24529
|
-
const LinkListItem = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
24550
|
+
const LinkListItem = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$O]]), _sfc_main$_ = {
|
|
24530
24551
|
name: "VsListicleItem",
|
|
24531
24552
|
status: "prototype",
|
|
24532
24553
|
release: "0.0.1",
|
|
@@ -24637,9 +24658,9 @@ function _sfc_render$N(e, n, t, r, a, s) {
|
|
|
24637
24658
|
})
|
|
24638
24659
|
]);
|
|
24639
24660
|
}
|
|
24640
|
-
const ListicleItem = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
24661
|
+
const ListicleItem = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$N]]), __vite_import_meta_env__ = { BASE_URL: "/", DEV: !1, MODE: "production", PROD: !0, SSR: !1 };
|
|
24641
24662
|
var define_process_env_default$2 = {};
|
|
24642
|
-
const getEnvValue = (e) => define_process_env_default$2 ? define_process_env_default$2[e] : __vite_import_meta_env__[e], _sfc_main$
|
|
24663
|
+
const getEnvValue = (e) => define_process_env_default$2 ? define_process_env_default$2[e] : __vite_import_meta_env__[e], _sfc_main$Z = {
|
|
24643
24664
|
name: "VsSelect",
|
|
24644
24665
|
status: "prototype",
|
|
24645
24666
|
release: "0.0.1",
|
|
@@ -24853,7 +24874,7 @@ function _sfc_render$M(e, n, t, r, a, s) {
|
|
|
24853
24874
|
])
|
|
24854
24875
|
]);
|
|
24855
24876
|
}
|
|
24856
|
-
const VsSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
24877
|
+
const VsSelect = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$M]]);
|
|
24857
24878
|
function _extends() {
|
|
24858
24879
|
return _extends = Object.assign ? Object.assign.bind() : function(e) {
|
|
24859
24880
|
for (var n = 1; n < arguments.length; n++) {
|
|
@@ -25002,7 +25023,7 @@ var Recaptcha = defineComponent({
|
|
|
25002
25023
|
}, t);
|
|
25003
25024
|
}
|
|
25004
25025
|
});
|
|
25005
|
-
const _sfc_main$
|
|
25026
|
+
const _sfc_main$Y = {
|
|
25006
25027
|
name: "VsRecaptcha",
|
|
25007
25028
|
status: "prototype",
|
|
25008
25029
|
release: "0.0.1",
|
|
@@ -25101,7 +25122,7 @@ function _sfc_render$L(e, n, t, r, a, s) {
|
|
|
25101
25122
|
}, null, 8, ["sitekey", "onVerify", "onRender", "class", "language"])) : createCommentVNode("", !0)
|
|
25102
25123
|
]);
|
|
25103
25124
|
}
|
|
25104
|
-
const VsRecaptcha = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
25125
|
+
const VsRecaptcha = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$L]]), _sfc_main$X = {
|
|
25105
25126
|
name: "VsTextarea",
|
|
25106
25127
|
status: "prototype",
|
|
25107
25128
|
release: "0.0.1",
|
|
@@ -25354,7 +25375,7 @@ function _sfc_render$K(e, n, t, r, a, s) {
|
|
|
25354
25375
|
}, null, 8, ["class", "modelValue", "id", "name", "placeholder", "required", "autocomplete", "v", "aria-invalid", "aria-describedby", "disabled", "rows", "onBlur", "onChange", "onFocus"])
|
|
25355
25376
|
]);
|
|
25356
25377
|
}
|
|
25357
|
-
const VsTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
25378
|
+
const VsTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$K]]), _sfc_main$W = {
|
|
25358
25379
|
name: "VsForm",
|
|
25359
25380
|
status: "prototype",
|
|
25360
25381
|
release: "0.0.1",
|
|
@@ -25954,7 +25975,7 @@ function _sfc_render$J(e, n, t, r, a, s) {
|
|
|
25954
25975
|
])
|
|
25955
25976
|
]);
|
|
25956
25977
|
}
|
|
25957
|
-
const Form = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
25978
|
+
const Form = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$J]]), _sfc_main$V = {
|
|
25958
25979
|
name: "VsMegaNavTopMenu",
|
|
25959
25980
|
status: "prototype",
|
|
25960
25981
|
release: "0.1.0",
|
|
@@ -25977,7 +25998,7 @@ function _sfc_render$I(e, n, t, r, a, s) {
|
|
|
25977
25998
|
_: 3
|
|
25978
25999
|
});
|
|
25979
26000
|
}
|
|
25980
|
-
const VsMegaNavTopMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
26001
|
+
const VsMegaNavTopMenu = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$I]]), _sfc_main$U = {
|
|
25981
26002
|
name: "VsMegaNavMobileMenu",
|
|
25982
26003
|
status: "prototype",
|
|
25983
26004
|
release: "0.1.0",
|
|
@@ -26015,7 +26036,7 @@ function _sfc_render$H(e, n, t, r, a, s) {
|
|
|
26015
26036
|
renderSlot(e.$slots, "default")
|
|
26016
26037
|
]);
|
|
26017
26038
|
}
|
|
26018
|
-
const VsMegaNavMobileMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
26039
|
+
const VsMegaNavMobileMenu = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$H]]), _sfc_main$T = {
|
|
26019
26040
|
name: "VsSiteSearch",
|
|
26020
26041
|
status: "prototype",
|
|
26021
26042
|
release: "0.0.1",
|
|
@@ -26066,7 +26087,7 @@ function _sfc_render$G(e, n, t, r, a, s) {
|
|
|
26066
26087
|
_: 3
|
|
26067
26088
|
}, 8, ["class", "onClick"]);
|
|
26068
26089
|
}
|
|
26069
|
-
const VsSiteSearch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
26090
|
+
const VsSiteSearch = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$G]]), _sfc_main$S = {
|
|
26070
26091
|
name: "VsSiteSearchForm",
|
|
26071
26092
|
status: "prototype",
|
|
26072
26093
|
release: "0.0.1",
|
|
@@ -26236,7 +26257,7 @@ function _sfc_render$F(e, n, t, r, a, s) {
|
|
|
26236
26257
|
}, 8, ["onClick", "onKeydown"])
|
|
26237
26258
|
])) : createCommentVNode("", !0);
|
|
26238
26259
|
}
|
|
26239
|
-
const VsSiteSearchForm = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
26260
|
+
const VsSiteSearchForm = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$F]]), clickOutside = {
|
|
26240
26261
|
mounted(e, n) {
|
|
26241
26262
|
e.clickOutsideEvent = (t) => {
|
|
26242
26263
|
e === t.target || e.contains(t.target) || n.value(t);
|
|
@@ -26245,7 +26266,7 @@ const VsSiteSearchForm = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _s
|
|
|
26245
26266
|
unmounted(e) {
|
|
26246
26267
|
document.body.removeEventListener("click", e.clickOutsideEvent);
|
|
26247
26268
|
}
|
|
26248
|
-
}, _sfc_main$
|
|
26269
|
+
}, _sfc_main$R = {
|
|
26249
26270
|
name: "VsMegaNav",
|
|
26250
26271
|
status: "prototype",
|
|
26251
26272
|
release: "0.1.0",
|
|
@@ -26548,7 +26569,7 @@ function _sfc_render$E(e, n, t, r, a, s) {
|
|
|
26548
26569
|
])
|
|
26549
26570
|
]);
|
|
26550
26571
|
}
|
|
26551
|
-
const MegaNav = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
26572
|
+
const MegaNav = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$E]]), _sfc_main$Q = {
|
|
26552
26573
|
name: "VsMegaNavDropdown",
|
|
26553
26574
|
status: "prototype",
|
|
26554
26575
|
release: "0.1.0",
|
|
@@ -26718,7 +26739,7 @@ function _sfc_render$D(e, n, t, r, a, s) {
|
|
|
26718
26739
|
])
|
|
26719
26740
|
]);
|
|
26720
26741
|
}
|
|
26721
|
-
const VsMegaNavDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
26742
|
+
const VsMegaNavDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$D]]), _sfc_main$P = {
|
|
26722
26743
|
name: "VsMegaNavDropdownContainer",
|
|
26723
26744
|
status: "prototype",
|
|
26724
26745
|
release: "0.1.0",
|
|
@@ -26827,7 +26848,7 @@ function _sfc_render$C(e, n, t, r, a, s) {
|
|
|
26827
26848
|
})
|
|
26828
26849
|
], 512);
|
|
26829
26850
|
}
|
|
26830
|
-
const MegaNavDropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
26851
|
+
const MegaNavDropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$C]]), _sfc_main$O = {
|
|
26831
26852
|
name: "VsMegaNavList",
|
|
26832
26853
|
status: "prototype",
|
|
26833
26854
|
release: "0.1.0",
|
|
@@ -26881,7 +26902,7 @@ function _sfc_render$B(e, n, t, r, a, s) {
|
|
|
26881
26902
|
})
|
|
26882
26903
|
], 8, _hoisted_1$y);
|
|
26883
26904
|
}
|
|
26884
|
-
const MegaNavList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
26905
|
+
const MegaNavList = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$B]]), _sfc_main$N = {
|
|
26885
26906
|
name: "VsMegaNavListItem",
|
|
26886
26907
|
status: "prototype",
|
|
26887
26908
|
release: "0.1.0",
|
|
@@ -26934,7 +26955,7 @@ function _sfc_render$A(e, n, t, r, a, s) {
|
|
|
26934
26955
|
}, 8, ["href"])
|
|
26935
26956
|
], 2);
|
|
26936
26957
|
}
|
|
26937
|
-
const MegaNavListItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
26958
|
+
const MegaNavListItem = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$A]]), _sfc_main$M = {
|
|
26938
26959
|
name: "VsMegaNavAccordionItem",
|
|
26939
26960
|
status: "prototype",
|
|
26940
26961
|
release: "0.1.0",
|
|
@@ -27021,7 +27042,7 @@ function _sfc_render$z(e, n, t, r, a, s) {
|
|
|
27021
27042
|
_: 3
|
|
27022
27043
|
}, 8, ["class", "data-unique-id", "control-id"]);
|
|
27023
27044
|
}
|
|
27024
|
-
const MegaNavAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
27045
|
+
const MegaNavAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$z]]), _sfc_main$L = {
|
|
27025
27046
|
name: "VsMegaNavFeaturedItem",
|
|
27026
27047
|
status: "prototype",
|
|
27027
27048
|
release: "0.1.0",
|
|
@@ -27076,7 +27097,7 @@ function _sfc_render$y(e, n, t, r, a, s) {
|
|
|
27076
27097
|
_: 3
|
|
27077
27098
|
}, 8, ["link", "img-src", "img-alt"]);
|
|
27078
27099
|
}
|
|
27079
|
-
const MegaNavFeaturedItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
27100
|
+
const MegaNavFeaturedItem = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$y]]), _sfc_main$K = {
|
|
27080
27101
|
name: "VsMegaNavFeaturedEvent",
|
|
27081
27102
|
status: "prototype",
|
|
27082
27103
|
release: "0.1.0",
|
|
@@ -27146,7 +27167,7 @@ function _sfc_render$x(e, n, t, r, a, s) {
|
|
|
27146
27167
|
_: 1
|
|
27147
27168
|
}, 8, ["link", "img-src", "img-alt"])) : createCommentVNode("", !0);
|
|
27148
27169
|
}
|
|
27149
|
-
const MegaNavFeaturedEvent = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
27170
|
+
const MegaNavFeaturedEvent = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$x]]), _sfc_main$J = {
|
|
27150
27171
|
name: "VsMegaNavStaticLink",
|
|
27151
27172
|
status: "prototype",
|
|
27152
27173
|
release: "0.1.0",
|
|
@@ -27192,7 +27213,7 @@ function _sfc_render$w(e, n, t, r, a, s) {
|
|
|
27192
27213
|
}, 8, ["href"])
|
|
27193
27214
|
], 2);
|
|
27194
27215
|
}
|
|
27195
|
-
const MegaNavStaticLink = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
27216
|
+
const MegaNavStaticLink = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$w]]), _sfc_main$I = {
|
|
27196
27217
|
name: "VsMegalinks",
|
|
27197
27218
|
status: "prototype",
|
|
27198
27219
|
release: "0.0.1",
|
|
@@ -27390,7 +27411,7 @@ function _sfc_render$v(e, n, t, r, a, s) {
|
|
|
27390
27411
|
})
|
|
27391
27412
|
], 2);
|
|
27392
27413
|
}
|
|
27393
|
-
const Megalinks = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
27414
|
+
const Megalinks = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$v]]), _sfc_main$H = {
|
|
27394
27415
|
name: "VsMegalinkLinkList",
|
|
27395
27416
|
status: "prototype",
|
|
27396
27417
|
release: "0.0.1",
|
|
@@ -27577,7 +27598,7 @@ function _sfc_render$u(e, n, t, r, a, s) {
|
|
|
27577
27598
|
]), 1032, ["link", "type", "img-src", "img-alt", "theme", "video-id", "video-btn-text", "error-message", "business-support", "is-home-page"])
|
|
27578
27599
|
], 2);
|
|
27579
27600
|
}
|
|
27580
|
-
const MegalinkLinkList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
27601
|
+
const MegalinkLinkList = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$u]]), _sfc_main$G = {
|
|
27581
27602
|
name: "VsMegalinkMultiImage",
|
|
27582
27603
|
status: "prototype",
|
|
27583
27604
|
release: "0.0.1",
|
|
@@ -27767,7 +27788,7 @@ function _sfc_render$t(e, n, t, r, a, s) {
|
|
|
27767
27788
|
]), 1032, ["link", "type", "class", "heading-style", "img-src", "img-alt", "data-test", "theme", "video-id", "video-btn-text", "error-message", "warning-size"])
|
|
27768
27789
|
]);
|
|
27769
27790
|
}
|
|
27770
|
-
const MegalinkMultiImage = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
27791
|
+
const MegalinkMultiImage = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$t]]), _sfc_main$F = {
|
|
27771
27792
|
name: "VsMegalinkSingleImage",
|
|
27772
27793
|
status: "prototype",
|
|
27773
27794
|
release: "0.0.1",
|
|
@@ -27905,7 +27926,7 @@ function _sfc_render$s(e, n, t, r, a, s) {
|
|
|
27905
27926
|
})
|
|
27906
27927
|
], 6);
|
|
27907
27928
|
}
|
|
27908
|
-
const MegalinkSingleImage = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
27929
|
+
const MegalinkSingleImage = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$s]]), _sfc_main$E = {
|
|
27909
27930
|
name: "VsModal",
|
|
27910
27931
|
status: "prototype",
|
|
27911
27932
|
release: "0.0.1",
|
|
@@ -28042,7 +28063,7 @@ function _sfc_render$r(e, n, t, r, a, s) {
|
|
|
28042
28063
|
_: 3
|
|
28043
28064
|
}, 8, ["id", "static", "modelValue", "onHidden"])) : createCommentVNode("", !0);
|
|
28044
28065
|
}
|
|
28045
|
-
const Modal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
28066
|
+
const Modal = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$r]]), _sfc_main$D = {
|
|
28046
28067
|
name: "VsPageIntro",
|
|
28047
28068
|
status: "prototype",
|
|
28048
28069
|
release: "0.0.1",
|
|
@@ -28249,14 +28270,14 @@ function _sfc_render$q(e, n, t, r, a, s) {
|
|
|
28249
28270
|
])
|
|
28250
28271
|
], 2);
|
|
28251
28272
|
}
|
|
28252
|
-
const PageIntro = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
28273
|
+
const PageIntro = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$q]]), _hoisted_1$r = {
|
|
28253
28274
|
"aria-label": "Pagination",
|
|
28254
28275
|
class: "vs-pagination",
|
|
28255
28276
|
"data-test": "vs-pagination"
|
|
28256
28277
|
}, _hoisted_2$m = {
|
|
28257
28278
|
"aria-live": "polite",
|
|
28258
28279
|
class: "vs-pagination__count"
|
|
28259
|
-
}, _hoisted_3$g = { class: "vs-pagination__controls" }, _hoisted_4$d = { class: "vs-pagination__prev" }, _hoisted_5$b = { class: "vs-pagination__list" }, _hoisted_6$b = { key: 0 }, _hoisted_7$9 = { class: "vs-pagination__next" }, limit = 7, _sfc_main$
|
|
28280
|
+
}, _hoisted_3$g = { class: "vs-pagination__controls" }, _hoisted_4$d = { class: "vs-pagination__prev" }, _hoisted_5$b = { class: "vs-pagination__list" }, _hoisted_6$b = { key: 0 }, _hoisted_7$9 = { class: "vs-pagination__next" }, limit = 7, _sfc_main$C = {
|
|
28260
28281
|
__name: "VsPagination",
|
|
28261
28282
|
props: /* @__PURE__ */ mergeModels({
|
|
28262
28283
|
/**
|
|
@@ -28392,7 +28413,7 @@ const PageIntro = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_rend
|
|
|
28392
28413
|
])
|
|
28393
28414
|
]));
|
|
28394
28415
|
}
|
|
28395
|
-
}, _sfc_main$
|
|
28416
|
+
}, _sfc_main$B = {
|
|
28396
28417
|
name: "VsPanel",
|
|
28397
28418
|
status: "prototype",
|
|
28398
28419
|
release: "0.0.1",
|
|
@@ -28424,7 +28445,7 @@ function _sfc_render$p(e, n, t, r, a, s) {
|
|
|
28424
28445
|
renderSlot(e.$slots, "default")
|
|
28425
28446
|
], 2);
|
|
28426
28447
|
}
|
|
28427
|
-
const Panel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
28448
|
+
const Panel = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$p]]);
|
|
28428
28449
|
let VS$1;
|
|
28429
28450
|
function setWindowObj() {
|
|
28430
28451
|
typeof window < "u" ? VS$1 = typeof window.VS == "object" ? window.VS : {} : VS$1 = {};
|
|
@@ -28933,7 +28954,7 @@ VueComboBlocks.stateChangeTypes = sct;
|
|
|
28933
28954
|
const _hoisted_1$q = {
|
|
28934
28955
|
"data-test": "vs-autocomplete",
|
|
28935
28956
|
class: "vs-autocomplete mb-100"
|
|
28936
|
-
}, _hoisted_2$l = ["for"], _hoisted_3$f = ["placeholder", "onClick"], _hoisted_4$c = ["name"], _sfc_main$
|
|
28957
|
+
}, _hoisted_2$l = ["for"], _hoisted_3$f = ["placeholder", "onClick"], _hoisted_4$c = ["name"], _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
28937
28958
|
__name: "Autocomplete",
|
|
28938
28959
|
props: {
|
|
28939
28960
|
id: {},
|
|
@@ -29029,7 +29050,7 @@ const _hoisted_1$q = {
|
|
|
29029
29050
|
}), _hoisted_1$p = {
|
|
29030
29051
|
class: "vs-date-input",
|
|
29031
29052
|
"data-test": "vs-date-input"
|
|
29032
|
-
}, _hoisted_2$k = ["for"], _hoisted_3$e = ["min", "name", "id"], _sfc_main$
|
|
29053
|
+
}, _hoisted_2$k = ["for"], _hoisted_3$e = ["min", "name", "id"], _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
29033
29054
|
__name: "DateInput",
|
|
29034
29055
|
props: {
|
|
29035
29056
|
label: {},
|
|
@@ -29066,7 +29087,7 @@ const _hoisted_1$q = {
|
|
|
29066
29087
|
type: "hidden",
|
|
29067
29088
|
name: "refine-date",
|
|
29068
29089
|
value: "on"
|
|
29069
|
-
}, _hoisted_7$8 = ["value"], _sfc_main$
|
|
29090
|
+
}, _hoisted_7$8 = ["value"], _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
29070
29091
|
__name: "DateRange",
|
|
29071
29092
|
props: {
|
|
29072
29093
|
startLabel: {
|
|
@@ -29142,7 +29163,7 @@ const _hoisted_1$q = {
|
|
|
29142
29163
|
return (v, k) => (openBlock(), createElementBlock("fieldset", _hoisted_1$o, [
|
|
29143
29164
|
createElementVNode("div", _hoisted_2$j, [
|
|
29144
29165
|
createElementVNode("div", _hoisted_3$d, [
|
|
29145
|
-
createVNode(_sfc_main$
|
|
29166
|
+
createVNode(_sfc_main$z, {
|
|
29146
29167
|
label: e.startLabel,
|
|
29147
29168
|
value: e.defaultDates && a.value === "" && s.value ? u.value : a.value,
|
|
29148
29169
|
name: _.value,
|
|
@@ -29154,7 +29175,7 @@ const _hoisted_1$q = {
|
|
|
29154
29175
|
}, null, 8, ["label", "value", "name"])
|
|
29155
29176
|
]),
|
|
29156
29177
|
createElementVNode("div", _hoisted_4$b, [
|
|
29157
|
-
createVNode(_sfc_main$
|
|
29178
|
+
createVNode(_sfc_main$z, {
|
|
29158
29179
|
label: e.endLabel,
|
|
29159
29180
|
value: e.defaultDates && s.value === "" && a.value ? d.value : s.value,
|
|
29160
29181
|
"min-date": f.value,
|
|
@@ -29198,7 +29219,7 @@ const _hoisted_1$q = {
|
|
|
29198
29219
|
}, _hoisted_14$1 = { key: 5 }, _hoisted_15$1 = {
|
|
29199
29220
|
key: 0,
|
|
29200
29221
|
class: "form-group"
|
|
29201
|
-
}, _hoisted_16$1 = { for: "search-keyword" }, _hoisted_17$1 = { key: 6 }, _hoisted_18 = { key: 0 }, _hoisted_19 = ["value"], __default__
|
|
29222
|
+
}, _hoisted_16$1 = { for: "search-keyword" }, _hoisted_17$1 = { key: 6 }, _hoisted_18 = { key: 0 }, _hoisted_19 = ["value"], __default__ = defineComponent({
|
|
29202
29223
|
mixins: [dataLayerMixin],
|
|
29203
29224
|
methods: {
|
|
29204
29225
|
trackSubmit(e, n) {
|
|
@@ -29212,8 +29233,8 @@ const _hoisted_1$q = {
|
|
|
29212
29233
|
);
|
|
29213
29234
|
}
|
|
29214
29235
|
}
|
|
29215
|
-
}), _sfc_main$
|
|
29216
|
-
...__default__
|
|
29236
|
+
}), _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
29237
|
+
...__default__,
|
|
29217
29238
|
__name: "ProductSearchEmbed",
|
|
29218
29239
|
props: {
|
|
29219
29240
|
defaultProd: {
|
|
@@ -29349,7 +29370,7 @@ const _hoisted_1$q = {
|
|
|
29349
29370
|
], 2)
|
|
29350
29371
|
]),
|
|
29351
29372
|
createElementVNode("div", _hoisted_9$4, [
|
|
29352
|
-
r.value != "tour" && unref(c) ? (openBlock(), createBlock(_sfc_main$
|
|
29373
|
+
r.value != "tour" && unref(c) ? (openBlock(), createBlock(_sfc_main$A, {
|
|
29353
29374
|
key: 0,
|
|
29354
29375
|
id: "search-location",
|
|
29355
29376
|
label: unref(getLabelText)("location", "Location"),
|
|
@@ -29384,7 +29405,7 @@ const _hoisted_1$q = {
|
|
|
29384
29405
|
}, null, 8, _hoisted_12$2)) : createCommentVNode("", !0),
|
|
29385
29406
|
r.value !== "tour" && ((M = unref(s)) == null ? void 0 : M.type) === "DISTRICT" ? (openBlock(), createElementBlock("input", _hoisted_13$2)) : createCommentVNode("", !0),
|
|
29386
29407
|
r.value === "even" ? (openBlock(), createElementBlock("div", _hoisted_14$1, [
|
|
29387
|
-
createVNode(_sfc_main$
|
|
29408
|
+
createVNode(_sfc_main$y, {
|
|
29388
29409
|
"start-label": unref(getLabelText)("startdate", "Start Date", "dates"),
|
|
29389
29410
|
"end-label": unref(getLabelText)("enddate", "End Date", "dates"),
|
|
29390
29411
|
onDateUpdated: E[2] || (E[2] = (j) => Q(j)),
|
|
@@ -29409,7 +29430,7 @@ const _hoisted_1$q = {
|
|
|
29409
29430
|
]))) : createCommentVNode("", !0)
|
|
29410
29431
|
]),
|
|
29411
29432
|
r.value === "tour" ? (openBlock(), createElementBlock("div", _hoisted_18, [
|
|
29412
|
-
createVNode(_sfc_main$
|
|
29433
|
+
createVNode(_sfc_main$A, {
|
|
29413
29434
|
id: "tour-origin",
|
|
29414
29435
|
label: unref(getLabelText)("tour_origin", "Starting point"),
|
|
29415
29436
|
"multiselect-label": "name",
|
|
@@ -29424,7 +29445,7 @@ const _hoisted_1$q = {
|
|
|
29424
29445
|
name: "attractions[]",
|
|
29425
29446
|
value: j
|
|
29426
29447
|
}, null, 8, _hoisted_19))), 256)),
|
|
29427
|
-
createVNode(_sfc_main$
|
|
29448
|
+
createVNode(_sfc_main$A, {
|
|
29428
29449
|
id: "tour-month",
|
|
29429
29450
|
label: unref(getLabelText)("tour_month", "I'm traveling in"),
|
|
29430
29451
|
"multiselect-label": "label",
|
|
@@ -29456,7 +29477,7 @@ const _hoisted_1$q = {
|
|
|
29456
29477
|
]);
|
|
29457
29478
|
};
|
|
29458
29479
|
}
|
|
29459
|
-
}), _sfc_main$
|
|
29480
|
+
}), _sfc_main$w = {
|
|
29460
29481
|
name: "VsProductSearch",
|
|
29461
29482
|
status: "prototype",
|
|
29462
29483
|
release: "0.0.1",
|
|
@@ -29464,7 +29485,7 @@ const _hoisted_1$q = {
|
|
|
29464
29485
|
VsContainer,
|
|
29465
29486
|
VsRow,
|
|
29466
29487
|
VsCol,
|
|
29467
|
-
VsProductSearchEmbed: _sfc_main$
|
|
29488
|
+
VsProductSearchEmbed: _sfc_main$x,
|
|
29468
29489
|
VsHeading,
|
|
29469
29490
|
VsWarning
|
|
29470
29491
|
},
|
|
@@ -29558,7 +29579,7 @@ function _sfc_render$o(e, n, t, r, a, s) {
|
|
|
29558
29579
|
})
|
|
29559
29580
|
]);
|
|
29560
29581
|
}
|
|
29561
|
-
const ProductSearch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
29582
|
+
const ProductSearch = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$o]]), _sfc_main$v = {
|
|
29562
29583
|
name: "VsQuote",
|
|
29563
29584
|
status: "prototype",
|
|
29564
29585
|
release: "0.0.1",
|
|
@@ -29636,7 +29657,7 @@ function _sfc_render$n(e, n, t, r, a, s) {
|
|
|
29636
29657
|
])
|
|
29637
29658
|
], 2);
|
|
29638
29659
|
}
|
|
29639
|
-
const Quote = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
29660
|
+
const Quote = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$n]]), _sfc_main$u = {
|
|
29640
29661
|
name: "VsSectionHeader",
|
|
29641
29662
|
status: "prototype",
|
|
29642
29663
|
release: "0.0.1",
|
|
@@ -29743,7 +29764,7 @@ function _sfc_render$m(e, n, t, r, a, s) {
|
|
|
29743
29764
|
})
|
|
29744
29765
|
]);
|
|
29745
29766
|
}
|
|
29746
|
-
const SectionHeader = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
29767
|
+
const SectionHeader = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$m]]), _sfc_main$t = {
|
|
29747
29768
|
name: "VsTable",
|
|
29748
29769
|
status: "prototype",
|
|
29749
29770
|
release: "0.0.1",
|
|
@@ -29799,7 +29820,7 @@ function _sfc_render$l(e, n, t, r, a, s) {
|
|
|
29799
29820
|
_: 3
|
|
29800
29821
|
}, 8, ["responsive", "stacked"]);
|
|
29801
29822
|
}
|
|
29802
|
-
const VsTable = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
29823
|
+
const VsTable = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$l]]), _sfc_main$s = {
|
|
29803
29824
|
name: "VsTableHead",
|
|
29804
29825
|
status: "prototype",
|
|
29805
29826
|
release: "0.0.1",
|
|
@@ -29816,7 +29837,7 @@ function _sfc_render$k(e, n, t, r, a, s) {
|
|
|
29816
29837
|
_: 3
|
|
29817
29838
|
}, 16);
|
|
29818
29839
|
}
|
|
29819
|
-
const VsTableHead = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
29840
|
+
const VsTableHead = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$k]]), _sfc_main$r = {
|
|
29820
29841
|
name: "VsTableHeaderCell",
|
|
29821
29842
|
status: "prototype",
|
|
29822
29843
|
release: "0.0.1",
|
|
@@ -29845,7 +29866,7 @@ function _sfc_render$j(e, n, t, r, a, s) {
|
|
|
29845
29866
|
_: 3
|
|
29846
29867
|
}, 16, ["stacked-heading"]);
|
|
29847
29868
|
}
|
|
29848
|
-
const VsTableHeaderCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
29869
|
+
const VsTableHeaderCell = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$j]]), _sfc_main$q = {
|
|
29849
29870
|
name: "VsTableBody",
|
|
29850
29871
|
status: "prototype",
|
|
29851
29872
|
release: "0.0.1",
|
|
@@ -29862,7 +29883,7 @@ function _sfc_render$i(e, n, t, r, a, s) {
|
|
|
29862
29883
|
_: 3
|
|
29863
29884
|
}, 16);
|
|
29864
29885
|
}
|
|
29865
|
-
const VsTableBody = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
29886
|
+
const VsTableBody = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$i]]), _sfc_main$p = {
|
|
29866
29887
|
name: "VsTableRow",
|
|
29867
29888
|
status: "prototype",
|
|
29868
29889
|
release: "0.0.1",
|
|
@@ -29879,7 +29900,7 @@ function _sfc_render$h(e, n, t, r, a, s) {
|
|
|
29879
29900
|
_: 3
|
|
29880
29901
|
}, 16);
|
|
29881
29902
|
}
|
|
29882
|
-
const VsTableRow = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
29903
|
+
const VsTableRow = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$h]]), _sfc_main$o = {
|
|
29883
29904
|
name: "VsTableDataCell",
|
|
29884
29905
|
status: "prototype",
|
|
29885
29906
|
release: "0.0.1",
|
|
@@ -29908,7 +29929,7 @@ function _sfc_render$g(e, n, t, r, a, s) {
|
|
|
29908
29929
|
_: 3
|
|
29909
29930
|
}, 16, ["stacked-heading"]);
|
|
29910
29931
|
}
|
|
29911
|
-
const VsTableDataCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
29932
|
+
const VsTableDataCell = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$g]]), _sfc_main$n = {
|
|
29912
29933
|
name: "VsTableFooter",
|
|
29913
29934
|
status: "prototype",
|
|
29914
29935
|
release: "0.0.1",
|
|
@@ -29925,7 +29946,7 @@ function _sfc_render$f(e, n, t, r, a, s) {
|
|
|
29925
29946
|
_: 3
|
|
29926
29947
|
}, 16);
|
|
29927
29948
|
}
|
|
29928
|
-
const VsTableFooter = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
29949
|
+
const VsTableFooter = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$f]]), _sfc_main$m = {
|
|
29929
29950
|
name: "VsSkiScotlandCard",
|
|
29930
29951
|
status: "prototype",
|
|
29931
29952
|
release: "0.0.1",
|
|
@@ -30477,7 +30498,7 @@ function _sfc_render$e(e, n, t, r, a, s) {
|
|
|
30477
30498
|
])
|
|
30478
30499
|
]);
|
|
30479
30500
|
}
|
|
30480
|
-
const SkiScotlandCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
30501
|
+
const SkiScotlandCard = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$e]]), _sfc_main$l = {
|
|
30481
30502
|
name: "VsSkiScotlandStatus",
|
|
30482
30503
|
status: "prototype",
|
|
30483
30504
|
release: "0.0.1",
|
|
@@ -31690,7 +31711,7 @@ function _sfc_render$d(e, n, t, r, a, s) {
|
|
|
31690
31711
|
})
|
|
31691
31712
|
]);
|
|
31692
31713
|
}
|
|
31693
|
-
const SkiScotlandStatus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
31714
|
+
const SkiScotlandStatus = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$d]]), _sfc_main$k = {
|
|
31694
31715
|
name: "VsSkipTo",
|
|
31695
31716
|
status: "prototype",
|
|
31696
31717
|
release: "0.0.1",
|
|
@@ -31797,7 +31818,7 @@ function _sfc_render$c(e, n, t, r, a, s) {
|
|
|
31797
31818
|
})
|
|
31798
31819
|
], 8, _hoisted_1$g);
|
|
31799
31820
|
}
|
|
31800
|
-
const SkipTo = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
31821
|
+
const SkipTo = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$c]]), _sfc_main$j = {
|
|
31801
31822
|
name: "VsSocialCreditLink",
|
|
31802
31823
|
status: "prototype",
|
|
31803
31824
|
release: "0.0.1",
|
|
@@ -31859,7 +31880,7 @@ function _sfc_render$b(e, n, t, r, a, s) {
|
|
|
31859
31880
|
}, 8, ["href"])
|
|
31860
31881
|
]);
|
|
31861
31882
|
}
|
|
31862
|
-
const SocialCreditLink = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
31883
|
+
const SocialCreditLink = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$b]]), _sfc_main$i = {
|
|
31863
31884
|
name: "VsSocialShare",
|
|
31864
31885
|
status: "prototype",
|
|
31865
31886
|
release: "0.0.1",
|
|
@@ -32114,7 +32135,7 @@ function _sfc_render$a(e, n, t, r, a, s) {
|
|
|
32114
32135
|
})) : createCommentVNode("", !0)
|
|
32115
32136
|
], 2);
|
|
32116
32137
|
}
|
|
32117
|
-
const SocialShare = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
32138
|
+
const SocialShare = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$a]]), socialMediaData = {
|
|
32118
32139
|
facebook: {
|
|
32119
32140
|
color: "#1877f2",
|
|
32120
32141
|
icon: "fa-brands fa-facebook",
|
|
@@ -32145,7 +32166,7 @@ const SocialShare = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_re
|
|
|
32145
32166
|
icon: "fa-regular fa-link",
|
|
32146
32167
|
getUrl: () => "#"
|
|
32147
32168
|
}
|
|
32148
|
-
}, _sfc_main$
|
|
32169
|
+
}, _sfc_main$h = {
|
|
32149
32170
|
name: "VsSocialShareItem",
|
|
32150
32171
|
status: "prototype",
|
|
32151
32172
|
release: "0.0.1",
|
|
@@ -32269,7 +32290,7 @@ function _sfc_render$9(e, n, t, r, a, s) {
|
|
|
32269
32290
|
_: 1
|
|
32270
32291
|
}, 8, ["md"]);
|
|
32271
32292
|
}
|
|
32272
|
-
const SocialShareItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
32293
|
+
const SocialShareItem = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$9]]), _sfc_main$g = {
|
|
32273
32294
|
name: "VsSpotlightSection",
|
|
32274
32295
|
status: "prototype",
|
|
32275
32296
|
release: "0.0.1",
|
|
@@ -32397,7 +32418,7 @@ function _sfc_render$8(e, n, t, r, a, s) {
|
|
|
32397
32418
|
])
|
|
32398
32419
|
], 6);
|
|
32399
32420
|
}
|
|
32400
|
-
const SpotlightSection = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
32421
|
+
const SpotlightSection = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$8]]), _hoisted_1$c = { class: "vs-styled-list__list" }, _hoisted_2$a = { class: "vs-styled-list__source" }, _sfc_main$f = {
|
|
32401
32422
|
__name: "StyledList",
|
|
32402
32423
|
props: {
|
|
32403
32424
|
/**
|
|
@@ -32456,7 +32477,7 @@ const SpotlightSection = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _s
|
|
|
32456
32477
|
}, _hoisted_1$b = {
|
|
32457
32478
|
class: "vs-styled-list__item",
|
|
32458
32479
|
"data-test": "vs-styled-list__item"
|
|
32459
|
-
}, _sfc_main$
|
|
32480
|
+
}, _sfc_main$e = {
|
|
32460
32481
|
__name: "StyledListItem",
|
|
32461
32482
|
props: {
|
|
32462
32483
|
/**
|
|
@@ -32549,7 +32570,7 @@ const SpotlightSection = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _s
|
|
|
32549
32570
|
})
|
|
32550
32571
|
]));
|
|
32551
32572
|
}
|
|
32552
|
-
}, _sfc_main$
|
|
32573
|
+
}, _sfc_main$d = {
|
|
32553
32574
|
name: "VsSummaryBoxList",
|
|
32554
32575
|
status: "prototype",
|
|
32555
32576
|
release: "0.0.1"
|
|
@@ -32564,7 +32585,7 @@ function _sfc_render$7(e, n, t, r, a, s) {
|
|
|
32564
32585
|
])
|
|
32565
32586
|
]);
|
|
32566
32587
|
}
|
|
32567
|
-
const SummaryBoxList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
32588
|
+
const SummaryBoxList = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$7]]), _sfc_main$c = {
|
|
32568
32589
|
name: "VsSummaryBoxListItem",
|
|
32569
32590
|
status: "prototype",
|
|
32570
32591
|
release: "0.0.1",
|
|
@@ -32640,7 +32661,7 @@ function _sfc_render$6(e, n, t, r, a, s) {
|
|
|
32640
32661
|
])) : createCommentVNode("", !0)
|
|
32641
32662
|
]);
|
|
32642
32663
|
}
|
|
32643
|
-
const SummaryBoxListItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
32664
|
+
const SummaryBoxListItem = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$6], ["__scopeId", "data-v-eab4f595"]]), _sfc_main$b = {
|
|
32644
32665
|
name: "VsSummaryBoxDistanceListItem",
|
|
32645
32666
|
status: "prototype",
|
|
32646
32667
|
release: "0.0.1",
|
|
@@ -32719,7 +32740,7 @@ function _sfc_render$5(e, n, t, r, a, s) {
|
|
|
32719
32740
|
])
|
|
32720
32741
|
]);
|
|
32721
32742
|
}
|
|
32722
|
-
const SummaryBoxDistanceListItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
32743
|
+
const SummaryBoxDistanceListItem = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$5], ["__scopeId", "data-v-f36a8377"]]), _sfc_main$a = {
|
|
32723
32744
|
name: "VsTabs",
|
|
32724
32745
|
status: "prototype",
|
|
32725
32746
|
release: "0.0.1",
|
|
@@ -32764,7 +32785,7 @@ function _sfc_render$4(e, n, t, r, a, s) {
|
|
|
32764
32785
|
}, 8, ["no-container", "align"])
|
|
32765
32786
|
], 2);
|
|
32766
32787
|
}
|
|
32767
|
-
const Tabs = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
32788
|
+
const Tabs = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$4]]), _sfc_main$9 = {
|
|
32768
32789
|
name: "VsTabItem",
|
|
32769
32790
|
status: "prototype",
|
|
32770
32791
|
release: "0.0.1",
|
|
@@ -32817,7 +32838,7 @@ function _sfc_render$3(e, n, t, r, a, s) {
|
|
|
32817
32838
|
_: 3
|
|
32818
32839
|
}, 8, ["title-link-class", "title", "onClick"]);
|
|
32819
32840
|
}
|
|
32820
|
-
const TabItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
32841
|
+
const TabItem = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$3]]), _sfc_main$8 = {
|
|
32821
32842
|
name: "VsTag",
|
|
32822
32843
|
status: "prototype",
|
|
32823
32844
|
release: "0.0.1",
|
|
@@ -32847,7 +32868,7 @@ function _sfc_render$2(e, n, t, r, a, s) {
|
|
|
32847
32868
|
_: 3
|
|
32848
32869
|
}, 8, ["href"]);
|
|
32849
32870
|
}
|
|
32850
|
-
const Tag = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
32871
|
+
const Tag = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$2]]), _sfc_main$7 = {
|
|
32851
32872
|
name: "VsTagManagerWrapper",
|
|
32852
32873
|
status: "prototype",
|
|
32853
32874
|
release: "0.0.1",
|
|
@@ -32893,7 +32914,7 @@ const Tag = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$2]]
|
|
|
32893
32914
|
function _sfc_render$1(e, n, t, r, a, s) {
|
|
32894
32915
|
return openBlock(), createElementBlock("span", _hoisted_1$7);
|
|
32895
32916
|
}
|
|
32896
|
-
const TagManagerWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
32917
|
+
const TagManagerWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$1]]);
|
|
32897
32918
|
var dist = { exports: {} }, Sister;
|
|
32898
32919
|
/**
|
|
32899
32920
|
* @link https://github.com/gajus/sister for the canonical source repository
|
|
@@ -33511,7 +33532,7 @@ const player = /* @__PURE__ */ getDefaultExportFromCjs(distExports), UNSTARTED =
|
|
|
33511
33532
|
}
|
|
33512
33533
|
};
|
|
33513
33534
|
let videoStore = null;
|
|
33514
|
-
const cookieValues = cookieValues$5.youtube, _sfc_main$
|
|
33535
|
+
const cookieValues = cookieValues$5.youtube, _sfc_main$6 = {
|
|
33515
33536
|
name: "VsVideo",
|
|
33516
33537
|
status: "prototype",
|
|
33517
33538
|
release: "0.0.1",
|
|
@@ -33794,31 +33815,7 @@ function _sfc_render(e, n, t, r, a, s) {
|
|
|
33794
33815
|
])
|
|
33795
33816
|
]));
|
|
33796
33817
|
}
|
|
33797
|
-
const Video = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
33798
|
-
name: "VsDivider"
|
|
33799
|
-
}, _sfc_main$6 = /* @__PURE__ */ Object.assign(__default__, {
|
|
33800
|
-
props: {
|
|
33801
|
-
/*
|
|
33802
|
-
* The color of the border.
|
|
33803
|
-
* `primary|secondary|inverse`
|
|
33804
|
-
*/
|
|
33805
|
-
variant: {
|
|
33806
|
-
type: String,
|
|
33807
|
-
required: !1,
|
|
33808
|
-
validator: (e) => e.match(
|
|
33809
|
-
/(primary|secondary|inverse)/
|
|
33810
|
-
),
|
|
33811
|
-
default: "primary"
|
|
33812
|
-
}
|
|
33813
|
-
},
|
|
33814
|
-
setup(e) {
|
|
33815
|
-
const n = e;
|
|
33816
|
-
return (t, r) => (openBlock(), createElementBlock("hr", {
|
|
33817
|
-
class: normalizeClass(["vs-divider", n.variant ? `vs-divider--variant-${n.variant}` : null]),
|
|
33818
|
-
"data-test": "vs-divider"
|
|
33819
|
-
}, null, 2));
|
|
33820
|
-
}
|
|
33821
|
-
});
|
|
33818
|
+
const Video = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render]]);
|
|
33822
33819
|
function cleanData$1(e) {
|
|
33823
33820
|
return e.TypedDocuments.map((r) => {
|
|
33824
33821
|
var a;
|
|
@@ -34876,7 +34873,7 @@ const _hoisted_1$4 = { class: "vs-fed-search-input" }, _hoisted_2$4 = { class: "
|
|
|
34876
34873
|
"sub-filters": a.subFilters,
|
|
34877
34874
|
labels: a.searchLabels
|
|
34878
34875
|
}, null, 8, ["cludo-api-key", "cludo-customer-id", "cludo-engine-id", "filters", "sub-filters", "labels"]),
|
|
34879
|
-
createVNode(_sfc_main$
|
|
34876
|
+
createVNode(_sfc_main$2q, { class: "my-200" }),
|
|
34880
34877
|
(openBlock(!0), createElementBlock(Fragment, null, renderList(unref(t).filters, (S, w) => withDirectives((openBlock(), createElementBlock("div", {
|
|
34881
34878
|
key: w,
|
|
34882
34879
|
class: "mb-200"
|
|
@@ -35029,7 +35026,7 @@ const _hoisted_1$4 = { class: "vs-fed-search-input" }, _hoisted_2$4 = { class: "
|
|
|
35029
35026
|
]),
|
|
35030
35027
|
_: 1
|
|
35031
35028
|
}, 8, ["class"]),
|
|
35032
|
-
unref(t).results && o.value > 1 ? (openBlock(), createBlock(unref(_sfc_main$
|
|
35029
|
+
unref(t).results && o.value > 1 ? (openBlock(), createBlock(unref(_sfc_main$C), {
|
|
35033
35030
|
key: 0,
|
|
35034
35031
|
class: "vs-federated-search__pagination",
|
|
35035
35032
|
"number-of-pages": o.value,
|
|
@@ -36098,7 +36095,7 @@ export {
|
|
|
36098
36095
|
ArticleDetails as VsArticleDetails,
|
|
36099
36096
|
ArticleSection as VsArticleSection,
|
|
36100
36097
|
ArticleSidebar as VsArticleSidebar,
|
|
36101
|
-
_sfc_main$
|
|
36098
|
+
_sfc_main$2j as VsBackToTop,
|
|
36102
36099
|
VsBadge,
|
|
36103
36100
|
Banner as VsBanner,
|
|
36104
36101
|
VsBody,
|
|
@@ -36125,8 +36122,8 @@ export {
|
|
|
36125
36122
|
EventCard as VsEventCard,
|
|
36126
36123
|
_sfc_main$2 as VsFederatedSearch,
|
|
36127
36124
|
_sfc_main$4 as VsFederatedSearchInput,
|
|
36128
|
-
_sfc_main$
|
|
36129
|
-
_sfc_main$
|
|
36125
|
+
_sfc_main$1z as VsFilter,
|
|
36126
|
+
_sfc_main$1y as VsFilterSection,
|
|
36130
36127
|
Footer as VsFooter,
|
|
36131
36128
|
FooterAccordionItem as VsFooterAccordionItem,
|
|
36132
36129
|
FooterCopyright as VsFooterCopyright,
|
|
@@ -36178,7 +36175,7 @@ export {
|
|
|
36178
36175
|
VsModuleWrapper,
|
|
36179
36176
|
VsNumberInput,
|
|
36180
36177
|
PageIntro as VsPageIntro,
|
|
36181
|
-
_sfc_main$
|
|
36178
|
+
_sfc_main$C as VsPagination,
|
|
36182
36179
|
Panel as VsPanel,
|
|
36183
36180
|
ProductSearch as VsProductSearch,
|
|
36184
36181
|
VsProgressBar,
|
|
@@ -36199,8 +36196,8 @@ export {
|
|
|
36199
36196
|
SpotlightSection as VsSpotlightSection,
|
|
36200
36197
|
VsStretchedLinkCard,
|
|
36201
36198
|
VsStretchedLinkPanels as VsStretchedLinkPanel,
|
|
36202
|
-
_sfc_main$
|
|
36203
|
-
_sfc_main$
|
|
36199
|
+
_sfc_main$f as VsStyledList,
|
|
36200
|
+
_sfc_main$e as VsStyledListItem,
|
|
36204
36201
|
SummaryBoxDistanceListItem as VsSummaryBoxDistanceListItem,
|
|
36205
36202
|
SummaryBoxList as VsSummaryBoxList,
|
|
36206
36203
|
SummaryBoxListItem as VsSummaryBoxListItem,
|