@visitscotland/component-library 5.25.0 → 5.27.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 +97 -91
- package/dist/client/scripts/{03be5e7637e3fc5b35f2.js → 1918cd9906bebffe3457.js} +1 -1
- package/dist/client/scripts/2a74d3661f1aeb64da2d.js +1 -0
- package/dist/client/scripts/{17a86b81ab53210ba3b1.js → 33243d5f6375a35a5b08.js} +1 -1
- package/dist/client/scripts/5cfb5d9a106dafff176f.js +1 -0
- package/dist/client/scripts/913670cf11fb47143cc4.js +1 -0
- package/dist/client/scripts/93e3877d8dc2f8f2ba29.js +1 -0
- package/dist/client/scripts/a67dfcc6f9de1ceaf9d9.js +1 -0
- package/dist/client/scripts/{c4552846f303aee84135.js → b67e49703dfa94258c7e.js} +1 -1
- package/dist/client/scripts/{531fe01149ba3d42eb15.js → bd3814764b1c7e8c5751.js} +1 -1
- package/dist/client/scripts/d15b3712f04d6c8972a1.js +1 -0
- package/dist/client/scripts/d46534bfd4639ca6592e.js +1 -0
- package/dist/client/scripts/e555e6f7c093044467bd.js +1 -0
- package/dist/client/scripts/f3adb12e0b611f4ccba4.js +1 -0
- package/dist/client/styles/5cfb5d9a106dafff176f.css +1 -0
- package/dist/client/styles/913670cf11fb47143cc4.css +1 -0
- package/dist/components/src/components/form/Form.vue.d.ts +9 -0
- package/dist/components/src/components/hero-section/HeroSection.vue.d.ts +37 -330
- package/dist/components/src/components/hero-section/components/HeroSectionImage.vue.d.ts +37 -330
- package/dist/components/src/components/input/Input.vue.d.ts +17 -0
- package/dist/components/src/components/media-caption/MediaCaption.vue.d.ts +224 -0
- package/dist/components/src/components/mega-nav/MegaNav.vue.d.ts +9 -0
- package/dist/components/src/components/site-search/components/SiteSearchForm.vue.d.ts +9 -0
- package/dist/components/src/custom-components/maps/MainMap.vue.d.ts +2 -0
- package/dist/components/src/custom-components/maps/components/MapSidebar.vue.d.ts +11 -0
- package/dist/components/src/custom-components/maps/index.d.ts +17 -0
- package/dist/components/style.css +1 -1
- package/dist/components/vs-component-library.js +113 -113
- package/dist/components/vs-component-library.mjs +3321 -3189
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/dist/ssr/styles/{9c26bdddbdf750a9532d.css → 6bb772fc5ee56d6200ef.css} +3 -3
- package/package.json +1 -1
- package/dist/client/scripts/1391b44bbf31e0b1501f.js +0 -1
- package/dist/client/scripts/34433c129bef8559d83f.js +0 -1
- package/dist/client/scripts/38efb2b25829632c19c8.js +0 -1
- package/dist/client/scripts/507ccdc5bf81d59adfb1.js +0 -1
- package/dist/client/scripts/5af5b9a163f461a17f19.js +0 -1
- package/dist/client/scripts/86bfa431e2d44d78e145.js +0 -1
- package/dist/client/scripts/89abc7e3a5eecf6b6014.js +0 -1
- package/dist/client/scripts/99f43c4c4a9704f957a9.js +0 -1
- package/dist/client/styles/38efb2b25829632c19c8.css +0 -1
- package/dist/client/styles/86bfa431e2d44d78e145.css +0 -1
- /package/dist/client/scripts/{4e1dd257cb65a4c90266.js → 951faebbaf9131953a9d.js} +0 -0
- /package/dist/client/styles/{03be5e7637e3fc5b35f2.css → 1918cd9906bebffe3457.css} +0 -0
- /package/dist/client/styles/{99f43c4c4a9704f957a9.css → 2a74d3661f1aeb64da2d.css} +0 -0
- /package/dist/client/styles/{507ccdc5bf81d59adfb1.css → 93e3877d8dc2f8f2ba29.css} +0 -0
- /package/dist/client/styles/{34433c129bef8559d83f.css → a67dfcc6f9de1ceaf9d9.css} +0 -0
- /package/dist/client/styles/{c4552846f303aee84135.css → b67e49703dfa94258c7e.css} +0 -0
- /package/dist/client/styles/{5af5b9a163f461a17f19.css → e555e6f7c093044467bd.css} +0 -0
- /package/dist/client/styles/{89abc7e3a5eecf6b6014.css → f3adb12e0b611f4ccba4.css} +0 -0
|
@@ -404,6 +404,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
404
404
|
type: BooleanConstructor;
|
|
405
405
|
default: boolean;
|
|
406
406
|
};
|
|
407
|
+
ariaLabel: {
|
|
408
|
+
type: StringConstructor;
|
|
409
|
+
default: string;
|
|
410
|
+
};
|
|
407
411
|
disabled: {
|
|
408
412
|
type: BooleanConstructor;
|
|
409
413
|
default: boolean;
|
|
@@ -506,6 +510,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
506
510
|
type: BooleanConstructor;
|
|
507
511
|
default: boolean;
|
|
508
512
|
};
|
|
513
|
+
ariaLabel: {
|
|
514
|
+
type: StringConstructor;
|
|
515
|
+
default: string;
|
|
516
|
+
};
|
|
509
517
|
disabled: {
|
|
510
518
|
type: BooleanConstructor;
|
|
511
519
|
default: boolean;
|
|
@@ -545,6 +553,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
545
553
|
name: string;
|
|
546
554
|
value: string;
|
|
547
555
|
disabled: boolean;
|
|
556
|
+
ariaLabel: string;
|
|
548
557
|
invalid: boolean;
|
|
549
558
|
validationRules: Record<string, any>;
|
|
550
559
|
triggerValidate: boolean;
|
|
@@ -13,6 +13,7 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
13
13
|
categoriesLocation: string;
|
|
14
14
|
categoryLabels: Record<string, any>;
|
|
15
15
|
noResultsMessage: string;
|
|
16
|
+
resetMapNoResultsMessage: string;
|
|
16
17
|
apiKey?: string;
|
|
17
18
|
$props: {
|
|
18
19
|
readonly center?: Record<string, any>;
|
|
@@ -29,6 +30,7 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
29
30
|
readonly categoriesLocation?: string;
|
|
30
31
|
readonly categoryLabels?: Record<string, any>;
|
|
31
32
|
readonly noResultsMessage?: string;
|
|
33
|
+
readonly resetMapNoResultsMessage?: string;
|
|
32
34
|
readonly apiKey?: string;
|
|
33
35
|
};
|
|
34
36
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -23,6 +23,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
23
23
|
type: StringConstructor;
|
|
24
24
|
default: string;
|
|
25
25
|
};
|
|
26
|
+
/** ARIA Label for the input */
|
|
27
|
+
searchBarAriaLabel: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
26
31
|
/** Label for the input placeholder text */
|
|
27
32
|
inputPlaceholderLabel: {
|
|
28
33
|
type: StringConstructor;
|
|
@@ -76,6 +81,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
76
81
|
type: StringConstructor;
|
|
77
82
|
default: string;
|
|
78
83
|
};
|
|
84
|
+
/** ARIA Label for the input */
|
|
85
|
+
searchBarAriaLabel: {
|
|
86
|
+
type: StringConstructor;
|
|
87
|
+
default: string;
|
|
88
|
+
};
|
|
79
89
|
/** Label for the input placeholder text */
|
|
80
90
|
inputPlaceholderLabel: {
|
|
81
91
|
type: StringConstructor;
|
|
@@ -113,6 +123,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
113
123
|
selectedCategories: string;
|
|
114
124
|
headerLabel: string;
|
|
115
125
|
closeSidebarButtonLabel: string;
|
|
126
|
+
searchBarAriaLabel: string;
|
|
116
127
|
inputPlaceholderLabel: string;
|
|
117
128
|
searchButtonLabel: string;
|
|
118
129
|
clearMapLabel: string;
|
|
@@ -14,6 +14,7 @@ declare const _default: {
|
|
|
14
14
|
categoriesLocation: string;
|
|
15
15
|
categoryLabels: Record<string, any>;
|
|
16
16
|
noResultsMessage: string;
|
|
17
|
+
resetMapNoResultsMessage: string;
|
|
17
18
|
apiKey?: string;
|
|
18
19
|
$props: {
|
|
19
20
|
readonly center?: Record<string, any>;
|
|
@@ -30,6 +31,7 @@ declare const _default: {
|
|
|
30
31
|
readonly categoriesLocation?: string;
|
|
31
32
|
readonly categoryLabels?: Record<string, any>;
|
|
32
33
|
readonly noResultsMessage?: string;
|
|
34
|
+
readonly resetMapNoResultsMessage?: string;
|
|
33
35
|
readonly apiKey?: string;
|
|
34
36
|
};
|
|
35
37
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -51,6 +53,10 @@ declare const _default: {
|
|
|
51
53
|
type: StringConstructor;
|
|
52
54
|
default: string;
|
|
53
55
|
};
|
|
56
|
+
searchBarAriaLabel: {
|
|
57
|
+
type: StringConstructor;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
54
60
|
inputPlaceholderLabel: {
|
|
55
61
|
type: StringConstructor;
|
|
56
62
|
default: string;
|
|
@@ -86,6 +92,7 @@ declare const _default: {
|
|
|
86
92
|
selectedCategories: string;
|
|
87
93
|
headerLabel: string;
|
|
88
94
|
closeSidebarButtonLabel: string;
|
|
95
|
+
searchBarAriaLabel: string;
|
|
89
96
|
inputPlaceholderLabel: string;
|
|
90
97
|
searchButtonLabel: string;
|
|
91
98
|
clearMapLabel: string;
|
|
@@ -116,6 +123,10 @@ declare const _default: {
|
|
|
116
123
|
type: StringConstructor;
|
|
117
124
|
default: string;
|
|
118
125
|
};
|
|
126
|
+
searchBarAriaLabel: {
|
|
127
|
+
type: StringConstructor;
|
|
128
|
+
default: string;
|
|
129
|
+
};
|
|
119
130
|
inputPlaceholderLabel: {
|
|
120
131
|
type: StringConstructor;
|
|
121
132
|
default: string;
|
|
@@ -148,6 +159,7 @@ declare const _default: {
|
|
|
148
159
|
selectedCategories: string;
|
|
149
160
|
headerLabel: string;
|
|
150
161
|
closeSidebarButtonLabel: string;
|
|
162
|
+
searchBarAriaLabel: string;
|
|
151
163
|
inputPlaceholderLabel: string;
|
|
152
164
|
searchButtonLabel: string;
|
|
153
165
|
clearMapLabel: string;
|
|
@@ -175,6 +187,10 @@ declare const _default: {
|
|
|
175
187
|
type: StringConstructor;
|
|
176
188
|
default: string;
|
|
177
189
|
};
|
|
190
|
+
searchBarAriaLabel: {
|
|
191
|
+
type: StringConstructor;
|
|
192
|
+
default: string;
|
|
193
|
+
};
|
|
178
194
|
inputPlaceholderLabel: {
|
|
179
195
|
type: StringConstructor;
|
|
180
196
|
default: string;
|
|
@@ -210,6 +226,7 @@ declare const _default: {
|
|
|
210
226
|
selectedCategories: string;
|
|
211
227
|
headerLabel: string;
|
|
212
228
|
closeSidebarButtonLabel: string;
|
|
229
|
+
searchBarAriaLabel: string;
|
|
213
230
|
inputPlaceholderLabel: string;
|
|
214
231
|
searchButtonLabel: string;
|
|
215
232
|
clearMapLabel: string;
|