@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,22 @@
1
+ import { default as MixinVideoBg } from './MixinVideoBg.vue';
2
+ import { BaseVideoData } from './../BaseVideo/BaseVideo.stories';
3
+ declare namespace _default {
4
+ export let title: string;
5
+ export { MixinVideoBg as component };
6
+ export let excludeStories: RegExp;
7
+ export let decorators: (() => {
8
+ template: string;
9
+ })[];
10
+ export namespace parameters {
11
+ namespace html {
12
+ let root: string;
13
+ }
14
+ }
15
+ }
16
+ export default _default;
17
+ export namespace Base {
18
+ let name: string;
19
+ namespace args {
20
+ export { BaseVideoData as video };
21
+ }
22
+ }
@@ -0,0 +1,12 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ video: {
3
+ type: ObjectConstructor;
4
+ required: false;
5
+ };
6
+ }, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7
+ video: {
8
+ type: ObjectConstructor;
9
+ required: false;
10
+ };
11
+ }>>, {}, {}>;
12
+ export default _default;
@@ -0,0 +1,598 @@
1
+ import { default as NavDesktop } from './NavDesktop.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { NavDesktop as component };
5
+ export let excludeStories: RegExp;
6
+ export namespace parameters {
7
+ let viewMode: string;
8
+ }
9
+ }
10
+ export default _default;
11
+ export namespace NavDesktopTopHatData {
12
+ let topHat: ({
13
+ linkPage: {
14
+ title: string;
15
+ url: string;
16
+ };
17
+ title: string;
18
+ path: null;
19
+ } | {
20
+ linkPage: null;
21
+ title: string;
22
+ path: string;
23
+ })[];
24
+ }
25
+ export namespace NavDesktopDropdownContentData {
26
+ let blockType: string;
27
+ namespace titleLink {
28
+ export namespace linkPage {
29
+ let title_1: string;
30
+ export { title_1 as title };
31
+ export let url: string;
32
+ }
33
+ let title_2: null;
34
+ export { title_2 as title };
35
+ }
36
+ let menuColumns: ({
37
+ blockType: string;
38
+ label: string;
39
+ highlight: {
40
+ label: string;
41
+ title: string;
42
+ url: string;
43
+ thumbnailImage: {
44
+ src: {
45
+ url: string;
46
+ width: number;
47
+ height: number;
48
+ };
49
+ };
50
+ };
51
+ } | {
52
+ blockType: string;
53
+ description: string;
54
+ title: string;
55
+ } | {
56
+ heading: null;
57
+ headingPage: null;
58
+ blockType: string;
59
+ links: ({
60
+ linkPage: {
61
+ title: string;
62
+ url: string;
63
+ };
64
+ title: string;
65
+ path: null;
66
+ } | {
67
+ linkPage: null;
68
+ title: string;
69
+ path: string;
70
+ })[];
71
+ description?: undefined;
72
+ title?: undefined;
73
+ })[];
74
+ }
75
+ export namespace NavDesktopDropdownMoreData {
76
+ let blockType_1: string;
77
+ export { blockType_1 as blockType };
78
+ export let titleText: string;
79
+ export let strapline: string;
80
+ let menuColumns_1: ({
81
+ blockType: string;
82
+ description: string;
83
+ title: string;
84
+ heading?: undefined;
85
+ headingPage?: undefined;
86
+ highlights?: undefined;
87
+ } | {
88
+ heading: string;
89
+ headingPage: null;
90
+ blockType: string;
91
+ links: ({
92
+ linkPage: {
93
+ title: string;
94
+ url: string;
95
+ };
96
+ title: string;
97
+ path: null;
98
+ } | {
99
+ linkPage: null;
100
+ title: string;
101
+ path: string;
102
+ })[];
103
+ description?: undefined;
104
+ title?: undefined;
105
+ highlights?: undefined;
106
+ } | {
107
+ blockType: string;
108
+ heading: string;
109
+ headingPage: null;
110
+ highlights: {
111
+ blockType: string;
112
+ label: string;
113
+ highlight: {
114
+ label: string;
115
+ title: string;
116
+ url: string;
117
+ thumbnailImage: {
118
+ src: {
119
+ url: string;
120
+ width: number;
121
+ height: number;
122
+ };
123
+ };
124
+ };
125
+ }[];
126
+ description?: undefined;
127
+ title?: undefined;
128
+ })[];
129
+ export { menuColumns_1 as menuColumns };
130
+ }
131
+ export namespace NavDesktopData {
132
+ let primaryNavigation: ({
133
+ blockType: string;
134
+ titleLink: {
135
+ linkPage: {
136
+ title: string;
137
+ url: string;
138
+ };
139
+ title: null;
140
+ };
141
+ menuColumns: ({
142
+ blockType: string;
143
+ label: string;
144
+ highlight: {
145
+ label: string;
146
+ title: string;
147
+ url: string;
148
+ thumbnailImage: {
149
+ src: {
150
+ url: string;
151
+ width: number;
152
+ height: number;
153
+ };
154
+ };
155
+ };
156
+ } | {
157
+ blockType: string;
158
+ description: string;
159
+ title: string;
160
+ } | {
161
+ heading: null;
162
+ headingPage: null;
163
+ blockType: string;
164
+ links: ({
165
+ linkPage: {
166
+ title: string;
167
+ url: string;
168
+ };
169
+ title: string;
170
+ path: null;
171
+ } | {
172
+ linkPage: null;
173
+ title: string;
174
+ path: string;
175
+ })[];
176
+ description?: undefined;
177
+ title?: undefined;
178
+ })[];
179
+ } | {
180
+ blockType: string;
181
+ titleText: string;
182
+ strapline: string;
183
+ menuColumns: ({
184
+ blockType: string;
185
+ description: string;
186
+ title: string;
187
+ heading?: undefined;
188
+ headingPage?: undefined;
189
+ highlights?: undefined;
190
+ } | {
191
+ heading: string;
192
+ headingPage: null;
193
+ blockType: string;
194
+ links: ({
195
+ linkPage: {
196
+ title: string;
197
+ url: string;
198
+ };
199
+ title: string;
200
+ path: null;
201
+ } | {
202
+ linkPage: null;
203
+ title: string;
204
+ path: string;
205
+ })[];
206
+ description?: undefined;
207
+ title?: undefined;
208
+ highlights?: undefined;
209
+ } | {
210
+ blockType: string;
211
+ heading: string;
212
+ headingPage: null;
213
+ highlights: {
214
+ blockType: string;
215
+ label: string;
216
+ highlight: {
217
+ label: string;
218
+ title: string;
219
+ url: string;
220
+ thumbnailImage: {
221
+ src: {
222
+ url: string;
223
+ width: number;
224
+ height: number;
225
+ };
226
+ };
227
+ };
228
+ }[];
229
+ description?: undefined;
230
+ title?: undefined;
231
+ })[];
232
+ })[];
233
+ let breadcrumb: string;
234
+ }
235
+ export namespace Nav {
236
+ namespace args {
237
+ export { NavDesktopData as data };
238
+ export let headerVisible: boolean;
239
+ export let scrolledUp: boolean;
240
+ export let scrollTop: number;
241
+ export let invertOverride: boolean;
242
+ }
243
+ function render(args: any): {
244
+ components: {
245
+ NavDesktop: import("vue").DefineComponent<{
246
+ data: {
247
+ type: ObjectConstructor;
248
+ required: false;
249
+ default: null;
250
+ };
251
+ invertOverride: {
252
+ type: BooleanConstructor;
253
+ required: false;
254
+ };
255
+ headerVisible: {
256
+ type: BooleanConstructor;
257
+ required: false;
258
+ default: boolean;
259
+ };
260
+ scrolled: {
261
+ type: BooleanConstructor;
262
+ required: false;
263
+ default: boolean;
264
+ };
265
+ scrolledUp: {
266
+ type: BooleanConstructor;
267
+ required: false;
268
+ default: boolean;
269
+ };
270
+ scrollTop: {
271
+ type: NumberConstructor;
272
+ required: false;
273
+ default: number;
274
+ };
275
+ }, unknown, {
276
+ searchVisible: boolean;
277
+ scrolledCurrentPage: boolean;
278
+ LogoColor: string;
279
+ LogoWhite: string;
280
+ }, {
281
+ breadcrumb(): import("../../utils/mixins").BreadcrumbObject | null;
282
+ invert(): boolean;
283
+ headerStore: () => import("pinia").Store<"header", import("../../store/header").State, {}, {
284
+ makeTransparent(value: boolean): void;
285
+ updateHighlightPrimary(value: boolean): void;
286
+ updateGlobalChildren(value: any): void;
287
+ updateSecondary(value: any): void;
288
+ }>;
289
+ }, {
290
+ getUrlKey(item: import("../../utils/mixins").LinkObject): string | null;
291
+ checkActive(item: import("../../utils/mixins").LinkObject): boolean;
292
+ checkActiveMore(): boolean;
293
+ toggleSearch(): void;
294
+ closeSearch(): void;
295
+ openSearch(): void;
296
+ getLinkText(item: import("../../utils/mixins").LinkObject): string;
297
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
298
+ data: {
299
+ type: ObjectConstructor;
300
+ required: false;
301
+ default: null;
302
+ };
303
+ invertOverride: {
304
+ type: BooleanConstructor;
305
+ required: false;
306
+ };
307
+ headerVisible: {
308
+ type: BooleanConstructor;
309
+ required: false;
310
+ default: boolean;
311
+ };
312
+ scrolled: {
313
+ type: BooleanConstructor;
314
+ required: false;
315
+ default: boolean;
316
+ };
317
+ scrolledUp: {
318
+ type: BooleanConstructor;
319
+ required: false;
320
+ default: boolean;
321
+ };
322
+ scrollTop: {
323
+ type: NumberConstructor;
324
+ required: false;
325
+ default: number;
326
+ };
327
+ }>>, {
328
+ data: Record<string, any>;
329
+ scrollTop: number;
330
+ invertOverride: boolean;
331
+ headerVisible: boolean;
332
+ scrolled: boolean;
333
+ scrolledUp: boolean;
334
+ }, {}>;
335
+ };
336
+ setup(): {
337
+ args: any;
338
+ };
339
+ template: string;
340
+ };
341
+ }
342
+ export namespace NavInverted {
343
+ export namespace args_1 {
344
+ export { NavDesktopData as data };
345
+ let headerVisible_1: boolean;
346
+ export { headerVisible_1 as headerVisible };
347
+ let scrolledUp_1: boolean;
348
+ export { scrolledUp_1 as scrolledUp };
349
+ let scrollTop_1: number;
350
+ export { scrollTop_1 as scrollTop };
351
+ let invertOverride_1: boolean;
352
+ export { invertOverride_1 as invertOverride };
353
+ }
354
+ export { args_1 as args };
355
+ export function render_1(args: any): {
356
+ components: {
357
+ NavDesktop: import("vue").DefineComponent<{
358
+ data: {
359
+ type: ObjectConstructor;
360
+ required: false;
361
+ default: null;
362
+ };
363
+ invertOverride: {
364
+ type: BooleanConstructor;
365
+ required: false;
366
+ };
367
+ headerVisible: {
368
+ type: BooleanConstructor;
369
+ required: false;
370
+ default: boolean;
371
+ };
372
+ scrolled: {
373
+ type: BooleanConstructor;
374
+ required: false;
375
+ default: boolean;
376
+ };
377
+ scrolledUp: {
378
+ type: BooleanConstructor;
379
+ required: false;
380
+ default: boolean;
381
+ };
382
+ scrollTop: {
383
+ type: NumberConstructor;
384
+ required: false;
385
+ default: number;
386
+ };
387
+ }, unknown, {
388
+ searchVisible: boolean;
389
+ scrolledCurrentPage: boolean;
390
+ LogoColor: string;
391
+ LogoWhite: string;
392
+ }, {
393
+ breadcrumb(): import("../../utils/mixins").BreadcrumbObject | null;
394
+ invert(): boolean;
395
+ headerStore: () => import("pinia").Store<"header", import("../../store/header").State, {}, {
396
+ makeTransparent(value: boolean): void;
397
+ updateHighlightPrimary(value: boolean): void;
398
+ updateGlobalChildren(value: any): void;
399
+ updateSecondary(value: any): void;
400
+ }>;
401
+ }, {
402
+ getUrlKey(item: import("../../utils/mixins").LinkObject): string | null;
403
+ checkActive(item: import("../../utils/mixins").LinkObject): boolean;
404
+ checkActiveMore(): boolean;
405
+ toggleSearch(): void;
406
+ closeSearch(): void;
407
+ openSearch(): void;
408
+ getLinkText(item: import("../../utils/mixins").LinkObject): string;
409
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
410
+ data: {
411
+ type: ObjectConstructor;
412
+ required: false;
413
+ default: null;
414
+ };
415
+ invertOverride: {
416
+ type: BooleanConstructor;
417
+ required: false;
418
+ };
419
+ headerVisible: {
420
+ type: BooleanConstructor;
421
+ required: false;
422
+ default: boolean;
423
+ };
424
+ scrolled: {
425
+ type: BooleanConstructor;
426
+ required: false;
427
+ default: boolean;
428
+ };
429
+ scrolledUp: {
430
+ type: BooleanConstructor;
431
+ required: false;
432
+ default: boolean;
433
+ };
434
+ scrollTop: {
435
+ type: NumberConstructor;
436
+ required: false;
437
+ default: number;
438
+ };
439
+ }>>, {
440
+ data: Record<string, any>;
441
+ scrollTop: number;
442
+ invertOverride: boolean;
443
+ headerVisible: boolean;
444
+ scrolled: boolean;
445
+ scrolledUp: boolean;
446
+ }, {}>;
447
+ };
448
+ setup(): {
449
+ args: any;
450
+ };
451
+ template: string;
452
+ };
453
+ export { render_1 as render };
454
+ }
455
+ export namespace TopHat {
456
+ export namespace args_2 {
457
+ import data = NavDesktopTopHatData.topHat;
458
+ export { data };
459
+ }
460
+ export { args_2 as args };
461
+ export function render_2(args: any): {
462
+ components: {
463
+ NavDesktopTopHat: import("vue").DefineComponent<{
464
+ data: {
465
+ type: import("vue").PropType<import("../../utils/mixins").LinkObject[]>;
466
+ required: false;
467
+ };
468
+ }, unknown, unknown, {}, {
469
+ getRouterLink(link: import("../../utils/mixins").LinkObject): string | undefined;
470
+ getLinkText(link: import("../../utils/mixins").LinkObject): string | undefined;
471
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
472
+ data: {
473
+ type: import("vue").PropType<import("../../utils/mixins").LinkObject[]>;
474
+ required: false;
475
+ };
476
+ }>>, {}, {}>;
477
+ };
478
+ setup(): {
479
+ args: any;
480
+ };
481
+ template: string;
482
+ };
483
+ export { render_2 as render };
484
+ }
485
+ export namespace Dropdown {
486
+ export namespace args_3 {
487
+ export { NavDesktopDropdownContentData as data };
488
+ }
489
+ export { args_3 as args };
490
+ export function render_3(args: any): {
491
+ components: {
492
+ NavDesktopDropdown: import("vue").DefineComponent<{
493
+ parentScrolled: {
494
+ type: NumberConstructor;
495
+ required: false;
496
+ default: number;
497
+ };
498
+ }, unknown, {
499
+ dropdownVisible: boolean;
500
+ }, {
501
+ hasSecondary(): boolean;
502
+ headerStore: () => import("pinia").Store<"header", import("../../store/header").State, {}, {
503
+ makeTransparent(value: boolean): void;
504
+ updateHighlightPrimary(value: boolean): void;
505
+ updateGlobalChildren(value: any): void;
506
+ updateSecondary(value: any): void;
507
+ }>;
508
+ }, {
509
+ toggleDropdown(): void;
510
+ closeDropdown(): void;
511
+ openDropdown(): void;
512
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
513
+ parentScrolled: {
514
+ type: NumberConstructor;
515
+ required: false;
516
+ default: number;
517
+ };
518
+ }>>, {
519
+ parentScrolled: number;
520
+ }, {}>;
521
+ NavDesktopDropdownContent: import("vue").DefineComponent<{
522
+ data: {
523
+ type: ObjectConstructor;
524
+ required: false;
525
+ };
526
+ }, unknown, unknown, {
527
+ linkColumns(): any[];
528
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
529
+ data: {
530
+ type: ObjectConstructor;
531
+ required: false;
532
+ };
533
+ }>>, {}, {}>;
534
+ };
535
+ setup(): {
536
+ args: any;
537
+ };
538
+ template: string;
539
+ };
540
+ export { render_3 as render };
541
+ }
542
+ export namespace DropdownContent {
543
+ export namespace args_4 {
544
+ export { NavDesktopDropdownContentData as data };
545
+ }
546
+ export { args_4 as args };
547
+ export function render_4(args: any): {
548
+ components: {
549
+ NavDesktopDropdownContent: import("vue").DefineComponent<{
550
+ data: {
551
+ type: ObjectConstructor;
552
+ required: false;
553
+ };
554
+ }, unknown, unknown, {
555
+ linkColumns(): any[];
556
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
557
+ data: {
558
+ type: ObjectConstructor;
559
+ required: false;
560
+ };
561
+ }>>, {}, {}>;
562
+ };
563
+ setup(): {
564
+ args: any;
565
+ };
566
+ template: string;
567
+ };
568
+ export { render_4 as render };
569
+ }
570
+ export namespace DropdownMore {
571
+ export namespace args_5 {
572
+ export { NavDesktopDropdownMoreData as data };
573
+ }
574
+ export { args_5 as args };
575
+ export function render_5(args: any): {
576
+ components: {
577
+ NavDesktopDropdownMore: import("vue").DefineComponent<{
578
+ data: {
579
+ type: ObjectConstructor;
580
+ required: false;
581
+ };
582
+ }, unknown, unknown, {
583
+ linkColumns(): any[];
584
+ highlightsColumn(): any;
585
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
586
+ data: {
587
+ type: ObjectConstructor;
588
+ required: false;
589
+ };
590
+ }>>, {}, {}>;
591
+ };
592
+ setup(): {
593
+ args: any;
594
+ };
595
+ template: string;
596
+ };
597
+ export { render_5 as render };
598
+ }