@explorer-1/vue 1.0.6 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/components.d.ts +10 -2
- package/dist/explorer-1-vue.css +1 -1
- package/dist/explorer-1-vue.js +43157 -41849
- package/dist/explorer-1-vue.umd.cjs +44 -44
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +44 -0
- package/dist/src/components/AttractionCard/AttractionCard.vue.d.ts +146 -0
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +2 -2
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +44 -0
- package/dist/src/components/BaseLink/BaseLink.stories.d.ts +8 -0
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +50 -2
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +88 -0
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +44 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +1 -1
- package/dist/src/components/BlockCsrTable/{CsrTestLimits.vue.d.ts → CsrDetails.vue.d.ts} +2 -2
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +44 -0
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +528 -0
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +88 -0
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +44 -0
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +44 -0
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +44 -0
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +44 -0
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +44 -0
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +44 -0
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +44 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +44 -0
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +132 -0
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +132 -0
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +44 -0
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +44 -0
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +220 -0
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +44 -0
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +44 -0
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +44 -0
- package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +44 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +2 -2
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +792 -0
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +44 -0
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +44 -0
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +44 -0
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +44 -0
- package/dist/src/components/EventCard/EventCard.vue.d.ts +44 -0
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +44 -0
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +44 -0
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +44 -0
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +88 -0
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +44 -0
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +44 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +44 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +88 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +44 -0
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +528 -0
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +88 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +44 -0
- package/dist/src/components/Icons/IconBookmark.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconHourglass.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconLocationCrosshairs.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMap.vue.d.ts +2 -0
- package/dist/src/components/Icons/Icons.stories.d.ts +33 -0
- package/dist/src/components/MetadataStacked/MetadataStacked.stories.d.ts +18 -0
- package/dist/src/components/MetadataStacked/MetadataStacked.vue.d.ts +65 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +44 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +44 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +44 -0
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +44 -0
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +132 -0
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +22 -0
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +26 -0
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +88 -0
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +44 -0
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +1188 -0
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +352 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +132 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +176 -0
- package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +44 -0
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +220 -0
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +220 -0
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +44 -0
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +44 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +98 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +44 -0
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +88 -0
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +44 -0
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +44 -0
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +968 -0
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +220 -0
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +88 -0
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +660 -0
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +44 -0
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +44 -0
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +105 -0
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +44 -0
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +44 -0
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +44 -0
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +88 -0
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +44 -0
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +176 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +11 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +310 -0
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +132 -0
- package/dist/src/components/SearchResultsList/SearchResultsList.stories.d.ts +191 -0
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +451 -0
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +44 -0
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +44 -0
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +176 -0
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +88 -0
- package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +88 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +88 -0
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +44 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +44 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +44 -0
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +44 -0
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +132 -0
- package/dist/src/interfaces.d.ts +36 -1
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +440 -0
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +1199 -0
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +1012 -0
- package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +1188 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +1056 -0
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +220 -0
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +98 -0
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +1012 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +1154 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +98 -0
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +98 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +98 -0
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +98 -0
- package/dist/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.stories.d.ts +21 -0
- package/dist/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.vue.d.ts +41 -0
- package/dist/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.stories.d.ts +193 -0
- package/dist/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.vue.d.ts +15 -0
- package/dist/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.stories.d.ts +80 -0
- package/dist/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.vue.d.ts +15 -0
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +1023 -2
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +968 -0
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +354 -0
- package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +572 -0
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +44 -0
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +352 -0
- package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +706 -0
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +530 -0
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +354 -0
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +97 -0
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +1056 -0
- package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +185 -0
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +396 -0
- package/package.json +25 -24
- package/src/components/AttractionCard/AttractionCard.vue +113 -0
- package/src/components/BaseButton/BaseButton.stories.ts +2 -2
- package/src/components/BaseButton/BaseButton.vue +6 -6
- package/src/components/BaseCarousel/BaseCarousel.vue +2 -2
- package/src/components/BaseLink/BaseLink.stories.js +8 -0
- package/src/components/BaseLink/BaseLink.vue +21 -1
- package/src/components/BlockAccordion/BlockAccordion.vue +1 -1
- package/src/components/BlockCsrTable/BlockCsrTable.vue +1 -1
- package/src/components/BlockCsrTable/CsrTestLimitsTable.vue +1 -0
- package/src/components/BlockCta/BlockCta.vue +1 -1
- package/src/components/BlockGist/BlockGist.vue +2 -1
- package/src/components/BlockImageCarousel/BlockImageCarousel.vue +2 -2
- package/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue +1 -1
- package/src/components/CalendarChip/CalendarChip.vue +1 -1
- package/src/components/HeroInlineMedia/HeroInlineMedia.vue +1 -1
- package/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue +2 -2
- package/src/components/Icons/IconBookmark.vue +25 -0
- package/src/components/Icons/IconHourglass.vue +35 -0
- package/src/components/Icons/IconLocationCrosshairs.vue +26 -0
- package/src/components/Icons/IconMap.vue +26 -0
- package/src/components/Icons/Icons.stories.ts +29 -0
- package/src/components/MetaPanel/MetaPanel.vue +1 -1
- package/src/components/MetadataEduResource/MetadataEduResource.vue +1 -1
- package/src/components/MetadataEvent/MetadataEvent.vue +1 -1
- package/src/components/MetadataStacked/MetadataStacked.stories.js +21 -0
- package/src/components/MetadataStacked/MetadataStacked.vue +71 -0
- package/src/components/MissionDetailHero/MissionDetailHero.vue +1 -1
- package/src/components/MissionDetailHighlights/MissionDetailHighlights.vue +24 -19
- package/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue +2 -2
- package/src/components/MixinAnimationCaret/MixinAnimationCaret.vue +34 -0
- package/src/components/MixinCarousel/MixinCarousel.vue +2 -2
- package/src/components/MixinFancybox/MixinFancybox.vue +2 -3
- package/src/components/NavDesktop/NavDesktopDropdownMore.vue +1 -1
- package/src/components/NavJumpMenu/NavJumpMenu.vue +2 -2
- package/src/components/NavJumpMenu/NavJumpMenuContent.vue +1 -1
- package/src/components/NavSearchForm/NavSearchForm.vue +1 -1
- package/src/components/NavSecondary/NavSecondary.vue +11 -2
- package/src/components/NavSocial/NavSocial.vue +1 -1
- package/src/components/RoboticsDetailStats/RoboticsDetailStats.vue +3 -3
- package/src/components/SearchFilterGroup/SearchFilterGroup.vue +10 -4
- package/src/components/SearchPagination/SearchPagination.vue +2 -2
- package/src/components/SearchResultCard/SearchResultCard.stories.js +11 -0
- package/src/components/SearchResultCard/SearchResultCard.vue +31 -1
- package/src/components/SearchResultsList/SearchResultsList.stories.js +870 -0
- package/src/components/SearchResultsList/SearchResultsList.vue +19 -2
- package/src/components/ShareButtons/ShareButtons.vue +4 -4
- package/src/components/ShareButtonsEdu/ShareButtonsEdu.vue +1 -1
- package/src/components/TextArea/TextArea.vue +2 -1
- package/src/components/TextInput/TextInput.vue +1 -1
- package/src/components/TopicDetailMore/TopicDetailMore.vue +1 -1
- package/src/interfaces.ts +40 -1
- package/src/main.ts +1 -1
- package/src/templates/PageAudioDetail/PageAudioDetail.vue +9 -8
- package/src/templates/PageContent/PageContent.vue +2 -0
- package/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue +1 -1
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue +1 -1
- package/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.stories.js +22 -0
- package/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.vue +65 -0
- package/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.stories.js +102 -0
- package/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.vue +128 -0
- package/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.stories.js +90 -0
- package/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.vue +166 -0
- package/vite.config.ts +0 -2
- package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +0 -19
|
@@ -611,6 +611,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
611
611
|
type: BooleanConstructor;
|
|
612
612
|
default: boolean;
|
|
613
613
|
};
|
|
614
|
+
showOnMobile: {
|
|
615
|
+
type: BooleanConstructor;
|
|
616
|
+
default: boolean;
|
|
617
|
+
};
|
|
614
618
|
}>, {}, {
|
|
615
619
|
isSticky: boolean;
|
|
616
620
|
stickyElement?: HTMLElement;
|
|
@@ -660,11 +664,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
660
664
|
type: BooleanConstructor;
|
|
661
665
|
default: boolean;
|
|
662
666
|
};
|
|
667
|
+
showOnMobile: {
|
|
668
|
+
type: BooleanConstructor;
|
|
669
|
+
default: boolean;
|
|
670
|
+
};
|
|
663
671
|
}>> & Readonly<{}>, {
|
|
664
672
|
invert: boolean;
|
|
665
673
|
breadcrumb: string;
|
|
666
674
|
hasIntro: boolean;
|
|
667
675
|
jumpMenu: boolean;
|
|
676
|
+
showOnMobile: boolean;
|
|
668
677
|
}, {}, {
|
|
669
678
|
NavSecondaryDropdown: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
670
679
|
index: {
|
|
@@ -872,6 +881,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
872
881
|
required: false;
|
|
873
882
|
default: string;
|
|
874
883
|
};
|
|
884
|
+
caretMarginRight: {
|
|
885
|
+
type: StringConstructor;
|
|
886
|
+
required: false;
|
|
887
|
+
default: string;
|
|
888
|
+
};
|
|
889
|
+
caretLeft: {
|
|
890
|
+
type: BooleanConstructor;
|
|
891
|
+
required: false;
|
|
892
|
+
default: boolean;
|
|
893
|
+
};
|
|
875
894
|
usePrimaryColor: {
|
|
876
895
|
type: BooleanConstructor;
|
|
877
896
|
required: false;
|
|
@@ -979,6 +998,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
979
998
|
required: false;
|
|
980
999
|
default: string;
|
|
981
1000
|
};
|
|
1001
|
+
caretMarginRight: {
|
|
1002
|
+
type: StringConstructor;
|
|
1003
|
+
required: false;
|
|
1004
|
+
default: string;
|
|
1005
|
+
};
|
|
1006
|
+
caretLeft: {
|
|
1007
|
+
type: BooleanConstructor;
|
|
1008
|
+
required: false;
|
|
1009
|
+
default: boolean;
|
|
1010
|
+
};
|
|
982
1011
|
usePrimaryColor: {
|
|
983
1012
|
type: BooleanConstructor;
|
|
984
1013
|
required: false;
|
|
@@ -989,6 +1018,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
989
1018
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
990
1019
|
}>, {
|
|
991
1020
|
title: string;
|
|
1021
|
+
caretLeft: boolean;
|
|
992
1022
|
variant: "default" | "primary" | "secondary" | "none";
|
|
993
1023
|
to: string | Record<string, any>;
|
|
994
1024
|
exact: boolean;
|
|
@@ -1004,6 +1034,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1004
1034
|
caretInline: boolean;
|
|
1005
1035
|
caretColor: string;
|
|
1006
1036
|
caretMarginLeft: string;
|
|
1037
|
+
caretMarginRight: string;
|
|
1007
1038
|
usePrimaryColor: boolean;
|
|
1008
1039
|
}, {}, {
|
|
1009
1040
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1027,11 +1058,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1027
1058
|
default: string;
|
|
1028
1059
|
required: false;
|
|
1029
1060
|
};
|
|
1061
|
+
marginRight: {
|
|
1062
|
+
type: StringConstructor;
|
|
1063
|
+
default: string;
|
|
1064
|
+
required: false;
|
|
1065
|
+
};
|
|
1030
1066
|
inline: {
|
|
1031
1067
|
type: BooleanConstructor;
|
|
1032
1068
|
default: boolean;
|
|
1033
1069
|
required: false;
|
|
1034
1070
|
};
|
|
1071
|
+
caretLeft: {
|
|
1072
|
+
type: BooleanConstructor;
|
|
1073
|
+
default: boolean;
|
|
1074
|
+
required: false;
|
|
1075
|
+
};
|
|
1035
1076
|
}>, {}, {}, {
|
|
1036
1077
|
computedClass(): string;
|
|
1037
1078
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1055,17 +1096,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1055
1096
|
default: string;
|
|
1056
1097
|
required: false;
|
|
1057
1098
|
};
|
|
1099
|
+
marginRight: {
|
|
1100
|
+
type: StringConstructor;
|
|
1101
|
+
default: string;
|
|
1102
|
+
required: false;
|
|
1103
|
+
};
|
|
1058
1104
|
inline: {
|
|
1059
1105
|
type: BooleanConstructor;
|
|
1060
1106
|
default: boolean;
|
|
1061
1107
|
required: false;
|
|
1062
1108
|
};
|
|
1109
|
+
caretLeft: {
|
|
1110
|
+
type: BooleanConstructor;
|
|
1111
|
+
default: boolean;
|
|
1112
|
+
required: false;
|
|
1113
|
+
};
|
|
1063
1114
|
}>> & Readonly<{}>, {
|
|
1064
1115
|
inline: boolean;
|
|
1065
1116
|
passedWrapperClass: string;
|
|
1066
1117
|
arrowClass: string;
|
|
1067
1118
|
color: string;
|
|
1068
1119
|
marginLeft: string;
|
|
1120
|
+
marginRight: string;
|
|
1121
|
+
caretLeft: boolean;
|
|
1069
1122
|
}, {}, {
|
|
1070
1123
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1071
1124
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1181,6 +1234,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1181
1234
|
required: false;
|
|
1182
1235
|
default: string;
|
|
1183
1236
|
};
|
|
1237
|
+
caretMarginRight: {
|
|
1238
|
+
type: StringConstructor;
|
|
1239
|
+
required: false;
|
|
1240
|
+
default: string;
|
|
1241
|
+
};
|
|
1242
|
+
caretLeft: {
|
|
1243
|
+
type: BooleanConstructor;
|
|
1244
|
+
required: false;
|
|
1245
|
+
default: boolean;
|
|
1246
|
+
};
|
|
1184
1247
|
usePrimaryColor: {
|
|
1185
1248
|
type: BooleanConstructor;
|
|
1186
1249
|
required: false;
|
|
@@ -1288,6 +1351,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1288
1351
|
required: false;
|
|
1289
1352
|
default: string;
|
|
1290
1353
|
};
|
|
1354
|
+
caretMarginRight: {
|
|
1355
|
+
type: StringConstructor;
|
|
1356
|
+
required: false;
|
|
1357
|
+
default: string;
|
|
1358
|
+
};
|
|
1359
|
+
caretLeft: {
|
|
1360
|
+
type: BooleanConstructor;
|
|
1361
|
+
required: false;
|
|
1362
|
+
default: boolean;
|
|
1363
|
+
};
|
|
1291
1364
|
usePrimaryColor: {
|
|
1292
1365
|
type: BooleanConstructor;
|
|
1293
1366
|
required: false;
|
|
@@ -1298,6 +1371,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1298
1371
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1299
1372
|
}>, {
|
|
1300
1373
|
title: string;
|
|
1374
|
+
caretLeft: boolean;
|
|
1301
1375
|
variant: "default" | "primary" | "secondary" | "none";
|
|
1302
1376
|
to: string | Record<string, any>;
|
|
1303
1377
|
exact: boolean;
|
|
@@ -1313,6 +1387,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1313
1387
|
caretInline: boolean;
|
|
1314
1388
|
caretColor: string;
|
|
1315
1389
|
caretMarginLeft: string;
|
|
1390
|
+
caretMarginRight: string;
|
|
1316
1391
|
usePrimaryColor: boolean;
|
|
1317
1392
|
}, {}, {
|
|
1318
1393
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1336,11 +1411,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1336
1411
|
default: string;
|
|
1337
1412
|
required: false;
|
|
1338
1413
|
};
|
|
1414
|
+
marginRight: {
|
|
1415
|
+
type: StringConstructor;
|
|
1416
|
+
default: string;
|
|
1417
|
+
required: false;
|
|
1418
|
+
};
|
|
1339
1419
|
inline: {
|
|
1340
1420
|
type: BooleanConstructor;
|
|
1341
1421
|
default: boolean;
|
|
1342
1422
|
required: false;
|
|
1343
1423
|
};
|
|
1424
|
+
caretLeft: {
|
|
1425
|
+
type: BooleanConstructor;
|
|
1426
|
+
default: boolean;
|
|
1427
|
+
required: false;
|
|
1428
|
+
};
|
|
1344
1429
|
}>, {}, {}, {
|
|
1345
1430
|
computedClass(): string;
|
|
1346
1431
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1364,17 +1449,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1364
1449
|
default: string;
|
|
1365
1450
|
required: false;
|
|
1366
1451
|
};
|
|
1452
|
+
marginRight: {
|
|
1453
|
+
type: StringConstructor;
|
|
1454
|
+
default: string;
|
|
1455
|
+
required: false;
|
|
1456
|
+
};
|
|
1367
1457
|
inline: {
|
|
1368
1458
|
type: BooleanConstructor;
|
|
1369
1459
|
default: boolean;
|
|
1370
1460
|
required: false;
|
|
1371
1461
|
};
|
|
1462
|
+
caretLeft: {
|
|
1463
|
+
type: BooleanConstructor;
|
|
1464
|
+
default: boolean;
|
|
1465
|
+
required: false;
|
|
1466
|
+
};
|
|
1372
1467
|
}>> & Readonly<{}>, {
|
|
1373
1468
|
inline: boolean;
|
|
1374
1469
|
passedWrapperClass: string;
|
|
1375
1470
|
arrowClass: string;
|
|
1376
1471
|
color: string;
|
|
1377
1472
|
marginLeft: string;
|
|
1473
|
+
marginRight: string;
|
|
1474
|
+
caretLeft: boolean;
|
|
1378
1475
|
}, {}, {
|
|
1379
1476
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1380
1477
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1687,6 +1784,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1687
1784
|
required: false;
|
|
1688
1785
|
default: string;
|
|
1689
1786
|
};
|
|
1787
|
+
caretMarginRight: {
|
|
1788
|
+
type: StringConstructor;
|
|
1789
|
+
required: false;
|
|
1790
|
+
default: string;
|
|
1791
|
+
};
|
|
1792
|
+
caretLeft: {
|
|
1793
|
+
type: BooleanConstructor;
|
|
1794
|
+
required: false;
|
|
1795
|
+
default: boolean;
|
|
1796
|
+
};
|
|
1690
1797
|
usePrimaryColor: {
|
|
1691
1798
|
type: BooleanConstructor;
|
|
1692
1799
|
required: false;
|
|
@@ -1794,6 +1901,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1794
1901
|
required: false;
|
|
1795
1902
|
default: string;
|
|
1796
1903
|
};
|
|
1904
|
+
caretMarginRight: {
|
|
1905
|
+
type: StringConstructor;
|
|
1906
|
+
required: false;
|
|
1907
|
+
default: string;
|
|
1908
|
+
};
|
|
1909
|
+
caretLeft: {
|
|
1910
|
+
type: BooleanConstructor;
|
|
1911
|
+
required: false;
|
|
1912
|
+
default: boolean;
|
|
1913
|
+
};
|
|
1797
1914
|
usePrimaryColor: {
|
|
1798
1915
|
type: BooleanConstructor;
|
|
1799
1916
|
required: false;
|
|
@@ -1804,6 +1921,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1804
1921
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1805
1922
|
}>, {
|
|
1806
1923
|
title: string;
|
|
1924
|
+
caretLeft: boolean;
|
|
1807
1925
|
variant: "default" | "primary" | "secondary" | "none";
|
|
1808
1926
|
to: string | Record<string, any>;
|
|
1809
1927
|
exact: boolean;
|
|
@@ -1819,6 +1937,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1819
1937
|
caretInline: boolean;
|
|
1820
1938
|
caretColor: string;
|
|
1821
1939
|
caretMarginLeft: string;
|
|
1940
|
+
caretMarginRight: string;
|
|
1822
1941
|
usePrimaryColor: boolean;
|
|
1823
1942
|
}, {}, {
|
|
1824
1943
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1842,11 +1961,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1842
1961
|
default: string;
|
|
1843
1962
|
required: false;
|
|
1844
1963
|
};
|
|
1964
|
+
marginRight: {
|
|
1965
|
+
type: StringConstructor;
|
|
1966
|
+
default: string;
|
|
1967
|
+
required: false;
|
|
1968
|
+
};
|
|
1845
1969
|
inline: {
|
|
1846
1970
|
type: BooleanConstructor;
|
|
1847
1971
|
default: boolean;
|
|
1848
1972
|
required: false;
|
|
1849
1973
|
};
|
|
1974
|
+
caretLeft: {
|
|
1975
|
+
type: BooleanConstructor;
|
|
1976
|
+
default: boolean;
|
|
1977
|
+
required: false;
|
|
1978
|
+
};
|
|
1850
1979
|
}>, {}, {}, {
|
|
1851
1980
|
computedClass(): string;
|
|
1852
1981
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1870,17 +1999,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1870
1999
|
default: string;
|
|
1871
2000
|
required: false;
|
|
1872
2001
|
};
|
|
2002
|
+
marginRight: {
|
|
2003
|
+
type: StringConstructor;
|
|
2004
|
+
default: string;
|
|
2005
|
+
required: false;
|
|
2006
|
+
};
|
|
1873
2007
|
inline: {
|
|
1874
2008
|
type: BooleanConstructor;
|
|
1875
2009
|
default: boolean;
|
|
1876
2010
|
required: false;
|
|
1877
2011
|
};
|
|
2012
|
+
caretLeft: {
|
|
2013
|
+
type: BooleanConstructor;
|
|
2014
|
+
default: boolean;
|
|
2015
|
+
required: false;
|
|
2016
|
+
};
|
|
1878
2017
|
}>> & Readonly<{}>, {
|
|
1879
2018
|
inline: boolean;
|
|
1880
2019
|
passedWrapperClass: string;
|
|
1881
2020
|
arrowClass: string;
|
|
1882
2021
|
color: string;
|
|
1883
2022
|
marginLeft: string;
|
|
2023
|
+
marginRight: string;
|
|
2024
|
+
caretLeft: boolean;
|
|
1884
2025
|
}, {}, {
|
|
1885
2026
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1886
2027
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -2101,6 +2242,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2101
2242
|
required: false;
|
|
2102
2243
|
default: string;
|
|
2103
2244
|
};
|
|
2245
|
+
caretMarginRight: {
|
|
2246
|
+
type: StringConstructor;
|
|
2247
|
+
required: false;
|
|
2248
|
+
default: string;
|
|
2249
|
+
};
|
|
2250
|
+
caretLeft: {
|
|
2251
|
+
type: BooleanConstructor;
|
|
2252
|
+
required: false;
|
|
2253
|
+
default: boolean;
|
|
2254
|
+
};
|
|
2104
2255
|
usePrimaryColor: {
|
|
2105
2256
|
type: BooleanConstructor;
|
|
2106
2257
|
required: false;
|
|
@@ -2208,6 +2359,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2208
2359
|
required: false;
|
|
2209
2360
|
default: string;
|
|
2210
2361
|
};
|
|
2362
|
+
caretMarginRight: {
|
|
2363
|
+
type: StringConstructor;
|
|
2364
|
+
required: false;
|
|
2365
|
+
default: string;
|
|
2366
|
+
};
|
|
2367
|
+
caretLeft: {
|
|
2368
|
+
type: BooleanConstructor;
|
|
2369
|
+
required: false;
|
|
2370
|
+
default: boolean;
|
|
2371
|
+
};
|
|
2211
2372
|
usePrimaryColor: {
|
|
2212
2373
|
type: BooleanConstructor;
|
|
2213
2374
|
required: false;
|
|
@@ -2218,6 +2379,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2218
2379
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2219
2380
|
}>, {
|
|
2220
2381
|
title: string;
|
|
2382
|
+
caretLeft: boolean;
|
|
2221
2383
|
variant: "default" | "primary" | "secondary" | "none";
|
|
2222
2384
|
to: string | Record<string, any>;
|
|
2223
2385
|
exact: boolean;
|
|
@@ -2233,6 +2395,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2233
2395
|
caretInline: boolean;
|
|
2234
2396
|
caretColor: string;
|
|
2235
2397
|
caretMarginLeft: string;
|
|
2398
|
+
caretMarginRight: string;
|
|
2236
2399
|
usePrimaryColor: boolean;
|
|
2237
2400
|
}, {}, {
|
|
2238
2401
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -2256,11 +2419,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2256
2419
|
default: string;
|
|
2257
2420
|
required: false;
|
|
2258
2421
|
};
|
|
2422
|
+
marginRight: {
|
|
2423
|
+
type: StringConstructor;
|
|
2424
|
+
default: string;
|
|
2425
|
+
required: false;
|
|
2426
|
+
};
|
|
2259
2427
|
inline: {
|
|
2260
2428
|
type: BooleanConstructor;
|
|
2261
2429
|
default: boolean;
|
|
2262
2430
|
required: false;
|
|
2263
2431
|
};
|
|
2432
|
+
caretLeft: {
|
|
2433
|
+
type: BooleanConstructor;
|
|
2434
|
+
default: boolean;
|
|
2435
|
+
required: false;
|
|
2436
|
+
};
|
|
2264
2437
|
}>, {}, {}, {
|
|
2265
2438
|
computedClass(): string;
|
|
2266
2439
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -2284,17 +2457,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2284
2457
|
default: string;
|
|
2285
2458
|
required: false;
|
|
2286
2459
|
};
|
|
2460
|
+
marginRight: {
|
|
2461
|
+
type: StringConstructor;
|
|
2462
|
+
default: string;
|
|
2463
|
+
required: false;
|
|
2464
|
+
};
|
|
2287
2465
|
inline: {
|
|
2288
2466
|
type: BooleanConstructor;
|
|
2289
2467
|
default: boolean;
|
|
2290
2468
|
required: false;
|
|
2291
2469
|
};
|
|
2470
|
+
caretLeft: {
|
|
2471
|
+
type: BooleanConstructor;
|
|
2472
|
+
default: boolean;
|
|
2473
|
+
required: false;
|
|
2474
|
+
};
|
|
2292
2475
|
}>> & Readonly<{}>, {
|
|
2293
2476
|
inline: boolean;
|
|
2294
2477
|
passedWrapperClass: string;
|
|
2295
2478
|
arrowClass: string;
|
|
2296
2479
|
color: string;
|
|
2297
2480
|
marginLeft: string;
|
|
2481
|
+
marginRight: string;
|
|
2482
|
+
caretLeft: boolean;
|
|
2298
2483
|
}, {}, {
|
|
2299
2484
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2300
2485
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|