@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
|
@@ -359,6 +359,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
359
359
|
required: false;
|
|
360
360
|
default: string;
|
|
361
361
|
};
|
|
362
|
+
caretMarginRight: {
|
|
363
|
+
type: StringConstructor;
|
|
364
|
+
required: false;
|
|
365
|
+
default: string;
|
|
366
|
+
};
|
|
367
|
+
caretLeft: {
|
|
368
|
+
type: BooleanConstructor;
|
|
369
|
+
required: false;
|
|
370
|
+
default: boolean;
|
|
371
|
+
};
|
|
362
372
|
usePrimaryColor: {
|
|
363
373
|
type: BooleanConstructor;
|
|
364
374
|
required: false;
|
|
@@ -466,6 +476,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
466
476
|
required: false;
|
|
467
477
|
default: string;
|
|
468
478
|
};
|
|
479
|
+
caretMarginRight: {
|
|
480
|
+
type: StringConstructor;
|
|
481
|
+
required: false;
|
|
482
|
+
default: string;
|
|
483
|
+
};
|
|
484
|
+
caretLeft: {
|
|
485
|
+
type: BooleanConstructor;
|
|
486
|
+
required: false;
|
|
487
|
+
default: boolean;
|
|
488
|
+
};
|
|
469
489
|
usePrimaryColor: {
|
|
470
490
|
type: BooleanConstructor;
|
|
471
491
|
required: false;
|
|
@@ -476,6 +496,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
476
496
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
477
497
|
}>, {
|
|
478
498
|
title: string;
|
|
499
|
+
caretLeft: boolean;
|
|
479
500
|
variant: "default" | "primary" | "secondary" | "none";
|
|
480
501
|
to: string | Record<string, any>;
|
|
481
502
|
exact: boolean;
|
|
@@ -491,6 +512,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
491
512
|
caretInline: boolean;
|
|
492
513
|
caretColor: string;
|
|
493
514
|
caretMarginLeft: string;
|
|
515
|
+
caretMarginRight: string;
|
|
494
516
|
usePrimaryColor: boolean;
|
|
495
517
|
}, {}, {
|
|
496
518
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -514,11 +536,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
514
536
|
default: string;
|
|
515
537
|
required: false;
|
|
516
538
|
};
|
|
539
|
+
marginRight: {
|
|
540
|
+
type: StringConstructor;
|
|
541
|
+
default: string;
|
|
542
|
+
required: false;
|
|
543
|
+
};
|
|
517
544
|
inline: {
|
|
518
545
|
type: BooleanConstructor;
|
|
519
546
|
default: boolean;
|
|
520
547
|
required: false;
|
|
521
548
|
};
|
|
549
|
+
caretLeft: {
|
|
550
|
+
type: BooleanConstructor;
|
|
551
|
+
default: boolean;
|
|
552
|
+
required: false;
|
|
553
|
+
};
|
|
522
554
|
}>, {}, {}, {
|
|
523
555
|
computedClass(): string;
|
|
524
556
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -542,17 +574,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
542
574
|
default: string;
|
|
543
575
|
required: false;
|
|
544
576
|
};
|
|
577
|
+
marginRight: {
|
|
578
|
+
type: StringConstructor;
|
|
579
|
+
default: string;
|
|
580
|
+
required: false;
|
|
581
|
+
};
|
|
545
582
|
inline: {
|
|
546
583
|
type: BooleanConstructor;
|
|
547
584
|
default: boolean;
|
|
548
585
|
required: false;
|
|
549
586
|
};
|
|
587
|
+
caretLeft: {
|
|
588
|
+
type: BooleanConstructor;
|
|
589
|
+
default: boolean;
|
|
590
|
+
required: false;
|
|
591
|
+
};
|
|
550
592
|
}>> & Readonly<{}>, {
|
|
551
593
|
inline: boolean;
|
|
552
594
|
passedWrapperClass: string;
|
|
553
595
|
arrowClass: string;
|
|
554
596
|
color: string;
|
|
555
597
|
marginLeft: string;
|
|
598
|
+
marginRight: string;
|
|
599
|
+
caretLeft: boolean;
|
|
556
600
|
}, {}, {
|
|
557
601
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
558
602
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -958,6 +1002,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
958
1002
|
required: false;
|
|
959
1003
|
default: string;
|
|
960
1004
|
};
|
|
1005
|
+
caretMarginRight: {
|
|
1006
|
+
type: StringConstructor;
|
|
1007
|
+
required: false;
|
|
1008
|
+
default: string;
|
|
1009
|
+
};
|
|
1010
|
+
caretLeft: {
|
|
1011
|
+
type: BooleanConstructor;
|
|
1012
|
+
required: false;
|
|
1013
|
+
default: boolean;
|
|
1014
|
+
};
|
|
961
1015
|
usePrimaryColor: {
|
|
962
1016
|
type: BooleanConstructor;
|
|
963
1017
|
required: false;
|
|
@@ -1065,6 +1119,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1065
1119
|
required: false;
|
|
1066
1120
|
default: string;
|
|
1067
1121
|
};
|
|
1122
|
+
caretMarginRight: {
|
|
1123
|
+
type: StringConstructor;
|
|
1124
|
+
required: false;
|
|
1125
|
+
default: string;
|
|
1126
|
+
};
|
|
1127
|
+
caretLeft: {
|
|
1128
|
+
type: BooleanConstructor;
|
|
1129
|
+
required: false;
|
|
1130
|
+
default: boolean;
|
|
1131
|
+
};
|
|
1068
1132
|
usePrimaryColor: {
|
|
1069
1133
|
type: BooleanConstructor;
|
|
1070
1134
|
required: false;
|
|
@@ -1075,6 +1139,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1075
1139
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1076
1140
|
}>, {
|
|
1077
1141
|
title: string;
|
|
1142
|
+
caretLeft: boolean;
|
|
1078
1143
|
variant: "default" | "primary" | "secondary" | "none";
|
|
1079
1144
|
to: string | Record<string, any>;
|
|
1080
1145
|
exact: boolean;
|
|
@@ -1090,6 +1155,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1090
1155
|
caretInline: boolean;
|
|
1091
1156
|
caretColor: string;
|
|
1092
1157
|
caretMarginLeft: string;
|
|
1158
|
+
caretMarginRight: string;
|
|
1093
1159
|
usePrimaryColor: boolean;
|
|
1094
1160
|
}, {}, {
|
|
1095
1161
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1113,11 +1179,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1113
1179
|
default: string;
|
|
1114
1180
|
required: false;
|
|
1115
1181
|
};
|
|
1182
|
+
marginRight: {
|
|
1183
|
+
type: StringConstructor;
|
|
1184
|
+
default: string;
|
|
1185
|
+
required: false;
|
|
1186
|
+
};
|
|
1116
1187
|
inline: {
|
|
1117
1188
|
type: BooleanConstructor;
|
|
1118
1189
|
default: boolean;
|
|
1119
1190
|
required: false;
|
|
1120
1191
|
};
|
|
1192
|
+
caretLeft: {
|
|
1193
|
+
type: BooleanConstructor;
|
|
1194
|
+
default: boolean;
|
|
1195
|
+
required: false;
|
|
1196
|
+
};
|
|
1121
1197
|
}>, {}, {}, {
|
|
1122
1198
|
computedClass(): string;
|
|
1123
1199
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1141,17 +1217,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1141
1217
|
default: string;
|
|
1142
1218
|
required: false;
|
|
1143
1219
|
};
|
|
1220
|
+
marginRight: {
|
|
1221
|
+
type: StringConstructor;
|
|
1222
|
+
default: string;
|
|
1223
|
+
required: false;
|
|
1224
|
+
};
|
|
1144
1225
|
inline: {
|
|
1145
1226
|
type: BooleanConstructor;
|
|
1146
1227
|
default: boolean;
|
|
1147
1228
|
required: false;
|
|
1148
1229
|
};
|
|
1230
|
+
caretLeft: {
|
|
1231
|
+
type: BooleanConstructor;
|
|
1232
|
+
default: boolean;
|
|
1233
|
+
required: false;
|
|
1234
|
+
};
|
|
1149
1235
|
}>> & Readonly<{}>, {
|
|
1150
1236
|
inline: boolean;
|
|
1151
1237
|
passedWrapperClass: string;
|
|
1152
1238
|
arrowClass: string;
|
|
1153
1239
|
color: string;
|
|
1154
1240
|
marginLeft: string;
|
|
1241
|
+
marginRight: string;
|
|
1242
|
+
caretLeft: boolean;
|
|
1155
1243
|
}, {}, {
|
|
1156
1244
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1157
1245
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1723,6 +1811,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1723
1811
|
required: false;
|
|
1724
1812
|
default: string;
|
|
1725
1813
|
};
|
|
1814
|
+
caretMarginRight: {
|
|
1815
|
+
type: StringConstructor;
|
|
1816
|
+
required: false;
|
|
1817
|
+
default: string;
|
|
1818
|
+
};
|
|
1819
|
+
caretLeft: {
|
|
1820
|
+
type: BooleanConstructor;
|
|
1821
|
+
required: false;
|
|
1822
|
+
default: boolean;
|
|
1823
|
+
};
|
|
1726
1824
|
usePrimaryColor: {
|
|
1727
1825
|
type: BooleanConstructor;
|
|
1728
1826
|
required: false;
|
|
@@ -1830,6 +1928,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1830
1928
|
required: false;
|
|
1831
1929
|
default: string;
|
|
1832
1930
|
};
|
|
1931
|
+
caretMarginRight: {
|
|
1932
|
+
type: StringConstructor;
|
|
1933
|
+
required: false;
|
|
1934
|
+
default: string;
|
|
1935
|
+
};
|
|
1936
|
+
caretLeft: {
|
|
1937
|
+
type: BooleanConstructor;
|
|
1938
|
+
required: false;
|
|
1939
|
+
default: boolean;
|
|
1940
|
+
};
|
|
1833
1941
|
usePrimaryColor: {
|
|
1834
1942
|
type: BooleanConstructor;
|
|
1835
1943
|
required: false;
|
|
@@ -1840,6 +1948,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1840
1948
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1841
1949
|
}>, {
|
|
1842
1950
|
title: string;
|
|
1951
|
+
caretLeft: boolean;
|
|
1843
1952
|
variant: "default" | "primary" | "secondary" | "none";
|
|
1844
1953
|
to: string | Record<string, any>;
|
|
1845
1954
|
exact: boolean;
|
|
@@ -1855,6 +1964,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1855
1964
|
caretInline: boolean;
|
|
1856
1965
|
caretColor: string;
|
|
1857
1966
|
caretMarginLeft: string;
|
|
1967
|
+
caretMarginRight: string;
|
|
1858
1968
|
usePrimaryColor: boolean;
|
|
1859
1969
|
}, {}, {
|
|
1860
1970
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1878,11 +1988,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1878
1988
|
default: string;
|
|
1879
1989
|
required: false;
|
|
1880
1990
|
};
|
|
1991
|
+
marginRight: {
|
|
1992
|
+
type: StringConstructor;
|
|
1993
|
+
default: string;
|
|
1994
|
+
required: false;
|
|
1995
|
+
};
|
|
1881
1996
|
inline: {
|
|
1882
1997
|
type: BooleanConstructor;
|
|
1883
1998
|
default: boolean;
|
|
1884
1999
|
required: false;
|
|
1885
2000
|
};
|
|
2001
|
+
caretLeft: {
|
|
2002
|
+
type: BooleanConstructor;
|
|
2003
|
+
default: boolean;
|
|
2004
|
+
required: false;
|
|
2005
|
+
};
|
|
1886
2006
|
}>, {}, {}, {
|
|
1887
2007
|
computedClass(): string;
|
|
1888
2008
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1906,17 +2026,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1906
2026
|
default: string;
|
|
1907
2027
|
required: false;
|
|
1908
2028
|
};
|
|
2029
|
+
marginRight: {
|
|
2030
|
+
type: StringConstructor;
|
|
2031
|
+
default: string;
|
|
2032
|
+
required: false;
|
|
2033
|
+
};
|
|
1909
2034
|
inline: {
|
|
1910
2035
|
type: BooleanConstructor;
|
|
1911
2036
|
default: boolean;
|
|
1912
2037
|
required: false;
|
|
1913
2038
|
};
|
|
2039
|
+
caretLeft: {
|
|
2040
|
+
type: BooleanConstructor;
|
|
2041
|
+
default: boolean;
|
|
2042
|
+
required: false;
|
|
2043
|
+
};
|
|
1914
2044
|
}>> & Readonly<{}>, {
|
|
1915
2045
|
inline: boolean;
|
|
1916
2046
|
passedWrapperClass: string;
|
|
1917
2047
|
arrowClass: string;
|
|
1918
2048
|
color: string;
|
|
1919
2049
|
marginLeft: string;
|
|
2050
|
+
marginRight: string;
|
|
2051
|
+
caretLeft: boolean;
|
|
1920
2052
|
}, {}, {
|
|
1921
2053
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1922
2054
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -2637,6 +2769,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2637
2769
|
required: false;
|
|
2638
2770
|
default: string;
|
|
2639
2771
|
};
|
|
2772
|
+
caretMarginRight: {
|
|
2773
|
+
type: StringConstructor;
|
|
2774
|
+
required: false;
|
|
2775
|
+
default: string;
|
|
2776
|
+
};
|
|
2777
|
+
caretLeft: {
|
|
2778
|
+
type: BooleanConstructor;
|
|
2779
|
+
required: false;
|
|
2780
|
+
default: boolean;
|
|
2781
|
+
};
|
|
2640
2782
|
usePrimaryColor: {
|
|
2641
2783
|
type: BooleanConstructor;
|
|
2642
2784
|
required: false;
|
|
@@ -2744,6 +2886,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2744
2886
|
required: false;
|
|
2745
2887
|
default: string;
|
|
2746
2888
|
};
|
|
2889
|
+
caretMarginRight: {
|
|
2890
|
+
type: StringConstructor;
|
|
2891
|
+
required: false;
|
|
2892
|
+
default: string;
|
|
2893
|
+
};
|
|
2894
|
+
caretLeft: {
|
|
2895
|
+
type: BooleanConstructor;
|
|
2896
|
+
required: false;
|
|
2897
|
+
default: boolean;
|
|
2898
|
+
};
|
|
2747
2899
|
usePrimaryColor: {
|
|
2748
2900
|
type: BooleanConstructor;
|
|
2749
2901
|
required: false;
|
|
@@ -2754,6 +2906,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2754
2906
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2755
2907
|
}>, {
|
|
2756
2908
|
title: string;
|
|
2909
|
+
caretLeft: boolean;
|
|
2757
2910
|
variant: "default" | "primary" | "secondary" | "none";
|
|
2758
2911
|
to: string | Record<string, any>;
|
|
2759
2912
|
exact: boolean;
|
|
@@ -2769,6 +2922,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2769
2922
|
caretInline: boolean;
|
|
2770
2923
|
caretColor: string;
|
|
2771
2924
|
caretMarginLeft: string;
|
|
2925
|
+
caretMarginRight: string;
|
|
2772
2926
|
usePrimaryColor: boolean;
|
|
2773
2927
|
}, {}, {
|
|
2774
2928
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -2792,11 +2946,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2792
2946
|
default: string;
|
|
2793
2947
|
required: false;
|
|
2794
2948
|
};
|
|
2949
|
+
marginRight: {
|
|
2950
|
+
type: StringConstructor;
|
|
2951
|
+
default: string;
|
|
2952
|
+
required: false;
|
|
2953
|
+
};
|
|
2795
2954
|
inline: {
|
|
2796
2955
|
type: BooleanConstructor;
|
|
2797
2956
|
default: boolean;
|
|
2798
2957
|
required: false;
|
|
2799
2958
|
};
|
|
2959
|
+
caretLeft: {
|
|
2960
|
+
type: BooleanConstructor;
|
|
2961
|
+
default: boolean;
|
|
2962
|
+
required: false;
|
|
2963
|
+
};
|
|
2800
2964
|
}>, {}, {}, {
|
|
2801
2965
|
computedClass(): string;
|
|
2802
2966
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -2820,17 +2984,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2820
2984
|
default: string;
|
|
2821
2985
|
required: false;
|
|
2822
2986
|
};
|
|
2987
|
+
marginRight: {
|
|
2988
|
+
type: StringConstructor;
|
|
2989
|
+
default: string;
|
|
2990
|
+
required: false;
|
|
2991
|
+
};
|
|
2823
2992
|
inline: {
|
|
2824
2993
|
type: BooleanConstructor;
|
|
2825
2994
|
default: boolean;
|
|
2826
2995
|
required: false;
|
|
2827
2996
|
};
|
|
2997
|
+
caretLeft: {
|
|
2998
|
+
type: BooleanConstructor;
|
|
2999
|
+
default: boolean;
|
|
3000
|
+
required: false;
|
|
3001
|
+
};
|
|
2828
3002
|
}>> & Readonly<{}>, {
|
|
2829
3003
|
inline: boolean;
|
|
2830
3004
|
passedWrapperClass: string;
|
|
2831
3005
|
arrowClass: string;
|
|
2832
3006
|
color: string;
|
|
2833
3007
|
marginLeft: string;
|
|
3008
|
+
marginRight: string;
|
|
3009
|
+
caretLeft: boolean;
|
|
2834
3010
|
}, {}, {
|
|
2835
3011
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2836
3012
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -2981,6 +3157,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2981
3157
|
required: false;
|
|
2982
3158
|
default: string;
|
|
2983
3159
|
};
|
|
3160
|
+
caretMarginRight: {
|
|
3161
|
+
type: StringConstructor;
|
|
3162
|
+
required: false;
|
|
3163
|
+
default: string;
|
|
3164
|
+
};
|
|
3165
|
+
caretLeft: {
|
|
3166
|
+
type: BooleanConstructor;
|
|
3167
|
+
required: false;
|
|
3168
|
+
default: boolean;
|
|
3169
|
+
};
|
|
2984
3170
|
usePrimaryColor: {
|
|
2985
3171
|
type: BooleanConstructor;
|
|
2986
3172
|
required: false;
|
|
@@ -3088,6 +3274,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3088
3274
|
required: false;
|
|
3089
3275
|
default: string;
|
|
3090
3276
|
};
|
|
3277
|
+
caretMarginRight: {
|
|
3278
|
+
type: StringConstructor;
|
|
3279
|
+
required: false;
|
|
3280
|
+
default: string;
|
|
3281
|
+
};
|
|
3282
|
+
caretLeft: {
|
|
3283
|
+
type: BooleanConstructor;
|
|
3284
|
+
required: false;
|
|
3285
|
+
default: boolean;
|
|
3286
|
+
};
|
|
3091
3287
|
usePrimaryColor: {
|
|
3092
3288
|
type: BooleanConstructor;
|
|
3093
3289
|
required: false;
|
|
@@ -3098,6 +3294,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3098
3294
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3099
3295
|
}>, {
|
|
3100
3296
|
title: string;
|
|
3297
|
+
caretLeft: boolean;
|
|
3101
3298
|
variant: "default" | "primary" | "secondary" | "none";
|
|
3102
3299
|
to: string | Record<string, any>;
|
|
3103
3300
|
exact: boolean;
|
|
@@ -3113,6 +3310,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3113
3310
|
caretInline: boolean;
|
|
3114
3311
|
caretColor: string;
|
|
3115
3312
|
caretMarginLeft: string;
|
|
3313
|
+
caretMarginRight: string;
|
|
3116
3314
|
usePrimaryColor: boolean;
|
|
3117
3315
|
}, {}, {
|
|
3118
3316
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -3136,11 +3334,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3136
3334
|
default: string;
|
|
3137
3335
|
required: false;
|
|
3138
3336
|
};
|
|
3337
|
+
marginRight: {
|
|
3338
|
+
type: StringConstructor;
|
|
3339
|
+
default: string;
|
|
3340
|
+
required: false;
|
|
3341
|
+
};
|
|
3139
3342
|
inline: {
|
|
3140
3343
|
type: BooleanConstructor;
|
|
3141
3344
|
default: boolean;
|
|
3142
3345
|
required: false;
|
|
3143
3346
|
};
|
|
3347
|
+
caretLeft: {
|
|
3348
|
+
type: BooleanConstructor;
|
|
3349
|
+
default: boolean;
|
|
3350
|
+
required: false;
|
|
3351
|
+
};
|
|
3144
3352
|
}>, {}, {}, {
|
|
3145
3353
|
computedClass(): string;
|
|
3146
3354
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -3164,17 +3372,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3164
3372
|
default: string;
|
|
3165
3373
|
required: false;
|
|
3166
3374
|
};
|
|
3375
|
+
marginRight: {
|
|
3376
|
+
type: StringConstructor;
|
|
3377
|
+
default: string;
|
|
3378
|
+
required: false;
|
|
3379
|
+
};
|
|
3167
3380
|
inline: {
|
|
3168
3381
|
type: BooleanConstructor;
|
|
3169
3382
|
default: boolean;
|
|
3170
3383
|
required: false;
|
|
3171
3384
|
};
|
|
3385
|
+
caretLeft: {
|
|
3386
|
+
type: BooleanConstructor;
|
|
3387
|
+
default: boolean;
|
|
3388
|
+
required: false;
|
|
3389
|
+
};
|
|
3172
3390
|
}>> & Readonly<{}>, {
|
|
3173
3391
|
inline: boolean;
|
|
3174
3392
|
passedWrapperClass: string;
|
|
3175
3393
|
arrowClass: string;
|
|
3176
3394
|
color: string;
|
|
3177
3395
|
marginLeft: string;
|
|
3396
|
+
marginRight: string;
|
|
3397
|
+
caretLeft: boolean;
|
|
3178
3398
|
}, {}, {
|
|
3179
3399
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3180
3400
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -4233,6 +4453,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4233
4453
|
required: false;
|
|
4234
4454
|
default: string;
|
|
4235
4455
|
};
|
|
4456
|
+
caretMarginRight: {
|
|
4457
|
+
type: StringConstructor;
|
|
4458
|
+
required: false;
|
|
4459
|
+
default: string;
|
|
4460
|
+
};
|
|
4461
|
+
caretLeft: {
|
|
4462
|
+
type: BooleanConstructor;
|
|
4463
|
+
required: false;
|
|
4464
|
+
default: boolean;
|
|
4465
|
+
};
|
|
4236
4466
|
usePrimaryColor: {
|
|
4237
4467
|
type: BooleanConstructor;
|
|
4238
4468
|
required: false;
|
|
@@ -4340,6 +4570,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4340
4570
|
required: false;
|
|
4341
4571
|
default: string;
|
|
4342
4572
|
};
|
|
4573
|
+
caretMarginRight: {
|
|
4574
|
+
type: StringConstructor;
|
|
4575
|
+
required: false;
|
|
4576
|
+
default: string;
|
|
4577
|
+
};
|
|
4578
|
+
caretLeft: {
|
|
4579
|
+
type: BooleanConstructor;
|
|
4580
|
+
required: false;
|
|
4581
|
+
default: boolean;
|
|
4582
|
+
};
|
|
4343
4583
|
usePrimaryColor: {
|
|
4344
4584
|
type: BooleanConstructor;
|
|
4345
4585
|
required: false;
|
|
@@ -4350,6 +4590,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4350
4590
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4351
4591
|
}>, {
|
|
4352
4592
|
title: string;
|
|
4593
|
+
caretLeft: boolean;
|
|
4353
4594
|
variant: "default" | "primary" | "secondary" | "none";
|
|
4354
4595
|
to: string | Record<string, any>;
|
|
4355
4596
|
exact: boolean;
|
|
@@ -4365,6 +4606,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4365
4606
|
caretInline: boolean;
|
|
4366
4607
|
caretColor: string;
|
|
4367
4608
|
caretMarginLeft: string;
|
|
4609
|
+
caretMarginRight: string;
|
|
4368
4610
|
usePrimaryColor: boolean;
|
|
4369
4611
|
}, {}, {
|
|
4370
4612
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -4388,11 +4630,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4388
4630
|
default: string;
|
|
4389
4631
|
required: false;
|
|
4390
4632
|
};
|
|
4633
|
+
marginRight: {
|
|
4634
|
+
type: StringConstructor;
|
|
4635
|
+
default: string;
|
|
4636
|
+
required: false;
|
|
4637
|
+
};
|
|
4391
4638
|
inline: {
|
|
4392
4639
|
type: BooleanConstructor;
|
|
4393
4640
|
default: boolean;
|
|
4394
4641
|
required: false;
|
|
4395
4642
|
};
|
|
4643
|
+
caretLeft: {
|
|
4644
|
+
type: BooleanConstructor;
|
|
4645
|
+
default: boolean;
|
|
4646
|
+
required: false;
|
|
4647
|
+
};
|
|
4396
4648
|
}>, {}, {}, {
|
|
4397
4649
|
computedClass(): string;
|
|
4398
4650
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -4416,17 +4668,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4416
4668
|
default: string;
|
|
4417
4669
|
required: false;
|
|
4418
4670
|
};
|
|
4671
|
+
marginRight: {
|
|
4672
|
+
type: StringConstructor;
|
|
4673
|
+
default: string;
|
|
4674
|
+
required: false;
|
|
4675
|
+
};
|
|
4419
4676
|
inline: {
|
|
4420
4677
|
type: BooleanConstructor;
|
|
4421
4678
|
default: boolean;
|
|
4422
4679
|
required: false;
|
|
4423
4680
|
};
|
|
4681
|
+
caretLeft: {
|
|
4682
|
+
type: BooleanConstructor;
|
|
4683
|
+
default: boolean;
|
|
4684
|
+
required: false;
|
|
4685
|
+
};
|
|
4424
4686
|
}>> & Readonly<{}>, {
|
|
4425
4687
|
inline: boolean;
|
|
4426
4688
|
passedWrapperClass: string;
|
|
4427
4689
|
arrowClass: string;
|
|
4428
4690
|
color: string;
|
|
4429
4691
|
marginLeft: string;
|
|
4692
|
+
marginRight: string;
|
|
4693
|
+
caretLeft: boolean;
|
|
4430
4694
|
}, {}, {
|
|
4431
4695
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4432
4696
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -4666,6 +4930,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4666
4930
|
required: false;
|
|
4667
4931
|
default: string;
|
|
4668
4932
|
};
|
|
4933
|
+
caretMarginRight: {
|
|
4934
|
+
type: StringConstructor;
|
|
4935
|
+
required: false;
|
|
4936
|
+
default: string;
|
|
4937
|
+
};
|
|
4938
|
+
caretLeft: {
|
|
4939
|
+
type: BooleanConstructor;
|
|
4940
|
+
required: false;
|
|
4941
|
+
default: boolean;
|
|
4942
|
+
};
|
|
4669
4943
|
usePrimaryColor: {
|
|
4670
4944
|
type: BooleanConstructor;
|
|
4671
4945
|
required: false;
|
|
@@ -4773,6 +5047,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4773
5047
|
required: false;
|
|
4774
5048
|
default: string;
|
|
4775
5049
|
};
|
|
5050
|
+
caretMarginRight: {
|
|
5051
|
+
type: StringConstructor;
|
|
5052
|
+
required: false;
|
|
5053
|
+
default: string;
|
|
5054
|
+
};
|
|
5055
|
+
caretLeft: {
|
|
5056
|
+
type: BooleanConstructor;
|
|
5057
|
+
required: false;
|
|
5058
|
+
default: boolean;
|
|
5059
|
+
};
|
|
4776
5060
|
usePrimaryColor: {
|
|
4777
5061
|
type: BooleanConstructor;
|
|
4778
5062
|
required: false;
|
|
@@ -4783,6 +5067,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4783
5067
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4784
5068
|
}>, {
|
|
4785
5069
|
title: string;
|
|
5070
|
+
caretLeft: boolean;
|
|
4786
5071
|
variant: "default" | "primary" | "secondary" | "none";
|
|
4787
5072
|
to: string | Record<string, any>;
|
|
4788
5073
|
exact: boolean;
|
|
@@ -4798,6 +5083,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4798
5083
|
caretInline: boolean;
|
|
4799
5084
|
caretColor: string;
|
|
4800
5085
|
caretMarginLeft: string;
|
|
5086
|
+
caretMarginRight: string;
|
|
4801
5087
|
usePrimaryColor: boolean;
|
|
4802
5088
|
}, {}, {
|
|
4803
5089
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -4821,11 +5107,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4821
5107
|
default: string;
|
|
4822
5108
|
required: false;
|
|
4823
5109
|
};
|
|
5110
|
+
marginRight: {
|
|
5111
|
+
type: StringConstructor;
|
|
5112
|
+
default: string;
|
|
5113
|
+
required: false;
|
|
5114
|
+
};
|
|
4824
5115
|
inline: {
|
|
4825
5116
|
type: BooleanConstructor;
|
|
4826
5117
|
default: boolean;
|
|
4827
5118
|
required: false;
|
|
4828
5119
|
};
|
|
5120
|
+
caretLeft: {
|
|
5121
|
+
type: BooleanConstructor;
|
|
5122
|
+
default: boolean;
|
|
5123
|
+
required: false;
|
|
5124
|
+
};
|
|
4829
5125
|
}>, {}, {}, {
|
|
4830
5126
|
computedClass(): string;
|
|
4831
5127
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -4849,17 +5145,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4849
5145
|
default: string;
|
|
4850
5146
|
required: false;
|
|
4851
5147
|
};
|
|
5148
|
+
marginRight: {
|
|
5149
|
+
type: StringConstructor;
|
|
5150
|
+
default: string;
|
|
5151
|
+
required: false;
|
|
5152
|
+
};
|
|
4852
5153
|
inline: {
|
|
4853
5154
|
type: BooleanConstructor;
|
|
4854
5155
|
default: boolean;
|
|
4855
5156
|
required: false;
|
|
4856
5157
|
};
|
|
5158
|
+
caretLeft: {
|
|
5159
|
+
type: BooleanConstructor;
|
|
5160
|
+
default: boolean;
|
|
5161
|
+
required: false;
|
|
5162
|
+
};
|
|
4857
5163
|
}>> & Readonly<{}>, {
|
|
4858
5164
|
inline: boolean;
|
|
4859
5165
|
passedWrapperClass: string;
|
|
4860
5166
|
arrowClass: string;
|
|
4861
5167
|
color: string;
|
|
4862
5168
|
marginLeft: string;
|
|
5169
|
+
marginRight: string;
|
|
5170
|
+
caretLeft: boolean;
|
|
4863
5171
|
}, {}, {
|
|
4864
5172
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4865
5173
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -5317,6 +5625,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5317
5625
|
required: false;
|
|
5318
5626
|
default: string;
|
|
5319
5627
|
};
|
|
5628
|
+
caretMarginRight: {
|
|
5629
|
+
type: StringConstructor;
|
|
5630
|
+
required: false;
|
|
5631
|
+
default: string;
|
|
5632
|
+
};
|
|
5633
|
+
caretLeft: {
|
|
5634
|
+
type: BooleanConstructor;
|
|
5635
|
+
required: false;
|
|
5636
|
+
default: boolean;
|
|
5637
|
+
};
|
|
5320
5638
|
usePrimaryColor: {
|
|
5321
5639
|
type: BooleanConstructor;
|
|
5322
5640
|
required: false;
|
|
@@ -5424,6 +5742,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5424
5742
|
required: false;
|
|
5425
5743
|
default: string;
|
|
5426
5744
|
};
|
|
5745
|
+
caretMarginRight: {
|
|
5746
|
+
type: StringConstructor;
|
|
5747
|
+
required: false;
|
|
5748
|
+
default: string;
|
|
5749
|
+
};
|
|
5750
|
+
caretLeft: {
|
|
5751
|
+
type: BooleanConstructor;
|
|
5752
|
+
required: false;
|
|
5753
|
+
default: boolean;
|
|
5754
|
+
};
|
|
5427
5755
|
usePrimaryColor: {
|
|
5428
5756
|
type: BooleanConstructor;
|
|
5429
5757
|
required: false;
|
|
@@ -5434,6 +5762,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5434
5762
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5435
5763
|
}>, {
|
|
5436
5764
|
title: string;
|
|
5765
|
+
caretLeft: boolean;
|
|
5437
5766
|
variant: "default" | "primary" | "secondary" | "none";
|
|
5438
5767
|
to: string | Record<string, any>;
|
|
5439
5768
|
exact: boolean;
|
|
@@ -5449,6 +5778,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5449
5778
|
caretInline: boolean;
|
|
5450
5779
|
caretColor: string;
|
|
5451
5780
|
caretMarginLeft: string;
|
|
5781
|
+
caretMarginRight: string;
|
|
5452
5782
|
usePrimaryColor: boolean;
|
|
5453
5783
|
}, {}, {
|
|
5454
5784
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -5472,11 +5802,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5472
5802
|
default: string;
|
|
5473
5803
|
required: false;
|
|
5474
5804
|
};
|
|
5805
|
+
marginRight: {
|
|
5806
|
+
type: StringConstructor;
|
|
5807
|
+
default: string;
|
|
5808
|
+
required: false;
|
|
5809
|
+
};
|
|
5475
5810
|
inline: {
|
|
5476
5811
|
type: BooleanConstructor;
|
|
5477
5812
|
default: boolean;
|
|
5478
5813
|
required: false;
|
|
5479
5814
|
};
|
|
5815
|
+
caretLeft: {
|
|
5816
|
+
type: BooleanConstructor;
|
|
5817
|
+
default: boolean;
|
|
5818
|
+
required: false;
|
|
5819
|
+
};
|
|
5480
5820
|
}>, {}, {}, {
|
|
5481
5821
|
computedClass(): string;
|
|
5482
5822
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -5500,17 +5840,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5500
5840
|
default: string;
|
|
5501
5841
|
required: false;
|
|
5502
5842
|
};
|
|
5843
|
+
marginRight: {
|
|
5844
|
+
type: StringConstructor;
|
|
5845
|
+
default: string;
|
|
5846
|
+
required: false;
|
|
5847
|
+
};
|
|
5503
5848
|
inline: {
|
|
5504
5849
|
type: BooleanConstructor;
|
|
5505
5850
|
default: boolean;
|
|
5506
5851
|
required: false;
|
|
5507
5852
|
};
|
|
5853
|
+
caretLeft: {
|
|
5854
|
+
type: BooleanConstructor;
|
|
5855
|
+
default: boolean;
|
|
5856
|
+
required: false;
|
|
5857
|
+
};
|
|
5508
5858
|
}>> & Readonly<{}>, {
|
|
5509
5859
|
inline: boolean;
|
|
5510
5860
|
passedWrapperClass: string;
|
|
5511
5861
|
arrowClass: string;
|
|
5512
5862
|
color: string;
|
|
5513
5863
|
marginLeft: string;
|
|
5864
|
+
marginRight: string;
|
|
5865
|
+
caretLeft: boolean;
|
|
5514
5866
|
}, {}, {
|
|
5515
5867
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5516
5868
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -5927,6 +6279,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5927
6279
|
required: false;
|
|
5928
6280
|
default: string;
|
|
5929
6281
|
};
|
|
6282
|
+
caretMarginRight: {
|
|
6283
|
+
type: StringConstructor;
|
|
6284
|
+
required: false;
|
|
6285
|
+
default: string;
|
|
6286
|
+
};
|
|
6287
|
+
caretLeft: {
|
|
6288
|
+
type: BooleanConstructor;
|
|
6289
|
+
required: false;
|
|
6290
|
+
default: boolean;
|
|
6291
|
+
};
|
|
5930
6292
|
usePrimaryColor: {
|
|
5931
6293
|
type: BooleanConstructor;
|
|
5932
6294
|
required: false;
|
|
@@ -6034,6 +6396,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6034
6396
|
required: false;
|
|
6035
6397
|
default: string;
|
|
6036
6398
|
};
|
|
6399
|
+
caretMarginRight: {
|
|
6400
|
+
type: StringConstructor;
|
|
6401
|
+
required: false;
|
|
6402
|
+
default: string;
|
|
6403
|
+
};
|
|
6404
|
+
caretLeft: {
|
|
6405
|
+
type: BooleanConstructor;
|
|
6406
|
+
required: false;
|
|
6407
|
+
default: boolean;
|
|
6408
|
+
};
|
|
6037
6409
|
usePrimaryColor: {
|
|
6038
6410
|
type: BooleanConstructor;
|
|
6039
6411
|
required: false;
|
|
@@ -6044,6 +6416,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6044
6416
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6045
6417
|
}>, {
|
|
6046
6418
|
title: string;
|
|
6419
|
+
caretLeft: boolean;
|
|
6047
6420
|
variant: "default" | "primary" | "secondary" | "none";
|
|
6048
6421
|
to: string | Record<string, any>;
|
|
6049
6422
|
exact: boolean;
|
|
@@ -6059,6 +6432,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6059
6432
|
caretInline: boolean;
|
|
6060
6433
|
caretColor: string;
|
|
6061
6434
|
caretMarginLeft: string;
|
|
6435
|
+
caretMarginRight: string;
|
|
6062
6436
|
usePrimaryColor: boolean;
|
|
6063
6437
|
}, {}, {
|
|
6064
6438
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -6082,11 +6456,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6082
6456
|
default: string;
|
|
6083
6457
|
required: false;
|
|
6084
6458
|
};
|
|
6459
|
+
marginRight: {
|
|
6460
|
+
type: StringConstructor;
|
|
6461
|
+
default: string;
|
|
6462
|
+
required: false;
|
|
6463
|
+
};
|
|
6085
6464
|
inline: {
|
|
6086
6465
|
type: BooleanConstructor;
|
|
6087
6466
|
default: boolean;
|
|
6088
6467
|
required: false;
|
|
6089
6468
|
};
|
|
6469
|
+
caretLeft: {
|
|
6470
|
+
type: BooleanConstructor;
|
|
6471
|
+
default: boolean;
|
|
6472
|
+
required: false;
|
|
6473
|
+
};
|
|
6090
6474
|
}>, {}, {}, {
|
|
6091
6475
|
computedClass(): string;
|
|
6092
6476
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -6110,17 +6494,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6110
6494
|
default: string;
|
|
6111
6495
|
required: false;
|
|
6112
6496
|
};
|
|
6497
|
+
marginRight: {
|
|
6498
|
+
type: StringConstructor;
|
|
6499
|
+
default: string;
|
|
6500
|
+
required: false;
|
|
6501
|
+
};
|
|
6113
6502
|
inline: {
|
|
6114
6503
|
type: BooleanConstructor;
|
|
6115
6504
|
default: boolean;
|
|
6116
6505
|
required: false;
|
|
6117
6506
|
};
|
|
6507
|
+
caretLeft: {
|
|
6508
|
+
type: BooleanConstructor;
|
|
6509
|
+
default: boolean;
|
|
6510
|
+
required: false;
|
|
6511
|
+
};
|
|
6118
6512
|
}>> & Readonly<{}>, {
|
|
6119
6513
|
inline: boolean;
|
|
6120
6514
|
passedWrapperClass: string;
|
|
6121
6515
|
arrowClass: string;
|
|
6122
6516
|
color: string;
|
|
6123
6517
|
marginLeft: string;
|
|
6518
|
+
marginRight: string;
|
|
6519
|
+
caretLeft: boolean;
|
|
6124
6520
|
}, {}, {
|
|
6125
6521
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6126
6522
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|