@explorer-1/vue 1.1.0 → 1.1.2
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 +15 -0
- package/components.d.ts +10 -2
- package/package.json +4 -4
- package/src/components/AttractionCard/AttractionCard.vue +113 -0
- package/src/components/BaseButton/BaseButton.stories.ts +2 -2
- package/src/components/BaseButton/BaseButton.vue +6 -6
- package/src/components/BaseCarousel/BaseCarousel.vue +2 -2
- package/src/components/BaseLink/BaseLink.stories.js +8 -0
- package/src/components/BaseLink/BaseLink.vue +21 -1
- package/src/components/BlockCsrTable/BlockCsrTable.stories.js +4 -4
- package/src/components/BlockCsrTable/BlockCsrTable.vue +10 -1
- package/src/components/BlockCta/BlockCta.vue +1 -1
- package/src/components/BlockImageCarousel/BlockImageCarousel.vue +2 -2
- package/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue +2 -2
- package/src/components/Icons/IconBookmark.vue +25 -0
- package/src/components/Icons/IconHourglass.vue +35 -0
- package/src/components/Icons/IconLocationCrosshairs.vue +26 -0
- package/src/components/Icons/IconMap.vue +26 -0
- package/src/components/Icons/Icons.stories.ts +29 -0
- package/src/components/MetaPanel/MetaPanel.vue +1 -1
- package/src/components/MetadataStacked/MetadataStacked.stories.js +21 -0
- package/src/components/MetadataStacked/MetadataStacked.vue +71 -0
- package/src/components/MissionDetailHero/MissionDetailHero.vue +1 -1
- package/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue +2 -2
- package/src/components/MixinAnimationCaret/MixinAnimationCaret.vue +34 -0
- package/src/components/MixinCarousel/MixinCarousel.vue +2 -2
- package/src/components/NavSecondary/NavSecondary.vue +11 -2
- package/src/components/NavSocial/NavSocial.vue +1 -1
- package/src/components/SearchFilterGroup/SearchFilterGroup.vue +10 -4
- package/src/components/SearchPagination/SearchPagination.vue +2 -2
- package/src/components/SearchResultCard/SearchResultCard.stories.js +11 -0
- package/src/components/SearchResultCard/SearchResultCard.vue +31 -1
- package/src/components/SearchResultsList/SearchResultsList.stories.js +870 -0
- package/src/components/SearchResultsList/SearchResultsList.vue +18 -1
- package/src/components/ShareButtons/ShareButtons.vue +4 -4
- package/src/components/TheFooter/TheFooter.vue +1 -1
- package/src/components/TopicDetailMore/TopicDetailMore.vue +1 -1
- package/src/interfaces.ts +40 -1
- package/src/templates/PageAudioDetail/PageAudioDetail.vue +9 -8
- package/src/templates/PageContent/PageContent.vue +2 -0
- package/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.stories.js +22 -0
- package/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.vue +65 -0
- package/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.stories.js +102 -0
- package/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.vue +128 -0
- package/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.stories.js +90 -0
- package/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.vue +172 -0
- package/vite.config.ts +2 -4
- package/dist/edu/.gitkeep +0 -0
- package/dist/edu/explorer-1/bg-stars-edu.png +0 -0
- package/dist/edu/explorer-1/bg-stars.jpg +0 -0
- package/dist/explorer-1/bg-stars-edu.png +0 -0
- package/dist/explorer-1/bg-stars.jpg +0 -0
- package/dist/explorer-1-vue.css +0 -1
- package/dist/explorer-1-vue.d.ts +0 -1
- package/dist/explorer-1-vue.js +0 -69527
- package/dist/explorer-1-vue.umd.cjs +0 -106
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Artists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Communicators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Designers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Disruptors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Dreamers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Educators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Innovators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Inventors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Makers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Problem_Solvers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Robiticists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Scientists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Software_Engineers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Thinkers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Visualizers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Artists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Communicators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Designers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Disruptors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Dreamers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Educators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Innovators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Inventors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Makers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Problem_Solvers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Robiticists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Scientists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Software_Engineers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Thinkers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Visualizers.jpg +0 -0
- package/dist/src/App.vue.d.ts +0 -2
- package/dist/src/components/AboutTheAuthor/AboutTheAuthor.stories.d.ts +0 -30
- package/dist/src/components/AboutTheAuthor/AboutTheAuthor.vue.d.ts +0 -27
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.stories.d.ts +0 -45
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +0 -372
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +0 -147
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +0 -143
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.stories.d.ts +0 -39
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +0 -95
- package/dist/src/components/BaseAudio/BaseAudio.stories.d.ts +0 -23
- package/dist/src/components/BaseAudio/BaseAudio.vue.d.ts +0 -78
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +0 -145
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +0 -145
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.stories.d.ts +0 -25
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +0 -72
- package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +0 -166
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +0 -44
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +0 -141
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +0 -116
- package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +0 -37
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +0 -311
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.d.ts +0 -82
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +0 -91
- package/dist/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue.d.ts +0 -7
- package/dist/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue.d.ts +0 -6
- package/dist/src/components/BaseLink/BaseLink.stories.d.ts +0 -54
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +0 -308
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +0 -1103
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +0 -182
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +0 -161
- package/dist/src/components/BasePill/BasePill.stories.d.ts +0 -38
- package/dist/src/components/BasePill/BasePill.vue.d.ts +0 -79
- package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +0 -25
- package/dist/src/components/BasePlaceholder/BasePlaceholder.vue.d.ts +0 -3
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.stories.d.ts +0 -29
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +0 -85
- package/dist/src/components/BaseSwimlane/BaseSwimlane.stories.d.ts +0 -25
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +0 -85
- package/dist/src/components/BaseTimer/BaseTimer.stories.d.ts +0 -115
- package/dist/src/components/BaseTimer/BaseTimer.test.d.ts +0 -1
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +0 -95
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.stories.d.ts +0 -229
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.test.d.ts +0 -1
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +0 -90
- package/dist/src/components/BaseVideo/BaseVideo.stories.d.ts +0 -26
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +0 -89
- package/dist/src/components/BlockAccordion/BlockAccordion.stories.d.ts +0 -83
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +0 -29
- package/dist/src/components/BlockAnchor/BlockAnchor.vue.d.ts +0 -12
- package/dist/src/components/BlockAudio/BlockAudio.stories.d.ts +0 -35
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +0 -261
- package/dist/src/components/BlockCardGrid/BlockCardGrid.stories.d.ts +0 -111
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +0 -1057
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.stories.d.ts +0 -48
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +0 -545
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +0 -247
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.stories.d.ts +0 -53
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +0 -251
- package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +0 -110
- package/dist/src/components/BlockCsrTable/BlockCsrTable.vue.d.ts +0 -40
- package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +0 -19
- package/dist/src/components/BlockCsrTable/CsrTestLimits.vue.d.ts +0 -16
- package/dist/src/components/BlockCsrTable/CsrTestLimitsTable.vue.d.ts +0 -12
- package/dist/src/components/BlockCta/BlockCta.stories.d.ts +0 -37
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +0 -124
- package/dist/src/components/BlockDialog/BlockDialog.stories.d.ts +0 -84
- package/dist/src/components/BlockDialog/BlockDialog.vue.d.ts +0 -57
- package/dist/src/components/BlockGist/BlockGist.stories.d.ts +0 -20
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +0 -13
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +0 -2
- package/dist/src/components/BlockHeading/BlockHeading.stories.d.ts +0 -21
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +0 -80
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.stories.d.ts +0 -38
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +0 -390
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +0 -8450
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +0 -1380
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +0 -666
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +0 -663
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.stories.d.ts +0 -40
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +0 -824
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.stories.d.ts +0 -46
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +0 -665
- package/dist/src/components/BlockImageComparison/BlockImageComparison.stories.d.ts +0 -48
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +0 -338
- package/dist/src/components/BlockImageGallery/BlockImageGallery.stories.d.ts +0 -97
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +0 -1221
- package/dist/src/components/BlockInlineImage/BlockInlineImage.stories.d.ts +0 -77
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +0 -676
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.stories.d.ts +0 -21
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +0 -124
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +0 -430
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +0 -810
- package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +0 -17
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.stories.d.ts +0 -140
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +0 -8
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +0 -2085
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +0 -1847
- package/dist/src/components/BlockLinkTile/BlockLinkTile.stories.d.ts +0 -72
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +0 -568
- package/dist/src/components/BlockListCards/BlockListCards.stories.d.ts +0 -58
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +0 -511
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.stories.d.ts +0 -20
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue.d.ts +0 -230
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +0 -1563
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +0 -303
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.stories.d.ts +0 -45
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +0 -401
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +0 -317
- package/dist/src/components/BlockRichTable/BlockRichTable.stories.d.ts +0 -204
- package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +0 -715
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +0 -2105
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +0 -11342
- package/dist/src/components/BlockTeaser/BlockTeaser.stories.d.ts +0 -62
- package/dist/src/components/BlockTeaser/BlockTeaser.test.d.ts +0 -1
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +0 -305
- package/dist/src/components/BlockText/BlockText.stories.d.ts +0 -36
- package/dist/src/components/BlockText/BlockText.vue.d.ts +0 -56
- package/dist/src/components/BlockVideo/BlockVideo.stories.d.ts +0 -25
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +0 -442
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.stories.d.ts +0 -26
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +0 -403
- package/dist/src/components/CalendarButton/CalendarButton.stories.d.ts +0 -19
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +0 -192
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +0 -11
- package/dist/src/components/DetailHeadline/DetailHeadline.stories.d.ts +0 -55
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +0 -535
- package/dist/src/components/DsnWidget/DsnWidget.stories.d.ts +0 -23
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +0 -305
- package/dist/src/components/EduSubjectIcon/EduSubjectIcon.vue.d.ts +0 -7
- package/dist/src/components/EventCard/EventCard.vue.d.ts +0 -626
- package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +0 -50
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +0 -214
- package/dist/src/components/FormContact/FormContact.stories.d.ts +0 -235
- package/dist/src/components/FormContact/FormContact.vue.d.ts +0 -221
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +0 -293
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +0 -279
- package/dist/src/components/HeroInlineMedia/HeroInlineMedia.vue.d.ts +0 -10
- package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +0 -115
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +0 -138
- package/dist/src/components/HeroListingIndex/HeroListingIndex.stories.d.ts +0 -138
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +0 -465
- package/dist/src/components/HeroMedia/HeroMedia.stories.d.ts +0 -175
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +0 -392
- package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +0 -121
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +0 -439
- package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +0 -120
- package/dist/src/components/HomepageCarousel/HomepageCarousel.stories.d.ts +0 -353
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +0 -604
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.stories.d.ts +0 -57
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +0 -301
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.stories.d.ts +0 -27
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +0 -401
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.stories.d.ts +0 -94
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +0 -317
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +0 -379
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +0 -720
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +0 -291
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +0 -4759
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +0 -763
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.stories.d.ts +0 -80
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +0 -617
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +0 -162
- package/dist/src/components/Icons/Icon360.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconArrow.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconArrows.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconAudio.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconBook.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconBookUser.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconBriefcase.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconCalendar.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconCaret.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconCheckbox.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconCheckboxSelected.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconClose.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconCloseLightbox.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconDownload.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconDropdown.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconEduArt.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconEduEngineering.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconEduEnglishLanguageArts.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconEduMathematics.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconEduScience.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconEduTechnology.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconEnvelope.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconExpand.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconExternal.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconFilter.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconForwardTen.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconGrid.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconHand.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconInfo.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconLink.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconList.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconLocation.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconMagnifyingGlass.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconMedal.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconMenu.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconMinus.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconMute.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconNext.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconPause.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconPlay.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconPlus.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconPrev.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconProfile.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconRewindTen.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconSearch.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconShare.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconSlideshow.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconSocialEmail.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconSocialFacebook.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconSocialGoogleClassroom.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconSocialInstagram.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconSocialPinterest.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconSocialReddit.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconSocialTwitter.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconSocialYoutube.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconStop.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconTime.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconUniversity.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconUser.vue.d.ts +0 -2
- package/dist/src/components/Icons/IconVolume.vue.d.ts +0 -2
- package/dist/src/components/Icons/Icons.stories.d.ts +0 -551
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +0 -165
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +0 -33
- package/dist/src/components/LoadingTransition/LoadingTransition.vue.d.ts +0 -7
- package/dist/src/components/LogoCaltech/LogoCaltech.stories.d.ts +0 -40
- package/dist/src/components/LogoCaltech/LogoCaltech.vue.d.ts +0 -2
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +0 -136
- package/dist/src/components/LogoTribrand/LogoTribrand.vue.d.ts +0 -20
- package/dist/src/components/MetaPanel/MetaPanel.stories.d.ts +0 -47
- package/dist/src/components/MetaPanel/MetaPanel.vue.d.ts +0 -42
- package/dist/src/components/MetaPanelAccordion/MetaPanelAccordion.vue.d.ts +0 -8
- package/dist/src/components/MetaPanelItems/MetaPanelItems.stories.d.ts +0 -32
- package/dist/src/components/MetaPanelItems/MetaPanelItems.vue.d.ts +0 -17
- package/dist/src/components/MetadataEduResource/MetadataEduResource.stories.d.ts +0 -55
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +0 -17
- package/dist/src/components/MetadataEvent/MetadataEvent.stories.d.ts +0 -32
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +0 -16
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.stories.d.ts +0 -27
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +0 -134
- package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +0 -417
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +0 -239
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +0 -283
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +0 -560
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +0 -457
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +0 -351
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.stories.d.ts +0 -41
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +0 -525
- package/dist/src/components/MissionDetailStats/DistanceStats.test.d.ts +0 -1
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +0 -188
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +0 -731
- package/dist/src/components/MissionDetailStats/MissionDetailStats.test.d.ts +0 -1
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +0 -354
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +0 -79
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +0 -244
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.stories.d.ts +0 -76
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +0 -1275
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +0 -90
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +0 -78
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +0 -1002
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +0 -494
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +0 -156
- package/dist/src/components/MixinFancybox/MixinFancyboxOpenButton.vue.d.ts +0 -4
- package/dist/src/components/MixinVideoBg/MixinVideoBg.stories.d.ts +0 -21
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +0 -16
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +0 -10170
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +0 -2948
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +0 -71
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +0 -1033
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +0 -1468
- package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +0 -297
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +0 -2001
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +0 -1753
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +0 -40
- package/dist/src/components/NavHeading/NavHeading.stories.d.ts +0 -23
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +0 -284
- package/dist/src/components/NavHighlight/NavHighlight.stories.d.ts +0 -44
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +0 -438
- package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +0 -47
- package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +0 -856
- package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +0 -291
- package/dist/src/components/NavLinkList/NavLinkList.stories.d.ts +0 -40
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +0 -583
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +0 -291
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +0 -274
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +0 -8549
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +0 -1910
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +0 -778
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +0 -5835
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +0 -317
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +0 -372
- package/dist/src/components/NavSearchForm/NavSearchForm.stories.d.ts +0 -13
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +0 -15
- package/dist/src/components/NavSecondary/NavSecondary.stories.d.ts +0 -33
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +0 -792
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +0 -407
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +0 -302
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +0 -311
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +0 -179
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +0 -152
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.stories.d.ts +0 -37
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.test.d.ts +0 -1
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +0 -30
- package/dist/src/components/ParallaxContainer/ParallaxContainer.stories.d.ts +0 -91
- package/dist/src/components/ParallaxContainer/ParallaxContainer.vue.d.ts +0 -38
- package/dist/src/components/ParallaxElement/ParallaxElement.vue.d.ts +0 -23
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +0 -1268
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +0 -626
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.stories.d.ts +0 -50
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +0 -2566
- package/dist/src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue.d.ts +0 -103
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.d.ts +0 -162
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.test.d.ts +0 -1
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +0 -86
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +0 -84
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.stories.d.ts +0 -83
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +0 -166
- package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +0 -29
- package/dist/src/components/SearchInput/SearchInput.stories.d.ts +0 -43
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +0 -33
- package/dist/src/components/SearchPagination/SearchPagination.stories.d.ts +0 -69
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +0 -110
- package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +0 -94
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +0 -2808
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.stories.d.ts +0 -69
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +0 -1981
- package/dist/src/components/SearchResultsList/SearchResultsList.stories.d.ts +0 -404
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +0 -4840
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.stories.d.ts +0 -19
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.vue.d.ts +0 -39
- package/dist/src/components/ShareButtons/ShareButtons.stories.d.ts +0 -16
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +0 -134
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.d.ts +0 -17
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +0 -7
- package/dist/src/components/SkipLink/SkipLink.stories.d.ts +0 -8
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +0 -98
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.stories.d.ts +0 -25
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +0 -421
- package/dist/src/components/TextArea/TextArea.stories.d.ts +0 -31
- package/dist/src/components/TextArea/TextArea.vue.d.ts +0 -37
- package/dist/src/components/TextInput/TextInput.stories.d.ts +0 -34
- package/dist/src/components/TextInput/TextInput.vue.d.ts +0 -42
- package/dist/src/components/TheFooter/TheFooter.stories.d.ts +0 -88
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +0 -585
- package/dist/src/components/TheFooter/TheFooterSignUp.vue.d.ts +0 -8
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.stories.d.ts +0 -32
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +0 -2486
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +0 -964
- package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +0 -925
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.stories.d.ts +0 -46
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +0 -1019
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.stories.d.ts +0 -37
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +0 -520
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.stories.d.ts +0 -77
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +0 -342
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +0 -705
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +0 -575
- package/dist/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue.d.ts +0 -8
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.stories.d.ts +0 -158
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +0 -441
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.stories.d.ts +0 -95
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +0 -1990
- package/dist/src/components/YearTicker/YearTicker.stories.d.ts +0 -40
- package/dist/src/components/YearTicker/YearTicker.vue.d.ts +0 -17
- package/dist/src/constants.d.ts +0 -85
- package/dist/src/docs/foundation/DynamicTokens.vue.d.ts +0 -2
- package/dist/src/docs/foundation/FontVariants.vue.d.ts +0 -2
- package/dist/src/docs/foundation/grid.stories.d.ts +0 -69
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +0 -194
- package/dist/src/docs/foundation/themes.stories.d.ts +0 -21
- package/dist/src/docs/foundation/typography.stories.d.ts +0 -106
- package/dist/src/docs/guides/responsive.stories.d.ts +0 -13
- package/dist/src/docs/utils/ColorRow.d.ts +0 -6
- package/dist/src/docs/utils/ComponentItem.d.ts +0 -2
- package/dist/src/docs/utils/ComponentList.d.ts +0 -2
- package/dist/src/interfaces.d.ts +0 -320
- package/dist/src/main.d.ts +0 -0
- package/dist/src/store/curatedGallery.d.ts +0 -6
- package/dist/src/store/header.d.ts +0 -20
- package/dist/src/store/search.d.ts +0 -10
- package/dist/src/store/theme.d.ts +0 -13
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.stories.d.ts +0 -102
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +0 -6188
- package/dist/src/templates/PageContent/PageContent.stories.d.ts +0 -207
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +0 -16708
- package/dist/src/templates/PageEventDetail/PageEventDetail.stories.d.ts +0 -94
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +0 -14671
- package/dist/src/templates/PageImageDetail/PageImageDetail.stories.d.ts +0 -185
- package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +0 -17037
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.stories.d.ts +0 -1852
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +0 -14669
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.stories.d.ts +0 -56
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +0 -3017
- package/dist/src/templates/edu/PageContentEdu.stories.d.ts +0 -397
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.stories.d.ts +0 -170
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +0 -877
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.stories.d.ts +0 -300
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +0 -14610
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.d.ts +0 -449
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +0 -15515
- package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.stories.d.ts +0 -288
- package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.vue.d.ts +0 -18
- package/dist/src/templates/edu/PageEduHome/PageEduHome.stories.d.ts +0 -73
- package/dist/src/templates/edu/PageEduHome/PageEduHome.vue.d.ts +0 -15
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.stories.d.ts +0 -626
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +0 -909
- package/dist/src/templates/edu/PageEduLesson/PageEduLessonSection.vue.d.ts +0 -18
- package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.stories.d.ts +0 -364
- package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.vue.d.ts +0 -24
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.stories.d.ts +0 -2115
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +0 -881
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.d.ts +0 -893
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +0 -894
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue.d.ts +0 -20
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.stories.d.ts +0 -415
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +0 -871
- package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.stories.d.ts +0 -99
- package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.vue.d.ts +0 -7
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.stories.d.ts +0 -651
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +0 -14087
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.stories.d.ts +0 -142
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +0 -13853
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.stories.d.ts +0 -56
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +0 -3422
- package/dist/src/templates/www/PageHomepage/PageHomepage.stories.d.ts +0 -705
- package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +0 -5997
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.stories.d.ts +0 -41
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +0 -963
- package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.stories.d.ts +0 -14
- package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.vue.d.ts +0 -181
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.stories.d.ts +0 -875
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +0 -4792
- package/dist/src/templates/www/PagePodcast/PagePodcast.stories.d.ts +0 -115
- package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +0 -7977
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.stories.d.ts +0 -84
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +0 -5783
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.stories.d.ts +0 -64
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +0 -3495
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.stories.d.ts +0 -60
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +0 -1135
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +0 -259
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +0 -14868
- package/dist/src/templates/www/PageTimeline/BlockMilestone.vue.d.ts +0 -326
- package/dist/src/templates/www/PageTimeline/PageTimeline.stories.d.ts +0 -339
- package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +0 -2418
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.stories.d.ts +0 -297
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +0 -6277
- package/dist/src/utils/anchorizeBlock.d.ts +0 -2
- package/dist/src/utils/anchorizeStreamfield.d.ts +0 -2
- package/dist/src/utils/dayjs.d.ts +0 -2
- package/dist/src/utils/eventBus.d.ts +0 -1
- package/dist/src/utils/filters.d.ts +0 -4
- package/dist/src/utils/generateHash.d.ts +0 -1
- package/dist/src/utils/getHeadingId.d.ts +0 -1
- package/dist/src/utils/isEduExternalLink.d.ts +0 -1
- package/dist/src/utils/lookupContentType.d.ts +0 -3
- package/dist/src/utils/mixins.d.ts +0 -58
- package/dist/src/utils/rangeifyGrades.d.ts +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @explorer-1/vue
|
|
2
2
|
|
|
3
|
+
## 1.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4789384: Fixing CSR table block attachment link.
|
|
8
|
+
- c9cb4e4: Changing background color of main footer
|
|
9
|
+
|
|
10
|
+
## 1.1.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- cc79897: Adding Explore JPL components
|
|
15
|
+
- Updated dependencies [cc79897]
|
|
16
|
+
- @explorer-1/common@2.1.1
|
|
17
|
+
|
|
3
18
|
## 1.1.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
package/components.d.ts
CHANGED
|
@@ -13,12 +13,14 @@ declare module 'vue' {
|
|
|
13
13
|
export interface GlobalComponents {
|
|
14
14
|
AboutTheAuthor: typeof import('./src/components/AboutTheAuthor/AboutTheAuthor.vue')['default']
|
|
15
15
|
AsteroidWatchWidget: typeof import('./src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue')['default']
|
|
16
|
+
AttractionCard: typeof import('./src/components/AttractionCard/AttractionCard.vue')['default']
|
|
16
17
|
BackToTop: typeof import('./src/components/BackToTop/BackToTop.vue')['default']
|
|
17
18
|
BaseAccordionItem: typeof import('./src/components/BaseAccordionItem/BaseAccordionItem.vue')['default']
|
|
18
19
|
BaseAudio: typeof import('./src/components/BaseAudio/BaseAudio.vue')['default']
|
|
19
20
|
BaseButton: typeof import('./src/components/BaseButton/BaseButton.vue')['default']
|
|
20
21
|
BaseCarousel: typeof import('./src/components/BaseCarousel/BaseCarousel.vue')['default']
|
|
21
22
|
BaseCheckboxGroup: typeof import('./src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue')['default']
|
|
23
|
+
BaseExploreApp: typeof import('./src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.vue')['default']
|
|
22
24
|
BaseHeading: typeof import('./src/components/BaseHeading/BaseHeading.vue')['default']
|
|
23
25
|
BaseImage: typeof import('./src/components/BaseImage/BaseImage.vue')['default']
|
|
24
26
|
BaseImageCaption: typeof import('./src/components/BaseImageCaption/BaseImageCaption.vue')['default']
|
|
@@ -75,8 +77,7 @@ declare module 'vue' {
|
|
|
75
77
|
BlockVideoEmbed: typeof import('./src/components/BlockVideoEmbed/BlockVideoEmbed.vue')['default']
|
|
76
78
|
CalendarButton: typeof import('./src/components/CalendarButton/CalendarButton.vue')['default']
|
|
77
79
|
CalendarChip: typeof import('./src/components/CalendarChip/CalendarChip.vue')['default']
|
|
78
|
-
|
|
79
|
-
CsrTestLimits: typeof import('./src/components/BlockCsrTable/CsrTestLimits.vue')['default']
|
|
80
|
+
CsrDetails: typeof import('./src/components/BlockCsrTable/CsrDetails.vue')['default']
|
|
80
81
|
CsrTestLimitsTable: typeof import('./src/components/BlockCsrTable/CsrTestLimitsTable.vue')['default']
|
|
81
82
|
DetailHeadline: typeof import('./src/components/DetailHeadline/DetailHeadline.vue')['default']
|
|
82
83
|
DistanceStats: typeof import('./src/components/MissionDetailStats/DistanceStats.vue')['default']
|
|
@@ -106,6 +107,7 @@ declare module 'vue' {
|
|
|
106
107
|
IconArrows: typeof import('./src/components/Icons/IconArrows.vue')['default']
|
|
107
108
|
IconAudio: typeof import('./src/components/Icons/IconAudio.vue')['default']
|
|
108
109
|
IconBook: typeof import('./src/components/Icons/IconBook.vue')['default']
|
|
110
|
+
IconBookmark: typeof import('./src/components/Icons/IconBookmark.vue')['default']
|
|
109
111
|
IconBookUser: typeof import('./src/components/Icons/IconBookUser.vue')['default']
|
|
110
112
|
IconBriefcase: typeof import('./src/components/Icons/IconBriefcase.vue')['default']
|
|
111
113
|
IconCalendar: typeof import('./src/components/Icons/IconCalendar.vue')['default']
|
|
@@ -129,11 +131,14 @@ declare module 'vue' {
|
|
|
129
131
|
IconForwardTen: typeof import('./src/components/Icons/IconForwardTen.vue')['default']
|
|
130
132
|
IconGrid: typeof import('./src/components/Icons/IconGrid.vue')['default']
|
|
131
133
|
IconHand: typeof import('./src/components/Icons/IconHand.vue')['default']
|
|
134
|
+
IconHourglass: typeof import('./src/components/Icons/IconHourglass.vue')['default']
|
|
132
135
|
IconInfo: typeof import('./src/components/Icons/IconInfo.vue')['default']
|
|
133
136
|
IconLink: typeof import('./src/components/Icons/IconLink.vue')['default']
|
|
134
137
|
IconList: typeof import('./src/components/Icons/IconList.vue')['default']
|
|
135
138
|
IconLocation: typeof import('./src/components/Icons/IconLocation.vue')['default']
|
|
139
|
+
IconLocationCrosshairs: typeof import('./src/components/Icons/IconLocationCrosshairs.vue')['default']
|
|
136
140
|
IconMagnifyingGlass: typeof import('./src/components/Icons/IconMagnifyingGlass.vue')['default']
|
|
141
|
+
IconMap: typeof import('./src/components/Icons/IconMap.vue')['default']
|
|
137
142
|
IconMedal: typeof import('./src/components/Icons/IconMedal.vue')['default']
|
|
138
143
|
IconMenu: typeof import('./src/components/Icons/IconMenu.vue')['default']
|
|
139
144
|
IconMinus: typeof import('./src/components/Icons/IconMinus.vue')['default']
|
|
@@ -168,6 +173,7 @@ declare module 'vue' {
|
|
|
168
173
|
LogoTribrand: typeof import('./src/components/LogoTribrand/LogoTribrand.vue')['default']
|
|
169
174
|
MetadataEduResource: typeof import('./src/components/MetadataEduResource/MetadataEduResource.vue')['default']
|
|
170
175
|
MetadataEvent: typeof import('./src/components/MetadataEvent/MetadataEvent.vue')['default']
|
|
176
|
+
MetadataStacked: typeof import('./src/components/MetadataStacked/MetadataStacked.vue')['default']
|
|
171
177
|
MetaPanel: typeof import('./src/components/MetaPanel/MetaPanel.vue')['default']
|
|
172
178
|
MetaPanelAccordion: typeof import('./src/components/MetaPanelAccordion/MetaPanelAccordion.vue')['default']
|
|
173
179
|
MetaPanelItems: typeof import('./src/components/MetaPanelItems/MetaPanelItems.vue')['default']
|
|
@@ -214,6 +220,7 @@ declare module 'vue' {
|
|
|
214
220
|
PageAsteroidWatchIndex: typeof import('./src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue')['default']
|
|
215
221
|
PageAudioDetail: typeof import('./src/templates/PageAudioDetail/PageAudioDetail.vue')['default']
|
|
216
222
|
PageContent: typeof import('./src/templates/PageContent/PageContent.vue')['default']
|
|
223
|
+
PageContentExploreApp: typeof import('./src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.vue')['default']
|
|
217
224
|
PageCuratedGallery: typeof import('./src/templates/www/PageCuratedGallery/PageCuratedGallery.vue')['default']
|
|
218
225
|
PageEduCollectionsDetail: typeof import('./src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue')['default']
|
|
219
226
|
PageEduEventDetail: typeof import('./src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue')['default']
|
|
@@ -240,6 +247,7 @@ declare module 'vue' {
|
|
|
240
247
|
PagePressKitIndex: typeof import('./src/templates/www/PagePressKitIndex/PagePressKitIndex.vue')['default']
|
|
241
248
|
PageProfileDetail: typeof import('./src/templates/www/PageProfileDetail/PageProfileDetail.vue')['default']
|
|
242
249
|
PageRoboticsDetail: typeof import('./src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue')['default']
|
|
250
|
+
PageSiteExploreApp: typeof import('./src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.vue')['default']
|
|
243
251
|
PageTimeline: typeof import('./src/templates/www/PageTimeline/PageTimeline.vue')['default']
|
|
244
252
|
PageTopicDetail: typeof import('./src/templates/www/PageTopicDetail/PageTopicDetail.vue')['default']
|
|
245
253
|
PageVideoDetail: typeof import('./src/templates/PageVideoDetail/PageVideoDetail.vue')['default']
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@explorer-1/vue",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -15,13 +15,14 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@fancyapps/ui": "^6.1.11",
|
|
17
17
|
"@tailwindcss/forms": "^0.5.11",
|
|
18
|
+
"a11y-dialog": "^8.1.5",
|
|
18
19
|
"ag-grid-vue3": "^35.0.1",
|
|
19
20
|
"animejs": "^4.3.5",
|
|
20
21
|
"click-outside-vue3": "^4.0.1",
|
|
21
22
|
"datebook": "^8.0.1",
|
|
22
23
|
"dayjs": "^1.11.19",
|
|
23
24
|
"fast-qs": "^2.1.2",
|
|
24
|
-
"lodash": "^4.17.23",
|
|
25
|
+
"lodash-es": "^4.17.23",
|
|
25
26
|
"mitt": "^3.0.1",
|
|
26
27
|
"sass": "^1.97.3",
|
|
27
28
|
"swiper": "^12.1.2",
|
|
@@ -32,11 +33,10 @@
|
|
|
32
33
|
"vue-router": "^5.0.2",
|
|
33
34
|
"vue3-compare-image": "^1.2.5",
|
|
34
35
|
"vue3-observe-visibility": "^1.0.4",
|
|
35
|
-
"@explorer-1/common": "2.1.
|
|
36
|
+
"@explorer-1/common": "2.1.1"
|
|
36
37
|
},
|
|
37
38
|
"devDependencies": {
|
|
38
39
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
39
|
-
"a11y-dialog": "^8.1.5",
|
|
40
40
|
"autoprefixer": "^10.4.24",
|
|
41
41
|
"postcss": "^8.5.6",
|
|
42
42
|
"postcss-import": "^16.1.1",
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import type { PropType } from 'vue'
|
|
3
|
+
import type { HeadingLevel } from './../BaseHeading/BaseHeading.vue'
|
|
4
|
+
import BaseLink from './../BaseLink/BaseLink.vue'
|
|
5
|
+
import BaseHeading from './../BaseHeading/BaseHeading.vue'
|
|
6
|
+
import BaseImage from './../BaseImage/BaseImage.vue'
|
|
7
|
+
import BaseImagePlaceholder from './../BaseImagePlaceholder/BaseImagePlaceholder.vue'
|
|
8
|
+
import MetadataStacked from '../MetadataStacked/MetadataStacked.vue'
|
|
9
|
+
|
|
10
|
+
const props = defineProps({
|
|
11
|
+
/**
|
|
12
|
+
* The link for the listing card.
|
|
13
|
+
*/
|
|
14
|
+
url: {
|
|
15
|
+
type: String,
|
|
16
|
+
default: undefined
|
|
17
|
+
},
|
|
18
|
+
/**
|
|
19
|
+
* The title text for the listing card. Plain text only.
|
|
20
|
+
*/
|
|
21
|
+
title: {
|
|
22
|
+
type: String,
|
|
23
|
+
default: undefined
|
|
24
|
+
},
|
|
25
|
+
/**
|
|
26
|
+
* The text for location metadata. Plain text only.
|
|
27
|
+
*/
|
|
28
|
+
location: {
|
|
29
|
+
type: String,
|
|
30
|
+
default: undefined
|
|
31
|
+
},
|
|
32
|
+
/**
|
|
33
|
+
* The text name for the location icon. Defaults to Explorer-1 location icon. Plain text only.
|
|
34
|
+
*/
|
|
35
|
+
locationIcon: {
|
|
36
|
+
type: String,
|
|
37
|
+
default: undefined
|
|
38
|
+
},
|
|
39
|
+
/**
|
|
40
|
+
* The text for the wait time metadata. Plain text only.
|
|
41
|
+
*/
|
|
42
|
+
wait: {
|
|
43
|
+
type: String,
|
|
44
|
+
default: undefined
|
|
45
|
+
},
|
|
46
|
+
/**
|
|
47
|
+
* The image for the listing card.
|
|
48
|
+
*/
|
|
49
|
+
image: {
|
|
50
|
+
type: Object
|
|
51
|
+
},
|
|
52
|
+
/**
|
|
53
|
+
* Controls the visibility of the Bookmark icon and its associated metadata.
|
|
54
|
+
*/
|
|
55
|
+
showMyList: {
|
|
56
|
+
type: Boolean,
|
|
57
|
+
default: false
|
|
58
|
+
},
|
|
59
|
+
/**
|
|
60
|
+
* Change the heading level for semantic markup. This does not affect the style of the heading.
|
|
61
|
+
*/
|
|
62
|
+
headingLevel: {
|
|
63
|
+
type: (String as PropType<HeadingLevel>) || null,
|
|
64
|
+
required: false,
|
|
65
|
+
default: 'h5'
|
|
66
|
+
}
|
|
67
|
+
})
|
|
68
|
+
</script>
|
|
69
|
+
|
|
70
|
+
<template>
|
|
71
|
+
<BaseLink
|
|
72
|
+
variant="none"
|
|
73
|
+
:to="props.url"
|
|
74
|
+
class="SearchResultCard AttractionCard"
|
|
75
|
+
link-class="block"
|
|
76
|
+
>
|
|
77
|
+
<div
|
|
78
|
+
class="border-gray-light-mid lg:pb-10 lg:mb-10 relative grid grid-cols-12 gap-5 pb-6 mb-6 border-b"
|
|
79
|
+
>
|
|
80
|
+
<div class="col-span-9">
|
|
81
|
+
<BaseHeading
|
|
82
|
+
v-if="props.title"
|
|
83
|
+
:level="props.headingLevel"
|
|
84
|
+
size="h5"
|
|
85
|
+
class="mb-5"
|
|
86
|
+
>{{ props.title }}
|
|
87
|
+
</BaseHeading>
|
|
88
|
+
<MetadataStacked
|
|
89
|
+
:location="props.location"
|
|
90
|
+
:wait="props.wait"
|
|
91
|
+
:show-my-list="props.showMyList"
|
|
92
|
+
:location-icon="props.locationIcon"
|
|
93
|
+
/>
|
|
94
|
+
</div>
|
|
95
|
+
<div
|
|
96
|
+
v-if="props.image"
|
|
97
|
+
class="SearchResultCard-image col-span-3"
|
|
98
|
+
>
|
|
99
|
+
<BaseImagePlaceholder aspect-ratio="square">
|
|
100
|
+
<BaseImage
|
|
101
|
+
v-if="props.image.src"
|
|
102
|
+
:src="props.image.src.url"
|
|
103
|
+
:width="props.image.src.width"
|
|
104
|
+
:height="props.image.src.height"
|
|
105
|
+
alt=""
|
|
106
|
+
object-fit-class="cover"
|
|
107
|
+
loading="lazy"
|
|
108
|
+
/>
|
|
109
|
+
</BaseImagePlaceholder>
|
|
110
|
+
</div>
|
|
111
|
+
</div>
|
|
112
|
+
</BaseLink>
|
|
113
|
+
</template>
|
|
@@ -8,8 +8,8 @@ export default {
|
|
|
8
8
|
parameters: {
|
|
9
9
|
slots: {
|
|
10
10
|
default: 'The contents of the button, usually text. Override with `<template #default>`',
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
iconLeft: 'Appears to the left of the `default` slot. Override with `<template #iconLeft>`',
|
|
12
|
+
iconRight: 'Appears to the right of the `default` slot. Override with `<template #iconRight>`'
|
|
13
13
|
},
|
|
14
14
|
docs: {
|
|
15
15
|
description: {
|
|
@@ -108,7 +108,7 @@ export default defineComponent({
|
|
|
108
108
|
},
|
|
109
109
|
variantClass(): string {
|
|
110
110
|
let classes = variants[this.variant]
|
|
111
|
-
if (!this.$slots.default && this.$slots.
|
|
111
|
+
if (!this.$slots.default && (this.$slots.iconRight || this.$slots.iconLeft)) {
|
|
112
112
|
classes = classes + ' -icon-only'
|
|
113
113
|
} else if (this.compact) {
|
|
114
114
|
classes = classes + ' -compact'
|
|
@@ -133,11 +133,11 @@ export default defineComponent({
|
|
|
133
133
|
:to="computedTo ? computedTo : undefined"
|
|
134
134
|
@click="$emit('click')"
|
|
135
135
|
>
|
|
136
|
-
<
|
|
137
|
-
<slot name="
|
|
138
|
-
<slot name="
|
|
139
|
-
<slot name="
|
|
140
|
-
</
|
|
136
|
+
<div class="label flex">
|
|
137
|
+
<span><slot name="iconLeft"></slot></span>
|
|
138
|
+
<span><slot name="default"></slot></span>
|
|
139
|
+
<span><slot name="iconRight"></slot></span>
|
|
140
|
+
</div>
|
|
141
141
|
</component>
|
|
142
142
|
</template>
|
|
143
143
|
<style lang="scss">
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
class="swiper-prev xl:text-xl border-collapse"
|
|
14
14
|
aria-label="Previous slide"
|
|
15
15
|
>
|
|
16
|
-
<template #
|
|
16
|
+
<template #iconRight>
|
|
17
17
|
<IconPrev />
|
|
18
18
|
</template>
|
|
19
19
|
</BaseButton>
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
class="swiper-next xl:text-xl border-collapse"
|
|
22
22
|
aria-label="Next slide"
|
|
23
23
|
>
|
|
24
|
-
<template #
|
|
24
|
+
<template #iconRight>
|
|
25
25
|
<IconNext />
|
|
26
26
|
</template>
|
|
27
27
|
</BaseButton>
|
|
@@ -108,12 +108,24 @@ export default defineComponent({
|
|
|
108
108
|
required: false,
|
|
109
109
|
default: ''
|
|
110
110
|
},
|
|
111
|
-
/** Customize the left margin of the caret using Tailwind classes */
|
|
111
|
+
/** Customize the left margin of the caret using Tailwind classes. Only applied when caretLeft is set to false. */
|
|
112
112
|
caretMarginLeft: {
|
|
113
113
|
type: String,
|
|
114
114
|
required: false,
|
|
115
115
|
default: ''
|
|
116
116
|
},
|
|
117
|
+
/** Customize the right margin of the caret using Tailwind classes. Only applied when caretLeft is set to true. */
|
|
118
|
+
caretMarginRight: {
|
|
119
|
+
type: String,
|
|
120
|
+
required: false,
|
|
121
|
+
default: ''
|
|
122
|
+
},
|
|
123
|
+
/** Modifies the icon and animation to appear on the left of the text slot */
|
|
124
|
+
caretLeft: {
|
|
125
|
+
type: Boolean,
|
|
126
|
+
required: false,
|
|
127
|
+
default: false
|
|
128
|
+
},
|
|
117
129
|
/** Overrides the theme's `active` color and uses the `primary` color instead. */
|
|
118
130
|
usePrimaryColor: {
|
|
119
131
|
type: Boolean,
|
|
@@ -270,6 +282,8 @@ export default defineComponent({
|
|
|
270
282
|
:arrow-class="caretClass"
|
|
271
283
|
:color="caretColor"
|
|
272
284
|
:margin-left="caretMarginLeft"
|
|
285
|
+
:margin-right="caretMarginRight"
|
|
286
|
+
:caret-left="caretLeft"
|
|
273
287
|
>
|
|
274
288
|
<slot></slot>
|
|
275
289
|
</MixinAnimationCaret>
|
|
@@ -280,6 +294,8 @@ export default defineComponent({
|
|
|
280
294
|
:arrow-class="caretClass"
|
|
281
295
|
:color="caretColor"
|
|
282
296
|
:margin-left="caretMarginLeft"
|
|
297
|
+
:margin-right="caretMarginRight"
|
|
298
|
+
:caret-left="caretLeft"
|
|
283
299
|
>
|
|
284
300
|
<slot></slot>
|
|
285
301
|
</MixinAnimationCaret>
|
|
@@ -305,6 +321,8 @@ export default defineComponent({
|
|
|
305
321
|
:arrow-class="caretClass"
|
|
306
322
|
:color="caretColor"
|
|
307
323
|
:margin-left="caretMarginLeft"
|
|
324
|
+
:margin-right="caretMarginRight"
|
|
325
|
+
:caret-left="caretLeft"
|
|
308
326
|
>
|
|
309
327
|
<slot></slot>
|
|
310
328
|
</MixinAnimationCaret>
|
|
@@ -315,6 +333,8 @@ export default defineComponent({
|
|
|
315
333
|
:arrow-class="caretClass"
|
|
316
334
|
:color="caretColor"
|
|
317
335
|
:margin-left="caretMarginLeft"
|
|
336
|
+
:margin-right="caretMarginRight"
|
|
337
|
+
:caret-left="caretLeft"
|
|
318
338
|
>
|
|
319
339
|
<slot></slot>
|
|
320
340
|
</MixinAnimationCaret>
|
|
@@ -40,7 +40,7 @@ export const BlockCsrTableData = [
|
|
|
40
40
|
{
|
|
41
41
|
Id: 2,
|
|
42
42
|
TestRecordId: 2,
|
|
43
|
-
Attachment: 'Test/
|
|
43
|
+
Attachment: 'Test/123/ExportFiles.zip',
|
|
44
44
|
Status: 0,
|
|
45
45
|
GenericPartNumber: 'GPN123',
|
|
46
46
|
Description: 'A description for part 1',
|
|
@@ -66,7 +66,7 @@ export const BlockCsrTableData = [
|
|
|
66
66
|
{
|
|
67
67
|
Id: 3,
|
|
68
68
|
TestRecordId: 3,
|
|
69
|
-
Attachment: 'Test/
|
|
69
|
+
Attachment: 'Test/456/ExportFiles.zip',
|
|
70
70
|
Status: 1,
|
|
71
71
|
GenericPartNumber: 'GPN345',
|
|
72
72
|
Description: 'A description for part 2',
|
|
@@ -92,7 +92,7 @@ export const BlockCsrTableData = [
|
|
|
92
92
|
{
|
|
93
93
|
Id: 4,
|
|
94
94
|
TestRecordId: 4,
|
|
95
|
-
Attachment: 'Test/
|
|
95
|
+
Attachment: 'Test/789/ExportFiles.zip',
|
|
96
96
|
Status: 1,
|
|
97
97
|
GenericPartNumber: 'TEST',
|
|
98
98
|
Description: 'A description for part. Lorem ipsum dolor sit amet consectatur.',
|
|
@@ -118,7 +118,7 @@ export const BlockCsrTableData = [
|
|
|
118
118
|
{
|
|
119
119
|
Id: 4,
|
|
120
120
|
TestRecordId: 4,
|
|
121
|
-
Attachment: 'Test/
|
|
121
|
+
Attachment: 'Test/123/ExportFiles.zip',
|
|
122
122
|
Status: 1,
|
|
123
123
|
GenericPartNumber: 'TEST',
|
|
124
124
|
Description: 'A description for part 2',
|
|
@@ -146,6 +146,14 @@ const computedRowData = computed(() => {
|
|
|
146
146
|
return fetchedRowData.value || rowData
|
|
147
147
|
})
|
|
148
148
|
|
|
149
|
+
const getEncodedAttachmentUrl = (attachment: string) => {
|
|
150
|
+
let url = ''
|
|
151
|
+
if (props.attachmentPrefix && attachment) {
|
|
152
|
+
url = props.attachmentPrefix + attachment
|
|
153
|
+
}
|
|
154
|
+
return encodeURI(url)
|
|
155
|
+
}
|
|
156
|
+
|
|
149
157
|
onMounted(async () => {
|
|
150
158
|
await getRowData()
|
|
151
159
|
})
|
|
@@ -210,10 +218,11 @@ const onFilterTextBoxChanged = () => {
|
|
|
210
218
|
<p v-if="modalData.Attachment">
|
|
211
219
|
<strong class="pr-1">Attachment:</strong>
|
|
212
220
|
<BaseLink
|
|
213
|
-
:href="modalData.Attachment"
|
|
221
|
+
:href="getEncodedAttachmentUrl(modalData.Attachment)"
|
|
214
222
|
class="inline"
|
|
215
223
|
variant="default"
|
|
216
224
|
target="_blank"
|
|
225
|
+
:add-slash="false"
|
|
217
226
|
>Download</BaseLink
|
|
218
227
|
>
|
|
219
228
|
</p>
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
class="md:mt-5 md:mb-2 mt-4 mb-1"
|
|
21
21
|
>
|
|
22
22
|
{{ data.text }}
|
|
23
|
-
<template #
|
|
23
|
+
<template #iconRight><IconExternal class="ml-2 text-sm" /></template>
|
|
24
24
|
<!-- TODO: replace with external link icon once icons are available -->
|
|
25
25
|
</BaseButton>
|
|
26
26
|
</div>
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
class="swiper-prev !text-lg xl:!text-xl border-collapse"
|
|
28
28
|
aria-label="Previous slide"
|
|
29
29
|
>
|
|
30
|
-
<template #
|
|
30
|
+
<template #iconRight>
|
|
31
31
|
<IconPrev />
|
|
32
32
|
</template>
|
|
33
33
|
</BaseButton>
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
class="swiper-next !text-lg xl:!text-xl border-collapse"
|
|
36
36
|
aria-label="Next slide"
|
|
37
37
|
>
|
|
38
|
-
<template #
|
|
38
|
+
<template #iconRight>
|
|
39
39
|
<IconNext />
|
|
40
40
|
</template>
|
|
41
41
|
</BaseButton>
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
class="swiper-prev xl:text-base -ml-16"
|
|
63
63
|
:aria-label="data.heading + ' - Previous slide'"
|
|
64
64
|
>
|
|
65
|
-
<template #
|
|
65
|
+
<template #iconRight>
|
|
66
66
|
<span
|
|
67
67
|
class="arrow-wrapper"
|
|
68
68
|
aria-hidden="true"
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
class="swiper-next xl:text-base -mr-16"
|
|
83
83
|
:aria-label="data.heading + ' - Next slide'"
|
|
84
84
|
>
|
|
85
|
-
<template #
|
|
85
|
+
<template #iconRight>
|
|
86
86
|
<span
|
|
87
87
|
class="arrow-wrapper"
|
|
88
88
|
aria-hidden="true"
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
class="IconBookmark"
|
|
5
|
+
width="16"
|
|
6
|
+
height="21"
|
|
7
|
+
viewBox="0 0 16 21"
|
|
8
|
+
fill="none"
|
|
9
|
+
>
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M0 21L8 16.4062L16 21V0H0V21Z"
|
|
13
|
+
fill="#949494"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
17
|
+
<script lang="ts">
|
|
18
|
+
import { defineComponent } from 'vue'
|
|
19
|
+
export default defineComponent({
|
|
20
|
+
name: 'IconHourglass'
|
|
21
|
+
})
|
|
22
|
+
</script>
|
|
23
|
+
<style lang="scss">
|
|
24
|
+
@import '@explorer-1/common/src/scss/components/IconHourglass';
|
|
25
|
+
</style>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
class="IconHourglass"
|
|
5
|
+
width="21"
|
|
6
|
+
height="20"
|
|
7
|
+
viewBox="0 0 21 20"
|
|
8
|
+
fill="none"
|
|
9
|
+
>
|
|
10
|
+
<g clip-path="url(#clip0_162_26354)">
|
|
11
|
+
<path
|
|
12
|
+
d="M0.875 0H0V1.875H0.875H1.16667V4.6875V5.07422L1.42188 5.34766L5.76042 9.99609L1.42188 14.6484L1.16667 14.9219V15.3086V18.1211H0.875L0 18.125V20H0.875H12.0604C11.3932 19.4961 10.8172 18.8594 10.3724 18.125H2.91667V15.6992L7 11.3242L9.35156 13.8438C9.40625 13.0898 9.57031 12.3711 9.83281 11.707L8.23594 10L12.5781 5.35156L12.8333 5.07812V4.69141V1.87891H13.125H14V0.00390625L13.125 0H0.875ZM11.0833 1.875V4.30078L7 8.67578L2.91667 4.30078V1.875H11.0833ZM21 14.375C21 12.8832 20.4469 11.4524 19.4623 10.3975C18.4777 9.34263 17.1424 8.75 15.75 8.75C14.3576 8.75 13.0223 9.34263 12.0377 10.3975C11.0531 11.4524 10.5 12.8832 10.5 14.375C10.5 15.8668 11.0531 17.2976 12.0377 18.3525C13.0223 19.4074 14.3576 20 15.75 20C17.1424 20 18.4777 19.4074 19.4623 18.3525C20.4469 17.2976 21 15.8668 21 14.375ZM16.3333 11.25V11.875V13.75H17.5H18.0833V15H17.5H15.75H15.1667V14.375V11.875V11.25H16.3333Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</g>
|
|
16
|
+
<defs>
|
|
17
|
+
<clipPath id="clip0_162_26354">
|
|
18
|
+
<rect
|
|
19
|
+
width="21"
|
|
20
|
+
height="20"
|
|
21
|
+
fill="white"
|
|
22
|
+
/>
|
|
23
|
+
</clipPath>
|
|
24
|
+
</defs>
|
|
25
|
+
</svg>
|
|
26
|
+
</template>
|
|
27
|
+
<script lang="ts">
|
|
28
|
+
import { defineComponent } from 'vue'
|
|
29
|
+
export default defineComponent({
|
|
30
|
+
name: 'IconHourglass'
|
|
31
|
+
})
|
|
32
|
+
</script>
|
|
33
|
+
<style lang="scss">
|
|
34
|
+
@import '@explorer-1/common/src/scss/components/IconHourglass';
|
|
35
|
+
</style>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
class="IconLocationCrosshairs"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="32"
|
|
6
|
+
height="32"
|
|
7
|
+
viewBox="0 0 32 32"
|
|
8
|
+
fill="none"
|
|
9
|
+
aria-hidden="true"
|
|
10
|
+
focusable="false"
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
d="M18 0V2V4.16875C23.025 5.00625 26.9937 8.975 27.8312 14H30H32V18H30H27.8312C26.9937 23.025 23.025 26.9937 18 27.8312V30V32H14V30V27.8312C8.975 26.9937 5.00625 23.025 4.16875 18H2H0V14H2H4.16875C5.00625 8.975 8.975 5.00625 14 4.16875V2V0H18ZM8 16C8 18.1217 8.84285 20.1566 10.3431 21.6569C11.8434 23.1571 13.8783 24 16 24C18.1217 24 20.1566 23.1571 21.6569 21.6569C23.1571 20.1566 24 18.1217 24 16C24 13.8783 23.1571 11.8434 21.6569 10.3431C20.1566 8.84285 18.1217 8 16 8C13.8783 8 11.8434 8.84285 10.3431 10.3431C8.84285 11.8434 8 13.8783 8 16ZM16 11C17.3261 11 18.5979 11.5268 19.5355 12.4645C20.4732 13.4021 21 14.6739 21 16C21 17.3261 20.4732 18.5979 19.5355 19.5355C18.5979 20.4732 17.3261 21 16 21C14.6739 21 13.4021 20.4732 12.4645 19.5355C11.5268 18.5979 11 17.3261 11 16C11 14.6739 11.5268 13.4021 12.4645 12.4645C13.4021 11.5268 14.6739 11 16 11Z"
|
|
14
|
+
fill="currentColor"
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
</template>
|
|
18
|
+
<script lang="ts">
|
|
19
|
+
import { defineComponent } from 'vue'
|
|
20
|
+
export default defineComponent({
|
|
21
|
+
name: 'IconLocationCrosshairs'
|
|
22
|
+
})
|
|
23
|
+
</script>
|
|
24
|
+
<style lang="scss">
|
|
25
|
+
@import '@explorer-1/common/src/scss/components/IconLocationCrosshairs';
|
|
26
|
+
</style>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
class="IconMap"
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="25"
|
|
6
|
+
height="25"
|
|
7
|
+
viewBox="0 0 25 25"
|
|
8
|
+
fill="none"
|
|
9
|
+
aria-hidden="true"
|
|
10
|
+
focusable="false"
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
d="M22.5 4.375V2.86719C22.1875 3.02344 20.1094 4.04687 16.2695 5.94141L9.05078 3.48828L8.69141 3.36719L8.34766 3.52734L3.03516 6.02734L2.49609 6.28125V22.1016C2.78125 21.9688 4.88672 20.9766 8.80469 19.1328L15.3398 21.3125C14.9805 20.7422 14.6328 20.1289 14.3398 19.4922C14.2539 19.3086 14.1719 19.1172 14.0938 18.9219L9.99609 17.5547V5.79297L14.9961 7.49219V11.6602C15.5195 11.0508 16.1562 10.543 16.8711 10.1602V7.73828L20.6211 5.88672V9.40625C21.2773 9.46875 21.9062 9.625 22.4961 9.86328L22.5 4.375ZM8.125 5.70703V17.3867L4.375 19.1523V7.47266L8.125 5.70703ZM20 11.25C17.4102 11.25 15.3125 13.3125 15.3125 15.8555C15.3125 19.5391 20 24.1406 20 24.1406C20 24.1406 24.6875 19.5352 24.6875 15.8555C24.6875 13.3125 22.5898 11.25 20 11.25ZM18.4375 15.9375C18.4375 15.5231 18.6021 15.1257 18.8951 14.8326C19.1882 14.5396 19.5856 14.375 20 14.375C20.4144 14.375 20.8118 14.5396 21.1049 14.8326C21.3979 15.1257 21.5625 15.5231 21.5625 15.9375C21.5625 16.3519 21.3979 16.7493 21.1049 17.0424C20.8118 17.3354 20.4144 17.5 20 17.5C19.5856 17.5 19.1882 17.3354 18.8951 17.0424C18.6021 16.7493 18.4375 16.3519 18.4375 15.9375Z"
|
|
14
|
+
fill="currentColor"
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
</template>
|
|
18
|
+
<script lang="ts">
|
|
19
|
+
import { defineComponent } from 'vue'
|
|
20
|
+
export default defineComponent({
|
|
21
|
+
name: 'IconMap'
|
|
22
|
+
})
|
|
23
|
+
</script>
|
|
24
|
+
<style lang="scss">
|
|
25
|
+
@import '@explorer-1/common/src/scss/components/IconMap';
|
|
26
|
+
</style>
|