@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
|
@@ -39,8 +39,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
39
39
|
default: boolean;
|
|
40
40
|
};
|
|
41
41
|
}>> & Readonly<{}>, {
|
|
42
|
-
fullBleed: boolean;
|
|
43
42
|
indent: string;
|
|
43
|
+
fullBleed: boolean;
|
|
44
44
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
45
45
|
HeroMedia: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
46
46
|
image: {
|
|
@@ -104,10 +104,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
104
104
|
};
|
|
105
105
|
}>> & Readonly<{}>, {
|
|
106
106
|
caption: string;
|
|
107
|
-
video: import('../../interfaces').VideoObject;
|
|
108
|
-
image: import('../../interfaces').ImageObject;
|
|
109
107
|
credit: string;
|
|
108
|
+
image: import('../../interfaces').ImageObject;
|
|
110
109
|
displayCaption: boolean;
|
|
110
|
+
video: import('../../interfaces').VideoObject;
|
|
111
111
|
}, {}, {
|
|
112
112
|
MixinVideoBg: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
113
113
|
video: {
|
|
@@ -154,13 +154,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
154
154
|
}, {}, {
|
|
155
155
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
156
156
|
variant: {
|
|
157
|
-
type: import('vue').PropType<"default" | "
|
|
157
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
158
158
|
required: false;
|
|
159
159
|
default: string;
|
|
160
160
|
validator: (prop: string) => boolean;
|
|
161
161
|
};
|
|
162
162
|
to: {
|
|
163
|
-
type: (
|
|
163
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
164
164
|
default: undefined;
|
|
165
165
|
};
|
|
166
166
|
exact: {
|
|
@@ -171,6 +171,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
171
171
|
type: StringConstructor;
|
|
172
172
|
default: undefined;
|
|
173
173
|
};
|
|
174
|
+
addSlash: {
|
|
175
|
+
type: BooleanConstructor;
|
|
176
|
+
default: boolean;
|
|
177
|
+
};
|
|
174
178
|
title: {
|
|
175
179
|
type: StringConstructor;
|
|
176
180
|
default: undefined;
|
|
@@ -257,13 +261,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
257
261
|
addTrailingSlash(path: string): string;
|
|
258
262
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
259
263
|
variant: {
|
|
260
|
-
type: import('vue').PropType<"default" | "
|
|
264
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
261
265
|
required: false;
|
|
262
266
|
default: string;
|
|
263
267
|
validator: (prop: string) => boolean;
|
|
264
268
|
};
|
|
265
269
|
to: {
|
|
266
|
-
type: (
|
|
270
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
267
271
|
default: undefined;
|
|
268
272
|
};
|
|
269
273
|
exact: {
|
|
@@ -274,6 +278,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
274
278
|
type: StringConstructor;
|
|
275
279
|
default: undefined;
|
|
276
280
|
};
|
|
281
|
+
addSlash: {
|
|
282
|
+
type: BooleanConstructor;
|
|
283
|
+
default: boolean;
|
|
284
|
+
};
|
|
277
285
|
title: {
|
|
278
286
|
type: StringConstructor;
|
|
279
287
|
default: undefined;
|
|
@@ -333,14 +341,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
333
341
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
334
342
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
335
343
|
}>, {
|
|
336
|
-
to: string | Record<string, any>;
|
|
337
344
|
title: string;
|
|
338
|
-
variant: "default" | "
|
|
339
|
-
|
|
340
|
-
target: string;
|
|
345
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
346
|
+
to: string | Record<string, any>;
|
|
341
347
|
exact: boolean;
|
|
348
|
+
href: string;
|
|
349
|
+
addSlash: boolean;
|
|
342
350
|
ariaLabel: string;
|
|
343
351
|
linkClass: string;
|
|
352
|
+
target: string;
|
|
344
353
|
externalTargetBlank: boolean;
|
|
345
354
|
caret: boolean;
|
|
346
355
|
caretWrapperClass: string;
|
|
@@ -554,8 +563,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
554
563
|
default: boolean;
|
|
555
564
|
};
|
|
556
565
|
}>> & Readonly<{}>, {
|
|
557
|
-
label: string;
|
|
558
566
|
title: string;
|
|
567
|
+
label: string;
|
|
559
568
|
author: import('../../interfaces').AuthorObject | {
|
|
560
569
|
author: import('../../interfaces').AuthorObject;
|
|
561
570
|
}[];
|
|
@@ -565,19 +574,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
565
574
|
topics: import('../../interfaces').Topic[];
|
|
566
575
|
labelLink: string;
|
|
567
576
|
pill: boolean;
|
|
568
|
-
pillColor: "
|
|
577
|
+
pillColor: "primary" | "primary-inverted" | "secondary" | "action";
|
|
569
578
|
schema: boolean;
|
|
570
579
|
hideDate: boolean;
|
|
571
580
|
}, {}, {
|
|
572
581
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
573
582
|
variant: {
|
|
574
|
-
type: import('vue').PropType<"default" | "
|
|
583
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
575
584
|
required: false;
|
|
576
585
|
default: string;
|
|
577
586
|
validator: (prop: string) => boolean;
|
|
578
587
|
};
|
|
579
588
|
to: {
|
|
580
|
-
type: (
|
|
589
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
581
590
|
default: undefined;
|
|
582
591
|
};
|
|
583
592
|
exact: {
|
|
@@ -588,6 +597,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
588
597
|
type: StringConstructor;
|
|
589
598
|
default: undefined;
|
|
590
599
|
};
|
|
600
|
+
addSlash: {
|
|
601
|
+
type: BooleanConstructor;
|
|
602
|
+
default: boolean;
|
|
603
|
+
};
|
|
591
604
|
title: {
|
|
592
605
|
type: StringConstructor;
|
|
593
606
|
default: undefined;
|
|
@@ -674,13 +687,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
674
687
|
addTrailingSlash(path: string): string;
|
|
675
688
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
676
689
|
variant: {
|
|
677
|
-
type: import('vue').PropType<"default" | "
|
|
690
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
678
691
|
required: false;
|
|
679
692
|
default: string;
|
|
680
693
|
validator: (prop: string) => boolean;
|
|
681
694
|
};
|
|
682
695
|
to: {
|
|
683
|
-
type: (
|
|
696
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
684
697
|
default: undefined;
|
|
685
698
|
};
|
|
686
699
|
exact: {
|
|
@@ -691,6 +704,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
691
704
|
type: StringConstructor;
|
|
692
705
|
default: undefined;
|
|
693
706
|
};
|
|
707
|
+
addSlash: {
|
|
708
|
+
type: BooleanConstructor;
|
|
709
|
+
default: boolean;
|
|
710
|
+
};
|
|
694
711
|
title: {
|
|
695
712
|
type: StringConstructor;
|
|
696
713
|
default: undefined;
|
|
@@ -750,14 +767,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
750
767
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
751
768
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
752
769
|
}>, {
|
|
753
|
-
to: string | Record<string, any>;
|
|
754
770
|
title: string;
|
|
755
|
-
variant: "default" | "
|
|
756
|
-
|
|
757
|
-
target: string;
|
|
771
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
772
|
+
to: string | Record<string, any>;
|
|
758
773
|
exact: boolean;
|
|
774
|
+
href: string;
|
|
775
|
+
addSlash: boolean;
|
|
759
776
|
ariaLabel: string;
|
|
760
777
|
linkClass: string;
|
|
778
|
+
target: string;
|
|
761
779
|
externalTargetBlank: boolean;
|
|
762
780
|
caret: boolean;
|
|
763
781
|
caretWrapperClass: string;
|
|
@@ -880,7 +898,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
880
898
|
default: undefined;
|
|
881
899
|
};
|
|
882
900
|
variant: {
|
|
883
|
-
type: () => "
|
|
901
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
884
902
|
default: string;
|
|
885
903
|
};
|
|
886
904
|
size: {
|
|
@@ -897,7 +915,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
897
915
|
default: undefined;
|
|
898
916
|
};
|
|
899
917
|
variant: {
|
|
900
|
-
type: () => "
|
|
918
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
901
919
|
default: string;
|
|
902
920
|
};
|
|
903
921
|
size: {
|
|
@@ -909,11 +927,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
909
927
|
default: undefined;
|
|
910
928
|
};
|
|
911
929
|
}>> & Readonly<{}>, {
|
|
912
|
-
text: string;
|
|
913
|
-
variant: "secondary" | "primary" | "primary-inverted" | "action";
|
|
914
930
|
size: "sm" | "md" | "lg";
|
|
931
|
+
text: string;
|
|
932
|
+
variant: "primary" | "primary-inverted" | "secondary" | "action";
|
|
915
933
|
contentType: "EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage";
|
|
916
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
934
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLParagraphElement>;
|
|
917
935
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
918
936
|
BlockStreamfield: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
919
937
|
variant: {
|
|
@@ -960,9 +978,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
960
978
|
default: undefined;
|
|
961
979
|
};
|
|
962
980
|
}>> & Readonly<{}>, {
|
|
981
|
+
size: "small" | "medium" | "large";
|
|
963
982
|
data: import('../../interfaces').StreamfieldBlockData[];
|
|
964
983
|
variant: "default" | "fluid";
|
|
965
|
-
size: "small" | "medium" | "large";
|
|
966
984
|
}, {}, {
|
|
967
985
|
LayoutHelper: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
968
986
|
indent: {
|
|
@@ -989,8 +1007,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
989
1007
|
default: boolean;
|
|
990
1008
|
};
|
|
991
1009
|
}>> & Readonly<{}>, {
|
|
992
|
-
fullBleed: boolean;
|
|
993
1010
|
indent: string;
|
|
1011
|
+
fullBleed: boolean;
|
|
994
1012
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
995
1013
|
BlockAnchor: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
996
1014
|
data: {
|
|
@@ -1003,21 +1021,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1003
1021
|
required: false;
|
|
1004
1022
|
};
|
|
1005
1023
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1006
|
-
BlockAccordion: import('vue').DefineComponent<import('vue').
|
|
1007
|
-
data: {
|
|
1008
|
-
type: import('vue').PropType<import('../../components/BlockAccordion/BlockAccordion.vue').AccordionBlockObject>;
|
|
1009
|
-
required: true;
|
|
1010
|
-
default: undefined;
|
|
1011
|
-
};
|
|
1012
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1013
|
-
data: {
|
|
1014
|
-
type: import('vue').PropType<import('../../components/BlockAccordion/BlockAccordion.vue').AccordionBlockObject>;
|
|
1015
|
-
required: true;
|
|
1016
|
-
default: undefined;
|
|
1017
|
-
};
|
|
1018
|
-
}>> & Readonly<{}>, {
|
|
1024
|
+
BlockAccordion: import('vue').DefineComponent<import('../../components/BlockAccordion/BlockAccordion.vue').BlockAccordionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/BlockAccordion/BlockAccordion.vue').BlockAccordionProps> & Readonly<{}>, {
|
|
1019
1025
|
data: import('../../components/BlockAccordion/BlockAccordion.vue').AccordionBlockObject;
|
|
1020
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
1026
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1021
1027
|
BlockCardGrid: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1022
1028
|
compact: {
|
|
1023
1029
|
type: BooleanConstructor;
|
|
@@ -1055,7 +1061,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1055
1061
|
default: undefined;
|
|
1056
1062
|
};
|
|
1057
1063
|
link: {
|
|
1058
|
-
type: (
|
|
1064
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1059
1065
|
required: false;
|
|
1060
1066
|
default: undefined;
|
|
1061
1067
|
};
|
|
@@ -1111,7 +1117,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1111
1117
|
default: undefined;
|
|
1112
1118
|
};
|
|
1113
1119
|
link: {
|
|
1114
|
-
type: (
|
|
1120
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1115
1121
|
required: false;
|
|
1116
1122
|
default: undefined;
|
|
1117
1123
|
};
|
|
@@ -1151,22 +1157,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1151
1157
|
link: string | Record<string, any>;
|
|
1152
1158
|
variant: "cards" | "tiles";
|
|
1153
1159
|
heading: string;
|
|
1154
|
-
initialSlide: number;
|
|
1155
|
-
slidesPerView: number;
|
|
1156
1160
|
indent: "col-1" | "col-2" | "col-3";
|
|
1157
1161
|
noLinks: boolean;
|
|
1158
1162
|
linkTitle: string;
|
|
1163
|
+
slidesPerView: number;
|
|
1159
1164
|
center: boolean;
|
|
1165
|
+
initialSlide: number;
|
|
1160
1166
|
}, {}, {
|
|
1161
1167
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1162
1168
|
variant: {
|
|
1163
|
-
type: import('vue').PropType<"default" | "
|
|
1169
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1164
1170
|
required: false;
|
|
1165
1171
|
default: string;
|
|
1166
1172
|
validator: (prop: string) => boolean;
|
|
1167
1173
|
};
|
|
1168
1174
|
to: {
|
|
1169
|
-
type: (
|
|
1175
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1170
1176
|
default: undefined;
|
|
1171
1177
|
};
|
|
1172
1178
|
exact: {
|
|
@@ -1177,6 +1183,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1177
1183
|
type: StringConstructor;
|
|
1178
1184
|
default: undefined;
|
|
1179
1185
|
};
|
|
1186
|
+
addSlash: {
|
|
1187
|
+
type: BooleanConstructor;
|
|
1188
|
+
default: boolean;
|
|
1189
|
+
};
|
|
1180
1190
|
title: {
|
|
1181
1191
|
type: StringConstructor;
|
|
1182
1192
|
default: undefined;
|
|
@@ -1263,13 +1273,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1263
1273
|
addTrailingSlash(path: string): string;
|
|
1264
1274
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1265
1275
|
variant: {
|
|
1266
|
-
type: import('vue').PropType<"default" | "
|
|
1276
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1267
1277
|
required: false;
|
|
1268
1278
|
default: string;
|
|
1269
1279
|
validator: (prop: string) => boolean;
|
|
1270
1280
|
};
|
|
1271
1281
|
to: {
|
|
1272
|
-
type: (
|
|
1282
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1273
1283
|
default: undefined;
|
|
1274
1284
|
};
|
|
1275
1285
|
exact: {
|
|
@@ -1280,6 +1290,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1280
1290
|
type: StringConstructor;
|
|
1281
1291
|
default: undefined;
|
|
1282
1292
|
};
|
|
1293
|
+
addSlash: {
|
|
1294
|
+
type: BooleanConstructor;
|
|
1295
|
+
default: boolean;
|
|
1296
|
+
};
|
|
1283
1297
|
title: {
|
|
1284
1298
|
type: StringConstructor;
|
|
1285
1299
|
default: undefined;
|
|
@@ -1339,14 +1353,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1339
1353
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1340
1354
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1341
1355
|
}>, {
|
|
1342
|
-
to: string | Record<string, any>;
|
|
1343
1356
|
title: string;
|
|
1344
|
-
variant: "default" | "
|
|
1345
|
-
|
|
1346
|
-
target: string;
|
|
1357
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1358
|
+
to: string | Record<string, any>;
|
|
1347
1359
|
exact: boolean;
|
|
1360
|
+
href: string;
|
|
1361
|
+
addSlash: boolean;
|
|
1348
1362
|
ariaLabel: string;
|
|
1349
1363
|
linkClass: string;
|
|
1364
|
+
target: string;
|
|
1350
1365
|
externalTargetBlank: boolean;
|
|
1351
1366
|
caret: boolean;
|
|
1352
1367
|
caretWrapperClass: string;
|
|
@@ -1422,7 +1437,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1422
1437
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1423
1438
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1424
1439
|
variant: {
|
|
1425
|
-
type: import('vue').PropType<"
|
|
1440
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
1426
1441
|
required: false;
|
|
1427
1442
|
default: string;
|
|
1428
1443
|
validator: (prop: string) => boolean;
|
|
@@ -1448,7 +1463,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1448
1463
|
required: false;
|
|
1449
1464
|
};
|
|
1450
1465
|
to: {
|
|
1451
|
-
type: (
|
|
1466
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1452
1467
|
required: false;
|
|
1453
1468
|
default: undefined;
|
|
1454
1469
|
};
|
|
@@ -1464,7 +1479,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1464
1479
|
variantClass(): string;
|
|
1465
1480
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1466
1481
|
variant: {
|
|
1467
|
-
type: import('vue').PropType<"
|
|
1482
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
1468
1483
|
required: false;
|
|
1469
1484
|
default: string;
|
|
1470
1485
|
validator: (prop: string) => boolean;
|
|
@@ -1490,7 +1505,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1490
1505
|
required: false;
|
|
1491
1506
|
};
|
|
1492
1507
|
to: {
|
|
1493
|
-
type: (
|
|
1508
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1494
1509
|
required: false;
|
|
1495
1510
|
default: undefined;
|
|
1496
1511
|
};
|
|
@@ -1502,13 +1517,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1502
1517
|
}>> & Readonly<{
|
|
1503
1518
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
1504
1519
|
}>, {
|
|
1520
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
1505
1521
|
to: string | Record<string, any>;
|
|
1506
|
-
disabled: boolean;
|
|
1507
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
1508
1522
|
href: string;
|
|
1509
1523
|
ariaLabel: string;
|
|
1510
1524
|
compact: boolean;
|
|
1511
1525
|
blockClasses: string;
|
|
1526
|
+
disabled: boolean;
|
|
1512
1527
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1513
1528
|
IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1514
1529
|
IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1541,13 +1556,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1541
1556
|
}, {}, {
|
|
1542
1557
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1543
1558
|
variant: {
|
|
1544
|
-
type: import('vue').PropType<"default" | "
|
|
1559
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1545
1560
|
required: false;
|
|
1546
1561
|
default: string;
|
|
1547
1562
|
validator: (prop: string) => boolean;
|
|
1548
1563
|
};
|
|
1549
1564
|
to: {
|
|
1550
|
-
type: (
|
|
1565
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1551
1566
|
default: undefined;
|
|
1552
1567
|
};
|
|
1553
1568
|
exact: {
|
|
@@ -1558,6 +1573,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1558
1573
|
type: StringConstructor;
|
|
1559
1574
|
default: undefined;
|
|
1560
1575
|
};
|
|
1576
|
+
addSlash: {
|
|
1577
|
+
type: BooleanConstructor;
|
|
1578
|
+
default: boolean;
|
|
1579
|
+
};
|
|
1561
1580
|
title: {
|
|
1562
1581
|
type: StringConstructor;
|
|
1563
1582
|
default: undefined;
|
|
@@ -1644,13 +1663,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1644
1663
|
addTrailingSlash(path: string): string;
|
|
1645
1664
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1646
1665
|
variant: {
|
|
1647
|
-
type: import('vue').PropType<"default" | "
|
|
1666
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1648
1667
|
required: false;
|
|
1649
1668
|
default: string;
|
|
1650
1669
|
validator: (prop: string) => boolean;
|
|
1651
1670
|
};
|
|
1652
1671
|
to: {
|
|
1653
|
-
type: (
|
|
1672
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1654
1673
|
default: undefined;
|
|
1655
1674
|
};
|
|
1656
1675
|
exact: {
|
|
@@ -1661,6 +1680,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1661
1680
|
type: StringConstructor;
|
|
1662
1681
|
default: undefined;
|
|
1663
1682
|
};
|
|
1683
|
+
addSlash: {
|
|
1684
|
+
type: BooleanConstructor;
|
|
1685
|
+
default: boolean;
|
|
1686
|
+
};
|
|
1664
1687
|
title: {
|
|
1665
1688
|
type: StringConstructor;
|
|
1666
1689
|
default: undefined;
|
|
@@ -1720,14 +1743,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1720
1743
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1721
1744
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1722
1745
|
}>, {
|
|
1723
|
-
to: string | Record<string, any>;
|
|
1724
1746
|
title: string;
|
|
1725
|
-
variant: "default" | "
|
|
1726
|
-
|
|
1727
|
-
target: string;
|
|
1747
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1748
|
+
to: string | Record<string, any>;
|
|
1728
1749
|
exact: boolean;
|
|
1750
|
+
href: string;
|
|
1751
|
+
addSlash: boolean;
|
|
1729
1752
|
ariaLabel: string;
|
|
1730
1753
|
linkClass: string;
|
|
1754
|
+
target: string;
|
|
1731
1755
|
externalTargetBlank: boolean;
|
|
1732
1756
|
caret: boolean;
|
|
1733
1757
|
caretWrapperClass: string;
|
|
@@ -1848,10 +1872,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1848
1872
|
default: undefined;
|
|
1849
1873
|
};
|
|
1850
1874
|
}>> & Readonly<{}>, {
|
|
1851
|
-
link: import('../../interfaces').LinkObject;
|
|
1852
|
-
label: string;
|
|
1853
1875
|
title: string;
|
|
1854
1876
|
image: Record<string, any>;
|
|
1877
|
+
label: string;
|
|
1878
|
+
link: import('../../interfaces').LinkObject;
|
|
1855
1879
|
description: string;
|
|
1856
1880
|
}, {}, {
|
|
1857
1881
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1918,7 +1942,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1918
1942
|
default: string;
|
|
1919
1943
|
};
|
|
1920
1944
|
objectFitClass: {
|
|
1921
|
-
type: import('vue').PropType<"
|
|
1945
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1922
1946
|
required: false;
|
|
1923
1947
|
default: string;
|
|
1924
1948
|
validator: (prop: string) => boolean;
|
|
@@ -1960,7 +1984,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1960
1984
|
default: string;
|
|
1961
1985
|
};
|
|
1962
1986
|
objectFitClass: {
|
|
1963
|
-
type: import('vue').PropType<"
|
|
1987
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1964
1988
|
required: false;
|
|
1965
1989
|
default: string;
|
|
1966
1990
|
validator: (prop: string) => boolean;
|
|
@@ -1992,13 +2016,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1992
2016
|
default: string;
|
|
1993
2017
|
};
|
|
1994
2018
|
}>> & Readonly<{}>, {
|
|
1995
|
-
imageClass: string;
|
|
1996
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
1997
|
-
srcset: string;
|
|
1998
2019
|
alt: string;
|
|
1999
2020
|
width: string | number;
|
|
2000
2021
|
height: string | number;
|
|
2022
|
+
srcset: string;
|
|
2001
2023
|
loading: "lazy" | "eager" | undefined;
|
|
2024
|
+
imageClass: string;
|
|
2025
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
2002
2026
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2003
2027
|
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2004
2028
|
level: {
|
|
@@ -2073,7 +2097,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2073
2097
|
}, {}, {
|
|
2074
2098
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2075
2099
|
variant: {
|
|
2076
|
-
type: import('vue').PropType<"
|
|
2100
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
2077
2101
|
required: false;
|
|
2078
2102
|
default: string;
|
|
2079
2103
|
validator: (prop: string) => boolean;
|
|
@@ -2099,7 +2123,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2099
2123
|
required: false;
|
|
2100
2124
|
};
|
|
2101
2125
|
to: {
|
|
2102
|
-
type: (
|
|
2126
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2103
2127
|
required: false;
|
|
2104
2128
|
default: undefined;
|
|
2105
2129
|
};
|
|
@@ -2115,7 +2139,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2115
2139
|
variantClass(): string;
|
|
2116
2140
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2117
2141
|
variant: {
|
|
2118
|
-
type: import('vue').PropType<"
|
|
2142
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
2119
2143
|
required: false;
|
|
2120
2144
|
default: string;
|
|
2121
2145
|
validator: (prop: string) => boolean;
|
|
@@ -2141,7 +2165,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2141
2165
|
required: false;
|
|
2142
2166
|
};
|
|
2143
2167
|
to: {
|
|
2144
|
-
type: (
|
|
2168
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2145
2169
|
required: false;
|
|
2146
2170
|
default: undefined;
|
|
2147
2171
|
};
|
|
@@ -2153,13 +2177,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2153
2177
|
}>> & Readonly<{
|
|
2154
2178
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
2155
2179
|
}>, {
|
|
2180
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
2156
2181
|
to: string | Record<string, any>;
|
|
2157
|
-
disabled: boolean;
|
|
2158
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
2159
2182
|
href: string;
|
|
2160
2183
|
ariaLabel: string;
|
|
2161
2184
|
compact: boolean;
|
|
2162
2185
|
blockClasses: string;
|
|
2186
|
+
disabled: boolean;
|
|
2163
2187
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2164
2188
|
IconExternal: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2165
2189
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -2312,8 +2336,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2312
2336
|
};
|
|
2313
2337
|
}>> & Readonly<{}>, {
|
|
2314
2338
|
caption: string;
|
|
2315
|
-
data: import('../../interfaces').ImageObject;
|
|
2316
2339
|
displayCaption: boolean;
|
|
2340
|
+
data: import('../../interfaces').ImageObject;
|
|
2317
2341
|
customDetailUrl: string;
|
|
2318
2342
|
constrain: boolean;
|
|
2319
2343
|
}, {}, {
|
|
@@ -2474,7 +2498,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2474
2498
|
default: string;
|
|
2475
2499
|
};
|
|
2476
2500
|
objectFitClass: {
|
|
2477
|
-
type: import('vue').PropType<"
|
|
2501
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
2478
2502
|
required: false;
|
|
2479
2503
|
default: string;
|
|
2480
2504
|
validator: (prop: string) => boolean;
|
|
@@ -2516,7 +2540,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2516
2540
|
default: string;
|
|
2517
2541
|
};
|
|
2518
2542
|
objectFitClass: {
|
|
2519
|
-
type: import('vue').PropType<"
|
|
2543
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
2520
2544
|
required: false;
|
|
2521
2545
|
default: string;
|
|
2522
2546
|
validator: (prop: string) => boolean;
|
|
@@ -2548,13 +2572,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2548
2572
|
default: string;
|
|
2549
2573
|
};
|
|
2550
2574
|
}>> & Readonly<{}>, {
|
|
2551
|
-
imageClass: string;
|
|
2552
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
2553
|
-
srcset: string;
|
|
2554
2575
|
alt: string;
|
|
2555
2576
|
width: string | number;
|
|
2556
2577
|
height: string | number;
|
|
2578
|
+
srcset: string;
|
|
2557
2579
|
loading: "lazy" | "eager" | undefined;
|
|
2580
|
+
imageClass: string;
|
|
2581
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
2558
2582
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2559
2583
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2560
2584
|
darkMode: {
|
|
@@ -2645,13 +2669,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2645
2669
|
}, {}, {
|
|
2646
2670
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2647
2671
|
variant: {
|
|
2648
|
-
type: import('vue').PropType<"default" | "
|
|
2672
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
2649
2673
|
required: false;
|
|
2650
2674
|
default: string;
|
|
2651
2675
|
validator: (prop: string) => boolean;
|
|
2652
2676
|
};
|
|
2653
2677
|
to: {
|
|
2654
|
-
type: (
|
|
2678
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2655
2679
|
default: undefined;
|
|
2656
2680
|
};
|
|
2657
2681
|
exact: {
|
|
@@ -2662,6 +2686,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2662
2686
|
type: StringConstructor;
|
|
2663
2687
|
default: undefined;
|
|
2664
2688
|
};
|
|
2689
|
+
addSlash: {
|
|
2690
|
+
type: BooleanConstructor;
|
|
2691
|
+
default: boolean;
|
|
2692
|
+
};
|
|
2665
2693
|
title: {
|
|
2666
2694
|
type: StringConstructor;
|
|
2667
2695
|
default: undefined;
|
|
@@ -2748,13 +2776,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2748
2776
|
addTrailingSlash(path: string): string;
|
|
2749
2777
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2750
2778
|
variant: {
|
|
2751
|
-
type: import('vue').PropType<"default" | "
|
|
2779
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
2752
2780
|
required: false;
|
|
2753
2781
|
default: string;
|
|
2754
2782
|
validator: (prop: string) => boolean;
|
|
2755
2783
|
};
|
|
2756
2784
|
to: {
|
|
2757
|
-
type: (
|
|
2785
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2758
2786
|
default: undefined;
|
|
2759
2787
|
};
|
|
2760
2788
|
exact: {
|
|
@@ -2765,6 +2793,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2765
2793
|
type: StringConstructor;
|
|
2766
2794
|
default: undefined;
|
|
2767
2795
|
};
|
|
2796
|
+
addSlash: {
|
|
2797
|
+
type: BooleanConstructor;
|
|
2798
|
+
default: boolean;
|
|
2799
|
+
};
|
|
2768
2800
|
title: {
|
|
2769
2801
|
type: StringConstructor;
|
|
2770
2802
|
default: undefined;
|
|
@@ -2824,14 +2856,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2824
2856
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2825
2857
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2826
2858
|
}>, {
|
|
2827
|
-
to: string | Record<string, any>;
|
|
2828
2859
|
title: string;
|
|
2829
|
-
variant: "default" | "
|
|
2830
|
-
|
|
2831
|
-
target: string;
|
|
2860
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
2861
|
+
to: string | Record<string, any>;
|
|
2832
2862
|
exact: boolean;
|
|
2863
|
+
href: string;
|
|
2864
|
+
addSlash: boolean;
|
|
2833
2865
|
ariaLabel: string;
|
|
2834
2866
|
linkClass: string;
|
|
2867
|
+
target: string;
|
|
2835
2868
|
externalTargetBlank: boolean;
|
|
2836
2869
|
caret: boolean;
|
|
2837
2870
|
caretWrapperClass: string;
|
|
@@ -2966,8 +2999,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2966
2999
|
};
|
|
2967
3000
|
}>> & Readonly<{}>, {
|
|
2968
3001
|
caption: string;
|
|
2969
|
-
data: import('../../interfaces').ImageObject;
|
|
2970
3002
|
displayCaption: boolean;
|
|
3003
|
+
data: import('../../interfaces').ImageObject;
|
|
2971
3004
|
customDetailUrl: string;
|
|
2972
3005
|
constrain: boolean;
|
|
2973
3006
|
}, {}, {
|
|
@@ -3128,7 +3161,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3128
3161
|
default: string;
|
|
3129
3162
|
};
|
|
3130
3163
|
objectFitClass: {
|
|
3131
|
-
type: import('vue').PropType<"
|
|
3164
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
3132
3165
|
required: false;
|
|
3133
3166
|
default: string;
|
|
3134
3167
|
validator: (prop: string) => boolean;
|
|
@@ -3170,7 +3203,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3170
3203
|
default: string;
|
|
3171
3204
|
};
|
|
3172
3205
|
objectFitClass: {
|
|
3173
|
-
type: import('vue').PropType<"
|
|
3206
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
3174
3207
|
required: false;
|
|
3175
3208
|
default: string;
|
|
3176
3209
|
validator: (prop: string) => boolean;
|
|
@@ -3202,13 +3235,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3202
3235
|
default: string;
|
|
3203
3236
|
};
|
|
3204
3237
|
}>> & Readonly<{}>, {
|
|
3205
|
-
imageClass: string;
|
|
3206
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
3207
|
-
srcset: string;
|
|
3208
3238
|
alt: string;
|
|
3209
3239
|
width: string | number;
|
|
3210
3240
|
height: string | number;
|
|
3241
|
+
srcset: string;
|
|
3211
3242
|
loading: "lazy" | "eager" | undefined;
|
|
3243
|
+
imageClass: string;
|
|
3244
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
3212
3245
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3213
3246
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3214
3247
|
darkMode: {
|
|
@@ -3299,13 +3332,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3299
3332
|
}, {}, {
|
|
3300
3333
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3301
3334
|
variant: {
|
|
3302
|
-
type: import('vue').PropType<"default" | "
|
|
3335
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
3303
3336
|
required: false;
|
|
3304
3337
|
default: string;
|
|
3305
3338
|
validator: (prop: string) => boolean;
|
|
3306
3339
|
};
|
|
3307
3340
|
to: {
|
|
3308
|
-
type: (
|
|
3341
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3309
3342
|
default: undefined;
|
|
3310
3343
|
};
|
|
3311
3344
|
exact: {
|
|
@@ -3316,6 +3349,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3316
3349
|
type: StringConstructor;
|
|
3317
3350
|
default: undefined;
|
|
3318
3351
|
};
|
|
3352
|
+
addSlash: {
|
|
3353
|
+
type: BooleanConstructor;
|
|
3354
|
+
default: boolean;
|
|
3355
|
+
};
|
|
3319
3356
|
title: {
|
|
3320
3357
|
type: StringConstructor;
|
|
3321
3358
|
default: undefined;
|
|
@@ -3402,13 +3439,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3402
3439
|
addTrailingSlash(path: string): string;
|
|
3403
3440
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
3404
3441
|
variant: {
|
|
3405
|
-
type: import('vue').PropType<"default" | "
|
|
3442
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
3406
3443
|
required: false;
|
|
3407
3444
|
default: string;
|
|
3408
3445
|
validator: (prop: string) => boolean;
|
|
3409
3446
|
};
|
|
3410
3447
|
to: {
|
|
3411
|
-
type: (
|
|
3448
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3412
3449
|
default: undefined;
|
|
3413
3450
|
};
|
|
3414
3451
|
exact: {
|
|
@@ -3419,6 +3456,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3419
3456
|
type: StringConstructor;
|
|
3420
3457
|
default: undefined;
|
|
3421
3458
|
};
|
|
3459
|
+
addSlash: {
|
|
3460
|
+
type: BooleanConstructor;
|
|
3461
|
+
default: boolean;
|
|
3462
|
+
};
|
|
3422
3463
|
title: {
|
|
3423
3464
|
type: StringConstructor;
|
|
3424
3465
|
default: undefined;
|
|
@@ -3478,14 +3519,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3478
3519
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3479
3520
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3480
3521
|
}>, {
|
|
3481
|
-
to: string | Record<string, any>;
|
|
3482
3522
|
title: string;
|
|
3483
|
-
variant: "default" | "
|
|
3484
|
-
|
|
3485
|
-
target: string;
|
|
3523
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
3524
|
+
to: string | Record<string, any>;
|
|
3486
3525
|
exact: boolean;
|
|
3526
|
+
href: string;
|
|
3527
|
+
addSlash: boolean;
|
|
3487
3528
|
ariaLabel: string;
|
|
3488
3529
|
linkClass: string;
|
|
3530
|
+
target: string;
|
|
3489
3531
|
externalTargetBlank: boolean;
|
|
3490
3532
|
caret: boolean;
|
|
3491
3533
|
caretWrapperClass: string;
|
|
@@ -3586,8 +3628,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3586
3628
|
default: boolean;
|
|
3587
3629
|
};
|
|
3588
3630
|
}>> & Readonly<{}>, {
|
|
3589
|
-
fullBleed: boolean;
|
|
3590
3631
|
indent: string;
|
|
3632
|
+
fullBleed: boolean;
|
|
3591
3633
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3592
3634
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3593
3635
|
BlockImageCarousel: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -3660,7 +3702,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3660
3702
|
}, {}, {
|
|
3661
3703
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3662
3704
|
variant: {
|
|
3663
|
-
type: import('vue').PropType<"
|
|
3705
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
3664
3706
|
required: false;
|
|
3665
3707
|
default: string;
|
|
3666
3708
|
validator: (prop: string) => boolean;
|
|
@@ -3686,7 +3728,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3686
3728
|
required: false;
|
|
3687
3729
|
};
|
|
3688
3730
|
to: {
|
|
3689
|
-
type: (
|
|
3731
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3690
3732
|
required: false;
|
|
3691
3733
|
default: undefined;
|
|
3692
3734
|
};
|
|
@@ -3702,7 +3744,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3702
3744
|
variantClass(): string;
|
|
3703
3745
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
3704
3746
|
variant: {
|
|
3705
|
-
type: import('vue').PropType<"
|
|
3747
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
3706
3748
|
required: false;
|
|
3707
3749
|
default: string;
|
|
3708
3750
|
validator: (prop: string) => boolean;
|
|
@@ -3728,7 +3770,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3728
3770
|
required: false;
|
|
3729
3771
|
};
|
|
3730
3772
|
to: {
|
|
3731
|
-
type: (
|
|
3773
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3732
3774
|
required: false;
|
|
3733
3775
|
default: undefined;
|
|
3734
3776
|
};
|
|
@@ -3740,13 +3782,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3740
3782
|
}>> & Readonly<{
|
|
3741
3783
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
3742
3784
|
}>, {
|
|
3785
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
3743
3786
|
to: string | Record<string, any>;
|
|
3744
|
-
disabled: boolean;
|
|
3745
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
3746
3787
|
href: string;
|
|
3747
3788
|
ariaLabel: string;
|
|
3748
3789
|
compact: boolean;
|
|
3749
3790
|
blockClasses: string;
|
|
3791
|
+
disabled: boolean;
|
|
3750
3792
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3751
3793
|
IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3752
3794
|
IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -3962,7 +4004,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3962
4004
|
default: string;
|
|
3963
4005
|
};
|
|
3964
4006
|
objectFitClass: {
|
|
3965
|
-
type: import('vue').PropType<"
|
|
4007
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
3966
4008
|
required: false;
|
|
3967
4009
|
default: string;
|
|
3968
4010
|
validator: (prop: string) => boolean;
|
|
@@ -4004,7 +4046,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4004
4046
|
default: string;
|
|
4005
4047
|
};
|
|
4006
4048
|
objectFitClass: {
|
|
4007
|
-
type: import('vue').PropType<"
|
|
4049
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
4008
4050
|
required: false;
|
|
4009
4051
|
default: string;
|
|
4010
4052
|
validator: (prop: string) => boolean;
|
|
@@ -4036,13 +4078,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4036
4078
|
default: string;
|
|
4037
4079
|
};
|
|
4038
4080
|
}>> & Readonly<{}>, {
|
|
4039
|
-
imageClass: string;
|
|
4040
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
4041
|
-
srcset: string;
|
|
4042
4081
|
alt: string;
|
|
4043
4082
|
width: string | number;
|
|
4044
4083
|
height: string | number;
|
|
4084
|
+
srcset: string;
|
|
4045
4085
|
loading: "lazy" | "eager" | undefined;
|
|
4086
|
+
imageClass: string;
|
|
4087
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
4046
4088
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4047
4089
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4048
4090
|
darkMode: {
|
|
@@ -4133,13 +4175,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4133
4175
|
}, {}, {
|
|
4134
4176
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4135
4177
|
variant: {
|
|
4136
|
-
type: import('vue').PropType<"default" | "
|
|
4178
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
4137
4179
|
required: false;
|
|
4138
4180
|
default: string;
|
|
4139
4181
|
validator: (prop: string) => boolean;
|
|
4140
4182
|
};
|
|
4141
4183
|
to: {
|
|
4142
|
-
type: (
|
|
4184
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4143
4185
|
default: undefined;
|
|
4144
4186
|
};
|
|
4145
4187
|
exact: {
|
|
@@ -4150,6 +4192,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4150
4192
|
type: StringConstructor;
|
|
4151
4193
|
default: undefined;
|
|
4152
4194
|
};
|
|
4195
|
+
addSlash: {
|
|
4196
|
+
type: BooleanConstructor;
|
|
4197
|
+
default: boolean;
|
|
4198
|
+
};
|
|
4153
4199
|
title: {
|
|
4154
4200
|
type: StringConstructor;
|
|
4155
4201
|
default: undefined;
|
|
@@ -4236,13 +4282,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4236
4282
|
addTrailingSlash(path: string): string;
|
|
4237
4283
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4238
4284
|
variant: {
|
|
4239
|
-
type: import('vue').PropType<"default" | "
|
|
4285
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
4240
4286
|
required: false;
|
|
4241
4287
|
default: string;
|
|
4242
4288
|
validator: (prop: string) => boolean;
|
|
4243
4289
|
};
|
|
4244
4290
|
to: {
|
|
4245
|
-
type: (
|
|
4291
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4246
4292
|
default: undefined;
|
|
4247
4293
|
};
|
|
4248
4294
|
exact: {
|
|
@@ -4253,6 +4299,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4253
4299
|
type: StringConstructor;
|
|
4254
4300
|
default: undefined;
|
|
4255
4301
|
};
|
|
4302
|
+
addSlash: {
|
|
4303
|
+
type: BooleanConstructor;
|
|
4304
|
+
default: boolean;
|
|
4305
|
+
};
|
|
4256
4306
|
title: {
|
|
4257
4307
|
type: StringConstructor;
|
|
4258
4308
|
default: undefined;
|
|
@@ -4312,14 +4362,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4312
4362
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4313
4363
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4314
4364
|
}>, {
|
|
4315
|
-
to: string | Record<string, any>;
|
|
4316
4365
|
title: string;
|
|
4317
|
-
variant: "default" | "
|
|
4318
|
-
|
|
4319
|
-
target: string;
|
|
4366
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
4367
|
+
to: string | Record<string, any>;
|
|
4320
4368
|
exact: boolean;
|
|
4369
|
+
href: string;
|
|
4370
|
+
addSlash: boolean;
|
|
4321
4371
|
ariaLabel: string;
|
|
4322
4372
|
linkClass: string;
|
|
4373
|
+
target: string;
|
|
4323
4374
|
externalTargetBlank: boolean;
|
|
4324
4375
|
caret: boolean;
|
|
4325
4376
|
caretWrapperClass: string;
|
|
@@ -4452,13 +4503,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4452
4503
|
}, {}, {
|
|
4453
4504
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4454
4505
|
variant: {
|
|
4455
|
-
type: import('vue').PropType<"default" | "
|
|
4506
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
4456
4507
|
required: false;
|
|
4457
4508
|
default: string;
|
|
4458
4509
|
validator: (prop: string) => boolean;
|
|
4459
4510
|
};
|
|
4460
4511
|
to: {
|
|
4461
|
-
type: (
|
|
4512
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4462
4513
|
default: undefined;
|
|
4463
4514
|
};
|
|
4464
4515
|
exact: {
|
|
@@ -4469,6 +4520,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4469
4520
|
type: StringConstructor;
|
|
4470
4521
|
default: undefined;
|
|
4471
4522
|
};
|
|
4523
|
+
addSlash: {
|
|
4524
|
+
type: BooleanConstructor;
|
|
4525
|
+
default: boolean;
|
|
4526
|
+
};
|
|
4472
4527
|
title: {
|
|
4473
4528
|
type: StringConstructor;
|
|
4474
4529
|
default: undefined;
|
|
@@ -4555,13 +4610,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4555
4610
|
addTrailingSlash(path: string): string;
|
|
4556
4611
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4557
4612
|
variant: {
|
|
4558
|
-
type: import('vue').PropType<"default" | "
|
|
4613
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
4559
4614
|
required: false;
|
|
4560
4615
|
default: string;
|
|
4561
4616
|
validator: (prop: string) => boolean;
|
|
4562
4617
|
};
|
|
4563
4618
|
to: {
|
|
4564
|
-
type: (
|
|
4619
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4565
4620
|
default: undefined;
|
|
4566
4621
|
};
|
|
4567
4622
|
exact: {
|
|
@@ -4572,6 +4627,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4572
4627
|
type: StringConstructor;
|
|
4573
4628
|
default: undefined;
|
|
4574
4629
|
};
|
|
4630
|
+
addSlash: {
|
|
4631
|
+
type: BooleanConstructor;
|
|
4632
|
+
default: boolean;
|
|
4633
|
+
};
|
|
4575
4634
|
title: {
|
|
4576
4635
|
type: StringConstructor;
|
|
4577
4636
|
default: undefined;
|
|
@@ -4631,14 +4690,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4631
4690
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4632
4691
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4633
4692
|
}>, {
|
|
4634
|
-
to: string | Record<string, any>;
|
|
4635
4693
|
title: string;
|
|
4636
|
-
variant: "default" | "
|
|
4637
|
-
|
|
4638
|
-
target: string;
|
|
4694
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
4695
|
+
to: string | Record<string, any>;
|
|
4639
4696
|
exact: boolean;
|
|
4697
|
+
href: string;
|
|
4698
|
+
addSlash: boolean;
|
|
4640
4699
|
ariaLabel: string;
|
|
4641
4700
|
linkClass: string;
|
|
4701
|
+
target: string;
|
|
4642
4702
|
externalTargetBlank: boolean;
|
|
4643
4703
|
caret: boolean;
|
|
4644
4704
|
caretWrapperClass: string;
|
|
@@ -4924,7 +4984,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4924
4984
|
default: string;
|
|
4925
4985
|
};
|
|
4926
4986
|
objectFitClass: {
|
|
4927
|
-
type: import('vue').PropType<"
|
|
4987
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
4928
4988
|
required: false;
|
|
4929
4989
|
default: string;
|
|
4930
4990
|
validator: (prop: string) => boolean;
|
|
@@ -4966,7 +5026,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4966
5026
|
default: string;
|
|
4967
5027
|
};
|
|
4968
5028
|
objectFitClass: {
|
|
4969
|
-
type: import('vue').PropType<"
|
|
5029
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
4970
5030
|
required: false;
|
|
4971
5031
|
default: string;
|
|
4972
5032
|
validator: (prop: string) => boolean;
|
|
@@ -4998,13 +5058,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4998
5058
|
default: string;
|
|
4999
5059
|
};
|
|
5000
5060
|
}>> & Readonly<{}>, {
|
|
5001
|
-
imageClass: string;
|
|
5002
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
5003
|
-
srcset: string;
|
|
5004
5061
|
alt: string;
|
|
5005
5062
|
width: string | number;
|
|
5006
5063
|
height: string | number;
|
|
5064
|
+
srcset: string;
|
|
5007
5065
|
loading: "lazy" | "eager" | undefined;
|
|
5066
|
+
imageClass: string;
|
|
5067
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
5008
5068
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5009
5069
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5010
5070
|
darkMode: {
|
|
@@ -5176,7 +5236,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5176
5236
|
}, {}, {
|
|
5177
5237
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5178
5238
|
variant: {
|
|
5179
|
-
type: import('vue').PropType<"
|
|
5239
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
5180
5240
|
required: false;
|
|
5181
5241
|
default: string;
|
|
5182
5242
|
validator: (prop: string) => boolean;
|
|
@@ -5202,7 +5262,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5202
5262
|
required: false;
|
|
5203
5263
|
};
|
|
5204
5264
|
to: {
|
|
5205
|
-
type: (
|
|
5265
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5206
5266
|
required: false;
|
|
5207
5267
|
default: undefined;
|
|
5208
5268
|
};
|
|
@@ -5218,7 +5278,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5218
5278
|
variantClass(): string;
|
|
5219
5279
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
5220
5280
|
variant: {
|
|
5221
|
-
type: import('vue').PropType<"
|
|
5281
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
5222
5282
|
required: false;
|
|
5223
5283
|
default: string;
|
|
5224
5284
|
validator: (prop: string) => boolean;
|
|
@@ -5244,7 +5304,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5244
5304
|
required: false;
|
|
5245
5305
|
};
|
|
5246
5306
|
to: {
|
|
5247
|
-
type: (
|
|
5307
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5248
5308
|
required: false;
|
|
5249
5309
|
default: undefined;
|
|
5250
5310
|
};
|
|
@@ -5256,13 +5316,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5256
5316
|
}>> & Readonly<{
|
|
5257
5317
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
5258
5318
|
}>, {
|
|
5319
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
5259
5320
|
to: string | Record<string, any>;
|
|
5260
|
-
disabled: boolean;
|
|
5261
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
5262
5321
|
href: string;
|
|
5263
5322
|
ariaLabel: string;
|
|
5264
5323
|
compact: boolean;
|
|
5265
5324
|
blockClasses: string;
|
|
5325
|
+
disabled: boolean;
|
|
5266
5326
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5267
5327
|
IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5268
5328
|
IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -5478,7 +5538,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5478
5538
|
default: string;
|
|
5479
5539
|
};
|
|
5480
5540
|
objectFitClass: {
|
|
5481
|
-
type: import('vue').PropType<"
|
|
5541
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
5482
5542
|
required: false;
|
|
5483
5543
|
default: string;
|
|
5484
5544
|
validator: (prop: string) => boolean;
|
|
@@ -5520,7 +5580,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5520
5580
|
default: string;
|
|
5521
5581
|
};
|
|
5522
5582
|
objectFitClass: {
|
|
5523
|
-
type: import('vue').PropType<"
|
|
5583
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
5524
5584
|
required: false;
|
|
5525
5585
|
default: string;
|
|
5526
5586
|
validator: (prop: string) => boolean;
|
|
@@ -5552,13 +5612,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5552
5612
|
default: string;
|
|
5553
5613
|
};
|
|
5554
5614
|
}>> & Readonly<{}>, {
|
|
5555
|
-
imageClass: string;
|
|
5556
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
5557
|
-
srcset: string;
|
|
5558
5615
|
alt: string;
|
|
5559
5616
|
width: string | number;
|
|
5560
5617
|
height: string | number;
|
|
5618
|
+
srcset: string;
|
|
5561
5619
|
loading: "lazy" | "eager" | undefined;
|
|
5620
|
+
imageClass: string;
|
|
5621
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
5562
5622
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5563
5623
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5564
5624
|
darkMode: {
|
|
@@ -5649,13 +5709,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5649
5709
|
}, {}, {
|
|
5650
5710
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5651
5711
|
variant: {
|
|
5652
|
-
type: import('vue').PropType<"default" | "
|
|
5712
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
5653
5713
|
required: false;
|
|
5654
5714
|
default: string;
|
|
5655
5715
|
validator: (prop: string) => boolean;
|
|
5656
5716
|
};
|
|
5657
5717
|
to: {
|
|
5658
|
-
type: (
|
|
5718
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5659
5719
|
default: undefined;
|
|
5660
5720
|
};
|
|
5661
5721
|
exact: {
|
|
@@ -5666,6 +5726,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5666
5726
|
type: StringConstructor;
|
|
5667
5727
|
default: undefined;
|
|
5668
5728
|
};
|
|
5729
|
+
addSlash: {
|
|
5730
|
+
type: BooleanConstructor;
|
|
5731
|
+
default: boolean;
|
|
5732
|
+
};
|
|
5669
5733
|
title: {
|
|
5670
5734
|
type: StringConstructor;
|
|
5671
5735
|
default: undefined;
|
|
@@ -5752,13 +5816,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5752
5816
|
addTrailingSlash(path: string): string;
|
|
5753
5817
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
5754
5818
|
variant: {
|
|
5755
|
-
type: import('vue').PropType<"default" | "
|
|
5819
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
5756
5820
|
required: false;
|
|
5757
5821
|
default: string;
|
|
5758
5822
|
validator: (prop: string) => boolean;
|
|
5759
5823
|
};
|
|
5760
5824
|
to: {
|
|
5761
|
-
type: (
|
|
5825
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5762
5826
|
default: undefined;
|
|
5763
5827
|
};
|
|
5764
5828
|
exact: {
|
|
@@ -5769,6 +5833,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5769
5833
|
type: StringConstructor;
|
|
5770
5834
|
default: undefined;
|
|
5771
5835
|
};
|
|
5836
|
+
addSlash: {
|
|
5837
|
+
type: BooleanConstructor;
|
|
5838
|
+
default: boolean;
|
|
5839
|
+
};
|
|
5772
5840
|
title: {
|
|
5773
5841
|
type: StringConstructor;
|
|
5774
5842
|
default: undefined;
|
|
@@ -5828,14 +5896,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5828
5896
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5829
5897
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5830
5898
|
}>, {
|
|
5831
|
-
to: string | Record<string, any>;
|
|
5832
5899
|
title: string;
|
|
5833
|
-
variant: "default" | "
|
|
5834
|
-
|
|
5835
|
-
target: string;
|
|
5900
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
5901
|
+
to: string | Record<string, any>;
|
|
5836
5902
|
exact: boolean;
|
|
5903
|
+
href: string;
|
|
5904
|
+
addSlash: boolean;
|
|
5837
5905
|
ariaLabel: string;
|
|
5838
5906
|
linkClass: string;
|
|
5907
|
+
target: string;
|
|
5839
5908
|
externalTargetBlank: boolean;
|
|
5840
5909
|
caret: boolean;
|
|
5841
5910
|
caretWrapperClass: string;
|
|
@@ -6186,7 +6255,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6186
6255
|
default: string;
|
|
6187
6256
|
};
|
|
6188
6257
|
objectFitClass: {
|
|
6189
|
-
type: import('vue').PropType<"
|
|
6258
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
6190
6259
|
required: false;
|
|
6191
6260
|
default: string;
|
|
6192
6261
|
validator: (prop: string) => boolean;
|
|
@@ -6228,7 +6297,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6228
6297
|
default: string;
|
|
6229
6298
|
};
|
|
6230
6299
|
objectFitClass: {
|
|
6231
|
-
type: import('vue').PropType<"
|
|
6300
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
6232
6301
|
required: false;
|
|
6233
6302
|
default: string;
|
|
6234
6303
|
validator: (prop: string) => boolean;
|
|
@@ -6260,13 +6329,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6260
6329
|
default: string;
|
|
6261
6330
|
};
|
|
6262
6331
|
}>> & Readonly<{}>, {
|
|
6263
|
-
imageClass: string;
|
|
6264
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
6265
|
-
srcset: string;
|
|
6266
6332
|
alt: string;
|
|
6267
6333
|
width: string | number;
|
|
6268
6334
|
height: string | number;
|
|
6335
|
+
srcset: string;
|
|
6269
6336
|
loading: "lazy" | "eager" | undefined;
|
|
6337
|
+
imageClass: string;
|
|
6338
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
6270
6339
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6271
6340
|
BaseImageCaption: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6272
6341
|
data: {
|
|
@@ -6300,13 +6369,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6300
6369
|
}, {}, {
|
|
6301
6370
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6302
6371
|
variant: {
|
|
6303
|
-
type: import('vue').PropType<"default" | "
|
|
6372
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
6304
6373
|
required: false;
|
|
6305
6374
|
default: string;
|
|
6306
6375
|
validator: (prop: string) => boolean;
|
|
6307
6376
|
};
|
|
6308
6377
|
to: {
|
|
6309
|
-
type: (
|
|
6378
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6310
6379
|
default: undefined;
|
|
6311
6380
|
};
|
|
6312
6381
|
exact: {
|
|
@@ -6317,6 +6386,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6317
6386
|
type: StringConstructor;
|
|
6318
6387
|
default: undefined;
|
|
6319
6388
|
};
|
|
6389
|
+
addSlash: {
|
|
6390
|
+
type: BooleanConstructor;
|
|
6391
|
+
default: boolean;
|
|
6392
|
+
};
|
|
6320
6393
|
title: {
|
|
6321
6394
|
type: StringConstructor;
|
|
6322
6395
|
default: undefined;
|
|
@@ -6403,13 +6476,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6403
6476
|
addTrailingSlash(path: string): string;
|
|
6404
6477
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
6405
6478
|
variant: {
|
|
6406
|
-
type: import('vue').PropType<"default" | "
|
|
6479
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
6407
6480
|
required: false;
|
|
6408
6481
|
default: string;
|
|
6409
6482
|
validator: (prop: string) => boolean;
|
|
6410
6483
|
};
|
|
6411
6484
|
to: {
|
|
6412
|
-
type: (
|
|
6485
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6413
6486
|
default: undefined;
|
|
6414
6487
|
};
|
|
6415
6488
|
exact: {
|
|
@@ -6420,6 +6493,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6420
6493
|
type: StringConstructor;
|
|
6421
6494
|
default: undefined;
|
|
6422
6495
|
};
|
|
6496
|
+
addSlash: {
|
|
6497
|
+
type: BooleanConstructor;
|
|
6498
|
+
default: boolean;
|
|
6499
|
+
};
|
|
6423
6500
|
title: {
|
|
6424
6501
|
type: StringConstructor;
|
|
6425
6502
|
default: undefined;
|
|
@@ -6479,14 +6556,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6479
6556
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6480
6557
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6481
6558
|
}>, {
|
|
6482
|
-
to: string | Record<string, any>;
|
|
6483
6559
|
title: string;
|
|
6484
|
-
variant: "default" | "
|
|
6485
|
-
|
|
6486
|
-
target: string;
|
|
6560
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
6561
|
+
to: string | Record<string, any>;
|
|
6487
6562
|
exact: boolean;
|
|
6563
|
+
href: string;
|
|
6564
|
+
addSlash: boolean;
|
|
6488
6565
|
ariaLabel: string;
|
|
6489
6566
|
linkClass: string;
|
|
6567
|
+
target: string;
|
|
6490
6568
|
externalTargetBlank: boolean;
|
|
6491
6569
|
caret: boolean;
|
|
6492
6570
|
caretWrapperClass: string;
|
|
@@ -6678,21 +6756,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6678
6756
|
variant: "small" | "medium" | "large";
|
|
6679
6757
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6680
6758
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6681
|
-
BlockLinkCardList: import('vue').DefineComponent<import('vue').
|
|
6682
|
-
items: {
|
|
6683
|
-
type: import('vue').PropType<import('../../interfaces').Card[]>;
|
|
6684
|
-
required: true;
|
|
6685
|
-
default: undefined;
|
|
6686
|
-
};
|
|
6687
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
6688
|
-
items: {
|
|
6689
|
-
type: import('vue').PropType<import('../../interfaces').Card[]>;
|
|
6690
|
-
required: true;
|
|
6691
|
-
default: undefined;
|
|
6692
|
-
};
|
|
6693
|
-
}>> & Readonly<{}>, {
|
|
6759
|
+
BlockLinkCardList: import('vue').DefineComponent<import('../../components/BlockLinkCardList/BlockLinkCardList.vue').BlockLinkCardListProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/BlockLinkCardList/BlockLinkCardList.vue').BlockLinkCardListProps> & Readonly<{}>, {
|
|
6694
6760
|
items: import('../../interfaces').Card[];
|
|
6695
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
6761
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
6696
6762
|
BlockLinkCarousel: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6697
6763
|
itemType: {
|
|
6698
6764
|
type: import('vue').PropType<"cards" | "tiles">;
|
|
@@ -6747,7 +6813,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6747
6813
|
default: undefined;
|
|
6748
6814
|
};
|
|
6749
6815
|
link: {
|
|
6750
|
-
type: (
|
|
6816
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6751
6817
|
required: false;
|
|
6752
6818
|
default: undefined;
|
|
6753
6819
|
};
|
|
@@ -6803,7 +6869,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6803
6869
|
default: undefined;
|
|
6804
6870
|
};
|
|
6805
6871
|
link: {
|
|
6806
|
-
type: (
|
|
6872
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6807
6873
|
required: false;
|
|
6808
6874
|
default: undefined;
|
|
6809
6875
|
};
|
|
@@ -6843,22 +6909,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6843
6909
|
link: string | Record<string, any>;
|
|
6844
6910
|
variant: "cards" | "tiles";
|
|
6845
6911
|
heading: string;
|
|
6846
|
-
initialSlide: number;
|
|
6847
|
-
slidesPerView: number;
|
|
6848
6912
|
indent: "col-1" | "col-2" | "col-3";
|
|
6849
6913
|
noLinks: boolean;
|
|
6850
6914
|
linkTitle: string;
|
|
6915
|
+
slidesPerView: number;
|
|
6851
6916
|
center: boolean;
|
|
6917
|
+
initialSlide: number;
|
|
6852
6918
|
}, {}, {
|
|
6853
6919
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6854
6920
|
variant: {
|
|
6855
|
-
type: import('vue').PropType<"default" | "
|
|
6921
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
6856
6922
|
required: false;
|
|
6857
6923
|
default: string;
|
|
6858
6924
|
validator: (prop: string) => boolean;
|
|
6859
6925
|
};
|
|
6860
6926
|
to: {
|
|
6861
|
-
type: (
|
|
6927
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6862
6928
|
default: undefined;
|
|
6863
6929
|
};
|
|
6864
6930
|
exact: {
|
|
@@ -6869,6 +6935,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6869
6935
|
type: StringConstructor;
|
|
6870
6936
|
default: undefined;
|
|
6871
6937
|
};
|
|
6938
|
+
addSlash: {
|
|
6939
|
+
type: BooleanConstructor;
|
|
6940
|
+
default: boolean;
|
|
6941
|
+
};
|
|
6872
6942
|
title: {
|
|
6873
6943
|
type: StringConstructor;
|
|
6874
6944
|
default: undefined;
|
|
@@ -6955,13 +7025,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6955
7025
|
addTrailingSlash(path: string): string;
|
|
6956
7026
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
6957
7027
|
variant: {
|
|
6958
|
-
type: import('vue').PropType<"default" | "
|
|
7028
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
6959
7029
|
required: false;
|
|
6960
7030
|
default: string;
|
|
6961
7031
|
validator: (prop: string) => boolean;
|
|
6962
7032
|
};
|
|
6963
7033
|
to: {
|
|
6964
|
-
type: (
|
|
7034
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6965
7035
|
default: undefined;
|
|
6966
7036
|
};
|
|
6967
7037
|
exact: {
|
|
@@ -6972,6 +7042,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6972
7042
|
type: StringConstructor;
|
|
6973
7043
|
default: undefined;
|
|
6974
7044
|
};
|
|
7045
|
+
addSlash: {
|
|
7046
|
+
type: BooleanConstructor;
|
|
7047
|
+
default: boolean;
|
|
7048
|
+
};
|
|
6975
7049
|
title: {
|
|
6976
7050
|
type: StringConstructor;
|
|
6977
7051
|
default: undefined;
|
|
@@ -7031,14 +7105,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7031
7105
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7032
7106
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7033
7107
|
}>, {
|
|
7034
|
-
to: string | Record<string, any>;
|
|
7035
7108
|
title: string;
|
|
7036
|
-
variant: "default" | "
|
|
7037
|
-
|
|
7038
|
-
target: string;
|
|
7109
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
7110
|
+
to: string | Record<string, any>;
|
|
7039
7111
|
exact: boolean;
|
|
7112
|
+
href: string;
|
|
7113
|
+
addSlash: boolean;
|
|
7040
7114
|
ariaLabel: string;
|
|
7041
7115
|
linkClass: string;
|
|
7116
|
+
target: string;
|
|
7042
7117
|
externalTargetBlank: boolean;
|
|
7043
7118
|
caret: boolean;
|
|
7044
7119
|
caretWrapperClass: string;
|
|
@@ -7114,7 +7189,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7114
7189
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7115
7190
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7116
7191
|
variant: {
|
|
7117
|
-
type: import('vue').PropType<"
|
|
7192
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
7118
7193
|
required: false;
|
|
7119
7194
|
default: string;
|
|
7120
7195
|
validator: (prop: string) => boolean;
|
|
@@ -7140,7 +7215,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7140
7215
|
required: false;
|
|
7141
7216
|
};
|
|
7142
7217
|
to: {
|
|
7143
|
-
type: (
|
|
7218
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7144
7219
|
required: false;
|
|
7145
7220
|
default: undefined;
|
|
7146
7221
|
};
|
|
@@ -7156,7 +7231,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7156
7231
|
variantClass(): string;
|
|
7157
7232
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7158
7233
|
variant: {
|
|
7159
|
-
type: import('vue').PropType<"
|
|
7234
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
7160
7235
|
required: false;
|
|
7161
7236
|
default: string;
|
|
7162
7237
|
validator: (prop: string) => boolean;
|
|
@@ -7182,7 +7257,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7182
7257
|
required: false;
|
|
7183
7258
|
};
|
|
7184
7259
|
to: {
|
|
7185
|
-
type: (
|
|
7260
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7186
7261
|
required: false;
|
|
7187
7262
|
default: undefined;
|
|
7188
7263
|
};
|
|
@@ -7194,13 +7269,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7194
7269
|
}>> & Readonly<{
|
|
7195
7270
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
7196
7271
|
}>, {
|
|
7272
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
7197
7273
|
to: string | Record<string, any>;
|
|
7198
|
-
disabled: boolean;
|
|
7199
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
7200
7274
|
href: string;
|
|
7201
7275
|
ariaLabel: string;
|
|
7202
7276
|
compact: boolean;
|
|
7203
7277
|
blockClasses: string;
|
|
7278
|
+
disabled: boolean;
|
|
7204
7279
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7205
7280
|
IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7206
7281
|
IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -7464,9 +7539,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7464
7539
|
default: boolean;
|
|
7465
7540
|
};
|
|
7466
7541
|
}>> & Readonly<{}>, {
|
|
7467
|
-
data: import('../../interfaces').Card;
|
|
7468
|
-
label: string;
|
|
7469
|
-
title: string;
|
|
7470
7542
|
startDate: string;
|
|
7471
7543
|
endDate: string;
|
|
7472
7544
|
startDatetime: string;
|
|
@@ -7476,7 +7548,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7476
7548
|
location: string;
|
|
7477
7549
|
size: "sm" | "md" | "lg";
|
|
7478
7550
|
url: string;
|
|
7551
|
+
title: string;
|
|
7479
7552
|
date: string;
|
|
7553
|
+
data: import('../../interfaces').Card;
|
|
7554
|
+
label: string;
|
|
7480
7555
|
headingLevel: keyof {
|
|
7481
7556
|
h1: string;
|
|
7482
7557
|
h2: string;
|
|
@@ -7494,13 +7569,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7494
7569
|
IconExternal: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7495
7570
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7496
7571
|
variant: {
|
|
7497
|
-
type: import('vue').PropType<"default" | "
|
|
7572
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
7498
7573
|
required: false;
|
|
7499
7574
|
default: string;
|
|
7500
7575
|
validator: (prop: string) => boolean;
|
|
7501
7576
|
};
|
|
7502
7577
|
to: {
|
|
7503
|
-
type: (
|
|
7578
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7504
7579
|
default: undefined;
|
|
7505
7580
|
};
|
|
7506
7581
|
exact: {
|
|
@@ -7511,6 +7586,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7511
7586
|
type: StringConstructor;
|
|
7512
7587
|
default: undefined;
|
|
7513
7588
|
};
|
|
7589
|
+
addSlash: {
|
|
7590
|
+
type: BooleanConstructor;
|
|
7591
|
+
default: boolean;
|
|
7592
|
+
};
|
|
7514
7593
|
title: {
|
|
7515
7594
|
type: StringConstructor;
|
|
7516
7595
|
default: undefined;
|
|
@@ -7597,13 +7676,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7597
7676
|
addTrailingSlash(path: string): string;
|
|
7598
7677
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7599
7678
|
variant: {
|
|
7600
|
-
type: import('vue').PropType<"default" | "
|
|
7679
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
7601
7680
|
required: false;
|
|
7602
7681
|
default: string;
|
|
7603
7682
|
validator: (prop: string) => boolean;
|
|
7604
7683
|
};
|
|
7605
7684
|
to: {
|
|
7606
|
-
type: (
|
|
7685
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7607
7686
|
default: undefined;
|
|
7608
7687
|
};
|
|
7609
7688
|
exact: {
|
|
@@ -7614,6 +7693,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7614
7693
|
type: StringConstructor;
|
|
7615
7694
|
default: undefined;
|
|
7616
7695
|
};
|
|
7696
|
+
addSlash: {
|
|
7697
|
+
type: BooleanConstructor;
|
|
7698
|
+
default: boolean;
|
|
7699
|
+
};
|
|
7617
7700
|
title: {
|
|
7618
7701
|
type: StringConstructor;
|
|
7619
7702
|
default: undefined;
|
|
@@ -7673,14 +7756,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7673
7756
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7674
7757
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7675
7758
|
}>, {
|
|
7676
|
-
to: string | Record<string, any>;
|
|
7677
7759
|
title: string;
|
|
7678
|
-
variant: "default" | "
|
|
7679
|
-
|
|
7680
|
-
target: string;
|
|
7760
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
7761
|
+
to: string | Record<string, any>;
|
|
7681
7762
|
exact: boolean;
|
|
7763
|
+
href: string;
|
|
7764
|
+
addSlash: boolean;
|
|
7682
7765
|
ariaLabel: string;
|
|
7683
7766
|
linkClass: string;
|
|
7767
|
+
target: string;
|
|
7684
7768
|
externalTargetBlank: boolean;
|
|
7685
7769
|
caret: boolean;
|
|
7686
7770
|
caretWrapperClass: string;
|
|
@@ -7761,7 +7845,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7761
7845
|
default: string;
|
|
7762
7846
|
};
|
|
7763
7847
|
objectFitClass: {
|
|
7764
|
-
type: import('vue').PropType<"
|
|
7848
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
7765
7849
|
required: false;
|
|
7766
7850
|
default: string;
|
|
7767
7851
|
validator: (prop: string) => boolean;
|
|
@@ -7803,7 +7887,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7803
7887
|
default: string;
|
|
7804
7888
|
};
|
|
7805
7889
|
objectFitClass: {
|
|
7806
|
-
type: import('vue').PropType<"
|
|
7890
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
7807
7891
|
required: false;
|
|
7808
7892
|
default: string;
|
|
7809
7893
|
validator: (prop: string) => boolean;
|
|
@@ -7835,13 +7919,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7835
7919
|
default: string;
|
|
7836
7920
|
};
|
|
7837
7921
|
}>> & Readonly<{}>, {
|
|
7838
|
-
imageClass: string;
|
|
7839
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
7840
|
-
srcset: string;
|
|
7841
7922
|
alt: string;
|
|
7842
7923
|
width: string | number;
|
|
7843
7924
|
height: string | number;
|
|
7925
|
+
srcset: string;
|
|
7844
7926
|
loading: "lazy" | "eager" | undefined;
|
|
7927
|
+
imageClass: string;
|
|
7928
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
7845
7929
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7846
7930
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7847
7931
|
darkMode: {
|
|
@@ -7906,7 +7990,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7906
7990
|
default: undefined;
|
|
7907
7991
|
};
|
|
7908
7992
|
variant: {
|
|
7909
|
-
type: () => "
|
|
7993
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
7910
7994
|
default: string;
|
|
7911
7995
|
};
|
|
7912
7996
|
size: {
|
|
@@ -7923,7 +8007,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7923
8007
|
default: undefined;
|
|
7924
8008
|
};
|
|
7925
8009
|
variant: {
|
|
7926
|
-
type: () => "
|
|
8010
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
7927
8011
|
default: string;
|
|
7928
8012
|
};
|
|
7929
8013
|
size: {
|
|
@@ -7935,198 +8019,36 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7935
8019
|
default: undefined;
|
|
7936
8020
|
};
|
|
7937
8021
|
}>> & Readonly<{}>, {
|
|
7938
|
-
text: string;
|
|
7939
|
-
variant: "secondary" | "primary" | "primary-inverted" | "action";
|
|
7940
8022
|
size: "sm" | "md" | "lg";
|
|
8023
|
+
text: string;
|
|
8024
|
+
variant: "primary" | "primary-inverted" | "secondary" | "action";
|
|
7941
8025
|
contentType: "EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage";
|
|
7942
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
7943
|
-
CalendarChip: import('vue').DefineComponent<import('vue').
|
|
7944
|
-
startDate: {
|
|
7945
|
-
type: import('vue').PropType<string>;
|
|
7946
|
-
default: undefined;
|
|
7947
|
-
};
|
|
7948
|
-
endDate: {
|
|
7949
|
-
type: import('vue').PropType<string>;
|
|
7950
|
-
default: undefined;
|
|
7951
|
-
};
|
|
7952
|
-
ongoing: {
|
|
7953
|
-
type: import('vue').PropType<boolean>;
|
|
7954
|
-
default: boolean;
|
|
7955
|
-
};
|
|
7956
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7957
|
-
startDate: {
|
|
7958
|
-
type: import('vue').PropType<string>;
|
|
7959
|
-
default: undefined;
|
|
7960
|
-
};
|
|
7961
|
-
endDate: {
|
|
7962
|
-
type: import('vue').PropType<string>;
|
|
7963
|
-
default: undefined;
|
|
7964
|
-
};
|
|
7965
|
-
ongoing: {
|
|
7966
|
-
type: import('vue').PropType<boolean>;
|
|
7967
|
-
default: boolean;
|
|
7968
|
-
};
|
|
7969
|
-
}>> & Readonly<{}>, {
|
|
8026
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLParagraphElement>;
|
|
8027
|
+
CalendarChip: import('vue').DefineComponent<import('../../components/CalendarChip/CalendarChip.vue').CalendarChipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/CalendarChip/CalendarChip.vue').CalendarChipProps> & Readonly<{}>, {
|
|
7970
8028
|
startDate: string;
|
|
7971
8029
|
endDate: string;
|
|
7972
8030
|
ongoing: boolean;
|
|
7973
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
7974
|
-
MetadataEvent: import('vue').DefineComponent<import('vue').
|
|
7975
|
-
event: {
|
|
7976
|
-
type: import('vue').PropType<import('../../interfaces').EventCardObject>;
|
|
7977
|
-
required: true;
|
|
7978
|
-
default: undefined;
|
|
7979
|
-
};
|
|
7980
|
-
compact: {
|
|
7981
|
-
type: import('vue').PropType<boolean>;
|
|
7982
|
-
default: boolean;
|
|
7983
|
-
};
|
|
7984
|
-
showTime: {
|
|
7985
|
-
type: import('vue').PropType<boolean>;
|
|
7986
|
-
default: boolean;
|
|
7987
|
-
};
|
|
7988
|
-
allowBreak: {
|
|
7989
|
-
type: import('vue').PropType<boolean>;
|
|
7990
|
-
default: boolean;
|
|
7991
|
-
};
|
|
7992
|
-
showLocation: {
|
|
7993
|
-
type: import('vue').PropType<boolean>;
|
|
7994
|
-
default: boolean;
|
|
7995
|
-
};
|
|
7996
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7997
|
-
event: {
|
|
7998
|
-
type: import('vue').PropType<import('../../interfaces').EventCardObject>;
|
|
7999
|
-
required: true;
|
|
8000
|
-
default: undefined;
|
|
8001
|
-
};
|
|
8002
|
-
compact: {
|
|
8003
|
-
type: import('vue').PropType<boolean>;
|
|
8004
|
-
default: boolean;
|
|
8005
|
-
};
|
|
8006
|
-
showTime: {
|
|
8007
|
-
type: import('vue').PropType<boolean>;
|
|
8008
|
-
default: boolean;
|
|
8009
|
-
};
|
|
8010
|
-
allowBreak: {
|
|
8011
|
-
type: import('vue').PropType<boolean>;
|
|
8012
|
-
default: boolean;
|
|
8013
|
-
};
|
|
8014
|
-
showLocation: {
|
|
8015
|
-
type: import('vue').PropType<boolean>;
|
|
8016
|
-
default: boolean;
|
|
8017
|
-
};
|
|
8018
|
-
}>> & Readonly<{}>, {
|
|
8031
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
8032
|
+
MetadataEvent: import('vue').DefineComponent<import('../../components/MetadataEvent/MetadataEvent.vue').MetadataEventProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/MetadataEvent/MetadataEvent.vue').MetadataEventProps> & Readonly<{}>, {
|
|
8019
8033
|
event: import('../../interfaces').EventCardObject;
|
|
8020
8034
|
compact: boolean;
|
|
8021
8035
|
showTime: boolean;
|
|
8022
8036
|
allowBreak: boolean;
|
|
8023
8037
|
showLocation: boolean;
|
|
8024
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
8025
|
-
MetadataEduResource: import('vue').DefineComponent<import('vue').
|
|
8026
|
-
variant: {
|
|
8027
|
-
type: import('vue').PropType<import('../../interfaces').MetaPanelTheme>;
|
|
8028
|
-
default: string;
|
|
8029
|
-
};
|
|
8030
|
-
resource: {
|
|
8031
|
-
type: import('vue').PropType<import('../../interfaces').EduResourceCardObject>;
|
|
8032
|
-
required: true;
|
|
8033
|
-
default: undefined;
|
|
8034
|
-
};
|
|
8035
|
-
compact: {
|
|
8036
|
-
type: import('vue').PropType<boolean>;
|
|
8037
|
-
default: boolean;
|
|
8038
|
-
};
|
|
8039
|
-
showTime: {
|
|
8040
|
-
type: import('vue').PropType<boolean>;
|
|
8041
|
-
default: boolean;
|
|
8042
|
-
};
|
|
8043
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
8044
|
-
variant: {
|
|
8045
|
-
type: import('vue').PropType<import('../../interfaces').MetaPanelTheme>;
|
|
8046
|
-
default: string;
|
|
8047
|
-
};
|
|
8048
|
-
resource: {
|
|
8049
|
-
type: import('vue').PropType<import('../../interfaces').EduResourceCardObject>;
|
|
8050
|
-
required: true;
|
|
8051
|
-
default: undefined;
|
|
8052
|
-
};
|
|
8053
|
-
compact: {
|
|
8054
|
-
type: import('vue').PropType<boolean>;
|
|
8055
|
-
default: boolean;
|
|
8056
|
-
};
|
|
8057
|
-
showTime: {
|
|
8058
|
-
type: import('vue').PropType<boolean>;
|
|
8059
|
-
default: boolean;
|
|
8060
|
-
};
|
|
8061
|
-
}>> & Readonly<{}>, {
|
|
8062
|
-
variant: import('../../interfaces').MetaPanelTheme;
|
|
8038
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
8039
|
+
MetadataEduResource: import('vue').DefineComponent<import('../../components/MetadataEduResource/MetadataEduResource.vue').MetadataEduResourceProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/MetadataEduResource/MetadataEduResource.vue').MetadataEduResourceProps> & Readonly<{}>, {
|
|
8063
8040
|
resource: import('../../interfaces').EduResourceCardObject;
|
|
8041
|
+
variant: import('../../interfaces').MetaPanelTheme;
|
|
8064
8042
|
compact: boolean;
|
|
8065
8043
|
showTime: boolean;
|
|
8066
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
8067
|
-
BlockLinkCardCollectionLg: import('vue').DefineComponent<import('vue').
|
|
8068
|
-
size: {
|
|
8069
|
-
type: import('vue').PropType<string>;
|
|
8070
|
-
default: undefined;
|
|
8071
|
-
};
|
|
8072
|
-
headingLevel: {
|
|
8073
|
-
type: import('vue').PropType<keyof {
|
|
8074
|
-
h1: string;
|
|
8075
|
-
h2: string;
|
|
8076
|
-
h3: string;
|
|
8077
|
-
h4: string;
|
|
8078
|
-
h5: string;
|
|
8079
|
-
h6: string;
|
|
8080
|
-
}>;
|
|
8081
|
-
default: undefined;
|
|
8082
|
-
};
|
|
8083
|
-
metadataAttrs: {
|
|
8084
|
-
type: import('vue').PropType<any>;
|
|
8085
|
-
default: undefined;
|
|
8086
|
-
};
|
|
8087
|
-
theItem: {
|
|
8088
|
-
type: import('vue').PropType<import('../../interfaces').EduResourceCardObject>;
|
|
8089
|
-
default: undefined;
|
|
8090
|
-
};
|
|
8091
|
-
metadataType: {
|
|
8092
|
-
type: import('vue').PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
|
|
8093
|
-
default: undefined;
|
|
8094
|
-
};
|
|
8095
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
8096
|
-
size: {
|
|
8097
|
-
type: import('vue').PropType<string>;
|
|
8098
|
-
default: undefined;
|
|
8099
|
-
};
|
|
8100
|
-
headingLevel: {
|
|
8101
|
-
type: import('vue').PropType<keyof {
|
|
8102
|
-
h1: string;
|
|
8103
|
-
h2: string;
|
|
8104
|
-
h3: string;
|
|
8105
|
-
h4: string;
|
|
8106
|
-
h5: string;
|
|
8107
|
-
h6: string;
|
|
8108
|
-
}>;
|
|
8109
|
-
default: undefined;
|
|
8110
|
-
};
|
|
8111
|
-
metadataAttrs: {
|
|
8112
|
-
type: import('vue').PropType<any>;
|
|
8113
|
-
default: undefined;
|
|
8114
|
-
};
|
|
8115
|
-
theItem: {
|
|
8116
|
-
type: import('vue').PropType<import('../../interfaces').EduResourceCardObject>;
|
|
8117
|
-
default: undefined;
|
|
8118
|
-
};
|
|
8119
|
-
metadataType: {
|
|
8120
|
-
type: import('vue').PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
|
|
8121
|
-
default: undefined;
|
|
8122
|
-
};
|
|
8123
|
-
}>> & Readonly<{}>, {
|
|
8044
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
8045
|
+
BlockLinkCardCollectionLg: import('vue').DefineComponent<import('../../components/BlockLinkCard/BlockLinkCardCollectionLg.vue').BlockLinkCardCollectionLgProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/BlockLinkCard/BlockLinkCardCollectionLg.vue').BlockLinkCardCollectionLgProps> & Readonly<{}>, {
|
|
8124
8046
|
size: string;
|
|
8125
|
-
headingLevel: import('../../components/BaseHeading/BaseHeading.vue').HeadingLevel;
|
|
8126
8047
|
metadataAttrs: any;
|
|
8127
8048
|
theItem: import('../../interfaces').EduResourceCardObject;
|
|
8128
8049
|
metadataType: import('../../interfaces').ContentTypeKey;
|
|
8129
|
-
|
|
8050
|
+
headingLevel: import('../../components/BaseHeading/BaseHeading.vue').HeadingLevel;
|
|
8051
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
8130
8052
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8131
8053
|
BlockLinkTile: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
8132
8054
|
data: {
|
|
@@ -8244,12 +8166,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8244
8166
|
required: false;
|
|
8245
8167
|
};
|
|
8246
8168
|
}>> & Readonly<{}>, {
|
|
8247
|
-
data: import('../../interfaces').Card | import('../../interfaces').EventCardObject;
|
|
8248
|
-
label: string;
|
|
8249
|
-
title: string;
|
|
8250
8169
|
startDate: string;
|
|
8251
8170
|
endDate: string;
|
|
8252
8171
|
url: string;
|
|
8172
|
+
title: string;
|
|
8173
|
+
data: import('../../interfaces').Card | import('../../interfaces').EventCardObject;
|
|
8174
|
+
label: string;
|
|
8253
8175
|
compact: boolean;
|
|
8254
8176
|
externalLink: string;
|
|
8255
8177
|
thumbnailImage: Record<string, any>;
|
|
@@ -8257,13 +8179,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8257
8179
|
IconArrow: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8258
8180
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
8259
8181
|
variant: {
|
|
8260
|
-
type: import('vue').PropType<"default" | "
|
|
8182
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
8261
8183
|
required: false;
|
|
8262
8184
|
default: string;
|
|
8263
8185
|
validator: (prop: string) => boolean;
|
|
8264
8186
|
};
|
|
8265
8187
|
to: {
|
|
8266
|
-
type: (
|
|
8188
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8267
8189
|
default: undefined;
|
|
8268
8190
|
};
|
|
8269
8191
|
exact: {
|
|
@@ -8274,6 +8196,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8274
8196
|
type: StringConstructor;
|
|
8275
8197
|
default: undefined;
|
|
8276
8198
|
};
|
|
8199
|
+
addSlash: {
|
|
8200
|
+
type: BooleanConstructor;
|
|
8201
|
+
default: boolean;
|
|
8202
|
+
};
|
|
8277
8203
|
title: {
|
|
8278
8204
|
type: StringConstructor;
|
|
8279
8205
|
default: undefined;
|
|
@@ -8360,13 +8286,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8360
8286
|
addTrailingSlash(path: string): string;
|
|
8361
8287
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
8362
8288
|
variant: {
|
|
8363
|
-
type: import('vue').PropType<"default" | "
|
|
8289
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
8364
8290
|
required: false;
|
|
8365
8291
|
default: string;
|
|
8366
8292
|
validator: (prop: string) => boolean;
|
|
8367
8293
|
};
|
|
8368
8294
|
to: {
|
|
8369
|
-
type: (
|
|
8295
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8370
8296
|
default: undefined;
|
|
8371
8297
|
};
|
|
8372
8298
|
exact: {
|
|
@@ -8377,6 +8303,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8377
8303
|
type: StringConstructor;
|
|
8378
8304
|
default: undefined;
|
|
8379
8305
|
};
|
|
8306
|
+
addSlash: {
|
|
8307
|
+
type: BooleanConstructor;
|
|
8308
|
+
default: boolean;
|
|
8309
|
+
};
|
|
8380
8310
|
title: {
|
|
8381
8311
|
type: StringConstructor;
|
|
8382
8312
|
default: undefined;
|
|
@@ -8436,14 +8366,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8436
8366
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
8437
8367
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
8438
8368
|
}>, {
|
|
8439
|
-
to: string | Record<string, any>;
|
|
8440
8369
|
title: string;
|
|
8441
|
-
variant: "default" | "
|
|
8442
|
-
|
|
8443
|
-
target: string;
|
|
8370
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
8371
|
+
to: string | Record<string, any>;
|
|
8444
8372
|
exact: boolean;
|
|
8373
|
+
href: string;
|
|
8374
|
+
addSlash: boolean;
|
|
8445
8375
|
ariaLabel: string;
|
|
8446
8376
|
linkClass: string;
|
|
8377
|
+
target: string;
|
|
8447
8378
|
externalTargetBlank: boolean;
|
|
8448
8379
|
caret: boolean;
|
|
8449
8380
|
caretWrapperClass: string;
|
|
@@ -8524,7 +8455,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8524
8455
|
default: string;
|
|
8525
8456
|
};
|
|
8526
8457
|
objectFitClass: {
|
|
8527
|
-
type: import('vue').PropType<"
|
|
8458
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
8528
8459
|
required: false;
|
|
8529
8460
|
default: string;
|
|
8530
8461
|
validator: (prop: string) => boolean;
|
|
@@ -8566,7 +8497,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8566
8497
|
default: string;
|
|
8567
8498
|
};
|
|
8568
8499
|
objectFitClass: {
|
|
8569
|
-
type: import('vue').PropType<"
|
|
8500
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
8570
8501
|
required: false;
|
|
8571
8502
|
default: string;
|
|
8572
8503
|
validator: (prop: string) => boolean;
|
|
@@ -8598,13 +8529,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8598
8529
|
default: string;
|
|
8599
8530
|
};
|
|
8600
8531
|
}>> & Readonly<{}>, {
|
|
8601
|
-
imageClass: string;
|
|
8602
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
8603
|
-
srcset: string;
|
|
8604
8532
|
alt: string;
|
|
8605
8533
|
width: string | number;
|
|
8606
8534
|
height: string | number;
|
|
8535
|
+
srcset: string;
|
|
8607
8536
|
loading: "lazy" | "eager" | undefined;
|
|
8537
|
+
imageClass: string;
|
|
8538
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
8608
8539
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8609
8540
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
8610
8541
|
darkMode: {
|
|
@@ -8727,13 +8658,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8727
8658
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8728
8659
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
8729
8660
|
variant: {
|
|
8730
|
-
type: import('vue').PropType<"default" | "
|
|
8661
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
8731
8662
|
required: false;
|
|
8732
8663
|
default: string;
|
|
8733
8664
|
validator: (prop: string) => boolean;
|
|
8734
8665
|
};
|
|
8735
8666
|
to: {
|
|
8736
|
-
type: (
|
|
8667
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8737
8668
|
default: undefined;
|
|
8738
8669
|
};
|
|
8739
8670
|
exact: {
|
|
@@ -8744,6 +8675,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8744
8675
|
type: StringConstructor;
|
|
8745
8676
|
default: undefined;
|
|
8746
8677
|
};
|
|
8678
|
+
addSlash: {
|
|
8679
|
+
type: BooleanConstructor;
|
|
8680
|
+
default: boolean;
|
|
8681
|
+
};
|
|
8747
8682
|
title: {
|
|
8748
8683
|
type: StringConstructor;
|
|
8749
8684
|
default: undefined;
|
|
@@ -8830,13 +8765,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8830
8765
|
addTrailingSlash(path: string): string;
|
|
8831
8766
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
8832
8767
|
variant: {
|
|
8833
|
-
type: import('vue').PropType<"default" | "
|
|
8768
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
8834
8769
|
required: false;
|
|
8835
8770
|
default: string;
|
|
8836
8771
|
validator: (prop: string) => boolean;
|
|
8837
8772
|
};
|
|
8838
8773
|
to: {
|
|
8839
|
-
type: (
|
|
8774
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8840
8775
|
default: undefined;
|
|
8841
8776
|
};
|
|
8842
8777
|
exact: {
|
|
@@ -8847,6 +8782,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8847
8782
|
type: StringConstructor;
|
|
8848
8783
|
default: undefined;
|
|
8849
8784
|
};
|
|
8785
|
+
addSlash: {
|
|
8786
|
+
type: BooleanConstructor;
|
|
8787
|
+
default: boolean;
|
|
8788
|
+
};
|
|
8850
8789
|
title: {
|
|
8851
8790
|
type: StringConstructor;
|
|
8852
8791
|
default: undefined;
|
|
@@ -8906,14 +8845,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8906
8845
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
8907
8846
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
8908
8847
|
}>, {
|
|
8909
|
-
to: string | Record<string, any>;
|
|
8910
8848
|
title: string;
|
|
8911
|
-
variant: "default" | "
|
|
8912
|
-
|
|
8913
|
-
target: string;
|
|
8849
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
8850
|
+
to: string | Record<string, any>;
|
|
8914
8851
|
exact: boolean;
|
|
8852
|
+
href: string;
|
|
8853
|
+
addSlash: boolean;
|
|
8915
8854
|
ariaLabel: string;
|
|
8916
8855
|
linkClass: string;
|
|
8856
|
+
target: string;
|
|
8917
8857
|
externalTargetBlank: boolean;
|
|
8918
8858
|
caret: boolean;
|
|
8919
8859
|
caretWrapperClass: string;
|
|
@@ -8994,7 +8934,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8994
8934
|
default: string;
|
|
8995
8935
|
};
|
|
8996
8936
|
objectFitClass: {
|
|
8997
|
-
type: import('vue').PropType<"
|
|
8937
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
8998
8938
|
required: false;
|
|
8999
8939
|
default: string;
|
|
9000
8940
|
validator: (prop: string) => boolean;
|
|
@@ -9036,7 +8976,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9036
8976
|
default: string;
|
|
9037
8977
|
};
|
|
9038
8978
|
objectFitClass: {
|
|
9039
|
-
type: import('vue').PropType<"
|
|
8979
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
9040
8980
|
required: false;
|
|
9041
8981
|
default: string;
|
|
9042
8982
|
validator: (prop: string) => boolean;
|
|
@@ -9068,13 +9008,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9068
9008
|
default: string;
|
|
9069
9009
|
};
|
|
9070
9010
|
}>> & Readonly<{}>, {
|
|
9071
|
-
imageClass: string;
|
|
9072
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
9073
|
-
srcset: string;
|
|
9074
9011
|
alt: string;
|
|
9075
9012
|
width: string | number;
|
|
9076
9013
|
height: string | number;
|
|
9014
|
+
srcset: string;
|
|
9077
9015
|
loading: "lazy" | "eager" | undefined;
|
|
9016
|
+
imageClass: string;
|
|
9017
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
9078
9018
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9079
9019
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
9080
9020
|
darkMode: {
|
|
@@ -9181,13 +9121,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9181
9121
|
}, {}, {
|
|
9182
9122
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
9183
9123
|
variant: {
|
|
9184
|
-
type: import('vue').PropType<"default" | "
|
|
9124
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
9185
9125
|
required: false;
|
|
9186
9126
|
default: string;
|
|
9187
9127
|
validator: (prop: string) => boolean;
|
|
9188
9128
|
};
|
|
9189
9129
|
to: {
|
|
9190
|
-
type: (
|
|
9130
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
9191
9131
|
default: undefined;
|
|
9192
9132
|
};
|
|
9193
9133
|
exact: {
|
|
@@ -9198,6 +9138,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9198
9138
|
type: StringConstructor;
|
|
9199
9139
|
default: undefined;
|
|
9200
9140
|
};
|
|
9141
|
+
addSlash: {
|
|
9142
|
+
type: BooleanConstructor;
|
|
9143
|
+
default: boolean;
|
|
9144
|
+
};
|
|
9201
9145
|
title: {
|
|
9202
9146
|
type: StringConstructor;
|
|
9203
9147
|
default: undefined;
|
|
@@ -9284,13 +9228,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9284
9228
|
addTrailingSlash(path: string): string;
|
|
9285
9229
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9286
9230
|
variant: {
|
|
9287
|
-
type: import('vue').PropType<"default" | "
|
|
9231
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
9288
9232
|
required: false;
|
|
9289
9233
|
default: string;
|
|
9290
9234
|
validator: (prop: string) => boolean;
|
|
9291
9235
|
};
|
|
9292
9236
|
to: {
|
|
9293
|
-
type: (
|
|
9237
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
9294
9238
|
default: undefined;
|
|
9295
9239
|
};
|
|
9296
9240
|
exact: {
|
|
@@ -9301,6 +9245,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9301
9245
|
type: StringConstructor;
|
|
9302
9246
|
default: undefined;
|
|
9303
9247
|
};
|
|
9248
|
+
addSlash: {
|
|
9249
|
+
type: BooleanConstructor;
|
|
9250
|
+
default: boolean;
|
|
9251
|
+
};
|
|
9304
9252
|
title: {
|
|
9305
9253
|
type: StringConstructor;
|
|
9306
9254
|
default: undefined;
|
|
@@ -9360,14 +9308,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9360
9308
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
9361
9309
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
9362
9310
|
}>, {
|
|
9363
|
-
to: string | Record<string, any>;
|
|
9364
9311
|
title: string;
|
|
9365
|
-
variant: "default" | "
|
|
9366
|
-
|
|
9367
|
-
target: string;
|
|
9312
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
9313
|
+
to: string | Record<string, any>;
|
|
9368
9314
|
exact: boolean;
|
|
9315
|
+
href: string;
|
|
9316
|
+
addSlash: boolean;
|
|
9369
9317
|
ariaLabel: string;
|
|
9370
9318
|
linkClass: string;
|
|
9319
|
+
target: string;
|
|
9371
9320
|
externalTargetBlank: boolean;
|
|
9372
9321
|
caret: boolean;
|
|
9373
9322
|
caretWrapperClass: string;
|
|
@@ -9485,7 +9434,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9485
9434
|
validator: (prop: string) => boolean;
|
|
9486
9435
|
};
|
|
9487
9436
|
to: {
|
|
9488
|
-
type: (
|
|
9437
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
9489
9438
|
required: false;
|
|
9490
9439
|
};
|
|
9491
9440
|
href: {
|
|
@@ -9504,7 +9453,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9504
9453
|
validator: (prop: string) => boolean;
|
|
9505
9454
|
};
|
|
9506
9455
|
to: {
|
|
9507
|
-
type: (
|
|
9456
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
9508
9457
|
required: false;
|
|
9509
9458
|
};
|
|
9510
9459
|
href: {
|
|
@@ -9516,13 +9465,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9516
9465
|
}, {}, {
|
|
9517
9466
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
9518
9467
|
variant: {
|
|
9519
|
-
type: import('vue').PropType<"default" | "
|
|
9468
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
9520
9469
|
required: false;
|
|
9521
9470
|
default: string;
|
|
9522
9471
|
validator: (prop: string) => boolean;
|
|
9523
9472
|
};
|
|
9524
9473
|
to: {
|
|
9525
|
-
type: (
|
|
9474
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
9526
9475
|
default: undefined;
|
|
9527
9476
|
};
|
|
9528
9477
|
exact: {
|
|
@@ -9533,6 +9482,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9533
9482
|
type: StringConstructor;
|
|
9534
9483
|
default: undefined;
|
|
9535
9484
|
};
|
|
9485
|
+
addSlash: {
|
|
9486
|
+
type: BooleanConstructor;
|
|
9487
|
+
default: boolean;
|
|
9488
|
+
};
|
|
9536
9489
|
title: {
|
|
9537
9490
|
type: StringConstructor;
|
|
9538
9491
|
default: undefined;
|
|
@@ -9619,13 +9572,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9619
9572
|
addTrailingSlash(path: string): string;
|
|
9620
9573
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9621
9574
|
variant: {
|
|
9622
|
-
type: import('vue').PropType<"default" | "
|
|
9575
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
9623
9576
|
required: false;
|
|
9624
9577
|
default: string;
|
|
9625
9578
|
validator: (prop: string) => boolean;
|
|
9626
9579
|
};
|
|
9627
9580
|
to: {
|
|
9628
|
-
type: (
|
|
9581
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
9629
9582
|
default: undefined;
|
|
9630
9583
|
};
|
|
9631
9584
|
exact: {
|
|
@@ -9636,6 +9589,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9636
9589
|
type: StringConstructor;
|
|
9637
9590
|
default: undefined;
|
|
9638
9591
|
};
|
|
9592
|
+
addSlash: {
|
|
9593
|
+
type: BooleanConstructor;
|
|
9594
|
+
default: boolean;
|
|
9595
|
+
};
|
|
9639
9596
|
title: {
|
|
9640
9597
|
type: StringConstructor;
|
|
9641
9598
|
default: undefined;
|
|
@@ -9695,14 +9652,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9695
9652
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
9696
9653
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
9697
9654
|
}>, {
|
|
9698
|
-
to: string | Record<string, any>;
|
|
9699
9655
|
title: string;
|
|
9700
|
-
variant: "default" | "
|
|
9701
|
-
|
|
9702
|
-
target: string;
|
|
9656
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
9657
|
+
to: string | Record<string, any>;
|
|
9703
9658
|
exact: boolean;
|
|
9659
|
+
href: string;
|
|
9660
|
+
addSlash: boolean;
|
|
9704
9661
|
ariaLabel: string;
|
|
9705
9662
|
linkClass: string;
|
|
9663
|
+
target: string;
|
|
9706
9664
|
externalTargetBlank: boolean;
|
|
9707
9665
|
caret: boolean;
|
|
9708
9666
|
caretWrapperClass: string;
|
|
@@ -9907,8 +9865,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9907
9865
|
};
|
|
9908
9866
|
}>> & Readonly<{}>, {
|
|
9909
9867
|
caption: string;
|
|
9910
|
-
data: import('../../interfaces').ImageObject;
|
|
9911
9868
|
displayCaption: boolean;
|
|
9869
|
+
data: import('../../interfaces').ImageObject;
|
|
9912
9870
|
customDetailUrl: string;
|
|
9913
9871
|
constrain: boolean;
|
|
9914
9872
|
}, {}, {
|
|
@@ -10069,7 +10027,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10069
10027
|
default: string;
|
|
10070
10028
|
};
|
|
10071
10029
|
objectFitClass: {
|
|
10072
|
-
type: import('vue').PropType<"
|
|
10030
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
10073
10031
|
required: false;
|
|
10074
10032
|
default: string;
|
|
10075
10033
|
validator: (prop: string) => boolean;
|
|
@@ -10111,7 +10069,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10111
10069
|
default: string;
|
|
10112
10070
|
};
|
|
10113
10071
|
objectFitClass: {
|
|
10114
|
-
type: import('vue').PropType<"
|
|
10072
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
10115
10073
|
required: false;
|
|
10116
10074
|
default: string;
|
|
10117
10075
|
validator: (prop: string) => boolean;
|
|
@@ -10143,13 +10101,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10143
10101
|
default: string;
|
|
10144
10102
|
};
|
|
10145
10103
|
}>> & Readonly<{}>, {
|
|
10146
|
-
imageClass: string;
|
|
10147
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
10148
|
-
srcset: string;
|
|
10149
10104
|
alt: string;
|
|
10150
10105
|
width: string | number;
|
|
10151
10106
|
height: string | number;
|
|
10107
|
+
srcset: string;
|
|
10152
10108
|
loading: "lazy" | "eager" | undefined;
|
|
10109
|
+
imageClass: string;
|
|
10110
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
10153
10111
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10154
10112
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
10155
10113
|
darkMode: {
|
|
@@ -10240,13 +10198,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10240
10198
|
}, {}, {
|
|
10241
10199
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
10242
10200
|
variant: {
|
|
10243
|
-
type: import('vue').PropType<"default" | "
|
|
10201
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
10244
10202
|
required: false;
|
|
10245
10203
|
default: string;
|
|
10246
10204
|
validator: (prop: string) => boolean;
|
|
10247
10205
|
};
|
|
10248
10206
|
to: {
|
|
10249
|
-
type: (
|
|
10207
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
10250
10208
|
default: undefined;
|
|
10251
10209
|
};
|
|
10252
10210
|
exact: {
|
|
@@ -10257,6 +10215,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10257
10215
|
type: StringConstructor;
|
|
10258
10216
|
default: undefined;
|
|
10259
10217
|
};
|
|
10218
|
+
addSlash: {
|
|
10219
|
+
type: BooleanConstructor;
|
|
10220
|
+
default: boolean;
|
|
10221
|
+
};
|
|
10260
10222
|
title: {
|
|
10261
10223
|
type: StringConstructor;
|
|
10262
10224
|
default: undefined;
|
|
@@ -10343,13 +10305,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10343
10305
|
addTrailingSlash(path: string): string;
|
|
10344
10306
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
10345
10307
|
variant: {
|
|
10346
|
-
type: import('vue').PropType<"default" | "
|
|
10308
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
10347
10309
|
required: false;
|
|
10348
10310
|
default: string;
|
|
10349
10311
|
validator: (prop: string) => boolean;
|
|
10350
10312
|
};
|
|
10351
10313
|
to: {
|
|
10352
|
-
type: (
|
|
10314
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
10353
10315
|
default: undefined;
|
|
10354
10316
|
};
|
|
10355
10317
|
exact: {
|
|
@@ -10360,6 +10322,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10360
10322
|
type: StringConstructor;
|
|
10361
10323
|
default: undefined;
|
|
10362
10324
|
};
|
|
10325
|
+
addSlash: {
|
|
10326
|
+
type: BooleanConstructor;
|
|
10327
|
+
default: boolean;
|
|
10328
|
+
};
|
|
10363
10329
|
title: {
|
|
10364
10330
|
type: StringConstructor;
|
|
10365
10331
|
default: undefined;
|
|
@@ -10419,14 +10385,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10419
10385
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
10420
10386
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
10421
10387
|
}>, {
|
|
10422
|
-
to: string | Record<string, any>;
|
|
10423
10388
|
title: string;
|
|
10424
|
-
variant: "default" | "
|
|
10425
|
-
|
|
10426
|
-
target: string;
|
|
10389
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
10390
|
+
to: string | Record<string, any>;
|
|
10427
10391
|
exact: boolean;
|
|
10392
|
+
href: string;
|
|
10393
|
+
addSlash: boolean;
|
|
10428
10394
|
ariaLabel: string;
|
|
10429
10395
|
linkClass: string;
|
|
10396
|
+
target: string;
|
|
10430
10397
|
externalTargetBlank: boolean;
|
|
10431
10398
|
caret: boolean;
|
|
10432
10399
|
caretWrapperClass: string;
|
|
@@ -10564,7 +10531,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10564
10531
|
default: boolean;
|
|
10565
10532
|
};
|
|
10566
10533
|
teaserPage: {
|
|
10567
|
-
type: (
|
|
10534
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
10568
10535
|
required: false;
|
|
10569
10536
|
default: undefined;
|
|
10570
10537
|
};
|
|
@@ -10627,13 +10594,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10627
10594
|
default: boolean;
|
|
10628
10595
|
};
|
|
10629
10596
|
teaserPage: {
|
|
10630
|
-
type: (
|
|
10597
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
10631
10598
|
required: false;
|
|
10632
10599
|
default: undefined;
|
|
10633
10600
|
};
|
|
10634
10601
|
}>> & Readonly<{}>, {
|
|
10635
|
-
label: string;
|
|
10636
10602
|
image: Record<string, any>;
|
|
10603
|
+
label: string;
|
|
10637
10604
|
heading: string;
|
|
10638
10605
|
introduction: string;
|
|
10639
10606
|
teaserPage: Record<string, any> | unknown[];
|
|
@@ -10642,7 +10609,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10642
10609
|
}, {}, {
|
|
10643
10610
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
10644
10611
|
variant: {
|
|
10645
|
-
type: import('vue').PropType<"
|
|
10612
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
10646
10613
|
required: false;
|
|
10647
10614
|
default: string;
|
|
10648
10615
|
validator: (prop: string) => boolean;
|
|
@@ -10668,7 +10635,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10668
10635
|
required: false;
|
|
10669
10636
|
};
|
|
10670
10637
|
to: {
|
|
10671
|
-
type: (
|
|
10638
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
10672
10639
|
required: false;
|
|
10673
10640
|
default: undefined;
|
|
10674
10641
|
};
|
|
@@ -10684,7 +10651,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10684
10651
|
variantClass(): string;
|
|
10685
10652
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
10686
10653
|
variant: {
|
|
10687
|
-
type: import('vue').PropType<"
|
|
10654
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
10688
10655
|
required: false;
|
|
10689
10656
|
default: string;
|
|
10690
10657
|
validator: (prop: string) => boolean;
|
|
@@ -10710,7 +10677,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10710
10677
|
required: false;
|
|
10711
10678
|
};
|
|
10712
10679
|
to: {
|
|
10713
|
-
type: (
|
|
10680
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
10714
10681
|
required: false;
|
|
10715
10682
|
default: undefined;
|
|
10716
10683
|
};
|
|
@@ -10722,13 +10689,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10722
10689
|
}>> & Readonly<{
|
|
10723
10690
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
10724
10691
|
}>, {
|
|
10692
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
10725
10693
|
to: string | Record<string, any>;
|
|
10726
|
-
disabled: boolean;
|
|
10727
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
10728
10694
|
href: string;
|
|
10729
10695
|
ariaLabel: string;
|
|
10730
10696
|
compact: boolean;
|
|
10731
10697
|
blockClasses: string;
|
|
10698
|
+
disabled: boolean;
|
|
10732
10699
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10733
10700
|
BaseImage: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
10734
10701
|
imageClass: {
|
|
@@ -10737,7 +10704,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10737
10704
|
default: string;
|
|
10738
10705
|
};
|
|
10739
10706
|
objectFitClass: {
|
|
10740
|
-
type: import('vue').PropType<"
|
|
10707
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
10741
10708
|
required: false;
|
|
10742
10709
|
default: string;
|
|
10743
10710
|
validator: (prop: string) => boolean;
|
|
@@ -10779,7 +10746,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10779
10746
|
default: string;
|
|
10780
10747
|
};
|
|
10781
10748
|
objectFitClass: {
|
|
10782
|
-
type: import('vue').PropType<"
|
|
10749
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
10783
10750
|
required: false;
|
|
10784
10751
|
default: string;
|
|
10785
10752
|
validator: (prop: string) => boolean;
|
|
@@ -10811,13 +10778,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10811
10778
|
default: string;
|
|
10812
10779
|
};
|
|
10813
10780
|
}>> & Readonly<{}>, {
|
|
10814
|
-
imageClass: string;
|
|
10815
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
10816
|
-
srcset: string;
|
|
10817
10781
|
alt: string;
|
|
10818
10782
|
width: string | number;
|
|
10819
10783
|
height: string | number;
|
|
10784
|
+
srcset: string;
|
|
10820
10785
|
loading: "lazy" | "eager" | undefined;
|
|
10786
|
+
imageClass: string;
|
|
10787
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
10821
10788
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10822
10789
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10823
10790
|
BlockText: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -10903,13 +10870,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10903
10870
|
}, {}, {
|
|
10904
10871
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
10905
10872
|
variant: {
|
|
10906
|
-
type: import('vue').PropType<"default" | "
|
|
10873
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
10907
10874
|
required: false;
|
|
10908
10875
|
default: string;
|
|
10909
10876
|
validator: (prop: string) => boolean;
|
|
10910
10877
|
};
|
|
10911
10878
|
to: {
|
|
10912
|
-
type: (
|
|
10879
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
10913
10880
|
default: undefined;
|
|
10914
10881
|
};
|
|
10915
10882
|
exact: {
|
|
@@ -10920,6 +10887,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10920
10887
|
type: StringConstructor;
|
|
10921
10888
|
default: undefined;
|
|
10922
10889
|
};
|
|
10890
|
+
addSlash: {
|
|
10891
|
+
type: BooleanConstructor;
|
|
10892
|
+
default: boolean;
|
|
10893
|
+
};
|
|
10923
10894
|
title: {
|
|
10924
10895
|
type: StringConstructor;
|
|
10925
10896
|
default: undefined;
|
|
@@ -11006,13 +10977,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11006
10977
|
addTrailingSlash(path: string): string;
|
|
11007
10978
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11008
10979
|
variant: {
|
|
11009
|
-
type: import('vue').PropType<"default" | "
|
|
10980
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
11010
10981
|
required: false;
|
|
11011
10982
|
default: string;
|
|
11012
10983
|
validator: (prop: string) => boolean;
|
|
11013
10984
|
};
|
|
11014
10985
|
to: {
|
|
11015
|
-
type: (
|
|
10986
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
11016
10987
|
default: undefined;
|
|
11017
10988
|
};
|
|
11018
10989
|
exact: {
|
|
@@ -11023,6 +10994,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11023
10994
|
type: StringConstructor;
|
|
11024
10995
|
default: undefined;
|
|
11025
10996
|
};
|
|
10997
|
+
addSlash: {
|
|
10998
|
+
type: BooleanConstructor;
|
|
10999
|
+
default: boolean;
|
|
11000
|
+
};
|
|
11026
11001
|
title: {
|
|
11027
11002
|
type: StringConstructor;
|
|
11028
11003
|
default: undefined;
|
|
@@ -11082,14 +11057,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11082
11057
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
11083
11058
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
11084
11059
|
}>, {
|
|
11085
|
-
to: string | Record<string, any>;
|
|
11086
11060
|
title: string;
|
|
11087
|
-
variant: "default" | "
|
|
11088
|
-
|
|
11089
|
-
target: string;
|
|
11061
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
11062
|
+
to: string | Record<string, any>;
|
|
11090
11063
|
exact: boolean;
|
|
11064
|
+
href: string;
|
|
11065
|
+
addSlash: boolean;
|
|
11091
11066
|
ariaLabel: string;
|
|
11092
11067
|
linkClass: string;
|
|
11068
|
+
target: string;
|
|
11093
11069
|
externalTargetBlank: boolean;
|
|
11094
11070
|
caret: boolean;
|
|
11095
11071
|
caretWrapperClass: string;
|
|
@@ -11222,17 +11198,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11222
11198
|
responsiveAspectRatio: string;
|
|
11223
11199
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11224
11200
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11225
|
-
BlockGist: import('vue').DefineComponent<import('vue').
|
|
11226
|
-
|
|
11227
|
-
|
|
11228
|
-
required: true;
|
|
11229
|
-
};
|
|
11230
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11231
|
-
data: {
|
|
11232
|
-
type: import('vue').PropType<import('../../components/BlockGist/BlockGist.vue').BlockGistData>;
|
|
11233
|
-
required: true;
|
|
11234
|
-
};
|
|
11235
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11201
|
+
BlockGist: import('vue').DefineComponent<import('../../components/BlockGist/BlockGist.vue').BlockGistProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/BlockGist/BlockGist.vue').BlockGistProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
11202
|
+
frame: HTMLIFrameElement;
|
|
11203
|
+
}, HTMLDivElement>;
|
|
11236
11204
|
BlockVideo: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11237
11205
|
data: {
|
|
11238
11206
|
type: import('vue').PropType<import('../../components/BlockVideo/BlockVideo.vue').BlockVideoData>;
|
|
@@ -11389,13 +11357,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11389
11357
|
}, {}, {
|
|
11390
11358
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11391
11359
|
variant: {
|
|
11392
|
-
type: import('vue').PropType<"default" | "
|
|
11360
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
11393
11361
|
required: false;
|
|
11394
11362
|
default: string;
|
|
11395
11363
|
validator: (prop: string) => boolean;
|
|
11396
11364
|
};
|
|
11397
11365
|
to: {
|
|
11398
|
-
type: (
|
|
11366
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
11399
11367
|
default: undefined;
|
|
11400
11368
|
};
|
|
11401
11369
|
exact: {
|
|
@@ -11406,6 +11374,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11406
11374
|
type: StringConstructor;
|
|
11407
11375
|
default: undefined;
|
|
11408
11376
|
};
|
|
11377
|
+
addSlash: {
|
|
11378
|
+
type: BooleanConstructor;
|
|
11379
|
+
default: boolean;
|
|
11380
|
+
};
|
|
11409
11381
|
title: {
|
|
11410
11382
|
type: StringConstructor;
|
|
11411
11383
|
default: undefined;
|
|
@@ -11492,13 +11464,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11492
11464
|
addTrailingSlash(path: string): string;
|
|
11493
11465
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11494
11466
|
variant: {
|
|
11495
|
-
type: import('vue').PropType<"default" | "
|
|
11467
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
11496
11468
|
required: false;
|
|
11497
11469
|
default: string;
|
|
11498
11470
|
validator: (prop: string) => boolean;
|
|
11499
11471
|
};
|
|
11500
11472
|
to: {
|
|
11501
|
-
type: (
|
|
11473
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
11502
11474
|
default: undefined;
|
|
11503
11475
|
};
|
|
11504
11476
|
exact: {
|
|
@@ -11509,6 +11481,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11509
11481
|
type: StringConstructor;
|
|
11510
11482
|
default: undefined;
|
|
11511
11483
|
};
|
|
11484
|
+
addSlash: {
|
|
11485
|
+
type: BooleanConstructor;
|
|
11486
|
+
default: boolean;
|
|
11487
|
+
};
|
|
11512
11488
|
title: {
|
|
11513
11489
|
type: StringConstructor;
|
|
11514
11490
|
default: undefined;
|
|
@@ -11568,14 +11544,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11568
11544
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
11569
11545
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
11570
11546
|
}>, {
|
|
11571
|
-
to: string | Record<string, any>;
|
|
11572
11547
|
title: string;
|
|
11573
|
-
variant: "default" | "
|
|
11574
|
-
|
|
11575
|
-
target: string;
|
|
11548
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
11549
|
+
to: string | Record<string, any>;
|
|
11576
11550
|
exact: boolean;
|
|
11551
|
+
href: string;
|
|
11552
|
+
addSlash: boolean;
|
|
11577
11553
|
ariaLabel: string;
|
|
11578
11554
|
linkClass: string;
|
|
11555
|
+
target: string;
|
|
11579
11556
|
externalTargetBlank: boolean;
|
|
11580
11557
|
caret: boolean;
|
|
11581
11558
|
caretWrapperClass: string;
|
|
@@ -11766,13 +11743,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11766
11743
|
}, {}, {
|
|
11767
11744
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11768
11745
|
variant: {
|
|
11769
|
-
type: import('vue').PropType<"default" | "
|
|
11746
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
11770
11747
|
required: false;
|
|
11771
11748
|
default: string;
|
|
11772
11749
|
validator: (prop: string) => boolean;
|
|
11773
11750
|
};
|
|
11774
11751
|
to: {
|
|
11775
|
-
type: (
|
|
11752
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
11776
11753
|
default: undefined;
|
|
11777
11754
|
};
|
|
11778
11755
|
exact: {
|
|
@@ -11783,6 +11760,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11783
11760
|
type: StringConstructor;
|
|
11784
11761
|
default: undefined;
|
|
11785
11762
|
};
|
|
11763
|
+
addSlash: {
|
|
11764
|
+
type: BooleanConstructor;
|
|
11765
|
+
default: boolean;
|
|
11766
|
+
};
|
|
11786
11767
|
title: {
|
|
11787
11768
|
type: StringConstructor;
|
|
11788
11769
|
default: undefined;
|
|
@@ -11869,13 +11850,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11869
11850
|
addTrailingSlash(path: string): string;
|
|
11870
11851
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11871
11852
|
variant: {
|
|
11872
|
-
type: import('vue').PropType<"default" | "
|
|
11853
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
11873
11854
|
required: false;
|
|
11874
11855
|
default: string;
|
|
11875
11856
|
validator: (prop: string) => boolean;
|
|
11876
11857
|
};
|
|
11877
11858
|
to: {
|
|
11878
|
-
type: (
|
|
11859
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
11879
11860
|
default: undefined;
|
|
11880
11861
|
};
|
|
11881
11862
|
exact: {
|
|
@@ -11886,6 +11867,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11886
11867
|
type: StringConstructor;
|
|
11887
11868
|
default: undefined;
|
|
11888
11869
|
};
|
|
11870
|
+
addSlash: {
|
|
11871
|
+
type: BooleanConstructor;
|
|
11872
|
+
default: boolean;
|
|
11873
|
+
};
|
|
11889
11874
|
title: {
|
|
11890
11875
|
type: StringConstructor;
|
|
11891
11876
|
default: undefined;
|
|
@@ -11945,14 +11930,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11945
11930
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
11946
11931
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
11947
11932
|
}>, {
|
|
11948
|
-
to: string | Record<string, any>;
|
|
11949
11933
|
title: string;
|
|
11950
|
-
variant: "default" | "
|
|
11951
|
-
|
|
11952
|
-
target: string;
|
|
11934
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
11935
|
+
to: string | Record<string, any>;
|
|
11953
11936
|
exact: boolean;
|
|
11937
|
+
href: string;
|
|
11938
|
+
addSlash: boolean;
|
|
11954
11939
|
ariaLabel: string;
|
|
11955
11940
|
linkClass: string;
|
|
11941
|
+
target: string;
|
|
11956
11942
|
externalTargetBlank: boolean;
|
|
11957
11943
|
caret: boolean;
|
|
11958
11944
|
caretWrapperClass: string;
|
|
@@ -12070,7 +12056,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12070
12056
|
}, {}, {
|
|
12071
12057
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
12072
12058
|
variant: {
|
|
12073
|
-
type: import('vue').PropType<"
|
|
12059
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
12074
12060
|
required: false;
|
|
12075
12061
|
default: string;
|
|
12076
12062
|
validator: (prop: string) => boolean;
|
|
@@ -12096,7 +12082,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12096
12082
|
required: false;
|
|
12097
12083
|
};
|
|
12098
12084
|
to: {
|
|
12099
|
-
type: (
|
|
12085
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
12100
12086
|
required: false;
|
|
12101
12087
|
default: undefined;
|
|
12102
12088
|
};
|
|
@@ -12112,7 +12098,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12112
12098
|
variantClass(): string;
|
|
12113
12099
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12114
12100
|
variant: {
|
|
12115
|
-
type: import('vue').PropType<"
|
|
12101
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
12116
12102
|
required: false;
|
|
12117
12103
|
default: string;
|
|
12118
12104
|
validator: (prop: string) => boolean;
|
|
@@ -12138,7 +12124,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12138
12124
|
required: false;
|
|
12139
12125
|
};
|
|
12140
12126
|
to: {
|
|
12141
|
-
type: (
|
|
12127
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
12142
12128
|
required: false;
|
|
12143
12129
|
default: undefined;
|
|
12144
12130
|
};
|
|
@@ -12150,13 +12136,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12150
12136
|
}>> & Readonly<{
|
|
12151
12137
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
12152
12138
|
}>, {
|
|
12139
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
12153
12140
|
to: string | Record<string, any>;
|
|
12154
|
-
disabled: boolean;
|
|
12155
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
12156
12141
|
href: string;
|
|
12157
12142
|
ariaLabel: string;
|
|
12158
12143
|
compact: boolean;
|
|
12159
12144
|
blockClasses: string;
|
|
12145
|
+
disabled: boolean;
|
|
12160
12146
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12161
12147
|
BaseRadioGroup: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
12162
12148
|
group: {
|
|
@@ -12228,156 +12214,42 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12228
12214
|
options: import('../../interfaces').FormOption[];
|
|
12229
12215
|
preselected: string;
|
|
12230
12216
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12231
|
-
TextInput: import('vue').DefineComponent<
|
|
12232
|
-
modelValue
|
|
12233
|
-
|
|
12234
|
-
type: import('vue').PropType<string>;
|
|
12235
|
-
default: string;
|
|
12236
|
-
};
|
|
12237
|
-
label: {
|
|
12238
|
-
type: import('vue').PropType<string>;
|
|
12239
|
-
required: true;
|
|
12240
|
-
};
|
|
12241
|
-
title: {
|
|
12242
|
-
type: import('vue').PropType<string>;
|
|
12243
|
-
default: undefined;
|
|
12244
|
-
};
|
|
12245
|
-
pattern: {
|
|
12246
|
-
type: import('vue').PropType<string>;
|
|
12247
|
-
default: undefined;
|
|
12248
|
-
};
|
|
12249
|
-
required: {
|
|
12250
|
-
type: import('vue').PropType<boolean>;
|
|
12251
|
-
default: boolean;
|
|
12252
|
-
};
|
|
12253
|
-
placeholder: {
|
|
12254
|
-
type: import('vue').PropType<string>;
|
|
12255
|
-
default: undefined;
|
|
12256
|
-
};
|
|
12257
|
-
autoFocus: {
|
|
12258
|
-
type: import('vue').PropType<boolean>;
|
|
12259
|
-
default: boolean;
|
|
12260
|
-
};
|
|
12261
|
-
inputName: {
|
|
12262
|
-
type: import('vue').PropType<string>;
|
|
12263
|
-
required: true;
|
|
12264
|
-
};
|
|
12265
|
-
showLabel: {
|
|
12266
|
-
type: import('vue').PropType<boolean>;
|
|
12267
|
-
default: boolean;
|
|
12268
|
-
};
|
|
12269
|
-
maxlength: {
|
|
12270
|
-
type: import('vue').PropType<string>;
|
|
12271
|
-
default: undefined;
|
|
12272
|
-
};
|
|
12273
|
-
labelClass: {
|
|
12274
|
-
type: import('vue').PropType<string>;
|
|
12275
|
-
default: undefined;
|
|
12276
|
-
};
|
|
12277
|
-
inputClass: {
|
|
12278
|
-
type: import('vue').PropType<string>;
|
|
12279
|
-
default: undefined;
|
|
12280
|
-
};
|
|
12281
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12217
|
+
TextInput: import('vue').DefineComponent<{
|
|
12218
|
+
modelValue?: string | undefined;
|
|
12219
|
+
} & import('../../components/TextInput/TextInput.vue').TextInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12282
12220
|
input: (...args: any[]) => void;
|
|
12283
12221
|
esc: (...args: any[]) => void;
|
|
12284
|
-
|
|
12285
|
-
|
|
12286
|
-
|
|
12287
|
-
|
|
12288
|
-
default: string;
|
|
12289
|
-
};
|
|
12290
|
-
label: {
|
|
12291
|
-
type: import('vue').PropType<string>;
|
|
12292
|
-
required: true;
|
|
12293
|
-
};
|
|
12294
|
-
title: {
|
|
12295
|
-
type: import('vue').PropType<string>;
|
|
12296
|
-
default: undefined;
|
|
12297
|
-
};
|
|
12298
|
-
pattern: {
|
|
12299
|
-
type: import('vue').PropType<string>;
|
|
12300
|
-
default: undefined;
|
|
12301
|
-
};
|
|
12302
|
-
required: {
|
|
12303
|
-
type: import('vue').PropType<boolean>;
|
|
12304
|
-
default: boolean;
|
|
12305
|
-
};
|
|
12306
|
-
placeholder: {
|
|
12307
|
-
type: import('vue').PropType<string>;
|
|
12308
|
-
default: undefined;
|
|
12309
|
-
};
|
|
12310
|
-
autoFocus: {
|
|
12311
|
-
type: import('vue').PropType<boolean>;
|
|
12312
|
-
default: boolean;
|
|
12313
|
-
};
|
|
12314
|
-
inputName: {
|
|
12315
|
-
type: import('vue').PropType<string>;
|
|
12316
|
-
required: true;
|
|
12317
|
-
};
|
|
12318
|
-
showLabel: {
|
|
12319
|
-
type: import('vue').PropType<boolean>;
|
|
12320
|
-
default: boolean;
|
|
12321
|
-
};
|
|
12322
|
-
maxlength: {
|
|
12323
|
-
type: import('vue').PropType<string>;
|
|
12324
|
-
default: undefined;
|
|
12325
|
-
};
|
|
12326
|
-
labelClass: {
|
|
12327
|
-
type: import('vue').PropType<string>;
|
|
12328
|
-
default: undefined;
|
|
12329
|
-
};
|
|
12330
|
-
inputClass: {
|
|
12331
|
-
type: import('vue').PropType<string>;
|
|
12332
|
-
default: undefined;
|
|
12333
|
-
};
|
|
12334
|
-
}>> & Readonly<{
|
|
12222
|
+
"update:modelValue": (value: string | undefined) => void;
|
|
12223
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
12224
|
+
modelValue?: string | undefined;
|
|
12225
|
+
} & import('../../components/TextInput/TextInput.vue').TextInputProps> & Readonly<{
|
|
12335
12226
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
12336
12227
|
onEsc?: ((...args: any[]) => any) | undefined;
|
|
12228
|
+
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
12337
12229
|
}>, {
|
|
12338
|
-
type: string;
|
|
12339
12230
|
title: string;
|
|
12340
12231
|
pattern: string;
|
|
12341
12232
|
required: boolean;
|
|
12233
|
+
type: string;
|
|
12342
12234
|
placeholder: string;
|
|
12343
12235
|
autoFocus: boolean;
|
|
12344
12236
|
showLabel: boolean;
|
|
12345
12237
|
maxlength: string;
|
|
12346
12238
|
labelClass: string;
|
|
12347
12239
|
inputClass: string;
|
|
12348
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
12240
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
12241
|
+
TextInputRef: HTMLInputElement;
|
|
12242
|
+
}, HTMLDivElement>;
|
|
12349
12243
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12350
|
-
BlockCsrTable: import('vue').DefineComponent<import('vue').
|
|
12351
|
-
rowData: {
|
|
12352
|
-
type: import('vue').PropType<import('../../components/BlockCsrTable/BlockCsrTable.vue').BlockCsrTableRow[]>;
|
|
12353
|
-
default: undefined;
|
|
12354
|
-
};
|
|
12355
|
-
apiEndpoint: {
|
|
12356
|
-
type: import('vue').PropType<string>;
|
|
12357
|
-
default: undefined;
|
|
12358
|
-
};
|
|
12359
|
-
attachmentPrefix: {
|
|
12360
|
-
type: import('vue').PropType<string>;
|
|
12361
|
-
default: string;
|
|
12362
|
-
};
|
|
12363
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12364
|
-
rowData: {
|
|
12365
|
-
type: import('vue').PropType<import('../../components/BlockCsrTable/BlockCsrTable.vue').BlockCsrTableRow[]>;
|
|
12366
|
-
default: undefined;
|
|
12367
|
-
};
|
|
12368
|
-
apiEndpoint: {
|
|
12369
|
-
type: import('vue').PropType<string>;
|
|
12370
|
-
default: undefined;
|
|
12371
|
-
};
|
|
12372
|
-
attachmentPrefix: {
|
|
12373
|
-
type: import('vue').PropType<string>;
|
|
12374
|
-
default: string;
|
|
12375
|
-
};
|
|
12376
|
-
}>> & Readonly<{}>, {
|
|
12244
|
+
BlockCsrTable: import('vue').DefineComponent<import('../../components/BlockCsrTable/BlockCsrTable.vue').BlockCsrTableProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/BlockCsrTable/BlockCsrTable.vue').BlockCsrTableProps> & Readonly<{}>, {
|
|
12377
12245
|
rowData: import('../../components/BlockCsrTable/BlockCsrTable.vue').BlockCsrTableRow[];
|
|
12378
12246
|
apiEndpoint: string;
|
|
12379
12247
|
attachmentPrefix: string;
|
|
12380
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
12248
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
12249
|
+
BlockCsrTableRef: import('vue').ShallowUnwrapRef<{
|
|
12250
|
+
api: import('vue').Ref<import('ag-grid-community').GridApi<any> | undefined, import('ag-grid-community').GridApi<any> | undefined>;
|
|
12251
|
+
}> | null;
|
|
12252
|
+
}, any>;
|
|
12381
12253
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12382
12254
|
NewsDetailMediaContact: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
12383
12255
|
contacts: {
|
|
@@ -12441,7 +12313,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12441
12313
|
validator: (prop: string) => boolean;
|
|
12442
12314
|
};
|
|
12443
12315
|
to: {
|
|
12444
|
-
type: (
|
|
12316
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
12445
12317
|
required: false;
|
|
12446
12318
|
};
|
|
12447
12319
|
href: {
|
|
@@ -12460,7 +12332,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12460
12332
|
validator: (prop: string) => boolean;
|
|
12461
12333
|
};
|
|
12462
12334
|
to: {
|
|
12463
|
-
type: (
|
|
12335
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
12464
12336
|
required: false;
|
|
12465
12337
|
};
|
|
12466
12338
|
href: {
|
|
@@ -12472,13 +12344,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12472
12344
|
}, {}, {
|
|
12473
12345
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
12474
12346
|
variant: {
|
|
12475
|
-
type: import('vue').PropType<"default" | "
|
|
12347
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
12476
12348
|
required: false;
|
|
12477
12349
|
default: string;
|
|
12478
12350
|
validator: (prop: string) => boolean;
|
|
12479
12351
|
};
|
|
12480
12352
|
to: {
|
|
12481
|
-
type: (
|
|
12353
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
12482
12354
|
default: undefined;
|
|
12483
12355
|
};
|
|
12484
12356
|
exact: {
|
|
@@ -12489,6 +12361,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12489
12361
|
type: StringConstructor;
|
|
12490
12362
|
default: undefined;
|
|
12491
12363
|
};
|
|
12364
|
+
addSlash: {
|
|
12365
|
+
type: BooleanConstructor;
|
|
12366
|
+
default: boolean;
|
|
12367
|
+
};
|
|
12492
12368
|
title: {
|
|
12493
12369
|
type: StringConstructor;
|
|
12494
12370
|
default: undefined;
|
|
@@ -12575,13 +12451,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12575
12451
|
addTrailingSlash(path: string): string;
|
|
12576
12452
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12577
12453
|
variant: {
|
|
12578
|
-
type: import('vue').PropType<"default" | "
|
|
12454
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
12579
12455
|
required: false;
|
|
12580
12456
|
default: string;
|
|
12581
12457
|
validator: (prop: string) => boolean;
|
|
12582
12458
|
};
|
|
12583
12459
|
to: {
|
|
12584
|
-
type: (
|
|
12460
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
12585
12461
|
default: undefined;
|
|
12586
12462
|
};
|
|
12587
12463
|
exact: {
|
|
@@ -12592,6 +12468,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12592
12468
|
type: StringConstructor;
|
|
12593
12469
|
default: undefined;
|
|
12594
12470
|
};
|
|
12471
|
+
addSlash: {
|
|
12472
|
+
type: BooleanConstructor;
|
|
12473
|
+
default: boolean;
|
|
12474
|
+
};
|
|
12595
12475
|
title: {
|
|
12596
12476
|
type: StringConstructor;
|
|
12597
12477
|
default: undefined;
|
|
@@ -12651,14 +12531,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12651
12531
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
12652
12532
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
12653
12533
|
}>, {
|
|
12654
|
-
to: string | Record<string, any>;
|
|
12655
12534
|
title: string;
|
|
12656
|
-
variant: "default" | "
|
|
12657
|
-
|
|
12658
|
-
target: string;
|
|
12535
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
12536
|
+
to: string | Record<string, any>;
|
|
12659
12537
|
exact: boolean;
|
|
12538
|
+
href: string;
|
|
12539
|
+
addSlash: boolean;
|
|
12660
12540
|
ariaLabel: string;
|
|
12661
12541
|
linkClass: string;
|
|
12542
|
+
target: string;
|
|
12662
12543
|
externalTargetBlank: boolean;
|
|
12663
12544
|
caret: boolean;
|
|
12664
12545
|
caretWrapperClass: string;
|
|
@@ -12834,7 +12715,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12834
12715
|
default: undefined;
|
|
12835
12716
|
};
|
|
12836
12717
|
link: {
|
|
12837
|
-
type: (
|
|
12718
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
12838
12719
|
required: false;
|
|
12839
12720
|
default: undefined;
|
|
12840
12721
|
};
|
|
@@ -12890,7 +12771,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12890
12771
|
default: undefined;
|
|
12891
12772
|
};
|
|
12892
12773
|
link: {
|
|
12893
|
-
type: (
|
|
12774
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
12894
12775
|
required: false;
|
|
12895
12776
|
default: undefined;
|
|
12896
12777
|
};
|
|
@@ -12930,22 +12811,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12930
12811
|
link: string | Record<string, any>;
|
|
12931
12812
|
variant: "cards" | "tiles";
|
|
12932
12813
|
heading: string;
|
|
12933
|
-
initialSlide: number;
|
|
12934
|
-
slidesPerView: number;
|
|
12935
12814
|
indent: "col-1" | "col-2" | "col-3";
|
|
12936
12815
|
noLinks: boolean;
|
|
12937
12816
|
linkTitle: string;
|
|
12817
|
+
slidesPerView: number;
|
|
12938
12818
|
center: boolean;
|
|
12819
|
+
initialSlide: number;
|
|
12939
12820
|
}, {}, {
|
|
12940
12821
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
12941
12822
|
variant: {
|
|
12942
|
-
type: import('vue').PropType<"default" | "
|
|
12823
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
12943
12824
|
required: false;
|
|
12944
12825
|
default: string;
|
|
12945
12826
|
validator: (prop: string) => boolean;
|
|
12946
12827
|
};
|
|
12947
12828
|
to: {
|
|
12948
|
-
type: (
|
|
12829
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
12949
12830
|
default: undefined;
|
|
12950
12831
|
};
|
|
12951
12832
|
exact: {
|
|
@@ -12956,6 +12837,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12956
12837
|
type: StringConstructor;
|
|
12957
12838
|
default: undefined;
|
|
12958
12839
|
};
|
|
12840
|
+
addSlash: {
|
|
12841
|
+
type: BooleanConstructor;
|
|
12842
|
+
default: boolean;
|
|
12843
|
+
};
|
|
12959
12844
|
title: {
|
|
12960
12845
|
type: StringConstructor;
|
|
12961
12846
|
default: undefined;
|
|
@@ -13042,13 +12927,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13042
12927
|
addTrailingSlash(path: string): string;
|
|
13043
12928
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13044
12929
|
variant: {
|
|
13045
|
-
type: import('vue').PropType<"default" | "
|
|
12930
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
13046
12931
|
required: false;
|
|
13047
12932
|
default: string;
|
|
13048
12933
|
validator: (prop: string) => boolean;
|
|
13049
12934
|
};
|
|
13050
12935
|
to: {
|
|
13051
|
-
type: (
|
|
12936
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
13052
12937
|
default: undefined;
|
|
13053
12938
|
};
|
|
13054
12939
|
exact: {
|
|
@@ -13059,6 +12944,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13059
12944
|
type: StringConstructor;
|
|
13060
12945
|
default: undefined;
|
|
13061
12946
|
};
|
|
12947
|
+
addSlash: {
|
|
12948
|
+
type: BooleanConstructor;
|
|
12949
|
+
default: boolean;
|
|
12950
|
+
};
|
|
13062
12951
|
title: {
|
|
13063
12952
|
type: StringConstructor;
|
|
13064
12953
|
default: undefined;
|
|
@@ -13118,14 +13007,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13118
13007
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
13119
13008
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
13120
13009
|
}>, {
|
|
13121
|
-
to: string | Record<string, any>;
|
|
13122
13010
|
title: string;
|
|
13123
|
-
variant: "default" | "
|
|
13124
|
-
|
|
13125
|
-
target: string;
|
|
13011
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
13012
|
+
to: string | Record<string, any>;
|
|
13126
13013
|
exact: boolean;
|
|
13014
|
+
href: string;
|
|
13015
|
+
addSlash: boolean;
|
|
13127
13016
|
ariaLabel: string;
|
|
13128
13017
|
linkClass: string;
|
|
13018
|
+
target: string;
|
|
13129
13019
|
externalTargetBlank: boolean;
|
|
13130
13020
|
caret: boolean;
|
|
13131
13021
|
caretWrapperClass: string;
|
|
@@ -13201,7 +13091,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13201
13091
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
13202
13092
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
13203
13093
|
variant: {
|
|
13204
|
-
type: import('vue').PropType<"
|
|
13094
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
13205
13095
|
required: false;
|
|
13206
13096
|
default: string;
|
|
13207
13097
|
validator: (prop: string) => boolean;
|
|
@@ -13227,7 +13117,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13227
13117
|
required: false;
|
|
13228
13118
|
};
|
|
13229
13119
|
to: {
|
|
13230
|
-
type: (
|
|
13120
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
13231
13121
|
required: false;
|
|
13232
13122
|
default: undefined;
|
|
13233
13123
|
};
|
|
@@ -13243,7 +13133,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13243
13133
|
variantClass(): string;
|
|
13244
13134
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13245
13135
|
variant: {
|
|
13246
|
-
type: import('vue').PropType<"
|
|
13136
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
13247
13137
|
required: false;
|
|
13248
13138
|
default: string;
|
|
13249
13139
|
validator: (prop: string) => boolean;
|
|
@@ -13269,7 +13159,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13269
13159
|
required: false;
|
|
13270
13160
|
};
|
|
13271
13161
|
to: {
|
|
13272
|
-
type: (
|
|
13162
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
13273
13163
|
required: false;
|
|
13274
13164
|
default: undefined;
|
|
13275
13165
|
};
|
|
@@ -13281,13 +13171,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13281
13171
|
}>> & Readonly<{
|
|
13282
13172
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
13283
13173
|
}>, {
|
|
13174
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
13284
13175
|
to: string | Record<string, any>;
|
|
13285
|
-
disabled: boolean;
|
|
13286
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
13287
13176
|
href: string;
|
|
13288
13177
|
ariaLabel: string;
|
|
13289
13178
|
compact: boolean;
|
|
13290
13179
|
blockClasses: string;
|
|
13180
|
+
disabled: boolean;
|
|
13291
13181
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
13292
13182
|
IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
13293
13183
|
IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -13551,9 +13441,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13551
13441
|
default: boolean;
|
|
13552
13442
|
};
|
|
13553
13443
|
}>> & Readonly<{}>, {
|
|
13554
|
-
data: import('../../interfaces').Card;
|
|
13555
|
-
label: string;
|
|
13556
|
-
title: string;
|
|
13557
13444
|
startDate: string;
|
|
13558
13445
|
endDate: string;
|
|
13559
13446
|
startDatetime: string;
|
|
@@ -13563,7 +13450,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13563
13450
|
location: string;
|
|
13564
13451
|
size: "sm" | "md" | "lg";
|
|
13565
13452
|
url: string;
|
|
13453
|
+
title: string;
|
|
13566
13454
|
date: string;
|
|
13455
|
+
data: import('../../interfaces').Card;
|
|
13456
|
+
label: string;
|
|
13567
13457
|
headingLevel: keyof {
|
|
13568
13458
|
h1: string;
|
|
13569
13459
|
h2: string;
|
|
@@ -13581,13 +13471,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13581
13471
|
IconExternal: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
13582
13472
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
13583
13473
|
variant: {
|
|
13584
|
-
type: import('vue').PropType<"default" | "
|
|
13474
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
13585
13475
|
required: false;
|
|
13586
13476
|
default: string;
|
|
13587
13477
|
validator: (prop: string) => boolean;
|
|
13588
13478
|
};
|
|
13589
13479
|
to: {
|
|
13590
|
-
type: (
|
|
13480
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
13591
13481
|
default: undefined;
|
|
13592
13482
|
};
|
|
13593
13483
|
exact: {
|
|
@@ -13598,6 +13488,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13598
13488
|
type: StringConstructor;
|
|
13599
13489
|
default: undefined;
|
|
13600
13490
|
};
|
|
13491
|
+
addSlash: {
|
|
13492
|
+
type: BooleanConstructor;
|
|
13493
|
+
default: boolean;
|
|
13494
|
+
};
|
|
13601
13495
|
title: {
|
|
13602
13496
|
type: StringConstructor;
|
|
13603
13497
|
default: undefined;
|
|
@@ -13684,13 +13578,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13684
13578
|
addTrailingSlash(path: string): string;
|
|
13685
13579
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13686
13580
|
variant: {
|
|
13687
|
-
type: import('vue').PropType<"default" | "
|
|
13581
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
13688
13582
|
required: false;
|
|
13689
13583
|
default: string;
|
|
13690
13584
|
validator: (prop: string) => boolean;
|
|
13691
13585
|
};
|
|
13692
13586
|
to: {
|
|
13693
|
-
type: (
|
|
13587
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
13694
13588
|
default: undefined;
|
|
13695
13589
|
};
|
|
13696
13590
|
exact: {
|
|
@@ -13701,6 +13595,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13701
13595
|
type: StringConstructor;
|
|
13702
13596
|
default: undefined;
|
|
13703
13597
|
};
|
|
13598
|
+
addSlash: {
|
|
13599
|
+
type: BooleanConstructor;
|
|
13600
|
+
default: boolean;
|
|
13601
|
+
};
|
|
13704
13602
|
title: {
|
|
13705
13603
|
type: StringConstructor;
|
|
13706
13604
|
default: undefined;
|
|
@@ -13760,14 +13658,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13760
13658
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
13761
13659
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
13762
13660
|
}>, {
|
|
13763
|
-
to: string | Record<string, any>;
|
|
13764
13661
|
title: string;
|
|
13765
|
-
variant: "default" | "
|
|
13766
|
-
|
|
13767
|
-
target: string;
|
|
13662
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
13663
|
+
to: string | Record<string, any>;
|
|
13768
13664
|
exact: boolean;
|
|
13665
|
+
href: string;
|
|
13666
|
+
addSlash: boolean;
|
|
13769
13667
|
ariaLabel: string;
|
|
13770
13668
|
linkClass: string;
|
|
13669
|
+
target: string;
|
|
13771
13670
|
externalTargetBlank: boolean;
|
|
13772
13671
|
caret: boolean;
|
|
13773
13672
|
caretWrapperClass: string;
|
|
@@ -13848,7 +13747,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13848
13747
|
default: string;
|
|
13849
13748
|
};
|
|
13850
13749
|
objectFitClass: {
|
|
13851
|
-
type: import('vue').PropType<"
|
|
13750
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
13852
13751
|
required: false;
|
|
13853
13752
|
default: string;
|
|
13854
13753
|
validator: (prop: string) => boolean;
|
|
@@ -13890,7 +13789,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13890
13789
|
default: string;
|
|
13891
13790
|
};
|
|
13892
13791
|
objectFitClass: {
|
|
13893
|
-
type: import('vue').PropType<"
|
|
13792
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
13894
13793
|
required: false;
|
|
13895
13794
|
default: string;
|
|
13896
13795
|
validator: (prop: string) => boolean;
|
|
@@ -13922,13 +13821,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13922
13821
|
default: string;
|
|
13923
13822
|
};
|
|
13924
13823
|
}>> & Readonly<{}>, {
|
|
13925
|
-
imageClass: string;
|
|
13926
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
13927
|
-
srcset: string;
|
|
13928
13824
|
alt: string;
|
|
13929
13825
|
width: string | number;
|
|
13930
13826
|
height: string | number;
|
|
13827
|
+
srcset: string;
|
|
13931
13828
|
loading: "lazy" | "eager" | undefined;
|
|
13829
|
+
imageClass: string;
|
|
13830
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
13932
13831
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
13933
13832
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
13934
13833
|
darkMode: {
|
|
@@ -13993,7 +13892,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13993
13892
|
default: undefined;
|
|
13994
13893
|
};
|
|
13995
13894
|
variant: {
|
|
13996
|
-
type: () => "
|
|
13895
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
13997
13896
|
default: string;
|
|
13998
13897
|
};
|
|
13999
13898
|
size: {
|
|
@@ -14010,7 +13909,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14010
13909
|
default: undefined;
|
|
14011
13910
|
};
|
|
14012
13911
|
variant: {
|
|
14013
|
-
type: () => "
|
|
13912
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
14014
13913
|
default: string;
|
|
14015
13914
|
};
|
|
14016
13915
|
size: {
|
|
@@ -14022,198 +13921,36 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14022
13921
|
default: undefined;
|
|
14023
13922
|
};
|
|
14024
13923
|
}>> & Readonly<{}>, {
|
|
14025
|
-
text: string;
|
|
14026
|
-
variant: "secondary" | "primary" | "primary-inverted" | "action";
|
|
14027
13924
|
size: "sm" | "md" | "lg";
|
|
13925
|
+
text: string;
|
|
13926
|
+
variant: "primary" | "primary-inverted" | "secondary" | "action";
|
|
14028
13927
|
contentType: "EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage";
|
|
14029
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
14030
|
-
CalendarChip: import('vue').DefineComponent<import('vue').
|
|
14031
|
-
startDate: {
|
|
14032
|
-
type: import('vue').PropType<string>;
|
|
14033
|
-
default: undefined;
|
|
14034
|
-
};
|
|
14035
|
-
endDate: {
|
|
14036
|
-
type: import('vue').PropType<string>;
|
|
14037
|
-
default: undefined;
|
|
14038
|
-
};
|
|
14039
|
-
ongoing: {
|
|
14040
|
-
type: import('vue').PropType<boolean>;
|
|
14041
|
-
default: boolean;
|
|
14042
|
-
};
|
|
14043
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14044
|
-
startDate: {
|
|
14045
|
-
type: import('vue').PropType<string>;
|
|
14046
|
-
default: undefined;
|
|
14047
|
-
};
|
|
14048
|
-
endDate: {
|
|
14049
|
-
type: import('vue').PropType<string>;
|
|
14050
|
-
default: undefined;
|
|
14051
|
-
};
|
|
14052
|
-
ongoing: {
|
|
14053
|
-
type: import('vue').PropType<boolean>;
|
|
14054
|
-
default: boolean;
|
|
14055
|
-
};
|
|
14056
|
-
}>> & Readonly<{}>, {
|
|
13928
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLParagraphElement>;
|
|
13929
|
+
CalendarChip: import('vue').DefineComponent<import('../../components/CalendarChip/CalendarChip.vue').CalendarChipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/CalendarChip/CalendarChip.vue').CalendarChipProps> & Readonly<{}>, {
|
|
14057
13930
|
startDate: string;
|
|
14058
13931
|
endDate: string;
|
|
14059
13932
|
ongoing: boolean;
|
|
14060
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
14061
|
-
MetadataEvent: import('vue').DefineComponent<import('vue').
|
|
14062
|
-
event: {
|
|
14063
|
-
type: import('vue').PropType<import('../../interfaces').EventCardObject>;
|
|
14064
|
-
required: true;
|
|
14065
|
-
default: undefined;
|
|
14066
|
-
};
|
|
14067
|
-
compact: {
|
|
14068
|
-
type: import('vue').PropType<boolean>;
|
|
14069
|
-
default: boolean;
|
|
14070
|
-
};
|
|
14071
|
-
showTime: {
|
|
14072
|
-
type: import('vue').PropType<boolean>;
|
|
14073
|
-
default: boolean;
|
|
14074
|
-
};
|
|
14075
|
-
allowBreak: {
|
|
14076
|
-
type: import('vue').PropType<boolean>;
|
|
14077
|
-
default: boolean;
|
|
14078
|
-
};
|
|
14079
|
-
showLocation: {
|
|
14080
|
-
type: import('vue').PropType<boolean>;
|
|
14081
|
-
default: boolean;
|
|
14082
|
-
};
|
|
14083
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14084
|
-
event: {
|
|
14085
|
-
type: import('vue').PropType<import('../../interfaces').EventCardObject>;
|
|
14086
|
-
required: true;
|
|
14087
|
-
default: undefined;
|
|
14088
|
-
};
|
|
14089
|
-
compact: {
|
|
14090
|
-
type: import('vue').PropType<boolean>;
|
|
14091
|
-
default: boolean;
|
|
14092
|
-
};
|
|
14093
|
-
showTime: {
|
|
14094
|
-
type: import('vue').PropType<boolean>;
|
|
14095
|
-
default: boolean;
|
|
14096
|
-
};
|
|
14097
|
-
allowBreak: {
|
|
14098
|
-
type: import('vue').PropType<boolean>;
|
|
14099
|
-
default: boolean;
|
|
14100
|
-
};
|
|
14101
|
-
showLocation: {
|
|
14102
|
-
type: import('vue').PropType<boolean>;
|
|
14103
|
-
default: boolean;
|
|
14104
|
-
};
|
|
14105
|
-
}>> & Readonly<{}>, {
|
|
13933
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
13934
|
+
MetadataEvent: import('vue').DefineComponent<import('../../components/MetadataEvent/MetadataEvent.vue').MetadataEventProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/MetadataEvent/MetadataEvent.vue').MetadataEventProps> & Readonly<{}>, {
|
|
14106
13935
|
event: import('../../interfaces').EventCardObject;
|
|
14107
13936
|
compact: boolean;
|
|
14108
13937
|
showTime: boolean;
|
|
14109
13938
|
allowBreak: boolean;
|
|
14110
13939
|
showLocation: boolean;
|
|
14111
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
14112
|
-
MetadataEduResource: import('vue').DefineComponent<import('vue').
|
|
14113
|
-
variant: {
|
|
14114
|
-
type: import('vue').PropType<import('../../interfaces').MetaPanelTheme>;
|
|
14115
|
-
default: string;
|
|
14116
|
-
};
|
|
14117
|
-
resource: {
|
|
14118
|
-
type: import('vue').PropType<import('../../interfaces').EduResourceCardObject>;
|
|
14119
|
-
required: true;
|
|
14120
|
-
default: undefined;
|
|
14121
|
-
};
|
|
14122
|
-
compact: {
|
|
14123
|
-
type: import('vue').PropType<boolean>;
|
|
14124
|
-
default: boolean;
|
|
14125
|
-
};
|
|
14126
|
-
showTime: {
|
|
14127
|
-
type: import('vue').PropType<boolean>;
|
|
14128
|
-
default: boolean;
|
|
14129
|
-
};
|
|
14130
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14131
|
-
variant: {
|
|
14132
|
-
type: import('vue').PropType<import('../../interfaces').MetaPanelTheme>;
|
|
14133
|
-
default: string;
|
|
14134
|
-
};
|
|
14135
|
-
resource: {
|
|
14136
|
-
type: import('vue').PropType<import('../../interfaces').EduResourceCardObject>;
|
|
14137
|
-
required: true;
|
|
14138
|
-
default: undefined;
|
|
14139
|
-
};
|
|
14140
|
-
compact: {
|
|
14141
|
-
type: import('vue').PropType<boolean>;
|
|
14142
|
-
default: boolean;
|
|
14143
|
-
};
|
|
14144
|
-
showTime: {
|
|
14145
|
-
type: import('vue').PropType<boolean>;
|
|
14146
|
-
default: boolean;
|
|
14147
|
-
};
|
|
14148
|
-
}>> & Readonly<{}>, {
|
|
14149
|
-
variant: import('../../interfaces').MetaPanelTheme;
|
|
13940
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
13941
|
+
MetadataEduResource: import('vue').DefineComponent<import('../../components/MetadataEduResource/MetadataEduResource.vue').MetadataEduResourceProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/MetadataEduResource/MetadataEduResource.vue').MetadataEduResourceProps> & Readonly<{}>, {
|
|
14150
13942
|
resource: import('../../interfaces').EduResourceCardObject;
|
|
13943
|
+
variant: import('../../interfaces').MetaPanelTheme;
|
|
14151
13944
|
compact: boolean;
|
|
14152
13945
|
showTime: boolean;
|
|
14153
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
14154
|
-
BlockLinkCardCollectionLg: import('vue').DefineComponent<import('vue').
|
|
14155
|
-
size: {
|
|
14156
|
-
type: import('vue').PropType<string>;
|
|
14157
|
-
default: undefined;
|
|
14158
|
-
};
|
|
14159
|
-
headingLevel: {
|
|
14160
|
-
type: import('vue').PropType<keyof {
|
|
14161
|
-
h1: string;
|
|
14162
|
-
h2: string;
|
|
14163
|
-
h3: string;
|
|
14164
|
-
h4: string;
|
|
14165
|
-
h5: string;
|
|
14166
|
-
h6: string;
|
|
14167
|
-
}>;
|
|
14168
|
-
default: undefined;
|
|
14169
|
-
};
|
|
14170
|
-
metadataAttrs: {
|
|
14171
|
-
type: import('vue').PropType<any>;
|
|
14172
|
-
default: undefined;
|
|
14173
|
-
};
|
|
14174
|
-
theItem: {
|
|
14175
|
-
type: import('vue').PropType<import('../../interfaces').EduResourceCardObject>;
|
|
14176
|
-
default: undefined;
|
|
14177
|
-
};
|
|
14178
|
-
metadataType: {
|
|
14179
|
-
type: import('vue').PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
|
|
14180
|
-
default: undefined;
|
|
14181
|
-
};
|
|
14182
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14183
|
-
size: {
|
|
14184
|
-
type: import('vue').PropType<string>;
|
|
14185
|
-
default: undefined;
|
|
14186
|
-
};
|
|
14187
|
-
headingLevel: {
|
|
14188
|
-
type: import('vue').PropType<keyof {
|
|
14189
|
-
h1: string;
|
|
14190
|
-
h2: string;
|
|
14191
|
-
h3: string;
|
|
14192
|
-
h4: string;
|
|
14193
|
-
h5: string;
|
|
14194
|
-
h6: string;
|
|
14195
|
-
}>;
|
|
14196
|
-
default: undefined;
|
|
14197
|
-
};
|
|
14198
|
-
metadataAttrs: {
|
|
14199
|
-
type: import('vue').PropType<any>;
|
|
14200
|
-
default: undefined;
|
|
14201
|
-
};
|
|
14202
|
-
theItem: {
|
|
14203
|
-
type: import('vue').PropType<import('../../interfaces').EduResourceCardObject>;
|
|
14204
|
-
default: undefined;
|
|
14205
|
-
};
|
|
14206
|
-
metadataType: {
|
|
14207
|
-
type: import('vue').PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
|
|
14208
|
-
default: undefined;
|
|
14209
|
-
};
|
|
14210
|
-
}>> & Readonly<{}>, {
|
|
13946
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
13947
|
+
BlockLinkCardCollectionLg: import('vue').DefineComponent<import('../../components/BlockLinkCard/BlockLinkCardCollectionLg.vue').BlockLinkCardCollectionLgProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/BlockLinkCard/BlockLinkCardCollectionLg.vue').BlockLinkCardCollectionLgProps> & Readonly<{}>, {
|
|
14211
13948
|
size: string;
|
|
14212
|
-
headingLevel: import('../../components/BaseHeading/BaseHeading.vue').HeadingLevel;
|
|
14213
13949
|
metadataAttrs: any;
|
|
14214
13950
|
theItem: import('../../interfaces').EduResourceCardObject;
|
|
14215
13951
|
metadataType: import('../../interfaces').ContentTypeKey;
|
|
14216
|
-
|
|
13952
|
+
headingLevel: import('../../components/BaseHeading/BaseHeading.vue').HeadingLevel;
|
|
13953
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14217
13954
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14218
13955
|
BlockLinkTile: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
14219
13956
|
data: {
|
|
@@ -14331,12 +14068,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14331
14068
|
required: false;
|
|
14332
14069
|
};
|
|
14333
14070
|
}>> & Readonly<{}>, {
|
|
14334
|
-
data: import('../../interfaces').Card | import('../../interfaces').EventCardObject;
|
|
14335
|
-
label: string;
|
|
14336
|
-
title: string;
|
|
14337
14071
|
startDate: string;
|
|
14338
14072
|
endDate: string;
|
|
14339
14073
|
url: string;
|
|
14074
|
+
title: string;
|
|
14075
|
+
data: import('../../interfaces').Card | import('../../interfaces').EventCardObject;
|
|
14076
|
+
label: string;
|
|
14340
14077
|
compact: boolean;
|
|
14341
14078
|
externalLink: string;
|
|
14342
14079
|
thumbnailImage: Record<string, any>;
|
|
@@ -14344,13 +14081,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14344
14081
|
IconArrow: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14345
14082
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
14346
14083
|
variant: {
|
|
14347
|
-
type: import('vue').PropType<"default" | "
|
|
14084
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
14348
14085
|
required: false;
|
|
14349
14086
|
default: string;
|
|
14350
14087
|
validator: (prop: string) => boolean;
|
|
14351
14088
|
};
|
|
14352
14089
|
to: {
|
|
14353
|
-
type: (
|
|
14090
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
14354
14091
|
default: undefined;
|
|
14355
14092
|
};
|
|
14356
14093
|
exact: {
|
|
@@ -14361,6 +14098,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14361
14098
|
type: StringConstructor;
|
|
14362
14099
|
default: undefined;
|
|
14363
14100
|
};
|
|
14101
|
+
addSlash: {
|
|
14102
|
+
type: BooleanConstructor;
|
|
14103
|
+
default: boolean;
|
|
14104
|
+
};
|
|
14364
14105
|
title: {
|
|
14365
14106
|
type: StringConstructor;
|
|
14366
14107
|
default: undefined;
|
|
@@ -14447,13 +14188,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14447
14188
|
addTrailingSlash(path: string): string;
|
|
14448
14189
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14449
14190
|
variant: {
|
|
14450
|
-
type: import('vue').PropType<"default" | "
|
|
14191
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
14451
14192
|
required: false;
|
|
14452
14193
|
default: string;
|
|
14453
14194
|
validator: (prop: string) => boolean;
|
|
14454
14195
|
};
|
|
14455
14196
|
to: {
|
|
14456
|
-
type: (
|
|
14197
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
14457
14198
|
default: undefined;
|
|
14458
14199
|
};
|
|
14459
14200
|
exact: {
|
|
@@ -14464,6 +14205,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14464
14205
|
type: StringConstructor;
|
|
14465
14206
|
default: undefined;
|
|
14466
14207
|
};
|
|
14208
|
+
addSlash: {
|
|
14209
|
+
type: BooleanConstructor;
|
|
14210
|
+
default: boolean;
|
|
14211
|
+
};
|
|
14467
14212
|
title: {
|
|
14468
14213
|
type: StringConstructor;
|
|
14469
14214
|
default: undefined;
|
|
@@ -14523,14 +14268,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14523
14268
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
14524
14269
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
14525
14270
|
}>, {
|
|
14526
|
-
to: string | Record<string, any>;
|
|
14527
14271
|
title: string;
|
|
14528
|
-
variant: "default" | "
|
|
14529
|
-
|
|
14530
|
-
target: string;
|
|
14272
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
14273
|
+
to: string | Record<string, any>;
|
|
14531
14274
|
exact: boolean;
|
|
14275
|
+
href: string;
|
|
14276
|
+
addSlash: boolean;
|
|
14532
14277
|
ariaLabel: string;
|
|
14533
14278
|
linkClass: string;
|
|
14279
|
+
target: string;
|
|
14534
14280
|
externalTargetBlank: boolean;
|
|
14535
14281
|
caret: boolean;
|
|
14536
14282
|
caretWrapperClass: string;
|
|
@@ -14611,7 +14357,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14611
14357
|
default: string;
|
|
14612
14358
|
};
|
|
14613
14359
|
objectFitClass: {
|
|
14614
|
-
type: import('vue').PropType<"
|
|
14360
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
14615
14361
|
required: false;
|
|
14616
14362
|
default: string;
|
|
14617
14363
|
validator: (prop: string) => boolean;
|
|
@@ -14653,7 +14399,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14653
14399
|
default: string;
|
|
14654
14400
|
};
|
|
14655
14401
|
objectFitClass: {
|
|
14656
|
-
type: import('vue').PropType<"
|
|
14402
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
14657
14403
|
required: false;
|
|
14658
14404
|
default: string;
|
|
14659
14405
|
validator: (prop: string) => boolean;
|
|
@@ -14685,13 +14431,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14685
14431
|
default: string;
|
|
14686
14432
|
};
|
|
14687
14433
|
}>> & Readonly<{}>, {
|
|
14688
|
-
imageClass: string;
|
|
14689
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
14690
|
-
srcset: string;
|
|
14691
14434
|
alt: string;
|
|
14692
14435
|
width: string | number;
|
|
14693
14436
|
height: string | number;
|
|
14437
|
+
srcset: string;
|
|
14694
14438
|
loading: "lazy" | "eager" | undefined;
|
|
14439
|
+
imageClass: string;
|
|
14440
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
14695
14441
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14696
14442
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
14697
14443
|
darkMode: {
|
|
@@ -14792,7 +14538,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14792
14538
|
}, {}, {
|
|
14793
14539
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
14794
14540
|
variant: {
|
|
14795
|
-
type: import('vue').PropType<"
|
|
14541
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
14796
14542
|
required: false;
|
|
14797
14543
|
default: string;
|
|
14798
14544
|
validator: (prop: string) => boolean;
|
|
@@ -14818,7 +14564,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14818
14564
|
required: false;
|
|
14819
14565
|
};
|
|
14820
14566
|
to: {
|
|
14821
|
-
type: (
|
|
14567
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
14822
14568
|
required: false;
|
|
14823
14569
|
default: undefined;
|
|
14824
14570
|
};
|
|
@@ -14834,7 +14580,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14834
14580
|
variantClass(): string;
|
|
14835
14581
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14836
14582
|
variant: {
|
|
14837
|
-
type: import('vue').PropType<"
|
|
14583
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
14838
14584
|
required: false;
|
|
14839
14585
|
default: string;
|
|
14840
14586
|
validator: (prop: string) => boolean;
|
|
@@ -14860,7 +14606,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14860
14606
|
required: false;
|
|
14861
14607
|
};
|
|
14862
14608
|
to: {
|
|
14863
|
-
type: (
|
|
14609
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
14864
14610
|
required: false;
|
|
14865
14611
|
default: undefined;
|
|
14866
14612
|
};
|
|
@@ -14872,13 +14618,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14872
14618
|
}>> & Readonly<{
|
|
14873
14619
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
14874
14620
|
}>, {
|
|
14621
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
14875
14622
|
to: string | Record<string, any>;
|
|
14876
|
-
disabled: boolean;
|
|
14877
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
14878
14623
|
href: string;
|
|
14879
14624
|
ariaLabel: string;
|
|
14880
14625
|
compact: boolean;
|
|
14881
14626
|
blockClasses: string;
|
|
14627
|
+
disabled: boolean;
|
|
14882
14628
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14883
14629
|
IconSocialFacebook: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14884
14630
|
IconSocialTwitter: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -14915,29 +14661,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14915
14661
|
text: string;
|
|
14916
14662
|
variant: "small" | "medium" | "large";
|
|
14917
14663
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14918
|
-
HeroInlineMedia: import('vue').DefineComponent<import('vue').
|
|
14919
|
-
constrain: {
|
|
14920
|
-
type: import('vue').PropType<boolean>;
|
|
14921
|
-
default: boolean;
|
|
14922
|
-
};
|
|
14923
|
-
heroBlocks: {
|
|
14924
|
-
type: import('vue').PropType<import('../../interfaces').StreamfieldBlockData[]>;
|
|
14925
|
-
required: true;
|
|
14926
|
-
default: undefined;
|
|
14927
|
-
};
|
|
14928
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14929
|
-
constrain: {
|
|
14930
|
-
type: import('vue').PropType<boolean>;
|
|
14931
|
-
default: boolean;
|
|
14932
|
-
};
|
|
14933
|
-
heroBlocks: {
|
|
14934
|
-
type: import('vue').PropType<import('../../interfaces').StreamfieldBlockData[]>;
|
|
14935
|
-
required: true;
|
|
14936
|
-
default: undefined;
|
|
14937
|
-
};
|
|
14938
|
-
}>> & Readonly<{}>, {
|
|
14664
|
+
HeroInlineMedia: import('vue').DefineComponent<import('./../../components/HeroInlineMedia/HeroInlineMedia.vue').HeroInlineMediaProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./../../components/HeroInlineMedia/HeroInlineMedia.vue').HeroInlineMediaProps> & Readonly<{}>, {
|
|
14939
14665
|
constrain: boolean;
|
|
14940
14666
|
heroBlocks: import('../../interfaces').StreamfieldBlockData[];
|
|
14941
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
14667
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14942
14668
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14943
14669
|
export default _default;
|