@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,527 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { Topic, AuthorObject } from './../../interfaces';
|
|
3
|
+
|
|
4
|
+
export declare const pillColorVariants: readonly ["primary", "secondary", "action", "primary-inverted"];
|
|
5
|
+
export type PillColorVariant = (typeof pillColorVariants)[number];
|
|
6
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7
|
+
/** Title of detail page */
|
|
8
|
+
title: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
required: false;
|
|
11
|
+
default: undefined;
|
|
12
|
+
};
|
|
13
|
+
/** Author or array of authors */
|
|
14
|
+
author: {
|
|
15
|
+
type: PropType<AuthorObject | {
|
|
16
|
+
author: AuthorObject;
|
|
17
|
+
}[]>;
|
|
18
|
+
required: false;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
21
|
+
/** Publication date */
|
|
22
|
+
publicationDate: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
required: false;
|
|
25
|
+
default: undefined;
|
|
26
|
+
};
|
|
27
|
+
/** Publication time */
|
|
28
|
+
publicationTime: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
required: false;
|
|
31
|
+
default: undefined;
|
|
32
|
+
};
|
|
33
|
+
/** Approximate read time */
|
|
34
|
+
readTime: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
required: false;
|
|
37
|
+
default: undefined;
|
|
38
|
+
};
|
|
39
|
+
/** Array of related topics */
|
|
40
|
+
topics: {
|
|
41
|
+
type: PropType<Topic[]>;
|
|
42
|
+
required: false;
|
|
43
|
+
default: undefined;
|
|
44
|
+
};
|
|
45
|
+
/** Label, if there are no related topics */
|
|
46
|
+
label: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
required: false;
|
|
49
|
+
default: undefined;
|
|
50
|
+
};
|
|
51
|
+
/** Option link for the label */
|
|
52
|
+
labelLink: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
required: false;
|
|
55
|
+
default: undefined;
|
|
56
|
+
};
|
|
57
|
+
/** If the label should use the "pill" style (only works when using ThemeEdu) */
|
|
58
|
+
pill: {
|
|
59
|
+
type: BooleanConstructor;
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
62
|
+
/** Pill color variants */
|
|
63
|
+
pillColor: {
|
|
64
|
+
type: PropType<PillColorVariant>;
|
|
65
|
+
default: string;
|
|
66
|
+
validator: (prop: PillColorVariant) => boolean;
|
|
67
|
+
};
|
|
68
|
+
/** If schema.org metadata should be generated */
|
|
69
|
+
schema: {
|
|
70
|
+
type: BooleanConstructor;
|
|
71
|
+
default: boolean;
|
|
72
|
+
};
|
|
73
|
+
/** If publication date should be hidden */
|
|
74
|
+
hideDate: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default: boolean;
|
|
77
|
+
};
|
|
78
|
+
}>, {}, {}, {
|
|
79
|
+
hasTag(): boolean;
|
|
80
|
+
hasEyebrow(): boolean;
|
|
81
|
+
hasByline(): boolean;
|
|
82
|
+
hasData(): boolean;
|
|
83
|
+
pubDatetime(): string | undefined;
|
|
84
|
+
authors(): AuthorObject[] | undefined;
|
|
85
|
+
pillLabel(): string | undefined;
|
|
86
|
+
themeStore: () => import('pinia').Store<"theme", import('../../store/theme').State, {
|
|
87
|
+
isEdu(state: {
|
|
88
|
+
theme: import('./../../interfaces').Explorer1Theme | null;
|
|
89
|
+
} & import('pinia').PiniaCustomStateProperties<import('../../store/theme').State>): boolean;
|
|
90
|
+
}, {
|
|
91
|
+
setTheme(value: import('./../../interfaces').Explorer1Theme): void;
|
|
92
|
+
}>;
|
|
93
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
94
|
+
/** Title of detail page */
|
|
95
|
+
title: {
|
|
96
|
+
type: StringConstructor;
|
|
97
|
+
required: false;
|
|
98
|
+
default: undefined;
|
|
99
|
+
};
|
|
100
|
+
/** Author or array of authors */
|
|
101
|
+
author: {
|
|
102
|
+
type: PropType<AuthorObject | {
|
|
103
|
+
author: AuthorObject;
|
|
104
|
+
}[]>;
|
|
105
|
+
required: false;
|
|
106
|
+
default: undefined;
|
|
107
|
+
};
|
|
108
|
+
/** Publication date */
|
|
109
|
+
publicationDate: {
|
|
110
|
+
type: StringConstructor;
|
|
111
|
+
required: false;
|
|
112
|
+
default: undefined;
|
|
113
|
+
};
|
|
114
|
+
/** Publication time */
|
|
115
|
+
publicationTime: {
|
|
116
|
+
type: StringConstructor;
|
|
117
|
+
required: false;
|
|
118
|
+
default: undefined;
|
|
119
|
+
};
|
|
120
|
+
/** Approximate read time */
|
|
121
|
+
readTime: {
|
|
122
|
+
type: StringConstructor;
|
|
123
|
+
required: false;
|
|
124
|
+
default: undefined;
|
|
125
|
+
};
|
|
126
|
+
/** Array of related topics */
|
|
127
|
+
topics: {
|
|
128
|
+
type: PropType<Topic[]>;
|
|
129
|
+
required: false;
|
|
130
|
+
default: undefined;
|
|
131
|
+
};
|
|
132
|
+
/** Label, if there are no related topics */
|
|
133
|
+
label: {
|
|
134
|
+
type: StringConstructor;
|
|
135
|
+
required: false;
|
|
136
|
+
default: undefined;
|
|
137
|
+
};
|
|
138
|
+
/** Option link for the label */
|
|
139
|
+
labelLink: {
|
|
140
|
+
type: StringConstructor;
|
|
141
|
+
required: false;
|
|
142
|
+
default: undefined;
|
|
143
|
+
};
|
|
144
|
+
/** If the label should use the "pill" style (only works when using ThemeEdu) */
|
|
145
|
+
pill: {
|
|
146
|
+
type: BooleanConstructor;
|
|
147
|
+
default: boolean;
|
|
148
|
+
};
|
|
149
|
+
/** Pill color variants */
|
|
150
|
+
pillColor: {
|
|
151
|
+
type: PropType<PillColorVariant>;
|
|
152
|
+
default: string;
|
|
153
|
+
validator: (prop: PillColorVariant) => boolean;
|
|
154
|
+
};
|
|
155
|
+
/** If schema.org metadata should be generated */
|
|
156
|
+
schema: {
|
|
157
|
+
type: BooleanConstructor;
|
|
158
|
+
default: boolean;
|
|
159
|
+
};
|
|
160
|
+
/** If publication date should be hidden */
|
|
161
|
+
hideDate: {
|
|
162
|
+
type: BooleanConstructor;
|
|
163
|
+
default: boolean;
|
|
164
|
+
};
|
|
165
|
+
}>> & Readonly<{}>, {
|
|
166
|
+
label: string;
|
|
167
|
+
title: string;
|
|
168
|
+
author: AuthorObject | {
|
|
169
|
+
author: AuthorObject;
|
|
170
|
+
}[];
|
|
171
|
+
publicationDate: string;
|
|
172
|
+
publicationTime: string;
|
|
173
|
+
readTime: string;
|
|
174
|
+
topics: Topic[];
|
|
175
|
+
labelLink: string;
|
|
176
|
+
pill: boolean;
|
|
177
|
+
pillColor: "secondary" | "primary" | "primary-inverted" | "action";
|
|
178
|
+
schema: boolean;
|
|
179
|
+
hideDate: boolean;
|
|
180
|
+
}, {}, {
|
|
181
|
+
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
182
|
+
variant: {
|
|
183
|
+
type: PropType<"default" | "secondary" | "primary" | "none">;
|
|
184
|
+
required: false;
|
|
185
|
+
default: string;
|
|
186
|
+
validator: (prop: string) => boolean;
|
|
187
|
+
};
|
|
188
|
+
to: {
|
|
189
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
190
|
+
default: undefined;
|
|
191
|
+
};
|
|
192
|
+
exact: {
|
|
193
|
+
type: BooleanConstructor;
|
|
194
|
+
default: boolean;
|
|
195
|
+
};
|
|
196
|
+
href: {
|
|
197
|
+
type: StringConstructor;
|
|
198
|
+
default: undefined;
|
|
199
|
+
};
|
|
200
|
+
title: {
|
|
201
|
+
type: StringConstructor;
|
|
202
|
+
default: undefined;
|
|
203
|
+
};
|
|
204
|
+
ariaLabel: {
|
|
205
|
+
type: StringConstructor;
|
|
206
|
+
default: string;
|
|
207
|
+
};
|
|
208
|
+
linkClass: {
|
|
209
|
+
type: StringConstructor;
|
|
210
|
+
default: string;
|
|
211
|
+
};
|
|
212
|
+
target: {
|
|
213
|
+
type: StringConstructor;
|
|
214
|
+
required: false;
|
|
215
|
+
default: undefined;
|
|
216
|
+
};
|
|
217
|
+
externalTargetBlank: {
|
|
218
|
+
type: BooleanConstructor;
|
|
219
|
+
required: false;
|
|
220
|
+
default: boolean;
|
|
221
|
+
};
|
|
222
|
+
caret: {
|
|
223
|
+
type: BooleanConstructor;
|
|
224
|
+
required: false;
|
|
225
|
+
default: boolean;
|
|
226
|
+
};
|
|
227
|
+
caretWrapperClass: {
|
|
228
|
+
type: StringConstructor;
|
|
229
|
+
default: string;
|
|
230
|
+
};
|
|
231
|
+
caretClass: {
|
|
232
|
+
type: StringConstructor;
|
|
233
|
+
default: string;
|
|
234
|
+
};
|
|
235
|
+
caretInline: {
|
|
236
|
+
type: BooleanConstructor;
|
|
237
|
+
required: false;
|
|
238
|
+
default: boolean;
|
|
239
|
+
};
|
|
240
|
+
caretColor: {
|
|
241
|
+
type: StringConstructor;
|
|
242
|
+
required: false;
|
|
243
|
+
default: string;
|
|
244
|
+
};
|
|
245
|
+
caretMarginLeft: {
|
|
246
|
+
type: StringConstructor;
|
|
247
|
+
required: false;
|
|
248
|
+
default: string;
|
|
249
|
+
};
|
|
250
|
+
usePrimaryColor: {
|
|
251
|
+
type: BooleanConstructor;
|
|
252
|
+
required: false;
|
|
253
|
+
default: boolean;
|
|
254
|
+
};
|
|
255
|
+
}>, {}, {}, {
|
|
256
|
+
computedVariants(): {
|
|
257
|
+
readonly primary: "text-subtitle text-action can-hover:hover:text-action-dark";
|
|
258
|
+
readonly secondary: "text-subtitle text-action can-hover:hover:text-action-dark";
|
|
259
|
+
readonly default: "-default underline text-action can-hover:hover:text-action-dark";
|
|
260
|
+
readonly none: "";
|
|
261
|
+
} | {
|
|
262
|
+
readonly primary: "text-subtitle text-primary can-hover:hover:text-primary-dark";
|
|
263
|
+
readonly secondary: "text-subtitle text-primary can-hover:hover:text-primary-dark";
|
|
264
|
+
readonly default: "-default underline text-primary can-hover:hover:text-primary-dark";
|
|
265
|
+
readonly none: "";
|
|
266
|
+
};
|
|
267
|
+
computedClass(): string;
|
|
268
|
+
isEduExternal(): boolean | string;
|
|
269
|
+
isExternal(): boolean;
|
|
270
|
+
theTarget(): string | undefined;
|
|
271
|
+
theRel(): string | undefined;
|
|
272
|
+
computedTo(): string | undefined;
|
|
273
|
+
computedHref(): string | undefined;
|
|
274
|
+
themeStore: () => import('pinia').Store<"theme", import('../../store/theme').State, {
|
|
275
|
+
isEdu(state: {
|
|
276
|
+
theme: import('./../../interfaces').Explorer1Theme | null;
|
|
277
|
+
} & import('pinia').PiniaCustomStateProperties<import('../../store/theme').State>): boolean;
|
|
278
|
+
}, {
|
|
279
|
+
setTheme(value: import('./../../interfaces').Explorer1Theme): void;
|
|
280
|
+
}>;
|
|
281
|
+
}, {
|
|
282
|
+
clickEvent(): void;
|
|
283
|
+
addTrailingSlash(path: string): string;
|
|
284
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
285
|
+
variant: {
|
|
286
|
+
type: PropType<"default" | "secondary" | "primary" | "none">;
|
|
287
|
+
required: false;
|
|
288
|
+
default: string;
|
|
289
|
+
validator: (prop: string) => boolean;
|
|
290
|
+
};
|
|
291
|
+
to: {
|
|
292
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
293
|
+
default: undefined;
|
|
294
|
+
};
|
|
295
|
+
exact: {
|
|
296
|
+
type: BooleanConstructor;
|
|
297
|
+
default: boolean;
|
|
298
|
+
};
|
|
299
|
+
href: {
|
|
300
|
+
type: StringConstructor;
|
|
301
|
+
default: undefined;
|
|
302
|
+
};
|
|
303
|
+
title: {
|
|
304
|
+
type: StringConstructor;
|
|
305
|
+
default: undefined;
|
|
306
|
+
};
|
|
307
|
+
ariaLabel: {
|
|
308
|
+
type: StringConstructor;
|
|
309
|
+
default: string;
|
|
310
|
+
};
|
|
311
|
+
linkClass: {
|
|
312
|
+
type: StringConstructor;
|
|
313
|
+
default: string;
|
|
314
|
+
};
|
|
315
|
+
target: {
|
|
316
|
+
type: StringConstructor;
|
|
317
|
+
required: false;
|
|
318
|
+
default: undefined;
|
|
319
|
+
};
|
|
320
|
+
externalTargetBlank: {
|
|
321
|
+
type: BooleanConstructor;
|
|
322
|
+
required: false;
|
|
323
|
+
default: boolean;
|
|
324
|
+
};
|
|
325
|
+
caret: {
|
|
326
|
+
type: BooleanConstructor;
|
|
327
|
+
required: false;
|
|
328
|
+
default: boolean;
|
|
329
|
+
};
|
|
330
|
+
caretWrapperClass: {
|
|
331
|
+
type: StringConstructor;
|
|
332
|
+
default: string;
|
|
333
|
+
};
|
|
334
|
+
caretClass: {
|
|
335
|
+
type: StringConstructor;
|
|
336
|
+
default: string;
|
|
337
|
+
};
|
|
338
|
+
caretInline: {
|
|
339
|
+
type: BooleanConstructor;
|
|
340
|
+
required: false;
|
|
341
|
+
default: boolean;
|
|
342
|
+
};
|
|
343
|
+
caretColor: {
|
|
344
|
+
type: StringConstructor;
|
|
345
|
+
required: false;
|
|
346
|
+
default: string;
|
|
347
|
+
};
|
|
348
|
+
caretMarginLeft: {
|
|
349
|
+
type: StringConstructor;
|
|
350
|
+
required: false;
|
|
351
|
+
default: string;
|
|
352
|
+
};
|
|
353
|
+
usePrimaryColor: {
|
|
354
|
+
type: BooleanConstructor;
|
|
355
|
+
required: false;
|
|
356
|
+
default: boolean;
|
|
357
|
+
};
|
|
358
|
+
}>> & Readonly<{
|
|
359
|
+
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
360
|
+
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
361
|
+
}>, {
|
|
362
|
+
to: string | Record<string, any>;
|
|
363
|
+
title: string;
|
|
364
|
+
variant: "default" | "secondary" | "primary" | "none";
|
|
365
|
+
href: string;
|
|
366
|
+
target: string;
|
|
367
|
+
exact: boolean;
|
|
368
|
+
ariaLabel: string;
|
|
369
|
+
linkClass: string;
|
|
370
|
+
externalTargetBlank: boolean;
|
|
371
|
+
caret: boolean;
|
|
372
|
+
caretWrapperClass: string;
|
|
373
|
+
caretClass: string;
|
|
374
|
+
caretInline: boolean;
|
|
375
|
+
caretColor: string;
|
|
376
|
+
caretMarginLeft: string;
|
|
377
|
+
usePrimaryColor: boolean;
|
|
378
|
+
}, {}, {
|
|
379
|
+
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
380
|
+
passedWrapperClass: {
|
|
381
|
+
type: StringConstructor;
|
|
382
|
+
required: false;
|
|
383
|
+
default: string;
|
|
384
|
+
};
|
|
385
|
+
arrowClass: {
|
|
386
|
+
type: StringConstructor;
|
|
387
|
+
required: false;
|
|
388
|
+
default: string;
|
|
389
|
+
};
|
|
390
|
+
color: {
|
|
391
|
+
type: StringConstructor;
|
|
392
|
+
required: false;
|
|
393
|
+
default: string;
|
|
394
|
+
};
|
|
395
|
+
marginLeft: {
|
|
396
|
+
type: StringConstructor;
|
|
397
|
+
default: string;
|
|
398
|
+
required: false;
|
|
399
|
+
};
|
|
400
|
+
inline: {
|
|
401
|
+
type: BooleanConstructor;
|
|
402
|
+
default: boolean;
|
|
403
|
+
required: false;
|
|
404
|
+
};
|
|
405
|
+
}>, {}, {}, {
|
|
406
|
+
computedClass(): string;
|
|
407
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
408
|
+
passedWrapperClass: {
|
|
409
|
+
type: StringConstructor;
|
|
410
|
+
required: false;
|
|
411
|
+
default: string;
|
|
412
|
+
};
|
|
413
|
+
arrowClass: {
|
|
414
|
+
type: StringConstructor;
|
|
415
|
+
required: false;
|
|
416
|
+
default: string;
|
|
417
|
+
};
|
|
418
|
+
color: {
|
|
419
|
+
type: StringConstructor;
|
|
420
|
+
required: false;
|
|
421
|
+
default: string;
|
|
422
|
+
};
|
|
423
|
+
marginLeft: {
|
|
424
|
+
type: StringConstructor;
|
|
425
|
+
default: string;
|
|
426
|
+
required: false;
|
|
427
|
+
};
|
|
428
|
+
inline: {
|
|
429
|
+
type: BooleanConstructor;
|
|
430
|
+
default: boolean;
|
|
431
|
+
required: false;
|
|
432
|
+
};
|
|
433
|
+
}>> & Readonly<{}>, {
|
|
434
|
+
inline: boolean;
|
|
435
|
+
passedWrapperClass: string;
|
|
436
|
+
arrowClass: string;
|
|
437
|
+
color: string;
|
|
438
|
+
marginLeft: string;
|
|
439
|
+
}, {}, {
|
|
440
|
+
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
441
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
442
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
443
|
+
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
444
|
+
level: {
|
|
445
|
+
type: PropType<import('./../BaseHeading/BaseHeading.vue').HeadingLevel>;
|
|
446
|
+
required: false;
|
|
447
|
+
default: string;
|
|
448
|
+
};
|
|
449
|
+
size: {
|
|
450
|
+
type: PropType<import('./../BaseHeading/BaseHeading.vue').HeadingLevel>;
|
|
451
|
+
required: false;
|
|
452
|
+
default: string;
|
|
453
|
+
};
|
|
454
|
+
}>, {}, {}, {
|
|
455
|
+
computedTag(): string;
|
|
456
|
+
computedClass(): string;
|
|
457
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
458
|
+
level: {
|
|
459
|
+
type: PropType<import('./../BaseHeading/BaseHeading.vue').HeadingLevel>;
|
|
460
|
+
required: false;
|
|
461
|
+
default: string;
|
|
462
|
+
};
|
|
463
|
+
size: {
|
|
464
|
+
type: PropType<import('./../BaseHeading/BaseHeading.vue').HeadingLevel>;
|
|
465
|
+
required: false;
|
|
466
|
+
default: string;
|
|
467
|
+
};
|
|
468
|
+
}>> & Readonly<{}>, {
|
|
469
|
+
size: keyof {
|
|
470
|
+
h1: string;
|
|
471
|
+
h2: string;
|
|
472
|
+
h3: string;
|
|
473
|
+
h4: string;
|
|
474
|
+
h5: string;
|
|
475
|
+
h6: string;
|
|
476
|
+
};
|
|
477
|
+
level: keyof {
|
|
478
|
+
h1: string;
|
|
479
|
+
h2: string;
|
|
480
|
+
h3: string;
|
|
481
|
+
h4: string;
|
|
482
|
+
h5: string;
|
|
483
|
+
h6: string;
|
|
484
|
+
};
|
|
485
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
486
|
+
BasePill: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
487
|
+
text: {
|
|
488
|
+
type: StringConstructor;
|
|
489
|
+
default: undefined;
|
|
490
|
+
};
|
|
491
|
+
variant: {
|
|
492
|
+
type: () => "secondary" | "primary" | "primary-inverted" | "action";
|
|
493
|
+
default: string;
|
|
494
|
+
};
|
|
495
|
+
size: {
|
|
496
|
+
type: () => "sm" | "md" | "lg";
|
|
497
|
+
default: string;
|
|
498
|
+
};
|
|
499
|
+
contentType: {
|
|
500
|
+
type: () => import('./../../interfaces').ContentTypeKey;
|
|
501
|
+
default: undefined;
|
|
502
|
+
};
|
|
503
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
504
|
+
text: {
|
|
505
|
+
type: StringConstructor;
|
|
506
|
+
default: undefined;
|
|
507
|
+
};
|
|
508
|
+
variant: {
|
|
509
|
+
type: () => "secondary" | "primary" | "primary-inverted" | "action";
|
|
510
|
+
default: string;
|
|
511
|
+
};
|
|
512
|
+
size: {
|
|
513
|
+
type: () => "sm" | "md" | "lg";
|
|
514
|
+
default: string;
|
|
515
|
+
};
|
|
516
|
+
contentType: {
|
|
517
|
+
type: () => import('./../../interfaces').ContentTypeKey;
|
|
518
|
+
default: undefined;
|
|
519
|
+
};
|
|
520
|
+
}>> & Readonly<{}>, {
|
|
521
|
+
text: string;
|
|
522
|
+
variant: "secondary" | "primary" | "primary-inverted" | "action";
|
|
523
|
+
size: "sm" | "md" | "lg";
|
|
524
|
+
contentType: "EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage";
|
|
525
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
526
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
527
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { default as DsnWidget } from './DsnWidget.vue';
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export let title: string;
|
|
4
|
+
export { DsnWidget as component };
|
|
5
|
+
export let tags: string[];
|
|
6
|
+
export let excludeStories: RegExp;
|
|
7
|
+
}
|
|
8
|
+
export default _default;
|
|
9
|
+
export namespace DsnWidgetData {
|
|
10
|
+
let heading: string;
|
|
11
|
+
let link: string;
|
|
12
|
+
let linkTarget: boolean;
|
|
13
|
+
let transmitTitle: string;
|
|
14
|
+
let transmitStatus: string;
|
|
15
|
+
let spacecraftName: string;
|
|
16
|
+
let location: string;
|
|
17
|
+
let __typename: string;
|
|
18
|
+
}
|
|
19
|
+
export namespace BaseStory {
|
|
20
|
+
namespace args {
|
|
21
|
+
export { DsnWidgetData as data };
|
|
22
|
+
}
|
|
23
|
+
}
|