@visitscotland/component-library 1.2.1 → 1.2.2
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/CHANGELOG.md +15 -8
- package/dist/client/manifest.json +2 -2
- package/dist/client/styles/9e00186f935145b10cee.css +6 -0
- package/dist/components/brandscotland-logo-CFk2vaAQ.mjs +4 -0
- package/dist/components/close-circle-filled-BBjsY4Zb.mjs +21 -0
- package/dist/components/component-entry.d.ts +3 -0
- package/dist/components/components/accordion/Accordion.vue.d.ts +24 -0
- package/dist/components/components/accordion/components/AccordionItem.vue.d.ts +94 -0
- package/dist/components/components/accordion/components/AccordionToggle.vue.d.ts +39 -0
- package/dist/components/components/accordion/index.d.ts +103 -0
- package/dist/components/components/address/Address.vue.d.ts +2 -0
- package/dist/components/components/address/index.d.ts +5 -0
- package/dist/components/components/alert/Alert.vue.d.ts +2 -0
- package/dist/components/components/alert/index.d.ts +5 -0
- package/dist/components/components/article/Article.vue.d.ts +34 -0
- package/dist/components/components/article/components/ArticleSection.vue.d.ts +24 -0
- package/dist/components/components/article/components/ArticleSidebar.vue.d.ts +24 -0
- package/dist/components/components/article/index.d.ts +9 -0
- package/dist/components/components/banner/Banner.vue.d.ts +55 -0
- package/dist/components/components/banner/index.d.ts +2 -0
- package/dist/components/components/blog-details/BlogDetails.vue.d.ts +46 -0
- package/dist/components/components/blog-details/index.d.ts +2 -0
- package/dist/components/components/breadcrumb/Breadcrumb.vue.d.ts +2 -0
- package/dist/components/components/breadcrumb/components/BreadcrumbItem.vue.d.ts +67 -0
- package/dist/components/components/breadcrumb/index.d.ts +3 -0
- package/dist/components/components/button/Button.vue.d.ts +244 -0
- package/dist/components/components/button/index.d.ts +2 -0
- package/dist/components/components/button-toggle-group/ButtonToggleGroup.vue.d.ts +68 -0
- package/dist/components/components/button-toggle-group/index.d.ts +2 -0
- package/dist/components/components/canned-search/CannedSearch.vue.d.ts +135 -0
- package/dist/components/components/canned-search/components/CannedSearchBadges.vue.d.ts +76 -0
- package/dist/components/components/canned-search/components/CannedSearchCategories.vue.d.ts +28 -0
- package/dist/components/components/canned-search/components/CannedSearchCuisines.vue.d.ts +22 -0
- package/dist/components/components/canned-search/components/CannedSearchDates.vue.d.ts +41 -0
- package/dist/components/components/canned-search/components/CannedSearchDuration.vue.d.ts +35 -0
- package/dist/components/components/canned-search/components/CannedSearchLogos.vue.d.ts +73 -0
- package/dist/components/components/canned-search/components/CannedSearchPrice.vue.d.ts +50 -0
- package/dist/components/components/canned-search/components/CannedSearchProductCard.vue.d.ts +141 -0
- package/dist/components/components/canned-search/components/CannedSearchStars.vue.d.ts +56 -0
- package/dist/components/components/canned-search/components/CannedSearchSubHeading.vue.d.ts +43 -0
- package/dist/components/components/canned-search/components/CannedSearchSummaryBox.vue.d.ts +67 -0
- package/dist/components/components/canned-search/components/CannedSearchTourDeparts.vue.d.ts +43 -0
- package/dist/components/components/canned-search/components/CannedSearchTourRuns.vue.d.ts +59 -0
- package/dist/components/components/canned-search/index.d.ts +27 -0
- package/dist/components/components/caption/Caption.vue.d.ts +82 -0
- package/dist/components/components/caption/components/CaptionImageMap.vue.d.ts +67 -0
- package/dist/components/components/caption/index.d.ts +7 -0
- package/dist/components/components/carbon-calculator/CarbonCalculator.vue.d.ts +242 -0
- package/dist/components/components/carbon-calculator/components/CarbonCalculatorIntro.vue.d.ts +2 -0
- package/dist/components/components/carbon-calculator/components/CarbonCalculatorQuestion.vue.d.ts +151 -0
- package/dist/components/components/carbon-calculator/components/CarbonCalculatorResults.vue.d.ts +183 -0
- package/dist/components/components/carbon-calculator/components/CarbonCalculatorRunningTotal.vue.d.ts +45 -0
- package/dist/components/components/carbon-calculator/components/CarbonCalculatorTip.vue.d.ts +23 -0
- package/dist/components/components/carbon-calculator/index.d.ts +5 -0
- package/dist/components/components/carousel/Carousel.vue.d.ts +134 -0
- package/dist/components/components/carousel/components/CarouselSlide.vue.d.ts +176 -0
- package/dist/components/components/carousel/index.d.ts +7 -0
- package/dist/components/components/checkbox/Checkbox.vue.d.ts +218 -0
- package/dist/components/components/checkbox/index.d.ts +2 -0
- package/dist/components/components/cookie-checker/index.d.ts +2 -0
- package/dist/components/components/cookie-fallback/CookiesFallback.vue.d.ts +14 -0
- package/dist/components/components/cookie-fallback/index.d.ts +5 -0
- package/dist/components/components/description-list/DescriptionList.vue.d.ts +20 -0
- package/dist/components/components/description-list/components/DescriptionListItem.vue.d.ts +20 -0
- package/dist/components/components/description-list/index.d.ts +3 -0
- package/dist/components/components/dropdown/Dropdown.vue.d.ts +16 -0
- package/dist/components/components/dropdown/components/DropdownItem.vue.d.ts +2 -0
- package/dist/components/components/dropdown/index.d.ts +3 -0
- package/dist/components/components/embed-wrapper/EmbedWrapper.vue.d.ts +78 -0
- package/dist/components/components/embed-wrapper/index.d.ts +5 -0
- package/dist/components/components/footer/Footer.vue.d.ts +2 -0
- package/dist/components/components/footer/components/FooterAccordionItem.vue.d.ts +84 -0
- package/dist/components/components/footer/components/FooterCopyright.vue.d.ts +36 -0
- package/dist/components/components/footer/components/FooterNavList.vue.d.ts +24 -0
- package/dist/components/components/footer/components/FooterNavListItem.vue.d.ts +54 -0
- package/dist/components/components/footer/components/FooterSocialItem.vue.d.ts +53 -0
- package/dist/components/components/footer/components/FooterSocialMenu.vue.d.ts +2 -0
- package/dist/components/components/footer/components/FooterUtilityList.vue.d.ts +2 -0
- package/dist/components/components/footer/index.d.ts +19 -0
- package/dist/components/components/global-menu/GlobalMenu.vue.d.ts +39 -0
- package/dist/components/components/global-menu/components/GlobalMenuDropdown.vue.d.ts +48 -0
- package/dist/components/components/global-menu/components/GlobalMenuLanguage.vue.d.ts +49 -0
- package/dist/components/components/global-menu/components/GlobalMenuLanguageItem.vue.d.ts +66 -0
- package/dist/components/components/global-menu/components/GlobalMenuList.vue.d.ts +32 -0
- package/dist/components/components/global-menu/index.d.ts +13 -0
- package/dist/components/components/grid/Col.vue.d.ts +2 -0
- package/dist/components/components/grid/Container.vue.d.ts +2 -0
- package/dist/components/components/grid/Row.vue.d.ts +2 -0
- package/dist/components/components/grid/index.d.ts +4 -0
- package/dist/components/components/heading/Heading.vue.d.ts +78 -0
- package/dist/components/components/heading/index.d.ts +2 -0
- package/dist/components/components/html-error/HtmlError.vue.d.ts +35 -0
- package/dist/components/components/html-error/index.d.ts +5 -0
- package/dist/components/components/icentre/Icentre.vue.d.ts +2 -0
- package/dist/components/components/icentre/index.d.ts +5 -0
- package/dist/components/components/icon/Icon.vue.d.ts +128 -0
- package/dist/components/components/icon/index.d.ts +80 -0
- package/dist/components/components/icon-list/IconList.vue.d.ts +20 -0
- package/dist/components/components/icon-list/components/IconListItem.vue.d.ts +32 -0
- package/dist/components/components/icon-list/index.d.ts +7 -0
- package/dist/components/components/image-with-caption/ImageWithCaption.vue.d.ts +276 -0
- package/dist/components/components/image-with-caption/index.d.ts +5 -0
- package/dist/components/components/img/Img.vue.d.ts +121 -0
- package/dist/components/components/img/index.d.ts +2 -0
- package/dist/components/components/index.d.ts +118 -0
- package/dist/components/components/input/Input.vue.d.ts +297 -0
- package/dist/components/components/input/index.d.ts +2 -0
- package/dist/components/components/itineraries/Itinerary.vue.d.ts +43 -0
- package/dist/components/components/itineraries/components/ItineraryDay.vue.d.ts +66 -0
- package/dist/components/components/itineraries/components/ItineraryStop.vue.d.ts +46 -0
- package/dist/components/components/itineraries/components/ItineraryStopInfo.vue.d.ts +175 -0
- package/dist/components/components/itineraries/components/ItineraryTips.vue.d.ts +8 -0
- package/dist/components/components/itineraries/index.d.ts +7 -0
- package/dist/components/components/itineraries/itineraries.store.d.ts +30 -0
- package/dist/components/components/link/Link.vue.d.ts +133 -0
- package/dist/components/components/link/index.d.ts +5 -0
- package/dist/components/components/link-list/LinkList.vue.d.ts +2 -0
- package/dist/components/components/link-list/components/LinkListItem.vue.d.ts +96 -0
- package/dist/components/components/link-list/index.d.ts +7 -0
- package/dist/components/components/list/List.vue.d.ts +50 -0
- package/dist/components/components/list/index.d.ts +2 -0
- package/dist/components/components/listicle/ListicleItem.vue.d.ts +52 -0
- package/dist/components/components/listicle/index.d.ts +5 -0
- package/dist/components/components/loading-spinner/LoadingSpinner.vue.d.ts +18 -0
- package/dist/components/components/loading-spinner/index.d.ts +5 -0
- package/dist/components/components/map/Map.vue.d.ts +370 -0
- package/dist/components/components/map/components/MapMarker.vue.d.ts +87 -0
- package/dist/components/components/map/index.d.ts +7 -0
- package/dist/components/components/map-marker-icon/MapMarkerIcon.vue.d.ts +50 -0
- package/dist/components/components/map-marker-icon/index.d.ts +5 -0
- package/dist/components/components/map-with-sidebar/MapWithSidebar.vue.d.ts +365 -0
- package/dist/components/components/map-with-sidebar/components/MapWithSidebarButtons.vue.d.ts +39 -0
- package/dist/components/components/map-with-sidebar/components/MapWithSidebarCategory.vue.d.ts +57 -0
- package/dist/components/components/map-with-sidebar/components/MapWithSidebarControls.vue.d.ts +16 -0
- package/dist/components/components/map-with-sidebar/components/MapWithSidebarDetail.vue.d.ts +36 -0
- package/dist/components/components/map-with-sidebar/components/MapWithSidebarListItem.vue.d.ts +65 -0
- package/dist/components/components/map-with-sidebar/components/MapWithSidebarPanel.vue.d.ts +274 -0
- package/dist/components/components/map-with-sidebar/components/MapWithSidebarSubcategory.vue.d.ts +35 -0
- package/dist/components/components/map-with-sidebar/index.d.ts +19 -0
- package/dist/components/components/marketo-form/MarketoForm.vue.d.ts +284 -0
- package/dist/components/components/marketo-form/index.d.ts +5 -0
- package/dist/components/components/mega-nav/MegaNav.vue.d.ts +151 -0
- package/dist/components/components/mega-nav/components/MegaNavAccordionItem.vue.d.ts +84 -0
- package/dist/components/components/mega-nav/components/MegaNavDropdown.vue.d.ts +44 -0
- package/dist/components/components/mega-nav/components/MegaNavFeaturedEvent.vue.d.ts +29 -0
- package/dist/components/components/mega-nav/components/MegaNavFeaturedItem.vue.d.ts +48 -0
- package/dist/components/components/mega-nav/components/MegaNavList.vue.d.ts +22 -0
- package/dist/components/components/mega-nav/components/MegaNavListItem.vue.d.ts +74 -0
- package/dist/components/components/mega-nav/components/MegaNavMobileMenu.vue.d.ts +24 -0
- package/dist/components/components/mega-nav/components/MegaNavTopMenu.vue.d.ts +2 -0
- package/dist/components/components/mega-nav/components/MegaNavTopMenuItem.vue.d.ts +57 -0
- package/dist/components/components/megalinks/Megalinks.vue.d.ts +126 -0
- package/dist/components/components/megalinks/components/megalink-link-list/MegalinkLinkList.vue.d.ts +194 -0
- package/dist/components/components/megalinks/components/megalink-link-list/index.d.ts +5 -0
- package/dist/components/components/megalinks/components/megalink-multi-image/MegalinkMultiImage.vue.d.ts +233 -0
- package/dist/components/components/megalinks/components/megalink-multi-image/index.d.ts +5 -0
- package/dist/components/components/megalinks/components/megalink-single-image/MegalinkSingleImage.vue.d.ts +76 -0
- package/dist/components/components/megalinks/components/megalink-single-image/index.d.ts +5 -0
- package/dist/components/components/megalinks/index.d.ts +5 -0
- package/dist/components/components/modal/Modal.vue.d.ts +82 -0
- package/dist/components/components/modal/index.d.ts +2 -0
- package/dist/components/components/module-wrapper/ModuleWrapper.vue.d.ts +22 -0
- package/dist/components/components/module-wrapper/index.d.ts +5 -0
- package/dist/components/components/number-input/NumberInput.vue.d.ts +294 -0
- package/dist/components/components/number-input/index.d.ts +2 -0
- package/dist/components/components/page-intro/PageIntro.vue.d.ts +60 -0
- package/dist/components/components/page-intro/index.d.ts +2 -0
- package/dist/components/components/panel/Panel.vue.d.ts +2 -0
- package/dist/components/components/panel/index.d.ts +2 -0
- package/dist/components/components/product-search/ProductSearch.vue.d.ts +64 -0
- package/dist/components/components/product-search/components/Autocomplete.vue.d.ts +37 -0
- package/dist/components/components/product-search/components/DateInput.vue.d.ts +27 -0
- package/dist/components/components/product-search/components/DateRange.vue.d.ts +48 -0
- package/dist/components/components/product-search/components/GuestSelector.vue.d.ts +15 -0
- package/dist/components/components/product-search/components/GuestSelectorNumberGroup.vue.d.ts +44 -0
- package/dist/components/components/product-search/components/GuestSelectorRow.vue.d.ts +30 -0
- package/dist/components/components/product-search/components/ProductSearchEmbed.vue.d.ts +55 -0
- package/dist/components/components/product-search/index.d.ts +2 -0
- package/dist/components/components/progress-bar/ProgressBar.vue.d.ts +96 -0
- package/dist/components/components/progress-bar/index.d.ts +5 -0
- package/dist/components/components/quote/Quote.vue.d.ts +21 -0
- package/dist/components/components/quote/index.d.ts +23 -0
- package/dist/components/components/radio-button/RadioButton.vue.d.ts +233 -0
- package/dist/components/components/recaptcha/Recaptcha.vue.d.ts +111 -0
- package/dist/components/components/recaptcha/index.d.ts +5 -0
- package/dist/components/components/rich-text-wrapper/RichTextWrapper.vue.d.ts +24 -0
- package/dist/components/components/rich-text-wrapper/index.d.ts +5 -0
- package/dist/components/components/select/Select.vue.d.ts +213 -0
- package/dist/components/components/select/index.d.ts +2 -0
- package/dist/components/components/site-search/SiteSearch.vue.d.ts +27 -0
- package/dist/components/components/site-search/components/SiteSearchForm.vue.d.ts +100 -0
- package/dist/components/components/site-search/index.d.ts +7 -0
- package/dist/components/components/ski-scotland/ski-scotland-card/SkiScotlandCard.vue.d.ts +336 -0
- package/dist/components/components/ski-scotland/ski-scotland-card/index.d.ts +5 -0
- package/dist/components/components/ski-scotland/ski-scotland-status/SkiScotlandStatus.vue.d.ts +677 -0
- package/dist/components/components/ski-scotland/ski-scotland-status/index.d.ts +5 -0
- package/dist/components/components/skip-to/SkipTo.vue.d.ts +28 -0
- package/dist/components/components/skip-to/index.d.ts +5 -0
- package/dist/components/components/social-credit-link/SocialCreditLink.vue.d.ts +50 -0
- package/dist/components/components/social-credit-link/index.d.ts +5 -0
- package/dist/components/components/social-share/SocialShare.vue.d.ts +141 -0
- package/dist/components/components/social-share/components/SocialShareItem.vue.d.ts +76 -0
- package/dist/components/components/social-share/index.d.ts +7 -0
- package/dist/components/components/stretched-link-card/StretchedLinkCard.vue.d.ts +220 -0
- package/dist/components/components/stretched-link-card/components/StretchedLinkPanels.vue.d.ts +67 -0
- package/dist/components/components/stretched-link-card/index.d.ts +6 -0
- package/dist/components/components/summary-box/SummaryBoxList.vue.d.ts +2 -0
- package/dist/components/components/summary-box/components/SummaryBoxDistanceListItem.vue.d.ts +99 -0
- package/dist/components/components/summary-box/components/SummaryBoxListItem.vue.d.ts +67 -0
- package/dist/components/components/summary-box/index.d.ts +4 -0
- package/dist/components/components/svg/Svg.vue.d.ts +75 -0
- package/dist/components/components/svg/index.d.ts +5 -0
- package/dist/components/components/svg-link/SvgLink.vue.d.ts +126 -0
- package/dist/components/components/svg-link/index.d.ts +5 -0
- package/dist/components/components/table/Table.vue.d.ts +41 -0
- package/dist/components/components/table/components/TableBody.vue.d.ts +2 -0
- package/dist/components/components/table/components/TableDataCell.vue.d.ts +20 -0
- package/dist/components/components/table/components/TableFooter.vue.d.ts +2 -0
- package/dist/components/components/table/components/TableHead.vue.d.ts +2 -0
- package/dist/components/components/table/components/TableHeaderCell.vue.d.ts +20 -0
- package/dist/components/components/table/components/TableRow.vue.d.ts +2 -0
- package/dist/components/components/table/index.d.ts +8 -0
- package/dist/components/components/tabs/Tabs.vue.d.ts +2 -0
- package/dist/components/components/tabs/components/TabItem.vue.d.ts +18 -0
- package/dist/components/components/tabs/index.d.ts +9 -0
- package/dist/components/components/tag/Tag.vue.d.ts +18 -0
- package/dist/components/components/tag/index.d.ts +5 -0
- package/dist/components/components/tag-manager-wrapper/TagManagerWrapper.vue.d.ts +48 -0
- package/dist/components/components/tag-manager-wrapper/index.d.ts +2 -0
- package/dist/components/components/toggle-button/ToggleButton.vue.d.ts +24 -0
- package/dist/components/components/toggle-button/index.d.ts +5 -0
- package/dist/components/components/tooltip/Tooltip.vue.d.ts +39 -0
- package/dist/components/components/tooltip/index.d.ts +2 -0
- package/dist/components/components/video/Video.vue.d.ts +264 -0
- package/dist/components/components/video-caption/VideoCaption.vue.d.ts +95 -0
- package/dist/components/components/video-caption/index.d.ts +5 -0
- package/dist/components/components/warning/Warning.vue.d.ts +115 -0
- package/dist/components/components/warning/index.d.ts +5 -0
- package/dist/components/constants.d.ts +13 -0
- package/dist/components/cookie-coo-BpVlZYES.mjs +4 -0
- package/dist/components/deprecated-SV4OJNeR.mjs +16 -0
- package/dist/components/directives/click-outside.d.ts +5 -0
- package/dist/components/directives/hand-down-focus.d.ts +7 -0
- package/dist/components/highland-cow-6AoCzBpF.mjs +18 -0
- package/dist/components/iCentre-BLimkPxI.mjs +46 -0
- package/dist/components/information-filled-CZjvtLmT.mjs +4 -0
- package/dist/components/instagram-filled-CGGEG-Rb.mjs +4 -0
- package/dist/components/mixins/__mocks__/verifyCookiesMixin.d.ts +13 -0
- package/dist/components/mixins/ariaDescriptionMixin.d.ts +6 -0
- package/dist/components/mixins/cookieMixin.d.ts +12 -0
- package/dist/components/mixins/dataLayerMixin.d.ts +19 -0
- package/dist/components/mixins/mapIconMapping.d.ts +8 -0
- package/dist/components/mixins/srcSetMixin.d.ts +9 -0
- package/dist/components/mixins/validateFormElementMixin.d.ts +37 -0
- package/dist/components/mixins/verifyCookiesMixin.d.ts +13 -0
- package/dist/components/no-js-coo-BgxQI1Or.mjs +4 -0
- package/dist/components/os-logo-maps-DUN8X-lQ.mjs +13 -0
- package/dist/components/os-logo-maps-white-SKYtuD6d.mjs +10 -0
- package/dist/components/prototype-lvwJzV8T.mjs +16 -0
- package/dist/components/ready-CWPx4e9A.mjs +15 -0
- package/dist/components/review-CknihZl_.mjs +15 -0
- package/dist/components/stores/cookies.store.d.ts +18 -0
- package/dist/components/stores/dataLayer.store.d.ts +31 -0
- package/dist/components/stores/index.d.ts +3 -0
- package/dist/components/stores/map.store.d.ts +48 -0
- package/dist/components/stores/video.store.d.ts +21 -0
- package/dist/components/style.css +5 -0
- package/dist/components/types/types.d.ts +33 -0
- package/dist/components/utils/axios.d.ts +1 -0
- package/dist/components/utils/breakpoints.d.ts +2 -0
- package/dist/components/utils/check-vendor-library.d.ts +2 -0
- package/dist/components/utils/data-layer-templates.d.ts +17 -0
- package/dist/components/utils/event-bus.d.ts +15 -0
- package/dist/components/utils/get-env-value.d.ts +2 -0
- package/dist/components/utils/get-token.d.ts +2 -0
- package/dist/components/utils/hash-code.d.ts +2 -0
- package/dist/components/utils/js-is-disabled.d.ts +2 -0
- package/dist/components/utils/lang.d.ts +8 -0
- package/dist/components/utils/one-trust.d.ts +11 -0
- package/dist/components/utils/os-branding.d.ts +14 -0
- package/dist/components/utils/required-cookies-data.d.ts +8 -0
- package/dist/components/utils/svg-context.d.ts +2 -0
- package/dist/components/utils/utils.d.ts +10 -0
- package/dist/components/visitscotland-logo-B2aRxuQk.mjs +7 -0
- package/dist/components/vs-component-library.mjs +61269 -0
- package/dist/components/vs-component-library.umd.js +1010 -0
- package/dist/ssr/manifest.json +1 -1
- package/dist/ssr/styles/{072fe569c704008153e5.css → 6d8721bee71bcca76bf1.css} +1 -1
- package/package.json +1 -1
- package/dist/client/styles/daf570a405772cd396ad.css +0 -6
- /package/dist/client/scripts/{daf570a405772cd396ad.js → 9e00186f935145b10cee.js} +0 -0
package/dist/components/components/ski-scotland/ski-scotland-status/SkiScotlandStatus.vue.d.ts
ADDED
|
@@ -0,0 +1,677 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* The url that the skiStatus information should be retrieved from for display
|
|
4
|
+
*/
|
|
5
|
+
skiStatusUrl: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* Locale string determined by the language selected on the site. Used to localise
|
|
11
|
+
* the month in getLastUpdated
|
|
12
|
+
*/
|
|
13
|
+
locale: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Determines how long the request should wait for a response from the api before
|
|
19
|
+
* giving up and displaying an error. Should be provided in milliseconds.
|
|
20
|
+
*/
|
|
21
|
+
timeoutDuration: {
|
|
22
|
+
type: NumberConstructor;
|
|
23
|
+
default: number;
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* Localisable label, translation of "current weather" for the full
|
|
27
|
+
* report
|
|
28
|
+
*/
|
|
29
|
+
currentWeatherLabel: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* Localisable label, translation of "Detailed Status"
|
|
35
|
+
*/
|
|
36
|
+
detailedStatusLabel: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* Localisable label, translation of "difficult" to indicate run difficulty
|
|
42
|
+
*/
|
|
43
|
+
difficultLabel: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Localisable label, translation of "easy" to indicate run difficulty
|
|
49
|
+
*/
|
|
50
|
+
easyLabel: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* Localisable label, translation of "intermediate" to indicate run difficulty
|
|
56
|
+
*/
|
|
57
|
+
intermediateLabel: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* Localisable label, translation of "itineraries" to indicate run difficulty
|
|
63
|
+
*/
|
|
64
|
+
itinerariesLabel: {
|
|
65
|
+
type: StringConstructor;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* Localisable label, translation of "last updated" for status tables
|
|
70
|
+
*/
|
|
71
|
+
lastUpdatedLabel: {
|
|
72
|
+
type: StringConstructor;
|
|
73
|
+
default: string;
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* Localisable label, translation of "lift" for status tables
|
|
77
|
+
*/
|
|
78
|
+
liftLabel: {
|
|
79
|
+
type: StringConstructor;
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
82
|
+
/**
|
|
83
|
+
* Localisable label, translation of "lifts" for status tables
|
|
84
|
+
*/
|
|
85
|
+
liftsLabel: {
|
|
86
|
+
type: StringConstructor;
|
|
87
|
+
default: string;
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* Localisable label, translation of "lift status" for status tables
|
|
91
|
+
*/
|
|
92
|
+
liftStatusLabel: {
|
|
93
|
+
type: StringConstructor;
|
|
94
|
+
default: string;
|
|
95
|
+
};
|
|
96
|
+
/**
|
|
97
|
+
* Localisable label, translation of "news from the slopes" for the full
|
|
98
|
+
* report
|
|
99
|
+
*/
|
|
100
|
+
newsLabel: {
|
|
101
|
+
type: StringConstructor;
|
|
102
|
+
default: string;
|
|
103
|
+
};
|
|
104
|
+
/**
|
|
105
|
+
* Localisable label, translation of "other" to indicate run difficulty
|
|
106
|
+
*/
|
|
107
|
+
otherLabel: {
|
|
108
|
+
type: StringConstructor;
|
|
109
|
+
default: string;
|
|
110
|
+
};
|
|
111
|
+
/**
|
|
112
|
+
* Localisable label, translation of "road status" for the full
|
|
113
|
+
* report
|
|
114
|
+
*/
|
|
115
|
+
roadsLabel: {
|
|
116
|
+
type: StringConstructor;
|
|
117
|
+
default: string;
|
|
118
|
+
};
|
|
119
|
+
/**
|
|
120
|
+
* Localisable label, translation of "run" for status tables
|
|
121
|
+
*/
|
|
122
|
+
runLabel: {
|
|
123
|
+
type: StringConstructor;
|
|
124
|
+
default: string;
|
|
125
|
+
};
|
|
126
|
+
/**
|
|
127
|
+
* Localisable label, translation of "runs" for status tables
|
|
128
|
+
*/
|
|
129
|
+
runsLabel: {
|
|
130
|
+
type: StringConstructor;
|
|
131
|
+
default: string;
|
|
132
|
+
};
|
|
133
|
+
/**
|
|
134
|
+
* Localisable label, translation of "run/lift status" for the full
|
|
135
|
+
* report
|
|
136
|
+
*/
|
|
137
|
+
runsLiftsStatusLabel: {
|
|
138
|
+
type: StringConstructor;
|
|
139
|
+
default: string;
|
|
140
|
+
};
|
|
141
|
+
/**
|
|
142
|
+
* Localisable label, translation of "run status" for status tables
|
|
143
|
+
*/
|
|
144
|
+
runStatusLabel: {
|
|
145
|
+
type: StringConstructor;
|
|
146
|
+
default: string;
|
|
147
|
+
};
|
|
148
|
+
/**
|
|
149
|
+
* Localisable label, translation of "snow conditions full report" for
|
|
150
|
+
* the full report
|
|
151
|
+
*/
|
|
152
|
+
snowConditionsLabel: {
|
|
153
|
+
type: StringConstructor;
|
|
154
|
+
default: string;
|
|
155
|
+
};
|
|
156
|
+
/**
|
|
157
|
+
* Localisable label, translation of "status" for status tables
|
|
158
|
+
*/
|
|
159
|
+
statusLabel: {
|
|
160
|
+
type: StringConstructor;
|
|
161
|
+
default: string;
|
|
162
|
+
};
|
|
163
|
+
/**
|
|
164
|
+
* Localisable label, translation of "closed" for the summary table
|
|
165
|
+
*/
|
|
166
|
+
summaryClosedLabel: {
|
|
167
|
+
type: StringConstructor;
|
|
168
|
+
default: string;
|
|
169
|
+
};
|
|
170
|
+
/**
|
|
171
|
+
* Localisable label, translation of "open" for the summary table
|
|
172
|
+
*/
|
|
173
|
+
summaryOpenLabel: {
|
|
174
|
+
type: StringConstructor;
|
|
175
|
+
default: string;
|
|
176
|
+
};
|
|
177
|
+
/**
|
|
178
|
+
* Localisable label, translation of "opening" for the summary table
|
|
179
|
+
*/
|
|
180
|
+
summaryOpeningLabel: {
|
|
181
|
+
type: StringConstructor;
|
|
182
|
+
default: string;
|
|
183
|
+
};
|
|
184
|
+
/**
|
|
185
|
+
* Localisable label, translation of "limited patrol" for the summary table
|
|
186
|
+
*/
|
|
187
|
+
summaryLimitedPatrolLabel: {
|
|
188
|
+
type: StringConstructor;
|
|
189
|
+
default: string;
|
|
190
|
+
};
|
|
191
|
+
/**
|
|
192
|
+
* Localisable label, translation of "on hold" for the summary table
|
|
193
|
+
*/
|
|
194
|
+
summaryOnHoldLabel: {
|
|
195
|
+
type: StringConstructor;
|
|
196
|
+
default: string;
|
|
197
|
+
};
|
|
198
|
+
/**
|
|
199
|
+
* Localisable label, translation of "closed" for the detailed status tables
|
|
200
|
+
*/
|
|
201
|
+
statusClosedLabel: {
|
|
202
|
+
type: StringConstructor;
|
|
203
|
+
default: string;
|
|
204
|
+
};
|
|
205
|
+
/**
|
|
206
|
+
* Localisable label, translation of "open" for the detailed status tables
|
|
207
|
+
*/
|
|
208
|
+
statusOpenLabel: {
|
|
209
|
+
type: StringConstructor;
|
|
210
|
+
default: string;
|
|
211
|
+
};
|
|
212
|
+
/**
|
|
213
|
+
* Localisable label, translation of "opening" for the detailed status tables
|
|
214
|
+
*/
|
|
215
|
+
statusOpeningLabel: {
|
|
216
|
+
type: StringConstructor;
|
|
217
|
+
default: string;
|
|
218
|
+
};
|
|
219
|
+
/**
|
|
220
|
+
* Localisable label, translation of "limited patrol" for the detailed status tables
|
|
221
|
+
*/
|
|
222
|
+
statusLimitedPatrolLabel: {
|
|
223
|
+
type: StringConstructor;
|
|
224
|
+
default: string;
|
|
225
|
+
};
|
|
226
|
+
/**
|
|
227
|
+
* Localisable label, translation of "on hold" for the detailed status tables
|
|
228
|
+
*/
|
|
229
|
+
statusOnHoldLabel: {
|
|
230
|
+
type: StringConstructor;
|
|
231
|
+
default: string;
|
|
232
|
+
};
|
|
233
|
+
/**
|
|
234
|
+
* Localisable label, translation of "very difficult" to indicate run difficulty
|
|
235
|
+
*/
|
|
236
|
+
veryDifficultLabel: {
|
|
237
|
+
type: StringConstructor;
|
|
238
|
+
default: string;
|
|
239
|
+
};
|
|
240
|
+
/**
|
|
241
|
+
* Localisable label, translation of "weather forecast" for the full
|
|
242
|
+
* report
|
|
243
|
+
*/
|
|
244
|
+
weatherForecastLabel: {
|
|
245
|
+
type: StringConstructor;
|
|
246
|
+
default: string;
|
|
247
|
+
};
|
|
248
|
+
/**
|
|
249
|
+
* Localisable label, translation of "green" to indicate run difficulty
|
|
250
|
+
*/
|
|
251
|
+
greenLabel: {
|
|
252
|
+
type: StringConstructor;
|
|
253
|
+
default: string;
|
|
254
|
+
};
|
|
255
|
+
/**
|
|
256
|
+
* Localisable label, translation of "blue" to indicate run difficulty
|
|
257
|
+
*/
|
|
258
|
+
blueLabel: {
|
|
259
|
+
type: StringConstructor;
|
|
260
|
+
default: string;
|
|
261
|
+
};
|
|
262
|
+
/**
|
|
263
|
+
* Localisable label, translation of "red" to indicate run difficulty
|
|
264
|
+
*/
|
|
265
|
+
redLabel: {
|
|
266
|
+
type: StringConstructor;
|
|
267
|
+
default: string;
|
|
268
|
+
};
|
|
269
|
+
/**
|
|
270
|
+
* Localisable label, translation of "black" to indicate run difficulty
|
|
271
|
+
*/
|
|
272
|
+
blackLabel: {
|
|
273
|
+
type: StringConstructor;
|
|
274
|
+
default: string;
|
|
275
|
+
};
|
|
276
|
+
/**
|
|
277
|
+
* Localisable label, translation of "orange" to indicate run difficulty
|
|
278
|
+
*/
|
|
279
|
+
orangeLabel: {
|
|
280
|
+
type: StringConstructor;
|
|
281
|
+
default: string;
|
|
282
|
+
};
|
|
283
|
+
/**
|
|
284
|
+
* Localisable label, translation of "grey" to indicate run difficulty
|
|
285
|
+
*/
|
|
286
|
+
greyLabel: {
|
|
287
|
+
type: StringConstructor;
|
|
288
|
+
default: string;
|
|
289
|
+
};
|
|
290
|
+
}, any, {
|
|
291
|
+
componentId: number;
|
|
292
|
+
statusSummary: {
|
|
293
|
+
runs: {
|
|
294
|
+
open: number;
|
|
295
|
+
opening: number;
|
|
296
|
+
closed: number;
|
|
297
|
+
onHold: number;
|
|
298
|
+
limitedPatrol: number;
|
|
299
|
+
};
|
|
300
|
+
lifts: {
|
|
301
|
+
open: number;
|
|
302
|
+
opening: number;
|
|
303
|
+
closed: number;
|
|
304
|
+
onHold: number;
|
|
305
|
+
limitedPatrol: number;
|
|
306
|
+
};
|
|
307
|
+
};
|
|
308
|
+
lifts: any[];
|
|
309
|
+
runs: any[];
|
|
310
|
+
lastUpdate: string;
|
|
311
|
+
report: string;
|
|
312
|
+
currentWeather: string;
|
|
313
|
+
weatherForecast: string;
|
|
314
|
+
roadStatus: string;
|
|
315
|
+
news: string;
|
|
316
|
+
runLevels: {
|
|
317
|
+
colour: string;
|
|
318
|
+
name: string;
|
|
319
|
+
runs: any[];
|
|
320
|
+
}[];
|
|
321
|
+
jsDisabled: boolean;
|
|
322
|
+
isLoading: boolean;
|
|
323
|
+
displayError: boolean;
|
|
324
|
+
isCairngorms: boolean;
|
|
325
|
+
}, {
|
|
326
|
+
filteredRunLevels(): {
|
|
327
|
+
colour: string;
|
|
328
|
+
name: string;
|
|
329
|
+
runs: any[];
|
|
330
|
+
}[];
|
|
331
|
+
}, {
|
|
332
|
+
/**
|
|
333
|
+
* Invoked when mounted, retrieves ski status info from the appropriate slope API
|
|
334
|
+
* and sets up relevant sub-components
|
|
335
|
+
*/
|
|
336
|
+
retrieveSkiStatus(): void;
|
|
337
|
+
cleanData(data: any): {
|
|
338
|
+
contact: any;
|
|
339
|
+
report: any;
|
|
340
|
+
};
|
|
341
|
+
processFullReport(data: any): void;
|
|
342
|
+
processLastUpdate(lastUpdate: any): void;
|
|
343
|
+
processLifts(lifts: any): void;
|
|
344
|
+
processRuns(runs: any): void;
|
|
345
|
+
getColourLabel(colour: any): any;
|
|
346
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
347
|
+
/**
|
|
348
|
+
* The url that the skiStatus information should be retrieved from for display
|
|
349
|
+
*/
|
|
350
|
+
skiStatusUrl: {
|
|
351
|
+
type: StringConstructor;
|
|
352
|
+
default: string;
|
|
353
|
+
};
|
|
354
|
+
/**
|
|
355
|
+
* Locale string determined by the language selected on the site. Used to localise
|
|
356
|
+
* the month in getLastUpdated
|
|
357
|
+
*/
|
|
358
|
+
locale: {
|
|
359
|
+
type: StringConstructor;
|
|
360
|
+
default: string;
|
|
361
|
+
};
|
|
362
|
+
/**
|
|
363
|
+
* Determines how long the request should wait for a response from the api before
|
|
364
|
+
* giving up and displaying an error. Should be provided in milliseconds.
|
|
365
|
+
*/
|
|
366
|
+
timeoutDuration: {
|
|
367
|
+
type: NumberConstructor;
|
|
368
|
+
default: number;
|
|
369
|
+
};
|
|
370
|
+
/**
|
|
371
|
+
* Localisable label, translation of "current weather" for the full
|
|
372
|
+
* report
|
|
373
|
+
*/
|
|
374
|
+
currentWeatherLabel: {
|
|
375
|
+
type: StringConstructor;
|
|
376
|
+
default: string;
|
|
377
|
+
};
|
|
378
|
+
/**
|
|
379
|
+
* Localisable label, translation of "Detailed Status"
|
|
380
|
+
*/
|
|
381
|
+
detailedStatusLabel: {
|
|
382
|
+
type: StringConstructor;
|
|
383
|
+
default: string;
|
|
384
|
+
};
|
|
385
|
+
/**
|
|
386
|
+
* Localisable label, translation of "difficult" to indicate run difficulty
|
|
387
|
+
*/
|
|
388
|
+
difficultLabel: {
|
|
389
|
+
type: StringConstructor;
|
|
390
|
+
default: string;
|
|
391
|
+
};
|
|
392
|
+
/**
|
|
393
|
+
* Localisable label, translation of "easy" to indicate run difficulty
|
|
394
|
+
*/
|
|
395
|
+
easyLabel: {
|
|
396
|
+
type: StringConstructor;
|
|
397
|
+
default: string;
|
|
398
|
+
};
|
|
399
|
+
/**
|
|
400
|
+
* Localisable label, translation of "intermediate" to indicate run difficulty
|
|
401
|
+
*/
|
|
402
|
+
intermediateLabel: {
|
|
403
|
+
type: StringConstructor;
|
|
404
|
+
default: string;
|
|
405
|
+
};
|
|
406
|
+
/**
|
|
407
|
+
* Localisable label, translation of "itineraries" to indicate run difficulty
|
|
408
|
+
*/
|
|
409
|
+
itinerariesLabel: {
|
|
410
|
+
type: StringConstructor;
|
|
411
|
+
default: string;
|
|
412
|
+
};
|
|
413
|
+
/**
|
|
414
|
+
* Localisable label, translation of "last updated" for status tables
|
|
415
|
+
*/
|
|
416
|
+
lastUpdatedLabel: {
|
|
417
|
+
type: StringConstructor;
|
|
418
|
+
default: string;
|
|
419
|
+
};
|
|
420
|
+
/**
|
|
421
|
+
* Localisable label, translation of "lift" for status tables
|
|
422
|
+
*/
|
|
423
|
+
liftLabel: {
|
|
424
|
+
type: StringConstructor;
|
|
425
|
+
default: string;
|
|
426
|
+
};
|
|
427
|
+
/**
|
|
428
|
+
* Localisable label, translation of "lifts" for status tables
|
|
429
|
+
*/
|
|
430
|
+
liftsLabel: {
|
|
431
|
+
type: StringConstructor;
|
|
432
|
+
default: string;
|
|
433
|
+
};
|
|
434
|
+
/**
|
|
435
|
+
* Localisable label, translation of "lift status" for status tables
|
|
436
|
+
*/
|
|
437
|
+
liftStatusLabel: {
|
|
438
|
+
type: StringConstructor;
|
|
439
|
+
default: string;
|
|
440
|
+
};
|
|
441
|
+
/**
|
|
442
|
+
* Localisable label, translation of "news from the slopes" for the full
|
|
443
|
+
* report
|
|
444
|
+
*/
|
|
445
|
+
newsLabel: {
|
|
446
|
+
type: StringConstructor;
|
|
447
|
+
default: string;
|
|
448
|
+
};
|
|
449
|
+
/**
|
|
450
|
+
* Localisable label, translation of "other" to indicate run difficulty
|
|
451
|
+
*/
|
|
452
|
+
otherLabel: {
|
|
453
|
+
type: StringConstructor;
|
|
454
|
+
default: string;
|
|
455
|
+
};
|
|
456
|
+
/**
|
|
457
|
+
* Localisable label, translation of "road status" for the full
|
|
458
|
+
* report
|
|
459
|
+
*/
|
|
460
|
+
roadsLabel: {
|
|
461
|
+
type: StringConstructor;
|
|
462
|
+
default: string;
|
|
463
|
+
};
|
|
464
|
+
/**
|
|
465
|
+
* Localisable label, translation of "run" for status tables
|
|
466
|
+
*/
|
|
467
|
+
runLabel: {
|
|
468
|
+
type: StringConstructor;
|
|
469
|
+
default: string;
|
|
470
|
+
};
|
|
471
|
+
/**
|
|
472
|
+
* Localisable label, translation of "runs" for status tables
|
|
473
|
+
*/
|
|
474
|
+
runsLabel: {
|
|
475
|
+
type: StringConstructor;
|
|
476
|
+
default: string;
|
|
477
|
+
};
|
|
478
|
+
/**
|
|
479
|
+
* Localisable label, translation of "run/lift status" for the full
|
|
480
|
+
* report
|
|
481
|
+
*/
|
|
482
|
+
runsLiftsStatusLabel: {
|
|
483
|
+
type: StringConstructor;
|
|
484
|
+
default: string;
|
|
485
|
+
};
|
|
486
|
+
/**
|
|
487
|
+
* Localisable label, translation of "run status" for status tables
|
|
488
|
+
*/
|
|
489
|
+
runStatusLabel: {
|
|
490
|
+
type: StringConstructor;
|
|
491
|
+
default: string;
|
|
492
|
+
};
|
|
493
|
+
/**
|
|
494
|
+
* Localisable label, translation of "snow conditions full report" for
|
|
495
|
+
* the full report
|
|
496
|
+
*/
|
|
497
|
+
snowConditionsLabel: {
|
|
498
|
+
type: StringConstructor;
|
|
499
|
+
default: string;
|
|
500
|
+
};
|
|
501
|
+
/**
|
|
502
|
+
* Localisable label, translation of "status" for status tables
|
|
503
|
+
*/
|
|
504
|
+
statusLabel: {
|
|
505
|
+
type: StringConstructor;
|
|
506
|
+
default: string;
|
|
507
|
+
};
|
|
508
|
+
/**
|
|
509
|
+
* Localisable label, translation of "closed" for the summary table
|
|
510
|
+
*/
|
|
511
|
+
summaryClosedLabel: {
|
|
512
|
+
type: StringConstructor;
|
|
513
|
+
default: string;
|
|
514
|
+
};
|
|
515
|
+
/**
|
|
516
|
+
* Localisable label, translation of "open" for the summary table
|
|
517
|
+
*/
|
|
518
|
+
summaryOpenLabel: {
|
|
519
|
+
type: StringConstructor;
|
|
520
|
+
default: string;
|
|
521
|
+
};
|
|
522
|
+
/**
|
|
523
|
+
* Localisable label, translation of "opening" for the summary table
|
|
524
|
+
*/
|
|
525
|
+
summaryOpeningLabel: {
|
|
526
|
+
type: StringConstructor;
|
|
527
|
+
default: string;
|
|
528
|
+
};
|
|
529
|
+
/**
|
|
530
|
+
* Localisable label, translation of "limited patrol" for the summary table
|
|
531
|
+
*/
|
|
532
|
+
summaryLimitedPatrolLabel: {
|
|
533
|
+
type: StringConstructor;
|
|
534
|
+
default: string;
|
|
535
|
+
};
|
|
536
|
+
/**
|
|
537
|
+
* Localisable label, translation of "on hold" for the summary table
|
|
538
|
+
*/
|
|
539
|
+
summaryOnHoldLabel: {
|
|
540
|
+
type: StringConstructor;
|
|
541
|
+
default: string;
|
|
542
|
+
};
|
|
543
|
+
/**
|
|
544
|
+
* Localisable label, translation of "closed" for the detailed status tables
|
|
545
|
+
*/
|
|
546
|
+
statusClosedLabel: {
|
|
547
|
+
type: StringConstructor;
|
|
548
|
+
default: string;
|
|
549
|
+
};
|
|
550
|
+
/**
|
|
551
|
+
* Localisable label, translation of "open" for the detailed status tables
|
|
552
|
+
*/
|
|
553
|
+
statusOpenLabel: {
|
|
554
|
+
type: StringConstructor;
|
|
555
|
+
default: string;
|
|
556
|
+
};
|
|
557
|
+
/**
|
|
558
|
+
* Localisable label, translation of "opening" for the detailed status tables
|
|
559
|
+
*/
|
|
560
|
+
statusOpeningLabel: {
|
|
561
|
+
type: StringConstructor;
|
|
562
|
+
default: string;
|
|
563
|
+
};
|
|
564
|
+
/**
|
|
565
|
+
* Localisable label, translation of "limited patrol" for the detailed status tables
|
|
566
|
+
*/
|
|
567
|
+
statusLimitedPatrolLabel: {
|
|
568
|
+
type: StringConstructor;
|
|
569
|
+
default: string;
|
|
570
|
+
};
|
|
571
|
+
/**
|
|
572
|
+
* Localisable label, translation of "on hold" for the detailed status tables
|
|
573
|
+
*/
|
|
574
|
+
statusOnHoldLabel: {
|
|
575
|
+
type: StringConstructor;
|
|
576
|
+
default: string;
|
|
577
|
+
};
|
|
578
|
+
/**
|
|
579
|
+
* Localisable label, translation of "very difficult" to indicate run difficulty
|
|
580
|
+
*/
|
|
581
|
+
veryDifficultLabel: {
|
|
582
|
+
type: StringConstructor;
|
|
583
|
+
default: string;
|
|
584
|
+
};
|
|
585
|
+
/**
|
|
586
|
+
* Localisable label, translation of "weather forecast" for the full
|
|
587
|
+
* report
|
|
588
|
+
*/
|
|
589
|
+
weatherForecastLabel: {
|
|
590
|
+
type: StringConstructor;
|
|
591
|
+
default: string;
|
|
592
|
+
};
|
|
593
|
+
/**
|
|
594
|
+
* Localisable label, translation of "green" to indicate run difficulty
|
|
595
|
+
*/
|
|
596
|
+
greenLabel: {
|
|
597
|
+
type: StringConstructor;
|
|
598
|
+
default: string;
|
|
599
|
+
};
|
|
600
|
+
/**
|
|
601
|
+
* Localisable label, translation of "blue" to indicate run difficulty
|
|
602
|
+
*/
|
|
603
|
+
blueLabel: {
|
|
604
|
+
type: StringConstructor;
|
|
605
|
+
default: string;
|
|
606
|
+
};
|
|
607
|
+
/**
|
|
608
|
+
* Localisable label, translation of "red" to indicate run difficulty
|
|
609
|
+
*/
|
|
610
|
+
redLabel: {
|
|
611
|
+
type: StringConstructor;
|
|
612
|
+
default: string;
|
|
613
|
+
};
|
|
614
|
+
/**
|
|
615
|
+
* Localisable label, translation of "black" to indicate run difficulty
|
|
616
|
+
*/
|
|
617
|
+
blackLabel: {
|
|
618
|
+
type: StringConstructor;
|
|
619
|
+
default: string;
|
|
620
|
+
};
|
|
621
|
+
/**
|
|
622
|
+
* Localisable label, translation of "orange" to indicate run difficulty
|
|
623
|
+
*/
|
|
624
|
+
orangeLabel: {
|
|
625
|
+
type: StringConstructor;
|
|
626
|
+
default: string;
|
|
627
|
+
};
|
|
628
|
+
/**
|
|
629
|
+
* Localisable label, translation of "grey" to indicate run difficulty
|
|
630
|
+
*/
|
|
631
|
+
greyLabel: {
|
|
632
|
+
type: StringConstructor;
|
|
633
|
+
default: string;
|
|
634
|
+
};
|
|
635
|
+
}>>, {
|
|
636
|
+
locale: string;
|
|
637
|
+
timeoutDuration: number;
|
|
638
|
+
lastUpdatedLabel: string;
|
|
639
|
+
liftsLabel: string;
|
|
640
|
+
runsLabel: string;
|
|
641
|
+
runsLiftsStatusLabel: string;
|
|
642
|
+
statusLabel: string;
|
|
643
|
+
summaryClosedLabel: string;
|
|
644
|
+
summaryOpenLabel: string;
|
|
645
|
+
summaryOpeningLabel: string;
|
|
646
|
+
summaryLimitedPatrolLabel: string;
|
|
647
|
+
summaryOnHoldLabel: string;
|
|
648
|
+
skiStatusUrl: string;
|
|
649
|
+
currentWeatherLabel: string;
|
|
650
|
+
detailedStatusLabel: string;
|
|
651
|
+
difficultLabel: string;
|
|
652
|
+
easyLabel: string;
|
|
653
|
+
intermediateLabel: string;
|
|
654
|
+
itinerariesLabel: string;
|
|
655
|
+
liftLabel: string;
|
|
656
|
+
liftStatusLabel: string;
|
|
657
|
+
newsLabel: string;
|
|
658
|
+
otherLabel: string;
|
|
659
|
+
roadsLabel: string;
|
|
660
|
+
runLabel: string;
|
|
661
|
+
runStatusLabel: string;
|
|
662
|
+
snowConditionsLabel: string;
|
|
663
|
+
statusClosedLabel: string;
|
|
664
|
+
statusOpenLabel: string;
|
|
665
|
+
statusOpeningLabel: string;
|
|
666
|
+
statusLimitedPatrolLabel: string;
|
|
667
|
+
statusOnHoldLabel: string;
|
|
668
|
+
veryDifficultLabel: string;
|
|
669
|
+
weatherForecastLabel: string;
|
|
670
|
+
greenLabel: string;
|
|
671
|
+
blueLabel: string;
|
|
672
|
+
redLabel: string;
|
|
673
|
+
blackLabel: string;
|
|
674
|
+
orangeLabel: string;
|
|
675
|
+
greyLabel: string;
|
|
676
|
+
}, {}>;
|
|
677
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* The skip to label for the menu
|
|
4
|
+
*/
|
|
5
|
+
skipToText: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
}, any, any, {}, {
|
|
10
|
+
/**
|
|
11
|
+
* Focuses on first item in main nav
|
|
12
|
+
*/
|
|
13
|
+
mainMenuFocus(): void;
|
|
14
|
+
/**
|
|
15
|
+
* Focuses on first item footer nav
|
|
16
|
+
*/
|
|
17
|
+
footerFocus(): void;
|
|
18
|
+
isUndefined(item: any): boolean;
|
|
19
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
+
/**
|
|
21
|
+
* The skip to label for the menu
|
|
22
|
+
*/
|
|
23
|
+
skipToText: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
}>>, {}, {}>;
|
|
28
|
+
export default _default;
|