@explorer-1/vue 1.0.2 → 1.0.4

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 (337) hide show
  1. package/CHANGELOG.md +13 -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 +2 -2
  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/src/components/NavDesktop/NavDesktopDropdown.vue +1 -1
  244. package/src/components/NavLinkList/NavLinkList.vue +1 -1
  245. package/dist/style.css +0 -1
  246. package/src/assets/fonts/archivo-narrow/ArchivoNarrow-Bold.woff2 +0 -0
  247. package/src/assets/fonts/archivo-narrow/ArchivoNarrow-BoldItalic.woff2 +0 -0
  248. package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBold.woff2 +0 -0
  249. package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBoldItalic.woff2 +0 -0
  250. package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bd.woff2 +0 -0
  251. package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-BdIt.woff2 +0 -0
  252. package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bold.woff2 +0 -0
  253. package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-It.woff2 +0 -0
  254. package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Md.woff2 +0 -0
  255. package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-MdIt.woff2 +0 -0
  256. package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Rg.woff2 +0 -0
  257. package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBd.woff2 +0 -0
  258. package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBdIt.woff2 +0 -0
  259. package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bd.woff2 +0 -0
  260. package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BdIt.woff2 +0 -0
  261. package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bold.woff2 +0 -0
  262. package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BoldIt.woff2 +0 -0
  263. package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-It.woff2 +0 -0
  264. package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Italic.woff2 +0 -0
  265. package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Md.woff2 +0 -0
  266. package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-MdIt.woff2 +0 -0
  267. package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Medium.woff2 +0 -0
  268. package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Rg.woff2 +0 -0
  269. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bd.woff2 +0 -0
  270. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BdIt.woff2 +0 -0
  271. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bold.woff2 +0 -0
  272. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BoldIt.woff2 +0 -0
  273. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-It.woff2 +0 -0
  274. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Italic.woff2 +0 -0
  275. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Md.woff2 +0 -0
  276. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-MdIt.woff2 +0 -0
  277. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Medium.woff2 +0 -0
  278. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Regular.woff2 +0 -0
  279. package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Rg.woff2 +0 -0
  280. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bd It.otf +0 -0
  281. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Black.otf +0 -0
  282. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Blk It.otf +0 -0
  283. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bold.otf +0 -0
  284. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hair It.otf +0 -0
  285. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hairline.otf +0 -0
  286. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display It.otf +0 -0
  287. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Light.otf +0 -0
  288. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Lt It.otf +0 -0
  289. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Md It.otf +0 -0
  290. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Medium.otf +0 -0
  291. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Th It.otf +0 -0
  292. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Thin.otf +0 -0
  293. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBd It.otf +0 -0
  294. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlack.otf +0 -0
  295. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlk It.otf +0 -0
  296. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBold.otf +0 -0
  297. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLight.otf +0 -0
  298. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLt It.otf +0 -0
  299. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display.otf +0 -0
  300. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bd It.otf +0 -0
  301. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bold.otf +0 -0
  302. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraBold.otf +0 -0
  303. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraLight.otf +0 -0
  304. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro It.otf +0 -0
  305. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Light.otf +0 -0
  306. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Lt It.otf +0 -0
  307. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Md It.otf +0 -0
  308. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Medium.otf +0 -0
  309. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XBd It.otf +0 -0
  310. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XLt It.otf +0 -0
  311. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro.otf +0 -0
  312. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bd It.otf +0 -0
  313. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Black.otf +0 -0
  314. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Blk It.otf +0 -0
  315. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bold.otf +0 -0
  316. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraBold.otf +0 -0
  317. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraLight.otf +0 -0
  318. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text It.otf +0 -0
  319. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Light.otf +0 -0
  320. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Lt It.otf +0 -0
  321. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Md It.otf +0 -0
  322. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Medium.otf +0 -0
  323. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Th It.otf +0 -0
  324. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Thin.otf +0 -0
  325. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XBd It.otf +0 -0
  326. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XLt It.otf +0 -0
  327. package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text.otf +0 -0
  328. package/src/assets/fonts/metropolis/Metropolis-Bold.woff2 +0 -0
  329. package/src/assets/fonts/metropolis/Metropolis-BoldItalic.woff2 +0 -0
  330. package/src/assets/fonts/metropolis/Metropolis-ExtraBold.woff2 +0 -0
  331. package/src/assets/fonts/metropolis/Metropolis-Medium.woff2 +0 -0
  332. package/src/assets/fonts/metropolis/Metropolis-MediumItalic.woff2 +0 -0
  333. package/src/assets/fonts/metropolis/Metropolis-Regular.woff2 +0 -0
  334. package/src/assets/fonts/metropolis/Metropolis-RegularItalic.woff2 +0 -0
  335. package/src/assets/fonts/metropolis/Metropolis-SemiBold.woff2 +0 -0
  336. package/src/assets/fonts/metropolis/Metropolis-SemiBoldItalic.woff2 +0 -0
  337. package/src/components/BlockCsrTable/CsrAttachment.vue +0 -40
@@ -1,5 +1,4 @@
1
1
  import { EventCardObject } from './../../interfaces';
2
-
3
2
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
3
  data: {
5
4
  type: ObjectConstructor;
@@ -44,8 +43,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
44
43
  default: boolean;
45
44
  };
46
45
  }>> & Readonly<{}>, {
47
- fullBleed: boolean;
48
46
  indent: string;
47
+ fullBleed: boolean;
49
48
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
50
49
  BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
51
50
  level: {
@@ -130,7 +129,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
130
129
  }, {}, {
131
130
  BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
132
131
  variant: {
133
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
132
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
134
133
  required: false;
135
134
  default: string;
136
135
  validator: (prop: string) => boolean;
@@ -156,7 +155,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
156
155
  required: false;
157
156
  };
158
157
  to: {
159
- type: (StringConstructor | ObjectConstructor)[];
158
+ type: (ObjectConstructor | StringConstructor)[];
160
159
  required: false;
161
160
  default: undefined;
162
161
  };
@@ -172,7 +171,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
172
171
  variantClass(): string;
173
172
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
174
173
  variant: {
175
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
174
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
176
175
  required: false;
177
176
  default: string;
178
177
  validator: (prop: string) => boolean;
@@ -198,7 +197,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
198
197
  required: false;
199
198
  };
200
199
  to: {
201
- type: (StringConstructor | ObjectConstructor)[];
200
+ type: (ObjectConstructor | StringConstructor)[];
202
201
  required: false;
203
202
  default: undefined;
204
203
  };
@@ -210,13 +209,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
210
209
  }>> & Readonly<{
211
210
  onClick?: ((...args: any[]) => any) | undefined;
212
211
  }>, {
212
+ variant: "primary" | "secondary" | "dark" | "social";
213
213
  to: string | Record<string, any>;
214
- disabled: boolean;
215
- variant: "secondary" | "primary" | "dark" | "social";
216
214
  href: string;
217
215
  ariaLabel: string;
218
216
  compact: boolean;
219
217
  blockClasses: string;
218
+ disabled: boolean;
220
219
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
221
220
  IconSocialFacebook: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
222
221
  IconSocialTwitter: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -274,10 +273,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
274
273
  default: boolean;
275
274
  };
276
275
  }>> & Readonly<{}>, {
277
- image: import('./../../interfaces').ImageObject;
278
276
  startDate: string;
279
277
  endDate: string;
280
278
  ongoing: boolean;
279
+ image: import('./../../interfaces').ImageObject;
281
280
  constrain: boolean;
282
281
  }, {}, {
283
282
  BaseImage: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -287,7 +286,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
287
286
  default: string;
288
287
  };
289
288
  objectFitClass: {
290
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
289
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
291
290
  required: false;
292
291
  default: string;
293
292
  validator: (prop: string) => boolean;
@@ -329,7 +328,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
329
328
  default: string;
330
329
  };
331
330
  objectFitClass: {
332
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
331
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
333
332
  required: false;
334
333
  default: string;
335
334
  validator: (prop: string) => boolean;
@@ -361,13 +360,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
361
360
  default: string;
362
361
  };
363
362
  }>> & Readonly<{}>, {
364
- imageClass: string;
365
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
366
- srcset: string;
367
363
  alt: string;
368
364
  width: string | number;
369
365
  height: string | number;
366
+ srcset: string;
370
367
  loading: "lazy" | "eager" | undefined;
368
+ imageClass: string;
369
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
371
370
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
372
371
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
373
372
  darkMode: {
@@ -426,47 +425,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
426
425
  aspectRatio: "none" | "portrait" | "square" | "1:1" | "2:1" | "2:3" | "3:2" | "4:3" | "4:5" | "7:8" | "8:7" | "9:16" | "12:9" | "16:7" | "16:9" | "21:9";
427
426
  responsiveAspectRatio: string;
428
427
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
429
- CalendarChip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
430
- startDate: {
431
- type: import('vue').PropType<string>;
432
- default: undefined;
433
- };
434
- endDate: {
435
- type: import('vue').PropType<string>;
436
- default: undefined;
437
- };
438
- ongoing: {
439
- type: import('vue').PropType<boolean>;
440
- default: boolean;
441
- };
442
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
443
- startDate: {
444
- type: import('vue').PropType<string>;
445
- default: undefined;
446
- };
447
- endDate: {
448
- type: import('vue').PropType<string>;
449
- default: undefined;
450
- };
451
- ongoing: {
452
- type: import('vue').PropType<boolean>;
453
- default: boolean;
454
- };
455
- }>> & Readonly<{}>, {
428
+ CalendarChip: import('vue').DefineComponent<import('../../components/CalendarChip/CalendarChip.vue').CalendarChipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/CalendarChip/CalendarChip.vue').CalendarChipProps> & Readonly<{}>, {
456
429
  startDate: string;
457
430
  endDate: string;
458
431
  ongoing: boolean;
459
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
432
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
460
433
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
461
434
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
462
435
  variant: {
463
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
436
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
464
437
  required: false;
465
438
  default: string;
466
439
  validator: (prop: string) => boolean;
467
440
  };
468
441
  to: {
469
- type: (StringConstructor | ObjectConstructor)[];
442
+ type: (ObjectConstructor | StringConstructor)[];
470
443
  default: undefined;
471
444
  };
472
445
  exact: {
@@ -477,6 +450,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
477
450
  type: StringConstructor;
478
451
  default: undefined;
479
452
  };
453
+ addSlash: {
454
+ type: BooleanConstructor;
455
+ default: boolean;
456
+ };
480
457
  title: {
481
458
  type: StringConstructor;
482
459
  default: undefined;
@@ -563,13 +540,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
563
540
  addTrailingSlash(path: string): string;
564
541
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
565
542
  variant: {
566
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
543
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
567
544
  required: false;
568
545
  default: string;
569
546
  validator: (prop: string) => boolean;
570
547
  };
571
548
  to: {
572
- type: (StringConstructor | ObjectConstructor)[];
549
+ type: (ObjectConstructor | StringConstructor)[];
573
550
  default: undefined;
574
551
  };
575
552
  exact: {
@@ -580,6 +557,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
580
557
  type: StringConstructor;
581
558
  default: undefined;
582
559
  };
560
+ addSlash: {
561
+ type: BooleanConstructor;
562
+ default: boolean;
563
+ };
583
564
  title: {
584
565
  type: StringConstructor;
585
566
  default: undefined;
@@ -639,14 +620,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
639
620
  onLinkClicked?: ((...args: any[]) => any) | undefined;
640
621
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
641
622
  }>, {
642
- to: string | Record<string, any>;
643
623
  title: string;
644
- variant: "default" | "secondary" | "primary" | "none";
645
- href: string;
646
- target: string;
624
+ variant: "default" | "primary" | "secondary" | "none";
625
+ to: string | Record<string, any>;
647
626
  exact: boolean;
627
+ href: string;
628
+ addSlash: boolean;
648
629
  ariaLabel: string;
649
630
  linkClass: string;
631
+ target: string;
650
632
  externalTargetBlank: boolean;
651
633
  caret: boolean;
652
634
  caretWrapperClass: string;
@@ -722,7 +704,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
722
704
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
723
705
  BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
724
706
  variant: {
725
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
707
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
726
708
  required: false;
727
709
  default: string;
728
710
  validator: (prop: string) => boolean;
@@ -748,7 +730,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
748
730
  required: false;
749
731
  };
750
732
  to: {
751
- type: (StringConstructor | ObjectConstructor)[];
733
+ type: (ObjectConstructor | StringConstructor)[];
752
734
  required: false;
753
735
  default: undefined;
754
736
  };
@@ -764,7 +746,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
764
746
  variantClass(): string;
765
747
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
766
748
  variant: {
767
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
749
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
768
750
  required: false;
769
751
  default: string;
770
752
  validator: (prop: string) => boolean;
@@ -790,7 +772,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
790
772
  required: false;
791
773
  };
792
774
  to: {
793
- type: (StringConstructor | ObjectConstructor)[];
775
+ type: (ObjectConstructor | StringConstructor)[];
794
776
  required: false;
795
777
  default: undefined;
796
778
  };
@@ -802,13 +784,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
802
784
  }>> & Readonly<{
803
785
  onClick?: ((...args: any[]) => any) | undefined;
804
786
  }>, {
787
+ variant: "primary" | "secondary" | "dark" | "social";
805
788
  to: string | Record<string, any>;
806
- disabled: boolean;
807
- variant: "secondary" | "primary" | "dark" | "social";
808
789
  href: string;
809
790
  ariaLabel: string;
810
791
  compact: boolean;
811
792
  blockClasses: string;
793
+ disabled: boolean;
812
794
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
813
795
  CalendarButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
814
796
  isAllDay: {
@@ -887,17 +869,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
887
869
  default: undefined;
888
870
  };
889
871
  }>> & Readonly<{}>, {
890
- title: string;
891
872
  startDate: string;
892
873
  startDatetime: string;
893
874
  endDatetime: string;
894
875
  location: string;
876
+ title: string;
895
877
  description: string;
896
878
  isAllDay: boolean;
897
879
  }, {}, {
898
880
  BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
899
881
  variant: {
900
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
882
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
901
883
  required: false;
902
884
  default: string;
903
885
  validator: (prop: string) => boolean;
@@ -923,7 +905,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
923
905
  required: false;
924
906
  };
925
907
  to: {
926
- type: (StringConstructor | ObjectConstructor)[];
908
+ type: (ObjectConstructor | StringConstructor)[];
927
909
  required: false;
928
910
  default: undefined;
929
911
  };
@@ -939,7 +921,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
939
921
  variantClass(): string;
940
922
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
941
923
  variant: {
942
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
924
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
943
925
  required: false;
944
926
  default: string;
945
927
  validator: (prop: string) => boolean;
@@ -965,7 +947,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
965
947
  required: false;
966
948
  };
967
949
  to: {
968
- type: (StringConstructor | ObjectConstructor)[];
950
+ type: (ObjectConstructor | StringConstructor)[];
969
951
  required: false;
970
952
  default: undefined;
971
953
  };
@@ -977,13 +959,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
977
959
  }>> & Readonly<{
978
960
  onClick?: ((...args: any[]) => any) | undefined;
979
961
  }>, {
962
+ variant: "primary" | "secondary" | "dark" | "social";
980
963
  to: string | Record<string, any>;
981
- disabled: boolean;
982
- variant: "secondary" | "primary" | "dark" | "social";
983
964
  href: string;
984
965
  ariaLabel: string;
985
966
  compact: boolean;
986
967
  blockClasses: string;
968
+ disabled: boolean;
987
969
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
988
970
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
989
971
  BlockStreamfield: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -1031,9 +1013,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1031
1013
  default: undefined;
1032
1014
  };
1033
1015
  }>> & Readonly<{}>, {
1016
+ size: "small" | "medium" | "large";
1034
1017
  data: import('./../../interfaces').StreamfieldBlockData[];
1035
1018
  variant: "default" | "fluid";
1036
- size: "small" | "medium" | "large";
1037
1019
  }, {}, {
1038
1020
  LayoutHelper: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1039
1021
  indent: {
@@ -1060,8 +1042,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1060
1042
  default: boolean;
1061
1043
  };
1062
1044
  }>> & Readonly<{}>, {
1063
- fullBleed: boolean;
1064
1045
  indent: string;
1046
+ fullBleed: boolean;
1065
1047
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1066
1048
  BlockAnchor: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1067
1049
  data: {
@@ -1074,21 +1056,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1074
1056
  required: false;
1075
1057
  };
1076
1058
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1077
- BlockAccordion: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1078
- data: {
1079
- type: import('vue').PropType<import('../../components/BlockAccordion/BlockAccordion.vue').AccordionBlockObject>;
1080
- required: true;
1081
- default: undefined;
1082
- };
1083
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1084
- data: {
1085
- type: import('vue').PropType<import('../../components/BlockAccordion/BlockAccordion.vue').AccordionBlockObject>;
1086
- required: true;
1087
- default: undefined;
1088
- };
1089
- }>> & Readonly<{}>, {
1059
+ BlockAccordion: import('vue').DefineComponent<import('../../components/BlockAccordion/BlockAccordion.vue').BlockAccordionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/BlockAccordion/BlockAccordion.vue').BlockAccordionProps> & Readonly<{}>, {
1090
1060
  data: import('../../components/BlockAccordion/BlockAccordion.vue').AccordionBlockObject;
1091
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1061
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
1092
1062
  BlockCardGrid: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1093
1063
  compact: {
1094
1064
  type: BooleanConstructor;
@@ -1126,7 +1096,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1126
1096
  default: undefined;
1127
1097
  };
1128
1098
  link: {
1129
- type: (StringConstructor | ObjectConstructor)[];
1099
+ type: (ObjectConstructor | StringConstructor)[];
1130
1100
  required: false;
1131
1101
  default: undefined;
1132
1102
  };
@@ -1182,7 +1152,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1182
1152
  default: undefined;
1183
1153
  };
1184
1154
  link: {
1185
- type: (StringConstructor | ObjectConstructor)[];
1155
+ type: (ObjectConstructor | StringConstructor)[];
1186
1156
  required: false;
1187
1157
  default: undefined;
1188
1158
  };
@@ -1222,22 +1192,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1222
1192
  link: string | Record<string, any>;
1223
1193
  variant: "cards" | "tiles";
1224
1194
  heading: string;
1225
- initialSlide: number;
1226
- slidesPerView: number;
1227
1195
  indent: "col-1" | "col-2" | "col-3";
1228
1196
  noLinks: boolean;
1229
1197
  linkTitle: string;
1198
+ slidesPerView: number;
1230
1199
  center: boolean;
1200
+ initialSlide: number;
1231
1201
  }, {}, {
1232
1202
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1233
1203
  variant: {
1234
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
1204
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
1235
1205
  required: false;
1236
1206
  default: string;
1237
1207
  validator: (prop: string) => boolean;
1238
1208
  };
1239
1209
  to: {
1240
- type: (StringConstructor | ObjectConstructor)[];
1210
+ type: (ObjectConstructor | StringConstructor)[];
1241
1211
  default: undefined;
1242
1212
  };
1243
1213
  exact: {
@@ -1248,6 +1218,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1248
1218
  type: StringConstructor;
1249
1219
  default: undefined;
1250
1220
  };
1221
+ addSlash: {
1222
+ type: BooleanConstructor;
1223
+ default: boolean;
1224
+ };
1251
1225
  title: {
1252
1226
  type: StringConstructor;
1253
1227
  default: undefined;
@@ -1334,13 +1308,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1334
1308
  addTrailingSlash(path: string): string;
1335
1309
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1336
1310
  variant: {
1337
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
1311
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
1338
1312
  required: false;
1339
1313
  default: string;
1340
1314
  validator: (prop: string) => boolean;
1341
1315
  };
1342
1316
  to: {
1343
- type: (StringConstructor | ObjectConstructor)[];
1317
+ type: (ObjectConstructor | StringConstructor)[];
1344
1318
  default: undefined;
1345
1319
  };
1346
1320
  exact: {
@@ -1351,6 +1325,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1351
1325
  type: StringConstructor;
1352
1326
  default: undefined;
1353
1327
  };
1328
+ addSlash: {
1329
+ type: BooleanConstructor;
1330
+ default: boolean;
1331
+ };
1354
1332
  title: {
1355
1333
  type: StringConstructor;
1356
1334
  default: undefined;
@@ -1410,14 +1388,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1410
1388
  onLinkClicked?: ((...args: any[]) => any) | undefined;
1411
1389
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
1412
1390
  }>, {
1413
- to: string | Record<string, any>;
1414
1391
  title: string;
1415
- variant: "default" | "secondary" | "primary" | "none";
1416
- href: string;
1417
- target: string;
1392
+ variant: "default" | "primary" | "secondary" | "none";
1393
+ to: string | Record<string, any>;
1418
1394
  exact: boolean;
1395
+ href: string;
1396
+ addSlash: boolean;
1419
1397
  ariaLabel: string;
1420
1398
  linkClass: string;
1399
+ target: string;
1421
1400
  externalTargetBlank: boolean;
1422
1401
  caret: boolean;
1423
1402
  caretWrapperClass: string;
@@ -1493,7 +1472,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1493
1472
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1494
1473
  BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1495
1474
  variant: {
1496
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
1475
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
1497
1476
  required: false;
1498
1477
  default: string;
1499
1478
  validator: (prop: string) => boolean;
@@ -1519,7 +1498,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1519
1498
  required: false;
1520
1499
  };
1521
1500
  to: {
1522
- type: (StringConstructor | ObjectConstructor)[];
1501
+ type: (ObjectConstructor | StringConstructor)[];
1523
1502
  required: false;
1524
1503
  default: undefined;
1525
1504
  };
@@ -1535,7 +1514,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1535
1514
  variantClass(): string;
1536
1515
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1537
1516
  variant: {
1538
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
1517
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
1539
1518
  required: false;
1540
1519
  default: string;
1541
1520
  validator: (prop: string) => boolean;
@@ -1561,7 +1540,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1561
1540
  required: false;
1562
1541
  };
1563
1542
  to: {
1564
- type: (StringConstructor | ObjectConstructor)[];
1543
+ type: (ObjectConstructor | StringConstructor)[];
1565
1544
  required: false;
1566
1545
  default: undefined;
1567
1546
  };
@@ -1573,13 +1552,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1573
1552
  }>> & Readonly<{
1574
1553
  onClick?: ((...args: any[]) => any) | undefined;
1575
1554
  }>, {
1555
+ variant: "primary" | "secondary" | "dark" | "social";
1576
1556
  to: string | Record<string, any>;
1577
- disabled: boolean;
1578
- variant: "secondary" | "primary" | "dark" | "social";
1579
1557
  href: string;
1580
1558
  ariaLabel: string;
1581
1559
  compact: boolean;
1582
1560
  blockClasses: string;
1561
+ disabled: boolean;
1583
1562
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1584
1563
  IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1585
1564
  IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1612,13 +1591,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1612
1591
  }, {}, {
1613
1592
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1614
1593
  variant: {
1615
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
1594
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
1616
1595
  required: false;
1617
1596
  default: string;
1618
1597
  validator: (prop: string) => boolean;
1619
1598
  };
1620
1599
  to: {
1621
- type: (StringConstructor | ObjectConstructor)[];
1600
+ type: (ObjectConstructor | StringConstructor)[];
1622
1601
  default: undefined;
1623
1602
  };
1624
1603
  exact: {
@@ -1629,6 +1608,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1629
1608
  type: StringConstructor;
1630
1609
  default: undefined;
1631
1610
  };
1611
+ addSlash: {
1612
+ type: BooleanConstructor;
1613
+ default: boolean;
1614
+ };
1632
1615
  title: {
1633
1616
  type: StringConstructor;
1634
1617
  default: undefined;
@@ -1715,13 +1698,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1715
1698
  addTrailingSlash(path: string): string;
1716
1699
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1717
1700
  variant: {
1718
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
1701
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
1719
1702
  required: false;
1720
1703
  default: string;
1721
1704
  validator: (prop: string) => boolean;
1722
1705
  };
1723
1706
  to: {
1724
- type: (StringConstructor | ObjectConstructor)[];
1707
+ type: (ObjectConstructor | StringConstructor)[];
1725
1708
  default: undefined;
1726
1709
  };
1727
1710
  exact: {
@@ -1732,6 +1715,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1732
1715
  type: StringConstructor;
1733
1716
  default: undefined;
1734
1717
  };
1718
+ addSlash: {
1719
+ type: BooleanConstructor;
1720
+ default: boolean;
1721
+ };
1735
1722
  title: {
1736
1723
  type: StringConstructor;
1737
1724
  default: undefined;
@@ -1791,14 +1778,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1791
1778
  onLinkClicked?: ((...args: any[]) => any) | undefined;
1792
1779
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
1793
1780
  }>, {
1794
- to: string | Record<string, any>;
1795
1781
  title: string;
1796
- variant: "default" | "secondary" | "primary" | "none";
1797
- href: string;
1798
- target: string;
1782
+ variant: "default" | "primary" | "secondary" | "none";
1783
+ to: string | Record<string, any>;
1799
1784
  exact: boolean;
1785
+ href: string;
1786
+ addSlash: boolean;
1800
1787
  ariaLabel: string;
1801
1788
  linkClass: string;
1789
+ target: string;
1802
1790
  externalTargetBlank: boolean;
1803
1791
  caret: boolean;
1804
1792
  caretWrapperClass: string;
@@ -1919,10 +1907,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1919
1907
  default: undefined;
1920
1908
  };
1921
1909
  }>> & Readonly<{}>, {
1922
- link: import('./../../interfaces').LinkObject;
1923
- label: string;
1924
1910
  title: string;
1925
1911
  image: Record<string, any>;
1912
+ label: string;
1913
+ link: import('./../../interfaces').LinkObject;
1926
1914
  description: string;
1927
1915
  }, {}, {
1928
1916
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -1989,7 +1977,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1989
1977
  default: string;
1990
1978
  };
1991
1979
  objectFitClass: {
1992
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
1980
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
1993
1981
  required: false;
1994
1982
  default: string;
1995
1983
  validator: (prop: string) => boolean;
@@ -2031,7 +2019,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2031
2019
  default: string;
2032
2020
  };
2033
2021
  objectFitClass: {
2034
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
2022
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
2035
2023
  required: false;
2036
2024
  default: string;
2037
2025
  validator: (prop: string) => boolean;
@@ -2063,13 +2051,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2063
2051
  default: string;
2064
2052
  };
2065
2053
  }>> & Readonly<{}>, {
2066
- imageClass: string;
2067
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
2068
- srcset: string;
2069
2054
  alt: string;
2070
2055
  width: string | number;
2071
2056
  height: string | number;
2057
+ srcset: string;
2072
2058
  loading: "lazy" | "eager" | undefined;
2059
+ imageClass: string;
2060
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
2073
2061
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2074
2062
  BaseHeading: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2075
2063
  level: {
@@ -2144,7 +2132,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2144
2132
  }, {}, {
2145
2133
  BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2146
2134
  variant: {
2147
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
2135
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
2148
2136
  required: false;
2149
2137
  default: string;
2150
2138
  validator: (prop: string) => boolean;
@@ -2170,7 +2158,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2170
2158
  required: false;
2171
2159
  };
2172
2160
  to: {
2173
- type: (StringConstructor | ObjectConstructor)[];
2161
+ type: (ObjectConstructor | StringConstructor)[];
2174
2162
  required: false;
2175
2163
  default: undefined;
2176
2164
  };
@@ -2186,7 +2174,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2186
2174
  variantClass(): string;
2187
2175
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2188
2176
  variant: {
2189
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
2177
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
2190
2178
  required: false;
2191
2179
  default: string;
2192
2180
  validator: (prop: string) => boolean;
@@ -2212,7 +2200,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2212
2200
  required: false;
2213
2201
  };
2214
2202
  to: {
2215
- type: (StringConstructor | ObjectConstructor)[];
2203
+ type: (ObjectConstructor | StringConstructor)[];
2216
2204
  required: false;
2217
2205
  default: undefined;
2218
2206
  };
@@ -2224,13 +2212,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2224
2212
  }>> & Readonly<{
2225
2213
  onClick?: ((...args: any[]) => any) | undefined;
2226
2214
  }>, {
2215
+ variant: "primary" | "secondary" | "dark" | "social";
2227
2216
  to: string | Record<string, any>;
2228
- disabled: boolean;
2229
- variant: "secondary" | "primary" | "dark" | "social";
2230
2217
  href: string;
2231
2218
  ariaLabel: string;
2232
2219
  compact: boolean;
2233
2220
  blockClasses: string;
2221
+ disabled: boolean;
2234
2222
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2235
2223
  IconExternal: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2236
2224
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -2383,8 +2371,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2383
2371
  };
2384
2372
  }>> & Readonly<{}>, {
2385
2373
  caption: string;
2386
- data: import('./../../interfaces').ImageObject;
2387
2374
  displayCaption: boolean;
2375
+ data: import('./../../interfaces').ImageObject;
2388
2376
  customDetailUrl: string;
2389
2377
  constrain: boolean;
2390
2378
  }, {}, {
@@ -2545,7 +2533,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2545
2533
  default: string;
2546
2534
  };
2547
2535
  objectFitClass: {
2548
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
2536
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
2549
2537
  required: false;
2550
2538
  default: string;
2551
2539
  validator: (prop: string) => boolean;
@@ -2587,7 +2575,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2587
2575
  default: string;
2588
2576
  };
2589
2577
  objectFitClass: {
2590
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
2578
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
2591
2579
  required: false;
2592
2580
  default: string;
2593
2581
  validator: (prop: string) => boolean;
@@ -2619,13 +2607,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2619
2607
  default: string;
2620
2608
  };
2621
2609
  }>> & Readonly<{}>, {
2622
- imageClass: string;
2623
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
2624
- srcset: string;
2625
2610
  alt: string;
2626
2611
  width: string | number;
2627
2612
  height: string | number;
2613
+ srcset: string;
2628
2614
  loading: "lazy" | "eager" | undefined;
2615
+ imageClass: string;
2616
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
2629
2617
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2630
2618
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2631
2619
  darkMode: {
@@ -2716,13 +2704,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2716
2704
  }, {}, {
2717
2705
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2718
2706
  variant: {
2719
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
2707
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
2720
2708
  required: false;
2721
2709
  default: string;
2722
2710
  validator: (prop: string) => boolean;
2723
2711
  };
2724
2712
  to: {
2725
- type: (StringConstructor | ObjectConstructor)[];
2713
+ type: (ObjectConstructor | StringConstructor)[];
2726
2714
  default: undefined;
2727
2715
  };
2728
2716
  exact: {
@@ -2733,6 +2721,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2733
2721
  type: StringConstructor;
2734
2722
  default: undefined;
2735
2723
  };
2724
+ addSlash: {
2725
+ type: BooleanConstructor;
2726
+ default: boolean;
2727
+ };
2736
2728
  title: {
2737
2729
  type: StringConstructor;
2738
2730
  default: undefined;
@@ -2819,13 +2811,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2819
2811
  addTrailingSlash(path: string): string;
2820
2812
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2821
2813
  variant: {
2822
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
2814
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
2823
2815
  required: false;
2824
2816
  default: string;
2825
2817
  validator: (prop: string) => boolean;
2826
2818
  };
2827
2819
  to: {
2828
- type: (StringConstructor | ObjectConstructor)[];
2820
+ type: (ObjectConstructor | StringConstructor)[];
2829
2821
  default: undefined;
2830
2822
  };
2831
2823
  exact: {
@@ -2836,6 +2828,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2836
2828
  type: StringConstructor;
2837
2829
  default: undefined;
2838
2830
  };
2831
+ addSlash: {
2832
+ type: BooleanConstructor;
2833
+ default: boolean;
2834
+ };
2839
2835
  title: {
2840
2836
  type: StringConstructor;
2841
2837
  default: undefined;
@@ -2895,14 +2891,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2895
2891
  onLinkClicked?: ((...args: any[]) => any) | undefined;
2896
2892
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
2897
2893
  }>, {
2898
- to: string | Record<string, any>;
2899
2894
  title: string;
2900
- variant: "default" | "secondary" | "primary" | "none";
2901
- href: string;
2902
- target: string;
2895
+ variant: "default" | "primary" | "secondary" | "none";
2896
+ to: string | Record<string, any>;
2903
2897
  exact: boolean;
2898
+ href: string;
2899
+ addSlash: boolean;
2904
2900
  ariaLabel: string;
2905
2901
  linkClass: string;
2902
+ target: string;
2906
2903
  externalTargetBlank: boolean;
2907
2904
  caret: boolean;
2908
2905
  caretWrapperClass: string;
@@ -3037,8 +3034,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3037
3034
  };
3038
3035
  }>> & Readonly<{}>, {
3039
3036
  caption: string;
3040
- data: import('./../../interfaces').ImageObject;
3041
3037
  displayCaption: boolean;
3038
+ data: import('./../../interfaces').ImageObject;
3042
3039
  customDetailUrl: string;
3043
3040
  constrain: boolean;
3044
3041
  }, {}, {
@@ -3199,7 +3196,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3199
3196
  default: string;
3200
3197
  };
3201
3198
  objectFitClass: {
3202
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
3199
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
3203
3200
  required: false;
3204
3201
  default: string;
3205
3202
  validator: (prop: string) => boolean;
@@ -3241,7 +3238,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3241
3238
  default: string;
3242
3239
  };
3243
3240
  objectFitClass: {
3244
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
3241
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
3245
3242
  required: false;
3246
3243
  default: string;
3247
3244
  validator: (prop: string) => boolean;
@@ -3273,13 +3270,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3273
3270
  default: string;
3274
3271
  };
3275
3272
  }>> & Readonly<{}>, {
3276
- imageClass: string;
3277
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
3278
- srcset: string;
3279
3273
  alt: string;
3280
3274
  width: string | number;
3281
3275
  height: string | number;
3276
+ srcset: string;
3282
3277
  loading: "lazy" | "eager" | undefined;
3278
+ imageClass: string;
3279
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
3283
3280
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3284
3281
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3285
3282
  darkMode: {
@@ -3370,13 +3367,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3370
3367
  }, {}, {
3371
3368
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3372
3369
  variant: {
3373
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
3370
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
3374
3371
  required: false;
3375
3372
  default: string;
3376
3373
  validator: (prop: string) => boolean;
3377
3374
  };
3378
3375
  to: {
3379
- type: (StringConstructor | ObjectConstructor)[];
3376
+ type: (ObjectConstructor | StringConstructor)[];
3380
3377
  default: undefined;
3381
3378
  };
3382
3379
  exact: {
@@ -3387,6 +3384,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3387
3384
  type: StringConstructor;
3388
3385
  default: undefined;
3389
3386
  };
3387
+ addSlash: {
3388
+ type: BooleanConstructor;
3389
+ default: boolean;
3390
+ };
3390
3391
  title: {
3391
3392
  type: StringConstructor;
3392
3393
  default: undefined;
@@ -3473,13 +3474,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3473
3474
  addTrailingSlash(path: string): string;
3474
3475
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
3475
3476
  variant: {
3476
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
3477
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
3477
3478
  required: false;
3478
3479
  default: string;
3479
3480
  validator: (prop: string) => boolean;
3480
3481
  };
3481
3482
  to: {
3482
- type: (StringConstructor | ObjectConstructor)[];
3483
+ type: (ObjectConstructor | StringConstructor)[];
3483
3484
  default: undefined;
3484
3485
  };
3485
3486
  exact: {
@@ -3490,6 +3491,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3490
3491
  type: StringConstructor;
3491
3492
  default: undefined;
3492
3493
  };
3494
+ addSlash: {
3495
+ type: BooleanConstructor;
3496
+ default: boolean;
3497
+ };
3493
3498
  title: {
3494
3499
  type: StringConstructor;
3495
3500
  default: undefined;
@@ -3549,14 +3554,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3549
3554
  onLinkClicked?: ((...args: any[]) => any) | undefined;
3550
3555
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
3551
3556
  }>, {
3552
- to: string | Record<string, any>;
3553
3557
  title: string;
3554
- variant: "default" | "secondary" | "primary" | "none";
3555
- href: string;
3556
- target: string;
3558
+ variant: "default" | "primary" | "secondary" | "none";
3559
+ to: string | Record<string, any>;
3557
3560
  exact: boolean;
3561
+ href: string;
3562
+ addSlash: boolean;
3558
3563
  ariaLabel: string;
3559
3564
  linkClass: string;
3565
+ target: string;
3560
3566
  externalTargetBlank: boolean;
3561
3567
  caret: boolean;
3562
3568
  caretWrapperClass: string;
@@ -3657,8 +3663,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3657
3663
  default: boolean;
3658
3664
  };
3659
3665
  }>> & Readonly<{}>, {
3660
- fullBleed: boolean;
3661
3666
  indent: string;
3667
+ fullBleed: boolean;
3662
3668
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3663
3669
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3664
3670
  BlockImageCarousel: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -3731,7 +3737,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3731
3737
  }, {}, {
3732
3738
  BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3733
3739
  variant: {
3734
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
3740
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
3735
3741
  required: false;
3736
3742
  default: string;
3737
3743
  validator: (prop: string) => boolean;
@@ -3757,7 +3763,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3757
3763
  required: false;
3758
3764
  };
3759
3765
  to: {
3760
- type: (StringConstructor | ObjectConstructor)[];
3766
+ type: (ObjectConstructor | StringConstructor)[];
3761
3767
  required: false;
3762
3768
  default: undefined;
3763
3769
  };
@@ -3773,7 +3779,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3773
3779
  variantClass(): string;
3774
3780
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
3775
3781
  variant: {
3776
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
3782
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
3777
3783
  required: false;
3778
3784
  default: string;
3779
3785
  validator: (prop: string) => boolean;
@@ -3799,7 +3805,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3799
3805
  required: false;
3800
3806
  };
3801
3807
  to: {
3802
- type: (StringConstructor | ObjectConstructor)[];
3808
+ type: (ObjectConstructor | StringConstructor)[];
3803
3809
  required: false;
3804
3810
  default: undefined;
3805
3811
  };
@@ -3811,13 +3817,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3811
3817
  }>> & Readonly<{
3812
3818
  onClick?: ((...args: any[]) => any) | undefined;
3813
3819
  }>, {
3820
+ variant: "primary" | "secondary" | "dark" | "social";
3814
3821
  to: string | Record<string, any>;
3815
- disabled: boolean;
3816
- variant: "secondary" | "primary" | "dark" | "social";
3817
3822
  href: string;
3818
3823
  ariaLabel: string;
3819
3824
  compact: boolean;
3820
3825
  blockClasses: string;
3826
+ disabled: boolean;
3821
3827
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3822
3828
  IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3823
3829
  IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -4033,7 +4039,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4033
4039
  default: string;
4034
4040
  };
4035
4041
  objectFitClass: {
4036
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
4042
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
4037
4043
  required: false;
4038
4044
  default: string;
4039
4045
  validator: (prop: string) => boolean;
@@ -4075,7 +4081,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4075
4081
  default: string;
4076
4082
  };
4077
4083
  objectFitClass: {
4078
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
4084
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
4079
4085
  required: false;
4080
4086
  default: string;
4081
4087
  validator: (prop: string) => boolean;
@@ -4107,13 +4113,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4107
4113
  default: string;
4108
4114
  };
4109
4115
  }>> & Readonly<{}>, {
4110
- imageClass: string;
4111
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
4112
- srcset: string;
4113
4116
  alt: string;
4114
4117
  width: string | number;
4115
4118
  height: string | number;
4119
+ srcset: string;
4116
4120
  loading: "lazy" | "eager" | undefined;
4121
+ imageClass: string;
4122
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
4117
4123
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
4118
4124
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4119
4125
  darkMode: {
@@ -4204,13 +4210,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4204
4210
  }, {}, {
4205
4211
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4206
4212
  variant: {
4207
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
4213
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
4208
4214
  required: false;
4209
4215
  default: string;
4210
4216
  validator: (prop: string) => boolean;
4211
4217
  };
4212
4218
  to: {
4213
- type: (StringConstructor | ObjectConstructor)[];
4219
+ type: (ObjectConstructor | StringConstructor)[];
4214
4220
  default: undefined;
4215
4221
  };
4216
4222
  exact: {
@@ -4221,6 +4227,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4221
4227
  type: StringConstructor;
4222
4228
  default: undefined;
4223
4229
  };
4230
+ addSlash: {
4231
+ type: BooleanConstructor;
4232
+ default: boolean;
4233
+ };
4224
4234
  title: {
4225
4235
  type: StringConstructor;
4226
4236
  default: undefined;
@@ -4307,13 +4317,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4307
4317
  addTrailingSlash(path: string): string;
4308
4318
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
4309
4319
  variant: {
4310
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
4320
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
4311
4321
  required: false;
4312
4322
  default: string;
4313
4323
  validator: (prop: string) => boolean;
4314
4324
  };
4315
4325
  to: {
4316
- type: (StringConstructor | ObjectConstructor)[];
4326
+ type: (ObjectConstructor | StringConstructor)[];
4317
4327
  default: undefined;
4318
4328
  };
4319
4329
  exact: {
@@ -4324,6 +4334,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4324
4334
  type: StringConstructor;
4325
4335
  default: undefined;
4326
4336
  };
4337
+ addSlash: {
4338
+ type: BooleanConstructor;
4339
+ default: boolean;
4340
+ };
4327
4341
  title: {
4328
4342
  type: StringConstructor;
4329
4343
  default: undefined;
@@ -4383,14 +4397,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4383
4397
  onLinkClicked?: ((...args: any[]) => any) | undefined;
4384
4398
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
4385
4399
  }>, {
4386
- to: string | Record<string, any>;
4387
4400
  title: string;
4388
- variant: "default" | "secondary" | "primary" | "none";
4389
- href: string;
4390
- target: string;
4401
+ variant: "default" | "primary" | "secondary" | "none";
4402
+ to: string | Record<string, any>;
4391
4403
  exact: boolean;
4404
+ href: string;
4405
+ addSlash: boolean;
4392
4406
  ariaLabel: string;
4393
4407
  linkClass: string;
4408
+ target: string;
4394
4409
  externalTargetBlank: boolean;
4395
4410
  caret: boolean;
4396
4411
  caretWrapperClass: string;
@@ -4523,13 +4538,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4523
4538
  }, {}, {
4524
4539
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4525
4540
  variant: {
4526
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
4541
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
4527
4542
  required: false;
4528
4543
  default: string;
4529
4544
  validator: (prop: string) => boolean;
4530
4545
  };
4531
4546
  to: {
4532
- type: (StringConstructor | ObjectConstructor)[];
4547
+ type: (ObjectConstructor | StringConstructor)[];
4533
4548
  default: undefined;
4534
4549
  };
4535
4550
  exact: {
@@ -4540,6 +4555,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4540
4555
  type: StringConstructor;
4541
4556
  default: undefined;
4542
4557
  };
4558
+ addSlash: {
4559
+ type: BooleanConstructor;
4560
+ default: boolean;
4561
+ };
4543
4562
  title: {
4544
4563
  type: StringConstructor;
4545
4564
  default: undefined;
@@ -4626,13 +4645,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4626
4645
  addTrailingSlash(path: string): string;
4627
4646
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
4628
4647
  variant: {
4629
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
4648
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
4630
4649
  required: false;
4631
4650
  default: string;
4632
4651
  validator: (prop: string) => boolean;
4633
4652
  };
4634
4653
  to: {
4635
- type: (StringConstructor | ObjectConstructor)[];
4654
+ type: (ObjectConstructor | StringConstructor)[];
4636
4655
  default: undefined;
4637
4656
  };
4638
4657
  exact: {
@@ -4643,6 +4662,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4643
4662
  type: StringConstructor;
4644
4663
  default: undefined;
4645
4664
  };
4665
+ addSlash: {
4666
+ type: BooleanConstructor;
4667
+ default: boolean;
4668
+ };
4646
4669
  title: {
4647
4670
  type: StringConstructor;
4648
4671
  default: undefined;
@@ -4702,14 +4725,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4702
4725
  onLinkClicked?: ((...args: any[]) => any) | undefined;
4703
4726
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
4704
4727
  }>, {
4705
- to: string | Record<string, any>;
4706
4728
  title: string;
4707
- variant: "default" | "secondary" | "primary" | "none";
4708
- href: string;
4709
- target: string;
4729
+ variant: "default" | "primary" | "secondary" | "none";
4730
+ to: string | Record<string, any>;
4710
4731
  exact: boolean;
4732
+ href: string;
4733
+ addSlash: boolean;
4711
4734
  ariaLabel: string;
4712
4735
  linkClass: string;
4736
+ target: string;
4713
4737
  externalTargetBlank: boolean;
4714
4738
  caret: boolean;
4715
4739
  caretWrapperClass: string;
@@ -4995,7 +5019,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4995
5019
  default: string;
4996
5020
  };
4997
5021
  objectFitClass: {
4998
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
5022
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
4999
5023
  required: false;
5000
5024
  default: string;
5001
5025
  validator: (prop: string) => boolean;
@@ -5037,7 +5061,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5037
5061
  default: string;
5038
5062
  };
5039
5063
  objectFitClass: {
5040
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
5064
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
5041
5065
  required: false;
5042
5066
  default: string;
5043
5067
  validator: (prop: string) => boolean;
@@ -5069,13 +5093,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5069
5093
  default: string;
5070
5094
  };
5071
5095
  }>> & Readonly<{}>, {
5072
- imageClass: string;
5073
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
5074
- srcset: string;
5075
5096
  alt: string;
5076
5097
  width: string | number;
5077
5098
  height: string | number;
5099
+ srcset: string;
5078
5100
  loading: "lazy" | "eager" | undefined;
5101
+ imageClass: string;
5102
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
5079
5103
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
5080
5104
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5081
5105
  darkMode: {
@@ -5247,7 +5271,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5247
5271
  }, {}, {
5248
5272
  BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5249
5273
  variant: {
5250
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
5274
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
5251
5275
  required: false;
5252
5276
  default: string;
5253
5277
  validator: (prop: string) => boolean;
@@ -5273,7 +5297,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5273
5297
  required: false;
5274
5298
  };
5275
5299
  to: {
5276
- type: (StringConstructor | ObjectConstructor)[];
5300
+ type: (ObjectConstructor | StringConstructor)[];
5277
5301
  required: false;
5278
5302
  default: undefined;
5279
5303
  };
@@ -5289,7 +5313,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5289
5313
  variantClass(): string;
5290
5314
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
5291
5315
  variant: {
5292
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
5316
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
5293
5317
  required: false;
5294
5318
  default: string;
5295
5319
  validator: (prop: string) => boolean;
@@ -5315,7 +5339,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5315
5339
  required: false;
5316
5340
  };
5317
5341
  to: {
5318
- type: (StringConstructor | ObjectConstructor)[];
5342
+ type: (ObjectConstructor | StringConstructor)[];
5319
5343
  required: false;
5320
5344
  default: undefined;
5321
5345
  };
@@ -5327,13 +5351,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5327
5351
  }>> & Readonly<{
5328
5352
  onClick?: ((...args: any[]) => any) | undefined;
5329
5353
  }>, {
5354
+ variant: "primary" | "secondary" | "dark" | "social";
5330
5355
  to: string | Record<string, any>;
5331
- disabled: boolean;
5332
- variant: "secondary" | "primary" | "dark" | "social";
5333
5356
  href: string;
5334
5357
  ariaLabel: string;
5335
5358
  compact: boolean;
5336
5359
  blockClasses: string;
5360
+ disabled: boolean;
5337
5361
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
5338
5362
  IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
5339
5363
  IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -5549,7 +5573,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5549
5573
  default: string;
5550
5574
  };
5551
5575
  objectFitClass: {
5552
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
5576
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
5553
5577
  required: false;
5554
5578
  default: string;
5555
5579
  validator: (prop: string) => boolean;
@@ -5591,7 +5615,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5591
5615
  default: string;
5592
5616
  };
5593
5617
  objectFitClass: {
5594
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
5618
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
5595
5619
  required: false;
5596
5620
  default: string;
5597
5621
  validator: (prop: string) => boolean;
@@ -5623,13 +5647,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5623
5647
  default: string;
5624
5648
  };
5625
5649
  }>> & Readonly<{}>, {
5626
- imageClass: string;
5627
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
5628
- srcset: string;
5629
5650
  alt: string;
5630
5651
  width: string | number;
5631
5652
  height: string | number;
5653
+ srcset: string;
5632
5654
  loading: "lazy" | "eager" | undefined;
5655
+ imageClass: string;
5656
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
5633
5657
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
5634
5658
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5635
5659
  darkMode: {
@@ -5720,13 +5744,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5720
5744
  }, {}, {
5721
5745
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5722
5746
  variant: {
5723
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
5747
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
5724
5748
  required: false;
5725
5749
  default: string;
5726
5750
  validator: (prop: string) => boolean;
5727
5751
  };
5728
5752
  to: {
5729
- type: (StringConstructor | ObjectConstructor)[];
5753
+ type: (ObjectConstructor | StringConstructor)[];
5730
5754
  default: undefined;
5731
5755
  };
5732
5756
  exact: {
@@ -5737,6 +5761,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5737
5761
  type: StringConstructor;
5738
5762
  default: undefined;
5739
5763
  };
5764
+ addSlash: {
5765
+ type: BooleanConstructor;
5766
+ default: boolean;
5767
+ };
5740
5768
  title: {
5741
5769
  type: StringConstructor;
5742
5770
  default: undefined;
@@ -5823,13 +5851,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5823
5851
  addTrailingSlash(path: string): string;
5824
5852
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
5825
5853
  variant: {
5826
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
5854
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
5827
5855
  required: false;
5828
5856
  default: string;
5829
5857
  validator: (prop: string) => boolean;
5830
5858
  };
5831
5859
  to: {
5832
- type: (StringConstructor | ObjectConstructor)[];
5860
+ type: (ObjectConstructor | StringConstructor)[];
5833
5861
  default: undefined;
5834
5862
  };
5835
5863
  exact: {
@@ -5840,6 +5868,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5840
5868
  type: StringConstructor;
5841
5869
  default: undefined;
5842
5870
  };
5871
+ addSlash: {
5872
+ type: BooleanConstructor;
5873
+ default: boolean;
5874
+ };
5843
5875
  title: {
5844
5876
  type: StringConstructor;
5845
5877
  default: undefined;
@@ -5899,14 +5931,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5899
5931
  onLinkClicked?: ((...args: any[]) => any) | undefined;
5900
5932
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
5901
5933
  }>, {
5902
- to: string | Record<string, any>;
5903
5934
  title: string;
5904
- variant: "default" | "secondary" | "primary" | "none";
5905
- href: string;
5906
- target: string;
5935
+ variant: "default" | "primary" | "secondary" | "none";
5936
+ to: string | Record<string, any>;
5907
5937
  exact: boolean;
5938
+ href: string;
5939
+ addSlash: boolean;
5908
5940
  ariaLabel: string;
5909
5941
  linkClass: string;
5942
+ target: string;
5910
5943
  externalTargetBlank: boolean;
5911
5944
  caret: boolean;
5912
5945
  caretWrapperClass: string;
@@ -6257,7 +6290,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6257
6290
  default: string;
6258
6291
  };
6259
6292
  objectFitClass: {
6260
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
6293
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
6261
6294
  required: false;
6262
6295
  default: string;
6263
6296
  validator: (prop: string) => boolean;
@@ -6299,7 +6332,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6299
6332
  default: string;
6300
6333
  };
6301
6334
  objectFitClass: {
6302
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
6335
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
6303
6336
  required: false;
6304
6337
  default: string;
6305
6338
  validator: (prop: string) => boolean;
@@ -6331,13 +6364,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6331
6364
  default: string;
6332
6365
  };
6333
6366
  }>> & Readonly<{}>, {
6334
- imageClass: string;
6335
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
6336
- srcset: string;
6337
6367
  alt: string;
6338
6368
  width: string | number;
6339
6369
  height: string | number;
6370
+ srcset: string;
6340
6371
  loading: "lazy" | "eager" | undefined;
6372
+ imageClass: string;
6373
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
6341
6374
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6342
6375
  BaseImageCaption: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
6343
6376
  data: {
@@ -6371,13 +6404,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6371
6404
  }, {}, {
6372
6405
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
6373
6406
  variant: {
6374
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
6407
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
6375
6408
  required: false;
6376
6409
  default: string;
6377
6410
  validator: (prop: string) => boolean;
6378
6411
  };
6379
6412
  to: {
6380
- type: (StringConstructor | ObjectConstructor)[];
6413
+ type: (ObjectConstructor | StringConstructor)[];
6381
6414
  default: undefined;
6382
6415
  };
6383
6416
  exact: {
@@ -6388,6 +6421,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6388
6421
  type: StringConstructor;
6389
6422
  default: undefined;
6390
6423
  };
6424
+ addSlash: {
6425
+ type: BooleanConstructor;
6426
+ default: boolean;
6427
+ };
6391
6428
  title: {
6392
6429
  type: StringConstructor;
6393
6430
  default: undefined;
@@ -6474,13 +6511,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6474
6511
  addTrailingSlash(path: string): string;
6475
6512
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6476
6513
  variant: {
6477
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
6514
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
6478
6515
  required: false;
6479
6516
  default: string;
6480
6517
  validator: (prop: string) => boolean;
6481
6518
  };
6482
6519
  to: {
6483
- type: (StringConstructor | ObjectConstructor)[];
6520
+ type: (ObjectConstructor | StringConstructor)[];
6484
6521
  default: undefined;
6485
6522
  };
6486
6523
  exact: {
@@ -6491,6 +6528,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6491
6528
  type: StringConstructor;
6492
6529
  default: undefined;
6493
6530
  };
6531
+ addSlash: {
6532
+ type: BooleanConstructor;
6533
+ default: boolean;
6534
+ };
6494
6535
  title: {
6495
6536
  type: StringConstructor;
6496
6537
  default: undefined;
@@ -6550,14 +6591,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6550
6591
  onLinkClicked?: ((...args: any[]) => any) | undefined;
6551
6592
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
6552
6593
  }>, {
6553
- to: string | Record<string, any>;
6554
6594
  title: string;
6555
- variant: "default" | "secondary" | "primary" | "none";
6556
- href: string;
6557
- target: string;
6595
+ variant: "default" | "primary" | "secondary" | "none";
6596
+ to: string | Record<string, any>;
6558
6597
  exact: boolean;
6598
+ href: string;
6599
+ addSlash: boolean;
6559
6600
  ariaLabel: string;
6560
6601
  linkClass: string;
6602
+ target: string;
6561
6603
  externalTargetBlank: boolean;
6562
6604
  caret: boolean;
6563
6605
  caretWrapperClass: string;
@@ -6749,21 +6791,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6749
6791
  variant: "small" | "medium" | "large";
6750
6792
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6751
6793
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6752
- BlockLinkCardList: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
6753
- items: {
6754
- type: import('vue').PropType<import('./../../interfaces').Card[]>;
6755
- required: true;
6756
- default: undefined;
6757
- };
6758
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6759
- items: {
6760
- type: import('vue').PropType<import('./../../interfaces').Card[]>;
6761
- required: true;
6762
- default: undefined;
6763
- };
6764
- }>> & Readonly<{}>, {
6794
+ BlockLinkCardList: import('vue').DefineComponent<import('../../components/BlockLinkCardList/BlockLinkCardList.vue').BlockLinkCardListProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/BlockLinkCardList/BlockLinkCardList.vue').BlockLinkCardListProps> & Readonly<{}>, {
6765
6795
  items: import('./../../interfaces').Card[];
6766
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6796
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
6767
6797
  BlockLinkCarousel: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
6768
6798
  itemType: {
6769
6799
  type: import('vue').PropType<"cards" | "tiles">;
@@ -6818,7 +6848,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6818
6848
  default: undefined;
6819
6849
  };
6820
6850
  link: {
6821
- type: (StringConstructor | ObjectConstructor)[];
6851
+ type: (ObjectConstructor | StringConstructor)[];
6822
6852
  required: false;
6823
6853
  default: undefined;
6824
6854
  };
@@ -6874,7 +6904,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6874
6904
  default: undefined;
6875
6905
  };
6876
6906
  link: {
6877
- type: (StringConstructor | ObjectConstructor)[];
6907
+ type: (ObjectConstructor | StringConstructor)[];
6878
6908
  required: false;
6879
6909
  default: undefined;
6880
6910
  };
@@ -6914,22 +6944,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6914
6944
  link: string | Record<string, any>;
6915
6945
  variant: "cards" | "tiles";
6916
6946
  heading: string;
6917
- initialSlide: number;
6918
- slidesPerView: number;
6919
6947
  indent: "col-1" | "col-2" | "col-3";
6920
6948
  noLinks: boolean;
6921
6949
  linkTitle: string;
6950
+ slidesPerView: number;
6922
6951
  center: boolean;
6952
+ initialSlide: number;
6923
6953
  }, {}, {
6924
6954
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
6925
6955
  variant: {
6926
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
6956
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
6927
6957
  required: false;
6928
6958
  default: string;
6929
6959
  validator: (prop: string) => boolean;
6930
6960
  };
6931
6961
  to: {
6932
- type: (StringConstructor | ObjectConstructor)[];
6962
+ type: (ObjectConstructor | StringConstructor)[];
6933
6963
  default: undefined;
6934
6964
  };
6935
6965
  exact: {
@@ -6940,6 +6970,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6940
6970
  type: StringConstructor;
6941
6971
  default: undefined;
6942
6972
  };
6973
+ addSlash: {
6974
+ type: BooleanConstructor;
6975
+ default: boolean;
6976
+ };
6943
6977
  title: {
6944
6978
  type: StringConstructor;
6945
6979
  default: undefined;
@@ -7026,13 +7060,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7026
7060
  addTrailingSlash(path: string): string;
7027
7061
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7028
7062
  variant: {
7029
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
7063
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
7030
7064
  required: false;
7031
7065
  default: string;
7032
7066
  validator: (prop: string) => boolean;
7033
7067
  };
7034
7068
  to: {
7035
- type: (StringConstructor | ObjectConstructor)[];
7069
+ type: (ObjectConstructor | StringConstructor)[];
7036
7070
  default: undefined;
7037
7071
  };
7038
7072
  exact: {
@@ -7043,6 +7077,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7043
7077
  type: StringConstructor;
7044
7078
  default: undefined;
7045
7079
  };
7080
+ addSlash: {
7081
+ type: BooleanConstructor;
7082
+ default: boolean;
7083
+ };
7046
7084
  title: {
7047
7085
  type: StringConstructor;
7048
7086
  default: undefined;
@@ -7102,14 +7140,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7102
7140
  onLinkClicked?: ((...args: any[]) => any) | undefined;
7103
7141
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
7104
7142
  }>, {
7105
- to: string | Record<string, any>;
7106
7143
  title: string;
7107
- variant: "default" | "secondary" | "primary" | "none";
7108
- href: string;
7109
- target: string;
7144
+ variant: "default" | "primary" | "secondary" | "none";
7145
+ to: string | Record<string, any>;
7110
7146
  exact: boolean;
7147
+ href: string;
7148
+ addSlash: boolean;
7111
7149
  ariaLabel: string;
7112
7150
  linkClass: string;
7151
+ target: string;
7113
7152
  externalTargetBlank: boolean;
7114
7153
  caret: boolean;
7115
7154
  caretWrapperClass: string;
@@ -7185,7 +7224,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7185
7224
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7186
7225
  BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7187
7226
  variant: {
7188
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
7227
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
7189
7228
  required: false;
7190
7229
  default: string;
7191
7230
  validator: (prop: string) => boolean;
@@ -7211,7 +7250,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7211
7250
  required: false;
7212
7251
  };
7213
7252
  to: {
7214
- type: (StringConstructor | ObjectConstructor)[];
7253
+ type: (ObjectConstructor | StringConstructor)[];
7215
7254
  required: false;
7216
7255
  default: undefined;
7217
7256
  };
@@ -7227,7 +7266,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7227
7266
  variantClass(): string;
7228
7267
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7229
7268
  variant: {
7230
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
7269
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
7231
7270
  required: false;
7232
7271
  default: string;
7233
7272
  validator: (prop: string) => boolean;
@@ -7253,7 +7292,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7253
7292
  required: false;
7254
7293
  };
7255
7294
  to: {
7256
- type: (StringConstructor | ObjectConstructor)[];
7295
+ type: (ObjectConstructor | StringConstructor)[];
7257
7296
  required: false;
7258
7297
  default: undefined;
7259
7298
  };
@@ -7265,13 +7304,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7265
7304
  }>> & Readonly<{
7266
7305
  onClick?: ((...args: any[]) => any) | undefined;
7267
7306
  }>, {
7307
+ variant: "primary" | "secondary" | "dark" | "social";
7268
7308
  to: string | Record<string, any>;
7269
- disabled: boolean;
7270
- variant: "secondary" | "primary" | "dark" | "social";
7271
7309
  href: string;
7272
7310
  ariaLabel: string;
7273
7311
  compact: boolean;
7274
7312
  blockClasses: string;
7313
+ disabled: boolean;
7275
7314
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7276
7315
  IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7277
7316
  IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -7535,9 +7574,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7535
7574
  default: boolean;
7536
7575
  };
7537
7576
  }>> & Readonly<{}>, {
7538
- data: import('./../../interfaces').Card;
7539
- label: string;
7540
- title: string;
7541
7577
  startDate: string;
7542
7578
  endDate: string;
7543
7579
  startDatetime: string;
@@ -7547,7 +7583,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7547
7583
  location: string;
7548
7584
  size: "sm" | "md" | "lg";
7549
7585
  url: string;
7586
+ title: string;
7550
7587
  date: string;
7588
+ data: import('./../../interfaces').Card;
7589
+ label: string;
7551
7590
  headingLevel: keyof {
7552
7591
  h1: string;
7553
7592
  h2: string;
@@ -7565,13 +7604,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7565
7604
  IconExternal: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7566
7605
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7567
7606
  variant: {
7568
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
7607
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
7569
7608
  required: false;
7570
7609
  default: string;
7571
7610
  validator: (prop: string) => boolean;
7572
7611
  };
7573
7612
  to: {
7574
- type: (StringConstructor | ObjectConstructor)[];
7613
+ type: (ObjectConstructor | StringConstructor)[];
7575
7614
  default: undefined;
7576
7615
  };
7577
7616
  exact: {
@@ -7582,6 +7621,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7582
7621
  type: StringConstructor;
7583
7622
  default: undefined;
7584
7623
  };
7624
+ addSlash: {
7625
+ type: BooleanConstructor;
7626
+ default: boolean;
7627
+ };
7585
7628
  title: {
7586
7629
  type: StringConstructor;
7587
7630
  default: undefined;
@@ -7668,13 +7711,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7668
7711
  addTrailingSlash(path: string): string;
7669
7712
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7670
7713
  variant: {
7671
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
7714
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
7672
7715
  required: false;
7673
7716
  default: string;
7674
7717
  validator: (prop: string) => boolean;
7675
7718
  };
7676
7719
  to: {
7677
- type: (StringConstructor | ObjectConstructor)[];
7720
+ type: (ObjectConstructor | StringConstructor)[];
7678
7721
  default: undefined;
7679
7722
  };
7680
7723
  exact: {
@@ -7685,6 +7728,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7685
7728
  type: StringConstructor;
7686
7729
  default: undefined;
7687
7730
  };
7731
+ addSlash: {
7732
+ type: BooleanConstructor;
7733
+ default: boolean;
7734
+ };
7688
7735
  title: {
7689
7736
  type: StringConstructor;
7690
7737
  default: undefined;
@@ -7744,14 +7791,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7744
7791
  onLinkClicked?: ((...args: any[]) => any) | undefined;
7745
7792
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
7746
7793
  }>, {
7747
- to: string | Record<string, any>;
7748
7794
  title: string;
7749
- variant: "default" | "secondary" | "primary" | "none";
7795
+ variant: "default" | "primary" | "secondary" | "none";
7796
+ to: string | Record<string, any>;
7797
+ exact: boolean;
7750
7798
  href: string;
7751
- target: string;
7752
- exact: boolean;
7799
+ addSlash: boolean;
7753
7800
  ariaLabel: string;
7754
7801
  linkClass: string;
7802
+ target: string;
7755
7803
  externalTargetBlank: boolean;
7756
7804
  caret: boolean;
7757
7805
  caretWrapperClass: string;
@@ -7832,7 +7880,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7832
7880
  default: string;
7833
7881
  };
7834
7882
  objectFitClass: {
7835
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
7883
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
7836
7884
  required: false;
7837
7885
  default: string;
7838
7886
  validator: (prop: string) => boolean;
@@ -7874,7 +7922,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7874
7922
  default: string;
7875
7923
  };
7876
7924
  objectFitClass: {
7877
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
7925
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
7878
7926
  required: false;
7879
7927
  default: string;
7880
7928
  validator: (prop: string) => boolean;
@@ -7906,13 +7954,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7906
7954
  default: string;
7907
7955
  };
7908
7956
  }>> & Readonly<{}>, {
7909
- imageClass: string;
7910
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
7911
- srcset: string;
7912
7957
  alt: string;
7913
7958
  width: string | number;
7914
7959
  height: string | number;
7960
+ srcset: string;
7915
7961
  loading: "lazy" | "eager" | undefined;
7962
+ imageClass: string;
7963
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
7916
7964
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7917
7965
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7918
7966
  darkMode: {
@@ -7977,7 +8025,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7977
8025
  default: undefined;
7978
8026
  };
7979
8027
  variant: {
7980
- type: () => "secondary" | "primary" | "primary-inverted" | "action";
8028
+ type: () => "primary" | "primary-inverted" | "secondary" | "action";
7981
8029
  default: string;
7982
8030
  };
7983
8031
  size: {
@@ -7994,7 +8042,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7994
8042
  default: undefined;
7995
8043
  };
7996
8044
  variant: {
7997
- type: () => "secondary" | "primary" | "primary-inverted" | "action";
8045
+ type: () => "primary" | "primary-inverted" | "secondary" | "action";
7998
8046
  default: string;
7999
8047
  };
8000
8048
  size: {
@@ -8006,198 +8054,36 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8006
8054
  default: undefined;
8007
8055
  };
8008
8056
  }>> & Readonly<{}>, {
8009
- text: string;
8010
- variant: "secondary" | "primary" | "primary-inverted" | "action";
8011
8057
  size: "sm" | "md" | "lg";
8058
+ text: string;
8059
+ variant: "primary" | "primary-inverted" | "secondary" | "action";
8012
8060
  contentType: "EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage";
8013
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8014
- CalendarChip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
8015
- startDate: {
8016
- type: import('vue').PropType<string>;
8017
- default: undefined;
8018
- };
8019
- endDate: {
8020
- type: import('vue').PropType<string>;
8021
- default: undefined;
8022
- };
8023
- ongoing: {
8024
- type: import('vue').PropType<boolean>;
8025
- default: boolean;
8026
- };
8027
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
8028
- startDate: {
8029
- type: import('vue').PropType<string>;
8030
- default: undefined;
8031
- };
8032
- endDate: {
8033
- type: import('vue').PropType<string>;
8034
- default: undefined;
8035
- };
8036
- ongoing: {
8037
- type: import('vue').PropType<boolean>;
8038
- default: boolean;
8039
- };
8040
- }>> & Readonly<{}>, {
8061
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLParagraphElement>;
8062
+ CalendarChip: import('vue').DefineComponent<import('../../components/CalendarChip/CalendarChip.vue').CalendarChipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/CalendarChip/CalendarChip.vue').CalendarChipProps> & Readonly<{}>, {
8041
8063
  startDate: string;
8042
8064
  endDate: string;
8043
8065
  ongoing: boolean;
8044
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8045
- MetadataEvent: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
8046
- event: {
8047
- type: import('vue').PropType<EventCardObject>;
8048
- required: true;
8049
- default: undefined;
8050
- };
8051
- compact: {
8052
- type: import('vue').PropType<boolean>;
8053
- default: boolean;
8054
- };
8055
- showTime: {
8056
- type: import('vue').PropType<boolean>;
8057
- default: boolean;
8058
- };
8059
- allowBreak: {
8060
- type: import('vue').PropType<boolean>;
8061
- default: boolean;
8062
- };
8063
- showLocation: {
8064
- type: import('vue').PropType<boolean>;
8065
- default: boolean;
8066
- };
8067
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
8068
- event: {
8069
- type: import('vue').PropType<EventCardObject>;
8070
- required: true;
8071
- default: undefined;
8072
- };
8073
- compact: {
8074
- type: import('vue').PropType<boolean>;
8075
- default: boolean;
8076
- };
8077
- showTime: {
8078
- type: import('vue').PropType<boolean>;
8079
- default: boolean;
8080
- };
8081
- allowBreak: {
8082
- type: import('vue').PropType<boolean>;
8083
- default: boolean;
8084
- };
8085
- showLocation: {
8086
- type: import('vue').PropType<boolean>;
8087
- default: boolean;
8088
- };
8089
- }>> & Readonly<{}>, {
8066
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8067
+ MetadataEvent: import('vue').DefineComponent<import('./../../components/MetadataEvent/MetadataEvent.vue').MetadataEventProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./../../components/MetadataEvent/MetadataEvent.vue').MetadataEventProps> & Readonly<{}>, {
8090
8068
  event: EventCardObject;
8091
8069
  compact: boolean;
8092
8070
  showTime: boolean;
8093
8071
  allowBreak: boolean;
8094
8072
  showLocation: boolean;
8095
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8096
- MetadataEduResource: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
8097
- variant: {
8098
- type: import('vue').PropType<import('./../../interfaces').MetaPanelTheme>;
8099
- default: string;
8100
- };
8101
- resource: {
8102
- type: import('vue').PropType<import('./../../interfaces').EduResourceCardObject>;
8103
- required: true;
8104
- default: undefined;
8105
- };
8106
- compact: {
8107
- type: import('vue').PropType<boolean>;
8108
- default: boolean;
8109
- };
8110
- showTime: {
8111
- type: import('vue').PropType<boolean>;
8112
- default: boolean;
8113
- };
8114
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
8115
- variant: {
8116
- type: import('vue').PropType<import('./../../interfaces').MetaPanelTheme>;
8117
- default: string;
8118
- };
8119
- resource: {
8120
- type: import('vue').PropType<import('./../../interfaces').EduResourceCardObject>;
8121
- required: true;
8122
- default: undefined;
8123
- };
8124
- compact: {
8125
- type: import('vue').PropType<boolean>;
8126
- default: boolean;
8127
- };
8128
- showTime: {
8129
- type: import('vue').PropType<boolean>;
8130
- default: boolean;
8131
- };
8132
- }>> & Readonly<{}>, {
8133
- variant: import('./../../interfaces').MetaPanelTheme;
8073
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
8074
+ MetadataEduResource: import('vue').DefineComponent<import('../../components/MetadataEduResource/MetadataEduResource.vue').MetadataEduResourceProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/MetadataEduResource/MetadataEduResource.vue').MetadataEduResourceProps> & Readonly<{}>, {
8134
8075
  resource: import('./../../interfaces').EduResourceCardObject;
8076
+ variant: import('./../../interfaces').MetaPanelTheme;
8135
8077
  compact: boolean;
8136
8078
  showTime: boolean;
8137
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8138
- BlockLinkCardCollectionLg: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
8139
- size: {
8140
- type: import('vue').PropType<string>;
8141
- default: undefined;
8142
- };
8143
- headingLevel: {
8144
- type: import('vue').PropType<keyof {
8145
- h1: string;
8146
- h2: string;
8147
- h3: string;
8148
- h4: string;
8149
- h5: string;
8150
- h6: string;
8151
- }>;
8152
- default: undefined;
8153
- };
8154
- metadataAttrs: {
8155
- type: import('vue').PropType<any>;
8156
- default: undefined;
8157
- };
8158
- theItem: {
8159
- type: import('vue').PropType<import('./../../interfaces').EduResourceCardObject>;
8160
- default: undefined;
8161
- };
8162
- metadataType: {
8163
- type: import('vue').PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
8164
- default: undefined;
8165
- };
8166
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
8167
- size: {
8168
- type: import('vue').PropType<string>;
8169
- default: undefined;
8170
- };
8171
- headingLevel: {
8172
- type: import('vue').PropType<keyof {
8173
- h1: string;
8174
- h2: string;
8175
- h3: string;
8176
- h4: string;
8177
- h5: string;
8178
- h6: string;
8179
- }>;
8180
- default: undefined;
8181
- };
8182
- metadataAttrs: {
8183
- type: import('vue').PropType<any>;
8184
- default: undefined;
8185
- };
8186
- theItem: {
8187
- type: import('vue').PropType<import('./../../interfaces').EduResourceCardObject>;
8188
- default: undefined;
8189
- };
8190
- metadataType: {
8191
- type: import('vue').PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
8192
- default: undefined;
8193
- };
8194
- }>> & Readonly<{}>, {
8079
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
8080
+ BlockLinkCardCollectionLg: import('vue').DefineComponent<import('../../components/BlockLinkCard/BlockLinkCardCollectionLg.vue').BlockLinkCardCollectionLgProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/BlockLinkCard/BlockLinkCardCollectionLg.vue').BlockLinkCardCollectionLgProps> & Readonly<{}>, {
8195
8081
  size: string;
8196
- headingLevel: import('./../../components/BaseHeading/BaseHeading.vue').HeadingLevel;
8197
8082
  metadataAttrs: any;
8198
8083
  theItem: import('./../../interfaces').EduResourceCardObject;
8199
8084
  metadataType: import('./../../interfaces').ContentTypeKey;
8200
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8085
+ headingLevel: import('./../../components/BaseHeading/BaseHeading.vue').HeadingLevel;
8086
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8201
8087
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8202
8088
  BlockLinkTile: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
8203
8089
  data: {
@@ -8315,12 +8201,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8315
8201
  required: false;
8316
8202
  };
8317
8203
  }>> & Readonly<{}>, {
8318
- data: import('./../../interfaces').Card | EventCardObject;
8319
- label: string;
8320
- title: string;
8321
8204
  startDate: string;
8322
8205
  endDate: string;
8323
8206
  url: string;
8207
+ title: string;
8208
+ data: import('./../../interfaces').Card | EventCardObject;
8209
+ label: string;
8324
8210
  compact: boolean;
8325
8211
  externalLink: string;
8326
8212
  thumbnailImage: Record<string, any>;
@@ -8328,13 +8214,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8328
8214
  IconArrow: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8329
8215
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
8330
8216
  variant: {
8331
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
8217
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
8332
8218
  required: false;
8333
8219
  default: string;
8334
8220
  validator: (prop: string) => boolean;
8335
8221
  };
8336
8222
  to: {
8337
- type: (StringConstructor | ObjectConstructor)[];
8223
+ type: (ObjectConstructor | StringConstructor)[];
8338
8224
  default: undefined;
8339
8225
  };
8340
8226
  exact: {
@@ -8345,6 +8231,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8345
8231
  type: StringConstructor;
8346
8232
  default: undefined;
8347
8233
  };
8234
+ addSlash: {
8235
+ type: BooleanConstructor;
8236
+ default: boolean;
8237
+ };
8348
8238
  title: {
8349
8239
  type: StringConstructor;
8350
8240
  default: undefined;
@@ -8431,13 +8321,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8431
8321
  addTrailingSlash(path: string): string;
8432
8322
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
8433
8323
  variant: {
8434
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
8324
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
8435
8325
  required: false;
8436
8326
  default: string;
8437
8327
  validator: (prop: string) => boolean;
8438
8328
  };
8439
8329
  to: {
8440
- type: (StringConstructor | ObjectConstructor)[];
8330
+ type: (ObjectConstructor | StringConstructor)[];
8441
8331
  default: undefined;
8442
8332
  };
8443
8333
  exact: {
@@ -8448,6 +8338,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8448
8338
  type: StringConstructor;
8449
8339
  default: undefined;
8450
8340
  };
8341
+ addSlash: {
8342
+ type: BooleanConstructor;
8343
+ default: boolean;
8344
+ };
8451
8345
  title: {
8452
8346
  type: StringConstructor;
8453
8347
  default: undefined;
@@ -8507,14 +8401,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8507
8401
  onLinkClicked?: ((...args: any[]) => any) | undefined;
8508
8402
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
8509
8403
  }>, {
8510
- to: string | Record<string, any>;
8511
8404
  title: string;
8512
- variant: "default" | "secondary" | "primary" | "none";
8513
- href: string;
8514
- target: string;
8405
+ variant: "default" | "primary" | "secondary" | "none";
8406
+ to: string | Record<string, any>;
8515
8407
  exact: boolean;
8408
+ href: string;
8409
+ addSlash: boolean;
8516
8410
  ariaLabel: string;
8517
8411
  linkClass: string;
8412
+ target: string;
8518
8413
  externalTargetBlank: boolean;
8519
8414
  caret: boolean;
8520
8415
  caretWrapperClass: string;
@@ -8595,7 +8490,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8595
8490
  default: string;
8596
8491
  };
8597
8492
  objectFitClass: {
8598
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
8493
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
8599
8494
  required: false;
8600
8495
  default: string;
8601
8496
  validator: (prop: string) => boolean;
@@ -8637,7 +8532,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8637
8532
  default: string;
8638
8533
  };
8639
8534
  objectFitClass: {
8640
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
8535
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
8641
8536
  required: false;
8642
8537
  default: string;
8643
8538
  validator: (prop: string) => boolean;
@@ -8669,13 +8564,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8669
8564
  default: string;
8670
8565
  };
8671
8566
  }>> & Readonly<{}>, {
8672
- imageClass: string;
8673
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
8674
- srcset: string;
8675
8567
  alt: string;
8676
8568
  width: string | number;
8677
8569
  height: string | number;
8570
+ srcset: string;
8678
8571
  loading: "lazy" | "eager" | undefined;
8572
+ imageClass: string;
8573
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
8679
8574
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8680
8575
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
8681
8576
  darkMode: {
@@ -8798,13 +8693,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8798
8693
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8799
8694
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
8800
8695
  variant: {
8801
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
8696
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
8802
8697
  required: false;
8803
8698
  default: string;
8804
8699
  validator: (prop: string) => boolean;
8805
8700
  };
8806
8701
  to: {
8807
- type: (StringConstructor | ObjectConstructor)[];
8702
+ type: (ObjectConstructor | StringConstructor)[];
8808
8703
  default: undefined;
8809
8704
  };
8810
8705
  exact: {
@@ -8815,6 +8710,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8815
8710
  type: StringConstructor;
8816
8711
  default: undefined;
8817
8712
  };
8713
+ addSlash: {
8714
+ type: BooleanConstructor;
8715
+ default: boolean;
8716
+ };
8818
8717
  title: {
8819
8718
  type: StringConstructor;
8820
8719
  default: undefined;
@@ -8901,13 +8800,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8901
8800
  addTrailingSlash(path: string): string;
8902
8801
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
8903
8802
  variant: {
8904
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
8803
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
8905
8804
  required: false;
8906
8805
  default: string;
8907
8806
  validator: (prop: string) => boolean;
8908
8807
  };
8909
8808
  to: {
8910
- type: (StringConstructor | ObjectConstructor)[];
8809
+ type: (ObjectConstructor | StringConstructor)[];
8911
8810
  default: undefined;
8912
8811
  };
8913
8812
  exact: {
@@ -8918,6 +8817,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8918
8817
  type: StringConstructor;
8919
8818
  default: undefined;
8920
8819
  };
8820
+ addSlash: {
8821
+ type: BooleanConstructor;
8822
+ default: boolean;
8823
+ };
8921
8824
  title: {
8922
8825
  type: StringConstructor;
8923
8826
  default: undefined;
@@ -8977,14 +8880,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8977
8880
  onLinkClicked?: ((...args: any[]) => any) | undefined;
8978
8881
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
8979
8882
  }>, {
8980
- to: string | Record<string, any>;
8981
8883
  title: string;
8982
- variant: "default" | "secondary" | "primary" | "none";
8983
- href: string;
8984
- target: string;
8884
+ variant: "default" | "primary" | "secondary" | "none";
8885
+ to: string | Record<string, any>;
8985
8886
  exact: boolean;
8887
+ href: string;
8888
+ addSlash: boolean;
8986
8889
  ariaLabel: string;
8987
8890
  linkClass: string;
8891
+ target: string;
8988
8892
  externalTargetBlank: boolean;
8989
8893
  caret: boolean;
8990
8894
  caretWrapperClass: string;
@@ -9065,7 +8969,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9065
8969
  default: string;
9066
8970
  };
9067
8971
  objectFitClass: {
9068
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
8972
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
9069
8973
  required: false;
9070
8974
  default: string;
9071
8975
  validator: (prop: string) => boolean;
@@ -9107,7 +9011,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9107
9011
  default: string;
9108
9012
  };
9109
9013
  objectFitClass: {
9110
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
9014
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
9111
9015
  required: false;
9112
9016
  default: string;
9113
9017
  validator: (prop: string) => boolean;
@@ -9139,13 +9043,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9139
9043
  default: string;
9140
9044
  };
9141
9045
  }>> & Readonly<{}>, {
9142
- imageClass: string;
9143
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
9144
- srcset: string;
9145
9046
  alt: string;
9146
9047
  width: string | number;
9147
9048
  height: string | number;
9049
+ srcset: string;
9148
9050
  loading: "lazy" | "eager" | undefined;
9051
+ imageClass: string;
9052
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
9149
9053
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
9150
9054
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
9151
9055
  darkMode: {
@@ -9252,13 +9156,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9252
9156
  }, {}, {
9253
9157
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
9254
9158
  variant: {
9255
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
9159
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
9256
9160
  required: false;
9257
9161
  default: string;
9258
9162
  validator: (prop: string) => boolean;
9259
9163
  };
9260
9164
  to: {
9261
- type: (StringConstructor | ObjectConstructor)[];
9165
+ type: (ObjectConstructor | StringConstructor)[];
9262
9166
  default: undefined;
9263
9167
  };
9264
9168
  exact: {
@@ -9269,6 +9173,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9269
9173
  type: StringConstructor;
9270
9174
  default: undefined;
9271
9175
  };
9176
+ addSlash: {
9177
+ type: BooleanConstructor;
9178
+ default: boolean;
9179
+ };
9272
9180
  title: {
9273
9181
  type: StringConstructor;
9274
9182
  default: undefined;
@@ -9355,13 +9263,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9355
9263
  addTrailingSlash(path: string): string;
9356
9264
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
9357
9265
  variant: {
9358
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
9266
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
9359
9267
  required: false;
9360
9268
  default: string;
9361
9269
  validator: (prop: string) => boolean;
9362
9270
  };
9363
9271
  to: {
9364
- type: (StringConstructor | ObjectConstructor)[];
9272
+ type: (ObjectConstructor | StringConstructor)[];
9365
9273
  default: undefined;
9366
9274
  };
9367
9275
  exact: {
@@ -9372,6 +9280,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9372
9280
  type: StringConstructor;
9373
9281
  default: undefined;
9374
9282
  };
9283
+ addSlash: {
9284
+ type: BooleanConstructor;
9285
+ default: boolean;
9286
+ };
9375
9287
  title: {
9376
9288
  type: StringConstructor;
9377
9289
  default: undefined;
@@ -9431,14 +9343,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9431
9343
  onLinkClicked?: ((...args: any[]) => any) | undefined;
9432
9344
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
9433
9345
  }>, {
9434
- to: string | Record<string, any>;
9435
9346
  title: string;
9436
- variant: "default" | "secondary" | "primary" | "none";
9437
- href: string;
9438
- target: string;
9347
+ variant: "default" | "primary" | "secondary" | "none";
9348
+ to: string | Record<string, any>;
9439
9349
  exact: boolean;
9350
+ href: string;
9351
+ addSlash: boolean;
9440
9352
  ariaLabel: string;
9441
9353
  linkClass: string;
9354
+ target: string;
9442
9355
  externalTargetBlank: boolean;
9443
9356
  caret: boolean;
9444
9357
  caretWrapperClass: string;
@@ -9556,7 +9469,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9556
9469
  validator: (prop: string) => boolean;
9557
9470
  };
9558
9471
  to: {
9559
- type: (StringConstructor | ObjectConstructor)[];
9472
+ type: (ObjectConstructor | StringConstructor)[];
9560
9473
  required: false;
9561
9474
  };
9562
9475
  href: {
@@ -9575,7 +9488,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9575
9488
  validator: (prop: string) => boolean;
9576
9489
  };
9577
9490
  to: {
9578
- type: (StringConstructor | ObjectConstructor)[];
9491
+ type: (ObjectConstructor | StringConstructor)[];
9579
9492
  required: false;
9580
9493
  };
9581
9494
  href: {
@@ -9587,13 +9500,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9587
9500
  }, {}, {
9588
9501
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
9589
9502
  variant: {
9590
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
9503
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
9591
9504
  required: false;
9592
9505
  default: string;
9593
9506
  validator: (prop: string) => boolean;
9594
9507
  };
9595
9508
  to: {
9596
- type: (StringConstructor | ObjectConstructor)[];
9509
+ type: (ObjectConstructor | StringConstructor)[];
9597
9510
  default: undefined;
9598
9511
  };
9599
9512
  exact: {
@@ -9604,6 +9517,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9604
9517
  type: StringConstructor;
9605
9518
  default: undefined;
9606
9519
  };
9520
+ addSlash: {
9521
+ type: BooleanConstructor;
9522
+ default: boolean;
9523
+ };
9607
9524
  title: {
9608
9525
  type: StringConstructor;
9609
9526
  default: undefined;
@@ -9690,13 +9607,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9690
9607
  addTrailingSlash(path: string): string;
9691
9608
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
9692
9609
  variant: {
9693
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
9610
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
9694
9611
  required: false;
9695
9612
  default: string;
9696
9613
  validator: (prop: string) => boolean;
9697
9614
  };
9698
9615
  to: {
9699
- type: (StringConstructor | ObjectConstructor)[];
9616
+ type: (ObjectConstructor | StringConstructor)[];
9700
9617
  default: undefined;
9701
9618
  };
9702
9619
  exact: {
@@ -9707,6 +9624,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9707
9624
  type: StringConstructor;
9708
9625
  default: undefined;
9709
9626
  };
9627
+ addSlash: {
9628
+ type: BooleanConstructor;
9629
+ default: boolean;
9630
+ };
9710
9631
  title: {
9711
9632
  type: StringConstructor;
9712
9633
  default: undefined;
@@ -9766,14 +9687,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9766
9687
  onLinkClicked?: ((...args: any[]) => any) | undefined;
9767
9688
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
9768
9689
  }>, {
9769
- to: string | Record<string, any>;
9770
9690
  title: string;
9771
- variant: "default" | "secondary" | "primary" | "none";
9772
- href: string;
9773
- target: string;
9691
+ variant: "default" | "primary" | "secondary" | "none";
9692
+ to: string | Record<string, any>;
9774
9693
  exact: boolean;
9694
+ href: string;
9695
+ addSlash: boolean;
9775
9696
  ariaLabel: string;
9776
9697
  linkClass: string;
9698
+ target: string;
9777
9699
  externalTargetBlank: boolean;
9778
9700
  caret: boolean;
9779
9701
  caretWrapperClass: string;
@@ -9978,8 +9900,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9978
9900
  };
9979
9901
  }>> & Readonly<{}>, {
9980
9902
  caption: string;
9981
- data: import('./../../interfaces').ImageObject;
9982
9903
  displayCaption: boolean;
9904
+ data: import('./../../interfaces').ImageObject;
9983
9905
  customDetailUrl: string;
9984
9906
  constrain: boolean;
9985
9907
  }, {}, {
@@ -10140,7 +10062,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10140
10062
  default: string;
10141
10063
  };
10142
10064
  objectFitClass: {
10143
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
10065
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
10144
10066
  required: false;
10145
10067
  default: string;
10146
10068
  validator: (prop: string) => boolean;
@@ -10182,7 +10104,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10182
10104
  default: string;
10183
10105
  };
10184
10106
  objectFitClass: {
10185
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
10107
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
10186
10108
  required: false;
10187
10109
  default: string;
10188
10110
  validator: (prop: string) => boolean;
@@ -10214,13 +10136,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10214
10136
  default: string;
10215
10137
  };
10216
10138
  }>> & Readonly<{}>, {
10217
- imageClass: string;
10218
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
10219
- srcset: string;
10220
10139
  alt: string;
10221
10140
  width: string | number;
10222
10141
  height: string | number;
10142
+ srcset: string;
10223
10143
  loading: "lazy" | "eager" | undefined;
10144
+ imageClass: string;
10145
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
10224
10146
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10225
10147
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
10226
10148
  darkMode: {
@@ -10311,13 +10233,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10311
10233
  }, {}, {
10312
10234
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
10313
10235
  variant: {
10314
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
10236
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
10315
10237
  required: false;
10316
10238
  default: string;
10317
10239
  validator: (prop: string) => boolean;
10318
10240
  };
10319
10241
  to: {
10320
- type: (StringConstructor | ObjectConstructor)[];
10242
+ type: (ObjectConstructor | StringConstructor)[];
10321
10243
  default: undefined;
10322
10244
  };
10323
10245
  exact: {
@@ -10328,6 +10250,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10328
10250
  type: StringConstructor;
10329
10251
  default: undefined;
10330
10252
  };
10253
+ addSlash: {
10254
+ type: BooleanConstructor;
10255
+ default: boolean;
10256
+ };
10331
10257
  title: {
10332
10258
  type: StringConstructor;
10333
10259
  default: undefined;
@@ -10414,13 +10340,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10414
10340
  addTrailingSlash(path: string): string;
10415
10341
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
10416
10342
  variant: {
10417
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
10343
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
10418
10344
  required: false;
10419
10345
  default: string;
10420
10346
  validator: (prop: string) => boolean;
10421
10347
  };
10422
10348
  to: {
10423
- type: (StringConstructor | ObjectConstructor)[];
10349
+ type: (ObjectConstructor | StringConstructor)[];
10424
10350
  default: undefined;
10425
10351
  };
10426
10352
  exact: {
@@ -10431,6 +10357,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10431
10357
  type: StringConstructor;
10432
10358
  default: undefined;
10433
10359
  };
10360
+ addSlash: {
10361
+ type: BooleanConstructor;
10362
+ default: boolean;
10363
+ };
10434
10364
  title: {
10435
10365
  type: StringConstructor;
10436
10366
  default: undefined;
@@ -10490,14 +10420,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10490
10420
  onLinkClicked?: ((...args: any[]) => any) | undefined;
10491
10421
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
10492
10422
  }>, {
10493
- to: string | Record<string, any>;
10494
10423
  title: string;
10495
- variant: "default" | "secondary" | "primary" | "none";
10496
- href: string;
10497
- target: string;
10424
+ variant: "default" | "primary" | "secondary" | "none";
10425
+ to: string | Record<string, any>;
10498
10426
  exact: boolean;
10427
+ href: string;
10428
+ addSlash: boolean;
10499
10429
  ariaLabel: string;
10500
10430
  linkClass: string;
10431
+ target: string;
10501
10432
  externalTargetBlank: boolean;
10502
10433
  caret: boolean;
10503
10434
  caretWrapperClass: string;
@@ -10635,7 +10566,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10635
10566
  default: boolean;
10636
10567
  };
10637
10568
  teaserPage: {
10638
- type: (ArrayConstructor | ObjectConstructor)[];
10569
+ type: (ObjectConstructor | ArrayConstructor)[];
10639
10570
  required: false;
10640
10571
  default: undefined;
10641
10572
  };
@@ -10698,13 +10629,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10698
10629
  default: boolean;
10699
10630
  };
10700
10631
  teaserPage: {
10701
- type: (ArrayConstructor | ObjectConstructor)[];
10632
+ type: (ObjectConstructor | ArrayConstructor)[];
10702
10633
  required: false;
10703
10634
  default: undefined;
10704
10635
  };
10705
10636
  }>> & Readonly<{}>, {
10706
- label: string;
10707
10637
  image: Record<string, any>;
10638
+ label: string;
10708
10639
  heading: string;
10709
10640
  introduction: string;
10710
10641
  teaserPage: Record<string, any> | unknown[];
@@ -10713,7 +10644,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10713
10644
  }, {}, {
10714
10645
  BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
10715
10646
  variant: {
10716
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
10647
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
10717
10648
  required: false;
10718
10649
  default: string;
10719
10650
  validator: (prop: string) => boolean;
@@ -10739,7 +10670,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10739
10670
  required: false;
10740
10671
  };
10741
10672
  to: {
10742
- type: (StringConstructor | ObjectConstructor)[];
10673
+ type: (ObjectConstructor | StringConstructor)[];
10743
10674
  required: false;
10744
10675
  default: undefined;
10745
10676
  };
@@ -10755,7 +10686,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10755
10686
  variantClass(): string;
10756
10687
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
10757
10688
  variant: {
10758
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
10689
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
10759
10690
  required: false;
10760
10691
  default: string;
10761
10692
  validator: (prop: string) => boolean;
@@ -10781,7 +10712,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10781
10712
  required: false;
10782
10713
  };
10783
10714
  to: {
10784
- type: (StringConstructor | ObjectConstructor)[];
10715
+ type: (ObjectConstructor | StringConstructor)[];
10785
10716
  required: false;
10786
10717
  default: undefined;
10787
10718
  };
@@ -10793,13 +10724,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10793
10724
  }>> & Readonly<{
10794
10725
  onClick?: ((...args: any[]) => any) | undefined;
10795
10726
  }>, {
10727
+ variant: "primary" | "secondary" | "dark" | "social";
10796
10728
  to: string | Record<string, any>;
10797
- disabled: boolean;
10798
- variant: "secondary" | "primary" | "dark" | "social";
10799
10729
  href: string;
10800
10730
  ariaLabel: string;
10801
10731
  compact: boolean;
10802
10732
  blockClasses: string;
10733
+ disabled: boolean;
10803
10734
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10804
10735
  BaseImage: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
10805
10736
  imageClass: {
@@ -10808,7 +10739,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10808
10739
  default: string;
10809
10740
  };
10810
10741
  objectFitClass: {
10811
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
10742
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
10812
10743
  required: false;
10813
10744
  default: string;
10814
10745
  validator: (prop: string) => boolean;
@@ -10850,7 +10781,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10850
10781
  default: string;
10851
10782
  };
10852
10783
  objectFitClass: {
10853
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
10784
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
10854
10785
  required: false;
10855
10786
  default: string;
10856
10787
  validator: (prop: string) => boolean;
@@ -10882,13 +10813,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10882
10813
  default: string;
10883
10814
  };
10884
10815
  }>> & Readonly<{}>, {
10885
- imageClass: string;
10886
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
10887
- srcset: string;
10888
10816
  alt: string;
10889
10817
  width: string | number;
10890
10818
  height: string | number;
10819
+ srcset: string;
10891
10820
  loading: "lazy" | "eager" | undefined;
10821
+ imageClass: string;
10822
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
10892
10823
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10893
10824
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10894
10825
  BlockText: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -10974,13 +10905,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10974
10905
  }, {}, {
10975
10906
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
10976
10907
  variant: {
10977
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
10908
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
10978
10909
  required: false;
10979
10910
  default: string;
10980
10911
  validator: (prop: string) => boolean;
10981
10912
  };
10982
10913
  to: {
10983
- type: (StringConstructor | ObjectConstructor)[];
10914
+ type: (ObjectConstructor | StringConstructor)[];
10984
10915
  default: undefined;
10985
10916
  };
10986
10917
  exact: {
@@ -10991,6 +10922,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
10991
10922
  type: StringConstructor;
10992
10923
  default: undefined;
10993
10924
  };
10925
+ addSlash: {
10926
+ type: BooleanConstructor;
10927
+ default: boolean;
10928
+ };
10994
10929
  title: {
10995
10930
  type: StringConstructor;
10996
10931
  default: undefined;
@@ -11077,13 +11012,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11077
11012
  addTrailingSlash(path: string): string;
11078
11013
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
11079
11014
  variant: {
11080
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
11015
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
11081
11016
  required: false;
11082
11017
  default: string;
11083
11018
  validator: (prop: string) => boolean;
11084
11019
  };
11085
11020
  to: {
11086
- type: (StringConstructor | ObjectConstructor)[];
11021
+ type: (ObjectConstructor | StringConstructor)[];
11087
11022
  default: undefined;
11088
11023
  };
11089
11024
  exact: {
@@ -11094,6 +11029,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11094
11029
  type: StringConstructor;
11095
11030
  default: undefined;
11096
11031
  };
11032
+ addSlash: {
11033
+ type: BooleanConstructor;
11034
+ default: boolean;
11035
+ };
11097
11036
  title: {
11098
11037
  type: StringConstructor;
11099
11038
  default: undefined;
@@ -11153,14 +11092,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11153
11092
  onLinkClicked?: ((...args: any[]) => any) | undefined;
11154
11093
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
11155
11094
  }>, {
11156
- to: string | Record<string, any>;
11157
11095
  title: string;
11158
- variant: "default" | "secondary" | "primary" | "none";
11159
- href: string;
11160
- target: string;
11096
+ variant: "default" | "primary" | "secondary" | "none";
11097
+ to: string | Record<string, any>;
11161
11098
  exact: boolean;
11099
+ href: string;
11100
+ addSlash: boolean;
11162
11101
  ariaLabel: string;
11163
11102
  linkClass: string;
11103
+ target: string;
11164
11104
  externalTargetBlank: boolean;
11165
11105
  caret: boolean;
11166
11106
  caretWrapperClass: string;
@@ -11293,17 +11233,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11293
11233
  responsiveAspectRatio: string;
11294
11234
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11295
11235
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11296
- BlockGist: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
11297
- data: {
11298
- type: import('vue').PropType<import('../../components/BlockGist/BlockGist.vue').BlockGistData>;
11299
- required: true;
11300
- };
11301
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
11302
- data: {
11303
- type: import('vue').PropType<import('../../components/BlockGist/BlockGist.vue').BlockGistData>;
11304
- required: true;
11305
- };
11306
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11236
+ BlockGist: import('vue').DefineComponent<import('../../components/BlockGist/BlockGist.vue').BlockGistProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/BlockGist/BlockGist.vue').BlockGistProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
11237
+ frame: HTMLIFrameElement;
11238
+ }, HTMLDivElement>;
11307
11239
  BlockVideo: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
11308
11240
  data: {
11309
11241
  type: import('vue').PropType<import('../../components/BlockVideo/BlockVideo.vue').BlockVideoData>;
@@ -11460,13 +11392,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11460
11392
  }, {}, {
11461
11393
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
11462
11394
  variant: {
11463
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
11395
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
11464
11396
  required: false;
11465
11397
  default: string;
11466
11398
  validator: (prop: string) => boolean;
11467
11399
  };
11468
11400
  to: {
11469
- type: (StringConstructor | ObjectConstructor)[];
11401
+ type: (ObjectConstructor | StringConstructor)[];
11470
11402
  default: undefined;
11471
11403
  };
11472
11404
  exact: {
@@ -11477,6 +11409,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11477
11409
  type: StringConstructor;
11478
11410
  default: undefined;
11479
11411
  };
11412
+ addSlash: {
11413
+ type: BooleanConstructor;
11414
+ default: boolean;
11415
+ };
11480
11416
  title: {
11481
11417
  type: StringConstructor;
11482
11418
  default: undefined;
@@ -11563,13 +11499,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11563
11499
  addTrailingSlash(path: string): string;
11564
11500
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
11565
11501
  variant: {
11566
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
11502
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
11567
11503
  required: false;
11568
11504
  default: string;
11569
11505
  validator: (prop: string) => boolean;
11570
11506
  };
11571
11507
  to: {
11572
- type: (StringConstructor | ObjectConstructor)[];
11508
+ type: (ObjectConstructor | StringConstructor)[];
11573
11509
  default: undefined;
11574
11510
  };
11575
11511
  exact: {
@@ -11580,6 +11516,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11580
11516
  type: StringConstructor;
11581
11517
  default: undefined;
11582
11518
  };
11519
+ addSlash: {
11520
+ type: BooleanConstructor;
11521
+ default: boolean;
11522
+ };
11583
11523
  title: {
11584
11524
  type: StringConstructor;
11585
11525
  default: undefined;
@@ -11639,14 +11579,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11639
11579
  onLinkClicked?: ((...args: any[]) => any) | undefined;
11640
11580
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
11641
11581
  }>, {
11642
- to: string | Record<string, any>;
11643
11582
  title: string;
11644
- variant: "default" | "secondary" | "primary" | "none";
11645
- href: string;
11646
- target: string;
11583
+ variant: "default" | "primary" | "secondary" | "none";
11584
+ to: string | Record<string, any>;
11647
11585
  exact: boolean;
11586
+ href: string;
11587
+ addSlash: boolean;
11648
11588
  ariaLabel: string;
11649
11589
  linkClass: string;
11590
+ target: string;
11650
11591
  externalTargetBlank: boolean;
11651
11592
  caret: boolean;
11652
11593
  caretWrapperClass: string;
@@ -11837,13 +11778,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11837
11778
  }, {}, {
11838
11779
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
11839
11780
  variant: {
11840
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
11781
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
11841
11782
  required: false;
11842
11783
  default: string;
11843
11784
  validator: (prop: string) => boolean;
11844
11785
  };
11845
11786
  to: {
11846
- type: (StringConstructor | ObjectConstructor)[];
11787
+ type: (ObjectConstructor | StringConstructor)[];
11847
11788
  default: undefined;
11848
11789
  };
11849
11790
  exact: {
@@ -11854,6 +11795,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11854
11795
  type: StringConstructor;
11855
11796
  default: undefined;
11856
11797
  };
11798
+ addSlash: {
11799
+ type: BooleanConstructor;
11800
+ default: boolean;
11801
+ };
11857
11802
  title: {
11858
11803
  type: StringConstructor;
11859
11804
  default: undefined;
@@ -11940,13 +11885,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11940
11885
  addTrailingSlash(path: string): string;
11941
11886
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
11942
11887
  variant: {
11943
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
11888
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
11944
11889
  required: false;
11945
11890
  default: string;
11946
11891
  validator: (prop: string) => boolean;
11947
11892
  };
11948
11893
  to: {
11949
- type: (StringConstructor | ObjectConstructor)[];
11894
+ type: (ObjectConstructor | StringConstructor)[];
11950
11895
  default: undefined;
11951
11896
  };
11952
11897
  exact: {
@@ -11957,6 +11902,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
11957
11902
  type: StringConstructor;
11958
11903
  default: undefined;
11959
11904
  };
11905
+ addSlash: {
11906
+ type: BooleanConstructor;
11907
+ default: boolean;
11908
+ };
11960
11909
  title: {
11961
11910
  type: StringConstructor;
11962
11911
  default: undefined;
@@ -12016,14 +11965,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12016
11965
  onLinkClicked?: ((...args: any[]) => any) | undefined;
12017
11966
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
12018
11967
  }>, {
12019
- to: string | Record<string, any>;
12020
11968
  title: string;
12021
- variant: "default" | "secondary" | "primary" | "none";
12022
- href: string;
12023
- target: string;
11969
+ variant: "default" | "primary" | "secondary" | "none";
11970
+ to: string | Record<string, any>;
12024
11971
  exact: boolean;
11972
+ href: string;
11973
+ addSlash: boolean;
12025
11974
  ariaLabel: string;
12026
11975
  linkClass: string;
11976
+ target: string;
12027
11977
  externalTargetBlank: boolean;
12028
11978
  caret: boolean;
12029
11979
  caretWrapperClass: string;
@@ -12141,7 +12091,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12141
12091
  }, {}, {
12142
12092
  BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
12143
12093
  variant: {
12144
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
12094
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
12145
12095
  required: false;
12146
12096
  default: string;
12147
12097
  validator: (prop: string) => boolean;
@@ -12167,7 +12117,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12167
12117
  required: false;
12168
12118
  };
12169
12119
  to: {
12170
- type: (StringConstructor | ObjectConstructor)[];
12120
+ type: (ObjectConstructor | StringConstructor)[];
12171
12121
  required: false;
12172
12122
  default: undefined;
12173
12123
  };
@@ -12183,7 +12133,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12183
12133
  variantClass(): string;
12184
12134
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
12185
12135
  variant: {
12186
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
12136
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
12187
12137
  required: false;
12188
12138
  default: string;
12189
12139
  validator: (prop: string) => boolean;
@@ -12209,7 +12159,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12209
12159
  required: false;
12210
12160
  };
12211
12161
  to: {
12212
- type: (StringConstructor | ObjectConstructor)[];
12162
+ type: (ObjectConstructor | StringConstructor)[];
12213
12163
  required: false;
12214
12164
  default: undefined;
12215
12165
  };
@@ -12221,13 +12171,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12221
12171
  }>> & Readonly<{
12222
12172
  onClick?: ((...args: any[]) => any) | undefined;
12223
12173
  }>, {
12174
+ variant: "primary" | "secondary" | "dark" | "social";
12224
12175
  to: string | Record<string, any>;
12225
- disabled: boolean;
12226
- variant: "secondary" | "primary" | "dark" | "social";
12227
12176
  href: string;
12228
12177
  ariaLabel: string;
12229
12178
  compact: boolean;
12230
12179
  blockClasses: string;
12180
+ disabled: boolean;
12231
12181
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12232
12182
  BaseRadioGroup: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
12233
12183
  group: {
@@ -12299,156 +12249,42 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12299
12249
  options: import('./../../interfaces').FormOption[];
12300
12250
  preselected: string;
12301
12251
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12302
- TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
12303
- modelValue: import('vue').PropType<any>;
12304
- type: {
12305
- type: import('vue').PropType<string>;
12306
- default: string;
12307
- };
12308
- label: {
12309
- type: import('vue').PropType<string>;
12310
- required: true;
12311
- };
12312
- title: {
12313
- type: import('vue').PropType<string>;
12314
- default: undefined;
12315
- };
12316
- pattern: {
12317
- type: import('vue').PropType<string>;
12318
- default: undefined;
12319
- };
12320
- required: {
12321
- type: import('vue').PropType<boolean>;
12322
- default: boolean;
12323
- };
12324
- placeholder: {
12325
- type: import('vue').PropType<string>;
12326
- default: undefined;
12327
- };
12328
- autoFocus: {
12329
- type: import('vue').PropType<boolean>;
12330
- default: boolean;
12331
- };
12332
- inputName: {
12333
- type: import('vue').PropType<string>;
12334
- required: true;
12335
- };
12336
- showLabel: {
12337
- type: import('vue').PropType<boolean>;
12338
- default: boolean;
12339
- };
12340
- maxlength: {
12341
- type: import('vue').PropType<string>;
12342
- default: undefined;
12343
- };
12344
- labelClass: {
12345
- type: import('vue').PropType<string>;
12346
- default: undefined;
12347
- };
12348
- inputClass: {
12349
- type: import('vue').PropType<string>;
12350
- default: undefined;
12351
- };
12352
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12252
+ TextInput: import('vue').DefineComponent<{
12253
+ modelValue?: string | undefined;
12254
+ } & import('../../components/TextInput/TextInput.vue').TextInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12353
12255
  input: (...args: any[]) => void;
12354
12256
  esc: (...args: any[]) => void;
12355
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
12356
- modelValue: import('vue').PropType<any>;
12357
- type: {
12358
- type: import('vue').PropType<string>;
12359
- default: string;
12360
- };
12361
- label: {
12362
- type: import('vue').PropType<string>;
12363
- required: true;
12364
- };
12365
- title: {
12366
- type: import('vue').PropType<string>;
12367
- default: undefined;
12368
- };
12369
- pattern: {
12370
- type: import('vue').PropType<string>;
12371
- default: undefined;
12372
- };
12373
- required: {
12374
- type: import('vue').PropType<boolean>;
12375
- default: boolean;
12376
- };
12377
- placeholder: {
12378
- type: import('vue').PropType<string>;
12379
- default: undefined;
12380
- };
12381
- autoFocus: {
12382
- type: import('vue').PropType<boolean>;
12383
- default: boolean;
12384
- };
12385
- inputName: {
12386
- type: import('vue').PropType<string>;
12387
- required: true;
12388
- };
12389
- showLabel: {
12390
- type: import('vue').PropType<boolean>;
12391
- default: boolean;
12392
- };
12393
- maxlength: {
12394
- type: import('vue').PropType<string>;
12395
- default: undefined;
12396
- };
12397
- labelClass: {
12398
- type: import('vue').PropType<string>;
12399
- default: undefined;
12400
- };
12401
- inputClass: {
12402
- type: import('vue').PropType<string>;
12403
- default: undefined;
12404
- };
12405
- }>> & Readonly<{
12257
+ "update:modelValue": (value: string | undefined) => void;
12258
+ }, string, import('vue').PublicProps, Readonly<{
12259
+ modelValue?: string | undefined;
12260
+ } & import('../../components/TextInput/TextInput.vue').TextInputProps> & Readonly<{
12406
12261
  onInput?: ((...args: any[]) => any) | undefined;
12407
12262
  onEsc?: ((...args: any[]) => any) | undefined;
12263
+ "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
12408
12264
  }>, {
12409
- type: string;
12410
12265
  title: string;
12411
12266
  pattern: string;
12412
12267
  required: boolean;
12268
+ type: string;
12413
12269
  placeholder: string;
12414
12270
  autoFocus: boolean;
12415
12271
  showLabel: boolean;
12416
12272
  maxlength: string;
12417
12273
  labelClass: string;
12418
12274
  inputClass: string;
12419
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12275
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
12276
+ TextInputRef: HTMLInputElement;
12277
+ }, HTMLDivElement>;
12420
12278
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12421
- BlockCsrTable: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
12422
- rowData: {
12423
- type: import('vue').PropType<import('../../components/BlockCsrTable/BlockCsrTable.vue').BlockCsrTableRow[]>;
12424
- default: undefined;
12425
- };
12426
- apiEndpoint: {
12427
- type: import('vue').PropType<string>;
12428
- default: undefined;
12429
- };
12430
- attachmentPrefix: {
12431
- type: import('vue').PropType<string>;
12432
- default: string;
12433
- };
12434
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
12435
- rowData: {
12436
- type: import('vue').PropType<import('../../components/BlockCsrTable/BlockCsrTable.vue').BlockCsrTableRow[]>;
12437
- default: undefined;
12438
- };
12439
- apiEndpoint: {
12440
- type: import('vue').PropType<string>;
12441
- default: undefined;
12442
- };
12443
- attachmentPrefix: {
12444
- type: import('vue').PropType<string>;
12445
- default: string;
12446
- };
12447
- }>> & Readonly<{}>, {
12279
+ BlockCsrTable: import('vue').DefineComponent<import('../../components/BlockCsrTable/BlockCsrTable.vue').BlockCsrTableProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/BlockCsrTable/BlockCsrTable.vue').BlockCsrTableProps> & Readonly<{}>, {
12448
12280
  rowData: import('../../components/BlockCsrTable/BlockCsrTable.vue').BlockCsrTableRow[];
12449
12281
  apiEndpoint: string;
12450
12282
  attachmentPrefix: string;
12451
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12283
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
12284
+ BlockCsrTableRef: import('vue').ShallowUnwrapRef<{
12285
+ api: import('vue').Ref<import('ag-grid-community').GridApi<any> | undefined, import('ag-grid-community').GridApi<any> | undefined>;
12286
+ }> | null;
12287
+ }, any>;
12452
12288
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12453
12289
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
12454
12290
  darkMode: {
@@ -12514,7 +12350,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12514
12350
  default: string;
12515
12351
  };
12516
12352
  objectFitClass: {
12517
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
12353
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
12518
12354
  required: false;
12519
12355
  default: string;
12520
12356
  validator: (prop: string) => boolean;
@@ -12556,7 +12392,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12556
12392
  default: string;
12557
12393
  };
12558
12394
  objectFitClass: {
12559
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
12395
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
12560
12396
  required: false;
12561
12397
  default: string;
12562
12398
  validator: (prop: string) => boolean;
@@ -12588,13 +12424,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12588
12424
  default: string;
12589
12425
  };
12590
12426
  }>> & Readonly<{}>, {
12591
- imageClass: string;
12592
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
12593
- srcset: string;
12594
12427
  alt: string;
12595
12428
  width: string | number;
12596
12429
  height: string | number;
12430
+ srcset: string;
12597
12431
  loading: "lazy" | "eager" | undefined;
12432
+ imageClass: string;
12433
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
12598
12434
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12599
12435
  BlockRelatedLinks: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
12600
12436
  data: {
@@ -12639,7 +12475,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12639
12475
  validator: (prop: string) => boolean;
12640
12476
  };
12641
12477
  to: {
12642
- type: (StringConstructor | ObjectConstructor)[];
12478
+ type: (ObjectConstructor | StringConstructor)[];
12643
12479
  required: false;
12644
12480
  };
12645
12481
  href: {
@@ -12658,7 +12494,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12658
12494
  validator: (prop: string) => boolean;
12659
12495
  };
12660
12496
  to: {
12661
- type: (StringConstructor | ObjectConstructor)[];
12497
+ type: (ObjectConstructor | StringConstructor)[];
12662
12498
  required: false;
12663
12499
  };
12664
12500
  href: {
@@ -12670,13 +12506,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12670
12506
  }, {}, {
12671
12507
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
12672
12508
  variant: {
12673
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
12509
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
12674
12510
  required: false;
12675
12511
  default: string;
12676
12512
  validator: (prop: string) => boolean;
12677
12513
  };
12678
12514
  to: {
12679
- type: (StringConstructor | ObjectConstructor)[];
12515
+ type: (ObjectConstructor | StringConstructor)[];
12680
12516
  default: undefined;
12681
12517
  };
12682
12518
  exact: {
@@ -12687,6 +12523,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12687
12523
  type: StringConstructor;
12688
12524
  default: undefined;
12689
12525
  };
12526
+ addSlash: {
12527
+ type: BooleanConstructor;
12528
+ default: boolean;
12529
+ };
12690
12530
  title: {
12691
12531
  type: StringConstructor;
12692
12532
  default: undefined;
@@ -12773,13 +12613,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12773
12613
  addTrailingSlash(path: string): string;
12774
12614
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
12775
12615
  variant: {
12776
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
12616
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
12777
12617
  required: false;
12778
12618
  default: string;
12779
12619
  validator: (prop: string) => boolean;
12780
12620
  };
12781
12621
  to: {
12782
- type: (StringConstructor | ObjectConstructor)[];
12622
+ type: (ObjectConstructor | StringConstructor)[];
12783
12623
  default: undefined;
12784
12624
  };
12785
12625
  exact: {
@@ -12790,6 +12630,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12790
12630
  type: StringConstructor;
12791
12631
  default: undefined;
12792
12632
  };
12633
+ addSlash: {
12634
+ type: BooleanConstructor;
12635
+ default: boolean;
12636
+ };
12793
12637
  title: {
12794
12638
  type: StringConstructor;
12795
12639
  default: undefined;
@@ -12849,14 +12693,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
12849
12693
  onLinkClicked?: ((...args: any[]) => any) | undefined;
12850
12694
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
12851
12695
  }>, {
12852
- to: string | Record<string, any>;
12853
12696
  title: string;
12854
- variant: "default" | "secondary" | "primary" | "none";
12855
- href: string;
12856
- target: string;
12697
+ variant: "default" | "primary" | "secondary" | "none";
12698
+ to: string | Record<string, any>;
12857
12699
  exact: boolean;
12700
+ href: string;
12701
+ addSlash: boolean;
12858
12702
  ariaLabel: string;
12859
12703
  linkClass: string;
12704
+ target: string;
12860
12705
  externalTargetBlank: boolean;
12861
12706
  caret: boolean;
12862
12707
  caretWrapperClass: string;
@@ -13032,7 +12877,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13032
12877
  default: undefined;
13033
12878
  };
13034
12879
  link: {
13035
- type: (StringConstructor | ObjectConstructor)[];
12880
+ type: (ObjectConstructor | StringConstructor)[];
13036
12881
  required: false;
13037
12882
  default: undefined;
13038
12883
  };
@@ -13088,7 +12933,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13088
12933
  default: undefined;
13089
12934
  };
13090
12935
  link: {
13091
- type: (StringConstructor | ObjectConstructor)[];
12936
+ type: (ObjectConstructor | StringConstructor)[];
13092
12937
  required: false;
13093
12938
  default: undefined;
13094
12939
  };
@@ -13128,22 +12973,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13128
12973
  link: string | Record<string, any>;
13129
12974
  variant: "cards" | "tiles";
13130
12975
  heading: string;
13131
- initialSlide: number;
13132
- slidesPerView: number;
13133
12976
  indent: "col-1" | "col-2" | "col-3";
13134
12977
  noLinks: boolean;
13135
12978
  linkTitle: string;
12979
+ slidesPerView: number;
13136
12980
  center: boolean;
12981
+ initialSlide: number;
13137
12982
  }, {}, {
13138
12983
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
13139
12984
  variant: {
13140
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
12985
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
13141
12986
  required: false;
13142
12987
  default: string;
13143
12988
  validator: (prop: string) => boolean;
13144
12989
  };
13145
12990
  to: {
13146
- type: (StringConstructor | ObjectConstructor)[];
12991
+ type: (ObjectConstructor | StringConstructor)[];
13147
12992
  default: undefined;
13148
12993
  };
13149
12994
  exact: {
@@ -13154,6 +12999,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13154
12999
  type: StringConstructor;
13155
13000
  default: undefined;
13156
13001
  };
13002
+ addSlash: {
13003
+ type: BooleanConstructor;
13004
+ default: boolean;
13005
+ };
13157
13006
  title: {
13158
13007
  type: StringConstructor;
13159
13008
  default: undefined;
@@ -13240,13 +13089,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13240
13089
  addTrailingSlash(path: string): string;
13241
13090
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
13242
13091
  variant: {
13243
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
13092
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
13244
13093
  required: false;
13245
13094
  default: string;
13246
13095
  validator: (prop: string) => boolean;
13247
13096
  };
13248
13097
  to: {
13249
- type: (StringConstructor | ObjectConstructor)[];
13098
+ type: (ObjectConstructor | StringConstructor)[];
13250
13099
  default: undefined;
13251
13100
  };
13252
13101
  exact: {
@@ -13257,6 +13106,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13257
13106
  type: StringConstructor;
13258
13107
  default: undefined;
13259
13108
  };
13109
+ addSlash: {
13110
+ type: BooleanConstructor;
13111
+ default: boolean;
13112
+ };
13260
13113
  title: {
13261
13114
  type: StringConstructor;
13262
13115
  default: undefined;
@@ -13316,14 +13169,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13316
13169
  onLinkClicked?: ((...args: any[]) => any) | undefined;
13317
13170
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
13318
13171
  }>, {
13319
- to: string | Record<string, any>;
13320
13172
  title: string;
13321
- variant: "default" | "secondary" | "primary" | "none";
13322
- href: string;
13323
- target: string;
13173
+ variant: "default" | "primary" | "secondary" | "none";
13174
+ to: string | Record<string, any>;
13324
13175
  exact: boolean;
13176
+ href: string;
13177
+ addSlash: boolean;
13325
13178
  ariaLabel: string;
13326
13179
  linkClass: string;
13180
+ target: string;
13327
13181
  externalTargetBlank: boolean;
13328
13182
  caret: boolean;
13329
13183
  caretWrapperClass: string;
@@ -13399,7 +13253,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13399
13253
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13400
13254
  BaseButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
13401
13255
  variant: {
13402
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
13256
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
13403
13257
  required: false;
13404
13258
  default: string;
13405
13259
  validator: (prop: string) => boolean;
@@ -13425,7 +13279,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13425
13279
  required: false;
13426
13280
  };
13427
13281
  to: {
13428
- type: (StringConstructor | ObjectConstructor)[];
13282
+ type: (ObjectConstructor | StringConstructor)[];
13429
13283
  required: false;
13430
13284
  default: undefined;
13431
13285
  };
@@ -13441,7 +13295,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13441
13295
  variantClass(): string;
13442
13296
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
13443
13297
  variant: {
13444
- type: import('vue').PropType<"secondary" | "primary" | "dark" | "social">;
13298
+ type: import('vue').PropType<"primary" | "secondary" | "dark" | "social">;
13445
13299
  required: false;
13446
13300
  default: string;
13447
13301
  validator: (prop: string) => boolean;
@@ -13467,7 +13321,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13467
13321
  required: false;
13468
13322
  };
13469
13323
  to: {
13470
- type: (StringConstructor | ObjectConstructor)[];
13324
+ type: (ObjectConstructor | StringConstructor)[];
13471
13325
  required: false;
13472
13326
  default: undefined;
13473
13327
  };
@@ -13479,13 +13333,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13479
13333
  }>> & Readonly<{
13480
13334
  onClick?: ((...args: any[]) => any) | undefined;
13481
13335
  }>, {
13336
+ variant: "primary" | "secondary" | "dark" | "social";
13482
13337
  to: string | Record<string, any>;
13483
- disabled: boolean;
13484
- variant: "secondary" | "primary" | "dark" | "social";
13485
13338
  href: string;
13486
13339
  ariaLabel: string;
13487
13340
  compact: boolean;
13488
13341
  blockClasses: string;
13342
+ disabled: boolean;
13489
13343
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13490
13344
  IconPrev: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13491
13345
  IconNext: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -13749,9 +13603,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13749
13603
  default: boolean;
13750
13604
  };
13751
13605
  }>> & Readonly<{}>, {
13752
- data: import('./../../interfaces').Card;
13753
- label: string;
13754
- title: string;
13755
13606
  startDate: string;
13756
13607
  endDate: string;
13757
13608
  startDatetime: string;
@@ -13761,7 +13612,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13761
13612
  location: string;
13762
13613
  size: "sm" | "md" | "lg";
13763
13614
  url: string;
13615
+ title: string;
13764
13616
  date: string;
13617
+ data: import('./../../interfaces').Card;
13618
+ label: string;
13765
13619
  headingLevel: keyof {
13766
13620
  h1: string;
13767
13621
  h2: string;
@@ -13779,13 +13633,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13779
13633
  IconExternal: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13780
13634
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
13781
13635
  variant: {
13782
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
13636
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
13783
13637
  required: false;
13784
13638
  default: string;
13785
13639
  validator: (prop: string) => boolean;
13786
13640
  };
13787
13641
  to: {
13788
- type: (StringConstructor | ObjectConstructor)[];
13642
+ type: (ObjectConstructor | StringConstructor)[];
13789
13643
  default: undefined;
13790
13644
  };
13791
13645
  exact: {
@@ -13796,6 +13650,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13796
13650
  type: StringConstructor;
13797
13651
  default: undefined;
13798
13652
  };
13653
+ addSlash: {
13654
+ type: BooleanConstructor;
13655
+ default: boolean;
13656
+ };
13799
13657
  title: {
13800
13658
  type: StringConstructor;
13801
13659
  default: undefined;
@@ -13882,13 +13740,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13882
13740
  addTrailingSlash(path: string): string;
13883
13741
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
13884
13742
  variant: {
13885
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
13743
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
13886
13744
  required: false;
13887
13745
  default: string;
13888
13746
  validator: (prop: string) => boolean;
13889
13747
  };
13890
13748
  to: {
13891
- type: (StringConstructor | ObjectConstructor)[];
13749
+ type: (ObjectConstructor | StringConstructor)[];
13892
13750
  default: undefined;
13893
13751
  };
13894
13752
  exact: {
@@ -13899,6 +13757,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13899
13757
  type: StringConstructor;
13900
13758
  default: undefined;
13901
13759
  };
13760
+ addSlash: {
13761
+ type: BooleanConstructor;
13762
+ default: boolean;
13763
+ };
13902
13764
  title: {
13903
13765
  type: StringConstructor;
13904
13766
  default: undefined;
@@ -13958,14 +13820,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
13958
13820
  onLinkClicked?: ((...args: any[]) => any) | undefined;
13959
13821
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
13960
13822
  }>, {
13961
- to: string | Record<string, any>;
13962
13823
  title: string;
13963
- variant: "default" | "secondary" | "primary" | "none";
13964
- href: string;
13965
- target: string;
13824
+ variant: "default" | "primary" | "secondary" | "none";
13825
+ to: string | Record<string, any>;
13966
13826
  exact: boolean;
13827
+ href: string;
13828
+ addSlash: boolean;
13967
13829
  ariaLabel: string;
13968
13830
  linkClass: string;
13831
+ target: string;
13969
13832
  externalTargetBlank: boolean;
13970
13833
  caret: boolean;
13971
13834
  caretWrapperClass: string;
@@ -14046,7 +13909,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
14046
13909
  default: string;
14047
13910
  };
14048
13911
  objectFitClass: {
14049
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
13912
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
14050
13913
  required: false;
14051
13914
  default: string;
14052
13915
  validator: (prop: string) => boolean;
@@ -14088,7 +13951,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
14088
13951
  default: string;
14089
13952
  };
14090
13953
  objectFitClass: {
14091
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
13954
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
14092
13955
  required: false;
14093
13956
  default: string;
14094
13957
  validator: (prop: string) => boolean;
@@ -14120,13 +13983,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
14120
13983
  default: string;
14121
13984
  };
14122
13985
  }>> & Readonly<{}>, {
14123
- imageClass: string;
14124
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
14125
- srcset: string;
14126
13986
  alt: string;
14127
13987
  width: string | number;
14128
13988
  height: string | number;
13989
+ srcset: string;
14129
13990
  loading: "lazy" | "eager" | undefined;
13991
+ imageClass: string;
13992
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
14130
13993
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14131
13994
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
14132
13995
  darkMode: {
@@ -14191,7 +14054,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
14191
14054
  default: undefined;
14192
14055
  };
14193
14056
  variant: {
14194
- type: () => "secondary" | "primary" | "primary-inverted" | "action";
14057
+ type: () => "primary" | "primary-inverted" | "secondary" | "action";
14195
14058
  default: string;
14196
14059
  };
14197
14060
  size: {
@@ -14208,7 +14071,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
14208
14071
  default: undefined;
14209
14072
  };
14210
14073
  variant: {
14211
- type: () => "secondary" | "primary" | "primary-inverted" | "action";
14074
+ type: () => "primary" | "primary-inverted" | "secondary" | "action";
14212
14075
  default: string;
14213
14076
  };
14214
14077
  size: {
@@ -14220,198 +14083,36 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
14220
14083
  default: undefined;
14221
14084
  };
14222
14085
  }>> & Readonly<{}>, {
14223
- text: string;
14224
- variant: "secondary" | "primary" | "primary-inverted" | "action";
14225
14086
  size: "sm" | "md" | "lg";
14087
+ text: string;
14088
+ variant: "primary" | "primary-inverted" | "secondary" | "action";
14226
14089
  contentType: "EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage";
14227
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14228
- CalendarChip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
14229
- startDate: {
14230
- type: import('vue').PropType<string>;
14231
- default: undefined;
14232
- };
14233
- endDate: {
14234
- type: import('vue').PropType<string>;
14235
- default: undefined;
14236
- };
14237
- ongoing: {
14238
- type: import('vue').PropType<boolean>;
14239
- default: boolean;
14240
- };
14241
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
14242
- startDate: {
14243
- type: import('vue').PropType<string>;
14244
- default: undefined;
14245
- };
14246
- endDate: {
14247
- type: import('vue').PropType<string>;
14248
- default: undefined;
14249
- };
14250
- ongoing: {
14251
- type: import('vue').PropType<boolean>;
14252
- default: boolean;
14253
- };
14254
- }>> & Readonly<{}>, {
14090
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLParagraphElement>;
14091
+ CalendarChip: import('vue').DefineComponent<import('../../components/CalendarChip/CalendarChip.vue').CalendarChipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/CalendarChip/CalendarChip.vue').CalendarChipProps> & Readonly<{}>, {
14255
14092
  startDate: string;
14256
14093
  endDate: string;
14257
14094
  ongoing: boolean;
14258
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14259
- MetadataEvent: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
14260
- event: {
14261
- type: import('vue').PropType<EventCardObject>;
14262
- required: true;
14263
- default: undefined;
14264
- };
14265
- compact: {
14266
- type: import('vue').PropType<boolean>;
14267
- default: boolean;
14268
- };
14269
- showTime: {
14270
- type: import('vue').PropType<boolean>;
14271
- default: boolean;
14272
- };
14273
- allowBreak: {
14274
- type: import('vue').PropType<boolean>;
14275
- default: boolean;
14276
- };
14277
- showLocation: {
14278
- type: import('vue').PropType<boolean>;
14279
- default: boolean;
14280
- };
14281
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
14282
- event: {
14283
- type: import('vue').PropType<EventCardObject>;
14284
- required: true;
14285
- default: undefined;
14286
- };
14287
- compact: {
14288
- type: import('vue').PropType<boolean>;
14289
- default: boolean;
14290
- };
14291
- showTime: {
14292
- type: import('vue').PropType<boolean>;
14293
- default: boolean;
14294
- };
14295
- allowBreak: {
14296
- type: import('vue').PropType<boolean>;
14297
- default: boolean;
14298
- };
14299
- showLocation: {
14300
- type: import('vue').PropType<boolean>;
14301
- default: boolean;
14302
- };
14303
- }>> & Readonly<{}>, {
14095
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14096
+ MetadataEvent: import('vue').DefineComponent<import('./../../components/MetadataEvent/MetadataEvent.vue').MetadataEventProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./../../components/MetadataEvent/MetadataEvent.vue').MetadataEventProps> & Readonly<{}>, {
14304
14097
  event: EventCardObject;
14305
14098
  compact: boolean;
14306
14099
  showTime: boolean;
14307
14100
  allowBreak: boolean;
14308
14101
  showLocation: boolean;
14309
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14310
- MetadataEduResource: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
14311
- variant: {
14312
- type: import('vue').PropType<import('./../../interfaces').MetaPanelTheme>;
14313
- default: string;
14314
- };
14315
- resource: {
14316
- type: import('vue').PropType<import('./../../interfaces').EduResourceCardObject>;
14317
- required: true;
14318
- default: undefined;
14319
- };
14320
- compact: {
14321
- type: import('vue').PropType<boolean>;
14322
- default: boolean;
14323
- };
14324
- showTime: {
14325
- type: import('vue').PropType<boolean>;
14326
- default: boolean;
14327
- };
14328
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
14329
- variant: {
14330
- type: import('vue').PropType<import('./../../interfaces').MetaPanelTheme>;
14331
- default: string;
14332
- };
14333
- resource: {
14334
- type: import('vue').PropType<import('./../../interfaces').EduResourceCardObject>;
14335
- required: true;
14336
- default: undefined;
14337
- };
14338
- compact: {
14339
- type: import('vue').PropType<boolean>;
14340
- default: boolean;
14341
- };
14342
- showTime: {
14343
- type: import('vue').PropType<boolean>;
14344
- default: boolean;
14345
- };
14346
- }>> & Readonly<{}>, {
14347
- variant: import('./../../interfaces').MetaPanelTheme;
14102
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
14103
+ MetadataEduResource: import('vue').DefineComponent<import('../../components/MetadataEduResource/MetadataEduResource.vue').MetadataEduResourceProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/MetadataEduResource/MetadataEduResource.vue').MetadataEduResourceProps> & Readonly<{}>, {
14348
14104
  resource: import('./../../interfaces').EduResourceCardObject;
14105
+ variant: import('./../../interfaces').MetaPanelTheme;
14349
14106
  compact: boolean;
14350
14107
  showTime: boolean;
14351
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14352
- BlockLinkCardCollectionLg: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
14353
- size: {
14354
- type: import('vue').PropType<string>;
14355
- default: undefined;
14356
- };
14357
- headingLevel: {
14358
- type: import('vue').PropType<keyof {
14359
- h1: string;
14360
- h2: string;
14361
- h3: string;
14362
- h4: string;
14363
- h5: string;
14364
- h6: string;
14365
- }>;
14366
- default: undefined;
14367
- };
14368
- metadataAttrs: {
14369
- type: import('vue').PropType<any>;
14370
- default: undefined;
14371
- };
14372
- theItem: {
14373
- type: import('vue').PropType<import('./../../interfaces').EduResourceCardObject>;
14374
- default: undefined;
14375
- };
14376
- metadataType: {
14377
- type: import('vue').PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
14378
- default: undefined;
14379
- };
14380
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
14381
- size: {
14382
- type: import('vue').PropType<string>;
14383
- default: undefined;
14384
- };
14385
- headingLevel: {
14386
- type: import('vue').PropType<keyof {
14387
- h1: string;
14388
- h2: string;
14389
- h3: string;
14390
- h4: string;
14391
- h5: string;
14392
- h6: string;
14393
- }>;
14394
- default: undefined;
14395
- };
14396
- metadataAttrs: {
14397
- type: import('vue').PropType<any>;
14398
- default: undefined;
14399
- };
14400
- theItem: {
14401
- type: import('vue').PropType<import('./../../interfaces').EduResourceCardObject>;
14402
- default: undefined;
14403
- };
14404
- metadataType: {
14405
- type: import('vue').PropType<"EDUNewsPage" | "EDUEventPage" | "EDUCollectionsDetailPage" | "EDUExplainerArticlePage" | "EDULessonPage" | "EDUTeachableMomentPage" | "EDUStudentProjectPage" | "EDUImageDetailPage" | "EDUInfographicDetailPage" | "EDUDocumentDetailPage" | "EDUVideoDetailPage" | "EDUGalleryDetailPage">;
14406
- default: undefined;
14407
- };
14408
- }>> & Readonly<{}>, {
14108
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
14109
+ BlockLinkCardCollectionLg: import('vue').DefineComponent<import('../../components/BlockLinkCard/BlockLinkCardCollectionLg.vue').BlockLinkCardCollectionLgProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../components/BlockLinkCard/BlockLinkCardCollectionLg.vue').BlockLinkCardCollectionLgProps> & Readonly<{}>, {
14409
14110
  size: string;
14410
- headingLevel: import('./../../components/BaseHeading/BaseHeading.vue').HeadingLevel;
14411
14111
  metadataAttrs: any;
14412
14112
  theItem: import('./../../interfaces').EduResourceCardObject;
14413
14113
  metadataType: import('./../../interfaces').ContentTypeKey;
14414
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14114
+ headingLevel: import('./../../components/BaseHeading/BaseHeading.vue').HeadingLevel;
14115
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14415
14116
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14416
14117
  BlockLinkTile: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
14417
14118
  data: {
@@ -14529,12 +14230,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
14529
14230
  required: false;
14530
14231
  };
14531
14232
  }>> & Readonly<{}>, {
14532
- data: import('./../../interfaces').Card | EventCardObject;
14533
- label: string;
14534
- title: string;
14535
14233
  startDate: string;
14536
14234
  endDate: string;
14537
14235
  url: string;
14236
+ title: string;
14237
+ data: import('./../../interfaces').Card | EventCardObject;
14238
+ label: string;
14538
14239
  compact: boolean;
14539
14240
  externalLink: string;
14540
14241
  thumbnailImage: Record<string, any>;
@@ -14542,13 +14243,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
14542
14243
  IconArrow: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14543
14244
  BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
14544
14245
  variant: {
14545
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
14246
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
14546
14247
  required: false;
14547
14248
  default: string;
14548
14249
  validator: (prop: string) => boolean;
14549
14250
  };
14550
14251
  to: {
14551
- type: (StringConstructor | ObjectConstructor)[];
14252
+ type: (ObjectConstructor | StringConstructor)[];
14552
14253
  default: undefined;
14553
14254
  };
14554
14255
  exact: {
@@ -14559,6 +14260,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
14559
14260
  type: StringConstructor;
14560
14261
  default: undefined;
14561
14262
  };
14263
+ addSlash: {
14264
+ type: BooleanConstructor;
14265
+ default: boolean;
14266
+ };
14562
14267
  title: {
14563
14268
  type: StringConstructor;
14564
14269
  default: undefined;
@@ -14645,13 +14350,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
14645
14350
  addTrailingSlash(path: string): string;
14646
14351
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
14647
14352
  variant: {
14648
- type: import('vue').PropType<"default" | "secondary" | "primary" | "none">;
14353
+ type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
14649
14354
  required: false;
14650
14355
  default: string;
14651
14356
  validator: (prop: string) => boolean;
14652
14357
  };
14653
14358
  to: {
14654
- type: (StringConstructor | ObjectConstructor)[];
14359
+ type: (ObjectConstructor | StringConstructor)[];
14655
14360
  default: undefined;
14656
14361
  };
14657
14362
  exact: {
@@ -14662,6 +14367,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
14662
14367
  type: StringConstructor;
14663
14368
  default: undefined;
14664
14369
  };
14370
+ addSlash: {
14371
+ type: BooleanConstructor;
14372
+ default: boolean;
14373
+ };
14665
14374
  title: {
14666
14375
  type: StringConstructor;
14667
14376
  default: undefined;
@@ -14721,14 +14430,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
14721
14430
  onLinkClicked?: ((...args: any[]) => any) | undefined;
14722
14431
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
14723
14432
  }>, {
14724
- to: string | Record<string, any>;
14725
14433
  title: string;
14726
- variant: "default" | "secondary" | "primary" | "none";
14727
- href: string;
14728
- target: string;
14434
+ variant: "default" | "primary" | "secondary" | "none";
14435
+ to: string | Record<string, any>;
14729
14436
  exact: boolean;
14437
+ href: string;
14438
+ addSlash: boolean;
14730
14439
  ariaLabel: string;
14731
14440
  linkClass: string;
14441
+ target: string;
14732
14442
  externalTargetBlank: boolean;
14733
14443
  caret: boolean;
14734
14444
  caretWrapperClass: string;
@@ -14809,7 +14519,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
14809
14519
  default: string;
14810
14520
  };
14811
14521
  objectFitClass: {
14812
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
14522
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
14813
14523
  required: false;
14814
14524
  default: string;
14815
14525
  validator: (prop: string) => boolean;
@@ -14851,7 +14561,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
14851
14561
  default: string;
14852
14562
  };
14853
14563
  objectFitClass: {
14854
- type: import('vue').PropType<"fill" | "none" | "contain" | "cover" | "scaleDown">;
14564
+ type: import('vue').PropType<"cover" | "fill" | "none" | "contain" | "scaleDown">;
14855
14565
  required: false;
14856
14566
  default: string;
14857
14567
  validator: (prop: string) => boolean;
@@ -14883,13 +14593,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
14883
14593
  default: string;
14884
14594
  };
14885
14595
  }>> & Readonly<{}>, {
14886
- imageClass: string;
14887
- objectFitClass: "fill" | "none" | "contain" | "cover" | "scaleDown";
14888
- srcset: string;
14889
14596
  alt: string;
14890
14597
  width: string | number;
14891
14598
  height: string | number;
14599
+ srcset: string;
14892
14600
  loading: "lazy" | "eager" | undefined;
14601
+ imageClass: string;
14602
+ objectFitClass: "cover" | "fill" | "none" | "contain" | "scaleDown";
14893
14603
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14894
14604
  BaseImagePlaceholder: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
14895
14605
  darkMode: {
@@ -14950,56 +14660,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
14950
14660
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14951
14661
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14952
14662
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14953
- MetadataEvent: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
14954
- event: {
14955
- type: import('vue').PropType<EventCardObject>;
14956
- required: true;
14957
- default: undefined;
14958
- };
14959
- compact: {
14960
- type: import('vue').PropType<boolean>;
14961
- default: boolean;
14962
- };
14963
- showTime: {
14964
- type: import('vue').PropType<boolean>;
14965
- default: boolean;
14966
- };
14967
- allowBreak: {
14968
- type: import('vue').PropType<boolean>;
14969
- default: boolean;
14970
- };
14971
- showLocation: {
14972
- type: import('vue').PropType<boolean>;
14973
- default: boolean;
14974
- };
14975
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
14976
- event: {
14977
- type: import('vue').PropType<EventCardObject>;
14978
- required: true;
14979
- default: undefined;
14980
- };
14981
- compact: {
14982
- type: import('vue').PropType<boolean>;
14983
- default: boolean;
14984
- };
14985
- showTime: {
14986
- type: import('vue').PropType<boolean>;
14987
- default: boolean;
14988
- };
14989
- allowBreak: {
14990
- type: import('vue').PropType<boolean>;
14991
- default: boolean;
14992
- };
14993
- showLocation: {
14994
- type: import('vue').PropType<boolean>;
14995
- default: boolean;
14996
- };
14997
- }>> & Readonly<{}>, {
14663
+ MetadataEvent: import('vue').DefineComponent<import('./../../components/MetadataEvent/MetadataEvent.vue').MetadataEventProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./../../components/MetadataEvent/MetadataEvent.vue').MetadataEventProps> & Readonly<{}>, {
14998
14664
  event: EventCardObject;
14999
14665
  compact: boolean;
15000
14666
  showTime: boolean;
15001
14667
  allowBreak: boolean;
15002
14668
  showLocation: boolean;
15003
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14669
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15004
14670
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
15005
14671
  export default _default;