@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
|
@@ -109,6 +109,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
109
109
|
required: false;
|
|
110
110
|
default: string;
|
|
111
111
|
};
|
|
112
|
+
caretMarginRight: {
|
|
113
|
+
type: StringConstructor;
|
|
114
|
+
required: false;
|
|
115
|
+
default: string;
|
|
116
|
+
};
|
|
117
|
+
caretLeft: {
|
|
118
|
+
type: BooleanConstructor;
|
|
119
|
+
required: false;
|
|
120
|
+
default: boolean;
|
|
121
|
+
};
|
|
112
122
|
usePrimaryColor: {
|
|
113
123
|
type: BooleanConstructor;
|
|
114
124
|
required: false;
|
|
@@ -216,6 +226,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
216
226
|
required: false;
|
|
217
227
|
default: string;
|
|
218
228
|
};
|
|
229
|
+
caretMarginRight: {
|
|
230
|
+
type: StringConstructor;
|
|
231
|
+
required: false;
|
|
232
|
+
default: string;
|
|
233
|
+
};
|
|
234
|
+
caretLeft: {
|
|
235
|
+
type: BooleanConstructor;
|
|
236
|
+
required: false;
|
|
237
|
+
default: boolean;
|
|
238
|
+
};
|
|
219
239
|
usePrimaryColor: {
|
|
220
240
|
type: BooleanConstructor;
|
|
221
241
|
required: false;
|
|
@@ -226,6 +246,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
226
246
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
227
247
|
}>, {
|
|
228
248
|
title: string;
|
|
249
|
+
caretLeft: boolean;
|
|
229
250
|
variant: "default" | "primary" | "secondary" | "none";
|
|
230
251
|
to: string | Record<string, any>;
|
|
231
252
|
exact: boolean;
|
|
@@ -241,6 +262,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
241
262
|
caretInline: boolean;
|
|
242
263
|
caretColor: string;
|
|
243
264
|
caretMarginLeft: string;
|
|
265
|
+
caretMarginRight: string;
|
|
244
266
|
usePrimaryColor: boolean;
|
|
245
267
|
}, {}, {
|
|
246
268
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -264,11 +286,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
264
286
|
default: string;
|
|
265
287
|
required: false;
|
|
266
288
|
};
|
|
289
|
+
marginRight: {
|
|
290
|
+
type: StringConstructor;
|
|
291
|
+
default: string;
|
|
292
|
+
required: false;
|
|
293
|
+
};
|
|
267
294
|
inline: {
|
|
268
295
|
type: BooleanConstructor;
|
|
269
296
|
default: boolean;
|
|
270
297
|
required: false;
|
|
271
298
|
};
|
|
299
|
+
caretLeft: {
|
|
300
|
+
type: BooleanConstructor;
|
|
301
|
+
default: boolean;
|
|
302
|
+
required: false;
|
|
303
|
+
};
|
|
272
304
|
}>, {}, {}, {
|
|
273
305
|
computedClass(): string;
|
|
274
306
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -292,17 +324,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
292
324
|
default: string;
|
|
293
325
|
required: false;
|
|
294
326
|
};
|
|
327
|
+
marginRight: {
|
|
328
|
+
type: StringConstructor;
|
|
329
|
+
default: string;
|
|
330
|
+
required: false;
|
|
331
|
+
};
|
|
295
332
|
inline: {
|
|
296
333
|
type: BooleanConstructor;
|
|
297
334
|
default: boolean;
|
|
298
335
|
required: false;
|
|
299
336
|
};
|
|
337
|
+
caretLeft: {
|
|
338
|
+
type: BooleanConstructor;
|
|
339
|
+
default: boolean;
|
|
340
|
+
required: false;
|
|
341
|
+
};
|
|
300
342
|
}>> & Readonly<{}>, {
|
|
301
343
|
inline: boolean;
|
|
302
344
|
passedWrapperClass: string;
|
|
303
345
|
arrowClass: string;
|
|
304
346
|
color: string;
|
|
305
347
|
marginLeft: string;
|
|
348
|
+
marginRight: string;
|
|
349
|
+
caretLeft: boolean;
|
|
306
350
|
}, {}, {
|
|
307
351
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
308
352
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -203,6 +203,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
203
203
|
required: false;
|
|
204
204
|
default: string;
|
|
205
205
|
};
|
|
206
|
+
caretMarginRight: {
|
|
207
|
+
type: StringConstructor;
|
|
208
|
+
required: false;
|
|
209
|
+
default: string;
|
|
210
|
+
};
|
|
211
|
+
caretLeft: {
|
|
212
|
+
type: BooleanConstructor;
|
|
213
|
+
required: false;
|
|
214
|
+
default: boolean;
|
|
215
|
+
};
|
|
206
216
|
usePrimaryColor: {
|
|
207
217
|
type: BooleanConstructor;
|
|
208
218
|
required: false;
|
|
@@ -310,6 +320,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
310
320
|
required: false;
|
|
311
321
|
default: string;
|
|
312
322
|
};
|
|
323
|
+
caretMarginRight: {
|
|
324
|
+
type: StringConstructor;
|
|
325
|
+
required: false;
|
|
326
|
+
default: string;
|
|
327
|
+
};
|
|
328
|
+
caretLeft: {
|
|
329
|
+
type: BooleanConstructor;
|
|
330
|
+
required: false;
|
|
331
|
+
default: boolean;
|
|
332
|
+
};
|
|
313
333
|
usePrimaryColor: {
|
|
314
334
|
type: BooleanConstructor;
|
|
315
335
|
required: false;
|
|
@@ -320,6 +340,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
320
340
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
321
341
|
}>, {
|
|
322
342
|
title: string;
|
|
343
|
+
caretLeft: boolean;
|
|
323
344
|
variant: "default" | "primary" | "secondary" | "none";
|
|
324
345
|
to: string | Record<string, any>;
|
|
325
346
|
exact: boolean;
|
|
@@ -335,6 +356,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
335
356
|
caretInline: boolean;
|
|
336
357
|
caretColor: string;
|
|
337
358
|
caretMarginLeft: string;
|
|
359
|
+
caretMarginRight: string;
|
|
338
360
|
usePrimaryColor: boolean;
|
|
339
361
|
}, {}, {
|
|
340
362
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -358,11 +380,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
358
380
|
default: string;
|
|
359
381
|
required: false;
|
|
360
382
|
};
|
|
383
|
+
marginRight: {
|
|
384
|
+
type: StringConstructor;
|
|
385
|
+
default: string;
|
|
386
|
+
required: false;
|
|
387
|
+
};
|
|
361
388
|
inline: {
|
|
362
389
|
type: BooleanConstructor;
|
|
363
390
|
default: boolean;
|
|
364
391
|
required: false;
|
|
365
392
|
};
|
|
393
|
+
caretLeft: {
|
|
394
|
+
type: BooleanConstructor;
|
|
395
|
+
default: boolean;
|
|
396
|
+
required: false;
|
|
397
|
+
};
|
|
366
398
|
}>, {}, {}, {
|
|
367
399
|
computedClass(): string;
|
|
368
400
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -386,17 +418,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
386
418
|
default: string;
|
|
387
419
|
required: false;
|
|
388
420
|
};
|
|
421
|
+
marginRight: {
|
|
422
|
+
type: StringConstructor;
|
|
423
|
+
default: string;
|
|
424
|
+
required: false;
|
|
425
|
+
};
|
|
389
426
|
inline: {
|
|
390
427
|
type: BooleanConstructor;
|
|
391
428
|
default: boolean;
|
|
392
429
|
required: false;
|
|
393
430
|
};
|
|
431
|
+
caretLeft: {
|
|
432
|
+
type: BooleanConstructor;
|
|
433
|
+
default: boolean;
|
|
434
|
+
required: false;
|
|
435
|
+
};
|
|
394
436
|
}>> & Readonly<{}>, {
|
|
395
437
|
inline: boolean;
|
|
396
438
|
passedWrapperClass: string;
|
|
397
439
|
arrowClass: string;
|
|
398
440
|
color: string;
|
|
399
441
|
marginLeft: string;
|
|
442
|
+
marginRight: string;
|
|
443
|
+
caretLeft: boolean;
|
|
400
444
|
}, {}, {
|
|
401
445
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
402
446
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -854,6 +898,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
854
898
|
required: false;
|
|
855
899
|
default: string;
|
|
856
900
|
};
|
|
901
|
+
caretMarginRight: {
|
|
902
|
+
type: StringConstructor;
|
|
903
|
+
required: false;
|
|
904
|
+
default: string;
|
|
905
|
+
};
|
|
906
|
+
caretLeft: {
|
|
907
|
+
type: BooleanConstructor;
|
|
908
|
+
required: false;
|
|
909
|
+
default: boolean;
|
|
910
|
+
};
|
|
857
911
|
usePrimaryColor: {
|
|
858
912
|
type: BooleanConstructor;
|
|
859
913
|
required: false;
|
|
@@ -961,6 +1015,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
961
1015
|
required: false;
|
|
962
1016
|
default: string;
|
|
963
1017
|
};
|
|
1018
|
+
caretMarginRight: {
|
|
1019
|
+
type: StringConstructor;
|
|
1020
|
+
required: false;
|
|
1021
|
+
default: string;
|
|
1022
|
+
};
|
|
1023
|
+
caretLeft: {
|
|
1024
|
+
type: BooleanConstructor;
|
|
1025
|
+
required: false;
|
|
1026
|
+
default: boolean;
|
|
1027
|
+
};
|
|
964
1028
|
usePrimaryColor: {
|
|
965
1029
|
type: BooleanConstructor;
|
|
966
1030
|
required: false;
|
|
@@ -971,6 +1035,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
971
1035
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
972
1036
|
}>, {
|
|
973
1037
|
title: string;
|
|
1038
|
+
caretLeft: boolean;
|
|
974
1039
|
variant: "default" | "primary" | "secondary" | "none";
|
|
975
1040
|
to: string | Record<string, any>;
|
|
976
1041
|
exact: boolean;
|
|
@@ -986,6 +1051,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
986
1051
|
caretInline: boolean;
|
|
987
1052
|
caretColor: string;
|
|
988
1053
|
caretMarginLeft: string;
|
|
1054
|
+
caretMarginRight: string;
|
|
989
1055
|
usePrimaryColor: boolean;
|
|
990
1056
|
}, {}, {
|
|
991
1057
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1009,11 +1075,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1009
1075
|
default: string;
|
|
1010
1076
|
required: false;
|
|
1011
1077
|
};
|
|
1078
|
+
marginRight: {
|
|
1079
|
+
type: StringConstructor;
|
|
1080
|
+
default: string;
|
|
1081
|
+
required: false;
|
|
1082
|
+
};
|
|
1012
1083
|
inline: {
|
|
1013
1084
|
type: BooleanConstructor;
|
|
1014
1085
|
default: boolean;
|
|
1015
1086
|
required: false;
|
|
1016
1087
|
};
|
|
1088
|
+
caretLeft: {
|
|
1089
|
+
type: BooleanConstructor;
|
|
1090
|
+
default: boolean;
|
|
1091
|
+
required: false;
|
|
1092
|
+
};
|
|
1017
1093
|
}>, {}, {}, {
|
|
1018
1094
|
computedClass(): string;
|
|
1019
1095
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1037,17 +1113,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1037
1113
|
default: string;
|
|
1038
1114
|
required: false;
|
|
1039
1115
|
};
|
|
1116
|
+
marginRight: {
|
|
1117
|
+
type: StringConstructor;
|
|
1118
|
+
default: string;
|
|
1119
|
+
required: false;
|
|
1120
|
+
};
|
|
1040
1121
|
inline: {
|
|
1041
1122
|
type: BooleanConstructor;
|
|
1042
1123
|
default: boolean;
|
|
1043
1124
|
required: false;
|
|
1044
1125
|
};
|
|
1126
|
+
caretLeft: {
|
|
1127
|
+
type: BooleanConstructor;
|
|
1128
|
+
default: boolean;
|
|
1129
|
+
required: false;
|
|
1130
|
+
};
|
|
1045
1131
|
}>> & Readonly<{}>, {
|
|
1046
1132
|
inline: boolean;
|
|
1047
1133
|
passedWrapperClass: string;
|
|
1048
1134
|
arrowClass: string;
|
|
1049
1135
|
color: string;
|
|
1050
1136
|
marginLeft: string;
|
|
1137
|
+
marginRight: string;
|
|
1138
|
+
caretLeft: boolean;
|
|
1051
1139
|
}, {}, {
|
|
1052
1140
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1053
1141
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -172,6 +172,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
172
172
|
required: false;
|
|
173
173
|
default: string;
|
|
174
174
|
};
|
|
175
|
+
caretMarginRight: {
|
|
176
|
+
type: StringConstructor;
|
|
177
|
+
required: false;
|
|
178
|
+
default: string;
|
|
179
|
+
};
|
|
180
|
+
caretLeft: {
|
|
181
|
+
type: BooleanConstructor;
|
|
182
|
+
required: false;
|
|
183
|
+
default: boolean;
|
|
184
|
+
};
|
|
175
185
|
usePrimaryColor: {
|
|
176
186
|
type: BooleanConstructor;
|
|
177
187
|
required: false;
|
|
@@ -279,6 +289,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
279
289
|
required: false;
|
|
280
290
|
default: string;
|
|
281
291
|
};
|
|
292
|
+
caretMarginRight: {
|
|
293
|
+
type: StringConstructor;
|
|
294
|
+
required: false;
|
|
295
|
+
default: string;
|
|
296
|
+
};
|
|
297
|
+
caretLeft: {
|
|
298
|
+
type: BooleanConstructor;
|
|
299
|
+
required: false;
|
|
300
|
+
default: boolean;
|
|
301
|
+
};
|
|
282
302
|
usePrimaryColor: {
|
|
283
303
|
type: BooleanConstructor;
|
|
284
304
|
required: false;
|
|
@@ -289,6 +309,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
289
309
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
290
310
|
}>, {
|
|
291
311
|
title: string;
|
|
312
|
+
caretLeft: boolean;
|
|
292
313
|
variant: "default" | "primary" | "secondary" | "none";
|
|
293
314
|
to: string | Record<string, any>;
|
|
294
315
|
exact: boolean;
|
|
@@ -304,6 +325,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
304
325
|
caretInline: boolean;
|
|
305
326
|
caretColor: string;
|
|
306
327
|
caretMarginLeft: string;
|
|
328
|
+
caretMarginRight: string;
|
|
307
329
|
usePrimaryColor: boolean;
|
|
308
330
|
}, {}, {
|
|
309
331
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -327,11 +349,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
327
349
|
default: string;
|
|
328
350
|
required: false;
|
|
329
351
|
};
|
|
352
|
+
marginRight: {
|
|
353
|
+
type: StringConstructor;
|
|
354
|
+
default: string;
|
|
355
|
+
required: false;
|
|
356
|
+
};
|
|
330
357
|
inline: {
|
|
331
358
|
type: BooleanConstructor;
|
|
332
359
|
default: boolean;
|
|
333
360
|
required: false;
|
|
334
361
|
};
|
|
362
|
+
caretLeft: {
|
|
363
|
+
type: BooleanConstructor;
|
|
364
|
+
default: boolean;
|
|
365
|
+
required: false;
|
|
366
|
+
};
|
|
335
367
|
}>, {}, {}, {
|
|
336
368
|
computedClass(): string;
|
|
337
369
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -355,17 +387,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
355
387
|
default: string;
|
|
356
388
|
required: false;
|
|
357
389
|
};
|
|
390
|
+
marginRight: {
|
|
391
|
+
type: StringConstructor;
|
|
392
|
+
default: string;
|
|
393
|
+
required: false;
|
|
394
|
+
};
|
|
358
395
|
inline: {
|
|
359
396
|
type: BooleanConstructor;
|
|
360
397
|
default: boolean;
|
|
361
398
|
required: false;
|
|
362
399
|
};
|
|
400
|
+
caretLeft: {
|
|
401
|
+
type: BooleanConstructor;
|
|
402
|
+
default: boolean;
|
|
403
|
+
required: false;
|
|
404
|
+
};
|
|
363
405
|
}>> & Readonly<{}>, {
|
|
364
406
|
inline: boolean;
|
|
365
407
|
passedWrapperClass: string;
|
|
366
408
|
arrowClass: string;
|
|
367
409
|
color: string;
|
|
368
410
|
marginLeft: string;
|
|
411
|
+
marginRight: string;
|
|
412
|
+
caretLeft: boolean;
|
|
369
413
|
}, {}, {
|
|
370
414
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
371
415
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|