@explorer-1/vue 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/components.d.ts +4 -0
- package/dist/explorer-1-vue.css +1 -0
- package/dist/explorer-1-vue.d.ts +1 -1
- package/dist/explorer-1-vue.js +39784 -31438
- package/dist/explorer-1-vue.umd.cjs +58 -66
- package/dist/src/App.vue.d.ts +2 -0
- package/dist/src/components/AboutTheAuthor/AboutTheAuthor.vue.d.ts +27 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +17 -9
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +6 -6
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +6 -7
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +48 -43
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +6 -6
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +4 -5
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +0 -1
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +5 -5
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +3 -4
- package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +13 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +17 -9
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +0 -1
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +17 -7
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +42 -42
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +6 -6
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +6 -6
- package/dist/src/components/BasePill/BasePill.vue.d.ts +6 -7
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +2 -2
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +0 -1
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +0 -1
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +0 -1
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +3 -25
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +6 -7
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +51 -34
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +24 -16
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +7 -8
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +5 -5
- package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +23 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.vue.d.ts +7 -28
- package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +4 -23
- package/dist/src/components/BlockCsrTable/CsrTestLimits.vue.d.ts +2 -24
- package/dist/src/components/BlockCsrTable/CsrTestLimitsTable.vue.d.ts +6 -24
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +6 -7
- package/dist/src/components/BlockDialog/BlockDialog.vue.d.ts +57 -0
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +4 -12
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +1 -1
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +0 -1
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +17 -9
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +282 -174
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +47 -30
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +23 -15
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +23 -15
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +28 -20
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +22 -14
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +17 -9
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +33 -25
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +22 -14
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +4 -5
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +24 -16
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +40 -194
- package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +4 -34
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +2 -24
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +92 -227
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +92 -228
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +25 -17
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +22 -14
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue.d.ts +18 -111
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +85 -40
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +17 -9
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +19 -11
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +19 -10
- package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +23 -15
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +46 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +475 -622
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +14 -14
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +17 -9
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +17 -9
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +7 -8
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +3 -28
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +24 -16
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +17 -9
- package/dist/src/components/EduSubjectIcon/EduSubjectIcon.vue.d.ts +2 -23
- package/dist/src/components/EventCard/EventCard.vue.d.ts +26 -88
- package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +6 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +8 -35
- package/dist/src/components/FormContact/FormContact.stories.d.ts +31 -193
- package/dist/src/components/FormContact/FormContact.vue.d.ts +31 -193
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +19 -111
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +19 -111
- package/dist/src/components/HeroInlineMedia/HeroInlineMedia.vue.d.ts +3 -27
- package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +81 -8
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +7 -8
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +22 -14
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +19 -11
- package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +32 -5
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +22 -14
- package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +39 -11
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +34 -17
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +17 -9
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +11 -12
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +17 -8
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +40 -23
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +17 -8
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +264 -156
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +44 -27
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +27 -18
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +5 -5
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +5 -5
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +1 -1
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +7 -7
- package/dist/src/components/MetaPanel/MetaPanel.vue.d.ts +42 -0
- package/dist/src/components/MetaPanelAccordion/MetaPanelAccordion.vue.d.ts +8 -0
- package/dist/src/components/MetaPanelItems/MetaPanelItems.vue.d.ts +17 -0
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +4 -32
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +3 -33
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +7 -8
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +22 -14
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +33 -33
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +13 -14
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +61 -35
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +54 -36
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +27 -19
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +0 -1
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +0 -1
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +525 -318
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +158 -105
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +1 -1
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +56 -29
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +79 -43
- package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +297 -0
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +97 -70
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +1753 -0
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +1 -1
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +17 -8
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +22 -13
- package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +3 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +856 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +291 -0
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +34 -17
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +17 -8
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +17 -8
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +428 -281
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +99 -72
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +38 -21
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +297 -213
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +17 -9
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +18 -9
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +4 -27
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +39 -22
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +22 -13
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +17 -8
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +17 -9
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +6 -6
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +6 -6
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +0 -1
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +67 -212
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +22 -14
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +118 -271
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +0 -1
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +0 -1
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +5 -29
- package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +12 -27
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +21 -57
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +6 -6
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +115 -312
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +90 -252
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +210 -568
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +6 -6
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +2 -11
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +6 -6
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +421 -0
- package/dist/src/components/TextArea/TextArea.vue.d.ts +24 -82
- package/dist/src/components/TextInput/TextInput.vue.d.ts +27 -104
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +29 -21
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +117 -270
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +39 -21
- package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +925 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +59 -42
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +32 -24
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +16 -16
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +28 -19
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +28 -20
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +22 -14
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +70 -44
- package/dist/src/docs/foundation/DynamicTokens.vue.d.ts +2 -0
- package/dist/src/docs/foundation/FontVariants.vue.d.ts +2 -0
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +4 -4
- package/dist/src/docs/utils/ColorRow.d.ts +6 -0
- package/dist/src/interfaces.d.ts +0 -1
- package/dist/src/main.d.ts +0 -1
- package/dist/src/store/theme.d.ts +0 -1
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +6188 -0
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +756 -1262
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +638 -972
- package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +17037 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +638 -912
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +3017 -0
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +877 -0
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +14610 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +15515 -0
- package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduHome/PageEduHome.vue.d.ts +15 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +909 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLessonSection.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.vue.d.ts +24 -0
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +881 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +894 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue.d.ts +20 -0
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +871 -0
- package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.vue.d.ts +7 -0
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +14087 -0
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +13853 -0
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +3422 -0
- package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +5997 -0
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +963 -0
- package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.vue.d.ts +181 -0
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +4792 -0
- package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +7977 -0
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +5783 -0
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +3495 -0
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +1135 -0
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +17 -2
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +14868 -0
- package/dist/src/templates/www/PageTimeline/BlockMilestone.vue.d.ts +326 -0
- package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +2418 -0
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +6277 -0
- package/dist/src/utils/anchorizeBlock.d.ts +0 -1
- package/dist/src/utils/anchorizeStreamfield.d.ts +0 -1
- package/dist/src/utils/mixins.d.ts +0 -1
- package/dist/src/utils/rangeifyGrades.d.ts +0 -1
- package/package.json +2 -2
- package/src/components/BlockCsrTable/BlockCsrTable.vue +4 -31
- package/src/components/BlockCsrTable/{CsrTestLimits.vue → CsrDetails.vue} +4 -5
- package/src/components/HomepageStats/HomepageStats.vue +1 -1
- package/src/components/NavDesktop/NavDesktopDropdown.vue +1 -1
- package/src/components/NavLinkList/NavLinkList.vue +1 -1
- package/dist/style.css +0 -1
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-Bold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBoldItalic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Regular.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hair It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hairline.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlack.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text.otf +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Bold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-ExtraBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Medium.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-MediumItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Regular.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-RegularItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBoldItalic.woff2 +0 -0
- package/src/components/BlockCsrTable/CsrAttachment.vue +0 -40
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { NavLinkObject, BreadcrumbObject } from './../../utils/mixins';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
3
|
data: {
|
|
5
4
|
type: ObjectConstructor;
|
|
@@ -85,11 +84,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
85
84
|
};
|
|
86
85
|
}>> & Readonly<{}>, {
|
|
87
86
|
data: Record<string, any>;
|
|
87
|
+
invertOverride: boolean;
|
|
88
88
|
headerVisible: boolean;
|
|
89
|
+
scrolled: boolean;
|
|
89
90
|
scrolledUp: boolean;
|
|
90
91
|
scrollTop: number;
|
|
91
|
-
invertOverride: boolean;
|
|
92
|
-
scrolled: boolean;
|
|
93
92
|
}, {}, {
|
|
94
93
|
NavDesktopDropdown: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
95
94
|
parentScrolled: {
|
|
@@ -157,8 +156,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
157
156
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
158
157
|
}>, {
|
|
159
158
|
path: string;
|
|
160
|
-
ariaExpanded: boolean;
|
|
161
159
|
invert: boolean;
|
|
160
|
+
ariaExpanded: boolean;
|
|
162
161
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
163
162
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
164
163
|
NavDesktopDropdownContent: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -202,13 +201,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
202
201
|
}, {}, {
|
|
203
202
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
204
203
|
variant: {
|
|
205
|
-
type: import('vue').PropType<"default" | "
|
|
204
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
206
205
|
required: false;
|
|
207
206
|
default: string;
|
|
208
207
|
validator: (prop: string) => boolean;
|
|
209
208
|
};
|
|
210
209
|
to: {
|
|
211
|
-
type: (
|
|
210
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
212
211
|
default: undefined;
|
|
213
212
|
};
|
|
214
213
|
exact: {
|
|
@@ -219,6 +218,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
219
218
|
type: StringConstructor;
|
|
220
219
|
default: undefined;
|
|
221
220
|
};
|
|
221
|
+
addSlash: {
|
|
222
|
+
type: BooleanConstructor;
|
|
223
|
+
default: boolean;
|
|
224
|
+
};
|
|
222
225
|
title: {
|
|
223
226
|
type: StringConstructor;
|
|
224
227
|
default: undefined;
|
|
@@ -305,13 +308,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
305
308
|
addTrailingSlash(path: string): string;
|
|
306
309
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
307
310
|
variant: {
|
|
308
|
-
type: import('vue').PropType<"default" | "
|
|
311
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
309
312
|
required: false;
|
|
310
313
|
default: string;
|
|
311
314
|
validator: (prop: string) => boolean;
|
|
312
315
|
};
|
|
313
316
|
to: {
|
|
314
|
-
type: (
|
|
317
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
315
318
|
default: undefined;
|
|
316
319
|
};
|
|
317
320
|
exact: {
|
|
@@ -322,6 +325,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
322
325
|
type: StringConstructor;
|
|
323
326
|
default: undefined;
|
|
324
327
|
};
|
|
328
|
+
addSlash: {
|
|
329
|
+
type: BooleanConstructor;
|
|
330
|
+
default: boolean;
|
|
331
|
+
};
|
|
325
332
|
title: {
|
|
326
333
|
type: StringConstructor;
|
|
327
334
|
default: undefined;
|
|
@@ -381,14 +388,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
381
388
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
382
389
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
383
390
|
}>, {
|
|
384
|
-
to: string | Record<string, any>;
|
|
385
391
|
title: string;
|
|
386
|
-
variant: "default" | "
|
|
387
|
-
|
|
388
|
-
target: string;
|
|
392
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
393
|
+
to: string | Record<string, any>;
|
|
389
394
|
exact: boolean;
|
|
395
|
+
href: string;
|
|
396
|
+
addSlash: boolean;
|
|
390
397
|
ariaLabel: string;
|
|
391
398
|
linkClass: string;
|
|
399
|
+
target: string;
|
|
392
400
|
externalTargetBlank: boolean;
|
|
393
401
|
caret: boolean;
|
|
394
402
|
caretWrapperClass: string;
|
|
@@ -475,13 +483,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
475
483
|
}>> & Readonly<{}>, {}, {}, {
|
|
476
484
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
477
485
|
variant: {
|
|
478
|
-
type: import('vue').PropType<"default" | "
|
|
486
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
479
487
|
required: false;
|
|
480
488
|
default: string;
|
|
481
489
|
validator: (prop: string) => boolean;
|
|
482
490
|
};
|
|
483
491
|
to: {
|
|
484
|
-
type: (
|
|
492
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
485
493
|
default: undefined;
|
|
486
494
|
};
|
|
487
495
|
exact: {
|
|
@@ -492,6 +500,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
492
500
|
type: StringConstructor;
|
|
493
501
|
default: undefined;
|
|
494
502
|
};
|
|
503
|
+
addSlash: {
|
|
504
|
+
type: BooleanConstructor;
|
|
505
|
+
default: boolean;
|
|
506
|
+
};
|
|
495
507
|
title: {
|
|
496
508
|
type: StringConstructor;
|
|
497
509
|
default: undefined;
|
|
@@ -578,13 +590,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
578
590
|
addTrailingSlash(path: string): string;
|
|
579
591
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
580
592
|
variant: {
|
|
581
|
-
type: import('vue').PropType<"default" | "
|
|
593
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
582
594
|
required: false;
|
|
583
595
|
default: string;
|
|
584
596
|
validator: (prop: string) => boolean;
|
|
585
597
|
};
|
|
586
598
|
to: {
|
|
587
|
-
type: (
|
|
599
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
588
600
|
default: undefined;
|
|
589
601
|
};
|
|
590
602
|
exact: {
|
|
@@ -595,6 +607,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
595
607
|
type: StringConstructor;
|
|
596
608
|
default: undefined;
|
|
597
609
|
};
|
|
610
|
+
addSlash: {
|
|
611
|
+
type: BooleanConstructor;
|
|
612
|
+
default: boolean;
|
|
613
|
+
};
|
|
598
614
|
title: {
|
|
599
615
|
type: StringConstructor;
|
|
600
616
|
default: undefined;
|
|
@@ -654,14 +670,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
654
670
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
655
671
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
656
672
|
}>, {
|
|
657
|
-
to: string | Record<string, any>;
|
|
658
673
|
title: string;
|
|
659
|
-
variant: "default" | "
|
|
660
|
-
|
|
661
|
-
target: string;
|
|
674
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
675
|
+
to: string | Record<string, any>;
|
|
662
676
|
exact: boolean;
|
|
677
|
+
href: string;
|
|
678
|
+
addSlash: boolean;
|
|
663
679
|
ariaLabel: string;
|
|
664
680
|
linkClass: string;
|
|
681
|
+
target: string;
|
|
665
682
|
externalTargetBlank: boolean;
|
|
666
683
|
caret: boolean;
|
|
667
684
|
caretWrapperClass: string;
|
|
@@ -758,13 +775,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
758
775
|
}>> & Readonly<{}>, {}, {}, {
|
|
759
776
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
760
777
|
variant: {
|
|
761
|
-
type: import('vue').PropType<"default" | "
|
|
778
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
762
779
|
required: false;
|
|
763
780
|
default: string;
|
|
764
781
|
validator: (prop: string) => boolean;
|
|
765
782
|
};
|
|
766
783
|
to: {
|
|
767
|
-
type: (
|
|
784
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
768
785
|
default: undefined;
|
|
769
786
|
};
|
|
770
787
|
exact: {
|
|
@@ -775,6 +792,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
775
792
|
type: StringConstructor;
|
|
776
793
|
default: undefined;
|
|
777
794
|
};
|
|
795
|
+
addSlash: {
|
|
796
|
+
type: BooleanConstructor;
|
|
797
|
+
default: boolean;
|
|
798
|
+
};
|
|
778
799
|
title: {
|
|
779
800
|
type: StringConstructor;
|
|
780
801
|
default: undefined;
|
|
@@ -861,13 +882,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
861
882
|
addTrailingSlash(path: string): string;
|
|
862
883
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
863
884
|
variant: {
|
|
864
|
-
type: import('vue').PropType<"default" | "
|
|
885
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
865
886
|
required: false;
|
|
866
887
|
default: string;
|
|
867
888
|
validator: (prop: string) => boolean;
|
|
868
889
|
};
|
|
869
890
|
to: {
|
|
870
|
-
type: (
|
|
891
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
871
892
|
default: undefined;
|
|
872
893
|
};
|
|
873
894
|
exact: {
|
|
@@ -878,6 +899,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
878
899
|
type: StringConstructor;
|
|
879
900
|
default: undefined;
|
|
880
901
|
};
|
|
902
|
+
addSlash: {
|
|
903
|
+
type: BooleanConstructor;
|
|
904
|
+
default: boolean;
|
|
905
|
+
};
|
|
881
906
|
title: {
|
|
882
907
|
type: StringConstructor;
|
|
883
908
|
default: undefined;
|
|
@@ -937,14 +962,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
937
962
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
938
963
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
939
964
|
}>, {
|
|
940
|
-
to: string | Record<string, any>;
|
|
941
965
|
title: string;
|
|
942
|
-
variant: "default" | "
|
|
943
|
-
|
|
944
|
-
target: string;
|
|
966
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
967
|
+
to: string | Record<string, any>;
|
|
945
968
|
exact: boolean;
|
|
969
|
+
href: string;
|
|
970
|
+
addSlash: boolean;
|
|
946
971
|
ariaLabel: string;
|
|
947
972
|
linkClass: string;
|
|
973
|
+
target: string;
|
|
948
974
|
externalTargetBlank: boolean;
|
|
949
975
|
caret: boolean;
|
|
950
976
|
caretWrapperClass: string;
|
|
@@ -1025,7 +1051,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1025
1051
|
default: string;
|
|
1026
1052
|
};
|
|
1027
1053
|
objectFitClass: {
|
|
1028
|
-
type: import('vue').PropType<"
|
|
1054
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1029
1055
|
required: false;
|
|
1030
1056
|
default: string;
|
|
1031
1057
|
validator: (prop: string) => boolean;
|
|
@@ -1067,7 +1093,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1067
1093
|
default: string;
|
|
1068
1094
|
};
|
|
1069
1095
|
objectFitClass: {
|
|
1070
|
-
type: import('vue').PropType<"
|
|
1096
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1071
1097
|
required: false;
|
|
1072
1098
|
default: string;
|
|
1073
1099
|
validator: (prop: string) => boolean;
|
|
@@ -1099,13 +1125,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1099
1125
|
default: string;
|
|
1100
1126
|
};
|
|
1101
1127
|
}>> & Readonly<{}>, {
|
|
1102
|
-
imageClass: string;
|
|
1103
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
1104
|
-
srcset: string;
|
|
1105
1128
|
alt: string;
|
|
1106
1129
|
width: string | number;
|
|
1107
1130
|
height: string | number;
|
|
1131
|
+
srcset: string;
|
|
1108
1132
|
loading: "lazy" | "eager" | undefined;
|
|
1133
|
+
imageClass: string;
|
|
1134
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
1109
1135
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1110
1136
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1111
1137
|
darkMode: {
|
|
@@ -1208,13 +1234,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1208
1234
|
}, {}, {
|
|
1209
1235
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1210
1236
|
variant: {
|
|
1211
|
-
type: import('vue').PropType<"default" | "
|
|
1237
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1212
1238
|
required: false;
|
|
1213
1239
|
default: string;
|
|
1214
1240
|
validator: (prop: string) => boolean;
|
|
1215
1241
|
};
|
|
1216
1242
|
to: {
|
|
1217
|
-
type: (
|
|
1243
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1218
1244
|
default: undefined;
|
|
1219
1245
|
};
|
|
1220
1246
|
exact: {
|
|
@@ -1225,6 +1251,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1225
1251
|
type: StringConstructor;
|
|
1226
1252
|
default: undefined;
|
|
1227
1253
|
};
|
|
1254
|
+
addSlash: {
|
|
1255
|
+
type: BooleanConstructor;
|
|
1256
|
+
default: boolean;
|
|
1257
|
+
};
|
|
1228
1258
|
title: {
|
|
1229
1259
|
type: StringConstructor;
|
|
1230
1260
|
default: undefined;
|
|
@@ -1311,13 +1341,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1311
1341
|
addTrailingSlash(path: string): string;
|
|
1312
1342
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1313
1343
|
variant: {
|
|
1314
|
-
type: import('vue').PropType<"default" | "
|
|
1344
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1315
1345
|
required: false;
|
|
1316
1346
|
default: string;
|
|
1317
1347
|
validator: (prop: string) => boolean;
|
|
1318
1348
|
};
|
|
1319
1349
|
to: {
|
|
1320
|
-
type: (
|
|
1350
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1321
1351
|
default: undefined;
|
|
1322
1352
|
};
|
|
1323
1353
|
exact: {
|
|
@@ -1328,6 +1358,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1328
1358
|
type: StringConstructor;
|
|
1329
1359
|
default: undefined;
|
|
1330
1360
|
};
|
|
1361
|
+
addSlash: {
|
|
1362
|
+
type: BooleanConstructor;
|
|
1363
|
+
default: boolean;
|
|
1364
|
+
};
|
|
1331
1365
|
title: {
|
|
1332
1366
|
type: StringConstructor;
|
|
1333
1367
|
default: undefined;
|
|
@@ -1387,14 +1421,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1387
1421
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1388
1422
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1389
1423
|
}>, {
|
|
1390
|
-
to: string | Record<string, any>;
|
|
1391
1424
|
title: string;
|
|
1392
|
-
variant: "default" | "
|
|
1393
|
-
|
|
1394
|
-
target: string;
|
|
1425
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1426
|
+
to: string | Record<string, any>;
|
|
1395
1427
|
exact: boolean;
|
|
1428
|
+
href: string;
|
|
1429
|
+
addSlash: boolean;
|
|
1396
1430
|
ariaLabel: string;
|
|
1397
1431
|
linkClass: string;
|
|
1432
|
+
target: string;
|
|
1398
1433
|
externalTargetBlank: boolean;
|
|
1399
1434
|
caret: boolean;
|
|
1400
1435
|
caretWrapperClass: string;
|
|
@@ -1481,13 +1516,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1481
1516
|
}>> & Readonly<{}>, {}, {}, {
|
|
1482
1517
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1483
1518
|
variant: {
|
|
1484
|
-
type: import('vue').PropType<"default" | "
|
|
1519
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1485
1520
|
required: false;
|
|
1486
1521
|
default: string;
|
|
1487
1522
|
validator: (prop: string) => boolean;
|
|
1488
1523
|
};
|
|
1489
1524
|
to: {
|
|
1490
|
-
type: (
|
|
1525
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1491
1526
|
default: undefined;
|
|
1492
1527
|
};
|
|
1493
1528
|
exact: {
|
|
@@ -1498,6 +1533,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1498
1533
|
type: StringConstructor;
|
|
1499
1534
|
default: undefined;
|
|
1500
1535
|
};
|
|
1536
|
+
addSlash: {
|
|
1537
|
+
type: BooleanConstructor;
|
|
1538
|
+
default: boolean;
|
|
1539
|
+
};
|
|
1501
1540
|
title: {
|
|
1502
1541
|
type: StringConstructor;
|
|
1503
1542
|
default: undefined;
|
|
@@ -1584,13 +1623,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1584
1623
|
addTrailingSlash(path: string): string;
|
|
1585
1624
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1586
1625
|
variant: {
|
|
1587
|
-
type: import('vue').PropType<"default" | "
|
|
1626
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1588
1627
|
required: false;
|
|
1589
1628
|
default: string;
|
|
1590
1629
|
validator: (prop: string) => boolean;
|
|
1591
1630
|
};
|
|
1592
1631
|
to: {
|
|
1593
|
-
type: (
|
|
1632
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1594
1633
|
default: undefined;
|
|
1595
1634
|
};
|
|
1596
1635
|
exact: {
|
|
@@ -1601,6 +1640,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1601
1640
|
type: StringConstructor;
|
|
1602
1641
|
default: undefined;
|
|
1603
1642
|
};
|
|
1643
|
+
addSlash: {
|
|
1644
|
+
type: BooleanConstructor;
|
|
1645
|
+
default: boolean;
|
|
1646
|
+
};
|
|
1604
1647
|
title: {
|
|
1605
1648
|
type: StringConstructor;
|
|
1606
1649
|
default: undefined;
|
|
@@ -1660,14 +1703,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1660
1703
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1661
1704
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1662
1705
|
}>, {
|
|
1663
|
-
to: string | Record<string, any>;
|
|
1664
1706
|
title: string;
|
|
1665
|
-
variant: "default" | "
|
|
1666
|
-
|
|
1667
|
-
target: string;
|
|
1707
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1708
|
+
to: string | Record<string, any>;
|
|
1668
1709
|
exact: boolean;
|
|
1710
|
+
href: string;
|
|
1711
|
+
addSlash: boolean;
|
|
1669
1712
|
ariaLabel: string;
|
|
1670
1713
|
linkClass: string;
|
|
1714
|
+
target: string;
|
|
1671
1715
|
externalTargetBlank: boolean;
|
|
1672
1716
|
caret: boolean;
|
|
1673
1717
|
caretWrapperClass: string;
|
|
@@ -1801,7 +1845,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1801
1845
|
}, {}, {
|
|
1802
1846
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1803
1847
|
variant: {
|
|
1804
|
-
type: import('vue').PropType<"
|
|
1848
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
1805
1849
|
required: false;
|
|
1806
1850
|
default: string;
|
|
1807
1851
|
validator: (prop: string) => boolean;
|
|
@@ -1827,7 +1871,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1827
1871
|
required: false;
|
|
1828
1872
|
};
|
|
1829
1873
|
to: {
|
|
1830
|
-
type: (
|
|
1874
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1831
1875
|
required: false;
|
|
1832
1876
|
default: undefined;
|
|
1833
1877
|
};
|
|
@@ -1843,7 +1887,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1843
1887
|
variantClass(): string;
|
|
1844
1888
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1845
1889
|
variant: {
|
|
1846
|
-
type: import('vue').PropType<"
|
|
1890
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
1847
1891
|
required: false;
|
|
1848
1892
|
default: string;
|
|
1849
1893
|
validator: (prop: string) => boolean;
|
|
@@ -1869,7 +1913,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1869
1913
|
required: false;
|
|
1870
1914
|
};
|
|
1871
1915
|
to: {
|
|
1872
|
-
type: (
|
|
1916
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1873
1917
|
required: false;
|
|
1874
1918
|
default: undefined;
|
|
1875
1919
|
};
|
|
@@ -1881,13 +1925,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1881
1925
|
}>> & Readonly<{
|
|
1882
1926
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
1883
1927
|
}>, {
|
|
1928
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
1884
1929
|
to: string | Record<string, any>;
|
|
1885
|
-
disabled: boolean;
|
|
1886
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
1887
1930
|
href: string;
|
|
1888
1931
|
ariaLabel: string;
|
|
1889
1932
|
compact: boolean;
|
|
1890
1933
|
blockClasses: string;
|
|
1934
|
+
disabled: boolean;
|
|
1891
1935
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1892
1936
|
IconSocialFacebook: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1893
1937
|
IconSocialTwitter: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1915,13 +1959,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1915
1959
|
}>> & Readonly<{}>, {}, {}, {
|
|
1916
1960
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1917
1961
|
variant: {
|
|
1918
|
-
type: import('vue').PropType<"default" | "
|
|
1962
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1919
1963
|
required: false;
|
|
1920
1964
|
default: string;
|
|
1921
1965
|
validator: (prop: string) => boolean;
|
|
1922
1966
|
};
|
|
1923
1967
|
to: {
|
|
1924
|
-
type: (
|
|
1968
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1925
1969
|
default: undefined;
|
|
1926
1970
|
};
|
|
1927
1971
|
exact: {
|
|
@@ -1932,6 +1976,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1932
1976
|
type: StringConstructor;
|
|
1933
1977
|
default: undefined;
|
|
1934
1978
|
};
|
|
1979
|
+
addSlash: {
|
|
1980
|
+
type: BooleanConstructor;
|
|
1981
|
+
default: boolean;
|
|
1982
|
+
};
|
|
1935
1983
|
title: {
|
|
1936
1984
|
type: StringConstructor;
|
|
1937
1985
|
default: undefined;
|
|
@@ -2018,13 +2066,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2018
2066
|
addTrailingSlash(path: string): string;
|
|
2019
2067
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2020
2068
|
variant: {
|
|
2021
|
-
type: import('vue').PropType<"default" | "
|
|
2069
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
2022
2070
|
required: false;
|
|
2023
2071
|
default: string;
|
|
2024
2072
|
validator: (prop: string) => boolean;
|
|
2025
2073
|
};
|
|
2026
2074
|
to: {
|
|
2027
|
-
type: (
|
|
2075
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2028
2076
|
default: undefined;
|
|
2029
2077
|
};
|
|
2030
2078
|
exact: {
|
|
@@ -2035,6 +2083,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2035
2083
|
type: StringConstructor;
|
|
2036
2084
|
default: undefined;
|
|
2037
2085
|
};
|
|
2086
|
+
addSlash: {
|
|
2087
|
+
type: BooleanConstructor;
|
|
2088
|
+
default: boolean;
|
|
2089
|
+
};
|
|
2038
2090
|
title: {
|
|
2039
2091
|
type: StringConstructor;
|
|
2040
2092
|
default: undefined;
|
|
@@ -2094,14 +2146,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2094
2146
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2095
2147
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2096
2148
|
}>, {
|
|
2097
|
-
to: string | Record<string, any>;
|
|
2098
2149
|
title: string;
|
|
2099
|
-
variant: "default" | "
|
|
2100
|
-
|
|
2101
|
-
target: string;
|
|
2150
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
2151
|
+
to: string | Record<string, any>;
|
|
2102
2152
|
exact: boolean;
|
|
2153
|
+
href: string;
|
|
2154
|
+
addSlash: boolean;
|
|
2103
2155
|
ariaLabel: string;
|
|
2104
2156
|
linkClass: string;
|
|
2157
|
+
target: string;
|
|
2105
2158
|
externalTargetBlank: boolean;
|
|
2106
2159
|
caret: boolean;
|
|
2107
2160
|
caretWrapperClass: string;
|
|
@@ -2182,7 +2235,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2182
2235
|
default: string;
|
|
2183
2236
|
};
|
|
2184
2237
|
objectFitClass: {
|
|
2185
|
-
type: import('vue').PropType<"
|
|
2238
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
2186
2239
|
required: false;
|
|
2187
2240
|
default: string;
|
|
2188
2241
|
validator: (prop: string) => boolean;
|
|
@@ -2224,7 +2277,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2224
2277
|
default: string;
|
|
2225
2278
|
};
|
|
2226
2279
|
objectFitClass: {
|
|
2227
|
-
type: import('vue').PropType<"
|
|
2280
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
2228
2281
|
required: false;
|
|
2229
2282
|
default: string;
|
|
2230
2283
|
validator: (prop: string) => boolean;
|
|
@@ -2256,13 +2309,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2256
2309
|
default: string;
|
|
2257
2310
|
};
|
|
2258
2311
|
}>> & Readonly<{}>, {
|
|
2259
|
-
imageClass: string;
|
|
2260
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
2261
|
-
srcset: string;
|
|
2262
2312
|
alt: string;
|
|
2263
2313
|
width: string | number;
|
|
2264
2314
|
height: string | number;
|
|
2315
|
+
srcset: string;
|
|
2265
2316
|
loading: "lazy" | "eager" | undefined;
|
|
2317
|
+
imageClass: string;
|
|
2318
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
2266
2319
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2267
2320
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2268
2321
|
darkMode: {
|
|
@@ -2335,13 +2388,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2335
2388
|
}>> & Readonly<{}>, {}, {}, {
|
|
2336
2389
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2337
2390
|
variant: {
|
|
2338
|
-
type: import('vue').PropType<"default" | "
|
|
2391
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
2339
2392
|
required: false;
|
|
2340
2393
|
default: string;
|
|
2341
2394
|
validator: (prop: string) => boolean;
|
|
2342
2395
|
};
|
|
2343
2396
|
to: {
|
|
2344
|
-
type: (
|
|
2397
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2345
2398
|
default: undefined;
|
|
2346
2399
|
};
|
|
2347
2400
|
exact: {
|
|
@@ -2352,6 +2405,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2352
2405
|
type: StringConstructor;
|
|
2353
2406
|
default: undefined;
|
|
2354
2407
|
};
|
|
2408
|
+
addSlash: {
|
|
2409
|
+
type: BooleanConstructor;
|
|
2410
|
+
default: boolean;
|
|
2411
|
+
};
|
|
2355
2412
|
title: {
|
|
2356
2413
|
type: StringConstructor;
|
|
2357
2414
|
default: undefined;
|
|
@@ -2438,13 +2495,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2438
2495
|
addTrailingSlash(path: string): string;
|
|
2439
2496
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2440
2497
|
variant: {
|
|
2441
|
-
type: import('vue').PropType<"default" | "
|
|
2498
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
2442
2499
|
required: false;
|
|
2443
2500
|
default: string;
|
|
2444
2501
|
validator: (prop: string) => boolean;
|
|
2445
2502
|
};
|
|
2446
2503
|
to: {
|
|
2447
|
-
type: (
|
|
2504
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2448
2505
|
default: undefined;
|
|
2449
2506
|
};
|
|
2450
2507
|
exact: {
|
|
@@ -2455,6 +2512,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2455
2512
|
type: StringConstructor;
|
|
2456
2513
|
default: undefined;
|
|
2457
2514
|
};
|
|
2515
|
+
addSlash: {
|
|
2516
|
+
type: BooleanConstructor;
|
|
2517
|
+
default: boolean;
|
|
2518
|
+
};
|
|
2458
2519
|
title: {
|
|
2459
2520
|
type: StringConstructor;
|
|
2460
2521
|
default: undefined;
|
|
@@ -2514,14 +2575,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2514
2575
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2515
2576
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2516
2577
|
}>, {
|
|
2517
|
-
to: string | Record<string, any>;
|
|
2518
2578
|
title: string;
|
|
2519
|
-
variant: "default" | "
|
|
2520
|
-
|
|
2521
|
-
target: string;
|
|
2579
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
2580
|
+
to: string | Record<string, any>;
|
|
2522
2581
|
exact: boolean;
|
|
2582
|
+
href: string;
|
|
2583
|
+
addSlash: boolean;
|
|
2523
2584
|
ariaLabel: string;
|
|
2524
2585
|
linkClass: string;
|
|
2586
|
+
target: string;
|
|
2525
2587
|
externalTargetBlank: boolean;
|
|
2526
2588
|
caret: boolean;
|
|
2527
2589
|
caretWrapperClass: string;
|
|
@@ -2600,13 +2662,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2600
2662
|
NavLogoLinks: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
2601
2663
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2602
2664
|
variant: {
|
|
2603
|
-
type: import('vue').PropType<"default" | "
|
|
2665
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
2604
2666
|
required: false;
|
|
2605
2667
|
default: string;
|
|
2606
2668
|
validator: (prop: string) => boolean;
|
|
2607
2669
|
};
|
|
2608
2670
|
to: {
|
|
2609
|
-
type: (
|
|
2671
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2610
2672
|
default: undefined;
|
|
2611
2673
|
};
|
|
2612
2674
|
exact: {
|
|
@@ -2617,6 +2679,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2617
2679
|
type: StringConstructor;
|
|
2618
2680
|
default: undefined;
|
|
2619
2681
|
};
|
|
2682
|
+
addSlash: {
|
|
2683
|
+
type: BooleanConstructor;
|
|
2684
|
+
default: boolean;
|
|
2685
|
+
};
|
|
2620
2686
|
title: {
|
|
2621
2687
|
type: StringConstructor;
|
|
2622
2688
|
default: undefined;
|
|
@@ -2703,13 +2769,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2703
2769
|
addTrailingSlash(path: string): string;
|
|
2704
2770
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2705
2771
|
variant: {
|
|
2706
|
-
type: import('vue').PropType<"default" | "
|
|
2772
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
2707
2773
|
required: false;
|
|
2708
2774
|
default: string;
|
|
2709
2775
|
validator: (prop: string) => boolean;
|
|
2710
2776
|
};
|
|
2711
2777
|
to: {
|
|
2712
|
-
type: (
|
|
2778
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2713
2779
|
default: undefined;
|
|
2714
2780
|
};
|
|
2715
2781
|
exact: {
|
|
@@ -2720,6 +2786,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2720
2786
|
type: StringConstructor;
|
|
2721
2787
|
default: undefined;
|
|
2722
2788
|
};
|
|
2789
|
+
addSlash: {
|
|
2790
|
+
type: BooleanConstructor;
|
|
2791
|
+
default: boolean;
|
|
2792
|
+
};
|
|
2723
2793
|
title: {
|
|
2724
2794
|
type: StringConstructor;
|
|
2725
2795
|
default: undefined;
|
|
@@ -2779,14 +2849,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2779
2849
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2780
2850
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2781
2851
|
}>, {
|
|
2782
|
-
to: string | Record<string, any>;
|
|
2783
2852
|
title: string;
|
|
2784
|
-
variant: "default" | "
|
|
2785
|
-
|
|
2786
|
-
target: string;
|
|
2853
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
2854
|
+
to: string | Record<string, any>;
|
|
2787
2855
|
exact: boolean;
|
|
2856
|
+
href: string;
|
|
2857
|
+
addSlash: boolean;
|
|
2788
2858
|
ariaLabel: string;
|
|
2789
2859
|
linkClass: string;
|
|
2860
|
+
target: string;
|
|
2790
2861
|
externalTargetBlank: boolean;
|
|
2791
2862
|
caret: boolean;
|
|
2792
2863
|
caretWrapperClass: string;
|
|
@@ -2861,34 +2932,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2861
2932
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2862
2933
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2863
2934
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2864
|
-
NavSearchForm: import('vue').DefineComponent<import('vue').
|
|
2865
|
-
placeholder: {
|
|
2866
|
-
type: import('vue').PropType<string>;
|
|
2867
|
-
default: string;
|
|
2868
|
-
};
|
|
2869
|
-
mobile: {
|
|
2870
|
-
type: import('vue').PropType<boolean>;
|
|
2871
|
-
default: boolean;
|
|
2872
|
-
};
|
|
2873
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2935
|
+
NavSearchForm: import('vue').DefineComponent<import('./../NavSearchForm/NavSearchForm.vue').NavSearchFormProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2874
2936
|
clearSearch: (...args: any[]) => void;
|
|
2875
2937
|
submitForm: (...args: any[]) => void;
|
|
2876
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').
|
|
2877
|
-
placeholder: {
|
|
2878
|
-
type: import('vue').PropType<string>;
|
|
2879
|
-
default: string;
|
|
2880
|
-
};
|
|
2881
|
-
mobile: {
|
|
2882
|
-
type: import('vue').PropType<boolean>;
|
|
2883
|
-
default: boolean;
|
|
2884
|
-
};
|
|
2885
|
-
}>> & Readonly<{
|
|
2938
|
+
}, string, import('vue').PublicProps, Readonly<import('./../NavSearchForm/NavSearchForm.vue').NavSearchFormProps> & Readonly<{
|
|
2886
2939
|
onClearSearch?: ((...args: any[]) => any) | undefined;
|
|
2887
2940
|
onSubmitForm?: ((...args: any[]) => any) | undefined;
|
|
2888
2941
|
}>, {
|
|
2889
2942
|
placeholder: string;
|
|
2890
2943
|
mobile: boolean;
|
|
2891
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
2944
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
2892
2945
|
IconSearch: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2893
2946
|
IconClose: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2894
2947
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|