@explorer-1/vue 0.0.0 → 0.0.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/dist/edu/.gitkeep +0 -0
- package/dist/edu/explorer-1/bg-stars-edu.png +0 -0
- package/dist/edu/explorer-1/bg-stars.jpg +0 -0
- package/dist/explorer-1/bg-stars-edu.png +0 -0
- package/dist/explorer-1/bg-stars.jpg +0 -0
- package/dist/explorer-1-vue.d.ts +1 -0
- package/dist/explorer-1-vue.js +25211 -0
- package/dist/explorer-1-vue.umd.cjs +51 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.stories.d.ts +52 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +36 -0
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +53 -0
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +35 -0
- package/dist/src/components/BaseAudio/BaseAudio.stories.d.ts +24 -0
- package/dist/src/components/BaseAudio/BaseAudio.vue.d.ts +59 -0
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +165 -0
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +94 -0
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +63 -0
- package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +183 -0
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +37 -0
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +143 -0
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +88 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +24 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +19 -0
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.d.ts +86 -0
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +61 -0
- package/dist/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue.d.ts +5 -0
- package/dist/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue.d.ts +4 -0
- package/dist/src/components/BaseLink/BaseLink.stories.d.ts +55 -0
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +182 -0
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +341 -0
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +19 -0
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +17 -0
- package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +26 -0
- package/dist/src/components/BasePlaceholder/BasePlaceholder.vue.d.ts +2 -0
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +74 -0
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +85 -0
- package/dist/src/components/BaseTag/BaseTag.stories.d.ts +65 -0
- package/dist/src/components/BaseTag/BaseTag.vue.d.ts +39 -0
- package/dist/src/components/BaseTimer/BaseTimer.stories.d.ts +106 -0
- package/dist/src/components/BaseTimer/BaseTimer.test.d.ts +1 -0
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +88 -0
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.stories.d.ts +258 -0
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.test.d.ts +1 -0
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +83 -0
- package/dist/src/components/BaseVideo/BaseVideo.stories.d.ts +29 -0
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +22 -0
- package/dist/src/components/BlockAnchor/BlockAnchor.vue.d.ts +12 -0
- package/dist/src/components/BlockAudio/BlockAudio.stories.d.ts +34 -0
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +12 -0
- package/dist/src/components/BlockCard/BlockCard.stories.d.ts +34 -0
- package/dist/src/components/BlockCard/BlockCard.vue.d.ts +42 -0
- package/dist/src/components/BlockCardGroup/BlockCardGroup.stories.d.ts +32 -0
- package/dist/src/components/BlockCardGroup/BlockCardGroup.vue.d.ts +21 -0
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.stories.d.ts +57 -0
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +61 -0
- package/dist/src/components/BlockCta/BlockCta.stories.d.ts +36 -0
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +25 -0
- package/dist/src/components/BlockHeading/BlockHeading.stories.d.ts +19 -0
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +12 -0
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.stories.d.ts +37 -0
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +16 -0
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +345 -0
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +24 -0
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +49 -0
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +46 -0
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.stories.d.ts +61 -0
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +66 -0
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.stories.d.ts +68 -0
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +58 -0
- package/dist/src/components/BlockImageComparison/BlockImageComparison.stories.d.ts +46 -0
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +15 -0
- package/dist/src/components/BlockImageGallery/BlockImageGallery.stories.d.ts +103 -0
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +57 -0
- package/dist/src/components/BlockInlineImage/BlockInlineImage.stories.d.ts +72 -0
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +19 -0
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.stories.d.ts +20 -0
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +12 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +112 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +101 -0
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +207 -0
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +41 -0
- package/dist/src/components/BlockLinkTile/BlockLinkTile.stories.d.ts +80 -0
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +93 -0
- package/dist/src/components/BlockListCards/BlockListCards.stories.d.ts +56 -0
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +16 -0
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +203 -0
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +32 -0
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.stories.d.ts +44 -0
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +25 -0
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +42 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +357 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +55 -0
- package/dist/src/components/BlockTable/BlockTable.stories.d.ts +17 -0
- package/dist/src/components/BlockTable/BlockTable.vue.d.ts +17 -0
- package/dist/src/components/BlockTeaser/BlockTeaser.stories.d.ts +61 -0
- package/dist/src/components/BlockTeaser/BlockTeaser.test.d.ts +1 -0
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +100 -0
- package/dist/src/components/BlockText/BlockText.stories.d.ts +30 -0
- package/dist/src/components/BlockText/BlockText.vue.d.ts +32 -0
- package/dist/src/components/BlockTwitterEmbed/BlockTwitterEmbed.stories.d.ts +17 -0
- package/dist/src/components/BlockTwitterEmbed/BlockTwitterEmbed.vue.d.ts +14 -0
- package/dist/src/components/BlockVideo/BlockVideo.stories.d.ts +23 -0
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +22 -0
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.stories.d.ts +24 -0
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +25 -0
- package/dist/src/components/CalendarButton/CalendarButton.stories.d.ts +79 -0
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +58 -0
- package/dist/src/components/DetailHeadline/DetailHeadline.stories.d.ts +36 -0
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +82 -0
- package/dist/src/components/DsnWidget/DsnWidget.stories.d.ts +29 -0
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +15 -0
- package/dist/src/components/EventCard/EventCard.vue.d.ts +101 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +48 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +33 -0
- package/dist/src/components/FormContact/FormContact.stories.d.ts +22 -0
- package/dist/src/components/FormContact/FormContact.vue.d.ts +9 -0
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +49 -0
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +36 -0
- package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +40 -0
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +46 -0
- package/dist/src/components/HeroListingIndex/HeroListingIndex.stories.d.ts +146 -0
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +40 -0
- package/dist/src/components/HeroMedia/HeroMedia.stories.d.ts +171 -0
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +59 -0
- package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +76 -0
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +59 -0
- package/dist/src/components/HomepageCarousel/HomepageCarousel.stories.d.ts +344 -0
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +45 -0
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.stories.d.ts +56 -0
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +29 -0
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.stories.d.ts +31 -0
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +15 -0
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.stories.d.ts +93 -0
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +17 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +118 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +20 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +14 -0
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +555 -0
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +65 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.stories.d.ts +123 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +15 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +14 -0
- package/dist/src/components/Icons/Icon360.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconArrow.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconArrows.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconAudio.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconBook.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconBookUser.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconBriefcase.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCalendar.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCaret.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCheckbox.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCheckboxSelected.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconClose.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCloseLightbox.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconDownload.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconDropdown.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEnvelope.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconExpand.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconExternal.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconFilter.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconForwardTen.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconGrid.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconHand.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconInfo.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconLink.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconList.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconLocation.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMagnifyingGlass.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMedal.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMenu.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMinus.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMute.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconNext.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPause.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPlay.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPlus.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPrev.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconRewindTen.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSearch.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconShare.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSlideshow.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialEmail.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialFacebook.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialGoogleClassroom.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialInstagram.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialPinterest.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialReddit.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialTwitter.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialYoutube.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconStop.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconTime.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconUniversity.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconUser.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconVolume.vue.d.ts +2 -0
- package/dist/src/components/Icons/Icons.stories.d.ts +492 -0
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +16 -0
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +24 -0
- package/dist/src/components/LoadingTransition/LoadingTransition.vue.d.ts +7 -0
- package/dist/src/components/LogoCaltech/LogoCaltech.stories.d.ts +41 -0
- package/dist/src/components/LogoCaltech/LogoCaltech.vue.d.ts +2 -0
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +111 -0
- package/dist/src/components/LogoTribrand/LogoTribrand.vue.d.ts +14 -0
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.stories.d.ts +32 -0
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +61 -0
- package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +417 -0
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +90 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +282 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +65 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +30 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +36 -0
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.stories.d.ts +50 -0
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +34 -0
- package/dist/src/components/MissionDetailStats/DistanceStats.test.d.ts +1 -0
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +115 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +268 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStats.test.d.ts +1 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +115 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +23 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +41 -0
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.stories.d.ts +76 -0
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +12 -0
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +81 -0
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +62 -0
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +265 -0
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +118 -0
- package/dist/src/components/MixinDropdownToggle/MixinDropdownToggle.vue.d.ts +27 -0
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +153 -0
- package/dist/src/components/MixinFancybox/MixinFancyboxOpenButton.vue.d.ts +2 -0
- package/dist/src/components/MixinVideoBg/MixinVideoBg.stories.d.ts +22 -0
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +12 -0
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +598 -0
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +93 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +30 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +14 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +15 -0
- package/dist/src/components/NavHeading/NavHeading.stories.d.ts +22 -0
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +12 -0
- package/dist/src/components/NavHighlight/NavHighlight.stories.d.ts +43 -0
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +20 -0
- package/dist/src/components/NavLinkList/NavLinkList.stories.d.ts +39 -0
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +29 -0
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +23 -0
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +2 -0
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +595 -0
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +82 -0
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +46 -0
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +46 -0
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +28 -0
- package/dist/src/components/NavSearchForm/NavSearchForm.stories.d.ts +12 -0
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +19 -0
- package/dist/src/components/NavSecondary/NavSecondary.stories.d.ts +24 -0
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +40 -0
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +39 -0
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +20 -0
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +22 -0
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +42 -0
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +16 -0
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.stories.d.ts +36 -0
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.test.d.ts +1 -0
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +31 -0
- package/dist/src/components/ParallaxContainer/ParallaxContainer.stories.d.ts +91 -0
- package/dist/src/components/ParallaxContainer/ParallaxContainer.vue.d.ts +37 -0
- package/dist/src/components/ParallaxElement/ParallaxElement.vue.d.ts +23 -0
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +19 -0
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +82 -0
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.stories.d.ts +50 -0
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +55 -0
- package/dist/src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue.d.ts +22 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.d.ts +115 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.test.d.ts +1 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +87 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +30 -0
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.stories.d.ts +38 -0
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +63 -0
- package/dist/src/components/SearchInput/SearchInput.stories.d.ts +42 -0
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +58 -0
- package/dist/src/components/SearchPagination/SearchPagination.stories.d.ts +67 -0
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +17 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +61 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +164 -0
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.stories.d.ts +71 -0
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +92 -0
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +62 -0
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.stories.d.ts +18 -0
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.vue.d.ts +39 -0
- package/dist/src/components/ShareButtons/ShareButtons.stories.d.ts +16 -0
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +39 -0
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.d.ts +14 -0
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +16 -0
- package/dist/src/components/SkipLink/SkipLink.stories.d.ts +8 -0
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +7 -0
- package/dist/src/components/TheFooter/TheFooter.stories.d.ts +83 -0
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +27 -0
- package/dist/src/components/TheFooter/TheFooterSignUp.vue.d.ts +6 -0
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.stories.d.ts +31 -0
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +32 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.stories.d.ts +45 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +33 -0
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.stories.d.ts +37 -0
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +27 -0
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.stories.d.ts +83 -0
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +14 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +167 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +39 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue.d.ts +8 -0
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.stories.d.ts +157 -0
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +18 -0
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.stories.d.ts +100 -0
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +31 -0
- package/dist/src/components/YearTicker/YearTicker.stories.d.ts +39 -0
- package/dist/src/components/YearTicker/YearTicker.vue.d.ts +16 -0
- package/dist/src/docs/foundation/grid.stories.d.ts +69 -0
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +158 -0
- package/dist/src/docs/foundation/themes.stories.d.ts +32 -0
- package/dist/src/docs/foundation/typography.stories.d.ts +102 -0
- package/dist/src/interfaces.d.ts +118 -0
- package/dist/src/main.d.ts +1 -0
- package/dist/src/store/header.d.ts +18 -0
- package/dist/src/store/theme.d.ts +14 -0
- package/dist/src/templates/PageContent/PageContent.stories.d.ts +197 -0
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +20 -0
- package/dist/src/templates/PageEventDetail/PageEventDetail.stories.d.ts +106 -0
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +18 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.stories.d.ts +3682 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +17 -0
- package/dist/src/templates/edu/PageEduNewsDetail.stories.d.ts +1178 -0
- package/dist/src/utils/dayjs.d.ts +2 -0
- package/dist/src/utils/filters.d.ts +4 -0
- package/dist/src/utils/mixins.d.ts +57 -0
- package/dist/style.css +1 -0
- package/lib/main.ts +333 -2
- package/package.json +5 -5
- package/src/components/BaseHeading/BaseHeading.stories.js +3 -3
- package/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.js +2 -4
- package/src/components/BlockCard/BlockCard.stories.js +10 -0
- package/src/components/CalendarButton/CalendarButton.vue +1 -1
- package/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue +3 -3
- package/src/components/MixinFancybox/MixinFancyboxOpenButton.vue +1 -1
- package/src/components/NavDesktop/NavDesktopDropdown.vue +1 -1
- package/src/components/NavSecondary/NavSecondaryDropdown.vue +1 -1
- package/src/components/NavSecondary/NavSecondaryDropdownContent.vue +1 -1
- package/src/components/NavSocial/NavSocial.vue +1 -1
- package/src/components/SearchResultsList/SearchResultsList.vue +1 -1
- package/src/components/ShareButtons/ShareButtons.vue +1 -1
- package/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.js +2 -2
- package/src/components/ShareButtonsEdu/ShareButtonsEdu.vue +1 -1
- package/src/components/SwimlaneCTA/SwimlaneCTA.stories.mdx +1 -1
- package/src/docs/foundation/color.docs.mdx +52 -52
- package/src/docs/foundation/grid_layouthelpers.stories.js +1 -1
- package/src/templates/PageNewsDetail/PageNewsDetail.stories.js +3 -3
- package/src/utils/mixins.ts +2 -2
- package/vite.config.ts +6 -22
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import { default as BlockLinkCard } from './BlockLinkCard.vue';
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export let title: string;
|
|
4
|
+
export { BlockLinkCard as component };
|
|
5
|
+
export let excludeStories: RegExp;
|
|
6
|
+
export let decorators: (() => {
|
|
7
|
+
template: string;
|
|
8
|
+
})[];
|
|
9
|
+
export namespace argTypes {
|
|
10
|
+
namespace headingLevel {
|
|
11
|
+
let description: string;
|
|
12
|
+
namespace control {
|
|
13
|
+
let type: string;
|
|
14
|
+
let options: (string | null)[];
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
export namespace parameters {
|
|
19
|
+
namespace html {
|
|
20
|
+
let root: string;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
export default _default;
|
|
25
|
+
export namespace BlockLinkCardData {
|
|
26
|
+
export namespace data {
|
|
27
|
+
export let url: string;
|
|
28
|
+
let title_1: string;
|
|
29
|
+
export { title_1 as title };
|
|
30
|
+
export let slug: string;
|
|
31
|
+
export let label: string;
|
|
32
|
+
export namespace thumbnailImage {
|
|
33
|
+
namespace src {
|
|
34
|
+
let url_1: string;
|
|
35
|
+
export { url_1 as url };
|
|
36
|
+
export let width: number;
|
|
37
|
+
export let height: number;
|
|
38
|
+
}
|
|
39
|
+
let alt: string;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
let headingLevel_1: string;
|
|
43
|
+
export { headingLevel_1 as headingLevel };
|
|
44
|
+
export let startDate: undefined;
|
|
45
|
+
export let endDate: undefined;
|
|
46
|
+
export let compact: boolean;
|
|
47
|
+
}
|
|
48
|
+
export namespace SingleItem {
|
|
49
|
+
namespace args { }
|
|
50
|
+
}
|
|
51
|
+
export namespace SingleItemCompactStyles {
|
|
52
|
+
export namespace args_1 {
|
|
53
|
+
let headingLevel_2: string;
|
|
54
|
+
export { headingLevel_2 as headingLevel };
|
|
55
|
+
let compact_1: boolean;
|
|
56
|
+
export { compact_1 as compact };
|
|
57
|
+
}
|
|
58
|
+
export { args_1 as args };
|
|
59
|
+
}
|
|
60
|
+
export namespace Compact {
|
|
61
|
+
export let name: string;
|
|
62
|
+
export namespace parameters_1 {
|
|
63
|
+
namespace docs {
|
|
64
|
+
export namespace description_1 {
|
|
65
|
+
let story: string;
|
|
66
|
+
}
|
|
67
|
+
export { description_1 as description };
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
export { parameters_1 as parameters };
|
|
71
|
+
export namespace args_2 {
|
|
72
|
+
let title_2: string;
|
|
73
|
+
export { title_2 as title };
|
|
74
|
+
let url_2: string;
|
|
75
|
+
export { url_2 as url };
|
|
76
|
+
export let externalLink: string;
|
|
77
|
+
let label_1: string;
|
|
78
|
+
export { label_1 as label };
|
|
79
|
+
export let date: string;
|
|
80
|
+
export namespace thumbnailImage_1 {
|
|
81
|
+
export namespace src_1 {
|
|
82
|
+
let url_3: string;
|
|
83
|
+
export { url_3 as url };
|
|
84
|
+
let width_1: number;
|
|
85
|
+
export { width_1 as width };
|
|
86
|
+
let height_1: number;
|
|
87
|
+
export { height_1 as height };
|
|
88
|
+
}
|
|
89
|
+
export { src_1 as src };
|
|
90
|
+
let alt_1: string;
|
|
91
|
+
export { alt_1 as alt };
|
|
92
|
+
}
|
|
93
|
+
export { thumbnailImage_1 as thumbnailImage };
|
|
94
|
+
let headingLevel_3: string;
|
|
95
|
+
export { headingLevel_3 as headingLevel };
|
|
96
|
+
let compact_2: boolean;
|
|
97
|
+
export { compact_2 as compact };
|
|
98
|
+
}
|
|
99
|
+
export { args_2 as args };
|
|
100
|
+
}
|
|
101
|
+
export namespace EventItem {
|
|
102
|
+
export namespace args_3 {
|
|
103
|
+
export namespace data_1 {
|
|
104
|
+
let startDate_1: string;
|
|
105
|
+
export { startDate_1 as startDate };
|
|
106
|
+
let endDate_1: string;
|
|
107
|
+
export { endDate_1 as endDate };
|
|
108
|
+
}
|
|
109
|
+
export { data_1 as data };
|
|
110
|
+
}
|
|
111
|
+
export { args_3 as args };
|
|
112
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { Card } from '../../interfaces';
|
|
3
|
+
import { HeadingLevel } from './../BaseHeading/BaseHeading.vue';
|
|
4
|
+
|
|
5
|
+
declare const _default: import('vue').DefineComponent<{
|
|
6
|
+
data: {
|
|
7
|
+
type: PropType<Card>;
|
|
8
|
+
required: false;
|
|
9
|
+
};
|
|
10
|
+
url: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: false;
|
|
13
|
+
};
|
|
14
|
+
externalLink: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
required: false;
|
|
17
|
+
};
|
|
18
|
+
thumbnailImage: {
|
|
19
|
+
type: ObjectConstructor;
|
|
20
|
+
required: false;
|
|
21
|
+
};
|
|
22
|
+
label: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
required: false;
|
|
25
|
+
};
|
|
26
|
+
title: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
required: false;
|
|
29
|
+
};
|
|
30
|
+
date: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
required: false;
|
|
33
|
+
};
|
|
34
|
+
startDate: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
required: false;
|
|
37
|
+
};
|
|
38
|
+
endDate: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
required: false;
|
|
41
|
+
};
|
|
42
|
+
compact: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
headingLevel: {
|
|
47
|
+
type: PropType<HeadingLevel>;
|
|
48
|
+
required: false;
|
|
49
|
+
};
|
|
50
|
+
}, unknown, unknown, {
|
|
51
|
+
theItem(): Card | undefined;
|
|
52
|
+
formattedEventDates(): string | undefined;
|
|
53
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
54
|
+
data: {
|
|
55
|
+
type: PropType<Card>;
|
|
56
|
+
required: false;
|
|
57
|
+
};
|
|
58
|
+
url: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
required: false;
|
|
61
|
+
};
|
|
62
|
+
externalLink: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
required: false;
|
|
65
|
+
};
|
|
66
|
+
thumbnailImage: {
|
|
67
|
+
type: ObjectConstructor;
|
|
68
|
+
required: false;
|
|
69
|
+
};
|
|
70
|
+
label: {
|
|
71
|
+
type: StringConstructor;
|
|
72
|
+
required: false;
|
|
73
|
+
};
|
|
74
|
+
title: {
|
|
75
|
+
type: StringConstructor;
|
|
76
|
+
required: false;
|
|
77
|
+
};
|
|
78
|
+
date: {
|
|
79
|
+
type: StringConstructor;
|
|
80
|
+
required: false;
|
|
81
|
+
};
|
|
82
|
+
startDate: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
required: false;
|
|
85
|
+
};
|
|
86
|
+
endDate: {
|
|
87
|
+
type: StringConstructor;
|
|
88
|
+
required: false;
|
|
89
|
+
};
|
|
90
|
+
compact: {
|
|
91
|
+
type: BooleanConstructor;
|
|
92
|
+
default: boolean;
|
|
93
|
+
};
|
|
94
|
+
headingLevel: {
|
|
95
|
+
type: PropType<HeadingLevel>;
|
|
96
|
+
required: false;
|
|
97
|
+
};
|
|
98
|
+
}>>, {
|
|
99
|
+
compact: boolean;
|
|
100
|
+
}, {}>;
|
|
101
|
+
export default _default;
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
import { default as BlockLinkCarousel } from './BlockLinkCarousel.vue';
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export let title: string;
|
|
4
|
+
export { BlockLinkCarousel as component };
|
|
5
|
+
export namespace argTypes {
|
|
6
|
+
namespace itemType {
|
|
7
|
+
let type: string;
|
|
8
|
+
let description: string;
|
|
9
|
+
namespace control {
|
|
10
|
+
let type_1: string;
|
|
11
|
+
export { type_1 as type };
|
|
12
|
+
}
|
|
13
|
+
let options: string[];
|
|
14
|
+
namespace table {
|
|
15
|
+
namespace defaultValue {
|
|
16
|
+
let summary: string;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
export let excludeStories: RegExp;
|
|
22
|
+
}
|
|
23
|
+
export default _default;
|
|
24
|
+
export const BlockLinkCardCarouselData: ({
|
|
25
|
+
url: string;
|
|
26
|
+
title: string;
|
|
27
|
+
slug: string;
|
|
28
|
+
label: string;
|
|
29
|
+
thumbnailImage: {
|
|
30
|
+
src: {
|
|
31
|
+
url: string;
|
|
32
|
+
width: number;
|
|
33
|
+
height: number;
|
|
34
|
+
};
|
|
35
|
+
alt: string;
|
|
36
|
+
};
|
|
37
|
+
} | {
|
|
38
|
+
url: string;
|
|
39
|
+
title: string;
|
|
40
|
+
slug: string;
|
|
41
|
+
thumbnailImage: {
|
|
42
|
+
src: {
|
|
43
|
+
url: string;
|
|
44
|
+
width: number;
|
|
45
|
+
height: number;
|
|
46
|
+
};
|
|
47
|
+
alt: string;
|
|
48
|
+
};
|
|
49
|
+
label?: undefined;
|
|
50
|
+
})[];
|
|
51
|
+
export const BlockLinkTileCarouselData: ({
|
|
52
|
+
url: string;
|
|
53
|
+
title: string;
|
|
54
|
+
label: string;
|
|
55
|
+
thumbnailImage: {
|
|
56
|
+
src: {
|
|
57
|
+
url: string;
|
|
58
|
+
width: number;
|
|
59
|
+
height: number;
|
|
60
|
+
};
|
|
61
|
+
alt: string;
|
|
62
|
+
};
|
|
63
|
+
} | {
|
|
64
|
+
url: string;
|
|
65
|
+
title: string;
|
|
66
|
+
thumbnailImage: {
|
|
67
|
+
src: {
|
|
68
|
+
url: string;
|
|
69
|
+
width: number;
|
|
70
|
+
height: number;
|
|
71
|
+
};
|
|
72
|
+
alt: string;
|
|
73
|
+
};
|
|
74
|
+
label?: undefined;
|
|
75
|
+
})[];
|
|
76
|
+
export const EventsBlockLinkCarouselData: {
|
|
77
|
+
endDate: null;
|
|
78
|
+
startDate: string;
|
|
79
|
+
thumbnailImage: {
|
|
80
|
+
src: {
|
|
81
|
+
height: string;
|
|
82
|
+
url: string;
|
|
83
|
+
width: string;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
title: string;
|
|
87
|
+
url: string;
|
|
88
|
+
}[];
|
|
89
|
+
export namespace CardCarousel {
|
|
90
|
+
namespace args {
|
|
91
|
+
let itemType_1: string;
|
|
92
|
+
export { itemType_1 as itemType };
|
|
93
|
+
export let heading: string;
|
|
94
|
+
export { BlockLinkCardCarouselData as items };
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
export namespace TileCarousel {
|
|
98
|
+
export namespace args_1 {
|
|
99
|
+
let itemType_2: string;
|
|
100
|
+
export { itemType_2 as itemType };
|
|
101
|
+
let heading_1: string;
|
|
102
|
+
export { heading_1 as heading };
|
|
103
|
+
export { BlockLinkCardCarouselData as items };
|
|
104
|
+
}
|
|
105
|
+
export { args_1 as args };
|
|
106
|
+
}
|
|
107
|
+
export namespace MoreEventsCarousel {
|
|
108
|
+
export namespace args_2 {
|
|
109
|
+
let itemType_3: string;
|
|
110
|
+
export { itemType_3 as itemType };
|
|
111
|
+
let heading_2: string;
|
|
112
|
+
export { heading_2 as heading };
|
|
113
|
+
export { EventsBlockLinkCarouselData as items };
|
|
114
|
+
}
|
|
115
|
+
export { args_2 as args };
|
|
116
|
+
}
|
|
117
|
+
export namespace TwoItems {
|
|
118
|
+
export namespace args_3 {
|
|
119
|
+
let itemType_4: string;
|
|
120
|
+
export { itemType_4 as itemType };
|
|
121
|
+
let heading_3: string;
|
|
122
|
+
export { heading_3 as heading };
|
|
123
|
+
export let items: ({
|
|
124
|
+
url: string;
|
|
125
|
+
title: string;
|
|
126
|
+
slug: string;
|
|
127
|
+
label: string;
|
|
128
|
+
thumbnailImage: {
|
|
129
|
+
src: {
|
|
130
|
+
url: string;
|
|
131
|
+
width: number;
|
|
132
|
+
height: number;
|
|
133
|
+
};
|
|
134
|
+
alt: string;
|
|
135
|
+
};
|
|
136
|
+
} | {
|
|
137
|
+
url: string;
|
|
138
|
+
title: string;
|
|
139
|
+
slug: string;
|
|
140
|
+
thumbnailImage: {
|
|
141
|
+
src: {
|
|
142
|
+
url: string;
|
|
143
|
+
width: number;
|
|
144
|
+
height: number;
|
|
145
|
+
};
|
|
146
|
+
alt: string;
|
|
147
|
+
};
|
|
148
|
+
label?: undefined;
|
|
149
|
+
})[];
|
|
150
|
+
}
|
|
151
|
+
export { args_3 as args };
|
|
152
|
+
}
|
|
153
|
+
export function MultipleCarousels(args: any): {
|
|
154
|
+
components: {
|
|
155
|
+
BlockLinkCarousel: import('vue').DefineComponent<{
|
|
156
|
+
itemType: {
|
|
157
|
+
type: StringConstructor;
|
|
158
|
+
required: false;
|
|
159
|
+
default: string;
|
|
160
|
+
validator: (prop: string) => boolean;
|
|
161
|
+
};
|
|
162
|
+
items: {
|
|
163
|
+
type: ArrayConstructor;
|
|
164
|
+
required: false;
|
|
165
|
+
};
|
|
166
|
+
heading: {
|
|
167
|
+
type: StringConstructor;
|
|
168
|
+
required: false;
|
|
169
|
+
};
|
|
170
|
+
}, unknown, unknown, {
|
|
171
|
+
theVariantComponent(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
172
|
+
hasContent(): boolean;
|
|
173
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
174
|
+
itemType: {
|
|
175
|
+
type: StringConstructor;
|
|
176
|
+
required: false;
|
|
177
|
+
default: string;
|
|
178
|
+
validator: (prop: string) => boolean;
|
|
179
|
+
};
|
|
180
|
+
items: {
|
|
181
|
+
type: ArrayConstructor;
|
|
182
|
+
required: false;
|
|
183
|
+
};
|
|
184
|
+
heading: {
|
|
185
|
+
type: StringConstructor;
|
|
186
|
+
required: false;
|
|
187
|
+
};
|
|
188
|
+
}>>, {
|
|
189
|
+
itemType: string;
|
|
190
|
+
}, {}>;
|
|
191
|
+
};
|
|
192
|
+
setup(): {
|
|
193
|
+
args: any;
|
|
194
|
+
};
|
|
195
|
+
template: string;
|
|
196
|
+
};
|
|
197
|
+
export namespace MultipleCarousels {
|
|
198
|
+
export namespace args_4 {
|
|
199
|
+
let itemType_5: string;
|
|
200
|
+
export { itemType_5 as itemType };
|
|
201
|
+
let heading_4: string;
|
|
202
|
+
export { heading_4 as heading };
|
|
203
|
+
export let otherHeading: string;
|
|
204
|
+
export { BlockLinkCardCarouselData as items };
|
|
205
|
+
}
|
|
206
|
+
export { args_4 as args };
|
|
207
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
interface Variants {
|
|
2
|
+
[name: string]: string;
|
|
3
|
+
}
|
|
4
|
+
export declare const itemTypes: Variants;
|
|
5
|
+
declare const _default: import('vue').DefineComponent<{
|
|
6
|
+
itemType: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
required: false;
|
|
9
|
+
default: string;
|
|
10
|
+
validator: (prop: string) => boolean;
|
|
11
|
+
};
|
|
12
|
+
items: {
|
|
13
|
+
type: ArrayConstructor;
|
|
14
|
+
required: false;
|
|
15
|
+
};
|
|
16
|
+
heading: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
required: false;
|
|
19
|
+
};
|
|
20
|
+
}, unknown, unknown, {
|
|
21
|
+
theVariantComponent(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
22
|
+
hasContent(): boolean;
|
|
23
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
24
|
+
itemType: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
required: false;
|
|
27
|
+
default: string;
|
|
28
|
+
validator: (prop: string) => boolean;
|
|
29
|
+
};
|
|
30
|
+
items: {
|
|
31
|
+
type: ArrayConstructor;
|
|
32
|
+
required: false;
|
|
33
|
+
};
|
|
34
|
+
heading: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
required: false;
|
|
37
|
+
};
|
|
38
|
+
}>>, {
|
|
39
|
+
itemType: string;
|
|
40
|
+
}, {}>;
|
|
41
|
+
export default _default;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { default as BlockLinkTile } from './BlockLinkTile.vue';
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export let title: string;
|
|
4
|
+
export { BlockLinkTile as component };
|
|
5
|
+
export let decorators: (() => {
|
|
6
|
+
template: string;
|
|
7
|
+
})[];
|
|
8
|
+
export namespace argTypes {
|
|
9
|
+
namespace headingLevel {
|
|
10
|
+
let description: string;
|
|
11
|
+
namespace control {
|
|
12
|
+
let type: string;
|
|
13
|
+
}
|
|
14
|
+
let options: (string | null)[];
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
export namespace parameters {
|
|
18
|
+
namespace html {
|
|
19
|
+
let root: string;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
export let excludeStories: RegExp;
|
|
23
|
+
}
|
|
24
|
+
export default _default;
|
|
25
|
+
export namespace BlockLinkTileData {
|
|
26
|
+
namespace card {
|
|
27
|
+
export let url: string;
|
|
28
|
+
let title_1: string;
|
|
29
|
+
export { title_1 as title };
|
|
30
|
+
export let label: string;
|
|
31
|
+
export namespace thumbnailImage {
|
|
32
|
+
namespace src {
|
|
33
|
+
let url_1: string;
|
|
34
|
+
export { url_1 as url };
|
|
35
|
+
export let width: number;
|
|
36
|
+
export let height: number;
|
|
37
|
+
}
|
|
38
|
+
let alt: string;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
export namespace SingleItem {
|
|
43
|
+
namespace args {
|
|
44
|
+
import data = BlockLinkTileData.card;
|
|
45
|
+
export { data };
|
|
46
|
+
let headingLevel_1: string;
|
|
47
|
+
export { headingLevel_1 as headingLevel };
|
|
48
|
+
export let compact: boolean;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
export namespace Compact {
|
|
52
|
+
export namespace args_1 {
|
|
53
|
+
let title_2: string;
|
|
54
|
+
export { title_2 as title };
|
|
55
|
+
let url_2: string;
|
|
56
|
+
export { url_2 as url };
|
|
57
|
+
export let externalLink: string;
|
|
58
|
+
let label_1: string;
|
|
59
|
+
export { label_1 as label };
|
|
60
|
+
export namespace thumbnailImage_1 {
|
|
61
|
+
export namespace src_1 {
|
|
62
|
+
let url_3: string;
|
|
63
|
+
export { url_3 as url };
|
|
64
|
+
let width_1: number;
|
|
65
|
+
export { width_1 as width };
|
|
66
|
+
let height_1: number;
|
|
67
|
+
export { height_1 as height };
|
|
68
|
+
}
|
|
69
|
+
export { src_1 as src };
|
|
70
|
+
let alt_1: string;
|
|
71
|
+
export { alt_1 as alt };
|
|
72
|
+
}
|
|
73
|
+
export { thumbnailImage_1 as thumbnailImage };
|
|
74
|
+
let headingLevel_2: string;
|
|
75
|
+
export { headingLevel_2 as headingLevel };
|
|
76
|
+
let compact_1: boolean;
|
|
77
|
+
export { compact_1 as compact };
|
|
78
|
+
}
|
|
79
|
+
export { args_1 as args };
|
|
80
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { Card } from '../../interfaces';
|
|
3
|
+
import { HeadingLevel } from './../BaseHeading/BaseHeading.vue';
|
|
4
|
+
|
|
5
|
+
declare const _default: import('vue').DefineComponent<{
|
|
6
|
+
data: {
|
|
7
|
+
type: PropType<Card>;
|
|
8
|
+
required: false;
|
|
9
|
+
};
|
|
10
|
+
url: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: false;
|
|
13
|
+
};
|
|
14
|
+
externalLink: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
required: false;
|
|
17
|
+
};
|
|
18
|
+
thumbnailImage: {
|
|
19
|
+
type: ObjectConstructor;
|
|
20
|
+
required: false;
|
|
21
|
+
};
|
|
22
|
+
label: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
required: false;
|
|
25
|
+
};
|
|
26
|
+
title: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
required: false;
|
|
29
|
+
};
|
|
30
|
+
startDate: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
required: false;
|
|
33
|
+
};
|
|
34
|
+
endDate: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
required: false;
|
|
37
|
+
};
|
|
38
|
+
compact: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
headingLevel: {
|
|
43
|
+
type: PropType<HeadingLevel>;
|
|
44
|
+
required: false;
|
|
45
|
+
};
|
|
46
|
+
}, unknown, unknown, {
|
|
47
|
+
theItem(): Card | undefined;
|
|
48
|
+
formattedEventDates(): string | undefined;
|
|
49
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
50
|
+
data: {
|
|
51
|
+
type: PropType<Card>;
|
|
52
|
+
required: false;
|
|
53
|
+
};
|
|
54
|
+
url: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
required: false;
|
|
57
|
+
};
|
|
58
|
+
externalLink: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
required: false;
|
|
61
|
+
};
|
|
62
|
+
thumbnailImage: {
|
|
63
|
+
type: ObjectConstructor;
|
|
64
|
+
required: false;
|
|
65
|
+
};
|
|
66
|
+
label: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
required: false;
|
|
69
|
+
};
|
|
70
|
+
title: {
|
|
71
|
+
type: StringConstructor;
|
|
72
|
+
required: false;
|
|
73
|
+
};
|
|
74
|
+
startDate: {
|
|
75
|
+
type: StringConstructor;
|
|
76
|
+
required: false;
|
|
77
|
+
};
|
|
78
|
+
endDate: {
|
|
79
|
+
type: StringConstructor;
|
|
80
|
+
required: false;
|
|
81
|
+
};
|
|
82
|
+
compact: {
|
|
83
|
+
type: BooleanConstructor;
|
|
84
|
+
default: boolean;
|
|
85
|
+
};
|
|
86
|
+
headingLevel: {
|
|
87
|
+
type: PropType<HeadingLevel>;
|
|
88
|
+
required: false;
|
|
89
|
+
};
|
|
90
|
+
}>>, {
|
|
91
|
+
compact: boolean;
|
|
92
|
+
}, {}>;
|
|
93
|
+
export default _default;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { default as BlockListCards } from './BlockListCards.vue';
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export let title: string;
|
|
4
|
+
export { BlockListCards as component };
|
|
5
|
+
export let excludeStories: RegExp;
|
|
6
|
+
}
|
|
7
|
+
export default _default;
|
|
8
|
+
export namespace BlockListCardsData {
|
|
9
|
+
let blockType: string;
|
|
10
|
+
let items: ({
|
|
11
|
+
description: string;
|
|
12
|
+
heading: string;
|
|
13
|
+
image: {
|
|
14
|
+
src: {
|
|
15
|
+
url: string;
|
|
16
|
+
width: string;
|
|
17
|
+
height: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
links: ({
|
|
21
|
+
externalLink: string;
|
|
22
|
+
page: null;
|
|
23
|
+
text: string;
|
|
24
|
+
} | {
|
|
25
|
+
externalLink: null;
|
|
26
|
+
page: {
|
|
27
|
+
url: string;
|
|
28
|
+
};
|
|
29
|
+
text: string;
|
|
30
|
+
})[];
|
|
31
|
+
} | {
|
|
32
|
+
description: string;
|
|
33
|
+
heading: string;
|
|
34
|
+
image: {
|
|
35
|
+
src: {
|
|
36
|
+
url: string;
|
|
37
|
+
width: string;
|
|
38
|
+
height: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
links: {
|
|
42
|
+
externalLink: null;
|
|
43
|
+
page: null;
|
|
44
|
+
document: {
|
|
45
|
+
url: string;
|
|
46
|
+
};
|
|
47
|
+
text: string;
|
|
48
|
+
}[];
|
|
49
|
+
})[];
|
|
50
|
+
}
|
|
51
|
+
export namespace Default {
|
|
52
|
+
let name: string;
|
|
53
|
+
namespace args {
|
|
54
|
+
export { BlockListCardsData as data };
|
|
55
|
+
}
|
|
56
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { RelatedLinkObject } from '../../interfaces';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<{
|
|
4
|
+
data: {
|
|
5
|
+
type: ObjectConstructor;
|
|
6
|
+
required: false;
|
|
7
|
+
};
|
|
8
|
+
}, unknown, unknown, {}, {
|
|
9
|
+
getExternalLink(link: RelatedLinkObject): string | undefined;
|
|
10
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
+
data: {
|
|
12
|
+
type: ObjectConstructor;
|
|
13
|
+
required: false;
|
|
14
|
+
};
|
|
15
|
+
}>>, {}, {}>;
|
|
16
|
+
export default _default;
|