@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
|
@@ -23,12 +23,12 @@ export namespace BaseModalDialogData {
|
|
|
23
23
|
export function BaseStory(args: any): {
|
|
24
24
|
props: string[];
|
|
25
25
|
components: {
|
|
26
|
-
BaseModal: import('vue').DefineComponent<{
|
|
26
|
+
BaseModal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
27
27
|
bgClose: {
|
|
28
28
|
type: BooleanConstructor;
|
|
29
29
|
default: boolean;
|
|
30
30
|
};
|
|
31
|
-
}
|
|
31
|
+
}>, {}, {
|
|
32
32
|
showModal: boolean;
|
|
33
33
|
}, {}, {
|
|
34
34
|
openModal(): void;
|
|
@@ -38,9 +38,146 @@ export function BaseStory(args: any): {
|
|
|
38
38
|
type: BooleanConstructor;
|
|
39
39
|
default: boolean;
|
|
40
40
|
};
|
|
41
|
-
}
|
|
41
|
+
}>> & Readonly<{}>, {
|
|
42
42
|
bgClose: boolean;
|
|
43
|
-
}, {}
|
|
43
|
+
}, {}, {
|
|
44
|
+
BaseModalDialog: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
45
|
+
bgClose: {
|
|
46
|
+
type: BooleanConstructor;
|
|
47
|
+
default: boolean;
|
|
48
|
+
};
|
|
49
|
+
}>, {}, {}, {}, {
|
|
50
|
+
closeModal(): void;
|
|
51
|
+
bgCloseModal(): void;
|
|
52
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
53
|
+
bgClose: {
|
|
54
|
+
type: BooleanConstructor;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
57
|
+
}>> & Readonly<{}>, {
|
|
58
|
+
bgClose: boolean;
|
|
59
|
+
}, {}, {
|
|
60
|
+
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
61
|
+
variant: {
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
required: false;
|
|
64
|
+
default: string;
|
|
65
|
+
validator: (prop: string) => boolean;
|
|
66
|
+
};
|
|
67
|
+
compact: {
|
|
68
|
+
type: BooleanConstructor;
|
|
69
|
+
default: boolean;
|
|
70
|
+
required: false;
|
|
71
|
+
};
|
|
72
|
+
blockClasses: {
|
|
73
|
+
type: StringConstructor;
|
|
74
|
+
required: false;
|
|
75
|
+
default: string;
|
|
76
|
+
};
|
|
77
|
+
disabled: {
|
|
78
|
+
type: BooleanConstructor;
|
|
79
|
+
default: boolean;
|
|
80
|
+
required: false;
|
|
81
|
+
};
|
|
82
|
+
ariaLabel: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
default: string;
|
|
85
|
+
required: false;
|
|
86
|
+
};
|
|
87
|
+
to: {
|
|
88
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
89
|
+
required: false;
|
|
90
|
+
default: undefined;
|
|
91
|
+
};
|
|
92
|
+
href: {
|
|
93
|
+
type: StringConstructor;
|
|
94
|
+
required: false;
|
|
95
|
+
default: undefined;
|
|
96
|
+
};
|
|
97
|
+
}>, {}, {}, {
|
|
98
|
+
tag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
99
|
+
computedTo(): string | Record<string, any> | undefined;
|
|
100
|
+
theHref(): string | undefined;
|
|
101
|
+
variantClass(): string;
|
|
102
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
103
|
+
variant: {
|
|
104
|
+
type: StringConstructor;
|
|
105
|
+
required: false;
|
|
106
|
+
default: string;
|
|
107
|
+
validator: (prop: string) => boolean;
|
|
108
|
+
};
|
|
109
|
+
compact: {
|
|
110
|
+
type: BooleanConstructor;
|
|
111
|
+
default: boolean;
|
|
112
|
+
required: false;
|
|
113
|
+
};
|
|
114
|
+
blockClasses: {
|
|
115
|
+
type: StringConstructor;
|
|
116
|
+
required: false;
|
|
117
|
+
default: string;
|
|
118
|
+
};
|
|
119
|
+
disabled: {
|
|
120
|
+
type: BooleanConstructor;
|
|
121
|
+
default: boolean;
|
|
122
|
+
required: false;
|
|
123
|
+
};
|
|
124
|
+
ariaLabel: {
|
|
125
|
+
type: StringConstructor;
|
|
126
|
+
default: string;
|
|
127
|
+
required: false;
|
|
128
|
+
};
|
|
129
|
+
to: {
|
|
130
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
131
|
+
required: false;
|
|
132
|
+
default: undefined;
|
|
133
|
+
};
|
|
134
|
+
href: {
|
|
135
|
+
type: StringConstructor;
|
|
136
|
+
required: false;
|
|
137
|
+
default: undefined;
|
|
138
|
+
};
|
|
139
|
+
}>> & Readonly<{
|
|
140
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
141
|
+
}>, {
|
|
142
|
+
to: string | Record<string, any>;
|
|
143
|
+
disabled: boolean;
|
|
144
|
+
variant: string;
|
|
145
|
+
href: string;
|
|
146
|
+
ariaLabel: string;
|
|
147
|
+
compact: boolean;
|
|
148
|
+
blockClasses: string;
|
|
149
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
150
|
+
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
151
|
+
level: {
|
|
152
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined>;
|
|
153
|
+
required: false;
|
|
154
|
+
default: string;
|
|
155
|
+
};
|
|
156
|
+
size: {
|
|
157
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | "" | undefined>;
|
|
158
|
+
required: false;
|
|
159
|
+
default: string;
|
|
160
|
+
};
|
|
161
|
+
}>, {}, {}, {
|
|
162
|
+
computedTag(): string;
|
|
163
|
+
computedClass(): string;
|
|
164
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
165
|
+
level: {
|
|
166
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined>;
|
|
167
|
+
required: false;
|
|
168
|
+
default: string;
|
|
169
|
+
};
|
|
170
|
+
size: {
|
|
171
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | "" | undefined>;
|
|
172
|
+
required: false;
|
|
173
|
+
default: string;
|
|
174
|
+
};
|
|
175
|
+
}>> & Readonly<{}>, {
|
|
176
|
+
size: "" | import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined;
|
|
177
|
+
level: import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined;
|
|
178
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
179
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
180
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
44
181
|
};
|
|
45
182
|
template: string;
|
|
46
183
|
};
|
|
@@ -50,12 +187,12 @@ export namespace BaseStory {
|
|
|
50
187
|
export function CustomTrigger(args: any): {
|
|
51
188
|
props: string[];
|
|
52
189
|
components: {
|
|
53
|
-
BaseModal: import('vue').DefineComponent<{
|
|
190
|
+
BaseModal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
54
191
|
bgClose: {
|
|
55
192
|
type: BooleanConstructor;
|
|
56
193
|
default: boolean;
|
|
57
194
|
};
|
|
58
|
-
}
|
|
195
|
+
}>, {}, {
|
|
59
196
|
showModal: boolean;
|
|
60
197
|
}, {}, {
|
|
61
198
|
openModal(): void;
|
|
@@ -65,10 +202,147 @@ export function CustomTrigger(args: any): {
|
|
|
65
202
|
type: BooleanConstructor;
|
|
66
203
|
default: boolean;
|
|
67
204
|
};
|
|
68
|
-
}
|
|
205
|
+
}>> & Readonly<{}>, {
|
|
69
206
|
bgClose: boolean;
|
|
70
|
-
}, {}
|
|
71
|
-
|
|
207
|
+
}, {}, {
|
|
208
|
+
BaseModalDialog: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
209
|
+
bgClose: {
|
|
210
|
+
type: BooleanConstructor;
|
|
211
|
+
default: boolean;
|
|
212
|
+
};
|
|
213
|
+
}>, {}, {}, {}, {
|
|
214
|
+
closeModal(): void;
|
|
215
|
+
bgCloseModal(): void;
|
|
216
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
217
|
+
bgClose: {
|
|
218
|
+
type: BooleanConstructor;
|
|
219
|
+
default: boolean;
|
|
220
|
+
};
|
|
221
|
+
}>> & Readonly<{}>, {
|
|
222
|
+
bgClose: boolean;
|
|
223
|
+
}, {}, {
|
|
224
|
+
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
225
|
+
variant: {
|
|
226
|
+
type: StringConstructor;
|
|
227
|
+
required: false;
|
|
228
|
+
default: string;
|
|
229
|
+
validator: (prop: string) => boolean;
|
|
230
|
+
};
|
|
231
|
+
compact: {
|
|
232
|
+
type: BooleanConstructor;
|
|
233
|
+
default: boolean;
|
|
234
|
+
required: false;
|
|
235
|
+
};
|
|
236
|
+
blockClasses: {
|
|
237
|
+
type: StringConstructor;
|
|
238
|
+
required: false;
|
|
239
|
+
default: string;
|
|
240
|
+
};
|
|
241
|
+
disabled: {
|
|
242
|
+
type: BooleanConstructor;
|
|
243
|
+
default: boolean;
|
|
244
|
+
required: false;
|
|
245
|
+
};
|
|
246
|
+
ariaLabel: {
|
|
247
|
+
type: StringConstructor;
|
|
248
|
+
default: string;
|
|
249
|
+
required: false;
|
|
250
|
+
};
|
|
251
|
+
to: {
|
|
252
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
253
|
+
required: false;
|
|
254
|
+
default: undefined;
|
|
255
|
+
};
|
|
256
|
+
href: {
|
|
257
|
+
type: StringConstructor;
|
|
258
|
+
required: false;
|
|
259
|
+
default: undefined;
|
|
260
|
+
};
|
|
261
|
+
}>, {}, {}, {
|
|
262
|
+
tag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
263
|
+
computedTo(): string | Record<string, any> | undefined;
|
|
264
|
+
theHref(): string | undefined;
|
|
265
|
+
variantClass(): string;
|
|
266
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
267
|
+
variant: {
|
|
268
|
+
type: StringConstructor;
|
|
269
|
+
required: false;
|
|
270
|
+
default: string;
|
|
271
|
+
validator: (prop: string) => boolean;
|
|
272
|
+
};
|
|
273
|
+
compact: {
|
|
274
|
+
type: BooleanConstructor;
|
|
275
|
+
default: boolean;
|
|
276
|
+
required: false;
|
|
277
|
+
};
|
|
278
|
+
blockClasses: {
|
|
279
|
+
type: StringConstructor;
|
|
280
|
+
required: false;
|
|
281
|
+
default: string;
|
|
282
|
+
};
|
|
283
|
+
disabled: {
|
|
284
|
+
type: BooleanConstructor;
|
|
285
|
+
default: boolean;
|
|
286
|
+
required: false;
|
|
287
|
+
};
|
|
288
|
+
ariaLabel: {
|
|
289
|
+
type: StringConstructor;
|
|
290
|
+
default: string;
|
|
291
|
+
required: false;
|
|
292
|
+
};
|
|
293
|
+
to: {
|
|
294
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
295
|
+
required: false;
|
|
296
|
+
default: undefined;
|
|
297
|
+
};
|
|
298
|
+
href: {
|
|
299
|
+
type: StringConstructor;
|
|
300
|
+
required: false;
|
|
301
|
+
default: undefined;
|
|
302
|
+
};
|
|
303
|
+
}>> & Readonly<{
|
|
304
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
305
|
+
}>, {
|
|
306
|
+
to: string | Record<string, any>;
|
|
307
|
+
disabled: boolean;
|
|
308
|
+
variant: string;
|
|
309
|
+
href: string;
|
|
310
|
+
ariaLabel: string;
|
|
311
|
+
compact: boolean;
|
|
312
|
+
blockClasses: string;
|
|
313
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
314
|
+
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
315
|
+
level: {
|
|
316
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined>;
|
|
317
|
+
required: false;
|
|
318
|
+
default: string;
|
|
319
|
+
};
|
|
320
|
+
size: {
|
|
321
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | "" | undefined>;
|
|
322
|
+
required: false;
|
|
323
|
+
default: string;
|
|
324
|
+
};
|
|
325
|
+
}>, {}, {}, {
|
|
326
|
+
computedTag(): string;
|
|
327
|
+
computedClass(): string;
|
|
328
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
329
|
+
level: {
|
|
330
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined>;
|
|
331
|
+
required: false;
|
|
332
|
+
default: string;
|
|
333
|
+
};
|
|
334
|
+
size: {
|
|
335
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | "" | undefined>;
|
|
336
|
+
required: false;
|
|
337
|
+
default: string;
|
|
338
|
+
};
|
|
339
|
+
}>> & Readonly<{}>, {
|
|
340
|
+
size: "" | import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined;
|
|
341
|
+
level: import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined;
|
|
342
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
343
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
344
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
345
|
+
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
72
346
|
variant: {
|
|
73
347
|
type: StringConstructor;
|
|
74
348
|
required: false;
|
|
@@ -105,7 +379,7 @@ export function CustomTrigger(args: any): {
|
|
|
105
379
|
required: false;
|
|
106
380
|
default: undefined;
|
|
107
381
|
};
|
|
108
|
-
}
|
|
382
|
+
}>, {}, {}, {
|
|
109
383
|
tag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
110
384
|
computedTo(): string | Record<string, any> | undefined;
|
|
111
385
|
theHref(): string | undefined;
|
|
@@ -147,17 +421,17 @@ export function CustomTrigger(args: any): {
|
|
|
147
421
|
required: false;
|
|
148
422
|
default: undefined;
|
|
149
423
|
};
|
|
150
|
-
}>> & {
|
|
424
|
+
}>> & Readonly<{
|
|
151
425
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
152
|
-
}
|
|
426
|
+
}>, {
|
|
427
|
+
to: string | Record<string, any>;
|
|
428
|
+
disabled: boolean;
|
|
153
429
|
variant: string;
|
|
154
430
|
href: string;
|
|
155
|
-
to: string | Record<string, any>;
|
|
156
431
|
ariaLabel: string;
|
|
157
432
|
compact: boolean;
|
|
158
433
|
blockClasses: string;
|
|
159
|
-
|
|
160
|
-
}, {}>;
|
|
434
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
161
435
|
};
|
|
162
436
|
template: string;
|
|
163
437
|
};
|
|
@@ -168,12 +442,12 @@ export namespace CustomTrigger {
|
|
|
168
442
|
export function Nested(args: any): {
|
|
169
443
|
props: string[];
|
|
170
444
|
components: {
|
|
171
|
-
BaseModal: import('vue').DefineComponent<{
|
|
445
|
+
BaseModal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
172
446
|
bgClose: {
|
|
173
447
|
type: BooleanConstructor;
|
|
174
448
|
default: boolean;
|
|
175
449
|
};
|
|
176
|
-
}
|
|
450
|
+
}>, {}, {
|
|
177
451
|
showModal: boolean;
|
|
178
452
|
}, {}, {
|
|
179
453
|
openModal(): void;
|
|
@@ -183,10 +457,147 @@ export function Nested(args: any): {
|
|
|
183
457
|
type: BooleanConstructor;
|
|
184
458
|
default: boolean;
|
|
185
459
|
};
|
|
186
|
-
}
|
|
460
|
+
}>> & Readonly<{}>, {
|
|
187
461
|
bgClose: boolean;
|
|
188
|
-
}, {}
|
|
189
|
-
|
|
462
|
+
}, {}, {
|
|
463
|
+
BaseModalDialog: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
464
|
+
bgClose: {
|
|
465
|
+
type: BooleanConstructor;
|
|
466
|
+
default: boolean;
|
|
467
|
+
};
|
|
468
|
+
}>, {}, {}, {}, {
|
|
469
|
+
closeModal(): void;
|
|
470
|
+
bgCloseModal(): void;
|
|
471
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
472
|
+
bgClose: {
|
|
473
|
+
type: BooleanConstructor;
|
|
474
|
+
default: boolean;
|
|
475
|
+
};
|
|
476
|
+
}>> & Readonly<{}>, {
|
|
477
|
+
bgClose: boolean;
|
|
478
|
+
}, {}, {
|
|
479
|
+
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
480
|
+
variant: {
|
|
481
|
+
type: StringConstructor;
|
|
482
|
+
required: false;
|
|
483
|
+
default: string;
|
|
484
|
+
validator: (prop: string) => boolean;
|
|
485
|
+
};
|
|
486
|
+
compact: {
|
|
487
|
+
type: BooleanConstructor;
|
|
488
|
+
default: boolean;
|
|
489
|
+
required: false;
|
|
490
|
+
};
|
|
491
|
+
blockClasses: {
|
|
492
|
+
type: StringConstructor;
|
|
493
|
+
required: false;
|
|
494
|
+
default: string;
|
|
495
|
+
};
|
|
496
|
+
disabled: {
|
|
497
|
+
type: BooleanConstructor;
|
|
498
|
+
default: boolean;
|
|
499
|
+
required: false;
|
|
500
|
+
};
|
|
501
|
+
ariaLabel: {
|
|
502
|
+
type: StringConstructor;
|
|
503
|
+
default: string;
|
|
504
|
+
required: false;
|
|
505
|
+
};
|
|
506
|
+
to: {
|
|
507
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
508
|
+
required: false;
|
|
509
|
+
default: undefined;
|
|
510
|
+
};
|
|
511
|
+
href: {
|
|
512
|
+
type: StringConstructor;
|
|
513
|
+
required: false;
|
|
514
|
+
default: undefined;
|
|
515
|
+
};
|
|
516
|
+
}>, {}, {}, {
|
|
517
|
+
tag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
518
|
+
computedTo(): string | Record<string, any> | undefined;
|
|
519
|
+
theHref(): string | undefined;
|
|
520
|
+
variantClass(): string;
|
|
521
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
522
|
+
variant: {
|
|
523
|
+
type: StringConstructor;
|
|
524
|
+
required: false;
|
|
525
|
+
default: string;
|
|
526
|
+
validator: (prop: string) => boolean;
|
|
527
|
+
};
|
|
528
|
+
compact: {
|
|
529
|
+
type: BooleanConstructor;
|
|
530
|
+
default: boolean;
|
|
531
|
+
required: false;
|
|
532
|
+
};
|
|
533
|
+
blockClasses: {
|
|
534
|
+
type: StringConstructor;
|
|
535
|
+
required: false;
|
|
536
|
+
default: string;
|
|
537
|
+
};
|
|
538
|
+
disabled: {
|
|
539
|
+
type: BooleanConstructor;
|
|
540
|
+
default: boolean;
|
|
541
|
+
required: false;
|
|
542
|
+
};
|
|
543
|
+
ariaLabel: {
|
|
544
|
+
type: StringConstructor;
|
|
545
|
+
default: string;
|
|
546
|
+
required: false;
|
|
547
|
+
};
|
|
548
|
+
to: {
|
|
549
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
550
|
+
required: false;
|
|
551
|
+
default: undefined;
|
|
552
|
+
};
|
|
553
|
+
href: {
|
|
554
|
+
type: StringConstructor;
|
|
555
|
+
required: false;
|
|
556
|
+
default: undefined;
|
|
557
|
+
};
|
|
558
|
+
}>> & Readonly<{
|
|
559
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
560
|
+
}>, {
|
|
561
|
+
to: string | Record<string, any>;
|
|
562
|
+
disabled: boolean;
|
|
563
|
+
variant: string;
|
|
564
|
+
href: string;
|
|
565
|
+
ariaLabel: string;
|
|
566
|
+
compact: boolean;
|
|
567
|
+
blockClasses: string;
|
|
568
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
569
|
+
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
570
|
+
level: {
|
|
571
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined>;
|
|
572
|
+
required: false;
|
|
573
|
+
default: string;
|
|
574
|
+
};
|
|
575
|
+
size: {
|
|
576
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | "" | undefined>;
|
|
577
|
+
required: false;
|
|
578
|
+
default: string;
|
|
579
|
+
};
|
|
580
|
+
}>, {}, {}, {
|
|
581
|
+
computedTag(): string;
|
|
582
|
+
computedClass(): string;
|
|
583
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
584
|
+
level: {
|
|
585
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined>;
|
|
586
|
+
required: false;
|
|
587
|
+
default: string;
|
|
588
|
+
};
|
|
589
|
+
size: {
|
|
590
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | "" | undefined>;
|
|
591
|
+
required: false;
|
|
592
|
+
default: string;
|
|
593
|
+
};
|
|
594
|
+
}>> & Readonly<{}>, {
|
|
595
|
+
size: "" | import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined;
|
|
596
|
+
level: import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined;
|
|
597
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
598
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
599
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
600
|
+
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
190
601
|
variant: {
|
|
191
602
|
type: StringConstructor;
|
|
192
603
|
required: false;
|
|
@@ -223,7 +634,7 @@ export function Nested(args: any): {
|
|
|
223
634
|
required: false;
|
|
224
635
|
default: undefined;
|
|
225
636
|
};
|
|
226
|
-
}
|
|
637
|
+
}>, {}, {}, {
|
|
227
638
|
tag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
228
639
|
computedTo(): string | Record<string, any> | undefined;
|
|
229
640
|
theHref(): string | undefined;
|
|
@@ -265,17 +676,17 @@ export function Nested(args: any): {
|
|
|
265
676
|
required: false;
|
|
266
677
|
default: undefined;
|
|
267
678
|
};
|
|
268
|
-
}>> & {
|
|
679
|
+
}>> & Readonly<{
|
|
269
680
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
270
|
-
}
|
|
681
|
+
}>, {
|
|
682
|
+
to: string | Record<string, any>;
|
|
683
|
+
disabled: boolean;
|
|
271
684
|
variant: string;
|
|
272
685
|
href: string;
|
|
273
|
-
to: string | Record<string, any>;
|
|
274
686
|
ariaLabel: string;
|
|
275
687
|
compact: boolean;
|
|
276
688
|
blockClasses: string;
|
|
277
|
-
|
|
278
|
-
}, {}>;
|
|
689
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
279
690
|
};
|
|
280
691
|
template: string;
|
|
281
692
|
};
|
|
@@ -286,12 +697,12 @@ export namespace Nested {
|
|
|
286
697
|
export function Dialog(args: any): {
|
|
287
698
|
props: string[];
|
|
288
699
|
components: {
|
|
289
|
-
BaseModalDialog: import('vue').DefineComponent<{
|
|
700
|
+
BaseModalDialog: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
290
701
|
bgClose: {
|
|
291
702
|
type: BooleanConstructor;
|
|
292
703
|
default: boolean;
|
|
293
704
|
};
|
|
294
|
-
}
|
|
705
|
+
}>, {}, {}, {}, {
|
|
295
706
|
closeModal(): void;
|
|
296
707
|
bgCloseModal(): void;
|
|
297
708
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -299,9 +710,129 @@ export function Dialog(args: any): {
|
|
|
299
710
|
type: BooleanConstructor;
|
|
300
711
|
default: boolean;
|
|
301
712
|
};
|
|
302
|
-
}
|
|
713
|
+
}>> & Readonly<{}>, {
|
|
303
714
|
bgClose: boolean;
|
|
304
|
-
}, {}
|
|
715
|
+
}, {}, {
|
|
716
|
+
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
717
|
+
variant: {
|
|
718
|
+
type: StringConstructor;
|
|
719
|
+
required: false;
|
|
720
|
+
default: string;
|
|
721
|
+
validator: (prop: string) => boolean;
|
|
722
|
+
};
|
|
723
|
+
compact: {
|
|
724
|
+
type: BooleanConstructor;
|
|
725
|
+
default: boolean;
|
|
726
|
+
required: false;
|
|
727
|
+
};
|
|
728
|
+
blockClasses: {
|
|
729
|
+
type: StringConstructor;
|
|
730
|
+
required: false;
|
|
731
|
+
default: string;
|
|
732
|
+
};
|
|
733
|
+
disabled: {
|
|
734
|
+
type: BooleanConstructor;
|
|
735
|
+
default: boolean;
|
|
736
|
+
required: false;
|
|
737
|
+
};
|
|
738
|
+
ariaLabel: {
|
|
739
|
+
type: StringConstructor;
|
|
740
|
+
default: string;
|
|
741
|
+
required: false;
|
|
742
|
+
};
|
|
743
|
+
to: {
|
|
744
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
745
|
+
required: false;
|
|
746
|
+
default: undefined;
|
|
747
|
+
};
|
|
748
|
+
href: {
|
|
749
|
+
type: StringConstructor;
|
|
750
|
+
required: false;
|
|
751
|
+
default: undefined;
|
|
752
|
+
};
|
|
753
|
+
}>, {}, {}, {
|
|
754
|
+
tag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
755
|
+
computedTo(): string | Record<string, any> | undefined;
|
|
756
|
+
theHref(): string | undefined;
|
|
757
|
+
variantClass(): string;
|
|
758
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
759
|
+
variant: {
|
|
760
|
+
type: StringConstructor;
|
|
761
|
+
required: false;
|
|
762
|
+
default: string;
|
|
763
|
+
validator: (prop: string) => boolean;
|
|
764
|
+
};
|
|
765
|
+
compact: {
|
|
766
|
+
type: BooleanConstructor;
|
|
767
|
+
default: boolean;
|
|
768
|
+
required: false;
|
|
769
|
+
};
|
|
770
|
+
blockClasses: {
|
|
771
|
+
type: StringConstructor;
|
|
772
|
+
required: false;
|
|
773
|
+
default: string;
|
|
774
|
+
};
|
|
775
|
+
disabled: {
|
|
776
|
+
type: BooleanConstructor;
|
|
777
|
+
default: boolean;
|
|
778
|
+
required: false;
|
|
779
|
+
};
|
|
780
|
+
ariaLabel: {
|
|
781
|
+
type: StringConstructor;
|
|
782
|
+
default: string;
|
|
783
|
+
required: false;
|
|
784
|
+
};
|
|
785
|
+
to: {
|
|
786
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
787
|
+
required: false;
|
|
788
|
+
default: undefined;
|
|
789
|
+
};
|
|
790
|
+
href: {
|
|
791
|
+
type: StringConstructor;
|
|
792
|
+
required: false;
|
|
793
|
+
default: undefined;
|
|
794
|
+
};
|
|
795
|
+
}>> & Readonly<{
|
|
796
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
797
|
+
}>, {
|
|
798
|
+
to: string | Record<string, any>;
|
|
799
|
+
disabled: boolean;
|
|
800
|
+
variant: string;
|
|
801
|
+
href: string;
|
|
802
|
+
ariaLabel: string;
|
|
803
|
+
compact: boolean;
|
|
804
|
+
blockClasses: string;
|
|
805
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
806
|
+
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
807
|
+
level: {
|
|
808
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined>;
|
|
809
|
+
required: false;
|
|
810
|
+
default: string;
|
|
811
|
+
};
|
|
812
|
+
size: {
|
|
813
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | "" | undefined>;
|
|
814
|
+
required: false;
|
|
815
|
+
default: string;
|
|
816
|
+
};
|
|
817
|
+
}>, {}, {}, {
|
|
818
|
+
computedTag(): string;
|
|
819
|
+
computedClass(): string;
|
|
820
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
821
|
+
level: {
|
|
822
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined>;
|
|
823
|
+
required: false;
|
|
824
|
+
default: string;
|
|
825
|
+
};
|
|
826
|
+
size: {
|
|
827
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | "" | undefined>;
|
|
828
|
+
required: false;
|
|
829
|
+
default: string;
|
|
830
|
+
};
|
|
831
|
+
}>> & Readonly<{}>, {
|
|
832
|
+
size: "" | import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined;
|
|
833
|
+
level: import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined;
|
|
834
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
835
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
305
836
|
};
|
|
306
837
|
template: string;
|
|
307
838
|
};
|
|
@@ -315,12 +846,12 @@ export namespace Dialog {
|
|
|
315
846
|
export function DialogWithHeader(args: any): {
|
|
316
847
|
props: string[];
|
|
317
848
|
components: {
|
|
318
|
-
BaseModalDialog: import('vue').DefineComponent<{
|
|
849
|
+
BaseModalDialog: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
319
850
|
bgClose: {
|
|
320
851
|
type: BooleanConstructor;
|
|
321
852
|
default: boolean;
|
|
322
853
|
};
|
|
323
|
-
}
|
|
854
|
+
}>, {}, {}, {}, {
|
|
324
855
|
closeModal(): void;
|
|
325
856
|
bgCloseModal(): void;
|
|
326
857
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -328,9 +859,129 @@ export function DialogWithHeader(args: any): {
|
|
|
328
859
|
type: BooleanConstructor;
|
|
329
860
|
default: boolean;
|
|
330
861
|
};
|
|
331
|
-
}
|
|
862
|
+
}>> & Readonly<{}>, {
|
|
332
863
|
bgClose: boolean;
|
|
333
|
-
}, {}
|
|
864
|
+
}, {}, {
|
|
865
|
+
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
866
|
+
variant: {
|
|
867
|
+
type: StringConstructor;
|
|
868
|
+
required: false;
|
|
869
|
+
default: string;
|
|
870
|
+
validator: (prop: string) => boolean;
|
|
871
|
+
};
|
|
872
|
+
compact: {
|
|
873
|
+
type: BooleanConstructor;
|
|
874
|
+
default: boolean;
|
|
875
|
+
required: false;
|
|
876
|
+
};
|
|
877
|
+
blockClasses: {
|
|
878
|
+
type: StringConstructor;
|
|
879
|
+
required: false;
|
|
880
|
+
default: string;
|
|
881
|
+
};
|
|
882
|
+
disabled: {
|
|
883
|
+
type: BooleanConstructor;
|
|
884
|
+
default: boolean;
|
|
885
|
+
required: false;
|
|
886
|
+
};
|
|
887
|
+
ariaLabel: {
|
|
888
|
+
type: StringConstructor;
|
|
889
|
+
default: string;
|
|
890
|
+
required: false;
|
|
891
|
+
};
|
|
892
|
+
to: {
|
|
893
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
894
|
+
required: false;
|
|
895
|
+
default: undefined;
|
|
896
|
+
};
|
|
897
|
+
href: {
|
|
898
|
+
type: StringConstructor;
|
|
899
|
+
required: false;
|
|
900
|
+
default: undefined;
|
|
901
|
+
};
|
|
902
|
+
}>, {}, {}, {
|
|
903
|
+
tag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
904
|
+
computedTo(): string | Record<string, any> | undefined;
|
|
905
|
+
theHref(): string | undefined;
|
|
906
|
+
variantClass(): string;
|
|
907
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
908
|
+
variant: {
|
|
909
|
+
type: StringConstructor;
|
|
910
|
+
required: false;
|
|
911
|
+
default: string;
|
|
912
|
+
validator: (prop: string) => boolean;
|
|
913
|
+
};
|
|
914
|
+
compact: {
|
|
915
|
+
type: BooleanConstructor;
|
|
916
|
+
default: boolean;
|
|
917
|
+
required: false;
|
|
918
|
+
};
|
|
919
|
+
blockClasses: {
|
|
920
|
+
type: StringConstructor;
|
|
921
|
+
required: false;
|
|
922
|
+
default: string;
|
|
923
|
+
};
|
|
924
|
+
disabled: {
|
|
925
|
+
type: BooleanConstructor;
|
|
926
|
+
default: boolean;
|
|
927
|
+
required: false;
|
|
928
|
+
};
|
|
929
|
+
ariaLabel: {
|
|
930
|
+
type: StringConstructor;
|
|
931
|
+
default: string;
|
|
932
|
+
required: false;
|
|
933
|
+
};
|
|
934
|
+
to: {
|
|
935
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
936
|
+
required: false;
|
|
937
|
+
default: undefined;
|
|
938
|
+
};
|
|
939
|
+
href: {
|
|
940
|
+
type: StringConstructor;
|
|
941
|
+
required: false;
|
|
942
|
+
default: undefined;
|
|
943
|
+
};
|
|
944
|
+
}>> & Readonly<{
|
|
945
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
946
|
+
}>, {
|
|
947
|
+
to: string | Record<string, any>;
|
|
948
|
+
disabled: boolean;
|
|
949
|
+
variant: string;
|
|
950
|
+
href: string;
|
|
951
|
+
ariaLabel: string;
|
|
952
|
+
compact: boolean;
|
|
953
|
+
blockClasses: string;
|
|
954
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
955
|
+
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
956
|
+
level: {
|
|
957
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined>;
|
|
958
|
+
required: false;
|
|
959
|
+
default: string;
|
|
960
|
+
};
|
|
961
|
+
size: {
|
|
962
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | "" | undefined>;
|
|
963
|
+
required: false;
|
|
964
|
+
default: string;
|
|
965
|
+
};
|
|
966
|
+
}>, {}, {}, {
|
|
967
|
+
computedTag(): string;
|
|
968
|
+
computedClass(): string;
|
|
969
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
970
|
+
level: {
|
|
971
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined>;
|
|
972
|
+
required: false;
|
|
973
|
+
default: string;
|
|
974
|
+
};
|
|
975
|
+
size: {
|
|
976
|
+
type: import('vue').PropType<import('../BaseHeading/BaseHeading.vue').HeadingLevel | "" | undefined>;
|
|
977
|
+
required: false;
|
|
978
|
+
default: string;
|
|
979
|
+
};
|
|
980
|
+
}>> & Readonly<{}>, {
|
|
981
|
+
size: "" | import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined;
|
|
982
|
+
level: import('../BaseHeading/BaseHeading.vue').HeadingLevel | undefined;
|
|
983
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
984
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
334
985
|
};
|
|
335
986
|
template: string;
|
|
336
987
|
};
|