@visitscotland/component-library 4.7.0 → 4.7.1
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/CHANGELOG.md +7 -0
- package/dist/components/components/back-to-top/BackToTop.vue.d.ts +9 -0
- package/dist/components/components/index.d.ts +1 -0
- package/dist/components/vs-component-library.css +1 -1
- package/dist/components/vs-component-library.js +8 -8
- package/dist/components/vs-component-library.mjs +85 -37
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var mm = Object.defineProperty;
|
|
2
2
|
var gm = (e, n, t) => n in e ? mm(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t;
|
|
3
3
|
var Wt = (e, n, t) => gm(e, typeof n != "symbol" ? n + "" : n, t);
|
|
4
|
-
import { openBlock, createElementBlock, renderSlot, mergeProps, ref as ref$1, resolveComponent, createBlock, withKeys, withCtx, normalizeClass, createCommentVNode, createElementVNode, resolveDynamicComponent, inject, createVNode, normalizeStyle, withDirectives, vShow, normalizeProps, guardReactiveProps, toDisplayString,
|
|
4
|
+
import { openBlock, createElementBlock, renderSlot, mergeProps, ref as ref$1, resolveComponent, createBlock, withKeys, withCtx, normalizeClass, createCommentVNode, createElementVNode, resolveDynamicComponent, inject, createVNode, normalizeStyle, withDirectives, vShow, normalizeProps, guardReactiveProps, toDisplayString, createTextVNode, unref, Fragment, renderList, resolveDirective, withModifiers, createSlots, getCurrentInstance, defineComponent, computed as computed$1, watch, reactive, provide, onMounted, onUnmounted, onBeforeMount, isRef, onBeforeUnmount, isReactive, isReadonly, nextTick, isVNode, toRef, markRaw, createStaticVNode, h, toHandlers, vModelText } from "vue";
|
|
5
5
|
import { BButton, BCard, BCardHeader, BCardBody, BCol, BContainer, BBadge, BBreadcrumb, BBreadcrumbItem, BFormGroup, BFormRadioGroup, BFormRadio, BImg, vBTooltip, BProgress, BProgressBar, BFormInput, BFormCheckbox, BDropdown, BDropdownItem, BFormSelect, BFormTextarea, BModal, BTableSimple, BThead, BTh, BTbody, BTr, BTd, BTfoot, BPopover, BTabs, BTab } from "bootstrap-vue-next";
|
|
6
6
|
import { defineStore, mapState } from "pinia";
|
|
7
7
|
const _export_sfc = (e, n) => {
|
|
@@ -9,7 +9,7 @@ const _export_sfc = (e, n) => {
|
|
|
9
9
|
for (const [r, a] of n)
|
|
10
10
|
t[r] = a;
|
|
11
11
|
return t;
|
|
12
|
-
}, _sfc_main$
|
|
12
|
+
}, _sfc_main$2p = {
|
|
13
13
|
name: "VsAccordion",
|
|
14
14
|
status: "prototype",
|
|
15
15
|
release: "0.0.1",
|
|
@@ -32,16 +32,16 @@ const _export_sfc = (e, n) => {
|
|
|
32
32
|
validator: (e) => e.match(/(xs|sm|md|lg|xl|xxl)/)
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
|
-
}, _hoisted_1$
|
|
35
|
+
}, _hoisted_1$1O = {
|
|
36
36
|
class: "vs-accordion",
|
|
37
37
|
"data-test": "vs-accordion"
|
|
38
38
|
};
|
|
39
39
|
function _sfc_render$2e(e, n, t, r, a, s) {
|
|
40
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
40
|
+
return openBlock(), createElementBlock("div", _hoisted_1$1O, [
|
|
41
41
|
renderSlot(e.$slots, "default")
|
|
42
42
|
]);
|
|
43
43
|
}
|
|
44
|
-
const VsAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
44
|
+
const VsAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$2p, [["render", _sfc_render$2e]]), _sfc_main$2o = {
|
|
45
45
|
name: "VsIcon",
|
|
46
46
|
status: "prototype",
|
|
47
47
|
release: "0.1.0",
|
|
@@ -273,7 +273,7 @@ function _sfc_render$2d(e, n, t, r, a, s) {
|
|
|
273
273
|
style: [t.customColour ? { color: t.customColour } : {}]
|
|
274
274
|
}, e.$attrs, { "data-test": "vs-icon" }), null, 16);
|
|
275
275
|
}
|
|
276
|
-
const VsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
276
|
+
const VsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$2o, [["render", _sfc_render$2d]]), useDataLayerStore = defineStore("datalayer", () => {
|
|
277
277
|
const e = ref$1(""), n = ref$1(!1), t = ref$1({});
|
|
278
278
|
function r(l) {
|
|
279
279
|
n.value = l;
|
|
@@ -820,7 +820,7 @@ const VsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$2n, [["render", _sfc_render
|
|
|
820
820
|
return e.target.text ? n = e.target.text.trim() : n = "", n;
|
|
821
821
|
}
|
|
822
822
|
}
|
|
823
|
-
}, _sfc_main$
|
|
823
|
+
}, _sfc_main$2n = {
|
|
824
824
|
name: "VsButton",
|
|
825
825
|
status: "prototype",
|
|
826
826
|
release: "0.0.1",
|
|
@@ -979,7 +979,7 @@ function _sfc_render$2c(e, n, t, r, a, s) {
|
|
|
979
979
|
_: 3
|
|
980
980
|
}, 16, ["variant", "href", "tabindex", "class", "size", "aria-disabled", "onKeyup"]);
|
|
981
981
|
}
|
|
982
|
-
const VsButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
982
|
+
const VsButton = /* @__PURE__ */ _export_sfc(_sfc_main$2n, [["render", _sfc_render$2c]]), _sfc_main$2m = {
|
|
983
983
|
name: "VsAccordionToggle",
|
|
984
984
|
status: "prototype",
|
|
985
985
|
release: "0.0.1",
|
|
@@ -1008,7 +1008,7 @@ const VsButton = /* @__PURE__ */ _export_sfc(_sfc_main$2m, [["render", _sfc_rend
|
|
|
1008
1008
|
this.$emit("toggle-panel");
|
|
1009
1009
|
}
|
|
1010
1010
|
}
|
|
1011
|
-
}, _hoisted_1$
|
|
1011
|
+
}, _hoisted_1$1N = { class: "vs-accordion-toggle__text" }, _hoisted_2$1c = { class: "vs-accordion-toggle__icon" };
|
|
1012
1012
|
function _sfc_render$2b(e, n, t, r, a, s) {
|
|
1013
1013
|
const i = resolveComponent("VsButton");
|
|
1014
1014
|
return openBlock(), createBlock(i, {
|
|
@@ -1021,7 +1021,7 @@ function _sfc_render$2b(e, n, t, r, a, s) {
|
|
|
1021
1021
|
rounded: !1
|
|
1022
1022
|
}, {
|
|
1023
1023
|
default: withCtx(() => [
|
|
1024
|
-
createElementVNode("span", _hoisted_1$
|
|
1024
|
+
createElementVNode("span", _hoisted_1$1N, [
|
|
1025
1025
|
renderSlot(e.$slots, "default")
|
|
1026
1026
|
]),
|
|
1027
1027
|
createElementVNode("span", _hoisted_2$1c, [
|
|
@@ -1031,7 +1031,7 @@ function _sfc_render$2b(e, n, t, r, a, s) {
|
|
|
1031
1031
|
_: 3
|
|
1032
1032
|
}, 8, ["aria-expanded", "onClick", "class", "variant"]);
|
|
1033
1033
|
}
|
|
1034
|
-
const VsAccordionToggle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1034
|
+
const VsAccordionToggle = /* @__PURE__ */ _export_sfc(_sfc_main$2m, [["render", _sfc_render$2b]]);
|
|
1035
1035
|
var commonjsGlobal = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
1036
1036
|
function getDefaultExportFromCjs(e) {
|
|
1037
1037
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
@@ -4727,7 +4727,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
4727
4727
|
}).call(commonjsGlobal);
|
|
4728
4728
|
})(lodash, lodash.exports);
|
|
4729
4729
|
var lodashExports = lodash.exports;
|
|
4730
|
-
const _sfc_main$
|
|
4730
|
+
const _sfc_main$2l = {
|
|
4731
4731
|
name: "VsHeading",
|
|
4732
4732
|
status: "prototype",
|
|
4733
4733
|
release: "0.1.0",
|
|
@@ -4809,7 +4809,7 @@ function _sfc_render$2a(e, n, t, r, a, s) {
|
|
|
4809
4809
|
_: 3
|
|
4810
4810
|
}, 8, ["class"]);
|
|
4811
4811
|
}
|
|
4812
|
-
const VsHeading = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4812
|
+
const VsHeading = /* @__PURE__ */ _export_sfc(_sfc_main$2l, [["render", _sfc_render$2a]]), _sfc_main$2k = {
|
|
4813
4813
|
name: "VsAccordionItem",
|
|
4814
4814
|
status: "prototype",
|
|
4815
4815
|
release: "0.0.1",
|
|
@@ -4979,20 +4979,20 @@ function _sfc_render$29(e, n, t, r, a, s) {
|
|
|
4979
4979
|
_: 3
|
|
4980
4980
|
}, 8, ["class"]);
|
|
4981
4981
|
}
|
|
4982
|
-
const VsAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4982
|
+
const VsAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$2k, [["render", _sfc_render$29]]), _sfc_main$2j = {
|
|
4983
4983
|
name: "VsAddress",
|
|
4984
4984
|
status: "prototype",
|
|
4985
4985
|
release: "0.1.0",
|
|
4986
4986
|
components: {
|
|
4987
4987
|
VsIcon
|
|
4988
4988
|
}
|
|
4989
|
-
}, _hoisted_1$
|
|
4989
|
+
}, _hoisted_1$1M = {
|
|
4990
4990
|
class: "vs-address",
|
|
4991
4991
|
"data-test": "vs-address"
|
|
4992
4992
|
}, _hoisted_2$1b = { class: "vs-address__address-box" };
|
|
4993
4993
|
function _sfc_render$28(e, n, t, r, a, s) {
|
|
4994
4994
|
const i = resolveComponent("VsIcon");
|
|
4995
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
4995
|
+
return openBlock(), createElementBlock("div", _hoisted_1$1M, [
|
|
4996
4996
|
createVNode(i, {
|
|
4997
4997
|
name: "map-marker",
|
|
4998
4998
|
class: "vs-address__map-marker me-050"
|
|
@@ -5002,20 +5002,20 @@ function _sfc_render$28(e, n, t, r, a, s) {
|
|
|
5002
5002
|
])
|
|
5003
5003
|
]);
|
|
5004
5004
|
}
|
|
5005
|
-
const Address = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5005
|
+
const Address = /* @__PURE__ */ _export_sfc(_sfc_main$2j, [["render", _sfc_render$28]]), _sfc_main$2i = {
|
|
5006
5006
|
name: "VsAlert",
|
|
5007
5007
|
status: "prototype",
|
|
5008
5008
|
release: "0.1.0",
|
|
5009
5009
|
components: {
|
|
5010
5010
|
VsIcon
|
|
5011
5011
|
}
|
|
5012
|
-
}, _hoisted_1$
|
|
5012
|
+
}, _hoisted_1$1L = {
|
|
5013
5013
|
class: "vs-alert",
|
|
5014
5014
|
"data-test": "vs-alert"
|
|
5015
5015
|
}, _hoisted_2$1a = { class: "vs-alert__icon-holder" }, _hoisted_3$V = { class: "vs-alert__content-wrapper" }, _hoisted_4$H = { class: "vs-alert__content" };
|
|
5016
5016
|
function _sfc_render$27(e, n, t, r, a, s) {
|
|
5017
5017
|
const i = resolveComponent("VsIcon");
|
|
5018
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5018
|
+
return openBlock(), createElementBlock("div", _hoisted_1$1L, [
|
|
5019
5019
|
createElementVNode("div", _hoisted_2$1a, [
|
|
5020
5020
|
createVNode(i, {
|
|
5021
5021
|
class: "vs-alert__icon",
|
|
@@ -5030,7 +5030,7 @@ function _sfc_render$27(e, n, t, r, a, s) {
|
|
|
5030
5030
|
])
|
|
5031
5031
|
]);
|
|
5032
5032
|
}
|
|
5033
|
-
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5033
|
+
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$2i, [["render", _sfc_render$27]]), _sfc_main$2h = {
|
|
5034
5034
|
name: "VsCol",
|
|
5035
5035
|
status: "prototype",
|
|
5036
5036
|
release: "0.1.0",
|
|
@@ -5047,7 +5047,7 @@ function _sfc_render$26(e, n, t, r, a, s) {
|
|
|
5047
5047
|
_: 3
|
|
5048
5048
|
}, 16);
|
|
5049
5049
|
}
|
|
5050
|
-
const VsCol = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5050
|
+
const VsCol = /* @__PURE__ */ _export_sfc(_sfc_main$2h, [["render", _sfc_render$26]]), _sfc_main$2g = {
|
|
5051
5051
|
name: "VsRow",
|
|
5052
5052
|
status: "prototype",
|
|
5053
5053
|
release: "0.0.1"
|
|
@@ -5057,7 +5057,7 @@ function _sfc_render$25(e, n, t, r, a, s) {
|
|
|
5057
5057
|
renderSlot(e.$slots, "default")
|
|
5058
5058
|
], 16);
|
|
5059
5059
|
}
|
|
5060
|
-
const VsRow = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5060
|
+
const VsRow = /* @__PURE__ */ _export_sfc(_sfc_main$2g, [["render", _sfc_render$25]]), _sfc_main$2f = {
|
|
5061
5061
|
name: "VsContainer",
|
|
5062
5062
|
status: "prototype",
|
|
5063
5063
|
release: "0.1.0",
|
|
@@ -5074,7 +5074,7 @@ function _sfc_render$24(e, n, t, r, a, s) {
|
|
|
5074
5074
|
_: 3
|
|
5075
5075
|
}, 16);
|
|
5076
5076
|
}
|
|
5077
|
-
const VsContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5077
|
+
const VsContainer = /* @__PURE__ */ _export_sfc(_sfc_main$2f, [["render", _sfc_render$24]]), _sfc_main$2e = {
|
|
5078
5078
|
name: "VsRichTextWrapper",
|
|
5079
5079
|
status: "prototype",
|
|
5080
5080
|
release: "0.0.1",
|
|
@@ -5099,7 +5099,7 @@ function _sfc_render$23(e, n, t, r, a, s) {
|
|
|
5099
5099
|
renderSlot(e.$slots, "default")
|
|
5100
5100
|
], 2);
|
|
5101
5101
|
}
|
|
5102
|
-
const VsRichTextWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5102
|
+
const VsRichTextWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$2e, [["render", _sfc_render$23]]), _sfc_main$2d = {
|
|
5103
5103
|
name: "VsArticle",
|
|
5104
5104
|
status: "prototype",
|
|
5105
5105
|
release: "0.0.1",
|
|
@@ -5144,7 +5144,7 @@ const VsRichTextWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$2d, [["render",
|
|
|
5144
5144
|
validator: (e) => lodashExports.isNumber(e) ? e > 0 && e < 7 : e.match(/(1|2|3|4|5|6)/)
|
|
5145
5145
|
}
|
|
5146
5146
|
}
|
|
5147
|
-
}, _hoisted_1$
|
|
5147
|
+
}, _hoisted_1$1K = ["id"], _hoisted_2$19 = { class: "vs-article__content" };
|
|
5148
5148
|
function _sfc_render$22(e, n, t, r, a, s) {
|
|
5149
5149
|
const i = resolveComponent("VsHeading"), l = resolveComponent("VsRichTextWrapper"), u = resolveComponent("VsCol"), d = resolveComponent("VsRow"), f = resolveComponent("VsContainer");
|
|
5150
5150
|
return openBlock(), createElementBlock("article", mergeProps({
|
|
@@ -5183,7 +5183,7 @@ function _sfc_render$22(e, n, t, r, a, s) {
|
|
|
5183
5183
|
default: withCtx(() => [
|
|
5184
5184
|
createElementVNode("span", {
|
|
5185
5185
|
id: t.anchorLink ? t.anchorLink : ""
|
|
5186
|
-
}, toDisplayString(t.title), 9, _hoisted_1$
|
|
5186
|
+
}, toDisplayString(t.title), 9, _hoisted_1$1K)
|
|
5187
5187
|
]),
|
|
5188
5188
|
_: 1
|
|
5189
5189
|
}, 8, ["level", "class"]),
|
|
@@ -5228,7 +5228,7 @@ function _sfc_render$22(e, n, t, r, a, s) {
|
|
|
5228
5228
|
})
|
|
5229
5229
|
], 16);
|
|
5230
5230
|
}
|
|
5231
|
-
const Article = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5231
|
+
const Article = /* @__PURE__ */ _export_sfc(_sfc_main$2d, [["render", _sfc_render$22]]), _sfc_main$2c = {
|
|
5232
5232
|
name: "VsArticleSection",
|
|
5233
5233
|
status: "prototype",
|
|
5234
5234
|
release: "0.0.1",
|
|
@@ -5309,7 +5309,7 @@ function _sfc_render$21(e, n, t, r, a, s) {
|
|
|
5309
5309
|
})
|
|
5310
5310
|
], 2);
|
|
5311
5311
|
}
|
|
5312
|
-
const ArticleSection = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5312
|
+
const ArticleSection = /* @__PURE__ */ _export_sfc(_sfc_main$2c, [["render", _sfc_render$21]]), _sfc_main$2b = {
|
|
5313
5313
|
name: "VsArticleSidebar",
|
|
5314
5314
|
status: "prototype",
|
|
5315
5315
|
release: "0.0.1",
|
|
@@ -5348,7 +5348,54 @@ function _sfc_render$20(e, n, t, r, a, s) {
|
|
|
5348
5348
|
], 2)) : createCommentVNode("", !0)
|
|
5349
5349
|
], 2);
|
|
5350
5350
|
}
|
|
5351
|
-
const ArticleSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5351
|
+
const ArticleSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$2b, [["render", _sfc_render$20]]), _hoisted_1$1J = {
|
|
5352
|
+
class: "vs-back-to-top",
|
|
5353
|
+
"data-test": "vs-back-to-top"
|
|
5354
|
+
}, _sfc_main$2a = {
|
|
5355
|
+
__name: "BackToTop",
|
|
5356
|
+
props: {
|
|
5357
|
+
/**
|
|
5358
|
+
* Visually hidden button text for screen readers.
|
|
5359
|
+
*/
|
|
5360
|
+
buttonText: {
|
|
5361
|
+
type: String,
|
|
5362
|
+
required: !0
|
|
5363
|
+
},
|
|
5364
|
+
/**
|
|
5365
|
+
* Number of pixels required to be vertically scrolled to toggle
|
|
5366
|
+
* the visibility of the button.
|
|
5367
|
+
*/
|
|
5368
|
+
offset: {
|
|
5369
|
+
type: Number,
|
|
5370
|
+
default: 100
|
|
5371
|
+
}
|
|
5372
|
+
},
|
|
5373
|
+
setup(e) {
|
|
5374
|
+
const n = e, t = ref$1(!1), r = () => {
|
|
5375
|
+
const s = document.documentElement;
|
|
5376
|
+
(window.scrollY || s.scrollTop) - (s.clientTop || 0) > n.offset ? t.value = !0 : t.value = !1;
|
|
5377
|
+
}, a = (s) => {
|
|
5378
|
+
window.scroll({
|
|
5379
|
+
top: 0,
|
|
5380
|
+
behavior: "smooth"
|
|
5381
|
+
}), s.target.blur();
|
|
5382
|
+
};
|
|
5383
|
+
return window.addEventListener("scroll", r), (s, i) => (openBlock(), createElementBlock("div", _hoisted_1$1J, [
|
|
5384
|
+
t.value ? (openBlock(), createBlock(VsButton, {
|
|
5385
|
+
key: 0,
|
|
5386
|
+
icon: "arrow-up",
|
|
5387
|
+
"icon-only": "",
|
|
5388
|
+
variant: "secondary",
|
|
5389
|
+
onClick: a
|
|
5390
|
+
}, {
|
|
5391
|
+
default: withCtx(() => [
|
|
5392
|
+
createTextVNode(toDisplayString(n.buttonText), 1)
|
|
5393
|
+
]),
|
|
5394
|
+
_: 1
|
|
5395
|
+
})) : createCommentVNode("", !0)
|
|
5396
|
+
]));
|
|
5397
|
+
}
|
|
5398
|
+
}, _hoisted_1$1I = {
|
|
5352
5399
|
class: "vs-badge",
|
|
5353
5400
|
"data-test": "vs-badge"
|
|
5354
5401
|
}, _sfc_main$29 = {
|
|
@@ -19684,7 +19731,7 @@ function requireInherits_browser$1() {
|
|
|
19684
19731
|
var hasRequiredUtil$1;
|
|
19685
19732
|
function requireUtil$1() {
|
|
19686
19733
|
return hasRequiredUtil$1 || (hasRequiredUtil$1 = 1, function(e) {
|
|
19687
|
-
var n = { ICON_KIT_TOKEN: "7c48e8b3d4", ICON_API_TOKEN: "AC462319-8130-4A02-9769-769105D6B489", RECAPTCHA_TOKEN: "6LfqqfcZAAAAACbkbPaHRZTIFpKZGAPZBDkwBKhe", ACLOCAL_PATH: "C:\\Program Files\\Git\\mingw64\\share\\aclocal;C:\\Program Files\\Git\\usr\\share\\aclocal", ALLUSERSPROFILE: "C:\\ProgramData", APPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Roaming", BERRY_BIN_FOLDER: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-
|
|
19734
|
+
var n = { ICON_KIT_TOKEN: "7c48e8b3d4", ICON_API_TOKEN: "AC462319-8130-4A02-9769-769105D6B489", RECAPTCHA_TOKEN: "6LfqqfcZAAAAACbkbPaHRZTIFpKZGAPZBDkwBKhe", ACLOCAL_PATH: "C:\\Program Files\\Git\\mingw64\\share\\aclocal;C:\\Program Files\\Git\\usr\\share\\aclocal", ALLUSERSPROFILE: "C:\\ProgramData", APPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Roaming", BERRY_BIN_FOLDER: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579", CHROME_CRASHPAD_PIPE_NAME: "\\\\.\\pipe\\crashpad_15348_CWGUUHKPCRTIGFCZ", COLORTERM: "truecolor", COMMONPROGRAMFILES: "C:\\Program Files\\Common Files", "CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files", CommonProgramW6432: "C:\\Program Files\\Common Files", COMPUTERNAME: "2HR07S2", COMSPEC: "C:\\WINDOWS\\system32\\cmd.exe", CONFIG_SITE: "C:/Program Files/Git/etc/config.site", DISPLAY: "needs-to-be-defined", DriverData: "C:\\Windows\\System32\\Drivers\\DriverData", EXEPATH: "C:\\Program Files\\Git\\bin", GDAL_DATA: "C:\\Program Files\\PostgreSQL\\9.6\\gdal-data", GIT_ASKPASS: "c:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app\\extensions\\git\\dist\\askpass.sh", HOME: "C:\\Users\\duncan.sanderson", HOMEDRIVE: "C:", HOMEPATH: "\\Users\\duncan.sanderson", HOSTNAME: "2HR07S2", INFOPATH: "C:\\Program Files\\Git\\mingw64\\local\\info;C:\\Program Files\\Git\\mingw64\\share\\info;C:\\Program Files\\Git\\usr\\local\\info;C:\\Program Files\\Git\\usr\\share\\info;C:\\Program Files\\Git\\usr\\info;C:\\Program Files\\Git\\share\\info", INIT_CWD: "C:\\vsdev\\workspace\\vs-component-library", JAVA_HOME: "C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot", LANG: "en_US.UTF-8", LOCALAPPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Local", LOGONSERVER: "\\\\OP-DOM-VSWEBVDC", M2: "C:\\vsdev\\apache-maven-3.9.4\\bin", M2_HOME: "C:\\vsdev\\apache-maven-3.9.4", MANPATH: "C:\\Program Files\\Git\\mingw64\\local\\man;C:\\Program Files\\Git\\mingw64\\share\\man;C:\\Program Files\\Git\\usr\\local\\man;C:\\Program Files\\Git\\usr\\share\\man;C:\\Program Files\\Git\\usr\\man;C:\\Program Files\\Git\\share\\man", MINGW_CHOST: "x86_64-w64-mingw32", MINGW_PACKAGE_PREFIX: "mingw-w64-x86_64", MINGW_PREFIX: "C:/Program Files/Git/mingw64", MSYSTEM: "MINGW64", MSYSTEM_CARCH: "x86_64", MSYSTEM_CHOST: "x86_64-w64-mingw32", MSYSTEM_PREFIX: "C:/Program Files/Git/mingw64", NODE_ENV: "production", NODE_PATH: "C:\\Users\\duncan.sanderson\\AppData\\npm", npm_config_user_agent: "yarn/4.3.1 npm/? node/v18.19.1 win32 x64", npm_execpath: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579\\yarn", npm_lifecycle_event: "build:vite-no-theo", npm_node_execpath: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579\\node", npm_package_json: "C:\\vsdev\\workspace\\vs-component-library\\package.json", npm_package_name: "@visitscotland/component-library", npm_package_version: "4.7.1", NUMBER_OF_PROCESSORS: "8", OneDrive: "C:\\Users\\duncan.sanderson\\OneDrive - VisitScotland", OneDriveCommercial: "C:\\Users\\duncan.sanderson\\OneDrive - VisitScotland", ORIGINAL_PATH: "C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\WINDOWS;C:\\WINDOWS\\system32;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files (x86)\\QuickTime\\QTSystem;C:\\vsdev\\apache-maven-3.5.0\\bin;C:\\vsdev;C:\\vsinfo;C:\\vstools;C:\\vsdev\\apache-maven-3.9.4\\bin;C:\\program files\\nodejs;C:\\Program Files\\MongoDB 2.6 Standard\\bin;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Volta\\bin;C:\\Users\\duncan.sanderson\\.windows-build-tools\\python27;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files\\Java\\jdk1.8.0_141\\bin;C:\\Program Files\\heroku\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Yarn\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\nodejs;C:\\Program Files (x86)\\BrowserStackLocal;C:\\Users\\duncan.sanderson\\AppData\\Roaming\\npm;C:\\Users\\duncan.sanderson\\.deno\\bin", ORIGINAL_TEMP: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp", ORIGINAL_TMP: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp", ORIGINAL_XDG_CURRENT_DESKTOP: "undefined", OS: "Windows_NT", PATH: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579;C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-274ceb4d;C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-4df2ce3c;C:\\Users\\duncan.sanderson\\.volta\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\local\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\WINDOWS;C:\\WINDOWS\\system32;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files (x86)\\QuickTime\\QTSystem;C:\\vsdev\\apache-maven-3.5.0\\bin;C:\\vsdev;C:\\vsinfo;C:\\vstools;C:\\vsdev\\apache-maven-3.9.4\\bin;C:\\program files\\nodejs;C:\\Program Files\\MongoDB 2.6 Standard\\bin;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Volta\\bin;C:\\Users\\duncan.sanderson\\.windows-build-tools\\python27;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files\\Java\\jdk1.8.0_141\\bin;C:\\Program Files\\heroku\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Yarn\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\nodejs;C:\\Program Files (x86)\\BrowserStackLocal;C:\\Users\\duncan.sanderson\\AppData\\Roaming\\npm;C:\\Users\\duncan.sanderson\\.deno\\bin;C:\\Program Files\\Git\\usr\\bin\\vendor_perl;C:\\Program Files\\Git\\usr\\bin\\core_perl", PATHEXT: ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC", PKG_CONFIG_PATH: "C:\\Program Files\\Git\\mingw64\\lib\\pkgconfig;C:\\Program Files\\Git\\mingw64\\share\\pkgconfig", PKG_CONFIG_SYSTEM_INCLUDE_PATH: "C:/Program Files/Git/mingw64/include", PKG_CONFIG_SYSTEM_LIBRARY_PATH: "C:/Program Files/Git/mingw64/lib", PLINK_PROTOCOL: "ssh", POSTGIS_ENABLE_OUTDB_RASTERS: "1", POSTGIS_GDAL_ENABLED_DRIVERS: "GTiff PNG JPEG GIF XYZ DTED USGSDEM AAIGrid", PROCESSOR_ARCHITECTURE: "AMD64", PROCESSOR_IDENTIFIER: "Intel64 Family 6 Model 142 Stepping 10, GenuineIntel", PROCESSOR_LEVEL: "6", PROCESSOR_REVISION: "8e0a", ProgramData: "C:\\ProgramData", PROGRAMFILES: "C:\\Program Files", "ProgramFiles(x86)": "C:\\Program Files (x86)", ProgramW6432: "C:\\Program Files", PROJECT_CWD: "C:\\vsdev\\workspace\\vs-component-library", PROMPT: "$P$G", PSModulePath: "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules", PUBLIC: "C:\\Users\\Public", PWD: "C:\\vsdev\\workspace\\vs-component-library", PYTHON: "C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts\\", SESSIONNAME: "Console", SHELL: "C:\\Program Files\\Git\\usr\\bin\\bash.exe", SHLVL: "1", SSH_AGENT_PID: "1838", SSH_ASKPASS: "C:/Program Files/Git/mingw64/bin/git-askpass.exe", SSH_AUTH_SOCK: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp/ssh-uR4B1I3vN93q/agent.1837", SYSTEMDRIVE: "C:", SYSTEMROOT: "C:\\WINDOWS", TEMP: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", TERM: "xterm-256color", TERM_PROGRAM: "vscode", TERM_PROGRAM_VERSION: "1.96.2", TMP: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", TMPDIR: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", UATDATA: "C:\\WINDOWS\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77", USERDNSDOMAIN: "VSWEB.VISITSCOTLAND.NET", USERDOMAIN: "VSWEB", USERDOMAIN_ROAMINGPROFILE: "VSWEB", USERNAME: "duncan.sanderson", USERPROFILE: "C:\\Users\\duncan.sanderson", VOLTA_HOME: "C:/Users/duncan.sanderson/.volta", VSCODE_GIT_ASKPASS_EXTRA_ARGS: "", VSCODE_GIT_ASKPASS_MAIN: "c:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app\\extensions\\git\\dist\\askpass-main.js", VSCODE_GIT_ASKPASS_NODE: "C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe", VSCODE_GIT_IPC_HANDLE: "\\\\.\\pipe\\vscode-git-4a2d75133c-sock", VSDEVPATH: "C:\\vsdev", VSINFOPATH: "C:\\vsinfo", VSTOOLSPATH: "C:\\vstools", VS_ASE_ASE_URI: "C:/Program Files/Git/ase/ase", VS_ASE_CONFIG_DIR: "C:\\vsdev\\workspace\\www\\config", VS_ASE_DMS_SERVICE_URI: "http://localhost:9080/products-db-service/api/DMSService/", VS_ASE_FILE_STORE_ROOT: "C:\\vsdev\\ase\\filestore", VS_ASE_MONGODB_DB_NAME: "productDB", VS_ASE_MONGODB_HOST: "127.0.0.1", VS_ASE_NM_API_KEY: "ScotlandStage18643049", VS_ASE_NM_URI: "http://webservicepreview.nmdemo.net/TourismDataWebService.svc", VS_ASE_REST_PRODUCTS_DB_URI: "http://localhost:9080/products-db-service/api/productsDBService/", VS_CONFIG_DIR: "C:\\vsdev\\workspace", WINDIR: "C:\\WINDOWS" }, t = /%[sdj%]/g;
|
|
19688
19735
|
e.format = function(O) {
|
|
19689
19736
|
if (!$(O)) {
|
|
19690
19737
|
for (var F = [], W = 0; W < arguments.length; W++)
|
|
@@ -19996,7 +20043,7 @@ var hasRequiredPath;
|
|
|
19996
20043
|
function requirePath() {
|
|
19997
20044
|
if (hasRequiredPath) return path$2.exports;
|
|
19998
20045
|
hasRequiredPath = 1;
|
|
19999
|
-
var e = { ICON_KIT_TOKEN: "7c48e8b3d4", ICON_API_TOKEN: "AC462319-8130-4A02-9769-769105D6B489", RECAPTCHA_TOKEN: "6LfqqfcZAAAAACbkbPaHRZTIFpKZGAPZBDkwBKhe", ACLOCAL_PATH: "C:\\Program Files\\Git\\mingw64\\share\\aclocal;C:\\Program Files\\Git\\usr\\share\\aclocal", ALLUSERSPROFILE: "C:\\ProgramData", APPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Roaming", BERRY_BIN_FOLDER: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-
|
|
20046
|
+
var e = { ICON_KIT_TOKEN: "7c48e8b3d4", ICON_API_TOKEN: "AC462319-8130-4A02-9769-769105D6B489", RECAPTCHA_TOKEN: "6LfqqfcZAAAAACbkbPaHRZTIFpKZGAPZBDkwBKhe", ACLOCAL_PATH: "C:\\Program Files\\Git\\mingw64\\share\\aclocal;C:\\Program Files\\Git\\usr\\share\\aclocal", ALLUSERSPROFILE: "C:\\ProgramData", APPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Roaming", BERRY_BIN_FOLDER: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579", CHROME_CRASHPAD_PIPE_NAME: "\\\\.\\pipe\\crashpad_15348_CWGUUHKPCRTIGFCZ", COLORTERM: "truecolor", COMMONPROGRAMFILES: "C:\\Program Files\\Common Files", "CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files", CommonProgramW6432: "C:\\Program Files\\Common Files", COMPUTERNAME: "2HR07S2", COMSPEC: "C:\\WINDOWS\\system32\\cmd.exe", CONFIG_SITE: "C:/Program Files/Git/etc/config.site", DISPLAY: "needs-to-be-defined", DriverData: "C:\\Windows\\System32\\Drivers\\DriverData", EXEPATH: "C:\\Program Files\\Git\\bin", GDAL_DATA: "C:\\Program Files\\PostgreSQL\\9.6\\gdal-data", GIT_ASKPASS: "c:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app\\extensions\\git\\dist\\askpass.sh", HOME: "C:\\Users\\duncan.sanderson", HOMEDRIVE: "C:", HOMEPATH: "\\Users\\duncan.sanderson", HOSTNAME: "2HR07S2", INFOPATH: "C:\\Program Files\\Git\\mingw64\\local\\info;C:\\Program Files\\Git\\mingw64\\share\\info;C:\\Program Files\\Git\\usr\\local\\info;C:\\Program Files\\Git\\usr\\share\\info;C:\\Program Files\\Git\\usr\\info;C:\\Program Files\\Git\\share\\info", INIT_CWD: "C:\\vsdev\\workspace\\vs-component-library", JAVA_HOME: "C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot", LANG: "en_US.UTF-8", LOCALAPPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Local", LOGONSERVER: "\\\\OP-DOM-VSWEBVDC", M2: "C:\\vsdev\\apache-maven-3.9.4\\bin", M2_HOME: "C:\\vsdev\\apache-maven-3.9.4", MANPATH: "C:\\Program Files\\Git\\mingw64\\local\\man;C:\\Program Files\\Git\\mingw64\\share\\man;C:\\Program Files\\Git\\usr\\local\\man;C:\\Program Files\\Git\\usr\\share\\man;C:\\Program Files\\Git\\usr\\man;C:\\Program Files\\Git\\share\\man", MINGW_CHOST: "x86_64-w64-mingw32", MINGW_PACKAGE_PREFIX: "mingw-w64-x86_64", MINGW_PREFIX: "C:/Program Files/Git/mingw64", MSYSTEM: "MINGW64", MSYSTEM_CARCH: "x86_64", MSYSTEM_CHOST: "x86_64-w64-mingw32", MSYSTEM_PREFIX: "C:/Program Files/Git/mingw64", NODE_ENV: "production", NODE_PATH: "C:\\Users\\duncan.sanderson\\AppData\\npm", npm_config_user_agent: "yarn/4.3.1 npm/? node/v18.19.1 win32 x64", npm_execpath: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579\\yarn", npm_lifecycle_event: "build:vite-no-theo", npm_node_execpath: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579\\node", npm_package_json: "C:\\vsdev\\workspace\\vs-component-library\\package.json", npm_package_name: "@visitscotland/component-library", npm_package_version: "4.7.1", NUMBER_OF_PROCESSORS: "8", OneDrive: "C:\\Users\\duncan.sanderson\\OneDrive - VisitScotland", OneDriveCommercial: "C:\\Users\\duncan.sanderson\\OneDrive - VisitScotland", ORIGINAL_PATH: "C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\WINDOWS;C:\\WINDOWS\\system32;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files (x86)\\QuickTime\\QTSystem;C:\\vsdev\\apache-maven-3.5.0\\bin;C:\\vsdev;C:\\vsinfo;C:\\vstools;C:\\vsdev\\apache-maven-3.9.4\\bin;C:\\program files\\nodejs;C:\\Program Files\\MongoDB 2.6 Standard\\bin;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Volta\\bin;C:\\Users\\duncan.sanderson\\.windows-build-tools\\python27;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files\\Java\\jdk1.8.0_141\\bin;C:\\Program Files\\heroku\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Yarn\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\nodejs;C:\\Program Files (x86)\\BrowserStackLocal;C:\\Users\\duncan.sanderson\\AppData\\Roaming\\npm;C:\\Users\\duncan.sanderson\\.deno\\bin", ORIGINAL_TEMP: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp", ORIGINAL_TMP: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp", ORIGINAL_XDG_CURRENT_DESKTOP: "undefined", OS: "Windows_NT", PATH: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579;C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-274ceb4d;C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-4df2ce3c;C:\\Users\\duncan.sanderson\\.volta\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\local\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\WINDOWS;C:\\WINDOWS\\system32;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files (x86)\\QuickTime\\QTSystem;C:\\vsdev\\apache-maven-3.5.0\\bin;C:\\vsdev;C:\\vsinfo;C:\\vstools;C:\\vsdev\\apache-maven-3.9.4\\bin;C:\\program files\\nodejs;C:\\Program Files\\MongoDB 2.6 Standard\\bin;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Volta\\bin;C:\\Users\\duncan.sanderson\\.windows-build-tools\\python27;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files\\Java\\jdk1.8.0_141\\bin;C:\\Program Files\\heroku\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Yarn\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\nodejs;C:\\Program Files (x86)\\BrowserStackLocal;C:\\Users\\duncan.sanderson\\AppData\\Roaming\\npm;C:\\Users\\duncan.sanderson\\.deno\\bin;C:\\Program Files\\Git\\usr\\bin\\vendor_perl;C:\\Program Files\\Git\\usr\\bin\\core_perl", PATHEXT: ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC", PKG_CONFIG_PATH: "C:\\Program Files\\Git\\mingw64\\lib\\pkgconfig;C:\\Program Files\\Git\\mingw64\\share\\pkgconfig", PKG_CONFIG_SYSTEM_INCLUDE_PATH: "C:/Program Files/Git/mingw64/include", PKG_CONFIG_SYSTEM_LIBRARY_PATH: "C:/Program Files/Git/mingw64/lib", PLINK_PROTOCOL: "ssh", POSTGIS_ENABLE_OUTDB_RASTERS: "1", POSTGIS_GDAL_ENABLED_DRIVERS: "GTiff PNG JPEG GIF XYZ DTED USGSDEM AAIGrid", PROCESSOR_ARCHITECTURE: "AMD64", PROCESSOR_IDENTIFIER: "Intel64 Family 6 Model 142 Stepping 10, GenuineIntel", PROCESSOR_LEVEL: "6", PROCESSOR_REVISION: "8e0a", ProgramData: "C:\\ProgramData", PROGRAMFILES: "C:\\Program Files", "ProgramFiles(x86)": "C:\\Program Files (x86)", ProgramW6432: "C:\\Program Files", PROJECT_CWD: "C:\\vsdev\\workspace\\vs-component-library", PROMPT: "$P$G", PSModulePath: "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules", PUBLIC: "C:\\Users\\Public", PWD: "C:\\vsdev\\workspace\\vs-component-library", PYTHON: "C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts\\", SESSIONNAME: "Console", SHELL: "C:\\Program Files\\Git\\usr\\bin\\bash.exe", SHLVL: "1", SSH_AGENT_PID: "1838", SSH_ASKPASS: "C:/Program Files/Git/mingw64/bin/git-askpass.exe", SSH_AUTH_SOCK: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp/ssh-uR4B1I3vN93q/agent.1837", SYSTEMDRIVE: "C:", SYSTEMROOT: "C:\\WINDOWS", TEMP: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", TERM: "xterm-256color", TERM_PROGRAM: "vscode", TERM_PROGRAM_VERSION: "1.96.2", TMP: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", TMPDIR: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", UATDATA: "C:\\WINDOWS\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77", USERDNSDOMAIN: "VSWEB.VISITSCOTLAND.NET", USERDOMAIN: "VSWEB", USERDOMAIN_ROAMINGPROFILE: "VSWEB", USERNAME: "duncan.sanderson", USERPROFILE: "C:\\Users\\duncan.sanderson", VOLTA_HOME: "C:/Users/duncan.sanderson/.volta", VSCODE_GIT_ASKPASS_EXTRA_ARGS: "", VSCODE_GIT_ASKPASS_MAIN: "c:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app\\extensions\\git\\dist\\askpass-main.js", VSCODE_GIT_ASKPASS_NODE: "C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe", VSCODE_GIT_IPC_HANDLE: "\\\\.\\pipe\\vscode-git-4a2d75133c-sock", VSDEVPATH: "C:\\vsdev", VSINFOPATH: "C:\\vsinfo", VSTOOLSPATH: "C:\\vstools", VS_ASE_ASE_URI: "C:/Program Files/Git/ase/ase", VS_ASE_CONFIG_DIR: "C:\\vsdev\\workspace\\www\\config", VS_ASE_DMS_SERVICE_URI: "http://localhost:9080/products-db-service/api/DMSService/", VS_ASE_FILE_STORE_ROOT: "C:\\vsdev\\ase\\filestore", VS_ASE_MONGODB_DB_NAME: "productDB", VS_ASE_MONGODB_HOST: "127.0.0.1", VS_ASE_NM_API_KEY: "ScotlandStage18643049", VS_ASE_NM_URI: "http://webservicepreview.nmdemo.net/TourismDataWebService.svc", VS_ASE_REST_PRODUCTS_DB_URI: "http://localhost:9080/products-db-service/api/productsDBService/", VS_CONFIG_DIR: "C:\\vsdev\\workspace", WINDIR: "C:\\WINDOWS" }, n = requireUtil$1();
|
|
20000
20047
|
function t(_, v) {
|
|
20001
20048
|
for (var C = [], S = 0; S < _.length; S++) {
|
|
20002
20049
|
var k = _[S];
|
|
@@ -20200,7 +20247,7 @@ var homedir, hasRequiredHomedir;
|
|
|
20200
20247
|
function requireHomedir() {
|
|
20201
20248
|
if (hasRequiredHomedir) return homedir;
|
|
20202
20249
|
hasRequiredHomedir = 1;
|
|
20203
|
-
var e = { ICON_KIT_TOKEN: "7c48e8b3d4", ICON_API_TOKEN: "AC462319-8130-4A02-9769-769105D6B489", RECAPTCHA_TOKEN: "6LfqqfcZAAAAACbkbPaHRZTIFpKZGAPZBDkwBKhe", ACLOCAL_PATH: "C:\\Program Files\\Git\\mingw64\\share\\aclocal;C:\\Program Files\\Git\\usr\\share\\aclocal", ALLUSERSPROFILE: "C:\\ProgramData", APPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Roaming", BERRY_BIN_FOLDER: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-
|
|
20250
|
+
var e = { ICON_KIT_TOKEN: "7c48e8b3d4", ICON_API_TOKEN: "AC462319-8130-4A02-9769-769105D6B489", RECAPTCHA_TOKEN: "6LfqqfcZAAAAACbkbPaHRZTIFpKZGAPZBDkwBKhe", ACLOCAL_PATH: "C:\\Program Files\\Git\\mingw64\\share\\aclocal;C:\\Program Files\\Git\\usr\\share\\aclocal", ALLUSERSPROFILE: "C:\\ProgramData", APPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Roaming", BERRY_BIN_FOLDER: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579", CHROME_CRASHPAD_PIPE_NAME: "\\\\.\\pipe\\crashpad_15348_CWGUUHKPCRTIGFCZ", COLORTERM: "truecolor", COMMONPROGRAMFILES: "C:\\Program Files\\Common Files", "CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files", CommonProgramW6432: "C:\\Program Files\\Common Files", COMPUTERNAME: "2HR07S2", COMSPEC: "C:\\WINDOWS\\system32\\cmd.exe", CONFIG_SITE: "C:/Program Files/Git/etc/config.site", DISPLAY: "needs-to-be-defined", DriverData: "C:\\Windows\\System32\\Drivers\\DriverData", EXEPATH: "C:\\Program Files\\Git\\bin", GDAL_DATA: "C:\\Program Files\\PostgreSQL\\9.6\\gdal-data", GIT_ASKPASS: "c:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app\\extensions\\git\\dist\\askpass.sh", HOME: "C:\\Users\\duncan.sanderson", HOMEDRIVE: "C:", HOMEPATH: "\\Users\\duncan.sanderson", HOSTNAME: "2HR07S2", INFOPATH: "C:\\Program Files\\Git\\mingw64\\local\\info;C:\\Program Files\\Git\\mingw64\\share\\info;C:\\Program Files\\Git\\usr\\local\\info;C:\\Program Files\\Git\\usr\\share\\info;C:\\Program Files\\Git\\usr\\info;C:\\Program Files\\Git\\share\\info", INIT_CWD: "C:\\vsdev\\workspace\\vs-component-library", JAVA_HOME: "C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot", LANG: "en_US.UTF-8", LOCALAPPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Local", LOGONSERVER: "\\\\OP-DOM-VSWEBVDC", M2: "C:\\vsdev\\apache-maven-3.9.4\\bin", M2_HOME: "C:\\vsdev\\apache-maven-3.9.4", MANPATH: "C:\\Program Files\\Git\\mingw64\\local\\man;C:\\Program Files\\Git\\mingw64\\share\\man;C:\\Program Files\\Git\\usr\\local\\man;C:\\Program Files\\Git\\usr\\share\\man;C:\\Program Files\\Git\\usr\\man;C:\\Program Files\\Git\\share\\man", MINGW_CHOST: "x86_64-w64-mingw32", MINGW_PACKAGE_PREFIX: "mingw-w64-x86_64", MINGW_PREFIX: "C:/Program Files/Git/mingw64", MSYSTEM: "MINGW64", MSYSTEM_CARCH: "x86_64", MSYSTEM_CHOST: "x86_64-w64-mingw32", MSYSTEM_PREFIX: "C:/Program Files/Git/mingw64", NODE_ENV: "production", NODE_PATH: "C:\\Users\\duncan.sanderson\\AppData\\npm", npm_config_user_agent: "yarn/4.3.1 npm/? node/v18.19.1 win32 x64", npm_execpath: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579\\yarn", npm_lifecycle_event: "build:vite-no-theo", npm_node_execpath: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579\\node", npm_package_json: "C:\\vsdev\\workspace\\vs-component-library\\package.json", npm_package_name: "@visitscotland/component-library", npm_package_version: "4.7.1", NUMBER_OF_PROCESSORS: "8", OneDrive: "C:\\Users\\duncan.sanderson\\OneDrive - VisitScotland", OneDriveCommercial: "C:\\Users\\duncan.sanderson\\OneDrive - VisitScotland", ORIGINAL_PATH: "C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\WINDOWS;C:\\WINDOWS\\system32;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files (x86)\\QuickTime\\QTSystem;C:\\vsdev\\apache-maven-3.5.0\\bin;C:\\vsdev;C:\\vsinfo;C:\\vstools;C:\\vsdev\\apache-maven-3.9.4\\bin;C:\\program files\\nodejs;C:\\Program Files\\MongoDB 2.6 Standard\\bin;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Volta\\bin;C:\\Users\\duncan.sanderson\\.windows-build-tools\\python27;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files\\Java\\jdk1.8.0_141\\bin;C:\\Program Files\\heroku\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Yarn\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\nodejs;C:\\Program Files (x86)\\BrowserStackLocal;C:\\Users\\duncan.sanderson\\AppData\\Roaming\\npm;C:\\Users\\duncan.sanderson\\.deno\\bin", ORIGINAL_TEMP: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp", ORIGINAL_TMP: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp", ORIGINAL_XDG_CURRENT_DESKTOP: "undefined", OS: "Windows_NT", PATH: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579;C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-274ceb4d;C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-4df2ce3c;C:\\Users\\duncan.sanderson\\.volta\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\local\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\WINDOWS;C:\\WINDOWS\\system32;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files (x86)\\QuickTime\\QTSystem;C:\\vsdev\\apache-maven-3.5.0\\bin;C:\\vsdev;C:\\vsinfo;C:\\vstools;C:\\vsdev\\apache-maven-3.9.4\\bin;C:\\program files\\nodejs;C:\\Program Files\\MongoDB 2.6 Standard\\bin;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Volta\\bin;C:\\Users\\duncan.sanderson\\.windows-build-tools\\python27;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files\\Java\\jdk1.8.0_141\\bin;C:\\Program Files\\heroku\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Yarn\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\nodejs;C:\\Program Files (x86)\\BrowserStackLocal;C:\\Users\\duncan.sanderson\\AppData\\Roaming\\npm;C:\\Users\\duncan.sanderson\\.deno\\bin;C:\\Program Files\\Git\\usr\\bin\\vendor_perl;C:\\Program Files\\Git\\usr\\bin\\core_perl", PATHEXT: ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC", PKG_CONFIG_PATH: "C:\\Program Files\\Git\\mingw64\\lib\\pkgconfig;C:\\Program Files\\Git\\mingw64\\share\\pkgconfig", PKG_CONFIG_SYSTEM_INCLUDE_PATH: "C:/Program Files/Git/mingw64/include", PKG_CONFIG_SYSTEM_LIBRARY_PATH: "C:/Program Files/Git/mingw64/lib", PLINK_PROTOCOL: "ssh", POSTGIS_ENABLE_OUTDB_RASTERS: "1", POSTGIS_GDAL_ENABLED_DRIVERS: "GTiff PNG JPEG GIF XYZ DTED USGSDEM AAIGrid", PROCESSOR_ARCHITECTURE: "AMD64", PROCESSOR_IDENTIFIER: "Intel64 Family 6 Model 142 Stepping 10, GenuineIntel", PROCESSOR_LEVEL: "6", PROCESSOR_REVISION: "8e0a", ProgramData: "C:\\ProgramData", PROGRAMFILES: "C:\\Program Files", "ProgramFiles(x86)": "C:\\Program Files (x86)", ProgramW6432: "C:\\Program Files", PROJECT_CWD: "C:\\vsdev\\workspace\\vs-component-library", PROMPT: "$P$G", PSModulePath: "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules", PUBLIC: "C:\\Users\\Public", PWD: "C:\\vsdev\\workspace\\vs-component-library", PYTHON: "C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts\\", SESSIONNAME: "Console", SHELL: "C:\\Program Files\\Git\\usr\\bin\\bash.exe", SHLVL: "1", SSH_AGENT_PID: "1838", SSH_ASKPASS: "C:/Program Files/Git/mingw64/bin/git-askpass.exe", SSH_AUTH_SOCK: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp/ssh-uR4B1I3vN93q/agent.1837", SYSTEMDRIVE: "C:", SYSTEMROOT: "C:\\WINDOWS", TEMP: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", TERM: "xterm-256color", TERM_PROGRAM: "vscode", TERM_PROGRAM_VERSION: "1.96.2", TMP: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", TMPDIR: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", UATDATA: "C:\\WINDOWS\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77", USERDNSDOMAIN: "VSWEB.VISITSCOTLAND.NET", USERDOMAIN: "VSWEB", USERDOMAIN_ROAMINGPROFILE: "VSWEB", USERNAME: "duncan.sanderson", USERPROFILE: "C:\\Users\\duncan.sanderson", VOLTA_HOME: "C:/Users/duncan.sanderson/.volta", VSCODE_GIT_ASKPASS_EXTRA_ARGS: "", VSCODE_GIT_ASKPASS_MAIN: "c:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app\\extensions\\git\\dist\\askpass-main.js", VSCODE_GIT_ASKPASS_NODE: "C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe", VSCODE_GIT_IPC_HANDLE: "\\\\.\\pipe\\vscode-git-4a2d75133c-sock", VSDEVPATH: "C:\\vsdev", VSINFOPATH: "C:\\vsinfo", VSTOOLSPATH: "C:\\vstools", VS_ASE_ASE_URI: "C:/Program Files/Git/ase/ase", VS_ASE_CONFIG_DIR: "C:\\vsdev\\workspace\\www\\config", VS_ASE_DMS_SERVICE_URI: "http://localhost:9080/products-db-service/api/DMSService/", VS_ASE_FILE_STORE_ROOT: "C:\\vsdev\\ase\\filestore", VS_ASE_MONGODB_DB_NAME: "productDB", VS_ASE_MONGODB_HOST: "127.0.0.1", VS_ASE_NM_API_KEY: "ScotlandStage18643049", VS_ASE_NM_URI: "http://webservicepreview.nmdemo.net/TourismDataWebService.svc", VS_ASE_REST_PRODUCTS_DB_URI: "http://localhost:9080/products-db-service/api/productsDBService/", VS_CONFIG_DIR: "C:\\vsdev\\workspace", WINDIR: "C:\\WINDOWS" }, n = require$$0$1;
|
|
20204
20251
|
return homedir = n.homedir || function() {
|
|
20205
20252
|
return e.USERPROFILE;
|
|
20206
20253
|
}, homedir;
|
|
@@ -22763,7 +22810,7 @@ function requireInherits_browser() {
|
|
|
22763
22810
|
var hasRequiredUtil;
|
|
22764
22811
|
function requireUtil() {
|
|
22765
22812
|
return hasRequiredUtil || (hasRequiredUtil = 1, function(e) {
|
|
22766
|
-
var n = { ICON_KIT_TOKEN: "7c48e8b3d4", ICON_API_TOKEN: "AC462319-8130-4A02-9769-769105D6B489", RECAPTCHA_TOKEN: "6LfqqfcZAAAAACbkbPaHRZTIFpKZGAPZBDkwBKhe", ACLOCAL_PATH: "C:\\Program Files\\Git\\mingw64\\share\\aclocal;C:\\Program Files\\Git\\usr\\share\\aclocal", ALLUSERSPROFILE: "C:\\ProgramData", APPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Roaming", BERRY_BIN_FOLDER: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-
|
|
22813
|
+
var n = { ICON_KIT_TOKEN: "7c48e8b3d4", ICON_API_TOKEN: "AC462319-8130-4A02-9769-769105D6B489", RECAPTCHA_TOKEN: "6LfqqfcZAAAAACbkbPaHRZTIFpKZGAPZBDkwBKhe", ACLOCAL_PATH: "C:\\Program Files\\Git\\mingw64\\share\\aclocal;C:\\Program Files\\Git\\usr\\share\\aclocal", ALLUSERSPROFILE: "C:\\ProgramData", APPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Roaming", BERRY_BIN_FOLDER: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579", CHROME_CRASHPAD_PIPE_NAME: "\\\\.\\pipe\\crashpad_15348_CWGUUHKPCRTIGFCZ", COLORTERM: "truecolor", COMMONPROGRAMFILES: "C:\\Program Files\\Common Files", "CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files", CommonProgramW6432: "C:\\Program Files\\Common Files", COMPUTERNAME: "2HR07S2", COMSPEC: "C:\\WINDOWS\\system32\\cmd.exe", CONFIG_SITE: "C:/Program Files/Git/etc/config.site", DISPLAY: "needs-to-be-defined", DriverData: "C:\\Windows\\System32\\Drivers\\DriverData", EXEPATH: "C:\\Program Files\\Git\\bin", GDAL_DATA: "C:\\Program Files\\PostgreSQL\\9.6\\gdal-data", GIT_ASKPASS: "c:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app\\extensions\\git\\dist\\askpass.sh", HOME: "C:\\Users\\duncan.sanderson", HOMEDRIVE: "C:", HOMEPATH: "\\Users\\duncan.sanderson", HOSTNAME: "2HR07S2", INFOPATH: "C:\\Program Files\\Git\\mingw64\\local\\info;C:\\Program Files\\Git\\mingw64\\share\\info;C:\\Program Files\\Git\\usr\\local\\info;C:\\Program Files\\Git\\usr\\share\\info;C:\\Program Files\\Git\\usr\\info;C:\\Program Files\\Git\\share\\info", INIT_CWD: "C:\\vsdev\\workspace\\vs-component-library", JAVA_HOME: "C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot", LANG: "en_US.UTF-8", LOCALAPPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Local", LOGONSERVER: "\\\\OP-DOM-VSWEBVDC", M2: "C:\\vsdev\\apache-maven-3.9.4\\bin", M2_HOME: "C:\\vsdev\\apache-maven-3.9.4", MANPATH: "C:\\Program Files\\Git\\mingw64\\local\\man;C:\\Program Files\\Git\\mingw64\\share\\man;C:\\Program Files\\Git\\usr\\local\\man;C:\\Program Files\\Git\\usr\\share\\man;C:\\Program Files\\Git\\usr\\man;C:\\Program Files\\Git\\share\\man", MINGW_CHOST: "x86_64-w64-mingw32", MINGW_PACKAGE_PREFIX: "mingw-w64-x86_64", MINGW_PREFIX: "C:/Program Files/Git/mingw64", MSYSTEM: "MINGW64", MSYSTEM_CARCH: "x86_64", MSYSTEM_CHOST: "x86_64-w64-mingw32", MSYSTEM_PREFIX: "C:/Program Files/Git/mingw64", NODE_ENV: "production", NODE_PATH: "C:\\Users\\duncan.sanderson\\AppData\\npm", npm_config_user_agent: "yarn/4.3.1 npm/? node/v18.19.1 win32 x64", npm_execpath: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579\\yarn", npm_lifecycle_event: "build:vite-no-theo", npm_node_execpath: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579\\node", npm_package_json: "C:\\vsdev\\workspace\\vs-component-library\\package.json", npm_package_name: "@visitscotland/component-library", npm_package_version: "4.7.1", NUMBER_OF_PROCESSORS: "8", OneDrive: "C:\\Users\\duncan.sanderson\\OneDrive - VisitScotland", OneDriveCommercial: "C:\\Users\\duncan.sanderson\\OneDrive - VisitScotland", ORIGINAL_PATH: "C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\WINDOWS;C:\\WINDOWS\\system32;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files (x86)\\QuickTime\\QTSystem;C:\\vsdev\\apache-maven-3.5.0\\bin;C:\\vsdev;C:\\vsinfo;C:\\vstools;C:\\vsdev\\apache-maven-3.9.4\\bin;C:\\program files\\nodejs;C:\\Program Files\\MongoDB 2.6 Standard\\bin;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Volta\\bin;C:\\Users\\duncan.sanderson\\.windows-build-tools\\python27;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files\\Java\\jdk1.8.0_141\\bin;C:\\Program Files\\heroku\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Yarn\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\nodejs;C:\\Program Files (x86)\\BrowserStackLocal;C:\\Users\\duncan.sanderson\\AppData\\Roaming\\npm;C:\\Users\\duncan.sanderson\\.deno\\bin", ORIGINAL_TEMP: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp", ORIGINAL_TMP: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp", ORIGINAL_XDG_CURRENT_DESKTOP: "undefined", OS: "Windows_NT", PATH: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579;C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-274ceb4d;C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-4df2ce3c;C:\\Users\\duncan.sanderson\\.volta\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\local\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\WINDOWS;C:\\WINDOWS\\system32;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files (x86)\\QuickTime\\QTSystem;C:\\vsdev\\apache-maven-3.5.0\\bin;C:\\vsdev;C:\\vsinfo;C:\\vstools;C:\\vsdev\\apache-maven-3.9.4\\bin;C:\\program files\\nodejs;C:\\Program Files\\MongoDB 2.6 Standard\\bin;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Volta\\bin;C:\\Users\\duncan.sanderson\\.windows-build-tools\\python27;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files\\Java\\jdk1.8.0_141\\bin;C:\\Program Files\\heroku\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Yarn\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\nodejs;C:\\Program Files (x86)\\BrowserStackLocal;C:\\Users\\duncan.sanderson\\AppData\\Roaming\\npm;C:\\Users\\duncan.sanderson\\.deno\\bin;C:\\Program Files\\Git\\usr\\bin\\vendor_perl;C:\\Program Files\\Git\\usr\\bin\\core_perl", PATHEXT: ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC", PKG_CONFIG_PATH: "C:\\Program Files\\Git\\mingw64\\lib\\pkgconfig;C:\\Program Files\\Git\\mingw64\\share\\pkgconfig", PKG_CONFIG_SYSTEM_INCLUDE_PATH: "C:/Program Files/Git/mingw64/include", PKG_CONFIG_SYSTEM_LIBRARY_PATH: "C:/Program Files/Git/mingw64/lib", PLINK_PROTOCOL: "ssh", POSTGIS_ENABLE_OUTDB_RASTERS: "1", POSTGIS_GDAL_ENABLED_DRIVERS: "GTiff PNG JPEG GIF XYZ DTED USGSDEM AAIGrid", PROCESSOR_ARCHITECTURE: "AMD64", PROCESSOR_IDENTIFIER: "Intel64 Family 6 Model 142 Stepping 10, GenuineIntel", PROCESSOR_LEVEL: "6", PROCESSOR_REVISION: "8e0a", ProgramData: "C:\\ProgramData", PROGRAMFILES: "C:\\Program Files", "ProgramFiles(x86)": "C:\\Program Files (x86)", ProgramW6432: "C:\\Program Files", PROJECT_CWD: "C:\\vsdev\\workspace\\vs-component-library", PROMPT: "$P$G", PSModulePath: "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules", PUBLIC: "C:\\Users\\Public", PWD: "C:\\vsdev\\workspace\\vs-component-library", PYTHON: "C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts\\", SESSIONNAME: "Console", SHELL: "C:\\Program Files\\Git\\usr\\bin\\bash.exe", SHLVL: "1", SSH_AGENT_PID: "1838", SSH_ASKPASS: "C:/Program Files/Git/mingw64/bin/git-askpass.exe", SSH_AUTH_SOCK: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp/ssh-uR4B1I3vN93q/agent.1837", SYSTEMDRIVE: "C:", SYSTEMROOT: "C:\\WINDOWS", TEMP: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", TERM: "xterm-256color", TERM_PROGRAM: "vscode", TERM_PROGRAM_VERSION: "1.96.2", TMP: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", TMPDIR: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", UATDATA: "C:\\WINDOWS\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77", USERDNSDOMAIN: "VSWEB.VISITSCOTLAND.NET", USERDOMAIN: "VSWEB", USERDOMAIN_ROAMINGPROFILE: "VSWEB", USERNAME: "duncan.sanderson", USERPROFILE: "C:\\Users\\duncan.sanderson", VOLTA_HOME: "C:/Users/duncan.sanderson/.volta", VSCODE_GIT_ASKPASS_EXTRA_ARGS: "", VSCODE_GIT_ASKPASS_MAIN: "c:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app\\extensions\\git\\dist\\askpass-main.js", VSCODE_GIT_ASKPASS_NODE: "C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe", VSCODE_GIT_IPC_HANDLE: "\\\\.\\pipe\\vscode-git-4a2d75133c-sock", VSDEVPATH: "C:\\vsdev", VSINFOPATH: "C:\\vsinfo", VSTOOLSPATH: "C:\\vstools", VS_ASE_ASE_URI: "C:/Program Files/Git/ase/ase", VS_ASE_CONFIG_DIR: "C:\\vsdev\\workspace\\www\\config", VS_ASE_DMS_SERVICE_URI: "http://localhost:9080/products-db-service/api/DMSService/", VS_ASE_FILE_STORE_ROOT: "C:\\vsdev\\ase\\filestore", VS_ASE_MONGODB_DB_NAME: "productDB", VS_ASE_MONGODB_HOST: "127.0.0.1", VS_ASE_NM_API_KEY: "ScotlandStage18643049", VS_ASE_NM_URI: "http://webservicepreview.nmdemo.net/TourismDataWebService.svc", VS_ASE_REST_PRODUCTS_DB_URI: "http://localhost:9080/products-db-service/api/productsDBService/", VS_CONFIG_DIR: "C:\\vsdev\\workspace", WINDIR: "C:\\WINDOWS" }, t = Object.getOwnPropertyDescriptors || function(q) {
|
|
22767
22814
|
for (var G = Object.keys(q), ie = {}, te = 0; te < G.length; te++)
|
|
22768
22815
|
ie[G[te]] = Object.getOwnPropertyDescriptor(q, G[te]);
|
|
22769
22816
|
return ie;
|
|
@@ -23474,7 +23521,7 @@ var hasRequiredLib;
|
|
|
23474
23521
|
function requireLib() {
|
|
23475
23522
|
if (hasRequiredLib) return lib$1;
|
|
23476
23523
|
hasRequiredLib = 1;
|
|
23477
|
-
var e = { ICON_KIT_TOKEN: "7c48e8b3d4", ICON_API_TOKEN: "AC462319-8130-4A02-9769-769105D6B489", RECAPTCHA_TOKEN: "6LfqqfcZAAAAACbkbPaHRZTIFpKZGAPZBDkwBKhe", ACLOCAL_PATH: "C:\\Program Files\\Git\\mingw64\\share\\aclocal;C:\\Program Files\\Git\\usr\\share\\aclocal", ALLUSERSPROFILE: "C:\\ProgramData", APPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Roaming", BERRY_BIN_FOLDER: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-
|
|
23524
|
+
var e = { ICON_KIT_TOKEN: "7c48e8b3d4", ICON_API_TOKEN: "AC462319-8130-4A02-9769-769105D6B489", RECAPTCHA_TOKEN: "6LfqqfcZAAAAACbkbPaHRZTIFpKZGAPZBDkwBKhe", ACLOCAL_PATH: "C:\\Program Files\\Git\\mingw64\\share\\aclocal;C:\\Program Files\\Git\\usr\\share\\aclocal", ALLUSERSPROFILE: "C:\\ProgramData", APPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Roaming", BERRY_BIN_FOLDER: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579", CHROME_CRASHPAD_PIPE_NAME: "\\\\.\\pipe\\crashpad_15348_CWGUUHKPCRTIGFCZ", COLORTERM: "truecolor", COMMONPROGRAMFILES: "C:\\Program Files\\Common Files", "CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files", CommonProgramW6432: "C:\\Program Files\\Common Files", COMPUTERNAME: "2HR07S2", COMSPEC: "C:\\WINDOWS\\system32\\cmd.exe", CONFIG_SITE: "C:/Program Files/Git/etc/config.site", DISPLAY: "needs-to-be-defined", DriverData: "C:\\Windows\\System32\\Drivers\\DriverData", EXEPATH: "C:\\Program Files\\Git\\bin", GDAL_DATA: "C:\\Program Files\\PostgreSQL\\9.6\\gdal-data", GIT_ASKPASS: "c:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app\\extensions\\git\\dist\\askpass.sh", HOME: "C:\\Users\\duncan.sanderson", HOMEDRIVE: "C:", HOMEPATH: "\\Users\\duncan.sanderson", HOSTNAME: "2HR07S2", INFOPATH: "C:\\Program Files\\Git\\mingw64\\local\\info;C:\\Program Files\\Git\\mingw64\\share\\info;C:\\Program Files\\Git\\usr\\local\\info;C:\\Program Files\\Git\\usr\\share\\info;C:\\Program Files\\Git\\usr\\info;C:\\Program Files\\Git\\share\\info", INIT_CWD: "C:\\vsdev\\workspace\\vs-component-library", JAVA_HOME: "C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot", LANG: "en_US.UTF-8", LOCALAPPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Local", LOGONSERVER: "\\\\OP-DOM-VSWEBVDC", M2: "C:\\vsdev\\apache-maven-3.9.4\\bin", M2_HOME: "C:\\vsdev\\apache-maven-3.9.4", MANPATH: "C:\\Program Files\\Git\\mingw64\\local\\man;C:\\Program Files\\Git\\mingw64\\share\\man;C:\\Program Files\\Git\\usr\\local\\man;C:\\Program Files\\Git\\usr\\share\\man;C:\\Program Files\\Git\\usr\\man;C:\\Program Files\\Git\\share\\man", MINGW_CHOST: "x86_64-w64-mingw32", MINGW_PACKAGE_PREFIX: "mingw-w64-x86_64", MINGW_PREFIX: "C:/Program Files/Git/mingw64", MSYSTEM: "MINGW64", MSYSTEM_CARCH: "x86_64", MSYSTEM_CHOST: "x86_64-w64-mingw32", MSYSTEM_PREFIX: "C:/Program Files/Git/mingw64", NODE_ENV: "production", NODE_PATH: "C:\\Users\\duncan.sanderson\\AppData\\npm", npm_config_user_agent: "yarn/4.3.1 npm/? node/v18.19.1 win32 x64", npm_execpath: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579\\yarn", npm_lifecycle_event: "build:vite-no-theo", npm_node_execpath: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579\\node", npm_package_json: "C:\\vsdev\\workspace\\vs-component-library\\package.json", npm_package_name: "@visitscotland/component-library", npm_package_version: "4.7.1", NUMBER_OF_PROCESSORS: "8", OneDrive: "C:\\Users\\duncan.sanderson\\OneDrive - VisitScotland", OneDriveCommercial: "C:\\Users\\duncan.sanderson\\OneDrive - VisitScotland", ORIGINAL_PATH: "C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\WINDOWS;C:\\WINDOWS\\system32;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files (x86)\\QuickTime\\QTSystem;C:\\vsdev\\apache-maven-3.5.0\\bin;C:\\vsdev;C:\\vsinfo;C:\\vstools;C:\\vsdev\\apache-maven-3.9.4\\bin;C:\\program files\\nodejs;C:\\Program Files\\MongoDB 2.6 Standard\\bin;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Volta\\bin;C:\\Users\\duncan.sanderson\\.windows-build-tools\\python27;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files\\Java\\jdk1.8.0_141\\bin;C:\\Program Files\\heroku\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Yarn\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\nodejs;C:\\Program Files (x86)\\BrowserStackLocal;C:\\Users\\duncan.sanderson\\AppData\\Roaming\\npm;C:\\Users\\duncan.sanderson\\.deno\\bin", ORIGINAL_TEMP: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp", ORIGINAL_TMP: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp", ORIGINAL_XDG_CURRENT_DESKTOP: "undefined", OS: "Windows_NT", PATH: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579;C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-274ceb4d;C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-4df2ce3c;C:\\Users\\duncan.sanderson\\.volta\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\local\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\WINDOWS;C:\\WINDOWS\\system32;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files (x86)\\QuickTime\\QTSystem;C:\\vsdev\\apache-maven-3.5.0\\bin;C:\\vsdev;C:\\vsinfo;C:\\vstools;C:\\vsdev\\apache-maven-3.9.4\\bin;C:\\program files\\nodejs;C:\\Program Files\\MongoDB 2.6 Standard\\bin;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Volta\\bin;C:\\Users\\duncan.sanderson\\.windows-build-tools\\python27;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files\\Java\\jdk1.8.0_141\\bin;C:\\Program Files\\heroku\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Yarn\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\nodejs;C:\\Program Files (x86)\\BrowserStackLocal;C:\\Users\\duncan.sanderson\\AppData\\Roaming\\npm;C:\\Users\\duncan.sanderson\\.deno\\bin;C:\\Program Files\\Git\\usr\\bin\\vendor_perl;C:\\Program Files\\Git\\usr\\bin\\core_perl", PATHEXT: ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC", PKG_CONFIG_PATH: "C:\\Program Files\\Git\\mingw64\\lib\\pkgconfig;C:\\Program Files\\Git\\mingw64\\share\\pkgconfig", PKG_CONFIG_SYSTEM_INCLUDE_PATH: "C:/Program Files/Git/mingw64/include", PKG_CONFIG_SYSTEM_LIBRARY_PATH: "C:/Program Files/Git/mingw64/lib", PLINK_PROTOCOL: "ssh", POSTGIS_ENABLE_OUTDB_RASTERS: "1", POSTGIS_GDAL_ENABLED_DRIVERS: "GTiff PNG JPEG GIF XYZ DTED USGSDEM AAIGrid", PROCESSOR_ARCHITECTURE: "AMD64", PROCESSOR_IDENTIFIER: "Intel64 Family 6 Model 142 Stepping 10, GenuineIntel", PROCESSOR_LEVEL: "6", PROCESSOR_REVISION: "8e0a", ProgramData: "C:\\ProgramData", PROGRAMFILES: "C:\\Program Files", "ProgramFiles(x86)": "C:\\Program Files (x86)", ProgramW6432: "C:\\Program Files", PROJECT_CWD: "C:\\vsdev\\workspace\\vs-component-library", PROMPT: "$P$G", PSModulePath: "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules", PUBLIC: "C:\\Users\\Public", PWD: "C:\\vsdev\\workspace\\vs-component-library", PYTHON: "C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts\\", SESSIONNAME: "Console", SHELL: "C:\\Program Files\\Git\\usr\\bin\\bash.exe", SHLVL: "1", SSH_AGENT_PID: "1838", SSH_ASKPASS: "C:/Program Files/Git/mingw64/bin/git-askpass.exe", SSH_AUTH_SOCK: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp/ssh-uR4B1I3vN93q/agent.1837", SYSTEMDRIVE: "C:", SYSTEMROOT: "C:\\WINDOWS", TEMP: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", TERM: "xterm-256color", TERM_PROGRAM: "vscode", TERM_PROGRAM_VERSION: "1.96.2", TMP: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", TMPDIR: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", UATDATA: "C:\\WINDOWS\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77", USERDNSDOMAIN: "VSWEB.VISITSCOTLAND.NET", USERDOMAIN: "VSWEB", USERDOMAIN_ROAMINGPROFILE: "VSWEB", USERNAME: "duncan.sanderson", USERPROFILE: "C:\\Users\\duncan.sanderson", VOLTA_HOME: "C:/Users/duncan.sanderson/.volta", VSCODE_GIT_ASKPASS_EXTRA_ARGS: "", VSCODE_GIT_ASKPASS_MAIN: "c:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app\\extensions\\git\\dist\\askpass-main.js", VSCODE_GIT_ASKPASS_NODE: "C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe", VSCODE_GIT_IPC_HANDLE: "\\\\.\\pipe\\vscode-git-4a2d75133c-sock", VSDEVPATH: "C:\\vsdev", VSINFOPATH: "C:\\vsinfo", VSTOOLSPATH: "C:\\vstools", VS_ASE_ASE_URI: "C:/Program Files/Git/ase/ase", VS_ASE_CONFIG_DIR: "C:\\vsdev\\workspace\\www\\config", VS_ASE_DMS_SERVICE_URI: "http://localhost:9080/products-db-service/api/DMSService/", VS_ASE_FILE_STORE_ROOT: "C:\\vsdev\\ase\\filestore", VS_ASE_MONGODB_DB_NAME: "productDB", VS_ASE_MONGODB_HOST: "127.0.0.1", VS_ASE_NM_API_KEY: "ScotlandStage18643049", VS_ASE_NM_URI: "http://webservicepreview.nmdemo.net/TourismDataWebService.svc", VS_ASE_REST_PRODUCTS_DB_URI: "http://localhost:9080/products-db-service/api/productsDBService/", VS_CONFIG_DIR: "C:\\vsdev\\workspace", WINDIR: "C:\\WINDOWS" };
|
|
23478
23525
|
Object.defineProperty(lib$1, "__esModule", { value: !0 });
|
|
23479
23526
|
var n = requirePicocolors_browser(), t = requireJsTokens(), r = requireLib$1();
|
|
23480
23527
|
function a() {
|
|
@@ -27061,7 +27108,7 @@ function resolveFlowSeqItems(e, n) {
|
|
|
27061
27108
|
items: r
|
|
27062
27109
|
};
|
|
27063
27110
|
}
|
|
27064
|
-
var define_process_env_default$1 = { ICON_KIT_TOKEN: "7c48e8b3d4", ICON_API_TOKEN: "AC462319-8130-4A02-9769-769105D6B489", RECAPTCHA_TOKEN: "6LfqqfcZAAAAACbkbPaHRZTIFpKZGAPZBDkwBKhe", ACLOCAL_PATH: "C:\\Program Files\\Git\\mingw64\\share\\aclocal;C:\\Program Files\\Git\\usr\\share\\aclocal", ALLUSERSPROFILE: "C:\\ProgramData", APPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Roaming", BERRY_BIN_FOLDER: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-
|
|
27111
|
+
var define_process_env_default$1 = { ICON_KIT_TOKEN: "7c48e8b3d4", ICON_API_TOKEN: "AC462319-8130-4A02-9769-769105D6B489", RECAPTCHA_TOKEN: "6LfqqfcZAAAAACbkbPaHRZTIFpKZGAPZBDkwBKhe", ACLOCAL_PATH: "C:\\Program Files\\Git\\mingw64\\share\\aclocal;C:\\Program Files\\Git\\usr\\share\\aclocal", ALLUSERSPROFILE: "C:\\ProgramData", APPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Roaming", BERRY_BIN_FOLDER: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579", CHROME_CRASHPAD_PIPE_NAME: "\\\\.\\pipe\\crashpad_15348_CWGUUHKPCRTIGFCZ", COLORTERM: "truecolor", COMMONPROGRAMFILES: "C:\\Program Files\\Common Files", "CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files", CommonProgramW6432: "C:\\Program Files\\Common Files", COMPUTERNAME: "2HR07S2", COMSPEC: "C:\\WINDOWS\\system32\\cmd.exe", CONFIG_SITE: "C:/Program Files/Git/etc/config.site", DISPLAY: "needs-to-be-defined", DriverData: "C:\\Windows\\System32\\Drivers\\DriverData", EXEPATH: "C:\\Program Files\\Git\\bin", GDAL_DATA: "C:\\Program Files\\PostgreSQL\\9.6\\gdal-data", GIT_ASKPASS: "c:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app\\extensions\\git\\dist\\askpass.sh", HOME: "C:\\Users\\duncan.sanderson", HOMEDRIVE: "C:", HOMEPATH: "\\Users\\duncan.sanderson", HOSTNAME: "2HR07S2", INFOPATH: "C:\\Program Files\\Git\\mingw64\\local\\info;C:\\Program Files\\Git\\mingw64\\share\\info;C:\\Program Files\\Git\\usr\\local\\info;C:\\Program Files\\Git\\usr\\share\\info;C:\\Program Files\\Git\\usr\\info;C:\\Program Files\\Git\\share\\info", INIT_CWD: "C:\\vsdev\\workspace\\vs-component-library", JAVA_HOME: "C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot", LANG: "en_US.UTF-8", LOCALAPPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Local", LOGONSERVER: "\\\\OP-DOM-VSWEBVDC", M2: "C:\\vsdev\\apache-maven-3.9.4\\bin", M2_HOME: "C:\\vsdev\\apache-maven-3.9.4", MANPATH: "C:\\Program Files\\Git\\mingw64\\local\\man;C:\\Program Files\\Git\\mingw64\\share\\man;C:\\Program Files\\Git\\usr\\local\\man;C:\\Program Files\\Git\\usr\\share\\man;C:\\Program Files\\Git\\usr\\man;C:\\Program Files\\Git\\share\\man", MINGW_CHOST: "x86_64-w64-mingw32", MINGW_PACKAGE_PREFIX: "mingw-w64-x86_64", MINGW_PREFIX: "C:/Program Files/Git/mingw64", MSYSTEM: "MINGW64", MSYSTEM_CARCH: "x86_64", MSYSTEM_CHOST: "x86_64-w64-mingw32", MSYSTEM_PREFIX: "C:/Program Files/Git/mingw64", NODE_ENV: "production", NODE_PATH: "C:\\Users\\duncan.sanderson\\AppData\\npm", npm_config_user_agent: "yarn/4.3.1 npm/? node/v18.19.1 win32 x64", npm_execpath: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579\\yarn", npm_lifecycle_event: "build:vite-no-theo", npm_node_execpath: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579\\node", npm_package_json: "C:\\vsdev\\workspace\\vs-component-library\\package.json", npm_package_name: "@visitscotland/component-library", npm_package_version: "4.7.1", NUMBER_OF_PROCESSORS: "8", OneDrive: "C:\\Users\\duncan.sanderson\\OneDrive - VisitScotland", OneDriveCommercial: "C:\\Users\\duncan.sanderson\\OneDrive - VisitScotland", ORIGINAL_PATH: "C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\WINDOWS;C:\\WINDOWS\\system32;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files (x86)\\QuickTime\\QTSystem;C:\\vsdev\\apache-maven-3.5.0\\bin;C:\\vsdev;C:\\vsinfo;C:\\vstools;C:\\vsdev\\apache-maven-3.9.4\\bin;C:\\program files\\nodejs;C:\\Program Files\\MongoDB 2.6 Standard\\bin;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Volta\\bin;C:\\Users\\duncan.sanderson\\.windows-build-tools\\python27;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files\\Java\\jdk1.8.0_141\\bin;C:\\Program Files\\heroku\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Yarn\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\nodejs;C:\\Program Files (x86)\\BrowserStackLocal;C:\\Users\\duncan.sanderson\\AppData\\Roaming\\npm;C:\\Users\\duncan.sanderson\\.deno\\bin", ORIGINAL_TEMP: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp", ORIGINAL_TMP: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp", ORIGINAL_XDG_CURRENT_DESKTOP: "undefined", OS: "Windows_NT", PATH: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579;C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-274ceb4d;C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-4df2ce3c;C:\\Users\\duncan.sanderson\\.volta\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\local\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\WINDOWS;C:\\WINDOWS\\system32;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files (x86)\\QuickTime\\QTSystem;C:\\vsdev\\apache-maven-3.5.0\\bin;C:\\vsdev;C:\\vsinfo;C:\\vstools;C:\\vsdev\\apache-maven-3.9.4\\bin;C:\\program files\\nodejs;C:\\Program Files\\MongoDB 2.6 Standard\\bin;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Volta\\bin;C:\\Users\\duncan.sanderson\\.windows-build-tools\\python27;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files\\Java\\jdk1.8.0_141\\bin;C:\\Program Files\\heroku\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Yarn\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\nodejs;C:\\Program Files (x86)\\BrowserStackLocal;C:\\Users\\duncan.sanderson\\AppData\\Roaming\\npm;C:\\Users\\duncan.sanderson\\.deno\\bin;C:\\Program Files\\Git\\usr\\bin\\vendor_perl;C:\\Program Files\\Git\\usr\\bin\\core_perl", PATHEXT: ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC", PKG_CONFIG_PATH: "C:\\Program Files\\Git\\mingw64\\lib\\pkgconfig;C:\\Program Files\\Git\\mingw64\\share\\pkgconfig", PKG_CONFIG_SYSTEM_INCLUDE_PATH: "C:/Program Files/Git/mingw64/include", PKG_CONFIG_SYSTEM_LIBRARY_PATH: "C:/Program Files/Git/mingw64/lib", PLINK_PROTOCOL: "ssh", POSTGIS_ENABLE_OUTDB_RASTERS: "1", POSTGIS_GDAL_ENABLED_DRIVERS: "GTiff PNG JPEG GIF XYZ DTED USGSDEM AAIGrid", PROCESSOR_ARCHITECTURE: "AMD64", PROCESSOR_IDENTIFIER: "Intel64 Family 6 Model 142 Stepping 10, GenuineIntel", PROCESSOR_LEVEL: "6", PROCESSOR_REVISION: "8e0a", ProgramData: "C:\\ProgramData", PROGRAMFILES: "C:\\Program Files", "ProgramFiles(x86)": "C:\\Program Files (x86)", ProgramW6432: "C:\\Program Files", PROJECT_CWD: "C:\\vsdev\\workspace\\vs-component-library", PROMPT: "$P$G", PSModulePath: "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules", PUBLIC: "C:\\Users\\Public", PWD: "C:\\vsdev\\workspace\\vs-component-library", PYTHON: "C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts\\", SESSIONNAME: "Console", SHELL: "C:\\Program Files\\Git\\usr\\bin\\bash.exe", SHLVL: "1", SSH_AGENT_PID: "1838", SSH_ASKPASS: "C:/Program Files/Git/mingw64/bin/git-askpass.exe", SSH_AUTH_SOCK: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp/ssh-uR4B1I3vN93q/agent.1837", SYSTEMDRIVE: "C:", SYSTEMROOT: "C:\\WINDOWS", TEMP: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", TERM: "xterm-256color", TERM_PROGRAM: "vscode", TERM_PROGRAM_VERSION: "1.96.2", TMP: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", TMPDIR: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", UATDATA: "C:\\WINDOWS\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77", USERDNSDOMAIN: "VSWEB.VISITSCOTLAND.NET", USERDOMAIN: "VSWEB", USERDOMAIN_ROAMINGPROFILE: "VSWEB", USERNAME: "duncan.sanderson", USERPROFILE: "C:\\Users\\duncan.sanderson", VOLTA_HOME: "C:/Users/duncan.sanderson/.volta", VSCODE_GIT_ASKPASS_EXTRA_ARGS: "", VSCODE_GIT_ASKPASS_MAIN: "c:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app\\extensions\\git\\dist\\askpass-main.js", VSCODE_GIT_ASKPASS_NODE: "C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe", VSCODE_GIT_IPC_HANDLE: "\\\\.\\pipe\\vscode-git-4a2d75133c-sock", VSDEVPATH: "C:\\vsdev", VSINFOPATH: "C:\\vsinfo", VSTOOLSPATH: "C:\\vstools", VS_ASE_ASE_URI: "C:/Program Files/Git/ase/ase", VS_ASE_CONFIG_DIR: "C:\\vsdev\\workspace\\www\\config", VS_ASE_DMS_SERVICE_URI: "http://localhost:9080/products-db-service/api/DMSService/", VS_ASE_FILE_STORE_ROOT: "C:\\vsdev\\ase\\filestore", VS_ASE_MONGODB_DB_NAME: "productDB", VS_ASE_MONGODB_HOST: "127.0.0.1", VS_ASE_NM_API_KEY: "ScotlandStage18643049", VS_ASE_NM_URI: "http://webservicepreview.nmdemo.net/TourismDataWebService.svc", VS_ASE_REST_PRODUCTS_DB_URI: "http://localhost:9080/products-db-service/api/productsDBService/", VS_CONFIG_DIR: "C:\\vsdev\\workspace", WINDIR: "C:\\WINDOWS" }, binary = {
|
|
27065
27112
|
identify: function e(n) {
|
|
27066
27113
|
return n instanceof Uint8Array;
|
|
27067
27114
|
},
|
|
@@ -31777,7 +31824,7 @@ function _sfc_render$L(e, n, t, r, a, s) {
|
|
|
31777
31824
|
]), 2);
|
|
31778
31825
|
}
|
|
31779
31826
|
const VsLoadingSpinner = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$L]]);
|
|
31780
|
-
var define_process_env_default = { ICON_KIT_TOKEN: "7c48e8b3d4", ICON_API_TOKEN: "AC462319-8130-4A02-9769-769105D6B489", RECAPTCHA_TOKEN: "6LfqqfcZAAAAACbkbPaHRZTIFpKZGAPZBDkwBKhe", ACLOCAL_PATH: "C:\\Program Files\\Git\\mingw64\\share\\aclocal;C:\\Program Files\\Git\\usr\\share\\aclocal", ALLUSERSPROFILE: "C:\\ProgramData", APPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Roaming", BERRY_BIN_FOLDER: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-
|
|
31827
|
+
var define_process_env_default = { ICON_KIT_TOKEN: "7c48e8b3d4", ICON_API_TOKEN: "AC462319-8130-4A02-9769-769105D6B489", RECAPTCHA_TOKEN: "6LfqqfcZAAAAACbkbPaHRZTIFpKZGAPZBDkwBKhe", ACLOCAL_PATH: "C:\\Program Files\\Git\\mingw64\\share\\aclocal;C:\\Program Files\\Git\\usr\\share\\aclocal", ALLUSERSPROFILE: "C:\\ProgramData", APPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Roaming", BERRY_BIN_FOLDER: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579", CHROME_CRASHPAD_PIPE_NAME: "\\\\.\\pipe\\crashpad_15348_CWGUUHKPCRTIGFCZ", COLORTERM: "truecolor", COMMONPROGRAMFILES: "C:\\Program Files\\Common Files", "CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files", CommonProgramW6432: "C:\\Program Files\\Common Files", COMPUTERNAME: "2HR07S2", COMSPEC: "C:\\WINDOWS\\system32\\cmd.exe", CONFIG_SITE: "C:/Program Files/Git/etc/config.site", DISPLAY: "needs-to-be-defined", DriverData: "C:\\Windows\\System32\\Drivers\\DriverData", EXEPATH: "C:\\Program Files\\Git\\bin", GDAL_DATA: "C:\\Program Files\\PostgreSQL\\9.6\\gdal-data", GIT_ASKPASS: "c:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app\\extensions\\git\\dist\\askpass.sh", HOME: "C:\\Users\\duncan.sanderson", HOMEDRIVE: "C:", HOMEPATH: "\\Users\\duncan.sanderson", HOSTNAME: "2HR07S2", INFOPATH: "C:\\Program Files\\Git\\mingw64\\local\\info;C:\\Program Files\\Git\\mingw64\\share\\info;C:\\Program Files\\Git\\usr\\local\\info;C:\\Program Files\\Git\\usr\\share\\info;C:\\Program Files\\Git\\usr\\info;C:\\Program Files\\Git\\share\\info", INIT_CWD: "C:\\vsdev\\workspace\\vs-component-library", JAVA_HOME: "C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot", LANG: "en_US.UTF-8", LOCALAPPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Local", LOGONSERVER: "\\\\OP-DOM-VSWEBVDC", M2: "C:\\vsdev\\apache-maven-3.9.4\\bin", M2_HOME: "C:\\vsdev\\apache-maven-3.9.4", MANPATH: "C:\\Program Files\\Git\\mingw64\\local\\man;C:\\Program Files\\Git\\mingw64\\share\\man;C:\\Program Files\\Git\\usr\\local\\man;C:\\Program Files\\Git\\usr\\share\\man;C:\\Program Files\\Git\\usr\\man;C:\\Program Files\\Git\\share\\man", MINGW_CHOST: "x86_64-w64-mingw32", MINGW_PACKAGE_PREFIX: "mingw-w64-x86_64", MINGW_PREFIX: "C:/Program Files/Git/mingw64", MSYSTEM: "MINGW64", MSYSTEM_CARCH: "x86_64", MSYSTEM_CHOST: "x86_64-w64-mingw32", MSYSTEM_PREFIX: "C:/Program Files/Git/mingw64", NODE_ENV: "production", NODE_PATH: "C:\\Users\\duncan.sanderson\\AppData\\npm", npm_config_user_agent: "yarn/4.3.1 npm/? node/v18.19.1 win32 x64", npm_execpath: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579\\yarn", npm_lifecycle_event: "build:vite-no-theo", npm_node_execpath: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579\\node", npm_package_json: "C:\\vsdev\\workspace\\vs-component-library\\package.json", npm_package_name: "@visitscotland/component-library", npm_package_version: "4.7.1", NUMBER_OF_PROCESSORS: "8", OneDrive: "C:\\Users\\duncan.sanderson\\OneDrive - VisitScotland", OneDriveCommercial: "C:\\Users\\duncan.sanderson\\OneDrive - VisitScotland", ORIGINAL_PATH: "C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\WINDOWS;C:\\WINDOWS\\system32;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files (x86)\\QuickTime\\QTSystem;C:\\vsdev\\apache-maven-3.5.0\\bin;C:\\vsdev;C:\\vsinfo;C:\\vstools;C:\\vsdev\\apache-maven-3.9.4\\bin;C:\\program files\\nodejs;C:\\Program Files\\MongoDB 2.6 Standard\\bin;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Volta\\bin;C:\\Users\\duncan.sanderson\\.windows-build-tools\\python27;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files\\Java\\jdk1.8.0_141\\bin;C:\\Program Files\\heroku\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Yarn\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\nodejs;C:\\Program Files (x86)\\BrowserStackLocal;C:\\Users\\duncan.sanderson\\AppData\\Roaming\\npm;C:\\Users\\duncan.sanderson\\.deno\\bin", ORIGINAL_TEMP: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp", ORIGINAL_TMP: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp", ORIGINAL_XDG_CURRENT_DESKTOP: "undefined", OS: "Windows_NT", PATH: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579;C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-274ceb4d;C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-4df2ce3c;C:\\Users\\duncan.sanderson\\.volta\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\local\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\WINDOWS;C:\\WINDOWS\\system32;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files (x86)\\QuickTime\\QTSystem;C:\\vsdev\\apache-maven-3.5.0\\bin;C:\\vsdev;C:\\vsinfo;C:\\vstools;C:\\vsdev\\apache-maven-3.9.4\\bin;C:\\program files\\nodejs;C:\\Program Files\\MongoDB 2.6 Standard\\bin;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Volta\\bin;C:\\Users\\duncan.sanderson\\.windows-build-tools\\python27;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files\\Java\\jdk1.8.0_141\\bin;C:\\Program Files\\heroku\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Yarn\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\nodejs;C:\\Program Files (x86)\\BrowserStackLocal;C:\\Users\\duncan.sanderson\\AppData\\Roaming\\npm;C:\\Users\\duncan.sanderson\\.deno\\bin;C:\\Program Files\\Git\\usr\\bin\\vendor_perl;C:\\Program Files\\Git\\usr\\bin\\core_perl", PATHEXT: ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC", PKG_CONFIG_PATH: "C:\\Program Files\\Git\\mingw64\\lib\\pkgconfig;C:\\Program Files\\Git\\mingw64\\share\\pkgconfig", PKG_CONFIG_SYSTEM_INCLUDE_PATH: "C:/Program Files/Git/mingw64/include", PKG_CONFIG_SYSTEM_LIBRARY_PATH: "C:/Program Files/Git/mingw64/lib", PLINK_PROTOCOL: "ssh", POSTGIS_ENABLE_OUTDB_RASTERS: "1", POSTGIS_GDAL_ENABLED_DRIVERS: "GTiff PNG JPEG GIF XYZ DTED USGSDEM AAIGrid", PROCESSOR_ARCHITECTURE: "AMD64", PROCESSOR_IDENTIFIER: "Intel64 Family 6 Model 142 Stepping 10, GenuineIntel", PROCESSOR_LEVEL: "6", PROCESSOR_REVISION: "8e0a", ProgramData: "C:\\ProgramData", PROGRAMFILES: "C:\\Program Files", "ProgramFiles(x86)": "C:\\Program Files (x86)", ProgramW6432: "C:\\Program Files", PROJECT_CWD: "C:\\vsdev\\workspace\\vs-component-library", PROMPT: "$P$G", PSModulePath: "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules", PUBLIC: "C:\\Users\\Public", PWD: "C:\\vsdev\\workspace\\vs-component-library", PYTHON: "C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts\\", SESSIONNAME: "Console", SHELL: "C:\\Program Files\\Git\\usr\\bin\\bash.exe", SHLVL: "1", SSH_AGENT_PID: "1838", SSH_ASKPASS: "C:/Program Files/Git/mingw64/bin/git-askpass.exe", SSH_AUTH_SOCK: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp/ssh-uR4B1I3vN93q/agent.1837", SYSTEMDRIVE: "C:", SYSTEMROOT: "C:\\WINDOWS", TEMP: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", TERM: "xterm-256color", TERM_PROGRAM: "vscode", TERM_PROGRAM_VERSION: "1.96.2", TMP: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", TMPDIR: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", UATDATA: "C:\\WINDOWS\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77", USERDNSDOMAIN: "VSWEB.VISITSCOTLAND.NET", USERDOMAIN: "VSWEB", USERDOMAIN_ROAMINGPROFILE: "VSWEB", USERNAME: "duncan.sanderson", USERPROFILE: "C:\\Users\\duncan.sanderson", VOLTA_HOME: "C:/Users/duncan.sanderson/.volta", VSCODE_GIT_ASKPASS_EXTRA_ARGS: "", VSCODE_GIT_ASKPASS_MAIN: "c:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app\\extensions\\git\\dist\\askpass-main.js", VSCODE_GIT_ASKPASS_NODE: "C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe", VSCODE_GIT_IPC_HANDLE: "\\\\.\\pipe\\vscode-git-4a2d75133c-sock", VSDEVPATH: "C:\\vsdev", VSINFOPATH: "C:\\vsinfo", VSTOOLSPATH: "C:\\vstools", VS_ASE_ASE_URI: "C:/Program Files/Git/ase/ase", VS_ASE_CONFIG_DIR: "C:\\vsdev\\workspace\\www\\config", VS_ASE_DMS_SERVICE_URI: "http://localhost:9080/products-db-service/api/DMSService/", VS_ASE_FILE_STORE_ROOT: "C:\\vsdev\\ase\\filestore", VS_ASE_MONGODB_DB_NAME: "productDB", VS_ASE_MONGODB_HOST: "127.0.0.1", VS_ASE_NM_API_KEY: "ScotlandStage18643049", VS_ASE_NM_URI: "http://webservicepreview.nmdemo.net/TourismDataWebService.svc", VS_ASE_REST_PRODUCTS_DB_URI: "http://localhost:9080/products-db-service/api/productsDBService/", VS_CONFIG_DIR: "C:\\vsdev\\workspace", WINDIR: "C:\\WINDOWS" };
|
|
31781
31828
|
const getEnvValue = (e) => define_process_env_default[e], _sfc_main$T = {
|
|
31782
31829
|
name: "VsSelect",
|
|
31783
31830
|
status: "prototype",
|
|
@@ -40039,7 +40086,7 @@ function setup(e) {
|
|
|
40039
40086
|
}
|
|
40040
40087
|
var common = setup;
|
|
40041
40088
|
(function(e, n) {
|
|
40042
|
-
var t = { ICON_KIT_TOKEN: "7c48e8b3d4", ICON_API_TOKEN: "AC462319-8130-4A02-9769-769105D6B489", RECAPTCHA_TOKEN: "6LfqqfcZAAAAACbkbPaHRZTIFpKZGAPZBDkwBKhe", ACLOCAL_PATH: "C:\\Program Files\\Git\\mingw64\\share\\aclocal;C:\\Program Files\\Git\\usr\\share\\aclocal", ALLUSERSPROFILE: "C:\\ProgramData", APPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Roaming", BERRY_BIN_FOLDER: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-
|
|
40089
|
+
var t = { ICON_KIT_TOKEN: "7c48e8b3d4", ICON_API_TOKEN: "AC462319-8130-4A02-9769-769105D6B489", RECAPTCHA_TOKEN: "6LfqqfcZAAAAACbkbPaHRZTIFpKZGAPZBDkwBKhe", ACLOCAL_PATH: "C:\\Program Files\\Git\\mingw64\\share\\aclocal;C:\\Program Files\\Git\\usr\\share\\aclocal", ALLUSERSPROFILE: "C:\\ProgramData", APPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Roaming", BERRY_BIN_FOLDER: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579", CHROME_CRASHPAD_PIPE_NAME: "\\\\.\\pipe\\crashpad_15348_CWGUUHKPCRTIGFCZ", COLORTERM: "truecolor", COMMONPROGRAMFILES: "C:\\Program Files\\Common Files", "CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files", CommonProgramW6432: "C:\\Program Files\\Common Files", COMPUTERNAME: "2HR07S2", COMSPEC: "C:\\WINDOWS\\system32\\cmd.exe", CONFIG_SITE: "C:/Program Files/Git/etc/config.site", DISPLAY: "needs-to-be-defined", DriverData: "C:\\Windows\\System32\\Drivers\\DriverData", EXEPATH: "C:\\Program Files\\Git\\bin", GDAL_DATA: "C:\\Program Files\\PostgreSQL\\9.6\\gdal-data", GIT_ASKPASS: "c:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app\\extensions\\git\\dist\\askpass.sh", HOME: "C:\\Users\\duncan.sanderson", HOMEDRIVE: "C:", HOMEPATH: "\\Users\\duncan.sanderson", HOSTNAME: "2HR07S2", INFOPATH: "C:\\Program Files\\Git\\mingw64\\local\\info;C:\\Program Files\\Git\\mingw64\\share\\info;C:\\Program Files\\Git\\usr\\local\\info;C:\\Program Files\\Git\\usr\\share\\info;C:\\Program Files\\Git\\usr\\info;C:\\Program Files\\Git\\share\\info", INIT_CWD: "C:\\vsdev\\workspace\\vs-component-library", JAVA_HOME: "C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot", LANG: "en_US.UTF-8", LOCALAPPDATA: "C:\\Users\\duncan.sanderson\\AppData\\Local", LOGONSERVER: "\\\\OP-DOM-VSWEBVDC", M2: "C:\\vsdev\\apache-maven-3.9.4\\bin", M2_HOME: "C:\\vsdev\\apache-maven-3.9.4", MANPATH: "C:\\Program Files\\Git\\mingw64\\local\\man;C:\\Program Files\\Git\\mingw64\\share\\man;C:\\Program Files\\Git\\usr\\local\\man;C:\\Program Files\\Git\\usr\\share\\man;C:\\Program Files\\Git\\usr\\man;C:\\Program Files\\Git\\share\\man", MINGW_CHOST: "x86_64-w64-mingw32", MINGW_PACKAGE_PREFIX: "mingw-w64-x86_64", MINGW_PREFIX: "C:/Program Files/Git/mingw64", MSYSTEM: "MINGW64", MSYSTEM_CARCH: "x86_64", MSYSTEM_CHOST: "x86_64-w64-mingw32", MSYSTEM_PREFIX: "C:/Program Files/Git/mingw64", NODE_ENV: "production", NODE_PATH: "C:\\Users\\duncan.sanderson\\AppData\\npm", npm_config_user_agent: "yarn/4.3.1 npm/? node/v18.19.1 win32 x64", npm_execpath: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579\\yarn", npm_lifecycle_event: "build:vite-no-theo", npm_node_execpath: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579\\node", npm_package_json: "C:\\vsdev\\workspace\\vs-component-library\\package.json", npm_package_name: "@visitscotland/component-library", npm_package_version: "4.7.1", NUMBER_OF_PROCESSORS: "8", OneDrive: "C:\\Users\\duncan.sanderson\\OneDrive - VisitScotland", OneDriveCommercial: "C:\\Users\\duncan.sanderson\\OneDrive - VisitScotland", ORIGINAL_PATH: "C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\WINDOWS;C:\\WINDOWS\\system32;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files (x86)\\QuickTime\\QTSystem;C:\\vsdev\\apache-maven-3.5.0\\bin;C:\\vsdev;C:\\vsinfo;C:\\vstools;C:\\vsdev\\apache-maven-3.9.4\\bin;C:\\program files\\nodejs;C:\\Program Files\\MongoDB 2.6 Standard\\bin;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Volta\\bin;C:\\Users\\duncan.sanderson\\.windows-build-tools\\python27;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files\\Java\\jdk1.8.0_141\\bin;C:\\Program Files\\heroku\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Yarn\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\nodejs;C:\\Program Files (x86)\\BrowserStackLocal;C:\\Users\\duncan.sanderson\\AppData\\Roaming\\npm;C:\\Users\\duncan.sanderson\\.deno\\bin", ORIGINAL_TEMP: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp", ORIGINAL_TMP: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp", ORIGINAL_XDG_CURRENT_DESKTOP: "undefined", OS: "Windows_NT", PATH: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-35612579;C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-274ceb4d;C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp\\xfs-4df2ce3c;C:\\Users\\duncan.sanderson\\.volta\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\local\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Users\\duncan.sanderson\\bin;C:\\WINDOWS;C:\\WINDOWS\\system32;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files (x86)\\QuickTime\\QTSystem;C:\\vsdev\\apache-maven-3.5.0\\bin;C:\\vsdev;C:\\vsinfo;C:\\vstools;C:\\vsdev\\apache-maven-3.9.4\\bin;C:\\program files\\nodejs;C:\\Program Files\\MongoDB 2.6 Standard\\bin;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\Eclipse Adoptium\\jdk-11.0.20.101-hotspot\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Volta\\bin;C:\\Users\\duncan.sanderson\\.windows-build-tools\\python27;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files\\Java\\jdk1.8.0_141\\bin;C:\\Program Files\\heroku\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Yarn\\bin;C:\\Users\\duncan.sanderson\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Program Files\\nodejs;C:\\Program Files (x86)\\BrowserStackLocal;C:\\Users\\duncan.sanderson\\AppData\\Roaming\\npm;C:\\Users\\duncan.sanderson\\.deno\\bin;C:\\Program Files\\Git\\usr\\bin\\vendor_perl;C:\\Program Files\\Git\\usr\\bin\\core_perl", PATHEXT: ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC", PKG_CONFIG_PATH: "C:\\Program Files\\Git\\mingw64\\lib\\pkgconfig;C:\\Program Files\\Git\\mingw64\\share\\pkgconfig", PKG_CONFIG_SYSTEM_INCLUDE_PATH: "C:/Program Files/Git/mingw64/include", PKG_CONFIG_SYSTEM_LIBRARY_PATH: "C:/Program Files/Git/mingw64/lib", PLINK_PROTOCOL: "ssh", POSTGIS_ENABLE_OUTDB_RASTERS: "1", POSTGIS_GDAL_ENABLED_DRIVERS: "GTiff PNG JPEG GIF XYZ DTED USGSDEM AAIGrid", PROCESSOR_ARCHITECTURE: "AMD64", PROCESSOR_IDENTIFIER: "Intel64 Family 6 Model 142 Stepping 10, GenuineIntel", PROCESSOR_LEVEL: "6", PROCESSOR_REVISION: "8e0a", ProgramData: "C:\\ProgramData", PROGRAMFILES: "C:\\Program Files", "ProgramFiles(x86)": "C:\\Program Files (x86)", ProgramW6432: "C:\\Program Files", PROJECT_CWD: "C:\\vsdev\\workspace\\vs-component-library", PROMPT: "$P$G", PSModulePath: "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules", PUBLIC: "C:\\Users\\Public", PWD: "C:\\vsdev\\workspace\\vs-component-library", PYTHON: "C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Python\\Python39\\Scripts\\", SESSIONNAME: "Console", SHELL: "C:\\Program Files\\Git\\usr\\bin\\bash.exe", SHLVL: "1", SSH_AGENT_PID: "1838", SSH_ASKPASS: "C:/Program Files/Git/mingw64/bin/git-askpass.exe", SSH_AUTH_SOCK: "C:/Users/DUNCAN~1.SAN/AppData/Local/Temp/ssh-uR4B1I3vN93q/agent.1837", SYSTEMDRIVE: "C:", SYSTEMROOT: "C:\\WINDOWS", TEMP: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", TERM: "xterm-256color", TERM_PROGRAM: "vscode", TERM_PROGRAM_VERSION: "1.96.2", TMP: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", TMPDIR: "C:\\Users\\DUNCAN~1.SAN\\AppData\\Local\\Temp", UATDATA: "C:\\WINDOWS\\CCM\\UATData\\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77", USERDNSDOMAIN: "VSWEB.VISITSCOTLAND.NET", USERDOMAIN: "VSWEB", USERDOMAIN_ROAMINGPROFILE: "VSWEB", USERNAME: "duncan.sanderson", USERPROFILE: "C:\\Users\\duncan.sanderson", VOLTA_HOME: "C:/Users/duncan.sanderson/.volta", VSCODE_GIT_ASKPASS_EXTRA_ARGS: "", VSCODE_GIT_ASKPASS_MAIN: "c:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app\\extensions\\git\\dist\\askpass-main.js", VSCODE_GIT_ASKPASS_NODE: "C:\\Users\\duncan.sanderson\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe", VSCODE_GIT_IPC_HANDLE: "\\\\.\\pipe\\vscode-git-4a2d75133c-sock", VSDEVPATH: "C:\\vsdev", VSINFOPATH: "C:\\vsinfo", VSTOOLSPATH: "C:\\vstools", VS_ASE_ASE_URI: "C:/Program Files/Git/ase/ase", VS_ASE_CONFIG_DIR: "C:\\vsdev\\workspace\\www\\config", VS_ASE_DMS_SERVICE_URI: "http://localhost:9080/products-db-service/api/DMSService/", VS_ASE_FILE_STORE_ROOT: "C:\\vsdev\\ase\\filestore", VS_ASE_MONGODB_DB_NAME: "productDB", VS_ASE_MONGODB_HOST: "127.0.0.1", VS_ASE_NM_API_KEY: "ScotlandStage18643049", VS_ASE_NM_URI: "http://webservicepreview.nmdemo.net/TourismDataWebService.svc", VS_ASE_REST_PRODUCTS_DB_URI: "http://localhost:9080/products-db-service/api/productsDBService/", VS_CONFIG_DIR: "C:\\vsdev\\workspace", WINDIR: "C:\\WINDOWS" };
|
|
40043
40090
|
n.formatArgs = a, n.save = s, n.load = i, n.useColors = r, n.storage = l(), n.destroy = /* @__PURE__ */ (() => {
|
|
40044
40091
|
let d = !1;
|
|
40045
40092
|
return () => {
|
|
@@ -40716,6 +40763,7 @@ export {
|
|
|
40716
40763
|
Article as VsArticle,
|
|
40717
40764
|
ArticleSection as VsArticleSection,
|
|
40718
40765
|
ArticleSidebar as VsArticleSidebar,
|
|
40766
|
+
_sfc_main$2a as VsBackToTop,
|
|
40719
40767
|
_sfc_main$29 as VsBadge,
|
|
40720
40768
|
Banner as VsBanner,
|
|
40721
40769
|
BlogDetails as VsBlogDetails,
|