@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
|
@@ -135,6 +135,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
135
135
|
required: false;
|
|
136
136
|
default: string;
|
|
137
137
|
};
|
|
138
|
+
caretMarginRight: {
|
|
139
|
+
type: StringConstructor;
|
|
140
|
+
required: false;
|
|
141
|
+
default: string;
|
|
142
|
+
};
|
|
143
|
+
caretLeft: {
|
|
144
|
+
type: BooleanConstructor;
|
|
145
|
+
required: false;
|
|
146
|
+
default: boolean;
|
|
147
|
+
};
|
|
138
148
|
usePrimaryColor: {
|
|
139
149
|
type: BooleanConstructor;
|
|
140
150
|
required: false;
|
|
@@ -242,6 +252,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
242
252
|
required: false;
|
|
243
253
|
default: string;
|
|
244
254
|
};
|
|
255
|
+
caretMarginRight: {
|
|
256
|
+
type: StringConstructor;
|
|
257
|
+
required: false;
|
|
258
|
+
default: string;
|
|
259
|
+
};
|
|
260
|
+
caretLeft: {
|
|
261
|
+
type: BooleanConstructor;
|
|
262
|
+
required: false;
|
|
263
|
+
default: boolean;
|
|
264
|
+
};
|
|
245
265
|
usePrimaryColor: {
|
|
246
266
|
type: BooleanConstructor;
|
|
247
267
|
required: false;
|
|
@@ -252,6 +272,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
252
272
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
253
273
|
}>, {
|
|
254
274
|
title: string;
|
|
275
|
+
caretLeft: boolean;
|
|
255
276
|
variant: "default" | "primary" | "secondary" | "none";
|
|
256
277
|
to: string | Record<string, any>;
|
|
257
278
|
exact: boolean;
|
|
@@ -267,6 +288,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
267
288
|
caretInline: boolean;
|
|
268
289
|
caretColor: string;
|
|
269
290
|
caretMarginLeft: string;
|
|
291
|
+
caretMarginRight: string;
|
|
270
292
|
usePrimaryColor: boolean;
|
|
271
293
|
}, {}, {
|
|
272
294
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -290,11 +312,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
290
312
|
default: string;
|
|
291
313
|
required: false;
|
|
292
314
|
};
|
|
315
|
+
marginRight: {
|
|
316
|
+
type: StringConstructor;
|
|
317
|
+
default: string;
|
|
318
|
+
required: false;
|
|
319
|
+
};
|
|
293
320
|
inline: {
|
|
294
321
|
type: BooleanConstructor;
|
|
295
322
|
default: boolean;
|
|
296
323
|
required: false;
|
|
297
324
|
};
|
|
325
|
+
caretLeft: {
|
|
326
|
+
type: BooleanConstructor;
|
|
327
|
+
default: boolean;
|
|
328
|
+
required: false;
|
|
329
|
+
};
|
|
298
330
|
}>, {}, {}, {
|
|
299
331
|
computedClass(): string;
|
|
300
332
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -318,17 +350,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
318
350
|
default: string;
|
|
319
351
|
required: false;
|
|
320
352
|
};
|
|
353
|
+
marginRight: {
|
|
354
|
+
type: StringConstructor;
|
|
355
|
+
default: string;
|
|
356
|
+
required: false;
|
|
357
|
+
};
|
|
321
358
|
inline: {
|
|
322
359
|
type: BooleanConstructor;
|
|
323
360
|
default: boolean;
|
|
324
361
|
required: false;
|
|
325
362
|
};
|
|
363
|
+
caretLeft: {
|
|
364
|
+
type: BooleanConstructor;
|
|
365
|
+
default: boolean;
|
|
366
|
+
required: false;
|
|
367
|
+
};
|
|
326
368
|
}>> & Readonly<{}>, {
|
|
327
369
|
inline: boolean;
|
|
328
370
|
passedWrapperClass: string;
|
|
329
371
|
arrowClass: string;
|
|
330
372
|
color: string;
|
|
331
373
|
marginLeft: string;
|
|
374
|
+
marginRight: string;
|
|
375
|
+
caretLeft: boolean;
|
|
332
376
|
}, {}, {
|
|
333
377
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
334
378
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1016,6 +1016,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1016
1016
|
required: false;
|
|
1017
1017
|
default: string;
|
|
1018
1018
|
};
|
|
1019
|
+
caretMarginRight: {
|
|
1020
|
+
type: StringConstructor;
|
|
1021
|
+
required: false;
|
|
1022
|
+
default: string;
|
|
1023
|
+
};
|
|
1024
|
+
caretLeft: {
|
|
1025
|
+
type: BooleanConstructor;
|
|
1026
|
+
required: false;
|
|
1027
|
+
default: boolean;
|
|
1028
|
+
};
|
|
1019
1029
|
usePrimaryColor: {
|
|
1020
1030
|
type: BooleanConstructor;
|
|
1021
1031
|
required: false;
|
|
@@ -1123,6 +1133,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1123
1133
|
required: false;
|
|
1124
1134
|
default: string;
|
|
1125
1135
|
};
|
|
1136
|
+
caretMarginRight: {
|
|
1137
|
+
type: StringConstructor;
|
|
1138
|
+
required: false;
|
|
1139
|
+
default: string;
|
|
1140
|
+
};
|
|
1141
|
+
caretLeft: {
|
|
1142
|
+
type: BooleanConstructor;
|
|
1143
|
+
required: false;
|
|
1144
|
+
default: boolean;
|
|
1145
|
+
};
|
|
1126
1146
|
usePrimaryColor: {
|
|
1127
1147
|
type: BooleanConstructor;
|
|
1128
1148
|
required: false;
|
|
@@ -1133,6 +1153,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1133
1153
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1134
1154
|
}>, {
|
|
1135
1155
|
title: string;
|
|
1156
|
+
caretLeft: boolean;
|
|
1136
1157
|
variant: "default" | "primary" | "secondary" | "none";
|
|
1137
1158
|
to: string | Record<string, any>;
|
|
1138
1159
|
exact: boolean;
|
|
@@ -1148,6 +1169,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1148
1169
|
caretInline: boolean;
|
|
1149
1170
|
caretColor: string;
|
|
1150
1171
|
caretMarginLeft: string;
|
|
1172
|
+
caretMarginRight: string;
|
|
1151
1173
|
usePrimaryColor: boolean;
|
|
1152
1174
|
}, {}, {
|
|
1153
1175
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1171,11 +1193,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1171
1193
|
default: string;
|
|
1172
1194
|
required: false;
|
|
1173
1195
|
};
|
|
1196
|
+
marginRight: {
|
|
1197
|
+
type: StringConstructor;
|
|
1198
|
+
default: string;
|
|
1199
|
+
required: false;
|
|
1200
|
+
};
|
|
1174
1201
|
inline: {
|
|
1175
1202
|
type: BooleanConstructor;
|
|
1176
1203
|
default: boolean;
|
|
1177
1204
|
required: false;
|
|
1178
1205
|
};
|
|
1206
|
+
caretLeft: {
|
|
1207
|
+
type: BooleanConstructor;
|
|
1208
|
+
default: boolean;
|
|
1209
|
+
required: false;
|
|
1210
|
+
};
|
|
1179
1211
|
}>, {}, {}, {
|
|
1180
1212
|
computedClass(): string;
|
|
1181
1213
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1199,17 +1231,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1199
1231
|
default: string;
|
|
1200
1232
|
required: false;
|
|
1201
1233
|
};
|
|
1234
|
+
marginRight: {
|
|
1235
|
+
type: StringConstructor;
|
|
1236
|
+
default: string;
|
|
1237
|
+
required: false;
|
|
1238
|
+
};
|
|
1202
1239
|
inline: {
|
|
1203
1240
|
type: BooleanConstructor;
|
|
1204
1241
|
default: boolean;
|
|
1205
1242
|
required: false;
|
|
1206
1243
|
};
|
|
1244
|
+
caretLeft: {
|
|
1245
|
+
type: BooleanConstructor;
|
|
1246
|
+
default: boolean;
|
|
1247
|
+
required: false;
|
|
1248
|
+
};
|
|
1207
1249
|
}>> & Readonly<{}>, {
|
|
1208
1250
|
inline: boolean;
|
|
1209
1251
|
passedWrapperClass: string;
|
|
1210
1252
|
arrowClass: string;
|
|
1211
1253
|
color: string;
|
|
1212
1254
|
marginLeft: string;
|
|
1255
|
+
marginRight: string;
|
|
1256
|
+
caretLeft: boolean;
|
|
1213
1257
|
}, {}, {
|
|
1214
1258
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1215
1259
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -473,6 +473,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
473
473
|
required: false;
|
|
474
474
|
default: string;
|
|
475
475
|
};
|
|
476
|
+
caretMarginRight: {
|
|
477
|
+
type: StringConstructor;
|
|
478
|
+
required: false;
|
|
479
|
+
default: string;
|
|
480
|
+
};
|
|
481
|
+
caretLeft: {
|
|
482
|
+
type: BooleanConstructor;
|
|
483
|
+
required: false;
|
|
484
|
+
default: boolean;
|
|
485
|
+
};
|
|
476
486
|
usePrimaryColor: {
|
|
477
487
|
type: BooleanConstructor;
|
|
478
488
|
required: false;
|
|
@@ -580,6 +590,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
580
590
|
required: false;
|
|
581
591
|
default: string;
|
|
582
592
|
};
|
|
593
|
+
caretMarginRight: {
|
|
594
|
+
type: StringConstructor;
|
|
595
|
+
required: false;
|
|
596
|
+
default: string;
|
|
597
|
+
};
|
|
598
|
+
caretLeft: {
|
|
599
|
+
type: BooleanConstructor;
|
|
600
|
+
required: false;
|
|
601
|
+
default: boolean;
|
|
602
|
+
};
|
|
583
603
|
usePrimaryColor: {
|
|
584
604
|
type: BooleanConstructor;
|
|
585
605
|
required: false;
|
|
@@ -590,6 +610,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
590
610
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
591
611
|
}>, {
|
|
592
612
|
title: string;
|
|
613
|
+
caretLeft: boolean;
|
|
593
614
|
variant: "default" | "primary" | "secondary" | "none";
|
|
594
615
|
to: string | Record<string, any>;
|
|
595
616
|
exact: boolean;
|
|
@@ -605,6 +626,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
605
626
|
caretInline: boolean;
|
|
606
627
|
caretColor: string;
|
|
607
628
|
caretMarginLeft: string;
|
|
629
|
+
caretMarginRight: string;
|
|
608
630
|
usePrimaryColor: boolean;
|
|
609
631
|
}, {}, {
|
|
610
632
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -628,11 +650,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
628
650
|
default: string;
|
|
629
651
|
required: false;
|
|
630
652
|
};
|
|
653
|
+
marginRight: {
|
|
654
|
+
type: StringConstructor;
|
|
655
|
+
default: string;
|
|
656
|
+
required: false;
|
|
657
|
+
};
|
|
631
658
|
inline: {
|
|
632
659
|
type: BooleanConstructor;
|
|
633
660
|
default: boolean;
|
|
634
661
|
required: false;
|
|
635
662
|
};
|
|
663
|
+
caretLeft: {
|
|
664
|
+
type: BooleanConstructor;
|
|
665
|
+
default: boolean;
|
|
666
|
+
required: false;
|
|
667
|
+
};
|
|
636
668
|
}>, {}, {}, {
|
|
637
669
|
computedClass(): string;
|
|
638
670
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -656,17 +688,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
656
688
|
default: string;
|
|
657
689
|
required: false;
|
|
658
690
|
};
|
|
691
|
+
marginRight: {
|
|
692
|
+
type: StringConstructor;
|
|
693
|
+
default: string;
|
|
694
|
+
required: false;
|
|
695
|
+
};
|
|
659
696
|
inline: {
|
|
660
697
|
type: BooleanConstructor;
|
|
661
698
|
default: boolean;
|
|
662
699
|
required: false;
|
|
663
700
|
};
|
|
701
|
+
caretLeft: {
|
|
702
|
+
type: BooleanConstructor;
|
|
703
|
+
default: boolean;
|
|
704
|
+
required: false;
|
|
705
|
+
};
|
|
664
706
|
}>> & Readonly<{}>, {
|
|
665
707
|
inline: boolean;
|
|
666
708
|
passedWrapperClass: string;
|
|
667
709
|
arrowClass: string;
|
|
668
710
|
color: string;
|
|
669
711
|
marginLeft: string;
|
|
712
|
+
marginRight: string;
|
|
713
|
+
caretLeft: boolean;
|
|
670
714
|
}, {}, {
|
|
671
715
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
672
716
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -397,6 +397,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
397
397
|
required: false;
|
|
398
398
|
default: string;
|
|
399
399
|
};
|
|
400
|
+
caretMarginRight: {
|
|
401
|
+
type: StringConstructor;
|
|
402
|
+
required: false;
|
|
403
|
+
default: string;
|
|
404
|
+
};
|
|
405
|
+
caretLeft: {
|
|
406
|
+
type: BooleanConstructor;
|
|
407
|
+
required: false;
|
|
408
|
+
default: boolean;
|
|
409
|
+
};
|
|
400
410
|
usePrimaryColor: {
|
|
401
411
|
type: BooleanConstructor;
|
|
402
412
|
required: false;
|
|
@@ -504,6 +514,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
504
514
|
required: false;
|
|
505
515
|
default: string;
|
|
506
516
|
};
|
|
517
|
+
caretMarginRight: {
|
|
518
|
+
type: StringConstructor;
|
|
519
|
+
required: false;
|
|
520
|
+
default: string;
|
|
521
|
+
};
|
|
522
|
+
caretLeft: {
|
|
523
|
+
type: BooleanConstructor;
|
|
524
|
+
required: false;
|
|
525
|
+
default: boolean;
|
|
526
|
+
};
|
|
507
527
|
usePrimaryColor: {
|
|
508
528
|
type: BooleanConstructor;
|
|
509
529
|
required: false;
|
|
@@ -514,6 +534,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
514
534
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
515
535
|
}>, {
|
|
516
536
|
title: string;
|
|
537
|
+
caretLeft: boolean;
|
|
517
538
|
variant: "default" | "primary" | "secondary" | "none";
|
|
518
539
|
to: string | Record<string, any>;
|
|
519
540
|
exact: boolean;
|
|
@@ -529,6 +550,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
529
550
|
caretInline: boolean;
|
|
530
551
|
caretColor: string;
|
|
531
552
|
caretMarginLeft: string;
|
|
553
|
+
caretMarginRight: string;
|
|
532
554
|
usePrimaryColor: boolean;
|
|
533
555
|
}, {}, {
|
|
534
556
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -552,11 +574,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
552
574
|
default: string;
|
|
553
575
|
required: false;
|
|
554
576
|
};
|
|
577
|
+
marginRight: {
|
|
578
|
+
type: StringConstructor;
|
|
579
|
+
default: string;
|
|
580
|
+
required: false;
|
|
581
|
+
};
|
|
555
582
|
inline: {
|
|
556
583
|
type: BooleanConstructor;
|
|
557
584
|
default: boolean;
|
|
558
585
|
required: false;
|
|
559
586
|
};
|
|
587
|
+
caretLeft: {
|
|
588
|
+
type: BooleanConstructor;
|
|
589
|
+
default: boolean;
|
|
590
|
+
required: false;
|
|
591
|
+
};
|
|
560
592
|
}>, {}, {}, {
|
|
561
593
|
computedClass(): string;
|
|
562
594
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -580,17 +612,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
580
612
|
default: string;
|
|
581
613
|
required: false;
|
|
582
614
|
};
|
|
615
|
+
marginRight: {
|
|
616
|
+
type: StringConstructor;
|
|
617
|
+
default: string;
|
|
618
|
+
required: false;
|
|
619
|
+
};
|
|
583
620
|
inline: {
|
|
584
621
|
type: BooleanConstructor;
|
|
585
622
|
default: boolean;
|
|
586
623
|
required: false;
|
|
587
624
|
};
|
|
625
|
+
caretLeft: {
|
|
626
|
+
type: BooleanConstructor;
|
|
627
|
+
default: boolean;
|
|
628
|
+
required: false;
|
|
629
|
+
};
|
|
588
630
|
}>> & Readonly<{}>, {
|
|
589
631
|
inline: boolean;
|
|
590
632
|
passedWrapperClass: string;
|
|
591
633
|
arrowClass: string;
|
|
592
634
|
color: string;
|
|
593
635
|
marginLeft: string;
|
|
636
|
+
marginRight: string;
|
|
637
|
+
caretLeft: boolean;
|
|
594
638
|
}, {}, {
|
|
595
639
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
596
640
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|