@explorer-1/vue 0.2.53 → 0.2.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/explorer-1-vue.js +6113 -6105
- package/dist/explorer-1-vue.umd.cjs +16 -16
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +96 -4
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +96 -4
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +12 -10
- package/dist/src/components/BaseAudio/BaseAudio.vue.d.ts +12 -5
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +7 -7
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +7 -7
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +4 -4
- package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +9 -9
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +6 -6
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +4 -4
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +4 -4
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +4 -4
- package/dist/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue.d.ts +3 -1
- package/dist/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue.d.ts +3 -1
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +70 -6
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +685 -34
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +141 -4
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +124 -4
- package/dist/src/components/BasePill/BasePill.vue.d.ts +4 -4
- package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +1 -1
- package/dist/src/components/BasePlaceholder/BasePlaceholder.vue.d.ts +1 -1
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +4 -4
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +4 -4
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +6 -6
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.stories.d.ts +33 -33
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +8 -8
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +61 -4
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +4 -4
- package/dist/src/components/BlockAnchor/BlockAnchor.vue.d.ts +3 -3
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +230 -3
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +172 -5
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +170 -4
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +96 -4
- package/dist/src/components/BlockDialog/BlockDialog.stories.d.ts +7 -5
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +1 -1
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +1 -1
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +35 -5
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +87 -3
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +60 -23
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +4 -4
- package/dist/src/components/BlockTable/BlockTable.vue.d.ts +3 -3
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +175 -4
- package/dist/src/components/BlockText/BlockText.vue.d.ts +4 -4
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +95 -4
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +4 -4
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +172 -4
- package/dist/src/components/FormContact/FormContact.stories.d.ts +361 -1
- package/dist/src/components/FormContact/FormContact.vue.d.ts +361 -1
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +396 -1
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +396 -1
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +51 -4
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +281 -3
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +141 -3
- package/dist/src/components/Icons/Icon360.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconArrow.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconArrows.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconAudio.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconBook.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconBookUser.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconBriefcase.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconCalendar.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconCaret.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconCheckbox.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconCheckboxSelected.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconClose.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconCloseLightbox.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconDownload.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconDropdown.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconEnvelope.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconExpand.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconExternal.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconFilter.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconForwardTen.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconGrid.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconHand.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconInfo.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconLink.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconList.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconLocation.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconMagnifyingGlass.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconMedal.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconMenu.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconMinus.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconMute.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconNext.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconPause.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconPlay.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconPlus.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconPrev.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconProfile.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconRewindTen.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSearch.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconShare.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSlideshow.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialEmail.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialFacebook.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialGoogleClassroom.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialInstagram.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialPinterest.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialReddit.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialTwitter.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialYoutube.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconStop.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSubject.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconTime.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconUniversity.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconUser.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconVolume.vue.d.ts +1 -1
- package/dist/src/components/Icons/Icons.stories.d.ts +110 -110
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +142 -3
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +4 -4
- package/dist/src/components/LoadingTransition/LoadingTransition.vue.d.ts +1 -1
- package/dist/src/components/LogoCaltech/LogoCaltech.stories.d.ts +1 -1
- package/dist/src/components/LogoCaltech/LogoCaltech.vue.d.ts +1 -1
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +4 -5
- package/dist/src/components/LogoTribrand/LogoTribrand.vue.d.ts +4 -4
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +4 -4
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +4 -4
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +61 -4
- package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +0 -1
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +154 -4
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +0 -1
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +63 -8
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +460 -31
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +199 -12
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +63 -6
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +195 -8
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +6 -4
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +6 -4
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +8 -4
- package/dist/src/components/MixinFancybox/MixinFancyboxOpenButton.vue.d.ts +3 -1
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +3 -3
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +44 -4
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +5 -5
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +5 -5
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +99 -4
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +99 -4
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +4 -4
- package/dist/src/components/ParallaxContainer/ParallaxContainer.stories.d.ts +8 -8
- package/dist/src/components/ParallaxContainer/ParallaxContainer.vue.d.ts +4 -4
- package/dist/src/components/ParallaxElement/ParallaxElement.vue.d.ts +4 -4
- package/dist/src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue.d.ts +67 -3
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.d.ts +59 -4
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +3 -3
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +58 -3
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +5 -5
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +5 -5
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +96 -3
- package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +19 -1
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.vue.d.ts +4 -4
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +99 -4
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +1 -1
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +92 -1
- package/dist/src/components/TextArea/TextArea.vue.d.ts +14 -14
- package/dist/src/components/TextInput/TextInput.vue.d.ts +14 -14
- package/dist/src/components/TheFooter/TheFooterSignUp.vue.d.ts +3 -1
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +314 -3
- package/dist/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue.d.ts +1 -1
- package/dist/src/components/YearTicker/YearTicker.stories.d.ts +3 -3
- package/dist/src/components/YearTicker/YearTicker.vue.d.ts +3 -3
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +16 -16
- package/dist/src/docs/foundation/typography.stories.d.ts +7 -7
- package/dist/src/interfaces.d.ts +1 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.d.ts +105 -38
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.stories.d.ts +112 -34
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.d.ts +131 -35
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.stories.d.ts +112 -34
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/BaseImage/BaseImage.vue +2 -28
- package/src/components/BlockHeading/BlockHeading.vue +1 -1
- package/src/components/BlockIframeEmbed/BlockIframeEmbed.vue +4 -28
- package/src/components/BlockLinkCard/BlockLinkCard.stories.js +31 -4
- package/src/components/BlockLinkCard/BlockLinkCard.vue +1 -1
- package/src/components/BlockVideoEmbed/BlockVideoEmbed.vue +0 -2
- package/src/components/HeroMedia/HeroMedia.vue +7 -5
- package/src/components/HeroMedium/HeroMedium.vue +1 -1
- package/src/components/MetaPanel/MetaPanel.vue +6 -6
- package/src/components/MetadataEduResource/MetadataEduResource.vue +7 -2
- package/src/components/MetadataEvent/MetadataEvent.vue +3 -2
- package/src/components/NavJumpMenu/NavJumpMenu.vue +7 -1
- package/src/components/NavJumpMenu/NavJumpMenuContent.vue +6 -1
- package/src/components/SearchFilterGroup/SearchFilterGroup.vue +1 -0
- package/src/components/SearchInput/SearchInput.vue +15 -4
- package/src/components/SearchResultCard/SearchResultCard.stories.js +13 -2
- package/src/components/SearchResultsList/SearchResultsList.vue +8 -2
- package/src/interfaces.ts +1 -0
- package/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.js +16 -0
- package/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue +45 -14
- package/src/templates/edu/PageEduHome/PageEduHome.stories.js +99 -0
- package/src/templates/edu/PageEduHome/PageEduHome.vue +154 -0
- package/src/templates/edu/PageEduLesson/PageEduLesson.stories.js +26 -1
- package/src/templates/edu/PageEduLesson/PageEduLesson.vue +57 -19
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.js +30 -3
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue +126 -97
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue +59 -44
- package/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.stories.js +26 -1
- package/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue +44 -16
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +0 -36
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +0 -37
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +0 -33
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +0 -19
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +0 -24
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +0 -345
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +0 -24
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +0 -68
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +0 -65
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +0 -74
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +0 -58
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +0 -25
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +0 -57
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +0 -19
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +0 -198
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +0 -306
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +0 -47
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +0 -93
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +0 -16
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +0 -202
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +0 -32
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +0 -36
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +0 -42
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +0 -49
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +0 -40
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +0 -38
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +0 -156
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +0 -15
- package/dist/src/components/EventCard/EventCard.vue.d.ts +0 -111
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +0 -42
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +0 -66
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +0 -96
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +0 -45
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +0 -33
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +0 -15
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +0 -106
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +0 -24
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +0 -18
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +0 -565
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +0 -65
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +0 -21
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +0 -65
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +0 -30
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +0 -36
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +0 -34
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +0 -12
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +0 -265
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +0 -118
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +0 -648
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +0 -94
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +0 -14
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +0 -15
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +0 -338
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +0 -12
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +0 -20
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +0 -29
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +0 -18
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +0 -2
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +0 -656
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +0 -94
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +0 -54
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +0 -395
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +0 -46
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +0 -35
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +0 -75
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +0 -70
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +0 -30
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +0 -40
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +0 -19
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +0 -82
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +0 -55
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +0 -287
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +0 -193
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +0 -62
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +0 -35
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +0 -32
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +0 -75
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +0 -33
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +0 -27
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +0 -167
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +0 -39
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +0 -22
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +0 -31
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +0 -28
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +0 -22
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +0 -17
|
@@ -44,18 +44,18 @@ export namespace HeadingIcons {
|
|
|
44
44
|
export { args_3 as args };
|
|
45
45
|
export function render_2(args: any): {
|
|
46
46
|
components: {
|
|
47
|
-
BaseHeading: import("vue").DefineComponent<{
|
|
47
|
+
BaseHeading: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
48
48
|
level: {
|
|
49
49
|
type: import("vue").PropType<import("./../../components/BaseHeading/BaseHeading.vue").HeadingLevel | undefined>;
|
|
50
50
|
required: false;
|
|
51
51
|
default: string;
|
|
52
52
|
};
|
|
53
53
|
size: {
|
|
54
|
-
type: import("vue").PropType<
|
|
54
|
+
type: import("vue").PropType<import("./../../components/BaseHeading/BaseHeading.vue").HeadingLevel | "" | undefined>;
|
|
55
55
|
required: false;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
58
|
-
}
|
|
58
|
+
}>, {}, {}, {
|
|
59
59
|
computedTag(): string;
|
|
60
60
|
computedClass(): string;
|
|
61
61
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -65,15 +65,15 @@ export namespace HeadingIcons {
|
|
|
65
65
|
default: string;
|
|
66
66
|
};
|
|
67
67
|
size: {
|
|
68
|
-
type: import("vue").PropType<
|
|
68
|
+
type: import("vue").PropType<import("./../../components/BaseHeading/BaseHeading.vue").HeadingLevel | "" | undefined>;
|
|
69
69
|
required: false;
|
|
70
70
|
default: string;
|
|
71
71
|
};
|
|
72
|
-
}
|
|
72
|
+
}>> & Readonly<{}>, {
|
|
73
73
|
size: "" | import("./../../components/BaseHeading/BaseHeading.vue").HeadingLevel | undefined;
|
|
74
74
|
level: import("./../../components/BaseHeading/BaseHeading.vue").HeadingLevel | undefined;
|
|
75
|
-
}, {}>;
|
|
76
|
-
IconLocation: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
75
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
76
|
+
IconLocation: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
77
77
|
};
|
|
78
78
|
setup(): {
|
|
79
79
|
args: any;
|
package/dist/src/interfaces.d.ts
CHANGED
|
@@ -235,20 +235,87 @@ export namespace BaseStory {
|
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
|
-
export namespace
|
|
238
|
+
export namespace HeroTitle {
|
|
239
239
|
export namespace args_1 {
|
|
240
240
|
export namespace data_1 {
|
|
241
|
-
let
|
|
242
|
-
|
|
241
|
+
let hero_1: {
|
|
242
|
+
heroSummary: string;
|
|
243
|
+
blockType: string;
|
|
244
|
+
imageInline: {
|
|
245
|
+
alt: string;
|
|
246
|
+
caption: string;
|
|
247
|
+
credit: string;
|
|
248
|
+
detailUrl: string;
|
|
249
|
+
original: string;
|
|
250
|
+
src: {
|
|
251
|
+
height: number;
|
|
252
|
+
url: string;
|
|
253
|
+
width: number;
|
|
254
|
+
};
|
|
255
|
+
srcSet: string;
|
|
256
|
+
};
|
|
257
|
+
image: {
|
|
258
|
+
src: {
|
|
259
|
+
url: string;
|
|
260
|
+
width: number;
|
|
261
|
+
height: number;
|
|
262
|
+
};
|
|
263
|
+
screenXs: {
|
|
264
|
+
url: string;
|
|
265
|
+
width: number;
|
|
266
|
+
};
|
|
267
|
+
screenSm: {
|
|
268
|
+
url: string;
|
|
269
|
+
width: number;
|
|
270
|
+
};
|
|
271
|
+
screenMd: {
|
|
272
|
+
url: string;
|
|
273
|
+
width: number;
|
|
274
|
+
};
|
|
275
|
+
screenLg: {
|
|
276
|
+
url: string;
|
|
277
|
+
width: number;
|
|
278
|
+
};
|
|
279
|
+
screenXl: {
|
|
280
|
+
url: string;
|
|
281
|
+
width: number;
|
|
282
|
+
};
|
|
283
|
+
screenTwoxl: {
|
|
284
|
+
url: string;
|
|
285
|
+
width: number;
|
|
286
|
+
};
|
|
287
|
+
screenThreexl: {
|
|
288
|
+
url: string;
|
|
289
|
+
width: number;
|
|
290
|
+
};
|
|
291
|
+
alt: string;
|
|
292
|
+
caption: string;
|
|
293
|
+
credit: string;
|
|
294
|
+
detailUrl: string;
|
|
295
|
+
};
|
|
296
|
+
caption: string;
|
|
297
|
+
displayCaption: boolean;
|
|
298
|
+
}[];
|
|
299
|
+
export { hero_1 as hero };
|
|
243
300
|
}
|
|
244
301
|
export { data_1 as data };
|
|
245
302
|
}
|
|
246
303
|
export { args_1 as args };
|
|
247
304
|
}
|
|
248
|
-
export namespace
|
|
305
|
+
export namespace InlineHero {
|
|
249
306
|
export namespace args_2 {
|
|
250
307
|
export namespace data_2 {
|
|
251
|
-
let
|
|
308
|
+
let heroPosition_1: string;
|
|
309
|
+
export { heroPosition_1 as heroPosition };
|
|
310
|
+
}
|
|
311
|
+
export { data_2 as data };
|
|
312
|
+
}
|
|
313
|
+
export { args_2 as args };
|
|
314
|
+
}
|
|
315
|
+
export namespace HeroCarousel {
|
|
316
|
+
export namespace args_3 {
|
|
317
|
+
export namespace data_3 {
|
|
318
|
+
let hero_2: {
|
|
252
319
|
blockType: string;
|
|
253
320
|
blocks: {
|
|
254
321
|
image: {
|
|
@@ -267,18 +334,18 @@ export namespace HeroCarousel {
|
|
|
267
334
|
};
|
|
268
335
|
}[];
|
|
269
336
|
}[];
|
|
270
|
-
export {
|
|
337
|
+
export { hero_2 as hero };
|
|
271
338
|
}
|
|
272
|
-
export {
|
|
339
|
+
export { data_3 as data };
|
|
273
340
|
}
|
|
274
|
-
export {
|
|
341
|
+
export { args_3 as args };
|
|
275
342
|
}
|
|
276
343
|
export namespace HeroImageComparison {
|
|
277
|
-
export namespace
|
|
278
|
-
export namespace
|
|
344
|
+
export namespace args_4 {
|
|
345
|
+
export namespace data_4 {
|
|
279
346
|
let heroPosition_2: string;
|
|
280
347
|
export { heroPosition_2 as heroPosition };
|
|
281
|
-
let
|
|
348
|
+
let hero_3: {
|
|
282
349
|
blockType: string;
|
|
283
350
|
beforeImage: {
|
|
284
351
|
src: {
|
|
@@ -298,16 +365,16 @@ export namespace HeroImageComparison {
|
|
|
298
365
|
};
|
|
299
366
|
caption: string;
|
|
300
367
|
}[];
|
|
301
|
-
export {
|
|
368
|
+
export { hero_3 as hero };
|
|
302
369
|
}
|
|
303
|
-
export {
|
|
370
|
+
export { data_4 as data };
|
|
304
371
|
}
|
|
305
|
-
export {
|
|
372
|
+
export { args_4 as args };
|
|
306
373
|
}
|
|
307
374
|
export namespace HeroVideo {
|
|
308
|
-
export namespace
|
|
309
|
-
export namespace
|
|
310
|
-
let
|
|
375
|
+
export namespace args_5 {
|
|
376
|
+
export namespace data_5 {
|
|
377
|
+
let hero_4: {
|
|
311
378
|
blockType: string;
|
|
312
379
|
video: {
|
|
313
380
|
duration: string;
|
|
@@ -325,18 +392,18 @@ export namespace HeroVideo {
|
|
|
325
392
|
caption: string;
|
|
326
393
|
credit: string;
|
|
327
394
|
}[];
|
|
328
|
-
export {
|
|
395
|
+
export { hero_4 as hero };
|
|
329
396
|
}
|
|
330
|
-
export {
|
|
397
|
+
export { data_5 as data };
|
|
331
398
|
}
|
|
332
|
-
export {
|
|
399
|
+
export { args_5 as args };
|
|
333
400
|
}
|
|
334
401
|
export namespace HeroVideoEmbed {
|
|
335
|
-
export namespace
|
|
336
|
-
export namespace
|
|
402
|
+
export namespace args_6 {
|
|
403
|
+
export namespace data_6 {
|
|
337
404
|
let heroPosition_3: string;
|
|
338
405
|
export { heroPosition_3 as heroPosition };
|
|
339
|
-
let
|
|
406
|
+
let hero_5: {
|
|
340
407
|
embed: {
|
|
341
408
|
embed: string;
|
|
342
409
|
};
|
|
@@ -344,36 +411,36 @@ export namespace HeroVideoEmbed {
|
|
|
344
411
|
caption: string;
|
|
345
412
|
credit: string;
|
|
346
413
|
}[];
|
|
347
|
-
export {
|
|
414
|
+
export { hero_5 as hero };
|
|
348
415
|
}
|
|
349
|
-
export {
|
|
416
|
+
export { data_6 as data };
|
|
350
417
|
}
|
|
351
|
-
export {
|
|
418
|
+
export { args_6 as args };
|
|
352
419
|
}
|
|
353
420
|
export namespace HeroIframeEmbed {
|
|
354
|
-
export namespace
|
|
355
|
-
export namespace
|
|
421
|
+
export namespace args_7 {
|
|
422
|
+
export namespace data_7 {
|
|
356
423
|
let heroPosition_4: string;
|
|
357
424
|
export { heroPosition_4 as heroPosition };
|
|
358
|
-
let
|
|
425
|
+
let hero_6: {
|
|
359
426
|
blockType: string;
|
|
360
427
|
title: string;
|
|
361
428
|
caption: string;
|
|
362
429
|
url: string;
|
|
363
430
|
}[];
|
|
364
|
-
export {
|
|
431
|
+
export { hero_6 as hero };
|
|
365
432
|
}
|
|
366
|
-
export {
|
|
433
|
+
export { data_7 as data };
|
|
367
434
|
}
|
|
368
|
-
export {
|
|
435
|
+
export { args_7 as args };
|
|
369
436
|
}
|
|
370
437
|
export namespace NoHero {
|
|
371
|
-
export namespace
|
|
372
|
-
export namespace
|
|
373
|
-
let
|
|
374
|
-
export {
|
|
438
|
+
export namespace args_8 {
|
|
439
|
+
export namespace data_8 {
|
|
440
|
+
let hero_7: never[];
|
|
441
|
+
export { hero_7 as hero };
|
|
375
442
|
}
|
|
376
|
-
export {
|
|
443
|
+
export { data_8 as data };
|
|
377
444
|
}
|
|
378
|
-
export {
|
|
445
|
+
export { args_8 as args };
|
|
379
446
|
}
|
|
@@ -96,6 +96,7 @@ export namespace BaseStory {
|
|
|
96
96
|
displayCaption: boolean;
|
|
97
97
|
}[];
|
|
98
98
|
export let heroConstrain: boolean;
|
|
99
|
+
export let heroPosition: string;
|
|
99
100
|
export namespace studentProject {
|
|
100
101
|
let title_2: string;
|
|
101
102
|
export { title_2 as title };
|
|
@@ -417,10 +418,87 @@ export namespace BaseStory {
|
|
|
417
418
|
}
|
|
418
419
|
}
|
|
419
420
|
}
|
|
420
|
-
export namespace
|
|
421
|
+
export namespace HeroTitle {
|
|
421
422
|
export namespace args_1 {
|
|
422
423
|
export namespace data_1 {
|
|
423
424
|
let hero_1: {
|
|
425
|
+
heroSummary: string;
|
|
426
|
+
blockType: string;
|
|
427
|
+
imageInline: {
|
|
428
|
+
alt: string;
|
|
429
|
+
caption: string;
|
|
430
|
+
credit: string;
|
|
431
|
+
detailUrl: string;
|
|
432
|
+
original: string;
|
|
433
|
+
src: {
|
|
434
|
+
height: number;
|
|
435
|
+
url: string;
|
|
436
|
+
width: number;
|
|
437
|
+
};
|
|
438
|
+
srcSet: string;
|
|
439
|
+
};
|
|
440
|
+
image: {
|
|
441
|
+
src: {
|
|
442
|
+
url: string;
|
|
443
|
+
width: number;
|
|
444
|
+
height: number;
|
|
445
|
+
};
|
|
446
|
+
screenXs: {
|
|
447
|
+
url: string;
|
|
448
|
+
width: number;
|
|
449
|
+
};
|
|
450
|
+
screenSm: {
|
|
451
|
+
url: string;
|
|
452
|
+
width: number;
|
|
453
|
+
};
|
|
454
|
+
screenMd: {
|
|
455
|
+
url: string;
|
|
456
|
+
width: number;
|
|
457
|
+
};
|
|
458
|
+
screenLg: {
|
|
459
|
+
url: string;
|
|
460
|
+
width: number;
|
|
461
|
+
};
|
|
462
|
+
screenXl: {
|
|
463
|
+
url: string;
|
|
464
|
+
width: number;
|
|
465
|
+
};
|
|
466
|
+
screenTwoxl: {
|
|
467
|
+
url: string;
|
|
468
|
+
width: number;
|
|
469
|
+
};
|
|
470
|
+
screenThreexl: {
|
|
471
|
+
url: string;
|
|
472
|
+
width: number;
|
|
473
|
+
};
|
|
474
|
+
alt: string;
|
|
475
|
+
caption: string;
|
|
476
|
+
credit: string;
|
|
477
|
+
detailUrl: string;
|
|
478
|
+
};
|
|
479
|
+
caption: string;
|
|
480
|
+
displayCaption: boolean;
|
|
481
|
+
}[];
|
|
482
|
+
export { hero_1 as hero };
|
|
483
|
+
}
|
|
484
|
+
export { data_1 as data };
|
|
485
|
+
}
|
|
486
|
+
export { args_1 as args };
|
|
487
|
+
}
|
|
488
|
+
export namespace InlineHero {
|
|
489
|
+
export namespace args_2 {
|
|
490
|
+
export namespace data_2 {
|
|
491
|
+
let heroPosition_1: string;
|
|
492
|
+
export { heroPosition_1 as heroPosition };
|
|
493
|
+
}
|
|
494
|
+
export { data_2 as data };
|
|
495
|
+
}
|
|
496
|
+
export { args_2 as args };
|
|
497
|
+
}
|
|
498
|
+
export namespace HeroCarousel {
|
|
499
|
+
export namespace args_3 {
|
|
500
|
+
export namespace data_3 {
|
|
501
|
+
let hero_2: {
|
|
424
502
|
blockType: string;
|
|
425
503
|
blocks: {
|
|
426
504
|
image: {
|
|
@@ -439,16 +517,16 @@ export namespace HeroCarousel {
|
|
|
439
517
|
};
|
|
440
518
|
}[];
|
|
441
519
|
}[];
|
|
442
|
-
export {
|
|
520
|
+
export { hero_2 as hero };
|
|
443
521
|
}
|
|
444
|
-
export {
|
|
522
|
+
export { data_3 as data };
|
|
445
523
|
}
|
|
446
|
-
export {
|
|
524
|
+
export { args_3 as args };
|
|
447
525
|
}
|
|
448
526
|
export namespace HeroImageComparison {
|
|
449
|
-
export namespace
|
|
450
|
-
export namespace
|
|
451
|
-
let
|
|
527
|
+
export namespace args_4 {
|
|
528
|
+
export namespace data_4 {
|
|
529
|
+
let hero_3: {
|
|
452
530
|
blockType: string;
|
|
453
531
|
beforeImage: {
|
|
454
532
|
src: {
|
|
@@ -468,16 +546,16 @@ export namespace HeroImageComparison {
|
|
|
468
546
|
};
|
|
469
547
|
caption: string;
|
|
470
548
|
}[];
|
|
471
|
-
export {
|
|
549
|
+
export { hero_3 as hero };
|
|
472
550
|
}
|
|
473
|
-
export {
|
|
551
|
+
export { data_4 as data };
|
|
474
552
|
}
|
|
475
|
-
export {
|
|
553
|
+
export { args_4 as args };
|
|
476
554
|
}
|
|
477
555
|
export namespace HeroVideo {
|
|
478
|
-
export namespace
|
|
479
|
-
export namespace
|
|
480
|
-
let
|
|
556
|
+
export namespace args_5 {
|
|
557
|
+
export namespace data_5 {
|
|
558
|
+
let hero_4: {
|
|
481
559
|
blockType: string;
|
|
482
560
|
video: {
|
|
483
561
|
duration: string;
|
|
@@ -495,16 +573,16 @@ export namespace HeroVideo {
|
|
|
495
573
|
caption: string;
|
|
496
574
|
credit: string;
|
|
497
575
|
}[];
|
|
498
|
-
export {
|
|
576
|
+
export { hero_4 as hero };
|
|
499
577
|
}
|
|
500
|
-
export {
|
|
578
|
+
export { data_5 as data };
|
|
501
579
|
}
|
|
502
|
-
export {
|
|
580
|
+
export { args_5 as args };
|
|
503
581
|
}
|
|
504
582
|
export namespace HeroVideoEmbed {
|
|
505
|
-
export namespace
|
|
506
|
-
export namespace
|
|
507
|
-
let
|
|
583
|
+
export namespace args_6 {
|
|
584
|
+
export namespace data_6 {
|
|
585
|
+
let hero_5: {
|
|
508
586
|
embed: {
|
|
509
587
|
embed: string;
|
|
510
588
|
};
|
|
@@ -512,34 +590,34 @@ export namespace HeroVideoEmbed {
|
|
|
512
590
|
caption: string;
|
|
513
591
|
credit: string;
|
|
514
592
|
}[];
|
|
515
|
-
export {
|
|
593
|
+
export { hero_5 as hero };
|
|
516
594
|
}
|
|
517
|
-
export {
|
|
595
|
+
export { data_6 as data };
|
|
518
596
|
}
|
|
519
|
-
export {
|
|
597
|
+
export { args_6 as args };
|
|
520
598
|
}
|
|
521
599
|
export namespace HeroIframeEmbed {
|
|
522
|
-
export namespace
|
|
523
|
-
export namespace
|
|
524
|
-
let
|
|
600
|
+
export namespace args_7 {
|
|
601
|
+
export namespace data_7 {
|
|
602
|
+
let hero_6: {
|
|
525
603
|
blockType: string;
|
|
526
604
|
title: string;
|
|
527
605
|
caption: string;
|
|
528
606
|
url: string;
|
|
529
607
|
}[];
|
|
530
|
-
export {
|
|
608
|
+
export { hero_6 as hero };
|
|
531
609
|
}
|
|
532
|
-
export {
|
|
610
|
+
export { data_7 as data };
|
|
533
611
|
}
|
|
534
|
-
export {
|
|
612
|
+
export { args_7 as args };
|
|
535
613
|
}
|
|
536
614
|
export namespace NoHero {
|
|
537
|
-
export namespace
|
|
538
|
-
export namespace
|
|
539
|
-
let
|
|
540
|
-
export {
|
|
615
|
+
export namespace args_8 {
|
|
616
|
+
export namespace data_8 {
|
|
617
|
+
let hero_7: never[];
|
|
618
|
+
export { hero_7 as hero };
|
|
541
619
|
}
|
|
542
|
-
export {
|
|
620
|
+
export { data_8 as data };
|
|
543
621
|
}
|
|
544
|
-
export {
|
|
622
|
+
export { args_8 as args };
|
|
545
623
|
}
|