@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,115 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { UnitSystemName } from './../BaseUnitToggle/BaseUnitToggle.vue';
|
|
3
|
+
|
|
4
|
+
export declare const distanceTypes: {
|
|
5
|
+
readonly earth: "Distance from Earth";
|
|
6
|
+
readonly mars: "Distance traveled on Mars";
|
|
7
|
+
};
|
|
8
|
+
export type DistanceType = keyof typeof distanceTypes;
|
|
9
|
+
type APIDistance = {
|
|
10
|
+
value: number;
|
|
11
|
+
system: UnitSystemName;
|
|
12
|
+
};
|
|
13
|
+
type SPICEPlanetsResponse = {
|
|
14
|
+
items: {
|
|
15
|
+
date: string;
|
|
16
|
+
value: string;
|
|
17
|
+
}[];
|
|
18
|
+
error: boolean;
|
|
19
|
+
units: 'KM';
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Map from mars.nasa.gov API endpoint URLs to our corresponding proxied path.
|
|
23
|
+
*/
|
|
24
|
+
export declare const supportedAPIPaths: {
|
|
25
|
+
readonly '/api/v1/missions/': {
|
|
26
|
+
/**
|
|
27
|
+
* Query based on mission ID only.
|
|
28
|
+
* Throws an error if there is no mission ID.
|
|
29
|
+
*/
|
|
30
|
+
readonly getPath: (endpointURL: string, match: string) => string;
|
|
31
|
+
/**
|
|
32
|
+
* Extract the distance from the single field.
|
|
33
|
+
*/
|
|
34
|
+
readonly getDistance: (data: {
|
|
35
|
+
mi_traveled: number;
|
|
36
|
+
}) => APIDistance;
|
|
37
|
+
};
|
|
38
|
+
readonly '/spice_data/getRangefromT1/': {
|
|
39
|
+
/**
|
|
40
|
+
* Query SPICE data based on a planets pair and a pair of current time + future datetime (arbitrary).
|
|
41
|
+
* Fails if the endpoint URL is not of the expected format.
|
|
42
|
+
*/
|
|
43
|
+
readonly getPath: (endpointURL: string, match: string) => string;
|
|
44
|
+
/**
|
|
45
|
+
* Extract a single value from a SPICE data array.
|
|
46
|
+
*/
|
|
47
|
+
readonly getDistance: (data: SPICEPlanetsResponse, index: number) => APIDistance;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
type SPICEAPIConfig = (typeof supportedAPIPaths)['/spice_data/getRangefromT1/'];
|
|
51
|
+
type Timeout = ReturnType<typeof setTimeout>;
|
|
52
|
+
/**
|
|
53
|
+
* Display a distance stat – label, value, unit toggle,
|
|
54
|
+
* either from a predefined value, or supported API endpoint.
|
|
55
|
+
*/
|
|
56
|
+
declare const _default: import('vue').DefineComponent<{
|
|
57
|
+
distanceType: {
|
|
58
|
+
type: PropType<"" | "earth" | "mars">;
|
|
59
|
+
required: true;
|
|
60
|
+
validator: (val: string) => boolean;
|
|
61
|
+
};
|
|
62
|
+
value: NumberConstructor;
|
|
63
|
+
valueSystem: {
|
|
64
|
+
type: PropType<keyof import('./../BaseUnitToggle/BaseUnitToggle.vue').UnitConfig>;
|
|
65
|
+
required: false;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
|
+
distanceApiUrls: {
|
|
69
|
+
type: StringConstructor;
|
|
70
|
+
required: false;
|
|
71
|
+
validator: (val: string) => boolean;
|
|
72
|
+
};
|
|
73
|
+
labelClass: StringConstructor;
|
|
74
|
+
}, unknown, {
|
|
75
|
+
apiDistance: APIDistance | null;
|
|
76
|
+
showError: boolean;
|
|
77
|
+
timeout: Timeout | null;
|
|
78
|
+
}, {
|
|
79
|
+
distanceTypeLabel(): string;
|
|
80
|
+
loadedValue(): number | undefined;
|
|
81
|
+
loadedSystem(): UnitSystemName;
|
|
82
|
+
isLoading(): boolean;
|
|
83
|
+
}, {
|
|
84
|
+
/**
|
|
85
|
+
* Retrieve distance data from supported API endpoints.
|
|
86
|
+
*/
|
|
87
|
+
getAPIDistance(): Promise<void>;
|
|
88
|
+
/**
|
|
89
|
+
* Special logic for SPICE data that can be live-updated.
|
|
90
|
+
* Automatically cycles through the data array, and
|
|
91
|
+
* automatically makes more requests for more data when needed.
|
|
92
|
+
*/
|
|
93
|
+
updateSPICEData(apiConfig: SPICEAPIConfig, data: SPICEPlanetsResponse, index: number): Promise<void>;
|
|
94
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
95
|
+
distanceType: {
|
|
96
|
+
type: PropType<"" | "earth" | "mars">;
|
|
97
|
+
required: true;
|
|
98
|
+
validator: (val: string) => boolean;
|
|
99
|
+
};
|
|
100
|
+
value: NumberConstructor;
|
|
101
|
+
valueSystem: {
|
|
102
|
+
type: PropType<keyof import('./../BaseUnitToggle/BaseUnitToggle.vue').UnitConfig>;
|
|
103
|
+
required: false;
|
|
104
|
+
default: string;
|
|
105
|
+
};
|
|
106
|
+
distanceApiUrls: {
|
|
107
|
+
type: StringConstructor;
|
|
108
|
+
required: false;
|
|
109
|
+
validator: (val: string) => boolean;
|
|
110
|
+
};
|
|
111
|
+
labelClass: StringConstructor;
|
|
112
|
+
}>>, {
|
|
113
|
+
valueSystem: keyof import('./../BaseUnitToggle/BaseUnitToggle.vue').UnitConfig;
|
|
114
|
+
}, {}>;
|
|
115
|
+
export default _default;
|
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
import { default as MissionDetailStats } from './MissionDetailStats.vue';
|
|
2
|
+
import { default as MissionDetailStatsMini } from './MissionDetailStatsMini.vue';
|
|
3
|
+
import { default as MissionDetailStatsMicro } from './MissionDetailStatsMicro.vue';
|
|
4
|
+
declare namespace _default {
|
|
5
|
+
export let title: string;
|
|
6
|
+
export { MissionDetailStats as component };
|
|
7
|
+
export namespace subcomponents {
|
|
8
|
+
export { MissionDetailStatsMini };
|
|
9
|
+
export { MissionDetailStatsMicro };
|
|
10
|
+
}
|
|
11
|
+
export let decorators: (() => {
|
|
12
|
+
template: string;
|
|
13
|
+
})[];
|
|
14
|
+
export namespace parameters {
|
|
15
|
+
namespace html {
|
|
16
|
+
let root: string;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export let excludeStories: RegExp;
|
|
20
|
+
export namespace argTypes {
|
|
21
|
+
namespace status {
|
|
22
|
+
namespace control {
|
|
23
|
+
let type: string;
|
|
24
|
+
}
|
|
25
|
+
let options: string[];
|
|
26
|
+
}
|
|
27
|
+
namespace clockType {
|
|
28
|
+
export namespace control_1 {
|
|
29
|
+
let type_1: string;
|
|
30
|
+
export { type_1 as type };
|
|
31
|
+
}
|
|
32
|
+
export { control_1 as control };
|
|
33
|
+
let options_1: string[];
|
|
34
|
+
export { options_1 as options };
|
|
35
|
+
}
|
|
36
|
+
namespace distanceType {
|
|
37
|
+
export namespace control_2 {
|
|
38
|
+
let type_2: string;
|
|
39
|
+
export { type_2 as type };
|
|
40
|
+
}
|
|
41
|
+
export { control_2 as control };
|
|
42
|
+
let options_2: string[];
|
|
43
|
+
export { options_2 as options };
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
export default _default;
|
|
48
|
+
export namespace MissionDetailStatsData {
|
|
49
|
+
export let showClock: boolean;
|
|
50
|
+
export let showDistance: boolean;
|
|
51
|
+
let clockType_1: string;
|
|
52
|
+
export { clockType_1 as clockType };
|
|
53
|
+
export let startDateTime: string;
|
|
54
|
+
let distanceType_1: string;
|
|
55
|
+
export { distanceType_1 as distanceType };
|
|
56
|
+
export let distanceValue: number;
|
|
57
|
+
export let distanceApiUrls: string;
|
|
58
|
+
export let displayDate: string;
|
|
59
|
+
export let missionTypes: {
|
|
60
|
+
missionType: string;
|
|
61
|
+
}[];
|
|
62
|
+
export let missionTargets: {
|
|
63
|
+
target: string;
|
|
64
|
+
}[];
|
|
65
|
+
let status_1: string;
|
|
66
|
+
export { status_1 as status };
|
|
67
|
+
}
|
|
68
|
+
export namespace Full {
|
|
69
|
+
export { MissionDetailStatsData as args };
|
|
70
|
+
export function render(args: any): {
|
|
71
|
+
setup(): {
|
|
72
|
+
args: any;
|
|
73
|
+
};
|
|
74
|
+
components: {
|
|
75
|
+
MissionDetailStats: import("vue").DefineComponent<{
|
|
76
|
+
showClock: BooleanConstructor;
|
|
77
|
+
clockType: {
|
|
78
|
+
type: import("vue").PropType<"countdown" | "time_in_orbit" | "time_on_mars" | "time_to_mars" | "time_to_dest">;
|
|
79
|
+
required: true;
|
|
80
|
+
validator: (val: "countdown" | "time_in_orbit" | "time_on_mars" | "time_to_mars" | "time_to_dest") => boolean;
|
|
81
|
+
};
|
|
82
|
+
startDateTime: StringConstructor;
|
|
83
|
+
displayDate: {
|
|
84
|
+
type: StringConstructor;
|
|
85
|
+
required: false;
|
|
86
|
+
};
|
|
87
|
+
missionTypes: {
|
|
88
|
+
type: import("vue").PropType<{
|
|
89
|
+
missionType: string;
|
|
90
|
+
}[]>;
|
|
91
|
+
required: true;
|
|
92
|
+
default: () => never[];
|
|
93
|
+
};
|
|
94
|
+
missionTargets: {
|
|
95
|
+
type: import("vue").PropType<{
|
|
96
|
+
target: string;
|
|
97
|
+
}[]>;
|
|
98
|
+
required: true;
|
|
99
|
+
default: () => never[];
|
|
100
|
+
};
|
|
101
|
+
status: {
|
|
102
|
+
type: import("vue").PropType<"draft" | "current" | "future" | "proposed" | "past">;
|
|
103
|
+
required: true;
|
|
104
|
+
validator: (val: "draft" | "current" | "future" | "proposed" | "past") => boolean;
|
|
105
|
+
};
|
|
106
|
+
showDistance: BooleanConstructor;
|
|
107
|
+
distanceType: {
|
|
108
|
+
type: import("vue").PropType<"" | "earth" | "mars">;
|
|
109
|
+
required: false;
|
|
110
|
+
default: string;
|
|
111
|
+
};
|
|
112
|
+
distanceValue: NumberConstructor;
|
|
113
|
+
distanceApiUrls: StringConstructor;
|
|
114
|
+
}, unknown, unknown, {
|
|
115
|
+
clockTypeLabel(): string;
|
|
116
|
+
statusLabel(): "draft" | "current" | "future" | "proposed" | "past" | ("Select status" | "Current" | "Future" | "Proposed" | "Past");
|
|
117
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
118
|
+
showClock: BooleanConstructor;
|
|
119
|
+
clockType: {
|
|
120
|
+
type: import("vue").PropType<"countdown" | "time_in_orbit" | "time_on_mars" | "time_to_mars" | "time_to_dest">;
|
|
121
|
+
required: true;
|
|
122
|
+
validator: (val: "countdown" | "time_in_orbit" | "time_on_mars" | "time_to_mars" | "time_to_dest") => boolean;
|
|
123
|
+
};
|
|
124
|
+
startDateTime: StringConstructor;
|
|
125
|
+
displayDate: {
|
|
126
|
+
type: StringConstructor;
|
|
127
|
+
required: false;
|
|
128
|
+
};
|
|
129
|
+
missionTypes: {
|
|
130
|
+
type: import("vue").PropType<{
|
|
131
|
+
missionType: string;
|
|
132
|
+
}[]>;
|
|
133
|
+
required: true;
|
|
134
|
+
default: () => never[];
|
|
135
|
+
};
|
|
136
|
+
missionTargets: {
|
|
137
|
+
type: import("vue").PropType<{
|
|
138
|
+
target: string;
|
|
139
|
+
}[]>;
|
|
140
|
+
required: true;
|
|
141
|
+
default: () => never[];
|
|
142
|
+
};
|
|
143
|
+
status: {
|
|
144
|
+
type: import("vue").PropType<"draft" | "current" | "future" | "proposed" | "past">;
|
|
145
|
+
required: true;
|
|
146
|
+
validator: (val: "draft" | "current" | "future" | "proposed" | "past") => boolean;
|
|
147
|
+
};
|
|
148
|
+
showDistance: BooleanConstructor;
|
|
149
|
+
distanceType: {
|
|
150
|
+
type: import("vue").PropType<"" | "earth" | "mars">;
|
|
151
|
+
required: false;
|
|
152
|
+
default: string;
|
|
153
|
+
};
|
|
154
|
+
distanceValue: NumberConstructor;
|
|
155
|
+
distanceApiUrls: StringConstructor;
|
|
156
|
+
}>>, {
|
|
157
|
+
distanceType: "" | "earth" | "mars";
|
|
158
|
+
showClock: boolean;
|
|
159
|
+
missionTypes: {
|
|
160
|
+
missionType: string;
|
|
161
|
+
}[];
|
|
162
|
+
missionTargets: {
|
|
163
|
+
target: string;
|
|
164
|
+
}[];
|
|
165
|
+
showDistance: boolean;
|
|
166
|
+
}, {}>;
|
|
167
|
+
};
|
|
168
|
+
template: string;
|
|
169
|
+
};
|
|
170
|
+
}
|
|
171
|
+
export namespace Mini {
|
|
172
|
+
export namespace args {
|
|
173
|
+
import showClock_1 = MissionDetailStatsData.showClock;
|
|
174
|
+
export { showClock_1 as showClock };
|
|
175
|
+
import showDistance_1 = MissionDetailStatsData.showDistance;
|
|
176
|
+
export { showDistance_1 as showDistance };
|
|
177
|
+
import clockType_2 = MissionDetailStatsData.clockType;
|
|
178
|
+
export { clockType_2 as clockType };
|
|
179
|
+
let startDateTime_1: string;
|
|
180
|
+
export { startDateTime_1 as startDateTime };
|
|
181
|
+
import distanceType_2 = MissionDetailStatsData.distanceType;
|
|
182
|
+
export { distanceType_2 as distanceType };
|
|
183
|
+
import distanceValue_1 = MissionDetailStatsData.distanceValue;
|
|
184
|
+
export { distanceValue_1 as distanceValue };
|
|
185
|
+
}
|
|
186
|
+
export function render_1(args: any): {
|
|
187
|
+
setup(): {
|
|
188
|
+
args: any;
|
|
189
|
+
};
|
|
190
|
+
components: {
|
|
191
|
+
MissionDetailStatsMini: import("vue").DefineComponent<{
|
|
192
|
+
showClock: BooleanConstructor;
|
|
193
|
+
clockType: {
|
|
194
|
+
type: import("vue").PropType<"countdown" | "time_in_orbit" | "time_on_mars" | "time_to_mars" | "time_to_dest">;
|
|
195
|
+
required: true;
|
|
196
|
+
validator: (val: "countdown" | "time_in_orbit" | "time_on_mars" | "time_to_mars" | "time_to_dest") => boolean;
|
|
197
|
+
};
|
|
198
|
+
startDateTime: StringConstructor;
|
|
199
|
+
showDistance: BooleanConstructor;
|
|
200
|
+
distanceType: {
|
|
201
|
+
type: import("vue").PropType<"" | "earth" | "mars">;
|
|
202
|
+
};
|
|
203
|
+
distanceValue: NumberConstructor;
|
|
204
|
+
distanceApiUrls: StringConstructor;
|
|
205
|
+
}, unknown, unknown, {
|
|
206
|
+
clockTypeLabel(): string;
|
|
207
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
208
|
+
showClock: BooleanConstructor;
|
|
209
|
+
clockType: {
|
|
210
|
+
type: import("vue").PropType<"countdown" | "time_in_orbit" | "time_on_mars" | "time_to_mars" | "time_to_dest">;
|
|
211
|
+
required: true;
|
|
212
|
+
validator: (val: "countdown" | "time_in_orbit" | "time_on_mars" | "time_to_mars" | "time_to_dest") => boolean;
|
|
213
|
+
};
|
|
214
|
+
startDateTime: StringConstructor;
|
|
215
|
+
showDistance: BooleanConstructor;
|
|
216
|
+
distanceType: {
|
|
217
|
+
type: import("vue").PropType<"" | "earth" | "mars">;
|
|
218
|
+
};
|
|
219
|
+
distanceValue: NumberConstructor;
|
|
220
|
+
distanceApiUrls: StringConstructor;
|
|
221
|
+
}>>, {
|
|
222
|
+
showClock: boolean;
|
|
223
|
+
showDistance: boolean;
|
|
224
|
+
}, {}>;
|
|
225
|
+
};
|
|
226
|
+
template: string;
|
|
227
|
+
};
|
|
228
|
+
export { render_1 as render };
|
|
229
|
+
}
|
|
230
|
+
export namespace Micro {
|
|
231
|
+
export namespace args_1 {
|
|
232
|
+
import showClock_2 = MissionDetailStatsData.showClock;
|
|
233
|
+
export { showClock_2 as showClock };
|
|
234
|
+
import clockType_3 = MissionDetailStatsData.clockType;
|
|
235
|
+
export { clockType_3 as clockType };
|
|
236
|
+
let startDateTime_2: string;
|
|
237
|
+
export { startDateTime_2 as startDateTime };
|
|
238
|
+
}
|
|
239
|
+
export { args_1 as args };
|
|
240
|
+
export function render_2(args: any): {
|
|
241
|
+
setup(): {
|
|
242
|
+
args: any;
|
|
243
|
+
};
|
|
244
|
+
components: {
|
|
245
|
+
MissionDetailStatsMicro: import("vue").DefineComponent<{
|
|
246
|
+
showClock: BooleanConstructor;
|
|
247
|
+
startDateTime: StringConstructor;
|
|
248
|
+
clockType: {
|
|
249
|
+
type: import("vue").PropType<"countdown" | "time_in_orbit" | "time_on_mars" | "time_to_mars" | "time_to_dest">;
|
|
250
|
+
required: true;
|
|
251
|
+
validator: (val: "countdown" | "time_in_orbit" | "time_on_mars" | "time_to_mars" | "time_to_dest") => boolean;
|
|
252
|
+
};
|
|
253
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
254
|
+
showClock: BooleanConstructor;
|
|
255
|
+
startDateTime: StringConstructor;
|
|
256
|
+
clockType: {
|
|
257
|
+
type: import("vue").PropType<"countdown" | "time_in_orbit" | "time_on_mars" | "time_to_mars" | "time_to_dest">;
|
|
258
|
+
required: true;
|
|
259
|
+
validator: (val: "countdown" | "time_in_orbit" | "time_on_mars" | "time_to_mars" | "time_to_dest") => boolean;
|
|
260
|
+
};
|
|
261
|
+
}>>, {
|
|
262
|
+
showClock: boolean;
|
|
263
|
+
}, {}>;
|
|
264
|
+
};
|
|
265
|
+
template: string;
|
|
266
|
+
};
|
|
267
|
+
export { render_2 as render };
|
|
268
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
|
|
3
|
+
export declare const statuses: {
|
|
4
|
+
readonly draft: "Select status";
|
|
5
|
+
readonly current: "Current";
|
|
6
|
+
readonly future: "Future";
|
|
7
|
+
readonly proposed: "Proposed";
|
|
8
|
+
readonly past: "Past";
|
|
9
|
+
};
|
|
10
|
+
type Status = keyof typeof statuses;
|
|
11
|
+
type StatusLabel = (typeof statuses)[Status];
|
|
12
|
+
export declare const clockTypes: {
|
|
13
|
+
readonly countdown: "Countdown";
|
|
14
|
+
readonly time_in_orbit: "Time in Orbit";
|
|
15
|
+
readonly time_on_mars: "Time on Mars";
|
|
16
|
+
readonly time_to_mars: "Time to Mars";
|
|
17
|
+
readonly time_to_dest: "Time to Destination";
|
|
18
|
+
};
|
|
19
|
+
export type ClockType = keyof typeof clockTypes;
|
|
20
|
+
/**
|
|
21
|
+
* Displays mission-related metrics or metadata. All fields optional.
|
|
22
|
+
*/
|
|
23
|
+
declare const _default: import('vue').DefineComponent<{
|
|
24
|
+
showClock: BooleanConstructor;
|
|
25
|
+
clockType: {
|
|
26
|
+
type: PropType<"countdown" | "time_in_orbit" | "time_on_mars" | "time_to_mars" | "time_to_dest">;
|
|
27
|
+
required: true;
|
|
28
|
+
validator: (val: ClockType) => boolean;
|
|
29
|
+
};
|
|
30
|
+
startDateTime: StringConstructor;
|
|
31
|
+
displayDate: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
required: false;
|
|
34
|
+
};
|
|
35
|
+
missionTypes: {
|
|
36
|
+
type: PropType<{
|
|
37
|
+
missionType: string;
|
|
38
|
+
}[]>;
|
|
39
|
+
required: true;
|
|
40
|
+
default: () => never[];
|
|
41
|
+
};
|
|
42
|
+
missionTargets: {
|
|
43
|
+
type: PropType<{
|
|
44
|
+
target: string;
|
|
45
|
+
}[]>;
|
|
46
|
+
required: true;
|
|
47
|
+
default: () => never[];
|
|
48
|
+
};
|
|
49
|
+
status: {
|
|
50
|
+
type: PropType<"draft" | "current" | "future" | "proposed" | "past">;
|
|
51
|
+
required: true;
|
|
52
|
+
validator: (val: Status) => boolean;
|
|
53
|
+
};
|
|
54
|
+
showDistance: BooleanConstructor;
|
|
55
|
+
distanceType: {
|
|
56
|
+
type: PropType<"" | "earth" | "mars">;
|
|
57
|
+
required: false;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
distanceValue: NumberConstructor;
|
|
61
|
+
distanceApiUrls: StringConstructor;
|
|
62
|
+
}, unknown, unknown, {
|
|
63
|
+
clockTypeLabel(): string;
|
|
64
|
+
statusLabel(): StatusLabel | Status;
|
|
65
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
66
|
+
showClock: BooleanConstructor;
|
|
67
|
+
clockType: {
|
|
68
|
+
type: PropType<"countdown" | "time_in_orbit" | "time_on_mars" | "time_to_mars" | "time_to_dest">;
|
|
69
|
+
required: true;
|
|
70
|
+
validator: (val: ClockType) => boolean;
|
|
71
|
+
};
|
|
72
|
+
startDateTime: StringConstructor;
|
|
73
|
+
displayDate: {
|
|
74
|
+
type: StringConstructor;
|
|
75
|
+
required: false;
|
|
76
|
+
};
|
|
77
|
+
missionTypes: {
|
|
78
|
+
type: PropType<{
|
|
79
|
+
missionType: string;
|
|
80
|
+
}[]>;
|
|
81
|
+
required: true;
|
|
82
|
+
default: () => never[];
|
|
83
|
+
};
|
|
84
|
+
missionTargets: {
|
|
85
|
+
type: PropType<{
|
|
86
|
+
target: string;
|
|
87
|
+
}[]>;
|
|
88
|
+
required: true;
|
|
89
|
+
default: () => never[];
|
|
90
|
+
};
|
|
91
|
+
status: {
|
|
92
|
+
type: PropType<"draft" | "current" | "future" | "proposed" | "past">;
|
|
93
|
+
required: true;
|
|
94
|
+
validator: (val: Status) => boolean;
|
|
95
|
+
};
|
|
96
|
+
showDistance: BooleanConstructor;
|
|
97
|
+
distanceType: {
|
|
98
|
+
type: PropType<"" | "earth" | "mars">;
|
|
99
|
+
required: false;
|
|
100
|
+
default: string;
|
|
101
|
+
};
|
|
102
|
+
distanceValue: NumberConstructor;
|
|
103
|
+
distanceApiUrls: StringConstructor;
|
|
104
|
+
}>>, {
|
|
105
|
+
distanceType: "" | "earth" | "mars";
|
|
106
|
+
showClock: boolean;
|
|
107
|
+
missionTypes: {
|
|
108
|
+
missionType: string;
|
|
109
|
+
}[];
|
|
110
|
+
missionTargets: {
|
|
111
|
+
target: string;
|
|
112
|
+
}[];
|
|
113
|
+
showDistance: boolean;
|
|
114
|
+
}, {}>;
|
|
115
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { ClockType } from './MissionDetailStats.vue';
|
|
3
|
+
|
|
4
|
+
declare const _default: import('vue').DefineComponent<{
|
|
5
|
+
showClock: BooleanConstructor;
|
|
6
|
+
startDateTime: StringConstructor;
|
|
7
|
+
clockType: {
|
|
8
|
+
type: PropType<"countdown" | "time_in_orbit" | "time_on_mars" | "time_to_mars" | "time_to_dest">;
|
|
9
|
+
required: true;
|
|
10
|
+
validator: (val: ClockType) => boolean;
|
|
11
|
+
};
|
|
12
|
+
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13
|
+
showClock: BooleanConstructor;
|
|
14
|
+
startDateTime: StringConstructor;
|
|
15
|
+
clockType: {
|
|
16
|
+
type: PropType<"countdown" | "time_in_orbit" | "time_on_mars" | "time_to_mars" | "time_to_dest">;
|
|
17
|
+
required: true;
|
|
18
|
+
validator: (val: ClockType) => boolean;
|
|
19
|
+
};
|
|
20
|
+
}>>, {
|
|
21
|
+
showClock: boolean;
|
|
22
|
+
}, {}>;
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { ClockType } from './MissionDetailStats.vue';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Displays mission-related metrics or metadata. All fields optional.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: import('vue').DefineComponent<{
|
|
8
|
+
showClock: BooleanConstructor;
|
|
9
|
+
clockType: {
|
|
10
|
+
type: PropType<"countdown" | "time_in_orbit" | "time_on_mars" | "time_to_mars" | "time_to_dest">;
|
|
11
|
+
required: true;
|
|
12
|
+
validator: (val: ClockType) => boolean;
|
|
13
|
+
};
|
|
14
|
+
startDateTime: StringConstructor;
|
|
15
|
+
showDistance: BooleanConstructor;
|
|
16
|
+
distanceType: {
|
|
17
|
+
type: PropType<"" | "earth" | "mars">;
|
|
18
|
+
};
|
|
19
|
+
distanceValue: NumberConstructor;
|
|
20
|
+
distanceApiUrls: StringConstructor;
|
|
21
|
+
}, unknown, unknown, {
|
|
22
|
+
clockTypeLabel(): string;
|
|
23
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
24
|
+
showClock: BooleanConstructor;
|
|
25
|
+
clockType: {
|
|
26
|
+
type: PropType<"countdown" | "time_in_orbit" | "time_on_mars" | "time_to_mars" | "time_to_dest">;
|
|
27
|
+
required: true;
|
|
28
|
+
validator: (val: ClockType) => boolean;
|
|
29
|
+
};
|
|
30
|
+
startDateTime: StringConstructor;
|
|
31
|
+
showDistance: BooleanConstructor;
|
|
32
|
+
distanceType: {
|
|
33
|
+
type: PropType<"" | "earth" | "mars">;
|
|
34
|
+
};
|
|
35
|
+
distanceValue: NumberConstructor;
|
|
36
|
+
distanceApiUrls: StringConstructor;
|
|
37
|
+
}>>, {
|
|
38
|
+
showClock: boolean;
|
|
39
|
+
showDistance: boolean;
|
|
40
|
+
}, {}>;
|
|
41
|
+
export default _default;
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { default as MissionDetailStreamfield } from './MissionDetailStreamfield.vue';
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export let title: string;
|
|
4
|
+
export { MissionDetailStreamfield as component };
|
|
5
|
+
export let excludeStories: RegExp;
|
|
6
|
+
}
|
|
7
|
+
export default _default;
|
|
8
|
+
export namespace MissionDetailStreamfieldData {
|
|
9
|
+
let feature: ({
|
|
10
|
+
blockType: string;
|
|
11
|
+
heading: string;
|
|
12
|
+
alignTo?: undefined;
|
|
13
|
+
image?: undefined;
|
|
14
|
+
text?: undefined;
|
|
15
|
+
attribution?: undefined;
|
|
16
|
+
quote?: undefined;
|
|
17
|
+
quoteLink?: undefined;
|
|
18
|
+
} | {
|
|
19
|
+
alignTo: string;
|
|
20
|
+
blockType: string;
|
|
21
|
+
image: {
|
|
22
|
+
src: {
|
|
23
|
+
height: number;
|
|
24
|
+
url: string;
|
|
25
|
+
width: number;
|
|
26
|
+
};
|
|
27
|
+
screenXs: {
|
|
28
|
+
url: string;
|
|
29
|
+
width: number;
|
|
30
|
+
};
|
|
31
|
+
screenLg: {
|
|
32
|
+
url: string;
|
|
33
|
+
width: number;
|
|
34
|
+
};
|
|
35
|
+
alt: string;
|
|
36
|
+
caption: string;
|
|
37
|
+
credit: string;
|
|
38
|
+
detailUrl: string;
|
|
39
|
+
};
|
|
40
|
+
text: string;
|
|
41
|
+
heading?: undefined;
|
|
42
|
+
attribution?: undefined;
|
|
43
|
+
quote?: undefined;
|
|
44
|
+
quoteLink?: undefined;
|
|
45
|
+
} | {
|
|
46
|
+
blockType: string;
|
|
47
|
+
attribution: string;
|
|
48
|
+
quote: string;
|
|
49
|
+
quoteLink: {
|
|
50
|
+
externalLink: string;
|
|
51
|
+
page: null;
|
|
52
|
+
}[];
|
|
53
|
+
heading?: undefined;
|
|
54
|
+
alignTo?: undefined;
|
|
55
|
+
image?: undefined;
|
|
56
|
+
text?: undefined;
|
|
57
|
+
} | {
|
|
58
|
+
blockType: string;
|
|
59
|
+
title: string;
|
|
60
|
+
caption: string;
|
|
61
|
+
url: string;
|
|
62
|
+
heading?: undefined;
|
|
63
|
+
alignTo?: undefined;
|
|
64
|
+
image?: undefined;
|
|
65
|
+
text?: undefined;
|
|
66
|
+
attribution?: undefined;
|
|
67
|
+
quote?: undefined;
|
|
68
|
+
quoteLink?: undefined;
|
|
69
|
+
})[];
|
|
70
|
+
}
|
|
71
|
+
export namespace Streamfield {
|
|
72
|
+
namespace args {
|
|
73
|
+
import data = MissionDetailStreamfieldData.feature;
|
|
74
|
+
export { data };
|
|
75
|
+
}
|
|
76
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
data: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
required: false;
|
|
5
|
+
};
|
|
6
|
+
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7
|
+
data: {
|
|
8
|
+
type: ArrayConstructor;
|
|
9
|
+
required: false;
|
|
10
|
+
};
|
|
11
|
+
}>>, {}, {}>;
|
|
12
|
+
export default _default;
|