@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
|
@@ -135,6 +135,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
135
135
|
required: false;
|
|
136
136
|
default: string;
|
|
137
137
|
};
|
|
138
|
+
caretMarginRight: {
|
|
139
|
+
type: StringConstructor;
|
|
140
|
+
required: false;
|
|
141
|
+
default: string;
|
|
142
|
+
};
|
|
143
|
+
caretLeft: {
|
|
144
|
+
type: BooleanConstructor;
|
|
145
|
+
required: false;
|
|
146
|
+
default: boolean;
|
|
147
|
+
};
|
|
138
148
|
usePrimaryColor: {
|
|
139
149
|
type: BooleanConstructor;
|
|
140
150
|
required: false;
|
|
@@ -242,6 +252,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
242
252
|
required: false;
|
|
243
253
|
default: string;
|
|
244
254
|
};
|
|
255
|
+
caretMarginRight: {
|
|
256
|
+
type: StringConstructor;
|
|
257
|
+
required: false;
|
|
258
|
+
default: string;
|
|
259
|
+
};
|
|
260
|
+
caretLeft: {
|
|
261
|
+
type: BooleanConstructor;
|
|
262
|
+
required: false;
|
|
263
|
+
default: boolean;
|
|
264
|
+
};
|
|
245
265
|
usePrimaryColor: {
|
|
246
266
|
type: BooleanConstructor;
|
|
247
267
|
required: false;
|
|
@@ -252,6 +272,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
252
272
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
253
273
|
}>, {
|
|
254
274
|
title: string;
|
|
275
|
+
caretLeft: boolean;
|
|
255
276
|
variant: "default" | "primary" | "secondary" | "none";
|
|
256
277
|
to: string | Record<string, any>;
|
|
257
278
|
exact: boolean;
|
|
@@ -267,6 +288,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
267
288
|
caretInline: boolean;
|
|
268
289
|
caretColor: string;
|
|
269
290
|
caretMarginLeft: string;
|
|
291
|
+
caretMarginRight: string;
|
|
270
292
|
usePrimaryColor: boolean;
|
|
271
293
|
}, {}, {
|
|
272
294
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -290,11 +312,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
290
312
|
default: string;
|
|
291
313
|
required: false;
|
|
292
314
|
};
|
|
315
|
+
marginRight: {
|
|
316
|
+
type: StringConstructor;
|
|
317
|
+
default: string;
|
|
318
|
+
required: false;
|
|
319
|
+
};
|
|
293
320
|
inline: {
|
|
294
321
|
type: BooleanConstructor;
|
|
295
322
|
default: boolean;
|
|
296
323
|
required: false;
|
|
297
324
|
};
|
|
325
|
+
caretLeft: {
|
|
326
|
+
type: BooleanConstructor;
|
|
327
|
+
default: boolean;
|
|
328
|
+
required: false;
|
|
329
|
+
};
|
|
298
330
|
}>, {}, {}, {
|
|
299
331
|
computedClass(): string;
|
|
300
332
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -318,17 +350,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
318
350
|
default: string;
|
|
319
351
|
required: false;
|
|
320
352
|
};
|
|
353
|
+
marginRight: {
|
|
354
|
+
type: StringConstructor;
|
|
355
|
+
default: string;
|
|
356
|
+
required: false;
|
|
357
|
+
};
|
|
321
358
|
inline: {
|
|
322
359
|
type: BooleanConstructor;
|
|
323
360
|
default: boolean;
|
|
324
361
|
required: false;
|
|
325
362
|
};
|
|
363
|
+
caretLeft: {
|
|
364
|
+
type: BooleanConstructor;
|
|
365
|
+
default: boolean;
|
|
366
|
+
required: false;
|
|
367
|
+
};
|
|
326
368
|
}>> & Readonly<{}>, {
|
|
327
369
|
inline: boolean;
|
|
328
370
|
passedWrapperClass: string;
|
|
329
371
|
arrowClass: string;
|
|
330
372
|
color: string;
|
|
331
373
|
marginLeft: string;
|
|
374
|
+
marginRight: string;
|
|
375
|
+
caretLeft: boolean;
|
|
332
376
|
}, {}, {
|
|
333
377
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
334
378
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -133,6 +133,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
133
133
|
required: false;
|
|
134
134
|
default: string;
|
|
135
135
|
};
|
|
136
|
+
caretMarginRight: {
|
|
137
|
+
type: StringConstructor;
|
|
138
|
+
required: false;
|
|
139
|
+
default: string;
|
|
140
|
+
};
|
|
141
|
+
caretLeft: {
|
|
142
|
+
type: BooleanConstructor;
|
|
143
|
+
required: false;
|
|
144
|
+
default: boolean;
|
|
145
|
+
};
|
|
136
146
|
usePrimaryColor: {
|
|
137
147
|
type: BooleanConstructor;
|
|
138
148
|
required: false;
|
|
@@ -240,6 +250,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
240
250
|
required: false;
|
|
241
251
|
default: string;
|
|
242
252
|
};
|
|
253
|
+
caretMarginRight: {
|
|
254
|
+
type: StringConstructor;
|
|
255
|
+
required: false;
|
|
256
|
+
default: string;
|
|
257
|
+
};
|
|
258
|
+
caretLeft: {
|
|
259
|
+
type: BooleanConstructor;
|
|
260
|
+
required: false;
|
|
261
|
+
default: boolean;
|
|
262
|
+
};
|
|
243
263
|
usePrimaryColor: {
|
|
244
264
|
type: BooleanConstructor;
|
|
245
265
|
required: false;
|
|
@@ -250,6 +270,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
250
270
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
251
271
|
}>, {
|
|
252
272
|
title: string;
|
|
273
|
+
caretLeft: boolean;
|
|
253
274
|
variant: "default" | "primary" | "secondary" | "none";
|
|
254
275
|
to: string | Record<string, any>;
|
|
255
276
|
exact: boolean;
|
|
@@ -265,6 +286,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
265
286
|
caretInline: boolean;
|
|
266
287
|
caretColor: string;
|
|
267
288
|
caretMarginLeft: string;
|
|
289
|
+
caretMarginRight: string;
|
|
268
290
|
usePrimaryColor: boolean;
|
|
269
291
|
}, {}, {
|
|
270
292
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -288,11 +310,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
288
310
|
default: string;
|
|
289
311
|
required: false;
|
|
290
312
|
};
|
|
313
|
+
marginRight: {
|
|
314
|
+
type: StringConstructor;
|
|
315
|
+
default: string;
|
|
316
|
+
required: false;
|
|
317
|
+
};
|
|
291
318
|
inline: {
|
|
292
319
|
type: BooleanConstructor;
|
|
293
320
|
default: boolean;
|
|
294
321
|
required: false;
|
|
295
322
|
};
|
|
323
|
+
caretLeft: {
|
|
324
|
+
type: BooleanConstructor;
|
|
325
|
+
default: boolean;
|
|
326
|
+
required: false;
|
|
327
|
+
};
|
|
296
328
|
}>, {}, {}, {
|
|
297
329
|
computedClass(): string;
|
|
298
330
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -316,17 +348,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
316
348
|
default: string;
|
|
317
349
|
required: false;
|
|
318
350
|
};
|
|
351
|
+
marginRight: {
|
|
352
|
+
type: StringConstructor;
|
|
353
|
+
default: string;
|
|
354
|
+
required: false;
|
|
355
|
+
};
|
|
319
356
|
inline: {
|
|
320
357
|
type: BooleanConstructor;
|
|
321
358
|
default: boolean;
|
|
322
359
|
required: false;
|
|
323
360
|
};
|
|
361
|
+
caretLeft: {
|
|
362
|
+
type: BooleanConstructor;
|
|
363
|
+
default: boolean;
|
|
364
|
+
required: false;
|
|
365
|
+
};
|
|
324
366
|
}>> & Readonly<{}>, {
|
|
325
367
|
inline: boolean;
|
|
326
368
|
passedWrapperClass: string;
|
|
327
369
|
arrowClass: string;
|
|
328
370
|
color: string;
|
|
329
371
|
marginLeft: string;
|
|
372
|
+
marginRight: string;
|
|
373
|
+
caretLeft: boolean;
|
|
330
374
|
}, {}, {
|
|
331
375
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
332
376
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -216,6 +216,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
216
216
|
required: false;
|
|
217
217
|
default: string;
|
|
218
218
|
};
|
|
219
|
+
caretMarginRight: {
|
|
220
|
+
type: StringConstructor;
|
|
221
|
+
required: false;
|
|
222
|
+
default: string;
|
|
223
|
+
};
|
|
224
|
+
caretLeft: {
|
|
225
|
+
type: BooleanConstructor;
|
|
226
|
+
required: false;
|
|
227
|
+
default: boolean;
|
|
228
|
+
};
|
|
219
229
|
usePrimaryColor: {
|
|
220
230
|
type: BooleanConstructor;
|
|
221
231
|
required: false;
|
|
@@ -323,6 +333,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
323
333
|
required: false;
|
|
324
334
|
default: string;
|
|
325
335
|
};
|
|
336
|
+
caretMarginRight: {
|
|
337
|
+
type: StringConstructor;
|
|
338
|
+
required: false;
|
|
339
|
+
default: string;
|
|
340
|
+
};
|
|
341
|
+
caretLeft: {
|
|
342
|
+
type: BooleanConstructor;
|
|
343
|
+
required: false;
|
|
344
|
+
default: boolean;
|
|
345
|
+
};
|
|
326
346
|
usePrimaryColor: {
|
|
327
347
|
type: BooleanConstructor;
|
|
328
348
|
required: false;
|
|
@@ -333,6 +353,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
333
353
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
334
354
|
}>, {
|
|
335
355
|
title: string;
|
|
356
|
+
caretLeft: boolean;
|
|
336
357
|
variant: "default" | "primary" | "secondary" | "none";
|
|
337
358
|
to: string | Record<string, any>;
|
|
338
359
|
exact: boolean;
|
|
@@ -348,6 +369,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
348
369
|
caretInline: boolean;
|
|
349
370
|
caretColor: string;
|
|
350
371
|
caretMarginLeft: string;
|
|
372
|
+
caretMarginRight: string;
|
|
351
373
|
usePrimaryColor: boolean;
|
|
352
374
|
}, {}, {
|
|
353
375
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -371,11 +393,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
371
393
|
default: string;
|
|
372
394
|
required: false;
|
|
373
395
|
};
|
|
396
|
+
marginRight: {
|
|
397
|
+
type: StringConstructor;
|
|
398
|
+
default: string;
|
|
399
|
+
required: false;
|
|
400
|
+
};
|
|
374
401
|
inline: {
|
|
375
402
|
type: BooleanConstructor;
|
|
376
403
|
default: boolean;
|
|
377
404
|
required: false;
|
|
378
405
|
};
|
|
406
|
+
caretLeft: {
|
|
407
|
+
type: BooleanConstructor;
|
|
408
|
+
default: boolean;
|
|
409
|
+
required: false;
|
|
410
|
+
};
|
|
379
411
|
}>, {}, {}, {
|
|
380
412
|
computedClass(): string;
|
|
381
413
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -399,17 +431,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
399
431
|
default: string;
|
|
400
432
|
required: false;
|
|
401
433
|
};
|
|
434
|
+
marginRight: {
|
|
435
|
+
type: StringConstructor;
|
|
436
|
+
default: string;
|
|
437
|
+
required: false;
|
|
438
|
+
};
|
|
402
439
|
inline: {
|
|
403
440
|
type: BooleanConstructor;
|
|
404
441
|
default: boolean;
|
|
405
442
|
required: false;
|
|
406
443
|
};
|
|
444
|
+
caretLeft: {
|
|
445
|
+
type: BooleanConstructor;
|
|
446
|
+
default: boolean;
|
|
447
|
+
required: false;
|
|
448
|
+
};
|
|
407
449
|
}>> & Readonly<{}>, {
|
|
408
450
|
inline: boolean;
|
|
409
451
|
passedWrapperClass: string;
|
|
410
452
|
arrowClass: string;
|
|
411
453
|
color: string;
|
|
412
454
|
marginLeft: string;
|
|
455
|
+
marginRight: string;
|
|
456
|
+
caretLeft: boolean;
|
|
413
457
|
}, {}, {
|
|
414
458
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
415
459
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -817,6 +861,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
817
861
|
required: false;
|
|
818
862
|
default: string;
|
|
819
863
|
};
|
|
864
|
+
caretMarginRight: {
|
|
865
|
+
type: StringConstructor;
|
|
866
|
+
required: false;
|
|
867
|
+
default: string;
|
|
868
|
+
};
|
|
869
|
+
caretLeft: {
|
|
870
|
+
type: BooleanConstructor;
|
|
871
|
+
required: false;
|
|
872
|
+
default: boolean;
|
|
873
|
+
};
|
|
820
874
|
usePrimaryColor: {
|
|
821
875
|
type: BooleanConstructor;
|
|
822
876
|
required: false;
|
|
@@ -924,6 +978,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
924
978
|
required: false;
|
|
925
979
|
default: string;
|
|
926
980
|
};
|
|
981
|
+
caretMarginRight: {
|
|
982
|
+
type: StringConstructor;
|
|
983
|
+
required: false;
|
|
984
|
+
default: string;
|
|
985
|
+
};
|
|
986
|
+
caretLeft: {
|
|
987
|
+
type: BooleanConstructor;
|
|
988
|
+
required: false;
|
|
989
|
+
default: boolean;
|
|
990
|
+
};
|
|
927
991
|
usePrimaryColor: {
|
|
928
992
|
type: BooleanConstructor;
|
|
929
993
|
required: false;
|
|
@@ -934,6 +998,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
934
998
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
935
999
|
}>, {
|
|
936
1000
|
title: string;
|
|
1001
|
+
caretLeft: boolean;
|
|
937
1002
|
variant: "default" | "primary" | "secondary" | "none";
|
|
938
1003
|
to: string | Record<string, any>;
|
|
939
1004
|
exact: boolean;
|
|
@@ -949,6 +1014,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
949
1014
|
caretInline: boolean;
|
|
950
1015
|
caretColor: string;
|
|
951
1016
|
caretMarginLeft: string;
|
|
1017
|
+
caretMarginRight: string;
|
|
952
1018
|
usePrimaryColor: boolean;
|
|
953
1019
|
}, {}, {
|
|
954
1020
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -972,11 +1038,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
972
1038
|
default: string;
|
|
973
1039
|
required: false;
|
|
974
1040
|
};
|
|
1041
|
+
marginRight: {
|
|
1042
|
+
type: StringConstructor;
|
|
1043
|
+
default: string;
|
|
1044
|
+
required: false;
|
|
1045
|
+
};
|
|
975
1046
|
inline: {
|
|
976
1047
|
type: BooleanConstructor;
|
|
977
1048
|
default: boolean;
|
|
978
1049
|
required: false;
|
|
979
1050
|
};
|
|
1051
|
+
caretLeft: {
|
|
1052
|
+
type: BooleanConstructor;
|
|
1053
|
+
default: boolean;
|
|
1054
|
+
required: false;
|
|
1055
|
+
};
|
|
980
1056
|
}>, {}, {}, {
|
|
981
1057
|
computedClass(): string;
|
|
982
1058
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1000,17 +1076,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1000
1076
|
default: string;
|
|
1001
1077
|
required: false;
|
|
1002
1078
|
};
|
|
1079
|
+
marginRight: {
|
|
1080
|
+
type: StringConstructor;
|
|
1081
|
+
default: string;
|
|
1082
|
+
required: false;
|
|
1083
|
+
};
|
|
1003
1084
|
inline: {
|
|
1004
1085
|
type: BooleanConstructor;
|
|
1005
1086
|
default: boolean;
|
|
1006
1087
|
required: false;
|
|
1007
1088
|
};
|
|
1089
|
+
caretLeft: {
|
|
1090
|
+
type: BooleanConstructor;
|
|
1091
|
+
default: boolean;
|
|
1092
|
+
required: false;
|
|
1093
|
+
};
|
|
1008
1094
|
}>> & Readonly<{}>, {
|
|
1009
1095
|
inline: boolean;
|
|
1010
1096
|
passedWrapperClass: string;
|
|
1011
1097
|
arrowClass: string;
|
|
1012
1098
|
color: string;
|
|
1013
1099
|
marginLeft: string;
|
|
1100
|
+
marginRight: string;
|
|
1101
|
+
caretLeft: boolean;
|
|
1014
1102
|
}, {}, {
|
|
1015
1103
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1016
1104
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1521,6 +1609,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1521
1609
|
required: false;
|
|
1522
1610
|
default: string;
|
|
1523
1611
|
};
|
|
1612
|
+
caretMarginRight: {
|
|
1613
|
+
type: StringConstructor;
|
|
1614
|
+
required: false;
|
|
1615
|
+
default: string;
|
|
1616
|
+
};
|
|
1617
|
+
caretLeft: {
|
|
1618
|
+
type: BooleanConstructor;
|
|
1619
|
+
required: false;
|
|
1620
|
+
default: boolean;
|
|
1621
|
+
};
|
|
1524
1622
|
usePrimaryColor: {
|
|
1525
1623
|
type: BooleanConstructor;
|
|
1526
1624
|
required: false;
|
|
@@ -1628,6 +1726,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1628
1726
|
required: false;
|
|
1629
1727
|
default: string;
|
|
1630
1728
|
};
|
|
1729
|
+
caretMarginRight: {
|
|
1730
|
+
type: StringConstructor;
|
|
1731
|
+
required: false;
|
|
1732
|
+
default: string;
|
|
1733
|
+
};
|
|
1734
|
+
caretLeft: {
|
|
1735
|
+
type: BooleanConstructor;
|
|
1736
|
+
required: false;
|
|
1737
|
+
default: boolean;
|
|
1738
|
+
};
|
|
1631
1739
|
usePrimaryColor: {
|
|
1632
1740
|
type: BooleanConstructor;
|
|
1633
1741
|
required: false;
|
|
@@ -1638,6 +1746,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1638
1746
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1639
1747
|
}>, {
|
|
1640
1748
|
title: string;
|
|
1749
|
+
caretLeft: boolean;
|
|
1641
1750
|
variant: "default" | "primary" | "secondary" | "none";
|
|
1642
1751
|
to: string | Record<string, any>;
|
|
1643
1752
|
exact: boolean;
|
|
@@ -1653,6 +1762,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1653
1762
|
caretInline: boolean;
|
|
1654
1763
|
caretColor: string;
|
|
1655
1764
|
caretMarginLeft: string;
|
|
1765
|
+
caretMarginRight: string;
|
|
1656
1766
|
usePrimaryColor: boolean;
|
|
1657
1767
|
}, {}, {
|
|
1658
1768
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1676,11 +1786,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1676
1786
|
default: string;
|
|
1677
1787
|
required: false;
|
|
1678
1788
|
};
|
|
1789
|
+
marginRight: {
|
|
1790
|
+
type: StringConstructor;
|
|
1791
|
+
default: string;
|
|
1792
|
+
required: false;
|
|
1793
|
+
};
|
|
1679
1794
|
inline: {
|
|
1680
1795
|
type: BooleanConstructor;
|
|
1681
1796
|
default: boolean;
|
|
1682
1797
|
required: false;
|
|
1683
1798
|
};
|
|
1799
|
+
caretLeft: {
|
|
1800
|
+
type: BooleanConstructor;
|
|
1801
|
+
default: boolean;
|
|
1802
|
+
required: false;
|
|
1803
|
+
};
|
|
1684
1804
|
}>, {}, {}, {
|
|
1685
1805
|
computedClass(): string;
|
|
1686
1806
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1704,17 +1824,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1704
1824
|
default: string;
|
|
1705
1825
|
required: false;
|
|
1706
1826
|
};
|
|
1827
|
+
marginRight: {
|
|
1828
|
+
type: StringConstructor;
|
|
1829
|
+
default: string;
|
|
1830
|
+
required: false;
|
|
1831
|
+
};
|
|
1707
1832
|
inline: {
|
|
1708
1833
|
type: BooleanConstructor;
|
|
1709
1834
|
default: boolean;
|
|
1710
1835
|
required: false;
|
|
1711
1836
|
};
|
|
1837
|
+
caretLeft: {
|
|
1838
|
+
type: BooleanConstructor;
|
|
1839
|
+
default: boolean;
|
|
1840
|
+
required: false;
|
|
1841
|
+
};
|
|
1712
1842
|
}>> & Readonly<{}>, {
|
|
1713
1843
|
inline: boolean;
|
|
1714
1844
|
passedWrapperClass: string;
|
|
1715
1845
|
arrowClass: string;
|
|
1716
1846
|
color: string;
|
|
1717
1847
|
marginLeft: string;
|
|
1848
|
+
marginRight: string;
|
|
1849
|
+
caretLeft: boolean;
|
|
1718
1850
|
}, {}, {
|
|
1719
1851
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1720
1852
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -2131,6 +2263,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2131
2263
|
required: false;
|
|
2132
2264
|
default: string;
|
|
2133
2265
|
};
|
|
2266
|
+
caretMarginRight: {
|
|
2267
|
+
type: StringConstructor;
|
|
2268
|
+
required: false;
|
|
2269
|
+
default: string;
|
|
2270
|
+
};
|
|
2271
|
+
caretLeft: {
|
|
2272
|
+
type: BooleanConstructor;
|
|
2273
|
+
required: false;
|
|
2274
|
+
default: boolean;
|
|
2275
|
+
};
|
|
2134
2276
|
usePrimaryColor: {
|
|
2135
2277
|
type: BooleanConstructor;
|
|
2136
2278
|
required: false;
|
|
@@ -2238,6 +2380,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2238
2380
|
required: false;
|
|
2239
2381
|
default: string;
|
|
2240
2382
|
};
|
|
2383
|
+
caretMarginRight: {
|
|
2384
|
+
type: StringConstructor;
|
|
2385
|
+
required: false;
|
|
2386
|
+
default: string;
|
|
2387
|
+
};
|
|
2388
|
+
caretLeft: {
|
|
2389
|
+
type: BooleanConstructor;
|
|
2390
|
+
required: false;
|
|
2391
|
+
default: boolean;
|
|
2392
|
+
};
|
|
2241
2393
|
usePrimaryColor: {
|
|
2242
2394
|
type: BooleanConstructor;
|
|
2243
2395
|
required: false;
|
|
@@ -2248,6 +2400,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2248
2400
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2249
2401
|
}>, {
|
|
2250
2402
|
title: string;
|
|
2403
|
+
caretLeft: boolean;
|
|
2251
2404
|
variant: "default" | "primary" | "secondary" | "none";
|
|
2252
2405
|
to: string | Record<string, any>;
|
|
2253
2406
|
exact: boolean;
|
|
@@ -2263,6 +2416,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2263
2416
|
caretInline: boolean;
|
|
2264
2417
|
caretColor: string;
|
|
2265
2418
|
caretMarginLeft: string;
|
|
2419
|
+
caretMarginRight: string;
|
|
2266
2420
|
usePrimaryColor: boolean;
|
|
2267
2421
|
}, {}, {
|
|
2268
2422
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -2286,11 +2440,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2286
2440
|
default: string;
|
|
2287
2441
|
required: false;
|
|
2288
2442
|
};
|
|
2443
|
+
marginRight: {
|
|
2444
|
+
type: StringConstructor;
|
|
2445
|
+
default: string;
|
|
2446
|
+
required: false;
|
|
2447
|
+
};
|
|
2289
2448
|
inline: {
|
|
2290
2449
|
type: BooleanConstructor;
|
|
2291
2450
|
default: boolean;
|
|
2292
2451
|
required: false;
|
|
2293
2452
|
};
|
|
2453
|
+
caretLeft: {
|
|
2454
|
+
type: BooleanConstructor;
|
|
2455
|
+
default: boolean;
|
|
2456
|
+
required: false;
|
|
2457
|
+
};
|
|
2294
2458
|
}>, {}, {}, {
|
|
2295
2459
|
computedClass(): string;
|
|
2296
2460
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -2314,17 +2478,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2314
2478
|
default: string;
|
|
2315
2479
|
required: false;
|
|
2316
2480
|
};
|
|
2481
|
+
marginRight: {
|
|
2482
|
+
type: StringConstructor;
|
|
2483
|
+
default: string;
|
|
2484
|
+
required: false;
|
|
2485
|
+
};
|
|
2317
2486
|
inline: {
|
|
2318
2487
|
type: BooleanConstructor;
|
|
2319
2488
|
default: boolean;
|
|
2320
2489
|
required: false;
|
|
2321
2490
|
};
|
|
2491
|
+
caretLeft: {
|
|
2492
|
+
type: BooleanConstructor;
|
|
2493
|
+
default: boolean;
|
|
2494
|
+
required: false;
|
|
2495
|
+
};
|
|
2322
2496
|
}>> & Readonly<{}>, {
|
|
2323
2497
|
inline: boolean;
|
|
2324
2498
|
passedWrapperClass: string;
|
|
2325
2499
|
arrowClass: string;
|
|
2326
2500
|
color: string;
|
|
2327
2501
|
marginLeft: string;
|
|
2502
|
+
marginRight: string;
|
|
2503
|
+
caretLeft: boolean;
|
|
2328
2504
|
}, {}, {
|
|
2329
2505
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2330
2506
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|