@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
@@ -314,11 +314,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
314
314
  "vs-icon-facility-cafe": string;
315
315
  "vs-icon-feedback-error": string;
316
316
  "vs-icon-facility-accessible-parking": string;
317
+ "vs-icon-control-next": string;
317
318
  "vs-icon-control-filters": string;
318
319
  "vs-icon-feedback-information": string;
319
320
  "vs-icon-control-external-link": string;
320
321
  "vs-icon-control-play": string;
321
322
  "vs-icon-facility-accessible-dining": string;
323
+ "vs-icon-control-previous": string;
322
324
  "vs-icon-facility-public-transport": string;
323
325
  "vs-icon-season-winter": string;
324
326
  "vs-icon-control-expand": string;
@@ -1007,11 +1007,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1007
1007
  "vs-icon-facility-cafe": string;
1008
1008
  "vs-icon-feedback-error": string;
1009
1009
  "vs-icon-facility-accessible-parking": string;
1010
+ "vs-icon-control-next": string;
1010
1011
  "vs-icon-control-filters": string;
1011
1012
  "vs-icon-feedback-information": string;
1012
1013
  "vs-icon-control-external-link": string;
1013
1014
  "vs-icon-control-play": string;
1014
1015
  "vs-icon-facility-accessible-dining": string;
1016
+ "vs-icon-control-previous": string;
1015
1017
  "vs-icon-facility-public-transport": string;
1016
1018
  "vs-icon-season-winter": string;
1017
1019
  "vs-icon-control-expand": string;
@@ -1772,11 +1774,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1772
1774
  "vs-icon-facility-cafe": string;
1773
1775
  "vs-icon-feedback-error": string;
1774
1776
  "vs-icon-facility-accessible-parking": string;
1777
+ "vs-icon-control-next": string;
1775
1778
  "vs-icon-control-filters": string;
1776
1779
  "vs-icon-feedback-information": string;
1777
1780
  "vs-icon-control-external-link": string;
1778
1781
  "vs-icon-control-play": string;
1779
1782
  "vs-icon-facility-accessible-dining": string;
1783
+ "vs-icon-control-previous": string;
1780
1784
  "vs-icon-facility-public-transport": string;
1781
1785
  "vs-icon-season-winter": string;
1782
1786
  "vs-icon-control-expand": string;
@@ -958,11 +958,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
958
958
  "vs-icon-facility-cafe": string;
959
959
  "vs-icon-feedback-error": string;
960
960
  "vs-icon-facility-accessible-parking": string;
961
+ "vs-icon-control-next": string;
961
962
  "vs-icon-control-filters": string;
962
963
  "vs-icon-feedback-information": string;
963
964
  "vs-icon-control-external-link": string;
964
965
  "vs-icon-control-play": string;
965
966
  "vs-icon-facility-accessible-dining": string;
967
+ "vs-icon-control-previous": string;
966
968
  "vs-icon-facility-public-transport": string;
967
969
  "vs-icon-season-winter": string;
968
970
  "vs-icon-control-expand": string;
@@ -516,11 +516,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
516
516
  "vs-icon-facility-cafe": string;
517
517
  "vs-icon-feedback-error": string;
518
518
  "vs-icon-facility-accessible-parking": string;
519
+ "vs-icon-control-next": string;
519
520
  "vs-icon-control-filters": string;
520
521
  "vs-icon-feedback-information": string;
521
522
  "vs-icon-control-external-link": string;
522
523
  "vs-icon-control-play": string;
523
524
  "vs-icon-facility-accessible-dining": string;
525
+ "vs-icon-control-previous": string;
524
526
  "vs-icon-facility-public-transport": string;
525
527
  "vs-icon-season-winter": string;
526
528
  "vs-icon-control-expand": string;
@@ -1434,11 +1436,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1434
1436
  "vs-icon-facility-cafe": string;
1435
1437
  "vs-icon-feedback-error": string;
1436
1438
  "vs-icon-facility-accessible-parking": string;
1439
+ "vs-icon-control-next": string;
1437
1440
  "vs-icon-control-filters": string;
1438
1441
  "vs-icon-feedback-information": string;
1439
1442
  "vs-icon-control-external-link": string;
1440
1443
  "vs-icon-control-play": string;
1441
1444
  "vs-icon-facility-accessible-dining": string;
1445
+ "vs-icon-control-previous": string;
1442
1446
  "vs-icon-facility-public-transport": string;
1443
1447
  "vs-icon-season-winter": string;
1444
1448
  "vs-icon-control-expand": string;
@@ -2558,11 +2562,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2558
2562
  "vs-icon-facility-cafe": string;
2559
2563
  "vs-icon-feedback-error": string;
2560
2564
  "vs-icon-facility-accessible-parking": string;
2565
+ "vs-icon-control-next": string;
2561
2566
  "vs-icon-control-filters": string;
2562
2567
  "vs-icon-feedback-information": string;
2563
2568
  "vs-icon-control-external-link": string;
2564
2569
  "vs-icon-control-play": string;
2565
2570
  "vs-icon-facility-accessible-dining": string;
2571
+ "vs-icon-control-previous": string;
2566
2572
  "vs-icon-facility-public-transport": string;
2567
2573
  "vs-icon-season-winter": string;
2568
2574
  "vs-icon-control-expand": string;
@@ -3323,11 +3329,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3323
3329
  "vs-icon-facility-cafe": string;
3324
3330
  "vs-icon-feedback-error": string;
3325
3331
  "vs-icon-facility-accessible-parking": string;
3332
+ "vs-icon-control-next": string;
3326
3333
  "vs-icon-control-filters": string;
3327
3334
  "vs-icon-feedback-information": string;
3328
3335
  "vs-icon-control-external-link": string;
3329
3336
  "vs-icon-control-play": string;
3330
3337
  "vs-icon-facility-accessible-dining": string;
3338
+ "vs-icon-control-previous": string;
3331
3339
  "vs-icon-facility-public-transport": string;
3332
3340
  "vs-icon-season-winter": string;
3333
3341
  "vs-icon-control-expand": string;
@@ -1069,11 +1069,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1069
1069
  "vs-icon-facility-cafe": string;
1070
1070
  "vs-icon-feedback-error": string;
1071
1071
  "vs-icon-facility-accessible-parking": string;
1072
+ "vs-icon-control-next": string;
1072
1073
  "vs-icon-control-filters": string;
1073
1074
  "vs-icon-feedback-information": string;
1074
1075
  "vs-icon-control-external-link": string;
1075
1076
  "vs-icon-control-play": string;
1076
1077
  "vs-icon-facility-accessible-dining": string;
1078
+ "vs-icon-control-previous": string;
1077
1079
  "vs-icon-facility-public-transport": string;
1078
1080
  "vs-icon-season-winter": string;
1079
1081
  "vs-icon-control-expand": string;
@@ -1834,11 +1836,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1834
1836
  "vs-icon-facility-cafe": string;
1835
1837
  "vs-icon-feedback-error": string;
1836
1838
  "vs-icon-facility-accessible-parking": string;
1839
+ "vs-icon-control-next": string;
1837
1840
  "vs-icon-control-filters": string;
1838
1841
  "vs-icon-feedback-information": string;
1839
1842
  "vs-icon-control-external-link": string;
1840
1843
  "vs-icon-control-play": string;
1841
1844
  "vs-icon-facility-accessible-dining": string;
1845
+ "vs-icon-control-previous": string;
1842
1846
  "vs-icon-facility-public-transport": string;
1843
1847
  "vs-icon-season-winter": string;
1844
1848
  "vs-icon-control-expand": string;
@@ -512,11 +512,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
512
512
  "vs-icon-facility-cafe": string;
513
513
  "vs-icon-feedback-error": string;
514
514
  "vs-icon-facility-accessible-parking": string;
515
+ "vs-icon-control-next": string;
515
516
  "vs-icon-control-filters": string;
516
517
  "vs-icon-feedback-information": string;
517
518
  "vs-icon-control-external-link": string;
518
519
  "vs-icon-control-play": string;
519
520
  "vs-icon-facility-accessible-dining": string;
521
+ "vs-icon-control-previous": string;
520
522
  "vs-icon-facility-public-transport": string;
521
523
  "vs-icon-season-winter": string;
522
524
  "vs-icon-control-expand": string;
@@ -1430,11 +1432,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1430
1432
  "vs-icon-facility-cafe": string;
1431
1433
  "vs-icon-feedback-error": string;
1432
1434
  "vs-icon-facility-accessible-parking": string;
1435
+ "vs-icon-control-next": string;
1433
1436
  "vs-icon-control-filters": string;
1434
1437
  "vs-icon-feedback-information": string;
1435
1438
  "vs-icon-control-external-link": string;
1436
1439
  "vs-icon-control-play": string;
1437
1440
  "vs-icon-facility-accessible-dining": string;
1441
+ "vs-icon-control-previous": string;
1438
1442
  "vs-icon-facility-public-transport": string;
1439
1443
  "vs-icon-season-winter": string;
1440
1444
  "vs-icon-control-expand": string;
@@ -948,11 +948,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
948
948
  "vs-icon-facility-cafe": string;
949
949
  "vs-icon-feedback-error": string;
950
950
  "vs-icon-facility-accessible-parking": string;
951
+ "vs-icon-control-next": string;
951
952
  "vs-icon-control-filters": string;
952
953
  "vs-icon-feedback-information": string;
953
954
  "vs-icon-control-external-link": string;
954
955
  "vs-icon-control-play": string;
955
956
  "vs-icon-facility-accessible-dining": string;
957
+ "vs-icon-control-previous": string;
956
958
  "vs-icon-facility-public-transport": string;
957
959
  "vs-icon-season-winter": string;
958
960
  "vs-icon-control-expand": string;
@@ -1969,11 +1971,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1969
1971
  "vs-icon-facility-cafe": string;
1970
1972
  "vs-icon-feedback-error": string;
1971
1973
  "vs-icon-facility-accessible-parking": string;
1974
+ "vs-icon-control-next": string;
1972
1975
  "vs-icon-control-filters": string;
1973
1976
  "vs-icon-feedback-information": string;
1974
1977
  "vs-icon-control-external-link": string;
1975
1978
  "vs-icon-control-play": string;
1976
1979
  "vs-icon-facility-accessible-dining": string;
1980
+ "vs-icon-control-previous": string;
1977
1981
  "vs-icon-facility-public-transport": string;
1978
1982
  "vs-icon-season-winter": string;
1979
1983
  "vs-icon-control-expand": string;
@@ -2734,11 +2738,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2734
2738
  "vs-icon-facility-cafe": string;
2735
2739
  "vs-icon-feedback-error": string;
2736
2740
  "vs-icon-facility-accessible-parking": string;
2741
+ "vs-icon-control-next": string;
2737
2742
  "vs-icon-control-filters": string;
2738
2743
  "vs-icon-feedback-information": string;
2739
2744
  "vs-icon-control-external-link": string;
2740
2745
  "vs-icon-control-play": string;
2741
2746
  "vs-icon-facility-accessible-dining": string;
2747
+ "vs-icon-control-previous": string;
2742
2748
  "vs-icon-facility-public-transport": string;
2743
2749
  "vs-icon-season-winter": string;
2744
2750
  "vs-icon-control-expand": string;
@@ -3065,11 +3071,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3065
3071
  "vs-icon-facility-cafe": string;
3066
3072
  "vs-icon-feedback-error": string;
3067
3073
  "vs-icon-facility-accessible-parking": string;
3074
+ "vs-icon-control-next": string;
3068
3075
  "vs-icon-control-filters": string;
3069
3076
  "vs-icon-feedback-information": string;
3070
3077
  "vs-icon-control-external-link": string;
3071
3078
  "vs-icon-control-play": string;
3072
3079
  "vs-icon-facility-accessible-dining": string;
3080
+ "vs-icon-control-previous": string;
3073
3081
  "vs-icon-facility-public-transport": string;
3074
3082
  "vs-icon-season-winter": string;
3075
3083
  "vs-icon-control-expand": string;
@@ -3983,11 +3991,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3983
3991
  "vs-icon-facility-cafe": string;
3984
3992
  "vs-icon-feedback-error": string;
3985
3993
  "vs-icon-facility-accessible-parking": string;
3994
+ "vs-icon-control-next": string;
3986
3995
  "vs-icon-control-filters": string;
3987
3996
  "vs-icon-feedback-information": string;
3988
3997
  "vs-icon-control-external-link": string;
3989
3998
  "vs-icon-control-play": string;
3990
3999
  "vs-icon-facility-accessible-dining": string;
4000
+ "vs-icon-control-previous": string;
3991
4001
  "vs-icon-facility-public-transport": string;
3992
4002
  "vs-icon-season-winter": string;
3993
4003
  "vs-icon-control-expand": string;
@@ -260,11 +260,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
260
260
  "vs-icon-facility-cafe": string;
261
261
  "vs-icon-feedback-error": string;
262
262
  "vs-icon-facility-accessible-parking": string;
263
+ "vs-icon-control-next": string;
263
264
  "vs-icon-control-filters": string;
264
265
  "vs-icon-feedback-information": string;
265
266
  "vs-icon-control-external-link": string;
266
267
  "vs-icon-control-play": string;
267
268
  "vs-icon-facility-accessible-dining": string;
269
+ "vs-icon-control-previous": string;
268
270
  "vs-icon-facility-public-transport": string;
269
271
  "vs-icon-season-winter": string;
270
272
  "vs-icon-control-expand": string;
@@ -1178,11 +1180,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1178
1180
  "vs-icon-facility-cafe": string;
1179
1181
  "vs-icon-feedback-error": string;
1180
1182
  "vs-icon-facility-accessible-parking": string;
1183
+ "vs-icon-control-next": string;
1181
1184
  "vs-icon-control-filters": string;
1182
1185
  "vs-icon-feedback-information": string;
1183
1186
  "vs-icon-control-external-link": string;
1184
1187
  "vs-icon-control-play": string;
1185
1188
  "vs-icon-facility-accessible-dining": string;
1189
+ "vs-icon-control-previous": string;
1186
1190
  "vs-icon-facility-public-transport": string;
1187
1191
  "vs-icon-season-winter": string;
1188
1192
  "vs-icon-control-expand": string;
@@ -3,11 +3,11 @@ declare const _default: import('vue').DefineComponent<{}, {
3
3
  noJsMessage: string;
4
4
  noCookiesMessage: string;
5
5
  jsDisabled: boolean;
6
+ zoom: number;
6
7
  cookieBtnText: string;
7
8
  mapId: string;
8
9
  radius: number;
9
10
  labels: Record<string, any>;
10
- zoom: number;
11
11
  mapTypeVector: boolean;
12
12
  languageCode: string;
13
13
  categoriesLocation: string;
@@ -22,11 +22,11 @@ declare const _default: import('vue').DefineComponent<{}, {
22
22
  readonly noJsMessage?: string;
23
23
  readonly noCookiesMessage?: string;
24
24
  readonly jsDisabled?: boolean;
25
+ readonly zoom?: number;
25
26
  readonly cookieBtnText?: string;
26
27
  readonly mapId?: string;
27
28
  readonly radius?: number;
28
29
  readonly labels?: Record<string, any>;
29
- readonly zoom?: number;
30
30
  readonly mapTypeVector?: boolean;
31
31
  readonly languageCode?: string;
32
32
  readonly categoriesLocation?: string;
@@ -4,11 +4,11 @@ declare const _default: {
4
4
  noJsMessage: string;
5
5
  noCookiesMessage: string;
6
6
  jsDisabled: boolean;
7
+ zoom: number;
7
8
  cookieBtnText: string;
8
9
  mapId: string;
9
10
  radius: number;
10
11
  labels: Record<string, any>;
11
- zoom: number;
12
12
  mapTypeVector: boolean;
13
13
  languageCode: string;
14
14
  categoriesLocation: string;
@@ -23,11 +23,11 @@ declare const _default: {
23
23
  readonly noJsMessage?: string;
24
24
  readonly noCookiesMessage?: string;
25
25
  readonly jsDisabled?: boolean;
26
+ readonly zoom?: number;
26
27
  readonly cookieBtnText?: string;
27
28
  readonly mapId?: string;
28
29
  readonly radius?: number;
29
30
  readonly labels?: Record<string, any>;
30
- readonly zoom?: number;
31
31
  readonly mapTypeVector?: boolean;
32
32
  readonly languageCode?: string;
33
33
  readonly categoriesLocation?: string;