@explorer-1/vue 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/components.d.ts +4 -0
- package/dist/explorer-1-vue.css +1 -0
- package/dist/explorer-1-vue.d.ts +1 -1
- package/dist/explorer-1-vue.js +39784 -31438
- package/dist/explorer-1-vue.umd.cjs +58 -66
- package/dist/src/App.vue.d.ts +2 -0
- package/dist/src/components/AboutTheAuthor/AboutTheAuthor.vue.d.ts +27 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +17 -9
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +6 -6
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +6 -7
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +48 -43
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +6 -6
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +4 -5
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +0 -1
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +5 -5
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +3 -4
- package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +13 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +17 -9
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +0 -1
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +17 -7
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +42 -42
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +6 -6
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +6 -6
- package/dist/src/components/BasePill/BasePill.vue.d.ts +6 -7
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +2 -2
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +0 -1
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +0 -1
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +0 -1
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +3 -25
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +6 -7
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +51 -34
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +24 -16
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +7 -8
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +5 -5
- package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +23 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.vue.d.ts +7 -28
- package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +4 -23
- package/dist/src/components/BlockCsrTable/CsrTestLimits.vue.d.ts +2 -24
- package/dist/src/components/BlockCsrTable/CsrTestLimitsTable.vue.d.ts +6 -24
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +6 -7
- package/dist/src/components/BlockDialog/BlockDialog.vue.d.ts +57 -0
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +4 -12
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +1 -1
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +0 -1
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +17 -9
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +282 -174
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +47 -30
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +23 -15
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +23 -15
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +28 -20
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +22 -14
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +17 -9
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +33 -25
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +22 -14
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +4 -5
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +24 -16
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +40 -194
- package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +4 -34
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +2 -24
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +92 -227
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +92 -228
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +25 -17
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +22 -14
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue.d.ts +18 -111
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +85 -40
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +17 -9
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +19 -11
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +19 -10
- package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +23 -15
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +46 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +475 -622
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +14 -14
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +17 -9
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +17 -9
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +7 -8
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +3 -28
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +24 -16
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +17 -9
- package/dist/src/components/EduSubjectIcon/EduSubjectIcon.vue.d.ts +2 -23
- package/dist/src/components/EventCard/EventCard.vue.d.ts +26 -88
- package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +6 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +8 -35
- package/dist/src/components/FormContact/FormContact.stories.d.ts +31 -193
- package/dist/src/components/FormContact/FormContact.vue.d.ts +31 -193
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +19 -111
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +19 -111
- package/dist/src/components/HeroInlineMedia/HeroInlineMedia.vue.d.ts +3 -27
- package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +81 -8
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +7 -8
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +22 -14
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +19 -11
- package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +32 -5
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +22 -14
- package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +39 -11
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +34 -17
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +17 -9
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +11 -12
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +17 -8
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +40 -23
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +17 -8
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +264 -156
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +44 -27
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +27 -18
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +5 -5
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +5 -5
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +1 -1
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +7 -7
- package/dist/src/components/MetaPanel/MetaPanel.vue.d.ts +42 -0
- package/dist/src/components/MetaPanelAccordion/MetaPanelAccordion.vue.d.ts +8 -0
- package/dist/src/components/MetaPanelItems/MetaPanelItems.vue.d.ts +17 -0
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +4 -32
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +3 -33
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +7 -8
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +22 -14
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +33 -33
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +13 -14
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +61 -35
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +54 -36
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +27 -19
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +0 -1
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +0 -1
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +525 -318
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +158 -105
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +1 -1
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +56 -29
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +79 -43
- package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +297 -0
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +97 -70
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +1753 -0
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +1 -1
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +17 -8
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +22 -13
- package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +3 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +856 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +291 -0
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +34 -17
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +17 -8
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +17 -8
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +428 -281
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +99 -72
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +38 -21
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +297 -213
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +17 -9
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +18 -9
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +4 -27
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +39 -22
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +22 -13
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +17 -8
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +17 -9
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +6 -6
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +6 -6
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +0 -1
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +67 -212
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +22 -14
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +118 -271
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +0 -1
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +0 -1
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +5 -29
- package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +12 -27
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +21 -57
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +6 -6
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +115 -312
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +90 -252
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +210 -568
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +6 -6
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +2 -11
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +6 -6
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +421 -0
- package/dist/src/components/TextArea/TextArea.vue.d.ts +24 -82
- package/dist/src/components/TextInput/TextInput.vue.d.ts +27 -104
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +29 -21
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +117 -270
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +39 -21
- package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +925 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +59 -42
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +32 -24
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +16 -16
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +28 -19
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +28 -20
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +22 -14
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +70 -44
- package/dist/src/docs/foundation/DynamicTokens.vue.d.ts +2 -0
- package/dist/src/docs/foundation/FontVariants.vue.d.ts +2 -0
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +4 -4
- package/dist/src/docs/utils/ColorRow.d.ts +6 -0
- package/dist/src/interfaces.d.ts +0 -1
- package/dist/src/main.d.ts +0 -1
- package/dist/src/store/theme.d.ts +0 -1
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +6188 -0
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +756 -1262
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +638 -972
- package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +17037 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +638 -912
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +3017 -0
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +877 -0
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +14610 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +15515 -0
- package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduHome/PageEduHome.vue.d.ts +15 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +909 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLessonSection.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.vue.d.ts +24 -0
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +881 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +894 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue.d.ts +20 -0
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +871 -0
- package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.vue.d.ts +7 -0
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +14087 -0
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +13853 -0
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +3422 -0
- package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +5997 -0
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +963 -0
- package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.vue.d.ts +181 -0
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +4792 -0
- package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +7977 -0
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +5783 -0
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +3495 -0
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +1135 -0
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +17 -2
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +14868 -0
- package/dist/src/templates/www/PageTimeline/BlockMilestone.vue.d.ts +326 -0
- package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +2418 -0
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +6277 -0
- package/dist/src/utils/anchorizeBlock.d.ts +0 -1
- package/dist/src/utils/anchorizeStreamfield.d.ts +0 -1
- package/dist/src/utils/mixins.d.ts +0 -1
- package/dist/src/utils/rangeifyGrades.d.ts +0 -1
- package/package.json +1 -1
- package/src/components/BlockCsrTable/BlockCsrTable.vue +4 -31
- package/src/components/BlockCsrTable/{CsrTestLimits.vue → CsrDetails.vue} +4 -5
- package/src/components/HomepageStats/HomepageStats.vue +1 -1
- package/dist/style.css +0 -1
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-Bold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBoldItalic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Regular.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hair It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hairline.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlack.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text.otf +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Bold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-ExtraBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Medium.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-MediumItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Regular.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-RegularItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBoldItalic.woff2 +0 -0
- package/src/components/BlockCsrTable/CsrAttachment.vue +0 -40
|
@@ -92,6 +92,7 @@ export namespace BaseStory {
|
|
|
92
92
|
searchQuery: null;
|
|
93
93
|
LogoColor: string;
|
|
94
94
|
LogoWhite: string;
|
|
95
|
+
LogoOutline: string;
|
|
95
96
|
}, {
|
|
96
97
|
breadcrumb(): import("../../utils/mixins").BreadcrumbObject | null;
|
|
97
98
|
headerClasses(): string;
|
|
@@ -165,13 +166,13 @@ export namespace BaseStory {
|
|
|
165
166
|
NavLogoLinks: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
166
167
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
167
168
|
variant: {
|
|
168
|
-
type: import("vue").PropType<"default" | "
|
|
169
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
169
170
|
required: false;
|
|
170
171
|
default: string;
|
|
171
172
|
validator: (prop: string) => boolean;
|
|
172
173
|
};
|
|
173
174
|
to: {
|
|
174
|
-
type: (
|
|
175
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
175
176
|
default: undefined;
|
|
176
177
|
};
|
|
177
178
|
exact: {
|
|
@@ -182,6 +183,10 @@ export namespace BaseStory {
|
|
|
182
183
|
type: StringConstructor;
|
|
183
184
|
default: undefined;
|
|
184
185
|
};
|
|
186
|
+
addSlash: {
|
|
187
|
+
type: BooleanConstructor;
|
|
188
|
+
default: boolean;
|
|
189
|
+
};
|
|
185
190
|
title: {
|
|
186
191
|
type: StringConstructor;
|
|
187
192
|
default: undefined;
|
|
@@ -268,13 +273,13 @@ export namespace BaseStory {
|
|
|
268
273
|
addTrailingSlash(path: string): string;
|
|
269
274
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
270
275
|
variant: {
|
|
271
|
-
type: import("vue").PropType<"default" | "
|
|
276
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
272
277
|
required: false;
|
|
273
278
|
default: string;
|
|
274
279
|
validator: (prop: string) => boolean;
|
|
275
280
|
};
|
|
276
281
|
to: {
|
|
277
|
-
type: (
|
|
282
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
278
283
|
default: undefined;
|
|
279
284
|
};
|
|
280
285
|
exact: {
|
|
@@ -285,6 +290,10 @@ export namespace BaseStory {
|
|
|
285
290
|
type: StringConstructor;
|
|
286
291
|
default: undefined;
|
|
287
292
|
};
|
|
293
|
+
addSlash: {
|
|
294
|
+
type: BooleanConstructor;
|
|
295
|
+
default: boolean;
|
|
296
|
+
};
|
|
288
297
|
title: {
|
|
289
298
|
type: StringConstructor;
|
|
290
299
|
default: undefined;
|
|
@@ -344,14 +353,15 @@ export namespace BaseStory {
|
|
|
344
353
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
345
354
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
346
355
|
}>, {
|
|
347
|
-
to: string | Record<string, any>;
|
|
348
356
|
title: string;
|
|
349
|
-
variant: "default" | "
|
|
350
|
-
|
|
351
|
-
target: string;
|
|
357
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
358
|
+
to: string | Record<string, any>;
|
|
352
359
|
exact: boolean;
|
|
360
|
+
href: string;
|
|
361
|
+
addSlash: boolean;
|
|
353
362
|
ariaLabel: string;
|
|
354
363
|
linkClass: string;
|
|
364
|
+
target: string;
|
|
355
365
|
externalTargetBlank: boolean;
|
|
356
366
|
caret: boolean;
|
|
357
367
|
caretWrapperClass: string;
|
|
@@ -428,7 +438,7 @@ export namespace BaseStory {
|
|
|
428
438
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
429
439
|
NavMobileDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
430
440
|
data: {
|
|
431
|
-
type: (
|
|
441
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
432
442
|
required: false;
|
|
433
443
|
};
|
|
434
444
|
startOpen: {
|
|
@@ -460,7 +470,7 @@ export namespace BaseStory {
|
|
|
460
470
|
getLinkText(link: import("../../utils/mixins").NavLinkObject): string;
|
|
461
471
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
462
472
|
data: {
|
|
463
|
-
type: (
|
|
473
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
464
474
|
required: false;
|
|
465
475
|
};
|
|
466
476
|
startOpen: {
|
|
@@ -513,8 +523,8 @@ export namespace BaseStory {
|
|
|
513
523
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
514
524
|
}>, {
|
|
515
525
|
path: string;
|
|
516
|
-
ariaExpanded: boolean;
|
|
517
526
|
invert: boolean;
|
|
527
|
+
ariaExpanded: boolean;
|
|
518
528
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
519
529
|
NavMobileLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
520
530
|
data: {
|
|
@@ -560,13 +570,13 @@ export namespace BaseStory {
|
|
|
560
570
|
}, {}, {
|
|
561
571
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
562
572
|
variant: {
|
|
563
|
-
type: import("vue").PropType<"default" | "
|
|
573
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
564
574
|
required: false;
|
|
565
575
|
default: string;
|
|
566
576
|
validator: (prop: string) => boolean;
|
|
567
577
|
};
|
|
568
578
|
to: {
|
|
569
|
-
type: (
|
|
579
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
570
580
|
default: undefined;
|
|
571
581
|
};
|
|
572
582
|
exact: {
|
|
@@ -577,6 +587,10 @@ export namespace BaseStory {
|
|
|
577
587
|
type: StringConstructor;
|
|
578
588
|
default: undefined;
|
|
579
589
|
};
|
|
590
|
+
addSlash: {
|
|
591
|
+
type: BooleanConstructor;
|
|
592
|
+
default: boolean;
|
|
593
|
+
};
|
|
580
594
|
title: {
|
|
581
595
|
type: StringConstructor;
|
|
582
596
|
default: undefined;
|
|
@@ -663,13 +677,13 @@ export namespace BaseStory {
|
|
|
663
677
|
addTrailingSlash(path: string): string;
|
|
664
678
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
665
679
|
variant: {
|
|
666
|
-
type: import("vue").PropType<"default" | "
|
|
680
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
667
681
|
required: false;
|
|
668
682
|
default: string;
|
|
669
683
|
validator: (prop: string) => boolean;
|
|
670
684
|
};
|
|
671
685
|
to: {
|
|
672
|
-
type: (
|
|
686
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
673
687
|
default: undefined;
|
|
674
688
|
};
|
|
675
689
|
exact: {
|
|
@@ -680,6 +694,10 @@ export namespace BaseStory {
|
|
|
680
694
|
type: StringConstructor;
|
|
681
695
|
default: undefined;
|
|
682
696
|
};
|
|
697
|
+
addSlash: {
|
|
698
|
+
type: BooleanConstructor;
|
|
699
|
+
default: boolean;
|
|
700
|
+
};
|
|
683
701
|
title: {
|
|
684
702
|
type: StringConstructor;
|
|
685
703
|
default: undefined;
|
|
@@ -739,14 +757,15 @@ export namespace BaseStory {
|
|
|
739
757
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
740
758
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
741
759
|
}>, {
|
|
742
|
-
to: string | Record<string, any>;
|
|
743
760
|
title: string;
|
|
744
|
-
variant: "default" | "
|
|
745
|
-
|
|
746
|
-
target: string;
|
|
761
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
762
|
+
to: string | Record<string, any>;
|
|
747
763
|
exact: boolean;
|
|
764
|
+
href: string;
|
|
765
|
+
addSlash: boolean;
|
|
748
766
|
ariaLabel: string;
|
|
749
767
|
linkClass: string;
|
|
768
|
+
target: string;
|
|
750
769
|
externalTargetBlank: boolean;
|
|
751
770
|
caret: boolean;
|
|
752
771
|
caretWrapperClass: string;
|
|
@@ -892,8 +911,8 @@ export namespace BaseStory {
|
|
|
892
911
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
893
912
|
}>, {
|
|
894
913
|
path: string;
|
|
895
|
-
ariaExpanded: boolean;
|
|
896
914
|
invert: boolean;
|
|
915
|
+
ariaExpanded: boolean;
|
|
897
916
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
898
917
|
NavSecondaryDropdownContent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
899
918
|
item: {
|
|
@@ -921,13 +940,13 @@ export namespace BaseStory {
|
|
|
921
940
|
}, {}, {
|
|
922
941
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
923
942
|
variant: {
|
|
924
|
-
type: import("vue").PropType<"default" | "
|
|
943
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
925
944
|
required: false;
|
|
926
945
|
default: string;
|
|
927
946
|
validator: (prop: string) => boolean;
|
|
928
947
|
};
|
|
929
948
|
to: {
|
|
930
|
-
type: (
|
|
949
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
931
950
|
default: undefined;
|
|
932
951
|
};
|
|
933
952
|
exact: {
|
|
@@ -938,6 +957,10 @@ export namespace BaseStory {
|
|
|
938
957
|
type: StringConstructor;
|
|
939
958
|
default: undefined;
|
|
940
959
|
};
|
|
960
|
+
addSlash: {
|
|
961
|
+
type: BooleanConstructor;
|
|
962
|
+
default: boolean;
|
|
963
|
+
};
|
|
941
964
|
title: {
|
|
942
965
|
type: StringConstructor;
|
|
943
966
|
default: undefined;
|
|
@@ -1024,13 +1047,13 @@ export namespace BaseStory {
|
|
|
1024
1047
|
addTrailingSlash(path: string): string;
|
|
1025
1048
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1026
1049
|
variant: {
|
|
1027
|
-
type: import("vue").PropType<"default" | "
|
|
1050
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
1028
1051
|
required: false;
|
|
1029
1052
|
default: string;
|
|
1030
1053
|
validator: (prop: string) => boolean;
|
|
1031
1054
|
};
|
|
1032
1055
|
to: {
|
|
1033
|
-
type: (
|
|
1056
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1034
1057
|
default: undefined;
|
|
1035
1058
|
};
|
|
1036
1059
|
exact: {
|
|
@@ -1041,6 +1064,10 @@ export namespace BaseStory {
|
|
|
1041
1064
|
type: StringConstructor;
|
|
1042
1065
|
default: undefined;
|
|
1043
1066
|
};
|
|
1067
|
+
addSlash: {
|
|
1068
|
+
type: BooleanConstructor;
|
|
1069
|
+
default: boolean;
|
|
1070
|
+
};
|
|
1044
1071
|
title: {
|
|
1045
1072
|
type: StringConstructor;
|
|
1046
1073
|
default: undefined;
|
|
@@ -1100,14 +1127,15 @@ export namespace BaseStory {
|
|
|
1100
1127
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1101
1128
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1102
1129
|
}>, {
|
|
1103
|
-
to: string | Record<string, any>;
|
|
1104
1130
|
title: string;
|
|
1105
|
-
variant: "default" | "
|
|
1106
|
-
|
|
1107
|
-
target: string;
|
|
1131
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1132
|
+
to: string | Record<string, any>;
|
|
1108
1133
|
exact: boolean;
|
|
1134
|
+
href: string;
|
|
1135
|
+
addSlash: boolean;
|
|
1109
1136
|
ariaLabel: string;
|
|
1110
1137
|
linkClass: string;
|
|
1138
|
+
target: string;
|
|
1111
1139
|
externalTargetBlank: boolean;
|
|
1112
1140
|
caret: boolean;
|
|
1113
1141
|
caretWrapperClass: string;
|
|
@@ -1228,13 +1256,13 @@ export namespace BaseStory {
|
|
|
1228
1256
|
}, {}, {
|
|
1229
1257
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1230
1258
|
variant: {
|
|
1231
|
-
type: import("vue").PropType<"default" | "
|
|
1259
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
1232
1260
|
required: false;
|
|
1233
1261
|
default: string;
|
|
1234
1262
|
validator: (prop: string) => boolean;
|
|
1235
1263
|
};
|
|
1236
1264
|
to: {
|
|
1237
|
-
type: (
|
|
1265
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1238
1266
|
default: undefined;
|
|
1239
1267
|
};
|
|
1240
1268
|
exact: {
|
|
@@ -1245,6 +1273,10 @@ export namespace BaseStory {
|
|
|
1245
1273
|
type: StringConstructor;
|
|
1246
1274
|
default: undefined;
|
|
1247
1275
|
};
|
|
1276
|
+
addSlash: {
|
|
1277
|
+
type: BooleanConstructor;
|
|
1278
|
+
default: boolean;
|
|
1279
|
+
};
|
|
1248
1280
|
title: {
|
|
1249
1281
|
type: StringConstructor;
|
|
1250
1282
|
default: undefined;
|
|
@@ -1331,13 +1363,13 @@ export namespace BaseStory {
|
|
|
1331
1363
|
addTrailingSlash(path: string): string;
|
|
1332
1364
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1333
1365
|
variant: {
|
|
1334
|
-
type: import("vue").PropType<"default" | "
|
|
1366
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
1335
1367
|
required: false;
|
|
1336
1368
|
default: string;
|
|
1337
1369
|
validator: (prop: string) => boolean;
|
|
1338
1370
|
};
|
|
1339
1371
|
to: {
|
|
1340
|
-
type: (
|
|
1372
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1341
1373
|
default: undefined;
|
|
1342
1374
|
};
|
|
1343
1375
|
exact: {
|
|
@@ -1348,6 +1380,10 @@ export namespace BaseStory {
|
|
|
1348
1380
|
type: StringConstructor;
|
|
1349
1381
|
default: undefined;
|
|
1350
1382
|
};
|
|
1383
|
+
addSlash: {
|
|
1384
|
+
type: BooleanConstructor;
|
|
1385
|
+
default: boolean;
|
|
1386
|
+
};
|
|
1351
1387
|
title: {
|
|
1352
1388
|
type: StringConstructor;
|
|
1353
1389
|
default: undefined;
|
|
@@ -1407,14 +1443,15 @@ export namespace BaseStory {
|
|
|
1407
1443
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1408
1444
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1409
1445
|
}>, {
|
|
1410
|
-
to: string | Record<string, any>;
|
|
1411
1446
|
title: string;
|
|
1412
|
-
variant: "default" | "
|
|
1413
|
-
|
|
1414
|
-
target: string;
|
|
1447
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1448
|
+
to: string | Record<string, any>;
|
|
1415
1449
|
exact: boolean;
|
|
1450
|
+
href: string;
|
|
1451
|
+
addSlash: boolean;
|
|
1416
1452
|
ariaLabel: string;
|
|
1417
1453
|
linkClass: string;
|
|
1454
|
+
target: string;
|
|
1418
1455
|
externalTargetBlank: boolean;
|
|
1419
1456
|
caret: boolean;
|
|
1420
1457
|
caretWrapperClass: string;
|
|
@@ -1547,7 +1584,7 @@ export namespace BaseStory {
|
|
|
1547
1584
|
}, {}, {
|
|
1548
1585
|
BaseButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1549
1586
|
variant: {
|
|
1550
|
-
type: import("vue").PropType<"
|
|
1587
|
+
type: import("vue").PropType<"primary" | "secondary" | "dark" | "social">;
|
|
1551
1588
|
required: false;
|
|
1552
1589
|
default: string;
|
|
1553
1590
|
validator: (prop: string) => boolean;
|
|
@@ -1573,7 +1610,7 @@ export namespace BaseStory {
|
|
|
1573
1610
|
required: false;
|
|
1574
1611
|
};
|
|
1575
1612
|
to: {
|
|
1576
|
-
type: (
|
|
1613
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1577
1614
|
required: false;
|
|
1578
1615
|
default: undefined;
|
|
1579
1616
|
};
|
|
@@ -1589,7 +1626,7 @@ export namespace BaseStory {
|
|
|
1589
1626
|
variantClass(): string;
|
|
1590
1627
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1591
1628
|
variant: {
|
|
1592
|
-
type: import("vue").PropType<"
|
|
1629
|
+
type: import("vue").PropType<"primary" | "secondary" | "dark" | "social">;
|
|
1593
1630
|
required: false;
|
|
1594
1631
|
default: string;
|
|
1595
1632
|
validator: (prop: string) => boolean;
|
|
@@ -1615,7 +1652,7 @@ export namespace BaseStory {
|
|
|
1615
1652
|
required: false;
|
|
1616
1653
|
};
|
|
1617
1654
|
to: {
|
|
1618
|
-
type: (
|
|
1655
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1619
1656
|
required: false;
|
|
1620
1657
|
default: undefined;
|
|
1621
1658
|
};
|
|
@@ -1627,56 +1664,38 @@ export namespace BaseStory {
|
|
|
1627
1664
|
}>> & Readonly<{
|
|
1628
1665
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
1629
1666
|
}>, {
|
|
1667
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
1630
1668
|
to: string | Record<string, any>;
|
|
1631
|
-
disabled: boolean;
|
|
1632
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
1633
1669
|
href: string;
|
|
1634
1670
|
ariaLabel: string;
|
|
1635
1671
|
compact: boolean;
|
|
1636
1672
|
blockClasses: string;
|
|
1673
|
+
disabled: boolean;
|
|
1637
1674
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1638
1675
|
IconSocialFacebook: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1639
1676
|
IconSocialTwitter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1640
1677
|
IconSocialInstagram: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1641
1678
|
IconSocialYoutube: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1642
1679
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1643
|
-
NavSearchForm: import("vue").DefineComponent<import("vue").
|
|
1644
|
-
placeholder: {
|
|
1645
|
-
type: import("vue").PropType<string>;
|
|
1646
|
-
default: string;
|
|
1647
|
-
};
|
|
1648
|
-
mobile: {
|
|
1649
|
-
type: import("vue").PropType<boolean>;
|
|
1650
|
-
default: boolean;
|
|
1651
|
-
};
|
|
1652
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1680
|
+
NavSearchForm: import("vue").DefineComponent<import("../NavSearchForm/NavSearchForm.vue").NavSearchFormProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1653
1681
|
clearSearch: (...args: any[]) => void;
|
|
1654
1682
|
submitForm: (...args: any[]) => void;
|
|
1655
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
1656
|
-
placeholder: {
|
|
1657
|
-
type: import("vue").PropType<string>;
|
|
1658
|
-
default: string;
|
|
1659
|
-
};
|
|
1660
|
-
mobile: {
|
|
1661
|
-
type: import("vue").PropType<boolean>;
|
|
1662
|
-
default: boolean;
|
|
1663
|
-
};
|
|
1664
|
-
}>> & Readonly<{
|
|
1683
|
+
}, string, import("vue").PublicProps, Readonly<import("../NavSearchForm/NavSearchForm.vue").NavSearchFormProps> & Readonly<{
|
|
1665
1684
|
onClearSearch?: ((...args: any[]) => any) | undefined;
|
|
1666
1685
|
onSubmitForm?: ((...args: any[]) => any) | undefined;
|
|
1667
1686
|
}>, {
|
|
1668
1687
|
placeholder: string;
|
|
1669
1688
|
mobile: boolean;
|
|
1670
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
1689
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
1671
1690
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1672
1691
|
variant: {
|
|
1673
|
-
type: import("vue").PropType<"default" | "
|
|
1692
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
1674
1693
|
required: false;
|
|
1675
1694
|
default: string;
|
|
1676
1695
|
validator: (prop: string) => boolean;
|
|
1677
1696
|
};
|
|
1678
1697
|
to: {
|
|
1679
|
-
type: (
|
|
1698
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1680
1699
|
default: undefined;
|
|
1681
1700
|
};
|
|
1682
1701
|
exact: {
|
|
@@ -1687,6 +1706,10 @@ export namespace BaseStory {
|
|
|
1687
1706
|
type: StringConstructor;
|
|
1688
1707
|
default: undefined;
|
|
1689
1708
|
};
|
|
1709
|
+
addSlash: {
|
|
1710
|
+
type: BooleanConstructor;
|
|
1711
|
+
default: boolean;
|
|
1712
|
+
};
|
|
1690
1713
|
title: {
|
|
1691
1714
|
type: StringConstructor;
|
|
1692
1715
|
default: undefined;
|
|
@@ -1773,13 +1796,13 @@ export namespace BaseStory {
|
|
|
1773
1796
|
addTrailingSlash(path: string): string;
|
|
1774
1797
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1775
1798
|
variant: {
|
|
1776
|
-
type: import("vue").PropType<"default" | "
|
|
1799
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
1777
1800
|
required: false;
|
|
1778
1801
|
default: string;
|
|
1779
1802
|
validator: (prop: string) => boolean;
|
|
1780
1803
|
};
|
|
1781
1804
|
to: {
|
|
1782
|
-
type: (
|
|
1805
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1783
1806
|
default: undefined;
|
|
1784
1807
|
};
|
|
1785
1808
|
exact: {
|
|
@@ -1790,6 +1813,10 @@ export namespace BaseStory {
|
|
|
1790
1813
|
type: StringConstructor;
|
|
1791
1814
|
default: undefined;
|
|
1792
1815
|
};
|
|
1816
|
+
addSlash: {
|
|
1817
|
+
type: BooleanConstructor;
|
|
1818
|
+
default: boolean;
|
|
1819
|
+
};
|
|
1793
1820
|
title: {
|
|
1794
1821
|
type: StringConstructor;
|
|
1795
1822
|
default: undefined;
|
|
@@ -1849,14 +1876,15 @@ export namespace BaseStory {
|
|
|
1849
1876
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1850
1877
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1851
1878
|
}>, {
|
|
1852
|
-
to: string | Record<string, any>;
|
|
1853
1879
|
title: string;
|
|
1854
|
-
variant: "default" | "
|
|
1855
|
-
|
|
1856
|
-
target: string;
|
|
1880
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1881
|
+
to: string | Record<string, any>;
|
|
1857
1882
|
exact: boolean;
|
|
1883
|
+
href: string;
|
|
1884
|
+
addSlash: boolean;
|
|
1858
1885
|
ariaLabel: string;
|
|
1859
1886
|
linkClass: string;
|
|
1887
|
+
target: string;
|
|
1860
1888
|
externalTargetBlank: boolean;
|
|
1861
1889
|
caret: boolean;
|
|
1862
1890
|
caretWrapperClass: string;
|
|
@@ -1988,6 +2016,7 @@ export namespace WithSecondaryNav {
|
|
|
1988
2016
|
searchQuery: null;
|
|
1989
2017
|
LogoColor: string;
|
|
1990
2018
|
LogoWhite: string;
|
|
2019
|
+
LogoOutline: string;
|
|
1991
2020
|
}, {
|
|
1992
2021
|
breadcrumb(): import("../../utils/mixins").BreadcrumbObject | null;
|
|
1993
2022
|
headerClasses(): string;
|
|
@@ -2061,13 +2090,13 @@ export namespace WithSecondaryNav {
|
|
|
2061
2090
|
NavLogoLinks: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
2062
2091
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2063
2092
|
variant: {
|
|
2064
|
-
type: import("vue").PropType<"default" | "
|
|
2093
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
2065
2094
|
required: false;
|
|
2066
2095
|
default: string;
|
|
2067
2096
|
validator: (prop: string) => boolean;
|
|
2068
2097
|
};
|
|
2069
2098
|
to: {
|
|
2070
|
-
type: (
|
|
2099
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2071
2100
|
default: undefined;
|
|
2072
2101
|
};
|
|
2073
2102
|
exact: {
|
|
@@ -2078,6 +2107,10 @@ export namespace WithSecondaryNav {
|
|
|
2078
2107
|
type: StringConstructor;
|
|
2079
2108
|
default: undefined;
|
|
2080
2109
|
};
|
|
2110
|
+
addSlash: {
|
|
2111
|
+
type: BooleanConstructor;
|
|
2112
|
+
default: boolean;
|
|
2113
|
+
};
|
|
2081
2114
|
title: {
|
|
2082
2115
|
type: StringConstructor;
|
|
2083
2116
|
default: undefined;
|
|
@@ -2164,13 +2197,13 @@ export namespace WithSecondaryNav {
|
|
|
2164
2197
|
addTrailingSlash(path: string): string;
|
|
2165
2198
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2166
2199
|
variant: {
|
|
2167
|
-
type: import("vue").PropType<"default" | "
|
|
2200
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
2168
2201
|
required: false;
|
|
2169
2202
|
default: string;
|
|
2170
2203
|
validator: (prop: string) => boolean;
|
|
2171
2204
|
};
|
|
2172
2205
|
to: {
|
|
2173
|
-
type: (
|
|
2206
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2174
2207
|
default: undefined;
|
|
2175
2208
|
};
|
|
2176
2209
|
exact: {
|
|
@@ -2181,6 +2214,10 @@ export namespace WithSecondaryNav {
|
|
|
2181
2214
|
type: StringConstructor;
|
|
2182
2215
|
default: undefined;
|
|
2183
2216
|
};
|
|
2217
|
+
addSlash: {
|
|
2218
|
+
type: BooleanConstructor;
|
|
2219
|
+
default: boolean;
|
|
2220
|
+
};
|
|
2184
2221
|
title: {
|
|
2185
2222
|
type: StringConstructor;
|
|
2186
2223
|
default: undefined;
|
|
@@ -2240,14 +2277,15 @@ export namespace WithSecondaryNav {
|
|
|
2240
2277
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2241
2278
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2242
2279
|
}>, {
|
|
2243
|
-
to: string | Record<string, any>;
|
|
2244
2280
|
title: string;
|
|
2245
|
-
variant: "default" | "
|
|
2246
|
-
|
|
2247
|
-
target: string;
|
|
2281
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
2282
|
+
to: string | Record<string, any>;
|
|
2248
2283
|
exact: boolean;
|
|
2284
|
+
href: string;
|
|
2285
|
+
addSlash: boolean;
|
|
2249
2286
|
ariaLabel: string;
|
|
2250
2287
|
linkClass: string;
|
|
2288
|
+
target: string;
|
|
2251
2289
|
externalTargetBlank: boolean;
|
|
2252
2290
|
caret: boolean;
|
|
2253
2291
|
caretWrapperClass: string;
|
|
@@ -2324,7 +2362,7 @@ export namespace WithSecondaryNav {
|
|
|
2324
2362
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2325
2363
|
NavMobileDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2326
2364
|
data: {
|
|
2327
|
-
type: (
|
|
2365
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
2328
2366
|
required: false;
|
|
2329
2367
|
};
|
|
2330
2368
|
startOpen: {
|
|
@@ -2356,7 +2394,7 @@ export namespace WithSecondaryNav {
|
|
|
2356
2394
|
getLinkText(link: import("../../utils/mixins").NavLinkObject): string;
|
|
2357
2395
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2358
2396
|
data: {
|
|
2359
|
-
type: (
|
|
2397
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
2360
2398
|
required: false;
|
|
2361
2399
|
};
|
|
2362
2400
|
startOpen: {
|
|
@@ -2409,8 +2447,8 @@ export namespace WithSecondaryNav {
|
|
|
2409
2447
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
2410
2448
|
}>, {
|
|
2411
2449
|
path: string;
|
|
2412
|
-
ariaExpanded: boolean;
|
|
2413
2450
|
invert: boolean;
|
|
2451
|
+
ariaExpanded: boolean;
|
|
2414
2452
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2415
2453
|
NavMobileLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2416
2454
|
data: {
|
|
@@ -2456,13 +2494,13 @@ export namespace WithSecondaryNav {
|
|
|
2456
2494
|
}, {}, {
|
|
2457
2495
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2458
2496
|
variant: {
|
|
2459
|
-
type: import("vue").PropType<"default" | "
|
|
2497
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
2460
2498
|
required: false;
|
|
2461
2499
|
default: string;
|
|
2462
2500
|
validator: (prop: string) => boolean;
|
|
2463
2501
|
};
|
|
2464
2502
|
to: {
|
|
2465
|
-
type: (
|
|
2503
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2466
2504
|
default: undefined;
|
|
2467
2505
|
};
|
|
2468
2506
|
exact: {
|
|
@@ -2473,6 +2511,10 @@ export namespace WithSecondaryNav {
|
|
|
2473
2511
|
type: StringConstructor;
|
|
2474
2512
|
default: undefined;
|
|
2475
2513
|
};
|
|
2514
|
+
addSlash: {
|
|
2515
|
+
type: BooleanConstructor;
|
|
2516
|
+
default: boolean;
|
|
2517
|
+
};
|
|
2476
2518
|
title: {
|
|
2477
2519
|
type: StringConstructor;
|
|
2478
2520
|
default: undefined;
|
|
@@ -2559,13 +2601,13 @@ export namespace WithSecondaryNav {
|
|
|
2559
2601
|
addTrailingSlash(path: string): string;
|
|
2560
2602
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2561
2603
|
variant: {
|
|
2562
|
-
type: import("vue").PropType<"default" | "
|
|
2604
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
2563
2605
|
required: false;
|
|
2564
2606
|
default: string;
|
|
2565
2607
|
validator: (prop: string) => boolean;
|
|
2566
2608
|
};
|
|
2567
2609
|
to: {
|
|
2568
|
-
type: (
|
|
2610
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2569
2611
|
default: undefined;
|
|
2570
2612
|
};
|
|
2571
2613
|
exact: {
|
|
@@ -2576,6 +2618,10 @@ export namespace WithSecondaryNav {
|
|
|
2576
2618
|
type: StringConstructor;
|
|
2577
2619
|
default: undefined;
|
|
2578
2620
|
};
|
|
2621
|
+
addSlash: {
|
|
2622
|
+
type: BooleanConstructor;
|
|
2623
|
+
default: boolean;
|
|
2624
|
+
};
|
|
2579
2625
|
title: {
|
|
2580
2626
|
type: StringConstructor;
|
|
2581
2627
|
default: undefined;
|
|
@@ -2635,14 +2681,15 @@ export namespace WithSecondaryNav {
|
|
|
2635
2681
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2636
2682
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2637
2683
|
}>, {
|
|
2638
|
-
to: string | Record<string, any>;
|
|
2639
2684
|
title: string;
|
|
2640
|
-
variant: "default" | "
|
|
2641
|
-
|
|
2642
|
-
target: string;
|
|
2685
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
2686
|
+
to: string | Record<string, any>;
|
|
2643
2687
|
exact: boolean;
|
|
2688
|
+
href: string;
|
|
2689
|
+
addSlash: boolean;
|
|
2644
2690
|
ariaLabel: string;
|
|
2645
2691
|
linkClass: string;
|
|
2692
|
+
target: string;
|
|
2646
2693
|
externalTargetBlank: boolean;
|
|
2647
2694
|
caret: boolean;
|
|
2648
2695
|
caretWrapperClass: string;
|
|
@@ -2788,8 +2835,8 @@ export namespace WithSecondaryNav {
|
|
|
2788
2835
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
2789
2836
|
}>, {
|
|
2790
2837
|
path: string;
|
|
2791
|
-
ariaExpanded: boolean;
|
|
2792
2838
|
invert: boolean;
|
|
2839
|
+
ariaExpanded: boolean;
|
|
2793
2840
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2794
2841
|
NavSecondaryDropdownContent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2795
2842
|
item: {
|
|
@@ -2817,13 +2864,13 @@ export namespace WithSecondaryNav {
|
|
|
2817
2864
|
}, {}, {
|
|
2818
2865
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2819
2866
|
variant: {
|
|
2820
|
-
type: import("vue").PropType<"default" | "
|
|
2867
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
2821
2868
|
required: false;
|
|
2822
2869
|
default: string;
|
|
2823
2870
|
validator: (prop: string) => boolean;
|
|
2824
2871
|
};
|
|
2825
2872
|
to: {
|
|
2826
|
-
type: (
|
|
2873
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2827
2874
|
default: undefined;
|
|
2828
2875
|
};
|
|
2829
2876
|
exact: {
|
|
@@ -2834,6 +2881,10 @@ export namespace WithSecondaryNav {
|
|
|
2834
2881
|
type: StringConstructor;
|
|
2835
2882
|
default: undefined;
|
|
2836
2883
|
};
|
|
2884
|
+
addSlash: {
|
|
2885
|
+
type: BooleanConstructor;
|
|
2886
|
+
default: boolean;
|
|
2887
|
+
};
|
|
2837
2888
|
title: {
|
|
2838
2889
|
type: StringConstructor;
|
|
2839
2890
|
default: undefined;
|
|
@@ -2920,13 +2971,13 @@ export namespace WithSecondaryNav {
|
|
|
2920
2971
|
addTrailingSlash(path: string): string;
|
|
2921
2972
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2922
2973
|
variant: {
|
|
2923
|
-
type: import("vue").PropType<"default" | "
|
|
2974
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
2924
2975
|
required: false;
|
|
2925
2976
|
default: string;
|
|
2926
2977
|
validator: (prop: string) => boolean;
|
|
2927
2978
|
};
|
|
2928
2979
|
to: {
|
|
2929
|
-
type: (
|
|
2980
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2930
2981
|
default: undefined;
|
|
2931
2982
|
};
|
|
2932
2983
|
exact: {
|
|
@@ -2937,6 +2988,10 @@ export namespace WithSecondaryNav {
|
|
|
2937
2988
|
type: StringConstructor;
|
|
2938
2989
|
default: undefined;
|
|
2939
2990
|
};
|
|
2991
|
+
addSlash: {
|
|
2992
|
+
type: BooleanConstructor;
|
|
2993
|
+
default: boolean;
|
|
2994
|
+
};
|
|
2940
2995
|
title: {
|
|
2941
2996
|
type: StringConstructor;
|
|
2942
2997
|
default: undefined;
|
|
@@ -2996,14 +3051,15 @@ export namespace WithSecondaryNav {
|
|
|
2996
3051
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2997
3052
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2998
3053
|
}>, {
|
|
2999
|
-
to: string | Record<string, any>;
|
|
3000
3054
|
title: string;
|
|
3001
|
-
variant: "default" | "
|
|
3002
|
-
|
|
3003
|
-
target: string;
|
|
3055
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
3056
|
+
to: string | Record<string, any>;
|
|
3004
3057
|
exact: boolean;
|
|
3058
|
+
href: string;
|
|
3059
|
+
addSlash: boolean;
|
|
3005
3060
|
ariaLabel: string;
|
|
3006
3061
|
linkClass: string;
|
|
3062
|
+
target: string;
|
|
3007
3063
|
externalTargetBlank: boolean;
|
|
3008
3064
|
caret: boolean;
|
|
3009
3065
|
caretWrapperClass: string;
|
|
@@ -3124,13 +3180,13 @@ export namespace WithSecondaryNav {
|
|
|
3124
3180
|
}, {}, {
|
|
3125
3181
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3126
3182
|
variant: {
|
|
3127
|
-
type: import("vue").PropType<"default" | "
|
|
3183
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
3128
3184
|
required: false;
|
|
3129
3185
|
default: string;
|
|
3130
3186
|
validator: (prop: string) => boolean;
|
|
3131
3187
|
};
|
|
3132
3188
|
to: {
|
|
3133
|
-
type: (
|
|
3189
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3134
3190
|
default: undefined;
|
|
3135
3191
|
};
|
|
3136
3192
|
exact: {
|
|
@@ -3141,6 +3197,10 @@ export namespace WithSecondaryNav {
|
|
|
3141
3197
|
type: StringConstructor;
|
|
3142
3198
|
default: undefined;
|
|
3143
3199
|
};
|
|
3200
|
+
addSlash: {
|
|
3201
|
+
type: BooleanConstructor;
|
|
3202
|
+
default: boolean;
|
|
3203
|
+
};
|
|
3144
3204
|
title: {
|
|
3145
3205
|
type: StringConstructor;
|
|
3146
3206
|
default: undefined;
|
|
@@ -3227,13 +3287,13 @@ export namespace WithSecondaryNav {
|
|
|
3227
3287
|
addTrailingSlash(path: string): string;
|
|
3228
3288
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3229
3289
|
variant: {
|
|
3230
|
-
type: import("vue").PropType<"default" | "
|
|
3290
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
3231
3291
|
required: false;
|
|
3232
3292
|
default: string;
|
|
3233
3293
|
validator: (prop: string) => boolean;
|
|
3234
3294
|
};
|
|
3235
3295
|
to: {
|
|
3236
|
-
type: (
|
|
3296
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3237
3297
|
default: undefined;
|
|
3238
3298
|
};
|
|
3239
3299
|
exact: {
|
|
@@ -3244,6 +3304,10 @@ export namespace WithSecondaryNav {
|
|
|
3244
3304
|
type: StringConstructor;
|
|
3245
3305
|
default: undefined;
|
|
3246
3306
|
};
|
|
3307
|
+
addSlash: {
|
|
3308
|
+
type: BooleanConstructor;
|
|
3309
|
+
default: boolean;
|
|
3310
|
+
};
|
|
3247
3311
|
title: {
|
|
3248
3312
|
type: StringConstructor;
|
|
3249
3313
|
default: undefined;
|
|
@@ -3303,14 +3367,15 @@ export namespace WithSecondaryNav {
|
|
|
3303
3367
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3304
3368
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3305
3369
|
}>, {
|
|
3306
|
-
to: string | Record<string, any>;
|
|
3307
3370
|
title: string;
|
|
3308
|
-
variant: "default" | "
|
|
3309
|
-
|
|
3310
|
-
target: string;
|
|
3371
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
3372
|
+
to: string | Record<string, any>;
|
|
3311
3373
|
exact: boolean;
|
|
3374
|
+
href: string;
|
|
3375
|
+
addSlash: boolean;
|
|
3312
3376
|
ariaLabel: string;
|
|
3313
3377
|
linkClass: string;
|
|
3378
|
+
target: string;
|
|
3314
3379
|
externalTargetBlank: boolean;
|
|
3315
3380
|
caret: boolean;
|
|
3316
3381
|
caretWrapperClass: string;
|
|
@@ -3443,7 +3508,7 @@ export namespace WithSecondaryNav {
|
|
|
3443
3508
|
}, {}, {
|
|
3444
3509
|
BaseButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3445
3510
|
variant: {
|
|
3446
|
-
type: import("vue").PropType<"
|
|
3511
|
+
type: import("vue").PropType<"primary" | "secondary" | "dark" | "social">;
|
|
3447
3512
|
required: false;
|
|
3448
3513
|
default: string;
|
|
3449
3514
|
validator: (prop: string) => boolean;
|
|
@@ -3469,7 +3534,7 @@ export namespace WithSecondaryNav {
|
|
|
3469
3534
|
required: false;
|
|
3470
3535
|
};
|
|
3471
3536
|
to: {
|
|
3472
|
-
type: (
|
|
3537
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3473
3538
|
required: false;
|
|
3474
3539
|
default: undefined;
|
|
3475
3540
|
};
|
|
@@ -3485,7 +3550,7 @@ export namespace WithSecondaryNav {
|
|
|
3485
3550
|
variantClass(): string;
|
|
3486
3551
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3487
3552
|
variant: {
|
|
3488
|
-
type: import("vue").PropType<"
|
|
3553
|
+
type: import("vue").PropType<"primary" | "secondary" | "dark" | "social">;
|
|
3489
3554
|
required: false;
|
|
3490
3555
|
default: string;
|
|
3491
3556
|
validator: (prop: string) => boolean;
|
|
@@ -3511,7 +3576,7 @@ export namespace WithSecondaryNav {
|
|
|
3511
3576
|
required: false;
|
|
3512
3577
|
};
|
|
3513
3578
|
to: {
|
|
3514
|
-
type: (
|
|
3579
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3515
3580
|
required: false;
|
|
3516
3581
|
default: undefined;
|
|
3517
3582
|
};
|
|
@@ -3523,56 +3588,38 @@ export namespace WithSecondaryNav {
|
|
|
3523
3588
|
}>> & Readonly<{
|
|
3524
3589
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
3525
3590
|
}>, {
|
|
3591
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
3526
3592
|
to: string | Record<string, any>;
|
|
3527
|
-
disabled: boolean;
|
|
3528
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
3529
3593
|
href: string;
|
|
3530
3594
|
ariaLabel: string;
|
|
3531
3595
|
compact: boolean;
|
|
3532
3596
|
blockClasses: string;
|
|
3597
|
+
disabled: boolean;
|
|
3533
3598
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3534
3599
|
IconSocialFacebook: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3535
3600
|
IconSocialTwitter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3536
3601
|
IconSocialInstagram: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3537
3602
|
IconSocialYoutube: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3538
3603
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3539
|
-
NavSearchForm: import("vue").DefineComponent<import("vue").
|
|
3540
|
-
placeholder: {
|
|
3541
|
-
type: import("vue").PropType<string>;
|
|
3542
|
-
default: string;
|
|
3543
|
-
};
|
|
3544
|
-
mobile: {
|
|
3545
|
-
type: import("vue").PropType<boolean>;
|
|
3546
|
-
default: boolean;
|
|
3547
|
-
};
|
|
3548
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3604
|
+
NavSearchForm: import("vue").DefineComponent<import("../NavSearchForm/NavSearchForm.vue").NavSearchFormProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3549
3605
|
clearSearch: (...args: any[]) => void;
|
|
3550
3606
|
submitForm: (...args: any[]) => void;
|
|
3551
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
3552
|
-
placeholder: {
|
|
3553
|
-
type: import("vue").PropType<string>;
|
|
3554
|
-
default: string;
|
|
3555
|
-
};
|
|
3556
|
-
mobile: {
|
|
3557
|
-
type: import("vue").PropType<boolean>;
|
|
3558
|
-
default: boolean;
|
|
3559
|
-
};
|
|
3560
|
-
}>> & Readonly<{
|
|
3607
|
+
}, string, import("vue").PublicProps, Readonly<import("../NavSearchForm/NavSearchForm.vue").NavSearchFormProps> & Readonly<{
|
|
3561
3608
|
onClearSearch?: ((...args: any[]) => any) | undefined;
|
|
3562
3609
|
onSubmitForm?: ((...args: any[]) => any) | undefined;
|
|
3563
3610
|
}>, {
|
|
3564
3611
|
placeholder: string;
|
|
3565
3612
|
mobile: boolean;
|
|
3566
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
3613
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
3567
3614
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3568
3615
|
variant: {
|
|
3569
|
-
type: import("vue").PropType<"default" | "
|
|
3616
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
3570
3617
|
required: false;
|
|
3571
3618
|
default: string;
|
|
3572
3619
|
validator: (prop: string) => boolean;
|
|
3573
3620
|
};
|
|
3574
3621
|
to: {
|
|
3575
|
-
type: (
|
|
3622
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3576
3623
|
default: undefined;
|
|
3577
3624
|
};
|
|
3578
3625
|
exact: {
|
|
@@ -3583,6 +3630,10 @@ export namespace WithSecondaryNav {
|
|
|
3583
3630
|
type: StringConstructor;
|
|
3584
3631
|
default: undefined;
|
|
3585
3632
|
};
|
|
3633
|
+
addSlash: {
|
|
3634
|
+
type: BooleanConstructor;
|
|
3635
|
+
default: boolean;
|
|
3636
|
+
};
|
|
3586
3637
|
title: {
|
|
3587
3638
|
type: StringConstructor;
|
|
3588
3639
|
default: undefined;
|
|
@@ -3669,13 +3720,13 @@ export namespace WithSecondaryNav {
|
|
|
3669
3720
|
addTrailingSlash(path: string): string;
|
|
3670
3721
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3671
3722
|
variant: {
|
|
3672
|
-
type: import("vue").PropType<"default" | "
|
|
3723
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
3673
3724
|
required: false;
|
|
3674
3725
|
default: string;
|
|
3675
3726
|
validator: (prop: string) => boolean;
|
|
3676
3727
|
};
|
|
3677
3728
|
to: {
|
|
3678
|
-
type: (
|
|
3729
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3679
3730
|
default: undefined;
|
|
3680
3731
|
};
|
|
3681
3732
|
exact: {
|
|
@@ -3686,6 +3737,10 @@ export namespace WithSecondaryNav {
|
|
|
3686
3737
|
type: StringConstructor;
|
|
3687
3738
|
default: undefined;
|
|
3688
3739
|
};
|
|
3740
|
+
addSlash: {
|
|
3741
|
+
type: BooleanConstructor;
|
|
3742
|
+
default: boolean;
|
|
3743
|
+
};
|
|
3689
3744
|
title: {
|
|
3690
3745
|
type: StringConstructor;
|
|
3691
3746
|
default: undefined;
|
|
@@ -3745,14 +3800,15 @@ export namespace WithSecondaryNav {
|
|
|
3745
3800
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3746
3801
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3747
3802
|
}>, {
|
|
3748
|
-
to: string | Record<string, any>;
|
|
3749
3803
|
title: string;
|
|
3750
|
-
variant: "default" | "
|
|
3751
|
-
|
|
3752
|
-
target: string;
|
|
3804
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
3805
|
+
to: string | Record<string, any>;
|
|
3753
3806
|
exact: boolean;
|
|
3807
|
+
href: string;
|
|
3808
|
+
addSlash: boolean;
|
|
3754
3809
|
ariaLabel: string;
|
|
3755
3810
|
linkClass: string;
|
|
3811
|
+
target: string;
|
|
3756
3812
|
externalTargetBlank: boolean;
|
|
3757
3813
|
caret: boolean;
|
|
3758
3814
|
caretWrapperClass: string;
|
|
@@ -3885,6 +3941,7 @@ export namespace WithTertiaryNav {
|
|
|
3885
3941
|
searchQuery: null;
|
|
3886
3942
|
LogoColor: string;
|
|
3887
3943
|
LogoWhite: string;
|
|
3944
|
+
LogoOutline: string;
|
|
3888
3945
|
}, {
|
|
3889
3946
|
breadcrumb(): import("../../utils/mixins").BreadcrumbObject | null;
|
|
3890
3947
|
headerClasses(): string;
|
|
@@ -3958,13 +4015,13 @@ export namespace WithTertiaryNav {
|
|
|
3958
4015
|
NavLogoLinks: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
3959
4016
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3960
4017
|
variant: {
|
|
3961
|
-
type: import("vue").PropType<"default" | "
|
|
4018
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
3962
4019
|
required: false;
|
|
3963
4020
|
default: string;
|
|
3964
4021
|
validator: (prop: string) => boolean;
|
|
3965
4022
|
};
|
|
3966
4023
|
to: {
|
|
3967
|
-
type: (
|
|
4024
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3968
4025
|
default: undefined;
|
|
3969
4026
|
};
|
|
3970
4027
|
exact: {
|
|
@@ -3975,6 +4032,10 @@ export namespace WithTertiaryNav {
|
|
|
3975
4032
|
type: StringConstructor;
|
|
3976
4033
|
default: undefined;
|
|
3977
4034
|
};
|
|
4035
|
+
addSlash: {
|
|
4036
|
+
type: BooleanConstructor;
|
|
4037
|
+
default: boolean;
|
|
4038
|
+
};
|
|
3978
4039
|
title: {
|
|
3979
4040
|
type: StringConstructor;
|
|
3980
4041
|
default: undefined;
|
|
@@ -4061,13 +4122,13 @@ export namespace WithTertiaryNav {
|
|
|
4061
4122
|
addTrailingSlash(path: string): string;
|
|
4062
4123
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4063
4124
|
variant: {
|
|
4064
|
-
type: import("vue").PropType<"default" | "
|
|
4125
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
4065
4126
|
required: false;
|
|
4066
4127
|
default: string;
|
|
4067
4128
|
validator: (prop: string) => boolean;
|
|
4068
4129
|
};
|
|
4069
4130
|
to: {
|
|
4070
|
-
type: (
|
|
4131
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4071
4132
|
default: undefined;
|
|
4072
4133
|
};
|
|
4073
4134
|
exact: {
|
|
@@ -4078,6 +4139,10 @@ export namespace WithTertiaryNav {
|
|
|
4078
4139
|
type: StringConstructor;
|
|
4079
4140
|
default: undefined;
|
|
4080
4141
|
};
|
|
4142
|
+
addSlash: {
|
|
4143
|
+
type: BooleanConstructor;
|
|
4144
|
+
default: boolean;
|
|
4145
|
+
};
|
|
4081
4146
|
title: {
|
|
4082
4147
|
type: StringConstructor;
|
|
4083
4148
|
default: undefined;
|
|
@@ -4137,14 +4202,15 @@ export namespace WithTertiaryNav {
|
|
|
4137
4202
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4138
4203
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4139
4204
|
}>, {
|
|
4140
|
-
to: string | Record<string, any>;
|
|
4141
4205
|
title: string;
|
|
4142
|
-
variant: "default" | "
|
|
4143
|
-
|
|
4144
|
-
target: string;
|
|
4206
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
4207
|
+
to: string | Record<string, any>;
|
|
4145
4208
|
exact: boolean;
|
|
4209
|
+
href: string;
|
|
4210
|
+
addSlash: boolean;
|
|
4146
4211
|
ariaLabel: string;
|
|
4147
4212
|
linkClass: string;
|
|
4213
|
+
target: string;
|
|
4148
4214
|
externalTargetBlank: boolean;
|
|
4149
4215
|
caret: boolean;
|
|
4150
4216
|
caretWrapperClass: string;
|
|
@@ -4221,7 +4287,7 @@ export namespace WithTertiaryNav {
|
|
|
4221
4287
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4222
4288
|
NavMobileDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4223
4289
|
data: {
|
|
4224
|
-
type: (
|
|
4290
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
4225
4291
|
required: false;
|
|
4226
4292
|
};
|
|
4227
4293
|
startOpen: {
|
|
@@ -4253,7 +4319,7 @@ export namespace WithTertiaryNav {
|
|
|
4253
4319
|
getLinkText(link: import("../../utils/mixins").NavLinkObject): string;
|
|
4254
4320
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4255
4321
|
data: {
|
|
4256
|
-
type: (
|
|
4322
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
4257
4323
|
required: false;
|
|
4258
4324
|
};
|
|
4259
4325
|
startOpen: {
|
|
@@ -4306,8 +4372,8 @@ export namespace WithTertiaryNav {
|
|
|
4306
4372
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
4307
4373
|
}>, {
|
|
4308
4374
|
path: string;
|
|
4309
|
-
ariaExpanded: boolean;
|
|
4310
4375
|
invert: boolean;
|
|
4376
|
+
ariaExpanded: boolean;
|
|
4311
4377
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4312
4378
|
NavMobileLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4313
4379
|
data: {
|
|
@@ -4353,13 +4419,13 @@ export namespace WithTertiaryNav {
|
|
|
4353
4419
|
}, {}, {
|
|
4354
4420
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4355
4421
|
variant: {
|
|
4356
|
-
type: import("vue").PropType<"default" | "
|
|
4422
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
4357
4423
|
required: false;
|
|
4358
4424
|
default: string;
|
|
4359
4425
|
validator: (prop: string) => boolean;
|
|
4360
4426
|
};
|
|
4361
4427
|
to: {
|
|
4362
|
-
type: (
|
|
4428
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4363
4429
|
default: undefined;
|
|
4364
4430
|
};
|
|
4365
4431
|
exact: {
|
|
@@ -4370,6 +4436,10 @@ export namespace WithTertiaryNav {
|
|
|
4370
4436
|
type: StringConstructor;
|
|
4371
4437
|
default: undefined;
|
|
4372
4438
|
};
|
|
4439
|
+
addSlash: {
|
|
4440
|
+
type: BooleanConstructor;
|
|
4441
|
+
default: boolean;
|
|
4442
|
+
};
|
|
4373
4443
|
title: {
|
|
4374
4444
|
type: StringConstructor;
|
|
4375
4445
|
default: undefined;
|
|
@@ -4456,13 +4526,13 @@ export namespace WithTertiaryNav {
|
|
|
4456
4526
|
addTrailingSlash(path: string): string;
|
|
4457
4527
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4458
4528
|
variant: {
|
|
4459
|
-
type: import("vue").PropType<"default" | "
|
|
4529
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
4460
4530
|
required: false;
|
|
4461
4531
|
default: string;
|
|
4462
4532
|
validator: (prop: string) => boolean;
|
|
4463
4533
|
};
|
|
4464
4534
|
to: {
|
|
4465
|
-
type: (
|
|
4535
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4466
4536
|
default: undefined;
|
|
4467
4537
|
};
|
|
4468
4538
|
exact: {
|
|
@@ -4473,6 +4543,10 @@ export namespace WithTertiaryNav {
|
|
|
4473
4543
|
type: StringConstructor;
|
|
4474
4544
|
default: undefined;
|
|
4475
4545
|
};
|
|
4546
|
+
addSlash: {
|
|
4547
|
+
type: BooleanConstructor;
|
|
4548
|
+
default: boolean;
|
|
4549
|
+
};
|
|
4476
4550
|
title: {
|
|
4477
4551
|
type: StringConstructor;
|
|
4478
4552
|
default: undefined;
|
|
@@ -4532,14 +4606,15 @@ export namespace WithTertiaryNav {
|
|
|
4532
4606
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4533
4607
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4534
4608
|
}>, {
|
|
4535
|
-
to: string | Record<string, any>;
|
|
4536
4609
|
title: string;
|
|
4537
|
-
variant: "default" | "
|
|
4538
|
-
|
|
4539
|
-
target: string;
|
|
4610
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
4611
|
+
to: string | Record<string, any>;
|
|
4540
4612
|
exact: boolean;
|
|
4613
|
+
href: string;
|
|
4614
|
+
addSlash: boolean;
|
|
4541
4615
|
ariaLabel: string;
|
|
4542
4616
|
linkClass: string;
|
|
4617
|
+
target: string;
|
|
4543
4618
|
externalTargetBlank: boolean;
|
|
4544
4619
|
caret: boolean;
|
|
4545
4620
|
caretWrapperClass: string;
|
|
@@ -4685,8 +4760,8 @@ export namespace WithTertiaryNav {
|
|
|
4685
4760
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
4686
4761
|
}>, {
|
|
4687
4762
|
path: string;
|
|
4688
|
-
ariaExpanded: boolean;
|
|
4689
4763
|
invert: boolean;
|
|
4764
|
+
ariaExpanded: boolean;
|
|
4690
4765
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4691
4766
|
NavSecondaryDropdownContent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4692
4767
|
item: {
|
|
@@ -4714,13 +4789,13 @@ export namespace WithTertiaryNav {
|
|
|
4714
4789
|
}, {}, {
|
|
4715
4790
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4716
4791
|
variant: {
|
|
4717
|
-
type: import("vue").PropType<"default" | "
|
|
4792
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
4718
4793
|
required: false;
|
|
4719
4794
|
default: string;
|
|
4720
4795
|
validator: (prop: string) => boolean;
|
|
4721
4796
|
};
|
|
4722
4797
|
to: {
|
|
4723
|
-
type: (
|
|
4798
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4724
4799
|
default: undefined;
|
|
4725
4800
|
};
|
|
4726
4801
|
exact: {
|
|
@@ -4731,6 +4806,10 @@ export namespace WithTertiaryNav {
|
|
|
4731
4806
|
type: StringConstructor;
|
|
4732
4807
|
default: undefined;
|
|
4733
4808
|
};
|
|
4809
|
+
addSlash: {
|
|
4810
|
+
type: BooleanConstructor;
|
|
4811
|
+
default: boolean;
|
|
4812
|
+
};
|
|
4734
4813
|
title: {
|
|
4735
4814
|
type: StringConstructor;
|
|
4736
4815
|
default: undefined;
|
|
@@ -4817,13 +4896,13 @@ export namespace WithTertiaryNav {
|
|
|
4817
4896
|
addTrailingSlash(path: string): string;
|
|
4818
4897
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4819
4898
|
variant: {
|
|
4820
|
-
type: import("vue").PropType<"default" | "
|
|
4899
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
4821
4900
|
required: false;
|
|
4822
4901
|
default: string;
|
|
4823
4902
|
validator: (prop: string) => boolean;
|
|
4824
4903
|
};
|
|
4825
4904
|
to: {
|
|
4826
|
-
type: (
|
|
4905
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4827
4906
|
default: undefined;
|
|
4828
4907
|
};
|
|
4829
4908
|
exact: {
|
|
@@ -4834,6 +4913,10 @@ export namespace WithTertiaryNav {
|
|
|
4834
4913
|
type: StringConstructor;
|
|
4835
4914
|
default: undefined;
|
|
4836
4915
|
};
|
|
4916
|
+
addSlash: {
|
|
4917
|
+
type: BooleanConstructor;
|
|
4918
|
+
default: boolean;
|
|
4919
|
+
};
|
|
4837
4920
|
title: {
|
|
4838
4921
|
type: StringConstructor;
|
|
4839
4922
|
default: undefined;
|
|
@@ -4893,14 +4976,15 @@ export namespace WithTertiaryNav {
|
|
|
4893
4976
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4894
4977
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4895
4978
|
}>, {
|
|
4896
|
-
to: string | Record<string, any>;
|
|
4897
4979
|
title: string;
|
|
4898
|
-
variant: "default" | "
|
|
4899
|
-
|
|
4900
|
-
target: string;
|
|
4980
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
4981
|
+
to: string | Record<string, any>;
|
|
4901
4982
|
exact: boolean;
|
|
4983
|
+
href: string;
|
|
4984
|
+
addSlash: boolean;
|
|
4902
4985
|
ariaLabel: string;
|
|
4903
4986
|
linkClass: string;
|
|
4987
|
+
target: string;
|
|
4904
4988
|
externalTargetBlank: boolean;
|
|
4905
4989
|
caret: boolean;
|
|
4906
4990
|
caretWrapperClass: string;
|
|
@@ -5021,13 +5105,13 @@ export namespace WithTertiaryNav {
|
|
|
5021
5105
|
}, {}, {
|
|
5022
5106
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5023
5107
|
variant: {
|
|
5024
|
-
type: import("vue").PropType<"default" | "
|
|
5108
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
5025
5109
|
required: false;
|
|
5026
5110
|
default: string;
|
|
5027
5111
|
validator: (prop: string) => boolean;
|
|
5028
5112
|
};
|
|
5029
5113
|
to: {
|
|
5030
|
-
type: (
|
|
5114
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5031
5115
|
default: undefined;
|
|
5032
5116
|
};
|
|
5033
5117
|
exact: {
|
|
@@ -5038,6 +5122,10 @@ export namespace WithTertiaryNav {
|
|
|
5038
5122
|
type: StringConstructor;
|
|
5039
5123
|
default: undefined;
|
|
5040
5124
|
};
|
|
5125
|
+
addSlash: {
|
|
5126
|
+
type: BooleanConstructor;
|
|
5127
|
+
default: boolean;
|
|
5128
|
+
};
|
|
5041
5129
|
title: {
|
|
5042
5130
|
type: StringConstructor;
|
|
5043
5131
|
default: undefined;
|
|
@@ -5124,13 +5212,13 @@ export namespace WithTertiaryNav {
|
|
|
5124
5212
|
addTrailingSlash(path: string): string;
|
|
5125
5213
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5126
5214
|
variant: {
|
|
5127
|
-
type: import("vue").PropType<"default" | "
|
|
5215
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
5128
5216
|
required: false;
|
|
5129
5217
|
default: string;
|
|
5130
5218
|
validator: (prop: string) => boolean;
|
|
5131
5219
|
};
|
|
5132
5220
|
to: {
|
|
5133
|
-
type: (
|
|
5221
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5134
5222
|
default: undefined;
|
|
5135
5223
|
};
|
|
5136
5224
|
exact: {
|
|
@@ -5141,6 +5229,10 @@ export namespace WithTertiaryNav {
|
|
|
5141
5229
|
type: StringConstructor;
|
|
5142
5230
|
default: undefined;
|
|
5143
5231
|
};
|
|
5232
|
+
addSlash: {
|
|
5233
|
+
type: BooleanConstructor;
|
|
5234
|
+
default: boolean;
|
|
5235
|
+
};
|
|
5144
5236
|
title: {
|
|
5145
5237
|
type: StringConstructor;
|
|
5146
5238
|
default: undefined;
|
|
@@ -5200,14 +5292,15 @@ export namespace WithTertiaryNav {
|
|
|
5200
5292
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5201
5293
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5202
5294
|
}>, {
|
|
5203
|
-
to: string | Record<string, any>;
|
|
5204
5295
|
title: string;
|
|
5205
|
-
variant: "default" | "
|
|
5206
|
-
|
|
5207
|
-
target: string;
|
|
5296
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
5297
|
+
to: string | Record<string, any>;
|
|
5208
5298
|
exact: boolean;
|
|
5299
|
+
href: string;
|
|
5300
|
+
addSlash: boolean;
|
|
5209
5301
|
ariaLabel: string;
|
|
5210
5302
|
linkClass: string;
|
|
5303
|
+
target: string;
|
|
5211
5304
|
externalTargetBlank: boolean;
|
|
5212
5305
|
caret: boolean;
|
|
5213
5306
|
caretWrapperClass: string;
|
|
@@ -5340,7 +5433,7 @@ export namespace WithTertiaryNav {
|
|
|
5340
5433
|
}, {}, {
|
|
5341
5434
|
BaseButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5342
5435
|
variant: {
|
|
5343
|
-
type: import("vue").PropType<"
|
|
5436
|
+
type: import("vue").PropType<"primary" | "secondary" | "dark" | "social">;
|
|
5344
5437
|
required: false;
|
|
5345
5438
|
default: string;
|
|
5346
5439
|
validator: (prop: string) => boolean;
|
|
@@ -5366,7 +5459,7 @@ export namespace WithTertiaryNav {
|
|
|
5366
5459
|
required: false;
|
|
5367
5460
|
};
|
|
5368
5461
|
to: {
|
|
5369
|
-
type: (
|
|
5462
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5370
5463
|
required: false;
|
|
5371
5464
|
default: undefined;
|
|
5372
5465
|
};
|
|
@@ -5382,7 +5475,7 @@ export namespace WithTertiaryNav {
|
|
|
5382
5475
|
variantClass(): string;
|
|
5383
5476
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5384
5477
|
variant: {
|
|
5385
|
-
type: import("vue").PropType<"
|
|
5478
|
+
type: import("vue").PropType<"primary" | "secondary" | "dark" | "social">;
|
|
5386
5479
|
required: false;
|
|
5387
5480
|
default: string;
|
|
5388
5481
|
validator: (prop: string) => boolean;
|
|
@@ -5408,7 +5501,7 @@ export namespace WithTertiaryNav {
|
|
|
5408
5501
|
required: false;
|
|
5409
5502
|
};
|
|
5410
5503
|
to: {
|
|
5411
|
-
type: (
|
|
5504
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5412
5505
|
required: false;
|
|
5413
5506
|
default: undefined;
|
|
5414
5507
|
};
|
|
@@ -5420,56 +5513,38 @@ export namespace WithTertiaryNav {
|
|
|
5420
5513
|
}>> & Readonly<{
|
|
5421
5514
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
5422
5515
|
}>, {
|
|
5516
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
5423
5517
|
to: string | Record<string, any>;
|
|
5424
|
-
disabled: boolean;
|
|
5425
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
5426
5518
|
href: string;
|
|
5427
5519
|
ariaLabel: string;
|
|
5428
5520
|
compact: boolean;
|
|
5429
5521
|
blockClasses: string;
|
|
5522
|
+
disabled: boolean;
|
|
5430
5523
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5431
5524
|
IconSocialFacebook: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5432
5525
|
IconSocialTwitter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5433
5526
|
IconSocialInstagram: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5434
5527
|
IconSocialYoutube: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5435
5528
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5436
|
-
NavSearchForm: import("vue").DefineComponent<import("vue").
|
|
5437
|
-
placeholder: {
|
|
5438
|
-
type: import("vue").PropType<string>;
|
|
5439
|
-
default: string;
|
|
5440
|
-
};
|
|
5441
|
-
mobile: {
|
|
5442
|
-
type: import("vue").PropType<boolean>;
|
|
5443
|
-
default: boolean;
|
|
5444
|
-
};
|
|
5445
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5529
|
+
NavSearchForm: import("vue").DefineComponent<import("../NavSearchForm/NavSearchForm.vue").NavSearchFormProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5446
5530
|
clearSearch: (...args: any[]) => void;
|
|
5447
5531
|
submitForm: (...args: any[]) => void;
|
|
5448
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
5449
|
-
placeholder: {
|
|
5450
|
-
type: import("vue").PropType<string>;
|
|
5451
|
-
default: string;
|
|
5452
|
-
};
|
|
5453
|
-
mobile: {
|
|
5454
|
-
type: import("vue").PropType<boolean>;
|
|
5455
|
-
default: boolean;
|
|
5456
|
-
};
|
|
5457
|
-
}>> & Readonly<{
|
|
5532
|
+
}, string, import("vue").PublicProps, Readonly<import("../NavSearchForm/NavSearchForm.vue").NavSearchFormProps> & Readonly<{
|
|
5458
5533
|
onClearSearch?: ((...args: any[]) => any) | undefined;
|
|
5459
5534
|
onSubmitForm?: ((...args: any[]) => any) | undefined;
|
|
5460
5535
|
}>, {
|
|
5461
5536
|
placeholder: string;
|
|
5462
5537
|
mobile: boolean;
|
|
5463
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
5538
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
5464
5539
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5465
5540
|
variant: {
|
|
5466
|
-
type: import("vue").PropType<"default" | "
|
|
5541
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
5467
5542
|
required: false;
|
|
5468
5543
|
default: string;
|
|
5469
5544
|
validator: (prop: string) => boolean;
|
|
5470
5545
|
};
|
|
5471
5546
|
to: {
|
|
5472
|
-
type: (
|
|
5547
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5473
5548
|
default: undefined;
|
|
5474
5549
|
};
|
|
5475
5550
|
exact: {
|
|
@@ -5480,6 +5555,10 @@ export namespace WithTertiaryNav {
|
|
|
5480
5555
|
type: StringConstructor;
|
|
5481
5556
|
default: undefined;
|
|
5482
5557
|
};
|
|
5558
|
+
addSlash: {
|
|
5559
|
+
type: BooleanConstructor;
|
|
5560
|
+
default: boolean;
|
|
5561
|
+
};
|
|
5483
5562
|
title: {
|
|
5484
5563
|
type: StringConstructor;
|
|
5485
5564
|
default: undefined;
|
|
@@ -5566,13 +5645,13 @@ export namespace WithTertiaryNav {
|
|
|
5566
5645
|
addTrailingSlash(path: string): string;
|
|
5567
5646
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5568
5647
|
variant: {
|
|
5569
|
-
type: import("vue").PropType<"default" | "
|
|
5648
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
5570
5649
|
required: false;
|
|
5571
5650
|
default: string;
|
|
5572
5651
|
validator: (prop: string) => boolean;
|
|
5573
5652
|
};
|
|
5574
5653
|
to: {
|
|
5575
|
-
type: (
|
|
5654
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5576
5655
|
default: undefined;
|
|
5577
5656
|
};
|
|
5578
5657
|
exact: {
|
|
@@ -5583,6 +5662,10 @@ export namespace WithTertiaryNav {
|
|
|
5583
5662
|
type: StringConstructor;
|
|
5584
5663
|
default: undefined;
|
|
5585
5664
|
};
|
|
5665
|
+
addSlash: {
|
|
5666
|
+
type: BooleanConstructor;
|
|
5667
|
+
default: boolean;
|
|
5668
|
+
};
|
|
5586
5669
|
title: {
|
|
5587
5670
|
type: StringConstructor;
|
|
5588
5671
|
default: undefined;
|
|
@@ -5642,14 +5725,15 @@ export namespace WithTertiaryNav {
|
|
|
5642
5725
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5643
5726
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5644
5727
|
}>, {
|
|
5645
|
-
to: string | Record<string, any>;
|
|
5646
5728
|
title: string;
|
|
5647
|
-
variant: "default" | "
|
|
5648
|
-
|
|
5649
|
-
target: string;
|
|
5729
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
5730
|
+
to: string | Record<string, any>;
|
|
5650
5731
|
exact: boolean;
|
|
5732
|
+
href: string;
|
|
5733
|
+
addSlash: boolean;
|
|
5651
5734
|
ariaLabel: string;
|
|
5652
5735
|
linkClass: string;
|
|
5736
|
+
target: string;
|
|
5653
5737
|
externalTargetBlank: boolean;
|
|
5654
5738
|
caret: boolean;
|
|
5655
5739
|
caretWrapperClass: string;
|
|
@@ -5742,7 +5826,7 @@ export namespace Dropdown {
|
|
|
5742
5826
|
components: {
|
|
5743
5827
|
NavMobileDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5744
5828
|
data: {
|
|
5745
|
-
type: (
|
|
5829
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
5746
5830
|
required: false;
|
|
5747
5831
|
};
|
|
5748
5832
|
startOpen: {
|
|
@@ -5774,7 +5858,7 @@ export namespace Dropdown {
|
|
|
5774
5858
|
getLinkText(link: import("../../utils/mixins").NavLinkObject): string;
|
|
5775
5859
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5776
5860
|
data: {
|
|
5777
|
-
type: (
|
|
5861
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
5778
5862
|
required: false;
|
|
5779
5863
|
};
|
|
5780
5864
|
startOpen: {
|
|
@@ -5827,8 +5911,8 @@ export namespace Dropdown {
|
|
|
5827
5911
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
5828
5912
|
}>, {
|
|
5829
5913
|
path: string;
|
|
5830
|
-
ariaExpanded: boolean;
|
|
5831
5914
|
invert: boolean;
|
|
5915
|
+
ariaExpanded: boolean;
|
|
5832
5916
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5833
5917
|
NavMobileLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5834
5918
|
data: {
|
|
@@ -5874,13 +5958,13 @@ export namespace Dropdown {
|
|
|
5874
5958
|
}, {}, {
|
|
5875
5959
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5876
5960
|
variant: {
|
|
5877
|
-
type: import("vue").PropType<"default" | "
|
|
5961
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
5878
5962
|
required: false;
|
|
5879
5963
|
default: string;
|
|
5880
5964
|
validator: (prop: string) => boolean;
|
|
5881
5965
|
};
|
|
5882
5966
|
to: {
|
|
5883
|
-
type: (
|
|
5967
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5884
5968
|
default: undefined;
|
|
5885
5969
|
};
|
|
5886
5970
|
exact: {
|
|
@@ -5891,6 +5975,10 @@ export namespace Dropdown {
|
|
|
5891
5975
|
type: StringConstructor;
|
|
5892
5976
|
default: undefined;
|
|
5893
5977
|
};
|
|
5978
|
+
addSlash: {
|
|
5979
|
+
type: BooleanConstructor;
|
|
5980
|
+
default: boolean;
|
|
5981
|
+
};
|
|
5894
5982
|
title: {
|
|
5895
5983
|
type: StringConstructor;
|
|
5896
5984
|
default: undefined;
|
|
@@ -5977,13 +6065,13 @@ export namespace Dropdown {
|
|
|
5977
6065
|
addTrailingSlash(path: string): string;
|
|
5978
6066
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5979
6067
|
variant: {
|
|
5980
|
-
type: import("vue").PropType<"default" | "
|
|
6068
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
5981
6069
|
required: false;
|
|
5982
6070
|
default: string;
|
|
5983
6071
|
validator: (prop: string) => boolean;
|
|
5984
6072
|
};
|
|
5985
6073
|
to: {
|
|
5986
|
-
type: (
|
|
6074
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5987
6075
|
default: undefined;
|
|
5988
6076
|
};
|
|
5989
6077
|
exact: {
|
|
@@ -5994,6 +6082,10 @@ export namespace Dropdown {
|
|
|
5994
6082
|
type: StringConstructor;
|
|
5995
6083
|
default: undefined;
|
|
5996
6084
|
};
|
|
6085
|
+
addSlash: {
|
|
6086
|
+
type: BooleanConstructor;
|
|
6087
|
+
default: boolean;
|
|
6088
|
+
};
|
|
5997
6089
|
title: {
|
|
5998
6090
|
type: StringConstructor;
|
|
5999
6091
|
default: undefined;
|
|
@@ -6053,14 +6145,15 @@ export namespace Dropdown {
|
|
|
6053
6145
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6054
6146
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6055
6147
|
}>, {
|
|
6056
|
-
to: string | Record<string, any>;
|
|
6057
6148
|
title: string;
|
|
6058
|
-
variant: "default" | "
|
|
6059
|
-
|
|
6060
|
-
target: string;
|
|
6149
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
6150
|
+
to: string | Record<string, any>;
|
|
6061
6151
|
exact: boolean;
|
|
6152
|
+
href: string;
|
|
6153
|
+
addSlash: boolean;
|
|
6062
6154
|
ariaLabel: string;
|
|
6063
6155
|
linkClass: string;
|
|
6156
|
+
target: string;
|
|
6064
6157
|
externalTargetBlank: boolean;
|
|
6065
6158
|
caret: boolean;
|
|
6066
6159
|
caretWrapperClass: string;
|
|
@@ -6206,8 +6299,8 @@ export namespace Dropdown {
|
|
|
6206
6299
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
6207
6300
|
}>, {
|
|
6208
6301
|
path: string;
|
|
6209
|
-
ariaExpanded: boolean;
|
|
6210
6302
|
invert: boolean;
|
|
6303
|
+
ariaExpanded: boolean;
|
|
6211
6304
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6212
6305
|
NavSecondaryDropdownContent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6213
6306
|
item: {
|
|
@@ -6235,13 +6328,13 @@ export namespace Dropdown {
|
|
|
6235
6328
|
}, {}, {
|
|
6236
6329
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6237
6330
|
variant: {
|
|
6238
|
-
type: import("vue").PropType<"default" | "
|
|
6331
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
6239
6332
|
required: false;
|
|
6240
6333
|
default: string;
|
|
6241
6334
|
validator: (prop: string) => boolean;
|
|
6242
6335
|
};
|
|
6243
6336
|
to: {
|
|
6244
|
-
type: (
|
|
6337
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6245
6338
|
default: undefined;
|
|
6246
6339
|
};
|
|
6247
6340
|
exact: {
|
|
@@ -6252,6 +6345,10 @@ export namespace Dropdown {
|
|
|
6252
6345
|
type: StringConstructor;
|
|
6253
6346
|
default: undefined;
|
|
6254
6347
|
};
|
|
6348
|
+
addSlash: {
|
|
6349
|
+
type: BooleanConstructor;
|
|
6350
|
+
default: boolean;
|
|
6351
|
+
};
|
|
6255
6352
|
title: {
|
|
6256
6353
|
type: StringConstructor;
|
|
6257
6354
|
default: undefined;
|
|
@@ -6338,13 +6435,13 @@ export namespace Dropdown {
|
|
|
6338
6435
|
addTrailingSlash(path: string): string;
|
|
6339
6436
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6340
6437
|
variant: {
|
|
6341
|
-
type: import("vue").PropType<"default" | "
|
|
6438
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
6342
6439
|
required: false;
|
|
6343
6440
|
default: string;
|
|
6344
6441
|
validator: (prop: string) => boolean;
|
|
6345
6442
|
};
|
|
6346
6443
|
to: {
|
|
6347
|
-
type: (
|
|
6444
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6348
6445
|
default: undefined;
|
|
6349
6446
|
};
|
|
6350
6447
|
exact: {
|
|
@@ -6355,6 +6452,10 @@ export namespace Dropdown {
|
|
|
6355
6452
|
type: StringConstructor;
|
|
6356
6453
|
default: undefined;
|
|
6357
6454
|
};
|
|
6455
|
+
addSlash: {
|
|
6456
|
+
type: BooleanConstructor;
|
|
6457
|
+
default: boolean;
|
|
6458
|
+
};
|
|
6358
6459
|
title: {
|
|
6359
6460
|
type: StringConstructor;
|
|
6360
6461
|
default: undefined;
|
|
@@ -6414,14 +6515,15 @@ export namespace Dropdown {
|
|
|
6414
6515
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6415
6516
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6416
6517
|
}>, {
|
|
6417
|
-
to: string | Record<string, any>;
|
|
6418
6518
|
title: string;
|
|
6419
|
-
variant: "default" | "
|
|
6420
|
-
|
|
6421
|
-
target: string;
|
|
6519
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
6520
|
+
to: string | Record<string, any>;
|
|
6422
6521
|
exact: boolean;
|
|
6522
|
+
href: string;
|
|
6523
|
+
addSlash: boolean;
|
|
6423
6524
|
ariaLabel: string;
|
|
6424
6525
|
linkClass: string;
|
|
6526
|
+
target: string;
|
|
6425
6527
|
externalTargetBlank: boolean;
|
|
6426
6528
|
caret: boolean;
|
|
6427
6529
|
caretWrapperClass: string;
|
|
@@ -6515,7 +6617,7 @@ export namespace DropdownActive {
|
|
|
6515
6617
|
components: {
|
|
6516
6618
|
NavMobileDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6517
6619
|
data: {
|
|
6518
|
-
type: (
|
|
6620
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
6519
6621
|
required: false;
|
|
6520
6622
|
};
|
|
6521
6623
|
startOpen: {
|
|
@@ -6547,7 +6649,7 @@ export namespace DropdownActive {
|
|
|
6547
6649
|
getLinkText(link: import("../../utils/mixins").NavLinkObject): string;
|
|
6548
6650
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6549
6651
|
data: {
|
|
6550
|
-
type: (
|
|
6652
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
6551
6653
|
required: false;
|
|
6552
6654
|
};
|
|
6553
6655
|
startOpen: {
|
|
@@ -6600,8 +6702,8 @@ export namespace DropdownActive {
|
|
|
6600
6702
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
6601
6703
|
}>, {
|
|
6602
6704
|
path: string;
|
|
6603
|
-
ariaExpanded: boolean;
|
|
6604
6705
|
invert: boolean;
|
|
6706
|
+
ariaExpanded: boolean;
|
|
6605
6707
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6606
6708
|
NavMobileLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6607
6709
|
data: {
|
|
@@ -6647,13 +6749,13 @@ export namespace DropdownActive {
|
|
|
6647
6749
|
}, {}, {
|
|
6648
6750
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6649
6751
|
variant: {
|
|
6650
|
-
type: import("vue").PropType<"default" | "
|
|
6752
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
6651
6753
|
required: false;
|
|
6652
6754
|
default: string;
|
|
6653
6755
|
validator: (prop: string) => boolean;
|
|
6654
6756
|
};
|
|
6655
6757
|
to: {
|
|
6656
|
-
type: (
|
|
6758
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6657
6759
|
default: undefined;
|
|
6658
6760
|
};
|
|
6659
6761
|
exact: {
|
|
@@ -6664,6 +6766,10 @@ export namespace DropdownActive {
|
|
|
6664
6766
|
type: StringConstructor;
|
|
6665
6767
|
default: undefined;
|
|
6666
6768
|
};
|
|
6769
|
+
addSlash: {
|
|
6770
|
+
type: BooleanConstructor;
|
|
6771
|
+
default: boolean;
|
|
6772
|
+
};
|
|
6667
6773
|
title: {
|
|
6668
6774
|
type: StringConstructor;
|
|
6669
6775
|
default: undefined;
|
|
@@ -6750,13 +6856,13 @@ export namespace DropdownActive {
|
|
|
6750
6856
|
addTrailingSlash(path: string): string;
|
|
6751
6857
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6752
6858
|
variant: {
|
|
6753
|
-
type: import("vue").PropType<"default" | "
|
|
6859
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
6754
6860
|
required: false;
|
|
6755
6861
|
default: string;
|
|
6756
6862
|
validator: (prop: string) => boolean;
|
|
6757
6863
|
};
|
|
6758
6864
|
to: {
|
|
6759
|
-
type: (
|
|
6865
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6760
6866
|
default: undefined;
|
|
6761
6867
|
};
|
|
6762
6868
|
exact: {
|
|
@@ -6767,6 +6873,10 @@ export namespace DropdownActive {
|
|
|
6767
6873
|
type: StringConstructor;
|
|
6768
6874
|
default: undefined;
|
|
6769
6875
|
};
|
|
6876
|
+
addSlash: {
|
|
6877
|
+
type: BooleanConstructor;
|
|
6878
|
+
default: boolean;
|
|
6879
|
+
};
|
|
6770
6880
|
title: {
|
|
6771
6881
|
type: StringConstructor;
|
|
6772
6882
|
default: undefined;
|
|
@@ -6826,14 +6936,15 @@ export namespace DropdownActive {
|
|
|
6826
6936
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6827
6937
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6828
6938
|
}>, {
|
|
6829
|
-
to: string | Record<string, any>;
|
|
6830
6939
|
title: string;
|
|
6831
|
-
variant: "default" | "
|
|
6832
|
-
|
|
6833
|
-
target: string;
|
|
6940
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
6941
|
+
to: string | Record<string, any>;
|
|
6834
6942
|
exact: boolean;
|
|
6943
|
+
href: string;
|
|
6944
|
+
addSlash: boolean;
|
|
6835
6945
|
ariaLabel: string;
|
|
6836
6946
|
linkClass: string;
|
|
6947
|
+
target: string;
|
|
6837
6948
|
externalTargetBlank: boolean;
|
|
6838
6949
|
caret: boolean;
|
|
6839
6950
|
caretWrapperClass: string;
|
|
@@ -6979,8 +7090,8 @@ export namespace DropdownActive {
|
|
|
6979
7090
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
6980
7091
|
}>, {
|
|
6981
7092
|
path: string;
|
|
6982
|
-
ariaExpanded: boolean;
|
|
6983
7093
|
invert: boolean;
|
|
7094
|
+
ariaExpanded: boolean;
|
|
6984
7095
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6985
7096
|
NavSecondaryDropdownContent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6986
7097
|
item: {
|
|
@@ -7008,13 +7119,13 @@ export namespace DropdownActive {
|
|
|
7008
7119
|
}, {}, {
|
|
7009
7120
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7010
7121
|
variant: {
|
|
7011
|
-
type: import("vue").PropType<"default" | "
|
|
7122
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
7012
7123
|
required: false;
|
|
7013
7124
|
default: string;
|
|
7014
7125
|
validator: (prop: string) => boolean;
|
|
7015
7126
|
};
|
|
7016
7127
|
to: {
|
|
7017
|
-
type: (
|
|
7128
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7018
7129
|
default: undefined;
|
|
7019
7130
|
};
|
|
7020
7131
|
exact: {
|
|
@@ -7025,6 +7136,10 @@ export namespace DropdownActive {
|
|
|
7025
7136
|
type: StringConstructor;
|
|
7026
7137
|
default: undefined;
|
|
7027
7138
|
};
|
|
7139
|
+
addSlash: {
|
|
7140
|
+
type: BooleanConstructor;
|
|
7141
|
+
default: boolean;
|
|
7142
|
+
};
|
|
7028
7143
|
title: {
|
|
7029
7144
|
type: StringConstructor;
|
|
7030
7145
|
default: undefined;
|
|
@@ -7111,13 +7226,13 @@ export namespace DropdownActive {
|
|
|
7111
7226
|
addTrailingSlash(path: string): string;
|
|
7112
7227
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7113
7228
|
variant: {
|
|
7114
|
-
type: import("vue").PropType<"default" | "
|
|
7229
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
7115
7230
|
required: false;
|
|
7116
7231
|
default: string;
|
|
7117
7232
|
validator: (prop: string) => boolean;
|
|
7118
7233
|
};
|
|
7119
7234
|
to: {
|
|
7120
|
-
type: (
|
|
7235
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7121
7236
|
default: undefined;
|
|
7122
7237
|
};
|
|
7123
7238
|
exact: {
|
|
@@ -7128,6 +7243,10 @@ export namespace DropdownActive {
|
|
|
7128
7243
|
type: StringConstructor;
|
|
7129
7244
|
default: undefined;
|
|
7130
7245
|
};
|
|
7246
|
+
addSlash: {
|
|
7247
|
+
type: BooleanConstructor;
|
|
7248
|
+
default: boolean;
|
|
7249
|
+
};
|
|
7131
7250
|
title: {
|
|
7132
7251
|
type: StringConstructor;
|
|
7133
7252
|
default: undefined;
|
|
@@ -7187,14 +7306,15 @@ export namespace DropdownActive {
|
|
|
7187
7306
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7188
7307
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7189
7308
|
}>, {
|
|
7190
|
-
to: string | Record<string, any>;
|
|
7191
7309
|
title: string;
|
|
7192
|
-
variant: "default" | "
|
|
7193
|
-
|
|
7194
|
-
target: string;
|
|
7310
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
7311
|
+
to: string | Record<string, any>;
|
|
7195
7312
|
exact: boolean;
|
|
7313
|
+
href: string;
|
|
7314
|
+
addSlash: boolean;
|
|
7196
7315
|
ariaLabel: string;
|
|
7197
7316
|
linkClass: string;
|
|
7317
|
+
target: string;
|
|
7198
7318
|
externalTargetBlank: boolean;
|
|
7199
7319
|
caret: boolean;
|
|
7200
7320
|
caretWrapperClass: string;
|
|
@@ -7288,7 +7408,7 @@ export namespace DropdownSecondary {
|
|
|
7288
7408
|
components: {
|
|
7289
7409
|
NavMobileDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7290
7410
|
data: {
|
|
7291
|
-
type: (
|
|
7411
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
7292
7412
|
required: false;
|
|
7293
7413
|
};
|
|
7294
7414
|
startOpen: {
|
|
@@ -7320,7 +7440,7 @@ export namespace DropdownSecondary {
|
|
|
7320
7440
|
getLinkText(link: import("../../utils/mixins").NavLinkObject): string;
|
|
7321
7441
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7322
7442
|
data: {
|
|
7323
|
-
type: (
|
|
7443
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
7324
7444
|
required: false;
|
|
7325
7445
|
};
|
|
7326
7446
|
startOpen: {
|
|
@@ -7373,8 +7493,8 @@ export namespace DropdownSecondary {
|
|
|
7373
7493
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
7374
7494
|
}>, {
|
|
7375
7495
|
path: string;
|
|
7376
|
-
ariaExpanded: boolean;
|
|
7377
7496
|
invert: boolean;
|
|
7497
|
+
ariaExpanded: boolean;
|
|
7378
7498
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7379
7499
|
NavMobileLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7380
7500
|
data: {
|
|
@@ -7420,13 +7540,13 @@ export namespace DropdownSecondary {
|
|
|
7420
7540
|
}, {}, {
|
|
7421
7541
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7422
7542
|
variant: {
|
|
7423
|
-
type: import("vue").PropType<"default" | "
|
|
7543
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
7424
7544
|
required: false;
|
|
7425
7545
|
default: string;
|
|
7426
7546
|
validator: (prop: string) => boolean;
|
|
7427
7547
|
};
|
|
7428
7548
|
to: {
|
|
7429
|
-
type: (
|
|
7549
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7430
7550
|
default: undefined;
|
|
7431
7551
|
};
|
|
7432
7552
|
exact: {
|
|
@@ -7437,6 +7557,10 @@ export namespace DropdownSecondary {
|
|
|
7437
7557
|
type: StringConstructor;
|
|
7438
7558
|
default: undefined;
|
|
7439
7559
|
};
|
|
7560
|
+
addSlash: {
|
|
7561
|
+
type: BooleanConstructor;
|
|
7562
|
+
default: boolean;
|
|
7563
|
+
};
|
|
7440
7564
|
title: {
|
|
7441
7565
|
type: StringConstructor;
|
|
7442
7566
|
default: undefined;
|
|
@@ -7523,13 +7647,13 @@ export namespace DropdownSecondary {
|
|
|
7523
7647
|
addTrailingSlash(path: string): string;
|
|
7524
7648
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7525
7649
|
variant: {
|
|
7526
|
-
type: import("vue").PropType<"default" | "
|
|
7650
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
7527
7651
|
required: false;
|
|
7528
7652
|
default: string;
|
|
7529
7653
|
validator: (prop: string) => boolean;
|
|
7530
7654
|
};
|
|
7531
7655
|
to: {
|
|
7532
|
-
type: (
|
|
7656
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7533
7657
|
default: undefined;
|
|
7534
7658
|
};
|
|
7535
7659
|
exact: {
|
|
@@ -7540,6 +7664,10 @@ export namespace DropdownSecondary {
|
|
|
7540
7664
|
type: StringConstructor;
|
|
7541
7665
|
default: undefined;
|
|
7542
7666
|
};
|
|
7667
|
+
addSlash: {
|
|
7668
|
+
type: BooleanConstructor;
|
|
7669
|
+
default: boolean;
|
|
7670
|
+
};
|
|
7543
7671
|
title: {
|
|
7544
7672
|
type: StringConstructor;
|
|
7545
7673
|
default: undefined;
|
|
@@ -7599,14 +7727,15 @@ export namespace DropdownSecondary {
|
|
|
7599
7727
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7600
7728
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7601
7729
|
}>, {
|
|
7602
|
-
to: string | Record<string, any>;
|
|
7603
7730
|
title: string;
|
|
7604
|
-
variant: "default" | "
|
|
7605
|
-
|
|
7606
|
-
target: string;
|
|
7731
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
7732
|
+
to: string | Record<string, any>;
|
|
7607
7733
|
exact: boolean;
|
|
7734
|
+
href: string;
|
|
7735
|
+
addSlash: boolean;
|
|
7608
7736
|
ariaLabel: string;
|
|
7609
7737
|
linkClass: string;
|
|
7738
|
+
target: string;
|
|
7610
7739
|
externalTargetBlank: boolean;
|
|
7611
7740
|
caret: boolean;
|
|
7612
7741
|
caretWrapperClass: string;
|
|
@@ -7752,8 +7881,8 @@ export namespace DropdownSecondary {
|
|
|
7752
7881
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
7753
7882
|
}>, {
|
|
7754
7883
|
path: string;
|
|
7755
|
-
ariaExpanded: boolean;
|
|
7756
7884
|
invert: boolean;
|
|
7885
|
+
ariaExpanded: boolean;
|
|
7757
7886
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7758
7887
|
NavSecondaryDropdownContent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7759
7888
|
item: {
|
|
@@ -7781,13 +7910,13 @@ export namespace DropdownSecondary {
|
|
|
7781
7910
|
}, {}, {
|
|
7782
7911
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7783
7912
|
variant: {
|
|
7784
|
-
type: import("vue").PropType<"default" | "
|
|
7913
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
7785
7914
|
required: false;
|
|
7786
7915
|
default: string;
|
|
7787
7916
|
validator: (prop: string) => boolean;
|
|
7788
7917
|
};
|
|
7789
7918
|
to: {
|
|
7790
|
-
type: (
|
|
7919
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7791
7920
|
default: undefined;
|
|
7792
7921
|
};
|
|
7793
7922
|
exact: {
|
|
@@ -7798,6 +7927,10 @@ export namespace DropdownSecondary {
|
|
|
7798
7927
|
type: StringConstructor;
|
|
7799
7928
|
default: undefined;
|
|
7800
7929
|
};
|
|
7930
|
+
addSlash: {
|
|
7931
|
+
type: BooleanConstructor;
|
|
7932
|
+
default: boolean;
|
|
7933
|
+
};
|
|
7801
7934
|
title: {
|
|
7802
7935
|
type: StringConstructor;
|
|
7803
7936
|
default: undefined;
|
|
@@ -7884,13 +8017,13 @@ export namespace DropdownSecondary {
|
|
|
7884
8017
|
addTrailingSlash(path: string): string;
|
|
7885
8018
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7886
8019
|
variant: {
|
|
7887
|
-
type: import("vue").PropType<"default" | "
|
|
8020
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
7888
8021
|
required: false;
|
|
7889
8022
|
default: string;
|
|
7890
8023
|
validator: (prop: string) => boolean;
|
|
7891
8024
|
};
|
|
7892
8025
|
to: {
|
|
7893
|
-
type: (
|
|
8026
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7894
8027
|
default: undefined;
|
|
7895
8028
|
};
|
|
7896
8029
|
exact: {
|
|
@@ -7901,6 +8034,10 @@ export namespace DropdownSecondary {
|
|
|
7901
8034
|
type: StringConstructor;
|
|
7902
8035
|
default: undefined;
|
|
7903
8036
|
};
|
|
8037
|
+
addSlash: {
|
|
8038
|
+
type: BooleanConstructor;
|
|
8039
|
+
default: boolean;
|
|
8040
|
+
};
|
|
7904
8041
|
title: {
|
|
7905
8042
|
type: StringConstructor;
|
|
7906
8043
|
default: undefined;
|
|
@@ -7960,14 +8097,15 @@ export namespace DropdownSecondary {
|
|
|
7960
8097
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7961
8098
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7962
8099
|
}>, {
|
|
7963
|
-
to: string | Record<string, any>;
|
|
7964
8100
|
title: string;
|
|
7965
|
-
variant: "default" | "
|
|
7966
|
-
|
|
7967
|
-
target: string;
|
|
8101
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
8102
|
+
to: string | Record<string, any>;
|
|
7968
8103
|
exact: boolean;
|
|
8104
|
+
href: string;
|
|
8105
|
+
addSlash: boolean;
|
|
7969
8106
|
ariaLabel: string;
|
|
7970
8107
|
linkClass: string;
|
|
8108
|
+
target: string;
|
|
7971
8109
|
externalTargetBlank: boolean;
|
|
7972
8110
|
caret: boolean;
|
|
7973
8111
|
caretWrapperClass: string;
|
|
@@ -8114,13 +8252,13 @@ export namespace Link {
|
|
|
8114
8252
|
}, {}, {
|
|
8115
8253
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8116
8254
|
variant: {
|
|
8117
|
-
type: import("vue").PropType<"default" | "
|
|
8255
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
8118
8256
|
required: false;
|
|
8119
8257
|
default: string;
|
|
8120
8258
|
validator: (prop: string) => boolean;
|
|
8121
8259
|
};
|
|
8122
8260
|
to: {
|
|
8123
|
-
type: (
|
|
8261
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8124
8262
|
default: undefined;
|
|
8125
8263
|
};
|
|
8126
8264
|
exact: {
|
|
@@ -8131,6 +8269,10 @@ export namespace Link {
|
|
|
8131
8269
|
type: StringConstructor;
|
|
8132
8270
|
default: undefined;
|
|
8133
8271
|
};
|
|
8272
|
+
addSlash: {
|
|
8273
|
+
type: BooleanConstructor;
|
|
8274
|
+
default: boolean;
|
|
8275
|
+
};
|
|
8134
8276
|
title: {
|
|
8135
8277
|
type: StringConstructor;
|
|
8136
8278
|
default: undefined;
|
|
@@ -8217,13 +8359,13 @@ export namespace Link {
|
|
|
8217
8359
|
addTrailingSlash(path: string): string;
|
|
8218
8360
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8219
8361
|
variant: {
|
|
8220
|
-
type: import("vue").PropType<"default" | "
|
|
8362
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
8221
8363
|
required: false;
|
|
8222
8364
|
default: string;
|
|
8223
8365
|
validator: (prop: string) => boolean;
|
|
8224
8366
|
};
|
|
8225
8367
|
to: {
|
|
8226
|
-
type: (
|
|
8368
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8227
8369
|
default: undefined;
|
|
8228
8370
|
};
|
|
8229
8371
|
exact: {
|
|
@@ -8234,6 +8376,10 @@ export namespace Link {
|
|
|
8234
8376
|
type: StringConstructor;
|
|
8235
8377
|
default: undefined;
|
|
8236
8378
|
};
|
|
8379
|
+
addSlash: {
|
|
8380
|
+
type: BooleanConstructor;
|
|
8381
|
+
default: boolean;
|
|
8382
|
+
};
|
|
8237
8383
|
title: {
|
|
8238
8384
|
type: StringConstructor;
|
|
8239
8385
|
default: undefined;
|
|
@@ -8293,14 +8439,15 @@ export namespace Link {
|
|
|
8293
8439
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
8294
8440
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
8295
8441
|
}>, {
|
|
8296
|
-
to: string | Record<string, any>;
|
|
8297
8442
|
title: string;
|
|
8298
|
-
variant: "default" | "
|
|
8299
|
-
|
|
8300
|
-
target: string;
|
|
8443
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
8444
|
+
to: string | Record<string, any>;
|
|
8301
8445
|
exact: boolean;
|
|
8446
|
+
href: string;
|
|
8447
|
+
addSlash: boolean;
|
|
8302
8448
|
ariaLabel: string;
|
|
8303
8449
|
linkClass: string;
|
|
8450
|
+
target: string;
|
|
8304
8451
|
externalTargetBlank: boolean;
|
|
8305
8452
|
caret: boolean;
|
|
8306
8453
|
caretWrapperClass: string;
|