@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
|
@@ -482,6 +482,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
482
482
|
required: false;
|
|
483
483
|
default: string;
|
|
484
484
|
};
|
|
485
|
+
caretMarginRight: {
|
|
486
|
+
type: StringConstructor;
|
|
487
|
+
required: false;
|
|
488
|
+
default: string;
|
|
489
|
+
};
|
|
490
|
+
caretLeft: {
|
|
491
|
+
type: BooleanConstructor;
|
|
492
|
+
required: false;
|
|
493
|
+
default: boolean;
|
|
494
|
+
};
|
|
485
495
|
usePrimaryColor: {
|
|
486
496
|
type: BooleanConstructor;
|
|
487
497
|
required: false;
|
|
@@ -589,6 +599,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
589
599
|
required: false;
|
|
590
600
|
default: string;
|
|
591
601
|
};
|
|
602
|
+
caretMarginRight: {
|
|
603
|
+
type: StringConstructor;
|
|
604
|
+
required: false;
|
|
605
|
+
default: string;
|
|
606
|
+
};
|
|
607
|
+
caretLeft: {
|
|
608
|
+
type: BooleanConstructor;
|
|
609
|
+
required: false;
|
|
610
|
+
default: boolean;
|
|
611
|
+
};
|
|
592
612
|
usePrimaryColor: {
|
|
593
613
|
type: BooleanConstructor;
|
|
594
614
|
required: false;
|
|
@@ -599,6 +619,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
599
619
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
600
620
|
}>, {
|
|
601
621
|
title: string;
|
|
622
|
+
caretLeft: boolean;
|
|
602
623
|
variant: "default" | "primary" | "secondary" | "none";
|
|
603
624
|
to: string | Record<string, any>;
|
|
604
625
|
exact: boolean;
|
|
@@ -614,6 +635,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
614
635
|
caretInline: boolean;
|
|
615
636
|
caretColor: string;
|
|
616
637
|
caretMarginLeft: string;
|
|
638
|
+
caretMarginRight: string;
|
|
617
639
|
usePrimaryColor: boolean;
|
|
618
640
|
}, {}, {
|
|
619
641
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -637,11 +659,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
637
659
|
default: string;
|
|
638
660
|
required: false;
|
|
639
661
|
};
|
|
662
|
+
marginRight: {
|
|
663
|
+
type: StringConstructor;
|
|
664
|
+
default: string;
|
|
665
|
+
required: false;
|
|
666
|
+
};
|
|
640
667
|
inline: {
|
|
641
668
|
type: BooleanConstructor;
|
|
642
669
|
default: boolean;
|
|
643
670
|
required: false;
|
|
644
671
|
};
|
|
672
|
+
caretLeft: {
|
|
673
|
+
type: BooleanConstructor;
|
|
674
|
+
default: boolean;
|
|
675
|
+
required: false;
|
|
676
|
+
};
|
|
645
677
|
}>, {}, {}, {
|
|
646
678
|
computedClass(): string;
|
|
647
679
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -665,17 +697,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
665
697
|
default: string;
|
|
666
698
|
required: false;
|
|
667
699
|
};
|
|
700
|
+
marginRight: {
|
|
701
|
+
type: StringConstructor;
|
|
702
|
+
default: string;
|
|
703
|
+
required: false;
|
|
704
|
+
};
|
|
668
705
|
inline: {
|
|
669
706
|
type: BooleanConstructor;
|
|
670
707
|
default: boolean;
|
|
671
708
|
required: false;
|
|
672
709
|
};
|
|
710
|
+
caretLeft: {
|
|
711
|
+
type: BooleanConstructor;
|
|
712
|
+
default: boolean;
|
|
713
|
+
required: false;
|
|
714
|
+
};
|
|
673
715
|
}>> & Readonly<{}>, {
|
|
674
716
|
inline: boolean;
|
|
675
717
|
passedWrapperClass: string;
|
|
676
718
|
arrowClass: string;
|
|
677
719
|
color: string;
|
|
678
720
|
marginLeft: string;
|
|
721
|
+
marginRight: string;
|
|
722
|
+
caretLeft: boolean;
|
|
679
723
|
}, {}, {
|
|
680
724
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
681
725
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -829,6 +873,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
829
873
|
required: false;
|
|
830
874
|
default: string;
|
|
831
875
|
};
|
|
876
|
+
caretMarginRight: {
|
|
877
|
+
type: StringConstructor;
|
|
878
|
+
required: false;
|
|
879
|
+
default: string;
|
|
880
|
+
};
|
|
881
|
+
caretLeft: {
|
|
882
|
+
type: BooleanConstructor;
|
|
883
|
+
required: false;
|
|
884
|
+
default: boolean;
|
|
885
|
+
};
|
|
832
886
|
usePrimaryColor: {
|
|
833
887
|
type: BooleanConstructor;
|
|
834
888
|
required: false;
|
|
@@ -936,6 +990,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
936
990
|
required: false;
|
|
937
991
|
default: string;
|
|
938
992
|
};
|
|
993
|
+
caretMarginRight: {
|
|
994
|
+
type: StringConstructor;
|
|
995
|
+
required: false;
|
|
996
|
+
default: string;
|
|
997
|
+
};
|
|
998
|
+
caretLeft: {
|
|
999
|
+
type: BooleanConstructor;
|
|
1000
|
+
required: false;
|
|
1001
|
+
default: boolean;
|
|
1002
|
+
};
|
|
939
1003
|
usePrimaryColor: {
|
|
940
1004
|
type: BooleanConstructor;
|
|
941
1005
|
required: false;
|
|
@@ -946,6 +1010,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
946
1010
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
947
1011
|
}>, {
|
|
948
1012
|
title: string;
|
|
1013
|
+
caretLeft: boolean;
|
|
949
1014
|
variant: "default" | "primary" | "secondary" | "none";
|
|
950
1015
|
to: string | Record<string, any>;
|
|
951
1016
|
exact: boolean;
|
|
@@ -961,6 +1026,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
961
1026
|
caretInline: boolean;
|
|
962
1027
|
caretColor: string;
|
|
963
1028
|
caretMarginLeft: string;
|
|
1029
|
+
caretMarginRight: string;
|
|
964
1030
|
usePrimaryColor: boolean;
|
|
965
1031
|
}, {}, {
|
|
966
1032
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -984,11 +1050,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
984
1050
|
default: string;
|
|
985
1051
|
required: false;
|
|
986
1052
|
};
|
|
1053
|
+
marginRight: {
|
|
1054
|
+
type: StringConstructor;
|
|
1055
|
+
default: string;
|
|
1056
|
+
required: false;
|
|
1057
|
+
};
|
|
987
1058
|
inline: {
|
|
988
1059
|
type: BooleanConstructor;
|
|
989
1060
|
default: boolean;
|
|
990
1061
|
required: false;
|
|
991
1062
|
};
|
|
1063
|
+
caretLeft: {
|
|
1064
|
+
type: BooleanConstructor;
|
|
1065
|
+
default: boolean;
|
|
1066
|
+
required: false;
|
|
1067
|
+
};
|
|
992
1068
|
}>, {}, {}, {
|
|
993
1069
|
computedClass(): string;
|
|
994
1070
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1012,17 +1088,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1012
1088
|
default: string;
|
|
1013
1089
|
required: false;
|
|
1014
1090
|
};
|
|
1091
|
+
marginRight: {
|
|
1092
|
+
type: StringConstructor;
|
|
1093
|
+
default: string;
|
|
1094
|
+
required: false;
|
|
1095
|
+
};
|
|
1015
1096
|
inline: {
|
|
1016
1097
|
type: BooleanConstructor;
|
|
1017
1098
|
default: boolean;
|
|
1018
1099
|
required: false;
|
|
1019
1100
|
};
|
|
1101
|
+
caretLeft: {
|
|
1102
|
+
type: BooleanConstructor;
|
|
1103
|
+
default: boolean;
|
|
1104
|
+
required: false;
|
|
1105
|
+
};
|
|
1020
1106
|
}>> & Readonly<{}>, {
|
|
1021
1107
|
inline: boolean;
|
|
1022
1108
|
passedWrapperClass: string;
|
|
1023
1109
|
arrowClass: string;
|
|
1024
1110
|
color: string;
|
|
1025
1111
|
marginLeft: string;
|
|
1112
|
+
marginRight: string;
|
|
1113
|
+
caretLeft: boolean;
|
|
1026
1114
|
}, {}, {
|
|
1027
1115
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1028
1116
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1689,6 +1777,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1689
1777
|
required: false;
|
|
1690
1778
|
default: string;
|
|
1691
1779
|
};
|
|
1780
|
+
caretMarginRight: {
|
|
1781
|
+
type: StringConstructor;
|
|
1782
|
+
required: false;
|
|
1783
|
+
default: string;
|
|
1784
|
+
};
|
|
1785
|
+
caretLeft: {
|
|
1786
|
+
type: BooleanConstructor;
|
|
1787
|
+
required: false;
|
|
1788
|
+
default: boolean;
|
|
1789
|
+
};
|
|
1692
1790
|
usePrimaryColor: {
|
|
1693
1791
|
type: BooleanConstructor;
|
|
1694
1792
|
required: false;
|
|
@@ -1796,6 +1894,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1796
1894
|
required: false;
|
|
1797
1895
|
default: string;
|
|
1798
1896
|
};
|
|
1897
|
+
caretMarginRight: {
|
|
1898
|
+
type: StringConstructor;
|
|
1899
|
+
required: false;
|
|
1900
|
+
default: string;
|
|
1901
|
+
};
|
|
1902
|
+
caretLeft: {
|
|
1903
|
+
type: BooleanConstructor;
|
|
1904
|
+
required: false;
|
|
1905
|
+
default: boolean;
|
|
1906
|
+
};
|
|
1799
1907
|
usePrimaryColor: {
|
|
1800
1908
|
type: BooleanConstructor;
|
|
1801
1909
|
required: false;
|
|
@@ -1806,6 +1914,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1806
1914
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1807
1915
|
}>, {
|
|
1808
1916
|
title: string;
|
|
1917
|
+
caretLeft: boolean;
|
|
1809
1918
|
variant: "default" | "primary" | "secondary" | "none";
|
|
1810
1919
|
to: string | Record<string, any>;
|
|
1811
1920
|
exact: boolean;
|
|
@@ -1821,6 +1930,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1821
1930
|
caretInline: boolean;
|
|
1822
1931
|
caretColor: string;
|
|
1823
1932
|
caretMarginLeft: string;
|
|
1933
|
+
caretMarginRight: string;
|
|
1824
1934
|
usePrimaryColor: boolean;
|
|
1825
1935
|
}, {}, {
|
|
1826
1936
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1844,11 +1954,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1844
1954
|
default: string;
|
|
1845
1955
|
required: false;
|
|
1846
1956
|
};
|
|
1957
|
+
marginRight: {
|
|
1958
|
+
type: StringConstructor;
|
|
1959
|
+
default: string;
|
|
1960
|
+
required: false;
|
|
1961
|
+
};
|
|
1847
1962
|
inline: {
|
|
1848
1963
|
type: BooleanConstructor;
|
|
1849
1964
|
default: boolean;
|
|
1850
1965
|
required: false;
|
|
1851
1966
|
};
|
|
1967
|
+
caretLeft: {
|
|
1968
|
+
type: BooleanConstructor;
|
|
1969
|
+
default: boolean;
|
|
1970
|
+
required: false;
|
|
1971
|
+
};
|
|
1852
1972
|
}>, {}, {}, {
|
|
1853
1973
|
computedClass(): string;
|
|
1854
1974
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1872,17 +1992,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1872
1992
|
default: string;
|
|
1873
1993
|
required: false;
|
|
1874
1994
|
};
|
|
1995
|
+
marginRight: {
|
|
1996
|
+
type: StringConstructor;
|
|
1997
|
+
default: string;
|
|
1998
|
+
required: false;
|
|
1999
|
+
};
|
|
1875
2000
|
inline: {
|
|
1876
2001
|
type: BooleanConstructor;
|
|
1877
2002
|
default: boolean;
|
|
1878
2003
|
required: false;
|
|
1879
2004
|
};
|
|
2005
|
+
caretLeft: {
|
|
2006
|
+
type: BooleanConstructor;
|
|
2007
|
+
default: boolean;
|
|
2008
|
+
required: false;
|
|
2009
|
+
};
|
|
1880
2010
|
}>> & Readonly<{}>, {
|
|
1881
2011
|
inline: boolean;
|
|
1882
2012
|
passedWrapperClass: string;
|
|
1883
2013
|
arrowClass: string;
|
|
1884
2014
|
color: string;
|
|
1885
2015
|
marginLeft: string;
|
|
2016
|
+
marginRight: string;
|
|
2017
|
+
caretLeft: boolean;
|
|
1886
2018
|
}, {}, {
|
|
1887
2019
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1888
2020
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -2194,6 +2326,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2194
2326
|
required: false;
|
|
2195
2327
|
default: string;
|
|
2196
2328
|
};
|
|
2329
|
+
caretMarginRight: {
|
|
2330
|
+
type: StringConstructor;
|
|
2331
|
+
required: false;
|
|
2332
|
+
default: string;
|
|
2333
|
+
};
|
|
2334
|
+
caretLeft: {
|
|
2335
|
+
type: BooleanConstructor;
|
|
2336
|
+
required: false;
|
|
2337
|
+
default: boolean;
|
|
2338
|
+
};
|
|
2197
2339
|
usePrimaryColor: {
|
|
2198
2340
|
type: BooleanConstructor;
|
|
2199
2341
|
required: false;
|
|
@@ -2301,6 +2443,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2301
2443
|
required: false;
|
|
2302
2444
|
default: string;
|
|
2303
2445
|
};
|
|
2446
|
+
caretMarginRight: {
|
|
2447
|
+
type: StringConstructor;
|
|
2448
|
+
required: false;
|
|
2449
|
+
default: string;
|
|
2450
|
+
};
|
|
2451
|
+
caretLeft: {
|
|
2452
|
+
type: BooleanConstructor;
|
|
2453
|
+
required: false;
|
|
2454
|
+
default: boolean;
|
|
2455
|
+
};
|
|
2304
2456
|
usePrimaryColor: {
|
|
2305
2457
|
type: BooleanConstructor;
|
|
2306
2458
|
required: false;
|
|
@@ -2311,6 +2463,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2311
2463
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2312
2464
|
}>, {
|
|
2313
2465
|
title: string;
|
|
2466
|
+
caretLeft: boolean;
|
|
2314
2467
|
variant: "default" | "primary" | "secondary" | "none";
|
|
2315
2468
|
to: string | Record<string, any>;
|
|
2316
2469
|
exact: boolean;
|
|
@@ -2326,6 +2479,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2326
2479
|
caretInline: boolean;
|
|
2327
2480
|
caretColor: string;
|
|
2328
2481
|
caretMarginLeft: string;
|
|
2482
|
+
caretMarginRight: string;
|
|
2329
2483
|
usePrimaryColor: boolean;
|
|
2330
2484
|
}, {}, {
|
|
2331
2485
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -2349,11 +2503,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2349
2503
|
default: string;
|
|
2350
2504
|
required: false;
|
|
2351
2505
|
};
|
|
2506
|
+
marginRight: {
|
|
2507
|
+
type: StringConstructor;
|
|
2508
|
+
default: string;
|
|
2509
|
+
required: false;
|
|
2510
|
+
};
|
|
2352
2511
|
inline: {
|
|
2353
2512
|
type: BooleanConstructor;
|
|
2354
2513
|
default: boolean;
|
|
2355
2514
|
required: false;
|
|
2356
2515
|
};
|
|
2516
|
+
caretLeft: {
|
|
2517
|
+
type: BooleanConstructor;
|
|
2518
|
+
default: boolean;
|
|
2519
|
+
required: false;
|
|
2520
|
+
};
|
|
2357
2521
|
}>, {}, {}, {
|
|
2358
2522
|
computedClass(): string;
|
|
2359
2523
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -2377,17 +2541,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2377
2541
|
default: string;
|
|
2378
2542
|
required: false;
|
|
2379
2543
|
};
|
|
2544
|
+
marginRight: {
|
|
2545
|
+
type: StringConstructor;
|
|
2546
|
+
default: string;
|
|
2547
|
+
required: false;
|
|
2548
|
+
};
|
|
2380
2549
|
inline: {
|
|
2381
2550
|
type: BooleanConstructor;
|
|
2382
2551
|
default: boolean;
|
|
2383
2552
|
required: false;
|
|
2384
2553
|
};
|
|
2554
|
+
caretLeft: {
|
|
2555
|
+
type: BooleanConstructor;
|
|
2556
|
+
default: boolean;
|
|
2557
|
+
required: false;
|
|
2558
|
+
};
|
|
2385
2559
|
}>> & Readonly<{}>, {
|
|
2386
2560
|
inline: boolean;
|
|
2387
2561
|
passedWrapperClass: string;
|
|
2388
2562
|
arrowClass: string;
|
|
2389
2563
|
color: string;
|
|
2390
2564
|
marginLeft: string;
|
|
2565
|
+
marginRight: string;
|
|
2566
|
+
caretLeft: boolean;
|
|
2391
2567
|
}, {}, {
|
|
2392
2568
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2393
2569
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -2584,6 +2760,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2584
2760
|
required: false;
|
|
2585
2761
|
default: string;
|
|
2586
2762
|
};
|
|
2763
|
+
caretMarginRight: {
|
|
2764
|
+
type: StringConstructor;
|
|
2765
|
+
required: false;
|
|
2766
|
+
default: string;
|
|
2767
|
+
};
|
|
2768
|
+
caretLeft: {
|
|
2769
|
+
type: BooleanConstructor;
|
|
2770
|
+
required: false;
|
|
2771
|
+
default: boolean;
|
|
2772
|
+
};
|
|
2587
2773
|
usePrimaryColor: {
|
|
2588
2774
|
type: BooleanConstructor;
|
|
2589
2775
|
required: false;
|
|
@@ -2691,6 +2877,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2691
2877
|
required: false;
|
|
2692
2878
|
default: string;
|
|
2693
2879
|
};
|
|
2880
|
+
caretMarginRight: {
|
|
2881
|
+
type: StringConstructor;
|
|
2882
|
+
required: false;
|
|
2883
|
+
default: string;
|
|
2884
|
+
};
|
|
2885
|
+
caretLeft: {
|
|
2886
|
+
type: BooleanConstructor;
|
|
2887
|
+
required: false;
|
|
2888
|
+
default: boolean;
|
|
2889
|
+
};
|
|
2694
2890
|
usePrimaryColor: {
|
|
2695
2891
|
type: BooleanConstructor;
|
|
2696
2892
|
required: false;
|
|
@@ -2701,6 +2897,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2701
2897
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2702
2898
|
}>, {
|
|
2703
2899
|
title: string;
|
|
2900
|
+
caretLeft: boolean;
|
|
2704
2901
|
variant: "default" | "primary" | "secondary" | "none";
|
|
2705
2902
|
to: string | Record<string, any>;
|
|
2706
2903
|
exact: boolean;
|
|
@@ -2716,6 +2913,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2716
2913
|
caretInline: boolean;
|
|
2717
2914
|
caretColor: string;
|
|
2718
2915
|
caretMarginLeft: string;
|
|
2916
|
+
caretMarginRight: string;
|
|
2719
2917
|
usePrimaryColor: boolean;
|
|
2720
2918
|
}, {}, {
|
|
2721
2919
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -2739,11 +2937,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2739
2937
|
default: string;
|
|
2740
2938
|
required: false;
|
|
2741
2939
|
};
|
|
2940
|
+
marginRight: {
|
|
2941
|
+
type: StringConstructor;
|
|
2942
|
+
default: string;
|
|
2943
|
+
required: false;
|
|
2944
|
+
};
|
|
2742
2945
|
inline: {
|
|
2743
2946
|
type: BooleanConstructor;
|
|
2744
2947
|
default: boolean;
|
|
2745
2948
|
required: false;
|
|
2746
2949
|
};
|
|
2950
|
+
caretLeft: {
|
|
2951
|
+
type: BooleanConstructor;
|
|
2952
|
+
default: boolean;
|
|
2953
|
+
required: false;
|
|
2954
|
+
};
|
|
2747
2955
|
}>, {}, {}, {
|
|
2748
2956
|
computedClass(): string;
|
|
2749
2957
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -2767,17 +2975,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2767
2975
|
default: string;
|
|
2768
2976
|
required: false;
|
|
2769
2977
|
};
|
|
2978
|
+
marginRight: {
|
|
2979
|
+
type: StringConstructor;
|
|
2980
|
+
default: string;
|
|
2981
|
+
required: false;
|
|
2982
|
+
};
|
|
2770
2983
|
inline: {
|
|
2771
2984
|
type: BooleanConstructor;
|
|
2772
2985
|
default: boolean;
|
|
2773
2986
|
required: false;
|
|
2774
2987
|
};
|
|
2988
|
+
caretLeft: {
|
|
2989
|
+
type: BooleanConstructor;
|
|
2990
|
+
default: boolean;
|
|
2991
|
+
required: false;
|
|
2992
|
+
};
|
|
2775
2993
|
}>> & Readonly<{}>, {
|
|
2776
2994
|
inline: boolean;
|
|
2777
2995
|
passedWrapperClass: string;
|
|
2778
2996
|
arrowClass: string;
|
|
2779
2997
|
color: string;
|
|
2780
2998
|
marginLeft: string;
|
|
2999
|
+
marginRight: string;
|
|
3000
|
+
caretLeft: boolean;
|
|
2781
3001
|
}, {}, {
|
|
2782
3002
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2783
3003
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -3697,6 +3917,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3697
3917
|
required: false;
|
|
3698
3918
|
default: string;
|
|
3699
3919
|
};
|
|
3920
|
+
caretMarginRight: {
|
|
3921
|
+
type: StringConstructor;
|
|
3922
|
+
required: false;
|
|
3923
|
+
default: string;
|
|
3924
|
+
};
|
|
3925
|
+
caretLeft: {
|
|
3926
|
+
type: BooleanConstructor;
|
|
3927
|
+
required: false;
|
|
3928
|
+
default: boolean;
|
|
3929
|
+
};
|
|
3700
3930
|
usePrimaryColor: {
|
|
3701
3931
|
type: BooleanConstructor;
|
|
3702
3932
|
required: false;
|
|
@@ -3804,6 +4034,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3804
4034
|
required: false;
|
|
3805
4035
|
default: string;
|
|
3806
4036
|
};
|
|
4037
|
+
caretMarginRight: {
|
|
4038
|
+
type: StringConstructor;
|
|
4039
|
+
required: false;
|
|
4040
|
+
default: string;
|
|
4041
|
+
};
|
|
4042
|
+
caretLeft: {
|
|
4043
|
+
type: BooleanConstructor;
|
|
4044
|
+
required: false;
|
|
4045
|
+
default: boolean;
|
|
4046
|
+
};
|
|
3807
4047
|
usePrimaryColor: {
|
|
3808
4048
|
type: BooleanConstructor;
|
|
3809
4049
|
required: false;
|
|
@@ -3814,6 +4054,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3814
4054
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3815
4055
|
}>, {
|
|
3816
4056
|
title: string;
|
|
4057
|
+
caretLeft: boolean;
|
|
3817
4058
|
variant: "default" | "primary" | "secondary" | "none";
|
|
3818
4059
|
to: string | Record<string, any>;
|
|
3819
4060
|
exact: boolean;
|
|
@@ -3829,6 +4070,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3829
4070
|
caretInline: boolean;
|
|
3830
4071
|
caretColor: string;
|
|
3831
4072
|
caretMarginLeft: string;
|
|
4073
|
+
caretMarginRight: string;
|
|
3832
4074
|
usePrimaryColor: boolean;
|
|
3833
4075
|
}, {}, {
|
|
3834
4076
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -3852,11 +4094,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3852
4094
|
default: string;
|
|
3853
4095
|
required: false;
|
|
3854
4096
|
};
|
|
4097
|
+
marginRight: {
|
|
4098
|
+
type: StringConstructor;
|
|
4099
|
+
default: string;
|
|
4100
|
+
required: false;
|
|
4101
|
+
};
|
|
3855
4102
|
inline: {
|
|
3856
4103
|
type: BooleanConstructor;
|
|
3857
4104
|
default: boolean;
|
|
3858
4105
|
required: false;
|
|
3859
4106
|
};
|
|
4107
|
+
caretLeft: {
|
|
4108
|
+
type: BooleanConstructor;
|
|
4109
|
+
default: boolean;
|
|
4110
|
+
required: false;
|
|
4111
|
+
};
|
|
3860
4112
|
}>, {}, {}, {
|
|
3861
4113
|
computedClass(): string;
|
|
3862
4114
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -3880,17 +4132,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3880
4132
|
default: string;
|
|
3881
4133
|
required: false;
|
|
3882
4134
|
};
|
|
4135
|
+
marginRight: {
|
|
4136
|
+
type: StringConstructor;
|
|
4137
|
+
default: string;
|
|
4138
|
+
required: false;
|
|
4139
|
+
};
|
|
3883
4140
|
inline: {
|
|
3884
4141
|
type: BooleanConstructor;
|
|
3885
4142
|
default: boolean;
|
|
3886
4143
|
required: false;
|
|
3887
4144
|
};
|
|
4145
|
+
caretLeft: {
|
|
4146
|
+
type: BooleanConstructor;
|
|
4147
|
+
default: boolean;
|
|
4148
|
+
required: false;
|
|
4149
|
+
};
|
|
3888
4150
|
}>> & Readonly<{}>, {
|
|
3889
4151
|
inline: boolean;
|
|
3890
4152
|
passedWrapperClass: string;
|
|
3891
4153
|
arrowClass: string;
|
|
3892
4154
|
color: string;
|
|
3893
4155
|
marginLeft: string;
|
|
4156
|
+
marginRight: string;
|
|
4157
|
+
caretLeft: boolean;
|
|
3894
4158
|
}, {}, {
|
|
3895
4159
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3896
4160
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -4360,6 +4624,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4360
4624
|
required: false;
|
|
4361
4625
|
default: string;
|
|
4362
4626
|
};
|
|
4627
|
+
caretMarginRight: {
|
|
4628
|
+
type: StringConstructor;
|
|
4629
|
+
required: false;
|
|
4630
|
+
default: string;
|
|
4631
|
+
};
|
|
4632
|
+
caretLeft: {
|
|
4633
|
+
type: BooleanConstructor;
|
|
4634
|
+
required: false;
|
|
4635
|
+
default: boolean;
|
|
4636
|
+
};
|
|
4363
4637
|
usePrimaryColor: {
|
|
4364
4638
|
type: BooleanConstructor;
|
|
4365
4639
|
required: false;
|
|
@@ -4467,6 +4741,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4467
4741
|
required: false;
|
|
4468
4742
|
default: string;
|
|
4469
4743
|
};
|
|
4744
|
+
caretMarginRight: {
|
|
4745
|
+
type: StringConstructor;
|
|
4746
|
+
required: false;
|
|
4747
|
+
default: string;
|
|
4748
|
+
};
|
|
4749
|
+
caretLeft: {
|
|
4750
|
+
type: BooleanConstructor;
|
|
4751
|
+
required: false;
|
|
4752
|
+
default: boolean;
|
|
4753
|
+
};
|
|
4470
4754
|
usePrimaryColor: {
|
|
4471
4755
|
type: BooleanConstructor;
|
|
4472
4756
|
required: false;
|
|
@@ -4477,6 +4761,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4477
4761
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4478
4762
|
}>, {
|
|
4479
4763
|
title: string;
|
|
4764
|
+
caretLeft: boolean;
|
|
4480
4765
|
variant: "default" | "primary" | "secondary" | "none";
|
|
4481
4766
|
to: string | Record<string, any>;
|
|
4482
4767
|
exact: boolean;
|
|
@@ -4492,6 +4777,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4492
4777
|
caretInline: boolean;
|
|
4493
4778
|
caretColor: string;
|
|
4494
4779
|
caretMarginLeft: string;
|
|
4780
|
+
caretMarginRight: string;
|
|
4495
4781
|
usePrimaryColor: boolean;
|
|
4496
4782
|
}, {}, {
|
|
4497
4783
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -4515,11 +4801,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4515
4801
|
default: string;
|
|
4516
4802
|
required: false;
|
|
4517
4803
|
};
|
|
4804
|
+
marginRight: {
|
|
4805
|
+
type: StringConstructor;
|
|
4806
|
+
default: string;
|
|
4807
|
+
required: false;
|
|
4808
|
+
};
|
|
4518
4809
|
inline: {
|
|
4519
4810
|
type: BooleanConstructor;
|
|
4520
4811
|
default: boolean;
|
|
4521
4812
|
required: false;
|
|
4522
4813
|
};
|
|
4814
|
+
caretLeft: {
|
|
4815
|
+
type: BooleanConstructor;
|
|
4816
|
+
default: boolean;
|
|
4817
|
+
required: false;
|
|
4818
|
+
};
|
|
4523
4819
|
}>, {}, {}, {
|
|
4524
4820
|
computedClass(): string;
|
|
4525
4821
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -4543,17 +4839,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4543
4839
|
default: string;
|
|
4544
4840
|
required: false;
|
|
4545
4841
|
};
|
|
4842
|
+
marginRight: {
|
|
4843
|
+
type: StringConstructor;
|
|
4844
|
+
default: string;
|
|
4845
|
+
required: false;
|
|
4846
|
+
};
|
|
4546
4847
|
inline: {
|
|
4547
4848
|
type: BooleanConstructor;
|
|
4548
4849
|
default: boolean;
|
|
4549
4850
|
required: false;
|
|
4550
4851
|
};
|
|
4852
|
+
caretLeft: {
|
|
4853
|
+
type: BooleanConstructor;
|
|
4854
|
+
default: boolean;
|
|
4855
|
+
required: false;
|
|
4856
|
+
};
|
|
4551
4857
|
}>> & Readonly<{}>, {
|
|
4552
4858
|
inline: boolean;
|
|
4553
4859
|
passedWrapperClass: string;
|
|
4554
4860
|
arrowClass: string;
|
|
4555
4861
|
color: string;
|
|
4556
4862
|
marginLeft: string;
|
|
4863
|
+
marginRight: string;
|
|
4864
|
+
caretLeft: boolean;
|
|
4557
4865
|
}, {}, {
|
|
4558
4866
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4559
4867
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -5203,6 +5511,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5203
5511
|
required: false;
|
|
5204
5512
|
default: string;
|
|
5205
5513
|
};
|
|
5514
|
+
caretMarginRight: {
|
|
5515
|
+
type: StringConstructor;
|
|
5516
|
+
required: false;
|
|
5517
|
+
default: string;
|
|
5518
|
+
};
|
|
5519
|
+
caretLeft: {
|
|
5520
|
+
type: BooleanConstructor;
|
|
5521
|
+
required: false;
|
|
5522
|
+
default: boolean;
|
|
5523
|
+
};
|
|
5206
5524
|
usePrimaryColor: {
|
|
5207
5525
|
type: BooleanConstructor;
|
|
5208
5526
|
required: false;
|
|
@@ -5310,6 +5628,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5310
5628
|
required: false;
|
|
5311
5629
|
default: string;
|
|
5312
5630
|
};
|
|
5631
|
+
caretMarginRight: {
|
|
5632
|
+
type: StringConstructor;
|
|
5633
|
+
required: false;
|
|
5634
|
+
default: string;
|
|
5635
|
+
};
|
|
5636
|
+
caretLeft: {
|
|
5637
|
+
type: BooleanConstructor;
|
|
5638
|
+
required: false;
|
|
5639
|
+
default: boolean;
|
|
5640
|
+
};
|
|
5313
5641
|
usePrimaryColor: {
|
|
5314
5642
|
type: BooleanConstructor;
|
|
5315
5643
|
required: false;
|
|
@@ -5320,6 +5648,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5320
5648
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5321
5649
|
}>, {
|
|
5322
5650
|
title: string;
|
|
5651
|
+
caretLeft: boolean;
|
|
5323
5652
|
variant: "default" | "primary" | "secondary" | "none";
|
|
5324
5653
|
to: string | Record<string, any>;
|
|
5325
5654
|
exact: boolean;
|
|
@@ -5335,6 +5664,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5335
5664
|
caretInline: boolean;
|
|
5336
5665
|
caretColor: string;
|
|
5337
5666
|
caretMarginLeft: string;
|
|
5667
|
+
caretMarginRight: string;
|
|
5338
5668
|
usePrimaryColor: boolean;
|
|
5339
5669
|
}, {}, {
|
|
5340
5670
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -5358,11 +5688,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5358
5688
|
default: string;
|
|
5359
5689
|
required: false;
|
|
5360
5690
|
};
|
|
5691
|
+
marginRight: {
|
|
5692
|
+
type: StringConstructor;
|
|
5693
|
+
default: string;
|
|
5694
|
+
required: false;
|
|
5695
|
+
};
|
|
5361
5696
|
inline: {
|
|
5362
5697
|
type: BooleanConstructor;
|
|
5363
5698
|
default: boolean;
|
|
5364
5699
|
required: false;
|
|
5365
5700
|
};
|
|
5701
|
+
caretLeft: {
|
|
5702
|
+
type: BooleanConstructor;
|
|
5703
|
+
default: boolean;
|
|
5704
|
+
required: false;
|
|
5705
|
+
};
|
|
5366
5706
|
}>, {}, {}, {
|
|
5367
5707
|
computedClass(): string;
|
|
5368
5708
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -5386,17 +5726,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5386
5726
|
default: string;
|
|
5387
5727
|
required: false;
|
|
5388
5728
|
};
|
|
5729
|
+
marginRight: {
|
|
5730
|
+
type: StringConstructor;
|
|
5731
|
+
default: string;
|
|
5732
|
+
required: false;
|
|
5733
|
+
};
|
|
5389
5734
|
inline: {
|
|
5390
5735
|
type: BooleanConstructor;
|
|
5391
5736
|
default: boolean;
|
|
5392
5737
|
required: false;
|
|
5393
5738
|
};
|
|
5739
|
+
caretLeft: {
|
|
5740
|
+
type: BooleanConstructor;
|
|
5741
|
+
default: boolean;
|
|
5742
|
+
required: false;
|
|
5743
|
+
};
|
|
5394
5744
|
}>> & Readonly<{}>, {
|
|
5395
5745
|
inline: boolean;
|
|
5396
5746
|
passedWrapperClass: string;
|
|
5397
5747
|
arrowClass: string;
|
|
5398
5748
|
color: string;
|
|
5399
5749
|
marginLeft: string;
|
|
5750
|
+
marginRight: string;
|
|
5751
|
+
caretLeft: boolean;
|
|
5400
5752
|
}, {}, {
|
|
5401
5753
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5402
5754
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -5531,6 +5883,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5531
5883
|
required: false;
|
|
5532
5884
|
default: string;
|
|
5533
5885
|
};
|
|
5886
|
+
caretMarginRight: {
|
|
5887
|
+
type: StringConstructor;
|
|
5888
|
+
required: false;
|
|
5889
|
+
default: string;
|
|
5890
|
+
};
|
|
5891
|
+
caretLeft: {
|
|
5892
|
+
type: BooleanConstructor;
|
|
5893
|
+
required: false;
|
|
5894
|
+
default: boolean;
|
|
5895
|
+
};
|
|
5534
5896
|
usePrimaryColor: {
|
|
5535
5897
|
type: BooleanConstructor;
|
|
5536
5898
|
required: false;
|
|
@@ -5638,6 +6000,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5638
6000
|
required: false;
|
|
5639
6001
|
default: string;
|
|
5640
6002
|
};
|
|
6003
|
+
caretMarginRight: {
|
|
6004
|
+
type: StringConstructor;
|
|
6005
|
+
required: false;
|
|
6006
|
+
default: string;
|
|
6007
|
+
};
|
|
6008
|
+
caretLeft: {
|
|
6009
|
+
type: BooleanConstructor;
|
|
6010
|
+
required: false;
|
|
6011
|
+
default: boolean;
|
|
6012
|
+
};
|
|
5641
6013
|
usePrimaryColor: {
|
|
5642
6014
|
type: BooleanConstructor;
|
|
5643
6015
|
required: false;
|
|
@@ -5648,6 +6020,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5648
6020
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5649
6021
|
}>, {
|
|
5650
6022
|
title: string;
|
|
6023
|
+
caretLeft: boolean;
|
|
5651
6024
|
variant: "default" | "primary" | "secondary" | "none";
|
|
5652
6025
|
to: string | Record<string, any>;
|
|
5653
6026
|
exact: boolean;
|
|
@@ -5663,6 +6036,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5663
6036
|
caretInline: boolean;
|
|
5664
6037
|
caretColor: string;
|
|
5665
6038
|
caretMarginLeft: string;
|
|
6039
|
+
caretMarginRight: string;
|
|
5666
6040
|
usePrimaryColor: boolean;
|
|
5667
6041
|
}, {}, {
|
|
5668
6042
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -5686,11 +6060,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5686
6060
|
default: string;
|
|
5687
6061
|
required: false;
|
|
5688
6062
|
};
|
|
6063
|
+
marginRight: {
|
|
6064
|
+
type: StringConstructor;
|
|
6065
|
+
default: string;
|
|
6066
|
+
required: false;
|
|
6067
|
+
};
|
|
5689
6068
|
inline: {
|
|
5690
6069
|
type: BooleanConstructor;
|
|
5691
6070
|
default: boolean;
|
|
5692
6071
|
required: false;
|
|
5693
6072
|
};
|
|
6073
|
+
caretLeft: {
|
|
6074
|
+
type: BooleanConstructor;
|
|
6075
|
+
default: boolean;
|
|
6076
|
+
required: false;
|
|
6077
|
+
};
|
|
5694
6078
|
}>, {}, {}, {
|
|
5695
6079
|
computedClass(): string;
|
|
5696
6080
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -5714,17 +6098,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5714
6098
|
default: string;
|
|
5715
6099
|
required: false;
|
|
5716
6100
|
};
|
|
6101
|
+
marginRight: {
|
|
6102
|
+
type: StringConstructor;
|
|
6103
|
+
default: string;
|
|
6104
|
+
required: false;
|
|
6105
|
+
};
|
|
5717
6106
|
inline: {
|
|
5718
6107
|
type: BooleanConstructor;
|
|
5719
6108
|
default: boolean;
|
|
5720
6109
|
required: false;
|
|
5721
6110
|
};
|
|
6111
|
+
caretLeft: {
|
|
6112
|
+
type: BooleanConstructor;
|
|
6113
|
+
default: boolean;
|
|
6114
|
+
required: false;
|
|
6115
|
+
};
|
|
5722
6116
|
}>> & Readonly<{}>, {
|
|
5723
6117
|
inline: boolean;
|
|
5724
6118
|
passedWrapperClass: string;
|
|
5725
6119
|
arrowClass: string;
|
|
5726
6120
|
color: string;
|
|
5727
6121
|
marginLeft: string;
|
|
6122
|
+
marginRight: string;
|
|
6123
|
+
caretLeft: boolean;
|
|
5728
6124
|
}, {}, {
|
|
5729
6125
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5730
6126
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -6737,6 +7133,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6737
7133
|
required: false;
|
|
6738
7134
|
default: string;
|
|
6739
7135
|
};
|
|
7136
|
+
caretMarginRight: {
|
|
7137
|
+
type: StringConstructor;
|
|
7138
|
+
required: false;
|
|
7139
|
+
default: string;
|
|
7140
|
+
};
|
|
7141
|
+
caretLeft: {
|
|
7142
|
+
type: BooleanConstructor;
|
|
7143
|
+
required: false;
|
|
7144
|
+
default: boolean;
|
|
7145
|
+
};
|
|
6740
7146
|
usePrimaryColor: {
|
|
6741
7147
|
type: BooleanConstructor;
|
|
6742
7148
|
required: false;
|
|
@@ -6844,6 +7250,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6844
7250
|
required: false;
|
|
6845
7251
|
default: string;
|
|
6846
7252
|
};
|
|
7253
|
+
caretMarginRight: {
|
|
7254
|
+
type: StringConstructor;
|
|
7255
|
+
required: false;
|
|
7256
|
+
default: string;
|
|
7257
|
+
};
|
|
7258
|
+
caretLeft: {
|
|
7259
|
+
type: BooleanConstructor;
|
|
7260
|
+
required: false;
|
|
7261
|
+
default: boolean;
|
|
7262
|
+
};
|
|
6847
7263
|
usePrimaryColor: {
|
|
6848
7264
|
type: BooleanConstructor;
|
|
6849
7265
|
required: false;
|
|
@@ -6854,6 +7270,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6854
7270
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6855
7271
|
}>, {
|
|
6856
7272
|
title: string;
|
|
7273
|
+
caretLeft: boolean;
|
|
6857
7274
|
variant: "default" | "primary" | "secondary" | "none";
|
|
6858
7275
|
to: string | Record<string, any>;
|
|
6859
7276
|
exact: boolean;
|
|
@@ -6869,6 +7286,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6869
7286
|
caretInline: boolean;
|
|
6870
7287
|
caretColor: string;
|
|
6871
7288
|
caretMarginLeft: string;
|
|
7289
|
+
caretMarginRight: string;
|
|
6872
7290
|
usePrimaryColor: boolean;
|
|
6873
7291
|
}, {}, {
|
|
6874
7292
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -6892,11 +7310,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6892
7310
|
default: string;
|
|
6893
7311
|
required: false;
|
|
6894
7312
|
};
|
|
7313
|
+
marginRight: {
|
|
7314
|
+
type: StringConstructor;
|
|
7315
|
+
default: string;
|
|
7316
|
+
required: false;
|
|
7317
|
+
};
|
|
6895
7318
|
inline: {
|
|
6896
7319
|
type: BooleanConstructor;
|
|
6897
7320
|
default: boolean;
|
|
6898
7321
|
required: false;
|
|
6899
7322
|
};
|
|
7323
|
+
caretLeft: {
|
|
7324
|
+
type: BooleanConstructor;
|
|
7325
|
+
default: boolean;
|
|
7326
|
+
required: false;
|
|
7327
|
+
};
|
|
6900
7328
|
}>, {}, {}, {
|
|
6901
7329
|
computedClass(): string;
|
|
6902
7330
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -6920,17 +7348,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6920
7348
|
default: string;
|
|
6921
7349
|
required: false;
|
|
6922
7350
|
};
|
|
7351
|
+
marginRight: {
|
|
7352
|
+
type: StringConstructor;
|
|
7353
|
+
default: string;
|
|
7354
|
+
required: false;
|
|
7355
|
+
};
|
|
6923
7356
|
inline: {
|
|
6924
7357
|
type: BooleanConstructor;
|
|
6925
7358
|
default: boolean;
|
|
6926
7359
|
required: false;
|
|
6927
7360
|
};
|
|
7361
|
+
caretLeft: {
|
|
7362
|
+
type: BooleanConstructor;
|
|
7363
|
+
default: boolean;
|
|
7364
|
+
required: false;
|
|
7365
|
+
};
|
|
6928
7366
|
}>> & Readonly<{}>, {
|
|
6929
7367
|
inline: boolean;
|
|
6930
7368
|
passedWrapperClass: string;
|
|
6931
7369
|
arrowClass: string;
|
|
6932
7370
|
color: string;
|
|
6933
7371
|
marginLeft: string;
|
|
7372
|
+
marginRight: string;
|
|
7373
|
+
caretLeft: boolean;
|
|
6934
7374
|
}, {}, {
|
|
6935
7375
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6936
7376
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -7397,6 +7837,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7397
7837
|
required: false;
|
|
7398
7838
|
default: string;
|
|
7399
7839
|
};
|
|
7840
|
+
caretMarginRight: {
|
|
7841
|
+
type: StringConstructor;
|
|
7842
|
+
required: false;
|
|
7843
|
+
default: string;
|
|
7844
|
+
};
|
|
7845
|
+
caretLeft: {
|
|
7846
|
+
type: BooleanConstructor;
|
|
7847
|
+
required: false;
|
|
7848
|
+
default: boolean;
|
|
7849
|
+
};
|
|
7400
7850
|
usePrimaryColor: {
|
|
7401
7851
|
type: BooleanConstructor;
|
|
7402
7852
|
required: false;
|
|
@@ -7504,6 +7954,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7504
7954
|
required: false;
|
|
7505
7955
|
default: string;
|
|
7506
7956
|
};
|
|
7957
|
+
caretMarginRight: {
|
|
7958
|
+
type: StringConstructor;
|
|
7959
|
+
required: false;
|
|
7960
|
+
default: string;
|
|
7961
|
+
};
|
|
7962
|
+
caretLeft: {
|
|
7963
|
+
type: BooleanConstructor;
|
|
7964
|
+
required: false;
|
|
7965
|
+
default: boolean;
|
|
7966
|
+
};
|
|
7507
7967
|
usePrimaryColor: {
|
|
7508
7968
|
type: BooleanConstructor;
|
|
7509
7969
|
required: false;
|
|
@@ -7514,6 +7974,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7514
7974
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7515
7975
|
}>, {
|
|
7516
7976
|
title: string;
|
|
7977
|
+
caretLeft: boolean;
|
|
7517
7978
|
variant: "default" | "primary" | "secondary" | "none";
|
|
7518
7979
|
to: string | Record<string, any>;
|
|
7519
7980
|
exact: boolean;
|
|
@@ -7529,6 +7990,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7529
7990
|
caretInline: boolean;
|
|
7530
7991
|
caretColor: string;
|
|
7531
7992
|
caretMarginLeft: string;
|
|
7993
|
+
caretMarginRight: string;
|
|
7532
7994
|
usePrimaryColor: boolean;
|
|
7533
7995
|
}, {}, {
|
|
7534
7996
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -7552,11 +8014,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7552
8014
|
default: string;
|
|
7553
8015
|
required: false;
|
|
7554
8016
|
};
|
|
8017
|
+
marginRight: {
|
|
8018
|
+
type: StringConstructor;
|
|
8019
|
+
default: string;
|
|
8020
|
+
required: false;
|
|
8021
|
+
};
|
|
7555
8022
|
inline: {
|
|
7556
8023
|
type: BooleanConstructor;
|
|
7557
8024
|
default: boolean;
|
|
7558
8025
|
required: false;
|
|
7559
8026
|
};
|
|
8027
|
+
caretLeft: {
|
|
8028
|
+
type: BooleanConstructor;
|
|
8029
|
+
default: boolean;
|
|
8030
|
+
required: false;
|
|
8031
|
+
};
|
|
7560
8032
|
}>, {}, {}, {
|
|
7561
8033
|
computedClass(): string;
|
|
7562
8034
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -7580,17 +8052,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7580
8052
|
default: string;
|
|
7581
8053
|
required: false;
|
|
7582
8054
|
};
|
|
8055
|
+
marginRight: {
|
|
8056
|
+
type: StringConstructor;
|
|
8057
|
+
default: string;
|
|
8058
|
+
required: false;
|
|
8059
|
+
};
|
|
7583
8060
|
inline: {
|
|
7584
8061
|
type: BooleanConstructor;
|
|
7585
8062
|
default: boolean;
|
|
7586
8063
|
required: false;
|
|
7587
8064
|
};
|
|
8065
|
+
caretLeft: {
|
|
8066
|
+
type: BooleanConstructor;
|
|
8067
|
+
default: boolean;
|
|
8068
|
+
required: false;
|
|
8069
|
+
};
|
|
7588
8070
|
}>> & Readonly<{}>, {
|
|
7589
8071
|
inline: boolean;
|
|
7590
8072
|
passedWrapperClass: string;
|
|
7591
8073
|
arrowClass: string;
|
|
7592
8074
|
color: string;
|
|
7593
8075
|
marginLeft: string;
|
|
8076
|
+
marginRight: string;
|
|
8077
|
+
caretLeft: boolean;
|
|
7594
8078
|
}, {}, {
|
|
7595
8079
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7596
8080
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -7946,6 +8430,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7946
8430
|
required: false;
|
|
7947
8431
|
default: string;
|
|
7948
8432
|
};
|
|
8433
|
+
caretMarginRight: {
|
|
8434
|
+
type: StringConstructor;
|
|
8435
|
+
required: false;
|
|
8436
|
+
default: string;
|
|
8437
|
+
};
|
|
8438
|
+
caretLeft: {
|
|
8439
|
+
type: BooleanConstructor;
|
|
8440
|
+
required: false;
|
|
8441
|
+
default: boolean;
|
|
8442
|
+
};
|
|
7949
8443
|
usePrimaryColor: {
|
|
7950
8444
|
type: BooleanConstructor;
|
|
7951
8445
|
required: false;
|
|
@@ -8053,6 +8547,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8053
8547
|
required: false;
|
|
8054
8548
|
default: string;
|
|
8055
8549
|
};
|
|
8550
|
+
caretMarginRight: {
|
|
8551
|
+
type: StringConstructor;
|
|
8552
|
+
required: false;
|
|
8553
|
+
default: string;
|
|
8554
|
+
};
|
|
8555
|
+
caretLeft: {
|
|
8556
|
+
type: BooleanConstructor;
|
|
8557
|
+
required: false;
|
|
8558
|
+
default: boolean;
|
|
8559
|
+
};
|
|
8056
8560
|
usePrimaryColor: {
|
|
8057
8561
|
type: BooleanConstructor;
|
|
8058
8562
|
required: false;
|
|
@@ -8063,6 +8567,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8063
8567
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
8064
8568
|
}>, {
|
|
8065
8569
|
title: string;
|
|
8570
|
+
caretLeft: boolean;
|
|
8066
8571
|
variant: "default" | "primary" | "secondary" | "none";
|
|
8067
8572
|
to: string | Record<string, any>;
|
|
8068
8573
|
exact: boolean;
|
|
@@ -8078,6 +8583,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8078
8583
|
caretInline: boolean;
|
|
8079
8584
|
caretColor: string;
|
|
8080
8585
|
caretMarginLeft: string;
|
|
8586
|
+
caretMarginRight: string;
|
|
8081
8587
|
usePrimaryColor: boolean;
|
|
8082
8588
|
}, {}, {
|
|
8083
8589
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -8101,11 +8607,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8101
8607
|
default: string;
|
|
8102
8608
|
required: false;
|
|
8103
8609
|
};
|
|
8610
|
+
marginRight: {
|
|
8611
|
+
type: StringConstructor;
|
|
8612
|
+
default: string;
|
|
8613
|
+
required: false;
|
|
8614
|
+
};
|
|
8104
8615
|
inline: {
|
|
8105
8616
|
type: BooleanConstructor;
|
|
8106
8617
|
default: boolean;
|
|
8107
8618
|
required: false;
|
|
8108
8619
|
};
|
|
8620
|
+
caretLeft: {
|
|
8621
|
+
type: BooleanConstructor;
|
|
8622
|
+
default: boolean;
|
|
8623
|
+
required: false;
|
|
8624
|
+
};
|
|
8109
8625
|
}>, {}, {}, {
|
|
8110
8626
|
computedClass(): string;
|
|
8111
8627
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -8129,17 +8645,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8129
8645
|
default: string;
|
|
8130
8646
|
required: false;
|
|
8131
8647
|
};
|
|
8648
|
+
marginRight: {
|
|
8649
|
+
type: StringConstructor;
|
|
8650
|
+
default: string;
|
|
8651
|
+
required: false;
|
|
8652
|
+
};
|
|
8132
8653
|
inline: {
|
|
8133
8654
|
type: BooleanConstructor;
|
|
8134
8655
|
default: boolean;
|
|
8135
8656
|
required: false;
|
|
8136
8657
|
};
|
|
8658
|
+
caretLeft: {
|
|
8659
|
+
type: BooleanConstructor;
|
|
8660
|
+
default: boolean;
|
|
8661
|
+
required: false;
|
|
8662
|
+
};
|
|
8137
8663
|
}>> & Readonly<{}>, {
|
|
8138
8664
|
inline: boolean;
|
|
8139
8665
|
passedWrapperClass: string;
|
|
8140
8666
|
arrowClass: string;
|
|
8141
8667
|
color: string;
|
|
8142
8668
|
marginLeft: string;
|
|
8669
|
+
marginRight: string;
|
|
8670
|
+
caretLeft: boolean;
|
|
8143
8671
|
}, {}, {
|
|
8144
8672
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8145
8673
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -8597,6 +9125,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8597
9125
|
required: false;
|
|
8598
9126
|
default: string;
|
|
8599
9127
|
};
|
|
9128
|
+
caretMarginRight: {
|
|
9129
|
+
type: StringConstructor;
|
|
9130
|
+
required: false;
|
|
9131
|
+
default: string;
|
|
9132
|
+
};
|
|
9133
|
+
caretLeft: {
|
|
9134
|
+
type: BooleanConstructor;
|
|
9135
|
+
required: false;
|
|
9136
|
+
default: boolean;
|
|
9137
|
+
};
|
|
8600
9138
|
usePrimaryColor: {
|
|
8601
9139
|
type: BooleanConstructor;
|
|
8602
9140
|
required: false;
|
|
@@ -8704,6 +9242,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8704
9242
|
required: false;
|
|
8705
9243
|
default: string;
|
|
8706
9244
|
};
|
|
9245
|
+
caretMarginRight: {
|
|
9246
|
+
type: StringConstructor;
|
|
9247
|
+
required: false;
|
|
9248
|
+
default: string;
|
|
9249
|
+
};
|
|
9250
|
+
caretLeft: {
|
|
9251
|
+
type: BooleanConstructor;
|
|
9252
|
+
required: false;
|
|
9253
|
+
default: boolean;
|
|
9254
|
+
};
|
|
8707
9255
|
usePrimaryColor: {
|
|
8708
9256
|
type: BooleanConstructor;
|
|
8709
9257
|
required: false;
|
|
@@ -8714,6 +9262,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8714
9262
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
8715
9263
|
}>, {
|
|
8716
9264
|
title: string;
|
|
9265
|
+
caretLeft: boolean;
|
|
8717
9266
|
variant: "default" | "primary" | "secondary" | "none";
|
|
8718
9267
|
to: string | Record<string, any>;
|
|
8719
9268
|
exact: boolean;
|
|
@@ -8729,6 +9278,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8729
9278
|
caretInline: boolean;
|
|
8730
9279
|
caretColor: string;
|
|
8731
9280
|
caretMarginLeft: string;
|
|
9281
|
+
caretMarginRight: string;
|
|
8732
9282
|
usePrimaryColor: boolean;
|
|
8733
9283
|
}, {}, {
|
|
8734
9284
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -8752,11 +9302,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8752
9302
|
default: string;
|
|
8753
9303
|
required: false;
|
|
8754
9304
|
};
|
|
9305
|
+
marginRight: {
|
|
9306
|
+
type: StringConstructor;
|
|
9307
|
+
default: string;
|
|
9308
|
+
required: false;
|
|
9309
|
+
};
|
|
8755
9310
|
inline: {
|
|
8756
9311
|
type: BooleanConstructor;
|
|
8757
9312
|
default: boolean;
|
|
8758
9313
|
required: false;
|
|
8759
9314
|
};
|
|
9315
|
+
caretLeft: {
|
|
9316
|
+
type: BooleanConstructor;
|
|
9317
|
+
default: boolean;
|
|
9318
|
+
required: false;
|
|
9319
|
+
};
|
|
8760
9320
|
}>, {}, {}, {
|
|
8761
9321
|
computedClass(): string;
|
|
8762
9322
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -8780,17 +9340,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8780
9340
|
default: string;
|
|
8781
9341
|
required: false;
|
|
8782
9342
|
};
|
|
9343
|
+
marginRight: {
|
|
9344
|
+
type: StringConstructor;
|
|
9345
|
+
default: string;
|
|
9346
|
+
required: false;
|
|
9347
|
+
};
|
|
8783
9348
|
inline: {
|
|
8784
9349
|
type: BooleanConstructor;
|
|
8785
9350
|
default: boolean;
|
|
8786
9351
|
required: false;
|
|
8787
9352
|
};
|
|
9353
|
+
caretLeft: {
|
|
9354
|
+
type: BooleanConstructor;
|
|
9355
|
+
default: boolean;
|
|
9356
|
+
required: false;
|
|
9357
|
+
};
|
|
8788
9358
|
}>> & Readonly<{}>, {
|
|
8789
9359
|
inline: boolean;
|
|
8790
9360
|
passedWrapperClass: string;
|
|
8791
9361
|
arrowClass: string;
|
|
8792
9362
|
color: string;
|
|
8793
9363
|
marginLeft: string;
|
|
9364
|
+
marginRight: string;
|
|
9365
|
+
caretLeft: boolean;
|
|
8794
9366
|
}, {}, {
|
|
8795
9367
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8796
9368
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -9207,6 +9779,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9207
9779
|
required: false;
|
|
9208
9780
|
default: string;
|
|
9209
9781
|
};
|
|
9782
|
+
caretMarginRight: {
|
|
9783
|
+
type: StringConstructor;
|
|
9784
|
+
required: false;
|
|
9785
|
+
default: string;
|
|
9786
|
+
};
|
|
9787
|
+
caretLeft: {
|
|
9788
|
+
type: BooleanConstructor;
|
|
9789
|
+
required: false;
|
|
9790
|
+
default: boolean;
|
|
9791
|
+
};
|
|
9210
9792
|
usePrimaryColor: {
|
|
9211
9793
|
type: BooleanConstructor;
|
|
9212
9794
|
required: false;
|
|
@@ -9314,6 +9896,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9314
9896
|
required: false;
|
|
9315
9897
|
default: string;
|
|
9316
9898
|
};
|
|
9899
|
+
caretMarginRight: {
|
|
9900
|
+
type: StringConstructor;
|
|
9901
|
+
required: false;
|
|
9902
|
+
default: string;
|
|
9903
|
+
};
|
|
9904
|
+
caretLeft: {
|
|
9905
|
+
type: BooleanConstructor;
|
|
9906
|
+
required: false;
|
|
9907
|
+
default: boolean;
|
|
9908
|
+
};
|
|
9317
9909
|
usePrimaryColor: {
|
|
9318
9910
|
type: BooleanConstructor;
|
|
9319
9911
|
required: false;
|
|
@@ -9324,6 +9916,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9324
9916
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
9325
9917
|
}>, {
|
|
9326
9918
|
title: string;
|
|
9919
|
+
caretLeft: boolean;
|
|
9327
9920
|
variant: "default" | "primary" | "secondary" | "none";
|
|
9328
9921
|
to: string | Record<string, any>;
|
|
9329
9922
|
exact: boolean;
|
|
@@ -9339,6 +9932,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9339
9932
|
caretInline: boolean;
|
|
9340
9933
|
caretColor: string;
|
|
9341
9934
|
caretMarginLeft: string;
|
|
9935
|
+
caretMarginRight: string;
|
|
9342
9936
|
usePrimaryColor: boolean;
|
|
9343
9937
|
}, {}, {
|
|
9344
9938
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -9362,11 +9956,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9362
9956
|
default: string;
|
|
9363
9957
|
required: false;
|
|
9364
9958
|
};
|
|
9959
|
+
marginRight: {
|
|
9960
|
+
type: StringConstructor;
|
|
9961
|
+
default: string;
|
|
9962
|
+
required: false;
|
|
9963
|
+
};
|
|
9365
9964
|
inline: {
|
|
9366
9965
|
type: BooleanConstructor;
|
|
9367
9966
|
default: boolean;
|
|
9368
9967
|
required: false;
|
|
9369
9968
|
};
|
|
9969
|
+
caretLeft: {
|
|
9970
|
+
type: BooleanConstructor;
|
|
9971
|
+
default: boolean;
|
|
9972
|
+
required: false;
|
|
9973
|
+
};
|
|
9370
9974
|
}>, {}, {}, {
|
|
9371
9975
|
computedClass(): string;
|
|
9372
9976
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -9390,17 +9994,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9390
9994
|
default: string;
|
|
9391
9995
|
required: false;
|
|
9392
9996
|
};
|
|
9997
|
+
marginRight: {
|
|
9998
|
+
type: StringConstructor;
|
|
9999
|
+
default: string;
|
|
10000
|
+
required: false;
|
|
10001
|
+
};
|
|
9393
10002
|
inline: {
|
|
9394
10003
|
type: BooleanConstructor;
|
|
9395
10004
|
default: boolean;
|
|
9396
10005
|
required: false;
|
|
9397
10006
|
};
|
|
10007
|
+
caretLeft: {
|
|
10008
|
+
type: BooleanConstructor;
|
|
10009
|
+
default: boolean;
|
|
10010
|
+
required: false;
|
|
10011
|
+
};
|
|
9398
10012
|
}>> & Readonly<{}>, {
|
|
9399
10013
|
inline: boolean;
|
|
9400
10014
|
passedWrapperClass: string;
|
|
9401
10015
|
arrowClass: string;
|
|
9402
10016
|
color: string;
|
|
9403
10017
|
marginLeft: string;
|
|
10018
|
+
marginRight: string;
|
|
10019
|
+
caretLeft: boolean;
|
|
9404
10020
|
}, {}, {
|
|
9405
10021
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9406
10022
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -9686,6 +10302,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9686
10302
|
required: false;
|
|
9687
10303
|
default: string;
|
|
9688
10304
|
};
|
|
10305
|
+
caretMarginRight: {
|
|
10306
|
+
type: StringConstructor;
|
|
10307
|
+
required: false;
|
|
10308
|
+
default: string;
|
|
10309
|
+
};
|
|
10310
|
+
caretLeft: {
|
|
10311
|
+
type: BooleanConstructor;
|
|
10312
|
+
required: false;
|
|
10313
|
+
default: boolean;
|
|
10314
|
+
};
|
|
9689
10315
|
usePrimaryColor: {
|
|
9690
10316
|
type: BooleanConstructor;
|
|
9691
10317
|
required: false;
|
|
@@ -9793,6 +10419,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9793
10419
|
required: false;
|
|
9794
10420
|
default: string;
|
|
9795
10421
|
};
|
|
10422
|
+
caretMarginRight: {
|
|
10423
|
+
type: StringConstructor;
|
|
10424
|
+
required: false;
|
|
10425
|
+
default: string;
|
|
10426
|
+
};
|
|
10427
|
+
caretLeft: {
|
|
10428
|
+
type: BooleanConstructor;
|
|
10429
|
+
required: false;
|
|
10430
|
+
default: boolean;
|
|
10431
|
+
};
|
|
9796
10432
|
usePrimaryColor: {
|
|
9797
10433
|
type: BooleanConstructor;
|
|
9798
10434
|
required: false;
|
|
@@ -9803,6 +10439,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9803
10439
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
9804
10440
|
}>, {
|
|
9805
10441
|
title: string;
|
|
10442
|
+
caretLeft: boolean;
|
|
9806
10443
|
variant: "default" | "primary" | "secondary" | "none";
|
|
9807
10444
|
to: string | Record<string, any>;
|
|
9808
10445
|
exact: boolean;
|
|
@@ -9818,6 +10455,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9818
10455
|
caretInline: boolean;
|
|
9819
10456
|
caretColor: string;
|
|
9820
10457
|
caretMarginLeft: string;
|
|
10458
|
+
caretMarginRight: string;
|
|
9821
10459
|
usePrimaryColor: boolean;
|
|
9822
10460
|
}, {}, {
|
|
9823
10461
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -9841,11 +10479,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9841
10479
|
default: string;
|
|
9842
10480
|
required: false;
|
|
9843
10481
|
};
|
|
10482
|
+
marginRight: {
|
|
10483
|
+
type: StringConstructor;
|
|
10484
|
+
default: string;
|
|
10485
|
+
required: false;
|
|
10486
|
+
};
|
|
9844
10487
|
inline: {
|
|
9845
10488
|
type: BooleanConstructor;
|
|
9846
10489
|
default: boolean;
|
|
9847
10490
|
required: false;
|
|
9848
10491
|
};
|
|
10492
|
+
caretLeft: {
|
|
10493
|
+
type: BooleanConstructor;
|
|
10494
|
+
default: boolean;
|
|
10495
|
+
required: false;
|
|
10496
|
+
};
|
|
9849
10497
|
}>, {}, {}, {
|
|
9850
10498
|
computedClass(): string;
|
|
9851
10499
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -9869,17 +10517,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9869
10517
|
default: string;
|
|
9870
10518
|
required: false;
|
|
9871
10519
|
};
|
|
10520
|
+
marginRight: {
|
|
10521
|
+
type: StringConstructor;
|
|
10522
|
+
default: string;
|
|
10523
|
+
required: false;
|
|
10524
|
+
};
|
|
9872
10525
|
inline: {
|
|
9873
10526
|
type: BooleanConstructor;
|
|
9874
10527
|
default: boolean;
|
|
9875
10528
|
required: false;
|
|
9876
10529
|
};
|
|
10530
|
+
caretLeft: {
|
|
10531
|
+
type: BooleanConstructor;
|
|
10532
|
+
default: boolean;
|
|
10533
|
+
required: false;
|
|
10534
|
+
};
|
|
9877
10535
|
}>> & Readonly<{}>, {
|
|
9878
10536
|
inline: boolean;
|
|
9879
10537
|
passedWrapperClass: string;
|
|
9880
10538
|
arrowClass: string;
|
|
9881
10539
|
color: string;
|
|
9882
10540
|
marginLeft: string;
|
|
10541
|
+
marginRight: string;
|
|
10542
|
+
caretLeft: boolean;
|
|
9883
10543
|
}, {}, {
|
|
9884
10544
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9885
10545
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -10149,6 +10809,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10149
10809
|
required: false;
|
|
10150
10810
|
default: string;
|
|
10151
10811
|
};
|
|
10812
|
+
caretMarginRight: {
|
|
10813
|
+
type: StringConstructor;
|
|
10814
|
+
required: false;
|
|
10815
|
+
default: string;
|
|
10816
|
+
};
|
|
10817
|
+
caretLeft: {
|
|
10818
|
+
type: BooleanConstructor;
|
|
10819
|
+
required: false;
|
|
10820
|
+
default: boolean;
|
|
10821
|
+
};
|
|
10152
10822
|
usePrimaryColor: {
|
|
10153
10823
|
type: BooleanConstructor;
|
|
10154
10824
|
required: false;
|
|
@@ -10256,6 +10926,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10256
10926
|
required: false;
|
|
10257
10927
|
default: string;
|
|
10258
10928
|
};
|
|
10929
|
+
caretMarginRight: {
|
|
10930
|
+
type: StringConstructor;
|
|
10931
|
+
required: false;
|
|
10932
|
+
default: string;
|
|
10933
|
+
};
|
|
10934
|
+
caretLeft: {
|
|
10935
|
+
type: BooleanConstructor;
|
|
10936
|
+
required: false;
|
|
10937
|
+
default: boolean;
|
|
10938
|
+
};
|
|
10259
10939
|
usePrimaryColor: {
|
|
10260
10940
|
type: BooleanConstructor;
|
|
10261
10941
|
required: false;
|
|
@@ -10266,6 +10946,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10266
10946
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
10267
10947
|
}>, {
|
|
10268
10948
|
title: string;
|
|
10949
|
+
caretLeft: boolean;
|
|
10269
10950
|
variant: "default" | "primary" | "secondary" | "none";
|
|
10270
10951
|
to: string | Record<string, any>;
|
|
10271
10952
|
exact: boolean;
|
|
@@ -10281,6 +10962,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10281
10962
|
caretInline: boolean;
|
|
10282
10963
|
caretColor: string;
|
|
10283
10964
|
caretMarginLeft: string;
|
|
10965
|
+
caretMarginRight: string;
|
|
10284
10966
|
usePrimaryColor: boolean;
|
|
10285
10967
|
}, {}, {
|
|
10286
10968
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -10304,11 +10986,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10304
10986
|
default: string;
|
|
10305
10987
|
required: false;
|
|
10306
10988
|
};
|
|
10989
|
+
marginRight: {
|
|
10990
|
+
type: StringConstructor;
|
|
10991
|
+
default: string;
|
|
10992
|
+
required: false;
|
|
10993
|
+
};
|
|
10307
10994
|
inline: {
|
|
10308
10995
|
type: BooleanConstructor;
|
|
10309
10996
|
default: boolean;
|
|
10310
10997
|
required: false;
|
|
10311
10998
|
};
|
|
10999
|
+
caretLeft: {
|
|
11000
|
+
type: BooleanConstructor;
|
|
11001
|
+
default: boolean;
|
|
11002
|
+
required: false;
|
|
11003
|
+
};
|
|
10312
11004
|
}>, {}, {}, {
|
|
10313
11005
|
computedClass(): string;
|
|
10314
11006
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -10332,17 +11024,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10332
11024
|
default: string;
|
|
10333
11025
|
required: false;
|
|
10334
11026
|
};
|
|
11027
|
+
marginRight: {
|
|
11028
|
+
type: StringConstructor;
|
|
11029
|
+
default: string;
|
|
11030
|
+
required: false;
|
|
11031
|
+
};
|
|
10335
11032
|
inline: {
|
|
10336
11033
|
type: BooleanConstructor;
|
|
10337
11034
|
default: boolean;
|
|
10338
11035
|
required: false;
|
|
10339
11036
|
};
|
|
11037
|
+
caretLeft: {
|
|
11038
|
+
type: BooleanConstructor;
|
|
11039
|
+
default: boolean;
|
|
11040
|
+
required: false;
|
|
11041
|
+
};
|
|
10340
11042
|
}>> & Readonly<{}>, {
|
|
10341
11043
|
inline: boolean;
|
|
10342
11044
|
passedWrapperClass: string;
|
|
10343
11045
|
arrowClass: string;
|
|
10344
11046
|
color: string;
|
|
10345
11047
|
marginLeft: string;
|
|
11048
|
+
marginRight: string;
|
|
11049
|
+
caretLeft: boolean;
|
|
10346
11050
|
}, {}, {
|
|
10347
11051
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10348
11052
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -10493,6 +11197,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10493
11197
|
required: false;
|
|
10494
11198
|
default: string;
|
|
10495
11199
|
};
|
|
11200
|
+
caretMarginRight: {
|
|
11201
|
+
type: StringConstructor;
|
|
11202
|
+
required: false;
|
|
11203
|
+
default: string;
|
|
11204
|
+
};
|
|
11205
|
+
caretLeft: {
|
|
11206
|
+
type: BooleanConstructor;
|
|
11207
|
+
required: false;
|
|
11208
|
+
default: boolean;
|
|
11209
|
+
};
|
|
10496
11210
|
usePrimaryColor: {
|
|
10497
11211
|
type: BooleanConstructor;
|
|
10498
11212
|
required: false;
|
|
@@ -10600,6 +11314,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10600
11314
|
required: false;
|
|
10601
11315
|
default: string;
|
|
10602
11316
|
};
|
|
11317
|
+
caretMarginRight: {
|
|
11318
|
+
type: StringConstructor;
|
|
11319
|
+
required: false;
|
|
11320
|
+
default: string;
|
|
11321
|
+
};
|
|
11322
|
+
caretLeft: {
|
|
11323
|
+
type: BooleanConstructor;
|
|
11324
|
+
required: false;
|
|
11325
|
+
default: boolean;
|
|
11326
|
+
};
|
|
10603
11327
|
usePrimaryColor: {
|
|
10604
11328
|
type: BooleanConstructor;
|
|
10605
11329
|
required: false;
|
|
@@ -10610,6 +11334,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10610
11334
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
10611
11335
|
}>, {
|
|
10612
11336
|
title: string;
|
|
11337
|
+
caretLeft: boolean;
|
|
10613
11338
|
variant: "default" | "primary" | "secondary" | "none";
|
|
10614
11339
|
to: string | Record<string, any>;
|
|
10615
11340
|
exact: boolean;
|
|
@@ -10625,6 +11350,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10625
11350
|
caretInline: boolean;
|
|
10626
11351
|
caretColor: string;
|
|
10627
11352
|
caretMarginLeft: string;
|
|
11353
|
+
caretMarginRight: string;
|
|
10628
11354
|
usePrimaryColor: boolean;
|
|
10629
11355
|
}, {}, {
|
|
10630
11356
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -10648,11 +11374,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10648
11374
|
default: string;
|
|
10649
11375
|
required: false;
|
|
10650
11376
|
};
|
|
11377
|
+
marginRight: {
|
|
11378
|
+
type: StringConstructor;
|
|
11379
|
+
default: string;
|
|
11380
|
+
required: false;
|
|
11381
|
+
};
|
|
10651
11382
|
inline: {
|
|
10652
11383
|
type: BooleanConstructor;
|
|
10653
11384
|
default: boolean;
|
|
10654
11385
|
required: false;
|
|
10655
11386
|
};
|
|
11387
|
+
caretLeft: {
|
|
11388
|
+
type: BooleanConstructor;
|
|
11389
|
+
default: boolean;
|
|
11390
|
+
required: false;
|
|
11391
|
+
};
|
|
10656
11392
|
}>, {}, {}, {
|
|
10657
11393
|
computedClass(): string;
|
|
10658
11394
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -10676,17 +11412,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10676
11412
|
default: string;
|
|
10677
11413
|
required: false;
|
|
10678
11414
|
};
|
|
11415
|
+
marginRight: {
|
|
11416
|
+
type: StringConstructor;
|
|
11417
|
+
default: string;
|
|
11418
|
+
required: false;
|
|
11419
|
+
};
|
|
10679
11420
|
inline: {
|
|
10680
11421
|
type: BooleanConstructor;
|
|
10681
11422
|
default: boolean;
|
|
10682
11423
|
required: false;
|
|
10683
11424
|
};
|
|
11425
|
+
caretLeft: {
|
|
11426
|
+
type: BooleanConstructor;
|
|
11427
|
+
default: boolean;
|
|
11428
|
+
required: false;
|
|
11429
|
+
};
|
|
10684
11430
|
}>> & Readonly<{}>, {
|
|
10685
11431
|
inline: boolean;
|
|
10686
11432
|
passedWrapperClass: string;
|
|
10687
11433
|
arrowClass: string;
|
|
10688
11434
|
color: string;
|
|
10689
11435
|
marginLeft: string;
|
|
11436
|
+
marginRight: string;
|
|
11437
|
+
caretLeft: boolean;
|
|
10690
11438
|
}, {}, {
|
|
10691
11439
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10692
11440
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -11226,6 +11974,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11226
11974
|
required: false;
|
|
11227
11975
|
default: string;
|
|
11228
11976
|
};
|
|
11977
|
+
caretMarginRight: {
|
|
11978
|
+
type: StringConstructor;
|
|
11979
|
+
required: false;
|
|
11980
|
+
default: string;
|
|
11981
|
+
};
|
|
11982
|
+
caretLeft: {
|
|
11983
|
+
type: BooleanConstructor;
|
|
11984
|
+
required: false;
|
|
11985
|
+
default: boolean;
|
|
11986
|
+
};
|
|
11229
11987
|
usePrimaryColor: {
|
|
11230
11988
|
type: BooleanConstructor;
|
|
11231
11989
|
required: false;
|
|
@@ -11333,6 +12091,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11333
12091
|
required: false;
|
|
11334
12092
|
default: string;
|
|
11335
12093
|
};
|
|
12094
|
+
caretMarginRight: {
|
|
12095
|
+
type: StringConstructor;
|
|
12096
|
+
required: false;
|
|
12097
|
+
default: string;
|
|
12098
|
+
};
|
|
12099
|
+
caretLeft: {
|
|
12100
|
+
type: BooleanConstructor;
|
|
12101
|
+
required: false;
|
|
12102
|
+
default: boolean;
|
|
12103
|
+
};
|
|
11336
12104
|
usePrimaryColor: {
|
|
11337
12105
|
type: BooleanConstructor;
|
|
11338
12106
|
required: false;
|
|
@@ -11343,6 +12111,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11343
12111
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
11344
12112
|
}>, {
|
|
11345
12113
|
title: string;
|
|
12114
|
+
caretLeft: boolean;
|
|
11346
12115
|
variant: "default" | "primary" | "secondary" | "none";
|
|
11347
12116
|
to: string | Record<string, any>;
|
|
11348
12117
|
exact: boolean;
|
|
@@ -11358,6 +12127,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11358
12127
|
caretInline: boolean;
|
|
11359
12128
|
caretColor: string;
|
|
11360
12129
|
caretMarginLeft: string;
|
|
12130
|
+
caretMarginRight: string;
|
|
11361
12131
|
usePrimaryColor: boolean;
|
|
11362
12132
|
}, {}, {
|
|
11363
12133
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -11381,11 +12151,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11381
12151
|
default: string;
|
|
11382
12152
|
required: false;
|
|
11383
12153
|
};
|
|
12154
|
+
marginRight: {
|
|
12155
|
+
type: StringConstructor;
|
|
12156
|
+
default: string;
|
|
12157
|
+
required: false;
|
|
12158
|
+
};
|
|
11384
12159
|
inline: {
|
|
11385
12160
|
type: BooleanConstructor;
|
|
11386
12161
|
default: boolean;
|
|
11387
12162
|
required: false;
|
|
11388
12163
|
};
|
|
12164
|
+
caretLeft: {
|
|
12165
|
+
type: BooleanConstructor;
|
|
12166
|
+
default: boolean;
|
|
12167
|
+
required: false;
|
|
12168
|
+
};
|
|
11389
12169
|
}>, {}, {}, {
|
|
11390
12170
|
computedClass(): string;
|
|
11391
12171
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -11409,17 +12189,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11409
12189
|
default: string;
|
|
11410
12190
|
required: false;
|
|
11411
12191
|
};
|
|
12192
|
+
marginRight: {
|
|
12193
|
+
type: StringConstructor;
|
|
12194
|
+
default: string;
|
|
12195
|
+
required: false;
|
|
12196
|
+
};
|
|
11412
12197
|
inline: {
|
|
11413
12198
|
type: BooleanConstructor;
|
|
11414
12199
|
default: boolean;
|
|
11415
12200
|
required: false;
|
|
11416
12201
|
};
|
|
12202
|
+
caretLeft: {
|
|
12203
|
+
type: BooleanConstructor;
|
|
12204
|
+
default: boolean;
|
|
12205
|
+
required: false;
|
|
12206
|
+
};
|
|
11417
12207
|
}>> & Readonly<{}>, {
|
|
11418
12208
|
inline: boolean;
|
|
11419
12209
|
passedWrapperClass: string;
|
|
11420
12210
|
arrowClass: string;
|
|
11421
12211
|
color: string;
|
|
11422
12212
|
marginLeft: string;
|
|
12213
|
+
marginRight: string;
|
|
12214
|
+
caretLeft: boolean;
|
|
11423
12215
|
}, {}, {
|
|
11424
12216
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11425
12217
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -11898,6 +12690,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11898
12690
|
required: false;
|
|
11899
12691
|
default: string;
|
|
11900
12692
|
};
|
|
12693
|
+
caretMarginRight: {
|
|
12694
|
+
type: StringConstructor;
|
|
12695
|
+
required: false;
|
|
12696
|
+
default: string;
|
|
12697
|
+
};
|
|
12698
|
+
caretLeft: {
|
|
12699
|
+
type: BooleanConstructor;
|
|
12700
|
+
required: false;
|
|
12701
|
+
default: boolean;
|
|
12702
|
+
};
|
|
11901
12703
|
usePrimaryColor: {
|
|
11902
12704
|
type: BooleanConstructor;
|
|
11903
12705
|
required: false;
|
|
@@ -12005,6 +12807,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12005
12807
|
required: false;
|
|
12006
12808
|
default: string;
|
|
12007
12809
|
};
|
|
12810
|
+
caretMarginRight: {
|
|
12811
|
+
type: StringConstructor;
|
|
12812
|
+
required: false;
|
|
12813
|
+
default: string;
|
|
12814
|
+
};
|
|
12815
|
+
caretLeft: {
|
|
12816
|
+
type: BooleanConstructor;
|
|
12817
|
+
required: false;
|
|
12818
|
+
default: boolean;
|
|
12819
|
+
};
|
|
12008
12820
|
usePrimaryColor: {
|
|
12009
12821
|
type: BooleanConstructor;
|
|
12010
12822
|
required: false;
|
|
@@ -12015,6 +12827,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12015
12827
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
12016
12828
|
}>, {
|
|
12017
12829
|
title: string;
|
|
12830
|
+
caretLeft: boolean;
|
|
12018
12831
|
variant: "default" | "primary" | "secondary" | "none";
|
|
12019
12832
|
to: string | Record<string, any>;
|
|
12020
12833
|
exact: boolean;
|
|
@@ -12030,6 +12843,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12030
12843
|
caretInline: boolean;
|
|
12031
12844
|
caretColor: string;
|
|
12032
12845
|
caretMarginLeft: string;
|
|
12846
|
+
caretMarginRight: string;
|
|
12033
12847
|
usePrimaryColor: boolean;
|
|
12034
12848
|
}, {}, {
|
|
12035
12849
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -12053,11 +12867,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12053
12867
|
default: string;
|
|
12054
12868
|
required: false;
|
|
12055
12869
|
};
|
|
12870
|
+
marginRight: {
|
|
12871
|
+
type: StringConstructor;
|
|
12872
|
+
default: string;
|
|
12873
|
+
required: false;
|
|
12874
|
+
};
|
|
12056
12875
|
inline: {
|
|
12057
12876
|
type: BooleanConstructor;
|
|
12058
12877
|
default: boolean;
|
|
12059
12878
|
required: false;
|
|
12060
12879
|
};
|
|
12880
|
+
caretLeft: {
|
|
12881
|
+
type: BooleanConstructor;
|
|
12882
|
+
default: boolean;
|
|
12883
|
+
required: false;
|
|
12884
|
+
};
|
|
12061
12885
|
}>, {}, {}, {
|
|
12062
12886
|
computedClass(): string;
|
|
12063
12887
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -12081,17 +12905,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12081
12905
|
default: string;
|
|
12082
12906
|
required: false;
|
|
12083
12907
|
};
|
|
12908
|
+
marginRight: {
|
|
12909
|
+
type: StringConstructor;
|
|
12910
|
+
default: string;
|
|
12911
|
+
required: false;
|
|
12912
|
+
};
|
|
12084
12913
|
inline: {
|
|
12085
12914
|
type: BooleanConstructor;
|
|
12086
12915
|
default: boolean;
|
|
12087
12916
|
required: false;
|
|
12088
12917
|
};
|
|
12918
|
+
caretLeft: {
|
|
12919
|
+
type: BooleanConstructor;
|
|
12920
|
+
default: boolean;
|
|
12921
|
+
required: false;
|
|
12922
|
+
};
|
|
12089
12923
|
}>> & Readonly<{}>, {
|
|
12090
12924
|
inline: boolean;
|
|
12091
12925
|
passedWrapperClass: string;
|
|
12092
12926
|
arrowClass: string;
|
|
12093
12927
|
color: string;
|
|
12094
12928
|
marginLeft: string;
|
|
12929
|
+
marginRight: string;
|
|
12930
|
+
caretLeft: boolean;
|
|
12095
12931
|
}, {}, {
|
|
12096
12932
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12097
12933
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -12385,6 +13221,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12385
13221
|
required: false;
|
|
12386
13222
|
default: string;
|
|
12387
13223
|
};
|
|
13224
|
+
caretMarginRight: {
|
|
13225
|
+
type: StringConstructor;
|
|
13226
|
+
required: false;
|
|
13227
|
+
default: string;
|
|
13228
|
+
};
|
|
13229
|
+
caretLeft: {
|
|
13230
|
+
type: BooleanConstructor;
|
|
13231
|
+
required: false;
|
|
13232
|
+
default: boolean;
|
|
13233
|
+
};
|
|
12388
13234
|
usePrimaryColor: {
|
|
12389
13235
|
type: BooleanConstructor;
|
|
12390
13236
|
required: false;
|
|
@@ -12492,6 +13338,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12492
13338
|
required: false;
|
|
12493
13339
|
default: string;
|
|
12494
13340
|
};
|
|
13341
|
+
caretMarginRight: {
|
|
13342
|
+
type: StringConstructor;
|
|
13343
|
+
required: false;
|
|
13344
|
+
default: string;
|
|
13345
|
+
};
|
|
13346
|
+
caretLeft: {
|
|
13347
|
+
type: BooleanConstructor;
|
|
13348
|
+
required: false;
|
|
13349
|
+
default: boolean;
|
|
13350
|
+
};
|
|
12495
13351
|
usePrimaryColor: {
|
|
12496
13352
|
type: BooleanConstructor;
|
|
12497
13353
|
required: false;
|
|
@@ -12502,6 +13358,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12502
13358
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
12503
13359
|
}>, {
|
|
12504
13360
|
title: string;
|
|
13361
|
+
caretLeft: boolean;
|
|
12505
13362
|
variant: "default" | "primary" | "secondary" | "none";
|
|
12506
13363
|
to: string | Record<string, any>;
|
|
12507
13364
|
exact: boolean;
|
|
@@ -12517,6 +13374,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12517
13374
|
caretInline: boolean;
|
|
12518
13375
|
caretColor: string;
|
|
12519
13376
|
caretMarginLeft: string;
|
|
13377
|
+
caretMarginRight: string;
|
|
12520
13378
|
usePrimaryColor: boolean;
|
|
12521
13379
|
}, {}, {
|
|
12522
13380
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -12540,11 +13398,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12540
13398
|
default: string;
|
|
12541
13399
|
required: false;
|
|
12542
13400
|
};
|
|
13401
|
+
marginRight: {
|
|
13402
|
+
type: StringConstructor;
|
|
13403
|
+
default: string;
|
|
13404
|
+
required: false;
|
|
13405
|
+
};
|
|
12543
13406
|
inline: {
|
|
12544
13407
|
type: BooleanConstructor;
|
|
12545
13408
|
default: boolean;
|
|
12546
13409
|
required: false;
|
|
12547
13410
|
};
|
|
13411
|
+
caretLeft: {
|
|
13412
|
+
type: BooleanConstructor;
|
|
13413
|
+
default: boolean;
|
|
13414
|
+
required: false;
|
|
13415
|
+
};
|
|
12548
13416
|
}>, {}, {}, {
|
|
12549
13417
|
computedClass(): string;
|
|
12550
13418
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -12568,17 +13436,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12568
13436
|
default: string;
|
|
12569
13437
|
required: false;
|
|
12570
13438
|
};
|
|
13439
|
+
marginRight: {
|
|
13440
|
+
type: StringConstructor;
|
|
13441
|
+
default: string;
|
|
13442
|
+
required: false;
|
|
13443
|
+
};
|
|
12571
13444
|
inline: {
|
|
12572
13445
|
type: BooleanConstructor;
|
|
12573
13446
|
default: boolean;
|
|
12574
13447
|
required: false;
|
|
12575
13448
|
};
|
|
13449
|
+
caretLeft: {
|
|
13450
|
+
type: BooleanConstructor;
|
|
13451
|
+
default: boolean;
|
|
13452
|
+
required: false;
|
|
13453
|
+
};
|
|
12576
13454
|
}>> & Readonly<{}>, {
|
|
12577
13455
|
inline: boolean;
|
|
12578
13456
|
passedWrapperClass: string;
|
|
12579
13457
|
arrowClass: string;
|
|
12580
13458
|
color: string;
|
|
12581
13459
|
marginLeft: string;
|
|
13460
|
+
marginRight: string;
|
|
13461
|
+
caretLeft: boolean;
|
|
12582
13462
|
}, {}, {
|
|
12583
13463
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12584
13464
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -12771,6 +13651,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12771
13651
|
required: false;
|
|
12772
13652
|
default: string;
|
|
12773
13653
|
};
|
|
13654
|
+
caretMarginRight: {
|
|
13655
|
+
type: StringConstructor;
|
|
13656
|
+
required: false;
|
|
13657
|
+
default: string;
|
|
13658
|
+
};
|
|
13659
|
+
caretLeft: {
|
|
13660
|
+
type: BooleanConstructor;
|
|
13661
|
+
required: false;
|
|
13662
|
+
default: boolean;
|
|
13663
|
+
};
|
|
12774
13664
|
usePrimaryColor: {
|
|
12775
13665
|
type: BooleanConstructor;
|
|
12776
13666
|
required: false;
|
|
@@ -12878,6 +13768,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12878
13768
|
required: false;
|
|
12879
13769
|
default: string;
|
|
12880
13770
|
};
|
|
13771
|
+
caretMarginRight: {
|
|
13772
|
+
type: StringConstructor;
|
|
13773
|
+
required: false;
|
|
13774
|
+
default: string;
|
|
13775
|
+
};
|
|
13776
|
+
caretLeft: {
|
|
13777
|
+
type: BooleanConstructor;
|
|
13778
|
+
required: false;
|
|
13779
|
+
default: boolean;
|
|
13780
|
+
};
|
|
12881
13781
|
usePrimaryColor: {
|
|
12882
13782
|
type: BooleanConstructor;
|
|
12883
13783
|
required: false;
|
|
@@ -12888,6 +13788,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12888
13788
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
12889
13789
|
}>, {
|
|
12890
13790
|
title: string;
|
|
13791
|
+
caretLeft: boolean;
|
|
12891
13792
|
variant: "default" | "primary" | "secondary" | "none";
|
|
12892
13793
|
to: string | Record<string, any>;
|
|
12893
13794
|
exact: boolean;
|
|
@@ -12903,6 +13804,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12903
13804
|
caretInline: boolean;
|
|
12904
13805
|
caretColor: string;
|
|
12905
13806
|
caretMarginLeft: string;
|
|
13807
|
+
caretMarginRight: string;
|
|
12906
13808
|
usePrimaryColor: boolean;
|
|
12907
13809
|
}, {}, {
|
|
12908
13810
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -12926,11 +13828,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12926
13828
|
default: string;
|
|
12927
13829
|
required: false;
|
|
12928
13830
|
};
|
|
13831
|
+
marginRight: {
|
|
13832
|
+
type: StringConstructor;
|
|
13833
|
+
default: string;
|
|
13834
|
+
required: false;
|
|
13835
|
+
};
|
|
12929
13836
|
inline: {
|
|
12930
13837
|
type: BooleanConstructor;
|
|
12931
13838
|
default: boolean;
|
|
12932
13839
|
required: false;
|
|
12933
13840
|
};
|
|
13841
|
+
caretLeft: {
|
|
13842
|
+
type: BooleanConstructor;
|
|
13843
|
+
default: boolean;
|
|
13844
|
+
required: false;
|
|
13845
|
+
};
|
|
12934
13846
|
}>, {}, {}, {
|
|
12935
13847
|
computedClass(): string;
|
|
12936
13848
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -12954,17 +13866,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12954
13866
|
default: string;
|
|
12955
13867
|
required: false;
|
|
12956
13868
|
};
|
|
13869
|
+
marginRight: {
|
|
13870
|
+
type: StringConstructor;
|
|
13871
|
+
default: string;
|
|
13872
|
+
required: false;
|
|
13873
|
+
};
|
|
12957
13874
|
inline: {
|
|
12958
13875
|
type: BooleanConstructor;
|
|
12959
13876
|
default: boolean;
|
|
12960
13877
|
required: false;
|
|
12961
13878
|
};
|
|
13879
|
+
caretLeft: {
|
|
13880
|
+
type: BooleanConstructor;
|
|
13881
|
+
default: boolean;
|
|
13882
|
+
required: false;
|
|
13883
|
+
};
|
|
12962
13884
|
}>> & Readonly<{}>, {
|
|
12963
13885
|
inline: boolean;
|
|
12964
13886
|
passedWrapperClass: string;
|
|
12965
13887
|
arrowClass: string;
|
|
12966
13888
|
color: string;
|
|
12967
13889
|
marginLeft: string;
|
|
13890
|
+
marginRight: string;
|
|
13891
|
+
caretLeft: boolean;
|
|
12968
13892
|
}, {}, {
|
|
12969
13893
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12970
13894
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -13432,6 +14356,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13432
14356
|
required: false;
|
|
13433
14357
|
default: string;
|
|
13434
14358
|
};
|
|
14359
|
+
caretMarginRight: {
|
|
14360
|
+
type: StringConstructor;
|
|
14361
|
+
required: false;
|
|
14362
|
+
default: string;
|
|
14363
|
+
};
|
|
14364
|
+
caretLeft: {
|
|
14365
|
+
type: BooleanConstructor;
|
|
14366
|
+
required: false;
|
|
14367
|
+
default: boolean;
|
|
14368
|
+
};
|
|
13435
14369
|
usePrimaryColor: {
|
|
13436
14370
|
type: BooleanConstructor;
|
|
13437
14371
|
required: false;
|
|
@@ -13539,6 +14473,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13539
14473
|
required: false;
|
|
13540
14474
|
default: string;
|
|
13541
14475
|
};
|
|
14476
|
+
caretMarginRight: {
|
|
14477
|
+
type: StringConstructor;
|
|
14478
|
+
required: false;
|
|
14479
|
+
default: string;
|
|
14480
|
+
};
|
|
14481
|
+
caretLeft: {
|
|
14482
|
+
type: BooleanConstructor;
|
|
14483
|
+
required: false;
|
|
14484
|
+
default: boolean;
|
|
14485
|
+
};
|
|
13542
14486
|
usePrimaryColor: {
|
|
13543
14487
|
type: BooleanConstructor;
|
|
13544
14488
|
required: false;
|
|
@@ -13549,6 +14493,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13549
14493
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
13550
14494
|
}>, {
|
|
13551
14495
|
title: string;
|
|
14496
|
+
caretLeft: boolean;
|
|
13552
14497
|
variant: "default" | "primary" | "secondary" | "none";
|
|
13553
14498
|
to: string | Record<string, any>;
|
|
13554
14499
|
exact: boolean;
|
|
@@ -13564,6 +14509,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13564
14509
|
caretInline: boolean;
|
|
13565
14510
|
caretColor: string;
|
|
13566
14511
|
caretMarginLeft: string;
|
|
14512
|
+
caretMarginRight: string;
|
|
13567
14513
|
usePrimaryColor: boolean;
|
|
13568
14514
|
}, {}, {
|
|
13569
14515
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -13587,11 +14533,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13587
14533
|
default: string;
|
|
13588
14534
|
required: false;
|
|
13589
14535
|
};
|
|
14536
|
+
marginRight: {
|
|
14537
|
+
type: StringConstructor;
|
|
14538
|
+
default: string;
|
|
14539
|
+
required: false;
|
|
14540
|
+
};
|
|
13590
14541
|
inline: {
|
|
13591
14542
|
type: BooleanConstructor;
|
|
13592
14543
|
default: boolean;
|
|
13593
14544
|
required: false;
|
|
13594
14545
|
};
|
|
14546
|
+
caretLeft: {
|
|
14547
|
+
type: BooleanConstructor;
|
|
14548
|
+
default: boolean;
|
|
14549
|
+
required: false;
|
|
14550
|
+
};
|
|
13595
14551
|
}>, {}, {}, {
|
|
13596
14552
|
computedClass(): string;
|
|
13597
14553
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -13615,17 +14571,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13615
14571
|
default: string;
|
|
13616
14572
|
required: false;
|
|
13617
14573
|
};
|
|
14574
|
+
marginRight: {
|
|
14575
|
+
type: StringConstructor;
|
|
14576
|
+
default: string;
|
|
14577
|
+
required: false;
|
|
14578
|
+
};
|
|
13618
14579
|
inline: {
|
|
13619
14580
|
type: BooleanConstructor;
|
|
13620
14581
|
default: boolean;
|
|
13621
14582
|
required: false;
|
|
13622
14583
|
};
|
|
14584
|
+
caretLeft: {
|
|
14585
|
+
type: BooleanConstructor;
|
|
14586
|
+
default: boolean;
|
|
14587
|
+
required: false;
|
|
14588
|
+
};
|
|
13623
14589
|
}>> & Readonly<{}>, {
|
|
13624
14590
|
inline: boolean;
|
|
13625
14591
|
passedWrapperClass: string;
|
|
13626
14592
|
arrowClass: string;
|
|
13627
14593
|
color: string;
|
|
13628
14594
|
marginLeft: string;
|
|
14595
|
+
marginRight: string;
|
|
14596
|
+
caretLeft: boolean;
|
|
13629
14597
|
}, {}, {
|
|
13630
14598
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
13631
14599
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|