@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
@@ -267,6 +267,925 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
267
267
  }>, {
268
268
  expanded: boolean;
269
269
  }, {}, {
270
+ VsButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
271
+ href: {
272
+ type: StringConstructor;
273
+ default: any;
274
+ };
275
+ tabindex: {
276
+ type: StringConstructor;
277
+ default: any;
278
+ };
279
+ variant: {
280
+ type: StringConstructor;
281
+ default: string;
282
+ validator: (value: unknown) => any;
283
+ };
284
+ size: {
285
+ type: StringConstructor;
286
+ default: string;
287
+ validator: (value: unknown) => any;
288
+ };
289
+ animate: {
290
+ type: BooleanConstructor;
291
+ default: boolean;
292
+ };
293
+ rounded: {
294
+ type: BooleanConstructor;
295
+ default: boolean;
296
+ };
297
+ icon: {
298
+ type: StringConstructor;
299
+ default: string;
300
+ };
301
+ iconOnly: {
302
+ type: BooleanConstructor;
303
+ default: boolean;
304
+ };
305
+ showLabelBreakpoint: {
306
+ type: StringConstructor;
307
+ default: string;
308
+ validator: (value: unknown) => boolean;
309
+ };
310
+ active: {
311
+ type: BooleanConstructor;
312
+ default: boolean;
313
+ };
314
+ iconPosition: {
315
+ type: StringConstructor;
316
+ default: string;
317
+ validator: (value: unknown) => any;
318
+ };
319
+ }>, {}, {
320
+ isAnimating: boolean;
321
+ }, {
322
+ buttonClasses(): {
323
+ [x: string]: string | boolean;
324
+ 'vs-button--animated': boolean;
325
+ 'vs-button--is-animating': boolean;
326
+ 'vs-button--rounded': boolean;
327
+ 'vs-button--icon-only': boolean;
328
+ 'vs-button--active': boolean;
329
+ 'vs-button--flex-reverse': boolean;
330
+ };
331
+ iconClasses(): {
332
+ 'vs-icon--right': boolean;
333
+ 'vs-icon--left': boolean;
334
+ }[];
335
+ buttonLabelClasses(): {
336
+ [x: string]: string | true;
337
+ 'visually-hidden': string | true;
338
+ };
339
+ }, {
340
+ animateHandler(event: any): void;
341
+ tabbedIn(event: any): void;
342
+ trackLink(event: any): void;
343
+ }, {
344
+ computed: {
345
+ pageUrl: () => string;
346
+ };
347
+ data(): {
348
+ dataLayerLoadConfirmed: boolean;
349
+ dataLayerStore: any;
350
+ };
351
+ mounted(): void;
352
+ methods: {
353
+ templateFiller(template: any, values: any): {};
354
+ createDataLayerObject(type: any, event: any, href: any): void;
355
+ returnIsoDate(): string;
356
+ pushToDataLayer(object: any): void;
357
+ compileFullTemplate(templateValues: any): any;
358
+ targetText(event: any): any;
359
+ };
360
+ }, import('vue').ComponentOptionsMixin, "btnFocus"[], "btnFocus", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
361
+ href: {
362
+ type: StringConstructor;
363
+ default: any;
364
+ };
365
+ tabindex: {
366
+ type: StringConstructor;
367
+ default: any;
368
+ };
369
+ variant: {
370
+ type: StringConstructor;
371
+ default: string;
372
+ validator: (value: unknown) => any;
373
+ };
374
+ size: {
375
+ type: StringConstructor;
376
+ default: string;
377
+ validator: (value: unknown) => any;
378
+ };
379
+ animate: {
380
+ type: BooleanConstructor;
381
+ default: boolean;
382
+ };
383
+ rounded: {
384
+ type: BooleanConstructor;
385
+ default: boolean;
386
+ };
387
+ icon: {
388
+ type: StringConstructor;
389
+ default: string;
390
+ };
391
+ iconOnly: {
392
+ type: BooleanConstructor;
393
+ default: boolean;
394
+ };
395
+ showLabelBreakpoint: {
396
+ type: StringConstructor;
397
+ default: string;
398
+ validator: (value: unknown) => boolean;
399
+ };
400
+ active: {
401
+ type: BooleanConstructor;
402
+ default: boolean;
403
+ };
404
+ iconPosition: {
405
+ type: StringConstructor;
406
+ default: string;
407
+ validator: (value: unknown) => any;
408
+ };
409
+ }>> & Readonly<{
410
+ onBtnFocus?: (...args: any[]) => any;
411
+ }>, {
412
+ icon: string;
413
+ variant: string;
414
+ size: string;
415
+ href: string;
416
+ active: boolean;
417
+ tabindex: string;
418
+ animate: boolean;
419
+ rounded: boolean;
420
+ iconOnly: boolean;
421
+ showLabelBreakpoint: string;
422
+ iconPosition: string;
423
+ }, {}, {
424
+ BButton: {
425
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
426
+ pressed: import('vue').PropType<boolean | undefined>;
427
+ tag: {
428
+ type: import('vue').PropType<string>;
429
+ default: string;
430
+ };
431
+ type: {
432
+ type: import('vue').PropType<import('bootstrap-vue-next').ButtonType>;
433
+ default: string;
434
+ };
435
+ replace: {
436
+ type: import('vue').PropType<boolean>;
437
+ default: undefined;
438
+ };
439
+ target: {
440
+ type: import('vue').PropType<import('bootstrap-vue-next').LinkTarget>;
441
+ default: undefined;
442
+ };
443
+ to: {
444
+ type: import('vue').PropType<import('vue-router').RouteLocationRaw>;
445
+ default: undefined;
446
+ };
447
+ append: {
448
+ type: import('vue').PropType<boolean>;
449
+ default: undefined;
450
+ };
451
+ disabled: {
452
+ type: import('vue').PropType<boolean>;
453
+ default: undefined;
454
+ };
455
+ href: {
456
+ type: import('vue').PropType<string>;
457
+ default: undefined;
458
+ };
459
+ rel: {
460
+ type: import('vue').PropType<string>;
461
+ default: undefined;
462
+ };
463
+ size: {
464
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseSize>;
465
+ default: string;
466
+ };
467
+ active: {
468
+ type: import('vue').PropType<boolean>;
469
+ default: boolean;
470
+ };
471
+ activeClass: {
472
+ type: import('vue').PropType<string>;
473
+ default: undefined;
474
+ };
475
+ routerComponentName: {
476
+ type: import('vue').PropType<string>;
477
+ default: undefined;
478
+ };
479
+ variant: {
480
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseButtonVariant | null>;
481
+ default: string;
482
+ };
483
+ opacity: {
484
+ type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
485
+ default: undefined;
486
+ };
487
+ opacityHover: {
488
+ type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
489
+ default: undefined;
490
+ };
491
+ underlineVariant: {
492
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
493
+ default: undefined;
494
+ };
495
+ underlineOffset: {
496
+ type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
497
+ default: undefined;
498
+ };
499
+ underlineOffsetHover: {
500
+ type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
501
+ default: undefined;
502
+ };
503
+ underlineOpacity: {
504
+ type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
505
+ default: undefined;
506
+ };
507
+ underlineOpacityHover: {
508
+ type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
509
+ default: undefined;
510
+ };
511
+ pill: {
512
+ type: import('vue').PropType<boolean>;
513
+ default: boolean;
514
+ };
515
+ icon: {
516
+ type: import('vue').PropType<boolean>;
517
+ default: undefined;
518
+ };
519
+ routerTag: {
520
+ type: import('vue').PropType<string>;
521
+ default: undefined;
522
+ };
523
+ exactActiveClass: {
524
+ type: import('vue').PropType<string>;
525
+ default: undefined;
526
+ };
527
+ loading: {
528
+ type: import('vue').PropType<boolean>;
529
+ default: boolean;
530
+ };
531
+ loadingFill: {
532
+ type: import('vue').PropType<boolean>;
533
+ default: boolean;
534
+ };
535
+ loadingText: {
536
+ type: import('vue').PropType<string>;
537
+ default: string;
538
+ };
539
+ squared: {
540
+ type: import('vue').PropType<boolean>;
541
+ default: boolean;
542
+ };
543
+ }>> & {
544
+ onClick?: ((value: MouseEvent) => any) | undefined;
545
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
546
+ click: (value: MouseEvent) => void;
547
+ }, import('vue').PublicProps, {
548
+ tag: string;
549
+ type: import('bootstrap-vue-next').ButtonType;
550
+ replace: boolean;
551
+ target: import('bootstrap-vue-next').LinkTarget;
552
+ to: import('vue-router').RouteLocationRaw;
553
+ append: boolean;
554
+ disabled: boolean;
555
+ href: string;
556
+ rel: string;
557
+ size: keyof import('bootstrap-vue-next').BaseSize;
558
+ active: boolean;
559
+ activeClass: string;
560
+ routerComponentName: string;
561
+ variant: keyof import('bootstrap-vue-next').BaseButtonVariant | null;
562
+ opacity: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
563
+ opacityHover: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
564
+ underlineVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
565
+ underlineOffset: 1 | 2 | 3 | "1" | "2" | "3";
566
+ underlineOffsetHover: 1 | 2 | 3 | "1" | "2" | "3";
567
+ underlineOpacity: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
568
+ underlineOpacityHover: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
569
+ pill: boolean;
570
+ icon: boolean;
571
+ routerTag: string;
572
+ exactActiveClass: string;
573
+ loading: boolean;
574
+ loadingFill: boolean;
575
+ loadingText: string;
576
+ squared: boolean;
577
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
578
+ P: {};
579
+ B: {};
580
+ D: {};
581
+ C: {};
582
+ M: {};
583
+ Defaults: {};
584
+ }, Readonly<import('vue').ExtractPropTypes<{
585
+ pressed: import('vue').PropType<boolean | undefined>;
586
+ tag: {
587
+ type: import('vue').PropType<string>;
588
+ default: string;
589
+ };
590
+ type: {
591
+ type: import('vue').PropType<import('bootstrap-vue-next').ButtonType>;
592
+ default: string;
593
+ };
594
+ replace: {
595
+ type: import('vue').PropType<boolean>;
596
+ default: undefined;
597
+ };
598
+ target: {
599
+ type: import('vue').PropType<import('bootstrap-vue-next').LinkTarget>;
600
+ default: undefined;
601
+ };
602
+ to: {
603
+ type: import('vue').PropType<import('vue-router').RouteLocationRaw>;
604
+ default: undefined;
605
+ };
606
+ append: {
607
+ type: import('vue').PropType<boolean>;
608
+ default: undefined;
609
+ };
610
+ disabled: {
611
+ type: import('vue').PropType<boolean>;
612
+ default: undefined;
613
+ };
614
+ href: {
615
+ type: import('vue').PropType<string>;
616
+ default: undefined;
617
+ };
618
+ rel: {
619
+ type: import('vue').PropType<string>;
620
+ default: undefined;
621
+ };
622
+ size: {
623
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseSize>;
624
+ default: string;
625
+ };
626
+ active: {
627
+ type: import('vue').PropType<boolean>;
628
+ default: boolean;
629
+ };
630
+ activeClass: {
631
+ type: import('vue').PropType<string>;
632
+ default: undefined;
633
+ };
634
+ routerComponentName: {
635
+ type: import('vue').PropType<string>;
636
+ default: undefined;
637
+ };
638
+ variant: {
639
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseButtonVariant | null>;
640
+ default: string;
641
+ };
642
+ opacity: {
643
+ type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
644
+ default: undefined;
645
+ };
646
+ opacityHover: {
647
+ type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
648
+ default: undefined;
649
+ };
650
+ underlineVariant: {
651
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
652
+ default: undefined;
653
+ };
654
+ underlineOffset: {
655
+ type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
656
+ default: undefined;
657
+ };
658
+ underlineOffsetHover: {
659
+ type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
660
+ default: undefined;
661
+ };
662
+ underlineOpacity: {
663
+ type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
664
+ default: undefined;
665
+ };
666
+ underlineOpacityHover: {
667
+ type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
668
+ default: undefined;
669
+ };
670
+ pill: {
671
+ type: import('vue').PropType<boolean>;
672
+ default: boolean;
673
+ };
674
+ icon: {
675
+ type: import('vue').PropType<boolean>;
676
+ default: undefined;
677
+ };
678
+ routerTag: {
679
+ type: import('vue').PropType<string>;
680
+ default: undefined;
681
+ };
682
+ exactActiveClass: {
683
+ type: import('vue').PropType<string>;
684
+ default: undefined;
685
+ };
686
+ loading: {
687
+ type: import('vue').PropType<boolean>;
688
+ default: boolean;
689
+ };
690
+ loadingFill: {
691
+ type: import('vue').PropType<boolean>;
692
+ default: boolean;
693
+ };
694
+ loadingText: {
695
+ type: import('vue').PropType<string>;
696
+ default: string;
697
+ };
698
+ squared: {
699
+ type: import('vue').PropType<boolean>;
700
+ default: boolean;
701
+ };
702
+ }>> & {
703
+ onClick?: ((value: MouseEvent) => any) | undefined;
704
+ }, {}, {}, {}, {}, {
705
+ tag: string;
706
+ type: import('bootstrap-vue-next').ButtonType;
707
+ replace: boolean;
708
+ target: import('bootstrap-vue-next').LinkTarget;
709
+ to: import('vue-router').RouteLocationRaw;
710
+ append: boolean;
711
+ disabled: boolean;
712
+ href: string;
713
+ rel: string;
714
+ size: keyof import('bootstrap-vue-next').BaseSize;
715
+ active: boolean;
716
+ activeClass: string;
717
+ routerComponentName: string;
718
+ variant: keyof import('bootstrap-vue-next').BaseButtonVariant | null;
719
+ opacity: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
720
+ opacityHover: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
721
+ underlineVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
722
+ underlineOffset: 1 | 2 | 3 | "1" | "2" | "3";
723
+ underlineOffsetHover: 1 | 2 | 3 | "1" | "2" | "3";
724
+ underlineOpacity: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
725
+ underlineOpacityHover: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
726
+ pill: boolean;
727
+ icon: boolean;
728
+ routerTag: string;
729
+ exactActiveClass: string;
730
+ loading: boolean;
731
+ loadingFill: boolean;
732
+ loadingText: string;
733
+ squared: boolean;
734
+ }>;
735
+ __isFragment?: never;
736
+ __isTeleport?: never;
737
+ __isSuspense?: never;
738
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
739
+ pressed: import('vue').PropType<boolean | undefined>;
740
+ tag: {
741
+ type: import('vue').PropType<string>;
742
+ default: string;
743
+ };
744
+ type: {
745
+ type: import('vue').PropType<import('bootstrap-vue-next').ButtonType>;
746
+ default: string;
747
+ };
748
+ replace: {
749
+ type: import('vue').PropType<boolean>;
750
+ default: undefined;
751
+ };
752
+ target: {
753
+ type: import('vue').PropType<import('bootstrap-vue-next').LinkTarget>;
754
+ default: undefined;
755
+ };
756
+ to: {
757
+ type: import('vue').PropType<import('vue-router').RouteLocationRaw>;
758
+ default: undefined;
759
+ };
760
+ append: {
761
+ type: import('vue').PropType<boolean>;
762
+ default: undefined;
763
+ };
764
+ disabled: {
765
+ type: import('vue').PropType<boolean>;
766
+ default: undefined;
767
+ };
768
+ href: {
769
+ type: import('vue').PropType<string>;
770
+ default: undefined;
771
+ };
772
+ rel: {
773
+ type: import('vue').PropType<string>;
774
+ default: undefined;
775
+ };
776
+ size: {
777
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseSize>;
778
+ default: string;
779
+ };
780
+ active: {
781
+ type: import('vue').PropType<boolean>;
782
+ default: boolean;
783
+ };
784
+ activeClass: {
785
+ type: import('vue').PropType<string>;
786
+ default: undefined;
787
+ };
788
+ routerComponentName: {
789
+ type: import('vue').PropType<string>;
790
+ default: undefined;
791
+ };
792
+ variant: {
793
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseButtonVariant | null>;
794
+ default: string;
795
+ };
796
+ opacity: {
797
+ type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
798
+ default: undefined;
799
+ };
800
+ opacityHover: {
801
+ type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
802
+ default: undefined;
803
+ };
804
+ underlineVariant: {
805
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
806
+ default: undefined;
807
+ };
808
+ underlineOffset: {
809
+ type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
810
+ default: undefined;
811
+ };
812
+ underlineOffsetHover: {
813
+ type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
814
+ default: undefined;
815
+ };
816
+ underlineOpacity: {
817
+ type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
818
+ default: undefined;
819
+ };
820
+ underlineOpacityHover: {
821
+ type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
822
+ default: undefined;
823
+ };
824
+ pill: {
825
+ type: import('vue').PropType<boolean>;
826
+ default: boolean;
827
+ };
828
+ icon: {
829
+ type: import('vue').PropType<boolean>;
830
+ default: undefined;
831
+ };
832
+ routerTag: {
833
+ type: import('vue').PropType<string>;
834
+ default: undefined;
835
+ };
836
+ exactActiveClass: {
837
+ type: import('vue').PropType<string>;
838
+ default: undefined;
839
+ };
840
+ loading: {
841
+ type: import('vue').PropType<boolean>;
842
+ default: boolean;
843
+ };
844
+ loadingFill: {
845
+ type: import('vue').PropType<boolean>;
846
+ default: boolean;
847
+ };
848
+ loadingText: {
849
+ type: import('vue').PropType<string>;
850
+ default: string;
851
+ };
852
+ squared: {
853
+ type: import('vue').PropType<boolean>;
854
+ default: boolean;
855
+ };
856
+ }>> & {
857
+ onClick?: ((value: MouseEvent) => any) | undefined;
858
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
859
+ click: (value: MouseEvent) => void;
860
+ }, string, {
861
+ tag: string;
862
+ type: import('bootstrap-vue-next').ButtonType;
863
+ replace: boolean;
864
+ target: import('bootstrap-vue-next').LinkTarget;
865
+ to: import('vue-router').RouteLocationRaw;
866
+ append: boolean;
867
+ disabled: boolean;
868
+ href: string;
869
+ rel: string;
870
+ size: keyof import('bootstrap-vue-next').BaseSize;
871
+ active: boolean;
872
+ activeClass: string;
873
+ routerComponentName: string;
874
+ variant: keyof import('bootstrap-vue-next').BaseButtonVariant | null;
875
+ opacity: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
876
+ opacityHover: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
877
+ underlineVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
878
+ underlineOffset: 1 | 2 | 3 | "1" | "2" | "3";
879
+ underlineOffsetHover: 1 | 2 | 3 | "1" | "2" | "3";
880
+ underlineOpacity: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
881
+ underlineOpacityHover: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
882
+ pill: boolean;
883
+ icon: boolean;
884
+ routerTag: string;
885
+ exactActiveClass: string;
886
+ loading: boolean;
887
+ loadingFill: boolean;
888
+ loadingText: string;
889
+ squared: boolean;
890
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
891
+ $slots: Readonly<{
892
+ default?: ((props: Record<string, never>) => any) | undefined;
893
+ loading?: ((props: Record<string, never>) => any) | undefined;
894
+ 'loading-spinner'?: ((props: Record<string, never>) => any) | undefined;
895
+ }> & {
896
+ default?: ((props: Record<string, never>) => any) | undefined;
897
+ loading?: ((props: Record<string, never>) => any) | undefined;
898
+ 'loading-spinner'?: ((props: Record<string, never>) => any) | undefined;
899
+ };
900
+ });
901
+ VsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
902
+ icon: {
903
+ type: StringConstructor;
904
+ required: true;
905
+ };
906
+ variant: {
907
+ type: StringConstructor;
908
+ default: string;
909
+ validator: (value: unknown) => any;
910
+ };
911
+ customColour: {
912
+ type: StringConstructor;
913
+ default: any;
914
+ };
915
+ size: {
916
+ type: StringConstructor;
917
+ default: string;
918
+ validator: (value: unknown) => any;
919
+ };
920
+ smallSize: {
921
+ type: StringConstructor;
922
+ default: any;
923
+ validator: (value: unknown) => any;
924
+ };
925
+ }>, {}, {
926
+ tokens: {
927
+ "vs-color-background-primary": string;
928
+ "vs-color-background-secondary": string;
929
+ "vs-color-background-bold": string;
930
+ "vs-color-background-brand": string;
931
+ "vs-color-background-inverse": string;
932
+ "vs-color-background-highlight": string;
933
+ "vs-color-background-information": string;
934
+ "vs-color-background-success": string;
935
+ "vs-color-background-warning": string;
936
+ "vs-color-background-error": string;
937
+ "vs-color-background-accent-heather-80": string;
938
+ "vs-color-background-accent-heather-30": string;
939
+ "vs-color-background-accent-tolsta-40": string;
940
+ "vs-color-background-accent-gorse-05": string;
941
+ "vs-color-border-primary": string;
942
+ "vs-color-border-secondary": string;
943
+ "vs-color-border-inverse": string;
944
+ "vs-color-border-input": string;
945
+ "vs-color-border-highlight": string;
946
+ "vs-color-border-bold": string;
947
+ "vs-color-border-success": string;
948
+ "vs-color-border-warning": string;
949
+ "vs-color-border-error": string;
950
+ "vs-color-border-disabled": string;
951
+ "vs-color-icon-primary": string;
952
+ "vs-color-icon-secondary": string;
953
+ "vs-color-icon-tertiary": string;
954
+ "vs-color-icon-inverse": string;
955
+ "vs-color-icon-cta-on-light": string;
956
+ "vs-color-icon-highlight": string;
957
+ "vs-color-icon-success": string;
958
+ "vs-color-icon-warning": string;
959
+ "vs-color-icon-error": string;
960
+ "vs-color-icon-disabled": string;
961
+ "vs-color-icon-accent-saltire-30": string;
962
+ "vs-color-icon-ski-easy": string;
963
+ "vs-color-icon-ski-intermediate": string;
964
+ "vs-color-icon-ski-difficult": string;
965
+ "vs-color-icon-ski-very-difficult": string;
966
+ "vs-color-icon-ski-itineraries": string;
967
+ "vs-color-icon-ski-other": string;
968
+ "vs-color-icon-accent-loch-ness": string;
969
+ "vs-color-icon-accent-grey-02": string;
970
+ "vs-color-icon-accent-saltire": string;
971
+ "vs-color-icon-accent-bramble": string;
972
+ "vs-color-icon-accent-heather": string;
973
+ "vs-color-icon-accent-whisky": string;
974
+ "vs-color-icon-accent-cranachan": string;
975
+ "vs-color-icon-accent-buachaille": string;
976
+ "vs-color-interaction-focus": string;
977
+ "vs-color-interaction-focus-on-bold": string;
978
+ "vs-color-interaction-cta-primary": string;
979
+ "vs-color-interaction-cta-secondary": string;
980
+ "vs-color-interaction-cta-hover": string;
981
+ "vs-color-interaction-cta-pressed": string;
982
+ "vs-color-interaction-cta-disabled": string;
983
+ "vs-color-interaction-cta-subtle-hover": string;
984
+ "vs-color-interaction-cta-subtle-pressed": string;
985
+ "vs-color-interaction-cta-subtle": string;
986
+ "vs-color-interaction-link-primary": string;
987
+ "vs-color-interaction-link-secondary": string;
988
+ "vs-color-interaction-link-active": string;
989
+ "vs-color-interaction-link-visited": string;
990
+ "vs-color-interaction-link-disabled": string;
991
+ "vs-color-interaction-link-visited-on-bold": string;
992
+ "vs-color-text-primary": string;
993
+ "vs-color-text-secondary": string;
994
+ "vs-color-text-tertiary": string;
995
+ "vs-color-text-inverse": string;
996
+ "vs-color-text-cta-on-light": string;
997
+ "vs-color-text-highlight": string;
998
+ "vs-color-text-brand": string;
999
+ "vs-color-text-error": string;
1000
+ "vs-color-text-success": string;
1001
+ "vs-color-text-disabled": string;
1002
+ breakpoint_xl: string;
1003
+ grid_container_width_xl: string;
1004
+ breakpoint_md: string;
1005
+ max_container_width_xl: string;
1006
+ grid_container_width_md: string;
1007
+ breakpoint_sm: string;
1008
+ breakpoint_lg: string;
1009
+ breakpoint_xs: string;
1010
+ max_container_width_md: string;
1011
+ grid_container_width_sm: string;
1012
+ grid_container_width_lg: string;
1013
+ max_container_width_sm: string;
1014
+ max_container_width_lg: string;
1015
+ max_container_width_xxl: string;
1016
+ grid_container_width_xxl: string;
1017
+ breakpoint_xxl: string;
1018
+ grid_columns: string;
1019
+ grid_gutter_width: string;
1020
+ "vs-spacer-0": string;
1021
+ "vs-spacer-0125": string;
1022
+ "vs-spacer-025": string;
1023
+ "vs-spacer-050": string;
1024
+ "vs-spacer-075": string;
1025
+ "vs-spacer-100": string;
1026
+ "vs-spacer-125": string;
1027
+ "vs-spacer-150": string;
1028
+ "vs-spacer-175": string;
1029
+ "vs-spacer-200": string;
1030
+ "vs-spacer-225": string;
1031
+ "vs-spacer-250": string;
1032
+ "vs-spacer-300": string;
1033
+ "vs-spacer-400": string;
1034
+ "vs-spacer-500": string;
1035
+ "vs-spacer-600": string;
1036
+ "vs-spacer-700": string;
1037
+ "vs-radius-medium": string;
1038
+ "vs-radius-none": string;
1039
+ "vs-radius-large-increased": string;
1040
+ "vs-radius-extra-large-increased": string;
1041
+ "vs-radius-tiny": string;
1042
+ "vs-radius-large": string;
1043
+ "vs-radius-extra-large": string;
1044
+ "vs-radius-extra-extra-large": string;
1045
+ "vs-radius-huge": string;
1046
+ "vs-radius-full": string;
1047
+ "vs-radius-small": string;
1048
+ "vs-elevation-shadow-raised": string;
1049
+ "vs-elevation-shadow-overlay": string;
1050
+ "vs-elevation-surface": string;
1051
+ "vs-elevation-surface-section": string;
1052
+ "vs-elevation-surface-raised": string;
1053
+ "vs-elevation-surface-overlay": string;
1054
+ "vs-focus-shadow": string;
1055
+ "vs-focus-shadow-on-dark": string;
1056
+ "vs-border-width-sm": string;
1057
+ "vs-border-width-md": string;
1058
+ "vs-font-size-display-m": string;
1059
+ "vs-font-size-display-s": string;
1060
+ "vs-font-size-heading-xl": string;
1061
+ "vs-font-size-heading-l": string;
1062
+ "vs-font-size-heading-m": string;
1063
+ "vs-font-size-heading-s": string;
1064
+ "vs-font-size-heading-xs": string;
1065
+ "vs-font-size-heading-xxs": string;
1066
+ "vs-font-size-heading-xxxs": string;
1067
+ "vs-font-size-detail-l": string;
1068
+ "vs-font-size-detail-m": string;
1069
+ "vs-font-size-detail-s": string;
1070
+ "vs-font-size-body-l": string;
1071
+ "vs-font-size-body-m": string;
1072
+ "vs-font-size-body-s": string;
1073
+ "vs-font-weight-strong": string;
1074
+ "vs-font-weight-medium": string;
1075
+ "vs-font-weight-regular": string;
1076
+ "vs-font-weight-subtle": string;
1077
+ "vs-font-weight-heading": string;
1078
+ "vs-font-weight-body": string;
1079
+ "vs-font-weight-detail": string;
1080
+ "vs-font-family-sans-serif": string;
1081
+ "vs-font-family-display": string;
1082
+ "vs-line-height-heading": number;
1083
+ "vs-line-height-detail": number;
1084
+ "vs-line-height-body": number;
1085
+ "vs-letter-spacing-display": string;
1086
+ "vs-letter-spacing-heading": string;
1087
+ "vs-letter-spacing-detail": string;
1088
+ "vs-letter-spacing-body": string;
1089
+ icon_size_xxs: string;
1090
+ icon_size_xs: string;
1091
+ icon_size_sm: string;
1092
+ icon_size_md: string;
1093
+ icon_size_lg: string;
1094
+ icon_size_xl: string;
1095
+ "vs-icon-facility-audio-loop": string;
1096
+ "vs-icon-control-collapse": string;
1097
+ "vs-icon-facility-wheelchair-access": string;
1098
+ "vs-icon-control-pause": string;
1099
+ "vs-icon-facility-cafe": string;
1100
+ "vs-icon-feedback-error": string;
1101
+ "vs-icon-facility-accessible-parking": string;
1102
+ "vs-icon-control-filters": string;
1103
+ "vs-icon-feedback-information": string;
1104
+ "vs-icon-control-external-link": string;
1105
+ "vs-icon-control-play": string;
1106
+ "vs-icon-facility-accessible-dining": string;
1107
+ "vs-icon-facility-public-transport": string;
1108
+ "vs-icon-season-winter": string;
1109
+ "vs-icon-control-expand": string;
1110
+ "vs-icon-facility-pets-welcome": string;
1111
+ "vs-icon-facility-parking": string;
1112
+ "vs-icon-control-menu": string;
1113
+ "vs-icon-season-spring": string;
1114
+ "vs-icon-season-summer": string;
1115
+ "vs-icon-facility-breakfast": string;
1116
+ "vs-icon-control-back-to-top": string;
1117
+ "vs-icon-control-dismiss": string;
1118
+ "vs-icon-feedback-warning": string;
1119
+ "vs-icon-facility-accessible-shower": string;
1120
+ "vs-icon-facility-wifi": string;
1121
+ "vs-icon-control-search": string;
1122
+ "vs-icon-control-download": string;
1123
+ "vs-icon-season-autumn": string;
1124
+ "vs-icon-facility-accessible-toilet": string;
1125
+ "vs-icon-feedback-success": string;
1126
+ "vs-icon-facility-vegan": string;
1127
+ "font-size-1": string;
1128
+ "font-size-2": string;
1129
+ "font-size-3": string;
1130
+ "font-size-4": string;
1131
+ "font-size-5": string;
1132
+ "font-size-6": string;
1133
+ "font-size-7": string;
1134
+ "font-size-8": string;
1135
+ "font-size-9": string;
1136
+ "font-size-10": string;
1137
+ "font-size-body": string;
1138
+ "font-size-body-md": string;
1139
+ "font-size-lead": string;
1140
+ "font-size-lead-md": string;
1141
+ "font-size-teaser": string;
1142
+ opacity_100: string;
1143
+ opacity_50: string;
1144
+ opacity_0: string;
1145
+ duration_quickly: string;
1146
+ duration_base: string;
1147
+ duration_slowly: string;
1148
+ no_javascript: string;
1149
+ theme_dark: string;
1150
+ theme_grey: string;
1151
+ };
1152
+ }, {
1153
+ iconClasses(): any[];
1154
+ fontAwesomeClasses(): any;
1155
+ iconStyles(): {
1156
+ color: string;
1157
+ };
1158
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1159
+ icon: {
1160
+ type: StringConstructor;
1161
+ required: true;
1162
+ };
1163
+ variant: {
1164
+ type: StringConstructor;
1165
+ default: string;
1166
+ validator: (value: unknown) => any;
1167
+ };
1168
+ customColour: {
1169
+ type: StringConstructor;
1170
+ default: any;
1171
+ };
1172
+ size: {
1173
+ type: StringConstructor;
1174
+ default: string;
1175
+ validator: (value: unknown) => any;
1176
+ };
1177
+ smallSize: {
1178
+ type: StringConstructor;
1179
+ default: any;
1180
+ validator: (value: unknown) => any;
1181
+ };
1182
+ }>> & Readonly<{}>, {
1183
+ variant: string;
1184
+ customColour: string;
1185
+ size: string;
1186
+ smallSize: string;
1187
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1188
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
270
1189
  VsTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
271
1190
  title: {
272
1191
  type: StringConstructor;
@@ -277,16 +1196,46 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
277
1196
  default: string;
278
1197
  validator: (value: unknown) => any;
279
1198
  };
1199
+ offset: {
1200
+ type: NumberConstructor;
1201
+ default: number;
1202
+ };
280
1203
  subtle: {
281
1204
  type: BooleanConstructor;
282
1205
  default: boolean;
283
1206
  };
284
- }>, {}, {}, {
1207
+ useLegacy: {
1208
+ type: BooleanConstructor;
1209
+ default: boolean;
1210
+ };
1211
+ }>, {}, {
1212
+ visible: boolean;
1213
+ hideTimeout: any;
1214
+ tooltipId: string;
1215
+ floatingStyles: {};
1216
+ arrowStyles: {};
1217
+ cleanup: any;
1218
+ }, {
1219
+ tooltipClasses(): (string | {
1220
+ 'vs-tooltip-popover--subtle': boolean;
1221
+ })[];
285
1222
  tooltipConfig(): {
286
1223
  placement: string;
287
1224
  customClass: string;
288
1225
  };
289
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1226
+ }, {
1227
+ show(): void;
1228
+ hide(): void;
1229
+ updatePosition(): Promise<void>;
1230
+ applyTooltipPosition({ x, y }: {
1231
+ x: any;
1232
+ y: any;
1233
+ }): void;
1234
+ applyArrowPosition({ placement, middlewareData }: {
1235
+ placement: any;
1236
+ middlewareData: any;
1237
+ }): void;
1238
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
290
1239
  title: {
291
1240
  type: StringConstructor;
292
1241
  default: string;
@@ -296,14 +1245,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
296
1245
  default: string;
297
1246
  validator: (value: unknown) => any;
298
1247
  };
1248
+ offset: {
1249
+ type: NumberConstructor;
1250
+ default: number;
1251
+ };
299
1252
  subtle: {
300
1253
  type: BooleanConstructor;
301
1254
  default: boolean;
302
1255
  };
1256
+ useLegacy: {
1257
+ type: BooleanConstructor;
1258
+ default: boolean;
1259
+ };
303
1260
  }>> & Readonly<{}>, {
304
1261
  title: string;
305
1262
  subtle: boolean;
1263
+ offset: number;
306
1264
  position: string;
1265
+ useLegacy: boolean;
307
1266
  }, {}, {
308
1267
  VsButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
309
1268
  href: {