@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
|
@@ -77,7 +77,7 @@ export namespace Dark {
|
|
|
77
77
|
}, {}, {
|
|
78
78
|
BaseButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
79
79
|
variant: {
|
|
80
|
-
type: import("vue").PropType<"
|
|
80
|
+
type: import("vue").PropType<"primary" | "secondary" | "dark" | "social">;
|
|
81
81
|
required: false;
|
|
82
82
|
default: string;
|
|
83
83
|
validator: (prop: string) => boolean;
|
|
@@ -103,7 +103,7 @@ export namespace Dark {
|
|
|
103
103
|
required: false;
|
|
104
104
|
};
|
|
105
105
|
to: {
|
|
106
|
-
type: (
|
|
106
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
107
107
|
required: false;
|
|
108
108
|
default: undefined;
|
|
109
109
|
};
|
|
@@ -119,7 +119,7 @@ export namespace Dark {
|
|
|
119
119
|
variantClass(): string;
|
|
120
120
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
121
121
|
variant: {
|
|
122
|
-
type: import("vue").PropType<"
|
|
122
|
+
type: import("vue").PropType<"primary" | "secondary" | "dark" | "social">;
|
|
123
123
|
required: false;
|
|
124
124
|
default: string;
|
|
125
125
|
validator: (prop: string) => boolean;
|
|
@@ -145,7 +145,7 @@ export namespace Dark {
|
|
|
145
145
|
required: false;
|
|
146
146
|
};
|
|
147
147
|
to: {
|
|
148
|
-
type: (
|
|
148
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
149
149
|
required: false;
|
|
150
150
|
default: undefined;
|
|
151
151
|
};
|
|
@@ -157,13 +157,13 @@ export namespace Dark {
|
|
|
157
157
|
}>> & Readonly<{
|
|
158
158
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
159
159
|
}>, {
|
|
160
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
160
161
|
to: string | Record<string, any>;
|
|
161
|
-
disabled: boolean;
|
|
162
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
163
162
|
href: string;
|
|
164
163
|
ariaLabel: string;
|
|
165
164
|
compact: boolean;
|
|
166
165
|
blockClasses: string;
|
|
166
|
+
disabled: boolean;
|
|
167
167
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
168
168
|
IconSocialFacebook: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
169
169
|
IconSocialTwitter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -56,7 +56,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
56
56
|
}, {}, {
|
|
57
57
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
58
58
|
variant: {
|
|
59
|
-
type: import('vue').PropType<"
|
|
59
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
60
60
|
required: false;
|
|
61
61
|
default: string;
|
|
62
62
|
validator: (prop: string) => boolean;
|
|
@@ -82,7 +82,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
82
82
|
required: false;
|
|
83
83
|
};
|
|
84
84
|
to: {
|
|
85
|
-
type: (
|
|
85
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
86
86
|
required: false;
|
|
87
87
|
default: undefined;
|
|
88
88
|
};
|
|
@@ -98,7 +98,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
98
98
|
variantClass(): string;
|
|
99
99
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
100
100
|
variant: {
|
|
101
|
-
type: import('vue').PropType<"
|
|
101
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
102
102
|
required: false;
|
|
103
103
|
default: string;
|
|
104
104
|
validator: (prop: string) => boolean;
|
|
@@ -124,7 +124,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
124
124
|
required: false;
|
|
125
125
|
};
|
|
126
126
|
to: {
|
|
127
|
-
type: (
|
|
127
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
128
128
|
required: false;
|
|
129
129
|
default: undefined;
|
|
130
130
|
};
|
|
@@ -136,13 +136,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
136
136
|
}>> & Readonly<{
|
|
137
137
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
138
138
|
}>, {
|
|
139
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
139
140
|
to: string | Record<string, any>;
|
|
140
|
-
disabled: boolean;
|
|
141
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
142
141
|
href: string;
|
|
143
142
|
ariaLabel: string;
|
|
144
143
|
compact: boolean;
|
|
145
144
|
blockClasses: string;
|
|
145
|
+
disabled: boolean;
|
|
146
146
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
147
147
|
IconSocialFacebook: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
148
148
|
IconSocialTwitter: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ElasticSearchPage } from '../../interfaces';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
3
|
data: {
|
|
5
4
|
type: ObjectConstructor;
|
|
@@ -28,7 +27,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
28
27
|
default: undefined;
|
|
29
28
|
};
|
|
30
29
|
link: {
|
|
31
|
-
type: (
|
|
30
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
32
31
|
required: false;
|
|
33
32
|
default: undefined;
|
|
34
33
|
};
|
|
@@ -84,7 +83,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
84
83
|
default: undefined;
|
|
85
84
|
};
|
|
86
85
|
link: {
|
|
87
|
-
type: (
|
|
86
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
88
87
|
required: false;
|
|
89
88
|
default: undefined;
|
|
90
89
|
};
|
|
@@ -124,22 +123,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
124
123
|
link: string | Record<string, any>;
|
|
125
124
|
variant: "cards" | "tiles";
|
|
126
125
|
heading: string;
|
|
127
|
-
initialSlide: number;
|
|
128
|
-
slidesPerView: number;
|
|
129
126
|
indent: "col-1" | "col-2" | "col-3";
|
|
130
127
|
noLinks: boolean;
|
|
131
128
|
linkTitle: string;
|
|
129
|
+
slidesPerView: number;
|
|
132
130
|
center: boolean;
|
|
131
|
+
initialSlide: number;
|
|
133
132
|
}, {}, {
|
|
134
133
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
135
134
|
variant: {
|
|
136
|
-
type: import('vue').PropType<"default" | "
|
|
135
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
137
136
|
required: false;
|
|
138
137
|
default: string;
|
|
139
138
|
validator: (prop: string) => boolean;
|
|
140
139
|
};
|
|
141
140
|
to: {
|
|
142
|
-
type: (
|
|
141
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
143
142
|
default: undefined;
|
|
144
143
|
};
|
|
145
144
|
exact: {
|
|
@@ -150,6 +149,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
150
149
|
type: StringConstructor;
|
|
151
150
|
default: undefined;
|
|
152
151
|
};
|
|
152
|
+
addSlash: {
|
|
153
|
+
type: BooleanConstructor;
|
|
154
|
+
default: boolean;
|
|
155
|
+
};
|
|
153
156
|
title: {
|
|
154
157
|
type: StringConstructor;
|
|
155
158
|
default: undefined;
|
|
@@ -236,13 +239,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
236
239
|
addTrailingSlash(path: string): string;
|
|
237
240
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
238
241
|
variant: {
|
|
239
|
-
type: import('vue').PropType<"default" | "
|
|
242
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
240
243
|
required: false;
|
|
241
244
|
default: string;
|
|
242
245
|
validator: (prop: string) => boolean;
|
|
243
246
|
};
|
|
244
247
|
to: {
|
|
245
|
-
type: (
|
|
248
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
246
249
|
default: undefined;
|
|
247
250
|
};
|
|
248
251
|
exact: {
|
|
@@ -253,6 +256,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
253
256
|
type: StringConstructor;
|
|
254
257
|
default: undefined;
|
|
255
258
|
};
|
|
259
|
+
addSlash: {
|
|
260
|
+
type: BooleanConstructor;
|
|
261
|
+
default: boolean;
|
|
262
|
+
};
|
|
256
263
|
title: {
|
|
257
264
|
type: StringConstructor;
|
|
258
265
|
default: undefined;
|
|
@@ -312,14 +319,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
312
319
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
313
320
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
314
321
|
}>, {
|
|
315
|
-
to: string | Record<string, any>;
|
|
316
322
|
title: string;
|
|
317
|
-
variant: "default" | "
|
|
318
|
-
|
|
319
|
-
target: string;
|
|
323
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
324
|
+
to: string | Record<string, any>;
|
|
320
325
|
exact: boolean;
|
|
326
|
+
href: string;
|
|
327
|
+
addSlash: boolean;
|
|
321
328
|
ariaLabel: string;
|
|
322
329
|
linkClass: string;
|
|
330
|
+
target: string;
|
|
323
331
|
externalTargetBlank: boolean;
|
|
324
332
|
caret: boolean;
|
|
325
333
|
caretWrapperClass: string;
|
|
@@ -395,7 +403,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
395
403
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
396
404
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
397
405
|
variant: {
|
|
398
|
-
type: import('vue').PropType<"
|
|
406
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
399
407
|
required: false;
|
|
400
408
|
default: string;
|
|
401
409
|
validator: (prop: string) => boolean;
|
|
@@ -421,7 +429,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
421
429
|
required: false;
|
|
422
430
|
};
|
|
423
431
|
to: {
|
|
424
|
-
type: (
|
|
432
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
425
433
|
required: false;
|
|
426
434
|
default: undefined;
|
|
427
435
|
};
|
|
@@ -437,7 +445,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
437
445
|
variantClass(): string;
|
|
438
446
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
439
447
|
variant: {
|
|
440
|
-
type: import('vue').PropType<"
|
|
448
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
441
449
|
required: false;
|
|
442
450
|
default: string;
|
|
443
451
|
validator: (prop: string) => boolean;
|
|
@@ -463,7 +471,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
463
471
|
required: false;
|
|
464
472
|
};
|
|
465
473
|
to: {
|
|
466
|
-
type: (
|
|
474
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
467
475
|
required: false;
|
|
468
476
|
default: undefined;
|
|
469
477
|
};
|
|
@@ -475,13 +483,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
475
483
|
}>> & Readonly<{
|
|
476
484
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
477
485
|
}>, {
|
|
486
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
478
487
|
to: string | Record<string, any>;
|
|
479
|
-
disabled: boolean;
|
|
480
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
481
488
|
href: string;
|
|
482
489
|
ariaLabel: string;
|
|
483
490
|
compact: boolean;
|
|
484
491
|
blockClasses: string;
|
|
492
|
+
disabled: boolean;
|
|
485
493
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
486
494
|
IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
487
495
|
IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -745,9 +753,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
745
753
|
default: boolean;
|
|
746
754
|
};
|
|
747
755
|
}>> & Readonly<{}>, {
|
|
748
|
-
data: import('../../interfaces').Card;
|
|
749
|
-
label: string;
|
|
750
|
-
title: string;
|
|
751
756
|
startDate: string;
|
|
752
757
|
endDate: string;
|
|
753
758
|
startDatetime: string;
|
|
@@ -757,7 +762,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
757
762
|
location: string;
|
|
758
763
|
size: "sm" | "md" | "lg";
|
|
759
764
|
url: string;
|
|
765
|
+
title: string;
|
|
760
766
|
date: string;
|
|
767
|
+
data: import('../../interfaces').Card;
|
|
768
|
+
label: string;
|
|
761
769
|
headingLevel: keyof {
|
|
762
770
|
h1: string;
|
|
763
771
|
h2: string;
|
|
@@ -775,13 +783,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
775
783
|
IconExternal: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
776
784
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
777
785
|
variant: {
|
|
778
|
-
type: import('vue').PropType<"default" | "
|
|
786
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
779
787
|
required: false;
|
|
780
788
|
default: string;
|
|
781
789
|
validator: (prop: string) => boolean;
|
|
782
790
|
};
|
|
783
791
|
to: {
|
|
784
|
-
type: (
|
|
792
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
785
793
|
default: undefined;
|
|
786
794
|
};
|
|
787
795
|
exact: {
|
|
@@ -792,6 +800,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
792
800
|
type: StringConstructor;
|
|
793
801
|
default: undefined;
|
|
794
802
|
};
|
|
803
|
+
addSlash: {
|
|
804
|
+
type: BooleanConstructor;
|
|
805
|
+
default: boolean;
|
|
806
|
+
};
|
|
795
807
|
title: {
|
|
796
808
|
type: StringConstructor;
|
|
797
809
|
default: undefined;
|
|
@@ -878,13 +890,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
878
890
|
addTrailingSlash(path: string): string;
|
|
879
891
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
880
892
|
variant: {
|
|
881
|
-
type: import('vue').PropType<"default" | "
|
|
893
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
882
894
|
required: false;
|
|
883
895
|
default: string;
|
|
884
896
|
validator: (prop: string) => boolean;
|
|
885
897
|
};
|
|
886
898
|
to: {
|
|
887
|
-
type: (
|
|
899
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
888
900
|
default: undefined;
|
|
889
901
|
};
|
|
890
902
|
exact: {
|
|
@@ -895,6 +907,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
895
907
|
type: StringConstructor;
|
|
896
908
|
default: undefined;
|
|
897
909
|
};
|
|
910
|
+
addSlash: {
|
|
911
|
+
type: BooleanConstructor;
|
|
912
|
+
default: boolean;
|
|
913
|
+
};
|
|
898
914
|
title: {
|
|
899
915
|
type: StringConstructor;
|
|
900
916
|
default: undefined;
|
|
@@ -954,14 +970,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
954
970
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
955
971
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
956
972
|
}>, {
|
|
957
|
-
to: string | Record<string, any>;
|
|
958
973
|
title: string;
|
|
959
|
-
variant: "default" | "
|
|
960
|
-
|
|
961
|
-
target: string;
|
|
974
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
975
|
+
to: string | Record<string, any>;
|
|
962
976
|
exact: boolean;
|
|
977
|
+
href: string;
|
|
978
|
+
addSlash: boolean;
|
|
963
979
|
ariaLabel: string;
|
|
964
980
|
linkClass: string;
|
|
981
|
+
target: string;
|
|
965
982
|
externalTargetBlank: boolean;
|
|
966
983
|
caret: boolean;
|
|
967
984
|
caretWrapperClass: string;
|
|
@@ -1042,7 +1059,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1042
1059
|
default: string;
|
|
1043
1060
|
};
|
|
1044
1061
|
objectFitClass: {
|
|
1045
|
-
type: import('vue').PropType<"
|
|
1062
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1046
1063
|
required: false;
|
|
1047
1064
|
default: string;
|
|
1048
1065
|
validator: (prop: string) => boolean;
|
|
@@ -1084,7 +1101,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1084
1101
|
default: string;
|
|
1085
1102
|
};
|
|
1086
1103
|
objectFitClass: {
|
|
1087
|
-
type: import('vue').PropType<"
|
|
1104
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
1088
1105
|
required: false;
|
|
1089
1106
|
default: string;
|
|
1090
1107
|
validator: (prop: string) => boolean;
|
|
@@ -1116,13 +1133,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1116
1133
|
default: string;
|
|
1117
1134
|
};
|
|
1118
1135
|
}>> & Readonly<{}>, {
|
|
1119
|
-
imageClass: string;
|
|
1120
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
1121
|
-
srcset: string;
|
|
1122
1136
|
alt: string;
|
|
1123
1137
|
width: string | number;
|
|
1124
1138
|
height: string | number;
|
|
1139
|
+
srcset: string;
|
|
1125
1140
|
loading: "lazy" | "eager" | undefined;
|
|
1141
|
+
imageClass: string;
|
|
1142
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
1126
1143
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1127
1144
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1128
1145
|
darkMode: {
|
|
@@ -1187,7 +1204,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1187
1204
|
default: undefined;
|
|
1188
1205
|
};
|
|
1189
1206
|
variant: {
|
|
1190
|
-
type: () => "
|
|
1207
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
1191
1208
|
default: string;
|
|
1192
1209
|
};
|
|
1193
1210
|
size: {
|
|
@@ -1204,7 +1221,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1204
1221
|
default: undefined;
|
|
1205
1222
|
};
|
|
1206
1223
|
variant: {
|
|
1207
|
-
type: () => "
|
|
1224
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
1208
1225
|
default: string;
|
|
1209
1226
|
};
|
|
1210
1227
|
size: {
|
|
@@ -1216,198 +1233,36 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1216
1233
|
default: undefined;
|
|
1217
1234
|
};
|
|
1218
1235
|
}>> & Readonly<{}>, {
|
|
1219
|
-
text: string;
|
|
1220
|
-
variant: "secondary" | "primary" | "primary-inverted" | "action";
|
|
1221
1236
|
size: "sm" | "md" | "lg";
|
|
1237
|
+
text: string;
|
|
1238
|
+
variant: "primary" | "primary-inverted" | "secondary" | "action";
|
|
1222
1239
|
contentType: "EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage";
|
|
1223
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1224
|
-
CalendarChip: import('vue').DefineComponent<import('vue').
|
|
1225
|
-
startDate: {
|
|
1226
|
-
type: import('vue').PropType<string>;
|
|
1227
|
-
default: undefined;
|
|
1228
|
-
};
|
|
1229
|
-
endDate: {
|
|
1230
|
-
type: import('vue').PropType<string>;
|
|
1231
|
-
default: undefined;
|
|
1232
|
-
};
|
|
1233
|
-
ongoing: {
|
|
1234
|
-
type: import('vue').PropType<boolean>;
|
|
1235
|
-
default: boolean;
|
|
1236
|
-
};
|
|
1237
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1238
|
-
startDate: {
|
|
1239
|
-
type: import('vue').PropType<string>;
|
|
1240
|
-
default: undefined;
|
|
1241
|
-
};
|
|
1242
|
-
endDate: {
|
|
1243
|
-
type: import('vue').PropType<string>;
|
|
1244
|
-
default: undefined;
|
|
1245
|
-
};
|
|
1246
|
-
ongoing: {
|
|
1247
|
-
type: import('vue').PropType<boolean>;
|
|
1248
|
-
default: boolean;
|
|
1249
|
-
};
|
|
1250
|
-
}>> & Readonly<{}>, {
|
|
1240
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLParagraphElement>;
|
|
1241
|
+
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<{}>, {
|
|
1251
1242
|
startDate: string;
|
|
1252
1243
|
endDate: string;
|
|
1253
1244
|
ongoing: boolean;
|
|
1254
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
1255
|
-
MetadataEvent: import('vue').DefineComponent<import('vue').
|
|
1256
|
-
event: {
|
|
1257
|
-
type: import('vue').PropType<import('../../interfaces').EventCardObject>;
|
|
1258
|
-
required: true;
|
|
1259
|
-
default: undefined;
|
|
1260
|
-
};
|
|
1261
|
-
compact: {
|
|
1262
|
-
type: import('vue').PropType<boolean>;
|
|
1263
|
-
default: boolean;
|
|
1264
|
-
};
|
|
1265
|
-
showTime: {
|
|
1266
|
-
type: import('vue').PropType<boolean>;
|
|
1267
|
-
default: boolean;
|
|
1268
|
-
};
|
|
1269
|
-
allowBreak: {
|
|
1270
|
-
type: import('vue').PropType<boolean>;
|
|
1271
|
-
default: boolean;
|
|
1272
|
-
};
|
|
1273
|
-
showLocation: {
|
|
1274
|
-
type: import('vue').PropType<boolean>;
|
|
1275
|
-
default: boolean;
|
|
1276
|
-
};
|
|
1277
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1278
|
-
event: {
|
|
1279
|
-
type: import('vue').PropType<import('../../interfaces').EventCardObject>;
|
|
1280
|
-
required: true;
|
|
1281
|
-
default: undefined;
|
|
1282
|
-
};
|
|
1283
|
-
compact: {
|
|
1284
|
-
type: import('vue').PropType<boolean>;
|
|
1285
|
-
default: boolean;
|
|
1286
|
-
};
|
|
1287
|
-
showTime: {
|
|
1288
|
-
type: import('vue').PropType<boolean>;
|
|
1289
|
-
default: boolean;
|
|
1290
|
-
};
|
|
1291
|
-
allowBreak: {
|
|
1292
|
-
type: import('vue').PropType<boolean>;
|
|
1293
|
-
default: boolean;
|
|
1294
|
-
};
|
|
1295
|
-
showLocation: {
|
|
1296
|
-
type: import('vue').PropType<boolean>;
|
|
1297
|
-
default: boolean;
|
|
1298
|
-
};
|
|
1299
|
-
}>> & Readonly<{}>, {
|
|
1245
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
1246
|
+
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<{}>, {
|
|
1300
1247
|
event: import('../../interfaces').EventCardObject;
|
|
1301
1248
|
compact: boolean;
|
|
1302
1249
|
showTime: boolean;
|
|
1303
1250
|
allowBreak: boolean;
|
|
1304
1251
|
showLocation: boolean;
|
|
1305
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
1306
|
-
MetadataEduResource: import('vue').DefineComponent<import('vue').
|
|
1307
|
-
variant: {
|
|
1308
|
-
type: import('vue').PropType<import('../../interfaces').MetaPanelTheme>;
|
|
1309
|
-
default: string;
|
|
1310
|
-
};
|
|
1311
|
-
resource: {
|
|
1312
|
-
type: import('vue').PropType<import('../../interfaces').EduResourceCardObject>;
|
|
1313
|
-
required: true;
|
|
1314
|
-
default: undefined;
|
|
1315
|
-
};
|
|
1316
|
-
compact: {
|
|
1317
|
-
type: import('vue').PropType<boolean>;
|
|
1318
|
-
default: boolean;
|
|
1319
|
-
};
|
|
1320
|
-
showTime: {
|
|
1321
|
-
type: import('vue').PropType<boolean>;
|
|
1322
|
-
default: boolean;
|
|
1323
|
-
};
|
|
1324
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1325
|
-
variant: {
|
|
1326
|
-
type: import('vue').PropType<import('../../interfaces').MetaPanelTheme>;
|
|
1327
|
-
default: string;
|
|
1328
|
-
};
|
|
1329
|
-
resource: {
|
|
1330
|
-
type: import('vue').PropType<import('../../interfaces').EduResourceCardObject>;
|
|
1331
|
-
required: true;
|
|
1332
|
-
default: undefined;
|
|
1333
|
-
};
|
|
1334
|
-
compact: {
|
|
1335
|
-
type: import('vue').PropType<boolean>;
|
|
1336
|
-
default: boolean;
|
|
1337
|
-
};
|
|
1338
|
-
showTime: {
|
|
1339
|
-
type: import('vue').PropType<boolean>;
|
|
1340
|
-
default: boolean;
|
|
1341
|
-
};
|
|
1342
|
-
}>> & Readonly<{}>, {
|
|
1343
|
-
variant: import('../../interfaces').MetaPanelTheme;
|
|
1252
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1253
|
+
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<{}>, {
|
|
1344
1254
|
resource: import('../../interfaces').EduResourceCardObject;
|
|
1255
|
+
variant: import('../../interfaces').MetaPanelTheme;
|
|
1345
1256
|
compact: boolean;
|
|
1346
1257
|
showTime: boolean;
|
|
1347
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
1348
|
-
BlockLinkCardCollectionLg: import('vue').DefineComponent<import('vue').
|
|
1349
|
-
size: {
|
|
1350
|
-
type: import('vue').PropType<string>;
|
|
1351
|
-
default: undefined;
|
|
1352
|
-
};
|
|
1353
|
-
headingLevel: {
|
|
1354
|
-
type: import('vue').PropType<keyof {
|
|
1355
|
-
h1: string;
|
|
1356
|
-
h2: string;
|
|
1357
|
-
h3: string;
|
|
1358
|
-
h4: string;
|
|
1359
|
-
h5: string;
|
|
1360
|
-
h6: string;
|
|
1361
|
-
}>;
|
|
1362
|
-
default: undefined;
|
|
1363
|
-
};
|
|
1364
|
-
metadataAttrs: {
|
|
1365
|
-
type: import('vue').PropType<any>;
|
|
1366
|
-
default: undefined;
|
|
1367
|
-
};
|
|
1368
|
-
theItem: {
|
|
1369
|
-
type: import('vue').PropType<import('../../interfaces').EduResourceCardObject>;
|
|
1370
|
-
default: undefined;
|
|
1371
|
-
};
|
|
1372
|
-
metadataType: {
|
|
1373
|
-
type: import('vue').PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
|
|
1374
|
-
default: undefined;
|
|
1375
|
-
};
|
|
1376
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1377
|
-
size: {
|
|
1378
|
-
type: import('vue').PropType<string>;
|
|
1379
|
-
default: undefined;
|
|
1380
|
-
};
|
|
1381
|
-
headingLevel: {
|
|
1382
|
-
type: import('vue').PropType<keyof {
|
|
1383
|
-
h1: string;
|
|
1384
|
-
h2: string;
|
|
1385
|
-
h3: string;
|
|
1386
|
-
h4: string;
|
|
1387
|
-
h5: string;
|
|
1388
|
-
h6: string;
|
|
1389
|
-
}>;
|
|
1390
|
-
default: undefined;
|
|
1391
|
-
};
|
|
1392
|
-
metadataAttrs: {
|
|
1393
|
-
type: import('vue').PropType<any>;
|
|
1394
|
-
default: undefined;
|
|
1395
|
-
};
|
|
1396
|
-
theItem: {
|
|
1397
|
-
type: import('vue').PropType<import('../../interfaces').EduResourceCardObject>;
|
|
1398
|
-
default: undefined;
|
|
1399
|
-
};
|
|
1400
|
-
metadataType: {
|
|
1401
|
-
type: import('vue').PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
|
|
1402
|
-
default: undefined;
|
|
1403
|
-
};
|
|
1404
|
-
}>> & Readonly<{}>, {
|
|
1258
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1259
|
+
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<{}>, {
|
|
1405
1260
|
size: string;
|
|
1406
|
-
headingLevel: import('../BaseHeading/BaseHeading.vue').HeadingLevel;
|
|
1407
1261
|
metadataAttrs: any;
|
|
1408
1262
|
theItem: import('../../interfaces').EduResourceCardObject;
|
|
1409
1263
|
metadataType: import('../../interfaces').ContentTypeKey;
|
|
1410
|
-
|
|
1264
|
+
headingLevel: import('../BaseHeading/BaseHeading.vue').HeadingLevel;
|
|
1265
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
1411
1266
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1412
1267
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1413
1268
|
export default _default;
|