@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,6 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { Card } from './../../interfaces.ts';
|
|
3
|
-
|
|
4
3
|
export declare const itemTypes: {
|
|
5
4
|
cards: string;
|
|
6
5
|
tiles: string;
|
|
@@ -62,7 +61,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
62
61
|
default: undefined;
|
|
63
62
|
};
|
|
64
63
|
link: {
|
|
65
|
-
type: (
|
|
64
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
66
65
|
required: false;
|
|
67
66
|
default: undefined;
|
|
68
67
|
};
|
|
@@ -118,7 +117,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
118
117
|
default: undefined;
|
|
119
118
|
};
|
|
120
119
|
link: {
|
|
121
|
-
type: (
|
|
120
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
122
121
|
required: false;
|
|
123
122
|
default: undefined;
|
|
124
123
|
};
|
|
@@ -158,22 +157,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
158
157
|
link: string | Record<string, any>;
|
|
159
158
|
variant: "cards" | "tiles";
|
|
160
159
|
heading: string;
|
|
161
|
-
initialSlide: number;
|
|
162
|
-
slidesPerView: number;
|
|
163
160
|
indent: "col-1" | "col-2" | "col-3";
|
|
164
161
|
noLinks: boolean;
|
|
165
162
|
linkTitle: string;
|
|
163
|
+
slidesPerView: number;
|
|
166
164
|
center: boolean;
|
|
165
|
+
initialSlide: number;
|
|
167
166
|
}, {}, {
|
|
168
167
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
169
168
|
variant: {
|
|
170
|
-
type: PropType<"default" | "
|
|
169
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
171
170
|
required: false;
|
|
172
171
|
default: string;
|
|
173
172
|
validator: (prop: string) => boolean;
|
|
174
173
|
};
|
|
175
174
|
to: {
|
|
176
|
-
type: (
|
|
175
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
177
176
|
default: undefined;
|
|
178
177
|
};
|
|
179
178
|
exact: {
|
|
@@ -184,6 +183,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
184
183
|
type: StringConstructor;
|
|
185
184
|
default: undefined;
|
|
186
185
|
};
|
|
186
|
+
addSlash: {
|
|
187
|
+
type: BooleanConstructor;
|
|
188
|
+
default: boolean;
|
|
189
|
+
};
|
|
187
190
|
title: {
|
|
188
191
|
type: StringConstructor;
|
|
189
192
|
default: undefined;
|
|
@@ -270,13 +273,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
270
273
|
addTrailingSlash(path: string): string;
|
|
271
274
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
272
275
|
variant: {
|
|
273
|
-
type: PropType<"default" | "
|
|
276
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
274
277
|
required: false;
|
|
275
278
|
default: string;
|
|
276
279
|
validator: (prop: string) => boolean;
|
|
277
280
|
};
|
|
278
281
|
to: {
|
|
279
|
-
type: (
|
|
282
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
280
283
|
default: undefined;
|
|
281
284
|
};
|
|
282
285
|
exact: {
|
|
@@ -287,6 +290,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
287
290
|
type: StringConstructor;
|
|
288
291
|
default: undefined;
|
|
289
292
|
};
|
|
293
|
+
addSlash: {
|
|
294
|
+
type: BooleanConstructor;
|
|
295
|
+
default: boolean;
|
|
296
|
+
};
|
|
290
297
|
title: {
|
|
291
298
|
type: StringConstructor;
|
|
292
299
|
default: undefined;
|
|
@@ -346,14 +353,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
346
353
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
347
354
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
348
355
|
}>, {
|
|
349
|
-
to: string | Record<string, any>;
|
|
350
356
|
title: string;
|
|
351
|
-
variant: "default" | "
|
|
352
|
-
|
|
353
|
-
target: string;
|
|
357
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
358
|
+
to: string | Record<string, any>;
|
|
354
359
|
exact: boolean;
|
|
360
|
+
href: string;
|
|
361
|
+
addSlash: boolean;
|
|
355
362
|
ariaLabel: string;
|
|
356
363
|
linkClass: string;
|
|
364
|
+
target: string;
|
|
357
365
|
externalTargetBlank: boolean;
|
|
358
366
|
caret: boolean;
|
|
359
367
|
caretWrapperClass: string;
|
|
@@ -429,7 +437,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
429
437
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
430
438
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
431
439
|
variant: {
|
|
432
|
-
type: PropType<"
|
|
440
|
+
type: PropType<"primary" | "secondary" | "dark" | "social">;
|
|
433
441
|
required: false;
|
|
434
442
|
default: string;
|
|
435
443
|
validator: (prop: string) => boolean;
|
|
@@ -455,7 +463,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
455
463
|
required: false;
|
|
456
464
|
};
|
|
457
465
|
to: {
|
|
458
|
-
type: (
|
|
466
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
459
467
|
required: false;
|
|
460
468
|
default: undefined;
|
|
461
469
|
};
|
|
@@ -471,7 +479,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
471
479
|
variantClass(): string;
|
|
472
480
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
473
481
|
variant: {
|
|
474
|
-
type: PropType<"
|
|
482
|
+
type: PropType<"primary" | "secondary" | "dark" | "social">;
|
|
475
483
|
required: false;
|
|
476
484
|
default: string;
|
|
477
485
|
validator: (prop: string) => boolean;
|
|
@@ -497,7 +505,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
497
505
|
required: false;
|
|
498
506
|
};
|
|
499
507
|
to: {
|
|
500
|
-
type: (
|
|
508
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
501
509
|
required: false;
|
|
502
510
|
default: undefined;
|
|
503
511
|
};
|
|
@@ -509,13 +517,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
509
517
|
}>> & Readonly<{
|
|
510
518
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
511
519
|
}>, {
|
|
520
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
512
521
|
to: string | Record<string, any>;
|
|
513
|
-
disabled: boolean;
|
|
514
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
515
522
|
href: string;
|
|
516
523
|
ariaLabel: string;
|
|
517
524
|
compact: boolean;
|
|
518
525
|
blockClasses: string;
|
|
526
|
+
disabled: boolean;
|
|
519
527
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
520
528
|
IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
521
529
|
IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -779,9 +787,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
779
787
|
default: boolean;
|
|
780
788
|
};
|
|
781
789
|
}>> & Readonly<{}>, {
|
|
782
|
-
data: Card;
|
|
783
|
-
label: string;
|
|
784
|
-
title: string;
|
|
785
790
|
startDate: string;
|
|
786
791
|
endDate: string;
|
|
787
792
|
startDatetime: string;
|
|
@@ -791,7 +796,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
791
796
|
location: string;
|
|
792
797
|
size: "sm" | "md" | "lg";
|
|
793
798
|
url: string;
|
|
799
|
+
title: string;
|
|
794
800
|
date: string;
|
|
801
|
+
data: Card;
|
|
802
|
+
label: string;
|
|
795
803
|
headingLevel: keyof {
|
|
796
804
|
h1: string;
|
|
797
805
|
h2: string;
|
|
@@ -809,13 +817,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
809
817
|
IconExternal: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
810
818
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
811
819
|
variant: {
|
|
812
|
-
type: PropType<"default" | "
|
|
820
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
813
821
|
required: false;
|
|
814
822
|
default: string;
|
|
815
823
|
validator: (prop: string) => boolean;
|
|
816
824
|
};
|
|
817
825
|
to: {
|
|
818
|
-
type: (
|
|
826
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
819
827
|
default: undefined;
|
|
820
828
|
};
|
|
821
829
|
exact: {
|
|
@@ -826,6 +834,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
826
834
|
type: StringConstructor;
|
|
827
835
|
default: undefined;
|
|
828
836
|
};
|
|
837
|
+
addSlash: {
|
|
838
|
+
type: BooleanConstructor;
|
|
839
|
+
default: boolean;
|
|
840
|
+
};
|
|
829
841
|
title: {
|
|
830
842
|
type: StringConstructor;
|
|
831
843
|
default: undefined;
|
|
@@ -912,13 +924,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
912
924
|
addTrailingSlash(path: string): string;
|
|
913
925
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
914
926
|
variant: {
|
|
915
|
-
type: PropType<"default" | "
|
|
927
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
916
928
|
required: false;
|
|
917
929
|
default: string;
|
|
918
930
|
validator: (prop: string) => boolean;
|
|
919
931
|
};
|
|
920
932
|
to: {
|
|
921
|
-
type: (
|
|
933
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
922
934
|
default: undefined;
|
|
923
935
|
};
|
|
924
936
|
exact: {
|
|
@@ -929,6 +941,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
929
941
|
type: StringConstructor;
|
|
930
942
|
default: undefined;
|
|
931
943
|
};
|
|
944
|
+
addSlash: {
|
|
945
|
+
type: BooleanConstructor;
|
|
946
|
+
default: boolean;
|
|
947
|
+
};
|
|
932
948
|
title: {
|
|
933
949
|
type: StringConstructor;
|
|
934
950
|
default: undefined;
|
|
@@ -988,14 +1004,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
988
1004
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
989
1005
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
990
1006
|
}>, {
|
|
991
|
-
to: string | Record<string, any>;
|
|
992
1007
|
title: string;
|
|
993
|
-
variant: "default" | "
|
|
994
|
-
|
|
995
|
-
target: string;
|
|
1008
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1009
|
+
to: string | Record<string, any>;
|
|
996
1010
|
exact: boolean;
|
|
1011
|
+
href: string;
|
|
1012
|
+
addSlash: boolean;
|
|
997
1013
|
ariaLabel: string;
|
|
998
1014
|
linkClass: string;
|
|
1015
|
+
target: string;
|
|
999
1016
|
externalTargetBlank: boolean;
|
|
1000
1017
|
caret: boolean;
|
|
1001
1018
|
caretWrapperClass: string;
|
|
@@ -1076,7 +1093,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1076
1093
|
default: string;
|
|
1077
1094
|
};
|
|
1078
1095
|
objectFitClass: {
|
|
1079
|
-
type: PropType<"
|
|
1096
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1080
1097
|
required: false;
|
|
1081
1098
|
default: string;
|
|
1082
1099
|
validator: (prop: string) => boolean;
|
|
@@ -1118,7 +1135,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1118
1135
|
default: string;
|
|
1119
1136
|
};
|
|
1120
1137
|
objectFitClass: {
|
|
1121
|
-
type: PropType<"
|
|
1138
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1122
1139
|
required: false;
|
|
1123
1140
|
default: string;
|
|
1124
1141
|
validator: (prop: string) => boolean;
|
|
@@ -1150,13 +1167,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1150
1167
|
default: string;
|
|
1151
1168
|
};
|
|
1152
1169
|
}>> & Readonly<{}>, {
|
|
1153
|
-
imageClass: string;
|
|
1154
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
1155
|
-
srcset: string;
|
|
1156
1170
|
alt: string;
|
|
1157
1171
|
width: string | number;
|
|
1158
1172
|
height: string | number;
|
|
1173
|
+
srcset: string;
|
|
1159
1174
|
loading: "lazy" | "eager" | undefined;
|
|
1175
|
+
imageClass: string;
|
|
1176
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
1160
1177
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1161
1178
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1162
1179
|
darkMode: {
|
|
@@ -1221,7 +1238,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1221
1238
|
default: undefined;
|
|
1222
1239
|
};
|
|
1223
1240
|
variant: {
|
|
1224
|
-
type: () => "
|
|
1241
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
1225
1242
|
default: string;
|
|
1226
1243
|
};
|
|
1227
1244
|
size: {
|
|
@@ -1238,7 +1255,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1238
1255
|
default: undefined;
|
|
1239
1256
|
};
|
|
1240
1257
|
variant: {
|
|
1241
|
-
type: () => "
|
|
1258
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
1242
1259
|
default: string;
|
|
1243
1260
|
};
|
|
1244
1261
|
size: {
|
|
@@ -1250,198 +1267,36 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1250
1267
|
default: undefined;
|
|
1251
1268
|
};
|
|
1252
1269
|
}>> & Readonly<{}>, {
|
|
1253
|
-
text: string;
|
|
1254
|
-
variant: "secondary" | "primary" | "primary-inverted" | "action";
|
|
1255
1270
|
size: "sm" | "md" | "lg";
|
|
1271
|
+
text: string;
|
|
1272
|
+
variant: "primary" | "primary-inverted" | "secondary" | "action";
|
|
1256
1273
|
contentType: "EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage";
|
|
1257
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1258
|
-
CalendarChip: import('vue').DefineComponent<import('vue').
|
|
1259
|
-
startDate: {
|
|
1260
|
-
type: PropType<string>;
|
|
1261
|
-
default: undefined;
|
|
1262
|
-
};
|
|
1263
|
-
endDate: {
|
|
1264
|
-
type: PropType<string>;
|
|
1265
|
-
default: undefined;
|
|
1266
|
-
};
|
|
1267
|
-
ongoing: {
|
|
1268
|
-
type: PropType<boolean>;
|
|
1269
|
-
default: boolean;
|
|
1270
|
-
};
|
|
1271
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1272
|
-
startDate: {
|
|
1273
|
-
type: PropType<string>;
|
|
1274
|
-
default: undefined;
|
|
1275
|
-
};
|
|
1276
|
-
endDate: {
|
|
1277
|
-
type: PropType<string>;
|
|
1278
|
-
default: undefined;
|
|
1279
|
-
};
|
|
1280
|
-
ongoing: {
|
|
1281
|
-
type: PropType<boolean>;
|
|
1282
|
-
default: boolean;
|
|
1283
|
-
};
|
|
1284
|
-
}>> & Readonly<{}>, {
|
|
1274
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLParagraphElement>;
|
|
1275
|
+
CalendarChip: import('vue').DefineComponent<import('../CalendarChip/CalendarChip.vue').CalendarChipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../CalendarChip/CalendarChip.vue').CalendarChipProps> & Readonly<{}>, {
|
|
1285
1276
|
startDate: string;
|
|
1286
1277
|
endDate: string;
|
|
1287
1278
|
ongoing: boolean;
|
|
1288
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
1289
|
-
MetadataEvent: import('vue').DefineComponent<import('vue').
|
|
1290
|
-
event: {
|
|
1291
|
-
type: PropType<import('./../../interfaces.ts').EventCardObject>;
|
|
1292
|
-
required: true;
|
|
1293
|
-
default: undefined;
|
|
1294
|
-
};
|
|
1295
|
-
compact: {
|
|
1296
|
-
type: PropType<boolean>;
|
|
1297
|
-
default: boolean;
|
|
1298
|
-
};
|
|
1299
|
-
showTime: {
|
|
1300
|
-
type: PropType<boolean>;
|
|
1301
|
-
default: boolean;
|
|
1302
|
-
};
|
|
1303
|
-
allowBreak: {
|
|
1304
|
-
type: PropType<boolean>;
|
|
1305
|
-
default: boolean;
|
|
1306
|
-
};
|
|
1307
|
-
showLocation: {
|
|
1308
|
-
type: PropType<boolean>;
|
|
1309
|
-
default: boolean;
|
|
1310
|
-
};
|
|
1311
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1312
|
-
event: {
|
|
1313
|
-
type: PropType<import('./../../interfaces.ts').EventCardObject>;
|
|
1314
|
-
required: true;
|
|
1315
|
-
default: undefined;
|
|
1316
|
-
};
|
|
1317
|
-
compact: {
|
|
1318
|
-
type: PropType<boolean>;
|
|
1319
|
-
default: boolean;
|
|
1320
|
-
};
|
|
1321
|
-
showTime: {
|
|
1322
|
-
type: PropType<boolean>;
|
|
1323
|
-
default: boolean;
|
|
1324
|
-
};
|
|
1325
|
-
allowBreak: {
|
|
1326
|
-
type: PropType<boolean>;
|
|
1327
|
-
default: boolean;
|
|
1328
|
-
};
|
|
1329
|
-
showLocation: {
|
|
1330
|
-
type: PropType<boolean>;
|
|
1331
|
-
default: boolean;
|
|
1332
|
-
};
|
|
1333
|
-
}>> & Readonly<{}>, {
|
|
1279
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
1280
|
+
MetadataEvent: import('vue').DefineComponent<import('../MetadataEvent/MetadataEvent.vue').MetadataEventProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../MetadataEvent/MetadataEvent.vue').MetadataEventProps> & Readonly<{}>, {
|
|
1334
1281
|
event: import('./../../interfaces.ts').EventCardObject;
|
|
1335
1282
|
compact: boolean;
|
|
1336
1283
|
showTime: boolean;
|
|
1337
1284
|
allowBreak: boolean;
|
|
1338
1285
|
showLocation: boolean;
|
|
1339
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
1340
|
-
MetadataEduResource: import('vue').DefineComponent<import('vue').
|
|
1341
|
-
variant: {
|
|
1342
|
-
type: PropType<import('./../../interfaces.ts').MetaPanelTheme>;
|
|
1343
|
-
default: string;
|
|
1344
|
-
};
|
|
1345
|
-
resource: {
|
|
1346
|
-
type: PropType<import('./../../interfaces.ts').EduResourceCardObject>;
|
|
1347
|
-
required: true;
|
|
1348
|
-
default: undefined;
|
|
1349
|
-
};
|
|
1350
|
-
compact: {
|
|
1351
|
-
type: PropType<boolean>;
|
|
1352
|
-
default: boolean;
|
|
1353
|
-
};
|
|
1354
|
-
showTime: {
|
|
1355
|
-
type: PropType<boolean>;
|
|
1356
|
-
default: boolean;
|
|
1357
|
-
};
|
|
1358
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1359
|
-
variant: {
|
|
1360
|
-
type: PropType<import('./../../interfaces.ts').MetaPanelTheme>;
|
|
1361
|
-
default: string;
|
|
1362
|
-
};
|
|
1363
|
-
resource: {
|
|
1364
|
-
type: PropType<import('./../../interfaces.ts').EduResourceCardObject>;
|
|
1365
|
-
required: true;
|
|
1366
|
-
default: undefined;
|
|
1367
|
-
};
|
|
1368
|
-
compact: {
|
|
1369
|
-
type: PropType<boolean>;
|
|
1370
|
-
default: boolean;
|
|
1371
|
-
};
|
|
1372
|
-
showTime: {
|
|
1373
|
-
type: PropType<boolean>;
|
|
1374
|
-
default: boolean;
|
|
1375
|
-
};
|
|
1376
|
-
}>> & Readonly<{}>, {
|
|
1377
|
-
variant: import('./../../interfaces.ts').MetaPanelTheme;
|
|
1286
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1287
|
+
MetadataEduResource: import('vue').DefineComponent<import('../MetadataEduResource/MetadataEduResource.vue').MetadataEduResourceProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../MetadataEduResource/MetadataEduResource.vue').MetadataEduResourceProps> & Readonly<{}>, {
|
|
1378
1288
|
resource: import('./../../interfaces.ts').EduResourceCardObject;
|
|
1289
|
+
variant: import('./../../interfaces.ts').MetaPanelTheme;
|
|
1379
1290
|
compact: boolean;
|
|
1380
1291
|
showTime: boolean;
|
|
1381
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
1382
|
-
BlockLinkCardCollectionLg: import('vue').DefineComponent<import('vue').
|
|
1383
|
-
size: {
|
|
1384
|
-
type: PropType<string>;
|
|
1385
|
-
default: undefined;
|
|
1386
|
-
};
|
|
1387
|
-
headingLevel: {
|
|
1388
|
-
type: PropType<keyof {
|
|
1389
|
-
h1: string;
|
|
1390
|
-
h2: string;
|
|
1391
|
-
h3: string;
|
|
1392
|
-
h4: string;
|
|
1393
|
-
h5: string;
|
|
1394
|
-
h6: string;
|
|
1395
|
-
}>;
|
|
1396
|
-
default: undefined;
|
|
1397
|
-
};
|
|
1398
|
-
metadataAttrs: {
|
|
1399
|
-
type: PropType<any>;
|
|
1400
|
-
default: undefined;
|
|
1401
|
-
};
|
|
1402
|
-
theItem: {
|
|
1403
|
-
type: PropType<import('./../../interfaces.ts').EduResourceCardObject>;
|
|
1404
|
-
default: undefined;
|
|
1405
|
-
};
|
|
1406
|
-
metadataType: {
|
|
1407
|
-
type: PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
|
|
1408
|
-
default: undefined;
|
|
1409
|
-
};
|
|
1410
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1411
|
-
size: {
|
|
1412
|
-
type: PropType<string>;
|
|
1413
|
-
default: undefined;
|
|
1414
|
-
};
|
|
1415
|
-
headingLevel: {
|
|
1416
|
-
type: PropType<keyof {
|
|
1417
|
-
h1: string;
|
|
1418
|
-
h2: string;
|
|
1419
|
-
h3: string;
|
|
1420
|
-
h4: string;
|
|
1421
|
-
h5: string;
|
|
1422
|
-
h6: string;
|
|
1423
|
-
}>;
|
|
1424
|
-
default: undefined;
|
|
1425
|
-
};
|
|
1426
|
-
metadataAttrs: {
|
|
1427
|
-
type: PropType<any>;
|
|
1428
|
-
default: undefined;
|
|
1429
|
-
};
|
|
1430
|
-
theItem: {
|
|
1431
|
-
type: PropType<import('./../../interfaces.ts').EduResourceCardObject>;
|
|
1432
|
-
default: undefined;
|
|
1433
|
-
};
|
|
1434
|
-
metadataType: {
|
|
1435
|
-
type: PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
|
|
1436
|
-
default: undefined;
|
|
1437
|
-
};
|
|
1438
|
-
}>> & Readonly<{}>, {
|
|
1292
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1293
|
+
BlockLinkCardCollectionLg: import('vue').DefineComponent<import('../BlockLinkCard/BlockLinkCardCollectionLg.vue').BlockLinkCardCollectionLgProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../BlockLinkCard/BlockLinkCardCollectionLg.vue').BlockLinkCardCollectionLgProps> & Readonly<{}>, {
|
|
1439
1294
|
size: string;
|
|
1440
|
-
headingLevel: import('../BaseHeading/BaseHeading.vue.ts').HeadingLevel;
|
|
1441
1295
|
metadataAttrs: any;
|
|
1442
1296
|
theItem: import('./../../interfaces.ts').EduResourceCardObject;
|
|
1443
1297
|
metadataType: import('./../../interfaces.ts').ContentTypeKey;
|
|
1444
|
-
|
|
1298
|
+
headingLevel: import('../BaseHeading/BaseHeading.vue').HeadingLevel;
|
|
1299
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
1445
1300
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1446
1301
|
BlockLinkTile: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1447
1302
|
data: {
|
|
@@ -1559,12 +1414,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1559
1414
|
required: false;
|
|
1560
1415
|
};
|
|
1561
1416
|
}>> & Readonly<{}>, {
|
|
1562
|
-
data: Card | import('./../../interfaces.ts').EventCardObject;
|
|
1563
|
-
label: string;
|
|
1564
|
-
title: string;
|
|
1565
1417
|
startDate: string;
|
|
1566
1418
|
endDate: string;
|
|
1567
1419
|
url: string;
|
|
1420
|
+
title: string;
|
|
1421
|
+
data: Card | import('./../../interfaces.ts').EventCardObject;
|
|
1422
|
+
label: string;
|
|
1568
1423
|
compact: boolean;
|
|
1569
1424
|
externalLink: string;
|
|
1570
1425
|
thumbnailImage: Record<string, any>;
|
|
@@ -1572,13 +1427,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1572
1427
|
IconArrow: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1573
1428
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1574
1429
|
variant: {
|
|
1575
|
-
type: PropType<"default" | "
|
|
1430
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
1576
1431
|
required: false;
|
|
1577
1432
|
default: string;
|
|
1578
1433
|
validator: (prop: string) => boolean;
|
|
1579
1434
|
};
|
|
1580
1435
|
to: {
|
|
1581
|
-
type: (
|
|
1436
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1582
1437
|
default: undefined;
|
|
1583
1438
|
};
|
|
1584
1439
|
exact: {
|
|
@@ -1589,6 +1444,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1589
1444
|
type: StringConstructor;
|
|
1590
1445
|
default: undefined;
|
|
1591
1446
|
};
|
|
1447
|
+
addSlash: {
|
|
1448
|
+
type: BooleanConstructor;
|
|
1449
|
+
default: boolean;
|
|
1450
|
+
};
|
|
1592
1451
|
title: {
|
|
1593
1452
|
type: StringConstructor;
|
|
1594
1453
|
default: undefined;
|
|
@@ -1675,13 +1534,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1675
1534
|
addTrailingSlash(path: string): string;
|
|
1676
1535
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1677
1536
|
variant: {
|
|
1678
|
-
type: PropType<"default" | "
|
|
1537
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
1679
1538
|
required: false;
|
|
1680
1539
|
default: string;
|
|
1681
1540
|
validator: (prop: string) => boolean;
|
|
1682
1541
|
};
|
|
1683
1542
|
to: {
|
|
1684
|
-
type: (
|
|
1543
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1685
1544
|
default: undefined;
|
|
1686
1545
|
};
|
|
1687
1546
|
exact: {
|
|
@@ -1692,6 +1551,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1692
1551
|
type: StringConstructor;
|
|
1693
1552
|
default: undefined;
|
|
1694
1553
|
};
|
|
1554
|
+
addSlash: {
|
|
1555
|
+
type: BooleanConstructor;
|
|
1556
|
+
default: boolean;
|
|
1557
|
+
};
|
|
1695
1558
|
title: {
|
|
1696
1559
|
type: StringConstructor;
|
|
1697
1560
|
default: undefined;
|
|
@@ -1751,14 +1614,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1751
1614
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1752
1615
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1753
1616
|
}>, {
|
|
1754
|
-
to: string | Record<string, any>;
|
|
1755
1617
|
title: string;
|
|
1756
|
-
variant: "default" | "
|
|
1757
|
-
|
|
1758
|
-
target: string;
|
|
1618
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1619
|
+
to: string | Record<string, any>;
|
|
1759
1620
|
exact: boolean;
|
|
1621
|
+
href: string;
|
|
1622
|
+
addSlash: boolean;
|
|
1760
1623
|
ariaLabel: string;
|
|
1761
1624
|
linkClass: string;
|
|
1625
|
+
target: string;
|
|
1762
1626
|
externalTargetBlank: boolean;
|
|
1763
1627
|
caret: boolean;
|
|
1764
1628
|
caretWrapperClass: string;
|
|
@@ -1839,7 +1703,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1839
1703
|
default: string;
|
|
1840
1704
|
};
|
|
1841
1705
|
objectFitClass: {
|
|
1842
|
-
type: PropType<"
|
|
1706
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1843
1707
|
required: false;
|
|
1844
1708
|
default: string;
|
|
1845
1709
|
validator: (prop: string) => boolean;
|
|
@@ -1881,7 +1745,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1881
1745
|
default: string;
|
|
1882
1746
|
};
|
|
1883
1747
|
objectFitClass: {
|
|
1884
|
-
type: PropType<"
|
|
1748
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1885
1749
|
required: false;
|
|
1886
1750
|
default: string;
|
|
1887
1751
|
validator: (prop: string) => boolean;
|
|
@@ -1913,13 +1777,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1913
1777
|
default: string;
|
|
1914
1778
|
};
|
|
1915
1779
|
}>> & Readonly<{}>, {
|
|
1916
|
-
imageClass: string;
|
|
1917
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
1918
|
-
srcset: string;
|
|
1919
1780
|
alt: string;
|
|
1920
1781
|
width: string | number;
|
|
1921
1782
|
height: string | number;
|
|
1783
|
+
srcset: string;
|
|
1922
1784
|
loading: "lazy" | "eager" | undefined;
|
|
1785
|
+
imageClass: string;
|
|
1786
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
1923
1787
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1924
1788
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1925
1789
|
darkMode: {
|