@explorer-1/vue 0.1.5 → 0.1.6
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/components.d.ts +239 -0
- package/dist/explorer-1-vue.js +24 -19
- package/dist/explorer-1-vue.umd.cjs +2 -2
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +1 -2
- package/dist/src/templates/edu/PageEduResourceArticle/PageEduResourceArticle.stories.d.ts +327 -0
- package/dist/src/templates/www/PageTimeline/PageTimeline.stories.d.ts +2 -1
- package/package.json +1 -1
- package/src/components/DetailHeadline/DetailHeadline.vue +3 -2
- package/src/templates/PageContent/PageContent.vue +16 -19
- package/src/templates/PageEventDetail/PageEventDetail.vue +15 -15
- package/src/templates/PageNewsDetail/PageNewsDetail.vue +3 -4
- package/src/templates/edu/PageEduResourceArticle/PageEduResourceArticle.stories.js +192 -0
- package/src/templates/edu/PageEduResourceArticle/PageEduResourceArticle.vue +196 -0
package/components.d.ts
ADDED
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
// @ts-nocheck
|
|
3
|
+
// Generated by unplugin-vue-components
|
|
4
|
+
// Read more: https://github.com/vuejs/core/pull/3399
|
|
5
|
+
export {}
|
|
6
|
+
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
export interface GlobalComponents {
|
|
10
|
+
AsteroidWatchWidget: typeof import('./src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue')['default']
|
|
11
|
+
BackToTop: typeof import('./src/components/BackToTop/BackToTop.vue')['default']
|
|
12
|
+
BaseAudio: typeof import('./src/components/BaseAudio/BaseAudio.vue')['default']
|
|
13
|
+
BaseButton: typeof import('./src/components/BaseButton/BaseButton.vue')['default']
|
|
14
|
+
BaseCheckboxGroup: typeof import('./src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue')['default']
|
|
15
|
+
BaseHeading: typeof import('./src/components/BaseHeading/BaseHeading.vue')['default']
|
|
16
|
+
BaseImage: typeof import('./src/components/BaseImage/BaseImage.vue')['default']
|
|
17
|
+
BaseImageCaption: typeof import('./src/components/BaseImageCaption/BaseImageCaption.vue')['default']
|
|
18
|
+
BaseImagePlaceholder: typeof import('./src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue')['default']
|
|
19
|
+
BaseLightboxCloseButton: typeof import('./src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue')['default']
|
|
20
|
+
BaseLightboxOpenButton: typeof import('./src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue')['default']
|
|
21
|
+
BaseLink: typeof import('./src/components/BaseLink/BaseLink.vue')['default']
|
|
22
|
+
BaseModal: typeof import('./src/components/BaseModal/BaseModal.vue')['default']
|
|
23
|
+
BaseModalDialog: typeof import('./src/components/BaseModal/BaseModalDialog.vue')['default']
|
|
24
|
+
BasePlaceholder: typeof import('./src/components/BasePlaceholder/BasePlaceholder.vue')['default']
|
|
25
|
+
BaseRadioGroup: typeof import('./src/components/BaseRadioGroup/BaseRadioGroup.vue')['default']
|
|
26
|
+
BaseSwimlane: typeof import('./src/components/BaseSwimlane/BaseSwimlane.vue')['default']
|
|
27
|
+
BaseTag: typeof import('./src/components/BaseTag/BaseTag.vue')['default']
|
|
28
|
+
BaseTimer: typeof import('./src/components/BaseTimer/BaseTimer.vue')['default']
|
|
29
|
+
BaseUnitToggle: typeof import('./src/components/BaseUnitToggle/BaseUnitToggle.vue')['default']
|
|
30
|
+
BaseVideo: typeof import('./src/components/BaseVideo/BaseVideo.vue')['default']
|
|
31
|
+
BlockAnchor: typeof import('./src/components/BlockAnchor/BlockAnchor.vue')['default']
|
|
32
|
+
BlockAudio: typeof import('./src/components/BlockAudio/BlockAudio.vue')['default']
|
|
33
|
+
BlockCard: typeof import('./src/components/BlockCard/BlockCard.vue')['default']
|
|
34
|
+
BlockCardGroup: typeof import('./src/components/BlockCardGroup/BlockCardGroup.vue')['default']
|
|
35
|
+
BlockCircleImageCard: typeof import('./src/components/BlockCircleImageCard/BlockCircleImageCard.vue')['default']
|
|
36
|
+
BlockCta: typeof import('./src/components/BlockCta/BlockCta.vue')['default']
|
|
37
|
+
BlockDialog: typeof import('./src/components/BlockDialog/BlockDialog.vue')['default']
|
|
38
|
+
BlockHeading: typeof import('./src/components/BlockHeading/BlockHeading.vue')['default']
|
|
39
|
+
BlockIframeEmbed: typeof import('./src/components/BlockIframeEmbed/BlockIframeEmbed.vue')['default']
|
|
40
|
+
BlockImage: typeof import('./src/components/BlockImage/BlockImage.vue')['default']
|
|
41
|
+
BlockImageCarousel: typeof import('./src/components/BlockImageCarousel/BlockImageCarousel.vue')['default']
|
|
42
|
+
BlockImageCarouselItem: typeof import('./src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue')['default']
|
|
43
|
+
BlockImageComparison: typeof import('./src/components/BlockImageComparison/BlockImageComparison.vue')['default']
|
|
44
|
+
BlockImageFullBleed: typeof import('./src/components/BlockImage/BlockImageFullBleed.vue')['default']
|
|
45
|
+
BlockImageGallery: typeof import('./src/components/BlockImageGallery/BlockImageGallery.vue')['default']
|
|
46
|
+
BlockImageStandard: typeof import('./src/components/BlockImage/BlockImageStandard.vue')['default']
|
|
47
|
+
BlockInlineImage: typeof import('./src/components/BlockInlineImage/BlockInlineImage.vue')['default']
|
|
48
|
+
BlockKeyPoints: typeof import('./src/components/BlockKeyPoints/BlockKeyPoints.vue')['default']
|
|
49
|
+
BlockLinkCard: typeof import('./src/components/BlockLinkCard/BlockLinkCard.vue')['default']
|
|
50
|
+
BlockLinkCarousel: typeof import('./src/components/BlockLinkCarousel/BlockLinkCarousel.vue')['default']
|
|
51
|
+
BlockLinkTile: typeof import('./src/components/BlockLinkTile/BlockLinkTile.vue')['default']
|
|
52
|
+
BlockListCards: typeof import('./src/components/BlockListCards/BlockListCards.vue')['default']
|
|
53
|
+
BlockMilestone: typeof import('./src/templates/www/PageTimeline/BlockMilestone.vue')['default']
|
|
54
|
+
BlockQuote: typeof import('./src/components/BlockQuote/BlockQuote.vue')['default']
|
|
55
|
+
BlockRelatedLinks: typeof import('./src/components/BlockRelatedLinks/BlockRelatedLinks.vue')['default']
|
|
56
|
+
BlockStreamfield: typeof import('./src/components/BlockStreamfield/BlockStreamfield.vue')['default']
|
|
57
|
+
BlockTable: typeof import('./src/components/BlockTable/BlockTable.vue')['default']
|
|
58
|
+
BlockTeaser: typeof import('./src/components/BlockTeaser/BlockTeaser.vue')['default']
|
|
59
|
+
BlockText: typeof import('./src/components/BlockText/BlockText.vue')['default']
|
|
60
|
+
BlockTwitterEmbed: typeof import('./src/components/BlockTwitterEmbed/BlockTwitterEmbed.vue')['default']
|
|
61
|
+
BlockVideo: typeof import('./src/components/BlockVideo/BlockVideo.vue')['default']
|
|
62
|
+
BlockVideoEmbed: typeof import('./src/components/BlockVideoEmbed/BlockVideoEmbed.vue')['default']
|
|
63
|
+
CalendarButton: typeof import('./src/components/CalendarButton/CalendarButton.vue')['default']
|
|
64
|
+
DetailHeadline: typeof import('./src/components/DetailHeadline/DetailHeadline.vue')['default']
|
|
65
|
+
DistanceStats: typeof import('./src/components/MissionDetailStats/DistanceStats.vue')['default']
|
|
66
|
+
DsnWidget: typeof import('./src/components/DsnWidget/DsnWidget.vue')['default']
|
|
67
|
+
EventCard: typeof import('./src/components/EventCard/EventCard.vue')['default']
|
|
68
|
+
EventDetailHero: typeof import('./src/components/EventDetailHero/EventDetailHero.vue')['default']
|
|
69
|
+
FormContact: typeof import('./src/components/FormContact/FormContact.vue')['default']
|
|
70
|
+
FormNewsletterSignup: typeof import('./src/components/FormNewsletterSignup/FormNewsletterSignup.vue')['default']
|
|
71
|
+
HeroLarge: typeof import('./src/components/HeroLarge/HeroLarge.vue')['default']
|
|
72
|
+
HeroListingIndex: typeof import('./src/components/HeroListingIndex/HeroListingIndex.vue')['default']
|
|
73
|
+
HeroMedia: typeof import('./src/components/HeroMedia/HeroMedia.vue')['default']
|
|
74
|
+
HeroMedium: typeof import('./src/components/HeroMedium/HeroMedium.vue')['default']
|
|
75
|
+
HomepageCarousel: typeof import('./src/components/HomepageCarousel/HomepageCarousel.vue')['default']
|
|
76
|
+
HomepageCarouselItem: typeof import('./src/components/HomepageCarouselItem/HomepageCarouselItem.vue')['default']
|
|
77
|
+
HomepageEmbedBlock: typeof import('./src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue')['default']
|
|
78
|
+
HomepageFeaturedRobot: typeof import('./src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue')['default']
|
|
79
|
+
HomepageMissionsCarousel: typeof import('./src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue')['default']
|
|
80
|
+
HomepageMissionsCarouselItem: typeof import('./src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue')['default']
|
|
81
|
+
HomepageStats: typeof import('./src/components/HomepageStats/HomepageStats.vue')['default']
|
|
82
|
+
HomepageTeaserBlock: typeof import('./src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue')['default']
|
|
83
|
+
HomepageTeaserBlockCardImage: typeof import('./src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue')['default']
|
|
84
|
+
Icon360: typeof import('./src/components/Icons/Icon360.vue')['default']
|
|
85
|
+
IconArrow: typeof import('./src/components/Icons/IconArrow.vue')['default']
|
|
86
|
+
IconArrows: typeof import('./src/components/Icons/IconArrows.vue')['default']
|
|
87
|
+
IconAudio: typeof import('./src/components/Icons/IconAudio.vue')['default']
|
|
88
|
+
IconBook: typeof import('./src/components/Icons/IconBook.vue')['default']
|
|
89
|
+
IconBookUser: typeof import('./src/components/Icons/IconBookUser.vue')['default']
|
|
90
|
+
IconBriefcase: typeof import('./src/components/Icons/IconBriefcase.vue')['default']
|
|
91
|
+
IconCalendar: typeof import('./src/components/Icons/IconCalendar.vue')['default']
|
|
92
|
+
IconCaret: typeof import('./src/components/Icons/IconCaret.vue')['default']
|
|
93
|
+
IconCheckbox: typeof import('./src/components/Icons/IconCheckbox.vue')['default']
|
|
94
|
+
IconCheckboxSelected: typeof import('./src/components/Icons/IconCheckboxSelected.vue')['default']
|
|
95
|
+
IconClose: typeof import('./src/components/Icons/IconClose.vue')['default']
|
|
96
|
+
IconCloseLightbox: typeof import('./src/components/Icons/IconCloseLightbox.vue')['default']
|
|
97
|
+
IconDownload: typeof import('./src/components/Icons/IconDownload.vue')['default']
|
|
98
|
+
IconDropdown: typeof import('./src/components/Icons/IconDropdown.vue')['default']
|
|
99
|
+
IconEnvelope: typeof import('./src/components/Icons/IconEnvelope.vue')['default']
|
|
100
|
+
IconExpand: typeof import('./src/components/Icons/IconExpand.vue')['default']
|
|
101
|
+
IconExternal: typeof import('./src/components/Icons/IconExternal.vue')['default']
|
|
102
|
+
IconFilter: typeof import('./src/components/Icons/IconFilter.vue')['default']
|
|
103
|
+
IconForwardTen: typeof import('./src/components/Icons/IconForwardTen.vue')['default']
|
|
104
|
+
IconGrid: typeof import('./src/components/Icons/IconGrid.vue')['default']
|
|
105
|
+
IconHand: typeof import('./src/components/Icons/IconHand.vue')['default']
|
|
106
|
+
IconInfo: typeof import('./src/components/Icons/IconInfo.vue')['default']
|
|
107
|
+
IconLink: typeof import('./src/components/Icons/IconLink.vue')['default']
|
|
108
|
+
IconList: typeof import('./src/components/Icons/IconList.vue')['default']
|
|
109
|
+
IconLocation: typeof import('./src/components/Icons/IconLocation.vue')['default']
|
|
110
|
+
IconMagnifyingGlass: typeof import('./src/components/Icons/IconMagnifyingGlass.vue')['default']
|
|
111
|
+
IconMedal: typeof import('./src/components/Icons/IconMedal.vue')['default']
|
|
112
|
+
IconMenu: typeof import('./src/components/Icons/IconMenu.vue')['default']
|
|
113
|
+
IconMinus: typeof import('./src/components/Icons/IconMinus.vue')['default']
|
|
114
|
+
IconMute: typeof import('./src/components/Icons/IconMute.vue')['default']
|
|
115
|
+
IconNext: typeof import('./src/components/Icons/IconNext.vue')['default']
|
|
116
|
+
IconPause: typeof import('./src/components/Icons/IconPause.vue')['default']
|
|
117
|
+
IconPlay: typeof import('./src/components/Icons/IconPlay.vue')['default']
|
|
118
|
+
IconPlus: typeof import('./src/components/Icons/IconPlus.vue')['default']
|
|
119
|
+
IconPrev: typeof import('./src/components/Icons/IconPrev.vue')['default']
|
|
120
|
+
IconRewindTen: typeof import('./src/components/Icons/IconRewindTen.vue')['default']
|
|
121
|
+
IconSearch: typeof import('./src/components/Icons/IconSearch.vue')['default']
|
|
122
|
+
IconShare: typeof import('./src/components/Icons/IconShare.vue')['default']
|
|
123
|
+
IconSlideshow: typeof import('./src/components/Icons/IconSlideshow.vue')['default']
|
|
124
|
+
IconSocialEmail: typeof import('./src/components/Icons/IconSocialEmail.vue')['default']
|
|
125
|
+
IconSocialFacebook: typeof import('./src/components/Icons/IconSocialFacebook.vue')['default']
|
|
126
|
+
IconSocialGoogleClassroom: typeof import('./src/components/Icons/IconSocialGoogleClassroom.vue')['default']
|
|
127
|
+
IconSocialInstagram: typeof import('./src/components/Icons/IconSocialInstagram.vue')['default']
|
|
128
|
+
IconSocialPinterest: typeof import('./src/components/Icons/IconSocialPinterest.vue')['default']
|
|
129
|
+
IconSocialReddit: typeof import('./src/components/Icons/IconSocialReddit.vue')['default']
|
|
130
|
+
IconSocialTwitter: typeof import('./src/components/Icons/IconSocialTwitter.vue')['default']
|
|
131
|
+
IconSocialYoutube: typeof import('./src/components/Icons/IconSocialYoutube.vue')['default']
|
|
132
|
+
IconStop: typeof import('./src/components/Icons/IconStop.vue')['default']
|
|
133
|
+
IconTime: typeof import('./src/components/Icons/IconTime.vue')['default']
|
|
134
|
+
IconUniversity: typeof import('./src/components/Icons/IconUniversity.vue')['default']
|
|
135
|
+
IconUser: typeof import('./src/components/Icons/IconUser.vue')['default']
|
|
136
|
+
IconVolume: typeof import('./src/components/Icons/IconVolume.vue')['default']
|
|
137
|
+
ImageDetailContextImage: typeof import('./src/components/ImageDetailContextImage/ImageDetailContextImage.vue')['default']
|
|
138
|
+
LayoutHelper: typeof import('./src/components/LayoutHelper/LayoutHelper.vue')['default']
|
|
139
|
+
LoadingTransition: typeof import('./src/components/LoadingTransition/LoadingTransition.vue')['default']
|
|
140
|
+
LogoCaltech: typeof import('./src/components/LogoCaltech/LogoCaltech.vue')['default']
|
|
141
|
+
LogoTribrand: typeof import('./src/components/LogoTribrand/LogoTribrand.vue')['default']
|
|
142
|
+
MissionDetailAbout: typeof import('./src/components/MissionDetailAbout/MissionDetailAbout.vue')['default']
|
|
143
|
+
MissionDetailHero: typeof import('./src/components/MissionDetailHero/MissionDetailHero.vue')['default']
|
|
144
|
+
MissionDetailHighlights: typeof import('./src/components/MissionDetailHighlights/MissionDetailHighlights.vue')['default']
|
|
145
|
+
MissionDetailHighlightsCarousel: typeof import('./src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue')['default']
|
|
146
|
+
MissionDetailHighlightsCarouselItem: typeof import('./src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue')['default']
|
|
147
|
+
MissionDetailInlineImage: typeof import('./src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue')['default']
|
|
148
|
+
MissionDetailStats: typeof import('./src/components/MissionDetailStats/MissionDetailStats.vue')['default']
|
|
149
|
+
MissionDetailStatsMicro: typeof import('./src/components/MissionDetailStats/MissionDetailStatsMicro.vue')['default']
|
|
150
|
+
MissionDetailStatsMini: typeof import('./src/components/MissionDetailStats/MissionDetailStatsMini.vue')['default']
|
|
151
|
+
MissionDetailStreamfield: typeof import('./src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue')['default']
|
|
152
|
+
MixinAnimationCaret: typeof import('./src/components/MixinAnimationCaret/MixinAnimationCaret.vue')['default']
|
|
153
|
+
MixinCarousel: typeof import('./src/components/MixinCarousel/MixinCarousel.vue')['default']
|
|
154
|
+
MixinFancybox: typeof import('./src/components/MixinFancybox/MixinFancybox.vue')['default']
|
|
155
|
+
MixinFancyboxOpenButton: typeof import('./src/components/MixinFancybox/MixinFancyboxOpenButton.vue')['default']
|
|
156
|
+
MixinVideoBg: typeof import('./src/components/MixinVideoBg/MixinVideoBg.vue')['default']
|
|
157
|
+
NavDesktop: typeof import('./src/components/NavDesktop/NavDesktop.vue')['default']
|
|
158
|
+
NavDesktopDropdown: typeof import('./src/components/NavDesktop/NavDesktopDropdown.vue')['default']
|
|
159
|
+
NavDesktopDropdownContent: typeof import('./src/components/NavDesktop/NavDesktopDropdownContent.vue')['default']
|
|
160
|
+
NavDesktopDropdownMore: typeof import('./src/components/NavDesktop/NavDesktopDropdownMore.vue')['default']
|
|
161
|
+
NavDesktopEdu: typeof import('./src/components/NavDesktopEdu/NavDesktopEdu.vue')['default']
|
|
162
|
+
NavDesktopTopHat: typeof import('./src/components/NavDesktop/NavDesktopTopHat.vue')['default']
|
|
163
|
+
NavDropdownToggle: typeof import('./src/components/NavDropdownToggle/NavDropdownToggle.vue')['default']
|
|
164
|
+
NavHeading: typeof import('./src/components/NavHeading/NavHeading.vue')['default']
|
|
165
|
+
NavHighlight: typeof import('./src/components/NavHighlight/NavHighlight.vue')['default']
|
|
166
|
+
NavLinkList: typeof import('./src/components/NavLinkList/NavLinkList.vue')['default']
|
|
167
|
+
NavLogoLinks: typeof import('./src/components/NavLogoLinks/NavLogoLinks.vue')['default']
|
|
168
|
+
NavMobile: typeof import('./src/components/NavMobile/NavMobile.vue')['default']
|
|
169
|
+
NavMobileDropdown: typeof import('./src/components/NavMobile/NavMobileDropdown.vue')['default']
|
|
170
|
+
NavMobileLink: typeof import('./src/components/NavMobile/NavMobileLink.vue')['default']
|
|
171
|
+
NavMobileSecondaryDropdown: typeof import('./src/components/NavMobile/NavMobileSecondaryDropdown.vue')['default']
|
|
172
|
+
NavSearchForm: typeof import('./src/components/NavSearchForm/NavSearchForm.vue')['default']
|
|
173
|
+
NavSecondary: typeof import('./src/components/NavSecondary/NavSecondary.vue')['default']
|
|
174
|
+
NavSecondaryDropdown: typeof import('./src/components/NavSecondary/NavSecondaryDropdown.vue')['default']
|
|
175
|
+
NavSecondaryDropdownContent: typeof import('./src/components/NavSecondary/NavSecondaryDropdownContent.vue')['default']
|
|
176
|
+
NavSecondaryLink: typeof import('./src/components/NavSecondary/NavSecondaryLink.vue')['default']
|
|
177
|
+
NavSocial: typeof import('./src/components/NavSocial/NavSocial.vue')['default']
|
|
178
|
+
NewsDetailMediaContact: typeof import('./src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue')['default']
|
|
179
|
+
PageAsteroidWatchContent: typeof import('./src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.vue')['default']
|
|
180
|
+
PageAsteroidWatchIndex: typeof import('./src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue')['default']
|
|
181
|
+
PageAudioDetail: typeof import('./src/templates/PageAudioDetail/PageAudioDetail.vue')['default']
|
|
182
|
+
PageContent: typeof import('./src/templates/PageContent/PageContent.vue')['default']
|
|
183
|
+
PageCuratedGallery: typeof import('./src/templates/www/PageCuratedGallery/PageCuratedGallery.vue')['default']
|
|
184
|
+
PageEduNewsDetail: typeof import('./src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue')['default']
|
|
185
|
+
PageEduResourceArticle: typeof import('./src/templates/edu/PageEduResourceArticle/PageEduResourceArticle.vue')['default']
|
|
186
|
+
PageEventDetail: typeof import('./src/templates/PageEventDetail/PageEventDetail.vue')['default']
|
|
187
|
+
PageGoDirectory: typeof import('./src/templates/www/PageGoDirectory/PageGoDirectory.vue')['default']
|
|
188
|
+
PageHomepage: typeof import('./src/templates/www/PageHomepage/PageHomepage.vue')['default']
|
|
189
|
+
PageImageDetail: typeof import('./src/templates/PageImageDetail/PageImageDetail.vue')['default']
|
|
190
|
+
PageInfographicDetail: typeof import('./src/templates/www/PageInfographicDetail/PageInfographicDetail.vue')['default']
|
|
191
|
+
PageMaintenanceMode: typeof import('./src/templates/www/PageMaintenanceMode/PageMaintenanceMode.vue')['default']
|
|
192
|
+
PageMissionDetail: typeof import('./src/templates/www/PageMissionDetail/PageMissionDetail.vue')['default']
|
|
193
|
+
PageNewsDetail: typeof import('./src/templates/PageNewsDetail/PageNewsDetail.vue')['default']
|
|
194
|
+
PagePodcast: typeof import('./src/templates/www/PagePodcast/PagePodcast.vue')['default']
|
|
195
|
+
PagePodcastSeason: typeof import('./src/templates/www/PagePodcastSeason/PagePodcastSeason.vue')['default']
|
|
196
|
+
PagePressKitIndex: typeof import('./src/templates/www/PagePressKitIndex/PagePressKitIndex.vue')['default']
|
|
197
|
+
PageProfileDetail: typeof import('./src/templates/www/PageProfileDetail/PageProfileDetail.vue')['default']
|
|
198
|
+
PageRoboticsDetail: typeof import('./src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue')['default']
|
|
199
|
+
PageTimeline: typeof import('./src/templates/www/PageTimeline/PageTimeline.vue')['default']
|
|
200
|
+
PageTopicDetail: typeof import('./src/templates/www/PageTopicDetail/PageTopicDetail.vue')['default']
|
|
201
|
+
PageVideoDetail: typeof import('./src/templates/PageVideoDetail/PageVideoDetail.vue')['default']
|
|
202
|
+
ParallaxContainer: typeof import('./src/components/ParallaxContainer/ParallaxContainer.vue')['default']
|
|
203
|
+
ParallaxElement: typeof import('./src/components/ParallaxElement/ParallaxElement.vue')['default']
|
|
204
|
+
PastEventsCarousel: typeof import('./src/components/PastEventsCarousel/PastEventsCarousel.vue')['default']
|
|
205
|
+
PodcastEpisodeCard: typeof import('./src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue')['default']
|
|
206
|
+
PodcastSeriesCarousel: typeof import('./src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue')['default']
|
|
207
|
+
ProfileDetailSectionGroup: typeof import('./src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue')['default']
|
|
208
|
+
RelatedLink: typeof import('./src/components/BlockRelatedLinks/RelatedLink.vue')['default']
|
|
209
|
+
RoboticsDetailStats: typeof import('./src/components/RoboticsDetailStats/RoboticsDetailStats.vue')['default']
|
|
210
|
+
RoboticsDetailStatsMini: typeof import('./src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue')['default']
|
|
211
|
+
RouterLink: typeof import('vue-router')['RouterLink']
|
|
212
|
+
RouterView: typeof import('vue-router')['RouterView']
|
|
213
|
+
SearchFilterGroup: typeof import('./src/components/SearchFilterGroup/SearchFilterGroup.vue')['default']
|
|
214
|
+
SearchInput: typeof import('./src/components/SearchInput/SearchInput.vue')['default']
|
|
215
|
+
SearchPagination: typeof import('./src/components/SearchPagination/SearchPagination.vue')['default']
|
|
216
|
+
SearchResultCard: typeof import('./src/components/SearchResultCard/SearchResultCard.vue')['default']
|
|
217
|
+
SearchResultGridItem: typeof import('./src/components/SearchResultGridItem/SearchResultGridItem.vue')['default']
|
|
218
|
+
SearchResultsList: typeof import('./src/components/SearchResultsList/SearchResultsList.vue')['default']
|
|
219
|
+
SearchSelectMenu: typeof import('./src/components/SearchSelectMenu/SearchSelectMenu.vue')['default']
|
|
220
|
+
ShareButtons: typeof import('./src/components/ShareButtons/ShareButtons.vue')['default']
|
|
221
|
+
ShareButtonsEdu: typeof import('./src/components/ShareButtonsEdu/ShareButtonsEdu.vue')['default']
|
|
222
|
+
SkipLink: typeof import('./src/components/SkipLink/SkipLink.vue')['default']
|
|
223
|
+
SwimlaneCTA: typeof import('./src/components/SwimlaneCTA/SwimlaneCTA.vue')['default']
|
|
224
|
+
TextArea: typeof import('./src/components/TextArea/TextArea.vue')['default']
|
|
225
|
+
TextInput: typeof import('./src/components/TextInput/TextInput.vue')['default']
|
|
226
|
+
TheFooter: typeof import('./src/components/TheFooter/TheFooter.vue')['default']
|
|
227
|
+
TheFooterSignUp: typeof import('./src/components/TheFooter/TheFooterSignUp.vue')['default']
|
|
228
|
+
ThumbnailCarousel: typeof import('./src/components/ThumbnailCarousel/ThumbnailCarousel.vue')['default']
|
|
229
|
+
TimelineDialog: typeof import('./src/components/TimelineDialog/TimelineDialog.vue')['default']
|
|
230
|
+
TopicDetailMissionCarousel: typeof import('./src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue')['default']
|
|
231
|
+
TopicDetailMissionCarouselItem: typeof import('./src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue')['default']
|
|
232
|
+
TopicDetailMissionSpotlight: typeof import('./src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue')['default']
|
|
233
|
+
TopicDetailMore: typeof import('./src/components/TopicDetailMore/TopicDetailMore.vue')['default']
|
|
234
|
+
TopicDetailMoreItem: typeof import('./src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue')['default']
|
|
235
|
+
TopicDetailMoreVisibility: typeof import('./src/components/TopicDetailMore/TopicDetailMoreVisibility.vue')['default']
|
|
236
|
+
TopicDetailStreamfield: typeof import('./src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue')['default']
|
|
237
|
+
YearTicker: typeof import('./src/components/YearTicker/YearTicker.vue')['default']
|
|
238
|
+
}
|
|
239
|
+
}
|
package/dist/explorer-1-vue.js
CHANGED
|
@@ -11883,7 +11883,7 @@ const So = /* @__PURE__ */ M(a3, [["render", i3]]), n3 = L({
|
|
|
11883
11883
|
class: "inline"
|
|
11884
11884
|
}, c3 = ["itemprop"], d3 = {
|
|
11885
11885
|
key: 1,
|
|
11886
|
-
class: "text-subtitle py-3"
|
|
11886
|
+
class: "text-subtitle py-3 edu:text-primary"
|
|
11887
11887
|
}, u3 = /* @__PURE__ */ d("span", { class: "sr-only" }, ".", -1), h3 = {
|
|
11888
11888
|
key: 1,
|
|
11889
11889
|
class: "lg:text-base text-gray-mid-dark divide-gray-mid-dark px-3 mt-5 -ml-3 text-sm leading-normal"
|
|
@@ -11897,7 +11897,7 @@ function _3(e, t, s, a, i, n) {
|
|
|
11897
11897
|
variant: "secondary",
|
|
11898
11898
|
to: e.topics[0].url,
|
|
11899
11899
|
class: "py-3",
|
|
11900
|
-
"use-primary-color": ""
|
|
11900
|
+
"use-primary-color": e.themeStore.theme === "ThemeEdu"
|
|
11901
11901
|
}, {
|
|
11902
11902
|
default: w(() => [
|
|
11903
11903
|
d("span", {
|
|
@@ -11905,19 +11905,20 @@ function _3(e, t, s, a, i, n) {
|
|
|
11905
11905
|
}, $(e.topics[0].title), 9, c3)
|
|
11906
11906
|
]),
|
|
11907
11907
|
_: 1
|
|
11908
|
-
}, 8, ["to"])
|
|
11908
|
+
}, 8, ["to", "use-primary-color"])
|
|
11909
11909
|
])) : e.label ? (c(), u("span", d3, [
|
|
11910
11910
|
e.labelLink ? (c(), T(r, {
|
|
11911
11911
|
key: 1,
|
|
11912
11912
|
variant: "secondary",
|
|
11913
11913
|
to: e.labelLink,
|
|
11914
|
-
class: "py-3"
|
|
11914
|
+
class: "py-3",
|
|
11915
|
+
"use-primary-color": e.themeStore.theme === "ThemeEdu"
|
|
11915
11916
|
}, {
|
|
11916
11917
|
default: w(() => [
|
|
11917
11918
|
N($(e.label), 1)
|
|
11918
11919
|
]),
|
|
11919
11920
|
_: 1
|
|
11920
|
-
}, 8, ["to"])) : (c(), u(G, { key: 0 }, [
|
|
11921
|
+
}, 8, ["to", "use-primary-color"])) : (c(), u(G, { key: 0 }, [
|
|
11921
11922
|
N($(e.label), 1)
|
|
11922
11923
|
], 64))
|
|
11923
11924
|
])) : f("", !0),
|
|
@@ -23118,9 +23119,6 @@ const bN = /* @__PURE__ */ M(TH, [["render", IH]]), Na = li(), MH = L({
|
|
|
23118
23119
|
},
|
|
23119
23120
|
computed: {
|
|
23120
23121
|
...Ge(Lt),
|
|
23121
|
-
isEdu() {
|
|
23122
|
-
return this.themeStore.theme === "ThemeEdu";
|
|
23123
|
-
},
|
|
23124
23122
|
heroInline() {
|
|
23125
23123
|
var e;
|
|
23126
23124
|
return ((e = this.data) == null ? void 0 : e.heroPosition) === "inline";
|
|
@@ -23129,7 +23127,7 @@ const bN = /* @__PURE__ */ M(TH, [["render", IH]]), Na = li(), MH = L({
|
|
|
23129
23127
|
return (Na == null ? void 0 : Na.path) === "/a-plan-for-jpl";
|
|
23130
23128
|
},
|
|
23131
23129
|
h1LayoutHelperClasses() {
|
|
23132
|
-
return this.hideH1 ? "lg:mt-12 mt-5" : "lg:mt-12 lg:mb-18 mt-5 mb-10";
|
|
23130
|
+
return this.hideH1 ? "lg:mt-12 mt-5" : "lg:mt-12 lg:mb-18 edu:lg:mb-12 mt-5 mb-10 edu:mb-8";
|
|
23133
23131
|
}
|
|
23134
23132
|
}
|
|
23135
23133
|
}), xH = { class: "text-body-sm text-gray-mid-dark" };
|
|
@@ -23163,7 +23161,7 @@ function LH(e, t, s, a, i, n) {
|
|
|
23163
23161
|
label: e.data.displayLabel,
|
|
23164
23162
|
class: O({ "sr-only": e.hideH1 })
|
|
23165
23163
|
}, null, 8, ["title", "label", "class"]),
|
|
23166
|
-
e.isEdu && ((C = e.data) != null && C.url) ? (c(), T(h, {
|
|
23164
|
+
e.themeStore.isEdu && ((C = e.data) != null && C.url) ? (c(), T(h, {
|
|
23167
23165
|
key: 0,
|
|
23168
23166
|
class: "mt-4",
|
|
23169
23167
|
url: e.data.url,
|
|
@@ -23189,24 +23187,25 @@ function LH(e, t, s, a, i, n) {
|
|
|
23189
23187
|
]),
|
|
23190
23188
|
_: 1
|
|
23191
23189
|
})) : f("", !0),
|
|
23192
|
-
|
|
23190
|
+
e.themeStore.theme !== "ThemeEdu" ? (c(), T(p, {
|
|
23191
|
+
key: 2,
|
|
23193
23192
|
indent: "col-2",
|
|
23194
23193
|
class: "lg:mb-0 relative mb-8"
|
|
23195
23194
|
}, {
|
|
23196
23195
|
default: w(() => [
|
|
23197
|
-
e.data.title && e.data.url && !e.isEdu ? (c(), T(g, {
|
|
23196
|
+
e.data.title && e.data.url && !e.themeStore.isEdu ? (c(), T(g, {
|
|
23198
23197
|
key: 0,
|
|
23199
23198
|
title: e.data.title,
|
|
23200
23199
|
url: e.data.url
|
|
23201
23200
|
}, null, 8, ["title", "url"])) : f("", !0)
|
|
23202
23201
|
]),
|
|
23203
23202
|
_: 1
|
|
23204
|
-
}),
|
|
23203
|
+
})) : f("", !0),
|
|
23205
23204
|
_(v, {
|
|
23206
23205
|
data: e.data.body
|
|
23207
23206
|
}, null, 8, ["data"]),
|
|
23208
23207
|
e.data.relatedLinks && e.data.relatedLinks.length ? (c(), T(p, {
|
|
23209
|
-
key:
|
|
23208
|
+
key: 3,
|
|
23210
23209
|
indent: "col-3",
|
|
23211
23210
|
class: "lg:my-18 my-10"
|
|
23212
23211
|
}, {
|
|
@@ -23218,15 +23217,15 @@ function LH(e, t, s, a, i, n) {
|
|
|
23218
23217
|
_: 1
|
|
23219
23218
|
})) : f("", !0),
|
|
23220
23219
|
e.data.slug === "contact-jpl" ? (c(), T(k, {
|
|
23221
|
-
key:
|
|
23220
|
+
key: 4,
|
|
23222
23221
|
class: "lg:mb-18 mb-10"
|
|
23223
23222
|
})) : f("", !0),
|
|
23224
23223
|
e.data.slug === "newsletter-signup" ? (c(), T(B, {
|
|
23225
|
-
key:
|
|
23224
|
+
key: 5,
|
|
23226
23225
|
class: "lg:mb-18 mb-10"
|
|
23227
23226
|
})) : f("", !0),
|
|
23228
23227
|
e.data.clearanceNumber ? (c(), T(p, {
|
|
23229
|
-
key:
|
|
23228
|
+
key: 6,
|
|
23230
23229
|
indent: "col-3",
|
|
23231
23230
|
class: "lg:my-18 my-10"
|
|
23232
23231
|
}, {
|
|
@@ -23606,8 +23605,14 @@ const $N = /* @__PURE__ */ M(BH, [["render", nV]]), rV = L({
|
|
|
23606
23605
|
return (((e = this.data) == null ? void 0 : e.hero) || []).length === 0;
|
|
23607
23606
|
},
|
|
23608
23607
|
heroInline() {
|
|
23609
|
-
var e, t;
|
|
23610
|
-
|
|
23608
|
+
var e, t, s;
|
|
23609
|
+
if (!this.heroEmpty) {
|
|
23610
|
+
if (((e = this.data) == null ? void 0 : e.hero[0].blockType) === "VideoBlock")
|
|
23611
|
+
return !1;
|
|
23612
|
+
if (((t = this.data) == null ? void 0 : t.heroPosition) === "inline" || ((s = this.data) == null ? void 0 : s.hero[0].blockType) === "CarouselBlock")
|
|
23613
|
+
return !0;
|
|
23614
|
+
}
|
|
23615
|
+
return !1;
|
|
23611
23616
|
},
|
|
23612
23617
|
computedClass() {
|
|
23613
23618
|
return this.heroInline || this.heroEmpty ? "pt-5 lg:pt-12" : this.heroInline ? "" : "-nav-offset";
|