@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
|
@@ -313,6 +313,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
313
313
|
required: false;
|
|
314
314
|
default: string;
|
|
315
315
|
};
|
|
316
|
+
caretMarginRight: {
|
|
317
|
+
type: StringConstructor;
|
|
318
|
+
required: false;
|
|
319
|
+
default: string;
|
|
320
|
+
};
|
|
321
|
+
caretLeft: {
|
|
322
|
+
type: BooleanConstructor;
|
|
323
|
+
required: false;
|
|
324
|
+
default: boolean;
|
|
325
|
+
};
|
|
316
326
|
usePrimaryColor: {
|
|
317
327
|
type: BooleanConstructor;
|
|
318
328
|
required: false;
|
|
@@ -420,6 +430,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
420
430
|
required: false;
|
|
421
431
|
default: string;
|
|
422
432
|
};
|
|
433
|
+
caretMarginRight: {
|
|
434
|
+
type: StringConstructor;
|
|
435
|
+
required: false;
|
|
436
|
+
default: string;
|
|
437
|
+
};
|
|
438
|
+
caretLeft: {
|
|
439
|
+
type: BooleanConstructor;
|
|
440
|
+
required: false;
|
|
441
|
+
default: boolean;
|
|
442
|
+
};
|
|
423
443
|
usePrimaryColor: {
|
|
424
444
|
type: BooleanConstructor;
|
|
425
445
|
required: false;
|
|
@@ -430,6 +450,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
430
450
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
431
451
|
}>, {
|
|
432
452
|
title: string;
|
|
453
|
+
caretLeft: boolean;
|
|
433
454
|
variant: "default" | "primary" | "secondary" | "none";
|
|
434
455
|
to: string | Record<string, any>;
|
|
435
456
|
exact: boolean;
|
|
@@ -445,6 +466,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
445
466
|
caretInline: boolean;
|
|
446
467
|
caretColor: string;
|
|
447
468
|
caretMarginLeft: string;
|
|
469
|
+
caretMarginRight: string;
|
|
448
470
|
usePrimaryColor: boolean;
|
|
449
471
|
}, {}, {
|
|
450
472
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -468,11 +490,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
468
490
|
default: string;
|
|
469
491
|
required: false;
|
|
470
492
|
};
|
|
493
|
+
marginRight: {
|
|
494
|
+
type: StringConstructor;
|
|
495
|
+
default: string;
|
|
496
|
+
required: false;
|
|
497
|
+
};
|
|
471
498
|
inline: {
|
|
472
499
|
type: BooleanConstructor;
|
|
473
500
|
default: boolean;
|
|
474
501
|
required: false;
|
|
475
502
|
};
|
|
503
|
+
caretLeft: {
|
|
504
|
+
type: BooleanConstructor;
|
|
505
|
+
default: boolean;
|
|
506
|
+
required: false;
|
|
507
|
+
};
|
|
476
508
|
}>, {}, {}, {
|
|
477
509
|
computedClass(): string;
|
|
478
510
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -496,17 +528,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
496
528
|
default: string;
|
|
497
529
|
required: false;
|
|
498
530
|
};
|
|
531
|
+
marginRight: {
|
|
532
|
+
type: StringConstructor;
|
|
533
|
+
default: string;
|
|
534
|
+
required: false;
|
|
535
|
+
};
|
|
499
536
|
inline: {
|
|
500
537
|
type: BooleanConstructor;
|
|
501
538
|
default: boolean;
|
|
502
539
|
required: false;
|
|
503
540
|
};
|
|
541
|
+
caretLeft: {
|
|
542
|
+
type: BooleanConstructor;
|
|
543
|
+
default: boolean;
|
|
544
|
+
required: false;
|
|
545
|
+
};
|
|
504
546
|
}>> & Readonly<{}>, {
|
|
505
547
|
inline: boolean;
|
|
506
548
|
passedWrapperClass: string;
|
|
507
549
|
arrowClass: string;
|
|
508
550
|
color: string;
|
|
509
551
|
marginLeft: string;
|
|
552
|
+
marginRight: string;
|
|
553
|
+
caretLeft: boolean;
|
|
510
554
|
}, {}, {
|
|
511
555
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
512
556
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1017,6 +1061,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1017
1061
|
required: false;
|
|
1018
1062
|
default: string;
|
|
1019
1063
|
};
|
|
1064
|
+
caretMarginRight: {
|
|
1065
|
+
type: StringConstructor;
|
|
1066
|
+
required: false;
|
|
1067
|
+
default: string;
|
|
1068
|
+
};
|
|
1069
|
+
caretLeft: {
|
|
1070
|
+
type: BooleanConstructor;
|
|
1071
|
+
required: false;
|
|
1072
|
+
default: boolean;
|
|
1073
|
+
};
|
|
1020
1074
|
usePrimaryColor: {
|
|
1021
1075
|
type: BooleanConstructor;
|
|
1022
1076
|
required: false;
|
|
@@ -1124,6 +1178,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1124
1178
|
required: false;
|
|
1125
1179
|
default: string;
|
|
1126
1180
|
};
|
|
1181
|
+
caretMarginRight: {
|
|
1182
|
+
type: StringConstructor;
|
|
1183
|
+
required: false;
|
|
1184
|
+
default: string;
|
|
1185
|
+
};
|
|
1186
|
+
caretLeft: {
|
|
1187
|
+
type: BooleanConstructor;
|
|
1188
|
+
required: false;
|
|
1189
|
+
default: boolean;
|
|
1190
|
+
};
|
|
1127
1191
|
usePrimaryColor: {
|
|
1128
1192
|
type: BooleanConstructor;
|
|
1129
1193
|
required: false;
|
|
@@ -1134,6 +1198,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1134
1198
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1135
1199
|
}>, {
|
|
1136
1200
|
title: string;
|
|
1201
|
+
caretLeft: boolean;
|
|
1137
1202
|
variant: "default" | "primary" | "secondary" | "none";
|
|
1138
1203
|
to: string | Record<string, any>;
|
|
1139
1204
|
exact: boolean;
|
|
@@ -1149,6 +1214,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1149
1214
|
caretInline: boolean;
|
|
1150
1215
|
caretColor: string;
|
|
1151
1216
|
caretMarginLeft: string;
|
|
1217
|
+
caretMarginRight: string;
|
|
1152
1218
|
usePrimaryColor: boolean;
|
|
1153
1219
|
}, {}, {
|
|
1154
1220
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1172,11 +1238,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1172
1238
|
default: string;
|
|
1173
1239
|
required: false;
|
|
1174
1240
|
};
|
|
1241
|
+
marginRight: {
|
|
1242
|
+
type: StringConstructor;
|
|
1243
|
+
default: string;
|
|
1244
|
+
required: false;
|
|
1245
|
+
};
|
|
1175
1246
|
inline: {
|
|
1176
1247
|
type: BooleanConstructor;
|
|
1177
1248
|
default: boolean;
|
|
1178
1249
|
required: false;
|
|
1179
1250
|
};
|
|
1251
|
+
caretLeft: {
|
|
1252
|
+
type: BooleanConstructor;
|
|
1253
|
+
default: boolean;
|
|
1254
|
+
required: false;
|
|
1255
|
+
};
|
|
1180
1256
|
}>, {}, {}, {
|
|
1181
1257
|
computedClass(): string;
|
|
1182
1258
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1200,17 +1276,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1200
1276
|
default: string;
|
|
1201
1277
|
required: false;
|
|
1202
1278
|
};
|
|
1279
|
+
marginRight: {
|
|
1280
|
+
type: StringConstructor;
|
|
1281
|
+
default: string;
|
|
1282
|
+
required: false;
|
|
1283
|
+
};
|
|
1203
1284
|
inline: {
|
|
1204
1285
|
type: BooleanConstructor;
|
|
1205
1286
|
default: boolean;
|
|
1206
1287
|
required: false;
|
|
1207
1288
|
};
|
|
1289
|
+
caretLeft: {
|
|
1290
|
+
type: BooleanConstructor;
|
|
1291
|
+
default: boolean;
|
|
1292
|
+
required: false;
|
|
1293
|
+
};
|
|
1208
1294
|
}>> & Readonly<{}>, {
|
|
1209
1295
|
inline: boolean;
|
|
1210
1296
|
passedWrapperClass: string;
|
|
1211
1297
|
arrowClass: string;
|
|
1212
1298
|
color: string;
|
|
1213
1299
|
marginLeft: string;
|
|
1300
|
+
marginRight: string;
|
|
1301
|
+
caretLeft: boolean;
|
|
1214
1302
|
}, {}, {
|
|
1215
1303
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1216
1304
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1627,6 +1715,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1627
1715
|
required: false;
|
|
1628
1716
|
default: string;
|
|
1629
1717
|
};
|
|
1718
|
+
caretMarginRight: {
|
|
1719
|
+
type: StringConstructor;
|
|
1720
|
+
required: false;
|
|
1721
|
+
default: string;
|
|
1722
|
+
};
|
|
1723
|
+
caretLeft: {
|
|
1724
|
+
type: BooleanConstructor;
|
|
1725
|
+
required: false;
|
|
1726
|
+
default: boolean;
|
|
1727
|
+
};
|
|
1630
1728
|
usePrimaryColor: {
|
|
1631
1729
|
type: BooleanConstructor;
|
|
1632
1730
|
required: false;
|
|
@@ -1734,6 +1832,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1734
1832
|
required: false;
|
|
1735
1833
|
default: string;
|
|
1736
1834
|
};
|
|
1835
|
+
caretMarginRight: {
|
|
1836
|
+
type: StringConstructor;
|
|
1837
|
+
required: false;
|
|
1838
|
+
default: string;
|
|
1839
|
+
};
|
|
1840
|
+
caretLeft: {
|
|
1841
|
+
type: BooleanConstructor;
|
|
1842
|
+
required: false;
|
|
1843
|
+
default: boolean;
|
|
1844
|
+
};
|
|
1737
1845
|
usePrimaryColor: {
|
|
1738
1846
|
type: BooleanConstructor;
|
|
1739
1847
|
required: false;
|
|
@@ -1744,6 +1852,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1744
1852
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1745
1853
|
}>, {
|
|
1746
1854
|
title: string;
|
|
1855
|
+
caretLeft: boolean;
|
|
1747
1856
|
variant: "default" | "primary" | "secondary" | "none";
|
|
1748
1857
|
to: string | Record<string, any>;
|
|
1749
1858
|
exact: boolean;
|
|
@@ -1759,6 +1868,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1759
1868
|
caretInline: boolean;
|
|
1760
1869
|
caretColor: string;
|
|
1761
1870
|
caretMarginLeft: string;
|
|
1871
|
+
caretMarginRight: string;
|
|
1762
1872
|
usePrimaryColor: boolean;
|
|
1763
1873
|
}, {}, {
|
|
1764
1874
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1782,11 +1892,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1782
1892
|
default: string;
|
|
1783
1893
|
required: false;
|
|
1784
1894
|
};
|
|
1895
|
+
marginRight: {
|
|
1896
|
+
type: StringConstructor;
|
|
1897
|
+
default: string;
|
|
1898
|
+
required: false;
|
|
1899
|
+
};
|
|
1785
1900
|
inline: {
|
|
1786
1901
|
type: BooleanConstructor;
|
|
1787
1902
|
default: boolean;
|
|
1788
1903
|
required: false;
|
|
1789
1904
|
};
|
|
1905
|
+
caretLeft: {
|
|
1906
|
+
type: BooleanConstructor;
|
|
1907
|
+
default: boolean;
|
|
1908
|
+
required: false;
|
|
1909
|
+
};
|
|
1790
1910
|
}>, {}, {}, {
|
|
1791
1911
|
computedClass(): string;
|
|
1792
1912
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1810,17 +1930,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1810
1930
|
default: string;
|
|
1811
1931
|
required: false;
|
|
1812
1932
|
};
|
|
1933
|
+
marginRight: {
|
|
1934
|
+
type: StringConstructor;
|
|
1935
|
+
default: string;
|
|
1936
|
+
required: false;
|
|
1937
|
+
};
|
|
1813
1938
|
inline: {
|
|
1814
1939
|
type: BooleanConstructor;
|
|
1815
1940
|
default: boolean;
|
|
1816
1941
|
required: false;
|
|
1817
1942
|
};
|
|
1943
|
+
caretLeft: {
|
|
1944
|
+
type: BooleanConstructor;
|
|
1945
|
+
default: boolean;
|
|
1946
|
+
required: false;
|
|
1947
|
+
};
|
|
1818
1948
|
}>> & Readonly<{}>, {
|
|
1819
1949
|
inline: boolean;
|
|
1820
1950
|
passedWrapperClass: string;
|
|
1821
1951
|
arrowClass: string;
|
|
1822
1952
|
color: string;
|
|
1823
1953
|
marginLeft: string;
|
|
1954
|
+
marginRight: string;
|
|
1955
|
+
caretLeft: boolean;
|
|
1824
1956
|
}, {}, {
|
|
1825
1957
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1826
1958
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -390,6 +390,178 @@ export namespace SearchResultsListData {
|
|
|
390
390
|
}
|
|
391
391
|
}
|
|
392
392
|
}
|
|
393
|
+
export namespace SearchResultsListAttractionData {
|
|
394
|
+
let took_1: number;
|
|
395
|
+
export { took_1 as took };
|
|
396
|
+
let timed_out_1: boolean;
|
|
397
|
+
export { timed_out_1 as timed_out };
|
|
398
|
+
export namespace hits_2 {
|
|
399
|
+
export namespace total_1 {
|
|
400
|
+
let value_1: number;
|
|
401
|
+
export { value_1 as value };
|
|
402
|
+
let relation_1: string;
|
|
403
|
+
export { relation_1 as relation };
|
|
404
|
+
}
|
|
405
|
+
export { total_1 as total };
|
|
406
|
+
let max_score_1: null;
|
|
407
|
+
export { max_score_1 as max_score };
|
|
408
|
+
let hits_3: {
|
|
409
|
+
_index: string;
|
|
410
|
+
_type: string;
|
|
411
|
+
_id: string;
|
|
412
|
+
_score: number;
|
|
413
|
+
_source: {
|
|
414
|
+
pk: string;
|
|
415
|
+
content_type: string[];
|
|
416
|
+
title: string;
|
|
417
|
+
title_edgengrams: string;
|
|
418
|
+
title_filter: string;
|
|
419
|
+
id_filter: number;
|
|
420
|
+
live_filter: boolean;
|
|
421
|
+
owner_id_filter: null;
|
|
422
|
+
content_type_id_filter: number;
|
|
423
|
+
path_filter: string;
|
|
424
|
+
depth_filter: number;
|
|
425
|
+
locked_filter: boolean;
|
|
426
|
+
show_in_menus_filter: boolean;
|
|
427
|
+
first_published_at_filter: string;
|
|
428
|
+
last_published_at_filter: string;
|
|
429
|
+
latest_revision_created_at_filter: string;
|
|
430
|
+
locale_id_filter: number;
|
|
431
|
+
translation_key_filter: string;
|
|
432
|
+
missions_mission__thumbnail_image: {
|
|
433
|
+
thumbnail_image: string;
|
|
434
|
+
};
|
|
435
|
+
missions_mission__mission_target_labels_filter: string[];
|
|
436
|
+
missions_mission__mission_type_labels_filter: string[];
|
|
437
|
+
url: string;
|
|
438
|
+
missions_mission__summary: string;
|
|
439
|
+
missions_mission__description: string[];
|
|
440
|
+
missions_mission__subtitle: string;
|
|
441
|
+
missions_mission__feature: string[];
|
|
442
|
+
missions_mission__status_filter: string;
|
|
443
|
+
missions_mission__label: string;
|
|
444
|
+
topic_labels_filter: string[];
|
|
445
|
+
publication_date_filter: string;
|
|
446
|
+
display_date_filter: string;
|
|
447
|
+
explore_jpl_sites_explorejplsite__thumbnail_image: {
|
|
448
|
+
thumbnail_image: string;
|
|
449
|
+
};
|
|
450
|
+
explore_jpl_sites_explorejplsite__map_icon: {
|
|
451
|
+
thumbnail_image: string;
|
|
452
|
+
};
|
|
453
|
+
explore_jpl_sites_explorejplsite__attraction_type_filter: string;
|
|
454
|
+
explore_jpl_sites_explorejplsite__attraction_type: string;
|
|
455
|
+
explore_jpl_sites_explorejplsite__wait_time_filter: string;
|
|
456
|
+
explore_jpl_sites_explorejplsite__wait_time_label_filter: string;
|
|
457
|
+
explore_jpl_sites_explorejplsite__latitude: string;
|
|
458
|
+
explore_jpl_sites_explorejplsite__longitude: string;
|
|
459
|
+
explore_jpl_sites_explorejplsite__location: string;
|
|
460
|
+
explore_jpl_sites_explorejplsite__body: string[];
|
|
461
|
+
explore_jpl_sites_explorejplsite__tags: {
|
|
462
|
+
name: string;
|
|
463
|
+
slug_filter: string;
|
|
464
|
+
}[];
|
|
465
|
+
_edgengrams: string[];
|
|
466
|
+
};
|
|
467
|
+
fields: {
|
|
468
|
+
pk: string[];
|
|
469
|
+
};
|
|
470
|
+
sort: (string | number)[];
|
|
471
|
+
inner_hits: {
|
|
472
|
+
latest: {
|
|
473
|
+
hits: {
|
|
474
|
+
total: {
|
|
475
|
+
value: number;
|
|
476
|
+
relation: string;
|
|
477
|
+
};
|
|
478
|
+
max_score: number;
|
|
479
|
+
hits: {
|
|
480
|
+
_index: string;
|
|
481
|
+
_type: string;
|
|
482
|
+
_id: string;
|
|
483
|
+
_score: number;
|
|
484
|
+
_source: {
|
|
485
|
+
pk: string;
|
|
486
|
+
content_type: string[];
|
|
487
|
+
title: string;
|
|
488
|
+
title_edgengrams: string;
|
|
489
|
+
title_filter: string;
|
|
490
|
+
id_filter: number;
|
|
491
|
+
live_filter: boolean;
|
|
492
|
+
owner_id_filter: null;
|
|
493
|
+
content_type_id_filter: number;
|
|
494
|
+
path_filter: string;
|
|
495
|
+
depth_filter: number;
|
|
496
|
+
locked_filter: boolean;
|
|
497
|
+
show_in_menus_filter: boolean;
|
|
498
|
+
first_published_at_filter: string;
|
|
499
|
+
last_published_at_filter: string;
|
|
500
|
+
latest_revision_created_at_filter: string;
|
|
501
|
+
locale_id_filter: number;
|
|
502
|
+
translation_key_filter: string;
|
|
503
|
+
missions_mission__thumbnail_image: {
|
|
504
|
+
thumbnail_image: string;
|
|
505
|
+
};
|
|
506
|
+
missions_mission__mission_target_labels_filter: string[];
|
|
507
|
+
missions_mission__mission_type_labels_filter: string[];
|
|
508
|
+
url: string;
|
|
509
|
+
missions_mission__summary: string;
|
|
510
|
+
missions_mission__description: string[];
|
|
511
|
+
missions_mission__subtitle: string;
|
|
512
|
+
missions_mission__feature: string[];
|
|
513
|
+
missions_mission__status_filter: string;
|
|
514
|
+
missions_mission__label: string;
|
|
515
|
+
topic_labels_filter: string[];
|
|
516
|
+
publication_date_filter: string;
|
|
517
|
+
display_date_filter: string;
|
|
518
|
+
_edgengrams: string[];
|
|
519
|
+
};
|
|
520
|
+
}[];
|
|
521
|
+
};
|
|
522
|
+
};
|
|
523
|
+
};
|
|
524
|
+
}[];
|
|
525
|
+
export { hits_3 as hits };
|
|
526
|
+
}
|
|
527
|
+
export { hits_2 as hits };
|
|
528
|
+
export namespace aggregations_1 {
|
|
529
|
+
export namespace topics_1 {
|
|
530
|
+
let doc_count_error_upper_bound_2: number;
|
|
531
|
+
export { doc_count_error_upper_bound_2 as doc_count_error_upper_bound };
|
|
532
|
+
let sum_other_doc_count_2: number;
|
|
533
|
+
export { sum_other_doc_count_2 as sum_other_doc_count };
|
|
534
|
+
let buckets_3: {
|
|
535
|
+
key: string;
|
|
536
|
+
doc_count: number;
|
|
537
|
+
}[];
|
|
538
|
+
export { buckets_3 as buckets };
|
|
539
|
+
}
|
|
540
|
+
export { topics_1 as topics };
|
|
541
|
+
export namespace content_types_1 {
|
|
542
|
+
let doc_count_error_upper_bound_3: number;
|
|
543
|
+
export { doc_count_error_upper_bound_3 as doc_count_error_upper_bound };
|
|
544
|
+
let sum_other_doc_count_3: number;
|
|
545
|
+
export { sum_other_doc_count_3 as sum_other_doc_count };
|
|
546
|
+
let buckets_4: {
|
|
547
|
+
key: string;
|
|
548
|
+
doc_count: number;
|
|
549
|
+
}[];
|
|
550
|
+
export { buckets_4 as buckets };
|
|
551
|
+
}
|
|
552
|
+
export { content_types_1 as content_types };
|
|
553
|
+
export namespace results_by_year_1 {
|
|
554
|
+
let buckets_5: {
|
|
555
|
+
key_as_string: string;
|
|
556
|
+
key: number;
|
|
557
|
+
doc_count: number;
|
|
558
|
+
}[];
|
|
559
|
+
export { buckets_5 as buckets };
|
|
560
|
+
}
|
|
561
|
+
export { results_by_year_1 as results_by_year };
|
|
562
|
+
}
|
|
563
|
+
export { aggregations_1 as aggregations };
|
|
564
|
+
}
|
|
393
565
|
export namespace BaseStory {
|
|
394
566
|
let name: string;
|
|
395
567
|
namespace args {
|
|
@@ -402,3 +574,22 @@ export namespace BaseStory {
|
|
|
402
574
|
export let currentPage: number;
|
|
403
575
|
}
|
|
404
576
|
}
|
|
577
|
+
export namespace AttractionCardStory {
|
|
578
|
+
let name_1: string;
|
|
579
|
+
export { name_1 as name };
|
|
580
|
+
export namespace args_1 {
|
|
581
|
+
export { SearchResultsListAttractionData as searchQueryResult };
|
|
582
|
+
import pages_1 = hits;
|
|
583
|
+
export { pages_1 as pages };
|
|
584
|
+
let grid_1: boolean;
|
|
585
|
+
export { grid_1 as grid };
|
|
586
|
+
let condenseGrid_1: boolean;
|
|
587
|
+
export { condenseGrid_1 as condenseGrid };
|
|
588
|
+
let featureFirstResult_1: boolean;
|
|
589
|
+
export { featureFirstResult_1 as featureFirstResult };
|
|
590
|
+
let currentPage_1: number;
|
|
591
|
+
export { currentPage_1 as currentPage };
|
|
592
|
+
export let isAttraction: boolean;
|
|
593
|
+
}
|
|
594
|
+
export { args_1 as args };
|
|
595
|
+
}
|