@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
tag: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
required: false;
|
|
@@ -25,7 +25,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
25
25
|
required: false;
|
|
26
26
|
default: boolean;
|
|
27
27
|
};
|
|
28
|
-
}
|
|
28
|
+
}>, {}, {}, {
|
|
29
29
|
theSrcSet(): any;
|
|
30
30
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
31
31
|
tag: {
|
|
@@ -54,8 +54,174 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
54
54
|
required: false;
|
|
55
55
|
default: boolean;
|
|
56
56
|
};
|
|
57
|
-
}
|
|
57
|
+
}>> & Readonly<{}>, {
|
|
58
58
|
tag: string;
|
|
59
59
|
imageOnRight: boolean;
|
|
60
|
-
}, {}
|
|
60
|
+
}, {}, {
|
|
61
|
+
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
62
|
+
darkMode: {
|
|
63
|
+
type: BooleanConstructor;
|
|
64
|
+
required: false;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
67
|
+
transparentMode: {
|
|
68
|
+
type: BooleanConstructor;
|
|
69
|
+
required: false;
|
|
70
|
+
default: boolean;
|
|
71
|
+
};
|
|
72
|
+
noLogo: {
|
|
73
|
+
type: BooleanConstructor;
|
|
74
|
+
default: boolean;
|
|
75
|
+
};
|
|
76
|
+
aspectRatio: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
default: string;
|
|
79
|
+
validator: (prop: string) => boolean;
|
|
80
|
+
};
|
|
81
|
+
responsiveAspectRatio: {
|
|
82
|
+
type: StringConstructor;
|
|
83
|
+
required: false;
|
|
84
|
+
};
|
|
85
|
+
}>, {}, {}, {
|
|
86
|
+
computedClass(): string;
|
|
87
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
88
|
+
darkMode: {
|
|
89
|
+
type: BooleanConstructor;
|
|
90
|
+
required: false;
|
|
91
|
+
default: boolean;
|
|
92
|
+
};
|
|
93
|
+
transparentMode: {
|
|
94
|
+
type: BooleanConstructor;
|
|
95
|
+
required: false;
|
|
96
|
+
default: boolean;
|
|
97
|
+
};
|
|
98
|
+
noLogo: {
|
|
99
|
+
type: BooleanConstructor;
|
|
100
|
+
default: boolean;
|
|
101
|
+
};
|
|
102
|
+
aspectRatio: {
|
|
103
|
+
type: StringConstructor;
|
|
104
|
+
default: string;
|
|
105
|
+
validator: (prop: string) => boolean;
|
|
106
|
+
};
|
|
107
|
+
responsiveAspectRatio: {
|
|
108
|
+
type: StringConstructor;
|
|
109
|
+
required: false;
|
|
110
|
+
};
|
|
111
|
+
}>> & Readonly<{}>, {
|
|
112
|
+
darkMode: boolean;
|
|
113
|
+
transparentMode: boolean;
|
|
114
|
+
noLogo: boolean;
|
|
115
|
+
aspectRatio: string;
|
|
116
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
117
|
+
BaseImage: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
118
|
+
imageClass: {
|
|
119
|
+
type: StringConstructor;
|
|
120
|
+
required: false;
|
|
121
|
+
};
|
|
122
|
+
objectFitClass: {
|
|
123
|
+
type: StringConstructor;
|
|
124
|
+
required: false;
|
|
125
|
+
default: string;
|
|
126
|
+
validator: (prop: string) => boolean;
|
|
127
|
+
};
|
|
128
|
+
src: {
|
|
129
|
+
type: StringConstructor;
|
|
130
|
+
required: true;
|
|
131
|
+
};
|
|
132
|
+
srcset: {
|
|
133
|
+
type: StringConstructor;
|
|
134
|
+
required: false;
|
|
135
|
+
default: string;
|
|
136
|
+
};
|
|
137
|
+
alt: {
|
|
138
|
+
type: StringConstructor;
|
|
139
|
+
};
|
|
140
|
+
width: {
|
|
141
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
142
|
+
};
|
|
143
|
+
height: {
|
|
144
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
145
|
+
};
|
|
146
|
+
loading: {
|
|
147
|
+
type: import('vue').PropType<import('./../BaseImage/BaseImage.vue').ImageLoader>;
|
|
148
|
+
required: false;
|
|
149
|
+
default: string;
|
|
150
|
+
};
|
|
151
|
+
}>, {}, {
|
|
152
|
+
lazyNative: boolean;
|
|
153
|
+
}, {
|
|
154
|
+
computedClass(): string;
|
|
155
|
+
}, {
|
|
156
|
+
featureDetectImageLazyLoad(): void;
|
|
157
|
+
imageFailed(): void;
|
|
158
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
159
|
+
imageClass: {
|
|
160
|
+
type: StringConstructor;
|
|
161
|
+
required: false;
|
|
162
|
+
};
|
|
163
|
+
objectFitClass: {
|
|
164
|
+
type: StringConstructor;
|
|
165
|
+
required: false;
|
|
166
|
+
default: string;
|
|
167
|
+
validator: (prop: string) => boolean;
|
|
168
|
+
};
|
|
169
|
+
src: {
|
|
170
|
+
type: StringConstructor;
|
|
171
|
+
required: true;
|
|
172
|
+
};
|
|
173
|
+
srcset: {
|
|
174
|
+
type: StringConstructor;
|
|
175
|
+
required: false;
|
|
176
|
+
default: string;
|
|
177
|
+
};
|
|
178
|
+
alt: {
|
|
179
|
+
type: StringConstructor;
|
|
180
|
+
};
|
|
181
|
+
width: {
|
|
182
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
183
|
+
};
|
|
184
|
+
height: {
|
|
185
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
186
|
+
};
|
|
187
|
+
loading: {
|
|
188
|
+
type: import('vue').PropType<import('./../BaseImage/BaseImage.vue').ImageLoader>;
|
|
189
|
+
required: false;
|
|
190
|
+
default: string;
|
|
191
|
+
};
|
|
192
|
+
}>> & Readonly<{}>, {
|
|
193
|
+
objectFitClass: string;
|
|
194
|
+
srcset: string;
|
|
195
|
+
loading: import('./../BaseImage/BaseImage.vue').ImageLoader;
|
|
196
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
197
|
+
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
198
|
+
level: {
|
|
199
|
+
type: import('vue').PropType<import('./../BaseHeading/BaseHeading.vue').HeadingLevel | undefined>;
|
|
200
|
+
required: false;
|
|
201
|
+
default: string;
|
|
202
|
+
};
|
|
203
|
+
size: {
|
|
204
|
+
type: import('vue').PropType<import('./../BaseHeading/BaseHeading.vue').HeadingLevel | "" | undefined>;
|
|
205
|
+
required: false;
|
|
206
|
+
default: string;
|
|
207
|
+
};
|
|
208
|
+
}>, {}, {}, {
|
|
209
|
+
computedTag(): string;
|
|
210
|
+
computedClass(): string;
|
|
211
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
212
|
+
level: {
|
|
213
|
+
type: import('vue').PropType<import('./../BaseHeading/BaseHeading.vue').HeadingLevel | undefined>;
|
|
214
|
+
required: false;
|
|
215
|
+
default: string;
|
|
216
|
+
};
|
|
217
|
+
size: {
|
|
218
|
+
type: import('vue').PropType<import('./../BaseHeading/BaseHeading.vue').HeadingLevel | "" | undefined>;
|
|
219
|
+
required: false;
|
|
220
|
+
default: string;
|
|
221
|
+
};
|
|
222
|
+
}>> & Readonly<{}>, {
|
|
223
|
+
size: "" | import('./../BaseHeading/BaseHeading.vue').HeadingLevel | undefined;
|
|
224
|
+
level: import('./../BaseHeading/BaseHeading.vue').HeadingLevel | undefined;
|
|
225
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
226
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
61
227
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
data: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
required: true;
|
|
5
5
|
default: () => {};
|
|
6
6
|
};
|
|
7
|
-
}
|
|
7
|
+
}>, {}, {}, {
|
|
8
8
|
buttonVariant(): "primary" | "dark";
|
|
9
9
|
themeStore: () => import('pinia').Store<"theme", import('../../store/theme').State, {
|
|
10
10
|
isEdu(state: {
|
|
@@ -19,7 +19,99 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
19
19
|
required: true;
|
|
20
20
|
default: () => {};
|
|
21
21
|
};
|
|
22
|
-
}
|
|
22
|
+
}>> & Readonly<{}>, {
|
|
23
23
|
data: Record<string, any>;
|
|
24
|
-
}, {}
|
|
24
|
+
}, {}, {
|
|
25
|
+
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
26
|
+
variant: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
required: false;
|
|
29
|
+
default: string;
|
|
30
|
+
validator: (prop: string) => boolean;
|
|
31
|
+
};
|
|
32
|
+
compact: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
required: false;
|
|
36
|
+
};
|
|
37
|
+
blockClasses: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
required: false;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
disabled: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
required: false;
|
|
46
|
+
};
|
|
47
|
+
ariaLabel: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: string;
|
|
50
|
+
required: false;
|
|
51
|
+
};
|
|
52
|
+
to: {
|
|
53
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
54
|
+
required: false;
|
|
55
|
+
default: undefined;
|
|
56
|
+
};
|
|
57
|
+
href: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
required: false;
|
|
60
|
+
default: undefined;
|
|
61
|
+
};
|
|
62
|
+
}>, {}, {}, {
|
|
63
|
+
tag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
64
|
+
computedTo(): string | Record<string, any> | undefined;
|
|
65
|
+
theHref(): string | undefined;
|
|
66
|
+
variantClass(): string;
|
|
67
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
68
|
+
variant: {
|
|
69
|
+
type: StringConstructor;
|
|
70
|
+
required: false;
|
|
71
|
+
default: string;
|
|
72
|
+
validator: (prop: string) => boolean;
|
|
73
|
+
};
|
|
74
|
+
compact: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default: boolean;
|
|
77
|
+
required: false;
|
|
78
|
+
};
|
|
79
|
+
blockClasses: {
|
|
80
|
+
type: StringConstructor;
|
|
81
|
+
required: false;
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
84
|
+
disabled: {
|
|
85
|
+
type: BooleanConstructor;
|
|
86
|
+
default: boolean;
|
|
87
|
+
required: false;
|
|
88
|
+
};
|
|
89
|
+
ariaLabel: {
|
|
90
|
+
type: StringConstructor;
|
|
91
|
+
default: string;
|
|
92
|
+
required: false;
|
|
93
|
+
};
|
|
94
|
+
to: {
|
|
95
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
96
|
+
required: false;
|
|
97
|
+
default: undefined;
|
|
98
|
+
};
|
|
99
|
+
href: {
|
|
100
|
+
type: StringConstructor;
|
|
101
|
+
required: false;
|
|
102
|
+
default: undefined;
|
|
103
|
+
};
|
|
104
|
+
}>> & Readonly<{
|
|
105
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
106
|
+
}>, {
|
|
107
|
+
to: string | Record<string, any>;
|
|
108
|
+
disabled: boolean;
|
|
109
|
+
variant: string;
|
|
110
|
+
href: string;
|
|
111
|
+
ariaLabel: string;
|
|
112
|
+
compact: boolean;
|
|
113
|
+
blockClasses: string;
|
|
114
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
115
|
+
IconExternal: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
116
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
25
117
|
export default _default;
|
|
@@ -19,7 +19,7 @@ export namespace BaseStory {
|
|
|
19
19
|
}
|
|
20
20
|
function render(args: any): {
|
|
21
21
|
components: {
|
|
22
|
-
BlockDialog: import("vue").DefineComponent<{
|
|
22
|
+
BlockDialog: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
23
23
|
dialogId: {
|
|
24
24
|
type: StringConstructor;
|
|
25
25
|
required: true;
|
|
@@ -39,7 +39,7 @@ export namespace BaseStory {
|
|
|
39
39
|
required: false;
|
|
40
40
|
default: string;
|
|
41
41
|
};
|
|
42
|
-
}
|
|
42
|
+
}>, {}, {
|
|
43
43
|
dialog: import("a11y-dialog").default | null;
|
|
44
44
|
content: HTMLElement | null;
|
|
45
45
|
}, {}, {
|
|
@@ -64,14 +64,16 @@ export namespace BaseStory {
|
|
|
64
64
|
required: false;
|
|
65
65
|
default: string;
|
|
66
66
|
};
|
|
67
|
-
}>> & {
|
|
67
|
+
}>> & Readonly<{
|
|
68
68
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
70
|
-
}
|
|
70
|
+
}>, {
|
|
71
71
|
headingId: string;
|
|
72
72
|
overlayClose: boolean;
|
|
73
73
|
dialogBoxClass: string;
|
|
74
|
-
}, {}
|
|
74
|
+
}, {}, {
|
|
75
|
+
IconClose: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
76
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
75
77
|
};
|
|
76
78
|
setup(): {
|
|
77
79
|
args: any;
|
|
@@ -6,7 +6,7 @@ interface BlockGistProps {
|
|
|
6
6
|
url?: string;
|
|
7
7
|
};
|
|
8
8
|
}
|
|
9
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<BlockGistProps
|
|
9
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<BlockGistProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<BlockGistProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
11
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -3,12 +3,12 @@ import { HeadingLevel } from './../BaseHeading/BaseHeading.vue';
|
|
|
3
3
|
|
|
4
4
|
export interface BlockHeadingObject {
|
|
5
5
|
blockType?: string;
|
|
6
|
-
heading:
|
|
6
|
+
heading: string;
|
|
7
7
|
level?: HeadingLevel;
|
|
8
8
|
size?: string;
|
|
9
9
|
blockId?: string;
|
|
10
10
|
}
|
|
11
|
-
declare const _default: import('vue').DefineComponent<{
|
|
11
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
12
12
|
data: {
|
|
13
13
|
type: PropType<BlockHeadingObject>;
|
|
14
14
|
required: false;
|
|
@@ -18,7 +18,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
18
18
|
type: BooleanConstructor;
|
|
19
19
|
default: boolean;
|
|
20
20
|
};
|
|
21
|
-
}
|
|
21
|
+
}>, {}, {}, {
|
|
22
22
|
getId(): string | undefined;
|
|
23
23
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
24
24
|
data: {
|
|
@@ -30,8 +30,38 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
30
30
|
type: BooleanConstructor;
|
|
31
31
|
default: boolean;
|
|
32
32
|
};
|
|
33
|
-
}
|
|
33
|
+
}>> & Readonly<{}>, {
|
|
34
34
|
data: BlockHeadingObject;
|
|
35
35
|
generateId: boolean;
|
|
36
|
-
}, {}
|
|
36
|
+
}, {}, {
|
|
37
|
+
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
38
|
+
level: {
|
|
39
|
+
type: PropType<HeadingLevel | undefined>;
|
|
40
|
+
required: false;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
size: {
|
|
44
|
+
type: PropType<HeadingLevel | "" | undefined>;
|
|
45
|
+
required: false;
|
|
46
|
+
default: string;
|
|
47
|
+
};
|
|
48
|
+
}>, {}, {}, {
|
|
49
|
+
computedTag(): string;
|
|
50
|
+
computedClass(): string;
|
|
51
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
52
|
+
level: {
|
|
53
|
+
type: PropType<HeadingLevel | undefined>;
|
|
54
|
+
required: false;
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
size: {
|
|
58
|
+
type: PropType<HeadingLevel | "" | undefined>;
|
|
59
|
+
required: false;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
}>> & Readonly<{}>, {
|
|
63
|
+
size: "" | HeadingLevel | undefined;
|
|
64
|
+
level: HeadingLevel | undefined;
|
|
65
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
66
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
37
67
|
export default _default;
|
|
@@ -1,12 +1,96 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
data: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
required: false;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7
7
|
data: {
|
|
8
8
|
type: ObjectConstructor;
|
|
9
9
|
required: false;
|
|
10
10
|
};
|
|
11
|
-
}
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
12
|
+
BlockHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
13
|
+
data: {
|
|
14
|
+
type: import('vue').PropType<import('./../BlockHeading/BlockHeading.vue').BlockHeadingObject>;
|
|
15
|
+
required: false;
|
|
16
|
+
default: undefined;
|
|
17
|
+
};
|
|
18
|
+
generateId: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
}>, {}, {}, {
|
|
23
|
+
getId(): string | undefined;
|
|
24
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
25
|
+
data: {
|
|
26
|
+
type: import('vue').PropType<import('./../BlockHeading/BlockHeading.vue').BlockHeadingObject>;
|
|
27
|
+
required: false;
|
|
28
|
+
default: undefined;
|
|
29
|
+
};
|
|
30
|
+
generateId: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
}>> & Readonly<{}>, {
|
|
35
|
+
data: import('./../BlockHeading/BlockHeading.vue').BlockHeadingObject;
|
|
36
|
+
generateId: boolean;
|
|
37
|
+
}, {}, {
|
|
38
|
+
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
39
|
+
level: {
|
|
40
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined>;
|
|
41
|
+
required: false;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
size: {
|
|
45
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | "" | undefined>;
|
|
46
|
+
required: false;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
}>, {}, {}, {
|
|
50
|
+
computedTag(): string;
|
|
51
|
+
computedClass(): string;
|
|
52
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
53
|
+
level: {
|
|
54
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined>;
|
|
55
|
+
required: false;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
size: {
|
|
59
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | "" | undefined>;
|
|
60
|
+
required: false;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
}>> & Readonly<{}>, {
|
|
64
|
+
size: "" | import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined;
|
|
65
|
+
level: import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined;
|
|
66
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
67
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
68
|
+
BlockText: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
69
|
+
text: {
|
|
70
|
+
type: StringConstructor;
|
|
71
|
+
required: false;
|
|
72
|
+
};
|
|
73
|
+
variant: {
|
|
74
|
+
type: StringConstructor;
|
|
75
|
+
required: false;
|
|
76
|
+
default: string;
|
|
77
|
+
validator: (prop: string) => boolean;
|
|
78
|
+
};
|
|
79
|
+
}>, {}, {}, {
|
|
80
|
+
computedClass(): string;
|
|
81
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
82
|
+
text: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
required: false;
|
|
85
|
+
};
|
|
86
|
+
variant: {
|
|
87
|
+
type: StringConstructor;
|
|
88
|
+
required: false;
|
|
89
|
+
default: string;
|
|
90
|
+
validator: (prop: string) => boolean;
|
|
91
|
+
};
|
|
92
|
+
}>> & Readonly<{}>, {
|
|
93
|
+
variant: string;
|
|
94
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
95
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12
96
|
export default _default;
|
|
@@ -8,8 +8,8 @@ declare namespace _default {
|
|
|
8
8
|
namespace size {
|
|
9
9
|
namespace control {
|
|
10
10
|
let type: string;
|
|
11
|
-
let options: string[];
|
|
12
11
|
}
|
|
12
|
+
let options: string[];
|
|
13
13
|
}
|
|
14
14
|
namespace headingLevel {
|
|
15
15
|
export let description: string;
|
|
@@ -170,22 +170,30 @@ export namespace EventItemWithChip {
|
|
|
170
170
|
}
|
|
171
171
|
export { args_4 as args };
|
|
172
172
|
}
|
|
173
|
-
export namespace
|
|
173
|
+
export namespace EventWithDateNoTime {
|
|
174
174
|
let decorators_5: (() => {
|
|
175
175
|
template: string;
|
|
176
176
|
})[];
|
|
177
177
|
export { decorators_5 as decorators };
|
|
178
178
|
export namespace args_5 {
|
|
179
|
+
let showCalendarChip_1: boolean;
|
|
180
|
+
export { showCalendarChip_1 as showCalendarChip };
|
|
179
181
|
export namespace data_3 {
|
|
180
182
|
export namespace page_2 {
|
|
181
|
-
export namespace primarySubject {
|
|
182
|
-
let subject: string;
|
|
183
|
-
}
|
|
184
|
-
export let gradeLevels: {
|
|
185
|
-
gradeLevel: string;
|
|
186
|
-
}[];
|
|
187
183
|
let __typename_2: string;
|
|
188
184
|
export { __typename_2 as __typename };
|
|
185
|
+
let startDate_3: string;
|
|
186
|
+
export { startDate_3 as startDate };
|
|
187
|
+
let startDatetime_2: null;
|
|
188
|
+
export { startDatetime_2 as startDatetime };
|
|
189
|
+
let endDatetime_2: null;
|
|
190
|
+
export { endDatetime_2 as endDatetime };
|
|
191
|
+
let endDate_3: string;
|
|
192
|
+
export { endDate_3 as endDate };
|
|
193
|
+
let ongoing_2: boolean;
|
|
194
|
+
export { ongoing_2 as ongoing };
|
|
195
|
+
let eventType_2: string;
|
|
196
|
+
export { eventType_2 as eventType };
|
|
189
197
|
}
|
|
190
198
|
export { page_2 as page };
|
|
191
199
|
}
|
|
@@ -193,23 +201,26 @@ export namespace EduLesson {
|
|
|
193
201
|
}
|
|
194
202
|
export { args_5 as args };
|
|
195
203
|
}
|
|
196
|
-
export namespace
|
|
204
|
+
export namespace EduLesson {
|
|
197
205
|
let decorators_6: (() => {
|
|
198
206
|
template: string;
|
|
199
207
|
})[];
|
|
200
208
|
export { decorators_6 as decorators };
|
|
201
209
|
export namespace args_6 {
|
|
210
|
+
let size_3: string;
|
|
211
|
+
export { size_3 as size };
|
|
202
212
|
export namespace data_4 {
|
|
203
213
|
export namespace page_3 {
|
|
204
|
-
export namespace
|
|
205
|
-
let
|
|
206
|
-
export { subject_1 as subject };
|
|
214
|
+
export namespace primarySubject {
|
|
215
|
+
let subject: string;
|
|
207
216
|
}
|
|
208
|
-
export
|
|
209
|
-
let gradeLevels_1: {
|
|
217
|
+
export let gradeLevels: {
|
|
210
218
|
gradeLevel: string;
|
|
211
219
|
}[];
|
|
212
|
-
export
|
|
220
|
+
export namespace time {
|
|
221
|
+
let time_1: string;
|
|
222
|
+
export { time_1 as time };
|
|
223
|
+
}
|
|
213
224
|
let __typename_3: string;
|
|
214
225
|
export { __typename_3 as __typename };
|
|
215
226
|
}
|
|
@@ -219,12 +230,38 @@ export namespace EduExplainerArticle {
|
|
|
219
230
|
}
|
|
220
231
|
export { args_6 as args };
|
|
221
232
|
}
|
|
222
|
-
export namespace
|
|
233
|
+
export namespace EduExplainerArticle {
|
|
234
|
+
let decorators_7: (() => {
|
|
235
|
+
template: string;
|
|
236
|
+
})[];
|
|
237
|
+
export { decorators_7 as decorators };
|
|
223
238
|
export namespace args_7 {
|
|
224
|
-
let size_3: string;
|
|
225
|
-
export { size_3 as size };
|
|
226
239
|
export namespace data_5 {
|
|
227
240
|
export namespace page_4 {
|
|
241
|
+
export namespace primarySubject_1 {
|
|
242
|
+
let subject_1: string;
|
|
243
|
+
export { subject_1 as subject };
|
|
244
|
+
}
|
|
245
|
+
export { primarySubject_1 as primarySubject };
|
|
246
|
+
let gradeLevels_1: {
|
|
247
|
+
gradeLevel: string;
|
|
248
|
+
}[];
|
|
249
|
+
export { gradeLevels_1 as gradeLevels };
|
|
250
|
+
let __typename_4: string;
|
|
251
|
+
export { __typename_4 as __typename };
|
|
252
|
+
}
|
|
253
|
+
export { page_4 as page };
|
|
254
|
+
}
|
|
255
|
+
export { data_5 as data };
|
|
256
|
+
}
|
|
257
|
+
export { args_7 as args };
|
|
258
|
+
}
|
|
259
|
+
export namespace LargeEduExplainerArticle {
|
|
260
|
+
export namespace args_8 {
|
|
261
|
+
let size_4: string;
|
|
262
|
+
export { size_4 as size };
|
|
263
|
+
export namespace data_6 {
|
|
264
|
+
export namespace page_5 {
|
|
228
265
|
export namespace primarySubject_2 {
|
|
229
266
|
let subject_2: string;
|
|
230
267
|
export { subject_2 as subject };
|
|
@@ -234,12 +271,12 @@ export namespace LargeEduExplainerArticle {
|
|
|
234
271
|
gradeLevel: string;
|
|
235
272
|
}[];
|
|
236
273
|
export { gradeLevels_2 as gradeLevels };
|
|
237
|
-
let
|
|
238
|
-
export {
|
|
274
|
+
let __typename_5: string;
|
|
275
|
+
export { __typename_5 as __typename };
|
|
239
276
|
}
|
|
240
|
-
export {
|
|
277
|
+
export { page_5 as page };
|
|
241
278
|
}
|
|
242
|
-
export {
|
|
279
|
+
export { data_6 as data };
|
|
243
280
|
}
|
|
244
|
-
export {
|
|
281
|
+
export { args_8 as args };
|
|
245
282
|
}
|