@visitscotland/component-library 5.53.0 → 5.54.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 (107) hide show
  1. package/dist/components/{LoadingSpinner-D0Xf9MWc.mjs → LoadingSpinner-CIALXVmL.mjs} +3018 -2991
  2. package/dist/components/LoadingSpinner-WvjNy1CK.js +41 -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/embed-wrapper/EmbedWrapper.vue.d.ts +4 -0
  28. package/dist/components/src/components/event-card/EventCard.vue.d.ts +2 -0
  29. package/dist/components/src/components/footer/components/FooterAccordionItem.vue.d.ts +4 -0
  30. package/dist/components/src/components/footer/components/FooterCopyright.vue.d.ts +2 -0
  31. package/dist/components/src/components/footer/components/FooterNavListItem.vue.d.ts +2 -0
  32. package/dist/components/src/components/footer/components/FooterSocialItem.vue.d.ts +4 -0
  33. package/dist/components/src/components/form/Form.vue.d.ts +8 -0
  34. package/dist/components/src/components/global-menu/components/GlobalMenuLanguage.vue.d.ts +2 -0
  35. package/dist/components/src/components/hero-section/HeroSection.vue.d.ts +8 -0
  36. package/dist/components/src/components/icon/Icon.vue.d.ts +2 -0
  37. package/dist/components/src/components/icon-list/components/IconListItem.vue.d.ts +2 -0
  38. package/dist/components/src/components/image-with-caption/ImageWithCaption.vue.d.ts +14 -0
  39. package/dist/components/src/components/index.d.ts +2 -0
  40. package/dist/components/src/components/input/Input.vue.d.ts +2 -0
  41. package/dist/components/src/components/itineraries/Itinerary.vue.d.ts +2 -0
  42. package/dist/components/src/components/itineraries/components/ItineraryDay.vue.d.ts +6 -0
  43. package/dist/components/src/components/itineraries/components/ItineraryStop.vue.d.ts +4 -0
  44. package/dist/components/src/components/itineraries/components/ItineraryStopInfo.vue.d.ts +4 -0
  45. package/dist/components/src/components/link/Link.vue.d.ts +2 -0
  46. package/dist/components/src/components/link-list/components/LinkListItem.vue.d.ts +2 -0
  47. package/dist/components/src/components/listicle/ListicleItem.vue.d.ts +2 -0
  48. package/dist/components/src/components/map/Map.vue.d.ts +4 -0
  49. package/dist/components/src/components/map/components/MapMarker.vue.d.ts +2 -0
  50. package/dist/components/src/components/map-marker-icon/MapMarkerIcon.vue.d.ts +2 -0
  51. package/dist/components/src/components/map-with-sidebar/MapWithSidebar.vue.d.ts +26 -0
  52. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarButtons.vue.d.ts +2 -0
  53. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarCategory.vue.d.ts +4 -0
  54. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarControls.vue.d.ts +2 -0
  55. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarListItem.vue.d.ts +2 -0
  56. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarPanel.vue.d.ts +14 -0
  57. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarSubcategory.vue.d.ts +2 -0
  58. package/dist/components/src/components/mega-nav/MegaNav.vue.d.ts +14 -0
  59. package/dist/components/src/components/mega-nav/components/MegaNavAccordionItem.vue.d.ts +6 -0
  60. package/dist/components/src/components/mega-nav/components/MegaNavDropdown.vue.d.ts +2 -0
  61. package/dist/components/src/components/mega-nav/components/MegaNavDropdownContainer.vue.d.ts +4 -0
  62. package/dist/components/src/components/mega-nav/components/MegaNavFeaturedEvent.vue.d.ts +8 -0
  63. package/dist/components/src/components/mega-nav/components/MegaNavFeaturedItem.vue.d.ts +8 -0
  64. package/dist/components/src/components/mega-nav/components/MegaNavListItem.vue.d.ts +2 -0
  65. package/dist/components/src/components/mega-nav/components/MegaNavStaticLink.vue.d.ts +2 -0
  66. package/dist/components/src/components/megalinks/Megalinks.vue.d.ts +2 -0
  67. package/dist/components/src/components/megalinks/components/megalink-link-list/MegalinkLinkList.vue.d.ts +10 -0
  68. package/dist/components/src/components/megalinks/components/megalink-multi-image/MegalinkMultiImage.vue.d.ts +10 -0
  69. package/dist/components/src/components/megalinks/components/megalink-single-image/MegalinkSingleImage.vue.d.ts +2 -0
  70. package/dist/components/src/components/modal/Modal.vue.d.ts +2 -0
  71. package/dist/components/src/components/navigation-bar/NavigationBar.vue.d.ts +6 -0
  72. package/dist/components/src/components/navigation-bar/components/NavigationBarSearch.vue.d.ts +8 -0
  73. package/dist/components/src/components/navigation-bar/components/NavigationBarSidebar.vue.d.ts +2 -0
  74. package/dist/components/src/components/navigation-bar/components/NavigationBarSidebarButton.vue.d.ts +4 -0
  75. package/dist/components/src/components/number-input/NumberInput.vue.d.ts +2 -0
  76. package/dist/components/src/components/pagination/VsPagination.vue.d.ts +2 -2
  77. package/dist/components/src/components/product-search/ProductSearch.vue.d.ts +4 -0
  78. package/dist/components/src/components/site-search/SiteSearch.vue.d.ts +2 -0
  79. package/dist/components/src/components/site-search/components/SiteSearchForm.vue.d.ts +6 -0
  80. package/dist/components/src/components/ski-scotland/ski-scotland-card/SkiScotlandCard.vue.d.ts +8 -0
  81. package/dist/components/src/components/ski-scotland/ski-scotland-status/SkiScotlandStatus.vue.d.ts +14 -0
  82. package/dist/components/src/components/skip-to/SkipTo.vue.d.ts +2 -0
  83. package/dist/components/src/components/social-credit-link/SocialCreditLink.vue.d.ts +4 -0
  84. package/dist/components/src/components/social-share/SocialShare.vue.d.ts +2 -0
  85. package/dist/components/src/components/social-share/components/SocialShareItem.vue.d.ts +4 -0
  86. package/dist/components/src/components/spotlight-section/SpotlightSection.vue.d.ts +2 -0
  87. package/dist/components/src/components/stretched-link-card/StretchedLinkCard.vue.d.ts +8 -0
  88. package/dist/components/src/components/stretched-link-card/components/StretchedLinkPanels.vue.d.ts +2 -0
  89. package/dist/components/src/components/summary-box/components/SummaryBoxListItem.vue.d.ts +2 -0
  90. package/dist/components/src/components/svg-link/SvgLink.vue.d.ts +2 -0
  91. package/dist/components/src/components/tag/Tag.vue.d.ts +2 -0
  92. package/dist/components/src/components/toggle-button/ToggleButton.vue.d.ts +4 -0
  93. package/dist/components/src/components/tooltip/Tooltip.vue.d.ts +2 -0
  94. package/dist/components/src/components/video/Video.vue.d.ts +8 -0
  95. package/dist/components/src/components/video/components/VideoHtml5.vue.d.ts +4 -0
  96. package/dist/components/src/components/video/components/VideoYoutube.vue.d.ts +4 -0
  97. package/dist/components/src/components/video-caption/VideoCaption.vue.d.ts +10 -0
  98. package/dist/components/src/components/warning/Warning.vue.d.ts +4 -0
  99. package/dist/components/src/custom-components/maps/MainMap.vue.d.ts +2 -2
  100. package/dist/components/src/custom-components/maps/index.d.ts +2 -2
  101. package/dist/components/style.css +1 -1
  102. package/dist/components/vs-component-library-maps.js +1 -1
  103. package/dist/components/vs-component-library-maps.mjs +1 -1
  104. package/dist/components/vs-component-library.js +9 -9
  105. package/dist/components/vs-component-library.mjs +8110 -4115
  106. package/package.json +2 -1
  107. package/dist/components/LoadingSpinner-GwEp7vJg.js +0 -41
@@ -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;
@@ -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;