@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,102 @@
1
+ import { default as FontVariants } from './FontVariants.vue';
2
+ import { default as BaseHeading } from './../../components/BaseHeading/BaseHeading.vue';
3
+ import { default as IconLocation } from './../../components/Icons/IconLocation.vue';
4
+ declare namespace _default {
5
+ export let title: string;
6
+ export { FontVariants as component };
7
+ export namespace subcomponents {
8
+ export { BaseHeading };
9
+ export { IconLocation };
10
+ }
11
+ export let tags: string[];
12
+ }
13
+ export default _default;
14
+ export namespace Fonts {
15
+ let args: {};
16
+ }
17
+ export namespace TextColors {
18
+ let args_1: {};
19
+ export { args_1 as args };
20
+ export function render(): {
21
+ template: string;
22
+ };
23
+ }
24
+ export namespace TextStyles {
25
+ let args_2: {};
26
+ export { args_2 as args };
27
+ export function render_1(): {
28
+ template: string;
29
+ };
30
+ export { render_1 as render };
31
+ }
32
+ export namespace HeadingIcons {
33
+ export namespace argTypes {
34
+ namespace size {
35
+ namespace type {
36
+ let name: string;
37
+ let required: boolean;
38
+ }
39
+ namespace control {
40
+ let type_1: string;
41
+ export { type_1 as type };
42
+ }
43
+ let options: string[];
44
+ }
45
+ }
46
+ export namespace args_3 {
47
+ let size_1: string;
48
+ export { size_1 as size };
49
+ }
50
+ export { args_3 as args };
51
+ export function render_2(args: any): {
52
+ components: {
53
+ BaseHeading: import("vue").DefineComponent<{
54
+ level: {
55
+ type: import("vue").PropType<import("./../../components/BaseHeading/BaseHeading.vue").HeadingLevel>;
56
+ required: false;
57
+ default: string;
58
+ validator: (prop: string) => boolean;
59
+ };
60
+ size: {
61
+ type: import("vue").PropType<import("./../../components/BaseHeading/BaseHeading.vue").HeadingLevel>;
62
+ required: false;
63
+ default: string;
64
+ validator: (prop: string) => boolean;
65
+ };
66
+ }, unknown, unknown, {
67
+ computedTag(): string;
68
+ computedClass(): string;
69
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
70
+ level: {
71
+ type: import("vue").PropType<import("./../../components/BaseHeading/BaseHeading.vue").HeadingLevel>;
72
+ required: false;
73
+ default: string;
74
+ validator: (prop: string) => boolean;
75
+ };
76
+ size: {
77
+ type: import("vue").PropType<import("./../../components/BaseHeading/BaseHeading.vue").HeadingLevel>;
78
+ required: false;
79
+ default: string;
80
+ validator: (prop: string) => boolean;
81
+ };
82
+ }>>, {
83
+ size: import("./../../components/BaseHeading/BaseHeading.vue").HeadingLevel;
84
+ level: import("./../../components/BaseHeading/BaseHeading.vue").HeadingLevel;
85
+ }, {}>;
86
+ IconLocation: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
87
+ };
88
+ setup(): {
89
+ args: any;
90
+ };
91
+ template: string;
92
+ };
93
+ export { render_2 as render };
94
+ }
95
+ export namespace TextContrast {
96
+ let args_4: {};
97
+ export { args_4 as args };
98
+ export function render_3(): {
99
+ template: string;
100
+ };
101
+ export { render_3 as render };
102
+ }
@@ -0,0 +1,118 @@
1
+ export interface BreadcrumbPathObject {
2
+ path: string;
3
+ title: string;
4
+ children: any[];
5
+ }
6
+ export interface BlockData {
7
+ blockType: string;
8
+ }
9
+ export interface ImageSrcObject {
10
+ url: string;
11
+ width: number;
12
+ height: number;
13
+ }
14
+ export interface ThumbnailObject {
15
+ original: string;
16
+ width: number;
17
+ height: number;
18
+ }
19
+ export interface ImageObject {
20
+ title?: string;
21
+ src: ImageSrcObject;
22
+ srcCropped: ImageSrcObject;
23
+ screenXs?: Partial<ImageSrcObject>;
24
+ screenSm?: Partial<ImageSrcObject>;
25
+ screenMd?: Partial<ImageSrcObject>;
26
+ screenLg?: Partial<ImageSrcObject>;
27
+ screenXL?: Partial<ImageSrcObject>;
28
+ screenThreexl?: Partial<ImageSrcObject>;
29
+ srcSet?: string;
30
+ alt?: string;
31
+ original?: string;
32
+ caption?: string;
33
+ credit?: string;
34
+ detailUrl?: string;
35
+ cover?: string;
36
+ image?: ImageObject;
37
+ displayCaption?: boolean;
38
+ }
39
+ export interface ImageBlock extends BlockData, ImageObject {
40
+ }
41
+ export interface ElasticSearchPage {
42
+ id: string | number;
43
+ content_type: string;
44
+ url: string;
45
+ type: string;
46
+ topic: string;
47
+ image: string | any;
48
+ date: string;
49
+ startDate: string;
50
+ endDate: string;
51
+ startTime: string;
52
+ endTime: string;
53
+ location: string;
54
+ title: string;
55
+ summary: string;
56
+ }
57
+ export interface FormOption {
58
+ id: string;
59
+ name: string;
60
+ alt: string;
61
+ value: string;
62
+ text: string;
63
+ title: string;
64
+ }
65
+ export interface Card {
66
+ __typename?: string;
67
+ type?: string;
68
+ url?: string;
69
+ externalLink?: string;
70
+ page?: Card;
71
+ title?: string;
72
+ date?: string;
73
+ startDate?: string;
74
+ endDate?: string;
75
+ label?: string;
76
+ thumbnailImage?: Partial<ImageObject>;
77
+ }
78
+ export interface RelatedLinkObject {
79
+ page: {
80
+ url: string;
81
+ } | null;
82
+ document: {
83
+ url: string;
84
+ } | null;
85
+ externalLink: string | null;
86
+ text: string | null;
87
+ }
88
+ export interface PageResponseObject {
89
+ __typename: string;
90
+ contentType: string;
91
+ breadcrumb?: string;
92
+ url?: string;
93
+ }
94
+ export interface PageResponse {
95
+ __typename: string;
96
+ page: PageResponseObject;
97
+ }
98
+ export interface HeaderResponse {
99
+ __typename: string;
100
+ desktop: any;
101
+ mobile: any;
102
+ }
103
+ export interface FooterResponse {
104
+ __typename: string;
105
+ footer: any;
106
+ }
107
+ export type Explorer1Theme = 'defaultTheme' | 'ThemeInternal' | 'ThemeEdu';
108
+ export interface Attributes {
109
+ [name: string]: string;
110
+ }
111
+ export interface AuthorObject {
112
+ name: string;
113
+ organization: string;
114
+ }
115
+ export interface Topic {
116
+ title: string;
117
+ url: string;
118
+ }
@@ -0,0 +1 @@
1
+
@@ -0,0 +1,18 @@
1
+ /** Controls various display states for the header and navigation
2
+ ** headerTransparent: whether the header is a transparent overlay
3
+ ** highlightPrimary: logic in various components will enable/disable this
4
+ ** globalChildren: the breadcrumb items derived from the active primary item in the global navigation
5
+ ** secondayNav: breadcrumb items that are overridden from content pages or similar
6
+ */
7
+ export interface State {
8
+ headerTransparent: boolean;
9
+ highlightPrimary: boolean;
10
+ globalChildren?: any | null;
11
+ secondaryNav?: any | null;
12
+ }
13
+ export declare const useHeaderStore: import('pinia').StoreDefinition<"header", State, {}, {
14
+ makeTransparent(value: boolean): void;
15
+ updateHighlightPrimary(value: boolean): void;
16
+ updateGlobalChildren(value: any): void;
17
+ updateSecondary(value: any): void;
18
+ }>;
@@ -0,0 +1,14 @@
1
+ import { Explorer1Theme } from './../interfaces';
2
+
3
+ /** Sets the Explorer-1 theme
4
+ */
5
+ export interface State {
6
+ theme: Explorer1Theme | null;
7
+ }
8
+ export declare const useThemeStore: import('pinia').StoreDefinition<"theme", State, {
9
+ isEdu(state: {
10
+ theme: Explorer1Theme | null;
11
+ } & import('pinia').PiniaCustomStateProperties<State>): boolean;
12
+ }, {
13
+ setTheme(value: Explorer1Theme): void;
14
+ }>;
@@ -0,0 +1,197 @@
1
+ import { default as PageContent } from './PageContent.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { PageContent as component };
5
+ export let decorators: (() => {
6
+ template: string;
7
+ })[];
8
+ export namespace parameters {
9
+ namespace html {
10
+ let root: string;
11
+ }
12
+ let viewMode: string;
13
+ }
14
+ export let excludeStories: RegExp;
15
+ }
16
+ export default _default;
17
+ export namespace ContentPageData {
18
+ export let url: string;
19
+ export let breadcrumb: string;
20
+ let title_1: string;
21
+ export { title_1 as title };
22
+ export let displayLabel: string;
23
+ export let heroPosition: string;
24
+ export let heroImage: {
25
+ src: {
26
+ url: string;
27
+ width: number;
28
+ height: number;
29
+ };
30
+ screenXs: {
31
+ url: string;
32
+ width: number;
33
+ };
34
+ screenSm: {
35
+ url: string;
36
+ width: number;
37
+ };
38
+ screenMd: {
39
+ url: string;
40
+ width: number;
41
+ };
42
+ screenLg: {
43
+ url: string;
44
+ width: number;
45
+ };
46
+ screenXl: {
47
+ url: string;
48
+ width: number;
49
+ };
50
+ screenTwoxl: {
51
+ url: string;
52
+ width: number;
53
+ };
54
+ screenThreexl: {
55
+ url: string;
56
+ width: number;
57
+ };
58
+ alt: string;
59
+ caption: string;
60
+ credit: string;
61
+ detailUrl: string;
62
+ };
63
+ export let heroImageInline: {
64
+ alt: string;
65
+ caption: string;
66
+ credit: string;
67
+ detailUrl: string;
68
+ original: string;
69
+ src: {
70
+ height: number;
71
+ url: string;
72
+ width: number;
73
+ };
74
+ srcSet: string;
75
+ };
76
+ export let body: ({
77
+ blockType: string;
78
+ heading: string;
79
+ level: string;
80
+ size: string;
81
+ } | {
82
+ blockType: string;
83
+ title: string;
84
+ caption: string;
85
+ url: string;
86
+ } | {
87
+ blockType: string;
88
+ beforeImage: {
89
+ src: {
90
+ url: string;
91
+ };
92
+ srcCropped: {
93
+ url: string;
94
+ };
95
+ };
96
+ afterImage: {
97
+ src: {
98
+ url: string;
99
+ };
100
+ srcCropped: {
101
+ url: string;
102
+ };
103
+ };
104
+ caption: string;
105
+ } | {
106
+ blockType: string;
107
+ heading: string;
108
+ listItem: {
109
+ text: string;
110
+ }[];
111
+ } | {
112
+ blockType: string;
113
+ value: string;
114
+ })[];
115
+ export let relatedLinks: {
116
+ blockType: string;
117
+ heading: string;
118
+ links: ({
119
+ text: string;
120
+ document: {
121
+ url: string;
122
+ };
123
+ page: string;
124
+ externalLink: string;
125
+ } | {
126
+ text: string;
127
+ document: string;
128
+ page: {
129
+ url: string;
130
+ };
131
+ externalLink: string;
132
+ } | {
133
+ text: string;
134
+ document: string;
135
+ page: string;
136
+ externalLink: string;
137
+ })[];
138
+ }[];
139
+ export let relatedContentHeading: string;
140
+ export let relatedContent: ({
141
+ url: string;
142
+ title: string;
143
+ slug: string;
144
+ label: string;
145
+ thumbnailImage: {
146
+ src: {
147
+ url: string;
148
+ width: number;
149
+ height: number;
150
+ };
151
+ alt: string;
152
+ };
153
+ } | {
154
+ url: string;
155
+ title: string;
156
+ slug: string;
157
+ thumbnailImage: {
158
+ src: {
159
+ url: string;
160
+ width: number;
161
+ height: number;
162
+ };
163
+ alt: string;
164
+ };
165
+ label?: undefined;
166
+ } | {
167
+ label: string;
168
+ thumbnailImage: null;
169
+ title: string;
170
+ externalLink: string;
171
+ page?: undefined;
172
+ } | {
173
+ page: {
174
+ label: string;
175
+ thumbnailImage: {
176
+ src: {
177
+ url: string;
178
+ width: number;
179
+ height: number;
180
+ };
181
+ };
182
+ title: string;
183
+ url: string;
184
+ };
185
+ label?: undefined;
186
+ thumbnailImage?: undefined;
187
+ title?: undefined;
188
+ externalLink?: undefined;
189
+ })[];
190
+ export let clearanceNumber: string;
191
+ }
192
+ export namespace Template {
193
+ let name: string;
194
+ namespace args {
195
+ export { ContentPageData as data };
196
+ }
197
+ }
@@ -0,0 +1,20 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ data: {
3
+ type: ObjectConstructor;
4
+ required: false;
5
+ default: undefined;
6
+ };
7
+ }, unknown, unknown, {
8
+ heroInline(): boolean;
9
+ hideH1(): boolean;
10
+ h1LayoutHelperClasses(): "lg:mt-12 mt-5" | "lg:mt-12 lg:mb-18 mt-5 mb-10";
11
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
12
+ data: {
13
+ type: ObjectConstructor;
14
+ required: false;
15
+ default: undefined;
16
+ };
17
+ }>>, {
18
+ data: Record<string, any>;
19
+ }, {}>;
20
+ export default _default;
@@ -0,0 +1,106 @@
1
+ import { default as PageEventDetail } from './PageEventDetail.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { PageEventDetail as component };
5
+ export let decorators: (() => {
6
+ template: string;
7
+ })[];
8
+ export namespace parameters {
9
+ namespace html {
10
+ let root: string;
11
+ }
12
+ let viewMode: string;
13
+ }
14
+ export let excludeStories: RegExp;
15
+ }
16
+ export default _default;
17
+ export namespace EventDetail {
18
+ namespace args {
19
+ namespace data {
20
+ export let id: string;
21
+ let title_1: string;
22
+ export { title_1 as title };
23
+ export let slug: string;
24
+ export let url: string;
25
+ export let startDate: string;
26
+ export let startDatetime: string;
27
+ export let startTime: string;
28
+ export let endDate: string;
29
+ export let endDatetime: string;
30
+ export let endTime: string;
31
+ export let isAllDay: boolean;
32
+ export let timezone: string;
33
+ export let label: string;
34
+ export let location: string;
35
+ export let registerLink: never[];
36
+ export let heroImage: {
37
+ srcSet: string;
38
+ src: {
39
+ url: string;
40
+ width: number;
41
+ height: number;
42
+ };
43
+ alt: string;
44
+ };
45
+ export namespace thumbnailImage {
46
+ let alt: string;
47
+ let original: string;
48
+ }
49
+ export let body: ({
50
+ blockType: string;
51
+ heading: string;
52
+ listItem: {
53
+ text: string;
54
+ }[];
55
+ } | {
56
+ blockType: string;
57
+ value: string;
58
+ })[];
59
+ export let moreEvents: {
60
+ endDate: null;
61
+ startDate: string;
62
+ thumbnailImage: {
63
+ src: {
64
+ height: string;
65
+ url: string;
66
+ width: string;
67
+ };
68
+ };
69
+ title: string;
70
+ url: string;
71
+ }[];
72
+ export let speakers: ({
73
+ host: string;
74
+ id: string;
75
+ internalLink: null;
76
+ name: string;
77
+ title: string;
78
+ image?: undefined;
79
+ } | {
80
+ host: string;
81
+ id: string;
82
+ image: {
83
+ alt: string;
84
+ src: {
85
+ height: string;
86
+ url: string;
87
+ width: string;
88
+ };
89
+ };
90
+ internalLink: null;
91
+ name: string;
92
+ title: string;
93
+ })[];
94
+ export let relatedLinks: {
95
+ blockType: string;
96
+ heading: string;
97
+ links: {
98
+ document: null;
99
+ externalLink: string;
100
+ page: null;
101
+ text: string;
102
+ }[];
103
+ }[];
104
+ }
105
+ }
106
+ }
@@ -0,0 +1,18 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ data: {
3
+ type: ObjectConstructor;
4
+ required: false;
5
+ };
6
+ }, unknown, {
7
+ PlaceholderPortrait: string;
8
+ }, {
9
+ displayTime(): string;
10
+ formattedEventDates(): string;
11
+ formattedSplitEventDates(): import('../../utils/mixins').EventDateObject | undefined;
12
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
13
+ data: {
14
+ type: ObjectConstructor;
15
+ required: false;
16
+ };
17
+ }>>, {}, {}>;
18
+ export default _default;