@visitscotland/component-library 5.21.1 → 5.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/manifest.json +89 -89
- package/dist/client/scripts/199207d8c2e1af121651.js +1 -0
- package/dist/client/scripts/4927a1ac02287057b8a5.js +1 -0
- package/dist/components/{LoadingSpinner-BV9HMdg5.mjs → LoadingSpinner-Al46acPr.mjs} +72 -82
- package/dist/components/{LoadingSpinner-JuocvxQq.js → LoadingSpinner-Cmgcr11N.js} +7 -7
- package/dist/components/src/custom-components/maps/MainMap.vue.d.ts +2 -0
- package/dist/components/src/custom-components/maps/index.d.ts +2 -0
- package/dist/components/src/utils/data-layer-templates.d.ts +0 -1
- package/dist/components/vs-component-library-maps.js +1 -1
- package/dist/components/vs-component-library-maps.mjs +1 -1
- package/dist/components/vs-component-library.js +2 -2
- package/dist/components/vs-component-library.mjs +19 -20
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/package.json +1 -1
- package/dist/client/scripts/59da58f1b970a492e5b6.js +0 -1
- package/dist/client/scripts/89d14462fa76f6d979be.js +0 -1
- /package/dist/client/scripts/{a701b0f8281bb833c21b.js → e5f69ed9d3c641d5cfeb.js} +0 -0
- /package/dist/client/styles/{89d14462fa76f6d979be.css → 199207d8c2e1af121651.css} +0 -0
- /package/dist/client/styles/{a701b0f8281bb833c21b.css → e5f69ed9d3c641d5cfeb.css} +0 -0
- /package/dist/ssr/styles/{ee81fe3377b185c1f728.css → cd91cd75ad48ccd0752f.css} +0 -0
|
@@ -6,6 +6,7 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
6
6
|
mapId: string;
|
|
7
7
|
cookieBtnText: string;
|
|
8
8
|
labels: Record<string, any>;
|
|
9
|
+
mapTypeVector: boolean;
|
|
9
10
|
zoom: number;
|
|
10
11
|
radius: number;
|
|
11
12
|
languageCode: string;
|
|
@@ -21,6 +22,7 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
21
22
|
readonly mapId?: string;
|
|
22
23
|
readonly cookieBtnText?: string;
|
|
23
24
|
readonly labels?: Record<string, any>;
|
|
25
|
+
readonly mapTypeVector?: boolean;
|
|
24
26
|
readonly zoom?: number;
|
|
25
27
|
readonly radius?: number;
|
|
26
28
|
readonly languageCode?: string;
|
|
@@ -7,6 +7,7 @@ declare const _default: {
|
|
|
7
7
|
mapId: string;
|
|
8
8
|
cookieBtnText: string;
|
|
9
9
|
labels: Record<string, any>;
|
|
10
|
+
mapTypeVector: boolean;
|
|
10
11
|
zoom: number;
|
|
11
12
|
radius: number;
|
|
12
13
|
languageCode: string;
|
|
@@ -22,6 +23,7 @@ declare const _default: {
|
|
|
22
23
|
readonly mapId?: string;
|
|
23
24
|
readonly cookieBtnText?: string;
|
|
24
25
|
readonly labels?: Record<string, any>;
|
|
26
|
+
readonly mapTypeVector?: boolean;
|
|
25
27
|
readonly zoom?: number;
|
|
26
28
|
readonly radius?: number;
|
|
27
29
|
readonly languageCode?: string;
|
|
@@ -24,6 +24,5 @@ export const siteSearchClickTemplate: string[];
|
|
|
24
24
|
export const siteSearchCloseTemplate: string[];
|
|
25
25
|
export const googleMapSearchTemplate: string[];
|
|
26
26
|
export const googleMapFilterInteractionTemplate: string[];
|
|
27
|
-
export const googleMapClickTemplate: string[];
|
|
28
27
|
export const googleMapTimeToFirstInteractionTemplate: string[];
|
|
29
28
|
export const googleMapInteractionTemplate: string[];
|