@explorer-1/vue 1.0.2 → 1.0.4
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 +13 -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 +2 -2
- 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/src/components/NavDesktop/NavDesktopDropdown.vue +1 -1
- package/src/components/NavLinkList/NavLinkList.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
|
@@ -47,13 +47,13 @@ export function BaseStory(args: any): {
|
|
|
47
47
|
}, {}, {
|
|
48
48
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
49
49
|
variant: {
|
|
50
|
-
type: import('vue').PropType<"default" | "
|
|
50
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
51
51
|
required: false;
|
|
52
52
|
default: string;
|
|
53
53
|
validator: (prop: string) => boolean;
|
|
54
54
|
};
|
|
55
55
|
to: {
|
|
56
|
-
type: (
|
|
56
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
57
57
|
default: undefined;
|
|
58
58
|
};
|
|
59
59
|
exact: {
|
|
@@ -64,6 +64,10 @@ export function BaseStory(args: any): {
|
|
|
64
64
|
type: StringConstructor;
|
|
65
65
|
default: undefined;
|
|
66
66
|
};
|
|
67
|
+
addSlash: {
|
|
68
|
+
type: BooleanConstructor;
|
|
69
|
+
default: boolean;
|
|
70
|
+
};
|
|
67
71
|
title: {
|
|
68
72
|
type: StringConstructor;
|
|
69
73
|
default: undefined;
|
|
@@ -150,13 +154,13 @@ export function BaseStory(args: any): {
|
|
|
150
154
|
addTrailingSlash(path: string): string;
|
|
151
155
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
152
156
|
variant: {
|
|
153
|
-
type: import('vue').PropType<"default" | "
|
|
157
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
154
158
|
required: false;
|
|
155
159
|
default: string;
|
|
156
160
|
validator: (prop: string) => boolean;
|
|
157
161
|
};
|
|
158
162
|
to: {
|
|
159
|
-
type: (
|
|
163
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
160
164
|
default: undefined;
|
|
161
165
|
};
|
|
162
166
|
exact: {
|
|
@@ -167,6 +171,10 @@ export function BaseStory(args: any): {
|
|
|
167
171
|
type: StringConstructor;
|
|
168
172
|
default: undefined;
|
|
169
173
|
};
|
|
174
|
+
addSlash: {
|
|
175
|
+
type: BooleanConstructor;
|
|
176
|
+
default: boolean;
|
|
177
|
+
};
|
|
170
178
|
title: {
|
|
171
179
|
type: StringConstructor;
|
|
172
180
|
default: undefined;
|
|
@@ -226,14 +234,15 @@ export function BaseStory(args: any): {
|
|
|
226
234
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
227
235
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
228
236
|
}>, {
|
|
229
|
-
to: string | Record<string, any>;
|
|
230
237
|
title: string;
|
|
231
|
-
variant: "default" | "
|
|
232
|
-
|
|
233
|
-
target: string;
|
|
238
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
239
|
+
to: string | Record<string, any>;
|
|
234
240
|
exact: boolean;
|
|
241
|
+
href: string;
|
|
242
|
+
addSlash: boolean;
|
|
235
243
|
ariaLabel: string;
|
|
236
244
|
linkClass: string;
|
|
245
|
+
target: string;
|
|
237
246
|
externalTargetBlank: boolean;
|
|
238
247
|
caret: boolean;
|
|
239
248
|
caretWrapperClass: string;
|
|
@@ -345,13 +354,13 @@ export function WithImage(args: any): {
|
|
|
345
354
|
}, {}, {
|
|
346
355
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
347
356
|
variant: {
|
|
348
|
-
type: import('vue').PropType<"default" | "
|
|
357
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
349
358
|
required: false;
|
|
350
359
|
default: string;
|
|
351
360
|
validator: (prop: string) => boolean;
|
|
352
361
|
};
|
|
353
362
|
to: {
|
|
354
|
-
type: (
|
|
363
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
355
364
|
default: undefined;
|
|
356
365
|
};
|
|
357
366
|
exact: {
|
|
@@ -362,6 +371,10 @@ export function WithImage(args: any): {
|
|
|
362
371
|
type: StringConstructor;
|
|
363
372
|
default: undefined;
|
|
364
373
|
};
|
|
374
|
+
addSlash: {
|
|
375
|
+
type: BooleanConstructor;
|
|
376
|
+
default: boolean;
|
|
377
|
+
};
|
|
365
378
|
title: {
|
|
366
379
|
type: StringConstructor;
|
|
367
380
|
default: undefined;
|
|
@@ -448,13 +461,13 @@ export function WithImage(args: any): {
|
|
|
448
461
|
addTrailingSlash(path: string): string;
|
|
449
462
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
450
463
|
variant: {
|
|
451
|
-
type: import('vue').PropType<"default" | "
|
|
464
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
452
465
|
required: false;
|
|
453
466
|
default: string;
|
|
454
467
|
validator: (prop: string) => boolean;
|
|
455
468
|
};
|
|
456
469
|
to: {
|
|
457
|
-
type: (
|
|
470
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
458
471
|
default: undefined;
|
|
459
472
|
};
|
|
460
473
|
exact: {
|
|
@@ -465,6 +478,10 @@ export function WithImage(args: any): {
|
|
|
465
478
|
type: StringConstructor;
|
|
466
479
|
default: undefined;
|
|
467
480
|
};
|
|
481
|
+
addSlash: {
|
|
482
|
+
type: BooleanConstructor;
|
|
483
|
+
default: boolean;
|
|
484
|
+
};
|
|
468
485
|
title: {
|
|
469
486
|
type: StringConstructor;
|
|
470
487
|
default: undefined;
|
|
@@ -524,14 +541,15 @@ export function WithImage(args: any): {
|
|
|
524
541
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
525
542
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
526
543
|
}>, {
|
|
527
|
-
to: string | Record<string, any>;
|
|
528
544
|
title: string;
|
|
529
|
-
variant: "default" | "
|
|
530
|
-
|
|
531
|
-
target: string;
|
|
545
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
546
|
+
to: string | Record<string, any>;
|
|
532
547
|
exact: boolean;
|
|
548
|
+
href: string;
|
|
549
|
+
addSlash: boolean;
|
|
533
550
|
ariaLabel: string;
|
|
534
551
|
linkClass: string;
|
|
552
|
+
target: string;
|
|
535
553
|
externalTargetBlank: boolean;
|
|
536
554
|
caret: boolean;
|
|
537
555
|
caretWrapperClass: string;
|
|
@@ -645,13 +663,13 @@ export function ExternalLinkedAttribution(args: any): {
|
|
|
645
663
|
}, {}, {
|
|
646
664
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
647
665
|
variant: {
|
|
648
|
-
type: import('vue').PropType<"default" | "
|
|
666
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
649
667
|
required: false;
|
|
650
668
|
default: string;
|
|
651
669
|
validator: (prop: string) => boolean;
|
|
652
670
|
};
|
|
653
671
|
to: {
|
|
654
|
-
type: (
|
|
672
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
655
673
|
default: undefined;
|
|
656
674
|
};
|
|
657
675
|
exact: {
|
|
@@ -662,6 +680,10 @@ export function ExternalLinkedAttribution(args: any): {
|
|
|
662
680
|
type: StringConstructor;
|
|
663
681
|
default: undefined;
|
|
664
682
|
};
|
|
683
|
+
addSlash: {
|
|
684
|
+
type: BooleanConstructor;
|
|
685
|
+
default: boolean;
|
|
686
|
+
};
|
|
665
687
|
title: {
|
|
666
688
|
type: StringConstructor;
|
|
667
689
|
default: undefined;
|
|
@@ -748,13 +770,13 @@ export function ExternalLinkedAttribution(args: any): {
|
|
|
748
770
|
addTrailingSlash(path: string): string;
|
|
749
771
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
750
772
|
variant: {
|
|
751
|
-
type: import('vue').PropType<"default" | "
|
|
773
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
752
774
|
required: false;
|
|
753
775
|
default: string;
|
|
754
776
|
validator: (prop: string) => boolean;
|
|
755
777
|
};
|
|
756
778
|
to: {
|
|
757
|
-
type: (
|
|
779
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
758
780
|
default: undefined;
|
|
759
781
|
};
|
|
760
782
|
exact: {
|
|
@@ -765,6 +787,10 @@ export function ExternalLinkedAttribution(args: any): {
|
|
|
765
787
|
type: StringConstructor;
|
|
766
788
|
default: undefined;
|
|
767
789
|
};
|
|
790
|
+
addSlash: {
|
|
791
|
+
type: BooleanConstructor;
|
|
792
|
+
default: boolean;
|
|
793
|
+
};
|
|
768
794
|
title: {
|
|
769
795
|
type: StringConstructor;
|
|
770
796
|
default: undefined;
|
|
@@ -824,14 +850,15 @@ export function ExternalLinkedAttribution(args: any): {
|
|
|
824
850
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
825
851
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
826
852
|
}>, {
|
|
827
|
-
to: string | Record<string, any>;
|
|
828
853
|
title: string;
|
|
829
|
-
variant: "default" | "
|
|
830
|
-
|
|
831
|
-
target: string;
|
|
854
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
855
|
+
to: string | Record<string, any>;
|
|
832
856
|
exact: boolean;
|
|
857
|
+
href: string;
|
|
858
|
+
addSlash: boolean;
|
|
833
859
|
ariaLabel: string;
|
|
834
860
|
linkClass: string;
|
|
861
|
+
target: string;
|
|
835
862
|
externalTargetBlank: boolean;
|
|
836
863
|
caret: boolean;
|
|
837
864
|
caretWrapperClass: string;
|
|
@@ -947,13 +974,13 @@ export function ImageWithLocalLinkedAttribution(args: any): {
|
|
|
947
974
|
}, {}, {
|
|
948
975
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
949
976
|
variant: {
|
|
950
|
-
type: import('vue').PropType<"default" | "
|
|
977
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
951
978
|
required: false;
|
|
952
979
|
default: string;
|
|
953
980
|
validator: (prop: string) => boolean;
|
|
954
981
|
};
|
|
955
982
|
to: {
|
|
956
|
-
type: (
|
|
983
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
957
984
|
default: undefined;
|
|
958
985
|
};
|
|
959
986
|
exact: {
|
|
@@ -964,6 +991,10 @@ export function ImageWithLocalLinkedAttribution(args: any): {
|
|
|
964
991
|
type: StringConstructor;
|
|
965
992
|
default: undefined;
|
|
966
993
|
};
|
|
994
|
+
addSlash: {
|
|
995
|
+
type: BooleanConstructor;
|
|
996
|
+
default: boolean;
|
|
997
|
+
};
|
|
967
998
|
title: {
|
|
968
999
|
type: StringConstructor;
|
|
969
1000
|
default: undefined;
|
|
@@ -1050,13 +1081,13 @@ export function ImageWithLocalLinkedAttribution(args: any): {
|
|
|
1050
1081
|
addTrailingSlash(path: string): string;
|
|
1051
1082
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1052
1083
|
variant: {
|
|
1053
|
-
type: import('vue').PropType<"default" | "
|
|
1084
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1054
1085
|
required: false;
|
|
1055
1086
|
default: string;
|
|
1056
1087
|
validator: (prop: string) => boolean;
|
|
1057
1088
|
};
|
|
1058
1089
|
to: {
|
|
1059
|
-
type: (
|
|
1090
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1060
1091
|
default: undefined;
|
|
1061
1092
|
};
|
|
1062
1093
|
exact: {
|
|
@@ -1067,6 +1098,10 @@ export function ImageWithLocalLinkedAttribution(args: any): {
|
|
|
1067
1098
|
type: StringConstructor;
|
|
1068
1099
|
default: undefined;
|
|
1069
1100
|
};
|
|
1101
|
+
addSlash: {
|
|
1102
|
+
type: BooleanConstructor;
|
|
1103
|
+
default: boolean;
|
|
1104
|
+
};
|
|
1070
1105
|
title: {
|
|
1071
1106
|
type: StringConstructor;
|
|
1072
1107
|
default: undefined;
|
|
@@ -1126,14 +1161,15 @@ export function ImageWithLocalLinkedAttribution(args: any): {
|
|
|
1126
1161
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1127
1162
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1128
1163
|
}>, {
|
|
1129
|
-
to: string | Record<string, any>;
|
|
1130
1164
|
title: string;
|
|
1131
|
-
variant: "default" | "
|
|
1132
|
-
|
|
1133
|
-
target: string;
|
|
1165
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1166
|
+
to: string | Record<string, any>;
|
|
1134
1167
|
exact: boolean;
|
|
1168
|
+
href: string;
|
|
1169
|
+
addSlash: boolean;
|
|
1135
1170
|
ariaLabel: string;
|
|
1136
1171
|
linkClass: string;
|
|
1172
|
+
target: string;
|
|
1137
1173
|
externalTargetBlank: boolean;
|
|
1138
1174
|
caret: boolean;
|
|
1139
1175
|
caretWrapperClass: string;
|
|
@@ -1239,13 +1275,13 @@ export function NoAttribution(args: any): {
|
|
|
1239
1275
|
}, {}, {
|
|
1240
1276
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1241
1277
|
variant: {
|
|
1242
|
-
type: import('vue').PropType<"default" | "
|
|
1278
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1243
1279
|
required: false;
|
|
1244
1280
|
default: string;
|
|
1245
1281
|
validator: (prop: string) => boolean;
|
|
1246
1282
|
};
|
|
1247
1283
|
to: {
|
|
1248
|
-
type: (
|
|
1284
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1249
1285
|
default: undefined;
|
|
1250
1286
|
};
|
|
1251
1287
|
exact: {
|
|
@@ -1256,6 +1292,10 @@ export function NoAttribution(args: any): {
|
|
|
1256
1292
|
type: StringConstructor;
|
|
1257
1293
|
default: undefined;
|
|
1258
1294
|
};
|
|
1295
|
+
addSlash: {
|
|
1296
|
+
type: BooleanConstructor;
|
|
1297
|
+
default: boolean;
|
|
1298
|
+
};
|
|
1259
1299
|
title: {
|
|
1260
1300
|
type: StringConstructor;
|
|
1261
1301
|
default: undefined;
|
|
@@ -1342,13 +1382,13 @@ export function NoAttribution(args: any): {
|
|
|
1342
1382
|
addTrailingSlash(path: string): string;
|
|
1343
1383
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1344
1384
|
variant: {
|
|
1345
|
-
type: import('vue').PropType<"default" | "
|
|
1385
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1346
1386
|
required: false;
|
|
1347
1387
|
default: string;
|
|
1348
1388
|
validator: (prop: string) => boolean;
|
|
1349
1389
|
};
|
|
1350
1390
|
to: {
|
|
1351
|
-
type: (
|
|
1391
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1352
1392
|
default: undefined;
|
|
1353
1393
|
};
|
|
1354
1394
|
exact: {
|
|
@@ -1359,6 +1399,10 @@ export function NoAttribution(args: any): {
|
|
|
1359
1399
|
type: StringConstructor;
|
|
1360
1400
|
default: undefined;
|
|
1361
1401
|
};
|
|
1402
|
+
addSlash: {
|
|
1403
|
+
type: BooleanConstructor;
|
|
1404
|
+
default: boolean;
|
|
1405
|
+
};
|
|
1362
1406
|
title: {
|
|
1363
1407
|
type: StringConstructor;
|
|
1364
1408
|
default: undefined;
|
|
@@ -1418,14 +1462,15 @@ export function NoAttribution(args: any): {
|
|
|
1418
1462
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1419
1463
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1420
1464
|
}>, {
|
|
1421
|
-
to: string | Record<string, any>;
|
|
1422
1465
|
title: string;
|
|
1423
|
-
variant: "default" | "
|
|
1424
|
-
|
|
1425
|
-
target: string;
|
|
1466
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1467
|
+
to: string | Record<string, any>;
|
|
1426
1468
|
exact: boolean;
|
|
1469
|
+
href: string;
|
|
1470
|
+
addSlash: boolean;
|
|
1427
1471
|
ariaLabel: string;
|
|
1428
1472
|
linkClass: string;
|
|
1473
|
+
target: string;
|
|
1429
1474
|
externalTargetBlank: boolean;
|
|
1430
1475
|
caret: boolean;
|
|
1431
1476
|
caretWrapperClass: string;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
|
|
3
2
|
export interface BlockQuoteAttributes {
|
|
4
3
|
quote: string;
|
|
5
4
|
attribution: string;
|
|
@@ -31,13 +30,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
31
30
|
}, {}, {
|
|
32
31
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
33
32
|
variant: {
|
|
34
|
-
type: PropType<"default" | "
|
|
33
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
35
34
|
required: false;
|
|
36
35
|
default: string;
|
|
37
36
|
validator: (prop: string) => boolean;
|
|
38
37
|
};
|
|
39
38
|
to: {
|
|
40
|
-
type: (
|
|
39
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
41
40
|
default: undefined;
|
|
42
41
|
};
|
|
43
42
|
exact: {
|
|
@@ -48,6 +47,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
48
47
|
type: StringConstructor;
|
|
49
48
|
default: undefined;
|
|
50
49
|
};
|
|
50
|
+
addSlash: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
51
54
|
title: {
|
|
52
55
|
type: StringConstructor;
|
|
53
56
|
default: undefined;
|
|
@@ -134,13 +137,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
134
137
|
addTrailingSlash(path: string): string;
|
|
135
138
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
136
139
|
variant: {
|
|
137
|
-
type: PropType<"default" | "
|
|
140
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
138
141
|
required: false;
|
|
139
142
|
default: string;
|
|
140
143
|
validator: (prop: string) => boolean;
|
|
141
144
|
};
|
|
142
145
|
to: {
|
|
143
|
-
type: (
|
|
146
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
144
147
|
default: undefined;
|
|
145
148
|
};
|
|
146
149
|
exact: {
|
|
@@ -151,6 +154,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
151
154
|
type: StringConstructor;
|
|
152
155
|
default: undefined;
|
|
153
156
|
};
|
|
157
|
+
addSlash: {
|
|
158
|
+
type: BooleanConstructor;
|
|
159
|
+
default: boolean;
|
|
160
|
+
};
|
|
154
161
|
title: {
|
|
155
162
|
type: StringConstructor;
|
|
156
163
|
default: undefined;
|
|
@@ -210,14 +217,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
210
217
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
211
218
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
212
219
|
}>, {
|
|
213
|
-
to: string | Record<string, any>;
|
|
214
220
|
title: string;
|
|
215
|
-
variant: "default" | "
|
|
216
|
-
|
|
217
|
-
target: string;
|
|
221
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
222
|
+
to: string | Record<string, any>;
|
|
218
223
|
exact: boolean;
|
|
224
|
+
href: string;
|
|
225
|
+
addSlash: boolean;
|
|
219
226
|
ariaLabel: string;
|
|
220
227
|
linkClass: string;
|
|
228
|
+
target: string;
|
|
221
229
|
externalTargetBlank: boolean;
|
|
222
230
|
caret: boolean;
|
|
223
231
|
caretWrapperClass: string;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { BlockData, RelatedLinkObject } from './../../interfaces';
|
|
3
3
|
import { HeadingLevel } from './../BaseHeading/BaseHeading.vue';
|
|
4
|
-
|
|
5
4
|
export interface BlockRelatedLinksObject extends BlockData {
|
|
6
5
|
heading: string;
|
|
7
6
|
links: RelatedLinkObject[];
|
|
@@ -51,7 +50,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
51
50
|
validator: (prop: string) => boolean;
|
|
52
51
|
};
|
|
53
52
|
to: {
|
|
54
|
-
type: (
|
|
53
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
55
54
|
required: false;
|
|
56
55
|
};
|
|
57
56
|
href: {
|
|
@@ -70,7 +69,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
70
69
|
validator: (prop: string) => boolean;
|
|
71
70
|
};
|
|
72
71
|
to: {
|
|
73
|
-
type: (
|
|
72
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
74
73
|
required: false;
|
|
75
74
|
};
|
|
76
75
|
href: {
|
|
@@ -82,13 +81,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
82
81
|
}, {}, {
|
|
83
82
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
84
83
|
variant: {
|
|
85
|
-
type: PropType<"default" | "
|
|
84
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
86
85
|
required: false;
|
|
87
86
|
default: string;
|
|
88
87
|
validator: (prop: string) => boolean;
|
|
89
88
|
};
|
|
90
89
|
to: {
|
|
91
|
-
type: (
|
|
90
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
92
91
|
default: undefined;
|
|
93
92
|
};
|
|
94
93
|
exact: {
|
|
@@ -99,6 +98,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
99
98
|
type: StringConstructor;
|
|
100
99
|
default: undefined;
|
|
101
100
|
};
|
|
101
|
+
addSlash: {
|
|
102
|
+
type: BooleanConstructor;
|
|
103
|
+
default: boolean;
|
|
104
|
+
};
|
|
102
105
|
title: {
|
|
103
106
|
type: StringConstructor;
|
|
104
107
|
default: undefined;
|
|
@@ -185,13 +188,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
185
188
|
addTrailingSlash(path: string): string;
|
|
186
189
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
187
190
|
variant: {
|
|
188
|
-
type: PropType<"default" | "
|
|
191
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
189
192
|
required: false;
|
|
190
193
|
default: string;
|
|
191
194
|
validator: (prop: string) => boolean;
|
|
192
195
|
};
|
|
193
196
|
to: {
|
|
194
|
-
type: (
|
|
197
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
195
198
|
default: undefined;
|
|
196
199
|
};
|
|
197
200
|
exact: {
|
|
@@ -202,6 +205,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
202
205
|
type: StringConstructor;
|
|
203
206
|
default: undefined;
|
|
204
207
|
};
|
|
208
|
+
addSlash: {
|
|
209
|
+
type: BooleanConstructor;
|
|
210
|
+
default: boolean;
|
|
211
|
+
};
|
|
205
212
|
title: {
|
|
206
213
|
type: StringConstructor;
|
|
207
214
|
default: undefined;
|
|
@@ -261,14 +268,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
261
268
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
262
269
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
263
270
|
}>, {
|
|
264
|
-
to: string | Record<string, any>;
|
|
265
271
|
title: string;
|
|
266
|
-
variant: "default" | "
|
|
267
|
-
|
|
268
|
-
target: string;
|
|
272
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
273
|
+
to: string | Record<string, any>;
|
|
269
274
|
exact: boolean;
|
|
275
|
+
href: string;
|
|
276
|
+
addSlash: boolean;
|
|
270
277
|
ariaLabel: string;
|
|
271
278
|
linkClass: string;
|
|
279
|
+
target: string;
|
|
272
280
|
externalTargetBlank: boolean;
|
|
273
281
|
caret: boolean;
|
|
274
282
|
caretWrapperClass: string;
|
|
@@ -10,7 +10,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10
10
|
validator: (prop: string) => boolean;
|
|
11
11
|
};
|
|
12
12
|
to: {
|
|
13
|
-
type: (
|
|
13
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
14
14
|
required: false;
|
|
15
15
|
};
|
|
16
16
|
href: {
|
|
@@ -29,7 +29,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
29
29
|
validator: (prop: string) => boolean;
|
|
30
30
|
};
|
|
31
31
|
to: {
|
|
32
|
-
type: (
|
|
32
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
33
33
|
required: false;
|
|
34
34
|
};
|
|
35
35
|
href: {
|
|
@@ -41,13 +41,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
41
41
|
}, {}, {
|
|
42
42
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
43
43
|
variant: {
|
|
44
|
-
type: import('vue').PropType<"default" | "
|
|
44
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
45
45
|
required: false;
|
|
46
46
|
default: string;
|
|
47
47
|
validator: (prop: string) => boolean;
|
|
48
48
|
};
|
|
49
49
|
to: {
|
|
50
|
-
type: (
|
|
50
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
51
51
|
default: undefined;
|
|
52
52
|
};
|
|
53
53
|
exact: {
|
|
@@ -58,6 +58,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
58
58
|
type: StringConstructor;
|
|
59
59
|
default: undefined;
|
|
60
60
|
};
|
|
61
|
+
addSlash: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
61
65
|
title: {
|
|
62
66
|
type: StringConstructor;
|
|
63
67
|
default: undefined;
|
|
@@ -144,13 +148,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
144
148
|
addTrailingSlash(path: string): string;
|
|
145
149
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
146
150
|
variant: {
|
|
147
|
-
type: import('vue').PropType<"default" | "
|
|
151
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
148
152
|
required: false;
|
|
149
153
|
default: string;
|
|
150
154
|
validator: (prop: string) => boolean;
|
|
151
155
|
};
|
|
152
156
|
to: {
|
|
153
|
-
type: (
|
|
157
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
154
158
|
default: undefined;
|
|
155
159
|
};
|
|
156
160
|
exact: {
|
|
@@ -161,6 +165,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
161
165
|
type: StringConstructor;
|
|
162
166
|
default: undefined;
|
|
163
167
|
};
|
|
168
|
+
addSlash: {
|
|
169
|
+
type: BooleanConstructor;
|
|
170
|
+
default: boolean;
|
|
171
|
+
};
|
|
164
172
|
title: {
|
|
165
173
|
type: StringConstructor;
|
|
166
174
|
default: undefined;
|
|
@@ -220,14 +228,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
220
228
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
221
229
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
222
230
|
}>, {
|
|
223
|
-
to: string | Record<string, any>;
|
|
224
231
|
title: string;
|
|
225
|
-
variant: "default" | "
|
|
226
|
-
|
|
227
|
-
target: string;
|
|
232
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
233
|
+
to: string | Record<string, any>;
|
|
228
234
|
exact: boolean;
|
|
235
|
+
href: string;
|
|
236
|
+
addSlash: boolean;
|
|
229
237
|
ariaLabel: string;
|
|
230
238
|
linkClass: string;
|
|
239
|
+
target: string;
|
|
231
240
|
externalTargetBlank: boolean;
|
|
232
241
|
caret: boolean;
|
|
233
242
|
caretWrapperClass: string;
|