@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 { ImageObject } from '../../interfaces';
|
|
3
|
-
|
|
4
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
4
|
title: {
|
|
6
5
|
type: StringConstructor;
|
|
@@ -84,8 +83,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
84
83
|
required: false;
|
|
85
84
|
};
|
|
86
85
|
}>> & Readonly<{}>, {
|
|
87
|
-
summary: string;
|
|
88
86
|
title: string;
|
|
87
|
+
summary: string;
|
|
89
88
|
}, {}, {
|
|
90
89
|
ParallaxContainer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
91
90
|
invert: {
|
|
@@ -147,7 +146,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
147
146
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
148
147
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
149
148
|
variant: {
|
|
150
|
-
type: PropType<"
|
|
149
|
+
type: PropType<"primary" | "secondary" | "dark" | "social">;
|
|
151
150
|
required: false;
|
|
152
151
|
default: string;
|
|
153
152
|
validator: (prop: string) => boolean;
|
|
@@ -173,7 +172,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
173
172
|
required: false;
|
|
174
173
|
};
|
|
175
174
|
to: {
|
|
176
|
-
type: (
|
|
175
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
177
176
|
required: false;
|
|
178
177
|
default: undefined;
|
|
179
178
|
};
|
|
@@ -189,7 +188,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
189
188
|
variantClass(): string;
|
|
190
189
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
191
190
|
variant: {
|
|
192
|
-
type: PropType<"
|
|
191
|
+
type: PropType<"primary" | "secondary" | "dark" | "social">;
|
|
193
192
|
required: false;
|
|
194
193
|
default: string;
|
|
195
194
|
validator: (prop: string) => boolean;
|
|
@@ -215,7 +214,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
215
214
|
required: false;
|
|
216
215
|
};
|
|
217
216
|
to: {
|
|
218
|
-
type: (
|
|
217
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
219
218
|
required: false;
|
|
220
219
|
default: undefined;
|
|
221
220
|
};
|
|
@@ -227,13 +226,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
227
226
|
}>> & Readonly<{
|
|
228
227
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
229
228
|
}>, {
|
|
229
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
230
230
|
to: string | Record<string, any>;
|
|
231
|
-
disabled: boolean;
|
|
232
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
233
231
|
href: string;
|
|
234
232
|
ariaLabel: string;
|
|
235
233
|
compact: boolean;
|
|
236
234
|
blockClasses: string;
|
|
235
|
+
disabled: boolean;
|
|
237
236
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
238
237
|
IconExternal: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
239
238
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { DebouncedFunc } from 'lodash';
|
|
3
3
|
import { Slide } from './MissionDetailHighlightsCarouselItem.vue';
|
|
4
|
-
|
|
5
4
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6
5
|
missionTitle: {
|
|
7
6
|
type: StringConstructor;
|
|
@@ -131,7 +130,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
131
130
|
}, {}, {
|
|
132
131
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
133
132
|
variant: {
|
|
134
|
-
type: PropType<"
|
|
133
|
+
type: PropType<"primary" | "secondary" | "dark" | "social">;
|
|
135
134
|
required: false;
|
|
136
135
|
default: string;
|
|
137
136
|
validator: (prop: string) => boolean;
|
|
@@ -157,7 +156,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
157
156
|
required: false;
|
|
158
157
|
};
|
|
159
158
|
to: {
|
|
160
|
-
type: (
|
|
159
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
161
160
|
required: false;
|
|
162
161
|
default: undefined;
|
|
163
162
|
};
|
|
@@ -173,7 +172,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
173
172
|
variantClass(): string;
|
|
174
173
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
175
174
|
variant: {
|
|
176
|
-
type: PropType<"
|
|
175
|
+
type: PropType<"primary" | "secondary" | "dark" | "social">;
|
|
177
176
|
required: false;
|
|
178
177
|
default: string;
|
|
179
178
|
validator: (prop: string) => boolean;
|
|
@@ -199,7 +198,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
199
198
|
required: false;
|
|
200
199
|
};
|
|
201
200
|
to: {
|
|
202
|
-
type: (
|
|
201
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
203
202
|
required: false;
|
|
204
203
|
default: undefined;
|
|
205
204
|
};
|
|
@@ -211,13 +210,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
211
210
|
}>> & Readonly<{
|
|
212
211
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
213
212
|
}>, {
|
|
213
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
214
214
|
to: string | Record<string, any>;
|
|
215
|
-
disabled: boolean;
|
|
216
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
217
215
|
href: string;
|
|
218
216
|
ariaLabel: string;
|
|
219
217
|
compact: boolean;
|
|
220
218
|
blockClasses: string;
|
|
219
|
+
disabled: boolean;
|
|
221
220
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
222
221
|
IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
223
222
|
IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -285,13 +284,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
285
284
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
286
285
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
287
286
|
variant: {
|
|
288
|
-
type: PropType<"default" | "
|
|
287
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
289
288
|
required: false;
|
|
290
289
|
default: string;
|
|
291
290
|
validator: (prop: string) => boolean;
|
|
292
291
|
};
|
|
293
292
|
to: {
|
|
294
|
-
type: (
|
|
293
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
295
294
|
default: undefined;
|
|
296
295
|
};
|
|
297
296
|
exact: {
|
|
@@ -302,6 +301,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
302
301
|
type: StringConstructor;
|
|
303
302
|
default: undefined;
|
|
304
303
|
};
|
|
304
|
+
addSlash: {
|
|
305
|
+
type: BooleanConstructor;
|
|
306
|
+
default: boolean;
|
|
307
|
+
};
|
|
305
308
|
title: {
|
|
306
309
|
type: StringConstructor;
|
|
307
310
|
default: undefined;
|
|
@@ -388,13 +391,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
388
391
|
addTrailingSlash(path: string): string;
|
|
389
392
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
390
393
|
variant: {
|
|
391
|
-
type: PropType<"default" | "
|
|
394
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
392
395
|
required: false;
|
|
393
396
|
default: string;
|
|
394
397
|
validator: (prop: string) => boolean;
|
|
395
398
|
};
|
|
396
399
|
to: {
|
|
397
|
-
type: (
|
|
400
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
398
401
|
default: undefined;
|
|
399
402
|
};
|
|
400
403
|
exact: {
|
|
@@ -405,6 +408,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
405
408
|
type: StringConstructor;
|
|
406
409
|
default: undefined;
|
|
407
410
|
};
|
|
411
|
+
addSlash: {
|
|
412
|
+
type: BooleanConstructor;
|
|
413
|
+
default: boolean;
|
|
414
|
+
};
|
|
408
415
|
title: {
|
|
409
416
|
type: StringConstructor;
|
|
410
417
|
default: undefined;
|
|
@@ -464,14 +471,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
464
471
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
465
472
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
466
473
|
}>, {
|
|
467
|
-
to: string | Record<string, any>;
|
|
468
474
|
title: string;
|
|
469
|
-
variant: "default" | "
|
|
470
|
-
|
|
471
|
-
target: string;
|
|
475
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
476
|
+
to: string | Record<string, any>;
|
|
472
477
|
exact: boolean;
|
|
478
|
+
href: string;
|
|
479
|
+
addSlash: boolean;
|
|
473
480
|
ariaLabel: string;
|
|
474
481
|
linkClass: string;
|
|
482
|
+
target: string;
|
|
475
483
|
externalTargetBlank: boolean;
|
|
476
484
|
caret: boolean;
|
|
477
485
|
caretWrapperClass: string;
|
package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ import { PropType } from 'vue';
|
|
|
2
2
|
import { Slide } from './MissionDetailHighlightsCarouselItem.vue';
|
|
3
3
|
import { default as Swiper } from 'swiper';
|
|
4
4
|
import { SwiperOptions } from 'swiper/types';
|
|
5
|
-
|
|
6
5
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7
6
|
items: {
|
|
8
7
|
type: PropType<Slide[]>;
|
|
@@ -29,7 +28,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
29
28
|
}, {}, {
|
|
30
29
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
31
30
|
variant: {
|
|
32
|
-
type: PropType<"
|
|
31
|
+
type: PropType<"primary" | "secondary" | "dark" | "social">;
|
|
33
32
|
required: false;
|
|
34
33
|
default: string;
|
|
35
34
|
validator: (prop: string) => boolean;
|
|
@@ -55,7 +54,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
55
54
|
required: false;
|
|
56
55
|
};
|
|
57
56
|
to: {
|
|
58
|
-
type: (
|
|
57
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
59
58
|
required: false;
|
|
60
59
|
default: undefined;
|
|
61
60
|
};
|
|
@@ -71,7 +70,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
71
70
|
variantClass(): string;
|
|
72
71
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
73
72
|
variant: {
|
|
74
|
-
type: PropType<"
|
|
73
|
+
type: PropType<"primary" | "secondary" | "dark" | "social">;
|
|
75
74
|
required: false;
|
|
76
75
|
default: string;
|
|
77
76
|
validator: (prop: string) => boolean;
|
|
@@ -97,7 +96,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
97
96
|
required: false;
|
|
98
97
|
};
|
|
99
98
|
to: {
|
|
100
|
-
type: (
|
|
99
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
101
100
|
required: false;
|
|
102
101
|
default: undefined;
|
|
103
102
|
};
|
|
@@ -109,13 +108,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
109
108
|
}>> & Readonly<{
|
|
110
109
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
111
110
|
}>, {
|
|
111
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
112
112
|
to: string | Record<string, any>;
|
|
113
|
-
disabled: boolean;
|
|
114
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
115
113
|
href: string;
|
|
116
114
|
ariaLabel: string;
|
|
117
115
|
compact: boolean;
|
|
118
116
|
blockClasses: string;
|
|
117
|
+
disabled: boolean;
|
|
119
118
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
120
119
|
IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
121
120
|
IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -183,13 +182,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
183
182
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
184
183
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
185
184
|
variant: {
|
|
186
|
-
type: PropType<"default" | "
|
|
185
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
187
186
|
required: false;
|
|
188
187
|
default: string;
|
|
189
188
|
validator: (prop: string) => boolean;
|
|
190
189
|
};
|
|
191
190
|
to: {
|
|
192
|
-
type: (
|
|
191
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
193
192
|
default: undefined;
|
|
194
193
|
};
|
|
195
194
|
exact: {
|
|
@@ -200,6 +199,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
200
199
|
type: StringConstructor;
|
|
201
200
|
default: undefined;
|
|
202
201
|
};
|
|
202
|
+
addSlash: {
|
|
203
|
+
type: BooleanConstructor;
|
|
204
|
+
default: boolean;
|
|
205
|
+
};
|
|
203
206
|
title: {
|
|
204
207
|
type: StringConstructor;
|
|
205
208
|
default: undefined;
|
|
@@ -286,13 +289,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
286
289
|
addTrailingSlash(path: string): string;
|
|
287
290
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
288
291
|
variant: {
|
|
289
|
-
type: PropType<"default" | "
|
|
292
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
290
293
|
required: false;
|
|
291
294
|
default: string;
|
|
292
295
|
validator: (prop: string) => boolean;
|
|
293
296
|
};
|
|
294
297
|
to: {
|
|
295
|
-
type: (
|
|
298
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
296
299
|
default: undefined;
|
|
297
300
|
};
|
|
298
301
|
exact: {
|
|
@@ -303,6 +306,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
303
306
|
type: StringConstructor;
|
|
304
307
|
default: undefined;
|
|
305
308
|
};
|
|
309
|
+
addSlash: {
|
|
310
|
+
type: BooleanConstructor;
|
|
311
|
+
default: boolean;
|
|
312
|
+
};
|
|
306
313
|
title: {
|
|
307
314
|
type: StringConstructor;
|
|
308
315
|
default: undefined;
|
|
@@ -362,14 +369,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
362
369
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
363
370
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
364
371
|
}>, {
|
|
365
|
-
to: string | Record<string, any>;
|
|
366
372
|
title: string;
|
|
367
|
-
variant: "default" | "
|
|
368
|
-
|
|
369
|
-
target: string;
|
|
373
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
374
|
+
to: string | Record<string, any>;
|
|
370
375
|
exact: boolean;
|
|
376
|
+
href: string;
|
|
377
|
+
addSlash: boolean;
|
|
371
378
|
ariaLabel: string;
|
|
372
379
|
linkClass: string;
|
|
380
|
+
target: string;
|
|
373
381
|
externalTargetBlank: boolean;
|
|
374
382
|
caret: boolean;
|
|
375
383
|
caretWrapperClass: string;
|
package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
|
|
3
2
|
export interface Slide {
|
|
4
3
|
date: string;
|
|
5
4
|
heading: string;
|
|
@@ -78,13 +77,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
78
77
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
79
78
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
80
79
|
variant: {
|
|
81
|
-
type: PropType<"default" | "
|
|
80
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
82
81
|
required: false;
|
|
83
82
|
default: string;
|
|
84
83
|
validator: (prop: string) => boolean;
|
|
85
84
|
};
|
|
86
85
|
to: {
|
|
87
|
-
type: (
|
|
86
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
88
87
|
default: undefined;
|
|
89
88
|
};
|
|
90
89
|
exact: {
|
|
@@ -95,6 +94,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
95
94
|
type: StringConstructor;
|
|
96
95
|
default: undefined;
|
|
97
96
|
};
|
|
97
|
+
addSlash: {
|
|
98
|
+
type: BooleanConstructor;
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
98
101
|
title: {
|
|
99
102
|
type: StringConstructor;
|
|
100
103
|
default: undefined;
|
|
@@ -181,13 +184,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
181
184
|
addTrailingSlash(path: string): string;
|
|
182
185
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
183
186
|
variant: {
|
|
184
|
-
type: PropType<"default" | "
|
|
187
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
185
188
|
required: false;
|
|
186
189
|
default: string;
|
|
187
190
|
validator: (prop: string) => boolean;
|
|
188
191
|
};
|
|
189
192
|
to: {
|
|
190
|
-
type: (
|
|
193
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
191
194
|
default: undefined;
|
|
192
195
|
};
|
|
193
196
|
exact: {
|
|
@@ -198,6 +201,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
198
201
|
type: StringConstructor;
|
|
199
202
|
default: undefined;
|
|
200
203
|
};
|
|
204
|
+
addSlash: {
|
|
205
|
+
type: BooleanConstructor;
|
|
206
|
+
default: boolean;
|
|
207
|
+
};
|
|
201
208
|
title: {
|
|
202
209
|
type: StringConstructor;
|
|
203
210
|
default: undefined;
|
|
@@ -257,14 +264,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
257
264
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
258
265
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
259
266
|
}>, {
|
|
260
|
-
to: string | Record<string, any>;
|
|
261
267
|
title: string;
|
|
262
|
-
variant: "default" | "
|
|
263
|
-
|
|
264
|
-
target: string;
|
|
268
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
269
|
+
to: string | Record<string, any>;
|
|
265
270
|
exact: boolean;
|
|
271
|
+
href: string;
|
|
272
|
+
addSlash: boolean;
|
|
266
273
|
ariaLabel: string;
|
|
267
274
|
linkClass: string;
|
|
275
|
+
target: string;
|
|
268
276
|
externalTargetBlank: boolean;
|
|
269
277
|
caret: boolean;
|
|
270
278
|
caretWrapperClass: string;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { ImageObject } from './../../interfaces.ts';
|
|
3
|
-
|
|
4
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
4
|
/** Which side should the image be aligned to? */
|
|
6
5
|
alignment: {
|
|
@@ -138,7 +137,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
138
137
|
default: string;
|
|
139
138
|
};
|
|
140
139
|
objectFitClass: {
|
|
141
|
-
type: PropType<"
|
|
140
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
142
141
|
required: false;
|
|
143
142
|
default: string;
|
|
144
143
|
validator: (prop: string) => boolean;
|
|
@@ -180,7 +179,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
180
179
|
default: string;
|
|
181
180
|
};
|
|
182
181
|
objectFitClass: {
|
|
183
|
-
type: PropType<"
|
|
182
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
184
183
|
required: false;
|
|
185
184
|
default: string;
|
|
186
185
|
validator: (prop: string) => boolean;
|
|
@@ -212,13 +211,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
212
211
|
default: string;
|
|
213
212
|
};
|
|
214
213
|
}>> & Readonly<{}>, {
|
|
215
|
-
imageClass: string;
|
|
216
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
217
|
-
srcset: string;
|
|
218
214
|
alt: string;
|
|
219
215
|
width: string | number;
|
|
220
216
|
height: string | number;
|
|
217
|
+
srcset: string;
|
|
221
218
|
loading: "lazy" | "eager" | undefined;
|
|
219
|
+
imageClass: string;
|
|
220
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
222
221
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
223
222
|
BaseImageCaption: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
224
223
|
data: {
|
|
@@ -252,13 +251,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
252
251
|
}, {}, {
|
|
253
252
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
254
253
|
variant: {
|
|
255
|
-
type: PropType<"default" | "
|
|
254
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
256
255
|
required: false;
|
|
257
256
|
default: string;
|
|
258
257
|
validator: (prop: string) => boolean;
|
|
259
258
|
};
|
|
260
259
|
to: {
|
|
261
|
-
type: (
|
|
260
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
262
261
|
default: undefined;
|
|
263
262
|
};
|
|
264
263
|
exact: {
|
|
@@ -269,6 +268,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
269
268
|
type: StringConstructor;
|
|
270
269
|
default: undefined;
|
|
271
270
|
};
|
|
271
|
+
addSlash: {
|
|
272
|
+
type: BooleanConstructor;
|
|
273
|
+
default: boolean;
|
|
274
|
+
};
|
|
272
275
|
title: {
|
|
273
276
|
type: StringConstructor;
|
|
274
277
|
default: undefined;
|
|
@@ -355,13 +358,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
355
358
|
addTrailingSlash(path: string): string;
|
|
356
359
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
357
360
|
variant: {
|
|
358
|
-
type: PropType<"default" | "
|
|
361
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
359
362
|
required: false;
|
|
360
363
|
default: string;
|
|
361
364
|
validator: (prop: string) => boolean;
|
|
362
365
|
};
|
|
363
366
|
to: {
|
|
364
|
-
type: (
|
|
367
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
365
368
|
default: undefined;
|
|
366
369
|
};
|
|
367
370
|
exact: {
|
|
@@ -372,6 +375,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
372
375
|
type: StringConstructor;
|
|
373
376
|
default: undefined;
|
|
374
377
|
};
|
|
378
|
+
addSlash: {
|
|
379
|
+
type: BooleanConstructor;
|
|
380
|
+
default: boolean;
|
|
381
|
+
};
|
|
375
382
|
title: {
|
|
376
383
|
type: StringConstructor;
|
|
377
384
|
default: undefined;
|
|
@@ -431,14 +438,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
431
438
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
432
439
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
433
440
|
}>, {
|
|
434
|
-
to: string | Record<string, any>;
|
|
435
441
|
title: string;
|
|
436
|
-
variant: "default" | "
|
|
437
|
-
|
|
438
|
-
target: string;
|
|
442
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
443
|
+
to: string | Record<string, any>;
|
|
439
444
|
exact: boolean;
|
|
445
|
+
href: string;
|
|
446
|
+
addSlash: boolean;
|
|
440
447
|
ariaLabel: string;
|
|
441
448
|
linkClass: string;
|
|
449
|
+
target: string;
|
|
442
450
|
externalTargetBlank: boolean;
|
|
443
451
|
caret: boolean;
|
|
444
452
|
caretWrapperClass: string;
|