@explorer-1/vue 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/components.d.ts +4 -0
- package/dist/explorer-1-vue.css +1 -0
- package/dist/explorer-1-vue.d.ts +1 -1
- package/dist/explorer-1-vue.js +39784 -31438
- package/dist/explorer-1-vue.umd.cjs +58 -66
- package/dist/src/App.vue.d.ts +2 -0
- package/dist/src/components/AboutTheAuthor/AboutTheAuthor.vue.d.ts +27 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +17 -9
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +6 -6
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +6 -7
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +48 -43
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +6 -6
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +4 -5
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +0 -1
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +5 -5
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +3 -4
- package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +13 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +17 -9
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +0 -1
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +17 -7
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +42 -42
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +6 -6
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +6 -6
- package/dist/src/components/BasePill/BasePill.vue.d.ts +6 -7
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +2 -2
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +0 -1
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +0 -1
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +0 -1
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +3 -25
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +6 -7
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +51 -34
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +24 -16
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +7 -8
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +5 -5
- package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +23 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.vue.d.ts +7 -28
- package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +4 -23
- package/dist/src/components/BlockCsrTable/CsrTestLimits.vue.d.ts +2 -24
- package/dist/src/components/BlockCsrTable/CsrTestLimitsTable.vue.d.ts +6 -24
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +6 -7
- package/dist/src/components/BlockDialog/BlockDialog.vue.d.ts +57 -0
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +4 -12
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +1 -1
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +0 -1
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +17 -9
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +282 -174
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +47 -30
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +23 -15
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +23 -15
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +28 -20
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +22 -14
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +17 -9
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +33 -25
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +22 -14
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +4 -5
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +24 -16
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +40 -194
- package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +4 -34
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +2 -24
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +92 -227
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +92 -228
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +25 -17
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +22 -14
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue.d.ts +18 -111
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +85 -40
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +17 -9
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +19 -11
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +19 -10
- package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +23 -15
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +46 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +475 -622
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +14 -14
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +17 -9
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +17 -9
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +7 -8
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +3 -28
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +24 -16
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +17 -9
- package/dist/src/components/EduSubjectIcon/EduSubjectIcon.vue.d.ts +2 -23
- package/dist/src/components/EventCard/EventCard.vue.d.ts +26 -88
- package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +6 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +8 -35
- package/dist/src/components/FormContact/FormContact.stories.d.ts +31 -193
- package/dist/src/components/FormContact/FormContact.vue.d.ts +31 -193
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +19 -111
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +19 -111
- package/dist/src/components/HeroInlineMedia/HeroInlineMedia.vue.d.ts +3 -27
- package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +81 -8
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +7 -8
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +22 -14
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +19 -11
- package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +32 -5
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +22 -14
- package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +39 -11
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +34 -17
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +17 -9
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +11 -12
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +17 -8
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +40 -23
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +17 -8
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +264 -156
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +44 -27
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +27 -18
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +5 -5
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +5 -5
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +1 -1
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +7 -7
- package/dist/src/components/MetaPanel/MetaPanel.vue.d.ts +42 -0
- package/dist/src/components/MetaPanelAccordion/MetaPanelAccordion.vue.d.ts +8 -0
- package/dist/src/components/MetaPanelItems/MetaPanelItems.vue.d.ts +17 -0
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +4 -32
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +3 -33
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +7 -8
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +22 -14
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +33 -33
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +13 -14
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +61 -35
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +54 -36
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +27 -19
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +0 -1
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +0 -1
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +525 -318
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +158 -105
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +1 -1
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +56 -29
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +79 -43
- package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +297 -0
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +97 -70
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +1753 -0
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +1 -1
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +17 -8
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +22 -13
- package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +3 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +856 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +291 -0
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +34 -17
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +17 -8
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +17 -8
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +428 -281
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +99 -72
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +38 -21
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +297 -213
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +17 -9
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +18 -9
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +4 -27
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +39 -22
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +22 -13
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +17 -8
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +17 -9
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +6 -6
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +6 -6
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +0 -1
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +67 -212
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +22 -14
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +118 -271
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +0 -1
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +0 -1
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +5 -29
- package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +12 -27
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +21 -57
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +6 -6
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +115 -312
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +90 -252
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +210 -568
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +6 -6
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +2 -11
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +6 -6
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +421 -0
- package/dist/src/components/TextArea/TextArea.vue.d.ts +24 -82
- package/dist/src/components/TextInput/TextInput.vue.d.ts +27 -104
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +29 -21
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +117 -270
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +39 -21
- package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +925 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +59 -42
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +32 -24
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +16 -16
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +28 -19
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +28 -20
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +22 -14
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +70 -44
- package/dist/src/docs/foundation/DynamicTokens.vue.d.ts +2 -0
- package/dist/src/docs/foundation/FontVariants.vue.d.ts +2 -0
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +4 -4
- package/dist/src/docs/utils/ColorRow.d.ts +6 -0
- package/dist/src/interfaces.d.ts +0 -1
- package/dist/src/main.d.ts +0 -1
- package/dist/src/store/theme.d.ts +0 -1
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +6188 -0
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +756 -1262
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +638 -972
- package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +17037 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +638 -912
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +3017 -0
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +877 -0
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +14610 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +15515 -0
- package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduHome/PageEduHome.vue.d.ts +15 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +909 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLessonSection.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.vue.d.ts +24 -0
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +881 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +894 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue.d.ts +20 -0
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +871 -0
- package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.vue.d.ts +7 -0
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +14087 -0
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +13853 -0
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +3422 -0
- package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +5997 -0
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +963 -0
- package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.vue.d.ts +181 -0
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +4792 -0
- package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +7977 -0
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +5783 -0
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +3495 -0
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +1135 -0
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +17 -2
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +14868 -0
- package/dist/src/templates/www/PageTimeline/BlockMilestone.vue.d.ts +326 -0
- package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +2418 -0
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +6277 -0
- package/dist/src/utils/anchorizeBlock.d.ts +0 -1
- package/dist/src/utils/anchorizeStreamfield.d.ts +0 -1
- package/dist/src/utils/mixins.d.ts +0 -1
- package/dist/src/utils/rangeifyGrades.d.ts +0 -1
- package/package.json +1 -1
- package/src/components/BlockCsrTable/BlockCsrTable.vue +4 -31
- package/src/components/BlockCsrTable/{CsrTestLimits.vue → CsrDetails.vue} +4 -5
- package/src/components/HomepageStats/HomepageStats.vue +1 -1
- package/dist/style.css +0 -1
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-Bold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBoldItalic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Regular.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hair It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hairline.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlack.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text.otf +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Bold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-ExtraBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Medium.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-MediumItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Regular.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-RegularItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBoldItalic.woff2 +0 -0
- package/src/components/BlockCsrTable/CsrAttachment.vue +0 -40
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
|
|
3
2
|
type blockObject = {
|
|
4
3
|
blockType: string;
|
|
5
4
|
};
|
|
@@ -64,13 +63,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
64
63
|
}>> & Readonly<{}>, {}, {}, {
|
|
65
64
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
66
65
|
variant: {
|
|
67
|
-
type: PropType<"default" | "
|
|
66
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
68
67
|
required: false;
|
|
69
68
|
default: string;
|
|
70
69
|
validator: (prop: string) => boolean;
|
|
71
70
|
};
|
|
72
71
|
to: {
|
|
73
|
-
type: (
|
|
72
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
74
73
|
default: undefined;
|
|
75
74
|
};
|
|
76
75
|
exact: {
|
|
@@ -81,6 +80,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
81
80
|
type: StringConstructor;
|
|
82
81
|
default: undefined;
|
|
83
82
|
};
|
|
83
|
+
addSlash: {
|
|
84
|
+
type: BooleanConstructor;
|
|
85
|
+
default: boolean;
|
|
86
|
+
};
|
|
84
87
|
title: {
|
|
85
88
|
type: StringConstructor;
|
|
86
89
|
default: undefined;
|
|
@@ -167,13 +170,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
167
170
|
addTrailingSlash(path: string): string;
|
|
168
171
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
169
172
|
variant: {
|
|
170
|
-
type: PropType<"default" | "
|
|
173
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
171
174
|
required: false;
|
|
172
175
|
default: string;
|
|
173
176
|
validator: (prop: string) => boolean;
|
|
174
177
|
};
|
|
175
178
|
to: {
|
|
176
|
-
type: (
|
|
179
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
177
180
|
default: undefined;
|
|
178
181
|
};
|
|
179
182
|
exact: {
|
|
@@ -184,6 +187,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
184
187
|
type: StringConstructor;
|
|
185
188
|
default: undefined;
|
|
186
189
|
};
|
|
190
|
+
addSlash: {
|
|
191
|
+
type: BooleanConstructor;
|
|
192
|
+
default: boolean;
|
|
193
|
+
};
|
|
187
194
|
title: {
|
|
188
195
|
type: StringConstructor;
|
|
189
196
|
default: undefined;
|
|
@@ -243,14 +250,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
243
250
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
244
251
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
245
252
|
}>, {
|
|
246
|
-
to: string | Record<string, any>;
|
|
247
253
|
title: string;
|
|
248
|
-
variant: "default" | "
|
|
249
|
-
|
|
250
|
-
target: string;
|
|
254
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
255
|
+
to: string | Record<string, any>;
|
|
251
256
|
exact: boolean;
|
|
257
|
+
href: string;
|
|
258
|
+
addSlash: boolean;
|
|
252
259
|
ariaLabel: string;
|
|
253
260
|
linkClass: string;
|
|
261
|
+
target: string;
|
|
254
262
|
externalTargetBlank: boolean;
|
|
255
263
|
caret: boolean;
|
|
256
264
|
caretWrapperClass: string;
|
|
@@ -386,9 +394,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
386
394
|
required: true;
|
|
387
395
|
};
|
|
388
396
|
selectedUnits: {
|
|
389
|
-
type: PropType<("
|
|
397
|
+
type: PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
390
398
|
required: false;
|
|
391
|
-
validator: (val: ("
|
|
399
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
392
400
|
};
|
|
393
401
|
inline: {
|
|
394
402
|
type: BooleanConstructor;
|
|
@@ -404,23 +412,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
404
412
|
diff: import('dayjs/plugin/duration').Duration | undefined;
|
|
405
413
|
interval: NodeJS.Timeout | undefined;
|
|
406
414
|
}, {
|
|
407
|
-
selectedUnitsComputed(): ("
|
|
415
|
+
selectedUnitsComputed(): ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[];
|
|
408
416
|
isPast(): boolean;
|
|
409
417
|
}, {
|
|
410
|
-
shortLabel(unit: "
|
|
411
|
-
longLabel(unit: "
|
|
412
|
-
unitSignificant(unit: "
|
|
413
|
-
checkOtherUnits(unit: "
|
|
414
|
-
unitValue(unit: "
|
|
418
|
+
shortLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Yrs" | "Mos" | "Days" | "Hrs" | "Mins" | "Secs";
|
|
419
|
+
longLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Years" | "Months" | "Days" | "Hours" | "Minutes" | "Seconds";
|
|
420
|
+
unitSignificant(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
421
|
+
checkOtherUnits(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
422
|
+
unitValue(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): string | undefined;
|
|
415
423
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
416
424
|
targetDateTime: {
|
|
417
425
|
type: StringConstructor;
|
|
418
426
|
required: true;
|
|
419
427
|
};
|
|
420
428
|
selectedUnits: {
|
|
421
|
-
type: PropType<("
|
|
429
|
+
type: PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
422
430
|
required: false;
|
|
423
|
-
validator: (val: ("
|
|
431
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
424
432
|
};
|
|
425
433
|
inline: {
|
|
426
434
|
type: BooleanConstructor;
|
|
@@ -480,13 +488,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
480
488
|
}, {}, {
|
|
481
489
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
482
490
|
variant: {
|
|
483
|
-
type: PropType<"default" | "
|
|
491
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
484
492
|
required: false;
|
|
485
493
|
default: string;
|
|
486
494
|
validator: (prop: string) => boolean;
|
|
487
495
|
};
|
|
488
496
|
to: {
|
|
489
|
-
type: (
|
|
497
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
490
498
|
default: undefined;
|
|
491
499
|
};
|
|
492
500
|
exact: {
|
|
@@ -497,6 +505,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
497
505
|
type: StringConstructor;
|
|
498
506
|
default: undefined;
|
|
499
507
|
};
|
|
508
|
+
addSlash: {
|
|
509
|
+
type: BooleanConstructor;
|
|
510
|
+
default: boolean;
|
|
511
|
+
};
|
|
500
512
|
title: {
|
|
501
513
|
type: StringConstructor;
|
|
502
514
|
default: undefined;
|
|
@@ -583,13 +595,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
583
595
|
addTrailingSlash(path: string): string;
|
|
584
596
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
585
597
|
variant: {
|
|
586
|
-
type: PropType<"default" | "
|
|
598
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
587
599
|
required: false;
|
|
588
600
|
default: string;
|
|
589
601
|
validator: (prop: string) => boolean;
|
|
590
602
|
};
|
|
591
603
|
to: {
|
|
592
|
-
type: (
|
|
604
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
593
605
|
default: undefined;
|
|
594
606
|
};
|
|
595
607
|
exact: {
|
|
@@ -600,6 +612,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
600
612
|
type: StringConstructor;
|
|
601
613
|
default: undefined;
|
|
602
614
|
};
|
|
615
|
+
addSlash: {
|
|
616
|
+
type: BooleanConstructor;
|
|
617
|
+
default: boolean;
|
|
618
|
+
};
|
|
603
619
|
title: {
|
|
604
620
|
type: StringConstructor;
|
|
605
621
|
default: undefined;
|
|
@@ -659,14 +675,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
659
675
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
660
676
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
661
677
|
}>, {
|
|
662
|
-
to: string | Record<string, any>;
|
|
663
678
|
title: string;
|
|
664
|
-
variant: "default" | "
|
|
665
|
-
|
|
666
|
-
target: string;
|
|
679
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
680
|
+
to: string | Record<string, any>;
|
|
667
681
|
exact: boolean;
|
|
682
|
+
href: string;
|
|
683
|
+
addSlash: boolean;
|
|
668
684
|
ariaLabel: string;
|
|
669
685
|
linkClass: string;
|
|
686
|
+
target: string;
|
|
670
687
|
externalTargetBlank: boolean;
|
|
671
688
|
caret: boolean;
|
|
672
689
|
caretWrapperClass: string;
|
|
@@ -99,7 +99,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
99
99
|
default: string;
|
|
100
100
|
};
|
|
101
101
|
objectFitClass: {
|
|
102
|
-
type: import('vue').PropType<"
|
|
102
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
103
103
|
required: false;
|
|
104
104
|
default: string;
|
|
105
105
|
validator: (prop: string) => boolean;
|
|
@@ -141,7 +141,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
141
141
|
default: string;
|
|
142
142
|
};
|
|
143
143
|
objectFitClass: {
|
|
144
|
-
type: import('vue').PropType<"
|
|
144
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
145
145
|
required: false;
|
|
146
146
|
default: string;
|
|
147
147
|
validator: (prop: string) => boolean;
|
|
@@ -173,23 +173,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
173
173
|
default: string;
|
|
174
174
|
};
|
|
175
175
|
}>> & Readonly<{}>, {
|
|
176
|
-
imageClass: string;
|
|
177
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
178
|
-
srcset: string;
|
|
179
176
|
alt: string;
|
|
180
177
|
width: string | number;
|
|
181
178
|
height: string | number;
|
|
179
|
+
srcset: string;
|
|
182
180
|
loading: "lazy" | "eager" | undefined;
|
|
181
|
+
imageClass: string;
|
|
182
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
183
183
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
184
184
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
185
185
|
variant: {
|
|
186
|
-
type: import('vue').PropType<"default" | "
|
|
186
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
187
187
|
required: false;
|
|
188
188
|
default: string;
|
|
189
189
|
validator: (prop: string) => boolean;
|
|
190
190
|
};
|
|
191
191
|
to: {
|
|
192
|
-
type: (
|
|
192
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
193
193
|
default: undefined;
|
|
194
194
|
};
|
|
195
195
|
exact: {
|
|
@@ -200,6 +200,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
200
200
|
type: StringConstructor;
|
|
201
201
|
default: undefined;
|
|
202
202
|
};
|
|
203
|
+
addSlash: {
|
|
204
|
+
type: BooleanConstructor;
|
|
205
|
+
default: boolean;
|
|
206
|
+
};
|
|
203
207
|
title: {
|
|
204
208
|
type: StringConstructor;
|
|
205
209
|
default: undefined;
|
|
@@ -286,13 +290,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
286
290
|
addTrailingSlash(path: string): string;
|
|
287
291
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
288
292
|
variant: {
|
|
289
|
-
type: import('vue').PropType<"default" | "
|
|
293
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
290
294
|
required: false;
|
|
291
295
|
default: string;
|
|
292
296
|
validator: (prop: string) => boolean;
|
|
293
297
|
};
|
|
294
298
|
to: {
|
|
295
|
-
type: (
|
|
299
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
296
300
|
default: undefined;
|
|
297
301
|
};
|
|
298
302
|
exact: {
|
|
@@ -303,6 +307,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
303
307
|
type: StringConstructor;
|
|
304
308
|
default: undefined;
|
|
305
309
|
};
|
|
310
|
+
addSlash: {
|
|
311
|
+
type: BooleanConstructor;
|
|
312
|
+
default: boolean;
|
|
313
|
+
};
|
|
306
314
|
title: {
|
|
307
315
|
type: StringConstructor;
|
|
308
316
|
default: undefined;
|
|
@@ -362,14 +370,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
362
370
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
363
371
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
364
372
|
}>, {
|
|
365
|
-
to: string | Record<string, any>;
|
|
366
373
|
title: string;
|
|
367
|
-
variant: "default" | "
|
|
368
|
-
|
|
369
|
-
target: string;
|
|
374
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
375
|
+
to: string | Record<string, any>;
|
|
370
376
|
exact: boolean;
|
|
377
|
+
href: string;
|
|
378
|
+
addSlash: boolean;
|
|
371
379
|
ariaLabel: string;
|
|
372
380
|
linkClass: string;
|
|
381
|
+
target: string;
|
|
373
382
|
externalTargetBlank: boolean;
|
|
374
383
|
caret: boolean;
|
|
375
384
|
caretWrapperClass: string;
|
|
@@ -520,7 +529,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
520
529
|
default: string;
|
|
521
530
|
};
|
|
522
531
|
objectFitClass: {
|
|
523
|
-
type: import('vue').PropType<"
|
|
532
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
524
533
|
required: false;
|
|
525
534
|
default: string;
|
|
526
535
|
validator: (prop: string) => boolean;
|
|
@@ -562,7 +571,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
562
571
|
default: string;
|
|
563
572
|
};
|
|
564
573
|
objectFitClass: {
|
|
565
|
-
type: import('vue').PropType<"
|
|
574
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
566
575
|
required: false;
|
|
567
576
|
default: string;
|
|
568
577
|
validator: (prop: string) => boolean;
|
|
@@ -594,13 +603,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
594
603
|
default: string;
|
|
595
604
|
};
|
|
596
605
|
}>> & Readonly<{}>, {
|
|
597
|
-
imageClass: string;
|
|
598
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
599
|
-
srcset: string;
|
|
600
606
|
alt: string;
|
|
601
607
|
width: string | number;
|
|
602
608
|
height: string | number;
|
|
609
|
+
srcset: string;
|
|
603
610
|
loading: "lazy" | "eager" | undefined;
|
|
611
|
+
imageClass: string;
|
|
612
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
604
613
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
605
614
|
Icon360: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
606
615
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -75,7 +75,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
75
75
|
default: string;
|
|
76
76
|
};
|
|
77
77
|
objectFitClass: {
|
|
78
|
-
type: import('vue').PropType<"
|
|
78
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
79
79
|
required: false;
|
|
80
80
|
default: string;
|
|
81
81
|
validator: (prop: string) => boolean;
|
|
@@ -117,7 +117,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
117
117
|
default: string;
|
|
118
118
|
};
|
|
119
119
|
objectFitClass: {
|
|
120
|
-
type: import('vue').PropType<"
|
|
120
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
121
121
|
required: false;
|
|
122
122
|
default: string;
|
|
123
123
|
validator: (prop: string) => boolean;
|
|
@@ -149,13 +149,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
149
149
|
default: string;
|
|
150
150
|
};
|
|
151
151
|
}>> & Readonly<{}>, {
|
|
152
|
-
imageClass: string;
|
|
153
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
154
|
-
srcset: string;
|
|
155
152
|
alt: string;
|
|
156
153
|
width: string | number;
|
|
157
154
|
height: string | number;
|
|
155
|
+
srcset: string;
|
|
158
156
|
loading: "lazy" | "eager" | undefined;
|
|
157
|
+
imageClass: string;
|
|
158
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
159
159
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
160
160
|
Icon360: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
161
161
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -77,7 +77,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
77
77
|
default: string;
|
|
78
78
|
};
|
|
79
79
|
objectFitClass: {
|
|
80
|
-
type: import('vue').PropType<"
|
|
80
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
81
81
|
required: false;
|
|
82
82
|
default: string;
|
|
83
83
|
validator: (prop: string) => boolean;
|
|
@@ -119,7 +119,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
119
119
|
default: string;
|
|
120
120
|
};
|
|
121
121
|
objectFitClass: {
|
|
122
|
-
type: import('vue').PropType<"
|
|
122
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
123
123
|
required: false;
|
|
124
124
|
default: string;
|
|
125
125
|
validator: (prop: string) => boolean;
|
|
@@ -151,13 +151,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
151
151
|
default: string;
|
|
152
152
|
};
|
|
153
153
|
}>> & Readonly<{}>, {
|
|
154
|
-
imageClass: string;
|
|
155
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
156
|
-
srcset: string;
|
|
157
154
|
alt: string;
|
|
158
155
|
width: string | number;
|
|
159
156
|
height: string | number;
|
|
157
|
+
srcset: string;
|
|
160
158
|
loading: "lazy" | "eager" | undefined;
|
|
159
|
+
imageClass: string;
|
|
160
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
161
161
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
162
162
|
IconDropdown: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
163
163
|
IconClose: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -27,7 +27,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
29
29
|
}>> & Readonly<{}>, {
|
|
30
|
-
fullBleed: boolean;
|
|
31
30
|
indent: string;
|
|
31
|
+
fullBleed: boolean;
|
|
32
32
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
33
33
|
export default _default;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { default as LogoTribrand } from './LogoTribrand.vue';
|
|
2
|
-
import { default as LogoColor } from '@explorer-1/common/src/images/svg/logo-tribrand-color.svg';
|
|
3
|
-
import { default as LogoWhite } from '@explorer-1/common/src/images/svg/logo-tribrand-white.svg';
|
|
4
2
|
declare namespace _default {
|
|
5
3
|
export let title: string;
|
|
6
4
|
export { LogoTribrand as component };
|
|
@@ -64,14 +62,15 @@ export namespace BaseStory {
|
|
|
64
62
|
}
|
|
65
63
|
export namespace LogoImageColor {
|
|
66
64
|
export namespace args_1 {
|
|
67
|
-
|
|
65
|
+
let src: string;
|
|
68
66
|
}
|
|
69
67
|
export { args_1 as args };
|
|
70
68
|
export namespace argTypes_1 {
|
|
71
|
-
export namespace
|
|
69
|
+
export namespace src_1 {
|
|
72
70
|
let control_2: boolean;
|
|
73
71
|
export { control_2 as control };
|
|
74
72
|
}
|
|
73
|
+
export { src_1 as src };
|
|
75
74
|
export namespace invert_2 {
|
|
76
75
|
let control_3: boolean;
|
|
77
76
|
export { control_3 as control };
|
|
@@ -99,15 +98,16 @@ export namespace LogoImageColor {
|
|
|
99
98
|
}
|
|
100
99
|
export namespace LogoImageWhite {
|
|
101
100
|
export namespace args_2 {
|
|
102
|
-
|
|
101
|
+
let src_2: string;
|
|
102
|
+
export { src_2 as src };
|
|
103
103
|
}
|
|
104
104
|
export { args_2 as args };
|
|
105
105
|
export namespace argTypes_2 {
|
|
106
|
-
export namespace
|
|
106
|
+
export namespace src_3 {
|
|
107
107
|
let control_4: boolean;
|
|
108
108
|
export { control_4 as control };
|
|
109
109
|
}
|
|
110
|
-
export {
|
|
110
|
+
export { src_3 as src };
|
|
111
111
|
export namespace invert_3 {
|
|
112
112
|
let control_5: boolean;
|
|
113
113
|
export { control_5 as control };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EduResourcesGradeLevel, EduResourcesSubject, EduResourceStandardItem, EduResourcesTime, MetaPanelTheme } from './../../interfaces';
|
|
2
|
+
interface MetaPanelProps {
|
|
3
|
+
/** Text for button that expands the panel */
|
|
4
|
+
button?: string;
|
|
5
|
+
theme?: MetaPanelTheme;
|
|
6
|
+
primarySubject?: EduResourcesSubject;
|
|
7
|
+
additionalSubjects?: EduResourcesSubject[];
|
|
8
|
+
gradeLevels?: EduResourcesGradeLevel[];
|
|
9
|
+
time?: EduResourcesTime;
|
|
10
|
+
standards?: EduResourceStandardItem[];
|
|
11
|
+
/** If the top of the panel should overlay the area above it */
|
|
12
|
+
negativeTop?: boolean;
|
|
13
|
+
/** If the bottom of the panel should overlay the area below it */
|
|
14
|
+
negativeBottom?: boolean;
|
|
15
|
+
}
|
|
16
|
+
declare function __VLS_template(): {
|
|
17
|
+
attrs: Partial<{}>;
|
|
18
|
+
slots: {
|
|
19
|
+
metaInfo?(_: {}): any;
|
|
20
|
+
};
|
|
21
|
+
refs: {};
|
|
22
|
+
rootEl: HTMLElement;
|
|
23
|
+
};
|
|
24
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
25
|
+
declare const __VLS_component: import('vue').DefineComponent<MetaPanelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MetaPanelProps> & Readonly<{}>, {
|
|
26
|
+
primarySubject: EduResourcesSubject;
|
|
27
|
+
gradeLevels: EduResourcesGradeLevel[];
|
|
28
|
+
time: EduResourcesTime;
|
|
29
|
+
theme: MetaPanelTheme;
|
|
30
|
+
button: string;
|
|
31
|
+
standards: EduResourceStandardItem[];
|
|
32
|
+
additionalSubjects: EduResourcesSubject[];
|
|
33
|
+
negativeTop: boolean;
|
|
34
|
+
negativeBottom: boolean;
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
36
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
37
|
+
export default _default;
|
|
38
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
39
|
+
new (): {
|
|
40
|
+
$slots: S;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { EduResourceStandardItem } from './../../interfaces';
|
|
2
|
+
interface MetaPanelAccordionProps {
|
|
3
|
+
standards?: EduResourceStandardItem[];
|
|
4
|
+
}
|
|
5
|
+
declare const _default: import('vue').DefineComponent<MetaPanelAccordionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MetaPanelAccordionProps> & Readonly<{}>, {
|
|
6
|
+
standards: EduResourceStandardItem[];
|
|
7
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { MetaPanelTheme, EduResourcesSubject, EduResourcesGradeLevel, EduResourcesTime } from './../../interfaces';
|
|
2
|
+
interface MetaPanelProps {
|
|
3
|
+
/** Select color scheme */
|
|
4
|
+
theme?: MetaPanelTheme;
|
|
5
|
+
primarySubject?: EduResourcesSubject;
|
|
6
|
+
additionalSubjects?: EduResourcesSubject[];
|
|
7
|
+
gradeLevels?: EduResourcesGradeLevel[];
|
|
8
|
+
time?: EduResourcesTime;
|
|
9
|
+
}
|
|
10
|
+
declare const _default: import('vue').DefineComponent<MetaPanelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MetaPanelProps> & Readonly<{}>, {
|
|
11
|
+
primarySubject: EduResourcesSubject;
|
|
12
|
+
gradeLevels: EduResourcesGradeLevel[];
|
|
13
|
+
time: EduResourcesTime;
|
|
14
|
+
theme: MetaPanelTheme;
|
|
15
|
+
additionalSubjects: EduResourcesSubject[];
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
17
|
+
export default _default;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { EduResourceCardObject, MetaPanelTheme } from './../../interfaces.ts';
|
|
2
|
-
|
|
3
|
-
interface MetadataEduResourceProps {
|
|
2
|
+
export interface MetadataEduResourceProps {
|
|
4
3
|
resource: EduResourceCardObject;
|
|
5
4
|
/** If compact styling should be used */
|
|
6
5
|
compact?: boolean;
|
|
@@ -9,37 +8,10 @@ interface MetadataEduResourceProps {
|
|
|
9
8
|
/** If time commitment should be displayed */
|
|
10
9
|
showTime?: boolean;
|
|
11
10
|
}
|
|
12
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
13
|
-
resource: undefined;
|
|
14
|
-
compact: boolean;
|
|
15
|
-
showTime: boolean;
|
|
16
|
-
variant: string;
|
|
17
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MetadataEduResourceProps>, {
|
|
18
|
-
resource: undefined;
|
|
19
|
-
compact: boolean;
|
|
20
|
-
showTime: boolean;
|
|
21
|
-
variant: string;
|
|
22
|
-
}>>> & Readonly<{}>, {
|
|
23
|
-
variant: MetaPanelTheme;
|
|
11
|
+
declare const _default: import('vue').DefineComponent<MetadataEduResourceProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MetadataEduResourceProps> & Readonly<{}>, {
|
|
24
12
|
resource: EduResourceCardObject;
|
|
13
|
+
variant: MetaPanelTheme;
|
|
25
14
|
compact: boolean;
|
|
26
15
|
showTime: boolean;
|
|
27
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
28
17
|
export default _default;
|
|
29
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
30
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
31
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
32
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
33
|
-
} : {
|
|
34
|
-
type: import('vue').PropType<T[K]>;
|
|
35
|
-
required: true;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
type __VLS_WithDefaults<P, D> = {
|
|
39
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
40
|
-
default: D[K];
|
|
41
|
-
}> : P[K];
|
|
42
|
-
};
|
|
43
|
-
type __VLS_Prettify<T> = {
|
|
44
|
-
[K in keyof T]: T[K];
|
|
45
|
-
} & {};
|
|
@@ -1,46 +1,16 @@
|
|
|
1
1
|
import { EventCardObject } from './../../interfaces.ts';
|
|
2
|
-
|
|
3
|
-
interface MetadataEventProps {
|
|
2
|
+
export interface MetadataEventProps {
|
|
4
3
|
event: EventCardObject;
|
|
5
4
|
compact?: boolean;
|
|
6
5
|
allowBreak?: boolean;
|
|
7
6
|
showLocation?: boolean;
|
|
8
7
|
showTime?: boolean;
|
|
9
8
|
}
|
|
10
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
11
|
-
event: undefined;
|
|
12
|
-
compact: boolean;
|
|
13
|
-
allowBreak: boolean;
|
|
14
|
-
showLocation: boolean;
|
|
15
|
-
showTime: boolean;
|
|
16
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MetadataEventProps>, {
|
|
17
|
-
event: undefined;
|
|
18
|
-
compact: boolean;
|
|
19
|
-
allowBreak: boolean;
|
|
20
|
-
showLocation: boolean;
|
|
21
|
-
showTime: boolean;
|
|
22
|
-
}>>> & Readonly<{}>, {
|
|
9
|
+
declare const _default: import('vue').DefineComponent<MetadataEventProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MetadataEventProps> & Readonly<{}>, {
|
|
23
10
|
event: EventCardObject;
|
|
24
11
|
compact: boolean;
|
|
25
12
|
showTime: boolean;
|
|
26
13
|
allowBreak: boolean;
|
|
27
14
|
showLocation: boolean;
|
|
28
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
15
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
29
16
|
export default _default;
|
|
30
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
32
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
33
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
34
|
-
} : {
|
|
35
|
-
type: import('vue').PropType<T[K]>;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
type __VLS_WithDefaults<P, D> = {
|
|
40
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
41
|
-
default: D[K];
|
|
42
|
-
}> : P[K];
|
|
43
|
-
};
|
|
44
|
-
type __VLS_Prettify<T> = {
|
|
45
|
-
[K in keyof T]: T[K];
|
|
46
|
-
} & {};
|