@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;
|
|
@@ -41,7 +40,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
41
40
|
default: undefined;
|
|
42
41
|
};
|
|
43
42
|
link: {
|
|
44
|
-
type: (
|
|
43
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
45
44
|
required: false;
|
|
46
45
|
default: undefined;
|
|
47
46
|
};
|
|
@@ -97,7 +96,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
97
96
|
default: undefined;
|
|
98
97
|
};
|
|
99
98
|
link: {
|
|
100
|
-
type: (
|
|
99
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
101
100
|
required: false;
|
|
102
101
|
default: undefined;
|
|
103
102
|
};
|
|
@@ -137,22 +136,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
137
136
|
link: string | Record<string, any>;
|
|
138
137
|
variant: "cards" | "tiles";
|
|
139
138
|
heading: string;
|
|
140
|
-
initialSlide: number;
|
|
141
|
-
slidesPerView: number;
|
|
142
139
|
indent: "col-1" | "col-2" | "col-3";
|
|
143
140
|
noLinks: boolean;
|
|
144
141
|
linkTitle: string;
|
|
142
|
+
slidesPerView: number;
|
|
145
143
|
center: boolean;
|
|
144
|
+
initialSlide: number;
|
|
146
145
|
}, {}, {
|
|
147
146
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
148
147
|
variant: {
|
|
149
|
-
type: PropType<"default" | "
|
|
148
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
150
149
|
required: false;
|
|
151
150
|
default: string;
|
|
152
151
|
validator: (prop: string) => boolean;
|
|
153
152
|
};
|
|
154
153
|
to: {
|
|
155
|
-
type: (
|
|
154
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
156
155
|
default: undefined;
|
|
157
156
|
};
|
|
158
157
|
exact: {
|
|
@@ -163,6 +162,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
163
162
|
type: StringConstructor;
|
|
164
163
|
default: undefined;
|
|
165
164
|
};
|
|
165
|
+
addSlash: {
|
|
166
|
+
type: BooleanConstructor;
|
|
167
|
+
default: boolean;
|
|
168
|
+
};
|
|
166
169
|
title: {
|
|
167
170
|
type: StringConstructor;
|
|
168
171
|
default: undefined;
|
|
@@ -249,13 +252,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
249
252
|
addTrailingSlash(path: string): string;
|
|
250
253
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
251
254
|
variant: {
|
|
252
|
-
type: PropType<"default" | "
|
|
255
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
253
256
|
required: false;
|
|
254
257
|
default: string;
|
|
255
258
|
validator: (prop: string) => boolean;
|
|
256
259
|
};
|
|
257
260
|
to: {
|
|
258
|
-
type: (
|
|
261
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
259
262
|
default: undefined;
|
|
260
263
|
};
|
|
261
264
|
exact: {
|
|
@@ -266,6 +269,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
266
269
|
type: StringConstructor;
|
|
267
270
|
default: undefined;
|
|
268
271
|
};
|
|
272
|
+
addSlash: {
|
|
273
|
+
type: BooleanConstructor;
|
|
274
|
+
default: boolean;
|
|
275
|
+
};
|
|
269
276
|
title: {
|
|
270
277
|
type: StringConstructor;
|
|
271
278
|
default: undefined;
|
|
@@ -325,14 +332,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
325
332
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
326
333
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
327
334
|
}>, {
|
|
328
|
-
to: string | Record<string, any>;
|
|
329
335
|
title: string;
|
|
330
|
-
variant: "default" | "
|
|
331
|
-
|
|
332
|
-
target: string;
|
|
336
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
337
|
+
to: string | Record<string, any>;
|
|
333
338
|
exact: boolean;
|
|
339
|
+
href: string;
|
|
340
|
+
addSlash: boolean;
|
|
334
341
|
ariaLabel: string;
|
|
335
342
|
linkClass: string;
|
|
343
|
+
target: string;
|
|
336
344
|
externalTargetBlank: boolean;
|
|
337
345
|
caret: boolean;
|
|
338
346
|
caretWrapperClass: string;
|
|
@@ -408,7 +416,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
408
416
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
409
417
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
410
418
|
variant: {
|
|
411
|
-
type: PropType<"
|
|
419
|
+
type: PropType<"primary" | "secondary" | "dark" | "social">;
|
|
412
420
|
required: false;
|
|
413
421
|
default: string;
|
|
414
422
|
validator: (prop: string) => boolean;
|
|
@@ -434,7 +442,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
434
442
|
required: false;
|
|
435
443
|
};
|
|
436
444
|
to: {
|
|
437
|
-
type: (
|
|
445
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
438
446
|
required: false;
|
|
439
447
|
default: undefined;
|
|
440
448
|
};
|
|
@@ -450,7 +458,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
450
458
|
variantClass(): string;
|
|
451
459
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
452
460
|
variant: {
|
|
453
|
-
type: PropType<"
|
|
461
|
+
type: PropType<"primary" | "secondary" | "dark" | "social">;
|
|
454
462
|
required: false;
|
|
455
463
|
default: string;
|
|
456
464
|
validator: (prop: string) => boolean;
|
|
@@ -476,7 +484,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
476
484
|
required: false;
|
|
477
485
|
};
|
|
478
486
|
to: {
|
|
479
|
-
type: (
|
|
487
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
480
488
|
required: false;
|
|
481
489
|
default: undefined;
|
|
482
490
|
};
|
|
@@ -488,13 +496,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
488
496
|
}>> & Readonly<{
|
|
489
497
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
490
498
|
}>, {
|
|
499
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
491
500
|
to: string | Record<string, any>;
|
|
492
|
-
disabled: boolean;
|
|
493
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
494
501
|
href: string;
|
|
495
502
|
ariaLabel: string;
|
|
496
503
|
compact: boolean;
|
|
497
504
|
blockClasses: string;
|
|
505
|
+
disabled: boolean;
|
|
498
506
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
499
507
|
IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
500
508
|
IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -715,7 +723,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
715
723
|
default: undefined;
|
|
716
724
|
};
|
|
717
725
|
}>> & Readonly<{}>, {
|
|
718
|
-
time: import('../../interfaces').EduResourcesTime;
|
|
719
726
|
startDatetime: string;
|
|
720
727
|
endDatetime: string;
|
|
721
728
|
startTime: string;
|
|
@@ -726,6 +733,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
726
733
|
targetAudience: string;
|
|
727
734
|
primarySubject: import('../../interfaces').PrimarySubjectObject;
|
|
728
735
|
gradeLevels: import('../../interfaces').GradeLevelsObject[];
|
|
736
|
+
time: import('../../interfaces').EduResourcesTime;
|
|
729
737
|
headingLevel: keyof {
|
|
730
738
|
h1: string;
|
|
731
739
|
h2: string;
|
|
@@ -738,13 +746,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
738
746
|
}, {}, {
|
|
739
747
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
740
748
|
variant: {
|
|
741
|
-
type: PropType<"default" | "
|
|
749
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
742
750
|
required: false;
|
|
743
751
|
default: string;
|
|
744
752
|
validator: (prop: string) => boolean;
|
|
745
753
|
};
|
|
746
754
|
to: {
|
|
747
|
-
type: (
|
|
755
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
748
756
|
default: undefined;
|
|
749
757
|
};
|
|
750
758
|
exact: {
|
|
@@ -755,6 +763,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
755
763
|
type: StringConstructor;
|
|
756
764
|
default: undefined;
|
|
757
765
|
};
|
|
766
|
+
addSlash: {
|
|
767
|
+
type: BooleanConstructor;
|
|
768
|
+
default: boolean;
|
|
769
|
+
};
|
|
758
770
|
title: {
|
|
759
771
|
type: StringConstructor;
|
|
760
772
|
default: undefined;
|
|
@@ -841,13 +853,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
841
853
|
addTrailingSlash(path: string): string;
|
|
842
854
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
843
855
|
variant: {
|
|
844
|
-
type: PropType<"default" | "
|
|
856
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
845
857
|
required: false;
|
|
846
858
|
default: string;
|
|
847
859
|
validator: (prop: string) => boolean;
|
|
848
860
|
};
|
|
849
861
|
to: {
|
|
850
|
-
type: (
|
|
862
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
851
863
|
default: undefined;
|
|
852
864
|
};
|
|
853
865
|
exact: {
|
|
@@ -858,6 +870,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
858
870
|
type: StringConstructor;
|
|
859
871
|
default: undefined;
|
|
860
872
|
};
|
|
873
|
+
addSlash: {
|
|
874
|
+
type: BooleanConstructor;
|
|
875
|
+
default: boolean;
|
|
876
|
+
};
|
|
861
877
|
title: {
|
|
862
878
|
type: StringConstructor;
|
|
863
879
|
default: undefined;
|
|
@@ -917,14 +933,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
917
933
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
918
934
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
919
935
|
}>, {
|
|
920
|
-
to: string | Record<string, any>;
|
|
921
936
|
title: string;
|
|
922
|
-
variant: "default" | "
|
|
923
|
-
|
|
924
|
-
target: string;
|
|
937
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
938
|
+
to: string | Record<string, any>;
|
|
925
939
|
exact: boolean;
|
|
940
|
+
href: string;
|
|
941
|
+
addSlash: boolean;
|
|
926
942
|
ariaLabel: string;
|
|
927
943
|
linkClass: string;
|
|
944
|
+
target: string;
|
|
928
945
|
externalTargetBlank: boolean;
|
|
929
946
|
caret: boolean;
|
|
930
947
|
caretWrapperClass: string;
|
|
@@ -1005,7 +1022,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1005
1022
|
default: string;
|
|
1006
1023
|
};
|
|
1007
1024
|
objectFitClass: {
|
|
1008
|
-
type: PropType<"
|
|
1025
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1009
1026
|
required: false;
|
|
1010
1027
|
default: string;
|
|
1011
1028
|
validator: (prop: string) => boolean;
|
|
@@ -1047,7 +1064,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1047
1064
|
default: string;
|
|
1048
1065
|
};
|
|
1049
1066
|
objectFitClass: {
|
|
1050
|
-
type: PropType<"
|
|
1067
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1051
1068
|
required: false;
|
|
1052
1069
|
default: string;
|
|
1053
1070
|
validator: (prop: string) => boolean;
|
|
@@ -1079,13 +1096,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1079
1096
|
default: string;
|
|
1080
1097
|
};
|
|
1081
1098
|
}>> & Readonly<{}>, {
|
|
1082
|
-
imageClass: string;
|
|
1083
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
1084
|
-
srcset: string;
|
|
1085
1099
|
alt: string;
|
|
1086
1100
|
width: string | number;
|
|
1087
1101
|
height: string | number;
|
|
1102
|
+
srcset: string;
|
|
1088
1103
|
loading: "lazy" | "eager" | undefined;
|
|
1104
|
+
imageClass: string;
|
|
1105
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
1089
1106
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1090
1107
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1091
1108
|
darkMode: {
|
|
@@ -1403,9 +1420,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1403
1420
|
default: boolean;
|
|
1404
1421
|
};
|
|
1405
1422
|
}>> & Readonly<{}>, {
|
|
1406
|
-
data: import('../../interfaces').Card;
|
|
1407
|
-
label: string;
|
|
1408
|
-
title: string;
|
|
1409
1423
|
startDate: string;
|
|
1410
1424
|
endDate: string;
|
|
1411
1425
|
startDatetime: string;
|
|
@@ -1415,7 +1429,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1415
1429
|
location: string;
|
|
1416
1430
|
size: "sm" | "md" | "lg";
|
|
1417
1431
|
url: string;
|
|
1432
|
+
title: string;
|
|
1418
1433
|
date: string;
|
|
1434
|
+
data: import('../../interfaces').Card;
|
|
1435
|
+
label: string;
|
|
1419
1436
|
headingLevel: keyof {
|
|
1420
1437
|
h1: string;
|
|
1421
1438
|
h2: string;
|
|
@@ -1433,13 +1450,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1433
1450
|
IconExternal: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1434
1451
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1435
1452
|
variant: {
|
|
1436
|
-
type: PropType<"default" | "
|
|
1453
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
1437
1454
|
required: false;
|
|
1438
1455
|
default: string;
|
|
1439
1456
|
validator: (prop: string) => boolean;
|
|
1440
1457
|
};
|
|
1441
1458
|
to: {
|
|
1442
|
-
type: (
|
|
1459
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1443
1460
|
default: undefined;
|
|
1444
1461
|
};
|
|
1445
1462
|
exact: {
|
|
@@ -1450,6 +1467,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1450
1467
|
type: StringConstructor;
|
|
1451
1468
|
default: undefined;
|
|
1452
1469
|
};
|
|
1470
|
+
addSlash: {
|
|
1471
|
+
type: BooleanConstructor;
|
|
1472
|
+
default: boolean;
|
|
1473
|
+
};
|
|
1453
1474
|
title: {
|
|
1454
1475
|
type: StringConstructor;
|
|
1455
1476
|
default: undefined;
|
|
@@ -1536,13 +1557,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1536
1557
|
addTrailingSlash(path: string): string;
|
|
1537
1558
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1538
1559
|
variant: {
|
|
1539
|
-
type: PropType<"default" | "
|
|
1560
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
1540
1561
|
required: false;
|
|
1541
1562
|
default: string;
|
|
1542
1563
|
validator: (prop: string) => boolean;
|
|
1543
1564
|
};
|
|
1544
1565
|
to: {
|
|
1545
|
-
type: (
|
|
1566
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1546
1567
|
default: undefined;
|
|
1547
1568
|
};
|
|
1548
1569
|
exact: {
|
|
@@ -1553,6 +1574,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1553
1574
|
type: StringConstructor;
|
|
1554
1575
|
default: undefined;
|
|
1555
1576
|
};
|
|
1577
|
+
addSlash: {
|
|
1578
|
+
type: BooleanConstructor;
|
|
1579
|
+
default: boolean;
|
|
1580
|
+
};
|
|
1556
1581
|
title: {
|
|
1557
1582
|
type: StringConstructor;
|
|
1558
1583
|
default: undefined;
|
|
@@ -1612,14 +1637,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1612
1637
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1613
1638
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1614
1639
|
}>, {
|
|
1615
|
-
to: string | Record<string, any>;
|
|
1616
1640
|
title: string;
|
|
1617
|
-
variant: "default" | "
|
|
1618
|
-
|
|
1619
|
-
target: string;
|
|
1641
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1642
|
+
to: string | Record<string, any>;
|
|
1620
1643
|
exact: boolean;
|
|
1644
|
+
href: string;
|
|
1645
|
+
addSlash: boolean;
|
|
1621
1646
|
ariaLabel: string;
|
|
1622
1647
|
linkClass: string;
|
|
1648
|
+
target: string;
|
|
1623
1649
|
externalTargetBlank: boolean;
|
|
1624
1650
|
caret: boolean;
|
|
1625
1651
|
caretWrapperClass: string;
|
|
@@ -1700,7 +1726,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1700
1726
|
default: string;
|
|
1701
1727
|
};
|
|
1702
1728
|
objectFitClass: {
|
|
1703
|
-
type: PropType<"
|
|
1729
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1704
1730
|
required: false;
|
|
1705
1731
|
default: string;
|
|
1706
1732
|
validator: (prop: string) => boolean;
|
|
@@ -1742,7 +1768,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1742
1768
|
default: string;
|
|
1743
1769
|
};
|
|
1744
1770
|
objectFitClass: {
|
|
1745
|
-
type: PropType<"
|
|
1771
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1746
1772
|
required: false;
|
|
1747
1773
|
default: string;
|
|
1748
1774
|
validator: (prop: string) => boolean;
|
|
@@ -1774,13 +1800,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1774
1800
|
default: string;
|
|
1775
1801
|
};
|
|
1776
1802
|
}>> & Readonly<{}>, {
|
|
1777
|
-
imageClass: string;
|
|
1778
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
1779
|
-
srcset: string;
|
|
1780
1803
|
alt: string;
|
|
1781
1804
|
width: string | number;
|
|
1782
1805
|
height: string | number;
|
|
1806
|
+
srcset: string;
|
|
1783
1807
|
loading: "lazy" | "eager" | undefined;
|
|
1808
|
+
imageClass: string;
|
|
1809
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
1784
1810
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1785
1811
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1786
1812
|
darkMode: {
|
|
@@ -1845,7 +1871,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1845
1871
|
default: undefined;
|
|
1846
1872
|
};
|
|
1847
1873
|
variant: {
|
|
1848
|
-
type: () => "
|
|
1874
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
1849
1875
|
default: string;
|
|
1850
1876
|
};
|
|
1851
1877
|
size: {
|
|
@@ -1862,7 +1888,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1862
1888
|
default: undefined;
|
|
1863
1889
|
};
|
|
1864
1890
|
variant: {
|
|
1865
|
-
type: () => "
|
|
1891
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
1866
1892
|
default: string;
|
|
1867
1893
|
};
|
|
1868
1894
|
size: {
|
|
@@ -1874,198 +1900,36 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1874
1900
|
default: undefined;
|
|
1875
1901
|
};
|
|
1876
1902
|
}>> & Readonly<{}>, {
|
|
1877
|
-
text: string;
|
|
1878
|
-
variant: "secondary" | "primary" | "primary-inverted" | "action";
|
|
1879
1903
|
size: "sm" | "md" | "lg";
|
|
1904
|
+
text: string;
|
|
1905
|
+
variant: "primary" | "primary-inverted" | "secondary" | "action";
|
|
1880
1906
|
contentType: "EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage";
|
|
1881
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1882
|
-
CalendarChip: import('vue').DefineComponent<import('vue').
|
|
1883
|
-
startDate: {
|
|
1884
|
-
type: PropType<string>;
|
|
1885
|
-
default: undefined;
|
|
1886
|
-
};
|
|
1887
|
-
endDate: {
|
|
1888
|
-
type: PropType<string>;
|
|
1889
|
-
default: undefined;
|
|
1890
|
-
};
|
|
1891
|
-
ongoing: {
|
|
1892
|
-
type: PropType<boolean>;
|
|
1893
|
-
default: boolean;
|
|
1894
|
-
};
|
|
1895
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1896
|
-
startDate: {
|
|
1897
|
-
type: PropType<string>;
|
|
1898
|
-
default: undefined;
|
|
1899
|
-
};
|
|
1900
|
-
endDate: {
|
|
1901
|
-
type: PropType<string>;
|
|
1902
|
-
default: undefined;
|
|
1903
|
-
};
|
|
1904
|
-
ongoing: {
|
|
1905
|
-
type: PropType<boolean>;
|
|
1906
|
-
default: boolean;
|
|
1907
|
-
};
|
|
1908
|
-
}>> & Readonly<{}>, {
|
|
1907
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLParagraphElement>;
|
|
1908
|
+
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<{}>, {
|
|
1909
1909
|
startDate: string;
|
|
1910
1910
|
endDate: string;
|
|
1911
1911
|
ongoing: boolean;
|
|
1912
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
1913
|
-
MetadataEvent: import('vue').DefineComponent<import('vue').
|
|
1914
|
-
event: {
|
|
1915
|
-
type: PropType<import('../../interfaces').EventCardObject>;
|
|
1916
|
-
required: true;
|
|
1917
|
-
default: undefined;
|
|
1918
|
-
};
|
|
1919
|
-
compact: {
|
|
1920
|
-
type: PropType<boolean>;
|
|
1921
|
-
default: boolean;
|
|
1922
|
-
};
|
|
1923
|
-
showTime: {
|
|
1924
|
-
type: PropType<boolean>;
|
|
1925
|
-
default: boolean;
|
|
1926
|
-
};
|
|
1927
|
-
allowBreak: {
|
|
1928
|
-
type: PropType<boolean>;
|
|
1929
|
-
default: boolean;
|
|
1930
|
-
};
|
|
1931
|
-
showLocation: {
|
|
1932
|
-
type: PropType<boolean>;
|
|
1933
|
-
default: boolean;
|
|
1934
|
-
};
|
|
1935
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1936
|
-
event: {
|
|
1937
|
-
type: PropType<import('../../interfaces').EventCardObject>;
|
|
1938
|
-
required: true;
|
|
1939
|
-
default: undefined;
|
|
1940
|
-
};
|
|
1941
|
-
compact: {
|
|
1942
|
-
type: PropType<boolean>;
|
|
1943
|
-
default: boolean;
|
|
1944
|
-
};
|
|
1945
|
-
showTime: {
|
|
1946
|
-
type: PropType<boolean>;
|
|
1947
|
-
default: boolean;
|
|
1948
|
-
};
|
|
1949
|
-
allowBreak: {
|
|
1950
|
-
type: PropType<boolean>;
|
|
1951
|
-
default: boolean;
|
|
1952
|
-
};
|
|
1953
|
-
showLocation: {
|
|
1954
|
-
type: PropType<boolean>;
|
|
1955
|
-
default: boolean;
|
|
1956
|
-
};
|
|
1957
|
-
}>> & Readonly<{}>, {
|
|
1912
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
1913
|
+
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<{}>, {
|
|
1958
1914
|
event: import('../../interfaces').EventCardObject;
|
|
1959
1915
|
compact: boolean;
|
|
1960
1916
|
showTime: boolean;
|
|
1961
1917
|
allowBreak: boolean;
|
|
1962
1918
|
showLocation: boolean;
|
|
1963
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
1964
|
-
MetadataEduResource: import('vue').DefineComponent<import('vue').
|
|
1965
|
-
variant: {
|
|
1966
|
-
type: PropType<import('../../interfaces').MetaPanelTheme>;
|
|
1967
|
-
default: string;
|
|
1968
|
-
};
|
|
1969
|
-
resource: {
|
|
1970
|
-
type: PropType<import('../../interfaces').EduResourceCardObject>;
|
|
1971
|
-
required: true;
|
|
1972
|
-
default: undefined;
|
|
1973
|
-
};
|
|
1974
|
-
compact: {
|
|
1975
|
-
type: PropType<boolean>;
|
|
1976
|
-
default: boolean;
|
|
1977
|
-
};
|
|
1978
|
-
showTime: {
|
|
1979
|
-
type: PropType<boolean>;
|
|
1980
|
-
default: boolean;
|
|
1981
|
-
};
|
|
1982
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1983
|
-
variant: {
|
|
1984
|
-
type: PropType<import('../../interfaces').MetaPanelTheme>;
|
|
1985
|
-
default: string;
|
|
1986
|
-
};
|
|
1987
|
-
resource: {
|
|
1988
|
-
type: PropType<import('../../interfaces').EduResourceCardObject>;
|
|
1989
|
-
required: true;
|
|
1990
|
-
default: undefined;
|
|
1991
|
-
};
|
|
1992
|
-
compact: {
|
|
1993
|
-
type: PropType<boolean>;
|
|
1994
|
-
default: boolean;
|
|
1995
|
-
};
|
|
1996
|
-
showTime: {
|
|
1997
|
-
type: PropType<boolean>;
|
|
1998
|
-
default: boolean;
|
|
1999
|
-
};
|
|
2000
|
-
}>> & Readonly<{}>, {
|
|
2001
|
-
variant: import('../../interfaces').MetaPanelTheme;
|
|
1919
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1920
|
+
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<{}>, {
|
|
2002
1921
|
resource: import('../../interfaces').EduResourceCardObject;
|
|
1922
|
+
variant: import('../../interfaces').MetaPanelTheme;
|
|
2003
1923
|
compact: boolean;
|
|
2004
1924
|
showTime: boolean;
|
|
2005
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
2006
|
-
BlockLinkCardCollectionLg: import('vue').DefineComponent<import('vue').
|
|
2007
|
-
size: {
|
|
2008
|
-
type: PropType<string>;
|
|
2009
|
-
default: undefined;
|
|
2010
|
-
};
|
|
2011
|
-
headingLevel: {
|
|
2012
|
-
type: PropType<keyof {
|
|
2013
|
-
h1: string;
|
|
2014
|
-
h2: string;
|
|
2015
|
-
h3: string;
|
|
2016
|
-
h4: string;
|
|
2017
|
-
h5: string;
|
|
2018
|
-
h6: string;
|
|
2019
|
-
}>;
|
|
2020
|
-
default: undefined;
|
|
2021
|
-
};
|
|
2022
|
-
metadataAttrs: {
|
|
2023
|
-
type: PropType<any>;
|
|
2024
|
-
default: undefined;
|
|
2025
|
-
};
|
|
2026
|
-
theItem: {
|
|
2027
|
-
type: PropType<import('../../interfaces').EduResourceCardObject>;
|
|
2028
|
-
default: undefined;
|
|
2029
|
-
};
|
|
2030
|
-
metadataType: {
|
|
2031
|
-
type: PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
|
|
2032
|
-
default: undefined;
|
|
2033
|
-
};
|
|
2034
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2035
|
-
size: {
|
|
2036
|
-
type: PropType<string>;
|
|
2037
|
-
default: undefined;
|
|
2038
|
-
};
|
|
2039
|
-
headingLevel: {
|
|
2040
|
-
type: PropType<keyof {
|
|
2041
|
-
h1: string;
|
|
2042
|
-
h2: string;
|
|
2043
|
-
h3: string;
|
|
2044
|
-
h4: string;
|
|
2045
|
-
h5: string;
|
|
2046
|
-
h6: string;
|
|
2047
|
-
}>;
|
|
2048
|
-
default: undefined;
|
|
2049
|
-
};
|
|
2050
|
-
metadataAttrs: {
|
|
2051
|
-
type: PropType<any>;
|
|
2052
|
-
default: undefined;
|
|
2053
|
-
};
|
|
2054
|
-
theItem: {
|
|
2055
|
-
type: PropType<import('../../interfaces').EduResourceCardObject>;
|
|
2056
|
-
default: undefined;
|
|
2057
|
-
};
|
|
2058
|
-
metadataType: {
|
|
2059
|
-
type: PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
|
|
2060
|
-
default: undefined;
|
|
2061
|
-
};
|
|
2062
|
-
}>> & Readonly<{}>, {
|
|
1925
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1926
|
+
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<{}>, {
|
|
2063
1927
|
size: string;
|
|
2064
|
-
headingLevel: import('../BaseHeading/BaseHeading.vue').HeadingLevel;
|
|
2065
1928
|
metadataAttrs: any;
|
|
2066
1929
|
theItem: import('../../interfaces').EduResourceCardObject;
|
|
2067
1930
|
metadataType: import('../../interfaces').ContentTypeKey;
|
|
2068
|
-
|
|
1931
|
+
headingLevel: import('../BaseHeading/BaseHeading.vue').HeadingLevel;
|
|
1932
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
2069
1933
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2070
1934
|
BlockLinkTile: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2071
1935
|
data: {
|
|
@@ -2183,12 +2047,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2183
2047
|
required: false;
|
|
2184
2048
|
};
|
|
2185
2049
|
}>> & Readonly<{}>, {
|
|
2186
|
-
data: import('../../interfaces').Card | import('../../interfaces').EventCardObject;
|
|
2187
|
-
label: string;
|
|
2188
|
-
title: string;
|
|
2189
2050
|
startDate: string;
|
|
2190
2051
|
endDate: string;
|
|
2191
2052
|
url: string;
|
|
2053
|
+
title: string;
|
|
2054
|
+
data: import('../../interfaces').Card | import('../../interfaces').EventCardObject;
|
|
2055
|
+
label: string;
|
|
2192
2056
|
compact: boolean;
|
|
2193
2057
|
externalLink: string;
|
|
2194
2058
|
thumbnailImage: Record<string, any>;
|
|
@@ -2196,13 +2060,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2196
2060
|
IconArrow: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2197
2061
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2198
2062
|
variant: {
|
|
2199
|
-
type: PropType<"default" | "
|
|
2063
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
2200
2064
|
required: false;
|
|
2201
2065
|
default: string;
|
|
2202
2066
|
validator: (prop: string) => boolean;
|
|
2203
2067
|
};
|
|
2204
2068
|
to: {
|
|
2205
|
-
type: (
|
|
2069
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2206
2070
|
default: undefined;
|
|
2207
2071
|
};
|
|
2208
2072
|
exact: {
|
|
@@ -2213,6 +2077,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2213
2077
|
type: StringConstructor;
|
|
2214
2078
|
default: undefined;
|
|
2215
2079
|
};
|
|
2080
|
+
addSlash: {
|
|
2081
|
+
type: BooleanConstructor;
|
|
2082
|
+
default: boolean;
|
|
2083
|
+
};
|
|
2216
2084
|
title: {
|
|
2217
2085
|
type: StringConstructor;
|
|
2218
2086
|
default: undefined;
|
|
@@ -2299,13 +2167,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2299
2167
|
addTrailingSlash(path: string): string;
|
|
2300
2168
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2301
2169
|
variant: {
|
|
2302
|
-
type: PropType<"default" | "
|
|
2170
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
2303
2171
|
required: false;
|
|
2304
2172
|
default: string;
|
|
2305
2173
|
validator: (prop: string) => boolean;
|
|
2306
2174
|
};
|
|
2307
2175
|
to: {
|
|
2308
|
-
type: (
|
|
2176
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2309
2177
|
default: undefined;
|
|
2310
2178
|
};
|
|
2311
2179
|
exact: {
|
|
@@ -2316,6 +2184,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2316
2184
|
type: StringConstructor;
|
|
2317
2185
|
default: undefined;
|
|
2318
2186
|
};
|
|
2187
|
+
addSlash: {
|
|
2188
|
+
type: BooleanConstructor;
|
|
2189
|
+
default: boolean;
|
|
2190
|
+
};
|
|
2319
2191
|
title: {
|
|
2320
2192
|
type: StringConstructor;
|
|
2321
2193
|
default: undefined;
|
|
@@ -2375,14 +2247,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2375
2247
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2376
2248
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2377
2249
|
}>, {
|
|
2378
|
-
to: string | Record<string, any>;
|
|
2379
2250
|
title: string;
|
|
2380
|
-
variant: "default" | "
|
|
2381
|
-
|
|
2382
|
-
target: string;
|
|
2251
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
2252
|
+
to: string | Record<string, any>;
|
|
2383
2253
|
exact: boolean;
|
|
2254
|
+
href: string;
|
|
2255
|
+
addSlash: boolean;
|
|
2384
2256
|
ariaLabel: string;
|
|
2385
2257
|
linkClass: string;
|
|
2258
|
+
target: string;
|
|
2386
2259
|
externalTargetBlank: boolean;
|
|
2387
2260
|
caret: boolean;
|
|
2388
2261
|
caretWrapperClass: string;
|
|
@@ -2463,7 +2336,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2463
2336
|
default: string;
|
|
2464
2337
|
};
|
|
2465
2338
|
objectFitClass: {
|
|
2466
|
-
type: PropType<"
|
|
2339
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
2467
2340
|
required: false;
|
|
2468
2341
|
default: string;
|
|
2469
2342
|
validator: (prop: string) => boolean;
|
|
@@ -2505,7 +2378,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2505
2378
|
default: string;
|
|
2506
2379
|
};
|
|
2507
2380
|
objectFitClass: {
|
|
2508
|
-
type: PropType<"
|
|
2381
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
2509
2382
|
required: false;
|
|
2510
2383
|
default: string;
|
|
2511
2384
|
validator: (prop: string) => boolean;
|
|
@@ -2537,13 +2410,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2537
2410
|
default: string;
|
|
2538
2411
|
};
|
|
2539
2412
|
}>> & Readonly<{}>, {
|
|
2540
|
-
imageClass: string;
|
|
2541
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
2542
|
-
srcset: string;
|
|
2543
2413
|
alt: string;
|
|
2544
2414
|
width: string | number;
|
|
2545
2415
|
height: string | number;
|
|
2416
|
+
srcset: string;
|
|
2546
2417
|
loading: "lazy" | "eager" | undefined;
|
|
2418
|
+
imageClass: string;
|
|
2419
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
2547
2420
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2548
2421
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2549
2422
|
darkMode: {
|
|
@@ -2603,37 +2476,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2603
2476
|
responsiveAspectRatio: string;
|
|
2604
2477
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2605
2478
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2606
|
-
CalendarChip: import('vue').DefineComponent<import('vue').
|
|
2607
|
-
startDate: {
|
|
2608
|
-
type: PropType<string>;
|
|
2609
|
-
default: undefined;
|
|
2610
|
-
};
|
|
2611
|
-
endDate: {
|
|
2612
|
-
type: PropType<string>;
|
|
2613
|
-
default: undefined;
|
|
2614
|
-
};
|
|
2615
|
-
ongoing: {
|
|
2616
|
-
type: PropType<boolean>;
|
|
2617
|
-
default: boolean;
|
|
2618
|
-
};
|
|
2619
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2620
|
-
startDate: {
|
|
2621
|
-
type: PropType<string>;
|
|
2622
|
-
default: undefined;
|
|
2623
|
-
};
|
|
2624
|
-
endDate: {
|
|
2625
|
-
type: PropType<string>;
|
|
2626
|
-
default: undefined;
|
|
2627
|
-
};
|
|
2628
|
-
ongoing: {
|
|
2629
|
-
type: PropType<boolean>;
|
|
2630
|
-
default: boolean;
|
|
2631
|
-
};
|
|
2632
|
-
}>> & Readonly<{}>, {
|
|
2479
|
+
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<{}>, {
|
|
2633
2480
|
startDate: string;
|
|
2634
2481
|
endDate: string;
|
|
2635
2482
|
ongoing: boolean;
|
|
2636
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
2483
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
2637
2484
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2638
2485
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2639
2486
|
export default _default;
|