@explorer-1/vue 0.2.54 → 0.2.56
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 +2 -2
- 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/BlockText/BlockText.stories.js +30 -1
- package/src/components/BlockVideoEmbed/BlockVideoEmbed.vue +0 -2
- package/src/components/HeroMedium/HeroMedium.vue +1 -1
- package/src/components/MetaPanel/MetaPanel.vue +6 -6
- package/src/components/NavJumpMenu/NavJumpMenu.vue +7 -1
- package/src/components/NavJumpMenu/NavJumpMenuContent.vue +6 -1
- package/src/components/SearchInput/SearchInput.vue +15 -4
- 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.vue +5 -6
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue +77 -92
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue +59 -44
- 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
|
@@ -69,17 +69,6 @@ defineExpose({
|
|
|
69
69
|
PageEduStudentProjectJumpMenu
|
|
70
70
|
})
|
|
71
71
|
|
|
72
|
-
const stringAsHeadingBlockData = (
|
|
73
|
-
heading: HeadingLevel,
|
|
74
|
-
overrideText?: string
|
|
75
|
-
): BlockHeadingObject => {
|
|
76
|
-
return {
|
|
77
|
-
blockType: 'HeadingBlock',
|
|
78
|
-
heading: (overrideText || heading) as HeadingLevel,
|
|
79
|
-
level: 'h2'
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
72
|
const heroEmpty = computed((): boolean => {
|
|
84
73
|
return data?.hero?.length === 0
|
|
85
74
|
})
|
|
@@ -122,14 +111,32 @@ const heroInline = computed((): boolean => {
|
|
|
122
111
|
|
|
123
112
|
const sectionOrder = ['top', 'overview', 'materials', 'steps', 'bottom']
|
|
124
113
|
|
|
125
|
-
|
|
114
|
+
const stringAsHeadingBlockData = (
|
|
115
|
+
heading: string,
|
|
116
|
+
level: HeadingLevel = 'h2'
|
|
117
|
+
): BlockHeadingObject => {
|
|
118
|
+
return {
|
|
119
|
+
blockType: 'HeadingBlock',
|
|
120
|
+
heading: heading,
|
|
121
|
+
level: level
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
// mimic HeadingBlock data shape for predefined section headings
|
|
126
126
|
const staticSectionHeadings = computed((): { [key: string]: BlockHeadingObject } | undefined => {
|
|
127
127
|
if (data) {
|
|
128
128
|
const result = sectionOrder.reduce<Record<string, BlockHeadingObject>>((acc, section) => {
|
|
129
129
|
// only include the heading if the section has content
|
|
130
130
|
if (data[section]?.length) {
|
|
131
|
+
// generate heading text
|
|
131
132
|
const headingText =
|
|
132
|
-
section === 'steps'
|
|
133
|
+
section === 'steps'
|
|
134
|
+
? 'Project Steps'
|
|
135
|
+
: section === 'overview'
|
|
136
|
+
? // we don't want an overview heading unless it's custom
|
|
137
|
+
undefined
|
|
138
|
+
: section.charAt(0).toUpperCase() + section.slice(1)
|
|
139
|
+
// set the headings for each section
|
|
133
140
|
acc[section] = stringAsHeadingBlockData(
|
|
134
141
|
(data[`${section}Heading`] as HeadingLevel) || headingText
|
|
135
142
|
)
|
|
@@ -173,45 +180,16 @@ const keyedCustomSections = computed(
|
|
|
173
180
|
}
|
|
174
181
|
)
|
|
175
182
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
const
|
|
179
|
-
|
|
180
|
-
if (
|
|
181
|
-
|
|
183
|
+
// used to get headings for the JumpMenu
|
|
184
|
+
const stepHeadings = computed(() => {
|
|
185
|
+
const steps = data?.steps
|
|
186
|
+
const headings: BlockHeadingObject[] = []
|
|
187
|
+
if (steps?.length) {
|
|
188
|
+
steps.forEach((step) => {
|
|
189
|
+
if (step.heading) headings.push(stringAsHeadingBlockData(step.heading, 'h3'))
|
|
190
|
+
})
|
|
182
191
|
}
|
|
183
|
-
|
|
184
|
-
sectionOrder.forEach((section) => {
|
|
185
|
-
if (data && data[section]) {
|
|
186
|
-
if (staticSectionHeadings.value && staticSectionHeadings.value[section]) {
|
|
187
|
-
blocks.push(staticSectionHeadings.value[section])
|
|
188
|
-
}
|
|
189
|
-
if (section !== 'materials' && section !== 'steps') {
|
|
190
|
-
blocks.push(...data[section])
|
|
191
|
-
} else if (section === 'steps' && data.steps?.length) {
|
|
192
|
-
// get blocks in nested steps
|
|
193
|
-
data.steps.forEach((item) => {
|
|
194
|
-
if (item.content?.length) {
|
|
195
|
-
blocks.push(...item.content)
|
|
196
|
-
}
|
|
197
|
-
})
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
// include custom "after_" blocks
|
|
201
|
-
if (keyedCustomSections.value && keyedCustomSections.value[`after_${section}`]) {
|
|
202
|
-
blocks.push(...keyedCustomSections.value[`after_${section}`])
|
|
203
|
-
}
|
|
204
|
-
})
|
|
205
|
-
// include custom bottom blocks
|
|
206
|
-
if (keyedCustomSections.value && keyedCustomSections.value['bottom']) {
|
|
207
|
-
blocks.push(...keyedCustomSections.value['bottom'])
|
|
208
|
-
}
|
|
209
|
-
// include body blocks
|
|
210
|
-
if (data?.body?.length) {
|
|
211
|
-
blocks.push(...data.body)
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
return blocks
|
|
192
|
+
return headings
|
|
215
193
|
})
|
|
216
194
|
|
|
217
195
|
// organize data to render with PageEduStudentProjectSection component
|
|
@@ -227,7 +205,8 @@ const consolidatedSections = computed((): EduStudentProjectSectionObject[] => {
|
|
|
227
205
|
heading: staticSectionHeadings.value ? staticSectionHeadings.value[section] : undefined,
|
|
228
206
|
blocks: section !== 'materials' && section !== 'steps' ? data[section] : undefined,
|
|
229
207
|
text: section === 'materials' ? data[section] : undefined,
|
|
230
|
-
steps: section === 'steps' ? data[section] : undefined
|
|
208
|
+
steps: section === 'steps' ? data[section] : undefined,
|
|
209
|
+
image: data[`${section}Image`]
|
|
231
210
|
})
|
|
232
211
|
}
|
|
233
212
|
// include custom "after_" sections
|
|
@@ -251,12 +230,11 @@ const studentBadge = computed(() => {
|
|
|
251
230
|
})
|
|
252
231
|
|
|
253
232
|
const computedClass = computed((): string => {
|
|
254
|
-
if (
|
|
255
|
-
return 'pt-5 lg:pt-12'
|
|
256
|
-
} else if (!heroInline.value) {
|
|
233
|
+
if (heroTitle.value) {
|
|
257
234
|
return '-nav-offset'
|
|
235
|
+
} else {
|
|
236
|
+
return 'pt-5 lg:pt-12'
|
|
258
237
|
}
|
|
259
|
-
return ''
|
|
260
238
|
})
|
|
261
239
|
</script>
|
|
262
240
|
<template>
|
|
@@ -319,59 +297,35 @@ const computedClass = computed((): string => {
|
|
|
319
297
|
</BaseLink>
|
|
320
298
|
</div>
|
|
321
299
|
</LayoutHelper>
|
|
322
|
-
|
|
323
300
|
<div
|
|
324
301
|
v-if="!heroTitle"
|
|
325
|
-
class="container relative mx-auto z-
|
|
302
|
+
class="lg:hidden container relative mx-auto z-30 pointer-events-none"
|
|
326
303
|
>
|
|
327
304
|
<img
|
|
328
305
|
:src="studentBadge"
|
|
329
306
|
alt=""
|
|
330
307
|
width="150"
|
|
331
308
|
height="150"
|
|
332
|
-
class="absolute -mt-
|
|
309
|
+
class="absolute -mt-10 sm:-mt-24 right-0 lg:hidden md:w-[185px] md:h-[185px]"
|
|
333
310
|
/>
|
|
334
311
|
</div>
|
|
335
|
-
<!-- hero media -->
|
|
336
|
-
<HeroMedia
|
|
337
|
-
v-if="
|
|
338
|
-
!heroEmpty &&
|
|
339
|
-
!heroTitle &&
|
|
340
|
-
!heroInline &&
|
|
341
|
-
theHero &&
|
|
342
|
-
(theHero.blockType === 'HeroImageBlock' || theHero.blockType === 'VideoBlock')
|
|
343
|
-
"
|
|
344
|
-
:image="theHero.image"
|
|
345
|
-
:video="theHero.video"
|
|
346
|
-
:display-caption="theHero.displayCaption"
|
|
347
|
-
:caption="theHero.caption"
|
|
348
|
-
:credit="theHero.credit"
|
|
349
|
-
:constrain="data.heroConstrain"
|
|
350
|
-
/>
|
|
351
|
-
<LayoutHelper
|
|
352
|
-
v-else-if="!heroEmpty && heroInline && data.hero?.length"
|
|
353
|
-
class="lg:mb-14 mb-10"
|
|
354
|
-
>
|
|
355
|
-
<HeroInlineMedia
|
|
356
|
-
:hero-blocks="data.hero"
|
|
357
|
-
:constrain="data.heroConstrain"
|
|
358
|
-
/>
|
|
359
|
-
</LayoutHelper>
|
|
360
|
-
|
|
361
312
|
<MetaPanel
|
|
362
313
|
button="Info for Teachers"
|
|
363
|
-
theme="
|
|
364
|
-
:class="{ 'mb-10 lg:mb-14':
|
|
314
|
+
theme="secondary"
|
|
315
|
+
:class="{ 'mb-10 lg:mb-14': heroTitle || heroInline || heroEmpty }"
|
|
365
316
|
:primary-subject="data.primarySubject"
|
|
366
317
|
:additional-subjects="data.additionalSubjects"
|
|
367
318
|
:time="data.customTime ? { time: data.customTime } : data.time"
|
|
368
319
|
:standards="data.standards"
|
|
369
|
-
:negative-
|
|
320
|
+
:negative-bottom="!heroInline && !heroTitle && !heroEmpty"
|
|
370
321
|
>
|
|
371
322
|
<template #metaInfo>
|
|
372
|
-
<div :class="data?.standards ? 'border-b border-gray-light-mid' : ''">
|
|
323
|
+
<div :class="data?.standards?.length ? 'border-b border-gray-light-mid' : ''">
|
|
373
324
|
<div class="py-6 lg:py-8">
|
|
374
|
-
<MetaPanelItems
|
|
325
|
+
<MetaPanelItems
|
|
326
|
+
theme="secondary"
|
|
327
|
+
:grade-levels="data?.gradeLevels"
|
|
328
|
+
/>
|
|
375
329
|
<div
|
|
376
330
|
v-if="data.lesson"
|
|
377
331
|
class="mt-8 font-bold text-body-s"
|
|
@@ -390,11 +344,42 @@ const computedClass = computed((): string => {
|
|
|
390
344
|
</template>
|
|
391
345
|
</MetaPanel>
|
|
392
346
|
|
|
347
|
+
<!-- hero media -->
|
|
348
|
+
<HeroMedia
|
|
349
|
+
v-if="
|
|
350
|
+
!heroEmpty &&
|
|
351
|
+
!heroTitle &&
|
|
352
|
+
!heroInline &&
|
|
353
|
+
theHero &&
|
|
354
|
+
(theHero.blockType === 'HeroImageBlock' || theHero.blockType === 'VideoBlock')
|
|
355
|
+
"
|
|
356
|
+
class="md:mb-12 lg:mb-18 mb-10"
|
|
357
|
+
:image="theHero.image"
|
|
358
|
+
:video="theHero.video"
|
|
359
|
+
:display-caption="theHero.displayCaption"
|
|
360
|
+
:caption="theHero.caption"
|
|
361
|
+
:credit="theHero.credit"
|
|
362
|
+
:constrain="data.heroConstrain"
|
|
363
|
+
/>
|
|
364
|
+
<LayoutHelper
|
|
365
|
+
v-else-if="!heroEmpty && heroInline && data.hero?.length"
|
|
366
|
+
class="lg:mb-22 mb-10"
|
|
367
|
+
>
|
|
368
|
+
<HeroInlineMedia
|
|
369
|
+
:hero-blocks="data.hero"
|
|
370
|
+
:constrain="data.heroConstrain"
|
|
371
|
+
/>
|
|
372
|
+
</LayoutHelper>
|
|
373
|
+
|
|
393
374
|
<NavJumpMenu
|
|
375
|
+
v-if="stepHeadings?.length"
|
|
394
376
|
ref="PageEduStudentProjectJumpMenu"
|
|
395
377
|
:title="data.title"
|
|
396
|
-
:blocks="
|
|
397
|
-
dropdown-text="
|
|
378
|
+
:blocks="stepHeadings"
|
|
379
|
+
dropdown-text="Project Steps"
|
|
380
|
+
heading-level="h3"
|
|
381
|
+
:steps-numbering="true"
|
|
382
|
+
steps-classes="text-secondary"
|
|
398
383
|
/>
|
|
399
384
|
|
|
400
385
|
<template
|
|
@@ -38,7 +38,7 @@ const { heading, blocks, image, steps, stepsNumbering, text } = reactive(props)
|
|
|
38
38
|
:aria-label="heading?.heading"
|
|
39
39
|
>
|
|
40
40
|
<LayoutHelper
|
|
41
|
-
v-if="heading"
|
|
41
|
+
v-if="heading?.heading"
|
|
42
42
|
indent="col-3"
|
|
43
43
|
class="lg:mb-8 mb-5"
|
|
44
44
|
>
|
|
@@ -71,22 +71,19 @@ const { heading, blocks, image, steps, stepsNumbering, text } = reactive(props)
|
|
|
71
71
|
<li
|
|
72
72
|
v-for="(step, index) in steps"
|
|
73
73
|
:key="index"
|
|
74
|
-
class="PageEduStudentProjectStep lg:mb-
|
|
74
|
+
class="PageEduStudentProjectStep lg:mb-12 mb-10 px-4 lg:px-0"
|
|
75
75
|
>
|
|
76
76
|
<LayoutHelper
|
|
77
|
-
class="
|
|
78
|
-
indent="col-
|
|
77
|
+
class="px-0 lg:px-4"
|
|
78
|
+
indent="col-1"
|
|
79
79
|
>
|
|
80
|
-
<
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
<div
|
|
84
|
-
:class="index % 2 === 0 ? 'order-1' : 'order-2'"
|
|
85
|
-
class="mb-6 lg:mb-0"
|
|
86
|
-
>
|
|
80
|
+
<div class="ThemeVariantGray bg-gray-light px-8 py-6 md:px-10 md:py-8 lg:px-18 lg:py-16">
|
|
81
|
+
<template v-if="step.media?.length">
|
|
82
|
+
<!-- split 50/50 -->
|
|
83
|
+
<div class="lg:grid grid-cols-2 gap-6 lg:gap-10">
|
|
87
84
|
<BaseHeading
|
|
88
85
|
level="h3"
|
|
89
|
-
class="mb-5"
|
|
86
|
+
class="lg:hidden mb-5"
|
|
90
87
|
>
|
|
91
88
|
<span
|
|
92
89
|
v-if="stepsNumbering"
|
|
@@ -96,41 +93,59 @@ const { heading, blocks, image, steps, stepsNumbering, text } = reactive(props)
|
|
|
96
93
|
>
|
|
97
94
|
{{ step.heading }}
|
|
98
95
|
</BaseHeading>
|
|
99
|
-
<
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
96
|
+
<HeroInlineMedia
|
|
97
|
+
:hero-blocks="step.media"
|
|
98
|
+
class="order-1 mb-6 lg:mb-0"
|
|
99
|
+
:class="index % 2 === 1 ? 'lg:order-1' : 'lg:order-2'"
|
|
100
|
+
constrain
|
|
104
101
|
/>
|
|
102
|
+
<div
|
|
103
|
+
:class="index % 2 === 0 ? 'lg:order-1' : 'lg:order-2'"
|
|
104
|
+
class="order-2"
|
|
105
|
+
>
|
|
106
|
+
<BaseHeading
|
|
107
|
+
level="h3"
|
|
108
|
+
class="hidden lg:block mb-5"
|
|
109
|
+
>
|
|
110
|
+
<span
|
|
111
|
+
v-if="stepsNumbering"
|
|
112
|
+
class="steps-numbering"
|
|
113
|
+
aria-hidden
|
|
114
|
+
>{{ `Step ${index + 1}:` }}</span
|
|
115
|
+
>
|
|
116
|
+
{{ step.heading }}
|
|
117
|
+
</BaseHeading>
|
|
118
|
+
<BlockStreamfield
|
|
119
|
+
v-if="step.content"
|
|
120
|
+
:data="step.content"
|
|
121
|
+
size="medium"
|
|
122
|
+
variant="fluid"
|
|
123
|
+
/>
|
|
124
|
+
</div>
|
|
105
125
|
</div>
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
</div>
|
|
112
|
-
</template>
|
|
113
|
-
<template v-else>
|
|
114
|
-
<BaseHeading
|
|
115
|
-
level="h3"
|
|
116
|
-
class="mb-5"
|
|
117
|
-
>
|
|
118
|
-
<span
|
|
119
|
-
v-if="stepsNumbering"
|
|
120
|
-
aria-hidden
|
|
121
|
-
class="steps-numbering"
|
|
122
|
-
>{{ `Step ${index + 1}:` }}</span
|
|
126
|
+
</template>
|
|
127
|
+
<template v-else>
|
|
128
|
+
<BaseHeading
|
|
129
|
+
level="h3"
|
|
130
|
+
class="mb-5"
|
|
123
131
|
>
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
132
|
+
<span
|
|
133
|
+
v-if="stepsNumbering"
|
|
134
|
+
aria-hidden
|
|
135
|
+
class="steps-numbering"
|
|
136
|
+
>{{ `Step ${index + 1}:` }}</span
|
|
137
|
+
>
|
|
138
|
+
{{ step.heading }}
|
|
139
|
+
</BaseHeading>
|
|
140
|
+
<BlockStreamfield
|
|
141
|
+
v-if="step.content"
|
|
142
|
+
class="PageEduStudentProjectStep__fullWidth"
|
|
143
|
+
:data="step.content"
|
|
144
|
+
size="medium"
|
|
145
|
+
variant="fluid"
|
|
146
|
+
/>
|
|
147
|
+
</template>
|
|
148
|
+
</div>
|
|
134
149
|
</LayoutHelper>
|
|
135
150
|
</li>
|
|
136
151
|
</component>
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
|
|
3
|
-
interface NextCloseApproach {
|
|
4
|
-
date: string;
|
|
5
|
-
distanceMiles: string;
|
|
6
|
-
distanceKilometers: string;
|
|
7
|
-
comparisonImage: {
|
|
8
|
-
image: {
|
|
9
|
-
src: {
|
|
10
|
-
url: string;
|
|
11
|
-
};
|
|
12
|
-
webp: {
|
|
13
|
-
url: string;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
text: string;
|
|
17
|
-
};
|
|
18
|
-
sizeFeet: string;
|
|
19
|
-
name: string;
|
|
20
|
-
externalLink: string;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* Displays asteroid widget data. API is parsed by the backend. Frontend retrieves via a graphQL query.
|
|
24
|
-
*/
|
|
25
|
-
declare const _default: import('vue').DefineComponent<{
|
|
26
|
-
nextCloseApproaches: {
|
|
27
|
-
type: PropType<NextCloseApproach[]>;
|
|
28
|
-
required: false;
|
|
29
|
-
};
|
|
30
|
-
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
31
|
-
nextCloseApproaches: {
|
|
32
|
-
type: PropType<NextCloseApproach[]>;
|
|
33
|
-
required: false;
|
|
34
|
-
};
|
|
35
|
-
}>>, {}, {}>;
|
|
36
|
-
export default _default;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { ImageObject } from '../../interfaces';
|
|
3
|
-
|
|
4
|
-
declare const _default: import('vue').DefineComponent<{
|
|
5
|
-
data: {
|
|
6
|
-
type: PropType<Partial<ImageObject>>;
|
|
7
|
-
required: true;
|
|
8
|
-
default: undefined;
|
|
9
|
-
};
|
|
10
|
-
customLink: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: undefined;
|
|
13
|
-
};
|
|
14
|
-
customLinkText: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
19
|
-
data: {
|
|
20
|
-
type: PropType<Partial<ImageObject>>;
|
|
21
|
-
required: true;
|
|
22
|
-
default: undefined;
|
|
23
|
-
};
|
|
24
|
-
customLink: {
|
|
25
|
-
type: StringConstructor;
|
|
26
|
-
default: undefined;
|
|
27
|
-
};
|
|
28
|
-
customLinkText: {
|
|
29
|
-
type: StringConstructor;
|
|
30
|
-
default: string;
|
|
31
|
-
};
|
|
32
|
-
}>>, {
|
|
33
|
-
data: Partial<ImageObject>;
|
|
34
|
-
customLink: string;
|
|
35
|
-
customLinkText: string;
|
|
36
|
-
}, {}>;
|
|
37
|
-
export default _default;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { ImageObject, LinkObject } from '../../interfaces';
|
|
3
|
-
|
|
4
|
-
interface CardGridItem {
|
|
5
|
-
title: string;
|
|
6
|
-
label: string;
|
|
7
|
-
description: string;
|
|
8
|
-
image: Partial<ImageObject>;
|
|
9
|
-
link?: LinkObject;
|
|
10
|
-
}
|
|
11
|
-
declare const _default: import('vue').DefineComponent<{
|
|
12
|
-
compact: {
|
|
13
|
-
type: BooleanConstructor;
|
|
14
|
-
default: boolean;
|
|
15
|
-
};
|
|
16
|
-
cards: {
|
|
17
|
-
type: PropType<CardGridItem[]>;
|
|
18
|
-
default: undefined;
|
|
19
|
-
};
|
|
20
|
-
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
21
|
-
compact: {
|
|
22
|
-
type: BooleanConstructor;
|
|
23
|
-
default: boolean;
|
|
24
|
-
};
|
|
25
|
-
cards: {
|
|
26
|
-
type: PropType<CardGridItem[]>;
|
|
27
|
-
default: undefined;
|
|
28
|
-
};
|
|
29
|
-
}>>, {
|
|
30
|
-
compact: boolean;
|
|
31
|
-
cards: CardGridItem[];
|
|
32
|
-
}, {}>;
|
|
33
|
-
export default _default;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { LinkObject } from './../../interfaces';
|
|
3
|
-
|
|
4
|
-
declare const _default: import('vue').DefineComponent<{
|
|
5
|
-
link: {
|
|
6
|
-
type: PropType<LinkObject>;
|
|
7
|
-
required: false;
|
|
8
|
-
default: undefined;
|
|
9
|
-
};
|
|
10
|
-
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
-
link: {
|
|
12
|
-
type: PropType<LinkObject>;
|
|
13
|
-
required: false;
|
|
14
|
-
default: undefined;
|
|
15
|
-
};
|
|
16
|
-
}>>, {
|
|
17
|
-
link: LinkObject;
|
|
18
|
-
}, {}>;
|
|
19
|
-
export default _default;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
data: {
|
|
3
|
-
type: ObjectConstructor;
|
|
4
|
-
required: false;
|
|
5
|
-
};
|
|
6
|
-
}, unknown, {
|
|
7
|
-
lazyNative: boolean;
|
|
8
|
-
}, {
|
|
9
|
-
themeStore: () => import('pinia').Store<"theme", import('../../store/theme').State, {
|
|
10
|
-
isEdu(state: {
|
|
11
|
-
theme: import('../../interfaces').Explorer1Theme | null;
|
|
12
|
-
} & import('pinia').PiniaCustomStateProperties<import('../../store/theme').State>): boolean;
|
|
13
|
-
}, {
|
|
14
|
-
setTheme(value: import('../../interfaces').Explorer1Theme): void;
|
|
15
|
-
}>;
|
|
16
|
-
}, {
|
|
17
|
-
featureDetectIframeLazyLoad(): void;
|
|
18
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
19
|
-
data: {
|
|
20
|
-
type: ObjectConstructor;
|
|
21
|
-
required: false;
|
|
22
|
-
};
|
|
23
|
-
}>>, {}, {}>;
|
|
24
|
-
export default _default;
|