@visitscotland/component-library 4.24.1 → 4.26.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 +53 -34
- package/dist/client/scripts/06e5efa8b2a9e879a600.js +1 -0
- package/dist/client/scripts/2f707a9d6a1a41b0adcf.js +1 -0
- package/dist/client/scripts/49e9fc44b826617a5706.js +1 -0
- package/dist/client/scripts/{72c530da49ed65816327.js → 5cbed668496a14cf8afb.js} +1 -1
- package/dist/client/scripts/{1191c307ed27a9254b5a.js → 5d6a3d267b9175319f18.js} +1 -1
- package/dist/client/scripts/69618b04c9b7a93c6d03.js +1 -0
- package/dist/client/scripts/{1d57f97b67680192a3ca.js → 78c25d457bef3357401a.js} +1 -1
- package/dist/client/scripts/{180f707bedb358018c26.js → 8800487254bbd718109a.js} +1 -1
- package/dist/client/scripts/{978d0c031456f7f66149.js → 9dfd8308048ea6f93679.js} +1 -1
- package/dist/client/scripts/acdd34ecd951e332838c.js +1 -0
- package/dist/client/scripts/b0f4fcf548396b60795b.js +1 -0
- package/dist/client/scripts/{4161157d09dfb043fede.js → b3795718d1632e39ecfa.js} +1 -1
- package/dist/client/scripts/{225d514410f8e90afdc3.js → b57e2edd3822cdde0494.js} +1 -1
- package/dist/client/styles/49e9fc44b826617a5706.css +1 -0
- package/dist/components/components/carousel/components/CarouselSlide.vue.d.ts +17 -2
- package/dist/components/components/image-with-caption/ImageWithCaption.vue.d.ts +65 -3
- package/dist/components/components/mega-nav/components/MegaNavFeaturedEvent.vue.d.ts +17 -2
- package/dist/components/components/mega-nav/components/MegaNavFeaturedItem.vue.d.ts +17 -2
- package/dist/components/components/megalinks/Megalinks.vue.d.ts +2 -2
- package/dist/components/components/megalinks/components/megalink-link-list/MegalinkLinkList.vue.d.ts +17 -2
- package/dist/components/components/megalinks/components/megalink-multi-image/MegalinkMultiImage.vue.d.ts +17 -2
- package/dist/components/components/stretched-link-card/StretchedLinkCard.vue.d.ts +45 -10
- package/dist/components/components/video/Video.vue.d.ts +66 -18
- package/dist/components/components/video-caption/VideoCaption.vue.d.ts +14 -1
- package/dist/components/vs-component-library.css +1 -1
- package/dist/components/vs-component-library.js +24 -24
- package/dist/components/vs-component-library.mjs +535 -400
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/dist/ssr/styles/{d2a5404a7ecd4d926716.css → 5044587d1df2c48e4d9b.css} +1 -1
- package/package.json +1 -1
- package/dist/client/scripts/0fde49acabb257f1328a.js +0 -1
- package/dist/client/scripts/587306ae16a452cd6c96.js +0 -1
- package/dist/client/scripts/67c96da976ca26eca17f.js +0 -1
- package/dist/client/scripts/ae6f0c833b8c46984add.js +0 -1
- package/dist/client/scripts/c44da96e8e6073ccffaf.js +0 -1
- package/dist/client/styles/587306ae16a452cd6c96.css +0 -1
- /package/dist/client/styles/{ae6f0c833b8c46984add.css → 06e5efa8b2a9e879a600.css} +0 -0
- /package/dist/client/styles/{67c96da976ca26eca17f.css → 2f707a9d6a1a41b0adcf.css} +0 -0
- /package/dist/client/styles/{72c530da49ed65816327.css → 5cbed668496a14cf8afb.css} +0 -0
- /package/dist/client/styles/{c44da96e8e6073ccffaf.css → 69618b04c9b7a93c6d03.css} +0 -0
- /package/dist/client/styles/{1d57f97b67680192a3ca.css → 78c25d457bef3357401a.css} +0 -0
- /package/dist/client/styles/{180f707bedb358018c26.css → 8800487254bbd718109a.css} +0 -0
- /package/dist/client/styles/{978d0c031456f7f66149.css → 9dfd8308048ea6f93679.css} +0 -0
- /package/dist/client/styles/{0fde49acabb257f1328a.css → acdd34ecd951e332838c.css} +0 -0
- /package/dist/client/styles/{225d514410f8e90afdc3.css → b57e2edd3822cdde0494.css} +0 -0
|
@@ -71,6 +71,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
71
71
|
default: boolean;
|
|
72
72
|
};
|
|
73
73
|
/**
|
|
74
|
+
* A message explaining why the component has been disabled with disabled cookies, is
|
|
75
|
+
* provided for descendent components to inject
|
|
76
|
+
*/
|
|
77
|
+
noCookiesMessage: {
|
|
78
|
+
type: StringConstructor;
|
|
79
|
+
default: string;
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* Text used for the link which opens the cookie preference centre, is
|
|
83
|
+
* provided for descendent components to inject
|
|
84
|
+
*/
|
|
85
|
+
cookieLinkText: {
|
|
86
|
+
type: StringConstructor;
|
|
87
|
+
default: string;
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
74
90
|
* A message explaining why the component has been disabled when js is disabled,
|
|
75
91
|
* is provided for descendent components to inject
|
|
76
92
|
*/
|
|
@@ -99,11 +115,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
99
115
|
}>, {}, {
|
|
100
116
|
showCaption: boolean;
|
|
101
117
|
uniqueCaptionId: string;
|
|
118
|
+
requiredCookies: string[];
|
|
102
119
|
}, {
|
|
103
120
|
isSvg(): boolean;
|
|
104
121
|
imageWithCaptionClasses(): {
|
|
105
122
|
'vs-image-with-caption--closed-default': boolean;
|
|
106
123
|
'vs-image-with-caption--hero': boolean;
|
|
124
|
+
'vs-image-with-caption--show-caption': boolean;
|
|
107
125
|
'vs-image-with-caption--video': boolean;
|
|
108
126
|
'vs-image-with-caption--svg': boolean;
|
|
109
127
|
};
|
|
@@ -114,7 +132,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
114
132
|
};
|
|
115
133
|
}, {
|
|
116
134
|
toggleCaption(): void;
|
|
117
|
-
},
|
|
135
|
+
}, {
|
|
136
|
+
data(): {
|
|
137
|
+
bypassCookiesExist: boolean;
|
|
138
|
+
};
|
|
139
|
+
computed: {
|
|
140
|
+
onetrustActiveGroups(): any;
|
|
141
|
+
requiredCookiesExist(): any;
|
|
142
|
+
cookiesInitStatus(): any;
|
|
143
|
+
cookiesSet: () => string[];
|
|
144
|
+
};
|
|
145
|
+
mounted(): void;
|
|
146
|
+
}, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
118
147
|
/**
|
|
119
148
|
* The image alt text for screen readers
|
|
120
149
|
*/
|
|
@@ -187,6 +216,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
187
216
|
default: boolean;
|
|
188
217
|
};
|
|
189
218
|
/**
|
|
219
|
+
* A message explaining why the component has been disabled with disabled cookies, is
|
|
220
|
+
* provided for descendent components to inject
|
|
221
|
+
*/
|
|
222
|
+
noCookiesMessage: {
|
|
223
|
+
type: StringConstructor;
|
|
224
|
+
default: string;
|
|
225
|
+
};
|
|
226
|
+
/**
|
|
227
|
+
* Text used for the link which opens the cookie preference centre, is
|
|
228
|
+
* provided for descendent components to inject
|
|
229
|
+
*/
|
|
230
|
+
cookieLinkText: {
|
|
231
|
+
type: StringConstructor;
|
|
232
|
+
default: string;
|
|
233
|
+
};
|
|
234
|
+
/**
|
|
190
235
|
* A message explaining why the component has been disabled when js is disabled,
|
|
191
236
|
* is provided for descendent components to inject
|
|
192
237
|
*/
|
|
@@ -215,6 +260,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
215
260
|
}>> & Readonly<{}>, {
|
|
216
261
|
useLazyLoading: boolean;
|
|
217
262
|
noJsMessage: string;
|
|
263
|
+
noCookiesMessage: string;
|
|
264
|
+
cookieLinkText: string;
|
|
218
265
|
videoId: string;
|
|
219
266
|
errorMessage: string;
|
|
220
267
|
altText: string;
|
|
@@ -483,7 +530,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
483
530
|
rounded: boolean | import('bootstrap-vue-next').RadiusElement;
|
|
484
531
|
roundedTop: boolean | import('bootstrap-vue-next').RadiusElement;
|
|
485
532
|
roundedBottom: boolean | import('bootstrap-vue-next' /**
|
|
486
|
-
*
|
|
533
|
+
* Option for a video to open in a modal
|
|
487
534
|
*/).RadiusElement;
|
|
488
535
|
roundedStart: boolean | import('bootstrap-vue-next').RadiusElement;
|
|
489
536
|
roundedEnd: boolean | import('bootstrap-vue-next').RadiusElement;
|
|
@@ -1409,6 +1456,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1409
1456
|
}>;
|
|
1410
1457
|
}, {
|
|
1411
1458
|
showErrorMessage: boolean;
|
|
1459
|
+
requiredCookies: string[];
|
|
1412
1460
|
}, {
|
|
1413
1461
|
videoDetails(): {
|
|
1414
1462
|
videoId: string;
|
|
@@ -1421,10 +1469,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1421
1469
|
};
|
|
1422
1470
|
};
|
|
1423
1471
|
videoLoaded(): boolean;
|
|
1472
|
+
showCookieMessage(): boolean;
|
|
1424
1473
|
}, {
|
|
1425
1474
|
emitToggle(): void;
|
|
1426
1475
|
emitShowModal(): void;
|
|
1427
|
-
},
|
|
1476
|
+
}, {
|
|
1477
|
+
data(): {
|
|
1478
|
+
bypassCookiesExist: boolean;
|
|
1479
|
+
};
|
|
1480
|
+
computed: {
|
|
1481
|
+
onetrustActiveGroups(): any;
|
|
1482
|
+
requiredCookiesExist(): any;
|
|
1483
|
+
cookiesInitStatus(): any;
|
|
1484
|
+
cookiesSet: () => string[];
|
|
1485
|
+
};
|
|
1486
|
+
mounted(): void;
|
|
1487
|
+
}, import('vue').ComponentOptionsMixin, "toggleAction"[], "toggleAction", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1428
1488
|
videoBtnText: {
|
|
1429
1489
|
type: StringConstructor;
|
|
1430
1490
|
default: string;
|
|
@@ -3761,5 +3821,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3761
3821
|
}, {}, string, () => {
|
|
3762
3822
|
noJsMessage: string;
|
|
3763
3823
|
errorMessage: string;
|
|
3824
|
+
noCookiesMessage: string;
|
|
3825
|
+
cookieLinkText: string;
|
|
3764
3826
|
}, true, {}, any>;
|
|
3765
3827
|
export default _default;
|
|
@@ -104,6 +104,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
104
104
|
}>;
|
|
105
105
|
}, {
|
|
106
106
|
jsDisabled: boolean;
|
|
107
|
+
requiredCookies: string[];
|
|
107
108
|
}, {
|
|
108
109
|
formattedVideoBtnText(): string;
|
|
109
110
|
formattedVideoDuration(): string;
|
|
@@ -120,15 +121,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
120
121
|
};
|
|
121
122
|
videoLoaded(): boolean;
|
|
122
123
|
warningClass(): string;
|
|
123
|
-
|
|
124
|
+
showCookieWarning(): boolean;
|
|
125
|
+
showError(): boolean;
|
|
126
|
+
showWarning(): string | boolean;
|
|
124
127
|
warningMessage(): string;
|
|
125
128
|
warningAttrs(): {
|
|
129
|
+
class: string;
|
|
126
130
|
size: string;
|
|
127
131
|
};
|
|
128
132
|
isSvg(): boolean;
|
|
129
133
|
}, {
|
|
130
134
|
emitShowModal(): void;
|
|
131
|
-
},
|
|
135
|
+
}, {
|
|
136
|
+
data(): {
|
|
137
|
+
bypassCookiesExist: boolean;
|
|
138
|
+
};
|
|
139
|
+
computed: {
|
|
140
|
+
onetrustActiveGroups(): any;
|
|
141
|
+
requiredCookiesExist(): any;
|
|
142
|
+
cookiesInitStatus(): any;
|
|
143
|
+
cookiesSet: () => string[];
|
|
144
|
+
};
|
|
145
|
+
mounted(): void;
|
|
146
|
+
}, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
132
147
|
link: {
|
|
133
148
|
type: StringConstructor;
|
|
134
149
|
required: true;
|
|
@@ -123,6 +123,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
123
123
|
}>;
|
|
124
124
|
}, {
|
|
125
125
|
jsDisabled: boolean;
|
|
126
|
+
requiredCookies: string[];
|
|
126
127
|
}, {
|
|
127
128
|
formattedVideoBtnText(): string;
|
|
128
129
|
formattedVideoDuration(): string;
|
|
@@ -139,15 +140,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
139
140
|
};
|
|
140
141
|
videoLoaded(): boolean;
|
|
141
142
|
warningClass(): string;
|
|
142
|
-
|
|
143
|
+
showCookieWarning(): boolean;
|
|
144
|
+
showError(): boolean;
|
|
145
|
+
showWarning(): string | boolean;
|
|
143
146
|
warningMessage(): string;
|
|
144
147
|
warningAttrs(): {
|
|
148
|
+
class: string;
|
|
145
149
|
size: string;
|
|
146
150
|
};
|
|
147
151
|
isSvg(): boolean;
|
|
148
152
|
}, {
|
|
149
153
|
emitShowModal(): void;
|
|
150
|
-
},
|
|
154
|
+
}, {
|
|
155
|
+
data(): {
|
|
156
|
+
bypassCookiesExist: boolean;
|
|
157
|
+
};
|
|
158
|
+
computed: {
|
|
159
|
+
onetrustActiveGroups(): any;
|
|
160
|
+
requiredCookiesExist(): any;
|
|
161
|
+
cookiesInitStatus(): any;
|
|
162
|
+
cookiesSet: () => string[];
|
|
163
|
+
};
|
|
164
|
+
mounted(): void;
|
|
165
|
+
}, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
151
166
|
link: {
|
|
152
167
|
type: StringConstructor;
|
|
153
168
|
required: true;
|
|
@@ -179,10 +179,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
179
179
|
headingLevel: number;
|
|
180
180
|
theme: string;
|
|
181
181
|
noJsMessage: string;
|
|
182
|
-
sectionId: string;
|
|
183
|
-
buttonLink: string;
|
|
184
182
|
noCookiesMessage: string;
|
|
185
183
|
cookieLinkText: string;
|
|
184
|
+
sectionId: string;
|
|
185
|
+
buttonLink: string;
|
|
186
186
|
}, {}, {
|
|
187
187
|
VsContainer: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
188
188
|
BContainer: {
|
package/dist/components/components/megalinks/components/megalink-link-list/MegalinkLinkList.vue.d.ts
CHANGED
|
@@ -303,6 +303,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
303
303
|
}>;
|
|
304
304
|
}, {
|
|
305
305
|
jsDisabled: boolean;
|
|
306
|
+
requiredCookies: string[];
|
|
306
307
|
}, {
|
|
307
308
|
formattedVideoBtnText(): string;
|
|
308
309
|
formattedVideoDuration(): string;
|
|
@@ -319,15 +320,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
319
320
|
};
|
|
320
321
|
videoLoaded(): boolean;
|
|
321
322
|
warningClass(): string;
|
|
322
|
-
|
|
323
|
+
showCookieWarning(): boolean;
|
|
324
|
+
showError(): boolean;
|
|
325
|
+
showWarning(): string | boolean;
|
|
323
326
|
warningMessage(): string;
|
|
324
327
|
warningAttrs(): {
|
|
328
|
+
class: string;
|
|
325
329
|
size: string;
|
|
326
330
|
};
|
|
327
331
|
isSvg(): boolean;
|
|
328
332
|
}, {
|
|
329
333
|
emitShowModal(): void;
|
|
330
|
-
},
|
|
334
|
+
}, {
|
|
335
|
+
data(): {
|
|
336
|
+
bypassCookiesExist: boolean;
|
|
337
|
+
};
|
|
338
|
+
computed: {
|
|
339
|
+
onetrustActiveGroups(): any;
|
|
340
|
+
requiredCookiesExist(): any;
|
|
341
|
+
cookiesInitStatus(): any;
|
|
342
|
+
cookiesSet: () => string[];
|
|
343
|
+
};
|
|
344
|
+
mounted(): void;
|
|
345
|
+
}, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
331
346
|
link: {
|
|
332
347
|
type: StringConstructor;
|
|
333
348
|
required: true;
|
|
@@ -308,6 +308,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
308
308
|
}>;
|
|
309
309
|
}, {
|
|
310
310
|
jsDisabled: boolean;
|
|
311
|
+
requiredCookies: string[];
|
|
311
312
|
}, {
|
|
312
313
|
formattedVideoBtnText(): string;
|
|
313
314
|
formattedVideoDuration(): string;
|
|
@@ -324,15 +325,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
324
325
|
};
|
|
325
326
|
videoLoaded(): boolean;
|
|
326
327
|
warningClass(): string;
|
|
327
|
-
|
|
328
|
+
showCookieWarning(): boolean;
|
|
329
|
+
showError(): boolean;
|
|
330
|
+
showWarning(): string | boolean;
|
|
328
331
|
warningMessage(): string;
|
|
329
332
|
warningAttrs(): {
|
|
333
|
+
class: string;
|
|
330
334
|
size: string;
|
|
331
335
|
};
|
|
332
336
|
isSvg(): boolean;
|
|
333
337
|
}, {
|
|
334
338
|
emitShowModal(): void;
|
|
335
|
-
},
|
|
339
|
+
}, {
|
|
340
|
+
data(): {
|
|
341
|
+
bypassCookiesExist: boolean;
|
|
342
|
+
};
|
|
343
|
+
computed: {
|
|
344
|
+
onetrustActiveGroups(): any;
|
|
345
|
+
requiredCookiesExist(): any;
|
|
346
|
+
cookiesInitStatus(): any;
|
|
347
|
+
cookiesSet: () => string[];
|
|
348
|
+
};
|
|
349
|
+
mounted(): void;
|
|
350
|
+
}, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
336
351
|
link: {
|
|
337
352
|
type: StringConstructor;
|
|
338
353
|
required: true;
|
|
@@ -125,6 +125,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
125
125
|
}>;
|
|
126
126
|
}, {
|
|
127
127
|
jsDisabled: boolean;
|
|
128
|
+
requiredCookies: string[];
|
|
128
129
|
}, {
|
|
129
130
|
formattedVideoBtnText(): string;
|
|
130
131
|
formattedVideoDuration(): string;
|
|
@@ -141,15 +142,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
141
142
|
};
|
|
142
143
|
videoLoaded(): boolean;
|
|
143
144
|
warningClass(): string;
|
|
144
|
-
|
|
145
|
+
showCookieWarning(): boolean;
|
|
146
|
+
showError(): boolean;
|
|
147
|
+
showWarning(): string | boolean;
|
|
145
148
|
warningMessage(): string;
|
|
146
149
|
warningAttrs(): {
|
|
150
|
+
class: string;
|
|
147
151
|
size: string;
|
|
148
152
|
};
|
|
149
153
|
isSvg(): boolean;
|
|
150
154
|
}, {
|
|
151
155
|
emitShowModal(): void;
|
|
152
|
-
},
|
|
156
|
+
}, {
|
|
157
|
+
data(): {
|
|
158
|
+
bypassCookiesExist: boolean;
|
|
159
|
+
};
|
|
160
|
+
computed: {
|
|
161
|
+
onetrustActiveGroups(): any;
|
|
162
|
+
requiredCookiesExist(): any;
|
|
163
|
+
cookiesInitStatus(): any;
|
|
164
|
+
cookiesSet: () => string[];
|
|
165
|
+
};
|
|
166
|
+
mounted(): void;
|
|
167
|
+
}, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
153
168
|
/**
|
|
154
169
|
* The link that the component will use
|
|
155
170
|
*/
|
|
@@ -738,14 +753,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
738
753
|
src: string;
|
|
739
754
|
srcset: string | readonly string[];
|
|
740
755
|
width: import('node_modules/bootstrap-vue-next/dist/src/types').Numberish;
|
|
741
|
-
height: import('node_modules/bootstrap-vue-next/dist/src/types'
|
|
756
|
+
height: import('node_modules/bootstrap-vue-next/dist/src/types' /**
|
|
757
|
+
* The correct heading level for page hierarchy, the
|
|
758
|
+
* heading will be styled the same regardless of level provided
|
|
759
|
+
* `1|2|3|4|5|6`
|
|
760
|
+
*/).Numberish;
|
|
742
761
|
lazy: boolean;
|
|
743
762
|
block: boolean;
|
|
744
763
|
rounded: boolean | import('bootstrap-vue-next').RadiusElement;
|
|
745
764
|
roundedTop: boolean | import('bootstrap-vue-next').RadiusElement;
|
|
746
765
|
roundedBottom: boolean | import('bootstrap-vue-next').RadiusElement;
|
|
747
766
|
roundedStart: boolean | import('bootstrap-vue-next').RadiusElement;
|
|
748
|
-
roundedEnd: boolean | import('bootstrap-vue-next'
|
|
767
|
+
roundedEnd: boolean | import('bootstrap-vue-next' /**
|
|
768
|
+
* The heading style used for the heading.
|
|
769
|
+
* `display-l|display-m|display-s|display-xs|heading-xxl|heading-xl|
|
|
770
|
+
* heading-l|heading-m|heading-s|heading-xs|heading-xxs`
|
|
771
|
+
*/).RadiusElement;
|
|
749
772
|
blank: boolean;
|
|
750
773
|
blankColor: string;
|
|
751
774
|
fluidGrow: boolean;
|
|
@@ -969,7 +992,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
969
992
|
}, {}, {
|
|
970
993
|
BButton: {
|
|
971
994
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
972
|
-
pressed: import('vue'
|
|
995
|
+
pressed: import('vue' /**
|
|
996
|
+
* Where the error message should appear
|
|
997
|
+
*/).PropType<boolean | undefined>;
|
|
973
998
|
tag: {
|
|
974
999
|
type: import('vue').PropType<string>;
|
|
975
1000
|
default: string;
|
|
@@ -1128,7 +1153,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1128
1153
|
M: {};
|
|
1129
1154
|
Defaults: {};
|
|
1130
1155
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
1131
|
-
pressed: import('vue'
|
|
1156
|
+
pressed: import('vue' /**
|
|
1157
|
+
* Where the error message should appear
|
|
1158
|
+
*/).PropType<boolean | undefined>;
|
|
1132
1159
|
tag: {
|
|
1133
1160
|
type: import('vue').PropType<string>;
|
|
1134
1161
|
default: string;
|
|
@@ -1282,7 +1309,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1282
1309
|
__isTeleport?: never;
|
|
1283
1310
|
__isSuspense?: never;
|
|
1284
1311
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
1285
|
-
pressed: import('vue'
|
|
1312
|
+
pressed: import('vue' /**
|
|
1313
|
+
* Where the error message should appear
|
|
1314
|
+
*/).PropType<boolean | undefined>;
|
|
1286
1315
|
tag: {
|
|
1287
1316
|
type: import('vue').PropType<string>;
|
|
1288
1317
|
default: string;
|
|
@@ -1787,7 +1816,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1787
1816
|
}, {}, {
|
|
1788
1817
|
BButton: {
|
|
1789
1818
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
1790
|
-
pressed: import('vue'
|
|
1819
|
+
pressed: import('vue' /**
|
|
1820
|
+
* Where the error message should appear
|
|
1821
|
+
*/).PropType<boolean | undefined>;
|
|
1791
1822
|
tag: {
|
|
1792
1823
|
type: import('vue').PropType<string>;
|
|
1793
1824
|
default: string;
|
|
@@ -1946,7 +1977,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1946
1977
|
M: {};
|
|
1947
1978
|
Defaults: {};
|
|
1948
1979
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
1949
|
-
pressed: import('vue'
|
|
1980
|
+
pressed: import('vue' /**
|
|
1981
|
+
* Where the error message should appear
|
|
1982
|
+
*/).PropType<boolean | undefined>;
|
|
1950
1983
|
tag: {
|
|
1951
1984
|
type: import('vue').PropType<string>;
|
|
1952
1985
|
default: string;
|
|
@@ -2100,7 +2133,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2100
2133
|
__isTeleport?: never;
|
|
2101
2134
|
__isSuspense?: never;
|
|
2102
2135
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
2103
|
-
pressed: import('vue'
|
|
2136
|
+
pressed: import('vue' /**
|
|
2137
|
+
* Where the error message should appear
|
|
2138
|
+
*/).PropType<boolean | undefined>;
|
|
2104
2139
|
tag: {
|
|
2105
2140
|
type: import('vue').PropType<string>;
|
|
2106
2141
|
default: string;
|
|
@@ -43,6 +43,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
43
43
|
default: string;
|
|
44
44
|
};
|
|
45
45
|
/**
|
|
46
|
+
* A message explaining why the component has been disabled with disabled cookies, is
|
|
47
|
+
* provided for descendent components to inject
|
|
48
|
+
*/
|
|
49
|
+
noCookiesMessage: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
required: true;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* Text used for the link which opens the cookie preference centre.
|
|
55
|
+
*/
|
|
56
|
+
cookieBtnText: {
|
|
57
|
+
type: StringConstructor;
|
|
58
|
+
required: true;
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
/**
|
|
46
62
|
* A message explaining why the component has been disabled when js is disabled,
|
|
47
63
|
* is provided for descendent components to inject
|
|
48
64
|
*/
|
|
@@ -66,10 +82,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
66
82
|
playerVars: {
|
|
67
83
|
hl: string;
|
|
68
84
|
};
|
|
85
|
+
requiredCookies: string[];
|
|
69
86
|
reRendering: boolean;
|
|
70
87
|
shouldAutoPlay: boolean;
|
|
71
88
|
jsDisabled: boolean;
|
|
72
89
|
}, {
|
|
90
|
+
showError(): boolean;
|
|
73
91
|
warningText(): string;
|
|
74
92
|
player(): any;
|
|
75
93
|
}, {
|
|
@@ -144,6 +162,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
144
162
|
compileFullTemplate(templateValues: any): any;
|
|
145
163
|
targetText(event: any): any;
|
|
146
164
|
};
|
|
165
|
+
} | {
|
|
166
|
+
data(): {
|
|
167
|
+
bypassCookiesExist: boolean;
|
|
168
|
+
};
|
|
169
|
+
computed: {
|
|
170
|
+
onetrustActiveGroups(): any;
|
|
171
|
+
requiredCookiesExist(): any;
|
|
172
|
+
cookiesInitStatus(): any;
|
|
173
|
+
cookiesSet: () => string[];
|
|
174
|
+
};
|
|
175
|
+
mounted(): void;
|
|
147
176
|
}, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
148
177
|
/**
|
|
149
178
|
* The YouTube ID for the video
|
|
@@ -189,6 +218,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
189
218
|
default: string;
|
|
190
219
|
};
|
|
191
220
|
/**
|
|
221
|
+
* A message explaining why the component has been disabled with disabled cookies, is
|
|
222
|
+
* provided for descendent components to inject
|
|
223
|
+
*/
|
|
224
|
+
noCookiesMessage: {
|
|
225
|
+
type: StringConstructor;
|
|
226
|
+
required: true;
|
|
227
|
+
};
|
|
228
|
+
/**
|
|
229
|
+
* Text used for the link which opens the cookie preference centre.
|
|
230
|
+
*/
|
|
231
|
+
cookieBtnText: {
|
|
232
|
+
type: StringConstructor;
|
|
233
|
+
required: true;
|
|
234
|
+
};
|
|
235
|
+
/**
|
|
236
|
+
/**
|
|
192
237
|
* A message explaining why the component has been disabled when js is disabled,
|
|
193
238
|
* is provided for descendent components to inject
|
|
194
239
|
*/
|
|
@@ -505,7 +550,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
505
550
|
default: undefined;
|
|
506
551
|
};
|
|
507
552
|
size: {
|
|
508
|
-
type: import('vue').PropType<keyof import('bootstrap-vue-next'
|
|
553
|
+
type: import('vue').PropType<keyof import('bootstrap-vue-next' /**
|
|
554
|
+
* Plays the video
|
|
555
|
+
*/).BaseSize>;
|
|
509
556
|
default: string;
|
|
510
557
|
};
|
|
511
558
|
active: {
|
|
@@ -513,7 +560,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
513
560
|
default: boolean;
|
|
514
561
|
};
|
|
515
562
|
activeClass: {
|
|
516
|
-
type: import('vue'
|
|
563
|
+
type: import('vue' /**
|
|
564
|
+
* Pauses the video
|
|
565
|
+
*/).PropType<string>;
|
|
517
566
|
default: undefined;
|
|
518
567
|
};
|
|
519
568
|
routerComponentName: {
|
|
@@ -577,10 +626,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
577
626
|
default: boolean;
|
|
578
627
|
};
|
|
579
628
|
loadingText: {
|
|
580
|
-
type: import('vue'
|
|
581
|
-
* Checks if the number of (rounded) minutes the video is long is singular or plural, then
|
|
582
|
-
* returns the appropriate descriptor string with the duration subbed in
|
|
583
|
-
*/).PropType<string>;
|
|
629
|
+
type: import('vue').PropType<string>;
|
|
584
630
|
default: string;
|
|
585
631
|
};
|
|
586
632
|
squared: {
|
|
@@ -667,7 +713,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
667
713
|
default: undefined;
|
|
668
714
|
};
|
|
669
715
|
size: {
|
|
670
|
-
type: import('vue').PropType<keyof import('bootstrap-vue-next'
|
|
716
|
+
type: import('vue').PropType<keyof import('bootstrap-vue-next' /**
|
|
717
|
+
* Plays the video
|
|
718
|
+
*/).BaseSize>;
|
|
671
719
|
default: string;
|
|
672
720
|
};
|
|
673
721
|
active: {
|
|
@@ -675,7 +723,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
675
723
|
default: boolean;
|
|
676
724
|
};
|
|
677
725
|
activeClass: {
|
|
678
|
-
type: import('vue'
|
|
726
|
+
type: import('vue' /**
|
|
727
|
+
* Pauses the video
|
|
728
|
+
*/).PropType<string>;
|
|
679
729
|
default: undefined;
|
|
680
730
|
};
|
|
681
731
|
routerComponentName: {
|
|
@@ -739,10 +789,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
739
789
|
default: boolean;
|
|
740
790
|
};
|
|
741
791
|
loadingText: {
|
|
742
|
-
type: import('vue'
|
|
743
|
-
* Checks if the number of (rounded) minutes the video is long is singular or plural, then
|
|
744
|
-
* returns the appropriate descriptor string with the duration subbed in
|
|
745
|
-
*/).PropType<string>;
|
|
792
|
+
type: import('vue').PropType<string>;
|
|
746
793
|
default: string;
|
|
747
794
|
};
|
|
748
795
|
squared: {
|
|
@@ -824,7 +871,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
824
871
|
default: undefined;
|
|
825
872
|
};
|
|
826
873
|
size: {
|
|
827
|
-
type: import('vue').PropType<keyof import('bootstrap-vue-next'
|
|
874
|
+
type: import('vue').PropType<keyof import('bootstrap-vue-next' /**
|
|
875
|
+
* Plays the video
|
|
876
|
+
*/).BaseSize>;
|
|
828
877
|
default: string;
|
|
829
878
|
};
|
|
830
879
|
active: {
|
|
@@ -832,7 +881,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
832
881
|
default: boolean;
|
|
833
882
|
};
|
|
834
883
|
activeClass: {
|
|
835
|
-
type: import('vue'
|
|
884
|
+
type: import('vue' /**
|
|
885
|
+
* Pauses the video
|
|
886
|
+
*/).PropType<string>;
|
|
836
887
|
default: undefined;
|
|
837
888
|
};
|
|
838
889
|
routerComponentName: {
|
|
@@ -896,10 +947,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
896
947
|
default: boolean;
|
|
897
948
|
};
|
|
898
949
|
loadingText: {
|
|
899
|
-
type: import('vue'
|
|
900
|
-
* Checks if the number of (rounded) minutes the video is long is singular or plural, then
|
|
901
|
-
* returns the appropriate descriptor string with the duration subbed in
|
|
902
|
-
*/).PropType<string>;
|
|
950
|
+
type: import('vue').PropType<string>;
|
|
903
951
|
default: string;
|
|
904
952
|
};
|
|
905
953
|
squared: {
|
|
@@ -45,6 +45,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
45
45
|
}>;
|
|
46
46
|
}, {
|
|
47
47
|
showErrorMessage: boolean;
|
|
48
|
+
requiredCookies: string[];
|
|
48
49
|
}, {
|
|
49
50
|
videoDetails(): {
|
|
50
51
|
videoId: string;
|
|
@@ -57,10 +58,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
57
58
|
};
|
|
58
59
|
};
|
|
59
60
|
videoLoaded(): boolean;
|
|
61
|
+
showCookieMessage(): boolean;
|
|
60
62
|
}, {
|
|
61
63
|
emitToggle(): void;
|
|
62
64
|
emitShowModal(): void;
|
|
63
|
-
},
|
|
65
|
+
}, {
|
|
66
|
+
data(): {
|
|
67
|
+
bypassCookiesExist: boolean;
|
|
68
|
+
};
|
|
69
|
+
computed: {
|
|
70
|
+
onetrustActiveGroups(): any;
|
|
71
|
+
requiredCookiesExist(): any;
|
|
72
|
+
cookiesInitStatus(): any;
|
|
73
|
+
cookiesSet: () => string[];
|
|
74
|
+
};
|
|
75
|
+
mounted(): void;
|
|
76
|
+
}, import('vue').ComponentOptionsMixin, "toggleAction"[], "toggleAction", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
64
77
|
/**
|
|
65
78
|
* Text for the play video button
|
|
66
79
|
*/
|