@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
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { BlockData } from '../../interfaces';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
3
|
data: {
|
|
5
4
|
type: ObjectConstructor;
|
|
@@ -109,10 +108,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
109
108
|
default: boolean;
|
|
110
109
|
};
|
|
111
110
|
}>> & Readonly<{}>, {
|
|
112
|
-
label: string;
|
|
113
|
-
summary: string;
|
|
114
111
|
title: string;
|
|
115
112
|
image: import('../../interfaces').ImageObject;
|
|
113
|
+
label: string;
|
|
114
|
+
summary: string;
|
|
116
115
|
customPill: string;
|
|
117
116
|
customPillType: "EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage";
|
|
118
117
|
hasOverlay: boolean;
|
|
@@ -123,7 +122,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
123
122
|
default: undefined;
|
|
124
123
|
};
|
|
125
124
|
variant: {
|
|
126
|
-
type: () => "
|
|
125
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
127
126
|
default: string;
|
|
128
127
|
};
|
|
129
128
|
size: {
|
|
@@ -140,7 +139,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
140
139
|
default: undefined;
|
|
141
140
|
};
|
|
142
141
|
variant: {
|
|
143
|
-
type: () => "
|
|
142
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
144
143
|
default: string;
|
|
145
144
|
};
|
|
146
145
|
size: {
|
|
@@ -152,11 +151,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
152
151
|
default: undefined;
|
|
153
152
|
};
|
|
154
153
|
}>> & Readonly<{}>, {
|
|
155
|
-
text: string;
|
|
156
|
-
variant: "secondary" | "primary" | "primary-inverted" | "action";
|
|
157
154
|
size: "sm" | "md" | "lg";
|
|
155
|
+
text: string;
|
|
156
|
+
variant: "primary" | "primary-inverted" | "secondary" | "action";
|
|
158
157
|
contentType: "EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage";
|
|
159
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
158
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLParagraphElement>;
|
|
160
159
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
161
160
|
HeroMedia: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
162
161
|
image: {
|
|
@@ -220,10 +219,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
220
219
|
};
|
|
221
220
|
}>> & Readonly<{}>, {
|
|
222
221
|
caption: string;
|
|
223
|
-
video: import('../../interfaces').VideoObject;
|
|
224
|
-
image: import('../../interfaces').ImageObject;
|
|
225
222
|
credit: string;
|
|
223
|
+
image: import('../../interfaces').ImageObject;
|
|
226
224
|
displayCaption: boolean;
|
|
225
|
+
video: import('../../interfaces').VideoObject;
|
|
227
226
|
}, {}, {
|
|
228
227
|
MixinVideoBg: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
229
228
|
video: {
|
|
@@ -270,13 +269,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
270
269
|
}, {}, {
|
|
271
270
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
272
271
|
variant: {
|
|
273
|
-
type: import('vue').PropType<"default" | "
|
|
272
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
274
273
|
required: false;
|
|
275
274
|
default: string;
|
|
276
275
|
validator: (prop: string) => boolean;
|
|
277
276
|
};
|
|
278
277
|
to: {
|
|
279
|
-
type: (
|
|
278
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
280
279
|
default: undefined;
|
|
281
280
|
};
|
|
282
281
|
exact: {
|
|
@@ -287,6 +286,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
287
286
|
type: StringConstructor;
|
|
288
287
|
default: undefined;
|
|
289
288
|
};
|
|
289
|
+
addSlash: {
|
|
290
|
+
type: BooleanConstructor;
|
|
291
|
+
default: boolean;
|
|
292
|
+
};
|
|
290
293
|
title: {
|
|
291
294
|
type: StringConstructor;
|
|
292
295
|
default: undefined;
|
|
@@ -373,13 +376,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
373
376
|
addTrailingSlash(path: string): string;
|
|
374
377
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
375
378
|
variant: {
|
|
376
|
-
type: import('vue').PropType<"default" | "
|
|
379
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
377
380
|
required: false;
|
|
378
381
|
default: string;
|
|
379
382
|
validator: (prop: string) => boolean;
|
|
380
383
|
};
|
|
381
384
|
to: {
|
|
382
|
-
type: (
|
|
385
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
383
386
|
default: undefined;
|
|
384
387
|
};
|
|
385
388
|
exact: {
|
|
@@ -390,6 +393,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
390
393
|
type: StringConstructor;
|
|
391
394
|
default: undefined;
|
|
392
395
|
};
|
|
396
|
+
addSlash: {
|
|
397
|
+
type: BooleanConstructor;
|
|
398
|
+
default: boolean;
|
|
399
|
+
};
|
|
393
400
|
title: {
|
|
394
401
|
type: StringConstructor;
|
|
395
402
|
default: undefined;
|
|
@@ -449,14 +456,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
449
456
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
450
457
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
451
458
|
}>, {
|
|
452
|
-
to: string | Record<string, any>;
|
|
453
459
|
title: string;
|
|
454
|
-
variant: "default" | "
|
|
455
|
-
|
|
456
|
-
target: string;
|
|
460
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
461
|
+
to: string | Record<string, any>;
|
|
457
462
|
exact: boolean;
|
|
463
|
+
href: string;
|
|
464
|
+
addSlash: boolean;
|
|
458
465
|
ariaLabel: string;
|
|
459
466
|
linkClass: string;
|
|
467
|
+
target: string;
|
|
460
468
|
externalTargetBlank: boolean;
|
|
461
469
|
caret: boolean;
|
|
462
470
|
caretWrapperClass: string;
|
|
@@ -638,16 +646,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
638
646
|
isExternal(path: string): boolean;
|
|
639
647
|
dropdownToggleClasses(index: number): {
|
|
640
648
|
'mr-auto text-white font-bold secondary-root': boolean;
|
|
641
|
-
'text-white font-
|
|
649
|
+
'text-white font-bold mt-[.2rem]': boolean;
|
|
642
650
|
'-open': boolean;
|
|
643
|
-
'mr-auto text-primary font-
|
|
651
|
+
'mr-auto text-primary font-bold secondary-root'?: undefined;
|
|
644
652
|
'text-gray-dark font-medium mt-[.2rem]'?: undefined;
|
|
645
653
|
} | {
|
|
646
|
-
'mr-auto text-primary font-
|
|
654
|
+
'mr-auto text-primary font-bold secondary-root': boolean;
|
|
647
655
|
'text-gray-dark font-medium mt-[.2rem]': boolean;
|
|
648
656
|
'-open': boolean;
|
|
649
657
|
'mr-auto text-white font-bold secondary-root'?: undefined;
|
|
650
|
-
'text-white font-
|
|
658
|
+
'text-white font-bold mt-[.2rem]'?: undefined;
|
|
651
659
|
};
|
|
652
660
|
dropdownButtonClasses(index: number): "can-hover:group-hover:border-white" | "can-hover:group-hover:border-primary" | "can-hover:group-hover:border-white can-hover:group-hover:text-white" | "can-hover:group-hover:border-gray-mid-dark can-hover:group-hover:text-gray-mid-dark";
|
|
653
661
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("closeDropdown" | "openDropdown")[], "closeDropdown" | "openDropdown", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -715,8 +723,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
715
723
|
onToggleClicked?: ((...args: any[]) => any) | undefined;
|
|
716
724
|
}>, {
|
|
717
725
|
path: string;
|
|
718
|
-
ariaExpanded: boolean;
|
|
719
726
|
invert: boolean;
|
|
727
|
+
ariaExpanded: boolean;
|
|
720
728
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
721
729
|
NavSecondaryDropdownContent: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
722
730
|
item: {
|
|
@@ -744,13 +752,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
744
752
|
}, {}, {
|
|
745
753
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
746
754
|
variant: {
|
|
747
|
-
type: import('vue').PropType<"default" | "
|
|
755
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
748
756
|
required: false;
|
|
749
757
|
default: string;
|
|
750
758
|
validator: (prop: string) => boolean;
|
|
751
759
|
};
|
|
752
760
|
to: {
|
|
753
|
-
type: (
|
|
761
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
754
762
|
default: undefined;
|
|
755
763
|
};
|
|
756
764
|
exact: {
|
|
@@ -761,6 +769,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
761
769
|
type: StringConstructor;
|
|
762
770
|
default: undefined;
|
|
763
771
|
};
|
|
772
|
+
addSlash: {
|
|
773
|
+
type: BooleanConstructor;
|
|
774
|
+
default: boolean;
|
|
775
|
+
};
|
|
764
776
|
title: {
|
|
765
777
|
type: StringConstructor;
|
|
766
778
|
default: undefined;
|
|
@@ -847,13 +859,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
847
859
|
addTrailingSlash(path: string): string;
|
|
848
860
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
849
861
|
variant: {
|
|
850
|
-
type: import('vue').PropType<"default" | "
|
|
862
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
851
863
|
required: false;
|
|
852
864
|
default: string;
|
|
853
865
|
validator: (prop: string) => boolean;
|
|
854
866
|
};
|
|
855
867
|
to: {
|
|
856
|
-
type: (
|
|
868
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
857
869
|
default: undefined;
|
|
858
870
|
};
|
|
859
871
|
exact: {
|
|
@@ -864,6 +876,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
864
876
|
type: StringConstructor;
|
|
865
877
|
default: undefined;
|
|
866
878
|
};
|
|
879
|
+
addSlash: {
|
|
880
|
+
type: BooleanConstructor;
|
|
881
|
+
default: boolean;
|
|
882
|
+
};
|
|
867
883
|
title: {
|
|
868
884
|
type: StringConstructor;
|
|
869
885
|
default: undefined;
|
|
@@ -923,14 +939,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
923
939
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
924
940
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
925
941
|
}>, {
|
|
926
|
-
to: string | Record<string, any>;
|
|
927
942
|
title: string;
|
|
928
|
-
variant: "default" | "
|
|
929
|
-
|
|
930
|
-
target: string;
|
|
943
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
944
|
+
to: string | Record<string, any>;
|
|
931
945
|
exact: boolean;
|
|
946
|
+
href: string;
|
|
947
|
+
addSlash: boolean;
|
|
932
948
|
ariaLabel: string;
|
|
933
949
|
linkClass: string;
|
|
950
|
+
target: string;
|
|
934
951
|
externalTargetBlank: boolean;
|
|
935
952
|
caret: boolean;
|
|
936
953
|
caretWrapperClass: string;
|
|
@@ -1044,13 +1061,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1044
1061
|
}, {}, {
|
|
1045
1062
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1046
1063
|
variant: {
|
|
1047
|
-
type: import('vue').PropType<"default" | "
|
|
1064
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1048
1065
|
required: false;
|
|
1049
1066
|
default: string;
|
|
1050
1067
|
validator: (prop: string) => boolean;
|
|
1051
1068
|
};
|
|
1052
1069
|
to: {
|
|
1053
|
-
type: (
|
|
1070
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1054
1071
|
default: undefined;
|
|
1055
1072
|
};
|
|
1056
1073
|
exact: {
|
|
@@ -1061,6 +1078,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1061
1078
|
type: StringConstructor;
|
|
1062
1079
|
default: undefined;
|
|
1063
1080
|
};
|
|
1081
|
+
addSlash: {
|
|
1082
|
+
type: BooleanConstructor;
|
|
1083
|
+
default: boolean;
|
|
1084
|
+
};
|
|
1064
1085
|
title: {
|
|
1065
1086
|
type: StringConstructor;
|
|
1066
1087
|
default: undefined;
|
|
@@ -1147,13 +1168,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1147
1168
|
addTrailingSlash(path: string): string;
|
|
1148
1169
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1149
1170
|
variant: {
|
|
1150
|
-
type: import('vue').PropType<"default" | "
|
|
1171
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1151
1172
|
required: false;
|
|
1152
1173
|
default: string;
|
|
1153
1174
|
validator: (prop: string) => boolean;
|
|
1154
1175
|
};
|
|
1155
1176
|
to: {
|
|
1156
|
-
type: (
|
|
1177
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1157
1178
|
default: undefined;
|
|
1158
1179
|
};
|
|
1159
1180
|
exact: {
|
|
@@ -1164,6 +1185,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1164
1185
|
type: StringConstructor;
|
|
1165
1186
|
default: undefined;
|
|
1166
1187
|
};
|
|
1188
|
+
addSlash: {
|
|
1189
|
+
type: BooleanConstructor;
|
|
1190
|
+
default: boolean;
|
|
1191
|
+
};
|
|
1167
1192
|
title: {
|
|
1168
1193
|
type: StringConstructor;
|
|
1169
1194
|
default: undefined;
|
|
@@ -1223,14 +1248,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1223
1248
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1224
1249
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1225
1250
|
}>, {
|
|
1226
|
-
to: string | Record<string, any>;
|
|
1227
1251
|
title: string;
|
|
1228
|
-
variant: "default" | "
|
|
1229
|
-
|
|
1230
|
-
target: string;
|
|
1252
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1253
|
+
to: string | Record<string, any>;
|
|
1231
1254
|
exact: boolean;
|
|
1255
|
+
href: string;
|
|
1256
|
+
addSlash: boolean;
|
|
1232
1257
|
ariaLabel: string;
|
|
1233
1258
|
linkClass: string;
|
|
1259
|
+
target: string;
|
|
1234
1260
|
externalTargetBlank: boolean;
|
|
1235
1261
|
caret: boolean;
|
|
1236
1262
|
caretWrapperClass: string;
|
|
@@ -1331,8 +1357,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1331
1357
|
default: boolean;
|
|
1332
1358
|
};
|
|
1333
1359
|
}>> & Readonly<{}>, {
|
|
1334
|
-
fullBleed: boolean;
|
|
1335
1360
|
indent: string;
|
|
1361
|
+
fullBleed: boolean;
|
|
1336
1362
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1337
1363
|
DetailHeadline: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1338
1364
|
title: {
|
|
@@ -1470,8 +1496,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1470
1496
|
default: boolean;
|
|
1471
1497
|
};
|
|
1472
1498
|
}>> & Readonly<{}>, {
|
|
1473
|
-
label: string;
|
|
1474
1499
|
title: string;
|
|
1500
|
+
label: string;
|
|
1475
1501
|
author: import('../../interfaces').AuthorObject | {
|
|
1476
1502
|
author: import('../../interfaces').AuthorObject;
|
|
1477
1503
|
}[];
|
|
@@ -1481,19 +1507,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1481
1507
|
topics: import('../../interfaces').Topic[];
|
|
1482
1508
|
labelLink: string;
|
|
1483
1509
|
pill: boolean;
|
|
1484
|
-
pillColor: "
|
|
1510
|
+
pillColor: "primary" | "primary-inverted" | "secondary" | "action";
|
|
1485
1511
|
schema: boolean;
|
|
1486
1512
|
hideDate: boolean;
|
|
1487
1513
|
}, {}, {
|
|
1488
1514
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1489
1515
|
variant: {
|
|
1490
|
-
type: import('vue').PropType<"default" | "
|
|
1516
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1491
1517
|
required: false;
|
|
1492
1518
|
default: string;
|
|
1493
1519
|
validator: (prop: string) => boolean;
|
|
1494
1520
|
};
|
|
1495
1521
|
to: {
|
|
1496
|
-
type: (
|
|
1522
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1497
1523
|
default: undefined;
|
|
1498
1524
|
};
|
|
1499
1525
|
exact: {
|
|
@@ -1504,6 +1530,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1504
1530
|
type: StringConstructor;
|
|
1505
1531
|
default: undefined;
|
|
1506
1532
|
};
|
|
1533
|
+
addSlash: {
|
|
1534
|
+
type: BooleanConstructor;
|
|
1535
|
+
default: boolean;
|
|
1536
|
+
};
|
|
1507
1537
|
title: {
|
|
1508
1538
|
type: StringConstructor;
|
|
1509
1539
|
default: undefined;
|
|
@@ -1590,13 +1620,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1590
1620
|
addTrailingSlash(path: string): string;
|
|
1591
1621
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1592
1622
|
variant: {
|
|
1593
|
-
type: import('vue').PropType<"default" | "
|
|
1623
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1594
1624
|
required: false;
|
|
1595
1625
|
default: string;
|
|
1596
1626
|
validator: (prop: string) => boolean;
|
|
1597
1627
|
};
|
|
1598
1628
|
to: {
|
|
1599
|
-
type: (
|
|
1629
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1600
1630
|
default: undefined;
|
|
1601
1631
|
};
|
|
1602
1632
|
exact: {
|
|
@@ -1607,6 +1637,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1607
1637
|
type: StringConstructor;
|
|
1608
1638
|
default: undefined;
|
|
1609
1639
|
};
|
|
1640
|
+
addSlash: {
|
|
1641
|
+
type: BooleanConstructor;
|
|
1642
|
+
default: boolean;
|
|
1643
|
+
};
|
|
1610
1644
|
title: {
|
|
1611
1645
|
type: StringConstructor;
|
|
1612
1646
|
default: undefined;
|
|
@@ -1666,14 +1700,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1666
1700
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1667
1701
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1668
1702
|
}>, {
|
|
1669
|
-
to: string | Record<string, any>;
|
|
1670
1703
|
title: string;
|
|
1671
|
-
variant: "default" | "
|
|
1672
|
-
|
|
1673
|
-
target: string;
|
|
1704
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1705
|
+
to: string | Record<string, any>;
|
|
1674
1706
|
exact: boolean;
|
|
1707
|
+
href: string;
|
|
1708
|
+
addSlash: boolean;
|
|
1675
1709
|
ariaLabel: string;
|
|
1676
1710
|
linkClass: string;
|
|
1711
|
+
target: string;
|
|
1677
1712
|
externalTargetBlank: boolean;
|
|
1678
1713
|
caret: boolean;
|
|
1679
1714
|
caretWrapperClass: string;
|
|
@@ -1796,7 +1831,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1796
1831
|
default: undefined;
|
|
1797
1832
|
};
|
|
1798
1833
|
variant: {
|
|
1799
|
-
type: () => "
|
|
1834
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
1800
1835
|
default: string;
|
|
1801
1836
|
};
|
|
1802
1837
|
size: {
|
|
@@ -1813,7 +1848,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1813
1848
|
default: undefined;
|
|
1814
1849
|
};
|
|
1815
1850
|
variant: {
|
|
1816
|
-
type: () => "
|
|
1851
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
1817
1852
|
default: string;
|
|
1818
1853
|
};
|
|
1819
1854
|
size: {
|
|
@@ -1825,11 +1860,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1825
1860
|
default: undefined;
|
|
1826
1861
|
};
|
|
1827
1862
|
}>> & Readonly<{}>, {
|
|
1828
|
-
text: string;
|
|
1829
|
-
variant: "secondary" | "primary" | "primary-inverted" | "action";
|
|
1830
1863
|
size: "sm" | "md" | "lg";
|
|
1864
|
+
text: string;
|
|
1865
|
+
variant: "primary" | "primary-inverted" | "secondary" | "action";
|
|
1831
1866
|
contentType: "EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage";
|
|
1832
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1867
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLParagraphElement>;
|
|
1833
1868
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1834
1869
|
BlockImageStandard: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1835
1870
|
data: {
|
|
@@ -1887,8 +1922,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1887
1922
|
};
|
|
1888
1923
|
}>> & Readonly<{}>, {
|
|
1889
1924
|
caption: string;
|
|
1890
|
-
data: import('../../interfaces').ImageObject;
|
|
1891
1925
|
displayCaption: boolean;
|
|
1926
|
+
data: import('../../interfaces').ImageObject;
|
|
1892
1927
|
customDetailUrl: string;
|
|
1893
1928
|
constrain: boolean;
|
|
1894
1929
|
}, {}, {
|
|
@@ -2049,7 +2084,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2049
2084
|
default: string;
|
|
2050
2085
|
};
|
|
2051
2086
|
objectFitClass: {
|
|
2052
|
-
type: import('vue').PropType<"
|
|
2087
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
2053
2088
|
required: false;
|
|
2054
2089
|
default: string;
|
|
2055
2090
|
validator: (prop: string) => boolean;
|
|
@@ -2091,7 +2126,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2091
2126
|
default: string;
|
|
2092
2127
|
};
|
|
2093
2128
|
objectFitClass: {
|
|
2094
|
-
type: import('vue').PropType<"
|
|
2129
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
2095
2130
|
required: false;
|
|
2096
2131
|
default: string;
|
|
2097
2132
|
validator: (prop: string) => boolean;
|
|
@@ -2123,13 +2158,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2123
2158
|
default: string;
|
|
2124
2159
|
};
|
|
2125
2160
|
}>> & Readonly<{}>, {
|
|
2126
|
-
imageClass: string;
|
|
2127
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
2128
|
-
srcset: string;
|
|
2129
2161
|
alt: string;
|
|
2130
2162
|
width: string | number;
|
|
2131
2163
|
height: string | number;
|
|
2164
|
+
srcset: string;
|
|
2132
2165
|
loading: "lazy" | "eager" | undefined;
|
|
2166
|
+
imageClass: string;
|
|
2167
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
2133
2168
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2134
2169
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2135
2170
|
darkMode: {
|
|
@@ -2220,13 +2255,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2220
2255
|
}, {}, {
|
|
2221
2256
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2222
2257
|
variant: {
|
|
2223
|
-
type: import('vue').PropType<"default" | "
|
|
2258
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
2224
2259
|
required: false;
|
|
2225
2260
|
default: string;
|
|
2226
2261
|
validator: (prop: string) => boolean;
|
|
2227
2262
|
};
|
|
2228
2263
|
to: {
|
|
2229
|
-
type: (
|
|
2264
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2230
2265
|
default: undefined;
|
|
2231
2266
|
};
|
|
2232
2267
|
exact: {
|
|
@@ -2237,6 +2272,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2237
2272
|
type: StringConstructor;
|
|
2238
2273
|
default: undefined;
|
|
2239
2274
|
};
|
|
2275
|
+
addSlash: {
|
|
2276
|
+
type: BooleanConstructor;
|
|
2277
|
+
default: boolean;
|
|
2278
|
+
};
|
|
2240
2279
|
title: {
|
|
2241
2280
|
type: StringConstructor;
|
|
2242
2281
|
default: undefined;
|
|
@@ -2323,13 +2362,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2323
2362
|
addTrailingSlash(path: string): string;
|
|
2324
2363
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2325
2364
|
variant: {
|
|
2326
|
-
type: import('vue').PropType<"default" | "
|
|
2365
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
2327
2366
|
required: false;
|
|
2328
2367
|
default: string;
|
|
2329
2368
|
validator: (prop: string) => boolean;
|
|
2330
2369
|
};
|
|
2331
2370
|
to: {
|
|
2332
|
-
type: (
|
|
2371
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2333
2372
|
default: undefined;
|
|
2334
2373
|
};
|
|
2335
2374
|
exact: {
|
|
@@ -2340,6 +2379,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2340
2379
|
type: StringConstructor;
|
|
2341
2380
|
default: undefined;
|
|
2342
2381
|
};
|
|
2382
|
+
addSlash: {
|
|
2383
|
+
type: BooleanConstructor;
|
|
2384
|
+
default: boolean;
|
|
2385
|
+
};
|
|
2343
2386
|
title: {
|
|
2344
2387
|
type: StringConstructor;
|
|
2345
2388
|
default: undefined;
|
|
@@ -2399,14 +2442,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2399
2442
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2400
2443
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2401
2444
|
}>, {
|
|
2402
|
-
to: string | Record<string, any>;
|
|
2403
2445
|
title: string;
|
|
2404
|
-
variant: "default" | "
|
|
2405
|
-
|
|
2406
|
-
target: string;
|
|
2446
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
2447
|
+
to: string | Record<string, any>;
|
|
2407
2448
|
exact: boolean;
|
|
2449
|
+
href: string;
|
|
2450
|
+
addSlash: boolean;
|
|
2408
2451
|
ariaLabel: string;
|
|
2409
2452
|
linkClass: string;
|
|
2453
|
+
target: string;
|
|
2410
2454
|
externalTargetBlank: boolean;
|
|
2411
2455
|
caret: boolean;
|
|
2412
2456
|
caretWrapperClass: string;
|
|
@@ -2522,7 +2566,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2522
2566
|
}, {}, {
|
|
2523
2567
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2524
2568
|
variant: {
|
|
2525
|
-
type: import('vue').PropType<"
|
|
2569
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
2526
2570
|
required: false;
|
|
2527
2571
|
default: string;
|
|
2528
2572
|
validator: (prop: string) => boolean;
|
|
@@ -2548,7 +2592,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2548
2592
|
required: false;
|
|
2549
2593
|
};
|
|
2550
2594
|
to: {
|
|
2551
|
-
type: (
|
|
2595
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2552
2596
|
required: false;
|
|
2553
2597
|
default: undefined;
|
|
2554
2598
|
};
|
|
@@ -2564,7 +2608,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2564
2608
|
variantClass(): string;
|
|
2565
2609
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2566
2610
|
variant: {
|
|
2567
|
-
type: import('vue').PropType<"
|
|
2611
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
2568
2612
|
required: false;
|
|
2569
2613
|
default: string;
|
|
2570
2614
|
validator: (prop: string) => boolean;
|
|
@@ -2590,7 +2634,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2590
2634
|
required: false;
|
|
2591
2635
|
};
|
|
2592
2636
|
to: {
|
|
2593
|
-
type: (
|
|
2637
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2594
2638
|
required: false;
|
|
2595
2639
|
default: undefined;
|
|
2596
2640
|
};
|
|
@@ -2602,44 +2646,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2602
2646
|
}>> & Readonly<{
|
|
2603
2647
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
2604
2648
|
}>, {
|
|
2649
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
2605
2650
|
to: string | Record<string, any>;
|
|
2606
|
-
disabled: boolean;
|
|
2607
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
2608
2651
|
href: string;
|
|
2609
2652
|
ariaLabel: string;
|
|
2610
2653
|
compact: boolean;
|
|
2611
2654
|
blockClasses: string;
|
|
2655
|
+
disabled: boolean;
|
|
2612
2656
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2613
2657
|
IconSocialFacebook: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2614
2658
|
IconSocialTwitter: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2615
2659
|
IconSocialReddit: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2616
2660
|
IconSocialEmail: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2617
2661
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2618
|
-
ShareButtonsEdu: import('vue').DefineComponent<import('vue').
|
|
2619
|
-
title: {
|
|
2620
|
-
type: import('vue').PropType<string>;
|
|
2621
|
-
required: true;
|
|
2622
|
-
};
|
|
2623
|
-
url: {
|
|
2624
|
-
type: import('vue').PropType<string>;
|
|
2625
|
-
required: true;
|
|
2626
|
-
};
|
|
2627
|
-
image: {
|
|
2628
|
-
type: import('vue').PropType<string>;
|
|
2629
|
-
};
|
|
2630
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2631
|
-
title: {
|
|
2632
|
-
type: import('vue').PropType<string>;
|
|
2633
|
-
required: true;
|
|
2634
|
-
};
|
|
2635
|
-
url: {
|
|
2636
|
-
type: import('vue').PropType<string>;
|
|
2637
|
-
required: true;
|
|
2638
|
-
};
|
|
2639
|
-
image: {
|
|
2640
|
-
type: import('vue').PropType<string>;
|
|
2641
|
-
};
|
|
2642
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2662
|
+
ShareButtonsEdu: import('vue').DefineComponent<import('./../../components/ShareButtonsEdu/ShareButtonsEdu.vue').ShareButtonsEduProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./../../components/ShareButtonsEdu/ShareButtonsEdu.vue').ShareButtonsEduProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2643
2663
|
BlockStreamfield: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2644
2664
|
variant: {
|
|
2645
2665
|
type: import('vue').PropType<"default" | "fluid">;
|
|
@@ -2685,9 +2705,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2685
2705
|
default: undefined;
|
|
2686
2706
|
};
|
|
2687
2707
|
}>> & Readonly<{}>, {
|
|
2708
|
+
size: "small" | "medium" | "large";
|
|
2688
2709
|
data: import('../../interfaces').StreamfieldBlockData[];
|
|
2689
2710
|
variant: "default" | "fluid";
|
|
2690
|
-
size: "small" | "medium" | "large";
|
|
2691
2711
|
}, {}, {
|
|
2692
2712
|
LayoutHelper: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2693
2713
|
indent: {
|
|
@@ -2714,8 +2734,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2714
2734
|
default: boolean;
|
|
2715
2735
|
};
|
|
2716
2736
|
}>> & Readonly<{}>, {
|
|
2717
|
-
fullBleed: boolean;
|
|
2718
2737
|
indent: string;
|
|
2738
|
+
fullBleed: boolean;
|
|
2719
2739
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2720
2740
|
BlockAnchor: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2721
2741
|
data: {
|
|
@@ -2728,21 +2748,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2728
2748
|
required: false;
|
|
2729
2749
|
};
|
|
2730
2750
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2731
|
-
BlockAccordion: import('vue').DefineComponent<import('vue').
|
|
2732
|
-
data: {
|
|
2733
|
-
type: import('vue').PropType<import('../../components/BlockAccordion/BlockAccordion.vue').AccordionBlockObject>;
|
|
2734
|
-
required: true;
|
|
2735
|
-
default: undefined;
|
|
2736
|
-
};
|
|
2737
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2738
|
-
data: {
|
|
2739
|
-
type: import('vue').PropType<import('../../components/BlockAccordion/BlockAccordion.vue').AccordionBlockObject>;
|
|
2740
|
-
required: true;
|
|
2741
|
-
default: undefined;
|
|
2742
|
-
};
|
|
2743
|
-
}>> & Readonly<{}>, {
|
|
2751
|
+
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<{}>, {
|
|
2744
2752
|
data: import('../../components/BlockAccordion/BlockAccordion.vue').AccordionBlockObject;
|
|
2745
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
2753
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2746
2754
|
BlockCardGrid: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2747
2755
|
compact: {
|
|
2748
2756
|
type: BooleanConstructor;
|
|
@@ -2780,7 +2788,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2780
2788
|
default: undefined;
|
|
2781
2789
|
};
|
|
2782
2790
|
link: {
|
|
2783
|
-
type: (
|
|
2791
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2784
2792
|
required: false;
|
|
2785
2793
|
default: undefined;
|
|
2786
2794
|
};
|
|
@@ -2836,7 +2844,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2836
2844
|
default: undefined;
|
|
2837
2845
|
};
|
|
2838
2846
|
link: {
|
|
2839
|
-
type: (
|
|
2847
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2840
2848
|
required: false;
|
|
2841
2849
|
default: undefined;
|
|
2842
2850
|
};
|
|
@@ -2876,22 +2884,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2876
2884
|
link: string | Record<string, any>;
|
|
2877
2885
|
variant: "cards" | "tiles";
|
|
2878
2886
|
heading: string;
|
|
2879
|
-
initialSlide: number;
|
|
2880
|
-
slidesPerView: number;
|
|
2881
2887
|
indent: "col-1" | "col-2" | "col-3";
|
|
2882
2888
|
noLinks: boolean;
|
|
2883
2889
|
linkTitle: string;
|
|
2890
|
+
slidesPerView: number;
|
|
2884
2891
|
center: boolean;
|
|
2892
|
+
initialSlide: number;
|
|
2885
2893
|
}, {}, {
|
|
2886
2894
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2887
2895
|
variant: {
|
|
2888
|
-
type: import('vue').PropType<"default" | "
|
|
2896
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
2889
2897
|
required: false;
|
|
2890
2898
|
default: string;
|
|
2891
2899
|
validator: (prop: string) => boolean;
|
|
2892
2900
|
};
|
|
2893
2901
|
to: {
|
|
2894
|
-
type: (
|
|
2902
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2895
2903
|
default: undefined;
|
|
2896
2904
|
};
|
|
2897
2905
|
exact: {
|
|
@@ -2902,6 +2910,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2902
2910
|
type: StringConstructor;
|
|
2903
2911
|
default: undefined;
|
|
2904
2912
|
};
|
|
2913
|
+
addSlash: {
|
|
2914
|
+
type: BooleanConstructor;
|
|
2915
|
+
default: boolean;
|
|
2916
|
+
};
|
|
2905
2917
|
title: {
|
|
2906
2918
|
type: StringConstructor;
|
|
2907
2919
|
default: undefined;
|
|
@@ -2988,13 +3000,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2988
3000
|
addTrailingSlash(path: string): string;
|
|
2989
3001
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2990
3002
|
variant: {
|
|
2991
|
-
type: import('vue').PropType<"default" | "
|
|
3003
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
2992
3004
|
required: false;
|
|
2993
3005
|
default: string;
|
|
2994
3006
|
validator: (prop: string) => boolean;
|
|
2995
3007
|
};
|
|
2996
3008
|
to: {
|
|
2997
|
-
type: (
|
|
3009
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2998
3010
|
default: undefined;
|
|
2999
3011
|
};
|
|
3000
3012
|
exact: {
|
|
@@ -3005,6 +3017,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3005
3017
|
type: StringConstructor;
|
|
3006
3018
|
default: undefined;
|
|
3007
3019
|
};
|
|
3020
|
+
addSlash: {
|
|
3021
|
+
type: BooleanConstructor;
|
|
3022
|
+
default: boolean;
|
|
3023
|
+
};
|
|
3008
3024
|
title: {
|
|
3009
3025
|
type: StringConstructor;
|
|
3010
3026
|
default: undefined;
|
|
@@ -3064,14 +3080,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3064
3080
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3065
3081
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3066
3082
|
}>, {
|
|
3067
|
-
to: string | Record<string, any>;
|
|
3068
3083
|
title: string;
|
|
3069
|
-
variant: "default" | "
|
|
3070
|
-
|
|
3071
|
-
target: string;
|
|
3084
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
3085
|
+
to: string | Record<string, any>;
|
|
3072
3086
|
exact: boolean;
|
|
3087
|
+
href: string;
|
|
3088
|
+
addSlash: boolean;
|
|
3073
3089
|
ariaLabel: string;
|
|
3074
3090
|
linkClass: string;
|
|
3091
|
+
target: string;
|
|
3075
3092
|
externalTargetBlank: boolean;
|
|
3076
3093
|
caret: boolean;
|
|
3077
3094
|
caretWrapperClass: string;
|
|
@@ -3147,7 +3164,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3147
3164
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3148
3165
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3149
3166
|
variant: {
|
|
3150
|
-
type: import('vue').PropType<"
|
|
3167
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
3151
3168
|
required: false;
|
|
3152
3169
|
default: string;
|
|
3153
3170
|
validator: (prop: string) => boolean;
|
|
@@ -3173,7 +3190,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3173
3190
|
required: false;
|
|
3174
3191
|
};
|
|
3175
3192
|
to: {
|
|
3176
|
-
type: (
|
|
3193
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3177
3194
|
required: false;
|
|
3178
3195
|
default: undefined;
|
|
3179
3196
|
};
|
|
@@ -3189,7 +3206,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3189
3206
|
variantClass(): string;
|
|
3190
3207
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
3191
3208
|
variant: {
|
|
3192
|
-
type: import('vue').PropType<"
|
|
3209
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
3193
3210
|
required: false;
|
|
3194
3211
|
default: string;
|
|
3195
3212
|
validator: (prop: string) => boolean;
|
|
@@ -3215,7 +3232,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3215
3232
|
required: false;
|
|
3216
3233
|
};
|
|
3217
3234
|
to: {
|
|
3218
|
-
type: (
|
|
3235
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3219
3236
|
required: false;
|
|
3220
3237
|
default: undefined;
|
|
3221
3238
|
};
|
|
@@ -3227,13 +3244,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3227
3244
|
}>> & Readonly<{
|
|
3228
3245
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
3229
3246
|
}>, {
|
|
3247
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
3230
3248
|
to: string | Record<string, any>;
|
|
3231
|
-
disabled: boolean;
|
|
3232
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
3233
3249
|
href: string;
|
|
3234
3250
|
ariaLabel: string;
|
|
3235
3251
|
compact: boolean;
|
|
3236
3252
|
blockClasses: string;
|
|
3253
|
+
disabled: boolean;
|
|
3237
3254
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3238
3255
|
IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3239
3256
|
IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -3266,13 +3283,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3266
3283
|
}, {}, {
|
|
3267
3284
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3268
3285
|
variant: {
|
|
3269
|
-
type: import('vue').PropType<"default" | "
|
|
3286
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
3270
3287
|
required: false;
|
|
3271
3288
|
default: string;
|
|
3272
3289
|
validator: (prop: string) => boolean;
|
|
3273
3290
|
};
|
|
3274
3291
|
to: {
|
|
3275
|
-
type: (
|
|
3292
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3276
3293
|
default: undefined;
|
|
3277
3294
|
};
|
|
3278
3295
|
exact: {
|
|
@@ -3283,6 +3300,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3283
3300
|
type: StringConstructor;
|
|
3284
3301
|
default: undefined;
|
|
3285
3302
|
};
|
|
3303
|
+
addSlash: {
|
|
3304
|
+
type: BooleanConstructor;
|
|
3305
|
+
default: boolean;
|
|
3306
|
+
};
|
|
3286
3307
|
title: {
|
|
3287
3308
|
type: StringConstructor;
|
|
3288
3309
|
default: undefined;
|
|
@@ -3369,13 +3390,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3369
3390
|
addTrailingSlash(path: string): string;
|
|
3370
3391
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
3371
3392
|
variant: {
|
|
3372
|
-
type: import('vue').PropType<"default" | "
|
|
3393
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
3373
3394
|
required: false;
|
|
3374
3395
|
default: string;
|
|
3375
3396
|
validator: (prop: string) => boolean;
|
|
3376
3397
|
};
|
|
3377
3398
|
to: {
|
|
3378
|
-
type: (
|
|
3399
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3379
3400
|
default: undefined;
|
|
3380
3401
|
};
|
|
3381
3402
|
exact: {
|
|
@@ -3386,6 +3407,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3386
3407
|
type: StringConstructor;
|
|
3387
3408
|
default: undefined;
|
|
3388
3409
|
};
|
|
3410
|
+
addSlash: {
|
|
3411
|
+
type: BooleanConstructor;
|
|
3412
|
+
default: boolean;
|
|
3413
|
+
};
|
|
3389
3414
|
title: {
|
|
3390
3415
|
type: StringConstructor;
|
|
3391
3416
|
default: undefined;
|
|
@@ -3445,14 +3470,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3445
3470
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3446
3471
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3447
3472
|
}>, {
|
|
3448
|
-
to: string | Record<string, any>;
|
|
3449
3473
|
title: string;
|
|
3450
|
-
variant: "default" | "
|
|
3451
|
-
|
|
3452
|
-
target: string;
|
|
3474
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
3475
|
+
to: string | Record<string, any>;
|
|
3453
3476
|
exact: boolean;
|
|
3477
|
+
href: string;
|
|
3478
|
+
addSlash: boolean;
|
|
3454
3479
|
ariaLabel: string;
|
|
3455
3480
|
linkClass: string;
|
|
3481
|
+
target: string;
|
|
3456
3482
|
externalTargetBlank: boolean;
|
|
3457
3483
|
caret: boolean;
|
|
3458
3484
|
caretWrapperClass: string;
|
|
@@ -3573,10 +3599,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3573
3599
|
default: undefined;
|
|
3574
3600
|
};
|
|
3575
3601
|
}>> & Readonly<{}>, {
|
|
3576
|
-
link: import('../../interfaces').LinkObject;
|
|
3577
|
-
label: string;
|
|
3578
3602
|
title: string;
|
|
3579
3603
|
image: Record<string, any>;
|
|
3604
|
+
label: string;
|
|
3605
|
+
link: import('../../interfaces').LinkObject;
|
|
3580
3606
|
description: string;
|
|
3581
3607
|
}, {}, {
|
|
3582
3608
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -3643,7 +3669,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3643
3669
|
default: string;
|
|
3644
3670
|
};
|
|
3645
3671
|
objectFitClass: {
|
|
3646
|
-
type: import('vue').PropType<"
|
|
3672
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
3647
3673
|
required: false;
|
|
3648
3674
|
default: string;
|
|
3649
3675
|
validator: (prop: string) => boolean;
|
|
@@ -3685,7 +3711,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3685
3711
|
default: string;
|
|
3686
3712
|
};
|
|
3687
3713
|
objectFitClass: {
|
|
3688
|
-
type: import('vue').PropType<"
|
|
3714
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
3689
3715
|
required: false;
|
|
3690
3716
|
default: string;
|
|
3691
3717
|
validator: (prop: string) => boolean;
|
|
@@ -3717,13 +3743,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3717
3743
|
default: string;
|
|
3718
3744
|
};
|
|
3719
3745
|
}>> & Readonly<{}>, {
|
|
3720
|
-
imageClass: string;
|
|
3721
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
3722
|
-
srcset: string;
|
|
3723
3746
|
alt: string;
|
|
3724
3747
|
width: string | number;
|
|
3725
3748
|
height: string | number;
|
|
3749
|
+
srcset: string;
|
|
3726
3750
|
loading: "lazy" | "eager" | undefined;
|
|
3751
|
+
imageClass: string;
|
|
3752
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
3727
3753
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3728
3754
|
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3729
3755
|
level: {
|
|
@@ -3798,7 +3824,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3798
3824
|
}, {}, {
|
|
3799
3825
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3800
3826
|
variant: {
|
|
3801
|
-
type: import('vue').PropType<"
|
|
3827
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
3802
3828
|
required: false;
|
|
3803
3829
|
default: string;
|
|
3804
3830
|
validator: (prop: string) => boolean;
|
|
@@ -3824,7 +3850,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3824
3850
|
required: false;
|
|
3825
3851
|
};
|
|
3826
3852
|
to: {
|
|
3827
|
-
type: (
|
|
3853
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3828
3854
|
required: false;
|
|
3829
3855
|
default: undefined;
|
|
3830
3856
|
};
|
|
@@ -3840,7 +3866,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3840
3866
|
variantClass(): string;
|
|
3841
3867
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
3842
3868
|
variant: {
|
|
3843
|
-
type: import('vue').PropType<"
|
|
3869
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
3844
3870
|
required: false;
|
|
3845
3871
|
default: string;
|
|
3846
3872
|
validator: (prop: string) => boolean;
|
|
@@ -3866,7 +3892,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3866
3892
|
required: false;
|
|
3867
3893
|
};
|
|
3868
3894
|
to: {
|
|
3869
|
-
type: (
|
|
3895
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3870
3896
|
required: false;
|
|
3871
3897
|
default: undefined;
|
|
3872
3898
|
};
|
|
@@ -3878,13 +3904,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3878
3904
|
}>> & Readonly<{
|
|
3879
3905
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
3880
3906
|
}>, {
|
|
3907
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
3881
3908
|
to: string | Record<string, any>;
|
|
3882
|
-
disabled: boolean;
|
|
3883
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
3884
3909
|
href: string;
|
|
3885
3910
|
ariaLabel: string;
|
|
3886
3911
|
compact: boolean;
|
|
3887
3912
|
blockClasses: string;
|
|
3913
|
+
disabled: boolean;
|
|
3888
3914
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3889
3915
|
IconExternal: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3890
3916
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -4037,8 +4063,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4037
4063
|
};
|
|
4038
4064
|
}>> & Readonly<{}>, {
|
|
4039
4065
|
caption: string;
|
|
4040
|
-
data: import('../../interfaces').ImageObject;
|
|
4041
4066
|
displayCaption: boolean;
|
|
4067
|
+
data: import('../../interfaces').ImageObject;
|
|
4042
4068
|
customDetailUrl: string;
|
|
4043
4069
|
constrain: boolean;
|
|
4044
4070
|
}, {}, {
|
|
@@ -4199,7 +4225,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4199
4225
|
default: string;
|
|
4200
4226
|
};
|
|
4201
4227
|
objectFitClass: {
|
|
4202
|
-
type: import('vue').PropType<"
|
|
4228
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
4203
4229
|
required: false;
|
|
4204
4230
|
default: string;
|
|
4205
4231
|
validator: (prop: string) => boolean;
|
|
@@ -4241,7 +4267,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4241
4267
|
default: string;
|
|
4242
4268
|
};
|
|
4243
4269
|
objectFitClass: {
|
|
4244
|
-
type: import('vue').PropType<"
|
|
4270
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
4245
4271
|
required: false;
|
|
4246
4272
|
default: string;
|
|
4247
4273
|
validator: (prop: string) => boolean;
|
|
@@ -4273,13 +4299,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4273
4299
|
default: string;
|
|
4274
4300
|
};
|
|
4275
4301
|
}>> & Readonly<{}>, {
|
|
4276
|
-
imageClass: string;
|
|
4277
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
4278
|
-
srcset: string;
|
|
4279
4302
|
alt: string;
|
|
4280
4303
|
width: string | number;
|
|
4281
4304
|
height: string | number;
|
|
4305
|
+
srcset: string;
|
|
4282
4306
|
loading: "lazy" | "eager" | undefined;
|
|
4307
|
+
imageClass: string;
|
|
4308
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
4283
4309
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4284
4310
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4285
4311
|
darkMode: {
|
|
@@ -4370,13 +4396,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4370
4396
|
}, {}, {
|
|
4371
4397
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4372
4398
|
variant: {
|
|
4373
|
-
type: import('vue').PropType<"default" | "
|
|
4399
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
4374
4400
|
required: false;
|
|
4375
4401
|
default: string;
|
|
4376
4402
|
validator: (prop: string) => boolean;
|
|
4377
4403
|
};
|
|
4378
4404
|
to: {
|
|
4379
|
-
type: (
|
|
4405
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4380
4406
|
default: undefined;
|
|
4381
4407
|
};
|
|
4382
4408
|
exact: {
|
|
@@ -4387,6 +4413,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4387
4413
|
type: StringConstructor;
|
|
4388
4414
|
default: undefined;
|
|
4389
4415
|
};
|
|
4416
|
+
addSlash: {
|
|
4417
|
+
type: BooleanConstructor;
|
|
4418
|
+
default: boolean;
|
|
4419
|
+
};
|
|
4390
4420
|
title: {
|
|
4391
4421
|
type: StringConstructor;
|
|
4392
4422
|
default: undefined;
|
|
@@ -4473,13 +4503,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4473
4503
|
addTrailingSlash(path: string): string;
|
|
4474
4504
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4475
4505
|
variant: {
|
|
4476
|
-
type: import('vue').PropType<"default" | "
|
|
4506
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
4477
4507
|
required: false;
|
|
4478
4508
|
default: string;
|
|
4479
4509
|
validator: (prop: string) => boolean;
|
|
4480
4510
|
};
|
|
4481
4511
|
to: {
|
|
4482
|
-
type: (
|
|
4512
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4483
4513
|
default: undefined;
|
|
4484
4514
|
};
|
|
4485
4515
|
exact: {
|
|
@@ -4490,6 +4520,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4490
4520
|
type: StringConstructor;
|
|
4491
4521
|
default: undefined;
|
|
4492
4522
|
};
|
|
4523
|
+
addSlash: {
|
|
4524
|
+
type: BooleanConstructor;
|
|
4525
|
+
default: boolean;
|
|
4526
|
+
};
|
|
4493
4527
|
title: {
|
|
4494
4528
|
type: StringConstructor;
|
|
4495
4529
|
default: undefined;
|
|
@@ -4549,14 +4583,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4549
4583
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4550
4584
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4551
4585
|
}>, {
|
|
4552
|
-
to: string | Record<string, any>;
|
|
4553
4586
|
title: string;
|
|
4554
|
-
variant: "default" | "
|
|
4555
|
-
|
|
4556
|
-
target: string;
|
|
4587
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
4588
|
+
to: string | Record<string, any>;
|
|
4557
4589
|
exact: boolean;
|
|
4590
|
+
href: string;
|
|
4591
|
+
addSlash: boolean;
|
|
4558
4592
|
ariaLabel: string;
|
|
4559
4593
|
linkClass: string;
|
|
4594
|
+
target: string;
|
|
4560
4595
|
externalTargetBlank: boolean;
|
|
4561
4596
|
caret: boolean;
|
|
4562
4597
|
caretWrapperClass: string;
|
|
@@ -4691,8 +4726,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4691
4726
|
};
|
|
4692
4727
|
}>> & Readonly<{}>, {
|
|
4693
4728
|
caption: string;
|
|
4694
|
-
data: import('../../interfaces').ImageObject;
|
|
4695
4729
|
displayCaption: boolean;
|
|
4730
|
+
data: import('../../interfaces').ImageObject;
|
|
4696
4731
|
customDetailUrl: string;
|
|
4697
4732
|
constrain: boolean;
|
|
4698
4733
|
}, {}, {
|
|
@@ -4853,7 +4888,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4853
4888
|
default: string;
|
|
4854
4889
|
};
|
|
4855
4890
|
objectFitClass: {
|
|
4856
|
-
type: import('vue').PropType<"
|
|
4891
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
4857
4892
|
required: false;
|
|
4858
4893
|
default: string;
|
|
4859
4894
|
validator: (prop: string) => boolean;
|
|
@@ -4895,7 +4930,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4895
4930
|
default: string;
|
|
4896
4931
|
};
|
|
4897
4932
|
objectFitClass: {
|
|
4898
|
-
type: import('vue').PropType<"
|
|
4933
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
4899
4934
|
required: false;
|
|
4900
4935
|
default: string;
|
|
4901
4936
|
validator: (prop: string) => boolean;
|
|
@@ -4927,13 +4962,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4927
4962
|
default: string;
|
|
4928
4963
|
};
|
|
4929
4964
|
}>> & Readonly<{}>, {
|
|
4930
|
-
imageClass: string;
|
|
4931
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
4932
|
-
srcset: string;
|
|
4933
4965
|
alt: string;
|
|
4934
4966
|
width: string | number;
|
|
4935
4967
|
height: string | number;
|
|
4968
|
+
srcset: string;
|
|
4936
4969
|
loading: "lazy" | "eager" | undefined;
|
|
4970
|
+
imageClass: string;
|
|
4971
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
4937
4972
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4938
4973
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4939
4974
|
darkMode: {
|
|
@@ -5024,13 +5059,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5024
5059
|
}, {}, {
|
|
5025
5060
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5026
5061
|
variant: {
|
|
5027
|
-
type: import('vue').PropType<"default" | "
|
|
5062
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
5028
5063
|
required: false;
|
|
5029
5064
|
default: string;
|
|
5030
5065
|
validator: (prop: string) => boolean;
|
|
5031
5066
|
};
|
|
5032
5067
|
to: {
|
|
5033
|
-
type: (
|
|
5068
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5034
5069
|
default: undefined;
|
|
5035
5070
|
};
|
|
5036
5071
|
exact: {
|
|
@@ -5041,6 +5076,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5041
5076
|
type: StringConstructor;
|
|
5042
5077
|
default: undefined;
|
|
5043
5078
|
};
|
|
5079
|
+
addSlash: {
|
|
5080
|
+
type: BooleanConstructor;
|
|
5081
|
+
default: boolean;
|
|
5082
|
+
};
|
|
5044
5083
|
title: {
|
|
5045
5084
|
type: StringConstructor;
|
|
5046
5085
|
default: undefined;
|
|
@@ -5127,13 +5166,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5127
5166
|
addTrailingSlash(path: string): string;
|
|
5128
5167
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
5129
5168
|
variant: {
|
|
5130
|
-
type: import('vue').PropType<"default" | "
|
|
5169
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
5131
5170
|
required: false;
|
|
5132
5171
|
default: string;
|
|
5133
5172
|
validator: (prop: string) => boolean;
|
|
5134
5173
|
};
|
|
5135
5174
|
to: {
|
|
5136
|
-
type: (
|
|
5175
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5137
5176
|
default: undefined;
|
|
5138
5177
|
};
|
|
5139
5178
|
exact: {
|
|
@@ -5144,6 +5183,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5144
5183
|
type: StringConstructor;
|
|
5145
5184
|
default: undefined;
|
|
5146
5185
|
};
|
|
5186
|
+
addSlash: {
|
|
5187
|
+
type: BooleanConstructor;
|
|
5188
|
+
default: boolean;
|
|
5189
|
+
};
|
|
5147
5190
|
title: {
|
|
5148
5191
|
type: StringConstructor;
|
|
5149
5192
|
default: undefined;
|
|
@@ -5203,14 +5246,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5203
5246
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5204
5247
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5205
5248
|
}>, {
|
|
5206
|
-
to: string | Record<string, any>;
|
|
5207
5249
|
title: string;
|
|
5208
|
-
variant: "default" | "
|
|
5209
|
-
|
|
5210
|
-
target: string;
|
|
5250
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
5251
|
+
to: string | Record<string, any>;
|
|
5211
5252
|
exact: boolean;
|
|
5253
|
+
href: string;
|
|
5254
|
+
addSlash: boolean;
|
|
5212
5255
|
ariaLabel: string;
|
|
5213
5256
|
linkClass: string;
|
|
5257
|
+
target: string;
|
|
5214
5258
|
externalTargetBlank: boolean;
|
|
5215
5259
|
caret: boolean;
|
|
5216
5260
|
caretWrapperClass: string;
|
|
@@ -5311,8 +5355,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5311
5355
|
default: boolean;
|
|
5312
5356
|
};
|
|
5313
5357
|
}>> & Readonly<{}>, {
|
|
5314
|
-
fullBleed: boolean;
|
|
5315
5358
|
indent: string;
|
|
5359
|
+
fullBleed: boolean;
|
|
5316
5360
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5317
5361
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5318
5362
|
BlockImageCarousel: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -5385,7 +5429,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5385
5429
|
}, {}, {
|
|
5386
5430
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5387
5431
|
variant: {
|
|
5388
|
-
type: import('vue').PropType<"
|
|
5432
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
5389
5433
|
required: false;
|
|
5390
5434
|
default: string;
|
|
5391
5435
|
validator: (prop: string) => boolean;
|
|
@@ -5411,7 +5455,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5411
5455
|
required: false;
|
|
5412
5456
|
};
|
|
5413
5457
|
to: {
|
|
5414
|
-
type: (
|
|
5458
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5415
5459
|
required: false;
|
|
5416
5460
|
default: undefined;
|
|
5417
5461
|
};
|
|
@@ -5427,7 +5471,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5427
5471
|
variantClass(): string;
|
|
5428
5472
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
5429
5473
|
variant: {
|
|
5430
|
-
type: import('vue').PropType<"
|
|
5474
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
5431
5475
|
required: false;
|
|
5432
5476
|
default: string;
|
|
5433
5477
|
validator: (prop: string) => boolean;
|
|
@@ -5453,7 +5497,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5453
5497
|
required: false;
|
|
5454
5498
|
};
|
|
5455
5499
|
to: {
|
|
5456
|
-
type: (
|
|
5500
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5457
5501
|
required: false;
|
|
5458
5502
|
default: undefined;
|
|
5459
5503
|
};
|
|
@@ -5465,13 +5509,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5465
5509
|
}>> & Readonly<{
|
|
5466
5510
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
5467
5511
|
}>, {
|
|
5512
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
5468
5513
|
to: string | Record<string, any>;
|
|
5469
|
-
disabled: boolean;
|
|
5470
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
5471
5514
|
href: string;
|
|
5472
5515
|
ariaLabel: string;
|
|
5473
5516
|
compact: boolean;
|
|
5474
5517
|
blockClasses: string;
|
|
5518
|
+
disabled: boolean;
|
|
5475
5519
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5476
5520
|
IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5477
5521
|
IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -5687,7 +5731,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5687
5731
|
default: string;
|
|
5688
5732
|
};
|
|
5689
5733
|
objectFitClass: {
|
|
5690
|
-
type: import('vue').PropType<"
|
|
5734
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
5691
5735
|
required: false;
|
|
5692
5736
|
default: string;
|
|
5693
5737
|
validator: (prop: string) => boolean;
|
|
@@ -5729,7 +5773,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5729
5773
|
default: string;
|
|
5730
5774
|
};
|
|
5731
5775
|
objectFitClass: {
|
|
5732
|
-
type: import('vue').PropType<"
|
|
5776
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
5733
5777
|
required: false;
|
|
5734
5778
|
default: string;
|
|
5735
5779
|
validator: (prop: string) => boolean;
|
|
@@ -5761,13 +5805,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5761
5805
|
default: string;
|
|
5762
5806
|
};
|
|
5763
5807
|
}>> & Readonly<{}>, {
|
|
5764
|
-
imageClass: string;
|
|
5765
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
5766
|
-
srcset: string;
|
|
5767
5808
|
alt: string;
|
|
5768
5809
|
width: string | number;
|
|
5769
5810
|
height: string | number;
|
|
5811
|
+
srcset: string;
|
|
5770
5812
|
loading: "lazy" | "eager" | undefined;
|
|
5813
|
+
imageClass: string;
|
|
5814
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
5771
5815
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5772
5816
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5773
5817
|
darkMode: {
|
|
@@ -5858,13 +5902,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5858
5902
|
}, {}, {
|
|
5859
5903
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5860
5904
|
variant: {
|
|
5861
|
-
type: import('vue').PropType<"default" | "
|
|
5905
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
5862
5906
|
required: false;
|
|
5863
5907
|
default: string;
|
|
5864
5908
|
validator: (prop: string) => boolean;
|
|
5865
5909
|
};
|
|
5866
5910
|
to: {
|
|
5867
|
-
type: (
|
|
5911
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5868
5912
|
default: undefined;
|
|
5869
5913
|
};
|
|
5870
5914
|
exact: {
|
|
@@ -5875,6 +5919,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5875
5919
|
type: StringConstructor;
|
|
5876
5920
|
default: undefined;
|
|
5877
5921
|
};
|
|
5922
|
+
addSlash: {
|
|
5923
|
+
type: BooleanConstructor;
|
|
5924
|
+
default: boolean;
|
|
5925
|
+
};
|
|
5878
5926
|
title: {
|
|
5879
5927
|
type: StringConstructor;
|
|
5880
5928
|
default: undefined;
|
|
@@ -5961,13 +6009,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5961
6009
|
addTrailingSlash(path: string): string;
|
|
5962
6010
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
5963
6011
|
variant: {
|
|
5964
|
-
type: import('vue').PropType<"default" | "
|
|
6012
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
5965
6013
|
required: false;
|
|
5966
6014
|
default: string;
|
|
5967
6015
|
validator: (prop: string) => boolean;
|
|
5968
6016
|
};
|
|
5969
6017
|
to: {
|
|
5970
|
-
type: (
|
|
6018
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5971
6019
|
default: undefined;
|
|
5972
6020
|
};
|
|
5973
6021
|
exact: {
|
|
@@ -5978,6 +6026,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5978
6026
|
type: StringConstructor;
|
|
5979
6027
|
default: undefined;
|
|
5980
6028
|
};
|
|
6029
|
+
addSlash: {
|
|
6030
|
+
type: BooleanConstructor;
|
|
6031
|
+
default: boolean;
|
|
6032
|
+
};
|
|
5981
6033
|
title: {
|
|
5982
6034
|
type: StringConstructor;
|
|
5983
6035
|
default: undefined;
|
|
@@ -6037,14 +6089,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6037
6089
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6038
6090
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6039
6091
|
}>, {
|
|
6040
|
-
to: string | Record<string, any>;
|
|
6041
6092
|
title: string;
|
|
6042
|
-
variant: "default" | "
|
|
6043
|
-
|
|
6044
|
-
target: string;
|
|
6093
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
6094
|
+
to: string | Record<string, any>;
|
|
6045
6095
|
exact: boolean;
|
|
6096
|
+
href: string;
|
|
6097
|
+
addSlash: boolean;
|
|
6046
6098
|
ariaLabel: string;
|
|
6047
6099
|
linkClass: string;
|
|
6100
|
+
target: string;
|
|
6048
6101
|
externalTargetBlank: boolean;
|
|
6049
6102
|
caret: boolean;
|
|
6050
6103
|
caretWrapperClass: string;
|
|
@@ -6177,13 +6230,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6177
6230
|
}, {}, {
|
|
6178
6231
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6179
6232
|
variant: {
|
|
6180
|
-
type: import('vue').PropType<"default" | "
|
|
6233
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
6181
6234
|
required: false;
|
|
6182
6235
|
default: string;
|
|
6183
6236
|
validator: (prop: string) => boolean;
|
|
6184
6237
|
};
|
|
6185
6238
|
to: {
|
|
6186
|
-
type: (
|
|
6239
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6187
6240
|
default: undefined;
|
|
6188
6241
|
};
|
|
6189
6242
|
exact: {
|
|
@@ -6194,6 +6247,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6194
6247
|
type: StringConstructor;
|
|
6195
6248
|
default: undefined;
|
|
6196
6249
|
};
|
|
6250
|
+
addSlash: {
|
|
6251
|
+
type: BooleanConstructor;
|
|
6252
|
+
default: boolean;
|
|
6253
|
+
};
|
|
6197
6254
|
title: {
|
|
6198
6255
|
type: StringConstructor;
|
|
6199
6256
|
default: undefined;
|
|
@@ -6280,13 +6337,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6280
6337
|
addTrailingSlash(path: string): string;
|
|
6281
6338
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
6282
6339
|
variant: {
|
|
6283
|
-
type: import('vue').PropType<"default" | "
|
|
6340
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
6284
6341
|
required: false;
|
|
6285
6342
|
default: string;
|
|
6286
6343
|
validator: (prop: string) => boolean;
|
|
6287
6344
|
};
|
|
6288
6345
|
to: {
|
|
6289
|
-
type: (
|
|
6346
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6290
6347
|
default: undefined;
|
|
6291
6348
|
};
|
|
6292
6349
|
exact: {
|
|
@@ -6297,6 +6354,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6297
6354
|
type: StringConstructor;
|
|
6298
6355
|
default: undefined;
|
|
6299
6356
|
};
|
|
6357
|
+
addSlash: {
|
|
6358
|
+
type: BooleanConstructor;
|
|
6359
|
+
default: boolean;
|
|
6360
|
+
};
|
|
6300
6361
|
title: {
|
|
6301
6362
|
type: StringConstructor;
|
|
6302
6363
|
default: undefined;
|
|
@@ -6356,14 +6417,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6356
6417
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6357
6418
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6358
6419
|
}>, {
|
|
6359
|
-
to: string | Record<string, any>;
|
|
6360
6420
|
title: string;
|
|
6361
|
-
variant: "default" | "
|
|
6362
|
-
|
|
6363
|
-
target: string;
|
|
6421
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
6422
|
+
to: string | Record<string, any>;
|
|
6364
6423
|
exact: boolean;
|
|
6424
|
+
href: string;
|
|
6425
|
+
addSlash: boolean;
|
|
6365
6426
|
ariaLabel: string;
|
|
6366
6427
|
linkClass: string;
|
|
6428
|
+
target: string;
|
|
6367
6429
|
externalTargetBlank: boolean;
|
|
6368
6430
|
caret: boolean;
|
|
6369
6431
|
caretWrapperClass: string;
|
|
@@ -6649,7 +6711,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6649
6711
|
default: string;
|
|
6650
6712
|
};
|
|
6651
6713
|
objectFitClass: {
|
|
6652
|
-
type: import('vue').PropType<"
|
|
6714
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
6653
6715
|
required: false;
|
|
6654
6716
|
default: string;
|
|
6655
6717
|
validator: (prop: string) => boolean;
|
|
@@ -6691,7 +6753,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6691
6753
|
default: string;
|
|
6692
6754
|
};
|
|
6693
6755
|
objectFitClass: {
|
|
6694
|
-
type: import('vue').PropType<"
|
|
6756
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
6695
6757
|
required: false;
|
|
6696
6758
|
default: string;
|
|
6697
6759
|
validator: (prop: string) => boolean;
|
|
@@ -6723,13 +6785,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6723
6785
|
default: string;
|
|
6724
6786
|
};
|
|
6725
6787
|
}>> & Readonly<{}>, {
|
|
6726
|
-
imageClass: string;
|
|
6727
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
6728
|
-
srcset: string;
|
|
6729
6788
|
alt: string;
|
|
6730
6789
|
width: string | number;
|
|
6731
6790
|
height: string | number;
|
|
6791
|
+
srcset: string;
|
|
6732
6792
|
loading: "lazy" | "eager" | undefined;
|
|
6793
|
+
imageClass: string;
|
|
6794
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
6733
6795
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6734
6796
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6735
6797
|
darkMode: {
|
|
@@ -6901,7 +6963,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6901
6963
|
}, {}, {
|
|
6902
6964
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6903
6965
|
variant: {
|
|
6904
|
-
type: import('vue').PropType<"
|
|
6966
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
6905
6967
|
required: false;
|
|
6906
6968
|
default: string;
|
|
6907
6969
|
validator: (prop: string) => boolean;
|
|
@@ -6927,7 +6989,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6927
6989
|
required: false;
|
|
6928
6990
|
};
|
|
6929
6991
|
to: {
|
|
6930
|
-
type: (
|
|
6992
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6931
6993
|
required: false;
|
|
6932
6994
|
default: undefined;
|
|
6933
6995
|
};
|
|
@@ -6943,7 +7005,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6943
7005
|
variantClass(): string;
|
|
6944
7006
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
6945
7007
|
variant: {
|
|
6946
|
-
type: import('vue').PropType<"
|
|
7008
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
6947
7009
|
required: false;
|
|
6948
7010
|
default: string;
|
|
6949
7011
|
validator: (prop: string) => boolean;
|
|
@@ -6969,7 +7031,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6969
7031
|
required: false;
|
|
6970
7032
|
};
|
|
6971
7033
|
to: {
|
|
6972
|
-
type: (
|
|
7034
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
6973
7035
|
required: false;
|
|
6974
7036
|
default: undefined;
|
|
6975
7037
|
};
|
|
@@ -6981,13 +7043,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6981
7043
|
}>> & Readonly<{
|
|
6982
7044
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
6983
7045
|
}>, {
|
|
7046
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
6984
7047
|
to: string | Record<string, any>;
|
|
6985
|
-
disabled: boolean;
|
|
6986
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
6987
7048
|
href: string;
|
|
6988
7049
|
ariaLabel: string;
|
|
6989
7050
|
compact: boolean;
|
|
6990
7051
|
blockClasses: string;
|
|
7052
|
+
disabled: boolean;
|
|
6991
7053
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6992
7054
|
IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6993
7055
|
IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -7203,7 +7265,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7203
7265
|
default: string;
|
|
7204
7266
|
};
|
|
7205
7267
|
objectFitClass: {
|
|
7206
|
-
type: import('vue').PropType<"
|
|
7268
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
7207
7269
|
required: false;
|
|
7208
7270
|
default: string;
|
|
7209
7271
|
validator: (prop: string) => boolean;
|
|
@@ -7245,7 +7307,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7245
7307
|
default: string;
|
|
7246
7308
|
};
|
|
7247
7309
|
objectFitClass: {
|
|
7248
|
-
type: import('vue').PropType<"
|
|
7310
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
7249
7311
|
required: false;
|
|
7250
7312
|
default: string;
|
|
7251
7313
|
validator: (prop: string) => boolean;
|
|
@@ -7277,13 +7339,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7277
7339
|
default: string;
|
|
7278
7340
|
};
|
|
7279
7341
|
}>> & Readonly<{}>, {
|
|
7280
|
-
imageClass: string;
|
|
7281
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
7282
|
-
srcset: string;
|
|
7283
7342
|
alt: string;
|
|
7284
7343
|
width: string | number;
|
|
7285
7344
|
height: string | number;
|
|
7345
|
+
srcset: string;
|
|
7286
7346
|
loading: "lazy" | "eager" | undefined;
|
|
7347
|
+
imageClass: string;
|
|
7348
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
7287
7349
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7288
7350
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7289
7351
|
darkMode: {
|
|
@@ -7374,13 +7436,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7374
7436
|
}, {}, {
|
|
7375
7437
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7376
7438
|
variant: {
|
|
7377
|
-
type: import('vue').PropType<"default" | "
|
|
7439
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
7378
7440
|
required: false;
|
|
7379
7441
|
default: string;
|
|
7380
7442
|
validator: (prop: string) => boolean;
|
|
7381
7443
|
};
|
|
7382
7444
|
to: {
|
|
7383
|
-
type: (
|
|
7445
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7384
7446
|
default: undefined;
|
|
7385
7447
|
};
|
|
7386
7448
|
exact: {
|
|
@@ -7391,6 +7453,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7391
7453
|
type: StringConstructor;
|
|
7392
7454
|
default: undefined;
|
|
7393
7455
|
};
|
|
7456
|
+
addSlash: {
|
|
7457
|
+
type: BooleanConstructor;
|
|
7458
|
+
default: boolean;
|
|
7459
|
+
};
|
|
7394
7460
|
title: {
|
|
7395
7461
|
type: StringConstructor;
|
|
7396
7462
|
default: undefined;
|
|
@@ -7477,13 +7543,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7477
7543
|
addTrailingSlash(path: string): string;
|
|
7478
7544
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7479
7545
|
variant: {
|
|
7480
|
-
type: import('vue').PropType<"default" | "
|
|
7546
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
7481
7547
|
required: false;
|
|
7482
7548
|
default: string;
|
|
7483
7549
|
validator: (prop: string) => boolean;
|
|
7484
7550
|
};
|
|
7485
7551
|
to: {
|
|
7486
|
-
type: (
|
|
7552
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7487
7553
|
default: undefined;
|
|
7488
7554
|
};
|
|
7489
7555
|
exact: {
|
|
@@ -7494,6 +7560,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7494
7560
|
type: StringConstructor;
|
|
7495
7561
|
default: undefined;
|
|
7496
7562
|
};
|
|
7563
|
+
addSlash: {
|
|
7564
|
+
type: BooleanConstructor;
|
|
7565
|
+
default: boolean;
|
|
7566
|
+
};
|
|
7497
7567
|
title: {
|
|
7498
7568
|
type: StringConstructor;
|
|
7499
7569
|
default: undefined;
|
|
@@ -7553,14 +7623,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7553
7623
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7554
7624
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7555
7625
|
}>, {
|
|
7556
|
-
to: string | Record<string, any>;
|
|
7557
7626
|
title: string;
|
|
7558
|
-
variant: "default" | "
|
|
7559
|
-
|
|
7560
|
-
target: string;
|
|
7627
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
7628
|
+
to: string | Record<string, any>;
|
|
7561
7629
|
exact: boolean;
|
|
7630
|
+
href: string;
|
|
7631
|
+
addSlash: boolean;
|
|
7562
7632
|
ariaLabel: string;
|
|
7563
7633
|
linkClass: string;
|
|
7634
|
+
target: string;
|
|
7564
7635
|
externalTargetBlank: boolean;
|
|
7565
7636
|
caret: boolean;
|
|
7566
7637
|
caretWrapperClass: string;
|
|
@@ -7911,7 +7982,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7911
7982
|
default: string;
|
|
7912
7983
|
};
|
|
7913
7984
|
objectFitClass: {
|
|
7914
|
-
type: import('vue').PropType<"
|
|
7985
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
7915
7986
|
required: false;
|
|
7916
7987
|
default: string;
|
|
7917
7988
|
validator: (prop: string) => boolean;
|
|
@@ -7953,7 +8024,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7953
8024
|
default: string;
|
|
7954
8025
|
};
|
|
7955
8026
|
objectFitClass: {
|
|
7956
|
-
type: import('vue').PropType<"
|
|
8027
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
7957
8028
|
required: false;
|
|
7958
8029
|
default: string;
|
|
7959
8030
|
validator: (prop: string) => boolean;
|
|
@@ -7985,13 +8056,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7985
8056
|
default: string;
|
|
7986
8057
|
};
|
|
7987
8058
|
}>> & Readonly<{}>, {
|
|
7988
|
-
imageClass: string;
|
|
7989
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
7990
|
-
srcset: string;
|
|
7991
8059
|
alt: string;
|
|
7992
8060
|
width: string | number;
|
|
7993
8061
|
height: string | number;
|
|
8062
|
+
srcset: string;
|
|
7994
8063
|
loading: "lazy" | "eager" | undefined;
|
|
8064
|
+
imageClass: string;
|
|
8065
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
7995
8066
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7996
8067
|
BaseImageCaption: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7997
8068
|
data: {
|
|
@@ -8025,13 +8096,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8025
8096
|
}, {}, {
|
|
8026
8097
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
8027
8098
|
variant: {
|
|
8028
|
-
type: import('vue').PropType<"default" | "
|
|
8099
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
8029
8100
|
required: false;
|
|
8030
8101
|
default: string;
|
|
8031
8102
|
validator: (prop: string) => boolean;
|
|
8032
8103
|
};
|
|
8033
8104
|
to: {
|
|
8034
|
-
type: (
|
|
8105
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8035
8106
|
default: undefined;
|
|
8036
8107
|
};
|
|
8037
8108
|
exact: {
|
|
@@ -8042,6 +8113,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8042
8113
|
type: StringConstructor;
|
|
8043
8114
|
default: undefined;
|
|
8044
8115
|
};
|
|
8116
|
+
addSlash: {
|
|
8117
|
+
type: BooleanConstructor;
|
|
8118
|
+
default: boolean;
|
|
8119
|
+
};
|
|
8045
8120
|
title: {
|
|
8046
8121
|
type: StringConstructor;
|
|
8047
8122
|
default: undefined;
|
|
@@ -8128,13 +8203,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8128
8203
|
addTrailingSlash(path: string): string;
|
|
8129
8204
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
8130
8205
|
variant: {
|
|
8131
|
-
type: import('vue').PropType<"default" | "
|
|
8206
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
8132
8207
|
required: false;
|
|
8133
8208
|
default: string;
|
|
8134
8209
|
validator: (prop: string) => boolean;
|
|
8135
8210
|
};
|
|
8136
8211
|
to: {
|
|
8137
|
-
type: (
|
|
8212
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8138
8213
|
default: undefined;
|
|
8139
8214
|
};
|
|
8140
8215
|
exact: {
|
|
@@ -8145,6 +8220,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8145
8220
|
type: StringConstructor;
|
|
8146
8221
|
default: undefined;
|
|
8147
8222
|
};
|
|
8223
|
+
addSlash: {
|
|
8224
|
+
type: BooleanConstructor;
|
|
8225
|
+
default: boolean;
|
|
8226
|
+
};
|
|
8148
8227
|
title: {
|
|
8149
8228
|
type: StringConstructor;
|
|
8150
8229
|
default: undefined;
|
|
@@ -8204,14 +8283,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8204
8283
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
8205
8284
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
8206
8285
|
}>, {
|
|
8207
|
-
to: string | Record<string, any>;
|
|
8208
8286
|
title: string;
|
|
8209
|
-
variant: "default" | "
|
|
8210
|
-
|
|
8211
|
-
target: string;
|
|
8287
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
8288
|
+
to: string | Record<string, any>;
|
|
8212
8289
|
exact: boolean;
|
|
8290
|
+
href: string;
|
|
8291
|
+
addSlash: boolean;
|
|
8213
8292
|
ariaLabel: string;
|
|
8214
8293
|
linkClass: string;
|
|
8294
|
+
target: string;
|
|
8215
8295
|
externalTargetBlank: boolean;
|
|
8216
8296
|
caret: boolean;
|
|
8217
8297
|
caretWrapperClass: string;
|
|
@@ -8403,21 +8483,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8403
8483
|
variant: "small" | "medium" | "large";
|
|
8404
8484
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8405
8485
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8406
|
-
BlockLinkCardList: import('vue').DefineComponent<import('vue').
|
|
8407
|
-
items: {
|
|
8408
|
-
type: import('vue').PropType<import('../../interfaces').Card[]>;
|
|
8409
|
-
required: true;
|
|
8410
|
-
default: undefined;
|
|
8411
|
-
};
|
|
8412
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
8413
|
-
items: {
|
|
8414
|
-
type: import('vue').PropType<import('../../interfaces').Card[]>;
|
|
8415
|
-
required: true;
|
|
8416
|
-
default: undefined;
|
|
8417
|
-
};
|
|
8418
|
-
}>> & Readonly<{}>, {
|
|
8486
|
+
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<{}>, {
|
|
8419
8487
|
items: import('../../interfaces').Card[];
|
|
8420
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
8488
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
8421
8489
|
BlockLinkCarousel: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
8422
8490
|
itemType: {
|
|
8423
8491
|
type: import('vue').PropType<"cards" | "tiles">;
|
|
@@ -8472,7 +8540,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8472
8540
|
default: undefined;
|
|
8473
8541
|
};
|
|
8474
8542
|
link: {
|
|
8475
|
-
type: (
|
|
8543
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8476
8544
|
required: false;
|
|
8477
8545
|
default: undefined;
|
|
8478
8546
|
};
|
|
@@ -8528,7 +8596,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8528
8596
|
default: undefined;
|
|
8529
8597
|
};
|
|
8530
8598
|
link: {
|
|
8531
|
-
type: (
|
|
8599
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8532
8600
|
required: false;
|
|
8533
8601
|
default: undefined;
|
|
8534
8602
|
};
|
|
@@ -8568,22 +8636,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8568
8636
|
link: string | Record<string, any>;
|
|
8569
8637
|
variant: "cards" | "tiles";
|
|
8570
8638
|
heading: string;
|
|
8571
|
-
initialSlide: number;
|
|
8572
|
-
slidesPerView: number;
|
|
8573
8639
|
indent: "col-1" | "col-2" | "col-3";
|
|
8574
8640
|
noLinks: boolean;
|
|
8575
8641
|
linkTitle: string;
|
|
8642
|
+
slidesPerView: number;
|
|
8576
8643
|
center: boolean;
|
|
8644
|
+
initialSlide: number;
|
|
8577
8645
|
}, {}, {
|
|
8578
8646
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
8579
8647
|
variant: {
|
|
8580
|
-
type: import('vue').PropType<"default" | "
|
|
8648
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
8581
8649
|
required: false;
|
|
8582
8650
|
default: string;
|
|
8583
8651
|
validator: (prop: string) => boolean;
|
|
8584
8652
|
};
|
|
8585
8653
|
to: {
|
|
8586
|
-
type: (
|
|
8654
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8587
8655
|
default: undefined;
|
|
8588
8656
|
};
|
|
8589
8657
|
exact: {
|
|
@@ -8594,6 +8662,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8594
8662
|
type: StringConstructor;
|
|
8595
8663
|
default: undefined;
|
|
8596
8664
|
};
|
|
8665
|
+
addSlash: {
|
|
8666
|
+
type: BooleanConstructor;
|
|
8667
|
+
default: boolean;
|
|
8668
|
+
};
|
|
8597
8669
|
title: {
|
|
8598
8670
|
type: StringConstructor;
|
|
8599
8671
|
default: undefined;
|
|
@@ -8680,13 +8752,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8680
8752
|
addTrailingSlash(path: string): string;
|
|
8681
8753
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
8682
8754
|
variant: {
|
|
8683
|
-
type: import('vue').PropType<"default" | "
|
|
8755
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
8684
8756
|
required: false;
|
|
8685
8757
|
default: string;
|
|
8686
8758
|
validator: (prop: string) => boolean;
|
|
8687
8759
|
};
|
|
8688
8760
|
to: {
|
|
8689
|
-
type: (
|
|
8761
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8690
8762
|
default: undefined;
|
|
8691
8763
|
};
|
|
8692
8764
|
exact: {
|
|
@@ -8697,6 +8769,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8697
8769
|
type: StringConstructor;
|
|
8698
8770
|
default: undefined;
|
|
8699
8771
|
};
|
|
8772
|
+
addSlash: {
|
|
8773
|
+
type: BooleanConstructor;
|
|
8774
|
+
default: boolean;
|
|
8775
|
+
};
|
|
8700
8776
|
title: {
|
|
8701
8777
|
type: StringConstructor;
|
|
8702
8778
|
default: undefined;
|
|
@@ -8756,14 +8832,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8756
8832
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
8757
8833
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
8758
8834
|
}>, {
|
|
8759
|
-
to: string | Record<string, any>;
|
|
8760
8835
|
title: string;
|
|
8761
|
-
variant: "default" | "
|
|
8762
|
-
|
|
8763
|
-
target: string;
|
|
8836
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
8837
|
+
to: string | Record<string, any>;
|
|
8764
8838
|
exact: boolean;
|
|
8839
|
+
href: string;
|
|
8840
|
+
addSlash: boolean;
|
|
8765
8841
|
ariaLabel: string;
|
|
8766
8842
|
linkClass: string;
|
|
8843
|
+
target: string;
|
|
8767
8844
|
externalTargetBlank: boolean;
|
|
8768
8845
|
caret: boolean;
|
|
8769
8846
|
caretWrapperClass: string;
|
|
@@ -8839,7 +8916,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8839
8916
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8840
8917
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
8841
8918
|
variant: {
|
|
8842
|
-
type: import('vue').PropType<"
|
|
8919
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
8843
8920
|
required: false;
|
|
8844
8921
|
default: string;
|
|
8845
8922
|
validator: (prop: string) => boolean;
|
|
@@ -8865,7 +8942,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8865
8942
|
required: false;
|
|
8866
8943
|
};
|
|
8867
8944
|
to: {
|
|
8868
|
-
type: (
|
|
8945
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8869
8946
|
required: false;
|
|
8870
8947
|
default: undefined;
|
|
8871
8948
|
};
|
|
@@ -8881,7 +8958,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8881
8958
|
variantClass(): string;
|
|
8882
8959
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
8883
8960
|
variant: {
|
|
8884
|
-
type: import('vue').PropType<"
|
|
8961
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
8885
8962
|
required: false;
|
|
8886
8963
|
default: string;
|
|
8887
8964
|
validator: (prop: string) => boolean;
|
|
@@ -8907,7 +8984,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8907
8984
|
required: false;
|
|
8908
8985
|
};
|
|
8909
8986
|
to: {
|
|
8910
|
-
type: (
|
|
8987
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
8911
8988
|
required: false;
|
|
8912
8989
|
default: undefined;
|
|
8913
8990
|
};
|
|
@@ -8919,13 +8996,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8919
8996
|
}>> & Readonly<{
|
|
8920
8997
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
8921
8998
|
}>, {
|
|
8999
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
8922
9000
|
to: string | Record<string, any>;
|
|
8923
|
-
disabled: boolean;
|
|
8924
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
8925
9001
|
href: string;
|
|
8926
9002
|
ariaLabel: string;
|
|
8927
9003
|
compact: boolean;
|
|
8928
9004
|
blockClasses: string;
|
|
9005
|
+
disabled: boolean;
|
|
8929
9006
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8930
9007
|
IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8931
9008
|
IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -9189,9 +9266,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9189
9266
|
default: boolean;
|
|
9190
9267
|
};
|
|
9191
9268
|
}>> & Readonly<{}>, {
|
|
9192
|
-
data: import('../../interfaces').Card;
|
|
9193
|
-
label: string;
|
|
9194
|
-
title: string;
|
|
9195
9269
|
startDate: string;
|
|
9196
9270
|
endDate: string;
|
|
9197
9271
|
startDatetime: string;
|
|
@@ -9201,7 +9275,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9201
9275
|
location: string;
|
|
9202
9276
|
size: "sm" | "md" | "lg";
|
|
9203
9277
|
url: string;
|
|
9278
|
+
title: string;
|
|
9204
9279
|
date: string;
|
|
9280
|
+
data: import('../../interfaces').Card;
|
|
9281
|
+
label: string;
|
|
9205
9282
|
headingLevel: keyof {
|
|
9206
9283
|
h1: string;
|
|
9207
9284
|
h2: string;
|
|
@@ -9219,13 +9296,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9219
9296
|
IconExternal: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9220
9297
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
9221
9298
|
variant: {
|
|
9222
|
-
type: import('vue').PropType<"default" | "
|
|
9299
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
9223
9300
|
required: false;
|
|
9224
9301
|
default: string;
|
|
9225
9302
|
validator: (prop: string) => boolean;
|
|
9226
9303
|
};
|
|
9227
9304
|
to: {
|
|
9228
|
-
type: (
|
|
9305
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
9229
9306
|
default: undefined;
|
|
9230
9307
|
};
|
|
9231
9308
|
exact: {
|
|
@@ -9236,6 +9313,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9236
9313
|
type: StringConstructor;
|
|
9237
9314
|
default: undefined;
|
|
9238
9315
|
};
|
|
9316
|
+
addSlash: {
|
|
9317
|
+
type: BooleanConstructor;
|
|
9318
|
+
default: boolean;
|
|
9319
|
+
};
|
|
9239
9320
|
title: {
|
|
9240
9321
|
type: StringConstructor;
|
|
9241
9322
|
default: undefined;
|
|
@@ -9322,13 +9403,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9322
9403
|
addTrailingSlash(path: string): string;
|
|
9323
9404
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9324
9405
|
variant: {
|
|
9325
|
-
type: import('vue').PropType<"default" | "
|
|
9406
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
9326
9407
|
required: false;
|
|
9327
9408
|
default: string;
|
|
9328
9409
|
validator: (prop: string) => boolean;
|
|
9329
9410
|
};
|
|
9330
9411
|
to: {
|
|
9331
|
-
type: (
|
|
9412
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
9332
9413
|
default: undefined;
|
|
9333
9414
|
};
|
|
9334
9415
|
exact: {
|
|
@@ -9339,6 +9420,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9339
9420
|
type: StringConstructor;
|
|
9340
9421
|
default: undefined;
|
|
9341
9422
|
};
|
|
9423
|
+
addSlash: {
|
|
9424
|
+
type: BooleanConstructor;
|
|
9425
|
+
default: boolean;
|
|
9426
|
+
};
|
|
9342
9427
|
title: {
|
|
9343
9428
|
type: StringConstructor;
|
|
9344
9429
|
default: undefined;
|
|
@@ -9398,14 +9483,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9398
9483
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
9399
9484
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
9400
9485
|
}>, {
|
|
9401
|
-
to: string | Record<string, any>;
|
|
9402
9486
|
title: string;
|
|
9403
|
-
variant: "default" | "
|
|
9404
|
-
|
|
9405
|
-
target: string;
|
|
9487
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
9488
|
+
to: string | Record<string, any>;
|
|
9406
9489
|
exact: boolean;
|
|
9490
|
+
href: string;
|
|
9491
|
+
addSlash: boolean;
|
|
9407
9492
|
ariaLabel: string;
|
|
9408
9493
|
linkClass: string;
|
|
9494
|
+
target: string;
|
|
9409
9495
|
externalTargetBlank: boolean;
|
|
9410
9496
|
caret: boolean;
|
|
9411
9497
|
caretWrapperClass: string;
|
|
@@ -9486,7 +9572,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9486
9572
|
default: string;
|
|
9487
9573
|
};
|
|
9488
9574
|
objectFitClass: {
|
|
9489
|
-
type: import('vue').PropType<"
|
|
9575
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
9490
9576
|
required: false;
|
|
9491
9577
|
default: string;
|
|
9492
9578
|
validator: (prop: string) => boolean;
|
|
@@ -9528,7 +9614,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9528
9614
|
default: string;
|
|
9529
9615
|
};
|
|
9530
9616
|
objectFitClass: {
|
|
9531
|
-
type: import('vue').PropType<"
|
|
9617
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
9532
9618
|
required: false;
|
|
9533
9619
|
default: string;
|
|
9534
9620
|
validator: (prop: string) => boolean;
|
|
@@ -9560,13 +9646,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9560
9646
|
default: string;
|
|
9561
9647
|
};
|
|
9562
9648
|
}>> & Readonly<{}>, {
|
|
9563
|
-
imageClass: string;
|
|
9564
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
9565
|
-
srcset: string;
|
|
9566
9649
|
alt: string;
|
|
9567
9650
|
width: string | number;
|
|
9568
9651
|
height: string | number;
|
|
9652
|
+
srcset: string;
|
|
9569
9653
|
loading: "lazy" | "eager" | undefined;
|
|
9654
|
+
imageClass: string;
|
|
9655
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
9570
9656
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9571
9657
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
9572
9658
|
darkMode: {
|
|
@@ -9631,7 +9717,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9631
9717
|
default: undefined;
|
|
9632
9718
|
};
|
|
9633
9719
|
variant: {
|
|
9634
|
-
type: () => "
|
|
9720
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
9635
9721
|
default: string;
|
|
9636
9722
|
};
|
|
9637
9723
|
size: {
|
|
@@ -9648,7 +9734,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9648
9734
|
default: undefined;
|
|
9649
9735
|
};
|
|
9650
9736
|
variant: {
|
|
9651
|
-
type: () => "
|
|
9737
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
9652
9738
|
default: string;
|
|
9653
9739
|
};
|
|
9654
9740
|
size: {
|
|
@@ -9660,198 +9746,36 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9660
9746
|
default: undefined;
|
|
9661
9747
|
};
|
|
9662
9748
|
}>> & Readonly<{}>, {
|
|
9663
|
-
text: string;
|
|
9664
|
-
variant: "secondary" | "primary" | "primary-inverted" | "action";
|
|
9665
9749
|
size: "sm" | "md" | "lg";
|
|
9750
|
+
text: string;
|
|
9751
|
+
variant: "primary" | "primary-inverted" | "secondary" | "action";
|
|
9666
9752
|
contentType: "EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage";
|
|
9667
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
9668
|
-
CalendarChip: import('vue').DefineComponent<import('vue').
|
|
9669
|
-
startDate: {
|
|
9670
|
-
type: import('vue').PropType<string>;
|
|
9671
|
-
default: undefined;
|
|
9672
|
-
};
|
|
9673
|
-
endDate: {
|
|
9674
|
-
type: import('vue').PropType<string>;
|
|
9675
|
-
default: undefined;
|
|
9676
|
-
};
|
|
9677
|
-
ongoing: {
|
|
9678
|
-
type: import('vue').PropType<boolean>;
|
|
9679
|
-
default: boolean;
|
|
9680
|
-
};
|
|
9681
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9682
|
-
startDate: {
|
|
9683
|
-
type: import('vue').PropType<string>;
|
|
9684
|
-
default: undefined;
|
|
9685
|
-
};
|
|
9686
|
-
endDate: {
|
|
9687
|
-
type: import('vue').PropType<string>;
|
|
9688
|
-
default: undefined;
|
|
9689
|
-
};
|
|
9690
|
-
ongoing: {
|
|
9691
|
-
type: import('vue').PropType<boolean>;
|
|
9692
|
-
default: boolean;
|
|
9693
|
-
};
|
|
9694
|
-
}>> & Readonly<{}>, {
|
|
9753
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLParagraphElement>;
|
|
9754
|
+
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<{}>, {
|
|
9695
9755
|
startDate: string;
|
|
9696
9756
|
endDate: string;
|
|
9697
9757
|
ongoing: boolean;
|
|
9698
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
9699
|
-
MetadataEvent: import('vue').DefineComponent<import('vue').
|
|
9700
|
-
event: {
|
|
9701
|
-
type: import('vue').PropType<import('../../interfaces').EventCardObject>;
|
|
9702
|
-
required: true;
|
|
9703
|
-
default: undefined;
|
|
9704
|
-
};
|
|
9705
|
-
compact: {
|
|
9706
|
-
type: import('vue').PropType<boolean>;
|
|
9707
|
-
default: boolean;
|
|
9708
|
-
};
|
|
9709
|
-
showTime: {
|
|
9710
|
-
type: import('vue').PropType<boolean>;
|
|
9711
|
-
default: boolean;
|
|
9712
|
-
};
|
|
9713
|
-
allowBreak: {
|
|
9714
|
-
type: import('vue').PropType<boolean>;
|
|
9715
|
-
default: boolean;
|
|
9716
|
-
};
|
|
9717
|
-
showLocation: {
|
|
9718
|
-
type: import('vue').PropType<boolean>;
|
|
9719
|
-
default: boolean;
|
|
9720
|
-
};
|
|
9721
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9722
|
-
event: {
|
|
9723
|
-
type: import('vue').PropType<import('../../interfaces').EventCardObject>;
|
|
9724
|
-
required: true;
|
|
9725
|
-
default: undefined;
|
|
9726
|
-
};
|
|
9727
|
-
compact: {
|
|
9728
|
-
type: import('vue').PropType<boolean>;
|
|
9729
|
-
default: boolean;
|
|
9730
|
-
};
|
|
9731
|
-
showTime: {
|
|
9732
|
-
type: import('vue').PropType<boolean>;
|
|
9733
|
-
default: boolean;
|
|
9734
|
-
};
|
|
9735
|
-
allowBreak: {
|
|
9736
|
-
type: import('vue').PropType<boolean>;
|
|
9737
|
-
default: boolean;
|
|
9738
|
-
};
|
|
9739
|
-
showLocation: {
|
|
9740
|
-
type: import('vue').PropType<boolean>;
|
|
9741
|
-
default: boolean;
|
|
9742
|
-
};
|
|
9743
|
-
}>> & Readonly<{}>, {
|
|
9758
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
9759
|
+
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<{}>, {
|
|
9744
9760
|
event: import('../../interfaces').EventCardObject;
|
|
9745
9761
|
compact: boolean;
|
|
9746
9762
|
showTime: boolean;
|
|
9747
9763
|
allowBreak: boolean;
|
|
9748
9764
|
showLocation: boolean;
|
|
9749
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
9750
|
-
MetadataEduResource: import('vue').DefineComponent<import('vue').
|
|
9751
|
-
variant: {
|
|
9752
|
-
type: import('vue').PropType<import('../../interfaces').MetaPanelTheme>;
|
|
9753
|
-
default: string;
|
|
9754
|
-
};
|
|
9755
|
-
resource: {
|
|
9756
|
-
type: import('vue').PropType<import('../../interfaces').EduResourceCardObject>;
|
|
9757
|
-
required: true;
|
|
9758
|
-
default: undefined;
|
|
9759
|
-
};
|
|
9760
|
-
compact: {
|
|
9761
|
-
type: import('vue').PropType<boolean>;
|
|
9762
|
-
default: boolean;
|
|
9763
|
-
};
|
|
9764
|
-
showTime: {
|
|
9765
|
-
type: import('vue').PropType<boolean>;
|
|
9766
|
-
default: boolean;
|
|
9767
|
-
};
|
|
9768
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9769
|
-
variant: {
|
|
9770
|
-
type: import('vue').PropType<import('../../interfaces').MetaPanelTheme>;
|
|
9771
|
-
default: string;
|
|
9772
|
-
};
|
|
9773
|
-
resource: {
|
|
9774
|
-
type: import('vue').PropType<import('../../interfaces').EduResourceCardObject>;
|
|
9775
|
-
required: true;
|
|
9776
|
-
default: undefined;
|
|
9777
|
-
};
|
|
9778
|
-
compact: {
|
|
9779
|
-
type: import('vue').PropType<boolean>;
|
|
9780
|
-
default: boolean;
|
|
9781
|
-
};
|
|
9782
|
-
showTime: {
|
|
9783
|
-
type: import('vue').PropType<boolean>;
|
|
9784
|
-
default: boolean;
|
|
9785
|
-
};
|
|
9786
|
-
}>> & Readonly<{}>, {
|
|
9787
|
-
variant: import('../../interfaces').MetaPanelTheme;
|
|
9765
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
9766
|
+
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<{}>, {
|
|
9788
9767
|
resource: import('../../interfaces').EduResourceCardObject;
|
|
9768
|
+
variant: import('../../interfaces').MetaPanelTheme;
|
|
9789
9769
|
compact: boolean;
|
|
9790
9770
|
showTime: boolean;
|
|
9791
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
9792
|
-
BlockLinkCardCollectionLg: import('vue').DefineComponent<import('vue').
|
|
9793
|
-
size: {
|
|
9794
|
-
type: import('vue').PropType<string>;
|
|
9795
|
-
default: undefined;
|
|
9796
|
-
};
|
|
9797
|
-
headingLevel: {
|
|
9798
|
-
type: import('vue').PropType<keyof {
|
|
9799
|
-
h1: string;
|
|
9800
|
-
h2: string;
|
|
9801
|
-
h3: string;
|
|
9802
|
-
h4: string;
|
|
9803
|
-
h5: string;
|
|
9804
|
-
h6: string;
|
|
9805
|
-
}>;
|
|
9806
|
-
default: undefined;
|
|
9807
|
-
};
|
|
9808
|
-
metadataAttrs: {
|
|
9809
|
-
type: import('vue').PropType<any>;
|
|
9810
|
-
default: undefined;
|
|
9811
|
-
};
|
|
9812
|
-
theItem: {
|
|
9813
|
-
type: import('vue').PropType<import('../../interfaces').EduResourceCardObject>;
|
|
9814
|
-
default: undefined;
|
|
9815
|
-
};
|
|
9816
|
-
metadataType: {
|
|
9817
|
-
type: import('vue').PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
|
|
9818
|
-
default: undefined;
|
|
9819
|
-
};
|
|
9820
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9821
|
-
size: {
|
|
9822
|
-
type: import('vue').PropType<string>;
|
|
9823
|
-
default: undefined;
|
|
9824
|
-
};
|
|
9825
|
-
headingLevel: {
|
|
9826
|
-
type: import('vue').PropType<keyof {
|
|
9827
|
-
h1: string;
|
|
9828
|
-
h2: string;
|
|
9829
|
-
h3: string;
|
|
9830
|
-
h4: string;
|
|
9831
|
-
h5: string;
|
|
9832
|
-
h6: string;
|
|
9833
|
-
}>;
|
|
9834
|
-
default: undefined;
|
|
9835
|
-
};
|
|
9836
|
-
metadataAttrs: {
|
|
9837
|
-
type: import('vue').PropType<any>;
|
|
9838
|
-
default: undefined;
|
|
9839
|
-
};
|
|
9840
|
-
theItem: {
|
|
9841
|
-
type: import('vue').PropType<import('../../interfaces').EduResourceCardObject>;
|
|
9842
|
-
default: undefined;
|
|
9843
|
-
};
|
|
9844
|
-
metadataType: {
|
|
9845
|
-
type: import('vue').PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
|
|
9846
|
-
default: undefined;
|
|
9847
|
-
};
|
|
9848
|
-
}>> & Readonly<{}>, {
|
|
9771
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
9772
|
+
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<{}>, {
|
|
9849
9773
|
size: string;
|
|
9850
|
-
headingLevel: import('../../components/BaseHeading/BaseHeading.vue').HeadingLevel;
|
|
9851
9774
|
metadataAttrs: any;
|
|
9852
9775
|
theItem: import('../../interfaces').EduResourceCardObject;
|
|
9853
9776
|
metadataType: import('../../interfaces').ContentTypeKey;
|
|
9854
|
-
|
|
9777
|
+
headingLevel: import('../../components/BaseHeading/BaseHeading.vue').HeadingLevel;
|
|
9778
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
9855
9779
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9856
9780
|
BlockLinkTile: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
9857
9781
|
data: {
|
|
@@ -9969,12 +9893,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9969
9893
|
required: false;
|
|
9970
9894
|
};
|
|
9971
9895
|
}>> & Readonly<{}>, {
|
|
9972
|
-
data: import('../../interfaces').Card | import('../../interfaces').EventCardObject;
|
|
9973
|
-
label: string;
|
|
9974
|
-
title: string;
|
|
9975
9896
|
startDate: string;
|
|
9976
9897
|
endDate: string;
|
|
9977
9898
|
url: string;
|
|
9899
|
+
title: string;
|
|
9900
|
+
data: import('../../interfaces').Card | import('../../interfaces').EventCardObject;
|
|
9901
|
+
label: string;
|
|
9978
9902
|
compact: boolean;
|
|
9979
9903
|
externalLink: string;
|
|
9980
9904
|
thumbnailImage: Record<string, any>;
|
|
@@ -9982,13 +9906,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9982
9906
|
IconArrow: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9983
9907
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
9984
9908
|
variant: {
|
|
9985
|
-
type: import('vue').PropType<"default" | "
|
|
9909
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
9986
9910
|
required: false;
|
|
9987
9911
|
default: string;
|
|
9988
9912
|
validator: (prop: string) => boolean;
|
|
9989
9913
|
};
|
|
9990
9914
|
to: {
|
|
9991
|
-
type: (
|
|
9915
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
9992
9916
|
default: undefined;
|
|
9993
9917
|
};
|
|
9994
9918
|
exact: {
|
|
@@ -9999,6 +9923,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9999
9923
|
type: StringConstructor;
|
|
10000
9924
|
default: undefined;
|
|
10001
9925
|
};
|
|
9926
|
+
addSlash: {
|
|
9927
|
+
type: BooleanConstructor;
|
|
9928
|
+
default: boolean;
|
|
9929
|
+
};
|
|
10002
9930
|
title: {
|
|
10003
9931
|
type: StringConstructor;
|
|
10004
9932
|
default: undefined;
|
|
@@ -10085,13 +10013,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10085
10013
|
addTrailingSlash(path: string): string;
|
|
10086
10014
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
10087
10015
|
variant: {
|
|
10088
|
-
type: import('vue').PropType<"default" | "
|
|
10016
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
10089
10017
|
required: false;
|
|
10090
10018
|
default: string;
|
|
10091
10019
|
validator: (prop: string) => boolean;
|
|
10092
10020
|
};
|
|
10093
10021
|
to: {
|
|
10094
|
-
type: (
|
|
10022
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
10095
10023
|
default: undefined;
|
|
10096
10024
|
};
|
|
10097
10025
|
exact: {
|
|
@@ -10102,6 +10030,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10102
10030
|
type: StringConstructor;
|
|
10103
10031
|
default: undefined;
|
|
10104
10032
|
};
|
|
10033
|
+
addSlash: {
|
|
10034
|
+
type: BooleanConstructor;
|
|
10035
|
+
default: boolean;
|
|
10036
|
+
};
|
|
10105
10037
|
title: {
|
|
10106
10038
|
type: StringConstructor;
|
|
10107
10039
|
default: undefined;
|
|
@@ -10161,14 +10093,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10161
10093
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
10162
10094
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
10163
10095
|
}>, {
|
|
10164
|
-
to: string | Record<string, any>;
|
|
10165
10096
|
title: string;
|
|
10166
|
-
variant: "default" | "
|
|
10167
|
-
|
|
10168
|
-
target: string;
|
|
10097
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
10098
|
+
to: string | Record<string, any>;
|
|
10169
10099
|
exact: boolean;
|
|
10100
|
+
href: string;
|
|
10101
|
+
addSlash: boolean;
|
|
10170
10102
|
ariaLabel: string;
|
|
10171
10103
|
linkClass: string;
|
|
10104
|
+
target: string;
|
|
10172
10105
|
externalTargetBlank: boolean;
|
|
10173
10106
|
caret: boolean;
|
|
10174
10107
|
caretWrapperClass: string;
|
|
@@ -10249,7 +10182,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10249
10182
|
default: string;
|
|
10250
10183
|
};
|
|
10251
10184
|
objectFitClass: {
|
|
10252
|
-
type: import('vue').PropType<"
|
|
10185
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
10253
10186
|
required: false;
|
|
10254
10187
|
default: string;
|
|
10255
10188
|
validator: (prop: string) => boolean;
|
|
@@ -10291,7 +10224,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10291
10224
|
default: string;
|
|
10292
10225
|
};
|
|
10293
10226
|
objectFitClass: {
|
|
10294
|
-
type: import('vue').PropType<"
|
|
10227
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
10295
10228
|
required: false;
|
|
10296
10229
|
default: string;
|
|
10297
10230
|
validator: (prop: string) => boolean;
|
|
@@ -10323,13 +10256,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10323
10256
|
default: string;
|
|
10324
10257
|
};
|
|
10325
10258
|
}>> & Readonly<{}>, {
|
|
10326
|
-
imageClass: string;
|
|
10327
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
10328
|
-
srcset: string;
|
|
10329
10259
|
alt: string;
|
|
10330
10260
|
width: string | number;
|
|
10331
10261
|
height: string | number;
|
|
10262
|
+
srcset: string;
|
|
10332
10263
|
loading: "lazy" | "eager" | undefined;
|
|
10264
|
+
imageClass: string;
|
|
10265
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
10333
10266
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10334
10267
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
10335
10268
|
darkMode: {
|
|
@@ -10452,13 +10385,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10452
10385
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10453
10386
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
10454
10387
|
variant: {
|
|
10455
|
-
type: import('vue').PropType<"default" | "
|
|
10388
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
10456
10389
|
required: false;
|
|
10457
10390
|
default: string;
|
|
10458
10391
|
validator: (prop: string) => boolean;
|
|
10459
10392
|
};
|
|
10460
10393
|
to: {
|
|
10461
|
-
type: (
|
|
10394
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
10462
10395
|
default: undefined;
|
|
10463
10396
|
};
|
|
10464
10397
|
exact: {
|
|
@@ -10469,6 +10402,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10469
10402
|
type: StringConstructor;
|
|
10470
10403
|
default: undefined;
|
|
10471
10404
|
};
|
|
10405
|
+
addSlash: {
|
|
10406
|
+
type: BooleanConstructor;
|
|
10407
|
+
default: boolean;
|
|
10408
|
+
};
|
|
10472
10409
|
title: {
|
|
10473
10410
|
type: StringConstructor;
|
|
10474
10411
|
default: undefined;
|
|
@@ -10555,13 +10492,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10555
10492
|
addTrailingSlash(path: string): string;
|
|
10556
10493
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
10557
10494
|
variant: {
|
|
10558
|
-
type: import('vue').PropType<"default" | "
|
|
10495
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
10559
10496
|
required: false;
|
|
10560
10497
|
default: string;
|
|
10561
10498
|
validator: (prop: string) => boolean;
|
|
10562
10499
|
};
|
|
10563
10500
|
to: {
|
|
10564
|
-
type: (
|
|
10501
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
10565
10502
|
default: undefined;
|
|
10566
10503
|
};
|
|
10567
10504
|
exact: {
|
|
@@ -10572,6 +10509,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10572
10509
|
type: StringConstructor;
|
|
10573
10510
|
default: undefined;
|
|
10574
10511
|
};
|
|
10512
|
+
addSlash: {
|
|
10513
|
+
type: BooleanConstructor;
|
|
10514
|
+
default: boolean;
|
|
10515
|
+
};
|
|
10575
10516
|
title: {
|
|
10576
10517
|
type: StringConstructor;
|
|
10577
10518
|
default: undefined;
|
|
@@ -10631,14 +10572,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10631
10572
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
10632
10573
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
10633
10574
|
}>, {
|
|
10634
|
-
to: string | Record<string, any>;
|
|
10635
10575
|
title: string;
|
|
10636
|
-
variant: "default" | "
|
|
10637
|
-
|
|
10638
|
-
target: string;
|
|
10576
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
10577
|
+
to: string | Record<string, any>;
|
|
10639
10578
|
exact: boolean;
|
|
10579
|
+
href: string;
|
|
10580
|
+
addSlash: boolean;
|
|
10640
10581
|
ariaLabel: string;
|
|
10641
10582
|
linkClass: string;
|
|
10583
|
+
target: string;
|
|
10642
10584
|
externalTargetBlank: boolean;
|
|
10643
10585
|
caret: boolean;
|
|
10644
10586
|
caretWrapperClass: string;
|
|
@@ -10719,7 +10661,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10719
10661
|
default: string;
|
|
10720
10662
|
};
|
|
10721
10663
|
objectFitClass: {
|
|
10722
|
-
type: import('vue').PropType<"
|
|
10664
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
10723
10665
|
required: false;
|
|
10724
10666
|
default: string;
|
|
10725
10667
|
validator: (prop: string) => boolean;
|
|
@@ -10761,7 +10703,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10761
10703
|
default: string;
|
|
10762
10704
|
};
|
|
10763
10705
|
objectFitClass: {
|
|
10764
|
-
type: import('vue').PropType<"
|
|
10706
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
10765
10707
|
required: false;
|
|
10766
10708
|
default: string;
|
|
10767
10709
|
validator: (prop: string) => boolean;
|
|
@@ -10793,13 +10735,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10793
10735
|
default: string;
|
|
10794
10736
|
};
|
|
10795
10737
|
}>> & Readonly<{}>, {
|
|
10796
|
-
imageClass: string;
|
|
10797
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
10798
|
-
srcset: string;
|
|
10799
10738
|
alt: string;
|
|
10800
10739
|
width: string | number;
|
|
10801
10740
|
height: string | number;
|
|
10741
|
+
srcset: string;
|
|
10802
10742
|
loading: "lazy" | "eager" | undefined;
|
|
10743
|
+
imageClass: string;
|
|
10744
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
10803
10745
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10804
10746
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
10805
10747
|
darkMode: {
|
|
@@ -10906,13 +10848,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10906
10848
|
}, {}, {
|
|
10907
10849
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
10908
10850
|
variant: {
|
|
10909
|
-
type: import('vue').PropType<"default" | "
|
|
10851
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
10910
10852
|
required: false;
|
|
10911
10853
|
default: string;
|
|
10912
10854
|
validator: (prop: string) => boolean;
|
|
10913
10855
|
};
|
|
10914
10856
|
to: {
|
|
10915
|
-
type: (
|
|
10857
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
10916
10858
|
default: undefined;
|
|
10917
10859
|
};
|
|
10918
10860
|
exact: {
|
|
@@ -10923,6 +10865,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10923
10865
|
type: StringConstructor;
|
|
10924
10866
|
default: undefined;
|
|
10925
10867
|
};
|
|
10868
|
+
addSlash: {
|
|
10869
|
+
type: BooleanConstructor;
|
|
10870
|
+
default: boolean;
|
|
10871
|
+
};
|
|
10926
10872
|
title: {
|
|
10927
10873
|
type: StringConstructor;
|
|
10928
10874
|
default: undefined;
|
|
@@ -11009,13 +10955,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11009
10955
|
addTrailingSlash(path: string): string;
|
|
11010
10956
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11011
10957
|
variant: {
|
|
11012
|
-
type: import('vue').PropType<"default" | "
|
|
10958
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
11013
10959
|
required: false;
|
|
11014
10960
|
default: string;
|
|
11015
10961
|
validator: (prop: string) => boolean;
|
|
11016
10962
|
};
|
|
11017
10963
|
to: {
|
|
11018
|
-
type: (
|
|
10964
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
11019
10965
|
default: undefined;
|
|
11020
10966
|
};
|
|
11021
10967
|
exact: {
|
|
@@ -11026,6 +10972,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11026
10972
|
type: StringConstructor;
|
|
11027
10973
|
default: undefined;
|
|
11028
10974
|
};
|
|
10975
|
+
addSlash: {
|
|
10976
|
+
type: BooleanConstructor;
|
|
10977
|
+
default: boolean;
|
|
10978
|
+
};
|
|
11029
10979
|
title: {
|
|
11030
10980
|
type: StringConstructor;
|
|
11031
10981
|
default: undefined;
|
|
@@ -11085,14 +11035,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11085
11035
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
11086
11036
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
11087
11037
|
}>, {
|
|
11088
|
-
to: string | Record<string, any>;
|
|
11089
11038
|
title: string;
|
|
11090
|
-
variant: "default" | "
|
|
11091
|
-
|
|
11092
|
-
target: string;
|
|
11039
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
11040
|
+
to: string | Record<string, any>;
|
|
11093
11041
|
exact: boolean;
|
|
11042
|
+
href: string;
|
|
11043
|
+
addSlash: boolean;
|
|
11094
11044
|
ariaLabel: string;
|
|
11095
11045
|
linkClass: string;
|
|
11046
|
+
target: string;
|
|
11096
11047
|
externalTargetBlank: boolean;
|
|
11097
11048
|
caret: boolean;
|
|
11098
11049
|
caretWrapperClass: string;
|
|
@@ -11210,7 +11161,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11210
11161
|
validator: (prop: string) => boolean;
|
|
11211
11162
|
};
|
|
11212
11163
|
to: {
|
|
11213
|
-
type: (
|
|
11164
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
11214
11165
|
required: false;
|
|
11215
11166
|
};
|
|
11216
11167
|
href: {
|
|
@@ -11229,7 +11180,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11229
11180
|
validator: (prop: string) => boolean;
|
|
11230
11181
|
};
|
|
11231
11182
|
to: {
|
|
11232
|
-
type: (
|
|
11183
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
11233
11184
|
required: false;
|
|
11234
11185
|
};
|
|
11235
11186
|
href: {
|
|
@@ -11241,13 +11192,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11241
11192
|
}, {}, {
|
|
11242
11193
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11243
11194
|
variant: {
|
|
11244
|
-
type: import('vue').PropType<"default" | "
|
|
11195
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
11245
11196
|
required: false;
|
|
11246
11197
|
default: string;
|
|
11247
11198
|
validator: (prop: string) => boolean;
|
|
11248
11199
|
};
|
|
11249
11200
|
to: {
|
|
11250
|
-
type: (
|
|
11201
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
11251
11202
|
default: undefined;
|
|
11252
11203
|
};
|
|
11253
11204
|
exact: {
|
|
@@ -11258,6 +11209,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11258
11209
|
type: StringConstructor;
|
|
11259
11210
|
default: undefined;
|
|
11260
11211
|
};
|
|
11212
|
+
addSlash: {
|
|
11213
|
+
type: BooleanConstructor;
|
|
11214
|
+
default: boolean;
|
|
11215
|
+
};
|
|
11261
11216
|
title: {
|
|
11262
11217
|
type: StringConstructor;
|
|
11263
11218
|
default: undefined;
|
|
@@ -11344,13 +11299,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11344
11299
|
addTrailingSlash(path: string): string;
|
|
11345
11300
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11346
11301
|
variant: {
|
|
11347
|
-
type: import('vue').PropType<"default" | "
|
|
11302
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
11348
11303
|
required: false;
|
|
11349
11304
|
default: string;
|
|
11350
11305
|
validator: (prop: string) => boolean;
|
|
11351
11306
|
};
|
|
11352
11307
|
to: {
|
|
11353
|
-
type: (
|
|
11308
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
11354
11309
|
default: undefined;
|
|
11355
11310
|
};
|
|
11356
11311
|
exact: {
|
|
@@ -11361,6 +11316,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11361
11316
|
type: StringConstructor;
|
|
11362
11317
|
default: undefined;
|
|
11363
11318
|
};
|
|
11319
|
+
addSlash: {
|
|
11320
|
+
type: BooleanConstructor;
|
|
11321
|
+
default: boolean;
|
|
11322
|
+
};
|
|
11364
11323
|
title: {
|
|
11365
11324
|
type: StringConstructor;
|
|
11366
11325
|
default: undefined;
|
|
@@ -11420,14 +11379,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11420
11379
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
11421
11380
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
11422
11381
|
}>, {
|
|
11423
|
-
to: string | Record<string, any>;
|
|
11424
11382
|
title: string;
|
|
11425
|
-
variant: "default" | "
|
|
11426
|
-
|
|
11427
|
-
target: string;
|
|
11383
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
11384
|
+
to: string | Record<string, any>;
|
|
11428
11385
|
exact: boolean;
|
|
11386
|
+
href: string;
|
|
11387
|
+
addSlash: boolean;
|
|
11429
11388
|
ariaLabel: string;
|
|
11430
11389
|
linkClass: string;
|
|
11390
|
+
target: string;
|
|
11431
11391
|
externalTargetBlank: boolean;
|
|
11432
11392
|
caret: boolean;
|
|
11433
11393
|
caretWrapperClass: string;
|
|
@@ -11632,8 +11592,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11632
11592
|
};
|
|
11633
11593
|
}>> & Readonly<{}>, {
|
|
11634
11594
|
caption: string;
|
|
11635
|
-
data: import('../../interfaces').ImageObject;
|
|
11636
11595
|
displayCaption: boolean;
|
|
11596
|
+
data: import('../../interfaces').ImageObject;
|
|
11637
11597
|
customDetailUrl: string;
|
|
11638
11598
|
constrain: boolean;
|
|
11639
11599
|
}, {}, {
|
|
@@ -11794,7 +11754,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11794
11754
|
default: string;
|
|
11795
11755
|
};
|
|
11796
11756
|
objectFitClass: {
|
|
11797
|
-
type: import('vue').PropType<"
|
|
11757
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
11798
11758
|
required: false;
|
|
11799
11759
|
default: string;
|
|
11800
11760
|
validator: (prop: string) => boolean;
|
|
@@ -11836,7 +11796,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11836
11796
|
default: string;
|
|
11837
11797
|
};
|
|
11838
11798
|
objectFitClass: {
|
|
11839
|
-
type: import('vue').PropType<"
|
|
11799
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
11840
11800
|
required: false;
|
|
11841
11801
|
default: string;
|
|
11842
11802
|
validator: (prop: string) => boolean;
|
|
@@ -11868,13 +11828,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11868
11828
|
default: string;
|
|
11869
11829
|
};
|
|
11870
11830
|
}>> & Readonly<{}>, {
|
|
11871
|
-
imageClass: string;
|
|
11872
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
11873
|
-
srcset: string;
|
|
11874
11831
|
alt: string;
|
|
11875
11832
|
width: string | number;
|
|
11876
11833
|
height: string | number;
|
|
11834
|
+
srcset: string;
|
|
11877
11835
|
loading: "lazy" | "eager" | undefined;
|
|
11836
|
+
imageClass: string;
|
|
11837
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
11878
11838
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11879
11839
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11880
11840
|
darkMode: {
|
|
@@ -11965,13 +11925,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11965
11925
|
}, {}, {
|
|
11966
11926
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11967
11927
|
variant: {
|
|
11968
|
-
type: import('vue').PropType<"default" | "
|
|
11928
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
11969
11929
|
required: false;
|
|
11970
11930
|
default: string;
|
|
11971
11931
|
validator: (prop: string) => boolean;
|
|
11972
11932
|
};
|
|
11973
11933
|
to: {
|
|
11974
|
-
type: (
|
|
11934
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
11975
11935
|
default: undefined;
|
|
11976
11936
|
};
|
|
11977
11937
|
exact: {
|
|
@@ -11982,6 +11942,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11982
11942
|
type: StringConstructor;
|
|
11983
11943
|
default: undefined;
|
|
11984
11944
|
};
|
|
11945
|
+
addSlash: {
|
|
11946
|
+
type: BooleanConstructor;
|
|
11947
|
+
default: boolean;
|
|
11948
|
+
};
|
|
11985
11949
|
title: {
|
|
11986
11950
|
type: StringConstructor;
|
|
11987
11951
|
default: undefined;
|
|
@@ -12068,13 +12032,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12068
12032
|
addTrailingSlash(path: string): string;
|
|
12069
12033
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12070
12034
|
variant: {
|
|
12071
|
-
type: import('vue').PropType<"default" | "
|
|
12035
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
12072
12036
|
required: false;
|
|
12073
12037
|
default: string;
|
|
12074
12038
|
validator: (prop: string) => boolean;
|
|
12075
12039
|
};
|
|
12076
12040
|
to: {
|
|
12077
|
-
type: (
|
|
12041
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
12078
12042
|
default: undefined;
|
|
12079
12043
|
};
|
|
12080
12044
|
exact: {
|
|
@@ -12085,6 +12049,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12085
12049
|
type: StringConstructor;
|
|
12086
12050
|
default: undefined;
|
|
12087
12051
|
};
|
|
12052
|
+
addSlash: {
|
|
12053
|
+
type: BooleanConstructor;
|
|
12054
|
+
default: boolean;
|
|
12055
|
+
};
|
|
12088
12056
|
title: {
|
|
12089
12057
|
type: StringConstructor;
|
|
12090
12058
|
default: undefined;
|
|
@@ -12144,14 +12112,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12144
12112
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
12145
12113
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
12146
12114
|
}>, {
|
|
12147
|
-
to: string | Record<string, any>;
|
|
12148
12115
|
title: string;
|
|
12149
|
-
variant: "default" | "
|
|
12150
|
-
|
|
12151
|
-
target: string;
|
|
12116
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
12117
|
+
to: string | Record<string, any>;
|
|
12152
12118
|
exact: boolean;
|
|
12119
|
+
href: string;
|
|
12120
|
+
addSlash: boolean;
|
|
12153
12121
|
ariaLabel: string;
|
|
12154
12122
|
linkClass: string;
|
|
12123
|
+
target: string;
|
|
12155
12124
|
externalTargetBlank: boolean;
|
|
12156
12125
|
caret: boolean;
|
|
12157
12126
|
caretWrapperClass: string;
|
|
@@ -12289,7 +12258,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12289
12258
|
default: boolean;
|
|
12290
12259
|
};
|
|
12291
12260
|
teaserPage: {
|
|
12292
|
-
type: (
|
|
12261
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
12293
12262
|
required: false;
|
|
12294
12263
|
default: undefined;
|
|
12295
12264
|
};
|
|
@@ -12352,13 +12321,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12352
12321
|
default: boolean;
|
|
12353
12322
|
};
|
|
12354
12323
|
teaserPage: {
|
|
12355
|
-
type: (
|
|
12324
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
12356
12325
|
required: false;
|
|
12357
12326
|
default: undefined;
|
|
12358
12327
|
};
|
|
12359
12328
|
}>> & Readonly<{}>, {
|
|
12360
|
-
label: string;
|
|
12361
12329
|
image: Record<string, any>;
|
|
12330
|
+
label: string;
|
|
12362
12331
|
heading: string;
|
|
12363
12332
|
introduction: string;
|
|
12364
12333
|
teaserPage: Record<string, any> | unknown[];
|
|
@@ -12367,7 +12336,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12367
12336
|
}, {}, {
|
|
12368
12337
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
12369
12338
|
variant: {
|
|
12370
|
-
type: import('vue').PropType<"
|
|
12339
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
12371
12340
|
required: false;
|
|
12372
12341
|
default: string;
|
|
12373
12342
|
validator: (prop: string) => boolean;
|
|
@@ -12393,7 +12362,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12393
12362
|
required: false;
|
|
12394
12363
|
};
|
|
12395
12364
|
to: {
|
|
12396
|
-
type: (
|
|
12365
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
12397
12366
|
required: false;
|
|
12398
12367
|
default: undefined;
|
|
12399
12368
|
};
|
|
@@ -12409,7 +12378,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12409
12378
|
variantClass(): string;
|
|
12410
12379
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12411
12380
|
variant: {
|
|
12412
|
-
type: import('vue').PropType<"
|
|
12381
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
12413
12382
|
required: false;
|
|
12414
12383
|
default: string;
|
|
12415
12384
|
validator: (prop: string) => boolean;
|
|
@@ -12435,7 +12404,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12435
12404
|
required: false;
|
|
12436
12405
|
};
|
|
12437
12406
|
to: {
|
|
12438
|
-
type: (
|
|
12407
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
12439
12408
|
required: false;
|
|
12440
12409
|
default: undefined;
|
|
12441
12410
|
};
|
|
@@ -12447,13 +12416,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12447
12416
|
}>> & Readonly<{
|
|
12448
12417
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
12449
12418
|
}>, {
|
|
12419
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
12450
12420
|
to: string | Record<string, any>;
|
|
12451
|
-
disabled: boolean;
|
|
12452
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
12453
12421
|
href: string;
|
|
12454
12422
|
ariaLabel: string;
|
|
12455
12423
|
compact: boolean;
|
|
12456
12424
|
blockClasses: string;
|
|
12425
|
+
disabled: boolean;
|
|
12457
12426
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12458
12427
|
BaseImage: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
12459
12428
|
imageClass: {
|
|
@@ -12462,7 +12431,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12462
12431
|
default: string;
|
|
12463
12432
|
};
|
|
12464
12433
|
objectFitClass: {
|
|
12465
|
-
type: import('vue').PropType<"
|
|
12434
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
12466
12435
|
required: false;
|
|
12467
12436
|
default: string;
|
|
12468
12437
|
validator: (prop: string) => boolean;
|
|
@@ -12504,7 +12473,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12504
12473
|
default: string;
|
|
12505
12474
|
};
|
|
12506
12475
|
objectFitClass: {
|
|
12507
|
-
type: import('vue').PropType<"
|
|
12476
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
12508
12477
|
required: false;
|
|
12509
12478
|
default: string;
|
|
12510
12479
|
validator: (prop: string) => boolean;
|
|
@@ -12536,13 +12505,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12536
12505
|
default: string;
|
|
12537
12506
|
};
|
|
12538
12507
|
}>> & Readonly<{}>, {
|
|
12539
|
-
imageClass: string;
|
|
12540
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
12541
|
-
srcset: string;
|
|
12542
12508
|
alt: string;
|
|
12543
12509
|
width: string | number;
|
|
12544
12510
|
height: string | number;
|
|
12511
|
+
srcset: string;
|
|
12545
12512
|
loading: "lazy" | "eager" | undefined;
|
|
12513
|
+
imageClass: string;
|
|
12514
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
12546
12515
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12547
12516
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12548
12517
|
BlockText: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -12628,13 +12597,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12628
12597
|
}, {}, {
|
|
12629
12598
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
12630
12599
|
variant: {
|
|
12631
|
-
type: import('vue').PropType<"default" | "
|
|
12600
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
12632
12601
|
required: false;
|
|
12633
12602
|
default: string;
|
|
12634
12603
|
validator: (prop: string) => boolean;
|
|
12635
12604
|
};
|
|
12636
12605
|
to: {
|
|
12637
|
-
type: (
|
|
12606
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
12638
12607
|
default: undefined;
|
|
12639
12608
|
};
|
|
12640
12609
|
exact: {
|
|
@@ -12645,6 +12614,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12645
12614
|
type: StringConstructor;
|
|
12646
12615
|
default: undefined;
|
|
12647
12616
|
};
|
|
12617
|
+
addSlash: {
|
|
12618
|
+
type: BooleanConstructor;
|
|
12619
|
+
default: boolean;
|
|
12620
|
+
};
|
|
12648
12621
|
title: {
|
|
12649
12622
|
type: StringConstructor;
|
|
12650
12623
|
default: undefined;
|
|
@@ -12731,13 +12704,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12731
12704
|
addTrailingSlash(path: string): string;
|
|
12732
12705
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12733
12706
|
variant: {
|
|
12734
|
-
type: import('vue').PropType<"default" | "
|
|
12707
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
12735
12708
|
required: false;
|
|
12736
12709
|
default: string;
|
|
12737
12710
|
validator: (prop: string) => boolean;
|
|
12738
12711
|
};
|
|
12739
12712
|
to: {
|
|
12740
|
-
type: (
|
|
12713
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
12741
12714
|
default: undefined;
|
|
12742
12715
|
};
|
|
12743
12716
|
exact: {
|
|
@@ -12748,6 +12721,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12748
12721
|
type: StringConstructor;
|
|
12749
12722
|
default: undefined;
|
|
12750
12723
|
};
|
|
12724
|
+
addSlash: {
|
|
12725
|
+
type: BooleanConstructor;
|
|
12726
|
+
default: boolean;
|
|
12727
|
+
};
|
|
12751
12728
|
title: {
|
|
12752
12729
|
type: StringConstructor;
|
|
12753
12730
|
default: undefined;
|
|
@@ -12807,14 +12784,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12807
12784
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
12808
12785
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
12809
12786
|
}>, {
|
|
12810
|
-
to: string | Record<string, any>;
|
|
12811
12787
|
title: string;
|
|
12812
|
-
variant: "default" | "
|
|
12813
|
-
|
|
12814
|
-
target: string;
|
|
12788
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
12789
|
+
to: string | Record<string, any>;
|
|
12815
12790
|
exact: boolean;
|
|
12791
|
+
href: string;
|
|
12792
|
+
addSlash: boolean;
|
|
12816
12793
|
ariaLabel: string;
|
|
12817
12794
|
linkClass: string;
|
|
12795
|
+
target: string;
|
|
12818
12796
|
externalTargetBlank: boolean;
|
|
12819
12797
|
caret: boolean;
|
|
12820
12798
|
caretWrapperClass: string;
|
|
@@ -12947,17 +12925,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12947
12925
|
responsiveAspectRatio: string;
|
|
12948
12926
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12949
12927
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12950
|
-
BlockGist: import('vue').DefineComponent<import('vue').
|
|
12951
|
-
|
|
12952
|
-
|
|
12953
|
-
required: true;
|
|
12954
|
-
};
|
|
12955
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12956
|
-
data: {
|
|
12957
|
-
type: import('vue').PropType<import('../../components/BlockGist/BlockGist.vue').BlockGistData>;
|
|
12958
|
-
required: true;
|
|
12959
|
-
};
|
|
12960
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12928
|
+
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, {
|
|
12929
|
+
frame: HTMLIFrameElement;
|
|
12930
|
+
}, HTMLDivElement>;
|
|
12961
12931
|
BlockVideo: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
12962
12932
|
data: {
|
|
12963
12933
|
type: import('vue').PropType<import('../../components/BlockVideo/BlockVideo.vue').BlockVideoData>;
|
|
@@ -13114,13 +13084,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13114
13084
|
}, {}, {
|
|
13115
13085
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
13116
13086
|
variant: {
|
|
13117
|
-
type: import('vue').PropType<"default" | "
|
|
13087
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
13118
13088
|
required: false;
|
|
13119
13089
|
default: string;
|
|
13120
13090
|
validator: (prop: string) => boolean;
|
|
13121
13091
|
};
|
|
13122
13092
|
to: {
|
|
13123
|
-
type: (
|
|
13093
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
13124
13094
|
default: undefined;
|
|
13125
13095
|
};
|
|
13126
13096
|
exact: {
|
|
@@ -13131,6 +13101,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13131
13101
|
type: StringConstructor;
|
|
13132
13102
|
default: undefined;
|
|
13133
13103
|
};
|
|
13104
|
+
addSlash: {
|
|
13105
|
+
type: BooleanConstructor;
|
|
13106
|
+
default: boolean;
|
|
13107
|
+
};
|
|
13134
13108
|
title: {
|
|
13135
13109
|
type: StringConstructor;
|
|
13136
13110
|
default: undefined;
|
|
@@ -13217,13 +13191,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13217
13191
|
addTrailingSlash(path: string): string;
|
|
13218
13192
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13219
13193
|
variant: {
|
|
13220
|
-
type: import('vue').PropType<"default" | "
|
|
13194
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
13221
13195
|
required: false;
|
|
13222
13196
|
default: string;
|
|
13223
13197
|
validator: (prop: string) => boolean;
|
|
13224
13198
|
};
|
|
13225
13199
|
to: {
|
|
13226
|
-
type: (
|
|
13200
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
13227
13201
|
default: undefined;
|
|
13228
13202
|
};
|
|
13229
13203
|
exact: {
|
|
@@ -13234,6 +13208,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13234
13208
|
type: StringConstructor;
|
|
13235
13209
|
default: undefined;
|
|
13236
13210
|
};
|
|
13211
|
+
addSlash: {
|
|
13212
|
+
type: BooleanConstructor;
|
|
13213
|
+
default: boolean;
|
|
13214
|
+
};
|
|
13237
13215
|
title: {
|
|
13238
13216
|
type: StringConstructor;
|
|
13239
13217
|
default: undefined;
|
|
@@ -13293,14 +13271,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13293
13271
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
13294
13272
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
13295
13273
|
}>, {
|
|
13296
|
-
to: string | Record<string, any>;
|
|
13297
13274
|
title: string;
|
|
13298
|
-
variant: "default" | "
|
|
13299
|
-
|
|
13300
|
-
target: string;
|
|
13275
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
13276
|
+
to: string | Record<string, any>;
|
|
13301
13277
|
exact: boolean;
|
|
13278
|
+
href: string;
|
|
13279
|
+
addSlash: boolean;
|
|
13302
13280
|
ariaLabel: string;
|
|
13303
13281
|
linkClass: string;
|
|
13282
|
+
target: string;
|
|
13304
13283
|
externalTargetBlank: boolean;
|
|
13305
13284
|
caret: boolean;
|
|
13306
13285
|
caretWrapperClass: string;
|
|
@@ -13491,13 +13470,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13491
13470
|
}, {}, {
|
|
13492
13471
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
13493
13472
|
variant: {
|
|
13494
|
-
type: import('vue').PropType<"default" | "
|
|
13473
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
13495
13474
|
required: false;
|
|
13496
13475
|
default: string;
|
|
13497
13476
|
validator: (prop: string) => boolean;
|
|
13498
13477
|
};
|
|
13499
13478
|
to: {
|
|
13500
|
-
type: (
|
|
13479
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
13501
13480
|
default: undefined;
|
|
13502
13481
|
};
|
|
13503
13482
|
exact: {
|
|
@@ -13508,6 +13487,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13508
13487
|
type: StringConstructor;
|
|
13509
13488
|
default: undefined;
|
|
13510
13489
|
};
|
|
13490
|
+
addSlash: {
|
|
13491
|
+
type: BooleanConstructor;
|
|
13492
|
+
default: boolean;
|
|
13493
|
+
};
|
|
13511
13494
|
title: {
|
|
13512
13495
|
type: StringConstructor;
|
|
13513
13496
|
default: undefined;
|
|
@@ -13594,13 +13577,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13594
13577
|
addTrailingSlash(path: string): string;
|
|
13595
13578
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13596
13579
|
variant: {
|
|
13597
|
-
type: import('vue').PropType<"default" | "
|
|
13580
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
13598
13581
|
required: false;
|
|
13599
13582
|
default: string;
|
|
13600
13583
|
validator: (prop: string) => boolean;
|
|
13601
13584
|
};
|
|
13602
13585
|
to: {
|
|
13603
|
-
type: (
|
|
13586
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
13604
13587
|
default: undefined;
|
|
13605
13588
|
};
|
|
13606
13589
|
exact: {
|
|
@@ -13611,6 +13594,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13611
13594
|
type: StringConstructor;
|
|
13612
13595
|
default: undefined;
|
|
13613
13596
|
};
|
|
13597
|
+
addSlash: {
|
|
13598
|
+
type: BooleanConstructor;
|
|
13599
|
+
default: boolean;
|
|
13600
|
+
};
|
|
13614
13601
|
title: {
|
|
13615
13602
|
type: StringConstructor;
|
|
13616
13603
|
default: undefined;
|
|
@@ -13670,14 +13657,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13670
13657
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
13671
13658
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
13672
13659
|
}>, {
|
|
13673
|
-
to: string | Record<string, any>;
|
|
13674
13660
|
title: string;
|
|
13675
|
-
variant: "default" | "
|
|
13676
|
-
|
|
13677
|
-
target: string;
|
|
13661
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
13662
|
+
to: string | Record<string, any>;
|
|
13678
13663
|
exact: boolean;
|
|
13664
|
+
href: string;
|
|
13665
|
+
addSlash: boolean;
|
|
13679
13666
|
ariaLabel: string;
|
|
13680
13667
|
linkClass: string;
|
|
13668
|
+
target: string;
|
|
13681
13669
|
externalTargetBlank: boolean;
|
|
13682
13670
|
caret: boolean;
|
|
13683
13671
|
caretWrapperClass: string;
|
|
@@ -13795,7 +13783,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13795
13783
|
}, {}, {
|
|
13796
13784
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
13797
13785
|
variant: {
|
|
13798
|
-
type: import('vue').PropType<"
|
|
13786
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
13799
13787
|
required: false;
|
|
13800
13788
|
default: string;
|
|
13801
13789
|
validator: (prop: string) => boolean;
|
|
@@ -13821,7 +13809,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13821
13809
|
required: false;
|
|
13822
13810
|
};
|
|
13823
13811
|
to: {
|
|
13824
|
-
type: (
|
|
13812
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
13825
13813
|
required: false;
|
|
13826
13814
|
default: undefined;
|
|
13827
13815
|
};
|
|
@@ -13837,7 +13825,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13837
13825
|
variantClass(): string;
|
|
13838
13826
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13839
13827
|
variant: {
|
|
13840
|
-
type: import('vue').PropType<"
|
|
13828
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
13841
13829
|
required: false;
|
|
13842
13830
|
default: string;
|
|
13843
13831
|
validator: (prop: string) => boolean;
|
|
@@ -13863,7 +13851,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13863
13851
|
required: false;
|
|
13864
13852
|
};
|
|
13865
13853
|
to: {
|
|
13866
|
-
type: (
|
|
13854
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
13867
13855
|
required: false;
|
|
13868
13856
|
default: undefined;
|
|
13869
13857
|
};
|
|
@@ -13875,13 +13863,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13875
13863
|
}>> & Readonly<{
|
|
13876
13864
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
13877
13865
|
}>, {
|
|
13866
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
13878
13867
|
to: string | Record<string, any>;
|
|
13879
|
-
disabled: boolean;
|
|
13880
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
13881
13868
|
href: string;
|
|
13882
13869
|
ariaLabel: string;
|
|
13883
13870
|
compact: boolean;
|
|
13884
13871
|
blockClasses: string;
|
|
13872
|
+
disabled: boolean;
|
|
13885
13873
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
13886
13874
|
BaseRadioGroup: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
13887
13875
|
group: {
|
|
@@ -13953,156 +13941,42 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13953
13941
|
options: import('../../interfaces').FormOption[];
|
|
13954
13942
|
preselected: string;
|
|
13955
13943
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
13956
|
-
TextInput: import('vue').DefineComponent<
|
|
13957
|
-
modelValue
|
|
13958
|
-
|
|
13959
|
-
type: import('vue').PropType<string>;
|
|
13960
|
-
default: string;
|
|
13961
|
-
};
|
|
13962
|
-
label: {
|
|
13963
|
-
type: import('vue').PropType<string>;
|
|
13964
|
-
required: true;
|
|
13965
|
-
};
|
|
13966
|
-
title: {
|
|
13967
|
-
type: import('vue').PropType<string>;
|
|
13968
|
-
default: undefined;
|
|
13969
|
-
};
|
|
13970
|
-
pattern: {
|
|
13971
|
-
type: import('vue').PropType<string>;
|
|
13972
|
-
default: undefined;
|
|
13973
|
-
};
|
|
13974
|
-
required: {
|
|
13975
|
-
type: import('vue').PropType<boolean>;
|
|
13976
|
-
default: boolean;
|
|
13977
|
-
};
|
|
13978
|
-
placeholder: {
|
|
13979
|
-
type: import('vue').PropType<string>;
|
|
13980
|
-
default: undefined;
|
|
13981
|
-
};
|
|
13982
|
-
autoFocus: {
|
|
13983
|
-
type: import('vue').PropType<boolean>;
|
|
13984
|
-
default: boolean;
|
|
13985
|
-
};
|
|
13986
|
-
inputName: {
|
|
13987
|
-
type: import('vue').PropType<string>;
|
|
13988
|
-
required: true;
|
|
13989
|
-
};
|
|
13990
|
-
showLabel: {
|
|
13991
|
-
type: import('vue').PropType<boolean>;
|
|
13992
|
-
default: boolean;
|
|
13993
|
-
};
|
|
13994
|
-
maxlength: {
|
|
13995
|
-
type: import('vue').PropType<string>;
|
|
13996
|
-
default: undefined;
|
|
13997
|
-
};
|
|
13998
|
-
labelClass: {
|
|
13999
|
-
type: import('vue').PropType<string>;
|
|
14000
|
-
default: undefined;
|
|
14001
|
-
};
|
|
14002
|
-
inputClass: {
|
|
14003
|
-
type: import('vue').PropType<string>;
|
|
14004
|
-
default: undefined;
|
|
14005
|
-
};
|
|
14006
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13944
|
+
TextInput: import('vue').DefineComponent<{
|
|
13945
|
+
modelValue?: string | undefined;
|
|
13946
|
+
} & import('../../components/TextInput/TextInput.vue').TextInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14007
13947
|
input: (...args: any[]) => void;
|
|
14008
13948
|
esc: (...args: any[]) => void;
|
|
14009
|
-
|
|
14010
|
-
|
|
14011
|
-
|
|
14012
|
-
|
|
14013
|
-
default: string;
|
|
14014
|
-
};
|
|
14015
|
-
label: {
|
|
14016
|
-
type: import('vue').PropType<string>;
|
|
14017
|
-
required: true;
|
|
14018
|
-
};
|
|
14019
|
-
title: {
|
|
14020
|
-
type: import('vue').PropType<string>;
|
|
14021
|
-
default: undefined;
|
|
14022
|
-
};
|
|
14023
|
-
pattern: {
|
|
14024
|
-
type: import('vue').PropType<string>;
|
|
14025
|
-
default: undefined;
|
|
14026
|
-
};
|
|
14027
|
-
required: {
|
|
14028
|
-
type: import('vue').PropType<boolean>;
|
|
14029
|
-
default: boolean;
|
|
14030
|
-
};
|
|
14031
|
-
placeholder: {
|
|
14032
|
-
type: import('vue').PropType<string>;
|
|
14033
|
-
default: undefined;
|
|
14034
|
-
};
|
|
14035
|
-
autoFocus: {
|
|
14036
|
-
type: import('vue').PropType<boolean>;
|
|
14037
|
-
default: boolean;
|
|
14038
|
-
};
|
|
14039
|
-
inputName: {
|
|
14040
|
-
type: import('vue').PropType<string>;
|
|
14041
|
-
required: true;
|
|
14042
|
-
};
|
|
14043
|
-
showLabel: {
|
|
14044
|
-
type: import('vue').PropType<boolean>;
|
|
14045
|
-
default: boolean;
|
|
14046
|
-
};
|
|
14047
|
-
maxlength: {
|
|
14048
|
-
type: import('vue').PropType<string>;
|
|
14049
|
-
default: undefined;
|
|
14050
|
-
};
|
|
14051
|
-
labelClass: {
|
|
14052
|
-
type: import('vue').PropType<string>;
|
|
14053
|
-
default: undefined;
|
|
14054
|
-
};
|
|
14055
|
-
inputClass: {
|
|
14056
|
-
type: import('vue').PropType<string>;
|
|
14057
|
-
default: undefined;
|
|
14058
|
-
};
|
|
14059
|
-
}>> & Readonly<{
|
|
13949
|
+
"update:modelValue": (value: string | undefined) => void;
|
|
13950
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
13951
|
+
modelValue?: string | undefined;
|
|
13952
|
+
} & import('../../components/TextInput/TextInput.vue').TextInputProps> & Readonly<{
|
|
14060
13953
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
14061
13954
|
onEsc?: ((...args: any[]) => any) | undefined;
|
|
13955
|
+
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
14062
13956
|
}>, {
|
|
14063
|
-
type: string;
|
|
14064
13957
|
title: string;
|
|
14065
13958
|
pattern: string;
|
|
14066
13959
|
required: boolean;
|
|
13960
|
+
type: string;
|
|
14067
13961
|
placeholder: string;
|
|
14068
13962
|
autoFocus: boolean;
|
|
14069
13963
|
showLabel: boolean;
|
|
14070
13964
|
maxlength: string;
|
|
14071
13965
|
labelClass: string;
|
|
14072
13966
|
inputClass: string;
|
|
14073
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
13967
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
13968
|
+
TextInputRef: HTMLInputElement;
|
|
13969
|
+
}, HTMLDivElement>;
|
|
14074
13970
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14075
|
-
BlockCsrTable: import('vue').DefineComponent<import('vue').
|
|
14076
|
-
rowData: {
|
|
14077
|
-
type: import('vue').PropType<import('../../components/BlockCsrTable/BlockCsrTable.vue').BlockCsrTableRow[]>;
|
|
14078
|
-
default: undefined;
|
|
14079
|
-
};
|
|
14080
|
-
apiEndpoint: {
|
|
14081
|
-
type: import('vue').PropType<string>;
|
|
14082
|
-
default: undefined;
|
|
14083
|
-
};
|
|
14084
|
-
attachmentPrefix: {
|
|
14085
|
-
type: import('vue').PropType<string>;
|
|
14086
|
-
default: string;
|
|
14087
|
-
};
|
|
14088
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14089
|
-
rowData: {
|
|
14090
|
-
type: import('vue').PropType<import('../../components/BlockCsrTable/BlockCsrTable.vue').BlockCsrTableRow[]>;
|
|
14091
|
-
default: undefined;
|
|
14092
|
-
};
|
|
14093
|
-
apiEndpoint: {
|
|
14094
|
-
type: import('vue').PropType<string>;
|
|
14095
|
-
default: undefined;
|
|
14096
|
-
};
|
|
14097
|
-
attachmentPrefix: {
|
|
14098
|
-
type: import('vue').PropType<string>;
|
|
14099
|
-
default: string;
|
|
14100
|
-
};
|
|
14101
|
-
}>> & Readonly<{}>, {
|
|
13971
|
+
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<{}>, {
|
|
14102
13972
|
rowData: import('../../components/BlockCsrTable/BlockCsrTable.vue').BlockCsrTableRow[];
|
|
14103
13973
|
apiEndpoint: string;
|
|
14104
13974
|
attachmentPrefix: string;
|
|
14105
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
13975
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
13976
|
+
BlockCsrTableRef: import('vue').ShallowUnwrapRef<{
|
|
13977
|
+
api: import('vue').Ref<import('ag-grid-community').GridApi<any> | undefined, import('ag-grid-community').GridApi<any> | undefined>;
|
|
13978
|
+
}> | null;
|
|
13979
|
+
}, any>;
|
|
14106
13980
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14107
13981
|
BlockRelatedLinks: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
14108
13982
|
data: {
|
|
@@ -14147,7 +14021,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14147
14021
|
validator: (prop: string) => boolean;
|
|
14148
14022
|
};
|
|
14149
14023
|
to: {
|
|
14150
|
-
type: (
|
|
14024
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
14151
14025
|
required: false;
|
|
14152
14026
|
};
|
|
14153
14027
|
href: {
|
|
@@ -14166,7 +14040,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14166
14040
|
validator: (prop: string) => boolean;
|
|
14167
14041
|
};
|
|
14168
14042
|
to: {
|
|
14169
|
-
type: (
|
|
14043
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
14170
14044
|
required: false;
|
|
14171
14045
|
};
|
|
14172
14046
|
href: {
|
|
@@ -14178,13 +14052,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14178
14052
|
}, {}, {
|
|
14179
14053
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
14180
14054
|
variant: {
|
|
14181
|
-
type: import('vue').PropType<"default" | "
|
|
14055
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
14182
14056
|
required: false;
|
|
14183
14057
|
default: string;
|
|
14184
14058
|
validator: (prop: string) => boolean;
|
|
14185
14059
|
};
|
|
14186
14060
|
to: {
|
|
14187
|
-
type: (
|
|
14061
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
14188
14062
|
default: undefined;
|
|
14189
14063
|
};
|
|
14190
14064
|
exact: {
|
|
@@ -14195,6 +14069,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14195
14069
|
type: StringConstructor;
|
|
14196
14070
|
default: undefined;
|
|
14197
14071
|
};
|
|
14072
|
+
addSlash: {
|
|
14073
|
+
type: BooleanConstructor;
|
|
14074
|
+
default: boolean;
|
|
14075
|
+
};
|
|
14198
14076
|
title: {
|
|
14199
14077
|
type: StringConstructor;
|
|
14200
14078
|
default: undefined;
|
|
@@ -14281,13 +14159,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14281
14159
|
addTrailingSlash(path: string): string;
|
|
14282
14160
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14283
14161
|
variant: {
|
|
14284
|
-
type: import('vue').PropType<"default" | "
|
|
14162
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
14285
14163
|
required: false;
|
|
14286
14164
|
default: string;
|
|
14287
14165
|
validator: (prop: string) => boolean;
|
|
14288
14166
|
};
|
|
14289
14167
|
to: {
|
|
14290
|
-
type: (
|
|
14168
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
14291
14169
|
default: undefined;
|
|
14292
14170
|
};
|
|
14293
14171
|
exact: {
|
|
@@ -14298,6 +14176,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14298
14176
|
type: StringConstructor;
|
|
14299
14177
|
default: undefined;
|
|
14300
14178
|
};
|
|
14179
|
+
addSlash: {
|
|
14180
|
+
type: BooleanConstructor;
|
|
14181
|
+
default: boolean;
|
|
14182
|
+
};
|
|
14301
14183
|
title: {
|
|
14302
14184
|
type: StringConstructor;
|
|
14303
14185
|
default: undefined;
|
|
@@ -14357,14 +14239,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14357
14239
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
14358
14240
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
14359
14241
|
}>, {
|
|
14360
|
-
to: string | Record<string, any>;
|
|
14361
14242
|
title: string;
|
|
14362
|
-
variant: "default" | "
|
|
14363
|
-
|
|
14364
|
-
target: string;
|
|
14243
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
14244
|
+
to: string | Record<string, any>;
|
|
14365
14245
|
exact: boolean;
|
|
14246
|
+
href: string;
|
|
14247
|
+
addSlash: boolean;
|
|
14366
14248
|
ariaLabel: string;
|
|
14367
14249
|
linkClass: string;
|
|
14250
|
+
target: string;
|
|
14368
14251
|
externalTargetBlank: boolean;
|
|
14369
14252
|
caret: boolean;
|
|
14370
14253
|
caretWrapperClass: string;
|
|
@@ -14519,8 +14402,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14519
14402
|
default: boolean;
|
|
14520
14403
|
};
|
|
14521
14404
|
}>> & Readonly<{}>, {
|
|
14522
|
-
fullBleed: boolean;
|
|
14523
14405
|
indent: string;
|
|
14406
|
+
fullBleed: boolean;
|
|
14524
14407
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14525
14408
|
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
14526
14409
|
level: {
|
|
@@ -14567,7 +14450,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14567
14450
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14568
14451
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
14569
14452
|
variant: {
|
|
14570
|
-
type: import('vue').PropType<"
|
|
14453
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
14571
14454
|
required: false;
|
|
14572
14455
|
default: string;
|
|
14573
14456
|
validator: (prop: string) => boolean;
|
|
@@ -14593,7 +14476,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14593
14476
|
required: false;
|
|
14594
14477
|
};
|
|
14595
14478
|
to: {
|
|
14596
|
-
type: (
|
|
14479
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
14597
14480
|
required: false;
|
|
14598
14481
|
default: undefined;
|
|
14599
14482
|
};
|
|
@@ -14609,7 +14492,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14609
14492
|
variantClass(): string;
|
|
14610
14493
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14611
14494
|
variant: {
|
|
14612
|
-
type: import('vue').PropType<"
|
|
14495
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
14613
14496
|
required: false;
|
|
14614
14497
|
default: string;
|
|
14615
14498
|
validator: (prop: string) => boolean;
|
|
@@ -14635,7 +14518,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14635
14518
|
required: false;
|
|
14636
14519
|
};
|
|
14637
14520
|
to: {
|
|
14638
|
-
type: (
|
|
14521
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
14639
14522
|
required: false;
|
|
14640
14523
|
default: undefined;
|
|
14641
14524
|
};
|
|
@@ -14647,226 +14530,64 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14647
14530
|
}>> & Readonly<{
|
|
14648
14531
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
14649
14532
|
}>, {
|
|
14533
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
14650
14534
|
to: string | Record<string, any>;
|
|
14651
|
-
disabled: boolean;
|
|
14652
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
14653
14535
|
href: string;
|
|
14654
14536
|
ariaLabel: string;
|
|
14655
14537
|
compact: boolean;
|
|
14656
14538
|
blockClasses: string;
|
|
14539
|
+
disabled: boolean;
|
|
14657
14540
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14658
|
-
TextArea: import('vue').DefineComponent<
|
|
14659
|
-
modelValue
|
|
14660
|
-
|
|
14661
|
-
type: import('vue').PropType<string>;
|
|
14662
|
-
required: true;
|
|
14663
|
-
default: undefined;
|
|
14664
|
-
};
|
|
14665
|
-
required: {
|
|
14666
|
-
type: import('vue').PropType<boolean>;
|
|
14667
|
-
default: boolean;
|
|
14668
|
-
};
|
|
14669
|
-
rows: {
|
|
14670
|
-
type: import('vue').PropType<number>;
|
|
14671
|
-
default: number;
|
|
14672
|
-
};
|
|
14673
|
-
placeholder: {
|
|
14674
|
-
type: import('vue').PropType<string>;
|
|
14675
|
-
default: undefined;
|
|
14676
|
-
};
|
|
14677
|
-
inputName: {
|
|
14678
|
-
type: import('vue').PropType<string>;
|
|
14679
|
-
required: true;
|
|
14680
|
-
};
|
|
14681
|
-
showLabel: {
|
|
14682
|
-
type: import('vue').PropType<boolean>;
|
|
14683
|
-
default: boolean;
|
|
14684
|
-
};
|
|
14685
|
-
labelClass: {
|
|
14686
|
-
type: import('vue').PropType<string>;
|
|
14687
|
-
default: undefined;
|
|
14688
|
-
};
|
|
14689
|
-
inputClass: {
|
|
14690
|
-
type: import('vue').PropType<string>;
|
|
14691
|
-
default: undefined;
|
|
14692
|
-
};
|
|
14693
|
-
cols: {
|
|
14694
|
-
type: import('vue').PropType<number>;
|
|
14695
|
-
default: undefined;
|
|
14696
|
-
};
|
|
14697
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14541
|
+
TextArea: import('vue').DefineComponent<{
|
|
14542
|
+
modelValue?: string | undefined;
|
|
14543
|
+
} & import('../../components/TextArea/TextArea.vue').TextAreaProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14698
14544
|
input: (...args: any[]) => void;
|
|
14699
14545
|
esc: (...args: any[]) => void;
|
|
14700
|
-
|
|
14701
|
-
|
|
14702
|
-
|
|
14703
|
-
|
|
14704
|
-
required: true;
|
|
14705
|
-
default: undefined;
|
|
14706
|
-
};
|
|
14707
|
-
required: {
|
|
14708
|
-
type: import('vue').PropType<boolean>;
|
|
14709
|
-
default: boolean;
|
|
14710
|
-
};
|
|
14711
|
-
rows: {
|
|
14712
|
-
type: import('vue').PropType<number>;
|
|
14713
|
-
default: number;
|
|
14714
|
-
};
|
|
14715
|
-
placeholder: {
|
|
14716
|
-
type: import('vue').PropType<string>;
|
|
14717
|
-
default: undefined;
|
|
14718
|
-
};
|
|
14719
|
-
inputName: {
|
|
14720
|
-
type: import('vue').PropType<string>;
|
|
14721
|
-
required: true;
|
|
14722
|
-
};
|
|
14723
|
-
showLabel: {
|
|
14724
|
-
type: import('vue').PropType<boolean>;
|
|
14725
|
-
default: boolean;
|
|
14726
|
-
};
|
|
14727
|
-
labelClass: {
|
|
14728
|
-
type: import('vue').PropType<string>;
|
|
14729
|
-
default: undefined;
|
|
14730
|
-
};
|
|
14731
|
-
inputClass: {
|
|
14732
|
-
type: import('vue').PropType<string>;
|
|
14733
|
-
default: undefined;
|
|
14734
|
-
};
|
|
14735
|
-
cols: {
|
|
14736
|
-
type: import('vue').PropType<number>;
|
|
14737
|
-
default: undefined;
|
|
14738
|
-
};
|
|
14739
|
-
}>> & Readonly<{
|
|
14546
|
+
"update:modelValue": (value: string | undefined) => void;
|
|
14547
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
14548
|
+
modelValue?: string | undefined;
|
|
14549
|
+
} & import('../../components/TextArea/TextArea.vue').TextAreaProps> & Readonly<{
|
|
14740
14550
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
14741
14551
|
onEsc?: ((...args: any[]) => any) | undefined;
|
|
14552
|
+
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
14742
14553
|
}>, {
|
|
14743
14554
|
label: string;
|
|
14744
14555
|
required: boolean;
|
|
14745
|
-
rows: number;
|
|
14746
14556
|
placeholder: string;
|
|
14557
|
+
rows: number;
|
|
14747
14558
|
showLabel: boolean;
|
|
14748
14559
|
labelClass: string;
|
|
14749
14560
|
inputClass: string;
|
|
14750
14561
|
cols: number;
|
|
14751
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
14752
|
-
|
|
14753
|
-
|
|
14754
|
-
|
|
14755
|
-
|
|
14756
|
-
|
|
14757
|
-
};
|
|
14758
|
-
label: {
|
|
14759
|
-
type: import('vue').PropType<string>;
|
|
14760
|
-
required: true;
|
|
14761
|
-
};
|
|
14762
|
-
title: {
|
|
14763
|
-
type: import('vue').PropType<string>;
|
|
14764
|
-
default: undefined;
|
|
14765
|
-
};
|
|
14766
|
-
pattern: {
|
|
14767
|
-
type: import('vue').PropType<string>;
|
|
14768
|
-
default: undefined;
|
|
14769
|
-
};
|
|
14770
|
-
required: {
|
|
14771
|
-
type: import('vue').PropType<boolean>;
|
|
14772
|
-
default: boolean;
|
|
14773
|
-
};
|
|
14774
|
-
placeholder: {
|
|
14775
|
-
type: import('vue').PropType<string>;
|
|
14776
|
-
default: undefined;
|
|
14777
|
-
};
|
|
14778
|
-
autoFocus: {
|
|
14779
|
-
type: import('vue').PropType<boolean>;
|
|
14780
|
-
default: boolean;
|
|
14781
|
-
};
|
|
14782
|
-
inputName: {
|
|
14783
|
-
type: import('vue').PropType<string>;
|
|
14784
|
-
required: true;
|
|
14785
|
-
};
|
|
14786
|
-
showLabel: {
|
|
14787
|
-
type: import('vue').PropType<boolean>;
|
|
14788
|
-
default: boolean;
|
|
14789
|
-
};
|
|
14790
|
-
maxlength: {
|
|
14791
|
-
type: import('vue').PropType<string>;
|
|
14792
|
-
default: undefined;
|
|
14793
|
-
};
|
|
14794
|
-
labelClass: {
|
|
14795
|
-
type: import('vue').PropType<string>;
|
|
14796
|
-
default: undefined;
|
|
14797
|
-
};
|
|
14798
|
-
inputClass: {
|
|
14799
|
-
type: import('vue').PropType<string>;
|
|
14800
|
-
default: undefined;
|
|
14801
|
-
};
|
|
14802
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14562
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
14563
|
+
TextAreaRef: HTMLTextAreaElement;
|
|
14564
|
+
}, HTMLDivElement>;
|
|
14565
|
+
TextInput: import('vue').DefineComponent<{
|
|
14566
|
+
modelValue?: string | undefined;
|
|
14567
|
+
} & import('../../components/TextInput/TextInput.vue').TextInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14803
14568
|
input: (...args: any[]) => void;
|
|
14804
14569
|
esc: (...args: any[]) => void;
|
|
14805
|
-
|
|
14806
|
-
|
|
14807
|
-
|
|
14808
|
-
|
|
14809
|
-
default: string;
|
|
14810
|
-
};
|
|
14811
|
-
label: {
|
|
14812
|
-
type: import('vue').PropType<string>;
|
|
14813
|
-
required: true;
|
|
14814
|
-
};
|
|
14815
|
-
title: {
|
|
14816
|
-
type: import('vue').PropType<string>;
|
|
14817
|
-
default: undefined;
|
|
14818
|
-
};
|
|
14819
|
-
pattern: {
|
|
14820
|
-
type: import('vue').PropType<string>;
|
|
14821
|
-
default: undefined;
|
|
14822
|
-
};
|
|
14823
|
-
required: {
|
|
14824
|
-
type: import('vue').PropType<boolean>;
|
|
14825
|
-
default: boolean;
|
|
14826
|
-
};
|
|
14827
|
-
placeholder: {
|
|
14828
|
-
type: import('vue').PropType<string>;
|
|
14829
|
-
default: undefined;
|
|
14830
|
-
};
|
|
14831
|
-
autoFocus: {
|
|
14832
|
-
type: import('vue').PropType<boolean>;
|
|
14833
|
-
default: boolean;
|
|
14834
|
-
};
|
|
14835
|
-
inputName: {
|
|
14836
|
-
type: import('vue').PropType<string>;
|
|
14837
|
-
required: true;
|
|
14838
|
-
};
|
|
14839
|
-
showLabel: {
|
|
14840
|
-
type: import('vue').PropType<boolean>;
|
|
14841
|
-
default: boolean;
|
|
14842
|
-
};
|
|
14843
|
-
maxlength: {
|
|
14844
|
-
type: import('vue').PropType<string>;
|
|
14845
|
-
default: undefined;
|
|
14846
|
-
};
|
|
14847
|
-
labelClass: {
|
|
14848
|
-
type: import('vue').PropType<string>;
|
|
14849
|
-
default: undefined;
|
|
14850
|
-
};
|
|
14851
|
-
inputClass: {
|
|
14852
|
-
type: import('vue').PropType<string>;
|
|
14853
|
-
default: undefined;
|
|
14854
|
-
};
|
|
14855
|
-
}>> & Readonly<{
|
|
14570
|
+
"update:modelValue": (value: string | undefined) => void;
|
|
14571
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
14572
|
+
modelValue?: string | undefined;
|
|
14573
|
+
} & import('../../components/TextInput/TextInput.vue').TextInputProps> & Readonly<{
|
|
14856
14574
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
14857
14575
|
onEsc?: ((...args: any[]) => any) | undefined;
|
|
14576
|
+
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
14858
14577
|
}>, {
|
|
14859
|
-
type: string;
|
|
14860
14578
|
title: string;
|
|
14861
14579
|
pattern: string;
|
|
14862
14580
|
required: boolean;
|
|
14581
|
+
type: string;
|
|
14863
14582
|
placeholder: string;
|
|
14864
14583
|
autoFocus: boolean;
|
|
14865
14584
|
showLabel: boolean;
|
|
14866
14585
|
maxlength: string;
|
|
14867
14586
|
labelClass: string;
|
|
14868
14587
|
inputClass: string;
|
|
14869
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
14588
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
14589
|
+
TextInputRef: HTMLInputElement;
|
|
14590
|
+
}, HTMLDivElement>;
|
|
14870
14591
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14871
14592
|
FormNewsletterSignup: import('vue').DefineComponent<{}, {}, {
|
|
14872
14593
|
prefilledEmail: null;
|
|
@@ -14913,8 +14634,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14913
14634
|
default: boolean;
|
|
14914
14635
|
};
|
|
14915
14636
|
}>> & Readonly<{}>, {
|
|
14916
|
-
fullBleed: boolean;
|
|
14917
14637
|
indent: string;
|
|
14638
|
+
fullBleed: boolean;
|
|
14918
14639
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14919
14640
|
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
14920
14641
|
level: {
|
|
@@ -14961,7 +14682,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14961
14682
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14962
14683
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
14963
14684
|
variant: {
|
|
14964
|
-
type: import('vue').PropType<"
|
|
14685
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
14965
14686
|
required: false;
|
|
14966
14687
|
default: string;
|
|
14967
14688
|
validator: (prop: string) => boolean;
|
|
@@ -14987,7 +14708,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14987
14708
|
required: false;
|
|
14988
14709
|
};
|
|
14989
14710
|
to: {
|
|
14990
|
-
type: (
|
|
14711
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
14991
14712
|
required: false;
|
|
14992
14713
|
default: undefined;
|
|
14993
14714
|
};
|
|
@@ -15003,7 +14724,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15003
14724
|
variantClass(): string;
|
|
15004
14725
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
15005
14726
|
variant: {
|
|
15006
|
-
type: import('vue').PropType<"
|
|
14727
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
15007
14728
|
required: false;
|
|
15008
14729
|
default: string;
|
|
15009
14730
|
validator: (prop: string) => boolean;
|
|
@@ -15029,7 +14750,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15029
14750
|
required: false;
|
|
15030
14751
|
};
|
|
15031
14752
|
to: {
|
|
15032
|
-
type: (
|
|
14753
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
15033
14754
|
required: false;
|
|
15034
14755
|
default: undefined;
|
|
15035
14756
|
};
|
|
@@ -15041,13 +14762,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15041
14762
|
}>> & Readonly<{
|
|
15042
14763
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
15043
14764
|
}>, {
|
|
14765
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
15044
14766
|
to: string | Record<string, any>;
|
|
15045
|
-
disabled: boolean;
|
|
15046
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
15047
14767
|
href: string;
|
|
15048
14768
|
ariaLabel: string;
|
|
15049
14769
|
compact: boolean;
|
|
15050
14770
|
blockClasses: string;
|
|
14771
|
+
disabled: boolean;
|
|
15051
14772
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
15052
14773
|
BaseRadioGroup: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
15053
14774
|
group: {
|
|
@@ -15119,124 +14840,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15119
14840
|
options: import('../../interfaces').FormOption[];
|
|
15120
14841
|
preselected: string;
|
|
15121
14842
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
15122
|
-
TextInput: import('vue').DefineComponent<
|
|
15123
|
-
modelValue
|
|
15124
|
-
|
|
15125
|
-
type: import('vue').PropType<string>;
|
|
15126
|
-
default: string;
|
|
15127
|
-
};
|
|
15128
|
-
label: {
|
|
15129
|
-
type: import('vue').PropType<string>;
|
|
15130
|
-
required: true;
|
|
15131
|
-
};
|
|
15132
|
-
title: {
|
|
15133
|
-
type: import('vue').PropType<string>;
|
|
15134
|
-
default: undefined;
|
|
15135
|
-
};
|
|
15136
|
-
pattern: {
|
|
15137
|
-
type: import('vue').PropType<string>;
|
|
15138
|
-
default: undefined;
|
|
15139
|
-
};
|
|
15140
|
-
required: {
|
|
15141
|
-
type: import('vue').PropType<boolean>;
|
|
15142
|
-
default: boolean;
|
|
15143
|
-
};
|
|
15144
|
-
placeholder: {
|
|
15145
|
-
type: import('vue').PropType<string>;
|
|
15146
|
-
default: undefined;
|
|
15147
|
-
};
|
|
15148
|
-
autoFocus: {
|
|
15149
|
-
type: import('vue').PropType<boolean>;
|
|
15150
|
-
default: boolean;
|
|
15151
|
-
};
|
|
15152
|
-
inputName: {
|
|
15153
|
-
type: import('vue').PropType<string>;
|
|
15154
|
-
required: true;
|
|
15155
|
-
};
|
|
15156
|
-
showLabel: {
|
|
15157
|
-
type: import('vue').PropType<boolean>;
|
|
15158
|
-
default: boolean;
|
|
15159
|
-
};
|
|
15160
|
-
maxlength: {
|
|
15161
|
-
type: import('vue').PropType<string>;
|
|
15162
|
-
default: undefined;
|
|
15163
|
-
};
|
|
15164
|
-
labelClass: {
|
|
15165
|
-
type: import('vue').PropType<string>;
|
|
15166
|
-
default: undefined;
|
|
15167
|
-
};
|
|
15168
|
-
inputClass: {
|
|
15169
|
-
type: import('vue').PropType<string>;
|
|
15170
|
-
default: undefined;
|
|
15171
|
-
};
|
|
15172
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14843
|
+
TextInput: import('vue').DefineComponent<{
|
|
14844
|
+
modelValue?: string | undefined;
|
|
14845
|
+
} & import('../../components/TextInput/TextInput.vue').TextInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15173
14846
|
input: (...args: any[]) => void;
|
|
15174
14847
|
esc: (...args: any[]) => void;
|
|
15175
|
-
|
|
15176
|
-
|
|
15177
|
-
|
|
15178
|
-
|
|
15179
|
-
default: string;
|
|
15180
|
-
};
|
|
15181
|
-
label: {
|
|
15182
|
-
type: import('vue').PropType<string>;
|
|
15183
|
-
required: true;
|
|
15184
|
-
};
|
|
15185
|
-
title: {
|
|
15186
|
-
type: import('vue').PropType<string>;
|
|
15187
|
-
default: undefined;
|
|
15188
|
-
};
|
|
15189
|
-
pattern: {
|
|
15190
|
-
type: import('vue').PropType<string>;
|
|
15191
|
-
default: undefined;
|
|
15192
|
-
};
|
|
15193
|
-
required: {
|
|
15194
|
-
type: import('vue').PropType<boolean>;
|
|
15195
|
-
default: boolean;
|
|
15196
|
-
};
|
|
15197
|
-
placeholder: {
|
|
15198
|
-
type: import('vue').PropType<string>;
|
|
15199
|
-
default: undefined;
|
|
15200
|
-
};
|
|
15201
|
-
autoFocus: {
|
|
15202
|
-
type: import('vue').PropType<boolean>;
|
|
15203
|
-
default: boolean;
|
|
15204
|
-
};
|
|
15205
|
-
inputName: {
|
|
15206
|
-
type: import('vue').PropType<string>;
|
|
15207
|
-
required: true;
|
|
15208
|
-
};
|
|
15209
|
-
showLabel: {
|
|
15210
|
-
type: import('vue').PropType<boolean>;
|
|
15211
|
-
default: boolean;
|
|
15212
|
-
};
|
|
15213
|
-
maxlength: {
|
|
15214
|
-
type: import('vue').PropType<string>;
|
|
15215
|
-
default: undefined;
|
|
15216
|
-
};
|
|
15217
|
-
labelClass: {
|
|
15218
|
-
type: import('vue').PropType<string>;
|
|
15219
|
-
default: undefined;
|
|
15220
|
-
};
|
|
15221
|
-
inputClass: {
|
|
15222
|
-
type: import('vue').PropType<string>;
|
|
15223
|
-
default: undefined;
|
|
15224
|
-
};
|
|
15225
|
-
}>> & Readonly<{
|
|
14848
|
+
"update:modelValue": (value: string | undefined) => void;
|
|
14849
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
14850
|
+
modelValue?: string | undefined;
|
|
14851
|
+
} & import('../../components/TextInput/TextInput.vue').TextInputProps> & Readonly<{
|
|
15226
14852
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
15227
14853
|
onEsc?: ((...args: any[]) => any) | undefined;
|
|
14854
|
+
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
15228
14855
|
}>, {
|
|
15229
|
-
type: string;
|
|
15230
14856
|
title: string;
|
|
15231
14857
|
pattern: string;
|
|
15232
14858
|
required: boolean;
|
|
14859
|
+
type: string;
|
|
15233
14860
|
placeholder: string;
|
|
15234
14861
|
autoFocus: boolean;
|
|
15235
14862
|
showLabel: boolean;
|
|
15236
14863
|
maxlength: string;
|
|
15237
14864
|
labelClass: string;
|
|
15238
14865
|
inputClass: string;
|
|
15239
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
14866
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
14867
|
+
TextInputRef: HTMLInputElement;
|
|
14868
|
+
}, HTMLDivElement>;
|
|
15240
14869
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
15241
14870
|
BlockLinkCarousel: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
15242
14871
|
itemType: {
|
|
@@ -15292,7 +14921,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15292
14921
|
default: undefined;
|
|
15293
14922
|
};
|
|
15294
14923
|
link: {
|
|
15295
|
-
type: (
|
|
14924
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
15296
14925
|
required: false;
|
|
15297
14926
|
default: undefined;
|
|
15298
14927
|
};
|
|
@@ -15348,7 +14977,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15348
14977
|
default: undefined;
|
|
15349
14978
|
};
|
|
15350
14979
|
link: {
|
|
15351
|
-
type: (
|
|
14980
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
15352
14981
|
required: false;
|
|
15353
14982
|
default: undefined;
|
|
15354
14983
|
};
|
|
@@ -15388,22 +15017,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15388
15017
|
link: string | Record<string, any>;
|
|
15389
15018
|
variant: "cards" | "tiles";
|
|
15390
15019
|
heading: string;
|
|
15391
|
-
initialSlide: number;
|
|
15392
|
-
slidesPerView: number;
|
|
15393
15020
|
indent: "col-1" | "col-2" | "col-3";
|
|
15394
15021
|
noLinks: boolean;
|
|
15395
15022
|
linkTitle: string;
|
|
15023
|
+
slidesPerView: number;
|
|
15396
15024
|
center: boolean;
|
|
15025
|
+
initialSlide: number;
|
|
15397
15026
|
}, {}, {
|
|
15398
15027
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
15399
15028
|
variant: {
|
|
15400
|
-
type: import('vue').PropType<"default" | "
|
|
15029
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
15401
15030
|
required: false;
|
|
15402
15031
|
default: string;
|
|
15403
15032
|
validator: (prop: string) => boolean;
|
|
15404
15033
|
};
|
|
15405
15034
|
to: {
|
|
15406
|
-
type: (
|
|
15035
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
15407
15036
|
default: undefined;
|
|
15408
15037
|
};
|
|
15409
15038
|
exact: {
|
|
@@ -15414,6 +15043,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15414
15043
|
type: StringConstructor;
|
|
15415
15044
|
default: undefined;
|
|
15416
15045
|
};
|
|
15046
|
+
addSlash: {
|
|
15047
|
+
type: BooleanConstructor;
|
|
15048
|
+
default: boolean;
|
|
15049
|
+
};
|
|
15417
15050
|
title: {
|
|
15418
15051
|
type: StringConstructor;
|
|
15419
15052
|
default: undefined;
|
|
@@ -15500,13 +15133,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15500
15133
|
addTrailingSlash(path: string): string;
|
|
15501
15134
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
15502
15135
|
variant: {
|
|
15503
|
-
type: import('vue').PropType<"default" | "
|
|
15136
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
15504
15137
|
required: false;
|
|
15505
15138
|
default: string;
|
|
15506
15139
|
validator: (prop: string) => boolean;
|
|
15507
15140
|
};
|
|
15508
15141
|
to: {
|
|
15509
|
-
type: (
|
|
15142
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
15510
15143
|
default: undefined;
|
|
15511
15144
|
};
|
|
15512
15145
|
exact: {
|
|
@@ -15517,6 +15150,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15517
15150
|
type: StringConstructor;
|
|
15518
15151
|
default: undefined;
|
|
15519
15152
|
};
|
|
15153
|
+
addSlash: {
|
|
15154
|
+
type: BooleanConstructor;
|
|
15155
|
+
default: boolean;
|
|
15156
|
+
};
|
|
15520
15157
|
title: {
|
|
15521
15158
|
type: StringConstructor;
|
|
15522
15159
|
default: undefined;
|
|
@@ -15576,14 +15213,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15576
15213
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
15577
15214
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
15578
15215
|
}>, {
|
|
15579
|
-
to: string | Record<string, any>;
|
|
15580
15216
|
title: string;
|
|
15581
|
-
variant: "default" | "
|
|
15582
|
-
|
|
15583
|
-
target: string;
|
|
15217
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
15218
|
+
to: string | Record<string, any>;
|
|
15584
15219
|
exact: boolean;
|
|
15220
|
+
href: string;
|
|
15221
|
+
addSlash: boolean;
|
|
15585
15222
|
ariaLabel: string;
|
|
15586
15223
|
linkClass: string;
|
|
15224
|
+
target: string;
|
|
15587
15225
|
externalTargetBlank: boolean;
|
|
15588
15226
|
caret: boolean;
|
|
15589
15227
|
caretWrapperClass: string;
|
|
@@ -15659,7 +15297,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15659
15297
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
15660
15298
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
15661
15299
|
variant: {
|
|
15662
|
-
type: import('vue').PropType<"
|
|
15300
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
15663
15301
|
required: false;
|
|
15664
15302
|
default: string;
|
|
15665
15303
|
validator: (prop: string) => boolean;
|
|
@@ -15685,7 +15323,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15685
15323
|
required: false;
|
|
15686
15324
|
};
|
|
15687
15325
|
to: {
|
|
15688
|
-
type: (
|
|
15326
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
15689
15327
|
required: false;
|
|
15690
15328
|
default: undefined;
|
|
15691
15329
|
};
|
|
@@ -15701,7 +15339,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15701
15339
|
variantClass(): string;
|
|
15702
15340
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
15703
15341
|
variant: {
|
|
15704
|
-
type: import('vue').PropType<"
|
|
15342
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
15705
15343
|
required: false;
|
|
15706
15344
|
default: string;
|
|
15707
15345
|
validator: (prop: string) => boolean;
|
|
@@ -15727,7 +15365,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15727
15365
|
required: false;
|
|
15728
15366
|
};
|
|
15729
15367
|
to: {
|
|
15730
|
-
type: (
|
|
15368
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
15731
15369
|
required: false;
|
|
15732
15370
|
default: undefined;
|
|
15733
15371
|
};
|
|
@@ -15739,13 +15377,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15739
15377
|
}>> & Readonly<{
|
|
15740
15378
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
15741
15379
|
}>, {
|
|
15380
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
15742
15381
|
to: string | Record<string, any>;
|
|
15743
|
-
disabled: boolean;
|
|
15744
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
15745
15382
|
href: string;
|
|
15746
15383
|
ariaLabel: string;
|
|
15747
15384
|
compact: boolean;
|
|
15748
15385
|
blockClasses: string;
|
|
15386
|
+
disabled: boolean;
|
|
15749
15387
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
15750
15388
|
IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
15751
15389
|
IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -16009,9 +15647,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16009
15647
|
default: boolean;
|
|
16010
15648
|
};
|
|
16011
15649
|
}>> & Readonly<{}>, {
|
|
16012
|
-
data: import('../../interfaces').Card;
|
|
16013
|
-
label: string;
|
|
16014
|
-
title: string;
|
|
16015
15650
|
startDate: string;
|
|
16016
15651
|
endDate: string;
|
|
16017
15652
|
startDatetime: string;
|
|
@@ -16021,7 +15656,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16021
15656
|
location: string;
|
|
16022
15657
|
size: "sm" | "md" | "lg";
|
|
16023
15658
|
url: string;
|
|
15659
|
+
title: string;
|
|
16024
15660
|
date: string;
|
|
15661
|
+
data: import('../../interfaces').Card;
|
|
15662
|
+
label: string;
|
|
16025
15663
|
headingLevel: keyof {
|
|
16026
15664
|
h1: string;
|
|
16027
15665
|
h2: string;
|
|
@@ -16039,13 +15677,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16039
15677
|
IconExternal: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16040
15678
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
16041
15679
|
variant: {
|
|
16042
|
-
type: import('vue').PropType<"default" | "
|
|
15680
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
16043
15681
|
required: false;
|
|
16044
15682
|
default: string;
|
|
16045
15683
|
validator: (prop: string) => boolean;
|
|
16046
15684
|
};
|
|
16047
15685
|
to: {
|
|
16048
|
-
type: (
|
|
15686
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
16049
15687
|
default: undefined;
|
|
16050
15688
|
};
|
|
16051
15689
|
exact: {
|
|
@@ -16056,6 +15694,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16056
15694
|
type: StringConstructor;
|
|
16057
15695
|
default: undefined;
|
|
16058
15696
|
};
|
|
15697
|
+
addSlash: {
|
|
15698
|
+
type: BooleanConstructor;
|
|
15699
|
+
default: boolean;
|
|
15700
|
+
};
|
|
16059
15701
|
title: {
|
|
16060
15702
|
type: StringConstructor;
|
|
16061
15703
|
default: undefined;
|
|
@@ -16142,13 +15784,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16142
15784
|
addTrailingSlash(path: string): string;
|
|
16143
15785
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16144
15786
|
variant: {
|
|
16145
|
-
type: import('vue').PropType<"default" | "
|
|
15787
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
16146
15788
|
required: false;
|
|
16147
15789
|
default: string;
|
|
16148
15790
|
validator: (prop: string) => boolean;
|
|
16149
15791
|
};
|
|
16150
15792
|
to: {
|
|
16151
|
-
type: (
|
|
15793
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
16152
15794
|
default: undefined;
|
|
16153
15795
|
};
|
|
16154
15796
|
exact: {
|
|
@@ -16159,6 +15801,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16159
15801
|
type: StringConstructor;
|
|
16160
15802
|
default: undefined;
|
|
16161
15803
|
};
|
|
15804
|
+
addSlash: {
|
|
15805
|
+
type: BooleanConstructor;
|
|
15806
|
+
default: boolean;
|
|
15807
|
+
};
|
|
16162
15808
|
title: {
|
|
16163
15809
|
type: StringConstructor;
|
|
16164
15810
|
default: undefined;
|
|
@@ -16218,14 +15864,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16218
15864
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
16219
15865
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
16220
15866
|
}>, {
|
|
16221
|
-
to: string | Record<string, any>;
|
|
16222
15867
|
title: string;
|
|
16223
|
-
variant: "default" | "
|
|
16224
|
-
|
|
16225
|
-
target: string;
|
|
15868
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
15869
|
+
to: string | Record<string, any>;
|
|
16226
15870
|
exact: boolean;
|
|
15871
|
+
href: string;
|
|
15872
|
+
addSlash: boolean;
|
|
16227
15873
|
ariaLabel: string;
|
|
16228
15874
|
linkClass: string;
|
|
15875
|
+
target: string;
|
|
16229
15876
|
externalTargetBlank: boolean;
|
|
16230
15877
|
caret: boolean;
|
|
16231
15878
|
caretWrapperClass: string;
|
|
@@ -16306,7 +15953,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16306
15953
|
default: string;
|
|
16307
15954
|
};
|
|
16308
15955
|
objectFitClass: {
|
|
16309
|
-
type: import('vue').PropType<"
|
|
15956
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
16310
15957
|
required: false;
|
|
16311
15958
|
default: string;
|
|
16312
15959
|
validator: (prop: string) => boolean;
|
|
@@ -16348,7 +15995,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16348
15995
|
default: string;
|
|
16349
15996
|
};
|
|
16350
15997
|
objectFitClass: {
|
|
16351
|
-
type: import('vue').PropType<"
|
|
15998
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
16352
15999
|
required: false;
|
|
16353
16000
|
default: string;
|
|
16354
16001
|
validator: (prop: string) => boolean;
|
|
@@ -16380,13 +16027,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16380
16027
|
default: string;
|
|
16381
16028
|
};
|
|
16382
16029
|
}>> & Readonly<{}>, {
|
|
16383
|
-
imageClass: string;
|
|
16384
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
16385
|
-
srcset: string;
|
|
16386
16030
|
alt: string;
|
|
16387
16031
|
width: string | number;
|
|
16388
16032
|
height: string | number;
|
|
16033
|
+
srcset: string;
|
|
16389
16034
|
loading: "lazy" | "eager" | undefined;
|
|
16035
|
+
imageClass: string;
|
|
16036
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
16390
16037
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16391
16038
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
16392
16039
|
darkMode: {
|
|
@@ -16451,7 +16098,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16451
16098
|
default: undefined;
|
|
16452
16099
|
};
|
|
16453
16100
|
variant: {
|
|
16454
|
-
type: () => "
|
|
16101
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
16455
16102
|
default: string;
|
|
16456
16103
|
};
|
|
16457
16104
|
size: {
|
|
@@ -16468,7 +16115,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16468
16115
|
default: undefined;
|
|
16469
16116
|
};
|
|
16470
16117
|
variant: {
|
|
16471
|
-
type: () => "
|
|
16118
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
16472
16119
|
default: string;
|
|
16473
16120
|
};
|
|
16474
16121
|
size: {
|
|
@@ -16480,198 +16127,36 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16480
16127
|
default: undefined;
|
|
16481
16128
|
};
|
|
16482
16129
|
}>> & Readonly<{}>, {
|
|
16483
|
-
text: string;
|
|
16484
|
-
variant: "secondary" | "primary" | "primary-inverted" | "action";
|
|
16485
16130
|
size: "sm" | "md" | "lg";
|
|
16131
|
+
text: string;
|
|
16132
|
+
variant: "primary" | "primary-inverted" | "secondary" | "action";
|
|
16486
16133
|
contentType: "EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage";
|
|
16487
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
16488
|
-
CalendarChip: import('vue').DefineComponent<import('vue').
|
|
16489
|
-
startDate: {
|
|
16490
|
-
type: import('vue').PropType<string>;
|
|
16491
|
-
default: undefined;
|
|
16492
|
-
};
|
|
16493
|
-
endDate: {
|
|
16494
|
-
type: import('vue').PropType<string>;
|
|
16495
|
-
default: undefined;
|
|
16496
|
-
};
|
|
16497
|
-
ongoing: {
|
|
16498
|
-
type: import('vue').PropType<boolean>;
|
|
16499
|
-
default: boolean;
|
|
16500
|
-
};
|
|
16501
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16502
|
-
startDate: {
|
|
16503
|
-
type: import('vue').PropType<string>;
|
|
16504
|
-
default: undefined;
|
|
16505
|
-
};
|
|
16506
|
-
endDate: {
|
|
16507
|
-
type: import('vue').PropType<string>;
|
|
16508
|
-
default: undefined;
|
|
16509
|
-
};
|
|
16510
|
-
ongoing: {
|
|
16511
|
-
type: import('vue').PropType<boolean>;
|
|
16512
|
-
default: boolean;
|
|
16513
|
-
};
|
|
16514
|
-
}>> & Readonly<{}>, {
|
|
16134
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLParagraphElement>;
|
|
16135
|
+
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<{}>, {
|
|
16515
16136
|
startDate: string;
|
|
16516
16137
|
endDate: string;
|
|
16517
16138
|
ongoing: boolean;
|
|
16518
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
16519
|
-
MetadataEvent: import('vue').DefineComponent<import('vue').
|
|
16520
|
-
event: {
|
|
16521
|
-
type: import('vue').PropType<import('../../interfaces').EventCardObject>;
|
|
16522
|
-
required: true;
|
|
16523
|
-
default: undefined;
|
|
16524
|
-
};
|
|
16525
|
-
compact: {
|
|
16526
|
-
type: import('vue').PropType<boolean>;
|
|
16527
|
-
default: boolean;
|
|
16528
|
-
};
|
|
16529
|
-
showTime: {
|
|
16530
|
-
type: import('vue').PropType<boolean>;
|
|
16531
|
-
default: boolean;
|
|
16532
|
-
};
|
|
16533
|
-
allowBreak: {
|
|
16534
|
-
type: import('vue').PropType<boolean>;
|
|
16535
|
-
default: boolean;
|
|
16536
|
-
};
|
|
16537
|
-
showLocation: {
|
|
16538
|
-
type: import('vue').PropType<boolean>;
|
|
16539
|
-
default: boolean;
|
|
16540
|
-
};
|
|
16541
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16542
|
-
event: {
|
|
16543
|
-
type: import('vue').PropType<import('../../interfaces').EventCardObject>;
|
|
16544
|
-
required: true;
|
|
16545
|
-
default: undefined;
|
|
16546
|
-
};
|
|
16547
|
-
compact: {
|
|
16548
|
-
type: import('vue').PropType<boolean>;
|
|
16549
|
-
default: boolean;
|
|
16550
|
-
};
|
|
16551
|
-
showTime: {
|
|
16552
|
-
type: import('vue').PropType<boolean>;
|
|
16553
|
-
default: boolean;
|
|
16554
|
-
};
|
|
16555
|
-
allowBreak: {
|
|
16556
|
-
type: import('vue').PropType<boolean>;
|
|
16557
|
-
default: boolean;
|
|
16558
|
-
};
|
|
16559
|
-
showLocation: {
|
|
16560
|
-
type: import('vue').PropType<boolean>;
|
|
16561
|
-
default: boolean;
|
|
16562
|
-
};
|
|
16563
|
-
}>> & Readonly<{}>, {
|
|
16139
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16140
|
+
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<{}>, {
|
|
16564
16141
|
event: import('../../interfaces').EventCardObject;
|
|
16565
16142
|
compact: boolean;
|
|
16566
16143
|
showTime: boolean;
|
|
16567
16144
|
allowBreak: boolean;
|
|
16568
16145
|
showLocation: boolean;
|
|
16569
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
16570
|
-
MetadataEduResource: import('vue').DefineComponent<import('vue').
|
|
16571
|
-
variant: {
|
|
16572
|
-
type: import('vue').PropType<import('../../interfaces').MetaPanelTheme>;
|
|
16573
|
-
default: string;
|
|
16574
|
-
};
|
|
16575
|
-
resource: {
|
|
16576
|
-
type: import('vue').PropType<import('../../interfaces').EduResourceCardObject>;
|
|
16577
|
-
required: true;
|
|
16578
|
-
default: undefined;
|
|
16579
|
-
};
|
|
16580
|
-
compact: {
|
|
16581
|
-
type: import('vue').PropType<boolean>;
|
|
16582
|
-
default: boolean;
|
|
16583
|
-
};
|
|
16584
|
-
showTime: {
|
|
16585
|
-
type: import('vue').PropType<boolean>;
|
|
16586
|
-
default: boolean;
|
|
16587
|
-
};
|
|
16588
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16589
|
-
variant: {
|
|
16590
|
-
type: import('vue').PropType<import('../../interfaces').MetaPanelTheme>;
|
|
16591
|
-
default: string;
|
|
16592
|
-
};
|
|
16593
|
-
resource: {
|
|
16594
|
-
type: import('vue').PropType<import('../../interfaces').EduResourceCardObject>;
|
|
16595
|
-
required: true;
|
|
16596
|
-
default: undefined;
|
|
16597
|
-
};
|
|
16598
|
-
compact: {
|
|
16599
|
-
type: import('vue').PropType<boolean>;
|
|
16600
|
-
default: boolean;
|
|
16601
|
-
};
|
|
16602
|
-
showTime: {
|
|
16603
|
-
type: import('vue').PropType<boolean>;
|
|
16604
|
-
default: boolean;
|
|
16605
|
-
};
|
|
16606
|
-
}>> & Readonly<{}>, {
|
|
16607
|
-
variant: import('../../interfaces').MetaPanelTheme;
|
|
16146
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
16147
|
+
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<{}>, {
|
|
16608
16148
|
resource: import('../../interfaces').EduResourceCardObject;
|
|
16149
|
+
variant: import('../../interfaces').MetaPanelTheme;
|
|
16609
16150
|
compact: boolean;
|
|
16610
16151
|
showTime: boolean;
|
|
16611
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
16612
|
-
BlockLinkCardCollectionLg: import('vue').DefineComponent<import('vue').
|
|
16613
|
-
size: {
|
|
16614
|
-
type: import('vue').PropType<string>;
|
|
16615
|
-
default: undefined;
|
|
16616
|
-
};
|
|
16617
|
-
headingLevel: {
|
|
16618
|
-
type: import('vue').PropType<keyof {
|
|
16619
|
-
h1: string;
|
|
16620
|
-
h2: string;
|
|
16621
|
-
h3: string;
|
|
16622
|
-
h4: string;
|
|
16623
|
-
h5: string;
|
|
16624
|
-
h6: string;
|
|
16625
|
-
}>;
|
|
16626
|
-
default: undefined;
|
|
16627
|
-
};
|
|
16628
|
-
metadataAttrs: {
|
|
16629
|
-
type: import('vue').PropType<any>;
|
|
16630
|
-
default: undefined;
|
|
16631
|
-
};
|
|
16632
|
-
theItem: {
|
|
16633
|
-
type: import('vue').PropType<import('../../interfaces').EduResourceCardObject>;
|
|
16634
|
-
default: undefined;
|
|
16635
|
-
};
|
|
16636
|
-
metadataType: {
|
|
16637
|
-
type: import('vue').PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
|
|
16638
|
-
default: undefined;
|
|
16639
|
-
};
|
|
16640
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16641
|
-
size: {
|
|
16642
|
-
type: import('vue').PropType<string>;
|
|
16643
|
-
default: undefined;
|
|
16644
|
-
};
|
|
16645
|
-
headingLevel: {
|
|
16646
|
-
type: import('vue').PropType<keyof {
|
|
16647
|
-
h1: string;
|
|
16648
|
-
h2: string;
|
|
16649
|
-
h3: string;
|
|
16650
|
-
h4: string;
|
|
16651
|
-
h5: string;
|
|
16652
|
-
h6: string;
|
|
16653
|
-
}>;
|
|
16654
|
-
default: undefined;
|
|
16655
|
-
};
|
|
16656
|
-
metadataAttrs: {
|
|
16657
|
-
type: import('vue').PropType<any>;
|
|
16658
|
-
default: undefined;
|
|
16659
|
-
};
|
|
16660
|
-
theItem: {
|
|
16661
|
-
type: import('vue').PropType<import('../../interfaces').EduResourceCardObject>;
|
|
16662
|
-
default: undefined;
|
|
16663
|
-
};
|
|
16664
|
-
metadataType: {
|
|
16665
|
-
type: import('vue').PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
|
|
16666
|
-
default: undefined;
|
|
16667
|
-
};
|
|
16668
|
-
}>> & Readonly<{}>, {
|
|
16152
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
16153
|
+
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<{}>, {
|
|
16669
16154
|
size: string;
|
|
16670
|
-
headingLevel: import('../../components/BaseHeading/BaseHeading.vue').HeadingLevel;
|
|
16671
16155
|
metadataAttrs: any;
|
|
16672
16156
|
theItem: import('../../interfaces').EduResourceCardObject;
|
|
16673
16157
|
metadataType: import('../../interfaces').ContentTypeKey;
|
|
16674
|
-
|
|
16158
|
+
headingLevel: import('../../components/BaseHeading/BaseHeading.vue').HeadingLevel;
|
|
16159
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16675
16160
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16676
16161
|
BlockLinkTile: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
16677
16162
|
data: {
|
|
@@ -16789,12 +16274,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16789
16274
|
required: false;
|
|
16790
16275
|
};
|
|
16791
16276
|
}>> & Readonly<{}>, {
|
|
16792
|
-
data: import('../../interfaces').Card | import('../../interfaces').EventCardObject;
|
|
16793
|
-
label: string;
|
|
16794
|
-
title: string;
|
|
16795
16277
|
startDate: string;
|
|
16796
16278
|
endDate: string;
|
|
16797
16279
|
url: string;
|
|
16280
|
+
title: string;
|
|
16281
|
+
data: import('../../interfaces').Card | import('../../interfaces').EventCardObject;
|
|
16282
|
+
label: string;
|
|
16798
16283
|
compact: boolean;
|
|
16799
16284
|
externalLink: string;
|
|
16800
16285
|
thumbnailImage: Record<string, any>;
|
|
@@ -16802,13 +16287,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16802
16287
|
IconArrow: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16803
16288
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
16804
16289
|
variant: {
|
|
16805
|
-
type: import('vue').PropType<"default" | "
|
|
16290
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
16806
16291
|
required: false;
|
|
16807
16292
|
default: string;
|
|
16808
16293
|
validator: (prop: string) => boolean;
|
|
16809
16294
|
};
|
|
16810
16295
|
to: {
|
|
16811
|
-
type: (
|
|
16296
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
16812
16297
|
default: undefined;
|
|
16813
16298
|
};
|
|
16814
16299
|
exact: {
|
|
@@ -16819,6 +16304,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16819
16304
|
type: StringConstructor;
|
|
16820
16305
|
default: undefined;
|
|
16821
16306
|
};
|
|
16307
|
+
addSlash: {
|
|
16308
|
+
type: BooleanConstructor;
|
|
16309
|
+
default: boolean;
|
|
16310
|
+
};
|
|
16822
16311
|
title: {
|
|
16823
16312
|
type: StringConstructor;
|
|
16824
16313
|
default: undefined;
|
|
@@ -16905,13 +16394,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16905
16394
|
addTrailingSlash(path: string): string;
|
|
16906
16395
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16907
16396
|
variant: {
|
|
16908
|
-
type: import('vue').PropType<"default" | "
|
|
16397
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
16909
16398
|
required: false;
|
|
16910
16399
|
default: string;
|
|
16911
16400
|
validator: (prop: string) => boolean;
|
|
16912
16401
|
};
|
|
16913
16402
|
to: {
|
|
16914
|
-
type: (
|
|
16403
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
16915
16404
|
default: undefined;
|
|
16916
16405
|
};
|
|
16917
16406
|
exact: {
|
|
@@ -16922,6 +16411,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16922
16411
|
type: StringConstructor;
|
|
16923
16412
|
default: undefined;
|
|
16924
16413
|
};
|
|
16414
|
+
addSlash: {
|
|
16415
|
+
type: BooleanConstructor;
|
|
16416
|
+
default: boolean;
|
|
16417
|
+
};
|
|
16925
16418
|
title: {
|
|
16926
16419
|
type: StringConstructor;
|
|
16927
16420
|
default: undefined;
|
|
@@ -16981,14 +16474,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16981
16474
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
16982
16475
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
16983
16476
|
}>, {
|
|
16984
|
-
to: string | Record<string, any>;
|
|
16985
16477
|
title: string;
|
|
16986
|
-
variant: "default" | "
|
|
16987
|
-
|
|
16988
|
-
target: string;
|
|
16478
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
16479
|
+
to: string | Record<string, any>;
|
|
16989
16480
|
exact: boolean;
|
|
16481
|
+
href: string;
|
|
16482
|
+
addSlash: boolean;
|
|
16990
16483
|
ariaLabel: string;
|
|
16991
16484
|
linkClass: string;
|
|
16485
|
+
target: string;
|
|
16992
16486
|
externalTargetBlank: boolean;
|
|
16993
16487
|
caret: boolean;
|
|
16994
16488
|
caretWrapperClass: string;
|
|
@@ -17069,7 +16563,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
17069
16563
|
default: string;
|
|
17070
16564
|
};
|
|
17071
16565
|
objectFitClass: {
|
|
17072
|
-
type: import('vue').PropType<"
|
|
16566
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
17073
16567
|
required: false;
|
|
17074
16568
|
default: string;
|
|
17075
16569
|
validator: (prop: string) => boolean;
|
|
@@ -17111,7 +16605,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
17111
16605
|
default: string;
|
|
17112
16606
|
};
|
|
17113
16607
|
objectFitClass: {
|
|
17114
|
-
type: import('vue').PropType<"
|
|
16608
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
17115
16609
|
required: false;
|
|
17116
16610
|
default: string;
|
|
17117
16611
|
validator: (prop: string) => boolean;
|
|
@@ -17143,13 +16637,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
17143
16637
|
default: string;
|
|
17144
16638
|
};
|
|
17145
16639
|
}>> & Readonly<{}>, {
|
|
17146
|
-
imageClass: string;
|
|
17147
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
17148
|
-
srcset: string;
|
|
17149
16640
|
alt: string;
|
|
17150
16641
|
width: string | number;
|
|
17151
16642
|
height: string | number;
|
|
16643
|
+
srcset: string;
|
|
17152
16644
|
loading: "lazy" | "eager" | undefined;
|
|
16645
|
+
imageClass: string;
|
|
16646
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
17153
16647
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17154
16648
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
17155
16649
|
darkMode: {
|