@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
@@ -134,6 +134,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
134
134
  required: false;
135
135
  default: string;
136
136
  };
137
+ caretMarginRight: {
138
+ type: StringConstructor;
139
+ required: false;
140
+ default: string;
141
+ };
142
+ caretLeft: {
143
+ type: BooleanConstructor;
144
+ required: false;
145
+ default: boolean;
146
+ };
137
147
  usePrimaryColor: {
138
148
  type: BooleanConstructor;
139
149
  required: false;
@@ -241,6 +251,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
241
251
  required: false;
242
252
  default: string;
243
253
  };
254
+ caretMarginRight: {
255
+ type: StringConstructor;
256
+ required: false;
257
+ default: string;
258
+ };
259
+ caretLeft: {
260
+ type: BooleanConstructor;
261
+ required: false;
262
+ default: boolean;
263
+ };
244
264
  usePrimaryColor: {
245
265
  type: BooleanConstructor;
246
266
  required: false;
@@ -251,6 +271,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
251
271
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
252
272
  }>, {
253
273
  title: string;
274
+ caretLeft: boolean;
254
275
  variant: "default" | "primary" | "secondary" | "none";
255
276
  to: string | Record<string, any>;
256
277
  exact: boolean;
@@ -266,6 +287,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
266
287
  caretInline: boolean;
267
288
  caretColor: string;
268
289
  caretMarginLeft: string;
290
+ caretMarginRight: string;
269
291
  usePrimaryColor: boolean;
270
292
  }, {}, {
271
293
  MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -289,11 +311,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
289
311
  default: string;
290
312
  required: false;
291
313
  };
314
+ marginRight: {
315
+ type: StringConstructor;
316
+ default: string;
317
+ required: false;
318
+ };
292
319
  inline: {
293
320
  type: BooleanConstructor;
294
321
  default: boolean;
295
322
  required: false;
296
323
  };
324
+ caretLeft: {
325
+ type: BooleanConstructor;
326
+ default: boolean;
327
+ required: false;
328
+ };
297
329
  }>, {}, {}, {
298
330
  computedClass(): string;
299
331
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -317,17 +349,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
317
349
  default: string;
318
350
  required: false;
319
351
  };
352
+ marginRight: {
353
+ type: StringConstructor;
354
+ default: string;
355
+ required: false;
356
+ };
320
357
  inline: {
321
358
  type: BooleanConstructor;
322
359
  default: boolean;
323
360
  required: false;
324
361
  };
362
+ caretLeft: {
363
+ type: BooleanConstructor;
364
+ default: boolean;
365
+ required: false;
366
+ };
325
367
  }>> & Readonly<{}>, {
326
368
  inline: boolean;
327
369
  passedWrapperClass: string;
328
370
  arrowClass: string;
329
371
  color: string;
330
372
  marginLeft: string;
373
+ marginRight: string;
374
+ caretLeft: boolean;
331
375
  }, {}, {
332
376
  IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
333
377
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -559,6 +603,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
559
603
  required: false;
560
604
  default: string;
561
605
  };
606
+ caretMarginRight: {
607
+ type: StringConstructor;
608
+ required: false;
609
+ default: string;
610
+ };
611
+ caretLeft: {
612
+ type: BooleanConstructor;
613
+ required: false;
614
+ default: boolean;
615
+ };
562
616
  usePrimaryColor: {
563
617
  type: BooleanConstructor;
564
618
  required: false;
@@ -666,6 +720,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
666
720
  required: false;
667
721
  default: string;
668
722
  };
723
+ caretMarginRight: {
724
+ type: StringConstructor;
725
+ required: false;
726
+ default: string;
727
+ };
728
+ caretLeft: {
729
+ type: BooleanConstructor;
730
+ required: false;
731
+ default: boolean;
732
+ };
669
733
  usePrimaryColor: {
670
734
  type: BooleanConstructor;
671
735
  required: false;
@@ -676,6 +740,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
676
740
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
677
741
  }>, {
678
742
  title: string;
743
+ caretLeft: boolean;
679
744
  variant: "default" | "primary" | "secondary" | "none";
680
745
  to: string | Record<string, any>;
681
746
  exact: boolean;
@@ -691,6 +756,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
691
756
  caretInline: boolean;
692
757
  caretColor: string;
693
758
  caretMarginLeft: string;
759
+ caretMarginRight: string;
694
760
  usePrimaryColor: boolean;
695
761
  }, {}, {
696
762
  MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -714,11 +780,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
714
780
  default: string;
715
781
  required: false;
716
782
  };
783
+ marginRight: {
784
+ type: StringConstructor;
785
+ default: string;
786
+ required: false;
787
+ };
717
788
  inline: {
718
789
  type: BooleanConstructor;
719
790
  default: boolean;
720
791
  required: false;
721
792
  };
793
+ caretLeft: {
794
+ type: BooleanConstructor;
795
+ default: boolean;
796
+ required: false;
797
+ };
722
798
  }>, {}, {}, {
723
799
  computedClass(): string;
724
800
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -742,17 +818,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
742
818
  default: string;
743
819
  required: false;
744
820
  };
821
+ marginRight: {
822
+ type: StringConstructor;
823
+ default: string;
824
+ required: false;
825
+ };
745
826
  inline: {
746
827
  type: BooleanConstructor;
747
828
  default: boolean;
748
829
  required: false;
749
830
  };
831
+ caretLeft: {
832
+ type: BooleanConstructor;
833
+ default: boolean;
834
+ required: false;
835
+ };
750
836
  }>> & Readonly<{}>, {
751
837
  inline: boolean;
752
838
  passedWrapperClass: string;
753
839
  arrowClass: string;
754
840
  color: string;
755
841
  marginLeft: string;
842
+ marginRight: string;
843
+ caretLeft: boolean;
756
844
  }, {}, {
757
845
  IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
758
846
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -254,6 +254,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
254
254
  required: false;
255
255
  default: string;
256
256
  };
257
+ caretMarginRight: {
258
+ type: StringConstructor;
259
+ required: false;
260
+ default: string;
261
+ };
262
+ caretLeft: {
263
+ type: BooleanConstructor;
264
+ required: false;
265
+ default: boolean;
266
+ };
257
267
  usePrimaryColor: {
258
268
  type: BooleanConstructor;
259
269
  required: false;
@@ -361,6 +371,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
361
371
  required: false;
362
372
  default: string;
363
373
  };
374
+ caretMarginRight: {
375
+ type: StringConstructor;
376
+ required: false;
377
+ default: string;
378
+ };
379
+ caretLeft: {
380
+ type: BooleanConstructor;
381
+ required: false;
382
+ default: boolean;
383
+ };
364
384
  usePrimaryColor: {
365
385
  type: BooleanConstructor;
366
386
  required: false;
@@ -371,6 +391,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
371
391
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
372
392
  }>, {
373
393
  title: string;
394
+ caretLeft: boolean;
374
395
  variant: "default" | "primary" | "secondary" | "none";
375
396
  to: string | Record<string, any>;
376
397
  exact: boolean;
@@ -386,6 +407,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
386
407
  caretInline: boolean;
387
408
  caretColor: string;
388
409
  caretMarginLeft: string;
410
+ caretMarginRight: string;
389
411
  usePrimaryColor: boolean;
390
412
  }, {}, {
391
413
  MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -409,11 +431,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
409
431
  default: string;
410
432
  required: false;
411
433
  };
434
+ marginRight: {
435
+ type: StringConstructor;
436
+ default: string;
437
+ required: false;
438
+ };
412
439
  inline: {
413
440
  type: BooleanConstructor;
414
441
  default: boolean;
415
442
  required: false;
416
443
  };
444
+ caretLeft: {
445
+ type: BooleanConstructor;
446
+ default: boolean;
447
+ required: false;
448
+ };
417
449
  }>, {}, {}, {
418
450
  computedClass(): string;
419
451
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -437,17 +469,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
437
469
  default: string;
438
470
  required: false;
439
471
  };
472
+ marginRight: {
473
+ type: StringConstructor;
474
+ default: string;
475
+ required: false;
476
+ };
440
477
  inline: {
441
478
  type: BooleanConstructor;
442
479
  default: boolean;
443
480
  required: false;
444
481
  };
482
+ caretLeft: {
483
+ type: BooleanConstructor;
484
+ default: boolean;
485
+ required: false;
486
+ };
445
487
  }>> & Readonly<{}>, {
446
488
  inline: boolean;
447
489
  passedWrapperClass: string;
448
490
  arrowClass: string;
449
491
  color: string;
450
492
  marginLeft: string;
493
+ marginRight: string;
494
+ caretLeft: boolean;
451
495
  }, {}, {
452
496
  IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
453
497
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -28,6 +28,7 @@ declare const _default: {
28
28
  IconLink: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
29
29
  IconList: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
30
30
  IconLocation: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
31
+ IconMap: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
31
32
  IconMagnifyingGlass: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
32
33
  IconMedal: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
33
34
  IconMenu: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -109,6 +110,14 @@ export declare const Book: {
109
110
  template: string;
110
111
  };
111
112
  };
113
+ export declare const Bookmark: {
114
+ render: () => {
115
+ components: {
116
+ IconBookmark: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
117
+ };
118
+ template: string;
119
+ };
120
+ };
112
121
  export declare const BookUser: {
113
122
  render: () => {
114
123
  components: {
@@ -245,6 +254,14 @@ export declare const Hand: {
245
254
  template: string;
246
255
  };
247
256
  };
257
+ export declare const Hourglass: {
258
+ render: () => {
259
+ components: {
260
+ IconHourglass: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
261
+ };
262
+ template: string;
263
+ };
264
+ };
248
265
  export declare const Info: {
249
266
  render: () => {
250
267
  components: {
@@ -277,6 +294,22 @@ export declare const Location: {
277
294
  template: string;
278
295
  };
279
296
  };
297
+ export declare const LocationCrosshairs: {
298
+ render: () => {
299
+ components: {
300
+ IconLocationCrosshairs: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
301
+ };
302
+ template: string;
303
+ };
304
+ };
305
+ export declare const Map: {
306
+ render: () => {
307
+ components: {
308
+ IconMap: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
309
+ };
310
+ template: string;
311
+ };
312
+ };
280
313
  export declare const MagnifyingGlass: {
281
314
  render: () => {
282
315
  components: {
@@ -0,0 +1,18 @@
1
+ import { default as MetadataStacked } from './MetadataStacked.vue';
2
+ declare namespace _default {
3
+ export let title: string;
4
+ export { MetadataStacked as component };
5
+ export let tags: never[];
6
+ export let excludeStories: RegExp;
7
+ }
8
+ export default _default;
9
+ export namespace MetadataStackedData {
10
+ let location: string;
11
+ let locationIcon: string;
12
+ let wait: string;
13
+ let showMyList: boolean;
14
+ }
15
+ export namespace BaseStory {
16
+ export let name: string;
17
+ export { MetadataStackedData as args };
18
+ }
@@ -0,0 +1,65 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ /**
3
+ * The text for location metadata. Plain text only.
4
+ */
5
+ location: {
6
+ type: StringConstructor;
7
+ default: undefined;
8
+ };
9
+ /**
10
+ * The text name for the location icon. Defaults to Explorer-1 location icon. Plain text only.
11
+ */
12
+ locationIcon: {
13
+ type: StringConstructor;
14
+ default: undefined;
15
+ };
16
+ /**
17
+ * The text for the wait time metadata. Plain text only.
18
+ */
19
+ wait: {
20
+ type: StringConstructor;
21
+ default: undefined;
22
+ };
23
+ /**
24
+ * Controls the visibility of the Bookmark icon and its associated metadata.
25
+ */
26
+ showMyList: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
31
+ /**
32
+ * The text for location metadata. Plain text only.
33
+ */
34
+ location: {
35
+ type: StringConstructor;
36
+ default: undefined;
37
+ };
38
+ /**
39
+ * The text name for the location icon. Defaults to Explorer-1 location icon. Plain text only.
40
+ */
41
+ locationIcon: {
42
+ type: StringConstructor;
43
+ default: undefined;
44
+ };
45
+ /**
46
+ * The text for the wait time metadata. Plain text only.
47
+ */
48
+ wait: {
49
+ type: StringConstructor;
50
+ default: undefined;
51
+ };
52
+ /**
53
+ * Controls the visibility of the Bookmark icon and its associated metadata.
54
+ */
55
+ showMyList: {
56
+ type: BooleanConstructor;
57
+ default: boolean;
58
+ };
59
+ }>> & Readonly<{}>, {
60
+ location: string;
61
+ locationIcon: string;
62
+ wait: string;
63
+ showMyList: boolean;
64
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
65
+ export default _default;
@@ -355,6 +355,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
355
355
  required: false;
356
356
  default: string;
357
357
  };
358
+ caretMarginRight: {
359
+ type: StringConstructor;
360
+ required: false;
361
+ default: string;
362
+ };
363
+ caretLeft: {
364
+ type: BooleanConstructor;
365
+ required: false;
366
+ default: boolean;
367
+ };
358
368
  usePrimaryColor: {
359
369
  type: BooleanConstructor;
360
370
  required: false;
@@ -462,6 +472,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
462
472
  required: false;
463
473
  default: string;
464
474
  };
475
+ caretMarginRight: {
476
+ type: StringConstructor;
477
+ required: false;
478
+ default: string;
479
+ };
480
+ caretLeft: {
481
+ type: BooleanConstructor;
482
+ required: false;
483
+ default: boolean;
484
+ };
465
485
  usePrimaryColor: {
466
486
  type: BooleanConstructor;
467
487
  required: false;
@@ -472,6 +492,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
472
492
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
473
493
  }>, {
474
494
  title: string;
495
+ caretLeft: boolean;
475
496
  variant: "default" | "primary" | "secondary" | "none";
476
497
  to: string | Record<string, any>;
477
498
  exact: boolean;
@@ -487,6 +508,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
487
508
  caretInline: boolean;
488
509
  caretColor: string;
489
510
  caretMarginLeft: string;
511
+ caretMarginRight: string;
490
512
  usePrimaryColor: boolean;
491
513
  }, {}, {
492
514
  MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -510,11 +532,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
510
532
  default: string;
511
533
  required: false;
512
534
  };
535
+ marginRight: {
536
+ type: StringConstructor;
537
+ default: string;
538
+ required: false;
539
+ };
513
540
  inline: {
514
541
  type: BooleanConstructor;
515
542
  default: boolean;
516
543
  required: false;
517
544
  };
545
+ caretLeft: {
546
+ type: BooleanConstructor;
547
+ default: boolean;
548
+ required: false;
549
+ };
518
550
  }>, {}, {}, {
519
551
  computedClass(): string;
520
552
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -538,17 +570,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
538
570
  default: string;
539
571
  required: false;
540
572
  };
573
+ marginRight: {
574
+ type: StringConstructor;
575
+ default: string;
576
+ required: false;
577
+ };
541
578
  inline: {
542
579
  type: BooleanConstructor;
543
580
  default: boolean;
544
581
  required: false;
545
582
  };
583
+ caretLeft: {
584
+ type: BooleanConstructor;
585
+ default: boolean;
586
+ required: false;
587
+ };
546
588
  }>> & Readonly<{}>, {
547
589
  inline: boolean;
548
590
  passedWrapperClass: string;
549
591
  arrowClass: string;
550
592
  color: string;
551
593
  marginLeft: string;
594
+ marginRight: string;
595
+ caretLeft: boolean;
552
596
  }, {}, {
553
597
  IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
554
598
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -253,6 +253,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
253
253
  required: false;
254
254
  default: string;
255
255
  };
256
+ caretMarginRight: {
257
+ type: StringConstructor;
258
+ required: false;
259
+ default: string;
260
+ };
261
+ caretLeft: {
262
+ type: BooleanConstructor;
263
+ required: false;
264
+ default: boolean;
265
+ };
256
266
  usePrimaryColor: {
257
267
  type: BooleanConstructor;
258
268
  required: false;
@@ -360,6 +370,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
360
370
  required: false;
361
371
  default: string;
362
372
  };
373
+ caretMarginRight: {
374
+ type: StringConstructor;
375
+ required: false;
376
+ default: string;
377
+ };
378
+ caretLeft: {
379
+ type: BooleanConstructor;
380
+ required: false;
381
+ default: boolean;
382
+ };
363
383
  usePrimaryColor: {
364
384
  type: BooleanConstructor;
365
385
  required: false;
@@ -370,6 +390,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
370
390
  onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
371
391
  }>, {
372
392
  title: string;
393
+ caretLeft: boolean;
373
394
  variant: "default" | "primary" | "secondary" | "none";
374
395
  to: string | Record<string, any>;
375
396
  exact: boolean;
@@ -385,6 +406,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
385
406
  caretInline: boolean;
386
407
  caretColor: string;
387
408
  caretMarginLeft: string;
409
+ caretMarginRight: string;
388
410
  usePrimaryColor: boolean;
389
411
  }, {}, {
390
412
  MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -408,11 +430,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
408
430
  default: string;
409
431
  required: false;
410
432
  };
433
+ marginRight: {
434
+ type: StringConstructor;
435
+ default: string;
436
+ required: false;
437
+ };
411
438
  inline: {
412
439
  type: BooleanConstructor;
413
440
  default: boolean;
414
441
  required: false;
415
442
  };
443
+ caretLeft: {
444
+ type: BooleanConstructor;
445
+ default: boolean;
446
+ required: false;
447
+ };
416
448
  }>, {}, {}, {
417
449
  computedClass(): string;
418
450
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -436,17 +468,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
436
468
  default: string;
437
469
  required: false;
438
470
  };
471
+ marginRight: {
472
+ type: StringConstructor;
473
+ default: string;
474
+ required: false;
475
+ };
439
476
  inline: {
440
477
  type: BooleanConstructor;
441
478
  default: boolean;
442
479
  required: false;
443
480
  };
481
+ caretLeft: {
482
+ type: BooleanConstructor;
483
+ default: boolean;
484
+ required: false;
485
+ };
444
486
  }>> & Readonly<{}>, {
445
487
  inline: boolean;
446
488
  passedWrapperClass: string;
447
489
  arrowClass: string;
448
490
  color: string;
449
491
  marginLeft: string;
492
+ marginRight: string;
493
+ caretLeft: boolean;
450
494
  }, {}, {
451
495
  IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
452
496
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;