@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
@@ -1024,11 +1024,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1024
1024
  "vs-icon-facility-cafe": string;
1025
1025
  "vs-icon-feedback-error": string;
1026
1026
  "vs-icon-facility-accessible-parking": string;
1027
+ "vs-icon-control-next": string;
1027
1028
  "vs-icon-control-filters": string;
1028
1029
  "vs-icon-feedback-information": string;
1029
1030
  "vs-icon-control-external-link": string;
1030
1031
  "vs-icon-control-play": string;
1031
1032
  "vs-icon-facility-accessible-dining": string;
1033
+ "vs-icon-control-previous": string;
1032
1034
  "vs-icon-facility-public-transport": string;
1033
1035
  "vs-icon-season-winter": string;
1034
1036
  "vs-icon-control-expand": string;
@@ -1974,11 +1976,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1974
1976
  "vs-icon-facility-cafe": string;
1975
1977
  "vs-icon-feedback-error": string;
1976
1978
  "vs-icon-facility-accessible-parking": string;
1979
+ "vs-icon-control-next": string;
1977
1980
  "vs-icon-control-filters": string;
1978
1981
  "vs-icon-feedback-information": string;
1979
1982
  "vs-icon-control-external-link": string;
1980
1983
  "vs-icon-control-play": string;
1981
1984
  "vs-icon-facility-accessible-dining": string;
1985
+ "vs-icon-control-previous": string;
1982
1986
  "vs-icon-facility-public-transport": string;
1983
1987
  "vs-icon-season-winter": string;
1984
1988
  "vs-icon-control-expand": string;
@@ -2736,11 +2740,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2736
2740
  "vs-icon-facility-cafe": string;
2737
2741
  "vs-icon-feedback-error": string;
2738
2742
  "vs-icon-facility-accessible-parking": string;
2743
+ "vs-icon-control-next": string;
2739
2744
  "vs-icon-control-filters": string;
2740
2745
  "vs-icon-feedback-information": string;
2741
2746
  "vs-icon-control-external-link": string;
2742
2747
  "vs-icon-control-play": string;
2743
2748
  "vs-icon-facility-accessible-dining": string;
2749
+ "vs-icon-control-previous": string;
2744
2750
  "vs-icon-facility-public-transport": string;
2745
2751
  "vs-icon-season-winter": string;
2746
2752
  "vs-icon-control-expand": string;
@@ -124,7 +124,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
124
124
  middlewareData: any;
125
125
  rects: import('@floating-ui/utils').ElementRects;
126
126
  platform: any;
127
- elements: import('@floating-ui/vue').Elements;
127
+ elements: import('@floating-ui/dom').Elements;
128
128
  }) => any | Promise<any>;
129
129
  }[]>;
130
130
  default: undefined;
@@ -266,7 +266,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
266
266
  middlewareData: any;
267
267
  rects: import('@floating-ui/utils').ElementRects;
268
268
  platform: any;
269
- elements: import('@floating-ui/vue').Elements;
269
+ elements: import('@floating-ui/dom').Elements;
270
270
  }) => any | Promise<any>;
271
271
  }[];
272
272
  noFlip: boolean;
@@ -372,7 +372,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
372
372
  middlewareData: any;
373
373
  rects: import('@floating-ui/utils').ElementRects;
374
374
  platform: any;
375
- elements: import('@floating-ui/vue').Elements;
375
+ elements: import('@floating-ui/dom').Elements;
376
376
  }) => any | Promise<any>;
377
377
  }[]>;
378
378
  default: undefined;
@@ -505,7 +505,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
505
505
  middlewareData: any;
506
506
  rects: import('@floating-ui/utils').ElementRects;
507
507
  platform: any;
508
- elements: import('@floating-ui/vue').Elements;
508
+ elements: import('@floating-ui/dom').Elements;
509
509
  }) => any | Promise<any>;
510
510
  }[];
511
511
  noFlip: boolean;
@@ -608,7 +608,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
608
608
  middlewareData: any;
609
609
  rects: import('@floating-ui/utils').ElementRects;
610
610
  platform: any;
611
- elements: import('@floating-ui/vue').Elements;
611
+ elements: import('@floating-ui/dom').Elements;
612
612
  }) => any | Promise<any>;
613
613
  }[]>;
614
614
  default: undefined;
@@ -750,7 +750,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
750
750
  middlewareData: any;
751
751
  rects: import('@floating-ui/utils').ElementRects;
752
752
  platform: any;
753
- elements: import('@floating-ui/vue').Elements;
753
+ elements: import('@floating-ui/dom').Elements;
754
754
  }) => any | Promise<any>;
755
755
  }[];
756
756
  noFlip: boolean;
@@ -1782,11 +1782,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1782
1782
  "vs-icon-facility-cafe": string;
1783
1783
  "vs-icon-feedback-error": string;
1784
1784
  "vs-icon-facility-accessible-parking": string;
1785
+ "vs-icon-control-next": string;
1785
1786
  "vs-icon-control-filters": string;
1786
1787
  "vs-icon-feedback-information": string;
1787
1788
  "vs-icon-control-external-link": string;
1788
1789
  "vs-icon-control-play": string;
1789
1790
  "vs-icon-facility-accessible-dining": string;
1791
+ "vs-icon-control-previous": string;
1790
1792
  "vs-icon-facility-public-transport": string;
1791
1793
  "vs-icon-season-winter": string;
1792
1794
  "vs-icon-control-expand": string;
@@ -170,7 +170,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
170
170
  middlewareData: any;
171
171
  rects: import('@floating-ui/utils').ElementRects;
172
172
  platform: any;
173
- elements: import('@floating-ui/vue').Elements;
173
+ elements: import('@floating-ui/dom').Elements;
174
174
  }) => any | Promise<any>;
175
175
  }[]>;
176
176
  default: undefined;
@@ -312,7 +312,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
312
312
  middlewareData: any;
313
313
  rects: import('@floating-ui/utils').ElementRects;
314
314
  platform: any;
315
- elements: import('@floating-ui/vue').Elements;
315
+ elements: import('@floating-ui/dom').Elements;
316
316
  }) => any | Promise<any>;
317
317
  }[];
318
318
  noFlip: boolean;
@@ -418,7 +418,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
418
418
  middlewareData: any;
419
419
  rects: import('@floating-ui/utils').ElementRects;
420
420
  platform: any;
421
- elements: import('@floating-ui/vue').Elements;
421
+ elements: import('@floating-ui/dom').Elements;
422
422
  }) => any | Promise<any>;
423
423
  }[]>;
424
424
  default: undefined;
@@ -551,7 +551,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
551
551
  middlewareData: any;
552
552
  rects: import('@floating-ui/utils').ElementRects;
553
553
  platform: any;
554
- elements: import('@floating-ui/vue').Elements;
554
+ elements: import('@floating-ui/dom').Elements;
555
555
  }) => any | Promise<any>;
556
556
  }[];
557
557
  noFlip: boolean;
@@ -654,7 +654,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
654
654
  middlewareData: any;
655
655
  rects: import('@floating-ui/utils').ElementRects;
656
656
  platform: any;
657
- elements: import('@floating-ui/vue').Elements;
657
+ elements: import('@floating-ui/dom').Elements;
658
658
  }) => any | Promise<any>;
659
659
  }[]>;
660
660
  default: undefined;
@@ -796,7 +796,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
796
796
  middlewareData: any;
797
797
  rects: import('@floating-ui/utils').ElementRects;
798
798
  platform: any;
799
- elements: import('@floating-ui/vue').Elements;
799
+ elements: import('@floating-ui/dom').Elements;
800
800
  }) => any | Promise<any>;
801
801
  }[];
802
802
  noFlip: boolean;
@@ -1828,11 +1828,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1828
1828
  "vs-icon-facility-cafe": string;
1829
1829
  "vs-icon-feedback-error": string;
1830
1830
  "vs-icon-facility-accessible-parking": string;
1831
+ "vs-icon-control-next": string;
1831
1832
  "vs-icon-control-filters": string;
1832
1833
  "vs-icon-feedback-information": string;
1833
1834
  "vs-icon-control-external-link": string;
1834
1835
  "vs-icon-control-play": string;
1835
1836
  "vs-icon-facility-accessible-dining": string;
1837
+ "vs-icon-control-previous": string;
1836
1838
  "vs-icon-facility-public-transport": string;
1837
1839
  "vs-icon-season-winter": string;
1838
1840
  "vs-icon-control-expand": string;
@@ -2215,11 +2217,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2215
2217
  "vs-icon-facility-cafe": string;
2216
2218
  "vs-icon-feedback-error": string;
2217
2219
  "vs-icon-facility-accessible-parking": string;
2220
+ "vs-icon-control-next": string;
2218
2221
  "vs-icon-control-filters": string;
2219
2222
  "vs-icon-feedback-information": string;
2220
2223
  "vs-icon-control-external-link": string;
2221
2224
  "vs-icon-control-play": string;
2222
2225
  "vs-icon-facility-accessible-dining": string;
2226
+ "vs-icon-control-previous": string;
2223
2227
  "vs-icon-facility-public-transport": string;
2224
2228
  "vs-icon-season-winter": string;
2225
2229
  "vs-icon-control-expand": string;
@@ -570,11 +570,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
570
570
  "vs-icon-facility-cafe": string;
571
571
  "vs-icon-feedback-error": string;
572
572
  "vs-icon-facility-accessible-parking": string;
573
+ "vs-icon-control-next": string;
573
574
  "vs-icon-control-filters": string;
574
575
  "vs-icon-feedback-information": string;
575
576
  "vs-icon-control-external-link": string;
576
577
  "vs-icon-control-play": string;
577
578
  "vs-icon-facility-accessible-dining": string;
579
+ "vs-icon-control-previous": string;
578
580
  "vs-icon-facility-public-transport": string;
579
581
  "vs-icon-season-winter": string;
580
582
  "vs-icon-control-expand": string;
@@ -1774,11 +1776,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1774
1776
  "vs-icon-facility-cafe": string;
1775
1777
  "vs-icon-feedback-error": string;
1776
1778
  "vs-icon-facility-accessible-parking": string;
1779
+ "vs-icon-control-next": string;
1777
1780
  "vs-icon-control-filters": string;
1778
1781
  "vs-icon-feedback-information": string;
1779
1782
  "vs-icon-control-external-link": string;
1780
1783
  "vs-icon-control-play": string;
1781
1784
  "vs-icon-facility-accessible-dining": string;
1785
+ "vs-icon-control-previous": string;
1782
1786
  "vs-icon-facility-public-transport": string;
1783
1787
  "vs-icon-season-winter": string;
1784
1788
  "vs-icon-control-expand": string;
@@ -2105,11 +2109,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2105
2109
  "vs-icon-facility-cafe": string;
2106
2110
  "vs-icon-feedback-error": string;
2107
2111
  "vs-icon-facility-accessible-parking": string;
2112
+ "vs-icon-control-next": string;
2108
2113
  "vs-icon-control-filters": string;
2109
2114
  "vs-icon-feedback-information": string;
2110
2115
  "vs-icon-control-external-link": string;
2111
2116
  "vs-icon-control-play": string;
2112
2117
  "vs-icon-facility-accessible-dining": string;
2118
+ "vs-icon-control-previous": string;
2113
2119
  "vs-icon-facility-public-transport": string;
2114
2120
  "vs-icon-season-winter": string;
2115
2121
  "vs-icon-control-expand": string;
@@ -3023,11 +3029,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3023
3029
  "vs-icon-facility-cafe": string;
3024
3030
  "vs-icon-feedback-error": string;
3025
3031
  "vs-icon-facility-accessible-parking": string;
3032
+ "vs-icon-control-next": string;
3026
3033
  "vs-icon-control-filters": string;
3027
3034
  "vs-icon-feedback-information": string;
3028
3035
  "vs-icon-control-external-link": string;
3029
3036
  "vs-icon-control-play": string;
3030
3037
  "vs-icon-facility-accessible-dining": string;
3038
+ "vs-icon-control-previous": string;
3031
3039
  "vs-icon-facility-public-transport": string;
3032
3040
  "vs-icon-season-winter": string;
3033
3041
  "vs-icon-control-expand": string;
@@ -589,11 +589,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
589
589
  "vs-icon-facility-cafe": string;
590
590
  "vs-icon-feedback-error": string;
591
591
  "vs-icon-facility-accessible-parking": string;
592
+ "vs-icon-control-next": string;
592
593
  "vs-icon-control-filters": string;
593
594
  "vs-icon-feedback-information": string;
594
595
  "vs-icon-control-external-link": string;
595
596
  "vs-icon-control-play": string;
596
597
  "vs-icon-facility-accessible-dining": string;
598
+ "vs-icon-control-previous": string;
597
599
  "vs-icon-facility-public-transport": string;
598
600
  "vs-icon-season-winter": string;
599
601
  "vs-icon-control-expand": string;
@@ -1793,11 +1795,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1793
1795
  "vs-icon-facility-cafe": string;
1794
1796
  "vs-icon-feedback-error": string;
1795
1797
  "vs-icon-facility-accessible-parking": string;
1798
+ "vs-icon-control-next": string;
1796
1799
  "vs-icon-control-filters": string;
1797
1800
  "vs-icon-feedback-information": string;
1798
1801
  "vs-icon-control-external-link": string;
1799
1802
  "vs-icon-control-play": string;
1800
1803
  "vs-icon-facility-accessible-dining": string;
1804
+ "vs-icon-control-previous": string;
1801
1805
  "vs-icon-facility-public-transport": string;
1802
1806
  "vs-icon-season-winter": string;
1803
1807
  "vs-icon-control-expand": string;
@@ -2124,11 +2128,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2124
2128
  "vs-icon-facility-cafe": string;
2125
2129
  "vs-icon-feedback-error": string;
2126
2130
  "vs-icon-facility-accessible-parking": string;
2131
+ "vs-icon-control-next": string;
2127
2132
  "vs-icon-control-filters": string;
2128
2133
  "vs-icon-feedback-information": string;
2129
2134
  "vs-icon-control-external-link": string;
2130
2135
  "vs-icon-control-play": string;
2131
2136
  "vs-icon-facility-accessible-dining": string;
2137
+ "vs-icon-control-previous": string;
2132
2138
  "vs-icon-facility-public-transport": string;
2133
2139
  "vs-icon-season-winter": string;
2134
2140
  "vs-icon-control-expand": string;
@@ -3042,11 +3048,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3042
3048
  "vs-icon-facility-cafe": string;
3043
3049
  "vs-icon-feedback-error": string;
3044
3050
  "vs-icon-facility-accessible-parking": string;
3051
+ "vs-icon-control-next": string;
3045
3052
  "vs-icon-control-filters": string;
3046
3053
  "vs-icon-feedback-information": string;
3047
3054
  "vs-icon-control-external-link": string;
3048
3055
  "vs-icon-control-play": string;
3049
3056
  "vs-icon-facility-accessible-dining": string;
3057
+ "vs-icon-control-previous": string;
3050
3058
  "vs-icon-facility-public-transport": string;
3051
3059
  "vs-icon-season-winter": string;
3052
3060
  "vs-icon-control-expand": string;
@@ -362,11 +362,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
362
362
  "vs-icon-facility-cafe": string;
363
363
  "vs-icon-feedback-error": string;
364
364
  "vs-icon-facility-accessible-parking": string;
365
+ "vs-icon-control-next": string;
365
366
  "vs-icon-control-filters": string;
366
367
  "vs-icon-feedback-information": string;
367
368
  "vs-icon-control-external-link": string;
368
369
  "vs-icon-control-play": string;
369
370
  "vs-icon-facility-accessible-dining": string;
371
+ "vs-icon-control-previous": string;
370
372
  "vs-icon-facility-public-transport": string;
371
373
  "vs-icon-season-winter": string;
372
374
  "vs-icon-control-expand": string;
@@ -350,11 +350,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
350
350
  "vs-icon-facility-cafe": string;
351
351
  "vs-icon-feedback-error": string;
352
352
  "vs-icon-facility-accessible-parking": string;
353
+ "vs-icon-control-next": string;
353
354
  "vs-icon-control-filters": string;
354
355
  "vs-icon-feedback-information": string;
355
356
  "vs-icon-control-external-link": string;
356
357
  "vs-icon-control-play": string;
357
358
  "vs-icon-facility-accessible-dining": string;
359
+ "vs-icon-control-previous": string;
358
360
  "vs-icon-facility-public-transport": string;
359
361
  "vs-icon-season-winter": string;
360
362
  "vs-icon-control-expand": string;
@@ -1221,11 +1221,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1221
1221
  "vs-icon-facility-cafe": string;
1222
1222
  "vs-icon-feedback-error": string;
1223
1223
  "vs-icon-facility-accessible-parking": string;
1224
+ "vs-icon-control-next": string;
1224
1225
  "vs-icon-control-filters": string;
1225
1226
  "vs-icon-feedback-information": string;
1226
1227
  "vs-icon-control-external-link": string;
1227
1228
  "vs-icon-control-play": string;
1228
1229
  "vs-icon-facility-accessible-dining": string;
1230
+ "vs-icon-control-previous": string;
1229
1231
  "vs-icon-facility-public-transport": string;
1230
1232
  "vs-icon-season-winter": string;
1231
1233
  "vs-icon-control-expand": string;
@@ -769,11 +769,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
769
769
  "vs-icon-facility-cafe": string;
770
770
  "vs-icon-feedback-error": string;
771
771
  "vs-icon-facility-accessible-parking": string;
772
+ "vs-icon-control-next": string;
772
773
  "vs-icon-control-filters": string;
773
774
  "vs-icon-feedback-information": string;
774
775
  "vs-icon-control-external-link": string;
775
776
  "vs-icon-control-play": string;
776
777
  "vs-icon-facility-accessible-dining": string;
778
+ "vs-icon-control-previous": string;
777
779
  "vs-icon-facility-public-transport": string;
778
780
  "vs-icon-season-winter": string;
779
781
  "vs-icon-control-expand": string;
@@ -1973,11 +1975,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1973
1975
  "vs-icon-facility-cafe": string;
1974
1976
  "vs-icon-feedback-error": string;
1975
1977
  "vs-icon-facility-accessible-parking": string;
1978
+ "vs-icon-control-next": string;
1976
1979
  "vs-icon-control-filters": string;
1977
1980
  "vs-icon-feedback-information": string;
1978
1981
  "vs-icon-control-external-link": string;
1979
1982
  "vs-icon-control-play": string;
1980
1983
  "vs-icon-facility-accessible-dining": string;
1984
+ "vs-icon-control-previous": string;
1981
1985
  "vs-icon-facility-public-transport": string;
1982
1986
  "vs-icon-season-winter": string;
1983
1987
  "vs-icon-control-expand": string;
@@ -2304,11 +2308,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2304
2308
  "vs-icon-facility-cafe": string;
2305
2309
  "vs-icon-feedback-error": string;
2306
2310
  "vs-icon-facility-accessible-parking": string;
2311
+ "vs-icon-control-next": string;
2307
2312
  "vs-icon-control-filters": string;
2308
2313
  "vs-icon-feedback-information": string;
2309
2314
  "vs-icon-control-external-link": string;
2310
2315
  "vs-icon-control-play": string;
2311
2316
  "vs-icon-facility-accessible-dining": string;
2317
+ "vs-icon-control-previous": string;
2312
2318
  "vs-icon-facility-public-transport": string;
2313
2319
  "vs-icon-season-winter": string;
2314
2320
  "vs-icon-control-expand": string;
@@ -3222,11 +3228,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3222
3228
  "vs-icon-facility-cafe": string;
3223
3229
  "vs-icon-feedback-error": string;
3224
3230
  "vs-icon-facility-accessible-parking": string;
3231
+ "vs-icon-control-next": string;
3225
3232
  "vs-icon-control-filters": string;
3226
3233
  "vs-icon-feedback-information": string;
3227
3234
  "vs-icon-control-external-link": string;
3228
3235
  "vs-icon-control-play": string;
3229
3236
  "vs-icon-facility-accessible-dining": string;
3237
+ "vs-icon-control-previous": string;
3230
3238
  "vs-icon-facility-public-transport": string;
3231
3239
  "vs-icon-season-winter": string;
3232
3240
  "vs-icon-control-expand": string;
@@ -3604,11 +3612,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3604
3612
  "vs-icon-facility-cafe": string;
3605
3613
  "vs-icon-feedback-error": string;
3606
3614
  "vs-icon-facility-accessible-parking": string;
3615
+ "vs-icon-control-next": string;
3607
3616
  "vs-icon-control-filters": string;
3608
3617
  "vs-icon-feedback-information": string;
3609
3618
  "vs-icon-control-external-link": string;
3610
3619
  "vs-icon-control-play": string;
3611
3620
  "vs-icon-facility-accessible-dining": string;
3621
+ "vs-icon-control-previous": string;
3612
3622
  "vs-icon-facility-public-transport": string;
3613
3623
  "vs-icon-season-winter": string;
3614
3624
  "vs-icon-control-expand": string;
@@ -774,11 +774,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
774
774
  "vs-icon-facility-cafe": string;
775
775
  "vs-icon-feedback-error": string;
776
776
  "vs-icon-facility-accessible-parking": string;
777
+ "vs-icon-control-next": string;
777
778
  "vs-icon-control-filters": string;
778
779
  "vs-icon-feedback-information": string;
779
780
  "vs-icon-control-external-link": string;
780
781
  "vs-icon-control-play": string;
781
782
  "vs-icon-facility-accessible-dining": string;
783
+ "vs-icon-control-previous": string;
782
784
  "vs-icon-facility-public-transport": string;
783
785
  "vs-icon-season-winter": string;
784
786
  "vs-icon-control-expand": string;
@@ -1978,11 +1980,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1978
1980
  "vs-icon-facility-cafe": string;
1979
1981
  "vs-icon-feedback-error": string;
1980
1982
  "vs-icon-facility-accessible-parking": string;
1983
+ "vs-icon-control-next": string;
1981
1984
  "vs-icon-control-filters": string;
1982
1985
  "vs-icon-feedback-information": string;
1983
1986
  "vs-icon-control-external-link": string;
1984
1987
  "vs-icon-control-play": string;
1985
1988
  "vs-icon-facility-accessible-dining": string;
1989
+ "vs-icon-control-previous": string;
1986
1990
  "vs-icon-facility-public-transport": string;
1987
1991
  "vs-icon-season-winter": string;
1988
1992
  "vs-icon-control-expand": string;
@@ -2309,11 +2313,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2309
2313
  "vs-icon-facility-cafe": string;
2310
2314
  "vs-icon-feedback-error": string;
2311
2315
  "vs-icon-facility-accessible-parking": string;
2316
+ "vs-icon-control-next": string;
2312
2317
  "vs-icon-control-filters": string;
2313
2318
  "vs-icon-feedback-information": string;
2314
2319
  "vs-icon-control-external-link": string;
2315
2320
  "vs-icon-control-play": string;
2316
2321
  "vs-icon-facility-accessible-dining": string;
2322
+ "vs-icon-control-previous": string;
2317
2323
  "vs-icon-facility-public-transport": string;
2318
2324
  "vs-icon-season-winter": string;
2319
2325
  "vs-icon-control-expand": string;
@@ -3227,11 +3233,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3227
3233
  "vs-icon-facility-cafe": string;
3228
3234
  "vs-icon-feedback-error": string;
3229
3235
  "vs-icon-facility-accessible-parking": string;
3236
+ "vs-icon-control-next": string;
3230
3237
  "vs-icon-control-filters": string;
3231
3238
  "vs-icon-feedback-information": string;
3232
3239
  "vs-icon-control-external-link": string;
3233
3240
  "vs-icon-control-play": string;
3234
3241
  "vs-icon-facility-accessible-dining": string;
3242
+ "vs-icon-control-previous": string;
3235
3243
  "vs-icon-facility-public-transport": string;
3236
3244
  "vs-icon-season-winter": string;
3237
3245
  "vs-icon-control-expand": string;
@@ -3609,11 +3617,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3609
3617
  "vs-icon-facility-cafe": string;
3610
3618
  "vs-icon-feedback-error": string;
3611
3619
  "vs-icon-facility-accessible-parking": string;
3620
+ "vs-icon-control-next": string;
3612
3621
  "vs-icon-control-filters": string;
3613
3622
  "vs-icon-feedback-information": string;
3614
3623
  "vs-icon-control-external-link": string;
3615
3624
  "vs-icon-control-play": string;
3616
3625
  "vs-icon-facility-accessible-dining": string;
3626
+ "vs-icon-control-previous": string;
3617
3627
  "vs-icon-facility-public-transport": string;
3618
3628
  "vs-icon-season-winter": string;
3619
3629
  "vs-icon-control-expand": string;
@@ -960,11 +960,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
960
960
  "vs-icon-facility-cafe": string;
961
961
  "vs-icon-feedback-error": string;
962
962
  "vs-icon-facility-accessible-parking": string;
963
+ "vs-icon-control-next": string;
963
964
  "vs-icon-control-filters": string;
964
965
  "vs-icon-feedback-information": string;
965
966
  "vs-icon-control-external-link": string;
966
967
  "vs-icon-control-play": string;
967
968
  "vs-icon-facility-accessible-dining": string;
969
+ "vs-icon-control-previous": string;
968
970
  "vs-icon-facility-public-transport": string;
969
971
  "vs-icon-season-winter": string;
970
972
  "vs-icon-control-expand": string;
@@ -1070,11 +1070,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1070
1070
  "vs-icon-facility-cafe": string;
1071
1071
  "vs-icon-feedback-error": string;
1072
1072
  "vs-icon-facility-accessible-parking": string;
1073
+ "vs-icon-control-next": string;
1073
1074
  "vs-icon-control-filters": string;
1074
1075
  "vs-icon-feedback-information": string;
1075
1076
  "vs-icon-control-external-link": string;
1076
1077
  "vs-icon-control-play": string;
1077
1078
  "vs-icon-facility-accessible-dining": string;
1079
+ "vs-icon-control-previous": string;
1078
1080
  "vs-icon-facility-public-transport": string;
1079
1081
  "vs-icon-season-winter": string;
1080
1082
  "vs-icon-control-expand": string;
@@ -1099,11 +1099,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1099
1099
  "vs-icon-facility-cafe": string;
1100
1100
  "vs-icon-feedback-error": string;
1101
1101
  "vs-icon-facility-accessible-parking": string;
1102
+ "vs-icon-control-next": string;
1102
1103
  "vs-icon-control-filters": string;
1103
1104
  "vs-icon-feedback-information": string;
1104
1105
  "vs-icon-control-external-link": string;
1105
1106
  "vs-icon-control-play": string;
1106
1107
  "vs-icon-facility-accessible-dining": string;
1108
+ "vs-icon-control-previous": string;
1107
1109
  "vs-icon-facility-public-transport": string;
1108
1110
  "vs-icon-season-winter": string;
1109
1111
  "vs-icon-control-expand": string;
@@ -2096,11 +2098,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2096
2098
  "vs-icon-facility-cafe": string;
2097
2099
  "vs-icon-feedback-error": string;
2098
2100
  "vs-icon-facility-accessible-parking": string;
2101
+ "vs-icon-control-next": string;
2099
2102
  "vs-icon-control-filters": string;
2100
2103
  "vs-icon-feedback-information": string;
2101
2104
  "vs-icon-control-external-link": string;
2102
2105
  "vs-icon-control-play": string;
2103
2106
  "vs-icon-facility-accessible-dining": string;
2107
+ "vs-icon-control-previous": string;
2104
2108
  "vs-icon-facility-public-transport": string;
2105
2109
  "vs-icon-season-winter": string;
2106
2110
  "vs-icon-control-expand": string;
@@ -3525,11 +3529,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3525
3529
  "vs-icon-facility-cafe": string;
3526
3530
  "vs-icon-feedback-error": string;
3527
3531
  "vs-icon-facility-accessible-parking": string;
3532
+ "vs-icon-control-next": string;
3528
3533
  "vs-icon-control-filters": string;
3529
3534
  "vs-icon-feedback-information": string;
3530
3535
  "vs-icon-control-external-link": string;
3531
3536
  "vs-icon-control-play": string;
3532
3537
  "vs-icon-facility-accessible-dining": string;
3538
+ "vs-icon-control-previous": string;
3533
3539
  "vs-icon-facility-public-transport": string;
3534
3540
  "vs-icon-season-winter": string;
3535
3541
  "vs-icon-control-expand": string;
@@ -117,7 +117,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
117
117
  middlewareData: any;
118
118
  rects: import('@floating-ui/utils').ElementRects;
119
119
  platform: any;
120
- elements: import('@floating-ui/vue').Elements;
120
+ elements: import('@floating-ui/dom').Elements;
121
121
  }) => any | Promise<any>;
122
122
  }[]>;
123
123
  default: undefined;
@@ -259,7 +259,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
259
259
  middlewareData: any;
260
260
  rects: import('@floating-ui/utils').ElementRects;
261
261
  platform: any;
262
- elements: import('@floating-ui/vue').Elements;
262
+ elements: import('@floating-ui/dom').Elements;
263
263
  }) => any | Promise<any>;
264
264
  }[];
265
265
  noFlip: boolean;
@@ -365,7 +365,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
365
365
  middlewareData: any;
366
366
  rects: import('@floating-ui/utils').ElementRects;
367
367
  platform: any;
368
- elements: import('@floating-ui/vue').Elements;
368
+ elements: import('@floating-ui/dom').Elements;
369
369
  }) => any | Promise<any>;
370
370
  }[]>;
371
371
  default: undefined;
@@ -498,7 +498,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
498
498
  middlewareData: any;
499
499
  rects: import('@floating-ui/utils').ElementRects;
500
500
  platform: any;
501
- elements: import('@floating-ui/vue').Elements;
501
+ elements: import('@floating-ui/dom').Elements;
502
502
  }) => any | Promise<any>;
503
503
  }[];
504
504
  noFlip: boolean;
@@ -601,7 +601,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
601
601
  middlewareData: any;
602
602
  rects: import('@floating-ui/utils').ElementRects;
603
603
  platform: any;
604
- elements: import('@floating-ui/vue').Elements;
604
+ elements: import('@floating-ui/dom').Elements;
605
605
  }) => any | Promise<any>;
606
606
  }[]>;
607
607
  default: undefined;
@@ -743,7 +743,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
743
743
  middlewareData: any;
744
744
  rects: import('@floating-ui/utils').ElementRects;
745
745
  platform: any;
746
- elements: import('@floating-ui/vue').Elements;
746
+ elements: import('@floating-ui/dom').Elements;
747
747
  }) => any | Promise<any>;
748
748
  }[];
749
749
  noFlip: boolean;