@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
|
@@ -375,11 +375,11 @@ export namespace BaseStory {
|
|
|
375
375
|
};
|
|
376
376
|
}>> & Readonly<{}>, {
|
|
377
377
|
data: Record<string, any>;
|
|
378
|
+
invertOverride: boolean;
|
|
378
379
|
headerVisible: boolean;
|
|
380
|
+
scrolled: boolean;
|
|
379
381
|
scrolledUp: boolean;
|
|
380
382
|
scrollTop: number;
|
|
381
|
-
invertOverride: boolean;
|
|
382
|
-
scrolled: boolean;
|
|
383
383
|
}, {}, {
|
|
384
384
|
NavDesktopDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
385
385
|
parentScrolled: {
|
|
@@ -447,8 +447,8 @@ export namespace BaseStory {
|
|
|
447
447
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
448
448
|
}>, {
|
|
449
449
|
path: string;
|
|
450
|
-
ariaExpanded: boolean;
|
|
451
450
|
invert: boolean;
|
|
451
|
+
ariaExpanded: boolean;
|
|
452
452
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
453
453
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
454
454
|
NavDesktopDropdownContent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -492,13 +492,13 @@ export namespace BaseStory {
|
|
|
492
492
|
}, {}, {
|
|
493
493
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
494
494
|
variant: {
|
|
495
|
-
type: import("vue").PropType<"default" | "
|
|
495
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
496
496
|
required: false;
|
|
497
497
|
default: string;
|
|
498
498
|
validator: (prop: string) => boolean;
|
|
499
499
|
};
|
|
500
500
|
to: {
|
|
501
|
-
type: (
|
|
501
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
502
502
|
default: undefined;
|
|
503
503
|
};
|
|
504
504
|
exact: {
|
|
@@ -509,6 +509,10 @@ export namespace BaseStory {
|
|
|
509
509
|
type: StringConstructor;
|
|
510
510
|
default: undefined;
|
|
511
511
|
};
|
|
512
|
+
addSlash: {
|
|
513
|
+
type: BooleanConstructor;
|
|
514
|
+
default: boolean;
|
|
515
|
+
};
|
|
512
516
|
title: {
|
|
513
517
|
type: StringConstructor;
|
|
514
518
|
default: undefined;
|
|
@@ -595,13 +599,13 @@ export namespace BaseStory {
|
|
|
595
599
|
addTrailingSlash(path: string): string;
|
|
596
600
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
597
601
|
variant: {
|
|
598
|
-
type: import("vue").PropType<"default" | "
|
|
602
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
599
603
|
required: false;
|
|
600
604
|
default: string;
|
|
601
605
|
validator: (prop: string) => boolean;
|
|
602
606
|
};
|
|
603
607
|
to: {
|
|
604
|
-
type: (
|
|
608
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
605
609
|
default: undefined;
|
|
606
610
|
};
|
|
607
611
|
exact: {
|
|
@@ -612,6 +616,10 @@ export namespace BaseStory {
|
|
|
612
616
|
type: StringConstructor;
|
|
613
617
|
default: undefined;
|
|
614
618
|
};
|
|
619
|
+
addSlash: {
|
|
620
|
+
type: BooleanConstructor;
|
|
621
|
+
default: boolean;
|
|
622
|
+
};
|
|
615
623
|
title: {
|
|
616
624
|
type: StringConstructor;
|
|
617
625
|
default: undefined;
|
|
@@ -671,14 +679,15 @@ export namespace BaseStory {
|
|
|
671
679
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
672
680
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
673
681
|
}>, {
|
|
674
|
-
to: string | Record<string, any>;
|
|
675
682
|
title: string;
|
|
676
|
-
variant: "default" | "
|
|
677
|
-
|
|
678
|
-
target: string;
|
|
683
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
684
|
+
to: string | Record<string, any>;
|
|
679
685
|
exact: boolean;
|
|
686
|
+
href: string;
|
|
687
|
+
addSlash: boolean;
|
|
680
688
|
ariaLabel: string;
|
|
681
689
|
linkClass: string;
|
|
690
|
+
target: string;
|
|
682
691
|
externalTargetBlank: boolean;
|
|
683
692
|
caret: boolean;
|
|
684
693
|
caretWrapperClass: string;
|
|
@@ -765,13 +774,13 @@ export namespace BaseStory {
|
|
|
765
774
|
}>> & Readonly<{}>, {}, {}, {
|
|
766
775
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
767
776
|
variant: {
|
|
768
|
-
type: import("vue").PropType<"default" | "
|
|
777
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
769
778
|
required: false;
|
|
770
779
|
default: string;
|
|
771
780
|
validator: (prop: string) => boolean;
|
|
772
781
|
};
|
|
773
782
|
to: {
|
|
774
|
-
type: (
|
|
783
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
775
784
|
default: undefined;
|
|
776
785
|
};
|
|
777
786
|
exact: {
|
|
@@ -782,6 +791,10 @@ export namespace BaseStory {
|
|
|
782
791
|
type: StringConstructor;
|
|
783
792
|
default: undefined;
|
|
784
793
|
};
|
|
794
|
+
addSlash: {
|
|
795
|
+
type: BooleanConstructor;
|
|
796
|
+
default: boolean;
|
|
797
|
+
};
|
|
785
798
|
title: {
|
|
786
799
|
type: StringConstructor;
|
|
787
800
|
default: undefined;
|
|
@@ -868,13 +881,13 @@ export namespace BaseStory {
|
|
|
868
881
|
addTrailingSlash(path: string): string;
|
|
869
882
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
870
883
|
variant: {
|
|
871
|
-
type: import("vue").PropType<"default" | "
|
|
884
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
872
885
|
required: false;
|
|
873
886
|
default: string;
|
|
874
887
|
validator: (prop: string) => boolean;
|
|
875
888
|
};
|
|
876
889
|
to: {
|
|
877
|
-
type: (
|
|
890
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
878
891
|
default: undefined;
|
|
879
892
|
};
|
|
880
893
|
exact: {
|
|
@@ -885,6 +898,10 @@ export namespace BaseStory {
|
|
|
885
898
|
type: StringConstructor;
|
|
886
899
|
default: undefined;
|
|
887
900
|
};
|
|
901
|
+
addSlash: {
|
|
902
|
+
type: BooleanConstructor;
|
|
903
|
+
default: boolean;
|
|
904
|
+
};
|
|
888
905
|
title: {
|
|
889
906
|
type: StringConstructor;
|
|
890
907
|
default: undefined;
|
|
@@ -944,14 +961,15 @@ export namespace BaseStory {
|
|
|
944
961
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
945
962
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
946
963
|
}>, {
|
|
947
|
-
to: string | Record<string, any>;
|
|
948
964
|
title: string;
|
|
949
|
-
variant: "default" | "
|
|
950
|
-
|
|
951
|
-
target: string;
|
|
965
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
966
|
+
to: string | Record<string, any>;
|
|
952
967
|
exact: boolean;
|
|
968
|
+
href: string;
|
|
969
|
+
addSlash: boolean;
|
|
953
970
|
ariaLabel: string;
|
|
954
971
|
linkClass: string;
|
|
972
|
+
target: string;
|
|
955
973
|
externalTargetBlank: boolean;
|
|
956
974
|
caret: boolean;
|
|
957
975
|
caretWrapperClass: string;
|
|
@@ -1048,13 +1066,13 @@ export namespace BaseStory {
|
|
|
1048
1066
|
}>> & Readonly<{}>, {}, {}, {
|
|
1049
1067
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1050
1068
|
variant: {
|
|
1051
|
-
type: import("vue").PropType<"default" | "
|
|
1069
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
1052
1070
|
required: false;
|
|
1053
1071
|
default: string;
|
|
1054
1072
|
validator: (prop: string) => boolean;
|
|
1055
1073
|
};
|
|
1056
1074
|
to: {
|
|
1057
|
-
type: (
|
|
1075
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1058
1076
|
default: undefined;
|
|
1059
1077
|
};
|
|
1060
1078
|
exact: {
|
|
@@ -1065,6 +1083,10 @@ export namespace BaseStory {
|
|
|
1065
1083
|
type: StringConstructor;
|
|
1066
1084
|
default: undefined;
|
|
1067
1085
|
};
|
|
1086
|
+
addSlash: {
|
|
1087
|
+
type: BooleanConstructor;
|
|
1088
|
+
default: boolean;
|
|
1089
|
+
};
|
|
1068
1090
|
title: {
|
|
1069
1091
|
type: StringConstructor;
|
|
1070
1092
|
default: undefined;
|
|
@@ -1151,13 +1173,13 @@ export namespace BaseStory {
|
|
|
1151
1173
|
addTrailingSlash(path: string): string;
|
|
1152
1174
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1153
1175
|
variant: {
|
|
1154
|
-
type: import("vue").PropType<"default" | "
|
|
1176
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
1155
1177
|
required: false;
|
|
1156
1178
|
default: string;
|
|
1157
1179
|
validator: (prop: string) => boolean;
|
|
1158
1180
|
};
|
|
1159
1181
|
to: {
|
|
1160
|
-
type: (
|
|
1182
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1161
1183
|
default: undefined;
|
|
1162
1184
|
};
|
|
1163
1185
|
exact: {
|
|
@@ -1168,6 +1190,10 @@ export namespace BaseStory {
|
|
|
1168
1190
|
type: StringConstructor;
|
|
1169
1191
|
default: undefined;
|
|
1170
1192
|
};
|
|
1193
|
+
addSlash: {
|
|
1194
|
+
type: BooleanConstructor;
|
|
1195
|
+
default: boolean;
|
|
1196
|
+
};
|
|
1171
1197
|
title: {
|
|
1172
1198
|
type: StringConstructor;
|
|
1173
1199
|
default: undefined;
|
|
@@ -1227,14 +1253,15 @@ export namespace BaseStory {
|
|
|
1227
1253
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1228
1254
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1229
1255
|
}>, {
|
|
1230
|
-
to: string | Record<string, any>;
|
|
1231
1256
|
title: string;
|
|
1232
|
-
variant: "default" | "
|
|
1233
|
-
|
|
1234
|
-
target: string;
|
|
1257
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1258
|
+
to: string | Record<string, any>;
|
|
1235
1259
|
exact: boolean;
|
|
1260
|
+
href: string;
|
|
1261
|
+
addSlash: boolean;
|
|
1236
1262
|
ariaLabel: string;
|
|
1237
1263
|
linkClass: string;
|
|
1264
|
+
target: string;
|
|
1238
1265
|
externalTargetBlank: boolean;
|
|
1239
1266
|
caret: boolean;
|
|
1240
1267
|
caretWrapperClass: string;
|
|
@@ -1315,7 +1342,7 @@ export namespace BaseStory {
|
|
|
1315
1342
|
default: string;
|
|
1316
1343
|
};
|
|
1317
1344
|
objectFitClass: {
|
|
1318
|
-
type: import("vue").PropType<"
|
|
1345
|
+
type: import("vue").PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1319
1346
|
required: false;
|
|
1320
1347
|
default: string;
|
|
1321
1348
|
validator: (prop: string) => boolean;
|
|
@@ -1357,7 +1384,7 @@ export namespace BaseStory {
|
|
|
1357
1384
|
default: string;
|
|
1358
1385
|
};
|
|
1359
1386
|
objectFitClass: {
|
|
1360
|
-
type: import("vue").PropType<"
|
|
1387
|
+
type: import("vue").PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1361
1388
|
required: false;
|
|
1362
1389
|
default: string;
|
|
1363
1390
|
validator: (prop: string) => boolean;
|
|
@@ -1389,13 +1416,13 @@ export namespace BaseStory {
|
|
|
1389
1416
|
default: string;
|
|
1390
1417
|
};
|
|
1391
1418
|
}>> & Readonly<{}>, {
|
|
1392
|
-
imageClass: string;
|
|
1393
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
1394
|
-
srcset: string;
|
|
1395
1419
|
alt: string;
|
|
1396
1420
|
width: string | number;
|
|
1397
1421
|
height: string | number;
|
|
1422
|
+
srcset: string;
|
|
1398
1423
|
loading: "lazy" | "eager" | undefined;
|
|
1424
|
+
imageClass: string;
|
|
1425
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
1399
1426
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1400
1427
|
BaseImagePlaceholder: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1401
1428
|
darkMode: {
|
|
@@ -1498,13 +1525,13 @@ export namespace BaseStory {
|
|
|
1498
1525
|
}, {}, {
|
|
1499
1526
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1500
1527
|
variant: {
|
|
1501
|
-
type: import("vue").PropType<"default" | "
|
|
1528
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
1502
1529
|
required: false;
|
|
1503
1530
|
default: string;
|
|
1504
1531
|
validator: (prop: string) => boolean;
|
|
1505
1532
|
};
|
|
1506
1533
|
to: {
|
|
1507
|
-
type: (
|
|
1534
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1508
1535
|
default: undefined;
|
|
1509
1536
|
};
|
|
1510
1537
|
exact: {
|
|
@@ -1515,6 +1542,10 @@ export namespace BaseStory {
|
|
|
1515
1542
|
type: StringConstructor;
|
|
1516
1543
|
default: undefined;
|
|
1517
1544
|
};
|
|
1545
|
+
addSlash: {
|
|
1546
|
+
type: BooleanConstructor;
|
|
1547
|
+
default: boolean;
|
|
1548
|
+
};
|
|
1518
1549
|
title: {
|
|
1519
1550
|
type: StringConstructor;
|
|
1520
1551
|
default: undefined;
|
|
@@ -1601,13 +1632,13 @@ export namespace BaseStory {
|
|
|
1601
1632
|
addTrailingSlash(path: string): string;
|
|
1602
1633
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1603
1634
|
variant: {
|
|
1604
|
-
type: import("vue").PropType<"default" | "
|
|
1635
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
1605
1636
|
required: false;
|
|
1606
1637
|
default: string;
|
|
1607
1638
|
validator: (prop: string) => boolean;
|
|
1608
1639
|
};
|
|
1609
1640
|
to: {
|
|
1610
|
-
type: (
|
|
1641
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1611
1642
|
default: undefined;
|
|
1612
1643
|
};
|
|
1613
1644
|
exact: {
|
|
@@ -1618,6 +1649,10 @@ export namespace BaseStory {
|
|
|
1618
1649
|
type: StringConstructor;
|
|
1619
1650
|
default: undefined;
|
|
1620
1651
|
};
|
|
1652
|
+
addSlash: {
|
|
1653
|
+
type: BooleanConstructor;
|
|
1654
|
+
default: boolean;
|
|
1655
|
+
};
|
|
1621
1656
|
title: {
|
|
1622
1657
|
type: StringConstructor;
|
|
1623
1658
|
default: undefined;
|
|
@@ -1677,14 +1712,15 @@ export namespace BaseStory {
|
|
|
1677
1712
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1678
1713
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1679
1714
|
}>, {
|
|
1680
|
-
to: string | Record<string, any>;
|
|
1681
1715
|
title: string;
|
|
1682
|
-
variant: "default" | "
|
|
1683
|
-
|
|
1684
|
-
target: string;
|
|
1716
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1717
|
+
to: string | Record<string, any>;
|
|
1685
1718
|
exact: boolean;
|
|
1719
|
+
href: string;
|
|
1720
|
+
addSlash: boolean;
|
|
1686
1721
|
ariaLabel: string;
|
|
1687
1722
|
linkClass: string;
|
|
1723
|
+
target: string;
|
|
1688
1724
|
externalTargetBlank: boolean;
|
|
1689
1725
|
caret: boolean;
|
|
1690
1726
|
caretWrapperClass: string;
|
|
@@ -1771,13 +1807,13 @@ export namespace BaseStory {
|
|
|
1771
1807
|
}>> & Readonly<{}>, {}, {}, {
|
|
1772
1808
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1773
1809
|
variant: {
|
|
1774
|
-
type: import("vue").PropType<"default" | "
|
|
1810
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
1775
1811
|
required: false;
|
|
1776
1812
|
default: string;
|
|
1777
1813
|
validator: (prop: string) => boolean;
|
|
1778
1814
|
};
|
|
1779
1815
|
to: {
|
|
1780
|
-
type: (
|
|
1816
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1781
1817
|
default: undefined;
|
|
1782
1818
|
};
|
|
1783
1819
|
exact: {
|
|
@@ -1788,6 +1824,10 @@ export namespace BaseStory {
|
|
|
1788
1824
|
type: StringConstructor;
|
|
1789
1825
|
default: undefined;
|
|
1790
1826
|
};
|
|
1827
|
+
addSlash: {
|
|
1828
|
+
type: BooleanConstructor;
|
|
1829
|
+
default: boolean;
|
|
1830
|
+
};
|
|
1791
1831
|
title: {
|
|
1792
1832
|
type: StringConstructor;
|
|
1793
1833
|
default: undefined;
|
|
@@ -1874,13 +1914,13 @@ export namespace BaseStory {
|
|
|
1874
1914
|
addTrailingSlash(path: string): string;
|
|
1875
1915
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1876
1916
|
variant: {
|
|
1877
|
-
type: import("vue").PropType<"default" | "
|
|
1917
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
1878
1918
|
required: false;
|
|
1879
1919
|
default: string;
|
|
1880
1920
|
validator: (prop: string) => boolean;
|
|
1881
1921
|
};
|
|
1882
1922
|
to: {
|
|
1883
|
-
type: (
|
|
1923
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1884
1924
|
default: undefined;
|
|
1885
1925
|
};
|
|
1886
1926
|
exact: {
|
|
@@ -1891,6 +1931,10 @@ export namespace BaseStory {
|
|
|
1891
1931
|
type: StringConstructor;
|
|
1892
1932
|
default: undefined;
|
|
1893
1933
|
};
|
|
1934
|
+
addSlash: {
|
|
1935
|
+
type: BooleanConstructor;
|
|
1936
|
+
default: boolean;
|
|
1937
|
+
};
|
|
1894
1938
|
title: {
|
|
1895
1939
|
type: StringConstructor;
|
|
1896
1940
|
default: undefined;
|
|
@@ -1950,14 +1994,15 @@ export namespace BaseStory {
|
|
|
1950
1994
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1951
1995
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1952
1996
|
}>, {
|
|
1953
|
-
to: string | Record<string, any>;
|
|
1954
1997
|
title: string;
|
|
1955
|
-
variant: "default" | "
|
|
1956
|
-
|
|
1957
|
-
target: string;
|
|
1998
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1999
|
+
to: string | Record<string, any>;
|
|
1958
2000
|
exact: boolean;
|
|
2001
|
+
href: string;
|
|
2002
|
+
addSlash: boolean;
|
|
1959
2003
|
ariaLabel: string;
|
|
1960
2004
|
linkClass: string;
|
|
2005
|
+
target: string;
|
|
1961
2006
|
externalTargetBlank: boolean;
|
|
1962
2007
|
caret: boolean;
|
|
1963
2008
|
caretWrapperClass: string;
|
|
@@ -2091,7 +2136,7 @@ export namespace BaseStory {
|
|
|
2091
2136
|
}, {}, {
|
|
2092
2137
|
BaseButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2093
2138
|
variant: {
|
|
2094
|
-
type: import("vue").PropType<"
|
|
2139
|
+
type: import("vue").PropType<"primary" | "secondary" | "dark" | "social">;
|
|
2095
2140
|
required: false;
|
|
2096
2141
|
default: string;
|
|
2097
2142
|
validator: (prop: string) => boolean;
|
|
@@ -2117,7 +2162,7 @@ export namespace BaseStory {
|
|
|
2117
2162
|
required: false;
|
|
2118
2163
|
};
|
|
2119
2164
|
to: {
|
|
2120
|
-
type: (
|
|
2165
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2121
2166
|
required: false;
|
|
2122
2167
|
default: undefined;
|
|
2123
2168
|
};
|
|
@@ -2133,7 +2178,7 @@ export namespace BaseStory {
|
|
|
2133
2178
|
variantClass(): string;
|
|
2134
2179
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2135
2180
|
variant: {
|
|
2136
|
-
type: import("vue").PropType<"
|
|
2181
|
+
type: import("vue").PropType<"primary" | "secondary" | "dark" | "social">;
|
|
2137
2182
|
required: false;
|
|
2138
2183
|
default: string;
|
|
2139
2184
|
validator: (prop: string) => boolean;
|
|
@@ -2159,7 +2204,7 @@ export namespace BaseStory {
|
|
|
2159
2204
|
required: false;
|
|
2160
2205
|
};
|
|
2161
2206
|
to: {
|
|
2162
|
-
type: (
|
|
2207
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2163
2208
|
required: false;
|
|
2164
2209
|
default: undefined;
|
|
2165
2210
|
};
|
|
@@ -2171,13 +2216,13 @@ export namespace BaseStory {
|
|
|
2171
2216
|
}>> & Readonly<{
|
|
2172
2217
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
2173
2218
|
}>, {
|
|
2219
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
2174
2220
|
to: string | Record<string, any>;
|
|
2175
|
-
disabled: boolean;
|
|
2176
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
2177
2221
|
href: string;
|
|
2178
2222
|
ariaLabel: string;
|
|
2179
2223
|
compact: boolean;
|
|
2180
2224
|
blockClasses: string;
|
|
2225
|
+
disabled: boolean;
|
|
2181
2226
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2182
2227
|
IconSocialFacebook: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2183
2228
|
IconSocialTwitter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2205,13 +2250,13 @@ export namespace BaseStory {
|
|
|
2205
2250
|
}>> & Readonly<{}>, {}, {}, {
|
|
2206
2251
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2207
2252
|
variant: {
|
|
2208
|
-
type: import("vue").PropType<"default" | "
|
|
2253
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
2209
2254
|
required: false;
|
|
2210
2255
|
default: string;
|
|
2211
2256
|
validator: (prop: string) => boolean;
|
|
2212
2257
|
};
|
|
2213
2258
|
to: {
|
|
2214
|
-
type: (
|
|
2259
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2215
2260
|
default: undefined;
|
|
2216
2261
|
};
|
|
2217
2262
|
exact: {
|
|
@@ -2222,6 +2267,10 @@ export namespace BaseStory {
|
|
|
2222
2267
|
type: StringConstructor;
|
|
2223
2268
|
default: undefined;
|
|
2224
2269
|
};
|
|
2270
|
+
addSlash: {
|
|
2271
|
+
type: BooleanConstructor;
|
|
2272
|
+
default: boolean;
|
|
2273
|
+
};
|
|
2225
2274
|
title: {
|
|
2226
2275
|
type: StringConstructor;
|
|
2227
2276
|
default: undefined;
|
|
@@ -2308,13 +2357,13 @@ export namespace BaseStory {
|
|
|
2308
2357
|
addTrailingSlash(path: string): string;
|
|
2309
2358
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2310
2359
|
variant: {
|
|
2311
|
-
type: import("vue").PropType<"default" | "
|
|
2360
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
2312
2361
|
required: false;
|
|
2313
2362
|
default: string;
|
|
2314
2363
|
validator: (prop: string) => boolean;
|
|
2315
2364
|
};
|
|
2316
2365
|
to: {
|
|
2317
|
-
type: (
|
|
2366
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2318
2367
|
default: undefined;
|
|
2319
2368
|
};
|
|
2320
2369
|
exact: {
|
|
@@ -2325,6 +2374,10 @@ export namespace BaseStory {
|
|
|
2325
2374
|
type: StringConstructor;
|
|
2326
2375
|
default: undefined;
|
|
2327
2376
|
};
|
|
2377
|
+
addSlash: {
|
|
2378
|
+
type: BooleanConstructor;
|
|
2379
|
+
default: boolean;
|
|
2380
|
+
};
|
|
2328
2381
|
title: {
|
|
2329
2382
|
type: StringConstructor;
|
|
2330
2383
|
default: undefined;
|
|
@@ -2384,14 +2437,15 @@ export namespace BaseStory {
|
|
|
2384
2437
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2385
2438
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2386
2439
|
}>, {
|
|
2387
|
-
to: string | Record<string, any>;
|
|
2388
2440
|
title: string;
|
|
2389
|
-
variant: "default" | "
|
|
2390
|
-
|
|
2391
|
-
target: string;
|
|
2441
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
2442
|
+
to: string | Record<string, any>;
|
|
2392
2443
|
exact: boolean;
|
|
2444
|
+
href: string;
|
|
2445
|
+
addSlash: boolean;
|
|
2393
2446
|
ariaLabel: string;
|
|
2394
2447
|
linkClass: string;
|
|
2448
|
+
target: string;
|
|
2395
2449
|
externalTargetBlank: boolean;
|
|
2396
2450
|
caret: boolean;
|
|
2397
2451
|
caretWrapperClass: string;
|
|
@@ -2472,7 +2526,7 @@ export namespace BaseStory {
|
|
|
2472
2526
|
default: string;
|
|
2473
2527
|
};
|
|
2474
2528
|
objectFitClass: {
|
|
2475
|
-
type: import("vue").PropType<"
|
|
2529
|
+
type: import("vue").PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
2476
2530
|
required: false;
|
|
2477
2531
|
default: string;
|
|
2478
2532
|
validator: (prop: string) => boolean;
|
|
@@ -2514,7 +2568,7 @@ export namespace BaseStory {
|
|
|
2514
2568
|
default: string;
|
|
2515
2569
|
};
|
|
2516
2570
|
objectFitClass: {
|
|
2517
|
-
type: import("vue").PropType<"
|
|
2571
|
+
type: import("vue").PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
2518
2572
|
required: false;
|
|
2519
2573
|
default: string;
|
|
2520
2574
|
validator: (prop: string) => boolean;
|
|
@@ -2546,13 +2600,13 @@ export namespace BaseStory {
|
|
|
2546
2600
|
default: string;
|
|
2547
2601
|
};
|
|
2548
2602
|
}>> & Readonly<{}>, {
|
|
2549
|
-
imageClass: string;
|
|
2550
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
2551
|
-
srcset: string;
|
|
2552
2603
|
alt: string;
|
|
2553
2604
|
width: string | number;
|
|
2554
2605
|
height: string | number;
|
|
2606
|
+
srcset: string;
|
|
2555
2607
|
loading: "lazy" | "eager" | undefined;
|
|
2608
|
+
imageClass: string;
|
|
2609
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
2556
2610
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2557
2611
|
BaseImagePlaceholder: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2558
2612
|
darkMode: {
|
|
@@ -2625,13 +2679,13 @@ export namespace BaseStory {
|
|
|
2625
2679
|
}>> & Readonly<{}>, {}, {}, {
|
|
2626
2680
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2627
2681
|
variant: {
|
|
2628
|
-
type: import("vue").PropType<"default" | "
|
|
2682
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
2629
2683
|
required: false;
|
|
2630
2684
|
default: string;
|
|
2631
2685
|
validator: (prop: string) => boolean;
|
|
2632
2686
|
};
|
|
2633
2687
|
to: {
|
|
2634
|
-
type: (
|
|
2688
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2635
2689
|
default: undefined;
|
|
2636
2690
|
};
|
|
2637
2691
|
exact: {
|
|
@@ -2642,6 +2696,10 @@ export namespace BaseStory {
|
|
|
2642
2696
|
type: StringConstructor;
|
|
2643
2697
|
default: undefined;
|
|
2644
2698
|
};
|
|
2699
|
+
addSlash: {
|
|
2700
|
+
type: BooleanConstructor;
|
|
2701
|
+
default: boolean;
|
|
2702
|
+
};
|
|
2645
2703
|
title: {
|
|
2646
2704
|
type: StringConstructor;
|
|
2647
2705
|
default: undefined;
|
|
@@ -2728,13 +2786,13 @@ export namespace BaseStory {
|
|
|
2728
2786
|
addTrailingSlash(path: string): string;
|
|
2729
2787
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2730
2788
|
variant: {
|
|
2731
|
-
type: import("vue").PropType<"default" | "
|
|
2789
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
2732
2790
|
required: false;
|
|
2733
2791
|
default: string;
|
|
2734
2792
|
validator: (prop: string) => boolean;
|
|
2735
2793
|
};
|
|
2736
2794
|
to: {
|
|
2737
|
-
type: (
|
|
2795
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2738
2796
|
default: undefined;
|
|
2739
2797
|
};
|
|
2740
2798
|
exact: {
|
|
@@ -2745,6 +2803,10 @@ export namespace BaseStory {
|
|
|
2745
2803
|
type: StringConstructor;
|
|
2746
2804
|
default: undefined;
|
|
2747
2805
|
};
|
|
2806
|
+
addSlash: {
|
|
2807
|
+
type: BooleanConstructor;
|
|
2808
|
+
default: boolean;
|
|
2809
|
+
};
|
|
2748
2810
|
title: {
|
|
2749
2811
|
type: StringConstructor;
|
|
2750
2812
|
default: undefined;
|
|
@@ -2804,14 +2866,15 @@ export namespace BaseStory {
|
|
|
2804
2866
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2805
2867
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2806
2868
|
}>, {
|
|
2807
|
-
to: string | Record<string, any>;
|
|
2808
2869
|
title: string;
|
|
2809
|
-
variant: "default" | "
|
|
2810
|
-
|
|
2811
|
-
target: string;
|
|
2870
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
2871
|
+
to: string | Record<string, any>;
|
|
2812
2872
|
exact: boolean;
|
|
2873
|
+
href: string;
|
|
2874
|
+
addSlash: boolean;
|
|
2813
2875
|
ariaLabel: string;
|
|
2814
2876
|
linkClass: string;
|
|
2877
|
+
target: string;
|
|
2815
2878
|
externalTargetBlank: boolean;
|
|
2816
2879
|
caret: boolean;
|
|
2817
2880
|
caretWrapperClass: string;
|
|
@@ -2890,13 +2953,13 @@ export namespace BaseStory {
|
|
|
2890
2953
|
NavLogoLinks: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
2891
2954
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2892
2955
|
variant: {
|
|
2893
|
-
type: import("vue").PropType<"default" | "
|
|
2956
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
2894
2957
|
required: false;
|
|
2895
2958
|
default: string;
|
|
2896
2959
|
validator: (prop: string) => boolean;
|
|
2897
2960
|
};
|
|
2898
2961
|
to: {
|
|
2899
|
-
type: (
|
|
2962
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2900
2963
|
default: undefined;
|
|
2901
2964
|
};
|
|
2902
2965
|
exact: {
|
|
@@ -2907,6 +2970,10 @@ export namespace BaseStory {
|
|
|
2907
2970
|
type: StringConstructor;
|
|
2908
2971
|
default: undefined;
|
|
2909
2972
|
};
|
|
2973
|
+
addSlash: {
|
|
2974
|
+
type: BooleanConstructor;
|
|
2975
|
+
default: boolean;
|
|
2976
|
+
};
|
|
2910
2977
|
title: {
|
|
2911
2978
|
type: StringConstructor;
|
|
2912
2979
|
default: undefined;
|
|
@@ -2993,13 +3060,13 @@ export namespace BaseStory {
|
|
|
2993
3060
|
addTrailingSlash(path: string): string;
|
|
2994
3061
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2995
3062
|
variant: {
|
|
2996
|
-
type: import("vue").PropType<"default" | "
|
|
3063
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
2997
3064
|
required: false;
|
|
2998
3065
|
default: string;
|
|
2999
3066
|
validator: (prop: string) => boolean;
|
|
3000
3067
|
};
|
|
3001
3068
|
to: {
|
|
3002
|
-
type: (
|
|
3069
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3003
3070
|
default: undefined;
|
|
3004
3071
|
};
|
|
3005
3072
|
exact: {
|
|
@@ -3010,6 +3077,10 @@ export namespace BaseStory {
|
|
|
3010
3077
|
type: StringConstructor;
|
|
3011
3078
|
default: undefined;
|
|
3012
3079
|
};
|
|
3080
|
+
addSlash: {
|
|
3081
|
+
type: BooleanConstructor;
|
|
3082
|
+
default: boolean;
|
|
3083
|
+
};
|
|
3013
3084
|
title: {
|
|
3014
3085
|
type: StringConstructor;
|
|
3015
3086
|
default: undefined;
|
|
@@ -3069,14 +3140,15 @@ export namespace BaseStory {
|
|
|
3069
3140
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3070
3141
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3071
3142
|
}>, {
|
|
3072
|
-
to: string | Record<string, any>;
|
|
3073
3143
|
title: string;
|
|
3074
|
-
variant: "default" | "
|
|
3075
|
-
|
|
3076
|
-
target: string;
|
|
3144
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
3145
|
+
to: string | Record<string, any>;
|
|
3077
3146
|
exact: boolean;
|
|
3147
|
+
href: string;
|
|
3148
|
+
addSlash: boolean;
|
|
3078
3149
|
ariaLabel: string;
|
|
3079
3150
|
linkClass: string;
|
|
3151
|
+
target: string;
|
|
3080
3152
|
externalTargetBlank: boolean;
|
|
3081
3153
|
caret: boolean;
|
|
3082
3154
|
caretWrapperClass: string;
|
|
@@ -3151,34 +3223,16 @@ export namespace BaseStory {
|
|
|
3151
3223
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3152
3224
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3153
3225
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3154
|
-
NavSearchForm: import("vue").DefineComponent<import("vue").
|
|
3155
|
-
placeholder: {
|
|
3156
|
-
type: import("vue").PropType<string>;
|
|
3157
|
-
default: string;
|
|
3158
|
-
};
|
|
3159
|
-
mobile: {
|
|
3160
|
-
type: import("vue").PropType<boolean>;
|
|
3161
|
-
default: boolean;
|
|
3162
|
-
};
|
|
3163
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3226
|
+
NavSearchForm: import("vue").DefineComponent<import("../NavSearchForm/NavSearchForm.vue").NavSearchFormProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3164
3227
|
clearSearch: (...args: any[]) => void;
|
|
3165
3228
|
submitForm: (...args: any[]) => void;
|
|
3166
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
3167
|
-
placeholder: {
|
|
3168
|
-
type: import("vue").PropType<string>;
|
|
3169
|
-
default: string;
|
|
3170
|
-
};
|
|
3171
|
-
mobile: {
|
|
3172
|
-
type: import("vue").PropType<boolean>;
|
|
3173
|
-
default: boolean;
|
|
3174
|
-
};
|
|
3175
|
-
}>> & Readonly<{
|
|
3229
|
+
}, string, import("vue").PublicProps, Readonly<import("../NavSearchForm/NavSearchForm.vue").NavSearchFormProps> & Readonly<{
|
|
3176
3230
|
onClearSearch?: ((...args: any[]) => any) | undefined;
|
|
3177
3231
|
onSubmitForm?: ((...args: any[]) => any) | undefined;
|
|
3178
3232
|
}>, {
|
|
3179
3233
|
placeholder: string;
|
|
3180
3234
|
mobile: boolean;
|
|
3181
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
3235
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
3182
3236
|
IconSearch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3183
3237
|
IconClose: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3184
3238
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3289,11 +3343,11 @@ export namespace NavInverted {
|
|
|
3289
3343
|
};
|
|
3290
3344
|
}>> & Readonly<{}>, {
|
|
3291
3345
|
data: Record<string, any>;
|
|
3346
|
+
invertOverride: boolean;
|
|
3292
3347
|
headerVisible: boolean;
|
|
3348
|
+
scrolled: boolean;
|
|
3293
3349
|
scrolledUp: boolean;
|
|
3294
3350
|
scrollTop: number;
|
|
3295
|
-
invertOverride: boolean;
|
|
3296
|
-
scrolled: boolean;
|
|
3297
3351
|
}, {}, {
|
|
3298
3352
|
NavDesktopDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3299
3353
|
parentScrolled: {
|
|
@@ -3361,8 +3415,8 @@ export namespace NavInverted {
|
|
|
3361
3415
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
3362
3416
|
}>, {
|
|
3363
3417
|
path: string;
|
|
3364
|
-
ariaExpanded: boolean;
|
|
3365
3418
|
invert: boolean;
|
|
3419
|
+
ariaExpanded: boolean;
|
|
3366
3420
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3367
3421
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3368
3422
|
NavDesktopDropdownContent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -3406,13 +3460,13 @@ export namespace NavInverted {
|
|
|
3406
3460
|
}, {}, {
|
|
3407
3461
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3408
3462
|
variant: {
|
|
3409
|
-
type: import("vue").PropType<"default" | "
|
|
3463
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
3410
3464
|
required: false;
|
|
3411
3465
|
default: string;
|
|
3412
3466
|
validator: (prop: string) => boolean;
|
|
3413
3467
|
};
|
|
3414
3468
|
to: {
|
|
3415
|
-
type: (
|
|
3469
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3416
3470
|
default: undefined;
|
|
3417
3471
|
};
|
|
3418
3472
|
exact: {
|
|
@@ -3423,6 +3477,10 @@ export namespace NavInverted {
|
|
|
3423
3477
|
type: StringConstructor;
|
|
3424
3478
|
default: undefined;
|
|
3425
3479
|
};
|
|
3480
|
+
addSlash: {
|
|
3481
|
+
type: BooleanConstructor;
|
|
3482
|
+
default: boolean;
|
|
3483
|
+
};
|
|
3426
3484
|
title: {
|
|
3427
3485
|
type: StringConstructor;
|
|
3428
3486
|
default: undefined;
|
|
@@ -3509,13 +3567,13 @@ export namespace NavInverted {
|
|
|
3509
3567
|
addTrailingSlash(path: string): string;
|
|
3510
3568
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3511
3569
|
variant: {
|
|
3512
|
-
type: import("vue").PropType<"default" | "
|
|
3570
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
3513
3571
|
required: false;
|
|
3514
3572
|
default: string;
|
|
3515
3573
|
validator: (prop: string) => boolean;
|
|
3516
3574
|
};
|
|
3517
3575
|
to: {
|
|
3518
|
-
type: (
|
|
3576
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3519
3577
|
default: undefined;
|
|
3520
3578
|
};
|
|
3521
3579
|
exact: {
|
|
@@ -3526,6 +3584,10 @@ export namespace NavInverted {
|
|
|
3526
3584
|
type: StringConstructor;
|
|
3527
3585
|
default: undefined;
|
|
3528
3586
|
};
|
|
3587
|
+
addSlash: {
|
|
3588
|
+
type: BooleanConstructor;
|
|
3589
|
+
default: boolean;
|
|
3590
|
+
};
|
|
3529
3591
|
title: {
|
|
3530
3592
|
type: StringConstructor;
|
|
3531
3593
|
default: undefined;
|
|
@@ -3585,14 +3647,15 @@ export namespace NavInverted {
|
|
|
3585
3647
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3586
3648
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3587
3649
|
}>, {
|
|
3588
|
-
to: string | Record<string, any>;
|
|
3589
3650
|
title: string;
|
|
3590
|
-
variant: "default" | "
|
|
3591
|
-
|
|
3592
|
-
target: string;
|
|
3651
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
3652
|
+
to: string | Record<string, any>;
|
|
3593
3653
|
exact: boolean;
|
|
3654
|
+
href: string;
|
|
3655
|
+
addSlash: boolean;
|
|
3594
3656
|
ariaLabel: string;
|
|
3595
3657
|
linkClass: string;
|
|
3658
|
+
target: string;
|
|
3596
3659
|
externalTargetBlank: boolean;
|
|
3597
3660
|
caret: boolean;
|
|
3598
3661
|
caretWrapperClass: string;
|
|
@@ -3679,13 +3742,13 @@ export namespace NavInverted {
|
|
|
3679
3742
|
}>> & Readonly<{}>, {}, {}, {
|
|
3680
3743
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3681
3744
|
variant: {
|
|
3682
|
-
type: import("vue").PropType<"default" | "
|
|
3745
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
3683
3746
|
required: false;
|
|
3684
3747
|
default: string;
|
|
3685
3748
|
validator: (prop: string) => boolean;
|
|
3686
3749
|
};
|
|
3687
3750
|
to: {
|
|
3688
|
-
type: (
|
|
3751
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3689
3752
|
default: undefined;
|
|
3690
3753
|
};
|
|
3691
3754
|
exact: {
|
|
@@ -3696,6 +3759,10 @@ export namespace NavInverted {
|
|
|
3696
3759
|
type: StringConstructor;
|
|
3697
3760
|
default: undefined;
|
|
3698
3761
|
};
|
|
3762
|
+
addSlash: {
|
|
3763
|
+
type: BooleanConstructor;
|
|
3764
|
+
default: boolean;
|
|
3765
|
+
};
|
|
3699
3766
|
title: {
|
|
3700
3767
|
type: StringConstructor;
|
|
3701
3768
|
default: undefined;
|
|
@@ -3782,13 +3849,13 @@ export namespace NavInverted {
|
|
|
3782
3849
|
addTrailingSlash(path: string): string;
|
|
3783
3850
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3784
3851
|
variant: {
|
|
3785
|
-
type: import("vue").PropType<"default" | "
|
|
3852
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
3786
3853
|
required: false;
|
|
3787
3854
|
default: string;
|
|
3788
3855
|
validator: (prop: string) => boolean;
|
|
3789
3856
|
};
|
|
3790
3857
|
to: {
|
|
3791
|
-
type: (
|
|
3858
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3792
3859
|
default: undefined;
|
|
3793
3860
|
};
|
|
3794
3861
|
exact: {
|
|
@@ -3799,6 +3866,10 @@ export namespace NavInverted {
|
|
|
3799
3866
|
type: StringConstructor;
|
|
3800
3867
|
default: undefined;
|
|
3801
3868
|
};
|
|
3869
|
+
addSlash: {
|
|
3870
|
+
type: BooleanConstructor;
|
|
3871
|
+
default: boolean;
|
|
3872
|
+
};
|
|
3802
3873
|
title: {
|
|
3803
3874
|
type: StringConstructor;
|
|
3804
3875
|
default: undefined;
|
|
@@ -3858,14 +3929,15 @@ export namespace NavInverted {
|
|
|
3858
3929
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3859
3930
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3860
3931
|
}>, {
|
|
3861
|
-
to: string | Record<string, any>;
|
|
3862
3932
|
title: string;
|
|
3863
|
-
variant: "default" | "
|
|
3864
|
-
|
|
3865
|
-
target: string;
|
|
3933
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
3934
|
+
to: string | Record<string, any>;
|
|
3866
3935
|
exact: boolean;
|
|
3936
|
+
href: string;
|
|
3937
|
+
addSlash: boolean;
|
|
3867
3938
|
ariaLabel: string;
|
|
3868
3939
|
linkClass: string;
|
|
3940
|
+
target: string;
|
|
3869
3941
|
externalTargetBlank: boolean;
|
|
3870
3942
|
caret: boolean;
|
|
3871
3943
|
caretWrapperClass: string;
|
|
@@ -3962,13 +4034,13 @@ export namespace NavInverted {
|
|
|
3962
4034
|
}>> & Readonly<{}>, {}, {}, {
|
|
3963
4035
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3964
4036
|
variant: {
|
|
3965
|
-
type: import("vue").PropType<"default" | "
|
|
4037
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
3966
4038
|
required: false;
|
|
3967
4039
|
default: string;
|
|
3968
4040
|
validator: (prop: string) => boolean;
|
|
3969
4041
|
};
|
|
3970
4042
|
to: {
|
|
3971
|
-
type: (
|
|
4043
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3972
4044
|
default: undefined;
|
|
3973
4045
|
};
|
|
3974
4046
|
exact: {
|
|
@@ -3979,6 +4051,10 @@ export namespace NavInverted {
|
|
|
3979
4051
|
type: StringConstructor;
|
|
3980
4052
|
default: undefined;
|
|
3981
4053
|
};
|
|
4054
|
+
addSlash: {
|
|
4055
|
+
type: BooleanConstructor;
|
|
4056
|
+
default: boolean;
|
|
4057
|
+
};
|
|
3982
4058
|
title: {
|
|
3983
4059
|
type: StringConstructor;
|
|
3984
4060
|
default: undefined;
|
|
@@ -4065,13 +4141,13 @@ export namespace NavInverted {
|
|
|
4065
4141
|
addTrailingSlash(path: string): string;
|
|
4066
4142
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4067
4143
|
variant: {
|
|
4068
|
-
type: import("vue").PropType<"default" | "
|
|
4144
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
4069
4145
|
required: false;
|
|
4070
4146
|
default: string;
|
|
4071
4147
|
validator: (prop: string) => boolean;
|
|
4072
4148
|
};
|
|
4073
4149
|
to: {
|
|
4074
|
-
type: (
|
|
4150
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4075
4151
|
default: undefined;
|
|
4076
4152
|
};
|
|
4077
4153
|
exact: {
|
|
@@ -4082,6 +4158,10 @@ export namespace NavInverted {
|
|
|
4082
4158
|
type: StringConstructor;
|
|
4083
4159
|
default: undefined;
|
|
4084
4160
|
};
|
|
4161
|
+
addSlash: {
|
|
4162
|
+
type: BooleanConstructor;
|
|
4163
|
+
default: boolean;
|
|
4164
|
+
};
|
|
4085
4165
|
title: {
|
|
4086
4166
|
type: StringConstructor;
|
|
4087
4167
|
default: undefined;
|
|
@@ -4141,14 +4221,15 @@ export namespace NavInverted {
|
|
|
4141
4221
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4142
4222
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4143
4223
|
}>, {
|
|
4144
|
-
to: string | Record<string, any>;
|
|
4145
4224
|
title: string;
|
|
4146
|
-
variant: "default" | "
|
|
4147
|
-
|
|
4148
|
-
target: string;
|
|
4225
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
4226
|
+
to: string | Record<string, any>;
|
|
4149
4227
|
exact: boolean;
|
|
4228
|
+
href: string;
|
|
4229
|
+
addSlash: boolean;
|
|
4150
4230
|
ariaLabel: string;
|
|
4151
4231
|
linkClass: string;
|
|
4232
|
+
target: string;
|
|
4152
4233
|
externalTargetBlank: boolean;
|
|
4153
4234
|
caret: boolean;
|
|
4154
4235
|
caretWrapperClass: string;
|
|
@@ -4229,7 +4310,7 @@ export namespace NavInverted {
|
|
|
4229
4310
|
default: string;
|
|
4230
4311
|
};
|
|
4231
4312
|
objectFitClass: {
|
|
4232
|
-
type: import("vue").PropType<"
|
|
4313
|
+
type: import("vue").PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
4233
4314
|
required: false;
|
|
4234
4315
|
default: string;
|
|
4235
4316
|
validator: (prop: string) => boolean;
|
|
@@ -4271,7 +4352,7 @@ export namespace NavInverted {
|
|
|
4271
4352
|
default: string;
|
|
4272
4353
|
};
|
|
4273
4354
|
objectFitClass: {
|
|
4274
|
-
type: import("vue").PropType<"
|
|
4355
|
+
type: import("vue").PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
4275
4356
|
required: false;
|
|
4276
4357
|
default: string;
|
|
4277
4358
|
validator: (prop: string) => boolean;
|
|
@@ -4303,13 +4384,13 @@ export namespace NavInverted {
|
|
|
4303
4384
|
default: string;
|
|
4304
4385
|
};
|
|
4305
4386
|
}>> & Readonly<{}>, {
|
|
4306
|
-
imageClass: string;
|
|
4307
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
4308
|
-
srcset: string;
|
|
4309
4387
|
alt: string;
|
|
4310
4388
|
width: string | number;
|
|
4311
4389
|
height: string | number;
|
|
4390
|
+
srcset: string;
|
|
4312
4391
|
loading: "lazy" | "eager" | undefined;
|
|
4392
|
+
imageClass: string;
|
|
4393
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
4313
4394
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4314
4395
|
BaseImagePlaceholder: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4315
4396
|
darkMode: {
|
|
@@ -4412,13 +4493,13 @@ export namespace NavInverted {
|
|
|
4412
4493
|
}, {}, {
|
|
4413
4494
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4414
4495
|
variant: {
|
|
4415
|
-
type: import("vue").PropType<"default" | "
|
|
4496
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
4416
4497
|
required: false;
|
|
4417
4498
|
default: string;
|
|
4418
4499
|
validator: (prop: string) => boolean;
|
|
4419
4500
|
};
|
|
4420
4501
|
to: {
|
|
4421
|
-
type: (
|
|
4502
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4422
4503
|
default: undefined;
|
|
4423
4504
|
};
|
|
4424
4505
|
exact: {
|
|
@@ -4429,6 +4510,10 @@ export namespace NavInverted {
|
|
|
4429
4510
|
type: StringConstructor;
|
|
4430
4511
|
default: undefined;
|
|
4431
4512
|
};
|
|
4513
|
+
addSlash: {
|
|
4514
|
+
type: BooleanConstructor;
|
|
4515
|
+
default: boolean;
|
|
4516
|
+
};
|
|
4432
4517
|
title: {
|
|
4433
4518
|
type: StringConstructor;
|
|
4434
4519
|
default: undefined;
|
|
@@ -4515,13 +4600,13 @@ export namespace NavInverted {
|
|
|
4515
4600
|
addTrailingSlash(path: string): string;
|
|
4516
4601
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4517
4602
|
variant: {
|
|
4518
|
-
type: import("vue").PropType<"default" | "
|
|
4603
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
4519
4604
|
required: false;
|
|
4520
4605
|
default: string;
|
|
4521
4606
|
validator: (prop: string) => boolean;
|
|
4522
4607
|
};
|
|
4523
4608
|
to: {
|
|
4524
|
-
type: (
|
|
4609
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4525
4610
|
default: undefined;
|
|
4526
4611
|
};
|
|
4527
4612
|
exact: {
|
|
@@ -4532,6 +4617,10 @@ export namespace NavInverted {
|
|
|
4532
4617
|
type: StringConstructor;
|
|
4533
4618
|
default: undefined;
|
|
4534
4619
|
};
|
|
4620
|
+
addSlash: {
|
|
4621
|
+
type: BooleanConstructor;
|
|
4622
|
+
default: boolean;
|
|
4623
|
+
};
|
|
4535
4624
|
title: {
|
|
4536
4625
|
type: StringConstructor;
|
|
4537
4626
|
default: undefined;
|
|
@@ -4591,14 +4680,15 @@ export namespace NavInverted {
|
|
|
4591
4680
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4592
4681
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4593
4682
|
}>, {
|
|
4594
|
-
to: string | Record<string, any>;
|
|
4595
4683
|
title: string;
|
|
4596
|
-
variant: "default" | "
|
|
4597
|
-
|
|
4598
|
-
target: string;
|
|
4684
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
4685
|
+
to: string | Record<string, any>;
|
|
4599
4686
|
exact: boolean;
|
|
4687
|
+
href: string;
|
|
4688
|
+
addSlash: boolean;
|
|
4600
4689
|
ariaLabel: string;
|
|
4601
4690
|
linkClass: string;
|
|
4691
|
+
target: string;
|
|
4602
4692
|
externalTargetBlank: boolean;
|
|
4603
4693
|
caret: boolean;
|
|
4604
4694
|
caretWrapperClass: string;
|
|
@@ -4685,13 +4775,13 @@ export namespace NavInverted {
|
|
|
4685
4775
|
}>> & Readonly<{}>, {}, {}, {
|
|
4686
4776
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4687
4777
|
variant: {
|
|
4688
|
-
type: import("vue").PropType<"default" | "
|
|
4778
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
4689
4779
|
required: false;
|
|
4690
4780
|
default: string;
|
|
4691
4781
|
validator: (prop: string) => boolean;
|
|
4692
4782
|
};
|
|
4693
4783
|
to: {
|
|
4694
|
-
type: (
|
|
4784
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4695
4785
|
default: undefined;
|
|
4696
4786
|
};
|
|
4697
4787
|
exact: {
|
|
@@ -4702,6 +4792,10 @@ export namespace NavInverted {
|
|
|
4702
4792
|
type: StringConstructor;
|
|
4703
4793
|
default: undefined;
|
|
4704
4794
|
};
|
|
4795
|
+
addSlash: {
|
|
4796
|
+
type: BooleanConstructor;
|
|
4797
|
+
default: boolean;
|
|
4798
|
+
};
|
|
4705
4799
|
title: {
|
|
4706
4800
|
type: StringConstructor;
|
|
4707
4801
|
default: undefined;
|
|
@@ -4788,13 +4882,13 @@ export namespace NavInverted {
|
|
|
4788
4882
|
addTrailingSlash(path: string): string;
|
|
4789
4883
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4790
4884
|
variant: {
|
|
4791
|
-
type: import("vue").PropType<"default" | "
|
|
4885
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
4792
4886
|
required: false;
|
|
4793
4887
|
default: string;
|
|
4794
4888
|
validator: (prop: string) => boolean;
|
|
4795
4889
|
};
|
|
4796
4890
|
to: {
|
|
4797
|
-
type: (
|
|
4891
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4798
4892
|
default: undefined;
|
|
4799
4893
|
};
|
|
4800
4894
|
exact: {
|
|
@@ -4805,6 +4899,10 @@ export namespace NavInverted {
|
|
|
4805
4899
|
type: StringConstructor;
|
|
4806
4900
|
default: undefined;
|
|
4807
4901
|
};
|
|
4902
|
+
addSlash: {
|
|
4903
|
+
type: BooleanConstructor;
|
|
4904
|
+
default: boolean;
|
|
4905
|
+
};
|
|
4808
4906
|
title: {
|
|
4809
4907
|
type: StringConstructor;
|
|
4810
4908
|
default: undefined;
|
|
@@ -4864,14 +4962,15 @@ export namespace NavInverted {
|
|
|
4864
4962
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4865
4963
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4866
4964
|
}>, {
|
|
4867
|
-
to: string | Record<string, any>;
|
|
4868
4965
|
title: string;
|
|
4869
|
-
variant: "default" | "
|
|
4870
|
-
|
|
4871
|
-
target: string;
|
|
4966
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
4967
|
+
to: string | Record<string, any>;
|
|
4872
4968
|
exact: boolean;
|
|
4969
|
+
href: string;
|
|
4970
|
+
addSlash: boolean;
|
|
4873
4971
|
ariaLabel: string;
|
|
4874
4972
|
linkClass: string;
|
|
4973
|
+
target: string;
|
|
4875
4974
|
externalTargetBlank: boolean;
|
|
4876
4975
|
caret: boolean;
|
|
4877
4976
|
caretWrapperClass: string;
|
|
@@ -5005,7 +5104,7 @@ export namespace NavInverted {
|
|
|
5005
5104
|
}, {}, {
|
|
5006
5105
|
BaseButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5007
5106
|
variant: {
|
|
5008
|
-
type: import("vue").PropType<"
|
|
5107
|
+
type: import("vue").PropType<"primary" | "secondary" | "dark" | "social">;
|
|
5009
5108
|
required: false;
|
|
5010
5109
|
default: string;
|
|
5011
5110
|
validator: (prop: string) => boolean;
|
|
@@ -5031,7 +5130,7 @@ export namespace NavInverted {
|
|
|
5031
5130
|
required: false;
|
|
5032
5131
|
};
|
|
5033
5132
|
to: {
|
|
5034
|
-
type: (
|
|
5133
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5035
5134
|
required: false;
|
|
5036
5135
|
default: undefined;
|
|
5037
5136
|
};
|
|
@@ -5047,7 +5146,7 @@ export namespace NavInverted {
|
|
|
5047
5146
|
variantClass(): string;
|
|
5048
5147
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5049
5148
|
variant: {
|
|
5050
|
-
type: import("vue").PropType<"
|
|
5149
|
+
type: import("vue").PropType<"primary" | "secondary" | "dark" | "social">;
|
|
5051
5150
|
required: false;
|
|
5052
5151
|
default: string;
|
|
5053
5152
|
validator: (prop: string) => boolean;
|
|
@@ -5073,7 +5172,7 @@ export namespace NavInverted {
|
|
|
5073
5172
|
required: false;
|
|
5074
5173
|
};
|
|
5075
5174
|
to: {
|
|
5076
|
-
type: (
|
|
5175
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5077
5176
|
required: false;
|
|
5078
5177
|
default: undefined;
|
|
5079
5178
|
};
|
|
@@ -5085,13 +5184,13 @@ export namespace NavInverted {
|
|
|
5085
5184
|
}>> & Readonly<{
|
|
5086
5185
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
5087
5186
|
}>, {
|
|
5187
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
5088
5188
|
to: string | Record<string, any>;
|
|
5089
|
-
disabled: boolean;
|
|
5090
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
5091
5189
|
href: string;
|
|
5092
5190
|
ariaLabel: string;
|
|
5093
5191
|
compact: boolean;
|
|
5094
5192
|
blockClasses: string;
|
|
5193
|
+
disabled: boolean;
|
|
5095
5194
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5096
5195
|
IconSocialFacebook: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5097
5196
|
IconSocialTwitter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5119,13 +5218,13 @@ export namespace NavInverted {
|
|
|
5119
5218
|
}>> & Readonly<{}>, {}, {}, {
|
|
5120
5219
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5121
5220
|
variant: {
|
|
5122
|
-
type: import("vue").PropType<"default" | "
|
|
5221
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
5123
5222
|
required: false;
|
|
5124
5223
|
default: string;
|
|
5125
5224
|
validator: (prop: string) => boolean;
|
|
5126
5225
|
};
|
|
5127
5226
|
to: {
|
|
5128
|
-
type: (
|
|
5227
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5129
5228
|
default: undefined;
|
|
5130
5229
|
};
|
|
5131
5230
|
exact: {
|
|
@@ -5136,6 +5235,10 @@ export namespace NavInverted {
|
|
|
5136
5235
|
type: StringConstructor;
|
|
5137
5236
|
default: undefined;
|
|
5138
5237
|
};
|
|
5238
|
+
addSlash: {
|
|
5239
|
+
type: BooleanConstructor;
|
|
5240
|
+
default: boolean;
|
|
5241
|
+
};
|
|
5139
5242
|
title: {
|
|
5140
5243
|
type: StringConstructor;
|
|
5141
5244
|
default: undefined;
|
|
@@ -5222,13 +5325,13 @@ export namespace NavInverted {
|
|
|
5222
5325
|
addTrailingSlash(path: string): string;
|
|
5223
5326
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5224
5327
|
variant: {
|
|
5225
|
-
type: import("vue").PropType<"default" | "
|
|
5328
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
5226
5329
|
required: false;
|
|
5227
5330
|
default: string;
|
|
5228
5331
|
validator: (prop: string) => boolean;
|
|
5229
5332
|
};
|
|
5230
5333
|
to: {
|
|
5231
|
-
type: (
|
|
5334
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5232
5335
|
default: undefined;
|
|
5233
5336
|
};
|
|
5234
5337
|
exact: {
|
|
@@ -5239,6 +5342,10 @@ export namespace NavInverted {
|
|
|
5239
5342
|
type: StringConstructor;
|
|
5240
5343
|
default: undefined;
|
|
5241
5344
|
};
|
|
5345
|
+
addSlash: {
|
|
5346
|
+
type: BooleanConstructor;
|
|
5347
|
+
default: boolean;
|
|
5348
|
+
};
|
|
5242
5349
|
title: {
|
|
5243
5350
|
type: StringConstructor;
|
|
5244
5351
|
default: undefined;
|
|
@@ -5298,14 +5405,15 @@ export namespace NavInverted {
|
|
|
5298
5405
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5299
5406
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5300
5407
|
}>, {
|
|
5301
|
-
to: string | Record<string, any>;
|
|
5302
5408
|
title: string;
|
|
5303
|
-
variant: "default" | "
|
|
5304
|
-
|
|
5305
|
-
target: string;
|
|
5409
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
5410
|
+
to: string | Record<string, any>;
|
|
5306
5411
|
exact: boolean;
|
|
5412
|
+
href: string;
|
|
5413
|
+
addSlash: boolean;
|
|
5307
5414
|
ariaLabel: string;
|
|
5308
5415
|
linkClass: string;
|
|
5416
|
+
target: string;
|
|
5309
5417
|
externalTargetBlank: boolean;
|
|
5310
5418
|
caret: boolean;
|
|
5311
5419
|
caretWrapperClass: string;
|
|
@@ -5386,7 +5494,7 @@ export namespace NavInverted {
|
|
|
5386
5494
|
default: string;
|
|
5387
5495
|
};
|
|
5388
5496
|
objectFitClass: {
|
|
5389
|
-
type: import("vue").PropType<"
|
|
5497
|
+
type: import("vue").PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
5390
5498
|
required: false;
|
|
5391
5499
|
default: string;
|
|
5392
5500
|
validator: (prop: string) => boolean;
|
|
@@ -5428,7 +5536,7 @@ export namespace NavInverted {
|
|
|
5428
5536
|
default: string;
|
|
5429
5537
|
};
|
|
5430
5538
|
objectFitClass: {
|
|
5431
|
-
type: import("vue").PropType<"
|
|
5539
|
+
type: import("vue").PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
5432
5540
|
required: false;
|
|
5433
5541
|
default: string;
|
|
5434
5542
|
validator: (prop: string) => boolean;
|
|
@@ -5460,13 +5568,13 @@ export namespace NavInverted {
|
|
|
5460
5568
|
default: string;
|
|
5461
5569
|
};
|
|
5462
5570
|
}>> & Readonly<{}>, {
|
|
5463
|
-
imageClass: string;
|
|
5464
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
5465
|
-
srcset: string;
|
|
5466
5571
|
alt: string;
|
|
5467
5572
|
width: string | number;
|
|
5468
5573
|
height: string | number;
|
|
5574
|
+
srcset: string;
|
|
5469
5575
|
loading: "lazy" | "eager" | undefined;
|
|
5576
|
+
imageClass: string;
|
|
5577
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
5470
5578
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5471
5579
|
BaseImagePlaceholder: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5472
5580
|
darkMode: {
|
|
@@ -5539,13 +5647,13 @@ export namespace NavInverted {
|
|
|
5539
5647
|
}>> & Readonly<{}>, {}, {}, {
|
|
5540
5648
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5541
5649
|
variant: {
|
|
5542
|
-
type: import("vue").PropType<"default" | "
|
|
5650
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
5543
5651
|
required: false;
|
|
5544
5652
|
default: string;
|
|
5545
5653
|
validator: (prop: string) => boolean;
|
|
5546
5654
|
};
|
|
5547
5655
|
to: {
|
|
5548
|
-
type: (
|
|
5656
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5549
5657
|
default: undefined;
|
|
5550
5658
|
};
|
|
5551
5659
|
exact: {
|
|
@@ -5556,6 +5664,10 @@ export namespace NavInverted {
|
|
|
5556
5664
|
type: StringConstructor;
|
|
5557
5665
|
default: undefined;
|
|
5558
5666
|
};
|
|
5667
|
+
addSlash: {
|
|
5668
|
+
type: BooleanConstructor;
|
|
5669
|
+
default: boolean;
|
|
5670
|
+
};
|
|
5559
5671
|
title: {
|
|
5560
5672
|
type: StringConstructor;
|
|
5561
5673
|
default: undefined;
|
|
@@ -5642,13 +5754,13 @@ export namespace NavInverted {
|
|
|
5642
5754
|
addTrailingSlash(path: string): string;
|
|
5643
5755
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5644
5756
|
variant: {
|
|
5645
|
-
type: import("vue").PropType<"default" | "
|
|
5757
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
5646
5758
|
required: false;
|
|
5647
5759
|
default: string;
|
|
5648
5760
|
validator: (prop: string) => boolean;
|
|
5649
5761
|
};
|
|
5650
5762
|
to: {
|
|
5651
|
-
type: (
|
|
5763
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5652
5764
|
default: undefined;
|
|
5653
5765
|
};
|
|
5654
5766
|
exact: {
|
|
@@ -5659,6 +5771,10 @@ export namespace NavInverted {
|
|
|
5659
5771
|
type: StringConstructor;
|
|
5660
5772
|
default: undefined;
|
|
5661
5773
|
};
|
|
5774
|
+
addSlash: {
|
|
5775
|
+
type: BooleanConstructor;
|
|
5776
|
+
default: boolean;
|
|
5777
|
+
};
|
|
5662
5778
|
title: {
|
|
5663
5779
|
type: StringConstructor;
|
|
5664
5780
|
default: undefined;
|
|
@@ -5718,14 +5834,15 @@ export namespace NavInverted {
|
|
|
5718
5834
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5719
5835
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5720
5836
|
}>, {
|
|
5721
|
-
to: string | Record<string, any>;
|
|
5722
5837
|
title: string;
|
|
5723
|
-
variant: "default" | "
|
|
5724
|
-
|
|
5725
|
-
target: string;
|
|
5838
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
5839
|
+
to: string | Record<string, any>;
|
|
5726
5840
|
exact: boolean;
|
|
5841
|
+
href: string;
|
|
5842
|
+
addSlash: boolean;
|
|
5727
5843
|
ariaLabel: string;
|
|
5728
5844
|
linkClass: string;
|
|
5845
|
+
target: string;
|
|
5729
5846
|
externalTargetBlank: boolean;
|
|
5730
5847
|
caret: boolean;
|
|
5731
5848
|
caretWrapperClass: string;
|
|
@@ -5804,13 +5921,13 @@ export namespace NavInverted {
|
|
|
5804
5921
|
NavLogoLinks: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
5805
5922
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5806
5923
|
variant: {
|
|
5807
|
-
type: import("vue").PropType<"default" | "
|
|
5924
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
5808
5925
|
required: false;
|
|
5809
5926
|
default: string;
|
|
5810
5927
|
validator: (prop: string) => boolean;
|
|
5811
5928
|
};
|
|
5812
5929
|
to: {
|
|
5813
|
-
type: (
|
|
5930
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5814
5931
|
default: undefined;
|
|
5815
5932
|
};
|
|
5816
5933
|
exact: {
|
|
@@ -5821,6 +5938,10 @@ export namespace NavInverted {
|
|
|
5821
5938
|
type: StringConstructor;
|
|
5822
5939
|
default: undefined;
|
|
5823
5940
|
};
|
|
5941
|
+
addSlash: {
|
|
5942
|
+
type: BooleanConstructor;
|
|
5943
|
+
default: boolean;
|
|
5944
|
+
};
|
|
5824
5945
|
title: {
|
|
5825
5946
|
type: StringConstructor;
|
|
5826
5947
|
default: undefined;
|
|
@@ -5907,13 +6028,13 @@ export namespace NavInverted {
|
|
|
5907
6028
|
addTrailingSlash(path: string): string;
|
|
5908
6029
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5909
6030
|
variant: {
|
|
5910
|
-
type: import("vue").PropType<"default" | "
|
|
6031
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
5911
6032
|
required: false;
|
|
5912
6033
|
default: string;
|
|
5913
6034
|
validator: (prop: string) => boolean;
|
|
5914
6035
|
};
|
|
5915
6036
|
to: {
|
|
5916
|
-
type: (
|
|
6037
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5917
6038
|
default: undefined;
|
|
5918
6039
|
};
|
|
5919
6040
|
exact: {
|
|
@@ -5924,6 +6045,10 @@ export namespace NavInverted {
|
|
|
5924
6045
|
type: StringConstructor;
|
|
5925
6046
|
default: undefined;
|
|
5926
6047
|
};
|
|
6048
|
+
addSlash: {
|
|
6049
|
+
type: BooleanConstructor;
|
|
6050
|
+
default: boolean;
|
|
6051
|
+
};
|
|
5927
6052
|
title: {
|
|
5928
6053
|
type: StringConstructor;
|
|
5929
6054
|
default: undefined;
|
|
@@ -5983,14 +6108,15 @@ export namespace NavInverted {
|
|
|
5983
6108
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5984
6109
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5985
6110
|
}>, {
|
|
5986
|
-
to: string | Record<string, any>;
|
|
5987
6111
|
title: string;
|
|
5988
|
-
variant: "default" | "
|
|
5989
|
-
|
|
5990
|
-
target: string;
|
|
6112
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
6113
|
+
to: string | Record<string, any>;
|
|
5991
6114
|
exact: boolean;
|
|
6115
|
+
href: string;
|
|
6116
|
+
addSlash: boolean;
|
|
5992
6117
|
ariaLabel: string;
|
|
5993
6118
|
linkClass: string;
|
|
6119
|
+
target: string;
|
|
5994
6120
|
externalTargetBlank: boolean;
|
|
5995
6121
|
caret: boolean;
|
|
5996
6122
|
caretWrapperClass: string;
|
|
@@ -6065,34 +6191,16 @@ export namespace NavInverted {
|
|
|
6065
6191
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6066
6192
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6067
6193
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6068
|
-
NavSearchForm: import("vue").DefineComponent<import("vue").
|
|
6069
|
-
placeholder: {
|
|
6070
|
-
type: import("vue").PropType<string>;
|
|
6071
|
-
default: string;
|
|
6072
|
-
};
|
|
6073
|
-
mobile: {
|
|
6074
|
-
type: import("vue").PropType<boolean>;
|
|
6075
|
-
default: boolean;
|
|
6076
|
-
};
|
|
6077
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6194
|
+
NavSearchForm: import("vue").DefineComponent<import("../NavSearchForm/NavSearchForm.vue").NavSearchFormProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6078
6195
|
clearSearch: (...args: any[]) => void;
|
|
6079
6196
|
submitForm: (...args: any[]) => void;
|
|
6080
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
6081
|
-
placeholder: {
|
|
6082
|
-
type: import("vue").PropType<string>;
|
|
6083
|
-
default: string;
|
|
6084
|
-
};
|
|
6085
|
-
mobile: {
|
|
6086
|
-
type: import("vue").PropType<boolean>;
|
|
6087
|
-
default: boolean;
|
|
6088
|
-
};
|
|
6089
|
-
}>> & Readonly<{
|
|
6197
|
+
}, string, import("vue").PublicProps, Readonly<import("../NavSearchForm/NavSearchForm.vue").NavSearchFormProps> & Readonly<{
|
|
6090
6198
|
onClearSearch?: ((...args: any[]) => any) | undefined;
|
|
6091
6199
|
onSubmitForm?: ((...args: any[]) => any) | undefined;
|
|
6092
6200
|
}>, {
|
|
6093
6201
|
placeholder: string;
|
|
6094
6202
|
mobile: boolean;
|
|
6095
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
6203
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
6096
6204
|
IconSearch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6097
6205
|
IconClose: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6098
6206
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6136,13 +6244,13 @@ export namespace TopHat {
|
|
|
6136
6244
|
}>> & Readonly<{}>, {}, {}, {
|
|
6137
6245
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6138
6246
|
variant: {
|
|
6139
|
-
type: import("vue").PropType<"default" | "
|
|
6247
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
6140
6248
|
required: false;
|
|
6141
6249
|
default: string;
|
|
6142
6250
|
validator: (prop: string) => boolean;
|
|
6143
6251
|
};
|
|
6144
6252
|
to: {
|
|
6145
|
-
type: (
|
|
6253
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6146
6254
|
default: undefined;
|
|
6147
6255
|
};
|
|
6148
6256
|
exact: {
|
|
@@ -6153,6 +6261,10 @@ export namespace TopHat {
|
|
|
6153
6261
|
type: StringConstructor;
|
|
6154
6262
|
default: undefined;
|
|
6155
6263
|
};
|
|
6264
|
+
addSlash: {
|
|
6265
|
+
type: BooleanConstructor;
|
|
6266
|
+
default: boolean;
|
|
6267
|
+
};
|
|
6156
6268
|
title: {
|
|
6157
6269
|
type: StringConstructor;
|
|
6158
6270
|
default: undefined;
|
|
@@ -6239,13 +6351,13 @@ export namespace TopHat {
|
|
|
6239
6351
|
addTrailingSlash(path: string): string;
|
|
6240
6352
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6241
6353
|
variant: {
|
|
6242
|
-
type: import("vue").PropType<"default" | "
|
|
6354
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
6243
6355
|
required: false;
|
|
6244
6356
|
default: string;
|
|
6245
6357
|
validator: (prop: string) => boolean;
|
|
6246
6358
|
};
|
|
6247
6359
|
to: {
|
|
6248
|
-
type: (
|
|
6360
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6249
6361
|
default: undefined;
|
|
6250
6362
|
};
|
|
6251
6363
|
exact: {
|
|
@@ -6256,6 +6368,10 @@ export namespace TopHat {
|
|
|
6256
6368
|
type: StringConstructor;
|
|
6257
6369
|
default: undefined;
|
|
6258
6370
|
};
|
|
6371
|
+
addSlash: {
|
|
6372
|
+
type: BooleanConstructor;
|
|
6373
|
+
default: boolean;
|
|
6374
|
+
};
|
|
6259
6375
|
title: {
|
|
6260
6376
|
type: StringConstructor;
|
|
6261
6377
|
default: undefined;
|
|
@@ -6315,14 +6431,15 @@ export namespace TopHat {
|
|
|
6315
6431
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6316
6432
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6317
6433
|
}>, {
|
|
6318
|
-
to: string | Record<string, any>;
|
|
6319
6434
|
title: string;
|
|
6320
|
-
variant: "default" | "
|
|
6321
|
-
|
|
6322
|
-
target: string;
|
|
6435
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
6436
|
+
to: string | Record<string, any>;
|
|
6323
6437
|
exact: boolean;
|
|
6438
|
+
href: string;
|
|
6439
|
+
addSlash: boolean;
|
|
6324
6440
|
ariaLabel: string;
|
|
6325
6441
|
linkClass: string;
|
|
6442
|
+
target: string;
|
|
6326
6443
|
externalTargetBlank: boolean;
|
|
6327
6444
|
caret: boolean;
|
|
6328
6445
|
caretWrapperClass: string;
|
|
@@ -6478,8 +6595,8 @@ export namespace Dropdown {
|
|
|
6478
6595
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
6479
6596
|
}>, {
|
|
6480
6597
|
path: string;
|
|
6481
|
-
ariaExpanded: boolean;
|
|
6482
6598
|
invert: boolean;
|
|
6599
|
+
ariaExpanded: boolean;
|
|
6483
6600
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6484
6601
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6485
6602
|
NavDesktopDropdownContent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -6523,13 +6640,13 @@ export namespace Dropdown {
|
|
|
6523
6640
|
}, {}, {
|
|
6524
6641
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6525
6642
|
variant: {
|
|
6526
|
-
type: import("vue").PropType<"default" | "
|
|
6643
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
6527
6644
|
required: false;
|
|
6528
6645
|
default: string;
|
|
6529
6646
|
validator: (prop: string) => boolean;
|
|
6530
6647
|
};
|
|
6531
6648
|
to: {
|
|
6532
|
-
type: (
|
|
6649
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6533
6650
|
default: undefined;
|
|
6534
6651
|
};
|
|
6535
6652
|
exact: {
|
|
@@ -6540,6 +6657,10 @@ export namespace Dropdown {
|
|
|
6540
6657
|
type: StringConstructor;
|
|
6541
6658
|
default: undefined;
|
|
6542
6659
|
};
|
|
6660
|
+
addSlash: {
|
|
6661
|
+
type: BooleanConstructor;
|
|
6662
|
+
default: boolean;
|
|
6663
|
+
};
|
|
6543
6664
|
title: {
|
|
6544
6665
|
type: StringConstructor;
|
|
6545
6666
|
default: undefined;
|
|
@@ -6626,13 +6747,13 @@ export namespace Dropdown {
|
|
|
6626
6747
|
addTrailingSlash(path: string): string;
|
|
6627
6748
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6628
6749
|
variant: {
|
|
6629
|
-
type: import("vue").PropType<"default" | "
|
|
6750
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
6630
6751
|
required: false;
|
|
6631
6752
|
default: string;
|
|
6632
6753
|
validator: (prop: string) => boolean;
|
|
6633
6754
|
};
|
|
6634
6755
|
to: {
|
|
6635
|
-
type: (
|
|
6756
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6636
6757
|
default: undefined;
|
|
6637
6758
|
};
|
|
6638
6759
|
exact: {
|
|
@@ -6643,6 +6764,10 @@ export namespace Dropdown {
|
|
|
6643
6764
|
type: StringConstructor;
|
|
6644
6765
|
default: undefined;
|
|
6645
6766
|
};
|
|
6767
|
+
addSlash: {
|
|
6768
|
+
type: BooleanConstructor;
|
|
6769
|
+
default: boolean;
|
|
6770
|
+
};
|
|
6646
6771
|
title: {
|
|
6647
6772
|
type: StringConstructor;
|
|
6648
6773
|
default: undefined;
|
|
@@ -6702,14 +6827,15 @@ export namespace Dropdown {
|
|
|
6702
6827
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6703
6828
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6704
6829
|
}>, {
|
|
6705
|
-
to: string | Record<string, any>;
|
|
6706
6830
|
title: string;
|
|
6707
|
-
variant: "default" | "
|
|
6708
|
-
|
|
6709
|
-
target: string;
|
|
6831
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
6832
|
+
to: string | Record<string, any>;
|
|
6710
6833
|
exact: boolean;
|
|
6834
|
+
href: string;
|
|
6835
|
+
addSlash: boolean;
|
|
6711
6836
|
ariaLabel: string;
|
|
6712
6837
|
linkClass: string;
|
|
6838
|
+
target: string;
|
|
6713
6839
|
externalTargetBlank: boolean;
|
|
6714
6840
|
caret: boolean;
|
|
6715
6841
|
caretWrapperClass: string;
|
|
@@ -6796,13 +6922,13 @@ export namespace Dropdown {
|
|
|
6796
6922
|
}>> & Readonly<{}>, {}, {}, {
|
|
6797
6923
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6798
6924
|
variant: {
|
|
6799
|
-
type: import("vue").PropType<"default" | "
|
|
6925
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
6800
6926
|
required: false;
|
|
6801
6927
|
default: string;
|
|
6802
6928
|
validator: (prop: string) => boolean;
|
|
6803
6929
|
};
|
|
6804
6930
|
to: {
|
|
6805
|
-
type: (
|
|
6931
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6806
6932
|
default: undefined;
|
|
6807
6933
|
};
|
|
6808
6934
|
exact: {
|
|
@@ -6813,6 +6939,10 @@ export namespace Dropdown {
|
|
|
6813
6939
|
type: StringConstructor;
|
|
6814
6940
|
default: undefined;
|
|
6815
6941
|
};
|
|
6942
|
+
addSlash: {
|
|
6943
|
+
type: BooleanConstructor;
|
|
6944
|
+
default: boolean;
|
|
6945
|
+
};
|
|
6816
6946
|
title: {
|
|
6817
6947
|
type: StringConstructor;
|
|
6818
6948
|
default: undefined;
|
|
@@ -6899,13 +7029,13 @@ export namespace Dropdown {
|
|
|
6899
7029
|
addTrailingSlash(path: string): string;
|
|
6900
7030
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6901
7031
|
variant: {
|
|
6902
|
-
type: import("vue").PropType<"default" | "
|
|
7032
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
6903
7033
|
required: false;
|
|
6904
7034
|
default: string;
|
|
6905
7035
|
validator: (prop: string) => boolean;
|
|
6906
7036
|
};
|
|
6907
7037
|
to: {
|
|
6908
|
-
type: (
|
|
7038
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6909
7039
|
default: undefined;
|
|
6910
7040
|
};
|
|
6911
7041
|
exact: {
|
|
@@ -6916,6 +7046,10 @@ export namespace Dropdown {
|
|
|
6916
7046
|
type: StringConstructor;
|
|
6917
7047
|
default: undefined;
|
|
6918
7048
|
};
|
|
7049
|
+
addSlash: {
|
|
7050
|
+
type: BooleanConstructor;
|
|
7051
|
+
default: boolean;
|
|
7052
|
+
};
|
|
6919
7053
|
title: {
|
|
6920
7054
|
type: StringConstructor;
|
|
6921
7055
|
default: undefined;
|
|
@@ -6975,14 +7109,15 @@ export namespace Dropdown {
|
|
|
6975
7109
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6976
7110
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6977
7111
|
}>, {
|
|
6978
|
-
to: string | Record<string, any>;
|
|
6979
7112
|
title: string;
|
|
6980
|
-
variant: "default" | "
|
|
6981
|
-
|
|
6982
|
-
target: string;
|
|
7113
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
7114
|
+
to: string | Record<string, any>;
|
|
6983
7115
|
exact: boolean;
|
|
7116
|
+
href: string;
|
|
7117
|
+
addSlash: boolean;
|
|
6984
7118
|
ariaLabel: string;
|
|
6985
7119
|
linkClass: string;
|
|
7120
|
+
target: string;
|
|
6986
7121
|
externalTargetBlank: boolean;
|
|
6987
7122
|
caret: boolean;
|
|
6988
7123
|
caretWrapperClass: string;
|
|
@@ -7079,13 +7214,13 @@ export namespace Dropdown {
|
|
|
7079
7214
|
}>> & Readonly<{}>, {}, {}, {
|
|
7080
7215
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7081
7216
|
variant: {
|
|
7082
|
-
type: import("vue").PropType<"default" | "
|
|
7217
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
7083
7218
|
required: false;
|
|
7084
7219
|
default: string;
|
|
7085
7220
|
validator: (prop: string) => boolean;
|
|
7086
7221
|
};
|
|
7087
7222
|
to: {
|
|
7088
|
-
type: (
|
|
7223
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7089
7224
|
default: undefined;
|
|
7090
7225
|
};
|
|
7091
7226
|
exact: {
|
|
@@ -7096,6 +7231,10 @@ export namespace Dropdown {
|
|
|
7096
7231
|
type: StringConstructor;
|
|
7097
7232
|
default: undefined;
|
|
7098
7233
|
};
|
|
7234
|
+
addSlash: {
|
|
7235
|
+
type: BooleanConstructor;
|
|
7236
|
+
default: boolean;
|
|
7237
|
+
};
|
|
7099
7238
|
title: {
|
|
7100
7239
|
type: StringConstructor;
|
|
7101
7240
|
default: undefined;
|
|
@@ -7182,13 +7321,13 @@ export namespace Dropdown {
|
|
|
7182
7321
|
addTrailingSlash(path: string): string;
|
|
7183
7322
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7184
7323
|
variant: {
|
|
7185
|
-
type: import("vue").PropType<"default" | "
|
|
7324
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
7186
7325
|
required: false;
|
|
7187
7326
|
default: string;
|
|
7188
7327
|
validator: (prop: string) => boolean;
|
|
7189
7328
|
};
|
|
7190
7329
|
to: {
|
|
7191
|
-
type: (
|
|
7330
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7192
7331
|
default: undefined;
|
|
7193
7332
|
};
|
|
7194
7333
|
exact: {
|
|
@@ -7199,6 +7338,10 @@ export namespace Dropdown {
|
|
|
7199
7338
|
type: StringConstructor;
|
|
7200
7339
|
default: undefined;
|
|
7201
7340
|
};
|
|
7341
|
+
addSlash: {
|
|
7342
|
+
type: BooleanConstructor;
|
|
7343
|
+
default: boolean;
|
|
7344
|
+
};
|
|
7202
7345
|
title: {
|
|
7203
7346
|
type: StringConstructor;
|
|
7204
7347
|
default: undefined;
|
|
@@ -7258,14 +7401,15 @@ export namespace Dropdown {
|
|
|
7258
7401
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7259
7402
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7260
7403
|
}>, {
|
|
7261
|
-
to: string | Record<string, any>;
|
|
7262
7404
|
title: string;
|
|
7263
|
-
variant: "default" | "
|
|
7264
|
-
|
|
7265
|
-
target: string;
|
|
7405
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
7406
|
+
to: string | Record<string, any>;
|
|
7266
7407
|
exact: boolean;
|
|
7408
|
+
href: string;
|
|
7409
|
+
addSlash: boolean;
|
|
7267
7410
|
ariaLabel: string;
|
|
7268
7411
|
linkClass: string;
|
|
7412
|
+
target: string;
|
|
7269
7413
|
externalTargetBlank: boolean;
|
|
7270
7414
|
caret: boolean;
|
|
7271
7415
|
caretWrapperClass: string;
|
|
@@ -7346,7 +7490,7 @@ export namespace Dropdown {
|
|
|
7346
7490
|
default: string;
|
|
7347
7491
|
};
|
|
7348
7492
|
objectFitClass: {
|
|
7349
|
-
type: import("vue").PropType<"
|
|
7493
|
+
type: import("vue").PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
7350
7494
|
required: false;
|
|
7351
7495
|
default: string;
|
|
7352
7496
|
validator: (prop: string) => boolean;
|
|
@@ -7388,7 +7532,7 @@ export namespace Dropdown {
|
|
|
7388
7532
|
default: string;
|
|
7389
7533
|
};
|
|
7390
7534
|
objectFitClass: {
|
|
7391
|
-
type: import("vue").PropType<"
|
|
7535
|
+
type: import("vue").PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
7392
7536
|
required: false;
|
|
7393
7537
|
default: string;
|
|
7394
7538
|
validator: (prop: string) => boolean;
|
|
@@ -7420,13 +7564,13 @@ export namespace Dropdown {
|
|
|
7420
7564
|
default: string;
|
|
7421
7565
|
};
|
|
7422
7566
|
}>> & Readonly<{}>, {
|
|
7423
|
-
imageClass: string;
|
|
7424
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
7425
|
-
srcset: string;
|
|
7426
7567
|
alt: string;
|
|
7427
7568
|
width: string | number;
|
|
7428
7569
|
height: string | number;
|
|
7570
|
+
srcset: string;
|
|
7429
7571
|
loading: "lazy" | "eager" | undefined;
|
|
7572
|
+
imageClass: string;
|
|
7573
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
7430
7574
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7431
7575
|
BaseImagePlaceholder: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7432
7576
|
darkMode: {
|
|
@@ -7543,13 +7687,13 @@ export namespace DropdownContent {
|
|
|
7543
7687
|
}, {}, {
|
|
7544
7688
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7545
7689
|
variant: {
|
|
7546
|
-
type: import("vue").PropType<"default" | "
|
|
7690
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
7547
7691
|
required: false;
|
|
7548
7692
|
default: string;
|
|
7549
7693
|
validator: (prop: string) => boolean;
|
|
7550
7694
|
};
|
|
7551
7695
|
to: {
|
|
7552
|
-
type: (
|
|
7696
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7553
7697
|
default: undefined;
|
|
7554
7698
|
};
|
|
7555
7699
|
exact: {
|
|
@@ -7560,6 +7704,10 @@ export namespace DropdownContent {
|
|
|
7560
7704
|
type: StringConstructor;
|
|
7561
7705
|
default: undefined;
|
|
7562
7706
|
};
|
|
7707
|
+
addSlash: {
|
|
7708
|
+
type: BooleanConstructor;
|
|
7709
|
+
default: boolean;
|
|
7710
|
+
};
|
|
7563
7711
|
title: {
|
|
7564
7712
|
type: StringConstructor;
|
|
7565
7713
|
default: undefined;
|
|
@@ -7646,13 +7794,13 @@ export namespace DropdownContent {
|
|
|
7646
7794
|
addTrailingSlash(path: string): string;
|
|
7647
7795
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7648
7796
|
variant: {
|
|
7649
|
-
type: import("vue").PropType<"default" | "
|
|
7797
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
7650
7798
|
required: false;
|
|
7651
7799
|
default: string;
|
|
7652
7800
|
validator: (prop: string) => boolean;
|
|
7653
7801
|
};
|
|
7654
7802
|
to: {
|
|
7655
|
-
type: (
|
|
7803
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7656
7804
|
default: undefined;
|
|
7657
7805
|
};
|
|
7658
7806
|
exact: {
|
|
@@ -7663,6 +7811,10 @@ export namespace DropdownContent {
|
|
|
7663
7811
|
type: StringConstructor;
|
|
7664
7812
|
default: undefined;
|
|
7665
7813
|
};
|
|
7814
|
+
addSlash: {
|
|
7815
|
+
type: BooleanConstructor;
|
|
7816
|
+
default: boolean;
|
|
7817
|
+
};
|
|
7666
7818
|
title: {
|
|
7667
7819
|
type: StringConstructor;
|
|
7668
7820
|
default: undefined;
|
|
@@ -7722,14 +7874,15 @@ export namespace DropdownContent {
|
|
|
7722
7874
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7723
7875
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7724
7876
|
}>, {
|
|
7725
|
-
to: string | Record<string, any>;
|
|
7726
7877
|
title: string;
|
|
7727
|
-
variant: "default" | "
|
|
7728
|
-
|
|
7729
|
-
target: string;
|
|
7878
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
7879
|
+
to: string | Record<string, any>;
|
|
7730
7880
|
exact: boolean;
|
|
7881
|
+
href: string;
|
|
7882
|
+
addSlash: boolean;
|
|
7731
7883
|
ariaLabel: string;
|
|
7732
7884
|
linkClass: string;
|
|
7885
|
+
target: string;
|
|
7733
7886
|
externalTargetBlank: boolean;
|
|
7734
7887
|
caret: boolean;
|
|
7735
7888
|
caretWrapperClass: string;
|
|
@@ -7816,13 +7969,13 @@ export namespace DropdownContent {
|
|
|
7816
7969
|
}>> & Readonly<{}>, {}, {}, {
|
|
7817
7970
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7818
7971
|
variant: {
|
|
7819
|
-
type: import("vue").PropType<"default" | "
|
|
7972
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
7820
7973
|
required: false;
|
|
7821
7974
|
default: string;
|
|
7822
7975
|
validator: (prop: string) => boolean;
|
|
7823
7976
|
};
|
|
7824
7977
|
to: {
|
|
7825
|
-
type: (
|
|
7978
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7826
7979
|
default: undefined;
|
|
7827
7980
|
};
|
|
7828
7981
|
exact: {
|
|
@@ -7833,6 +7986,10 @@ export namespace DropdownContent {
|
|
|
7833
7986
|
type: StringConstructor;
|
|
7834
7987
|
default: undefined;
|
|
7835
7988
|
};
|
|
7989
|
+
addSlash: {
|
|
7990
|
+
type: BooleanConstructor;
|
|
7991
|
+
default: boolean;
|
|
7992
|
+
};
|
|
7836
7993
|
title: {
|
|
7837
7994
|
type: StringConstructor;
|
|
7838
7995
|
default: undefined;
|
|
@@ -7919,13 +8076,13 @@ export namespace DropdownContent {
|
|
|
7919
8076
|
addTrailingSlash(path: string): string;
|
|
7920
8077
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7921
8078
|
variant: {
|
|
7922
|
-
type: import("vue").PropType<"default" | "
|
|
8079
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
7923
8080
|
required: false;
|
|
7924
8081
|
default: string;
|
|
7925
8082
|
validator: (prop: string) => boolean;
|
|
7926
8083
|
};
|
|
7927
8084
|
to: {
|
|
7928
|
-
type: (
|
|
8085
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7929
8086
|
default: undefined;
|
|
7930
8087
|
};
|
|
7931
8088
|
exact: {
|
|
@@ -7936,6 +8093,10 @@ export namespace DropdownContent {
|
|
|
7936
8093
|
type: StringConstructor;
|
|
7937
8094
|
default: undefined;
|
|
7938
8095
|
};
|
|
8096
|
+
addSlash: {
|
|
8097
|
+
type: BooleanConstructor;
|
|
8098
|
+
default: boolean;
|
|
8099
|
+
};
|
|
7939
8100
|
title: {
|
|
7940
8101
|
type: StringConstructor;
|
|
7941
8102
|
default: undefined;
|
|
@@ -7995,14 +8156,15 @@ export namespace DropdownContent {
|
|
|
7995
8156
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7996
8157
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7997
8158
|
}>, {
|
|
7998
|
-
to: string | Record<string, any>;
|
|
7999
8159
|
title: string;
|
|
8000
|
-
variant: "default" | "
|
|
8001
|
-
|
|
8002
|
-
target: string;
|
|
8160
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
8161
|
+
to: string | Record<string, any>;
|
|
8003
8162
|
exact: boolean;
|
|
8163
|
+
href: string;
|
|
8164
|
+
addSlash: boolean;
|
|
8004
8165
|
ariaLabel: string;
|
|
8005
8166
|
linkClass: string;
|
|
8167
|
+
target: string;
|
|
8006
8168
|
externalTargetBlank: boolean;
|
|
8007
8169
|
caret: boolean;
|
|
8008
8170
|
caretWrapperClass: string;
|
|
@@ -8099,13 +8261,13 @@ export namespace DropdownContent {
|
|
|
8099
8261
|
}>> & Readonly<{}>, {}, {}, {
|
|
8100
8262
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8101
8263
|
variant: {
|
|
8102
|
-
type: import("vue").PropType<"default" | "
|
|
8264
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
8103
8265
|
required: false;
|
|
8104
8266
|
default: string;
|
|
8105
8267
|
validator: (prop: string) => boolean;
|
|
8106
8268
|
};
|
|
8107
8269
|
to: {
|
|
8108
|
-
type: (
|
|
8270
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8109
8271
|
default: undefined;
|
|
8110
8272
|
};
|
|
8111
8273
|
exact: {
|
|
@@ -8116,6 +8278,10 @@ export namespace DropdownContent {
|
|
|
8116
8278
|
type: StringConstructor;
|
|
8117
8279
|
default: undefined;
|
|
8118
8280
|
};
|
|
8281
|
+
addSlash: {
|
|
8282
|
+
type: BooleanConstructor;
|
|
8283
|
+
default: boolean;
|
|
8284
|
+
};
|
|
8119
8285
|
title: {
|
|
8120
8286
|
type: StringConstructor;
|
|
8121
8287
|
default: undefined;
|
|
@@ -8202,13 +8368,13 @@ export namespace DropdownContent {
|
|
|
8202
8368
|
addTrailingSlash(path: string): string;
|
|
8203
8369
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8204
8370
|
variant: {
|
|
8205
|
-
type: import("vue").PropType<"default" | "
|
|
8371
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
8206
8372
|
required: false;
|
|
8207
8373
|
default: string;
|
|
8208
8374
|
validator: (prop: string) => boolean;
|
|
8209
8375
|
};
|
|
8210
8376
|
to: {
|
|
8211
|
-
type: (
|
|
8377
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8212
8378
|
default: undefined;
|
|
8213
8379
|
};
|
|
8214
8380
|
exact: {
|
|
@@ -8219,6 +8385,10 @@ export namespace DropdownContent {
|
|
|
8219
8385
|
type: StringConstructor;
|
|
8220
8386
|
default: undefined;
|
|
8221
8387
|
};
|
|
8388
|
+
addSlash: {
|
|
8389
|
+
type: BooleanConstructor;
|
|
8390
|
+
default: boolean;
|
|
8391
|
+
};
|
|
8222
8392
|
title: {
|
|
8223
8393
|
type: StringConstructor;
|
|
8224
8394
|
default: undefined;
|
|
@@ -8278,14 +8448,15 @@ export namespace DropdownContent {
|
|
|
8278
8448
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
8279
8449
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
8280
8450
|
}>, {
|
|
8281
|
-
to: string | Record<string, any>;
|
|
8282
8451
|
title: string;
|
|
8283
|
-
variant: "default" | "
|
|
8284
|
-
|
|
8285
|
-
target: string;
|
|
8452
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
8453
|
+
to: string | Record<string, any>;
|
|
8286
8454
|
exact: boolean;
|
|
8455
|
+
href: string;
|
|
8456
|
+
addSlash: boolean;
|
|
8287
8457
|
ariaLabel: string;
|
|
8288
8458
|
linkClass: string;
|
|
8459
|
+
target: string;
|
|
8289
8460
|
externalTargetBlank: boolean;
|
|
8290
8461
|
caret: boolean;
|
|
8291
8462
|
caretWrapperClass: string;
|
|
@@ -8366,7 +8537,7 @@ export namespace DropdownContent {
|
|
|
8366
8537
|
default: string;
|
|
8367
8538
|
};
|
|
8368
8539
|
objectFitClass: {
|
|
8369
|
-
type: import("vue").PropType<"
|
|
8540
|
+
type: import("vue").PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
8370
8541
|
required: false;
|
|
8371
8542
|
default: string;
|
|
8372
8543
|
validator: (prop: string) => boolean;
|
|
@@ -8408,7 +8579,7 @@ export namespace DropdownContent {
|
|
|
8408
8579
|
default: string;
|
|
8409
8580
|
};
|
|
8410
8581
|
objectFitClass: {
|
|
8411
|
-
type: import("vue").PropType<"
|
|
8582
|
+
type: import("vue").PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
8412
8583
|
required: false;
|
|
8413
8584
|
default: string;
|
|
8414
8585
|
validator: (prop: string) => boolean;
|
|
@@ -8440,13 +8611,13 @@ export namespace DropdownContent {
|
|
|
8440
8611
|
default: string;
|
|
8441
8612
|
};
|
|
8442
8613
|
}>> & Readonly<{}>, {
|
|
8443
|
-
imageClass: string;
|
|
8444
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
8445
|
-
srcset: string;
|
|
8446
8614
|
alt: string;
|
|
8447
8615
|
width: string | number;
|
|
8448
8616
|
height: string | number;
|
|
8617
|
+
srcset: string;
|
|
8449
8618
|
loading: "lazy" | "eager" | undefined;
|
|
8619
|
+
imageClass: string;
|
|
8620
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
8450
8621
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8451
8622
|
BaseImagePlaceholder: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8452
8623
|
darkMode: {
|
|
@@ -8564,13 +8735,13 @@ export namespace DropdownMore {
|
|
|
8564
8735
|
}, {}, {
|
|
8565
8736
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8566
8737
|
variant: {
|
|
8567
|
-
type: import("vue").PropType<"default" | "
|
|
8738
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
8568
8739
|
required: false;
|
|
8569
8740
|
default: string;
|
|
8570
8741
|
validator: (prop: string) => boolean;
|
|
8571
8742
|
};
|
|
8572
8743
|
to: {
|
|
8573
|
-
type: (
|
|
8744
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8574
8745
|
default: undefined;
|
|
8575
8746
|
};
|
|
8576
8747
|
exact: {
|
|
@@ -8581,6 +8752,10 @@ export namespace DropdownMore {
|
|
|
8581
8752
|
type: StringConstructor;
|
|
8582
8753
|
default: undefined;
|
|
8583
8754
|
};
|
|
8755
|
+
addSlash: {
|
|
8756
|
+
type: BooleanConstructor;
|
|
8757
|
+
default: boolean;
|
|
8758
|
+
};
|
|
8584
8759
|
title: {
|
|
8585
8760
|
type: StringConstructor;
|
|
8586
8761
|
default: undefined;
|
|
@@ -8667,13 +8842,13 @@ export namespace DropdownMore {
|
|
|
8667
8842
|
addTrailingSlash(path: string): string;
|
|
8668
8843
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8669
8844
|
variant: {
|
|
8670
|
-
type: import("vue").PropType<"default" | "
|
|
8845
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
8671
8846
|
required: false;
|
|
8672
8847
|
default: string;
|
|
8673
8848
|
validator: (prop: string) => boolean;
|
|
8674
8849
|
};
|
|
8675
8850
|
to: {
|
|
8676
|
-
type: (
|
|
8851
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8677
8852
|
default: undefined;
|
|
8678
8853
|
};
|
|
8679
8854
|
exact: {
|
|
@@ -8684,6 +8859,10 @@ export namespace DropdownMore {
|
|
|
8684
8859
|
type: StringConstructor;
|
|
8685
8860
|
default: undefined;
|
|
8686
8861
|
};
|
|
8862
|
+
addSlash: {
|
|
8863
|
+
type: BooleanConstructor;
|
|
8864
|
+
default: boolean;
|
|
8865
|
+
};
|
|
8687
8866
|
title: {
|
|
8688
8867
|
type: StringConstructor;
|
|
8689
8868
|
default: undefined;
|
|
@@ -8743,14 +8922,15 @@ export namespace DropdownMore {
|
|
|
8743
8922
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
8744
8923
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
8745
8924
|
}>, {
|
|
8746
|
-
to: string | Record<string, any>;
|
|
8747
8925
|
title: string;
|
|
8748
|
-
variant: "default" | "
|
|
8749
|
-
|
|
8750
|
-
target: string;
|
|
8926
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
8927
|
+
to: string | Record<string, any>;
|
|
8751
8928
|
exact: boolean;
|
|
8929
|
+
href: string;
|
|
8930
|
+
addSlash: boolean;
|
|
8752
8931
|
ariaLabel: string;
|
|
8753
8932
|
linkClass: string;
|
|
8933
|
+
target: string;
|
|
8754
8934
|
externalTargetBlank: boolean;
|
|
8755
8935
|
caret: boolean;
|
|
8756
8936
|
caretWrapperClass: string;
|
|
@@ -8837,13 +9017,13 @@ export namespace DropdownMore {
|
|
|
8837
9017
|
}>> & Readonly<{}>, {}, {}, {
|
|
8838
9018
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8839
9019
|
variant: {
|
|
8840
|
-
type: import("vue").PropType<"default" | "
|
|
9020
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
8841
9021
|
required: false;
|
|
8842
9022
|
default: string;
|
|
8843
9023
|
validator: (prop: string) => boolean;
|
|
8844
9024
|
};
|
|
8845
9025
|
to: {
|
|
8846
|
-
type: (
|
|
9026
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8847
9027
|
default: undefined;
|
|
8848
9028
|
};
|
|
8849
9029
|
exact: {
|
|
@@ -8854,6 +9034,10 @@ export namespace DropdownMore {
|
|
|
8854
9034
|
type: StringConstructor;
|
|
8855
9035
|
default: undefined;
|
|
8856
9036
|
};
|
|
9037
|
+
addSlash: {
|
|
9038
|
+
type: BooleanConstructor;
|
|
9039
|
+
default: boolean;
|
|
9040
|
+
};
|
|
8857
9041
|
title: {
|
|
8858
9042
|
type: StringConstructor;
|
|
8859
9043
|
default: undefined;
|
|
@@ -8940,13 +9124,13 @@ export namespace DropdownMore {
|
|
|
8940
9124
|
addTrailingSlash(path: string): string;
|
|
8941
9125
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8942
9126
|
variant: {
|
|
8943
|
-
type: import("vue").PropType<"default" | "
|
|
9127
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
8944
9128
|
required: false;
|
|
8945
9129
|
default: string;
|
|
8946
9130
|
validator: (prop: string) => boolean;
|
|
8947
9131
|
};
|
|
8948
9132
|
to: {
|
|
8949
|
-
type: (
|
|
9133
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8950
9134
|
default: undefined;
|
|
8951
9135
|
};
|
|
8952
9136
|
exact: {
|
|
@@ -8957,6 +9141,10 @@ export namespace DropdownMore {
|
|
|
8957
9141
|
type: StringConstructor;
|
|
8958
9142
|
default: undefined;
|
|
8959
9143
|
};
|
|
9144
|
+
addSlash: {
|
|
9145
|
+
type: BooleanConstructor;
|
|
9146
|
+
default: boolean;
|
|
9147
|
+
};
|
|
8960
9148
|
title: {
|
|
8961
9149
|
type: StringConstructor;
|
|
8962
9150
|
default: undefined;
|
|
@@ -9016,14 +9204,15 @@ export namespace DropdownMore {
|
|
|
9016
9204
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
9017
9205
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
9018
9206
|
}>, {
|
|
9019
|
-
to: string | Record<string, any>;
|
|
9020
9207
|
title: string;
|
|
9021
|
-
variant: "default" | "
|
|
9022
|
-
|
|
9023
|
-
target: string;
|
|
9208
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
9209
|
+
to: string | Record<string, any>;
|
|
9024
9210
|
exact: boolean;
|
|
9211
|
+
href: string;
|
|
9212
|
+
addSlash: boolean;
|
|
9025
9213
|
ariaLabel: string;
|
|
9026
9214
|
linkClass: string;
|
|
9215
|
+
target: string;
|
|
9027
9216
|
externalTargetBlank: boolean;
|
|
9028
9217
|
caret: boolean;
|
|
9029
9218
|
caretWrapperClass: string;
|
|
@@ -9157,7 +9346,7 @@ export namespace DropdownMore {
|
|
|
9157
9346
|
}, {}, {
|
|
9158
9347
|
BaseButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
9159
9348
|
variant: {
|
|
9160
|
-
type: import("vue").PropType<"
|
|
9349
|
+
type: import("vue").PropType<"primary" | "secondary" | "dark" | "social">;
|
|
9161
9350
|
required: false;
|
|
9162
9351
|
default: string;
|
|
9163
9352
|
validator: (prop: string) => boolean;
|
|
@@ -9183,7 +9372,7 @@ export namespace DropdownMore {
|
|
|
9183
9372
|
required: false;
|
|
9184
9373
|
};
|
|
9185
9374
|
to: {
|
|
9186
|
-
type: (
|
|
9375
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
9187
9376
|
required: false;
|
|
9188
9377
|
default: undefined;
|
|
9189
9378
|
};
|
|
@@ -9199,7 +9388,7 @@ export namespace DropdownMore {
|
|
|
9199
9388
|
variantClass(): string;
|
|
9200
9389
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9201
9390
|
variant: {
|
|
9202
|
-
type: import("vue").PropType<"
|
|
9391
|
+
type: import("vue").PropType<"primary" | "secondary" | "dark" | "social">;
|
|
9203
9392
|
required: false;
|
|
9204
9393
|
default: string;
|
|
9205
9394
|
validator: (prop: string) => boolean;
|
|
@@ -9225,7 +9414,7 @@ export namespace DropdownMore {
|
|
|
9225
9414
|
required: false;
|
|
9226
9415
|
};
|
|
9227
9416
|
to: {
|
|
9228
|
-
type: (
|
|
9417
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
9229
9418
|
required: false;
|
|
9230
9419
|
default: undefined;
|
|
9231
9420
|
};
|
|
@@ -9237,13 +9426,13 @@ export namespace DropdownMore {
|
|
|
9237
9426
|
}>> & Readonly<{
|
|
9238
9427
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
9239
9428
|
}>, {
|
|
9429
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
9240
9430
|
to: string | Record<string, any>;
|
|
9241
|
-
disabled: boolean;
|
|
9242
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
9243
9431
|
href: string;
|
|
9244
9432
|
ariaLabel: string;
|
|
9245
9433
|
compact: boolean;
|
|
9246
9434
|
blockClasses: string;
|
|
9435
|
+
disabled: boolean;
|
|
9247
9436
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9248
9437
|
IconSocialFacebook: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9249
9438
|
IconSocialTwitter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -9271,13 +9460,13 @@ export namespace DropdownMore {
|
|
|
9271
9460
|
}>> & Readonly<{}>, {}, {}, {
|
|
9272
9461
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
9273
9462
|
variant: {
|
|
9274
|
-
type: import("vue").PropType<"default" | "
|
|
9463
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
9275
9464
|
required: false;
|
|
9276
9465
|
default: string;
|
|
9277
9466
|
validator: (prop: string) => boolean;
|
|
9278
9467
|
};
|
|
9279
9468
|
to: {
|
|
9280
|
-
type: (
|
|
9469
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
9281
9470
|
default: undefined;
|
|
9282
9471
|
};
|
|
9283
9472
|
exact: {
|
|
@@ -9288,6 +9477,10 @@ export namespace DropdownMore {
|
|
|
9288
9477
|
type: StringConstructor;
|
|
9289
9478
|
default: undefined;
|
|
9290
9479
|
};
|
|
9480
|
+
addSlash: {
|
|
9481
|
+
type: BooleanConstructor;
|
|
9482
|
+
default: boolean;
|
|
9483
|
+
};
|
|
9291
9484
|
title: {
|
|
9292
9485
|
type: StringConstructor;
|
|
9293
9486
|
default: undefined;
|
|
@@ -9374,13 +9567,13 @@ export namespace DropdownMore {
|
|
|
9374
9567
|
addTrailingSlash(path: string): string;
|
|
9375
9568
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9376
9569
|
variant: {
|
|
9377
|
-
type: import("vue").PropType<"default" | "
|
|
9570
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
9378
9571
|
required: false;
|
|
9379
9572
|
default: string;
|
|
9380
9573
|
validator: (prop: string) => boolean;
|
|
9381
9574
|
};
|
|
9382
9575
|
to: {
|
|
9383
|
-
type: (
|
|
9576
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
9384
9577
|
default: undefined;
|
|
9385
9578
|
};
|
|
9386
9579
|
exact: {
|
|
@@ -9391,6 +9584,10 @@ export namespace DropdownMore {
|
|
|
9391
9584
|
type: StringConstructor;
|
|
9392
9585
|
default: undefined;
|
|
9393
9586
|
};
|
|
9587
|
+
addSlash: {
|
|
9588
|
+
type: BooleanConstructor;
|
|
9589
|
+
default: boolean;
|
|
9590
|
+
};
|
|
9394
9591
|
title: {
|
|
9395
9592
|
type: StringConstructor;
|
|
9396
9593
|
default: undefined;
|
|
@@ -9450,14 +9647,15 @@ export namespace DropdownMore {
|
|
|
9450
9647
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
9451
9648
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
9452
9649
|
}>, {
|
|
9453
|
-
to: string | Record<string, any>;
|
|
9454
9650
|
title: string;
|
|
9455
|
-
variant: "default" | "
|
|
9456
|
-
|
|
9457
|
-
target: string;
|
|
9651
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
9652
|
+
to: string | Record<string, any>;
|
|
9458
9653
|
exact: boolean;
|
|
9654
|
+
href: string;
|
|
9655
|
+
addSlash: boolean;
|
|
9459
9656
|
ariaLabel: string;
|
|
9460
9657
|
linkClass: string;
|
|
9658
|
+
target: string;
|
|
9461
9659
|
externalTargetBlank: boolean;
|
|
9462
9660
|
caret: boolean;
|
|
9463
9661
|
caretWrapperClass: string;
|
|
@@ -9538,7 +9736,7 @@ export namespace DropdownMore {
|
|
|
9538
9736
|
default: string;
|
|
9539
9737
|
};
|
|
9540
9738
|
objectFitClass: {
|
|
9541
|
-
type: import("vue").PropType<"
|
|
9739
|
+
type: import("vue").PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
9542
9740
|
required: false;
|
|
9543
9741
|
default: string;
|
|
9544
9742
|
validator: (prop: string) => boolean;
|
|
@@ -9580,7 +9778,7 @@ export namespace DropdownMore {
|
|
|
9580
9778
|
default: string;
|
|
9581
9779
|
};
|
|
9582
9780
|
objectFitClass: {
|
|
9583
|
-
type: import("vue").PropType<"
|
|
9781
|
+
type: import("vue").PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
9584
9782
|
required: false;
|
|
9585
9783
|
default: string;
|
|
9586
9784
|
validator: (prop: string) => boolean;
|
|
@@ -9612,13 +9810,13 @@ export namespace DropdownMore {
|
|
|
9612
9810
|
default: string;
|
|
9613
9811
|
};
|
|
9614
9812
|
}>> & Readonly<{}>, {
|
|
9615
|
-
imageClass: string;
|
|
9616
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
9617
|
-
srcset: string;
|
|
9618
9813
|
alt: string;
|
|
9619
9814
|
width: string | number;
|
|
9620
9815
|
height: string | number;
|
|
9816
|
+
srcset: string;
|
|
9621
9817
|
loading: "lazy" | "eager" | undefined;
|
|
9818
|
+
imageClass: string;
|
|
9819
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
9622
9820
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9623
9821
|
BaseImagePlaceholder: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
9624
9822
|
darkMode: {
|
|
@@ -9691,13 +9889,13 @@ export namespace DropdownMore {
|
|
|
9691
9889
|
}>> & Readonly<{}>, {}, {}, {
|
|
9692
9890
|
BaseLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
9693
9891
|
variant: {
|
|
9694
|
-
type: import("vue").PropType<"default" | "
|
|
9892
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
9695
9893
|
required: false;
|
|
9696
9894
|
default: string;
|
|
9697
9895
|
validator: (prop: string) => boolean;
|
|
9698
9896
|
};
|
|
9699
9897
|
to: {
|
|
9700
|
-
type: (
|
|
9898
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
9701
9899
|
default: undefined;
|
|
9702
9900
|
};
|
|
9703
9901
|
exact: {
|
|
@@ -9708,6 +9906,10 @@ export namespace DropdownMore {
|
|
|
9708
9906
|
type: StringConstructor;
|
|
9709
9907
|
default: undefined;
|
|
9710
9908
|
};
|
|
9909
|
+
addSlash: {
|
|
9910
|
+
type: BooleanConstructor;
|
|
9911
|
+
default: boolean;
|
|
9912
|
+
};
|
|
9711
9913
|
title: {
|
|
9712
9914
|
type: StringConstructor;
|
|
9713
9915
|
default: undefined;
|
|
@@ -9794,13 +9996,13 @@ export namespace DropdownMore {
|
|
|
9794
9996
|
addTrailingSlash(path: string): string;
|
|
9795
9997
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9796
9998
|
variant: {
|
|
9797
|
-
type: import("vue").PropType<"default" | "
|
|
9999
|
+
type: import("vue").PropType<"default" | "primary" | "secondary" | "none">;
|
|
9798
10000
|
required: false;
|
|
9799
10001
|
default: string;
|
|
9800
10002
|
validator: (prop: string) => boolean;
|
|
9801
10003
|
};
|
|
9802
10004
|
to: {
|
|
9803
|
-
type: (
|
|
10005
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
9804
10006
|
default: undefined;
|
|
9805
10007
|
};
|
|
9806
10008
|
exact: {
|
|
@@ -9811,6 +10013,10 @@ export namespace DropdownMore {
|
|
|
9811
10013
|
type: StringConstructor;
|
|
9812
10014
|
default: undefined;
|
|
9813
10015
|
};
|
|
10016
|
+
addSlash: {
|
|
10017
|
+
type: BooleanConstructor;
|
|
10018
|
+
default: boolean;
|
|
10019
|
+
};
|
|
9814
10020
|
title: {
|
|
9815
10021
|
type: StringConstructor;
|
|
9816
10022
|
default: undefined;
|
|
@@ -9870,14 +10076,15 @@ export namespace DropdownMore {
|
|
|
9870
10076
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
9871
10077
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
9872
10078
|
}>, {
|
|
9873
|
-
to: string | Record<string, any>;
|
|
9874
10079
|
title: string;
|
|
9875
|
-
variant: "default" | "
|
|
9876
|
-
|
|
9877
|
-
target: string;
|
|
10080
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
10081
|
+
to: string | Record<string, any>;
|
|
9878
10082
|
exact: boolean;
|
|
10083
|
+
href: string;
|
|
10084
|
+
addSlash: boolean;
|
|
9879
10085
|
ariaLabel: string;
|
|
9880
10086
|
linkClass: string;
|
|
10087
|
+
target: string;
|
|
9881
10088
|
externalTargetBlank: boolean;
|
|
9882
10089
|
caret: boolean;
|
|
9883
10090
|
caretWrapperClass: string;
|