@explorer-1/vue 0.3.2 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/components.d.ts +280 -0
- package/dist/edu/.gitkeep +0 -0
- package/dist/edu/explorer-1/bg-stars-edu.png +0 -0
- package/dist/edu/explorer-1/bg-stars.jpg +0 -0
- package/dist/explorer-1/bg-stars-edu.png +0 -0
- package/dist/explorer-1/bg-stars.jpg +0 -0
- package/dist/explorer-1-vue.d.ts +1 -0
- package/dist/explorer-1-vue.js +61181 -0
- package/dist/explorer-1-vue.umd.cjs +114 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Artists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Communicators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Designers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Disruptors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Dreamers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Educators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Innovators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Inventors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Makers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Problem_Solvers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Robiticists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Scientists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Software_Engineers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Thinkers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Visualizers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Artists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Communicators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Designers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Disruptors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Dreamers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Educators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Innovators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Inventors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Makers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Problem_Solvers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Robiticists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Scientists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Software_Engineers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Thinkers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Visualizers.jpg +0 -0
- package/dist/src/components/AboutTheAuthor/AboutTheAuthor.stories.d.ts +30 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.stories.d.ts +45 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +364 -0
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +147 -0
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +144 -0
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.stories.d.ts +39 -0
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +90 -0
- package/dist/src/components/BaseAudio/BaseAudio.stories.d.ts +23 -0
- package/dist/src/components/BaseAudio/BaseAudio.vue.d.ts +78 -0
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +145 -0
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +146 -0
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.stories.d.ts +25 -0
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +73 -0
- package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +166 -0
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +45 -0
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +141 -0
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +117 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +24 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +303 -0
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.d.ts +82 -0
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +92 -0
- package/dist/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue.d.ts +7 -0
- package/dist/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue.d.ts +6 -0
- package/dist/src/components/BaseLink/BaseLink.stories.d.ts +54 -0
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +298 -0
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +1103 -0
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +182 -0
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +161 -0
- package/dist/src/components/BasePill/BasePill.stories.d.ts +38 -0
- package/dist/src/components/BasePill/BasePill.vue.d.ts +80 -0
- package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +25 -0
- package/dist/src/components/BasePlaceholder/BasePlaceholder.vue.d.ts +3 -0
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.stories.d.ts +29 -0
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +86 -0
- package/dist/src/components/BaseSwimlane/BaseSwimlane.stories.d.ts +25 -0
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +85 -0
- package/dist/src/components/BaseTimer/BaseTimer.stories.d.ts +115 -0
- package/dist/src/components/BaseTimer/BaseTimer.test.d.ts +1 -0
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +96 -0
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.stories.d.ts +229 -0
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.test.d.ts +1 -0
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +91 -0
- package/dist/src/components/BaseVideo/BaseVideo.stories.d.ts +26 -0
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +90 -0
- package/dist/src/components/BlockAccordion/BlockAccordion.stories.d.ts +83 -0
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +51 -0
- package/dist/src/components/BlockAnchor/BlockAnchor.vue.d.ts +12 -0
- package/dist/src/components/BlockAudio/BlockAudio.stories.d.ts +35 -0
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +262 -0
- package/dist/src/components/BlockCardGrid/BlockCardGrid.stories.d.ts +111 -0
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +1040 -0
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.stories.d.ts +48 -0
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +537 -0
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +248 -0
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.stories.d.ts +53 -0
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +251 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +87 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.vue.d.ts +61 -0
- package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +38 -0
- package/dist/src/components/BlockCsrTable/CsrTestLimits.vue.d.ts +38 -0
- package/dist/src/components/BlockCsrTable/CsrTestLimitsTable.vue.d.ts +30 -0
- package/dist/src/components/BlockCta/BlockCta.stories.d.ts +37 -0
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +125 -0
- package/dist/src/components/BlockDialog/BlockDialog.stories.d.ts +84 -0
- package/dist/src/components/BlockGist/BlockGist.stories.d.ts +20 -0
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +21 -0
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +2 -0
- package/dist/src/components/BlockHeading/BlockHeading.stories.d.ts +21 -0
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +81 -0
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.stories.d.ts +38 -0
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +382 -0
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +8342 -0
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +1363 -0
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +658 -0
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +655 -0
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.stories.d.ts +40 -0
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +816 -0
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.stories.d.ts +46 -0
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +657 -0
- package/dist/src/components/BlockImageComparison/BlockImageComparison.stories.d.ts +48 -0
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +330 -0
- package/dist/src/components/BlockImageGallery/BlockImageGallery.stories.d.ts +97 -0
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +1213 -0
- package/dist/src/components/BlockInlineImage/BlockInlineImage.stories.d.ts +77 -0
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +668 -0
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.stories.d.ts +21 -0
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +125 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +422 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +964 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +47 -0
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.stories.d.ts +140 -0
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +30 -0
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +2220 -0
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +1983 -0
- package/dist/src/components/BlockLinkTile/BlockLinkTile.stories.d.ts +72 -0
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +560 -0
- package/dist/src/components/BlockListCards/BlockListCards.stories.d.ts +58 -0
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +503 -0
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.stories.d.ts +20 -0
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue.d.ts +323 -0
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +1518 -0
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +295 -0
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.stories.d.ts +45 -0
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +393 -0
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +308 -0
- package/dist/src/components/BlockRichTable/BlockRichTable.stories.d.ts +204 -0
- package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +707 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +2059 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +11489 -0
- package/dist/src/components/BlockTeaser/BlockTeaser.stories.d.ts +62 -0
- package/dist/src/components/BlockTeaser/BlockTeaser.test.d.ts +1 -0
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +305 -0
- package/dist/src/components/BlockText/BlockText.stories.d.ts +36 -0
- package/dist/src/components/BlockText/BlockText.vue.d.ts +56 -0
- package/dist/src/components/BlockVideo/BlockVideo.stories.d.ts +25 -0
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +434 -0
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.stories.d.ts +26 -0
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +395 -0
- package/dist/src/components/CalendarButton/CalendarButton.stories.d.ts +19 -0
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +193 -0
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +36 -0
- package/dist/src/components/DetailHeadline/DetailHeadline.stories.d.ts +55 -0
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +527 -0
- package/dist/src/components/DsnWidget/DsnWidget.stories.d.ts +23 -0
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +297 -0
- package/dist/src/components/EduSubjectIcon/EduSubjectIcon.vue.d.ts +28 -0
- package/dist/src/components/EventCard/EventCard.vue.d.ts +688 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +44 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +241 -0
- package/dist/src/components/FormContact/FormContact.stories.d.ts +397 -0
- package/dist/src/components/FormContact/FormContact.vue.d.ts +383 -0
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +385 -0
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +371 -0
- package/dist/src/components/HeroInlineMedia/HeroInlineMedia.vue.d.ts +34 -0
- package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +42 -0
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +139 -0
- package/dist/src/components/HeroListingIndex/HeroListingIndex.stories.d.ts +138 -0
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +457 -0
- package/dist/src/components/HeroMedia/HeroMedia.stories.d.ts +175 -0
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +384 -0
- package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +94 -0
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +431 -0
- package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +92 -0
- package/dist/src/components/HomepageCarousel/HomepageCarousel.stories.d.ts +353 -0
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +587 -0
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.stories.d.ts +57 -0
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +293 -0
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.stories.d.ts +27 -0
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +393 -0
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.stories.d.ts +94 -0
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +318 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +370 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +703 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +282 -0
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +4651 -0
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +746 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.stories.d.ts +80 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +608 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +162 -0
- package/dist/src/components/Icons/Icon360.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconArrow.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconArrows.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconAudio.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconBook.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconBookUser.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconBriefcase.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCalendar.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCaret.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCheckbox.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCheckboxSelected.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconClose.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconCloseLightbox.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconDownload.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconDropdown.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduArt.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduEngineering.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduEnglishLanguageArts.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduMathematics.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduScience.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEduTechnology.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconEnvelope.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconExpand.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconExternal.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconFilter.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconForwardTen.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconGrid.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconHand.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconInfo.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconLink.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconList.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconLocation.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMagnifyingGlass.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMedal.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMenu.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMinus.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMute.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconNext.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPause.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPlay.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPlus.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconPrev.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconProfile.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconRewindTen.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSearch.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconShare.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSlideshow.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialEmail.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialFacebook.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialGoogleClassroom.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialInstagram.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialPinterest.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialReddit.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialTwitter.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconSocialYoutube.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconStop.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconTime.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconUniversity.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconUser.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconVolume.vue.d.ts +2 -0
- package/dist/src/components/Icons/Icons.stories.d.ts +551 -0
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +165 -0
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +33 -0
- package/dist/src/components/LoadingTransition/LoadingTransition.vue.d.ts +7 -0
- package/dist/src/components/LogoCaltech/LogoCaltech.stories.d.ts +40 -0
- package/dist/src/components/LogoCaltech/LogoCaltech.vue.d.ts +2 -0
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +136 -0
- package/dist/src/components/LogoTribrand/LogoTribrand.vue.d.ts +20 -0
- package/dist/src/components/MetaPanel/MetaPanel.stories.d.ts +47 -0
- package/dist/src/components/MetaPanelItems/MetaPanelItems.stories.d.ts +32 -0
- package/dist/src/components/MetadataEduResource/MetadataEduResource.stories.d.ts +55 -0
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +45 -0
- package/dist/src/components/MetadataEvent/MetadataEvent.stories.d.ts +32 -0
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +46 -0
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.stories.d.ts +27 -0
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +135 -0
- package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +417 -0
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +240 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +283 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +552 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +449 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +343 -0
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.stories.d.ts +41 -0
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +517 -0
- package/dist/src/components/MissionDetailStats/DistanceStats.test.d.ts +1 -0
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +189 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +731 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStats.test.d.ts +1 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +355 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +80 -0
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +245 -0
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.stories.d.ts +76 -0
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +1249 -0
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +90 -0
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +78 -0
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +984 -0
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +486 -0
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +157 -0
- package/dist/src/components/MixinFancybox/MixinFancyboxOpenButton.vue.d.ts +4 -0
- package/dist/src/components/MixinVideoBg/MixinVideoBg.stories.d.ts +21 -0
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +17 -0
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +9963 -0
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +2895 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +71 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +1006 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +1432 -0
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +1974 -0
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +40 -0
- package/dist/src/components/NavHeading/NavHeading.stories.d.ts +23 -0
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +275 -0
- package/dist/src/components/NavHighlight/NavHighlight.stories.d.ts +44 -0
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +429 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +44 -0
- package/dist/src/components/NavLinkList/NavLinkList.stories.d.ts +40 -0
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +566 -0
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +282 -0
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +265 -0
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +8402 -0
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +1883 -0
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +761 -0
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +5751 -0
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +309 -0
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +363 -0
- package/dist/src/components/NavSearchForm/NavSearchForm.stories.d.ts +13 -0
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +38 -0
- package/dist/src/components/NavSecondary/NavSecondary.stories.d.ts +33 -0
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +775 -0
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +398 -0
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +293 -0
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +303 -0
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +179 -0
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +152 -0
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.stories.d.ts +37 -0
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.test.d.ts +1 -0
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +31 -0
- package/dist/src/components/ParallaxContainer/ParallaxContainer.stories.d.ts +91 -0
- package/dist/src/components/ParallaxContainer/ParallaxContainer.vue.d.ts +38 -0
- package/dist/src/components/ParallaxElement/ParallaxElement.vue.d.ts +23 -0
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +1413 -0
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +618 -0
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.stories.d.ts +50 -0
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +2719 -0
- package/dist/src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue.d.ts +103 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.d.ts +162 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.test.d.ts +1 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +87 -0
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +85 -0
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.stories.d.ts +83 -0
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +190 -0
- package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +44 -0
- package/dist/src/components/SearchInput/SearchInput.stories.d.ts +43 -0
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +69 -0
- package/dist/src/components/SearchPagination/SearchPagination.stories.d.ts +69 -0
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +110 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +94 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +3005 -0
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.stories.d.ts +69 -0
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +2143 -0
- package/dist/src/components/SearchResultsList/SearchResultsList.stories.d.ts +404 -0
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +5198 -0
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.stories.d.ts +19 -0
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.vue.d.ts +39 -0
- package/dist/src/components/ShareButtons/ShareButtons.stories.d.ts +16 -0
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +134 -0
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.d.ts +17 -0
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +16 -0
- package/dist/src/components/SkipLink/SkipLink.stories.d.ts +8 -0
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +98 -0
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.stories.d.ts +25 -0
- package/dist/src/components/TextArea/TextArea.stories.d.ts +31 -0
- package/dist/src/components/TextArea/TextArea.vue.d.ts +95 -0
- package/dist/src/components/TextInput/TextInput.stories.d.ts +34 -0
- package/dist/src/components/TextInput/TextInput.vue.d.ts +119 -0
- package/dist/src/components/TheFooter/TheFooter.stories.d.ts +88 -0
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +577 -0
- package/dist/src/components/TheFooter/TheFooterSignUp.vue.d.ts +8 -0
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.stories.d.ts +32 -0
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +2639 -0
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +946 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.stories.d.ts +46 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +1002 -0
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.stories.d.ts +37 -0
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +512 -0
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.stories.d.ts +77 -0
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +342 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +696 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +567 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue.d.ts +8 -0
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.stories.d.ts +158 -0
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +433 -0
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.stories.d.ts +95 -0
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +1964 -0
- package/dist/src/components/YearTicker/YearTicker.stories.d.ts +40 -0
- package/dist/src/components/YearTicker/YearTicker.vue.d.ts +17 -0
- package/dist/src/constants.d.ts +85 -0
- package/dist/src/docs/foundation/grid.stories.d.ts +69 -0
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +194 -0
- package/dist/src/docs/foundation/themes.stories.d.ts +21 -0
- package/dist/src/docs/foundation/typography.stories.d.ts +106 -0
- package/dist/src/docs/guides/responsive.stories.d.ts +13 -0
- package/dist/src/docs/utils/ComponentItem.d.ts +2 -0
- package/dist/src/docs/utils/ComponentList.d.ts +2 -0
- package/dist/src/interfaces.d.ts +321 -0
- package/dist/src/main.d.ts +1 -0
- package/dist/src/store/curatedGallery.d.ts +6 -0
- package/dist/src/store/header.d.ts +20 -0
- package/dist/src/store/search.d.ts +10 -0
- package/dist/src/store/theme.d.ts +14 -0
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.stories.d.ts +102 -0
- package/dist/src/templates/PageContent/PageContent.stories.d.ts +207 -0
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +17214 -0
- package/dist/src/templates/PageEventDetail/PageEventDetail.stories.d.ts +94 -0
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +15005 -0
- package/dist/src/templates/PageImageDetail/PageImageDetail.stories.d.ts +185 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.stories.d.ts +1852 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +14943 -0
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.stories.d.ts +56 -0
- package/dist/src/templates/edu/PageContentEdu.stories.d.ts +397 -0
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.stories.d.ts +170 -0
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.stories.d.ts +300 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.d.ts +449 -0
- package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.stories.d.ts +288 -0
- package/dist/src/templates/edu/PageEduHome/PageEduHome.stories.d.ts +73 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.stories.d.ts +626 -0
- package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.stories.d.ts +364 -0
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.stories.d.ts +2115 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.d.ts +893 -0
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.stories.d.ts +415 -0
- package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.stories.d.ts +99 -0
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.stories.d.ts +651 -0
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.stories.d.ts +142 -0
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.stories.d.ts +56 -0
- package/dist/src/templates/www/PageHomepage/PageHomepage.stories.d.ts +705 -0
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.stories.d.ts +41 -0
- package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.stories.d.ts +14 -0
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.stories.d.ts +875 -0
- package/dist/src/templates/www/PagePodcast/PagePodcast.stories.d.ts +115 -0
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.stories.d.ts +84 -0
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.stories.d.ts +64 -0
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.stories.d.ts +60 -0
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +244 -0
- package/dist/src/templates/www/PageTimeline/PageTimeline.stories.d.ts +339 -0
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.stories.d.ts +297 -0
- package/dist/src/utils/anchorizeBlock.d.ts +3 -0
- package/dist/src/utils/anchorizeStreamfield.d.ts +3 -0
- package/dist/src/utils/dayjs.d.ts +2 -0
- package/dist/src/utils/eventBus.d.ts +1 -0
- package/dist/src/utils/filters.d.ts +4 -0
- package/dist/src/utils/generateHash.d.ts +1 -0
- package/dist/src/utils/getHeadingId.d.ts +1 -0
- package/dist/src/utils/isEduExternalLink.d.ts +1 -0
- package/dist/src/utils/lookupContentType.d.ts +3 -0
- package/dist/src/utils/mixins.d.ts +59 -0
- package/dist/src/utils/rangeifyGrades.d.ts +3 -0
- package/dist/style.css +1 -0
- package/package.json +2 -2
- package/src/components/BlockAccordion/BlockAccordion.vue +1 -1
- package/src/components/BlockCsrTable/BlockCsrTable.stories.js +7 -7
- package/src/components/BlockCsrTable/CsrAttachment.vue +3 -11
- package/src/components/HeroMedia/HeroMedia.vue +1 -1
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
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
|
+
}>, {}, {
|
|
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
|
+
}>> & Readonly<{}>, {
|
|
77
|
+
transition: string;
|
|
78
|
+
scale: number;
|
|
79
|
+
rows: number;
|
|
80
|
+
words: unknown[];
|
|
81
|
+
transitionDuration: number;
|
|
82
|
+
transitionDelay: number;
|
|
83
|
+
pauseOnHover: boolean;
|
|
84
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
85
|
+
export default _default;
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { default as BaseTimer } from './BaseTimer.vue';
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export let title: string;
|
|
4
|
+
export { BaseTimer as component };
|
|
5
|
+
export let decorators: (() => {
|
|
6
|
+
template: string;
|
|
7
|
+
})[];
|
|
8
|
+
export namespace parameters {
|
|
9
|
+
namespace html {
|
|
10
|
+
let root: string;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export default _default;
|
|
15
|
+
export namespace BaseStory {
|
|
16
|
+
let name: string;
|
|
17
|
+
namespace args {
|
|
18
|
+
let targetDateTime: string;
|
|
19
|
+
let selectedUnits: string[];
|
|
20
|
+
let inline: boolean;
|
|
21
|
+
let countdown: boolean;
|
|
22
|
+
let legendClass: string;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
export namespace DateOnly {
|
|
26
|
+
export namespace args_1 {
|
|
27
|
+
let targetDateTime_1: string;
|
|
28
|
+
export { targetDateTime_1 as targetDateTime };
|
|
29
|
+
let selectedUnits_1: string[];
|
|
30
|
+
export { selectedUnits_1 as selectedUnits };
|
|
31
|
+
let inline_1: boolean;
|
|
32
|
+
export { inline_1 as inline };
|
|
33
|
+
let countdown_1: boolean;
|
|
34
|
+
export { countdown_1 as countdown };
|
|
35
|
+
}
|
|
36
|
+
export { args_1 as args };
|
|
37
|
+
}
|
|
38
|
+
export namespace Mixed {
|
|
39
|
+
export namespace args_2 {
|
|
40
|
+
let targetDateTime_2: string;
|
|
41
|
+
export { targetDateTime_2 as targetDateTime };
|
|
42
|
+
let selectedUnits_2: string[];
|
|
43
|
+
export { selectedUnits_2 as selectedUnits };
|
|
44
|
+
let inline_2: boolean;
|
|
45
|
+
export { inline_2 as inline };
|
|
46
|
+
let countdown_2: boolean;
|
|
47
|
+
export { countdown_2 as countdown };
|
|
48
|
+
}
|
|
49
|
+
export { args_2 as args };
|
|
50
|
+
}
|
|
51
|
+
export namespace Countdown {
|
|
52
|
+
export namespace args_3 {
|
|
53
|
+
let targetDateTime_3: string;
|
|
54
|
+
export { targetDateTime_3 as targetDateTime };
|
|
55
|
+
let selectedUnits_3: string[];
|
|
56
|
+
export { selectedUnits_3 as selectedUnits };
|
|
57
|
+
let inline_3: boolean;
|
|
58
|
+
export { inline_3 as inline };
|
|
59
|
+
let countdown_3: boolean;
|
|
60
|
+
export { countdown_3 as countdown };
|
|
61
|
+
}
|
|
62
|
+
export { args_3 as args };
|
|
63
|
+
}
|
|
64
|
+
export namespace CountdownStop {
|
|
65
|
+
export namespace args_4 {
|
|
66
|
+
let targetDateTime_4: string;
|
|
67
|
+
export { targetDateTime_4 as targetDateTime };
|
|
68
|
+
let selectedUnits_4: string[];
|
|
69
|
+
export { selectedUnits_4 as selectedUnits };
|
|
70
|
+
let inline_4: boolean;
|
|
71
|
+
export { inline_4 as inline };
|
|
72
|
+
let countdown_4: boolean;
|
|
73
|
+
export { countdown_4 as countdown };
|
|
74
|
+
}
|
|
75
|
+
export { args_4 as args };
|
|
76
|
+
}
|
|
77
|
+
export namespace AutoUnits {
|
|
78
|
+
export namespace args_5 {
|
|
79
|
+
let targetDateTime_5: string;
|
|
80
|
+
export { targetDateTime_5 as targetDateTime };
|
|
81
|
+
let selectedUnits_5: never[];
|
|
82
|
+
export { selectedUnits_5 as selectedUnits };
|
|
83
|
+
let inline_5: boolean;
|
|
84
|
+
export { inline_5 as inline };
|
|
85
|
+
let countdown_5: boolean;
|
|
86
|
+
export { countdown_5 as countdown };
|
|
87
|
+
}
|
|
88
|
+
export { args_5 as args };
|
|
89
|
+
}
|
|
90
|
+
export namespace AutoUnitsCountdown {
|
|
91
|
+
export namespace args_6 {
|
|
92
|
+
let targetDateTime_6: string;
|
|
93
|
+
export { targetDateTime_6 as targetDateTime };
|
|
94
|
+
let selectedUnits_6: never[];
|
|
95
|
+
export { selectedUnits_6 as selectedUnits };
|
|
96
|
+
let inline_6: boolean;
|
|
97
|
+
export { inline_6 as inline };
|
|
98
|
+
let countdown_6: boolean;
|
|
99
|
+
export { countdown_6 as countdown };
|
|
100
|
+
}
|
|
101
|
+
export { args_6 as args };
|
|
102
|
+
}
|
|
103
|
+
export namespace Inline {
|
|
104
|
+
export namespace args_7 {
|
|
105
|
+
let targetDateTime_7: string;
|
|
106
|
+
export { targetDateTime_7 as targetDateTime };
|
|
107
|
+
let selectedUnits_7: string[];
|
|
108
|
+
export { selectedUnits_7 as selectedUnits };
|
|
109
|
+
let inline_7: boolean;
|
|
110
|
+
export { inline_7 as inline };
|
|
111
|
+
let countdown_7: boolean;
|
|
112
|
+
export { countdown_7 as countdown };
|
|
113
|
+
}
|
|
114
|
+
export { args_7 as args };
|
|
115
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { Duration } from 'dayjs/plugin/duration.js';
|
|
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<import('vue').ExtractPropTypes<{
|
|
33
|
+
/** Start time or goal time (depends if it's a countdown or not). Format: `YYYY-MM-DD HH:MM:SS+01:00` */
|
|
34
|
+
targetDateTime: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
required: true;
|
|
37
|
+
};
|
|
38
|
+
/** If blank, the first three applicable time units will show */
|
|
39
|
+
selectedUnits: {
|
|
40
|
+
type: PropType<UnitID[]>;
|
|
41
|
+
required: false;
|
|
42
|
+
validator: (val: UnitID[]) => boolean;
|
|
43
|
+
};
|
|
44
|
+
/** If time and units should all appear on one line */
|
|
45
|
+
inline: {
|
|
46
|
+
type: BooleanConstructor;
|
|
47
|
+
required: false;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
/** If this is a countdown clock, the timer will start `now()` and count down to 0 when it reaches the `targetDateTime`) */
|
|
51
|
+
countdown: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
required: false;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
}>, {}, {
|
|
57
|
+
diff: Duration | undefined;
|
|
58
|
+
interval: Interval | undefined;
|
|
59
|
+
}, {
|
|
60
|
+
selectedUnitsComputed(): UnitID[];
|
|
61
|
+
isPast(): boolean;
|
|
62
|
+
}, {
|
|
63
|
+
shortLabel(unit: UnitID): "Yrs" | "Mos" | "Days" | "Hrs" | "Mins" | "Secs";
|
|
64
|
+
longLabel(unit: UnitID): "Years" | "Months" | "Days" | "Hours" | "Minutes" | "Seconds";
|
|
65
|
+
unitSignificant(unit: UnitID): boolean;
|
|
66
|
+
checkOtherUnits(unit: UnitID): boolean;
|
|
67
|
+
unitValue(unit: UnitID): string | undefined;
|
|
68
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
69
|
+
/** Start time or goal time (depends if it's a countdown or not). Format: `YYYY-MM-DD HH:MM:SS+01:00` */
|
|
70
|
+
targetDateTime: {
|
|
71
|
+
type: StringConstructor;
|
|
72
|
+
required: true;
|
|
73
|
+
};
|
|
74
|
+
/** If blank, the first three applicable time units will show */
|
|
75
|
+
selectedUnits: {
|
|
76
|
+
type: PropType<UnitID[]>;
|
|
77
|
+
required: false;
|
|
78
|
+
validator: (val: UnitID[]) => boolean;
|
|
79
|
+
};
|
|
80
|
+
/** If time and units should all appear on one line */
|
|
81
|
+
inline: {
|
|
82
|
+
type: BooleanConstructor;
|
|
83
|
+
required: false;
|
|
84
|
+
default: boolean;
|
|
85
|
+
};
|
|
86
|
+
/** If this is a countdown clock, the timer will start `now()` and count down to 0 when it reaches the `targetDateTime`) */
|
|
87
|
+
countdown: {
|
|
88
|
+
type: BooleanConstructor;
|
|
89
|
+
required: false;
|
|
90
|
+
default: boolean;
|
|
91
|
+
};
|
|
92
|
+
}>> & Readonly<{}>, {
|
|
93
|
+
inline: boolean;
|
|
94
|
+
countdown: boolean;
|
|
95
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
96
|
+
export default _default;
|
|
@@ -0,0 +1,229 @@
|
|
|
1
|
+
import { default as BaseUnitToggle } from './BaseUnitToggle.vue';
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export let title: string;
|
|
4
|
+
export { BaseUnitToggle as component };
|
|
5
|
+
}
|
|
6
|
+
export default _default;
|
|
7
|
+
export function Imperial(args: any): {
|
|
8
|
+
components: {
|
|
9
|
+
BaseUnitToggle: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
10
|
+
unitPair: {
|
|
11
|
+
type: import('vue').PropType<import('./BaseUnitToggle.vue').UnitName>;
|
|
12
|
+
required: true;
|
|
13
|
+
validator: (val: import('./BaseUnitToggle.vue').UnitName) => boolean;
|
|
14
|
+
};
|
|
15
|
+
value: {
|
|
16
|
+
type: import('vue').PropType<number>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
secondValue: {
|
|
20
|
+
type: import('vue').PropType<number>;
|
|
21
|
+
required: false;
|
|
22
|
+
};
|
|
23
|
+
valueSystem: {
|
|
24
|
+
type: import('vue').PropType<import('./BaseUnitToggle.vue').UnitSystemName>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
inline: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
}>, {}, {
|
|
32
|
+
selectedSystem: import('./BaseUnitToggle.vue').UnitSystemName;
|
|
33
|
+
}, {
|
|
34
|
+
unitConfig(): import('./BaseUnitToggle.vue').UnitConfig;
|
|
35
|
+
formattedValue(): string;
|
|
36
|
+
}, {
|
|
37
|
+
setSystem(): void;
|
|
38
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
39
|
+
unitPair: {
|
|
40
|
+
type: import('vue').PropType<import('./BaseUnitToggle.vue').UnitName>;
|
|
41
|
+
required: true;
|
|
42
|
+
validator: (val: import('./BaseUnitToggle.vue').UnitName) => boolean;
|
|
43
|
+
};
|
|
44
|
+
value: {
|
|
45
|
+
type: import('vue').PropType<number>;
|
|
46
|
+
required: true;
|
|
47
|
+
};
|
|
48
|
+
secondValue: {
|
|
49
|
+
type: import('vue').PropType<number>;
|
|
50
|
+
required: false;
|
|
51
|
+
};
|
|
52
|
+
valueSystem: {
|
|
53
|
+
type: import('vue').PropType<import('./BaseUnitToggle.vue').UnitSystemName>;
|
|
54
|
+
required: true;
|
|
55
|
+
};
|
|
56
|
+
inline: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
60
|
+
}>> & Readonly<{}>, {
|
|
61
|
+
inline: boolean;
|
|
62
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
63
|
+
};
|
|
64
|
+
setup(): {
|
|
65
|
+
args: any;
|
|
66
|
+
};
|
|
67
|
+
template: string;
|
|
68
|
+
};
|
|
69
|
+
export namespace Imperial {
|
|
70
|
+
namespace args {
|
|
71
|
+
let unitPair: string;
|
|
72
|
+
let value: number;
|
|
73
|
+
let secondValue: undefined;
|
|
74
|
+
let valueSystem: string;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
export namespace BaseStory {
|
|
78
|
+
export let name: string;
|
|
79
|
+
export namespace args_1 {
|
|
80
|
+
let unitPair_1: string;
|
|
81
|
+
export { unitPair_1 as unitPair };
|
|
82
|
+
let value_1: number;
|
|
83
|
+
export { value_1 as value };
|
|
84
|
+
let secondValue_1: undefined;
|
|
85
|
+
export { secondValue_1 as secondValue };
|
|
86
|
+
let valueSystem_1: string;
|
|
87
|
+
export { valueSystem_1 as valueSystem };
|
|
88
|
+
}
|
|
89
|
+
export { args_1 as args };
|
|
90
|
+
export function render(args: any): {
|
|
91
|
+
components: {
|
|
92
|
+
BaseUnitToggle: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
93
|
+
unitPair: {
|
|
94
|
+
type: import("vue").PropType<import("./BaseUnitToggle.vue").UnitName>;
|
|
95
|
+
required: true;
|
|
96
|
+
validator: (val: import("./BaseUnitToggle.vue").UnitName) => boolean;
|
|
97
|
+
};
|
|
98
|
+
value: {
|
|
99
|
+
type: import("vue").PropType<number>;
|
|
100
|
+
required: true;
|
|
101
|
+
};
|
|
102
|
+
secondValue: {
|
|
103
|
+
type: import("vue").PropType<number>;
|
|
104
|
+
required: false;
|
|
105
|
+
};
|
|
106
|
+
valueSystem: {
|
|
107
|
+
type: import("vue").PropType<import("./BaseUnitToggle.vue").UnitSystemName>;
|
|
108
|
+
required: true;
|
|
109
|
+
};
|
|
110
|
+
inline: {
|
|
111
|
+
type: BooleanConstructor;
|
|
112
|
+
default: boolean;
|
|
113
|
+
};
|
|
114
|
+
}>, {}, {
|
|
115
|
+
selectedSystem: import("./BaseUnitToggle.vue").UnitSystemName;
|
|
116
|
+
}, {
|
|
117
|
+
unitConfig(): import("./BaseUnitToggle.vue").UnitConfig;
|
|
118
|
+
formattedValue(): string;
|
|
119
|
+
}, {
|
|
120
|
+
setSystem(): void;
|
|
121
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
122
|
+
unitPair: {
|
|
123
|
+
type: import("vue").PropType<import("./BaseUnitToggle.vue").UnitName>;
|
|
124
|
+
required: true;
|
|
125
|
+
validator: (val: import("./BaseUnitToggle.vue").UnitName) => boolean;
|
|
126
|
+
};
|
|
127
|
+
value: {
|
|
128
|
+
type: import("vue").PropType<number>;
|
|
129
|
+
required: true;
|
|
130
|
+
};
|
|
131
|
+
secondValue: {
|
|
132
|
+
type: import("vue").PropType<number>;
|
|
133
|
+
required: false;
|
|
134
|
+
};
|
|
135
|
+
valueSystem: {
|
|
136
|
+
type: import("vue").PropType<import("./BaseUnitToggle.vue").UnitSystemName>;
|
|
137
|
+
required: true;
|
|
138
|
+
};
|
|
139
|
+
inline: {
|
|
140
|
+
type: BooleanConstructor;
|
|
141
|
+
default: boolean;
|
|
142
|
+
};
|
|
143
|
+
}>> & Readonly<{}>, {
|
|
144
|
+
inline: boolean;
|
|
145
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
146
|
+
};
|
|
147
|
+
setup(): {
|
|
148
|
+
args: any;
|
|
149
|
+
};
|
|
150
|
+
template: string;
|
|
151
|
+
};
|
|
152
|
+
}
|
|
153
|
+
export namespace KeepsPrecision {
|
|
154
|
+
export namespace args_2 {
|
|
155
|
+
let unitPair_2: string;
|
|
156
|
+
export { unitPair_2 as unitPair };
|
|
157
|
+
let value_2: number;
|
|
158
|
+
export { value_2 as value };
|
|
159
|
+
let secondValue_2: undefined;
|
|
160
|
+
export { secondValue_2 as secondValue };
|
|
161
|
+
let valueSystem_2: string;
|
|
162
|
+
export { valueSystem_2 as valueSystem };
|
|
163
|
+
export let formattedValue: number;
|
|
164
|
+
}
|
|
165
|
+
export { args_2 as args };
|
|
166
|
+
export function render_1(args: any): {
|
|
167
|
+
components: {
|
|
168
|
+
BaseUnitToggle: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
169
|
+
unitPair: {
|
|
170
|
+
type: import("vue").PropType<import("./BaseUnitToggle.vue").UnitName>;
|
|
171
|
+
required: true;
|
|
172
|
+
validator: (val: import("./BaseUnitToggle.vue").UnitName) => boolean;
|
|
173
|
+
};
|
|
174
|
+
value: {
|
|
175
|
+
type: import("vue").PropType<number>;
|
|
176
|
+
required: true;
|
|
177
|
+
};
|
|
178
|
+
secondValue: {
|
|
179
|
+
type: import("vue").PropType<number>;
|
|
180
|
+
required: false;
|
|
181
|
+
};
|
|
182
|
+
valueSystem: {
|
|
183
|
+
type: import("vue").PropType<import("./BaseUnitToggle.vue").UnitSystemName>;
|
|
184
|
+
required: true;
|
|
185
|
+
};
|
|
186
|
+
inline: {
|
|
187
|
+
type: BooleanConstructor;
|
|
188
|
+
default: boolean;
|
|
189
|
+
};
|
|
190
|
+
}>, {}, {
|
|
191
|
+
selectedSystem: import("./BaseUnitToggle.vue").UnitSystemName;
|
|
192
|
+
}, {
|
|
193
|
+
unitConfig(): import("./BaseUnitToggle.vue").UnitConfig;
|
|
194
|
+
formattedValue(): string;
|
|
195
|
+
}, {
|
|
196
|
+
setSystem(): void;
|
|
197
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
198
|
+
unitPair: {
|
|
199
|
+
type: import("vue").PropType<import("./BaseUnitToggle.vue").UnitName>;
|
|
200
|
+
required: true;
|
|
201
|
+
validator: (val: import("./BaseUnitToggle.vue").UnitName) => boolean;
|
|
202
|
+
};
|
|
203
|
+
value: {
|
|
204
|
+
type: import("vue").PropType<number>;
|
|
205
|
+
required: true;
|
|
206
|
+
};
|
|
207
|
+
secondValue: {
|
|
208
|
+
type: import("vue").PropType<number>;
|
|
209
|
+
required: false;
|
|
210
|
+
};
|
|
211
|
+
valueSystem: {
|
|
212
|
+
type: import("vue").PropType<import("./BaseUnitToggle.vue").UnitSystemName>;
|
|
213
|
+
required: true;
|
|
214
|
+
};
|
|
215
|
+
inline: {
|
|
216
|
+
type: BooleanConstructor;
|
|
217
|
+
default: boolean;
|
|
218
|
+
};
|
|
219
|
+
}>> & Readonly<{}>, {
|
|
220
|
+
inline: boolean;
|
|
221
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
222
|
+
};
|
|
223
|
+
setup(): {
|
|
224
|
+
args: any;
|
|
225
|
+
};
|
|
226
|
+
template: string;
|
|
227
|
+
};
|
|
228
|
+
export { render_1 as render };
|
|
229
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
|
|
3
|
+
export type UnitSystemName = keyof UnitConfig;
|
|
4
|
+
export type UnitName = keyof UnitPairs;
|
|
5
|
+
/**
|
|
6
|
+
* Centrally defined configuration for unit pairs, to avoid inconsistencies.
|
|
7
|
+
*/
|
|
8
|
+
export interface UnitPairs {
|
|
9
|
+
MI_KM: UnitConfig;
|
|
10
|
+
LB_KG: UnitConfig;
|
|
11
|
+
G_OZ: UnitConfig;
|
|
12
|
+
M_FT: UnitConfig;
|
|
13
|
+
MS_FS: UnitConfig;
|
|
14
|
+
}
|
|
15
|
+
interface UnitDetails {
|
|
16
|
+
label: string;
|
|
17
|
+
abbr: string;
|
|
18
|
+
toOther: number;
|
|
19
|
+
}
|
|
20
|
+
export interface UnitConfig {
|
|
21
|
+
imperial: UnitDetails;
|
|
22
|
+
metric: UnitDetails;
|
|
23
|
+
}
|
|
24
|
+
export declare const unitPairs: UnitPairs;
|
|
25
|
+
/**
|
|
26
|
+
* Toggle between equivalent units in imperial and SI systems.
|
|
27
|
+
* Supports providing the value in either format, and converts into the other.
|
|
28
|
+
*/
|
|
29
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
30
|
+
unitPair: {
|
|
31
|
+
type: PropType<UnitName>;
|
|
32
|
+
required: true;
|
|
33
|
+
validator: (val: UnitName) => boolean;
|
|
34
|
+
};
|
|
35
|
+
/** The initial value to be converted */
|
|
36
|
+
value: {
|
|
37
|
+
type: PropType<number>;
|
|
38
|
+
required: true;
|
|
39
|
+
};
|
|
40
|
+
/** Manually override the converted value */
|
|
41
|
+
secondValue: {
|
|
42
|
+
type: PropType<number>;
|
|
43
|
+
required: false;
|
|
44
|
+
};
|
|
45
|
+
/** The system of measurement that corresponds with the provided `value` */
|
|
46
|
+
valueSystem: {
|
|
47
|
+
type: PropType<UnitSystemName>;
|
|
48
|
+
required: true;
|
|
49
|
+
};
|
|
50
|
+
/** If value and unit should appear on the same line */
|
|
51
|
+
inline: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
}>, {}, {
|
|
56
|
+
selectedSystem: UnitSystemName;
|
|
57
|
+
}, {
|
|
58
|
+
unitConfig(): UnitConfig;
|
|
59
|
+
formattedValue(): string;
|
|
60
|
+
}, {
|
|
61
|
+
setSystem(): void;
|
|
62
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
63
|
+
unitPair: {
|
|
64
|
+
type: PropType<UnitName>;
|
|
65
|
+
required: true;
|
|
66
|
+
validator: (val: UnitName) => boolean;
|
|
67
|
+
};
|
|
68
|
+
/** The initial value to be converted */
|
|
69
|
+
value: {
|
|
70
|
+
type: PropType<number>;
|
|
71
|
+
required: true;
|
|
72
|
+
};
|
|
73
|
+
/** Manually override the converted value */
|
|
74
|
+
secondValue: {
|
|
75
|
+
type: PropType<number>;
|
|
76
|
+
required: false;
|
|
77
|
+
};
|
|
78
|
+
/** The system of measurement that corresponds with the provided `value` */
|
|
79
|
+
valueSystem: {
|
|
80
|
+
type: PropType<UnitSystemName>;
|
|
81
|
+
required: true;
|
|
82
|
+
};
|
|
83
|
+
/** If value and unit should appear on the same line */
|
|
84
|
+
inline: {
|
|
85
|
+
type: BooleanConstructor;
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
}>> & Readonly<{}>, {
|
|
89
|
+
inline: boolean;
|
|
90
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
91
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { default as BaseVideo } from './BaseVideo.vue';
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export let title: string;
|
|
4
|
+
export { BaseVideo as component };
|
|
5
|
+
export let excludeStories: RegExp;
|
|
6
|
+
}
|
|
7
|
+
export default _default;
|
|
8
|
+
export namespace BaseVideoData {
|
|
9
|
+
export let duration: string;
|
|
10
|
+
export let file: string;
|
|
11
|
+
export let fileExtension: string;
|
|
12
|
+
export let fileOgg: string;
|
|
13
|
+
export let fileWebm: string;
|
|
14
|
+
export let height: null;
|
|
15
|
+
export let id: string;
|
|
16
|
+
export let sources: string;
|
|
17
|
+
let title_1: string;
|
|
18
|
+
export { title_1 as title };
|
|
19
|
+
export let type: string;
|
|
20
|
+
export let width: null;
|
|
21
|
+
}
|
|
22
|
+
export namespace BaseStory {
|
|
23
|
+
namespace args {
|
|
24
|
+
export { BaseVideoData as data };
|
|
25
|
+
}
|
|
26
|
+
}
|