@explorer-1/vue 0.2.53 → 0.2.55

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 (286) hide show
  1. package/dist/explorer-1-vue.js +6113 -6105
  2. package/dist/explorer-1-vue.umd.cjs +16 -16
  3. package/dist/src/components/BackToTop/BackToTop.stories.d.ts +96 -4
  4. package/dist/src/components/BackToTop/BackToTop.vue.d.ts +96 -4
  5. package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +12 -10
  6. package/dist/src/components/BaseAudio/BaseAudio.vue.d.ts +12 -5
  7. package/dist/src/components/BaseButton/BaseButton.stories.d.ts +7 -7
  8. package/dist/src/components/BaseButton/BaseButton.vue.d.ts +7 -7
  9. package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +4 -4
  10. package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +9 -9
  11. package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +6 -6
  12. package/dist/src/components/BaseImage/BaseImage.stories.d.ts +4 -4
  13. package/dist/src/components/BaseImage/BaseImage.vue.d.ts +4 -4
  14. package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +4 -4
  15. package/dist/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue.d.ts +3 -1
  16. package/dist/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue.d.ts +3 -1
  17. package/dist/src/components/BaseLink/BaseLink.vue.d.ts +70 -6
  18. package/dist/src/components/BaseModal/BaseModal.stories.d.ts +685 -34
  19. package/dist/src/components/BaseModal/BaseModal.vue.d.ts +141 -4
  20. package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +124 -4
  21. package/dist/src/components/BasePill/BasePill.vue.d.ts +4 -4
  22. package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +1 -1
  23. package/dist/src/components/BasePlaceholder/BasePlaceholder.vue.d.ts +1 -1
  24. package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +4 -4
  25. package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +4 -4
  26. package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +6 -6
  27. package/dist/src/components/BaseUnitToggle/BaseUnitToggle.stories.d.ts +33 -33
  28. package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +8 -8
  29. package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +61 -4
  30. package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +4 -4
  31. package/dist/src/components/BlockAnchor/BlockAnchor.vue.d.ts +3 -3
  32. package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +230 -3
  33. package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +172 -5
  34. package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +170 -4
  35. package/dist/src/components/BlockCta/BlockCta.vue.d.ts +96 -4
  36. package/dist/src/components/BlockDialog/BlockDialog.stories.d.ts +7 -5
  37. package/dist/src/components/BlockGist/BlockGist.vue.d.ts +1 -1
  38. package/dist/src/components/BlockGist/GitHub404.vue.d.ts +1 -1
  39. package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +35 -5
  40. package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +87 -3
  41. package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +60 -23
  42. package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +4 -4
  43. package/dist/src/components/BlockTable/BlockTable.vue.d.ts +3 -3
  44. package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +175 -4
  45. package/dist/src/components/BlockText/BlockText.vue.d.ts +4 -4
  46. package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +95 -4
  47. package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +4 -4
  48. package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +172 -4
  49. package/dist/src/components/FormContact/FormContact.stories.d.ts +361 -1
  50. package/dist/src/components/FormContact/FormContact.vue.d.ts +361 -1
  51. package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +396 -1
  52. package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +396 -1
  53. package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +51 -4
  54. package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +281 -3
  55. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +141 -3
  56. package/dist/src/components/Icons/Icon360.vue.d.ts +1 -1
  57. package/dist/src/components/Icons/IconArrow.vue.d.ts +1 -1
  58. package/dist/src/components/Icons/IconArrows.vue.d.ts +1 -1
  59. package/dist/src/components/Icons/IconAudio.vue.d.ts +1 -1
  60. package/dist/src/components/Icons/IconBook.vue.d.ts +1 -1
  61. package/dist/src/components/Icons/IconBookUser.vue.d.ts +1 -1
  62. package/dist/src/components/Icons/IconBriefcase.vue.d.ts +1 -1
  63. package/dist/src/components/Icons/IconCalendar.vue.d.ts +1 -1
  64. package/dist/src/components/Icons/IconCaret.vue.d.ts +1 -1
  65. package/dist/src/components/Icons/IconCheckbox.vue.d.ts +1 -1
  66. package/dist/src/components/Icons/IconCheckboxSelected.vue.d.ts +1 -1
  67. package/dist/src/components/Icons/IconClose.vue.d.ts +1 -1
  68. package/dist/src/components/Icons/IconCloseLightbox.vue.d.ts +1 -1
  69. package/dist/src/components/Icons/IconDownload.vue.d.ts +1 -1
  70. package/dist/src/components/Icons/IconDropdown.vue.d.ts +1 -1
  71. package/dist/src/components/Icons/IconEnvelope.vue.d.ts +1 -1
  72. package/dist/src/components/Icons/IconExpand.vue.d.ts +1 -1
  73. package/dist/src/components/Icons/IconExternal.vue.d.ts +1 -1
  74. package/dist/src/components/Icons/IconFilter.vue.d.ts +1 -1
  75. package/dist/src/components/Icons/IconForwardTen.vue.d.ts +1 -1
  76. package/dist/src/components/Icons/IconGrid.vue.d.ts +1 -1
  77. package/dist/src/components/Icons/IconHand.vue.d.ts +1 -1
  78. package/dist/src/components/Icons/IconInfo.vue.d.ts +1 -1
  79. package/dist/src/components/Icons/IconLink.vue.d.ts +1 -1
  80. package/dist/src/components/Icons/IconList.vue.d.ts +1 -1
  81. package/dist/src/components/Icons/IconLocation.vue.d.ts +1 -1
  82. package/dist/src/components/Icons/IconMagnifyingGlass.vue.d.ts +1 -1
  83. package/dist/src/components/Icons/IconMedal.vue.d.ts +1 -1
  84. package/dist/src/components/Icons/IconMenu.vue.d.ts +1 -1
  85. package/dist/src/components/Icons/IconMinus.vue.d.ts +1 -1
  86. package/dist/src/components/Icons/IconMute.vue.d.ts +1 -1
  87. package/dist/src/components/Icons/IconNext.vue.d.ts +1 -1
  88. package/dist/src/components/Icons/IconPause.vue.d.ts +1 -1
  89. package/dist/src/components/Icons/IconPlay.vue.d.ts +1 -1
  90. package/dist/src/components/Icons/IconPlus.vue.d.ts +1 -1
  91. package/dist/src/components/Icons/IconPrev.vue.d.ts +1 -1
  92. package/dist/src/components/Icons/IconProfile.vue.d.ts +1 -1
  93. package/dist/src/components/Icons/IconRewindTen.vue.d.ts +1 -1
  94. package/dist/src/components/Icons/IconSearch.vue.d.ts +1 -1
  95. package/dist/src/components/Icons/IconShare.vue.d.ts +1 -1
  96. package/dist/src/components/Icons/IconSlideshow.vue.d.ts +1 -1
  97. package/dist/src/components/Icons/IconSocialEmail.vue.d.ts +1 -1
  98. package/dist/src/components/Icons/IconSocialFacebook.vue.d.ts +1 -1
  99. package/dist/src/components/Icons/IconSocialGoogleClassroom.vue.d.ts +1 -1
  100. package/dist/src/components/Icons/IconSocialInstagram.vue.d.ts +1 -1
  101. package/dist/src/components/Icons/IconSocialPinterest.vue.d.ts +1 -1
  102. package/dist/src/components/Icons/IconSocialReddit.vue.d.ts +1 -1
  103. package/dist/src/components/Icons/IconSocialTwitter.vue.d.ts +1 -1
  104. package/dist/src/components/Icons/IconSocialYoutube.vue.d.ts +1 -1
  105. package/dist/src/components/Icons/IconStop.vue.d.ts +1 -1
  106. package/dist/src/components/Icons/IconSubject.vue.d.ts +1 -1
  107. package/dist/src/components/Icons/IconTime.vue.d.ts +1 -1
  108. package/dist/src/components/Icons/IconUniversity.vue.d.ts +1 -1
  109. package/dist/src/components/Icons/IconUser.vue.d.ts +1 -1
  110. package/dist/src/components/Icons/IconVolume.vue.d.ts +1 -1
  111. package/dist/src/components/Icons/Icons.stories.d.ts +110 -110
  112. package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +142 -3
  113. package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +4 -4
  114. package/dist/src/components/LoadingTransition/LoadingTransition.vue.d.ts +1 -1
  115. package/dist/src/components/LogoCaltech/LogoCaltech.stories.d.ts +1 -1
  116. package/dist/src/components/LogoCaltech/LogoCaltech.vue.d.ts +1 -1
  117. package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +4 -5
  118. package/dist/src/components/LogoTribrand/LogoTribrand.vue.d.ts +4 -4
  119. package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +4 -4
  120. package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +4 -4
  121. package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +61 -4
  122. package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +0 -1
  123. package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +154 -4
  124. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +0 -1
  125. package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +63 -8
  126. package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +460 -31
  127. package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +199 -12
  128. package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +63 -6
  129. package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +195 -8
  130. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +6 -4
  131. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +6 -4
  132. package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +8 -4
  133. package/dist/src/components/MixinFancybox/MixinFancyboxOpenButton.vue.d.ts +3 -1
  134. package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +3 -3
  135. package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +44 -4
  136. package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +5 -5
  137. package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +5 -5
  138. package/dist/src/components/NavSocial/NavSocial.stories.d.ts +99 -4
  139. package/dist/src/components/NavSocial/NavSocial.vue.d.ts +99 -4
  140. package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +4 -4
  141. package/dist/src/components/ParallaxContainer/ParallaxContainer.stories.d.ts +8 -8
  142. package/dist/src/components/ParallaxContainer/ParallaxContainer.vue.d.ts +4 -4
  143. package/dist/src/components/ParallaxElement/ParallaxElement.vue.d.ts +4 -4
  144. package/dist/src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue.d.ts +67 -3
  145. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.d.ts +59 -4
  146. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +3 -3
  147. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +58 -3
  148. package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +5 -5
  149. package/dist/src/components/SearchInput/SearchInput.vue.d.ts +5 -5
  150. package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +96 -3
  151. package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +19 -1
  152. package/dist/src/components/SearchSelectMenu/SearchSelectMenu.vue.d.ts +4 -4
  153. package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +99 -4
  154. package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +1 -1
  155. package/dist/src/components/SkipLink/SkipLink.vue.d.ts +92 -1
  156. package/dist/src/components/TextArea/TextArea.vue.d.ts +14 -14
  157. package/dist/src/components/TextInput/TextInput.vue.d.ts +14 -14
  158. package/dist/src/components/TheFooter/TheFooterSignUp.vue.d.ts +3 -1
  159. package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +314 -3
  160. package/dist/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue.d.ts +1 -1
  161. package/dist/src/components/YearTicker/YearTicker.stories.d.ts +3 -3
  162. package/dist/src/components/YearTicker/YearTicker.vue.d.ts +3 -3
  163. package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +16 -16
  164. package/dist/src/docs/foundation/typography.stories.d.ts +7 -7
  165. package/dist/src/interfaces.d.ts +1 -0
  166. package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.d.ts +105 -38
  167. package/dist/src/templates/edu/PageEduLesson/PageEduLesson.stories.d.ts +112 -34
  168. package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.d.ts +131 -35
  169. package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.stories.d.ts +112 -34
  170. package/dist/style.css +1 -1
  171. package/package.json +1 -1
  172. package/src/components/BaseImage/BaseImage.vue +2 -28
  173. package/src/components/BlockHeading/BlockHeading.vue +1 -1
  174. package/src/components/BlockIframeEmbed/BlockIframeEmbed.vue +4 -28
  175. package/src/components/BlockLinkCard/BlockLinkCard.stories.js +31 -4
  176. package/src/components/BlockLinkCard/BlockLinkCard.vue +1 -1
  177. package/src/components/BlockVideoEmbed/BlockVideoEmbed.vue +0 -2
  178. package/src/components/HeroMedia/HeroMedia.vue +7 -5
  179. package/src/components/HeroMedium/HeroMedium.vue +1 -1
  180. package/src/components/MetaPanel/MetaPanel.vue +6 -6
  181. package/src/components/MetadataEduResource/MetadataEduResource.vue +7 -2
  182. package/src/components/MetadataEvent/MetadataEvent.vue +3 -2
  183. package/src/components/NavJumpMenu/NavJumpMenu.vue +7 -1
  184. package/src/components/NavJumpMenu/NavJumpMenuContent.vue +6 -1
  185. package/src/components/SearchFilterGroup/SearchFilterGroup.vue +1 -0
  186. package/src/components/SearchInput/SearchInput.vue +15 -4
  187. package/src/components/SearchResultCard/SearchResultCard.stories.js +13 -2
  188. package/src/components/SearchResultsList/SearchResultsList.vue +8 -2
  189. package/src/interfaces.ts +1 -0
  190. package/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.js +16 -0
  191. package/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue +45 -14
  192. package/src/templates/edu/PageEduHome/PageEduHome.stories.js +99 -0
  193. package/src/templates/edu/PageEduHome/PageEduHome.vue +154 -0
  194. package/src/templates/edu/PageEduLesson/PageEduLesson.stories.js +26 -1
  195. package/src/templates/edu/PageEduLesson/PageEduLesson.vue +57 -19
  196. package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.js +30 -3
  197. package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue +126 -97
  198. package/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue +59 -44
  199. package/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.stories.js +26 -1
  200. package/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue +44 -16
  201. package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +0 -36
  202. package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +0 -37
  203. package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +0 -33
  204. package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +0 -19
  205. package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +0 -24
  206. package/dist/src/components/BlockImage/BlockImage.stories.d.ts +0 -345
  207. package/dist/src/components/BlockImage/BlockImage.vue.d.ts +0 -24
  208. package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +0 -68
  209. package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +0 -65
  210. package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +0 -74
  211. package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +0 -58
  212. package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +0 -25
  213. package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +0 -57
  214. package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +0 -19
  215. package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +0 -198
  216. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +0 -306
  217. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +0 -47
  218. package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +0 -93
  219. package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +0 -16
  220. package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +0 -202
  221. package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +0 -32
  222. package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +0 -36
  223. package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +0 -42
  224. package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +0 -49
  225. package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +0 -40
  226. package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +0 -38
  227. package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +0 -156
  228. package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +0 -15
  229. package/dist/src/components/EventCard/EventCard.vue.d.ts +0 -111
  230. package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +0 -42
  231. package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +0 -66
  232. package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +0 -96
  233. package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +0 -45
  234. package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +0 -33
  235. package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +0 -15
  236. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +0 -106
  237. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +0 -24
  238. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +0 -18
  239. package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +0 -565
  240. package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +0 -65
  241. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +0 -21
  242. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +0 -65
  243. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +0 -30
  244. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +0 -36
  245. package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +0 -34
  246. package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +0 -12
  247. package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +0 -265
  248. package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +0 -118
  249. package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +0 -648
  250. package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +0 -94
  251. package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +0 -14
  252. package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +0 -15
  253. package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +0 -338
  254. package/dist/src/components/NavHeading/NavHeading.vue.d.ts +0 -12
  255. package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +0 -20
  256. package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +0 -29
  257. package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +0 -18
  258. package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +0 -2
  259. package/dist/src/components/NavMobile/NavMobile.stories.d.ts +0 -656
  260. package/dist/src/components/NavMobile/NavMobile.vue.d.ts +0 -94
  261. package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +0 -54
  262. package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +0 -395
  263. package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +0 -46
  264. package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +0 -35
  265. package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +0 -75
  266. package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +0 -70
  267. package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +0 -30
  268. package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +0 -40
  269. package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +0 -19
  270. package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +0 -82
  271. package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +0 -55
  272. package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +0 -287
  273. package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +0 -193
  274. package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +0 -62
  275. package/dist/src/components/TheFooter/TheFooter.vue.d.ts +0 -35
  276. package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +0 -32
  277. package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +0 -75
  278. package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +0 -33
  279. package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +0 -27
  280. package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +0 -167
  281. package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +0 -39
  282. package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +0 -22
  283. package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +0 -31
  284. package/dist/src/templates/PageContent/PageContent.vue.d.ts +0 -28
  285. package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +0 -22
  286. package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +0 -17
@@ -1,94 +0,0 @@
1
- import { LinkObject, BreadcrumbObject } from './../../utils/mixins';
2
-
3
- declare const _default: import('vue').DefineComponent<{
4
- data: {
5
- type: ObjectConstructor;
6
- required: false;
7
- default: null;
8
- };
9
- invertOverride: {
10
- type: BooleanConstructor;
11
- required: false;
12
- };
13
- headerVisible: {
14
- type: BooleanConstructor;
15
- required: false;
16
- default: boolean;
17
- };
18
- scrolled: {
19
- type: BooleanConstructor;
20
- required: false;
21
- default: boolean;
22
- };
23
- scrolledUp: {
24
- type: BooleanConstructor;
25
- required: false;
26
- default: boolean;
27
- };
28
- scrollTop: {
29
- type: NumberConstructor;
30
- required: false;
31
- default: number;
32
- };
33
- }, unknown, {
34
- searchVisible: boolean;
35
- scrolledCurrentPage: boolean;
36
- LogoColor: string;
37
- LogoWhite: string;
38
- }, {
39
- breadcrumb(): BreadcrumbObject | null;
40
- invert(): boolean;
41
- headerStore: () => import('pinia').Store<"header", import('./../../store/header').State, {}, {
42
- makeTransparent(value: boolean): void;
43
- updateHighlightPrimary(value: boolean): void;
44
- updateGlobalChildren(value: any): void;
45
- updateSecondary(value: any): void;
46
- updateSecondaryNavIsJumpMenu(value: boolean): void;
47
- }>;
48
- }, {
49
- getUrlKey(item: LinkObject): string | null;
50
- checkActive(item: LinkObject): boolean | undefined;
51
- checkActiveMore(): boolean | undefined;
52
- toggleSearch(): void;
53
- closeSearch(): void;
54
- openSearch(): void;
55
- getLinkText(item: LinkObject): string;
56
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
57
- data: {
58
- type: ObjectConstructor;
59
- required: false;
60
- default: null;
61
- };
62
- invertOverride: {
63
- type: BooleanConstructor;
64
- required: false;
65
- };
66
- headerVisible: {
67
- type: BooleanConstructor;
68
- required: false;
69
- default: boolean;
70
- };
71
- scrolled: {
72
- type: BooleanConstructor;
73
- required: false;
74
- default: boolean;
75
- };
76
- scrolledUp: {
77
- type: BooleanConstructor;
78
- required: false;
79
- default: boolean;
80
- };
81
- scrollTop: {
82
- type: NumberConstructor;
83
- required: false;
84
- default: number;
85
- };
86
- }>>, {
87
- data: Record<string, any>;
88
- scrollTop: number;
89
- invertOverride: boolean;
90
- headerVisible: boolean;
91
- scrolled: boolean;
92
- scrolledUp: boolean;
93
- }, {}>;
94
- export default _default;
@@ -1,14 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{
2
- data: {
3
- type: ObjectConstructor;
4
- required: false;
5
- };
6
- }, unknown, unknown, {
7
- linkColumns(): any[];
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;
@@ -1,15 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{
2
- data: {
3
- type: ObjectConstructor;
4
- required: false;
5
- };
6
- }, unknown, unknown, {
7
- linkColumns(): any[];
8
- highlightsColumn(): any;
9
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
10
- data: {
11
- type: ObjectConstructor;
12
- required: false;
13
- };
14
- }>>, {}, {}>;
15
- export default _default;
@@ -1,338 +0,0 @@
1
- import { default as NavDesktop } from './NavDesktopEdu.vue';
2
- declare namespace _default {
3
- export let title: string;
4
- export { NavDesktop as component };
5
- export let tags: string[];
6
- export let excludeStories: RegExp;
7
- export namespace parameters {
8
- let layout: string;
9
- }
10
- }
11
- export default _default;
12
- export namespace NavDesktopTopHatData {
13
- let topHat: ({
14
- linkPage: {
15
- title: string;
16
- url: string;
17
- };
18
- title: string;
19
- path: null;
20
- } | {
21
- linkPage: null;
22
- title: string;
23
- path: string;
24
- })[];
25
- }
26
- export namespace NavDesktopDropdownContentData {
27
- let blockType: string;
28
- namespace titleLink {
29
- export namespace linkPage {
30
- let title_1: string;
31
- export { title_1 as title };
32
- export let url: string;
33
- }
34
- let title_2: null;
35
- export { title_2 as title };
36
- }
37
- let menuColumns: ({
38
- blockType: string;
39
- label: string;
40
- highlight: {
41
- label: string;
42
- title: string;
43
- url: string;
44
- thumbnailImage: {
45
- src: {
46
- url: string;
47
- width: number;
48
- height: number;
49
- };
50
- };
51
- };
52
- } | {
53
- blockType: string;
54
- heading: string;
55
- headingPage: {
56
- url: string;
57
- };
58
- links: ({
59
- linkPage: {
60
- title: string;
61
- url: string;
62
- };
63
- title: string;
64
- path: null;
65
- } | {
66
- linkPage: null;
67
- title: string;
68
- path: string;
69
- })[];
70
- } | {
71
- blockType: string;
72
- description: string;
73
- title: string;
74
- })[];
75
- }
76
- export namespace NavDesktopDropdownMoreData {
77
- let blockType_1: string;
78
- export { blockType_1 as blockType };
79
- export let titleText: string;
80
- export let strapline: string;
81
- let menuColumns_1: ({
82
- blockType: string;
83
- description: string;
84
- title: string;
85
- heading?: undefined;
86
- headingPage?: undefined;
87
- highlights?: undefined;
88
- } | {
89
- heading: string;
90
- headingPage: null;
91
- blockType: string;
92
- links: ({
93
- linkPage: {
94
- title: string;
95
- url: string;
96
- };
97
- title: string;
98
- path: null;
99
- } | {
100
- linkPage: null;
101
- title: string;
102
- path: string;
103
- })[];
104
- description?: undefined;
105
- title?: undefined;
106
- highlights?: undefined;
107
- } | {
108
- blockType: string;
109
- heading: string;
110
- headingPage: null;
111
- highlights: {
112
- blockType: string;
113
- label: string;
114
- highlight: {
115
- label: string;
116
- title: string;
117
- url: string;
118
- thumbnailImage: {
119
- src: {
120
- url: string;
121
- width: number;
122
- height: number;
123
- };
124
- };
125
- };
126
- }[];
127
- description?: undefined;
128
- title?: undefined;
129
- })[];
130
- export { menuColumns_1 as menuColumns };
131
- }
132
- export namespace NavDesktopData {
133
- let primaryNavigation: ({
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
- blockType: string;
180
- } | {
181
- titleLink: {
182
- linkPage: {
183
- title: string;
184
- url: string;
185
- };
186
- title: null;
187
- };
188
- blockType: string;
189
- menuColumns: ({
190
- blockType: string;
191
- label: string;
192
- highlight: {
193
- label: string;
194
- title: string;
195
- url: string;
196
- thumbnailImage: {
197
- src: {
198
- url: string;
199
- width: number;
200
- height: number;
201
- };
202
- };
203
- };
204
- } | {
205
- blockType: string;
206
- heading: string;
207
- headingPage: {
208
- url: string;
209
- };
210
- links: ({
211
- linkPage: {
212
- title: string;
213
- url: string;
214
- };
215
- title: string;
216
- path: null;
217
- } | {
218
- linkPage: null;
219
- title: string;
220
- path: string;
221
- })[];
222
- } | {
223
- blockType: string;
224
- description: string;
225
- title: string;
226
- })[];
227
- })[];
228
- let breadcrumb: string;
229
- }
230
- export namespace BaseStory {
231
- let name: string;
232
- namespace args {
233
- export { NavDesktopData as data };
234
- export let headerVisible: boolean;
235
- export let scrolledUp: boolean;
236
- export let scrollTop: number;
237
- export let invertOverride: boolean;
238
- }
239
- function render(args: any): {
240
- components: {
241
- NavDesktop: import("vue").DefineComponent<{
242
- data: {
243
- type: ObjectConstructor;
244
- required: false;
245
- default: null;
246
- };
247
- invertOverride: {
248
- type: BooleanConstructor;
249
- required: false;
250
- };
251
- headerVisible: {
252
- type: BooleanConstructor;
253
- required: false;
254
- default: boolean;
255
- };
256
- scrolled: {
257
- type: BooleanConstructor;
258
- required: false;
259
- default: boolean;
260
- };
261
- scrolledUp: {
262
- type: BooleanConstructor;
263
- required: false;
264
- default: boolean;
265
- };
266
- scrollTop: {
267
- type: NumberConstructor;
268
- required: false;
269
- default: number;
270
- };
271
- }, unknown, {
272
- searchVisible: boolean;
273
- scrolledCurrentPage: boolean;
274
- LogoWhite: string;
275
- LogoColor: string;
276
- }, {
277
- breadcrumb(): import("../../utils/mixins").BreadcrumbObject | null;
278
- invert(): boolean;
279
- headerStore: () => import("pinia").Store<"header", import("../../store/header").State, {}, {
280
- makeTransparent(value: boolean): void;
281
- updateHighlightPrimary(value: boolean): void;
282
- updateGlobalChildren(value: any): void;
283
- updateSecondary(value: any): void;
284
- updateSecondaryNavIsJumpMenu(value: boolean): void;
285
- }>;
286
- }, {
287
- getUrlKey(item: import("../../utils/mixins").LinkObject): string | null;
288
- checkActive(item: import("../../utils/mixins").LinkObject): boolean | undefined;
289
- checkActiveMore(): boolean | undefined;
290
- toggleSearch(): void;
291
- closeSearch(): void;
292
- openSearch(): void;
293
- getLinkText(item: import("../../utils/mixins").LinkObject): string;
294
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
295
- data: {
296
- type: ObjectConstructor;
297
- required: false;
298
- default: null;
299
- };
300
- invertOverride: {
301
- type: BooleanConstructor;
302
- required: false;
303
- };
304
- headerVisible: {
305
- type: BooleanConstructor;
306
- required: false;
307
- default: boolean;
308
- };
309
- scrolled: {
310
- type: BooleanConstructor;
311
- required: false;
312
- default: boolean;
313
- };
314
- scrolledUp: {
315
- type: BooleanConstructor;
316
- required: false;
317
- default: boolean;
318
- };
319
- scrollTop: {
320
- type: NumberConstructor;
321
- required: false;
322
- default: number;
323
- };
324
- }>>, {
325
- data: Record<string, any>;
326
- scrollTop: number;
327
- invertOverride: boolean;
328
- headerVisible: boolean;
329
- scrolled: boolean;
330
- scrolledUp: boolean;
331
- }, {}>;
332
- };
333
- setup(): {
334
- args: any;
335
- };
336
- template: string;
337
- };
338
- }
@@ -1,12 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{
2
- data: {
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
- data: {
8
- type: ObjectConstructor;
9
- required: false;
10
- };
11
- }>>, {}, {}>;
12
- export default _default;
@@ -1,20 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{
2
- highlight: {
3
- type: ObjectConstructor;
4
- required: false;
5
- };
6
- customLabel: {
7
- type: StringConstructor;
8
- required: false;
9
- };
10
- }, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
11
- highlight: {
12
- type: ObjectConstructor;
13
- required: false;
14
- };
15
- customLabel: {
16
- type: StringConstructor;
17
- required: false;
18
- };
19
- }>>, {}, {}>;
20
- export default _default;
@@ -1,29 +0,0 @@
1
- import { LinkObject } from './../../utils/mixins';
2
-
3
- declare const _default: import('vue').DefineComponent<{
4
- data: {
5
- type: ObjectConstructor;
6
- required: false;
7
- };
8
- autoCol: {
9
- type: BooleanConstructor;
10
- required: false;
11
- default: boolean;
12
- };
13
- }, unknown, unknown, {}, {
14
- getRouterLink(link: LinkObject): string | undefined;
15
- getLinkText(link: LinkObject): string | undefined;
16
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
17
- data: {
18
- type: ObjectConstructor;
19
- required: false;
20
- };
21
- autoCol: {
22
- type: BooleanConstructor;
23
- required: false;
24
- default: boolean;
25
- };
26
- }>>, {
27
- autoCol: boolean;
28
- }, {}>;
29
- export default _default;
@@ -1,18 +0,0 @@
1
- import { default as NavLogoLinks } from './NavLogoLinks.vue';
2
- declare namespace _default {
3
- export let title: string;
4
- export { NavLogoLinks as component };
5
- export let excludeStories: RegExp;
6
- }
7
- export default _default;
8
- export namespace BaseStory {
9
- function render(args: any): {
10
- components: {
11
- NavLogoLinks: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
12
- };
13
- setup(): {
14
- args: any;
15
- };
16
- template: string;
17
- };
18
- }
@@ -1,2 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
2
- export default _default;