@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
@@ -12,7 +12,6 @@ import { BlockIframeEmbedData } from './../BlockIframeEmbed/BlockIframeEmbed.vue
12
12
  import { BlockVideoData } from './../BlockVideo/BlockVideo.vue';
13
13
  import { BlockVideoEmbedData } from './../BlockVideoEmbed/BlockVideoEmbed.vue';
14
14
  import { VariantKey as BlockTextVariantKey } from './../BlockText/BlockText.vue';
15
-
16
15
  export declare const variants: {
17
16
  default: string;
18
17
  fluid: string;
@@ -67,9 +66,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
67
66
  default: undefined;
68
67
  };
69
68
  }>> & Readonly<{}>, {
69
+ size: "small" | "medium" | "large";
70
70
  data: StreamfieldBlockData[];
71
71
  variant: "default" | "fluid";
72
- size: "small" | "medium" | "large";
73
72
  }, {}, {
74
73
  LayoutHelper: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
75
74
  indent: {
@@ -96,8 +95,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
96
95
  default: boolean;
97
96
  };
98
97
  }>> & Readonly<{}>, {
99
- fullBleed: boolean;
100
98
  indent: string;
99
+ fullBleed: boolean;
101
100
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
102
101
  BlockAnchor: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
103
102
  data: {
@@ -110,21 +109,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
110
109
  required: false;
111
110
  };
112
111
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
113
- BlockAccordion: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
114
- data: {
115
- type: PropType<AccordionBlockObject>;
116
- required: true;
117
- default: undefined;
118
- };
119
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
120
- data: {
121
- type: PropType<AccordionBlockObject>;
122
- required: true;
123
- default: undefined;
124
- };
125
- }>> & Readonly<{}>, {
112
+ BlockAccordion: import('vue').DefineComponent<import('./../BlockAccordion/BlockAccordion.vue').BlockAccordionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./../BlockAccordion/BlockAccordion.vue').BlockAccordionProps> & Readonly<{}>, {
126
113
  data: AccordionBlockObject;
127
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
114
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
128
115
  BlockCardGrid: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
129
116
  compact: {
130
117
  type: BooleanConstructor;
@@ -162,7 +149,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
162
149
  default: undefined;
163
150
  };
164
151
  link: {
165
- type: (StringConstructor | ObjectConstructor)[];
152
+ type: (ObjectConstructor | StringConstructor)[];
166
153
  required: false;
167
154
  default: undefined;
168
155
  };
@@ -218,7 +205,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
218
205
  default: undefined;
219
206
  };
220
207
  link: {
221
- type: (StringConstructor | ObjectConstructor)[];
208
+ type: (ObjectConstructor | StringConstructor)[];
222
209
  required: false;
223
210
  default: undefined;
224
211
  };
@@ -258,22 +245,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
258
245
  link: string | Record<string, any>;
259
246
  variant: "cards" | "tiles";
260
247
  heading: string;
261
- initialSlide: number;
262
- slidesPerView: number;
263
248
  indent: "col-1" | "col-2" | "col-3";
264
249
  noLinks: boolean;
265
250
  linkTitle: string;
251
+ slidesPerView: number;
266
252
  center: boolean;
253
+ initialSlide: number;
267
254
  }, {}, {
268
255
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
269
256
  variant: {
270
- type: PropType<"default" | "secondary" | "primary" | "none">;
257
+ type: PropType<"default" | "primary" | "secondary" | "none">;
271
258
  required: false;
272
259
  default: string;
273
260
  validator: (prop: string) => boolean;
274
261
  };
275
262
  to: {
276
- type: (StringConstructor | ObjectConstructor)[];
263
+ type: (ObjectConstructor | StringConstructor)[];
277
264
  default: undefined;
278
265
  };
279
266
  exact: {
@@ -284,6 +271,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
284
271
  type: StringConstructor;
285
272
  default: undefined;
286
273
  };
274
+ addSlash: {
275
+ type: BooleanConstructor;
276
+ default: boolean;
277
+ };
287
278
  title: {
288
279
  type: StringConstructor;
289
280
  default: undefined;
@@ -370,13 +361,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
370
361
  addTrailingSlash(path: string): string;
371
362
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
372
363
  variant: {
373
- type: PropType<"default" | "secondary" | "primary" | "none">;
364
+ type: PropType<"default" | "primary" | "secondary" | "none">;
374
365
  required: false;
375
366
  default: string;
376
367
  validator: (prop: string) => boolean;
377
368
  };
378
369
  to: {
379
- type: (StringConstructor | ObjectConstructor)[];
370
+ type: (ObjectConstructor | StringConstructor)[];
380
371
  default: undefined;
381
372
  };
382
373
  exact: {
@@ -387,6 +378,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
387
378
  type: StringConstructor;
388
379
  default: undefined;
389
380
  };
381
+ addSlash: {
382
+ type: BooleanConstructor;
383
+ default: boolean;
384
+ };
390
385
  title: {
391
386
  type: StringConstructor;
392
387
  default: undefined;
@@ -446,14 +441,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
446
441
  onLinkClicked?: ((...args: any[]) => any) | undefined;
447
442
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
448
443
  }>, {
449
- to: string | Record<string, any>;
450
444
  title: string;
451
- variant: "default" | "secondary" | "primary" | "none";
452
- href: string;
453
- target: string;
445
+ variant: "default" | "primary" | "secondary" | "none";
446
+ to: string | Record<string, any>;
454
447
  exact: boolean;
448
+ href: string;
449
+ addSlash: boolean;
455
450
  ariaLabel: string;
456
451
  linkClass: string;
452
+ target: string;
457
453
  externalTargetBlank: boolean;
458
454
  caret: boolean;
459
455
  caretWrapperClass: string;
@@ -529,7 +525,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
529
525
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
530
526
  BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
531
527
  variant: {
532
- type: PropType<"secondary" | "primary" | "dark" | "social">;
528
+ type: PropType<"primary" | "secondary" | "dark" | "social">;
533
529
  required: false;
534
530
  default: string;
535
531
  validator: (prop: string) => boolean;
@@ -555,7 +551,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
555
551
  required: false;
556
552
  };
557
553
  to: {
558
- type: (StringConstructor | ObjectConstructor)[];
554
+ type: (ObjectConstructor | StringConstructor)[];
559
555
  required: false;
560
556
  default: undefined;
561
557
  };
@@ -571,7 +567,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
571
567
  variantClass(): string;
572
568
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
573
569
  variant: {
574
- type: PropType<"secondary" | "primary" | "dark" | "social">;
570
+ type: PropType<"primary" | "secondary" | "dark" | "social">;
575
571
  required: false;
576
572
  default: string;
577
573
  validator: (prop: string) => boolean;
@@ -597,7 +593,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
597
593
  required: false;
598
594
  };
599
595
  to: {
600
- type: (StringConstructor | ObjectConstructor)[];
596
+ type: (ObjectConstructor | StringConstructor)[];
601
597
  required: false;
602
598
  default: undefined;
603
599
  };
@@ -609,13 +605,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
609
605
  }>> & Readonly<{
610
606
  onClick?: ((...args: any[]) => any) | undefined;
611
607
  }>, {
608
+ variant: "primary" | "secondary" | "dark" | "social";
612
609
  to: string | Record<string, any>;
613
- disabled: boolean;
614
- variant: "secondary" | "primary" | "dark" | "social";
615
610
  href: string;
616
611
  ariaLabel: string;
617
612
  compact: boolean;
618
613
  blockClasses: string;
614
+ disabled: boolean;
619
615
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
620
616
  IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
621
617
  IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -648,13 +644,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
648
644
  }, {}, {
649
645
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
650
646
  variant: {
651
- type: PropType<"default" | "secondary" | "primary" | "none">;
647
+ type: PropType<"default" | "primary" | "secondary" | "none">;
652
648
  required: false;
653
649
  default: string;
654
650
  validator: (prop: string) => boolean;
655
651
  };
656
652
  to: {
657
- type: (StringConstructor | ObjectConstructor)[];
653
+ type: (ObjectConstructor | StringConstructor)[];
658
654
  default: undefined;
659
655
  };
660
656
  exact: {
@@ -665,6 +661,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
665
661
  type: StringConstructor;
666
662
  default: undefined;
667
663
  };
664
+ addSlash: {
665
+ type: BooleanConstructor;
666
+ default: boolean;
667
+ };
668
668
  title: {
669
669
  type: StringConstructor;
670
670
  default: undefined;
@@ -751,13 +751,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
751
751
  addTrailingSlash(path: string): string;
752
752
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
753
753
  variant: {
754
- type: PropType<"default" | "secondary" | "primary" | "none">;
754
+ type: PropType<"default" | "primary" | "secondary" | "none">;
755
755
  required: false;
756
756
  default: string;
757
757
  validator: (prop: string) => boolean;
758
758
  };
759
759
  to: {
760
- type: (StringConstructor | ObjectConstructor)[];
760
+ type: (ObjectConstructor | StringConstructor)[];
761
761
  default: undefined;
762
762
  };
763
763
  exact: {
@@ -768,6 +768,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
768
768
  type: StringConstructor;
769
769
  default: undefined;
770
770
  };
771
+ addSlash: {
772
+ type: BooleanConstructor;
773
+ default: boolean;
774
+ };
771
775
  title: {
772
776
  type: StringConstructor;
773
777
  default: undefined;
@@ -827,14 +831,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
827
831
  onLinkClicked?: ((...args: any[]) => any) | undefined;
828
832
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
829
833
  }>, {
830
- to: string | Record<string, any>;
831
834
  title: string;
832
- variant: "default" | "secondary" | "primary" | "none";
833
- href: string;
834
- target: string;
835
+ variant: "default" | "primary" | "secondary" | "none";
836
+ to: string | Record<string, any>;
835
837
  exact: boolean;
838
+ href: string;
839
+ addSlash: boolean;
836
840
  ariaLabel: string;
837
841
  linkClass: string;
842
+ target: string;
838
843
  externalTargetBlank: boolean;
839
844
  caret: boolean;
840
845
  caretWrapperClass: string;
@@ -955,10 +960,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
955
960
  default: undefined;
956
961
  };
957
962
  }>> & Readonly<{}>, {
958
- link: import('../../interfaces').LinkObject;
959
- label: string;
960
963
  title: string;
961
964
  image: Record<string, any>;
965
+ label: string;
966
+ link: import('../../interfaces').LinkObject;
962
967
  description: string;
963
968
  }, {}, {
964
969
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -1025,7 +1030,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1025
1030
  default: string;
1026
1031
  };
1027
1032
  objectFitClass: {
1028
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
1033
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
1029
1034
  required: false;
1030
1035
  default: string;
1031
1036
  validator: (prop: string) => boolean;
@@ -1067,7 +1072,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1067
1072
  default: string;
1068
1073
  };
1069
1074
  objectFitClass: {
1070
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
1075
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
1071
1076
  required: false;
1072
1077
  default: string;
1073
1078
  validator: (prop: string) => boolean;
@@ -1099,13 +1104,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1099
1104
  default: string;
1100
1105
  };
1101
1106
  }>> & Readonly<{}>, {
1102
- imageClass: string;
1103
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
1104
- srcset: string;
1105
1107
  alt: string;
1106
1108
  width: string | number;
1107
1109
  height: string | number;
1110
+ srcset: string;
1108
1111
  loading: "lazy" | "eager" | undefined;
1112
+ imageClass: string;
1113
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
1109
1114
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1110
1115
  BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1111
1116
  level: {
@@ -1180,7 +1185,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1180
1185
  }, {}, {
1181
1186
  BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1182
1187
  variant: {
1183
- type: PropType<"secondary" | "primary" | "dark" | "social">;
1188
+ type: PropType<"primary" | "secondary" | "dark" | "social">;
1184
1189
  required: false;
1185
1190
  default: string;
1186
1191
  validator: (prop: string) => boolean;
@@ -1206,7 +1211,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1206
1211
  required: false;
1207
1212
  };
1208
1213
  to: {
1209
- type: (StringConstructor | ObjectConstructor)[];
1214
+ type: (ObjectConstructor | StringConstructor)[];
1210
1215
  required: false;
1211
1216
  default: undefined;
1212
1217
  };
@@ -1222,7 +1227,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1222
1227
  variantClass(): string;
1223
1228
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1224
1229
  variant: {
1225
- type: PropType<"secondary" | "primary" | "dark" | "social">;
1230
+ type: PropType<"primary" | "secondary" | "dark" | "social">;
1226
1231
  required: false;
1227
1232
  default: string;
1228
1233
  validator: (prop: string) => boolean;
@@ -1248,7 +1253,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1248
1253
  required: false;
1249
1254
  };
1250
1255
  to: {
1251
- type: (StringConstructor | ObjectConstructor)[];
1256
+ type: (ObjectConstructor | StringConstructor)[];
1252
1257
  required: false;
1253
1258
  default: undefined;
1254
1259
  };
@@ -1260,13 +1265,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1260
1265
  }>> & Readonly<{
1261
1266
  onClick?: ((...args: any[]) => any) | undefined;
1262
1267
  }>, {
1268
+ variant: "primary" | "secondary" | "dark" | "social";
1263
1269
  to: string | Record<string, any>;
1264
- disabled: boolean;
1265
- variant: "secondary" | "primary" | "dark" | "social";
1266
1270
  href: string;
1267
1271
  ariaLabel: string;
1268
1272
  compact: boolean;
1269
1273
  blockClasses: string;
1274
+ disabled: boolean;
1270
1275
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1271
1276
  IconExternal: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1272
1277
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1419,8 +1424,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1419
1424
  };
1420
1425
  }>> & Readonly<{}>, {
1421
1426
  caption: string;
1422
- data: import('../../interfaces').ImageObject;
1423
1427
  displayCaption: boolean;
1428
+ data: import('../../interfaces').ImageObject;
1424
1429
  customDetailUrl: string;
1425
1430
  constrain: boolean;
1426
1431
  }, {}, {
@@ -1581,7 +1586,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1581
1586
  default: string;
1582
1587
  };
1583
1588
  objectFitClass: {
1584
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
1589
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
1585
1590
  required: false;
1586
1591
  default: string;
1587
1592
  validator: (prop: string) => boolean;
@@ -1623,7 +1628,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1623
1628
  default: string;
1624
1629
  };
1625
1630
  objectFitClass: {
1626
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
1631
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
1627
1632
  required: false;
1628
1633
  default: string;
1629
1634
  validator: (prop: string) => boolean;
@@ -1655,13 +1660,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1655
1660
  default: string;
1656
1661
  };
1657
1662
  }>> & Readonly<{}>, {
1658
- imageClass: string;
1659
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
1660
- srcset: string;
1661
1663
  alt: string;
1662
1664
  width: string | number;
1663
1665
  height: string | number;
1666
+ srcset: string;
1664
1667
  loading: "lazy" | "eager" | undefined;
1668
+ imageClass: string;
1669
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
1665
1670
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1666
1671
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1667
1672
  darkMode: {
@@ -1752,13 +1757,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1752
1757
  }, {}, {
1753
1758
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1754
1759
  variant: {
1755
- type: PropType<"default" | "secondary" | "primary" | "none">;
1760
+ type: PropType<"default" | "primary" | "secondary" | "none">;
1756
1761
  required: false;
1757
1762
  default: string;
1758
1763
  validator: (prop: string) => boolean;
1759
1764
  };
1760
1765
  to: {
1761
- type: (StringConstructor | ObjectConstructor)[];
1766
+ type: (ObjectConstructor | StringConstructor)[];
1762
1767
  default: undefined;
1763
1768
  };
1764
1769
  exact: {
@@ -1769,6 +1774,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1769
1774
  type: StringConstructor;
1770
1775
  default: undefined;
1771
1776
  };
1777
+ addSlash: {
1778
+ type: BooleanConstructor;
1779
+ default: boolean;
1780
+ };
1772
1781
  title: {
1773
1782
  type: StringConstructor;
1774
1783
  default: undefined;
@@ -1855,13 +1864,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1855
1864
  addTrailingSlash(path: string): string;
1856
1865
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1857
1866
  variant: {
1858
- type: PropType<"default" | "secondary" | "primary" | "none">;
1867
+ type: PropType<"default" | "primary" | "secondary" | "none">;
1859
1868
  required: false;
1860
1869
  default: string;
1861
1870
  validator: (prop: string) => boolean;
1862
1871
  };
1863
1872
  to: {
1864
- type: (StringConstructor | ObjectConstructor)[];
1873
+ type: (ObjectConstructor | StringConstructor)[];
1865
1874
  default: undefined;
1866
1875
  };
1867
1876
  exact: {
@@ -1872,6 +1881,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1872
1881
  type: StringConstructor;
1873
1882
  default: undefined;
1874
1883
  };
1884
+ addSlash: {
1885
+ type: BooleanConstructor;
1886
+ default: boolean;
1887
+ };
1875
1888
  title: {
1876
1889
  type: StringConstructor;
1877
1890
  default: undefined;
@@ -1931,14 +1944,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1931
1944
  onLinkClicked?: ((...args: any[]) => any) | undefined;
1932
1945
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
1933
1946
  }>, {
1934
- to: string | Record<string, any>;
1935
1947
  title: string;
1936
- variant: "default" | "secondary" | "primary" | "none";
1937
- href: string;
1938
- target: string;
1948
+ variant: "default" | "primary" | "secondary" | "none";
1949
+ to: string | Record<string, any>;
1939
1950
  exact: boolean;
1951
+ href: string;
1952
+ addSlash: boolean;
1940
1953
  ariaLabel: string;
1941
1954
  linkClass: string;
1955
+ target: string;
1942
1956
  externalTargetBlank: boolean;
1943
1957
  caret: boolean;
1944
1958
  caretWrapperClass: string;
@@ -2073,8 +2087,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2073
2087
  };
2074
2088
  }>> & Readonly<{}>, {
2075
2089
  caption: string;
2076
- data: import('../../interfaces').ImageObject;
2077
2090
  displayCaption: boolean;
2091
+ data: import('../../interfaces').ImageObject;
2078
2092
  customDetailUrl: string;
2079
2093
  constrain: boolean;
2080
2094
  }, {}, {
@@ -2235,7 +2249,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2235
2249
  default: string;
2236
2250
  };
2237
2251
  objectFitClass: {
2238
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
2252
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
2239
2253
  required: false;
2240
2254
  default: string;
2241
2255
  validator: (prop: string) => boolean;
@@ -2277,7 +2291,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2277
2291
  default: string;
2278
2292
  };
2279
2293
  objectFitClass: {
2280
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
2294
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
2281
2295
  required: false;
2282
2296
  default: string;
2283
2297
  validator: (prop: string) => boolean;
@@ -2309,13 +2323,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2309
2323
  default: string;
2310
2324
  };
2311
2325
  }>> & Readonly<{}>, {
2312
- imageClass: string;
2313
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
2314
- srcset: string;
2315
2326
  alt: string;
2316
2327
  width: string | number;
2317
2328
  height: string | number;
2329
+ srcset: string;
2318
2330
  loading: "lazy" | "eager" | undefined;
2331
+ imageClass: string;
2332
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
2319
2333
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2320
2334
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2321
2335
  darkMode: {
@@ -2406,13 +2420,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2406
2420
  }, {}, {
2407
2421
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2408
2422
  variant: {
2409
- type: PropType<"default" | "secondary" | "primary" | "none">;
2423
+ type: PropType<"default" | "primary" | "secondary" | "none">;
2410
2424
  required: false;
2411
2425
  default: string;
2412
2426
  validator: (prop: string) => boolean;
2413
2427
  };
2414
2428
  to: {
2415
- type: (StringConstructor | ObjectConstructor)[];
2429
+ type: (ObjectConstructor | StringConstructor)[];
2416
2430
  default: undefined;
2417
2431
  };
2418
2432
  exact: {
@@ -2423,6 +2437,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2423
2437
  type: StringConstructor;
2424
2438
  default: undefined;
2425
2439
  };
2440
+ addSlash: {
2441
+ type: BooleanConstructor;
2442
+ default: boolean;
2443
+ };
2426
2444
  title: {
2427
2445
  type: StringConstructor;
2428
2446
  default: undefined;
@@ -2509,13 +2527,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2509
2527
  addTrailingSlash(path: string): string;
2510
2528
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2511
2529
  variant: {
2512
- type: PropType<"default" | "secondary" | "primary" | "none">;
2530
+ type: PropType<"default" | "primary" | "secondary" | "none">;
2513
2531
  required: false;
2514
2532
  default: string;
2515
2533
  validator: (prop: string) => boolean;
2516
2534
  };
2517
2535
  to: {
2518
- type: (StringConstructor | ObjectConstructor)[];
2536
+ type: (ObjectConstructor | StringConstructor)[];
2519
2537
  default: undefined;
2520
2538
  };
2521
2539
  exact: {
@@ -2526,6 +2544,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2526
2544
  type: StringConstructor;
2527
2545
  default: undefined;
2528
2546
  };
2547
+ addSlash: {
2548
+ type: BooleanConstructor;
2549
+ default: boolean;
2550
+ };
2529
2551
  title: {
2530
2552
  type: StringConstructor;
2531
2553
  default: undefined;
@@ -2585,14 +2607,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2585
2607
  onLinkClicked?: ((...args: any[]) => any) | undefined;
2586
2608
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
2587
2609
  }>, {
2588
- to: string | Record<string, any>;
2589
2610
  title: string;
2590
- variant: "default" | "secondary" | "primary" | "none";
2591
- href: string;
2592
- target: string;
2611
+ variant: "default" | "primary" | "secondary" | "none";
2612
+ to: string | Record<string, any>;
2593
2613
  exact: boolean;
2614
+ href: string;
2615
+ addSlash: boolean;
2594
2616
  ariaLabel: string;
2595
2617
  linkClass: string;
2618
+ target: string;
2596
2619
  externalTargetBlank: boolean;
2597
2620
  caret: boolean;
2598
2621
  caretWrapperClass: string;
@@ -2693,8 +2716,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2693
2716
  default: boolean;
2694
2717
  };
2695
2718
  }>> & Readonly<{}>, {
2696
- fullBleed: boolean;
2697
2719
  indent: string;
2720
+ fullBleed: boolean;
2698
2721
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2699
2722
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2700
2723
  BlockImageCarousel: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -2767,7 +2790,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2767
2790
  }, {}, {
2768
2791
  BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2769
2792
  variant: {
2770
- type: PropType<"secondary" | "primary" | "dark" | "social">;
2793
+ type: PropType<"primary" | "secondary" | "dark" | "social">;
2771
2794
  required: false;
2772
2795
  default: string;
2773
2796
  validator: (prop: string) => boolean;
@@ -2793,7 +2816,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2793
2816
  required: false;
2794
2817
  };
2795
2818
  to: {
2796
- type: (StringConstructor | ObjectConstructor)[];
2819
+ type: (ObjectConstructor | StringConstructor)[];
2797
2820
  required: false;
2798
2821
  default: undefined;
2799
2822
  };
@@ -2809,7 +2832,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2809
2832
  variantClass(): string;
2810
2833
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2811
2834
  variant: {
2812
- type: PropType<"secondary" | "primary" | "dark" | "social">;
2835
+ type: PropType<"primary" | "secondary" | "dark" | "social">;
2813
2836
  required: false;
2814
2837
  default: string;
2815
2838
  validator: (prop: string) => boolean;
@@ -2835,7 +2858,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2835
2858
  required: false;
2836
2859
  };
2837
2860
  to: {
2838
- type: (StringConstructor | ObjectConstructor)[];
2861
+ type: (ObjectConstructor | StringConstructor)[];
2839
2862
  required: false;
2840
2863
  default: undefined;
2841
2864
  };
@@ -2847,13 +2870,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2847
2870
  }>> & Readonly<{
2848
2871
  onClick?: ((...args: any[]) => any) | undefined;
2849
2872
  }>, {
2873
+ variant: "primary" | "secondary" | "dark" | "social";
2850
2874
  to: string | Record<string, any>;
2851
- disabled: boolean;
2852
- variant: "secondary" | "primary" | "dark" | "social";
2853
2875
  href: string;
2854
2876
  ariaLabel: string;
2855
2877
  compact: boolean;
2856
2878
  blockClasses: string;
2879
+ disabled: boolean;
2857
2880
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2858
2881
  IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2859
2882
  IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -3069,7 +3092,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3069
3092
  default: string;
3070
3093
  };
3071
3094
  objectFitClass: {
3072
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
3095
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
3073
3096
  required: false;
3074
3097
  default: string;
3075
3098
  validator: (prop: string) => boolean;
@@ -3111,7 +3134,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3111
3134
  default: string;
3112
3135
  };
3113
3136
  objectFitClass: {
3114
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
3137
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
3115
3138
  required: false;
3116
3139
  default: string;
3117
3140
  validator: (prop: string) => boolean;
@@ -3143,13 +3166,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3143
3166
  default: string;
3144
3167
  };
3145
3168
  }>> & Readonly<{}>, {
3146
- imageClass: string;
3147
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
3148
- srcset: string;
3149
3169
  alt: string;
3150
3170
  width: string | number;
3151
3171
  height: string | number;
3172
+ srcset: string;
3152
3173
  loading: "lazy" | "eager" | undefined;
3174
+ imageClass: string;
3175
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
3153
3176
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3154
3177
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3155
3178
  darkMode: {
@@ -3240,13 +3263,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3240
3263
  }, {}, {
3241
3264
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3242
3265
  variant: {
3243
- type: PropType<"default" | "secondary" | "primary" | "none">;
3266
+ type: PropType<"default" | "primary" | "secondary" | "none">;
3244
3267
  required: false;
3245
3268
  default: string;
3246
3269
  validator: (prop: string) => boolean;
3247
3270
  };
3248
3271
  to: {
3249
- type: (StringConstructor | ObjectConstructor)[];
3272
+ type: (ObjectConstructor | StringConstructor)[];
3250
3273
  default: undefined;
3251
3274
  };
3252
3275
  exact: {
@@ -3257,6 +3280,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3257
3280
  type: StringConstructor;
3258
3281
  default: undefined;
3259
3282
  };
3283
+ addSlash: {
3284
+ type: BooleanConstructor;
3285
+ default: boolean;
3286
+ };
3260
3287
  title: {
3261
3288
  type: StringConstructor;
3262
3289
  default: undefined;
@@ -3343,13 +3370,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3343
3370
  addTrailingSlash(path: string): string;
3344
3371
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
3345
3372
  variant: {
3346
- type: PropType<"default" | "secondary" | "primary" | "none">;
3373
+ type: PropType<"default" | "primary" | "secondary" | "none">;
3347
3374
  required: false;
3348
3375
  default: string;
3349
3376
  validator: (prop: string) => boolean;
3350
3377
  };
3351
3378
  to: {
3352
- type: (StringConstructor | ObjectConstructor)[];
3379
+ type: (ObjectConstructor | StringConstructor)[];
3353
3380
  default: undefined;
3354
3381
  };
3355
3382
  exact: {
@@ -3360,6 +3387,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3360
3387
  type: StringConstructor;
3361
3388
  default: undefined;
3362
3389
  };
3390
+ addSlash: {
3391
+ type: BooleanConstructor;
3392
+ default: boolean;
3393
+ };
3363
3394
  title: {
3364
3395
  type: StringConstructor;
3365
3396
  default: undefined;
@@ -3419,14 +3450,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3419
3450
  onLinkClicked?: ((...args: any[]) => any) | undefined;
3420
3451
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
3421
3452
  }>, {
3422
- to: string | Record<string, any>;
3423
3453
  title: string;
3424
- variant: "default" | "secondary" | "primary" | "none";
3425
- href: string;
3426
- target: string;
3454
+ variant: "default" | "primary" | "secondary" | "none";
3455
+ to: string | Record<string, any>;
3427
3456
  exact: boolean;
3457
+ href: string;
3458
+ addSlash: boolean;
3428
3459
  ariaLabel: string;
3429
3460
  linkClass: string;
3461
+ target: string;
3430
3462
  externalTargetBlank: boolean;
3431
3463
  caret: boolean;
3432
3464
  caretWrapperClass: string;
@@ -3559,13 +3591,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3559
3591
  }, {}, {
3560
3592
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3561
3593
  variant: {
3562
- type: PropType<"default" | "secondary" | "primary" | "none">;
3594
+ type: PropType<"default" | "primary" | "secondary" | "none">;
3563
3595
  required: false;
3564
3596
  default: string;
3565
3597
  validator: (prop: string) => boolean;
3566
3598
  };
3567
3599
  to: {
3568
- type: (StringConstructor | ObjectConstructor)[];
3600
+ type: (ObjectConstructor | StringConstructor)[];
3569
3601
  default: undefined;
3570
3602
  };
3571
3603
  exact: {
@@ -3576,6 +3608,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3576
3608
  type: StringConstructor;
3577
3609
  default: undefined;
3578
3610
  };
3611
+ addSlash: {
3612
+ type: BooleanConstructor;
3613
+ default: boolean;
3614
+ };
3579
3615
  title: {
3580
3616
  type: StringConstructor;
3581
3617
  default: undefined;
@@ -3662,13 +3698,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3662
3698
  addTrailingSlash(path: string): string;
3663
3699
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
3664
3700
  variant: {
3665
- type: PropType<"default" | "secondary" | "primary" | "none">;
3701
+ type: PropType<"default" | "primary" | "secondary" | "none">;
3666
3702
  required: false;
3667
3703
  default: string;
3668
3704
  validator: (prop: string) => boolean;
3669
3705
  };
3670
3706
  to: {
3671
- type: (StringConstructor | ObjectConstructor)[];
3707
+ type: (ObjectConstructor | StringConstructor)[];
3672
3708
  default: undefined;
3673
3709
  };
3674
3710
  exact: {
@@ -3679,6 +3715,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3679
3715
  type: StringConstructor;
3680
3716
  default: undefined;
3681
3717
  };
3718
+ addSlash: {
3719
+ type: BooleanConstructor;
3720
+ default: boolean;
3721
+ };
3682
3722
  title: {
3683
3723
  type: StringConstructor;
3684
3724
  default: undefined;
@@ -3738,14 +3778,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3738
3778
  onLinkClicked?: ((...args: any[]) => any) | undefined;
3739
3779
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
3740
3780
  }>, {
3741
- to: string | Record<string, any>;
3742
3781
  title: string;
3743
- variant: "default" | "secondary" | "primary" | "none";
3744
- href: string;
3745
- target: string;
3782
+ variant: "default" | "primary" | "secondary" | "none";
3783
+ to: string | Record<string, any>;
3746
3784
  exact: boolean;
3785
+ href: string;
3786
+ addSlash: boolean;
3747
3787
  ariaLabel: string;
3748
3788
  linkClass: string;
3789
+ target: string;
3749
3790
  externalTargetBlank: boolean;
3750
3791
  caret: boolean;
3751
3792
  caretWrapperClass: string;
@@ -4031,7 +4072,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4031
4072
  default: string;
4032
4073
  };
4033
4074
  objectFitClass: {
4034
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
4075
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
4035
4076
  required: false;
4036
4077
  default: string;
4037
4078
  validator: (prop: string) => boolean;
@@ -4073,7 +4114,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4073
4114
  default: string;
4074
4115
  };
4075
4116
  objectFitClass: {
4076
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
4117
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
4077
4118
  required: false;
4078
4119
  default: string;
4079
4120
  validator: (prop: string) => boolean;
@@ -4105,13 +4146,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4105
4146
  default: string;
4106
4147
  };
4107
4148
  }>> & Readonly<{}>, {
4108
- imageClass: string;
4109
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
4110
- srcset: string;
4111
4149
  alt: string;
4112
4150
  width: string | number;
4113
4151
  height: string | number;
4152
+ srcset: string;
4114
4153
  loading: "lazy" | "eager" | undefined;
4154
+ imageClass: string;
4155
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
4115
4156
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
4116
4157
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4117
4158
  darkMode: {
@@ -4283,7 +4324,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4283
4324
  }, {}, {
4284
4325
  BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4285
4326
  variant: {
4286
- type: PropType<"secondary" | "primary" | "dark" | "social">;
4327
+ type: PropType<"primary" | "secondary" | "dark" | "social">;
4287
4328
  required: false;
4288
4329
  default: string;
4289
4330
  validator: (prop: string) => boolean;
@@ -4309,7 +4350,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4309
4350
  required: false;
4310
4351
  };
4311
4352
  to: {
4312
- type: (StringConstructor | ObjectConstructor)[];
4353
+ type: (ObjectConstructor | StringConstructor)[];
4313
4354
  required: false;
4314
4355
  default: undefined;
4315
4356
  };
@@ -4325,7 +4366,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4325
4366
  variantClass(): string;
4326
4367
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
4327
4368
  variant: {
4328
- type: PropType<"secondary" | "primary" | "dark" | "social">;
4369
+ type: PropType<"primary" | "secondary" | "dark" | "social">;
4329
4370
  required: false;
4330
4371
  default: string;
4331
4372
  validator: (prop: string) => boolean;
@@ -4351,7 +4392,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4351
4392
  required: false;
4352
4393
  };
4353
4394
  to: {
4354
- type: (StringConstructor | ObjectConstructor)[];
4395
+ type: (ObjectConstructor | StringConstructor)[];
4355
4396
  required: false;
4356
4397
  default: undefined;
4357
4398
  };
@@ -4363,13 +4404,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4363
4404
  }>> & Readonly<{
4364
4405
  onClick?: ((...args: any[]) => any) | undefined;
4365
4406
  }>, {
4407
+ variant: "primary" | "secondary" | "dark" | "social";
4366
4408
  to: string | Record<string, any>;
4367
- disabled: boolean;
4368
- variant: "secondary" | "primary" | "dark" | "social";
4369
4409
  href: string;
4370
4410
  ariaLabel: string;
4371
4411
  compact: boolean;
4372
4412
  blockClasses: string;
4413
+ disabled: boolean;
4373
4414
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
4374
4415
  IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
4375
4416
  IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -4585,7 +4626,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4585
4626
  default: string;
4586
4627
  };
4587
4628
  objectFitClass: {
4588
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
4629
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
4589
4630
  required: false;
4590
4631
  default: string;
4591
4632
  validator: (prop: string) => boolean;
@@ -4627,7 +4668,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4627
4668
  default: string;
4628
4669
  };
4629
4670
  objectFitClass: {
4630
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
4671
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
4631
4672
  required: false;
4632
4673
  default: string;
4633
4674
  validator: (prop: string) => boolean;
@@ -4659,13 +4700,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4659
4700
  default: string;
4660
4701
  };
4661
4702
  }>> & Readonly<{}>, {
4662
- imageClass: string;
4663
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
4664
- srcset: string;
4665
4703
  alt: string;
4666
4704
  width: string | number;
4667
4705
  height: string | number;
4706
+ srcset: string;
4668
4707
  loading: "lazy" | "eager" | undefined;
4708
+ imageClass: string;
4709
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
4669
4710
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
4670
4711
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4671
4712
  darkMode: {
@@ -4756,13 +4797,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4756
4797
  }, {}, {
4757
4798
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4758
4799
  variant: {
4759
- type: PropType<"default" | "secondary" | "primary" | "none">;
4800
+ type: PropType<"default" | "primary" | "secondary" | "none">;
4760
4801
  required: false;
4761
4802
  default: string;
4762
4803
  validator: (prop: string) => boolean;
4763
4804
  };
4764
4805
  to: {
4765
- type: (StringConstructor | ObjectConstructor)[];
4806
+ type: (ObjectConstructor | StringConstructor)[];
4766
4807
  default: undefined;
4767
4808
  };
4768
4809
  exact: {
@@ -4773,6 +4814,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4773
4814
  type: StringConstructor;
4774
4815
  default: undefined;
4775
4816
  };
4817
+ addSlash: {
4818
+ type: BooleanConstructor;
4819
+ default: boolean;
4820
+ };
4776
4821
  title: {
4777
4822
  type: StringConstructor;
4778
4823
  default: undefined;
@@ -4859,13 +4904,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4859
4904
  addTrailingSlash(path: string): string;
4860
4905
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
4861
4906
  variant: {
4862
- type: PropType<"default" | "secondary" | "primary" | "none">;
4907
+ type: PropType<"default" | "primary" | "secondary" | "none">;
4863
4908
  required: false;
4864
4909
  default: string;
4865
4910
  validator: (prop: string) => boolean;
4866
4911
  };
4867
4912
  to: {
4868
- type: (StringConstructor | ObjectConstructor)[];
4913
+ type: (ObjectConstructor | StringConstructor)[];
4869
4914
  default: undefined;
4870
4915
  };
4871
4916
  exact: {
@@ -4876,6 +4921,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4876
4921
  type: StringConstructor;
4877
4922
  default: undefined;
4878
4923
  };
4924
+ addSlash: {
4925
+ type: BooleanConstructor;
4926
+ default: boolean;
4927
+ };
4879
4928
  title: {
4880
4929
  type: StringConstructor;
4881
4930
  default: undefined;
@@ -4935,14 +4984,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4935
4984
  onLinkClicked?: ((...args: any[]) => any) | undefined;
4936
4985
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
4937
4986
  }>, {
4938
- to: string | Record<string, any>;
4939
4987
  title: string;
4940
- variant: "default" | "secondary" | "primary" | "none";
4941
- href: string;
4942
- target: string;
4988
+ variant: "default" | "primary" | "secondary" | "none";
4989
+ to: string | Record<string, any>;
4943
4990
  exact: boolean;
4991
+ href: string;
4992
+ addSlash: boolean;
4944
4993
  ariaLabel: string;
4945
4994
  linkClass: string;
4995
+ target: string;
4946
4996
  externalTargetBlank: boolean;
4947
4997
  caret: boolean;
4948
4998
  caretWrapperClass: string;
@@ -5293,7 +5343,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5293
5343
  default: string;
5294
5344
  };
5295
5345
  objectFitClass: {
5296
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
5346
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
5297
5347
  required: false;
5298
5348
  default: string;
5299
5349
  validator: (prop: string) => boolean;
@@ -5335,7 +5385,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5335
5385
  default: string;
5336
5386
  };
5337
5387
  objectFitClass: {
5338
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
5388
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
5339
5389
  required: false;
5340
5390
  default: string;
5341
5391
  validator: (prop: string) => boolean;
@@ -5367,13 +5417,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5367
5417
  default: string;
5368
5418
  };
5369
5419
  }>> & Readonly<{}>, {
5370
- imageClass: string;
5371
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
5372
- srcset: string;
5373
5420
  alt: string;
5374
5421
  width: string | number;
5375
5422
  height: string | number;
5423
+ srcset: string;
5376
5424
  loading: "lazy" | "eager" | undefined;
5425
+ imageClass: string;
5426
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
5377
5427
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
5378
5428
  BaseImageCaption: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5379
5429
  data: {
@@ -5407,13 +5457,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5407
5457
  }, {}, {
5408
5458
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5409
5459
  variant: {
5410
- type: PropType<"default" | "secondary" | "primary" | "none">;
5460
+ type: PropType<"default" | "primary" | "secondary" | "none">;
5411
5461
  required: false;
5412
5462
  default: string;
5413
5463
  validator: (prop: string) => boolean;
5414
5464
  };
5415
5465
  to: {
5416
- type: (StringConstructor | ObjectConstructor)[];
5466
+ type: (ObjectConstructor | StringConstructor)[];
5417
5467
  default: undefined;
5418
5468
  };
5419
5469
  exact: {
@@ -5424,6 +5474,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5424
5474
  type: StringConstructor;
5425
5475
  default: undefined;
5426
5476
  };
5477
+ addSlash: {
5478
+ type: BooleanConstructor;
5479
+ default: boolean;
5480
+ };
5427
5481
  title: {
5428
5482
  type: StringConstructor;
5429
5483
  default: undefined;
@@ -5510,13 +5564,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5510
5564
  addTrailingSlash(path: string): string;
5511
5565
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
5512
5566
  variant: {
5513
- type: PropType<"default" | "secondary" | "primary" | "none">;
5567
+ type: PropType<"default" | "primary" | "secondary" | "none">;
5514
5568
  required: false;
5515
5569
  default: string;
5516
5570
  validator: (prop: string) => boolean;
5517
5571
  };
5518
5572
  to: {
5519
- type: (StringConstructor | ObjectConstructor)[];
5573
+ type: (ObjectConstructor | StringConstructor)[];
5520
5574
  default: undefined;
5521
5575
  };
5522
5576
  exact: {
@@ -5527,6 +5581,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5527
5581
  type: StringConstructor;
5528
5582
  default: undefined;
5529
5583
  };
5584
+ addSlash: {
5585
+ type: BooleanConstructor;
5586
+ default: boolean;
5587
+ };
5530
5588
  title: {
5531
5589
  type: StringConstructor;
5532
5590
  default: undefined;
@@ -5586,14 +5644,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5586
5644
  onLinkClicked?: ((...args: any[]) => any) | undefined;
5587
5645
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
5588
5646
  }>, {
5589
- to: string | Record<string, any>;
5590
5647
  title: string;
5591
- variant: "default" | "secondary" | "primary" | "none";
5592
- href: string;
5593
- target: string;
5648
+ variant: "default" | "primary" | "secondary" | "none";
5649
+ to: string | Record<string, any>;
5594
5650
  exact: boolean;
5651
+ href: string;
5652
+ addSlash: boolean;
5595
5653
  ariaLabel: string;
5596
5654
  linkClass: string;
5655
+ target: string;
5597
5656
  externalTargetBlank: boolean;
5598
5657
  caret: boolean;
5599
5658
  caretWrapperClass: string;
@@ -5785,21 +5844,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5785
5844
  variant: "small" | "medium" | "large";
5786
5845
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
5787
5846
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
5788
- BlockLinkCardList: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5789
- items: {
5790
- type: PropType<Card[]>;
5791
- required: true;
5792
- default: undefined;
5793
- };
5794
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
5795
- items: {
5796
- type: PropType<Card[]>;
5797
- required: true;
5798
- default: undefined;
5799
- };
5800
- }>> & Readonly<{}>, {
5847
+ BlockLinkCardList: import('vue').DefineComponent<import('./../BlockLinkCardList/BlockLinkCardList.vue').BlockLinkCardListProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./../BlockLinkCardList/BlockLinkCardList.vue').BlockLinkCardListProps> & Readonly<{}>, {
5801
5848
  items: Card[];
5802
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
5849
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
5803
5850
  BlockLinkCarousel: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5804
5851
  itemType: {
5805
5852
  type: PropType<"cards" | "tiles">;
@@ -5854,7 +5901,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5854
5901
  default: undefined;
5855
5902
  };
5856
5903
  link: {
5857
- type: (StringConstructor | ObjectConstructor)[];
5904
+ type: (ObjectConstructor | StringConstructor)[];
5858
5905
  required: false;
5859
5906
  default: undefined;
5860
5907
  };
@@ -5910,7 +5957,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5910
5957
  default: undefined;
5911
5958
  };
5912
5959
  link: {
5913
- type: (StringConstructor | ObjectConstructor)[];
5960
+ type: (ObjectConstructor | StringConstructor)[];
5914
5961
  required: false;
5915
5962
  default: undefined;
5916
5963
  };
@@ -5950,22 +5997,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5950
5997
  link: string | Record<string, any>;
5951
5998
  variant: "cards" | "tiles";
5952
5999
  heading: string;
5953
- initialSlide: number;
5954
- slidesPerView: number;
5955
6000
  indent: "col-1" | "col-2" | "col-3";
5956
6001
  noLinks: boolean;
5957
6002
  linkTitle: string;
6003
+ slidesPerView: number;
5958
6004
  center: boolean;
6005
+ initialSlide: number;
5959
6006
  }, {}, {
5960
6007
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5961
6008
  variant: {
5962
- type: PropType<"default" | "secondary" | "primary" | "none">;
6009
+ type: PropType<"default" | "primary" | "secondary" | "none">;
5963
6010
  required: false;
5964
6011
  default: string;
5965
6012
  validator: (prop: string) => boolean;
5966
6013
  };
5967
6014
  to: {
5968
- type: (StringConstructor | ObjectConstructor)[];
6015
+ type: (ObjectConstructor | StringConstructor)[];
5969
6016
  default: undefined;
5970
6017
  };
5971
6018
  exact: {
@@ -5976,6 +6023,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5976
6023
  type: StringConstructor;
5977
6024
  default: undefined;
5978
6025
  };
6026
+ addSlash: {
6027
+ type: BooleanConstructor;
6028
+ default: boolean;
6029
+ };
5979
6030
  title: {
5980
6031
  type: StringConstructor;
5981
6032
  default: undefined;
@@ -6062,13 +6113,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6062
6113
  addTrailingSlash(path: string): string;
6063
6114
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6064
6115
  variant: {
6065
- type: PropType<"default" | "secondary" | "primary" | "none">;
6116
+ type: PropType<"default" | "primary" | "secondary" | "none">;
6066
6117
  required: false;
6067
6118
  default: string;
6068
6119
  validator: (prop: string) => boolean;
6069
6120
  };
6070
6121
  to: {
6071
- type: (StringConstructor | ObjectConstructor)[];
6122
+ type: (ObjectConstructor | StringConstructor)[];
6072
6123
  default: undefined;
6073
6124
  };
6074
6125
  exact: {
@@ -6079,6 +6130,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6079
6130
  type: StringConstructor;
6080
6131
  default: undefined;
6081
6132
  };
6133
+ addSlash: {
6134
+ type: BooleanConstructor;
6135
+ default: boolean;
6136
+ };
6082
6137
  title: {
6083
6138
  type: StringConstructor;
6084
6139
  default: undefined;
@@ -6138,14 +6193,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6138
6193
  onLinkClicked?: ((...args: any[]) => any) | undefined;
6139
6194
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
6140
6195
  }>, {
6141
- to: string | Record<string, any>;
6142
6196
  title: string;
6143
- variant: "default" | "secondary" | "primary" | "none";
6144
- href: string;
6145
- target: string;
6197
+ variant: "default" | "primary" | "secondary" | "none";
6198
+ to: string | Record<string, any>;
6146
6199
  exact: boolean;
6200
+ href: string;
6201
+ addSlash: boolean;
6147
6202
  ariaLabel: string;
6148
6203
  linkClass: string;
6204
+ target: string;
6149
6205
  externalTargetBlank: boolean;
6150
6206
  caret: boolean;
6151
6207
  caretWrapperClass: string;
@@ -6221,7 +6277,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6221
6277
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6222
6278
  BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
6223
6279
  variant: {
6224
- type: PropType<"secondary" | "primary" | "dark" | "social">;
6280
+ type: PropType<"primary" | "secondary" | "dark" | "social">;
6225
6281
  required: false;
6226
6282
  default: string;
6227
6283
  validator: (prop: string) => boolean;
@@ -6247,7 +6303,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6247
6303
  required: false;
6248
6304
  };
6249
6305
  to: {
6250
- type: (StringConstructor | ObjectConstructor)[];
6306
+ type: (ObjectConstructor | StringConstructor)[];
6251
6307
  required: false;
6252
6308
  default: undefined;
6253
6309
  };
@@ -6263,7 +6319,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6263
6319
  variantClass(): string;
6264
6320
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6265
6321
  variant: {
6266
- type: PropType<"secondary" | "primary" | "dark" | "social">;
6322
+ type: PropType<"primary" | "secondary" | "dark" | "social">;
6267
6323
  required: false;
6268
6324
  default: string;
6269
6325
  validator: (prop: string) => boolean;
@@ -6289,7 +6345,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6289
6345
  required: false;
6290
6346
  };
6291
6347
  to: {
6292
- type: (StringConstructor | ObjectConstructor)[];
6348
+ type: (ObjectConstructor | StringConstructor)[];
6293
6349
  required: false;
6294
6350
  default: undefined;
6295
6351
  };
@@ -6301,13 +6357,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6301
6357
  }>> & Readonly<{
6302
6358
  onClick?: ((...args: any[]) => any) | undefined;
6303
6359
  }>, {
6360
+ variant: "primary" | "secondary" | "dark" | "social";
6304
6361
  to: string | Record<string, any>;
6305
- disabled: boolean;
6306
- variant: "secondary" | "primary" | "dark" | "social";
6307
6362
  href: string;
6308
6363
  ariaLabel: string;
6309
6364
  compact: boolean;
6310
6365
  blockClasses: string;
6366
+ disabled: boolean;
6311
6367
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6312
6368
  IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6313
6369
  IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -6571,9 +6627,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6571
6627
  default: boolean;
6572
6628
  };
6573
6629
  }>> & Readonly<{}>, {
6574
- data: Card;
6575
- label: string;
6576
- title: string;
6577
6630
  startDate: string;
6578
6631
  endDate: string;
6579
6632
  startDatetime: string;
@@ -6583,7 +6636,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6583
6636
  location: string;
6584
6637
  size: "sm" | "md" | "lg";
6585
6638
  url: string;
6639
+ title: string;
6586
6640
  date: string;
6641
+ data: Card;
6642
+ label: string;
6587
6643
  headingLevel: keyof {
6588
6644
  h1: string;
6589
6645
  h2: string;
@@ -6601,13 +6657,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6601
6657
  IconExternal: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6602
6658
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
6603
6659
  variant: {
6604
- type: PropType<"default" | "secondary" | "primary" | "none">;
6660
+ type: PropType<"default" | "primary" | "secondary" | "none">;
6605
6661
  required: false;
6606
6662
  default: string;
6607
6663
  validator: (prop: string) => boolean;
6608
6664
  };
6609
6665
  to: {
6610
- type: (StringConstructor | ObjectConstructor)[];
6666
+ type: (ObjectConstructor | StringConstructor)[];
6611
6667
  default: undefined;
6612
6668
  };
6613
6669
  exact: {
@@ -6618,6 +6674,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6618
6674
  type: StringConstructor;
6619
6675
  default: undefined;
6620
6676
  };
6677
+ addSlash: {
6678
+ type: BooleanConstructor;
6679
+ default: boolean;
6680
+ };
6621
6681
  title: {
6622
6682
  type: StringConstructor;
6623
6683
  default: undefined;
@@ -6704,13 +6764,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6704
6764
  addTrailingSlash(path: string): string;
6705
6765
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6706
6766
  variant: {
6707
- type: PropType<"default" | "secondary" | "primary" | "none">;
6767
+ type: PropType<"default" | "primary" | "secondary" | "none">;
6708
6768
  required: false;
6709
6769
  default: string;
6710
6770
  validator: (prop: string) => boolean;
6711
6771
  };
6712
6772
  to: {
6713
- type: (StringConstructor | ObjectConstructor)[];
6773
+ type: (ObjectConstructor | StringConstructor)[];
6714
6774
  default: undefined;
6715
6775
  };
6716
6776
  exact: {
@@ -6721,6 +6781,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6721
6781
  type: StringConstructor;
6722
6782
  default: undefined;
6723
6783
  };
6784
+ addSlash: {
6785
+ type: BooleanConstructor;
6786
+ default: boolean;
6787
+ };
6724
6788
  title: {
6725
6789
  type: StringConstructor;
6726
6790
  default: undefined;
@@ -6780,14 +6844,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6780
6844
  onLinkClicked?: ((...args: any[]) => any) | undefined;
6781
6845
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
6782
6846
  }>, {
6783
- to: string | Record<string, any>;
6784
6847
  title: string;
6785
- variant: "default" | "secondary" | "primary" | "none";
6786
- href: string;
6787
- target: string;
6848
+ variant: "default" | "primary" | "secondary" | "none";
6849
+ to: string | Record<string, any>;
6788
6850
  exact: boolean;
6851
+ href: string;
6852
+ addSlash: boolean;
6789
6853
  ariaLabel: string;
6790
6854
  linkClass: string;
6855
+ target: string;
6791
6856
  externalTargetBlank: boolean;
6792
6857
  caret: boolean;
6793
6858
  caretWrapperClass: string;
@@ -6868,7 +6933,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6868
6933
  default: string;
6869
6934
  };
6870
6935
  objectFitClass: {
6871
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
6936
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
6872
6937
  required: false;
6873
6938
  default: string;
6874
6939
  validator: (prop: string) => boolean;
@@ -6910,7 +6975,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6910
6975
  default: string;
6911
6976
  };
6912
6977
  objectFitClass: {
6913
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
6978
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
6914
6979
  required: false;
6915
6980
  default: string;
6916
6981
  validator: (prop: string) => boolean;
@@ -6942,13 +7007,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6942
7007
  default: string;
6943
7008
  };
6944
7009
  }>> & Readonly<{}>, {
6945
- imageClass: string;
6946
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
6947
- srcset: string;
6948
7010
  alt: string;
6949
7011
  width: string | number;
6950
7012
  height: string | number;
7013
+ srcset: string;
6951
7014
  loading: "lazy" | "eager" | undefined;
7015
+ imageClass: string;
7016
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
6952
7017
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6953
7018
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
6954
7019
  darkMode: {
@@ -7013,7 +7078,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7013
7078
  default: undefined;
7014
7079
  };
7015
7080
  variant: {
7016
- type: () => "secondary" | "primary" | "primary-inverted" | "action";
7081
+ type: () => "primary" | "primary-inverted" | "secondary" | "action";
7017
7082
  default: string;
7018
7083
  };
7019
7084
  size: {
@@ -7030,7 +7095,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7030
7095
  default: undefined;
7031
7096
  };
7032
7097
  variant: {
7033
- type: () => "secondary" | "primary" | "primary-inverted" | "action";
7098
+ type: () => "primary" | "primary-inverted" | "secondary" | "action";
7034
7099
  default: string;
7035
7100
  };
7036
7101
  size: {
@@ -7042,198 +7107,36 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7042
7107
  default: undefined;
7043
7108
  };
7044
7109
  }>> & Readonly<{}>, {
7045
- text: string;
7046
- variant: "secondary" | "primary" | "primary-inverted" | "action";
7047
7110
  size: "sm" | "md" | "lg";
7111
+ text: string;
7112
+ variant: "primary" | "primary-inverted" | "secondary" | "action";
7048
7113
  contentType: "EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage";
7049
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7050
- CalendarChip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7051
- startDate: {
7052
- type: PropType<string>;
7053
- default: undefined;
7054
- };
7055
- endDate: {
7056
- type: PropType<string>;
7057
- default: undefined;
7058
- };
7059
- ongoing: {
7060
- type: PropType<boolean>;
7061
- default: boolean;
7062
- };
7063
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7064
- startDate: {
7065
- type: PropType<string>;
7066
- default: undefined;
7067
- };
7068
- endDate: {
7069
- type: PropType<string>;
7070
- default: undefined;
7071
- };
7072
- ongoing: {
7073
- type: PropType<boolean>;
7074
- default: boolean;
7075
- };
7076
- }>> & Readonly<{}>, {
7114
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLParagraphElement>;
7115
+ CalendarChip: import('vue').DefineComponent<import('../CalendarChip/CalendarChip.vue').CalendarChipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../CalendarChip/CalendarChip.vue').CalendarChipProps> & Readonly<{}>, {
7077
7116
  startDate: string;
7078
7117
  endDate: string;
7079
7118
  ongoing: boolean;
7080
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7081
- MetadataEvent: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7082
- event: {
7083
- type: PropType<import('../../interfaces').EventCardObject>;
7084
- required: true;
7085
- default: undefined;
7086
- };
7087
- compact: {
7088
- type: PropType<boolean>;
7089
- default: boolean;
7090
- };
7091
- showTime: {
7092
- type: PropType<boolean>;
7093
- default: boolean;
7094
- };
7095
- allowBreak: {
7096
- type: PropType<boolean>;
7097
- default: boolean;
7098
- };
7099
- showLocation: {
7100
- type: PropType<boolean>;
7101
- default: boolean;
7102
- };
7103
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7104
- event: {
7105
- type: PropType<import('../../interfaces').EventCardObject>;
7106
- required: true;
7107
- default: undefined;
7108
- };
7109
- compact: {
7110
- type: PropType<boolean>;
7111
- default: boolean;
7112
- };
7113
- showTime: {
7114
- type: PropType<boolean>;
7115
- default: boolean;
7116
- };
7117
- allowBreak: {
7118
- type: PropType<boolean>;
7119
- default: boolean;
7120
- };
7121
- showLocation: {
7122
- type: PropType<boolean>;
7123
- default: boolean;
7124
- };
7125
- }>> & Readonly<{}>, {
7119
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
7120
+ MetadataEvent: import('vue').DefineComponent<import('../MetadataEvent/MetadataEvent.vue').MetadataEventProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../MetadataEvent/MetadataEvent.vue').MetadataEventProps> & Readonly<{}>, {
7126
7121
  event: import('../../interfaces').EventCardObject;
7127
7122
  compact: boolean;
7128
7123
  showTime: boolean;
7129
7124
  allowBreak: boolean;
7130
7125
  showLocation: boolean;
7131
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7132
- MetadataEduResource: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7133
- variant: {
7134
- type: PropType<import('../../interfaces').MetaPanelTheme>;
7135
- default: string;
7136
- };
7137
- resource: {
7138
- type: PropType<import('../../interfaces').EduResourceCardObject>;
7139
- required: true;
7140
- default: undefined;
7141
- };
7142
- compact: {
7143
- type: PropType<boolean>;
7144
- default: boolean;
7145
- };
7146
- showTime: {
7147
- type: PropType<boolean>;
7148
- default: boolean;
7149
- };
7150
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7151
- variant: {
7152
- type: PropType<import('../../interfaces').MetaPanelTheme>;
7153
- default: string;
7154
- };
7155
- resource: {
7156
- type: PropType<import('../../interfaces').EduResourceCardObject>;
7157
- required: true;
7158
- default: undefined;
7159
- };
7160
- compact: {
7161
- type: PropType<boolean>;
7162
- default: boolean;
7163
- };
7164
- showTime: {
7165
- type: PropType<boolean>;
7166
- default: boolean;
7167
- };
7168
- }>> & Readonly<{}>, {
7169
- variant: import('../../interfaces').MetaPanelTheme;
7126
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
7127
+ MetadataEduResource: import('vue').DefineComponent<import('../MetadataEduResource/MetadataEduResource.vue').MetadataEduResourceProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../MetadataEduResource/MetadataEduResource.vue').MetadataEduResourceProps> & Readonly<{}>, {
7170
7128
  resource: import('../../interfaces').EduResourceCardObject;
7129
+ variant: import('../../interfaces').MetaPanelTheme;
7171
7130
  compact: boolean;
7172
7131
  showTime: boolean;
7173
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7174
- BlockLinkCardCollectionLg: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7175
- size: {
7176
- type: PropType<string>;
7177
- default: undefined;
7178
- };
7179
- headingLevel: {
7180
- type: PropType<keyof {
7181
- h1: string;
7182
- h2: string;
7183
- h3: string;
7184
- h4: string;
7185
- h5: string;
7186
- h6: string;
7187
- }>;
7188
- default: undefined;
7189
- };
7190
- metadataAttrs: {
7191
- type: PropType<any>;
7192
- default: undefined;
7193
- };
7194
- theItem: {
7195
- type: PropType<import('../../interfaces').EduResourceCardObject>;
7196
- default: undefined;
7197
- };
7198
- metadataType: {
7199
- type: PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
7200
- default: undefined;
7201
- };
7202
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7203
- size: {
7204
- type: PropType<string>;
7205
- default: undefined;
7206
- };
7207
- headingLevel: {
7208
- type: PropType<keyof {
7209
- h1: string;
7210
- h2: string;
7211
- h3: string;
7212
- h4: string;
7213
- h5: string;
7214
- h6: string;
7215
- }>;
7216
- default: undefined;
7217
- };
7218
- metadataAttrs: {
7219
- type: PropType<any>;
7220
- default: undefined;
7221
- };
7222
- theItem: {
7223
- type: PropType<import('../../interfaces').EduResourceCardObject>;
7224
- default: undefined;
7225
- };
7226
- metadataType: {
7227
- type: PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
7228
- default: undefined;
7229
- };
7230
- }>> & Readonly<{}>, {
7132
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
7133
+ BlockLinkCardCollectionLg: import('vue').DefineComponent<import('../BlockLinkCard/BlockLinkCardCollectionLg.vue').BlockLinkCardCollectionLgProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../BlockLinkCard/BlockLinkCardCollectionLg.vue').BlockLinkCardCollectionLgProps> & Readonly<{}>, {
7231
7134
  size: string;
7232
- headingLevel: import('../BaseHeading/BaseHeading.vue').HeadingLevel;
7233
7135
  metadataAttrs: any;
7234
7136
  theItem: import('../../interfaces').EduResourceCardObject;
7235
7137
  metadataType: import('../../interfaces').ContentTypeKey;
7236
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7138
+ headingLevel: import('../BaseHeading/BaseHeading.vue').HeadingLevel;
7139
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
7237
7140
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7238
7141
  BlockLinkTile: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7239
7142
  data: {
@@ -7351,12 +7254,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7351
7254
  required: false;
7352
7255
  };
7353
7256
  }>> & Readonly<{}>, {
7354
- data: Card | import('../../interfaces').EventCardObject;
7355
- label: string;
7356
- title: string;
7357
7257
  startDate: string;
7358
7258
  endDate: string;
7359
7259
  url: string;
7260
+ title: string;
7261
+ data: Card | import('../../interfaces').EventCardObject;
7262
+ label: string;
7360
7263
  compact: boolean;
7361
7264
  externalLink: string;
7362
7265
  thumbnailImage: Record<string, any>;
@@ -7364,13 +7267,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7364
7267
  IconArrow: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7365
7268
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7366
7269
  variant: {
7367
- type: PropType<"default" | "secondary" | "primary" | "none">;
7270
+ type: PropType<"default" | "primary" | "secondary" | "none">;
7368
7271
  required: false;
7369
7272
  default: string;
7370
7273
  validator: (prop: string) => boolean;
7371
7274
  };
7372
7275
  to: {
7373
- type: (StringConstructor | ObjectConstructor)[];
7276
+ type: (ObjectConstructor | StringConstructor)[];
7374
7277
  default: undefined;
7375
7278
  };
7376
7279
  exact: {
@@ -7381,6 +7284,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7381
7284
  type: StringConstructor;
7382
7285
  default: undefined;
7383
7286
  };
7287
+ addSlash: {
7288
+ type: BooleanConstructor;
7289
+ default: boolean;
7290
+ };
7384
7291
  title: {
7385
7292
  type: StringConstructor;
7386
7293
  default: undefined;
@@ -7467,13 +7374,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7467
7374
  addTrailingSlash(path: string): string;
7468
7375
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7469
7376
  variant: {
7470
- type: PropType<"default" | "secondary" | "primary" | "none">;
7377
+ type: PropType<"default" | "primary" | "secondary" | "none">;
7471
7378
  required: false;
7472
7379
  default: string;
7473
7380
  validator: (prop: string) => boolean;
7474
7381
  };
7475
7382
  to: {
7476
- type: (StringConstructor | ObjectConstructor)[];
7383
+ type: (ObjectConstructor | StringConstructor)[];
7477
7384
  default: undefined;
7478
7385
  };
7479
7386
  exact: {
@@ -7484,6 +7391,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7484
7391
  type: StringConstructor;
7485
7392
  default: undefined;
7486
7393
  };
7394
+ addSlash: {
7395
+ type: BooleanConstructor;
7396
+ default: boolean;
7397
+ };
7487
7398
  title: {
7488
7399
  type: StringConstructor;
7489
7400
  default: undefined;
@@ -7543,14 +7454,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7543
7454
  onLinkClicked?: ((...args: any[]) => any) | undefined;
7544
7455
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
7545
7456
  }>, {
7546
- to: string | Record<string, any>;
7547
7457
  title: string;
7548
- variant: "default" | "secondary" | "primary" | "none";
7549
- href: string;
7550
- target: string;
7458
+ variant: "default" | "primary" | "secondary" | "none";
7459
+ to: string | Record<string, any>;
7551
7460
  exact: boolean;
7461
+ href: string;
7462
+ addSlash: boolean;
7552
7463
  ariaLabel: string;
7553
7464
  linkClass: string;
7465
+ target: string;
7554
7466
  externalTargetBlank: boolean;
7555
7467
  caret: boolean;
7556
7468
  caretWrapperClass: string;
@@ -7631,7 +7543,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7631
7543
  default: string;
7632
7544
  };
7633
7545
  objectFitClass: {
7634
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
7546
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
7635
7547
  required: false;
7636
7548
  default: string;
7637
7549
  validator: (prop: string) => boolean;
@@ -7673,7 +7585,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7673
7585
  default: string;
7674
7586
  };
7675
7587
  objectFitClass: {
7676
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
7588
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
7677
7589
  required: false;
7678
7590
  default: string;
7679
7591
  validator: (prop: string) => boolean;
@@ -7705,13 +7617,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7705
7617
  default: string;
7706
7618
  };
7707
7619
  }>> & Readonly<{}>, {
7708
- imageClass: string;
7709
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
7710
- srcset: string;
7711
7620
  alt: string;
7712
7621
  width: string | number;
7713
7622
  height: string | number;
7623
+ srcset: string;
7714
7624
  loading: "lazy" | "eager" | undefined;
7625
+ imageClass: string;
7626
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
7715
7627
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7716
7628
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7717
7629
  darkMode: {
@@ -7834,13 +7746,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7834
7746
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7835
7747
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7836
7748
  variant: {
7837
- type: PropType<"default" | "secondary" | "primary" | "none">;
7749
+ type: PropType<"default" | "primary" | "secondary" | "none">;
7838
7750
  required: false;
7839
7751
  default: string;
7840
7752
  validator: (prop: string) => boolean;
7841
7753
  };
7842
7754
  to: {
7843
- type: (StringConstructor | ObjectConstructor)[];
7755
+ type: (ObjectConstructor | StringConstructor)[];
7844
7756
  default: undefined;
7845
7757
  };
7846
7758
  exact: {
@@ -7851,6 +7763,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7851
7763
  type: StringConstructor;
7852
7764
  default: undefined;
7853
7765
  };
7766
+ addSlash: {
7767
+ type: BooleanConstructor;
7768
+ default: boolean;
7769
+ };
7854
7770
  title: {
7855
7771
  type: StringConstructor;
7856
7772
  default: undefined;
@@ -7937,13 +7853,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7937
7853
  addTrailingSlash(path: string): string;
7938
7854
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7939
7855
  variant: {
7940
- type: PropType<"default" | "secondary" | "primary" | "none">;
7856
+ type: PropType<"default" | "primary" | "secondary" | "none">;
7941
7857
  required: false;
7942
7858
  default: string;
7943
7859
  validator: (prop: string) => boolean;
7944
7860
  };
7945
7861
  to: {
7946
- type: (StringConstructor | ObjectConstructor)[];
7862
+ type: (ObjectConstructor | StringConstructor)[];
7947
7863
  default: undefined;
7948
7864
  };
7949
7865
  exact: {
@@ -7954,6 +7870,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7954
7870
  type: StringConstructor;
7955
7871
  default: undefined;
7956
7872
  };
7873
+ addSlash: {
7874
+ type: BooleanConstructor;
7875
+ default: boolean;
7876
+ };
7957
7877
  title: {
7958
7878
  type: StringConstructor;
7959
7879
  default: undefined;
@@ -8013,14 +7933,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8013
7933
  onLinkClicked?: ((...args: any[]) => any) | undefined;
8014
7934
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
8015
7935
  }>, {
8016
- to: string | Record<string, any>;
8017
7936
  title: string;
8018
- variant: "default" | "secondary" | "primary" | "none";
8019
- href: string;
8020
- target: string;
7937
+ variant: "default" | "primary" | "secondary" | "none";
7938
+ to: string | Record<string, any>;
8021
7939
  exact: boolean;
7940
+ href: string;
7941
+ addSlash: boolean;
8022
7942
  ariaLabel: string;
8023
7943
  linkClass: string;
7944
+ target: string;
8024
7945
  externalTargetBlank: boolean;
8025
7946
  caret: boolean;
8026
7947
  caretWrapperClass: string;
@@ -8101,7 +8022,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8101
8022
  default: string;
8102
8023
  };
8103
8024
  objectFitClass: {
8104
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
8025
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
8105
8026
  required: false;
8106
8027
  default: string;
8107
8028
  validator: (prop: string) => boolean;
@@ -8143,7 +8064,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8143
8064
  default: string;
8144
8065
  };
8145
8066
  objectFitClass: {
8146
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
8067
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
8147
8068
  required: false;
8148
8069
  default: string;
8149
8070
  validator: (prop: string) => boolean;
@@ -8175,13 +8096,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8175
8096
  default: string;
8176
8097
  };
8177
8098
  }>> & Readonly<{}>, {
8178
- imageClass: string;
8179
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
8180
- srcset: string;
8181
8099
  alt: string;
8182
8100
  width: string | number;
8183
8101
  height: string | number;
8102
+ srcset: string;
8184
8103
  loading: "lazy" | "eager" | undefined;
8104
+ imageClass: string;
8105
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
8185
8106
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8186
8107
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
8187
8108
  darkMode: {
@@ -8288,13 +8209,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8288
8209
  }, {}, {
8289
8210
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
8290
8211
  variant: {
8291
- type: PropType<"default" | "secondary" | "primary" | "none">;
8212
+ type: PropType<"default" | "primary" | "secondary" | "none">;
8292
8213
  required: false;
8293
8214
  default: string;
8294
8215
  validator: (prop: string) => boolean;
8295
8216
  };
8296
8217
  to: {
8297
- type: (StringConstructor | ObjectConstructor)[];
8218
+ type: (ObjectConstructor | StringConstructor)[];
8298
8219
  default: undefined;
8299
8220
  };
8300
8221
  exact: {
@@ -8305,6 +8226,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8305
8226
  type: StringConstructor;
8306
8227
  default: undefined;
8307
8228
  };
8229
+ addSlash: {
8230
+ type: BooleanConstructor;
8231
+ default: boolean;
8232
+ };
8308
8233
  title: {
8309
8234
  type: StringConstructor;
8310
8235
  default: undefined;
@@ -8391,13 +8316,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8391
8316
  addTrailingSlash(path: string): string;
8392
8317
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
8393
8318
  variant: {
8394
- type: PropType<"default" | "secondary" | "primary" | "none">;
8319
+ type: PropType<"default" | "primary" | "secondary" | "none">;
8395
8320
  required: false;
8396
8321
  default: string;
8397
8322
  validator: (prop: string) => boolean;
8398
8323
  };
8399
8324
  to: {
8400
- type: (StringConstructor | ObjectConstructor)[];
8325
+ type: (ObjectConstructor | StringConstructor)[];
8401
8326
  default: undefined;
8402
8327
  };
8403
8328
  exact: {
@@ -8408,6 +8333,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8408
8333
  type: StringConstructor;
8409
8334
  default: undefined;
8410
8335
  };
8336
+ addSlash: {
8337
+ type: BooleanConstructor;
8338
+ default: boolean;
8339
+ };
8411
8340
  title: {
8412
8341
  type: StringConstructor;
8413
8342
  default: undefined;
@@ -8467,14 +8396,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8467
8396
  onLinkClicked?: ((...args: any[]) => any) | undefined;
8468
8397
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
8469
8398
  }>, {
8470
- to: string | Record<string, any>;
8471
8399
  title: string;
8472
- variant: "default" | "secondary" | "primary" | "none";
8473
- href: string;
8474
- target: string;
8400
+ variant: "default" | "primary" | "secondary" | "none";
8401
+ to: string | Record<string, any>;
8475
8402
  exact: boolean;
8403
+ href: string;
8404
+ addSlash: boolean;
8476
8405
  ariaLabel: string;
8477
8406
  linkClass: string;
8407
+ target: string;
8478
8408
  externalTargetBlank: boolean;
8479
8409
  caret: boolean;
8480
8410
  caretWrapperClass: string;
@@ -8592,7 +8522,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8592
8522
  validator: (prop: string) => boolean;
8593
8523
  };
8594
8524
  to: {
8595
- type: (StringConstructor | ObjectConstructor)[];
8525
+ type: (ObjectConstructor | StringConstructor)[];
8596
8526
  required: false;
8597
8527
  };
8598
8528
  href: {
@@ -8611,7 +8541,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8611
8541
  validator: (prop: string) => boolean;
8612
8542
  };
8613
8543
  to: {
8614
- type: (StringConstructor | ObjectConstructor)[];
8544
+ type: (ObjectConstructor | StringConstructor)[];
8615
8545
  required: false;
8616
8546
  };
8617
8547
  href: {
@@ -8623,13 +8553,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8623
8553
  }, {}, {
8624
8554
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
8625
8555
  variant: {
8626
- type: PropType<"default" | "secondary" | "primary" | "none">;
8556
+ type: PropType<"default" | "primary" | "secondary" | "none">;
8627
8557
  required: false;
8628
8558
  default: string;
8629
8559
  validator: (prop: string) => boolean;
8630
8560
  };
8631
8561
  to: {
8632
- type: (StringConstructor | ObjectConstructor)[];
8562
+ type: (ObjectConstructor | StringConstructor)[];
8633
8563
  default: undefined;
8634
8564
  };
8635
8565
  exact: {
@@ -8640,6 +8570,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8640
8570
  type: StringConstructor;
8641
8571
  default: undefined;
8642
8572
  };
8573
+ addSlash: {
8574
+ type: BooleanConstructor;
8575
+ default: boolean;
8576
+ };
8643
8577
  title: {
8644
8578
  type: StringConstructor;
8645
8579
  default: undefined;
@@ -8726,13 +8660,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8726
8660
  addTrailingSlash(path: string): string;
8727
8661
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
8728
8662
  variant: {
8729
- type: PropType<"default" | "secondary" | "primary" | "none">;
8663
+ type: PropType<"default" | "primary" | "secondary" | "none">;
8730
8664
  required: false;
8731
8665
  default: string;
8732
8666
  validator: (prop: string) => boolean;
8733
8667
  };
8734
8668
  to: {
8735
- type: (StringConstructor | ObjectConstructor)[];
8669
+ type: (ObjectConstructor | StringConstructor)[];
8736
8670
  default: undefined;
8737
8671
  };
8738
8672
  exact: {
@@ -8743,6 +8677,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8743
8677
  type: StringConstructor;
8744
8678
  default: undefined;
8745
8679
  };
8680
+ addSlash: {
8681
+ type: BooleanConstructor;
8682
+ default: boolean;
8683
+ };
8746
8684
  title: {
8747
8685
  type: StringConstructor;
8748
8686
  default: undefined;
@@ -8802,14 +8740,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8802
8740
  onLinkClicked?: ((...args: any[]) => any) | undefined;
8803
8741
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
8804
8742
  }>, {
8805
- to: string | Record<string, any>;
8806
8743
  title: string;
8807
- variant: "default" | "secondary" | "primary" | "none";
8808
- href: string;
8809
- target: string;
8744
+ variant: "default" | "primary" | "secondary" | "none";
8745
+ to: string | Record<string, any>;
8810
8746
  exact: boolean;
8747
+ href: string;
8748
+ addSlash: boolean;
8811
8749
  ariaLabel: string;
8812
8750
  linkClass: string;
8751
+ target: string;
8813
8752
  externalTargetBlank: boolean;
8814
8753
  caret: boolean;
8815
8754
  caretWrapperClass: string;
@@ -9014,8 +8953,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9014
8953
  };
9015
8954
  }>> & Readonly<{}>, {
9016
8955
  caption: string;
9017
- data: import('../../interfaces').ImageObject;
9018
8956
  displayCaption: boolean;
8957
+ data: import('../../interfaces').ImageObject;
9019
8958
  customDetailUrl: string;
9020
8959
  constrain: boolean;
9021
8960
  }, {}, {
@@ -9176,7 +9115,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9176
9115
  default: string;
9177
9116
  };
9178
9117
  objectFitClass: {
9179
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
9118
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
9180
9119
  required: false;
9181
9120
  default: string;
9182
9121
  validator: (prop: string) => boolean;
@@ -9218,7 +9157,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9218
9157
  default: string;
9219
9158
  };
9220
9159
  objectFitClass: {
9221
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
9160
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
9222
9161
  required: false;
9223
9162
  default: string;
9224
9163
  validator: (prop: string) => boolean;
@@ -9250,13 +9189,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9250
9189
  default: string;
9251
9190
  };
9252
9191
  }>> & Readonly<{}>, {
9253
- imageClass: string;
9254
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
9255
- srcset: string;
9256
9192
  alt: string;
9257
9193
  width: string | number;
9258
9194
  height: string | number;
9195
+ srcset: string;
9259
9196
  loading: "lazy" | "eager" | undefined;
9197
+ imageClass: string;
9198
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
9260
9199
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
9261
9200
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
9262
9201
  darkMode: {
@@ -9347,13 +9286,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9347
9286
  }, {}, {
9348
9287
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
9349
9288
  variant: {
9350
- type: PropType<"default" | "secondary" | "primary" | "none">;
9289
+ type: PropType<"default" | "primary" | "secondary" | "none">;
9351
9290
  required: false;
9352
9291
  default: string;
9353
9292
  validator: (prop: string) => boolean;
9354
9293
  };
9355
9294
  to: {
9356
- type: (StringConstructor | ObjectConstructor)[];
9295
+ type: (ObjectConstructor | StringConstructor)[];
9357
9296
  default: undefined;
9358
9297
  };
9359
9298
  exact: {
@@ -9364,6 +9303,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9364
9303
  type: StringConstructor;
9365
9304
  default: undefined;
9366
9305
  };
9306
+ addSlash: {
9307
+ type: BooleanConstructor;
9308
+ default: boolean;
9309
+ };
9367
9310
  title: {
9368
9311
  type: StringConstructor;
9369
9312
  default: undefined;
@@ -9450,13 +9393,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9450
9393
  addTrailingSlash(path: string): string;
9451
9394
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
9452
9395
  variant: {
9453
- type: PropType<"default" | "secondary" | "primary" | "none">;
9396
+ type: PropType<"default" | "primary" | "secondary" | "none">;
9454
9397
  required: false;
9455
9398
  default: string;
9456
9399
  validator: (prop: string) => boolean;
9457
9400
  };
9458
9401
  to: {
9459
- type: (StringConstructor | ObjectConstructor)[];
9402
+ type: (ObjectConstructor | StringConstructor)[];
9460
9403
  default: undefined;
9461
9404
  };
9462
9405
  exact: {
@@ -9467,6 +9410,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9467
9410
  type: StringConstructor;
9468
9411
  default: undefined;
9469
9412
  };
9413
+ addSlash: {
9414
+ type: BooleanConstructor;
9415
+ default: boolean;
9416
+ };
9470
9417
  title: {
9471
9418
  type: StringConstructor;
9472
9419
  default: undefined;
@@ -9526,14 +9473,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9526
9473
  onLinkClicked?: ((...args: any[]) => any) | undefined;
9527
9474
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
9528
9475
  }>, {
9529
- to: string | Record<string, any>;
9530
9476
  title: string;
9531
- variant: "default" | "secondary" | "primary" | "none";
9532
- href: string;
9533
- target: string;
9477
+ variant: "default" | "primary" | "secondary" | "none";
9478
+ to: string | Record<string, any>;
9534
9479
  exact: boolean;
9480
+ href: string;
9481
+ addSlash: boolean;
9535
9482
  ariaLabel: string;
9536
9483
  linkClass: string;
9484
+ target: string;
9537
9485
  externalTargetBlank: boolean;
9538
9486
  caret: boolean;
9539
9487
  caretWrapperClass: string;
@@ -9671,7 +9619,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9671
9619
  default: boolean;
9672
9620
  };
9673
9621
  teaserPage: {
9674
- type: (ArrayConstructor | ObjectConstructor)[];
9622
+ type: (ObjectConstructor | ArrayConstructor)[];
9675
9623
  required: false;
9676
9624
  default: undefined;
9677
9625
  };
@@ -9734,13 +9682,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9734
9682
  default: boolean;
9735
9683
  };
9736
9684
  teaserPage: {
9737
- type: (ArrayConstructor | ObjectConstructor)[];
9685
+ type: (ObjectConstructor | ArrayConstructor)[];
9738
9686
  required: false;
9739
9687
  default: undefined;
9740
9688
  };
9741
9689
  }>> & Readonly<{}>, {
9742
- label: string;
9743
9690
  image: Record<string, any>;
9691
+ label: string;
9744
9692
  heading: string;
9745
9693
  introduction: string;
9746
9694
  teaserPage: Record<string, any> | unknown[];
@@ -9749,7 +9697,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9749
9697
  }, {}, {
9750
9698
  BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
9751
9699
  variant: {
9752
- type: PropType<"secondary" | "primary" | "dark" | "social">;
9700
+ type: PropType<"primary" | "secondary" | "dark" | "social">;
9753
9701
  required: false;
9754
9702
  default: string;
9755
9703
  validator: (prop: string) => boolean;
@@ -9775,7 +9723,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9775
9723
  required: false;
9776
9724
  };
9777
9725
  to: {
9778
- type: (StringConstructor | ObjectConstructor)[];
9726
+ type: (ObjectConstructor | StringConstructor)[];
9779
9727
  required: false;
9780
9728
  default: undefined;
9781
9729
  };
@@ -9791,7 +9739,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9791
9739
  variantClass(): string;
9792
9740
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
9793
9741
  variant: {
9794
- type: PropType<"secondary" | "primary" | "dark" | "social">;
9742
+ type: PropType<"primary" | "secondary" | "dark" | "social">;
9795
9743
  required: false;
9796
9744
  default: string;
9797
9745
  validator: (prop: string) => boolean;
@@ -9817,7 +9765,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9817
9765
  required: false;
9818
9766
  };
9819
9767
  to: {
9820
- type: (StringConstructor | ObjectConstructor)[];
9768
+ type: (ObjectConstructor | StringConstructor)[];
9821
9769
  required: false;
9822
9770
  default: undefined;
9823
9771
  };
@@ -9829,13 +9777,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9829
9777
  }>> & Readonly<{
9830
9778
  onClick?: ((...args: any[]) => any) | undefined;
9831
9779
  }>, {
9780
+ variant: "primary" | "secondary" | "dark" | "social";
9832
9781
  to: string | Record<string, any>;
9833
- disabled: boolean;
9834
- variant: "secondary" | "primary" | "dark" | "social";
9835
9782
  href: string;
9836
9783
  ariaLabel: string;
9837
9784
  compact: boolean;
9838
9785
  blockClasses: string;
9786
+ disabled: boolean;
9839
9787
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
9840
9788
  BaseImage: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
9841
9789
  imageClass: {
@@ -9844,7 +9792,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9844
9792
  default: string;
9845
9793
  };
9846
9794
  objectFitClass: {
9847
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
9795
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
9848
9796
  required: false;
9849
9797
  default: string;
9850
9798
  validator: (prop: string) => boolean;
@@ -9886,7 +9834,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9886
9834
  default: string;
9887
9835
  };
9888
9836
  objectFitClass: {
9889
- type: PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
9837
+ type: PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
9890
9838
  required: false;
9891
9839
  default: string;
9892
9840
  validator: (prop: string) => boolean;
@@ -9918,13 +9866,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9918
9866
  default: string;
9919
9867
  };
9920
9868
  }>> & Readonly<{}>, {
9921
- imageClass: string;
9922
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
9923
- srcset: string;
9924
9869
  alt: string;
9925
9870
  width: string | number;
9926
9871
  height: string | number;
9872
+ srcset: string;
9927
9873
  loading: "lazy" | "eager" | undefined;
9874
+ imageClass: string;
9875
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
9928
9876
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
9929
9877
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
9930
9878
  BlockText: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -10010,13 +9958,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10010
9958
  }, {}, {
10011
9959
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
10012
9960
  variant: {
10013
- type: PropType<"default" | "secondary" | "primary" | "none">;
9961
+ type: PropType<"default" | "primary" | "secondary" | "none">;
10014
9962
  required: false;
10015
9963
  default: string;
10016
9964
  validator: (prop: string) => boolean;
10017
9965
  };
10018
9966
  to: {
10019
- type: (StringConstructor | ObjectConstructor)[];
9967
+ type: (ObjectConstructor | StringConstructor)[];
10020
9968
  default: undefined;
10021
9969
  };
10022
9970
  exact: {
@@ -10027,6 +9975,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10027
9975
  type: StringConstructor;
10028
9976
  default: undefined;
10029
9977
  };
9978
+ addSlash: {
9979
+ type: BooleanConstructor;
9980
+ default: boolean;
9981
+ };
10030
9982
  title: {
10031
9983
  type: StringConstructor;
10032
9984
  default: undefined;
@@ -10113,13 +10065,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10113
10065
  addTrailingSlash(path: string): string;
10114
10066
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
10115
10067
  variant: {
10116
- type: PropType<"default" | "secondary" | "primary" | "none">;
10068
+ type: PropType<"default" | "primary" | "secondary" | "none">;
10117
10069
  required: false;
10118
10070
  default: string;
10119
10071
  validator: (prop: string) => boolean;
10120
10072
  };
10121
10073
  to: {
10122
- type: (StringConstructor | ObjectConstructor)[];
10074
+ type: (ObjectConstructor | StringConstructor)[];
10123
10075
  default: undefined;
10124
10076
  };
10125
10077
  exact: {
@@ -10130,6 +10082,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10130
10082
  type: StringConstructor;
10131
10083
  default: undefined;
10132
10084
  };
10085
+ addSlash: {
10086
+ type: BooleanConstructor;
10087
+ default: boolean;
10088
+ };
10133
10089
  title: {
10134
10090
  type: StringConstructor;
10135
10091
  default: undefined;
@@ -10189,14 +10145,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10189
10145
  onLinkClicked?: ((...args: any[]) => any) | undefined;
10190
10146
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
10191
10147
  }>, {
10192
- to: string | Record<string, any>;
10193
10148
  title: string;
10194
- variant: "default" | "secondary" | "primary" | "none";
10195
- href: string;
10196
- target: string;
10149
+ variant: "default" | "primary" | "secondary" | "none";
10150
+ to: string | Record<string, any>;
10197
10151
  exact: boolean;
10152
+ href: string;
10153
+ addSlash: boolean;
10198
10154
  ariaLabel: string;
10199
10155
  linkClass: string;
10156
+ target: string;
10200
10157
  externalTargetBlank: boolean;
10201
10158
  caret: boolean;
10202
10159
  caretWrapperClass: string;
@@ -10329,17 +10286,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10329
10286
  responsiveAspectRatio: string;
10330
10287
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10331
10288
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10332
- BlockGist: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
10333
- data: {
10334
- type: PropType<import('./../BlockGist/BlockGist.vue').BlockGistData>;
10335
- required: true;
10336
- };
10337
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
10338
- data: {
10339
- type: PropType<import('./../BlockGist/BlockGist.vue').BlockGistData>;
10340
- required: true;
10341
- };
10342
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10289
+ BlockGist: import('vue').DefineComponent<import('./../BlockGist/BlockGist.vue').BlockGistProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./../BlockGist/BlockGist.vue').BlockGistProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
10290
+ frame: HTMLIFrameElement;
10291
+ }, HTMLDivElement>;
10343
10292
  BlockVideo: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
10344
10293
  data: {
10345
10294
  type: PropType<BlockVideoData>;
@@ -10496,13 +10445,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10496
10445
  }, {}, {
10497
10446
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
10498
10447
  variant: {
10499
- type: PropType<"default" | "secondary" | "primary" | "none">;
10448
+ type: PropType<"default" | "primary" | "secondary" | "none">;
10500
10449
  required: false;
10501
10450
  default: string;
10502
10451
  validator: (prop: string) => boolean;
10503
10452
  };
10504
10453
  to: {
10505
- type: (StringConstructor | ObjectConstructor)[];
10454
+ type: (ObjectConstructor | StringConstructor)[];
10506
10455
  default: undefined;
10507
10456
  };
10508
10457
  exact: {
@@ -10513,6 +10462,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10513
10462
  type: StringConstructor;
10514
10463
  default: undefined;
10515
10464
  };
10465
+ addSlash: {
10466
+ type: BooleanConstructor;
10467
+ default: boolean;
10468
+ };
10516
10469
  title: {
10517
10470
  type: StringConstructor;
10518
10471
  default: undefined;
@@ -10599,13 +10552,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10599
10552
  addTrailingSlash(path: string): string;
10600
10553
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
10601
10554
  variant: {
10602
- type: PropType<"default" | "secondary" | "primary" | "none">;
10555
+ type: PropType<"default" | "primary" | "secondary" | "none">;
10603
10556
  required: false;
10604
10557
  default: string;
10605
10558
  validator: (prop: string) => boolean;
10606
10559
  };
10607
10560
  to: {
10608
- type: (StringConstructor | ObjectConstructor)[];
10561
+ type: (ObjectConstructor | StringConstructor)[];
10609
10562
  default: undefined;
10610
10563
  };
10611
10564
  exact: {
@@ -10616,6 +10569,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10616
10569
  type: StringConstructor;
10617
10570
  default: undefined;
10618
10571
  };
10572
+ addSlash: {
10573
+ type: BooleanConstructor;
10574
+ default: boolean;
10575
+ };
10619
10576
  title: {
10620
10577
  type: StringConstructor;
10621
10578
  default: undefined;
@@ -10675,14 +10632,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10675
10632
  onLinkClicked?: ((...args: any[]) => any) | undefined;
10676
10633
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
10677
10634
  }>, {
10678
- to: string | Record<string, any>;
10679
10635
  title: string;
10680
- variant: "default" | "secondary" | "primary" | "none";
10681
- href: string;
10682
- target: string;
10636
+ variant: "default" | "primary" | "secondary" | "none";
10637
+ to: string | Record<string, any>;
10683
10638
  exact: boolean;
10639
+ href: string;
10640
+ addSlash: boolean;
10684
10641
  ariaLabel: string;
10685
10642
  linkClass: string;
10643
+ target: string;
10686
10644
  externalTargetBlank: boolean;
10687
10645
  caret: boolean;
10688
10646
  caretWrapperClass: string;
@@ -10873,13 +10831,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10873
10831
  }, {}, {
10874
10832
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
10875
10833
  variant: {
10876
- type: PropType<"default" | "secondary" | "primary" | "none">;
10834
+ type: PropType<"default" | "primary" | "secondary" | "none">;
10877
10835
  required: false;
10878
10836
  default: string;
10879
10837
  validator: (prop: string) => boolean;
10880
10838
  };
10881
10839
  to: {
10882
- type: (StringConstructor | ObjectConstructor)[];
10840
+ type: (ObjectConstructor | StringConstructor)[];
10883
10841
  default: undefined;
10884
10842
  };
10885
10843
  exact: {
@@ -10890,6 +10848,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10890
10848
  type: StringConstructor;
10891
10849
  default: undefined;
10892
10850
  };
10851
+ addSlash: {
10852
+ type: BooleanConstructor;
10853
+ default: boolean;
10854
+ };
10893
10855
  title: {
10894
10856
  type: StringConstructor;
10895
10857
  default: undefined;
@@ -10976,13 +10938,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10976
10938
  addTrailingSlash(path: string): string;
10977
10939
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
10978
10940
  variant: {
10979
- type: PropType<"default" | "secondary" | "primary" | "none">;
10941
+ type: PropType<"default" | "primary" | "secondary" | "none">;
10980
10942
  required: false;
10981
10943
  default: string;
10982
10944
  validator: (prop: string) => boolean;
10983
10945
  };
10984
10946
  to: {
10985
- type: (StringConstructor | ObjectConstructor)[];
10947
+ type: (ObjectConstructor | StringConstructor)[];
10986
10948
  default: undefined;
10987
10949
  };
10988
10950
  exact: {
@@ -10993,6 +10955,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10993
10955
  type: StringConstructor;
10994
10956
  default: undefined;
10995
10957
  };
10958
+ addSlash: {
10959
+ type: BooleanConstructor;
10960
+ default: boolean;
10961
+ };
10996
10962
  title: {
10997
10963
  type: StringConstructor;
10998
10964
  default: undefined;
@@ -11052,14 +11018,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11052
11018
  onLinkClicked?: ((...args: any[]) => any) | undefined;
11053
11019
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
11054
11020
  }>, {
11055
- to: string | Record<string, any>;
11056
11021
  title: string;
11057
- variant: "default" | "secondary" | "primary" | "none";
11058
- href: string;
11059
- target: string;
11022
+ variant: "default" | "primary" | "secondary" | "none";
11023
+ to: string | Record<string, any>;
11060
11024
  exact: boolean;
11025
+ href: string;
11026
+ addSlash: boolean;
11061
11027
  ariaLabel: string;
11062
11028
  linkClass: string;
11029
+ target: string;
11063
11030
  externalTargetBlank: boolean;
11064
11031
  caret: boolean;
11065
11032
  caretWrapperClass: string;
@@ -11177,7 +11144,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11177
11144
  }, {}, {
11178
11145
  BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
11179
11146
  variant: {
11180
- type: PropType<"secondary" | "primary" | "dark" | "social">;
11147
+ type: PropType<"primary" | "secondary" | "dark" | "social">;
11181
11148
  required: false;
11182
11149
  default: string;
11183
11150
  validator: (prop: string) => boolean;
@@ -11203,7 +11170,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11203
11170
  required: false;
11204
11171
  };
11205
11172
  to: {
11206
- type: (StringConstructor | ObjectConstructor)[];
11173
+ type: (ObjectConstructor | StringConstructor)[];
11207
11174
  required: false;
11208
11175
  default: undefined;
11209
11176
  };
@@ -11219,7 +11186,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11219
11186
  variantClass(): string;
11220
11187
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
11221
11188
  variant: {
11222
- type: PropType<"secondary" | "primary" | "dark" | "social">;
11189
+ type: PropType<"primary" | "secondary" | "dark" | "social">;
11223
11190
  required: false;
11224
11191
  default: string;
11225
11192
  validator: (prop: string) => boolean;
@@ -11245,7 +11212,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11245
11212
  required: false;
11246
11213
  };
11247
11214
  to: {
11248
- type: (StringConstructor | ObjectConstructor)[];
11215
+ type: (ObjectConstructor | StringConstructor)[];
11249
11216
  required: false;
11250
11217
  default: undefined;
11251
11218
  };
@@ -11257,13 +11224,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11257
11224
  }>> & Readonly<{
11258
11225
  onClick?: ((...args: any[]) => any) | undefined;
11259
11226
  }>, {
11227
+ variant: "primary" | "secondary" | "dark" | "social";
11260
11228
  to: string | Record<string, any>;
11261
- disabled: boolean;
11262
- variant: "secondary" | "primary" | "dark" | "social";
11263
11229
  href: string;
11264
11230
  ariaLabel: string;
11265
11231
  compact: boolean;
11266
11232
  blockClasses: string;
11233
+ disabled: boolean;
11267
11234
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11268
11235
  BaseRadioGroup: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
11269
11236
  group: {
@@ -11335,155 +11302,41 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11335
11302
  options: import('../../interfaces').FormOption[];
11336
11303
  preselected: string;
11337
11304
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11338
- TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
11339
- modelValue: import('vue').PropType<any>;
11340
- type: {
11341
- type: PropType<string>;
11342
- default: string;
11343
- };
11344
- label: {
11345
- type: PropType<string>;
11346
- required: true;
11347
- };
11348
- title: {
11349
- type: PropType<string>;
11350
- default: undefined;
11351
- };
11352
- pattern: {
11353
- type: PropType<string>;
11354
- default: undefined;
11355
- };
11356
- required: {
11357
- type: PropType<boolean>;
11358
- default: boolean;
11359
- };
11360
- placeholder: {
11361
- type: PropType<string>;
11362
- default: undefined;
11363
- };
11364
- autoFocus: {
11365
- type: PropType<boolean>;
11366
- default: boolean;
11367
- };
11368
- inputName: {
11369
- type: PropType<string>;
11370
- required: true;
11371
- };
11372
- showLabel: {
11373
- type: PropType<boolean>;
11374
- default: boolean;
11375
- };
11376
- maxlength: {
11377
- type: PropType<string>;
11378
- default: undefined;
11379
- };
11380
- labelClass: {
11381
- type: PropType<string>;
11382
- default: undefined;
11383
- };
11384
- inputClass: {
11385
- type: PropType<string>;
11386
- default: undefined;
11387
- };
11388
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11305
+ TextInput: import('vue').DefineComponent<{
11306
+ modelValue?: string | undefined;
11307
+ } & import('../TextInput/TextInput.vue').TextInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11389
11308
  input: (...args: any[]) => void;
11390
11309
  esc: (...args: any[]) => void;
11391
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
11392
- modelValue: import('vue').PropType<any>;
11393
- type: {
11394
- type: PropType<string>;
11395
- default: string;
11396
- };
11397
- label: {
11398
- type: PropType<string>;
11399
- required: true;
11400
- };
11401
- title: {
11402
- type: PropType<string>;
11403
- default: undefined;
11404
- };
11405
- pattern: {
11406
- type: PropType<string>;
11407
- default: undefined;
11408
- };
11409
- required: {
11410
- type: PropType<boolean>;
11411
- default: boolean;
11412
- };
11413
- placeholder: {
11414
- type: PropType<string>;
11415
- default: undefined;
11416
- };
11417
- autoFocus: {
11418
- type: PropType<boolean>;
11419
- default: boolean;
11420
- };
11421
- inputName: {
11422
- type: PropType<string>;
11423
- required: true;
11424
- };
11425
- showLabel: {
11426
- type: PropType<boolean>;
11427
- default: boolean;
11428
- };
11429
- maxlength: {
11430
- type: PropType<string>;
11431
- default: undefined;
11432
- };
11433
- labelClass: {
11434
- type: PropType<string>;
11435
- default: undefined;
11436
- };
11437
- inputClass: {
11438
- type: PropType<string>;
11439
- default: undefined;
11440
- };
11441
- }>> & Readonly<{
11310
+ "update:modelValue": (value: string | undefined) => void;
11311
+ }, string, import('vue').PublicProps, Readonly<{
11312
+ modelValue?: string | undefined;
11313
+ } & import('../TextInput/TextInput.vue').TextInputProps> & Readonly<{
11442
11314
  onInput?: ((...args: any[]) => any) | undefined;
11443
11315
  onEsc?: ((...args: any[]) => any) | undefined;
11316
+ "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
11444
11317
  }>, {
11445
- type: string;
11446
11318
  title: string;
11447
11319
  pattern: string;
11448
11320
  required: boolean;
11321
+ type: string;
11449
11322
  placeholder: string;
11450
11323
  autoFocus: boolean;
11451
11324
  showLabel: boolean;
11452
11325
  maxlength: string;
11453
11326
  labelClass: string;
11454
11327
  inputClass: string;
11455
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11328
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
11329
+ TextInputRef: HTMLInputElement;
11330
+ }, HTMLDivElement>;
11456
11331
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11457
- BlockCsrTable: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
11458
- rowData: {
11459
- type: PropType<import('../BlockCsrTable/BlockCsrTable.vue').BlockCsrTableRow[]>;
11460
- default: undefined;
11461
- };
11462
- apiEndpoint: {
11463
- type: PropType<string>;
11464
- default: undefined;
11465
- };
11466
- attachmentPrefix: {
11467
- type: PropType<string>;
11468
- default: string;
11469
- };
11470
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
11471
- rowData: {
11472
- type: PropType<import('../BlockCsrTable/BlockCsrTable.vue').BlockCsrTableRow[]>;
11473
- default: undefined;
11474
- };
11475
- apiEndpoint: {
11476
- type: PropType<string>;
11477
- default: undefined;
11478
- };
11479
- attachmentPrefix: {
11480
- type: PropType<string>;
11481
- default: string;
11482
- };
11483
- }>> & Readonly<{}>, {
11332
+ BlockCsrTable: import('vue').DefineComponent<import('../BlockCsrTable/BlockCsrTable.vue').BlockCsrTableProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../BlockCsrTable/BlockCsrTable.vue').BlockCsrTableProps> & Readonly<{}>, {
11484
11333
  rowData: import('../BlockCsrTable/BlockCsrTable.vue').BlockCsrTableRow[];
11485
11334
  apiEndpoint: string;
11486
11335
  attachmentPrefix: string;
11487
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11336
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
11337
+ BlockCsrTableRef: import('vue').ShallowUnwrapRef<{
11338
+ api: import('vue').Ref<import('ag-grid-community').GridApi<any> | undefined, import('ag-grid-community').GridApi<any> | undefined>;
11339
+ }> | null;
11340
+ }, any>;
11488
11341
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11489
11342
  export default _default;