@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
|
@@ -253,6 +253,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
253
253
|
type: BooleanConstructor;
|
|
254
254
|
default: boolean;
|
|
255
255
|
};
|
|
256
|
+
isAttraction: {
|
|
257
|
+
type: BooleanConstructor;
|
|
258
|
+
required: false;
|
|
259
|
+
};
|
|
256
260
|
media: {
|
|
257
261
|
type: StringConstructor;
|
|
258
262
|
required: false;
|
|
@@ -322,6 +326,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
322
326
|
type: import('vue').PropType<import('../../../interfaces').EduResourcesTime>;
|
|
323
327
|
default: undefined;
|
|
324
328
|
};
|
|
329
|
+
wait: {
|
|
330
|
+
type: StringConstructor;
|
|
331
|
+
required: false;
|
|
332
|
+
default: undefined;
|
|
333
|
+
};
|
|
334
|
+
showMyList: {
|
|
335
|
+
type: BooleanConstructor;
|
|
336
|
+
default: boolean;
|
|
337
|
+
};
|
|
338
|
+
locationIcon: {
|
|
339
|
+
type: StringConstructor;
|
|
340
|
+
default: string;
|
|
341
|
+
};
|
|
325
342
|
}>, {}, {}, {
|
|
326
343
|
themeStore: () => import('pinia').Store<"theme", import('../../../store/theme').State, {
|
|
327
344
|
isEdu(state: {
|
|
@@ -402,6 +419,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
402
419
|
type: BooleanConstructor;
|
|
403
420
|
default: boolean;
|
|
404
421
|
};
|
|
422
|
+
isAttraction: {
|
|
423
|
+
type: BooleanConstructor;
|
|
424
|
+
required: false;
|
|
425
|
+
};
|
|
405
426
|
media: {
|
|
406
427
|
type: StringConstructor;
|
|
407
428
|
required: false;
|
|
@@ -471,6 +492,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
471
492
|
type: import('vue').PropType<import('../../../interfaces').EduResourcesTime>;
|
|
472
493
|
default: undefined;
|
|
473
494
|
};
|
|
495
|
+
wait: {
|
|
496
|
+
type: StringConstructor;
|
|
497
|
+
required: false;
|
|
498
|
+
default: undefined;
|
|
499
|
+
};
|
|
500
|
+
showMyList: {
|
|
501
|
+
type: BooleanConstructor;
|
|
502
|
+
default: boolean;
|
|
503
|
+
};
|
|
504
|
+
locationIcon: {
|
|
505
|
+
type: StringConstructor;
|
|
506
|
+
default: string;
|
|
507
|
+
};
|
|
474
508
|
}>> & Readonly<{}>, {
|
|
475
509
|
startDate: string;
|
|
476
510
|
endDate: string;
|
|
@@ -503,10 +537,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
503
537
|
media: string;
|
|
504
538
|
topic: string;
|
|
505
539
|
pageContentType: string;
|
|
540
|
+
locationIcon: string;
|
|
541
|
+
wait: string;
|
|
542
|
+
showMyList: boolean;
|
|
506
543
|
featured: boolean;
|
|
507
544
|
isEvents: boolean;
|
|
508
545
|
isPodcastSeason: boolean;
|
|
509
546
|
isProfiles: boolean;
|
|
547
|
+
isAttraction: boolean;
|
|
510
548
|
}, {}, {
|
|
511
549
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
512
550
|
variant: {
|
|
@@ -581,6 +619,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
581
619
|
required: false;
|
|
582
620
|
default: string;
|
|
583
621
|
};
|
|
622
|
+
caretMarginRight: {
|
|
623
|
+
type: StringConstructor;
|
|
624
|
+
required: false;
|
|
625
|
+
default: string;
|
|
626
|
+
};
|
|
627
|
+
caretLeft: {
|
|
628
|
+
type: BooleanConstructor;
|
|
629
|
+
required: false;
|
|
630
|
+
default: boolean;
|
|
631
|
+
};
|
|
584
632
|
usePrimaryColor: {
|
|
585
633
|
type: BooleanConstructor;
|
|
586
634
|
required: false;
|
|
@@ -688,6 +736,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
688
736
|
required: false;
|
|
689
737
|
default: string;
|
|
690
738
|
};
|
|
739
|
+
caretMarginRight: {
|
|
740
|
+
type: StringConstructor;
|
|
741
|
+
required: false;
|
|
742
|
+
default: string;
|
|
743
|
+
};
|
|
744
|
+
caretLeft: {
|
|
745
|
+
type: BooleanConstructor;
|
|
746
|
+
required: false;
|
|
747
|
+
default: boolean;
|
|
748
|
+
};
|
|
691
749
|
usePrimaryColor: {
|
|
692
750
|
type: BooleanConstructor;
|
|
693
751
|
required: false;
|
|
@@ -698,6 +756,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
698
756
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
699
757
|
}>, {
|
|
700
758
|
title: string;
|
|
759
|
+
caretLeft: boolean;
|
|
701
760
|
variant: "default" | "primary" | "secondary" | "none";
|
|
702
761
|
to: string | Record<string, any>;
|
|
703
762
|
exact: boolean;
|
|
@@ -713,6 +772,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
713
772
|
caretInline: boolean;
|
|
714
773
|
caretColor: string;
|
|
715
774
|
caretMarginLeft: string;
|
|
775
|
+
caretMarginRight: string;
|
|
716
776
|
usePrimaryColor: boolean;
|
|
717
777
|
}, {}, {
|
|
718
778
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -736,11 +796,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
736
796
|
default: string;
|
|
737
797
|
required: false;
|
|
738
798
|
};
|
|
799
|
+
marginRight: {
|
|
800
|
+
type: StringConstructor;
|
|
801
|
+
default: string;
|
|
802
|
+
required: false;
|
|
803
|
+
};
|
|
739
804
|
inline: {
|
|
740
805
|
type: BooleanConstructor;
|
|
741
806
|
default: boolean;
|
|
742
807
|
required: false;
|
|
743
808
|
};
|
|
809
|
+
caretLeft: {
|
|
810
|
+
type: BooleanConstructor;
|
|
811
|
+
default: boolean;
|
|
812
|
+
required: false;
|
|
813
|
+
};
|
|
744
814
|
}>, {}, {}, {
|
|
745
815
|
computedClass(): string;
|
|
746
816
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -764,17 +834,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
764
834
|
default: string;
|
|
765
835
|
required: false;
|
|
766
836
|
};
|
|
837
|
+
marginRight: {
|
|
838
|
+
type: StringConstructor;
|
|
839
|
+
default: string;
|
|
840
|
+
required: false;
|
|
841
|
+
};
|
|
767
842
|
inline: {
|
|
768
843
|
type: BooleanConstructor;
|
|
769
844
|
default: boolean;
|
|
770
845
|
required: false;
|
|
771
846
|
};
|
|
847
|
+
caretLeft: {
|
|
848
|
+
type: BooleanConstructor;
|
|
849
|
+
default: boolean;
|
|
850
|
+
required: false;
|
|
851
|
+
};
|
|
772
852
|
}>> & Readonly<{}>, {
|
|
773
853
|
inline: boolean;
|
|
774
854
|
passedWrapperClass: string;
|
|
775
855
|
arrowClass: string;
|
|
776
856
|
color: string;
|
|
777
857
|
marginLeft: string;
|
|
858
|
+
marginRight: string;
|
|
859
|
+
caretLeft: boolean;
|
|
778
860
|
}, {}, {
|
|
779
861
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
780
862
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1191,6 +1273,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1191
1273
|
required: false;
|
|
1192
1274
|
default: string;
|
|
1193
1275
|
};
|
|
1276
|
+
caretMarginRight: {
|
|
1277
|
+
type: StringConstructor;
|
|
1278
|
+
required: false;
|
|
1279
|
+
default: string;
|
|
1280
|
+
};
|
|
1281
|
+
caretLeft: {
|
|
1282
|
+
type: BooleanConstructor;
|
|
1283
|
+
required: false;
|
|
1284
|
+
default: boolean;
|
|
1285
|
+
};
|
|
1194
1286
|
usePrimaryColor: {
|
|
1195
1287
|
type: BooleanConstructor;
|
|
1196
1288
|
required: false;
|
|
@@ -1298,6 +1390,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1298
1390
|
required: false;
|
|
1299
1391
|
default: string;
|
|
1300
1392
|
};
|
|
1393
|
+
caretMarginRight: {
|
|
1394
|
+
type: StringConstructor;
|
|
1395
|
+
required: false;
|
|
1396
|
+
default: string;
|
|
1397
|
+
};
|
|
1398
|
+
caretLeft: {
|
|
1399
|
+
type: BooleanConstructor;
|
|
1400
|
+
required: false;
|
|
1401
|
+
default: boolean;
|
|
1402
|
+
};
|
|
1301
1403
|
usePrimaryColor: {
|
|
1302
1404
|
type: BooleanConstructor;
|
|
1303
1405
|
required: false;
|
|
@@ -1308,6 +1410,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1308
1410
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1309
1411
|
}>, {
|
|
1310
1412
|
title: string;
|
|
1413
|
+
caretLeft: boolean;
|
|
1311
1414
|
variant: "default" | "primary" | "secondary" | "none";
|
|
1312
1415
|
to: string | Record<string, any>;
|
|
1313
1416
|
exact: boolean;
|
|
@@ -1323,6 +1426,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1323
1426
|
caretInline: boolean;
|
|
1324
1427
|
caretColor: string;
|
|
1325
1428
|
caretMarginLeft: string;
|
|
1429
|
+
caretMarginRight: string;
|
|
1326
1430
|
usePrimaryColor: boolean;
|
|
1327
1431
|
}, {}, {
|
|
1328
1432
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1346,11 +1450,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1346
1450
|
default: string;
|
|
1347
1451
|
required: false;
|
|
1348
1452
|
};
|
|
1453
|
+
marginRight: {
|
|
1454
|
+
type: StringConstructor;
|
|
1455
|
+
default: string;
|
|
1456
|
+
required: false;
|
|
1457
|
+
};
|
|
1349
1458
|
inline: {
|
|
1350
1459
|
type: BooleanConstructor;
|
|
1351
1460
|
default: boolean;
|
|
1352
1461
|
required: false;
|
|
1353
1462
|
};
|
|
1463
|
+
caretLeft: {
|
|
1464
|
+
type: BooleanConstructor;
|
|
1465
|
+
default: boolean;
|
|
1466
|
+
required: false;
|
|
1467
|
+
};
|
|
1354
1468
|
}>, {}, {}, {
|
|
1355
1469
|
computedClass(): string;
|
|
1356
1470
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1374,17 +1488,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1374
1488
|
default: string;
|
|
1375
1489
|
required: false;
|
|
1376
1490
|
};
|
|
1491
|
+
marginRight: {
|
|
1492
|
+
type: StringConstructor;
|
|
1493
|
+
default: string;
|
|
1494
|
+
required: false;
|
|
1495
|
+
};
|
|
1377
1496
|
inline: {
|
|
1378
1497
|
type: BooleanConstructor;
|
|
1379
1498
|
default: boolean;
|
|
1380
1499
|
required: false;
|
|
1381
1500
|
};
|
|
1501
|
+
caretLeft: {
|
|
1502
|
+
type: BooleanConstructor;
|
|
1503
|
+
default: boolean;
|
|
1504
|
+
required: false;
|
|
1505
|
+
};
|
|
1382
1506
|
}>> & Readonly<{}>, {
|
|
1383
1507
|
inline: boolean;
|
|
1384
1508
|
passedWrapperClass: string;
|
|
1385
1509
|
arrowClass: string;
|
|
1386
1510
|
color: string;
|
|
1387
1511
|
marginLeft: string;
|
|
1512
|
+
marginRight: string;
|
|
1513
|
+
caretLeft: boolean;
|
|
1388
1514
|
}, {}, {
|
|
1389
1515
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1390
1516
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1951,6 +2077,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1951
2077
|
required: false;
|
|
1952
2078
|
default: string;
|
|
1953
2079
|
};
|
|
2080
|
+
caretMarginRight: {
|
|
2081
|
+
type: StringConstructor;
|
|
2082
|
+
required: false;
|
|
2083
|
+
default: string;
|
|
2084
|
+
};
|
|
2085
|
+
caretLeft: {
|
|
2086
|
+
type: BooleanConstructor;
|
|
2087
|
+
required: false;
|
|
2088
|
+
default: boolean;
|
|
2089
|
+
};
|
|
1954
2090
|
usePrimaryColor: {
|
|
1955
2091
|
type: BooleanConstructor;
|
|
1956
2092
|
required: false;
|
|
@@ -2058,6 +2194,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2058
2194
|
required: false;
|
|
2059
2195
|
default: string;
|
|
2060
2196
|
};
|
|
2197
|
+
caretMarginRight: {
|
|
2198
|
+
type: StringConstructor;
|
|
2199
|
+
required: false;
|
|
2200
|
+
default: string;
|
|
2201
|
+
};
|
|
2202
|
+
caretLeft: {
|
|
2203
|
+
type: BooleanConstructor;
|
|
2204
|
+
required: false;
|
|
2205
|
+
default: boolean;
|
|
2206
|
+
};
|
|
2061
2207
|
usePrimaryColor: {
|
|
2062
2208
|
type: BooleanConstructor;
|
|
2063
2209
|
required: false;
|
|
@@ -2068,6 +2214,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2068
2214
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2069
2215
|
}>, {
|
|
2070
2216
|
title: string;
|
|
2217
|
+
caretLeft: boolean;
|
|
2071
2218
|
variant: "default" | "primary" | "secondary" | "none";
|
|
2072
2219
|
to: string | Record<string, any>;
|
|
2073
2220
|
exact: boolean;
|
|
@@ -2083,6 +2230,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2083
2230
|
caretInline: boolean;
|
|
2084
2231
|
caretColor: string;
|
|
2085
2232
|
caretMarginLeft: string;
|
|
2233
|
+
caretMarginRight: string;
|
|
2086
2234
|
usePrimaryColor: boolean;
|
|
2087
2235
|
}, {}, {
|
|
2088
2236
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -2106,11 +2254,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2106
2254
|
default: string;
|
|
2107
2255
|
required: false;
|
|
2108
2256
|
};
|
|
2257
|
+
marginRight: {
|
|
2258
|
+
type: StringConstructor;
|
|
2259
|
+
default: string;
|
|
2260
|
+
required: false;
|
|
2261
|
+
};
|
|
2109
2262
|
inline: {
|
|
2110
2263
|
type: BooleanConstructor;
|
|
2111
2264
|
default: boolean;
|
|
2112
2265
|
required: false;
|
|
2113
2266
|
};
|
|
2267
|
+
caretLeft: {
|
|
2268
|
+
type: BooleanConstructor;
|
|
2269
|
+
default: boolean;
|
|
2270
|
+
required: false;
|
|
2271
|
+
};
|
|
2114
2272
|
}>, {}, {}, {
|
|
2115
2273
|
computedClass(): string;
|
|
2116
2274
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -2134,17 +2292,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2134
2292
|
default: string;
|
|
2135
2293
|
required: false;
|
|
2136
2294
|
};
|
|
2295
|
+
marginRight: {
|
|
2296
|
+
type: StringConstructor;
|
|
2297
|
+
default: string;
|
|
2298
|
+
required: false;
|
|
2299
|
+
};
|
|
2137
2300
|
inline: {
|
|
2138
2301
|
type: BooleanConstructor;
|
|
2139
2302
|
default: boolean;
|
|
2140
2303
|
required: false;
|
|
2141
2304
|
};
|
|
2305
|
+
caretLeft: {
|
|
2306
|
+
type: BooleanConstructor;
|
|
2307
|
+
default: boolean;
|
|
2308
|
+
required: false;
|
|
2309
|
+
};
|
|
2142
2310
|
}>> & Readonly<{}>, {
|
|
2143
2311
|
inline: boolean;
|
|
2144
2312
|
passedWrapperClass: string;
|
|
2145
2313
|
arrowClass: string;
|
|
2146
2314
|
color: string;
|
|
2147
2315
|
marginLeft: string;
|
|
2316
|
+
marginRight: string;
|
|
2317
|
+
caretLeft: boolean;
|
|
2148
2318
|
}, {}, {
|
|
2149
2319
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2150
2320
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -2533,6 +2703,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2533
2703
|
required: false;
|
|
2534
2704
|
default: string;
|
|
2535
2705
|
};
|
|
2706
|
+
caretMarginRight: {
|
|
2707
|
+
type: StringConstructor;
|
|
2708
|
+
required: false;
|
|
2709
|
+
default: string;
|
|
2710
|
+
};
|
|
2711
|
+
caretLeft: {
|
|
2712
|
+
type: BooleanConstructor;
|
|
2713
|
+
required: false;
|
|
2714
|
+
default: boolean;
|
|
2715
|
+
};
|
|
2536
2716
|
usePrimaryColor: {
|
|
2537
2717
|
type: BooleanConstructor;
|
|
2538
2718
|
required: false;
|
|
@@ -2640,6 +2820,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2640
2820
|
required: false;
|
|
2641
2821
|
default: string;
|
|
2642
2822
|
};
|
|
2823
|
+
caretMarginRight: {
|
|
2824
|
+
type: StringConstructor;
|
|
2825
|
+
required: false;
|
|
2826
|
+
default: string;
|
|
2827
|
+
};
|
|
2828
|
+
caretLeft: {
|
|
2829
|
+
type: BooleanConstructor;
|
|
2830
|
+
required: false;
|
|
2831
|
+
default: boolean;
|
|
2832
|
+
};
|
|
2643
2833
|
usePrimaryColor: {
|
|
2644
2834
|
type: BooleanConstructor;
|
|
2645
2835
|
required: false;
|
|
@@ -2650,6 +2840,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2650
2840
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2651
2841
|
}>, {
|
|
2652
2842
|
title: string;
|
|
2843
|
+
caretLeft: boolean;
|
|
2653
2844
|
variant: "default" | "primary" | "secondary" | "none";
|
|
2654
2845
|
to: string | Record<string, any>;
|
|
2655
2846
|
exact: boolean;
|
|
@@ -2665,6 +2856,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2665
2856
|
caretInline: boolean;
|
|
2666
2857
|
caretColor: string;
|
|
2667
2858
|
caretMarginLeft: string;
|
|
2859
|
+
caretMarginRight: string;
|
|
2668
2860
|
usePrimaryColor: boolean;
|
|
2669
2861
|
}, {}, {
|
|
2670
2862
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -2688,11 +2880,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2688
2880
|
default: string;
|
|
2689
2881
|
required: false;
|
|
2690
2882
|
};
|
|
2883
|
+
marginRight: {
|
|
2884
|
+
type: StringConstructor;
|
|
2885
|
+
default: string;
|
|
2886
|
+
required: false;
|
|
2887
|
+
};
|
|
2691
2888
|
inline: {
|
|
2692
2889
|
type: BooleanConstructor;
|
|
2693
2890
|
default: boolean;
|
|
2694
2891
|
required: false;
|
|
2695
2892
|
};
|
|
2893
|
+
caretLeft: {
|
|
2894
|
+
type: BooleanConstructor;
|
|
2895
|
+
default: boolean;
|
|
2896
|
+
required: false;
|
|
2897
|
+
};
|
|
2696
2898
|
}>, {}, {}, {
|
|
2697
2899
|
computedClass(): string;
|
|
2698
2900
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -2716,17 +2918,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2716
2918
|
default: string;
|
|
2717
2919
|
required: false;
|
|
2718
2920
|
};
|
|
2921
|
+
marginRight: {
|
|
2922
|
+
type: StringConstructor;
|
|
2923
|
+
default: string;
|
|
2924
|
+
required: false;
|
|
2925
|
+
};
|
|
2719
2926
|
inline: {
|
|
2720
2927
|
type: BooleanConstructor;
|
|
2721
2928
|
default: boolean;
|
|
2722
2929
|
required: false;
|
|
2723
2930
|
};
|
|
2931
|
+
caretLeft: {
|
|
2932
|
+
type: BooleanConstructor;
|
|
2933
|
+
default: boolean;
|
|
2934
|
+
required: false;
|
|
2935
|
+
};
|
|
2724
2936
|
}>> & Readonly<{}>, {
|
|
2725
2937
|
inline: boolean;
|
|
2726
2938
|
passedWrapperClass: string;
|
|
2727
2939
|
arrowClass: string;
|
|
2728
2940
|
color: string;
|
|
2729
2941
|
marginLeft: string;
|
|
2942
|
+
marginRight: string;
|
|
2943
|
+
caretLeft: boolean;
|
|
2730
2944
|
}, {}, {
|
|
2731
2945
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2732
2946
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -2984,6 +3198,102 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2984
3198
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2985
3199
|
IconPlay: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2986
3200
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3201
|
+
AttractionCard: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3202
|
+
url: {
|
|
3203
|
+
type: StringConstructor;
|
|
3204
|
+
default: undefined;
|
|
3205
|
+
};
|
|
3206
|
+
title: {
|
|
3207
|
+
type: StringConstructor;
|
|
3208
|
+
default: undefined;
|
|
3209
|
+
};
|
|
3210
|
+
location: {
|
|
3211
|
+
type: StringConstructor;
|
|
3212
|
+
default: undefined;
|
|
3213
|
+
};
|
|
3214
|
+
locationIcon: {
|
|
3215
|
+
type: StringConstructor;
|
|
3216
|
+
default: undefined;
|
|
3217
|
+
};
|
|
3218
|
+
wait: {
|
|
3219
|
+
type: StringConstructor;
|
|
3220
|
+
default: undefined;
|
|
3221
|
+
};
|
|
3222
|
+
image: {
|
|
3223
|
+
type: ObjectConstructor;
|
|
3224
|
+
};
|
|
3225
|
+
showMyList: {
|
|
3226
|
+
type: BooleanConstructor;
|
|
3227
|
+
default: boolean;
|
|
3228
|
+
};
|
|
3229
|
+
headingLevel: {
|
|
3230
|
+
type: import('vue').PropType<keyof {
|
|
3231
|
+
h1: string;
|
|
3232
|
+
h2: string;
|
|
3233
|
+
h3: string;
|
|
3234
|
+
h4: string;
|
|
3235
|
+
h5: string;
|
|
3236
|
+
h6: string;
|
|
3237
|
+
}>;
|
|
3238
|
+
required: false;
|
|
3239
|
+
default: string;
|
|
3240
|
+
};
|
|
3241
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
3242
|
+
url: {
|
|
3243
|
+
type: StringConstructor;
|
|
3244
|
+
default: undefined;
|
|
3245
|
+
};
|
|
3246
|
+
title: {
|
|
3247
|
+
type: StringConstructor;
|
|
3248
|
+
default: undefined;
|
|
3249
|
+
};
|
|
3250
|
+
location: {
|
|
3251
|
+
type: StringConstructor;
|
|
3252
|
+
default: undefined;
|
|
3253
|
+
};
|
|
3254
|
+
locationIcon: {
|
|
3255
|
+
type: StringConstructor;
|
|
3256
|
+
default: undefined;
|
|
3257
|
+
};
|
|
3258
|
+
wait: {
|
|
3259
|
+
type: StringConstructor;
|
|
3260
|
+
default: undefined;
|
|
3261
|
+
};
|
|
3262
|
+
image: {
|
|
3263
|
+
type: ObjectConstructor;
|
|
3264
|
+
};
|
|
3265
|
+
showMyList: {
|
|
3266
|
+
type: BooleanConstructor;
|
|
3267
|
+
default: boolean;
|
|
3268
|
+
};
|
|
3269
|
+
headingLevel: {
|
|
3270
|
+
type: import('vue').PropType<keyof {
|
|
3271
|
+
h1: string;
|
|
3272
|
+
h2: string;
|
|
3273
|
+
h3: string;
|
|
3274
|
+
h4: string;
|
|
3275
|
+
h5: string;
|
|
3276
|
+
h6: string;
|
|
3277
|
+
}>;
|
|
3278
|
+
required: false;
|
|
3279
|
+
default: string;
|
|
3280
|
+
};
|
|
3281
|
+
}>> & Readonly<{}>, {
|
|
3282
|
+
location: string;
|
|
3283
|
+
url: string;
|
|
3284
|
+
title: string;
|
|
3285
|
+
headingLevel: keyof {
|
|
3286
|
+
h1: string;
|
|
3287
|
+
h2: string;
|
|
3288
|
+
h3: string;
|
|
3289
|
+
h4: string;
|
|
3290
|
+
h5: string;
|
|
3291
|
+
h6: string;
|
|
3292
|
+
};
|
|
3293
|
+
locationIcon: string;
|
|
3294
|
+
wait: string;
|
|
3295
|
+
showMyList: boolean;
|
|
3296
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2987
3297
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2988
3298
|
DetailHeadline: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2989
3299
|
title: {
|
|
@@ -3209,6 +3519,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3209
3519
|
required: false;
|
|
3210
3520
|
default: string;
|
|
3211
3521
|
};
|
|
3522
|
+
caretMarginRight: {
|
|
3523
|
+
type: StringConstructor;
|
|
3524
|
+
required: false;
|
|
3525
|
+
default: string;
|
|
3526
|
+
};
|
|
3527
|
+
caretLeft: {
|
|
3528
|
+
type: BooleanConstructor;
|
|
3529
|
+
required: false;
|
|
3530
|
+
default: boolean;
|
|
3531
|
+
};
|
|
3212
3532
|
usePrimaryColor: {
|
|
3213
3533
|
type: BooleanConstructor;
|
|
3214
3534
|
required: false;
|
|
@@ -3316,6 +3636,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3316
3636
|
required: false;
|
|
3317
3637
|
default: string;
|
|
3318
3638
|
};
|
|
3639
|
+
caretMarginRight: {
|
|
3640
|
+
type: StringConstructor;
|
|
3641
|
+
required: false;
|
|
3642
|
+
default: string;
|
|
3643
|
+
};
|
|
3644
|
+
caretLeft: {
|
|
3645
|
+
type: BooleanConstructor;
|
|
3646
|
+
required: false;
|
|
3647
|
+
default: boolean;
|
|
3648
|
+
};
|
|
3319
3649
|
usePrimaryColor: {
|
|
3320
3650
|
type: BooleanConstructor;
|
|
3321
3651
|
required: false;
|
|
@@ -3326,6 +3656,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3326
3656
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3327
3657
|
}>, {
|
|
3328
3658
|
title: string;
|
|
3659
|
+
caretLeft: boolean;
|
|
3329
3660
|
variant: "default" | "primary" | "secondary" | "none";
|
|
3330
3661
|
to: string | Record<string, any>;
|
|
3331
3662
|
exact: boolean;
|
|
@@ -3341,6 +3672,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3341
3672
|
caretInline: boolean;
|
|
3342
3673
|
caretColor: string;
|
|
3343
3674
|
caretMarginLeft: string;
|
|
3675
|
+
caretMarginRight: string;
|
|
3344
3676
|
usePrimaryColor: boolean;
|
|
3345
3677
|
}, {}, {
|
|
3346
3678
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -3364,11 +3696,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3364
3696
|
default: string;
|
|
3365
3697
|
required: false;
|
|
3366
3698
|
};
|
|
3699
|
+
marginRight: {
|
|
3700
|
+
type: StringConstructor;
|
|
3701
|
+
default: string;
|
|
3702
|
+
required: false;
|
|
3703
|
+
};
|
|
3367
3704
|
inline: {
|
|
3368
3705
|
type: BooleanConstructor;
|
|
3369
3706
|
default: boolean;
|
|
3370
3707
|
required: false;
|
|
3371
3708
|
};
|
|
3709
|
+
caretLeft: {
|
|
3710
|
+
type: BooleanConstructor;
|
|
3711
|
+
default: boolean;
|
|
3712
|
+
required: false;
|
|
3713
|
+
};
|
|
3372
3714
|
}>, {}, {}, {
|
|
3373
3715
|
computedClass(): string;
|
|
3374
3716
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -3392,17 +3734,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3392
3734
|
default: string;
|
|
3393
3735
|
required: false;
|
|
3394
3736
|
};
|
|
3737
|
+
marginRight: {
|
|
3738
|
+
type: StringConstructor;
|
|
3739
|
+
default: string;
|
|
3740
|
+
required: false;
|
|
3741
|
+
};
|
|
3395
3742
|
inline: {
|
|
3396
3743
|
type: BooleanConstructor;
|
|
3397
3744
|
default: boolean;
|
|
3398
3745
|
required: false;
|
|
3399
3746
|
};
|
|
3747
|
+
caretLeft: {
|
|
3748
|
+
type: BooleanConstructor;
|
|
3749
|
+
default: boolean;
|
|
3750
|
+
required: false;
|
|
3751
|
+
};
|
|
3400
3752
|
}>> & Readonly<{}>, {
|
|
3401
3753
|
inline: boolean;
|
|
3402
3754
|
passedWrapperClass: string;
|
|
3403
3755
|
arrowClass: string;
|
|
3404
3756
|
color: string;
|
|
3405
3757
|
marginLeft: string;
|
|
3758
|
+
marginRight: string;
|
|
3759
|
+
caretLeft: boolean;
|
|
3406
3760
|
}, {}, {
|
|
3407
3761
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3408
3762
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|