@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,55 @@
1
+ import { PropType } from 'vue';
2
+ import { ImageObject } from '../../interfaces';
3
+
4
+ interface Variants {
5
+ [name: string]: string;
6
+ }
7
+ export declare const variants: Variants;
8
+ export interface StreamfieldBlockData {
9
+ blockType: string;
10
+ id: string;
11
+ fullBleed: boolean;
12
+ heading: string;
13
+ galleryTitle: string;
14
+ galleryDescription: string;
15
+ coverImage: ImageObject;
16
+ gallerySlides: ImageObject[];
17
+ blocks: object[];
18
+ value: string;
19
+ customLabel: string;
20
+ introduction: string;
21
+ teaserPage: object | string[];
22
+ image: ImageObject;
23
+ buttonText: string;
24
+ fullWidthImage: boolean;
25
+ }
26
+ declare const _default: import('vue').DefineComponent<{
27
+ variant: {
28
+ type: StringConstructor;
29
+ required: false;
30
+ default: string;
31
+ validator: (prop: string) => boolean;
32
+ };
33
+ data: {
34
+ type: PropType<StreamfieldBlockData[]>;
35
+ required: false;
36
+ };
37
+ }, unknown, unknown, {
38
+ layoutClass(): string;
39
+ }, {
40
+ seamlessText(index: number): boolean;
41
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
42
+ variant: {
43
+ type: StringConstructor;
44
+ required: false;
45
+ default: string;
46
+ validator: (prop: string) => boolean;
47
+ };
48
+ data: {
49
+ type: PropType<StreamfieldBlockData[]>;
50
+ required: false;
51
+ };
52
+ }>>, {
53
+ variant: string;
54
+ }, {}>;
55
+ export default _default;
@@ -0,0 +1,17 @@
1
+ import { default as BlockTable } from './BlockTable.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { BlockTable as component };
5
+ export let excludeStories: RegExp;
6
+ }
7
+ export default _default;
8
+ export namespace BlockTableData {
9
+ let blockType: string;
10
+ let table: string;
11
+ }
12
+ export namespace Table {
13
+ let name: string;
14
+ namespace args {
15
+ export { BlockTableData as data };
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ data: {
3
+ type: ObjectConstructor;
4
+ required: false;
5
+ };
6
+ }, unknown, unknown, {
7
+ table(): {
8
+ rows: never[];
9
+ caption: any;
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
+ };
16
+ }>>, {}, {}>;
17
+ export default _default;
@@ -0,0 +1,61 @@
1
+ import { default as BlockTeaser } from './BlockTeaser.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { BlockTeaser as component };
5
+ export let excludeStories: RegExp;
6
+ }
7
+ export default _default;
8
+ export namespace BlockTeaserData {
9
+ let heading: string;
10
+ let introduction: string;
11
+ let buttonText: string;
12
+ namespace image {
13
+ namespace full {
14
+ let url: string;
15
+ let width: number;
16
+ let height: number;
17
+ }
18
+ namespace half {
19
+ let url_1: string;
20
+ export { url_1 as url };
21
+ let width_1: number;
22
+ export { width_1 as width };
23
+ let height_1: number;
24
+ export { height_1 as height };
25
+ }
26
+ }
27
+ let fullWidthImage: boolean;
28
+ let teaserPage: ({
29
+ blockType: string;
30
+ page?: undefined;
31
+ } | {
32
+ blockType: string;
33
+ page: {
34
+ label: string;
35
+ title: string;
36
+ url: string;
37
+ };
38
+ })[];
39
+ }
40
+ export namespace Default {
41
+ namespace args { }
42
+ }
43
+ export namespace FullWidth {
44
+ export namespace args_1 {
45
+ let fullWidth: boolean;
46
+ }
47
+ export { args_1 as args };
48
+ }
49
+ export namespace Empty {
50
+ export namespace args_2 {
51
+ export namespace teaserPage_1 {
52
+ export let pageType: string;
53
+ let title_1: string;
54
+ export { title_1 as title };
55
+ let url_2: string;
56
+ export { url_2 as url };
57
+ }
58
+ export { teaserPage_1 as teaserPage };
59
+ }
60
+ export { args_2 as args };
61
+ }
@@ -0,0 +1,100 @@
1
+ type teaserPageObject = {
2
+ title: string;
3
+ label: string;
4
+ url: string;
5
+ };
6
+ type teaserPageBlock = {
7
+ blockType: string;
8
+ page: teaserPageObject;
9
+ };
10
+ declare const _default: import('vue').DefineComponent<{
11
+ customLabel: {
12
+ type: StringConstructor;
13
+ required: false;
14
+ };
15
+ label: {
16
+ type: StringConstructor;
17
+ required: false;
18
+ };
19
+ heading: {
20
+ type: StringConstructor;
21
+ required: false;
22
+ };
23
+ introduction: {
24
+ type: StringConstructor;
25
+ required: false;
26
+ };
27
+ buttonText: {
28
+ type: StringConstructor;
29
+ required: false;
30
+ };
31
+ image: {
32
+ type: ObjectConstructor;
33
+ required: false;
34
+ };
35
+ fullWidth: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
39
+ teaserPage: {
40
+ type: (ArrayConstructor | ObjectConstructor)[];
41
+ required: false;
42
+ };
43
+ }, unknown, unknown, {
44
+ /**
45
+ * Fall back to the linked page’s label, if there is one.
46
+ */
47
+ theLabel(): string;
48
+ /**
49
+ * Fall back to the linked page’s title, if there is one.
50
+ */
51
+ theHeading(): string;
52
+ /**
53
+ * Fallback for optional field, which would compromise the usefulness of this component if missing.
54
+ */
55
+ theButtonText(): string;
56
+ theImage(): {
57
+ url: string;
58
+ width: string;
59
+ height: string;
60
+ };
61
+ theTeaserPage(): teaserPageObject | null;
62
+ }, {
63
+ getTeaserPageBlock(): teaserPageBlock[] | null;
64
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
65
+ customLabel: {
66
+ type: StringConstructor;
67
+ required: false;
68
+ };
69
+ label: {
70
+ type: StringConstructor;
71
+ required: false;
72
+ };
73
+ heading: {
74
+ type: StringConstructor;
75
+ required: false;
76
+ };
77
+ introduction: {
78
+ type: StringConstructor;
79
+ required: false;
80
+ };
81
+ buttonText: {
82
+ type: StringConstructor;
83
+ required: false;
84
+ };
85
+ image: {
86
+ type: ObjectConstructor;
87
+ required: false;
88
+ };
89
+ fullWidth: {
90
+ type: BooleanConstructor;
91
+ default: boolean;
92
+ };
93
+ teaserPage: {
94
+ type: (ArrayConstructor | ObjectConstructor)[];
95
+ required: false;
96
+ };
97
+ }>>, {
98
+ fullWidth: boolean;
99
+ }, {}>;
100
+ export default _default;
@@ -0,0 +1,30 @@
1
+ import { default as BlockText } from './BlockText.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { BlockText as component };
5
+ export namespace argTypes {
6
+ namespace variant {
7
+ namespace control {
8
+ let type: string;
9
+ }
10
+ let options: string[];
11
+ }
12
+ namespace text {
13
+ export namespace control_1 {
14
+ let type_1: string;
15
+ export { type_1 as type };
16
+ }
17
+ export { control_1 as control };
18
+ }
19
+ }
20
+ }
21
+ export default _default;
22
+ export namespace Default {
23
+ let name: string;
24
+ namespace args {
25
+ let variant_1: string;
26
+ export { variant_1 as variant };
27
+ let text_1: string;
28
+ export { text_1 as text };
29
+ }
30
+ }
@@ -0,0 +1,32 @@
1
+ interface Variants {
2
+ [name: string]: string;
3
+ }
4
+ export declare const variants: Variants;
5
+ declare const _default: import('vue').DefineComponent<{
6
+ text: {
7
+ type: StringConstructor;
8
+ required: false;
9
+ };
10
+ variant: {
11
+ type: StringConstructor;
12
+ required: false;
13
+ default: string;
14
+ validator: (prop: string) => boolean;
15
+ };
16
+ }, unknown, unknown, {
17
+ computedClass(): string;
18
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
19
+ text: {
20
+ type: StringConstructor;
21
+ required: false;
22
+ };
23
+ variant: {
24
+ type: StringConstructor;
25
+ required: false;
26
+ default: string;
27
+ validator: (prop: string) => boolean;
28
+ };
29
+ }>>, {
30
+ variant: string;
31
+ }, {}>;
32
+ export default _default;
@@ -0,0 +1,17 @@
1
+ import { default as BlockTwitterEmbed } from './BlockTwitterEmbed.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { BlockTwitterEmbed as component };
5
+ export let excludeStories: RegExp;
6
+ }
7
+ export default _default;
8
+ export namespace BlockTwitterEmbedData {
9
+ let blockType: string;
10
+ let username: string;
11
+ }
12
+ export namespace List {
13
+ let name: string;
14
+ namespace args {
15
+ export { BlockTwitterEmbedData as data };
16
+ }
17
+ }
@@ -0,0 +1,14 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ data: {
3
+ type: ObjectConstructor;
4
+ required: false;
5
+ };
6
+ }, unknown, unknown, {}, {
7
+ render(): void;
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,23 @@
1
+ import { default as BlockVideo } from './BlockVideo.vue';
2
+ import { BaseVideoData } from './../BaseVideo/BaseVideo.stories';
3
+ declare namespace _default {
4
+ export let title: string;
5
+ export { BlockVideo as component };
6
+ export let excludeStories: RegExp;
7
+ }
8
+ export default _default;
9
+ export namespace BlockVideoData {
10
+ namespace block {
11
+ export let blockType: string;
12
+ export { BaseVideoData as video };
13
+ export let caption: string;
14
+ export let credit: string;
15
+ }
16
+ }
17
+ export namespace Default {
18
+ let name: string;
19
+ namespace args {
20
+ import data = BlockVideoData.block;
21
+ export { data };
22
+ }
23
+ }
@@ -0,0 +1,22 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ data: {
3
+ type: ObjectConstructor;
4
+ required: false;
5
+ };
6
+ autoplay: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ }, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
11
+ data: {
12
+ type: ObjectConstructor;
13
+ required: false;
14
+ };
15
+ autoplay: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ }>>, {
20
+ autoplay: boolean;
21
+ }, {}>;
22
+ export default _default;
@@ -0,0 +1,24 @@
1
+ import { default as BlockVideoEmbed } from './BlockVideoEmbed.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { BlockVideoEmbed as component };
5
+ export let excludeStories: RegExp;
6
+ }
7
+ export default _default;
8
+ export namespace BlockVideoEmbedData {
9
+ namespace data {
10
+ namespace embed {
11
+ let embed_1: string;
12
+ export { embed_1 as embed };
13
+ }
14
+ let caption: string;
15
+ let credit: string;
16
+ }
17
+ }
18
+ export namespace Default {
19
+ let name: string;
20
+ namespace args {
21
+ import data_1 = BlockVideoEmbedData.data;
22
+ export { data_1 as data };
23
+ }
24
+ }
@@ -0,0 +1,25 @@
1
+ import { PropType } from 'vue';
2
+
3
+ export interface BlockData {
4
+ heading: string;
5
+ display?: boolean;
6
+ embed: {
7
+ embed: string;
8
+ };
9
+ caption: string;
10
+ credit?: string;
11
+ }
12
+ declare const _default: import('vue').DefineComponent<{
13
+ data: {
14
+ type: PropType<BlockData>;
15
+ required: false;
16
+ };
17
+ }, unknown, unknown, {}, {
18
+ addIframeLazyLoad(): void;
19
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
20
+ data: {
21
+ type: PropType<BlockData>;
22
+ required: false;
23
+ };
24
+ }>>, {}, {}>;
25
+ export default _default;
@@ -0,0 +1,79 @@
1
+ import { default as CalendarButton } from './CalendarButton.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { CalendarButton as component };
5
+ export let excludeStories: RegExp;
6
+ }
7
+ export default _default;
8
+ export namespace CalendarButtonData {
9
+ let title_1: string;
10
+ export { title_1 as title };
11
+ export let location: string;
12
+ export let isAllDay: boolean;
13
+ export let startDatetime: string;
14
+ export let endDatetime: string;
15
+ }
16
+ export function Default(args: any): {
17
+ props: string[];
18
+ components: {
19
+ CalendarButton: import('vue').DefineComponent<{
20
+ isAllDay: {
21
+ type: BooleanConstructor;
22
+ required: true;
23
+ };
24
+ startDatetime: {
25
+ type: StringConstructor;
26
+ required: true;
27
+ };
28
+ endDatetime: {
29
+ type: StringConstructor;
30
+ required: false;
31
+ };
32
+ title: {
33
+ type: StringConstructor;
34
+ required: false;
35
+ };
36
+ location: {
37
+ type: StringConstructor;
38
+ required: false;
39
+ };
40
+ description: {
41
+ type: StringConstructor;
42
+ required: false;
43
+ };
44
+ }, unknown, unknown, {
45
+ icalendar(): import('datebook').ICalendar;
46
+ }, {
47
+ addSlashes(string: string): string;
48
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
49
+ isAllDay: {
50
+ type: BooleanConstructor;
51
+ required: true;
52
+ };
53
+ startDatetime: {
54
+ type: StringConstructor;
55
+ required: true;
56
+ };
57
+ endDatetime: {
58
+ type: StringConstructor;
59
+ required: false;
60
+ };
61
+ title: {
62
+ type: StringConstructor;
63
+ required: false;
64
+ };
65
+ location: {
66
+ type: StringConstructor;
67
+ required: false;
68
+ };
69
+ description: {
70
+ type: StringConstructor;
71
+ required: false;
72
+ };
73
+ }>>, {}, {}>;
74
+ };
75
+ template: string;
76
+ };
77
+ export namespace Default {
78
+ namespace args { }
79
+ }
@@ -0,0 +1,58 @@
1
+ import { ICalendar } from 'datebook';
2
+
3
+ declare const _default: import('vue').DefineComponent<{
4
+ isAllDay: {
5
+ type: BooleanConstructor;
6
+ required: true;
7
+ };
8
+ startDatetime: {
9
+ type: StringConstructor;
10
+ required: true;
11
+ };
12
+ endDatetime: {
13
+ type: StringConstructor;
14
+ required: false;
15
+ };
16
+ title: {
17
+ type: StringConstructor;
18
+ required: false;
19
+ };
20
+ location: {
21
+ type: StringConstructor;
22
+ required: false;
23
+ };
24
+ description: {
25
+ type: StringConstructor;
26
+ required: false;
27
+ };
28
+ }, unknown, unknown, {
29
+ icalendar(): ICalendar;
30
+ }, {
31
+ addSlashes(string: string): string;
32
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
33
+ isAllDay: {
34
+ type: BooleanConstructor;
35
+ required: true;
36
+ };
37
+ startDatetime: {
38
+ type: StringConstructor;
39
+ required: true;
40
+ };
41
+ endDatetime: {
42
+ type: StringConstructor;
43
+ required: false;
44
+ };
45
+ title: {
46
+ type: StringConstructor;
47
+ required: false;
48
+ };
49
+ location: {
50
+ type: StringConstructor;
51
+ required: false;
52
+ };
53
+ description: {
54
+ type: StringConstructor;
55
+ required: false;
56
+ };
57
+ }>>, {}, {}>;
58
+ export default _default;
@@ -0,0 +1,36 @@
1
+ import { default as DetailHeadline } from './DetailHeadline.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { DetailHeadline as component };
5
+ export let excludeStories: RegExp;
6
+ }
7
+ export default _default;
8
+ export namespace DetailHeadlineData {
9
+ let title_1: string;
10
+ export { title_1 as title };
11
+ export let publicationDate: string;
12
+ export namespace author {
13
+ let name: string;
14
+ let organization: string;
15
+ }
16
+ export let topics: {
17
+ title: string;
18
+ url: string;
19
+ }[];
20
+ }
21
+ export namespace Default {
22
+ export { DetailHeadlineData as args };
23
+ }
24
+ export namespace NoAuthor {
25
+ namespace args {
26
+ let title_2: string;
27
+ export { title_2 as title };
28
+ let publicationDate_1: string;
29
+ export { publicationDate_1 as publicationDate };
30
+ let topics_1: {
31
+ title: string;
32
+ url: string;
33
+ }[];
34
+ export { topics_1 as topics };
35
+ }
36
+ }