@explorer-1/vue 0.2.53 → 0.2.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/explorer-1-vue.js +6113 -6105
- package/dist/explorer-1-vue.umd.cjs +16 -16
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +96 -4
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +96 -4
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +12 -10
- package/dist/src/components/BaseAudio/BaseAudio.vue.d.ts +12 -5
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +7 -7
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +7 -7
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +4 -4
- package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +9 -9
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +6 -6
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +4 -4
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +4 -4
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +4 -4
- package/dist/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue.d.ts +3 -1
- package/dist/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue.d.ts +3 -1
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +70 -6
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +685 -34
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +141 -4
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +124 -4
- package/dist/src/components/BasePill/BasePill.vue.d.ts +4 -4
- package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +1 -1
- package/dist/src/components/BasePlaceholder/BasePlaceholder.vue.d.ts +1 -1
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +4 -4
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +4 -4
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +6 -6
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.stories.d.ts +33 -33
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +8 -8
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +61 -4
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +4 -4
- package/dist/src/components/BlockAnchor/BlockAnchor.vue.d.ts +3 -3
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +230 -3
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +172 -5
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +170 -4
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +96 -4
- package/dist/src/components/BlockDialog/BlockDialog.stories.d.ts +7 -5
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +1 -1
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +1 -1
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +35 -5
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +87 -3
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +60 -23
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +4 -4
- package/dist/src/components/BlockTable/BlockTable.vue.d.ts +3 -3
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +175 -4
- package/dist/src/components/BlockText/BlockText.vue.d.ts +4 -4
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +95 -4
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +4 -4
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +172 -4
- package/dist/src/components/FormContact/FormContact.stories.d.ts +361 -1
- package/dist/src/components/FormContact/FormContact.vue.d.ts +361 -1
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +396 -1
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +396 -1
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +51 -4
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +281 -3
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +141 -3
- package/dist/src/components/Icons/Icon360.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconArrow.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconArrows.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconAudio.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconBook.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconBookUser.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconBriefcase.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconCalendar.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconCaret.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconCheckbox.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconCheckboxSelected.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconClose.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconCloseLightbox.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconDownload.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconDropdown.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconEnvelope.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconExpand.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconExternal.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconFilter.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconForwardTen.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconGrid.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconHand.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconInfo.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconLink.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconList.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconLocation.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconMagnifyingGlass.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconMedal.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconMenu.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconMinus.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconMute.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconNext.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconPause.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconPlay.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconPlus.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconPrev.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconProfile.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconRewindTen.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSearch.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconShare.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSlideshow.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialEmail.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialFacebook.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialGoogleClassroom.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialInstagram.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialPinterest.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialReddit.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialTwitter.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialYoutube.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconStop.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSubject.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconTime.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconUniversity.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconUser.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconVolume.vue.d.ts +1 -1
- package/dist/src/components/Icons/Icons.stories.d.ts +110 -110
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +142 -3
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +4 -4
- package/dist/src/components/LoadingTransition/LoadingTransition.vue.d.ts +1 -1
- package/dist/src/components/LogoCaltech/LogoCaltech.stories.d.ts +1 -1
- package/dist/src/components/LogoCaltech/LogoCaltech.vue.d.ts +1 -1
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +4 -5
- package/dist/src/components/LogoTribrand/LogoTribrand.vue.d.ts +4 -4
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +4 -4
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +4 -4
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +61 -4
- package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +0 -1
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +154 -4
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +0 -1
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +63 -8
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +460 -31
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +199 -12
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +63 -6
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +195 -8
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +6 -4
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +6 -4
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +8 -4
- package/dist/src/components/MixinFancybox/MixinFancyboxOpenButton.vue.d.ts +3 -1
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +3 -3
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +44 -4
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +5 -5
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +5 -5
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +99 -4
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +99 -4
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +4 -4
- package/dist/src/components/ParallaxContainer/ParallaxContainer.stories.d.ts +8 -8
- package/dist/src/components/ParallaxContainer/ParallaxContainer.vue.d.ts +4 -4
- package/dist/src/components/ParallaxElement/ParallaxElement.vue.d.ts +4 -4
- package/dist/src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue.d.ts +67 -3
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.d.ts +59 -4
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +3 -3
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +58 -3
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +5 -5
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +5 -5
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +96 -3
- package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +19 -1
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.vue.d.ts +4 -4
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +99 -4
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +1 -1
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +92 -1
- package/dist/src/components/TextArea/TextArea.vue.d.ts +14 -14
- package/dist/src/components/TextInput/TextInput.vue.d.ts +14 -14
- package/dist/src/components/TheFooter/TheFooterSignUp.vue.d.ts +3 -1
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +314 -3
- package/dist/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue.d.ts +1 -1
- package/dist/src/components/YearTicker/YearTicker.stories.d.ts +3 -3
- package/dist/src/components/YearTicker/YearTicker.vue.d.ts +3 -3
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +16 -16
- package/dist/src/docs/foundation/typography.stories.d.ts +7 -7
- package/dist/src/interfaces.d.ts +1 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.d.ts +105 -38
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.stories.d.ts +112 -34
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.d.ts +131 -35
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.stories.d.ts +112 -34
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/BaseImage/BaseImage.vue +2 -28
- package/src/components/BlockHeading/BlockHeading.vue +1 -1
- package/src/components/BlockIframeEmbed/BlockIframeEmbed.vue +4 -28
- package/src/components/BlockLinkCard/BlockLinkCard.stories.js +31 -4
- package/src/components/BlockLinkCard/BlockLinkCard.vue +1 -1
- package/src/components/BlockVideoEmbed/BlockVideoEmbed.vue +0 -2
- package/src/components/HeroMedia/HeroMedia.vue +7 -5
- package/src/components/HeroMedium/HeroMedium.vue +1 -1
- package/src/components/MetaPanel/MetaPanel.vue +6 -6
- package/src/components/MetadataEduResource/MetadataEduResource.vue +7 -2
- package/src/components/MetadataEvent/MetadataEvent.vue +3 -2
- package/src/components/NavJumpMenu/NavJumpMenu.vue +7 -1
- package/src/components/NavJumpMenu/NavJumpMenuContent.vue +6 -1
- package/src/components/SearchFilterGroup/SearchFilterGroup.vue +1 -0
- package/src/components/SearchInput/SearchInput.vue +15 -4
- package/src/components/SearchResultCard/SearchResultCard.stories.js +13 -2
- package/src/components/SearchResultsList/SearchResultsList.vue +8 -2
- package/src/interfaces.ts +1 -0
- package/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.js +16 -0
- package/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue +45 -14
- package/src/templates/edu/PageEduHome/PageEduHome.stories.js +99 -0
- package/src/templates/edu/PageEduHome/PageEduHome.vue +154 -0
- package/src/templates/edu/PageEduLesson/PageEduLesson.stories.js +26 -1
- package/src/templates/edu/PageEduLesson/PageEduLesson.vue +57 -19
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.js +30 -3
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue +126 -97
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue +59 -44
- package/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.stories.js +26 -1
- package/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue +44 -16
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +0 -36
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +0 -37
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +0 -33
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +0 -19
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +0 -24
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +0 -345
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +0 -24
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +0 -68
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +0 -65
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +0 -74
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +0 -58
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +0 -25
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +0 -57
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +0 -19
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +0 -198
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +0 -306
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +0 -47
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +0 -93
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +0 -16
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +0 -202
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +0 -32
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +0 -36
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +0 -42
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +0 -49
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +0 -40
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +0 -38
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +0 -156
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +0 -15
- package/dist/src/components/EventCard/EventCard.vue.d.ts +0 -111
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +0 -42
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +0 -66
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +0 -96
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +0 -45
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +0 -33
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +0 -15
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +0 -106
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +0 -24
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +0 -18
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +0 -565
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +0 -65
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +0 -21
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +0 -65
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +0 -30
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +0 -36
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +0 -34
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +0 -12
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +0 -265
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +0 -118
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +0 -648
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +0 -94
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +0 -14
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +0 -15
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +0 -338
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +0 -12
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +0 -20
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +0 -29
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +0 -18
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +0 -2
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +0 -656
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +0 -94
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +0 -54
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +0 -395
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +0 -46
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +0 -35
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +0 -75
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +0 -70
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +0 -30
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +0 -40
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +0 -19
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +0 -82
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +0 -55
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +0 -287
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +0 -193
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +0 -62
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +0 -35
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +0 -32
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +0 -75
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +0 -33
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +0 -27
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +0 -167
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +0 -39
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +0 -22
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +0 -31
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +0 -28
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +0 -22
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +0 -17
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { default as Swiper } from 'swiper';
|
|
2
|
-
import { SwiperOptions } from 'swiper/types';
|
|
3
|
-
|
|
4
|
-
declare const _default: import('vue').DefineComponent<{
|
|
5
|
-
data: {
|
|
6
|
-
type: ObjectConstructor;
|
|
7
|
-
required: false;
|
|
8
|
-
default: undefined;
|
|
9
|
-
};
|
|
10
|
-
}, unknown, {
|
|
11
|
-
slider: Swiper | null;
|
|
12
|
-
sliderOptions: SwiperOptions;
|
|
13
|
-
}, {}, {
|
|
14
|
-
init(): void;
|
|
15
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16
|
-
data: {
|
|
17
|
-
type: ObjectConstructor;
|
|
18
|
-
required: false;
|
|
19
|
-
default: undefined;
|
|
20
|
-
};
|
|
21
|
-
}>>, {
|
|
22
|
-
data: Record<string, any>;
|
|
23
|
-
}, {}>;
|
|
24
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
data: {
|
|
3
|
-
type: ObjectConstructor;
|
|
4
|
-
required: false;
|
|
5
|
-
default: undefined;
|
|
6
|
-
};
|
|
7
|
-
}, unknown, unknown, {
|
|
8
|
-
hasTopic(): boolean;
|
|
9
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
10
|
-
data: {
|
|
11
|
-
type: ObjectConstructor;
|
|
12
|
-
required: false;
|
|
13
|
-
default: undefined;
|
|
14
|
-
};
|
|
15
|
-
}>>, {
|
|
16
|
-
data: Record<string, any>;
|
|
17
|
-
}, {}>;
|
|
18
|
-
export default _default;
|
|
@@ -1,565 +0,0 @@
|
|
|
1
|
-
import { default as HomepageStats } from './HomepageStats.vue';
|
|
2
|
-
declare namespace _default {
|
|
3
|
-
export let title: string;
|
|
4
|
-
export { HomepageStats as component };
|
|
5
|
-
export let excludeStories: RegExp;
|
|
6
|
-
}
|
|
7
|
-
export default _default;
|
|
8
|
-
export namespace HomepageStatsData {
|
|
9
|
-
namespace asteroidWatchWidget {
|
|
10
|
-
export namespace asteroidApproach {
|
|
11
|
-
let date: string;
|
|
12
|
-
let distanceKilometers: number;
|
|
13
|
-
let distanceMiles: number;
|
|
14
|
-
let externalLink: string;
|
|
15
|
-
}
|
|
16
|
-
export let heading: string;
|
|
17
|
-
let title_1: string;
|
|
18
|
-
export { title_1 as title };
|
|
19
|
-
}
|
|
20
|
-
namespace dsnWidget {
|
|
21
|
-
let heading_1: string;
|
|
22
|
-
export { heading_1 as heading };
|
|
23
|
-
export let location: string;
|
|
24
|
-
export let spacecraftName: string;
|
|
25
|
-
export let transmitStatus: string;
|
|
26
|
-
export let transmitTitle: string;
|
|
27
|
-
}
|
|
28
|
-
let statistics: ({
|
|
29
|
-
blockType: string;
|
|
30
|
-
heading: string;
|
|
31
|
-
title: string;
|
|
32
|
-
date?: undefined;
|
|
33
|
-
dateDisplay?: undefined;
|
|
34
|
-
} | {
|
|
35
|
-
blockType: string;
|
|
36
|
-
date: string;
|
|
37
|
-
dateDisplay: string;
|
|
38
|
-
heading: string;
|
|
39
|
-
title: string;
|
|
40
|
-
})[];
|
|
41
|
-
let statisticsMissionCount: number;
|
|
42
|
-
let featuredEmbed: never[];
|
|
43
|
-
}
|
|
44
|
-
export function BaseStory(args: any): {
|
|
45
|
-
setup(): {
|
|
46
|
-
args: any;
|
|
47
|
-
};
|
|
48
|
-
components: {
|
|
49
|
-
HomepageStats: import('vue').DefineComponent<{
|
|
50
|
-
statistics: {
|
|
51
|
-
type: ArrayConstructor;
|
|
52
|
-
required: false;
|
|
53
|
-
};
|
|
54
|
-
missionCount: {
|
|
55
|
-
type: NumberConstructor;
|
|
56
|
-
required: false;
|
|
57
|
-
};
|
|
58
|
-
dsn: {
|
|
59
|
-
type: ObjectConstructor;
|
|
60
|
-
required: false;
|
|
61
|
-
};
|
|
62
|
-
asteroidWatch: {
|
|
63
|
-
type: ObjectConstructor;
|
|
64
|
-
required: false;
|
|
65
|
-
};
|
|
66
|
-
featuredEmbed: {
|
|
67
|
-
type: import('vue').PropType<{
|
|
68
|
-
display: boolean;
|
|
69
|
-
}[]>;
|
|
70
|
-
required: false;
|
|
71
|
-
};
|
|
72
|
-
}, unknown, {
|
|
73
|
-
autoplayAdded: boolean;
|
|
74
|
-
}, {
|
|
75
|
-
dataMissionStatsBlock(): {
|
|
76
|
-
blockType: string;
|
|
77
|
-
} | null;
|
|
78
|
-
dataGenericStatsBlock(): {
|
|
79
|
-
blockType: string;
|
|
80
|
-
} | null;
|
|
81
|
-
hasFeaturedEmbed(): boolean;
|
|
82
|
-
}, {
|
|
83
|
-
playVideo(): null;
|
|
84
|
-
filterBlocksByType(blockType: string): {
|
|
85
|
-
blockType: string;
|
|
86
|
-
}[] | null;
|
|
87
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
88
|
-
statistics: {
|
|
89
|
-
type: ArrayConstructor;
|
|
90
|
-
required: false;
|
|
91
|
-
};
|
|
92
|
-
missionCount: {
|
|
93
|
-
type: NumberConstructor;
|
|
94
|
-
required: false;
|
|
95
|
-
};
|
|
96
|
-
dsn: {
|
|
97
|
-
type: ObjectConstructor;
|
|
98
|
-
required: false;
|
|
99
|
-
};
|
|
100
|
-
asteroidWatch: {
|
|
101
|
-
type: ObjectConstructor;
|
|
102
|
-
required: false;
|
|
103
|
-
};
|
|
104
|
-
featuredEmbed: {
|
|
105
|
-
type: import('vue').PropType<{
|
|
106
|
-
display: boolean;
|
|
107
|
-
}[]>;
|
|
108
|
-
required: false;
|
|
109
|
-
};
|
|
110
|
-
}>>, {}, {}>;
|
|
111
|
-
};
|
|
112
|
-
template: string;
|
|
113
|
-
};
|
|
114
|
-
export namespace BaseStory {
|
|
115
|
-
export let storyName: string;
|
|
116
|
-
export { HomepageStatsData as args };
|
|
117
|
-
}
|
|
118
|
-
export function StaticDate(args: any): {
|
|
119
|
-
setup(): {
|
|
120
|
-
args: any;
|
|
121
|
-
};
|
|
122
|
-
components: {
|
|
123
|
-
HomepageStats: import('vue').DefineComponent<{
|
|
124
|
-
statistics: {
|
|
125
|
-
type: ArrayConstructor;
|
|
126
|
-
required: false;
|
|
127
|
-
};
|
|
128
|
-
missionCount: {
|
|
129
|
-
type: NumberConstructor;
|
|
130
|
-
required: false;
|
|
131
|
-
};
|
|
132
|
-
dsn: {
|
|
133
|
-
type: ObjectConstructor;
|
|
134
|
-
required: false;
|
|
135
|
-
};
|
|
136
|
-
asteroidWatch: {
|
|
137
|
-
type: ObjectConstructor;
|
|
138
|
-
required: false;
|
|
139
|
-
};
|
|
140
|
-
featuredEmbed: {
|
|
141
|
-
type: import('vue').PropType<{
|
|
142
|
-
display: boolean;
|
|
143
|
-
}[]>;
|
|
144
|
-
required: false;
|
|
145
|
-
};
|
|
146
|
-
}, unknown, {
|
|
147
|
-
autoplayAdded: boolean;
|
|
148
|
-
}, {
|
|
149
|
-
dataMissionStatsBlock(): {
|
|
150
|
-
blockType: string;
|
|
151
|
-
} | null;
|
|
152
|
-
dataGenericStatsBlock(): {
|
|
153
|
-
blockType: string;
|
|
154
|
-
} | null;
|
|
155
|
-
hasFeaturedEmbed(): boolean;
|
|
156
|
-
}, {
|
|
157
|
-
playVideo(): null;
|
|
158
|
-
filterBlocksByType(blockType: string): {
|
|
159
|
-
blockType: string;
|
|
160
|
-
}[] | null;
|
|
161
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
162
|
-
statistics: {
|
|
163
|
-
type: ArrayConstructor;
|
|
164
|
-
required: false;
|
|
165
|
-
};
|
|
166
|
-
missionCount: {
|
|
167
|
-
type: NumberConstructor;
|
|
168
|
-
required: false;
|
|
169
|
-
};
|
|
170
|
-
dsn: {
|
|
171
|
-
type: ObjectConstructor;
|
|
172
|
-
required: false;
|
|
173
|
-
};
|
|
174
|
-
asteroidWatch: {
|
|
175
|
-
type: ObjectConstructor;
|
|
176
|
-
required: false;
|
|
177
|
-
};
|
|
178
|
-
featuredEmbed: {
|
|
179
|
-
type: import('vue').PropType<{
|
|
180
|
-
display: boolean;
|
|
181
|
-
}[]>;
|
|
182
|
-
required: false;
|
|
183
|
-
};
|
|
184
|
-
}>>, {}, {}>;
|
|
185
|
-
};
|
|
186
|
-
template: string;
|
|
187
|
-
};
|
|
188
|
-
export namespace StaticDate {
|
|
189
|
-
namespace args {
|
|
190
|
-
let statistics_1: ({
|
|
191
|
-
blockType: string;
|
|
192
|
-
heading: string;
|
|
193
|
-
title: string;
|
|
194
|
-
date?: undefined;
|
|
195
|
-
dateDisplay?: undefined;
|
|
196
|
-
} | {
|
|
197
|
-
blockType: string;
|
|
198
|
-
date: string;
|
|
199
|
-
dateDisplay: string;
|
|
200
|
-
heading: string;
|
|
201
|
-
title: string;
|
|
202
|
-
})[];
|
|
203
|
-
export { statistics_1 as statistics };
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
export function TimeElapsed(args: any): {
|
|
207
|
-
setup(): {
|
|
208
|
-
args: any;
|
|
209
|
-
};
|
|
210
|
-
components: {
|
|
211
|
-
HomepageStats: import('vue').DefineComponent<{
|
|
212
|
-
statistics: {
|
|
213
|
-
type: ArrayConstructor;
|
|
214
|
-
required: false;
|
|
215
|
-
};
|
|
216
|
-
missionCount: {
|
|
217
|
-
type: NumberConstructor;
|
|
218
|
-
required: false;
|
|
219
|
-
};
|
|
220
|
-
dsn: {
|
|
221
|
-
type: ObjectConstructor;
|
|
222
|
-
required: false;
|
|
223
|
-
};
|
|
224
|
-
asteroidWatch: {
|
|
225
|
-
type: ObjectConstructor;
|
|
226
|
-
required: false;
|
|
227
|
-
};
|
|
228
|
-
featuredEmbed: {
|
|
229
|
-
type: import('vue').PropType<{
|
|
230
|
-
display: boolean;
|
|
231
|
-
}[]>;
|
|
232
|
-
required: false;
|
|
233
|
-
};
|
|
234
|
-
}, unknown, {
|
|
235
|
-
autoplayAdded: boolean;
|
|
236
|
-
}, {
|
|
237
|
-
dataMissionStatsBlock(): {
|
|
238
|
-
blockType: string;
|
|
239
|
-
} | null;
|
|
240
|
-
dataGenericStatsBlock(): {
|
|
241
|
-
blockType: string;
|
|
242
|
-
} | null;
|
|
243
|
-
hasFeaturedEmbed(): boolean;
|
|
244
|
-
}, {
|
|
245
|
-
playVideo(): null;
|
|
246
|
-
filterBlocksByType(blockType: string): {
|
|
247
|
-
blockType: string;
|
|
248
|
-
}[] | null;
|
|
249
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
250
|
-
statistics: {
|
|
251
|
-
type: ArrayConstructor;
|
|
252
|
-
required: false;
|
|
253
|
-
};
|
|
254
|
-
missionCount: {
|
|
255
|
-
type: NumberConstructor;
|
|
256
|
-
required: false;
|
|
257
|
-
};
|
|
258
|
-
dsn: {
|
|
259
|
-
type: ObjectConstructor;
|
|
260
|
-
required: false;
|
|
261
|
-
};
|
|
262
|
-
asteroidWatch: {
|
|
263
|
-
type: ObjectConstructor;
|
|
264
|
-
required: false;
|
|
265
|
-
};
|
|
266
|
-
featuredEmbed: {
|
|
267
|
-
type: import('vue').PropType<{
|
|
268
|
-
display: boolean;
|
|
269
|
-
}[]>;
|
|
270
|
-
required: false;
|
|
271
|
-
};
|
|
272
|
-
}>>, {}, {}>;
|
|
273
|
-
};
|
|
274
|
-
template: string;
|
|
275
|
-
};
|
|
276
|
-
export namespace TimeElapsed {
|
|
277
|
-
export namespace args_1 {
|
|
278
|
-
let statistics_2: ({
|
|
279
|
-
blockType: string;
|
|
280
|
-
heading: string;
|
|
281
|
-
title: string;
|
|
282
|
-
date?: undefined;
|
|
283
|
-
dateDisplay?: undefined;
|
|
284
|
-
} | {
|
|
285
|
-
blockType: string;
|
|
286
|
-
date: string;
|
|
287
|
-
dateDisplay: string;
|
|
288
|
-
heading: string;
|
|
289
|
-
title: string;
|
|
290
|
-
})[];
|
|
291
|
-
export { statistics_2 as statistics };
|
|
292
|
-
}
|
|
293
|
-
export { args_1 as args };
|
|
294
|
-
}
|
|
295
|
-
export function WatchLive(args: any): {
|
|
296
|
-
setup(): {
|
|
297
|
-
args: any;
|
|
298
|
-
};
|
|
299
|
-
components: {
|
|
300
|
-
HomepageStats: import('vue').DefineComponent<{
|
|
301
|
-
statistics: {
|
|
302
|
-
type: ArrayConstructor;
|
|
303
|
-
required: false;
|
|
304
|
-
};
|
|
305
|
-
missionCount: {
|
|
306
|
-
type: NumberConstructor;
|
|
307
|
-
required: false;
|
|
308
|
-
};
|
|
309
|
-
dsn: {
|
|
310
|
-
type: ObjectConstructor;
|
|
311
|
-
required: false;
|
|
312
|
-
};
|
|
313
|
-
asteroidWatch: {
|
|
314
|
-
type: ObjectConstructor;
|
|
315
|
-
required: false;
|
|
316
|
-
};
|
|
317
|
-
featuredEmbed: {
|
|
318
|
-
type: import('vue').PropType<{
|
|
319
|
-
display: boolean;
|
|
320
|
-
}[]>;
|
|
321
|
-
required: false;
|
|
322
|
-
};
|
|
323
|
-
}, unknown, {
|
|
324
|
-
autoplayAdded: boolean;
|
|
325
|
-
}, {
|
|
326
|
-
dataMissionStatsBlock(): {
|
|
327
|
-
blockType: string;
|
|
328
|
-
} | null;
|
|
329
|
-
dataGenericStatsBlock(): {
|
|
330
|
-
blockType: string;
|
|
331
|
-
} | null;
|
|
332
|
-
hasFeaturedEmbed(): boolean;
|
|
333
|
-
}, {
|
|
334
|
-
playVideo(): null;
|
|
335
|
-
filterBlocksByType(blockType: string): {
|
|
336
|
-
blockType: string;
|
|
337
|
-
}[] | null;
|
|
338
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
339
|
-
statistics: {
|
|
340
|
-
type: ArrayConstructor;
|
|
341
|
-
required: false;
|
|
342
|
-
};
|
|
343
|
-
missionCount: {
|
|
344
|
-
type: NumberConstructor;
|
|
345
|
-
required: false;
|
|
346
|
-
};
|
|
347
|
-
dsn: {
|
|
348
|
-
type: ObjectConstructor;
|
|
349
|
-
required: false;
|
|
350
|
-
};
|
|
351
|
-
asteroidWatch: {
|
|
352
|
-
type: ObjectConstructor;
|
|
353
|
-
required: false;
|
|
354
|
-
};
|
|
355
|
-
featuredEmbed: {
|
|
356
|
-
type: import('vue').PropType<{
|
|
357
|
-
display: boolean;
|
|
358
|
-
}[]>;
|
|
359
|
-
required: false;
|
|
360
|
-
};
|
|
361
|
-
}>>, {}, {}>;
|
|
362
|
-
};
|
|
363
|
-
template: string;
|
|
364
|
-
};
|
|
365
|
-
export namespace WatchLive {
|
|
366
|
-
export namespace args_2 {
|
|
367
|
-
let statistics_3: ({
|
|
368
|
-
blockType: string;
|
|
369
|
-
heading: string;
|
|
370
|
-
title: string;
|
|
371
|
-
date?: undefined;
|
|
372
|
-
dateDisplay?: undefined;
|
|
373
|
-
} | {
|
|
374
|
-
blockType: string;
|
|
375
|
-
date: string;
|
|
376
|
-
dateDisplay: string;
|
|
377
|
-
heading: string;
|
|
378
|
-
title: string;
|
|
379
|
-
})[];
|
|
380
|
-
export { statistics_3 as statistics };
|
|
381
|
-
let featuredEmbed_1: {
|
|
382
|
-
heading: string;
|
|
383
|
-
display: boolean;
|
|
384
|
-
}[];
|
|
385
|
-
export { featuredEmbed_1 as featuredEmbed };
|
|
386
|
-
}
|
|
387
|
-
export { args_2 as args };
|
|
388
|
-
}
|
|
389
|
-
export function WatchLiveNoVideo(args: any): {
|
|
390
|
-
setup(): {
|
|
391
|
-
args: any;
|
|
392
|
-
};
|
|
393
|
-
components: {
|
|
394
|
-
HomepageStats: import('vue').DefineComponent<{
|
|
395
|
-
statistics: {
|
|
396
|
-
type: ArrayConstructor;
|
|
397
|
-
required: false;
|
|
398
|
-
};
|
|
399
|
-
missionCount: {
|
|
400
|
-
type: NumberConstructor;
|
|
401
|
-
required: false;
|
|
402
|
-
};
|
|
403
|
-
dsn: {
|
|
404
|
-
type: ObjectConstructor;
|
|
405
|
-
required: false;
|
|
406
|
-
};
|
|
407
|
-
asteroidWatch: {
|
|
408
|
-
type: ObjectConstructor;
|
|
409
|
-
required: false;
|
|
410
|
-
};
|
|
411
|
-
featuredEmbed: {
|
|
412
|
-
type: import('vue').PropType<{
|
|
413
|
-
display: boolean;
|
|
414
|
-
}[]>;
|
|
415
|
-
required: false;
|
|
416
|
-
};
|
|
417
|
-
}, unknown, {
|
|
418
|
-
autoplayAdded: boolean;
|
|
419
|
-
}, {
|
|
420
|
-
dataMissionStatsBlock(): {
|
|
421
|
-
blockType: string;
|
|
422
|
-
} | null;
|
|
423
|
-
dataGenericStatsBlock(): {
|
|
424
|
-
blockType: string;
|
|
425
|
-
} | null;
|
|
426
|
-
hasFeaturedEmbed(): boolean;
|
|
427
|
-
}, {
|
|
428
|
-
playVideo(): null;
|
|
429
|
-
filterBlocksByType(blockType: string): {
|
|
430
|
-
blockType: string;
|
|
431
|
-
}[] | null;
|
|
432
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
433
|
-
statistics: {
|
|
434
|
-
type: ArrayConstructor;
|
|
435
|
-
required: false;
|
|
436
|
-
};
|
|
437
|
-
missionCount: {
|
|
438
|
-
type: NumberConstructor;
|
|
439
|
-
required: false;
|
|
440
|
-
};
|
|
441
|
-
dsn: {
|
|
442
|
-
type: ObjectConstructor;
|
|
443
|
-
required: false;
|
|
444
|
-
};
|
|
445
|
-
asteroidWatch: {
|
|
446
|
-
type: ObjectConstructor;
|
|
447
|
-
required: false;
|
|
448
|
-
};
|
|
449
|
-
featuredEmbed: {
|
|
450
|
-
type: import('vue').PropType<{
|
|
451
|
-
display: boolean;
|
|
452
|
-
}[]>;
|
|
453
|
-
required: false;
|
|
454
|
-
};
|
|
455
|
-
}>>, {}, {}>;
|
|
456
|
-
};
|
|
457
|
-
template: string;
|
|
458
|
-
};
|
|
459
|
-
export namespace WatchLiveNoVideo {
|
|
460
|
-
export namespace args_3 {
|
|
461
|
-
let statistics_4: ({
|
|
462
|
-
blockType: string;
|
|
463
|
-
heading: string;
|
|
464
|
-
title: string;
|
|
465
|
-
date?: undefined;
|
|
466
|
-
dateDisplay?: undefined;
|
|
467
|
-
} | {
|
|
468
|
-
blockType: string;
|
|
469
|
-
date: string;
|
|
470
|
-
dateDisplay: string;
|
|
471
|
-
heading: string;
|
|
472
|
-
title: string;
|
|
473
|
-
})[];
|
|
474
|
-
export { statistics_4 as statistics };
|
|
475
|
-
}
|
|
476
|
-
export { args_3 as args };
|
|
477
|
-
}
|
|
478
|
-
export function NoDsn(args: any): {
|
|
479
|
-
setup(): {
|
|
480
|
-
args: any;
|
|
481
|
-
};
|
|
482
|
-
components: {
|
|
483
|
-
HomepageStats: import('vue').DefineComponent<{
|
|
484
|
-
statistics: {
|
|
485
|
-
type: ArrayConstructor;
|
|
486
|
-
required: false;
|
|
487
|
-
};
|
|
488
|
-
missionCount: {
|
|
489
|
-
type: NumberConstructor;
|
|
490
|
-
required: false;
|
|
491
|
-
};
|
|
492
|
-
dsn: {
|
|
493
|
-
type: ObjectConstructor;
|
|
494
|
-
required: false;
|
|
495
|
-
};
|
|
496
|
-
asteroidWatch: {
|
|
497
|
-
type: ObjectConstructor;
|
|
498
|
-
required: false;
|
|
499
|
-
};
|
|
500
|
-
featuredEmbed: {
|
|
501
|
-
type: import('vue').PropType<{
|
|
502
|
-
display: boolean;
|
|
503
|
-
}[]>;
|
|
504
|
-
required: false;
|
|
505
|
-
};
|
|
506
|
-
}, unknown, {
|
|
507
|
-
autoplayAdded: boolean;
|
|
508
|
-
}, {
|
|
509
|
-
dataMissionStatsBlock(): {
|
|
510
|
-
blockType: string;
|
|
511
|
-
} | null;
|
|
512
|
-
dataGenericStatsBlock(): {
|
|
513
|
-
blockType: string;
|
|
514
|
-
} | null;
|
|
515
|
-
hasFeaturedEmbed(): boolean;
|
|
516
|
-
}, {
|
|
517
|
-
playVideo(): null;
|
|
518
|
-
filterBlocksByType(blockType: string): {
|
|
519
|
-
blockType: string;
|
|
520
|
-
}[] | null;
|
|
521
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
522
|
-
statistics: {
|
|
523
|
-
type: ArrayConstructor;
|
|
524
|
-
required: false;
|
|
525
|
-
};
|
|
526
|
-
missionCount: {
|
|
527
|
-
type: NumberConstructor;
|
|
528
|
-
required: false;
|
|
529
|
-
};
|
|
530
|
-
dsn: {
|
|
531
|
-
type: ObjectConstructor;
|
|
532
|
-
required: false;
|
|
533
|
-
};
|
|
534
|
-
asteroidWatch: {
|
|
535
|
-
type: ObjectConstructor;
|
|
536
|
-
required: false;
|
|
537
|
-
};
|
|
538
|
-
featuredEmbed: {
|
|
539
|
-
type: import('vue').PropType<{
|
|
540
|
-
display: boolean;
|
|
541
|
-
}[]>;
|
|
542
|
-
required: false;
|
|
543
|
-
};
|
|
544
|
-
}>>, {}, {}>;
|
|
545
|
-
};
|
|
546
|
-
template: string;
|
|
547
|
-
};
|
|
548
|
-
export namespace NoDsn {
|
|
549
|
-
export namespace args_4 {
|
|
550
|
-
export namespace dsnWidget_1 {
|
|
551
|
-
let heading_2: string;
|
|
552
|
-
export { heading_2 as heading };
|
|
553
|
-
let location_1: string;
|
|
554
|
-
export { location_1 as location };
|
|
555
|
-
let spacecraftName_1: null;
|
|
556
|
-
export { spacecraftName_1 as spacecraftName };
|
|
557
|
-
let transmitStatus_1: string;
|
|
558
|
-
export { transmitStatus_1 as transmitStatus };
|
|
559
|
-
let transmitTitle_1: string;
|
|
560
|
-
export { transmitTitle_1 as transmitTitle };
|
|
561
|
-
}
|
|
562
|
-
export { dsnWidget_1 as dsnWidget };
|
|
563
|
-
}
|
|
564
|
-
export { args_4 as args };
|
|
565
|
-
}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
|
|
3
|
-
type blockObject = {
|
|
4
|
-
blockType: string;
|
|
5
|
-
};
|
|
6
|
-
type HomePageEmbedBlockItem = {
|
|
7
|
-
display: boolean;
|
|
8
|
-
};
|
|
9
|
-
type HomePageEmbedBlock = HomePageEmbedBlockItem[];
|
|
10
|
-
/**
|
|
11
|
-
* Displays homepage stats
|
|
12
|
-
*/
|
|
13
|
-
declare const _default: import('vue').DefineComponent<{
|
|
14
|
-
statistics: {
|
|
15
|
-
type: ArrayConstructor;
|
|
16
|
-
required: false;
|
|
17
|
-
};
|
|
18
|
-
missionCount: {
|
|
19
|
-
type: NumberConstructor;
|
|
20
|
-
required: false;
|
|
21
|
-
};
|
|
22
|
-
dsn: {
|
|
23
|
-
type: ObjectConstructor;
|
|
24
|
-
required: false;
|
|
25
|
-
};
|
|
26
|
-
asteroidWatch: {
|
|
27
|
-
type: ObjectConstructor;
|
|
28
|
-
required: false;
|
|
29
|
-
};
|
|
30
|
-
featuredEmbed: {
|
|
31
|
-
type: PropType<HomePageEmbedBlock>;
|
|
32
|
-
required: false;
|
|
33
|
-
};
|
|
34
|
-
}, unknown, {
|
|
35
|
-
autoplayAdded: boolean;
|
|
36
|
-
}, {
|
|
37
|
-
dataMissionStatsBlock(): blockObject | null;
|
|
38
|
-
dataGenericStatsBlock(): blockObject | null;
|
|
39
|
-
hasFeaturedEmbed(): boolean;
|
|
40
|
-
}, {
|
|
41
|
-
playVideo(): null;
|
|
42
|
-
filterBlocksByType(blockType: string): blockObject[] | null;
|
|
43
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
44
|
-
statistics: {
|
|
45
|
-
type: ArrayConstructor;
|
|
46
|
-
required: false;
|
|
47
|
-
};
|
|
48
|
-
missionCount: {
|
|
49
|
-
type: NumberConstructor;
|
|
50
|
-
required: false;
|
|
51
|
-
};
|
|
52
|
-
dsn: {
|
|
53
|
-
type: ObjectConstructor;
|
|
54
|
-
required: false;
|
|
55
|
-
};
|
|
56
|
-
asteroidWatch: {
|
|
57
|
-
type: ObjectConstructor;
|
|
58
|
-
required: false;
|
|
59
|
-
};
|
|
60
|
-
featuredEmbed: {
|
|
61
|
-
type: PropType<HomePageEmbedBlock>;
|
|
62
|
-
required: false;
|
|
63
|
-
};
|
|
64
|
-
}>>, {}, {}>;
|
|
65
|
-
export default _default;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
data: {
|
|
3
|
-
type: ObjectConstructor;
|
|
4
|
-
required: false;
|
|
5
|
-
default: undefined;
|
|
6
|
-
};
|
|
7
|
-
}, unknown, unknown, {
|
|
8
|
-
theCard(): object | null;
|
|
9
|
-
hasCoverImage(): boolean;
|
|
10
|
-
theLink(): string | undefined;
|
|
11
|
-
theSrcSet(): any;
|
|
12
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13
|
-
data: {
|
|
14
|
-
type: ObjectConstructor;
|
|
15
|
-
required: false;
|
|
16
|
-
default: undefined;
|
|
17
|
-
};
|
|
18
|
-
}>>, {
|
|
19
|
-
data: Record<string, any>;
|
|
20
|
-
}, {}>;
|
|
21
|
-
export default _default;
|