@explorer-1/vue 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/components.d.ts +4 -0
- package/dist/explorer-1-vue.css +1 -0
- package/dist/explorer-1-vue.d.ts +1 -1
- package/dist/explorer-1-vue.js +39784 -31438
- package/dist/explorer-1-vue.umd.cjs +58 -66
- package/dist/src/App.vue.d.ts +2 -0
- package/dist/src/components/AboutTheAuthor/AboutTheAuthor.vue.d.ts +27 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +17 -9
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +6 -6
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +6 -7
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +48 -43
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +6 -6
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +4 -5
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +0 -1
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +5 -5
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +3 -4
- package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +13 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +17 -9
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +0 -1
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +17 -7
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +42 -42
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +6 -6
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +6 -6
- package/dist/src/components/BasePill/BasePill.vue.d.ts +6 -7
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +2 -2
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +0 -1
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +0 -1
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +0 -1
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +3 -25
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +6 -7
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +51 -34
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +24 -16
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +7 -8
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +5 -5
- package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +23 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.vue.d.ts +7 -28
- package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +4 -23
- package/dist/src/components/BlockCsrTable/CsrTestLimits.vue.d.ts +2 -24
- package/dist/src/components/BlockCsrTable/CsrTestLimitsTable.vue.d.ts +6 -24
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +6 -7
- package/dist/src/components/BlockDialog/BlockDialog.vue.d.ts +57 -0
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +4 -12
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +1 -1
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +0 -1
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +17 -9
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +282 -174
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +47 -30
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +23 -15
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +23 -15
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +28 -20
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +22 -14
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +17 -9
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +33 -25
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +22 -14
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +4 -5
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +24 -16
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +40 -194
- package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +4 -34
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +2 -24
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +92 -227
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +92 -228
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +25 -17
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +22 -14
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue.d.ts +18 -111
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +85 -40
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +17 -9
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +19 -11
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +19 -10
- package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +23 -15
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +46 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +475 -622
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +14 -14
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +17 -9
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +17 -9
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +7 -8
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +3 -28
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +24 -16
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +17 -9
- package/dist/src/components/EduSubjectIcon/EduSubjectIcon.vue.d.ts +2 -23
- package/dist/src/components/EventCard/EventCard.vue.d.ts +26 -88
- package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +6 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +8 -35
- package/dist/src/components/FormContact/FormContact.stories.d.ts +31 -193
- package/dist/src/components/FormContact/FormContact.vue.d.ts +31 -193
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +19 -111
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +19 -111
- package/dist/src/components/HeroInlineMedia/HeroInlineMedia.vue.d.ts +3 -27
- package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +81 -8
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +7 -8
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +22 -14
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +19 -11
- package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +32 -5
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +22 -14
- package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +39 -11
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +34 -17
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +17 -9
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +11 -12
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +17 -8
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +40 -23
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +17 -8
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +264 -156
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +44 -27
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +27 -18
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +5 -5
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +5 -5
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +1 -1
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +7 -7
- package/dist/src/components/MetaPanel/MetaPanel.vue.d.ts +42 -0
- package/dist/src/components/MetaPanelAccordion/MetaPanelAccordion.vue.d.ts +8 -0
- package/dist/src/components/MetaPanelItems/MetaPanelItems.vue.d.ts +17 -0
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +4 -32
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +3 -33
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +7 -8
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +22 -14
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +33 -33
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +13 -14
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +61 -35
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +54 -36
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +27 -19
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +0 -1
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +0 -1
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +525 -318
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +158 -105
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +1 -1
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +56 -29
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +79 -43
- package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +297 -0
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +97 -70
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +1753 -0
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +1 -1
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +17 -8
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +22 -13
- package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +3 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +856 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +291 -0
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +34 -17
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +17 -8
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +17 -8
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +428 -281
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +99 -72
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +38 -21
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +297 -213
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +17 -9
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +18 -9
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +4 -27
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +39 -22
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +22 -13
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +17 -8
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +17 -9
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +6 -6
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +6 -6
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +0 -1
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +67 -212
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +22 -14
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +118 -271
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +0 -1
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +0 -1
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +5 -29
- package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +12 -27
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +21 -57
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +6 -6
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +115 -312
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +90 -252
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +210 -568
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +6 -6
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +2 -11
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +6 -6
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +421 -0
- package/dist/src/components/TextArea/TextArea.vue.d.ts +24 -82
- package/dist/src/components/TextInput/TextInput.vue.d.ts +27 -104
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +29 -21
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +117 -270
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +39 -21
- package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +925 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +59 -42
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +32 -24
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +16 -16
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +28 -19
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +28 -20
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +22 -14
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +70 -44
- package/dist/src/docs/foundation/DynamicTokens.vue.d.ts +2 -0
- package/dist/src/docs/foundation/FontVariants.vue.d.ts +2 -0
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +4 -4
- package/dist/src/docs/utils/ColorRow.d.ts +6 -0
- package/dist/src/interfaces.d.ts +0 -1
- package/dist/src/main.d.ts +0 -1
- package/dist/src/store/theme.d.ts +0 -1
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +6188 -0
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +756 -1262
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +638 -972
- package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +17037 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +638 -912
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +3017 -0
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +877 -0
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +14610 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +15515 -0
- package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduHome/PageEduHome.vue.d.ts +15 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +909 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLessonSection.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.vue.d.ts +24 -0
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +881 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +894 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue.d.ts +20 -0
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +871 -0
- package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.vue.d.ts +7 -0
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +14087 -0
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +13853 -0
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +3422 -0
- package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +5997 -0
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +963 -0
- package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.vue.d.ts +181 -0
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +4792 -0
- package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +7977 -0
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +5783 -0
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +3495 -0
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +1135 -0
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +17 -2
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +14868 -0
- package/dist/src/templates/www/PageTimeline/BlockMilestone.vue.d.ts +326 -0
- package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +2418 -0
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +6277 -0
- package/dist/src/utils/anchorizeBlock.d.ts +0 -1
- package/dist/src/utils/anchorizeStreamfield.d.ts +0 -1
- package/dist/src/utils/mixins.d.ts +0 -1
- package/dist/src/utils/rangeifyGrades.d.ts +0 -1
- package/package.json +2 -2
- package/src/components/BlockCsrTable/BlockCsrTable.vue +4 -31
- package/src/components/BlockCsrTable/{CsrTestLimits.vue → CsrDetails.vue} +4 -5
- package/src/components/HomepageStats/HomepageStats.vue +1 -1
- package/src/components/NavDesktop/NavDesktopDropdown.vue +1 -1
- package/src/components/NavLinkList/NavLinkList.vue +1 -1
- package/dist/style.css +0 -1
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-Bold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBoldItalic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Regular.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hair It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hairline.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlack.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text.otf +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Bold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-ExtraBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Medium.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-MediumItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Regular.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-RegularItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBoldItalic.woff2 +0 -0
- package/src/components/BlockCsrTable/CsrAttachment.vue +0 -40
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { PrimarySubjectObject, GradeLevelsObject, EduResourcesTime } from './../../interfaces';
|
|
3
3
|
import { HeadingLevel } from './../BaseHeading/BaseHeading.vue';
|
|
4
|
-
|
|
5
4
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6
5
|
url: {
|
|
7
6
|
type: StringConstructor;
|
|
@@ -293,11 +292,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
293
292
|
default: undefined;
|
|
294
293
|
};
|
|
295
294
|
}>> & Readonly<{}>, {
|
|
296
|
-
type: string;
|
|
297
|
-
summary: string;
|
|
298
|
-
time: EduResourcesTime;
|
|
299
|
-
title: string;
|
|
300
|
-
image: Record<string, any>;
|
|
301
295
|
startDate: string;
|
|
302
296
|
endDate: string;
|
|
303
297
|
startDatetime: string;
|
|
@@ -311,8 +305,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
311
305
|
targetAudience: string;
|
|
312
306
|
primarySubject: PrimarySubjectObject;
|
|
313
307
|
gradeLevels: GradeLevelsObject[];
|
|
308
|
+
time: EduResourcesTime;
|
|
314
309
|
url: string;
|
|
310
|
+
title: string;
|
|
311
|
+
image: Record<string, any>;
|
|
315
312
|
date: string;
|
|
313
|
+
summary: string;
|
|
314
|
+
type: string;
|
|
316
315
|
headingLevel: keyof {
|
|
317
316
|
h1: string;
|
|
318
317
|
h2: string;
|
|
@@ -331,13 +330,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
331
330
|
}, {}, {
|
|
332
331
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
333
332
|
variant: {
|
|
334
|
-
type: PropType<"default" | "
|
|
333
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
335
334
|
required: false;
|
|
336
335
|
default: string;
|
|
337
336
|
validator: (prop: string) => boolean;
|
|
338
337
|
};
|
|
339
338
|
to: {
|
|
340
|
-
type: (
|
|
339
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
341
340
|
default: undefined;
|
|
342
341
|
};
|
|
343
342
|
exact: {
|
|
@@ -348,6 +347,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
348
347
|
type: StringConstructor;
|
|
349
348
|
default: undefined;
|
|
350
349
|
};
|
|
350
|
+
addSlash: {
|
|
351
|
+
type: BooleanConstructor;
|
|
352
|
+
default: boolean;
|
|
353
|
+
};
|
|
351
354
|
title: {
|
|
352
355
|
type: StringConstructor;
|
|
353
356
|
default: undefined;
|
|
@@ -434,13 +437,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
434
437
|
addTrailingSlash(path: string): string;
|
|
435
438
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
436
439
|
variant: {
|
|
437
|
-
type: PropType<"default" | "
|
|
440
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
438
441
|
required: false;
|
|
439
442
|
default: string;
|
|
440
443
|
validator: (prop: string) => boolean;
|
|
441
444
|
};
|
|
442
445
|
to: {
|
|
443
|
-
type: (
|
|
446
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
444
447
|
default: undefined;
|
|
445
448
|
};
|
|
446
449
|
exact: {
|
|
@@ -451,6 +454,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
451
454
|
type: StringConstructor;
|
|
452
455
|
default: undefined;
|
|
453
456
|
};
|
|
457
|
+
addSlash: {
|
|
458
|
+
type: BooleanConstructor;
|
|
459
|
+
default: boolean;
|
|
460
|
+
};
|
|
454
461
|
title: {
|
|
455
462
|
type: StringConstructor;
|
|
456
463
|
default: undefined;
|
|
@@ -510,14 +517,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
510
517
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
511
518
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
512
519
|
}>, {
|
|
513
|
-
to: string | Record<string, any>;
|
|
514
520
|
title: string;
|
|
515
|
-
variant: "default" | "
|
|
516
|
-
|
|
517
|
-
target: string;
|
|
521
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
522
|
+
to: string | Record<string, any>;
|
|
518
523
|
exact: boolean;
|
|
524
|
+
href: string;
|
|
525
|
+
addSlash: boolean;
|
|
519
526
|
ariaLabel: string;
|
|
520
527
|
linkClass: string;
|
|
528
|
+
target: string;
|
|
521
529
|
externalTargetBlank: boolean;
|
|
522
530
|
caret: boolean;
|
|
523
531
|
caretWrapperClass: string;
|
|
@@ -641,7 +649,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
641
649
|
default: string;
|
|
642
650
|
};
|
|
643
651
|
objectFitClass: {
|
|
644
|
-
type: PropType<"
|
|
652
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
645
653
|
required: false;
|
|
646
654
|
default: string;
|
|
647
655
|
validator: (prop: string) => boolean;
|
|
@@ -683,7 +691,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
683
691
|
default: string;
|
|
684
692
|
};
|
|
685
693
|
objectFitClass: {
|
|
686
|
-
type: PropType<"
|
|
694
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
687
695
|
required: false;
|
|
688
696
|
default: string;
|
|
689
697
|
validator: (prop: string) => boolean;
|
|
@@ -715,13 +723,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
715
723
|
default: string;
|
|
716
724
|
};
|
|
717
725
|
}>> & Readonly<{}>, {
|
|
718
|
-
imageClass: string;
|
|
719
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
720
|
-
srcset: string;
|
|
721
726
|
alt: string;
|
|
722
727
|
width: string | number;
|
|
723
728
|
height: string | number;
|
|
729
|
+
srcset: string;
|
|
724
730
|
loading: "lazy" | "eager" | undefined;
|
|
731
|
+
imageClass: string;
|
|
732
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
725
733
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
726
734
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
727
735
|
darkMode: {
|
|
@@ -932,13 +940,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
932
940
|
}, {}, {
|
|
933
941
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
934
942
|
variant: {
|
|
935
|
-
type: PropType<"default" | "
|
|
943
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
936
944
|
required: false;
|
|
937
945
|
default: string;
|
|
938
946
|
validator: (prop: string) => boolean;
|
|
939
947
|
};
|
|
940
948
|
to: {
|
|
941
|
-
type: (
|
|
949
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
942
950
|
default: undefined;
|
|
943
951
|
};
|
|
944
952
|
exact: {
|
|
@@ -949,6 +957,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
949
957
|
type: StringConstructor;
|
|
950
958
|
default: undefined;
|
|
951
959
|
};
|
|
960
|
+
addSlash: {
|
|
961
|
+
type: BooleanConstructor;
|
|
962
|
+
default: boolean;
|
|
963
|
+
};
|
|
952
964
|
title: {
|
|
953
965
|
type: StringConstructor;
|
|
954
966
|
default: undefined;
|
|
@@ -1035,13 +1047,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1035
1047
|
addTrailingSlash(path: string): string;
|
|
1036
1048
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1037
1049
|
variant: {
|
|
1038
|
-
type: PropType<"default" | "
|
|
1050
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
1039
1051
|
required: false;
|
|
1040
1052
|
default: string;
|
|
1041
1053
|
validator: (prop: string) => boolean;
|
|
1042
1054
|
};
|
|
1043
1055
|
to: {
|
|
1044
|
-
type: (
|
|
1056
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1045
1057
|
default: undefined;
|
|
1046
1058
|
};
|
|
1047
1059
|
exact: {
|
|
@@ -1052,6 +1064,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1052
1064
|
type: StringConstructor;
|
|
1053
1065
|
default: undefined;
|
|
1054
1066
|
};
|
|
1067
|
+
addSlash: {
|
|
1068
|
+
type: BooleanConstructor;
|
|
1069
|
+
default: boolean;
|
|
1070
|
+
};
|
|
1055
1071
|
title: {
|
|
1056
1072
|
type: StringConstructor;
|
|
1057
1073
|
default: undefined;
|
|
@@ -1111,14 +1127,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1111
1127
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1112
1128
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1113
1129
|
}>, {
|
|
1114
|
-
to: string | Record<string, any>;
|
|
1115
1130
|
title: string;
|
|
1116
|
-
variant: "default" | "
|
|
1117
|
-
|
|
1118
|
-
target: string;
|
|
1131
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1132
|
+
to: string | Record<string, any>;
|
|
1119
1133
|
exact: boolean;
|
|
1134
|
+
href: string;
|
|
1135
|
+
addSlash: boolean;
|
|
1120
1136
|
ariaLabel: string;
|
|
1121
1137
|
linkClass: string;
|
|
1138
|
+
target: string;
|
|
1122
1139
|
externalTargetBlank: boolean;
|
|
1123
1140
|
caret: boolean;
|
|
1124
1141
|
caretWrapperClass: string;
|
|
@@ -1242,7 +1259,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1242
1259
|
default: string;
|
|
1243
1260
|
};
|
|
1244
1261
|
objectFitClass: {
|
|
1245
|
-
type: PropType<"
|
|
1262
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1246
1263
|
required: false;
|
|
1247
1264
|
default: string;
|
|
1248
1265
|
validator: (prop: string) => boolean;
|
|
@@ -1284,7 +1301,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1284
1301
|
default: string;
|
|
1285
1302
|
};
|
|
1286
1303
|
objectFitClass: {
|
|
1287
|
-
type: PropType<"
|
|
1304
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1288
1305
|
required: false;
|
|
1289
1306
|
default: string;
|
|
1290
1307
|
validator: (prop: string) => boolean;
|
|
@@ -1316,13 +1333,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1316
1333
|
default: string;
|
|
1317
1334
|
};
|
|
1318
1335
|
}>> & Readonly<{}>, {
|
|
1319
|
-
imageClass: string;
|
|
1320
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
1321
|
-
srcset: string;
|
|
1322
1336
|
alt: string;
|
|
1323
1337
|
width: string | number;
|
|
1324
1338
|
height: string | number;
|
|
1339
|
+
srcset: string;
|
|
1325
1340
|
loading: "lazy" | "eager" | undefined;
|
|
1341
|
+
imageClass: string;
|
|
1342
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
1326
1343
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1327
1344
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1328
1345
|
darkMode: {
|
|
@@ -1381,88 +1398,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1381
1398
|
aspectRatio: "none" | "portrait" | "square" | "1:1" | "2:1" | "2:3" | "3:2" | "4:3" | "4:5" | "7:8" | "8:7" | "9:16" | "12:9" | "16:7" | "16:9" | "21:9";
|
|
1382
1399
|
responsiveAspectRatio: string;
|
|
1383
1400
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1384
|
-
CalendarChip: import('vue').DefineComponent<import('vue').
|
|
1385
|
-
startDate: {
|
|
1386
|
-
type: PropType<string>;
|
|
1387
|
-
default: undefined;
|
|
1388
|
-
};
|
|
1389
|
-
endDate: {
|
|
1390
|
-
type: PropType<string>;
|
|
1391
|
-
default: undefined;
|
|
1392
|
-
};
|
|
1393
|
-
ongoing: {
|
|
1394
|
-
type: PropType<boolean>;
|
|
1395
|
-
default: boolean;
|
|
1396
|
-
};
|
|
1397
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1398
|
-
startDate: {
|
|
1399
|
-
type: PropType<string>;
|
|
1400
|
-
default: undefined;
|
|
1401
|
-
};
|
|
1402
|
-
endDate: {
|
|
1403
|
-
type: PropType<string>;
|
|
1404
|
-
default: undefined;
|
|
1405
|
-
};
|
|
1406
|
-
ongoing: {
|
|
1407
|
-
type: PropType<boolean>;
|
|
1408
|
-
default: boolean;
|
|
1409
|
-
};
|
|
1410
|
-
}>> & Readonly<{}>, {
|
|
1401
|
+
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<{}>, {
|
|
1411
1402
|
startDate: string;
|
|
1412
1403
|
endDate: string;
|
|
1413
1404
|
ongoing: boolean;
|
|
1414
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
1415
|
-
MetadataEvent: import('vue').DefineComponent<import('vue').
|
|
1416
|
-
event: {
|
|
1417
|
-
type: PropType<import('./../../interfaces').EventCardObject>;
|
|
1418
|
-
required: true;
|
|
1419
|
-
default: undefined;
|
|
1420
|
-
};
|
|
1421
|
-
compact: {
|
|
1422
|
-
type: PropType<boolean>;
|
|
1423
|
-
default: boolean;
|
|
1424
|
-
};
|
|
1425
|
-
showTime: {
|
|
1426
|
-
type: PropType<boolean>;
|
|
1427
|
-
default: boolean;
|
|
1428
|
-
};
|
|
1429
|
-
allowBreak: {
|
|
1430
|
-
type: PropType<boolean>;
|
|
1431
|
-
default: boolean;
|
|
1432
|
-
};
|
|
1433
|
-
showLocation: {
|
|
1434
|
-
type: PropType<boolean>;
|
|
1435
|
-
default: boolean;
|
|
1436
|
-
};
|
|
1437
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1438
|
-
event: {
|
|
1439
|
-
type: PropType<import('./../../interfaces').EventCardObject>;
|
|
1440
|
-
required: true;
|
|
1441
|
-
default: undefined;
|
|
1442
|
-
};
|
|
1443
|
-
compact: {
|
|
1444
|
-
type: PropType<boolean>;
|
|
1445
|
-
default: boolean;
|
|
1446
|
-
};
|
|
1447
|
-
showTime: {
|
|
1448
|
-
type: PropType<boolean>;
|
|
1449
|
-
default: boolean;
|
|
1450
|
-
};
|
|
1451
|
-
allowBreak: {
|
|
1452
|
-
type: PropType<boolean>;
|
|
1453
|
-
default: boolean;
|
|
1454
|
-
};
|
|
1455
|
-
showLocation: {
|
|
1456
|
-
type: PropType<boolean>;
|
|
1457
|
-
default: boolean;
|
|
1458
|
-
};
|
|
1459
|
-
}>> & Readonly<{}>, {
|
|
1405
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
1406
|
+
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<{}>, {
|
|
1460
1407
|
event: import('./../../interfaces').EventCardObject;
|
|
1461
1408
|
compact: boolean;
|
|
1462
1409
|
showTime: boolean;
|
|
1463
1410
|
allowBreak: boolean;
|
|
1464
1411
|
showLocation: boolean;
|
|
1465
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
1412
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1466
1413
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1467
1414
|
BlockLinkCard: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1468
1415
|
data: {
|
|
@@ -1723,9 +1670,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1723
1670
|
default: boolean;
|
|
1724
1671
|
};
|
|
1725
1672
|
}>> & Readonly<{}>, {
|
|
1726
|
-
data: import('./../../interfaces').Card;
|
|
1727
|
-
label: string;
|
|
1728
|
-
title: string;
|
|
1729
1673
|
startDate: string;
|
|
1730
1674
|
endDate: string;
|
|
1731
1675
|
startDatetime: string;
|
|
@@ -1735,7 +1679,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1735
1679
|
location: string;
|
|
1736
1680
|
size: "sm" | "md" | "lg";
|
|
1737
1681
|
url: string;
|
|
1682
|
+
title: string;
|
|
1738
1683
|
date: string;
|
|
1684
|
+
data: import('./../../interfaces').Card;
|
|
1685
|
+
label: string;
|
|
1739
1686
|
headingLevel: keyof {
|
|
1740
1687
|
h1: string;
|
|
1741
1688
|
h2: string;
|
|
@@ -1753,13 +1700,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1753
1700
|
IconExternal: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1754
1701
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1755
1702
|
variant: {
|
|
1756
|
-
type: PropType<"default" | "
|
|
1703
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
1757
1704
|
required: false;
|
|
1758
1705
|
default: string;
|
|
1759
1706
|
validator: (prop: string) => boolean;
|
|
1760
1707
|
};
|
|
1761
1708
|
to: {
|
|
1762
|
-
type: (
|
|
1709
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1763
1710
|
default: undefined;
|
|
1764
1711
|
};
|
|
1765
1712
|
exact: {
|
|
@@ -1770,6 +1717,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1770
1717
|
type: StringConstructor;
|
|
1771
1718
|
default: undefined;
|
|
1772
1719
|
};
|
|
1720
|
+
addSlash: {
|
|
1721
|
+
type: BooleanConstructor;
|
|
1722
|
+
default: boolean;
|
|
1723
|
+
};
|
|
1773
1724
|
title: {
|
|
1774
1725
|
type: StringConstructor;
|
|
1775
1726
|
default: undefined;
|
|
@@ -1856,13 +1807,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1856
1807
|
addTrailingSlash(path: string): string;
|
|
1857
1808
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1858
1809
|
variant: {
|
|
1859
|
-
type: PropType<"default" | "
|
|
1810
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
1860
1811
|
required: false;
|
|
1861
1812
|
default: string;
|
|
1862
1813
|
validator: (prop: string) => boolean;
|
|
1863
1814
|
};
|
|
1864
1815
|
to: {
|
|
1865
|
-
type: (
|
|
1816
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1866
1817
|
default: undefined;
|
|
1867
1818
|
};
|
|
1868
1819
|
exact: {
|
|
@@ -1873,6 +1824,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1873
1824
|
type: StringConstructor;
|
|
1874
1825
|
default: undefined;
|
|
1875
1826
|
};
|
|
1827
|
+
addSlash: {
|
|
1828
|
+
type: BooleanConstructor;
|
|
1829
|
+
default: boolean;
|
|
1830
|
+
};
|
|
1876
1831
|
title: {
|
|
1877
1832
|
type: StringConstructor;
|
|
1878
1833
|
default: undefined;
|
|
@@ -1932,14 +1887,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1932
1887
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1933
1888
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1934
1889
|
}>, {
|
|
1935
|
-
to: string | Record<string, any>;
|
|
1936
1890
|
title: string;
|
|
1937
|
-
variant: "default" | "
|
|
1938
|
-
|
|
1939
|
-
target: string;
|
|
1891
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1892
|
+
to: string | Record<string, any>;
|
|
1940
1893
|
exact: boolean;
|
|
1894
|
+
href: string;
|
|
1895
|
+
addSlash: boolean;
|
|
1941
1896
|
ariaLabel: string;
|
|
1942
1897
|
linkClass: string;
|
|
1898
|
+
target: string;
|
|
1943
1899
|
externalTargetBlank: boolean;
|
|
1944
1900
|
caret: boolean;
|
|
1945
1901
|
caretWrapperClass: string;
|
|
@@ -2020,7 +1976,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2020
1976
|
default: string;
|
|
2021
1977
|
};
|
|
2022
1978
|
objectFitClass: {
|
|
2023
|
-
type: PropType<"
|
|
1979
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
2024
1980
|
required: false;
|
|
2025
1981
|
default: string;
|
|
2026
1982
|
validator: (prop: string) => boolean;
|
|
@@ -2062,7 +2018,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2062
2018
|
default: string;
|
|
2063
2019
|
};
|
|
2064
2020
|
objectFitClass: {
|
|
2065
|
-
type: PropType<"
|
|
2021
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
2066
2022
|
required: false;
|
|
2067
2023
|
default: string;
|
|
2068
2024
|
validator: (prop: string) => boolean;
|
|
@@ -2094,13 +2050,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2094
2050
|
default: string;
|
|
2095
2051
|
};
|
|
2096
2052
|
}>> & Readonly<{}>, {
|
|
2097
|
-
imageClass: string;
|
|
2098
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
2099
|
-
srcset: string;
|
|
2100
2053
|
alt: string;
|
|
2101
2054
|
width: string | number;
|
|
2102
2055
|
height: string | number;
|
|
2056
|
+
srcset: string;
|
|
2103
2057
|
loading: "lazy" | "eager" | undefined;
|
|
2058
|
+
imageClass: string;
|
|
2059
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
2104
2060
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2105
2061
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2106
2062
|
darkMode: {
|
|
@@ -2165,7 +2121,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2165
2121
|
default: undefined;
|
|
2166
2122
|
};
|
|
2167
2123
|
variant: {
|
|
2168
|
-
type: () => "
|
|
2124
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
2169
2125
|
default: string;
|
|
2170
2126
|
};
|
|
2171
2127
|
size: {
|
|
@@ -2182,7 +2138,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2182
2138
|
default: undefined;
|
|
2183
2139
|
};
|
|
2184
2140
|
variant: {
|
|
2185
|
-
type: () => "
|
|
2141
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
2186
2142
|
default: string;
|
|
2187
2143
|
};
|
|
2188
2144
|
size: {
|
|
@@ -2194,198 +2150,36 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2194
2150
|
default: undefined;
|
|
2195
2151
|
};
|
|
2196
2152
|
}>> & Readonly<{}>, {
|
|
2197
|
-
text: string;
|
|
2198
|
-
variant: "secondary" | "primary" | "primary-inverted" | "action";
|
|
2199
2153
|
size: "sm" | "md" | "lg";
|
|
2154
|
+
text: string;
|
|
2155
|
+
variant: "primary" | "primary-inverted" | "secondary" | "action";
|
|
2200
2156
|
contentType: "EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage";
|
|
2201
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
2202
|
-
CalendarChip: import('vue').DefineComponent<import('vue').
|
|
2203
|
-
startDate: {
|
|
2204
|
-
type: PropType<string>;
|
|
2205
|
-
default: undefined;
|
|
2206
|
-
};
|
|
2207
|
-
endDate: {
|
|
2208
|
-
type: PropType<string>;
|
|
2209
|
-
default: undefined;
|
|
2210
|
-
};
|
|
2211
|
-
ongoing: {
|
|
2212
|
-
type: PropType<boolean>;
|
|
2213
|
-
default: boolean;
|
|
2214
|
-
};
|
|
2215
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2216
|
-
startDate: {
|
|
2217
|
-
type: PropType<string>;
|
|
2218
|
-
default: undefined;
|
|
2219
|
-
};
|
|
2220
|
-
endDate: {
|
|
2221
|
-
type: PropType<string>;
|
|
2222
|
-
default: undefined;
|
|
2223
|
-
};
|
|
2224
|
-
ongoing: {
|
|
2225
|
-
type: PropType<boolean>;
|
|
2226
|
-
default: boolean;
|
|
2227
|
-
};
|
|
2228
|
-
}>> & Readonly<{}>, {
|
|
2157
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLParagraphElement>;
|
|
2158
|
+
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<{}>, {
|
|
2229
2159
|
startDate: string;
|
|
2230
2160
|
endDate: string;
|
|
2231
2161
|
ongoing: boolean;
|
|
2232
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
2233
|
-
MetadataEvent: import('vue').DefineComponent<import('vue').
|
|
2234
|
-
event: {
|
|
2235
|
-
type: PropType<import('./../../interfaces').EventCardObject>;
|
|
2236
|
-
required: true;
|
|
2237
|
-
default: undefined;
|
|
2238
|
-
};
|
|
2239
|
-
compact: {
|
|
2240
|
-
type: PropType<boolean>;
|
|
2241
|
-
default: boolean;
|
|
2242
|
-
};
|
|
2243
|
-
showTime: {
|
|
2244
|
-
type: PropType<boolean>;
|
|
2245
|
-
default: boolean;
|
|
2246
|
-
};
|
|
2247
|
-
allowBreak: {
|
|
2248
|
-
type: PropType<boolean>;
|
|
2249
|
-
default: boolean;
|
|
2250
|
-
};
|
|
2251
|
-
showLocation: {
|
|
2252
|
-
type: PropType<boolean>;
|
|
2253
|
-
default: boolean;
|
|
2254
|
-
};
|
|
2255
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2256
|
-
event: {
|
|
2257
|
-
type: PropType<import('./../../interfaces').EventCardObject>;
|
|
2258
|
-
required: true;
|
|
2259
|
-
default: undefined;
|
|
2260
|
-
};
|
|
2261
|
-
compact: {
|
|
2262
|
-
type: PropType<boolean>;
|
|
2263
|
-
default: boolean;
|
|
2264
|
-
};
|
|
2265
|
-
showTime: {
|
|
2266
|
-
type: PropType<boolean>;
|
|
2267
|
-
default: boolean;
|
|
2268
|
-
};
|
|
2269
|
-
allowBreak: {
|
|
2270
|
-
type: PropType<boolean>;
|
|
2271
|
-
default: boolean;
|
|
2272
|
-
};
|
|
2273
|
-
showLocation: {
|
|
2274
|
-
type: PropType<boolean>;
|
|
2275
|
-
default: boolean;
|
|
2276
|
-
};
|
|
2277
|
-
}>> & Readonly<{}>, {
|
|
2162
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
2163
|
+
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<{}>, {
|
|
2278
2164
|
event: import('./../../interfaces').EventCardObject;
|
|
2279
2165
|
compact: boolean;
|
|
2280
2166
|
showTime: boolean;
|
|
2281
2167
|
allowBreak: boolean;
|
|
2282
2168
|
showLocation: boolean;
|
|
2283
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
2284
|
-
MetadataEduResource: import('vue').DefineComponent<import('vue').
|
|
2285
|
-
variant: {
|
|
2286
|
-
type: PropType<import('./../../interfaces').MetaPanelTheme>;
|
|
2287
|
-
default: string;
|
|
2288
|
-
};
|
|
2289
|
-
resource: {
|
|
2290
|
-
type: PropType<import('./../../interfaces').EduResourceCardObject>;
|
|
2291
|
-
required: true;
|
|
2292
|
-
default: undefined;
|
|
2293
|
-
};
|
|
2294
|
-
compact: {
|
|
2295
|
-
type: PropType<boolean>;
|
|
2296
|
-
default: boolean;
|
|
2297
|
-
};
|
|
2298
|
-
showTime: {
|
|
2299
|
-
type: PropType<boolean>;
|
|
2300
|
-
default: boolean;
|
|
2301
|
-
};
|
|
2302
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2303
|
-
variant: {
|
|
2304
|
-
type: PropType<import('./../../interfaces').MetaPanelTheme>;
|
|
2305
|
-
default: string;
|
|
2306
|
-
};
|
|
2307
|
-
resource: {
|
|
2308
|
-
type: PropType<import('./../../interfaces').EduResourceCardObject>;
|
|
2309
|
-
required: true;
|
|
2310
|
-
default: undefined;
|
|
2311
|
-
};
|
|
2312
|
-
compact: {
|
|
2313
|
-
type: PropType<boolean>;
|
|
2314
|
-
default: boolean;
|
|
2315
|
-
};
|
|
2316
|
-
showTime: {
|
|
2317
|
-
type: PropType<boolean>;
|
|
2318
|
-
default: boolean;
|
|
2319
|
-
};
|
|
2320
|
-
}>> & Readonly<{}>, {
|
|
2321
|
-
variant: import('./../../interfaces').MetaPanelTheme;
|
|
2169
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2170
|
+
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<{}>, {
|
|
2322
2171
|
resource: import('./../../interfaces').EduResourceCardObject;
|
|
2172
|
+
variant: import('./../../interfaces').MetaPanelTheme;
|
|
2323
2173
|
compact: boolean;
|
|
2324
2174
|
showTime: boolean;
|
|
2325
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
2326
|
-
BlockLinkCardCollectionLg: import('vue').DefineComponent<import('vue').
|
|
2327
|
-
size: {
|
|
2328
|
-
type: PropType<string>;
|
|
2329
|
-
default: undefined;
|
|
2330
|
-
};
|
|
2331
|
-
headingLevel: {
|
|
2332
|
-
type: PropType<keyof {
|
|
2333
|
-
h1: string;
|
|
2334
|
-
h2: string;
|
|
2335
|
-
h3: string;
|
|
2336
|
-
h4: string;
|
|
2337
|
-
h5: string;
|
|
2338
|
-
h6: string;
|
|
2339
|
-
}>;
|
|
2340
|
-
default: undefined;
|
|
2341
|
-
};
|
|
2342
|
-
metadataAttrs: {
|
|
2343
|
-
type: PropType<any>;
|
|
2344
|
-
default: undefined;
|
|
2345
|
-
};
|
|
2346
|
-
theItem: {
|
|
2347
|
-
type: PropType<import('./../../interfaces').EduResourceCardObject>;
|
|
2348
|
-
default: undefined;
|
|
2349
|
-
};
|
|
2350
|
-
metadataType: {
|
|
2351
|
-
type: PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
|
|
2352
|
-
default: undefined;
|
|
2353
|
-
};
|
|
2354
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2355
|
-
size: {
|
|
2356
|
-
type: PropType<string>;
|
|
2357
|
-
default: undefined;
|
|
2358
|
-
};
|
|
2359
|
-
headingLevel: {
|
|
2360
|
-
type: PropType<keyof {
|
|
2361
|
-
h1: string;
|
|
2362
|
-
h2: string;
|
|
2363
|
-
h3: string;
|
|
2364
|
-
h4: string;
|
|
2365
|
-
h5: string;
|
|
2366
|
-
h6: string;
|
|
2367
|
-
}>;
|
|
2368
|
-
default: undefined;
|
|
2369
|
-
};
|
|
2370
|
-
metadataAttrs: {
|
|
2371
|
-
type: PropType<any>;
|
|
2372
|
-
default: undefined;
|
|
2373
|
-
};
|
|
2374
|
-
theItem: {
|
|
2375
|
-
type: PropType<import('./../../interfaces').EduResourceCardObject>;
|
|
2376
|
-
default: undefined;
|
|
2377
|
-
};
|
|
2378
|
-
metadataType: {
|
|
2379
|
-
type: PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
|
|
2380
|
-
default: undefined;
|
|
2381
|
-
};
|
|
2382
|
-
}>> & Readonly<{}>, {
|
|
2175
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2176
|
+
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<{}>, {
|
|
2383
2177
|
size: string;
|
|
2384
|
-
headingLevel: HeadingLevel;
|
|
2385
2178
|
metadataAttrs: any;
|
|
2386
2179
|
theItem: import('./../../interfaces').EduResourceCardObject;
|
|
2387
2180
|
metadataType: import('./../../interfaces').ContentTypeKey;
|
|
2388
|
-
|
|
2181
|
+
headingLevel: HeadingLevel;
|
|
2182
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
2389
2183
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2390
2184
|
PodcastEpisodeCard: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2391
2185
|
url: {
|
|
@@ -2488,13 +2282,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2488
2282
|
}, {}, {
|
|
2489
2283
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2490
2284
|
variant: {
|
|
2491
|
-
type: PropType<"default" | "
|
|
2285
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
2492
2286
|
required: false;
|
|
2493
2287
|
default: string;
|
|
2494
2288
|
validator: (prop: string) => boolean;
|
|
2495
2289
|
};
|
|
2496
2290
|
to: {
|
|
2497
|
-
type: (
|
|
2291
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2498
2292
|
default: undefined;
|
|
2499
2293
|
};
|
|
2500
2294
|
exact: {
|
|
@@ -2505,6 +2299,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2505
2299
|
type: StringConstructor;
|
|
2506
2300
|
default: undefined;
|
|
2507
2301
|
};
|
|
2302
|
+
addSlash: {
|
|
2303
|
+
type: BooleanConstructor;
|
|
2304
|
+
default: boolean;
|
|
2305
|
+
};
|
|
2508
2306
|
title: {
|
|
2509
2307
|
type: StringConstructor;
|
|
2510
2308
|
default: undefined;
|
|
@@ -2591,13 +2389,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2591
2389
|
addTrailingSlash(path: string): string;
|
|
2592
2390
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2593
2391
|
variant: {
|
|
2594
|
-
type: PropType<"default" | "
|
|
2392
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
2595
2393
|
required: false;
|
|
2596
2394
|
default: string;
|
|
2597
2395
|
validator: (prop: string) => boolean;
|
|
2598
2396
|
};
|
|
2599
2397
|
to: {
|
|
2600
|
-
type: (
|
|
2398
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2601
2399
|
default: undefined;
|
|
2602
2400
|
};
|
|
2603
2401
|
exact: {
|
|
@@ -2608,6 +2406,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2608
2406
|
type: StringConstructor;
|
|
2609
2407
|
default: undefined;
|
|
2610
2408
|
};
|
|
2409
|
+
addSlash: {
|
|
2410
|
+
type: BooleanConstructor;
|
|
2411
|
+
default: boolean;
|
|
2412
|
+
};
|
|
2611
2413
|
title: {
|
|
2612
2414
|
type: StringConstructor;
|
|
2613
2415
|
default: undefined;
|
|
@@ -2667,14 +2469,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2667
2469
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2668
2470
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2669
2471
|
}>, {
|
|
2670
|
-
to: string | Record<string, any>;
|
|
2671
2472
|
title: string;
|
|
2672
|
-
variant: "default" | "
|
|
2673
|
-
|
|
2674
|
-
target: string;
|
|
2473
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
2474
|
+
to: string | Record<string, any>;
|
|
2675
2475
|
exact: boolean;
|
|
2476
|
+
href: string;
|
|
2477
|
+
addSlash: boolean;
|
|
2676
2478
|
ariaLabel: string;
|
|
2677
2479
|
linkClass: string;
|
|
2480
|
+
target: string;
|
|
2678
2481
|
externalTargetBlank: boolean;
|
|
2679
2482
|
caret: boolean;
|
|
2680
2483
|
caretWrapperClass: string;
|
|
@@ -2798,7 +2601,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2798
2601
|
default: string;
|
|
2799
2602
|
};
|
|
2800
2603
|
objectFitClass: {
|
|
2801
|
-
type: PropType<"
|
|
2604
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
2802
2605
|
required: false;
|
|
2803
2606
|
default: string;
|
|
2804
2607
|
validator: (prop: string) => boolean;
|
|
@@ -2840,7 +2643,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2840
2643
|
default: string;
|
|
2841
2644
|
};
|
|
2842
2645
|
objectFitClass: {
|
|
2843
|
-
type: PropType<"
|
|
2646
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
2844
2647
|
required: false;
|
|
2845
2648
|
default: string;
|
|
2846
2649
|
validator: (prop: string) => boolean;
|
|
@@ -2872,13 +2675,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2872
2675
|
default: string;
|
|
2873
2676
|
};
|
|
2874
2677
|
}>> & Readonly<{}>, {
|
|
2875
|
-
imageClass: string;
|
|
2876
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
2877
|
-
srcset: string;
|
|
2878
2678
|
alt: string;
|
|
2879
2679
|
width: string | number;
|
|
2880
2680
|
height: string | number;
|
|
2681
|
+
srcset: string;
|
|
2881
2682
|
loading: "lazy" | "eager" | undefined;
|
|
2683
|
+
imageClass: string;
|
|
2684
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
2882
2685
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2883
2686
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2884
2687
|
darkMode: {
|