@explorer-1/vue 1.1.2 → 1.1.3

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 (511) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/edu/.gitkeep +0 -0
  3. package/dist/edu/explorer-1/bg-stars-edu.png +0 -0
  4. package/dist/edu/explorer-1/bg-stars.jpg +0 -0
  5. package/dist/explorer-1/bg-stars-edu.png +0 -0
  6. package/dist/explorer-1/bg-stars.jpg +0 -0
  7. package/dist/explorer-1-vue.css +1 -0
  8. package/dist/explorer-1-vue.js +74531 -0
  9. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Artists.jpg +0 -0
  10. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Communicators.jpg +0 -0
  11. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Designers.jpg +0 -0
  12. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Disruptors.jpg +0 -0
  13. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Dreamers.jpg +0 -0
  14. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Educators.jpg +0 -0
  15. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Innovators.jpg +0 -0
  16. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Inventors.jpg +0 -0
  17. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Makers.jpg +0 -0
  18. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Problem_Solvers.jpg +0 -0
  19. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Robiticists.jpg +0 -0
  20. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Scientists.jpg +0 -0
  21. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Software_Engineers.jpg +0 -0
  22. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Thinkers.jpg +0 -0
  23. package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Visualizers.jpg +0 -0
  24. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Artists.jpg +0 -0
  25. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Communicators.jpg +0 -0
  26. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Designers.jpg +0 -0
  27. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Disruptors.jpg +0 -0
  28. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Dreamers.jpg +0 -0
  29. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Educators.jpg +0 -0
  30. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Innovators.jpg +0 -0
  31. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Inventors.jpg +0 -0
  32. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Makers.jpg +0 -0
  33. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Problem_Solvers.jpg +0 -0
  34. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Robiticists.jpg +0 -0
  35. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Scientists.jpg +0 -0
  36. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Software_Engineers.jpg +0 -0
  37. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Thinkers.jpg +0 -0
  38. package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Visualizers.jpg +0 -0
  39. package/dist/src/App.vue.d.ts +2 -0
  40. package/dist/src/components/AboutTheAuthor/AboutTheAuthor.stories.d.ts +30 -0
  41. package/dist/src/components/AboutTheAuthor/AboutTheAuthor.vue.d.ts +27 -0
  42. package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.stories.d.ts +45 -0
  43. package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +416 -0
  44. package/dist/src/components/AttractionCard/AttractionCard.vue.d.ts +146 -0
  45. package/dist/src/components/BackToTop/BackToTop.stories.d.ts +147 -0
  46. package/dist/src/components/BackToTop/BackToTop.vue.d.ts +143 -0
  47. package/dist/src/components/BaseAccordionItem/BaseAccordionItem.stories.d.ts +39 -0
  48. package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +95 -0
  49. package/dist/src/components/BaseAudio/BaseAudio.stories.d.ts +23 -0
  50. package/dist/src/components/BaseAudio/BaseAudio.vue.d.ts +78 -0
  51. package/dist/src/components/BaseButton/BaseButton.stories.d.ts +145 -0
  52. package/dist/src/components/BaseButton/BaseButton.vue.d.ts +145 -0
  53. package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.stories.d.ts +25 -0
  54. package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +72 -0
  55. package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +166 -0
  56. package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +44 -0
  57. package/dist/src/components/BaseImage/BaseImage.stories.d.ts +141 -0
  58. package/dist/src/components/BaseImage/BaseImage.vue.d.ts +116 -0
  59. package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +37 -0
  60. package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +355 -0
  61. package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.stories.d.ts +82 -0
  62. package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +91 -0
  63. package/dist/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue.d.ts +7 -0
  64. package/dist/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue.d.ts +6 -0
  65. package/dist/src/components/BaseLink/BaseLink.stories.d.ts +62 -0
  66. package/dist/src/components/BaseLink/BaseLink.vue.d.ts +356 -0
  67. package/dist/src/components/BaseModal/BaseModal.stories.d.ts +1103 -0
  68. package/dist/src/components/BaseModal/BaseModal.vue.d.ts +182 -0
  69. package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +161 -0
  70. package/dist/src/components/BasePill/BasePill.stories.d.ts +38 -0
  71. package/dist/src/components/BasePill/BasePill.vue.d.ts +79 -0
  72. package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +25 -0
  73. package/dist/src/components/BasePlaceholder/BasePlaceholder.vue.d.ts +3 -0
  74. package/dist/src/components/BaseRadioGroup/BaseRadioGroup.stories.d.ts +29 -0
  75. package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +85 -0
  76. package/dist/src/components/BaseSwimlane/BaseSwimlane.stories.d.ts +25 -0
  77. package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +85 -0
  78. package/dist/src/components/BaseTimer/BaseTimer.stories.d.ts +115 -0
  79. package/dist/src/components/BaseTimer/BaseTimer.test.d.ts +1 -0
  80. package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +95 -0
  81. package/dist/src/components/BaseUnitToggle/BaseUnitToggle.stories.d.ts +229 -0
  82. package/dist/src/components/BaseUnitToggle/BaseUnitToggle.test.d.ts +1 -0
  83. package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +90 -0
  84. package/dist/src/components/BaseVideo/BaseVideo.stories.d.ts +26 -0
  85. package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +89 -0
  86. package/dist/src/components/BlockAccordion/BlockAccordion.stories.d.ts +83 -0
  87. package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +29 -0
  88. package/dist/src/components/BlockAnchor/BlockAnchor.vue.d.ts +12 -0
  89. package/dist/src/components/BlockAudio/BlockAudio.stories.d.ts +35 -0
  90. package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +261 -0
  91. package/dist/src/components/BlockCardGrid/BlockCardGrid.stories.d.ts +111 -0
  92. package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +1145 -0
  93. package/dist/src/components/BlockCardGridItem/BlockCardGridItem.stories.d.ts +48 -0
  94. package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +589 -0
  95. package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +247 -0
  96. package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.stories.d.ts +53 -0
  97. package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +251 -0
  98. package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +110 -0
  99. package/dist/src/components/BlockCsrTable/BlockCsrTable.vue.d.ts +40 -0
  100. package/dist/src/components/BlockCsrTable/CsrDetails.vue.d.ts +16 -0
  101. package/dist/src/components/BlockCsrTable/CsrTestLimitsTable.vue.d.ts +12 -0
  102. package/dist/src/components/BlockCta/BlockCta.stories.d.ts +37 -0
  103. package/dist/src/components/BlockCta/BlockCta.vue.d.ts +124 -0
  104. package/dist/src/components/BlockDialog/BlockDialog.stories.d.ts +84 -0
  105. package/dist/src/components/BlockDialog/BlockDialog.vue.d.ts +57 -0
  106. package/dist/src/components/BlockGist/BlockGist.stories.d.ts +20 -0
  107. package/dist/src/components/BlockGist/BlockGist.vue.d.ts +13 -0
  108. package/dist/src/components/BlockGist/GitHub404.vue.d.ts +2 -0
  109. package/dist/src/components/BlockHeading/BlockHeading.stories.d.ts +21 -0
  110. package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +80 -0
  111. package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.stories.d.ts +38 -0
  112. package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +434 -0
  113. package/dist/src/components/BlockImage/BlockImage.stories.d.ts +8978 -0
  114. package/dist/src/components/BlockImage/BlockImage.vue.d.ts +1468 -0
  115. package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +710 -0
  116. package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +707 -0
  117. package/dist/src/components/BlockImageCarousel/BlockImageCarousel.stories.d.ts +40 -0
  118. package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +868 -0
  119. package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.stories.d.ts +46 -0
  120. package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +709 -0
  121. package/dist/src/components/BlockImageComparison/BlockImageComparison.stories.d.ts +48 -0
  122. package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +382 -0
  123. package/dist/src/components/BlockImageGallery/BlockImageGallery.stories.d.ts +97 -0
  124. package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +1265 -0
  125. package/dist/src/components/BlockInlineImage/BlockInlineImage.stories.d.ts +77 -0
  126. package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +720 -0
  127. package/dist/src/components/BlockKeyPoints/BlockKeyPoints.stories.d.ts +21 -0
  128. package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +124 -0
  129. package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +430 -0
  130. package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +854 -0
  131. package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +17 -0
  132. package/dist/src/components/BlockLinkCardList/BlockLinkCardList.stories.d.ts +140 -0
  133. package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +8 -0
  134. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +2217 -0
  135. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +1979 -0
  136. package/dist/src/components/BlockLinkTile/BlockLinkTile.stories.d.ts +72 -0
  137. package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +612 -0
  138. package/dist/src/components/BlockListCards/BlockListCards.stories.d.ts +58 -0
  139. package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +555 -0
  140. package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.stories.d.ts +20 -0
  141. package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue.d.ts +230 -0
  142. package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +1783 -0
  143. package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +347 -0
  144. package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.stories.d.ts +45 -0
  145. package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +445 -0
  146. package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +361 -0
  147. package/dist/src/components/BlockRichTable/BlockRichTable.stories.d.ts +204 -0
  148. package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +759 -0
  149. package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +2105 -0
  150. package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +12134 -0
  151. package/dist/src/components/BlockTeaser/BlockTeaser.stories.d.ts +62 -0
  152. package/dist/src/components/BlockTeaser/BlockTeaser.test.d.ts +1 -0
  153. package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +305 -0
  154. package/dist/src/components/BlockText/BlockText.stories.d.ts +36 -0
  155. package/dist/src/components/BlockText/BlockText.vue.d.ts +56 -0
  156. package/dist/src/components/BlockVideo/BlockVideo.stories.d.ts +25 -0
  157. package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +486 -0
  158. package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.stories.d.ts +26 -0
  159. package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +447 -0
  160. package/dist/src/components/CalendarButton/CalendarButton.stories.d.ts +19 -0
  161. package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +192 -0
  162. package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +11 -0
  163. package/dist/src/components/DetailHeadline/DetailHeadline.stories.d.ts +55 -0
  164. package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +579 -0
  165. package/dist/src/components/DsnWidget/DsnWidget.stories.d.ts +23 -0
  166. package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +349 -0
  167. package/dist/src/components/EduSubjectIcon/EduSubjectIcon.vue.d.ts +7 -0
  168. package/dist/src/components/EventCard/EventCard.vue.d.ts +670 -0
  169. package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +50 -0
  170. package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +214 -0
  171. package/dist/src/components/FormContact/FormContact.stories.d.ts +235 -0
  172. package/dist/src/components/FormContact/FormContact.vue.d.ts +221 -0
  173. package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +293 -0
  174. package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +279 -0
  175. package/dist/src/components/HeroInlineMedia/HeroInlineMedia.vue.d.ts +10 -0
  176. package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +115 -0
  177. package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +138 -0
  178. package/dist/src/components/HeroListingIndex/HeroListingIndex.stories.d.ts +138 -0
  179. package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +509 -0
  180. package/dist/src/components/HeroMedia/HeroMedia.stories.d.ts +175 -0
  181. package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +436 -0
  182. package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +121 -0
  183. package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +483 -0
  184. package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +120 -0
  185. package/dist/src/components/HomepageCarousel/HomepageCarousel.stories.d.ts +353 -0
  186. package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +692 -0
  187. package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.stories.d.ts +57 -0
  188. package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +345 -0
  189. package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.stories.d.ts +27 -0
  190. package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +445 -0
  191. package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.stories.d.ts +94 -0
  192. package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +317 -0
  193. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +423 -0
  194. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +808 -0
  195. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +335 -0
  196. package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +5287 -0
  197. package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +851 -0
  198. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.stories.d.ts +80 -0
  199. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +661 -0
  200. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +162 -0
  201. package/dist/src/components/Icons/Icon360.vue.d.ts +2 -0
  202. package/dist/src/components/Icons/IconArrow.vue.d.ts +2 -0
  203. package/dist/src/components/Icons/IconArrows.vue.d.ts +2 -0
  204. package/dist/src/components/Icons/IconAudio.vue.d.ts +2 -0
  205. package/dist/src/components/Icons/IconBook.vue.d.ts +2 -0
  206. package/dist/src/components/Icons/IconBookUser.vue.d.ts +2 -0
  207. package/dist/src/components/Icons/IconBookmark.vue.d.ts +2 -0
  208. package/dist/src/components/Icons/IconBriefcase.vue.d.ts +2 -0
  209. package/dist/src/components/Icons/IconCalendar.vue.d.ts +2 -0
  210. package/dist/src/components/Icons/IconCaret.vue.d.ts +2 -0
  211. package/dist/src/components/Icons/IconCheckbox.vue.d.ts +2 -0
  212. package/dist/src/components/Icons/IconCheckboxSelected.vue.d.ts +2 -0
  213. package/dist/src/components/Icons/IconClose.vue.d.ts +2 -0
  214. package/dist/src/components/Icons/IconCloseLightbox.vue.d.ts +2 -0
  215. package/dist/src/components/Icons/IconDownload.vue.d.ts +2 -0
  216. package/dist/src/components/Icons/IconDropdown.vue.d.ts +2 -0
  217. package/dist/src/components/Icons/IconEduArt.vue.d.ts +2 -0
  218. package/dist/src/components/Icons/IconEduEngineering.vue.d.ts +2 -0
  219. package/dist/src/components/Icons/IconEduEnglishLanguageArts.vue.d.ts +2 -0
  220. package/dist/src/components/Icons/IconEduMathematics.vue.d.ts +2 -0
  221. package/dist/src/components/Icons/IconEduScience.vue.d.ts +2 -0
  222. package/dist/src/components/Icons/IconEduTechnology.vue.d.ts +2 -0
  223. package/dist/src/components/Icons/IconEnvelope.vue.d.ts +2 -0
  224. package/dist/src/components/Icons/IconExpand.vue.d.ts +2 -0
  225. package/dist/src/components/Icons/IconExternal.vue.d.ts +2 -0
  226. package/dist/src/components/Icons/IconFilter.vue.d.ts +2 -0
  227. package/dist/src/components/Icons/IconForwardTen.vue.d.ts +2 -0
  228. package/dist/src/components/Icons/IconGrid.vue.d.ts +2 -0
  229. package/dist/src/components/Icons/IconHand.vue.d.ts +2 -0
  230. package/dist/src/components/Icons/IconHourglass.vue.d.ts +2 -0
  231. package/dist/src/components/Icons/IconInfo.vue.d.ts +2 -0
  232. package/dist/src/components/Icons/IconLink.vue.d.ts +2 -0
  233. package/dist/src/components/Icons/IconList.vue.d.ts +2 -0
  234. package/dist/src/components/Icons/IconLocation.vue.d.ts +2 -0
  235. package/dist/src/components/Icons/IconLocationCrosshairs.vue.d.ts +2 -0
  236. package/dist/src/components/Icons/IconMagnifyingGlass.vue.d.ts +2 -0
  237. package/dist/src/components/Icons/IconMap.vue.d.ts +2 -0
  238. package/dist/src/components/Icons/IconMedal.vue.d.ts +2 -0
  239. package/dist/src/components/Icons/IconMenu.vue.d.ts +2 -0
  240. package/dist/src/components/Icons/IconMinus.vue.d.ts +2 -0
  241. package/dist/src/components/Icons/IconMute.vue.d.ts +2 -0
  242. package/dist/src/components/Icons/IconNext.vue.d.ts +2 -0
  243. package/dist/src/components/Icons/IconPause.vue.d.ts +2 -0
  244. package/dist/src/components/Icons/IconPlay.vue.d.ts +2 -0
  245. package/dist/src/components/Icons/IconPlus.vue.d.ts +2 -0
  246. package/dist/src/components/Icons/IconPrev.vue.d.ts +2 -0
  247. package/dist/src/components/Icons/IconProfile.vue.d.ts +2 -0
  248. package/dist/src/components/Icons/IconRewindTen.vue.d.ts +2 -0
  249. package/dist/src/components/Icons/IconSearch.vue.d.ts +2 -0
  250. package/dist/src/components/Icons/IconShare.vue.d.ts +2 -0
  251. package/dist/src/components/Icons/IconSlideshow.vue.d.ts +2 -0
  252. package/dist/src/components/Icons/IconSocialEmail.vue.d.ts +2 -0
  253. package/dist/src/components/Icons/IconSocialFacebook.vue.d.ts +2 -0
  254. package/dist/src/components/Icons/IconSocialGoogleClassroom.vue.d.ts +2 -0
  255. package/dist/src/components/Icons/IconSocialInstagram.vue.d.ts +2 -0
  256. package/dist/src/components/Icons/IconSocialPinterest.vue.d.ts +2 -0
  257. package/dist/src/components/Icons/IconSocialReddit.vue.d.ts +2 -0
  258. package/dist/src/components/Icons/IconSocialTwitter.vue.d.ts +2 -0
  259. package/dist/src/components/Icons/IconSocialYoutube.vue.d.ts +2 -0
  260. package/dist/src/components/Icons/IconStop.vue.d.ts +2 -0
  261. package/dist/src/components/Icons/IconTime.vue.d.ts +2 -0
  262. package/dist/src/components/Icons/IconUniversity.vue.d.ts +2 -0
  263. package/dist/src/components/Icons/IconUser.vue.d.ts +2 -0
  264. package/dist/src/components/Icons/IconVolume.vue.d.ts +2 -0
  265. package/dist/src/components/Icons/Icons.stories.d.ts +584 -0
  266. package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +165 -0
  267. package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +33 -0
  268. package/dist/src/components/LoadingTransition/LoadingTransition.vue.d.ts +7 -0
  269. package/dist/src/components/LogoCaltech/LogoCaltech.stories.d.ts +40 -0
  270. package/dist/src/components/LogoCaltech/LogoCaltech.vue.d.ts +2 -0
  271. package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +136 -0
  272. package/dist/src/components/LogoTribrand/LogoTribrand.vue.d.ts +20 -0
  273. package/dist/src/components/MetaPanel/MetaPanel.stories.d.ts +47 -0
  274. package/dist/src/components/MetaPanel/MetaPanel.vue.d.ts +42 -0
  275. package/dist/src/components/MetaPanelAccordion/MetaPanelAccordion.vue.d.ts +8 -0
  276. package/dist/src/components/MetaPanelItems/MetaPanelItems.stories.d.ts +32 -0
  277. package/dist/src/components/MetaPanelItems/MetaPanelItems.vue.d.ts +17 -0
  278. package/dist/src/components/MetadataEduResource/MetadataEduResource.stories.d.ts +55 -0
  279. package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +17 -0
  280. package/dist/src/components/MetadataEvent/MetadataEvent.stories.d.ts +32 -0
  281. package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +16 -0
  282. package/dist/src/components/MetadataStacked/MetadataStacked.stories.d.ts +18 -0
  283. package/dist/src/components/MetadataStacked/MetadataStacked.vue.d.ts +65 -0
  284. package/dist/src/components/MissionDetailAbout/MissionDetailAbout.stories.d.ts +27 -0
  285. package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +134 -0
  286. package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +417 -0
  287. package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +239 -0
  288. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +283 -0
  289. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +604 -0
  290. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +501 -0
  291. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +395 -0
  292. package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.stories.d.ts +41 -0
  293. package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +569 -0
  294. package/dist/src/components/MissionDetailStats/DistanceStats.test.d.ts +1 -0
  295. package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +188 -0
  296. package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +731 -0
  297. package/dist/src/components/MissionDetailStats/MissionDetailStats.test.d.ts +1 -0
  298. package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +354 -0
  299. package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +79 -0
  300. package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +244 -0
  301. package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.stories.d.ts +76 -0
  302. package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +1407 -0
  303. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +112 -0
  304. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +104 -0
  305. package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +1090 -0
  306. package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +538 -0
  307. package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +156 -0
  308. package/dist/src/components/MixinFancybox/MixinFancyboxOpenButton.vue.d.ts +4 -0
  309. package/dist/src/components/MixinVideoBg/MixinVideoBg.stories.d.ts +21 -0
  310. package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +16 -0
  311. package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +11358 -0
  312. package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +3300 -0
  313. package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +71 -0
  314. package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +1165 -0
  315. package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +1644 -0
  316. package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +341 -0
  317. package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +2221 -0
  318. package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +1973 -0
  319. package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +40 -0
  320. package/dist/src/components/NavHeading/NavHeading.stories.d.ts +23 -0
  321. package/dist/src/components/NavHeading/NavHeading.vue.d.ts +328 -0
  322. package/dist/src/components/NavHighlight/NavHighlight.stories.d.ts +44 -0
  323. package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +482 -0
  324. package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +47 -0
  325. package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +954 -0
  326. package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +335 -0
  327. package/dist/src/components/NavLinkList/NavLinkList.stories.d.ts +40 -0
  328. package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +671 -0
  329. package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +335 -0
  330. package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +318 -0
  331. package/dist/src/components/NavMobile/NavMobile.stories.d.ts +9517 -0
  332. package/dist/src/components/NavMobile/NavMobile.vue.d.ts +2130 -0
  333. package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +866 -0
  334. package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +6495 -0
  335. package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +361 -0
  336. package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +416 -0
  337. package/dist/src/components/NavSearchForm/NavSearchForm.stories.d.ts +13 -0
  338. package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +15 -0
  339. package/dist/src/components/NavSecondary/NavSecondary.stories.d.ts +33 -0
  340. package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +897 -0
  341. package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +451 -0
  342. package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +346 -0
  343. package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +0 -0
  344. package/dist/src/components/NavSocial/NavSocial.stories.d.ts +179 -0
  345. package/dist/src/components/NavSocial/NavSocial.vue.d.ts +152 -0
  346. package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.stories.d.ts +37 -0
  347. package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.test.d.ts +1 -0
  348. package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +30 -0
  349. package/dist/src/components/ParallaxContainer/ParallaxContainer.stories.d.ts +91 -0
  350. package/dist/src/components/ParallaxContainer/ParallaxContainer.vue.d.ts +38 -0
  351. package/dist/src/components/ParallaxElement/ParallaxElement.vue.d.ts +23 -0
  352. package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +1356 -0
  353. package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +670 -0
  354. package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.stories.d.ts +50 -0
  355. package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +2742 -0
  356. package/dist/src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue.d.ts +103 -0
  357. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.d.ts +162 -0
  358. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.test.d.ts +1 -0
  359. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +86 -0
  360. package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +84 -0
  361. package/dist/src/components/SearchFilterGroup/SearchFilterGroup.stories.d.ts +83 -0
  362. package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +166 -0
  363. package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +29 -0
  364. package/dist/src/components/SearchInput/SearchInput.stories.d.ts +43 -0
  365. package/dist/src/components/SearchInput/SearchInput.vue.d.ts +33 -0
  366. package/dist/src/components/SearchPagination/SearchPagination.stories.d.ts +69 -0
  367. package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +110 -0
  368. package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +105 -0
  369. package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +3118 -0
  370. package/dist/src/components/SearchResultGridItem/SearchResultGridItem.stories.d.ts +69 -0
  371. package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +2113 -0
  372. package/dist/src/components/SearchResultsList/SearchResultsList.stories.d.ts +595 -0
  373. package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +5291 -0
  374. package/dist/src/components/SearchSelectMenu/SearchSelectMenu.stories.d.ts +19 -0
  375. package/dist/src/components/SearchSelectMenu/SearchSelectMenu.vue.d.ts +39 -0
  376. package/dist/src/components/ShareButtons/ShareButtons.stories.d.ts +16 -0
  377. package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +134 -0
  378. package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.stories.d.ts +0 -0
  379. package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +7 -0
  380. package/dist/src/components/SkipLink/SkipLink.stories.d.ts +8 -0
  381. package/dist/src/components/SkipLink/SkipLink.vue.d.ts +98 -0
  382. package/dist/src/components/SwimlaneCTA/SwimlaneCTA.stories.d.ts +25 -0
  383. package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +465 -0
  384. package/dist/src/components/TextArea/TextArea.stories.d.ts +31 -0
  385. package/dist/src/components/TextArea/TextArea.vue.d.ts +37 -0
  386. package/dist/src/components/TextInput/TextInput.stories.d.ts +34 -0
  387. package/dist/src/components/TextInput/TextInput.vue.d.ts +42 -0
  388. package/dist/src/components/TheFooter/TheFooter.stories.d.ts +88 -0
  389. package/dist/src/components/TheFooter/TheFooter.vue.d.ts +629 -0
  390. package/dist/src/components/TheFooter/TheFooterSignUp.vue.d.ts +8 -0
  391. package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.stories.d.ts +32 -0
  392. package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +2662 -0
  393. package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +1052 -0
  394. package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +1013 -0
  395. package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.stories.d.ts +46 -0
  396. package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +1107 -0
  397. package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.stories.d.ts +37 -0
  398. package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +564 -0
  399. package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.stories.d.ts +77 -0
  400. package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +342 -0
  401. package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +749 -0
  402. package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +619 -0
  403. package/dist/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue.d.ts +8 -0
  404. package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.stories.d.ts +158 -0
  405. package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +485 -0
  406. package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.stories.d.ts +95 -0
  407. package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +2122 -0
  408. package/dist/src/components/YearTicker/YearTicker.stories.d.ts +40 -0
  409. package/dist/src/components/YearTicker/YearTicker.vue.d.ts +17 -0
  410. package/dist/src/constants.d.ts +85 -0
  411. package/dist/src/docs/foundation/DynamicTokens.vue.d.ts +2 -0
  412. package/dist/src/docs/foundation/FontVariants.vue.d.ts +2 -0
  413. package/dist/src/docs/foundation/grid.stories.d.ts +69 -0
  414. package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +194 -0
  415. package/dist/src/docs/foundation/themes.stories.d.ts +21 -0
  416. package/dist/src/docs/foundation/typography.stories.d.ts +106 -0
  417. package/dist/src/docs/guides/responsive.stories.d.ts +13 -0
  418. package/dist/src/docs/utils/ColorRow.d.ts +6 -0
  419. package/dist/src/docs/utils/ComponentItem.d.ts +2 -0
  420. package/dist/src/docs/utils/ComponentList.d.ts +2 -0
  421. package/dist/src/interfaces.d.ts +355 -0
  422. package/dist/src/main.d.ts +0 -0
  423. package/dist/src/store/curatedGallery.d.ts +6 -0
  424. package/dist/src/store/header.d.ts +20 -0
  425. package/dist/src/store/search.d.ts +10 -0
  426. package/dist/src/store/theme.d.ts +13 -0
  427. package/dist/src/templates/PageAudioDetail/PageAudioDetail.stories.d.ts +102 -0
  428. package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +6628 -0
  429. package/dist/src/templates/PageContent/PageContent.stories.d.ts +207 -0
  430. package/dist/src/templates/PageContent/PageContent.vue.d.ts +17907 -0
  431. package/dist/src/templates/PageEventDetail/PageEventDetail.stories.d.ts +94 -0
  432. package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +15683 -0
  433. package/dist/src/templates/PageImageDetail/PageImageDetail.stories.d.ts +185 -0
  434. package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +18225 -0
  435. package/dist/src/templates/PageNewsDetail/PageNewsDetail.stories.d.ts +1852 -0
  436. package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +15725 -0
  437. package/dist/src/templates/PageVideoDetail/PageVideoDetail.stories.d.ts +56 -0
  438. package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +3237 -0
  439. package/dist/src/templates/edu/PageContentEdu.stories.d.ts +397 -0
  440. package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.stories.d.ts +170 -0
  441. package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +975 -0
  442. package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.stories.d.ts +300 -0
  443. package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +15622 -0
  444. package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.d.ts +449 -0
  445. package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +16669 -0
  446. package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.stories.d.ts +288 -0
  447. package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.vue.d.ts +18 -0
  448. package/dist/src/templates/edu/PageEduHome/PageEduHome.stories.d.ts +73 -0
  449. package/dist/src/templates/edu/PageEduHome/PageEduHome.vue.d.ts +15 -0
  450. package/dist/src/templates/edu/PageEduLesson/PageEduLesson.stories.d.ts +626 -0
  451. package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +1007 -0
  452. package/dist/src/templates/edu/PageEduLesson/PageEduLessonSection.vue.d.ts +18 -0
  453. package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.stories.d.ts +364 -0
  454. package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.vue.d.ts +24 -0
  455. package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.stories.d.ts +2115 -0
  456. package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +979 -0
  457. package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.d.ts +893 -0
  458. package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +992 -0
  459. package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue.d.ts +20 -0
  460. package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.stories.d.ts +415 -0
  461. package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +969 -0
  462. package/dist/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.stories.d.ts +21 -0
  463. package/dist/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.vue.d.ts +41 -0
  464. package/dist/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.stories.d.ts +193 -0
  465. package/dist/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.vue.d.ts +15 -0
  466. package/dist/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.stories.d.ts +80 -0
  467. package/dist/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.vue.d.ts +15 -0
  468. package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.stories.d.ts +99 -0
  469. package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.vue.d.ts +7 -0
  470. package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.stories.d.ts +651 -0
  471. package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +15108 -0
  472. package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.stories.d.ts +142 -0
  473. package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +14821 -0
  474. package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.stories.d.ts +56 -0
  475. package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +3776 -0
  476. package/dist/src/templates/www/PageHomepage/PageHomepage.stories.d.ts +705 -0
  477. package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +6569 -0
  478. package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.stories.d.ts +41 -0
  479. package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +1007 -0
  480. package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.stories.d.ts +14 -0
  481. package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.vue.d.ts +181 -0
  482. package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.stories.d.ts +875 -0
  483. package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +5144 -0
  484. package/dist/src/templates/www/PagePodcast/PagePodcast.stories.d.ts +115 -0
  485. package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +8683 -0
  486. package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.stories.d.ts +84 -0
  487. package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +6313 -0
  488. package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.stories.d.ts +64 -0
  489. package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +3849 -0
  490. package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.stories.d.ts +60 -0
  491. package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +1232 -0
  492. package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +259 -0
  493. package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +15924 -0
  494. package/dist/src/templates/www/PageTimeline/BlockMilestone.vue.d.ts +326 -0
  495. package/dist/src/templates/www/PageTimeline/PageTimeline.stories.d.ts +339 -0
  496. package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +2603 -0
  497. package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.stories.d.ts +297 -0
  498. package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +6673 -0
  499. package/dist/src/utils/anchorizeBlock.d.ts +2 -0
  500. package/dist/src/utils/anchorizeStreamfield.d.ts +2 -0
  501. package/dist/src/utils/dayjs.d.ts +2 -0
  502. package/dist/src/utils/eventBus.d.ts +1 -0
  503. package/dist/src/utils/filters.d.ts +4 -0
  504. package/dist/src/utils/generateHash.d.ts +1 -0
  505. package/dist/src/utils/getHeadingId.d.ts +1 -0
  506. package/dist/src/utils/isEduExternalLink.d.ts +1 -0
  507. package/dist/src/utils/lookupContentType.d.ts +3 -0
  508. package/dist/src/utils/mixins.d.ts +58 -0
  509. package/dist/src/utils/rangeifyGrades.d.ts +2 -0
  510. package/package.json +16 -15
  511. package/src/components/NavJumpMenu/NavJumpMenuContent.vue +1 -1
@@ -0,0 +1,3118 @@
1
+ import { PropType } from 'vue';
2
+ import { PrimarySubjectObject, GradeLevelsObject, EduResourcesTime } from './../../interfaces';
3
+ import { HeadingLevel } from './../BaseHeading/BaseHeading.vue';
4
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5
+ url: {
6
+ type: StringConstructor;
7
+ required: false;
8
+ default: string;
9
+ };
10
+ type: {
11
+ type: StringConstructor;
12
+ required: false;
13
+ default: undefined;
14
+ };
15
+ eventType: {
16
+ type: StringConstructor;
17
+ required: false;
18
+ default: undefined;
19
+ };
20
+ topic: {
21
+ type: StringConstructor;
22
+ required: false;
23
+ default: undefined;
24
+ };
25
+ date: {
26
+ type: StringConstructor;
27
+ required: false;
28
+ default: undefined;
29
+ };
30
+ title: {
31
+ type: StringConstructor;
32
+ required: false;
33
+ default: undefined;
34
+ };
35
+ summary: {
36
+ type: StringConstructor;
37
+ required: false;
38
+ default: undefined;
39
+ };
40
+ image: {
41
+ type: ObjectConstructor;
42
+ required: false;
43
+ default: undefined;
44
+ };
45
+ featured: {
46
+ type: BooleanConstructor;
47
+ required: false;
48
+ default: boolean;
49
+ };
50
+ /** Change the heading level for semantic markup. This does not affect the style of the heading. */
51
+ headingLevel: {
52
+ type: PropType<keyof {
53
+ h1: string;
54
+ h2: string;
55
+ h3: string;
56
+ h4: string;
57
+ h5: string;
58
+ h6: string;
59
+ }>;
60
+ required: false;
61
+ default: string;
62
+ };
63
+ isEvents: {
64
+ type: BooleanConstructor;
65
+ required: false;
66
+ };
67
+ isPodcastSeason: {
68
+ type: BooleanConstructor;
69
+ required: false;
70
+ };
71
+ isProfiles: {
72
+ type: BooleanConstructor;
73
+ default: boolean;
74
+ };
75
+ isAttraction: {
76
+ type: BooleanConstructor;
77
+ required: false;
78
+ };
79
+ media: {
80
+ type: StringConstructor;
81
+ required: false;
82
+ default: undefined;
83
+ };
84
+ startTime: {
85
+ type: StringConstructor;
86
+ required: false;
87
+ default: undefined;
88
+ };
89
+ startDate: {
90
+ type: StringConstructor;
91
+ required: false;
92
+ default: undefined;
93
+ };
94
+ endTime: {
95
+ type: StringConstructor;
96
+ required: false;
97
+ default: undefined;
98
+ };
99
+ endDate: {
100
+ type: StringConstructor;
101
+ required: false;
102
+ default: undefined;
103
+ };
104
+ customDate: {
105
+ type: StringConstructor;
106
+ required: false;
107
+ default: undefined;
108
+ };
109
+ startDatetime: {
110
+ type: StringConstructor;
111
+ required: false;
112
+ default: undefined;
113
+ };
114
+ endDatetime: {
115
+ type: StringConstructor;
116
+ required: false;
117
+ default: undefined;
118
+ };
119
+ location: {
120
+ type: StringConstructor;
121
+ required: false;
122
+ default: undefined;
123
+ };
124
+ pageContentType: {
125
+ type: StringConstructor;
126
+ default: undefined;
127
+ };
128
+ ongoing: {
129
+ type: BooleanConstructor;
130
+ default: boolean;
131
+ };
132
+ targetAudience: {
133
+ type: StringConstructor;
134
+ default: undefined;
135
+ };
136
+ primarySubject: {
137
+ type: PropType<PrimarySubjectObject>;
138
+ default: undefined;
139
+ };
140
+ gradeLevels: {
141
+ type: PropType<GradeLevelsObject[]>;
142
+ default: undefined;
143
+ };
144
+ time: {
145
+ type: PropType<EduResourcesTime>;
146
+ default: undefined;
147
+ };
148
+ wait: {
149
+ type: StringConstructor;
150
+ required: false;
151
+ default: undefined;
152
+ };
153
+ showMyList: {
154
+ type: BooleanConstructor;
155
+ default: boolean;
156
+ };
157
+ locationIcon: {
158
+ type: StringConstructor;
159
+ default: string;
160
+ };
161
+ }>, {}, {}, {
162
+ themeStore: () => import('pinia').Store<"theme", import('../../store/theme').State, {
163
+ isEdu(state: {
164
+ theme: import('./../../interfaces').Explorer1Theme | null;
165
+ } & import('pinia').PiniaCustomStateProperties<import('../../store/theme').State>): boolean;
166
+ }, {
167
+ setTheme(value: import('./../../interfaces').Explorer1Theme): void;
168
+ }>;
169
+ }, {
170
+ getInterfaceFromEskey(key: string): undefined;
171
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
172
+ url: {
173
+ type: StringConstructor;
174
+ required: false;
175
+ default: string;
176
+ };
177
+ type: {
178
+ type: StringConstructor;
179
+ required: false;
180
+ default: undefined;
181
+ };
182
+ eventType: {
183
+ type: StringConstructor;
184
+ required: false;
185
+ default: undefined;
186
+ };
187
+ topic: {
188
+ type: StringConstructor;
189
+ required: false;
190
+ default: undefined;
191
+ };
192
+ date: {
193
+ type: StringConstructor;
194
+ required: false;
195
+ default: undefined;
196
+ };
197
+ title: {
198
+ type: StringConstructor;
199
+ required: false;
200
+ default: undefined;
201
+ };
202
+ summary: {
203
+ type: StringConstructor;
204
+ required: false;
205
+ default: undefined;
206
+ };
207
+ image: {
208
+ type: ObjectConstructor;
209
+ required: false;
210
+ default: undefined;
211
+ };
212
+ featured: {
213
+ type: BooleanConstructor;
214
+ required: false;
215
+ default: boolean;
216
+ };
217
+ /** Change the heading level for semantic markup. This does not affect the style of the heading. */
218
+ headingLevel: {
219
+ type: PropType<keyof {
220
+ h1: string;
221
+ h2: string;
222
+ h3: string;
223
+ h4: string;
224
+ h5: string;
225
+ h6: string;
226
+ }>;
227
+ required: false;
228
+ default: string;
229
+ };
230
+ isEvents: {
231
+ type: BooleanConstructor;
232
+ required: false;
233
+ };
234
+ isPodcastSeason: {
235
+ type: BooleanConstructor;
236
+ required: false;
237
+ };
238
+ isProfiles: {
239
+ type: BooleanConstructor;
240
+ default: boolean;
241
+ };
242
+ isAttraction: {
243
+ type: BooleanConstructor;
244
+ required: false;
245
+ };
246
+ media: {
247
+ type: StringConstructor;
248
+ required: false;
249
+ default: undefined;
250
+ };
251
+ startTime: {
252
+ type: StringConstructor;
253
+ required: false;
254
+ default: undefined;
255
+ };
256
+ startDate: {
257
+ type: StringConstructor;
258
+ required: false;
259
+ default: undefined;
260
+ };
261
+ endTime: {
262
+ type: StringConstructor;
263
+ required: false;
264
+ default: undefined;
265
+ };
266
+ endDate: {
267
+ type: StringConstructor;
268
+ required: false;
269
+ default: undefined;
270
+ };
271
+ customDate: {
272
+ type: StringConstructor;
273
+ required: false;
274
+ default: undefined;
275
+ };
276
+ startDatetime: {
277
+ type: StringConstructor;
278
+ required: false;
279
+ default: undefined;
280
+ };
281
+ endDatetime: {
282
+ type: StringConstructor;
283
+ required: false;
284
+ default: undefined;
285
+ };
286
+ location: {
287
+ type: StringConstructor;
288
+ required: false;
289
+ default: undefined;
290
+ };
291
+ pageContentType: {
292
+ type: StringConstructor;
293
+ default: undefined;
294
+ };
295
+ ongoing: {
296
+ type: BooleanConstructor;
297
+ default: boolean;
298
+ };
299
+ targetAudience: {
300
+ type: StringConstructor;
301
+ default: undefined;
302
+ };
303
+ primarySubject: {
304
+ type: PropType<PrimarySubjectObject>;
305
+ default: undefined;
306
+ };
307
+ gradeLevels: {
308
+ type: PropType<GradeLevelsObject[]>;
309
+ default: undefined;
310
+ };
311
+ time: {
312
+ type: PropType<EduResourcesTime>;
313
+ default: undefined;
314
+ };
315
+ wait: {
316
+ type: StringConstructor;
317
+ required: false;
318
+ default: undefined;
319
+ };
320
+ showMyList: {
321
+ type: BooleanConstructor;
322
+ default: boolean;
323
+ };
324
+ locationIcon: {
325
+ type: StringConstructor;
326
+ default: string;
327
+ };
328
+ }>> & Readonly<{}>, {
329
+ startDate: string;
330
+ endDate: string;
331
+ startDatetime: string;
332
+ endDatetime: string;
333
+ startTime: string;
334
+ endTime: string;
335
+ customDate: string;
336
+ eventType: string;
337
+ ongoing: boolean;
338
+ location: string;
339
+ targetAudience: string;
340
+ primarySubject: PrimarySubjectObject;
341
+ gradeLevels: GradeLevelsObject[];
342
+ time: EduResourcesTime;
343
+ url: string;
344
+ title: string;
345
+ image: Record<string, any>;
346
+ date: string;
347
+ summary: string;
348
+ type: string;
349
+ headingLevel: keyof {
350
+ h1: string;
351
+ h2: string;
352
+ h3: string;
353
+ h4: string;
354
+ h5: string;
355
+ h6: string;
356
+ };
357
+ media: string;
358
+ topic: string;
359
+ pageContentType: string;
360
+ locationIcon: string;
361
+ wait: string;
362
+ showMyList: boolean;
363
+ featured: boolean;
364
+ isEvents: boolean;
365
+ isPodcastSeason: boolean;
366
+ isProfiles: boolean;
367
+ isAttraction: boolean;
368
+ }, {}, {
369
+ BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
370
+ variant: {
371
+ type: PropType<"default" | "primary" | "secondary" | "none">;
372
+ required: false;
373
+ default: string;
374
+ validator: (prop: string) => boolean;
375
+ };
376
+ to: {
377
+ type: (ObjectConstructor | StringConstructor)[];
378
+ default: undefined;
379
+ };
380
+ exact: {
381
+ type: BooleanConstructor;
382
+ default: boolean;
383
+ };
384
+ href: {
385
+ type: StringConstructor;
386
+ default: undefined;
387
+ };
388
+ addSlash: {
389
+ type: BooleanConstructor;
390
+ default: boolean;
391
+ };
392
+ title: {
393
+ type: StringConstructor;
394
+ default: undefined;
395
+ };
396
+ ariaLabel: {
397
+ type: StringConstructor;
398
+ default: string;
399
+ };
400
+ linkClass: {
401
+ type: StringConstructor;
402
+ default: string;
403
+ };
404
+ target: {
405
+ type: StringConstructor;
406
+ required: false;
407
+ default: undefined;
408
+ };
409
+ externalTargetBlank: {
410
+ type: BooleanConstructor;
411
+ required: false;
412
+ default: boolean;
413
+ };
414
+ caret: {
415
+ type: BooleanConstructor;
416
+ required: false;
417
+ default: boolean;
418
+ };
419
+ caretWrapperClass: {
420
+ type: StringConstructor;
421
+ default: string;
422
+ };
423
+ caretClass: {
424
+ type: StringConstructor;
425
+ default: string;
426
+ };
427
+ caretInline: {
428
+ type: BooleanConstructor;
429
+ required: false;
430
+ default: boolean;
431
+ };
432
+ caretColor: {
433
+ type: StringConstructor;
434
+ required: false;
435
+ default: string;
436
+ };
437
+ caretMarginLeft: {
438
+ type: StringConstructor;
439
+ required: false;
440
+ default: string;
441
+ };
442
+ caretMarginRight: {
443
+ type: StringConstructor;
444
+ required: false;
445
+ default: string;
446
+ };
447
+ caretLeft: {
448
+ type: BooleanConstructor;
449
+ required: false;
450
+ default: boolean;
451
+ };
452
+ usePrimaryColor: {
453
+ type: BooleanConstructor;
454
+ required: false;
455
+ default: boolean;
456
+ };
457
+ }>, {}, {}, {
458
+ computedVariants(): {
459
+ readonly primary: "text-subtitle text-action can-hover:hover:text-action-dark";
460
+ readonly secondary: "text-subtitle text-action can-hover:hover:text-action-dark";
461
+ readonly default: "-default underline text-action can-hover:hover:text-action-dark";
462
+ readonly none: "";
463
+ } | {
464
+ readonly primary: "text-subtitle text-primary can-hover:hover:text-primary-dark";
465
+ readonly secondary: "text-subtitle text-primary can-hover:hover:text-primary-dark";
466
+ readonly default: "-default underline text-primary can-hover:hover:text-primary-dark";
467
+ readonly none: "";
468
+ };
469
+ computedClass(): string;
470
+ isEduExternal(): boolean | string;
471
+ isExternal(): boolean;
472
+ theTarget(): string | undefined;
473
+ theRel(): string | undefined;
474
+ computedTo(): string | undefined;
475
+ computedHref(): string | undefined;
476
+ themeStore: () => import('pinia').Store<"theme", import('../../store/theme').State, {
477
+ isEdu(state: {
478
+ theme: import('./../../interfaces').Explorer1Theme | null;
479
+ } & import('pinia').PiniaCustomStateProperties<import('../../store/theme').State>): boolean;
480
+ }, {
481
+ setTheme(value: import('./../../interfaces').Explorer1Theme): void;
482
+ }>;
483
+ }, {
484
+ clickEvent(): void;
485
+ addTrailingSlash(path: string): string;
486
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
487
+ variant: {
488
+ type: PropType<"default" | "primary" | "secondary" | "none">;
489
+ required: false;
490
+ default: string;
491
+ validator: (prop: string) => boolean;
492
+ };
493
+ to: {
494
+ type: (ObjectConstructor | StringConstructor)[];
495
+ default: undefined;
496
+ };
497
+ exact: {
498
+ type: BooleanConstructor;
499
+ default: boolean;
500
+ };
501
+ href: {
502
+ type: StringConstructor;
503
+ default: undefined;
504
+ };
505
+ addSlash: {
506
+ type: BooleanConstructor;
507
+ default: boolean;
508
+ };
509
+ title: {
510
+ type: StringConstructor;
511
+ default: undefined;
512
+ };
513
+ ariaLabel: {
514
+ type: StringConstructor;
515
+ default: string;
516
+ };
517
+ linkClass: {
518
+ type: StringConstructor;
519
+ default: string;
520
+ };
521
+ target: {
522
+ type: StringConstructor;
523
+ required: false;
524
+ default: undefined;
525
+ };
526
+ externalTargetBlank: {
527
+ type: BooleanConstructor;
528
+ required: false;
529
+ default: boolean;
530
+ };
531
+ caret: {
532
+ type: BooleanConstructor;
533
+ required: false;
534
+ default: boolean;
535
+ };
536
+ caretWrapperClass: {
537
+ type: StringConstructor;
538
+ default: string;
539
+ };
540
+ caretClass: {
541
+ type: StringConstructor;
542
+ default: string;
543
+ };
544
+ caretInline: {
545
+ type: BooleanConstructor;
546
+ required: false;
547
+ default: boolean;
548
+ };
549
+ caretColor: {
550
+ type: StringConstructor;
551
+ required: false;
552
+ default: string;
553
+ };
554
+ caretMarginLeft: {
555
+ type: StringConstructor;
556
+ required: false;
557
+ default: string;
558
+ };
559
+ caretMarginRight: {
560
+ type: StringConstructor;
561
+ required: false;
562
+ default: string;
563
+ };
564
+ caretLeft: {
565
+ type: BooleanConstructor;
566
+ required: false;
567
+ default: boolean;
568
+ };
569
+ usePrimaryColor: {
570
+ type: BooleanConstructor;
571
+ required: false;
572
+ default: boolean;
573
+ };
574
+ }>> & Readonly<{
575
+ onLinkClicked?: ((...args: any[]) => any) | undefined;
576
+ onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
577
+ }>, {
578
+ title: string;
579
+ caretLeft: boolean;
580
+ variant: "default" | "primary" | "secondary" | "none";
581
+ to: string | Record<string, any>;
582
+ exact: boolean;
583
+ href: string;
584
+ addSlash: boolean;
585
+ ariaLabel: string;
586
+ linkClass: string;
587
+ target: string;
588
+ externalTargetBlank: boolean;
589
+ caret: boolean;
590
+ caretWrapperClass: string;
591
+ caretClass: string;
592
+ caretInline: boolean;
593
+ caretColor: string;
594
+ caretMarginLeft: string;
595
+ caretMarginRight: string;
596
+ usePrimaryColor: boolean;
597
+ }, {}, {
598
+ MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
599
+ passedWrapperClass: {
600
+ type: StringConstructor;
601
+ required: false;
602
+ default: string;
603
+ };
604
+ arrowClass: {
605
+ type: StringConstructor;
606
+ required: false;
607
+ default: string;
608
+ };
609
+ color: {
610
+ type: StringConstructor;
611
+ required: false;
612
+ default: string;
613
+ };
614
+ marginLeft: {
615
+ type: StringConstructor;
616
+ default: string;
617
+ required: false;
618
+ };
619
+ marginRight: {
620
+ type: StringConstructor;
621
+ default: string;
622
+ required: false;
623
+ };
624
+ inline: {
625
+ type: BooleanConstructor;
626
+ default: boolean;
627
+ required: false;
628
+ };
629
+ caretLeft: {
630
+ type: BooleanConstructor;
631
+ default: boolean;
632
+ required: false;
633
+ };
634
+ }>, {}, {}, {
635
+ computedClass(): string;
636
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
637
+ passedWrapperClass: {
638
+ type: StringConstructor;
639
+ required: false;
640
+ default: string;
641
+ };
642
+ arrowClass: {
643
+ type: StringConstructor;
644
+ required: false;
645
+ default: string;
646
+ };
647
+ color: {
648
+ type: StringConstructor;
649
+ required: false;
650
+ default: string;
651
+ };
652
+ marginLeft: {
653
+ type: StringConstructor;
654
+ default: string;
655
+ required: false;
656
+ };
657
+ marginRight: {
658
+ type: StringConstructor;
659
+ default: string;
660
+ required: false;
661
+ };
662
+ inline: {
663
+ type: BooleanConstructor;
664
+ default: boolean;
665
+ required: false;
666
+ };
667
+ caretLeft: {
668
+ type: BooleanConstructor;
669
+ default: boolean;
670
+ required: false;
671
+ };
672
+ }>> & Readonly<{}>, {
673
+ inline: boolean;
674
+ passedWrapperClass: string;
675
+ arrowClass: string;
676
+ color: string;
677
+ marginLeft: string;
678
+ marginRight: string;
679
+ caretLeft: boolean;
680
+ }, {}, {
681
+ IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
682
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
683
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
684
+ BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
685
+ level: {
686
+ type: PropType<HeadingLevel>;
687
+ required: false;
688
+ default: string;
689
+ };
690
+ size: {
691
+ type: PropType<HeadingLevel>;
692
+ required: false;
693
+ default: string;
694
+ };
695
+ }>, {}, {}, {
696
+ computedTag(): string;
697
+ computedClass(): string;
698
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
699
+ level: {
700
+ type: PropType<HeadingLevel>;
701
+ required: false;
702
+ default: string;
703
+ };
704
+ size: {
705
+ type: PropType<HeadingLevel>;
706
+ required: false;
707
+ default: string;
708
+ };
709
+ }>> & Readonly<{}>, {
710
+ size: keyof {
711
+ h1: string;
712
+ h2: string;
713
+ h3: string;
714
+ h4: string;
715
+ h5: string;
716
+ h6: string;
717
+ };
718
+ level: keyof {
719
+ h1: string;
720
+ h2: string;
721
+ h3: string;
722
+ h4: string;
723
+ h5: string;
724
+ h6: string;
725
+ };
726
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
727
+ BaseImage: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
728
+ imageClass: {
729
+ type: StringConstructor;
730
+ required: false;
731
+ default: string;
732
+ };
733
+ objectFitClass: {
734
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
735
+ required: false;
736
+ default: string;
737
+ validator: (prop: string) => boolean;
738
+ };
739
+ src: {
740
+ type: StringConstructor;
741
+ required: true;
742
+ };
743
+ srcset: {
744
+ type: StringConstructor;
745
+ required: false;
746
+ default: string;
747
+ };
748
+ alt: {
749
+ type: StringConstructor;
750
+ default: string;
751
+ };
752
+ width: {
753
+ type: (StringConstructor | NumberConstructor)[];
754
+ default: string;
755
+ };
756
+ height: {
757
+ type: (StringConstructor | NumberConstructor)[];
758
+ default: string;
759
+ };
760
+ loading: {
761
+ type: PropType<"lazy" | "eager" | undefined>;
762
+ required: false;
763
+ default: string;
764
+ };
765
+ }>, {}, {}, {
766
+ computedClass(): string;
767
+ }, {
768
+ imageFailed(): void;
769
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
770
+ imageClass: {
771
+ type: StringConstructor;
772
+ required: false;
773
+ default: string;
774
+ };
775
+ objectFitClass: {
776
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
777
+ required: false;
778
+ default: string;
779
+ validator: (prop: string) => boolean;
780
+ };
781
+ src: {
782
+ type: StringConstructor;
783
+ required: true;
784
+ };
785
+ srcset: {
786
+ type: StringConstructor;
787
+ required: false;
788
+ default: string;
789
+ };
790
+ alt: {
791
+ type: StringConstructor;
792
+ default: string;
793
+ };
794
+ width: {
795
+ type: (StringConstructor | NumberConstructor)[];
796
+ default: string;
797
+ };
798
+ height: {
799
+ type: (StringConstructor | NumberConstructor)[];
800
+ default: string;
801
+ };
802
+ loading: {
803
+ type: PropType<"lazy" | "eager" | undefined>;
804
+ required: false;
805
+ default: string;
806
+ };
807
+ }>> & Readonly<{}>, {
808
+ alt: string;
809
+ width: string | number;
810
+ height: string | number;
811
+ srcset: string;
812
+ loading: "lazy" | "eager" | undefined;
813
+ imageClass: string;
814
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
815
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
816
+ BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
817
+ darkMode: {
818
+ type: BooleanConstructor;
819
+ required: false;
820
+ default: boolean;
821
+ };
822
+ transparentMode: {
823
+ type: BooleanConstructor;
824
+ required: false;
825
+ default: boolean;
826
+ };
827
+ noLogo: {
828
+ type: BooleanConstructor;
829
+ default: boolean;
830
+ };
831
+ aspectRatio: {
832
+ type: PropType<"none" | "portrait" | "square" | "1:1" | "2:1" | "2:3" | "3:2" | "4:3" | "4:5" | "7:8" | "8:7" | "9:16" | "12:9" | "16:7" | "16:9" | "21:9">;
833
+ default: string;
834
+ validator: (prop: string) => boolean;
835
+ };
836
+ responsiveAspectRatio: {
837
+ type: StringConstructor;
838
+ default: string;
839
+ };
840
+ }>, {}, {}, {
841
+ computedClass(): string;
842
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
843
+ darkMode: {
844
+ type: BooleanConstructor;
845
+ required: false;
846
+ default: boolean;
847
+ };
848
+ transparentMode: {
849
+ type: BooleanConstructor;
850
+ required: false;
851
+ default: boolean;
852
+ };
853
+ noLogo: {
854
+ type: BooleanConstructor;
855
+ default: boolean;
856
+ };
857
+ aspectRatio: {
858
+ type: PropType<"none" | "portrait" | "square" | "1:1" | "2:1" | "2:3" | "3:2" | "4:3" | "4:5" | "7:8" | "8:7" | "9:16" | "12:9" | "16:7" | "16:9" | "21:9">;
859
+ default: string;
860
+ validator: (prop: string) => boolean;
861
+ };
862
+ responsiveAspectRatio: {
863
+ type: StringConstructor;
864
+ default: string;
865
+ };
866
+ }>> & Readonly<{}>, {
867
+ darkMode: boolean;
868
+ transparentMode: boolean;
869
+ noLogo: boolean;
870
+ aspectRatio: "none" | "portrait" | "square" | "1:1" | "2:1" | "2:3" | "3:2" | "4:3" | "4:5" | "7:8" | "8:7" | "9:16" | "12:9" | "16:7" | "16:9" | "21:9";
871
+ responsiveAspectRatio: string;
872
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
873
+ EventCard: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
874
+ url: {
875
+ type: StringConstructor;
876
+ required: false;
877
+ default: string;
878
+ };
879
+ title: {
880
+ type: StringConstructor;
881
+ required: false;
882
+ };
883
+ summary: {
884
+ type: StringConstructor;
885
+ required: false;
886
+ };
887
+ startTime: {
888
+ type: StringConstructor;
889
+ required: false;
890
+ };
891
+ startDate: {
892
+ type: StringConstructor;
893
+ required: false;
894
+ };
895
+ ongoing: {
896
+ type: BooleanConstructor;
897
+ default: boolean;
898
+ };
899
+ endTime: {
900
+ type: StringConstructor;
901
+ required: false;
902
+ };
903
+ endDate: {
904
+ type: StringConstructor;
905
+ required: false;
906
+ };
907
+ startDatetime: {
908
+ type: StringConstructor;
909
+ required: false;
910
+ default: undefined;
911
+ };
912
+ endDatetime: {
913
+ type: StringConstructor;
914
+ required: false;
915
+ default: undefined;
916
+ };
917
+ location: {
918
+ type: StringConstructor;
919
+ required: false;
920
+ };
921
+ image: {
922
+ type: ObjectConstructor;
923
+ required: false;
924
+ };
925
+ headingLevel: {
926
+ type: PropType<keyof {
927
+ h1: string;
928
+ h2: string;
929
+ h3: string;
930
+ h4: string;
931
+ h5: string;
932
+ h6: string;
933
+ }>;
934
+ required: false;
935
+ default: string;
936
+ };
937
+ }>, {}, {}, {
938
+ themeStore: () => import('pinia').Store<"theme", import('../../store/theme').State, {
939
+ isEdu(state: {
940
+ theme: import('./../../interfaces').Explorer1Theme | null;
941
+ } & import('pinia').PiniaCustomStateProperties<import('../../store/theme').State>): boolean;
942
+ }, {
943
+ setTheme(value: import('./../../interfaces').Explorer1Theme): void;
944
+ }>;
945
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
946
+ url: {
947
+ type: StringConstructor;
948
+ required: false;
949
+ default: string;
950
+ };
951
+ title: {
952
+ type: StringConstructor;
953
+ required: false;
954
+ };
955
+ summary: {
956
+ type: StringConstructor;
957
+ required: false;
958
+ };
959
+ startTime: {
960
+ type: StringConstructor;
961
+ required: false;
962
+ };
963
+ startDate: {
964
+ type: StringConstructor;
965
+ required: false;
966
+ };
967
+ ongoing: {
968
+ type: BooleanConstructor;
969
+ default: boolean;
970
+ };
971
+ endTime: {
972
+ type: StringConstructor;
973
+ required: false;
974
+ };
975
+ endDate: {
976
+ type: StringConstructor;
977
+ required: false;
978
+ };
979
+ startDatetime: {
980
+ type: StringConstructor;
981
+ required: false;
982
+ default: undefined;
983
+ };
984
+ endDatetime: {
985
+ type: StringConstructor;
986
+ required: false;
987
+ default: undefined;
988
+ };
989
+ location: {
990
+ type: StringConstructor;
991
+ required: false;
992
+ };
993
+ image: {
994
+ type: ObjectConstructor;
995
+ required: false;
996
+ };
997
+ headingLevel: {
998
+ type: PropType<keyof {
999
+ h1: string;
1000
+ h2: string;
1001
+ h3: string;
1002
+ h4: string;
1003
+ h5: string;
1004
+ h6: string;
1005
+ }>;
1006
+ required: false;
1007
+ default: string;
1008
+ };
1009
+ }>> & Readonly<{}>, {
1010
+ startDatetime: string;
1011
+ endDatetime: string;
1012
+ ongoing: boolean;
1013
+ url: string;
1014
+ headingLevel: keyof {
1015
+ h1: string;
1016
+ h2: string;
1017
+ h3: string;
1018
+ h4: string;
1019
+ h5: string;
1020
+ h6: string;
1021
+ };
1022
+ }, {}, {
1023
+ BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1024
+ variant: {
1025
+ type: PropType<"default" | "primary" | "secondary" | "none">;
1026
+ required: false;
1027
+ default: string;
1028
+ validator: (prop: string) => boolean;
1029
+ };
1030
+ to: {
1031
+ type: (ObjectConstructor | StringConstructor)[];
1032
+ default: undefined;
1033
+ };
1034
+ exact: {
1035
+ type: BooleanConstructor;
1036
+ default: boolean;
1037
+ };
1038
+ href: {
1039
+ type: StringConstructor;
1040
+ default: undefined;
1041
+ };
1042
+ addSlash: {
1043
+ type: BooleanConstructor;
1044
+ default: boolean;
1045
+ };
1046
+ title: {
1047
+ type: StringConstructor;
1048
+ default: undefined;
1049
+ };
1050
+ ariaLabel: {
1051
+ type: StringConstructor;
1052
+ default: string;
1053
+ };
1054
+ linkClass: {
1055
+ type: StringConstructor;
1056
+ default: string;
1057
+ };
1058
+ target: {
1059
+ type: StringConstructor;
1060
+ required: false;
1061
+ default: undefined;
1062
+ };
1063
+ externalTargetBlank: {
1064
+ type: BooleanConstructor;
1065
+ required: false;
1066
+ default: boolean;
1067
+ };
1068
+ caret: {
1069
+ type: BooleanConstructor;
1070
+ required: false;
1071
+ default: boolean;
1072
+ };
1073
+ caretWrapperClass: {
1074
+ type: StringConstructor;
1075
+ default: string;
1076
+ };
1077
+ caretClass: {
1078
+ type: StringConstructor;
1079
+ default: string;
1080
+ };
1081
+ caretInline: {
1082
+ type: BooleanConstructor;
1083
+ required: false;
1084
+ default: boolean;
1085
+ };
1086
+ caretColor: {
1087
+ type: StringConstructor;
1088
+ required: false;
1089
+ default: string;
1090
+ };
1091
+ caretMarginLeft: {
1092
+ type: StringConstructor;
1093
+ required: false;
1094
+ default: string;
1095
+ };
1096
+ caretMarginRight: {
1097
+ type: StringConstructor;
1098
+ required: false;
1099
+ default: string;
1100
+ };
1101
+ caretLeft: {
1102
+ type: BooleanConstructor;
1103
+ required: false;
1104
+ default: boolean;
1105
+ };
1106
+ usePrimaryColor: {
1107
+ type: BooleanConstructor;
1108
+ required: false;
1109
+ default: boolean;
1110
+ };
1111
+ }>, {}, {}, {
1112
+ computedVariants(): {
1113
+ readonly primary: "text-subtitle text-action can-hover:hover:text-action-dark";
1114
+ readonly secondary: "text-subtitle text-action can-hover:hover:text-action-dark";
1115
+ readonly default: "-default underline text-action can-hover:hover:text-action-dark";
1116
+ readonly none: "";
1117
+ } | {
1118
+ readonly primary: "text-subtitle text-primary can-hover:hover:text-primary-dark";
1119
+ readonly secondary: "text-subtitle text-primary can-hover:hover:text-primary-dark";
1120
+ readonly default: "-default underline text-primary can-hover:hover:text-primary-dark";
1121
+ readonly none: "";
1122
+ };
1123
+ computedClass(): string;
1124
+ isEduExternal(): boolean | string;
1125
+ isExternal(): boolean;
1126
+ theTarget(): string | undefined;
1127
+ theRel(): string | undefined;
1128
+ computedTo(): string | undefined;
1129
+ computedHref(): string | undefined;
1130
+ themeStore: () => import('pinia').Store<"theme", import('../../store/theme').State, {
1131
+ isEdu(state: {
1132
+ theme: import('./../../interfaces').Explorer1Theme | null;
1133
+ } & import('pinia').PiniaCustomStateProperties<import('../../store/theme').State>): boolean;
1134
+ }, {
1135
+ setTheme(value: import('./../../interfaces').Explorer1Theme): void;
1136
+ }>;
1137
+ }, {
1138
+ clickEvent(): void;
1139
+ addTrailingSlash(path: string): string;
1140
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1141
+ variant: {
1142
+ type: PropType<"default" | "primary" | "secondary" | "none">;
1143
+ required: false;
1144
+ default: string;
1145
+ validator: (prop: string) => boolean;
1146
+ };
1147
+ to: {
1148
+ type: (ObjectConstructor | StringConstructor)[];
1149
+ default: undefined;
1150
+ };
1151
+ exact: {
1152
+ type: BooleanConstructor;
1153
+ default: boolean;
1154
+ };
1155
+ href: {
1156
+ type: StringConstructor;
1157
+ default: undefined;
1158
+ };
1159
+ addSlash: {
1160
+ type: BooleanConstructor;
1161
+ default: boolean;
1162
+ };
1163
+ title: {
1164
+ type: StringConstructor;
1165
+ default: undefined;
1166
+ };
1167
+ ariaLabel: {
1168
+ type: StringConstructor;
1169
+ default: string;
1170
+ };
1171
+ linkClass: {
1172
+ type: StringConstructor;
1173
+ default: string;
1174
+ };
1175
+ target: {
1176
+ type: StringConstructor;
1177
+ required: false;
1178
+ default: undefined;
1179
+ };
1180
+ externalTargetBlank: {
1181
+ type: BooleanConstructor;
1182
+ required: false;
1183
+ default: boolean;
1184
+ };
1185
+ caret: {
1186
+ type: BooleanConstructor;
1187
+ required: false;
1188
+ default: boolean;
1189
+ };
1190
+ caretWrapperClass: {
1191
+ type: StringConstructor;
1192
+ default: string;
1193
+ };
1194
+ caretClass: {
1195
+ type: StringConstructor;
1196
+ default: string;
1197
+ };
1198
+ caretInline: {
1199
+ type: BooleanConstructor;
1200
+ required: false;
1201
+ default: boolean;
1202
+ };
1203
+ caretColor: {
1204
+ type: StringConstructor;
1205
+ required: false;
1206
+ default: string;
1207
+ };
1208
+ caretMarginLeft: {
1209
+ type: StringConstructor;
1210
+ required: false;
1211
+ default: string;
1212
+ };
1213
+ caretMarginRight: {
1214
+ type: StringConstructor;
1215
+ required: false;
1216
+ default: string;
1217
+ };
1218
+ caretLeft: {
1219
+ type: BooleanConstructor;
1220
+ required: false;
1221
+ default: boolean;
1222
+ };
1223
+ usePrimaryColor: {
1224
+ type: BooleanConstructor;
1225
+ required: false;
1226
+ default: boolean;
1227
+ };
1228
+ }>> & Readonly<{
1229
+ onLinkClicked?: ((...args: any[]) => any) | undefined;
1230
+ onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
1231
+ }>, {
1232
+ title: string;
1233
+ caretLeft: boolean;
1234
+ variant: "default" | "primary" | "secondary" | "none";
1235
+ to: string | Record<string, any>;
1236
+ exact: boolean;
1237
+ href: string;
1238
+ addSlash: boolean;
1239
+ ariaLabel: string;
1240
+ linkClass: string;
1241
+ target: string;
1242
+ externalTargetBlank: boolean;
1243
+ caret: boolean;
1244
+ caretWrapperClass: string;
1245
+ caretClass: string;
1246
+ caretInline: boolean;
1247
+ caretColor: string;
1248
+ caretMarginLeft: string;
1249
+ caretMarginRight: string;
1250
+ usePrimaryColor: boolean;
1251
+ }, {}, {
1252
+ MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1253
+ passedWrapperClass: {
1254
+ type: StringConstructor;
1255
+ required: false;
1256
+ default: string;
1257
+ };
1258
+ arrowClass: {
1259
+ type: StringConstructor;
1260
+ required: false;
1261
+ default: string;
1262
+ };
1263
+ color: {
1264
+ type: StringConstructor;
1265
+ required: false;
1266
+ default: string;
1267
+ };
1268
+ marginLeft: {
1269
+ type: StringConstructor;
1270
+ default: string;
1271
+ required: false;
1272
+ };
1273
+ marginRight: {
1274
+ type: StringConstructor;
1275
+ default: string;
1276
+ required: false;
1277
+ };
1278
+ inline: {
1279
+ type: BooleanConstructor;
1280
+ default: boolean;
1281
+ required: false;
1282
+ };
1283
+ caretLeft: {
1284
+ type: BooleanConstructor;
1285
+ default: boolean;
1286
+ required: false;
1287
+ };
1288
+ }>, {}, {}, {
1289
+ computedClass(): string;
1290
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1291
+ passedWrapperClass: {
1292
+ type: StringConstructor;
1293
+ required: false;
1294
+ default: string;
1295
+ };
1296
+ arrowClass: {
1297
+ type: StringConstructor;
1298
+ required: false;
1299
+ default: string;
1300
+ };
1301
+ color: {
1302
+ type: StringConstructor;
1303
+ required: false;
1304
+ default: string;
1305
+ };
1306
+ marginLeft: {
1307
+ type: StringConstructor;
1308
+ default: string;
1309
+ required: false;
1310
+ };
1311
+ marginRight: {
1312
+ type: StringConstructor;
1313
+ default: string;
1314
+ required: false;
1315
+ };
1316
+ inline: {
1317
+ type: BooleanConstructor;
1318
+ default: boolean;
1319
+ required: false;
1320
+ };
1321
+ caretLeft: {
1322
+ type: BooleanConstructor;
1323
+ default: boolean;
1324
+ required: false;
1325
+ };
1326
+ }>> & Readonly<{}>, {
1327
+ inline: boolean;
1328
+ passedWrapperClass: string;
1329
+ arrowClass: string;
1330
+ color: string;
1331
+ marginLeft: string;
1332
+ marginRight: string;
1333
+ caretLeft: boolean;
1334
+ }, {}, {
1335
+ IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1336
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1337
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1338
+ BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1339
+ level: {
1340
+ type: PropType<HeadingLevel>;
1341
+ required: false;
1342
+ default: string;
1343
+ };
1344
+ size: {
1345
+ type: PropType<HeadingLevel>;
1346
+ required: false;
1347
+ default: string;
1348
+ };
1349
+ }>, {}, {}, {
1350
+ computedTag(): string;
1351
+ computedClass(): string;
1352
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1353
+ level: {
1354
+ type: PropType<HeadingLevel>;
1355
+ required: false;
1356
+ default: string;
1357
+ };
1358
+ size: {
1359
+ type: PropType<HeadingLevel>;
1360
+ required: false;
1361
+ default: string;
1362
+ };
1363
+ }>> & Readonly<{}>, {
1364
+ size: keyof {
1365
+ h1: string;
1366
+ h2: string;
1367
+ h3: string;
1368
+ h4: string;
1369
+ h5: string;
1370
+ h6: string;
1371
+ };
1372
+ level: keyof {
1373
+ h1: string;
1374
+ h2: string;
1375
+ h3: string;
1376
+ h4: string;
1377
+ h5: string;
1378
+ h6: string;
1379
+ };
1380
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1381
+ BaseImage: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1382
+ imageClass: {
1383
+ type: StringConstructor;
1384
+ required: false;
1385
+ default: string;
1386
+ };
1387
+ objectFitClass: {
1388
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
1389
+ required: false;
1390
+ default: string;
1391
+ validator: (prop: string) => boolean;
1392
+ };
1393
+ src: {
1394
+ type: StringConstructor;
1395
+ required: true;
1396
+ };
1397
+ srcset: {
1398
+ type: StringConstructor;
1399
+ required: false;
1400
+ default: string;
1401
+ };
1402
+ alt: {
1403
+ type: StringConstructor;
1404
+ default: string;
1405
+ };
1406
+ width: {
1407
+ type: (StringConstructor | NumberConstructor)[];
1408
+ default: string;
1409
+ };
1410
+ height: {
1411
+ type: (StringConstructor | NumberConstructor)[];
1412
+ default: string;
1413
+ };
1414
+ loading: {
1415
+ type: PropType<"lazy" | "eager" | undefined>;
1416
+ required: false;
1417
+ default: string;
1418
+ };
1419
+ }>, {}, {}, {
1420
+ computedClass(): string;
1421
+ }, {
1422
+ imageFailed(): void;
1423
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1424
+ imageClass: {
1425
+ type: StringConstructor;
1426
+ required: false;
1427
+ default: string;
1428
+ };
1429
+ objectFitClass: {
1430
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
1431
+ required: false;
1432
+ default: string;
1433
+ validator: (prop: string) => boolean;
1434
+ };
1435
+ src: {
1436
+ type: StringConstructor;
1437
+ required: true;
1438
+ };
1439
+ srcset: {
1440
+ type: StringConstructor;
1441
+ required: false;
1442
+ default: string;
1443
+ };
1444
+ alt: {
1445
+ type: StringConstructor;
1446
+ default: string;
1447
+ };
1448
+ width: {
1449
+ type: (StringConstructor | NumberConstructor)[];
1450
+ default: string;
1451
+ };
1452
+ height: {
1453
+ type: (StringConstructor | NumberConstructor)[];
1454
+ default: string;
1455
+ };
1456
+ loading: {
1457
+ type: PropType<"lazy" | "eager" | undefined>;
1458
+ required: false;
1459
+ default: string;
1460
+ };
1461
+ }>> & Readonly<{}>, {
1462
+ alt: string;
1463
+ width: string | number;
1464
+ height: string | number;
1465
+ srcset: string;
1466
+ loading: "lazy" | "eager" | undefined;
1467
+ imageClass: string;
1468
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
1469
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1470
+ BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1471
+ darkMode: {
1472
+ type: BooleanConstructor;
1473
+ required: false;
1474
+ default: boolean;
1475
+ };
1476
+ transparentMode: {
1477
+ type: BooleanConstructor;
1478
+ required: false;
1479
+ default: boolean;
1480
+ };
1481
+ noLogo: {
1482
+ type: BooleanConstructor;
1483
+ default: boolean;
1484
+ };
1485
+ aspectRatio: {
1486
+ type: PropType<"none" | "portrait" | "square" | "1:1" | "2:1" | "2:3" | "3:2" | "4:3" | "4:5" | "7:8" | "8:7" | "9:16" | "12:9" | "16:7" | "16:9" | "21:9">;
1487
+ default: string;
1488
+ validator: (prop: string) => boolean;
1489
+ };
1490
+ responsiveAspectRatio: {
1491
+ type: StringConstructor;
1492
+ default: string;
1493
+ };
1494
+ }>, {}, {}, {
1495
+ computedClass(): string;
1496
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1497
+ darkMode: {
1498
+ type: BooleanConstructor;
1499
+ required: false;
1500
+ default: boolean;
1501
+ };
1502
+ transparentMode: {
1503
+ type: BooleanConstructor;
1504
+ required: false;
1505
+ default: boolean;
1506
+ };
1507
+ noLogo: {
1508
+ type: BooleanConstructor;
1509
+ default: boolean;
1510
+ };
1511
+ aspectRatio: {
1512
+ type: PropType<"none" | "portrait" | "square" | "1:1" | "2:1" | "2:3" | "3:2" | "4:3" | "4:5" | "7:8" | "8:7" | "9:16" | "12:9" | "16:7" | "16:9" | "21:9">;
1513
+ default: string;
1514
+ validator: (prop: string) => boolean;
1515
+ };
1516
+ responsiveAspectRatio: {
1517
+ type: StringConstructor;
1518
+ default: string;
1519
+ };
1520
+ }>> & Readonly<{}>, {
1521
+ darkMode: boolean;
1522
+ transparentMode: boolean;
1523
+ noLogo: boolean;
1524
+ aspectRatio: "none" | "portrait" | "square" | "1:1" | "2:1" | "2:3" | "3:2" | "4:3" | "4:5" | "7:8" | "8:7" | "9:16" | "12:9" | "16:7" | "16:9" | "21:9";
1525
+ responsiveAspectRatio: string;
1526
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1527
+ CalendarChip: import('vue').DefineComponent<import('../CalendarChip/CalendarChip.vue').CalendarChipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../CalendarChip/CalendarChip.vue').CalendarChipProps> & Readonly<{}>, {
1528
+ startDate: string;
1529
+ endDate: string;
1530
+ ongoing: boolean;
1531
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
1532
+ MetadataEvent: import('vue').DefineComponent<import('../MetadataEvent/MetadataEvent.vue').MetadataEventProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../MetadataEvent/MetadataEvent.vue').MetadataEventProps> & Readonly<{}>, {
1533
+ event: import('./../../interfaces').EventCardObject;
1534
+ compact: boolean;
1535
+ showTime: boolean;
1536
+ allowBreak: boolean;
1537
+ showLocation: boolean;
1538
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
1539
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1540
+ BlockLinkCard: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1541
+ data: {
1542
+ type: PropType<import('./../../interfaces').Card>;
1543
+ required: false;
1544
+ default: undefined;
1545
+ };
1546
+ url: {
1547
+ type: StringConstructor;
1548
+ required: false;
1549
+ default: undefined;
1550
+ };
1551
+ externalLink: {
1552
+ type: StringConstructor;
1553
+ required: false;
1554
+ default: undefined;
1555
+ };
1556
+ thumbnailImage: {
1557
+ type: ObjectConstructor;
1558
+ required: false;
1559
+ default: undefined;
1560
+ };
1561
+ label: {
1562
+ type: StringConstructor;
1563
+ required: false;
1564
+ default: undefined;
1565
+ };
1566
+ title: {
1567
+ type: StringConstructor;
1568
+ required: false;
1569
+ default: undefined;
1570
+ };
1571
+ date: {
1572
+ type: StringConstructor;
1573
+ required: false;
1574
+ default: undefined;
1575
+ };
1576
+ eventType: {
1577
+ type: StringConstructor;
1578
+ default: undefined;
1579
+ };
1580
+ startDate: {
1581
+ type: StringConstructor;
1582
+ required: false;
1583
+ default: undefined;
1584
+ };
1585
+ endDate: {
1586
+ type: StringConstructor;
1587
+ required: false;
1588
+ default: undefined;
1589
+ };
1590
+ ongoing: {
1591
+ type: BooleanConstructor;
1592
+ default: boolean;
1593
+ };
1594
+ startDatetime: {
1595
+ type: StringConstructor;
1596
+ default: undefined;
1597
+ };
1598
+ endDatetime: {
1599
+ type: StringConstructor;
1600
+ default: undefined;
1601
+ };
1602
+ location: {
1603
+ type: StringConstructor;
1604
+ default: undefined;
1605
+ };
1606
+ size: {
1607
+ type: PropType<"sm" | "md" | "lg">;
1608
+ default: string;
1609
+ };
1610
+ headingLevel: {
1611
+ type: PropType<keyof {
1612
+ h1: string;
1613
+ h2: string;
1614
+ h3: string;
1615
+ h4: string;
1616
+ h5: string;
1617
+ h6: string;
1618
+ }>;
1619
+ required: false;
1620
+ default: undefined;
1621
+ };
1622
+ showCalendarChip: {
1623
+ type: BooleanConstructor;
1624
+ default: boolean;
1625
+ };
1626
+ useFeaturedStyles: {
1627
+ type: BooleanConstructor;
1628
+ default: boolean;
1629
+ };
1630
+ }>, {}, {}, {
1631
+ small(): boolean;
1632
+ medium(): boolean;
1633
+ large(): boolean;
1634
+ contentClasses(): string;
1635
+ theItem(): import('./../../interfaces').Card | import('./../../interfaces').EventCardObject | import('./../../interfaces').EduResourceCardObject | undefined;
1636
+ metadataType(): import('./../../interfaces').ContentTypeKey | undefined;
1637
+ metadataAttrs(): {
1638
+ readonly label: "News";
1639
+ readonly variant: "primary";
1640
+ readonly icons: "primary";
1641
+ readonly type: undefined;
1642
+ } | {
1643
+ readonly label: "Event";
1644
+ readonly variant: "primary";
1645
+ readonly icons: "primary";
1646
+ readonly type: "event";
1647
+ } | {
1648
+ readonly label: "Collection";
1649
+ readonly variant: "primary-inverted";
1650
+ readonly icons: "primary";
1651
+ readonly type: "resource";
1652
+ } | {
1653
+ readonly label: "Explainer Article";
1654
+ readonly variant: "secondary";
1655
+ readonly icons: "secondary";
1656
+ readonly type: "resource";
1657
+ } | {
1658
+ readonly label: "Lesson";
1659
+ readonly variant: "primary";
1660
+ readonly icons: "primary";
1661
+ readonly type: "resource";
1662
+ } | {
1663
+ readonly label: "Teachable Moment";
1664
+ readonly variant: "primary";
1665
+ readonly icons: "primary";
1666
+ readonly type: "resource";
1667
+ } | {
1668
+ readonly label: "Student Project";
1669
+ readonly variant: "secondary";
1670
+ readonly icons: "secondary";
1671
+ readonly type: "resource";
1672
+ } | {
1673
+ readonly label: "Image";
1674
+ readonly variant: "primary";
1675
+ readonly icons: "primary";
1676
+ readonly type: "resource";
1677
+ } | {
1678
+ readonly label: "Infographic";
1679
+ readonly variant: "primary";
1680
+ readonly icons: "primary";
1681
+ readonly type: "resource";
1682
+ } | {
1683
+ readonly label: "Document";
1684
+ readonly variant: "primary";
1685
+ readonly icons: "primary";
1686
+ readonly type: "resource";
1687
+ } | {
1688
+ readonly label: "Video";
1689
+ readonly variant: "primary";
1690
+ readonly icons: "primary";
1691
+ readonly type: "resource";
1692
+ } | {
1693
+ readonly label: "Gallery";
1694
+ readonly variant: "secondary";
1695
+ readonly icons: "secondary";
1696
+ readonly type: "resource";
1697
+ } | undefined;
1698
+ formattedEventDates(): string | undefined;
1699
+ themeStore: () => import('pinia').Store<"theme", import('../../store/theme').State, {
1700
+ isEdu(state: {
1701
+ theme: import('./../../interfaces').Explorer1Theme | null;
1702
+ } & import('pinia').PiniaCustomStateProperties<import('../../store/theme').State>): boolean;
1703
+ }, {
1704
+ setTheme(value: import('./../../interfaces').Explorer1Theme): void;
1705
+ }>;
1706
+ }, {
1707
+ isEduExternalLink(url: string): boolean;
1708
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1709
+ data: {
1710
+ type: PropType<import('./../../interfaces').Card>;
1711
+ required: false;
1712
+ default: undefined;
1713
+ };
1714
+ url: {
1715
+ type: StringConstructor;
1716
+ required: false;
1717
+ default: undefined;
1718
+ };
1719
+ externalLink: {
1720
+ type: StringConstructor;
1721
+ required: false;
1722
+ default: undefined;
1723
+ };
1724
+ thumbnailImage: {
1725
+ type: ObjectConstructor;
1726
+ required: false;
1727
+ default: undefined;
1728
+ };
1729
+ label: {
1730
+ type: StringConstructor;
1731
+ required: false;
1732
+ default: undefined;
1733
+ };
1734
+ title: {
1735
+ type: StringConstructor;
1736
+ required: false;
1737
+ default: undefined;
1738
+ };
1739
+ date: {
1740
+ type: StringConstructor;
1741
+ required: false;
1742
+ default: undefined;
1743
+ };
1744
+ eventType: {
1745
+ type: StringConstructor;
1746
+ default: undefined;
1747
+ };
1748
+ startDate: {
1749
+ type: StringConstructor;
1750
+ required: false;
1751
+ default: undefined;
1752
+ };
1753
+ endDate: {
1754
+ type: StringConstructor;
1755
+ required: false;
1756
+ default: undefined;
1757
+ };
1758
+ ongoing: {
1759
+ type: BooleanConstructor;
1760
+ default: boolean;
1761
+ };
1762
+ startDatetime: {
1763
+ type: StringConstructor;
1764
+ default: undefined;
1765
+ };
1766
+ endDatetime: {
1767
+ type: StringConstructor;
1768
+ default: undefined;
1769
+ };
1770
+ location: {
1771
+ type: StringConstructor;
1772
+ default: undefined;
1773
+ };
1774
+ size: {
1775
+ type: PropType<"sm" | "md" | "lg">;
1776
+ default: string;
1777
+ };
1778
+ headingLevel: {
1779
+ type: PropType<keyof {
1780
+ h1: string;
1781
+ h2: string;
1782
+ h3: string;
1783
+ h4: string;
1784
+ h5: string;
1785
+ h6: string;
1786
+ }>;
1787
+ required: false;
1788
+ default: undefined;
1789
+ };
1790
+ showCalendarChip: {
1791
+ type: BooleanConstructor;
1792
+ default: boolean;
1793
+ };
1794
+ useFeaturedStyles: {
1795
+ type: BooleanConstructor;
1796
+ default: boolean;
1797
+ };
1798
+ }>> & Readonly<{}>, {
1799
+ startDate: string;
1800
+ endDate: string;
1801
+ startDatetime: string;
1802
+ endDatetime: string;
1803
+ eventType: string;
1804
+ ongoing: boolean;
1805
+ location: string;
1806
+ size: "sm" | "md" | "lg";
1807
+ url: string;
1808
+ title: string;
1809
+ date: string;
1810
+ data: import('./../../interfaces').Card;
1811
+ label: string;
1812
+ headingLevel: keyof {
1813
+ h1: string;
1814
+ h2: string;
1815
+ h3: string;
1816
+ h4: string;
1817
+ h5: string;
1818
+ h6: string;
1819
+ };
1820
+ externalLink: string;
1821
+ thumbnailImage: Record<string, any>;
1822
+ showCalendarChip: boolean;
1823
+ useFeaturedStyles: boolean;
1824
+ }, {}, {
1825
+ IconArrow: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1826
+ IconExternal: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1827
+ BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1828
+ variant: {
1829
+ type: PropType<"default" | "primary" | "secondary" | "none">;
1830
+ required: false;
1831
+ default: string;
1832
+ validator: (prop: string) => boolean;
1833
+ };
1834
+ to: {
1835
+ type: (ObjectConstructor | StringConstructor)[];
1836
+ default: undefined;
1837
+ };
1838
+ exact: {
1839
+ type: BooleanConstructor;
1840
+ default: boolean;
1841
+ };
1842
+ href: {
1843
+ type: StringConstructor;
1844
+ default: undefined;
1845
+ };
1846
+ addSlash: {
1847
+ type: BooleanConstructor;
1848
+ default: boolean;
1849
+ };
1850
+ title: {
1851
+ type: StringConstructor;
1852
+ default: undefined;
1853
+ };
1854
+ ariaLabel: {
1855
+ type: StringConstructor;
1856
+ default: string;
1857
+ };
1858
+ linkClass: {
1859
+ type: StringConstructor;
1860
+ default: string;
1861
+ };
1862
+ target: {
1863
+ type: StringConstructor;
1864
+ required: false;
1865
+ default: undefined;
1866
+ };
1867
+ externalTargetBlank: {
1868
+ type: BooleanConstructor;
1869
+ required: false;
1870
+ default: boolean;
1871
+ };
1872
+ caret: {
1873
+ type: BooleanConstructor;
1874
+ required: false;
1875
+ default: boolean;
1876
+ };
1877
+ caretWrapperClass: {
1878
+ type: StringConstructor;
1879
+ default: string;
1880
+ };
1881
+ caretClass: {
1882
+ type: StringConstructor;
1883
+ default: string;
1884
+ };
1885
+ caretInline: {
1886
+ type: BooleanConstructor;
1887
+ required: false;
1888
+ default: boolean;
1889
+ };
1890
+ caretColor: {
1891
+ type: StringConstructor;
1892
+ required: false;
1893
+ default: string;
1894
+ };
1895
+ caretMarginLeft: {
1896
+ type: StringConstructor;
1897
+ required: false;
1898
+ default: string;
1899
+ };
1900
+ caretMarginRight: {
1901
+ type: StringConstructor;
1902
+ required: false;
1903
+ default: string;
1904
+ };
1905
+ caretLeft: {
1906
+ type: BooleanConstructor;
1907
+ required: false;
1908
+ default: boolean;
1909
+ };
1910
+ usePrimaryColor: {
1911
+ type: BooleanConstructor;
1912
+ required: false;
1913
+ default: boolean;
1914
+ };
1915
+ }>, {}, {}, {
1916
+ computedVariants(): {
1917
+ readonly primary: "text-subtitle text-action can-hover:hover:text-action-dark";
1918
+ readonly secondary: "text-subtitle text-action can-hover:hover:text-action-dark";
1919
+ readonly default: "-default underline text-action can-hover:hover:text-action-dark";
1920
+ readonly none: "";
1921
+ } | {
1922
+ readonly primary: "text-subtitle text-primary can-hover:hover:text-primary-dark";
1923
+ readonly secondary: "text-subtitle text-primary can-hover:hover:text-primary-dark";
1924
+ readonly default: "-default underline text-primary can-hover:hover:text-primary-dark";
1925
+ readonly none: "";
1926
+ };
1927
+ computedClass(): string;
1928
+ isEduExternal(): boolean | string;
1929
+ isExternal(): boolean;
1930
+ theTarget(): string | undefined;
1931
+ theRel(): string | undefined;
1932
+ computedTo(): string | undefined;
1933
+ computedHref(): string | undefined;
1934
+ themeStore: () => import('pinia').Store<"theme", import('../../store/theme').State, {
1935
+ isEdu(state: {
1936
+ theme: import('./../../interfaces').Explorer1Theme | null;
1937
+ } & import('pinia').PiniaCustomStateProperties<import('../../store/theme').State>): boolean;
1938
+ }, {
1939
+ setTheme(value: import('./../../interfaces').Explorer1Theme): void;
1940
+ }>;
1941
+ }, {
1942
+ clickEvent(): void;
1943
+ addTrailingSlash(path: string): string;
1944
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1945
+ variant: {
1946
+ type: PropType<"default" | "primary" | "secondary" | "none">;
1947
+ required: false;
1948
+ default: string;
1949
+ validator: (prop: string) => boolean;
1950
+ };
1951
+ to: {
1952
+ type: (ObjectConstructor | StringConstructor)[];
1953
+ default: undefined;
1954
+ };
1955
+ exact: {
1956
+ type: BooleanConstructor;
1957
+ default: boolean;
1958
+ };
1959
+ href: {
1960
+ type: StringConstructor;
1961
+ default: undefined;
1962
+ };
1963
+ addSlash: {
1964
+ type: BooleanConstructor;
1965
+ default: boolean;
1966
+ };
1967
+ title: {
1968
+ type: StringConstructor;
1969
+ default: undefined;
1970
+ };
1971
+ ariaLabel: {
1972
+ type: StringConstructor;
1973
+ default: string;
1974
+ };
1975
+ linkClass: {
1976
+ type: StringConstructor;
1977
+ default: string;
1978
+ };
1979
+ target: {
1980
+ type: StringConstructor;
1981
+ required: false;
1982
+ default: undefined;
1983
+ };
1984
+ externalTargetBlank: {
1985
+ type: BooleanConstructor;
1986
+ required: false;
1987
+ default: boolean;
1988
+ };
1989
+ caret: {
1990
+ type: BooleanConstructor;
1991
+ required: false;
1992
+ default: boolean;
1993
+ };
1994
+ caretWrapperClass: {
1995
+ type: StringConstructor;
1996
+ default: string;
1997
+ };
1998
+ caretClass: {
1999
+ type: StringConstructor;
2000
+ default: string;
2001
+ };
2002
+ caretInline: {
2003
+ type: BooleanConstructor;
2004
+ required: false;
2005
+ default: boolean;
2006
+ };
2007
+ caretColor: {
2008
+ type: StringConstructor;
2009
+ required: false;
2010
+ default: string;
2011
+ };
2012
+ caretMarginLeft: {
2013
+ type: StringConstructor;
2014
+ required: false;
2015
+ default: string;
2016
+ };
2017
+ caretMarginRight: {
2018
+ type: StringConstructor;
2019
+ required: false;
2020
+ default: string;
2021
+ };
2022
+ caretLeft: {
2023
+ type: BooleanConstructor;
2024
+ required: false;
2025
+ default: boolean;
2026
+ };
2027
+ usePrimaryColor: {
2028
+ type: BooleanConstructor;
2029
+ required: false;
2030
+ default: boolean;
2031
+ };
2032
+ }>> & Readonly<{
2033
+ onLinkClicked?: ((...args: any[]) => any) | undefined;
2034
+ onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
2035
+ }>, {
2036
+ title: string;
2037
+ caretLeft: boolean;
2038
+ variant: "default" | "primary" | "secondary" | "none";
2039
+ to: string | Record<string, any>;
2040
+ exact: boolean;
2041
+ href: string;
2042
+ addSlash: boolean;
2043
+ ariaLabel: string;
2044
+ linkClass: string;
2045
+ target: string;
2046
+ externalTargetBlank: boolean;
2047
+ caret: boolean;
2048
+ caretWrapperClass: string;
2049
+ caretClass: string;
2050
+ caretInline: boolean;
2051
+ caretColor: string;
2052
+ caretMarginLeft: string;
2053
+ caretMarginRight: string;
2054
+ usePrimaryColor: boolean;
2055
+ }, {}, {
2056
+ MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2057
+ passedWrapperClass: {
2058
+ type: StringConstructor;
2059
+ required: false;
2060
+ default: string;
2061
+ };
2062
+ arrowClass: {
2063
+ type: StringConstructor;
2064
+ required: false;
2065
+ default: string;
2066
+ };
2067
+ color: {
2068
+ type: StringConstructor;
2069
+ required: false;
2070
+ default: string;
2071
+ };
2072
+ marginLeft: {
2073
+ type: StringConstructor;
2074
+ default: string;
2075
+ required: false;
2076
+ };
2077
+ marginRight: {
2078
+ type: StringConstructor;
2079
+ default: string;
2080
+ required: false;
2081
+ };
2082
+ inline: {
2083
+ type: BooleanConstructor;
2084
+ default: boolean;
2085
+ required: false;
2086
+ };
2087
+ caretLeft: {
2088
+ type: BooleanConstructor;
2089
+ default: boolean;
2090
+ required: false;
2091
+ };
2092
+ }>, {}, {}, {
2093
+ computedClass(): string;
2094
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2095
+ passedWrapperClass: {
2096
+ type: StringConstructor;
2097
+ required: false;
2098
+ default: string;
2099
+ };
2100
+ arrowClass: {
2101
+ type: StringConstructor;
2102
+ required: false;
2103
+ default: string;
2104
+ };
2105
+ color: {
2106
+ type: StringConstructor;
2107
+ required: false;
2108
+ default: string;
2109
+ };
2110
+ marginLeft: {
2111
+ type: StringConstructor;
2112
+ default: string;
2113
+ required: false;
2114
+ };
2115
+ marginRight: {
2116
+ type: StringConstructor;
2117
+ default: string;
2118
+ required: false;
2119
+ };
2120
+ inline: {
2121
+ type: BooleanConstructor;
2122
+ default: boolean;
2123
+ required: false;
2124
+ };
2125
+ caretLeft: {
2126
+ type: BooleanConstructor;
2127
+ default: boolean;
2128
+ required: false;
2129
+ };
2130
+ }>> & Readonly<{}>, {
2131
+ inline: boolean;
2132
+ passedWrapperClass: string;
2133
+ arrowClass: string;
2134
+ color: string;
2135
+ marginLeft: string;
2136
+ marginRight: string;
2137
+ caretLeft: boolean;
2138
+ }, {}, {
2139
+ IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2140
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2141
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2142
+ BaseImage: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2143
+ imageClass: {
2144
+ type: StringConstructor;
2145
+ required: false;
2146
+ default: string;
2147
+ };
2148
+ objectFitClass: {
2149
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
2150
+ required: false;
2151
+ default: string;
2152
+ validator: (prop: string) => boolean;
2153
+ };
2154
+ src: {
2155
+ type: StringConstructor;
2156
+ required: true;
2157
+ };
2158
+ srcset: {
2159
+ type: StringConstructor;
2160
+ required: false;
2161
+ default: string;
2162
+ };
2163
+ alt: {
2164
+ type: StringConstructor;
2165
+ default: string;
2166
+ };
2167
+ width: {
2168
+ type: (StringConstructor | NumberConstructor)[];
2169
+ default: string;
2170
+ };
2171
+ height: {
2172
+ type: (StringConstructor | NumberConstructor)[];
2173
+ default: string;
2174
+ };
2175
+ loading: {
2176
+ type: PropType<"lazy" | "eager" | undefined>;
2177
+ required: false;
2178
+ default: string;
2179
+ };
2180
+ }>, {}, {}, {
2181
+ computedClass(): string;
2182
+ }, {
2183
+ imageFailed(): void;
2184
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2185
+ imageClass: {
2186
+ type: StringConstructor;
2187
+ required: false;
2188
+ default: string;
2189
+ };
2190
+ objectFitClass: {
2191
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
2192
+ required: false;
2193
+ default: string;
2194
+ validator: (prop: string) => boolean;
2195
+ };
2196
+ src: {
2197
+ type: StringConstructor;
2198
+ required: true;
2199
+ };
2200
+ srcset: {
2201
+ type: StringConstructor;
2202
+ required: false;
2203
+ default: string;
2204
+ };
2205
+ alt: {
2206
+ type: StringConstructor;
2207
+ default: string;
2208
+ };
2209
+ width: {
2210
+ type: (StringConstructor | NumberConstructor)[];
2211
+ default: string;
2212
+ };
2213
+ height: {
2214
+ type: (StringConstructor | NumberConstructor)[];
2215
+ default: string;
2216
+ };
2217
+ loading: {
2218
+ type: PropType<"lazy" | "eager" | undefined>;
2219
+ required: false;
2220
+ default: string;
2221
+ };
2222
+ }>> & Readonly<{}>, {
2223
+ alt: string;
2224
+ width: string | number;
2225
+ height: string | number;
2226
+ srcset: string;
2227
+ loading: "lazy" | "eager" | undefined;
2228
+ imageClass: string;
2229
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
2230
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2231
+ BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2232
+ darkMode: {
2233
+ type: BooleanConstructor;
2234
+ required: false;
2235
+ default: boolean;
2236
+ };
2237
+ transparentMode: {
2238
+ type: BooleanConstructor;
2239
+ required: false;
2240
+ default: boolean;
2241
+ };
2242
+ noLogo: {
2243
+ type: BooleanConstructor;
2244
+ default: boolean;
2245
+ };
2246
+ aspectRatio: {
2247
+ type: PropType<"none" | "portrait" | "square" | "1:1" | "2:1" | "2:3" | "3:2" | "4:3" | "4:5" | "7:8" | "8:7" | "9:16" | "12:9" | "16:7" | "16:9" | "21:9">;
2248
+ default: string;
2249
+ validator: (prop: string) => boolean;
2250
+ };
2251
+ responsiveAspectRatio: {
2252
+ type: StringConstructor;
2253
+ default: string;
2254
+ };
2255
+ }>, {}, {}, {
2256
+ computedClass(): string;
2257
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2258
+ darkMode: {
2259
+ type: BooleanConstructor;
2260
+ required: false;
2261
+ default: boolean;
2262
+ };
2263
+ transparentMode: {
2264
+ type: BooleanConstructor;
2265
+ required: false;
2266
+ default: boolean;
2267
+ };
2268
+ noLogo: {
2269
+ type: BooleanConstructor;
2270
+ default: boolean;
2271
+ };
2272
+ aspectRatio: {
2273
+ type: PropType<"none" | "portrait" | "square" | "1:1" | "2:1" | "2:3" | "3:2" | "4:3" | "4:5" | "7:8" | "8:7" | "9:16" | "12:9" | "16:7" | "16:9" | "21:9">;
2274
+ default: string;
2275
+ validator: (prop: string) => boolean;
2276
+ };
2277
+ responsiveAspectRatio: {
2278
+ type: StringConstructor;
2279
+ default: string;
2280
+ };
2281
+ }>> & Readonly<{}>, {
2282
+ darkMode: boolean;
2283
+ transparentMode: boolean;
2284
+ noLogo: boolean;
2285
+ aspectRatio: "none" | "portrait" | "square" | "1:1" | "2:1" | "2:3" | "3:2" | "4:3" | "4:5" | "7:8" | "8:7" | "9:16" | "12:9" | "16:7" | "16:9" | "21:9";
2286
+ responsiveAspectRatio: string;
2287
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2288
+ BasePill: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2289
+ text: {
2290
+ type: StringConstructor;
2291
+ default: undefined;
2292
+ };
2293
+ variant: {
2294
+ type: () => "primary" | "primary-inverted" | "secondary" | "action";
2295
+ default: string;
2296
+ };
2297
+ size: {
2298
+ type: () => "sm" | "md" | "lg";
2299
+ default: string;
2300
+ };
2301
+ contentType: {
2302
+ type: () => import('./../../interfaces').ContentTypeKey;
2303
+ default: undefined;
2304
+ };
2305
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2306
+ text: {
2307
+ type: StringConstructor;
2308
+ default: undefined;
2309
+ };
2310
+ variant: {
2311
+ type: () => "primary" | "primary-inverted" | "secondary" | "action";
2312
+ default: string;
2313
+ };
2314
+ size: {
2315
+ type: () => "sm" | "md" | "lg";
2316
+ default: string;
2317
+ };
2318
+ contentType: {
2319
+ type: () => import('./../../interfaces').ContentTypeKey;
2320
+ default: undefined;
2321
+ };
2322
+ }>> & Readonly<{}>, {
2323
+ size: "sm" | "md" | "lg";
2324
+ text: string;
2325
+ variant: "primary" | "primary-inverted" | "secondary" | "action";
2326
+ contentType: "EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage";
2327
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLParagraphElement>;
2328
+ CalendarChip: import('vue').DefineComponent<import('../CalendarChip/CalendarChip.vue').CalendarChipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../CalendarChip/CalendarChip.vue').CalendarChipProps> & Readonly<{}>, {
2329
+ startDate: string;
2330
+ endDate: string;
2331
+ ongoing: boolean;
2332
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
2333
+ MetadataEvent: import('vue').DefineComponent<import('../MetadataEvent/MetadataEvent.vue').MetadataEventProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../MetadataEvent/MetadataEvent.vue').MetadataEventProps> & Readonly<{}>, {
2334
+ event: import('./../../interfaces').EventCardObject;
2335
+ compact: boolean;
2336
+ showTime: boolean;
2337
+ allowBreak: boolean;
2338
+ showLocation: boolean;
2339
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
2340
+ MetadataEduResource: import('vue').DefineComponent<import('../MetadataEduResource/MetadataEduResource.vue').MetadataEduResourceProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../MetadataEduResource/MetadataEduResource.vue').MetadataEduResourceProps> & Readonly<{}>, {
2341
+ resource: import('./../../interfaces').EduResourceCardObject;
2342
+ variant: import('./../../interfaces').MetaPanelTheme;
2343
+ compact: boolean;
2344
+ showTime: boolean;
2345
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
2346
+ BlockLinkCardCollectionLg: import('vue').DefineComponent<import('../BlockLinkCard/BlockLinkCardCollectionLg.vue').BlockLinkCardCollectionLgProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../BlockLinkCard/BlockLinkCardCollectionLg.vue').BlockLinkCardCollectionLgProps> & Readonly<{}>, {
2347
+ size: string;
2348
+ metadataAttrs: any;
2349
+ theItem: import('./../../interfaces').EduResourceCardObject;
2350
+ metadataType: import('./../../interfaces').ContentTypeKey;
2351
+ headingLevel: HeadingLevel;
2352
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
2353
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2354
+ PodcastEpisodeCard: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2355
+ url: {
2356
+ type: StringConstructor;
2357
+ required: false;
2358
+ default: string;
2359
+ };
2360
+ type: {
2361
+ type: StringConstructor;
2362
+ required: false;
2363
+ };
2364
+ topic: {
2365
+ type: StringConstructor;
2366
+ required: false;
2367
+ };
2368
+ title: {
2369
+ type: StringConstructor;
2370
+ required: false;
2371
+ };
2372
+ summary: {
2373
+ type: StringConstructor;
2374
+ required: false;
2375
+ };
2376
+ media: {
2377
+ type: StringConstructor;
2378
+ required: false;
2379
+ };
2380
+ image: {
2381
+ type: ObjectConstructor;
2382
+ required: false;
2383
+ };
2384
+ headingLevel: {
2385
+ type: PropType<keyof {
2386
+ h1: string;
2387
+ h2: string;
2388
+ h3: string;
2389
+ h4: string;
2390
+ h5: string;
2391
+ h6: string;
2392
+ }>;
2393
+ required: false;
2394
+ default: string;
2395
+ };
2396
+ }>, {}, {
2397
+ showInlinePlayer: boolean;
2398
+ }, {}, {
2399
+ inlinePlayerToggle(): boolean;
2400
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2401
+ url: {
2402
+ type: StringConstructor;
2403
+ required: false;
2404
+ default: string;
2405
+ };
2406
+ type: {
2407
+ type: StringConstructor;
2408
+ required: false;
2409
+ };
2410
+ topic: {
2411
+ type: StringConstructor;
2412
+ required: false;
2413
+ };
2414
+ title: {
2415
+ type: StringConstructor;
2416
+ required: false;
2417
+ };
2418
+ summary: {
2419
+ type: StringConstructor;
2420
+ required: false;
2421
+ };
2422
+ media: {
2423
+ type: StringConstructor;
2424
+ required: false;
2425
+ };
2426
+ image: {
2427
+ type: ObjectConstructor;
2428
+ required: false;
2429
+ };
2430
+ headingLevel: {
2431
+ type: PropType<keyof {
2432
+ h1: string;
2433
+ h2: string;
2434
+ h3: string;
2435
+ h4: string;
2436
+ h5: string;
2437
+ h6: string;
2438
+ }>;
2439
+ required: false;
2440
+ default: string;
2441
+ };
2442
+ }>> & Readonly<{}>, {
2443
+ url: string;
2444
+ headingLevel: keyof {
2445
+ h1: string;
2446
+ h2: string;
2447
+ h3: string;
2448
+ h4: string;
2449
+ h5: string;
2450
+ h6: string;
2451
+ };
2452
+ }, {}, {
2453
+ BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2454
+ variant: {
2455
+ type: PropType<"default" | "primary" | "secondary" | "none">;
2456
+ required: false;
2457
+ default: string;
2458
+ validator: (prop: string) => boolean;
2459
+ };
2460
+ to: {
2461
+ type: (ObjectConstructor | StringConstructor)[];
2462
+ default: undefined;
2463
+ };
2464
+ exact: {
2465
+ type: BooleanConstructor;
2466
+ default: boolean;
2467
+ };
2468
+ href: {
2469
+ type: StringConstructor;
2470
+ default: undefined;
2471
+ };
2472
+ addSlash: {
2473
+ type: BooleanConstructor;
2474
+ default: boolean;
2475
+ };
2476
+ title: {
2477
+ type: StringConstructor;
2478
+ default: undefined;
2479
+ };
2480
+ ariaLabel: {
2481
+ type: StringConstructor;
2482
+ default: string;
2483
+ };
2484
+ linkClass: {
2485
+ type: StringConstructor;
2486
+ default: string;
2487
+ };
2488
+ target: {
2489
+ type: StringConstructor;
2490
+ required: false;
2491
+ default: undefined;
2492
+ };
2493
+ externalTargetBlank: {
2494
+ type: BooleanConstructor;
2495
+ required: false;
2496
+ default: boolean;
2497
+ };
2498
+ caret: {
2499
+ type: BooleanConstructor;
2500
+ required: false;
2501
+ default: boolean;
2502
+ };
2503
+ caretWrapperClass: {
2504
+ type: StringConstructor;
2505
+ default: string;
2506
+ };
2507
+ caretClass: {
2508
+ type: StringConstructor;
2509
+ default: string;
2510
+ };
2511
+ caretInline: {
2512
+ type: BooleanConstructor;
2513
+ required: false;
2514
+ default: boolean;
2515
+ };
2516
+ caretColor: {
2517
+ type: StringConstructor;
2518
+ required: false;
2519
+ default: string;
2520
+ };
2521
+ caretMarginLeft: {
2522
+ type: StringConstructor;
2523
+ required: false;
2524
+ default: string;
2525
+ };
2526
+ caretMarginRight: {
2527
+ type: StringConstructor;
2528
+ required: false;
2529
+ default: string;
2530
+ };
2531
+ caretLeft: {
2532
+ type: BooleanConstructor;
2533
+ required: false;
2534
+ default: boolean;
2535
+ };
2536
+ usePrimaryColor: {
2537
+ type: BooleanConstructor;
2538
+ required: false;
2539
+ default: boolean;
2540
+ };
2541
+ }>, {}, {}, {
2542
+ computedVariants(): {
2543
+ readonly primary: "text-subtitle text-action can-hover:hover:text-action-dark";
2544
+ readonly secondary: "text-subtitle text-action can-hover:hover:text-action-dark";
2545
+ readonly default: "-default underline text-action can-hover:hover:text-action-dark";
2546
+ readonly none: "";
2547
+ } | {
2548
+ readonly primary: "text-subtitle text-primary can-hover:hover:text-primary-dark";
2549
+ readonly secondary: "text-subtitle text-primary can-hover:hover:text-primary-dark";
2550
+ readonly default: "-default underline text-primary can-hover:hover:text-primary-dark";
2551
+ readonly none: "";
2552
+ };
2553
+ computedClass(): string;
2554
+ isEduExternal(): boolean | string;
2555
+ isExternal(): boolean;
2556
+ theTarget(): string | undefined;
2557
+ theRel(): string | undefined;
2558
+ computedTo(): string | undefined;
2559
+ computedHref(): string | undefined;
2560
+ themeStore: () => import('pinia').Store<"theme", import('../../store/theme').State, {
2561
+ isEdu(state: {
2562
+ theme: import('./../../interfaces').Explorer1Theme | null;
2563
+ } & import('pinia').PiniaCustomStateProperties<import('../../store/theme').State>): boolean;
2564
+ }, {
2565
+ setTheme(value: import('./../../interfaces').Explorer1Theme): void;
2566
+ }>;
2567
+ }, {
2568
+ clickEvent(): void;
2569
+ addTrailingSlash(path: string): string;
2570
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2571
+ variant: {
2572
+ type: PropType<"default" | "primary" | "secondary" | "none">;
2573
+ required: false;
2574
+ default: string;
2575
+ validator: (prop: string) => boolean;
2576
+ };
2577
+ to: {
2578
+ type: (ObjectConstructor | StringConstructor)[];
2579
+ default: undefined;
2580
+ };
2581
+ exact: {
2582
+ type: BooleanConstructor;
2583
+ default: boolean;
2584
+ };
2585
+ href: {
2586
+ type: StringConstructor;
2587
+ default: undefined;
2588
+ };
2589
+ addSlash: {
2590
+ type: BooleanConstructor;
2591
+ default: boolean;
2592
+ };
2593
+ title: {
2594
+ type: StringConstructor;
2595
+ default: undefined;
2596
+ };
2597
+ ariaLabel: {
2598
+ type: StringConstructor;
2599
+ default: string;
2600
+ };
2601
+ linkClass: {
2602
+ type: StringConstructor;
2603
+ default: string;
2604
+ };
2605
+ target: {
2606
+ type: StringConstructor;
2607
+ required: false;
2608
+ default: undefined;
2609
+ };
2610
+ externalTargetBlank: {
2611
+ type: BooleanConstructor;
2612
+ required: false;
2613
+ default: boolean;
2614
+ };
2615
+ caret: {
2616
+ type: BooleanConstructor;
2617
+ required: false;
2618
+ default: boolean;
2619
+ };
2620
+ caretWrapperClass: {
2621
+ type: StringConstructor;
2622
+ default: string;
2623
+ };
2624
+ caretClass: {
2625
+ type: StringConstructor;
2626
+ default: string;
2627
+ };
2628
+ caretInline: {
2629
+ type: BooleanConstructor;
2630
+ required: false;
2631
+ default: boolean;
2632
+ };
2633
+ caretColor: {
2634
+ type: StringConstructor;
2635
+ required: false;
2636
+ default: string;
2637
+ };
2638
+ caretMarginLeft: {
2639
+ type: StringConstructor;
2640
+ required: false;
2641
+ default: string;
2642
+ };
2643
+ caretMarginRight: {
2644
+ type: StringConstructor;
2645
+ required: false;
2646
+ default: string;
2647
+ };
2648
+ caretLeft: {
2649
+ type: BooleanConstructor;
2650
+ required: false;
2651
+ default: boolean;
2652
+ };
2653
+ usePrimaryColor: {
2654
+ type: BooleanConstructor;
2655
+ required: false;
2656
+ default: boolean;
2657
+ };
2658
+ }>> & Readonly<{
2659
+ onLinkClicked?: ((...args: any[]) => any) | undefined;
2660
+ onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
2661
+ }>, {
2662
+ title: string;
2663
+ caretLeft: boolean;
2664
+ variant: "default" | "primary" | "secondary" | "none";
2665
+ to: string | Record<string, any>;
2666
+ exact: boolean;
2667
+ href: string;
2668
+ addSlash: boolean;
2669
+ ariaLabel: string;
2670
+ linkClass: string;
2671
+ target: string;
2672
+ externalTargetBlank: boolean;
2673
+ caret: boolean;
2674
+ caretWrapperClass: string;
2675
+ caretClass: string;
2676
+ caretInline: boolean;
2677
+ caretColor: string;
2678
+ caretMarginLeft: string;
2679
+ caretMarginRight: string;
2680
+ usePrimaryColor: boolean;
2681
+ }, {}, {
2682
+ MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2683
+ passedWrapperClass: {
2684
+ type: StringConstructor;
2685
+ required: false;
2686
+ default: string;
2687
+ };
2688
+ arrowClass: {
2689
+ type: StringConstructor;
2690
+ required: false;
2691
+ default: string;
2692
+ };
2693
+ color: {
2694
+ type: StringConstructor;
2695
+ required: false;
2696
+ default: string;
2697
+ };
2698
+ marginLeft: {
2699
+ type: StringConstructor;
2700
+ default: string;
2701
+ required: false;
2702
+ };
2703
+ marginRight: {
2704
+ type: StringConstructor;
2705
+ default: string;
2706
+ required: false;
2707
+ };
2708
+ inline: {
2709
+ type: BooleanConstructor;
2710
+ default: boolean;
2711
+ required: false;
2712
+ };
2713
+ caretLeft: {
2714
+ type: BooleanConstructor;
2715
+ default: boolean;
2716
+ required: false;
2717
+ };
2718
+ }>, {}, {}, {
2719
+ computedClass(): string;
2720
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2721
+ passedWrapperClass: {
2722
+ type: StringConstructor;
2723
+ required: false;
2724
+ default: string;
2725
+ };
2726
+ arrowClass: {
2727
+ type: StringConstructor;
2728
+ required: false;
2729
+ default: string;
2730
+ };
2731
+ color: {
2732
+ type: StringConstructor;
2733
+ required: false;
2734
+ default: string;
2735
+ };
2736
+ marginLeft: {
2737
+ type: StringConstructor;
2738
+ default: string;
2739
+ required: false;
2740
+ };
2741
+ marginRight: {
2742
+ type: StringConstructor;
2743
+ default: string;
2744
+ required: false;
2745
+ };
2746
+ inline: {
2747
+ type: BooleanConstructor;
2748
+ default: boolean;
2749
+ required: false;
2750
+ };
2751
+ caretLeft: {
2752
+ type: BooleanConstructor;
2753
+ default: boolean;
2754
+ required: false;
2755
+ };
2756
+ }>> & Readonly<{}>, {
2757
+ inline: boolean;
2758
+ passedWrapperClass: string;
2759
+ arrowClass: string;
2760
+ color: string;
2761
+ marginLeft: string;
2762
+ marginRight: string;
2763
+ caretLeft: boolean;
2764
+ }, {}, {
2765
+ IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2766
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2767
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2768
+ BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2769
+ level: {
2770
+ type: PropType<HeadingLevel>;
2771
+ required: false;
2772
+ default: string;
2773
+ };
2774
+ size: {
2775
+ type: PropType<HeadingLevel>;
2776
+ required: false;
2777
+ default: string;
2778
+ };
2779
+ }>, {}, {}, {
2780
+ computedTag(): string;
2781
+ computedClass(): string;
2782
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2783
+ level: {
2784
+ type: PropType<HeadingLevel>;
2785
+ required: false;
2786
+ default: string;
2787
+ };
2788
+ size: {
2789
+ type: PropType<HeadingLevel>;
2790
+ required: false;
2791
+ default: string;
2792
+ };
2793
+ }>> & Readonly<{}>, {
2794
+ size: keyof {
2795
+ h1: string;
2796
+ h2: string;
2797
+ h3: string;
2798
+ h4: string;
2799
+ h5: string;
2800
+ h6: string;
2801
+ };
2802
+ level: keyof {
2803
+ h1: string;
2804
+ h2: string;
2805
+ h3: string;
2806
+ h4: string;
2807
+ h5: string;
2808
+ h6: string;
2809
+ };
2810
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2811
+ BaseImage: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2812
+ imageClass: {
2813
+ type: StringConstructor;
2814
+ required: false;
2815
+ default: string;
2816
+ };
2817
+ objectFitClass: {
2818
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
2819
+ required: false;
2820
+ default: string;
2821
+ validator: (prop: string) => boolean;
2822
+ };
2823
+ src: {
2824
+ type: StringConstructor;
2825
+ required: true;
2826
+ };
2827
+ srcset: {
2828
+ type: StringConstructor;
2829
+ required: false;
2830
+ default: string;
2831
+ };
2832
+ alt: {
2833
+ type: StringConstructor;
2834
+ default: string;
2835
+ };
2836
+ width: {
2837
+ type: (StringConstructor | NumberConstructor)[];
2838
+ default: string;
2839
+ };
2840
+ height: {
2841
+ type: (StringConstructor | NumberConstructor)[];
2842
+ default: string;
2843
+ };
2844
+ loading: {
2845
+ type: PropType<"lazy" | "eager" | undefined>;
2846
+ required: false;
2847
+ default: string;
2848
+ };
2849
+ }>, {}, {}, {
2850
+ computedClass(): string;
2851
+ }, {
2852
+ imageFailed(): void;
2853
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2854
+ imageClass: {
2855
+ type: StringConstructor;
2856
+ required: false;
2857
+ default: string;
2858
+ };
2859
+ objectFitClass: {
2860
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
2861
+ required: false;
2862
+ default: string;
2863
+ validator: (prop: string) => boolean;
2864
+ };
2865
+ src: {
2866
+ type: StringConstructor;
2867
+ required: true;
2868
+ };
2869
+ srcset: {
2870
+ type: StringConstructor;
2871
+ required: false;
2872
+ default: string;
2873
+ };
2874
+ alt: {
2875
+ type: StringConstructor;
2876
+ default: string;
2877
+ };
2878
+ width: {
2879
+ type: (StringConstructor | NumberConstructor)[];
2880
+ default: string;
2881
+ };
2882
+ height: {
2883
+ type: (StringConstructor | NumberConstructor)[];
2884
+ default: string;
2885
+ };
2886
+ loading: {
2887
+ type: PropType<"lazy" | "eager" | undefined>;
2888
+ required: false;
2889
+ default: string;
2890
+ };
2891
+ }>> & Readonly<{}>, {
2892
+ alt: string;
2893
+ width: string | number;
2894
+ height: string | number;
2895
+ srcset: string;
2896
+ loading: "lazy" | "eager" | undefined;
2897
+ imageClass: string;
2898
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
2899
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2900
+ BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2901
+ darkMode: {
2902
+ type: BooleanConstructor;
2903
+ required: false;
2904
+ default: boolean;
2905
+ };
2906
+ transparentMode: {
2907
+ type: BooleanConstructor;
2908
+ required: false;
2909
+ default: boolean;
2910
+ };
2911
+ noLogo: {
2912
+ type: BooleanConstructor;
2913
+ default: boolean;
2914
+ };
2915
+ aspectRatio: {
2916
+ type: PropType<"none" | "portrait" | "square" | "1:1" | "2:1" | "2:3" | "3:2" | "4:3" | "4:5" | "7:8" | "8:7" | "9:16" | "12:9" | "16:7" | "16:9" | "21:9">;
2917
+ default: string;
2918
+ validator: (prop: string) => boolean;
2919
+ };
2920
+ responsiveAspectRatio: {
2921
+ type: StringConstructor;
2922
+ default: string;
2923
+ };
2924
+ }>, {}, {}, {
2925
+ computedClass(): string;
2926
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2927
+ darkMode: {
2928
+ type: BooleanConstructor;
2929
+ required: false;
2930
+ default: boolean;
2931
+ };
2932
+ transparentMode: {
2933
+ type: BooleanConstructor;
2934
+ required: false;
2935
+ default: boolean;
2936
+ };
2937
+ noLogo: {
2938
+ type: BooleanConstructor;
2939
+ default: boolean;
2940
+ };
2941
+ aspectRatio: {
2942
+ type: PropType<"none" | "portrait" | "square" | "1:1" | "2:1" | "2:3" | "3:2" | "4:3" | "4:5" | "7:8" | "8:7" | "9:16" | "12:9" | "16:7" | "16:9" | "21:9">;
2943
+ default: string;
2944
+ validator: (prop: string) => boolean;
2945
+ };
2946
+ responsiveAspectRatio: {
2947
+ type: StringConstructor;
2948
+ default: string;
2949
+ };
2950
+ }>> & Readonly<{}>, {
2951
+ darkMode: boolean;
2952
+ transparentMode: boolean;
2953
+ noLogo: boolean;
2954
+ aspectRatio: "none" | "portrait" | "square" | "1:1" | "2:1" | "2:3" | "3:2" | "4:3" | "4:5" | "7:8" | "8:7" | "9:16" | "12:9" | "16:7" | "16:9" | "21:9";
2955
+ responsiveAspectRatio: string;
2956
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2957
+ BaseAudio: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2958
+ file: {
2959
+ type: StringConstructor;
2960
+ default: null;
2961
+ };
2962
+ autoPlay: {
2963
+ type: BooleanConstructor;
2964
+ default: boolean;
2965
+ };
2966
+ }>, {}, {
2967
+ firstPlay: boolean;
2968
+ isMuted: boolean;
2969
+ loaded: boolean;
2970
+ playing: boolean;
2971
+ paused: boolean;
2972
+ progressStyle: string;
2973
+ currentTime: string;
2974
+ uuid: string;
2975
+ audio?: HTMLAudioElement;
2976
+ totalDuration: number;
2977
+ hideVolumeSlider: boolean;
2978
+ volumeValue: number;
2979
+ }, {
2980
+ duration(): string;
2981
+ playerId(): string;
2982
+ }, {
2983
+ setPosition: (e: any) => void;
2984
+ updateVolume(): void;
2985
+ toggleVolume(): void;
2986
+ stop(): void;
2987
+ play(): void;
2988
+ forward(duration: number): number | undefined;
2989
+ rewind(duration: number): number | undefined;
2990
+ pause(): void;
2991
+ pauseOthers(activeUuid: string): void;
2992
+ toggleMute(): void;
2993
+ _handleLoaded(): void;
2994
+ _handlePlayingUI(_e: any): void;
2995
+ _handlePlayPause(e: any): void;
2996
+ _handleEnded(): void;
2997
+ init(): void;
2998
+ getAudio(): any;
2999
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
3000
+ file: {
3001
+ type: StringConstructor;
3002
+ default: null;
3003
+ };
3004
+ autoPlay: {
3005
+ type: BooleanConstructor;
3006
+ default: boolean;
3007
+ };
3008
+ }>> & Readonly<{}>, {
3009
+ file: string;
3010
+ autoPlay: boolean;
3011
+ }, {}, {
3012
+ IconPlay: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3013
+ IconPause: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3014
+ IconVolume: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3015
+ IconMute: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3016
+ IconRewindTen: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3017
+ IconForwardTen: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3018
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3019
+ IconPlay: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3020
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3021
+ AttractionCard: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3022
+ url: {
3023
+ type: StringConstructor;
3024
+ default: undefined;
3025
+ };
3026
+ title: {
3027
+ type: StringConstructor;
3028
+ default: undefined;
3029
+ };
3030
+ location: {
3031
+ type: StringConstructor;
3032
+ default: undefined;
3033
+ };
3034
+ locationIcon: {
3035
+ type: StringConstructor;
3036
+ default: undefined;
3037
+ };
3038
+ wait: {
3039
+ type: StringConstructor;
3040
+ default: undefined;
3041
+ };
3042
+ image: {
3043
+ type: ObjectConstructor;
3044
+ };
3045
+ showMyList: {
3046
+ type: BooleanConstructor;
3047
+ default: boolean;
3048
+ };
3049
+ headingLevel: {
3050
+ type: PropType<keyof {
3051
+ h1: string;
3052
+ h2: string;
3053
+ h3: string;
3054
+ h4: string;
3055
+ h5: string;
3056
+ h6: string;
3057
+ }>;
3058
+ required: false;
3059
+ default: string;
3060
+ };
3061
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
3062
+ url: {
3063
+ type: StringConstructor;
3064
+ default: undefined;
3065
+ };
3066
+ title: {
3067
+ type: StringConstructor;
3068
+ default: undefined;
3069
+ };
3070
+ location: {
3071
+ type: StringConstructor;
3072
+ default: undefined;
3073
+ };
3074
+ locationIcon: {
3075
+ type: StringConstructor;
3076
+ default: undefined;
3077
+ };
3078
+ wait: {
3079
+ type: StringConstructor;
3080
+ default: undefined;
3081
+ };
3082
+ image: {
3083
+ type: ObjectConstructor;
3084
+ };
3085
+ showMyList: {
3086
+ type: BooleanConstructor;
3087
+ default: boolean;
3088
+ };
3089
+ headingLevel: {
3090
+ type: PropType<keyof {
3091
+ h1: string;
3092
+ h2: string;
3093
+ h3: string;
3094
+ h4: string;
3095
+ h5: string;
3096
+ h6: string;
3097
+ }>;
3098
+ required: false;
3099
+ default: string;
3100
+ };
3101
+ }>> & Readonly<{}>, {
3102
+ location: string;
3103
+ url: string;
3104
+ title: string;
3105
+ headingLevel: keyof {
3106
+ h1: string;
3107
+ h2: string;
3108
+ h3: string;
3109
+ h4: string;
3110
+ h5: string;
3111
+ h6: string;
3112
+ };
3113
+ locationIcon: string;
3114
+ wait: string;
3115
+ showMyList: boolean;
3116
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3117
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3118
+ export default _default;