@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
|
@@ -118,6 +118,16 @@ export function BaseStory(args: any): {
|
|
|
118
118
|
required: false;
|
|
119
119
|
default: string;
|
|
120
120
|
};
|
|
121
|
+
caretMarginRight: {
|
|
122
|
+
type: StringConstructor;
|
|
123
|
+
required: false;
|
|
124
|
+
default: string;
|
|
125
|
+
};
|
|
126
|
+
caretLeft: {
|
|
127
|
+
type: BooleanConstructor;
|
|
128
|
+
required: false;
|
|
129
|
+
default: boolean;
|
|
130
|
+
};
|
|
121
131
|
usePrimaryColor: {
|
|
122
132
|
type: BooleanConstructor;
|
|
123
133
|
required: false;
|
|
@@ -225,6 +235,16 @@ export function BaseStory(args: any): {
|
|
|
225
235
|
required: false;
|
|
226
236
|
default: string;
|
|
227
237
|
};
|
|
238
|
+
caretMarginRight: {
|
|
239
|
+
type: StringConstructor;
|
|
240
|
+
required: false;
|
|
241
|
+
default: string;
|
|
242
|
+
};
|
|
243
|
+
caretLeft: {
|
|
244
|
+
type: BooleanConstructor;
|
|
245
|
+
required: false;
|
|
246
|
+
default: boolean;
|
|
247
|
+
};
|
|
228
248
|
usePrimaryColor: {
|
|
229
249
|
type: BooleanConstructor;
|
|
230
250
|
required: false;
|
|
@@ -235,6 +255,7 @@ export function BaseStory(args: any): {
|
|
|
235
255
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
236
256
|
}>, {
|
|
237
257
|
title: string;
|
|
258
|
+
caretLeft: boolean;
|
|
238
259
|
variant: "default" | "primary" | "secondary" | "none";
|
|
239
260
|
to: string | Record<string, any>;
|
|
240
261
|
exact: boolean;
|
|
@@ -250,6 +271,7 @@ export function BaseStory(args: any): {
|
|
|
250
271
|
caretInline: boolean;
|
|
251
272
|
caretColor: string;
|
|
252
273
|
caretMarginLeft: string;
|
|
274
|
+
caretMarginRight: string;
|
|
253
275
|
usePrimaryColor: boolean;
|
|
254
276
|
}, {}, {
|
|
255
277
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -273,11 +295,21 @@ export function BaseStory(args: any): {
|
|
|
273
295
|
default: string;
|
|
274
296
|
required: false;
|
|
275
297
|
};
|
|
298
|
+
marginRight: {
|
|
299
|
+
type: StringConstructor;
|
|
300
|
+
default: string;
|
|
301
|
+
required: false;
|
|
302
|
+
};
|
|
276
303
|
inline: {
|
|
277
304
|
type: BooleanConstructor;
|
|
278
305
|
default: boolean;
|
|
279
306
|
required: false;
|
|
280
307
|
};
|
|
308
|
+
caretLeft: {
|
|
309
|
+
type: BooleanConstructor;
|
|
310
|
+
default: boolean;
|
|
311
|
+
required: false;
|
|
312
|
+
};
|
|
281
313
|
}>, {}, {}, {
|
|
282
314
|
computedClass(): string;
|
|
283
315
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -301,17 +333,29 @@ export function BaseStory(args: any): {
|
|
|
301
333
|
default: string;
|
|
302
334
|
required: false;
|
|
303
335
|
};
|
|
336
|
+
marginRight: {
|
|
337
|
+
type: StringConstructor;
|
|
338
|
+
default: string;
|
|
339
|
+
required: false;
|
|
340
|
+
};
|
|
304
341
|
inline: {
|
|
305
342
|
type: BooleanConstructor;
|
|
306
343
|
default: boolean;
|
|
307
344
|
required: false;
|
|
308
345
|
};
|
|
346
|
+
caretLeft: {
|
|
347
|
+
type: BooleanConstructor;
|
|
348
|
+
default: boolean;
|
|
349
|
+
required: false;
|
|
350
|
+
};
|
|
309
351
|
}>> & Readonly<{}>, {
|
|
310
352
|
inline: boolean;
|
|
311
353
|
passedWrapperClass: string;
|
|
312
354
|
arrowClass: string;
|
|
313
355
|
color: string;
|
|
314
356
|
marginLeft: string;
|
|
357
|
+
marginRight: string;
|
|
358
|
+
caretLeft: boolean;
|
|
315
359
|
}, {}, {
|
|
316
360
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
317
361
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -425,6 +469,16 @@ export function WithImage(args: any): {
|
|
|
425
469
|
required: false;
|
|
426
470
|
default: string;
|
|
427
471
|
};
|
|
472
|
+
caretMarginRight: {
|
|
473
|
+
type: StringConstructor;
|
|
474
|
+
required: false;
|
|
475
|
+
default: string;
|
|
476
|
+
};
|
|
477
|
+
caretLeft: {
|
|
478
|
+
type: BooleanConstructor;
|
|
479
|
+
required: false;
|
|
480
|
+
default: boolean;
|
|
481
|
+
};
|
|
428
482
|
usePrimaryColor: {
|
|
429
483
|
type: BooleanConstructor;
|
|
430
484
|
required: false;
|
|
@@ -532,6 +586,16 @@ export function WithImage(args: any): {
|
|
|
532
586
|
required: false;
|
|
533
587
|
default: string;
|
|
534
588
|
};
|
|
589
|
+
caretMarginRight: {
|
|
590
|
+
type: StringConstructor;
|
|
591
|
+
required: false;
|
|
592
|
+
default: string;
|
|
593
|
+
};
|
|
594
|
+
caretLeft: {
|
|
595
|
+
type: BooleanConstructor;
|
|
596
|
+
required: false;
|
|
597
|
+
default: boolean;
|
|
598
|
+
};
|
|
535
599
|
usePrimaryColor: {
|
|
536
600
|
type: BooleanConstructor;
|
|
537
601
|
required: false;
|
|
@@ -542,6 +606,7 @@ export function WithImage(args: any): {
|
|
|
542
606
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
543
607
|
}>, {
|
|
544
608
|
title: string;
|
|
609
|
+
caretLeft: boolean;
|
|
545
610
|
variant: "default" | "primary" | "secondary" | "none";
|
|
546
611
|
to: string | Record<string, any>;
|
|
547
612
|
exact: boolean;
|
|
@@ -557,6 +622,7 @@ export function WithImage(args: any): {
|
|
|
557
622
|
caretInline: boolean;
|
|
558
623
|
caretColor: string;
|
|
559
624
|
caretMarginLeft: string;
|
|
625
|
+
caretMarginRight: string;
|
|
560
626
|
usePrimaryColor: boolean;
|
|
561
627
|
}, {}, {
|
|
562
628
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -580,11 +646,21 @@ export function WithImage(args: any): {
|
|
|
580
646
|
default: string;
|
|
581
647
|
required: false;
|
|
582
648
|
};
|
|
649
|
+
marginRight: {
|
|
650
|
+
type: StringConstructor;
|
|
651
|
+
default: string;
|
|
652
|
+
required: false;
|
|
653
|
+
};
|
|
583
654
|
inline: {
|
|
584
655
|
type: BooleanConstructor;
|
|
585
656
|
default: boolean;
|
|
586
657
|
required: false;
|
|
587
658
|
};
|
|
659
|
+
caretLeft: {
|
|
660
|
+
type: BooleanConstructor;
|
|
661
|
+
default: boolean;
|
|
662
|
+
required: false;
|
|
663
|
+
};
|
|
588
664
|
}>, {}, {}, {
|
|
589
665
|
computedClass(): string;
|
|
590
666
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -608,17 +684,29 @@ export function WithImage(args: any): {
|
|
|
608
684
|
default: string;
|
|
609
685
|
required: false;
|
|
610
686
|
};
|
|
687
|
+
marginRight: {
|
|
688
|
+
type: StringConstructor;
|
|
689
|
+
default: string;
|
|
690
|
+
required: false;
|
|
691
|
+
};
|
|
611
692
|
inline: {
|
|
612
693
|
type: BooleanConstructor;
|
|
613
694
|
default: boolean;
|
|
614
695
|
required: false;
|
|
615
696
|
};
|
|
697
|
+
caretLeft: {
|
|
698
|
+
type: BooleanConstructor;
|
|
699
|
+
default: boolean;
|
|
700
|
+
required: false;
|
|
701
|
+
};
|
|
616
702
|
}>> & Readonly<{}>, {
|
|
617
703
|
inline: boolean;
|
|
618
704
|
passedWrapperClass: string;
|
|
619
705
|
arrowClass: string;
|
|
620
706
|
color: string;
|
|
621
707
|
marginLeft: string;
|
|
708
|
+
marginRight: string;
|
|
709
|
+
caretLeft: boolean;
|
|
622
710
|
}, {}, {
|
|
623
711
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
624
712
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -734,6 +822,16 @@ export function ExternalLinkedAttribution(args: any): {
|
|
|
734
822
|
required: false;
|
|
735
823
|
default: string;
|
|
736
824
|
};
|
|
825
|
+
caretMarginRight: {
|
|
826
|
+
type: StringConstructor;
|
|
827
|
+
required: false;
|
|
828
|
+
default: string;
|
|
829
|
+
};
|
|
830
|
+
caretLeft: {
|
|
831
|
+
type: BooleanConstructor;
|
|
832
|
+
required: false;
|
|
833
|
+
default: boolean;
|
|
834
|
+
};
|
|
737
835
|
usePrimaryColor: {
|
|
738
836
|
type: BooleanConstructor;
|
|
739
837
|
required: false;
|
|
@@ -841,6 +939,16 @@ export function ExternalLinkedAttribution(args: any): {
|
|
|
841
939
|
required: false;
|
|
842
940
|
default: string;
|
|
843
941
|
};
|
|
942
|
+
caretMarginRight: {
|
|
943
|
+
type: StringConstructor;
|
|
944
|
+
required: false;
|
|
945
|
+
default: string;
|
|
946
|
+
};
|
|
947
|
+
caretLeft: {
|
|
948
|
+
type: BooleanConstructor;
|
|
949
|
+
required: false;
|
|
950
|
+
default: boolean;
|
|
951
|
+
};
|
|
844
952
|
usePrimaryColor: {
|
|
845
953
|
type: BooleanConstructor;
|
|
846
954
|
required: false;
|
|
@@ -851,6 +959,7 @@ export function ExternalLinkedAttribution(args: any): {
|
|
|
851
959
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
852
960
|
}>, {
|
|
853
961
|
title: string;
|
|
962
|
+
caretLeft: boolean;
|
|
854
963
|
variant: "default" | "primary" | "secondary" | "none";
|
|
855
964
|
to: string | Record<string, any>;
|
|
856
965
|
exact: boolean;
|
|
@@ -866,6 +975,7 @@ export function ExternalLinkedAttribution(args: any): {
|
|
|
866
975
|
caretInline: boolean;
|
|
867
976
|
caretColor: string;
|
|
868
977
|
caretMarginLeft: string;
|
|
978
|
+
caretMarginRight: string;
|
|
869
979
|
usePrimaryColor: boolean;
|
|
870
980
|
}, {}, {
|
|
871
981
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -889,11 +999,21 @@ export function ExternalLinkedAttribution(args: any): {
|
|
|
889
999
|
default: string;
|
|
890
1000
|
required: false;
|
|
891
1001
|
};
|
|
1002
|
+
marginRight: {
|
|
1003
|
+
type: StringConstructor;
|
|
1004
|
+
default: string;
|
|
1005
|
+
required: false;
|
|
1006
|
+
};
|
|
892
1007
|
inline: {
|
|
893
1008
|
type: BooleanConstructor;
|
|
894
1009
|
default: boolean;
|
|
895
1010
|
required: false;
|
|
896
1011
|
};
|
|
1012
|
+
caretLeft: {
|
|
1013
|
+
type: BooleanConstructor;
|
|
1014
|
+
default: boolean;
|
|
1015
|
+
required: false;
|
|
1016
|
+
};
|
|
897
1017
|
}>, {}, {}, {
|
|
898
1018
|
computedClass(): string;
|
|
899
1019
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -917,17 +1037,29 @@ export function ExternalLinkedAttribution(args: any): {
|
|
|
917
1037
|
default: string;
|
|
918
1038
|
required: false;
|
|
919
1039
|
};
|
|
1040
|
+
marginRight: {
|
|
1041
|
+
type: StringConstructor;
|
|
1042
|
+
default: string;
|
|
1043
|
+
required: false;
|
|
1044
|
+
};
|
|
920
1045
|
inline: {
|
|
921
1046
|
type: BooleanConstructor;
|
|
922
1047
|
default: boolean;
|
|
923
1048
|
required: false;
|
|
924
1049
|
};
|
|
1050
|
+
caretLeft: {
|
|
1051
|
+
type: BooleanConstructor;
|
|
1052
|
+
default: boolean;
|
|
1053
|
+
required: false;
|
|
1054
|
+
};
|
|
925
1055
|
}>> & Readonly<{}>, {
|
|
926
1056
|
inline: boolean;
|
|
927
1057
|
passedWrapperClass: string;
|
|
928
1058
|
arrowClass: string;
|
|
929
1059
|
color: string;
|
|
930
1060
|
marginLeft: string;
|
|
1061
|
+
marginRight: string;
|
|
1062
|
+
caretLeft: boolean;
|
|
931
1063
|
}, {}, {
|
|
932
1064
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
933
1065
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1045,6 +1177,16 @@ export function ImageWithLocalLinkedAttribution(args: any): {
|
|
|
1045
1177
|
required: false;
|
|
1046
1178
|
default: string;
|
|
1047
1179
|
};
|
|
1180
|
+
caretMarginRight: {
|
|
1181
|
+
type: StringConstructor;
|
|
1182
|
+
required: false;
|
|
1183
|
+
default: string;
|
|
1184
|
+
};
|
|
1185
|
+
caretLeft: {
|
|
1186
|
+
type: BooleanConstructor;
|
|
1187
|
+
required: false;
|
|
1188
|
+
default: boolean;
|
|
1189
|
+
};
|
|
1048
1190
|
usePrimaryColor: {
|
|
1049
1191
|
type: BooleanConstructor;
|
|
1050
1192
|
required: false;
|
|
@@ -1152,6 +1294,16 @@ export function ImageWithLocalLinkedAttribution(args: any): {
|
|
|
1152
1294
|
required: false;
|
|
1153
1295
|
default: string;
|
|
1154
1296
|
};
|
|
1297
|
+
caretMarginRight: {
|
|
1298
|
+
type: StringConstructor;
|
|
1299
|
+
required: false;
|
|
1300
|
+
default: string;
|
|
1301
|
+
};
|
|
1302
|
+
caretLeft: {
|
|
1303
|
+
type: BooleanConstructor;
|
|
1304
|
+
required: false;
|
|
1305
|
+
default: boolean;
|
|
1306
|
+
};
|
|
1155
1307
|
usePrimaryColor: {
|
|
1156
1308
|
type: BooleanConstructor;
|
|
1157
1309
|
required: false;
|
|
@@ -1162,6 +1314,7 @@ export function ImageWithLocalLinkedAttribution(args: any): {
|
|
|
1162
1314
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1163
1315
|
}>, {
|
|
1164
1316
|
title: string;
|
|
1317
|
+
caretLeft: boolean;
|
|
1165
1318
|
variant: "default" | "primary" | "secondary" | "none";
|
|
1166
1319
|
to: string | Record<string, any>;
|
|
1167
1320
|
exact: boolean;
|
|
@@ -1177,6 +1330,7 @@ export function ImageWithLocalLinkedAttribution(args: any): {
|
|
|
1177
1330
|
caretInline: boolean;
|
|
1178
1331
|
caretColor: string;
|
|
1179
1332
|
caretMarginLeft: string;
|
|
1333
|
+
caretMarginRight: string;
|
|
1180
1334
|
usePrimaryColor: boolean;
|
|
1181
1335
|
}, {}, {
|
|
1182
1336
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1200,11 +1354,21 @@ export function ImageWithLocalLinkedAttribution(args: any): {
|
|
|
1200
1354
|
default: string;
|
|
1201
1355
|
required: false;
|
|
1202
1356
|
};
|
|
1357
|
+
marginRight: {
|
|
1358
|
+
type: StringConstructor;
|
|
1359
|
+
default: string;
|
|
1360
|
+
required: false;
|
|
1361
|
+
};
|
|
1203
1362
|
inline: {
|
|
1204
1363
|
type: BooleanConstructor;
|
|
1205
1364
|
default: boolean;
|
|
1206
1365
|
required: false;
|
|
1207
1366
|
};
|
|
1367
|
+
caretLeft: {
|
|
1368
|
+
type: BooleanConstructor;
|
|
1369
|
+
default: boolean;
|
|
1370
|
+
required: false;
|
|
1371
|
+
};
|
|
1208
1372
|
}>, {}, {}, {
|
|
1209
1373
|
computedClass(): string;
|
|
1210
1374
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1228,17 +1392,29 @@ export function ImageWithLocalLinkedAttribution(args: any): {
|
|
|
1228
1392
|
default: string;
|
|
1229
1393
|
required: false;
|
|
1230
1394
|
};
|
|
1395
|
+
marginRight: {
|
|
1396
|
+
type: StringConstructor;
|
|
1397
|
+
default: string;
|
|
1398
|
+
required: false;
|
|
1399
|
+
};
|
|
1231
1400
|
inline: {
|
|
1232
1401
|
type: BooleanConstructor;
|
|
1233
1402
|
default: boolean;
|
|
1234
1403
|
required: false;
|
|
1235
1404
|
};
|
|
1405
|
+
caretLeft: {
|
|
1406
|
+
type: BooleanConstructor;
|
|
1407
|
+
default: boolean;
|
|
1408
|
+
required: false;
|
|
1409
|
+
};
|
|
1236
1410
|
}>> & Readonly<{}>, {
|
|
1237
1411
|
inline: boolean;
|
|
1238
1412
|
passedWrapperClass: string;
|
|
1239
1413
|
arrowClass: string;
|
|
1240
1414
|
color: string;
|
|
1241
1415
|
marginLeft: string;
|
|
1416
|
+
marginRight: string;
|
|
1417
|
+
caretLeft: boolean;
|
|
1242
1418
|
}, {}, {
|
|
1243
1419
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1244
1420
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1346,6 +1522,16 @@ export function NoAttribution(args: any): {
|
|
|
1346
1522
|
required: false;
|
|
1347
1523
|
default: string;
|
|
1348
1524
|
};
|
|
1525
|
+
caretMarginRight: {
|
|
1526
|
+
type: StringConstructor;
|
|
1527
|
+
required: false;
|
|
1528
|
+
default: string;
|
|
1529
|
+
};
|
|
1530
|
+
caretLeft: {
|
|
1531
|
+
type: BooleanConstructor;
|
|
1532
|
+
required: false;
|
|
1533
|
+
default: boolean;
|
|
1534
|
+
};
|
|
1349
1535
|
usePrimaryColor: {
|
|
1350
1536
|
type: BooleanConstructor;
|
|
1351
1537
|
required: false;
|
|
@@ -1453,6 +1639,16 @@ export function NoAttribution(args: any): {
|
|
|
1453
1639
|
required: false;
|
|
1454
1640
|
default: string;
|
|
1455
1641
|
};
|
|
1642
|
+
caretMarginRight: {
|
|
1643
|
+
type: StringConstructor;
|
|
1644
|
+
required: false;
|
|
1645
|
+
default: string;
|
|
1646
|
+
};
|
|
1647
|
+
caretLeft: {
|
|
1648
|
+
type: BooleanConstructor;
|
|
1649
|
+
required: false;
|
|
1650
|
+
default: boolean;
|
|
1651
|
+
};
|
|
1456
1652
|
usePrimaryColor: {
|
|
1457
1653
|
type: BooleanConstructor;
|
|
1458
1654
|
required: false;
|
|
@@ -1463,6 +1659,7 @@ export function NoAttribution(args: any): {
|
|
|
1463
1659
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1464
1660
|
}>, {
|
|
1465
1661
|
title: string;
|
|
1662
|
+
caretLeft: boolean;
|
|
1466
1663
|
variant: "default" | "primary" | "secondary" | "none";
|
|
1467
1664
|
to: string | Record<string, any>;
|
|
1468
1665
|
exact: boolean;
|
|
@@ -1478,6 +1675,7 @@ export function NoAttribution(args: any): {
|
|
|
1478
1675
|
caretInline: boolean;
|
|
1479
1676
|
caretColor: string;
|
|
1480
1677
|
caretMarginLeft: string;
|
|
1678
|
+
caretMarginRight: string;
|
|
1481
1679
|
usePrimaryColor: boolean;
|
|
1482
1680
|
}, {}, {
|
|
1483
1681
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1501,11 +1699,21 @@ export function NoAttribution(args: any): {
|
|
|
1501
1699
|
default: string;
|
|
1502
1700
|
required: false;
|
|
1503
1701
|
};
|
|
1702
|
+
marginRight: {
|
|
1703
|
+
type: StringConstructor;
|
|
1704
|
+
default: string;
|
|
1705
|
+
required: false;
|
|
1706
|
+
};
|
|
1504
1707
|
inline: {
|
|
1505
1708
|
type: BooleanConstructor;
|
|
1506
1709
|
default: boolean;
|
|
1507
1710
|
required: false;
|
|
1508
1711
|
};
|
|
1712
|
+
caretLeft: {
|
|
1713
|
+
type: BooleanConstructor;
|
|
1714
|
+
default: boolean;
|
|
1715
|
+
required: false;
|
|
1716
|
+
};
|
|
1509
1717
|
}>, {}, {}, {
|
|
1510
1718
|
computedClass(): string;
|
|
1511
1719
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1529,17 +1737,29 @@ export function NoAttribution(args: any): {
|
|
|
1529
1737
|
default: string;
|
|
1530
1738
|
required: false;
|
|
1531
1739
|
};
|
|
1740
|
+
marginRight: {
|
|
1741
|
+
type: StringConstructor;
|
|
1742
|
+
default: string;
|
|
1743
|
+
required: false;
|
|
1744
|
+
};
|
|
1532
1745
|
inline: {
|
|
1533
1746
|
type: BooleanConstructor;
|
|
1534
1747
|
default: boolean;
|
|
1535
1748
|
required: false;
|
|
1536
1749
|
};
|
|
1750
|
+
caretLeft: {
|
|
1751
|
+
type: BooleanConstructor;
|
|
1752
|
+
default: boolean;
|
|
1753
|
+
required: false;
|
|
1754
|
+
};
|
|
1537
1755
|
}>> & Readonly<{}>, {
|
|
1538
1756
|
inline: boolean;
|
|
1539
1757
|
passedWrapperClass: string;
|
|
1540
1758
|
arrowClass: string;
|
|
1541
1759
|
color: string;
|
|
1542
1760
|
marginLeft: string;
|
|
1761
|
+
marginRight: string;
|
|
1762
|
+
caretLeft: boolean;
|
|
1543
1763
|
}, {}, {
|
|
1544
1764
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1545
1765
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -101,6 +101,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
101
101
|
required: false;
|
|
102
102
|
default: string;
|
|
103
103
|
};
|
|
104
|
+
caretMarginRight: {
|
|
105
|
+
type: StringConstructor;
|
|
106
|
+
required: false;
|
|
107
|
+
default: string;
|
|
108
|
+
};
|
|
109
|
+
caretLeft: {
|
|
110
|
+
type: BooleanConstructor;
|
|
111
|
+
required: false;
|
|
112
|
+
default: boolean;
|
|
113
|
+
};
|
|
104
114
|
usePrimaryColor: {
|
|
105
115
|
type: BooleanConstructor;
|
|
106
116
|
required: false;
|
|
@@ -208,6 +218,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
208
218
|
required: false;
|
|
209
219
|
default: string;
|
|
210
220
|
};
|
|
221
|
+
caretMarginRight: {
|
|
222
|
+
type: StringConstructor;
|
|
223
|
+
required: false;
|
|
224
|
+
default: string;
|
|
225
|
+
};
|
|
226
|
+
caretLeft: {
|
|
227
|
+
type: BooleanConstructor;
|
|
228
|
+
required: false;
|
|
229
|
+
default: boolean;
|
|
230
|
+
};
|
|
211
231
|
usePrimaryColor: {
|
|
212
232
|
type: BooleanConstructor;
|
|
213
233
|
required: false;
|
|
@@ -218,6 +238,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
218
238
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
219
239
|
}>, {
|
|
220
240
|
title: string;
|
|
241
|
+
caretLeft: boolean;
|
|
221
242
|
variant: "default" | "primary" | "secondary" | "none";
|
|
222
243
|
to: string | Record<string, any>;
|
|
223
244
|
exact: boolean;
|
|
@@ -233,6 +254,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
233
254
|
caretInline: boolean;
|
|
234
255
|
caretColor: string;
|
|
235
256
|
caretMarginLeft: string;
|
|
257
|
+
caretMarginRight: string;
|
|
236
258
|
usePrimaryColor: boolean;
|
|
237
259
|
}, {}, {
|
|
238
260
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -256,11 +278,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
256
278
|
default: string;
|
|
257
279
|
required: false;
|
|
258
280
|
};
|
|
281
|
+
marginRight: {
|
|
282
|
+
type: StringConstructor;
|
|
283
|
+
default: string;
|
|
284
|
+
required: false;
|
|
285
|
+
};
|
|
259
286
|
inline: {
|
|
260
287
|
type: BooleanConstructor;
|
|
261
288
|
default: boolean;
|
|
262
289
|
required: false;
|
|
263
290
|
};
|
|
291
|
+
caretLeft: {
|
|
292
|
+
type: BooleanConstructor;
|
|
293
|
+
default: boolean;
|
|
294
|
+
required: false;
|
|
295
|
+
};
|
|
264
296
|
}>, {}, {}, {
|
|
265
297
|
computedClass(): string;
|
|
266
298
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -284,17 +316,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
284
316
|
default: string;
|
|
285
317
|
required: false;
|
|
286
318
|
};
|
|
319
|
+
marginRight: {
|
|
320
|
+
type: StringConstructor;
|
|
321
|
+
default: string;
|
|
322
|
+
required: false;
|
|
323
|
+
};
|
|
287
324
|
inline: {
|
|
288
325
|
type: BooleanConstructor;
|
|
289
326
|
default: boolean;
|
|
290
327
|
required: false;
|
|
291
328
|
};
|
|
329
|
+
caretLeft: {
|
|
330
|
+
type: BooleanConstructor;
|
|
331
|
+
default: boolean;
|
|
332
|
+
required: false;
|
|
333
|
+
};
|
|
292
334
|
}>> & Readonly<{}>, {
|
|
293
335
|
inline: boolean;
|
|
294
336
|
passedWrapperClass: string;
|
|
295
337
|
arrowClass: string;
|
|
296
338
|
color: string;
|
|
297
339
|
marginLeft: string;
|
|
340
|
+
marginRight: string;
|
|
341
|
+
caretLeft: boolean;
|
|
298
342
|
}, {}, {
|
|
299
343
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
300
344
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|