@explorer-1/vue 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/components.d.ts +4 -0
- package/dist/explorer-1-vue.css +1 -0
- package/dist/explorer-1-vue.d.ts +1 -1
- package/dist/explorer-1-vue.js +39784 -31438
- package/dist/explorer-1-vue.umd.cjs +58 -66
- package/dist/src/App.vue.d.ts +2 -0
- package/dist/src/components/AboutTheAuthor/AboutTheAuthor.vue.d.ts +27 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +17 -9
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +6 -6
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +6 -7
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +48 -43
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +6 -6
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +4 -5
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +0 -1
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +5 -5
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +3 -4
- package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +13 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +17 -9
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +0 -1
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +17 -7
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +42 -42
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +6 -6
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +6 -6
- package/dist/src/components/BasePill/BasePill.vue.d.ts +6 -7
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +2 -2
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +0 -1
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +0 -1
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +0 -1
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +3 -25
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +6 -7
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +51 -34
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +24 -16
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +7 -8
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +5 -5
- package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +23 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.vue.d.ts +7 -28
- package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +4 -23
- package/dist/src/components/BlockCsrTable/CsrTestLimits.vue.d.ts +2 -24
- package/dist/src/components/BlockCsrTable/CsrTestLimitsTable.vue.d.ts +6 -24
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +6 -7
- package/dist/src/components/BlockDialog/BlockDialog.vue.d.ts +57 -0
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +4 -12
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +1 -1
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +0 -1
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +17 -9
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +282 -174
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +47 -30
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +23 -15
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +23 -15
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +28 -20
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +22 -14
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +17 -9
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +33 -25
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +22 -14
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +4 -5
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +24 -16
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +40 -194
- package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +4 -34
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +2 -24
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +92 -227
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +92 -228
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +25 -17
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +22 -14
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue.d.ts +18 -111
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +85 -40
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +17 -9
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +19 -11
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +19 -10
- package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +23 -15
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +46 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +475 -622
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +14 -14
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +17 -9
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +17 -9
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +7 -8
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +3 -28
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +24 -16
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +17 -9
- package/dist/src/components/EduSubjectIcon/EduSubjectIcon.vue.d.ts +2 -23
- package/dist/src/components/EventCard/EventCard.vue.d.ts +26 -88
- package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +6 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +8 -35
- package/dist/src/components/FormContact/FormContact.stories.d.ts +31 -193
- package/dist/src/components/FormContact/FormContact.vue.d.ts +31 -193
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +19 -111
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +19 -111
- package/dist/src/components/HeroInlineMedia/HeroInlineMedia.vue.d.ts +3 -27
- package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +81 -8
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +7 -8
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +22 -14
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +19 -11
- package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +32 -5
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +22 -14
- package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +39 -11
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +34 -17
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +17 -9
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +11 -12
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +17 -8
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +40 -23
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +17 -8
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +264 -156
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +44 -27
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +27 -18
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +5 -5
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +5 -5
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +1 -1
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +7 -7
- package/dist/src/components/MetaPanel/MetaPanel.vue.d.ts +42 -0
- package/dist/src/components/MetaPanelAccordion/MetaPanelAccordion.vue.d.ts +8 -0
- package/dist/src/components/MetaPanelItems/MetaPanelItems.vue.d.ts +17 -0
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +4 -32
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +3 -33
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +7 -8
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +22 -14
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +33 -33
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +13 -14
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +61 -35
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +54 -36
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +27 -19
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +0 -1
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +0 -1
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +525 -318
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +158 -105
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +1 -1
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +56 -29
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +79 -43
- package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +297 -0
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +97 -70
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +1753 -0
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +1 -1
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +17 -8
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +22 -13
- package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +3 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +856 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +291 -0
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +34 -17
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +17 -8
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +17 -8
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +428 -281
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +99 -72
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +38 -21
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +297 -213
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +17 -9
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +18 -9
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +4 -27
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +39 -22
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +22 -13
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +17 -8
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +17 -9
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +6 -6
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +6 -6
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +0 -1
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +67 -212
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +22 -14
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +118 -271
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +0 -1
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +0 -1
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +5 -29
- package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +12 -27
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +21 -57
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +6 -6
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +115 -312
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +90 -252
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +210 -568
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +6 -6
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +2 -11
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +6 -6
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +421 -0
- package/dist/src/components/TextArea/TextArea.vue.d.ts +24 -82
- package/dist/src/components/TextInput/TextInput.vue.d.ts +27 -104
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +29 -21
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +117 -270
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +39 -21
- package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +925 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +59 -42
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +32 -24
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +16 -16
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +28 -19
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +28 -20
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +22 -14
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +70 -44
- package/dist/src/docs/foundation/DynamicTokens.vue.d.ts +2 -0
- package/dist/src/docs/foundation/FontVariants.vue.d.ts +2 -0
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +4 -4
- package/dist/src/docs/utils/ColorRow.d.ts +6 -0
- package/dist/src/interfaces.d.ts +0 -1
- package/dist/src/main.d.ts +0 -1
- package/dist/src/store/theme.d.ts +0 -1
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +6188 -0
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +756 -1262
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +638 -972
- package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +17037 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +638 -912
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +3017 -0
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +877 -0
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +14610 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +15515 -0
- package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduHome/PageEduHome.vue.d.ts +15 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +909 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLessonSection.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.vue.d.ts +24 -0
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +881 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +894 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue.d.ts +20 -0
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +871 -0
- package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.vue.d.ts +7 -0
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +14087 -0
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +13853 -0
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +3422 -0
- package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +5997 -0
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +963 -0
- package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.vue.d.ts +181 -0
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +4792 -0
- package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +7977 -0
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +5783 -0
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +3495 -0
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +1135 -0
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +17 -2
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +14868 -0
- package/dist/src/templates/www/PageTimeline/BlockMilestone.vue.d.ts +326 -0
- package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +2418 -0
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +6277 -0
- package/dist/src/utils/anchorizeBlock.d.ts +0 -1
- package/dist/src/utils/anchorizeStreamfield.d.ts +0 -1
- package/dist/src/utils/mixins.d.ts +0 -1
- package/dist/src/utils/rangeifyGrades.d.ts +0 -1
- package/package.json +1 -1
- package/src/components/BlockCsrTable/BlockCsrTable.vue +4 -31
- package/src/components/BlockCsrTable/{CsrTestLimits.vue → CsrDetails.vue} +4 -5
- package/src/components/HomepageStats/HomepageStats.vue +1 -1
- package/dist/style.css +0 -1
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-Bold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBoldItalic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Regular.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hair It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hairline.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlack.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text.otf +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Bold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-ExtraBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Medium.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-MediumItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Regular.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-RegularItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBoldItalic.woff2 +0 -0
- package/src/components/BlockCsrTable/CsrAttachment.vue +0 -40
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { AuthorObject } from '../../interfaces';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
/**
|
|
4
|
+
* Array of keyed `{AuthorObject}s`
|
|
5
|
+
*/
|
|
6
|
+
authors: {
|
|
7
|
+
type: () => {
|
|
8
|
+
author?: AuthorObject;
|
|
9
|
+
}[];
|
|
10
|
+
default: () => never[];
|
|
11
|
+
};
|
|
12
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13
|
+
/**
|
|
14
|
+
* Array of keyed `{AuthorObject}s`
|
|
15
|
+
*/
|
|
16
|
+
authors: {
|
|
17
|
+
type: () => {
|
|
18
|
+
author?: AuthorObject;
|
|
19
|
+
}[];
|
|
20
|
+
default: () => never[];
|
|
21
|
+
};
|
|
22
|
+
}>> & Readonly<{}>, {
|
|
23
|
+
authors: {
|
|
24
|
+
author?: AuthorObject;
|
|
25
|
+
}[];
|
|
26
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
27
|
+
export default _default;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
|
|
3
2
|
interface NextCloseApproach {
|
|
4
3
|
date: string;
|
|
5
4
|
distanceMiles: string;
|
|
@@ -45,13 +44,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
45
44
|
}, {}, {
|
|
46
45
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
47
46
|
variant: {
|
|
48
|
-
type: PropType<"default" | "
|
|
47
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
49
48
|
required: false;
|
|
50
49
|
default: string;
|
|
51
50
|
validator: (prop: string) => boolean;
|
|
52
51
|
};
|
|
53
52
|
to: {
|
|
54
|
-
type: (
|
|
53
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
55
54
|
default: undefined;
|
|
56
55
|
};
|
|
57
56
|
exact: {
|
|
@@ -62,6 +61,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
62
61
|
type: StringConstructor;
|
|
63
62
|
default: undefined;
|
|
64
63
|
};
|
|
64
|
+
addSlash: {
|
|
65
|
+
type: BooleanConstructor;
|
|
66
|
+
default: boolean;
|
|
67
|
+
};
|
|
65
68
|
title: {
|
|
66
69
|
type: StringConstructor;
|
|
67
70
|
default: undefined;
|
|
@@ -148,13 +151,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
148
151
|
addTrailingSlash(path: string): string;
|
|
149
152
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
150
153
|
variant: {
|
|
151
|
-
type: PropType<"default" | "
|
|
154
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
152
155
|
required: false;
|
|
153
156
|
default: string;
|
|
154
157
|
validator: (prop: string) => boolean;
|
|
155
158
|
};
|
|
156
159
|
to: {
|
|
157
|
-
type: (
|
|
160
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
158
161
|
default: undefined;
|
|
159
162
|
};
|
|
160
163
|
exact: {
|
|
@@ -165,6 +168,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
165
168
|
type: StringConstructor;
|
|
166
169
|
default: undefined;
|
|
167
170
|
};
|
|
171
|
+
addSlash: {
|
|
172
|
+
type: BooleanConstructor;
|
|
173
|
+
default: boolean;
|
|
174
|
+
};
|
|
168
175
|
title: {
|
|
169
176
|
type: StringConstructor;
|
|
170
177
|
default: undefined;
|
|
@@ -224,14 +231,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
224
231
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
225
232
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
226
233
|
}>, {
|
|
227
|
-
to: string | Record<string, any>;
|
|
228
234
|
title: string;
|
|
229
|
-
variant: "default" | "
|
|
230
|
-
|
|
231
|
-
target: string;
|
|
235
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
236
|
+
to: string | Record<string, any>;
|
|
232
237
|
exact: boolean;
|
|
238
|
+
href: string;
|
|
239
|
+
addSlash: boolean;
|
|
233
240
|
ariaLabel: string;
|
|
234
241
|
linkClass: string;
|
|
242
|
+
target: string;
|
|
235
243
|
externalTargetBlank: boolean;
|
|
236
244
|
caret: boolean;
|
|
237
245
|
caretWrapperClass: string;
|
|
@@ -42,7 +42,7 @@ export function BaseStory(args: any): {
|
|
|
42
42
|
}, {}, {
|
|
43
43
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
44
44
|
variant: {
|
|
45
|
-
type: import('vue').PropType<"
|
|
45
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
46
46
|
required: false;
|
|
47
47
|
default: string;
|
|
48
48
|
validator: (prop: string) => boolean;
|
|
@@ -68,7 +68,7 @@ export function BaseStory(args: any): {
|
|
|
68
68
|
required: false;
|
|
69
69
|
};
|
|
70
70
|
to: {
|
|
71
|
-
type: (
|
|
71
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
72
72
|
required: false;
|
|
73
73
|
default: undefined;
|
|
74
74
|
};
|
|
@@ -84,7 +84,7 @@ export function BaseStory(args: any): {
|
|
|
84
84
|
variantClass(): string;
|
|
85
85
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
86
86
|
variant: {
|
|
87
|
-
type: import('vue').PropType<"
|
|
87
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
88
88
|
required: false;
|
|
89
89
|
default: string;
|
|
90
90
|
validator: (prop: string) => boolean;
|
|
@@ -110,7 +110,7 @@ export function BaseStory(args: any): {
|
|
|
110
110
|
required: false;
|
|
111
111
|
};
|
|
112
112
|
to: {
|
|
113
|
-
type: (
|
|
113
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
114
114
|
required: false;
|
|
115
115
|
default: undefined;
|
|
116
116
|
};
|
|
@@ -122,13 +122,13 @@ export function BaseStory(args: any): {
|
|
|
122
122
|
}>> & Readonly<{
|
|
123
123
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
124
124
|
}>, {
|
|
125
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
125
126
|
to: string | Record<string, any>;
|
|
126
|
-
disabled: boolean;
|
|
127
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
128
127
|
href: string;
|
|
129
128
|
ariaLabel: string;
|
|
130
129
|
compact: boolean;
|
|
131
130
|
blockClasses: string;
|
|
131
|
+
disabled: boolean;
|
|
132
132
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
133
133
|
IconDropdown: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
134
134
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DebouncedFunc } from 'lodash';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
3
|
/**
|
|
5
4
|
* Threshold (px) of when the button should appear
|
|
@@ -51,7 +50,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
51
50
|
}, {}, {
|
|
52
51
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
53
52
|
variant: {
|
|
54
|
-
type: import('vue').PropType<"
|
|
53
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
55
54
|
required: false;
|
|
56
55
|
default: string;
|
|
57
56
|
validator: (prop: string) => boolean;
|
|
@@ -77,7 +76,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
77
76
|
required: false;
|
|
78
77
|
};
|
|
79
78
|
to: {
|
|
80
|
-
type: (
|
|
79
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
81
80
|
required: false;
|
|
82
81
|
default: undefined;
|
|
83
82
|
};
|
|
@@ -93,7 +92,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
93
92
|
variantClass(): string;
|
|
94
93
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
95
94
|
variant: {
|
|
96
|
-
type: import('vue').PropType<"
|
|
95
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
97
96
|
required: false;
|
|
98
97
|
default: string;
|
|
99
98
|
validator: (prop: string) => boolean;
|
|
@@ -119,7 +118,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
119
118
|
required: false;
|
|
120
119
|
};
|
|
121
120
|
to: {
|
|
122
|
-
type: (
|
|
121
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
123
122
|
required: false;
|
|
124
123
|
default: undefined;
|
|
125
124
|
};
|
|
@@ -131,13 +130,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
131
130
|
}>> & Readonly<{
|
|
132
131
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
133
132
|
}>, {
|
|
133
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
134
134
|
to: string | Record<string, any>;
|
|
135
|
-
disabled: boolean;
|
|
136
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
137
135
|
href: string;
|
|
138
136
|
ariaLabel: string;
|
|
139
137
|
compact: boolean;
|
|
140
138
|
blockClasses: string;
|
|
139
|
+
disabled: boolean;
|
|
141
140
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
142
141
|
IconDropdown: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
143
142
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,46 +1,51 @@
|
|
|
1
1
|
import { AccordionItemObject, HeadingLevels } from './../../interfaces.ts';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: Readonly<{
|
|
5
|
+
/**
|
|
6
|
+
* The entire clickable area of the item, including `heading`.
|
|
7
|
+
* Override with `<template #header>` and requires reconstructing `handleClick()` behavior.
|
|
8
|
+
*/
|
|
9
|
+
header(): void;
|
|
10
|
+
/**
|
|
11
|
+
* The heading text within the item header. Override with `<template #heading>`
|
|
12
|
+
*/
|
|
13
|
+
heading(): void;
|
|
14
|
+
/**
|
|
15
|
+
* The entire contents of expanded item, including `panelContents`.
|
|
16
|
+
* Override with `<template #default>` and requires reconstructing `aria-labelledby` attributes.
|
|
17
|
+
*/
|
|
18
|
+
default(): void;
|
|
19
|
+
/**
|
|
20
|
+
* Contents of expanded accordion item. There is no default template.
|
|
21
|
+
* Override with `<template #panelContents>`
|
|
22
|
+
*/
|
|
23
|
+
panelContents(): void;
|
|
24
|
+
}> & {
|
|
25
|
+
/**
|
|
26
|
+
* The entire clickable area of the item, including `heading`.
|
|
27
|
+
* Override with `<template #header>` and requires reconstructing `handleClick()` behavior.
|
|
28
|
+
*/
|
|
29
|
+
header(): void;
|
|
30
|
+
/**
|
|
31
|
+
* The heading text within the item header. Override with `<template #heading>`
|
|
32
|
+
*/
|
|
33
|
+
heading(): void;
|
|
34
|
+
/**
|
|
35
|
+
* The entire contents of expanded item, including `panelContents`.
|
|
36
|
+
* Override with `<template #default>` and requires reconstructing `aria-labelledby` attributes.
|
|
37
|
+
*/
|
|
38
|
+
default(): void;
|
|
39
|
+
/**
|
|
40
|
+
* Contents of expanded accordion item. There is no default template.
|
|
41
|
+
* Override with `<template #panelContents>`
|
|
42
|
+
*/
|
|
43
|
+
panelContents(): void;
|
|
44
|
+
};
|
|
45
|
+
refs: {};
|
|
46
|
+
rootEl: HTMLDivElement;
|
|
43
47
|
};
|
|
48
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
44
49
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
45
50
|
/**
|
|
46
51
|
* Semantic heading level
|
|
@@ -80,8 +85,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
80
85
|
}>, {
|
|
81
86
|
item: AccordionItemObject;
|
|
82
87
|
headingLevel: HeadingLevels;
|
|
83
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
84
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
88
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
89
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
85
90
|
export default _default;
|
|
86
91
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
87
92
|
new (): {
|
|
@@ -2,7 +2,7 @@ declare const _default: {
|
|
|
2
2
|
title: string;
|
|
3
3
|
component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
4
|
variant: {
|
|
5
|
-
type: import('vue').PropType<"
|
|
5
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
6
6
|
required: false;
|
|
7
7
|
default: string;
|
|
8
8
|
validator: (prop: string) => boolean;
|
|
@@ -28,7 +28,7 @@ declare const _default: {
|
|
|
28
28
|
required: false;
|
|
29
29
|
};
|
|
30
30
|
to: {
|
|
31
|
-
type: (
|
|
31
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
32
32
|
required: false;
|
|
33
33
|
default: undefined;
|
|
34
34
|
};
|
|
@@ -44,7 +44,7 @@ declare const _default: {
|
|
|
44
44
|
variantClass(): string;
|
|
45
45
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
46
46
|
variant: {
|
|
47
|
-
type: import('vue').PropType<"
|
|
47
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
48
48
|
required: false;
|
|
49
49
|
default: string;
|
|
50
50
|
validator: (prop: string) => boolean;
|
|
@@ -70,7 +70,7 @@ declare const _default: {
|
|
|
70
70
|
required: false;
|
|
71
71
|
};
|
|
72
72
|
to: {
|
|
73
|
-
type: (
|
|
73
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
74
74
|
required: false;
|
|
75
75
|
default: undefined;
|
|
76
76
|
};
|
|
@@ -82,13 +82,13 @@ declare const _default: {
|
|
|
82
82
|
}>> & Readonly<{
|
|
83
83
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
84
84
|
}>, {
|
|
85
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
85
86
|
to: string | Record<string, any>;
|
|
86
|
-
disabled: boolean;
|
|
87
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
88
87
|
href: string;
|
|
89
88
|
ariaLabel: string;
|
|
90
89
|
compact: boolean;
|
|
91
90
|
blockClasses: string;
|
|
91
|
+
disabled: boolean;
|
|
92
92
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
93
93
|
excludeStories: RegExp;
|
|
94
94
|
parameters: {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
|
|
3
2
|
declare const variants: {
|
|
4
3
|
readonly primary: "-primary";
|
|
5
4
|
readonly secondary: "-secondary";
|
|
@@ -51,7 +50,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
51
50
|
* If both `to` and `href` are blank, a `<button>` element will be rendered.
|
|
52
51
|
* */
|
|
53
52
|
to: {
|
|
54
|
-
type: (
|
|
53
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
55
54
|
required: false;
|
|
56
55
|
default: undefined;
|
|
57
56
|
};
|
|
@@ -119,7 +118,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
119
118
|
* If both `to` and `href` are blank, a `<button>` element will be rendered.
|
|
120
119
|
* */
|
|
121
120
|
to: {
|
|
122
|
-
type: (
|
|
121
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
123
122
|
required: false;
|
|
124
123
|
default: undefined;
|
|
125
124
|
};
|
|
@@ -135,12 +134,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
135
134
|
}>> & Readonly<{
|
|
136
135
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
137
136
|
}>, {
|
|
137
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
138
138
|
to: string | Record<string, any>;
|
|
139
|
-
disabled: boolean;
|
|
140
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
141
139
|
href: string;
|
|
142
140
|
ariaLabel: string;
|
|
143
141
|
compact: boolean;
|
|
144
142
|
blockClasses: string;
|
|
143
|
+
disabled: boolean;
|
|
145
144
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
146
145
|
export default _default;
|
|
@@ -7,7 +7,7 @@ declare const _default: {
|
|
|
7
7
|
default: string;
|
|
8
8
|
};
|
|
9
9
|
objectFitClass: {
|
|
10
|
-
type: import('vue').PropType<"
|
|
10
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
11
11
|
required: false;
|
|
12
12
|
default: string;
|
|
13
13
|
validator: (prop: string) => boolean;
|
|
@@ -49,7 +49,7 @@ declare const _default: {
|
|
|
49
49
|
default: string;
|
|
50
50
|
};
|
|
51
51
|
objectFitClass: {
|
|
52
|
-
type: import('vue').PropType<"
|
|
52
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
53
53
|
required: false;
|
|
54
54
|
default: string;
|
|
55
55
|
validator: (prop: string) => boolean;
|
|
@@ -81,13 +81,13 @@ declare const _default: {
|
|
|
81
81
|
default: string;
|
|
82
82
|
};
|
|
83
83
|
}>> & Readonly<{}>, {
|
|
84
|
-
imageClass: string;
|
|
85
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
86
|
-
srcset: string;
|
|
87
84
|
alt: string;
|
|
88
85
|
width: string | number;
|
|
89
86
|
height: string | number;
|
|
87
|
+
srcset: string;
|
|
90
88
|
loading: "lazy" | "eager" | undefined;
|
|
89
|
+
imageClass: string;
|
|
90
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
91
91
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
92
92
|
excludeStories: RegExp;
|
|
93
93
|
parameters: {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
|
|
3
2
|
type ImageLoader = 'lazy' | 'eager' | undefined;
|
|
4
3
|
declare const objectFitClasses: {
|
|
5
4
|
readonly none: "object-none";
|
|
@@ -106,12 +105,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
106
105
|
default: string;
|
|
107
106
|
};
|
|
108
107
|
}>> & Readonly<{}>, {
|
|
109
|
-
imageClass: string;
|
|
110
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
111
|
-
srcset: string;
|
|
112
108
|
alt: string;
|
|
113
109
|
width: string | number;
|
|
114
110
|
height: string | number;
|
|
111
|
+
srcset: string;
|
|
115
112
|
loading: ImageLoader;
|
|
113
|
+
imageClass: string;
|
|
114
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
116
115
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
117
116
|
export default _default;
|
|
@@ -10,6 +10,19 @@ declare namespace _default {
|
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
+
export namespace argTypes {
|
|
14
|
+
namespace customLink {
|
|
15
|
+
export let type: string;
|
|
16
|
+
let description_1: string;
|
|
17
|
+
export { description_1 as description };
|
|
18
|
+
}
|
|
19
|
+
namespace customLinkText {
|
|
20
|
+
let type_1: string;
|
|
21
|
+
export { type_1 as type };
|
|
22
|
+
let description_2: string;
|
|
23
|
+
export { description_2 as description };
|
|
24
|
+
}
|
|
25
|
+
}
|
|
13
26
|
}
|
|
14
27
|
export default _default;
|
|
15
28
|
export namespace BaseImageCaptionData {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { ImageObject, VideoObject } from '../../interfaces';
|
|
3
|
-
|
|
4
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
4
|
/** `{ImageObject}` data */
|
|
6
5
|
data: {
|
|
@@ -39,13 +38,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
39
38
|
}, {}, {
|
|
40
39
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
41
40
|
variant: {
|
|
42
|
-
type: PropType<"default" | "
|
|
41
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
43
42
|
required: false;
|
|
44
43
|
default: string;
|
|
45
44
|
validator: (prop: string) => boolean;
|
|
46
45
|
};
|
|
47
46
|
to: {
|
|
48
|
-
type: (
|
|
47
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
49
48
|
default: undefined;
|
|
50
49
|
};
|
|
51
50
|
exact: {
|
|
@@ -56,6 +55,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
56
55
|
type: StringConstructor;
|
|
57
56
|
default: undefined;
|
|
58
57
|
};
|
|
58
|
+
addSlash: {
|
|
59
|
+
type: BooleanConstructor;
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
59
62
|
title: {
|
|
60
63
|
type: StringConstructor;
|
|
61
64
|
default: undefined;
|
|
@@ -142,13 +145,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
142
145
|
addTrailingSlash(path: string): string;
|
|
143
146
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
144
147
|
variant: {
|
|
145
|
-
type: PropType<"default" | "
|
|
148
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
146
149
|
required: false;
|
|
147
150
|
default: string;
|
|
148
151
|
validator: (prop: string) => boolean;
|
|
149
152
|
};
|
|
150
153
|
to: {
|
|
151
|
-
type: (
|
|
154
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
152
155
|
default: undefined;
|
|
153
156
|
};
|
|
154
157
|
exact: {
|
|
@@ -159,6 +162,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
159
162
|
type: StringConstructor;
|
|
160
163
|
default: undefined;
|
|
161
164
|
};
|
|
165
|
+
addSlash: {
|
|
166
|
+
type: BooleanConstructor;
|
|
167
|
+
default: boolean;
|
|
168
|
+
};
|
|
162
169
|
title: {
|
|
163
170
|
type: StringConstructor;
|
|
164
171
|
default: undefined;
|
|
@@ -218,14 +225,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
218
225
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
219
226
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
220
227
|
}>, {
|
|
221
|
-
to: string | Record<string, any>;
|
|
222
228
|
title: string;
|
|
223
|
-
variant: "default" | "
|
|
224
|
-
|
|
225
|
-
target: string;
|
|
229
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
230
|
+
to: string | Record<string, any>;
|
|
226
231
|
exact: boolean;
|
|
232
|
+
href: string;
|
|
233
|
+
addSlash: boolean;
|
|
227
234
|
ariaLabel: string;
|
|
228
235
|
linkClass: string;
|
|
236
|
+
target: string;
|
|
229
237
|
externalTargetBlank: boolean;
|
|
230
238
|
caret: boolean;
|
|
231
239
|
caretWrapperClass: string;
|