@visitscotland/component-library 5.53.1 → 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.
- package/dist/components/{LoadingSpinner-D0Xf9MWc.mjs → LoadingSpinner-CIALXVmL.mjs} +3018 -2991
- package/dist/components/LoadingSpinner-WvjNy1CK.js +41 -0
- package/dist/components/src/components/accordion/components/AccordionItem.vue.d.ts +4 -0
- package/dist/components/src/components/accordion/components/AccordionToggle.vue.d.ts +2 -0
- package/dist/components/src/components/address/Address.vue.d.ts +2 -0
- package/dist/components/src/components/alert/Alert.vue.d.ts +2 -0
- package/dist/components/src/components/article-details/ArticleDetails.vue.d.ts +2 -0
- package/dist/components/src/components/banner/Banner.vue.d.ts +4 -0
- package/dist/components/src/components/button/Button.vue.d.ts +2 -0
- package/dist/components/src/components/button-toggle-group/ButtonToggleGroup.vue.d.ts +2 -0
- package/dist/components/src/components/canned-search/CannedSearch.vue.d.ts +8 -0
- package/dist/components/src/components/canned-search/components/CannedSearchLogos.vue.d.ts +2 -0
- package/dist/components/src/components/canned-search/components/CannedSearchProductCard.vue.d.ts +2 -0
- package/dist/components/src/components/canned-search/components/CannedSearchSummaryBox.vue.d.ts +2 -0
- package/dist/components/src/components/caption/Caption.vue.d.ts +2 -0
- package/dist/components/src/components/carbon-calculator/CarbonCalculator.vue.d.ts +16 -0
- package/dist/components/src/components/carbon-calculator/components/CarbonCalculatorQuestion.vue.d.ts +2 -0
- package/dist/components/src/components/carbon-calculator/components/CarbonCalculatorResults.vue.d.ts +4 -0
- package/dist/components/src/components/carbon-calculator/components/CarbonCalculatorRunningTotal.vue.d.ts +2 -0
- package/dist/components/src/components/carbon-calculator/components/CarbonCalculatorTip.vue.d.ts +2 -0
- package/dist/components/src/components/card/Card.vue.d.ts +2 -0
- package/dist/components/src/components/carousel/Carousel.vue.d.ts +2 -0
- package/dist/components/src/components/carousel/components/CarouselSlide.vue.d.ts +10 -0
- package/dist/components/src/components/content-swiper/ContentSwiper.vue.d.ts +1656 -0
- package/dist/components/src/components/content-swiper/components/ContentSwiperSlide.d.ts +2 -0
- package/dist/components/src/components/detail/Detail.vue.d.ts +2 -0
- package/dist/components/src/components/embed-wrapper/EmbedWrapper.vue.d.ts +4 -0
- package/dist/components/src/components/event-card/EventCard.vue.d.ts +2 -0
- package/dist/components/src/components/footer/components/FooterAccordionItem.vue.d.ts +4 -0
- package/dist/components/src/components/footer/components/FooterCopyright.vue.d.ts +2 -0
- package/dist/components/src/components/footer/components/FooterNavListItem.vue.d.ts +2 -0
- package/dist/components/src/components/footer/components/FooterSocialItem.vue.d.ts +4 -0
- package/dist/components/src/components/form/Form.vue.d.ts +8 -0
- package/dist/components/src/components/global-menu/components/GlobalMenuLanguage.vue.d.ts +2 -0
- package/dist/components/src/components/hero-section/HeroSection.vue.d.ts +8 -0
- package/dist/components/src/components/icon/Icon.vue.d.ts +2 -0
- package/dist/components/src/components/icon-list/components/IconListItem.vue.d.ts +2 -0
- package/dist/components/src/components/image-with-caption/ImageWithCaption.vue.d.ts +14 -0
- package/dist/components/src/components/index.d.ts +2 -0
- package/dist/components/src/components/input/Input.vue.d.ts +2 -0
- package/dist/components/src/components/itineraries/Itinerary.vue.d.ts +2 -0
- package/dist/components/src/components/itineraries/components/ItineraryDay.vue.d.ts +6 -0
- package/dist/components/src/components/itineraries/components/ItineraryStop.vue.d.ts +4 -0
- package/dist/components/src/components/itineraries/components/ItineraryStopInfo.vue.d.ts +4 -0
- package/dist/components/src/components/link/Link.vue.d.ts +2 -0
- package/dist/components/src/components/link-list/components/LinkListItem.vue.d.ts +2 -0
- package/dist/components/src/components/listicle/ListicleItem.vue.d.ts +2 -0
- package/dist/components/src/components/map/Map.vue.d.ts +4 -0
- package/dist/components/src/components/map/components/MapMarker.vue.d.ts +2 -0
- package/dist/components/src/components/map-marker-icon/MapMarkerIcon.vue.d.ts +2 -0
- package/dist/components/src/components/map-with-sidebar/MapWithSidebar.vue.d.ts +26 -0
- package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarButtons.vue.d.ts +2 -0
- package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarCategory.vue.d.ts +4 -0
- package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarControls.vue.d.ts +2 -0
- package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarListItem.vue.d.ts +2 -0
- package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarPanel.vue.d.ts +14 -0
- package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarSubcategory.vue.d.ts +2 -0
- package/dist/components/src/components/mega-nav/MegaNav.vue.d.ts +14 -0
- package/dist/components/src/components/mega-nav/components/MegaNavAccordionItem.vue.d.ts +6 -0
- package/dist/components/src/components/mega-nav/components/MegaNavDropdown.vue.d.ts +2 -0
- package/dist/components/src/components/mega-nav/components/MegaNavDropdownContainer.vue.d.ts +4 -0
- package/dist/components/src/components/mega-nav/components/MegaNavFeaturedEvent.vue.d.ts +8 -0
- package/dist/components/src/components/mega-nav/components/MegaNavFeaturedItem.vue.d.ts +8 -0
- package/dist/components/src/components/mega-nav/components/MegaNavListItem.vue.d.ts +2 -0
- package/dist/components/src/components/mega-nav/components/MegaNavStaticLink.vue.d.ts +2 -0
- package/dist/components/src/components/megalinks/Megalinks.vue.d.ts +2 -0
- package/dist/components/src/components/megalinks/components/megalink-link-list/MegalinkLinkList.vue.d.ts +10 -0
- package/dist/components/src/components/megalinks/components/megalink-multi-image/MegalinkMultiImage.vue.d.ts +10 -0
- package/dist/components/src/components/megalinks/components/megalink-single-image/MegalinkSingleImage.vue.d.ts +2 -0
- package/dist/components/src/components/modal/Modal.vue.d.ts +2 -0
- package/dist/components/src/components/navigation-bar/NavigationBar.vue.d.ts +6 -0
- package/dist/components/src/components/navigation-bar/components/NavigationBarSearch.vue.d.ts +8 -0
- package/dist/components/src/components/navigation-bar/components/NavigationBarSidebar.vue.d.ts +2 -0
- package/dist/components/src/components/navigation-bar/components/NavigationBarSidebarButton.vue.d.ts +4 -0
- package/dist/components/src/components/number-input/NumberInput.vue.d.ts +2 -0
- package/dist/components/src/components/pagination/VsPagination.vue.d.ts +2 -2
- package/dist/components/src/components/product-search/ProductSearch.vue.d.ts +4 -0
- package/dist/components/src/components/site-search/SiteSearch.vue.d.ts +2 -0
- package/dist/components/src/components/site-search/components/SiteSearchForm.vue.d.ts +6 -0
- package/dist/components/src/components/ski-scotland/ski-scotland-card/SkiScotlandCard.vue.d.ts +8 -0
- package/dist/components/src/components/ski-scotland/ski-scotland-status/SkiScotlandStatus.vue.d.ts +14 -0
- package/dist/components/src/components/skip-to/SkipTo.vue.d.ts +2 -0
- package/dist/components/src/components/social-credit-link/SocialCreditLink.vue.d.ts +4 -0
- package/dist/components/src/components/social-share/SocialShare.vue.d.ts +2 -0
- package/dist/components/src/components/social-share/components/SocialShareItem.vue.d.ts +4 -0
- package/dist/components/src/components/spotlight-section/SpotlightSection.vue.d.ts +2 -0
- package/dist/components/src/components/stretched-link-card/StretchedLinkCard.vue.d.ts +8 -0
- package/dist/components/src/components/stretched-link-card/components/StretchedLinkPanels.vue.d.ts +2 -0
- package/dist/components/src/components/summary-box/components/SummaryBoxListItem.vue.d.ts +2 -0
- package/dist/components/src/components/svg-link/SvgLink.vue.d.ts +2 -0
- package/dist/components/src/components/tag/Tag.vue.d.ts +2 -0
- package/dist/components/src/components/toggle-button/ToggleButton.vue.d.ts +4 -0
- package/dist/components/src/components/tooltip/Tooltip.vue.d.ts +2 -0
- package/dist/components/src/components/video/Video.vue.d.ts +8 -0
- package/dist/components/src/components/video/components/VideoHtml5.vue.d.ts +4 -0
- package/dist/components/src/components/video/components/VideoYoutube.vue.d.ts +4 -0
- package/dist/components/src/components/video-caption/VideoCaption.vue.d.ts +10 -0
- package/dist/components/src/components/warning/Warning.vue.d.ts +4 -0
- package/dist/components/src/custom-components/maps/MainMap.vue.d.ts +2 -2
- package/dist/components/src/custom-components/maps/index.d.ts +2 -2
- package/dist/components/style.css +1 -1
- package/dist/components/vs-component-library-maps.js +1 -1
- package/dist/components/vs-component-library-maps.mjs +1 -1
- package/dist/components/vs-component-library.js +9 -9
- package/dist/components/vs-component-library.mjs +8110 -4119
- package/package.json +2 -1
- package/dist/components/LoadingSpinner-GwEp7vJg.js +0 -41
|
@@ -334,11 +334,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
334
334
|
"vs-icon-facility-cafe": string;
|
|
335
335
|
"vs-icon-feedback-error": string;
|
|
336
336
|
"vs-icon-facility-accessible-parking": string;
|
|
337
|
+
"vs-icon-control-next": string;
|
|
337
338
|
"vs-icon-control-filters": string;
|
|
338
339
|
"vs-icon-feedback-information": string;
|
|
339
340
|
"vs-icon-control-external-link": string;
|
|
340
341
|
"vs-icon-control-play": string;
|
|
341
342
|
"vs-icon-facility-accessible-dining": string;
|
|
343
|
+
"vs-icon-control-previous": string;
|
|
342
344
|
"vs-icon-facility-public-transport": string;
|
|
343
345
|
"vs-icon-season-winter": string;
|
|
344
346
|
"vs-icon-control-expand": string;
|
|
@@ -248,11 +248,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
248
248
|
"vs-icon-facility-cafe": string;
|
|
249
249
|
"vs-icon-feedback-error": string;
|
|
250
250
|
"vs-icon-facility-accessible-parking": string;
|
|
251
|
+
"vs-icon-control-next": string;
|
|
251
252
|
"vs-icon-control-filters": string;
|
|
252
253
|
"vs-icon-feedback-information": string;
|
|
253
254
|
"vs-icon-control-external-link": string;
|
|
254
255
|
"vs-icon-control-play": string;
|
|
255
256
|
"vs-icon-facility-accessible-dining": string;
|
|
257
|
+
"vs-icon-control-previous": string;
|
|
256
258
|
"vs-icon-facility-public-transport": string;
|
|
257
259
|
"vs-icon-season-winter": string;
|
|
258
260
|
"vs-icon-control-expand": string;
|
|
@@ -1011,11 +1011,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1011
1011
|
"vs-icon-facility-cafe": string;
|
|
1012
1012
|
"vs-icon-feedback-error": string;
|
|
1013
1013
|
"vs-icon-facility-accessible-parking": string;
|
|
1014
|
+
"vs-icon-control-next": string;
|
|
1014
1015
|
"vs-icon-control-filters": string;
|
|
1015
1016
|
"vs-icon-feedback-information": string;
|
|
1016
1017
|
"vs-icon-control-external-link": string;
|
|
1017
1018
|
"vs-icon-control-play": string;
|
|
1018
1019
|
"vs-icon-facility-accessible-dining": string;
|
|
1020
|
+
"vs-icon-control-previous": string;
|
|
1019
1021
|
"vs-icon-facility-public-transport": string;
|
|
1020
1022
|
"vs-icon-season-winter": string;
|
|
1021
1023
|
"vs-icon-control-expand": string;
|
|
@@ -1929,11 +1931,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1929
1931
|
"vs-icon-facility-cafe": string;
|
|
1930
1932
|
"vs-icon-feedback-error": string;
|
|
1931
1933
|
"vs-icon-facility-accessible-parking": string;
|
|
1934
|
+
"vs-icon-control-next": string;
|
|
1932
1935
|
"vs-icon-control-filters": string;
|
|
1933
1936
|
"vs-icon-feedback-information": string;
|
|
1934
1937
|
"vs-icon-control-external-link": string;
|
|
1935
1938
|
"vs-icon-control-play": string;
|
|
1936
1939
|
"vs-icon-facility-accessible-dining": string;
|
|
1940
|
+
"vs-icon-control-previous": string;
|
|
1937
1941
|
"vs-icon-facility-public-transport": string;
|
|
1938
1942
|
"vs-icon-season-winter": string;
|
|
1939
1943
|
"vs-icon-control-expand": string;
|
|
@@ -2893,11 +2897,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2893
2897
|
"vs-icon-facility-cafe": string;
|
|
2894
2898
|
"vs-icon-feedback-error": string;
|
|
2895
2899
|
"vs-icon-facility-accessible-parking": string;
|
|
2900
|
+
"vs-icon-control-next": string;
|
|
2896
2901
|
"vs-icon-control-filters": string;
|
|
2897
2902
|
"vs-icon-feedback-information": string;
|
|
2898
2903
|
"vs-icon-control-external-link": string;
|
|
2899
2904
|
"vs-icon-control-play": string;
|
|
2900
2905
|
"vs-icon-facility-accessible-dining": string;
|
|
2906
|
+
"vs-icon-control-previous": string;
|
|
2901
2907
|
"vs-icon-facility-public-transport": string;
|
|
2902
2908
|
"vs-icon-season-winter": string;
|
|
2903
2909
|
"vs-icon-control-expand": string;
|
|
@@ -3981,11 +3987,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3981
3987
|
"vs-icon-facility-cafe": string;
|
|
3982
3988
|
"vs-icon-feedback-error": string;
|
|
3983
3989
|
"vs-icon-facility-accessible-parking": string;
|
|
3990
|
+
"vs-icon-control-next": string;
|
|
3984
3991
|
"vs-icon-control-filters": string;
|
|
3985
3992
|
"vs-icon-feedback-information": string;
|
|
3986
3993
|
"vs-icon-control-external-link": string;
|
|
3987
3994
|
"vs-icon-control-play": string;
|
|
3988
3995
|
"vs-icon-facility-accessible-dining": string;
|
|
3996
|
+
"vs-icon-control-previous": string;
|
|
3989
3997
|
"vs-icon-facility-public-transport": string;
|
|
3990
3998
|
"vs-icon-season-winter": string;
|
|
3991
3999
|
"vs-icon-control-expand": string;
|
|
@@ -4351,11 +4359,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4351
4359
|
"vs-icon-facility-cafe": string;
|
|
4352
4360
|
"vs-icon-feedback-error": string;
|
|
4353
4361
|
"vs-icon-facility-accessible-parking": string;
|
|
4362
|
+
"vs-icon-control-next": string;
|
|
4354
4363
|
"vs-icon-control-filters": string;
|
|
4355
4364
|
"vs-icon-feedback-information": string;
|
|
4356
4365
|
"vs-icon-control-external-link": string;
|
|
4357
4366
|
"vs-icon-control-play": string;
|
|
4358
4367
|
"vs-icon-facility-accessible-dining": string;
|
|
4368
|
+
"vs-icon-control-previous": string;
|
|
4359
4369
|
"vs-icon-facility-public-transport": string;
|
|
4360
4370
|
"vs-icon-season-winter": string;
|
|
4361
4371
|
"vs-icon-control-expand": string;
|
|
@@ -4639,11 +4649,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4639
4649
|
"vs-icon-facility-cafe": string;
|
|
4640
4650
|
"vs-icon-feedback-error": string;
|
|
4641
4651
|
"vs-icon-facility-accessible-parking": string;
|
|
4652
|
+
"vs-icon-control-next": string;
|
|
4642
4653
|
"vs-icon-control-filters": string;
|
|
4643
4654
|
"vs-icon-feedback-information": string;
|
|
4644
4655
|
"vs-icon-control-external-link": string;
|
|
4645
4656
|
"vs-icon-control-play": string;
|
|
4646
4657
|
"vs-icon-facility-accessible-dining": string;
|
|
4658
|
+
"vs-icon-control-previous": string;
|
|
4647
4659
|
"vs-icon-facility-public-transport": string;
|
|
4648
4660
|
"vs-icon-season-winter": string;
|
|
4649
4661
|
"vs-icon-control-expand": string;
|
|
@@ -5976,11 +5988,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5976
5988
|
"vs-icon-facility-cafe": string;
|
|
5977
5989
|
"vs-icon-feedback-error": string;
|
|
5978
5990
|
"vs-icon-facility-accessible-parking": string;
|
|
5991
|
+
"vs-icon-control-next": string;
|
|
5979
5992
|
"vs-icon-control-filters": string;
|
|
5980
5993
|
"vs-icon-feedback-information": string;
|
|
5981
5994
|
"vs-icon-control-external-link": string;
|
|
5982
5995
|
"vs-icon-control-play": string;
|
|
5983
5996
|
"vs-icon-facility-accessible-dining": string;
|
|
5997
|
+
"vs-icon-control-previous": string;
|
|
5984
5998
|
"vs-icon-facility-public-transport": string;
|
|
5985
5999
|
"vs-icon-season-winter": string;
|
|
5986
6000
|
"vs-icon-control-expand": string;
|
|
@@ -6635,11 +6649,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6635
6649
|
"vs-icon-facility-cafe": string;
|
|
6636
6650
|
"vs-icon-feedback-error": string;
|
|
6637
6651
|
"vs-icon-facility-accessible-parking": string;
|
|
6652
|
+
"vs-icon-control-next": string;
|
|
6638
6653
|
"vs-icon-control-filters": string;
|
|
6639
6654
|
"vs-icon-feedback-information": string;
|
|
6640
6655
|
"vs-icon-control-external-link": string;
|
|
6641
6656
|
"vs-icon-control-play": string;
|
|
6642
6657
|
"vs-icon-facility-accessible-dining": string;
|
|
6658
|
+
"vs-icon-control-previous": string;
|
|
6643
6659
|
"vs-icon-facility-public-transport": string;
|
|
6644
6660
|
"vs-icon-season-winter": string;
|
|
6645
6661
|
"vs-icon-control-expand": string;
|
|
@@ -7937,11 +7953,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7937
7953
|
"vs-icon-facility-cafe": string;
|
|
7938
7954
|
"vs-icon-feedback-error": string;
|
|
7939
7955
|
"vs-icon-facility-accessible-parking": string;
|
|
7956
|
+
"vs-icon-control-next": string;
|
|
7940
7957
|
"vs-icon-control-filters": string;
|
|
7941
7958
|
"vs-icon-feedback-information": string;
|
|
7942
7959
|
"vs-icon-control-external-link": string;
|
|
7943
7960
|
"vs-icon-control-play": string;
|
|
7944
7961
|
"vs-icon-facility-accessible-dining": string;
|
|
7962
|
+
"vs-icon-control-previous": string;
|
|
7945
7963
|
"vs-icon-facility-public-transport": string;
|
|
7946
7964
|
"vs-icon-season-winter": string;
|
|
7947
7965
|
"vs-icon-control-expand": string;
|
|
@@ -8866,11 +8884,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8866
8884
|
"vs-icon-facility-cafe": string;
|
|
8867
8885
|
"vs-icon-feedback-error": string;
|
|
8868
8886
|
"vs-icon-facility-accessible-parking": string;
|
|
8887
|
+
"vs-icon-control-next": string;
|
|
8869
8888
|
"vs-icon-control-filters": string;
|
|
8870
8889
|
"vs-icon-feedback-information": string;
|
|
8871
8890
|
"vs-icon-control-external-link": string;
|
|
8872
8891
|
"vs-icon-control-play": string;
|
|
8873
8892
|
"vs-icon-facility-accessible-dining": string;
|
|
8893
|
+
"vs-icon-control-previous": string;
|
|
8874
8894
|
"vs-icon-facility-public-transport": string;
|
|
8875
8895
|
"vs-icon-season-winter": string;
|
|
8876
8896
|
"vs-icon-control-expand": string;
|
|
@@ -10120,11 +10140,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10120
10140
|
"vs-icon-facility-cafe": string;
|
|
10121
10141
|
"vs-icon-feedback-error": string;
|
|
10122
10142
|
"vs-icon-facility-accessible-parking": string;
|
|
10143
|
+
"vs-icon-control-next": string;
|
|
10123
10144
|
"vs-icon-control-filters": string;
|
|
10124
10145
|
"vs-icon-feedback-information": string;
|
|
10125
10146
|
"vs-icon-control-external-link": string;
|
|
10126
10147
|
"vs-icon-control-play": string;
|
|
10127
10148
|
"vs-icon-facility-accessible-dining": string;
|
|
10149
|
+
"vs-icon-control-previous": string;
|
|
10128
10150
|
"vs-icon-facility-public-transport": string;
|
|
10129
10151
|
"vs-icon-season-winter": string;
|
|
10130
10152
|
"vs-icon-control-expand": string;
|
|
@@ -10451,11 +10473,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10451
10473
|
"vs-icon-facility-cafe": string;
|
|
10452
10474
|
"vs-icon-feedback-error": string;
|
|
10453
10475
|
"vs-icon-facility-accessible-parking": string;
|
|
10476
|
+
"vs-icon-control-next": string;
|
|
10454
10477
|
"vs-icon-control-filters": string;
|
|
10455
10478
|
"vs-icon-feedback-information": string;
|
|
10456
10479
|
"vs-icon-control-external-link": string;
|
|
10457
10480
|
"vs-icon-control-play": string;
|
|
10458
10481
|
"vs-icon-facility-accessible-dining": string;
|
|
10482
|
+
"vs-icon-control-previous": string;
|
|
10459
10483
|
"vs-icon-facility-public-transport": string;
|
|
10460
10484
|
"vs-icon-season-winter": string;
|
|
10461
10485
|
"vs-icon-control-expand": string;
|
|
@@ -11369,11 +11393,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11369
11393
|
"vs-icon-facility-cafe": string;
|
|
11370
11394
|
"vs-icon-feedback-error": string;
|
|
11371
11395
|
"vs-icon-facility-accessible-parking": string;
|
|
11396
|
+
"vs-icon-control-next": string;
|
|
11372
11397
|
"vs-icon-control-filters": string;
|
|
11373
11398
|
"vs-icon-feedback-information": string;
|
|
11374
11399
|
"vs-icon-control-external-link": string;
|
|
11375
11400
|
"vs-icon-control-play": string;
|
|
11376
11401
|
"vs-icon-facility-accessible-dining": string;
|
|
11402
|
+
"vs-icon-control-previous": string;
|
|
11377
11403
|
"vs-icon-facility-public-transport": string;
|
|
11378
11404
|
"vs-icon-season-winter": string;
|
|
11379
11405
|
"vs-icon-control-expand": string;
|
package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarButtons.vue.d.ts
CHANGED
|
@@ -870,11 +870,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
870
870
|
"vs-icon-facility-cafe": string;
|
|
871
871
|
"vs-icon-feedback-error": string;
|
|
872
872
|
"vs-icon-facility-accessible-parking": string;
|
|
873
|
+
"vs-icon-control-next": string;
|
|
873
874
|
"vs-icon-control-filters": string;
|
|
874
875
|
"vs-icon-feedback-information": string;
|
|
875
876
|
"vs-icon-control-external-link": string;
|
|
876
877
|
"vs-icon-control-play": string;
|
|
877
878
|
"vs-icon-facility-accessible-dining": string;
|
|
879
|
+
"vs-icon-control-previous": string;
|
|
878
880
|
"vs-icon-facility-public-transport": string;
|
|
879
881
|
"vs-icon-season-winter": string;
|
|
880
882
|
"vs-icon-control-expand": string;
|
package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarCategory.vue.d.ts
CHANGED
|
@@ -304,11 +304,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
304
304
|
"vs-icon-facility-cafe": string;
|
|
305
305
|
"vs-icon-feedback-error": string;
|
|
306
306
|
"vs-icon-facility-accessible-parking": string;
|
|
307
|
+
"vs-icon-control-next": string;
|
|
307
308
|
"vs-icon-control-filters": string;
|
|
308
309
|
"vs-icon-feedback-information": string;
|
|
309
310
|
"vs-icon-control-external-link": string;
|
|
310
311
|
"vs-icon-control-play": string;
|
|
311
312
|
"vs-icon-facility-accessible-dining": string;
|
|
313
|
+
"vs-icon-control-previous": string;
|
|
312
314
|
"vs-icon-facility-public-transport": string;
|
|
313
315
|
"vs-icon-season-winter": string;
|
|
314
316
|
"vs-icon-control-expand": string;
|
|
@@ -592,11 +594,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
592
594
|
"vs-icon-facility-cafe": string;
|
|
593
595
|
"vs-icon-feedback-error": string;
|
|
594
596
|
"vs-icon-facility-accessible-parking": string;
|
|
597
|
+
"vs-icon-control-next": string;
|
|
595
598
|
"vs-icon-control-filters": string;
|
|
596
599
|
"vs-icon-feedback-information": string;
|
|
597
600
|
"vs-icon-control-external-link": string;
|
|
598
601
|
"vs-icon-control-play": string;
|
|
599
602
|
"vs-icon-facility-accessible-dining": string;
|
|
603
|
+
"vs-icon-control-previous": string;
|
|
600
604
|
"vs-icon-facility-public-transport": string;
|
|
601
605
|
"vs-icon-season-winter": string;
|
|
602
606
|
"vs-icon-control-expand": string;
|
package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarControls.vue.d.ts
CHANGED
|
@@ -845,11 +845,13 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
845
845
|
"vs-icon-facility-cafe": string;
|
|
846
846
|
"vs-icon-feedback-error": string;
|
|
847
847
|
"vs-icon-facility-accessible-parking": string;
|
|
848
|
+
"vs-icon-control-next": string;
|
|
848
849
|
"vs-icon-control-filters": string;
|
|
849
850
|
"vs-icon-feedback-information": string;
|
|
850
851
|
"vs-icon-control-external-link": string;
|
|
851
852
|
"vs-icon-control-play": string;
|
|
852
853
|
"vs-icon-facility-accessible-dining": string;
|
|
854
|
+
"vs-icon-control-previous": string;
|
|
853
855
|
"vs-icon-facility-public-transport": string;
|
|
854
856
|
"vs-icon-season-winter": string;
|
|
855
857
|
"vs-icon-control-expand": string;
|
package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarListItem.vue.d.ts
CHANGED
|
@@ -548,11 +548,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
548
548
|
"vs-icon-facility-cafe": string;
|
|
549
549
|
"vs-icon-feedback-error": string;
|
|
550
550
|
"vs-icon-facility-accessible-parking": string;
|
|
551
|
+
"vs-icon-control-next": string;
|
|
551
552
|
"vs-icon-control-filters": string;
|
|
552
553
|
"vs-icon-feedback-information": string;
|
|
553
554
|
"vs-icon-control-external-link": string;
|
|
554
555
|
"vs-icon-control-play": string;
|
|
555
556
|
"vs-icon-facility-accessible-dining": string;
|
|
557
|
+
"vs-icon-control-previous": string;
|
|
556
558
|
"vs-icon-facility-public-transport": string;
|
|
557
559
|
"vs-icon-season-winter": string;
|
|
558
560
|
"vs-icon-control-expand": string;
|
package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarPanel.vue.d.ts
CHANGED
|
@@ -1108,11 +1108,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1108
1108
|
"vs-icon-facility-cafe": string;
|
|
1109
1109
|
"vs-icon-feedback-error": string;
|
|
1110
1110
|
"vs-icon-facility-accessible-parking": string;
|
|
1111
|
+
"vs-icon-control-next": string;
|
|
1111
1112
|
"vs-icon-control-filters": string;
|
|
1112
1113
|
"vs-icon-feedback-information": string;
|
|
1113
1114
|
"vs-icon-control-external-link": string;
|
|
1114
1115
|
"vs-icon-control-play": string;
|
|
1115
1116
|
"vs-icon-facility-accessible-dining": string;
|
|
1117
|
+
"vs-icon-control-previous": string;
|
|
1116
1118
|
"vs-icon-facility-public-transport": string;
|
|
1117
1119
|
"vs-icon-season-winter": string;
|
|
1118
1120
|
"vs-icon-control-expand": string;
|
|
@@ -1478,11 +1480,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1478
1480
|
"vs-icon-facility-cafe": string;
|
|
1479
1481
|
"vs-icon-feedback-error": string;
|
|
1480
1482
|
"vs-icon-facility-accessible-parking": string;
|
|
1483
|
+
"vs-icon-control-next": string;
|
|
1481
1484
|
"vs-icon-control-filters": string;
|
|
1482
1485
|
"vs-icon-feedback-information": string;
|
|
1483
1486
|
"vs-icon-control-external-link": string;
|
|
1484
1487
|
"vs-icon-control-play": string;
|
|
1485
1488
|
"vs-icon-facility-accessible-dining": string;
|
|
1489
|
+
"vs-icon-control-previous": string;
|
|
1486
1490
|
"vs-icon-facility-public-transport": string;
|
|
1487
1491
|
"vs-icon-season-winter": string;
|
|
1488
1492
|
"vs-icon-control-expand": string;
|
|
@@ -1766,11 +1770,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1766
1770
|
"vs-icon-facility-cafe": string;
|
|
1767
1771
|
"vs-icon-feedback-error": string;
|
|
1768
1772
|
"vs-icon-facility-accessible-parking": string;
|
|
1773
|
+
"vs-icon-control-next": string;
|
|
1769
1774
|
"vs-icon-control-filters": string;
|
|
1770
1775
|
"vs-icon-feedback-information": string;
|
|
1771
1776
|
"vs-icon-control-external-link": string;
|
|
1772
1777
|
"vs-icon-control-play": string;
|
|
1773
1778
|
"vs-icon-facility-accessible-dining": string;
|
|
1779
|
+
"vs-icon-control-previous": string;
|
|
1774
1780
|
"vs-icon-facility-public-transport": string;
|
|
1775
1781
|
"vs-icon-season-winter": string;
|
|
1776
1782
|
"vs-icon-control-expand": string;
|
|
@@ -3103,11 +3109,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3103
3109
|
"vs-icon-facility-cafe": string;
|
|
3104
3110
|
"vs-icon-feedback-error": string;
|
|
3105
3111
|
"vs-icon-facility-accessible-parking": string;
|
|
3112
|
+
"vs-icon-control-next": string;
|
|
3106
3113
|
"vs-icon-control-filters": string;
|
|
3107
3114
|
"vs-icon-feedback-information": string;
|
|
3108
3115
|
"vs-icon-control-external-link": string;
|
|
3109
3116
|
"vs-icon-control-play": string;
|
|
3110
3117
|
"vs-icon-facility-accessible-dining": string;
|
|
3118
|
+
"vs-icon-control-previous": string;
|
|
3111
3119
|
"vs-icon-facility-public-transport": string;
|
|
3112
3120
|
"vs-icon-season-winter": string;
|
|
3113
3121
|
"vs-icon-control-expand": string;
|
|
@@ -3762,11 +3770,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3762
3770
|
"vs-icon-facility-cafe": string;
|
|
3763
3771
|
"vs-icon-feedback-error": string;
|
|
3764
3772
|
"vs-icon-facility-accessible-parking": string;
|
|
3773
|
+
"vs-icon-control-next": string;
|
|
3765
3774
|
"vs-icon-control-filters": string;
|
|
3766
3775
|
"vs-icon-feedback-information": string;
|
|
3767
3776
|
"vs-icon-control-external-link": string;
|
|
3768
3777
|
"vs-icon-control-play": string;
|
|
3769
3778
|
"vs-icon-facility-accessible-dining": string;
|
|
3779
|
+
"vs-icon-control-previous": string;
|
|
3770
3780
|
"vs-icon-facility-public-transport": string;
|
|
3771
3781
|
"vs-icon-season-winter": string;
|
|
3772
3782
|
"vs-icon-control-expand": string;
|
|
@@ -5064,11 +5074,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5064
5074
|
"vs-icon-facility-cafe": string;
|
|
5065
5075
|
"vs-icon-feedback-error": string;
|
|
5066
5076
|
"vs-icon-facility-accessible-parking": string;
|
|
5077
|
+
"vs-icon-control-next": string;
|
|
5067
5078
|
"vs-icon-control-filters": string;
|
|
5068
5079
|
"vs-icon-feedback-information": string;
|
|
5069
5080
|
"vs-icon-control-external-link": string;
|
|
5070
5081
|
"vs-icon-control-play": string;
|
|
5071
5082
|
"vs-icon-facility-accessible-dining": string;
|
|
5083
|
+
"vs-icon-control-previous": string;
|
|
5072
5084
|
"vs-icon-facility-public-transport": string;
|
|
5073
5085
|
"vs-icon-season-winter": string;
|
|
5074
5086
|
"vs-icon-control-expand": string;
|
|
@@ -5993,11 +6005,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5993
6005
|
"vs-icon-facility-cafe": string;
|
|
5994
6006
|
"vs-icon-feedback-error": string;
|
|
5995
6007
|
"vs-icon-facility-accessible-parking": string;
|
|
6008
|
+
"vs-icon-control-next": string;
|
|
5996
6009
|
"vs-icon-control-filters": string;
|
|
5997
6010
|
"vs-icon-feedback-information": string;
|
|
5998
6011
|
"vs-icon-control-external-link": string;
|
|
5999
6012
|
"vs-icon-control-play": string;
|
|
6000
6013
|
"vs-icon-facility-accessible-dining": string;
|
|
6014
|
+
"vs-icon-control-previous": string;
|
|
6001
6015
|
"vs-icon-facility-public-transport": string;
|
|
6002
6016
|
"vs-icon-season-winter": string;
|
|
6003
6017
|
"vs-icon-control-expand": string;
|
|
@@ -1256,11 +1256,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1256
1256
|
"vs-icon-facility-cafe": string;
|
|
1257
1257
|
"vs-icon-feedback-error": string;
|
|
1258
1258
|
"vs-icon-facility-accessible-parking": string;
|
|
1259
|
+
"vs-icon-control-next": string;
|
|
1259
1260
|
"vs-icon-control-filters": string;
|
|
1260
1261
|
"vs-icon-feedback-information": string;
|
|
1261
1262
|
"vs-icon-control-external-link": string;
|
|
1262
1263
|
"vs-icon-control-play": string;
|
|
1263
1264
|
"vs-icon-facility-accessible-dining": string;
|
|
1265
|
+
"vs-icon-control-previous": string;
|
|
1264
1266
|
"vs-icon-facility-public-transport": string;
|
|
1265
1267
|
"vs-icon-season-winter": string;
|
|
1266
1268
|
"vs-icon-control-expand": string;
|
|
@@ -265,11 +265,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
265
265
|
"vs-icon-facility-cafe": string;
|
|
266
266
|
"vs-icon-feedback-error": string;
|
|
267
267
|
"vs-icon-facility-accessible-parking": string;
|
|
268
|
+
"vs-icon-control-next": string;
|
|
268
269
|
"vs-icon-control-filters": string;
|
|
269
270
|
"vs-icon-feedback-information": string;
|
|
270
271
|
"vs-icon-control-external-link": string;
|
|
271
272
|
"vs-icon-control-play": string;
|
|
272
273
|
"vs-icon-facility-accessible-dining": string;
|
|
274
|
+
"vs-icon-control-previous": string;
|
|
273
275
|
"vs-icon-facility-public-transport": string;
|
|
274
276
|
"vs-icon-season-winter": string;
|
|
275
277
|
"vs-icon-control-expand": string;
|
|
@@ -1028,11 +1030,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1028
1030
|
"vs-icon-facility-cafe": string;
|
|
1029
1031
|
"vs-icon-feedback-error": string;
|
|
1030
1032
|
"vs-icon-facility-accessible-parking": string;
|
|
1033
|
+
"vs-icon-control-next": string;
|
|
1031
1034
|
"vs-icon-control-filters": string;
|
|
1032
1035
|
"vs-icon-feedback-information": string;
|
|
1033
1036
|
"vs-icon-control-external-link": string;
|
|
1034
1037
|
"vs-icon-control-play": string;
|
|
1035
1038
|
"vs-icon-facility-accessible-dining": string;
|
|
1039
|
+
"vs-icon-control-previous": string;
|
|
1036
1040
|
"vs-icon-facility-public-transport": string;
|
|
1037
1041
|
"vs-icon-season-winter": string;
|
|
1038
1042
|
"vs-icon-control-expand": string;
|
|
@@ -2020,11 +2024,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2020
2024
|
"vs-icon-facility-cafe": string;
|
|
2021
2025
|
"vs-icon-feedback-error": string;
|
|
2022
2026
|
"vs-icon-facility-accessible-parking": string;
|
|
2027
|
+
"vs-icon-control-next": string;
|
|
2023
2028
|
"vs-icon-control-filters": string;
|
|
2024
2029
|
"vs-icon-feedback-information": string;
|
|
2025
2030
|
"vs-icon-control-external-link": string;
|
|
2026
2031
|
"vs-icon-control-play": string;
|
|
2027
2032
|
"vs-icon-facility-accessible-dining": string;
|
|
2033
|
+
"vs-icon-control-previous": string;
|
|
2028
2034
|
"vs-icon-facility-public-transport": string;
|
|
2029
2035
|
"vs-icon-season-winter": string;
|
|
2030
2036
|
"vs-icon-control-expand": string;
|
|
@@ -2360,11 +2366,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2360
2366
|
"vs-icon-facility-cafe": string;
|
|
2361
2367
|
"vs-icon-feedback-error": string;
|
|
2362
2368
|
"vs-icon-facility-accessible-parking": string;
|
|
2369
|
+
"vs-icon-control-next": string;
|
|
2363
2370
|
"vs-icon-control-filters": string;
|
|
2364
2371
|
"vs-icon-feedback-information": string;
|
|
2365
2372
|
"vs-icon-control-external-link": string;
|
|
2366
2373
|
"vs-icon-control-play": string;
|
|
2367
2374
|
"vs-icon-facility-accessible-dining": string;
|
|
2375
|
+
"vs-icon-control-previous": string;
|
|
2368
2376
|
"vs-icon-facility-public-transport": string;
|
|
2369
2377
|
"vs-icon-season-winter": string;
|
|
2370
2378
|
"vs-icon-control-expand": string;
|
|
@@ -3714,11 +3722,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3714
3722
|
"vs-icon-facility-cafe": string;
|
|
3715
3723
|
"vs-icon-feedback-error": string;
|
|
3716
3724
|
"vs-icon-facility-accessible-parking": string;
|
|
3725
|
+
"vs-icon-control-next": string;
|
|
3717
3726
|
"vs-icon-control-filters": string;
|
|
3718
3727
|
"vs-icon-feedback-information": string;
|
|
3719
3728
|
"vs-icon-control-external-link": string;
|
|
3720
3729
|
"vs-icon-control-play": string;
|
|
3721
3730
|
"vs-icon-facility-accessible-dining": string;
|
|
3731
|
+
"vs-icon-control-previous": string;
|
|
3722
3732
|
"vs-icon-facility-public-transport": string;
|
|
3723
3733
|
"vs-icon-season-winter": string;
|
|
3724
3734
|
"vs-icon-control-expand": string;
|
|
@@ -4634,11 +4644,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4634
4644
|
"vs-icon-facility-cafe": string;
|
|
4635
4645
|
"vs-icon-feedback-error": string;
|
|
4636
4646
|
"vs-icon-facility-accessible-parking": string;
|
|
4647
|
+
"vs-icon-control-next": string;
|
|
4637
4648
|
"vs-icon-control-filters": string;
|
|
4638
4649
|
"vs-icon-feedback-information": string;
|
|
4639
4650
|
"vs-icon-control-external-link": string;
|
|
4640
4651
|
"vs-icon-control-play": string;
|
|
4641
4652
|
"vs-icon-facility-accessible-dining": string;
|
|
4653
|
+
"vs-icon-control-previous": string;
|
|
4642
4654
|
"vs-icon-facility-public-transport": string;
|
|
4643
4655
|
"vs-icon-season-winter": string;
|
|
4644
4656
|
"vs-icon-control-expand": string;
|
|
@@ -5713,11 +5725,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5713
5725
|
"vs-icon-facility-cafe": string;
|
|
5714
5726
|
"vs-icon-feedback-error": string;
|
|
5715
5727
|
"vs-icon-facility-accessible-parking": string;
|
|
5728
|
+
"vs-icon-control-next": string;
|
|
5716
5729
|
"vs-icon-control-filters": string;
|
|
5717
5730
|
"vs-icon-feedback-information": string;
|
|
5718
5731
|
"vs-icon-control-external-link": string;
|
|
5719
5732
|
"vs-icon-control-play": string;
|
|
5720
5733
|
"vs-icon-facility-accessible-dining": string;
|
|
5734
|
+
"vs-icon-control-previous": string;
|
|
5721
5735
|
"vs-icon-facility-public-transport": string;
|
|
5722
5736
|
"vs-icon-season-winter": string;
|
|
5723
5737
|
"vs-icon-control-expand": string;
|
|
@@ -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;
|
|
@@ -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;
|
package/dist/components/src/components/mega-nav/components/MegaNavDropdownContainer.vue.d.ts
CHANGED
|
@@ -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;
|