@explorer-1/vue 1.1.0 → 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 +8 -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 +2 -2
- 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/BlockCta/BlockCta.vue +1 -1
- package/src/components/BlockImageCarousel/BlockImageCarousel.vue +2 -2
- 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/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/MissionDetailHighlightsCarousel.vue +2 -2
- package/src/components/MixinAnimationCaret/MixinAnimationCaret.vue +34 -0
- package/src/components/MixinCarousel/MixinCarousel.vue +2 -2
- package/src/components/NavSecondary/NavSecondary.vue +11 -2
- package/src/components/NavSocial/NavSocial.vue +1 -1
- 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 +18 -1
- package/src/components/ShareButtons/ShareButtons.vue +4 -4
- package/src/components/TopicDetailMore/TopicDetailMore.vue +1 -1
- package/src/interfaces.ts +40 -1
- package/src/templates/PageAudioDetail/PageAudioDetail.vue +9 -8
- package/src/templates/PageContent/PageContent.vue +2 -0
- 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/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +0 -19
|
@@ -563,6 +563,16 @@ export namespace BaseStory {
|
|
|
563
563
|
required: false;
|
|
564
564
|
default: string;
|
|
565
565
|
};
|
|
566
|
+
caretMarginRight: {
|
|
567
|
+
type: StringConstructor;
|
|
568
|
+
required: false;
|
|
569
|
+
default: string;
|
|
570
|
+
};
|
|
571
|
+
caretLeft: {
|
|
572
|
+
type: BooleanConstructor;
|
|
573
|
+
required: false;
|
|
574
|
+
default: boolean;
|
|
575
|
+
};
|
|
566
576
|
usePrimaryColor: {
|
|
567
577
|
type: BooleanConstructor;
|
|
568
578
|
required: false;
|
|
@@ -670,6 +680,16 @@ export namespace BaseStory {
|
|
|
670
680
|
required: false;
|
|
671
681
|
default: string;
|
|
672
682
|
};
|
|
683
|
+
caretMarginRight: {
|
|
684
|
+
type: StringConstructor;
|
|
685
|
+
required: false;
|
|
686
|
+
default: string;
|
|
687
|
+
};
|
|
688
|
+
caretLeft: {
|
|
689
|
+
type: BooleanConstructor;
|
|
690
|
+
required: false;
|
|
691
|
+
default: boolean;
|
|
692
|
+
};
|
|
673
693
|
usePrimaryColor: {
|
|
674
694
|
type: BooleanConstructor;
|
|
675
695
|
required: false;
|
|
@@ -680,6 +700,7 @@ export namespace BaseStory {
|
|
|
680
700
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
681
701
|
}>, {
|
|
682
702
|
title: string;
|
|
703
|
+
caretLeft: boolean;
|
|
683
704
|
variant: "default" | "primary" | "secondary" | "none";
|
|
684
705
|
to: string | Record<string, any>;
|
|
685
706
|
exact: boolean;
|
|
@@ -695,6 +716,7 @@ export namespace BaseStory {
|
|
|
695
716
|
caretInline: boolean;
|
|
696
717
|
caretColor: string;
|
|
697
718
|
caretMarginLeft: string;
|
|
719
|
+
caretMarginRight: string;
|
|
698
720
|
usePrimaryColor: boolean;
|
|
699
721
|
}, {}, {
|
|
700
722
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -718,11 +740,21 @@ export namespace BaseStory {
|
|
|
718
740
|
default: string;
|
|
719
741
|
required: false;
|
|
720
742
|
};
|
|
743
|
+
marginRight: {
|
|
744
|
+
type: StringConstructor;
|
|
745
|
+
default: string;
|
|
746
|
+
required: false;
|
|
747
|
+
};
|
|
721
748
|
inline: {
|
|
722
749
|
type: BooleanConstructor;
|
|
723
750
|
default: boolean;
|
|
724
751
|
required: false;
|
|
725
752
|
};
|
|
753
|
+
caretLeft: {
|
|
754
|
+
type: BooleanConstructor;
|
|
755
|
+
default: boolean;
|
|
756
|
+
required: false;
|
|
757
|
+
};
|
|
726
758
|
}>, {}, {}, {
|
|
727
759
|
computedClass(): string;
|
|
728
760
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -746,17 +778,29 @@ export namespace BaseStory {
|
|
|
746
778
|
default: string;
|
|
747
779
|
required: false;
|
|
748
780
|
};
|
|
781
|
+
marginRight: {
|
|
782
|
+
type: StringConstructor;
|
|
783
|
+
default: string;
|
|
784
|
+
required: false;
|
|
785
|
+
};
|
|
749
786
|
inline: {
|
|
750
787
|
type: BooleanConstructor;
|
|
751
788
|
default: boolean;
|
|
752
789
|
required: false;
|
|
753
790
|
};
|
|
791
|
+
caretLeft: {
|
|
792
|
+
type: BooleanConstructor;
|
|
793
|
+
default: boolean;
|
|
794
|
+
required: false;
|
|
795
|
+
};
|
|
754
796
|
}>> & Readonly<{}>, {
|
|
755
797
|
inline: boolean;
|
|
756
798
|
passedWrapperClass: string;
|
|
757
799
|
arrowClass: string;
|
|
758
800
|
color: string;
|
|
759
801
|
marginLeft: string;
|
|
802
|
+
marginRight: string;
|
|
803
|
+
caretLeft: boolean;
|
|
760
804
|
}, {}, {
|
|
761
805
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
762
806
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -845,6 +889,16 @@ export namespace BaseStory {
|
|
|
845
889
|
required: false;
|
|
846
890
|
default: string;
|
|
847
891
|
};
|
|
892
|
+
caretMarginRight: {
|
|
893
|
+
type: StringConstructor;
|
|
894
|
+
required: false;
|
|
895
|
+
default: string;
|
|
896
|
+
};
|
|
897
|
+
caretLeft: {
|
|
898
|
+
type: BooleanConstructor;
|
|
899
|
+
required: false;
|
|
900
|
+
default: boolean;
|
|
901
|
+
};
|
|
848
902
|
usePrimaryColor: {
|
|
849
903
|
type: BooleanConstructor;
|
|
850
904
|
required: false;
|
|
@@ -952,6 +1006,16 @@ export namespace BaseStory {
|
|
|
952
1006
|
required: false;
|
|
953
1007
|
default: string;
|
|
954
1008
|
};
|
|
1009
|
+
caretMarginRight: {
|
|
1010
|
+
type: StringConstructor;
|
|
1011
|
+
required: false;
|
|
1012
|
+
default: string;
|
|
1013
|
+
};
|
|
1014
|
+
caretLeft: {
|
|
1015
|
+
type: BooleanConstructor;
|
|
1016
|
+
required: false;
|
|
1017
|
+
default: boolean;
|
|
1018
|
+
};
|
|
955
1019
|
usePrimaryColor: {
|
|
956
1020
|
type: BooleanConstructor;
|
|
957
1021
|
required: false;
|
|
@@ -962,6 +1026,7 @@ export namespace BaseStory {
|
|
|
962
1026
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
963
1027
|
}>, {
|
|
964
1028
|
title: string;
|
|
1029
|
+
caretLeft: boolean;
|
|
965
1030
|
variant: "default" | "primary" | "secondary" | "none";
|
|
966
1031
|
to: string | Record<string, any>;
|
|
967
1032
|
exact: boolean;
|
|
@@ -977,6 +1042,7 @@ export namespace BaseStory {
|
|
|
977
1042
|
caretInline: boolean;
|
|
978
1043
|
caretColor: string;
|
|
979
1044
|
caretMarginLeft: string;
|
|
1045
|
+
caretMarginRight: string;
|
|
980
1046
|
usePrimaryColor: boolean;
|
|
981
1047
|
}, {}, {
|
|
982
1048
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1000,11 +1066,21 @@ export namespace BaseStory {
|
|
|
1000
1066
|
default: string;
|
|
1001
1067
|
required: false;
|
|
1002
1068
|
};
|
|
1069
|
+
marginRight: {
|
|
1070
|
+
type: StringConstructor;
|
|
1071
|
+
default: string;
|
|
1072
|
+
required: false;
|
|
1073
|
+
};
|
|
1003
1074
|
inline: {
|
|
1004
1075
|
type: BooleanConstructor;
|
|
1005
1076
|
default: boolean;
|
|
1006
1077
|
required: false;
|
|
1007
1078
|
};
|
|
1079
|
+
caretLeft: {
|
|
1080
|
+
type: BooleanConstructor;
|
|
1081
|
+
default: boolean;
|
|
1082
|
+
required: false;
|
|
1083
|
+
};
|
|
1008
1084
|
}>, {}, {}, {
|
|
1009
1085
|
computedClass(): string;
|
|
1010
1086
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1028,17 +1104,29 @@ export namespace BaseStory {
|
|
|
1028
1104
|
default: string;
|
|
1029
1105
|
required: false;
|
|
1030
1106
|
};
|
|
1107
|
+
marginRight: {
|
|
1108
|
+
type: StringConstructor;
|
|
1109
|
+
default: string;
|
|
1110
|
+
required: false;
|
|
1111
|
+
};
|
|
1031
1112
|
inline: {
|
|
1032
1113
|
type: BooleanConstructor;
|
|
1033
1114
|
default: boolean;
|
|
1034
1115
|
required: false;
|
|
1035
1116
|
};
|
|
1117
|
+
caretLeft: {
|
|
1118
|
+
type: BooleanConstructor;
|
|
1119
|
+
default: boolean;
|
|
1120
|
+
required: false;
|
|
1121
|
+
};
|
|
1036
1122
|
}>> & Readonly<{}>, {
|
|
1037
1123
|
inline: boolean;
|
|
1038
1124
|
passedWrapperClass: string;
|
|
1039
1125
|
arrowClass: string;
|
|
1040
1126
|
color: string;
|
|
1041
1127
|
marginLeft: string;
|
|
1128
|
+
marginRight: string;
|
|
1129
|
+
caretLeft: boolean;
|
|
1042
1130
|
}, {}, {
|
|
1043
1131
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1044
1132
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1137,6 +1225,16 @@ export namespace BaseStory {
|
|
|
1137
1225
|
required: false;
|
|
1138
1226
|
default: string;
|
|
1139
1227
|
};
|
|
1228
|
+
caretMarginRight: {
|
|
1229
|
+
type: StringConstructor;
|
|
1230
|
+
required: false;
|
|
1231
|
+
default: string;
|
|
1232
|
+
};
|
|
1233
|
+
caretLeft: {
|
|
1234
|
+
type: BooleanConstructor;
|
|
1235
|
+
required: false;
|
|
1236
|
+
default: boolean;
|
|
1237
|
+
};
|
|
1140
1238
|
usePrimaryColor: {
|
|
1141
1239
|
type: BooleanConstructor;
|
|
1142
1240
|
required: false;
|
|
@@ -1244,6 +1342,16 @@ export namespace BaseStory {
|
|
|
1244
1342
|
required: false;
|
|
1245
1343
|
default: string;
|
|
1246
1344
|
};
|
|
1345
|
+
caretMarginRight: {
|
|
1346
|
+
type: StringConstructor;
|
|
1347
|
+
required: false;
|
|
1348
|
+
default: string;
|
|
1349
|
+
};
|
|
1350
|
+
caretLeft: {
|
|
1351
|
+
type: BooleanConstructor;
|
|
1352
|
+
required: false;
|
|
1353
|
+
default: boolean;
|
|
1354
|
+
};
|
|
1247
1355
|
usePrimaryColor: {
|
|
1248
1356
|
type: BooleanConstructor;
|
|
1249
1357
|
required: false;
|
|
@@ -1254,6 +1362,7 @@ export namespace BaseStory {
|
|
|
1254
1362
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1255
1363
|
}>, {
|
|
1256
1364
|
title: string;
|
|
1365
|
+
caretLeft: boolean;
|
|
1257
1366
|
variant: "default" | "primary" | "secondary" | "none";
|
|
1258
1367
|
to: string | Record<string, any>;
|
|
1259
1368
|
exact: boolean;
|
|
@@ -1269,6 +1378,7 @@ export namespace BaseStory {
|
|
|
1269
1378
|
caretInline: boolean;
|
|
1270
1379
|
caretColor: string;
|
|
1271
1380
|
caretMarginLeft: string;
|
|
1381
|
+
caretMarginRight: string;
|
|
1272
1382
|
usePrimaryColor: boolean;
|
|
1273
1383
|
}, {}, {
|
|
1274
1384
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1292,11 +1402,21 @@ export namespace BaseStory {
|
|
|
1292
1402
|
default: string;
|
|
1293
1403
|
required: false;
|
|
1294
1404
|
};
|
|
1405
|
+
marginRight: {
|
|
1406
|
+
type: StringConstructor;
|
|
1407
|
+
default: string;
|
|
1408
|
+
required: false;
|
|
1409
|
+
};
|
|
1295
1410
|
inline: {
|
|
1296
1411
|
type: BooleanConstructor;
|
|
1297
1412
|
default: boolean;
|
|
1298
1413
|
required: false;
|
|
1299
1414
|
};
|
|
1415
|
+
caretLeft: {
|
|
1416
|
+
type: BooleanConstructor;
|
|
1417
|
+
default: boolean;
|
|
1418
|
+
required: false;
|
|
1419
|
+
};
|
|
1300
1420
|
}>, {}, {}, {
|
|
1301
1421
|
computedClass(): string;
|
|
1302
1422
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1320,17 +1440,29 @@ export namespace BaseStory {
|
|
|
1320
1440
|
default: string;
|
|
1321
1441
|
required: false;
|
|
1322
1442
|
};
|
|
1443
|
+
marginRight: {
|
|
1444
|
+
type: StringConstructor;
|
|
1445
|
+
default: string;
|
|
1446
|
+
required: false;
|
|
1447
|
+
};
|
|
1323
1448
|
inline: {
|
|
1324
1449
|
type: BooleanConstructor;
|
|
1325
1450
|
default: boolean;
|
|
1326
1451
|
required: false;
|
|
1327
1452
|
};
|
|
1453
|
+
caretLeft: {
|
|
1454
|
+
type: BooleanConstructor;
|
|
1455
|
+
default: boolean;
|
|
1456
|
+
required: false;
|
|
1457
|
+
};
|
|
1328
1458
|
}>> & Readonly<{}>, {
|
|
1329
1459
|
inline: boolean;
|
|
1330
1460
|
passedWrapperClass: string;
|
|
1331
1461
|
arrowClass: string;
|
|
1332
1462
|
color: string;
|
|
1333
1463
|
marginLeft: string;
|
|
1464
|
+
marginRight: string;
|
|
1465
|
+
caretLeft: boolean;
|
|
1334
1466
|
}, {}, {
|
|
1335
1467
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1336
1468
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1596,6 +1728,16 @@ export namespace BaseStory {
|
|
|
1596
1728
|
required: false;
|
|
1597
1729
|
default: string;
|
|
1598
1730
|
};
|
|
1731
|
+
caretMarginRight: {
|
|
1732
|
+
type: StringConstructor;
|
|
1733
|
+
required: false;
|
|
1734
|
+
default: string;
|
|
1735
|
+
};
|
|
1736
|
+
caretLeft: {
|
|
1737
|
+
type: BooleanConstructor;
|
|
1738
|
+
required: false;
|
|
1739
|
+
default: boolean;
|
|
1740
|
+
};
|
|
1599
1741
|
usePrimaryColor: {
|
|
1600
1742
|
type: BooleanConstructor;
|
|
1601
1743
|
required: false;
|
|
@@ -1703,6 +1845,16 @@ export namespace BaseStory {
|
|
|
1703
1845
|
required: false;
|
|
1704
1846
|
default: string;
|
|
1705
1847
|
};
|
|
1848
|
+
caretMarginRight: {
|
|
1849
|
+
type: StringConstructor;
|
|
1850
|
+
required: false;
|
|
1851
|
+
default: string;
|
|
1852
|
+
};
|
|
1853
|
+
caretLeft: {
|
|
1854
|
+
type: BooleanConstructor;
|
|
1855
|
+
required: false;
|
|
1856
|
+
default: boolean;
|
|
1857
|
+
};
|
|
1706
1858
|
usePrimaryColor: {
|
|
1707
1859
|
type: BooleanConstructor;
|
|
1708
1860
|
required: false;
|
|
@@ -1713,6 +1865,7 @@ export namespace BaseStory {
|
|
|
1713
1865
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1714
1866
|
}>, {
|
|
1715
1867
|
title: string;
|
|
1868
|
+
caretLeft: boolean;
|
|
1716
1869
|
variant: "default" | "primary" | "secondary" | "none";
|
|
1717
1870
|
to: string | Record<string, any>;
|
|
1718
1871
|
exact: boolean;
|
|
@@ -1728,6 +1881,7 @@ export namespace BaseStory {
|
|
|
1728
1881
|
caretInline: boolean;
|
|
1729
1882
|
caretColor: string;
|
|
1730
1883
|
caretMarginLeft: string;
|
|
1884
|
+
caretMarginRight: string;
|
|
1731
1885
|
usePrimaryColor: boolean;
|
|
1732
1886
|
}, {}, {
|
|
1733
1887
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1751,11 +1905,21 @@ export namespace BaseStory {
|
|
|
1751
1905
|
default: string;
|
|
1752
1906
|
required: false;
|
|
1753
1907
|
};
|
|
1908
|
+
marginRight: {
|
|
1909
|
+
type: StringConstructor;
|
|
1910
|
+
default: string;
|
|
1911
|
+
required: false;
|
|
1912
|
+
};
|
|
1754
1913
|
inline: {
|
|
1755
1914
|
type: BooleanConstructor;
|
|
1756
1915
|
default: boolean;
|
|
1757
1916
|
required: false;
|
|
1758
1917
|
};
|
|
1918
|
+
caretLeft: {
|
|
1919
|
+
type: BooleanConstructor;
|
|
1920
|
+
default: boolean;
|
|
1921
|
+
required: false;
|
|
1922
|
+
};
|
|
1759
1923
|
}>, {}, {}, {
|
|
1760
1924
|
computedClass(): string;
|
|
1761
1925
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1779,17 +1943,29 @@ export namespace BaseStory {
|
|
|
1779
1943
|
default: string;
|
|
1780
1944
|
required: false;
|
|
1781
1945
|
};
|
|
1946
|
+
marginRight: {
|
|
1947
|
+
type: StringConstructor;
|
|
1948
|
+
default: string;
|
|
1949
|
+
required: false;
|
|
1950
|
+
};
|
|
1782
1951
|
inline: {
|
|
1783
1952
|
type: BooleanConstructor;
|
|
1784
1953
|
default: boolean;
|
|
1785
1954
|
required: false;
|
|
1786
1955
|
};
|
|
1956
|
+
caretLeft: {
|
|
1957
|
+
type: BooleanConstructor;
|
|
1958
|
+
default: boolean;
|
|
1959
|
+
required: false;
|
|
1960
|
+
};
|
|
1787
1961
|
}>> & Readonly<{}>, {
|
|
1788
1962
|
inline: boolean;
|
|
1789
1963
|
passedWrapperClass: string;
|
|
1790
1964
|
arrowClass: string;
|
|
1791
1965
|
color: string;
|
|
1792
1966
|
marginLeft: string;
|
|
1967
|
+
marginRight: string;
|
|
1968
|
+
caretLeft: boolean;
|
|
1793
1969
|
}, {}, {
|
|
1794
1970
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1795
1971
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1878,6 +2054,16 @@ export namespace BaseStory {
|
|
|
1878
2054
|
required: false;
|
|
1879
2055
|
default: string;
|
|
1880
2056
|
};
|
|
2057
|
+
caretMarginRight: {
|
|
2058
|
+
type: StringConstructor;
|
|
2059
|
+
required: false;
|
|
2060
|
+
default: string;
|
|
2061
|
+
};
|
|
2062
|
+
caretLeft: {
|
|
2063
|
+
type: BooleanConstructor;
|
|
2064
|
+
required: false;
|
|
2065
|
+
default: boolean;
|
|
2066
|
+
};
|
|
1881
2067
|
usePrimaryColor: {
|
|
1882
2068
|
type: BooleanConstructor;
|
|
1883
2069
|
required: false;
|
|
@@ -1985,6 +2171,16 @@ export namespace BaseStory {
|
|
|
1985
2171
|
required: false;
|
|
1986
2172
|
default: string;
|
|
1987
2173
|
};
|
|
2174
|
+
caretMarginRight: {
|
|
2175
|
+
type: StringConstructor;
|
|
2176
|
+
required: false;
|
|
2177
|
+
default: string;
|
|
2178
|
+
};
|
|
2179
|
+
caretLeft: {
|
|
2180
|
+
type: BooleanConstructor;
|
|
2181
|
+
required: false;
|
|
2182
|
+
default: boolean;
|
|
2183
|
+
};
|
|
1988
2184
|
usePrimaryColor: {
|
|
1989
2185
|
type: BooleanConstructor;
|
|
1990
2186
|
required: false;
|
|
@@ -1995,6 +2191,7 @@ export namespace BaseStory {
|
|
|
1995
2191
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1996
2192
|
}>, {
|
|
1997
2193
|
title: string;
|
|
2194
|
+
caretLeft: boolean;
|
|
1998
2195
|
variant: "default" | "primary" | "secondary" | "none";
|
|
1999
2196
|
to: string | Record<string, any>;
|
|
2000
2197
|
exact: boolean;
|
|
@@ -2010,6 +2207,7 @@ export namespace BaseStory {
|
|
|
2010
2207
|
caretInline: boolean;
|
|
2011
2208
|
caretColor: string;
|
|
2012
2209
|
caretMarginLeft: string;
|
|
2210
|
+
caretMarginRight: string;
|
|
2013
2211
|
usePrimaryColor: boolean;
|
|
2014
2212
|
}, {}, {
|
|
2015
2213
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -2033,11 +2231,21 @@ export namespace BaseStory {
|
|
|
2033
2231
|
default: string;
|
|
2034
2232
|
required: false;
|
|
2035
2233
|
};
|
|
2234
|
+
marginRight: {
|
|
2235
|
+
type: StringConstructor;
|
|
2236
|
+
default: string;
|
|
2237
|
+
required: false;
|
|
2238
|
+
};
|
|
2036
2239
|
inline: {
|
|
2037
2240
|
type: BooleanConstructor;
|
|
2038
2241
|
default: boolean;
|
|
2039
2242
|
required: false;
|
|
2040
2243
|
};
|
|
2244
|
+
caretLeft: {
|
|
2245
|
+
type: BooleanConstructor;
|
|
2246
|
+
default: boolean;
|
|
2247
|
+
required: false;
|
|
2248
|
+
};
|
|
2041
2249
|
}>, {}, {}, {
|
|
2042
2250
|
computedClass(): string;
|
|
2043
2251
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2061,17 +2269,29 @@ export namespace BaseStory {
|
|
|
2061
2269
|
default: string;
|
|
2062
2270
|
required: false;
|
|
2063
2271
|
};
|
|
2272
|
+
marginRight: {
|
|
2273
|
+
type: StringConstructor;
|
|
2274
|
+
default: string;
|
|
2275
|
+
required: false;
|
|
2276
|
+
};
|
|
2064
2277
|
inline: {
|
|
2065
2278
|
type: BooleanConstructor;
|
|
2066
2279
|
default: boolean;
|
|
2067
2280
|
required: false;
|
|
2068
2281
|
};
|
|
2282
|
+
caretLeft: {
|
|
2283
|
+
type: BooleanConstructor;
|
|
2284
|
+
default: boolean;
|
|
2285
|
+
required: false;
|
|
2286
|
+
};
|
|
2069
2287
|
}>> & Readonly<{}>, {
|
|
2070
2288
|
inline: boolean;
|
|
2071
2289
|
passedWrapperClass: string;
|
|
2072
2290
|
arrowClass: string;
|
|
2073
2291
|
color: string;
|
|
2074
2292
|
marginLeft: string;
|
|
2293
|
+
marginRight: string;
|
|
2294
|
+
caretLeft: boolean;
|
|
2075
2295
|
}, {}, {
|
|
2076
2296
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2077
2297
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2321,6 +2541,16 @@ export namespace BaseStory {
|
|
|
2321
2541
|
required: false;
|
|
2322
2542
|
default: string;
|
|
2323
2543
|
};
|
|
2544
|
+
caretMarginRight: {
|
|
2545
|
+
type: StringConstructor;
|
|
2546
|
+
required: false;
|
|
2547
|
+
default: string;
|
|
2548
|
+
};
|
|
2549
|
+
caretLeft: {
|
|
2550
|
+
type: BooleanConstructor;
|
|
2551
|
+
required: false;
|
|
2552
|
+
default: boolean;
|
|
2553
|
+
};
|
|
2324
2554
|
usePrimaryColor: {
|
|
2325
2555
|
type: BooleanConstructor;
|
|
2326
2556
|
required: false;
|
|
@@ -2428,6 +2658,16 @@ export namespace BaseStory {
|
|
|
2428
2658
|
required: false;
|
|
2429
2659
|
default: string;
|
|
2430
2660
|
};
|
|
2661
|
+
caretMarginRight: {
|
|
2662
|
+
type: StringConstructor;
|
|
2663
|
+
required: false;
|
|
2664
|
+
default: string;
|
|
2665
|
+
};
|
|
2666
|
+
caretLeft: {
|
|
2667
|
+
type: BooleanConstructor;
|
|
2668
|
+
required: false;
|
|
2669
|
+
default: boolean;
|
|
2670
|
+
};
|
|
2431
2671
|
usePrimaryColor: {
|
|
2432
2672
|
type: BooleanConstructor;
|
|
2433
2673
|
required: false;
|
|
@@ -2438,6 +2678,7 @@ export namespace BaseStory {
|
|
|
2438
2678
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2439
2679
|
}>, {
|
|
2440
2680
|
title: string;
|
|
2681
|
+
caretLeft: boolean;
|
|
2441
2682
|
variant: "default" | "primary" | "secondary" | "none";
|
|
2442
2683
|
to: string | Record<string, any>;
|
|
2443
2684
|
exact: boolean;
|
|
@@ -2453,6 +2694,7 @@ export namespace BaseStory {
|
|
|
2453
2694
|
caretInline: boolean;
|
|
2454
2695
|
caretColor: string;
|
|
2455
2696
|
caretMarginLeft: string;
|
|
2697
|
+
caretMarginRight: string;
|
|
2456
2698
|
usePrimaryColor: boolean;
|
|
2457
2699
|
}, {}, {
|
|
2458
2700
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -2476,11 +2718,21 @@ export namespace BaseStory {
|
|
|
2476
2718
|
default: string;
|
|
2477
2719
|
required: false;
|
|
2478
2720
|
};
|
|
2721
|
+
marginRight: {
|
|
2722
|
+
type: StringConstructor;
|
|
2723
|
+
default: string;
|
|
2724
|
+
required: false;
|
|
2725
|
+
};
|
|
2479
2726
|
inline: {
|
|
2480
2727
|
type: BooleanConstructor;
|
|
2481
2728
|
default: boolean;
|
|
2482
2729
|
required: false;
|
|
2483
2730
|
};
|
|
2731
|
+
caretLeft: {
|
|
2732
|
+
type: BooleanConstructor;
|
|
2733
|
+
default: boolean;
|
|
2734
|
+
required: false;
|
|
2735
|
+
};
|
|
2484
2736
|
}>, {}, {}, {
|
|
2485
2737
|
computedClass(): string;
|
|
2486
2738
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2504,17 +2756,29 @@ export namespace BaseStory {
|
|
|
2504
2756
|
default: string;
|
|
2505
2757
|
required: false;
|
|
2506
2758
|
};
|
|
2759
|
+
marginRight: {
|
|
2760
|
+
type: StringConstructor;
|
|
2761
|
+
default: string;
|
|
2762
|
+
required: false;
|
|
2763
|
+
};
|
|
2507
2764
|
inline: {
|
|
2508
2765
|
type: BooleanConstructor;
|
|
2509
2766
|
default: boolean;
|
|
2510
2767
|
required: false;
|
|
2511
2768
|
};
|
|
2769
|
+
caretLeft: {
|
|
2770
|
+
type: BooleanConstructor;
|
|
2771
|
+
default: boolean;
|
|
2772
|
+
required: false;
|
|
2773
|
+
};
|
|
2512
2774
|
}>> & Readonly<{}>, {
|
|
2513
2775
|
inline: boolean;
|
|
2514
2776
|
passedWrapperClass: string;
|
|
2515
2777
|
arrowClass: string;
|
|
2516
2778
|
color: string;
|
|
2517
2779
|
marginLeft: string;
|
|
2780
|
+
marginRight: string;
|
|
2781
|
+
caretLeft: boolean;
|
|
2518
2782
|
}, {}, {
|
|
2519
2783
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2520
2784
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2750,6 +3014,16 @@ export namespace BaseStory {
|
|
|
2750
3014
|
required: false;
|
|
2751
3015
|
default: string;
|
|
2752
3016
|
};
|
|
3017
|
+
caretMarginRight: {
|
|
3018
|
+
type: StringConstructor;
|
|
3019
|
+
required: false;
|
|
3020
|
+
default: string;
|
|
3021
|
+
};
|
|
3022
|
+
caretLeft: {
|
|
3023
|
+
type: BooleanConstructor;
|
|
3024
|
+
required: false;
|
|
3025
|
+
default: boolean;
|
|
3026
|
+
};
|
|
2753
3027
|
usePrimaryColor: {
|
|
2754
3028
|
type: BooleanConstructor;
|
|
2755
3029
|
required: false;
|
|
@@ -2857,6 +3131,16 @@ export namespace BaseStory {
|
|
|
2857
3131
|
required: false;
|
|
2858
3132
|
default: string;
|
|
2859
3133
|
};
|
|
3134
|
+
caretMarginRight: {
|
|
3135
|
+
type: StringConstructor;
|
|
3136
|
+
required: false;
|
|
3137
|
+
default: string;
|
|
3138
|
+
};
|
|
3139
|
+
caretLeft: {
|
|
3140
|
+
type: BooleanConstructor;
|
|
3141
|
+
required: false;
|
|
3142
|
+
default: boolean;
|
|
3143
|
+
};
|
|
2860
3144
|
usePrimaryColor: {
|
|
2861
3145
|
type: BooleanConstructor;
|
|
2862
3146
|
required: false;
|
|
@@ -2867,6 +3151,7 @@ export namespace BaseStory {
|
|
|
2867
3151
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2868
3152
|
}>, {
|
|
2869
3153
|
title: string;
|
|
3154
|
+
caretLeft: boolean;
|
|
2870
3155
|
variant: "default" | "primary" | "secondary" | "none";
|
|
2871
3156
|
to: string | Record<string, any>;
|
|
2872
3157
|
exact: boolean;
|
|
@@ -2882,6 +3167,7 @@ export namespace BaseStory {
|
|
|
2882
3167
|
caretInline: boolean;
|
|
2883
3168
|
caretColor: string;
|
|
2884
3169
|
caretMarginLeft: string;
|
|
3170
|
+
caretMarginRight: string;
|
|
2885
3171
|
usePrimaryColor: boolean;
|
|
2886
3172
|
}, {}, {
|
|
2887
3173
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -2905,11 +3191,21 @@ export namespace BaseStory {
|
|
|
2905
3191
|
default: string;
|
|
2906
3192
|
required: false;
|
|
2907
3193
|
};
|
|
3194
|
+
marginRight: {
|
|
3195
|
+
type: StringConstructor;
|
|
3196
|
+
default: string;
|
|
3197
|
+
required: false;
|
|
3198
|
+
};
|
|
2908
3199
|
inline: {
|
|
2909
3200
|
type: BooleanConstructor;
|
|
2910
3201
|
default: boolean;
|
|
2911
3202
|
required: false;
|
|
2912
3203
|
};
|
|
3204
|
+
caretLeft: {
|
|
3205
|
+
type: BooleanConstructor;
|
|
3206
|
+
default: boolean;
|
|
3207
|
+
required: false;
|
|
3208
|
+
};
|
|
2913
3209
|
}>, {}, {}, {
|
|
2914
3210
|
computedClass(): string;
|
|
2915
3211
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2933,17 +3229,29 @@ export namespace BaseStory {
|
|
|
2933
3229
|
default: string;
|
|
2934
3230
|
required: false;
|
|
2935
3231
|
};
|
|
3232
|
+
marginRight: {
|
|
3233
|
+
type: StringConstructor;
|
|
3234
|
+
default: string;
|
|
3235
|
+
required: false;
|
|
3236
|
+
};
|
|
2936
3237
|
inline: {
|
|
2937
3238
|
type: BooleanConstructor;
|
|
2938
3239
|
default: boolean;
|
|
2939
3240
|
required: false;
|
|
2940
3241
|
};
|
|
3242
|
+
caretLeft: {
|
|
3243
|
+
type: BooleanConstructor;
|
|
3244
|
+
default: boolean;
|
|
3245
|
+
required: false;
|
|
3246
|
+
};
|
|
2941
3247
|
}>> & Readonly<{}>, {
|
|
2942
3248
|
inline: boolean;
|
|
2943
3249
|
passedWrapperClass: string;
|
|
2944
3250
|
arrowClass: string;
|
|
2945
3251
|
color: string;
|
|
2946
3252
|
marginLeft: string;
|
|
3253
|
+
marginRight: string;
|
|
3254
|
+
caretLeft: boolean;
|
|
2947
3255
|
}, {}, {
|
|
2948
3256
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2949
3257
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3024,6 +3332,16 @@ export namespace BaseStory {
|
|
|
3024
3332
|
required: false;
|
|
3025
3333
|
default: string;
|
|
3026
3334
|
};
|
|
3335
|
+
caretMarginRight: {
|
|
3336
|
+
type: StringConstructor;
|
|
3337
|
+
required: false;
|
|
3338
|
+
default: string;
|
|
3339
|
+
};
|
|
3340
|
+
caretLeft: {
|
|
3341
|
+
type: BooleanConstructor;
|
|
3342
|
+
required: false;
|
|
3343
|
+
default: boolean;
|
|
3344
|
+
};
|
|
3027
3345
|
usePrimaryColor: {
|
|
3028
3346
|
type: BooleanConstructor;
|
|
3029
3347
|
required: false;
|
|
@@ -3131,6 +3449,16 @@ export namespace BaseStory {
|
|
|
3131
3449
|
required: false;
|
|
3132
3450
|
default: string;
|
|
3133
3451
|
};
|
|
3452
|
+
caretMarginRight: {
|
|
3453
|
+
type: StringConstructor;
|
|
3454
|
+
required: false;
|
|
3455
|
+
default: string;
|
|
3456
|
+
};
|
|
3457
|
+
caretLeft: {
|
|
3458
|
+
type: BooleanConstructor;
|
|
3459
|
+
required: false;
|
|
3460
|
+
default: boolean;
|
|
3461
|
+
};
|
|
3134
3462
|
usePrimaryColor: {
|
|
3135
3463
|
type: BooleanConstructor;
|
|
3136
3464
|
required: false;
|
|
@@ -3141,6 +3469,7 @@ export namespace BaseStory {
|
|
|
3141
3469
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3142
3470
|
}>, {
|
|
3143
3471
|
title: string;
|
|
3472
|
+
caretLeft: boolean;
|
|
3144
3473
|
variant: "default" | "primary" | "secondary" | "none";
|
|
3145
3474
|
to: string | Record<string, any>;
|
|
3146
3475
|
exact: boolean;
|
|
@@ -3156,6 +3485,7 @@ export namespace BaseStory {
|
|
|
3156
3485
|
caretInline: boolean;
|
|
3157
3486
|
caretColor: string;
|
|
3158
3487
|
caretMarginLeft: string;
|
|
3488
|
+
caretMarginRight: string;
|
|
3159
3489
|
usePrimaryColor: boolean;
|
|
3160
3490
|
}, {}, {
|
|
3161
3491
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -3179,11 +3509,21 @@ export namespace BaseStory {
|
|
|
3179
3509
|
default: string;
|
|
3180
3510
|
required: false;
|
|
3181
3511
|
};
|
|
3512
|
+
marginRight: {
|
|
3513
|
+
type: StringConstructor;
|
|
3514
|
+
default: string;
|
|
3515
|
+
required: false;
|
|
3516
|
+
};
|
|
3182
3517
|
inline: {
|
|
3183
3518
|
type: BooleanConstructor;
|
|
3184
3519
|
default: boolean;
|
|
3185
3520
|
required: false;
|
|
3186
3521
|
};
|
|
3522
|
+
caretLeft: {
|
|
3523
|
+
type: BooleanConstructor;
|
|
3524
|
+
default: boolean;
|
|
3525
|
+
required: false;
|
|
3526
|
+
};
|
|
3187
3527
|
}>, {}, {}, {
|
|
3188
3528
|
computedClass(): string;
|
|
3189
3529
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3207,17 +3547,29 @@ export namespace BaseStory {
|
|
|
3207
3547
|
default: string;
|
|
3208
3548
|
required: false;
|
|
3209
3549
|
};
|
|
3550
|
+
marginRight: {
|
|
3551
|
+
type: StringConstructor;
|
|
3552
|
+
default: string;
|
|
3553
|
+
required: false;
|
|
3554
|
+
};
|
|
3210
3555
|
inline: {
|
|
3211
3556
|
type: BooleanConstructor;
|
|
3212
3557
|
default: boolean;
|
|
3213
3558
|
required: false;
|
|
3214
3559
|
};
|
|
3560
|
+
caretLeft: {
|
|
3561
|
+
type: BooleanConstructor;
|
|
3562
|
+
default: boolean;
|
|
3563
|
+
required: false;
|
|
3564
|
+
};
|
|
3215
3565
|
}>> & Readonly<{}>, {
|
|
3216
3566
|
inline: boolean;
|
|
3217
3567
|
passedWrapperClass: string;
|
|
3218
3568
|
arrowClass: string;
|
|
3219
3569
|
color: string;
|
|
3220
3570
|
marginLeft: string;
|
|
3571
|
+
marginRight: string;
|
|
3572
|
+
caretLeft: boolean;
|
|
3221
3573
|
}, {}, {
|
|
3222
3574
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3223
3575
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3531,6 +3883,16 @@ export namespace NavInverted {
|
|
|
3531
3883
|
required: false;
|
|
3532
3884
|
default: string;
|
|
3533
3885
|
};
|
|
3886
|
+
caretMarginRight: {
|
|
3887
|
+
type: StringConstructor;
|
|
3888
|
+
required: false;
|
|
3889
|
+
default: string;
|
|
3890
|
+
};
|
|
3891
|
+
caretLeft: {
|
|
3892
|
+
type: BooleanConstructor;
|
|
3893
|
+
required: false;
|
|
3894
|
+
default: boolean;
|
|
3895
|
+
};
|
|
3534
3896
|
usePrimaryColor: {
|
|
3535
3897
|
type: BooleanConstructor;
|
|
3536
3898
|
required: false;
|
|
@@ -3638,6 +4000,16 @@ export namespace NavInverted {
|
|
|
3638
4000
|
required: false;
|
|
3639
4001
|
default: string;
|
|
3640
4002
|
};
|
|
4003
|
+
caretMarginRight: {
|
|
4004
|
+
type: StringConstructor;
|
|
4005
|
+
required: false;
|
|
4006
|
+
default: string;
|
|
4007
|
+
};
|
|
4008
|
+
caretLeft: {
|
|
4009
|
+
type: BooleanConstructor;
|
|
4010
|
+
required: false;
|
|
4011
|
+
default: boolean;
|
|
4012
|
+
};
|
|
3641
4013
|
usePrimaryColor: {
|
|
3642
4014
|
type: BooleanConstructor;
|
|
3643
4015
|
required: false;
|
|
@@ -3648,6 +4020,7 @@ export namespace NavInverted {
|
|
|
3648
4020
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3649
4021
|
}>, {
|
|
3650
4022
|
title: string;
|
|
4023
|
+
caretLeft: boolean;
|
|
3651
4024
|
variant: "default" | "primary" | "secondary" | "none";
|
|
3652
4025
|
to: string | Record<string, any>;
|
|
3653
4026
|
exact: boolean;
|
|
@@ -3663,6 +4036,7 @@ export namespace NavInverted {
|
|
|
3663
4036
|
caretInline: boolean;
|
|
3664
4037
|
caretColor: string;
|
|
3665
4038
|
caretMarginLeft: string;
|
|
4039
|
+
caretMarginRight: string;
|
|
3666
4040
|
usePrimaryColor: boolean;
|
|
3667
4041
|
}, {}, {
|
|
3668
4042
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -3686,11 +4060,21 @@ export namespace NavInverted {
|
|
|
3686
4060
|
default: string;
|
|
3687
4061
|
required: false;
|
|
3688
4062
|
};
|
|
4063
|
+
marginRight: {
|
|
4064
|
+
type: StringConstructor;
|
|
4065
|
+
default: string;
|
|
4066
|
+
required: false;
|
|
4067
|
+
};
|
|
3689
4068
|
inline: {
|
|
3690
4069
|
type: BooleanConstructor;
|
|
3691
4070
|
default: boolean;
|
|
3692
4071
|
required: false;
|
|
3693
4072
|
};
|
|
4073
|
+
caretLeft: {
|
|
4074
|
+
type: BooleanConstructor;
|
|
4075
|
+
default: boolean;
|
|
4076
|
+
required: false;
|
|
4077
|
+
};
|
|
3694
4078
|
}>, {}, {}, {
|
|
3695
4079
|
computedClass(): string;
|
|
3696
4080
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3714,17 +4098,29 @@ export namespace NavInverted {
|
|
|
3714
4098
|
default: string;
|
|
3715
4099
|
required: false;
|
|
3716
4100
|
};
|
|
4101
|
+
marginRight: {
|
|
4102
|
+
type: StringConstructor;
|
|
4103
|
+
default: string;
|
|
4104
|
+
required: false;
|
|
4105
|
+
};
|
|
3717
4106
|
inline: {
|
|
3718
4107
|
type: BooleanConstructor;
|
|
3719
4108
|
default: boolean;
|
|
3720
4109
|
required: false;
|
|
3721
4110
|
};
|
|
4111
|
+
caretLeft: {
|
|
4112
|
+
type: BooleanConstructor;
|
|
4113
|
+
default: boolean;
|
|
4114
|
+
required: false;
|
|
4115
|
+
};
|
|
3722
4116
|
}>> & Readonly<{}>, {
|
|
3723
4117
|
inline: boolean;
|
|
3724
4118
|
passedWrapperClass: string;
|
|
3725
4119
|
arrowClass: string;
|
|
3726
4120
|
color: string;
|
|
3727
4121
|
marginLeft: string;
|
|
4122
|
+
marginRight: string;
|
|
4123
|
+
caretLeft: boolean;
|
|
3728
4124
|
}, {}, {
|
|
3729
4125
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3730
4126
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3813,6 +4209,16 @@ export namespace NavInverted {
|
|
|
3813
4209
|
required: false;
|
|
3814
4210
|
default: string;
|
|
3815
4211
|
};
|
|
4212
|
+
caretMarginRight: {
|
|
4213
|
+
type: StringConstructor;
|
|
4214
|
+
required: false;
|
|
4215
|
+
default: string;
|
|
4216
|
+
};
|
|
4217
|
+
caretLeft: {
|
|
4218
|
+
type: BooleanConstructor;
|
|
4219
|
+
required: false;
|
|
4220
|
+
default: boolean;
|
|
4221
|
+
};
|
|
3816
4222
|
usePrimaryColor: {
|
|
3817
4223
|
type: BooleanConstructor;
|
|
3818
4224
|
required: false;
|
|
@@ -3920,6 +4326,16 @@ export namespace NavInverted {
|
|
|
3920
4326
|
required: false;
|
|
3921
4327
|
default: string;
|
|
3922
4328
|
};
|
|
4329
|
+
caretMarginRight: {
|
|
4330
|
+
type: StringConstructor;
|
|
4331
|
+
required: false;
|
|
4332
|
+
default: string;
|
|
4333
|
+
};
|
|
4334
|
+
caretLeft: {
|
|
4335
|
+
type: BooleanConstructor;
|
|
4336
|
+
required: false;
|
|
4337
|
+
default: boolean;
|
|
4338
|
+
};
|
|
3923
4339
|
usePrimaryColor: {
|
|
3924
4340
|
type: BooleanConstructor;
|
|
3925
4341
|
required: false;
|
|
@@ -3930,6 +4346,7 @@ export namespace NavInverted {
|
|
|
3930
4346
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3931
4347
|
}>, {
|
|
3932
4348
|
title: string;
|
|
4349
|
+
caretLeft: boolean;
|
|
3933
4350
|
variant: "default" | "primary" | "secondary" | "none";
|
|
3934
4351
|
to: string | Record<string, any>;
|
|
3935
4352
|
exact: boolean;
|
|
@@ -3945,6 +4362,7 @@ export namespace NavInverted {
|
|
|
3945
4362
|
caretInline: boolean;
|
|
3946
4363
|
caretColor: string;
|
|
3947
4364
|
caretMarginLeft: string;
|
|
4365
|
+
caretMarginRight: string;
|
|
3948
4366
|
usePrimaryColor: boolean;
|
|
3949
4367
|
}, {}, {
|
|
3950
4368
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -3968,11 +4386,21 @@ export namespace NavInverted {
|
|
|
3968
4386
|
default: string;
|
|
3969
4387
|
required: false;
|
|
3970
4388
|
};
|
|
4389
|
+
marginRight: {
|
|
4390
|
+
type: StringConstructor;
|
|
4391
|
+
default: string;
|
|
4392
|
+
required: false;
|
|
4393
|
+
};
|
|
3971
4394
|
inline: {
|
|
3972
4395
|
type: BooleanConstructor;
|
|
3973
4396
|
default: boolean;
|
|
3974
4397
|
required: false;
|
|
3975
4398
|
};
|
|
4399
|
+
caretLeft: {
|
|
4400
|
+
type: BooleanConstructor;
|
|
4401
|
+
default: boolean;
|
|
4402
|
+
required: false;
|
|
4403
|
+
};
|
|
3976
4404
|
}>, {}, {}, {
|
|
3977
4405
|
computedClass(): string;
|
|
3978
4406
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3996,17 +4424,29 @@ export namespace NavInverted {
|
|
|
3996
4424
|
default: string;
|
|
3997
4425
|
required: false;
|
|
3998
4426
|
};
|
|
4427
|
+
marginRight: {
|
|
4428
|
+
type: StringConstructor;
|
|
4429
|
+
default: string;
|
|
4430
|
+
required: false;
|
|
4431
|
+
};
|
|
3999
4432
|
inline: {
|
|
4000
4433
|
type: BooleanConstructor;
|
|
4001
4434
|
default: boolean;
|
|
4002
4435
|
required: false;
|
|
4003
4436
|
};
|
|
4437
|
+
caretLeft: {
|
|
4438
|
+
type: BooleanConstructor;
|
|
4439
|
+
default: boolean;
|
|
4440
|
+
required: false;
|
|
4441
|
+
};
|
|
4004
4442
|
}>> & Readonly<{}>, {
|
|
4005
4443
|
inline: boolean;
|
|
4006
4444
|
passedWrapperClass: string;
|
|
4007
4445
|
arrowClass: string;
|
|
4008
4446
|
color: string;
|
|
4009
4447
|
marginLeft: string;
|
|
4448
|
+
marginRight: string;
|
|
4449
|
+
caretLeft: boolean;
|
|
4010
4450
|
}, {}, {
|
|
4011
4451
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4012
4452
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4105,6 +4545,16 @@ export namespace NavInverted {
|
|
|
4105
4545
|
required: false;
|
|
4106
4546
|
default: string;
|
|
4107
4547
|
};
|
|
4548
|
+
caretMarginRight: {
|
|
4549
|
+
type: StringConstructor;
|
|
4550
|
+
required: false;
|
|
4551
|
+
default: string;
|
|
4552
|
+
};
|
|
4553
|
+
caretLeft: {
|
|
4554
|
+
type: BooleanConstructor;
|
|
4555
|
+
required: false;
|
|
4556
|
+
default: boolean;
|
|
4557
|
+
};
|
|
4108
4558
|
usePrimaryColor: {
|
|
4109
4559
|
type: BooleanConstructor;
|
|
4110
4560
|
required: false;
|
|
@@ -4212,6 +4662,16 @@ export namespace NavInverted {
|
|
|
4212
4662
|
required: false;
|
|
4213
4663
|
default: string;
|
|
4214
4664
|
};
|
|
4665
|
+
caretMarginRight: {
|
|
4666
|
+
type: StringConstructor;
|
|
4667
|
+
required: false;
|
|
4668
|
+
default: string;
|
|
4669
|
+
};
|
|
4670
|
+
caretLeft: {
|
|
4671
|
+
type: BooleanConstructor;
|
|
4672
|
+
required: false;
|
|
4673
|
+
default: boolean;
|
|
4674
|
+
};
|
|
4215
4675
|
usePrimaryColor: {
|
|
4216
4676
|
type: BooleanConstructor;
|
|
4217
4677
|
required: false;
|
|
@@ -4222,6 +4682,7 @@ export namespace NavInverted {
|
|
|
4222
4682
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4223
4683
|
}>, {
|
|
4224
4684
|
title: string;
|
|
4685
|
+
caretLeft: boolean;
|
|
4225
4686
|
variant: "default" | "primary" | "secondary" | "none";
|
|
4226
4687
|
to: string | Record<string, any>;
|
|
4227
4688
|
exact: boolean;
|
|
@@ -4237,6 +4698,7 @@ export namespace NavInverted {
|
|
|
4237
4698
|
caretInline: boolean;
|
|
4238
4699
|
caretColor: string;
|
|
4239
4700
|
caretMarginLeft: string;
|
|
4701
|
+
caretMarginRight: string;
|
|
4240
4702
|
usePrimaryColor: boolean;
|
|
4241
4703
|
}, {}, {
|
|
4242
4704
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -4260,11 +4722,21 @@ export namespace NavInverted {
|
|
|
4260
4722
|
default: string;
|
|
4261
4723
|
required: false;
|
|
4262
4724
|
};
|
|
4725
|
+
marginRight: {
|
|
4726
|
+
type: StringConstructor;
|
|
4727
|
+
default: string;
|
|
4728
|
+
required: false;
|
|
4729
|
+
};
|
|
4263
4730
|
inline: {
|
|
4264
4731
|
type: BooleanConstructor;
|
|
4265
4732
|
default: boolean;
|
|
4266
4733
|
required: false;
|
|
4267
4734
|
};
|
|
4735
|
+
caretLeft: {
|
|
4736
|
+
type: BooleanConstructor;
|
|
4737
|
+
default: boolean;
|
|
4738
|
+
required: false;
|
|
4739
|
+
};
|
|
4268
4740
|
}>, {}, {}, {
|
|
4269
4741
|
computedClass(): string;
|
|
4270
4742
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -4288,17 +4760,29 @@ export namespace NavInverted {
|
|
|
4288
4760
|
default: string;
|
|
4289
4761
|
required: false;
|
|
4290
4762
|
};
|
|
4763
|
+
marginRight: {
|
|
4764
|
+
type: StringConstructor;
|
|
4765
|
+
default: string;
|
|
4766
|
+
required: false;
|
|
4767
|
+
};
|
|
4291
4768
|
inline: {
|
|
4292
4769
|
type: BooleanConstructor;
|
|
4293
4770
|
default: boolean;
|
|
4294
4771
|
required: false;
|
|
4295
4772
|
};
|
|
4773
|
+
caretLeft: {
|
|
4774
|
+
type: BooleanConstructor;
|
|
4775
|
+
default: boolean;
|
|
4776
|
+
required: false;
|
|
4777
|
+
};
|
|
4296
4778
|
}>> & Readonly<{}>, {
|
|
4297
4779
|
inline: boolean;
|
|
4298
4780
|
passedWrapperClass: string;
|
|
4299
4781
|
arrowClass: string;
|
|
4300
4782
|
color: string;
|
|
4301
4783
|
marginLeft: string;
|
|
4784
|
+
marginRight: string;
|
|
4785
|
+
caretLeft: boolean;
|
|
4302
4786
|
}, {}, {
|
|
4303
4787
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4304
4788
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4564,6 +5048,16 @@ export namespace NavInverted {
|
|
|
4564
5048
|
required: false;
|
|
4565
5049
|
default: string;
|
|
4566
5050
|
};
|
|
5051
|
+
caretMarginRight: {
|
|
5052
|
+
type: StringConstructor;
|
|
5053
|
+
required: false;
|
|
5054
|
+
default: string;
|
|
5055
|
+
};
|
|
5056
|
+
caretLeft: {
|
|
5057
|
+
type: BooleanConstructor;
|
|
5058
|
+
required: false;
|
|
5059
|
+
default: boolean;
|
|
5060
|
+
};
|
|
4567
5061
|
usePrimaryColor: {
|
|
4568
5062
|
type: BooleanConstructor;
|
|
4569
5063
|
required: false;
|
|
@@ -4671,6 +5165,16 @@ export namespace NavInverted {
|
|
|
4671
5165
|
required: false;
|
|
4672
5166
|
default: string;
|
|
4673
5167
|
};
|
|
5168
|
+
caretMarginRight: {
|
|
5169
|
+
type: StringConstructor;
|
|
5170
|
+
required: false;
|
|
5171
|
+
default: string;
|
|
5172
|
+
};
|
|
5173
|
+
caretLeft: {
|
|
5174
|
+
type: BooleanConstructor;
|
|
5175
|
+
required: false;
|
|
5176
|
+
default: boolean;
|
|
5177
|
+
};
|
|
4674
5178
|
usePrimaryColor: {
|
|
4675
5179
|
type: BooleanConstructor;
|
|
4676
5180
|
required: false;
|
|
@@ -4681,6 +5185,7 @@ export namespace NavInverted {
|
|
|
4681
5185
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4682
5186
|
}>, {
|
|
4683
5187
|
title: string;
|
|
5188
|
+
caretLeft: boolean;
|
|
4684
5189
|
variant: "default" | "primary" | "secondary" | "none";
|
|
4685
5190
|
to: string | Record<string, any>;
|
|
4686
5191
|
exact: boolean;
|
|
@@ -4696,6 +5201,7 @@ export namespace NavInverted {
|
|
|
4696
5201
|
caretInline: boolean;
|
|
4697
5202
|
caretColor: string;
|
|
4698
5203
|
caretMarginLeft: string;
|
|
5204
|
+
caretMarginRight: string;
|
|
4699
5205
|
usePrimaryColor: boolean;
|
|
4700
5206
|
}, {}, {
|
|
4701
5207
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -4719,11 +5225,21 @@ export namespace NavInverted {
|
|
|
4719
5225
|
default: string;
|
|
4720
5226
|
required: false;
|
|
4721
5227
|
};
|
|
5228
|
+
marginRight: {
|
|
5229
|
+
type: StringConstructor;
|
|
5230
|
+
default: string;
|
|
5231
|
+
required: false;
|
|
5232
|
+
};
|
|
4722
5233
|
inline: {
|
|
4723
5234
|
type: BooleanConstructor;
|
|
4724
5235
|
default: boolean;
|
|
4725
5236
|
required: false;
|
|
4726
5237
|
};
|
|
5238
|
+
caretLeft: {
|
|
5239
|
+
type: BooleanConstructor;
|
|
5240
|
+
default: boolean;
|
|
5241
|
+
required: false;
|
|
5242
|
+
};
|
|
4727
5243
|
}>, {}, {}, {
|
|
4728
5244
|
computedClass(): string;
|
|
4729
5245
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -4747,17 +5263,29 @@ export namespace NavInverted {
|
|
|
4747
5263
|
default: string;
|
|
4748
5264
|
required: false;
|
|
4749
5265
|
};
|
|
5266
|
+
marginRight: {
|
|
5267
|
+
type: StringConstructor;
|
|
5268
|
+
default: string;
|
|
5269
|
+
required: false;
|
|
5270
|
+
};
|
|
4750
5271
|
inline: {
|
|
4751
5272
|
type: BooleanConstructor;
|
|
4752
5273
|
default: boolean;
|
|
4753
5274
|
required: false;
|
|
4754
5275
|
};
|
|
5276
|
+
caretLeft: {
|
|
5277
|
+
type: BooleanConstructor;
|
|
5278
|
+
default: boolean;
|
|
5279
|
+
required: false;
|
|
5280
|
+
};
|
|
4755
5281
|
}>> & Readonly<{}>, {
|
|
4756
5282
|
inline: boolean;
|
|
4757
5283
|
passedWrapperClass: string;
|
|
4758
5284
|
arrowClass: string;
|
|
4759
5285
|
color: string;
|
|
4760
5286
|
marginLeft: string;
|
|
5287
|
+
marginRight: string;
|
|
5288
|
+
caretLeft: boolean;
|
|
4761
5289
|
}, {}, {
|
|
4762
5290
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4763
5291
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4846,6 +5374,16 @@ export namespace NavInverted {
|
|
|
4846
5374
|
required: false;
|
|
4847
5375
|
default: string;
|
|
4848
5376
|
};
|
|
5377
|
+
caretMarginRight: {
|
|
5378
|
+
type: StringConstructor;
|
|
5379
|
+
required: false;
|
|
5380
|
+
default: string;
|
|
5381
|
+
};
|
|
5382
|
+
caretLeft: {
|
|
5383
|
+
type: BooleanConstructor;
|
|
5384
|
+
required: false;
|
|
5385
|
+
default: boolean;
|
|
5386
|
+
};
|
|
4849
5387
|
usePrimaryColor: {
|
|
4850
5388
|
type: BooleanConstructor;
|
|
4851
5389
|
required: false;
|
|
@@ -4953,6 +5491,16 @@ export namespace NavInverted {
|
|
|
4953
5491
|
required: false;
|
|
4954
5492
|
default: string;
|
|
4955
5493
|
};
|
|
5494
|
+
caretMarginRight: {
|
|
5495
|
+
type: StringConstructor;
|
|
5496
|
+
required: false;
|
|
5497
|
+
default: string;
|
|
5498
|
+
};
|
|
5499
|
+
caretLeft: {
|
|
5500
|
+
type: BooleanConstructor;
|
|
5501
|
+
required: false;
|
|
5502
|
+
default: boolean;
|
|
5503
|
+
};
|
|
4956
5504
|
usePrimaryColor: {
|
|
4957
5505
|
type: BooleanConstructor;
|
|
4958
5506
|
required: false;
|
|
@@ -4963,6 +5511,7 @@ export namespace NavInverted {
|
|
|
4963
5511
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4964
5512
|
}>, {
|
|
4965
5513
|
title: string;
|
|
5514
|
+
caretLeft: boolean;
|
|
4966
5515
|
variant: "default" | "primary" | "secondary" | "none";
|
|
4967
5516
|
to: string | Record<string, any>;
|
|
4968
5517
|
exact: boolean;
|
|
@@ -4978,6 +5527,7 @@ export namespace NavInverted {
|
|
|
4978
5527
|
caretInline: boolean;
|
|
4979
5528
|
caretColor: string;
|
|
4980
5529
|
caretMarginLeft: string;
|
|
5530
|
+
caretMarginRight: string;
|
|
4981
5531
|
usePrimaryColor: boolean;
|
|
4982
5532
|
}, {}, {
|
|
4983
5533
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -5001,11 +5551,21 @@ export namespace NavInverted {
|
|
|
5001
5551
|
default: string;
|
|
5002
5552
|
required: false;
|
|
5003
5553
|
};
|
|
5554
|
+
marginRight: {
|
|
5555
|
+
type: StringConstructor;
|
|
5556
|
+
default: string;
|
|
5557
|
+
required: false;
|
|
5558
|
+
};
|
|
5004
5559
|
inline: {
|
|
5005
5560
|
type: BooleanConstructor;
|
|
5006
5561
|
default: boolean;
|
|
5007
5562
|
required: false;
|
|
5008
5563
|
};
|
|
5564
|
+
caretLeft: {
|
|
5565
|
+
type: BooleanConstructor;
|
|
5566
|
+
default: boolean;
|
|
5567
|
+
required: false;
|
|
5568
|
+
};
|
|
5009
5569
|
}>, {}, {}, {
|
|
5010
5570
|
computedClass(): string;
|
|
5011
5571
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -5029,17 +5589,29 @@ export namespace NavInverted {
|
|
|
5029
5589
|
default: string;
|
|
5030
5590
|
required: false;
|
|
5031
5591
|
};
|
|
5592
|
+
marginRight: {
|
|
5593
|
+
type: StringConstructor;
|
|
5594
|
+
default: string;
|
|
5595
|
+
required: false;
|
|
5596
|
+
};
|
|
5032
5597
|
inline: {
|
|
5033
5598
|
type: BooleanConstructor;
|
|
5034
5599
|
default: boolean;
|
|
5035
5600
|
required: false;
|
|
5036
5601
|
};
|
|
5602
|
+
caretLeft: {
|
|
5603
|
+
type: BooleanConstructor;
|
|
5604
|
+
default: boolean;
|
|
5605
|
+
required: false;
|
|
5606
|
+
};
|
|
5037
5607
|
}>> & Readonly<{}>, {
|
|
5038
5608
|
inline: boolean;
|
|
5039
5609
|
passedWrapperClass: string;
|
|
5040
5610
|
arrowClass: string;
|
|
5041
5611
|
color: string;
|
|
5042
5612
|
marginLeft: string;
|
|
5613
|
+
marginRight: string;
|
|
5614
|
+
caretLeft: boolean;
|
|
5043
5615
|
}, {}, {
|
|
5044
5616
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5045
5617
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5289,6 +5861,16 @@ export namespace NavInverted {
|
|
|
5289
5861
|
required: false;
|
|
5290
5862
|
default: string;
|
|
5291
5863
|
};
|
|
5864
|
+
caretMarginRight: {
|
|
5865
|
+
type: StringConstructor;
|
|
5866
|
+
required: false;
|
|
5867
|
+
default: string;
|
|
5868
|
+
};
|
|
5869
|
+
caretLeft: {
|
|
5870
|
+
type: BooleanConstructor;
|
|
5871
|
+
required: false;
|
|
5872
|
+
default: boolean;
|
|
5873
|
+
};
|
|
5292
5874
|
usePrimaryColor: {
|
|
5293
5875
|
type: BooleanConstructor;
|
|
5294
5876
|
required: false;
|
|
@@ -5396,6 +5978,16 @@ export namespace NavInverted {
|
|
|
5396
5978
|
required: false;
|
|
5397
5979
|
default: string;
|
|
5398
5980
|
};
|
|
5981
|
+
caretMarginRight: {
|
|
5982
|
+
type: StringConstructor;
|
|
5983
|
+
required: false;
|
|
5984
|
+
default: string;
|
|
5985
|
+
};
|
|
5986
|
+
caretLeft: {
|
|
5987
|
+
type: BooleanConstructor;
|
|
5988
|
+
required: false;
|
|
5989
|
+
default: boolean;
|
|
5990
|
+
};
|
|
5399
5991
|
usePrimaryColor: {
|
|
5400
5992
|
type: BooleanConstructor;
|
|
5401
5993
|
required: false;
|
|
@@ -5406,6 +5998,7 @@ export namespace NavInverted {
|
|
|
5406
5998
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5407
5999
|
}>, {
|
|
5408
6000
|
title: string;
|
|
6001
|
+
caretLeft: boolean;
|
|
5409
6002
|
variant: "default" | "primary" | "secondary" | "none";
|
|
5410
6003
|
to: string | Record<string, any>;
|
|
5411
6004
|
exact: boolean;
|
|
@@ -5421,6 +6014,7 @@ export namespace NavInverted {
|
|
|
5421
6014
|
caretInline: boolean;
|
|
5422
6015
|
caretColor: string;
|
|
5423
6016
|
caretMarginLeft: string;
|
|
6017
|
+
caretMarginRight: string;
|
|
5424
6018
|
usePrimaryColor: boolean;
|
|
5425
6019
|
}, {}, {
|
|
5426
6020
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -5444,11 +6038,21 @@ export namespace NavInverted {
|
|
|
5444
6038
|
default: string;
|
|
5445
6039
|
required: false;
|
|
5446
6040
|
};
|
|
6041
|
+
marginRight: {
|
|
6042
|
+
type: StringConstructor;
|
|
6043
|
+
default: string;
|
|
6044
|
+
required: false;
|
|
6045
|
+
};
|
|
5447
6046
|
inline: {
|
|
5448
6047
|
type: BooleanConstructor;
|
|
5449
6048
|
default: boolean;
|
|
5450
6049
|
required: false;
|
|
5451
6050
|
};
|
|
6051
|
+
caretLeft: {
|
|
6052
|
+
type: BooleanConstructor;
|
|
6053
|
+
default: boolean;
|
|
6054
|
+
required: false;
|
|
6055
|
+
};
|
|
5452
6056
|
}>, {}, {}, {
|
|
5453
6057
|
computedClass(): string;
|
|
5454
6058
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -5472,17 +6076,29 @@ export namespace NavInverted {
|
|
|
5472
6076
|
default: string;
|
|
5473
6077
|
required: false;
|
|
5474
6078
|
};
|
|
6079
|
+
marginRight: {
|
|
6080
|
+
type: StringConstructor;
|
|
6081
|
+
default: string;
|
|
6082
|
+
required: false;
|
|
6083
|
+
};
|
|
5475
6084
|
inline: {
|
|
5476
6085
|
type: BooleanConstructor;
|
|
5477
6086
|
default: boolean;
|
|
5478
6087
|
required: false;
|
|
5479
6088
|
};
|
|
6089
|
+
caretLeft: {
|
|
6090
|
+
type: BooleanConstructor;
|
|
6091
|
+
default: boolean;
|
|
6092
|
+
required: false;
|
|
6093
|
+
};
|
|
5480
6094
|
}>> & Readonly<{}>, {
|
|
5481
6095
|
inline: boolean;
|
|
5482
6096
|
passedWrapperClass: string;
|
|
5483
6097
|
arrowClass: string;
|
|
5484
6098
|
color: string;
|
|
5485
6099
|
marginLeft: string;
|
|
6100
|
+
marginRight: string;
|
|
6101
|
+
caretLeft: boolean;
|
|
5486
6102
|
}, {}, {
|
|
5487
6103
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5488
6104
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5718,6 +6334,16 @@ export namespace NavInverted {
|
|
|
5718
6334
|
required: false;
|
|
5719
6335
|
default: string;
|
|
5720
6336
|
};
|
|
6337
|
+
caretMarginRight: {
|
|
6338
|
+
type: StringConstructor;
|
|
6339
|
+
required: false;
|
|
6340
|
+
default: string;
|
|
6341
|
+
};
|
|
6342
|
+
caretLeft: {
|
|
6343
|
+
type: BooleanConstructor;
|
|
6344
|
+
required: false;
|
|
6345
|
+
default: boolean;
|
|
6346
|
+
};
|
|
5721
6347
|
usePrimaryColor: {
|
|
5722
6348
|
type: BooleanConstructor;
|
|
5723
6349
|
required: false;
|
|
@@ -5825,6 +6451,16 @@ export namespace NavInverted {
|
|
|
5825
6451
|
required: false;
|
|
5826
6452
|
default: string;
|
|
5827
6453
|
};
|
|
6454
|
+
caretMarginRight: {
|
|
6455
|
+
type: StringConstructor;
|
|
6456
|
+
required: false;
|
|
6457
|
+
default: string;
|
|
6458
|
+
};
|
|
6459
|
+
caretLeft: {
|
|
6460
|
+
type: BooleanConstructor;
|
|
6461
|
+
required: false;
|
|
6462
|
+
default: boolean;
|
|
6463
|
+
};
|
|
5828
6464
|
usePrimaryColor: {
|
|
5829
6465
|
type: BooleanConstructor;
|
|
5830
6466
|
required: false;
|
|
@@ -5835,6 +6471,7 @@ export namespace NavInverted {
|
|
|
5835
6471
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5836
6472
|
}>, {
|
|
5837
6473
|
title: string;
|
|
6474
|
+
caretLeft: boolean;
|
|
5838
6475
|
variant: "default" | "primary" | "secondary" | "none";
|
|
5839
6476
|
to: string | Record<string, any>;
|
|
5840
6477
|
exact: boolean;
|
|
@@ -5850,6 +6487,7 @@ export namespace NavInverted {
|
|
|
5850
6487
|
caretInline: boolean;
|
|
5851
6488
|
caretColor: string;
|
|
5852
6489
|
caretMarginLeft: string;
|
|
6490
|
+
caretMarginRight: string;
|
|
5853
6491
|
usePrimaryColor: boolean;
|
|
5854
6492
|
}, {}, {
|
|
5855
6493
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -5873,11 +6511,21 @@ export namespace NavInverted {
|
|
|
5873
6511
|
default: string;
|
|
5874
6512
|
required: false;
|
|
5875
6513
|
};
|
|
6514
|
+
marginRight: {
|
|
6515
|
+
type: StringConstructor;
|
|
6516
|
+
default: string;
|
|
6517
|
+
required: false;
|
|
6518
|
+
};
|
|
5876
6519
|
inline: {
|
|
5877
6520
|
type: BooleanConstructor;
|
|
5878
6521
|
default: boolean;
|
|
5879
6522
|
required: false;
|
|
5880
6523
|
};
|
|
6524
|
+
caretLeft: {
|
|
6525
|
+
type: BooleanConstructor;
|
|
6526
|
+
default: boolean;
|
|
6527
|
+
required: false;
|
|
6528
|
+
};
|
|
5881
6529
|
}>, {}, {}, {
|
|
5882
6530
|
computedClass(): string;
|
|
5883
6531
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -5901,17 +6549,29 @@ export namespace NavInverted {
|
|
|
5901
6549
|
default: string;
|
|
5902
6550
|
required: false;
|
|
5903
6551
|
};
|
|
6552
|
+
marginRight: {
|
|
6553
|
+
type: StringConstructor;
|
|
6554
|
+
default: string;
|
|
6555
|
+
required: false;
|
|
6556
|
+
};
|
|
5904
6557
|
inline: {
|
|
5905
6558
|
type: BooleanConstructor;
|
|
5906
6559
|
default: boolean;
|
|
5907
6560
|
required: false;
|
|
5908
6561
|
};
|
|
6562
|
+
caretLeft: {
|
|
6563
|
+
type: BooleanConstructor;
|
|
6564
|
+
default: boolean;
|
|
6565
|
+
required: false;
|
|
6566
|
+
};
|
|
5909
6567
|
}>> & Readonly<{}>, {
|
|
5910
6568
|
inline: boolean;
|
|
5911
6569
|
passedWrapperClass: string;
|
|
5912
6570
|
arrowClass: string;
|
|
5913
6571
|
color: string;
|
|
5914
6572
|
marginLeft: string;
|
|
6573
|
+
marginRight: string;
|
|
6574
|
+
caretLeft: boolean;
|
|
5915
6575
|
}, {}, {
|
|
5916
6576
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5917
6577
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5992,6 +6652,16 @@ export namespace NavInverted {
|
|
|
5992
6652
|
required: false;
|
|
5993
6653
|
default: string;
|
|
5994
6654
|
};
|
|
6655
|
+
caretMarginRight: {
|
|
6656
|
+
type: StringConstructor;
|
|
6657
|
+
required: false;
|
|
6658
|
+
default: string;
|
|
6659
|
+
};
|
|
6660
|
+
caretLeft: {
|
|
6661
|
+
type: BooleanConstructor;
|
|
6662
|
+
required: false;
|
|
6663
|
+
default: boolean;
|
|
6664
|
+
};
|
|
5995
6665
|
usePrimaryColor: {
|
|
5996
6666
|
type: BooleanConstructor;
|
|
5997
6667
|
required: false;
|
|
@@ -6099,6 +6769,16 @@ export namespace NavInverted {
|
|
|
6099
6769
|
required: false;
|
|
6100
6770
|
default: string;
|
|
6101
6771
|
};
|
|
6772
|
+
caretMarginRight: {
|
|
6773
|
+
type: StringConstructor;
|
|
6774
|
+
required: false;
|
|
6775
|
+
default: string;
|
|
6776
|
+
};
|
|
6777
|
+
caretLeft: {
|
|
6778
|
+
type: BooleanConstructor;
|
|
6779
|
+
required: false;
|
|
6780
|
+
default: boolean;
|
|
6781
|
+
};
|
|
6102
6782
|
usePrimaryColor: {
|
|
6103
6783
|
type: BooleanConstructor;
|
|
6104
6784
|
required: false;
|
|
@@ -6109,6 +6789,7 @@ export namespace NavInverted {
|
|
|
6109
6789
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6110
6790
|
}>, {
|
|
6111
6791
|
title: string;
|
|
6792
|
+
caretLeft: boolean;
|
|
6112
6793
|
variant: "default" | "primary" | "secondary" | "none";
|
|
6113
6794
|
to: string | Record<string, any>;
|
|
6114
6795
|
exact: boolean;
|
|
@@ -6124,6 +6805,7 @@ export namespace NavInverted {
|
|
|
6124
6805
|
caretInline: boolean;
|
|
6125
6806
|
caretColor: string;
|
|
6126
6807
|
caretMarginLeft: string;
|
|
6808
|
+
caretMarginRight: string;
|
|
6127
6809
|
usePrimaryColor: boolean;
|
|
6128
6810
|
}, {}, {
|
|
6129
6811
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -6147,11 +6829,21 @@ export namespace NavInverted {
|
|
|
6147
6829
|
default: string;
|
|
6148
6830
|
required: false;
|
|
6149
6831
|
};
|
|
6832
|
+
marginRight: {
|
|
6833
|
+
type: StringConstructor;
|
|
6834
|
+
default: string;
|
|
6835
|
+
required: false;
|
|
6836
|
+
};
|
|
6150
6837
|
inline: {
|
|
6151
6838
|
type: BooleanConstructor;
|
|
6152
6839
|
default: boolean;
|
|
6153
6840
|
required: false;
|
|
6154
6841
|
};
|
|
6842
|
+
caretLeft: {
|
|
6843
|
+
type: BooleanConstructor;
|
|
6844
|
+
default: boolean;
|
|
6845
|
+
required: false;
|
|
6846
|
+
};
|
|
6155
6847
|
}>, {}, {}, {
|
|
6156
6848
|
computedClass(): string;
|
|
6157
6849
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -6175,17 +6867,29 @@ export namespace NavInverted {
|
|
|
6175
6867
|
default: string;
|
|
6176
6868
|
required: false;
|
|
6177
6869
|
};
|
|
6870
|
+
marginRight: {
|
|
6871
|
+
type: StringConstructor;
|
|
6872
|
+
default: string;
|
|
6873
|
+
required: false;
|
|
6874
|
+
};
|
|
6178
6875
|
inline: {
|
|
6179
6876
|
type: BooleanConstructor;
|
|
6180
6877
|
default: boolean;
|
|
6181
6878
|
required: false;
|
|
6182
6879
|
};
|
|
6880
|
+
caretLeft: {
|
|
6881
|
+
type: BooleanConstructor;
|
|
6882
|
+
default: boolean;
|
|
6883
|
+
required: false;
|
|
6884
|
+
};
|
|
6183
6885
|
}>> & Readonly<{}>, {
|
|
6184
6886
|
inline: boolean;
|
|
6185
6887
|
passedWrapperClass: string;
|
|
6186
6888
|
arrowClass: string;
|
|
6187
6889
|
color: string;
|
|
6188
6890
|
marginLeft: string;
|
|
6891
|
+
marginRight: string;
|
|
6892
|
+
caretLeft: boolean;
|
|
6189
6893
|
}, {}, {
|
|
6190
6894
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6191
6895
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6315,6 +7019,16 @@ export namespace TopHat {
|
|
|
6315
7019
|
required: false;
|
|
6316
7020
|
default: string;
|
|
6317
7021
|
};
|
|
7022
|
+
caretMarginRight: {
|
|
7023
|
+
type: StringConstructor;
|
|
7024
|
+
required: false;
|
|
7025
|
+
default: string;
|
|
7026
|
+
};
|
|
7027
|
+
caretLeft: {
|
|
7028
|
+
type: BooleanConstructor;
|
|
7029
|
+
required: false;
|
|
7030
|
+
default: boolean;
|
|
7031
|
+
};
|
|
6318
7032
|
usePrimaryColor: {
|
|
6319
7033
|
type: BooleanConstructor;
|
|
6320
7034
|
required: false;
|
|
@@ -6422,6 +7136,16 @@ export namespace TopHat {
|
|
|
6422
7136
|
required: false;
|
|
6423
7137
|
default: string;
|
|
6424
7138
|
};
|
|
7139
|
+
caretMarginRight: {
|
|
7140
|
+
type: StringConstructor;
|
|
7141
|
+
required: false;
|
|
7142
|
+
default: string;
|
|
7143
|
+
};
|
|
7144
|
+
caretLeft: {
|
|
7145
|
+
type: BooleanConstructor;
|
|
7146
|
+
required: false;
|
|
7147
|
+
default: boolean;
|
|
7148
|
+
};
|
|
6425
7149
|
usePrimaryColor: {
|
|
6426
7150
|
type: BooleanConstructor;
|
|
6427
7151
|
required: false;
|
|
@@ -6432,6 +7156,7 @@ export namespace TopHat {
|
|
|
6432
7156
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6433
7157
|
}>, {
|
|
6434
7158
|
title: string;
|
|
7159
|
+
caretLeft: boolean;
|
|
6435
7160
|
variant: "default" | "primary" | "secondary" | "none";
|
|
6436
7161
|
to: string | Record<string, any>;
|
|
6437
7162
|
exact: boolean;
|
|
@@ -6447,6 +7172,7 @@ export namespace TopHat {
|
|
|
6447
7172
|
caretInline: boolean;
|
|
6448
7173
|
caretColor: string;
|
|
6449
7174
|
caretMarginLeft: string;
|
|
7175
|
+
caretMarginRight: string;
|
|
6450
7176
|
usePrimaryColor: boolean;
|
|
6451
7177
|
}, {}, {
|
|
6452
7178
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -6470,11 +7196,21 @@ export namespace TopHat {
|
|
|
6470
7196
|
default: string;
|
|
6471
7197
|
required: false;
|
|
6472
7198
|
};
|
|
7199
|
+
marginRight: {
|
|
7200
|
+
type: StringConstructor;
|
|
7201
|
+
default: string;
|
|
7202
|
+
required: false;
|
|
7203
|
+
};
|
|
6473
7204
|
inline: {
|
|
6474
7205
|
type: BooleanConstructor;
|
|
6475
7206
|
default: boolean;
|
|
6476
7207
|
required: false;
|
|
6477
7208
|
};
|
|
7209
|
+
caretLeft: {
|
|
7210
|
+
type: BooleanConstructor;
|
|
7211
|
+
default: boolean;
|
|
7212
|
+
required: false;
|
|
7213
|
+
};
|
|
6478
7214
|
}>, {}, {}, {
|
|
6479
7215
|
computedClass(): string;
|
|
6480
7216
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -6498,17 +7234,29 @@ export namespace TopHat {
|
|
|
6498
7234
|
default: string;
|
|
6499
7235
|
required: false;
|
|
6500
7236
|
};
|
|
7237
|
+
marginRight: {
|
|
7238
|
+
type: StringConstructor;
|
|
7239
|
+
default: string;
|
|
7240
|
+
required: false;
|
|
7241
|
+
};
|
|
6501
7242
|
inline: {
|
|
6502
7243
|
type: BooleanConstructor;
|
|
6503
7244
|
default: boolean;
|
|
6504
7245
|
required: false;
|
|
6505
7246
|
};
|
|
7247
|
+
caretLeft: {
|
|
7248
|
+
type: BooleanConstructor;
|
|
7249
|
+
default: boolean;
|
|
7250
|
+
required: false;
|
|
7251
|
+
};
|
|
6506
7252
|
}>> & Readonly<{}>, {
|
|
6507
7253
|
inline: boolean;
|
|
6508
7254
|
passedWrapperClass: string;
|
|
6509
7255
|
arrowClass: string;
|
|
6510
7256
|
color: string;
|
|
6511
7257
|
marginLeft: string;
|
|
7258
|
+
marginRight: string;
|
|
7259
|
+
caretLeft: boolean;
|
|
6512
7260
|
}, {}, {
|
|
6513
7261
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6514
7262
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6711,6 +7459,16 @@ export namespace Dropdown {
|
|
|
6711
7459
|
required: false;
|
|
6712
7460
|
default: string;
|
|
6713
7461
|
};
|
|
7462
|
+
caretMarginRight: {
|
|
7463
|
+
type: StringConstructor;
|
|
7464
|
+
required: false;
|
|
7465
|
+
default: string;
|
|
7466
|
+
};
|
|
7467
|
+
caretLeft: {
|
|
7468
|
+
type: BooleanConstructor;
|
|
7469
|
+
required: false;
|
|
7470
|
+
default: boolean;
|
|
7471
|
+
};
|
|
6714
7472
|
usePrimaryColor: {
|
|
6715
7473
|
type: BooleanConstructor;
|
|
6716
7474
|
required: false;
|
|
@@ -6818,6 +7576,16 @@ export namespace Dropdown {
|
|
|
6818
7576
|
required: false;
|
|
6819
7577
|
default: string;
|
|
6820
7578
|
};
|
|
7579
|
+
caretMarginRight: {
|
|
7580
|
+
type: StringConstructor;
|
|
7581
|
+
required: false;
|
|
7582
|
+
default: string;
|
|
7583
|
+
};
|
|
7584
|
+
caretLeft: {
|
|
7585
|
+
type: BooleanConstructor;
|
|
7586
|
+
required: false;
|
|
7587
|
+
default: boolean;
|
|
7588
|
+
};
|
|
6821
7589
|
usePrimaryColor: {
|
|
6822
7590
|
type: BooleanConstructor;
|
|
6823
7591
|
required: false;
|
|
@@ -6828,6 +7596,7 @@ export namespace Dropdown {
|
|
|
6828
7596
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
6829
7597
|
}>, {
|
|
6830
7598
|
title: string;
|
|
7599
|
+
caretLeft: boolean;
|
|
6831
7600
|
variant: "default" | "primary" | "secondary" | "none";
|
|
6832
7601
|
to: string | Record<string, any>;
|
|
6833
7602
|
exact: boolean;
|
|
@@ -6843,6 +7612,7 @@ export namespace Dropdown {
|
|
|
6843
7612
|
caretInline: boolean;
|
|
6844
7613
|
caretColor: string;
|
|
6845
7614
|
caretMarginLeft: string;
|
|
7615
|
+
caretMarginRight: string;
|
|
6846
7616
|
usePrimaryColor: boolean;
|
|
6847
7617
|
}, {}, {
|
|
6848
7618
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -6866,11 +7636,21 @@ export namespace Dropdown {
|
|
|
6866
7636
|
default: string;
|
|
6867
7637
|
required: false;
|
|
6868
7638
|
};
|
|
7639
|
+
marginRight: {
|
|
7640
|
+
type: StringConstructor;
|
|
7641
|
+
default: string;
|
|
7642
|
+
required: false;
|
|
7643
|
+
};
|
|
6869
7644
|
inline: {
|
|
6870
7645
|
type: BooleanConstructor;
|
|
6871
7646
|
default: boolean;
|
|
6872
7647
|
required: false;
|
|
6873
7648
|
};
|
|
7649
|
+
caretLeft: {
|
|
7650
|
+
type: BooleanConstructor;
|
|
7651
|
+
default: boolean;
|
|
7652
|
+
required: false;
|
|
7653
|
+
};
|
|
6874
7654
|
}>, {}, {}, {
|
|
6875
7655
|
computedClass(): string;
|
|
6876
7656
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -6894,17 +7674,29 @@ export namespace Dropdown {
|
|
|
6894
7674
|
default: string;
|
|
6895
7675
|
required: false;
|
|
6896
7676
|
};
|
|
7677
|
+
marginRight: {
|
|
7678
|
+
type: StringConstructor;
|
|
7679
|
+
default: string;
|
|
7680
|
+
required: false;
|
|
7681
|
+
};
|
|
6897
7682
|
inline: {
|
|
6898
7683
|
type: BooleanConstructor;
|
|
6899
7684
|
default: boolean;
|
|
6900
7685
|
required: false;
|
|
6901
7686
|
};
|
|
7687
|
+
caretLeft: {
|
|
7688
|
+
type: BooleanConstructor;
|
|
7689
|
+
default: boolean;
|
|
7690
|
+
required: false;
|
|
7691
|
+
};
|
|
6902
7692
|
}>> & Readonly<{}>, {
|
|
6903
7693
|
inline: boolean;
|
|
6904
7694
|
passedWrapperClass: string;
|
|
6905
7695
|
arrowClass: string;
|
|
6906
7696
|
color: string;
|
|
6907
7697
|
marginLeft: string;
|
|
7698
|
+
marginRight: string;
|
|
7699
|
+
caretLeft: boolean;
|
|
6908
7700
|
}, {}, {
|
|
6909
7701
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6910
7702
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6993,6 +7785,16 @@ export namespace Dropdown {
|
|
|
6993
7785
|
required: false;
|
|
6994
7786
|
default: string;
|
|
6995
7787
|
};
|
|
7788
|
+
caretMarginRight: {
|
|
7789
|
+
type: StringConstructor;
|
|
7790
|
+
required: false;
|
|
7791
|
+
default: string;
|
|
7792
|
+
};
|
|
7793
|
+
caretLeft: {
|
|
7794
|
+
type: BooleanConstructor;
|
|
7795
|
+
required: false;
|
|
7796
|
+
default: boolean;
|
|
7797
|
+
};
|
|
6996
7798
|
usePrimaryColor: {
|
|
6997
7799
|
type: BooleanConstructor;
|
|
6998
7800
|
required: false;
|
|
@@ -7100,6 +7902,16 @@ export namespace Dropdown {
|
|
|
7100
7902
|
required: false;
|
|
7101
7903
|
default: string;
|
|
7102
7904
|
};
|
|
7905
|
+
caretMarginRight: {
|
|
7906
|
+
type: StringConstructor;
|
|
7907
|
+
required: false;
|
|
7908
|
+
default: string;
|
|
7909
|
+
};
|
|
7910
|
+
caretLeft: {
|
|
7911
|
+
type: BooleanConstructor;
|
|
7912
|
+
required: false;
|
|
7913
|
+
default: boolean;
|
|
7914
|
+
};
|
|
7103
7915
|
usePrimaryColor: {
|
|
7104
7916
|
type: BooleanConstructor;
|
|
7105
7917
|
required: false;
|
|
@@ -7110,6 +7922,7 @@ export namespace Dropdown {
|
|
|
7110
7922
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7111
7923
|
}>, {
|
|
7112
7924
|
title: string;
|
|
7925
|
+
caretLeft: boolean;
|
|
7113
7926
|
variant: "default" | "primary" | "secondary" | "none";
|
|
7114
7927
|
to: string | Record<string, any>;
|
|
7115
7928
|
exact: boolean;
|
|
@@ -7125,6 +7938,7 @@ export namespace Dropdown {
|
|
|
7125
7938
|
caretInline: boolean;
|
|
7126
7939
|
caretColor: string;
|
|
7127
7940
|
caretMarginLeft: string;
|
|
7941
|
+
caretMarginRight: string;
|
|
7128
7942
|
usePrimaryColor: boolean;
|
|
7129
7943
|
}, {}, {
|
|
7130
7944
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -7148,11 +7962,21 @@ export namespace Dropdown {
|
|
|
7148
7962
|
default: string;
|
|
7149
7963
|
required: false;
|
|
7150
7964
|
};
|
|
7965
|
+
marginRight: {
|
|
7966
|
+
type: StringConstructor;
|
|
7967
|
+
default: string;
|
|
7968
|
+
required: false;
|
|
7969
|
+
};
|
|
7151
7970
|
inline: {
|
|
7152
7971
|
type: BooleanConstructor;
|
|
7153
7972
|
default: boolean;
|
|
7154
7973
|
required: false;
|
|
7155
7974
|
};
|
|
7975
|
+
caretLeft: {
|
|
7976
|
+
type: BooleanConstructor;
|
|
7977
|
+
default: boolean;
|
|
7978
|
+
required: false;
|
|
7979
|
+
};
|
|
7156
7980
|
}>, {}, {}, {
|
|
7157
7981
|
computedClass(): string;
|
|
7158
7982
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -7176,17 +8000,29 @@ export namespace Dropdown {
|
|
|
7176
8000
|
default: string;
|
|
7177
8001
|
required: false;
|
|
7178
8002
|
};
|
|
8003
|
+
marginRight: {
|
|
8004
|
+
type: StringConstructor;
|
|
8005
|
+
default: string;
|
|
8006
|
+
required: false;
|
|
8007
|
+
};
|
|
7179
8008
|
inline: {
|
|
7180
8009
|
type: BooleanConstructor;
|
|
7181
8010
|
default: boolean;
|
|
7182
8011
|
required: false;
|
|
7183
8012
|
};
|
|
8013
|
+
caretLeft: {
|
|
8014
|
+
type: BooleanConstructor;
|
|
8015
|
+
default: boolean;
|
|
8016
|
+
required: false;
|
|
8017
|
+
};
|
|
7184
8018
|
}>> & Readonly<{}>, {
|
|
7185
8019
|
inline: boolean;
|
|
7186
8020
|
passedWrapperClass: string;
|
|
7187
8021
|
arrowClass: string;
|
|
7188
8022
|
color: string;
|
|
7189
8023
|
marginLeft: string;
|
|
8024
|
+
marginRight: string;
|
|
8025
|
+
caretLeft: boolean;
|
|
7190
8026
|
}, {}, {
|
|
7191
8027
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7192
8028
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -7285,6 +8121,16 @@ export namespace Dropdown {
|
|
|
7285
8121
|
required: false;
|
|
7286
8122
|
default: string;
|
|
7287
8123
|
};
|
|
8124
|
+
caretMarginRight: {
|
|
8125
|
+
type: StringConstructor;
|
|
8126
|
+
required: false;
|
|
8127
|
+
default: string;
|
|
8128
|
+
};
|
|
8129
|
+
caretLeft: {
|
|
8130
|
+
type: BooleanConstructor;
|
|
8131
|
+
required: false;
|
|
8132
|
+
default: boolean;
|
|
8133
|
+
};
|
|
7288
8134
|
usePrimaryColor: {
|
|
7289
8135
|
type: BooleanConstructor;
|
|
7290
8136
|
required: false;
|
|
@@ -7392,6 +8238,16 @@ export namespace Dropdown {
|
|
|
7392
8238
|
required: false;
|
|
7393
8239
|
default: string;
|
|
7394
8240
|
};
|
|
8241
|
+
caretMarginRight: {
|
|
8242
|
+
type: StringConstructor;
|
|
8243
|
+
required: false;
|
|
8244
|
+
default: string;
|
|
8245
|
+
};
|
|
8246
|
+
caretLeft: {
|
|
8247
|
+
type: BooleanConstructor;
|
|
8248
|
+
required: false;
|
|
8249
|
+
default: boolean;
|
|
8250
|
+
};
|
|
7395
8251
|
usePrimaryColor: {
|
|
7396
8252
|
type: BooleanConstructor;
|
|
7397
8253
|
required: false;
|
|
@@ -7402,6 +8258,7 @@ export namespace Dropdown {
|
|
|
7402
8258
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7403
8259
|
}>, {
|
|
7404
8260
|
title: string;
|
|
8261
|
+
caretLeft: boolean;
|
|
7405
8262
|
variant: "default" | "primary" | "secondary" | "none";
|
|
7406
8263
|
to: string | Record<string, any>;
|
|
7407
8264
|
exact: boolean;
|
|
@@ -7417,6 +8274,7 @@ export namespace Dropdown {
|
|
|
7417
8274
|
caretInline: boolean;
|
|
7418
8275
|
caretColor: string;
|
|
7419
8276
|
caretMarginLeft: string;
|
|
8277
|
+
caretMarginRight: string;
|
|
7420
8278
|
usePrimaryColor: boolean;
|
|
7421
8279
|
}, {}, {
|
|
7422
8280
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -7440,11 +8298,21 @@ export namespace Dropdown {
|
|
|
7440
8298
|
default: string;
|
|
7441
8299
|
required: false;
|
|
7442
8300
|
};
|
|
8301
|
+
marginRight: {
|
|
8302
|
+
type: StringConstructor;
|
|
8303
|
+
default: string;
|
|
8304
|
+
required: false;
|
|
8305
|
+
};
|
|
7443
8306
|
inline: {
|
|
7444
8307
|
type: BooleanConstructor;
|
|
7445
8308
|
default: boolean;
|
|
7446
8309
|
required: false;
|
|
7447
8310
|
};
|
|
8311
|
+
caretLeft: {
|
|
8312
|
+
type: BooleanConstructor;
|
|
8313
|
+
default: boolean;
|
|
8314
|
+
required: false;
|
|
8315
|
+
};
|
|
7448
8316
|
}>, {}, {}, {
|
|
7449
8317
|
computedClass(): string;
|
|
7450
8318
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -7468,17 +8336,29 @@ export namespace Dropdown {
|
|
|
7468
8336
|
default: string;
|
|
7469
8337
|
required: false;
|
|
7470
8338
|
};
|
|
8339
|
+
marginRight: {
|
|
8340
|
+
type: StringConstructor;
|
|
8341
|
+
default: string;
|
|
8342
|
+
required: false;
|
|
8343
|
+
};
|
|
7471
8344
|
inline: {
|
|
7472
8345
|
type: BooleanConstructor;
|
|
7473
8346
|
default: boolean;
|
|
7474
8347
|
required: false;
|
|
7475
8348
|
};
|
|
8349
|
+
caretLeft: {
|
|
8350
|
+
type: BooleanConstructor;
|
|
8351
|
+
default: boolean;
|
|
8352
|
+
required: false;
|
|
8353
|
+
};
|
|
7476
8354
|
}>> & Readonly<{}>, {
|
|
7477
8355
|
inline: boolean;
|
|
7478
8356
|
passedWrapperClass: string;
|
|
7479
8357
|
arrowClass: string;
|
|
7480
8358
|
color: string;
|
|
7481
8359
|
marginLeft: string;
|
|
8360
|
+
marginRight: string;
|
|
8361
|
+
caretLeft: boolean;
|
|
7482
8362
|
}, {}, {
|
|
7483
8363
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7484
8364
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -7758,6 +8638,16 @@ export namespace DropdownContent {
|
|
|
7758
8638
|
required: false;
|
|
7759
8639
|
default: string;
|
|
7760
8640
|
};
|
|
8641
|
+
caretMarginRight: {
|
|
8642
|
+
type: StringConstructor;
|
|
8643
|
+
required: false;
|
|
8644
|
+
default: string;
|
|
8645
|
+
};
|
|
8646
|
+
caretLeft: {
|
|
8647
|
+
type: BooleanConstructor;
|
|
8648
|
+
required: false;
|
|
8649
|
+
default: boolean;
|
|
8650
|
+
};
|
|
7761
8651
|
usePrimaryColor: {
|
|
7762
8652
|
type: BooleanConstructor;
|
|
7763
8653
|
required: false;
|
|
@@ -7865,6 +8755,16 @@ export namespace DropdownContent {
|
|
|
7865
8755
|
required: false;
|
|
7866
8756
|
default: string;
|
|
7867
8757
|
};
|
|
8758
|
+
caretMarginRight: {
|
|
8759
|
+
type: StringConstructor;
|
|
8760
|
+
required: false;
|
|
8761
|
+
default: string;
|
|
8762
|
+
};
|
|
8763
|
+
caretLeft: {
|
|
8764
|
+
type: BooleanConstructor;
|
|
8765
|
+
required: false;
|
|
8766
|
+
default: boolean;
|
|
8767
|
+
};
|
|
7868
8768
|
usePrimaryColor: {
|
|
7869
8769
|
type: BooleanConstructor;
|
|
7870
8770
|
required: false;
|
|
@@ -7875,6 +8775,7 @@ export namespace DropdownContent {
|
|
|
7875
8775
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
7876
8776
|
}>, {
|
|
7877
8777
|
title: string;
|
|
8778
|
+
caretLeft: boolean;
|
|
7878
8779
|
variant: "default" | "primary" | "secondary" | "none";
|
|
7879
8780
|
to: string | Record<string, any>;
|
|
7880
8781
|
exact: boolean;
|
|
@@ -7890,6 +8791,7 @@ export namespace DropdownContent {
|
|
|
7890
8791
|
caretInline: boolean;
|
|
7891
8792
|
caretColor: string;
|
|
7892
8793
|
caretMarginLeft: string;
|
|
8794
|
+
caretMarginRight: string;
|
|
7893
8795
|
usePrimaryColor: boolean;
|
|
7894
8796
|
}, {}, {
|
|
7895
8797
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -7913,11 +8815,21 @@ export namespace DropdownContent {
|
|
|
7913
8815
|
default: string;
|
|
7914
8816
|
required: false;
|
|
7915
8817
|
};
|
|
8818
|
+
marginRight: {
|
|
8819
|
+
type: StringConstructor;
|
|
8820
|
+
default: string;
|
|
8821
|
+
required: false;
|
|
8822
|
+
};
|
|
7916
8823
|
inline: {
|
|
7917
8824
|
type: BooleanConstructor;
|
|
7918
8825
|
default: boolean;
|
|
7919
8826
|
required: false;
|
|
7920
8827
|
};
|
|
8828
|
+
caretLeft: {
|
|
8829
|
+
type: BooleanConstructor;
|
|
8830
|
+
default: boolean;
|
|
8831
|
+
required: false;
|
|
8832
|
+
};
|
|
7921
8833
|
}>, {}, {}, {
|
|
7922
8834
|
computedClass(): string;
|
|
7923
8835
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -7941,17 +8853,29 @@ export namespace DropdownContent {
|
|
|
7941
8853
|
default: string;
|
|
7942
8854
|
required: false;
|
|
7943
8855
|
};
|
|
8856
|
+
marginRight: {
|
|
8857
|
+
type: StringConstructor;
|
|
8858
|
+
default: string;
|
|
8859
|
+
required: false;
|
|
8860
|
+
};
|
|
7944
8861
|
inline: {
|
|
7945
8862
|
type: BooleanConstructor;
|
|
7946
8863
|
default: boolean;
|
|
7947
8864
|
required: false;
|
|
7948
8865
|
};
|
|
8866
|
+
caretLeft: {
|
|
8867
|
+
type: BooleanConstructor;
|
|
8868
|
+
default: boolean;
|
|
8869
|
+
required: false;
|
|
8870
|
+
};
|
|
7949
8871
|
}>> & Readonly<{}>, {
|
|
7950
8872
|
inline: boolean;
|
|
7951
8873
|
passedWrapperClass: string;
|
|
7952
8874
|
arrowClass: string;
|
|
7953
8875
|
color: string;
|
|
7954
8876
|
marginLeft: string;
|
|
8877
|
+
marginRight: string;
|
|
8878
|
+
caretLeft: boolean;
|
|
7955
8879
|
}, {}, {
|
|
7956
8880
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7957
8881
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -8040,6 +8964,16 @@ export namespace DropdownContent {
|
|
|
8040
8964
|
required: false;
|
|
8041
8965
|
default: string;
|
|
8042
8966
|
};
|
|
8967
|
+
caretMarginRight: {
|
|
8968
|
+
type: StringConstructor;
|
|
8969
|
+
required: false;
|
|
8970
|
+
default: string;
|
|
8971
|
+
};
|
|
8972
|
+
caretLeft: {
|
|
8973
|
+
type: BooleanConstructor;
|
|
8974
|
+
required: false;
|
|
8975
|
+
default: boolean;
|
|
8976
|
+
};
|
|
8043
8977
|
usePrimaryColor: {
|
|
8044
8978
|
type: BooleanConstructor;
|
|
8045
8979
|
required: false;
|
|
@@ -8147,6 +9081,16 @@ export namespace DropdownContent {
|
|
|
8147
9081
|
required: false;
|
|
8148
9082
|
default: string;
|
|
8149
9083
|
};
|
|
9084
|
+
caretMarginRight: {
|
|
9085
|
+
type: StringConstructor;
|
|
9086
|
+
required: false;
|
|
9087
|
+
default: string;
|
|
9088
|
+
};
|
|
9089
|
+
caretLeft: {
|
|
9090
|
+
type: BooleanConstructor;
|
|
9091
|
+
required: false;
|
|
9092
|
+
default: boolean;
|
|
9093
|
+
};
|
|
8150
9094
|
usePrimaryColor: {
|
|
8151
9095
|
type: BooleanConstructor;
|
|
8152
9096
|
required: false;
|
|
@@ -8157,6 +9101,7 @@ export namespace DropdownContent {
|
|
|
8157
9101
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
8158
9102
|
}>, {
|
|
8159
9103
|
title: string;
|
|
9104
|
+
caretLeft: boolean;
|
|
8160
9105
|
variant: "default" | "primary" | "secondary" | "none";
|
|
8161
9106
|
to: string | Record<string, any>;
|
|
8162
9107
|
exact: boolean;
|
|
@@ -8172,6 +9117,7 @@ export namespace DropdownContent {
|
|
|
8172
9117
|
caretInline: boolean;
|
|
8173
9118
|
caretColor: string;
|
|
8174
9119
|
caretMarginLeft: string;
|
|
9120
|
+
caretMarginRight: string;
|
|
8175
9121
|
usePrimaryColor: boolean;
|
|
8176
9122
|
}, {}, {
|
|
8177
9123
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -8195,11 +9141,21 @@ export namespace DropdownContent {
|
|
|
8195
9141
|
default: string;
|
|
8196
9142
|
required: false;
|
|
8197
9143
|
};
|
|
9144
|
+
marginRight: {
|
|
9145
|
+
type: StringConstructor;
|
|
9146
|
+
default: string;
|
|
9147
|
+
required: false;
|
|
9148
|
+
};
|
|
8198
9149
|
inline: {
|
|
8199
9150
|
type: BooleanConstructor;
|
|
8200
9151
|
default: boolean;
|
|
8201
9152
|
required: false;
|
|
8202
9153
|
};
|
|
9154
|
+
caretLeft: {
|
|
9155
|
+
type: BooleanConstructor;
|
|
9156
|
+
default: boolean;
|
|
9157
|
+
required: false;
|
|
9158
|
+
};
|
|
8203
9159
|
}>, {}, {}, {
|
|
8204
9160
|
computedClass(): string;
|
|
8205
9161
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -8223,17 +9179,29 @@ export namespace DropdownContent {
|
|
|
8223
9179
|
default: string;
|
|
8224
9180
|
required: false;
|
|
8225
9181
|
};
|
|
9182
|
+
marginRight: {
|
|
9183
|
+
type: StringConstructor;
|
|
9184
|
+
default: string;
|
|
9185
|
+
required: false;
|
|
9186
|
+
};
|
|
8226
9187
|
inline: {
|
|
8227
9188
|
type: BooleanConstructor;
|
|
8228
9189
|
default: boolean;
|
|
8229
9190
|
required: false;
|
|
8230
9191
|
};
|
|
9192
|
+
caretLeft: {
|
|
9193
|
+
type: BooleanConstructor;
|
|
9194
|
+
default: boolean;
|
|
9195
|
+
required: false;
|
|
9196
|
+
};
|
|
8231
9197
|
}>> & Readonly<{}>, {
|
|
8232
9198
|
inline: boolean;
|
|
8233
9199
|
passedWrapperClass: string;
|
|
8234
9200
|
arrowClass: string;
|
|
8235
9201
|
color: string;
|
|
8236
9202
|
marginLeft: string;
|
|
9203
|
+
marginRight: string;
|
|
9204
|
+
caretLeft: boolean;
|
|
8237
9205
|
}, {}, {
|
|
8238
9206
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8239
9207
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -8332,6 +9300,16 @@ export namespace DropdownContent {
|
|
|
8332
9300
|
required: false;
|
|
8333
9301
|
default: string;
|
|
8334
9302
|
};
|
|
9303
|
+
caretMarginRight: {
|
|
9304
|
+
type: StringConstructor;
|
|
9305
|
+
required: false;
|
|
9306
|
+
default: string;
|
|
9307
|
+
};
|
|
9308
|
+
caretLeft: {
|
|
9309
|
+
type: BooleanConstructor;
|
|
9310
|
+
required: false;
|
|
9311
|
+
default: boolean;
|
|
9312
|
+
};
|
|
8335
9313
|
usePrimaryColor: {
|
|
8336
9314
|
type: BooleanConstructor;
|
|
8337
9315
|
required: false;
|
|
@@ -8439,6 +9417,16 @@ export namespace DropdownContent {
|
|
|
8439
9417
|
required: false;
|
|
8440
9418
|
default: string;
|
|
8441
9419
|
};
|
|
9420
|
+
caretMarginRight: {
|
|
9421
|
+
type: StringConstructor;
|
|
9422
|
+
required: false;
|
|
9423
|
+
default: string;
|
|
9424
|
+
};
|
|
9425
|
+
caretLeft: {
|
|
9426
|
+
type: BooleanConstructor;
|
|
9427
|
+
required: false;
|
|
9428
|
+
default: boolean;
|
|
9429
|
+
};
|
|
8442
9430
|
usePrimaryColor: {
|
|
8443
9431
|
type: BooleanConstructor;
|
|
8444
9432
|
required: false;
|
|
@@ -8449,6 +9437,7 @@ export namespace DropdownContent {
|
|
|
8449
9437
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
8450
9438
|
}>, {
|
|
8451
9439
|
title: string;
|
|
9440
|
+
caretLeft: boolean;
|
|
8452
9441
|
variant: "default" | "primary" | "secondary" | "none";
|
|
8453
9442
|
to: string | Record<string, any>;
|
|
8454
9443
|
exact: boolean;
|
|
@@ -8464,6 +9453,7 @@ export namespace DropdownContent {
|
|
|
8464
9453
|
caretInline: boolean;
|
|
8465
9454
|
caretColor: string;
|
|
8466
9455
|
caretMarginLeft: string;
|
|
9456
|
+
caretMarginRight: string;
|
|
8467
9457
|
usePrimaryColor: boolean;
|
|
8468
9458
|
}, {}, {
|
|
8469
9459
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -8487,11 +9477,21 @@ export namespace DropdownContent {
|
|
|
8487
9477
|
default: string;
|
|
8488
9478
|
required: false;
|
|
8489
9479
|
};
|
|
9480
|
+
marginRight: {
|
|
9481
|
+
type: StringConstructor;
|
|
9482
|
+
default: string;
|
|
9483
|
+
required: false;
|
|
9484
|
+
};
|
|
8490
9485
|
inline: {
|
|
8491
9486
|
type: BooleanConstructor;
|
|
8492
9487
|
default: boolean;
|
|
8493
9488
|
required: false;
|
|
8494
9489
|
};
|
|
9490
|
+
caretLeft: {
|
|
9491
|
+
type: BooleanConstructor;
|
|
9492
|
+
default: boolean;
|
|
9493
|
+
required: false;
|
|
9494
|
+
};
|
|
8495
9495
|
}>, {}, {}, {
|
|
8496
9496
|
computedClass(): string;
|
|
8497
9497
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -8515,17 +9515,29 @@ export namespace DropdownContent {
|
|
|
8515
9515
|
default: string;
|
|
8516
9516
|
required: false;
|
|
8517
9517
|
};
|
|
9518
|
+
marginRight: {
|
|
9519
|
+
type: StringConstructor;
|
|
9520
|
+
default: string;
|
|
9521
|
+
required: false;
|
|
9522
|
+
};
|
|
8518
9523
|
inline: {
|
|
8519
9524
|
type: BooleanConstructor;
|
|
8520
9525
|
default: boolean;
|
|
8521
9526
|
required: false;
|
|
8522
9527
|
};
|
|
9528
|
+
caretLeft: {
|
|
9529
|
+
type: BooleanConstructor;
|
|
9530
|
+
default: boolean;
|
|
9531
|
+
required: false;
|
|
9532
|
+
};
|
|
8523
9533
|
}>> & Readonly<{}>, {
|
|
8524
9534
|
inline: boolean;
|
|
8525
9535
|
passedWrapperClass: string;
|
|
8526
9536
|
arrowClass: string;
|
|
8527
9537
|
color: string;
|
|
8528
9538
|
marginLeft: string;
|
|
9539
|
+
marginRight: string;
|
|
9540
|
+
caretLeft: boolean;
|
|
8529
9541
|
}, {}, {
|
|
8530
9542
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8531
9543
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -8806,6 +9818,16 @@ export namespace DropdownMore {
|
|
|
8806
9818
|
required: false;
|
|
8807
9819
|
default: string;
|
|
8808
9820
|
};
|
|
9821
|
+
caretMarginRight: {
|
|
9822
|
+
type: StringConstructor;
|
|
9823
|
+
required: false;
|
|
9824
|
+
default: string;
|
|
9825
|
+
};
|
|
9826
|
+
caretLeft: {
|
|
9827
|
+
type: BooleanConstructor;
|
|
9828
|
+
required: false;
|
|
9829
|
+
default: boolean;
|
|
9830
|
+
};
|
|
8809
9831
|
usePrimaryColor: {
|
|
8810
9832
|
type: BooleanConstructor;
|
|
8811
9833
|
required: false;
|
|
@@ -8913,6 +9935,16 @@ export namespace DropdownMore {
|
|
|
8913
9935
|
required: false;
|
|
8914
9936
|
default: string;
|
|
8915
9937
|
};
|
|
9938
|
+
caretMarginRight: {
|
|
9939
|
+
type: StringConstructor;
|
|
9940
|
+
required: false;
|
|
9941
|
+
default: string;
|
|
9942
|
+
};
|
|
9943
|
+
caretLeft: {
|
|
9944
|
+
type: BooleanConstructor;
|
|
9945
|
+
required: false;
|
|
9946
|
+
default: boolean;
|
|
9947
|
+
};
|
|
8916
9948
|
usePrimaryColor: {
|
|
8917
9949
|
type: BooleanConstructor;
|
|
8918
9950
|
required: false;
|
|
@@ -8923,6 +9955,7 @@ export namespace DropdownMore {
|
|
|
8923
9955
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
8924
9956
|
}>, {
|
|
8925
9957
|
title: string;
|
|
9958
|
+
caretLeft: boolean;
|
|
8926
9959
|
variant: "default" | "primary" | "secondary" | "none";
|
|
8927
9960
|
to: string | Record<string, any>;
|
|
8928
9961
|
exact: boolean;
|
|
@@ -8938,6 +9971,7 @@ export namespace DropdownMore {
|
|
|
8938
9971
|
caretInline: boolean;
|
|
8939
9972
|
caretColor: string;
|
|
8940
9973
|
caretMarginLeft: string;
|
|
9974
|
+
caretMarginRight: string;
|
|
8941
9975
|
usePrimaryColor: boolean;
|
|
8942
9976
|
}, {}, {
|
|
8943
9977
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -8961,11 +9995,21 @@ export namespace DropdownMore {
|
|
|
8961
9995
|
default: string;
|
|
8962
9996
|
required: false;
|
|
8963
9997
|
};
|
|
9998
|
+
marginRight: {
|
|
9999
|
+
type: StringConstructor;
|
|
10000
|
+
default: string;
|
|
10001
|
+
required: false;
|
|
10002
|
+
};
|
|
8964
10003
|
inline: {
|
|
8965
10004
|
type: BooleanConstructor;
|
|
8966
10005
|
default: boolean;
|
|
8967
10006
|
required: false;
|
|
8968
10007
|
};
|
|
10008
|
+
caretLeft: {
|
|
10009
|
+
type: BooleanConstructor;
|
|
10010
|
+
default: boolean;
|
|
10011
|
+
required: false;
|
|
10012
|
+
};
|
|
8969
10013
|
}>, {}, {}, {
|
|
8970
10014
|
computedClass(): string;
|
|
8971
10015
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -8989,17 +10033,29 @@ export namespace DropdownMore {
|
|
|
8989
10033
|
default: string;
|
|
8990
10034
|
required: false;
|
|
8991
10035
|
};
|
|
10036
|
+
marginRight: {
|
|
10037
|
+
type: StringConstructor;
|
|
10038
|
+
default: string;
|
|
10039
|
+
required: false;
|
|
10040
|
+
};
|
|
8992
10041
|
inline: {
|
|
8993
10042
|
type: BooleanConstructor;
|
|
8994
10043
|
default: boolean;
|
|
8995
10044
|
required: false;
|
|
8996
10045
|
};
|
|
10046
|
+
caretLeft: {
|
|
10047
|
+
type: BooleanConstructor;
|
|
10048
|
+
default: boolean;
|
|
10049
|
+
required: false;
|
|
10050
|
+
};
|
|
8997
10051
|
}>> & Readonly<{}>, {
|
|
8998
10052
|
inline: boolean;
|
|
8999
10053
|
passedWrapperClass: string;
|
|
9000
10054
|
arrowClass: string;
|
|
9001
10055
|
color: string;
|
|
9002
10056
|
marginLeft: string;
|
|
10057
|
+
marginRight: string;
|
|
10058
|
+
caretLeft: boolean;
|
|
9003
10059
|
}, {}, {
|
|
9004
10060
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9005
10061
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -9088,6 +10144,16 @@ export namespace DropdownMore {
|
|
|
9088
10144
|
required: false;
|
|
9089
10145
|
default: string;
|
|
9090
10146
|
};
|
|
10147
|
+
caretMarginRight: {
|
|
10148
|
+
type: StringConstructor;
|
|
10149
|
+
required: false;
|
|
10150
|
+
default: string;
|
|
10151
|
+
};
|
|
10152
|
+
caretLeft: {
|
|
10153
|
+
type: BooleanConstructor;
|
|
10154
|
+
required: false;
|
|
10155
|
+
default: boolean;
|
|
10156
|
+
};
|
|
9091
10157
|
usePrimaryColor: {
|
|
9092
10158
|
type: BooleanConstructor;
|
|
9093
10159
|
required: false;
|
|
@@ -9195,6 +10261,16 @@ export namespace DropdownMore {
|
|
|
9195
10261
|
required: false;
|
|
9196
10262
|
default: string;
|
|
9197
10263
|
};
|
|
10264
|
+
caretMarginRight: {
|
|
10265
|
+
type: StringConstructor;
|
|
10266
|
+
required: false;
|
|
10267
|
+
default: string;
|
|
10268
|
+
};
|
|
10269
|
+
caretLeft: {
|
|
10270
|
+
type: BooleanConstructor;
|
|
10271
|
+
required: false;
|
|
10272
|
+
default: boolean;
|
|
10273
|
+
};
|
|
9198
10274
|
usePrimaryColor: {
|
|
9199
10275
|
type: BooleanConstructor;
|
|
9200
10276
|
required: false;
|
|
@@ -9205,6 +10281,7 @@ export namespace DropdownMore {
|
|
|
9205
10281
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
9206
10282
|
}>, {
|
|
9207
10283
|
title: string;
|
|
10284
|
+
caretLeft: boolean;
|
|
9208
10285
|
variant: "default" | "primary" | "secondary" | "none";
|
|
9209
10286
|
to: string | Record<string, any>;
|
|
9210
10287
|
exact: boolean;
|
|
@@ -9220,6 +10297,7 @@ export namespace DropdownMore {
|
|
|
9220
10297
|
caretInline: boolean;
|
|
9221
10298
|
caretColor: string;
|
|
9222
10299
|
caretMarginLeft: string;
|
|
10300
|
+
caretMarginRight: string;
|
|
9223
10301
|
usePrimaryColor: boolean;
|
|
9224
10302
|
}, {}, {
|
|
9225
10303
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -9243,11 +10321,21 @@ export namespace DropdownMore {
|
|
|
9243
10321
|
default: string;
|
|
9244
10322
|
required: false;
|
|
9245
10323
|
};
|
|
10324
|
+
marginRight: {
|
|
10325
|
+
type: StringConstructor;
|
|
10326
|
+
default: string;
|
|
10327
|
+
required: false;
|
|
10328
|
+
};
|
|
9246
10329
|
inline: {
|
|
9247
10330
|
type: BooleanConstructor;
|
|
9248
10331
|
default: boolean;
|
|
9249
10332
|
required: false;
|
|
9250
10333
|
};
|
|
10334
|
+
caretLeft: {
|
|
10335
|
+
type: BooleanConstructor;
|
|
10336
|
+
default: boolean;
|
|
10337
|
+
required: false;
|
|
10338
|
+
};
|
|
9251
10339
|
}>, {}, {}, {
|
|
9252
10340
|
computedClass(): string;
|
|
9253
10341
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -9271,17 +10359,29 @@ export namespace DropdownMore {
|
|
|
9271
10359
|
default: string;
|
|
9272
10360
|
required: false;
|
|
9273
10361
|
};
|
|
10362
|
+
marginRight: {
|
|
10363
|
+
type: StringConstructor;
|
|
10364
|
+
default: string;
|
|
10365
|
+
required: false;
|
|
10366
|
+
};
|
|
9274
10367
|
inline: {
|
|
9275
10368
|
type: BooleanConstructor;
|
|
9276
10369
|
default: boolean;
|
|
9277
10370
|
required: false;
|
|
9278
10371
|
};
|
|
10372
|
+
caretLeft: {
|
|
10373
|
+
type: BooleanConstructor;
|
|
10374
|
+
default: boolean;
|
|
10375
|
+
required: false;
|
|
10376
|
+
};
|
|
9279
10377
|
}>> & Readonly<{}>, {
|
|
9280
10378
|
inline: boolean;
|
|
9281
10379
|
passedWrapperClass: string;
|
|
9282
10380
|
arrowClass: string;
|
|
9283
10381
|
color: string;
|
|
9284
10382
|
marginLeft: string;
|
|
10383
|
+
marginRight: string;
|
|
10384
|
+
caretLeft: boolean;
|
|
9285
10385
|
}, {}, {
|
|
9286
10386
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9287
10387
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -9531,6 +10631,16 @@ export namespace DropdownMore {
|
|
|
9531
10631
|
required: false;
|
|
9532
10632
|
default: string;
|
|
9533
10633
|
};
|
|
10634
|
+
caretMarginRight: {
|
|
10635
|
+
type: StringConstructor;
|
|
10636
|
+
required: false;
|
|
10637
|
+
default: string;
|
|
10638
|
+
};
|
|
10639
|
+
caretLeft: {
|
|
10640
|
+
type: BooleanConstructor;
|
|
10641
|
+
required: false;
|
|
10642
|
+
default: boolean;
|
|
10643
|
+
};
|
|
9534
10644
|
usePrimaryColor: {
|
|
9535
10645
|
type: BooleanConstructor;
|
|
9536
10646
|
required: false;
|
|
@@ -9638,6 +10748,16 @@ export namespace DropdownMore {
|
|
|
9638
10748
|
required: false;
|
|
9639
10749
|
default: string;
|
|
9640
10750
|
};
|
|
10751
|
+
caretMarginRight: {
|
|
10752
|
+
type: StringConstructor;
|
|
10753
|
+
required: false;
|
|
10754
|
+
default: string;
|
|
10755
|
+
};
|
|
10756
|
+
caretLeft: {
|
|
10757
|
+
type: BooleanConstructor;
|
|
10758
|
+
required: false;
|
|
10759
|
+
default: boolean;
|
|
10760
|
+
};
|
|
9641
10761
|
usePrimaryColor: {
|
|
9642
10762
|
type: BooleanConstructor;
|
|
9643
10763
|
required: false;
|
|
@@ -9648,6 +10768,7 @@ export namespace DropdownMore {
|
|
|
9648
10768
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
9649
10769
|
}>, {
|
|
9650
10770
|
title: string;
|
|
10771
|
+
caretLeft: boolean;
|
|
9651
10772
|
variant: "default" | "primary" | "secondary" | "none";
|
|
9652
10773
|
to: string | Record<string, any>;
|
|
9653
10774
|
exact: boolean;
|
|
@@ -9663,6 +10784,7 @@ export namespace DropdownMore {
|
|
|
9663
10784
|
caretInline: boolean;
|
|
9664
10785
|
caretColor: string;
|
|
9665
10786
|
caretMarginLeft: string;
|
|
10787
|
+
caretMarginRight: string;
|
|
9666
10788
|
usePrimaryColor: boolean;
|
|
9667
10789
|
}, {}, {
|
|
9668
10790
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -9686,11 +10808,21 @@ export namespace DropdownMore {
|
|
|
9686
10808
|
default: string;
|
|
9687
10809
|
required: false;
|
|
9688
10810
|
};
|
|
10811
|
+
marginRight: {
|
|
10812
|
+
type: StringConstructor;
|
|
10813
|
+
default: string;
|
|
10814
|
+
required: false;
|
|
10815
|
+
};
|
|
9689
10816
|
inline: {
|
|
9690
10817
|
type: BooleanConstructor;
|
|
9691
10818
|
default: boolean;
|
|
9692
10819
|
required: false;
|
|
9693
10820
|
};
|
|
10821
|
+
caretLeft: {
|
|
10822
|
+
type: BooleanConstructor;
|
|
10823
|
+
default: boolean;
|
|
10824
|
+
required: false;
|
|
10825
|
+
};
|
|
9694
10826
|
}>, {}, {}, {
|
|
9695
10827
|
computedClass(): string;
|
|
9696
10828
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -9714,17 +10846,29 @@ export namespace DropdownMore {
|
|
|
9714
10846
|
default: string;
|
|
9715
10847
|
required: false;
|
|
9716
10848
|
};
|
|
10849
|
+
marginRight: {
|
|
10850
|
+
type: StringConstructor;
|
|
10851
|
+
default: string;
|
|
10852
|
+
required: false;
|
|
10853
|
+
};
|
|
9717
10854
|
inline: {
|
|
9718
10855
|
type: BooleanConstructor;
|
|
9719
10856
|
default: boolean;
|
|
9720
10857
|
required: false;
|
|
9721
10858
|
};
|
|
10859
|
+
caretLeft: {
|
|
10860
|
+
type: BooleanConstructor;
|
|
10861
|
+
default: boolean;
|
|
10862
|
+
required: false;
|
|
10863
|
+
};
|
|
9722
10864
|
}>> & Readonly<{}>, {
|
|
9723
10865
|
inline: boolean;
|
|
9724
10866
|
passedWrapperClass: string;
|
|
9725
10867
|
arrowClass: string;
|
|
9726
10868
|
color: string;
|
|
9727
10869
|
marginLeft: string;
|
|
10870
|
+
marginRight: string;
|
|
10871
|
+
caretLeft: boolean;
|
|
9728
10872
|
}, {}, {
|
|
9729
10873
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9730
10874
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -9960,6 +11104,16 @@ export namespace DropdownMore {
|
|
|
9960
11104
|
required: false;
|
|
9961
11105
|
default: string;
|
|
9962
11106
|
};
|
|
11107
|
+
caretMarginRight: {
|
|
11108
|
+
type: StringConstructor;
|
|
11109
|
+
required: false;
|
|
11110
|
+
default: string;
|
|
11111
|
+
};
|
|
11112
|
+
caretLeft: {
|
|
11113
|
+
type: BooleanConstructor;
|
|
11114
|
+
required: false;
|
|
11115
|
+
default: boolean;
|
|
11116
|
+
};
|
|
9963
11117
|
usePrimaryColor: {
|
|
9964
11118
|
type: BooleanConstructor;
|
|
9965
11119
|
required: false;
|
|
@@ -10067,6 +11221,16 @@ export namespace DropdownMore {
|
|
|
10067
11221
|
required: false;
|
|
10068
11222
|
default: string;
|
|
10069
11223
|
};
|
|
11224
|
+
caretMarginRight: {
|
|
11225
|
+
type: StringConstructor;
|
|
11226
|
+
required: false;
|
|
11227
|
+
default: string;
|
|
11228
|
+
};
|
|
11229
|
+
caretLeft: {
|
|
11230
|
+
type: BooleanConstructor;
|
|
11231
|
+
required: false;
|
|
11232
|
+
default: boolean;
|
|
11233
|
+
};
|
|
10070
11234
|
usePrimaryColor: {
|
|
10071
11235
|
type: BooleanConstructor;
|
|
10072
11236
|
required: false;
|
|
@@ -10077,6 +11241,7 @@ export namespace DropdownMore {
|
|
|
10077
11241
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
10078
11242
|
}>, {
|
|
10079
11243
|
title: string;
|
|
11244
|
+
caretLeft: boolean;
|
|
10080
11245
|
variant: "default" | "primary" | "secondary" | "none";
|
|
10081
11246
|
to: string | Record<string, any>;
|
|
10082
11247
|
exact: boolean;
|
|
@@ -10092,6 +11257,7 @@ export namespace DropdownMore {
|
|
|
10092
11257
|
caretInline: boolean;
|
|
10093
11258
|
caretColor: string;
|
|
10094
11259
|
caretMarginLeft: string;
|
|
11260
|
+
caretMarginRight: string;
|
|
10095
11261
|
usePrimaryColor: boolean;
|
|
10096
11262
|
}, {}, {
|
|
10097
11263
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -10115,11 +11281,21 @@ export namespace DropdownMore {
|
|
|
10115
11281
|
default: string;
|
|
10116
11282
|
required: false;
|
|
10117
11283
|
};
|
|
11284
|
+
marginRight: {
|
|
11285
|
+
type: StringConstructor;
|
|
11286
|
+
default: string;
|
|
11287
|
+
required: false;
|
|
11288
|
+
};
|
|
10118
11289
|
inline: {
|
|
10119
11290
|
type: BooleanConstructor;
|
|
10120
11291
|
default: boolean;
|
|
10121
11292
|
required: false;
|
|
10122
11293
|
};
|
|
11294
|
+
caretLeft: {
|
|
11295
|
+
type: BooleanConstructor;
|
|
11296
|
+
default: boolean;
|
|
11297
|
+
required: false;
|
|
11298
|
+
};
|
|
10123
11299
|
}>, {}, {}, {
|
|
10124
11300
|
computedClass(): string;
|
|
10125
11301
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -10143,17 +11319,29 @@ export namespace DropdownMore {
|
|
|
10143
11319
|
default: string;
|
|
10144
11320
|
required: false;
|
|
10145
11321
|
};
|
|
11322
|
+
marginRight: {
|
|
11323
|
+
type: StringConstructor;
|
|
11324
|
+
default: string;
|
|
11325
|
+
required: false;
|
|
11326
|
+
};
|
|
10146
11327
|
inline: {
|
|
10147
11328
|
type: BooleanConstructor;
|
|
10148
11329
|
default: boolean;
|
|
10149
11330
|
required: false;
|
|
10150
11331
|
};
|
|
11332
|
+
caretLeft: {
|
|
11333
|
+
type: BooleanConstructor;
|
|
11334
|
+
default: boolean;
|
|
11335
|
+
required: false;
|
|
11336
|
+
};
|
|
10151
11337
|
}>> & Readonly<{}>, {
|
|
10152
11338
|
inline: boolean;
|
|
10153
11339
|
passedWrapperClass: string;
|
|
10154
11340
|
arrowClass: string;
|
|
10155
11341
|
color: string;
|
|
10156
11342
|
marginLeft: string;
|
|
11343
|
+
marginRight: string;
|
|
11344
|
+
caretLeft: boolean;
|
|
10157
11345
|
}, {}, {
|
|
10158
11346
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10159
11347
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|