@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
package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts
CHANGED
|
@@ -148,6 +148,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
148
148
|
required: false;
|
|
149
149
|
default: string;
|
|
150
150
|
};
|
|
151
|
+
caretMarginRight: {
|
|
152
|
+
type: StringConstructor;
|
|
153
|
+
required: false;
|
|
154
|
+
default: string;
|
|
155
|
+
};
|
|
156
|
+
caretLeft: {
|
|
157
|
+
type: BooleanConstructor;
|
|
158
|
+
required: false;
|
|
159
|
+
default: boolean;
|
|
160
|
+
};
|
|
151
161
|
usePrimaryColor: {
|
|
152
162
|
type: BooleanConstructor;
|
|
153
163
|
required: false;
|
|
@@ -255,6 +265,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
255
265
|
required: false;
|
|
256
266
|
default: string;
|
|
257
267
|
};
|
|
268
|
+
caretMarginRight: {
|
|
269
|
+
type: StringConstructor;
|
|
270
|
+
required: false;
|
|
271
|
+
default: string;
|
|
272
|
+
};
|
|
273
|
+
caretLeft: {
|
|
274
|
+
type: BooleanConstructor;
|
|
275
|
+
required: false;
|
|
276
|
+
default: boolean;
|
|
277
|
+
};
|
|
258
278
|
usePrimaryColor: {
|
|
259
279
|
type: BooleanConstructor;
|
|
260
280
|
required: false;
|
|
@@ -265,6 +285,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
265
285
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
266
286
|
}>, {
|
|
267
287
|
title: string;
|
|
288
|
+
caretLeft: boolean;
|
|
268
289
|
variant: "default" | "primary" | "secondary" | "none";
|
|
269
290
|
to: string | Record<string, any>;
|
|
270
291
|
exact: boolean;
|
|
@@ -280,6 +301,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
280
301
|
caretInline: boolean;
|
|
281
302
|
caretColor: string;
|
|
282
303
|
caretMarginLeft: string;
|
|
304
|
+
caretMarginRight: string;
|
|
283
305
|
usePrimaryColor: boolean;
|
|
284
306
|
}, {}, {
|
|
285
307
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -303,11 +325,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
303
325
|
default: string;
|
|
304
326
|
required: false;
|
|
305
327
|
};
|
|
328
|
+
marginRight: {
|
|
329
|
+
type: StringConstructor;
|
|
330
|
+
default: string;
|
|
331
|
+
required: false;
|
|
332
|
+
};
|
|
306
333
|
inline: {
|
|
307
334
|
type: BooleanConstructor;
|
|
308
335
|
default: boolean;
|
|
309
336
|
required: false;
|
|
310
337
|
};
|
|
338
|
+
caretLeft: {
|
|
339
|
+
type: BooleanConstructor;
|
|
340
|
+
default: boolean;
|
|
341
|
+
required: false;
|
|
342
|
+
};
|
|
311
343
|
}>, {}, {}, {
|
|
312
344
|
computedClass(): string;
|
|
313
345
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -331,17 +363,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
331
363
|
default: string;
|
|
332
364
|
required: false;
|
|
333
365
|
};
|
|
366
|
+
marginRight: {
|
|
367
|
+
type: StringConstructor;
|
|
368
|
+
default: string;
|
|
369
|
+
required: false;
|
|
370
|
+
};
|
|
334
371
|
inline: {
|
|
335
372
|
type: BooleanConstructor;
|
|
336
373
|
default: boolean;
|
|
337
374
|
required: false;
|
|
338
375
|
};
|
|
376
|
+
caretLeft: {
|
|
377
|
+
type: BooleanConstructor;
|
|
378
|
+
default: boolean;
|
|
379
|
+
required: false;
|
|
380
|
+
};
|
|
339
381
|
}>> & Readonly<{}>, {
|
|
340
382
|
inline: boolean;
|
|
341
383
|
passedWrapperClass: string;
|
|
342
384
|
arrowClass: string;
|
|
343
385
|
color: string;
|
|
344
386
|
marginLeft: string;
|
|
387
|
+
marginRight: string;
|
|
388
|
+
caretLeft: boolean;
|
|
345
389
|
}, {}, {
|
|
346
390
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
347
391
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -322,6 +322,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
322
322
|
required: false;
|
|
323
323
|
default: string;
|
|
324
324
|
};
|
|
325
|
+
caretMarginRight: {
|
|
326
|
+
type: StringConstructor;
|
|
327
|
+
required: false;
|
|
328
|
+
default: string;
|
|
329
|
+
};
|
|
330
|
+
caretLeft: {
|
|
331
|
+
type: BooleanConstructor;
|
|
332
|
+
required: false;
|
|
333
|
+
default: boolean;
|
|
334
|
+
};
|
|
325
335
|
usePrimaryColor: {
|
|
326
336
|
type: BooleanConstructor;
|
|
327
337
|
required: false;
|
|
@@ -429,6 +439,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
429
439
|
required: false;
|
|
430
440
|
default: string;
|
|
431
441
|
};
|
|
442
|
+
caretMarginRight: {
|
|
443
|
+
type: StringConstructor;
|
|
444
|
+
required: false;
|
|
445
|
+
default: string;
|
|
446
|
+
};
|
|
447
|
+
caretLeft: {
|
|
448
|
+
type: BooleanConstructor;
|
|
449
|
+
required: false;
|
|
450
|
+
default: boolean;
|
|
451
|
+
};
|
|
432
452
|
usePrimaryColor: {
|
|
433
453
|
type: BooleanConstructor;
|
|
434
454
|
required: false;
|
|
@@ -439,6 +459,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
439
459
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
440
460
|
}>, {
|
|
441
461
|
title: string;
|
|
462
|
+
caretLeft: boolean;
|
|
442
463
|
variant: "default" | "primary" | "secondary" | "none";
|
|
443
464
|
to: string | Record<string, any>;
|
|
444
465
|
exact: boolean;
|
|
@@ -454,6 +475,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
454
475
|
caretInline: boolean;
|
|
455
476
|
caretColor: string;
|
|
456
477
|
caretMarginLeft: string;
|
|
478
|
+
caretMarginRight: string;
|
|
457
479
|
usePrimaryColor: boolean;
|
|
458
480
|
}, {}, {
|
|
459
481
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -477,11 +499,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
477
499
|
default: string;
|
|
478
500
|
required: false;
|
|
479
501
|
};
|
|
502
|
+
marginRight: {
|
|
503
|
+
type: StringConstructor;
|
|
504
|
+
default: string;
|
|
505
|
+
required: false;
|
|
506
|
+
};
|
|
480
507
|
inline: {
|
|
481
508
|
type: BooleanConstructor;
|
|
482
509
|
default: boolean;
|
|
483
510
|
required: false;
|
|
484
511
|
};
|
|
512
|
+
caretLeft: {
|
|
513
|
+
type: BooleanConstructor;
|
|
514
|
+
default: boolean;
|
|
515
|
+
required: false;
|
|
516
|
+
};
|
|
485
517
|
}>, {}, {}, {
|
|
486
518
|
computedClass(): string;
|
|
487
519
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -505,17 +537,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
505
537
|
default: string;
|
|
506
538
|
required: false;
|
|
507
539
|
};
|
|
540
|
+
marginRight: {
|
|
541
|
+
type: StringConstructor;
|
|
542
|
+
default: string;
|
|
543
|
+
required: false;
|
|
544
|
+
};
|
|
508
545
|
inline: {
|
|
509
546
|
type: BooleanConstructor;
|
|
510
547
|
default: boolean;
|
|
511
548
|
required: false;
|
|
512
549
|
};
|
|
550
|
+
caretLeft: {
|
|
551
|
+
type: BooleanConstructor;
|
|
552
|
+
default: boolean;
|
|
553
|
+
required: false;
|
|
554
|
+
};
|
|
513
555
|
}>> & Readonly<{}>, {
|
|
514
556
|
inline: boolean;
|
|
515
557
|
passedWrapperClass: string;
|
|
516
558
|
arrowClass: string;
|
|
517
559
|
color: string;
|
|
518
560
|
marginLeft: string;
|
|
561
|
+
marginRight: string;
|
|
562
|
+
caretLeft: boolean;
|
|
519
563
|
}, {}, {
|
|
520
564
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
521
565
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -332,6 +332,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
332
332
|
required: false;
|
|
333
333
|
default: string;
|
|
334
334
|
};
|
|
335
|
+
caretMarginRight: {
|
|
336
|
+
type: StringConstructor;
|
|
337
|
+
required: false;
|
|
338
|
+
default: string;
|
|
339
|
+
};
|
|
340
|
+
caretLeft: {
|
|
341
|
+
type: BooleanConstructor;
|
|
342
|
+
required: false;
|
|
343
|
+
default: boolean;
|
|
344
|
+
};
|
|
335
345
|
usePrimaryColor: {
|
|
336
346
|
type: BooleanConstructor;
|
|
337
347
|
required: false;
|
|
@@ -439,6 +449,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
439
449
|
required: false;
|
|
440
450
|
default: string;
|
|
441
451
|
};
|
|
452
|
+
caretMarginRight: {
|
|
453
|
+
type: StringConstructor;
|
|
454
|
+
required: false;
|
|
455
|
+
default: string;
|
|
456
|
+
};
|
|
457
|
+
caretLeft: {
|
|
458
|
+
type: BooleanConstructor;
|
|
459
|
+
required: false;
|
|
460
|
+
default: boolean;
|
|
461
|
+
};
|
|
442
462
|
usePrimaryColor: {
|
|
443
463
|
type: BooleanConstructor;
|
|
444
464
|
required: false;
|
|
@@ -449,6 +469,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
449
469
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
450
470
|
}>, {
|
|
451
471
|
title: string;
|
|
472
|
+
caretLeft: boolean;
|
|
452
473
|
variant: "default" | "primary" | "secondary" | "none";
|
|
453
474
|
to: string | Record<string, any>;
|
|
454
475
|
exact: boolean;
|
|
@@ -464,6 +485,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
464
485
|
caretInline: boolean;
|
|
465
486
|
caretColor: string;
|
|
466
487
|
caretMarginLeft: string;
|
|
488
|
+
caretMarginRight: string;
|
|
467
489
|
usePrimaryColor: boolean;
|
|
468
490
|
}, {}, {
|
|
469
491
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -487,11 +509,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
487
509
|
default: string;
|
|
488
510
|
required: false;
|
|
489
511
|
};
|
|
512
|
+
marginRight: {
|
|
513
|
+
type: StringConstructor;
|
|
514
|
+
default: string;
|
|
515
|
+
required: false;
|
|
516
|
+
};
|
|
490
517
|
inline: {
|
|
491
518
|
type: BooleanConstructor;
|
|
492
519
|
default: boolean;
|
|
493
520
|
required: false;
|
|
494
521
|
};
|
|
522
|
+
caretLeft: {
|
|
523
|
+
type: BooleanConstructor;
|
|
524
|
+
default: boolean;
|
|
525
|
+
required: false;
|
|
526
|
+
};
|
|
495
527
|
}>, {}, {}, {
|
|
496
528
|
computedClass(): string;
|
|
497
529
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -515,17 +547,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
515
547
|
default: string;
|
|
516
548
|
required: false;
|
|
517
549
|
};
|
|
550
|
+
marginRight: {
|
|
551
|
+
type: StringConstructor;
|
|
552
|
+
default: string;
|
|
553
|
+
required: false;
|
|
554
|
+
};
|
|
518
555
|
inline: {
|
|
519
556
|
type: BooleanConstructor;
|
|
520
557
|
default: boolean;
|
|
521
558
|
required: false;
|
|
522
559
|
};
|
|
560
|
+
caretLeft: {
|
|
561
|
+
type: BooleanConstructor;
|
|
562
|
+
default: boolean;
|
|
563
|
+
required: false;
|
|
564
|
+
};
|
|
523
565
|
}>> & Readonly<{}>, {
|
|
524
566
|
inline: boolean;
|
|
525
567
|
passedWrapperClass: string;
|
|
526
568
|
arrowClass: string;
|
|
527
569
|
color: string;
|
|
528
570
|
marginLeft: string;
|
|
571
|
+
marginRight: string;
|
|
572
|
+
caretLeft: boolean;
|
|
529
573
|
}, {}, {
|
|
530
574
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
531
575
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -663,6 +707,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
663
707
|
required: false;
|
|
664
708
|
default: string;
|
|
665
709
|
};
|
|
710
|
+
caretMarginRight: {
|
|
711
|
+
type: StringConstructor;
|
|
712
|
+
required: false;
|
|
713
|
+
default: string;
|
|
714
|
+
};
|
|
715
|
+
caretLeft: {
|
|
716
|
+
type: BooleanConstructor;
|
|
717
|
+
required: false;
|
|
718
|
+
default: boolean;
|
|
719
|
+
};
|
|
666
720
|
usePrimaryColor: {
|
|
667
721
|
type: BooleanConstructor;
|
|
668
722
|
required: false;
|
|
@@ -770,6 +824,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
770
824
|
required: false;
|
|
771
825
|
default: string;
|
|
772
826
|
};
|
|
827
|
+
caretMarginRight: {
|
|
828
|
+
type: StringConstructor;
|
|
829
|
+
required: false;
|
|
830
|
+
default: string;
|
|
831
|
+
};
|
|
832
|
+
caretLeft: {
|
|
833
|
+
type: BooleanConstructor;
|
|
834
|
+
required: false;
|
|
835
|
+
default: boolean;
|
|
836
|
+
};
|
|
773
837
|
usePrimaryColor: {
|
|
774
838
|
type: BooleanConstructor;
|
|
775
839
|
required: false;
|
|
@@ -780,6 +844,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
780
844
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
781
845
|
}>, {
|
|
782
846
|
title: string;
|
|
847
|
+
caretLeft: boolean;
|
|
783
848
|
variant: "default" | "primary" | "secondary" | "none";
|
|
784
849
|
to: string | Record<string, any>;
|
|
785
850
|
exact: boolean;
|
|
@@ -795,6 +860,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
795
860
|
caretInline: boolean;
|
|
796
861
|
caretColor: string;
|
|
797
862
|
caretMarginLeft: string;
|
|
863
|
+
caretMarginRight: string;
|
|
798
864
|
usePrimaryColor: boolean;
|
|
799
865
|
}, {}, {
|
|
800
866
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -818,11 +884,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
818
884
|
default: string;
|
|
819
885
|
required: false;
|
|
820
886
|
};
|
|
887
|
+
marginRight: {
|
|
888
|
+
type: StringConstructor;
|
|
889
|
+
default: string;
|
|
890
|
+
required: false;
|
|
891
|
+
};
|
|
821
892
|
inline: {
|
|
822
893
|
type: BooleanConstructor;
|
|
823
894
|
default: boolean;
|
|
824
895
|
required: false;
|
|
825
896
|
};
|
|
897
|
+
caretLeft: {
|
|
898
|
+
type: BooleanConstructor;
|
|
899
|
+
default: boolean;
|
|
900
|
+
required: false;
|
|
901
|
+
};
|
|
826
902
|
}>, {}, {}, {
|
|
827
903
|
computedClass(): string;
|
|
828
904
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -846,17 +922,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
846
922
|
default: string;
|
|
847
923
|
required: false;
|
|
848
924
|
};
|
|
925
|
+
marginRight: {
|
|
926
|
+
type: StringConstructor;
|
|
927
|
+
default: string;
|
|
928
|
+
required: false;
|
|
929
|
+
};
|
|
849
930
|
inline: {
|
|
850
931
|
type: BooleanConstructor;
|
|
851
932
|
default: boolean;
|
|
852
933
|
required: false;
|
|
853
934
|
};
|
|
935
|
+
caretLeft: {
|
|
936
|
+
type: BooleanConstructor;
|
|
937
|
+
default: boolean;
|
|
938
|
+
required: false;
|
|
939
|
+
};
|
|
854
940
|
}>> & Readonly<{}>, {
|
|
855
941
|
inline: boolean;
|
|
856
942
|
passedWrapperClass: string;
|
|
857
943
|
arrowClass: string;
|
|
858
944
|
color: string;
|
|
859
945
|
marginLeft: string;
|
|
946
|
+
marginRight: string;
|
|
947
|
+
caretLeft: boolean;
|
|
860
948
|
}, {}, {
|
|
861
949
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
862
950
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1014,6 +1102,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1014
1102
|
required: false;
|
|
1015
1103
|
default: string;
|
|
1016
1104
|
};
|
|
1105
|
+
caretMarginRight: {
|
|
1106
|
+
type: StringConstructor;
|
|
1107
|
+
required: false;
|
|
1108
|
+
default: string;
|
|
1109
|
+
};
|
|
1110
|
+
caretLeft: {
|
|
1111
|
+
type: BooleanConstructor;
|
|
1112
|
+
required: false;
|
|
1113
|
+
default: boolean;
|
|
1114
|
+
};
|
|
1017
1115
|
usePrimaryColor: {
|
|
1018
1116
|
type: BooleanConstructor;
|
|
1019
1117
|
required: false;
|
|
@@ -1121,6 +1219,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1121
1219
|
required: false;
|
|
1122
1220
|
default: string;
|
|
1123
1221
|
};
|
|
1222
|
+
caretMarginRight: {
|
|
1223
|
+
type: StringConstructor;
|
|
1224
|
+
required: false;
|
|
1225
|
+
default: string;
|
|
1226
|
+
};
|
|
1227
|
+
caretLeft: {
|
|
1228
|
+
type: BooleanConstructor;
|
|
1229
|
+
required: false;
|
|
1230
|
+
default: boolean;
|
|
1231
|
+
};
|
|
1124
1232
|
usePrimaryColor: {
|
|
1125
1233
|
type: BooleanConstructor;
|
|
1126
1234
|
required: false;
|
|
@@ -1131,6 +1239,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1131
1239
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1132
1240
|
}>, {
|
|
1133
1241
|
title: string;
|
|
1242
|
+
caretLeft: boolean;
|
|
1134
1243
|
variant: "default" | "primary" | "secondary" | "none";
|
|
1135
1244
|
to: string | Record<string, any>;
|
|
1136
1245
|
exact: boolean;
|
|
@@ -1146,6 +1255,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1146
1255
|
caretInline: boolean;
|
|
1147
1256
|
caretColor: string;
|
|
1148
1257
|
caretMarginLeft: string;
|
|
1258
|
+
caretMarginRight: string;
|
|
1149
1259
|
usePrimaryColor: boolean;
|
|
1150
1260
|
}, {}, {
|
|
1151
1261
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1169,11 +1279,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1169
1279
|
default: string;
|
|
1170
1280
|
required: false;
|
|
1171
1281
|
};
|
|
1282
|
+
marginRight: {
|
|
1283
|
+
type: StringConstructor;
|
|
1284
|
+
default: string;
|
|
1285
|
+
required: false;
|
|
1286
|
+
};
|
|
1172
1287
|
inline: {
|
|
1173
1288
|
type: BooleanConstructor;
|
|
1174
1289
|
default: boolean;
|
|
1175
1290
|
required: false;
|
|
1176
1291
|
};
|
|
1292
|
+
caretLeft: {
|
|
1293
|
+
type: BooleanConstructor;
|
|
1294
|
+
default: boolean;
|
|
1295
|
+
required: false;
|
|
1296
|
+
};
|
|
1177
1297
|
}>, {}, {}, {
|
|
1178
1298
|
computedClass(): string;
|
|
1179
1299
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1197,17 +1317,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1197
1317
|
default: string;
|
|
1198
1318
|
required: false;
|
|
1199
1319
|
};
|
|
1320
|
+
marginRight: {
|
|
1321
|
+
type: StringConstructor;
|
|
1322
|
+
default: string;
|
|
1323
|
+
required: false;
|
|
1324
|
+
};
|
|
1200
1325
|
inline: {
|
|
1201
1326
|
type: BooleanConstructor;
|
|
1202
1327
|
default: boolean;
|
|
1203
1328
|
required: false;
|
|
1204
1329
|
};
|
|
1330
|
+
caretLeft: {
|
|
1331
|
+
type: BooleanConstructor;
|
|
1332
|
+
default: boolean;
|
|
1333
|
+
required: false;
|
|
1334
|
+
};
|
|
1205
1335
|
}>> & Readonly<{}>, {
|
|
1206
1336
|
inline: boolean;
|
|
1207
1337
|
passedWrapperClass: string;
|
|
1208
1338
|
arrowClass: string;
|
|
1209
1339
|
color: string;
|
|
1210
1340
|
marginLeft: string;
|
|
1341
|
+
marginRight: string;
|
|
1342
|
+
caretLeft: boolean;
|
|
1211
1343
|
}, {}, {
|
|
1212
1344
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1213
1345
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -21,11 +21,21 @@ declare const _default: {
|
|
|
21
21
|
default: string;
|
|
22
22
|
required: false;
|
|
23
23
|
};
|
|
24
|
+
marginRight: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
required: false;
|
|
28
|
+
};
|
|
24
29
|
inline: {
|
|
25
30
|
type: BooleanConstructor;
|
|
26
31
|
default: boolean;
|
|
27
32
|
required: false;
|
|
28
33
|
};
|
|
34
|
+
caretLeft: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
required: false;
|
|
38
|
+
};
|
|
29
39
|
}>, {}, {}, {
|
|
30
40
|
computedClass(): string;
|
|
31
41
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -49,17 +59,29 @@ declare const _default: {
|
|
|
49
59
|
default: string;
|
|
50
60
|
required: false;
|
|
51
61
|
};
|
|
62
|
+
marginRight: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
default: string;
|
|
65
|
+
required: false;
|
|
66
|
+
};
|
|
52
67
|
inline: {
|
|
53
68
|
type: BooleanConstructor;
|
|
54
69
|
default: boolean;
|
|
55
70
|
required: false;
|
|
56
71
|
};
|
|
72
|
+
caretLeft: {
|
|
73
|
+
type: BooleanConstructor;
|
|
74
|
+
default: boolean;
|
|
75
|
+
required: false;
|
|
76
|
+
};
|
|
57
77
|
}>> & Readonly<{}>, {
|
|
58
78
|
inline: boolean;
|
|
59
79
|
passedWrapperClass: string;
|
|
60
80
|
arrowClass: string;
|
|
61
81
|
color: string;
|
|
62
82
|
marginLeft: string;
|
|
83
|
+
marginRight: string;
|
|
84
|
+
caretLeft: boolean;
|
|
63
85
|
}, {}, {
|
|
64
86
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
65
87
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -25,12 +25,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
25
25
|
default: string;
|
|
26
26
|
required: false;
|
|
27
27
|
};
|
|
28
|
+
/** Default margin right class. Only appled when when Only Use TailwindCSS classes */
|
|
29
|
+
marginRight: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: string;
|
|
32
|
+
required: false;
|
|
33
|
+
};
|
|
28
34
|
/** Appends .caret-inline to .MixinAnimationCaret */
|
|
29
35
|
inline: {
|
|
30
36
|
type: BooleanConstructor;
|
|
31
37
|
default: boolean;
|
|
32
38
|
required: false;
|
|
33
39
|
};
|
|
40
|
+
/** Modify the caret icon and animation to appear on the left of the slot text */
|
|
41
|
+
caretLeft: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
required: false;
|
|
45
|
+
};
|
|
34
46
|
}>, {}, {}, {
|
|
35
47
|
computedClass(): string;
|
|
36
48
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -60,18 +72,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
60
72
|
default: string;
|
|
61
73
|
required: false;
|
|
62
74
|
};
|
|
75
|
+
/** Default margin right class. Only appled when when Only Use TailwindCSS classes */
|
|
76
|
+
marginRight: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
default: string;
|
|
79
|
+
required: false;
|
|
80
|
+
};
|
|
63
81
|
/** Appends .caret-inline to .MixinAnimationCaret */
|
|
64
82
|
inline: {
|
|
65
83
|
type: BooleanConstructor;
|
|
66
84
|
default: boolean;
|
|
67
85
|
required: false;
|
|
68
86
|
};
|
|
87
|
+
/** Modify the caret icon and animation to appear on the left of the slot text */
|
|
88
|
+
caretLeft: {
|
|
89
|
+
type: BooleanConstructor;
|
|
90
|
+
default: boolean;
|
|
91
|
+
required: false;
|
|
92
|
+
};
|
|
69
93
|
}>> & Readonly<{}>, {
|
|
70
94
|
inline: boolean;
|
|
71
95
|
passedWrapperClass: string;
|
|
72
96
|
arrowClass: string;
|
|
73
97
|
color: string;
|
|
74
98
|
marginLeft: string;
|
|
99
|
+
marginRight: string;
|
|
100
|
+
caretLeft: boolean;
|
|
75
101
|
}, {}, {
|
|
76
102
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
77
103
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|