@explorer-1/vue 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/components.d.ts +4 -0
- package/dist/explorer-1-vue.css +1 -0
- package/dist/explorer-1-vue.d.ts +1 -1
- package/dist/explorer-1-vue.js +39784 -31438
- package/dist/explorer-1-vue.umd.cjs +58 -66
- package/dist/src/App.vue.d.ts +2 -0
- package/dist/src/components/AboutTheAuthor/AboutTheAuthor.vue.d.ts +27 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +17 -9
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +6 -6
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +6 -7
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +48 -43
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +6 -6
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +4 -5
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +0 -1
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +5 -5
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +3 -4
- package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +13 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +17 -9
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +0 -1
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +17 -7
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +42 -42
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +6 -6
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +6 -6
- package/dist/src/components/BasePill/BasePill.vue.d.ts +6 -7
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +2 -2
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +0 -1
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +0 -1
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +0 -1
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +3 -25
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +6 -7
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +51 -34
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +24 -16
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +7 -8
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +5 -5
- package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +23 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.vue.d.ts +7 -28
- package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +4 -23
- package/dist/src/components/BlockCsrTable/CsrTestLimits.vue.d.ts +2 -24
- package/dist/src/components/BlockCsrTable/CsrTestLimitsTable.vue.d.ts +6 -24
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +6 -7
- package/dist/src/components/BlockDialog/BlockDialog.vue.d.ts +57 -0
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +4 -12
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +1 -1
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +0 -1
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +17 -9
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +282 -174
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +47 -30
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +23 -15
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +23 -15
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +28 -20
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +22 -14
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +17 -9
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +33 -25
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +22 -14
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +4 -5
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +24 -16
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +40 -194
- package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +4 -34
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +2 -24
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +92 -227
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +92 -228
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +25 -17
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +22 -14
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue.d.ts +18 -111
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +85 -40
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +17 -9
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +19 -11
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +19 -10
- package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +23 -15
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +46 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +475 -622
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +14 -14
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +17 -9
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +17 -9
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +7 -8
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +3 -28
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +24 -16
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +17 -9
- package/dist/src/components/EduSubjectIcon/EduSubjectIcon.vue.d.ts +2 -23
- package/dist/src/components/EventCard/EventCard.vue.d.ts +26 -88
- package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +6 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +8 -35
- package/dist/src/components/FormContact/FormContact.stories.d.ts +31 -193
- package/dist/src/components/FormContact/FormContact.vue.d.ts +31 -193
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +19 -111
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +19 -111
- package/dist/src/components/HeroInlineMedia/HeroInlineMedia.vue.d.ts +3 -27
- package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +81 -8
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +7 -8
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +22 -14
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +19 -11
- package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +32 -5
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +22 -14
- package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +39 -11
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +34 -17
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +17 -9
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +11 -12
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +17 -8
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +40 -23
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +17 -8
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +264 -156
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +44 -27
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +27 -18
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +5 -5
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +5 -5
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +1 -1
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +7 -7
- package/dist/src/components/MetaPanel/MetaPanel.vue.d.ts +42 -0
- package/dist/src/components/MetaPanelAccordion/MetaPanelAccordion.vue.d.ts +8 -0
- package/dist/src/components/MetaPanelItems/MetaPanelItems.vue.d.ts +17 -0
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +4 -32
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +3 -33
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +7 -8
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +22 -14
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +33 -33
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +13 -14
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +61 -35
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +54 -36
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +27 -19
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +0 -1
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +0 -1
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +525 -318
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +158 -105
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +1 -1
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +56 -29
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +79 -43
- package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +297 -0
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +97 -70
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +1753 -0
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +1 -1
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +17 -8
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +22 -13
- package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +3 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +856 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +291 -0
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +34 -17
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +17 -8
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +17 -8
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +428 -281
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +99 -72
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +38 -21
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +297 -213
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +17 -9
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +18 -9
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +4 -27
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +39 -22
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +22 -13
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +17 -8
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +17 -9
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +6 -6
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +6 -6
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +0 -1
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +67 -212
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +22 -14
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +118 -271
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +0 -1
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +0 -1
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +5 -29
- package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +12 -27
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +21 -57
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +6 -6
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +115 -312
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +90 -252
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +210 -568
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +6 -6
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +2 -11
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +6 -6
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +421 -0
- package/dist/src/components/TextArea/TextArea.vue.d.ts +24 -82
- package/dist/src/components/TextInput/TextInput.vue.d.ts +27 -104
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +29 -21
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +117 -270
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +39 -21
- package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +925 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +59 -42
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +32 -24
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +16 -16
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +28 -19
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +28 -20
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +22 -14
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +70 -44
- package/dist/src/docs/foundation/DynamicTokens.vue.d.ts +2 -0
- package/dist/src/docs/foundation/FontVariants.vue.d.ts +2 -0
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +4 -4
- package/dist/src/docs/utils/ColorRow.d.ts +6 -0
- package/dist/src/interfaces.d.ts +0 -1
- package/dist/src/main.d.ts +0 -1
- package/dist/src/store/theme.d.ts +0 -1
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +6188 -0
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +756 -1262
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +638 -972
- package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +17037 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +638 -912
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +3017 -0
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +877 -0
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +14610 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +15515 -0
- package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduHome/PageEduHome.vue.d.ts +15 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +909 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLessonSection.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.vue.d.ts +24 -0
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +881 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +894 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue.d.ts +20 -0
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +871 -0
- package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.vue.d.ts +7 -0
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +14087 -0
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +13853 -0
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +3422 -0
- package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +5997 -0
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +963 -0
- package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.vue.d.ts +181 -0
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +4792 -0
- package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +7977 -0
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +5783 -0
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +3495 -0
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +1135 -0
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +17 -2
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +14868 -0
- package/dist/src/templates/www/PageTimeline/BlockMilestone.vue.d.ts +326 -0
- package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +2418 -0
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +6277 -0
- package/dist/src/utils/anchorizeBlock.d.ts +0 -1
- package/dist/src/utils/anchorizeStreamfield.d.ts +0 -1
- package/dist/src/utils/mixins.d.ts +0 -1
- package/dist/src/utils/rangeifyGrades.d.ts +0 -1
- package/package.json +1 -1
- package/src/components/BlockCsrTable/BlockCsrTable.vue +4 -31
- package/src/components/BlockCsrTable/{CsrTestLimits.vue → CsrDetails.vue} +4 -5
- package/src/components/HomepageStats/HomepageStats.vue +1 -1
- package/dist/style.css +0 -1
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-Bold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBoldItalic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Regular.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hair It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hairline.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlack.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text.otf +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Bold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-ExtraBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Medium.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-MediumItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Regular.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-RegularItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBoldItalic.woff2 +0 -0
- package/src/components/BlockCsrTable/CsrAttachment.vue +0 -40
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { BlockData, ImageObject } from './../../interfaces.ts';
|
|
3
|
-
|
|
4
3
|
export interface BlockAudioData extends BlockData {
|
|
5
4
|
thumbnailImage: ImageObject;
|
|
6
5
|
uploadedMedia: {
|
|
@@ -109,8 +108,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
109
108
|
default: boolean;
|
|
110
109
|
};
|
|
111
110
|
}>> & Readonly<{}>, {
|
|
112
|
-
fullBleed: boolean;
|
|
113
111
|
indent: string;
|
|
112
|
+
fullBleed: boolean;
|
|
114
113
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
115
114
|
BaseImage: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
116
115
|
imageClass: {
|
|
@@ -119,7 +118,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
119
118
|
default: string;
|
|
120
119
|
};
|
|
121
120
|
objectFitClass: {
|
|
122
|
-
type: PropType<"
|
|
121
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
123
122
|
required: false;
|
|
124
123
|
default: string;
|
|
125
124
|
validator: (prop: string) => boolean;
|
|
@@ -161,7 +160,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
161
160
|
default: string;
|
|
162
161
|
};
|
|
163
162
|
objectFitClass: {
|
|
164
|
-
type: PropType<"
|
|
163
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
165
164
|
required: false;
|
|
166
165
|
default: string;
|
|
167
166
|
validator: (prop: string) => boolean;
|
|
@@ -193,13 +192,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
193
192
|
default: string;
|
|
194
193
|
};
|
|
195
194
|
}>> & Readonly<{}>, {
|
|
196
|
-
imageClass: string;
|
|
197
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
198
|
-
srcset: string;
|
|
199
195
|
alt: string;
|
|
200
196
|
width: string | number;
|
|
201
197
|
height: string | number;
|
|
198
|
+
srcset: string;
|
|
202
199
|
loading: "lazy" | "eager" | undefined;
|
|
200
|
+
imageClass: string;
|
|
201
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
203
202
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
204
203
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
205
204
|
darkMode: {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { ImageObject, LinkObject } from '../../interfaces';
|
|
3
|
-
|
|
4
3
|
export interface CardGridItem {
|
|
5
4
|
title: string;
|
|
6
5
|
label: string;
|
|
@@ -45,7 +44,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
45
44
|
default: undefined;
|
|
46
45
|
};
|
|
47
46
|
link: {
|
|
48
|
-
type: (
|
|
47
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
49
48
|
required: false;
|
|
50
49
|
default: undefined;
|
|
51
50
|
};
|
|
@@ -101,7 +100,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
101
100
|
default: undefined;
|
|
102
101
|
};
|
|
103
102
|
link: {
|
|
104
|
-
type: (
|
|
103
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
105
104
|
required: false;
|
|
106
105
|
default: undefined;
|
|
107
106
|
};
|
|
@@ -141,22 +140,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
141
140
|
link: string | Record<string, any>;
|
|
142
141
|
variant: "cards" | "tiles";
|
|
143
142
|
heading: string;
|
|
144
|
-
initialSlide: number;
|
|
145
|
-
slidesPerView: number;
|
|
146
143
|
indent: "col-1" | "col-2" | "col-3";
|
|
147
144
|
noLinks: boolean;
|
|
148
145
|
linkTitle: string;
|
|
146
|
+
slidesPerView: number;
|
|
149
147
|
center: boolean;
|
|
148
|
+
initialSlide: number;
|
|
150
149
|
}, {}, {
|
|
151
150
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
152
151
|
variant: {
|
|
153
|
-
type: PropType<"default" | "
|
|
152
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
154
153
|
required: false;
|
|
155
154
|
default: string;
|
|
156
155
|
validator: (prop: string) => boolean;
|
|
157
156
|
};
|
|
158
157
|
to: {
|
|
159
|
-
type: (
|
|
158
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
160
159
|
default: undefined;
|
|
161
160
|
};
|
|
162
161
|
exact: {
|
|
@@ -167,6 +166,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
167
166
|
type: StringConstructor;
|
|
168
167
|
default: undefined;
|
|
169
168
|
};
|
|
169
|
+
addSlash: {
|
|
170
|
+
type: BooleanConstructor;
|
|
171
|
+
default: boolean;
|
|
172
|
+
};
|
|
170
173
|
title: {
|
|
171
174
|
type: StringConstructor;
|
|
172
175
|
default: undefined;
|
|
@@ -253,13 +256,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
253
256
|
addTrailingSlash(path: string): string;
|
|
254
257
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
255
258
|
variant: {
|
|
256
|
-
type: PropType<"default" | "
|
|
259
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
257
260
|
required: false;
|
|
258
261
|
default: string;
|
|
259
262
|
validator: (prop: string) => boolean;
|
|
260
263
|
};
|
|
261
264
|
to: {
|
|
262
|
-
type: (
|
|
265
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
263
266
|
default: undefined;
|
|
264
267
|
};
|
|
265
268
|
exact: {
|
|
@@ -270,6 +273,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
270
273
|
type: StringConstructor;
|
|
271
274
|
default: undefined;
|
|
272
275
|
};
|
|
276
|
+
addSlash: {
|
|
277
|
+
type: BooleanConstructor;
|
|
278
|
+
default: boolean;
|
|
279
|
+
};
|
|
273
280
|
title: {
|
|
274
281
|
type: StringConstructor;
|
|
275
282
|
default: undefined;
|
|
@@ -329,14 +336,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
329
336
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
330
337
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
331
338
|
}>, {
|
|
332
|
-
to: string | Record<string, any>;
|
|
333
339
|
title: string;
|
|
334
|
-
variant: "default" | "
|
|
335
|
-
|
|
336
|
-
target: string;
|
|
340
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
341
|
+
to: string | Record<string, any>;
|
|
337
342
|
exact: boolean;
|
|
343
|
+
href: string;
|
|
344
|
+
addSlash: boolean;
|
|
338
345
|
ariaLabel: string;
|
|
339
346
|
linkClass: string;
|
|
347
|
+
target: string;
|
|
340
348
|
externalTargetBlank: boolean;
|
|
341
349
|
caret: boolean;
|
|
342
350
|
caretWrapperClass: string;
|
|
@@ -412,7 +420,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
412
420
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
413
421
|
BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
414
422
|
variant: {
|
|
415
|
-
type: PropType<"
|
|
423
|
+
type: PropType<"primary" | "secondary" | "dark" | "social">;
|
|
416
424
|
required: false;
|
|
417
425
|
default: string;
|
|
418
426
|
validator: (prop: string) => boolean;
|
|
@@ -438,7 +446,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
438
446
|
required: false;
|
|
439
447
|
};
|
|
440
448
|
to: {
|
|
441
|
-
type: (
|
|
449
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
442
450
|
required: false;
|
|
443
451
|
default: undefined;
|
|
444
452
|
};
|
|
@@ -454,7 +462,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
454
462
|
variantClass(): string;
|
|
455
463
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
456
464
|
variant: {
|
|
457
|
-
type: PropType<"
|
|
465
|
+
type: PropType<"primary" | "secondary" | "dark" | "social">;
|
|
458
466
|
required: false;
|
|
459
467
|
default: string;
|
|
460
468
|
validator: (prop: string) => boolean;
|
|
@@ -480,7 +488,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
480
488
|
required: false;
|
|
481
489
|
};
|
|
482
490
|
to: {
|
|
483
|
-
type: (
|
|
491
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
484
492
|
required: false;
|
|
485
493
|
default: undefined;
|
|
486
494
|
};
|
|
@@ -492,13 +500,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
492
500
|
}>> & Readonly<{
|
|
493
501
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
494
502
|
}>, {
|
|
503
|
+
variant: "primary" | "secondary" | "dark" | "social";
|
|
495
504
|
to: string | Record<string, any>;
|
|
496
|
-
disabled: boolean;
|
|
497
|
-
variant: "secondary" | "primary" | "dark" | "social";
|
|
498
505
|
href: string;
|
|
499
506
|
ariaLabel: string;
|
|
500
507
|
compact: boolean;
|
|
501
508
|
blockClasses: string;
|
|
509
|
+
disabled: boolean;
|
|
502
510
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
503
511
|
IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
504
512
|
IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -531,13 +539,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
531
539
|
}, {}, {
|
|
532
540
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
533
541
|
variant: {
|
|
534
|
-
type: PropType<"default" | "
|
|
542
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
535
543
|
required: false;
|
|
536
544
|
default: string;
|
|
537
545
|
validator: (prop: string) => boolean;
|
|
538
546
|
};
|
|
539
547
|
to: {
|
|
540
|
-
type: (
|
|
548
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
541
549
|
default: undefined;
|
|
542
550
|
};
|
|
543
551
|
exact: {
|
|
@@ -548,6 +556,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
548
556
|
type: StringConstructor;
|
|
549
557
|
default: undefined;
|
|
550
558
|
};
|
|
559
|
+
addSlash: {
|
|
560
|
+
type: BooleanConstructor;
|
|
561
|
+
default: boolean;
|
|
562
|
+
};
|
|
551
563
|
title: {
|
|
552
564
|
type: StringConstructor;
|
|
553
565
|
default: undefined;
|
|
@@ -634,13 +646,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
634
646
|
addTrailingSlash(path: string): string;
|
|
635
647
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
636
648
|
variant: {
|
|
637
|
-
type: PropType<"default" | "
|
|
649
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
638
650
|
required: false;
|
|
639
651
|
default: string;
|
|
640
652
|
validator: (prop: string) => boolean;
|
|
641
653
|
};
|
|
642
654
|
to: {
|
|
643
|
-
type: (
|
|
655
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
644
656
|
default: undefined;
|
|
645
657
|
};
|
|
646
658
|
exact: {
|
|
@@ -651,6 +663,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
651
663
|
type: StringConstructor;
|
|
652
664
|
default: undefined;
|
|
653
665
|
};
|
|
666
|
+
addSlash: {
|
|
667
|
+
type: BooleanConstructor;
|
|
668
|
+
default: boolean;
|
|
669
|
+
};
|
|
654
670
|
title: {
|
|
655
671
|
type: StringConstructor;
|
|
656
672
|
default: undefined;
|
|
@@ -710,14 +726,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
710
726
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
711
727
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
712
728
|
}>, {
|
|
713
|
-
to: string | Record<string, any>;
|
|
714
729
|
title: string;
|
|
715
|
-
variant: "default" | "
|
|
716
|
-
|
|
717
|
-
target: string;
|
|
730
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
731
|
+
to: string | Record<string, any>;
|
|
718
732
|
exact: boolean;
|
|
733
|
+
href: string;
|
|
734
|
+
addSlash: boolean;
|
|
719
735
|
ariaLabel: string;
|
|
720
736
|
linkClass: string;
|
|
737
|
+
target: string;
|
|
721
738
|
externalTargetBlank: boolean;
|
|
722
739
|
caret: boolean;
|
|
723
740
|
caretWrapperClass: string;
|
|
@@ -838,10 +855,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
838
855
|
default: undefined;
|
|
839
856
|
};
|
|
840
857
|
}>> & Readonly<{}>, {
|
|
841
|
-
link: LinkObject;
|
|
842
|
-
label: string;
|
|
843
858
|
title: string;
|
|
844
859
|
image: Record<string, any>;
|
|
860
|
+
label: string;
|
|
861
|
+
link: LinkObject;
|
|
845
862
|
description: string;
|
|
846
863
|
}, {}, {
|
|
847
864
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -908,7 +925,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
908
925
|
default: string;
|
|
909
926
|
};
|
|
910
927
|
objectFitClass: {
|
|
911
|
-
type: PropType<"
|
|
928
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
912
929
|
required: false;
|
|
913
930
|
default: string;
|
|
914
931
|
validator: (prop: string) => boolean;
|
|
@@ -950,7 +967,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
950
967
|
default: string;
|
|
951
968
|
};
|
|
952
969
|
objectFitClass: {
|
|
953
|
-
type: PropType<"
|
|
970
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
954
971
|
required: false;
|
|
955
972
|
default: string;
|
|
956
973
|
validator: (prop: string) => boolean;
|
|
@@ -982,13 +999,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
982
999
|
default: string;
|
|
983
1000
|
};
|
|
984
1001
|
}>> & Readonly<{}>, {
|
|
985
|
-
imageClass: string;
|
|
986
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
987
|
-
srcset: string;
|
|
988
1002
|
alt: string;
|
|
989
1003
|
width: string | number;
|
|
990
1004
|
height: string | number;
|
|
1005
|
+
srcset: string;
|
|
991
1006
|
loading: "lazy" | "eager" | undefined;
|
|
1007
|
+
imageClass: string;
|
|
1008
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
992
1009
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
993
1010
|
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
994
1011
|
level: {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { LinkObject } from './../../interfaces';
|
|
3
|
-
|
|
4
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
4
|
link: {
|
|
6
5
|
type: PropType<LinkObject>;
|
|
@@ -29,13 +28,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
29
28
|
}, {}, {
|
|
30
29
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
31
30
|
variant: {
|
|
32
|
-
type: PropType<"default" | "
|
|
31
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
33
32
|
required: false;
|
|
34
33
|
default: string;
|
|
35
34
|
validator: (prop: string) => boolean;
|
|
36
35
|
};
|
|
37
36
|
to: {
|
|
38
|
-
type: (
|
|
37
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
39
38
|
default: undefined;
|
|
40
39
|
};
|
|
41
40
|
exact: {
|
|
@@ -46,6 +45,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
46
45
|
type: StringConstructor;
|
|
47
46
|
default: undefined;
|
|
48
47
|
};
|
|
48
|
+
addSlash: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
49
52
|
title: {
|
|
50
53
|
type: StringConstructor;
|
|
51
54
|
default: undefined;
|
|
@@ -132,13 +135,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
132
135
|
addTrailingSlash(path: string): string;
|
|
133
136
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
134
137
|
variant: {
|
|
135
|
-
type: PropType<"default" | "
|
|
138
|
+
type: PropType<"default" | "primary" | "secondary" | "none">;
|
|
136
139
|
required: false;
|
|
137
140
|
default: string;
|
|
138
141
|
validator: (prop: string) => boolean;
|
|
139
142
|
};
|
|
140
143
|
to: {
|
|
141
|
-
type: (
|
|
144
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
142
145
|
default: undefined;
|
|
143
146
|
};
|
|
144
147
|
exact: {
|
|
@@ -149,6 +152,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
149
152
|
type: StringConstructor;
|
|
150
153
|
default: undefined;
|
|
151
154
|
};
|
|
155
|
+
addSlash: {
|
|
156
|
+
type: BooleanConstructor;
|
|
157
|
+
default: boolean;
|
|
158
|
+
};
|
|
152
159
|
title: {
|
|
153
160
|
type: StringConstructor;
|
|
154
161
|
default: undefined;
|
|
@@ -208,14 +215,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
208
215
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
209
216
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
210
217
|
}>, {
|
|
211
|
-
to: string | Record<string, any>;
|
|
212
218
|
title: string;
|
|
213
|
-
variant: "default" | "
|
|
214
|
-
|
|
215
|
-
target: string;
|
|
219
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
220
|
+
to: string | Record<string, any>;
|
|
216
221
|
exact: boolean;
|
|
222
|
+
href: string;
|
|
223
|
+
addSlash: boolean;
|
|
217
224
|
ariaLabel: string;
|
|
218
225
|
linkClass: string;
|
|
226
|
+
target: string;
|
|
219
227
|
externalTargetBlank: boolean;
|
|
220
228
|
caret: boolean;
|
|
221
229
|
caretWrapperClass: string;
|
|
@@ -336,10 +344,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
336
344
|
default: undefined;
|
|
337
345
|
};
|
|
338
346
|
}>> & Readonly<{}>, {
|
|
339
|
-
link: LinkObject;
|
|
340
|
-
label: string;
|
|
341
347
|
title: string;
|
|
342
348
|
image: Record<string, any>;
|
|
349
|
+
label: string;
|
|
350
|
+
link: LinkObject;
|
|
343
351
|
description: string;
|
|
344
352
|
}, {}, {
|
|
345
353
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -406,7 +414,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
406
414
|
default: string;
|
|
407
415
|
};
|
|
408
416
|
objectFitClass: {
|
|
409
|
-
type: PropType<"
|
|
417
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
410
418
|
required: false;
|
|
411
419
|
default: string;
|
|
412
420
|
validator: (prop: string) => boolean;
|
|
@@ -448,7 +456,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
448
456
|
default: string;
|
|
449
457
|
};
|
|
450
458
|
objectFitClass: {
|
|
451
|
-
type: PropType<"
|
|
459
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
452
460
|
required: false;
|
|
453
461
|
default: string;
|
|
454
462
|
validator: (prop: string) => boolean;
|
|
@@ -480,13 +488,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
480
488
|
default: string;
|
|
481
489
|
};
|
|
482
490
|
}>> & Readonly<{}>, {
|
|
483
|
-
imageClass: string;
|
|
484
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
485
|
-
srcset: string;
|
|
486
491
|
alt: string;
|
|
487
492
|
width: string | number;
|
|
488
493
|
height: string | number;
|
|
494
|
+
srcset: string;
|
|
489
495
|
loading: "lazy" | "eager" | undefined;
|
|
496
|
+
imageClass: string;
|
|
497
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
490
498
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
491
499
|
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
492
500
|
level: {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { LinkObject } from './../../interfaces';
|
|
3
|
-
|
|
4
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
4
|
label: {
|
|
6
5
|
type: StringConstructor;
|
|
@@ -48,10 +47,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
48
47
|
default: undefined;
|
|
49
48
|
};
|
|
50
49
|
}>> & Readonly<{}>, {
|
|
51
|
-
link: LinkObject;
|
|
52
|
-
label: string;
|
|
53
50
|
title: string;
|
|
54
51
|
image: Record<string, any>;
|
|
52
|
+
label: string;
|
|
53
|
+
link: LinkObject;
|
|
55
54
|
description: string;
|
|
56
55
|
}, {}, {
|
|
57
56
|
BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -118,7 +117,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
118
117
|
default: string;
|
|
119
118
|
};
|
|
120
119
|
objectFitClass: {
|
|
121
|
-
type: PropType<"
|
|
120
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
122
121
|
required: false;
|
|
123
122
|
default: string;
|
|
124
123
|
validator: (prop: string) => boolean;
|
|
@@ -160,7 +159,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
160
159
|
default: string;
|
|
161
160
|
};
|
|
162
161
|
objectFitClass: {
|
|
163
|
-
type: PropType<"
|
|
162
|
+
type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
164
163
|
required: false;
|
|
165
164
|
default: string;
|
|
166
165
|
validator: (prop: string) => boolean;
|
|
@@ -192,13 +191,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
192
191
|
default: string;
|
|
193
192
|
};
|
|
194
193
|
}>> & Readonly<{}>, {
|
|
195
|
-
imageClass: string;
|
|
196
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
197
|
-
srcset: string;
|
|
198
194
|
alt: string;
|
|
199
195
|
width: string | number;
|
|
200
196
|
height: string | number;
|
|
197
|
+
srcset: string;
|
|
201
198
|
loading: "lazy" | "eager" | undefined;
|
|
199
|
+
imageClass: string;
|
|
200
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
202
201
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
203
202
|
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
204
203
|
level: {
|
|
@@ -122,7 +122,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
122
122
|
default: string;
|
|
123
123
|
};
|
|
124
124
|
objectFitClass: {
|
|
125
|
-
type: import('vue').PropType<"
|
|
125
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
126
126
|
required: false;
|
|
127
127
|
default: string;
|
|
128
128
|
validator: (prop: string) => boolean;
|
|
@@ -164,7 +164,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
164
164
|
default: string;
|
|
165
165
|
};
|
|
166
166
|
objectFitClass: {
|
|
167
|
-
type: import('vue').PropType<"
|
|
167
|
+
type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
|
|
168
168
|
required: false;
|
|
169
169
|
default: string;
|
|
170
170
|
validator: (prop: string) => boolean;
|
|
@@ -196,13 +196,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
196
196
|
default: string;
|
|
197
197
|
};
|
|
198
198
|
}>> & Readonly<{}>, {
|
|
199
|
-
imageClass: string;
|
|
200
|
-
objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
|
|
201
|
-
srcset: string;
|
|
202
199
|
alt: string;
|
|
203
200
|
width: string | number;
|
|
204
201
|
height: string | number;
|
|
202
|
+
srcset: string;
|
|
205
203
|
loading: "lazy" | "eager" | undefined;
|
|
204
|
+
imageClass: string;
|
|
205
|
+
objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
|
|
206
206
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
207
207
|
BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
208
208
|
level: {
|
|
@@ -77,6 +77,29 @@ export const BlockCsrTableData: ({
|
|
|
77
77
|
Fluence: null;
|
|
78
78
|
Energy: null;
|
|
79
79
|
}[];
|
|
80
|
+
} | {
|
|
81
|
+
Id: number;
|
|
82
|
+
TestRecordId: number;
|
|
83
|
+
Attachment: undefined;
|
|
84
|
+
Status: number;
|
|
85
|
+
GenericPartNumber: string;
|
|
86
|
+
Description: string;
|
|
87
|
+
PartTechnology: string;
|
|
88
|
+
PartLDC: string;
|
|
89
|
+
Manufacturer: string;
|
|
90
|
+
Type: string;
|
|
91
|
+
TestSubTypes: string;
|
|
92
|
+
ActualCompletionDate: string;
|
|
93
|
+
ExportPackageRates: {
|
|
94
|
+
Id: number;
|
|
95
|
+
ExportPackageId: number;
|
|
96
|
+
TotalDose: string;
|
|
97
|
+
DoseRate: string;
|
|
98
|
+
TotalFluence: null;
|
|
99
|
+
LETthOrEnergy: null;
|
|
100
|
+
Fluence: null;
|
|
101
|
+
Energy: null;
|
|
102
|
+
}[];
|
|
80
103
|
})[];
|
|
81
104
|
export namespace BaseStory {
|
|
82
105
|
namespace args {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
interface BlockCsrTableProps {
|
|
1
|
+
export interface BlockCsrTableProps {
|
|
2
2
|
rowData?: BlockCsrTableRow[];
|
|
3
3
|
attachmentPrefix?: string;
|
|
4
4
|
apiEndpoint?: string;
|
|
@@ -28,34 +28,13 @@ export interface BlockCsrTableRow {
|
|
|
28
28
|
ActualCompletionDate: string;
|
|
29
29
|
ExportPackageRates: ExportPackageRate[];
|
|
30
30
|
}
|
|
31
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
32
|
-
rowData: undefined;
|
|
33
|
-
attachmentPrefix: string;
|
|
34
|
-
apiEndpoint: undefined;
|
|
35
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BlockCsrTableProps>, {
|
|
36
|
-
rowData: undefined;
|
|
37
|
-
attachmentPrefix: string;
|
|
38
|
-
apiEndpoint: undefined;
|
|
39
|
-
}>>> & Readonly<{}>, {
|
|
31
|
+
declare const _default: import('vue').DefineComponent<BlockCsrTableProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BlockCsrTableProps> & Readonly<{}>, {
|
|
40
32
|
rowData: BlockCsrTableRow[];
|
|
41
33
|
apiEndpoint: string;
|
|
42
34
|
attachmentPrefix: string;
|
|
43
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
36
|
+
BlockCsrTableRef: import('vue').ShallowUnwrapRef<{
|
|
37
|
+
api: import('vue').Ref<import('ag-grid-community').GridApi<any> | undefined, import('ag-grid-community').GridApi<any> | undefined>;
|
|
38
|
+
}> | null;
|
|
39
|
+
}, any>;
|
|
44
40
|
export default _default;
|
|
45
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
46
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
47
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
48
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
49
|
-
} : {
|
|
50
|
-
type: import('vue').PropType<T[K]>;
|
|
51
|
-
required: true;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
type __VLS_WithDefaults<P, D> = {
|
|
55
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
56
|
-
default: D[K];
|
|
57
|
-
}> : P[K];
|
|
58
|
-
};
|
|
59
|
-
type __VLS_Prettify<T> = {
|
|
60
|
-
[K in keyof T]: T[K];
|
|
61
|
-
} & {};
|