@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 { ImageObject } from '../../interfaces';
|
|
3
|
-
|
|
4
3
|
export interface Slide {
|
|
5
4
|
url: string;
|
|
6
5
|
title: string;
|
|
@@ -82,8 +81,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
82
81
|
default: boolean;
|
|
83
82
|
};
|
|
84
83
|
}>> & Readonly<{}>, {
|
|
85
|
-
fullBleed: boolean;
|
|
86
84
|
indent: string;
|
|
85
|
+
fullBleed: boolean;
|
|
87
86
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
88
87
|
ThumbnailCarousel: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
89
88
|
slides: {
|
|
@@ -120,7 +119,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
120
119
|
default: undefined;
|
|
121
120
|
};
|
|
122
121
|
link: {
|
|
123
|
-
type: (
|
|
122
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
124
123
|
required: false;
|
|
125
124
|
default: undefined;
|
|
126
125
|
};
|
|
@@ -176,7 +175,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
176
175
|
default: undefined;
|
|
177
176
|
};
|
|
178
177
|
link: {
|
|
179
|
-
type: (
|
|
178
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
180
179
|
required: false;
|
|
181
180
|
default: undefined;
|
|
182
181
|
};
|
|
@@ -216,22 +215,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
216
215
|
link: string | Record<string, any>;
|
|
217
216
|
variant: "cards" | "tiles";
|
|
218
217
|
heading: string;
|
|
219
|
-
initialSlide: number;
|
|
220
|
-
slidesPerView: number;
|
|
221
218
|
indent: "col-1" | "col-2" | "col-3";
|
|
222
219
|
noLinks: boolean;
|
|
223
220
|
linkTitle: string;
|
|
221
|
+
slidesPerView: number;
|
|
224
222
|
center: boolean;
|
|
223
|
+
initialSlide: number;
|
|
225
224
|
}, {}, {
|
|
226
225
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
227
226
|
variant: {
|
|
228
|
-
type: PropType<"default" | "
|
|
227
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
229
228
|
required: false;
|
|
230
229
|
default: string;
|
|
231
230
|
validator: (prop: string) => boolean;
|
|
232
231
|
};
|
|
233
232
|
to: {
|
|
234
|
-
type: (
|
|
233
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
235
234
|
default: undefined;
|
|
236
235
|
};
|
|
237
236
|
exact: {
|
|
@@ -242,6 +241,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
242
241
|
type: StringConstructor;
|
|
243
242
|
default: undefined;
|
|
244
243
|
};
|
|
244
|
+
addSlash: {
|
|
245
|
+
type: BooleanConstructor;
|
|
246
|
+
default: boolean;
|
|
247
|
+
};
|
|
245
248
|
title: {
|
|
246
249
|
type: StringConstructor;
|
|
247
250
|
default: undefined;
|
|
@@ -328,13 +331,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
328
331
|
addTrailingSlash(path: string): string;
|
|
329
332
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
330
333
|
variant: {
|
|
331
|
-
type: PropType<"default" | "
|
|
334
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
332
335
|
required: false;
|
|
333
336
|
default: string;
|
|
334
337
|
validator: (prop: string) => boolean;
|
|
335
338
|
};
|
|
336
339
|
to: {
|
|
337
|
-
type: (
|
|
340
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
338
341
|
default: undefined;
|
|
339
342
|
};
|
|
340
343
|
exact: {
|
|
@@ -345,6 +348,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
345
348
|
type: StringConstructor;
|
|
346
349
|
default: undefined;
|
|
347
350
|
};
|
|
351
|
+
addSlash: {
|
|
352
|
+
type: BooleanConstructor;
|
|
353
|
+
default: boolean;
|
|
354
|
+
};
|
|
348
355
|
title: {
|
|
349
356
|
type: StringConstructor;
|
|
350
357
|
default: undefined;
|
|
@@ -404,14 +411,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
404
411
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
405
412
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
406
413
|
}>, {
|
|
407
|
-
to: string | Record<string, any>;
|
|
408
414
|
title: string;
|
|
409
|
-
variant: "default" | "
|
|
410
|
-
|
|
411
|
-
target: string;
|
|
415
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
416
|
+
to: string | Record<string, any>;
|
|
412
417
|
exact: boolean;
|
|
418
|
+
href: string;
|
|
419
|
+
addSlash: boolean;
|
|
413
420
|
ariaLabel: string;
|
|
414
421
|
linkClass: string;
|
|
422
|
+
target: string;
|
|
415
423
|
externalTargetBlank: boolean;
|
|
416
424
|
caret: boolean;
|
|
417
425
|
caretWrapperClass: string;
|
|
@@ -487,7 +495,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
487
495
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
488
496
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
489
497
|
variant: {
|
|
490
|
-
type: PropType<"
|
|
498
|
+
type: PropType<"primary" | "secondary" | "dark" | "social">;
|
|
491
499
|
required: false;
|
|
492
500
|
default: string;
|
|
493
501
|
validator: (prop: string) => boolean;
|
|
@@ -513,7 +521,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
513
521
|
required: false;
|
|
514
522
|
};
|
|
515
523
|
to: {
|
|
516
|
-
type: (
|
|
524
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
517
525
|
required: false;
|
|
518
526
|
default: undefined;
|
|
519
527
|
};
|
|
@@ -529,7 +537,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
529
537
|
variantClass(): string;
|
|
530
538
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
531
539
|
variant: {
|
|
532
|
-
type: PropType<"
|
|
540
|
+
type: PropType<"primary" | "secondary" | "dark" | "social">;
|
|
533
541
|
required: false;
|
|
534
542
|
default: string;
|
|
535
543
|
validator: (prop: string) => boolean;
|
|
@@ -555,7 +563,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
555
563
|
required: false;
|
|
556
564
|
};
|
|
557
565
|
to: {
|
|
558
|
-
type: (
|
|
566
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
559
567
|
required: false;
|
|
560
568
|
default: undefined;
|
|
561
569
|
};
|
|
@@ -567,13 +575,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
567
575
|
}>> & Readonly<{
|
|
568
576
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
569
577
|
}>, {
|
|
578
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
570
579
|
to: string | Record<string, any>;
|
|
571
|
-
disabled: boolean;
|
|
572
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
573
580
|
href: string;
|
|
574
581
|
ariaLabel: string;
|
|
575
582
|
compact: boolean;
|
|
576
583
|
blockClasses: string;
|
|
584
|
+
disabled: boolean;
|
|
577
585
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
578
586
|
IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
579
587
|
IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -794,7 +802,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
794
802
|
default: undefined;
|
|
795
803
|
};
|
|
796
804
|
}>> & Readonly<{}>, {
|
|
797
|
-
time: import('../../interfaces').EduResourcesTime;
|
|
798
805
|
startDatetime: string;
|
|
799
806
|
endDatetime: string;
|
|
800
807
|
startTime: string;
|
|
@@ -805,6 +812,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
805
812
|
targetAudience: string;
|
|
806
813
|
primarySubject: import('../../interfaces').PrimarySubjectObject;
|
|
807
814
|
gradeLevels: import('../../interfaces').GradeLevelsObject[];
|
|
815
|
+
time: import('../../interfaces').EduResourcesTime;
|
|
808
816
|
headingLevel: keyof {
|
|
809
817
|
h1: string;
|
|
810
818
|
h2: string;
|
|
@@ -817,13 +825,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
817
825
|
}, {}, {
|
|
818
826
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
819
827
|
variant: {
|
|
820
|
-
type: PropType<"default" | "
|
|
828
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
821
829
|
required: false;
|
|
822
830
|
default: string;
|
|
823
831
|
validator: (prop: string) => boolean;
|
|
824
832
|
};
|
|
825
833
|
to: {
|
|
826
|
-
type: (
|
|
834
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
827
835
|
default: undefined;
|
|
828
836
|
};
|
|
829
837
|
exact: {
|
|
@@ -834,6 +842,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
834
842
|
type: StringConstructor;
|
|
835
843
|
default: undefined;
|
|
836
844
|
};
|
|
845
|
+
addSlash: {
|
|
846
|
+
type: BooleanConstructor;
|
|
847
|
+
default: boolean;
|
|
848
|
+
};
|
|
837
849
|
title: {
|
|
838
850
|
type: StringConstructor;
|
|
839
851
|
default: undefined;
|
|
@@ -920,13 +932,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
920
932
|
addTrailingSlash(path: string): string;
|
|
921
933
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
922
934
|
variant: {
|
|
923
|
-
type: PropType<"default" | "
|
|
935
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
924
936
|
required: false;
|
|
925
937
|
default: string;
|
|
926
938
|
validator: (prop: string) => boolean;
|
|
927
939
|
};
|
|
928
940
|
to: {
|
|
929
|
-
type: (
|
|
941
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
930
942
|
default: undefined;
|
|
931
943
|
};
|
|
932
944
|
exact: {
|
|
@@ -937,6 +949,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
937
949
|
type: StringConstructor;
|
|
938
950
|
default: undefined;
|
|
939
951
|
};
|
|
952
|
+
addSlash: {
|
|
953
|
+
type: BooleanConstructor;
|
|
954
|
+
default: boolean;
|
|
955
|
+
};
|
|
940
956
|
title: {
|
|
941
957
|
type: StringConstructor;
|
|
942
958
|
default: undefined;
|
|
@@ -996,14 +1012,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
996
1012
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
997
1013
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
998
1014
|
}>, {
|
|
999
|
-
to: string | Record<string, any>;
|
|
1000
1015
|
title: string;
|
|
1001
|
-
variant: "default" | "
|
|
1002
|
-
|
|
1003
|
-
target: string;
|
|
1016
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1017
|
+
to: string | Record<string, any>;
|
|
1004
1018
|
exact: boolean;
|
|
1019
|
+
href: string;
|
|
1020
|
+
addSlash: boolean;
|
|
1005
1021
|
ariaLabel: string;
|
|
1006
1022
|
linkClass: string;
|
|
1023
|
+
target: string;
|
|
1007
1024
|
externalTargetBlank: boolean;
|
|
1008
1025
|
caret: boolean;
|
|
1009
1026
|
caretWrapperClass: string;
|
|
@@ -1084,7 +1101,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1084
1101
|
default: string;
|
|
1085
1102
|
};
|
|
1086
1103
|
objectFitClass: {
|
|
1087
|
-
type: PropType<"
|
|
1104
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1088
1105
|
required: false;
|
|
1089
1106
|
default: string;
|
|
1090
1107
|
validator: (prop: string) => boolean;
|
|
@@ -1126,7 +1143,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1126
1143
|
default: string;
|
|
1127
1144
|
};
|
|
1128
1145
|
objectFitClass: {
|
|
1129
|
-
type: PropType<"
|
|
1146
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1130
1147
|
required: false;
|
|
1131
1148
|
default: string;
|
|
1132
1149
|
validator: (prop: string) => boolean;
|
|
@@ -1158,13 +1175,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1158
1175
|
default: string;
|
|
1159
1176
|
};
|
|
1160
1177
|
}>> & Readonly<{}>, {
|
|
1161
|
-
imageClass: string;
|
|
1162
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
1163
|
-
srcset: string;
|
|
1164
1178
|
alt: string;
|
|
1165
1179
|
width: string | number;
|
|
1166
1180
|
height: string | number;
|
|
1181
|
+
srcset: string;
|
|
1167
1182
|
loading: "lazy" | "eager" | undefined;
|
|
1183
|
+
imageClass: string;
|
|
1184
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
1168
1185
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1169
1186
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1170
1187
|
darkMode: {
|
|
@@ -1482,9 +1499,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1482
1499
|
default: boolean;
|
|
1483
1500
|
};
|
|
1484
1501
|
}>> & Readonly<{}>, {
|
|
1485
|
-
data: import('../../interfaces').Card;
|
|
1486
|
-
label: string;
|
|
1487
|
-
title: string;
|
|
1488
1502
|
startDate: string;
|
|
1489
1503
|
endDate: string;
|
|
1490
1504
|
startDatetime: string;
|
|
@@ -1494,7 +1508,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1494
1508
|
location: string;
|
|
1495
1509
|
size: "sm" | "md" | "lg";
|
|
1496
1510
|
url: string;
|
|
1511
|
+
title: string;
|
|
1497
1512
|
date: string;
|
|
1513
|
+
data: import('../../interfaces').Card;
|
|
1514
|
+
label: string;
|
|
1498
1515
|
headingLevel: keyof {
|
|
1499
1516
|
h1: string;
|
|
1500
1517
|
h2: string;
|
|
@@ -1512,13 +1529,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1512
1529
|
IconExternal: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1513
1530
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1514
1531
|
variant: {
|
|
1515
|
-
type: PropType<"default" | "
|
|
1532
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
1516
1533
|
required: false;
|
|
1517
1534
|
default: string;
|
|
1518
1535
|
validator: (prop: string) => boolean;
|
|
1519
1536
|
};
|
|
1520
1537
|
to: {
|
|
1521
|
-
type: (
|
|
1538
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1522
1539
|
default: undefined;
|
|
1523
1540
|
};
|
|
1524
1541
|
exact: {
|
|
@@ -1529,6 +1546,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1529
1546
|
type: StringConstructor;
|
|
1530
1547
|
default: undefined;
|
|
1531
1548
|
};
|
|
1549
|
+
addSlash: {
|
|
1550
|
+
type: BooleanConstructor;
|
|
1551
|
+
default: boolean;
|
|
1552
|
+
};
|
|
1532
1553
|
title: {
|
|
1533
1554
|
type: StringConstructor;
|
|
1534
1555
|
default: undefined;
|
|
@@ -1615,13 +1636,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1615
1636
|
addTrailingSlash(path: string): string;
|
|
1616
1637
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1617
1638
|
variant: {
|
|
1618
|
-
type: PropType<"default" | "
|
|
1639
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
1619
1640
|
required: false;
|
|
1620
1641
|
default: string;
|
|
1621
1642
|
validator: (prop: string) => boolean;
|
|
1622
1643
|
};
|
|
1623
1644
|
to: {
|
|
1624
|
-
type: (
|
|
1645
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1625
1646
|
default: undefined;
|
|
1626
1647
|
};
|
|
1627
1648
|
exact: {
|
|
@@ -1632,6 +1653,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1632
1653
|
type: StringConstructor;
|
|
1633
1654
|
default: undefined;
|
|
1634
1655
|
};
|
|
1656
|
+
addSlash: {
|
|
1657
|
+
type: BooleanConstructor;
|
|
1658
|
+
default: boolean;
|
|
1659
|
+
};
|
|
1635
1660
|
title: {
|
|
1636
1661
|
type: StringConstructor;
|
|
1637
1662
|
default: undefined;
|
|
@@ -1691,14 +1716,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1691
1716
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1692
1717
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1693
1718
|
}>, {
|
|
1694
|
-
to: string | Record<string, any>;
|
|
1695
1719
|
title: string;
|
|
1696
|
-
variant: "default" | "
|
|
1697
|
-
|
|
1698
|
-
target: string;
|
|
1720
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1721
|
+
to: string | Record<string, any>;
|
|
1699
1722
|
exact: boolean;
|
|
1723
|
+
href: string;
|
|
1724
|
+
addSlash: boolean;
|
|
1700
1725
|
ariaLabel: string;
|
|
1701
1726
|
linkClass: string;
|
|
1727
|
+
target: string;
|
|
1702
1728
|
externalTargetBlank: boolean;
|
|
1703
1729
|
caret: boolean;
|
|
1704
1730
|
caretWrapperClass: string;
|
|
@@ -1779,7 +1805,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1779
1805
|
default: string;
|
|
1780
1806
|
};
|
|
1781
1807
|
objectFitClass: {
|
|
1782
|
-
type: PropType<"
|
|
1808
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1783
1809
|
required: false;
|
|
1784
1810
|
default: string;
|
|
1785
1811
|
validator: (prop: string) => boolean;
|
|
@@ -1821,7 +1847,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1821
1847
|
default: string;
|
|
1822
1848
|
};
|
|
1823
1849
|
objectFitClass: {
|
|
1824
|
-
type: PropType<"
|
|
1850
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1825
1851
|
required: false;
|
|
1826
1852
|
default: string;
|
|
1827
1853
|
validator: (prop: string) => boolean;
|
|
@@ -1853,13 +1879,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1853
1879
|
default: string;
|
|
1854
1880
|
};
|
|
1855
1881
|
}>> & Readonly<{}>, {
|
|
1856
|
-
imageClass: string;
|
|
1857
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
1858
|
-
srcset: string;
|
|
1859
1882
|
alt: string;
|
|
1860
1883
|
width: string | number;
|
|
1861
1884
|
height: string | number;
|
|
1885
|
+
srcset: string;
|
|
1862
1886
|
loading: "lazy" | "eager" | undefined;
|
|
1887
|
+
imageClass: string;
|
|
1888
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
1863
1889
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1864
1890
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1865
1891
|
darkMode: {
|
|
@@ -1924,7 +1950,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1924
1950
|
default: undefined;
|
|
1925
1951
|
};
|
|
1926
1952
|
variant: {
|
|
1927
|
-
type: () => "
|
|
1953
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
1928
1954
|
default: string;
|
|
1929
1955
|
};
|
|
1930
1956
|
size: {
|
|
@@ -1941,7 +1967,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1941
1967
|
default: undefined;
|
|
1942
1968
|
};
|
|
1943
1969
|
variant: {
|
|
1944
|
-
type: () => "
|
|
1970
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
1945
1971
|
default: string;
|
|
1946
1972
|
};
|
|
1947
1973
|
size: {
|
|
@@ -1953,198 +1979,36 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1953
1979
|
default: undefined;
|
|
1954
1980
|
};
|
|
1955
1981
|
}>> & Readonly<{}>, {
|
|
1956
|
-
text: string;
|
|
1957
|
-
variant: "secondary" | "primary" | "primary-inverted" | "action";
|
|
1958
1982
|
size: "sm" | "md" | "lg";
|
|
1983
|
+
text: string;
|
|
1984
|
+
variant: "primary" | "primary-inverted" | "secondary" | "action";
|
|
1959
1985
|
contentType: "EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage";
|
|
1960
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1961
|
-
CalendarChip: import('vue').DefineComponent<import('vue').
|
|
1962
|
-
startDate: {
|
|
1963
|
-
type: PropType<string>;
|
|
1964
|
-
default: undefined;
|
|
1965
|
-
};
|
|
1966
|
-
endDate: {
|
|
1967
|
-
type: PropType<string>;
|
|
1968
|
-
default: undefined;
|
|
1969
|
-
};
|
|
1970
|
-
ongoing: {
|
|
1971
|
-
type: PropType<boolean>;
|
|
1972
|
-
default: boolean;
|
|
1973
|
-
};
|
|
1974
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1975
|
-
startDate: {
|
|
1976
|
-
type: PropType<string>;
|
|
1977
|
-
default: undefined;
|
|
1978
|
-
};
|
|
1979
|
-
endDate: {
|
|
1980
|
-
type: PropType<string>;
|
|
1981
|
-
default: undefined;
|
|
1982
|
-
};
|
|
1983
|
-
ongoing: {
|
|
1984
|
-
type: PropType<boolean>;
|
|
1985
|
-
default: boolean;
|
|
1986
|
-
};
|
|
1987
|
-
}>> & Readonly<{}>, {
|
|
1986
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLParagraphElement>;
|
|
1987
|
+
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<{}>, {
|
|
1988
1988
|
startDate: string;
|
|
1989
1989
|
endDate: string;
|
|
1990
1990
|
ongoing: boolean;
|
|
1991
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
1992
|
-
MetadataEvent: import('vue').DefineComponent<import('vue').
|
|
1993
|
-
event: {
|
|
1994
|
-
type: PropType<import('../../interfaces').EventCardObject>;
|
|
1995
|
-
required: true;
|
|
1996
|
-
default: undefined;
|
|
1997
|
-
};
|
|
1998
|
-
compact: {
|
|
1999
|
-
type: PropType<boolean>;
|
|
2000
|
-
default: boolean;
|
|
2001
|
-
};
|
|
2002
|
-
showTime: {
|
|
2003
|
-
type: PropType<boolean>;
|
|
2004
|
-
default: boolean;
|
|
2005
|
-
};
|
|
2006
|
-
allowBreak: {
|
|
2007
|
-
type: PropType<boolean>;
|
|
2008
|
-
default: boolean;
|
|
2009
|
-
};
|
|
2010
|
-
showLocation: {
|
|
2011
|
-
type: PropType<boolean>;
|
|
2012
|
-
default: boolean;
|
|
2013
|
-
};
|
|
2014
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2015
|
-
event: {
|
|
2016
|
-
type: PropType<import('../../interfaces').EventCardObject>;
|
|
2017
|
-
required: true;
|
|
2018
|
-
default: undefined;
|
|
2019
|
-
};
|
|
2020
|
-
compact: {
|
|
2021
|
-
type: PropType<boolean>;
|
|
2022
|
-
default: boolean;
|
|
2023
|
-
};
|
|
2024
|
-
showTime: {
|
|
2025
|
-
type: PropType<boolean>;
|
|
2026
|
-
default: boolean;
|
|
2027
|
-
};
|
|
2028
|
-
allowBreak: {
|
|
2029
|
-
type: PropType<boolean>;
|
|
2030
|
-
default: boolean;
|
|
2031
|
-
};
|
|
2032
|
-
showLocation: {
|
|
2033
|
-
type: PropType<boolean>;
|
|
2034
|
-
default: boolean;
|
|
2035
|
-
};
|
|
2036
|
-
}>> & Readonly<{}>, {
|
|
1991
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
1992
|
+
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<{}>, {
|
|
2037
1993
|
event: import('../../interfaces').EventCardObject;
|
|
2038
1994
|
compact: boolean;
|
|
2039
1995
|
showTime: boolean;
|
|
2040
1996
|
allowBreak: boolean;
|
|
2041
1997
|
showLocation: boolean;
|
|
2042
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
2043
|
-
MetadataEduResource: import('vue').DefineComponent<import('vue').
|
|
2044
|
-
variant: {
|
|
2045
|
-
type: PropType<import('../../interfaces').MetaPanelTheme>;
|
|
2046
|
-
default: string;
|
|
2047
|
-
};
|
|
2048
|
-
resource: {
|
|
2049
|
-
type: PropType<import('../../interfaces').EduResourceCardObject>;
|
|
2050
|
-
required: true;
|
|
2051
|
-
default: undefined;
|
|
2052
|
-
};
|
|
2053
|
-
compact: {
|
|
2054
|
-
type: PropType<boolean>;
|
|
2055
|
-
default: boolean;
|
|
2056
|
-
};
|
|
2057
|
-
showTime: {
|
|
2058
|
-
type: PropType<boolean>;
|
|
2059
|
-
default: boolean;
|
|
2060
|
-
};
|
|
2061
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2062
|
-
variant: {
|
|
2063
|
-
type: PropType<import('../../interfaces').MetaPanelTheme>;
|
|
2064
|
-
default: string;
|
|
2065
|
-
};
|
|
2066
|
-
resource: {
|
|
2067
|
-
type: PropType<import('../../interfaces').EduResourceCardObject>;
|
|
2068
|
-
required: true;
|
|
2069
|
-
default: undefined;
|
|
2070
|
-
};
|
|
2071
|
-
compact: {
|
|
2072
|
-
type: PropType<boolean>;
|
|
2073
|
-
default: boolean;
|
|
2074
|
-
};
|
|
2075
|
-
showTime: {
|
|
2076
|
-
type: PropType<boolean>;
|
|
2077
|
-
default: boolean;
|
|
2078
|
-
};
|
|
2079
|
-
}>> & Readonly<{}>, {
|
|
2080
|
-
variant: import('../../interfaces').MetaPanelTheme;
|
|
1998
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1999
|
+
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<{}>, {
|
|
2081
2000
|
resource: import('../../interfaces').EduResourceCardObject;
|
|
2001
|
+
variant: import('../../interfaces').MetaPanelTheme;
|
|
2082
2002
|
compact: boolean;
|
|
2083
2003
|
showTime: boolean;
|
|
2084
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
2085
|
-
BlockLinkCardCollectionLg: import('vue').DefineComponent<import('vue').
|
|
2086
|
-
size: {
|
|
2087
|
-
type: PropType<string>;
|
|
2088
|
-
default: undefined;
|
|
2089
|
-
};
|
|
2090
|
-
headingLevel: {
|
|
2091
|
-
type: PropType<keyof {
|
|
2092
|
-
h1: string;
|
|
2093
|
-
h2: string;
|
|
2094
|
-
h3: string;
|
|
2095
|
-
h4: string;
|
|
2096
|
-
h5: string;
|
|
2097
|
-
h6: string;
|
|
2098
|
-
}>;
|
|
2099
|
-
default: undefined;
|
|
2100
|
-
};
|
|
2101
|
-
metadataAttrs: {
|
|
2102
|
-
type: PropType<any>;
|
|
2103
|
-
default: undefined;
|
|
2104
|
-
};
|
|
2105
|
-
theItem: {
|
|
2106
|
-
type: PropType<import('../../interfaces').EduResourceCardObject>;
|
|
2107
|
-
default: undefined;
|
|
2108
|
-
};
|
|
2109
|
-
metadataType: {
|
|
2110
|
-
type: PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
|
|
2111
|
-
default: undefined;
|
|
2112
|
-
};
|
|
2113
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2114
|
-
size: {
|
|
2115
|
-
type: PropType<string>;
|
|
2116
|
-
default: undefined;
|
|
2117
|
-
};
|
|
2118
|
-
headingLevel: {
|
|
2119
|
-
type: PropType<keyof {
|
|
2120
|
-
h1: string;
|
|
2121
|
-
h2: string;
|
|
2122
|
-
h3: string;
|
|
2123
|
-
h4: string;
|
|
2124
|
-
h5: string;
|
|
2125
|
-
h6: string;
|
|
2126
|
-
}>;
|
|
2127
|
-
default: undefined;
|
|
2128
|
-
};
|
|
2129
|
-
metadataAttrs: {
|
|
2130
|
-
type: PropType<any>;
|
|
2131
|
-
default: undefined;
|
|
2132
|
-
};
|
|
2133
|
-
theItem: {
|
|
2134
|
-
type: PropType<import('../../interfaces').EduResourceCardObject>;
|
|
2135
|
-
default: undefined;
|
|
2136
|
-
};
|
|
2137
|
-
metadataType: {
|
|
2138
|
-
type: PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
|
|
2139
|
-
default: undefined;
|
|
2140
|
-
};
|
|
2141
|
-
}>> & Readonly<{}>, {
|
|
2004
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2005
|
+
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<{}>, {
|
|
2142
2006
|
size: string;
|
|
2143
|
-
headingLevel: import('../BaseHeading/BaseHeading.vue').HeadingLevel;
|
|
2144
2007
|
metadataAttrs: any;
|
|
2145
2008
|
theItem: import('../../interfaces').EduResourceCardObject;
|
|
2146
2009
|
metadataType: import('../../interfaces').ContentTypeKey;
|
|
2147
|
-
|
|
2010
|
+
headingLevel: import('../BaseHeading/BaseHeading.vue').HeadingLevel;
|
|
2011
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
2148
2012
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2149
2013
|
BlockLinkTile: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2150
2014
|
data: {
|
|
@@ -2262,12 +2126,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2262
2126
|
required: false;
|
|
2263
2127
|
};
|
|
2264
2128
|
}>> & Readonly<{}>, {
|
|
2265
|
-
data: import('../../interfaces').Card | import('../../interfaces').EventCardObject;
|
|
2266
|
-
label: string;
|
|
2267
|
-
title: string;
|
|
2268
2129
|
startDate: string;
|
|
2269
2130
|
endDate: string;
|
|
2270
2131
|
url: string;
|
|
2132
|
+
title: string;
|
|
2133
|
+
data: import('../../interfaces').Card | import('../../interfaces').EventCardObject;
|
|
2134
|
+
label: string;
|
|
2271
2135
|
compact: boolean;
|
|
2272
2136
|
externalLink: string;
|
|
2273
2137
|
thumbnailImage: Record<string, any>;
|
|
@@ -2275,13 +2139,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2275
2139
|
IconArrow: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2276
2140
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2277
2141
|
variant: {
|
|
2278
|
-
type: PropType<"default" | "
|
|
2142
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
2279
2143
|
required: false;
|
|
2280
2144
|
default: string;
|
|
2281
2145
|
validator: (prop: string) => boolean;
|
|
2282
2146
|
};
|
|
2283
2147
|
to: {
|
|
2284
|
-
type: (
|
|
2148
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2285
2149
|
default: undefined;
|
|
2286
2150
|
};
|
|
2287
2151
|
exact: {
|
|
@@ -2292,6 +2156,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2292
2156
|
type: StringConstructor;
|
|
2293
2157
|
default: undefined;
|
|
2294
2158
|
};
|
|
2159
|
+
addSlash: {
|
|
2160
|
+
type: BooleanConstructor;
|
|
2161
|
+
default: boolean;
|
|
2162
|
+
};
|
|
2295
2163
|
title: {
|
|
2296
2164
|
type: StringConstructor;
|
|
2297
2165
|
default: undefined;
|
|
@@ -2378,13 +2246,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2378
2246
|
addTrailingSlash(path: string): string;
|
|
2379
2247
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2380
2248
|
variant: {
|
|
2381
|
-
type: PropType<"default" | "
|
|
2249
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
2382
2250
|
required: false;
|
|
2383
2251
|
default: string;
|
|
2384
2252
|
validator: (prop: string) => boolean;
|
|
2385
2253
|
};
|
|
2386
2254
|
to: {
|
|
2387
|
-
type: (
|
|
2255
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2388
2256
|
default: undefined;
|
|
2389
2257
|
};
|
|
2390
2258
|
exact: {
|
|
@@ -2395,6 +2263,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2395
2263
|
type: StringConstructor;
|
|
2396
2264
|
default: undefined;
|
|
2397
2265
|
};
|
|
2266
|
+
addSlash: {
|
|
2267
|
+
type: BooleanConstructor;
|
|
2268
|
+
default: boolean;
|
|
2269
|
+
};
|
|
2398
2270
|
title: {
|
|
2399
2271
|
type: StringConstructor;
|
|
2400
2272
|
default: undefined;
|
|
@@ -2454,14 +2326,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2454
2326
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2455
2327
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2456
2328
|
}>, {
|
|
2457
|
-
to: string | Record<string, any>;
|
|
2458
2329
|
title: string;
|
|
2459
|
-
variant: "default" | "
|
|
2460
|
-
|
|
2461
|
-
target: string;
|
|
2330
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
2331
|
+
to: string | Record<string, any>;
|
|
2462
2332
|
exact: boolean;
|
|
2333
|
+
href: string;
|
|
2334
|
+
addSlash: boolean;
|
|
2463
2335
|
ariaLabel: string;
|
|
2464
2336
|
linkClass: string;
|
|
2337
|
+
target: string;
|
|
2465
2338
|
externalTargetBlank: boolean;
|
|
2466
2339
|
caret: boolean;
|
|
2467
2340
|
caretWrapperClass: string;
|
|
@@ -2542,7 +2415,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2542
2415
|
default: string;
|
|
2543
2416
|
};
|
|
2544
2417
|
objectFitClass: {
|
|
2545
|
-
type: PropType<"
|
|
2418
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
2546
2419
|
required: false;
|
|
2547
2420
|
default: string;
|
|
2548
2421
|
validator: (prop: string) => boolean;
|
|
@@ -2584,7 +2457,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2584
2457
|
default: string;
|
|
2585
2458
|
};
|
|
2586
2459
|
objectFitClass: {
|
|
2587
|
-
type: PropType<"
|
|
2460
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
2588
2461
|
required: false;
|
|
2589
2462
|
default: string;
|
|
2590
2463
|
validator: (prop: string) => boolean;
|
|
@@ -2616,13 +2489,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2616
2489
|
default: string;
|
|
2617
2490
|
};
|
|
2618
2491
|
}>> & Readonly<{}>, {
|
|
2619
|
-
imageClass: string;
|
|
2620
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
2621
|
-
srcset: string;
|
|
2622
2492
|
alt: string;
|
|
2623
2493
|
width: string | number;
|
|
2624
2494
|
height: string | number;
|
|
2495
|
+
srcset: string;
|
|
2625
2496
|
loading: "lazy" | "eager" | undefined;
|
|
2497
|
+
imageClass: string;
|
|
2498
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
2626
2499
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2627
2500
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2628
2501
|
darkMode: {
|
|
@@ -2682,37 +2555,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2682
2555
|
responsiveAspectRatio: string;
|
|
2683
2556
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2684
2557
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2685
|
-
CalendarChip: import('vue').DefineComponent<import('vue').
|
|
2686
|
-
startDate: {
|
|
2687
|
-
type: PropType<string>;
|
|
2688
|
-
default: undefined;
|
|
2689
|
-
};
|
|
2690
|
-
endDate: {
|
|
2691
|
-
type: PropType<string>;
|
|
2692
|
-
default: undefined;
|
|
2693
|
-
};
|
|
2694
|
-
ongoing: {
|
|
2695
|
-
type: PropType<boolean>;
|
|
2696
|
-
default: boolean;
|
|
2697
|
-
};
|
|
2698
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2699
|
-
startDate: {
|
|
2700
|
-
type: PropType<string>;
|
|
2701
|
-
default: undefined;
|
|
2702
|
-
};
|
|
2703
|
-
endDate: {
|
|
2704
|
-
type: PropType<string>;
|
|
2705
|
-
default: undefined;
|
|
2706
|
-
};
|
|
2707
|
-
ongoing: {
|
|
2708
|
-
type: PropType<boolean>;
|
|
2709
|
-
default: boolean;
|
|
2710
|
-
};
|
|
2711
|
-
}>> & Readonly<{}>, {
|
|
2558
|
+
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<{}>, {
|
|
2712
2559
|
startDate: string;
|
|
2713
2560
|
endDate: string;
|
|
2714
2561
|
ongoing: boolean;
|
|
2715
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
2562
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
2716
2563
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2717
2564
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2718
2565
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|