@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
|
@@ -236,6 +236,16 @@ export namespace BaseStory {
|
|
|
236
236
|
required: false;
|
|
237
237
|
default: string;
|
|
238
238
|
};
|
|
239
|
+
caretMarginRight: {
|
|
240
|
+
type: StringConstructor;
|
|
241
|
+
required: false;
|
|
242
|
+
default: string;
|
|
243
|
+
};
|
|
244
|
+
caretLeft: {
|
|
245
|
+
type: BooleanConstructor;
|
|
246
|
+
required: false;
|
|
247
|
+
default: boolean;
|
|
248
|
+
};
|
|
239
249
|
usePrimaryColor: {
|
|
240
250
|
type: BooleanConstructor;
|
|
241
251
|
required: false;
|
|
@@ -343,6 +353,16 @@ export namespace BaseStory {
|
|
|
343
353
|
required: false;
|
|
344
354
|
default: string;
|
|
345
355
|
};
|
|
356
|
+
caretMarginRight: {
|
|
357
|
+
type: StringConstructor;
|
|
358
|
+
required: false;
|
|
359
|
+
default: string;
|
|
360
|
+
};
|
|
361
|
+
caretLeft: {
|
|
362
|
+
type: BooleanConstructor;
|
|
363
|
+
required: false;
|
|
364
|
+
default: boolean;
|
|
365
|
+
};
|
|
346
366
|
usePrimaryColor: {
|
|
347
367
|
type: BooleanConstructor;
|
|
348
368
|
required: false;
|
|
@@ -353,6 +373,7 @@ export namespace BaseStory {
|
|
|
353
373
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
354
374
|
}>, {
|
|
355
375
|
title: string;
|
|
376
|
+
caretLeft: boolean;
|
|
356
377
|
variant: "default" | "primary" | "secondary" | "none";
|
|
357
378
|
to: string | Record<string, any>;
|
|
358
379
|
exact: boolean;
|
|
@@ -368,6 +389,7 @@ export namespace BaseStory {
|
|
|
368
389
|
caretInline: boolean;
|
|
369
390
|
caretColor: string;
|
|
370
391
|
caretMarginLeft: string;
|
|
392
|
+
caretMarginRight: string;
|
|
371
393
|
usePrimaryColor: boolean;
|
|
372
394
|
}, {}, {
|
|
373
395
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -391,11 +413,21 @@ export namespace BaseStory {
|
|
|
391
413
|
default: string;
|
|
392
414
|
required: false;
|
|
393
415
|
};
|
|
416
|
+
marginRight: {
|
|
417
|
+
type: StringConstructor;
|
|
418
|
+
default: string;
|
|
419
|
+
required: false;
|
|
420
|
+
};
|
|
394
421
|
inline: {
|
|
395
422
|
type: BooleanConstructor;
|
|
396
423
|
default: boolean;
|
|
397
424
|
required: false;
|
|
398
425
|
};
|
|
426
|
+
caretLeft: {
|
|
427
|
+
type: BooleanConstructor;
|
|
428
|
+
default: boolean;
|
|
429
|
+
required: false;
|
|
430
|
+
};
|
|
399
431
|
}>, {}, {}, {
|
|
400
432
|
computedClass(): string;
|
|
401
433
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -419,17 +451,29 @@ export namespace BaseStory {
|
|
|
419
451
|
default: string;
|
|
420
452
|
required: false;
|
|
421
453
|
};
|
|
454
|
+
marginRight: {
|
|
455
|
+
type: StringConstructor;
|
|
456
|
+
default: string;
|
|
457
|
+
required: false;
|
|
458
|
+
};
|
|
422
459
|
inline: {
|
|
423
460
|
type: BooleanConstructor;
|
|
424
461
|
default: boolean;
|
|
425
462
|
required: false;
|
|
426
463
|
};
|
|
464
|
+
caretLeft: {
|
|
465
|
+
type: BooleanConstructor;
|
|
466
|
+
default: boolean;
|
|
467
|
+
required: false;
|
|
468
|
+
};
|
|
427
469
|
}>> & Readonly<{}>, {
|
|
428
470
|
inline: boolean;
|
|
429
471
|
passedWrapperClass: string;
|
|
430
472
|
arrowClass: string;
|
|
431
473
|
color: string;
|
|
432
474
|
marginLeft: string;
|
|
475
|
+
marginRight: string;
|
|
476
|
+
caretLeft: boolean;
|
|
433
477
|
}, {}, {
|
|
434
478
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
435
479
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -640,6 +684,16 @@ export namespace BaseStory {
|
|
|
640
684
|
required: false;
|
|
641
685
|
default: string;
|
|
642
686
|
};
|
|
687
|
+
caretMarginRight: {
|
|
688
|
+
type: StringConstructor;
|
|
689
|
+
required: false;
|
|
690
|
+
default: string;
|
|
691
|
+
};
|
|
692
|
+
caretLeft: {
|
|
693
|
+
type: BooleanConstructor;
|
|
694
|
+
required: false;
|
|
695
|
+
default: boolean;
|
|
696
|
+
};
|
|
643
697
|
usePrimaryColor: {
|
|
644
698
|
type: BooleanConstructor;
|
|
645
699
|
required: false;
|
|
@@ -747,6 +801,16 @@ export namespace BaseStory {
|
|
|
747
801
|
required: false;
|
|
748
802
|
default: string;
|
|
749
803
|
};
|
|
804
|
+
caretMarginRight: {
|
|
805
|
+
type: StringConstructor;
|
|
806
|
+
required: false;
|
|
807
|
+
default: string;
|
|
808
|
+
};
|
|
809
|
+
caretLeft: {
|
|
810
|
+
type: BooleanConstructor;
|
|
811
|
+
required: false;
|
|
812
|
+
default: boolean;
|
|
813
|
+
};
|
|
750
814
|
usePrimaryColor: {
|
|
751
815
|
type: BooleanConstructor;
|
|
752
816
|
required: false;
|
|
@@ -757,6 +821,7 @@ export namespace BaseStory {
|
|
|
757
821
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
758
822
|
}>, {
|
|
759
823
|
title: string;
|
|
824
|
+
caretLeft: boolean;
|
|
760
825
|
variant: "default" | "primary" | "secondary" | "none";
|
|
761
826
|
to: string | Record<string, any>;
|
|
762
827
|
exact: boolean;
|
|
@@ -772,6 +837,7 @@ export namespace BaseStory {
|
|
|
772
837
|
caretInline: boolean;
|
|
773
838
|
caretColor: string;
|
|
774
839
|
caretMarginLeft: string;
|
|
840
|
+
caretMarginRight: string;
|
|
775
841
|
usePrimaryColor: boolean;
|
|
776
842
|
}, {}, {
|
|
777
843
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -795,11 +861,21 @@ export namespace BaseStory {
|
|
|
795
861
|
default: string;
|
|
796
862
|
required: false;
|
|
797
863
|
};
|
|
864
|
+
marginRight: {
|
|
865
|
+
type: StringConstructor;
|
|
866
|
+
default: string;
|
|
867
|
+
required: false;
|
|
868
|
+
};
|
|
798
869
|
inline: {
|
|
799
870
|
type: BooleanConstructor;
|
|
800
871
|
default: boolean;
|
|
801
872
|
required: false;
|
|
802
873
|
};
|
|
874
|
+
caretLeft: {
|
|
875
|
+
type: BooleanConstructor;
|
|
876
|
+
default: boolean;
|
|
877
|
+
required: false;
|
|
878
|
+
};
|
|
803
879
|
}>, {}, {}, {
|
|
804
880
|
computedClass(): string;
|
|
805
881
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -823,17 +899,29 @@ export namespace BaseStory {
|
|
|
823
899
|
default: string;
|
|
824
900
|
required: false;
|
|
825
901
|
};
|
|
902
|
+
marginRight: {
|
|
903
|
+
type: StringConstructor;
|
|
904
|
+
default: string;
|
|
905
|
+
required: false;
|
|
906
|
+
};
|
|
826
907
|
inline: {
|
|
827
908
|
type: BooleanConstructor;
|
|
828
909
|
default: boolean;
|
|
829
910
|
required: false;
|
|
830
911
|
};
|
|
912
|
+
caretLeft: {
|
|
913
|
+
type: BooleanConstructor;
|
|
914
|
+
default: boolean;
|
|
915
|
+
required: false;
|
|
916
|
+
};
|
|
831
917
|
}>> & Readonly<{}>, {
|
|
832
918
|
inline: boolean;
|
|
833
919
|
passedWrapperClass: string;
|
|
834
920
|
arrowClass: string;
|
|
835
921
|
color: string;
|
|
836
922
|
marginLeft: string;
|
|
923
|
+
marginRight: string;
|
|
924
|
+
caretLeft: boolean;
|
|
837
925
|
}, {}, {
|
|
838
926
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
839
927
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1010,6 +1098,16 @@ export namespace BaseStory {
|
|
|
1010
1098
|
required: false;
|
|
1011
1099
|
default: string;
|
|
1012
1100
|
};
|
|
1101
|
+
caretMarginRight: {
|
|
1102
|
+
type: StringConstructor;
|
|
1103
|
+
required: false;
|
|
1104
|
+
default: string;
|
|
1105
|
+
};
|
|
1106
|
+
caretLeft: {
|
|
1107
|
+
type: BooleanConstructor;
|
|
1108
|
+
required: false;
|
|
1109
|
+
default: boolean;
|
|
1110
|
+
};
|
|
1013
1111
|
usePrimaryColor: {
|
|
1014
1112
|
type: BooleanConstructor;
|
|
1015
1113
|
required: false;
|
|
@@ -1117,6 +1215,16 @@ export namespace BaseStory {
|
|
|
1117
1215
|
required: false;
|
|
1118
1216
|
default: string;
|
|
1119
1217
|
};
|
|
1218
|
+
caretMarginRight: {
|
|
1219
|
+
type: StringConstructor;
|
|
1220
|
+
required: false;
|
|
1221
|
+
default: string;
|
|
1222
|
+
};
|
|
1223
|
+
caretLeft: {
|
|
1224
|
+
type: BooleanConstructor;
|
|
1225
|
+
required: false;
|
|
1226
|
+
default: boolean;
|
|
1227
|
+
};
|
|
1120
1228
|
usePrimaryColor: {
|
|
1121
1229
|
type: BooleanConstructor;
|
|
1122
1230
|
required: false;
|
|
@@ -1127,6 +1235,7 @@ export namespace BaseStory {
|
|
|
1127
1235
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1128
1236
|
}>, {
|
|
1129
1237
|
title: string;
|
|
1238
|
+
caretLeft: boolean;
|
|
1130
1239
|
variant: "default" | "primary" | "secondary" | "none";
|
|
1131
1240
|
to: string | Record<string, any>;
|
|
1132
1241
|
exact: boolean;
|
|
@@ -1142,6 +1251,7 @@ export namespace BaseStory {
|
|
|
1142
1251
|
caretInline: boolean;
|
|
1143
1252
|
caretColor: string;
|
|
1144
1253
|
caretMarginLeft: string;
|
|
1254
|
+
caretMarginRight: string;
|
|
1145
1255
|
usePrimaryColor: boolean;
|
|
1146
1256
|
}, {}, {
|
|
1147
1257
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1165,11 +1275,21 @@ export namespace BaseStory {
|
|
|
1165
1275
|
default: string;
|
|
1166
1276
|
required: false;
|
|
1167
1277
|
};
|
|
1278
|
+
marginRight: {
|
|
1279
|
+
type: StringConstructor;
|
|
1280
|
+
default: string;
|
|
1281
|
+
required: false;
|
|
1282
|
+
};
|
|
1168
1283
|
inline: {
|
|
1169
1284
|
type: BooleanConstructor;
|
|
1170
1285
|
default: boolean;
|
|
1171
1286
|
required: false;
|
|
1172
1287
|
};
|
|
1288
|
+
caretLeft: {
|
|
1289
|
+
type: BooleanConstructor;
|
|
1290
|
+
default: boolean;
|
|
1291
|
+
required: false;
|
|
1292
|
+
};
|
|
1173
1293
|
}>, {}, {}, {
|
|
1174
1294
|
computedClass(): string;
|
|
1175
1295
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1193,17 +1313,29 @@ export namespace BaseStory {
|
|
|
1193
1313
|
default: string;
|
|
1194
1314
|
required: false;
|
|
1195
1315
|
};
|
|
1316
|
+
marginRight: {
|
|
1317
|
+
type: StringConstructor;
|
|
1318
|
+
default: string;
|
|
1319
|
+
required: false;
|
|
1320
|
+
};
|
|
1196
1321
|
inline: {
|
|
1197
1322
|
type: BooleanConstructor;
|
|
1198
1323
|
default: boolean;
|
|
1199
1324
|
required: false;
|
|
1200
1325
|
};
|
|
1326
|
+
caretLeft: {
|
|
1327
|
+
type: BooleanConstructor;
|
|
1328
|
+
default: boolean;
|
|
1329
|
+
required: false;
|
|
1330
|
+
};
|
|
1201
1331
|
}>> & Readonly<{}>, {
|
|
1202
1332
|
inline: boolean;
|
|
1203
1333
|
passedWrapperClass: string;
|
|
1204
1334
|
arrowClass: string;
|
|
1205
1335
|
color: string;
|
|
1206
1336
|
marginLeft: string;
|
|
1337
|
+
marginRight: string;
|
|
1338
|
+
caretLeft: boolean;
|
|
1207
1339
|
}, {}, {
|
|
1208
1340
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1209
1341
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1326,6 +1458,16 @@ export namespace BaseStory {
|
|
|
1326
1458
|
required: false;
|
|
1327
1459
|
default: string;
|
|
1328
1460
|
};
|
|
1461
|
+
caretMarginRight: {
|
|
1462
|
+
type: StringConstructor;
|
|
1463
|
+
required: false;
|
|
1464
|
+
default: string;
|
|
1465
|
+
};
|
|
1466
|
+
caretLeft: {
|
|
1467
|
+
type: BooleanConstructor;
|
|
1468
|
+
required: false;
|
|
1469
|
+
default: boolean;
|
|
1470
|
+
};
|
|
1329
1471
|
usePrimaryColor: {
|
|
1330
1472
|
type: BooleanConstructor;
|
|
1331
1473
|
required: false;
|
|
@@ -1433,6 +1575,16 @@ export namespace BaseStory {
|
|
|
1433
1575
|
required: false;
|
|
1434
1576
|
default: string;
|
|
1435
1577
|
};
|
|
1578
|
+
caretMarginRight: {
|
|
1579
|
+
type: StringConstructor;
|
|
1580
|
+
required: false;
|
|
1581
|
+
default: string;
|
|
1582
|
+
};
|
|
1583
|
+
caretLeft: {
|
|
1584
|
+
type: BooleanConstructor;
|
|
1585
|
+
required: false;
|
|
1586
|
+
default: boolean;
|
|
1587
|
+
};
|
|
1436
1588
|
usePrimaryColor: {
|
|
1437
1589
|
type: BooleanConstructor;
|
|
1438
1590
|
required: false;
|
|
@@ -1443,6 +1595,7 @@ export namespace BaseStory {
|
|
|
1443
1595
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1444
1596
|
}>, {
|
|
1445
1597
|
title: string;
|
|
1598
|
+
caretLeft: boolean;
|
|
1446
1599
|
variant: "default" | "primary" | "secondary" | "none";
|
|
1447
1600
|
to: string | Record<string, any>;
|
|
1448
1601
|
exact: boolean;
|
|
@@ -1458,6 +1611,7 @@ export namespace BaseStory {
|
|
|
1458
1611
|
caretInline: boolean;
|
|
1459
1612
|
caretColor: string;
|
|
1460
1613
|
caretMarginLeft: string;
|
|
1614
|
+
caretMarginRight: string;
|
|
1461
1615
|
usePrimaryColor: boolean;
|
|
1462
1616
|
}, {}, {
|
|
1463
1617
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1481,11 +1635,21 @@ export namespace BaseStory {
|
|
|
1481
1635
|
default: string;
|
|
1482
1636
|
required: false;
|
|
1483
1637
|
};
|
|
1638
|
+
marginRight: {
|
|
1639
|
+
type: StringConstructor;
|
|
1640
|
+
default: string;
|
|
1641
|
+
required: false;
|
|
1642
|
+
};
|
|
1484
1643
|
inline: {
|
|
1485
1644
|
type: BooleanConstructor;
|
|
1486
1645
|
default: boolean;
|
|
1487
1646
|
required: false;
|
|
1488
1647
|
};
|
|
1648
|
+
caretLeft: {
|
|
1649
|
+
type: BooleanConstructor;
|
|
1650
|
+
default: boolean;
|
|
1651
|
+
required: false;
|
|
1652
|
+
};
|
|
1489
1653
|
}>, {}, {}, {
|
|
1490
1654
|
computedClass(): string;
|
|
1491
1655
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1509,17 +1673,29 @@ export namespace BaseStory {
|
|
|
1509
1673
|
default: string;
|
|
1510
1674
|
required: false;
|
|
1511
1675
|
};
|
|
1676
|
+
marginRight: {
|
|
1677
|
+
type: StringConstructor;
|
|
1678
|
+
default: string;
|
|
1679
|
+
required: false;
|
|
1680
|
+
};
|
|
1512
1681
|
inline: {
|
|
1513
1682
|
type: BooleanConstructor;
|
|
1514
1683
|
default: boolean;
|
|
1515
1684
|
required: false;
|
|
1516
1685
|
};
|
|
1686
|
+
caretLeft: {
|
|
1687
|
+
type: BooleanConstructor;
|
|
1688
|
+
default: boolean;
|
|
1689
|
+
required: false;
|
|
1690
|
+
};
|
|
1517
1691
|
}>> & Readonly<{}>, {
|
|
1518
1692
|
inline: boolean;
|
|
1519
1693
|
passedWrapperClass: string;
|
|
1520
1694
|
arrowClass: string;
|
|
1521
1695
|
color: string;
|
|
1522
1696
|
marginLeft: string;
|
|
1697
|
+
marginRight: string;
|
|
1698
|
+
caretLeft: boolean;
|
|
1523
1699
|
}, {}, {
|
|
1524
1700
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1525
1701
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1759,6 +1935,16 @@ export namespace BaseStory {
|
|
|
1759
1935
|
required: false;
|
|
1760
1936
|
default: string;
|
|
1761
1937
|
};
|
|
1938
|
+
caretMarginRight: {
|
|
1939
|
+
type: StringConstructor;
|
|
1940
|
+
required: false;
|
|
1941
|
+
default: string;
|
|
1942
|
+
};
|
|
1943
|
+
caretLeft: {
|
|
1944
|
+
type: BooleanConstructor;
|
|
1945
|
+
required: false;
|
|
1946
|
+
default: boolean;
|
|
1947
|
+
};
|
|
1762
1948
|
usePrimaryColor: {
|
|
1763
1949
|
type: BooleanConstructor;
|
|
1764
1950
|
required: false;
|
|
@@ -1866,6 +2052,16 @@ export namespace BaseStory {
|
|
|
1866
2052
|
required: false;
|
|
1867
2053
|
default: string;
|
|
1868
2054
|
};
|
|
2055
|
+
caretMarginRight: {
|
|
2056
|
+
type: StringConstructor;
|
|
2057
|
+
required: false;
|
|
2058
|
+
default: string;
|
|
2059
|
+
};
|
|
2060
|
+
caretLeft: {
|
|
2061
|
+
type: BooleanConstructor;
|
|
2062
|
+
required: false;
|
|
2063
|
+
default: boolean;
|
|
2064
|
+
};
|
|
1869
2065
|
usePrimaryColor: {
|
|
1870
2066
|
type: BooleanConstructor;
|
|
1871
2067
|
required: false;
|
|
@@ -1876,6 +2072,7 @@ export namespace BaseStory {
|
|
|
1876
2072
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1877
2073
|
}>, {
|
|
1878
2074
|
title: string;
|
|
2075
|
+
caretLeft: boolean;
|
|
1879
2076
|
variant: "default" | "primary" | "secondary" | "none";
|
|
1880
2077
|
to: string | Record<string, any>;
|
|
1881
2078
|
exact: boolean;
|
|
@@ -1891,6 +2088,7 @@ export namespace BaseStory {
|
|
|
1891
2088
|
caretInline: boolean;
|
|
1892
2089
|
caretColor: string;
|
|
1893
2090
|
caretMarginLeft: string;
|
|
2091
|
+
caretMarginRight: string;
|
|
1894
2092
|
usePrimaryColor: boolean;
|
|
1895
2093
|
}, {}, {
|
|
1896
2094
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1914,11 +2112,21 @@ export namespace BaseStory {
|
|
|
1914
2112
|
default: string;
|
|
1915
2113
|
required: false;
|
|
1916
2114
|
};
|
|
2115
|
+
marginRight: {
|
|
2116
|
+
type: StringConstructor;
|
|
2117
|
+
default: string;
|
|
2118
|
+
required: false;
|
|
2119
|
+
};
|
|
1917
2120
|
inline: {
|
|
1918
2121
|
type: BooleanConstructor;
|
|
1919
2122
|
default: boolean;
|
|
1920
2123
|
required: false;
|
|
1921
2124
|
};
|
|
2125
|
+
caretLeft: {
|
|
2126
|
+
type: BooleanConstructor;
|
|
2127
|
+
default: boolean;
|
|
2128
|
+
required: false;
|
|
2129
|
+
};
|
|
1922
2130
|
}>, {}, {}, {
|
|
1923
2131
|
computedClass(): string;
|
|
1924
2132
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1942,17 +2150,29 @@ export namespace BaseStory {
|
|
|
1942
2150
|
default: string;
|
|
1943
2151
|
required: false;
|
|
1944
2152
|
};
|
|
2153
|
+
marginRight: {
|
|
2154
|
+
type: StringConstructor;
|
|
2155
|
+
default: string;
|
|
2156
|
+
required: false;
|
|
2157
|
+
};
|
|
1945
2158
|
inline: {
|
|
1946
2159
|
type: BooleanConstructor;
|
|
1947
2160
|
default: boolean;
|
|
1948
2161
|
required: false;
|
|
1949
2162
|
};
|
|
2163
|
+
caretLeft: {
|
|
2164
|
+
type: BooleanConstructor;
|
|
2165
|
+
default: boolean;
|
|
2166
|
+
required: false;
|
|
2167
|
+
};
|
|
1950
2168
|
}>> & Readonly<{}>, {
|
|
1951
2169
|
inline: boolean;
|
|
1952
2170
|
passedWrapperClass: string;
|
|
1953
2171
|
arrowClass: string;
|
|
1954
2172
|
color: string;
|
|
1955
2173
|
marginLeft: string;
|
|
2174
|
+
marginRight: string;
|
|
2175
|
+
caretLeft: boolean;
|
|
1956
2176
|
}, {}, {
|
|
1957
2177
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1958
2178
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2160,6 +2380,16 @@ export namespace WithSecondaryNav {
|
|
|
2160
2380
|
required: false;
|
|
2161
2381
|
default: string;
|
|
2162
2382
|
};
|
|
2383
|
+
caretMarginRight: {
|
|
2384
|
+
type: StringConstructor;
|
|
2385
|
+
required: false;
|
|
2386
|
+
default: string;
|
|
2387
|
+
};
|
|
2388
|
+
caretLeft: {
|
|
2389
|
+
type: BooleanConstructor;
|
|
2390
|
+
required: false;
|
|
2391
|
+
default: boolean;
|
|
2392
|
+
};
|
|
2163
2393
|
usePrimaryColor: {
|
|
2164
2394
|
type: BooleanConstructor;
|
|
2165
2395
|
required: false;
|
|
@@ -2267,6 +2497,16 @@ export namespace WithSecondaryNav {
|
|
|
2267
2497
|
required: false;
|
|
2268
2498
|
default: string;
|
|
2269
2499
|
};
|
|
2500
|
+
caretMarginRight: {
|
|
2501
|
+
type: StringConstructor;
|
|
2502
|
+
required: false;
|
|
2503
|
+
default: string;
|
|
2504
|
+
};
|
|
2505
|
+
caretLeft: {
|
|
2506
|
+
type: BooleanConstructor;
|
|
2507
|
+
required: false;
|
|
2508
|
+
default: boolean;
|
|
2509
|
+
};
|
|
2270
2510
|
usePrimaryColor: {
|
|
2271
2511
|
type: BooleanConstructor;
|
|
2272
2512
|
required: false;
|
|
@@ -2277,6 +2517,7 @@ export namespace WithSecondaryNav {
|
|
|
2277
2517
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2278
2518
|
}>, {
|
|
2279
2519
|
title: string;
|
|
2520
|
+
caretLeft: boolean;
|
|
2280
2521
|
variant: "default" | "primary" | "secondary" | "none";
|
|
2281
2522
|
to: string | Record<string, any>;
|
|
2282
2523
|
exact: boolean;
|
|
@@ -2292,6 +2533,7 @@ export namespace WithSecondaryNav {
|
|
|
2292
2533
|
caretInline: boolean;
|
|
2293
2534
|
caretColor: string;
|
|
2294
2535
|
caretMarginLeft: string;
|
|
2536
|
+
caretMarginRight: string;
|
|
2295
2537
|
usePrimaryColor: boolean;
|
|
2296
2538
|
}, {}, {
|
|
2297
2539
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -2315,11 +2557,21 @@ export namespace WithSecondaryNav {
|
|
|
2315
2557
|
default: string;
|
|
2316
2558
|
required: false;
|
|
2317
2559
|
};
|
|
2560
|
+
marginRight: {
|
|
2561
|
+
type: StringConstructor;
|
|
2562
|
+
default: string;
|
|
2563
|
+
required: false;
|
|
2564
|
+
};
|
|
2318
2565
|
inline: {
|
|
2319
2566
|
type: BooleanConstructor;
|
|
2320
2567
|
default: boolean;
|
|
2321
2568
|
required: false;
|
|
2322
2569
|
};
|
|
2570
|
+
caretLeft: {
|
|
2571
|
+
type: BooleanConstructor;
|
|
2572
|
+
default: boolean;
|
|
2573
|
+
required: false;
|
|
2574
|
+
};
|
|
2323
2575
|
}>, {}, {}, {
|
|
2324
2576
|
computedClass(): string;
|
|
2325
2577
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2343,17 +2595,29 @@ export namespace WithSecondaryNav {
|
|
|
2343
2595
|
default: string;
|
|
2344
2596
|
required: false;
|
|
2345
2597
|
};
|
|
2598
|
+
marginRight: {
|
|
2599
|
+
type: StringConstructor;
|
|
2600
|
+
default: string;
|
|
2601
|
+
required: false;
|
|
2602
|
+
};
|
|
2346
2603
|
inline: {
|
|
2347
2604
|
type: BooleanConstructor;
|
|
2348
2605
|
default: boolean;
|
|
2349
2606
|
required: false;
|
|
2350
2607
|
};
|
|
2608
|
+
caretLeft: {
|
|
2609
|
+
type: BooleanConstructor;
|
|
2610
|
+
default: boolean;
|
|
2611
|
+
required: false;
|
|
2612
|
+
};
|
|
2351
2613
|
}>> & Readonly<{}>, {
|
|
2352
2614
|
inline: boolean;
|
|
2353
2615
|
passedWrapperClass: string;
|
|
2354
2616
|
arrowClass: string;
|
|
2355
2617
|
color: string;
|
|
2356
2618
|
marginLeft: string;
|
|
2619
|
+
marginRight: string;
|
|
2620
|
+
caretLeft: boolean;
|
|
2357
2621
|
}, {}, {
|
|
2358
2622
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2359
2623
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2564,6 +2828,16 @@ export namespace WithSecondaryNav {
|
|
|
2564
2828
|
required: false;
|
|
2565
2829
|
default: string;
|
|
2566
2830
|
};
|
|
2831
|
+
caretMarginRight: {
|
|
2832
|
+
type: StringConstructor;
|
|
2833
|
+
required: false;
|
|
2834
|
+
default: string;
|
|
2835
|
+
};
|
|
2836
|
+
caretLeft: {
|
|
2837
|
+
type: BooleanConstructor;
|
|
2838
|
+
required: false;
|
|
2839
|
+
default: boolean;
|
|
2840
|
+
};
|
|
2567
2841
|
usePrimaryColor: {
|
|
2568
2842
|
type: BooleanConstructor;
|
|
2569
2843
|
required: false;
|
|
@@ -2671,6 +2945,16 @@ export namespace WithSecondaryNav {
|
|
|
2671
2945
|
required: false;
|
|
2672
2946
|
default: string;
|
|
2673
2947
|
};
|
|
2948
|
+
caretMarginRight: {
|
|
2949
|
+
type: StringConstructor;
|
|
2950
|
+
required: false;
|
|
2951
|
+
default: string;
|
|
2952
|
+
};
|
|
2953
|
+
caretLeft: {
|
|
2954
|
+
type: BooleanConstructor;
|
|
2955
|
+
required: false;
|
|
2956
|
+
default: boolean;
|
|
2957
|
+
};
|
|
2674
2958
|
usePrimaryColor: {
|
|
2675
2959
|
type: BooleanConstructor;
|
|
2676
2960
|
required: false;
|
|
@@ -2681,6 +2965,7 @@ export namespace WithSecondaryNav {
|
|
|
2681
2965
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2682
2966
|
}>, {
|
|
2683
2967
|
title: string;
|
|
2968
|
+
caretLeft: boolean;
|
|
2684
2969
|
variant: "default" | "primary" | "secondary" | "none";
|
|
2685
2970
|
to: string | Record<string, any>;
|
|
2686
2971
|
exact: boolean;
|
|
@@ -2696,6 +2981,7 @@ export namespace WithSecondaryNav {
|
|
|
2696
2981
|
caretInline: boolean;
|
|
2697
2982
|
caretColor: string;
|
|
2698
2983
|
caretMarginLeft: string;
|
|
2984
|
+
caretMarginRight: string;
|
|
2699
2985
|
usePrimaryColor: boolean;
|
|
2700
2986
|
}, {}, {
|
|
2701
2987
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -2719,11 +3005,21 @@ export namespace WithSecondaryNav {
|
|
|
2719
3005
|
default: string;
|
|
2720
3006
|
required: false;
|
|
2721
3007
|
};
|
|
3008
|
+
marginRight: {
|
|
3009
|
+
type: StringConstructor;
|
|
3010
|
+
default: string;
|
|
3011
|
+
required: false;
|
|
3012
|
+
};
|
|
2722
3013
|
inline: {
|
|
2723
3014
|
type: BooleanConstructor;
|
|
2724
3015
|
default: boolean;
|
|
2725
3016
|
required: false;
|
|
2726
3017
|
};
|
|
3018
|
+
caretLeft: {
|
|
3019
|
+
type: BooleanConstructor;
|
|
3020
|
+
default: boolean;
|
|
3021
|
+
required: false;
|
|
3022
|
+
};
|
|
2727
3023
|
}>, {}, {}, {
|
|
2728
3024
|
computedClass(): string;
|
|
2729
3025
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2747,17 +3043,29 @@ export namespace WithSecondaryNav {
|
|
|
2747
3043
|
default: string;
|
|
2748
3044
|
required: false;
|
|
2749
3045
|
};
|
|
3046
|
+
marginRight: {
|
|
3047
|
+
type: StringConstructor;
|
|
3048
|
+
default: string;
|
|
3049
|
+
required: false;
|
|
3050
|
+
};
|
|
2750
3051
|
inline: {
|
|
2751
3052
|
type: BooleanConstructor;
|
|
2752
3053
|
default: boolean;
|
|
2753
3054
|
required: false;
|
|
2754
3055
|
};
|
|
3056
|
+
caretLeft: {
|
|
3057
|
+
type: BooleanConstructor;
|
|
3058
|
+
default: boolean;
|
|
3059
|
+
required: false;
|
|
3060
|
+
};
|
|
2755
3061
|
}>> & Readonly<{}>, {
|
|
2756
3062
|
inline: boolean;
|
|
2757
3063
|
passedWrapperClass: string;
|
|
2758
3064
|
arrowClass: string;
|
|
2759
3065
|
color: string;
|
|
2760
3066
|
marginLeft: string;
|
|
3067
|
+
marginRight: string;
|
|
3068
|
+
caretLeft: boolean;
|
|
2761
3069
|
}, {}, {
|
|
2762
3070
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2763
3071
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2934,6 +3242,16 @@ export namespace WithSecondaryNav {
|
|
|
2934
3242
|
required: false;
|
|
2935
3243
|
default: string;
|
|
2936
3244
|
};
|
|
3245
|
+
caretMarginRight: {
|
|
3246
|
+
type: StringConstructor;
|
|
3247
|
+
required: false;
|
|
3248
|
+
default: string;
|
|
3249
|
+
};
|
|
3250
|
+
caretLeft: {
|
|
3251
|
+
type: BooleanConstructor;
|
|
3252
|
+
required: false;
|
|
3253
|
+
default: boolean;
|
|
3254
|
+
};
|
|
2937
3255
|
usePrimaryColor: {
|
|
2938
3256
|
type: BooleanConstructor;
|
|
2939
3257
|
required: false;
|
|
@@ -3041,6 +3359,16 @@ export namespace WithSecondaryNav {
|
|
|
3041
3359
|
required: false;
|
|
3042
3360
|
default: string;
|
|
3043
3361
|
};
|
|
3362
|
+
caretMarginRight: {
|
|
3363
|
+
type: StringConstructor;
|
|
3364
|
+
required: false;
|
|
3365
|
+
default: string;
|
|
3366
|
+
};
|
|
3367
|
+
caretLeft: {
|
|
3368
|
+
type: BooleanConstructor;
|
|
3369
|
+
required: false;
|
|
3370
|
+
default: boolean;
|
|
3371
|
+
};
|
|
3044
3372
|
usePrimaryColor: {
|
|
3045
3373
|
type: BooleanConstructor;
|
|
3046
3374
|
required: false;
|
|
@@ -3051,6 +3379,7 @@ export namespace WithSecondaryNav {
|
|
|
3051
3379
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3052
3380
|
}>, {
|
|
3053
3381
|
title: string;
|
|
3382
|
+
caretLeft: boolean;
|
|
3054
3383
|
variant: "default" | "primary" | "secondary" | "none";
|
|
3055
3384
|
to: string | Record<string, any>;
|
|
3056
3385
|
exact: boolean;
|
|
@@ -3066,6 +3395,7 @@ export namespace WithSecondaryNav {
|
|
|
3066
3395
|
caretInline: boolean;
|
|
3067
3396
|
caretColor: string;
|
|
3068
3397
|
caretMarginLeft: string;
|
|
3398
|
+
caretMarginRight: string;
|
|
3069
3399
|
usePrimaryColor: boolean;
|
|
3070
3400
|
}, {}, {
|
|
3071
3401
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -3089,11 +3419,21 @@ export namespace WithSecondaryNav {
|
|
|
3089
3419
|
default: string;
|
|
3090
3420
|
required: false;
|
|
3091
3421
|
};
|
|
3422
|
+
marginRight: {
|
|
3423
|
+
type: StringConstructor;
|
|
3424
|
+
default: string;
|
|
3425
|
+
required: false;
|
|
3426
|
+
};
|
|
3092
3427
|
inline: {
|
|
3093
3428
|
type: BooleanConstructor;
|
|
3094
3429
|
default: boolean;
|
|
3095
3430
|
required: false;
|
|
3096
3431
|
};
|
|
3432
|
+
caretLeft: {
|
|
3433
|
+
type: BooleanConstructor;
|
|
3434
|
+
default: boolean;
|
|
3435
|
+
required: false;
|
|
3436
|
+
};
|
|
3097
3437
|
}>, {}, {}, {
|
|
3098
3438
|
computedClass(): string;
|
|
3099
3439
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3117,17 +3457,29 @@ export namespace WithSecondaryNav {
|
|
|
3117
3457
|
default: string;
|
|
3118
3458
|
required: false;
|
|
3119
3459
|
};
|
|
3460
|
+
marginRight: {
|
|
3461
|
+
type: StringConstructor;
|
|
3462
|
+
default: string;
|
|
3463
|
+
required: false;
|
|
3464
|
+
};
|
|
3120
3465
|
inline: {
|
|
3121
3466
|
type: BooleanConstructor;
|
|
3122
3467
|
default: boolean;
|
|
3123
3468
|
required: false;
|
|
3124
3469
|
};
|
|
3470
|
+
caretLeft: {
|
|
3471
|
+
type: BooleanConstructor;
|
|
3472
|
+
default: boolean;
|
|
3473
|
+
required: false;
|
|
3474
|
+
};
|
|
3125
3475
|
}>> & Readonly<{}>, {
|
|
3126
3476
|
inline: boolean;
|
|
3127
3477
|
passedWrapperClass: string;
|
|
3128
3478
|
arrowClass: string;
|
|
3129
3479
|
color: string;
|
|
3130
3480
|
marginLeft: string;
|
|
3481
|
+
marginRight: string;
|
|
3482
|
+
caretLeft: boolean;
|
|
3131
3483
|
}, {}, {
|
|
3132
3484
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3133
3485
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3250,6 +3602,16 @@ export namespace WithSecondaryNav {
|
|
|
3250
3602
|
required: false;
|
|
3251
3603
|
default: string;
|
|
3252
3604
|
};
|
|
3605
|
+
caretMarginRight: {
|
|
3606
|
+
type: StringConstructor;
|
|
3607
|
+
required: false;
|
|
3608
|
+
default: string;
|
|
3609
|
+
};
|
|
3610
|
+
caretLeft: {
|
|
3611
|
+
type: BooleanConstructor;
|
|
3612
|
+
required: false;
|
|
3613
|
+
default: boolean;
|
|
3614
|
+
};
|
|
3253
3615
|
usePrimaryColor: {
|
|
3254
3616
|
type: BooleanConstructor;
|
|
3255
3617
|
required: false;
|
|
@@ -3357,6 +3719,16 @@ export namespace WithSecondaryNav {
|
|
|
3357
3719
|
required: false;
|
|
3358
3720
|
default: string;
|
|
3359
3721
|
};
|
|
3722
|
+
caretMarginRight: {
|
|
3723
|
+
type: StringConstructor;
|
|
3724
|
+
required: false;
|
|
3725
|
+
default: string;
|
|
3726
|
+
};
|
|
3727
|
+
caretLeft: {
|
|
3728
|
+
type: BooleanConstructor;
|
|
3729
|
+
required: false;
|
|
3730
|
+
default: boolean;
|
|
3731
|
+
};
|
|
3360
3732
|
usePrimaryColor: {
|
|
3361
3733
|
type: BooleanConstructor;
|
|
3362
3734
|
required: false;
|
|
@@ -3367,6 +3739,7 @@ export namespace WithSecondaryNav {
|
|
|
3367
3739
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3368
3740
|
}>, {
|
|
3369
3741
|
title: string;
|
|
3742
|
+
caretLeft: boolean;
|
|
3370
3743
|
variant: "default" | "primary" | "secondary" | "none";
|
|
3371
3744
|
to: string | Record<string, any>;
|
|
3372
3745
|
exact: boolean;
|
|
@@ -3382,6 +3755,7 @@ export namespace WithSecondaryNav {
|
|
|
3382
3755
|
caretInline: boolean;
|
|
3383
3756
|
caretColor: string;
|
|
3384
3757
|
caretMarginLeft: string;
|
|
3758
|
+
caretMarginRight: string;
|
|
3385
3759
|
usePrimaryColor: boolean;
|
|
3386
3760
|
}, {}, {
|
|
3387
3761
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -3405,11 +3779,21 @@ export namespace WithSecondaryNav {
|
|
|
3405
3779
|
default: string;
|
|
3406
3780
|
required: false;
|
|
3407
3781
|
};
|
|
3782
|
+
marginRight: {
|
|
3783
|
+
type: StringConstructor;
|
|
3784
|
+
default: string;
|
|
3785
|
+
required: false;
|
|
3786
|
+
};
|
|
3408
3787
|
inline: {
|
|
3409
3788
|
type: BooleanConstructor;
|
|
3410
3789
|
default: boolean;
|
|
3411
3790
|
required: false;
|
|
3412
3791
|
};
|
|
3792
|
+
caretLeft: {
|
|
3793
|
+
type: BooleanConstructor;
|
|
3794
|
+
default: boolean;
|
|
3795
|
+
required: false;
|
|
3796
|
+
};
|
|
3413
3797
|
}>, {}, {}, {
|
|
3414
3798
|
computedClass(): string;
|
|
3415
3799
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3433,17 +3817,29 @@ export namespace WithSecondaryNav {
|
|
|
3433
3817
|
default: string;
|
|
3434
3818
|
required: false;
|
|
3435
3819
|
};
|
|
3820
|
+
marginRight: {
|
|
3821
|
+
type: StringConstructor;
|
|
3822
|
+
default: string;
|
|
3823
|
+
required: false;
|
|
3824
|
+
};
|
|
3436
3825
|
inline: {
|
|
3437
3826
|
type: BooleanConstructor;
|
|
3438
3827
|
default: boolean;
|
|
3439
3828
|
required: false;
|
|
3440
3829
|
};
|
|
3830
|
+
caretLeft: {
|
|
3831
|
+
type: BooleanConstructor;
|
|
3832
|
+
default: boolean;
|
|
3833
|
+
required: false;
|
|
3834
|
+
};
|
|
3441
3835
|
}>> & Readonly<{}>, {
|
|
3442
3836
|
inline: boolean;
|
|
3443
3837
|
passedWrapperClass: string;
|
|
3444
3838
|
arrowClass: string;
|
|
3445
3839
|
color: string;
|
|
3446
3840
|
marginLeft: string;
|
|
3841
|
+
marginRight: string;
|
|
3842
|
+
caretLeft: boolean;
|
|
3447
3843
|
}, {}, {
|
|
3448
3844
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3449
3845
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3683,6 +4079,16 @@ export namespace WithSecondaryNav {
|
|
|
3683
4079
|
required: false;
|
|
3684
4080
|
default: string;
|
|
3685
4081
|
};
|
|
4082
|
+
caretMarginRight: {
|
|
4083
|
+
type: StringConstructor;
|
|
4084
|
+
required: false;
|
|
4085
|
+
default: string;
|
|
4086
|
+
};
|
|
4087
|
+
caretLeft: {
|
|
4088
|
+
type: BooleanConstructor;
|
|
4089
|
+
required: false;
|
|
4090
|
+
default: boolean;
|
|
4091
|
+
};
|
|
3686
4092
|
usePrimaryColor: {
|
|
3687
4093
|
type: BooleanConstructor;
|
|
3688
4094
|
required: false;
|
|
@@ -3790,6 +4196,16 @@ export namespace WithSecondaryNav {
|
|
|
3790
4196
|
required: false;
|
|
3791
4197
|
default: string;
|
|
3792
4198
|
};
|
|
4199
|
+
caretMarginRight: {
|
|
4200
|
+
type: StringConstructor;
|
|
4201
|
+
required: false;
|
|
4202
|
+
default: string;
|
|
4203
|
+
};
|
|
4204
|
+
caretLeft: {
|
|
4205
|
+
type: BooleanConstructor;
|
|
4206
|
+
required: false;
|
|
4207
|
+
default: boolean;
|
|
4208
|
+
};
|
|
3793
4209
|
usePrimaryColor: {
|
|
3794
4210
|
type: BooleanConstructor;
|
|
3795
4211
|
required: false;
|
|
@@ -3800,6 +4216,7 @@ export namespace WithSecondaryNav {
|
|
|
3800
4216
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3801
4217
|
}>, {
|
|
3802
4218
|
title: string;
|
|
4219
|
+
caretLeft: boolean;
|
|
3803
4220
|
variant: "default" | "primary" | "secondary" | "none";
|
|
3804
4221
|
to: string | Record<string, any>;
|
|
3805
4222
|
exact: boolean;
|
|
@@ -3815,6 +4232,7 @@ export namespace WithSecondaryNav {
|
|
|
3815
4232
|
caretInline: boolean;
|
|
3816
4233
|
caretColor: string;
|
|
3817
4234
|
caretMarginLeft: string;
|
|
4235
|
+
caretMarginRight: string;
|
|
3818
4236
|
usePrimaryColor: boolean;
|
|
3819
4237
|
}, {}, {
|
|
3820
4238
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -3838,11 +4256,21 @@ export namespace WithSecondaryNav {
|
|
|
3838
4256
|
default: string;
|
|
3839
4257
|
required: false;
|
|
3840
4258
|
};
|
|
4259
|
+
marginRight: {
|
|
4260
|
+
type: StringConstructor;
|
|
4261
|
+
default: string;
|
|
4262
|
+
required: false;
|
|
4263
|
+
};
|
|
3841
4264
|
inline: {
|
|
3842
4265
|
type: BooleanConstructor;
|
|
3843
4266
|
default: boolean;
|
|
3844
4267
|
required: false;
|
|
3845
4268
|
};
|
|
4269
|
+
caretLeft: {
|
|
4270
|
+
type: BooleanConstructor;
|
|
4271
|
+
default: boolean;
|
|
4272
|
+
required: false;
|
|
4273
|
+
};
|
|
3846
4274
|
}>, {}, {}, {
|
|
3847
4275
|
computedClass(): string;
|
|
3848
4276
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3866,17 +4294,29 @@ export namespace WithSecondaryNav {
|
|
|
3866
4294
|
default: string;
|
|
3867
4295
|
required: false;
|
|
3868
4296
|
};
|
|
4297
|
+
marginRight: {
|
|
4298
|
+
type: StringConstructor;
|
|
4299
|
+
default: string;
|
|
4300
|
+
required: false;
|
|
4301
|
+
};
|
|
3869
4302
|
inline: {
|
|
3870
4303
|
type: BooleanConstructor;
|
|
3871
4304
|
default: boolean;
|
|
3872
4305
|
required: false;
|
|
3873
4306
|
};
|
|
4307
|
+
caretLeft: {
|
|
4308
|
+
type: BooleanConstructor;
|
|
4309
|
+
default: boolean;
|
|
4310
|
+
required: false;
|
|
4311
|
+
};
|
|
3874
4312
|
}>> & Readonly<{}>, {
|
|
3875
4313
|
inline: boolean;
|
|
3876
4314
|
passedWrapperClass: string;
|
|
3877
4315
|
arrowClass: string;
|
|
3878
4316
|
color: string;
|
|
3879
4317
|
marginLeft: string;
|
|
4318
|
+
marginRight: string;
|
|
4319
|
+
caretLeft: boolean;
|
|
3880
4320
|
}, {}, {
|
|
3881
4321
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3882
4322
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4085,6 +4525,16 @@ export namespace WithTertiaryNav {
|
|
|
4085
4525
|
required: false;
|
|
4086
4526
|
default: string;
|
|
4087
4527
|
};
|
|
4528
|
+
caretMarginRight: {
|
|
4529
|
+
type: StringConstructor;
|
|
4530
|
+
required: false;
|
|
4531
|
+
default: string;
|
|
4532
|
+
};
|
|
4533
|
+
caretLeft: {
|
|
4534
|
+
type: BooleanConstructor;
|
|
4535
|
+
required: false;
|
|
4536
|
+
default: boolean;
|
|
4537
|
+
};
|
|
4088
4538
|
usePrimaryColor: {
|
|
4089
4539
|
type: BooleanConstructor;
|
|
4090
4540
|
required: false;
|
|
@@ -4192,6 +4642,16 @@ export namespace WithTertiaryNav {
|
|
|
4192
4642
|
required: false;
|
|
4193
4643
|
default: string;
|
|
4194
4644
|
};
|
|
4645
|
+
caretMarginRight: {
|
|
4646
|
+
type: StringConstructor;
|
|
4647
|
+
required: false;
|
|
4648
|
+
default: string;
|
|
4649
|
+
};
|
|
4650
|
+
caretLeft: {
|
|
4651
|
+
type: BooleanConstructor;
|
|
4652
|
+
required: false;
|
|
4653
|
+
default: boolean;
|
|
4654
|
+
};
|
|
4195
4655
|
usePrimaryColor: {
|
|
4196
4656
|
type: BooleanConstructor;
|
|
4197
4657
|
required: false;
|
|
@@ -4202,6 +4662,7 @@ export namespace WithTertiaryNav {
|
|
|
4202
4662
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4203
4663
|
}>, {
|
|
4204
4664
|
title: string;
|
|
4665
|
+
caretLeft: boolean;
|
|
4205
4666
|
variant: "default" | "primary" | "secondary" | "none";
|
|
4206
4667
|
to: string | Record<string, any>;
|
|
4207
4668
|
exact: boolean;
|
|
@@ -4217,6 +4678,7 @@ export namespace WithTertiaryNav {
|
|
|
4217
4678
|
caretInline: boolean;
|
|
4218
4679
|
caretColor: string;
|
|
4219
4680
|
caretMarginLeft: string;
|
|
4681
|
+
caretMarginRight: string;
|
|
4220
4682
|
usePrimaryColor: boolean;
|
|
4221
4683
|
}, {}, {
|
|
4222
4684
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -4240,11 +4702,21 @@ export namespace WithTertiaryNav {
|
|
|
4240
4702
|
default: string;
|
|
4241
4703
|
required: false;
|
|
4242
4704
|
};
|
|
4705
|
+
marginRight: {
|
|
4706
|
+
type: StringConstructor;
|
|
4707
|
+
default: string;
|
|
4708
|
+
required: false;
|
|
4709
|
+
};
|
|
4243
4710
|
inline: {
|
|
4244
4711
|
type: BooleanConstructor;
|
|
4245
4712
|
default: boolean;
|
|
4246
4713
|
required: false;
|
|
4247
4714
|
};
|
|
4715
|
+
caretLeft: {
|
|
4716
|
+
type: BooleanConstructor;
|
|
4717
|
+
default: boolean;
|
|
4718
|
+
required: false;
|
|
4719
|
+
};
|
|
4248
4720
|
}>, {}, {}, {
|
|
4249
4721
|
computedClass(): string;
|
|
4250
4722
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -4268,17 +4740,29 @@ export namespace WithTertiaryNav {
|
|
|
4268
4740
|
default: string;
|
|
4269
4741
|
required: false;
|
|
4270
4742
|
};
|
|
4743
|
+
marginRight: {
|
|
4744
|
+
type: StringConstructor;
|
|
4745
|
+
default: string;
|
|
4746
|
+
required: false;
|
|
4747
|
+
};
|
|
4271
4748
|
inline: {
|
|
4272
4749
|
type: BooleanConstructor;
|
|
4273
4750
|
default: boolean;
|
|
4274
4751
|
required: false;
|
|
4275
4752
|
};
|
|
4753
|
+
caretLeft: {
|
|
4754
|
+
type: BooleanConstructor;
|
|
4755
|
+
default: boolean;
|
|
4756
|
+
required: false;
|
|
4757
|
+
};
|
|
4276
4758
|
}>> & Readonly<{}>, {
|
|
4277
4759
|
inline: boolean;
|
|
4278
4760
|
passedWrapperClass: string;
|
|
4279
4761
|
arrowClass: string;
|
|
4280
4762
|
color: string;
|
|
4281
4763
|
marginLeft: string;
|
|
4764
|
+
marginRight: string;
|
|
4765
|
+
caretLeft: boolean;
|
|
4282
4766
|
}, {}, {
|
|
4283
4767
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4284
4768
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4489,6 +4973,16 @@ export namespace WithTertiaryNav {
|
|
|
4489
4973
|
required: false;
|
|
4490
4974
|
default: string;
|
|
4491
4975
|
};
|
|
4976
|
+
caretMarginRight: {
|
|
4977
|
+
type: StringConstructor;
|
|
4978
|
+
required: false;
|
|
4979
|
+
default: string;
|
|
4980
|
+
};
|
|
4981
|
+
caretLeft: {
|
|
4982
|
+
type: BooleanConstructor;
|
|
4983
|
+
required: false;
|
|
4984
|
+
default: boolean;
|
|
4985
|
+
};
|
|
4492
4986
|
usePrimaryColor: {
|
|
4493
4987
|
type: BooleanConstructor;
|
|
4494
4988
|
required: false;
|
|
@@ -4596,6 +5090,16 @@ export namespace WithTertiaryNav {
|
|
|
4596
5090
|
required: false;
|
|
4597
5091
|
default: string;
|
|
4598
5092
|
};
|
|
5093
|
+
caretMarginRight: {
|
|
5094
|
+
type: StringConstructor;
|
|
5095
|
+
required: false;
|
|
5096
|
+
default: string;
|
|
5097
|
+
};
|
|
5098
|
+
caretLeft: {
|
|
5099
|
+
type: BooleanConstructor;
|
|
5100
|
+
required: false;
|
|
5101
|
+
default: boolean;
|
|
5102
|
+
};
|
|
4599
5103
|
usePrimaryColor: {
|
|
4600
5104
|
type: BooleanConstructor;
|
|
4601
5105
|
required: false;
|
|
@@ -4606,6 +5110,7 @@ export namespace WithTertiaryNav {
|
|
|
4606
5110
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4607
5111
|
}>, {
|
|
4608
5112
|
title: string;
|
|
5113
|
+
caretLeft: boolean;
|
|
4609
5114
|
variant: "default" | "primary" | "secondary" | "none";
|
|
4610
5115
|
to: string | Record<string, any>;
|
|
4611
5116
|
exact: boolean;
|
|
@@ -4621,6 +5126,7 @@ export namespace WithTertiaryNav {
|
|
|
4621
5126
|
caretInline: boolean;
|
|
4622
5127
|
caretColor: string;
|
|
4623
5128
|
caretMarginLeft: string;
|
|
5129
|
+
caretMarginRight: string;
|
|
4624
5130
|
usePrimaryColor: boolean;
|
|
4625
5131
|
}, {}, {
|
|
4626
5132
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -4644,11 +5150,21 @@ export namespace WithTertiaryNav {
|
|
|
4644
5150
|
default: string;
|
|
4645
5151
|
required: false;
|
|
4646
5152
|
};
|
|
5153
|
+
marginRight: {
|
|
5154
|
+
type: StringConstructor;
|
|
5155
|
+
default: string;
|
|
5156
|
+
required: false;
|
|
5157
|
+
};
|
|
4647
5158
|
inline: {
|
|
4648
5159
|
type: BooleanConstructor;
|
|
4649
5160
|
default: boolean;
|
|
4650
5161
|
required: false;
|
|
4651
5162
|
};
|
|
5163
|
+
caretLeft: {
|
|
5164
|
+
type: BooleanConstructor;
|
|
5165
|
+
default: boolean;
|
|
5166
|
+
required: false;
|
|
5167
|
+
};
|
|
4652
5168
|
}>, {}, {}, {
|
|
4653
5169
|
computedClass(): string;
|
|
4654
5170
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -4672,17 +5188,29 @@ export namespace WithTertiaryNav {
|
|
|
4672
5188
|
default: string;
|
|
4673
5189
|
required: false;
|
|
4674
5190
|
};
|
|
5191
|
+
marginRight: {
|
|
5192
|
+
type: StringConstructor;
|
|
5193
|
+
default: string;
|
|
5194
|
+
required: false;
|
|
5195
|
+
};
|
|
4675
5196
|
inline: {
|
|
4676
5197
|
type: BooleanConstructor;
|
|
4677
5198
|
default: boolean;
|
|
4678
5199
|
required: false;
|
|
4679
5200
|
};
|
|
5201
|
+
caretLeft: {
|
|
5202
|
+
type: BooleanConstructor;
|
|
5203
|
+
default: boolean;
|
|
5204
|
+
required: false;
|
|
5205
|
+
};
|
|
4680
5206
|
}>> & Readonly<{}>, {
|
|
4681
5207
|
inline: boolean;
|
|
4682
5208
|
passedWrapperClass: string;
|
|
4683
5209
|
arrowClass: string;
|
|
4684
5210
|
color: string;
|
|
4685
5211
|
marginLeft: string;
|
|
5212
|
+
marginRight: string;
|
|
5213
|
+
caretLeft: boolean;
|
|
4686
5214
|
}, {}, {
|
|
4687
5215
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4688
5216
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4859,6 +5387,16 @@ export namespace WithTertiaryNav {
|
|
|
4859
5387
|
required: false;
|
|
4860
5388
|
default: string;
|
|
4861
5389
|
};
|
|
5390
|
+
caretMarginRight: {
|
|
5391
|
+
type: StringConstructor;
|
|
5392
|
+
required: false;
|
|
5393
|
+
default: string;
|
|
5394
|
+
};
|
|
5395
|
+
caretLeft: {
|
|
5396
|
+
type: BooleanConstructor;
|
|
5397
|
+
required: false;
|
|
5398
|
+
default: boolean;
|
|
5399
|
+
};
|
|
4862
5400
|
usePrimaryColor: {
|
|
4863
5401
|
type: BooleanConstructor;
|
|
4864
5402
|
required: false;
|
|
@@ -4966,6 +5504,16 @@ export namespace WithTertiaryNav {
|
|
|
4966
5504
|
required: false;
|
|
4967
5505
|
default: string;
|
|
4968
5506
|
};
|
|
5507
|
+
caretMarginRight: {
|
|
5508
|
+
type: StringConstructor;
|
|
5509
|
+
required: false;
|
|
5510
|
+
default: string;
|
|
5511
|
+
};
|
|
5512
|
+
caretLeft: {
|
|
5513
|
+
type: BooleanConstructor;
|
|
5514
|
+
required: false;
|
|
5515
|
+
default: boolean;
|
|
5516
|
+
};
|
|
4969
5517
|
usePrimaryColor: {
|
|
4970
5518
|
type: BooleanConstructor;
|
|
4971
5519
|
required: false;
|
|
@@ -4976,6 +5524,7 @@ export namespace WithTertiaryNav {
|
|
|
4976
5524
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4977
5525
|
}>, {
|
|
4978
5526
|
title: string;
|
|
5527
|
+
caretLeft: boolean;
|
|
4979
5528
|
variant: "default" | "primary" | "secondary" | "none";
|
|
4980
5529
|
to: string | Record<string, any>;
|
|
4981
5530
|
exact: boolean;
|
|
@@ -4991,6 +5540,7 @@ export namespace WithTertiaryNav {
|
|
|
4991
5540
|
caretInline: boolean;
|
|
4992
5541
|
caretColor: string;
|
|
4993
5542
|
caretMarginLeft: string;
|
|
5543
|
+
caretMarginRight: string;
|
|
4994
5544
|
usePrimaryColor: boolean;
|
|
4995
5545
|
}, {}, {
|
|
4996
5546
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -5014,11 +5564,21 @@ export namespace WithTertiaryNav {
|
|
|
5014
5564
|
default: string;
|
|
5015
5565
|
required: false;
|
|
5016
5566
|
};
|
|
5567
|
+
marginRight: {
|
|
5568
|
+
type: StringConstructor;
|
|
5569
|
+
default: string;
|
|
5570
|
+
required: false;
|
|
5571
|
+
};
|
|
5017
5572
|
inline: {
|
|
5018
5573
|
type: BooleanConstructor;
|
|
5019
5574
|
default: boolean;
|
|
5020
5575
|
required: false;
|
|
5021
5576
|
};
|
|
5577
|
+
caretLeft: {
|
|
5578
|
+
type: BooleanConstructor;
|
|
5579
|
+
default: boolean;
|
|
5580
|
+
required: false;
|
|
5581
|
+
};
|
|
5022
5582
|
}>, {}, {}, {
|
|
5023
5583
|
computedClass(): string;
|
|
5024
5584
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -5042,17 +5602,29 @@ export namespace WithTertiaryNav {
|
|
|
5042
5602
|
default: string;
|
|
5043
5603
|
required: false;
|
|
5044
5604
|
};
|
|
5605
|
+
marginRight: {
|
|
5606
|
+
type: StringConstructor;
|
|
5607
|
+
default: string;
|
|
5608
|
+
required: false;
|
|
5609
|
+
};
|
|
5045
5610
|
inline: {
|
|
5046
5611
|
type: BooleanConstructor;
|
|
5047
5612
|
default: boolean;
|
|
5048
5613
|
required: false;
|
|
5049
5614
|
};
|
|
5615
|
+
caretLeft: {
|
|
5616
|
+
type: BooleanConstructor;
|
|
5617
|
+
default: boolean;
|
|
5618
|
+
required: false;
|
|
5619
|
+
};
|
|
5050
5620
|
}>> & Readonly<{}>, {
|
|
5051
5621
|
inline: boolean;
|
|
5052
5622
|
passedWrapperClass: string;
|
|
5053
5623
|
arrowClass: string;
|
|
5054
5624
|
color: string;
|
|
5055
5625
|
marginLeft: string;
|
|
5626
|
+
marginRight: string;
|
|
5627
|
+
caretLeft: boolean;
|
|
5056
5628
|
}, {}, {
|
|
5057
5629
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5058
5630
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5175,6 +5747,16 @@ export namespace WithTertiaryNav {
|
|
|
5175
5747
|
required: false;
|
|
5176
5748
|
default: string;
|
|
5177
5749
|
};
|
|
5750
|
+
caretMarginRight: {
|
|
5751
|
+
type: StringConstructor;
|
|
5752
|
+
required: false;
|
|
5753
|
+
default: string;
|
|
5754
|
+
};
|
|
5755
|
+
caretLeft: {
|
|
5756
|
+
type: BooleanConstructor;
|
|
5757
|
+
required: false;
|
|
5758
|
+
default: boolean;
|
|
5759
|
+
};
|
|
5178
5760
|
usePrimaryColor: {
|
|
5179
5761
|
type: BooleanConstructor;
|
|
5180
5762
|
required: false;
|
|
@@ -5282,6 +5864,16 @@ export namespace WithTertiaryNav {
|
|
|
5282
5864
|
required: false;
|
|
5283
5865
|
default: string;
|
|
5284
5866
|
};
|
|
5867
|
+
caretMarginRight: {
|
|
5868
|
+
type: StringConstructor;
|
|
5869
|
+
required: false;
|
|
5870
|
+
default: string;
|
|
5871
|
+
};
|
|
5872
|
+
caretLeft: {
|
|
5873
|
+
type: BooleanConstructor;
|
|
5874
|
+
required: false;
|
|
5875
|
+
default: boolean;
|
|
5876
|
+
};
|
|
5285
5877
|
usePrimaryColor: {
|
|
5286
5878
|
type: BooleanConstructor;
|
|
5287
5879
|
required: false;
|
|
@@ -5292,6 +5884,7 @@ export namespace WithTertiaryNav {
|
|
|
5292
5884
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5293
5885
|
}>, {
|
|
5294
5886
|
title: string;
|
|
5887
|
+
caretLeft: boolean;
|
|
5295
5888
|
variant: "default" | "primary" | "secondary" | "none";
|
|
5296
5889
|
to: string | Record<string, any>;
|
|
5297
5890
|
exact: boolean;
|
|
@@ -5307,6 +5900,7 @@ export namespace WithTertiaryNav {
|
|
|
5307
5900
|
caretInline: boolean;
|
|
5308
5901
|
caretColor: string;
|
|
5309
5902
|
caretMarginLeft: string;
|
|
5903
|
+
caretMarginRight: string;
|
|
5310
5904
|
usePrimaryColor: boolean;
|
|
5311
5905
|
}, {}, {
|
|
5312
5906
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -5330,11 +5924,21 @@ export namespace WithTertiaryNav {
|
|
|
5330
5924
|
default: string;
|
|
5331
5925
|
required: false;
|
|
5332
5926
|
};
|
|
5927
|
+
marginRight: {
|
|
5928
|
+
type: StringConstructor;
|
|
5929
|
+
default: string;
|
|
5930
|
+
required: false;
|
|
5931
|
+
};
|
|
5333
5932
|
inline: {
|
|
5334
5933
|
type: BooleanConstructor;
|
|
5335
5934
|
default: boolean;
|
|
5336
5935
|
required: false;
|
|
5337
5936
|
};
|
|
5937
|
+
caretLeft: {
|
|
5938
|
+
type: BooleanConstructor;
|
|
5939
|
+
default: boolean;
|
|
5940
|
+
required: false;
|
|
5941
|
+
};
|
|
5338
5942
|
}>, {}, {}, {
|
|
5339
5943
|
computedClass(): string;
|
|
5340
5944
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -5358,17 +5962,29 @@ export namespace WithTertiaryNav {
|
|
|
5358
5962
|
default: string;
|
|
5359
5963
|
required: false;
|
|
5360
5964
|
};
|
|
5965
|
+
marginRight: {
|
|
5966
|
+
type: StringConstructor;
|
|
5967
|
+
default: string;
|
|
5968
|
+
required: false;
|
|
5969
|
+
};
|
|
5361
5970
|
inline: {
|
|
5362
5971
|
type: BooleanConstructor;
|
|
5363
5972
|
default: boolean;
|
|
5364
5973
|
required: false;
|
|
5365
5974
|
};
|
|
5975
|
+
caretLeft: {
|
|
5976
|
+
type: BooleanConstructor;
|
|
5977
|
+
default: boolean;
|
|
5978
|
+
required: false;
|
|
5979
|
+
};
|
|
5366
5980
|
}>> & Readonly<{}>, {
|
|
5367
5981
|
inline: boolean;
|
|
5368
5982
|
passedWrapperClass: string;
|
|
5369
5983
|
arrowClass: string;
|
|
5370
5984
|
color: string;
|
|
5371
5985
|
marginLeft: string;
|
|
5986
|
+
marginRight: string;
|
|
5987
|
+
caretLeft: boolean;
|
|
5372
5988
|
}, {}, {
|
|
5373
5989
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5374
5990
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5608,6 +6224,16 @@ export namespace WithTertiaryNav {
|
|
|
5608
6224
|
required: false;
|
|
5609
6225
|
default: string;
|
|
5610
6226
|
};
|
|
6227
|
+
caretMarginRight: {
|
|
6228
|
+
type: StringConstructor;
|
|
6229
|
+
required: false;
|
|
6230
|
+
default: string;
|
|
6231
|
+
};
|
|
6232
|
+
caretLeft: {
|
|
6233
|
+
type: BooleanConstructor;
|
|
6234
|
+
required: false;
|
|
6235
|
+
default: boolean;
|
|
6236
|
+
};
|
|
5611
6237
|
usePrimaryColor: {
|
|
5612
6238
|
type: BooleanConstructor;
|
|
5613
6239
|
required: false;
|
|
@@ -5715,6 +6341,16 @@ export namespace WithTertiaryNav {
|
|
|
5715
6341
|
required: false;
|
|
5716
6342
|
default: string;
|
|
5717
6343
|
};
|
|
6344
|
+
caretMarginRight: {
|
|
6345
|
+
type: StringConstructor;
|
|
6346
|
+
required: false;
|
|
6347
|
+
default: string;
|
|
6348
|
+
};
|
|
6349
|
+
caretLeft: {
|
|
6350
|
+
type: BooleanConstructor;
|
|
6351
|
+
required: false;
|
|
6352
|
+
default: boolean;
|
|
6353
|
+
};
|
|
5718
6354
|
usePrimaryColor: {
|
|
5719
6355
|
type: BooleanConstructor;
|
|
5720
6356
|
required: false;
|
|
@@ -5725,6 +6361,7 @@ export namespace WithTertiaryNav {
|
|
|
5725
6361
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
5726
6362
|
}>, {
|
|
5727
6363
|
title: string;
|
|
6364
|
+
caretLeft: boolean;
|
|
5728
6365
|
variant: "default" | "primary" | "secondary" | "none";
|
|
5729
6366
|
to: string | Record<string, any>;
|
|
5730
6367
|
exact: boolean;
|
|
@@ -5740,6 +6377,7 @@ export namespace WithTertiaryNav {
|
|
|
5740
6377
|
caretInline: boolean;
|
|
5741
6378
|
caretColor: string;
|
|
5742
6379
|
caretMarginLeft: string;
|
|
6380
|
+
caretMarginRight: string;
|
|
5743
6381
|
usePrimaryColor: boolean;
|
|
5744
6382
|
}, {}, {
|
|
5745
6383
|
MixinAnimationCaret: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -5763,11 +6401,21 @@ export namespace WithTertiaryNav {
|
|
|
5763
6401
|
default: string;
|
|
5764
6402
|
required: false;
|
|
5765
6403
|
};
|
|
6404
|
+
marginRight: {
|
|
6405
|
+
type: StringConstructor;
|
|
6406
|
+
default: string;
|
|
6407
|
+
required: false;
|
|
6408
|
+
};
|
|
5766
6409
|
inline: {
|
|
5767
6410
|
type: BooleanConstructor;
|
|
5768
6411
|
default: boolean;
|
|
5769
6412
|
required: false;
|
|
5770
6413
|
};
|
|
6414
|
+
caretLeft: {
|
|
6415
|
+
type: BooleanConstructor;
|
|
6416
|
+
default: boolean;
|
|
6417
|
+
required: false;
|
|
6418
|
+
};
|
|
5771
6419
|
}>, {}, {}, {
|
|
5772
6420
|
computedClass(): string;
|
|
5773
6421
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -5791,17 +6439,29 @@ export namespace WithTertiaryNav {
|
|
|
5791
6439
|
default: string;
|
|
5792
6440
|
required: false;
|
|
5793
6441
|
};
|
|
6442
|
+
marginRight: {
|
|
6443
|
+
type: StringConstructor;
|
|
6444
|
+
default: string;
|
|
6445
|
+
required: false;
|
|
6446
|
+
};
|
|
5794
6447
|
inline: {
|
|
5795
6448
|
type: BooleanConstructor;
|
|
5796
6449
|
default: boolean;
|
|
5797
6450
|
required: false;
|
|
5798
6451
|
};
|
|
6452
|
+
caretLeft: {
|
|
6453
|
+
type: BooleanConstructor;
|
|
6454
|
+
default: boolean;
|
|
6455
|
+
required: false;
|
|
6456
|
+
};
|
|
5799
6457
|
}>> & Readonly<{}>, {
|
|
5800
6458
|
inline: boolean;
|
|
5801
6459
|
passedWrapperClass: string;
|
|
5802
6460
|
arrowClass: string;
|
|
5803
6461
|
color: string;
|
|
5804
6462
|
marginLeft: string;
|
|
6463
|
+
marginRight: string;
|
|
6464
|
+
caretLeft: boolean;
|
|
5805
6465
|
}, {}, {
|
|
5806
6466
|
IconCaret: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5807
6467
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|