@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
|
@@ -61,6 +61,10 @@ declare const _default: import('vue').DefineComponent<PageEduStudentProjectProps
|
|
|
61
61
|
type: BooleanConstructor;
|
|
62
62
|
default: boolean;
|
|
63
63
|
};
|
|
64
|
+
showOnMobile: {
|
|
65
|
+
type: BooleanConstructor;
|
|
66
|
+
default: boolean;
|
|
67
|
+
};
|
|
64
68
|
}>> & Readonly<{}>, {}, {
|
|
65
69
|
isSticky: boolean;
|
|
66
70
|
stickyElement?: HTMLElement;
|
|
@@ -95,6 +99,7 @@ declare const _default: import('vue').DefineComponent<PageEduStudentProjectProps
|
|
|
95
99
|
breadcrumb: string;
|
|
96
100
|
hasIntro: boolean;
|
|
97
101
|
jumpMenu: boolean;
|
|
102
|
+
showOnMobile: boolean;
|
|
98
103
|
}, true, {}, {}, {
|
|
99
104
|
NavSecondaryDropdown: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
100
105
|
index: {
|
|
@@ -302,6 +307,16 @@ declare const _default: import('vue').DefineComponent<PageEduStudentProjectProps
|
|
|
302
307
|
required: false;
|
|
303
308
|
default: string;
|
|
304
309
|
};
|
|
310
|
+
caretMarginRight: {
|
|
311
|
+
type: StringConstructor;
|
|
312
|
+
required: false;
|
|
313
|
+
default: string;
|
|
314
|
+
};
|
|
315
|
+
caretLeft: {
|
|
316
|
+
type: BooleanConstructor;
|
|
317
|
+
required: false;
|
|
318
|
+
default: boolean;
|
|
319
|
+
};
|
|
305
320
|
usePrimaryColor: {
|
|
306
321
|
type: BooleanConstructor;
|
|
307
322
|
required: false;
|
|
@@ -409,6 +424,16 @@ declare const _default: import('vue').DefineComponent<PageEduStudentProjectProps
|
|
|
409
424
|
required: false;
|
|
410
425
|
default: string;
|
|
411
426
|
};
|
|
427
|
+
caretMarginRight: {
|
|
428
|
+
type: StringConstructor;
|
|
429
|
+
required: false;
|
|
430
|
+
default: string;
|
|
431
|
+
};
|
|
432
|
+
caretLeft: {
|
|
433
|
+
type: BooleanConstructor;
|
|
434
|
+
required: false;
|
|
435
|
+
default: boolean;
|
|
436
|
+
};
|
|
412
437
|
usePrimaryColor: {
|
|
413
438
|
type: BooleanConstructor;
|
|
414
439
|
required: false;
|
|
@@ -419,6 +444,7 @@ declare const _default: import('vue').DefineComponent<PageEduStudentProjectProps
|
|
|
419
444
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
420
445
|
}>, {
|
|
421
446
|
title: string;
|
|
447
|
+
caretLeft: boolean;
|
|
422
448
|
variant: "default" | "primary" | "secondary" | "none";
|
|
423
449
|
to: string | Record<string, any>;
|
|
424
450
|
exact: boolean;
|
|
@@ -434,6 +460,7 @@ declare const _default: import('vue').DefineComponent<PageEduStudentProjectProps
|
|
|
434
460
|
caretInline: boolean;
|
|
435
461
|
caretColor: string;
|
|
436
462
|
caretMarginLeft: string;
|
|
463
|
+
caretMarginRight: string;
|
|
437
464
|
usePrimaryColor: boolean;
|
|
438
465
|
}, {}, {
|
|
439
466
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -457,11 +484,21 @@ declare const _default: import('vue').DefineComponent<PageEduStudentProjectProps
|
|
|
457
484
|
default: string;
|
|
458
485
|
required: false;
|
|
459
486
|
};
|
|
487
|
+
marginRight: {
|
|
488
|
+
type: StringConstructor;
|
|
489
|
+
default: string;
|
|
490
|
+
required: false;
|
|
491
|
+
};
|
|
460
492
|
inline: {
|
|
461
493
|
type: BooleanConstructor;
|
|
462
494
|
default: boolean;
|
|
463
495
|
required: false;
|
|
464
496
|
};
|
|
497
|
+
caretLeft: {
|
|
498
|
+
type: BooleanConstructor;
|
|
499
|
+
default: boolean;
|
|
500
|
+
required: false;
|
|
501
|
+
};
|
|
465
502
|
}>, {}, {}, {
|
|
466
503
|
computedClass(): string;
|
|
467
504
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -485,17 +522,29 @@ declare const _default: import('vue').DefineComponent<PageEduStudentProjectProps
|
|
|
485
522
|
default: string;
|
|
486
523
|
required: false;
|
|
487
524
|
};
|
|
525
|
+
marginRight: {
|
|
526
|
+
type: StringConstructor;
|
|
527
|
+
default: string;
|
|
528
|
+
required: false;
|
|
529
|
+
};
|
|
488
530
|
inline: {
|
|
489
531
|
type: BooleanConstructor;
|
|
490
532
|
default: boolean;
|
|
491
533
|
required: false;
|
|
492
534
|
};
|
|
535
|
+
caretLeft: {
|
|
536
|
+
type: BooleanConstructor;
|
|
537
|
+
default: boolean;
|
|
538
|
+
required: false;
|
|
539
|
+
};
|
|
493
540
|
}>> & Readonly<{}>, {
|
|
494
541
|
inline: boolean;
|
|
495
542
|
passedWrapperClass: string;
|
|
496
543
|
arrowClass: string;
|
|
497
544
|
color: string;
|
|
498
545
|
marginLeft: string;
|
|
546
|
+
marginRight: string;
|
|
547
|
+
caretLeft: boolean;
|
|
499
548
|
}, {}, {
|
|
500
549
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
501
550
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -611,6 +660,16 @@ declare const _default: import('vue').DefineComponent<PageEduStudentProjectProps
|
|
|
611
660
|
required: false;
|
|
612
661
|
default: string;
|
|
613
662
|
};
|
|
663
|
+
caretMarginRight: {
|
|
664
|
+
type: StringConstructor;
|
|
665
|
+
required: false;
|
|
666
|
+
default: string;
|
|
667
|
+
};
|
|
668
|
+
caretLeft: {
|
|
669
|
+
type: BooleanConstructor;
|
|
670
|
+
required: false;
|
|
671
|
+
default: boolean;
|
|
672
|
+
};
|
|
614
673
|
usePrimaryColor: {
|
|
615
674
|
type: BooleanConstructor;
|
|
616
675
|
required: false;
|
|
@@ -718,6 +777,16 @@ declare const _default: import('vue').DefineComponent<PageEduStudentProjectProps
|
|
|
718
777
|
required: false;
|
|
719
778
|
default: string;
|
|
720
779
|
};
|
|
780
|
+
caretMarginRight: {
|
|
781
|
+
type: StringConstructor;
|
|
782
|
+
required: false;
|
|
783
|
+
default: string;
|
|
784
|
+
};
|
|
785
|
+
caretLeft: {
|
|
786
|
+
type: BooleanConstructor;
|
|
787
|
+
required: false;
|
|
788
|
+
default: boolean;
|
|
789
|
+
};
|
|
721
790
|
usePrimaryColor: {
|
|
722
791
|
type: BooleanConstructor;
|
|
723
792
|
required: false;
|
|
@@ -728,6 +797,7 @@ declare const _default: import('vue').DefineComponent<PageEduStudentProjectProps
|
|
|
728
797
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
729
798
|
}>, {
|
|
730
799
|
title: string;
|
|
800
|
+
caretLeft: boolean;
|
|
731
801
|
variant: "default" | "primary" | "secondary" | "none";
|
|
732
802
|
to: string | Record<string, any>;
|
|
733
803
|
exact: boolean;
|
|
@@ -743,6 +813,7 @@ declare const _default: import('vue').DefineComponent<PageEduStudentProjectProps
|
|
|
743
813
|
caretInline: boolean;
|
|
744
814
|
caretColor: string;
|
|
745
815
|
caretMarginLeft: string;
|
|
816
|
+
caretMarginRight: string;
|
|
746
817
|
usePrimaryColor: boolean;
|
|
747
818
|
}, {}, {
|
|
748
819
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -766,11 +837,21 @@ declare const _default: import('vue').DefineComponent<PageEduStudentProjectProps
|
|
|
766
837
|
default: string;
|
|
767
838
|
required: false;
|
|
768
839
|
};
|
|
840
|
+
marginRight: {
|
|
841
|
+
type: StringConstructor;
|
|
842
|
+
default: string;
|
|
843
|
+
required: false;
|
|
844
|
+
};
|
|
769
845
|
inline: {
|
|
770
846
|
type: BooleanConstructor;
|
|
771
847
|
default: boolean;
|
|
772
848
|
required: false;
|
|
773
849
|
};
|
|
850
|
+
caretLeft: {
|
|
851
|
+
type: BooleanConstructor;
|
|
852
|
+
default: boolean;
|
|
853
|
+
required: false;
|
|
854
|
+
};
|
|
774
855
|
}>, {}, {}, {
|
|
775
856
|
computedClass(): string;
|
|
776
857
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -794,17 +875,29 @@ declare const _default: import('vue').DefineComponent<PageEduStudentProjectProps
|
|
|
794
875
|
default: string;
|
|
795
876
|
required: false;
|
|
796
877
|
};
|
|
878
|
+
marginRight: {
|
|
879
|
+
type: StringConstructor;
|
|
880
|
+
default: string;
|
|
881
|
+
required: false;
|
|
882
|
+
};
|
|
797
883
|
inline: {
|
|
798
884
|
type: BooleanConstructor;
|
|
799
885
|
default: boolean;
|
|
800
886
|
required: false;
|
|
801
887
|
};
|
|
888
|
+
caretLeft: {
|
|
889
|
+
type: BooleanConstructor;
|
|
890
|
+
default: boolean;
|
|
891
|
+
required: false;
|
|
892
|
+
};
|
|
802
893
|
}>> & Readonly<{}>, {
|
|
803
894
|
inline: boolean;
|
|
804
895
|
passedWrapperClass: string;
|
|
805
896
|
arrowClass: string;
|
|
806
897
|
color: string;
|
|
807
898
|
marginLeft: string;
|
|
899
|
+
marginRight: string;
|
|
900
|
+
caretLeft: boolean;
|
|
808
901
|
}, {}, {
|
|
809
902
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
810
903
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -837,6 +930,10 @@ declare const _default: import('vue').DefineComponent<PageEduStudentProjectProps
|
|
|
837
930
|
type: BooleanConstructor;
|
|
838
931
|
default: boolean;
|
|
839
932
|
};
|
|
933
|
+
showOnMobile: {
|
|
934
|
+
type: BooleanConstructor;
|
|
935
|
+
default: boolean;
|
|
936
|
+
};
|
|
840
937
|
}>> & Readonly<{}>, {}, {
|
|
841
938
|
isSticky: boolean;
|
|
842
939
|
stickyElement?: HTMLElement;
|
|
@@ -871,6 +968,7 @@ declare const _default: import('vue').DefineComponent<PageEduStudentProjectProps
|
|
|
871
968
|
breadcrumb: string;
|
|
872
969
|
hasIntro: boolean;
|
|
873
970
|
jumpMenu: boolean;
|
|
971
|
+
showOnMobile: boolean;
|
|
874
972
|
}> | null;
|
|
875
973
|
}, any, import('vue').ComponentProvideOptions, {
|
|
876
974
|
P: {};
|
|
@@ -38,6 +38,10 @@ declare const _default: import('vue').DefineComponent<PageEduTeachableMomentProp
|
|
|
38
38
|
type: BooleanConstructor;
|
|
39
39
|
default: boolean;
|
|
40
40
|
};
|
|
41
|
+
showOnMobile: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
41
45
|
}>> & Readonly<{}>, {}, {
|
|
42
46
|
isSticky: boolean;
|
|
43
47
|
stickyElement?: HTMLElement;
|
|
@@ -72,6 +76,7 @@ declare const _default: import('vue').DefineComponent<PageEduTeachableMomentProp
|
|
|
72
76
|
breadcrumb: string;
|
|
73
77
|
hasIntro: boolean;
|
|
74
78
|
jumpMenu: boolean;
|
|
79
|
+
showOnMobile: boolean;
|
|
75
80
|
}, true, {}, {}, {
|
|
76
81
|
NavSecondaryDropdown: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
77
82
|
index: {
|
|
@@ -279,6 +284,16 @@ declare const _default: import('vue').DefineComponent<PageEduTeachableMomentProp
|
|
|
279
284
|
required: false;
|
|
280
285
|
default: string;
|
|
281
286
|
};
|
|
287
|
+
caretMarginRight: {
|
|
288
|
+
type: StringConstructor;
|
|
289
|
+
required: false;
|
|
290
|
+
default: string;
|
|
291
|
+
};
|
|
292
|
+
caretLeft: {
|
|
293
|
+
type: BooleanConstructor;
|
|
294
|
+
required: false;
|
|
295
|
+
default: boolean;
|
|
296
|
+
};
|
|
282
297
|
usePrimaryColor: {
|
|
283
298
|
type: BooleanConstructor;
|
|
284
299
|
required: false;
|
|
@@ -386,6 +401,16 @@ declare const _default: import('vue').DefineComponent<PageEduTeachableMomentProp
|
|
|
386
401
|
required: false;
|
|
387
402
|
default: string;
|
|
388
403
|
};
|
|
404
|
+
caretMarginRight: {
|
|
405
|
+
type: StringConstructor;
|
|
406
|
+
required: false;
|
|
407
|
+
default: string;
|
|
408
|
+
};
|
|
409
|
+
caretLeft: {
|
|
410
|
+
type: BooleanConstructor;
|
|
411
|
+
required: false;
|
|
412
|
+
default: boolean;
|
|
413
|
+
};
|
|
389
414
|
usePrimaryColor: {
|
|
390
415
|
type: BooleanConstructor;
|
|
391
416
|
required: false;
|
|
@@ -396,6 +421,7 @@ declare const _default: import('vue').DefineComponent<PageEduTeachableMomentProp
|
|
|
396
421
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
397
422
|
}>, {
|
|
398
423
|
title: string;
|
|
424
|
+
caretLeft: boolean;
|
|
399
425
|
variant: "default" | "primary" | "secondary" | "none";
|
|
400
426
|
to: string | Record<string, any>;
|
|
401
427
|
exact: boolean;
|
|
@@ -411,6 +437,7 @@ declare const _default: import('vue').DefineComponent<PageEduTeachableMomentProp
|
|
|
411
437
|
caretInline: boolean;
|
|
412
438
|
caretColor: string;
|
|
413
439
|
caretMarginLeft: string;
|
|
440
|
+
caretMarginRight: string;
|
|
414
441
|
usePrimaryColor: boolean;
|
|
415
442
|
}, {}, {
|
|
416
443
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -434,11 +461,21 @@ declare const _default: import('vue').DefineComponent<PageEduTeachableMomentProp
|
|
|
434
461
|
default: string;
|
|
435
462
|
required: false;
|
|
436
463
|
};
|
|
464
|
+
marginRight: {
|
|
465
|
+
type: StringConstructor;
|
|
466
|
+
default: string;
|
|
467
|
+
required: false;
|
|
468
|
+
};
|
|
437
469
|
inline: {
|
|
438
470
|
type: BooleanConstructor;
|
|
439
471
|
default: boolean;
|
|
440
472
|
required: false;
|
|
441
473
|
};
|
|
474
|
+
caretLeft: {
|
|
475
|
+
type: BooleanConstructor;
|
|
476
|
+
default: boolean;
|
|
477
|
+
required: false;
|
|
478
|
+
};
|
|
442
479
|
}>, {}, {}, {
|
|
443
480
|
computedClass(): string;
|
|
444
481
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -462,17 +499,29 @@ declare const _default: import('vue').DefineComponent<PageEduTeachableMomentProp
|
|
|
462
499
|
default: string;
|
|
463
500
|
required: false;
|
|
464
501
|
};
|
|
502
|
+
marginRight: {
|
|
503
|
+
type: StringConstructor;
|
|
504
|
+
default: string;
|
|
505
|
+
required: false;
|
|
506
|
+
};
|
|
465
507
|
inline: {
|
|
466
508
|
type: BooleanConstructor;
|
|
467
509
|
default: boolean;
|
|
468
510
|
required: false;
|
|
469
511
|
};
|
|
512
|
+
caretLeft: {
|
|
513
|
+
type: BooleanConstructor;
|
|
514
|
+
default: boolean;
|
|
515
|
+
required: false;
|
|
516
|
+
};
|
|
470
517
|
}>> & Readonly<{}>, {
|
|
471
518
|
inline: boolean;
|
|
472
519
|
passedWrapperClass: string;
|
|
473
520
|
arrowClass: string;
|
|
474
521
|
color: string;
|
|
475
522
|
marginLeft: string;
|
|
523
|
+
marginRight: string;
|
|
524
|
+
caretLeft: boolean;
|
|
476
525
|
}, {}, {
|
|
477
526
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
478
527
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -588,6 +637,16 @@ declare const _default: import('vue').DefineComponent<PageEduTeachableMomentProp
|
|
|
588
637
|
required: false;
|
|
589
638
|
default: string;
|
|
590
639
|
};
|
|
640
|
+
caretMarginRight: {
|
|
641
|
+
type: StringConstructor;
|
|
642
|
+
required: false;
|
|
643
|
+
default: string;
|
|
644
|
+
};
|
|
645
|
+
caretLeft: {
|
|
646
|
+
type: BooleanConstructor;
|
|
647
|
+
required: false;
|
|
648
|
+
default: boolean;
|
|
649
|
+
};
|
|
591
650
|
usePrimaryColor: {
|
|
592
651
|
type: BooleanConstructor;
|
|
593
652
|
required: false;
|
|
@@ -695,6 +754,16 @@ declare const _default: import('vue').DefineComponent<PageEduTeachableMomentProp
|
|
|
695
754
|
required: false;
|
|
696
755
|
default: string;
|
|
697
756
|
};
|
|
757
|
+
caretMarginRight: {
|
|
758
|
+
type: StringConstructor;
|
|
759
|
+
required: false;
|
|
760
|
+
default: string;
|
|
761
|
+
};
|
|
762
|
+
caretLeft: {
|
|
763
|
+
type: BooleanConstructor;
|
|
764
|
+
required: false;
|
|
765
|
+
default: boolean;
|
|
766
|
+
};
|
|
698
767
|
usePrimaryColor: {
|
|
699
768
|
type: BooleanConstructor;
|
|
700
769
|
required: false;
|
|
@@ -705,6 +774,7 @@ declare const _default: import('vue').DefineComponent<PageEduTeachableMomentProp
|
|
|
705
774
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
706
775
|
}>, {
|
|
707
776
|
title: string;
|
|
777
|
+
caretLeft: boolean;
|
|
708
778
|
variant: "default" | "primary" | "secondary" | "none";
|
|
709
779
|
to: string | Record<string, any>;
|
|
710
780
|
exact: boolean;
|
|
@@ -720,6 +790,7 @@ declare const _default: import('vue').DefineComponent<PageEduTeachableMomentProp
|
|
|
720
790
|
caretInline: boolean;
|
|
721
791
|
caretColor: string;
|
|
722
792
|
caretMarginLeft: string;
|
|
793
|
+
caretMarginRight: string;
|
|
723
794
|
usePrimaryColor: boolean;
|
|
724
795
|
}, {}, {
|
|
725
796
|
MixinAnimationCaret: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -743,11 +814,21 @@ declare const _default: import('vue').DefineComponent<PageEduTeachableMomentProp
|
|
|
743
814
|
default: string;
|
|
744
815
|
required: false;
|
|
745
816
|
};
|
|
817
|
+
marginRight: {
|
|
818
|
+
type: StringConstructor;
|
|
819
|
+
default: string;
|
|
820
|
+
required: false;
|
|
821
|
+
};
|
|
746
822
|
inline: {
|
|
747
823
|
type: BooleanConstructor;
|
|
748
824
|
default: boolean;
|
|
749
825
|
required: false;
|
|
750
826
|
};
|
|
827
|
+
caretLeft: {
|
|
828
|
+
type: BooleanConstructor;
|
|
829
|
+
default: boolean;
|
|
830
|
+
required: false;
|
|
831
|
+
};
|
|
751
832
|
}>, {}, {}, {
|
|
752
833
|
computedClass(): string;
|
|
753
834
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -771,17 +852,29 @@ declare const _default: import('vue').DefineComponent<PageEduTeachableMomentProp
|
|
|
771
852
|
default: string;
|
|
772
853
|
required: false;
|
|
773
854
|
};
|
|
855
|
+
marginRight: {
|
|
856
|
+
type: StringConstructor;
|
|
857
|
+
default: string;
|
|
858
|
+
required: false;
|
|
859
|
+
};
|
|
774
860
|
inline: {
|
|
775
861
|
type: BooleanConstructor;
|
|
776
862
|
default: boolean;
|
|
777
863
|
required: false;
|
|
778
864
|
};
|
|
865
|
+
caretLeft: {
|
|
866
|
+
type: BooleanConstructor;
|
|
867
|
+
default: boolean;
|
|
868
|
+
required: false;
|
|
869
|
+
};
|
|
779
870
|
}>> & Readonly<{}>, {
|
|
780
871
|
inline: boolean;
|
|
781
872
|
passedWrapperClass: string;
|
|
782
873
|
arrowClass: string;
|
|
783
874
|
color: string;
|
|
784
875
|
marginLeft: string;
|
|
876
|
+
marginRight: string;
|
|
877
|
+
caretLeft: boolean;
|
|
785
878
|
}, {}, {
|
|
786
879
|
IconCaret: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
787
880
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -814,6 +907,10 @@ declare const _default: import('vue').DefineComponent<PageEduTeachableMomentProp
|
|
|
814
907
|
type: BooleanConstructor;
|
|
815
908
|
default: boolean;
|
|
816
909
|
};
|
|
910
|
+
showOnMobile: {
|
|
911
|
+
type: BooleanConstructor;
|
|
912
|
+
default: boolean;
|
|
913
|
+
};
|
|
817
914
|
}>> & Readonly<{}>, {}, {
|
|
818
915
|
isSticky: boolean;
|
|
819
916
|
stickyElement?: HTMLElement;
|
|
@@ -848,6 +945,7 @@ declare const _default: import('vue').DefineComponent<PageEduTeachableMomentProp
|
|
|
848
945
|
breadcrumb: string;
|
|
849
946
|
hasIntro: boolean;
|
|
850
947
|
jumpMenu: boolean;
|
|
948
|
+
showOnMobile: boolean;
|
|
851
949
|
}> | null;
|
|
852
950
|
}, any, import('vue').ComponentProvideOptions, {
|
|
853
951
|
P: {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { default as BaseExploreApp } from './BaseExploreApp.vue';
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export let title: string;
|
|
4
|
+
export { BaseExploreApp as component };
|
|
5
|
+
export namespace parameters {
|
|
6
|
+
namespace html {
|
|
7
|
+
let root: string;
|
|
8
|
+
}
|
|
9
|
+
let layout: string;
|
|
10
|
+
namespace slots {
|
|
11
|
+
export let hero: string;
|
|
12
|
+
let _default: string;
|
|
13
|
+
export { _default as default };
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export let excludeStories: RegExp;
|
|
17
|
+
}
|
|
18
|
+
export default _default;
|
|
19
|
+
export namespace BaseStory {
|
|
20
|
+
let name: string;
|
|
21
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
hero?(_: {}): any;
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: HTMLDivElement;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
12
|
+
/** If hero content appears above the navigation (provided by parent component) */
|
|
13
|
+
hasIntro: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
navData: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
21
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
22
|
+
/** If hero content appears above the navigation (provided by parent component) */
|
|
23
|
+
hasIntro: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
navData: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: undefined;
|
|
30
|
+
};
|
|
31
|
+
}>> & Readonly<{}>, {
|
|
32
|
+
hasIntro: boolean;
|
|
33
|
+
navData: string;
|
|
34
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
35
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
36
|
+
export default _default;
|
|
37
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
38
|
+
new (): {
|
|
39
|
+
$slots: S;
|
|
40
|
+
};
|
|
41
|
+
};
|