@explorer-1/vue 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/components.d.ts +4 -0
- package/dist/explorer-1-vue.css +1 -0
- package/dist/explorer-1-vue.d.ts +1 -1
- package/dist/explorer-1-vue.js +39784 -31438
- package/dist/explorer-1-vue.umd.cjs +58 -66
- package/dist/src/App.vue.d.ts +2 -0
- package/dist/src/components/AboutTheAuthor/AboutTheAuthor.vue.d.ts +27 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +17 -9
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +6 -6
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +6 -7
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +48 -43
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +6 -6
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +4 -5
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +0 -1
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +5 -5
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +3 -4
- package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +13 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +17 -9
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +0 -1
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +17 -7
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +42 -42
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +6 -6
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +6 -6
- package/dist/src/components/BasePill/BasePill.vue.d.ts +6 -7
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +2 -2
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +0 -1
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +0 -1
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +0 -1
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +3 -25
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +6 -7
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +51 -34
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +24 -16
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +7 -8
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +5 -5
- package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +23 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.vue.d.ts +7 -28
- package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +4 -23
- package/dist/src/components/BlockCsrTable/CsrTestLimits.vue.d.ts +2 -24
- package/dist/src/components/BlockCsrTable/CsrTestLimitsTable.vue.d.ts +6 -24
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +6 -7
- package/dist/src/components/BlockDialog/BlockDialog.vue.d.ts +57 -0
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +4 -12
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +1 -1
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +0 -1
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +17 -9
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +282 -174
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +47 -30
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +23 -15
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +23 -15
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +28 -20
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +22 -14
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +17 -9
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +33 -25
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +22 -14
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +4 -5
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +24 -16
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +40 -194
- package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +4 -34
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +2 -24
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +92 -227
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +92 -228
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +25 -17
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +22 -14
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue.d.ts +18 -111
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +85 -40
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +17 -9
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +19 -11
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +19 -10
- package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +23 -15
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +46 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +475 -622
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +14 -14
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +17 -9
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +17 -9
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +7 -8
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +3 -28
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +24 -16
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +17 -9
- package/dist/src/components/EduSubjectIcon/EduSubjectIcon.vue.d.ts +2 -23
- package/dist/src/components/EventCard/EventCard.vue.d.ts +26 -88
- package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +6 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +8 -35
- package/dist/src/components/FormContact/FormContact.stories.d.ts +31 -193
- package/dist/src/components/FormContact/FormContact.vue.d.ts +31 -193
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +19 -111
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +19 -111
- package/dist/src/components/HeroInlineMedia/HeroInlineMedia.vue.d.ts +3 -27
- package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +81 -8
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +7 -8
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +22 -14
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +19 -11
- package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +32 -5
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +22 -14
- package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +39 -11
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +34 -17
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +17 -9
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +11 -12
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +17 -8
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +40 -23
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +17 -8
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +264 -156
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +44 -27
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +27 -18
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +5 -5
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +5 -5
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +1 -1
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +7 -7
- package/dist/src/components/MetaPanel/MetaPanel.vue.d.ts +42 -0
- package/dist/src/components/MetaPanelAccordion/MetaPanelAccordion.vue.d.ts +8 -0
- package/dist/src/components/MetaPanelItems/MetaPanelItems.vue.d.ts +17 -0
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +4 -32
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +3 -33
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +7 -8
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +22 -14
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +33 -33
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +13 -14
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +61 -35
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +54 -36
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +27 -19
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +0 -1
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +0 -1
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +525 -318
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +158 -105
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +1 -1
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +56 -29
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +79 -43
- package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +297 -0
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +97 -70
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +1753 -0
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +1 -1
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +17 -8
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +22 -13
- package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +3 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +856 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +291 -0
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +34 -17
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +17 -8
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +17 -8
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +428 -281
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +99 -72
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +38 -21
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +297 -213
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +17 -9
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +18 -9
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +4 -27
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +39 -22
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +22 -13
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +17 -8
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +17 -9
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +6 -6
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +6 -6
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +0 -1
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +67 -212
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +22 -14
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +118 -271
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +0 -1
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +0 -1
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +5 -29
- package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +12 -27
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +21 -57
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +6 -6
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +115 -312
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +90 -252
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +210 -568
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +6 -6
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +2 -11
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +6 -6
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +421 -0
- package/dist/src/components/TextArea/TextArea.vue.d.ts +24 -82
- package/dist/src/components/TextInput/TextInput.vue.d.ts +27 -104
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +29 -21
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +117 -270
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +39 -21
- package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +925 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +59 -42
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +32 -24
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +16 -16
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +28 -19
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +28 -20
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +22 -14
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +70 -44
- package/dist/src/docs/foundation/DynamicTokens.vue.d.ts +2 -0
- package/dist/src/docs/foundation/FontVariants.vue.d.ts +2 -0
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +4 -4
- package/dist/src/docs/utils/ColorRow.d.ts +6 -0
- package/dist/src/interfaces.d.ts +0 -1
- package/dist/src/main.d.ts +0 -1
- package/dist/src/store/theme.d.ts +0 -1
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +6188 -0
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +756 -1262
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +638 -972
- package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +17037 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +638 -912
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +3017 -0
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +877 -0
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +14610 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +15515 -0
- package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduHome/PageEduHome.vue.d.ts +15 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +909 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLessonSection.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.vue.d.ts +24 -0
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +881 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +894 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue.d.ts +20 -0
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +871 -0
- package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.vue.d.ts +7 -0
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +14087 -0
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +13853 -0
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +3422 -0
- package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +5997 -0
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +963 -0
- package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.vue.d.ts +181 -0
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +4792 -0
- package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +7977 -0
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +5783 -0
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +3495 -0
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +1135 -0
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +17 -2
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +14868 -0
- package/dist/src/templates/www/PageTimeline/BlockMilestone.vue.d.ts +326 -0
- package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +2418 -0
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +6277 -0
- package/dist/src/utils/anchorizeBlock.d.ts +0 -1
- package/dist/src/utils/anchorizeStreamfield.d.ts +0 -1
- package/dist/src/utils/mixins.d.ts +0 -1
- package/dist/src/utils/rangeifyGrades.d.ts +0 -1
- package/package.json +2 -2
- package/src/components/BlockCsrTable/BlockCsrTable.vue +4 -31
- package/src/components/BlockCsrTable/{CsrTestLimits.vue → CsrDetails.vue} +4 -5
- package/src/components/HomepageStats/HomepageStats.vue +1 -1
- package/src/components/NavDesktop/NavDesktopDropdown.vue +1 -1
- package/src/components/NavLinkList/NavLinkList.vue +1 -1
- package/dist/style.css +0 -1
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-Bold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBoldItalic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Regular.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hair It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hairline.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlack.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text.otf +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Bold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-ExtraBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Medium.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-MediumItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Regular.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-RegularItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBoldItalic.woff2 +0 -0
- package/src/components/BlockCsrTable/CsrAttachment.vue +0 -40
|
@@ -45,7 +45,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
45
45
|
};
|
|
46
46
|
/** Option to pass a page data object as an object or as a single item in an array (for better compatibility with CMS mixed use) */
|
|
47
47
|
teaserPage: {
|
|
48
|
-
type: (
|
|
48
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
49
49
|
required: false;
|
|
50
50
|
default: undefined;
|
|
51
51
|
};
|
|
@@ -109,13 +109,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
109
109
|
};
|
|
110
110
|
/** Option to pass a page data object as an object or as a single item in an array (for better compatibility with CMS mixed use) */
|
|
111
111
|
teaserPage: {
|
|
112
|
-
type: (
|
|
112
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
113
113
|
required: false;
|
|
114
114
|
default: undefined;
|
|
115
115
|
};
|
|
116
116
|
}>> & Readonly<{}>, {
|
|
117
|
-
label: string;
|
|
118
117
|
image: Record<string, any>;
|
|
118
|
+
label: string;
|
|
119
119
|
heading: string;
|
|
120
120
|
introduction: string;
|
|
121
121
|
teaserPage: Record<string, any> | unknown[];
|
|
@@ -124,7 +124,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
124
124
|
}, {}, {
|
|
125
125
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
126
126
|
variant: {
|
|
127
|
-
type: import('vue').PropType<"
|
|
127
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
128
128
|
required: false;
|
|
129
129
|
default: string;
|
|
130
130
|
validator: (prop: string) => boolean;
|
|
@@ -150,7 +150,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
150
150
|
required: false;
|
|
151
151
|
};
|
|
152
152
|
to: {
|
|
153
|
-
type: (
|
|
153
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
154
154
|
required: false;
|
|
155
155
|
default: undefined;
|
|
156
156
|
};
|
|
@@ -166,7 +166,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
166
166
|
variantClass(): string;
|
|
167
167
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
168
168
|
variant: {
|
|
169
|
-
type: import('vue').PropType<"
|
|
169
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
170
170
|
required: false;
|
|
171
171
|
default: string;
|
|
172
172
|
validator: (prop: string) => boolean;
|
|
@@ -192,7 +192,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
192
192
|
required: false;
|
|
193
193
|
};
|
|
194
194
|
to: {
|
|
195
|
-
type: (
|
|
195
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
196
196
|
required: false;
|
|
197
197
|
default: undefined;
|
|
198
198
|
};
|
|
@@ -204,13 +204,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
204
204
|
}>> & Readonly<{
|
|
205
205
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
206
206
|
}>, {
|
|
207
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
207
208
|
to: string | Record<string, any>;
|
|
208
|
-
disabled: boolean;
|
|
209
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
210
209
|
href: string;
|
|
211
210
|
ariaLabel: string;
|
|
212
211
|
compact: boolean;
|
|
213
212
|
blockClasses: string;
|
|
213
|
+
disabled: boolean;
|
|
214
214
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
215
215
|
BaseImage: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
216
216
|
imageClass: {
|
|
@@ -219,7 +219,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
219
219
|
default: string;
|
|
220
220
|
};
|
|
221
221
|
objectFitClass: {
|
|
222
|
-
type: import('vue').PropType<"
|
|
222
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
223
223
|
required: false;
|
|
224
224
|
default: string;
|
|
225
225
|
validator: (prop: string) => boolean;
|
|
@@ -261,7 +261,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
261
261
|
default: string;
|
|
262
262
|
};
|
|
263
263
|
objectFitClass: {
|
|
264
|
-
type: import('vue').PropType<"
|
|
264
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
265
265
|
required: false;
|
|
266
266
|
default: string;
|
|
267
267
|
validator: (prop: string) => boolean;
|
|
@@ -293,13 +293,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
293
293
|
default: string;
|
|
294
294
|
};
|
|
295
295
|
}>> & Readonly<{}>, {
|
|
296
|
-
imageClass: string;
|
|
297
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
298
|
-
srcset: string;
|
|
299
296
|
alt: string;
|
|
300
297
|
width: string | number;
|
|
301
298
|
height: string | number;
|
|
299
|
+
srcset: string;
|
|
302
300
|
loading: "lazy" | "eager" | undefined;
|
|
301
|
+
imageClass: string;
|
|
302
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
303
303
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
304
304
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
305
305
|
export default _default;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { BlockData, VideoObject } from './../../interfaces.ts';
|
|
3
|
-
|
|
4
3
|
export type BlockVideoData = BlockData & {
|
|
5
4
|
video: VideoObject;
|
|
6
5
|
autoplay: boolean;
|
|
@@ -169,13 +168,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
169
168
|
}, {}, {
|
|
170
169
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
171
170
|
variant: {
|
|
172
|
-
type: PropType<"default" | "
|
|
171
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
173
172
|
required: false;
|
|
174
173
|
default: string;
|
|
175
174
|
validator: (prop: string) => boolean;
|
|
176
175
|
};
|
|
177
176
|
to: {
|
|
178
|
-
type: (
|
|
177
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
179
178
|
default: undefined;
|
|
180
179
|
};
|
|
181
180
|
exact: {
|
|
@@ -186,6 +185,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
186
185
|
type: StringConstructor;
|
|
187
186
|
default: undefined;
|
|
188
187
|
};
|
|
188
|
+
addSlash: {
|
|
189
|
+
type: BooleanConstructor;
|
|
190
|
+
default: boolean;
|
|
191
|
+
};
|
|
189
192
|
title: {
|
|
190
193
|
type: StringConstructor;
|
|
191
194
|
default: undefined;
|
|
@@ -272,13 +275,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
272
275
|
addTrailingSlash(path: string): string;
|
|
273
276
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
274
277
|
variant: {
|
|
275
|
-
type: PropType<"default" | "
|
|
278
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
276
279
|
required: false;
|
|
277
280
|
default: string;
|
|
278
281
|
validator: (prop: string) => boolean;
|
|
279
282
|
};
|
|
280
283
|
to: {
|
|
281
|
-
type: (
|
|
284
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
282
285
|
default: undefined;
|
|
283
286
|
};
|
|
284
287
|
exact: {
|
|
@@ -289,6 +292,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
289
292
|
type: StringConstructor;
|
|
290
293
|
default: undefined;
|
|
291
294
|
};
|
|
295
|
+
addSlash: {
|
|
296
|
+
type: BooleanConstructor;
|
|
297
|
+
default: boolean;
|
|
298
|
+
};
|
|
292
299
|
title: {
|
|
293
300
|
type: StringConstructor;
|
|
294
301
|
default: undefined;
|
|
@@ -348,14 +355,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
348
355
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
349
356
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
350
357
|
}>, {
|
|
351
|
-
to: string | Record<string, any>;
|
|
352
358
|
title: string;
|
|
353
|
-
variant: "default" | "
|
|
354
|
-
|
|
355
|
-
target: string;
|
|
359
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
360
|
+
to: string | Record<string, any>;
|
|
356
361
|
exact: boolean;
|
|
362
|
+
href: string;
|
|
363
|
+
addSlash: boolean;
|
|
357
364
|
ariaLabel: string;
|
|
358
365
|
linkClass: string;
|
|
366
|
+
target: string;
|
|
359
367
|
externalTargetBlank: boolean;
|
|
360
368
|
caret: boolean;
|
|
361
369
|
caretWrapperClass: string;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { BlockData } from './../../interfaces';
|
|
3
|
-
|
|
4
3
|
export type BlockVideoEmbedData = BlockData & {
|
|
5
4
|
heading: string;
|
|
6
5
|
display?: boolean;
|
|
@@ -130,13 +129,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
130
129
|
}, {}, {
|
|
131
130
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
132
131
|
variant: {
|
|
133
|
-
type: PropType<"default" | "
|
|
132
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
134
133
|
required: false;
|
|
135
134
|
default: string;
|
|
136
135
|
validator: (prop: string) => boolean;
|
|
137
136
|
};
|
|
138
137
|
to: {
|
|
139
|
-
type: (
|
|
138
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
140
139
|
default: undefined;
|
|
141
140
|
};
|
|
142
141
|
exact: {
|
|
@@ -147,6 +146,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
147
146
|
type: StringConstructor;
|
|
148
147
|
default: undefined;
|
|
149
148
|
};
|
|
149
|
+
addSlash: {
|
|
150
|
+
type: BooleanConstructor;
|
|
151
|
+
default: boolean;
|
|
152
|
+
};
|
|
150
153
|
title: {
|
|
151
154
|
type: StringConstructor;
|
|
152
155
|
default: undefined;
|
|
@@ -233,13 +236,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
233
236
|
addTrailingSlash(path: string): string;
|
|
234
237
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
235
238
|
variant: {
|
|
236
|
-
type: PropType<"default" | "
|
|
239
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
237
240
|
required: false;
|
|
238
241
|
default: string;
|
|
239
242
|
validator: (prop: string) => boolean;
|
|
240
243
|
};
|
|
241
244
|
to: {
|
|
242
|
-
type: (
|
|
245
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
243
246
|
default: undefined;
|
|
244
247
|
};
|
|
245
248
|
exact: {
|
|
@@ -250,6 +253,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
250
253
|
type: StringConstructor;
|
|
251
254
|
default: undefined;
|
|
252
255
|
};
|
|
256
|
+
addSlash: {
|
|
257
|
+
type: BooleanConstructor;
|
|
258
|
+
default: boolean;
|
|
259
|
+
};
|
|
253
260
|
title: {
|
|
254
261
|
type: StringConstructor;
|
|
255
262
|
default: undefined;
|
|
@@ -309,14 +316,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
309
316
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
310
317
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
311
318
|
}>, {
|
|
312
|
-
to: string | Record<string, any>;
|
|
313
319
|
title: string;
|
|
314
|
-
variant: "default" | "
|
|
315
|
-
|
|
316
|
-
target: string;
|
|
320
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
321
|
+
to: string | Record<string, any>;
|
|
317
322
|
exact: boolean;
|
|
323
|
+
href: string;
|
|
324
|
+
addSlash: boolean;
|
|
318
325
|
ariaLabel: string;
|
|
319
326
|
linkClass: string;
|
|
327
|
+
target: string;
|
|
320
328
|
externalTargetBlank: boolean;
|
|
321
329
|
caret: boolean;
|
|
322
330
|
caretWrapperClass: string;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { CalendarOptions } from 'datebook';
|
|
2
|
-
|
|
3
2
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
3
|
/** Used to generate ICS file */
|
|
5
4
|
isAllDay: {
|
|
@@ -91,17 +90,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
91
90
|
default: undefined;
|
|
92
91
|
};
|
|
93
92
|
}>> & Readonly<{}>, {
|
|
94
|
-
title: string;
|
|
95
93
|
startDate: string;
|
|
96
94
|
startDatetime: string;
|
|
97
95
|
endDatetime: string;
|
|
98
96
|
location: string;
|
|
97
|
+
title: string;
|
|
99
98
|
description: string;
|
|
100
99
|
isAllDay: boolean;
|
|
101
100
|
}, {}, {
|
|
102
101
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
103
102
|
variant: {
|
|
104
|
-
type: import('vue').PropType<"
|
|
103
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
105
104
|
required: false;
|
|
106
105
|
default: string;
|
|
107
106
|
validator: (prop: string) => boolean;
|
|
@@ -127,7 +126,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
127
126
|
required: false;
|
|
128
127
|
};
|
|
129
128
|
to: {
|
|
130
|
-
type: (
|
|
129
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
131
130
|
required: false;
|
|
132
131
|
default: undefined;
|
|
133
132
|
};
|
|
@@ -143,7 +142,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
143
142
|
variantClass(): string;
|
|
144
143
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
145
144
|
variant: {
|
|
146
|
-
type: import('vue').PropType<"
|
|
145
|
+
type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
|
|
147
146
|
required: false;
|
|
148
147
|
default: string;
|
|
149
148
|
validator: (prop: string) => boolean;
|
|
@@ -169,7 +168,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
169
168
|
required: false;
|
|
170
169
|
};
|
|
171
170
|
to: {
|
|
172
|
-
type: (
|
|
171
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
173
172
|
required: false;
|
|
174
173
|
default: undefined;
|
|
175
174
|
};
|
|
@@ -181,13 +180,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
181
180
|
}>> & Readonly<{
|
|
182
181
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
183
182
|
}>, {
|
|
183
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
184
184
|
to: string | Record<string, any>;
|
|
185
|
-
disabled: boolean;
|
|
186
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
187
185
|
href: string;
|
|
188
186
|
ariaLabel: string;
|
|
189
187
|
compact: boolean;
|
|
190
188
|
blockClasses: string;
|
|
189
|
+
disabled: boolean;
|
|
191
190
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
192
191
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
193
192
|
export default _default;
|
|
@@ -1,36 +1,11 @@
|
|
|
1
|
-
interface CalendarChipProps {
|
|
1
|
+
export interface CalendarChipProps {
|
|
2
2
|
startDate?: string;
|
|
3
3
|
endDate?: string;
|
|
4
4
|
ongoing?: boolean;
|
|
5
5
|
}
|
|
6
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
7
|
-
startDate: undefined;
|
|
8
|
-
endDate: undefined;
|
|
9
|
-
ongoing: boolean;
|
|
10
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CalendarChipProps>, {
|
|
11
|
-
startDate: undefined;
|
|
12
|
-
endDate: undefined;
|
|
13
|
-
ongoing: boolean;
|
|
14
|
-
}>>> & Readonly<{}>, {
|
|
6
|
+
declare const _default: import('vue').DefineComponent<CalendarChipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<CalendarChipProps> & Readonly<{}>, {
|
|
15
7
|
startDate: string;
|
|
16
8
|
endDate: string;
|
|
17
9
|
ongoing: boolean;
|
|
18
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
10
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
11
|
export default _default;
|
|
20
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
22
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
23
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
24
|
-
} : {
|
|
25
|
-
type: import('vue').PropType<T[K]>;
|
|
26
|
-
required: true;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
type __VLS_WithDefaults<P, D> = {
|
|
30
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
31
|
-
default: D[K];
|
|
32
|
-
}> : P[K];
|
|
33
|
-
};
|
|
34
|
-
type __VLS_Prettify<T> = {
|
|
35
|
-
[K in keyof T]: T[K];
|
|
36
|
-
} & {};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { Topic, AuthorObject } from './../../interfaces';
|
|
3
|
-
|
|
4
3
|
export declare const pillColorVariants: readonly ["primary", "secondary", "action", "primary-inverted"];
|
|
5
4
|
export type PillColorVariant = (typeof pillColorVariants)[number];
|
|
6
5
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -163,8 +162,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
163
162
|
default: boolean;
|
|
164
163
|
};
|
|
165
164
|
}>> & Readonly<{}>, {
|
|
166
|
-
label: string;
|
|
167
165
|
title: string;
|
|
166
|
+
label: string;
|
|
168
167
|
author: AuthorObject | {
|
|
169
168
|
author: AuthorObject;
|
|
170
169
|
}[];
|
|
@@ -174,19 +173,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
174
173
|
topics: Topic[];
|
|
175
174
|
labelLink: string;
|
|
176
175
|
pill: boolean;
|
|
177
|
-
pillColor: "
|
|
176
|
+
pillColor: "primary" | "primary-inverted" | "secondary" | "action";
|
|
178
177
|
schema: boolean;
|
|
179
178
|
hideDate: boolean;
|
|
180
179
|
}, {}, {
|
|
181
180
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
182
181
|
variant: {
|
|
183
|
-
type: PropType<"default" | "
|
|
182
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
184
183
|
required: false;
|
|
185
184
|
default: string;
|
|
186
185
|
validator: (prop: string) => boolean;
|
|
187
186
|
};
|
|
188
187
|
to: {
|
|
189
|
-
type: (
|
|
188
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
190
189
|
default: undefined;
|
|
191
190
|
};
|
|
192
191
|
exact: {
|
|
@@ -197,6 +196,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
197
196
|
type: StringConstructor;
|
|
198
197
|
default: undefined;
|
|
199
198
|
};
|
|
199
|
+
addSlash: {
|
|
200
|
+
type: BooleanConstructor;
|
|
201
|
+
default: boolean;
|
|
202
|
+
};
|
|
200
203
|
title: {
|
|
201
204
|
type: StringConstructor;
|
|
202
205
|
default: undefined;
|
|
@@ -283,13 +286,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
283
286
|
addTrailingSlash(path: string): string;
|
|
284
287
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
285
288
|
variant: {
|
|
286
|
-
type: PropType<"default" | "
|
|
289
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
287
290
|
required: false;
|
|
288
291
|
default: string;
|
|
289
292
|
validator: (prop: string) => boolean;
|
|
290
293
|
};
|
|
291
294
|
to: {
|
|
292
|
-
type: (
|
|
295
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
293
296
|
default: undefined;
|
|
294
297
|
};
|
|
295
298
|
exact: {
|
|
@@ -300,6 +303,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
300
303
|
type: StringConstructor;
|
|
301
304
|
default: undefined;
|
|
302
305
|
};
|
|
306
|
+
addSlash: {
|
|
307
|
+
type: BooleanConstructor;
|
|
308
|
+
default: boolean;
|
|
309
|
+
};
|
|
303
310
|
title: {
|
|
304
311
|
type: StringConstructor;
|
|
305
312
|
default: undefined;
|
|
@@ -359,14 +366,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
359
366
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
360
367
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
361
368
|
}>, {
|
|
362
|
-
to: string | Record<string, any>;
|
|
363
369
|
title: string;
|
|
364
|
-
variant: "default" | "
|
|
365
|
-
|
|
366
|
-
target: string;
|
|
370
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
371
|
+
to: string | Record<string, any>;
|
|
367
372
|
exact: boolean;
|
|
373
|
+
href: string;
|
|
374
|
+
addSlash: boolean;
|
|
368
375
|
ariaLabel: string;
|
|
369
376
|
linkClass: string;
|
|
377
|
+
target: string;
|
|
370
378
|
externalTargetBlank: boolean;
|
|
371
379
|
caret: boolean;
|
|
372
380
|
caretWrapperClass: string;
|
|
@@ -489,7 +497,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
489
497
|
default: undefined;
|
|
490
498
|
};
|
|
491
499
|
variant: {
|
|
492
|
-
type: () => "
|
|
500
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
493
501
|
default: string;
|
|
494
502
|
};
|
|
495
503
|
size: {
|
|
@@ -506,7 +514,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
506
514
|
default: undefined;
|
|
507
515
|
};
|
|
508
516
|
variant: {
|
|
509
|
-
type: () => "
|
|
517
|
+
type: () => "primary" | "primary-inverted" | "secondary" | "action";
|
|
510
518
|
default: string;
|
|
511
519
|
};
|
|
512
520
|
size: {
|
|
@@ -518,10 +526,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
518
526
|
default: undefined;
|
|
519
527
|
};
|
|
520
528
|
}>> & Readonly<{}>, {
|
|
521
|
-
text: string;
|
|
522
|
-
variant: "secondary" | "primary" | "primary-inverted" | "action";
|
|
523
529
|
size: "sm" | "md" | "lg";
|
|
530
|
+
text: string;
|
|
531
|
+
variant: "primary" | "primary-inverted" | "secondary" | "action";
|
|
524
532
|
contentType: "EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage";
|
|
525
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
533
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLParagraphElement>;
|
|
526
534
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
527
535
|
export default _default;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
|
|
3
2
|
/**
|
|
4
3
|
* Displays dsn widget data. API is parsed by the backend and passed to the frontend via GraphQL.
|
|
5
4
|
*/
|
|
@@ -32,13 +31,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
32
31
|
}, {}, {
|
|
33
32
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
34
33
|
variant: {
|
|
35
|
-
type: PropType<"default" | "
|
|
34
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
36
35
|
required: false;
|
|
37
36
|
default: string;
|
|
38
37
|
validator: (prop: string) => boolean;
|
|
39
38
|
};
|
|
40
39
|
to: {
|
|
41
|
-
type: (
|
|
40
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
42
41
|
default: undefined;
|
|
43
42
|
};
|
|
44
43
|
exact: {
|
|
@@ -49,6 +48,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
49
48
|
type: StringConstructor;
|
|
50
49
|
default: undefined;
|
|
51
50
|
};
|
|
51
|
+
addSlash: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
52
55
|
title: {
|
|
53
56
|
type: StringConstructor;
|
|
54
57
|
default: undefined;
|
|
@@ -135,13 +138,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
135
138
|
addTrailingSlash(path: string): string;
|
|
136
139
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
137
140
|
variant: {
|
|
138
|
-
type: PropType<"default" | "
|
|
141
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
139
142
|
required: false;
|
|
140
143
|
default: string;
|
|
141
144
|
validator: (prop: string) => boolean;
|
|
142
145
|
};
|
|
143
146
|
to: {
|
|
144
|
-
type: (
|
|
147
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
145
148
|
default: undefined;
|
|
146
149
|
};
|
|
147
150
|
exact: {
|
|
@@ -152,6 +155,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
152
155
|
type: StringConstructor;
|
|
153
156
|
default: undefined;
|
|
154
157
|
};
|
|
158
|
+
addSlash: {
|
|
159
|
+
type: BooleanConstructor;
|
|
160
|
+
default: boolean;
|
|
161
|
+
};
|
|
155
162
|
title: {
|
|
156
163
|
type: StringConstructor;
|
|
157
164
|
default: undefined;
|
|
@@ -211,14 +218,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
211
218
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
212
219
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
213
220
|
}>, {
|
|
214
|
-
to: string | Record<string, any>;
|
|
215
221
|
title: string;
|
|
216
|
-
variant: "default" | "
|
|
217
|
-
|
|
218
|
-
target: string;
|
|
222
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
223
|
+
to: string | Record<string, any>;
|
|
219
224
|
exact: boolean;
|
|
225
|
+
href: string;
|
|
226
|
+
addSlash: boolean;
|
|
220
227
|
ariaLabel: string;
|
|
221
228
|
linkClass: string;
|
|
229
|
+
target: string;
|
|
222
230
|
externalTargetBlank: boolean;
|
|
223
231
|
caret: boolean;
|
|
224
232
|
caretWrapperClass: string;
|
|
@@ -1,28 +1,7 @@
|
|
|
1
1
|
interface EduSubjectIconProps {
|
|
2
2
|
subject: string;
|
|
3
3
|
}
|
|
4
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
4
|
+
declare const _default: import('vue').DefineComponent<EduSubjectIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<EduSubjectIconProps> & Readonly<{}>, {
|
|
5
5
|
subject: string;
|
|
6
|
-
}
|
|
7
|
-
subject: string;
|
|
8
|
-
}>>> & Readonly<{}>, {
|
|
9
|
-
subject: string;
|
|
10
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
7
|
export default _default;
|
|
12
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
13
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
14
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
15
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
16
|
-
} : {
|
|
17
|
-
type: import('vue').PropType<T[K]>;
|
|
18
|
-
required: true;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
type __VLS_WithDefaults<P, D> = {
|
|
22
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
23
|
-
default: D[K];
|
|
24
|
-
}> : P[K];
|
|
25
|
-
};
|
|
26
|
-
type __VLS_Prettify<T> = {
|
|
27
|
-
[K in keyof T]: T[K];
|
|
28
|
-
} & {};
|