@explorer-1/vue 0.0.0 → 0.0.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.
Files changed (353) hide show
  1. package/dist/edu/.gitkeep +0 -0
  2. package/dist/edu/explorer-1/bg-stars-edu.png +0 -0
  3. package/dist/edu/explorer-1/bg-stars.jpg +0 -0
  4. package/dist/explorer-1/bg-stars-edu.png +0 -0
  5. package/dist/explorer-1/bg-stars.jpg +0 -0
  6. package/dist/explorer-1-vue.d.ts +1 -0
  7. package/dist/explorer-1-vue.js +25211 -0
  8. package/dist/explorer-1-vue.umd.cjs +51 -0
  9. package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.stories.d.ts +52 -0
  10. package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +36 -0
  11. package/dist/src/components/BackToTop/BackToTop.stories.d.ts +53 -0
  12. package/dist/src/components/BackToTop/BackToTop.vue.d.ts +35 -0
  13. package/dist/src/components/BaseAudio/BaseAudio.stories.d.ts +24 -0
  14. package/dist/src/components/BaseAudio/BaseAudio.vue.d.ts +59 -0
  15. package/dist/src/components/BaseButton/BaseButton.stories.d.ts +165 -0
  16. package/dist/src/components/BaseButton/BaseButton.vue.d.ts +94 -0
  17. package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +63 -0
  18. package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +183 -0
  19. package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +37 -0
  20. package/dist/src/components/BaseImage/BaseImage.stories.d.ts +143 -0
  21. package/dist/src/components/BaseImage/BaseImage.vue.d.ts +88 -0
  22. package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +24 -0
  23. package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +19 -0
  24. package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.d.ts +86 -0
  25. package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +61 -0
  26. package/dist/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue.d.ts +5 -0
  27. package/dist/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue.d.ts +4 -0
  28. package/dist/src/components/BaseLink/BaseLink.stories.d.ts +55 -0
  29. package/dist/src/components/BaseLink/BaseLink.vue.d.ts +182 -0
  30. package/dist/src/components/BaseModal/BaseModal.stories.d.ts +341 -0
  31. package/dist/src/components/BaseModal/BaseModal.vue.d.ts +19 -0
  32. package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +17 -0
  33. package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +26 -0
  34. package/dist/src/components/BasePlaceholder/BasePlaceholder.vue.d.ts +2 -0
  35. package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +74 -0
  36. package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +85 -0
  37. package/dist/src/components/BaseTag/BaseTag.stories.d.ts +65 -0
  38. package/dist/src/components/BaseTag/BaseTag.vue.d.ts +39 -0
  39. package/dist/src/components/BaseTimer/BaseTimer.stories.d.ts +106 -0
  40. package/dist/src/components/BaseTimer/BaseTimer.test.d.ts +1 -0
  41. package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +88 -0
  42. package/dist/src/components/BaseUnitToggle/BaseUnitToggle.stories.d.ts +258 -0
  43. package/dist/src/components/BaseUnitToggle/BaseUnitToggle.test.d.ts +1 -0
  44. package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +83 -0
  45. package/dist/src/components/BaseVideo/BaseVideo.stories.d.ts +29 -0
  46. package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +22 -0
  47. package/dist/src/components/BlockAnchor/BlockAnchor.vue.d.ts +12 -0
  48. package/dist/src/components/BlockAudio/BlockAudio.stories.d.ts +34 -0
  49. package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +12 -0
  50. package/dist/src/components/BlockCard/BlockCard.stories.d.ts +34 -0
  51. package/dist/src/components/BlockCard/BlockCard.vue.d.ts +42 -0
  52. package/dist/src/components/BlockCardGroup/BlockCardGroup.stories.d.ts +32 -0
  53. package/dist/src/components/BlockCardGroup/BlockCardGroup.vue.d.ts +21 -0
  54. package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.stories.d.ts +57 -0
  55. package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +61 -0
  56. package/dist/src/components/BlockCta/BlockCta.stories.d.ts +36 -0
  57. package/dist/src/components/BlockCta/BlockCta.vue.d.ts +25 -0
  58. package/dist/src/components/BlockHeading/BlockHeading.stories.d.ts +19 -0
  59. package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +12 -0
  60. package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.stories.d.ts +37 -0
  61. package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +16 -0
  62. package/dist/src/components/BlockImage/BlockImage.stories.d.ts +345 -0
  63. package/dist/src/components/BlockImage/BlockImage.vue.d.ts +24 -0
  64. package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +49 -0
  65. package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +46 -0
  66. package/dist/src/components/BlockImageCarousel/BlockImageCarousel.stories.d.ts +61 -0
  67. package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +66 -0
  68. package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.stories.d.ts +68 -0
  69. package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +58 -0
  70. package/dist/src/components/BlockImageComparison/BlockImageComparison.stories.d.ts +46 -0
  71. package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +15 -0
  72. package/dist/src/components/BlockImageGallery/BlockImageGallery.stories.d.ts +103 -0
  73. package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +57 -0
  74. package/dist/src/components/BlockInlineImage/BlockInlineImage.stories.d.ts +72 -0
  75. package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +19 -0
  76. package/dist/src/components/BlockKeyPoints/BlockKeyPoints.stories.d.ts +20 -0
  77. package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +12 -0
  78. package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +112 -0
  79. package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +101 -0
  80. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +207 -0
  81. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +41 -0
  82. package/dist/src/components/BlockLinkTile/BlockLinkTile.stories.d.ts +80 -0
  83. package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +93 -0
  84. package/dist/src/components/BlockListCards/BlockListCards.stories.d.ts +56 -0
  85. package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +16 -0
  86. package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +203 -0
  87. package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +32 -0
  88. package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.stories.d.ts +44 -0
  89. package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +25 -0
  90. package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +42 -0
  91. package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +357 -0
  92. package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +55 -0
  93. package/dist/src/components/BlockTable/BlockTable.stories.d.ts +17 -0
  94. package/dist/src/components/BlockTable/BlockTable.vue.d.ts +17 -0
  95. package/dist/src/components/BlockTeaser/BlockTeaser.stories.d.ts +61 -0
  96. package/dist/src/components/BlockTeaser/BlockTeaser.test.d.ts +1 -0
  97. package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +100 -0
  98. package/dist/src/components/BlockText/BlockText.stories.d.ts +30 -0
  99. package/dist/src/components/BlockText/BlockText.vue.d.ts +32 -0
  100. package/dist/src/components/BlockTwitterEmbed/BlockTwitterEmbed.stories.d.ts +17 -0
  101. package/dist/src/components/BlockTwitterEmbed/BlockTwitterEmbed.vue.d.ts +14 -0
  102. package/dist/src/components/BlockVideo/BlockVideo.stories.d.ts +23 -0
  103. package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +22 -0
  104. package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.stories.d.ts +24 -0
  105. package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +25 -0
  106. package/dist/src/components/CalendarButton/CalendarButton.stories.d.ts +79 -0
  107. package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +58 -0
  108. package/dist/src/components/DetailHeadline/DetailHeadline.stories.d.ts +36 -0
  109. package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +82 -0
  110. package/dist/src/components/DsnWidget/DsnWidget.stories.d.ts +29 -0
  111. package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +15 -0
  112. package/dist/src/components/EventCard/EventCard.vue.d.ts +101 -0
  113. package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +48 -0
  114. package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +33 -0
  115. package/dist/src/components/FormContact/FormContact.stories.d.ts +22 -0
  116. package/dist/src/components/FormContact/FormContact.vue.d.ts +9 -0
  117. package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +49 -0
  118. package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +36 -0
  119. package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +40 -0
  120. package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +46 -0
  121. package/dist/src/components/HeroListingIndex/HeroListingIndex.stories.d.ts +146 -0
  122. package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +40 -0
  123. package/dist/src/components/HeroMedia/HeroMedia.stories.d.ts +171 -0
  124. package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +59 -0
  125. package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +76 -0
  126. package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +59 -0
  127. package/dist/src/components/HomepageCarousel/HomepageCarousel.stories.d.ts +344 -0
  128. package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +45 -0
  129. package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.stories.d.ts +56 -0
  130. package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +29 -0
  131. package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.stories.d.ts +31 -0
  132. package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +15 -0
  133. package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.stories.d.ts +93 -0
  134. package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +17 -0
  135. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +118 -0
  136. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +20 -0
  137. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +14 -0
  138. package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +555 -0
  139. package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +65 -0
  140. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.stories.d.ts +123 -0
  141. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +15 -0
  142. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +14 -0
  143. package/dist/src/components/Icons/Icon360.vue.d.ts +2 -0
  144. package/dist/src/components/Icons/IconArrow.vue.d.ts +2 -0
  145. package/dist/src/components/Icons/IconArrows.vue.d.ts +2 -0
  146. package/dist/src/components/Icons/IconAudio.vue.d.ts +2 -0
  147. package/dist/src/components/Icons/IconBook.vue.d.ts +2 -0
  148. package/dist/src/components/Icons/IconBookUser.vue.d.ts +2 -0
  149. package/dist/src/components/Icons/IconBriefcase.vue.d.ts +2 -0
  150. package/dist/src/components/Icons/IconCalendar.vue.d.ts +2 -0
  151. package/dist/src/components/Icons/IconCaret.vue.d.ts +2 -0
  152. package/dist/src/components/Icons/IconCheckbox.vue.d.ts +2 -0
  153. package/dist/src/components/Icons/IconCheckboxSelected.vue.d.ts +2 -0
  154. package/dist/src/components/Icons/IconClose.vue.d.ts +2 -0
  155. package/dist/src/components/Icons/IconCloseLightbox.vue.d.ts +2 -0
  156. package/dist/src/components/Icons/IconDownload.vue.d.ts +2 -0
  157. package/dist/src/components/Icons/IconDropdown.vue.d.ts +2 -0
  158. package/dist/src/components/Icons/IconEnvelope.vue.d.ts +2 -0
  159. package/dist/src/components/Icons/IconExpand.vue.d.ts +2 -0
  160. package/dist/src/components/Icons/IconExternal.vue.d.ts +2 -0
  161. package/dist/src/components/Icons/IconFilter.vue.d.ts +2 -0
  162. package/dist/src/components/Icons/IconForwardTen.vue.d.ts +2 -0
  163. package/dist/src/components/Icons/IconGrid.vue.d.ts +2 -0
  164. package/dist/src/components/Icons/IconHand.vue.d.ts +2 -0
  165. package/dist/src/components/Icons/IconInfo.vue.d.ts +2 -0
  166. package/dist/src/components/Icons/IconLink.vue.d.ts +2 -0
  167. package/dist/src/components/Icons/IconList.vue.d.ts +2 -0
  168. package/dist/src/components/Icons/IconLocation.vue.d.ts +2 -0
  169. package/dist/src/components/Icons/IconMagnifyingGlass.vue.d.ts +2 -0
  170. package/dist/src/components/Icons/IconMedal.vue.d.ts +2 -0
  171. package/dist/src/components/Icons/IconMenu.vue.d.ts +2 -0
  172. package/dist/src/components/Icons/IconMinus.vue.d.ts +2 -0
  173. package/dist/src/components/Icons/IconMute.vue.d.ts +2 -0
  174. package/dist/src/components/Icons/IconNext.vue.d.ts +2 -0
  175. package/dist/src/components/Icons/IconPause.vue.d.ts +2 -0
  176. package/dist/src/components/Icons/IconPlay.vue.d.ts +2 -0
  177. package/dist/src/components/Icons/IconPlus.vue.d.ts +2 -0
  178. package/dist/src/components/Icons/IconPrev.vue.d.ts +2 -0
  179. package/dist/src/components/Icons/IconRewindTen.vue.d.ts +2 -0
  180. package/dist/src/components/Icons/IconSearch.vue.d.ts +2 -0
  181. package/dist/src/components/Icons/IconShare.vue.d.ts +2 -0
  182. package/dist/src/components/Icons/IconSlideshow.vue.d.ts +2 -0
  183. package/dist/src/components/Icons/IconSocialEmail.vue.d.ts +2 -0
  184. package/dist/src/components/Icons/IconSocialFacebook.vue.d.ts +2 -0
  185. package/dist/src/components/Icons/IconSocialGoogleClassroom.vue.d.ts +2 -0
  186. package/dist/src/components/Icons/IconSocialInstagram.vue.d.ts +2 -0
  187. package/dist/src/components/Icons/IconSocialPinterest.vue.d.ts +2 -0
  188. package/dist/src/components/Icons/IconSocialReddit.vue.d.ts +2 -0
  189. package/dist/src/components/Icons/IconSocialTwitter.vue.d.ts +2 -0
  190. package/dist/src/components/Icons/IconSocialYoutube.vue.d.ts +2 -0
  191. package/dist/src/components/Icons/IconStop.vue.d.ts +2 -0
  192. package/dist/src/components/Icons/IconTime.vue.d.ts +2 -0
  193. package/dist/src/components/Icons/IconUniversity.vue.d.ts +2 -0
  194. package/dist/src/components/Icons/IconUser.vue.d.ts +2 -0
  195. package/dist/src/components/Icons/IconVolume.vue.d.ts +2 -0
  196. package/dist/src/components/Icons/Icons.stories.d.ts +492 -0
  197. package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +16 -0
  198. package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +24 -0
  199. package/dist/src/components/LoadingTransition/LoadingTransition.vue.d.ts +7 -0
  200. package/dist/src/components/LogoCaltech/LogoCaltech.stories.d.ts +41 -0
  201. package/dist/src/components/LogoCaltech/LogoCaltech.vue.d.ts +2 -0
  202. package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +111 -0
  203. package/dist/src/components/LogoTribrand/LogoTribrand.vue.d.ts +14 -0
  204. package/dist/src/components/MissionDetailAbout/MissionDetailAbout.stories.d.ts +32 -0
  205. package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +61 -0
  206. package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +417 -0
  207. package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +90 -0
  208. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +282 -0
  209. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +65 -0
  210. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +30 -0
  211. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +36 -0
  212. package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.stories.d.ts +50 -0
  213. package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +34 -0
  214. package/dist/src/components/MissionDetailStats/DistanceStats.test.d.ts +1 -0
  215. package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +115 -0
  216. package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +268 -0
  217. package/dist/src/components/MissionDetailStats/MissionDetailStats.test.d.ts +1 -0
  218. package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +115 -0
  219. package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +23 -0
  220. package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +41 -0
  221. package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.stories.d.ts +76 -0
  222. package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +12 -0
  223. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +81 -0
  224. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +62 -0
  225. package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +265 -0
  226. package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +118 -0
  227. package/dist/src/components/MixinDropdownToggle/MixinDropdownToggle.vue.d.ts +27 -0
  228. package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +153 -0
  229. package/dist/src/components/MixinFancybox/MixinFancyboxOpenButton.vue.d.ts +2 -0
  230. package/dist/src/components/MixinVideoBg/MixinVideoBg.stories.d.ts +22 -0
  231. package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +12 -0
  232. package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +598 -0
  233. package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +93 -0
  234. package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +30 -0
  235. package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +14 -0
  236. package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +15 -0
  237. package/dist/src/components/NavHeading/NavHeading.stories.d.ts +22 -0
  238. package/dist/src/components/NavHeading/NavHeading.vue.d.ts +12 -0
  239. package/dist/src/components/NavHighlight/NavHighlight.stories.d.ts +43 -0
  240. package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +20 -0
  241. package/dist/src/components/NavLinkList/NavLinkList.stories.d.ts +39 -0
  242. package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +29 -0
  243. package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +23 -0
  244. package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +2 -0
  245. package/dist/src/components/NavMobile/NavMobile.stories.d.ts +595 -0
  246. package/dist/src/components/NavMobile/NavMobile.vue.d.ts +82 -0
  247. package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +46 -0
  248. package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +46 -0
  249. package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +28 -0
  250. package/dist/src/components/NavSearchForm/NavSearchForm.stories.d.ts +12 -0
  251. package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +19 -0
  252. package/dist/src/components/NavSecondary/NavSecondary.stories.d.ts +24 -0
  253. package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +40 -0
  254. package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +39 -0
  255. package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +20 -0
  256. package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +22 -0
  257. package/dist/src/components/NavSocial/NavSocial.stories.d.ts +42 -0
  258. package/dist/src/components/NavSocial/NavSocial.vue.d.ts +16 -0
  259. package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.stories.d.ts +36 -0
  260. package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.test.d.ts +1 -0
  261. package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +31 -0
  262. package/dist/src/components/ParallaxContainer/ParallaxContainer.stories.d.ts +91 -0
  263. package/dist/src/components/ParallaxContainer/ParallaxContainer.vue.d.ts +37 -0
  264. package/dist/src/components/ParallaxElement/ParallaxElement.vue.d.ts +23 -0
  265. package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +19 -0
  266. package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +82 -0
  267. package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.stories.d.ts +50 -0
  268. package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +55 -0
  269. package/dist/src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue.d.ts +22 -0
  270. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.d.ts +115 -0
  271. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.test.d.ts +1 -0
  272. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +87 -0
  273. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +30 -0
  274. package/dist/src/components/SearchFilterGroup/SearchFilterGroup.stories.d.ts +38 -0
  275. package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +63 -0
  276. package/dist/src/components/SearchInput/SearchInput.stories.d.ts +42 -0
  277. package/dist/src/components/SearchInput/SearchInput.vue.d.ts +58 -0
  278. package/dist/src/components/SearchPagination/SearchPagination.stories.d.ts +67 -0
  279. package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +17 -0
  280. package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +61 -0
  281. package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +164 -0
  282. package/dist/src/components/SearchResultGridItem/SearchResultGridItem.stories.d.ts +71 -0
  283. package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +92 -0
  284. package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +62 -0
  285. package/dist/src/components/SearchSelectMenu/SearchSelectMenu.stories.d.ts +18 -0
  286. package/dist/src/components/SearchSelectMenu/SearchSelectMenu.vue.d.ts +39 -0
  287. package/dist/src/components/ShareButtons/ShareButtons.stories.d.ts +16 -0
  288. package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +39 -0
  289. package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.d.ts +14 -0
  290. package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +16 -0
  291. package/dist/src/components/SkipLink/SkipLink.stories.d.ts +8 -0
  292. package/dist/src/components/SkipLink/SkipLink.vue.d.ts +7 -0
  293. package/dist/src/components/TheFooter/TheFooter.stories.d.ts +83 -0
  294. package/dist/src/components/TheFooter/TheFooter.vue.d.ts +27 -0
  295. package/dist/src/components/TheFooter/TheFooterSignUp.vue.d.ts +6 -0
  296. package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.stories.d.ts +31 -0
  297. package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +32 -0
  298. package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.stories.d.ts +45 -0
  299. package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +33 -0
  300. package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.stories.d.ts +37 -0
  301. package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +27 -0
  302. package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.stories.d.ts +83 -0
  303. package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +14 -0
  304. package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +167 -0
  305. package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +39 -0
  306. package/dist/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue.d.ts +8 -0
  307. package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.stories.d.ts +157 -0
  308. package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +18 -0
  309. package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.stories.d.ts +100 -0
  310. package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +31 -0
  311. package/dist/src/components/YearTicker/YearTicker.stories.d.ts +39 -0
  312. package/dist/src/components/YearTicker/YearTicker.vue.d.ts +16 -0
  313. package/dist/src/docs/foundation/grid.stories.d.ts +69 -0
  314. package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +158 -0
  315. package/dist/src/docs/foundation/themes.stories.d.ts +32 -0
  316. package/dist/src/docs/foundation/typography.stories.d.ts +102 -0
  317. package/dist/src/interfaces.d.ts +118 -0
  318. package/dist/src/main.d.ts +1 -0
  319. package/dist/src/store/header.d.ts +18 -0
  320. package/dist/src/store/theme.d.ts +14 -0
  321. package/dist/src/templates/PageContent/PageContent.stories.d.ts +197 -0
  322. package/dist/src/templates/PageContent/PageContent.vue.d.ts +20 -0
  323. package/dist/src/templates/PageEventDetail/PageEventDetail.stories.d.ts +106 -0
  324. package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +18 -0
  325. package/dist/src/templates/PageNewsDetail/PageNewsDetail.stories.d.ts +3682 -0
  326. package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +17 -0
  327. package/dist/src/templates/edu/PageEduNewsDetail.stories.d.ts +1178 -0
  328. package/dist/src/utils/dayjs.d.ts +2 -0
  329. package/dist/src/utils/filters.d.ts +4 -0
  330. package/dist/src/utils/mixins.d.ts +57 -0
  331. package/dist/style.css +1 -0
  332. package/lib/main.ts +333 -2
  333. package/package.json +5 -5
  334. package/src/components/BaseHeading/BaseHeading.stories.js +3 -3
  335. package/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.js +2 -4
  336. package/src/components/BlockCard/BlockCard.stories.js +10 -0
  337. package/src/components/CalendarButton/CalendarButton.vue +1 -1
  338. package/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue +3 -3
  339. package/src/components/MixinFancybox/MixinFancyboxOpenButton.vue +1 -1
  340. package/src/components/NavDesktop/NavDesktopDropdown.vue +1 -1
  341. package/src/components/NavSecondary/NavSecondaryDropdown.vue +1 -1
  342. package/src/components/NavSecondary/NavSecondaryDropdownContent.vue +1 -1
  343. package/src/components/NavSocial/NavSocial.vue +1 -1
  344. package/src/components/SearchResultsList/SearchResultsList.vue +1 -1
  345. package/src/components/ShareButtons/ShareButtons.vue +1 -1
  346. package/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.js +2 -2
  347. package/src/components/ShareButtonsEdu/ShareButtonsEdu.vue +1 -1
  348. package/src/components/SwimlaneCTA/SwimlaneCTA.stories.mdx +1 -1
  349. package/src/docs/foundation/color.docs.mdx +52 -52
  350. package/src/docs/foundation/grid_layouthelpers.stories.js +1 -1
  351. package/src/templates/PageNewsDetail/PageNewsDetail.stories.js +3 -3
  352. package/src/utils/mixins.ts +2 -2
  353. package/vite.config.ts +6 -22
@@ -0,0 +1,118 @@
1
+ import { default as HomepageMissionsCarousel } from './HomepageMissionsCarousel.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { HomepageMissionsCarousel as component };
5
+ export let excludeStories: RegExp;
6
+ export namespace parameters {
7
+ let viewMode: string;
8
+ }
9
+ }
10
+ export default _default;
11
+ export namespace HomepageMissionsCarouselData {
12
+ let missionsCarousel: {
13
+ heading: string;
14
+ label: string;
15
+ summary: string;
16
+ targets: ({
17
+ name: string;
18
+ pastMissions: number;
19
+ currentMissions: number;
20
+ topic: {
21
+ title: string;
22
+ url: string;
23
+ };
24
+ image: {
25
+ src: {
26
+ url: string;
27
+ width: number;
28
+ height: number;
29
+ };
30
+ webp: {
31
+ url: string;
32
+ };
33
+ };
34
+ } | {
35
+ name: string;
36
+ pastMissions: number;
37
+ currentMissions: number;
38
+ image: {
39
+ src: {
40
+ url: string;
41
+ width: number;
42
+ height: number;
43
+ };
44
+ webp: {
45
+ url: string;
46
+ };
47
+ };
48
+ topic?: undefined;
49
+ })[];
50
+ }[];
51
+ }
52
+ export namespace Default {
53
+ namespace args {
54
+ import data = HomepageMissionsCarouselData.missionsCarousel;
55
+ export { data };
56
+ }
57
+ }
58
+ export namespace Item {
59
+ export namespace args_1 {
60
+ let data_1: {
61
+ name: string;
62
+ pastMissions: number;
63
+ currentMissions: number;
64
+ topic: {
65
+ title: string;
66
+ url: string;
67
+ };
68
+ image: {
69
+ src: {
70
+ url: string;
71
+ width: number;
72
+ height: number;
73
+ };
74
+ webp: {
75
+ url: string;
76
+ };
77
+ };
78
+ } | {
79
+ name: string;
80
+ pastMissions: number;
81
+ currentMissions: number;
82
+ image: {
83
+ src: {
84
+ url: string;
85
+ width: number;
86
+ height: number;
87
+ };
88
+ webp: {
89
+ url: string;
90
+ };
91
+ };
92
+ topic?: undefined;
93
+ };
94
+ export { data_1 as data };
95
+ }
96
+ export { args_1 as args };
97
+ export function render(args: any): {
98
+ components: {
99
+ HomepageMissionsCarouselItem: import("vue").DefineComponent<{
100
+ data: {
101
+ type: ObjectConstructor;
102
+ required: false;
103
+ };
104
+ }, unknown, unknown, {
105
+ hasTopic(): boolean;
106
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
107
+ data: {
108
+ type: ObjectConstructor;
109
+ required: false;
110
+ };
111
+ }>>, {}, {}>;
112
+ };
113
+ setup(): {
114
+ args: any;
115
+ };
116
+ template: string;
117
+ };
118
+ }
@@ -0,0 +1,20 @@
1
+ import { default as Swiper } from 'swiper';
2
+ import { SwiperOptions } from 'swiper/types';
3
+
4
+ declare const _default: import('vue').DefineComponent<{
5
+ data: {
6
+ type: ObjectConstructor;
7
+ required: false;
8
+ };
9
+ }, unknown, {
10
+ slider: Swiper | null;
11
+ sliderOptions: SwiperOptions;
12
+ }, {}, {
13
+ init(): void;
14
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
15
+ data: {
16
+ type: ObjectConstructor;
17
+ required: false;
18
+ };
19
+ }>>, {}, {}>;
20
+ export default _default;
@@ -0,0 +1,14 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ data: {
3
+ type: ObjectConstructor;
4
+ required: false;
5
+ };
6
+ }, unknown, unknown, {
7
+ hasTopic(): boolean;
8
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
9
+ data: {
10
+ type: ObjectConstructor;
11
+ required: false;
12
+ };
13
+ }>>, {}, {}>;
14
+ export default _default;
@@ -0,0 +1,555 @@
1
+ import { default as HomepageStats } from './HomepageStats.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { HomepageStats as component };
5
+ export let excludeStories: RegExp;
6
+ export namespace parameters {
7
+ let viewMode: string;
8
+ }
9
+ }
10
+ export default _default;
11
+ export namespace HomepageStatsData {
12
+ namespace asteroidWatchWidget {
13
+ export namespace asteroidApproach {
14
+ let date: string;
15
+ let distanceKilometers: number;
16
+ let distanceMiles: number;
17
+ let externalLink: string;
18
+ }
19
+ export let heading: string;
20
+ let title_1: string;
21
+ export { title_1 as title };
22
+ }
23
+ namespace dsnWidget {
24
+ let heading_1: string;
25
+ export { heading_1 as heading };
26
+ export let location: string;
27
+ export let spacecraftName: string;
28
+ export let transmitStatus: string;
29
+ export let transmitTitle: string;
30
+ }
31
+ let statistics: ({
32
+ blockType: string;
33
+ heading: string;
34
+ title: string;
35
+ date?: undefined;
36
+ dateDisplay?: undefined;
37
+ } | {
38
+ blockType: string;
39
+ date: string;
40
+ dateDisplay: string;
41
+ heading: string;
42
+ title: string;
43
+ })[];
44
+ let statisticsMissionCount: number;
45
+ let featuredEmbed: never[];
46
+ }
47
+ export function Base(args: any): {
48
+ props: string[];
49
+ components: {
50
+ HomepageStats: import('vue').DefineComponent<{
51
+ statistics: {
52
+ type: ArrayConstructor;
53
+ required: false;
54
+ };
55
+ missionCount: {
56
+ type: NumberConstructor;
57
+ required: false;
58
+ };
59
+ dsn: {
60
+ type: ObjectConstructor;
61
+ required: false;
62
+ };
63
+ asteroidWatch: {
64
+ type: ObjectConstructor;
65
+ required: false;
66
+ };
67
+ featuredEmbed: {
68
+ type: import('vue').PropType<{
69
+ display: boolean;
70
+ }[]>;
71
+ required: false;
72
+ };
73
+ }, unknown, {
74
+ autoplayAdded: boolean;
75
+ }, {
76
+ dataMissionStatsBlock(): {
77
+ blockType: string;
78
+ } | null;
79
+ dataGenericStatsBlock(): {
80
+ blockType: string;
81
+ } | null;
82
+ hasFeaturedEmbed(): boolean;
83
+ }, {
84
+ playVideo(): null;
85
+ filterBlocksByType(blockType: string): {
86
+ blockType: string;
87
+ }[] | null;
88
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
89
+ statistics: {
90
+ type: ArrayConstructor;
91
+ required: false;
92
+ };
93
+ missionCount: {
94
+ type: NumberConstructor;
95
+ required: false;
96
+ };
97
+ dsn: {
98
+ type: ObjectConstructor;
99
+ required: false;
100
+ };
101
+ asteroidWatch: {
102
+ type: ObjectConstructor;
103
+ required: false;
104
+ };
105
+ featuredEmbed: {
106
+ type: import('vue').PropType<{
107
+ display: boolean;
108
+ }[]>;
109
+ required: false;
110
+ };
111
+ }>>, {}, {}>;
112
+ };
113
+ template: string;
114
+ };
115
+ export namespace Base {
116
+ export { HomepageStatsData as args };
117
+ }
118
+ export function StaticDate(args: any): {
119
+ props: string[];
120
+ components: {
121
+ HomepageStats: import('vue').DefineComponent<{
122
+ statistics: {
123
+ type: ArrayConstructor;
124
+ required: false;
125
+ };
126
+ missionCount: {
127
+ type: NumberConstructor;
128
+ required: false;
129
+ };
130
+ dsn: {
131
+ type: ObjectConstructor;
132
+ required: false;
133
+ };
134
+ asteroidWatch: {
135
+ type: ObjectConstructor;
136
+ required: false;
137
+ };
138
+ featuredEmbed: {
139
+ type: import('vue').PropType<{
140
+ display: boolean;
141
+ }[]>;
142
+ required: false;
143
+ };
144
+ }, unknown, {
145
+ autoplayAdded: boolean;
146
+ }, {
147
+ dataMissionStatsBlock(): {
148
+ blockType: string;
149
+ } | null;
150
+ dataGenericStatsBlock(): {
151
+ blockType: string;
152
+ } | null;
153
+ hasFeaturedEmbed(): boolean;
154
+ }, {
155
+ playVideo(): null;
156
+ filterBlocksByType(blockType: string): {
157
+ blockType: string;
158
+ }[] | null;
159
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
160
+ statistics: {
161
+ type: ArrayConstructor;
162
+ required: false;
163
+ };
164
+ missionCount: {
165
+ type: NumberConstructor;
166
+ required: false;
167
+ };
168
+ dsn: {
169
+ type: ObjectConstructor;
170
+ required: false;
171
+ };
172
+ asteroidWatch: {
173
+ type: ObjectConstructor;
174
+ required: false;
175
+ };
176
+ featuredEmbed: {
177
+ type: import('vue').PropType<{
178
+ display: boolean;
179
+ }[]>;
180
+ required: false;
181
+ };
182
+ }>>, {}, {}>;
183
+ };
184
+ template: string;
185
+ };
186
+ export namespace StaticDate {
187
+ namespace args {
188
+ let statistics_1: ({
189
+ blockType: string;
190
+ heading: string;
191
+ title: string;
192
+ date?: undefined;
193
+ dateDisplay?: undefined;
194
+ } | {
195
+ blockType: string;
196
+ date: string;
197
+ dateDisplay: string;
198
+ heading: string;
199
+ title: string;
200
+ })[];
201
+ export { statistics_1 as statistics };
202
+ }
203
+ }
204
+ export function TimeElapsed(args: any): {
205
+ props: string[];
206
+ components: {
207
+ HomepageStats: import('vue').DefineComponent<{
208
+ statistics: {
209
+ type: ArrayConstructor;
210
+ required: false;
211
+ };
212
+ missionCount: {
213
+ type: NumberConstructor;
214
+ required: false;
215
+ };
216
+ dsn: {
217
+ type: ObjectConstructor;
218
+ required: false;
219
+ };
220
+ asteroidWatch: {
221
+ type: ObjectConstructor;
222
+ required: false;
223
+ };
224
+ featuredEmbed: {
225
+ type: import('vue').PropType<{
226
+ display: boolean;
227
+ }[]>;
228
+ required: false;
229
+ };
230
+ }, unknown, {
231
+ autoplayAdded: boolean;
232
+ }, {
233
+ dataMissionStatsBlock(): {
234
+ blockType: string;
235
+ } | null;
236
+ dataGenericStatsBlock(): {
237
+ blockType: string;
238
+ } | null;
239
+ hasFeaturedEmbed(): boolean;
240
+ }, {
241
+ playVideo(): null;
242
+ filterBlocksByType(blockType: string): {
243
+ blockType: string;
244
+ }[] | null;
245
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
246
+ statistics: {
247
+ type: ArrayConstructor;
248
+ required: false;
249
+ };
250
+ missionCount: {
251
+ type: NumberConstructor;
252
+ required: false;
253
+ };
254
+ dsn: {
255
+ type: ObjectConstructor;
256
+ required: false;
257
+ };
258
+ asteroidWatch: {
259
+ type: ObjectConstructor;
260
+ required: false;
261
+ };
262
+ featuredEmbed: {
263
+ type: import('vue').PropType<{
264
+ display: boolean;
265
+ }[]>;
266
+ required: false;
267
+ };
268
+ }>>, {}, {}>;
269
+ };
270
+ template: string;
271
+ };
272
+ export namespace TimeElapsed {
273
+ export namespace args_1 {
274
+ let statistics_2: ({
275
+ blockType: string;
276
+ heading: string;
277
+ title: string;
278
+ date?: undefined;
279
+ dateDisplay?: undefined;
280
+ } | {
281
+ blockType: string;
282
+ date: string;
283
+ dateDisplay: string;
284
+ heading: string;
285
+ title: string;
286
+ })[];
287
+ export { statistics_2 as statistics };
288
+ }
289
+ export { args_1 as args };
290
+ }
291
+ export function WatchLive(args: any): {
292
+ props: string[];
293
+ components: {
294
+ HomepageStats: import('vue').DefineComponent<{
295
+ statistics: {
296
+ type: ArrayConstructor;
297
+ required: false;
298
+ };
299
+ missionCount: {
300
+ type: NumberConstructor;
301
+ required: false;
302
+ };
303
+ dsn: {
304
+ type: ObjectConstructor;
305
+ required: false;
306
+ };
307
+ asteroidWatch: {
308
+ type: ObjectConstructor;
309
+ required: false;
310
+ };
311
+ featuredEmbed: {
312
+ type: import('vue').PropType<{
313
+ display: boolean;
314
+ }[]>;
315
+ required: false;
316
+ };
317
+ }, unknown, {
318
+ autoplayAdded: boolean;
319
+ }, {
320
+ dataMissionStatsBlock(): {
321
+ blockType: string;
322
+ } | null;
323
+ dataGenericStatsBlock(): {
324
+ blockType: string;
325
+ } | null;
326
+ hasFeaturedEmbed(): boolean;
327
+ }, {
328
+ playVideo(): null;
329
+ filterBlocksByType(blockType: string): {
330
+ blockType: string;
331
+ }[] | null;
332
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
333
+ statistics: {
334
+ type: ArrayConstructor;
335
+ required: false;
336
+ };
337
+ missionCount: {
338
+ type: NumberConstructor;
339
+ required: false;
340
+ };
341
+ dsn: {
342
+ type: ObjectConstructor;
343
+ required: false;
344
+ };
345
+ asteroidWatch: {
346
+ type: ObjectConstructor;
347
+ required: false;
348
+ };
349
+ featuredEmbed: {
350
+ type: import('vue').PropType<{
351
+ display: boolean;
352
+ }[]>;
353
+ required: false;
354
+ };
355
+ }>>, {}, {}>;
356
+ };
357
+ template: string;
358
+ };
359
+ export namespace WatchLive {
360
+ export namespace args_2 {
361
+ let statistics_3: ({
362
+ blockType: string;
363
+ heading: string;
364
+ title: string;
365
+ date?: undefined;
366
+ dateDisplay?: undefined;
367
+ } | {
368
+ blockType: string;
369
+ date: string;
370
+ dateDisplay: string;
371
+ heading: string;
372
+ title: string;
373
+ })[];
374
+ export { statistics_3 as statistics };
375
+ let featuredEmbed_1: {
376
+ heading: string;
377
+ display: boolean;
378
+ }[];
379
+ export { featuredEmbed_1 as featuredEmbed };
380
+ }
381
+ export { args_2 as args };
382
+ }
383
+ export function WatchLiveNoVideo(args: any): {
384
+ props: string[];
385
+ components: {
386
+ HomepageStats: import('vue').DefineComponent<{
387
+ statistics: {
388
+ type: ArrayConstructor;
389
+ required: false;
390
+ };
391
+ missionCount: {
392
+ type: NumberConstructor;
393
+ required: false;
394
+ };
395
+ dsn: {
396
+ type: ObjectConstructor;
397
+ required: false;
398
+ };
399
+ asteroidWatch: {
400
+ type: ObjectConstructor;
401
+ required: false;
402
+ };
403
+ featuredEmbed: {
404
+ type: import('vue').PropType<{
405
+ display: boolean;
406
+ }[]>;
407
+ required: false;
408
+ };
409
+ }, unknown, {
410
+ autoplayAdded: boolean;
411
+ }, {
412
+ dataMissionStatsBlock(): {
413
+ blockType: string;
414
+ } | null;
415
+ dataGenericStatsBlock(): {
416
+ blockType: string;
417
+ } | null;
418
+ hasFeaturedEmbed(): boolean;
419
+ }, {
420
+ playVideo(): null;
421
+ filterBlocksByType(blockType: string): {
422
+ blockType: string;
423
+ }[] | null;
424
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
425
+ statistics: {
426
+ type: ArrayConstructor;
427
+ required: false;
428
+ };
429
+ missionCount: {
430
+ type: NumberConstructor;
431
+ required: false;
432
+ };
433
+ dsn: {
434
+ type: ObjectConstructor;
435
+ required: false;
436
+ };
437
+ asteroidWatch: {
438
+ type: ObjectConstructor;
439
+ required: false;
440
+ };
441
+ featuredEmbed: {
442
+ type: import('vue').PropType<{
443
+ display: boolean;
444
+ }[]>;
445
+ required: false;
446
+ };
447
+ }>>, {}, {}>;
448
+ };
449
+ template: string;
450
+ };
451
+ export namespace WatchLiveNoVideo {
452
+ export namespace args_3 {
453
+ let statistics_4: ({
454
+ blockType: string;
455
+ heading: string;
456
+ title: string;
457
+ date?: undefined;
458
+ dateDisplay?: undefined;
459
+ } | {
460
+ blockType: string;
461
+ date: string;
462
+ dateDisplay: string;
463
+ heading: string;
464
+ title: string;
465
+ })[];
466
+ export { statistics_4 as statistics };
467
+ }
468
+ export { args_3 as args };
469
+ }
470
+ export function NoDsn(args: any): {
471
+ props: string[];
472
+ components: {
473
+ HomepageStats: import('vue').DefineComponent<{
474
+ statistics: {
475
+ type: ArrayConstructor;
476
+ required: false;
477
+ };
478
+ missionCount: {
479
+ type: NumberConstructor;
480
+ required: false;
481
+ };
482
+ dsn: {
483
+ type: ObjectConstructor;
484
+ required: false;
485
+ };
486
+ asteroidWatch: {
487
+ type: ObjectConstructor;
488
+ required: false;
489
+ };
490
+ featuredEmbed: {
491
+ type: import('vue').PropType<{
492
+ display: boolean;
493
+ }[]>;
494
+ required: false;
495
+ };
496
+ }, unknown, {
497
+ autoplayAdded: boolean;
498
+ }, {
499
+ dataMissionStatsBlock(): {
500
+ blockType: string;
501
+ } | null;
502
+ dataGenericStatsBlock(): {
503
+ blockType: string;
504
+ } | null;
505
+ hasFeaturedEmbed(): boolean;
506
+ }, {
507
+ playVideo(): null;
508
+ filterBlocksByType(blockType: string): {
509
+ blockType: string;
510
+ }[] | null;
511
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
512
+ statistics: {
513
+ type: ArrayConstructor;
514
+ required: false;
515
+ };
516
+ missionCount: {
517
+ type: NumberConstructor;
518
+ required: false;
519
+ };
520
+ dsn: {
521
+ type: ObjectConstructor;
522
+ required: false;
523
+ };
524
+ asteroidWatch: {
525
+ type: ObjectConstructor;
526
+ required: false;
527
+ };
528
+ featuredEmbed: {
529
+ type: import('vue').PropType<{
530
+ display: boolean;
531
+ }[]>;
532
+ required: false;
533
+ };
534
+ }>>, {}, {}>;
535
+ };
536
+ template: string;
537
+ };
538
+ export namespace NoDsn {
539
+ export namespace args_4 {
540
+ export namespace dsnWidget_1 {
541
+ let heading_2: string;
542
+ export { heading_2 as heading };
543
+ let location_1: string;
544
+ export { location_1 as location };
545
+ let spacecraftName_1: null;
546
+ export { spacecraftName_1 as spacecraftName };
547
+ let transmitStatus_1: string;
548
+ export { transmitStatus_1 as transmitStatus };
549
+ let transmitTitle_1: string;
550
+ export { transmitTitle_1 as transmitTitle };
551
+ }
552
+ export { dsnWidget_1 as dsnWidget };
553
+ }
554
+ export { args_4 as args };
555
+ }