@visitscotland/component-library 3.0.4 → 3.0.6
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 +53 -0
- package/dist/client/fonts/fa-duotone-900.ttf +0 -0
- package/dist/client/fonts/fa-duotone-900.woff2 +0 -0
- package/dist/client/manifest.json +172 -172
- package/dist/client/scripts/2c9771b621321ebce2f1.js +1 -0
- package/dist/client/scripts/{87c81786aba52ad2c8de.js → 2ec96066459c23785cbe.js} +1 -1
- package/dist/client/scripts/{57f474f5e19eb8baccea.js → 317bf5d5727006b94afd.js} +1 -1
- package/dist/client/scripts/369660f549d80a83b319.js +1 -0
- package/dist/client/scripts/{ce05b548e362b5886d8d.js → 3f076d8e7a9978382389.js} +1 -1
- package/dist/client/scripts/62dee53b5ff29bcdf2a4.js +1 -0
- package/dist/client/scripts/{48d53e3631b7bf81ef29.js → 645e6203105968ad0f41.js} +1 -1
- package/dist/client/scripts/{4f262ff6d88d67a5edb0.js → 6fc9b98332d4c5c0030e.js} +1 -1
- package/dist/client/scripts/71e47f081f1872f4933e.js +1 -0
- package/dist/client/scripts/{6b53edbec946bee62d26.js → 9f065385334d4171c659.js} +1 -1
- package/dist/client/scripts/adb997ae050ff11118c3.js +1 -0
- package/dist/client/scripts/b54e126bdfc77cdd9070.js +1 -0
- package/dist/client/scripts/c95930ffa2e73a2cc9f9.js +1 -0
- package/dist/client/scripts/cebe2ecd315979d611b4.js +1 -0
- package/dist/client/scripts/d1ccfaba65d3a42016e7.js +1 -0
- package/dist/client/scripts/d98904f0243929183f90.js +1 -0
- package/dist/client/scripts/{31a2579101bbbb9e5f30.js → dd2e53bdbe88461c7844.js} +1 -1
- package/dist/client/scripts/{1ea58060bdd59b73f2cc.js → eeed4d3e9c67f63e7289.js} +1 -1
- package/dist/client/scripts/f20d9d2c0dba637ea47e.js +1 -0
- package/dist/client/scripts/{829fb548fb318cc6c227.js → f4970884abfc851ae32f.js} +1 -1
- package/dist/client/styles/{87c81786aba52ad2c8de.css → 2ec96066459c23785cbe.css} +1 -1
- package/dist/client/styles/3f076d8e7a9978382389.css +1 -0
- package/dist/client/styles/{48d53e3631b7bf81ef29.css → 645e6203105968ad0f41.css} +1 -1
- package/dist/client/styles/{4f262ff6d88d67a5edb0.css → 6fc9b98332d4c5c0030e.css} +1 -1
- package/dist/client/styles/71e47f081f1872f4933e.css +1 -0
- package/dist/client/styles/{f03a2509e55a384da74a.css → b54e126bdfc77cdd9070.css} +1 -1
- package/dist/client/styles/{4b4417e0ec7c6d38af51.css → bd26b75ba38ccee0dc01.css} +2 -2
- package/dist/client/styles/{dbefa7802bf2a65b8a37.css → d98904f0243929183f90.css} +1 -1
- package/dist/client/styles/{31a2579101bbbb9e5f30.css → dd2e53bdbe88461c7844.css} +1 -1
- package/dist/client/styles/{829fb548fb318cc6c227.css → f4970884abfc851ae32f.css} +1 -1
- package/dist/client/styles/third-party/_font-awesome.css +2 -2
- package/dist/components/components/accordion/components/AccordionItem.vue.d.ts +1 -1
- package/dist/components/components/accordion/index.d.ts +1 -1
- package/dist/components/components/button/Button.vue.d.ts +2 -2
- package/dist/components/components/canned-search/CannedSearch.vue.d.ts +1 -1
- package/dist/components/components/canned-search/components/CannedSearchDuration.vue.d.ts +1 -1
- package/dist/components/components/canned-search/components/CannedSearchLogos.vue.d.ts +1 -1
- package/dist/components/components/canned-search/components/CannedSearchPrice.vue.d.ts +1 -1
- package/dist/components/components/canned-search/components/CannedSearchSummaryBox.vue.d.ts +1 -1
- package/dist/components/components/caption/Caption.vue.d.ts +260 -1
- package/dist/components/components/carbon-calculator/components/CarbonCalculatorResults.vue.d.ts +262 -1
- package/dist/components/components/carousel/Carousel.vue.d.ts +2 -2
- package/dist/components/components/carousel/components/CarouselSlide.vue.d.ts +3 -3
- package/dist/components/components/checkbox/Checkbox.vue.d.ts +2 -2
- package/dist/components/components/embed-wrapper/EmbedWrapper.vue.d.ts +1 -1
- package/dist/components/components/footer/components/FooterAccordionItem.vue.d.ts +1 -1
- package/dist/components/components/form/Form.vue.d.ts +1 -1
- package/dist/components/components/heading/Heading.vue.d.ts +1 -1
- package/dist/components/components/icon/Icon.vue.d.ts +1 -1
- package/dist/components/components/icon/index.d.ts +1 -1
- package/dist/components/components/image-with-caption/ImageWithCaption.vue.d.ts +6 -6
- package/dist/components/components/img/Img.vue.d.ts +11 -4
- package/dist/components/components/input/Input.vue.d.ts +2 -2
- package/dist/components/components/link/Link.vue.d.ts +1 -1
- package/dist/components/components/link-list/components/LinkListItem.vue.d.ts +12 -1
- package/dist/components/components/list/List.vue.d.ts +1 -1
- package/dist/components/components/mega-nav/MegaNav.vue.d.ts +282 -1
- package/dist/components/components/mega-nav/components/MegaNavDropdownContainer.vue.d.ts +1 -1
- package/dist/components/components/megalinks/Megalinks.vue.d.ts +1 -1
- package/dist/components/components/megalinks/components/megalink-link-list/MegalinkLinkList.vue.d.ts +5 -5
- package/dist/components/components/megalinks/components/megalink-multi-image/MegalinkMultiImage.vue.d.ts +5 -5
- package/dist/components/components/number-input/NumberInput.vue.d.ts +4 -4
- package/dist/components/components/radio-button/RadioButton.vue.d.ts +1 -1
- package/dist/components/components/select/Select.vue.d.ts +1 -1
- package/dist/components/components/ski-scotland/ski-scotland-status/SkiScotlandStatus.vue.d.ts +272 -1
- package/dist/components/components/stretched-link-card/StretchedLinkCard.vue.d.ts +26 -6
- package/dist/components/components/svg-link/SvgLink.vue.d.ts +2 -2
- package/dist/components/components/video/Video.vue.d.ts +1 -1
- package/dist/components/components/video-caption/VideoCaption.vue.d.ts +23 -3
- package/dist/components/icons.css +2 -2
- package/dist/components/mixins/verifyCookiesMixin.d.ts +1 -1
- package/dist/components/stores/map.store.d.ts +2 -2
- package/dist/components/stores/video.store.d.ts +1 -1
- package/dist/components/utils/breakpoints.d.ts +1 -1
- package/dist/components/vs-component-library.css +1 -1
- package/dist/components/vs-component-library.js +50 -50
- package/dist/components/vs-component-library.mjs +1326 -1306
- package/dist/ssr/fonts/fa-duotone-900.ttf +0 -0
- package/dist/ssr/fonts/fa-duotone-900.woff2 +0 -0
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/dist/ssr/styles/{8df2da33c2482bedd1e8.css → 9ece1903c7f3b88d0693.css} +11 -11
- package/package.json +3 -3
- package/dist/client/scripts/45f0025aa5e0e67e90af.js +0 -1
- package/dist/client/scripts/4a4ba7ebd4b744564fb1.js +0 -1
- package/dist/client/scripts/5e005447771fd3cd6b2b.js +0 -1
- package/dist/client/scripts/6cd0e09564354b3d5ff2.js +0 -1
- package/dist/client/scripts/b9d33994c69b2a8de5fe.js +0 -1
- package/dist/client/scripts/ba790fc15aa9dd2a524f.js +0 -1
- package/dist/client/scripts/dbefa7802bf2a65b8a37.js +0 -1
- package/dist/client/scripts/ebfecb5cb9655ada3826.js +0 -1
- package/dist/client/scripts/ec98e9fccfc20586c905.js +0 -1
- package/dist/client/scripts/f03a2509e55a384da74a.js +0 -1
- package/dist/client/scripts/ff019a30624b95c825db.js +0 -1
- package/dist/client/styles/ba790fc15aa9dd2a524f.css +0 -1
- package/dist/client/styles/ce05b548e362b5886d8d.css +0 -1
- /package/dist/client/scripts/{4b4417e0ec7c6d38af51.js → bd26b75ba38ccee0dc01.js} +0 -0
- /package/dist/client/styles/{ec98e9fccfc20586c905.css → 2c9771b621321ebce2f1.css} +0 -0
- /package/dist/client/styles/{57f474f5e19eb8baccea.css → 317bf5d5727006b94afd.css} +0 -0
- /package/dist/client/styles/{b9d33994c69b2a8de5fe.css → 369660f549d80a83b319.css} +0 -0
- /package/dist/client/styles/{ebfecb5cb9655ada3826.css → 62dee53b5ff29bcdf2a4.css} +0 -0
- /package/dist/client/styles/{6b53edbec946bee62d26.css → 9f065385334d4171c659.css} +0 -0
- /package/dist/client/styles/{ff019a30624b95c825db.css → adb997ae050ff11118c3.css} +0 -0
- /package/dist/client/styles/{5e005447771fd3cd6b2b.css → c95930ffa2e73a2cc9f9.css} +0 -0
- /package/dist/client/styles/{45f0025aa5e0e67e90af.css → d1ccfaba65d3a42016e7.css} +0 -0
- /package/dist/client/styles/{1ea58060bdd59b73f2cc.css → eeed4d3e9c67f63e7289.css} +0 -0
- /package/dist/client/styles/{4a4ba7ebd4b744564fb1.css → f20d9d2c0dba637ea47e.css} +0 -0
|
@@ -138,7 +138,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
138
138
|
onetrustActiveGroups(): any;
|
|
139
139
|
requiredCookiesExist(): any;
|
|
140
140
|
cookiesInitStatus(): any;
|
|
141
|
-
cookiesSet: () =>
|
|
141
|
+
cookiesSet: () => string[];
|
|
142
142
|
};
|
|
143
143
|
mounted(): void;
|
|
144
144
|
}, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -256,7 +256,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
256
256
|
default: boolean;
|
|
257
257
|
};
|
|
258
258
|
}>>, {
|
|
259
|
+
useLazyLoading: boolean;
|
|
259
260
|
noJsMessage: string;
|
|
261
|
+
noCookiesMessage: string;
|
|
262
|
+
cookieLinkText: string;
|
|
263
|
+
videoId: string;
|
|
264
|
+
errorMessage: string;
|
|
260
265
|
altText: string;
|
|
261
266
|
closedDefaultCaption: boolean;
|
|
262
267
|
imageSrc: string;
|
|
@@ -265,12 +270,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
265
270
|
mobileOverlap: boolean;
|
|
266
271
|
toggleButtonText: string;
|
|
267
272
|
playButtonText: string;
|
|
268
|
-
videoId: string;
|
|
269
273
|
smallPlayButton: boolean;
|
|
270
|
-
noCookiesMessage: string;
|
|
271
|
-
cookieLinkText: string;
|
|
272
|
-
useLazyLoading: boolean;
|
|
273
|
-
errorMessage: string;
|
|
274
274
|
showToggle: boolean;
|
|
275
275
|
}, {}>;
|
|
276
276
|
export default _default;
|
|
@@ -56,7 +56,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
56
56
|
imgStyle(): {
|
|
57
57
|
backgroundImage: string;
|
|
58
58
|
};
|
|
59
|
-
}, {},
|
|
59
|
+
}, {}, {
|
|
60
|
+
computed: {
|
|
61
|
+
fullSrcSet(): string;
|
|
62
|
+
};
|
|
63
|
+
methods: {
|
|
64
|
+
specificImgSize(size: any): string;
|
|
65
|
+
};
|
|
66
|
+
}, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
60
67
|
/**
|
|
61
68
|
* The source URL
|
|
62
69
|
*/
|
|
@@ -111,11 +118,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
111
118
|
default: boolean;
|
|
112
119
|
};
|
|
113
120
|
}>>, {
|
|
114
|
-
alt: string;
|
|
115
|
-
useGenericLqip: boolean;
|
|
116
121
|
fluid: boolean;
|
|
117
|
-
|
|
122
|
+
alt: string;
|
|
118
123
|
fluidGrow: boolean;
|
|
119
124
|
lowResImage: string;
|
|
125
|
+
useGenericLqip: boolean;
|
|
126
|
+
useLazyLoading: boolean;
|
|
120
127
|
}, {}>;
|
|
121
128
|
export default _default;
|
|
@@ -296,15 +296,15 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
296
296
|
value: string;
|
|
297
297
|
type: string;
|
|
298
298
|
disabled: boolean;
|
|
299
|
-
hintText: string;
|
|
300
299
|
invalid: boolean;
|
|
301
300
|
validationRules: Record<string, any>;
|
|
301
|
+
hintText: string;
|
|
302
302
|
triggerValidate: boolean;
|
|
303
303
|
validationMessages: Record<string, any>;
|
|
304
304
|
genericValidation: Record<string, any>;
|
|
305
305
|
reAlertErrors: boolean;
|
|
306
|
+
clearButtonText: string;
|
|
306
307
|
placeholder: string;
|
|
307
308
|
autoComplete: boolean;
|
|
308
|
-
clearButtonText: string;
|
|
309
309
|
}, {}>;
|
|
310
310
|
export default _default;
|
|
@@ -30,7 +30,18 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
30
30
|
default: any;
|
|
31
31
|
};
|
|
32
32
|
}, {
|
|
33
|
-
videoStore:
|
|
33
|
+
videoStore: import('pinia').Store<"video", import('../../../stores/video.store').IVideosState, {}, {
|
|
34
|
+
addVideo(newVideo: {
|
|
35
|
+
videoId: string;
|
|
36
|
+
videoDurationMsg: string;
|
|
37
|
+
videoDuration: number;
|
|
38
|
+
videoFullDuration: {
|
|
39
|
+
minutes: number;
|
|
40
|
+
seconds: number;
|
|
41
|
+
roundedMinutes: string;
|
|
42
|
+
};
|
|
43
|
+
}): void;
|
|
44
|
+
}>;
|
|
34
45
|
}, any, {
|
|
35
46
|
formattedVideoDuration(): string;
|
|
36
47
|
videoDetails(): any;
|
|
@@ -59,10 +59,282 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
59
59
|
type: BooleanConstructor;
|
|
60
60
|
default: boolean;
|
|
61
61
|
};
|
|
62
|
+
/**
|
|
63
|
+
* Indicates whether the nav contains static links rather than dropdowns. If true some
|
|
64
|
+
* supporting aria roles must be added.
|
|
65
|
+
*/
|
|
66
|
+
isStatic: {
|
|
67
|
+
type: BooleanConstructor;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
62
70
|
}, any, {
|
|
63
71
|
isOpen: boolean;
|
|
64
72
|
showSearch: boolean;
|
|
65
|
-
tokens:
|
|
73
|
+
tokens: {
|
|
74
|
+
"vs-color-background-brand": string;
|
|
75
|
+
"vs-color-background-primary": string;
|
|
76
|
+
"vs-color-background-hover": string;
|
|
77
|
+
"vs-color-background-active": string;
|
|
78
|
+
"vs-color-background-inverse": string;
|
|
79
|
+
"vs-color-background-tertiary": string;
|
|
80
|
+
"vs-color-background-input": string;
|
|
81
|
+
"vs-color-background-disabled": string;
|
|
82
|
+
"vs-color-background-success": string;
|
|
83
|
+
"vs-color-background-danger": string;
|
|
84
|
+
"vs-color-background-neutral": string;
|
|
85
|
+
"vs-color-background-bold": string;
|
|
86
|
+
"vs-color-background-information": string;
|
|
87
|
+
"vs-color-background-accent-lavender": string;
|
|
88
|
+
"vs-color-background-accent-etive": string;
|
|
89
|
+
"vs-color-background-accent-heather": string;
|
|
90
|
+
"vs-color-background-accent-glencoe": string;
|
|
91
|
+
"vs-color-background-accent-bog-myrtle": string;
|
|
92
|
+
"vs-color-background-accent-kelp": string;
|
|
93
|
+
"vs-color-background-accent-unicorn": string;
|
|
94
|
+
"vs-color-background-accent-foxglove": string;
|
|
95
|
+
"vs-color-background-accent-cuillin": string;
|
|
96
|
+
"vs-color-background-accent-cranachan": string;
|
|
97
|
+
"vs-color-background-accent-bluebell": string;
|
|
98
|
+
"vs-color-background-accent-oatcake": string;
|
|
99
|
+
"vs-color-background-accent-tolsta": string;
|
|
100
|
+
"vs-color-background-accent-dunnock": string;
|
|
101
|
+
"vs-color-background-accent-harr": string; /**
|
|
102
|
+
* Accessiblity alt text for the menu button
|
|
103
|
+
*/
|
|
104
|
+
"vs-color-background-accent-salmon": string;
|
|
105
|
+
"vs-color-background-accent-whisky": string;
|
|
106
|
+
"vs-color-background-accent-irn-bru": string; /**
|
|
107
|
+
* Search button text
|
|
108
|
+
*/
|
|
109
|
+
"vs-color-background-accent-buachaille": string;
|
|
110
|
+
"vs-color-background-accent-gorse": string;
|
|
111
|
+
"vs-color-background-accent-limestone": string;
|
|
112
|
+
"vs-color-background-accent-grey-01": string;
|
|
113
|
+
"vs-color-background-accent-grey-02": string;
|
|
114
|
+
"vs-color-background-accent-grey-03": string;
|
|
115
|
+
"vs-color-background-accent-grey-04": string;
|
|
116
|
+
"vs-color-background-accent-grey-05": string;
|
|
117
|
+
"vs-color-border": string;
|
|
118
|
+
"vs-color-border-primary": string;
|
|
119
|
+
"vs-color-border-primary-hover": string;
|
|
120
|
+
"vs-color-border-input": string;
|
|
121
|
+
"vs-color-border-bold": string;
|
|
122
|
+
"vs-color-border-focus": string;
|
|
123
|
+
/**
|
|
124
|
+
* Text that renders inside the close button on
|
|
125
|
+
* the search form (sr-only)
|
|
126
|
+
*/
|
|
127
|
+
"vs-color-border-disabled": string;
|
|
128
|
+
"vs-color-border-tertiary": string;
|
|
129
|
+
"vs-color-border-danger": string;
|
|
130
|
+
"vs-color-border-inverse": string;
|
|
131
|
+
"vs-color-border-accent-lavender": string;
|
|
132
|
+
"vs-color-border-accent-etive": string;
|
|
133
|
+
"vs-color-border-accent-heather": string;
|
|
134
|
+
"vs-color-border-accent-glencoe": string;
|
|
135
|
+
"vs-color-border-accent-bog-myrtle": string;
|
|
136
|
+
"vs-color-border-accent-kelp": string;
|
|
137
|
+
"vs-color-border-accent-unicorn": string;
|
|
138
|
+
"vs-color-border-accent-foxglove": string;
|
|
139
|
+
"vs-color-border-accent-cranachan": string;
|
|
140
|
+
"vs-color-border-accent-bluebell": string;
|
|
141
|
+
"vs-color-border-accent-tolsta": string;
|
|
142
|
+
"vs-color-border-accent-dunnock": string;
|
|
143
|
+
"vs-color-border-accent-harr": string;
|
|
144
|
+
"vs-color-border-accent-salmon": string;
|
|
145
|
+
"vs-color-border-accent-whisky": string;
|
|
146
|
+
"vs-color-border-accent-irn-bru": string;
|
|
147
|
+
"vs-color-border-accent-buachaille": string;
|
|
148
|
+
"vs-color-border-accent-gorse": string;
|
|
149
|
+
"vs-color-border-accent-limestone": string;
|
|
150
|
+
"vs-color-border-accent-grey-01": string;
|
|
151
|
+
"vs-color-border-accent-grey-02": string;
|
|
152
|
+
"vs-color-border-accent-grey-03": string;
|
|
153
|
+
"vs-color-border-accent-grey-04": string;
|
|
154
|
+
"vs-color-border-accent-grey-05": string;
|
|
155
|
+
"vs-color-icon": string;
|
|
156
|
+
"vs-color-icon-primary": string;
|
|
157
|
+
"vs-color-icon-inverse": string;
|
|
158
|
+
"vs-color-icon-disabled": string;
|
|
159
|
+
"vs-color-icon-tertiary": string;
|
|
160
|
+
"vs-color-icon-danger": string;
|
|
161
|
+
"vs-color-icon-warning": string;
|
|
162
|
+
"vs-color-icon-ski-grade-easy": string;
|
|
163
|
+
"vs-color-icon-ski-grade-intermediate": string;
|
|
164
|
+
"vs-color-icon-ski-grade-difficult": string;
|
|
165
|
+
"vs-color-icon-ski-grade-very-difficult": string;
|
|
166
|
+
"vs-color-icon-ski-grade-itineraries": string;
|
|
167
|
+
"vs-color-icon-ski-grade-other": string;
|
|
168
|
+
"vs-color-icon-accent-lavender": string;
|
|
169
|
+
"vs-color-icon-accent-etive": string;
|
|
170
|
+
"vs-color-icon-accent-heather": string;
|
|
171
|
+
"vs-color-icon-accent-glencoe": string;
|
|
172
|
+
"vs-color-icon-accent-bog-myrtle": string;
|
|
173
|
+
"vs-color-icon-accent-kelp": string;
|
|
174
|
+
"vs-color-icon-accent-unicorn": string;
|
|
175
|
+
"vs-color-icon-accent-foxglove": string;
|
|
176
|
+
"vs-color-icon-accent-cranachan": string;
|
|
177
|
+
"vs-color-icon-accent-bluebell": string;
|
|
178
|
+
"vs-color-icon-accent-tolsta": string;
|
|
179
|
+
"vs-color-icon-accent-dunnock": string;
|
|
180
|
+
"vs-color-icon-accent-harr": string;
|
|
181
|
+
"vs-color-icon-accent-salmon": string;
|
|
182
|
+
"vs-color-icon-accent-whisky": string;
|
|
183
|
+
"vs-color-icon-accent-irn-bru": string;
|
|
184
|
+
"vs-color-icon-accent-bramble": string;
|
|
185
|
+
"vs-color-icon-accent-saltire": string;
|
|
186
|
+
"vs-color-icon-accent-buachaille": string;
|
|
187
|
+
"vs-color-icon-accent-gorse": string;
|
|
188
|
+
"vs-color-icon-accent-limestone": string;
|
|
189
|
+
"vs-color-icon-accent-loch-ness": string;
|
|
190
|
+
"vs-color-icon-accent-grey-01": string;
|
|
191
|
+
"vs-color-icon-accent-grey-02": string;
|
|
192
|
+
"vs-color-icon-accent-grey-03": string;
|
|
193
|
+
"vs-color-icon-accent-grey-04": string;
|
|
194
|
+
"vs-color-icon-accent-grey-05": string;
|
|
195
|
+
"vs-color-link": string;
|
|
196
|
+
"vs-color-link-pressed": string;
|
|
197
|
+
"vs-color-text-visited": string;
|
|
198
|
+
"vs-color-brand": string;
|
|
199
|
+
"vs-color-primary": string;
|
|
200
|
+
"vs-color-inverse": string;
|
|
201
|
+
"vs-color-tertiary": string;
|
|
202
|
+
"vs-color-neutral": string;
|
|
203
|
+
"vs-color-danger": string;
|
|
204
|
+
"vs-color-warning": string;
|
|
205
|
+
"vs-color-success": string;
|
|
206
|
+
"vs-color-disabled": string;
|
|
207
|
+
"vs-color-information": string;
|
|
208
|
+
"vs-color-text": string;
|
|
209
|
+
"vs-color-text-primary": string;
|
|
210
|
+
"vs-color-text-inverse": string;
|
|
211
|
+
"vs-color-text-tertiary": string;
|
|
212
|
+
"vs-color-text-danger": string;
|
|
213
|
+
"vs-color-text-disabled": string;
|
|
214
|
+
"vs-color-text-less-subtle": string;
|
|
215
|
+
"vs-color-text-subtle": string;
|
|
216
|
+
"vs-color-text-accent-lavender": string;
|
|
217
|
+
"vs-color-text-accent-etive": string;
|
|
218
|
+
"vs-color-text-accent-heather": string;
|
|
219
|
+
"vs-color-text-accent-glencoe": string;
|
|
220
|
+
"vs-color-text-accent-bog-myrtle": string;
|
|
221
|
+
"vs-color-text-accent-kelp": string;
|
|
222
|
+
"vs-color-text-accent-unicorn": string;
|
|
223
|
+
"vs-color-text-accent-foxglove": string;
|
|
224
|
+
"vs-color-text-accent-cranachan": string;
|
|
225
|
+
"vs-color-text-accent-bluebell": string;
|
|
226
|
+
"vs-color-text-accent-tolsta": string;
|
|
227
|
+
"vs-color-text-accent-dunnock": string;
|
|
228
|
+
"vs-color-text-accent-harr": string;
|
|
229
|
+
"vs-color-text-accent-salmon": string;
|
|
230
|
+
"vs-color-text-accent-whisky": string;
|
|
231
|
+
"vs-color-text-accent-irn-bru": string;
|
|
232
|
+
"vs-color-text-accent-buachaille": string;
|
|
233
|
+
"vs-color-text-accent-gorse": string;
|
|
234
|
+
"vs-color-text-accent-limestone": string;
|
|
235
|
+
"vs-elevation-shadow-raised": string;
|
|
236
|
+
"vs-elevation-shadow-overlay": string;
|
|
237
|
+
"vs-elevation-surface": string;
|
|
238
|
+
"vs-elevation-surface-section": string;
|
|
239
|
+
"vs-elevation-surface-raised": string;
|
|
240
|
+
"vs-elevation-surface-overlay": string;
|
|
241
|
+
"font-size-1": string;
|
|
242
|
+
"font-size-2": string;
|
|
243
|
+
"font-size-3": string;
|
|
244
|
+
"font-size-4": string;
|
|
245
|
+
"font-size-5": string;
|
|
246
|
+
"font-size-6": string;
|
|
247
|
+
"font-size-7": string;
|
|
248
|
+
"font-size-8": string;
|
|
249
|
+
"font-size-9": string;
|
|
250
|
+
"font-size-10": string;
|
|
251
|
+
"font-size-body": string;
|
|
252
|
+
"font-size-body-md": string;
|
|
253
|
+
"font-size-lead": string;
|
|
254
|
+
"font-size-lead-md": string;
|
|
255
|
+
"font-size-teaser": string;
|
|
256
|
+
font_weight_bold: string;
|
|
257
|
+
font_weight_semi_bold: string;
|
|
258
|
+
font_weight_normal: string;
|
|
259
|
+
font_weight_light: string;
|
|
260
|
+
font_family_sans_serif: string;
|
|
261
|
+
headings_font_family: string;
|
|
262
|
+
headings_font_family_thin: string;
|
|
263
|
+
icon_size_xxs: string;
|
|
264
|
+
icon_size_xs: string;
|
|
265
|
+
icon_size_sm: string;
|
|
266
|
+
icon_size_md: string;
|
|
267
|
+
icon_size_lg: string;
|
|
268
|
+
icon_size_xl: string;
|
|
269
|
+
opacity_100: string;
|
|
270
|
+
opacity_50: string;
|
|
271
|
+
opacity_0: string;
|
|
272
|
+
duration_quickly: string;
|
|
273
|
+
duration_base: string;
|
|
274
|
+
duration_slowly: string;
|
|
275
|
+
breakpoint_xl: string;
|
|
276
|
+
breakpoint_md: string;
|
|
277
|
+
max_container_width_xl: string;
|
|
278
|
+
breakpoint_sm: string;
|
|
279
|
+
breakpoint_lg: string;
|
|
280
|
+
breakpoint_xs: string;
|
|
281
|
+
max_container_width_md: string;
|
|
282
|
+
max_container_width_sm: string;
|
|
283
|
+
max_container_width_lg: string;
|
|
284
|
+
max_container_width_xxl: string;
|
|
285
|
+
breakpoint_xxl: string;
|
|
286
|
+
"vs-box-shadow-focus": string;
|
|
287
|
+
"vs-box-shadow-focus-on-dark": string;
|
|
288
|
+
"font-size-h1": string;
|
|
289
|
+
"font-size-h1-md": string;
|
|
290
|
+
"font-size-h2": string;
|
|
291
|
+
"font-size-h2-md": string;
|
|
292
|
+
"font-size-h3": string;
|
|
293
|
+
"font-size-h3-md": string;
|
|
294
|
+
"font-size-h4": string;
|
|
295
|
+
"font-size-h5": string;
|
|
296
|
+
"font-size-h5-md": string;
|
|
297
|
+
"font-size-h6": string;
|
|
298
|
+
"font-size-h6-md": string;
|
|
299
|
+
"font-size-h3-sub": string;
|
|
300
|
+
"font-size-h2-sub": string;
|
|
301
|
+
letter_spacing_xxl: string;
|
|
302
|
+
letter_spacing_xl: string;
|
|
303
|
+
letter_spacing_l: string;
|
|
304
|
+
letter_spacing_m: string;
|
|
305
|
+
letter_spacing_s: string;
|
|
306
|
+
letter_spacing_xs: string;
|
|
307
|
+
border_radius_default: string;
|
|
308
|
+
border_radius_xl: string;
|
|
309
|
+
border_radius_lg: string;
|
|
310
|
+
border_radius_sm: string;
|
|
311
|
+
border_radius_pill: string;
|
|
312
|
+
"spacer-0": string;
|
|
313
|
+
"spacer-1": string;
|
|
314
|
+
"spacer-2": string;
|
|
315
|
+
"spacer-3": string;
|
|
316
|
+
"spacer-4": string;
|
|
317
|
+
"spacer-5": string;
|
|
318
|
+
"spacer-6": string;
|
|
319
|
+
"spacer-7": string;
|
|
320
|
+
"spacer-8": string;
|
|
321
|
+
"spacer-9": string;
|
|
322
|
+
"spacer-10": string;
|
|
323
|
+
"spacer-11": string;
|
|
324
|
+
"spacer-12": string;
|
|
325
|
+
line_height_lead: string;
|
|
326
|
+
line_height_xl: string;
|
|
327
|
+
line_height_l: string;
|
|
328
|
+
line_height_m: string;
|
|
329
|
+
line_height_s: string;
|
|
330
|
+
line_height_standard: string;
|
|
331
|
+
line_height_xs: string;
|
|
332
|
+
grid_columns: string;
|
|
333
|
+
grid_gutter_width: string;
|
|
334
|
+
no_javascript: string;
|
|
335
|
+
theme_dark: string;
|
|
336
|
+
theme_grey: string;
|
|
337
|
+
};
|
|
66
338
|
}, {}, {
|
|
67
339
|
/**
|
|
68
340
|
* Toggles dropdown menu property
|
|
@@ -159,7 +431,16 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
159
431
|
type: BooleanConstructor;
|
|
160
432
|
default: boolean;
|
|
161
433
|
};
|
|
434
|
+
/**
|
|
435
|
+
* Indicates whether the nav contains static links rather than dropdowns. If true some
|
|
436
|
+
* supporting aria roles must be added.
|
|
437
|
+
*/
|
|
438
|
+
isStatic: {
|
|
439
|
+
type: BooleanConstructor;
|
|
440
|
+
default: boolean;
|
|
441
|
+
};
|
|
162
442
|
}>>, {
|
|
443
|
+
isStatic: boolean;
|
|
163
444
|
logoAltText: string;
|
|
164
445
|
searchLabelText: string;
|
|
165
446
|
searchClearButtonText: string;
|
|
@@ -119,10 +119,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
119
119
|
}>>, {
|
|
120
120
|
title: string;
|
|
121
121
|
variant: string;
|
|
122
|
+
theme: string;
|
|
122
123
|
noJsMessage: string;
|
|
123
124
|
noCookiesMessage: string;
|
|
124
125
|
cookieLinkText: string;
|
|
125
126
|
buttonLink: string;
|
|
126
|
-
theme: string;
|
|
127
127
|
}, {}>;
|
|
128
128
|
export default _default;
|
package/dist/components/components/megalinks/components/megalink-link-list/MegalinkLinkList.vue.d.ts
CHANGED
|
@@ -181,14 +181,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
181
181
|
default: string;
|
|
182
182
|
};
|
|
183
183
|
}>>, {
|
|
184
|
-
imgAlt: string;
|
|
185
184
|
transport: string;
|
|
185
|
+
imgAlt: string;
|
|
186
|
+
theme: string;
|
|
187
|
+
videoId: string;
|
|
188
|
+
videoBtnText: string;
|
|
189
|
+
errorMessage: string;
|
|
186
190
|
days: string;
|
|
187
191
|
daysLabel: string;
|
|
188
192
|
transportName: string;
|
|
189
|
-
videoId: string;
|
|
190
|
-
errorMessage: string;
|
|
191
|
-
videoBtnText: string;
|
|
192
|
-
theme: string;
|
|
193
193
|
}, {}>;
|
|
194
194
|
export default _default;
|
|
@@ -218,16 +218,16 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
218
218
|
default: string;
|
|
219
219
|
};
|
|
220
220
|
}>>, {
|
|
221
|
-
imgAlt: string;
|
|
222
221
|
transport: string;
|
|
222
|
+
imgAlt: string;
|
|
223
|
+
theme: string;
|
|
224
|
+
videoId: string;
|
|
225
|
+
videoBtnText: string;
|
|
226
|
+
errorMessage: string;
|
|
223
227
|
days: string;
|
|
224
228
|
daysLabel: string;
|
|
225
229
|
transportName: string;
|
|
226
|
-
videoId: string;
|
|
227
|
-
errorMessage: string;
|
|
228
|
-
videoBtnText: string;
|
|
229
230
|
featured: boolean;
|
|
230
|
-
theme: string;
|
|
231
231
|
lastFeatured: boolean;
|
|
232
232
|
}, {}>;
|
|
233
233
|
export default _default;
|
|
@@ -279,16 +279,16 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
279
279
|
};
|
|
280
280
|
}>>, {
|
|
281
281
|
value: number;
|
|
282
|
-
hintText: string;
|
|
283
|
-
minimumNumber: number;
|
|
284
|
-
maximumNumber: number;
|
|
285
282
|
invalid: boolean;
|
|
286
283
|
validationRules: Record<string, any>;
|
|
284
|
+
hintText: string;
|
|
287
285
|
triggerValidate: boolean;
|
|
288
286
|
validationMessages: Record<string, any>;
|
|
289
287
|
genericValidation: Record<string, any>;
|
|
290
288
|
reAlertErrors: boolean;
|
|
291
|
-
autoComplete: boolean;
|
|
292
289
|
clearButtonText: string;
|
|
290
|
+
minimumNumber: number;
|
|
291
|
+
maximumNumber: number;
|
|
292
|
+
autoComplete: boolean;
|
|
293
293
|
}, {}>;
|
|
294
294
|
export default _default;
|
|
@@ -222,9 +222,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
222
222
|
};
|
|
223
223
|
}>>, {
|
|
224
224
|
value: string;
|
|
225
|
-
hintText: string;
|
|
226
225
|
invalid: boolean;
|
|
227
226
|
validationRules: Record<string, any>;
|
|
227
|
+
hintText: string;
|
|
228
228
|
triggerValidate: boolean;
|
|
229
229
|
validationMessages: Record<string, any>;
|
|
230
230
|
genericValidation: Record<string, any>;
|
|
@@ -200,9 +200,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
200
200
|
};
|
|
201
201
|
}>>, {
|
|
202
202
|
value: string;
|
|
203
|
-
hintText: string;
|
|
204
203
|
invalid: boolean;
|
|
205
204
|
validationRules: Record<string, any>;
|
|
205
|
+
hintText: string;
|
|
206
206
|
triggerValidate: boolean;
|
|
207
207
|
validationMessages: Record<string, any>;
|
|
208
208
|
genericValidation: Record<string, any>;
|