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