@explorer-1/vue 1.0.2 → 1.0.3
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 +6 -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 +1 -1
- 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/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
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { Slide } from './../TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue';
|
|
3
|
-
|
|
4
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
4
|
relatedMissionsLinkUrl: {
|
|
6
5
|
type: StringConstructor;
|
|
@@ -42,7 +41,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
42
41
|
default: undefined;
|
|
43
42
|
};
|
|
44
43
|
link: {
|
|
45
|
-
type: (
|
|
44
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
46
45
|
required: false;
|
|
47
46
|
default: undefined;
|
|
48
47
|
};
|
|
@@ -98,7 +97,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
98
97
|
default: undefined;
|
|
99
98
|
};
|
|
100
99
|
link: {
|
|
101
|
-
type: (
|
|
100
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
102
101
|
required: false;
|
|
103
102
|
default: undefined;
|
|
104
103
|
};
|
|
@@ -138,22 +137,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
138
137
|
link: string | Record<string, any>;
|
|
139
138
|
variant: "cards" | "tiles";
|
|
140
139
|
heading: string;
|
|
141
|
-
initialSlide: number;
|
|
142
|
-
slidesPerView: number;
|
|
143
140
|
indent: "col-1" | "col-2" | "col-3";
|
|
144
141
|
noLinks: boolean;
|
|
145
142
|
linkTitle: string;
|
|
143
|
+
slidesPerView: number;
|
|
146
144
|
center: boolean;
|
|
145
|
+
initialSlide: number;
|
|
147
146
|
}, {}, {
|
|
148
147
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
149
148
|
variant: {
|
|
150
|
-
type: PropType<"default" | "
|
|
149
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
151
150
|
required: false;
|
|
152
151
|
default: string;
|
|
153
152
|
validator: (prop: string) => boolean;
|
|
154
153
|
};
|
|
155
154
|
to: {
|
|
156
|
-
type: (
|
|
155
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
157
156
|
default: undefined;
|
|
158
157
|
};
|
|
159
158
|
exact: {
|
|
@@ -164,6 +163,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
164
163
|
type: StringConstructor;
|
|
165
164
|
default: undefined;
|
|
166
165
|
};
|
|
166
|
+
addSlash: {
|
|
167
|
+
type: BooleanConstructor;
|
|
168
|
+
default: boolean;
|
|
169
|
+
};
|
|
167
170
|
title: {
|
|
168
171
|
type: StringConstructor;
|
|
169
172
|
default: undefined;
|
|
@@ -250,13 +253,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
250
253
|
addTrailingSlash(path: string): string;
|
|
251
254
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
252
255
|
variant: {
|
|
253
|
-
type: PropType<"default" | "
|
|
256
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
254
257
|
required: false;
|
|
255
258
|
default: string;
|
|
256
259
|
validator: (prop: string) => boolean;
|
|
257
260
|
};
|
|
258
261
|
to: {
|
|
259
|
-
type: (
|
|
262
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
260
263
|
default: undefined;
|
|
261
264
|
};
|
|
262
265
|
exact: {
|
|
@@ -267,6 +270,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
267
270
|
type: StringConstructor;
|
|
268
271
|
default: undefined;
|
|
269
272
|
};
|
|
273
|
+
addSlash: {
|
|
274
|
+
type: BooleanConstructor;
|
|
275
|
+
default: boolean;
|
|
276
|
+
};
|
|
270
277
|
title: {
|
|
271
278
|
type: StringConstructor;
|
|
272
279
|
default: undefined;
|
|
@@ -326,14 +333,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
326
333
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
327
334
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
328
335
|
}>, {
|
|
329
|
-
to: string | Record<string, any>;
|
|
330
336
|
title: string;
|
|
331
|
-
variant: "default" | "
|
|
332
|
-
|
|
333
|
-
target: string;
|
|
337
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
338
|
+
to: string | Record<string, any>;
|
|
334
339
|
exact: boolean;
|
|
340
|
+
href: string;
|
|
341
|
+
addSlash: boolean;
|
|
335
342
|
ariaLabel: string;
|
|
336
343
|
linkClass: string;
|
|
344
|
+
target: string;
|
|
337
345
|
externalTargetBlank: boolean;
|
|
338
346
|
caret: boolean;
|
|
339
347
|
caretWrapperClass: string;
|
|
@@ -409,7 +417,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
409
417
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
410
418
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
411
419
|
variant: {
|
|
412
|
-
type: PropType<"
|
|
420
|
+
type: PropType<"primary" | "secondary" | "dark" | "social">;
|
|
413
421
|
required: false;
|
|
414
422
|
default: string;
|
|
415
423
|
validator: (prop: string) => boolean;
|
|
@@ -435,7 +443,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
435
443
|
required: false;
|
|
436
444
|
};
|
|
437
445
|
to: {
|
|
438
|
-
type: (
|
|
446
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
439
447
|
required: false;
|
|
440
448
|
default: undefined;
|
|
441
449
|
};
|
|
@@ -451,7 +459,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
451
459
|
variantClass(): string;
|
|
452
460
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
453
461
|
variant: {
|
|
454
|
-
type: PropType<"
|
|
462
|
+
type: PropType<"primary" | "secondary" | "dark" | "social">;
|
|
455
463
|
required: false;
|
|
456
464
|
default: string;
|
|
457
465
|
validator: (prop: string) => boolean;
|
|
@@ -477,7 +485,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
477
485
|
required: false;
|
|
478
486
|
};
|
|
479
487
|
to: {
|
|
480
|
-
type: (
|
|
488
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
481
489
|
required: false;
|
|
482
490
|
default: undefined;
|
|
483
491
|
};
|
|
@@ -489,13 +497,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
489
497
|
}>> & Readonly<{
|
|
490
498
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
491
499
|
}>, {
|
|
500
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
492
501
|
to: string | Record<string, any>;
|
|
493
|
-
disabled: boolean;
|
|
494
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
495
502
|
href: string;
|
|
496
503
|
ariaLabel: string;
|
|
497
504
|
compact: boolean;
|
|
498
505
|
blockClasses: string;
|
|
506
|
+
disabled: boolean;
|
|
499
507
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
500
508
|
IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
501
509
|
IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -538,9 +546,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
538
546
|
required: true;
|
|
539
547
|
};
|
|
540
548
|
selectedUnits: {
|
|
541
|
-
type: PropType<("
|
|
549
|
+
type: PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
542
550
|
required: false;
|
|
543
|
-
validator: (val: ("
|
|
551
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
544
552
|
};
|
|
545
553
|
inline: {
|
|
546
554
|
type: BooleanConstructor;
|
|
@@ -556,23 +564,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
556
564
|
diff: import('dayjs/plugin/duration').Duration | undefined;
|
|
557
565
|
interval: NodeJS.Timeout | undefined;
|
|
558
566
|
}, {
|
|
559
|
-
selectedUnitsComputed(): ("
|
|
567
|
+
selectedUnitsComputed(): ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[];
|
|
560
568
|
isPast(): boolean;
|
|
561
569
|
}, {
|
|
562
|
-
shortLabel(unit: "
|
|
563
|
-
longLabel(unit: "
|
|
564
|
-
unitSignificant(unit: "
|
|
565
|
-
checkOtherUnits(unit: "
|
|
566
|
-
unitValue(unit: "
|
|
570
|
+
shortLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Yrs" | "Mos" | "Days" | "Hrs" | "Mins" | "Secs";
|
|
571
|
+
longLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Years" | "Months" | "Days" | "Hours" | "Minutes" | "Seconds";
|
|
572
|
+
unitSignificant(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
573
|
+
checkOtherUnits(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
574
|
+
unitValue(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): string | undefined;
|
|
567
575
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
568
576
|
targetDateTime: {
|
|
569
577
|
type: StringConstructor;
|
|
570
578
|
required: true;
|
|
571
579
|
};
|
|
572
580
|
selectedUnits: {
|
|
573
|
-
type: PropType<("
|
|
581
|
+
type: PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
574
582
|
required: false;
|
|
575
|
-
validator: (val: ("
|
|
583
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
576
584
|
};
|
|
577
585
|
inline: {
|
|
578
586
|
type: BooleanConstructor;
|
|
@@ -596,7 +604,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
596
604
|
default: string;
|
|
597
605
|
};
|
|
598
606
|
objectFitClass: {
|
|
599
|
-
type: PropType<"
|
|
607
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
600
608
|
required: false;
|
|
601
609
|
default: string;
|
|
602
610
|
validator: (prop: string) => boolean;
|
|
@@ -638,7 +646,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
638
646
|
default: string;
|
|
639
647
|
};
|
|
640
648
|
objectFitClass: {
|
|
641
|
-
type: PropType<"
|
|
649
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
642
650
|
required: false;
|
|
643
651
|
default: string;
|
|
644
652
|
validator: (prop: string) => boolean;
|
|
@@ -670,13 +678,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
670
678
|
default: string;
|
|
671
679
|
};
|
|
672
680
|
}>> & Readonly<{}>, {
|
|
673
|
-
imageClass: string;
|
|
674
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
675
|
-
srcset: string;
|
|
676
681
|
alt: string;
|
|
677
682
|
width: string | number;
|
|
678
683
|
height: string | number;
|
|
684
|
+
srcset: string;
|
|
679
685
|
loading: "lazy" | "eager" | undefined;
|
|
686
|
+
imageClass: string;
|
|
687
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
680
688
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
681
689
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
682
690
|
darkMode: {
|
|
@@ -737,13 +745,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
737
745
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
738
746
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
739
747
|
variant: {
|
|
740
|
-
type: PropType<"default" | "
|
|
748
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
741
749
|
required: false;
|
|
742
750
|
default: string;
|
|
743
751
|
validator: (prop: string) => boolean;
|
|
744
752
|
};
|
|
745
753
|
to: {
|
|
746
|
-
type: (
|
|
754
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
747
755
|
default: undefined;
|
|
748
756
|
};
|
|
749
757
|
exact: {
|
|
@@ -754,6 +762,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
754
762
|
type: StringConstructor;
|
|
755
763
|
default: undefined;
|
|
756
764
|
};
|
|
765
|
+
addSlash: {
|
|
766
|
+
type: BooleanConstructor;
|
|
767
|
+
default: boolean;
|
|
768
|
+
};
|
|
757
769
|
title: {
|
|
758
770
|
type: StringConstructor;
|
|
759
771
|
default: undefined;
|
|
@@ -840,13 +852,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
840
852
|
addTrailingSlash(path: string): string;
|
|
841
853
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
842
854
|
variant: {
|
|
843
|
-
type: PropType<"default" | "
|
|
855
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
844
856
|
required: false;
|
|
845
857
|
default: string;
|
|
846
858
|
validator: (prop: string) => boolean;
|
|
847
859
|
};
|
|
848
860
|
to: {
|
|
849
|
-
type: (
|
|
861
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
850
862
|
default: undefined;
|
|
851
863
|
};
|
|
852
864
|
exact: {
|
|
@@ -857,6 +869,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
857
869
|
type: StringConstructor;
|
|
858
870
|
default: undefined;
|
|
859
871
|
};
|
|
872
|
+
addSlash: {
|
|
873
|
+
type: BooleanConstructor;
|
|
874
|
+
default: boolean;
|
|
875
|
+
};
|
|
860
876
|
title: {
|
|
861
877
|
type: StringConstructor;
|
|
862
878
|
default: undefined;
|
|
@@ -916,14 +932,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
916
932
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
917
933
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
918
934
|
}>, {
|
|
919
|
-
to: string | Record<string, any>;
|
|
920
935
|
title: string;
|
|
921
|
-
variant: "default" | "
|
|
922
|
-
|
|
923
|
-
target: string;
|
|
936
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
937
|
+
to: string | Record<string, any>;
|
|
924
938
|
exact: boolean;
|
|
939
|
+
href: string;
|
|
940
|
+
addSlash: boolean;
|
|
925
941
|
ariaLabel: string;
|
|
926
942
|
linkClass: string;
|
|
943
|
+
target: string;
|
|
927
944
|
externalTargetBlank: boolean;
|
|
928
945
|
caret: boolean;
|
|
929
946
|
caretWrapperClass: string;
|
package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ClockType } from '../MissionDetailStats/MissionDetailStats.vue';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
3
|
import { ImageObject } from '../../interfaces';
|
|
4
|
-
|
|
5
4
|
export interface Slide {
|
|
6
5
|
clockType: ClockType;
|
|
7
6
|
showClock: boolean;
|
|
@@ -49,9 +48,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
49
48
|
required: true;
|
|
50
49
|
};
|
|
51
50
|
selectedUnits: {
|
|
52
|
-
type: PropType<("
|
|
51
|
+
type: PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
53
52
|
required: false;
|
|
54
|
-
validator: (val: ("
|
|
53
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
55
54
|
};
|
|
56
55
|
inline: {
|
|
57
56
|
type: BooleanConstructor;
|
|
@@ -67,23 +66,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
66
|
diff: import('dayjs/plugin/duration').Duration | undefined;
|
|
68
67
|
interval: NodeJS.Timeout | undefined;
|
|
69
68
|
}, {
|
|
70
|
-
selectedUnitsComputed(): ("
|
|
69
|
+
selectedUnitsComputed(): ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[];
|
|
71
70
|
isPast(): boolean;
|
|
72
71
|
}, {
|
|
73
|
-
shortLabel(unit: "
|
|
74
|
-
longLabel(unit: "
|
|
75
|
-
unitSignificant(unit: "
|
|
76
|
-
checkOtherUnits(unit: "
|
|
77
|
-
unitValue(unit: "
|
|
72
|
+
shortLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Yrs" | "Mos" | "Days" | "Hrs" | "Mins" | "Secs";
|
|
73
|
+
longLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Years" | "Months" | "Days" | "Hours" | "Minutes" | "Seconds";
|
|
74
|
+
unitSignificant(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
75
|
+
checkOtherUnits(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
76
|
+
unitValue(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): string | undefined;
|
|
78
77
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
79
78
|
targetDateTime: {
|
|
80
79
|
type: StringConstructor;
|
|
81
80
|
required: true;
|
|
82
81
|
};
|
|
83
82
|
selectedUnits: {
|
|
84
|
-
type: PropType<("
|
|
83
|
+
type: PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
85
84
|
required: false;
|
|
86
|
-
validator: (val: ("
|
|
85
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
87
86
|
};
|
|
88
87
|
inline: {
|
|
89
88
|
type: BooleanConstructor;
|
|
@@ -107,7 +106,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
107
106
|
default: string;
|
|
108
107
|
};
|
|
109
108
|
objectFitClass: {
|
|
110
|
-
type: PropType<"
|
|
109
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
111
110
|
required: false;
|
|
112
111
|
default: string;
|
|
113
112
|
validator: (prop: string) => boolean;
|
|
@@ -149,7 +148,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
149
148
|
default: string;
|
|
150
149
|
};
|
|
151
150
|
objectFitClass: {
|
|
152
|
-
type: PropType<"
|
|
151
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
153
152
|
required: false;
|
|
154
153
|
default: string;
|
|
155
154
|
validator: (prop: string) => boolean;
|
|
@@ -181,13 +180,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
181
180
|
default: string;
|
|
182
181
|
};
|
|
183
182
|
}>> & Readonly<{}>, {
|
|
184
|
-
imageClass: string;
|
|
185
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
186
|
-
srcset: string;
|
|
187
183
|
alt: string;
|
|
188
184
|
width: string | number;
|
|
189
185
|
height: string | number;
|
|
186
|
+
srcset: string;
|
|
190
187
|
loading: "lazy" | "eager" | undefined;
|
|
188
|
+
imageClass: string;
|
|
189
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
191
190
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
192
191
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
193
192
|
darkMode: {
|
|
@@ -248,13 +247,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
248
247
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
249
248
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
250
249
|
variant: {
|
|
251
|
-
type: PropType<"default" | "
|
|
250
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
252
251
|
required: false;
|
|
253
252
|
default: string;
|
|
254
253
|
validator: (prop: string) => boolean;
|
|
255
254
|
};
|
|
256
255
|
to: {
|
|
257
|
-
type: (
|
|
256
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
258
257
|
default: undefined;
|
|
259
258
|
};
|
|
260
259
|
exact: {
|
|
@@ -265,6 +264,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
265
264
|
type: StringConstructor;
|
|
266
265
|
default: undefined;
|
|
267
266
|
};
|
|
267
|
+
addSlash: {
|
|
268
|
+
type: BooleanConstructor;
|
|
269
|
+
default: boolean;
|
|
270
|
+
};
|
|
268
271
|
title: {
|
|
269
272
|
type: StringConstructor;
|
|
270
273
|
default: undefined;
|
|
@@ -351,13 +354,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
351
354
|
addTrailingSlash(path: string): string;
|
|
352
355
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
353
356
|
variant: {
|
|
354
|
-
type: PropType<"default" | "
|
|
357
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
355
358
|
required: false;
|
|
356
359
|
default: string;
|
|
357
360
|
validator: (prop: string) => boolean;
|
|
358
361
|
};
|
|
359
362
|
to: {
|
|
360
|
-
type: (
|
|
363
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
361
364
|
default: undefined;
|
|
362
365
|
};
|
|
363
366
|
exact: {
|
|
@@ -368,6 +371,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
368
371
|
type: StringConstructor;
|
|
369
372
|
default: undefined;
|
|
370
373
|
};
|
|
374
|
+
addSlash: {
|
|
375
|
+
type: BooleanConstructor;
|
|
376
|
+
default: boolean;
|
|
377
|
+
};
|
|
371
378
|
title: {
|
|
372
379
|
type: StringConstructor;
|
|
373
380
|
default: undefined;
|
|
@@ -427,14 +434,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
427
434
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
428
435
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
429
436
|
}>, {
|
|
430
|
-
to: string | Record<string, any>;
|
|
431
437
|
title: string;
|
|
432
|
-
variant: "default" | "
|
|
433
|
-
|
|
434
|
-
target: string;
|
|
438
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
439
|
+
to: string | Record<string, any>;
|
|
435
440
|
exact: boolean;
|
|
441
|
+
href: string;
|
|
442
|
+
addSlash: boolean;
|
|
436
443
|
ariaLabel: string;
|
|
437
444
|
linkClass: string;
|
|
445
|
+
target: string;
|
|
438
446
|
externalTargetBlank: boolean;
|
|
439
447
|
caret: boolean;
|
|
440
448
|
caretWrapperClass: string;
|
package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts
CHANGED
|
@@ -51,9 +51,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
51
51
|
required: true;
|
|
52
52
|
};
|
|
53
53
|
selectedUnits: {
|
|
54
|
-
type: import('vue').PropType<("
|
|
54
|
+
type: import('vue').PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
55
55
|
required: false;
|
|
56
|
-
validator: (val: ("
|
|
56
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
57
57
|
};
|
|
58
58
|
inline: {
|
|
59
59
|
type: BooleanConstructor;
|
|
@@ -69,23 +69,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
69
69
|
diff: import('dayjs/plugin/duration').Duration | undefined;
|
|
70
70
|
interval: NodeJS.Timeout | undefined;
|
|
71
71
|
}, {
|
|
72
|
-
selectedUnitsComputed(): ("
|
|
72
|
+
selectedUnitsComputed(): ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[];
|
|
73
73
|
isPast(): boolean;
|
|
74
74
|
}, {
|
|
75
|
-
shortLabel(unit: "
|
|
76
|
-
longLabel(unit: "
|
|
77
|
-
unitSignificant(unit: "
|
|
78
|
-
checkOtherUnits(unit: "
|
|
79
|
-
unitValue(unit: "
|
|
75
|
+
shortLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Yrs" | "Mos" | "Days" | "Hrs" | "Mins" | "Secs";
|
|
76
|
+
longLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Years" | "Months" | "Days" | "Hours" | "Minutes" | "Seconds";
|
|
77
|
+
unitSignificant(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
78
|
+
checkOtherUnits(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
79
|
+
unitValue(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): string | undefined;
|
|
80
80
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
81
81
|
targetDateTime: {
|
|
82
82
|
type: StringConstructor;
|
|
83
83
|
required: true;
|
|
84
84
|
};
|
|
85
85
|
selectedUnits: {
|
|
86
|
-
type: import('vue').PropType<("
|
|
86
|
+
type: import('vue').PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
87
87
|
required: false;
|
|
88
|
-
validator: (val: ("
|
|
88
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
89
89
|
};
|
|
90
90
|
inline: {
|
|
91
91
|
type: BooleanConstructor;
|
|
@@ -250,7 +250,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
250
250
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
251
251
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
252
252
|
variant: {
|
|
253
|
-
type: import('vue').PropType<"
|
|
253
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
254
254
|
required: false;
|
|
255
255
|
default: string;
|
|
256
256
|
validator: (prop: string) => boolean;
|
|
@@ -276,7 +276,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
276
276
|
required: false;
|
|
277
277
|
};
|
|
278
278
|
to: {
|
|
279
|
-
type: (
|
|
279
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
280
280
|
required: false;
|
|
281
281
|
default: undefined;
|
|
282
282
|
};
|
|
@@ -292,7 +292,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
292
292
|
variantClass(): string;
|
|
293
293
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
294
294
|
variant: {
|
|
295
|
-
type: import('vue').PropType<"
|
|
295
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
296
296
|
required: false;
|
|
297
297
|
default: string;
|
|
298
298
|
validator: (prop: string) => boolean;
|
|
@@ -318,7 +318,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
318
318
|
required: false;
|
|
319
319
|
};
|
|
320
320
|
to: {
|
|
321
|
-
type: (
|
|
321
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
322
322
|
required: false;
|
|
323
323
|
default: undefined;
|
|
324
324
|
};
|
|
@@ -330,13 +330,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
330
330
|
}>> & Readonly<{
|
|
331
331
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
332
332
|
}>, {
|
|
333
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
333
334
|
to: string | Record<string, any>;
|
|
334
|
-
disabled: boolean;
|
|
335
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
336
335
|
href: string;
|
|
337
336
|
ariaLabel: string;
|
|
338
337
|
compact: boolean;
|
|
339
338
|
blockClasses: string;
|
|
339
|
+
disabled: boolean;
|
|
340
340
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
341
341
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
342
342
|
export default _default;
|