@visitscotland/component-library 5.42.0 → 5.43.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.
Files changed (43) hide show
  1. package/dist/client/manifest.json +53 -36
  2. package/dist/client/scripts/0d7fa512d97407fa9023.js +2 -0
  3. package/dist/client/scripts/0d7fa512d97407fa9023.js.LICENSE.txt +4 -0
  4. package/dist/client/scripts/1abe5367776b24253d47.js +1 -0
  5. package/dist/client/scripts/{785f5aedccd25328545f.js → 1f48217a141ad5a01f52.js} +1 -1
  6. package/dist/client/scripts/{d63d97bbaaf166541301.js → 34ee90429cad0416277c.js} +1 -1
  7. package/dist/client/scripts/3eaadb10be820a12313c.js +1 -0
  8. package/dist/client/scripts/5beb6c7b4eb5316bb9f6.js +1 -0
  9. package/dist/client/scripts/63fb13547a0c980edfc6.js +1 -0
  10. package/dist/client/scripts/{a35c162c99ace4b92eff.js → 6fa12c8f2df5887ad779.js} +1 -1
  11. package/dist/client/scripts/{6c01c3fecf56394f299c.js → 77297add1d2c76338bf6.js} +1 -1
  12. package/dist/client/scripts/{01b8e76e714348e01802.js → 7aac93e556d6d5c57b51.js} +1 -1
  13. package/dist/client/scripts/{6ec32a52d983bd17d964.js → b483076e7db9a383ec11.js} +1 -1
  14. package/dist/client/scripts/be86e685e7f8ad9d1bcd.js +2 -0
  15. package/dist/client/scripts/{e53c02752abb05f93abd.js.LICENSE.txt → be86e685e7f8ad9d1bcd.js.LICENSE.txt} +0 -5
  16. package/dist/client/scripts/{45ea777abdc94a4fe90a.js → d26ab5ea6f581003dd76.js} +1 -1
  17. package/dist/client/scripts/{509216b4e74f11f64f80.js → ff6101f274e52feca2d0.js} +1 -1
  18. package/dist/client/styles/1abe5367776b24253d47.css +1 -0
  19. package/dist/components/src/components/canned-search/CannedSearch.vue.d.ts +42 -2
  20. package/dist/components/src/components/canned-search/components/CannedSearchLogos.vue.d.ts +42 -2
  21. package/dist/components/src/components/dropdown/Dropdown.vue.d.ts +6 -6
  22. package/dist/components/src/components/global-menu/components/GlobalMenuLanguage.vue.d.ts +6 -6
  23. package/dist/components/src/components/mega-nav/components/MegaNavDropdown.vue.d.ts +6 -6
  24. package/dist/components/src/components/mega-nav/components/MegaNavDropdownContainer.vue.d.ts +6 -6
  25. package/dist/components/src/components/navigation-bar/NavigationBar.vue.d.ts +961 -2
  26. package/dist/components/src/components/navigation-bar/components/NavigationBarMenuDropdown.vue.d.ts +6 -6
  27. package/dist/components/src/components/navigation-bar/components/NavigationBarSidebarButton.vue.d.ts +961 -2
  28. package/dist/components/src/components/social-share/SocialShare.vue.d.ts +6 -6
  29. package/dist/components/src/components/tooltip/Tooltip.vue.d.ts +72 -2
  30. package/dist/components/style.css +1 -1
  31. package/dist/components/vs-component-library.js +142 -142
  32. package/dist/components/vs-component-library.mjs +6553 -5426
  33. package/dist/ssr/index.js +1 -1
  34. package/dist/ssr/manifest.json +1 -1
  35. package/dist/ssr/styles/{28e3bc50aab5464f72f4.css → b5b07d64d8f252910913.css} +1 -1
  36. package/package.json +2 -1
  37. package/dist/client/scripts/1970d55f90fe220cf58b.js +0 -1
  38. package/dist/client/scripts/bb787f3765349db90879.js +0 -1
  39. package/dist/client/scripts/c5f1674416359d3591b6.js +0 -1
  40. package/dist/client/scripts/e53c02752abb05f93abd.js +0 -2
  41. package/dist/client/styles/1970d55f90fe220cf58b.css +0 -1
  42. /package/dist/client/styles/{d63d97bbaaf166541301.css → 34ee90429cad0416277c.css} +0 -0
  43. /package/dist/client/styles/{509216b4e74f11f64f80.css → ff6101f274e52feca2d0.css} +0 -0
@@ -52,6 +52,925 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
52
52
  }>, {
53
53
  expanded: boolean;
54
54
  }, {}, {
55
+ VsButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
56
+ href: {
57
+ type: StringConstructor;
58
+ default: any;
59
+ };
60
+ tabindex: {
61
+ type: StringConstructor;
62
+ default: any;
63
+ };
64
+ variant: {
65
+ type: StringConstructor;
66
+ default: string;
67
+ validator: (value: unknown) => any;
68
+ };
69
+ size: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ validator: (value: unknown) => any;
73
+ };
74
+ animate: {
75
+ type: BooleanConstructor;
76
+ default: boolean;
77
+ };
78
+ rounded: {
79
+ type: BooleanConstructor;
80
+ default: boolean;
81
+ };
82
+ icon: {
83
+ type: StringConstructor;
84
+ default: string;
85
+ };
86
+ iconOnly: {
87
+ type: BooleanConstructor;
88
+ default: boolean;
89
+ };
90
+ showLabelBreakpoint: {
91
+ type: StringConstructor;
92
+ default: string;
93
+ validator: (value: unknown) => boolean;
94
+ };
95
+ active: {
96
+ type: BooleanConstructor;
97
+ default: boolean;
98
+ };
99
+ iconPosition: {
100
+ type: StringConstructor;
101
+ default: string;
102
+ validator: (value: unknown) => any;
103
+ };
104
+ }>, {}, {
105
+ isAnimating: boolean;
106
+ }, {
107
+ buttonClasses(): {
108
+ [x: string]: string | boolean;
109
+ 'vs-button--animated': boolean;
110
+ 'vs-button--is-animating': boolean;
111
+ 'vs-button--rounded': boolean;
112
+ 'vs-button--icon-only': boolean;
113
+ 'vs-button--active': boolean;
114
+ 'vs-button--flex-reverse': boolean;
115
+ };
116
+ iconClasses(): {
117
+ 'vs-icon--right': boolean;
118
+ 'vs-icon--left': boolean;
119
+ }[];
120
+ buttonLabelClasses(): {
121
+ [x: string]: string | true;
122
+ 'visually-hidden': string | true;
123
+ };
124
+ }, {
125
+ animateHandler(event: any): void;
126
+ tabbedIn(event: any): void;
127
+ trackLink(event: any): void;
128
+ }, {
129
+ computed: {
130
+ pageUrl: () => string;
131
+ };
132
+ data(): {
133
+ dataLayerLoadConfirmed: boolean;
134
+ dataLayerStore: any;
135
+ };
136
+ mounted(): void;
137
+ methods: {
138
+ templateFiller(template: any, values: any): {};
139
+ createDataLayerObject(type: any, event: any, href: any): void;
140
+ returnIsoDate(): string;
141
+ pushToDataLayer(object: any): void;
142
+ compileFullTemplate(templateValues: any): any;
143
+ targetText(event: any): any;
144
+ };
145
+ }, import('vue').ComponentOptionsMixin, "btnFocus"[], "btnFocus", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
146
+ href: {
147
+ type: StringConstructor;
148
+ default: any;
149
+ };
150
+ tabindex: {
151
+ type: StringConstructor;
152
+ default: any;
153
+ };
154
+ variant: {
155
+ type: StringConstructor;
156
+ default: string;
157
+ validator: (value: unknown) => any;
158
+ };
159
+ size: {
160
+ type: StringConstructor;
161
+ default: string;
162
+ validator: (value: unknown) => any;
163
+ };
164
+ animate: {
165
+ type: BooleanConstructor;
166
+ default: boolean;
167
+ };
168
+ rounded: {
169
+ type: BooleanConstructor;
170
+ default: boolean;
171
+ };
172
+ icon: {
173
+ type: StringConstructor;
174
+ default: string;
175
+ };
176
+ iconOnly: {
177
+ type: BooleanConstructor;
178
+ default: boolean;
179
+ };
180
+ showLabelBreakpoint: {
181
+ type: StringConstructor;
182
+ default: string;
183
+ validator: (value: unknown) => boolean;
184
+ };
185
+ active: {
186
+ type: BooleanConstructor;
187
+ default: boolean;
188
+ };
189
+ iconPosition: {
190
+ type: StringConstructor;
191
+ default: string;
192
+ validator: (value: unknown) => any;
193
+ };
194
+ }>> & Readonly<{
195
+ onBtnFocus?: (...args: any[]) => any;
196
+ }>, {
197
+ icon: string;
198
+ variant: string;
199
+ size: string;
200
+ href: string;
201
+ active: boolean;
202
+ tabindex: string;
203
+ animate: boolean;
204
+ rounded: boolean;
205
+ iconOnly: boolean;
206
+ showLabelBreakpoint: string;
207
+ iconPosition: string;
208
+ }, {}, {
209
+ BButton: {
210
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
211
+ pressed: import('vue').PropType<boolean | undefined>;
212
+ tag: {
213
+ type: import('vue').PropType<string>;
214
+ default: string;
215
+ };
216
+ type: {
217
+ type: import('vue').PropType<import('bootstrap-vue-next').ButtonType>;
218
+ default: string;
219
+ };
220
+ replace: {
221
+ type: import('vue').PropType<boolean>;
222
+ default: undefined;
223
+ };
224
+ target: {
225
+ type: import('vue').PropType<import('bootstrap-vue-next').LinkTarget>;
226
+ default: undefined;
227
+ };
228
+ to: {
229
+ type: import('vue').PropType<import('vue-router').RouteLocationRaw>;
230
+ default: undefined;
231
+ };
232
+ append: {
233
+ type: import('vue').PropType<boolean>;
234
+ default: undefined;
235
+ };
236
+ disabled: {
237
+ type: import('vue').PropType<boolean>;
238
+ default: undefined;
239
+ };
240
+ href: {
241
+ type: import('vue').PropType<string>;
242
+ default: undefined;
243
+ };
244
+ rel: {
245
+ type: import('vue').PropType<string>;
246
+ default: undefined;
247
+ };
248
+ size: {
249
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseSize>;
250
+ default: string;
251
+ };
252
+ active: {
253
+ type: import('vue').PropType<boolean>;
254
+ default: boolean;
255
+ };
256
+ activeClass: {
257
+ type: import('vue').PropType<string>;
258
+ default: undefined;
259
+ };
260
+ routerComponentName: {
261
+ type: import('vue').PropType<string>;
262
+ default: undefined;
263
+ };
264
+ variant: {
265
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseButtonVariant | null>;
266
+ default: string;
267
+ };
268
+ opacity: {
269
+ type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
270
+ default: undefined;
271
+ };
272
+ opacityHover: {
273
+ type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
274
+ default: undefined;
275
+ };
276
+ underlineVariant: {
277
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
278
+ default: undefined;
279
+ };
280
+ underlineOffset: {
281
+ type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
282
+ default: undefined;
283
+ };
284
+ underlineOffsetHover: {
285
+ type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
286
+ default: undefined;
287
+ };
288
+ underlineOpacity: {
289
+ type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
290
+ default: undefined;
291
+ };
292
+ underlineOpacityHover: {
293
+ type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
294
+ default: undefined;
295
+ };
296
+ pill: {
297
+ type: import('vue').PropType<boolean>;
298
+ default: boolean;
299
+ };
300
+ icon: {
301
+ type: import('vue').PropType<boolean>;
302
+ default: undefined;
303
+ };
304
+ routerTag: {
305
+ type: import('vue').PropType<string>;
306
+ default: undefined;
307
+ };
308
+ exactActiveClass: {
309
+ type: import('vue').PropType<string>;
310
+ default: undefined;
311
+ };
312
+ loading: {
313
+ type: import('vue').PropType<boolean>;
314
+ default: boolean;
315
+ };
316
+ loadingFill: {
317
+ type: import('vue').PropType<boolean>;
318
+ default: boolean;
319
+ };
320
+ loadingText: {
321
+ type: import('vue').PropType<string>;
322
+ default: string;
323
+ };
324
+ squared: {
325
+ type: import('vue').PropType<boolean>;
326
+ default: boolean;
327
+ };
328
+ }>> & {
329
+ onClick?: ((value: MouseEvent) => any) | undefined;
330
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
331
+ click: (value: MouseEvent) => void;
332
+ }, import('vue').PublicProps, {
333
+ tag: string;
334
+ type: import('bootstrap-vue-next').ButtonType;
335
+ replace: boolean;
336
+ target: import('bootstrap-vue-next').LinkTarget;
337
+ to: import('vue-router').RouteLocationRaw;
338
+ append: boolean;
339
+ disabled: boolean;
340
+ href: string;
341
+ rel: string;
342
+ size: keyof import('bootstrap-vue-next').BaseSize;
343
+ active: boolean;
344
+ activeClass: string;
345
+ routerComponentName: string;
346
+ variant: keyof import('bootstrap-vue-next').BaseButtonVariant | null;
347
+ opacity: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
348
+ opacityHover: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
349
+ underlineVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
350
+ underlineOffset: 1 | 2 | 3 | "1" | "2" | "3";
351
+ underlineOffsetHover: 1 | 2 | 3 | "1" | "2" | "3";
352
+ underlineOpacity: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
353
+ underlineOpacityHover: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
354
+ pill: boolean;
355
+ icon: boolean;
356
+ routerTag: string;
357
+ exactActiveClass: string;
358
+ loading: boolean;
359
+ loadingFill: boolean;
360
+ loadingText: string;
361
+ squared: boolean;
362
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
363
+ P: {};
364
+ B: {};
365
+ D: {};
366
+ C: {};
367
+ M: {};
368
+ Defaults: {};
369
+ }, Readonly<import('vue').ExtractPropTypes<{
370
+ pressed: import('vue').PropType<boolean | undefined>;
371
+ tag: {
372
+ type: import('vue').PropType<string>;
373
+ default: string;
374
+ };
375
+ type: {
376
+ type: import('vue').PropType<import('bootstrap-vue-next').ButtonType>;
377
+ default: string;
378
+ };
379
+ replace: {
380
+ type: import('vue').PropType<boolean>;
381
+ default: undefined;
382
+ };
383
+ target: {
384
+ type: import('vue').PropType<import('bootstrap-vue-next').LinkTarget>;
385
+ default: undefined;
386
+ };
387
+ to: {
388
+ type: import('vue').PropType<import('vue-router').RouteLocationRaw>;
389
+ default: undefined;
390
+ };
391
+ append: {
392
+ type: import('vue').PropType<boolean>;
393
+ default: undefined;
394
+ };
395
+ disabled: {
396
+ type: import('vue').PropType<boolean>;
397
+ default: undefined;
398
+ };
399
+ href: {
400
+ type: import('vue').PropType<string>;
401
+ default: undefined;
402
+ };
403
+ rel: {
404
+ type: import('vue').PropType<string>;
405
+ default: undefined;
406
+ };
407
+ size: {
408
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseSize>;
409
+ default: string;
410
+ };
411
+ active: {
412
+ type: import('vue').PropType<boolean>;
413
+ default: boolean;
414
+ };
415
+ activeClass: {
416
+ type: import('vue').PropType<string>;
417
+ default: undefined;
418
+ };
419
+ routerComponentName: {
420
+ type: import('vue').PropType<string>;
421
+ default: undefined;
422
+ };
423
+ variant: {
424
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseButtonVariant | null>;
425
+ default: string;
426
+ };
427
+ opacity: {
428
+ type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
429
+ default: undefined;
430
+ };
431
+ opacityHover: {
432
+ type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
433
+ default: undefined;
434
+ };
435
+ underlineVariant: {
436
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
437
+ default: undefined;
438
+ };
439
+ underlineOffset: {
440
+ type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
441
+ default: undefined;
442
+ };
443
+ underlineOffsetHover: {
444
+ type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
445
+ default: undefined;
446
+ };
447
+ underlineOpacity: {
448
+ type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
449
+ default: undefined;
450
+ };
451
+ underlineOpacityHover: {
452
+ type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
453
+ default: undefined;
454
+ };
455
+ pill: {
456
+ type: import('vue').PropType<boolean>;
457
+ default: boolean;
458
+ };
459
+ icon: {
460
+ type: import('vue').PropType<boolean>;
461
+ default: undefined;
462
+ };
463
+ routerTag: {
464
+ type: import('vue').PropType<string>;
465
+ default: undefined;
466
+ };
467
+ exactActiveClass: {
468
+ type: import('vue').PropType<string>;
469
+ default: undefined;
470
+ };
471
+ loading: {
472
+ type: import('vue').PropType<boolean>;
473
+ default: boolean;
474
+ };
475
+ loadingFill: {
476
+ type: import('vue').PropType<boolean>;
477
+ default: boolean;
478
+ };
479
+ loadingText: {
480
+ type: import('vue').PropType<string>;
481
+ default: string;
482
+ };
483
+ squared: {
484
+ type: import('vue').PropType<boolean>;
485
+ default: boolean;
486
+ };
487
+ }>> & {
488
+ onClick?: ((value: MouseEvent) => any) | undefined;
489
+ }, {}, {}, {}, {}, {
490
+ tag: string;
491
+ type: import('bootstrap-vue-next').ButtonType;
492
+ replace: boolean;
493
+ target: import('bootstrap-vue-next').LinkTarget;
494
+ to: import('vue-router').RouteLocationRaw;
495
+ append: boolean;
496
+ disabled: boolean;
497
+ href: string;
498
+ rel: string;
499
+ size: keyof import('bootstrap-vue-next').BaseSize;
500
+ active: boolean;
501
+ activeClass: string;
502
+ routerComponentName: string;
503
+ variant: keyof import('bootstrap-vue-next').BaseButtonVariant | null;
504
+ opacity: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
505
+ opacityHover: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
506
+ underlineVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
507
+ underlineOffset: 1 | 2 | 3 | "1" | "2" | "3";
508
+ underlineOffsetHover: 1 | 2 | 3 | "1" | "2" | "3";
509
+ underlineOpacity: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
510
+ underlineOpacityHover: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
511
+ pill: boolean;
512
+ icon: boolean;
513
+ routerTag: string;
514
+ exactActiveClass: string;
515
+ loading: boolean;
516
+ loadingFill: boolean;
517
+ loadingText: string;
518
+ squared: boolean;
519
+ }>;
520
+ __isFragment?: never;
521
+ __isTeleport?: never;
522
+ __isSuspense?: never;
523
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
524
+ pressed: import('vue').PropType<boolean | undefined>;
525
+ tag: {
526
+ type: import('vue').PropType<string>;
527
+ default: string;
528
+ };
529
+ type: {
530
+ type: import('vue').PropType<import('bootstrap-vue-next').ButtonType>;
531
+ default: string;
532
+ };
533
+ replace: {
534
+ type: import('vue').PropType<boolean>;
535
+ default: undefined;
536
+ };
537
+ target: {
538
+ type: import('vue').PropType<import('bootstrap-vue-next').LinkTarget>;
539
+ default: undefined;
540
+ };
541
+ to: {
542
+ type: import('vue').PropType<import('vue-router').RouteLocationRaw>;
543
+ default: undefined;
544
+ };
545
+ append: {
546
+ type: import('vue').PropType<boolean>;
547
+ default: undefined;
548
+ };
549
+ disabled: {
550
+ type: import('vue').PropType<boolean>;
551
+ default: undefined;
552
+ };
553
+ href: {
554
+ type: import('vue').PropType<string>;
555
+ default: undefined;
556
+ };
557
+ rel: {
558
+ type: import('vue').PropType<string>;
559
+ default: undefined;
560
+ };
561
+ size: {
562
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseSize>;
563
+ default: string;
564
+ };
565
+ active: {
566
+ type: import('vue').PropType<boolean>;
567
+ default: boolean;
568
+ };
569
+ activeClass: {
570
+ type: import('vue').PropType<string>;
571
+ default: undefined;
572
+ };
573
+ routerComponentName: {
574
+ type: import('vue').PropType<string>;
575
+ default: undefined;
576
+ };
577
+ variant: {
578
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseButtonVariant | null>;
579
+ default: string;
580
+ };
581
+ opacity: {
582
+ type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
583
+ default: undefined;
584
+ };
585
+ opacityHover: {
586
+ type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
587
+ default: undefined;
588
+ };
589
+ underlineVariant: {
590
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
591
+ default: undefined;
592
+ };
593
+ underlineOffset: {
594
+ type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
595
+ default: undefined;
596
+ };
597
+ underlineOffsetHover: {
598
+ type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
599
+ default: undefined;
600
+ };
601
+ underlineOpacity: {
602
+ type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
603
+ default: undefined;
604
+ };
605
+ underlineOpacityHover: {
606
+ type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
607
+ default: undefined;
608
+ };
609
+ pill: {
610
+ type: import('vue').PropType<boolean>;
611
+ default: boolean;
612
+ };
613
+ icon: {
614
+ type: import('vue').PropType<boolean>;
615
+ default: undefined;
616
+ };
617
+ routerTag: {
618
+ type: import('vue').PropType<string>;
619
+ default: undefined;
620
+ };
621
+ exactActiveClass: {
622
+ type: import('vue').PropType<string>;
623
+ default: undefined;
624
+ };
625
+ loading: {
626
+ type: import('vue').PropType<boolean>;
627
+ default: boolean;
628
+ };
629
+ loadingFill: {
630
+ type: import('vue').PropType<boolean>;
631
+ default: boolean;
632
+ };
633
+ loadingText: {
634
+ type: import('vue').PropType<string>;
635
+ default: string;
636
+ };
637
+ squared: {
638
+ type: import('vue').PropType<boolean>;
639
+ default: boolean;
640
+ };
641
+ }>> & {
642
+ onClick?: ((value: MouseEvent) => any) | undefined;
643
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
644
+ click: (value: MouseEvent) => void;
645
+ }, string, {
646
+ tag: string;
647
+ type: import('bootstrap-vue-next').ButtonType;
648
+ replace: boolean;
649
+ target: import('bootstrap-vue-next').LinkTarget;
650
+ to: import('vue-router').RouteLocationRaw;
651
+ append: boolean;
652
+ disabled: boolean;
653
+ href: string;
654
+ rel: string;
655
+ size: keyof import('bootstrap-vue-next').BaseSize;
656
+ active: boolean;
657
+ activeClass: string;
658
+ routerComponentName: string;
659
+ variant: keyof import('bootstrap-vue-next').BaseButtonVariant | null;
660
+ opacity: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
661
+ opacityHover: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
662
+ underlineVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
663
+ underlineOffset: 1 | 2 | 3 | "1" | "2" | "3";
664
+ underlineOffsetHover: 1 | 2 | 3 | "1" | "2" | "3";
665
+ underlineOpacity: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
666
+ underlineOpacityHover: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
667
+ pill: boolean;
668
+ icon: boolean;
669
+ routerTag: string;
670
+ exactActiveClass: string;
671
+ loading: boolean;
672
+ loadingFill: boolean;
673
+ loadingText: string;
674
+ squared: boolean;
675
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
676
+ $slots: Readonly<{
677
+ default?: ((props: Record<string, never>) => any) | undefined;
678
+ loading?: ((props: Record<string, never>) => any) | undefined;
679
+ 'loading-spinner'?: ((props: Record<string, never>) => any) | undefined;
680
+ }> & {
681
+ default?: ((props: Record<string, never>) => any) | undefined;
682
+ loading?: ((props: Record<string, never>) => any) | undefined;
683
+ 'loading-spinner'?: ((props: Record<string, never>) => any) | undefined;
684
+ };
685
+ });
686
+ VsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
687
+ icon: {
688
+ type: StringConstructor;
689
+ required: true;
690
+ };
691
+ variant: {
692
+ type: StringConstructor;
693
+ default: string;
694
+ validator: (value: unknown) => any;
695
+ };
696
+ customColour: {
697
+ type: StringConstructor;
698
+ default: any;
699
+ };
700
+ size: {
701
+ type: StringConstructor;
702
+ default: string;
703
+ validator: (value: unknown) => any;
704
+ };
705
+ smallSize: {
706
+ type: StringConstructor;
707
+ default: any;
708
+ validator: (value: unknown) => any;
709
+ };
710
+ }>, {}, {
711
+ tokens: {
712
+ "vs-color-background-primary": string;
713
+ "vs-color-background-secondary": string;
714
+ "vs-color-background-bold": string;
715
+ "vs-color-background-brand": string;
716
+ "vs-color-background-inverse": string;
717
+ "vs-color-background-highlight": string;
718
+ "vs-color-background-information": string;
719
+ "vs-color-background-success": string;
720
+ "vs-color-background-warning": string;
721
+ "vs-color-background-error": string;
722
+ "vs-color-background-accent-heather-80": string;
723
+ "vs-color-background-accent-heather-30": string;
724
+ "vs-color-background-accent-tolsta-40": string;
725
+ "vs-color-background-accent-gorse-05": string;
726
+ "vs-color-border-primary": string;
727
+ "vs-color-border-secondary": string;
728
+ "vs-color-border-inverse": string;
729
+ "vs-color-border-input": string;
730
+ "vs-color-border-highlight": string;
731
+ "vs-color-border-bold": string;
732
+ "vs-color-border-success": string;
733
+ "vs-color-border-warning": string;
734
+ "vs-color-border-error": string;
735
+ "vs-color-border-disabled": string;
736
+ "vs-color-icon-primary": string;
737
+ "vs-color-icon-secondary": string;
738
+ "vs-color-icon-tertiary": string;
739
+ "vs-color-icon-inverse": string;
740
+ "vs-color-icon-cta-on-light": string;
741
+ "vs-color-icon-highlight": string;
742
+ "vs-color-icon-success": string;
743
+ "vs-color-icon-warning": string;
744
+ "vs-color-icon-error": string;
745
+ "vs-color-icon-disabled": string;
746
+ "vs-color-icon-accent-saltire-30": string;
747
+ "vs-color-icon-ski-easy": string;
748
+ "vs-color-icon-ski-intermediate": string;
749
+ "vs-color-icon-ski-difficult": string;
750
+ "vs-color-icon-ski-very-difficult": string;
751
+ "vs-color-icon-ski-itineraries": string;
752
+ "vs-color-icon-ski-other": string;
753
+ "vs-color-icon-accent-loch-ness": string;
754
+ "vs-color-icon-accent-grey-02": string;
755
+ "vs-color-icon-accent-saltire": string;
756
+ "vs-color-icon-accent-bramble": string;
757
+ "vs-color-icon-accent-heather": string;
758
+ "vs-color-icon-accent-whisky": string;
759
+ "vs-color-icon-accent-cranachan": string;
760
+ "vs-color-icon-accent-buachaille": string;
761
+ "vs-color-interaction-focus": string;
762
+ "vs-color-interaction-focus-on-bold": string;
763
+ "vs-color-interaction-cta-primary": string;
764
+ "vs-color-interaction-cta-secondary": string;
765
+ "vs-color-interaction-cta-hover": string;
766
+ "vs-color-interaction-cta-pressed": string;
767
+ "vs-color-interaction-cta-disabled": string;
768
+ "vs-color-interaction-cta-subtle-hover": string;
769
+ "vs-color-interaction-cta-subtle-pressed": string;
770
+ "vs-color-interaction-cta-subtle": string;
771
+ "vs-color-interaction-link-primary": string;
772
+ "vs-color-interaction-link-secondary": string;
773
+ "vs-color-interaction-link-active": string;
774
+ "vs-color-interaction-link-visited": string;
775
+ "vs-color-interaction-link-disabled": string;
776
+ "vs-color-interaction-link-visited-on-bold": string;
777
+ "vs-color-text-primary": string;
778
+ "vs-color-text-secondary": string;
779
+ "vs-color-text-tertiary": string;
780
+ "vs-color-text-inverse": string;
781
+ "vs-color-text-cta-on-light": string;
782
+ "vs-color-text-highlight": string;
783
+ "vs-color-text-brand": string;
784
+ "vs-color-text-error": string;
785
+ "vs-color-text-success": string;
786
+ "vs-color-text-disabled": string;
787
+ breakpoint_xl: string;
788
+ grid_container_width_xl: string;
789
+ breakpoint_md: string;
790
+ max_container_width_xl: string;
791
+ grid_container_width_md: string;
792
+ breakpoint_sm: string;
793
+ breakpoint_lg: string;
794
+ breakpoint_xs: string;
795
+ max_container_width_md: string;
796
+ grid_container_width_sm: string;
797
+ grid_container_width_lg: string;
798
+ max_container_width_sm: string;
799
+ max_container_width_lg: string;
800
+ max_container_width_xxl: string;
801
+ grid_container_width_xxl: string;
802
+ breakpoint_xxl: string;
803
+ grid_columns: string;
804
+ grid_gutter_width: string;
805
+ "vs-spacer-0": string;
806
+ "vs-spacer-0125": string;
807
+ "vs-spacer-025": string;
808
+ "vs-spacer-050": string;
809
+ "vs-spacer-075": string;
810
+ "vs-spacer-100": string;
811
+ "vs-spacer-125": string;
812
+ "vs-spacer-150": string;
813
+ "vs-spacer-175": string;
814
+ "vs-spacer-200": string;
815
+ "vs-spacer-225": string;
816
+ "vs-spacer-250": string;
817
+ "vs-spacer-300": string;
818
+ "vs-spacer-400": string;
819
+ "vs-spacer-500": string;
820
+ "vs-spacer-600": string;
821
+ "vs-spacer-700": string;
822
+ "vs-radius-medium": string;
823
+ "vs-radius-none": string;
824
+ "vs-radius-large-increased": string;
825
+ "vs-radius-extra-large-increased": string;
826
+ "vs-radius-tiny": string;
827
+ "vs-radius-large": string;
828
+ "vs-radius-extra-large": string;
829
+ "vs-radius-extra-extra-large": string;
830
+ "vs-radius-huge": string;
831
+ "vs-radius-full": string;
832
+ "vs-radius-small": string;
833
+ "vs-elevation-shadow-raised": string;
834
+ "vs-elevation-shadow-overlay": string;
835
+ "vs-elevation-surface": string;
836
+ "vs-elevation-surface-section": string;
837
+ "vs-elevation-surface-raised": string;
838
+ "vs-elevation-surface-overlay": string;
839
+ "vs-focus-shadow": string;
840
+ "vs-focus-shadow-on-dark": string;
841
+ "vs-border-width-sm": string;
842
+ "vs-border-width-md": string;
843
+ "vs-font-size-display-m": string;
844
+ "vs-font-size-display-s": string;
845
+ "vs-font-size-heading-xl": string;
846
+ "vs-font-size-heading-l": string;
847
+ "vs-font-size-heading-m": string;
848
+ "vs-font-size-heading-s": string;
849
+ "vs-font-size-heading-xs": string;
850
+ "vs-font-size-heading-xxs": string;
851
+ "vs-font-size-heading-xxxs": string;
852
+ "vs-font-size-detail-l": string;
853
+ "vs-font-size-detail-m": string;
854
+ "vs-font-size-detail-s": string;
855
+ "vs-font-size-body-l": string;
856
+ "vs-font-size-body-m": string;
857
+ "vs-font-size-body-s": string;
858
+ "vs-font-weight-strong": string;
859
+ "vs-font-weight-medium": string;
860
+ "vs-font-weight-regular": string;
861
+ "vs-font-weight-subtle": string;
862
+ "vs-font-weight-heading": string;
863
+ "vs-font-weight-body": string;
864
+ "vs-font-weight-detail": string;
865
+ "vs-font-family-sans-serif": string;
866
+ "vs-font-family-display": string;
867
+ "vs-line-height-heading": number;
868
+ "vs-line-height-detail": number;
869
+ "vs-line-height-body": number;
870
+ "vs-letter-spacing-display": string;
871
+ "vs-letter-spacing-heading": string;
872
+ "vs-letter-spacing-detail": string;
873
+ "vs-letter-spacing-body": string;
874
+ icon_size_xxs: string;
875
+ icon_size_xs: string;
876
+ icon_size_sm: string;
877
+ icon_size_md: string;
878
+ icon_size_lg: string;
879
+ icon_size_xl: string;
880
+ "vs-icon-facility-audio-loop": string;
881
+ "vs-icon-control-collapse": string;
882
+ "vs-icon-facility-wheelchair-access": string;
883
+ "vs-icon-control-pause": string;
884
+ "vs-icon-facility-cafe": string;
885
+ "vs-icon-feedback-error": string;
886
+ "vs-icon-facility-accessible-parking": string;
887
+ "vs-icon-control-filters": string;
888
+ "vs-icon-feedback-information": string;
889
+ "vs-icon-control-external-link": string;
890
+ "vs-icon-control-play": string;
891
+ "vs-icon-facility-accessible-dining": string;
892
+ "vs-icon-facility-public-transport": string;
893
+ "vs-icon-season-winter": string;
894
+ "vs-icon-control-expand": string;
895
+ "vs-icon-facility-pets-welcome": string;
896
+ "vs-icon-facility-parking": string;
897
+ "vs-icon-control-menu": string;
898
+ "vs-icon-season-spring": string;
899
+ "vs-icon-season-summer": string;
900
+ "vs-icon-facility-breakfast": string;
901
+ "vs-icon-control-back-to-top": string;
902
+ "vs-icon-control-dismiss": string;
903
+ "vs-icon-feedback-warning": string;
904
+ "vs-icon-facility-accessible-shower": string;
905
+ "vs-icon-facility-wifi": string;
906
+ "vs-icon-control-search": string;
907
+ "vs-icon-control-download": string;
908
+ "vs-icon-season-autumn": string;
909
+ "vs-icon-facility-accessible-toilet": string;
910
+ "vs-icon-feedback-success": string;
911
+ "vs-icon-facility-vegan": string;
912
+ "font-size-1": string;
913
+ "font-size-2": string;
914
+ "font-size-3": string;
915
+ "font-size-4": string;
916
+ "font-size-5": string;
917
+ "font-size-6": string;
918
+ "font-size-7": string;
919
+ "font-size-8": string;
920
+ "font-size-9": string;
921
+ "font-size-10": string;
922
+ "font-size-body": string;
923
+ "font-size-body-md": string;
924
+ "font-size-lead": string;
925
+ "font-size-lead-md": string;
926
+ "font-size-teaser": string;
927
+ opacity_100: string;
928
+ opacity_50: string;
929
+ opacity_0: string;
930
+ duration_quickly: string;
931
+ duration_base: string;
932
+ duration_slowly: string;
933
+ no_javascript: string;
934
+ theme_dark: string;
935
+ theme_grey: string;
936
+ };
937
+ }, {
938
+ iconClasses(): any[];
939
+ fontAwesomeClasses(): any;
940
+ iconStyles(): {
941
+ color: string;
942
+ };
943
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
944
+ icon: {
945
+ type: StringConstructor;
946
+ required: true;
947
+ };
948
+ variant: {
949
+ type: StringConstructor;
950
+ default: string;
951
+ validator: (value: unknown) => any;
952
+ };
953
+ customColour: {
954
+ type: StringConstructor;
955
+ default: any;
956
+ };
957
+ size: {
958
+ type: StringConstructor;
959
+ default: string;
960
+ validator: (value: unknown) => any;
961
+ };
962
+ smallSize: {
963
+ type: StringConstructor;
964
+ default: any;
965
+ validator: (value: unknown) => any;
966
+ };
967
+ }>> & Readonly<{}>, {
968
+ variant: string;
969
+ customColour: string;
970
+ size: string;
971
+ smallSize: string;
972
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
973
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
55
974
  VsTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
56
975
  title: {
57
976
  type: StringConstructor;
@@ -62,16 +981,46 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
62
981
  default: string;
63
982
  validator: (value: unknown) => any;
64
983
  };
984
+ offset: {
985
+ type: NumberConstructor;
986
+ default: number;
987
+ };
65
988
  subtle: {
66
989
  type: BooleanConstructor;
67
990
  default: boolean;
68
991
  };
69
- }>, {}, {}, {
992
+ useLegacy: {
993
+ type: BooleanConstructor;
994
+ default: boolean;
995
+ };
996
+ }>, {}, {
997
+ visible: boolean;
998
+ hideTimeout: any;
999
+ tooltipId: string;
1000
+ floatingStyles: {};
1001
+ arrowStyles: {};
1002
+ cleanup: any;
1003
+ }, {
1004
+ tooltipClasses(): (string | {
1005
+ 'vs-tooltip-popover--subtle': boolean;
1006
+ })[];
70
1007
  tooltipConfig(): {
71
1008
  placement: string;
72
1009
  customClass: string;
73
1010
  };
74
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1011
+ }, {
1012
+ show(): void;
1013
+ hide(): void;
1014
+ updatePosition(): Promise<void>;
1015
+ applyTooltipPosition({ x, y }: {
1016
+ x: any;
1017
+ y: any;
1018
+ }): void;
1019
+ applyArrowPosition({ placement, middlewareData }: {
1020
+ placement: any;
1021
+ middlewareData: any;
1022
+ }): void;
1023
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
75
1024
  title: {
76
1025
  type: StringConstructor;
77
1026
  default: string;
@@ -81,14 +1030,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
81
1030
  default: string;
82
1031
  validator: (value: unknown) => any;
83
1032
  };
1033
+ offset: {
1034
+ type: NumberConstructor;
1035
+ default: number;
1036
+ };
84
1037
  subtle: {
85
1038
  type: BooleanConstructor;
86
1039
  default: boolean;
87
1040
  };
1041
+ useLegacy: {
1042
+ type: BooleanConstructor;
1043
+ default: boolean;
1044
+ };
88
1045
  }>> & Readonly<{}>, {
89
1046
  title: string;
90
1047
  subtle: boolean;
1048
+ offset: number;
91
1049
  position: string;
1050
+ useLegacy: boolean;
92
1051
  }, {}, {
93
1052
  VsButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
94
1053
  href: {