@explorer-1/vue 1.0.6 → 1.1.1

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 (211) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/components.d.ts +10 -2
  3. package/dist/explorer-1-vue.css +1 -1
  4. package/dist/explorer-1-vue.js +43157 -41849
  5. package/dist/explorer-1-vue.umd.cjs +44 -44
  6. package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +44 -0
  7. package/dist/src/components/AttractionCard/AttractionCard.vue.d.ts +146 -0
  8. package/dist/src/components/BaseButton/BaseButton.stories.d.ts +2 -2
  9. package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +44 -0
  10. package/dist/src/components/BaseLink/BaseLink.stories.d.ts +8 -0
  11. package/dist/src/components/BaseLink/BaseLink.vue.d.ts +50 -2
  12. package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +88 -0
  13. package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +44 -0
  14. package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +1 -1
  15. package/dist/src/components/BlockCsrTable/{CsrTestLimits.vue.d.ts → CsrDetails.vue.d.ts} +2 -2
  16. package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +44 -0
  17. package/dist/src/components/BlockImage/BlockImage.stories.d.ts +528 -0
  18. package/dist/src/components/BlockImage/BlockImage.vue.d.ts +88 -0
  19. package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +44 -0
  20. package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +44 -0
  21. package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +44 -0
  22. package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +44 -0
  23. package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +44 -0
  24. package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +44 -0
  25. package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +44 -0
  26. package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +44 -0
  27. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +132 -0
  28. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +132 -0
  29. package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +44 -0
  30. package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +44 -0
  31. package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +220 -0
  32. package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +44 -0
  33. package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +44 -0
  34. package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +44 -0
  35. package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +44 -0
  36. package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +2 -2
  37. package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +792 -0
  38. package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +44 -0
  39. package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +44 -0
  40. package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +44 -0
  41. package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +44 -0
  42. package/dist/src/components/EventCard/EventCard.vue.d.ts +44 -0
  43. package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +44 -0
  44. package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +44 -0
  45. package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +44 -0
  46. package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +88 -0
  47. package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +44 -0
  48. package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +44 -0
  49. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +44 -0
  50. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +88 -0
  51. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +44 -0
  52. package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +528 -0
  53. package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +88 -0
  54. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +44 -0
  55. package/dist/src/components/Icons/IconBookmark.vue.d.ts +2 -0
  56. package/dist/src/components/Icons/IconHourglass.vue.d.ts +2 -0
  57. package/dist/src/components/Icons/IconLocationCrosshairs.vue.d.ts +2 -0
  58. package/dist/src/components/Icons/IconMap.vue.d.ts +2 -0
  59. package/dist/src/components/Icons/Icons.stories.d.ts +33 -0
  60. package/dist/src/components/MetadataStacked/MetadataStacked.stories.d.ts +18 -0
  61. package/dist/src/components/MetadataStacked/MetadataStacked.vue.d.ts +65 -0
  62. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +44 -0
  63. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +44 -0
  64. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +44 -0
  65. package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +44 -0
  66. package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +132 -0
  67. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +22 -0
  68. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +26 -0
  69. package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +88 -0
  70. package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +44 -0
  71. package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +1188 -0
  72. package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +352 -0
  73. package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +132 -0
  74. package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +176 -0
  75. package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +44 -0
  76. package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +220 -0
  77. package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +220 -0
  78. package/dist/src/components/NavHeading/NavHeading.vue.d.ts +44 -0
  79. package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +44 -0
  80. package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +98 -0
  81. package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +44 -0
  82. package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +88 -0
  83. package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +44 -0
  84. package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +44 -0
  85. package/dist/src/components/NavMobile/NavMobile.stories.d.ts +968 -0
  86. package/dist/src/components/NavMobile/NavMobile.vue.d.ts +220 -0
  87. package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +88 -0
  88. package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +660 -0
  89. package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +44 -0
  90. package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +44 -0
  91. package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +105 -0
  92. package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +44 -0
  93. package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +44 -0
  94. package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +44 -0
  95. package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +88 -0
  96. package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +44 -0
  97. package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +176 -0
  98. package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +11 -0
  99. package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +310 -0
  100. package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +132 -0
  101. package/dist/src/components/SearchResultsList/SearchResultsList.stories.d.ts +191 -0
  102. package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +451 -0
  103. package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +44 -0
  104. package/dist/src/components/TheFooter/TheFooter.vue.d.ts +44 -0
  105. package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +176 -0
  106. package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +88 -0
  107. package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +88 -0
  108. package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +88 -0
  109. package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +44 -0
  110. package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +44 -0
  111. package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +44 -0
  112. package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +44 -0
  113. package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +132 -0
  114. package/dist/src/interfaces.d.ts +36 -1
  115. package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +440 -0
  116. package/dist/src/templates/PageContent/PageContent.vue.d.ts +1199 -0
  117. package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +1012 -0
  118. package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +1188 -0
  119. package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +1056 -0
  120. package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +220 -0
  121. package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +98 -0
  122. package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +1012 -0
  123. package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +1154 -0
  124. package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +98 -0
  125. package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +98 -0
  126. package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +98 -0
  127. package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +98 -0
  128. package/dist/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.stories.d.ts +21 -0
  129. package/dist/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.vue.d.ts +41 -0
  130. package/dist/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.stories.d.ts +193 -0
  131. package/dist/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.vue.d.ts +15 -0
  132. package/dist/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.stories.d.ts +80 -0
  133. package/dist/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.vue.d.ts +15 -0
  134. package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +1023 -2
  135. package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +968 -0
  136. package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +354 -0
  137. package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +572 -0
  138. package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +44 -0
  139. package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +352 -0
  140. package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +706 -0
  141. package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +530 -0
  142. package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +354 -0
  143. package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +97 -0
  144. package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +1056 -0
  145. package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +185 -0
  146. package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +396 -0
  147. package/package.json +25 -24
  148. package/src/components/AttractionCard/AttractionCard.vue +113 -0
  149. package/src/components/BaseButton/BaseButton.stories.ts +2 -2
  150. package/src/components/BaseButton/BaseButton.vue +6 -6
  151. package/src/components/BaseCarousel/BaseCarousel.vue +2 -2
  152. package/src/components/BaseLink/BaseLink.stories.js +8 -0
  153. package/src/components/BaseLink/BaseLink.vue +21 -1
  154. package/src/components/BlockAccordion/BlockAccordion.vue +1 -1
  155. package/src/components/BlockCsrTable/BlockCsrTable.vue +1 -1
  156. package/src/components/BlockCsrTable/CsrTestLimitsTable.vue +1 -0
  157. package/src/components/BlockCta/BlockCta.vue +1 -1
  158. package/src/components/BlockGist/BlockGist.vue +2 -1
  159. package/src/components/BlockImageCarousel/BlockImageCarousel.vue +2 -2
  160. package/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue +1 -1
  161. package/src/components/CalendarChip/CalendarChip.vue +1 -1
  162. package/src/components/HeroInlineMedia/HeroInlineMedia.vue +1 -1
  163. package/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue +2 -2
  164. package/src/components/Icons/IconBookmark.vue +25 -0
  165. package/src/components/Icons/IconHourglass.vue +35 -0
  166. package/src/components/Icons/IconLocationCrosshairs.vue +26 -0
  167. package/src/components/Icons/IconMap.vue +26 -0
  168. package/src/components/Icons/Icons.stories.ts +29 -0
  169. package/src/components/MetaPanel/MetaPanel.vue +1 -1
  170. package/src/components/MetadataEduResource/MetadataEduResource.vue +1 -1
  171. package/src/components/MetadataEvent/MetadataEvent.vue +1 -1
  172. package/src/components/MetadataStacked/MetadataStacked.stories.js +21 -0
  173. package/src/components/MetadataStacked/MetadataStacked.vue +71 -0
  174. package/src/components/MissionDetailHero/MissionDetailHero.vue +1 -1
  175. package/src/components/MissionDetailHighlights/MissionDetailHighlights.vue +24 -19
  176. package/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue +2 -2
  177. package/src/components/MixinAnimationCaret/MixinAnimationCaret.vue +34 -0
  178. package/src/components/MixinCarousel/MixinCarousel.vue +2 -2
  179. package/src/components/MixinFancybox/MixinFancybox.vue +2 -3
  180. package/src/components/NavDesktop/NavDesktopDropdownMore.vue +1 -1
  181. package/src/components/NavJumpMenu/NavJumpMenu.vue +2 -2
  182. package/src/components/NavJumpMenu/NavJumpMenuContent.vue +1 -1
  183. package/src/components/NavSearchForm/NavSearchForm.vue +1 -1
  184. package/src/components/NavSecondary/NavSecondary.vue +11 -2
  185. package/src/components/NavSocial/NavSocial.vue +1 -1
  186. package/src/components/RoboticsDetailStats/RoboticsDetailStats.vue +3 -3
  187. package/src/components/SearchFilterGroup/SearchFilterGroup.vue +10 -4
  188. package/src/components/SearchPagination/SearchPagination.vue +2 -2
  189. package/src/components/SearchResultCard/SearchResultCard.stories.js +11 -0
  190. package/src/components/SearchResultCard/SearchResultCard.vue +31 -1
  191. package/src/components/SearchResultsList/SearchResultsList.stories.js +870 -0
  192. package/src/components/SearchResultsList/SearchResultsList.vue +19 -2
  193. package/src/components/ShareButtons/ShareButtons.vue +4 -4
  194. package/src/components/ShareButtonsEdu/ShareButtonsEdu.vue +1 -1
  195. package/src/components/TextArea/TextArea.vue +2 -1
  196. package/src/components/TextInput/TextInput.vue +1 -1
  197. package/src/components/TopicDetailMore/TopicDetailMore.vue +1 -1
  198. package/src/interfaces.ts +40 -1
  199. package/src/main.ts +1 -1
  200. package/src/templates/PageAudioDetail/PageAudioDetail.vue +9 -8
  201. package/src/templates/PageContent/PageContent.vue +2 -0
  202. package/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue +1 -1
  203. package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue +1 -1
  204. package/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.stories.js +22 -0
  205. package/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.vue +65 -0
  206. package/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.stories.js +102 -0
  207. package/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.vue +128 -0
  208. package/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.stories.js +90 -0
  209. package/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.vue +166 -0
  210. package/vite.config.ts +0 -2
  211. package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +0 -19
@@ -435,6 +435,16 @@ export function MultipleCarousels(args: any): {
435
435
  required: false;
436
436
  default: string;
437
437
  };
438
+ caretMarginRight: {
439
+ type: StringConstructor;
440
+ required: false;
441
+ default: string;
442
+ };
443
+ caretLeft: {
444
+ type: BooleanConstructor;
445
+ required: false;
446
+ default: boolean;
447
+ };
438
448
  usePrimaryColor: {
439
449
  type: BooleanConstructor;
440
450
  required: false;
@@ -542,6 +552,16 @@ export function MultipleCarousels(args: any): {
542
552
  required: false;
543
553
  default: string;
544
554
  };
555
+ caretMarginRight: {
556
+ type: StringConstructor;
557
+ required: false;
558
+ default: string;
559
+ };
560
+ caretLeft: {
561
+ type: BooleanConstructor;
562
+ required: false;
563
+ default: boolean;
564
+ };
545
565
  usePrimaryColor: {
546
566
  type: BooleanConstructor;
547
567
  required: false;
@@ -552,6 +572,7 @@ export function MultipleCarousels(args: any): {
552
572
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
553
573
  }>, {
554
574
  title: string;
575
+ caretLeft: boolean;
555
576
  variant: "default" | "primary" | "secondary" | "none";
556
577
  to: string | Record<string, any>;
557
578
  exact: boolean;
@@ -567,6 +588,7 @@ export function MultipleCarousels(args: any): {
567
588
  caretInline: boolean;
568
589
  caretColor: string;
569
590
  caretMarginLeft: string;
591
+ caretMarginRight: string;
570
592
  usePrimaryColor: boolean;
571
593
  }, {}, {
572
594
  MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -590,11 +612,21 @@ export function MultipleCarousels(args: any): {
590
612
  default: string;
591
613
  required: false;
592
614
  };
615
+ marginRight: {
616
+ type: StringConstructor;
617
+ default: string;
618
+ required: false;
619
+ };
593
620
  inline: {
594
621
  type: BooleanConstructor;
595
622
  default: boolean;
596
623
  required: false;
597
624
  };
625
+ caretLeft: {
626
+ type: BooleanConstructor;
627
+ default: boolean;
628
+ required: false;
629
+ };
598
630
  }>, {}, {}, {
599
631
  computedClass(): string;
600
632
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -618,17 +650,29 @@ export function MultipleCarousels(args: any): {
618
650
  default: string;
619
651
  required: false;
620
652
  };
653
+ marginRight: {
654
+ type: StringConstructor;
655
+ default: string;
656
+ required: false;
657
+ };
621
658
  inline: {
622
659
  type: BooleanConstructor;
623
660
  default: boolean;
624
661
  required: false;
625
662
  };
663
+ caretLeft: {
664
+ type: BooleanConstructor;
665
+ default: boolean;
666
+ required: false;
667
+ };
626
668
  }>> & Readonly<{}>, {
627
669
  inline: boolean;
628
670
  passedWrapperClass: string;
629
671
  arrowClass: string;
630
672
  color: string;
631
673
  marginLeft: string;
674
+ marginRight: string;
675
+ caretLeft: boolean;
632
676
  }, {}, {
633
677
  IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
634
678
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1086,6 +1130,16 @@ export function MultipleCarousels(args: any): {
1086
1130
  required: false;
1087
1131
  default: string;
1088
1132
  };
1133
+ caretMarginRight: {
1134
+ type: StringConstructor;
1135
+ required: false;
1136
+ default: string;
1137
+ };
1138
+ caretLeft: {
1139
+ type: BooleanConstructor;
1140
+ required: false;
1141
+ default: boolean;
1142
+ };
1089
1143
  usePrimaryColor: {
1090
1144
  type: BooleanConstructor;
1091
1145
  required: false;
@@ -1193,6 +1247,16 @@ export function MultipleCarousels(args: any): {
1193
1247
  required: false;
1194
1248
  default: string;
1195
1249
  };
1250
+ caretMarginRight: {
1251
+ type: StringConstructor;
1252
+ required: false;
1253
+ default: string;
1254
+ };
1255
+ caretLeft: {
1256
+ type: BooleanConstructor;
1257
+ required: false;
1258
+ default: boolean;
1259
+ };
1196
1260
  usePrimaryColor: {
1197
1261
  type: BooleanConstructor;
1198
1262
  required: false;
@@ -1203,6 +1267,7 @@ export function MultipleCarousels(args: any): {
1203
1267
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
1204
1268
  }>, {
1205
1269
  title: string;
1270
+ caretLeft: boolean;
1206
1271
  variant: "default" | "primary" | "secondary" | "none";
1207
1272
  to: string | Record<string, any>;
1208
1273
  exact: boolean;
@@ -1218,6 +1283,7 @@ export function MultipleCarousels(args: any): {
1218
1283
  caretInline: boolean;
1219
1284
  caretColor: string;
1220
1285
  caretMarginLeft: string;
1286
+ caretMarginRight: string;
1221
1287
  usePrimaryColor: boolean;
1222
1288
  }, {}, {
1223
1289
  MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -1241,11 +1307,21 @@ export function MultipleCarousels(args: any): {
1241
1307
  default: string;
1242
1308
  required: false;
1243
1309
  };
1310
+ marginRight: {
1311
+ type: StringConstructor;
1312
+ default: string;
1313
+ required: false;
1314
+ };
1244
1315
  inline: {
1245
1316
  type: BooleanConstructor;
1246
1317
  default: boolean;
1247
1318
  required: false;
1248
1319
  };
1320
+ caretLeft: {
1321
+ type: BooleanConstructor;
1322
+ default: boolean;
1323
+ required: false;
1324
+ };
1249
1325
  }>, {}, {}, {
1250
1326
  computedClass(): string;
1251
1327
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -1269,17 +1345,29 @@ export function MultipleCarousels(args: any): {
1269
1345
  default: string;
1270
1346
  required: false;
1271
1347
  };
1348
+ marginRight: {
1349
+ type: StringConstructor;
1350
+ default: string;
1351
+ required: false;
1352
+ };
1272
1353
  inline: {
1273
1354
  type: BooleanConstructor;
1274
1355
  default: boolean;
1275
1356
  required: false;
1276
1357
  };
1358
+ caretLeft: {
1359
+ type: BooleanConstructor;
1360
+ default: boolean;
1361
+ required: false;
1362
+ };
1277
1363
  }>> & Readonly<{}>, {
1278
1364
  inline: boolean;
1279
1365
  passedWrapperClass: string;
1280
1366
  arrowClass: string;
1281
1367
  color: string;
1282
1368
  marginLeft: string;
1369
+ marginRight: string;
1370
+ caretLeft: boolean;
1283
1371
  }, {}, {
1284
1372
  IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1285
1373
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1696,6 +1784,16 @@ export function MultipleCarousels(args: any): {
1696
1784
  required: false;
1697
1785
  default: string;
1698
1786
  };
1787
+ caretMarginRight: {
1788
+ type: StringConstructor;
1789
+ required: false;
1790
+ default: string;
1791
+ };
1792
+ caretLeft: {
1793
+ type: BooleanConstructor;
1794
+ required: false;
1795
+ default: boolean;
1796
+ };
1699
1797
  usePrimaryColor: {
1700
1798
  type: BooleanConstructor;
1701
1799
  required: false;
@@ -1803,6 +1901,16 @@ export function MultipleCarousels(args: any): {
1803
1901
  required: false;
1804
1902
  default: string;
1805
1903
  };
1904
+ caretMarginRight: {
1905
+ type: StringConstructor;
1906
+ required: false;
1907
+ default: string;
1908
+ };
1909
+ caretLeft: {
1910
+ type: BooleanConstructor;
1911
+ required: false;
1912
+ default: boolean;
1913
+ };
1806
1914
  usePrimaryColor: {
1807
1915
  type: BooleanConstructor;
1808
1916
  required: false;
@@ -1813,6 +1921,7 @@ export function MultipleCarousels(args: any): {
1813
1921
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
1814
1922
  }>, {
1815
1923
  title: string;
1924
+ caretLeft: boolean;
1816
1925
  variant: "default" | "primary" | "secondary" | "none";
1817
1926
  to: string | Record<string, any>;
1818
1927
  exact: boolean;
@@ -1828,6 +1937,7 @@ export function MultipleCarousels(args: any): {
1828
1937
  caretInline: boolean;
1829
1938
  caretColor: string;
1830
1939
  caretMarginLeft: string;
1940
+ caretMarginRight: string;
1831
1941
  usePrimaryColor: boolean;
1832
1942
  }, {}, {
1833
1943
  MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -1851,11 +1961,21 @@ export function MultipleCarousels(args: any): {
1851
1961
  default: string;
1852
1962
  required: false;
1853
1963
  };
1964
+ marginRight: {
1965
+ type: StringConstructor;
1966
+ default: string;
1967
+ required: false;
1968
+ };
1854
1969
  inline: {
1855
1970
  type: BooleanConstructor;
1856
1971
  default: boolean;
1857
1972
  required: false;
1858
1973
  };
1974
+ caretLeft: {
1975
+ type: BooleanConstructor;
1976
+ default: boolean;
1977
+ required: false;
1978
+ };
1859
1979
  }>, {}, {}, {
1860
1980
  computedClass(): string;
1861
1981
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -1879,17 +1999,29 @@ export function MultipleCarousels(args: any): {
1879
1999
  default: string;
1880
2000
  required: false;
1881
2001
  };
2002
+ marginRight: {
2003
+ type: StringConstructor;
2004
+ default: string;
2005
+ required: false;
2006
+ };
1882
2007
  inline: {
1883
2008
  type: BooleanConstructor;
1884
2009
  default: boolean;
1885
2010
  required: false;
1886
2011
  };
2012
+ caretLeft: {
2013
+ type: BooleanConstructor;
2014
+ default: boolean;
2015
+ required: false;
2016
+ };
1887
2017
  }>> & Readonly<{}>, {
1888
2018
  inline: boolean;
1889
2019
  passedWrapperClass: string;
1890
2020
  arrowClass: string;
1891
2021
  color: string;
1892
2022
  marginLeft: string;
2023
+ marginRight: string;
2024
+ caretLeft: boolean;
1893
2025
  }, {}, {
1894
2026
  IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1895
2027
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -237,6 +237,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
237
237
  required: false;
238
238
  default: string;
239
239
  };
240
+ caretMarginRight: {
241
+ type: StringConstructor;
242
+ required: false;
243
+ default: string;
244
+ };
245
+ caretLeft: {
246
+ type: BooleanConstructor;
247
+ required: false;
248
+ default: boolean;
249
+ };
240
250
  usePrimaryColor: {
241
251
  type: BooleanConstructor;
242
252
  required: false;
@@ -344,6 +354,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
344
354
  required: false;
345
355
  default: string;
346
356
  };
357
+ caretMarginRight: {
358
+ type: StringConstructor;
359
+ required: false;
360
+ default: string;
361
+ };
362
+ caretLeft: {
363
+ type: BooleanConstructor;
364
+ required: false;
365
+ default: boolean;
366
+ };
347
367
  usePrimaryColor: {
348
368
  type: BooleanConstructor;
349
369
  required: false;
@@ -354,6 +374,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
354
374
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
355
375
  }>, {
356
376
  title: string;
377
+ caretLeft: boolean;
357
378
  variant: "default" | "primary" | "secondary" | "none";
358
379
  to: string | Record<string, any>;
359
380
  exact: boolean;
@@ -369,6 +390,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
369
390
  caretInline: boolean;
370
391
  caretColor: string;
371
392
  caretMarginLeft: string;
393
+ caretMarginRight: string;
372
394
  usePrimaryColor: boolean;
373
395
  }, {}, {
374
396
  MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -392,11 +414,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
392
414
  default: string;
393
415
  required: false;
394
416
  };
417
+ marginRight: {
418
+ type: StringConstructor;
419
+ default: string;
420
+ required: false;
421
+ };
395
422
  inline: {
396
423
  type: BooleanConstructor;
397
424
  default: boolean;
398
425
  required: false;
399
426
  };
427
+ caretLeft: {
428
+ type: BooleanConstructor;
429
+ default: boolean;
430
+ required: false;
431
+ };
400
432
  }>, {}, {}, {
401
433
  computedClass(): string;
402
434
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -420,17 +452,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
420
452
  default: string;
421
453
  required: false;
422
454
  };
455
+ marginRight: {
456
+ type: StringConstructor;
457
+ default: string;
458
+ required: false;
459
+ };
423
460
  inline: {
424
461
  type: BooleanConstructor;
425
462
  default: boolean;
426
463
  required: false;
427
464
  };
465
+ caretLeft: {
466
+ type: BooleanConstructor;
467
+ default: boolean;
468
+ required: false;
469
+ };
428
470
  }>> & Readonly<{}>, {
429
471
  inline: boolean;
430
472
  passedWrapperClass: string;
431
473
  arrowClass: string;
432
474
  color: string;
433
475
  marginLeft: string;
476
+ marginRight: string;
477
+ caretLeft: boolean;
434
478
  }, {}, {
435
479
  IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
436
480
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -888,6 +932,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
888
932
  required: false;
889
933
  default: string;
890
934
  };
935
+ caretMarginRight: {
936
+ type: StringConstructor;
937
+ required: false;
938
+ default: string;
939
+ };
940
+ caretLeft: {
941
+ type: BooleanConstructor;
942
+ required: false;
943
+ default: boolean;
944
+ };
891
945
  usePrimaryColor: {
892
946
  type: BooleanConstructor;
893
947
  required: false;
@@ -995,6 +1049,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
995
1049
  required: false;
996
1050
  default: string;
997
1051
  };
1052
+ caretMarginRight: {
1053
+ type: StringConstructor;
1054
+ required: false;
1055
+ default: string;
1056
+ };
1057
+ caretLeft: {
1058
+ type: BooleanConstructor;
1059
+ required: false;
1060
+ default: boolean;
1061
+ };
998
1062
  usePrimaryColor: {
999
1063
  type: BooleanConstructor;
1000
1064
  required: false;
@@ -1005,6 +1069,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1005
1069
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
1006
1070
  }>, {
1007
1071
  title: string;
1072
+ caretLeft: boolean;
1008
1073
  variant: "default" | "primary" | "secondary" | "none";
1009
1074
  to: string | Record<string, any>;
1010
1075
  exact: boolean;
@@ -1020,6 +1085,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1020
1085
  caretInline: boolean;
1021
1086
  caretColor: string;
1022
1087
  caretMarginLeft: string;
1088
+ caretMarginRight: string;
1023
1089
  usePrimaryColor: boolean;
1024
1090
  }, {}, {
1025
1091
  MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -1043,11 +1109,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1043
1109
  default: string;
1044
1110
  required: false;
1045
1111
  };
1112
+ marginRight: {
1113
+ type: StringConstructor;
1114
+ default: string;
1115
+ required: false;
1116
+ };
1046
1117
  inline: {
1047
1118
  type: BooleanConstructor;
1048
1119
  default: boolean;
1049
1120
  required: false;
1050
1121
  };
1122
+ caretLeft: {
1123
+ type: BooleanConstructor;
1124
+ default: boolean;
1125
+ required: false;
1126
+ };
1051
1127
  }>, {}, {}, {
1052
1128
  computedClass(): string;
1053
1129
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -1071,17 +1147,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1071
1147
  default: string;
1072
1148
  required: false;
1073
1149
  };
1150
+ marginRight: {
1151
+ type: StringConstructor;
1152
+ default: string;
1153
+ required: false;
1154
+ };
1074
1155
  inline: {
1075
1156
  type: BooleanConstructor;
1076
1157
  default: boolean;
1077
1158
  required: false;
1078
1159
  };
1160
+ caretLeft: {
1161
+ type: BooleanConstructor;
1162
+ default: boolean;
1163
+ required: false;
1164
+ };
1079
1165
  }>> & Readonly<{}>, {
1080
1166
  inline: boolean;
1081
1167
  passedWrapperClass: string;
1082
1168
  arrowClass: string;
1083
1169
  color: string;
1084
1170
  marginLeft: string;
1171
+ marginRight: string;
1172
+ caretLeft: boolean;
1085
1173
  }, {}, {
1086
1174
  IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1087
1175
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1498,6 +1586,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1498
1586
  required: false;
1499
1587
  default: string;
1500
1588
  };
1589
+ caretMarginRight: {
1590
+ type: StringConstructor;
1591
+ required: false;
1592
+ default: string;
1593
+ };
1594
+ caretLeft: {
1595
+ type: BooleanConstructor;
1596
+ required: false;
1597
+ default: boolean;
1598
+ };
1501
1599
  usePrimaryColor: {
1502
1600
  type: BooleanConstructor;
1503
1601
  required: false;
@@ -1605,6 +1703,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1605
1703
  required: false;
1606
1704
  default: string;
1607
1705
  };
1706
+ caretMarginRight: {
1707
+ type: StringConstructor;
1708
+ required: false;
1709
+ default: string;
1710
+ };
1711
+ caretLeft: {
1712
+ type: BooleanConstructor;
1713
+ required: false;
1714
+ default: boolean;
1715
+ };
1608
1716
  usePrimaryColor: {
1609
1717
  type: BooleanConstructor;
1610
1718
  required: false;
@@ -1615,6 +1723,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1615
1723
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
1616
1724
  }>, {
1617
1725
  title: string;
1726
+ caretLeft: boolean;
1618
1727
  variant: "default" | "primary" | "secondary" | "none";
1619
1728
  to: string | Record<string, any>;
1620
1729
  exact: boolean;
@@ -1630,6 +1739,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1630
1739
  caretInline: boolean;
1631
1740
  caretColor: string;
1632
1741
  caretMarginLeft: string;
1742
+ caretMarginRight: string;
1633
1743
  usePrimaryColor: boolean;
1634
1744
  }, {}, {
1635
1745
  MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -1653,11 +1763,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1653
1763
  default: string;
1654
1764
  required: false;
1655
1765
  };
1766
+ marginRight: {
1767
+ type: StringConstructor;
1768
+ default: string;
1769
+ required: false;
1770
+ };
1656
1771
  inline: {
1657
1772
  type: BooleanConstructor;
1658
1773
  default: boolean;
1659
1774
  required: false;
1660
1775
  };
1776
+ caretLeft: {
1777
+ type: BooleanConstructor;
1778
+ default: boolean;
1779
+ required: false;
1780
+ };
1661
1781
  }>, {}, {}, {
1662
1782
  computedClass(): string;
1663
1783
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -1681,17 +1801,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1681
1801
  default: string;
1682
1802
  required: false;
1683
1803
  };
1804
+ marginRight: {
1805
+ type: StringConstructor;
1806
+ default: string;
1807
+ required: false;
1808
+ };
1684
1809
  inline: {
1685
1810
  type: BooleanConstructor;
1686
1811
  default: boolean;
1687
1812
  required: false;
1688
1813
  };
1814
+ caretLeft: {
1815
+ type: BooleanConstructor;
1816
+ default: boolean;
1817
+ required: false;
1818
+ };
1689
1819
  }>> & Readonly<{}>, {
1690
1820
  inline: boolean;
1691
1821
  passedWrapperClass: string;
1692
1822
  arrowClass: string;
1693
1823
  color: string;
1694
1824
  marginLeft: string;
1825
+ marginRight: string;
1826
+ caretLeft: boolean;
1695
1827
  }, {}, {
1696
1828
  IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1697
1829
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;