@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
|
@@ -91,6 +91,7 @@ export namespace BaseStory {
|
|
|
91
91
|
searchQuery: null;
|
|
92
92
|
LogoColor: string;
|
|
93
93
|
LogoWhite: string;
|
|
94
|
+
LogoOutline: string;
|
|
94
95
|
}, {
|
|
95
96
|
breadcrumb(): import("../../utils/mixins").BreadcrumbObject | null;
|
|
96
97
|
headerClasses(): string;
|
|
@@ -164,13 +165,13 @@ export namespace BaseStory {
|
|
|
164
165
|
NavLogoLinks: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
165
166
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
166
167
|
variant: {
|
|
167
|
-
type: import("vue").PropType<"default" | "
|
|
168
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
168
169
|
required: false;
|
|
169
170
|
default: string;
|
|
170
171
|
validator: (prop: string) => boolean;
|
|
171
172
|
};
|
|
172
173
|
to: {
|
|
173
|
-
type: (
|
|
174
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
174
175
|
default: undefined;
|
|
175
176
|
};
|
|
176
177
|
exact: {
|
|
@@ -181,6 +182,10 @@ export namespace BaseStory {
|
|
|
181
182
|
type: StringConstructor;
|
|
182
183
|
default: undefined;
|
|
183
184
|
};
|
|
185
|
+
addSlash: {
|
|
186
|
+
type: BooleanConstructor;
|
|
187
|
+
default: boolean;
|
|
188
|
+
};
|
|
184
189
|
title: {
|
|
185
190
|
type: StringConstructor;
|
|
186
191
|
default: undefined;
|
|
@@ -267,13 +272,13 @@ export namespace BaseStory {
|
|
|
267
272
|
addTrailingSlash(path: string): string;
|
|
268
273
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
269
274
|
variant: {
|
|
270
|
-
type: import("vue").PropType<"default" | "
|
|
275
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
271
276
|
required: false;
|
|
272
277
|
default: string;
|
|
273
278
|
validator: (prop: string) => boolean;
|
|
274
279
|
};
|
|
275
280
|
to: {
|
|
276
|
-
type: (
|
|
281
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
277
282
|
default: undefined;
|
|
278
283
|
};
|
|
279
284
|
exact: {
|
|
@@ -284,6 +289,10 @@ export namespace BaseStory {
|
|
|
284
289
|
type: StringConstructor;
|
|
285
290
|
default: undefined;
|
|
286
291
|
};
|
|
292
|
+
addSlash: {
|
|
293
|
+
type: BooleanConstructor;
|
|
294
|
+
default: boolean;
|
|
295
|
+
};
|
|
287
296
|
title: {
|
|
288
297
|
type: StringConstructor;
|
|
289
298
|
default: undefined;
|
|
@@ -343,14 +352,15 @@ export namespace BaseStory {
|
|
|
343
352
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
344
353
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
345
354
|
}>, {
|
|
346
|
-
to: string | Record<string, any>;
|
|
347
355
|
title: string;
|
|
348
|
-
variant: "default" | "
|
|
349
|
-
|
|
350
|
-
target: string;
|
|
356
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
357
|
+
to: string | Record<string, any>;
|
|
351
358
|
exact: boolean;
|
|
359
|
+
href: string;
|
|
360
|
+
addSlash: boolean;
|
|
352
361
|
ariaLabel: string;
|
|
353
362
|
linkClass: string;
|
|
363
|
+
target: string;
|
|
354
364
|
externalTargetBlank: boolean;
|
|
355
365
|
caret: boolean;
|
|
356
366
|
caretWrapperClass: string;
|
|
@@ -427,7 +437,7 @@ export namespace BaseStory {
|
|
|
427
437
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
428
438
|
NavMobileDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
429
439
|
data: {
|
|
430
|
-
type: (
|
|
440
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
431
441
|
required: false;
|
|
432
442
|
};
|
|
433
443
|
startOpen: {
|
|
@@ -459,7 +469,7 @@ export namespace BaseStory {
|
|
|
459
469
|
getLinkText(link: import("../../utils/mixins").NavLinkObject): string;
|
|
460
470
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
461
471
|
data: {
|
|
462
|
-
type: (
|
|
472
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
463
473
|
required: false;
|
|
464
474
|
};
|
|
465
475
|
startOpen: {
|
|
@@ -512,8 +522,8 @@ export namespace BaseStory {
|
|
|
512
522
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
513
523
|
}>, {
|
|
514
524
|
path: string;
|
|
515
|
-
ariaExpanded: boolean;
|
|
516
525
|
invert: boolean;
|
|
526
|
+
ariaExpanded: boolean;
|
|
517
527
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
518
528
|
NavMobileLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
519
529
|
data: {
|
|
@@ -559,13 +569,13 @@ export namespace BaseStory {
|
|
|
559
569
|
}, {}, {
|
|
560
570
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
561
571
|
variant: {
|
|
562
|
-
type: import("vue").PropType<"default" | "
|
|
572
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
563
573
|
required: false;
|
|
564
574
|
default: string;
|
|
565
575
|
validator: (prop: string) => boolean;
|
|
566
576
|
};
|
|
567
577
|
to: {
|
|
568
|
-
type: (
|
|
578
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
569
579
|
default: undefined;
|
|
570
580
|
};
|
|
571
581
|
exact: {
|
|
@@ -576,6 +586,10 @@ export namespace BaseStory {
|
|
|
576
586
|
type: StringConstructor;
|
|
577
587
|
default: undefined;
|
|
578
588
|
};
|
|
589
|
+
addSlash: {
|
|
590
|
+
type: BooleanConstructor;
|
|
591
|
+
default: boolean;
|
|
592
|
+
};
|
|
579
593
|
title: {
|
|
580
594
|
type: StringConstructor;
|
|
581
595
|
default: undefined;
|
|
@@ -662,13 +676,13 @@ export namespace BaseStory {
|
|
|
662
676
|
addTrailingSlash(path: string): string;
|
|
663
677
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
664
678
|
variant: {
|
|
665
|
-
type: import("vue").PropType<"default" | "
|
|
679
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
666
680
|
required: false;
|
|
667
681
|
default: string;
|
|
668
682
|
validator: (prop: string) => boolean;
|
|
669
683
|
};
|
|
670
684
|
to: {
|
|
671
|
-
type: (
|
|
685
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
672
686
|
default: undefined;
|
|
673
687
|
};
|
|
674
688
|
exact: {
|
|
@@ -679,6 +693,10 @@ export namespace BaseStory {
|
|
|
679
693
|
type: StringConstructor;
|
|
680
694
|
default: undefined;
|
|
681
695
|
};
|
|
696
|
+
addSlash: {
|
|
697
|
+
type: BooleanConstructor;
|
|
698
|
+
default: boolean;
|
|
699
|
+
};
|
|
682
700
|
title: {
|
|
683
701
|
type: StringConstructor;
|
|
684
702
|
default: undefined;
|
|
@@ -738,14 +756,15 @@ export namespace BaseStory {
|
|
|
738
756
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
739
757
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
740
758
|
}>, {
|
|
741
|
-
to: string | Record<string, any>;
|
|
742
759
|
title: string;
|
|
743
|
-
variant: "default" | "
|
|
744
|
-
|
|
745
|
-
target: string;
|
|
760
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
761
|
+
to: string | Record<string, any>;
|
|
746
762
|
exact: boolean;
|
|
763
|
+
href: string;
|
|
764
|
+
addSlash: boolean;
|
|
747
765
|
ariaLabel: string;
|
|
748
766
|
linkClass: string;
|
|
767
|
+
target: string;
|
|
749
768
|
externalTargetBlank: boolean;
|
|
750
769
|
caret: boolean;
|
|
751
770
|
caretWrapperClass: string;
|
|
@@ -891,8 +910,8 @@ export namespace BaseStory {
|
|
|
891
910
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
892
911
|
}>, {
|
|
893
912
|
path: string;
|
|
894
|
-
ariaExpanded: boolean;
|
|
895
913
|
invert: boolean;
|
|
914
|
+
ariaExpanded: boolean;
|
|
896
915
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
897
916
|
NavSecondaryDropdownContent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
898
917
|
item: {
|
|
@@ -920,13 +939,13 @@ export namespace BaseStory {
|
|
|
920
939
|
}, {}, {
|
|
921
940
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
922
941
|
variant: {
|
|
923
|
-
type: import("vue").PropType<"default" | "
|
|
942
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
924
943
|
required: false;
|
|
925
944
|
default: string;
|
|
926
945
|
validator: (prop: string) => boolean;
|
|
927
946
|
};
|
|
928
947
|
to: {
|
|
929
|
-
type: (
|
|
948
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
930
949
|
default: undefined;
|
|
931
950
|
};
|
|
932
951
|
exact: {
|
|
@@ -937,6 +956,10 @@ export namespace BaseStory {
|
|
|
937
956
|
type: StringConstructor;
|
|
938
957
|
default: undefined;
|
|
939
958
|
};
|
|
959
|
+
addSlash: {
|
|
960
|
+
type: BooleanConstructor;
|
|
961
|
+
default: boolean;
|
|
962
|
+
};
|
|
940
963
|
title: {
|
|
941
964
|
type: StringConstructor;
|
|
942
965
|
default: undefined;
|
|
@@ -1023,13 +1046,13 @@ export namespace BaseStory {
|
|
|
1023
1046
|
addTrailingSlash(path: string): string;
|
|
1024
1047
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1025
1048
|
variant: {
|
|
1026
|
-
type: import("vue").PropType<"default" | "
|
|
1049
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
1027
1050
|
required: false;
|
|
1028
1051
|
default: string;
|
|
1029
1052
|
validator: (prop: string) => boolean;
|
|
1030
1053
|
};
|
|
1031
1054
|
to: {
|
|
1032
|
-
type: (
|
|
1055
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1033
1056
|
default: undefined;
|
|
1034
1057
|
};
|
|
1035
1058
|
exact: {
|
|
@@ -1040,6 +1063,10 @@ export namespace BaseStory {
|
|
|
1040
1063
|
type: StringConstructor;
|
|
1041
1064
|
default: undefined;
|
|
1042
1065
|
};
|
|
1066
|
+
addSlash: {
|
|
1067
|
+
type: BooleanConstructor;
|
|
1068
|
+
default: boolean;
|
|
1069
|
+
};
|
|
1043
1070
|
title: {
|
|
1044
1071
|
type: StringConstructor;
|
|
1045
1072
|
default: undefined;
|
|
@@ -1099,14 +1126,15 @@ export namespace BaseStory {
|
|
|
1099
1126
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1100
1127
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1101
1128
|
}>, {
|
|
1102
|
-
to: string | Record<string, any>;
|
|
1103
1129
|
title: string;
|
|
1104
|
-
variant: "default" | "
|
|
1105
|
-
|
|
1106
|
-
target: string;
|
|
1130
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1131
|
+
to: string | Record<string, any>;
|
|
1107
1132
|
exact: boolean;
|
|
1133
|
+
href: string;
|
|
1134
|
+
addSlash: boolean;
|
|
1108
1135
|
ariaLabel: string;
|
|
1109
1136
|
linkClass: string;
|
|
1137
|
+
target: string;
|
|
1110
1138
|
externalTargetBlank: boolean;
|
|
1111
1139
|
caret: boolean;
|
|
1112
1140
|
caretWrapperClass: string;
|
|
@@ -1227,13 +1255,13 @@ export namespace BaseStory {
|
|
|
1227
1255
|
}, {}, {
|
|
1228
1256
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1229
1257
|
variant: {
|
|
1230
|
-
type: import("vue").PropType<"default" | "
|
|
1258
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
1231
1259
|
required: false;
|
|
1232
1260
|
default: string;
|
|
1233
1261
|
validator: (prop: string) => boolean;
|
|
1234
1262
|
};
|
|
1235
1263
|
to: {
|
|
1236
|
-
type: (
|
|
1264
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1237
1265
|
default: undefined;
|
|
1238
1266
|
};
|
|
1239
1267
|
exact: {
|
|
@@ -1244,6 +1272,10 @@ export namespace BaseStory {
|
|
|
1244
1272
|
type: StringConstructor;
|
|
1245
1273
|
default: undefined;
|
|
1246
1274
|
};
|
|
1275
|
+
addSlash: {
|
|
1276
|
+
type: BooleanConstructor;
|
|
1277
|
+
default: boolean;
|
|
1278
|
+
};
|
|
1247
1279
|
title: {
|
|
1248
1280
|
type: StringConstructor;
|
|
1249
1281
|
default: undefined;
|
|
@@ -1330,13 +1362,13 @@ export namespace BaseStory {
|
|
|
1330
1362
|
addTrailingSlash(path: string): string;
|
|
1331
1363
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1332
1364
|
variant: {
|
|
1333
|
-
type: import("vue").PropType<"default" | "
|
|
1365
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
1334
1366
|
required: false;
|
|
1335
1367
|
default: string;
|
|
1336
1368
|
validator: (prop: string) => boolean;
|
|
1337
1369
|
};
|
|
1338
1370
|
to: {
|
|
1339
|
-
type: (
|
|
1371
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1340
1372
|
default: undefined;
|
|
1341
1373
|
};
|
|
1342
1374
|
exact: {
|
|
@@ -1347,6 +1379,10 @@ export namespace BaseStory {
|
|
|
1347
1379
|
type: StringConstructor;
|
|
1348
1380
|
default: undefined;
|
|
1349
1381
|
};
|
|
1382
|
+
addSlash: {
|
|
1383
|
+
type: BooleanConstructor;
|
|
1384
|
+
default: boolean;
|
|
1385
|
+
};
|
|
1350
1386
|
title: {
|
|
1351
1387
|
type: StringConstructor;
|
|
1352
1388
|
default: undefined;
|
|
@@ -1406,14 +1442,15 @@ export namespace BaseStory {
|
|
|
1406
1442
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1407
1443
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1408
1444
|
}>, {
|
|
1409
|
-
to: string | Record<string, any>;
|
|
1410
1445
|
title: string;
|
|
1411
|
-
variant: "default" | "
|
|
1412
|
-
|
|
1413
|
-
target: string;
|
|
1446
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1447
|
+
to: string | Record<string, any>;
|
|
1414
1448
|
exact: boolean;
|
|
1449
|
+
href: string;
|
|
1450
|
+
addSlash: boolean;
|
|
1415
1451
|
ariaLabel: string;
|
|
1416
1452
|
linkClass: string;
|
|
1453
|
+
target: string;
|
|
1417
1454
|
externalTargetBlank: boolean;
|
|
1418
1455
|
caret: boolean;
|
|
1419
1456
|
caretWrapperClass: string;
|
|
@@ -1546,7 +1583,7 @@ export namespace BaseStory {
|
|
|
1546
1583
|
}, {}, {
|
|
1547
1584
|
BaseButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1548
1585
|
variant: {
|
|
1549
|
-
type: import("vue").PropType<"
|
|
1586
|
+
type: import("vue").PropType<"primary" | "secondary" | "dark" | "social">;
|
|
1550
1587
|
required: false;
|
|
1551
1588
|
default: string;
|
|
1552
1589
|
validator: (prop: string) => boolean;
|
|
@@ -1572,7 +1609,7 @@ export namespace BaseStory {
|
|
|
1572
1609
|
required: false;
|
|
1573
1610
|
};
|
|
1574
1611
|
to: {
|
|
1575
|
-
type: (
|
|
1612
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1576
1613
|
required: false;
|
|
1577
1614
|
default: undefined;
|
|
1578
1615
|
};
|
|
@@ -1588,7 +1625,7 @@ export namespace BaseStory {
|
|
|
1588
1625
|
variantClass(): string;
|
|
1589
1626
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1590
1627
|
variant: {
|
|
1591
|
-
type: import("vue").PropType<"
|
|
1628
|
+
type: import("vue").PropType<"primary" | "secondary" | "dark" | "social">;
|
|
1592
1629
|
required: false;
|
|
1593
1630
|
default: string;
|
|
1594
1631
|
validator: (prop: string) => boolean;
|
|
@@ -1614,7 +1651,7 @@ export namespace BaseStory {
|
|
|
1614
1651
|
required: false;
|
|
1615
1652
|
};
|
|
1616
1653
|
to: {
|
|
1617
|
-
type: (
|
|
1654
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1618
1655
|
required: false;
|
|
1619
1656
|
default: undefined;
|
|
1620
1657
|
};
|
|
@@ -1626,56 +1663,38 @@ export namespace BaseStory {
|
|
|
1626
1663
|
}>> & Readonly<{
|
|
1627
1664
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
1628
1665
|
}>, {
|
|
1666
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
1629
1667
|
to: string | Record<string, any>;
|
|
1630
|
-
disabled: boolean;
|
|
1631
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
1632
1668
|
href: string;
|
|
1633
1669
|
ariaLabel: string;
|
|
1634
1670
|
compact: boolean;
|
|
1635
1671
|
blockClasses: string;
|
|
1672
|
+
disabled: boolean;
|
|
1636
1673
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1637
1674
|
IconSocialFacebook: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1638
1675
|
IconSocialTwitter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1639
1676
|
IconSocialInstagram: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1640
1677
|
IconSocialYoutube: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1641
1678
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1642
|
-
NavSearchForm: import("vue").DefineComponent<import("vue").
|
|
1643
|
-
placeholder: {
|
|
1644
|
-
type: import("vue").PropType<string>;
|
|
1645
|
-
default: string;
|
|
1646
|
-
};
|
|
1647
|
-
mobile: {
|
|
1648
|
-
type: import("vue").PropType<boolean>;
|
|
1649
|
-
default: boolean;
|
|
1650
|
-
};
|
|
1651
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1679
|
+
NavSearchForm: import("vue").DefineComponent<import("../NavSearchForm/NavSearchForm.vue").NavSearchFormProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1652
1680
|
clearSearch: (...args: any[]) => void;
|
|
1653
1681
|
submitForm: (...args: any[]) => void;
|
|
1654
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
1655
|
-
placeholder: {
|
|
1656
|
-
type: import("vue").PropType<string>;
|
|
1657
|
-
default: string;
|
|
1658
|
-
};
|
|
1659
|
-
mobile: {
|
|
1660
|
-
type: import("vue").PropType<boolean>;
|
|
1661
|
-
default: boolean;
|
|
1662
|
-
};
|
|
1663
|
-
}>> & Readonly<{
|
|
1682
|
+
}, string, import("vue").PublicProps, Readonly<import("../NavSearchForm/NavSearchForm.vue").NavSearchFormProps> & Readonly<{
|
|
1664
1683
|
onClearSearch?: ((...args: any[]) => any) | undefined;
|
|
1665
1684
|
onSubmitForm?: ((...args: any[]) => any) | undefined;
|
|
1666
1685
|
}>, {
|
|
1667
1686
|
placeholder: string;
|
|
1668
1687
|
mobile: boolean;
|
|
1669
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
1688
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
1670
1689
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1671
1690
|
variant: {
|
|
1672
|
-
type: import("vue").PropType<"default" | "
|
|
1691
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
1673
1692
|
required: false;
|
|
1674
1693
|
default: string;
|
|
1675
1694
|
validator: (prop: string) => boolean;
|
|
1676
1695
|
};
|
|
1677
1696
|
to: {
|
|
1678
|
-
type: (
|
|
1697
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1679
1698
|
default: undefined;
|
|
1680
1699
|
};
|
|
1681
1700
|
exact: {
|
|
@@ -1686,6 +1705,10 @@ export namespace BaseStory {
|
|
|
1686
1705
|
type: StringConstructor;
|
|
1687
1706
|
default: undefined;
|
|
1688
1707
|
};
|
|
1708
|
+
addSlash: {
|
|
1709
|
+
type: BooleanConstructor;
|
|
1710
|
+
default: boolean;
|
|
1711
|
+
};
|
|
1689
1712
|
title: {
|
|
1690
1713
|
type: StringConstructor;
|
|
1691
1714
|
default: undefined;
|
|
@@ -1772,13 +1795,13 @@ export namespace BaseStory {
|
|
|
1772
1795
|
addTrailingSlash(path: string): string;
|
|
1773
1796
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1774
1797
|
variant: {
|
|
1775
|
-
type: import("vue").PropType<"default" | "
|
|
1798
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
1776
1799
|
required: false;
|
|
1777
1800
|
default: string;
|
|
1778
1801
|
validator: (prop: string) => boolean;
|
|
1779
1802
|
};
|
|
1780
1803
|
to: {
|
|
1781
|
-
type: (
|
|
1804
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1782
1805
|
default: undefined;
|
|
1783
1806
|
};
|
|
1784
1807
|
exact: {
|
|
@@ -1789,6 +1812,10 @@ export namespace BaseStory {
|
|
|
1789
1812
|
type: StringConstructor;
|
|
1790
1813
|
default: undefined;
|
|
1791
1814
|
};
|
|
1815
|
+
addSlash: {
|
|
1816
|
+
type: BooleanConstructor;
|
|
1817
|
+
default: boolean;
|
|
1818
|
+
};
|
|
1792
1819
|
title: {
|
|
1793
1820
|
type: StringConstructor;
|
|
1794
1821
|
default: undefined;
|
|
@@ -1848,14 +1875,15 @@ export namespace BaseStory {
|
|
|
1848
1875
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1849
1876
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1850
1877
|
}>, {
|
|
1851
|
-
to: string | Record<string, any>;
|
|
1852
1878
|
title: string;
|
|
1853
|
-
variant: "default" | "
|
|
1854
|
-
|
|
1855
|
-
target: string;
|
|
1879
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1880
|
+
to: string | Record<string, any>;
|
|
1856
1881
|
exact: boolean;
|
|
1882
|
+
href: string;
|
|
1883
|
+
addSlash: boolean;
|
|
1857
1884
|
ariaLabel: string;
|
|
1858
1885
|
linkClass: string;
|
|
1886
|
+
target: string;
|
|
1859
1887
|
externalTargetBlank: boolean;
|
|
1860
1888
|
caret: boolean;
|
|
1861
1889
|
caretWrapperClass: string;
|
|
@@ -1987,6 +2015,7 @@ export namespace WithSecondaryNav {
|
|
|
1987
2015
|
searchQuery: null;
|
|
1988
2016
|
LogoColor: string;
|
|
1989
2017
|
LogoWhite: string;
|
|
2018
|
+
LogoOutline: string;
|
|
1990
2019
|
}, {
|
|
1991
2020
|
breadcrumb(): import("../../utils/mixins").BreadcrumbObject | null;
|
|
1992
2021
|
headerClasses(): string;
|
|
@@ -2060,13 +2089,13 @@ export namespace WithSecondaryNav {
|
|
|
2060
2089
|
NavLogoLinks: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
2061
2090
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2062
2091
|
variant: {
|
|
2063
|
-
type: import("vue").PropType<"default" | "
|
|
2092
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
2064
2093
|
required: false;
|
|
2065
2094
|
default: string;
|
|
2066
2095
|
validator: (prop: string) => boolean;
|
|
2067
2096
|
};
|
|
2068
2097
|
to: {
|
|
2069
|
-
type: (
|
|
2098
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2070
2099
|
default: undefined;
|
|
2071
2100
|
};
|
|
2072
2101
|
exact: {
|
|
@@ -2077,6 +2106,10 @@ export namespace WithSecondaryNav {
|
|
|
2077
2106
|
type: StringConstructor;
|
|
2078
2107
|
default: undefined;
|
|
2079
2108
|
};
|
|
2109
|
+
addSlash: {
|
|
2110
|
+
type: BooleanConstructor;
|
|
2111
|
+
default: boolean;
|
|
2112
|
+
};
|
|
2080
2113
|
title: {
|
|
2081
2114
|
type: StringConstructor;
|
|
2082
2115
|
default: undefined;
|
|
@@ -2163,13 +2196,13 @@ export namespace WithSecondaryNav {
|
|
|
2163
2196
|
addTrailingSlash(path: string): string;
|
|
2164
2197
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2165
2198
|
variant: {
|
|
2166
|
-
type: import("vue").PropType<"default" | "
|
|
2199
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
2167
2200
|
required: false;
|
|
2168
2201
|
default: string;
|
|
2169
2202
|
validator: (prop: string) => boolean;
|
|
2170
2203
|
};
|
|
2171
2204
|
to: {
|
|
2172
|
-
type: (
|
|
2205
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2173
2206
|
default: undefined;
|
|
2174
2207
|
};
|
|
2175
2208
|
exact: {
|
|
@@ -2180,6 +2213,10 @@ export namespace WithSecondaryNav {
|
|
|
2180
2213
|
type: StringConstructor;
|
|
2181
2214
|
default: undefined;
|
|
2182
2215
|
};
|
|
2216
|
+
addSlash: {
|
|
2217
|
+
type: BooleanConstructor;
|
|
2218
|
+
default: boolean;
|
|
2219
|
+
};
|
|
2183
2220
|
title: {
|
|
2184
2221
|
type: StringConstructor;
|
|
2185
2222
|
default: undefined;
|
|
@@ -2239,14 +2276,15 @@ export namespace WithSecondaryNav {
|
|
|
2239
2276
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2240
2277
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2241
2278
|
}>, {
|
|
2242
|
-
to: string | Record<string, any>;
|
|
2243
2279
|
title: string;
|
|
2244
|
-
variant: "default" | "
|
|
2245
|
-
|
|
2246
|
-
target: string;
|
|
2280
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
2281
|
+
to: string | Record<string, any>;
|
|
2247
2282
|
exact: boolean;
|
|
2283
|
+
href: string;
|
|
2284
|
+
addSlash: boolean;
|
|
2248
2285
|
ariaLabel: string;
|
|
2249
2286
|
linkClass: string;
|
|
2287
|
+
target: string;
|
|
2250
2288
|
externalTargetBlank: boolean;
|
|
2251
2289
|
caret: boolean;
|
|
2252
2290
|
caretWrapperClass: string;
|
|
@@ -2323,7 +2361,7 @@ export namespace WithSecondaryNav {
|
|
|
2323
2361
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2324
2362
|
NavMobileDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2325
2363
|
data: {
|
|
2326
|
-
type: (
|
|
2364
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
2327
2365
|
required: false;
|
|
2328
2366
|
};
|
|
2329
2367
|
startOpen: {
|
|
@@ -2355,7 +2393,7 @@ export namespace WithSecondaryNav {
|
|
|
2355
2393
|
getLinkText(link: import("../../utils/mixins").NavLinkObject): string;
|
|
2356
2394
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2357
2395
|
data: {
|
|
2358
|
-
type: (
|
|
2396
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
2359
2397
|
required: false;
|
|
2360
2398
|
};
|
|
2361
2399
|
startOpen: {
|
|
@@ -2408,8 +2446,8 @@ export namespace WithSecondaryNav {
|
|
|
2408
2446
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
2409
2447
|
}>, {
|
|
2410
2448
|
path: string;
|
|
2411
|
-
ariaExpanded: boolean;
|
|
2412
2449
|
invert: boolean;
|
|
2450
|
+
ariaExpanded: boolean;
|
|
2413
2451
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2414
2452
|
NavMobileLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2415
2453
|
data: {
|
|
@@ -2455,13 +2493,13 @@ export namespace WithSecondaryNav {
|
|
|
2455
2493
|
}, {}, {
|
|
2456
2494
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2457
2495
|
variant: {
|
|
2458
|
-
type: import("vue").PropType<"default" | "
|
|
2496
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
2459
2497
|
required: false;
|
|
2460
2498
|
default: string;
|
|
2461
2499
|
validator: (prop: string) => boolean;
|
|
2462
2500
|
};
|
|
2463
2501
|
to: {
|
|
2464
|
-
type: (
|
|
2502
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2465
2503
|
default: undefined;
|
|
2466
2504
|
};
|
|
2467
2505
|
exact: {
|
|
@@ -2472,6 +2510,10 @@ export namespace WithSecondaryNav {
|
|
|
2472
2510
|
type: StringConstructor;
|
|
2473
2511
|
default: undefined;
|
|
2474
2512
|
};
|
|
2513
|
+
addSlash: {
|
|
2514
|
+
type: BooleanConstructor;
|
|
2515
|
+
default: boolean;
|
|
2516
|
+
};
|
|
2475
2517
|
title: {
|
|
2476
2518
|
type: StringConstructor;
|
|
2477
2519
|
default: undefined;
|
|
@@ -2558,13 +2600,13 @@ export namespace WithSecondaryNav {
|
|
|
2558
2600
|
addTrailingSlash(path: string): string;
|
|
2559
2601
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2560
2602
|
variant: {
|
|
2561
|
-
type: import("vue").PropType<"default" | "
|
|
2603
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
2562
2604
|
required: false;
|
|
2563
2605
|
default: string;
|
|
2564
2606
|
validator: (prop: string) => boolean;
|
|
2565
2607
|
};
|
|
2566
2608
|
to: {
|
|
2567
|
-
type: (
|
|
2609
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2568
2610
|
default: undefined;
|
|
2569
2611
|
};
|
|
2570
2612
|
exact: {
|
|
@@ -2575,6 +2617,10 @@ export namespace WithSecondaryNav {
|
|
|
2575
2617
|
type: StringConstructor;
|
|
2576
2618
|
default: undefined;
|
|
2577
2619
|
};
|
|
2620
|
+
addSlash: {
|
|
2621
|
+
type: BooleanConstructor;
|
|
2622
|
+
default: boolean;
|
|
2623
|
+
};
|
|
2578
2624
|
title: {
|
|
2579
2625
|
type: StringConstructor;
|
|
2580
2626
|
default: undefined;
|
|
@@ -2634,14 +2680,15 @@ export namespace WithSecondaryNav {
|
|
|
2634
2680
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2635
2681
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2636
2682
|
}>, {
|
|
2637
|
-
to: string | Record<string, any>;
|
|
2638
2683
|
title: string;
|
|
2639
|
-
variant: "default" | "
|
|
2640
|
-
|
|
2641
|
-
target: string;
|
|
2684
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
2685
|
+
to: string | Record<string, any>;
|
|
2642
2686
|
exact: boolean;
|
|
2687
|
+
href: string;
|
|
2688
|
+
addSlash: boolean;
|
|
2643
2689
|
ariaLabel: string;
|
|
2644
2690
|
linkClass: string;
|
|
2691
|
+
target: string;
|
|
2645
2692
|
externalTargetBlank: boolean;
|
|
2646
2693
|
caret: boolean;
|
|
2647
2694
|
caretWrapperClass: string;
|
|
@@ -2787,8 +2834,8 @@ export namespace WithSecondaryNav {
|
|
|
2787
2834
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
2788
2835
|
}>, {
|
|
2789
2836
|
path: string;
|
|
2790
|
-
ariaExpanded: boolean;
|
|
2791
2837
|
invert: boolean;
|
|
2838
|
+
ariaExpanded: boolean;
|
|
2792
2839
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2793
2840
|
NavSecondaryDropdownContent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2794
2841
|
item: {
|
|
@@ -2816,13 +2863,13 @@ export namespace WithSecondaryNav {
|
|
|
2816
2863
|
}, {}, {
|
|
2817
2864
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2818
2865
|
variant: {
|
|
2819
|
-
type: import("vue").PropType<"default" | "
|
|
2866
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
2820
2867
|
required: false;
|
|
2821
2868
|
default: string;
|
|
2822
2869
|
validator: (prop: string) => boolean;
|
|
2823
2870
|
};
|
|
2824
2871
|
to: {
|
|
2825
|
-
type: (
|
|
2872
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2826
2873
|
default: undefined;
|
|
2827
2874
|
};
|
|
2828
2875
|
exact: {
|
|
@@ -2833,6 +2880,10 @@ export namespace WithSecondaryNav {
|
|
|
2833
2880
|
type: StringConstructor;
|
|
2834
2881
|
default: undefined;
|
|
2835
2882
|
};
|
|
2883
|
+
addSlash: {
|
|
2884
|
+
type: BooleanConstructor;
|
|
2885
|
+
default: boolean;
|
|
2886
|
+
};
|
|
2836
2887
|
title: {
|
|
2837
2888
|
type: StringConstructor;
|
|
2838
2889
|
default: undefined;
|
|
@@ -2919,13 +2970,13 @@ export namespace WithSecondaryNav {
|
|
|
2919
2970
|
addTrailingSlash(path: string): string;
|
|
2920
2971
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2921
2972
|
variant: {
|
|
2922
|
-
type: import("vue").PropType<"default" | "
|
|
2973
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
2923
2974
|
required: false;
|
|
2924
2975
|
default: string;
|
|
2925
2976
|
validator: (prop: string) => boolean;
|
|
2926
2977
|
};
|
|
2927
2978
|
to: {
|
|
2928
|
-
type: (
|
|
2979
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2929
2980
|
default: undefined;
|
|
2930
2981
|
};
|
|
2931
2982
|
exact: {
|
|
@@ -2936,6 +2987,10 @@ export namespace WithSecondaryNav {
|
|
|
2936
2987
|
type: StringConstructor;
|
|
2937
2988
|
default: undefined;
|
|
2938
2989
|
};
|
|
2990
|
+
addSlash: {
|
|
2991
|
+
type: BooleanConstructor;
|
|
2992
|
+
default: boolean;
|
|
2993
|
+
};
|
|
2939
2994
|
title: {
|
|
2940
2995
|
type: StringConstructor;
|
|
2941
2996
|
default: undefined;
|
|
@@ -2995,14 +3050,15 @@ export namespace WithSecondaryNav {
|
|
|
2995
3050
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2996
3051
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2997
3052
|
}>, {
|
|
2998
|
-
to: string | Record<string, any>;
|
|
2999
3053
|
title: string;
|
|
3000
|
-
variant: "default" | "
|
|
3001
|
-
|
|
3002
|
-
target: string;
|
|
3054
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
3055
|
+
to: string | Record<string, any>;
|
|
3003
3056
|
exact: boolean;
|
|
3057
|
+
href: string;
|
|
3058
|
+
addSlash: boolean;
|
|
3004
3059
|
ariaLabel: string;
|
|
3005
3060
|
linkClass: string;
|
|
3061
|
+
target: string;
|
|
3006
3062
|
externalTargetBlank: boolean;
|
|
3007
3063
|
caret: boolean;
|
|
3008
3064
|
caretWrapperClass: string;
|
|
@@ -3123,13 +3179,13 @@ export namespace WithSecondaryNav {
|
|
|
3123
3179
|
}, {}, {
|
|
3124
3180
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3125
3181
|
variant: {
|
|
3126
|
-
type: import("vue").PropType<"default" | "
|
|
3182
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
3127
3183
|
required: false;
|
|
3128
3184
|
default: string;
|
|
3129
3185
|
validator: (prop: string) => boolean;
|
|
3130
3186
|
};
|
|
3131
3187
|
to: {
|
|
3132
|
-
type: (
|
|
3188
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3133
3189
|
default: undefined;
|
|
3134
3190
|
};
|
|
3135
3191
|
exact: {
|
|
@@ -3140,6 +3196,10 @@ export namespace WithSecondaryNav {
|
|
|
3140
3196
|
type: StringConstructor;
|
|
3141
3197
|
default: undefined;
|
|
3142
3198
|
};
|
|
3199
|
+
addSlash: {
|
|
3200
|
+
type: BooleanConstructor;
|
|
3201
|
+
default: boolean;
|
|
3202
|
+
};
|
|
3143
3203
|
title: {
|
|
3144
3204
|
type: StringConstructor;
|
|
3145
3205
|
default: undefined;
|
|
@@ -3226,13 +3286,13 @@ export namespace WithSecondaryNav {
|
|
|
3226
3286
|
addTrailingSlash(path: string): string;
|
|
3227
3287
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3228
3288
|
variant: {
|
|
3229
|
-
type: import("vue").PropType<"default" | "
|
|
3289
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
3230
3290
|
required: false;
|
|
3231
3291
|
default: string;
|
|
3232
3292
|
validator: (prop: string) => boolean;
|
|
3233
3293
|
};
|
|
3234
3294
|
to: {
|
|
3235
|
-
type: (
|
|
3295
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3236
3296
|
default: undefined;
|
|
3237
3297
|
};
|
|
3238
3298
|
exact: {
|
|
@@ -3243,6 +3303,10 @@ export namespace WithSecondaryNav {
|
|
|
3243
3303
|
type: StringConstructor;
|
|
3244
3304
|
default: undefined;
|
|
3245
3305
|
};
|
|
3306
|
+
addSlash: {
|
|
3307
|
+
type: BooleanConstructor;
|
|
3308
|
+
default: boolean;
|
|
3309
|
+
};
|
|
3246
3310
|
title: {
|
|
3247
3311
|
type: StringConstructor;
|
|
3248
3312
|
default: undefined;
|
|
@@ -3302,14 +3366,15 @@ export namespace WithSecondaryNav {
|
|
|
3302
3366
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3303
3367
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3304
3368
|
}>, {
|
|
3305
|
-
to: string | Record<string, any>;
|
|
3306
3369
|
title: string;
|
|
3307
|
-
variant: "default" | "
|
|
3308
|
-
|
|
3309
|
-
target: string;
|
|
3370
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
3371
|
+
to: string | Record<string, any>;
|
|
3310
3372
|
exact: boolean;
|
|
3373
|
+
href: string;
|
|
3374
|
+
addSlash: boolean;
|
|
3311
3375
|
ariaLabel: string;
|
|
3312
3376
|
linkClass: string;
|
|
3377
|
+
target: string;
|
|
3313
3378
|
externalTargetBlank: boolean;
|
|
3314
3379
|
caret: boolean;
|
|
3315
3380
|
caretWrapperClass: string;
|
|
@@ -3442,7 +3507,7 @@ export namespace WithSecondaryNav {
|
|
|
3442
3507
|
}, {}, {
|
|
3443
3508
|
BaseButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3444
3509
|
variant: {
|
|
3445
|
-
type: import("vue").PropType<"
|
|
3510
|
+
type: import("vue").PropType<"primary" | "secondary" | "dark" | "social">;
|
|
3446
3511
|
required: false;
|
|
3447
3512
|
default: string;
|
|
3448
3513
|
validator: (prop: string) => boolean;
|
|
@@ -3468,7 +3533,7 @@ export namespace WithSecondaryNav {
|
|
|
3468
3533
|
required: false;
|
|
3469
3534
|
};
|
|
3470
3535
|
to: {
|
|
3471
|
-
type: (
|
|
3536
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3472
3537
|
required: false;
|
|
3473
3538
|
default: undefined;
|
|
3474
3539
|
};
|
|
@@ -3484,7 +3549,7 @@ export namespace WithSecondaryNav {
|
|
|
3484
3549
|
variantClass(): string;
|
|
3485
3550
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3486
3551
|
variant: {
|
|
3487
|
-
type: import("vue").PropType<"
|
|
3552
|
+
type: import("vue").PropType<"primary" | "secondary" | "dark" | "social">;
|
|
3488
3553
|
required: false;
|
|
3489
3554
|
default: string;
|
|
3490
3555
|
validator: (prop: string) => boolean;
|
|
@@ -3510,7 +3575,7 @@ export namespace WithSecondaryNav {
|
|
|
3510
3575
|
required: false;
|
|
3511
3576
|
};
|
|
3512
3577
|
to: {
|
|
3513
|
-
type: (
|
|
3578
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3514
3579
|
required: false;
|
|
3515
3580
|
default: undefined;
|
|
3516
3581
|
};
|
|
@@ -3522,56 +3587,38 @@ export namespace WithSecondaryNav {
|
|
|
3522
3587
|
}>> & Readonly<{
|
|
3523
3588
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
3524
3589
|
}>, {
|
|
3590
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
3525
3591
|
to: string | Record<string, any>;
|
|
3526
|
-
disabled: boolean;
|
|
3527
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
3528
3592
|
href: string;
|
|
3529
3593
|
ariaLabel: string;
|
|
3530
3594
|
compact: boolean;
|
|
3531
3595
|
blockClasses: string;
|
|
3596
|
+
disabled: boolean;
|
|
3532
3597
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3533
3598
|
IconSocialFacebook: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3534
3599
|
IconSocialTwitter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3535
3600
|
IconSocialInstagram: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3536
3601
|
IconSocialYoutube: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3537
3602
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3538
|
-
NavSearchForm: import("vue").DefineComponent<import("vue").
|
|
3539
|
-
placeholder: {
|
|
3540
|
-
type: import("vue").PropType<string>;
|
|
3541
|
-
default: string;
|
|
3542
|
-
};
|
|
3543
|
-
mobile: {
|
|
3544
|
-
type: import("vue").PropType<boolean>;
|
|
3545
|
-
default: boolean;
|
|
3546
|
-
};
|
|
3547
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3603
|
+
NavSearchForm: import("vue").DefineComponent<import("../NavSearchForm/NavSearchForm.vue").NavSearchFormProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3548
3604
|
clearSearch: (...args: any[]) => void;
|
|
3549
3605
|
submitForm: (...args: any[]) => void;
|
|
3550
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
3551
|
-
placeholder: {
|
|
3552
|
-
type: import("vue").PropType<string>;
|
|
3553
|
-
default: string;
|
|
3554
|
-
};
|
|
3555
|
-
mobile: {
|
|
3556
|
-
type: import("vue").PropType<boolean>;
|
|
3557
|
-
default: boolean;
|
|
3558
|
-
};
|
|
3559
|
-
}>> & Readonly<{
|
|
3606
|
+
}, string, import("vue").PublicProps, Readonly<import("../NavSearchForm/NavSearchForm.vue").NavSearchFormProps> & Readonly<{
|
|
3560
3607
|
onClearSearch?: ((...args: any[]) => any) | undefined;
|
|
3561
3608
|
onSubmitForm?: ((...args: any[]) => any) | undefined;
|
|
3562
3609
|
}>, {
|
|
3563
3610
|
placeholder: string;
|
|
3564
3611
|
mobile: boolean;
|
|
3565
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
3612
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
3566
3613
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3567
3614
|
variant: {
|
|
3568
|
-
type: import("vue").PropType<"default" | "
|
|
3615
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
3569
3616
|
required: false;
|
|
3570
3617
|
default: string;
|
|
3571
3618
|
validator: (prop: string) => boolean;
|
|
3572
3619
|
};
|
|
3573
3620
|
to: {
|
|
3574
|
-
type: (
|
|
3621
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3575
3622
|
default: undefined;
|
|
3576
3623
|
};
|
|
3577
3624
|
exact: {
|
|
@@ -3582,6 +3629,10 @@ export namespace WithSecondaryNav {
|
|
|
3582
3629
|
type: StringConstructor;
|
|
3583
3630
|
default: undefined;
|
|
3584
3631
|
};
|
|
3632
|
+
addSlash: {
|
|
3633
|
+
type: BooleanConstructor;
|
|
3634
|
+
default: boolean;
|
|
3635
|
+
};
|
|
3585
3636
|
title: {
|
|
3586
3637
|
type: StringConstructor;
|
|
3587
3638
|
default: undefined;
|
|
@@ -3668,13 +3719,13 @@ export namespace WithSecondaryNav {
|
|
|
3668
3719
|
addTrailingSlash(path: string): string;
|
|
3669
3720
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3670
3721
|
variant: {
|
|
3671
|
-
type: import("vue").PropType<"default" | "
|
|
3722
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
3672
3723
|
required: false;
|
|
3673
3724
|
default: string;
|
|
3674
3725
|
validator: (prop: string) => boolean;
|
|
3675
3726
|
};
|
|
3676
3727
|
to: {
|
|
3677
|
-
type: (
|
|
3728
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3678
3729
|
default: undefined;
|
|
3679
3730
|
};
|
|
3680
3731
|
exact: {
|
|
@@ -3685,6 +3736,10 @@ export namespace WithSecondaryNav {
|
|
|
3685
3736
|
type: StringConstructor;
|
|
3686
3737
|
default: undefined;
|
|
3687
3738
|
};
|
|
3739
|
+
addSlash: {
|
|
3740
|
+
type: BooleanConstructor;
|
|
3741
|
+
default: boolean;
|
|
3742
|
+
};
|
|
3688
3743
|
title: {
|
|
3689
3744
|
type: StringConstructor;
|
|
3690
3745
|
default: undefined;
|
|
@@ -3744,14 +3799,15 @@ export namespace WithSecondaryNav {
|
|
|
3744
3799
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3745
3800
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3746
3801
|
}>, {
|
|
3747
|
-
to: string | Record<string, any>;
|
|
3748
3802
|
title: string;
|
|
3749
|
-
variant: "default" | "
|
|
3750
|
-
|
|
3751
|
-
target: string;
|
|
3803
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
3804
|
+
to: string | Record<string, any>;
|
|
3752
3805
|
exact: boolean;
|
|
3806
|
+
href: string;
|
|
3807
|
+
addSlash: boolean;
|
|
3753
3808
|
ariaLabel: string;
|
|
3754
3809
|
linkClass: string;
|
|
3810
|
+
target: string;
|
|
3755
3811
|
externalTargetBlank: boolean;
|
|
3756
3812
|
caret: boolean;
|
|
3757
3813
|
caretWrapperClass: string;
|
|
@@ -3884,6 +3940,7 @@ export namespace WithTertiaryNav {
|
|
|
3884
3940
|
searchQuery: null;
|
|
3885
3941
|
LogoColor: string;
|
|
3886
3942
|
LogoWhite: string;
|
|
3943
|
+
LogoOutline: string;
|
|
3887
3944
|
}, {
|
|
3888
3945
|
breadcrumb(): import("../../utils/mixins").BreadcrumbObject | null;
|
|
3889
3946
|
headerClasses(): string;
|
|
@@ -3957,13 +4014,13 @@ export namespace WithTertiaryNav {
|
|
|
3957
4014
|
NavLogoLinks: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
3958
4015
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3959
4016
|
variant: {
|
|
3960
|
-
type: import("vue").PropType<"default" | "
|
|
4017
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
3961
4018
|
required: false;
|
|
3962
4019
|
default: string;
|
|
3963
4020
|
validator: (prop: string) => boolean;
|
|
3964
4021
|
};
|
|
3965
4022
|
to: {
|
|
3966
|
-
type: (
|
|
4023
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3967
4024
|
default: undefined;
|
|
3968
4025
|
};
|
|
3969
4026
|
exact: {
|
|
@@ -3974,6 +4031,10 @@ export namespace WithTertiaryNav {
|
|
|
3974
4031
|
type: StringConstructor;
|
|
3975
4032
|
default: undefined;
|
|
3976
4033
|
};
|
|
4034
|
+
addSlash: {
|
|
4035
|
+
type: BooleanConstructor;
|
|
4036
|
+
default: boolean;
|
|
4037
|
+
};
|
|
3977
4038
|
title: {
|
|
3978
4039
|
type: StringConstructor;
|
|
3979
4040
|
default: undefined;
|
|
@@ -4060,13 +4121,13 @@ export namespace WithTertiaryNav {
|
|
|
4060
4121
|
addTrailingSlash(path: string): string;
|
|
4061
4122
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4062
4123
|
variant: {
|
|
4063
|
-
type: import("vue").PropType<"default" | "
|
|
4124
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
4064
4125
|
required: false;
|
|
4065
4126
|
default: string;
|
|
4066
4127
|
validator: (prop: string) => boolean;
|
|
4067
4128
|
};
|
|
4068
4129
|
to: {
|
|
4069
|
-
type: (
|
|
4130
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4070
4131
|
default: undefined;
|
|
4071
4132
|
};
|
|
4072
4133
|
exact: {
|
|
@@ -4077,6 +4138,10 @@ export namespace WithTertiaryNav {
|
|
|
4077
4138
|
type: StringConstructor;
|
|
4078
4139
|
default: undefined;
|
|
4079
4140
|
};
|
|
4141
|
+
addSlash: {
|
|
4142
|
+
type: BooleanConstructor;
|
|
4143
|
+
default: boolean;
|
|
4144
|
+
};
|
|
4080
4145
|
title: {
|
|
4081
4146
|
type: StringConstructor;
|
|
4082
4147
|
default: undefined;
|
|
@@ -4136,14 +4201,15 @@ export namespace WithTertiaryNav {
|
|
|
4136
4201
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4137
4202
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4138
4203
|
}>, {
|
|
4139
|
-
to: string | Record<string, any>;
|
|
4140
4204
|
title: string;
|
|
4141
|
-
variant: "default" | "
|
|
4142
|
-
|
|
4143
|
-
target: string;
|
|
4205
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
4206
|
+
to: string | Record<string, any>;
|
|
4144
4207
|
exact: boolean;
|
|
4208
|
+
href: string;
|
|
4209
|
+
addSlash: boolean;
|
|
4145
4210
|
ariaLabel: string;
|
|
4146
4211
|
linkClass: string;
|
|
4212
|
+
target: string;
|
|
4147
4213
|
externalTargetBlank: boolean;
|
|
4148
4214
|
caret: boolean;
|
|
4149
4215
|
caretWrapperClass: string;
|
|
@@ -4220,7 +4286,7 @@ export namespace WithTertiaryNav {
|
|
|
4220
4286
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4221
4287
|
NavMobileDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4222
4288
|
data: {
|
|
4223
|
-
type: (
|
|
4289
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
4224
4290
|
required: false;
|
|
4225
4291
|
};
|
|
4226
4292
|
startOpen: {
|
|
@@ -4252,7 +4318,7 @@ export namespace WithTertiaryNav {
|
|
|
4252
4318
|
getLinkText(link: import("../../utils/mixins").NavLinkObject): string;
|
|
4253
4319
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4254
4320
|
data: {
|
|
4255
|
-
type: (
|
|
4321
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
4256
4322
|
required: false;
|
|
4257
4323
|
};
|
|
4258
4324
|
startOpen: {
|
|
@@ -4305,8 +4371,8 @@ export namespace WithTertiaryNav {
|
|
|
4305
4371
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
4306
4372
|
}>, {
|
|
4307
4373
|
path: string;
|
|
4308
|
-
ariaExpanded: boolean;
|
|
4309
4374
|
invert: boolean;
|
|
4375
|
+
ariaExpanded: boolean;
|
|
4310
4376
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4311
4377
|
NavMobileLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4312
4378
|
data: {
|
|
@@ -4352,13 +4418,13 @@ export namespace WithTertiaryNav {
|
|
|
4352
4418
|
}, {}, {
|
|
4353
4419
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4354
4420
|
variant: {
|
|
4355
|
-
type: import("vue").PropType<"default" | "
|
|
4421
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
4356
4422
|
required: false;
|
|
4357
4423
|
default: string;
|
|
4358
4424
|
validator: (prop: string) => boolean;
|
|
4359
4425
|
};
|
|
4360
4426
|
to: {
|
|
4361
|
-
type: (
|
|
4427
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4362
4428
|
default: undefined;
|
|
4363
4429
|
};
|
|
4364
4430
|
exact: {
|
|
@@ -4369,6 +4435,10 @@ export namespace WithTertiaryNav {
|
|
|
4369
4435
|
type: StringConstructor;
|
|
4370
4436
|
default: undefined;
|
|
4371
4437
|
};
|
|
4438
|
+
addSlash: {
|
|
4439
|
+
type: BooleanConstructor;
|
|
4440
|
+
default: boolean;
|
|
4441
|
+
};
|
|
4372
4442
|
title: {
|
|
4373
4443
|
type: StringConstructor;
|
|
4374
4444
|
default: undefined;
|
|
@@ -4455,13 +4525,13 @@ export namespace WithTertiaryNav {
|
|
|
4455
4525
|
addTrailingSlash(path: string): string;
|
|
4456
4526
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4457
4527
|
variant: {
|
|
4458
|
-
type: import("vue").PropType<"default" | "
|
|
4528
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
4459
4529
|
required: false;
|
|
4460
4530
|
default: string;
|
|
4461
4531
|
validator: (prop: string) => boolean;
|
|
4462
4532
|
};
|
|
4463
4533
|
to: {
|
|
4464
|
-
type: (
|
|
4534
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4465
4535
|
default: undefined;
|
|
4466
4536
|
};
|
|
4467
4537
|
exact: {
|
|
@@ -4472,6 +4542,10 @@ export namespace WithTertiaryNav {
|
|
|
4472
4542
|
type: StringConstructor;
|
|
4473
4543
|
default: undefined;
|
|
4474
4544
|
};
|
|
4545
|
+
addSlash: {
|
|
4546
|
+
type: BooleanConstructor;
|
|
4547
|
+
default: boolean;
|
|
4548
|
+
};
|
|
4475
4549
|
title: {
|
|
4476
4550
|
type: StringConstructor;
|
|
4477
4551
|
default: undefined;
|
|
@@ -4531,14 +4605,15 @@ export namespace WithTertiaryNav {
|
|
|
4531
4605
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4532
4606
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4533
4607
|
}>, {
|
|
4534
|
-
to: string | Record<string, any>;
|
|
4535
4608
|
title: string;
|
|
4536
|
-
variant: "default" | "
|
|
4537
|
-
|
|
4538
|
-
target: string;
|
|
4609
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
4610
|
+
to: string | Record<string, any>;
|
|
4539
4611
|
exact: boolean;
|
|
4612
|
+
href: string;
|
|
4613
|
+
addSlash: boolean;
|
|
4540
4614
|
ariaLabel: string;
|
|
4541
4615
|
linkClass: string;
|
|
4616
|
+
target: string;
|
|
4542
4617
|
externalTargetBlank: boolean;
|
|
4543
4618
|
caret: boolean;
|
|
4544
4619
|
caretWrapperClass: string;
|
|
@@ -4684,8 +4759,8 @@ export namespace WithTertiaryNav {
|
|
|
4684
4759
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
4685
4760
|
}>, {
|
|
4686
4761
|
path: string;
|
|
4687
|
-
ariaExpanded: boolean;
|
|
4688
4762
|
invert: boolean;
|
|
4763
|
+
ariaExpanded: boolean;
|
|
4689
4764
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4690
4765
|
NavSecondaryDropdownContent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4691
4766
|
item: {
|
|
@@ -4713,13 +4788,13 @@ export namespace WithTertiaryNav {
|
|
|
4713
4788
|
}, {}, {
|
|
4714
4789
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4715
4790
|
variant: {
|
|
4716
|
-
type: import("vue").PropType<"default" | "
|
|
4791
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
4717
4792
|
required: false;
|
|
4718
4793
|
default: string;
|
|
4719
4794
|
validator: (prop: string) => boolean;
|
|
4720
4795
|
};
|
|
4721
4796
|
to: {
|
|
4722
|
-
type: (
|
|
4797
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4723
4798
|
default: undefined;
|
|
4724
4799
|
};
|
|
4725
4800
|
exact: {
|
|
@@ -4730,6 +4805,10 @@ export namespace WithTertiaryNav {
|
|
|
4730
4805
|
type: StringConstructor;
|
|
4731
4806
|
default: undefined;
|
|
4732
4807
|
};
|
|
4808
|
+
addSlash: {
|
|
4809
|
+
type: BooleanConstructor;
|
|
4810
|
+
default: boolean;
|
|
4811
|
+
};
|
|
4733
4812
|
title: {
|
|
4734
4813
|
type: StringConstructor;
|
|
4735
4814
|
default: undefined;
|
|
@@ -4816,13 +4895,13 @@ export namespace WithTertiaryNav {
|
|
|
4816
4895
|
addTrailingSlash(path: string): string;
|
|
4817
4896
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4818
4897
|
variant: {
|
|
4819
|
-
type: import("vue").PropType<"default" | "
|
|
4898
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
4820
4899
|
required: false;
|
|
4821
4900
|
default: string;
|
|
4822
4901
|
validator: (prop: string) => boolean;
|
|
4823
4902
|
};
|
|
4824
4903
|
to: {
|
|
4825
|
-
type: (
|
|
4904
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4826
4905
|
default: undefined;
|
|
4827
4906
|
};
|
|
4828
4907
|
exact: {
|
|
@@ -4833,6 +4912,10 @@ export namespace WithTertiaryNav {
|
|
|
4833
4912
|
type: StringConstructor;
|
|
4834
4913
|
default: undefined;
|
|
4835
4914
|
};
|
|
4915
|
+
addSlash: {
|
|
4916
|
+
type: BooleanConstructor;
|
|
4917
|
+
default: boolean;
|
|
4918
|
+
};
|
|
4836
4919
|
title: {
|
|
4837
4920
|
type: StringConstructor;
|
|
4838
4921
|
default: undefined;
|
|
@@ -4892,14 +4975,15 @@ export namespace WithTertiaryNav {
|
|
|
4892
4975
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4893
4976
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4894
4977
|
}>, {
|
|
4895
|
-
to: string | Record<string, any>;
|
|
4896
4978
|
title: string;
|
|
4897
|
-
variant: "default" | "
|
|
4898
|
-
|
|
4899
|
-
target: string;
|
|
4979
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
4980
|
+
to: string | Record<string, any>;
|
|
4900
4981
|
exact: boolean;
|
|
4982
|
+
href: string;
|
|
4983
|
+
addSlash: boolean;
|
|
4901
4984
|
ariaLabel: string;
|
|
4902
4985
|
linkClass: string;
|
|
4986
|
+
target: string;
|
|
4903
4987
|
externalTargetBlank: boolean;
|
|
4904
4988
|
caret: boolean;
|
|
4905
4989
|
caretWrapperClass: string;
|
|
@@ -5020,13 +5104,13 @@ export namespace WithTertiaryNav {
|
|
|
5020
5104
|
}, {}, {
|
|
5021
5105
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5022
5106
|
variant: {
|
|
5023
|
-
type: import("vue").PropType<"default" | "
|
|
5107
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
5024
5108
|
required: false;
|
|
5025
5109
|
default: string;
|
|
5026
5110
|
validator: (prop: string) => boolean;
|
|
5027
5111
|
};
|
|
5028
5112
|
to: {
|
|
5029
|
-
type: (
|
|
5113
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5030
5114
|
default: undefined;
|
|
5031
5115
|
};
|
|
5032
5116
|
exact: {
|
|
@@ -5037,6 +5121,10 @@ export namespace WithTertiaryNav {
|
|
|
5037
5121
|
type: StringConstructor;
|
|
5038
5122
|
default: undefined;
|
|
5039
5123
|
};
|
|
5124
|
+
addSlash: {
|
|
5125
|
+
type: BooleanConstructor;
|
|
5126
|
+
default: boolean;
|
|
5127
|
+
};
|
|
5040
5128
|
title: {
|
|
5041
5129
|
type: StringConstructor;
|
|
5042
5130
|
default: undefined;
|
|
@@ -5123,13 +5211,13 @@ export namespace WithTertiaryNav {
|
|
|
5123
5211
|
addTrailingSlash(path: string): string;
|
|
5124
5212
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5125
5213
|
variant: {
|
|
5126
|
-
type: import("vue").PropType<"default" | "
|
|
5214
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
5127
5215
|
required: false;
|
|
5128
5216
|
default: string;
|
|
5129
5217
|
validator: (prop: string) => boolean;
|
|
5130
5218
|
};
|
|
5131
5219
|
to: {
|
|
5132
|
-
type: (
|
|
5220
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5133
5221
|
default: undefined;
|
|
5134
5222
|
};
|
|
5135
5223
|
exact: {
|
|
@@ -5140,6 +5228,10 @@ export namespace WithTertiaryNav {
|
|
|
5140
5228
|
type: StringConstructor;
|
|
5141
5229
|
default: undefined;
|
|
5142
5230
|
};
|
|
5231
|
+
addSlash: {
|
|
5232
|
+
type: BooleanConstructor;
|
|
5233
|
+
default: boolean;
|
|
5234
|
+
};
|
|
5143
5235
|
title: {
|
|
5144
5236
|
type: StringConstructor;
|
|
5145
5237
|
default: undefined;
|
|
@@ -5199,14 +5291,15 @@ export namespace WithTertiaryNav {
|
|
|
5199
5291
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5200
5292
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5201
5293
|
}>, {
|
|
5202
|
-
to: string | Record<string, any>;
|
|
5203
5294
|
title: string;
|
|
5204
|
-
variant: "default" | "
|
|
5205
|
-
|
|
5206
|
-
target: string;
|
|
5295
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
5296
|
+
to: string | Record<string, any>;
|
|
5207
5297
|
exact: boolean;
|
|
5298
|
+
href: string;
|
|
5299
|
+
addSlash: boolean;
|
|
5208
5300
|
ariaLabel: string;
|
|
5209
5301
|
linkClass: string;
|
|
5302
|
+
target: string;
|
|
5210
5303
|
externalTargetBlank: boolean;
|
|
5211
5304
|
caret: boolean;
|
|
5212
5305
|
caretWrapperClass: string;
|
|
@@ -5339,7 +5432,7 @@ export namespace WithTertiaryNav {
|
|
|
5339
5432
|
}, {}, {
|
|
5340
5433
|
BaseButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5341
5434
|
variant: {
|
|
5342
|
-
type: import("vue").PropType<"
|
|
5435
|
+
type: import("vue").PropType<"primary" | "secondary" | "dark" | "social">;
|
|
5343
5436
|
required: false;
|
|
5344
5437
|
default: string;
|
|
5345
5438
|
validator: (prop: string) => boolean;
|
|
@@ -5365,7 +5458,7 @@ export namespace WithTertiaryNav {
|
|
|
5365
5458
|
required: false;
|
|
5366
5459
|
};
|
|
5367
5460
|
to: {
|
|
5368
|
-
type: (
|
|
5461
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5369
5462
|
required: false;
|
|
5370
5463
|
default: undefined;
|
|
5371
5464
|
};
|
|
@@ -5381,7 +5474,7 @@ export namespace WithTertiaryNav {
|
|
|
5381
5474
|
variantClass(): string;
|
|
5382
5475
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5383
5476
|
variant: {
|
|
5384
|
-
type: import("vue").PropType<"
|
|
5477
|
+
type: import("vue").PropType<"primary" | "secondary" | "dark" | "social">;
|
|
5385
5478
|
required: false;
|
|
5386
5479
|
default: string;
|
|
5387
5480
|
validator: (prop: string) => boolean;
|
|
@@ -5407,7 +5500,7 @@ export namespace WithTertiaryNav {
|
|
|
5407
5500
|
required: false;
|
|
5408
5501
|
};
|
|
5409
5502
|
to: {
|
|
5410
|
-
type: (
|
|
5503
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5411
5504
|
required: false;
|
|
5412
5505
|
default: undefined;
|
|
5413
5506
|
};
|
|
@@ -5419,56 +5512,38 @@ export namespace WithTertiaryNav {
|
|
|
5419
5512
|
}>> & Readonly<{
|
|
5420
5513
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
5421
5514
|
}>, {
|
|
5515
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
5422
5516
|
to: string | Record<string, any>;
|
|
5423
|
-
disabled: boolean;
|
|
5424
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
5425
5517
|
href: string;
|
|
5426
5518
|
ariaLabel: string;
|
|
5427
5519
|
compact: boolean;
|
|
5428
5520
|
blockClasses: string;
|
|
5521
|
+
disabled: boolean;
|
|
5429
5522
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5430
5523
|
IconSocialFacebook: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5431
5524
|
IconSocialTwitter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5432
5525
|
IconSocialInstagram: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5433
5526
|
IconSocialYoutube: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5434
5527
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5435
|
-
NavSearchForm: import("vue").DefineComponent<import("vue").
|
|
5436
|
-
placeholder: {
|
|
5437
|
-
type: import("vue").PropType<string>;
|
|
5438
|
-
default: string;
|
|
5439
|
-
};
|
|
5440
|
-
mobile: {
|
|
5441
|
-
type: import("vue").PropType<boolean>;
|
|
5442
|
-
default: boolean;
|
|
5443
|
-
};
|
|
5444
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5528
|
+
NavSearchForm: import("vue").DefineComponent<import("../NavSearchForm/NavSearchForm.vue").NavSearchFormProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5445
5529
|
clearSearch: (...args: any[]) => void;
|
|
5446
5530
|
submitForm: (...args: any[]) => void;
|
|
5447
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
5448
|
-
placeholder: {
|
|
5449
|
-
type: import("vue").PropType<string>;
|
|
5450
|
-
default: string;
|
|
5451
|
-
};
|
|
5452
|
-
mobile: {
|
|
5453
|
-
type: import("vue").PropType<boolean>;
|
|
5454
|
-
default: boolean;
|
|
5455
|
-
};
|
|
5456
|
-
}>> & Readonly<{
|
|
5531
|
+
}, string, import("vue").PublicProps, Readonly<import("../NavSearchForm/NavSearchForm.vue").NavSearchFormProps> & Readonly<{
|
|
5457
5532
|
onClearSearch?: ((...args: any[]) => any) | undefined;
|
|
5458
5533
|
onSubmitForm?: ((...args: any[]) => any) | undefined;
|
|
5459
5534
|
}>, {
|
|
5460
5535
|
placeholder: string;
|
|
5461
5536
|
mobile: boolean;
|
|
5462
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
5537
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
5463
5538
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5464
5539
|
variant: {
|
|
5465
|
-
type: import("vue").PropType<"default" | "
|
|
5540
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
5466
5541
|
required: false;
|
|
5467
5542
|
default: string;
|
|
5468
5543
|
validator: (prop: string) => boolean;
|
|
5469
5544
|
};
|
|
5470
5545
|
to: {
|
|
5471
|
-
type: (
|
|
5546
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5472
5547
|
default: undefined;
|
|
5473
5548
|
};
|
|
5474
5549
|
exact: {
|
|
@@ -5479,6 +5554,10 @@ export namespace WithTertiaryNav {
|
|
|
5479
5554
|
type: StringConstructor;
|
|
5480
5555
|
default: undefined;
|
|
5481
5556
|
};
|
|
5557
|
+
addSlash: {
|
|
5558
|
+
type: BooleanConstructor;
|
|
5559
|
+
default: boolean;
|
|
5560
|
+
};
|
|
5482
5561
|
title: {
|
|
5483
5562
|
type: StringConstructor;
|
|
5484
5563
|
default: undefined;
|
|
@@ -5565,13 +5644,13 @@ export namespace WithTertiaryNav {
|
|
|
5565
5644
|
addTrailingSlash(path: string): string;
|
|
5566
5645
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5567
5646
|
variant: {
|
|
5568
|
-
type: import("vue").PropType<"default" | "
|
|
5647
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
5569
5648
|
required: false;
|
|
5570
5649
|
default: string;
|
|
5571
5650
|
validator: (prop: string) => boolean;
|
|
5572
5651
|
};
|
|
5573
5652
|
to: {
|
|
5574
|
-
type: (
|
|
5653
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5575
5654
|
default: undefined;
|
|
5576
5655
|
};
|
|
5577
5656
|
exact: {
|
|
@@ -5582,6 +5661,10 @@ export namespace WithTertiaryNav {
|
|
|
5582
5661
|
type: StringConstructor;
|
|
5583
5662
|
default: undefined;
|
|
5584
5663
|
};
|
|
5664
|
+
addSlash: {
|
|
5665
|
+
type: BooleanConstructor;
|
|
5666
|
+
default: boolean;
|
|
5667
|
+
};
|
|
5585
5668
|
title: {
|
|
5586
5669
|
type: StringConstructor;
|
|
5587
5670
|
default: undefined;
|
|
@@ -5641,14 +5724,15 @@ export namespace WithTertiaryNav {
|
|
|
5641
5724
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5642
5725
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5643
5726
|
}>, {
|
|
5644
|
-
to: string | Record<string, any>;
|
|
5645
5727
|
title: string;
|
|
5646
|
-
variant: "default" | "
|
|
5647
|
-
|
|
5648
|
-
target: string;
|
|
5728
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
5729
|
+
to: string | Record<string, any>;
|
|
5649
5730
|
exact: boolean;
|
|
5731
|
+
href: string;
|
|
5732
|
+
addSlash: boolean;
|
|
5650
5733
|
ariaLabel: string;
|
|
5651
5734
|
linkClass: string;
|
|
5735
|
+
target: string;
|
|
5652
5736
|
externalTargetBlank: boolean;
|
|
5653
5737
|
caret: boolean;
|
|
5654
5738
|
caretWrapperClass: string;
|