@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
|
@@ -163,6 +163,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
163
163
|
required: false;
|
|
164
164
|
default: string;
|
|
165
165
|
};
|
|
166
|
+
caretMarginRight: {
|
|
167
|
+
type: StringConstructor;
|
|
168
|
+
required: false;
|
|
169
|
+
default: string;
|
|
170
|
+
};
|
|
171
|
+
caretLeft: {
|
|
172
|
+
type: BooleanConstructor;
|
|
173
|
+
required: false;
|
|
174
|
+
default: boolean;
|
|
175
|
+
};
|
|
166
176
|
usePrimaryColor: {
|
|
167
177
|
type: BooleanConstructor;
|
|
168
178
|
required: false;
|
|
@@ -270,6 +280,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
270
280
|
required: false;
|
|
271
281
|
default: string;
|
|
272
282
|
};
|
|
283
|
+
caretMarginRight: {
|
|
284
|
+
type: StringConstructor;
|
|
285
|
+
required: false;
|
|
286
|
+
default: string;
|
|
287
|
+
};
|
|
288
|
+
caretLeft: {
|
|
289
|
+
type: BooleanConstructor;
|
|
290
|
+
required: false;
|
|
291
|
+
default: boolean;
|
|
292
|
+
};
|
|
273
293
|
usePrimaryColor: {
|
|
274
294
|
type: BooleanConstructor;
|
|
275
295
|
required: false;
|
|
@@ -280,6 +300,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
280
300
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
281
301
|
}>, {
|
|
282
302
|
title: string;
|
|
303
|
+
caretLeft: boolean;
|
|
283
304
|
variant: "default" | "primary" | "secondary" | "none";
|
|
284
305
|
to: string | Record<string, any>;
|
|
285
306
|
exact: boolean;
|
|
@@ -295,6 +316,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
295
316
|
caretInline: boolean;
|
|
296
317
|
caretColor: string;
|
|
297
318
|
caretMarginLeft: string;
|
|
319
|
+
caretMarginRight: string;
|
|
298
320
|
usePrimaryColor: boolean;
|
|
299
321
|
}, {}, {
|
|
300
322
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -318,11 +340,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
318
340
|
default: string;
|
|
319
341
|
required: false;
|
|
320
342
|
};
|
|
343
|
+
marginRight: {
|
|
344
|
+
type: StringConstructor;
|
|
345
|
+
default: string;
|
|
346
|
+
required: false;
|
|
347
|
+
};
|
|
321
348
|
inline: {
|
|
322
349
|
type: BooleanConstructor;
|
|
323
350
|
default: boolean;
|
|
324
351
|
required: false;
|
|
325
352
|
};
|
|
353
|
+
caretLeft: {
|
|
354
|
+
type: BooleanConstructor;
|
|
355
|
+
default: boolean;
|
|
356
|
+
required: false;
|
|
357
|
+
};
|
|
326
358
|
}>, {}, {}, {
|
|
327
359
|
computedClass(): string;
|
|
328
360
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -346,17 +378,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
346
378
|
default: string;
|
|
347
379
|
required: false;
|
|
348
380
|
};
|
|
381
|
+
marginRight: {
|
|
382
|
+
type: StringConstructor;
|
|
383
|
+
default: string;
|
|
384
|
+
required: false;
|
|
385
|
+
};
|
|
349
386
|
inline: {
|
|
350
387
|
type: BooleanConstructor;
|
|
351
388
|
default: boolean;
|
|
352
389
|
required: false;
|
|
353
390
|
};
|
|
391
|
+
caretLeft: {
|
|
392
|
+
type: BooleanConstructor;
|
|
393
|
+
default: boolean;
|
|
394
|
+
required: false;
|
|
395
|
+
};
|
|
354
396
|
}>> & Readonly<{}>, {
|
|
355
397
|
inline: boolean;
|
|
356
398
|
passedWrapperClass: string;
|
|
357
399
|
arrowClass: string;
|
|
358
400
|
color: string;
|
|
359
401
|
marginLeft: string;
|
|
402
|
+
marginRight: string;
|
|
403
|
+
caretLeft: boolean;
|
|
360
404
|
}, {}, {
|
|
361
405
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
362
406
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -543,6 +587,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
543
587
|
required: false;
|
|
544
588
|
default: string;
|
|
545
589
|
};
|
|
590
|
+
caretMarginRight: {
|
|
591
|
+
type: StringConstructor;
|
|
592
|
+
required: false;
|
|
593
|
+
default: string;
|
|
594
|
+
};
|
|
595
|
+
caretLeft: {
|
|
596
|
+
type: BooleanConstructor;
|
|
597
|
+
required: false;
|
|
598
|
+
default: boolean;
|
|
599
|
+
};
|
|
546
600
|
usePrimaryColor: {
|
|
547
601
|
type: BooleanConstructor;
|
|
548
602
|
required: false;
|
|
@@ -650,6 +704,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
650
704
|
required: false;
|
|
651
705
|
default: string;
|
|
652
706
|
};
|
|
707
|
+
caretMarginRight: {
|
|
708
|
+
type: StringConstructor;
|
|
709
|
+
required: false;
|
|
710
|
+
default: string;
|
|
711
|
+
};
|
|
712
|
+
caretLeft: {
|
|
713
|
+
type: BooleanConstructor;
|
|
714
|
+
required: false;
|
|
715
|
+
default: boolean;
|
|
716
|
+
};
|
|
653
717
|
usePrimaryColor: {
|
|
654
718
|
type: BooleanConstructor;
|
|
655
719
|
required: false;
|
|
@@ -660,6 +724,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
660
724
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
661
725
|
}>, {
|
|
662
726
|
title: string;
|
|
727
|
+
caretLeft: boolean;
|
|
663
728
|
variant: "default" | "primary" | "secondary" | "none";
|
|
664
729
|
to: string | Record<string, any>;
|
|
665
730
|
exact: boolean;
|
|
@@ -675,6 +740,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
675
740
|
caretInline: boolean;
|
|
676
741
|
caretColor: string;
|
|
677
742
|
caretMarginLeft: string;
|
|
743
|
+
caretMarginRight: string;
|
|
678
744
|
usePrimaryColor: boolean;
|
|
679
745
|
}, {}, {
|
|
680
746
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -698,11 +764,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
698
764
|
default: string;
|
|
699
765
|
required: false;
|
|
700
766
|
};
|
|
767
|
+
marginRight: {
|
|
768
|
+
type: StringConstructor;
|
|
769
|
+
default: string;
|
|
770
|
+
required: false;
|
|
771
|
+
};
|
|
701
772
|
inline: {
|
|
702
773
|
type: BooleanConstructor;
|
|
703
774
|
default: boolean;
|
|
704
775
|
required: false;
|
|
705
776
|
};
|
|
777
|
+
caretLeft: {
|
|
778
|
+
type: BooleanConstructor;
|
|
779
|
+
default: boolean;
|
|
780
|
+
required: false;
|
|
781
|
+
};
|
|
706
782
|
}>, {}, {}, {
|
|
707
783
|
computedClass(): string;
|
|
708
784
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -726,17 +802,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
726
802
|
default: string;
|
|
727
803
|
required: false;
|
|
728
804
|
};
|
|
805
|
+
marginRight: {
|
|
806
|
+
type: StringConstructor;
|
|
807
|
+
default: string;
|
|
808
|
+
required: false;
|
|
809
|
+
};
|
|
729
810
|
inline: {
|
|
730
811
|
type: BooleanConstructor;
|
|
731
812
|
default: boolean;
|
|
732
813
|
required: false;
|
|
733
814
|
};
|
|
815
|
+
caretLeft: {
|
|
816
|
+
type: BooleanConstructor;
|
|
817
|
+
default: boolean;
|
|
818
|
+
required: false;
|
|
819
|
+
};
|
|
734
820
|
}>> & Readonly<{}>, {
|
|
735
821
|
inline: boolean;
|
|
736
822
|
passedWrapperClass: string;
|
|
737
823
|
arrowClass: string;
|
|
738
824
|
color: string;
|
|
739
825
|
marginLeft: string;
|
|
826
|
+
marginRight: string;
|
|
827
|
+
caretLeft: boolean;
|
|
740
828
|
}, {}, {
|
|
741
829
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
742
830
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -825,6 +913,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
825
913
|
required: false;
|
|
826
914
|
default: string;
|
|
827
915
|
};
|
|
916
|
+
caretMarginRight: {
|
|
917
|
+
type: StringConstructor;
|
|
918
|
+
required: false;
|
|
919
|
+
default: string;
|
|
920
|
+
};
|
|
921
|
+
caretLeft: {
|
|
922
|
+
type: BooleanConstructor;
|
|
923
|
+
required: false;
|
|
924
|
+
default: boolean;
|
|
925
|
+
};
|
|
828
926
|
usePrimaryColor: {
|
|
829
927
|
type: BooleanConstructor;
|
|
830
928
|
required: false;
|
|
@@ -932,6 +1030,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
932
1030
|
required: false;
|
|
933
1031
|
default: string;
|
|
934
1032
|
};
|
|
1033
|
+
caretMarginRight: {
|
|
1034
|
+
type: StringConstructor;
|
|
1035
|
+
required: false;
|
|
1036
|
+
default: string;
|
|
1037
|
+
};
|
|
1038
|
+
caretLeft: {
|
|
1039
|
+
type: BooleanConstructor;
|
|
1040
|
+
required: false;
|
|
1041
|
+
default: boolean;
|
|
1042
|
+
};
|
|
935
1043
|
usePrimaryColor: {
|
|
936
1044
|
type: BooleanConstructor;
|
|
937
1045
|
required: false;
|
|
@@ -942,6 +1050,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
942
1050
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
943
1051
|
}>, {
|
|
944
1052
|
title: string;
|
|
1053
|
+
caretLeft: boolean;
|
|
945
1054
|
variant: "default" | "primary" | "secondary" | "none";
|
|
946
1055
|
to: string | Record<string, any>;
|
|
947
1056
|
exact: boolean;
|
|
@@ -957,6 +1066,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
957
1066
|
caretInline: boolean;
|
|
958
1067
|
caretColor: string;
|
|
959
1068
|
caretMarginLeft: string;
|
|
1069
|
+
caretMarginRight: string;
|
|
960
1070
|
usePrimaryColor: boolean;
|
|
961
1071
|
}, {}, {
|
|
962
1072
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -980,11 +1090,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
980
1090
|
default: string;
|
|
981
1091
|
required: false;
|
|
982
1092
|
};
|
|
1093
|
+
marginRight: {
|
|
1094
|
+
type: StringConstructor;
|
|
1095
|
+
default: string;
|
|
1096
|
+
required: false;
|
|
1097
|
+
};
|
|
983
1098
|
inline: {
|
|
984
1099
|
type: BooleanConstructor;
|
|
985
1100
|
default: boolean;
|
|
986
1101
|
required: false;
|
|
987
1102
|
};
|
|
1103
|
+
caretLeft: {
|
|
1104
|
+
type: BooleanConstructor;
|
|
1105
|
+
default: boolean;
|
|
1106
|
+
required: false;
|
|
1107
|
+
};
|
|
988
1108
|
}>, {}, {}, {
|
|
989
1109
|
computedClass(): string;
|
|
990
1110
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1008,17 +1128,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1008
1128
|
default: string;
|
|
1009
1129
|
required: false;
|
|
1010
1130
|
};
|
|
1131
|
+
marginRight: {
|
|
1132
|
+
type: StringConstructor;
|
|
1133
|
+
default: string;
|
|
1134
|
+
required: false;
|
|
1135
|
+
};
|
|
1011
1136
|
inline: {
|
|
1012
1137
|
type: BooleanConstructor;
|
|
1013
1138
|
default: boolean;
|
|
1014
1139
|
required: false;
|
|
1015
1140
|
};
|
|
1141
|
+
caretLeft: {
|
|
1142
|
+
type: BooleanConstructor;
|
|
1143
|
+
default: boolean;
|
|
1144
|
+
required: false;
|
|
1145
|
+
};
|
|
1016
1146
|
}>> & Readonly<{}>, {
|
|
1017
1147
|
inline: boolean;
|
|
1018
1148
|
passedWrapperClass: string;
|
|
1019
1149
|
arrowClass: string;
|
|
1020
1150
|
color: string;
|
|
1021
1151
|
marginLeft: string;
|
|
1152
|
+
marginRight: string;
|
|
1153
|
+
caretLeft: boolean;
|
|
1022
1154
|
}, {}, {
|
|
1023
1155
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1024
1156
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1117,6 +1249,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1117
1249
|
required: false;
|
|
1118
1250
|
default: string;
|
|
1119
1251
|
};
|
|
1252
|
+
caretMarginRight: {
|
|
1253
|
+
type: StringConstructor;
|
|
1254
|
+
required: false;
|
|
1255
|
+
default: string;
|
|
1256
|
+
};
|
|
1257
|
+
caretLeft: {
|
|
1258
|
+
type: BooleanConstructor;
|
|
1259
|
+
required: false;
|
|
1260
|
+
default: boolean;
|
|
1261
|
+
};
|
|
1120
1262
|
usePrimaryColor: {
|
|
1121
1263
|
type: BooleanConstructor;
|
|
1122
1264
|
required: false;
|
|
@@ -1224,6 +1366,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1224
1366
|
required: false;
|
|
1225
1367
|
default: string;
|
|
1226
1368
|
};
|
|
1369
|
+
caretMarginRight: {
|
|
1370
|
+
type: StringConstructor;
|
|
1371
|
+
required: false;
|
|
1372
|
+
default: string;
|
|
1373
|
+
};
|
|
1374
|
+
caretLeft: {
|
|
1375
|
+
type: BooleanConstructor;
|
|
1376
|
+
required: false;
|
|
1377
|
+
default: boolean;
|
|
1378
|
+
};
|
|
1227
1379
|
usePrimaryColor: {
|
|
1228
1380
|
type: BooleanConstructor;
|
|
1229
1381
|
required: false;
|
|
@@ -1234,6 +1386,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1234
1386
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1235
1387
|
}>, {
|
|
1236
1388
|
title: string;
|
|
1389
|
+
caretLeft: boolean;
|
|
1237
1390
|
variant: "default" | "primary" | "secondary" | "none";
|
|
1238
1391
|
to: string | Record<string, any>;
|
|
1239
1392
|
exact: boolean;
|
|
@@ -1249,6 +1402,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1249
1402
|
caretInline: boolean;
|
|
1250
1403
|
caretColor: string;
|
|
1251
1404
|
caretMarginLeft: string;
|
|
1405
|
+
caretMarginRight: string;
|
|
1252
1406
|
usePrimaryColor: boolean;
|
|
1253
1407
|
}, {}, {
|
|
1254
1408
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1272,11 +1426,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1272
1426
|
default: string;
|
|
1273
1427
|
required: false;
|
|
1274
1428
|
};
|
|
1429
|
+
marginRight: {
|
|
1430
|
+
type: StringConstructor;
|
|
1431
|
+
default: string;
|
|
1432
|
+
required: false;
|
|
1433
|
+
};
|
|
1275
1434
|
inline: {
|
|
1276
1435
|
type: BooleanConstructor;
|
|
1277
1436
|
default: boolean;
|
|
1278
1437
|
required: false;
|
|
1279
1438
|
};
|
|
1439
|
+
caretLeft: {
|
|
1440
|
+
type: BooleanConstructor;
|
|
1441
|
+
default: boolean;
|
|
1442
|
+
required: false;
|
|
1443
|
+
};
|
|
1280
1444
|
}>, {}, {}, {
|
|
1281
1445
|
computedClass(): string;
|
|
1282
1446
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1300,17 +1464,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1300
1464
|
default: string;
|
|
1301
1465
|
required: false;
|
|
1302
1466
|
};
|
|
1467
|
+
marginRight: {
|
|
1468
|
+
type: StringConstructor;
|
|
1469
|
+
default: string;
|
|
1470
|
+
required: false;
|
|
1471
|
+
};
|
|
1303
1472
|
inline: {
|
|
1304
1473
|
type: BooleanConstructor;
|
|
1305
1474
|
default: boolean;
|
|
1306
1475
|
required: false;
|
|
1307
1476
|
};
|
|
1477
|
+
caretLeft: {
|
|
1478
|
+
type: BooleanConstructor;
|
|
1479
|
+
default: boolean;
|
|
1480
|
+
required: false;
|
|
1481
|
+
};
|
|
1308
1482
|
}>> & Readonly<{}>, {
|
|
1309
1483
|
inline: boolean;
|
|
1310
1484
|
passedWrapperClass: string;
|
|
1311
1485
|
arrowClass: string;
|
|
1312
1486
|
color: string;
|
|
1313
1487
|
marginLeft: string;
|
|
1488
|
+
marginRight: string;
|
|
1489
|
+
caretLeft: boolean;
|
|
1314
1490
|
}, {}, {
|
|
1315
1491
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1316
1492
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1537,6 +1713,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1537
1713
|
required: false;
|
|
1538
1714
|
default: string;
|
|
1539
1715
|
};
|
|
1716
|
+
caretMarginRight: {
|
|
1717
|
+
type: StringConstructor;
|
|
1718
|
+
required: false;
|
|
1719
|
+
default: string;
|
|
1720
|
+
};
|
|
1721
|
+
caretLeft: {
|
|
1722
|
+
type: BooleanConstructor;
|
|
1723
|
+
required: false;
|
|
1724
|
+
default: boolean;
|
|
1725
|
+
};
|
|
1540
1726
|
usePrimaryColor: {
|
|
1541
1727
|
type: BooleanConstructor;
|
|
1542
1728
|
required: false;
|
|
@@ -1644,6 +1830,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1644
1830
|
required: false;
|
|
1645
1831
|
default: string;
|
|
1646
1832
|
};
|
|
1833
|
+
caretMarginRight: {
|
|
1834
|
+
type: StringConstructor;
|
|
1835
|
+
required: false;
|
|
1836
|
+
default: string;
|
|
1837
|
+
};
|
|
1838
|
+
caretLeft: {
|
|
1839
|
+
type: BooleanConstructor;
|
|
1840
|
+
required: false;
|
|
1841
|
+
default: boolean;
|
|
1842
|
+
};
|
|
1647
1843
|
usePrimaryColor: {
|
|
1648
1844
|
type: BooleanConstructor;
|
|
1649
1845
|
required: false;
|
|
@@ -1654,6 +1850,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1654
1850
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1655
1851
|
}>, {
|
|
1656
1852
|
title: string;
|
|
1853
|
+
caretLeft: boolean;
|
|
1657
1854
|
variant: "default" | "primary" | "secondary" | "none";
|
|
1658
1855
|
to: string | Record<string, any>;
|
|
1659
1856
|
exact: boolean;
|
|
@@ -1669,6 +1866,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1669
1866
|
caretInline: boolean;
|
|
1670
1867
|
caretColor: string;
|
|
1671
1868
|
caretMarginLeft: string;
|
|
1869
|
+
caretMarginRight: string;
|
|
1672
1870
|
usePrimaryColor: boolean;
|
|
1673
1871
|
}, {}, {
|
|
1674
1872
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1692,11 +1890,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1692
1890
|
default: string;
|
|
1693
1891
|
required: false;
|
|
1694
1892
|
};
|
|
1893
|
+
marginRight: {
|
|
1894
|
+
type: StringConstructor;
|
|
1895
|
+
default: string;
|
|
1896
|
+
required: false;
|
|
1897
|
+
};
|
|
1695
1898
|
inline: {
|
|
1696
1899
|
type: BooleanConstructor;
|
|
1697
1900
|
default: boolean;
|
|
1698
1901
|
required: false;
|
|
1699
1902
|
};
|
|
1903
|
+
caretLeft: {
|
|
1904
|
+
type: BooleanConstructor;
|
|
1905
|
+
default: boolean;
|
|
1906
|
+
required: false;
|
|
1907
|
+
};
|
|
1700
1908
|
}>, {}, {}, {
|
|
1701
1909
|
computedClass(): string;
|
|
1702
1910
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1720,17 +1928,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1720
1928
|
default: string;
|
|
1721
1929
|
required: false;
|
|
1722
1930
|
};
|
|
1931
|
+
marginRight: {
|
|
1932
|
+
type: StringConstructor;
|
|
1933
|
+
default: string;
|
|
1934
|
+
required: false;
|
|
1935
|
+
};
|
|
1723
1936
|
inline: {
|
|
1724
1937
|
type: BooleanConstructor;
|
|
1725
1938
|
default: boolean;
|
|
1726
1939
|
required: false;
|
|
1727
1940
|
};
|
|
1941
|
+
caretLeft: {
|
|
1942
|
+
type: BooleanConstructor;
|
|
1943
|
+
default: boolean;
|
|
1944
|
+
required: false;
|
|
1945
|
+
};
|
|
1728
1946
|
}>> & Readonly<{}>, {
|
|
1729
1947
|
inline: boolean;
|
|
1730
1948
|
passedWrapperClass: string;
|
|
1731
1949
|
arrowClass: string;
|
|
1732
1950
|
color: string;
|
|
1733
1951
|
marginLeft: string;
|
|
1952
|
+
marginRight: string;
|
|
1953
|
+
caretLeft: boolean;
|
|
1734
1954
|
}, {}, {
|
|
1735
1955
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1736
1956
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -82,6 +82,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
82
82
|
required: false;
|
|
83
83
|
default: string;
|
|
84
84
|
};
|
|
85
|
+
caretMarginRight: {
|
|
86
|
+
type: StringConstructor;
|
|
87
|
+
required: false;
|
|
88
|
+
default: string;
|
|
89
|
+
};
|
|
90
|
+
caretLeft: {
|
|
91
|
+
type: BooleanConstructor;
|
|
92
|
+
required: false;
|
|
93
|
+
default: boolean;
|
|
94
|
+
};
|
|
85
95
|
usePrimaryColor: {
|
|
86
96
|
type: BooleanConstructor;
|
|
87
97
|
required: false;
|
|
@@ -189,6 +199,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
189
199
|
required: false;
|
|
190
200
|
default: string;
|
|
191
201
|
};
|
|
202
|
+
caretMarginRight: {
|
|
203
|
+
type: StringConstructor;
|
|
204
|
+
required: false;
|
|
205
|
+
default: string;
|
|
206
|
+
};
|
|
207
|
+
caretLeft: {
|
|
208
|
+
type: BooleanConstructor;
|
|
209
|
+
required: false;
|
|
210
|
+
default: boolean;
|
|
211
|
+
};
|
|
192
212
|
usePrimaryColor: {
|
|
193
213
|
type: BooleanConstructor;
|
|
194
214
|
required: false;
|
|
@@ -199,6 +219,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
199
219
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
200
220
|
}>, {
|
|
201
221
|
title: string;
|
|
222
|
+
caretLeft: boolean;
|
|
202
223
|
variant: "default" | "primary" | "secondary" | "none";
|
|
203
224
|
to: string | Record<string, any>;
|
|
204
225
|
exact: boolean;
|
|
@@ -214,6 +235,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
214
235
|
caretInline: boolean;
|
|
215
236
|
caretColor: string;
|
|
216
237
|
caretMarginLeft: string;
|
|
238
|
+
caretMarginRight: string;
|
|
217
239
|
usePrimaryColor: boolean;
|
|
218
240
|
}, {}, {
|
|
219
241
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -237,11 +259,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
237
259
|
default: string;
|
|
238
260
|
required: false;
|
|
239
261
|
};
|
|
262
|
+
marginRight: {
|
|
263
|
+
type: StringConstructor;
|
|
264
|
+
default: string;
|
|
265
|
+
required: false;
|
|
266
|
+
};
|
|
240
267
|
inline: {
|
|
241
268
|
type: BooleanConstructor;
|
|
242
269
|
default: boolean;
|
|
243
270
|
required: false;
|
|
244
271
|
};
|
|
272
|
+
caretLeft: {
|
|
273
|
+
type: BooleanConstructor;
|
|
274
|
+
default: boolean;
|
|
275
|
+
required: false;
|
|
276
|
+
};
|
|
245
277
|
}>, {}, {}, {
|
|
246
278
|
computedClass(): string;
|
|
247
279
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -265,17 +297,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
265
297
|
default: string;
|
|
266
298
|
required: false;
|
|
267
299
|
};
|
|
300
|
+
marginRight: {
|
|
301
|
+
type: StringConstructor;
|
|
302
|
+
default: string;
|
|
303
|
+
required: false;
|
|
304
|
+
};
|
|
268
305
|
inline: {
|
|
269
306
|
type: BooleanConstructor;
|
|
270
307
|
default: boolean;
|
|
271
308
|
required: false;
|
|
272
309
|
};
|
|
310
|
+
caretLeft: {
|
|
311
|
+
type: BooleanConstructor;
|
|
312
|
+
default: boolean;
|
|
313
|
+
required: false;
|
|
314
|
+
};
|
|
273
315
|
}>> & Readonly<{}>, {
|
|
274
316
|
inline: boolean;
|
|
275
317
|
passedWrapperClass: string;
|
|
276
318
|
arrowClass: string;
|
|
277
319
|
color: string;
|
|
278
320
|
marginLeft: string;
|
|
321
|
+
marginRight: string;
|
|
322
|
+
caretLeft: boolean;
|
|
279
323
|
}, {}, {
|
|
280
324
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
281
325
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|