@visitscotland/component-library 5.3.12 → 5.3.13
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/components/components/card-group/CardGroup.vue.d.ts +63 -0
- package/dist/components/components/index.d.ts +1 -0
- package/dist/components/style.css +1 -1
- package/dist/components/vs-component-library.js +4 -4
- package/dist/components/vs-component-library.mjs +149 -94
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@ import { createElementBlock, openBlock, renderSlot, resolveComponent, createBloc
|
|
|
5
5
|
import { _ as _export_sfc, V as VsButton, d as dataLayerMixin, a as VsHeading, n as nn, b as an, c as VsIcon, r as rn, l as lodashExports, e as VsBody, f as VsContainer, g as VsRow, h as VsCol, i as ci, p as pi$2, j as en, k as dmoUrls, m as VsImg, E as Ed, o as axios, q as designTokens, Y as Yo, Z as Zo, s as pn, O as Ou, T as Tu, t as ku, u as VsWarning, v as fn, w as un, X as Xi, x as commonjsGlobal, y as require$$0$1, z as requireHasown, A as requireShams, B as callBound, C as isGeneratorFunction, D as isTypedArray, F as whichTypedArray, G as getAugmentedNamespace, H as getDefaultExportFromCjs, L as Lu, I as ld, J as _a, K as products, M as paths, N as monthsEnglish, P as VsLoading, Q as ol, R as wn, S as Ea, U as Bn, W as Je, $ as St, a0 as Pa, a1 as Ka, a2 as vc, a3 as dc } from "./LoadingSpinner-G6yO-xf9.mjs";
|
|
6
6
|
import { a4 as xe } from "./LoadingSpinner-G6yO-xf9.mjs";
|
|
7
7
|
import { defineStore, mapState } from "pinia";
|
|
8
|
-
const _sfc_main$
|
|
8
|
+
const _sfc_main$2m = {
|
|
9
9
|
name: "VsAccordion",
|
|
10
10
|
status: "prototype",
|
|
11
11
|
release: "0.0.1",
|
|
@@ -32,12 +32,12 @@ const _sfc_main$2l = {
|
|
|
32
32
|
class: "vs-accordion",
|
|
33
33
|
"data-test": "vs-accordion"
|
|
34
34
|
};
|
|
35
|
-
function _sfc_render$
|
|
35
|
+
function _sfc_render$29(e, n, t, a, r, s) {
|
|
36
36
|
return openBlock(), createElementBlock("div", _hoisted_1$1R, [
|
|
37
37
|
renderSlot(e.$slots, "default")
|
|
38
38
|
]);
|
|
39
39
|
}
|
|
40
|
-
const VsAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
40
|
+
const VsAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$2m, [["render", _sfc_render$29]]), _sfc_main$2l = {
|
|
41
41
|
name: "VsAccordionToggle",
|
|
42
42
|
status: "prototype",
|
|
43
43
|
release: "0.0.1",
|
|
@@ -67,7 +67,7 @@ const VsAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$2l, [["render", _sfc_r
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
}, _hoisted_1$1Q = { class: "vs-accordion-toggle__text" }, _hoisted_2$1i = { class: "vs-accordion-toggle__icon" };
|
|
70
|
-
function _sfc_render$
|
|
70
|
+
function _sfc_render$28(e, n, t, a, r, s) {
|
|
71
71
|
const o = resolveComponent("VsButton");
|
|
72
72
|
return openBlock(), createBlock(o, {
|
|
73
73
|
animate: !1,
|
|
@@ -89,7 +89,7 @@ function _sfc_render$27(e, n, t, a, r, s) {
|
|
|
89
89
|
_: 3
|
|
90
90
|
}, 8, ["aria-expanded", "onClick", "class", "variant"]);
|
|
91
91
|
}
|
|
92
|
-
const VsAccordionToggle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
92
|
+
const VsAccordionToggle = /* @__PURE__ */ _export_sfc(_sfc_main$2l, [["render", _sfc_render$28]]), _sfc_main$2k = {
|
|
93
93
|
name: "VsAccordionItem",
|
|
94
94
|
status: "prototype",
|
|
95
95
|
release: "0.0.1",
|
|
@@ -186,7 +186,7 @@ const VsAccordionToggle = /* @__PURE__ */ _export_sfc(_sfc_main$2k, [["render",
|
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
188
|
};
|
|
189
|
-
function _sfc_render$
|
|
189
|
+
function _sfc_render$27(e, n, t, a, r, s) {
|
|
190
190
|
const o = resolveComponent("VsIcon"), i = resolveComponent("VsAccordionToggle"), l = resolveComponent("VsHeading"), c = resolveComponent("BCardHeader"), u = resolveComponent("BCardBody"), d = resolveComponent("BCard");
|
|
191
191
|
return openBlock(), createBlock(d, {
|
|
192
192
|
"no-body": "",
|
|
@@ -264,7 +264,7 @@ function _sfc_render$26(e, n, t, a, r, s) {
|
|
|
264
264
|
_: 3
|
|
265
265
|
}, 8, ["class"]);
|
|
266
266
|
}
|
|
267
|
-
const VsAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
267
|
+
const VsAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$2k, [["render", _sfc_render$27]]), _sfc_main$2j = {
|
|
268
268
|
name: "VsAddress",
|
|
269
269
|
status: "prototype",
|
|
270
270
|
release: "0.1.0",
|
|
@@ -275,7 +275,7 @@ const VsAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$2j, [["render", _s
|
|
|
275
275
|
class: "vs-address",
|
|
276
276
|
"data-test": "vs-address"
|
|
277
277
|
}, _hoisted_2$1h = { class: "vs-address__address-box" };
|
|
278
|
-
function _sfc_render$
|
|
278
|
+
function _sfc_render$26(e, n, t, a, r, s) {
|
|
279
279
|
const o = resolveComponent("VsIcon");
|
|
280
280
|
return openBlock(), createElementBlock("div", _hoisted_1$1P, [
|
|
281
281
|
createVNode(o, {
|
|
@@ -287,7 +287,7 @@ function _sfc_render$25(e, n, t, a, r, s) {
|
|
|
287
287
|
])
|
|
288
288
|
]);
|
|
289
289
|
}
|
|
290
|
-
const Address = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
290
|
+
const Address = /* @__PURE__ */ _export_sfc(_sfc_main$2j, [["render", _sfc_render$26]]), _sfc_main$2i = {
|
|
291
291
|
name: "VsAlert",
|
|
292
292
|
status: "prototype",
|
|
293
293
|
release: "0.1.0",
|
|
@@ -298,7 +298,7 @@ const Address = /* @__PURE__ */ _export_sfc(_sfc_main$2i, [["render", _sfc_rende
|
|
|
298
298
|
class: "vs-alert",
|
|
299
299
|
"data-test": "vs-alert"
|
|
300
300
|
}, _hoisted_2$1g = { class: "vs-alert__icon-holder" }, _hoisted_3$11 = { class: "vs-alert__content-wrapper" }, _hoisted_4$L = { class: "vs-alert__content" };
|
|
301
|
-
function _sfc_render$
|
|
301
|
+
function _sfc_render$25(e, n, t, a, r, s) {
|
|
302
302
|
const o = resolveComponent("VsIcon");
|
|
303
303
|
return openBlock(), createElementBlock("div", _hoisted_1$1O, [
|
|
304
304
|
createElementVNode("div", _hoisted_2$1g, [
|
|
@@ -315,7 +315,7 @@ function _sfc_render$24(e, n, t, a, r, s) {
|
|
|
315
315
|
])
|
|
316
316
|
]);
|
|
317
317
|
}
|
|
318
|
-
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
318
|
+
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$2i, [["render", _sfc_render$25]]), _sfc_main$2h = {
|
|
319
319
|
name: "VsArticle",
|
|
320
320
|
status: "prototype",
|
|
321
321
|
release: "0.0.1",
|
|
@@ -373,7 +373,7 @@ const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$2h, [["render", _sfc_render$
|
|
|
373
373
|
}
|
|
374
374
|
}
|
|
375
375
|
}, _hoisted_1$1N = ["id"], _hoisted_2$1f = { class: "vs-article__content" };
|
|
376
|
-
function _sfc_render$
|
|
376
|
+
function _sfc_render$24(e, n, t, a, r, s) {
|
|
377
377
|
const o = resolveComponent("VsHeading"), i = resolveComponent("VsBody"), l = resolveComponent("VsCol"), c = resolveComponent("VsRow"), u = resolveComponent("VsContainer");
|
|
378
378
|
return openBlock(), createElementBlock("article", mergeProps({
|
|
379
379
|
class: "vs-article",
|
|
@@ -457,7 +457,7 @@ function _sfc_render$23(e, n, t, a, r, s) {
|
|
|
457
457
|
})
|
|
458
458
|
], 16);
|
|
459
459
|
}
|
|
460
|
-
const Article = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
460
|
+
const Article = /* @__PURE__ */ _export_sfc(_sfc_main$2h, [["render", _sfc_render$24]]), _sfc_main$2g = {
|
|
461
461
|
name: "VsArticleSection",
|
|
462
462
|
status: "prototype",
|
|
463
463
|
release: "0.0.1",
|
|
@@ -489,7 +489,7 @@ const Article = /* @__PURE__ */ _export_sfc(_sfc_main$2g, [["render", _sfc_rende
|
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
491
|
};
|
|
492
|
-
function _sfc_render$
|
|
492
|
+
function _sfc_render$23(e, n, t, a, r, s) {
|
|
493
493
|
const o = resolveComponent("VsCol"), i = resolveComponent("VsBody"), l = resolveComponent("VsRow");
|
|
494
494
|
return openBlock(), createElementBlock("div", {
|
|
495
495
|
class: normalizeClass(["vs-article-section mb-200 mb-md-400", s.sidebarAlignClass]),
|
|
@@ -538,7 +538,7 @@ function _sfc_render$22(e, n, t, a, r, s) {
|
|
|
538
538
|
})
|
|
539
539
|
], 2);
|
|
540
540
|
}
|
|
541
|
-
const ArticleSection = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
541
|
+
const ArticleSection = /* @__PURE__ */ _export_sfc(_sfc_main$2g, [["render", _sfc_render$23]]), _sfc_main$2f = {
|
|
542
542
|
name: "VsArticleSidebar",
|
|
543
543
|
status: "prototype",
|
|
544
544
|
release: "0.0.1",
|
|
@@ -558,7 +558,7 @@ const ArticleSection = /* @__PURE__ */ _export_sfc(_sfc_main$2f, [["render", _sf
|
|
|
558
558
|
}
|
|
559
559
|
}
|
|
560
560
|
};
|
|
561
|
-
function _sfc_render$
|
|
561
|
+
function _sfc_render$22(e, n, t, a, r, s) {
|
|
562
562
|
return openBlock(), createElementBlock("div", {
|
|
563
563
|
class: normalizeClass(["vs-article-sidebar", s.sidebarAlignClass]),
|
|
564
564
|
"data-test": "vs-article-sidebar"
|
|
@@ -577,10 +577,10 @@ function _sfc_render$21(e, n, t, a, r, s) {
|
|
|
577
577
|
], 2)) : createCommentVNode("", !0)
|
|
578
578
|
], 2);
|
|
579
579
|
}
|
|
580
|
-
const ArticleSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
580
|
+
const ArticleSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$2f, [["render", _sfc_render$22]]), _hoisted_1$1M = {
|
|
581
581
|
class: "vs-back-to-top",
|
|
582
582
|
"data-test": "vs-back-to-top"
|
|
583
|
-
}, _sfc_main$
|
|
583
|
+
}, _sfc_main$2e = {
|
|
584
584
|
__name: "BackToTop",
|
|
585
585
|
props: {
|
|
586
586
|
/**
|
|
@@ -628,7 +628,7 @@ const ArticleSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$2e, [["render", _sf
|
|
|
628
628
|
})) : createCommentVNode("", !0)
|
|
629
629
|
]));
|
|
630
630
|
}
|
|
631
|
-
}, _sfc_main$
|
|
631
|
+
}, _sfc_main$2d = {
|
|
632
632
|
name: "VsBadge",
|
|
633
633
|
status: "prototype",
|
|
634
634
|
release: "0.0.1",
|
|
@@ -655,7 +655,7 @@ const ArticleSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$2e, [["render", _sf
|
|
|
655
655
|
}
|
|
656
656
|
}
|
|
657
657
|
};
|
|
658
|
-
function _sfc_render$
|
|
658
|
+
function _sfc_render$21(e, n, t, a, r, s) {
|
|
659
659
|
const o = resolveComponent("BBadge");
|
|
660
660
|
return openBlock(), createElementBlock("div", {
|
|
661
661
|
class: normalizeClass(s.badgeClasses),
|
|
@@ -669,7 +669,7 @@ function _sfc_render$20(e, n, t, a, r, s) {
|
|
|
669
669
|
})
|
|
670
670
|
], 2);
|
|
671
671
|
}
|
|
672
|
-
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
672
|
+
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$2d, [["render", _sfc_render$21]]), cookieMixin = {
|
|
673
673
|
computed: {
|
|
674
674
|
selectedLanguage() {
|
|
675
675
|
return this.language.substr(0, 2).toUpperCase();
|
|
@@ -694,7 +694,7 @@ const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$2c, [["render", _sfc_render$
|
|
|
694
694
|
document.cookie = r;
|
|
695
695
|
}
|
|
696
696
|
}
|
|
697
|
-
}, _sfc_main$
|
|
697
|
+
}, _sfc_main$2c = {
|
|
698
698
|
name: "VsBanner",
|
|
699
699
|
status: "prototype",
|
|
700
700
|
release: "0.0.1",
|
|
@@ -758,7 +758,7 @@ const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$2c, [["render", _sfc_render$
|
|
|
758
758
|
key: 0,
|
|
759
759
|
class: "vs-banner__cta-link"
|
|
760
760
|
};
|
|
761
|
-
function _sfc_render$
|
|
761
|
+
function _sfc_render$20(e, n, t, a, r, s) {
|
|
762
762
|
const o = resolveComponent("VsIcon"), i = resolveComponent("VsCol"), l = resolveComponent("VsBody"), c = resolveComponent("VsRow"), u = resolveComponent("VsButton"), d = resolveComponent("VsContainer");
|
|
763
763
|
return r.showBanner ? (openBlock(), createElementBlock("div", _hoisted_1$1L, [
|
|
764
764
|
createVNode(d, null, {
|
|
@@ -835,7 +835,7 @@ function _sfc_render$1$(e, n, t, a, r, s) {
|
|
|
835
835
|
})
|
|
836
836
|
])) : createCommentVNode("", !0);
|
|
837
837
|
}
|
|
838
|
-
const Banner = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
838
|
+
const Banner = /* @__PURE__ */ _export_sfc(_sfc_main$2c, [["render", _sfc_render$20]]), _sfc_main$2b = {
|
|
839
839
|
name: "VsArticleDetails",
|
|
840
840
|
status: "prototype",
|
|
841
841
|
release: "0.0.1",
|
|
@@ -884,7 +884,7 @@ const Banner = /* @__PURE__ */ _export_sfc(_sfc_main$2b, [["render", _sfc_render
|
|
|
884
884
|
key: 0,
|
|
885
885
|
class: "vs-article-details__divider"
|
|
886
886
|
};
|
|
887
|
-
function _sfc_render$
|
|
887
|
+
function _sfc_render$1$(e, n, t, a, r, s) {
|
|
888
888
|
const o = resolveComponent("VsIcon");
|
|
889
889
|
return t.articleAuthor || t.articleReadTime || t.articlePublishDate ? (openBlock(), createElementBlock("div", _hoisted_1$1K, [
|
|
890
890
|
t.articleAuthor ? (openBlock(), createElementBlock("div", _hoisted_2$1d, toDisplayString(t.articleAuthor), 1)) : createCommentVNode("", !0),
|
|
@@ -907,7 +907,7 @@ function _sfc_render$1_(e, n, t, a, r, s) {
|
|
|
907
907
|
], 2)
|
|
908
908
|
])) : createCommentVNode("", !0);
|
|
909
909
|
}
|
|
910
|
-
const ArticleDetails = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
910
|
+
const ArticleDetails = /* @__PURE__ */ _export_sfc(_sfc_main$2b, [["render", _sfc_render$1$]]), _sfc_main$2a = {
|
|
911
911
|
name: "VsBreadcrumb",
|
|
912
912
|
status: "prototype",
|
|
913
913
|
release: "0.0.1",
|
|
@@ -918,7 +918,7 @@ const ArticleDetails = /* @__PURE__ */ _export_sfc(_sfc_main$2a, [["render", _sf
|
|
|
918
918
|
"aria-label": "breadcrumbs",
|
|
919
919
|
class: "vs-breadcrumb py-050"
|
|
920
920
|
};
|
|
921
|
-
function _sfc_render$
|
|
921
|
+
function _sfc_render$1_(e, n, t, a, r, s) {
|
|
922
922
|
const o = resolveComponent("BBreadcrumb");
|
|
923
923
|
return openBlock(), createElementBlock("nav", _hoisted_1$1J, [
|
|
924
924
|
createVNode(o, mergeProps({ class: "flex-nowrap p-0 mb-0" }, e.$attrs), {
|
|
@@ -929,7 +929,7 @@ function _sfc_render$1Z(e, n, t, a, r, s) {
|
|
|
929
929
|
}, 16)
|
|
930
930
|
]);
|
|
931
931
|
}
|
|
932
|
-
const Breadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
932
|
+
const Breadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$2a, [["render", _sfc_render$1_]]), _sfc_main$29 = {
|
|
933
933
|
name: "VsBreadcrumbItem",
|
|
934
934
|
status: "prototype",
|
|
935
935
|
release: "0.0.1",
|
|
@@ -968,7 +968,7 @@ const Breadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$29, [["render", _sfc_re
|
|
|
968
968
|
}
|
|
969
969
|
}
|
|
970
970
|
};
|
|
971
|
-
function _sfc_render$
|
|
971
|
+
function _sfc_render$1Z(e, n, t, a, r, s) {
|
|
972
972
|
const o = resolveComponent("BBreadcrumbItem");
|
|
973
973
|
return openBlock(), createBlock(o, mergeProps({
|
|
974
974
|
class: "vs-breadcrumb-item",
|
|
@@ -978,7 +978,7 @@ function _sfc_render$1Y(e, n, t, a, r, s) {
|
|
|
978
978
|
text: t.text
|
|
979
979
|
}, e.$attrs), null, 16, ["active", "aria-current", "href", "text"]);
|
|
980
980
|
}
|
|
981
|
-
const BreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
981
|
+
const BreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main$29, [["render", _sfc_render$1Z]]);
|
|
982
982
|
let currentURL = "";
|
|
983
983
|
typeof window < "u" && (currentURL = window.location.href);
|
|
984
984
|
const dmoAnalyticsLogic = (e) => {
|
|
@@ -996,7 +996,7 @@ const dmoAnalyticsLogic = (e) => {
|
|
|
996
996
|
e.target.href.includes(o) && (n = !0, s = a("True"));
|
|
997
997
|
}), n || (s = a("False")), s;
|
|
998
998
|
})();
|
|
999
|
-
}, _sfc_main$
|
|
999
|
+
}, _sfc_main$28 = {
|
|
1000
1000
|
name: "VsLink",
|
|
1001
1001
|
status: "prototype",
|
|
1002
1002
|
release: "0.0.2",
|
|
@@ -1113,7 +1113,7 @@ const dmoAnalyticsLogic = (e) => {
|
|
|
1113
1113
|
}
|
|
1114
1114
|
}
|
|
1115
1115
|
}, _hoisted_1$1I = ["href", "download", "disabled", "tabindex"];
|
|
1116
|
-
function _sfc_render$
|
|
1116
|
+
function _sfc_render$1Y(e, n, t, a, r, s) {
|
|
1117
1117
|
const o = resolveComponent("VsIcon");
|
|
1118
1118
|
return openBlock(), createElementBlock("a", mergeProps({
|
|
1119
1119
|
class: ["vs-link", [
|
|
@@ -1138,7 +1138,7 @@ function _sfc_render$1X(e, n, t, a, r, s) {
|
|
|
1138
1138
|
}, null, 8, ["icon", "variant", "size"])) : createCommentVNode("", !0)
|
|
1139
1139
|
], 16, _hoisted_1$1I);
|
|
1140
1140
|
}
|
|
1141
|
-
const VsLink = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1141
|
+
const VsLink = /* @__PURE__ */ _export_sfc(_sfc_main$28, [["render", _sfc_render$1Y]]), _sfc_main$27 = {
|
|
1142
1142
|
name: "VsCannedSearchProductCard",
|
|
1143
1143
|
status: "prototype",
|
|
1144
1144
|
release: "0.0.1",
|
|
@@ -1250,7 +1250,7 @@ const VsLink = /* @__PURE__ */ _export_sfc(_sfc_main$27, [["render", _sfc_render
|
|
|
1250
1250
|
class: "vs-product-card__logos-container",
|
|
1251
1251
|
"data-chromatic": "ignore"
|
|
1252
1252
|
};
|
|
1253
|
-
function _sfc_render$
|
|
1253
|
+
function _sfc_render$1X(e, n, t, a, r, s) {
|
|
1254
1254
|
const o = resolveComponent("VsImg"), i = resolveComponent("VsLink"), l = resolveComponent("VsHeading"), c = resolveComponent("VsCol");
|
|
1255
1255
|
return openBlock(), createBlock(c, {
|
|
1256
1256
|
cols: s.slideCols.xs,
|
|
@@ -1333,7 +1333,7 @@ function _sfc_render$1W(e, n, t, a, r, s) {
|
|
|
1333
1333
|
_: 3
|
|
1334
1334
|
}, 8, ["cols", "sm", "lg", "xl", "aria-disabled"]);
|
|
1335
1335
|
}
|
|
1336
|
-
const VsCannedSearchProductCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1336
|
+
const VsCannedSearchProductCard = /* @__PURE__ */ _export_sfc(_sfc_main$27, [["render", _sfc_render$1X]]), _sfc_main$26 = {
|
|
1337
1337
|
name: "VsCannedSearchStars",
|
|
1338
1338
|
status: "prototype",
|
|
1339
1339
|
release: "0.0.1",
|
|
@@ -1359,7 +1359,7 @@ const VsCannedSearchProductCard = /* @__PURE__ */ _export_sfc(_sfc_main$26, [["r
|
|
|
1359
1359
|
class: "vs-canned-search-stars",
|
|
1360
1360
|
"data-test": "vs-canned-search-stars"
|
|
1361
1361
|
}, _hoisted_2$1b = { key: 0 }, _hoisted_3$_ = { key: 1 };
|
|
1362
|
-
function _sfc_render$
|
|
1362
|
+
function _sfc_render$1W(e, n, t, a, r, s) {
|
|
1363
1363
|
return openBlock(), createElementBlock("div", _hoisted_1$1G, [
|
|
1364
1364
|
t.min && t.max && t.min !== t.max ? (openBlock(), createElementBlock("div", _hoisted_2$1b, [
|
|
1365
1365
|
n[0] || (n[0] = createElementVNode("span", { class: "vs-canned-search-stars__star" }, " ★ ", -1)),
|
|
@@ -1372,7 +1372,7 @@ function _sfc_render$1V(e, n, t, a, r, s) {
|
|
|
1372
1372
|
]))
|
|
1373
1373
|
]);
|
|
1374
1374
|
}
|
|
1375
|
-
const VsCannedSearchStars = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1375
|
+
const VsCannedSearchStars = /* @__PURE__ */ _export_sfc(_sfc_main$26, [["render", _sfc_render$1W]]), _sfc_main$25 = {
|
|
1376
1376
|
name: "VsTooltip",
|
|
1377
1377
|
status: "prototype",
|
|
1378
1378
|
release: "0.0.1",
|
|
@@ -1401,7 +1401,7 @@ const VsCannedSearchStars = /* @__PURE__ */ _export_sfc(_sfc_main$25, [["render"
|
|
|
1401
1401
|
}
|
|
1402
1402
|
}
|
|
1403
1403
|
};
|
|
1404
|
-
function _sfc_render$
|
|
1404
|
+
function _sfc_render$1V(e, n, t, a, r, s) {
|
|
1405
1405
|
const o = resolveComponent("VsButton"), i = resolveDirective("b-tooltip");
|
|
1406
1406
|
return withDirectives((openBlock(), createBlock(o, mergeProps(e.$attrs, {
|
|
1407
1407
|
class: "vs-tooltip position-relative",
|
|
@@ -1415,7 +1415,7 @@ function _sfc_render$1U(e, n, t, a, r, s) {
|
|
|
1415
1415
|
[i, { placement: t.position }]
|
|
1416
1416
|
]);
|
|
1417
1417
|
}
|
|
1418
|
-
const VsTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1418
|
+
const VsTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$25, [["render", _sfc_render$1V]]), _sfc_main$24 = {
|
|
1419
1419
|
name: "VsCannedSearchLogos",
|
|
1420
1420
|
status: "prototype",
|
|
1421
1421
|
release: "0.0.1",
|
|
@@ -1459,7 +1459,7 @@ const VsTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$24, [["render", _sfc_ren
|
|
|
1459
1459
|
}
|
|
1460
1460
|
}
|
|
1461
1461
|
}, _hoisted_1$1F = { class: "vs-canned-search-logos" };
|
|
1462
|
-
function _sfc_render$
|
|
1462
|
+
function _sfc_render$1U(e, n, t, a, r, s) {
|
|
1463
1463
|
const o = resolveComponent("VsImg"), i = resolveComponent("VsTooltip");
|
|
1464
1464
|
return openBlock(), createElementBlock("div", _hoisted_1$1F, [
|
|
1465
1465
|
t.goodToGoLogo ? (openBlock(), createBlock(i, {
|
|
@@ -1540,7 +1540,7 @@ function _sfc_render$1T(e, n, t, a, r, s) {
|
|
|
1540
1540
|
}, 8, ["title", "disabled", "tabindex"])) : createCommentVNode("", !0)
|
|
1541
1541
|
]);
|
|
1542
1542
|
}
|
|
1543
|
-
const VsCannedSearchLogos = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1543
|
+
const VsCannedSearchLogos = /* @__PURE__ */ _export_sfc(_sfc_main$24, [["render", _sfc_render$1U]]), _sfc_main$23 = {
|
|
1544
1544
|
name: "VsCannedSearchCategories",
|
|
1545
1545
|
status: "prototype",
|
|
1546
1546
|
release: "0.0.1",
|
|
@@ -1567,10 +1567,10 @@ const VsCannedSearchLogos = /* @__PURE__ */ _export_sfc(_sfc_main$23, [["render"
|
|
|
1567
1567
|
class: "vs-canned-search-categories",
|
|
1568
1568
|
"data-test": "vs-canned-search-categories"
|
|
1569
1569
|
};
|
|
1570
|
-
function _sfc_render$
|
|
1570
|
+
function _sfc_render$1T(e, n, t, a, r, s) {
|
|
1571
1571
|
return openBlock(), createElementBlock("div", _hoisted_1$1E, toDisplayString(s.transformedCategories), 1);
|
|
1572
1572
|
}
|
|
1573
|
-
const VsCannedSearchCategories = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1573
|
+
const VsCannedSearchCategories = /* @__PURE__ */ _export_sfc(_sfc_main$23, [["render", _sfc_render$1T]]), _sfc_main$22 = {
|
|
1574
1574
|
name: "VsCannedSearchPrice",
|
|
1575
1575
|
status: "prototype",
|
|
1576
1576
|
release: "0.0.1",
|
|
@@ -1607,14 +1607,14 @@ const VsCannedSearchCategories = /* @__PURE__ */ _export_sfc(_sfc_main$22, [["re
|
|
|
1607
1607
|
key: 2,
|
|
1608
1608
|
class: "vs-canned-search-price__outro"
|
|
1609
1609
|
};
|
|
1610
|
-
function _sfc_render$
|
|
1610
|
+
function _sfc_render$1S(e, n, t, a, r, s) {
|
|
1611
1611
|
return openBlock(), createElementBlock("div", _hoisted_1$1D, [
|
|
1612
1612
|
t.priceIntro ? (openBlock(), createElementBlock("div", _hoisted_2$1a, toDisplayString(t.priceIntro), 1)) : createCommentVNode("", !0),
|
|
1613
1613
|
t.price ? (openBlock(), createElementBlock("div", _hoisted_3$Z, toDisplayString(t.price), 1)) : createCommentVNode("", !0),
|
|
1614
1614
|
t.priceOutro ? (openBlock(), createElementBlock("div", _hoisted_4$I, toDisplayString(t.priceOutro), 1)) : createCommentVNode("", !0)
|
|
1615
1615
|
]);
|
|
1616
1616
|
}
|
|
1617
|
-
const VsCannedSearchPrice = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1617
|
+
const VsCannedSearchPrice = /* @__PURE__ */ _export_sfc(_sfc_main$22, [["render", _sfc_render$1S]]), _sfc_main$21 = {
|
|
1618
1618
|
name: "VsCannedSearchDuration",
|
|
1619
1619
|
status: "prototype",
|
|
1620
1620
|
release: "0.0.1",
|
|
@@ -1641,13 +1641,13 @@ const VsCannedSearchPrice = /* @__PURE__ */ _export_sfc(_sfc_main$21, [["render"
|
|
|
1641
1641
|
key: 1,
|
|
1642
1642
|
class: "vs-canned-search-duration__main"
|
|
1643
1643
|
};
|
|
1644
|
-
function _sfc_render$
|
|
1644
|
+
function _sfc_render$1R(e, n, t, a, r, s) {
|
|
1645
1645
|
return openBlock(), createElementBlock("div", _hoisted_1$1C, [
|
|
1646
1646
|
t.durationIntro ? (openBlock(), createElementBlock("div", _hoisted_2$19, toDisplayString(t.durationIntro), 1)) : createCommentVNode("", !0),
|
|
1647
1647
|
t.duration ? (openBlock(), createElementBlock("div", _hoisted_3$Y, toDisplayString(t.duration), 1)) : createCommentVNode("", !0)
|
|
1648
1648
|
]);
|
|
1649
1649
|
}
|
|
1650
|
-
const VsCannedSearchDuration = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1650
|
+
const VsCannedSearchDuration = /* @__PURE__ */ _export_sfc(_sfc_main$21, [["render", _sfc_render$1R]]), _sfc_main$20 = {
|
|
1651
1651
|
name: "VsCannedSearchSummaryBox",
|
|
1652
1652
|
status: "prototype",
|
|
1653
1653
|
release: "0.0.1",
|
|
@@ -1690,7 +1690,7 @@ const VsCannedSearchDuration = /* @__PURE__ */ _export_sfc(_sfc_main$20, [["rend
|
|
|
1690
1690
|
}
|
|
1691
1691
|
}
|
|
1692
1692
|
}, _hoisted_1$1B = ["disabled"], _hoisted_2$18 = { class: "visually-hidden" };
|
|
1693
|
-
function _sfc_render$
|
|
1693
|
+
function _sfc_render$1Q(e, n, t, a, r, s) {
|
|
1694
1694
|
const o = resolveComponent("VsCol"), i = resolveComponent("VsRow"), l = resolveComponent("VsLink"), c = resolveComponent("VsContainer");
|
|
1695
1695
|
return openBlock(), createElementBlock("div", {
|
|
1696
1696
|
class: "vs-canned-search-summary-box",
|
|
@@ -1760,7 +1760,7 @@ function _sfc_render$1P(e, n, t, a, r, s) {
|
|
|
1760
1760
|
})
|
|
1761
1761
|
], 8, _hoisted_1$1B);
|
|
1762
1762
|
}
|
|
1763
|
-
const VsCannedSearchSummaryBox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1763
|
+
const VsCannedSearchSummaryBox = /* @__PURE__ */ _export_sfc(_sfc_main$20, [["render", _sfc_render$1Q]]), _sfc_main$1$ = {
|
|
1764
1764
|
name: "VsCannedSearchDates",
|
|
1765
1765
|
status: "prototype",
|
|
1766
1766
|
release: "0.0.1",
|
|
@@ -1788,13 +1788,13 @@ const VsCannedSearchSummaryBox = /* @__PURE__ */ _export_sfc(_sfc_main$1$, [["re
|
|
|
1788
1788
|
}
|
|
1789
1789
|
}
|
|
1790
1790
|
}, _hoisted_1$1A = { class: "vs-canned-search-dates" }, _hoisted_2$17 = { class: "vs-canned-search-dates__intro" }, _hoisted_3$X = { class: "vs-canned-search-dates__main" };
|
|
1791
|
-
function _sfc_render$
|
|
1791
|
+
function _sfc_render$1P(e, n, t, a, r, s) {
|
|
1792
1792
|
return openBlock(), createElementBlock("div", _hoisted_1$1A, [
|
|
1793
1793
|
createElementVNode("div", _hoisted_2$17, toDisplayString(t.label), 1),
|
|
1794
1794
|
createElementVNode("div", _hoisted_3$X, toDisplayString(s.datePeriod), 1)
|
|
1795
1795
|
]);
|
|
1796
1796
|
}
|
|
1797
|
-
const VsCannedSearchDates = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1797
|
+
const VsCannedSearchDates = /* @__PURE__ */ _export_sfc(_sfc_main$1$, [["render", _sfc_render$1P]]), _sfc_main$1_ = {
|
|
1798
1798
|
name: "VsCannedSearchBadges",
|
|
1799
1799
|
status: "prototype",
|
|
1800
1800
|
release: "0.0.1",
|
|
@@ -1852,7 +1852,7 @@ const VsCannedSearchDates = /* @__PURE__ */ _export_sfc(_sfc_main$1_, [["render"
|
|
|
1852
1852
|
key: 3,
|
|
1853
1853
|
class: "vs-canned-search-badges__badge vs-canned-search-badges__badge--open vs-canned-search-badges__badge--br"
|
|
1854
1854
|
};
|
|
1855
|
-
function _sfc_render$
|
|
1855
|
+
function _sfc_render$1O(e, n, t, a, r, s) {
|
|
1856
1856
|
return openBlock(), createElementBlock("div", _hoisted_1$1z, [
|
|
1857
1857
|
t.badgeOne ? (openBlock(), createElementBlock("div", _hoisted_2$16, toDisplayString(t.badgeOne), 1)) : t.multiBadgeOne && t.multiBadgeOne.length ? (openBlock(), createElementBlock("div", _hoisted_3$W, [
|
|
1858
1858
|
(openBlock(!0), createElementBlock(Fragment, null, renderList(s.limitedMulti, (o, i) => (openBlock(), createElementBlock("div", {
|
|
@@ -1864,7 +1864,7 @@ function _sfc_render$1N(e, n, t, a, r, s) {
|
|
|
1864
1864
|
t.badgeThree ? (openBlock(), createElementBlock("div", _hoisted_5$u, toDisplayString(t.badgeThree), 1)) : createCommentVNode("", !0)
|
|
1865
1865
|
]);
|
|
1866
1866
|
}
|
|
1867
|
-
const VsCannedSearchBadges = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1867
|
+
const VsCannedSearchBadges = /* @__PURE__ */ _export_sfc(_sfc_main$1_, [["render", _sfc_render$1O]]), _sfc_main$1Z = {
|
|
1868
1868
|
name: "VsCannedSearchCuisines",
|
|
1869
1869
|
status: "prototype",
|
|
1870
1870
|
release: "0.0.1",
|
|
@@ -1882,7 +1882,7 @@ const VsCannedSearchBadges = /* @__PURE__ */ _export_sfc(_sfc_main$1Z, [["render
|
|
|
1882
1882
|
class: "vs-canned-search-cuisines",
|
|
1883
1883
|
"data-test": "vs-canned-search-cuisines"
|
|
1884
1884
|
};
|
|
1885
|
-
function _sfc_render$
|
|
1885
|
+
function _sfc_render$1N(e, n, t, a, r, s) {
|
|
1886
1886
|
return openBlock(), createElementBlock("div", _hoisted_1$1y, [
|
|
1887
1887
|
(openBlock(!0), createElementBlock(Fragment, null, renderList(t.cuisines, (o, i) => (openBlock(), createElementBlock("span", {
|
|
1888
1888
|
class: "vs-canned-search-cuisines__cuisine",
|
|
@@ -1890,7 +1890,7 @@ function _sfc_render$1M(e, n, t, a, r, s) {
|
|
|
1890
1890
|
}, toDisplayString(o.name), 1))), 128))
|
|
1891
1891
|
]);
|
|
1892
1892
|
}
|
|
1893
|
-
const VsCannedSearchCuisines = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1893
|
+
const VsCannedSearchCuisines = /* @__PURE__ */ _export_sfc(_sfc_main$1Z, [["render", _sfc_render$1N]]), _sfc_main$1Y = {
|
|
1894
1894
|
name: "VsCannedSearchSubHeading",
|
|
1895
1895
|
status: "prototype",
|
|
1896
1896
|
release: "0.0.1",
|
|
@@ -1918,7 +1918,7 @@ const VsCannedSearchCuisines = /* @__PURE__ */ _export_sfc(_sfc_main$1Y, [["rend
|
|
|
1918
1918
|
}
|
|
1919
1919
|
}
|
|
1920
1920
|
};
|
|
1921
|
-
function _sfc_render$
|
|
1921
|
+
function _sfc_render$1M(e, n, t, a, r, s) {
|
|
1922
1922
|
const o = resolveComponent("VsHeading");
|
|
1923
1923
|
return t.subHeading ? (openBlock(), createBlock(o, {
|
|
1924
1924
|
key: 0,
|
|
@@ -1933,7 +1933,7 @@ function _sfc_render$1L(e, n, t, a, r, s) {
|
|
|
1933
1933
|
_: 1
|
|
1934
1934
|
}, 8, ["class"])) : createCommentVNode("", !0);
|
|
1935
1935
|
}
|
|
1936
|
-
const VsCannedSearchSubHeading = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1936
|
+
const VsCannedSearchSubHeading = /* @__PURE__ */ _export_sfc(_sfc_main$1Y, [["render", _sfc_render$1M]]), _sfc_main$1X = {
|
|
1937
1937
|
name: "VsCannedSearchTourRuns",
|
|
1938
1938
|
status: "prototype",
|
|
1939
1939
|
release: "0.0.1",
|
|
@@ -1972,10 +1972,10 @@ const VsCannedSearchSubHeading = /* @__PURE__ */ _export_sfc(_sfc_main$1X, [["re
|
|
|
1972
1972
|
}
|
|
1973
1973
|
}
|
|
1974
1974
|
}, _hoisted_1$1x = { class: "vs-canned-search-tour-runs" };
|
|
1975
|
-
function _sfc_render$
|
|
1975
|
+
function _sfc_render$1L(e, n, t, a, r, s) {
|
|
1976
1976
|
return openBlock(), createElementBlock("p", _hoisted_1$1x, toDisplayString(s.formattedPeriod), 1);
|
|
1977
1977
|
}
|
|
1978
|
-
const VsCannedSearchTourRuns = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1978
|
+
const VsCannedSearchTourRuns = /* @__PURE__ */ _export_sfc(_sfc_main$1X, [["render", _sfc_render$1L]]), _sfc_main$1W = {
|
|
1979
1979
|
name: "VsCannedSearchTourDeparts",
|
|
1980
1980
|
status: "prototype",
|
|
1981
1981
|
release: "0.0.1",
|
|
@@ -2006,13 +2006,13 @@ const VsCannedSearchTourRuns = /* @__PURE__ */ _export_sfc(_sfc_main$1W, [["rend
|
|
|
2006
2006
|
}
|
|
2007
2007
|
}
|
|
2008
2008
|
}, _hoisted_1$1w = { class: "vs-canned-search-tour-departs" }, _hoisted_2$15 = { class: "vs-canned-search-tour-departs__label" };
|
|
2009
|
-
function _sfc_render$
|
|
2009
|
+
function _sfc_render$1K(e, n, t, a, r, s) {
|
|
2010
2010
|
return openBlock(), createElementBlock("p", _hoisted_1$1w, [
|
|
2011
2011
|
createElementVNode("span", _hoisted_2$15, toDisplayString(t.label) + ":", 1),
|
|
2012
2012
|
createTextVNode(" " + toDisplayString(s.transformedOrigins), 1)
|
|
2013
2013
|
]);
|
|
2014
2014
|
}
|
|
2015
|
-
const VsCannedSearchTourDeparts = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2015
|
+
const VsCannedSearchTourDeparts = /* @__PURE__ */ _export_sfc(_sfc_main$1W, [["render", _sfc_render$1K]]), _sfc_main$1V = {
|
|
2016
2016
|
name: "VsCarousel",
|
|
2017
2017
|
status: "prototype",
|
|
2018
2018
|
release: "0.0.1",
|
|
@@ -2189,7 +2189,7 @@ const VsCannedSearchTourDeparts = /* @__PURE__ */ _export_sfc(_sfc_main$1V, [["r
|
|
|
2189
2189
|
class: "vs-carousel__mobile-pagination",
|
|
2190
2190
|
"data-test": "vs-carousel__mobile-pagination"
|
|
2191
2191
|
};
|
|
2192
|
-
function _sfc_render$
|
|
2192
|
+
function _sfc_render$1J(e, n, t, a, r, s) {
|
|
2193
2193
|
const o = resolveComponent("VsButton"), i = resolveComponent("VsRow"), l = resolveComponent("VsCol"), c = resolveComponent("VsContainer");
|
|
2194
2194
|
return openBlock(), createElementBlock("section", _hoisted_1$1v, [
|
|
2195
2195
|
createVNode(c, null, {
|
|
@@ -2278,7 +2278,7 @@ function _sfc_render$1I(e, n, t, a, r, s) {
|
|
|
2278
2278
|
})
|
|
2279
2279
|
], 512);
|
|
2280
2280
|
}
|
|
2281
|
-
const VsCarousel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2281
|
+
const VsCarousel = /* @__PURE__ */ _export_sfc(_sfc_main$1V, [["render", _sfc_render$1J]]), _sfc_main$1U = {
|
|
2282
2282
|
name: "VsModuleWrapper",
|
|
2283
2283
|
status: "prototype",
|
|
2284
2284
|
release: "0.0.1",
|
|
@@ -2364,7 +2364,7 @@ const VsCarousel = /* @__PURE__ */ _export_sfc(_sfc_main$1U, [["render", _sfc_re
|
|
|
2364
2364
|
}
|
|
2365
2365
|
}
|
|
2366
2366
|
};
|
|
2367
|
-
function _sfc_render$
|
|
2367
|
+
function _sfc_render$1I(e, n, t, a, r, s) {
|
|
2368
2368
|
const o = resolveComponent("VsHeading"), i = resolveComponent("VsCol"), l = resolveComponent("VsBody"), c = resolveComponent("VsRow"), u = resolveComponent("VsContainer");
|
|
2369
2369
|
return openBlock(), createElementBlock("section", mergeProps({
|
|
2370
2370
|
class: s.sectionClasses,
|
|
@@ -2415,7 +2415,7 @@ function _sfc_render$1H(e, n, t, a, r, s) {
|
|
|
2415
2415
|
renderSlot(e.$slots, "default")
|
|
2416
2416
|
], 16);
|
|
2417
2417
|
}
|
|
2418
|
-
const VsModuleWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2418
|
+
const VsModuleWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$1U, [["render", _sfc_render$1I]]), _sfc_main$1T = {
|
|
2419
2419
|
name: "VsCannedSearch",
|
|
2420
2420
|
status: "prototype",
|
|
2421
2421
|
release: "0.0.1",
|
|
@@ -2561,7 +2561,7 @@ const VsModuleWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$1T, [["render", _s
|
|
|
2561
2561
|
class: "vs-canned-search",
|
|
2562
2562
|
"data-test": "vs-canned-search"
|
|
2563
2563
|
};
|
|
2564
|
-
function _sfc_render$
|
|
2564
|
+
function _sfc_render$1H(e, n, t, a, r, s) {
|
|
2565
2565
|
const o = resolveComponent("VsCol"), i = resolveComponent("VsRow"), l = resolveComponent("VsContainer"), c = resolveComponent("VsCannedSearchTourRuns"), u = resolveComponent("VsCannedSearchTourDeparts"), d = resolveComponent("VsCannedSearchSubHeading"), f = resolveComponent("VsCannedSearchStars"), m = resolveComponent("VsCannedSearchCategories"), p = resolveComponent("VsCannedSearchLogos"), g = resolveComponent("VsCannedSearchBadges"), _ = resolveComponent("VsCannedSearchDates"), v = resolveComponent("VsCannedSearchDuration"), b = resolveComponent("VsCannedSearchPrice"), k = resolveComponent("VsCannedSearchCuisines"), C = resolveComponent("VsCannedSearchSummaryBox"), S = resolveComponent("VsCannedSearchProductCard"), V = resolveComponent("VsCarousel"), T = resolveComponent("VsModuleWrapper");
|
|
2566
2566
|
return withDirectives((openBlock(), createBlock(T, null, createSlots({
|
|
2567
2567
|
default: withCtx(() => [
|
|
@@ -2763,7 +2763,7 @@ function _sfc_render$1G(e, n, t, a, r, s) {
|
|
|
2763
2763
|
[vShow, r.products.length]
|
|
2764
2764
|
]);
|
|
2765
2765
|
}
|
|
2766
|
-
const CannedSearch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2766
|
+
const CannedSearch = /* @__PURE__ */ _export_sfc(_sfc_main$1T, [["render", _sfc_render$1H]]), _sfc_main$1S = {
|
|
2767
2767
|
name: "VsCaptionImageMap",
|
|
2768
2768
|
status: "prototype",
|
|
2769
2769
|
release: "0.0.1",
|
|
@@ -2833,7 +2833,7 @@ const CannedSearch = /* @__PURE__ */ _export_sfc(_sfc_main$1S, [["render", _sfc_
|
|
|
2833
2833
|
}
|
|
2834
2834
|
}
|
|
2835
2835
|
}, _hoisted_1$1t = ["width", "height"], _hoisted_2$13 = ["stroke"], _hoisted_3$U = ["stroke"], _hoisted_4$F = ["stroke"], _hoisted_5$s = ["stroke"], _hoisted_6$i = ["stroke"], _hoisted_7$e = ["stroke"], _hoisted_8$6 = ["stroke"], _hoisted_9$4 = ["stroke"], _hoisted_10$4 = ["stroke"], _hoisted_11$3 = ["stroke"], _hoisted_12$3 = ["stroke"], _hoisted_13$3 = ["stroke"], _hoisted_14$2 = ["stroke"], _hoisted_15$2 = ["stroke"], _hoisted_16$2 = ["stroke"], _hoisted_17$2 = ["stroke"], _hoisted_18$1 = ["stroke"], _hoisted_19$1 = ["stroke"], _hoisted_20$1 = ["stroke"], _hoisted_21 = ["stroke"], _hoisted_22 = ["stroke"], _hoisted_23 = ["stroke"], _hoisted_24 = ["stroke"], _hoisted_25 = ["stroke"], _hoisted_26 = ["stroke"], _hoisted_27 = ["stroke"], _hoisted_28 = ["stroke"], _hoisted_29 = ["stroke"], _hoisted_30 = ["stroke"], _hoisted_31 = ["stroke"], _hoisted_32 = ["width", "height"], _hoisted_33 = ["fill", "cx", "cy"];
|
|
2836
|
-
function _sfc_render$
|
|
2836
|
+
function _sfc_render$1G(e, n, t, a, r, s) {
|
|
2837
2837
|
return openBlock(), createElementBlock("svg", {
|
|
2838
2838
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2839
2839
|
width: r.mapWidth,
|
|
@@ -3253,7 +3253,7 @@ function _sfc_render$1F(e, n, t, a, r, s) {
|
|
|
3253
3253
|
}, null, 8, _hoisted_33)
|
|
3254
3254
|
], 8, _hoisted_1$1t);
|
|
3255
3255
|
}
|
|
3256
|
-
const VsCaptionImageMap = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3256
|
+
const VsCaptionImageMap = /* @__PURE__ */ _export_sfc(_sfc_main$1S, [["render", _sfc_render$1G]]), _sfc_main$1R = {
|
|
3257
3257
|
name: "VsCaption",
|
|
3258
3258
|
status: "prototype",
|
|
3259
3259
|
release: "0.0.1",
|
|
@@ -3336,7 +3336,7 @@ const VsCaptionImageMap = /* @__PURE__ */ _export_sfc(_sfc_main$1R, [["render",
|
|
|
3336
3336
|
key: 1,
|
|
3337
3337
|
class: "vs-caption__image-credit"
|
|
3338
3338
|
}, _hoisted_4$E = { class: "vs-caption__map-wrapper pt-075 pt-sm-050 pb-sm-050 mx-auto" };
|
|
3339
|
-
function _sfc_render$
|
|
3339
|
+
function _sfc_render$1F(e, n, t, a, r, s) {
|
|
3340
3340
|
const o = resolveComponent("VsCol"), i = resolveComponent("VsCaptionImageMap"), l = resolveComponent("VsRow"), c = resolveComponent("VsContainer");
|
|
3341
3341
|
return openBlock(), createElementBlock("div", {
|
|
3342
3342
|
"data-test": "vs-caption",
|
|
@@ -3385,7 +3385,7 @@ function _sfc_render$1E(e, n, t, a, r, s) {
|
|
|
3385
3385
|
})
|
|
3386
3386
|
], 2);
|
|
3387
3387
|
}
|
|
3388
|
-
const VsCaption = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3388
|
+
const VsCaption = /* @__PURE__ */ _export_sfc(_sfc_main$1R, [["render", _sfc_render$1F]]), _sfc_main$1Q = {
|
|
3389
3389
|
name: "VsProgressBar",
|
|
3390
3390
|
status: "prototype",
|
|
3391
3391
|
release: "0.1.0",
|
|
@@ -3464,7 +3464,7 @@ const VsCaption = /* @__PURE__ */ _export_sfc(_sfc_main$1Q, [["render", _sfc_ren
|
|
|
3464
3464
|
key: 1,
|
|
3465
3465
|
class: "vs-progress-bar__stepper"
|
|
3466
3466
|
}, _hoisted_2$11 = ["id"], _hoisted_3$S = ["id"];
|
|
3467
|
-
function _sfc_render$
|
|
3467
|
+
function _sfc_render$1E(e, n, t, a, r, s) {
|
|
3468
3468
|
const o = resolveComponent("BProgressBar"), i = resolveComponent("BProgress");
|
|
3469
3469
|
return openBlock(), createElementBlock("div", {
|
|
3470
3470
|
class: normalizeClass(["vs-progress-bar", s.computedClasses]),
|
|
@@ -3507,7 +3507,7 @@ function _sfc_render$1D(e, n, t, a, r, s) {
|
|
|
3507
3507
|
}, toDisplayString(t.currentStep) + " / " + toDisplayString(t.max), 9, _hoisted_3$S))
|
|
3508
3508
|
], 2);
|
|
3509
3509
|
}
|
|
3510
|
-
const VsProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3510
|
+
const VsProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$1Q, [["render", _sfc_render$1E]]), _sfc_main$1P = {
|
|
3511
3511
|
name: "VsCarbonCalculatorTip",
|
|
3512
3512
|
status: "prototype",
|
|
3513
3513
|
release: "0.0.1",
|
|
@@ -3530,7 +3530,7 @@ const VsProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$1P, [["render", _sfc
|
|
|
3530
3530
|
class: "vs-carbon-calculator-tip",
|
|
3531
3531
|
"data-test": "vs-carbon-calculator-tip"
|
|
3532
3532
|
}, _hoisted_2$10 = { class: "vs-carbon-calculator-tip__icon-container" }, _hoisted_3$R = { class: "vs-carbon-calculator-tip__content" }, _hoisted_4$D = ["innerHTML"], _hoisted_5$r = ["innerHTML"];
|
|
3533
|
-
function _sfc_render$
|
|
3533
|
+
function _sfc_render$1D(e, n, t, a, r, s) {
|
|
3534
3534
|
const o = resolveComponent("VsIcon"), i = resolveComponent("VsHeading");
|
|
3535
3535
|
return openBlock(), createElementBlock("div", _hoisted_1$1q, [
|
|
3536
3536
|
createElementVNode("div", _hoisted_2$10, [
|
|
@@ -3566,7 +3566,7 @@ function _sfc_render$1C(e, n, t, a, r, s) {
|
|
|
3566
3566
|
])
|
|
3567
3567
|
]);
|
|
3568
3568
|
}
|
|
3569
|
-
const VsCarbonCalculatorTip = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3569
|
+
const VsCarbonCalculatorTip = /* @__PURE__ */ _export_sfc(_sfc_main$1P, [["render", _sfc_render$1D]]);
|
|
3570
3570
|
function _isPlaceholder(e) {
|
|
3571
3571
|
return e != null && typeof e == "object" && e["@@functional/placeholder"] === !0;
|
|
3572
3572
|
}
|
|
@@ -8139,7 +8139,7 @@ function render(e, n, t, a, r, s) {
|
|
|
8139
8139
|
}
|
|
8140
8140
|
script.render = render;
|
|
8141
8141
|
script.__file = "src/components/HoverBar/index.vue";
|
|
8142
|
-
const _sfc_main$
|
|
8142
|
+
const _sfc_main$1O = {
|
|
8143
8143
|
name: "VsCarbonCalculatorResults",
|
|
8144
8144
|
status: "prototype",
|
|
8145
8145
|
release: "0.0.1",
|
|
@@ -8324,7 +8324,7 @@ const _sfc_main$1N = {
|
|
|
8324
8324
|
}
|
|
8325
8325
|
}
|
|
8326
8326
|
}, _hoisted_1$1o = { class: "vs-carbon-calculator-results__headline" }, _hoisted_2$_ = { class: "mb-050" }, _hoisted_3$P = { class: "vs-carbon-calculator-results__total" }, _hoisted_4$B = ["innerHTML"], _hoisted_5$p = { class: "vs-carbon-calculator-results__unicorn-icon-container" }, _hoisted_6$g = { class: "vs-carbon-calculator-results__unicorn-content" };
|
|
8327
|
-
function _sfc_render$
|
|
8327
|
+
function _sfc_render$1C(e, n, t, a, r, s) {
|
|
8328
8328
|
const o = resolveComponent("VsHeading"), i = resolveComponent("VsCol"), l = resolveComponent("VsRow"), c = resolveComponent("VsIcon"), u = resolveComponent("Grid"), d = resolveComponent("Bar"), f = resolveComponent("Chart"), m = resolveComponent("Responsive");
|
|
8329
8329
|
return openBlock(), createBlock(l, {
|
|
8330
8330
|
"data-test": "vs-carbon-calculator-results",
|
|
@@ -8460,7 +8460,7 @@ function _sfc_render$1B(e, n, t, a, r, s) {
|
|
|
8460
8460
|
_: 1
|
|
8461
8461
|
}, 8, ["style"]);
|
|
8462
8462
|
}
|
|
8463
|
-
const VsCarbonCalculatorResults = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8463
|
+
const VsCarbonCalculatorResults = /* @__PURE__ */ _export_sfc(_sfc_main$1O, [["render", _sfc_render$1C]]), _sfc_main$1N = {
|
|
8464
8464
|
name: "VsCarbonCalculatorRunningTotal",
|
|
8465
8465
|
status: "prototype",
|
|
8466
8466
|
release: "0.0.1",
|
|
@@ -8493,7 +8493,7 @@ const VsCarbonCalculatorResults = /* @__PURE__ */ _export_sfc(_sfc_main$1N, [["r
|
|
|
8493
8493
|
class: "vs-carbon-calculator-running-total",
|
|
8494
8494
|
"data-test": "vs-carbon-calculator-running-total"
|
|
8495
8495
|
}, _hoisted_2$Z = { class: "vs-carbon-calculator-running-total__icon" }, _hoisted_3$O = { class: "vs-carbon-calculator-running-total__content" }, _hoisted_4$A = { class: "vs-carbon-calculator-running-total__value" };
|
|
8496
|
-
function _sfc_render$
|
|
8496
|
+
function _sfc_render$1B(e, n, t, a, r, s) {
|
|
8497
8497
|
const o = resolveComponent("VsIcon");
|
|
8498
8498
|
return openBlock(), createElementBlock("div", _hoisted_1$1n, [
|
|
8499
8499
|
createElementVNode("div", _hoisted_2$Z, [
|
|
@@ -8511,7 +8511,7 @@ function _sfc_render$1A(e, n, t, a, r, s) {
|
|
|
8511
8511
|
])
|
|
8512
8512
|
]);
|
|
8513
8513
|
}
|
|
8514
|
-
const VsCarbonCalculatorRunningTotal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8514
|
+
const VsCarbonCalculatorRunningTotal = /* @__PURE__ */ _export_sfc(_sfc_main$1N, [["render", _sfc_render$1B]]), _sfc_main$1M = {
|
|
8515
8515
|
name: "VsCarbonCalculatorIntro",
|
|
8516
8516
|
status: "prototype",
|
|
8517
8517
|
release: "0.0.1",
|
|
@@ -8523,7 +8523,7 @@ const VsCarbonCalculatorRunningTotal = /* @__PURE__ */ _export_sfc(_sfc_main$1M,
|
|
|
8523
8523
|
class: "vs-carbon-calculator-intro",
|
|
8524
8524
|
"data-test": "vs-carbon-calculator-intro"
|
|
8525
8525
|
};
|
|
8526
|
-
function _sfc_render$
|
|
8526
|
+
function _sfc_render$1A(e, n, t, a, r, s) {
|
|
8527
8527
|
const o = resolveComponent("VsHeading");
|
|
8528
8528
|
return openBlock(), createElementBlock("div", _hoisted_1$1m, [
|
|
8529
8529
|
createVNode(o, {
|
|
@@ -8538,7 +8538,7 @@ function _sfc_render$1z(e, n, t, a, r, s) {
|
|
|
8538
8538
|
createElementVNode("p", null, toDisplayString(s.labelsMap.introContent), 1)
|
|
8539
8539
|
]);
|
|
8540
8540
|
}
|
|
8541
|
-
const VsCarbonCalculatorIntro = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8541
|
+
const VsCarbonCalculatorIntro = /* @__PURE__ */ _export_sfc(_sfc_main$1M, [["render", _sfc_render$1A]]);
|
|
8542
8542
|
function ownKeys$1(e, n) {
|
|
8543
8543
|
var t = Object.keys(e);
|
|
8544
8544
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -9374,7 +9374,7 @@ const postcode = common$1.regex(/^([A-Za-z][A-HJ-Ya-hj-y]?\d[A-Za-z\d]? ?\d[A-Za
|
|
|
9374
9374
|
return this.v$.inputVal && this.v$.inputVal.$anyError || this.invalid ? `error-${this.fieldName}` : this.hintText ? `hint-${this.fieldName}` : null;
|
|
9375
9375
|
}
|
|
9376
9376
|
}
|
|
9377
|
-
}, _sfc_main$
|
|
9377
|
+
}, _sfc_main$1L = {
|
|
9378
9378
|
name: "VsRadioButton",
|
|
9379
9379
|
status: "prototype",
|
|
9380
9380
|
release: "0.0.1",
|
|
@@ -9562,7 +9562,7 @@ const postcode = common$1.regex(/^([A-Za-z][A-HJ-Ya-hj-y]?\d[A-Za-z\d]? ?\d[A-Za
|
|
|
9562
9562
|
class: "vs-radio-button",
|
|
9563
9563
|
"data-test": "vs-radio-button"
|
|
9564
9564
|
}, _hoisted_2$Y = ["id"], _hoisted_3$N = { class: "visually-hidden" }, _hoisted_4$z = ["id"];
|
|
9565
|
-
function _sfc_render$
|
|
9565
|
+
function _sfc_render$1z(e, n, t, a, r, s) {
|
|
9566
9566
|
const o = resolveComponent("BFormRadio"), i = resolveComponent("BFormRadioGroup");
|
|
9567
9567
|
return openBlock(), createElementBlock("div", _hoisted_1$1l, [
|
|
9568
9568
|
e.errorsList.length || t.invalid ? (openBlock(), createElementBlock("div", {
|
|
@@ -9625,7 +9625,7 @@ function _sfc_render$1y(e, n, t, a, r, s) {
|
|
|
9625
9625
|
}, toDisplayString(t.hintText), 9, _hoisted_4$z)) : createCommentVNode("", !0)
|
|
9626
9626
|
]);
|
|
9627
9627
|
}
|
|
9628
|
-
const VsRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9628
|
+
const VsRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$1L, [["render", _sfc_render$1z]]), _sfc_main$1K = {
|
|
9629
9629
|
name: "VsInput",
|
|
9630
9630
|
status: "prototype",
|
|
9631
9631
|
release: "0.0.1",
|
|
@@ -9847,7 +9847,7 @@ const VsRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$1K, [["render", _sfc
|
|
|
9847
9847
|
return this.rules;
|
|
9848
9848
|
}
|
|
9849
9849
|
}, _hoisted_1$1k = { "data-test": "vs-number-input" }, _hoisted_2$X = ["id"], _hoisted_3$M = ["id"], _hoisted_4$y = { class: "visually-hidden" }, _hoisted_5$o = { class: "visually-hidden" };
|
|
9850
|
-
function _sfc_render$
|
|
9850
|
+
function _sfc_render$1y(e, n, t, a, r, s) {
|
|
9851
9851
|
const o = resolveComponent("VsButton"), i = resolveComponent("BFormInput");
|
|
9852
9852
|
return openBlock(), createElementBlock("div", _hoisted_1$1k, [
|
|
9853
9853
|
t.hintText ? (openBlock(), createElementBlock("p", {
|
|
@@ -9936,7 +9936,7 @@ function _sfc_render$1x(e, n, t, a, r, s) {
|
|
|
9936
9936
|
})) : createCommentVNode("", !0)
|
|
9937
9937
|
]);
|
|
9938
9938
|
}
|
|
9939
|
-
const VsNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9939
|
+
const VsNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$1K, [["render", _sfc_render$1y]]), _sfc_main$1J = {
|
|
9940
9940
|
name: "VsCarbonCalculatorQuestion",
|
|
9941
9941
|
status: "prototype",
|
|
9942
9942
|
release: "0.0.1",
|
|
@@ -10028,7 +10028,7 @@ const VsNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$1J, [["render", _sfc
|
|
|
10028
10028
|
}
|
|
10029
10029
|
}
|
|
10030
10030
|
}, _hoisted_1$1j = ["for"];
|
|
10031
|
-
function _sfc_render$
|
|
10031
|
+
function _sfc_render$1x(e, n, t, a, r, s) {
|
|
10032
10032
|
const o = resolveComponent("VsRadioButton"), i = resolveComponent("VsNumberInput"), l = resolveComponent("BFormGroup");
|
|
10033
10033
|
return openBlock(), createBlock(l, {
|
|
10034
10034
|
class: normalizeClass([t.fieldClass, "vs-carbon-calculator-question"]),
|
|
@@ -10065,7 +10065,7 @@ function _sfc_render$1w(e, n, t, a, r, s) {
|
|
|
10065
10065
|
_: 1
|
|
10066
10066
|
}, 8, ["class"]);
|
|
10067
10067
|
}
|
|
10068
|
-
const VsCarbonCalculatorQuestion = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10068
|
+
const VsCarbonCalculatorQuestion = /* @__PURE__ */ _export_sfc(_sfc_main$1J, [["render", _sfc_render$1x]]), _sfc_main$1I = {
|
|
10069
10069
|
name: "VsCarbonCalculator",
|
|
10070
10070
|
status: "prototype",
|
|
10071
10071
|
release: "0.0.1",
|
|
@@ -10486,7 +10486,7 @@ const VsCarbonCalculatorQuestion = /* @__PURE__ */ _export_sfc(_sfc_main$1I, [["
|
|
|
10486
10486
|
}
|
|
10487
10487
|
}
|
|
10488
10488
|
}, _hoisted_1$1i = { class: "vs-carbon-calculator__wrapper" }, _hoisted_2$W = { key: 1 };
|
|
10489
|
-
function _sfc_render$
|
|
10489
|
+
function _sfc_render$1w(e, n, t, a, r, s) {
|
|
10490
10490
|
const o = resolveComponent("VsCarbonCalculatorIntro"), i = resolveComponent("VsProgressBar"), l = resolveComponent("VsHeading"), c = resolveComponent("VsCarbonCalculatorQuestion"), u = resolveComponent("VsButton"), d = resolveComponent("VsCarbonCalculatorTip"), f = resolveComponent("VsCol"), m = resolveComponent("VsCarbonCalculatorRunningTotal"), p = resolveComponent("VsCarbonCalculatorResults"), g = resolveComponent("VsRow"), _ = resolveComponent("VsContainer"), v = resolveComponent("VsWarning");
|
|
10491
10491
|
return openBlock(), createElementBlock("div", _hoisted_1$1i, [
|
|
10492
10492
|
createVNode(_, {
|
|
@@ -10680,7 +10680,7 @@ function _sfc_render$1v(e, n, t, a, r, s) {
|
|
|
10680
10680
|
})
|
|
10681
10681
|
]);
|
|
10682
10682
|
}
|
|
10683
|
-
const CarbonCalculator = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10683
|
+
const CarbonCalculator = /* @__PURE__ */ _export_sfc(_sfc_main$1I, [["render", _sfc_render$1w]]), _sfc_main$1H = {
|
|
10684
10684
|
name: "VsCard",
|
|
10685
10685
|
status: "prototype",
|
|
10686
10686
|
release: "0.1.0",
|
|
@@ -10748,7 +10748,7 @@ const CarbonCalculator = /* @__PURE__ */ _export_sfc(_sfc_main$1H, [["render", _
|
|
|
10748
10748
|
key: 2,
|
|
10749
10749
|
class: "vs-card__footer"
|
|
10750
10750
|
};
|
|
10751
|
-
function _sfc_render$
|
|
10751
|
+
function _sfc_render$1v(e, n, t, a, r, s) {
|
|
10752
10752
|
return openBlock(), createElementBlock("div", {
|
|
10753
10753
|
class: normalizeClass(["vs-card", s.cardClasses]),
|
|
10754
10754
|
"data-test": "vs-card",
|
|
@@ -10765,7 +10765,61 @@ function _sfc_render$1u(e, n, t, a, r, s) {
|
|
|
10765
10765
|
])) : createCommentVNode("", !0)
|
|
10766
10766
|
], 6);
|
|
10767
10767
|
}
|
|
10768
|
-
const Card = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10768
|
+
const Card = /* @__PURE__ */ _export_sfc(_sfc_main$1H, [["render", _sfc_render$1v]]), _sfc_main$1G = {
|
|
10769
|
+
name: "VsCardGroup",
|
|
10770
|
+
status: "prototype",
|
|
10771
|
+
release: "0.1.0",
|
|
10772
|
+
props: {
|
|
10773
|
+
/**
|
|
10774
|
+
* the layout of the card group
|
|
10775
|
+
* `grid`
|
|
10776
|
+
*/
|
|
10777
|
+
variant: {
|
|
10778
|
+
type: String,
|
|
10779
|
+
default: "grid",
|
|
10780
|
+
validator: (e) => e.match(/(grid)/)
|
|
10781
|
+
},
|
|
10782
|
+
/**
|
|
10783
|
+
* specifies the number of cards per row
|
|
10784
|
+
* `3` or `4`
|
|
10785
|
+
*/
|
|
10786
|
+
cardsPerRow: {
|
|
10787
|
+
type: Number,
|
|
10788
|
+
default: 3,
|
|
10789
|
+
validator: (e) => [3, 4].includes(e)
|
|
10790
|
+
},
|
|
10791
|
+
/**
|
|
10792
|
+
* sets the card group to scroll snap
|
|
10793
|
+
*/
|
|
10794
|
+
scrollSnap: {
|
|
10795
|
+
type: Boolean,
|
|
10796
|
+
default: !1
|
|
10797
|
+
}
|
|
10798
|
+
},
|
|
10799
|
+
computed: {
|
|
10800
|
+
cardGroupClasses() {
|
|
10801
|
+
return [
|
|
10802
|
+
"vs-card-group",
|
|
10803
|
+
{
|
|
10804
|
+
"is-scroll-snap": this.scrollSnap,
|
|
10805
|
+
"is-grid": this.variant === "grid"
|
|
10806
|
+
}
|
|
10807
|
+
];
|
|
10808
|
+
}
|
|
10809
|
+
}
|
|
10810
|
+
};
|
|
10811
|
+
function _sfc_render$1u(e, n, t, a, r, s) {
|
|
10812
|
+
return openBlock(), createElementBlock("div", {
|
|
10813
|
+
class: normalizeClass(s.cardGroupClasses),
|
|
10814
|
+
style: normalizeStyle({
|
|
10815
|
+
"--cards-in-row": t.cardsPerRow
|
|
10816
|
+
}),
|
|
10817
|
+
"data-test": "vs-card-group"
|
|
10818
|
+
}, [
|
|
10819
|
+
renderSlot(e.$slots, "default")
|
|
10820
|
+
], 6);
|
|
10821
|
+
}
|
|
10822
|
+
const CardGroup = /* @__PURE__ */ _export_sfc(_sfc_main$1G, [["render", _sfc_render$1u]]), noJsClass = "no-js", jsIsDisabled = () => document.getElementsByClassName(noJsClass).length > 0, useVideoStore = defineStore("video", {
|
|
10769
10823
|
state: () => ({
|
|
10770
10824
|
videos: {}
|
|
10771
10825
|
}),
|
|
@@ -33815,7 +33869,7 @@ export {
|
|
|
33815
33869
|
ArticleDetails as VsArticleDetails,
|
|
33816
33870
|
ArticleSection as VsArticleSection,
|
|
33817
33871
|
ArticleSidebar as VsArticleSidebar,
|
|
33818
|
-
_sfc_main$
|
|
33872
|
+
_sfc_main$2e as VsBackToTop,
|
|
33819
33873
|
Badge as VsBadge,
|
|
33820
33874
|
Banner as VsBanner,
|
|
33821
33875
|
VsBody,
|
|
@@ -33827,6 +33881,7 @@ export {
|
|
|
33827
33881
|
VsCaption,
|
|
33828
33882
|
CarbonCalculator as VsCarbonCalculator,
|
|
33829
33883
|
Card as VsCard,
|
|
33884
|
+
CardGroup as VsCardGroup,
|
|
33830
33885
|
VsCarousel,
|
|
33831
33886
|
CarouselSlide as VsCarouselSlide,
|
|
33832
33887
|
VsCheckbox,
|