@explorer-1/vue 1.0.2 → 1.0.3
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 +6 -0
- package/components.d.ts +4 -0
- package/dist/explorer-1-vue.css +1 -0
- package/dist/explorer-1-vue.d.ts +1 -1
- package/dist/explorer-1-vue.js +39784 -31438
- package/dist/explorer-1-vue.umd.cjs +58 -66
- package/dist/src/App.vue.d.ts +2 -0
- package/dist/src/components/AboutTheAuthor/AboutTheAuthor.vue.d.ts +27 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +17 -9
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +6 -6
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +6 -7
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +48 -43
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +6 -6
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +4 -5
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +0 -1
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +5 -5
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +3 -4
- package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +13 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +17 -9
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +0 -1
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +17 -7
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +42 -42
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +6 -6
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +6 -6
- package/dist/src/components/BasePill/BasePill.vue.d.ts +6 -7
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +2 -2
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +0 -1
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +0 -1
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +0 -1
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +3 -25
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +6 -7
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +51 -34
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +24 -16
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +7 -8
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +5 -5
- package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +23 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.vue.d.ts +7 -28
- package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +4 -23
- package/dist/src/components/BlockCsrTable/CsrTestLimits.vue.d.ts +2 -24
- package/dist/src/components/BlockCsrTable/CsrTestLimitsTable.vue.d.ts +6 -24
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +6 -7
- package/dist/src/components/BlockDialog/BlockDialog.vue.d.ts +57 -0
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +4 -12
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +1 -1
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +0 -1
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +17 -9
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +282 -174
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +47 -30
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +23 -15
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +23 -15
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +28 -20
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +22 -14
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +17 -9
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +33 -25
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +22 -14
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +4 -5
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +24 -16
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +40 -194
- package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +4 -34
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +2 -24
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +92 -227
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +92 -228
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +25 -17
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +22 -14
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue.d.ts +18 -111
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +85 -40
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +17 -9
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +19 -11
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +19 -10
- package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +23 -15
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +46 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +475 -622
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +14 -14
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +17 -9
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +17 -9
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +7 -8
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +3 -28
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +24 -16
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +17 -9
- package/dist/src/components/EduSubjectIcon/EduSubjectIcon.vue.d.ts +2 -23
- package/dist/src/components/EventCard/EventCard.vue.d.ts +26 -88
- package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +6 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +8 -35
- package/dist/src/components/FormContact/FormContact.stories.d.ts +31 -193
- package/dist/src/components/FormContact/FormContact.vue.d.ts +31 -193
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +19 -111
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +19 -111
- package/dist/src/components/HeroInlineMedia/HeroInlineMedia.vue.d.ts +3 -27
- package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +81 -8
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +7 -8
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +22 -14
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +19 -11
- package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +32 -5
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +22 -14
- package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +39 -11
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +34 -17
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +17 -9
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +11 -12
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +17 -8
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +40 -23
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +17 -8
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +264 -156
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +44 -27
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +27 -18
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +5 -5
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +5 -5
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +1 -1
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +7 -7
- package/dist/src/components/MetaPanel/MetaPanel.vue.d.ts +42 -0
- package/dist/src/components/MetaPanelAccordion/MetaPanelAccordion.vue.d.ts +8 -0
- package/dist/src/components/MetaPanelItems/MetaPanelItems.vue.d.ts +17 -0
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +4 -32
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +3 -33
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +7 -8
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +22 -14
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +33 -33
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +13 -14
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +61 -35
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +54 -36
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +27 -19
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +0 -1
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +0 -1
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +525 -318
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +158 -105
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +1 -1
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +56 -29
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +79 -43
- package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +297 -0
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +97 -70
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +1753 -0
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +1 -1
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +17 -8
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +22 -13
- package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +3 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +856 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +291 -0
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +34 -17
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +17 -8
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +17 -8
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +428 -281
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +99 -72
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +38 -21
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +297 -213
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +17 -9
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +18 -9
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +4 -27
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +39 -22
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +22 -13
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +17 -8
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +17 -9
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +6 -6
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +6 -6
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +0 -1
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +67 -212
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +22 -14
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +118 -271
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +0 -1
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +0 -1
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +5 -29
- package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +12 -27
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +21 -57
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +6 -6
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +115 -312
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +90 -252
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +210 -568
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +6 -6
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +2 -11
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +6 -6
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +421 -0
- package/dist/src/components/TextArea/TextArea.vue.d.ts +24 -82
- package/dist/src/components/TextInput/TextInput.vue.d.ts +27 -104
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +29 -21
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +117 -270
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +39 -21
- package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +925 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +59 -42
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +32 -24
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +16 -16
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +28 -19
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +28 -20
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +22 -14
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +70 -44
- package/dist/src/docs/foundation/DynamicTokens.vue.d.ts +2 -0
- package/dist/src/docs/foundation/FontVariants.vue.d.ts +2 -0
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +4 -4
- package/dist/src/docs/utils/ColorRow.d.ts +6 -0
- package/dist/src/interfaces.d.ts +0 -1
- package/dist/src/main.d.ts +0 -1
- package/dist/src/store/theme.d.ts +0 -1
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +6188 -0
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +756 -1262
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +638 -972
- package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +17037 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +638 -912
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +3017 -0
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +877 -0
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +14610 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +15515 -0
- package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduHome/PageEduHome.vue.d.ts +15 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +909 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLessonSection.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.vue.d.ts +24 -0
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +881 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +894 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue.d.ts +20 -0
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +871 -0
- package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.vue.d.ts +7 -0
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +14087 -0
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +13853 -0
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +3422 -0
- package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +5997 -0
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +963 -0
- package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.vue.d.ts +181 -0
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +4792 -0
- package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +7977 -0
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +5783 -0
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +3495 -0
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +1135 -0
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +17 -2
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +14868 -0
- package/dist/src/templates/www/PageTimeline/BlockMilestone.vue.d.ts +326 -0
- package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +2418 -0
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +6277 -0
- package/dist/src/utils/anchorizeBlock.d.ts +0 -1
- package/dist/src/utils/anchorizeStreamfield.d.ts +0 -1
- package/dist/src/utils/mixins.d.ts +0 -1
- package/dist/src/utils/rangeifyGrades.d.ts +0 -1
- package/package.json +1 -1
- package/src/components/BlockCsrTable/BlockCsrTable.vue +4 -31
- package/src/components/BlockCsrTable/{CsrTestLimits.vue → CsrDetails.vue} +4 -5
- package/src/components/HomepageStats/HomepageStats.vue +1 -1
- package/dist/style.css +0 -1
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-Bold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBoldItalic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Regular.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hair It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hairline.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlack.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text.otf +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Bold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-ExtraBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Medium.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-MediumItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Regular.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-RegularItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBoldItalic.woff2 +0 -0
- package/src/components/BlockCsrTable/CsrAttachment.vue +0 -40
|
@@ -274,8 +274,8 @@ export namespace BaseStory {
|
|
|
274
274
|
}>, {}, {
|
|
275
275
|
searchVisible: boolean;
|
|
276
276
|
scrolledCurrentPage: boolean;
|
|
277
|
-
LogoWhite: string;
|
|
278
277
|
LogoColor: string;
|
|
278
|
+
LogoOutline: string;
|
|
279
279
|
}, {
|
|
280
280
|
breadcrumb(): import("../../utils/mixins").BreadcrumbObject | null;
|
|
281
281
|
invert(): boolean;
|
|
@@ -326,21 +326,21 @@ export namespace BaseStory {
|
|
|
326
326
|
};
|
|
327
327
|
}>> & Readonly<{}>, {
|
|
328
328
|
data: Record<string, any>;
|
|
329
|
+
invertOverride: boolean;
|
|
329
330
|
headerVisible: boolean;
|
|
331
|
+
scrolled: boolean;
|
|
330
332
|
scrolledUp: boolean;
|
|
331
333
|
scrollTop: number;
|
|
332
|
-
invertOverride: boolean;
|
|
333
|
-
scrolled: boolean;
|
|
334
334
|
}, {}, {
|
|
335
335
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
336
336
|
variant: {
|
|
337
|
-
type: import("vue").PropType<"default" | "
|
|
337
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
338
338
|
required: false;
|
|
339
339
|
default: string;
|
|
340
340
|
validator: (prop: string) => boolean;
|
|
341
341
|
};
|
|
342
342
|
to: {
|
|
343
|
-
type: (
|
|
343
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
344
344
|
default: undefined;
|
|
345
345
|
};
|
|
346
346
|
exact: {
|
|
@@ -351,6 +351,10 @@ export namespace BaseStory {
|
|
|
351
351
|
type: StringConstructor;
|
|
352
352
|
default: undefined;
|
|
353
353
|
};
|
|
354
|
+
addSlash: {
|
|
355
|
+
type: BooleanConstructor;
|
|
356
|
+
default: boolean;
|
|
357
|
+
};
|
|
354
358
|
title: {
|
|
355
359
|
type: StringConstructor;
|
|
356
360
|
default: undefined;
|
|
@@ -437,13 +441,13 @@ export namespace BaseStory {
|
|
|
437
441
|
addTrailingSlash(path: string): string;
|
|
438
442
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
439
443
|
variant: {
|
|
440
|
-
type: import("vue").PropType<"default" | "
|
|
444
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
441
445
|
required: false;
|
|
442
446
|
default: string;
|
|
443
447
|
validator: (prop: string) => boolean;
|
|
444
448
|
};
|
|
445
449
|
to: {
|
|
446
|
-
type: (
|
|
450
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
447
451
|
default: undefined;
|
|
448
452
|
};
|
|
449
453
|
exact: {
|
|
@@ -454,6 +458,10 @@ export namespace BaseStory {
|
|
|
454
458
|
type: StringConstructor;
|
|
455
459
|
default: undefined;
|
|
456
460
|
};
|
|
461
|
+
addSlash: {
|
|
462
|
+
type: BooleanConstructor;
|
|
463
|
+
default: boolean;
|
|
464
|
+
};
|
|
457
465
|
title: {
|
|
458
466
|
type: StringConstructor;
|
|
459
467
|
default: undefined;
|
|
@@ -513,14 +521,15 @@ export namespace BaseStory {
|
|
|
513
521
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
514
522
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
515
523
|
}>, {
|
|
516
|
-
to: string | Record<string, any>;
|
|
517
524
|
title: string;
|
|
518
|
-
variant: "default" | "
|
|
519
|
-
|
|
520
|
-
target: string;
|
|
525
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
526
|
+
to: string | Record<string, any>;
|
|
521
527
|
exact: boolean;
|
|
528
|
+
href: string;
|
|
529
|
+
addSlash: boolean;
|
|
522
530
|
ariaLabel: string;
|
|
523
531
|
linkClass: string;
|
|
532
|
+
target: string;
|
|
524
533
|
externalTargetBlank: boolean;
|
|
525
534
|
caret: boolean;
|
|
526
535
|
caretWrapperClass: string;
|
|
@@ -660,8 +669,8 @@ export namespace BaseStory {
|
|
|
660
669
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
661
670
|
}>, {
|
|
662
671
|
path: string;
|
|
663
|
-
ariaExpanded: boolean;
|
|
664
672
|
invert: boolean;
|
|
673
|
+
ariaExpanded: boolean;
|
|
665
674
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
666
675
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
667
676
|
NavDesktopDropdownContent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -705,13 +714,13 @@ export namespace BaseStory {
|
|
|
705
714
|
}, {}, {
|
|
706
715
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
707
716
|
variant: {
|
|
708
|
-
type: import("vue").PropType<"default" | "
|
|
717
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
709
718
|
required: false;
|
|
710
719
|
default: string;
|
|
711
720
|
validator: (prop: string) => boolean;
|
|
712
721
|
};
|
|
713
722
|
to: {
|
|
714
|
-
type: (
|
|
723
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
715
724
|
default: undefined;
|
|
716
725
|
};
|
|
717
726
|
exact: {
|
|
@@ -722,6 +731,10 @@ export namespace BaseStory {
|
|
|
722
731
|
type: StringConstructor;
|
|
723
732
|
default: undefined;
|
|
724
733
|
};
|
|
734
|
+
addSlash: {
|
|
735
|
+
type: BooleanConstructor;
|
|
736
|
+
default: boolean;
|
|
737
|
+
};
|
|
725
738
|
title: {
|
|
726
739
|
type: StringConstructor;
|
|
727
740
|
default: undefined;
|
|
@@ -808,13 +821,13 @@ export namespace BaseStory {
|
|
|
808
821
|
addTrailingSlash(path: string): string;
|
|
809
822
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
810
823
|
variant: {
|
|
811
|
-
type: import("vue").PropType<"default" | "
|
|
824
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
812
825
|
required: false;
|
|
813
826
|
default: string;
|
|
814
827
|
validator: (prop: string) => boolean;
|
|
815
828
|
};
|
|
816
829
|
to: {
|
|
817
|
-
type: (
|
|
830
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
818
831
|
default: undefined;
|
|
819
832
|
};
|
|
820
833
|
exact: {
|
|
@@ -825,6 +838,10 @@ export namespace BaseStory {
|
|
|
825
838
|
type: StringConstructor;
|
|
826
839
|
default: undefined;
|
|
827
840
|
};
|
|
841
|
+
addSlash: {
|
|
842
|
+
type: BooleanConstructor;
|
|
843
|
+
default: boolean;
|
|
844
|
+
};
|
|
828
845
|
title: {
|
|
829
846
|
type: StringConstructor;
|
|
830
847
|
default: undefined;
|
|
@@ -884,14 +901,15 @@ export namespace BaseStory {
|
|
|
884
901
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
885
902
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
886
903
|
}>, {
|
|
887
|
-
to: string | Record<string, any>;
|
|
888
904
|
title: string;
|
|
889
|
-
variant: "default" | "
|
|
890
|
-
|
|
891
|
-
target: string;
|
|
905
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
906
|
+
to: string | Record<string, any>;
|
|
892
907
|
exact: boolean;
|
|
908
|
+
href: string;
|
|
909
|
+
addSlash: boolean;
|
|
893
910
|
ariaLabel: string;
|
|
894
911
|
linkClass: string;
|
|
912
|
+
target: string;
|
|
895
913
|
externalTargetBlank: boolean;
|
|
896
914
|
caret: boolean;
|
|
897
915
|
caretWrapperClass: string;
|
|
@@ -978,13 +996,13 @@ export namespace BaseStory {
|
|
|
978
996
|
}>> & Readonly<{}>, {}, {}, {
|
|
979
997
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
980
998
|
variant: {
|
|
981
|
-
type: import("vue").PropType<"default" | "
|
|
999
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
982
1000
|
required: false;
|
|
983
1001
|
default: string;
|
|
984
1002
|
validator: (prop: string) => boolean;
|
|
985
1003
|
};
|
|
986
1004
|
to: {
|
|
987
|
-
type: (
|
|
1005
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
988
1006
|
default: undefined;
|
|
989
1007
|
};
|
|
990
1008
|
exact: {
|
|
@@ -995,6 +1013,10 @@ export namespace BaseStory {
|
|
|
995
1013
|
type: StringConstructor;
|
|
996
1014
|
default: undefined;
|
|
997
1015
|
};
|
|
1016
|
+
addSlash: {
|
|
1017
|
+
type: BooleanConstructor;
|
|
1018
|
+
default: boolean;
|
|
1019
|
+
};
|
|
998
1020
|
title: {
|
|
999
1021
|
type: StringConstructor;
|
|
1000
1022
|
default: undefined;
|
|
@@ -1081,13 +1103,13 @@ export namespace BaseStory {
|
|
|
1081
1103
|
addTrailingSlash(path: string): string;
|
|
1082
1104
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1083
1105
|
variant: {
|
|
1084
|
-
type: import("vue").PropType<"default" | "
|
|
1106
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
1085
1107
|
required: false;
|
|
1086
1108
|
default: string;
|
|
1087
1109
|
validator: (prop: string) => boolean;
|
|
1088
1110
|
};
|
|
1089
1111
|
to: {
|
|
1090
|
-
type: (
|
|
1112
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1091
1113
|
default: undefined;
|
|
1092
1114
|
};
|
|
1093
1115
|
exact: {
|
|
@@ -1098,6 +1120,10 @@ export namespace BaseStory {
|
|
|
1098
1120
|
type: StringConstructor;
|
|
1099
1121
|
default: undefined;
|
|
1100
1122
|
};
|
|
1123
|
+
addSlash: {
|
|
1124
|
+
type: BooleanConstructor;
|
|
1125
|
+
default: boolean;
|
|
1126
|
+
};
|
|
1101
1127
|
title: {
|
|
1102
1128
|
type: StringConstructor;
|
|
1103
1129
|
default: undefined;
|
|
@@ -1157,14 +1183,15 @@ export namespace BaseStory {
|
|
|
1157
1183
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1158
1184
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1159
1185
|
}>, {
|
|
1160
|
-
to: string | Record<string, any>;
|
|
1161
1186
|
title: string;
|
|
1162
|
-
variant: "default" | "
|
|
1163
|
-
|
|
1164
|
-
target: string;
|
|
1187
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1188
|
+
to: string | Record<string, any>;
|
|
1165
1189
|
exact: boolean;
|
|
1190
|
+
href: string;
|
|
1191
|
+
addSlash: boolean;
|
|
1166
1192
|
ariaLabel: string;
|
|
1167
1193
|
linkClass: string;
|
|
1194
|
+
target: string;
|
|
1168
1195
|
externalTargetBlank: boolean;
|
|
1169
1196
|
caret: boolean;
|
|
1170
1197
|
caretWrapperClass: string;
|
|
@@ -1261,13 +1288,13 @@ export namespace BaseStory {
|
|
|
1261
1288
|
}>> & Readonly<{}>, {}, {}, {
|
|
1262
1289
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1263
1290
|
variant: {
|
|
1264
|
-
type: import("vue").PropType<"default" | "
|
|
1291
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
1265
1292
|
required: false;
|
|
1266
1293
|
default: string;
|
|
1267
1294
|
validator: (prop: string) => boolean;
|
|
1268
1295
|
};
|
|
1269
1296
|
to: {
|
|
1270
|
-
type: (
|
|
1297
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1271
1298
|
default: undefined;
|
|
1272
1299
|
};
|
|
1273
1300
|
exact: {
|
|
@@ -1278,6 +1305,10 @@ export namespace BaseStory {
|
|
|
1278
1305
|
type: StringConstructor;
|
|
1279
1306
|
default: undefined;
|
|
1280
1307
|
};
|
|
1308
|
+
addSlash: {
|
|
1309
|
+
type: BooleanConstructor;
|
|
1310
|
+
default: boolean;
|
|
1311
|
+
};
|
|
1281
1312
|
title: {
|
|
1282
1313
|
type: StringConstructor;
|
|
1283
1314
|
default: undefined;
|
|
@@ -1364,13 +1395,13 @@ export namespace BaseStory {
|
|
|
1364
1395
|
addTrailingSlash(path: string): string;
|
|
1365
1396
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1366
1397
|
variant: {
|
|
1367
|
-
type: import("vue").PropType<"default" | "
|
|
1398
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
1368
1399
|
required: false;
|
|
1369
1400
|
default: string;
|
|
1370
1401
|
validator: (prop: string) => boolean;
|
|
1371
1402
|
};
|
|
1372
1403
|
to: {
|
|
1373
|
-
type: (
|
|
1404
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1374
1405
|
default: undefined;
|
|
1375
1406
|
};
|
|
1376
1407
|
exact: {
|
|
@@ -1381,6 +1412,10 @@ export namespace BaseStory {
|
|
|
1381
1412
|
type: StringConstructor;
|
|
1382
1413
|
default: undefined;
|
|
1383
1414
|
};
|
|
1415
|
+
addSlash: {
|
|
1416
|
+
type: BooleanConstructor;
|
|
1417
|
+
default: boolean;
|
|
1418
|
+
};
|
|
1384
1419
|
title: {
|
|
1385
1420
|
type: StringConstructor;
|
|
1386
1421
|
default: undefined;
|
|
@@ -1440,14 +1475,15 @@ export namespace BaseStory {
|
|
|
1440
1475
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1441
1476
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1442
1477
|
}>, {
|
|
1443
|
-
to: string | Record<string, any>;
|
|
1444
1478
|
title: string;
|
|
1445
|
-
variant: "default" | "
|
|
1446
|
-
|
|
1447
|
-
target: string;
|
|
1479
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1480
|
+
to: string | Record<string, any>;
|
|
1448
1481
|
exact: boolean;
|
|
1482
|
+
href: string;
|
|
1483
|
+
addSlash: boolean;
|
|
1449
1484
|
ariaLabel: string;
|
|
1450
1485
|
linkClass: string;
|
|
1486
|
+
target: string;
|
|
1451
1487
|
externalTargetBlank: boolean;
|
|
1452
1488
|
caret: boolean;
|
|
1453
1489
|
caretWrapperClass: string;
|
|
@@ -1528,7 +1564,7 @@ export namespace BaseStory {
|
|
|
1528
1564
|
default: string;
|
|
1529
1565
|
};
|
|
1530
1566
|
objectFitClass: {
|
|
1531
|
-
type: import("vue").PropType<"
|
|
1567
|
+
type: import("vue").PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1532
1568
|
required: false;
|
|
1533
1569
|
default: string;
|
|
1534
1570
|
validator: (prop: string) => boolean;
|
|
@@ -1570,7 +1606,7 @@ export namespace BaseStory {
|
|
|
1570
1606
|
default: string;
|
|
1571
1607
|
};
|
|
1572
1608
|
objectFitClass: {
|
|
1573
|
-
type: import("vue").PropType<"
|
|
1609
|
+
type: import("vue").PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1574
1610
|
required: false;
|
|
1575
1611
|
default: string;
|
|
1576
1612
|
validator: (prop: string) => boolean;
|
|
@@ -1602,13 +1638,13 @@ export namespace BaseStory {
|
|
|
1602
1638
|
default: string;
|
|
1603
1639
|
};
|
|
1604
1640
|
}>> & Readonly<{}>, {
|
|
1605
|
-
imageClass: string;
|
|
1606
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
1607
|
-
srcset: string;
|
|
1608
1641
|
alt: string;
|
|
1609
1642
|
width: string | number;
|
|
1610
1643
|
height: string | number;
|
|
1644
|
+
srcset: string;
|
|
1611
1645
|
loading: "lazy" | "eager" | undefined;
|
|
1646
|
+
imageClass: string;
|
|
1647
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
1612
1648
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1613
1649
|
BaseImagePlaceholder: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1614
1650
|
darkMode: {
|
|
@@ -1672,13 +1708,13 @@ export namespace BaseStory {
|
|
|
1672
1708
|
NavLogoLinks: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
1673
1709
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1674
1710
|
variant: {
|
|
1675
|
-
type: import("vue").PropType<"default" | "
|
|
1711
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
1676
1712
|
required: false;
|
|
1677
1713
|
default: string;
|
|
1678
1714
|
validator: (prop: string) => boolean;
|
|
1679
1715
|
};
|
|
1680
1716
|
to: {
|
|
1681
|
-
type: (
|
|
1717
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1682
1718
|
default: undefined;
|
|
1683
1719
|
};
|
|
1684
1720
|
exact: {
|
|
@@ -1689,6 +1725,10 @@ export namespace BaseStory {
|
|
|
1689
1725
|
type: StringConstructor;
|
|
1690
1726
|
default: undefined;
|
|
1691
1727
|
};
|
|
1728
|
+
addSlash: {
|
|
1729
|
+
type: BooleanConstructor;
|
|
1730
|
+
default: boolean;
|
|
1731
|
+
};
|
|
1692
1732
|
title: {
|
|
1693
1733
|
type: StringConstructor;
|
|
1694
1734
|
default: undefined;
|
|
@@ -1775,13 +1815,13 @@ export namespace BaseStory {
|
|
|
1775
1815
|
addTrailingSlash(path: string): string;
|
|
1776
1816
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1777
1817
|
variant: {
|
|
1778
|
-
type: import("vue").PropType<"default" | "
|
|
1818
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
1779
1819
|
required: false;
|
|
1780
1820
|
default: string;
|
|
1781
1821
|
validator: (prop: string) => boolean;
|
|
1782
1822
|
};
|
|
1783
1823
|
to: {
|
|
1784
|
-
type: (
|
|
1824
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1785
1825
|
default: undefined;
|
|
1786
1826
|
};
|
|
1787
1827
|
exact: {
|
|
@@ -1792,6 +1832,10 @@ export namespace BaseStory {
|
|
|
1792
1832
|
type: StringConstructor;
|
|
1793
1833
|
default: undefined;
|
|
1794
1834
|
};
|
|
1835
|
+
addSlash: {
|
|
1836
|
+
type: BooleanConstructor;
|
|
1837
|
+
default: boolean;
|
|
1838
|
+
};
|
|
1795
1839
|
title: {
|
|
1796
1840
|
type: StringConstructor;
|
|
1797
1841
|
default: undefined;
|
|
@@ -1851,14 +1895,15 @@ export namespace BaseStory {
|
|
|
1851
1895
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1852
1896
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1853
1897
|
}>, {
|
|
1854
|
-
to: string | Record<string, any>;
|
|
1855
1898
|
title: string;
|
|
1856
|
-
variant: "default" | "
|
|
1857
|
-
|
|
1858
|
-
target: string;
|
|
1899
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1900
|
+
to: string | Record<string, any>;
|
|
1859
1901
|
exact: boolean;
|
|
1902
|
+
href: string;
|
|
1903
|
+
addSlash: boolean;
|
|
1860
1904
|
ariaLabel: string;
|
|
1861
1905
|
linkClass: string;
|
|
1906
|
+
target: string;
|
|
1862
1907
|
externalTargetBlank: boolean;
|
|
1863
1908
|
caret: boolean;
|
|
1864
1909
|
caretWrapperClass: string;
|
|
@@ -1933,34 +1978,16 @@ export namespace BaseStory {
|
|
|
1933
1978
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1934
1979
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1935
1980
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1936
|
-
NavSearchForm: import("vue").DefineComponent<import("vue").
|
|
1937
|
-
placeholder: {
|
|
1938
|
-
type: import("vue").PropType<string>;
|
|
1939
|
-
default: string;
|
|
1940
|
-
};
|
|
1941
|
-
mobile: {
|
|
1942
|
-
type: import("vue").PropType<boolean>;
|
|
1943
|
-
default: boolean;
|
|
1944
|
-
};
|
|
1945
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1981
|
+
NavSearchForm: import("vue").DefineComponent<import("../NavSearchForm/NavSearchForm.vue").NavSearchFormProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1946
1982
|
clearSearch: (...args: any[]) => void;
|
|
1947
1983
|
submitForm: (...args: any[]) => void;
|
|
1948
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
1949
|
-
placeholder: {
|
|
1950
|
-
type: import("vue").PropType<string>;
|
|
1951
|
-
default: string;
|
|
1952
|
-
};
|
|
1953
|
-
mobile: {
|
|
1954
|
-
type: import("vue").PropType<boolean>;
|
|
1955
|
-
default: boolean;
|
|
1956
|
-
};
|
|
1957
|
-
}>> & Readonly<{
|
|
1984
|
+
}, string, import("vue").PublicProps, Readonly<import("../NavSearchForm/NavSearchForm.vue").NavSearchFormProps> & Readonly<{
|
|
1958
1985
|
onClearSearch?: ((...args: any[]) => any) | undefined;
|
|
1959
1986
|
onSubmitForm?: ((...args: any[]) => any) | undefined;
|
|
1960
1987
|
}>, {
|
|
1961
1988
|
placeholder: string;
|
|
1962
1989
|
mobile: boolean;
|
|
1963
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
1990
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
1964
1991
|
IconSearch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1965
1992
|
IconClose: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1966
1993
|
IconExternal: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|