@explorer-1/vue 0.0.0 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/edu/.gitkeep +0 -0
- package/dist/edu/explorer-1/bg-stars-edu.png +0 -0
- package/dist/edu/explorer-1/bg-stars.jpg +0 -0
- package/dist/explorer-1/bg-stars-edu.png +0 -0
- package/dist/explorer-1/bg-stars.jpg +0 -0
- package/dist/explorer-1-vue.d.ts +1 -0
- package/dist/explorer-1-vue.js +25211 -0
- package/dist/explorer-1-vue.umd.cjs +51 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.stories.d.ts +52 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +36 -0
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +53 -0
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +35 -0
- package/dist/src/components/BaseAudio/BaseAudio.stories.d.ts +24 -0
- package/dist/src/components/BaseAudio/BaseAudio.vue.d.ts +59 -0
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +165 -0
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +94 -0
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +63 -0
- package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +183 -0
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +37 -0
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +143 -0
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +88 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +24 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +19 -0
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.d.ts +86 -0
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +61 -0
- package/dist/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue.d.ts +5 -0
- package/dist/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue.d.ts +4 -0
- package/dist/src/components/BaseLink/BaseLink.stories.d.ts +55 -0
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +182 -0
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +341 -0
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +19 -0
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +17 -0
- package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +26 -0
- package/dist/src/components/BasePlaceholder/BasePlaceholder.vue.d.ts +2 -0
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +74 -0
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +85 -0
- package/dist/src/components/BaseTag/BaseTag.stories.d.ts +65 -0
- package/dist/src/components/BaseTag/BaseTag.vue.d.ts +39 -0
- package/dist/src/components/BaseTimer/BaseTimer.stories.d.ts +106 -0
- package/dist/src/components/BaseTimer/BaseTimer.test.d.ts +1 -0
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +88 -0
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.stories.d.ts +258 -0
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.test.d.ts +1 -0
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +83 -0
- package/dist/src/components/BaseVideo/BaseVideo.stories.d.ts +29 -0
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +22 -0
- package/dist/src/components/BlockAnchor/BlockAnchor.vue.d.ts +12 -0
- package/dist/src/components/BlockAudio/BlockAudio.stories.d.ts +34 -0
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +12 -0
- package/dist/src/components/BlockCard/BlockCard.stories.d.ts +34 -0
- package/dist/src/components/BlockCard/BlockCard.vue.d.ts +42 -0
- package/dist/src/components/BlockCardGroup/BlockCardGroup.stories.d.ts +32 -0
- package/dist/src/components/BlockCardGroup/BlockCardGroup.vue.d.ts +21 -0
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.stories.d.ts +57 -0
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +61 -0
- package/dist/src/components/BlockCta/BlockCta.stories.d.ts +36 -0
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +25 -0
- package/dist/src/components/BlockHeading/BlockHeading.stories.d.ts +19 -0
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +12 -0
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.stories.d.ts +37 -0
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +16 -0
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +345 -0
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +24 -0
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +49 -0
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +46 -0
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.stories.d.ts +61 -0
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +66 -0
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.stories.d.ts +68 -0
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +58 -0
- package/dist/src/components/BlockImageComparison/BlockImageComparison.stories.d.ts +46 -0
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +15 -0
- package/dist/src/components/BlockImageGallery/BlockImageGallery.stories.d.ts +103 -0
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +57 -0
- package/dist/src/components/BlockInlineImage/BlockInlineImage.stories.d.ts +72 -0
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +19 -0
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.stories.d.ts +20 -0
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +12 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +112 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +101 -0
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +207 -0
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +41 -0
- package/dist/src/components/BlockLinkTile/BlockLinkTile.stories.d.ts +80 -0
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +93 -0
- package/dist/src/components/BlockListCards/BlockListCards.stories.d.ts +56 -0
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +16 -0
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +203 -0
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +32 -0
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.stories.d.ts +44 -0
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +25 -0
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +42 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +357 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +55 -0
- package/dist/src/components/BlockTable/BlockTable.stories.d.ts +17 -0
- package/dist/src/components/BlockTable/BlockTable.vue.d.ts +17 -0
- package/dist/src/components/BlockTeaser/BlockTeaser.stories.d.ts +61 -0
- package/dist/src/components/BlockTeaser/BlockTeaser.test.d.ts +1 -0
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +100 -0
- package/dist/src/components/BlockText/BlockText.stories.d.ts +30 -0
- package/dist/src/components/BlockText/BlockText.vue.d.ts +32 -0
- package/dist/src/components/BlockTwitterEmbed/BlockTwitterEmbed.stories.d.ts +17 -0
- package/dist/src/components/BlockTwitterEmbed/BlockTwitterEmbed.vue.d.ts +14 -0
- package/dist/src/components/BlockVideo/BlockVideo.stories.d.ts +23 -0
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +22 -0
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.stories.d.ts +24 -0
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +25 -0
- package/dist/src/components/CalendarButton/CalendarButton.stories.d.ts +79 -0
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +58 -0
- package/dist/src/components/DetailHeadline/DetailHeadline.stories.d.ts +36 -0
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +82 -0
- package/dist/src/components/DsnWidget/DsnWidget.stories.d.ts +29 -0
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +15 -0
- package/dist/src/components/EventCard/EventCard.vue.d.ts +101 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +48 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +33 -0
- package/dist/src/components/FormContact/FormContact.stories.d.ts +22 -0
- package/dist/src/components/FormContact/FormContact.vue.d.ts +9 -0
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +49 -0
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +36 -0
- package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +40 -0
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +46 -0
- package/dist/src/components/HeroListingIndex/HeroListingIndex.stories.d.ts +146 -0
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +40 -0
- package/dist/src/components/HeroMedia/HeroMedia.stories.d.ts +171 -0
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +59 -0
- package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +76 -0
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +59 -0
- package/dist/src/components/HomepageCarousel/HomepageCarousel.stories.d.ts +344 -0
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +45 -0
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.stories.d.ts +56 -0
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +29 -0
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.stories.d.ts +31 -0
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +15 -0
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.stories.d.ts +93 -0
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +17 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +118 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +20 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +14 -0
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +555 -0
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +65 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.stories.d.ts +123 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +15 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +14 -0
- package/dist/src/components/Icons/Icon360.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconArrow.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconArrows.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconAudio.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconBook.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconBookUser.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconBriefcase.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCalendar.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCaret.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCheckbox.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCheckboxSelected.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconClose.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCloseLightbox.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconDownload.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconDropdown.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEnvelope.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconExpand.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconExternal.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconFilter.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconForwardTen.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconGrid.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconHand.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconInfo.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconLink.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconList.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconLocation.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMagnifyingGlass.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMedal.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMenu.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMinus.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMute.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconNext.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPause.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPlay.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPlus.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPrev.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconRewindTen.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSearch.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconShare.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSlideshow.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialEmail.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialFacebook.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialGoogleClassroom.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialInstagram.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialPinterest.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialReddit.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialTwitter.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialYoutube.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconStop.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconTime.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconUniversity.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconUser.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconVolume.vue.d.ts +2 -0
- package/dist/src/components/Icons/Icons.stories.d.ts +492 -0
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +16 -0
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +24 -0
- package/dist/src/components/LoadingTransition/LoadingTransition.vue.d.ts +7 -0
- package/dist/src/components/LogoCaltech/LogoCaltech.stories.d.ts +41 -0
- package/dist/src/components/LogoCaltech/LogoCaltech.vue.d.ts +2 -0
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +111 -0
- package/dist/src/components/LogoTribrand/LogoTribrand.vue.d.ts +14 -0
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.stories.d.ts +32 -0
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +61 -0
- package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +417 -0
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +90 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +282 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +65 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +30 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +36 -0
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.stories.d.ts +50 -0
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +34 -0
- package/dist/src/components/MissionDetailStats/DistanceStats.test.d.ts +1 -0
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +115 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +268 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStats.test.d.ts +1 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +115 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +23 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +41 -0
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.stories.d.ts +76 -0
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +12 -0
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +81 -0
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +62 -0
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +265 -0
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +118 -0
- package/dist/src/components/MixinDropdownToggle/MixinDropdownToggle.vue.d.ts +27 -0
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +153 -0
- package/dist/src/components/MixinFancybox/MixinFancyboxOpenButton.vue.d.ts +2 -0
- package/dist/src/components/MixinVideoBg/MixinVideoBg.stories.d.ts +22 -0
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +12 -0
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +598 -0
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +93 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +30 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +14 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +15 -0
- package/dist/src/components/NavHeading/NavHeading.stories.d.ts +22 -0
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +12 -0
- package/dist/src/components/NavHighlight/NavHighlight.stories.d.ts +43 -0
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +20 -0
- package/dist/src/components/NavLinkList/NavLinkList.stories.d.ts +39 -0
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +29 -0
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +23 -0
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +2 -0
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +595 -0
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +82 -0
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +46 -0
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +46 -0
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +28 -0
- package/dist/src/components/NavSearchForm/NavSearchForm.stories.d.ts +12 -0
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +19 -0
- package/dist/src/components/NavSecondary/NavSecondary.stories.d.ts +24 -0
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +40 -0
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +39 -0
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +20 -0
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +22 -0
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +42 -0
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +16 -0
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.stories.d.ts +36 -0
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.test.d.ts +1 -0
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +31 -0
- package/dist/src/components/ParallaxContainer/ParallaxContainer.stories.d.ts +91 -0
- package/dist/src/components/ParallaxContainer/ParallaxContainer.vue.d.ts +37 -0
- package/dist/src/components/ParallaxElement/ParallaxElement.vue.d.ts +23 -0
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +19 -0
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +82 -0
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.stories.d.ts +50 -0
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +55 -0
- package/dist/src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue.d.ts +22 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.d.ts +115 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.test.d.ts +1 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +87 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +30 -0
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.stories.d.ts +38 -0
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +63 -0
- package/dist/src/components/SearchInput/SearchInput.stories.d.ts +42 -0
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +58 -0
- package/dist/src/components/SearchPagination/SearchPagination.stories.d.ts +67 -0
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +17 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +61 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +164 -0
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.stories.d.ts +71 -0
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +92 -0
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +62 -0
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.stories.d.ts +18 -0
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.vue.d.ts +39 -0
- package/dist/src/components/ShareButtons/ShareButtons.stories.d.ts +16 -0
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +39 -0
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.d.ts +14 -0
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +16 -0
- package/dist/src/components/SkipLink/SkipLink.stories.d.ts +8 -0
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +7 -0
- package/dist/src/components/TheFooter/TheFooter.stories.d.ts +83 -0
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +27 -0
- package/dist/src/components/TheFooter/TheFooterSignUp.vue.d.ts +6 -0
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.stories.d.ts +31 -0
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +32 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.stories.d.ts +45 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +33 -0
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.stories.d.ts +37 -0
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +27 -0
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.stories.d.ts +83 -0
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +14 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +167 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +39 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue.d.ts +8 -0
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.stories.d.ts +157 -0
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +18 -0
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.stories.d.ts +100 -0
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +31 -0
- package/dist/src/components/YearTicker/YearTicker.stories.d.ts +39 -0
- package/dist/src/components/YearTicker/YearTicker.vue.d.ts +16 -0
- package/dist/src/docs/foundation/grid.stories.d.ts +69 -0
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +158 -0
- package/dist/src/docs/foundation/themes.stories.d.ts +32 -0
- package/dist/src/docs/foundation/typography.stories.d.ts +102 -0
- package/dist/src/interfaces.d.ts +118 -0
- package/dist/src/main.d.ts +1 -0
- package/dist/src/store/header.d.ts +18 -0
- package/dist/src/store/theme.d.ts +14 -0
- package/dist/src/templates/PageContent/PageContent.stories.d.ts +197 -0
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +20 -0
- package/dist/src/templates/PageEventDetail/PageEventDetail.stories.d.ts +106 -0
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +18 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.stories.d.ts +3682 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +17 -0
- package/dist/src/templates/edu/PageEduNewsDetail.stories.d.ts +1178 -0
- package/dist/src/utils/dayjs.d.ts +2 -0
- package/dist/src/utils/filters.d.ts +4 -0
- package/dist/src/utils/mixins.d.ts +57 -0
- package/dist/style.css +1 -0
- package/lib/main.ts +333 -2
- package/package.json +5 -5
- package/src/components/BaseHeading/BaseHeading.stories.js +3 -3
- package/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.js +2 -4
- package/src/components/BlockCard/BlockCard.stories.js +10 -0
- package/src/components/CalendarButton/CalendarButton.vue +1 -1
- package/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue +3 -3
- package/src/components/MixinFancybox/MixinFancyboxOpenButton.vue +1 -1
- package/src/components/NavDesktop/NavDesktopDropdown.vue +1 -1
- package/src/components/NavSecondary/NavSecondaryDropdown.vue +1 -1
- package/src/components/NavSecondary/NavSecondaryDropdownContent.vue +1 -1
- package/src/components/NavSocial/NavSocial.vue +1 -1
- package/src/components/SearchResultsList/SearchResultsList.vue +1 -1
- package/src/components/ShareButtons/ShareButtons.vue +1 -1
- package/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.js +2 -2
- package/src/components/ShareButtonsEdu/ShareButtonsEdu.vue +1 -1
- package/src/components/SwimlaneCTA/SwimlaneCTA.stories.mdx +1 -1
- package/src/docs/foundation/color.docs.mdx +52 -52
- package/src/docs/foundation/grid_layouthelpers.stories.js +1 -1
- package/src/templates/PageNewsDetail/PageNewsDetail.stories.js +3 -3
- package/src/utils/mixins.ts +2 -2
- package/vite.config.ts +6 -22
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { HeadingLevel } from './../BaseHeading/BaseHeading.vue';
|
|
3
|
+
|
|
4
|
+
declare const _default: import('vue').DefineComponent<{
|
|
5
|
+
url: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
required: false;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
type: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: false;
|
|
13
|
+
};
|
|
14
|
+
topic: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
required: false;
|
|
17
|
+
};
|
|
18
|
+
title: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
required: false;
|
|
21
|
+
};
|
|
22
|
+
summary: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
required: false;
|
|
25
|
+
};
|
|
26
|
+
media: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
required: false;
|
|
29
|
+
};
|
|
30
|
+
image: {
|
|
31
|
+
type: ObjectConstructor;
|
|
32
|
+
required: false;
|
|
33
|
+
};
|
|
34
|
+
headingLevel: {
|
|
35
|
+
type: PropType<HeadingLevel>;
|
|
36
|
+
required: false;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
}, unknown, {
|
|
40
|
+
showInlinePlayer: boolean;
|
|
41
|
+
}, {}, {
|
|
42
|
+
inlinePlayerToggle(): boolean;
|
|
43
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
44
|
+
url: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
required: false;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
type: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
required: false;
|
|
52
|
+
};
|
|
53
|
+
topic: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
required: false;
|
|
56
|
+
};
|
|
57
|
+
title: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
required: false;
|
|
60
|
+
};
|
|
61
|
+
summary: {
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
required: false;
|
|
64
|
+
};
|
|
65
|
+
media: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
required: false;
|
|
68
|
+
};
|
|
69
|
+
image: {
|
|
70
|
+
type: ObjectConstructor;
|
|
71
|
+
required: false;
|
|
72
|
+
};
|
|
73
|
+
headingLevel: {
|
|
74
|
+
type: PropType<HeadingLevel>;
|
|
75
|
+
required: false;
|
|
76
|
+
default: string;
|
|
77
|
+
};
|
|
78
|
+
}>>, {
|
|
79
|
+
url: string;
|
|
80
|
+
headingLevel: HeadingLevel;
|
|
81
|
+
}, {}>;
|
|
82
|
+
export default _default;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { default as PodcastSeriesCarousel } from './PodcastSeriesCarousel.vue';
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export let title: string;
|
|
4
|
+
export { PodcastSeriesCarousel as component };
|
|
5
|
+
export namespace parameters {
|
|
6
|
+
namespace docs {
|
|
7
|
+
namespace description {
|
|
8
|
+
let component: string;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
export let excludeStories: RegExp;
|
|
13
|
+
}
|
|
14
|
+
export default _default;
|
|
15
|
+
export namespace PodcastSeriesCarouselData {
|
|
16
|
+
namespace parent {
|
|
17
|
+
let id: string;
|
|
18
|
+
}
|
|
19
|
+
namespace series {
|
|
20
|
+
let id_1: string;
|
|
21
|
+
export { id_1 as id };
|
|
22
|
+
export let url: string;
|
|
23
|
+
export let seasons: {
|
|
24
|
+
id: string;
|
|
25
|
+
url: string;
|
|
26
|
+
title: string;
|
|
27
|
+
seasonNumber: number;
|
|
28
|
+
episodes: {
|
|
29
|
+
url: string;
|
|
30
|
+
title: string;
|
|
31
|
+
publicationDate: string;
|
|
32
|
+
thumbnailImage: {
|
|
33
|
+
src: {
|
|
34
|
+
url: string;
|
|
35
|
+
width: number;
|
|
36
|
+
height: number;
|
|
37
|
+
};
|
|
38
|
+
alt: string;
|
|
39
|
+
};
|
|
40
|
+
}[];
|
|
41
|
+
}[];
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
export namespace Default {
|
|
45
|
+
namespace args {
|
|
46
|
+
import series_1 = PodcastSeriesCarouselData.series;
|
|
47
|
+
export { series_1 as series };
|
|
48
|
+
export let initialSeasonId: string | null;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { ImageObject } from '../../interfaces';
|
|
3
|
+
|
|
4
|
+
interface ActiveTab {
|
|
5
|
+
title: string;
|
|
6
|
+
episodes: Episode[];
|
|
7
|
+
}
|
|
8
|
+
interface Episode {
|
|
9
|
+
url: string;
|
|
10
|
+
title: string;
|
|
11
|
+
publicationDate: any;
|
|
12
|
+
thumbnailImage: Partial<ImageObject>;
|
|
13
|
+
}
|
|
14
|
+
interface Season {
|
|
15
|
+
id: string;
|
|
16
|
+
url: string;
|
|
17
|
+
title: string;
|
|
18
|
+
seasonNumber: number;
|
|
19
|
+
episodes: Episode[];
|
|
20
|
+
}
|
|
21
|
+
interface Series {
|
|
22
|
+
id: string;
|
|
23
|
+
title: string;
|
|
24
|
+
url: string;
|
|
25
|
+
seasons: Season[];
|
|
26
|
+
}
|
|
27
|
+
declare const _default: import('vue').DefineComponent<{
|
|
28
|
+
series: {
|
|
29
|
+
type: PropType<Series>;
|
|
30
|
+
required: false;
|
|
31
|
+
};
|
|
32
|
+
initialSeasonId: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
required: false;
|
|
35
|
+
};
|
|
36
|
+
}, unknown, {
|
|
37
|
+
activeTabId: string;
|
|
38
|
+
}, {
|
|
39
|
+
sortedSeasons(): Season[] | null;
|
|
40
|
+
activeSeasonId(): string | undefined;
|
|
41
|
+
initialEpisodeIndex(): number | null;
|
|
42
|
+
activeTabData(): ActiveTab | undefined;
|
|
43
|
+
}, {
|
|
44
|
+
updateActiveTab(id: string): void;
|
|
45
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
46
|
+
series: {
|
|
47
|
+
type: PropType<Series>;
|
|
48
|
+
required: false;
|
|
49
|
+
};
|
|
50
|
+
initialSeasonId: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
required: false;
|
|
53
|
+
};
|
|
54
|
+
}>>, {}, {}>;
|
|
55
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
section: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
required: false;
|
|
5
|
+
};
|
|
6
|
+
data: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
required: false;
|
|
9
|
+
};
|
|
10
|
+
}, unknown, unknown, {
|
|
11
|
+
isEmpty(): any;
|
|
12
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13
|
+
section: {
|
|
14
|
+
type: ObjectConstructor;
|
|
15
|
+
required: false;
|
|
16
|
+
};
|
|
17
|
+
data: {
|
|
18
|
+
type: ObjectConstructor;
|
|
19
|
+
required: false;
|
|
20
|
+
};
|
|
21
|
+
}>>, {}, {}>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { default as RoboticsDetailStats } from './RoboticsDetailStats.vue';
|
|
2
|
+
import { default as RoboticsDetailStatsMini } from './RoboticsDetailStatsMini.vue';
|
|
3
|
+
declare namespace _default {
|
|
4
|
+
export let title: string;
|
|
5
|
+
export { RoboticsDetailStats as component };
|
|
6
|
+
export namespace subcomponents {
|
|
7
|
+
export { RoboticsDetailStatsMini };
|
|
8
|
+
}
|
|
9
|
+
export let decorators: (() => {
|
|
10
|
+
template: string;
|
|
11
|
+
})[];
|
|
12
|
+
export namespace parameters {
|
|
13
|
+
namespace html {
|
|
14
|
+
let root: string;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
export let excludeStories: RegExp;
|
|
18
|
+
export namespace argTypes {
|
|
19
|
+
namespace status {
|
|
20
|
+
namespace control {
|
|
21
|
+
let type: string;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
export default _default;
|
|
27
|
+
export namespace RoboticsDetailStatsData {
|
|
28
|
+
export let mass: number;
|
|
29
|
+
export let height: number;
|
|
30
|
+
export let speed: number;
|
|
31
|
+
let status_1: string;
|
|
32
|
+
export { status_1 as status };
|
|
33
|
+
export let animalAnalogName: string;
|
|
34
|
+
export namespace animalAnalogIcon {
|
|
35
|
+
namespace webp {
|
|
36
|
+
let url: string;
|
|
37
|
+
}
|
|
38
|
+
namespace src {
|
|
39
|
+
let url_1: string;
|
|
40
|
+
export { url_1 as url };
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
export let robotDestinations: {
|
|
44
|
+
destination: string;
|
|
45
|
+
}[];
|
|
46
|
+
export let alternativeStats: {
|
|
47
|
+
metricLabel: string;
|
|
48
|
+
metricUnit: string;
|
|
49
|
+
metricValue: string;
|
|
50
|
+
}[];
|
|
51
|
+
}
|
|
52
|
+
export namespace Base {
|
|
53
|
+
namespace args {
|
|
54
|
+
import mass_1 = RoboticsDetailStatsData.mass;
|
|
55
|
+
export { mass_1 as mass };
|
|
56
|
+
import height_1 = RoboticsDetailStatsData.height;
|
|
57
|
+
export { height_1 as height };
|
|
58
|
+
import speed_1 = RoboticsDetailStatsData.speed;
|
|
59
|
+
export { speed_1 as speed };
|
|
60
|
+
import status_2 = RoboticsDetailStatsData.status;
|
|
61
|
+
export { status_2 as status };
|
|
62
|
+
import animalAnalogName_1 = RoboticsDetailStatsData.animalAnalogName;
|
|
63
|
+
export { animalAnalogName_1 as animalAnalogName };
|
|
64
|
+
import animalAnalogIcon_1 = RoboticsDetailStatsData.animalAnalogIcon;
|
|
65
|
+
export { animalAnalogIcon_1 as animalAnalogIcon };
|
|
66
|
+
import robotDestinations_1 = RoboticsDetailStatsData.robotDestinations;
|
|
67
|
+
export { robotDestinations_1 as robotDestinations };
|
|
68
|
+
import alternativeStats_1 = RoboticsDetailStatsData.alternativeStats;
|
|
69
|
+
export { alternativeStats_1 as alternativeStats };
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
export namespace Mini {
|
|
73
|
+
export namespace args_1 {
|
|
74
|
+
import mass_2 = RoboticsDetailStatsData.mass;
|
|
75
|
+
export { mass_2 as mass };
|
|
76
|
+
import height_2 = RoboticsDetailStatsData.height;
|
|
77
|
+
export { height_2 as height };
|
|
78
|
+
import speed_2 = RoboticsDetailStatsData.speed;
|
|
79
|
+
export { speed_2 as speed };
|
|
80
|
+
import alternativeStats_2 = RoboticsDetailStatsData.alternativeStats;
|
|
81
|
+
export { alternativeStats_2 as alternativeStats };
|
|
82
|
+
}
|
|
83
|
+
export { args_1 as args };
|
|
84
|
+
export function render(args: any): {
|
|
85
|
+
setup(): {
|
|
86
|
+
args: any;
|
|
87
|
+
};
|
|
88
|
+
components: {
|
|
89
|
+
RoboticsDetailStatsMini: import("vue").DefineComponent<{
|
|
90
|
+
mass: NumberConstructor;
|
|
91
|
+
height: NumberConstructor;
|
|
92
|
+
speed: NumberConstructor;
|
|
93
|
+
alternativeStats: {
|
|
94
|
+
type: import("vue").PropType<import("./RoboticsDetailStats.vue").AlternativeStat[]>;
|
|
95
|
+
required: true;
|
|
96
|
+
};
|
|
97
|
+
}, unknown, unknown, {
|
|
98
|
+
hasContent(): boolean;
|
|
99
|
+
allStats(): import("./RoboticsDetailStats.vue").AlternativeStat[];
|
|
100
|
+
}, {
|
|
101
|
+
unitLabel(unit: "meter" | "m/s" | "unitless" | "gram" | "grams" | "kilogram" | "kilograms" | "meters" | "kilometer" | "kilometers"): "meter" | "unitless" | "gram" | "grams" | "kilogram" | "kilograms" | "meters" | "kilometer" | "kilometers" | import("./RoboticsDetailStats.vue").MetricUnitLabel;
|
|
102
|
+
unitPair(unit: string): string | null;
|
|
103
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
104
|
+
mass: NumberConstructor;
|
|
105
|
+
height: NumberConstructor;
|
|
106
|
+
speed: NumberConstructor;
|
|
107
|
+
alternativeStats: {
|
|
108
|
+
type: import("vue").PropType<import("./RoboticsDetailStats.vue").AlternativeStat[]>;
|
|
109
|
+
required: true;
|
|
110
|
+
};
|
|
111
|
+
}>>, {}, {}>;
|
|
112
|
+
};
|
|
113
|
+
template: string;
|
|
114
|
+
};
|
|
115
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
|
|
3
|
+
export declare const metricUnits: {
|
|
4
|
+
readonly unitless: "";
|
|
5
|
+
readonly gram: "Gram";
|
|
6
|
+
readonly grams: "Grams";
|
|
7
|
+
readonly kilogram: "Kilogram";
|
|
8
|
+
readonly kilograms: "Kilograms";
|
|
9
|
+
readonly meter: "Meter";
|
|
10
|
+
readonly meters: "Meters";
|
|
11
|
+
readonly kilometer: "Kilometer";
|
|
12
|
+
readonly kilometers: "Kilometers";
|
|
13
|
+
readonly 'm/s': "m/s";
|
|
14
|
+
};
|
|
15
|
+
export type MetricUnit = keyof typeof metricUnits;
|
|
16
|
+
export type MetricUnitLabel = (typeof metricUnits)[MetricUnit];
|
|
17
|
+
export type AlternativeStat = {
|
|
18
|
+
metricLabel: string;
|
|
19
|
+
metricValue: number;
|
|
20
|
+
metricUnit: MetricUnit;
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* Displays robot-related metrics or metadata. All fields optional.
|
|
24
|
+
*/
|
|
25
|
+
declare const _default: import('vue').DefineComponent<{
|
|
26
|
+
mass: NumberConstructor;
|
|
27
|
+
height: NumberConstructor;
|
|
28
|
+
speed: NumberConstructor;
|
|
29
|
+
status: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
};
|
|
32
|
+
animalAnalogIcon: {
|
|
33
|
+
type: PropType<{
|
|
34
|
+
src: {
|
|
35
|
+
url: string;
|
|
36
|
+
};
|
|
37
|
+
webp: {
|
|
38
|
+
url: string;
|
|
39
|
+
};
|
|
40
|
+
} | null>;
|
|
41
|
+
};
|
|
42
|
+
animalAnalogName: StringConstructor;
|
|
43
|
+
robotDestinations: {
|
|
44
|
+
type: PropType<{
|
|
45
|
+
destination: string;
|
|
46
|
+
}[]>;
|
|
47
|
+
required: true;
|
|
48
|
+
};
|
|
49
|
+
alternativeStats: {
|
|
50
|
+
type: PropType<AlternativeStat[]>;
|
|
51
|
+
required: true;
|
|
52
|
+
};
|
|
53
|
+
}, unknown, unknown, {
|
|
54
|
+
hasContent(): boolean;
|
|
55
|
+
allStats(): AlternativeStat[];
|
|
56
|
+
}, {
|
|
57
|
+
unitLabel(unit: MetricUnit): MetricUnitLabel | MetricUnit;
|
|
58
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
59
|
+
mass: NumberConstructor;
|
|
60
|
+
height: NumberConstructor;
|
|
61
|
+
speed: NumberConstructor;
|
|
62
|
+
status: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
};
|
|
65
|
+
animalAnalogIcon: {
|
|
66
|
+
type: PropType<{
|
|
67
|
+
src: {
|
|
68
|
+
url: string;
|
|
69
|
+
};
|
|
70
|
+
webp: {
|
|
71
|
+
url: string;
|
|
72
|
+
};
|
|
73
|
+
} | null>;
|
|
74
|
+
};
|
|
75
|
+
animalAnalogName: StringConstructor;
|
|
76
|
+
robotDestinations: {
|
|
77
|
+
type: PropType<{
|
|
78
|
+
destination: string;
|
|
79
|
+
}[]>;
|
|
80
|
+
required: true;
|
|
81
|
+
};
|
|
82
|
+
alternativeStats: {
|
|
83
|
+
type: PropType<AlternativeStat[]>;
|
|
84
|
+
required: true;
|
|
85
|
+
};
|
|
86
|
+
}>>, {}, {}>;
|
|
87
|
+
export default _default;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { MetricUnit, MetricUnitLabel, AlternativeStat } from './RoboticsDetailStats.vue';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Displays the first three robotics stats.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: import('vue').DefineComponent<{
|
|
8
|
+
mass: NumberConstructor;
|
|
9
|
+
height: NumberConstructor;
|
|
10
|
+
speed: NumberConstructor;
|
|
11
|
+
alternativeStats: {
|
|
12
|
+
type: PropType<AlternativeStat[]>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
}, unknown, unknown, {
|
|
16
|
+
hasContent(): boolean;
|
|
17
|
+
allStats(): AlternativeStat[];
|
|
18
|
+
}, {
|
|
19
|
+
unitLabel(unit: MetricUnit): MetricUnitLabel | MetricUnit;
|
|
20
|
+
unitPair(unit: string): string | null;
|
|
21
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
22
|
+
mass: NumberConstructor;
|
|
23
|
+
height: NumberConstructor;
|
|
24
|
+
speed: NumberConstructor;
|
|
25
|
+
alternativeStats: {
|
|
26
|
+
type: PropType<AlternativeStat[]>;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
}>>, {}, {}>;
|
|
30
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { default as SearchFilterGroup } from './SearchFilterGroup.vue';
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export let title: string;
|
|
4
|
+
export { SearchFilterGroup as component };
|
|
5
|
+
export let excludeStories: RegExp;
|
|
6
|
+
}
|
|
7
|
+
export default _default;
|
|
8
|
+
export namespace TopicFilter {
|
|
9
|
+
namespace args {
|
|
10
|
+
let filterBy: never[];
|
|
11
|
+
let buckets: {
|
|
12
|
+
key: string;
|
|
13
|
+
doc_count: number;
|
|
14
|
+
}[];
|
|
15
|
+
let groupKey: string;
|
|
16
|
+
let groupTitle: string;
|
|
17
|
+
let truncateFilters: boolean;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
export namespace DateFilter {
|
|
21
|
+
export namespace args_1 {
|
|
22
|
+
let filterBy_1: never[];
|
|
23
|
+
export { filterBy_1 as filterBy };
|
|
24
|
+
let buckets_1: {
|
|
25
|
+
key_as_string: string;
|
|
26
|
+
key: number;
|
|
27
|
+
doc_count: number;
|
|
28
|
+
}[];
|
|
29
|
+
export { buckets_1 as buckets };
|
|
30
|
+
let groupKey_1: string;
|
|
31
|
+
export { groupKey_1 as groupKey };
|
|
32
|
+
let groupTitle_1: string;
|
|
33
|
+
export { groupTitle_1 as groupTitle };
|
|
34
|
+
let truncateFilters_1: boolean;
|
|
35
|
+
export { truncateFilters_1 as truncateFilters };
|
|
36
|
+
}
|
|
37
|
+
export { args_1 as args };
|
|
38
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
filterBy: ArrayConstructor;
|
|
3
|
+
buckets: null;
|
|
4
|
+
hideFilterGroups: {
|
|
5
|
+
type: ArrayConstructor;
|
|
6
|
+
default: () => never[];
|
|
7
|
+
};
|
|
8
|
+
groupKey: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
groupTitle: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
required: false;
|
|
15
|
+
};
|
|
16
|
+
truncateFilters: {
|
|
17
|
+
type: BooleanConstructor;
|
|
18
|
+
required: false;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
}, unknown, {
|
|
22
|
+
checkbox: {
|
|
23
|
+
checkboxLimit: number;
|
|
24
|
+
showMore: boolean;
|
|
25
|
+
initialLimit: number;
|
|
26
|
+
};
|
|
27
|
+
}, {
|
|
28
|
+
filterByHandler: {
|
|
29
|
+
get(): unknown[] | undefined;
|
|
30
|
+
set(newValue: any): void;
|
|
31
|
+
};
|
|
32
|
+
bucketsLength(): any;
|
|
33
|
+
}, {
|
|
34
|
+
generateId(value: any): string;
|
|
35
|
+
toggleShowMoreFilters(): void;
|
|
36
|
+
prettyFilterNames(key: any): any;
|
|
37
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:filterBy"[], "update:filterBy", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
38
|
+
filterBy: ArrayConstructor;
|
|
39
|
+
buckets: null;
|
|
40
|
+
hideFilterGroups: {
|
|
41
|
+
type: ArrayConstructor;
|
|
42
|
+
default: () => never[];
|
|
43
|
+
};
|
|
44
|
+
groupKey: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
required: true;
|
|
47
|
+
};
|
|
48
|
+
groupTitle: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
required: false;
|
|
51
|
+
};
|
|
52
|
+
truncateFilters: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
required: false;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
57
|
+
}>> & {
|
|
58
|
+
"onUpdate:filterBy"?: ((...args: any[]) => any) | undefined;
|
|
59
|
+
}, {
|
|
60
|
+
hideFilterGroups: unknown[];
|
|
61
|
+
truncateFilters: boolean;
|
|
62
|
+
}, {}>;
|
|
63
|
+
export default _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { default as SearchInput } from './SearchInput.vue';
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export let title: string;
|
|
4
|
+
export { SearchInput as component };
|
|
5
|
+
export let excludeStories: RegExp;
|
|
6
|
+
}
|
|
7
|
+
export default _default;
|
|
8
|
+
export namespace Default {
|
|
9
|
+
namespace args {
|
|
10
|
+
let searchQuery: string;
|
|
11
|
+
let placeholder: string;
|
|
12
|
+
let autoFocus: boolean;
|
|
13
|
+
let defaultColors: boolean;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export namespace WithProps {
|
|
17
|
+
export namespace args_1 {
|
|
18
|
+
let searchQuery_1: string;
|
|
19
|
+
export { searchQuery_1 as searchQuery };
|
|
20
|
+
let placeholder_1: string;
|
|
21
|
+
export { placeholder_1 as placeholder };
|
|
22
|
+
let autoFocus_1: boolean;
|
|
23
|
+
export { autoFocus_1 as autoFocus };
|
|
24
|
+
let defaultColors_1: boolean;
|
|
25
|
+
export { defaultColors_1 as defaultColors };
|
|
26
|
+
}
|
|
27
|
+
export { args_1 as args };
|
|
28
|
+
}
|
|
29
|
+
export namespace UnderlinedInput {
|
|
30
|
+
export namespace args_2 {
|
|
31
|
+
let searchQuery_2: string;
|
|
32
|
+
export { searchQuery_2 as searchQuery };
|
|
33
|
+
let placeholder_2: string;
|
|
34
|
+
export { placeholder_2 as placeholder };
|
|
35
|
+
let autoFocus_2: boolean;
|
|
36
|
+
export { autoFocus_2 as autoFocus };
|
|
37
|
+
let defaultColors_2: boolean;
|
|
38
|
+
export { defaultColors_2 as defaultColors };
|
|
39
|
+
export let underlinedInput: boolean;
|
|
40
|
+
}
|
|
41
|
+
export { args_2 as args };
|
|
42
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
modelValue: import('vue').PropType<any>;
|
|
3
|
+
placeholder: {
|
|
4
|
+
type: import('vue').PropType<string>;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
underlinedInput: {
|
|
8
|
+
type: import('vue').PropType<boolean>;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
underlinedInputValue: {
|
|
12
|
+
type: import('vue').PropType<string>;
|
|
13
|
+
default: undefined;
|
|
14
|
+
};
|
|
15
|
+
autoFocus: {
|
|
16
|
+
type: import('vue').PropType<boolean>;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
defaultColors: {
|
|
20
|
+
type: import('vue').PropType<boolean>;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
|
+
input: (...args: any[]) => void;
|
|
25
|
+
esc: (...args: any[]) => void;
|
|
26
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
27
|
+
modelValue: import('vue').PropType<any>;
|
|
28
|
+
placeholder: {
|
|
29
|
+
type: import('vue').PropType<string>;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
underlinedInput: {
|
|
33
|
+
type: import('vue').PropType<boolean>;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
underlinedInputValue: {
|
|
37
|
+
type: import('vue').PropType<string>;
|
|
38
|
+
default: undefined;
|
|
39
|
+
};
|
|
40
|
+
autoFocus: {
|
|
41
|
+
type: import('vue').PropType<boolean>;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
defaultColors: {
|
|
45
|
+
type: import('vue').PropType<boolean>;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
}>> & {
|
|
49
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
50
|
+
onEsc?: ((...args: any[]) => any) | undefined;
|
|
51
|
+
}, {
|
|
52
|
+
placeholder: string;
|
|
53
|
+
underlinedInput: boolean;
|
|
54
|
+
underlinedInputValue: string;
|
|
55
|
+
autoFocus: boolean;
|
|
56
|
+
defaultColors: boolean;
|
|
57
|
+
}, {}>;
|
|
58
|
+
export default _default;
|