@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,74 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { FormOption } from '../../interfaces';
|
|
3
|
+
|
|
4
|
+
declare const _default: import('vue').DefineComponent<{
|
|
5
|
+
group: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: null;
|
|
8
|
+
required: false;
|
|
9
|
+
};
|
|
10
|
+
preselected: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: null;
|
|
13
|
+
required: false;
|
|
14
|
+
};
|
|
15
|
+
heading: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: null;
|
|
18
|
+
required: false;
|
|
19
|
+
};
|
|
20
|
+
subHeading: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: null;
|
|
23
|
+
required: false;
|
|
24
|
+
};
|
|
25
|
+
title: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: null;
|
|
28
|
+
required: false;
|
|
29
|
+
};
|
|
30
|
+
options: {
|
|
31
|
+
type: PropType<FormOption[]>;
|
|
32
|
+
default: null;
|
|
33
|
+
required: false;
|
|
34
|
+
};
|
|
35
|
+
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
36
|
+
group: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: null;
|
|
39
|
+
required: false;
|
|
40
|
+
};
|
|
41
|
+
preselected: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
default: null;
|
|
44
|
+
required: false;
|
|
45
|
+
};
|
|
46
|
+
heading: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: null;
|
|
49
|
+
required: false;
|
|
50
|
+
};
|
|
51
|
+
subHeading: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
default: null;
|
|
54
|
+
required: false;
|
|
55
|
+
};
|
|
56
|
+
title: {
|
|
57
|
+
type: StringConstructor;
|
|
58
|
+
default: null;
|
|
59
|
+
required: false;
|
|
60
|
+
};
|
|
61
|
+
options: {
|
|
62
|
+
type: PropType<FormOption[]>;
|
|
63
|
+
default: null;
|
|
64
|
+
required: false;
|
|
65
|
+
};
|
|
66
|
+
}>>, {
|
|
67
|
+
title: string;
|
|
68
|
+
group: string;
|
|
69
|
+
heading: string;
|
|
70
|
+
subHeading: string;
|
|
71
|
+
options: FormOption[];
|
|
72
|
+
preselected: string;
|
|
73
|
+
}, {}>;
|
|
74
|
+
export default _default;
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
words: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default: () => string[];
|
|
5
|
+
};
|
|
6
|
+
rows: {
|
|
7
|
+
type: NumberConstructor;
|
|
8
|
+
default: number;
|
|
9
|
+
};
|
|
10
|
+
scale: {
|
|
11
|
+
type: NumberConstructor;
|
|
12
|
+
default: number;
|
|
13
|
+
};
|
|
14
|
+
transitionDuration: {
|
|
15
|
+
type: NumberConstructor;
|
|
16
|
+
default: number;
|
|
17
|
+
};
|
|
18
|
+
transitionDelay: {
|
|
19
|
+
type: NumberConstructor;
|
|
20
|
+
default: number;
|
|
21
|
+
};
|
|
22
|
+
transition: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
pauseOnHover: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
}, unknown, {
|
|
31
|
+
list: never[];
|
|
32
|
+
listTop: number;
|
|
33
|
+
isPaused: boolean;
|
|
34
|
+
isMovingBackwards: boolean;
|
|
35
|
+
}, {
|
|
36
|
+
listCount(): number;
|
|
37
|
+
fontSize(): number;
|
|
38
|
+
itemHeight(): number;
|
|
39
|
+
listHeight(): number;
|
|
40
|
+
listParentHeight(): number;
|
|
41
|
+
itemStyle(): string;
|
|
42
|
+
listStyle(): string;
|
|
43
|
+
listParentStyle(): string;
|
|
44
|
+
}, {
|
|
45
|
+
updateState(): void;
|
|
46
|
+
toggleAnimation(): void;
|
|
47
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
48
|
+
words: {
|
|
49
|
+
type: ArrayConstructor;
|
|
50
|
+
default: () => string[];
|
|
51
|
+
};
|
|
52
|
+
rows: {
|
|
53
|
+
type: NumberConstructor;
|
|
54
|
+
default: number;
|
|
55
|
+
};
|
|
56
|
+
scale: {
|
|
57
|
+
type: NumberConstructor;
|
|
58
|
+
default: number;
|
|
59
|
+
};
|
|
60
|
+
transitionDuration: {
|
|
61
|
+
type: NumberConstructor;
|
|
62
|
+
default: number;
|
|
63
|
+
};
|
|
64
|
+
transitionDelay: {
|
|
65
|
+
type: NumberConstructor;
|
|
66
|
+
default: number;
|
|
67
|
+
};
|
|
68
|
+
transition: {
|
|
69
|
+
type: StringConstructor;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
72
|
+
pauseOnHover: {
|
|
73
|
+
type: BooleanConstructor;
|
|
74
|
+
default: boolean;
|
|
75
|
+
};
|
|
76
|
+
}>>, {
|
|
77
|
+
transition: string;
|
|
78
|
+
words: unknown[];
|
|
79
|
+
rows: number;
|
|
80
|
+
scale: number;
|
|
81
|
+
transitionDuration: number;
|
|
82
|
+
transitionDelay: number;
|
|
83
|
+
pauseOnHover: boolean;
|
|
84
|
+
}, {}>;
|
|
85
|
+
export default _default;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { default as BaseTag } from './BaseTag.vue';
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export let title: string;
|
|
4
|
+
export { BaseTag as component };
|
|
5
|
+
export namespace argTypes {
|
|
6
|
+
namespace variant {
|
|
7
|
+
namespace type {
|
|
8
|
+
let name: string;
|
|
9
|
+
let required: boolean;
|
|
10
|
+
}
|
|
11
|
+
let description: string;
|
|
12
|
+
namespace control {
|
|
13
|
+
let type_1: string;
|
|
14
|
+
export { type_1 as type };
|
|
15
|
+
}
|
|
16
|
+
let options: string[];
|
|
17
|
+
}
|
|
18
|
+
namespace size {
|
|
19
|
+
export namespace type_2 {
|
|
20
|
+
let name_1: string;
|
|
21
|
+
export { name_1 as name };
|
|
22
|
+
let required_1: boolean;
|
|
23
|
+
export { required_1 as required };
|
|
24
|
+
}
|
|
25
|
+
export { type_2 as type };
|
|
26
|
+
let description_1: string;
|
|
27
|
+
export { description_1 as description };
|
|
28
|
+
export namespace control_1 {
|
|
29
|
+
let type_3: string;
|
|
30
|
+
export { type_3 as type };
|
|
31
|
+
}
|
|
32
|
+
export { control_1 as control };
|
|
33
|
+
let options_1: string[];
|
|
34
|
+
export { options_1 as options };
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
export namespace parameters {
|
|
38
|
+
namespace slots {
|
|
39
|
+
let _default: string;
|
|
40
|
+
export { _default as default };
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
export default _default;
|
|
45
|
+
export namespace PrimaryMedium {
|
|
46
|
+
namespace args {
|
|
47
|
+
let size_1: string;
|
|
48
|
+
export { size_1 as size };
|
|
49
|
+
let variant_1: string;
|
|
50
|
+
export { variant_1 as variant };
|
|
51
|
+
let _default_1: string;
|
|
52
|
+
export { _default_1 as default };
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
export namespace SecondarySmall {
|
|
56
|
+
export namespace args_1 {
|
|
57
|
+
let size_2: string;
|
|
58
|
+
export { size_2 as size };
|
|
59
|
+
let variant_2: string;
|
|
60
|
+
export { variant_2 as variant };
|
|
61
|
+
let _default_2: string;
|
|
62
|
+
export { _default_2 as default };
|
|
63
|
+
}
|
|
64
|
+
export { args_1 as args };
|
|
65
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
interface BaseTagProps {
|
|
2
|
+
variant?: string;
|
|
3
|
+
size?: string;
|
|
4
|
+
}
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseTagProps>, {
|
|
6
|
+
variant: string;
|
|
7
|
+
size: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseTagProps>, {
|
|
9
|
+
variant: string;
|
|
10
|
+
size: string;
|
|
11
|
+
}>>>, {
|
|
12
|
+
variant: string;
|
|
13
|
+
size: string;
|
|
14
|
+
}, {}>, {
|
|
15
|
+
default?(_: {}): any;
|
|
16
|
+
}>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
20
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
21
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
22
|
+
} : {
|
|
23
|
+
type: import('vue').PropType<T[K]>;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
type __VLS_WithDefaults<P, D> = {
|
|
28
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
29
|
+
default: D[K];
|
|
30
|
+
}> : P[K];
|
|
31
|
+
};
|
|
32
|
+
type __VLS_Prettify<T> = {
|
|
33
|
+
[K in keyof T]: T[K];
|
|
34
|
+
} & {};
|
|
35
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
36
|
+
new (): {
|
|
37
|
+
$slots: S;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { default as BaseTimer } from './BaseTimer.vue';
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export let title: string;
|
|
4
|
+
export { BaseTimer as component };
|
|
5
|
+
}
|
|
6
|
+
export default _default;
|
|
7
|
+
export namespace FullDateTime {
|
|
8
|
+
namespace args {
|
|
9
|
+
let targetDateTime: string;
|
|
10
|
+
let selectedUnits: string[];
|
|
11
|
+
let inline: boolean;
|
|
12
|
+
let countdown: boolean;
|
|
13
|
+
let legendClass: string;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export namespace DateOnly {
|
|
17
|
+
export namespace args_1 {
|
|
18
|
+
let targetDateTime_1: string;
|
|
19
|
+
export { targetDateTime_1 as targetDateTime };
|
|
20
|
+
let selectedUnits_1: string[];
|
|
21
|
+
export { selectedUnits_1 as selectedUnits };
|
|
22
|
+
let inline_1: boolean;
|
|
23
|
+
export { inline_1 as inline };
|
|
24
|
+
let countdown_1: boolean;
|
|
25
|
+
export { countdown_1 as countdown };
|
|
26
|
+
}
|
|
27
|
+
export { args_1 as args };
|
|
28
|
+
}
|
|
29
|
+
export namespace Mixed {
|
|
30
|
+
export namespace args_2 {
|
|
31
|
+
let targetDateTime_2: string;
|
|
32
|
+
export { targetDateTime_2 as targetDateTime };
|
|
33
|
+
let selectedUnits_2: string[];
|
|
34
|
+
export { selectedUnits_2 as selectedUnits };
|
|
35
|
+
let inline_2: boolean;
|
|
36
|
+
export { inline_2 as inline };
|
|
37
|
+
let countdown_2: boolean;
|
|
38
|
+
export { countdown_2 as countdown };
|
|
39
|
+
}
|
|
40
|
+
export { args_2 as args };
|
|
41
|
+
}
|
|
42
|
+
export namespace Countdown {
|
|
43
|
+
export namespace args_3 {
|
|
44
|
+
let targetDateTime_3: string;
|
|
45
|
+
export { targetDateTime_3 as targetDateTime };
|
|
46
|
+
let selectedUnits_3: string[];
|
|
47
|
+
export { selectedUnits_3 as selectedUnits };
|
|
48
|
+
let inline_3: boolean;
|
|
49
|
+
export { inline_3 as inline };
|
|
50
|
+
let countdown_3: boolean;
|
|
51
|
+
export { countdown_3 as countdown };
|
|
52
|
+
}
|
|
53
|
+
export { args_3 as args };
|
|
54
|
+
}
|
|
55
|
+
export namespace CountdownStop {
|
|
56
|
+
export namespace args_4 {
|
|
57
|
+
let targetDateTime_4: string;
|
|
58
|
+
export { targetDateTime_4 as targetDateTime };
|
|
59
|
+
let selectedUnits_4: string[];
|
|
60
|
+
export { selectedUnits_4 as selectedUnits };
|
|
61
|
+
let inline_4: boolean;
|
|
62
|
+
export { inline_4 as inline };
|
|
63
|
+
let countdown_4: boolean;
|
|
64
|
+
export { countdown_4 as countdown };
|
|
65
|
+
}
|
|
66
|
+
export { args_4 as args };
|
|
67
|
+
}
|
|
68
|
+
export namespace AutoUnits {
|
|
69
|
+
export namespace args_5 {
|
|
70
|
+
let targetDateTime_5: string;
|
|
71
|
+
export { targetDateTime_5 as targetDateTime };
|
|
72
|
+
let selectedUnits_5: never[];
|
|
73
|
+
export { selectedUnits_5 as selectedUnits };
|
|
74
|
+
let inline_5: boolean;
|
|
75
|
+
export { inline_5 as inline };
|
|
76
|
+
let countdown_5: boolean;
|
|
77
|
+
export { countdown_5 as countdown };
|
|
78
|
+
}
|
|
79
|
+
export { args_5 as args };
|
|
80
|
+
}
|
|
81
|
+
export namespace AutoUnitsCountdown {
|
|
82
|
+
export namespace args_6 {
|
|
83
|
+
let targetDateTime_6: string;
|
|
84
|
+
export { targetDateTime_6 as targetDateTime };
|
|
85
|
+
let selectedUnits_6: never[];
|
|
86
|
+
export { selectedUnits_6 as selectedUnits };
|
|
87
|
+
let inline_6: boolean;
|
|
88
|
+
export { inline_6 as inline };
|
|
89
|
+
let countdown_6: boolean;
|
|
90
|
+
export { countdown_6 as countdown };
|
|
91
|
+
}
|
|
92
|
+
export { args_6 as args };
|
|
93
|
+
}
|
|
94
|
+
export namespace Inline {
|
|
95
|
+
export namespace args_7 {
|
|
96
|
+
let targetDateTime_7: string;
|
|
97
|
+
export { targetDateTime_7 as targetDateTime };
|
|
98
|
+
let selectedUnits_7: string[];
|
|
99
|
+
export { selectedUnits_7 as selectedUnits };
|
|
100
|
+
let inline_7: boolean;
|
|
101
|
+
export { inline_7 as inline };
|
|
102
|
+
let countdown_7: boolean;
|
|
103
|
+
export { countdown_7 as countdown };
|
|
104
|
+
}
|
|
105
|
+
export { args_7 as args };
|
|
106
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { Duration } from 'dayjs/plugin/duration';
|
|
3
|
+
|
|
4
|
+
export declare const timerUnits: {
|
|
5
|
+
readonly years: {
|
|
6
|
+
readonly shortLabel: "Yrs";
|
|
7
|
+
readonly longLabel: "Years";
|
|
8
|
+
};
|
|
9
|
+
readonly months: {
|
|
10
|
+
readonly shortLabel: "Mos";
|
|
11
|
+
readonly longLabel: "Months";
|
|
12
|
+
};
|
|
13
|
+
readonly days: {
|
|
14
|
+
readonly shortLabel: "Days";
|
|
15
|
+
readonly longLabel: "Days";
|
|
16
|
+
};
|
|
17
|
+
readonly hours: {
|
|
18
|
+
readonly shortLabel: "Hrs";
|
|
19
|
+
readonly longLabel: "Hours";
|
|
20
|
+
};
|
|
21
|
+
readonly minutes: {
|
|
22
|
+
readonly shortLabel: "Mins";
|
|
23
|
+
readonly longLabel: "Minutes";
|
|
24
|
+
};
|
|
25
|
+
readonly seconds: {
|
|
26
|
+
readonly shortLabel: "Secs";
|
|
27
|
+
readonly longLabel: "Seconds";
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
type UnitID = keyof typeof timerUnits;
|
|
31
|
+
type Interval = ReturnType<typeof setInterval>;
|
|
32
|
+
declare const _default: import('vue').DefineComponent<{
|
|
33
|
+
targetDateTime: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
required: true;
|
|
36
|
+
};
|
|
37
|
+
selectedUnits: {
|
|
38
|
+
type: PropType<("years" | "months" | "days" | "hours" | "minutes" | "seconds")[]>;
|
|
39
|
+
required: false;
|
|
40
|
+
validator: (val: UnitID[]) => boolean;
|
|
41
|
+
};
|
|
42
|
+
inline: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
required: false;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
countdown: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
required: false;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
}, unknown, {
|
|
53
|
+
diff: Duration | undefined;
|
|
54
|
+
interval: Interval | undefined;
|
|
55
|
+
}, {
|
|
56
|
+
selectedUnitsComputed(): UnitID[];
|
|
57
|
+
isPast(): boolean;
|
|
58
|
+
}, {
|
|
59
|
+
shortLabel(unit: UnitID): "Yrs" | "Mos" | "Days" | "Hrs" | "Mins" | "Secs";
|
|
60
|
+
longLabel(unit: UnitID): "Years" | "Months" | "Days" | "Hours" | "Minutes" | "Seconds";
|
|
61
|
+
unitSignificant(unit: UnitID): boolean;
|
|
62
|
+
checkOtherUnits(unit: UnitID): boolean;
|
|
63
|
+
unitValue(unit: UnitID): string | undefined;
|
|
64
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
65
|
+
targetDateTime: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
required: true;
|
|
68
|
+
};
|
|
69
|
+
selectedUnits: {
|
|
70
|
+
type: PropType<("years" | "months" | "days" | "hours" | "minutes" | "seconds")[]>;
|
|
71
|
+
required: false;
|
|
72
|
+
validator: (val: UnitID[]) => boolean;
|
|
73
|
+
};
|
|
74
|
+
inline: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
required: false;
|
|
77
|
+
default: boolean;
|
|
78
|
+
};
|
|
79
|
+
countdown: {
|
|
80
|
+
type: BooleanConstructor;
|
|
81
|
+
required: false;
|
|
82
|
+
default: boolean;
|
|
83
|
+
};
|
|
84
|
+
}>>, {
|
|
85
|
+
inline: boolean;
|
|
86
|
+
countdown: boolean;
|
|
87
|
+
}, {}>;
|
|
88
|
+
export default _default;
|