@explorer-1/vue 1.0.2 → 1.0.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 +13 -0
- package/components.d.ts +4 -0
- package/dist/explorer-1-vue.css +1 -0
- package/dist/explorer-1-vue.d.ts +1 -1
- package/dist/explorer-1-vue.js +39784 -31438
- package/dist/explorer-1-vue.umd.cjs +58 -66
- package/dist/src/App.vue.d.ts +2 -0
- package/dist/src/components/AboutTheAuthor/AboutTheAuthor.vue.d.ts +27 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +17 -9
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +6 -6
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +6 -7
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +48 -43
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +6 -6
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +4 -5
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +0 -1
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +5 -5
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +3 -4
- package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +13 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +17 -9
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +0 -1
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +17 -7
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +42 -42
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +6 -6
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +6 -6
- package/dist/src/components/BasePill/BasePill.vue.d.ts +6 -7
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +2 -2
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +0 -1
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +0 -1
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +0 -1
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +3 -25
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +6 -7
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +51 -34
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +24 -16
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +7 -8
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +5 -5
- package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +23 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.vue.d.ts +7 -28
- package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +4 -23
- package/dist/src/components/BlockCsrTable/CsrTestLimits.vue.d.ts +2 -24
- package/dist/src/components/BlockCsrTable/CsrTestLimitsTable.vue.d.ts +6 -24
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +6 -7
- package/dist/src/components/BlockDialog/BlockDialog.vue.d.ts +57 -0
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +4 -12
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +1 -1
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +0 -1
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +17 -9
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +282 -174
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +47 -30
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +23 -15
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +23 -15
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +28 -20
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +22 -14
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +17 -9
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +33 -25
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +22 -14
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +4 -5
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +24 -16
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +40 -194
- package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +4 -34
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +2 -24
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +92 -227
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +92 -228
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +25 -17
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +22 -14
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue.d.ts +18 -111
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +85 -40
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +17 -9
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +19 -11
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +19 -10
- package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +23 -15
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +46 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +475 -622
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +14 -14
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +17 -9
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +17 -9
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +7 -8
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +3 -28
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +24 -16
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +17 -9
- package/dist/src/components/EduSubjectIcon/EduSubjectIcon.vue.d.ts +2 -23
- package/dist/src/components/EventCard/EventCard.vue.d.ts +26 -88
- package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +6 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +8 -35
- package/dist/src/components/FormContact/FormContact.stories.d.ts +31 -193
- package/dist/src/components/FormContact/FormContact.vue.d.ts +31 -193
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +19 -111
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +19 -111
- package/dist/src/components/HeroInlineMedia/HeroInlineMedia.vue.d.ts +3 -27
- package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +81 -8
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +7 -8
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +22 -14
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +19 -11
- package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +32 -5
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +22 -14
- package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +39 -11
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +34 -17
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +17 -9
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +11 -12
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +17 -8
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +40 -23
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +17 -8
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +264 -156
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +44 -27
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +27 -18
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +5 -5
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +5 -5
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +1 -1
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +7 -7
- package/dist/src/components/MetaPanel/MetaPanel.vue.d.ts +42 -0
- package/dist/src/components/MetaPanelAccordion/MetaPanelAccordion.vue.d.ts +8 -0
- package/dist/src/components/MetaPanelItems/MetaPanelItems.vue.d.ts +17 -0
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +4 -32
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +3 -33
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +7 -8
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +22 -14
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +33 -33
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +13 -14
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +61 -35
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +54 -36
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +27 -19
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +0 -1
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +0 -1
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +525 -318
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +158 -105
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +1 -1
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +56 -29
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +79 -43
- package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +297 -0
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +97 -70
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +1753 -0
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +1 -1
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +17 -8
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +22 -13
- package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +3 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +856 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +291 -0
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +34 -17
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +17 -8
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +17 -8
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +428 -281
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +99 -72
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +38 -21
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +297 -213
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +17 -9
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +18 -9
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +4 -27
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +39 -22
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +22 -13
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +17 -8
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +17 -9
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +6 -6
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +6 -6
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +0 -1
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +67 -212
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +22 -14
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +118 -271
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +0 -1
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +0 -1
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +5 -29
- package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +12 -27
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +21 -57
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +6 -6
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +115 -312
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +90 -252
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +210 -568
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +6 -6
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +2 -11
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +6 -6
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +421 -0
- package/dist/src/components/TextArea/TextArea.vue.d.ts +24 -82
- package/dist/src/components/TextInput/TextInput.vue.d.ts +27 -104
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +29 -21
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +117 -270
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +39 -21
- package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +925 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +59 -42
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +32 -24
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +16 -16
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +28 -19
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +28 -20
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +22 -14
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +70 -44
- package/dist/src/docs/foundation/DynamicTokens.vue.d.ts +2 -0
- package/dist/src/docs/foundation/FontVariants.vue.d.ts +2 -0
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +4 -4
- package/dist/src/docs/utils/ColorRow.d.ts +6 -0
- package/dist/src/interfaces.d.ts +0 -1
- package/dist/src/main.d.ts +0 -1
- package/dist/src/store/theme.d.ts +0 -1
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +6188 -0
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +756 -1262
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +638 -972
- package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +17037 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +638 -912
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +3017 -0
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +877 -0
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +14610 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +15515 -0
- package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduHome/PageEduHome.vue.d.ts +15 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +909 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLessonSection.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.vue.d.ts +24 -0
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +881 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +894 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue.d.ts +20 -0
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +871 -0
- package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.vue.d.ts +7 -0
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +14087 -0
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +13853 -0
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +3422 -0
- package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +5997 -0
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +963 -0
- package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.vue.d.ts +181 -0
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +4792 -0
- package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +7977 -0
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +5783 -0
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +3495 -0
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +1135 -0
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +17 -2
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +14868 -0
- package/dist/src/templates/www/PageTimeline/BlockMilestone.vue.d.ts +326 -0
- package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +2418 -0
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +6277 -0
- package/dist/src/utils/anchorizeBlock.d.ts +0 -1
- package/dist/src/utils/anchorizeStreamfield.d.ts +0 -1
- package/dist/src/utils/mixins.d.ts +0 -1
- package/dist/src/utils/rangeifyGrades.d.ts +0 -1
- package/package.json +2 -2
- package/src/components/BlockCsrTable/BlockCsrTable.vue +4 -31
- package/src/components/BlockCsrTable/{CsrTestLimits.vue → CsrDetails.vue} +4 -5
- package/src/components/HomepageStats/HomepageStats.vue +1 -1
- package/src/components/NavDesktop/NavDesktopDropdown.vue +1 -1
- package/src/components/NavLinkList/NavLinkList.vue +1 -1
- package/dist/style.css +0 -1
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-Bold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBoldItalic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Regular.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hair It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hairline.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlack.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text.otf +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Bold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-ExtraBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Medium.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-MediumItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Regular.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-RegularItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBoldItalic.woff2 +0 -0
- package/src/components/BlockCsrTable/CsrAttachment.vue +0 -40
|
@@ -150,12 +150,11 @@ export namespace BaseStory {
|
|
|
150
150
|
validator: (val: string) => boolean;
|
|
151
151
|
};
|
|
152
152
|
}>> & Readonly<{}>, {
|
|
153
|
-
showClock: boolean;
|
|
154
|
-
startDateTime: string;
|
|
155
153
|
distanceType: "" | "earth" | "mars";
|
|
156
154
|
distanceApiUrls: string;
|
|
155
|
+
showClock: boolean;
|
|
157
156
|
showDistance: boolean;
|
|
158
|
-
|
|
157
|
+
startDateTime: string;
|
|
159
158
|
displayDate: string;
|
|
160
159
|
missionTypes: {
|
|
161
160
|
missionType: string;
|
|
@@ -163,6 +162,7 @@ export namespace BaseStory {
|
|
|
163
162
|
missionTargets: {
|
|
164
163
|
target: string;
|
|
165
164
|
}[];
|
|
165
|
+
distanceValue: number;
|
|
166
166
|
}, {}, {
|
|
167
167
|
BaseTimer: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
168
168
|
targetDateTime: {
|
|
@@ -170,9 +170,9 @@ export namespace BaseStory {
|
|
|
170
170
|
required: true;
|
|
171
171
|
};
|
|
172
172
|
selectedUnits: {
|
|
173
|
-
type: import("vue").PropType<("
|
|
173
|
+
type: import("vue").PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
174
174
|
required: false;
|
|
175
|
-
validator: (val: ("
|
|
175
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
176
176
|
};
|
|
177
177
|
inline: {
|
|
178
178
|
type: BooleanConstructor;
|
|
@@ -188,23 +188,23 @@ export namespace BaseStory {
|
|
|
188
188
|
diff: import("dayjs/plugin/duration").Duration | undefined;
|
|
189
189
|
interval: NodeJS.Timeout | undefined;
|
|
190
190
|
}, {
|
|
191
|
-
selectedUnitsComputed(): ("
|
|
191
|
+
selectedUnitsComputed(): ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[];
|
|
192
192
|
isPast(): boolean;
|
|
193
193
|
}, {
|
|
194
|
-
shortLabel(unit: "
|
|
195
|
-
longLabel(unit: "
|
|
196
|
-
unitSignificant(unit: "
|
|
197
|
-
checkOtherUnits(unit: "
|
|
198
|
-
unitValue(unit: "
|
|
194
|
+
shortLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Yrs" | "Mos" | "Days" | "Hrs" | "Mins" | "Secs";
|
|
195
|
+
longLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Years" | "Months" | "Days" | "Hours" | "Minutes" | "Seconds";
|
|
196
|
+
unitSignificant(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
197
|
+
checkOtherUnits(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
198
|
+
unitValue(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): string | undefined;
|
|
199
199
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
200
200
|
targetDateTime: {
|
|
201
201
|
type: StringConstructor;
|
|
202
202
|
required: true;
|
|
203
203
|
};
|
|
204
204
|
selectedUnits: {
|
|
205
|
-
type: import("vue").PropType<("
|
|
205
|
+
type: import("vue").PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
206
206
|
required: false;
|
|
207
|
-
validator: (val: ("
|
|
207
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
208
208
|
};
|
|
209
209
|
inline: {
|
|
210
210
|
type: BooleanConstructor;
|
|
@@ -431,9 +431,9 @@ export namespace Mini {
|
|
|
431
431
|
required: true;
|
|
432
432
|
};
|
|
433
433
|
selectedUnits: {
|
|
434
|
-
type: import("vue").PropType<("
|
|
434
|
+
type: import("vue").PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
435
435
|
required: false;
|
|
436
|
-
validator: (val: ("
|
|
436
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
437
437
|
};
|
|
438
438
|
inline: {
|
|
439
439
|
type: BooleanConstructor;
|
|
@@ -449,23 +449,23 @@ export namespace Mini {
|
|
|
449
449
|
diff: import("dayjs/plugin/duration").Duration | undefined;
|
|
450
450
|
interval: NodeJS.Timeout | undefined;
|
|
451
451
|
}, {
|
|
452
|
-
selectedUnitsComputed(): ("
|
|
452
|
+
selectedUnitsComputed(): ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[];
|
|
453
453
|
isPast(): boolean;
|
|
454
454
|
}, {
|
|
455
|
-
shortLabel(unit: "
|
|
456
|
-
longLabel(unit: "
|
|
457
|
-
unitSignificant(unit: "
|
|
458
|
-
checkOtherUnits(unit: "
|
|
459
|
-
unitValue(unit: "
|
|
455
|
+
shortLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Yrs" | "Mos" | "Days" | "Hrs" | "Mins" | "Secs";
|
|
456
|
+
longLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Years" | "Months" | "Days" | "Hours" | "Minutes" | "Seconds";
|
|
457
|
+
unitSignificant(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
458
|
+
checkOtherUnits(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
459
|
+
unitValue(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): string | undefined;
|
|
460
460
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
461
461
|
targetDateTime: {
|
|
462
462
|
type: StringConstructor;
|
|
463
463
|
required: true;
|
|
464
464
|
};
|
|
465
465
|
selectedUnits: {
|
|
466
|
-
type: import("vue").PropType<("
|
|
466
|
+
type: import("vue").PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
467
467
|
required: false;
|
|
468
|
-
validator: (val: ("
|
|
468
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
469
469
|
};
|
|
470
470
|
inline: {
|
|
471
471
|
type: BooleanConstructor;
|
|
@@ -673,9 +673,9 @@ export namespace Micro {
|
|
|
673
673
|
required: true;
|
|
674
674
|
};
|
|
675
675
|
selectedUnits: {
|
|
676
|
-
type: import("vue").PropType<("
|
|
676
|
+
type: import("vue").PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
677
677
|
required: false;
|
|
678
|
-
validator: (val: ("
|
|
678
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
679
679
|
};
|
|
680
680
|
inline: {
|
|
681
681
|
type: BooleanConstructor;
|
|
@@ -691,23 +691,23 @@ export namespace Micro {
|
|
|
691
691
|
diff: import("dayjs/plugin/duration").Duration | undefined;
|
|
692
692
|
interval: NodeJS.Timeout | undefined;
|
|
693
693
|
}, {
|
|
694
|
-
selectedUnitsComputed(): ("
|
|
694
|
+
selectedUnitsComputed(): ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[];
|
|
695
695
|
isPast(): boolean;
|
|
696
696
|
}, {
|
|
697
|
-
shortLabel(unit: "
|
|
698
|
-
longLabel(unit: "
|
|
699
|
-
unitSignificant(unit: "
|
|
700
|
-
checkOtherUnits(unit: "
|
|
701
|
-
unitValue(unit: "
|
|
697
|
+
shortLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Yrs" | "Mos" | "Days" | "Hrs" | "Mins" | "Secs";
|
|
698
|
+
longLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Years" | "Months" | "Days" | "Hours" | "Minutes" | "Seconds";
|
|
699
|
+
unitSignificant(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
700
|
+
checkOtherUnits(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
701
|
+
unitValue(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): string | undefined;
|
|
702
702
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
703
703
|
targetDateTime: {
|
|
704
704
|
type: StringConstructor;
|
|
705
705
|
required: true;
|
|
706
706
|
};
|
|
707
707
|
selectedUnits: {
|
|
708
|
-
type: import("vue").PropType<("
|
|
708
|
+
type: import("vue").PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
709
709
|
required: false;
|
|
710
|
-
validator: (val: ("
|
|
710
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
711
711
|
};
|
|
712
712
|
inline: {
|
|
713
713
|
type: BooleanConstructor;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { DistanceType } from './DistanceStats.vue';
|
|
3
|
-
|
|
4
3
|
export declare const statuses: {
|
|
5
4
|
readonly draft: "Select status";
|
|
6
5
|
readonly current: "Current";
|
|
@@ -135,12 +134,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
135
134
|
validator: (val: string) => boolean;
|
|
136
135
|
};
|
|
137
136
|
}>> & Readonly<{}>, {
|
|
138
|
-
showClock: boolean;
|
|
139
|
-
startDateTime: string;
|
|
140
137
|
distanceType: "" | "earth" | "mars";
|
|
141
138
|
distanceApiUrls: string;
|
|
139
|
+
showClock: boolean;
|
|
142
140
|
showDistance: boolean;
|
|
143
|
-
|
|
141
|
+
startDateTime: string;
|
|
144
142
|
displayDate: string;
|
|
145
143
|
missionTypes: {
|
|
146
144
|
missionType: string;
|
|
@@ -148,6 +146,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
148
146
|
missionTargets: {
|
|
149
147
|
target: string;
|
|
150
148
|
}[];
|
|
149
|
+
distanceValue: number;
|
|
151
150
|
}, {}, {
|
|
152
151
|
BaseTimer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
153
152
|
targetDateTime: {
|
|
@@ -155,9 +154,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
155
154
|
required: true;
|
|
156
155
|
};
|
|
157
156
|
selectedUnits: {
|
|
158
|
-
type: PropType<("
|
|
157
|
+
type: PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
159
158
|
required: false;
|
|
160
|
-
validator: (val: ("
|
|
159
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
161
160
|
};
|
|
162
161
|
inline: {
|
|
163
162
|
type: BooleanConstructor;
|
|
@@ -173,23 +172,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
173
172
|
diff: import('dayjs/plugin/duration').Duration | undefined;
|
|
174
173
|
interval: NodeJS.Timeout | undefined;
|
|
175
174
|
}, {
|
|
176
|
-
selectedUnitsComputed(): ("
|
|
175
|
+
selectedUnitsComputed(): ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[];
|
|
177
176
|
isPast(): boolean;
|
|
178
177
|
}, {
|
|
179
|
-
shortLabel(unit: "
|
|
180
|
-
longLabel(unit: "
|
|
181
|
-
unitSignificant(unit: "
|
|
182
|
-
checkOtherUnits(unit: "
|
|
183
|
-
unitValue(unit: "
|
|
178
|
+
shortLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Yrs" | "Mos" | "Days" | "Hrs" | "Mins" | "Secs";
|
|
179
|
+
longLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Years" | "Months" | "Days" | "Hours" | "Minutes" | "Seconds";
|
|
180
|
+
unitSignificant(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
181
|
+
checkOtherUnits(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
182
|
+
unitValue(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): string | undefined;
|
|
184
183
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
185
184
|
targetDateTime: {
|
|
186
185
|
type: StringConstructor;
|
|
187
186
|
required: true;
|
|
188
187
|
};
|
|
189
188
|
selectedUnits: {
|
|
190
|
-
type: PropType<("
|
|
189
|
+
type: PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
191
190
|
required: false;
|
|
192
|
-
validator: (val: ("
|
|
191
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
193
192
|
};
|
|
194
193
|
inline: {
|
|
195
194
|
type: BooleanConstructor;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { ClockType } from './MissionDetailStats.vue';
|
|
3
|
-
|
|
4
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
4
|
showClock: BooleanConstructor;
|
|
6
5
|
startDateTime: StringConstructor;
|
|
@@ -26,9 +25,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
26
25
|
required: true;
|
|
27
26
|
};
|
|
28
27
|
selectedUnits: {
|
|
29
|
-
type: PropType<("
|
|
28
|
+
type: PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
30
29
|
required: false;
|
|
31
|
-
validator: (val: ("
|
|
30
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
32
31
|
};
|
|
33
32
|
inline: {
|
|
34
33
|
type: BooleanConstructor;
|
|
@@ -44,23 +43,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
44
43
|
diff: import('dayjs/plugin/duration').Duration | undefined;
|
|
45
44
|
interval: NodeJS.Timeout | undefined;
|
|
46
45
|
}, {
|
|
47
|
-
selectedUnitsComputed(): ("
|
|
46
|
+
selectedUnitsComputed(): ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[];
|
|
48
47
|
isPast(): boolean;
|
|
49
48
|
}, {
|
|
50
|
-
shortLabel(unit: "
|
|
51
|
-
longLabel(unit: "
|
|
52
|
-
unitSignificant(unit: "
|
|
53
|
-
checkOtherUnits(unit: "
|
|
54
|
-
unitValue(unit: "
|
|
49
|
+
shortLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Yrs" | "Mos" | "Days" | "Hrs" | "Mins" | "Secs";
|
|
50
|
+
longLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Years" | "Months" | "Days" | "Hours" | "Minutes" | "Seconds";
|
|
51
|
+
unitSignificant(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
52
|
+
checkOtherUnits(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
53
|
+
unitValue(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): string | undefined;
|
|
55
54
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
56
55
|
targetDateTime: {
|
|
57
56
|
type: StringConstructor;
|
|
58
57
|
required: true;
|
|
59
58
|
};
|
|
60
59
|
selectedUnits: {
|
|
61
|
-
type: PropType<("
|
|
60
|
+
type: PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
62
61
|
required: false;
|
|
63
|
-
validator: (val: ("
|
|
62
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
64
63
|
};
|
|
65
64
|
inline: {
|
|
66
65
|
type: BooleanConstructor;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { DistanceType } from './DistanceStats.vue';
|
|
3
3
|
import { ClockType } from './MissionDetailStats.vue';
|
|
4
|
-
|
|
5
4
|
/**
|
|
6
5
|
* Displays mission-related metrics or metadata. All fields optional.
|
|
7
6
|
*/
|
|
@@ -45,9 +44,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
45
44
|
required: true;
|
|
46
45
|
};
|
|
47
46
|
selectedUnits: {
|
|
48
|
-
type: PropType<("
|
|
47
|
+
type: PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
49
48
|
required: false;
|
|
50
|
-
validator: (val: ("
|
|
49
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
51
50
|
};
|
|
52
51
|
inline: {
|
|
53
52
|
type: BooleanConstructor;
|
|
@@ -63,23 +62,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
63
62
|
diff: import('dayjs/plugin/duration').Duration | undefined;
|
|
64
63
|
interval: NodeJS.Timeout | undefined;
|
|
65
64
|
}, {
|
|
66
|
-
selectedUnitsComputed(): ("
|
|
65
|
+
selectedUnitsComputed(): ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[];
|
|
67
66
|
isPast(): boolean;
|
|
68
67
|
}, {
|
|
69
|
-
shortLabel(unit: "
|
|
70
|
-
longLabel(unit: "
|
|
71
|
-
unitSignificant(unit: "
|
|
72
|
-
checkOtherUnits(unit: "
|
|
73
|
-
unitValue(unit: "
|
|
68
|
+
shortLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Yrs" | "Mos" | "Days" | "Hrs" | "Mins" | "Secs";
|
|
69
|
+
longLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Years" | "Months" | "Days" | "Hours" | "Minutes" | "Seconds";
|
|
70
|
+
unitSignificant(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
71
|
+
checkOtherUnits(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
72
|
+
unitValue(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): string | undefined;
|
|
74
73
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
75
74
|
targetDateTime: {
|
|
76
75
|
type: StringConstructor;
|
|
77
76
|
required: true;
|
|
78
77
|
};
|
|
79
78
|
selectedUnits: {
|
|
80
|
-
type: PropType<("
|
|
79
|
+
type: PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
81
80
|
required: false;
|
|
82
|
-
validator: (val: ("
|
|
81
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
83
82
|
};
|
|
84
83
|
inline: {
|
|
85
84
|
type: BooleanConstructor;
|