@explorer-1/vue 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/components.d.ts +10 -2
- package/dist/explorer-1-vue.css +1 -1
- package/dist/explorer-1-vue.js +43157 -41849
- package/dist/explorer-1-vue.umd.cjs +44 -44
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +44 -0
- package/dist/src/components/AttractionCard/AttractionCard.vue.d.ts +146 -0
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +2 -2
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +44 -0
- package/dist/src/components/BaseLink/BaseLink.stories.d.ts +8 -0
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +50 -2
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +88 -0
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +44 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +1 -1
- package/dist/src/components/BlockCsrTable/{CsrTestLimits.vue.d.ts → CsrDetails.vue.d.ts} +2 -2
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +44 -0
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +528 -0
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +88 -0
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +44 -0
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +44 -0
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +44 -0
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +44 -0
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +44 -0
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +44 -0
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +44 -0
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +44 -0
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +132 -0
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +132 -0
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +44 -0
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +44 -0
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +220 -0
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +44 -0
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +44 -0
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +44 -0
- package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +44 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +2 -2
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +792 -0
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +44 -0
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +44 -0
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +44 -0
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +44 -0
- package/dist/src/components/EventCard/EventCard.vue.d.ts +44 -0
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +44 -0
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +44 -0
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +44 -0
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +88 -0
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +44 -0
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +44 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +44 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +88 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +44 -0
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +528 -0
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +88 -0
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +44 -0
- package/dist/src/components/Icons/IconBookmark.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconHourglass.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconLocationCrosshairs.vue.d.ts +2 -0
- package/dist/src/components/Icons/IconMap.vue.d.ts +2 -0
- package/dist/src/components/Icons/Icons.stories.d.ts +33 -0
- package/dist/src/components/MetadataStacked/MetadataStacked.stories.d.ts +18 -0
- package/dist/src/components/MetadataStacked/MetadataStacked.vue.d.ts +65 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +44 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +44 -0
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +44 -0
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +44 -0
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +132 -0
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +22 -0
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +26 -0
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +88 -0
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +44 -0
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +1188 -0
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +352 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +132 -0
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +176 -0
- package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +44 -0
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +220 -0
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +220 -0
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +44 -0
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +44 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +98 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +44 -0
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +88 -0
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +44 -0
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +44 -0
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +968 -0
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +220 -0
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +88 -0
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +660 -0
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +44 -0
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +44 -0
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +105 -0
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +44 -0
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +44 -0
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +44 -0
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +88 -0
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +44 -0
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +176 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +11 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +310 -0
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +132 -0
- package/dist/src/components/SearchResultsList/SearchResultsList.stories.d.ts +191 -0
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +451 -0
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +44 -0
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +44 -0
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +176 -0
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +88 -0
- package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +88 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +88 -0
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +44 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +44 -0
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +44 -0
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +44 -0
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +132 -0
- package/dist/src/interfaces.d.ts +36 -1
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +440 -0
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +1199 -0
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +1012 -0
- package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +1188 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +1056 -0
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +220 -0
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +98 -0
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +1012 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +1154 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +98 -0
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +98 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +98 -0
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +98 -0
- package/dist/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.stories.d.ts +21 -0
- package/dist/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.vue.d.ts +41 -0
- package/dist/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.stories.d.ts +193 -0
- package/dist/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.vue.d.ts +15 -0
- package/dist/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.stories.d.ts +80 -0
- package/dist/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.vue.d.ts +15 -0
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +1023 -2
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +968 -0
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +354 -0
- package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +572 -0
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +44 -0
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +352 -0
- package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +706 -0
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +530 -0
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +354 -0
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +97 -0
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +1056 -0
- package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +185 -0
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +396 -0
- package/package.json +2 -2
- package/src/components/AttractionCard/AttractionCard.vue +113 -0
- package/src/components/BaseButton/BaseButton.stories.ts +2 -2
- package/src/components/BaseButton/BaseButton.vue +6 -6
- package/src/components/BaseCarousel/BaseCarousel.vue +2 -2
- package/src/components/BaseLink/BaseLink.stories.js +8 -0
- package/src/components/BaseLink/BaseLink.vue +21 -1
- package/src/components/BlockCta/BlockCta.vue +1 -1
- package/src/components/BlockImageCarousel/BlockImageCarousel.vue +2 -2
- package/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue +2 -2
- package/src/components/Icons/IconBookmark.vue +25 -0
- package/src/components/Icons/IconHourglass.vue +35 -0
- package/src/components/Icons/IconLocationCrosshairs.vue +26 -0
- package/src/components/Icons/IconMap.vue +26 -0
- package/src/components/Icons/Icons.stories.ts +29 -0
- package/src/components/MetaPanel/MetaPanel.vue +1 -1
- package/src/components/MetadataStacked/MetadataStacked.stories.js +21 -0
- package/src/components/MetadataStacked/MetadataStacked.vue +71 -0
- package/src/components/MissionDetailHero/MissionDetailHero.vue +1 -1
- package/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue +2 -2
- package/src/components/MixinAnimationCaret/MixinAnimationCaret.vue +34 -0
- package/src/components/MixinCarousel/MixinCarousel.vue +2 -2
- package/src/components/NavSecondary/NavSecondary.vue +11 -2
- package/src/components/NavSocial/NavSocial.vue +1 -1
- package/src/components/SearchFilterGroup/SearchFilterGroup.vue +10 -4
- package/src/components/SearchPagination/SearchPagination.vue +2 -2
- package/src/components/SearchResultCard/SearchResultCard.stories.js +11 -0
- package/src/components/SearchResultCard/SearchResultCard.vue +31 -1
- package/src/components/SearchResultsList/SearchResultsList.stories.js +870 -0
- package/src/components/SearchResultsList/SearchResultsList.vue +18 -1
- package/src/components/ShareButtons/ShareButtons.vue +4 -4
- package/src/components/TopicDetailMore/TopicDetailMore.vue +1 -1
- package/src/interfaces.ts +40 -1
- package/src/templates/PageAudioDetail/PageAudioDetail.vue +9 -8
- package/src/templates/PageContent/PageContent.vue +2 -0
- package/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.stories.js +22 -0
- package/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.vue +65 -0
- package/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.stories.js +102 -0
- package/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.vue +128 -0
- package/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.stories.js +90 -0
- package/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.vue +166 -0
- package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +0 -19
|
@@ -187,6 +187,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
187
187
|
required: false;
|
|
188
188
|
default: string;
|
|
189
189
|
};
|
|
190
|
+
caretMarginRight: {
|
|
191
|
+
type: StringConstructor;
|
|
192
|
+
required: false;
|
|
193
|
+
default: string;
|
|
194
|
+
};
|
|
195
|
+
caretLeft: {
|
|
196
|
+
type: BooleanConstructor;
|
|
197
|
+
required: false;
|
|
198
|
+
default: boolean;
|
|
199
|
+
};
|
|
190
200
|
usePrimaryColor: {
|
|
191
201
|
type: BooleanConstructor;
|
|
192
202
|
required: false;
|
|
@@ -294,6 +304,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
294
304
|
required: false;
|
|
295
305
|
default: string;
|
|
296
306
|
};
|
|
307
|
+
caretMarginRight: {
|
|
308
|
+
type: StringConstructor;
|
|
309
|
+
required: false;
|
|
310
|
+
default: string;
|
|
311
|
+
};
|
|
312
|
+
caretLeft: {
|
|
313
|
+
type: BooleanConstructor;
|
|
314
|
+
required: false;
|
|
315
|
+
default: boolean;
|
|
316
|
+
};
|
|
297
317
|
usePrimaryColor: {
|
|
298
318
|
type: BooleanConstructor;
|
|
299
319
|
required: false;
|
|
@@ -304,6 +324,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
304
324
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
305
325
|
}>, {
|
|
306
326
|
title: string;
|
|
327
|
+
caretLeft: boolean;
|
|
307
328
|
variant: "default" | "primary" | "secondary" | "none";
|
|
308
329
|
to: string | Record<string, any>;
|
|
309
330
|
exact: boolean;
|
|
@@ -319,6 +340,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
319
340
|
caretInline: boolean;
|
|
320
341
|
caretColor: string;
|
|
321
342
|
caretMarginLeft: string;
|
|
343
|
+
caretMarginRight: string;
|
|
322
344
|
usePrimaryColor: boolean;
|
|
323
345
|
}, {}, {
|
|
324
346
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -342,11 +364,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
342
364
|
default: string;
|
|
343
365
|
required: false;
|
|
344
366
|
};
|
|
367
|
+
marginRight: {
|
|
368
|
+
type: StringConstructor;
|
|
369
|
+
default: string;
|
|
370
|
+
required: false;
|
|
371
|
+
};
|
|
345
372
|
inline: {
|
|
346
373
|
type: BooleanConstructor;
|
|
347
374
|
default: boolean;
|
|
348
375
|
required: false;
|
|
349
376
|
};
|
|
377
|
+
caretLeft: {
|
|
378
|
+
type: BooleanConstructor;
|
|
379
|
+
default: boolean;
|
|
380
|
+
required: false;
|
|
381
|
+
};
|
|
350
382
|
}>, {}, {}, {
|
|
351
383
|
computedClass(): string;
|
|
352
384
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -370,17 +402,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
370
402
|
default: string;
|
|
371
403
|
required: false;
|
|
372
404
|
};
|
|
405
|
+
marginRight: {
|
|
406
|
+
type: StringConstructor;
|
|
407
|
+
default: string;
|
|
408
|
+
required: false;
|
|
409
|
+
};
|
|
373
410
|
inline: {
|
|
374
411
|
type: BooleanConstructor;
|
|
375
412
|
default: boolean;
|
|
376
413
|
required: false;
|
|
377
414
|
};
|
|
415
|
+
caretLeft: {
|
|
416
|
+
type: BooleanConstructor;
|
|
417
|
+
default: boolean;
|
|
418
|
+
required: false;
|
|
419
|
+
};
|
|
378
420
|
}>> & Readonly<{}>, {
|
|
379
421
|
inline: boolean;
|
|
380
422
|
passedWrapperClass: string;
|
|
381
423
|
arrowClass: string;
|
|
382
424
|
color: string;
|
|
383
425
|
marginLeft: string;
|
|
426
|
+
marginRight: string;
|
|
427
|
+
caretLeft: boolean;
|
|
384
428
|
}, {}, {
|
|
385
429
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
386
430
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -184,6 +184,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
184
184
|
required: false;
|
|
185
185
|
default: string;
|
|
186
186
|
};
|
|
187
|
+
caretMarginRight: {
|
|
188
|
+
type: StringConstructor;
|
|
189
|
+
required: false;
|
|
190
|
+
default: string;
|
|
191
|
+
};
|
|
192
|
+
caretLeft: {
|
|
193
|
+
type: BooleanConstructor;
|
|
194
|
+
required: false;
|
|
195
|
+
default: boolean;
|
|
196
|
+
};
|
|
187
197
|
usePrimaryColor: {
|
|
188
198
|
type: BooleanConstructor;
|
|
189
199
|
required: false;
|
|
@@ -291,6 +301,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
291
301
|
required: false;
|
|
292
302
|
default: string;
|
|
293
303
|
};
|
|
304
|
+
caretMarginRight: {
|
|
305
|
+
type: StringConstructor;
|
|
306
|
+
required: false;
|
|
307
|
+
default: string;
|
|
308
|
+
};
|
|
309
|
+
caretLeft: {
|
|
310
|
+
type: BooleanConstructor;
|
|
311
|
+
required: false;
|
|
312
|
+
default: boolean;
|
|
313
|
+
};
|
|
294
314
|
usePrimaryColor: {
|
|
295
315
|
type: BooleanConstructor;
|
|
296
316
|
required: false;
|
|
@@ -301,6 +321,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
301
321
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
302
322
|
}>, {
|
|
303
323
|
title: string;
|
|
324
|
+
caretLeft: boolean;
|
|
304
325
|
variant: "default" | "primary" | "secondary" | "none";
|
|
305
326
|
to: string | Record<string, any>;
|
|
306
327
|
exact: boolean;
|
|
@@ -316,6 +337,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
316
337
|
caretInline: boolean;
|
|
317
338
|
caretColor: string;
|
|
318
339
|
caretMarginLeft: string;
|
|
340
|
+
caretMarginRight: string;
|
|
319
341
|
usePrimaryColor: boolean;
|
|
320
342
|
}, {}, {
|
|
321
343
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -339,11 +361,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
339
361
|
default: string;
|
|
340
362
|
required: false;
|
|
341
363
|
};
|
|
364
|
+
marginRight: {
|
|
365
|
+
type: StringConstructor;
|
|
366
|
+
default: string;
|
|
367
|
+
required: false;
|
|
368
|
+
};
|
|
342
369
|
inline: {
|
|
343
370
|
type: BooleanConstructor;
|
|
344
371
|
default: boolean;
|
|
345
372
|
required: false;
|
|
346
373
|
};
|
|
374
|
+
caretLeft: {
|
|
375
|
+
type: BooleanConstructor;
|
|
376
|
+
default: boolean;
|
|
377
|
+
required: false;
|
|
378
|
+
};
|
|
347
379
|
}>, {}, {}, {
|
|
348
380
|
computedClass(): string;
|
|
349
381
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -367,17 +399,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
367
399
|
default: string;
|
|
368
400
|
required: false;
|
|
369
401
|
};
|
|
402
|
+
marginRight: {
|
|
403
|
+
type: StringConstructor;
|
|
404
|
+
default: string;
|
|
405
|
+
required: false;
|
|
406
|
+
};
|
|
370
407
|
inline: {
|
|
371
408
|
type: BooleanConstructor;
|
|
372
409
|
default: boolean;
|
|
373
410
|
required: false;
|
|
374
411
|
};
|
|
412
|
+
caretLeft: {
|
|
413
|
+
type: BooleanConstructor;
|
|
414
|
+
default: boolean;
|
|
415
|
+
required: false;
|
|
416
|
+
};
|
|
375
417
|
}>> & Readonly<{}>, {
|
|
376
418
|
inline: boolean;
|
|
377
419
|
passedWrapperClass: string;
|
|
378
420
|
arrowClass: string;
|
|
379
421
|
color: string;
|
|
380
422
|
marginLeft: string;
|
|
423
|
+
marginRight: string;
|
|
424
|
+
caretLeft: boolean;
|
|
381
425
|
}, {}, {
|
|
382
426
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
383
427
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -114,6 +114,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
114
114
|
required: false;
|
|
115
115
|
default: string;
|
|
116
116
|
};
|
|
117
|
+
caretMarginRight: {
|
|
118
|
+
type: StringConstructor;
|
|
119
|
+
required: false;
|
|
120
|
+
default: string;
|
|
121
|
+
};
|
|
122
|
+
caretLeft: {
|
|
123
|
+
type: BooleanConstructor;
|
|
124
|
+
required: false;
|
|
125
|
+
default: boolean;
|
|
126
|
+
};
|
|
117
127
|
usePrimaryColor: {
|
|
118
128
|
type: BooleanConstructor;
|
|
119
129
|
required: false;
|
|
@@ -221,6 +231,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
221
231
|
required: false;
|
|
222
232
|
default: string;
|
|
223
233
|
};
|
|
234
|
+
caretMarginRight: {
|
|
235
|
+
type: StringConstructor;
|
|
236
|
+
required: false;
|
|
237
|
+
default: string;
|
|
238
|
+
};
|
|
239
|
+
caretLeft: {
|
|
240
|
+
type: BooleanConstructor;
|
|
241
|
+
required: false;
|
|
242
|
+
default: boolean;
|
|
243
|
+
};
|
|
224
244
|
usePrimaryColor: {
|
|
225
245
|
type: BooleanConstructor;
|
|
226
246
|
required: false;
|
|
@@ -231,6 +251,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
231
251
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
232
252
|
}>, {
|
|
233
253
|
title: string;
|
|
254
|
+
caretLeft: boolean;
|
|
234
255
|
variant: "default" | "primary" | "secondary" | "none";
|
|
235
256
|
to: string | Record<string, any>;
|
|
236
257
|
exact: boolean;
|
|
@@ -246,6 +267,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
246
267
|
caretInline: boolean;
|
|
247
268
|
caretColor: string;
|
|
248
269
|
caretMarginLeft: string;
|
|
270
|
+
caretMarginRight: string;
|
|
249
271
|
usePrimaryColor: boolean;
|
|
250
272
|
}, {}, {
|
|
251
273
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -269,11 +291,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
269
291
|
default: string;
|
|
270
292
|
required: false;
|
|
271
293
|
};
|
|
294
|
+
marginRight: {
|
|
295
|
+
type: StringConstructor;
|
|
296
|
+
default: string;
|
|
297
|
+
required: false;
|
|
298
|
+
};
|
|
272
299
|
inline: {
|
|
273
300
|
type: BooleanConstructor;
|
|
274
301
|
default: boolean;
|
|
275
302
|
required: false;
|
|
276
303
|
};
|
|
304
|
+
caretLeft: {
|
|
305
|
+
type: BooleanConstructor;
|
|
306
|
+
default: boolean;
|
|
307
|
+
required: false;
|
|
308
|
+
};
|
|
277
309
|
}>, {}, {}, {
|
|
278
310
|
computedClass(): string;
|
|
279
311
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -297,17 +329,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
297
329
|
default: string;
|
|
298
330
|
required: false;
|
|
299
331
|
};
|
|
332
|
+
marginRight: {
|
|
333
|
+
type: StringConstructor;
|
|
334
|
+
default: string;
|
|
335
|
+
required: false;
|
|
336
|
+
};
|
|
300
337
|
inline: {
|
|
301
338
|
type: BooleanConstructor;
|
|
302
339
|
default: boolean;
|
|
303
340
|
required: false;
|
|
304
341
|
};
|
|
342
|
+
caretLeft: {
|
|
343
|
+
type: BooleanConstructor;
|
|
344
|
+
default: boolean;
|
|
345
|
+
required: false;
|
|
346
|
+
};
|
|
305
347
|
}>> & Readonly<{}>, {
|
|
306
348
|
inline: boolean;
|
|
307
349
|
passedWrapperClass: string;
|
|
308
350
|
arrowClass: string;
|
|
309
351
|
color: string;
|
|
310
352
|
marginLeft: string;
|
|
353
|
+
marginRight: string;
|
|
354
|
+
caretLeft: boolean;
|
|
311
355
|
}, {}, {
|
|
312
356
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
313
357
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -400,6 +444,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
400
444
|
required: false;
|
|
401
445
|
default: string;
|
|
402
446
|
};
|
|
447
|
+
caretMarginRight: {
|
|
448
|
+
type: StringConstructor;
|
|
449
|
+
required: false;
|
|
450
|
+
default: string;
|
|
451
|
+
};
|
|
452
|
+
caretLeft: {
|
|
453
|
+
type: BooleanConstructor;
|
|
454
|
+
required: false;
|
|
455
|
+
default: boolean;
|
|
456
|
+
};
|
|
403
457
|
usePrimaryColor: {
|
|
404
458
|
type: BooleanConstructor;
|
|
405
459
|
required: false;
|
|
@@ -507,6 +561,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
507
561
|
required: false;
|
|
508
562
|
default: string;
|
|
509
563
|
};
|
|
564
|
+
caretMarginRight: {
|
|
565
|
+
type: StringConstructor;
|
|
566
|
+
required: false;
|
|
567
|
+
default: string;
|
|
568
|
+
};
|
|
569
|
+
caretLeft: {
|
|
570
|
+
type: BooleanConstructor;
|
|
571
|
+
required: false;
|
|
572
|
+
default: boolean;
|
|
573
|
+
};
|
|
510
574
|
usePrimaryColor: {
|
|
511
575
|
type: BooleanConstructor;
|
|
512
576
|
required: false;
|
|
@@ -517,6 +581,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
517
581
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
518
582
|
}>, {
|
|
519
583
|
title: string;
|
|
584
|
+
caretLeft: boolean;
|
|
520
585
|
variant: "default" | "primary" | "secondary" | "none";
|
|
521
586
|
to: string | Record<string, any>;
|
|
522
587
|
exact: boolean;
|
|
@@ -532,6 +597,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
532
597
|
caretInline: boolean;
|
|
533
598
|
caretColor: string;
|
|
534
599
|
caretMarginLeft: string;
|
|
600
|
+
caretMarginRight: string;
|
|
535
601
|
usePrimaryColor: boolean;
|
|
536
602
|
}, {}, {
|
|
537
603
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -555,11 +621,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
555
621
|
default: string;
|
|
556
622
|
required: false;
|
|
557
623
|
};
|
|
624
|
+
marginRight: {
|
|
625
|
+
type: StringConstructor;
|
|
626
|
+
default: string;
|
|
627
|
+
required: false;
|
|
628
|
+
};
|
|
558
629
|
inline: {
|
|
559
630
|
type: BooleanConstructor;
|
|
560
631
|
default: boolean;
|
|
561
632
|
required: false;
|
|
562
633
|
};
|
|
634
|
+
caretLeft: {
|
|
635
|
+
type: BooleanConstructor;
|
|
636
|
+
default: boolean;
|
|
637
|
+
required: false;
|
|
638
|
+
};
|
|
563
639
|
}>, {}, {}, {
|
|
564
640
|
computedClass(): string;
|
|
565
641
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -583,17 +659,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
583
659
|
default: string;
|
|
584
660
|
required: false;
|
|
585
661
|
};
|
|
662
|
+
marginRight: {
|
|
663
|
+
type: StringConstructor;
|
|
664
|
+
default: string;
|
|
665
|
+
required: false;
|
|
666
|
+
};
|
|
586
667
|
inline: {
|
|
587
668
|
type: BooleanConstructor;
|
|
588
669
|
default: boolean;
|
|
589
670
|
required: false;
|
|
590
671
|
};
|
|
672
|
+
caretLeft: {
|
|
673
|
+
type: BooleanConstructor;
|
|
674
|
+
default: boolean;
|
|
675
|
+
required: false;
|
|
676
|
+
};
|
|
591
677
|
}>> & Readonly<{}>, {
|
|
592
678
|
inline: boolean;
|
|
593
679
|
passedWrapperClass: string;
|
|
594
680
|
arrowClass: string;
|
|
595
681
|
color: string;
|
|
596
682
|
marginLeft: string;
|
|
683
|
+
marginRight: string;
|
|
684
|
+
caretLeft: boolean;
|
|
597
685
|
}, {}, {
|
|
598
686
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
599
687
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -98,6 +98,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
98
98
|
required: false;
|
|
99
99
|
default: string;
|
|
100
100
|
};
|
|
101
|
+
caretMarginRight: {
|
|
102
|
+
type: StringConstructor;
|
|
103
|
+
required: false;
|
|
104
|
+
default: string;
|
|
105
|
+
};
|
|
106
|
+
caretLeft: {
|
|
107
|
+
type: BooleanConstructor;
|
|
108
|
+
required: false;
|
|
109
|
+
default: boolean;
|
|
110
|
+
};
|
|
101
111
|
usePrimaryColor: {
|
|
102
112
|
type: BooleanConstructor;
|
|
103
113
|
required: false;
|
|
@@ -205,6 +215,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
205
215
|
required: false;
|
|
206
216
|
default: string;
|
|
207
217
|
};
|
|
218
|
+
caretMarginRight: {
|
|
219
|
+
type: StringConstructor;
|
|
220
|
+
required: false;
|
|
221
|
+
default: string;
|
|
222
|
+
};
|
|
223
|
+
caretLeft: {
|
|
224
|
+
type: BooleanConstructor;
|
|
225
|
+
required: false;
|
|
226
|
+
default: boolean;
|
|
227
|
+
};
|
|
208
228
|
usePrimaryColor: {
|
|
209
229
|
type: BooleanConstructor;
|
|
210
230
|
required: false;
|
|
@@ -215,6 +235,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
215
235
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
216
236
|
}>, {
|
|
217
237
|
title: string;
|
|
238
|
+
caretLeft: boolean;
|
|
218
239
|
variant: "default" | "primary" | "secondary" | "none";
|
|
219
240
|
to: string | Record<string, any>;
|
|
220
241
|
exact: boolean;
|
|
@@ -230,6 +251,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
230
251
|
caretInline: boolean;
|
|
231
252
|
caretColor: string;
|
|
232
253
|
caretMarginLeft: string;
|
|
254
|
+
caretMarginRight: string;
|
|
233
255
|
usePrimaryColor: boolean;
|
|
234
256
|
}, {}, {
|
|
235
257
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -253,11 +275,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
253
275
|
default: string;
|
|
254
276
|
required: false;
|
|
255
277
|
};
|
|
278
|
+
marginRight: {
|
|
279
|
+
type: StringConstructor;
|
|
280
|
+
default: string;
|
|
281
|
+
required: false;
|
|
282
|
+
};
|
|
256
283
|
inline: {
|
|
257
284
|
type: BooleanConstructor;
|
|
258
285
|
default: boolean;
|
|
259
286
|
required: false;
|
|
260
287
|
};
|
|
288
|
+
caretLeft: {
|
|
289
|
+
type: BooleanConstructor;
|
|
290
|
+
default: boolean;
|
|
291
|
+
required: false;
|
|
292
|
+
};
|
|
261
293
|
}>, {}, {}, {
|
|
262
294
|
computedClass(): string;
|
|
263
295
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -281,17 +313,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
281
313
|
default: string;
|
|
282
314
|
required: false;
|
|
283
315
|
};
|
|
316
|
+
marginRight: {
|
|
317
|
+
type: StringConstructor;
|
|
318
|
+
default: string;
|
|
319
|
+
required: false;
|
|
320
|
+
};
|
|
284
321
|
inline: {
|
|
285
322
|
type: BooleanConstructor;
|
|
286
323
|
default: boolean;
|
|
287
324
|
required: false;
|
|
288
325
|
};
|
|
326
|
+
caretLeft: {
|
|
327
|
+
type: BooleanConstructor;
|
|
328
|
+
default: boolean;
|
|
329
|
+
required: false;
|
|
330
|
+
};
|
|
289
331
|
}>> & Readonly<{}>, {
|
|
290
332
|
inline: boolean;
|
|
291
333
|
passedWrapperClass: string;
|
|
292
334
|
arrowClass: string;
|
|
293
335
|
color: string;
|
|
294
336
|
marginLeft: string;
|
|
337
|
+
marginRight: string;
|
|
338
|
+
caretLeft: boolean;
|
|
295
339
|
}, {}, {
|
|
296
340
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
297
341
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -197,6 +197,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
197
197
|
required: false;
|
|
198
198
|
default: string;
|
|
199
199
|
};
|
|
200
|
+
caretMarginRight: {
|
|
201
|
+
type: StringConstructor;
|
|
202
|
+
required: false;
|
|
203
|
+
default: string;
|
|
204
|
+
};
|
|
205
|
+
caretLeft: {
|
|
206
|
+
type: BooleanConstructor;
|
|
207
|
+
required: false;
|
|
208
|
+
default: boolean;
|
|
209
|
+
};
|
|
200
210
|
usePrimaryColor: {
|
|
201
211
|
type: BooleanConstructor;
|
|
202
212
|
required: false;
|
|
@@ -304,6 +314,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
304
314
|
required: false;
|
|
305
315
|
default: string;
|
|
306
316
|
};
|
|
317
|
+
caretMarginRight: {
|
|
318
|
+
type: StringConstructor;
|
|
319
|
+
required: false;
|
|
320
|
+
default: string;
|
|
321
|
+
};
|
|
322
|
+
caretLeft: {
|
|
323
|
+
type: BooleanConstructor;
|
|
324
|
+
required: false;
|
|
325
|
+
default: boolean;
|
|
326
|
+
};
|
|
307
327
|
usePrimaryColor: {
|
|
308
328
|
type: BooleanConstructor;
|
|
309
329
|
required: false;
|
|
@@ -314,6 +334,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
314
334
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
315
335
|
}>, {
|
|
316
336
|
title: string;
|
|
337
|
+
caretLeft: boolean;
|
|
317
338
|
variant: "default" | "primary" | "secondary" | "none";
|
|
318
339
|
to: string | Record<string, any>;
|
|
319
340
|
exact: boolean;
|
|
@@ -329,6 +350,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
329
350
|
caretInline: boolean;
|
|
330
351
|
caretColor: string;
|
|
331
352
|
caretMarginLeft: string;
|
|
353
|
+
caretMarginRight: string;
|
|
332
354
|
usePrimaryColor: boolean;
|
|
333
355
|
}, {}, {
|
|
334
356
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -352,11 +374,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
352
374
|
default: string;
|
|
353
375
|
required: false;
|
|
354
376
|
};
|
|
377
|
+
marginRight: {
|
|
378
|
+
type: StringConstructor;
|
|
379
|
+
default: string;
|
|
380
|
+
required: false;
|
|
381
|
+
};
|
|
355
382
|
inline: {
|
|
356
383
|
type: BooleanConstructor;
|
|
357
384
|
default: boolean;
|
|
358
385
|
required: false;
|
|
359
386
|
};
|
|
387
|
+
caretLeft: {
|
|
388
|
+
type: BooleanConstructor;
|
|
389
|
+
default: boolean;
|
|
390
|
+
required: false;
|
|
391
|
+
};
|
|
360
392
|
}>, {}, {}, {
|
|
361
393
|
computedClass(): string;
|
|
362
394
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -380,17 +412,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
380
412
|
default: string;
|
|
381
413
|
required: false;
|
|
382
414
|
};
|
|
415
|
+
marginRight: {
|
|
416
|
+
type: StringConstructor;
|
|
417
|
+
default: string;
|
|
418
|
+
required: false;
|
|
419
|
+
};
|
|
383
420
|
inline: {
|
|
384
421
|
type: BooleanConstructor;
|
|
385
422
|
default: boolean;
|
|
386
423
|
required: false;
|
|
387
424
|
};
|
|
425
|
+
caretLeft: {
|
|
426
|
+
type: BooleanConstructor;
|
|
427
|
+
default: boolean;
|
|
428
|
+
required: false;
|
|
429
|
+
};
|
|
388
430
|
}>> & Readonly<{}>, {
|
|
389
431
|
inline: boolean;
|
|
390
432
|
passedWrapperClass: string;
|
|
391
433
|
arrowClass: string;
|
|
392
434
|
color: string;
|
|
393
435
|
marginLeft: string;
|
|
436
|
+
marginRight: string;
|
|
437
|
+
caretLeft: boolean;
|
|
394
438
|
}, {}, {
|
|
395
439
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
396
440
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|