@visitscotland/component-library 5.53.1 → 5.55.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 (110) hide show
  1. package/dist/components/LoadingSpinner-DV2HOq5V.js +41 -0
  2. package/dist/components/LoadingSpinner-DWuFTQ1G.mjs +13673 -0
  3. package/dist/components/src/components/accordion/components/AccordionItem.vue.d.ts +4 -0
  4. package/dist/components/src/components/accordion/components/AccordionToggle.vue.d.ts +2 -0
  5. package/dist/components/src/components/address/Address.vue.d.ts +2 -0
  6. package/dist/components/src/components/alert/Alert.vue.d.ts +2 -0
  7. package/dist/components/src/components/article-details/ArticleDetails.vue.d.ts +2 -0
  8. package/dist/components/src/components/banner/Banner.vue.d.ts +4 -0
  9. package/dist/components/src/components/button/Button.vue.d.ts +2 -0
  10. package/dist/components/src/components/button-toggle-group/ButtonToggleGroup.vue.d.ts +2 -0
  11. package/dist/components/src/components/canned-search/CannedSearch.vue.d.ts +8 -0
  12. package/dist/components/src/components/canned-search/components/CannedSearchLogos.vue.d.ts +2 -0
  13. package/dist/components/src/components/canned-search/components/CannedSearchProductCard.vue.d.ts +2 -0
  14. package/dist/components/src/components/canned-search/components/CannedSearchSummaryBox.vue.d.ts +2 -0
  15. package/dist/components/src/components/caption/Caption.vue.d.ts +2 -0
  16. package/dist/components/src/components/carbon-calculator/CarbonCalculator.vue.d.ts +16 -0
  17. package/dist/components/src/components/carbon-calculator/components/CarbonCalculatorQuestion.vue.d.ts +2 -0
  18. package/dist/components/src/components/carbon-calculator/components/CarbonCalculatorResults.vue.d.ts +4 -0
  19. package/dist/components/src/components/carbon-calculator/components/CarbonCalculatorRunningTotal.vue.d.ts +2 -0
  20. package/dist/components/src/components/carbon-calculator/components/CarbonCalculatorTip.vue.d.ts +2 -0
  21. package/dist/components/src/components/card/Card.vue.d.ts +2 -0
  22. package/dist/components/src/components/carousel/Carousel.vue.d.ts +2 -0
  23. package/dist/components/src/components/carousel/components/CarouselSlide.vue.d.ts +10 -0
  24. package/dist/components/src/components/content-swiper/ContentSwiper.vue.d.ts +1656 -0
  25. package/dist/components/src/components/content-swiper/components/ContentSwiperSlide.d.ts +2 -0
  26. package/dist/components/src/components/detail/Detail.vue.d.ts +2 -0
  27. package/dist/components/src/components/dropdown/Dropdown.vue.d.ts +6 -6
  28. package/dist/components/src/components/embed-wrapper/EmbedWrapper.vue.d.ts +4 -0
  29. package/dist/components/src/components/event-card/EventCard.vue.d.ts +2 -0
  30. package/dist/components/src/components/footer/components/FooterAccordionItem.vue.d.ts +4 -0
  31. package/dist/components/src/components/footer/components/FooterCopyright.vue.d.ts +2 -0
  32. package/dist/components/src/components/footer/components/FooterNavListItem.vue.d.ts +2 -0
  33. package/dist/components/src/components/footer/components/FooterSocialItem.vue.d.ts +4 -0
  34. package/dist/components/src/components/form/Form.vue.d.ts +8 -0
  35. package/dist/components/src/components/global-menu/components/GlobalMenuLanguage.vue.d.ts +8 -6
  36. package/dist/components/src/components/hero-section/HeroSection.vue.d.ts +8 -0
  37. package/dist/components/src/components/icon/Icon.vue.d.ts +2 -0
  38. package/dist/components/src/components/icon-list/components/IconListItem.vue.d.ts +2 -0
  39. package/dist/components/src/components/image-with-caption/ImageWithCaption.vue.d.ts +14 -0
  40. package/dist/components/src/components/index.d.ts +2 -0
  41. package/dist/components/src/components/input/Input.vue.d.ts +2 -0
  42. package/dist/components/src/components/itineraries/Itinerary.vue.d.ts +2 -0
  43. package/dist/components/src/components/itineraries/components/ItineraryDay.vue.d.ts +6 -0
  44. package/dist/components/src/components/itineraries/components/ItineraryStop.vue.d.ts +4 -0
  45. package/dist/components/src/components/itineraries/components/ItineraryStopInfo.vue.d.ts +4 -0
  46. package/dist/components/src/components/link/Link.vue.d.ts +2 -0
  47. package/dist/components/src/components/link-list/components/LinkListItem.vue.d.ts +2 -0
  48. package/dist/components/src/components/listicle/ListicleItem.vue.d.ts +2 -0
  49. package/dist/components/src/components/map/Map.vue.d.ts +4 -0
  50. package/dist/components/src/components/map/components/MapMarker.vue.d.ts +2 -0
  51. package/dist/components/src/components/map-marker-icon/MapMarkerIcon.vue.d.ts +2 -0
  52. package/dist/components/src/components/map-with-sidebar/MapWithSidebar.vue.d.ts +26 -0
  53. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarButtons.vue.d.ts +2 -0
  54. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarCategory.vue.d.ts +4 -0
  55. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarControls.vue.d.ts +2 -0
  56. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarListItem.vue.d.ts +2 -0
  57. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarPanel.vue.d.ts +14 -0
  58. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarSubcategory.vue.d.ts +2 -0
  59. package/dist/components/src/components/mega-nav/MegaNav.vue.d.ts +14 -0
  60. package/dist/components/src/components/mega-nav/components/MegaNavAccordionItem.vue.d.ts +6 -0
  61. package/dist/components/src/components/mega-nav/components/MegaNavDropdown.vue.d.ts +8 -6
  62. package/dist/components/src/components/mega-nav/components/MegaNavDropdownContainer.vue.d.ts +10 -6
  63. package/dist/components/src/components/mega-nav/components/MegaNavFeaturedEvent.vue.d.ts +8 -0
  64. package/dist/components/src/components/mega-nav/components/MegaNavFeaturedItem.vue.d.ts +8 -0
  65. package/dist/components/src/components/mega-nav/components/MegaNavListItem.vue.d.ts +2 -0
  66. package/dist/components/src/components/mega-nav/components/MegaNavStaticLink.vue.d.ts +2 -0
  67. package/dist/components/src/components/megalinks/Megalinks.vue.d.ts +2 -0
  68. package/dist/components/src/components/megalinks/components/megalink-link-list/MegalinkLinkList.vue.d.ts +10 -0
  69. package/dist/components/src/components/megalinks/components/megalink-multi-image/MegalinkMultiImage.vue.d.ts +10 -0
  70. package/dist/components/src/components/megalinks/components/megalink-single-image/MegalinkSingleImage.vue.d.ts +2 -0
  71. package/dist/components/src/components/modal/Modal.vue.d.ts +2 -0
  72. package/dist/components/src/components/navigation-bar/NavigationBar.vue.d.ts +6 -0
  73. package/dist/components/src/components/navigation-bar/components/NavigationBarMenuDropdown.vue.d.ts +6 -6
  74. package/dist/components/src/components/navigation-bar/components/NavigationBarSearch.vue.d.ts +8 -0
  75. package/dist/components/src/components/navigation-bar/components/NavigationBarSidebar.vue.d.ts +2 -0
  76. package/dist/components/src/components/navigation-bar/components/NavigationBarSidebarButton.vue.d.ts +4 -0
  77. package/dist/components/src/components/number-input/NumberInput.vue.d.ts +2 -0
  78. package/dist/components/src/components/pagination/VsPagination.vue.d.ts +2 -2
  79. package/dist/components/src/components/product-search/ProductSearch.vue.d.ts +4 -0
  80. package/dist/components/src/components/site-search/SiteSearch.vue.d.ts +2 -0
  81. package/dist/components/src/components/site-search/components/SiteSearchForm.vue.d.ts +6 -0
  82. package/dist/components/src/components/ski-scotland/ski-scotland-card/SkiScotlandCard.vue.d.ts +8 -0
  83. package/dist/components/src/components/ski-scotland/ski-scotland-status/SkiScotlandStatus.vue.d.ts +14 -0
  84. package/dist/components/src/components/skip-to/SkipTo.vue.d.ts +2 -0
  85. package/dist/components/src/components/social-credit-link/SocialCreditLink.vue.d.ts +4 -0
  86. package/dist/components/src/components/social-share/SocialShare.vue.d.ts +8 -6
  87. package/dist/components/src/components/social-share/components/SocialShareItem.vue.d.ts +4 -0
  88. package/dist/components/src/components/spotlight-section/SpotlightSection.vue.d.ts +2 -0
  89. package/dist/components/src/components/stretched-link-card/StretchedLinkCard.vue.d.ts +8 -0
  90. package/dist/components/src/components/stretched-link-card/components/StretchedLinkPanels.vue.d.ts +2 -0
  91. package/dist/components/src/components/summary-box/components/SummaryBoxListItem.vue.d.ts +2 -0
  92. package/dist/components/src/components/svg-link/SvgLink.vue.d.ts +2 -0
  93. package/dist/components/src/components/tag/Tag.vue.d.ts +2 -0
  94. package/dist/components/src/components/toggle-button/ToggleButton.vue.d.ts +4 -0
  95. package/dist/components/src/components/tooltip/Tooltip.vue.d.ts +2 -0
  96. package/dist/components/src/components/video/Video.vue.d.ts +8 -0
  97. package/dist/components/src/components/video/components/VideoHtml5.vue.d.ts +4 -0
  98. package/dist/components/src/components/video/components/VideoYoutube.vue.d.ts +4 -0
  99. package/dist/components/src/components/video-caption/VideoCaption.vue.d.ts +10 -0
  100. package/dist/components/src/components/warning/Warning.vue.d.ts +4 -0
  101. package/dist/components/src/custom-components/maps/MainMap.vue.d.ts +2 -2
  102. package/dist/components/src/custom-components/maps/index.d.ts +2 -2
  103. package/dist/components/style.css +1 -1
  104. package/dist/components/vs-component-library-maps.js +28 -28
  105. package/dist/components/vs-component-library-maps.mjs +4147 -4126
  106. package/dist/components/vs-component-library.js +9 -9
  107. package/dist/components/vs-component-library.mjs +8109 -4115
  108. package/package.json +2 -1
  109. package/dist/components/LoadingSpinner-D0Xf9MWc.mjs +0 -13477
  110. package/dist/components/LoadingSpinner-GwEp7vJg.js +0 -41
@@ -915,11 +915,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
915
915
  "vs-icon-facility-cafe": string;
916
916
  "vs-icon-feedback-error": string;
917
917
  "vs-icon-facility-accessible-parking": string;
918
+ "vs-icon-control-next": string;
918
919
  "vs-icon-control-filters": string;
919
920
  "vs-icon-feedback-information": string;
920
921
  "vs-icon-control-external-link": string;
921
922
  "vs-icon-control-play": string;
922
923
  "vs-icon-facility-accessible-dining": string;
924
+ "vs-icon-control-previous": string;
923
925
  "vs-icon-facility-public-transport": string;
924
926
  "vs-icon-season-winter": string;
925
927
  "vs-icon-control-expand": string;
@@ -1254,11 +1256,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1254
1256
  "vs-icon-facility-cafe": string;
1255
1257
  "vs-icon-feedback-error": string;
1256
1258
  "vs-icon-facility-accessible-parking": string;
1259
+ "vs-icon-control-next": string;
1257
1260
  "vs-icon-control-filters": string;
1258
1261
  "vs-icon-feedback-information": string;
1259
1262
  "vs-icon-control-external-link": string;
1260
1263
  "vs-icon-control-play": string;
1261
1264
  "vs-icon-facility-accessible-dining": string;
1265
+ "vs-icon-control-previous": string;
1262
1266
  "vs-icon-facility-public-transport": string;
1263
1267
  "vs-icon-season-winter": string;
1264
1268
  "vs-icon-control-expand": string;
@@ -2608,11 +2612,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2608
2612
  "vs-icon-facility-cafe": string;
2609
2613
  "vs-icon-feedback-error": string;
2610
2614
  "vs-icon-facility-accessible-parking": string;
2615
+ "vs-icon-control-next": string;
2611
2616
  "vs-icon-control-filters": string;
2612
2617
  "vs-icon-feedback-information": string;
2613
2618
  "vs-icon-control-external-link": string;
2614
2619
  "vs-icon-control-play": string;
2615
2620
  "vs-icon-facility-accessible-dining": string;
2621
+ "vs-icon-control-previous": string;
2616
2622
  "vs-icon-facility-public-transport": string;
2617
2623
  "vs-icon-season-winter": string;
2618
2624
  "vs-icon-control-expand": string;
@@ -3528,11 +3534,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3528
3534
  "vs-icon-facility-cafe": string;
3529
3535
  "vs-icon-feedback-error": string;
3530
3536
  "vs-icon-facility-accessible-parking": string;
3537
+ "vs-icon-control-next": string;
3531
3538
  "vs-icon-control-filters": string;
3532
3539
  "vs-icon-feedback-information": string;
3533
3540
  "vs-icon-control-external-link": string;
3534
3541
  "vs-icon-control-play": string;
3535
3542
  "vs-icon-facility-accessible-dining": string;
3543
+ "vs-icon-control-previous": string;
3536
3544
  "vs-icon-facility-public-transport": string;
3537
3545
  "vs-icon-season-winter": string;
3538
3546
  "vs-icon-control-expand": string;
@@ -1350,11 +1350,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1350
1350
  "vs-icon-facility-cafe": string;
1351
1351
  "vs-icon-feedback-error": string;
1352
1352
  "vs-icon-facility-accessible-parking": string;
1353
+ "vs-icon-control-next": string;
1353
1354
  "vs-icon-control-filters": string;
1354
1355
  "vs-icon-feedback-information": string;
1355
1356
  "vs-icon-control-external-link": string;
1356
1357
  "vs-icon-control-play": string;
1357
1358
  "vs-icon-facility-accessible-dining": string;
1359
+ "vs-icon-control-previous": string;
1358
1360
  "vs-icon-facility-public-transport": string;
1359
1361
  "vs-icon-season-winter": string;
1360
1362
  "vs-icon-control-expand": string;
@@ -884,11 +884,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
884
884
  "vs-icon-facility-cafe": string;
885
885
  "vs-icon-feedback-error": string;
886
886
  "vs-icon-facility-accessible-parking": string;
887
+ "vs-icon-control-next": string;
887
888
  "vs-icon-control-filters": string;
888
889
  "vs-icon-feedback-information": string;
889
890
  "vs-icon-control-external-link": string;
890
891
  "vs-icon-control-play": string;
891
892
  "vs-icon-facility-accessible-dining": string;
893
+ "vs-icon-control-previous": string;
892
894
  "vs-icon-facility-public-transport": string;
893
895
  "vs-icon-season-winter": string;
894
896
  "vs-icon-control-expand": string;
@@ -1881,11 +1883,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1881
1883
  "vs-icon-facility-cafe": string;
1882
1884
  "vs-icon-feedback-error": string;
1883
1885
  "vs-icon-facility-accessible-parking": string;
1886
+ "vs-icon-control-next": string;
1884
1887
  "vs-icon-control-filters": string;
1885
1888
  "vs-icon-feedback-information": string;
1886
1889
  "vs-icon-control-external-link": string;
1887
1890
  "vs-icon-control-play": string;
1888
1891
  "vs-icon-facility-accessible-dining": string;
1892
+ "vs-icon-control-previous": string;
1889
1893
  "vs-icon-facility-public-transport": string;
1890
1894
  "vs-icon-season-winter": string;
1891
1895
  "vs-icon-control-expand": string;
@@ -1367,11 +1367,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1367
1367
  "vs-icon-facility-cafe": string;
1368
1368
  "vs-icon-feedback-error": string;
1369
1369
  "vs-icon-facility-accessible-parking": string;
1370
+ "vs-icon-control-next": string;
1370
1371
  "vs-icon-control-filters": string;
1371
1372
  "vs-icon-feedback-information": string;
1372
1373
  "vs-icon-control-external-link": string;
1373
1374
  "vs-icon-control-play": string;
1374
1375
  "vs-icon-facility-accessible-dining": string;
1376
+ "vs-icon-control-previous": string;
1375
1377
  "vs-icon-facility-public-transport": string;
1376
1378
  "vs-icon-season-winter": string;
1377
1379
  "vs-icon-control-expand": string;
@@ -1,16 +1,16 @@
1
1
  declare const _default: import('vue').DefineComponent<{}, {
2
2
  $emit: (event: "page-click", ...args: any[]) => void;
3
+ previousButtonLabel: string;
3
4
  nextButtonLabel: string;
4
5
  numberOfPages: number;
5
6
  pageLabel: string;
6
7
  ofLabel: string;
7
- previousButtonLabel: string;
8
8
  $props: {
9
+ readonly previousButtonLabel?: string;
9
10
  readonly nextButtonLabel?: string;
10
11
  readonly numberOfPages?: number;
11
12
  readonly pageLabel?: string;
12
13
  readonly ofLabel?: string;
13
- readonly previousButtonLabel?: string;
14
14
  };
15
15
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
16
16
  export default _default;
@@ -564,11 +564,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
564
564
  "vs-icon-facility-cafe": string;
565
565
  "vs-icon-feedback-error": string;
566
566
  "vs-icon-facility-accessible-parking": string;
567
+ "vs-icon-control-next": string;
567
568
  "vs-icon-control-filters": string;
568
569
  "vs-icon-feedback-information": string;
569
570
  "vs-icon-control-external-link": string;
570
571
  "vs-icon-control-play": string;
571
572
  "vs-icon-facility-accessible-dining": string;
573
+ "vs-icon-control-previous": string;
572
574
  "vs-icon-facility-public-transport": string;
573
575
  "vs-icon-season-winter": string;
574
576
  "vs-icon-control-expand": string;
@@ -1482,11 +1484,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1482
1484
  "vs-icon-facility-cafe": string;
1483
1485
  "vs-icon-feedback-error": string;
1484
1486
  "vs-icon-facility-accessible-parking": string;
1487
+ "vs-icon-control-next": string;
1485
1488
  "vs-icon-control-filters": string;
1486
1489
  "vs-icon-feedback-information": string;
1487
1490
  "vs-icon-control-external-link": string;
1488
1491
  "vs-icon-control-play": string;
1489
1492
  "vs-icon-facility-accessible-dining": string;
1493
+ "vs-icon-control-previous": string;
1490
1494
  "vs-icon-facility-public-transport": string;
1491
1495
  "vs-icon-season-winter": string;
1492
1496
  "vs-icon-control-expand": string;
@@ -858,11 +858,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
858
858
  "vs-icon-facility-cafe": string;
859
859
  "vs-icon-feedback-error": string;
860
860
  "vs-icon-facility-accessible-parking": string;
861
+ "vs-icon-control-next": string;
861
862
  "vs-icon-control-filters": string;
862
863
  "vs-icon-feedback-information": string;
863
864
  "vs-icon-control-external-link": string;
864
865
  "vs-icon-control-play": string;
865
866
  "vs-icon-facility-accessible-dining": string;
867
+ "vs-icon-control-previous": string;
866
868
  "vs-icon-facility-public-transport": string;
867
869
  "vs-icon-season-winter": string;
868
870
  "vs-icon-control-expand": string;
@@ -290,11 +290,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
290
290
  "vs-icon-facility-cafe": string;
291
291
  "vs-icon-feedback-error": string;
292
292
  "vs-icon-facility-accessible-parking": string;
293
+ "vs-icon-control-next": string;
293
294
  "vs-icon-control-filters": string;
294
295
  "vs-icon-feedback-information": string;
295
296
  "vs-icon-control-external-link": string;
296
297
  "vs-icon-control-play": string;
297
298
  "vs-icon-facility-accessible-dining": string;
299
+ "vs-icon-control-previous": string;
298
300
  "vs-icon-facility-public-transport": string;
299
301
  "vs-icon-season-winter": string;
300
302
  "vs-icon-control-expand": string;
@@ -1644,11 +1646,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1644
1646
  "vs-icon-facility-cafe": string;
1645
1647
  "vs-icon-feedback-error": string;
1646
1648
  "vs-icon-facility-accessible-parking": string;
1649
+ "vs-icon-control-next": string;
1647
1650
  "vs-icon-control-filters": string;
1648
1651
  "vs-icon-feedback-information": string;
1649
1652
  "vs-icon-control-external-link": string;
1650
1653
  "vs-icon-control-play": string;
1651
1654
  "vs-icon-facility-accessible-dining": string;
1655
+ "vs-icon-control-previous": string;
1652
1656
  "vs-icon-facility-public-transport": string;
1653
1657
  "vs-icon-season-winter": string;
1654
1658
  "vs-icon-control-expand": string;
@@ -2564,11 +2568,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2564
2568
  "vs-icon-facility-cafe": string;
2565
2569
  "vs-icon-feedback-error": string;
2566
2570
  "vs-icon-facility-accessible-parking": string;
2571
+ "vs-icon-control-next": string;
2567
2572
  "vs-icon-control-filters": string;
2568
2573
  "vs-icon-feedback-information": string;
2569
2574
  "vs-icon-control-external-link": string;
2570
2575
  "vs-icon-control-play": string;
2571
2576
  "vs-icon-facility-accessible-dining": string;
2577
+ "vs-icon-control-previous": string;
2572
2578
  "vs-icon-facility-public-transport": string;
2573
2579
  "vs-icon-season-winter": string;
2574
2580
  "vs-icon-control-expand": string;
@@ -865,11 +865,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
865
865
  "vs-icon-facility-cafe": string;
866
866
  "vs-icon-feedback-error": string;
867
867
  "vs-icon-facility-accessible-parking": string;
868
+ "vs-icon-control-next": string;
868
869
  "vs-icon-control-filters": string;
869
870
  "vs-icon-feedback-information": string;
870
871
  "vs-icon-control-external-link": string;
871
872
  "vs-icon-control-play": string;
872
873
  "vs-icon-facility-accessible-dining": string;
874
+ "vs-icon-control-previous": string;
873
875
  "vs-icon-facility-public-transport": string;
874
876
  "vs-icon-season-winter": string;
875
877
  "vs-icon-control-expand": string;
@@ -1195,11 +1197,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1195
1197
  "vs-icon-facility-cafe": string;
1196
1198
  "vs-icon-feedback-error": string;
1197
1199
  "vs-icon-facility-accessible-parking": string;
1200
+ "vs-icon-control-next": string;
1198
1201
  "vs-icon-control-filters": string;
1199
1202
  "vs-icon-feedback-information": string;
1200
1203
  "vs-icon-control-external-link": string;
1201
1204
  "vs-icon-control-play": string;
1202
1205
  "vs-icon-facility-accessible-dining": string;
1206
+ "vs-icon-control-previous": string;
1203
1207
  "vs-icon-facility-public-transport": string;
1204
1208
  "vs-icon-season-winter": string;
1205
1209
  "vs-icon-control-expand": string;
@@ -2113,11 +2117,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2113
2117
  "vs-icon-facility-cafe": string;
2114
2118
  "vs-icon-feedback-error": string;
2115
2119
  "vs-icon-facility-accessible-parking": string;
2120
+ "vs-icon-control-next": string;
2116
2121
  "vs-icon-control-filters": string;
2117
2122
  "vs-icon-feedback-information": string;
2118
2123
  "vs-icon-control-external-link": string;
2119
2124
  "vs-icon-control-play": string;
2120
2125
  "vs-icon-facility-accessible-dining": string;
2126
+ "vs-icon-control-previous": string;
2121
2127
  "vs-icon-facility-public-transport": string;
2122
2128
  "vs-icon-season-winter": string;
2123
2129
  "vs-icon-control-expand": string;
@@ -3076,11 +3082,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3076
3082
  "vs-icon-facility-cafe": string;
3077
3083
  "vs-icon-feedback-error": string;
3078
3084
  "vs-icon-facility-accessible-parking": string;
3085
+ "vs-icon-control-next": string;
3079
3086
  "vs-icon-control-filters": string;
3080
3087
  "vs-icon-feedback-information": string;
3081
3088
  "vs-icon-control-external-link": string;
3082
3089
  "vs-icon-control-play": string;
3083
3090
  "vs-icon-facility-accessible-dining": string;
3091
+ "vs-icon-control-previous": string;
3084
3092
  "vs-icon-facility-public-transport": string;
3085
3093
  "vs-icon-season-winter": string;
3086
3094
  "vs-icon-control-expand": string;
@@ -464,11 +464,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
464
464
  "vs-icon-facility-cafe": string;
465
465
  "vs-icon-feedback-error": string;
466
466
  "vs-icon-facility-accessible-parking": string;
467
+ "vs-icon-control-next": string;
467
468
  "vs-icon-control-filters": string;
468
469
  "vs-icon-feedback-information": string;
469
470
  "vs-icon-control-external-link": string;
470
471
  "vs-icon-control-play": string;
471
472
  "vs-icon-facility-accessible-dining": string;
473
+ "vs-icon-control-previous": string;
472
474
  "vs-icon-facility-public-transport": string;
473
475
  "vs-icon-season-winter": string;
474
476
  "vs-icon-control-expand": string;
@@ -2748,11 +2750,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2748
2750
  "vs-icon-facility-cafe": string;
2749
2751
  "vs-icon-feedback-error": string;
2750
2752
  "vs-icon-facility-accessible-parking": string;
2753
+ "vs-icon-control-next": string;
2751
2754
  "vs-icon-control-filters": string;
2752
2755
  "vs-icon-feedback-information": string;
2753
2756
  "vs-icon-control-external-link": string;
2754
2757
  "vs-icon-control-play": string;
2755
2758
  "vs-icon-facility-accessible-dining": string;
2759
+ "vs-icon-control-previous": string;
2756
2760
  "vs-icon-facility-public-transport": string;
2757
2761
  "vs-icon-season-winter": string;
2758
2762
  "vs-icon-control-expand": string;
@@ -3698,11 +3702,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3698
3702
  "vs-icon-facility-cafe": string;
3699
3703
  "vs-icon-feedback-error": string;
3700
3704
  "vs-icon-facility-accessible-parking": string;
3705
+ "vs-icon-control-next": string;
3701
3706
  "vs-icon-control-filters": string;
3702
3707
  "vs-icon-feedback-information": string;
3703
3708
  "vs-icon-control-external-link": string;
3704
3709
  "vs-icon-control-play": string;
3705
3710
  "vs-icon-facility-accessible-dining": string;
3711
+ "vs-icon-control-previous": string;
3706
3712
  "vs-icon-facility-public-transport": string;
3707
3713
  "vs-icon-season-winter": string;
3708
3714
  "vs-icon-control-expand": string;
@@ -4362,11 +4368,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4362
4368
  "vs-icon-facility-cafe": string;
4363
4369
  "vs-icon-feedback-error": string;
4364
4370
  "vs-icon-facility-accessible-parking": string;
4371
+ "vs-icon-control-next": string;
4365
4372
  "vs-icon-control-filters": string;
4366
4373
  "vs-icon-feedback-information": string;
4367
4374
  "vs-icon-control-external-link": string;
4368
4375
  "vs-icon-control-play": string;
4369
4376
  "vs-icon-facility-accessible-dining": string;
4377
+ "vs-icon-control-previous": string;
4370
4378
  "vs-icon-facility-public-transport": string;
4371
4379
  "vs-icon-season-winter": string;
4372
4380
  "vs-icon-control-expand": string;
@@ -4747,11 +4755,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4747
4755
  "vs-icon-facility-cafe": string;
4748
4756
  "vs-icon-feedback-error": string;
4749
4757
  "vs-icon-facility-accessible-parking": string;
4758
+ "vs-icon-control-next": string;
4750
4759
  "vs-icon-control-filters": string;
4751
4760
  "vs-icon-feedback-information": string;
4752
4761
  "vs-icon-control-external-link": string;
4753
4762
  "vs-icon-control-play": string;
4754
4763
  "vs-icon-facility-accessible-dining": string;
4764
+ "vs-icon-control-previous": string;
4755
4765
  "vs-icon-facility-public-transport": string;
4756
4766
  "vs-icon-season-winter": string;
4757
4767
  "vs-icon-control-expand": string;
@@ -5141,11 +5151,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5141
5151
  "vs-icon-facility-cafe": string;
5142
5152
  "vs-icon-feedback-error": string;
5143
5153
  "vs-icon-facility-accessible-parking": string;
5154
+ "vs-icon-control-next": string;
5144
5155
  "vs-icon-control-filters": string;
5145
5156
  "vs-icon-feedback-information": string;
5146
5157
  "vs-icon-control-external-link": string;
5147
5158
  "vs-icon-control-play": string;
5148
5159
  "vs-icon-facility-accessible-dining": string;
5160
+ "vs-icon-control-previous": string;
5149
5161
  "vs-icon-facility-public-transport": string;
5150
5162
  "vs-icon-season-winter": string;
5151
5163
  "vs-icon-control-expand": string;
@@ -6059,11 +6071,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6059
6071
  "vs-icon-facility-cafe": string;
6060
6072
  "vs-icon-feedback-error": string;
6061
6073
  "vs-icon-facility-accessible-parking": string;
6074
+ "vs-icon-control-next": string;
6062
6075
  "vs-icon-control-filters": string;
6063
6076
  "vs-icon-feedback-information": string;
6064
6077
  "vs-icon-control-external-link": string;
6065
6078
  "vs-icon-control-play": string;
6066
6079
  "vs-icon-facility-accessible-dining": string;
6080
+ "vs-icon-control-previous": string;
6067
6081
  "vs-icon-facility-public-transport": string;
6068
6082
  "vs-icon-season-winter": string;
6069
6083
  "vs-icon-control-expand": string;
@@ -340,11 +340,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
340
340
  "vs-icon-facility-cafe": string;
341
341
  "vs-icon-feedback-error": string;
342
342
  "vs-icon-facility-accessible-parking": string;
343
+ "vs-icon-control-next": string;
343
344
  "vs-icon-control-filters": string;
344
345
  "vs-icon-feedback-information": string;
345
346
  "vs-icon-control-external-link": string;
346
347
  "vs-icon-control-play": string;
347
348
  "vs-icon-facility-accessible-dining": string;
349
+ "vs-icon-control-previous": string;
348
350
  "vs-icon-facility-public-transport": string;
349
351
  "vs-icon-season-winter": string;
350
352
  "vs-icon-control-expand": string;
@@ -346,11 +346,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
346
346
  "vs-icon-facility-cafe": string;
347
347
  "vs-icon-feedback-error": string;
348
348
  "vs-icon-facility-accessible-parking": string;
349
+ "vs-icon-control-next": string;
349
350
  "vs-icon-control-filters": string;
350
351
  "vs-icon-feedback-information": string;
351
352
  "vs-icon-control-external-link": string;
352
353
  "vs-icon-control-play": string;
353
354
  "vs-icon-facility-accessible-dining": string;
355
+ "vs-icon-control-previous": string;
354
356
  "vs-icon-facility-public-transport": string;
355
357
  "vs-icon-season-winter": string;
356
358
  "vs-icon-control-expand": string;
@@ -634,11 +636,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
634
636
  "vs-icon-facility-cafe": string;
635
637
  "vs-icon-feedback-error": string;
636
638
  "vs-icon-facility-accessible-parking": string;
639
+ "vs-icon-control-next": string;
637
640
  "vs-icon-control-filters": string;
638
641
  "vs-icon-feedback-information": string;
639
642
  "vs-icon-control-external-link": string;
640
643
  "vs-icon-control-play": string;
641
644
  "vs-icon-facility-accessible-dining": string;
645
+ "vs-icon-control-previous": string;
642
646
  "vs-icon-facility-public-transport": string;
643
647
  "vs-icon-season-winter": string;
644
648
  "vs-icon-control-expand": string;
@@ -970,11 +970,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
970
970
  "vs-icon-facility-cafe": string;
971
971
  "vs-icon-feedback-error": string;
972
972
  "vs-icon-facility-accessible-parking": string;
973
+ "vs-icon-control-next": string;
973
974
  "vs-icon-control-filters": string;
974
975
  "vs-icon-feedback-information": string;
975
976
  "vs-icon-control-external-link": string;
976
977
  "vs-icon-control-play": string;
977
978
  "vs-icon-facility-accessible-dining": string;
979
+ "vs-icon-control-previous": string;
978
980
  "vs-icon-facility-public-transport": string;
979
981
  "vs-icon-season-winter": string;
980
982
  "vs-icon-control-expand": string;
@@ -1483,7 +1485,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1483
1485
  middlewareData: any;
1484
1486
  rects: import('@floating-ui/utils').ElementRects;
1485
1487
  platform: any;
1486
- elements: import('@floating-ui/vue').Elements;
1488
+ elements: import('@floating-ui/dom').Elements;
1487
1489
  }) => any | Promise<any>;
1488
1490
  }[]>;
1489
1491
  default: undefined;
@@ -1600,7 +1602,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1600
1602
  middlewareData: any;
1601
1603
  rects: import('@floating-ui/utils').ElementRects;
1602
1604
  platform: any;
1603
- elements: import('@floating-ui/vue').Elements;
1605
+ elements: import('@floating-ui/dom').Elements;
1604
1606
  }) => any | Promise<any>;
1605
1607
  }[];
1606
1608
  inline: boolean;
@@ -1703,7 +1705,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1703
1705
  middlewareData: any;
1704
1706
  rects: import('@floating-ui/utils').ElementRects;
1705
1707
  platform: any;
1706
- elements: import('@floating-ui/vue').Elements;
1708
+ elements: import('@floating-ui/dom').Elements;
1707
1709
  }) => any | Promise<any>;
1708
1710
  }[]>;
1709
1711
  default: undefined;
@@ -1813,7 +1815,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1813
1815
  middlewareData: any;
1814
1816
  rects: import('@floating-ui/utils').ElementRects;
1815
1817
  platform: any;
1816
- elements: import('@floating-ui/vue').Elements;
1818
+ elements: import('@floating-ui/dom').Elements;
1817
1819
  }) => any | Promise<any>;
1818
1820
  }[];
1819
1821
  inline: boolean;
@@ -1913,7 +1915,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1913
1915
  middlewareData: any;
1914
1916
  rects: import('@floating-ui/utils').ElementRects;
1915
1917
  platform: any;
1916
- elements: import('@floating-ui/vue').Elements;
1918
+ elements: import('@floating-ui/dom').Elements;
1917
1919
  }) => any | Promise<any>;
1918
1920
  }[]>;
1919
1921
  default: undefined;
@@ -2030,7 +2032,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2030
2032
  middlewareData: any;
2031
2033
  rects: import('@floating-ui/utils').ElementRects;
2032
2034
  platform: any;
2033
- elements: import('@floating-ui/vue').Elements;
2035
+ elements: import('@floating-ui/dom').Elements;
2034
2036
  }) => any | Promise<any>;
2035
2037
  }[];
2036
2038
  inline: boolean;
@@ -448,11 +448,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
448
448
  "vs-icon-facility-cafe": string;
449
449
  "vs-icon-feedback-error": string;
450
450
  "vs-icon-facility-accessible-parking": string;
451
+ "vs-icon-control-next": string;
451
452
  "vs-icon-control-filters": string;
452
453
  "vs-icon-feedback-information": string;
453
454
  "vs-icon-control-external-link": string;
454
455
  "vs-icon-control-play": string;
455
456
  "vs-icon-facility-accessible-dining": string;
457
+ "vs-icon-control-previous": string;
456
458
  "vs-icon-facility-public-transport": string;
457
459
  "vs-icon-season-winter": string;
458
460
  "vs-icon-control-expand": string;
@@ -736,11 +738,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
736
738
  "vs-icon-facility-cafe": string;
737
739
  "vs-icon-feedback-error": string;
738
740
  "vs-icon-facility-accessible-parking": string;
741
+ "vs-icon-control-next": string;
739
742
  "vs-icon-control-filters": string;
740
743
  "vs-icon-feedback-information": string;
741
744
  "vs-icon-control-external-link": string;
742
745
  "vs-icon-control-play": string;
743
746
  "vs-icon-facility-accessible-dining": string;
747
+ "vs-icon-control-previous": string;
744
748
  "vs-icon-facility-public-transport": string;
745
749
  "vs-icon-season-winter": string;
746
750
  "vs-icon-control-expand": string;
@@ -1000,11 +1000,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1000
1000
  "vs-icon-facility-cafe": string;
1001
1001
  "vs-icon-feedback-error": string;
1002
1002
  "vs-icon-facility-accessible-parking": string;
1003
+ "vs-icon-control-next": string;
1003
1004
  "vs-icon-control-filters": string;
1004
1005
  "vs-icon-feedback-information": string;
1005
1006
  "vs-icon-control-external-link": string;
1006
1007
  "vs-icon-control-play": string;
1007
1008
  "vs-icon-facility-accessible-dining": string;
1009
+ "vs-icon-control-previous": string;
1008
1010
  "vs-icon-facility-public-transport": string;
1009
1011
  "vs-icon-season-winter": string;
1010
1012
  "vs-icon-control-expand": string;
@@ -640,11 +640,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
640
640
  "vs-icon-facility-cafe": string;
641
641
  "vs-icon-feedback-error": string;
642
642
  "vs-icon-facility-accessible-parking": string;
643
+ "vs-icon-control-next": string;
643
644
  "vs-icon-control-filters": string;
644
645
  "vs-icon-feedback-information": string;
645
646
  "vs-icon-control-external-link": string;
646
647
  "vs-icon-control-play": string;
647
648
  "vs-icon-facility-accessible-dining": string;
649
+ "vs-icon-control-previous": string;
648
650
  "vs-icon-facility-public-transport": string;
649
651
  "vs-icon-season-winter": string;
650
652
  "vs-icon-control-expand": string;
@@ -1844,11 +1846,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1844
1846
  "vs-icon-facility-cafe": string;
1845
1847
  "vs-icon-feedback-error": string;
1846
1848
  "vs-icon-facility-accessible-parking": string;
1849
+ "vs-icon-control-next": string;
1847
1850
  "vs-icon-control-filters": string;
1848
1851
  "vs-icon-feedback-information": string;
1849
1852
  "vs-icon-control-external-link": string;
1850
1853
  "vs-icon-control-play": string;
1851
1854
  "vs-icon-facility-accessible-dining": string;
1855
+ "vs-icon-control-previous": string;
1852
1856
  "vs-icon-facility-public-transport": string;
1853
1857
  "vs-icon-season-winter": string;
1854
1858
  "vs-icon-control-expand": string;
@@ -2175,11 +2179,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2175
2179
  "vs-icon-facility-cafe": string;
2176
2180
  "vs-icon-feedback-error": string;
2177
2181
  "vs-icon-facility-accessible-parking": string;
2182
+ "vs-icon-control-next": string;
2178
2183
  "vs-icon-control-filters": string;
2179
2184
  "vs-icon-feedback-information": string;
2180
2185
  "vs-icon-control-external-link": string;
2181
2186
  "vs-icon-control-play": string;
2182
2187
  "vs-icon-facility-accessible-dining": string;
2188
+ "vs-icon-control-previous": string;
2183
2189
  "vs-icon-facility-public-transport": string;
2184
2190
  "vs-icon-season-winter": string;
2185
2191
  "vs-icon-control-expand": string;
@@ -3093,11 +3099,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3093
3099
  "vs-icon-facility-cafe": string;
3094
3100
  "vs-icon-feedback-error": string;
3095
3101
  "vs-icon-facility-accessible-parking": string;
3102
+ "vs-icon-control-next": string;
3096
3103
  "vs-icon-control-filters": string;
3097
3104
  "vs-icon-feedback-information": string;
3098
3105
  "vs-icon-control-external-link": string;
3099
3106
  "vs-icon-control-play": string;
3100
3107
  "vs-icon-facility-accessible-dining": string;
3108
+ "vs-icon-control-previous": string;
3101
3109
  "vs-icon-facility-public-transport": string;
3102
3110
  "vs-icon-season-winter": string;
3103
3111
  "vs-icon-control-expand": string;
@@ -265,11 +265,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
265
265
  "vs-icon-facility-cafe": string;
266
266
  "vs-icon-feedback-error": string;
267
267
  "vs-icon-facility-accessible-parking": string;
268
+ "vs-icon-control-next": string;
268
269
  "vs-icon-control-filters": string;
269
270
  "vs-icon-feedback-information": string;
270
271
  "vs-icon-control-external-link": string;
271
272
  "vs-icon-control-play": string;
272
273
  "vs-icon-facility-accessible-dining": string;
274
+ "vs-icon-control-previous": string;
273
275
  "vs-icon-facility-public-transport": string;
274
276
  "vs-icon-season-winter": string;
275
277
  "vs-icon-control-expand": string;
@@ -265,11 +265,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
265
265
  "vs-icon-facility-cafe": string;
266
266
  "vs-icon-feedback-error": string;
267
267
  "vs-icon-facility-accessible-parking": string;
268
+ "vs-icon-control-next": string;
268
269
  "vs-icon-control-filters": string;
269
270
  "vs-icon-feedback-information": string;
270
271
  "vs-icon-control-external-link": string;
271
272
  "vs-icon-control-play": string;
272
273
  "vs-icon-facility-accessible-dining": string;
274
+ "vs-icon-control-previous": string;
273
275
  "vs-icon-facility-public-transport": string;
274
276
  "vs-icon-season-winter": string;
275
277
  "vs-icon-control-expand": string;
@@ -468,11 +468,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
468
468
  "vs-icon-facility-cafe": string;
469
469
  "vs-icon-feedback-error": string;
470
470
  "vs-icon-facility-accessible-parking": string;
471
+ "vs-icon-control-next": string;
471
472
  "vs-icon-control-filters": string;
472
473
  "vs-icon-feedback-information": string;
473
474
  "vs-icon-control-external-link": string;
474
475
  "vs-icon-control-play": string;
475
476
  "vs-icon-facility-accessible-dining": string;
477
+ "vs-icon-control-previous": string;
476
478
  "vs-icon-facility-public-transport": string;
477
479
  "vs-icon-season-winter": string;
478
480
  "vs-icon-control-expand": string;