@explorer-1/vue 0.2.54 → 0.2.55
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/dist/explorer-1-vue.js +6113 -6105
- package/dist/explorer-1-vue.umd.cjs +16 -16
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +96 -4
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +96 -4
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +12 -10
- package/dist/src/components/BaseAudio/BaseAudio.vue.d.ts +12 -5
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +7 -7
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +7 -7
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +4 -4
- package/dist/src/components/BaseHeading/BaseHeading.stories.d.ts +9 -9
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +6 -6
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +4 -4
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +4 -4
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +4 -4
- package/dist/src/components/BaseLightboxCloseButton/BaseLightboxCloseButton.vue.d.ts +3 -1
- package/dist/src/components/BaseLightboxOpenButton/BaseLightboxOpenButton.vue.d.ts +3 -1
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +70 -6
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +685 -34
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +141 -4
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +124 -4
- package/dist/src/components/BasePill/BasePill.vue.d.ts +4 -4
- package/dist/src/components/BasePlaceholder/BasePlaceholder.stories.d.ts +1 -1
- package/dist/src/components/BasePlaceholder/BasePlaceholder.vue.d.ts +1 -1
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +4 -4
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +4 -4
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +6 -6
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.stories.d.ts +33 -33
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +8 -8
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +61 -4
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +4 -4
- package/dist/src/components/BlockAnchor/BlockAnchor.vue.d.ts +3 -3
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +230 -3
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +172 -5
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +170 -4
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +96 -4
- package/dist/src/components/BlockDialog/BlockDialog.stories.d.ts +7 -5
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +1 -1
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +1 -1
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +35 -5
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +87 -3
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +60 -23
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +4 -4
- package/dist/src/components/BlockTable/BlockTable.vue.d.ts +3 -3
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +175 -4
- package/dist/src/components/BlockText/BlockText.vue.d.ts +4 -4
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +95 -4
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +4 -4
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +172 -4
- package/dist/src/components/FormContact/FormContact.stories.d.ts +361 -1
- package/dist/src/components/FormContact/FormContact.vue.d.ts +361 -1
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +396 -1
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +396 -1
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +51 -4
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +281 -3
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +141 -3
- package/dist/src/components/Icons/Icon360.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconArrow.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconArrows.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconAudio.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconBook.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconBookUser.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconBriefcase.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconCalendar.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconCaret.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconCheckbox.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconCheckboxSelected.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconClose.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconCloseLightbox.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconDownload.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconDropdown.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconEnvelope.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconExpand.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconExternal.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconFilter.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconForwardTen.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconGrid.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconHand.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconInfo.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconLink.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconList.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconLocation.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconMagnifyingGlass.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconMedal.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconMenu.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconMinus.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconMute.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconNext.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconPause.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconPlay.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconPlus.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconPrev.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconProfile.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconRewindTen.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSearch.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconShare.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSlideshow.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialEmail.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialFacebook.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialGoogleClassroom.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialInstagram.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialPinterest.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialReddit.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialTwitter.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSocialYoutube.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconStop.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconSubject.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconTime.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconUniversity.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconUser.vue.d.ts +1 -1
- package/dist/src/components/Icons/IconVolume.vue.d.ts +1 -1
- package/dist/src/components/Icons/Icons.stories.d.ts +110 -110
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +142 -3
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +4 -4
- package/dist/src/components/LoadingTransition/LoadingTransition.vue.d.ts +1 -1
- package/dist/src/components/LogoCaltech/LogoCaltech.stories.d.ts +1 -1
- package/dist/src/components/LogoCaltech/LogoCaltech.vue.d.ts +1 -1
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +4 -5
- package/dist/src/components/LogoTribrand/LogoTribrand.vue.d.ts +4 -4
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +4 -4
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +4 -4
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +61 -4
- package/dist/src/components/MissionDetailHero/MissionDetailHero.stories.d.ts +0 -1
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +154 -4
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.stories.d.ts +0 -1
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +63 -8
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +460 -31
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +199 -12
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +63 -6
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +195 -8
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +6 -4
- package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +6 -4
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +8 -4
- package/dist/src/components/MixinFancybox/MixinFancyboxOpenButton.vue.d.ts +3 -1
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +3 -3
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +44 -4
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +5 -5
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +5 -5
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +99 -4
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +99 -4
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +4 -4
- package/dist/src/components/ParallaxContainer/ParallaxContainer.stories.d.ts +8 -8
- package/dist/src/components/ParallaxContainer/ParallaxContainer.vue.d.ts +4 -4
- package/dist/src/components/ParallaxElement/ParallaxElement.vue.d.ts +4 -4
- package/dist/src/components/ProfileDetailSectionGroup/ProfileDetailSectionGroup.vue.d.ts +67 -3
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.stories.d.ts +59 -4
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +3 -3
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +58 -3
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +5 -5
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +5 -5
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +96 -3
- package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +19 -1
- package/dist/src/components/SearchSelectMenu/SearchSelectMenu.vue.d.ts +4 -4
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +99 -4
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +1 -1
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +92 -1
- package/dist/src/components/TextArea/TextArea.vue.d.ts +14 -14
- package/dist/src/components/TextInput/TextInput.vue.d.ts +14 -14
- package/dist/src/components/TheFooter/TheFooterSignUp.vue.d.ts +3 -1
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +314 -3
- package/dist/src/components/TopicDetailMore/TopicDetailMoreVisibility.vue.d.ts +1 -1
- package/dist/src/components/YearTicker/YearTicker.stories.d.ts +3 -3
- package/dist/src/components/YearTicker/YearTicker.vue.d.ts +3 -3
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +16 -16
- package/dist/src/docs/foundation/typography.stories.d.ts +7 -7
- package/dist/src/interfaces.d.ts +1 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.stories.d.ts +105 -38
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.stories.d.ts +112 -34
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.d.ts +131 -35
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.stories.d.ts +112 -34
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/BaseImage/BaseImage.vue +2 -28
- package/src/components/BlockHeading/BlockHeading.vue +1 -1
- package/src/components/BlockIframeEmbed/BlockIframeEmbed.vue +4 -28
- package/src/components/BlockVideoEmbed/BlockVideoEmbed.vue +0 -2
- package/src/components/HeroMedium/HeroMedium.vue +1 -1
- package/src/components/MetaPanel/MetaPanel.vue +6 -6
- package/src/components/NavJumpMenu/NavJumpMenu.vue +7 -1
- package/src/components/NavJumpMenu/NavJumpMenuContent.vue +6 -1
- package/src/components/SearchInput/SearchInput.vue +15 -4
- package/src/templates/edu/PageEduHome/PageEduHome.stories.js +99 -0
- package/src/templates/edu/PageEduHome/PageEduHome.vue +154 -0
- package/src/templates/edu/PageEduLesson/PageEduLesson.vue +5 -6
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue +77 -92
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue +59 -44
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +0 -36
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +0 -37
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +0 -33
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +0 -19
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +0 -24
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +0 -345
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +0 -24
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +0 -68
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +0 -65
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +0 -74
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +0 -58
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +0 -25
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +0 -57
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +0 -19
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +0 -198
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +0 -306
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +0 -47
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +0 -93
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +0 -16
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +0 -202
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +0 -32
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +0 -36
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +0 -42
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +0 -49
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +0 -40
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +0 -38
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +0 -156
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +0 -15
- package/dist/src/components/EventCard/EventCard.vue.d.ts +0 -111
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +0 -42
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +0 -66
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +0 -96
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +0 -45
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +0 -33
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +0 -15
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +0 -106
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +0 -24
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +0 -18
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +0 -565
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +0 -65
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +0 -21
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +0 -65
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +0 -30
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +0 -36
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +0 -34
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +0 -12
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +0 -265
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +0 -118
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +0 -648
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +0 -94
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +0 -14
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +0 -15
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +0 -338
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +0 -12
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +0 -20
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +0 -29
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +0 -18
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +0 -2
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +0 -656
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +0 -94
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +0 -54
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +0 -395
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +0 -46
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +0 -35
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +0 -75
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +0 -70
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +0 -30
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +0 -40
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +0 -19
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +0 -82
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +0 -55
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +0 -287
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +0 -193
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +0 -62
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +0 -35
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +0 -32
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +0 -75
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +0 -33
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +0 -27
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +0 -167
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +0 -39
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +0 -22
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +0 -31
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +0 -28
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +0 -22
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +0 -17
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { HeadingLevel } from './../BaseHeading/BaseHeading.vue';
|
|
3
|
-
|
|
4
|
-
declare const _default: import('vue').DefineComponent<{
|
|
5
|
-
url: {
|
|
6
|
-
type: StringConstructor;
|
|
7
|
-
required: false;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
title: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
required: false;
|
|
13
|
-
};
|
|
14
|
-
summary: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
required: false;
|
|
17
|
-
};
|
|
18
|
-
startTime: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
required: false;
|
|
21
|
-
};
|
|
22
|
-
startDate: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
required: false;
|
|
25
|
-
};
|
|
26
|
-
ongoing: {
|
|
27
|
-
type: BooleanConstructor;
|
|
28
|
-
default: boolean;
|
|
29
|
-
};
|
|
30
|
-
endTime: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
required: false;
|
|
33
|
-
};
|
|
34
|
-
endDate: {
|
|
35
|
-
type: StringConstructor;
|
|
36
|
-
required: false;
|
|
37
|
-
};
|
|
38
|
-
location: {
|
|
39
|
-
type: StringConstructor;
|
|
40
|
-
required: false;
|
|
41
|
-
};
|
|
42
|
-
image: {
|
|
43
|
-
type: ObjectConstructor;
|
|
44
|
-
required: false;
|
|
45
|
-
};
|
|
46
|
-
headingLevel: {
|
|
47
|
-
type: PropType<HeadingLevel>;
|
|
48
|
-
required: false;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
}, unknown, unknown, {
|
|
52
|
-
themeStore: () => import('pinia').Store<"theme", import('../../store/theme').State, {
|
|
53
|
-
isEdu(state: {
|
|
54
|
-
theme: import('../../interfaces').Explorer1Theme | null;
|
|
55
|
-
} & import('pinia').PiniaCustomStateProperties<import('../../store/theme').State>): boolean;
|
|
56
|
-
}, {
|
|
57
|
-
setTheme(value: import('../../interfaces').Explorer1Theme): void;
|
|
58
|
-
}>;
|
|
59
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
60
|
-
url: {
|
|
61
|
-
type: StringConstructor;
|
|
62
|
-
required: false;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
|
-
title: {
|
|
66
|
-
type: StringConstructor;
|
|
67
|
-
required: false;
|
|
68
|
-
};
|
|
69
|
-
summary: {
|
|
70
|
-
type: StringConstructor;
|
|
71
|
-
required: false;
|
|
72
|
-
};
|
|
73
|
-
startTime: {
|
|
74
|
-
type: StringConstructor;
|
|
75
|
-
required: false;
|
|
76
|
-
};
|
|
77
|
-
startDate: {
|
|
78
|
-
type: StringConstructor;
|
|
79
|
-
required: false;
|
|
80
|
-
};
|
|
81
|
-
ongoing: {
|
|
82
|
-
type: BooleanConstructor;
|
|
83
|
-
default: boolean;
|
|
84
|
-
};
|
|
85
|
-
endTime: {
|
|
86
|
-
type: StringConstructor;
|
|
87
|
-
required: false;
|
|
88
|
-
};
|
|
89
|
-
endDate: {
|
|
90
|
-
type: StringConstructor;
|
|
91
|
-
required: false;
|
|
92
|
-
};
|
|
93
|
-
location: {
|
|
94
|
-
type: StringConstructor;
|
|
95
|
-
required: false;
|
|
96
|
-
};
|
|
97
|
-
image: {
|
|
98
|
-
type: ObjectConstructor;
|
|
99
|
-
required: false;
|
|
100
|
-
};
|
|
101
|
-
headingLevel: {
|
|
102
|
-
type: PropType<HeadingLevel>;
|
|
103
|
-
required: false;
|
|
104
|
-
default: string;
|
|
105
|
-
};
|
|
106
|
-
}>>, {
|
|
107
|
-
ongoing: boolean;
|
|
108
|
-
url: string;
|
|
109
|
-
headingLevel: HeadingLevel;
|
|
110
|
-
}, {}>;
|
|
111
|
-
export default _default;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
pageData: {
|
|
3
|
-
type: ObjectConstructor;
|
|
4
|
-
default: undefined;
|
|
5
|
-
};
|
|
6
|
-
customLabel: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: undefined;
|
|
9
|
-
};
|
|
10
|
-
cta: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
}, unknown, unknown, {
|
|
15
|
-
customVideo(): object | undefined;
|
|
16
|
-
customImage(): object | undefined;
|
|
17
|
-
themeStore: () => import('pinia').Store<"theme", import('../../store/theme').State, {
|
|
18
|
-
isEdu(state: {
|
|
19
|
-
theme: import('../../interfaces').Explorer1Theme | null;
|
|
20
|
-
} & import('pinia').PiniaCustomStateProperties<import('../../store/theme').State>): boolean;
|
|
21
|
-
}, {
|
|
22
|
-
setTheme(value: import('../../interfaces').Explorer1Theme): void;
|
|
23
|
-
}>;
|
|
24
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
25
|
-
pageData: {
|
|
26
|
-
type: ObjectConstructor;
|
|
27
|
-
default: undefined;
|
|
28
|
-
};
|
|
29
|
-
customLabel: {
|
|
30
|
-
type: StringConstructor;
|
|
31
|
-
default: undefined;
|
|
32
|
-
};
|
|
33
|
-
cta: {
|
|
34
|
-
type: StringConstructor;
|
|
35
|
-
default: string;
|
|
36
|
-
};
|
|
37
|
-
}>>, {
|
|
38
|
-
customLabel: string;
|
|
39
|
-
cta: string;
|
|
40
|
-
pageData: Record<string, any>;
|
|
41
|
-
}, {}>;
|
|
42
|
-
export default _default;
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { ImageObject } from '../../interfaces';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
4
|
-
image: {
|
|
5
|
-
type: ObjectConstructor;
|
|
6
|
-
required: false;
|
|
7
|
-
};
|
|
8
|
-
video: {
|
|
9
|
-
type: ObjectConstructor;
|
|
10
|
-
required: false;
|
|
11
|
-
};
|
|
12
|
-
displayCaption: {
|
|
13
|
-
type: BooleanConstructor;
|
|
14
|
-
default: boolean;
|
|
15
|
-
};
|
|
16
|
-
caption: {
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
required: false;
|
|
19
|
-
};
|
|
20
|
-
credit: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
required: false;
|
|
23
|
-
};
|
|
24
|
-
}, unknown, {
|
|
25
|
-
captionVisible: boolean;
|
|
26
|
-
}, {
|
|
27
|
-
theImageCaption(): string | undefined;
|
|
28
|
-
theImageData(): Partial<ImageObject> | undefined;
|
|
29
|
-
theSrcSet(): string | undefined;
|
|
30
|
-
customCaption(): Partial<ImageObject> | undefined;
|
|
31
|
-
captionVisibilityClass(): "hidden" | "flex";
|
|
32
|
-
hasCaptionArea(): string | boolean;
|
|
33
|
-
themeStore: () => import('pinia').Store<"theme", import('../../store/theme').State, {
|
|
34
|
-
isEdu(state: {
|
|
35
|
-
theme: import('../../interfaces').Explorer1Theme | null;
|
|
36
|
-
} & import('pinia').PiniaCustomStateProperties<import('../../store/theme').State>): boolean;
|
|
37
|
-
}, {
|
|
38
|
-
setTheme(value: import('../../interfaces').Explorer1Theme): void;
|
|
39
|
-
}>;
|
|
40
|
-
}, {
|
|
41
|
-
toggleCaption(): void;
|
|
42
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
43
|
-
image: {
|
|
44
|
-
type: ObjectConstructor;
|
|
45
|
-
required: false;
|
|
46
|
-
};
|
|
47
|
-
video: {
|
|
48
|
-
type: ObjectConstructor;
|
|
49
|
-
required: false;
|
|
50
|
-
};
|
|
51
|
-
displayCaption: {
|
|
52
|
-
type: BooleanConstructor;
|
|
53
|
-
default: boolean;
|
|
54
|
-
};
|
|
55
|
-
caption: {
|
|
56
|
-
type: StringConstructor;
|
|
57
|
-
required: false;
|
|
58
|
-
};
|
|
59
|
-
credit: {
|
|
60
|
-
type: StringConstructor;
|
|
61
|
-
required: false;
|
|
62
|
-
};
|
|
63
|
-
}>>, {
|
|
64
|
-
displayCaption: boolean;
|
|
65
|
-
}, {}>;
|
|
66
|
-
export default _default;
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import { ImageObject } from '../../interfaces';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
4
|
-
feature: {
|
|
5
|
-
type: ObjectConstructor;
|
|
6
|
-
required: false;
|
|
7
|
-
default: undefined;
|
|
8
|
-
};
|
|
9
|
-
customPill: {
|
|
10
|
-
type: StringConstructor;
|
|
11
|
-
required: false;
|
|
12
|
-
default: undefined;
|
|
13
|
-
};
|
|
14
|
-
customPillType: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
required: false;
|
|
17
|
-
default: undefined;
|
|
18
|
-
};
|
|
19
|
-
customLabel: {
|
|
20
|
-
type: StringConstructor;
|
|
21
|
-
required: false;
|
|
22
|
-
default: undefined;
|
|
23
|
-
};
|
|
24
|
-
cta: {
|
|
25
|
-
type: StringConstructor;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
|
-
compact: {
|
|
29
|
-
type: BooleanConstructor;
|
|
30
|
-
required: false;
|
|
31
|
-
default: boolean;
|
|
32
|
-
};
|
|
33
|
-
customVideo: {
|
|
34
|
-
type: ObjectConstructor;
|
|
35
|
-
required: false;
|
|
36
|
-
default: undefined;
|
|
37
|
-
};
|
|
38
|
-
customImage: {
|
|
39
|
-
type: ObjectConstructor;
|
|
40
|
-
required: false;
|
|
41
|
-
default: undefined;
|
|
42
|
-
};
|
|
43
|
-
}, unknown, unknown, {
|
|
44
|
-
theVideo(): object | null;
|
|
45
|
-
theImage(): Partial<ImageObject> | null;
|
|
46
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
47
|
-
feature: {
|
|
48
|
-
type: ObjectConstructor;
|
|
49
|
-
required: false;
|
|
50
|
-
default: undefined;
|
|
51
|
-
};
|
|
52
|
-
customPill: {
|
|
53
|
-
type: StringConstructor;
|
|
54
|
-
required: false;
|
|
55
|
-
default: undefined;
|
|
56
|
-
};
|
|
57
|
-
customPillType: {
|
|
58
|
-
type: StringConstructor;
|
|
59
|
-
required: false;
|
|
60
|
-
default: undefined;
|
|
61
|
-
};
|
|
62
|
-
customLabel: {
|
|
63
|
-
type: StringConstructor;
|
|
64
|
-
required: false;
|
|
65
|
-
default: undefined;
|
|
66
|
-
};
|
|
67
|
-
cta: {
|
|
68
|
-
type: StringConstructor;
|
|
69
|
-
default: string;
|
|
70
|
-
};
|
|
71
|
-
compact: {
|
|
72
|
-
type: BooleanConstructor;
|
|
73
|
-
required: false;
|
|
74
|
-
default: boolean;
|
|
75
|
-
};
|
|
76
|
-
customVideo: {
|
|
77
|
-
type: ObjectConstructor;
|
|
78
|
-
required: false;
|
|
79
|
-
default: undefined;
|
|
80
|
-
};
|
|
81
|
-
customImage: {
|
|
82
|
-
type: ObjectConstructor;
|
|
83
|
-
required: false;
|
|
84
|
-
default: undefined;
|
|
85
|
-
};
|
|
86
|
-
}>>, {
|
|
87
|
-
compact: boolean;
|
|
88
|
-
customLabel: string;
|
|
89
|
-
customPill: string;
|
|
90
|
-
customPillType: string;
|
|
91
|
-
feature: Record<string, any>;
|
|
92
|
-
cta: string;
|
|
93
|
-
customVideo: Record<string, any>;
|
|
94
|
-
customImage: Record<string, any>;
|
|
95
|
-
}, {}>;
|
|
96
|
-
export default _default;
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { Slide } from './../HomepageCarouselItem/HomepageCarouselItem.vue';
|
|
3
|
-
import { default as Swiper } from 'swiper';
|
|
4
|
-
import { SwiperOptions } from 'swiper/types';
|
|
5
|
-
|
|
6
|
-
declare const _default: import('vue').DefineComponent<{
|
|
7
|
-
items: {
|
|
8
|
-
type: PropType<Slide[]>;
|
|
9
|
-
required: false;
|
|
10
|
-
};
|
|
11
|
-
duration: {
|
|
12
|
-
type: NumberConstructor;
|
|
13
|
-
default: number;
|
|
14
|
-
};
|
|
15
|
-
}, unknown, {
|
|
16
|
-
slideLoaded: boolean;
|
|
17
|
-
slider: Swiper | null;
|
|
18
|
-
sliderOptions: SwiperOptions;
|
|
19
|
-
tabbedItems: Slide[] | undefined;
|
|
20
|
-
slideToNext: Boolean;
|
|
21
|
-
}, {
|
|
22
|
-
theIndex(): number | false;
|
|
23
|
-
onlyOneSlide(): boolean;
|
|
24
|
-
loopedTabs(): Array<Slide>;
|
|
25
|
-
tabContainerWidthClass(): string;
|
|
26
|
-
tabWidthClass(): string;
|
|
27
|
-
tabTranslateClass(): string;
|
|
28
|
-
}, {
|
|
29
|
-
init(): void;
|
|
30
|
-
updateTabbedItems(): void;
|
|
31
|
-
videoHandler(swiper: Swiper): void;
|
|
32
|
-
getVideo(index: number, swiper: Swiper): HTMLVideoElement | null;
|
|
33
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
34
|
-
items: {
|
|
35
|
-
type: PropType<Slide[]>;
|
|
36
|
-
required: false;
|
|
37
|
-
};
|
|
38
|
-
duration: {
|
|
39
|
-
type: NumberConstructor;
|
|
40
|
-
default: number;
|
|
41
|
-
};
|
|
42
|
-
}>>, {
|
|
43
|
-
duration: number;
|
|
44
|
-
}, {}>;
|
|
45
|
-
export default _default;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { ImageObject } from '../../interfaces';
|
|
3
|
-
|
|
4
|
-
export interface Slide {
|
|
5
|
-
slideTitle: string;
|
|
6
|
-
externalLink?: string;
|
|
7
|
-
page?: {
|
|
8
|
-
url: string;
|
|
9
|
-
};
|
|
10
|
-
heading: string;
|
|
11
|
-
video: {
|
|
12
|
-
file: string;
|
|
13
|
-
fileOgg: string;
|
|
14
|
-
fileWebm: string;
|
|
15
|
-
};
|
|
16
|
-
listingPageHeroImage: Partial<ImageObject>;
|
|
17
|
-
}
|
|
18
|
-
declare const _default: import('vue').DefineComponent<{
|
|
19
|
-
item: {
|
|
20
|
-
type: PropType<Slide>;
|
|
21
|
-
default: undefined;
|
|
22
|
-
};
|
|
23
|
-
}, unknown, unknown, {
|
|
24
|
-
tag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
25
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
26
|
-
item: {
|
|
27
|
-
type: PropType<Slide>;
|
|
28
|
-
default: undefined;
|
|
29
|
-
};
|
|
30
|
-
}>>, {
|
|
31
|
-
item: Slide;
|
|
32
|
-
}, {}>;
|
|
33
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { BlockData } from './../BlockVideoEmbed/BlockVideoEmbed.vue';
|
|
3
|
-
|
|
4
|
-
declare const _default: import('vue').DefineComponent<{
|
|
5
|
-
data: {
|
|
6
|
-
type: PropType<BlockData[]>;
|
|
7
|
-
required: false;
|
|
8
|
-
};
|
|
9
|
-
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
10
|
-
data: {
|
|
11
|
-
type: PropType<BlockData[]>;
|
|
12
|
-
required: false;
|
|
13
|
-
};
|
|
14
|
-
}>>, {}, {}>;
|
|
15
|
-
export default _default;
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import { default as HomepageMissionsCarousel } from './HomepageMissionsCarousel.vue';
|
|
2
|
-
declare namespace _default {
|
|
3
|
-
export let title: string;
|
|
4
|
-
export { HomepageMissionsCarousel as component };
|
|
5
|
-
export let excludeStories: RegExp;
|
|
6
|
-
export namespace parameters {
|
|
7
|
-
let viewMode: string;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
export default _default;
|
|
11
|
-
export namespace HomepageMissionsCarouselData {
|
|
12
|
-
namespace data {
|
|
13
|
-
let heading: string;
|
|
14
|
-
let label: string;
|
|
15
|
-
let summary: string;
|
|
16
|
-
let targets: ({
|
|
17
|
-
name: string;
|
|
18
|
-
pastMissions: number;
|
|
19
|
-
currentMissions: number;
|
|
20
|
-
topic: {
|
|
21
|
-
title: string;
|
|
22
|
-
url: string;
|
|
23
|
-
};
|
|
24
|
-
image: {
|
|
25
|
-
src: {
|
|
26
|
-
url: string;
|
|
27
|
-
width: number;
|
|
28
|
-
height: number;
|
|
29
|
-
};
|
|
30
|
-
webp: {
|
|
31
|
-
url: string;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
} | {
|
|
35
|
-
name: string;
|
|
36
|
-
pastMissions: number;
|
|
37
|
-
currentMissions: number;
|
|
38
|
-
image: {
|
|
39
|
-
src: {
|
|
40
|
-
url: string;
|
|
41
|
-
width: number;
|
|
42
|
-
height: number;
|
|
43
|
-
};
|
|
44
|
-
webp: {
|
|
45
|
-
url: string;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
topic?: undefined;
|
|
49
|
-
})[];
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
export namespace BaseStory {
|
|
53
|
-
export { HomepageMissionsCarouselData as args };
|
|
54
|
-
}
|
|
55
|
-
export namespace Item {
|
|
56
|
-
namespace args {
|
|
57
|
-
export namespace data_1 {
|
|
58
|
-
let name: string;
|
|
59
|
-
let pastMissions: number;
|
|
60
|
-
let currentMissions: number;
|
|
61
|
-
namespace topic {
|
|
62
|
-
let title_1: string;
|
|
63
|
-
export { title_1 as title };
|
|
64
|
-
export let url: string;
|
|
65
|
-
}
|
|
66
|
-
namespace image {
|
|
67
|
-
namespace src {
|
|
68
|
-
let url_1: string;
|
|
69
|
-
export { url_1 as url };
|
|
70
|
-
export let width: number;
|
|
71
|
-
export let height: number;
|
|
72
|
-
}
|
|
73
|
-
namespace webp {
|
|
74
|
-
let url_2: string;
|
|
75
|
-
export { url_2 as url };
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
export { data_1 as data };
|
|
80
|
-
}
|
|
81
|
-
function render(args: any): {
|
|
82
|
-
components: {
|
|
83
|
-
HomepageMissionsCarouselItem: import("vue").DefineComponent<{
|
|
84
|
-
data: {
|
|
85
|
-
type: ObjectConstructor;
|
|
86
|
-
required: false;
|
|
87
|
-
default: undefined;
|
|
88
|
-
};
|
|
89
|
-
}, unknown, unknown, {
|
|
90
|
-
hasTopic(): boolean;
|
|
91
|
-
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
|
-
data: {
|
|
93
|
-
type: ObjectConstructor;
|
|
94
|
-
required: false;
|
|
95
|
-
default: undefined;
|
|
96
|
-
};
|
|
97
|
-
}>>, {
|
|
98
|
-
data: Record<string, any>;
|
|
99
|
-
}, {}>;
|
|
100
|
-
};
|
|
101
|
-
setup(): {
|
|
102
|
-
args: any;
|
|
103
|
-
};
|
|
104
|
-
template: string;
|
|
105
|
-
};
|
|
106
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { default as Swiper } from 'swiper';
|
|
2
|
-
import { SwiperOptions } from 'swiper/types';
|
|
3
|
-
|
|
4
|
-
declare const _default: import('vue').DefineComponent<{
|
|
5
|
-
data: {
|
|
6
|
-
type: ObjectConstructor;
|
|
7
|
-
required: false;
|
|
8
|
-
default: undefined;
|
|
9
|
-
};
|
|
10
|
-
}, unknown, {
|
|
11
|
-
slider: Swiper | null;
|
|
12
|
-
sliderOptions: SwiperOptions;
|
|
13
|
-
}, {}, {
|
|
14
|
-
init(): void;
|
|
15
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16
|
-
data: {
|
|
17
|
-
type: ObjectConstructor;
|
|
18
|
-
required: false;
|
|
19
|
-
default: undefined;
|
|
20
|
-
};
|
|
21
|
-
}>>, {
|
|
22
|
-
data: Record<string, any>;
|
|
23
|
-
}, {}>;
|
|
24
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
data: {
|
|
3
|
-
type: ObjectConstructor;
|
|
4
|
-
required: false;
|
|
5
|
-
default: undefined;
|
|
6
|
-
};
|
|
7
|
-
}, unknown, unknown, {
|
|
8
|
-
hasTopic(): boolean;
|
|
9
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
10
|
-
data: {
|
|
11
|
-
type: ObjectConstructor;
|
|
12
|
-
required: false;
|
|
13
|
-
default: undefined;
|
|
14
|
-
};
|
|
15
|
-
}>>, {
|
|
16
|
-
data: Record<string, any>;
|
|
17
|
-
}, {}>;
|
|
18
|
-
export default _default;
|