@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
|
@@ -164,8 +164,8 @@ export function BaseStory(args: any): {
|
|
|
164
164
|
};
|
|
165
165
|
}>> & Readonly<{}>, {
|
|
166
166
|
caption: string;
|
|
167
|
-
data: import('../../interfaces').ImageObject;
|
|
168
167
|
displayCaption: boolean;
|
|
168
|
+
data: import('../../interfaces').ImageObject;
|
|
169
169
|
customDetailUrl: string;
|
|
170
170
|
constrain: boolean;
|
|
171
171
|
}, {}, {
|
|
@@ -326,7 +326,7 @@ export function BaseStory(args: any): {
|
|
|
326
326
|
default: string;
|
|
327
327
|
};
|
|
328
328
|
objectFitClass: {
|
|
329
|
-
type: import('vue').PropType<"
|
|
329
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
330
330
|
required: false;
|
|
331
331
|
default: string;
|
|
332
332
|
validator: (prop: string) => boolean;
|
|
@@ -368,7 +368,7 @@ export function BaseStory(args: any): {
|
|
|
368
368
|
default: string;
|
|
369
369
|
};
|
|
370
370
|
objectFitClass: {
|
|
371
|
-
type: import('vue').PropType<"
|
|
371
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
372
372
|
required: false;
|
|
373
373
|
default: string;
|
|
374
374
|
validator: (prop: string) => boolean;
|
|
@@ -400,13 +400,13 @@ export function BaseStory(args: any): {
|
|
|
400
400
|
default: string;
|
|
401
401
|
};
|
|
402
402
|
}>> & Readonly<{}>, {
|
|
403
|
-
imageClass: string;
|
|
404
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
405
|
-
srcset: string;
|
|
406
403
|
alt: string;
|
|
407
404
|
width: string | number;
|
|
408
405
|
height: string | number;
|
|
406
|
+
srcset: string;
|
|
409
407
|
loading: "lazy" | "eager" | undefined;
|
|
408
|
+
imageClass: string;
|
|
409
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
410
410
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
411
411
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
412
412
|
darkMode: {
|
|
@@ -497,13 +497,13 @@ export function BaseStory(args: any): {
|
|
|
497
497
|
}, {}, {
|
|
498
498
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
499
499
|
variant: {
|
|
500
|
-
type: import('vue').PropType<"default" | "
|
|
500
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
501
501
|
required: false;
|
|
502
502
|
default: string;
|
|
503
503
|
validator: (prop: string) => boolean;
|
|
504
504
|
};
|
|
505
505
|
to: {
|
|
506
|
-
type: (
|
|
506
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
507
507
|
default: undefined;
|
|
508
508
|
};
|
|
509
509
|
exact: {
|
|
@@ -514,6 +514,10 @@ export function BaseStory(args: any): {
|
|
|
514
514
|
type: StringConstructor;
|
|
515
515
|
default: undefined;
|
|
516
516
|
};
|
|
517
|
+
addSlash: {
|
|
518
|
+
type: BooleanConstructor;
|
|
519
|
+
default: boolean;
|
|
520
|
+
};
|
|
517
521
|
title: {
|
|
518
522
|
type: StringConstructor;
|
|
519
523
|
default: undefined;
|
|
@@ -600,13 +604,13 @@ export function BaseStory(args: any): {
|
|
|
600
604
|
addTrailingSlash(path: string): string;
|
|
601
605
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
602
606
|
variant: {
|
|
603
|
-
type: import('vue').PropType<"default" | "
|
|
607
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
604
608
|
required: false;
|
|
605
609
|
default: string;
|
|
606
610
|
validator: (prop: string) => boolean;
|
|
607
611
|
};
|
|
608
612
|
to: {
|
|
609
|
-
type: (
|
|
613
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
610
614
|
default: undefined;
|
|
611
615
|
};
|
|
612
616
|
exact: {
|
|
@@ -617,6 +621,10 @@ export function BaseStory(args: any): {
|
|
|
617
621
|
type: StringConstructor;
|
|
618
622
|
default: undefined;
|
|
619
623
|
};
|
|
624
|
+
addSlash: {
|
|
625
|
+
type: BooleanConstructor;
|
|
626
|
+
default: boolean;
|
|
627
|
+
};
|
|
620
628
|
title: {
|
|
621
629
|
type: StringConstructor;
|
|
622
630
|
default: undefined;
|
|
@@ -676,14 +684,15 @@ export function BaseStory(args: any): {
|
|
|
676
684
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
677
685
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
678
686
|
}>, {
|
|
679
|
-
to: string | Record<string, any>;
|
|
680
687
|
title: string;
|
|
681
|
-
variant: "default" | "
|
|
682
|
-
|
|
683
|
-
target: string;
|
|
688
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
689
|
+
to: string | Record<string, any>;
|
|
684
690
|
exact: boolean;
|
|
691
|
+
href: string;
|
|
692
|
+
addSlash: boolean;
|
|
685
693
|
ariaLabel: string;
|
|
686
694
|
linkClass: string;
|
|
695
|
+
target: string;
|
|
687
696
|
externalTargetBlank: boolean;
|
|
688
697
|
caret: boolean;
|
|
689
698
|
caretWrapperClass: string;
|
|
@@ -818,8 +827,8 @@ export function BaseStory(args: any): {
|
|
|
818
827
|
};
|
|
819
828
|
}>> & Readonly<{}>, {
|
|
820
829
|
caption: string;
|
|
821
|
-
data: import('../../interfaces').ImageObject;
|
|
822
830
|
displayCaption: boolean;
|
|
831
|
+
data: import('../../interfaces').ImageObject;
|
|
823
832
|
customDetailUrl: string;
|
|
824
833
|
constrain: boolean;
|
|
825
834
|
}, {}, {
|
|
@@ -980,7 +989,7 @@ export function BaseStory(args: any): {
|
|
|
980
989
|
default: string;
|
|
981
990
|
};
|
|
982
991
|
objectFitClass: {
|
|
983
|
-
type: import('vue').PropType<"
|
|
992
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
984
993
|
required: false;
|
|
985
994
|
default: string;
|
|
986
995
|
validator: (prop: string) => boolean;
|
|
@@ -1022,7 +1031,7 @@ export function BaseStory(args: any): {
|
|
|
1022
1031
|
default: string;
|
|
1023
1032
|
};
|
|
1024
1033
|
objectFitClass: {
|
|
1025
|
-
type: import('vue').PropType<"
|
|
1034
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1026
1035
|
required: false;
|
|
1027
1036
|
default: string;
|
|
1028
1037
|
validator: (prop: string) => boolean;
|
|
@@ -1054,13 +1063,13 @@ export function BaseStory(args: any): {
|
|
|
1054
1063
|
default: string;
|
|
1055
1064
|
};
|
|
1056
1065
|
}>> & Readonly<{}>, {
|
|
1057
|
-
imageClass: string;
|
|
1058
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
1059
|
-
srcset: string;
|
|
1060
1066
|
alt: string;
|
|
1061
1067
|
width: string | number;
|
|
1062
1068
|
height: string | number;
|
|
1069
|
+
srcset: string;
|
|
1063
1070
|
loading: "lazy" | "eager" | undefined;
|
|
1071
|
+
imageClass: string;
|
|
1072
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
1064
1073
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1065
1074
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1066
1075
|
darkMode: {
|
|
@@ -1151,13 +1160,13 @@ export function BaseStory(args: any): {
|
|
|
1151
1160
|
}, {}, {
|
|
1152
1161
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1153
1162
|
variant: {
|
|
1154
|
-
type: import('vue').PropType<"default" | "
|
|
1163
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1155
1164
|
required: false;
|
|
1156
1165
|
default: string;
|
|
1157
1166
|
validator: (prop: string) => boolean;
|
|
1158
1167
|
};
|
|
1159
1168
|
to: {
|
|
1160
|
-
type: (
|
|
1169
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1161
1170
|
default: undefined;
|
|
1162
1171
|
};
|
|
1163
1172
|
exact: {
|
|
@@ -1168,6 +1177,10 @@ export function BaseStory(args: any): {
|
|
|
1168
1177
|
type: StringConstructor;
|
|
1169
1178
|
default: undefined;
|
|
1170
1179
|
};
|
|
1180
|
+
addSlash: {
|
|
1181
|
+
type: BooleanConstructor;
|
|
1182
|
+
default: boolean;
|
|
1183
|
+
};
|
|
1171
1184
|
title: {
|
|
1172
1185
|
type: StringConstructor;
|
|
1173
1186
|
default: undefined;
|
|
@@ -1254,13 +1267,13 @@ export function BaseStory(args: any): {
|
|
|
1254
1267
|
addTrailingSlash(path: string): string;
|
|
1255
1268
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1256
1269
|
variant: {
|
|
1257
|
-
type: import('vue').PropType<"default" | "
|
|
1270
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1258
1271
|
required: false;
|
|
1259
1272
|
default: string;
|
|
1260
1273
|
validator: (prop: string) => boolean;
|
|
1261
1274
|
};
|
|
1262
1275
|
to: {
|
|
1263
|
-
type: (
|
|
1276
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1264
1277
|
default: undefined;
|
|
1265
1278
|
};
|
|
1266
1279
|
exact: {
|
|
@@ -1271,6 +1284,10 @@ export function BaseStory(args: any): {
|
|
|
1271
1284
|
type: StringConstructor;
|
|
1272
1285
|
default: undefined;
|
|
1273
1286
|
};
|
|
1287
|
+
addSlash: {
|
|
1288
|
+
type: BooleanConstructor;
|
|
1289
|
+
default: boolean;
|
|
1290
|
+
};
|
|
1274
1291
|
title: {
|
|
1275
1292
|
type: StringConstructor;
|
|
1276
1293
|
default: undefined;
|
|
@@ -1330,14 +1347,15 @@ export function BaseStory(args: any): {
|
|
|
1330
1347
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1331
1348
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1332
1349
|
}>, {
|
|
1333
|
-
to: string | Record<string, any>;
|
|
1334
1350
|
title: string;
|
|
1335
|
-
variant: "default" | "
|
|
1336
|
-
|
|
1337
|
-
target: string;
|
|
1351
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1352
|
+
to: string | Record<string, any>;
|
|
1338
1353
|
exact: boolean;
|
|
1354
|
+
href: string;
|
|
1355
|
+
addSlash: boolean;
|
|
1339
1356
|
ariaLabel: string;
|
|
1340
1357
|
linkClass: string;
|
|
1358
|
+
target: string;
|
|
1341
1359
|
externalTargetBlank: boolean;
|
|
1342
1360
|
caret: boolean;
|
|
1343
1361
|
caretWrapperClass: string;
|
|
@@ -1438,8 +1456,8 @@ export function BaseStory(args: any): {
|
|
|
1438
1456
|
default: boolean;
|
|
1439
1457
|
};
|
|
1440
1458
|
}>> & Readonly<{}>, {
|
|
1441
|
-
fullBleed: boolean;
|
|
1442
1459
|
indent: string;
|
|
1460
|
+
fullBleed: boolean;
|
|
1443
1461
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1444
1462
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1445
1463
|
};
|
|
@@ -1537,8 +1555,8 @@ export function Unconstrained(args: any): {
|
|
|
1537
1555
|
};
|
|
1538
1556
|
}>> & Readonly<{}>, {
|
|
1539
1557
|
caption: string;
|
|
1540
|
-
data: import('../../interfaces').ImageObject;
|
|
1541
1558
|
displayCaption: boolean;
|
|
1559
|
+
data: import('../../interfaces').ImageObject;
|
|
1542
1560
|
customDetailUrl: string;
|
|
1543
1561
|
constrain: boolean;
|
|
1544
1562
|
}, {}, {
|
|
@@ -1699,7 +1717,7 @@ export function Unconstrained(args: any): {
|
|
|
1699
1717
|
default: string;
|
|
1700
1718
|
};
|
|
1701
1719
|
objectFitClass: {
|
|
1702
|
-
type: import('vue').PropType<"
|
|
1720
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1703
1721
|
required: false;
|
|
1704
1722
|
default: string;
|
|
1705
1723
|
validator: (prop: string) => boolean;
|
|
@@ -1741,7 +1759,7 @@ export function Unconstrained(args: any): {
|
|
|
1741
1759
|
default: string;
|
|
1742
1760
|
};
|
|
1743
1761
|
objectFitClass: {
|
|
1744
|
-
type: import('vue').PropType<"
|
|
1762
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1745
1763
|
required: false;
|
|
1746
1764
|
default: string;
|
|
1747
1765
|
validator: (prop: string) => boolean;
|
|
@@ -1773,13 +1791,13 @@ export function Unconstrained(args: any): {
|
|
|
1773
1791
|
default: string;
|
|
1774
1792
|
};
|
|
1775
1793
|
}>> & Readonly<{}>, {
|
|
1776
|
-
imageClass: string;
|
|
1777
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
1778
|
-
srcset: string;
|
|
1779
1794
|
alt: string;
|
|
1780
1795
|
width: string | number;
|
|
1781
1796
|
height: string | number;
|
|
1797
|
+
srcset: string;
|
|
1782
1798
|
loading: "lazy" | "eager" | undefined;
|
|
1799
|
+
imageClass: string;
|
|
1800
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
1783
1801
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1784
1802
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1785
1803
|
darkMode: {
|
|
@@ -1870,13 +1888,13 @@ export function Unconstrained(args: any): {
|
|
|
1870
1888
|
}, {}, {
|
|
1871
1889
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1872
1890
|
variant: {
|
|
1873
|
-
type: import('vue').PropType<"default" | "
|
|
1891
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1874
1892
|
required: false;
|
|
1875
1893
|
default: string;
|
|
1876
1894
|
validator: (prop: string) => boolean;
|
|
1877
1895
|
};
|
|
1878
1896
|
to: {
|
|
1879
|
-
type: (
|
|
1897
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1880
1898
|
default: undefined;
|
|
1881
1899
|
};
|
|
1882
1900
|
exact: {
|
|
@@ -1887,6 +1905,10 @@ export function Unconstrained(args: any): {
|
|
|
1887
1905
|
type: StringConstructor;
|
|
1888
1906
|
default: undefined;
|
|
1889
1907
|
};
|
|
1908
|
+
addSlash: {
|
|
1909
|
+
type: BooleanConstructor;
|
|
1910
|
+
default: boolean;
|
|
1911
|
+
};
|
|
1890
1912
|
title: {
|
|
1891
1913
|
type: StringConstructor;
|
|
1892
1914
|
default: undefined;
|
|
@@ -1973,13 +1995,13 @@ export function Unconstrained(args: any): {
|
|
|
1973
1995
|
addTrailingSlash(path: string): string;
|
|
1974
1996
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1975
1997
|
variant: {
|
|
1976
|
-
type: import('vue').PropType<"default" | "
|
|
1998
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1977
1999
|
required: false;
|
|
1978
2000
|
default: string;
|
|
1979
2001
|
validator: (prop: string) => boolean;
|
|
1980
2002
|
};
|
|
1981
2003
|
to: {
|
|
1982
|
-
type: (
|
|
2004
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1983
2005
|
default: undefined;
|
|
1984
2006
|
};
|
|
1985
2007
|
exact: {
|
|
@@ -1990,6 +2012,10 @@ export function Unconstrained(args: any): {
|
|
|
1990
2012
|
type: StringConstructor;
|
|
1991
2013
|
default: undefined;
|
|
1992
2014
|
};
|
|
2015
|
+
addSlash: {
|
|
2016
|
+
type: BooleanConstructor;
|
|
2017
|
+
default: boolean;
|
|
2018
|
+
};
|
|
1993
2019
|
title: {
|
|
1994
2020
|
type: StringConstructor;
|
|
1995
2021
|
default: undefined;
|
|
@@ -2049,14 +2075,15 @@ export function Unconstrained(args: any): {
|
|
|
2049
2075
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2050
2076
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2051
2077
|
}>, {
|
|
2052
|
-
to: string | Record<string, any>;
|
|
2053
2078
|
title: string;
|
|
2054
|
-
variant: "default" | "
|
|
2055
|
-
|
|
2056
|
-
target: string;
|
|
2079
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
2080
|
+
to: string | Record<string, any>;
|
|
2057
2081
|
exact: boolean;
|
|
2082
|
+
href: string;
|
|
2083
|
+
addSlash: boolean;
|
|
2058
2084
|
ariaLabel: string;
|
|
2059
2085
|
linkClass: string;
|
|
2086
|
+
target: string;
|
|
2060
2087
|
externalTargetBlank: boolean;
|
|
2061
2088
|
caret: boolean;
|
|
2062
2089
|
caretWrapperClass: string;
|
|
@@ -2191,8 +2218,8 @@ export function Unconstrained(args: any): {
|
|
|
2191
2218
|
};
|
|
2192
2219
|
}>> & Readonly<{}>, {
|
|
2193
2220
|
caption: string;
|
|
2194
|
-
data: import('../../interfaces').ImageObject;
|
|
2195
2221
|
displayCaption: boolean;
|
|
2222
|
+
data: import('../../interfaces').ImageObject;
|
|
2196
2223
|
customDetailUrl: string;
|
|
2197
2224
|
constrain: boolean;
|
|
2198
2225
|
}, {}, {
|
|
@@ -2353,7 +2380,7 @@ export function Unconstrained(args: any): {
|
|
|
2353
2380
|
default: string;
|
|
2354
2381
|
};
|
|
2355
2382
|
objectFitClass: {
|
|
2356
|
-
type: import('vue').PropType<"
|
|
2383
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
2357
2384
|
required: false;
|
|
2358
2385
|
default: string;
|
|
2359
2386
|
validator: (prop: string) => boolean;
|
|
@@ -2395,7 +2422,7 @@ export function Unconstrained(args: any): {
|
|
|
2395
2422
|
default: string;
|
|
2396
2423
|
};
|
|
2397
2424
|
objectFitClass: {
|
|
2398
|
-
type: import('vue').PropType<"
|
|
2425
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
2399
2426
|
required: false;
|
|
2400
2427
|
default: string;
|
|
2401
2428
|
validator: (prop: string) => boolean;
|
|
@@ -2427,13 +2454,13 @@ export function Unconstrained(args: any): {
|
|
|
2427
2454
|
default: string;
|
|
2428
2455
|
};
|
|
2429
2456
|
}>> & Readonly<{}>, {
|
|
2430
|
-
imageClass: string;
|
|
2431
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
2432
|
-
srcset: string;
|
|
2433
2457
|
alt: string;
|
|
2434
2458
|
width: string | number;
|
|
2435
2459
|
height: string | number;
|
|
2460
|
+
srcset: string;
|
|
2436
2461
|
loading: "lazy" | "eager" | undefined;
|
|
2462
|
+
imageClass: string;
|
|
2463
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
2437
2464
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2438
2465
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2439
2466
|
darkMode: {
|
|
@@ -2524,13 +2551,13 @@ export function Unconstrained(args: any): {
|
|
|
2524
2551
|
}, {}, {
|
|
2525
2552
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2526
2553
|
variant: {
|
|
2527
|
-
type: import('vue').PropType<"default" | "
|
|
2554
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
2528
2555
|
required: false;
|
|
2529
2556
|
default: string;
|
|
2530
2557
|
validator: (prop: string) => boolean;
|
|
2531
2558
|
};
|
|
2532
2559
|
to: {
|
|
2533
|
-
type: (
|
|
2560
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2534
2561
|
default: undefined;
|
|
2535
2562
|
};
|
|
2536
2563
|
exact: {
|
|
@@ -2541,6 +2568,10 @@ export function Unconstrained(args: any): {
|
|
|
2541
2568
|
type: StringConstructor;
|
|
2542
2569
|
default: undefined;
|
|
2543
2570
|
};
|
|
2571
|
+
addSlash: {
|
|
2572
|
+
type: BooleanConstructor;
|
|
2573
|
+
default: boolean;
|
|
2574
|
+
};
|
|
2544
2575
|
title: {
|
|
2545
2576
|
type: StringConstructor;
|
|
2546
2577
|
default: undefined;
|
|
@@ -2627,13 +2658,13 @@ export function Unconstrained(args: any): {
|
|
|
2627
2658
|
addTrailingSlash(path: string): string;
|
|
2628
2659
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2629
2660
|
variant: {
|
|
2630
|
-
type: import('vue').PropType<"default" | "
|
|
2661
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
2631
2662
|
required: false;
|
|
2632
2663
|
default: string;
|
|
2633
2664
|
validator: (prop: string) => boolean;
|
|
2634
2665
|
};
|
|
2635
2666
|
to: {
|
|
2636
|
-
type: (
|
|
2667
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2637
2668
|
default: undefined;
|
|
2638
2669
|
};
|
|
2639
2670
|
exact: {
|
|
@@ -2644,6 +2675,10 @@ export function Unconstrained(args: any): {
|
|
|
2644
2675
|
type: StringConstructor;
|
|
2645
2676
|
default: undefined;
|
|
2646
2677
|
};
|
|
2678
|
+
addSlash: {
|
|
2679
|
+
type: BooleanConstructor;
|
|
2680
|
+
default: boolean;
|
|
2681
|
+
};
|
|
2647
2682
|
title: {
|
|
2648
2683
|
type: StringConstructor;
|
|
2649
2684
|
default: undefined;
|
|
@@ -2703,14 +2738,15 @@ export function Unconstrained(args: any): {
|
|
|
2703
2738
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2704
2739
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2705
2740
|
}>, {
|
|
2706
|
-
to: string | Record<string, any>;
|
|
2707
2741
|
title: string;
|
|
2708
|
-
variant: "default" | "
|
|
2709
|
-
|
|
2710
|
-
target: string;
|
|
2742
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
2743
|
+
to: string | Record<string, any>;
|
|
2711
2744
|
exact: boolean;
|
|
2745
|
+
href: string;
|
|
2746
|
+
addSlash: boolean;
|
|
2712
2747
|
ariaLabel: string;
|
|
2713
2748
|
linkClass: string;
|
|
2749
|
+
target: string;
|
|
2714
2750
|
externalTargetBlank: boolean;
|
|
2715
2751
|
caret: boolean;
|
|
2716
2752
|
caretWrapperClass: string;
|
|
@@ -2811,8 +2847,8 @@ export function Unconstrained(args: any): {
|
|
|
2811
2847
|
default: boolean;
|
|
2812
2848
|
};
|
|
2813
2849
|
}>> & Readonly<{}>, {
|
|
2814
|
-
fullBleed: boolean;
|
|
2815
2850
|
indent: string;
|
|
2851
|
+
fullBleed: boolean;
|
|
2816
2852
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2817
2853
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2818
2854
|
};
|
|
@@ -2912,8 +2948,8 @@ export function CustomCaption(args: any): {
|
|
|
2912
2948
|
};
|
|
2913
2949
|
}>> & Readonly<{}>, {
|
|
2914
2950
|
caption: string;
|
|
2915
|
-
data: import('../../interfaces').ImageObject;
|
|
2916
2951
|
displayCaption: boolean;
|
|
2952
|
+
data: import('../../interfaces').ImageObject;
|
|
2917
2953
|
customDetailUrl: string;
|
|
2918
2954
|
constrain: boolean;
|
|
2919
2955
|
}, {}, {
|
|
@@ -3074,7 +3110,7 @@ export function CustomCaption(args: any): {
|
|
|
3074
3110
|
default: string;
|
|
3075
3111
|
};
|
|
3076
3112
|
objectFitClass: {
|
|
3077
|
-
type: import('vue').PropType<"
|
|
3113
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
3078
3114
|
required: false;
|
|
3079
3115
|
default: string;
|
|
3080
3116
|
validator: (prop: string) => boolean;
|
|
@@ -3116,7 +3152,7 @@ export function CustomCaption(args: any): {
|
|
|
3116
3152
|
default: string;
|
|
3117
3153
|
};
|
|
3118
3154
|
objectFitClass: {
|
|
3119
|
-
type: import('vue').PropType<"
|
|
3155
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
3120
3156
|
required: false;
|
|
3121
3157
|
default: string;
|
|
3122
3158
|
validator: (prop: string) => boolean;
|
|
@@ -3148,13 +3184,13 @@ export function CustomCaption(args: any): {
|
|
|
3148
3184
|
default: string;
|
|
3149
3185
|
};
|
|
3150
3186
|
}>> & Readonly<{}>, {
|
|
3151
|
-
imageClass: string;
|
|
3152
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
3153
|
-
srcset: string;
|
|
3154
3187
|
alt: string;
|
|
3155
3188
|
width: string | number;
|
|
3156
3189
|
height: string | number;
|
|
3190
|
+
srcset: string;
|
|
3157
3191
|
loading: "lazy" | "eager" | undefined;
|
|
3192
|
+
imageClass: string;
|
|
3193
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
3158
3194
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3159
3195
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3160
3196
|
darkMode: {
|
|
@@ -3245,13 +3281,13 @@ export function CustomCaption(args: any): {
|
|
|
3245
3281
|
}, {}, {
|
|
3246
3282
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3247
3283
|
variant: {
|
|
3248
|
-
type: import('vue').PropType<"default" | "
|
|
3284
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
3249
3285
|
required: false;
|
|
3250
3286
|
default: string;
|
|
3251
3287
|
validator: (prop: string) => boolean;
|
|
3252
3288
|
};
|
|
3253
3289
|
to: {
|
|
3254
|
-
type: (
|
|
3290
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3255
3291
|
default: undefined;
|
|
3256
3292
|
};
|
|
3257
3293
|
exact: {
|
|
@@ -3262,6 +3298,10 @@ export function CustomCaption(args: any): {
|
|
|
3262
3298
|
type: StringConstructor;
|
|
3263
3299
|
default: undefined;
|
|
3264
3300
|
};
|
|
3301
|
+
addSlash: {
|
|
3302
|
+
type: BooleanConstructor;
|
|
3303
|
+
default: boolean;
|
|
3304
|
+
};
|
|
3265
3305
|
title: {
|
|
3266
3306
|
type: StringConstructor;
|
|
3267
3307
|
default: undefined;
|
|
@@ -3348,13 +3388,13 @@ export function CustomCaption(args: any): {
|
|
|
3348
3388
|
addTrailingSlash(path: string): string;
|
|
3349
3389
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
3350
3390
|
variant: {
|
|
3351
|
-
type: import('vue').PropType<"default" | "
|
|
3391
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
3352
3392
|
required: false;
|
|
3353
3393
|
default: string;
|
|
3354
3394
|
validator: (prop: string) => boolean;
|
|
3355
3395
|
};
|
|
3356
3396
|
to: {
|
|
3357
|
-
type: (
|
|
3397
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3358
3398
|
default: undefined;
|
|
3359
3399
|
};
|
|
3360
3400
|
exact: {
|
|
@@ -3365,6 +3405,10 @@ export function CustomCaption(args: any): {
|
|
|
3365
3405
|
type: StringConstructor;
|
|
3366
3406
|
default: undefined;
|
|
3367
3407
|
};
|
|
3408
|
+
addSlash: {
|
|
3409
|
+
type: BooleanConstructor;
|
|
3410
|
+
default: boolean;
|
|
3411
|
+
};
|
|
3368
3412
|
title: {
|
|
3369
3413
|
type: StringConstructor;
|
|
3370
3414
|
default: undefined;
|
|
@@ -3424,14 +3468,15 @@ export function CustomCaption(args: any): {
|
|
|
3424
3468
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3425
3469
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3426
3470
|
}>, {
|
|
3427
|
-
to: string | Record<string, any>;
|
|
3428
3471
|
title: string;
|
|
3429
|
-
variant: "default" | "
|
|
3430
|
-
|
|
3431
|
-
target: string;
|
|
3472
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
3473
|
+
to: string | Record<string, any>;
|
|
3432
3474
|
exact: boolean;
|
|
3475
|
+
href: string;
|
|
3476
|
+
addSlash: boolean;
|
|
3433
3477
|
ariaLabel: string;
|
|
3434
3478
|
linkClass: string;
|
|
3479
|
+
target: string;
|
|
3435
3480
|
externalTargetBlank: boolean;
|
|
3436
3481
|
caret: boolean;
|
|
3437
3482
|
caretWrapperClass: string;
|
|
@@ -3566,8 +3611,8 @@ export function CustomCaption(args: any): {
|
|
|
3566
3611
|
};
|
|
3567
3612
|
}>> & Readonly<{}>, {
|
|
3568
3613
|
caption: string;
|
|
3569
|
-
data: import('../../interfaces').ImageObject;
|
|
3570
3614
|
displayCaption: boolean;
|
|
3615
|
+
data: import('../../interfaces').ImageObject;
|
|
3571
3616
|
customDetailUrl: string;
|
|
3572
3617
|
constrain: boolean;
|
|
3573
3618
|
}, {}, {
|
|
@@ -3728,7 +3773,7 @@ export function CustomCaption(args: any): {
|
|
|
3728
3773
|
default: string;
|
|
3729
3774
|
};
|
|
3730
3775
|
objectFitClass: {
|
|
3731
|
-
type: import('vue').PropType<"
|
|
3776
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
3732
3777
|
required: false;
|
|
3733
3778
|
default: string;
|
|
3734
3779
|
validator: (prop: string) => boolean;
|
|
@@ -3770,7 +3815,7 @@ export function CustomCaption(args: any): {
|
|
|
3770
3815
|
default: string;
|
|
3771
3816
|
};
|
|
3772
3817
|
objectFitClass: {
|
|
3773
|
-
type: import('vue').PropType<"
|
|
3818
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
3774
3819
|
required: false;
|
|
3775
3820
|
default: string;
|
|
3776
3821
|
validator: (prop: string) => boolean;
|
|
@@ -3802,13 +3847,13 @@ export function CustomCaption(args: any): {
|
|
|
3802
3847
|
default: string;
|
|
3803
3848
|
};
|
|
3804
3849
|
}>> & Readonly<{}>, {
|
|
3805
|
-
imageClass: string;
|
|
3806
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
3807
|
-
srcset: string;
|
|
3808
3850
|
alt: string;
|
|
3809
3851
|
width: string | number;
|
|
3810
3852
|
height: string | number;
|
|
3853
|
+
srcset: string;
|
|
3811
3854
|
loading: "lazy" | "eager" | undefined;
|
|
3855
|
+
imageClass: string;
|
|
3856
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
3812
3857
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3813
3858
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3814
3859
|
darkMode: {
|
|
@@ -3899,13 +3944,13 @@ export function CustomCaption(args: any): {
|
|
|
3899
3944
|
}, {}, {
|
|
3900
3945
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3901
3946
|
variant: {
|
|
3902
|
-
type: import('vue').PropType<"default" | "
|
|
3947
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
3903
3948
|
required: false;
|
|
3904
3949
|
default: string;
|
|
3905
3950
|
validator: (prop: string) => boolean;
|
|
3906
3951
|
};
|
|
3907
3952
|
to: {
|
|
3908
|
-
type: (
|
|
3953
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3909
3954
|
default: undefined;
|
|
3910
3955
|
};
|
|
3911
3956
|
exact: {
|
|
@@ -3916,6 +3961,10 @@ export function CustomCaption(args: any): {
|
|
|
3916
3961
|
type: StringConstructor;
|
|
3917
3962
|
default: undefined;
|
|
3918
3963
|
};
|
|
3964
|
+
addSlash: {
|
|
3965
|
+
type: BooleanConstructor;
|
|
3966
|
+
default: boolean;
|
|
3967
|
+
};
|
|
3919
3968
|
title: {
|
|
3920
3969
|
type: StringConstructor;
|
|
3921
3970
|
default: undefined;
|
|
@@ -4002,13 +4051,13 @@ export function CustomCaption(args: any): {
|
|
|
4002
4051
|
addTrailingSlash(path: string): string;
|
|
4003
4052
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4004
4053
|
variant: {
|
|
4005
|
-
type: import('vue').PropType<"default" | "
|
|
4054
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
4006
4055
|
required: false;
|
|
4007
4056
|
default: string;
|
|
4008
4057
|
validator: (prop: string) => boolean;
|
|
4009
4058
|
};
|
|
4010
4059
|
to: {
|
|
4011
|
-
type: (
|
|
4060
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4012
4061
|
default: undefined;
|
|
4013
4062
|
};
|
|
4014
4063
|
exact: {
|
|
@@ -4019,6 +4068,10 @@ export function CustomCaption(args: any): {
|
|
|
4019
4068
|
type: StringConstructor;
|
|
4020
4069
|
default: undefined;
|
|
4021
4070
|
};
|
|
4071
|
+
addSlash: {
|
|
4072
|
+
type: BooleanConstructor;
|
|
4073
|
+
default: boolean;
|
|
4074
|
+
};
|
|
4022
4075
|
title: {
|
|
4023
4076
|
type: StringConstructor;
|
|
4024
4077
|
default: undefined;
|
|
@@ -4078,14 +4131,15 @@ export function CustomCaption(args: any): {
|
|
|
4078
4131
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4079
4132
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4080
4133
|
}>, {
|
|
4081
|
-
to: string | Record<string, any>;
|
|
4082
4134
|
title: string;
|
|
4083
|
-
variant: "default" | "
|
|
4084
|
-
|
|
4085
|
-
target: string;
|
|
4135
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
4136
|
+
to: string | Record<string, any>;
|
|
4086
4137
|
exact: boolean;
|
|
4138
|
+
href: string;
|
|
4139
|
+
addSlash: boolean;
|
|
4087
4140
|
ariaLabel: string;
|
|
4088
4141
|
linkClass: string;
|
|
4142
|
+
target: string;
|
|
4089
4143
|
externalTargetBlank: boolean;
|
|
4090
4144
|
caret: boolean;
|
|
4091
4145
|
caretWrapperClass: string;
|
|
@@ -4186,8 +4240,8 @@ export function CustomCaption(args: any): {
|
|
|
4186
4240
|
default: boolean;
|
|
4187
4241
|
};
|
|
4188
4242
|
}>> & Readonly<{}>, {
|
|
4189
|
-
fullBleed: boolean;
|
|
4190
4243
|
indent: string;
|
|
4244
|
+
fullBleed: boolean;
|
|
4191
4245
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4192
4246
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4193
4247
|
};
|
|
@@ -4290,8 +4344,8 @@ export function NoCaption(args: any): {
|
|
|
4290
4344
|
};
|
|
4291
4345
|
}>> & Readonly<{}>, {
|
|
4292
4346
|
caption: string;
|
|
4293
|
-
data: import('../../interfaces').ImageObject;
|
|
4294
4347
|
displayCaption: boolean;
|
|
4348
|
+
data: import('../../interfaces').ImageObject;
|
|
4295
4349
|
customDetailUrl: string;
|
|
4296
4350
|
constrain: boolean;
|
|
4297
4351
|
}, {}, {
|
|
@@ -4452,7 +4506,7 @@ export function NoCaption(args: any): {
|
|
|
4452
4506
|
default: string;
|
|
4453
4507
|
};
|
|
4454
4508
|
objectFitClass: {
|
|
4455
|
-
type: import('vue').PropType<"
|
|
4509
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
4456
4510
|
required: false;
|
|
4457
4511
|
default: string;
|
|
4458
4512
|
validator: (prop: string) => boolean;
|
|
@@ -4494,7 +4548,7 @@ export function NoCaption(args: any): {
|
|
|
4494
4548
|
default: string;
|
|
4495
4549
|
};
|
|
4496
4550
|
objectFitClass: {
|
|
4497
|
-
type: import('vue').PropType<"
|
|
4551
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
4498
4552
|
required: false;
|
|
4499
4553
|
default: string;
|
|
4500
4554
|
validator: (prop: string) => boolean;
|
|
@@ -4526,13 +4580,13 @@ export function NoCaption(args: any): {
|
|
|
4526
4580
|
default: string;
|
|
4527
4581
|
};
|
|
4528
4582
|
}>> & Readonly<{}>, {
|
|
4529
|
-
imageClass: string;
|
|
4530
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
4531
|
-
srcset: string;
|
|
4532
4583
|
alt: string;
|
|
4533
4584
|
width: string | number;
|
|
4534
4585
|
height: string | number;
|
|
4586
|
+
srcset: string;
|
|
4535
4587
|
loading: "lazy" | "eager" | undefined;
|
|
4588
|
+
imageClass: string;
|
|
4589
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
4536
4590
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4537
4591
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4538
4592
|
darkMode: {
|
|
@@ -4623,13 +4677,13 @@ export function NoCaption(args: any): {
|
|
|
4623
4677
|
}, {}, {
|
|
4624
4678
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4625
4679
|
variant: {
|
|
4626
|
-
type: import('vue').PropType<"default" | "
|
|
4680
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
4627
4681
|
required: false;
|
|
4628
4682
|
default: string;
|
|
4629
4683
|
validator: (prop: string) => boolean;
|
|
4630
4684
|
};
|
|
4631
4685
|
to: {
|
|
4632
|
-
type: (
|
|
4686
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4633
4687
|
default: undefined;
|
|
4634
4688
|
};
|
|
4635
4689
|
exact: {
|
|
@@ -4640,6 +4694,10 @@ export function NoCaption(args: any): {
|
|
|
4640
4694
|
type: StringConstructor;
|
|
4641
4695
|
default: undefined;
|
|
4642
4696
|
};
|
|
4697
|
+
addSlash: {
|
|
4698
|
+
type: BooleanConstructor;
|
|
4699
|
+
default: boolean;
|
|
4700
|
+
};
|
|
4643
4701
|
title: {
|
|
4644
4702
|
type: StringConstructor;
|
|
4645
4703
|
default: undefined;
|
|
@@ -4726,13 +4784,13 @@ export function NoCaption(args: any): {
|
|
|
4726
4784
|
addTrailingSlash(path: string): string;
|
|
4727
4785
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4728
4786
|
variant: {
|
|
4729
|
-
type: import('vue').PropType<"default" | "
|
|
4787
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
4730
4788
|
required: false;
|
|
4731
4789
|
default: string;
|
|
4732
4790
|
validator: (prop: string) => boolean;
|
|
4733
4791
|
};
|
|
4734
4792
|
to: {
|
|
4735
|
-
type: (
|
|
4793
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4736
4794
|
default: undefined;
|
|
4737
4795
|
};
|
|
4738
4796
|
exact: {
|
|
@@ -4743,6 +4801,10 @@ export function NoCaption(args: any): {
|
|
|
4743
4801
|
type: StringConstructor;
|
|
4744
4802
|
default: undefined;
|
|
4745
4803
|
};
|
|
4804
|
+
addSlash: {
|
|
4805
|
+
type: BooleanConstructor;
|
|
4806
|
+
default: boolean;
|
|
4807
|
+
};
|
|
4746
4808
|
title: {
|
|
4747
4809
|
type: StringConstructor;
|
|
4748
4810
|
default: undefined;
|
|
@@ -4802,14 +4864,15 @@ export function NoCaption(args: any): {
|
|
|
4802
4864
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4803
4865
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4804
4866
|
}>, {
|
|
4805
|
-
to: string | Record<string, any>;
|
|
4806
4867
|
title: string;
|
|
4807
|
-
variant: "default" | "
|
|
4808
|
-
|
|
4809
|
-
target: string;
|
|
4868
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
4869
|
+
to: string | Record<string, any>;
|
|
4810
4870
|
exact: boolean;
|
|
4871
|
+
href: string;
|
|
4872
|
+
addSlash: boolean;
|
|
4811
4873
|
ariaLabel: string;
|
|
4812
4874
|
linkClass: string;
|
|
4875
|
+
target: string;
|
|
4813
4876
|
externalTargetBlank: boolean;
|
|
4814
4877
|
caret: boolean;
|
|
4815
4878
|
caretWrapperClass: string;
|
|
@@ -4944,8 +5007,8 @@ export function NoCaption(args: any): {
|
|
|
4944
5007
|
};
|
|
4945
5008
|
}>> & Readonly<{}>, {
|
|
4946
5009
|
caption: string;
|
|
4947
|
-
data: import('../../interfaces').ImageObject;
|
|
4948
5010
|
displayCaption: boolean;
|
|
5011
|
+
data: import('../../interfaces').ImageObject;
|
|
4949
5012
|
customDetailUrl: string;
|
|
4950
5013
|
constrain: boolean;
|
|
4951
5014
|
}, {}, {
|
|
@@ -5106,7 +5169,7 @@ export function NoCaption(args: any): {
|
|
|
5106
5169
|
default: string;
|
|
5107
5170
|
};
|
|
5108
5171
|
objectFitClass: {
|
|
5109
|
-
type: import('vue').PropType<"
|
|
5172
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
5110
5173
|
required: false;
|
|
5111
5174
|
default: string;
|
|
5112
5175
|
validator: (prop: string) => boolean;
|
|
@@ -5148,7 +5211,7 @@ export function NoCaption(args: any): {
|
|
|
5148
5211
|
default: string;
|
|
5149
5212
|
};
|
|
5150
5213
|
objectFitClass: {
|
|
5151
|
-
type: import('vue').PropType<"
|
|
5214
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
5152
5215
|
required: false;
|
|
5153
5216
|
default: string;
|
|
5154
5217
|
validator: (prop: string) => boolean;
|
|
@@ -5180,13 +5243,13 @@ export function NoCaption(args: any): {
|
|
|
5180
5243
|
default: string;
|
|
5181
5244
|
};
|
|
5182
5245
|
}>> & Readonly<{}>, {
|
|
5183
|
-
imageClass: string;
|
|
5184
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
5185
|
-
srcset: string;
|
|
5186
5246
|
alt: string;
|
|
5187
5247
|
width: string | number;
|
|
5188
5248
|
height: string | number;
|
|
5249
|
+
srcset: string;
|
|
5189
5250
|
loading: "lazy" | "eager" | undefined;
|
|
5251
|
+
imageClass: string;
|
|
5252
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
5190
5253
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5191
5254
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5192
5255
|
darkMode: {
|
|
@@ -5277,13 +5340,13 @@ export function NoCaption(args: any): {
|
|
|
5277
5340
|
}, {}, {
|
|
5278
5341
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5279
5342
|
variant: {
|
|
5280
|
-
type: import('vue').PropType<"default" | "
|
|
5343
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
5281
5344
|
required: false;
|
|
5282
5345
|
default: string;
|
|
5283
5346
|
validator: (prop: string) => boolean;
|
|
5284
5347
|
};
|
|
5285
5348
|
to: {
|
|
5286
|
-
type: (
|
|
5349
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5287
5350
|
default: undefined;
|
|
5288
5351
|
};
|
|
5289
5352
|
exact: {
|
|
@@ -5294,6 +5357,10 @@ export function NoCaption(args: any): {
|
|
|
5294
5357
|
type: StringConstructor;
|
|
5295
5358
|
default: undefined;
|
|
5296
5359
|
};
|
|
5360
|
+
addSlash: {
|
|
5361
|
+
type: BooleanConstructor;
|
|
5362
|
+
default: boolean;
|
|
5363
|
+
};
|
|
5297
5364
|
title: {
|
|
5298
5365
|
type: StringConstructor;
|
|
5299
5366
|
default: undefined;
|
|
@@ -5380,13 +5447,13 @@ export function NoCaption(args: any): {
|
|
|
5380
5447
|
addTrailingSlash(path: string): string;
|
|
5381
5448
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
5382
5449
|
variant: {
|
|
5383
|
-
type: import('vue').PropType<"default" | "
|
|
5450
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
5384
5451
|
required: false;
|
|
5385
5452
|
default: string;
|
|
5386
5453
|
validator: (prop: string) => boolean;
|
|
5387
5454
|
};
|
|
5388
5455
|
to: {
|
|
5389
|
-
type: (
|
|
5456
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5390
5457
|
default: undefined;
|
|
5391
5458
|
};
|
|
5392
5459
|
exact: {
|
|
@@ -5397,6 +5464,10 @@ export function NoCaption(args: any): {
|
|
|
5397
5464
|
type: StringConstructor;
|
|
5398
5465
|
default: undefined;
|
|
5399
5466
|
};
|
|
5467
|
+
addSlash: {
|
|
5468
|
+
type: BooleanConstructor;
|
|
5469
|
+
default: boolean;
|
|
5470
|
+
};
|
|
5400
5471
|
title: {
|
|
5401
5472
|
type: StringConstructor;
|
|
5402
5473
|
default: undefined;
|
|
@@ -5456,14 +5527,15 @@ export function NoCaption(args: any): {
|
|
|
5456
5527
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5457
5528
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5458
5529
|
}>, {
|
|
5459
|
-
to: string | Record<string, any>;
|
|
5460
5530
|
title: string;
|
|
5461
|
-
variant: "default" | "
|
|
5462
|
-
|
|
5463
|
-
target: string;
|
|
5531
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
5532
|
+
to: string | Record<string, any>;
|
|
5464
5533
|
exact: boolean;
|
|
5534
|
+
href: string;
|
|
5535
|
+
addSlash: boolean;
|
|
5465
5536
|
ariaLabel: string;
|
|
5466
5537
|
linkClass: string;
|
|
5538
|
+
target: string;
|
|
5467
5539
|
externalTargetBlank: boolean;
|
|
5468
5540
|
caret: boolean;
|
|
5469
5541
|
caretWrapperClass: string;
|
|
@@ -5564,8 +5636,8 @@ export function NoCaption(args: any): {
|
|
|
5564
5636
|
default: boolean;
|
|
5565
5637
|
};
|
|
5566
5638
|
}>> & Readonly<{}>, {
|
|
5567
|
-
fullBleed: boolean;
|
|
5568
5639
|
indent: string;
|
|
5640
|
+
fullBleed: boolean;
|
|
5569
5641
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5570
5642
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5571
5643
|
};
|
|
@@ -5667,8 +5739,8 @@ export function FullBleed(args: any): {
|
|
|
5667
5739
|
};
|
|
5668
5740
|
}>> & Readonly<{}>, {
|
|
5669
5741
|
caption: string;
|
|
5670
|
-
data: import('../../interfaces').ImageObject;
|
|
5671
5742
|
displayCaption: boolean;
|
|
5743
|
+
data: import('../../interfaces').ImageObject;
|
|
5672
5744
|
customDetailUrl: string;
|
|
5673
5745
|
constrain: boolean;
|
|
5674
5746
|
}, {}, {
|
|
@@ -5829,7 +5901,7 @@ export function FullBleed(args: any): {
|
|
|
5829
5901
|
default: string;
|
|
5830
5902
|
};
|
|
5831
5903
|
objectFitClass: {
|
|
5832
|
-
type: import('vue').PropType<"
|
|
5904
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
5833
5905
|
required: false;
|
|
5834
5906
|
default: string;
|
|
5835
5907
|
validator: (prop: string) => boolean;
|
|
@@ -5871,7 +5943,7 @@ export function FullBleed(args: any): {
|
|
|
5871
5943
|
default: string;
|
|
5872
5944
|
};
|
|
5873
5945
|
objectFitClass: {
|
|
5874
|
-
type: import('vue').PropType<"
|
|
5946
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
5875
5947
|
required: false;
|
|
5876
5948
|
default: string;
|
|
5877
5949
|
validator: (prop: string) => boolean;
|
|
@@ -5903,13 +5975,13 @@ export function FullBleed(args: any): {
|
|
|
5903
5975
|
default: string;
|
|
5904
5976
|
};
|
|
5905
5977
|
}>> & Readonly<{}>, {
|
|
5906
|
-
imageClass: string;
|
|
5907
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
5908
|
-
srcset: string;
|
|
5909
5978
|
alt: string;
|
|
5910
5979
|
width: string | number;
|
|
5911
5980
|
height: string | number;
|
|
5981
|
+
srcset: string;
|
|
5912
5982
|
loading: "lazy" | "eager" | undefined;
|
|
5983
|
+
imageClass: string;
|
|
5984
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
5913
5985
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5914
5986
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5915
5987
|
darkMode: {
|
|
@@ -6000,13 +6072,13 @@ export function FullBleed(args: any): {
|
|
|
6000
6072
|
}, {}, {
|
|
6001
6073
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6002
6074
|
variant: {
|
|
6003
|
-
type: import('vue').PropType<"default" | "
|
|
6075
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
6004
6076
|
required: false;
|
|
6005
6077
|
default: string;
|
|
6006
6078
|
validator: (prop: string) => boolean;
|
|
6007
6079
|
};
|
|
6008
6080
|
to: {
|
|
6009
|
-
type: (
|
|
6081
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6010
6082
|
default: undefined;
|
|
6011
6083
|
};
|
|
6012
6084
|
exact: {
|
|
@@ -6017,6 +6089,10 @@ export function FullBleed(args: any): {
|
|
|
6017
6089
|
type: StringConstructor;
|
|
6018
6090
|
default: undefined;
|
|
6019
6091
|
};
|
|
6092
|
+
addSlash: {
|
|
6093
|
+
type: BooleanConstructor;
|
|
6094
|
+
default: boolean;
|
|
6095
|
+
};
|
|
6020
6096
|
title: {
|
|
6021
6097
|
type: StringConstructor;
|
|
6022
6098
|
default: undefined;
|
|
@@ -6103,13 +6179,13 @@ export function FullBleed(args: any): {
|
|
|
6103
6179
|
addTrailingSlash(path: string): string;
|
|
6104
6180
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
6105
6181
|
variant: {
|
|
6106
|
-
type: import('vue').PropType<"default" | "
|
|
6182
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
6107
6183
|
required: false;
|
|
6108
6184
|
default: string;
|
|
6109
6185
|
validator: (prop: string) => boolean;
|
|
6110
6186
|
};
|
|
6111
6187
|
to: {
|
|
6112
|
-
type: (
|
|
6188
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6113
6189
|
default: undefined;
|
|
6114
6190
|
};
|
|
6115
6191
|
exact: {
|
|
@@ -6120,6 +6196,10 @@ export function FullBleed(args: any): {
|
|
|
6120
6196
|
type: StringConstructor;
|
|
6121
6197
|
default: undefined;
|
|
6122
6198
|
};
|
|
6199
|
+
addSlash: {
|
|
6200
|
+
type: BooleanConstructor;
|
|
6201
|
+
default: boolean;
|
|
6202
|
+
};
|
|
6123
6203
|
title: {
|
|
6124
6204
|
type: StringConstructor;
|
|
6125
6205
|
default: undefined;
|
|
@@ -6179,14 +6259,15 @@ export function FullBleed(args: any): {
|
|
|
6179
6259
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6180
6260
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6181
6261
|
}>, {
|
|
6182
|
-
to: string | Record<string, any>;
|
|
6183
6262
|
title: string;
|
|
6184
|
-
variant: "default" | "
|
|
6185
|
-
|
|
6186
|
-
target: string;
|
|
6263
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
6264
|
+
to: string | Record<string, any>;
|
|
6187
6265
|
exact: boolean;
|
|
6266
|
+
href: string;
|
|
6267
|
+
addSlash: boolean;
|
|
6188
6268
|
ariaLabel: string;
|
|
6189
6269
|
linkClass: string;
|
|
6270
|
+
target: string;
|
|
6190
6271
|
externalTargetBlank: boolean;
|
|
6191
6272
|
caret: boolean;
|
|
6192
6273
|
caretWrapperClass: string;
|
|
@@ -6321,8 +6402,8 @@ export function FullBleed(args: any): {
|
|
|
6321
6402
|
};
|
|
6322
6403
|
}>> & Readonly<{}>, {
|
|
6323
6404
|
caption: string;
|
|
6324
|
-
data: import('../../interfaces').ImageObject;
|
|
6325
6405
|
displayCaption: boolean;
|
|
6406
|
+
data: import('../../interfaces').ImageObject;
|
|
6326
6407
|
customDetailUrl: string;
|
|
6327
6408
|
constrain: boolean;
|
|
6328
6409
|
}, {}, {
|
|
@@ -6483,7 +6564,7 @@ export function FullBleed(args: any): {
|
|
|
6483
6564
|
default: string;
|
|
6484
6565
|
};
|
|
6485
6566
|
objectFitClass: {
|
|
6486
|
-
type: import('vue').PropType<"
|
|
6567
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
6487
6568
|
required: false;
|
|
6488
6569
|
default: string;
|
|
6489
6570
|
validator: (prop: string) => boolean;
|
|
@@ -6525,7 +6606,7 @@ export function FullBleed(args: any): {
|
|
|
6525
6606
|
default: string;
|
|
6526
6607
|
};
|
|
6527
6608
|
objectFitClass: {
|
|
6528
|
-
type: import('vue').PropType<"
|
|
6609
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
6529
6610
|
required: false;
|
|
6530
6611
|
default: string;
|
|
6531
6612
|
validator: (prop: string) => boolean;
|
|
@@ -6557,13 +6638,13 @@ export function FullBleed(args: any): {
|
|
|
6557
6638
|
default: string;
|
|
6558
6639
|
};
|
|
6559
6640
|
}>> & Readonly<{}>, {
|
|
6560
|
-
imageClass: string;
|
|
6561
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
6562
|
-
srcset: string;
|
|
6563
6641
|
alt: string;
|
|
6564
6642
|
width: string | number;
|
|
6565
6643
|
height: string | number;
|
|
6644
|
+
srcset: string;
|
|
6566
6645
|
loading: "lazy" | "eager" | undefined;
|
|
6646
|
+
imageClass: string;
|
|
6647
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
6567
6648
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6568
6649
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6569
6650
|
darkMode: {
|
|
@@ -6654,13 +6735,13 @@ export function FullBleed(args: any): {
|
|
|
6654
6735
|
}, {}, {
|
|
6655
6736
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6656
6737
|
variant: {
|
|
6657
|
-
type: import('vue').PropType<"default" | "
|
|
6738
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
6658
6739
|
required: false;
|
|
6659
6740
|
default: string;
|
|
6660
6741
|
validator: (prop: string) => boolean;
|
|
6661
6742
|
};
|
|
6662
6743
|
to: {
|
|
6663
|
-
type: (
|
|
6744
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6664
6745
|
default: undefined;
|
|
6665
6746
|
};
|
|
6666
6747
|
exact: {
|
|
@@ -6671,6 +6752,10 @@ export function FullBleed(args: any): {
|
|
|
6671
6752
|
type: StringConstructor;
|
|
6672
6753
|
default: undefined;
|
|
6673
6754
|
};
|
|
6755
|
+
addSlash: {
|
|
6756
|
+
type: BooleanConstructor;
|
|
6757
|
+
default: boolean;
|
|
6758
|
+
};
|
|
6674
6759
|
title: {
|
|
6675
6760
|
type: StringConstructor;
|
|
6676
6761
|
default: undefined;
|
|
@@ -6757,13 +6842,13 @@ export function FullBleed(args: any): {
|
|
|
6757
6842
|
addTrailingSlash(path: string): string;
|
|
6758
6843
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
6759
6844
|
variant: {
|
|
6760
|
-
type: import('vue').PropType<"default" | "
|
|
6845
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
6761
6846
|
required: false;
|
|
6762
6847
|
default: string;
|
|
6763
6848
|
validator: (prop: string) => boolean;
|
|
6764
6849
|
};
|
|
6765
6850
|
to: {
|
|
6766
|
-
type: (
|
|
6851
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6767
6852
|
default: undefined;
|
|
6768
6853
|
};
|
|
6769
6854
|
exact: {
|
|
@@ -6774,6 +6859,10 @@ export function FullBleed(args: any): {
|
|
|
6774
6859
|
type: StringConstructor;
|
|
6775
6860
|
default: undefined;
|
|
6776
6861
|
};
|
|
6862
|
+
addSlash: {
|
|
6863
|
+
type: BooleanConstructor;
|
|
6864
|
+
default: boolean;
|
|
6865
|
+
};
|
|
6777
6866
|
title: {
|
|
6778
6867
|
type: StringConstructor;
|
|
6779
6868
|
default: undefined;
|
|
@@ -6833,14 +6922,15 @@ export function FullBleed(args: any): {
|
|
|
6833
6922
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6834
6923
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6835
6924
|
}>, {
|
|
6836
|
-
to: string | Record<string, any>;
|
|
6837
6925
|
title: string;
|
|
6838
|
-
variant: "default" | "
|
|
6839
|
-
|
|
6840
|
-
target: string;
|
|
6926
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
6927
|
+
to: string | Record<string, any>;
|
|
6841
6928
|
exact: boolean;
|
|
6929
|
+
href: string;
|
|
6930
|
+
addSlash: boolean;
|
|
6842
6931
|
ariaLabel: string;
|
|
6843
6932
|
linkClass: string;
|
|
6933
|
+
target: string;
|
|
6844
6934
|
externalTargetBlank: boolean;
|
|
6845
6935
|
caret: boolean;
|
|
6846
6936
|
caretWrapperClass: string;
|
|
@@ -6941,8 +7031,8 @@ export function FullBleed(args: any): {
|
|
|
6941
7031
|
default: boolean;
|
|
6942
7032
|
};
|
|
6943
7033
|
}>> & Readonly<{}>, {
|
|
6944
|
-
fullBleed: boolean;
|
|
6945
7034
|
indent: string;
|
|
7035
|
+
fullBleed: boolean;
|
|
6946
7036
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6947
7037
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6948
7038
|
};
|
|
@@ -7044,8 +7134,8 @@ export function FullBleedUnconstrained(args: any): {
|
|
|
7044
7134
|
};
|
|
7045
7135
|
}>> & Readonly<{}>, {
|
|
7046
7136
|
caption: string;
|
|
7047
|
-
data: import('../../interfaces').ImageObject;
|
|
7048
7137
|
displayCaption: boolean;
|
|
7138
|
+
data: import('../../interfaces').ImageObject;
|
|
7049
7139
|
customDetailUrl: string;
|
|
7050
7140
|
constrain: boolean;
|
|
7051
7141
|
}, {}, {
|
|
@@ -7206,7 +7296,7 @@ export function FullBleedUnconstrained(args: any): {
|
|
|
7206
7296
|
default: string;
|
|
7207
7297
|
};
|
|
7208
7298
|
objectFitClass: {
|
|
7209
|
-
type: import('vue').PropType<"
|
|
7299
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
7210
7300
|
required: false;
|
|
7211
7301
|
default: string;
|
|
7212
7302
|
validator: (prop: string) => boolean;
|
|
@@ -7248,7 +7338,7 @@ export function FullBleedUnconstrained(args: any): {
|
|
|
7248
7338
|
default: string;
|
|
7249
7339
|
};
|
|
7250
7340
|
objectFitClass: {
|
|
7251
|
-
type: import('vue').PropType<"
|
|
7341
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
7252
7342
|
required: false;
|
|
7253
7343
|
default: string;
|
|
7254
7344
|
validator: (prop: string) => boolean;
|
|
@@ -7280,13 +7370,13 @@ export function FullBleedUnconstrained(args: any): {
|
|
|
7280
7370
|
default: string;
|
|
7281
7371
|
};
|
|
7282
7372
|
}>> & Readonly<{}>, {
|
|
7283
|
-
imageClass: string;
|
|
7284
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
7285
|
-
srcset: string;
|
|
7286
7373
|
alt: string;
|
|
7287
7374
|
width: string | number;
|
|
7288
7375
|
height: string | number;
|
|
7376
|
+
srcset: string;
|
|
7289
7377
|
loading: "lazy" | "eager" | undefined;
|
|
7378
|
+
imageClass: string;
|
|
7379
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
7290
7380
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7291
7381
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7292
7382
|
darkMode: {
|
|
@@ -7377,13 +7467,13 @@ export function FullBleedUnconstrained(args: any): {
|
|
|
7377
7467
|
}, {}, {
|
|
7378
7468
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7379
7469
|
variant: {
|
|
7380
|
-
type: import('vue').PropType<"default" | "
|
|
7470
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
7381
7471
|
required: false;
|
|
7382
7472
|
default: string;
|
|
7383
7473
|
validator: (prop: string) => boolean;
|
|
7384
7474
|
};
|
|
7385
7475
|
to: {
|
|
7386
|
-
type: (
|
|
7476
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7387
7477
|
default: undefined;
|
|
7388
7478
|
};
|
|
7389
7479
|
exact: {
|
|
@@ -7394,6 +7484,10 @@ export function FullBleedUnconstrained(args: any): {
|
|
|
7394
7484
|
type: StringConstructor;
|
|
7395
7485
|
default: undefined;
|
|
7396
7486
|
};
|
|
7487
|
+
addSlash: {
|
|
7488
|
+
type: BooleanConstructor;
|
|
7489
|
+
default: boolean;
|
|
7490
|
+
};
|
|
7397
7491
|
title: {
|
|
7398
7492
|
type: StringConstructor;
|
|
7399
7493
|
default: undefined;
|
|
@@ -7480,13 +7574,13 @@ export function FullBleedUnconstrained(args: any): {
|
|
|
7480
7574
|
addTrailingSlash(path: string): string;
|
|
7481
7575
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7482
7576
|
variant: {
|
|
7483
|
-
type: import('vue').PropType<"default" | "
|
|
7577
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
7484
7578
|
required: false;
|
|
7485
7579
|
default: string;
|
|
7486
7580
|
validator: (prop: string) => boolean;
|
|
7487
7581
|
};
|
|
7488
7582
|
to: {
|
|
7489
|
-
type: (
|
|
7583
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7490
7584
|
default: undefined;
|
|
7491
7585
|
};
|
|
7492
7586
|
exact: {
|
|
@@ -7497,6 +7591,10 @@ export function FullBleedUnconstrained(args: any): {
|
|
|
7497
7591
|
type: StringConstructor;
|
|
7498
7592
|
default: undefined;
|
|
7499
7593
|
};
|
|
7594
|
+
addSlash: {
|
|
7595
|
+
type: BooleanConstructor;
|
|
7596
|
+
default: boolean;
|
|
7597
|
+
};
|
|
7500
7598
|
title: {
|
|
7501
7599
|
type: StringConstructor;
|
|
7502
7600
|
default: undefined;
|
|
@@ -7556,14 +7654,15 @@ export function FullBleedUnconstrained(args: any): {
|
|
|
7556
7654
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7557
7655
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7558
7656
|
}>, {
|
|
7559
|
-
to: string | Record<string, any>;
|
|
7560
7657
|
title: string;
|
|
7561
|
-
variant: "default" | "
|
|
7562
|
-
|
|
7563
|
-
target: string;
|
|
7658
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
7659
|
+
to: string | Record<string, any>;
|
|
7564
7660
|
exact: boolean;
|
|
7661
|
+
href: string;
|
|
7662
|
+
addSlash: boolean;
|
|
7565
7663
|
ariaLabel: string;
|
|
7566
7664
|
linkClass: string;
|
|
7665
|
+
target: string;
|
|
7567
7666
|
externalTargetBlank: boolean;
|
|
7568
7667
|
caret: boolean;
|
|
7569
7668
|
caretWrapperClass: string;
|
|
@@ -7698,8 +7797,8 @@ export function FullBleedUnconstrained(args: any): {
|
|
|
7698
7797
|
};
|
|
7699
7798
|
}>> & Readonly<{}>, {
|
|
7700
7799
|
caption: string;
|
|
7701
|
-
data: import('../../interfaces').ImageObject;
|
|
7702
7800
|
displayCaption: boolean;
|
|
7801
|
+
data: import('../../interfaces').ImageObject;
|
|
7703
7802
|
customDetailUrl: string;
|
|
7704
7803
|
constrain: boolean;
|
|
7705
7804
|
}, {}, {
|
|
@@ -7860,7 +7959,7 @@ export function FullBleedUnconstrained(args: any): {
|
|
|
7860
7959
|
default: string;
|
|
7861
7960
|
};
|
|
7862
7961
|
objectFitClass: {
|
|
7863
|
-
type: import('vue').PropType<"
|
|
7962
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
7864
7963
|
required: false;
|
|
7865
7964
|
default: string;
|
|
7866
7965
|
validator: (prop: string) => boolean;
|
|
@@ -7902,7 +8001,7 @@ export function FullBleedUnconstrained(args: any): {
|
|
|
7902
8001
|
default: string;
|
|
7903
8002
|
};
|
|
7904
8003
|
objectFitClass: {
|
|
7905
|
-
type: import('vue').PropType<"
|
|
8004
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
7906
8005
|
required: false;
|
|
7907
8006
|
default: string;
|
|
7908
8007
|
validator: (prop: string) => boolean;
|
|
@@ -7934,13 +8033,13 @@ export function FullBleedUnconstrained(args: any): {
|
|
|
7934
8033
|
default: string;
|
|
7935
8034
|
};
|
|
7936
8035
|
}>> & Readonly<{}>, {
|
|
7937
|
-
imageClass: string;
|
|
7938
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
7939
|
-
srcset: string;
|
|
7940
8036
|
alt: string;
|
|
7941
8037
|
width: string | number;
|
|
7942
8038
|
height: string | number;
|
|
8039
|
+
srcset: string;
|
|
7943
8040
|
loading: "lazy" | "eager" | undefined;
|
|
8041
|
+
imageClass: string;
|
|
8042
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
7944
8043
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7945
8044
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7946
8045
|
darkMode: {
|
|
@@ -8031,13 +8130,13 @@ export function FullBleedUnconstrained(args: any): {
|
|
|
8031
8130
|
}, {}, {
|
|
8032
8131
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
8033
8132
|
variant: {
|
|
8034
|
-
type: import('vue').PropType<"default" | "
|
|
8133
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
8035
8134
|
required: false;
|
|
8036
8135
|
default: string;
|
|
8037
8136
|
validator: (prop: string) => boolean;
|
|
8038
8137
|
};
|
|
8039
8138
|
to: {
|
|
8040
|
-
type: (
|
|
8139
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8041
8140
|
default: undefined;
|
|
8042
8141
|
};
|
|
8043
8142
|
exact: {
|
|
@@ -8048,6 +8147,10 @@ export function FullBleedUnconstrained(args: any): {
|
|
|
8048
8147
|
type: StringConstructor;
|
|
8049
8148
|
default: undefined;
|
|
8050
8149
|
};
|
|
8150
|
+
addSlash: {
|
|
8151
|
+
type: BooleanConstructor;
|
|
8152
|
+
default: boolean;
|
|
8153
|
+
};
|
|
8051
8154
|
title: {
|
|
8052
8155
|
type: StringConstructor;
|
|
8053
8156
|
default: undefined;
|
|
@@ -8134,13 +8237,13 @@ export function FullBleedUnconstrained(args: any): {
|
|
|
8134
8237
|
addTrailingSlash(path: string): string;
|
|
8135
8238
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
8136
8239
|
variant: {
|
|
8137
|
-
type: import('vue').PropType<"default" | "
|
|
8240
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
8138
8241
|
required: false;
|
|
8139
8242
|
default: string;
|
|
8140
8243
|
validator: (prop: string) => boolean;
|
|
8141
8244
|
};
|
|
8142
8245
|
to: {
|
|
8143
|
-
type: (
|
|
8246
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8144
8247
|
default: undefined;
|
|
8145
8248
|
};
|
|
8146
8249
|
exact: {
|
|
@@ -8151,6 +8254,10 @@ export function FullBleedUnconstrained(args: any): {
|
|
|
8151
8254
|
type: StringConstructor;
|
|
8152
8255
|
default: undefined;
|
|
8153
8256
|
};
|
|
8257
|
+
addSlash: {
|
|
8258
|
+
type: BooleanConstructor;
|
|
8259
|
+
default: boolean;
|
|
8260
|
+
};
|
|
8154
8261
|
title: {
|
|
8155
8262
|
type: StringConstructor;
|
|
8156
8263
|
default: undefined;
|
|
@@ -8210,14 +8317,15 @@ export function FullBleedUnconstrained(args: any): {
|
|
|
8210
8317
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
8211
8318
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
8212
8319
|
}>, {
|
|
8213
|
-
to: string | Record<string, any>;
|
|
8214
8320
|
title: string;
|
|
8215
|
-
variant: "default" | "
|
|
8216
|
-
|
|
8217
|
-
target: string;
|
|
8321
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
8322
|
+
to: string | Record<string, any>;
|
|
8218
8323
|
exact: boolean;
|
|
8324
|
+
href: string;
|
|
8325
|
+
addSlash: boolean;
|
|
8219
8326
|
ariaLabel: string;
|
|
8220
8327
|
linkClass: string;
|
|
8328
|
+
target: string;
|
|
8221
8329
|
externalTargetBlank: boolean;
|
|
8222
8330
|
caret: boolean;
|
|
8223
8331
|
caretWrapperClass: string;
|
|
@@ -8318,8 +8426,8 @@ export function FullBleedUnconstrained(args: any): {
|
|
|
8318
8426
|
default: boolean;
|
|
8319
8427
|
};
|
|
8320
8428
|
}>> & Readonly<{}>, {
|
|
8321
|
-
fullBleed: boolean;
|
|
8322
8429
|
indent: string;
|
|
8430
|
+
fullBleed: boolean;
|
|
8323
8431
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8324
8432
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8325
8433
|
};
|