@explorer-1/vue 0.3.3 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/components.d.ts +280 -0
- 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 +61181 -0
- package/dist/explorer-1-vue.umd.cjs +114 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Artists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Communicators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Designers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Disruptors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Dreamers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Educators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Innovators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Inventors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Makers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Problem_Solvers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Robiticists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Scientists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Software_Engineers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Thinkers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Visualizers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Artists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Communicators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Designers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Disruptors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Dreamers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Educators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Innovators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Inventors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Makers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Problem_Solvers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Robiticists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Scientists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Software_Engineers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Thinkers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Visualizers.jpg +0 -0
- package/dist/src/components/AboutTheAuthor/AboutTheAuthor.stories.d.ts +30 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.stories.d.ts +45 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +364 -0
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +147 -0
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +144 -0
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.stories.d.ts +39 -0
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +90 -0
- package/dist/src/components/BaseAudio/BaseAudio.stories.d.ts +23 -0
- package/dist/src/components/BaseAudio/BaseAudio.vue.d.ts +78 -0
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +145 -0
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +146 -0
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.stories.d.ts +25 -0
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +73 -0
- package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +166 -0
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +45 -0
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +141 -0
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +117 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +24 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +303 -0
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.d.ts +82 -0
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +92 -0
- package/dist/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue.d.ts +7 -0
- package/dist/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue.d.ts +6 -0
- package/dist/src/components/BaseLink/BaseLink.stories.d.ts +54 -0
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +298 -0
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +1103 -0
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +182 -0
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +161 -0
- package/dist/src/components/BasePill/BasePill.stories.d.ts +38 -0
- package/dist/src/components/BasePill/BasePill.vue.d.ts +80 -0
- package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +25 -0
- package/dist/src/components/BasePlaceholder/BasePlaceholder.vue.d.ts +3 -0
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.stories.d.ts +29 -0
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +86 -0
- package/dist/src/components/BaseSwimlane/BaseSwimlane.stories.d.ts +25 -0
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +85 -0
- package/dist/src/components/BaseTimer/BaseTimer.stories.d.ts +115 -0
- package/dist/src/components/BaseTimer/BaseTimer.test.d.ts +1 -0
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +96 -0
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.stories.d.ts +229 -0
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.test.d.ts +1 -0
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +91 -0
- package/dist/src/components/BaseVideo/BaseVideo.stories.d.ts +26 -0
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +90 -0
- package/dist/src/components/BlockAccordion/BlockAccordion.stories.d.ts +83 -0
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +51 -0
- package/dist/src/components/BlockAnchor/BlockAnchor.vue.d.ts +12 -0
- package/dist/src/components/BlockAudio/BlockAudio.stories.d.ts +35 -0
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +262 -0
- package/dist/src/components/BlockCardGrid/BlockCardGrid.stories.d.ts +111 -0
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +1040 -0
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.stories.d.ts +48 -0
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +537 -0
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +248 -0
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.stories.d.ts +53 -0
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +251 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +87 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.vue.d.ts +61 -0
- package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +38 -0
- package/dist/src/components/BlockCsrTable/CsrTestLimits.vue.d.ts +38 -0
- package/dist/src/components/BlockCsrTable/CsrTestLimitsTable.vue.d.ts +30 -0
- package/dist/src/components/BlockCta/BlockCta.stories.d.ts +37 -0
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +125 -0
- package/dist/src/components/BlockDialog/BlockDialog.stories.d.ts +84 -0
- package/dist/src/components/BlockGist/BlockGist.stories.d.ts +20 -0
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +21 -0
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +2 -0
- package/dist/src/components/BlockHeading/BlockHeading.stories.d.ts +21 -0
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +81 -0
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.stories.d.ts +38 -0
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +382 -0
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +8342 -0
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +1363 -0
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +658 -0
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +655 -0
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.stories.d.ts +40 -0
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +816 -0
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.stories.d.ts +46 -0
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +657 -0
- package/dist/src/components/BlockImageComparison/BlockImageComparison.stories.d.ts +48 -0
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +330 -0
- package/dist/src/components/BlockImageGallery/BlockImageGallery.stories.d.ts +97 -0
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +1213 -0
- package/dist/src/components/BlockInlineImage/BlockInlineImage.stories.d.ts +77 -0
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +668 -0
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.stories.d.ts +21 -0
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +125 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +422 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +964 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +47 -0
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.stories.d.ts +140 -0
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +30 -0
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +2220 -0
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +1983 -0
- package/dist/src/components/BlockLinkTile/BlockLinkTile.stories.d.ts +72 -0
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +560 -0
- package/dist/src/components/BlockListCards/BlockListCards.stories.d.ts +58 -0
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +503 -0
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.stories.d.ts +20 -0
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue.d.ts +323 -0
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +1518 -0
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +295 -0
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.stories.d.ts +45 -0
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +393 -0
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +308 -0
- package/dist/src/components/BlockRichTable/BlockRichTable.stories.d.ts +204 -0
- package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +707 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +2059 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +11489 -0
- package/dist/src/components/BlockTeaser/BlockTeaser.stories.d.ts +62 -0
- package/dist/src/components/BlockTeaser/BlockTeaser.test.d.ts +1 -0
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +305 -0
- package/dist/src/components/BlockText/BlockText.stories.d.ts +36 -0
- package/dist/src/components/BlockText/BlockText.vue.d.ts +56 -0
- package/dist/src/components/BlockVideo/BlockVideo.stories.d.ts +25 -0
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +434 -0
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.stories.d.ts +26 -0
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +395 -0
- package/dist/src/components/CalendarButton/CalendarButton.stories.d.ts +19 -0
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +193 -0
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +36 -0
- package/dist/src/components/DetailHeadline/DetailHeadline.stories.d.ts +55 -0
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +527 -0
- package/dist/src/components/DsnWidget/DsnWidget.stories.d.ts +23 -0
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +297 -0
- package/dist/src/components/EduSubjectIcon/EduSubjectIcon.vue.d.ts +28 -0
- package/dist/src/components/EventCard/EventCard.vue.d.ts +688 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +44 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +241 -0
- package/dist/src/components/FormContact/FormContact.stories.d.ts +397 -0
- package/dist/src/components/FormContact/FormContact.vue.d.ts +383 -0
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +385 -0
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +371 -0
- package/dist/src/components/HeroInlineMedia/HeroInlineMedia.vue.d.ts +34 -0
- package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +42 -0
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +139 -0
- package/dist/src/components/HeroListingIndex/HeroListingIndex.stories.d.ts +138 -0
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +457 -0
- package/dist/src/components/HeroMedia/HeroMedia.stories.d.ts +175 -0
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +384 -0
- package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +94 -0
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +431 -0
- package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +92 -0
- package/dist/src/components/HomepageCarousel/HomepageCarousel.stories.d.ts +353 -0
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +587 -0
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.stories.d.ts +57 -0
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +293 -0
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.stories.d.ts +27 -0
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +393 -0
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.stories.d.ts +94 -0
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +318 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +370 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +703 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +282 -0
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +4651 -0
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +746 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.stories.d.ts +80 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +608 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +162 -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/IconEduArt.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduEngineering.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduEnglishLanguageArts.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduMathematics.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduScience.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduTechnology.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/IconProfile.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 +551 -0
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +165 -0
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +33 -0
- package/dist/src/components/LoadingTransition/LoadingTransition.vue.d.ts +7 -0
- package/dist/src/components/LogoCaltech/LogoCaltech.stories.d.ts +40 -0
- package/dist/src/components/LogoCaltech/LogoCaltech.vue.d.ts +2 -0
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +136 -0
- package/dist/src/components/LogoTribrand/LogoTribrand.vue.d.ts +20 -0
- package/dist/src/components/MetaPanel/MetaPanel.stories.d.ts +47 -0
- package/dist/src/components/MetaPanelItems/MetaPanelItems.stories.d.ts +32 -0
- package/dist/src/components/MetadataEduResource/MetadataEduResource.stories.d.ts +55 -0
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +45 -0
- package/dist/src/components/MetadataEvent/MetadataEvent.stories.d.ts +32 -0
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +46 -0
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.stories.d.ts +27 -0
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +135 -0
- package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +417 -0
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +240 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +283 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +552 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +449 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +343 -0
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.stories.d.ts +41 -0
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +517 -0
- package/dist/src/components/MissionDetailStats/DistanceStats.test.d.ts +1 -0
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +189 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +731 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStats.test.d.ts +1 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +355 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +80 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +245 -0
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.stories.d.ts +76 -0
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +1249 -0
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +90 -0
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +78 -0
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +984 -0
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +486 -0
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +157 -0
- package/dist/src/components/MixinFancybox/MixinFancyboxOpenButton.vue.d.ts +4 -0
- package/dist/src/components/MixinVideoBg/MixinVideoBg.stories.d.ts +21 -0
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +17 -0
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +9963 -0
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +2895 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +71 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +1006 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +1432 -0
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +1974 -0
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +40 -0
- package/dist/src/components/NavHeading/NavHeading.stories.d.ts +23 -0
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +275 -0
- package/dist/src/components/NavHighlight/NavHighlight.stories.d.ts +44 -0
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +429 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +44 -0
- package/dist/src/components/NavLinkList/NavLinkList.stories.d.ts +40 -0
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +566 -0
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +282 -0
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +265 -0
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +8402 -0
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +1883 -0
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +761 -0
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +5751 -0
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +309 -0
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +363 -0
- package/dist/src/components/NavSearchForm/NavSearchForm.stories.d.ts +13 -0
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +38 -0
- package/dist/src/components/NavSecondary/NavSecondary.stories.d.ts +33 -0
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +775 -0
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +398 -0
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +293 -0
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +303 -0
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +179 -0
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +152 -0
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.stories.d.ts +37 -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 +38 -0
- package/dist/src/components/ParallaxElement/ParallaxElement.vue.d.ts +23 -0
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +1413 -0
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +618 -0
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.stories.d.ts +50 -0
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +2719 -0
- package/dist/src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue.d.ts +103 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.d.ts +162 -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 +85 -0
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.stories.d.ts +83 -0
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +190 -0
- package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +44 -0
- package/dist/src/components/SearchInput/SearchInput.stories.d.ts +43 -0
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +69 -0
- package/dist/src/components/SearchPagination/SearchPagination.stories.d.ts +69 -0
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +110 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +94 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +3005 -0
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.stories.d.ts +69 -0
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +2143 -0
- package/dist/src/components/SearchResultsList/SearchResultsList.stories.d.ts +404 -0
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +5198 -0
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.stories.d.ts +19 -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 +134 -0
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.d.ts +17 -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 +98 -0
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.stories.d.ts +25 -0
- package/dist/src/components/TextArea/TextArea.stories.d.ts +31 -0
- package/dist/src/components/TextArea/TextArea.vue.d.ts +95 -0
- package/dist/src/components/TextInput/TextInput.stories.d.ts +34 -0
- package/dist/src/components/TextInput/TextInput.vue.d.ts +119 -0
- package/dist/src/components/TheFooter/TheFooter.stories.d.ts +88 -0
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +577 -0
- package/dist/src/components/TheFooter/TheFooterSignUp.vue.d.ts +8 -0
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.stories.d.ts +32 -0
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +2639 -0
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +946 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.stories.d.ts +46 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +1002 -0
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.stories.d.ts +37 -0
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +512 -0
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.stories.d.ts +77 -0
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +342 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +696 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +567 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue.d.ts +8 -0
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.stories.d.ts +158 -0
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +433 -0
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.stories.d.ts +95 -0
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +1964 -0
- package/dist/src/components/YearTicker/YearTicker.stories.d.ts +40 -0
- package/dist/src/components/YearTicker/YearTicker.vue.d.ts +17 -0
- package/dist/src/constants.d.ts +85 -0
- package/dist/src/docs/foundation/grid.stories.d.ts +69 -0
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +194 -0
- package/dist/src/docs/foundation/themes.stories.d.ts +21 -0
- package/dist/src/docs/foundation/typography.stories.d.ts +106 -0
- package/dist/src/docs/guides/responsive.stories.d.ts +13 -0
- package/dist/src/docs/utils/ComponentItem.d.ts +2 -0
- package/dist/src/docs/utils/ComponentList.d.ts +2 -0
- package/dist/src/interfaces.d.ts +321 -0
- package/dist/src/main.d.ts +1 -0
- package/dist/src/store/curatedGallery.d.ts +6 -0
- package/dist/src/store/header.d.ts +20 -0
- package/dist/src/store/search.d.ts +10 -0
- package/dist/src/store/theme.d.ts +14 -0
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.stories.d.ts +102 -0
- package/dist/src/templates/PageContent/PageContent.stories.d.ts +207 -0
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +17214 -0
- package/dist/src/templates/PageEventDetail/PageEventDetail.stories.d.ts +94 -0
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +15005 -0
- package/dist/src/templates/PageImageDetail/PageImageDetail.stories.d.ts +185 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.stories.d.ts +1852 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +14943 -0
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.stories.d.ts +56 -0
- package/dist/src/templates/edu/PageContentEdu.stories.d.ts +397 -0
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.stories.d.ts +170 -0
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.stories.d.ts +300 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.d.ts +449 -0
- package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.stories.d.ts +288 -0
- package/dist/src/templates/edu/PageEduHome/PageEduHome.stories.d.ts +73 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.stories.d.ts +626 -0
- package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.stories.d.ts +364 -0
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.stories.d.ts +2115 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.d.ts +893 -0
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.stories.d.ts +415 -0
- package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.stories.d.ts +99 -0
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.stories.d.ts +651 -0
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.stories.d.ts +142 -0
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.stories.d.ts +56 -0
- package/dist/src/templates/www/PageHomepage/PageHomepage.stories.d.ts +705 -0
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.stories.d.ts +41 -0
- package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.stories.d.ts +14 -0
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.stories.d.ts +875 -0
- package/dist/src/templates/www/PagePodcast/PagePodcast.stories.d.ts +115 -0
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.stories.d.ts +84 -0
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.stories.d.ts +64 -0
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.stories.d.ts +60 -0
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +244 -0
- package/dist/src/templates/www/PageTimeline/PageTimeline.stories.d.ts +339 -0
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.stories.d.ts +297 -0
- package/dist/src/utils/anchorizeBlock.d.ts +3 -0
- package/dist/src/utils/anchorizeStreamfield.d.ts +3 -0
- package/dist/src/utils/dayjs.d.ts +2 -0
- package/dist/src/utils/eventBus.d.ts +1 -0
- package/dist/src/utils/filters.d.ts +4 -0
- package/dist/src/utils/generateHash.d.ts +1 -0
- package/dist/src/utils/getHeadingId.d.ts +1 -0
- package/dist/src/utils/isEduExternalLink.d.ts +1 -0
- package/dist/src/utils/lookupContentType.d.ts +3 -0
- package/dist/src/utils/mixins.d.ts +59 -0
- package/dist/src/utils/rangeifyGrades.d.ts +3 -0
- package/dist/style.css +1 -0
- package/package.json +2 -2
- package/src/components/BlockAccordion/BlockAccordion.vue +1 -1
- package/src/components/BlockCsrTable/BlockCsrTable.stories.js +7 -7
- package/src/components/BlockCsrTable/CsrAttachment.vue +3 -11
- package/src/components/HeroMedia/HeroMedia.vue +1 -1
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { default as MissionDetailAbout } from './MissionDetailAbout.vue';
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export let title: string;
|
|
4
|
+
export { MissionDetailAbout as component };
|
|
5
|
+
export namespace parameters {
|
|
6
|
+
let layout: string;
|
|
7
|
+
}
|
|
8
|
+
export let excludeStories: RegExp;
|
|
9
|
+
}
|
|
10
|
+
export default _default;
|
|
11
|
+
export namespace MissionDetailAboutData {
|
|
12
|
+
let descriptionHeading: string;
|
|
13
|
+
let description: string;
|
|
14
|
+
let instruments: {
|
|
15
|
+
id: string;
|
|
16
|
+
instrument: string;
|
|
17
|
+
}[];
|
|
18
|
+
}
|
|
19
|
+
export namespace BaseStory {
|
|
20
|
+
export { MissionDetailAboutData as args };
|
|
21
|
+
}
|
|
22
|
+
export namespace NoInstruments {
|
|
23
|
+
namespace args {
|
|
24
|
+
let instruments_1: never[];
|
|
25
|
+
export { instruments_1 as instruments };
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
|
|
3
|
+
export interface Instrument {
|
|
4
|
+
id: string;
|
|
5
|
+
instrument: string;
|
|
6
|
+
}
|
|
7
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
8
|
+
descriptionHeading: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
required: false;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
description: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
required: true;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
instruments: {
|
|
19
|
+
type: PropType<Instrument[]>;
|
|
20
|
+
required: false;
|
|
21
|
+
};
|
|
22
|
+
sidebarTitle: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
required: false;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
}>, {}, {
|
|
28
|
+
showAnimation: boolean;
|
|
29
|
+
hasIntersectionObserver: boolean;
|
|
30
|
+
}, {
|
|
31
|
+
hasContent(): boolean;
|
|
32
|
+
animationClass(): "" | "animated" | "lifeless";
|
|
33
|
+
}, {
|
|
34
|
+
isViewableNow(isVisible: boolean): void;
|
|
35
|
+
featureDetection(): void;
|
|
36
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
37
|
+
descriptionHeading: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
required: false;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
description: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
required: true;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
instruments: {
|
|
48
|
+
type: PropType<Instrument[]>;
|
|
49
|
+
required: false;
|
|
50
|
+
};
|
|
51
|
+
sidebarTitle: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
required: false;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
}>> & Readonly<{}>, {
|
|
57
|
+
description: string;
|
|
58
|
+
descriptionHeading: string;
|
|
59
|
+
sidebarTitle: string;
|
|
60
|
+
}, {}, {
|
|
61
|
+
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
62
|
+
level: {
|
|
63
|
+
type: PropType<import('./../BaseHeading/BaseHeading.vue').HeadingLevel>;
|
|
64
|
+
required: false;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
size: {
|
|
68
|
+
type: PropType<import('./../BaseHeading/BaseHeading.vue').HeadingLevel>;
|
|
69
|
+
required: false;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
72
|
+
}>, {}, {}, {
|
|
73
|
+
computedTag(): string;
|
|
74
|
+
computedClass(): string;
|
|
75
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
76
|
+
level: {
|
|
77
|
+
type: PropType<import('./../BaseHeading/BaseHeading.vue').HeadingLevel>;
|
|
78
|
+
required: false;
|
|
79
|
+
default: string;
|
|
80
|
+
};
|
|
81
|
+
size: {
|
|
82
|
+
type: PropType<import('./../BaseHeading/BaseHeading.vue').HeadingLevel>;
|
|
83
|
+
required: false;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
86
|
+
}>> & Readonly<{}>, {
|
|
87
|
+
size: keyof {
|
|
88
|
+
h1: string;
|
|
89
|
+
h2: string;
|
|
90
|
+
h3: string;
|
|
91
|
+
h4: string;
|
|
92
|
+
h5: string;
|
|
93
|
+
h6: string;
|
|
94
|
+
};
|
|
95
|
+
level: keyof {
|
|
96
|
+
h1: string;
|
|
97
|
+
h2: string;
|
|
98
|
+
h3: string;
|
|
99
|
+
h4: string;
|
|
100
|
+
h5: string;
|
|
101
|
+
h6: string;
|
|
102
|
+
};
|
|
103
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
104
|
+
BlockText: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
105
|
+
text: {
|
|
106
|
+
type: StringConstructor;
|
|
107
|
+
required: false;
|
|
108
|
+
default: undefined;
|
|
109
|
+
};
|
|
110
|
+
variant: {
|
|
111
|
+
type: () => import('./../BlockText/BlockText.vue').VariantKey;
|
|
112
|
+
required: false;
|
|
113
|
+
default: string;
|
|
114
|
+
validator: (prop: import('./../BlockText/BlockText.vue').VariantKey) => boolean;
|
|
115
|
+
};
|
|
116
|
+
}>, {}, {}, {
|
|
117
|
+
computedClass(): string;
|
|
118
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
119
|
+
text: {
|
|
120
|
+
type: StringConstructor;
|
|
121
|
+
required: false;
|
|
122
|
+
default: undefined;
|
|
123
|
+
};
|
|
124
|
+
variant: {
|
|
125
|
+
type: () => import('./../BlockText/BlockText.vue').VariantKey;
|
|
126
|
+
required: false;
|
|
127
|
+
default: string;
|
|
128
|
+
validator: (prop: import('./../BlockText/BlockText.vue').VariantKey) => boolean;
|
|
129
|
+
};
|
|
130
|
+
}>> & Readonly<{}>, {
|
|
131
|
+
text: string;
|
|
132
|
+
variant: "small" | "medium" | "large";
|
|
133
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
134
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
135
|
+
export default _default;
|
|
@@ -0,0 +1,417 @@
|
|
|
1
|
+
import { default as MissionDetailHero } from './MissionDetailHero.vue';
|
|
2
|
+
import { default as imageInstrumentCuberrtWebP } from '@explorer-1/common-storybook/src/public/images/mission-cuberrt.webp';
|
|
3
|
+
import { default as imageInstrumentCuberrt } from '@explorer-1/common-storybook/src/public/images/mission-cuberrt.png';
|
|
4
|
+
import { default as imageBgStars } from '@explorer-1/common-storybook/src/public/images/bg-stars-1440x810.jpg';
|
|
5
|
+
import { default as imageInstrumentEcostressWebP } from '@explorer-1/common-storybook/src/public/images/mission-ecostress.webp';
|
|
6
|
+
import { default as imageInstrumentEcostress } from '@explorer-1/common-storybook/src/public/images/mission-ecostress.png';
|
|
7
|
+
import { default as imageBgEarth } from '@explorer-1/common-storybook/src/public/images/bg-earth-1440x810.jpg';
|
|
8
|
+
import { default as imageInstrumentJason3WebP } from '@explorer-1/common-storybook/src/public/images/mission-jason3.webp';
|
|
9
|
+
import { default as imageInstrumentJason3 } from '@explorer-1/common-storybook/src/public/images/mission-jason3.png';
|
|
10
|
+
import { default as imageBgPlanet } from '@explorer-1/common-storybook/src/public/images/bg-planet-1440x810.jpg';
|
|
11
|
+
import { default as imageInstrumentOco2WebP } from '@explorer-1/common-storybook/src/public/images/mission-oco2.webp';
|
|
12
|
+
import { default as imageInstrumentOco2 } from '@explorer-1/common-storybook/src/public/images/mission-oco2.png';
|
|
13
|
+
declare namespace _default {
|
|
14
|
+
export let title: string;
|
|
15
|
+
export { MissionDetailHero as component };
|
|
16
|
+
export namespace argTypes {
|
|
17
|
+
namespace templateStyle {
|
|
18
|
+
namespace control {
|
|
19
|
+
let type: string;
|
|
20
|
+
let options: string[];
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
export let decorators: (() => {
|
|
25
|
+
template: string;
|
|
26
|
+
})[];
|
|
27
|
+
export namespace parameters {
|
|
28
|
+
namespace html {
|
|
29
|
+
let root: string;
|
|
30
|
+
}
|
|
31
|
+
let viewMode: string;
|
|
32
|
+
}
|
|
33
|
+
export let excludeStories: RegExp;
|
|
34
|
+
}
|
|
35
|
+
export default _default;
|
|
36
|
+
export namespace MissionDetailHeroData {
|
|
37
|
+
let templateStyle_1: string;
|
|
38
|
+
export { templateStyle_1 as templateStyle };
|
|
39
|
+
let title_1: string;
|
|
40
|
+
export { title_1 as title };
|
|
41
|
+
export let subtitle: string;
|
|
42
|
+
export let summary: string;
|
|
43
|
+
export let missionWebsiteUrl: string;
|
|
44
|
+
export namespace heroFallback {
|
|
45
|
+
let srcSet: string;
|
|
46
|
+
namespace src {
|
|
47
|
+
let url: string;
|
|
48
|
+
let width: number;
|
|
49
|
+
let height: number;
|
|
50
|
+
}
|
|
51
|
+
let alt: string;
|
|
52
|
+
}
|
|
53
|
+
export namespace instrumentImage {
|
|
54
|
+
export namespace webp {
|
|
55
|
+
export { imageInstrumentCuberrtWebP as url };
|
|
56
|
+
}
|
|
57
|
+
export namespace src_1 {
|
|
58
|
+
export { imageInstrumentCuberrt as url };
|
|
59
|
+
let width_1: number;
|
|
60
|
+
export { width_1 as width };
|
|
61
|
+
let height_1: number;
|
|
62
|
+
export { height_1 as height };
|
|
63
|
+
}
|
|
64
|
+
export { src_1 as src };
|
|
65
|
+
let alt_1: string;
|
|
66
|
+
export { alt_1 as alt };
|
|
67
|
+
}
|
|
68
|
+
export namespace instrumentBackground {
|
|
69
|
+
namespace image {
|
|
70
|
+
let srcSet_1: string;
|
|
71
|
+
export { srcSet_1 as srcSet };
|
|
72
|
+
export namespace src_2 {
|
|
73
|
+
let url_1: string;
|
|
74
|
+
export { url_1 as url };
|
|
75
|
+
let width_2: number;
|
|
76
|
+
export { width_2 as width };
|
|
77
|
+
let height_2: number;
|
|
78
|
+
export { height_2 as height };
|
|
79
|
+
}
|
|
80
|
+
export { src_2 as src };
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
export namespace BaseStory {
|
|
85
|
+
let name: string;
|
|
86
|
+
namespace args {
|
|
87
|
+
let templateStyle_2: string;
|
|
88
|
+
export { templateStyle_2 as templateStyle };
|
|
89
|
+
let title_2: string;
|
|
90
|
+
export { title_2 as title };
|
|
91
|
+
let subtitle_1: string;
|
|
92
|
+
export { subtitle_1 as subtitle };
|
|
93
|
+
let summary_1: string;
|
|
94
|
+
export { summary_1 as summary };
|
|
95
|
+
let missionWebsiteUrl_1: string;
|
|
96
|
+
export { missionWebsiteUrl_1 as missionWebsiteUrl };
|
|
97
|
+
export namespace heroImage {
|
|
98
|
+
let srcSet_2: string;
|
|
99
|
+
export { srcSet_2 as srcSet };
|
|
100
|
+
export namespace src_3 {
|
|
101
|
+
let url_2: string;
|
|
102
|
+
export { url_2 as url };
|
|
103
|
+
let width_3: number;
|
|
104
|
+
export { width_3 as width };
|
|
105
|
+
let height_3: number;
|
|
106
|
+
export { height_3 as height };
|
|
107
|
+
}
|
|
108
|
+
export { src_3 as src };
|
|
109
|
+
let alt_2: string;
|
|
110
|
+
export { alt_2 as alt };
|
|
111
|
+
}
|
|
112
|
+
export namespace instrumentImage_1 {
|
|
113
|
+
export namespace webp_1 {
|
|
114
|
+
export { imageInstrumentCuberrtWebP as url };
|
|
115
|
+
}
|
|
116
|
+
export { webp_1 as webp };
|
|
117
|
+
export namespace src_4 {
|
|
118
|
+
export { imageInstrumentCuberrt as url };
|
|
119
|
+
let width_4: number;
|
|
120
|
+
export { width_4 as width };
|
|
121
|
+
let height_4: number;
|
|
122
|
+
export { height_4 as height };
|
|
123
|
+
}
|
|
124
|
+
export { src_4 as src };
|
|
125
|
+
let alt_3: string;
|
|
126
|
+
export { alt_3 as alt };
|
|
127
|
+
}
|
|
128
|
+
export { instrumentImage_1 as instrumentImage };
|
|
129
|
+
export namespace instrumentBackground_1 {
|
|
130
|
+
export namespace image_1 {
|
|
131
|
+
let srcSet_3: string;
|
|
132
|
+
export { srcSet_3 as srcSet };
|
|
133
|
+
export namespace src_5 {
|
|
134
|
+
export { imageBgStars as url };
|
|
135
|
+
let width_5: number;
|
|
136
|
+
export { width_5 as width };
|
|
137
|
+
let height_5: number;
|
|
138
|
+
export { height_5 as height };
|
|
139
|
+
}
|
|
140
|
+
export { src_5 as src };
|
|
141
|
+
}
|
|
142
|
+
export { image_1 as image };
|
|
143
|
+
}
|
|
144
|
+
export { instrumentBackground_1 as instrumentBackground };
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
export namespace Ecostress {
|
|
148
|
+
export namespace args_1 {
|
|
149
|
+
let templateStyle_3: string;
|
|
150
|
+
export { templateStyle_3 as templateStyle };
|
|
151
|
+
let title_3: string;
|
|
152
|
+
export { title_3 as title };
|
|
153
|
+
let subtitle_2: string;
|
|
154
|
+
export { subtitle_2 as subtitle };
|
|
155
|
+
let summary_2: string;
|
|
156
|
+
export { summary_2 as summary };
|
|
157
|
+
let missionWebsiteUrl_2: string;
|
|
158
|
+
export { missionWebsiteUrl_2 as missionWebsiteUrl };
|
|
159
|
+
export namespace heroImage_1 {
|
|
160
|
+
let srcSet_4: string;
|
|
161
|
+
export { srcSet_4 as srcSet };
|
|
162
|
+
export namespace src_6 {
|
|
163
|
+
let url_3: string;
|
|
164
|
+
export { url_3 as url };
|
|
165
|
+
let width_6: number;
|
|
166
|
+
export { width_6 as width };
|
|
167
|
+
let height_6: number;
|
|
168
|
+
export { height_6 as height };
|
|
169
|
+
}
|
|
170
|
+
export { src_6 as src };
|
|
171
|
+
let alt_4: string;
|
|
172
|
+
export { alt_4 as alt };
|
|
173
|
+
}
|
|
174
|
+
export { heroImage_1 as heroImage };
|
|
175
|
+
export namespace instrumentImage_2 {
|
|
176
|
+
export namespace webp_2 {
|
|
177
|
+
export { imageInstrumentEcostressWebP as url };
|
|
178
|
+
}
|
|
179
|
+
export { webp_2 as webp };
|
|
180
|
+
export namespace src_7 {
|
|
181
|
+
export { imageInstrumentEcostress as url };
|
|
182
|
+
let width_7: number;
|
|
183
|
+
export { width_7 as width };
|
|
184
|
+
let height_7: number;
|
|
185
|
+
export { height_7 as height };
|
|
186
|
+
}
|
|
187
|
+
export { src_7 as src };
|
|
188
|
+
let alt_5: string;
|
|
189
|
+
export { alt_5 as alt };
|
|
190
|
+
}
|
|
191
|
+
export { instrumentImage_2 as instrumentImage };
|
|
192
|
+
export namespace instrumentBackground_2 {
|
|
193
|
+
export namespace image_2 {
|
|
194
|
+
let srcSet_5: string;
|
|
195
|
+
export { srcSet_5 as srcSet };
|
|
196
|
+
export namespace src_8 {
|
|
197
|
+
export { imageBgEarth as url };
|
|
198
|
+
let width_8: number;
|
|
199
|
+
export { width_8 as width };
|
|
200
|
+
let height_8: number;
|
|
201
|
+
export { height_8 as height };
|
|
202
|
+
}
|
|
203
|
+
export { src_8 as src };
|
|
204
|
+
}
|
|
205
|
+
export { image_2 as image };
|
|
206
|
+
}
|
|
207
|
+
export { instrumentBackground_2 as instrumentBackground };
|
|
208
|
+
}
|
|
209
|
+
export { args_1 as args };
|
|
210
|
+
}
|
|
211
|
+
export namespace Jason3 {
|
|
212
|
+
export namespace args_2 {
|
|
213
|
+
let templateStyle_4: string;
|
|
214
|
+
export { templateStyle_4 as templateStyle };
|
|
215
|
+
let title_4: string;
|
|
216
|
+
export { title_4 as title };
|
|
217
|
+
let subtitle_3: null;
|
|
218
|
+
export { subtitle_3 as subtitle };
|
|
219
|
+
let summary_3: string;
|
|
220
|
+
export { summary_3 as summary };
|
|
221
|
+
let missionWebsiteUrl_3: string;
|
|
222
|
+
export { missionWebsiteUrl_3 as missionWebsiteUrl };
|
|
223
|
+
export namespace heroImage_2 {
|
|
224
|
+
let srcSet_6: string;
|
|
225
|
+
export { srcSet_6 as srcSet };
|
|
226
|
+
export namespace src_9 {
|
|
227
|
+
let url_4: string;
|
|
228
|
+
export { url_4 as url };
|
|
229
|
+
let width_9: number;
|
|
230
|
+
export { width_9 as width };
|
|
231
|
+
let height_9: number;
|
|
232
|
+
export { height_9 as height };
|
|
233
|
+
}
|
|
234
|
+
export { src_9 as src };
|
|
235
|
+
let alt_6: string;
|
|
236
|
+
export { alt_6 as alt };
|
|
237
|
+
}
|
|
238
|
+
export { heroImage_2 as heroImage };
|
|
239
|
+
export namespace instrumentImage_3 {
|
|
240
|
+
export namespace webp_3 {
|
|
241
|
+
export { imageInstrumentJason3WebP as url };
|
|
242
|
+
}
|
|
243
|
+
export { webp_3 as webp };
|
|
244
|
+
export namespace src_10 {
|
|
245
|
+
export { imageInstrumentJason3 as url };
|
|
246
|
+
let width_10: number;
|
|
247
|
+
export { width_10 as width };
|
|
248
|
+
let height_10: number;
|
|
249
|
+
export { height_10 as height };
|
|
250
|
+
}
|
|
251
|
+
export { src_10 as src };
|
|
252
|
+
let alt_7: string;
|
|
253
|
+
export { alt_7 as alt };
|
|
254
|
+
}
|
|
255
|
+
export { instrumentImage_3 as instrumentImage };
|
|
256
|
+
export namespace instrumentBackground_3 {
|
|
257
|
+
export namespace image_3 {
|
|
258
|
+
let srcSet_7: string;
|
|
259
|
+
export { srcSet_7 as srcSet };
|
|
260
|
+
export namespace src_11 {
|
|
261
|
+
export { imageBgPlanet as url };
|
|
262
|
+
let width_11: number;
|
|
263
|
+
export { width_11 as width };
|
|
264
|
+
let height_11: number;
|
|
265
|
+
export { height_11 as height };
|
|
266
|
+
}
|
|
267
|
+
export { src_11 as src };
|
|
268
|
+
}
|
|
269
|
+
export { image_3 as image };
|
|
270
|
+
}
|
|
271
|
+
export { instrumentBackground_3 as instrumentBackground };
|
|
272
|
+
}
|
|
273
|
+
export { args_2 as args };
|
|
274
|
+
}
|
|
275
|
+
export namespace Oco2 {
|
|
276
|
+
export namespace args_3 {
|
|
277
|
+
let templateStyle_5: string;
|
|
278
|
+
export { templateStyle_5 as templateStyle };
|
|
279
|
+
let title_5: string;
|
|
280
|
+
export { title_5 as title };
|
|
281
|
+
let subtitle_4: string;
|
|
282
|
+
export { subtitle_4 as subtitle };
|
|
283
|
+
let summary_4: string;
|
|
284
|
+
export { summary_4 as summary };
|
|
285
|
+
let missionWebsiteUrl_4: string;
|
|
286
|
+
export { missionWebsiteUrl_4 as missionWebsiteUrl };
|
|
287
|
+
export namespace heroImage_3 {
|
|
288
|
+
let srcSet_8: string;
|
|
289
|
+
export { srcSet_8 as srcSet };
|
|
290
|
+
export namespace src_12 {
|
|
291
|
+
let url_5: string;
|
|
292
|
+
export { url_5 as url };
|
|
293
|
+
let width_12: number;
|
|
294
|
+
export { width_12 as width };
|
|
295
|
+
let height_12: number;
|
|
296
|
+
export { height_12 as height };
|
|
297
|
+
}
|
|
298
|
+
export { src_12 as src };
|
|
299
|
+
let alt_8: string;
|
|
300
|
+
export { alt_8 as alt };
|
|
301
|
+
}
|
|
302
|
+
export { heroImage_3 as heroImage };
|
|
303
|
+
export namespace instrumentImage_4 {
|
|
304
|
+
export namespace webp_4 {
|
|
305
|
+
export { imageInstrumentOco2WebP as url };
|
|
306
|
+
}
|
|
307
|
+
export { webp_4 as webp };
|
|
308
|
+
export namespace src_13 {
|
|
309
|
+
export { imageInstrumentOco2 as url };
|
|
310
|
+
let width_13: number;
|
|
311
|
+
export { width_13 as width };
|
|
312
|
+
let height_13: number;
|
|
313
|
+
export { height_13 as height };
|
|
314
|
+
}
|
|
315
|
+
export { src_13 as src };
|
|
316
|
+
let alt_9: string;
|
|
317
|
+
export { alt_9 as alt };
|
|
318
|
+
}
|
|
319
|
+
export { instrumentImage_4 as instrumentImage };
|
|
320
|
+
export namespace instrumentBackground_4 {
|
|
321
|
+
export namespace image_4 {
|
|
322
|
+
let srcSet_9: string;
|
|
323
|
+
export { srcSet_9 as srcSet };
|
|
324
|
+
export namespace src_14 {
|
|
325
|
+
export { imageBgEarth as url };
|
|
326
|
+
let width_14: number;
|
|
327
|
+
export { width_14 as width };
|
|
328
|
+
let height_14: number;
|
|
329
|
+
export { height_14 as height };
|
|
330
|
+
}
|
|
331
|
+
export { src_14 as src };
|
|
332
|
+
}
|
|
333
|
+
export { image_4 as image };
|
|
334
|
+
}
|
|
335
|
+
export { instrumentBackground_4 as instrumentBackground };
|
|
336
|
+
}
|
|
337
|
+
export { args_3 as args };
|
|
338
|
+
}
|
|
339
|
+
export namespace NoBackground {
|
|
340
|
+
export namespace args_4 {
|
|
341
|
+
let templateStyle_6: string;
|
|
342
|
+
export { templateStyle_6 as templateStyle };
|
|
343
|
+
let title_6: string;
|
|
344
|
+
export { title_6 as title };
|
|
345
|
+
let subtitle_5: string;
|
|
346
|
+
export { subtitle_5 as subtitle };
|
|
347
|
+
let summary_5: string;
|
|
348
|
+
export { summary_5 as summary };
|
|
349
|
+
let missionWebsiteUrl_5: string;
|
|
350
|
+
export { missionWebsiteUrl_5 as missionWebsiteUrl };
|
|
351
|
+
export namespace heroImage_4 {
|
|
352
|
+
let srcSet_10: string;
|
|
353
|
+
export { srcSet_10 as srcSet };
|
|
354
|
+
export namespace src_15 {
|
|
355
|
+
let url_6: string;
|
|
356
|
+
export { url_6 as url };
|
|
357
|
+
let width_15: number;
|
|
358
|
+
export { width_15 as width };
|
|
359
|
+
let height_15: number;
|
|
360
|
+
export { height_15 as height };
|
|
361
|
+
}
|
|
362
|
+
export { src_15 as src };
|
|
363
|
+
let alt_10: string;
|
|
364
|
+
export { alt_10 as alt };
|
|
365
|
+
}
|
|
366
|
+
export { heroImage_4 as heroImage };
|
|
367
|
+
export namespace instrumentImage_5 {
|
|
368
|
+
export namespace webp_5 {
|
|
369
|
+
export { imageInstrumentOco2WebP as url };
|
|
370
|
+
}
|
|
371
|
+
export { webp_5 as webp };
|
|
372
|
+
export namespace src_16 {
|
|
373
|
+
export { imageInstrumentOco2 as url };
|
|
374
|
+
let width_16: number;
|
|
375
|
+
export { width_16 as width };
|
|
376
|
+
let height_16: number;
|
|
377
|
+
export { height_16 as height };
|
|
378
|
+
}
|
|
379
|
+
export { src_16 as src };
|
|
380
|
+
let alt_11: string;
|
|
381
|
+
export { alt_11 as alt };
|
|
382
|
+
}
|
|
383
|
+
export { instrumentImage_5 as instrumentImage };
|
|
384
|
+
}
|
|
385
|
+
export { args_4 as args };
|
|
386
|
+
}
|
|
387
|
+
export namespace StaticHero {
|
|
388
|
+
export namespace args_5 {
|
|
389
|
+
let templateStyle_7: string;
|
|
390
|
+
export { templateStyle_7 as templateStyle };
|
|
391
|
+
let title_7: string;
|
|
392
|
+
export { title_7 as title };
|
|
393
|
+
let subtitle_6: string;
|
|
394
|
+
export { subtitle_6 as subtitle };
|
|
395
|
+
let summary_6: string;
|
|
396
|
+
export { summary_6 as summary };
|
|
397
|
+
let missionWebsiteUrl_6: string;
|
|
398
|
+
export { missionWebsiteUrl_6 as missionWebsiteUrl };
|
|
399
|
+
export namespace heroFallback_1 {
|
|
400
|
+
let srcSet_11: string;
|
|
401
|
+
export { srcSet_11 as srcSet };
|
|
402
|
+
export namespace src_17 {
|
|
403
|
+
let url_7: string;
|
|
404
|
+
export { url_7 as url };
|
|
405
|
+
let width_17: number;
|
|
406
|
+
export { width_17 as width };
|
|
407
|
+
let height_17: number;
|
|
408
|
+
export { height_17 as height };
|
|
409
|
+
}
|
|
410
|
+
export { src_17 as src };
|
|
411
|
+
let alt_12: string;
|
|
412
|
+
export { alt_12 as alt };
|
|
413
|
+
}
|
|
414
|
+
export { heroFallback_1 as heroFallback };
|
|
415
|
+
}
|
|
416
|
+
export { args_5 as args };
|
|
417
|
+
}
|