@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.
- package/CHANGELOG.md +19 -0
- package/components.d.ts +10 -2
- package/dist/explorer-1-vue.css +1 -1
- package/dist/explorer-1-vue.js +43157 -41849
- package/dist/explorer-1-vue.umd.cjs +44 -44
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +44 -0
- package/dist/src/components/AttractionCard/AttractionCard.vue.d.ts +146 -0
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +2 -2
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +44 -0
- package/dist/src/components/BaseLink/BaseLink.stories.d.ts +8 -0
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +50 -2
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +88 -0
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +44 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +1 -1
- package/dist/src/components/BlockCsrTable/{CsrTestLimits.vue.d.ts → CsrDetails.vue.d.ts} +2 -2
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +44 -0
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +528 -0
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +88 -0
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +44 -0
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +44 -0
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +44 -0
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +44 -0
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +44 -0
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +44 -0
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +44 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +44 -0
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +132 -0
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +132 -0
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +44 -0
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +44 -0
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +220 -0
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +44 -0
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +44 -0
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +44 -0
- package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +44 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +2 -2
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +792 -0
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +44 -0
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +44 -0
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +44 -0
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +44 -0
- package/dist/src/components/EventCard/EventCard.vue.d.ts +44 -0
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +44 -0
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +44 -0
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +44 -0
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +88 -0
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +44 -0
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +44 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +44 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +88 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +44 -0
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +528 -0
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +88 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +44 -0
- package/dist/src/components/Icons/IconBookmark.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconHourglass.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconLocationCrosshairs.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMap.vue.d.ts +2 -0
- package/dist/src/components/Icons/Icons.stories.d.ts +33 -0
- package/dist/src/components/MetadataStacked/MetadataStacked.stories.d.ts +18 -0
- package/dist/src/components/MetadataStacked/MetadataStacked.vue.d.ts +65 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +44 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +44 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +44 -0
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +44 -0
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +132 -0
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +22 -0
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +26 -0
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +88 -0
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +44 -0
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +1188 -0
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +352 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +132 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +176 -0
- package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +44 -0
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +220 -0
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +220 -0
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +44 -0
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +44 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +98 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +44 -0
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +88 -0
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +44 -0
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +44 -0
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +968 -0
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +220 -0
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +88 -0
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +660 -0
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +44 -0
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +44 -0
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +105 -0
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +44 -0
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +44 -0
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +44 -0
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +88 -0
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +44 -0
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +176 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +11 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +310 -0
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +132 -0
- package/dist/src/components/SearchResultsList/SearchResultsList.stories.d.ts +191 -0
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +451 -0
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +44 -0
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +44 -0
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +176 -0
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +88 -0
- package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +88 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +88 -0
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +44 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +44 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +44 -0
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +44 -0
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +132 -0
- package/dist/src/interfaces.d.ts +36 -1
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +440 -0
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +1199 -0
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +1012 -0
- package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +1188 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +1056 -0
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +220 -0
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +98 -0
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +1012 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +1154 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +98 -0
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +98 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +98 -0
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +98 -0
- package/dist/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.stories.d.ts +21 -0
- package/dist/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.vue.d.ts +41 -0
- package/dist/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.stories.d.ts +193 -0
- package/dist/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.vue.d.ts +15 -0
- package/dist/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.stories.d.ts +80 -0
- package/dist/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.vue.d.ts +15 -0
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +1023 -2
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +968 -0
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +354 -0
- package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +572 -0
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +44 -0
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +352 -0
- package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +706 -0
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +530 -0
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +354 -0
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +97 -0
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +1056 -0
- package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +185 -0
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +396 -0
- package/package.json +25 -24
- package/src/components/AttractionCard/AttractionCard.vue +113 -0
- package/src/components/BaseButton/BaseButton.stories.ts +2 -2
- package/src/components/BaseButton/BaseButton.vue +6 -6
- package/src/components/BaseCarousel/BaseCarousel.vue +2 -2
- package/src/components/BaseLink/BaseLink.stories.js +8 -0
- package/src/components/BaseLink/BaseLink.vue +21 -1
- package/src/components/BlockAccordion/BlockAccordion.vue +1 -1
- package/src/components/BlockCsrTable/BlockCsrTable.vue +1 -1
- package/src/components/BlockCsrTable/CsrTestLimitsTable.vue +1 -0
- package/src/components/BlockCta/BlockCta.vue +1 -1
- package/src/components/BlockGist/BlockGist.vue +2 -1
- package/src/components/BlockImageCarousel/BlockImageCarousel.vue +2 -2
- package/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue +1 -1
- package/src/components/CalendarChip/CalendarChip.vue +1 -1
- package/src/components/HeroInlineMedia/HeroInlineMedia.vue +1 -1
- package/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue +2 -2
- package/src/components/Icons/IconBookmark.vue +25 -0
- package/src/components/Icons/IconHourglass.vue +35 -0
- package/src/components/Icons/IconLocationCrosshairs.vue +26 -0
- package/src/components/Icons/IconMap.vue +26 -0
- package/src/components/Icons/Icons.stories.ts +29 -0
- package/src/components/MetaPanel/MetaPanel.vue +1 -1
- package/src/components/MetadataEduResource/MetadataEduResource.vue +1 -1
- package/src/components/MetadataEvent/MetadataEvent.vue +1 -1
- package/src/components/MetadataStacked/MetadataStacked.stories.js +21 -0
- package/src/components/MetadataStacked/MetadataStacked.vue +71 -0
- package/src/components/MissionDetailHero/MissionDetailHero.vue +1 -1
- package/src/components/MissionDetailHighlights/MissionDetailHighlights.vue +24 -19
- package/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue +2 -2
- package/src/components/MixinAnimationCaret/MixinAnimationCaret.vue +34 -0
- package/src/components/MixinCarousel/MixinCarousel.vue +2 -2
- package/src/components/MixinFancybox/MixinFancybox.vue +2 -3
- package/src/components/NavDesktop/NavDesktopDropdownMore.vue +1 -1
- package/src/components/NavJumpMenu/NavJumpMenu.vue +2 -2
- package/src/components/NavJumpMenu/NavJumpMenuContent.vue +1 -1
- package/src/components/NavSearchForm/NavSearchForm.vue +1 -1
- package/src/components/NavSecondary/NavSecondary.vue +11 -2
- package/src/components/NavSocial/NavSocial.vue +1 -1
- package/src/components/RoboticsDetailStats/RoboticsDetailStats.vue +3 -3
- package/src/components/SearchFilterGroup/SearchFilterGroup.vue +10 -4
- package/src/components/SearchPagination/SearchPagination.vue +2 -2
- package/src/components/SearchResultCard/SearchResultCard.stories.js +11 -0
- package/src/components/SearchResultCard/SearchResultCard.vue +31 -1
- package/src/components/SearchResultsList/SearchResultsList.stories.js +870 -0
- package/src/components/SearchResultsList/SearchResultsList.vue +19 -2
- package/src/components/ShareButtons/ShareButtons.vue +4 -4
- package/src/components/ShareButtonsEdu/ShareButtonsEdu.vue +1 -1
- package/src/components/TextArea/TextArea.vue +2 -1
- package/src/components/TextInput/TextInput.vue +1 -1
- package/src/components/TopicDetailMore/TopicDetailMore.vue +1 -1
- package/src/interfaces.ts +40 -1
- package/src/main.ts +1 -1
- package/src/templates/PageAudioDetail/PageAudioDetail.vue +9 -8
- package/src/templates/PageContent/PageContent.vue +2 -0
- package/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue +1 -1
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue +1 -1
- package/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.stories.js +22 -0
- package/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.vue +65 -0
- package/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.stories.js +102 -0
- package/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.vue +128 -0
- package/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.stories.js +90 -0
- package/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.vue +166 -0
- package/vite.config.ts +0 -2
- package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +0 -19
|
@@ -115,6 +115,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
115
115
|
required: false;
|
|
116
116
|
default: string;
|
|
117
117
|
};
|
|
118
|
+
caretMarginRight: {
|
|
119
|
+
type: StringConstructor;
|
|
120
|
+
required: false;
|
|
121
|
+
default: string;
|
|
122
|
+
};
|
|
123
|
+
caretLeft: {
|
|
124
|
+
type: BooleanConstructor;
|
|
125
|
+
required: false;
|
|
126
|
+
default: boolean;
|
|
127
|
+
};
|
|
118
128
|
usePrimaryColor: {
|
|
119
129
|
type: BooleanConstructor;
|
|
120
130
|
required: false;
|
|
@@ -222,6 +232,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
222
232
|
required: false;
|
|
223
233
|
default: string;
|
|
224
234
|
};
|
|
235
|
+
caretMarginRight: {
|
|
236
|
+
type: StringConstructor;
|
|
237
|
+
required: false;
|
|
238
|
+
default: string;
|
|
239
|
+
};
|
|
240
|
+
caretLeft: {
|
|
241
|
+
type: BooleanConstructor;
|
|
242
|
+
required: false;
|
|
243
|
+
default: boolean;
|
|
244
|
+
};
|
|
225
245
|
usePrimaryColor: {
|
|
226
246
|
type: BooleanConstructor;
|
|
227
247
|
required: false;
|
|
@@ -232,6 +252,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
232
252
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
233
253
|
}>, {
|
|
234
254
|
title: string;
|
|
255
|
+
caretLeft: boolean;
|
|
235
256
|
variant: "default" | "primary" | "secondary" | "none";
|
|
236
257
|
to: string | Record<string, any>;
|
|
237
258
|
exact: boolean;
|
|
@@ -247,6 +268,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
247
268
|
caretInline: boolean;
|
|
248
269
|
caretColor: string;
|
|
249
270
|
caretMarginLeft: string;
|
|
271
|
+
caretMarginRight: string;
|
|
250
272
|
usePrimaryColor: boolean;
|
|
251
273
|
}, {}, {
|
|
252
274
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -270,11 +292,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
270
292
|
default: string;
|
|
271
293
|
required: false;
|
|
272
294
|
};
|
|
295
|
+
marginRight: {
|
|
296
|
+
type: StringConstructor;
|
|
297
|
+
default: string;
|
|
298
|
+
required: false;
|
|
299
|
+
};
|
|
273
300
|
inline: {
|
|
274
301
|
type: BooleanConstructor;
|
|
275
302
|
default: boolean;
|
|
276
303
|
required: false;
|
|
277
304
|
};
|
|
305
|
+
caretLeft: {
|
|
306
|
+
type: BooleanConstructor;
|
|
307
|
+
default: boolean;
|
|
308
|
+
required: false;
|
|
309
|
+
};
|
|
278
310
|
}>, {}, {}, {
|
|
279
311
|
computedClass(): string;
|
|
280
312
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -298,17 +330,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
298
330
|
default: string;
|
|
299
331
|
required: false;
|
|
300
332
|
};
|
|
333
|
+
marginRight: {
|
|
334
|
+
type: StringConstructor;
|
|
335
|
+
default: string;
|
|
336
|
+
required: false;
|
|
337
|
+
};
|
|
301
338
|
inline: {
|
|
302
339
|
type: BooleanConstructor;
|
|
303
340
|
default: boolean;
|
|
304
341
|
required: false;
|
|
305
342
|
};
|
|
343
|
+
caretLeft: {
|
|
344
|
+
type: BooleanConstructor;
|
|
345
|
+
default: boolean;
|
|
346
|
+
required: false;
|
|
347
|
+
};
|
|
306
348
|
}>> & Readonly<{}>, {
|
|
307
349
|
inline: boolean;
|
|
308
350
|
passedWrapperClass: string;
|
|
309
351
|
arrowClass: string;
|
|
310
352
|
color: string;
|
|
311
353
|
marginLeft: string;
|
|
354
|
+
marginRight: string;
|
|
355
|
+
caretLeft: boolean;
|
|
312
356
|
}, {}, {
|
|
313
357
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
314
358
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
/**
|
|
4
|
+
* The link for the listing card.
|
|
5
|
+
*/
|
|
6
|
+
url: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: undefined;
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* The title text for the listing card. Plain text only.
|
|
12
|
+
*/
|
|
13
|
+
title: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: undefined;
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* The text for location metadata. Plain text only.
|
|
19
|
+
*/
|
|
20
|
+
location: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: undefined;
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* The text name for the location icon. Defaults to Explorer-1 location icon. Plain text only.
|
|
26
|
+
*/
|
|
27
|
+
locationIcon: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: undefined;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* The text for the wait time metadata. Plain text only.
|
|
33
|
+
*/
|
|
34
|
+
wait: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: undefined;
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* The image for the listing card.
|
|
40
|
+
*/
|
|
41
|
+
image: {
|
|
42
|
+
type: ObjectConstructor;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* Controls the visibility of the Bookmark icon and its associated metadata.
|
|
46
|
+
*/
|
|
47
|
+
showMyList: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Change the heading level for semantic markup. This does not affect the style of the heading.
|
|
53
|
+
*/
|
|
54
|
+
headingLevel: {
|
|
55
|
+
type: PropType<keyof {
|
|
56
|
+
h1: string;
|
|
57
|
+
h2: string;
|
|
58
|
+
h3: string;
|
|
59
|
+
h4: string;
|
|
60
|
+
h5: string;
|
|
61
|
+
h6: string;
|
|
62
|
+
}>;
|
|
63
|
+
required: false;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
67
|
+
/**
|
|
68
|
+
* The link for the listing card.
|
|
69
|
+
*/
|
|
70
|
+
url: {
|
|
71
|
+
type: StringConstructor;
|
|
72
|
+
default: undefined;
|
|
73
|
+
};
|
|
74
|
+
/**
|
|
75
|
+
* The title text for the listing card. Plain text only.
|
|
76
|
+
*/
|
|
77
|
+
title: {
|
|
78
|
+
type: StringConstructor;
|
|
79
|
+
default: undefined;
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* The text for location metadata. Plain text only.
|
|
83
|
+
*/
|
|
84
|
+
location: {
|
|
85
|
+
type: StringConstructor;
|
|
86
|
+
default: undefined;
|
|
87
|
+
};
|
|
88
|
+
/**
|
|
89
|
+
* The text name for the location icon. Defaults to Explorer-1 location icon. Plain text only.
|
|
90
|
+
*/
|
|
91
|
+
locationIcon: {
|
|
92
|
+
type: StringConstructor;
|
|
93
|
+
default: undefined;
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* The text for the wait time metadata. Plain text only.
|
|
97
|
+
*/
|
|
98
|
+
wait: {
|
|
99
|
+
type: StringConstructor;
|
|
100
|
+
default: undefined;
|
|
101
|
+
};
|
|
102
|
+
/**
|
|
103
|
+
* The image for the listing card.
|
|
104
|
+
*/
|
|
105
|
+
image: {
|
|
106
|
+
type: ObjectConstructor;
|
|
107
|
+
};
|
|
108
|
+
/**
|
|
109
|
+
* Controls the visibility of the Bookmark icon and its associated metadata.
|
|
110
|
+
*/
|
|
111
|
+
showMyList: {
|
|
112
|
+
type: BooleanConstructor;
|
|
113
|
+
default: boolean;
|
|
114
|
+
};
|
|
115
|
+
/**
|
|
116
|
+
* Change the heading level for semantic markup. This does not affect the style of the heading.
|
|
117
|
+
*/
|
|
118
|
+
headingLevel: {
|
|
119
|
+
type: PropType<keyof {
|
|
120
|
+
h1: string;
|
|
121
|
+
h2: string;
|
|
122
|
+
h3: string;
|
|
123
|
+
h4: string;
|
|
124
|
+
h5: string;
|
|
125
|
+
h6: string;
|
|
126
|
+
}>;
|
|
127
|
+
required: false;
|
|
128
|
+
default: string;
|
|
129
|
+
};
|
|
130
|
+
}>> & Readonly<{}>, {
|
|
131
|
+
location: string;
|
|
132
|
+
url: string;
|
|
133
|
+
title: string;
|
|
134
|
+
headingLevel: keyof {
|
|
135
|
+
h1: string;
|
|
136
|
+
h2: string;
|
|
137
|
+
h3: string;
|
|
138
|
+
h4: string;
|
|
139
|
+
h5: string;
|
|
140
|
+
h6: string;
|
|
141
|
+
};
|
|
142
|
+
locationIcon: string;
|
|
143
|
+
wait: string;
|
|
144
|
+
showMyList: boolean;
|
|
145
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
146
|
+
export default _default;
|
|
@@ -109,6 +109,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
109
109
|
required: false;
|
|
110
110
|
default: string;
|
|
111
111
|
};
|
|
112
|
+
caretMarginRight: {
|
|
113
|
+
type: StringConstructor;
|
|
114
|
+
required: false;
|
|
115
|
+
default: string;
|
|
116
|
+
};
|
|
117
|
+
caretLeft: {
|
|
118
|
+
type: BooleanConstructor;
|
|
119
|
+
required: false;
|
|
120
|
+
default: boolean;
|
|
121
|
+
};
|
|
112
122
|
usePrimaryColor: {
|
|
113
123
|
type: BooleanConstructor;
|
|
114
124
|
required: false;
|
|
@@ -216,6 +226,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
216
226
|
required: false;
|
|
217
227
|
default: string;
|
|
218
228
|
};
|
|
229
|
+
caretMarginRight: {
|
|
230
|
+
type: StringConstructor;
|
|
231
|
+
required: false;
|
|
232
|
+
default: string;
|
|
233
|
+
};
|
|
234
|
+
caretLeft: {
|
|
235
|
+
type: BooleanConstructor;
|
|
236
|
+
required: false;
|
|
237
|
+
default: boolean;
|
|
238
|
+
};
|
|
219
239
|
usePrimaryColor: {
|
|
220
240
|
type: BooleanConstructor;
|
|
221
241
|
required: false;
|
|
@@ -226,6 +246,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
226
246
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
227
247
|
}>, {
|
|
228
248
|
title: string;
|
|
249
|
+
caretLeft: boolean;
|
|
229
250
|
variant: "default" | "primary" | "secondary" | "none";
|
|
230
251
|
to: string | Record<string, any>;
|
|
231
252
|
exact: boolean;
|
|
@@ -241,6 +262,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
241
262
|
caretInline: boolean;
|
|
242
263
|
caretColor: string;
|
|
243
264
|
caretMarginLeft: string;
|
|
265
|
+
caretMarginRight: string;
|
|
244
266
|
usePrimaryColor: boolean;
|
|
245
267
|
}, {}, {
|
|
246
268
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -264,11 +286,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
264
286
|
default: string;
|
|
265
287
|
required: false;
|
|
266
288
|
};
|
|
289
|
+
marginRight: {
|
|
290
|
+
type: StringConstructor;
|
|
291
|
+
default: string;
|
|
292
|
+
required: false;
|
|
293
|
+
};
|
|
267
294
|
inline: {
|
|
268
295
|
type: BooleanConstructor;
|
|
269
296
|
default: boolean;
|
|
270
297
|
required: false;
|
|
271
298
|
};
|
|
299
|
+
caretLeft: {
|
|
300
|
+
type: BooleanConstructor;
|
|
301
|
+
default: boolean;
|
|
302
|
+
required: false;
|
|
303
|
+
};
|
|
272
304
|
}>, {}, {}, {
|
|
273
305
|
computedClass(): string;
|
|
274
306
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -292,17 +324,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
292
324
|
default: string;
|
|
293
325
|
required: false;
|
|
294
326
|
};
|
|
327
|
+
marginRight: {
|
|
328
|
+
type: StringConstructor;
|
|
329
|
+
default: string;
|
|
330
|
+
required: false;
|
|
331
|
+
};
|
|
295
332
|
inline: {
|
|
296
333
|
type: BooleanConstructor;
|
|
297
334
|
default: boolean;
|
|
298
335
|
required: false;
|
|
299
336
|
};
|
|
337
|
+
caretLeft: {
|
|
338
|
+
type: BooleanConstructor;
|
|
339
|
+
default: boolean;
|
|
340
|
+
required: false;
|
|
341
|
+
};
|
|
300
342
|
}>> & Readonly<{}>, {
|
|
301
343
|
inline: boolean;
|
|
302
344
|
passedWrapperClass: string;
|
|
303
345
|
arrowClass: string;
|
|
304
346
|
color: string;
|
|
305
347
|
marginLeft: string;
|
|
348
|
+
marginRight: string;
|
|
349
|
+
caretLeft: boolean;
|
|
306
350
|
}, {}, {
|
|
307
351
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
308
352
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -52,3 +52,11 @@ export namespace Unstyled {
|
|
|
52
52
|
}
|
|
53
53
|
export { args_3 as args };
|
|
54
54
|
}
|
|
55
|
+
export namespace WithLeadingIcon {
|
|
56
|
+
export namespace args_4 {
|
|
57
|
+
let variant_4: string;
|
|
58
|
+
export { variant_4 as variant };
|
|
59
|
+
export let caretLeft: boolean;
|
|
60
|
+
}
|
|
61
|
+
export { args_4 as args };
|
|
62
|
+
}
|
|
@@ -85,12 +85,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
85
85
|
required: false;
|
|
86
86
|
default: string;
|
|
87
87
|
};
|
|
88
|
-
/** Customize the left margin of the caret using Tailwind classes */
|
|
88
|
+
/** Customize the left margin of the caret using Tailwind classes. Only applied when caretLeft is set to false. */
|
|
89
89
|
caretMarginLeft: {
|
|
90
90
|
type: StringConstructor;
|
|
91
91
|
required: false;
|
|
92
92
|
default: string;
|
|
93
93
|
};
|
|
94
|
+
/** Customize the right margin of the caret using Tailwind classes. Only applied when caretLeft is set to true. */
|
|
95
|
+
caretMarginRight: {
|
|
96
|
+
type: StringConstructor;
|
|
97
|
+
required: false;
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
100
|
+
/** Modifies the icon and animation to appear on the left of the text slot */
|
|
101
|
+
caretLeft: {
|
|
102
|
+
type: BooleanConstructor;
|
|
103
|
+
required: false;
|
|
104
|
+
default: boolean;
|
|
105
|
+
};
|
|
94
106
|
/** Overrides the theme's `active` color and uses the `primary` color instead. */
|
|
95
107
|
usePrimaryColor: {
|
|
96
108
|
type: BooleanConstructor;
|
|
@@ -207,12 +219,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
207
219
|
required: false;
|
|
208
220
|
default: string;
|
|
209
221
|
};
|
|
210
|
-
/** Customize the left margin of the caret using Tailwind classes */
|
|
222
|
+
/** Customize the left margin of the caret using Tailwind classes. Only applied when caretLeft is set to false. */
|
|
211
223
|
caretMarginLeft: {
|
|
212
224
|
type: StringConstructor;
|
|
213
225
|
required: false;
|
|
214
226
|
default: string;
|
|
215
227
|
};
|
|
228
|
+
/** Customize the right margin of the caret using Tailwind classes. Only applied when caretLeft is set to true. */
|
|
229
|
+
caretMarginRight: {
|
|
230
|
+
type: StringConstructor;
|
|
231
|
+
required: false;
|
|
232
|
+
default: string;
|
|
233
|
+
};
|
|
234
|
+
/** Modifies the icon and animation to appear on the left of the text slot */
|
|
235
|
+
caretLeft: {
|
|
236
|
+
type: BooleanConstructor;
|
|
237
|
+
required: false;
|
|
238
|
+
default: boolean;
|
|
239
|
+
};
|
|
216
240
|
/** Overrides the theme's `active` color and uses the `primary` color instead. */
|
|
217
241
|
usePrimaryColor: {
|
|
218
242
|
type: BooleanConstructor;
|
|
@@ -224,6 +248,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
224
248
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
225
249
|
}>, {
|
|
226
250
|
title: string;
|
|
251
|
+
caretLeft: boolean;
|
|
227
252
|
variant: "default" | "primary" | "secondary" | "none";
|
|
228
253
|
to: string | Record<string, any>;
|
|
229
254
|
exact: boolean;
|
|
@@ -239,6 +264,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
239
264
|
caretInline: boolean;
|
|
240
265
|
caretColor: string;
|
|
241
266
|
caretMarginLeft: string;
|
|
267
|
+
caretMarginRight: string;
|
|
242
268
|
usePrimaryColor: boolean;
|
|
243
269
|
}, {}, {
|
|
244
270
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -262,11 +288,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
262
288
|
default: string;
|
|
263
289
|
required: false;
|
|
264
290
|
};
|
|
291
|
+
marginRight: {
|
|
292
|
+
type: StringConstructor;
|
|
293
|
+
default: string;
|
|
294
|
+
required: false;
|
|
295
|
+
};
|
|
265
296
|
inline: {
|
|
266
297
|
type: BooleanConstructor;
|
|
267
298
|
default: boolean;
|
|
268
299
|
required: false;
|
|
269
300
|
};
|
|
301
|
+
caretLeft: {
|
|
302
|
+
type: BooleanConstructor;
|
|
303
|
+
default: boolean;
|
|
304
|
+
required: false;
|
|
305
|
+
};
|
|
270
306
|
}>, {}, {}, {
|
|
271
307
|
computedClass(): string;
|
|
272
308
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -290,17 +326,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
290
326
|
default: string;
|
|
291
327
|
required: false;
|
|
292
328
|
};
|
|
329
|
+
marginRight: {
|
|
330
|
+
type: StringConstructor;
|
|
331
|
+
default: string;
|
|
332
|
+
required: false;
|
|
333
|
+
};
|
|
293
334
|
inline: {
|
|
294
335
|
type: BooleanConstructor;
|
|
295
336
|
default: boolean;
|
|
296
337
|
required: false;
|
|
297
338
|
};
|
|
339
|
+
caretLeft: {
|
|
340
|
+
type: BooleanConstructor;
|
|
341
|
+
default: boolean;
|
|
342
|
+
required: false;
|
|
343
|
+
};
|
|
298
344
|
}>> & Readonly<{}>, {
|
|
299
345
|
inline: boolean;
|
|
300
346
|
passedWrapperClass: string;
|
|
301
347
|
arrowClass: string;
|
|
302
348
|
color: string;
|
|
303
349
|
marginLeft: string;
|
|
350
|
+
marginRight: string;
|
|
351
|
+
caretLeft: boolean;
|
|
304
352
|
}, {}, {
|
|
305
353
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
306
354
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -220,6 +220,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
220
220
|
required: false;
|
|
221
221
|
default: string;
|
|
222
222
|
};
|
|
223
|
+
caretMarginRight: {
|
|
224
|
+
type: StringConstructor;
|
|
225
|
+
required: false;
|
|
226
|
+
default: string;
|
|
227
|
+
};
|
|
228
|
+
caretLeft: {
|
|
229
|
+
type: BooleanConstructor;
|
|
230
|
+
required: false;
|
|
231
|
+
default: boolean;
|
|
232
|
+
};
|
|
223
233
|
usePrimaryColor: {
|
|
224
234
|
type: BooleanConstructor;
|
|
225
235
|
required: false;
|
|
@@ -327,6 +337,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
327
337
|
required: false;
|
|
328
338
|
default: string;
|
|
329
339
|
};
|
|
340
|
+
caretMarginRight: {
|
|
341
|
+
type: StringConstructor;
|
|
342
|
+
required: false;
|
|
343
|
+
default: string;
|
|
344
|
+
};
|
|
345
|
+
caretLeft: {
|
|
346
|
+
type: BooleanConstructor;
|
|
347
|
+
required: false;
|
|
348
|
+
default: boolean;
|
|
349
|
+
};
|
|
330
350
|
usePrimaryColor: {
|
|
331
351
|
type: BooleanConstructor;
|
|
332
352
|
required: false;
|
|
@@ -337,6 +357,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
337
357
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
338
358
|
}>, {
|
|
339
359
|
title: string;
|
|
360
|
+
caretLeft: boolean;
|
|
340
361
|
variant: "default" | "primary" | "secondary" | "none";
|
|
341
362
|
to: string | Record<string, any>;
|
|
342
363
|
exact: boolean;
|
|
@@ -352,6 +373,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
352
373
|
caretInline: boolean;
|
|
353
374
|
caretColor: string;
|
|
354
375
|
caretMarginLeft: string;
|
|
376
|
+
caretMarginRight: string;
|
|
355
377
|
usePrimaryColor: boolean;
|
|
356
378
|
}, {}, {
|
|
357
379
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -375,11 +397,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
375
397
|
default: string;
|
|
376
398
|
required: false;
|
|
377
399
|
};
|
|
400
|
+
marginRight: {
|
|
401
|
+
type: StringConstructor;
|
|
402
|
+
default: string;
|
|
403
|
+
required: false;
|
|
404
|
+
};
|
|
378
405
|
inline: {
|
|
379
406
|
type: BooleanConstructor;
|
|
380
407
|
default: boolean;
|
|
381
408
|
required: false;
|
|
382
409
|
};
|
|
410
|
+
caretLeft: {
|
|
411
|
+
type: BooleanConstructor;
|
|
412
|
+
default: boolean;
|
|
413
|
+
required: false;
|
|
414
|
+
};
|
|
383
415
|
}>, {}, {}, {
|
|
384
416
|
computedClass(): string;
|
|
385
417
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -403,17 +435,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
403
435
|
default: string;
|
|
404
436
|
required: false;
|
|
405
437
|
};
|
|
438
|
+
marginRight: {
|
|
439
|
+
type: StringConstructor;
|
|
440
|
+
default: string;
|
|
441
|
+
required: false;
|
|
442
|
+
};
|
|
406
443
|
inline: {
|
|
407
444
|
type: BooleanConstructor;
|
|
408
445
|
default: boolean;
|
|
409
446
|
required: false;
|
|
410
447
|
};
|
|
448
|
+
caretLeft: {
|
|
449
|
+
type: BooleanConstructor;
|
|
450
|
+
default: boolean;
|
|
451
|
+
required: false;
|
|
452
|
+
};
|
|
411
453
|
}>> & Readonly<{}>, {
|
|
412
454
|
inline: boolean;
|
|
413
455
|
passedWrapperClass: string;
|
|
414
456
|
arrowClass: string;
|
|
415
457
|
color: string;
|
|
416
458
|
marginLeft: string;
|
|
459
|
+
marginRight: string;
|
|
460
|
+
caretLeft: boolean;
|
|
417
461
|
}, {}, {
|
|
418
462
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
419
463
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -610,6 +654,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
610
654
|
required: false;
|
|
611
655
|
default: string;
|
|
612
656
|
};
|
|
657
|
+
caretMarginRight: {
|
|
658
|
+
type: StringConstructor;
|
|
659
|
+
required: false;
|
|
660
|
+
default: string;
|
|
661
|
+
};
|
|
662
|
+
caretLeft: {
|
|
663
|
+
type: BooleanConstructor;
|
|
664
|
+
required: false;
|
|
665
|
+
default: boolean;
|
|
666
|
+
};
|
|
613
667
|
usePrimaryColor: {
|
|
614
668
|
type: BooleanConstructor;
|
|
615
669
|
required: false;
|
|
@@ -717,6 +771,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
717
771
|
required: false;
|
|
718
772
|
default: string;
|
|
719
773
|
};
|
|
774
|
+
caretMarginRight: {
|
|
775
|
+
type: StringConstructor;
|
|
776
|
+
required: false;
|
|
777
|
+
default: string;
|
|
778
|
+
};
|
|
779
|
+
caretLeft: {
|
|
780
|
+
type: BooleanConstructor;
|
|
781
|
+
required: false;
|
|
782
|
+
default: boolean;
|
|
783
|
+
};
|
|
720
784
|
usePrimaryColor: {
|
|
721
785
|
type: BooleanConstructor;
|
|
722
786
|
required: false;
|
|
@@ -727,6 +791,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
727
791
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
728
792
|
}>, {
|
|
729
793
|
title: string;
|
|
794
|
+
caretLeft: boolean;
|
|
730
795
|
variant: "default" | "primary" | "secondary" | "none";
|
|
731
796
|
to: string | Record<string, any>;
|
|
732
797
|
exact: boolean;
|
|
@@ -742,6 +807,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
742
807
|
caretInline: boolean;
|
|
743
808
|
caretColor: string;
|
|
744
809
|
caretMarginLeft: string;
|
|
810
|
+
caretMarginRight: string;
|
|
745
811
|
usePrimaryColor: boolean;
|
|
746
812
|
}, {}, {
|
|
747
813
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -765,11 +831,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
765
831
|
default: string;
|
|
766
832
|
required: false;
|
|
767
833
|
};
|
|
834
|
+
marginRight: {
|
|
835
|
+
type: StringConstructor;
|
|
836
|
+
default: string;
|
|
837
|
+
required: false;
|
|
838
|
+
};
|
|
768
839
|
inline: {
|
|
769
840
|
type: BooleanConstructor;
|
|
770
841
|
default: boolean;
|
|
771
842
|
required: false;
|
|
772
843
|
};
|
|
844
|
+
caretLeft: {
|
|
845
|
+
type: BooleanConstructor;
|
|
846
|
+
default: boolean;
|
|
847
|
+
required: false;
|
|
848
|
+
};
|
|
773
849
|
}>, {}, {}, {
|
|
774
850
|
computedClass(): string;
|
|
775
851
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -793,17 +869,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
793
869
|
default: string;
|
|
794
870
|
required: false;
|
|
795
871
|
};
|
|
872
|
+
marginRight: {
|
|
873
|
+
type: StringConstructor;
|
|
874
|
+
default: string;
|
|
875
|
+
required: false;
|
|
876
|
+
};
|
|
796
877
|
inline: {
|
|
797
878
|
type: BooleanConstructor;
|
|
798
879
|
default: boolean;
|
|
799
880
|
required: false;
|
|
800
881
|
};
|
|
882
|
+
caretLeft: {
|
|
883
|
+
type: BooleanConstructor;
|
|
884
|
+
default: boolean;
|
|
885
|
+
required: false;
|
|
886
|
+
};
|
|
801
887
|
}>> & Readonly<{}>, {
|
|
802
888
|
inline: boolean;
|
|
803
889
|
passedWrapperClass: string;
|
|
804
890
|
arrowClass: string;
|
|
805
891
|
color: string;
|
|
806
892
|
marginLeft: string;
|
|
893
|
+
marginRight: string;
|
|
894
|
+
caretLeft: boolean;
|
|
807
895
|
}, {}, {
|
|
808
896
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
809
897
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|