@explorer-1/vue 1.0.2 → 1.0.3
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 +6 -0
- package/components.d.ts +4 -0
- package/dist/explorer-1-vue.css +1 -0
- package/dist/explorer-1-vue.d.ts +1 -1
- package/dist/explorer-1-vue.js +39784 -31438
- package/dist/explorer-1-vue.umd.cjs +58 -66
- package/dist/src/App.vue.d.ts +2 -0
- package/dist/src/components/AboutTheAuthor/AboutTheAuthor.vue.d.ts +27 -0
- package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +17 -9
- package/dist/src/components/BackToTop/BackToTop.stories.d.ts +6 -6
- package/dist/src/components/BackToTop/BackToTop.vue.d.ts +6 -7
- package/dist/src/components/BaseAccordionItem/BaseAccordionItem.vue.d.ts +48 -43
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +6 -6
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +4 -5
- package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseHeading/BaseHeading.vue.d.ts +0 -1
- package/dist/src/components/BaseImage/BaseImage.stories.d.ts +5 -5
- package/dist/src/components/BaseImage/BaseImage.vue.d.ts +3 -4
- package/dist/src/components/BaseImageCaption/BaseImageCaption.stories.d.ts +13 -0
- package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +17 -9
- package/dist/src/components/BaseImagePlaceholder/BaseImagePlaceholder.vue.d.ts +0 -1
- package/dist/src/components/BaseLink/BaseLink.vue.d.ts +17 -7
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +42 -42
- package/dist/src/components/BaseModal/BaseModal.vue.d.ts +6 -6
- package/dist/src/components/BaseModal/BaseModalDialog.vue.d.ts +6 -6
- package/dist/src/components/BasePill/BasePill.vue.d.ts +6 -7
- package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +0 -1
- package/dist/src/components/BaseSwimlane/BaseSwimlane.vue.d.ts +2 -2
- package/dist/src/components/BaseTimer/BaseTimer.vue.d.ts +0 -1
- package/dist/src/components/BaseUnitToggle/BaseUnitToggle.vue.d.ts +0 -1
- package/dist/src/components/BaseVideo/BaseVideo.vue.d.ts +0 -1
- package/dist/src/components/BlockAccordion/BlockAccordion.vue.d.ts +3 -25
- package/dist/src/components/BlockAudio/BlockAudio.vue.d.ts +6 -7
- package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +51 -34
- package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +24 -16
- package/dist/src/components/BlockCardGridItem/BlockCardGridItemElement.vue.d.ts +7 -8
- package/dist/src/components/BlockCircleImageCard/BlockCircleImageCard.vue.d.ts +5 -5
- package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +23 -0
- package/dist/src/components/BlockCsrTable/BlockCsrTable.vue.d.ts +7 -28
- package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +4 -23
- package/dist/src/components/BlockCsrTable/CsrTestLimits.vue.d.ts +2 -24
- package/dist/src/components/BlockCsrTable/CsrTestLimitsTable.vue.d.ts +6 -24
- package/dist/src/components/BlockCta/BlockCta.vue.d.ts +6 -7
- package/dist/src/components/BlockDialog/BlockDialog.vue.d.ts +57 -0
- package/dist/src/components/BlockGist/BlockGist.vue.d.ts +4 -12
- package/dist/src/components/BlockGist/GitHub404.vue.d.ts +1 -1
- package/dist/src/components/BlockHeading/BlockHeading.vue.d.ts +0 -1
- package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +17 -9
- package/dist/src/components/BlockImage/BlockImage.stories.d.ts +282 -174
- package/dist/src/components/BlockImage/BlockImage.vue.d.ts +47 -30
- package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +23 -15
- package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +23 -15
- package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +28 -20
- package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +22 -14
- package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +17 -9
- package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +33 -25
- package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +22 -14
- package/dist/src/components/BlockKeyPoints/BlockKeyPoints.vue.d.ts +4 -5
- package/dist/src/components/BlockLinkCard/BlockLinkCard.stories.d.ts +24 -16
- package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +40 -194
- package/dist/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue.d.ts +4 -34
- package/dist/src/components/BlockLinkCardList/BlockLinkCardList.vue.d.ts +2 -24
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +92 -227
- package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +92 -228
- package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +25 -17
- package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +22 -14
- package/dist/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue.d.ts +18 -111
- package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +85 -40
- package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +17 -9
- package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +19 -11
- package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +19 -10
- package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +23 -15
- package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +46 -0
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +475 -622
- package/dist/src/components/BlockTeaser/BlockTeaser.vue.d.ts +14 -14
- package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +17 -9
- package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +17 -9
- package/dist/src/components/CalendarButton/CalendarButton.vue.d.ts +7 -8
- package/dist/src/components/CalendarChip/CalendarChip.vue.d.ts +3 -28
- package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +24 -16
- package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +17 -9
- package/dist/src/components/EduSubjectIcon/EduSubjectIcon.vue.d.ts +2 -23
- package/dist/src/components/EventCard/EventCard.vue.d.ts +26 -88
- package/dist/src/components/EventDetailHero/EventDetailHero.stories.d.ts +6 -0
- package/dist/src/components/EventDetailHero/EventDetailHero.vue.d.ts +8 -35
- package/dist/src/components/FormContact/FormContact.stories.d.ts +31 -193
- package/dist/src/components/FormContact/FormContact.vue.d.ts +31 -193
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.stories.d.ts +19 -111
- package/dist/src/components/FormNewsletterSignup/FormNewsletterSignup.vue.d.ts +19 -111
- package/dist/src/components/HeroInlineMedia/HeroInlineMedia.vue.d.ts +3 -27
- package/dist/src/components/HeroLarge/HeroLarge.stories.d.ts +81 -8
- package/dist/src/components/HeroLarge/HeroLarge.vue.d.ts +7 -8
- package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +22 -14
- package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +19 -11
- package/dist/src/components/HeroMedium/HeroMedium.stories.d.ts +32 -5
- package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +22 -14
- package/dist/src/components/HeroMedium/HeroSmall.stories.d.ts +39 -11
- package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +34 -17
- package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +17 -9
- package/dist/src/components/HomepageFeaturedRobot/HomepageFeaturedRobot.vue.d.ts +11 -12
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +17 -8
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +40 -23
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +17 -8
- package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +264 -156
- package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +44 -27
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +27 -18
- package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlockCardImage.vue.d.ts +5 -5
- package/dist/src/components/ImageDetailContextImage/ImageDetailContextImage.vue.d.ts +5 -5
- package/dist/src/components/LayoutHelper/LayoutHelper.vue.d.ts +1 -1
- package/dist/src/components/LogoTribrand/LogoTribrand.stories.d.ts +7 -7
- package/dist/src/components/MetaPanel/MetaPanel.vue.d.ts +42 -0
- package/dist/src/components/MetaPanelAccordion/MetaPanelAccordion.vue.d.ts +8 -0
- package/dist/src/components/MetaPanelItems/MetaPanelItems.vue.d.ts +17 -0
- package/dist/src/components/MetadataEduResource/MetadataEduResource.vue.d.ts +4 -32
- package/dist/src/components/MetadataEvent/MetadataEvent.vue.d.ts +3 -33
- package/dist/src/components/MissionDetailAbout/MissionDetailAbout.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailHero/MissionDetailHero.vue.d.ts +7 -8
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +23 -15
- package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +17 -9
- package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +22 -14
- package/dist/src/components/MissionDetailStats/DistanceStats.vue.d.ts +0 -1
- package/dist/src/components/MissionDetailStats/MissionDetailStats.stories.d.ts +33 -33
- package/dist/src/components/MissionDetailStats/MissionDetailStats.vue.d.ts +13 -14
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMicro.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStats/MissionDetailStatsMini.vue.d.ts +10 -11
- package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +61 -35
- package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +54 -36
- package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +27 -19
- package/dist/src/components/MixinFancybox/MixinFancybox.vue.d.ts +0 -1
- package/dist/src/components/MixinVideoBg/MixinVideoBg.vue.d.ts +0 -1
- package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +525 -318
- package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +158 -105
- package/dist/src/components/NavDesktop/NavDesktopDropdown.vue.d.ts +1 -1
- package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +56 -29
- package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +79 -43
- package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +297 -0
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +97 -70
- package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +1753 -0
- package/dist/src/components/NavDropdownToggle/NavDropdownToggle.vue.d.ts +1 -1
- package/dist/src/components/NavHeading/NavHeading.vue.d.ts +17 -8
- package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +22 -13
- package/dist/src/components/NavJumpMenu/NavJumpMenu.stories.d.ts +3 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +856 -0
- package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +291 -0
- package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +34 -17
- package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +17 -8
- package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +17 -8
- package/dist/src/components/NavMobile/NavMobile.stories.d.ts +428 -281
- package/dist/src/components/NavMobile/NavMobile.vue.d.ts +99 -72
- package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +38 -21
- package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +297 -213
- package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +17 -9
- package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +18 -9
- package/dist/src/components/NavSearchForm/NavSearchForm.vue.d.ts +4 -27
- package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +39 -22
- package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +22 -13
- package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +17 -8
- package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +17 -9
- package/dist/src/components/NavSocial/NavSocial.stories.d.ts +6 -6
- package/dist/src/components/NavSocial/NavSocial.vue.d.ts +6 -6
- package/dist/src/components/NewsDetailMediaContact/NewsDetailMediaContact.vue.d.ts +0 -1
- package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +67 -212
- package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +22 -14
- package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +118 -271
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStats.vue.d.ts +0 -1
- package/dist/src/components/RoboticsDetailStats/RoboticsDetailStatsMini.vue.d.ts +0 -1
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +5 -29
- package/dist/src/components/SearchFilterGroupAccordionItem/SearchFilterGroupAccordionItem.vue.d.ts +12 -27
- package/dist/src/components/SearchInput/SearchInput.vue.d.ts +21 -57
- package/dist/src/components/SearchPagination/SearchPagination.vue.d.ts +6 -6
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +115 -312
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +90 -252
- package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +210 -568
- package/dist/src/components/ShareButtons/ShareButtons.vue.d.ts +6 -6
- package/dist/src/components/ShareButtonsEdu/ShareButtonsEdu.vue.d.ts +2 -11
- package/dist/src/components/SkipLink/SkipLink.vue.d.ts +6 -6
- package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +421 -0
- package/dist/src/components/TextArea/TextArea.vue.d.ts +24 -82
- package/dist/src/components/TextInput/TextInput.vue.d.ts +27 -104
- package/dist/src/components/TheFooter/TheFooter.vue.d.ts +29 -21
- package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +117 -270
- package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +39 -21
- package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +925 -0
- package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +59 -42
- package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +32 -24
- package/dist/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue.d.ts +16 -16
- package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +28 -19
- package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +28 -20
- package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +22 -14
- package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +70 -44
- package/dist/src/docs/foundation/DynamicTokens.vue.d.ts +2 -0
- package/dist/src/docs/foundation/FontVariants.vue.d.ts +2 -0
- package/dist/src/docs/foundation/grid_layouthelpers.stories.d.ts +4 -4
- package/dist/src/docs/utils/ColorRow.d.ts +6 -0
- package/dist/src/interfaces.d.ts +0 -1
- package/dist/src/main.d.ts +0 -1
- package/dist/src/store/theme.d.ts +0 -1
- package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +6188 -0
- package/dist/src/templates/PageContent/PageContent.vue.d.ts +756 -1262
- package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +638 -972
- package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +17037 -0
- package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +638 -912
- package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +3017 -0
- package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +877 -0
- package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +14610 -0
- package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +15515 -0
- package/dist/src/templates/edu/PageEduGalleryDetail/PageEduGalleryDetail.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduHome/PageEduHome.vue.d.ts +15 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +909 -0
- package/dist/src/templates/edu/PageEduLesson/PageEduLessonSection.vue.d.ts +18 -0
- package/dist/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.vue.d.ts +24 -0
- package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +881 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +894 -0
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue.d.ts +20 -0
- package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +871 -0
- package/dist/src/templates/www/PageAsteroidWatchContent/PageAsteroidWatchContent.vue.d.ts +7 -0
- package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +14087 -0
- package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +13853 -0
- package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +3422 -0
- package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +5997 -0
- package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +963 -0
- package/dist/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.vue.d.ts +181 -0
- package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +4792 -0
- package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +7977 -0
- package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +5783 -0
- package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +3495 -0
- package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +1135 -0
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.stories.d.ts +17 -2
- package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +14868 -0
- package/dist/src/templates/www/PageTimeline/BlockMilestone.vue.d.ts +326 -0
- package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +2418 -0
- package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +6277 -0
- package/dist/src/utils/anchorizeBlock.d.ts +0 -1
- package/dist/src/utils/anchorizeStreamfield.d.ts +0 -1
- package/dist/src/utils/mixins.d.ts +0 -1
- package/dist/src/utils/rangeifyGrades.d.ts +0 -1
- package/package.json +1 -1
- package/src/components/BlockCsrTable/BlockCsrTable.vue +4 -31
- package/src/components/BlockCsrTable/{CsrTestLimits.vue → CsrDetails.vue} +4 -5
- package/src/components/HomepageStats/HomepageStats.vue +1 -1
- package/dist/style.css +0 -1
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-Bold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBold.woff2 +0 -0
- package/src/assets/fonts/archivo-narrow/ArchivoNarrow-SemiBoldItalic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowDispW05-XBdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowMicroW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bd.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Bold.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-BoldIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-It.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Italic.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Md.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-MdIt.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Medium.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Regular.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/HelveticaNowTextW05-Rg.woff2 +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hair It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hairline.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlack.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text.otf +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Bold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-ExtraBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Medium.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-MediumItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-Regular.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-RegularItalic.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBold.woff2 +0 -0
- package/src/assets/fonts/metropolis/Metropolis-SemiBoldItalic.woff2 +0 -0
- package/src/components/BlockCsrTable/CsrAttachment.vue +0 -40
|
@@ -110,13 +110,13 @@ export function BaseStory(args: any): {
|
|
|
110
110
|
}>> & Readonly<{}>, {}, {}, {
|
|
111
111
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
112
112
|
variant: {
|
|
113
|
-
type: import('vue').PropType<"default" | "
|
|
113
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
114
114
|
required: false;
|
|
115
115
|
default: string;
|
|
116
116
|
validator: (prop: string) => boolean;
|
|
117
117
|
};
|
|
118
118
|
to: {
|
|
119
|
-
type: (
|
|
119
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
120
120
|
default: undefined;
|
|
121
121
|
};
|
|
122
122
|
exact: {
|
|
@@ -127,6 +127,10 @@ export function BaseStory(args: any): {
|
|
|
127
127
|
type: StringConstructor;
|
|
128
128
|
default: undefined;
|
|
129
129
|
};
|
|
130
|
+
addSlash: {
|
|
131
|
+
type: BooleanConstructor;
|
|
132
|
+
default: boolean;
|
|
133
|
+
};
|
|
130
134
|
title: {
|
|
131
135
|
type: StringConstructor;
|
|
132
136
|
default: undefined;
|
|
@@ -213,13 +217,13 @@ export function BaseStory(args: any): {
|
|
|
213
217
|
addTrailingSlash(path: string): string;
|
|
214
218
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
215
219
|
variant: {
|
|
216
|
-
type: import('vue').PropType<"default" | "
|
|
220
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
217
221
|
required: false;
|
|
218
222
|
default: string;
|
|
219
223
|
validator: (prop: string) => boolean;
|
|
220
224
|
};
|
|
221
225
|
to: {
|
|
222
|
-
type: (
|
|
226
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
223
227
|
default: undefined;
|
|
224
228
|
};
|
|
225
229
|
exact: {
|
|
@@ -230,6 +234,10 @@ export function BaseStory(args: any): {
|
|
|
230
234
|
type: StringConstructor;
|
|
231
235
|
default: undefined;
|
|
232
236
|
};
|
|
237
|
+
addSlash: {
|
|
238
|
+
type: BooleanConstructor;
|
|
239
|
+
default: boolean;
|
|
240
|
+
};
|
|
233
241
|
title: {
|
|
234
242
|
type: StringConstructor;
|
|
235
243
|
default: undefined;
|
|
@@ -289,14 +297,15 @@ export function BaseStory(args: any): {
|
|
|
289
297
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
290
298
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
291
299
|
}>, {
|
|
292
|
-
to: string | Record<string, any>;
|
|
293
300
|
title: string;
|
|
294
|
-
variant: "default" | "
|
|
295
|
-
|
|
296
|
-
target: string;
|
|
301
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
302
|
+
to: string | Record<string, any>;
|
|
297
303
|
exact: boolean;
|
|
304
|
+
href: string;
|
|
305
|
+
addSlash: boolean;
|
|
298
306
|
ariaLabel: string;
|
|
299
307
|
linkClass: string;
|
|
308
|
+
target: string;
|
|
300
309
|
externalTargetBlank: boolean;
|
|
301
310
|
caret: boolean;
|
|
302
311
|
caretWrapperClass: string;
|
|
@@ -432,9 +441,9 @@ export function BaseStory(args: any): {
|
|
|
432
441
|
required: true;
|
|
433
442
|
};
|
|
434
443
|
selectedUnits: {
|
|
435
|
-
type: import('vue').PropType<("
|
|
444
|
+
type: import('vue').PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
436
445
|
required: false;
|
|
437
|
-
validator: (val: ("
|
|
446
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
438
447
|
};
|
|
439
448
|
inline: {
|
|
440
449
|
type: BooleanConstructor;
|
|
@@ -450,23 +459,23 @@ export function BaseStory(args: any): {
|
|
|
450
459
|
diff: import('dayjs/plugin/duration').Duration | undefined;
|
|
451
460
|
interval: NodeJS.Timeout | undefined;
|
|
452
461
|
}, {
|
|
453
|
-
selectedUnitsComputed(): ("
|
|
462
|
+
selectedUnitsComputed(): ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[];
|
|
454
463
|
isPast(): boolean;
|
|
455
464
|
}, {
|
|
456
|
-
shortLabel(unit: "
|
|
457
|
-
longLabel(unit: "
|
|
458
|
-
unitSignificant(unit: "
|
|
459
|
-
checkOtherUnits(unit: "
|
|
460
|
-
unitValue(unit: "
|
|
465
|
+
shortLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Yrs" | "Mos" | "Days" | "Hrs" | "Mins" | "Secs";
|
|
466
|
+
longLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Years" | "Months" | "Days" | "Hours" | "Minutes" | "Seconds";
|
|
467
|
+
unitSignificant(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
468
|
+
checkOtherUnits(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
469
|
+
unitValue(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): string | undefined;
|
|
461
470
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
462
471
|
targetDateTime: {
|
|
463
472
|
type: StringConstructor;
|
|
464
473
|
required: true;
|
|
465
474
|
};
|
|
466
475
|
selectedUnits: {
|
|
467
|
-
type: import('vue').PropType<("
|
|
476
|
+
type: import('vue').PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
468
477
|
required: false;
|
|
469
|
-
validator: (val: ("
|
|
478
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
470
479
|
};
|
|
471
480
|
inline: {
|
|
472
481
|
type: BooleanConstructor;
|
|
@@ -526,13 +535,13 @@ export function BaseStory(args: any): {
|
|
|
526
535
|
}, {}, {
|
|
527
536
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
528
537
|
variant: {
|
|
529
|
-
type: import('vue').PropType<"default" | "
|
|
538
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
530
539
|
required: false;
|
|
531
540
|
default: string;
|
|
532
541
|
validator: (prop: string) => boolean;
|
|
533
542
|
};
|
|
534
543
|
to: {
|
|
535
|
-
type: (
|
|
544
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
536
545
|
default: undefined;
|
|
537
546
|
};
|
|
538
547
|
exact: {
|
|
@@ -543,6 +552,10 @@ export function BaseStory(args: any): {
|
|
|
543
552
|
type: StringConstructor;
|
|
544
553
|
default: undefined;
|
|
545
554
|
};
|
|
555
|
+
addSlash: {
|
|
556
|
+
type: BooleanConstructor;
|
|
557
|
+
default: boolean;
|
|
558
|
+
};
|
|
546
559
|
title: {
|
|
547
560
|
type: StringConstructor;
|
|
548
561
|
default: undefined;
|
|
@@ -629,13 +642,13 @@ export function BaseStory(args: any): {
|
|
|
629
642
|
addTrailingSlash(path: string): string;
|
|
630
643
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
631
644
|
variant: {
|
|
632
|
-
type: import('vue').PropType<"default" | "
|
|
645
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
633
646
|
required: false;
|
|
634
647
|
default: string;
|
|
635
648
|
validator: (prop: string) => boolean;
|
|
636
649
|
};
|
|
637
650
|
to: {
|
|
638
|
-
type: (
|
|
651
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
639
652
|
default: undefined;
|
|
640
653
|
};
|
|
641
654
|
exact: {
|
|
@@ -646,6 +659,10 @@ export function BaseStory(args: any): {
|
|
|
646
659
|
type: StringConstructor;
|
|
647
660
|
default: undefined;
|
|
648
661
|
};
|
|
662
|
+
addSlash: {
|
|
663
|
+
type: BooleanConstructor;
|
|
664
|
+
default: boolean;
|
|
665
|
+
};
|
|
649
666
|
title: {
|
|
650
667
|
type: StringConstructor;
|
|
651
668
|
default: undefined;
|
|
@@ -705,14 +722,15 @@ export function BaseStory(args: any): {
|
|
|
705
722
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
706
723
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
707
724
|
}>, {
|
|
708
|
-
to: string | Record<string, any>;
|
|
709
725
|
title: string;
|
|
710
|
-
variant: "default" | "
|
|
711
|
-
|
|
712
|
-
target: string;
|
|
726
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
727
|
+
to: string | Record<string, any>;
|
|
713
728
|
exact: boolean;
|
|
729
|
+
href: string;
|
|
730
|
+
addSlash: boolean;
|
|
714
731
|
ariaLabel: string;
|
|
715
732
|
linkClass: string;
|
|
733
|
+
target: string;
|
|
716
734
|
externalTargetBlank: boolean;
|
|
717
735
|
caret: boolean;
|
|
718
736
|
caretWrapperClass: string;
|
|
@@ -865,13 +883,13 @@ export function StaticDate(args: any): {
|
|
|
865
883
|
}>> & Readonly<{}>, {}, {}, {
|
|
866
884
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
867
885
|
variant: {
|
|
868
|
-
type: import('vue').PropType<"default" | "
|
|
886
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
869
887
|
required: false;
|
|
870
888
|
default: string;
|
|
871
889
|
validator: (prop: string) => boolean;
|
|
872
890
|
};
|
|
873
891
|
to: {
|
|
874
|
-
type: (
|
|
892
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
875
893
|
default: undefined;
|
|
876
894
|
};
|
|
877
895
|
exact: {
|
|
@@ -882,6 +900,10 @@ export function StaticDate(args: any): {
|
|
|
882
900
|
type: StringConstructor;
|
|
883
901
|
default: undefined;
|
|
884
902
|
};
|
|
903
|
+
addSlash: {
|
|
904
|
+
type: BooleanConstructor;
|
|
905
|
+
default: boolean;
|
|
906
|
+
};
|
|
885
907
|
title: {
|
|
886
908
|
type: StringConstructor;
|
|
887
909
|
default: undefined;
|
|
@@ -968,13 +990,13 @@ export function StaticDate(args: any): {
|
|
|
968
990
|
addTrailingSlash(path: string): string;
|
|
969
991
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
970
992
|
variant: {
|
|
971
|
-
type: import('vue').PropType<"default" | "
|
|
993
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
972
994
|
required: false;
|
|
973
995
|
default: string;
|
|
974
996
|
validator: (prop: string) => boolean;
|
|
975
997
|
};
|
|
976
998
|
to: {
|
|
977
|
-
type: (
|
|
999
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
978
1000
|
default: undefined;
|
|
979
1001
|
};
|
|
980
1002
|
exact: {
|
|
@@ -985,6 +1007,10 @@ export function StaticDate(args: any): {
|
|
|
985
1007
|
type: StringConstructor;
|
|
986
1008
|
default: undefined;
|
|
987
1009
|
};
|
|
1010
|
+
addSlash: {
|
|
1011
|
+
type: BooleanConstructor;
|
|
1012
|
+
default: boolean;
|
|
1013
|
+
};
|
|
988
1014
|
title: {
|
|
989
1015
|
type: StringConstructor;
|
|
990
1016
|
default: undefined;
|
|
@@ -1044,14 +1070,15 @@ export function StaticDate(args: any): {
|
|
|
1044
1070
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1045
1071
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1046
1072
|
}>, {
|
|
1047
|
-
to: string | Record<string, any>;
|
|
1048
1073
|
title: string;
|
|
1049
|
-
variant: "default" | "
|
|
1050
|
-
|
|
1051
|
-
target: string;
|
|
1074
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1075
|
+
to: string | Record<string, any>;
|
|
1052
1076
|
exact: boolean;
|
|
1077
|
+
href: string;
|
|
1078
|
+
addSlash: boolean;
|
|
1053
1079
|
ariaLabel: string;
|
|
1054
1080
|
linkClass: string;
|
|
1081
|
+
target: string;
|
|
1055
1082
|
externalTargetBlank: boolean;
|
|
1056
1083
|
caret: boolean;
|
|
1057
1084
|
caretWrapperClass: string;
|
|
@@ -1187,9 +1214,9 @@ export function StaticDate(args: any): {
|
|
|
1187
1214
|
required: true;
|
|
1188
1215
|
};
|
|
1189
1216
|
selectedUnits: {
|
|
1190
|
-
type: import('vue').PropType<("
|
|
1217
|
+
type: import('vue').PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
1191
1218
|
required: false;
|
|
1192
|
-
validator: (val: ("
|
|
1219
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
1193
1220
|
};
|
|
1194
1221
|
inline: {
|
|
1195
1222
|
type: BooleanConstructor;
|
|
@@ -1205,23 +1232,23 @@ export function StaticDate(args: any): {
|
|
|
1205
1232
|
diff: import('dayjs/plugin/duration').Duration | undefined;
|
|
1206
1233
|
interval: NodeJS.Timeout | undefined;
|
|
1207
1234
|
}, {
|
|
1208
|
-
selectedUnitsComputed(): ("
|
|
1235
|
+
selectedUnitsComputed(): ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[];
|
|
1209
1236
|
isPast(): boolean;
|
|
1210
1237
|
}, {
|
|
1211
|
-
shortLabel(unit: "
|
|
1212
|
-
longLabel(unit: "
|
|
1213
|
-
unitSignificant(unit: "
|
|
1214
|
-
checkOtherUnits(unit: "
|
|
1215
|
-
unitValue(unit: "
|
|
1238
|
+
shortLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Yrs" | "Mos" | "Days" | "Hrs" | "Mins" | "Secs";
|
|
1239
|
+
longLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Years" | "Months" | "Days" | "Hours" | "Minutes" | "Seconds";
|
|
1240
|
+
unitSignificant(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
1241
|
+
checkOtherUnits(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
1242
|
+
unitValue(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): string | undefined;
|
|
1216
1243
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1217
1244
|
targetDateTime: {
|
|
1218
1245
|
type: StringConstructor;
|
|
1219
1246
|
required: true;
|
|
1220
1247
|
};
|
|
1221
1248
|
selectedUnits: {
|
|
1222
|
-
type: import('vue').PropType<("
|
|
1249
|
+
type: import('vue').PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
1223
1250
|
required: false;
|
|
1224
|
-
validator: (val: ("
|
|
1251
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
1225
1252
|
};
|
|
1226
1253
|
inline: {
|
|
1227
1254
|
type: BooleanConstructor;
|
|
@@ -1281,13 +1308,13 @@ export function StaticDate(args: any): {
|
|
|
1281
1308
|
}, {}, {
|
|
1282
1309
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1283
1310
|
variant: {
|
|
1284
|
-
type: import('vue').PropType<"default" | "
|
|
1311
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1285
1312
|
required: false;
|
|
1286
1313
|
default: string;
|
|
1287
1314
|
validator: (prop: string) => boolean;
|
|
1288
1315
|
};
|
|
1289
1316
|
to: {
|
|
1290
|
-
type: (
|
|
1317
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1291
1318
|
default: undefined;
|
|
1292
1319
|
};
|
|
1293
1320
|
exact: {
|
|
@@ -1298,6 +1325,10 @@ export function StaticDate(args: any): {
|
|
|
1298
1325
|
type: StringConstructor;
|
|
1299
1326
|
default: undefined;
|
|
1300
1327
|
};
|
|
1328
|
+
addSlash: {
|
|
1329
|
+
type: BooleanConstructor;
|
|
1330
|
+
default: boolean;
|
|
1331
|
+
};
|
|
1301
1332
|
title: {
|
|
1302
1333
|
type: StringConstructor;
|
|
1303
1334
|
default: undefined;
|
|
@@ -1384,13 +1415,13 @@ export function StaticDate(args: any): {
|
|
|
1384
1415
|
addTrailingSlash(path: string): string;
|
|
1385
1416
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1386
1417
|
variant: {
|
|
1387
|
-
type: import('vue').PropType<"default" | "
|
|
1418
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1388
1419
|
required: false;
|
|
1389
1420
|
default: string;
|
|
1390
1421
|
validator: (prop: string) => boolean;
|
|
1391
1422
|
};
|
|
1392
1423
|
to: {
|
|
1393
|
-
type: (
|
|
1424
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1394
1425
|
default: undefined;
|
|
1395
1426
|
};
|
|
1396
1427
|
exact: {
|
|
@@ -1401,6 +1432,10 @@ export function StaticDate(args: any): {
|
|
|
1401
1432
|
type: StringConstructor;
|
|
1402
1433
|
default: undefined;
|
|
1403
1434
|
};
|
|
1435
|
+
addSlash: {
|
|
1436
|
+
type: BooleanConstructor;
|
|
1437
|
+
default: boolean;
|
|
1438
|
+
};
|
|
1404
1439
|
title: {
|
|
1405
1440
|
type: StringConstructor;
|
|
1406
1441
|
default: undefined;
|
|
@@ -1460,14 +1495,15 @@ export function StaticDate(args: any): {
|
|
|
1460
1495
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1461
1496
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1462
1497
|
}>, {
|
|
1463
|
-
to: string | Record<string, any>;
|
|
1464
1498
|
title: string;
|
|
1465
|
-
variant: "default" | "
|
|
1466
|
-
|
|
1467
|
-
target: string;
|
|
1499
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1500
|
+
to: string | Record<string, any>;
|
|
1468
1501
|
exact: boolean;
|
|
1502
|
+
href: string;
|
|
1503
|
+
addSlash: boolean;
|
|
1469
1504
|
ariaLabel: string;
|
|
1470
1505
|
linkClass: string;
|
|
1506
|
+
target: string;
|
|
1471
1507
|
externalTargetBlank: boolean;
|
|
1472
1508
|
caret: boolean;
|
|
1473
1509
|
caretWrapperClass: string;
|
|
@@ -1634,13 +1670,13 @@ export function TimeElapsed(args: any): {
|
|
|
1634
1670
|
}>> & Readonly<{}>, {}, {}, {
|
|
1635
1671
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1636
1672
|
variant: {
|
|
1637
|
-
type: import('vue').PropType<"default" | "
|
|
1673
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1638
1674
|
required: false;
|
|
1639
1675
|
default: string;
|
|
1640
1676
|
validator: (prop: string) => boolean;
|
|
1641
1677
|
};
|
|
1642
1678
|
to: {
|
|
1643
|
-
type: (
|
|
1679
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1644
1680
|
default: undefined;
|
|
1645
1681
|
};
|
|
1646
1682
|
exact: {
|
|
@@ -1651,6 +1687,10 @@ export function TimeElapsed(args: any): {
|
|
|
1651
1687
|
type: StringConstructor;
|
|
1652
1688
|
default: undefined;
|
|
1653
1689
|
};
|
|
1690
|
+
addSlash: {
|
|
1691
|
+
type: BooleanConstructor;
|
|
1692
|
+
default: boolean;
|
|
1693
|
+
};
|
|
1654
1694
|
title: {
|
|
1655
1695
|
type: StringConstructor;
|
|
1656
1696
|
default: undefined;
|
|
@@ -1737,13 +1777,13 @@ export function TimeElapsed(args: any): {
|
|
|
1737
1777
|
addTrailingSlash(path: string): string;
|
|
1738
1778
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1739
1779
|
variant: {
|
|
1740
|
-
type: import('vue').PropType<"default" | "
|
|
1780
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
1741
1781
|
required: false;
|
|
1742
1782
|
default: string;
|
|
1743
1783
|
validator: (prop: string) => boolean;
|
|
1744
1784
|
};
|
|
1745
1785
|
to: {
|
|
1746
|
-
type: (
|
|
1786
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1747
1787
|
default: undefined;
|
|
1748
1788
|
};
|
|
1749
1789
|
exact: {
|
|
@@ -1754,6 +1794,10 @@ export function TimeElapsed(args: any): {
|
|
|
1754
1794
|
type: StringConstructor;
|
|
1755
1795
|
default: undefined;
|
|
1756
1796
|
};
|
|
1797
|
+
addSlash: {
|
|
1798
|
+
type: BooleanConstructor;
|
|
1799
|
+
default: boolean;
|
|
1800
|
+
};
|
|
1757
1801
|
title: {
|
|
1758
1802
|
type: StringConstructor;
|
|
1759
1803
|
default: undefined;
|
|
@@ -1813,14 +1857,15 @@ export function TimeElapsed(args: any): {
|
|
|
1813
1857
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1814
1858
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
1815
1859
|
}>, {
|
|
1816
|
-
to: string | Record<string, any>;
|
|
1817
1860
|
title: string;
|
|
1818
|
-
variant: "default" | "
|
|
1819
|
-
|
|
1820
|
-
target: string;
|
|
1861
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
1862
|
+
to: string | Record<string, any>;
|
|
1821
1863
|
exact: boolean;
|
|
1864
|
+
href: string;
|
|
1865
|
+
addSlash: boolean;
|
|
1822
1866
|
ariaLabel: string;
|
|
1823
1867
|
linkClass: string;
|
|
1868
|
+
target: string;
|
|
1824
1869
|
externalTargetBlank: boolean;
|
|
1825
1870
|
caret: boolean;
|
|
1826
1871
|
caretWrapperClass: string;
|
|
@@ -1956,9 +2001,9 @@ export function TimeElapsed(args: any): {
|
|
|
1956
2001
|
required: true;
|
|
1957
2002
|
};
|
|
1958
2003
|
selectedUnits: {
|
|
1959
|
-
type: import('vue').PropType<("
|
|
2004
|
+
type: import('vue').PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
1960
2005
|
required: false;
|
|
1961
|
-
validator: (val: ("
|
|
2006
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
1962
2007
|
};
|
|
1963
2008
|
inline: {
|
|
1964
2009
|
type: BooleanConstructor;
|
|
@@ -1974,23 +2019,23 @@ export function TimeElapsed(args: any): {
|
|
|
1974
2019
|
diff: import('dayjs/plugin/duration').Duration | undefined;
|
|
1975
2020
|
interval: NodeJS.Timeout | undefined;
|
|
1976
2021
|
}, {
|
|
1977
|
-
selectedUnitsComputed(): ("
|
|
2022
|
+
selectedUnitsComputed(): ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[];
|
|
1978
2023
|
isPast(): boolean;
|
|
1979
2024
|
}, {
|
|
1980
|
-
shortLabel(unit: "
|
|
1981
|
-
longLabel(unit: "
|
|
1982
|
-
unitSignificant(unit: "
|
|
1983
|
-
checkOtherUnits(unit: "
|
|
1984
|
-
unitValue(unit: "
|
|
2025
|
+
shortLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Yrs" | "Mos" | "Days" | "Hrs" | "Mins" | "Secs";
|
|
2026
|
+
longLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Years" | "Months" | "Days" | "Hours" | "Minutes" | "Seconds";
|
|
2027
|
+
unitSignificant(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
2028
|
+
checkOtherUnits(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
2029
|
+
unitValue(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): string | undefined;
|
|
1985
2030
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1986
2031
|
targetDateTime: {
|
|
1987
2032
|
type: StringConstructor;
|
|
1988
2033
|
required: true;
|
|
1989
2034
|
};
|
|
1990
2035
|
selectedUnits: {
|
|
1991
|
-
type: import('vue').PropType<("
|
|
2036
|
+
type: import('vue').PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
1992
2037
|
required: false;
|
|
1993
|
-
validator: (val: ("
|
|
2038
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
1994
2039
|
};
|
|
1995
2040
|
inline: {
|
|
1996
2041
|
type: BooleanConstructor;
|
|
@@ -2050,13 +2095,13 @@ export function TimeElapsed(args: any): {
|
|
|
2050
2095
|
}, {}, {
|
|
2051
2096
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2052
2097
|
variant: {
|
|
2053
|
-
type: import('vue').PropType<"default" | "
|
|
2098
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
2054
2099
|
required: false;
|
|
2055
2100
|
default: string;
|
|
2056
2101
|
validator: (prop: string) => boolean;
|
|
2057
2102
|
};
|
|
2058
2103
|
to: {
|
|
2059
|
-
type: (
|
|
2104
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2060
2105
|
default: undefined;
|
|
2061
2106
|
};
|
|
2062
2107
|
exact: {
|
|
@@ -2067,6 +2112,10 @@ export function TimeElapsed(args: any): {
|
|
|
2067
2112
|
type: StringConstructor;
|
|
2068
2113
|
default: undefined;
|
|
2069
2114
|
};
|
|
2115
|
+
addSlash: {
|
|
2116
|
+
type: BooleanConstructor;
|
|
2117
|
+
default: boolean;
|
|
2118
|
+
};
|
|
2070
2119
|
title: {
|
|
2071
2120
|
type: StringConstructor;
|
|
2072
2121
|
default: undefined;
|
|
@@ -2153,13 +2202,13 @@ export function TimeElapsed(args: any): {
|
|
|
2153
2202
|
addTrailingSlash(path: string): string;
|
|
2154
2203
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2155
2204
|
variant: {
|
|
2156
|
-
type: import('vue').PropType<"default" | "
|
|
2205
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
2157
2206
|
required: false;
|
|
2158
2207
|
default: string;
|
|
2159
2208
|
validator: (prop: string) => boolean;
|
|
2160
2209
|
};
|
|
2161
2210
|
to: {
|
|
2162
|
-
type: (
|
|
2211
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2163
2212
|
default: undefined;
|
|
2164
2213
|
};
|
|
2165
2214
|
exact: {
|
|
@@ -2170,6 +2219,10 @@ export function TimeElapsed(args: any): {
|
|
|
2170
2219
|
type: StringConstructor;
|
|
2171
2220
|
default: undefined;
|
|
2172
2221
|
};
|
|
2222
|
+
addSlash: {
|
|
2223
|
+
type: BooleanConstructor;
|
|
2224
|
+
default: boolean;
|
|
2225
|
+
};
|
|
2173
2226
|
title: {
|
|
2174
2227
|
type: StringConstructor;
|
|
2175
2228
|
default: undefined;
|
|
@@ -2229,14 +2282,15 @@ export function TimeElapsed(args: any): {
|
|
|
2229
2282
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2230
2283
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2231
2284
|
}>, {
|
|
2232
|
-
to: string | Record<string, any>;
|
|
2233
2285
|
title: string;
|
|
2234
|
-
variant: "default" | "
|
|
2235
|
-
|
|
2236
|
-
target: string;
|
|
2286
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
2287
|
+
to: string | Record<string, any>;
|
|
2237
2288
|
exact: boolean;
|
|
2289
|
+
href: string;
|
|
2290
|
+
addSlash: boolean;
|
|
2238
2291
|
ariaLabel: string;
|
|
2239
2292
|
linkClass: string;
|
|
2293
|
+
target: string;
|
|
2240
2294
|
externalTargetBlank: boolean;
|
|
2241
2295
|
caret: boolean;
|
|
2242
2296
|
caretWrapperClass: string;
|
|
@@ -2404,13 +2458,13 @@ export function WatchLive(args: any): {
|
|
|
2404
2458
|
}>> & Readonly<{}>, {}, {}, {
|
|
2405
2459
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2406
2460
|
variant: {
|
|
2407
|
-
type: import('vue').PropType<"default" | "
|
|
2461
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
2408
2462
|
required: false;
|
|
2409
2463
|
default: string;
|
|
2410
2464
|
validator: (prop: string) => boolean;
|
|
2411
2465
|
};
|
|
2412
2466
|
to: {
|
|
2413
|
-
type: (
|
|
2467
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2414
2468
|
default: undefined;
|
|
2415
2469
|
};
|
|
2416
2470
|
exact: {
|
|
@@ -2421,6 +2475,10 @@ export function WatchLive(args: any): {
|
|
|
2421
2475
|
type: StringConstructor;
|
|
2422
2476
|
default: undefined;
|
|
2423
2477
|
};
|
|
2478
|
+
addSlash: {
|
|
2479
|
+
type: BooleanConstructor;
|
|
2480
|
+
default: boolean;
|
|
2481
|
+
};
|
|
2424
2482
|
title: {
|
|
2425
2483
|
type: StringConstructor;
|
|
2426
2484
|
default: undefined;
|
|
@@ -2507,13 +2565,13 @@ export function WatchLive(args: any): {
|
|
|
2507
2565
|
addTrailingSlash(path: string): string;
|
|
2508
2566
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2509
2567
|
variant: {
|
|
2510
|
-
type: import('vue').PropType<"default" | "
|
|
2568
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
2511
2569
|
required: false;
|
|
2512
2570
|
default: string;
|
|
2513
2571
|
validator: (prop: string) => boolean;
|
|
2514
2572
|
};
|
|
2515
2573
|
to: {
|
|
2516
|
-
type: (
|
|
2574
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2517
2575
|
default: undefined;
|
|
2518
2576
|
};
|
|
2519
2577
|
exact: {
|
|
@@ -2524,6 +2582,10 @@ export function WatchLive(args: any): {
|
|
|
2524
2582
|
type: StringConstructor;
|
|
2525
2583
|
default: undefined;
|
|
2526
2584
|
};
|
|
2585
|
+
addSlash: {
|
|
2586
|
+
type: BooleanConstructor;
|
|
2587
|
+
default: boolean;
|
|
2588
|
+
};
|
|
2527
2589
|
title: {
|
|
2528
2590
|
type: StringConstructor;
|
|
2529
2591
|
default: undefined;
|
|
@@ -2583,14 +2645,15 @@ export function WatchLive(args: any): {
|
|
|
2583
2645
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2584
2646
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
2585
2647
|
}>, {
|
|
2586
|
-
to: string | Record<string, any>;
|
|
2587
2648
|
title: string;
|
|
2588
|
-
variant: "default" | "
|
|
2589
|
-
|
|
2590
|
-
target: string;
|
|
2649
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
2650
|
+
to: string | Record<string, any>;
|
|
2591
2651
|
exact: boolean;
|
|
2652
|
+
href: string;
|
|
2653
|
+
addSlash: boolean;
|
|
2592
2654
|
ariaLabel: string;
|
|
2593
2655
|
linkClass: string;
|
|
2656
|
+
target: string;
|
|
2594
2657
|
externalTargetBlank: boolean;
|
|
2595
2658
|
caret: boolean;
|
|
2596
2659
|
caretWrapperClass: string;
|
|
@@ -2726,9 +2789,9 @@ export function WatchLive(args: any): {
|
|
|
2726
2789
|
required: true;
|
|
2727
2790
|
};
|
|
2728
2791
|
selectedUnits: {
|
|
2729
|
-
type: import('vue').PropType<("
|
|
2792
|
+
type: import('vue').PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
2730
2793
|
required: false;
|
|
2731
|
-
validator: (val: ("
|
|
2794
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
2732
2795
|
};
|
|
2733
2796
|
inline: {
|
|
2734
2797
|
type: BooleanConstructor;
|
|
@@ -2744,23 +2807,23 @@ export function WatchLive(args: any): {
|
|
|
2744
2807
|
diff: import('dayjs/plugin/duration').Duration | undefined;
|
|
2745
2808
|
interval: NodeJS.Timeout | undefined;
|
|
2746
2809
|
}, {
|
|
2747
|
-
selectedUnitsComputed(): ("
|
|
2810
|
+
selectedUnitsComputed(): ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[];
|
|
2748
2811
|
isPast(): boolean;
|
|
2749
2812
|
}, {
|
|
2750
|
-
shortLabel(unit: "
|
|
2751
|
-
longLabel(unit: "
|
|
2752
|
-
unitSignificant(unit: "
|
|
2753
|
-
checkOtherUnits(unit: "
|
|
2754
|
-
unitValue(unit: "
|
|
2813
|
+
shortLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Yrs" | "Mos" | "Days" | "Hrs" | "Mins" | "Secs";
|
|
2814
|
+
longLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Years" | "Months" | "Days" | "Hours" | "Minutes" | "Seconds";
|
|
2815
|
+
unitSignificant(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
2816
|
+
checkOtherUnits(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
2817
|
+
unitValue(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): string | undefined;
|
|
2755
2818
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2756
2819
|
targetDateTime: {
|
|
2757
2820
|
type: StringConstructor;
|
|
2758
2821
|
required: true;
|
|
2759
2822
|
};
|
|
2760
2823
|
selectedUnits: {
|
|
2761
|
-
type: import('vue').PropType<("
|
|
2824
|
+
type: import('vue').PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
2762
2825
|
required: false;
|
|
2763
|
-
validator: (val: ("
|
|
2826
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
2764
2827
|
};
|
|
2765
2828
|
inline: {
|
|
2766
2829
|
type: BooleanConstructor;
|
|
@@ -2820,13 +2883,13 @@ export function WatchLive(args: any): {
|
|
|
2820
2883
|
}, {}, {
|
|
2821
2884
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2822
2885
|
variant: {
|
|
2823
|
-
type: import('vue').PropType<"default" | "
|
|
2886
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
2824
2887
|
required: false;
|
|
2825
2888
|
default: string;
|
|
2826
2889
|
validator: (prop: string) => boolean;
|
|
2827
2890
|
};
|
|
2828
2891
|
to: {
|
|
2829
|
-
type: (
|
|
2892
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2830
2893
|
default: undefined;
|
|
2831
2894
|
};
|
|
2832
2895
|
exact: {
|
|
@@ -2837,6 +2900,10 @@ export function WatchLive(args: any): {
|
|
|
2837
2900
|
type: StringConstructor;
|
|
2838
2901
|
default: undefined;
|
|
2839
2902
|
};
|
|
2903
|
+
addSlash: {
|
|
2904
|
+
type: BooleanConstructor;
|
|
2905
|
+
default: boolean;
|
|
2906
|
+
};
|
|
2840
2907
|
title: {
|
|
2841
2908
|
type: StringConstructor;
|
|
2842
2909
|
default: undefined;
|
|
@@ -2923,13 +2990,13 @@ export function WatchLive(args: any): {
|
|
|
2923
2990
|
addTrailingSlash(path: string): string;
|
|
2924
2991
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2925
2992
|
variant: {
|
|
2926
|
-
type: import('vue').PropType<"default" | "
|
|
2993
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
2927
2994
|
required: false;
|
|
2928
2995
|
default: string;
|
|
2929
2996
|
validator: (prop: string) => boolean;
|
|
2930
2997
|
};
|
|
2931
2998
|
to: {
|
|
2932
|
-
type: (
|
|
2999
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2933
3000
|
default: undefined;
|
|
2934
3001
|
};
|
|
2935
3002
|
exact: {
|
|
@@ -2940,6 +3007,10 @@ export function WatchLive(args: any): {
|
|
|
2940
3007
|
type: StringConstructor;
|
|
2941
3008
|
default: undefined;
|
|
2942
3009
|
};
|
|
3010
|
+
addSlash: {
|
|
3011
|
+
type: BooleanConstructor;
|
|
3012
|
+
default: boolean;
|
|
3013
|
+
};
|
|
2943
3014
|
title: {
|
|
2944
3015
|
type: StringConstructor;
|
|
2945
3016
|
default: undefined;
|
|
@@ -2999,14 +3070,15 @@ export function WatchLive(args: any): {
|
|
|
2999
3070
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3000
3071
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3001
3072
|
}>, {
|
|
3002
|
-
to: string | Record<string, any>;
|
|
3003
3073
|
title: string;
|
|
3004
|
-
variant: "default" | "
|
|
3005
|
-
|
|
3006
|
-
target: string;
|
|
3074
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
3075
|
+
to: string | Record<string, any>;
|
|
3007
3076
|
exact: boolean;
|
|
3077
|
+
href: string;
|
|
3078
|
+
addSlash: boolean;
|
|
3008
3079
|
ariaLabel: string;
|
|
3009
3080
|
linkClass: string;
|
|
3081
|
+
target: string;
|
|
3010
3082
|
externalTargetBlank: boolean;
|
|
3011
3083
|
caret: boolean;
|
|
3012
3084
|
caretWrapperClass: string;
|
|
@@ -3179,13 +3251,13 @@ export function WatchLiveNoVideo(args: any): {
|
|
|
3179
3251
|
}>> & Readonly<{}>, {}, {}, {
|
|
3180
3252
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3181
3253
|
variant: {
|
|
3182
|
-
type: import('vue').PropType<"default" | "
|
|
3254
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
3183
3255
|
required: false;
|
|
3184
3256
|
default: string;
|
|
3185
3257
|
validator: (prop: string) => boolean;
|
|
3186
3258
|
};
|
|
3187
3259
|
to: {
|
|
3188
|
-
type: (
|
|
3260
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3189
3261
|
default: undefined;
|
|
3190
3262
|
};
|
|
3191
3263
|
exact: {
|
|
@@ -3196,6 +3268,10 @@ export function WatchLiveNoVideo(args: any): {
|
|
|
3196
3268
|
type: StringConstructor;
|
|
3197
3269
|
default: undefined;
|
|
3198
3270
|
};
|
|
3271
|
+
addSlash: {
|
|
3272
|
+
type: BooleanConstructor;
|
|
3273
|
+
default: boolean;
|
|
3274
|
+
};
|
|
3199
3275
|
title: {
|
|
3200
3276
|
type: StringConstructor;
|
|
3201
3277
|
default: undefined;
|
|
@@ -3282,13 +3358,13 @@ export function WatchLiveNoVideo(args: any): {
|
|
|
3282
3358
|
addTrailingSlash(path: string): string;
|
|
3283
3359
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
3284
3360
|
variant: {
|
|
3285
|
-
type: import('vue').PropType<"default" | "
|
|
3361
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
3286
3362
|
required: false;
|
|
3287
3363
|
default: string;
|
|
3288
3364
|
validator: (prop: string) => boolean;
|
|
3289
3365
|
};
|
|
3290
3366
|
to: {
|
|
3291
|
-
type: (
|
|
3367
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3292
3368
|
default: undefined;
|
|
3293
3369
|
};
|
|
3294
3370
|
exact: {
|
|
@@ -3299,6 +3375,10 @@ export function WatchLiveNoVideo(args: any): {
|
|
|
3299
3375
|
type: StringConstructor;
|
|
3300
3376
|
default: undefined;
|
|
3301
3377
|
};
|
|
3378
|
+
addSlash: {
|
|
3379
|
+
type: BooleanConstructor;
|
|
3380
|
+
default: boolean;
|
|
3381
|
+
};
|
|
3302
3382
|
title: {
|
|
3303
3383
|
type: StringConstructor;
|
|
3304
3384
|
default: undefined;
|
|
@@ -3358,14 +3438,15 @@ export function WatchLiveNoVideo(args: any): {
|
|
|
3358
3438
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3359
3439
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3360
3440
|
}>, {
|
|
3361
|
-
to: string | Record<string, any>;
|
|
3362
3441
|
title: string;
|
|
3363
|
-
variant: "default" | "
|
|
3364
|
-
|
|
3365
|
-
target: string;
|
|
3442
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
3443
|
+
to: string | Record<string, any>;
|
|
3366
3444
|
exact: boolean;
|
|
3445
|
+
href: string;
|
|
3446
|
+
addSlash: boolean;
|
|
3367
3447
|
ariaLabel: string;
|
|
3368
3448
|
linkClass: string;
|
|
3449
|
+
target: string;
|
|
3369
3450
|
externalTargetBlank: boolean;
|
|
3370
3451
|
caret: boolean;
|
|
3371
3452
|
caretWrapperClass: string;
|
|
@@ -3501,9 +3582,9 @@ export function WatchLiveNoVideo(args: any): {
|
|
|
3501
3582
|
required: true;
|
|
3502
3583
|
};
|
|
3503
3584
|
selectedUnits: {
|
|
3504
|
-
type: import('vue').PropType<("
|
|
3585
|
+
type: import('vue').PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
3505
3586
|
required: false;
|
|
3506
|
-
validator: (val: ("
|
|
3587
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
3507
3588
|
};
|
|
3508
3589
|
inline: {
|
|
3509
3590
|
type: BooleanConstructor;
|
|
@@ -3519,23 +3600,23 @@ export function WatchLiveNoVideo(args: any): {
|
|
|
3519
3600
|
diff: import('dayjs/plugin/duration').Duration | undefined;
|
|
3520
3601
|
interval: NodeJS.Timeout | undefined;
|
|
3521
3602
|
}, {
|
|
3522
|
-
selectedUnitsComputed(): ("
|
|
3603
|
+
selectedUnitsComputed(): ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[];
|
|
3523
3604
|
isPast(): boolean;
|
|
3524
3605
|
}, {
|
|
3525
|
-
shortLabel(unit: "
|
|
3526
|
-
longLabel(unit: "
|
|
3527
|
-
unitSignificant(unit: "
|
|
3528
|
-
checkOtherUnits(unit: "
|
|
3529
|
-
unitValue(unit: "
|
|
3606
|
+
shortLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Yrs" | "Mos" | "Days" | "Hrs" | "Mins" | "Secs";
|
|
3607
|
+
longLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Years" | "Months" | "Days" | "Hours" | "Minutes" | "Seconds";
|
|
3608
|
+
unitSignificant(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
3609
|
+
checkOtherUnits(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
3610
|
+
unitValue(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): string | undefined;
|
|
3530
3611
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
3531
3612
|
targetDateTime: {
|
|
3532
3613
|
type: StringConstructor;
|
|
3533
3614
|
required: true;
|
|
3534
3615
|
};
|
|
3535
3616
|
selectedUnits: {
|
|
3536
|
-
type: import('vue').PropType<("
|
|
3617
|
+
type: import('vue').PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
3537
3618
|
required: false;
|
|
3538
|
-
validator: (val: ("
|
|
3619
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
3539
3620
|
};
|
|
3540
3621
|
inline: {
|
|
3541
3622
|
type: BooleanConstructor;
|
|
@@ -3595,13 +3676,13 @@ export function WatchLiveNoVideo(args: any): {
|
|
|
3595
3676
|
}, {}, {
|
|
3596
3677
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3597
3678
|
variant: {
|
|
3598
|
-
type: import('vue').PropType<"default" | "
|
|
3679
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
3599
3680
|
required: false;
|
|
3600
3681
|
default: string;
|
|
3601
3682
|
validator: (prop: string) => boolean;
|
|
3602
3683
|
};
|
|
3603
3684
|
to: {
|
|
3604
|
-
type: (
|
|
3685
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3605
3686
|
default: undefined;
|
|
3606
3687
|
};
|
|
3607
3688
|
exact: {
|
|
@@ -3612,6 +3693,10 @@ export function WatchLiveNoVideo(args: any): {
|
|
|
3612
3693
|
type: StringConstructor;
|
|
3613
3694
|
default: undefined;
|
|
3614
3695
|
};
|
|
3696
|
+
addSlash: {
|
|
3697
|
+
type: BooleanConstructor;
|
|
3698
|
+
default: boolean;
|
|
3699
|
+
};
|
|
3615
3700
|
title: {
|
|
3616
3701
|
type: StringConstructor;
|
|
3617
3702
|
default: undefined;
|
|
@@ -3698,13 +3783,13 @@ export function WatchLiveNoVideo(args: any): {
|
|
|
3698
3783
|
addTrailingSlash(path: string): string;
|
|
3699
3784
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
3700
3785
|
variant: {
|
|
3701
|
-
type: import('vue').PropType<"default" | "
|
|
3786
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
3702
3787
|
required: false;
|
|
3703
3788
|
default: string;
|
|
3704
3789
|
validator: (prop: string) => boolean;
|
|
3705
3790
|
};
|
|
3706
3791
|
to: {
|
|
3707
|
-
type: (
|
|
3792
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3708
3793
|
default: undefined;
|
|
3709
3794
|
};
|
|
3710
3795
|
exact: {
|
|
@@ -3715,6 +3800,10 @@ export function WatchLiveNoVideo(args: any): {
|
|
|
3715
3800
|
type: StringConstructor;
|
|
3716
3801
|
default: undefined;
|
|
3717
3802
|
};
|
|
3803
|
+
addSlash: {
|
|
3804
|
+
type: BooleanConstructor;
|
|
3805
|
+
default: boolean;
|
|
3806
|
+
};
|
|
3718
3807
|
title: {
|
|
3719
3808
|
type: StringConstructor;
|
|
3720
3809
|
default: undefined;
|
|
@@ -3774,14 +3863,15 @@ export function WatchLiveNoVideo(args: any): {
|
|
|
3774
3863
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3775
3864
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
3776
3865
|
}>, {
|
|
3777
|
-
to: string | Record<string, any>;
|
|
3778
3866
|
title: string;
|
|
3779
|
-
variant: "default" | "
|
|
3780
|
-
|
|
3781
|
-
target: string;
|
|
3867
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
3868
|
+
to: string | Record<string, any>;
|
|
3782
3869
|
exact: boolean;
|
|
3870
|
+
href: string;
|
|
3871
|
+
addSlash: boolean;
|
|
3783
3872
|
ariaLabel: string;
|
|
3784
3873
|
linkClass: string;
|
|
3874
|
+
target: string;
|
|
3785
3875
|
externalTargetBlank: boolean;
|
|
3786
3876
|
caret: boolean;
|
|
3787
3877
|
caretWrapperClass: string;
|
|
@@ -3949,13 +4039,13 @@ export function NoDsn(args: any): {
|
|
|
3949
4039
|
}>> & Readonly<{}>, {}, {}, {
|
|
3950
4040
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3951
4041
|
variant: {
|
|
3952
|
-
type: import('vue').PropType<"default" | "
|
|
4042
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
3953
4043
|
required: false;
|
|
3954
4044
|
default: string;
|
|
3955
4045
|
validator: (prop: string) => boolean;
|
|
3956
4046
|
};
|
|
3957
4047
|
to: {
|
|
3958
|
-
type: (
|
|
4048
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3959
4049
|
default: undefined;
|
|
3960
4050
|
};
|
|
3961
4051
|
exact: {
|
|
@@ -3966,6 +4056,10 @@ export function NoDsn(args: any): {
|
|
|
3966
4056
|
type: StringConstructor;
|
|
3967
4057
|
default: undefined;
|
|
3968
4058
|
};
|
|
4059
|
+
addSlash: {
|
|
4060
|
+
type: BooleanConstructor;
|
|
4061
|
+
default: boolean;
|
|
4062
|
+
};
|
|
3969
4063
|
title: {
|
|
3970
4064
|
type: StringConstructor;
|
|
3971
4065
|
default: undefined;
|
|
@@ -4052,13 +4146,13 @@ export function NoDsn(args: any): {
|
|
|
4052
4146
|
addTrailingSlash(path: string): string;
|
|
4053
4147
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4054
4148
|
variant: {
|
|
4055
|
-
type: import('vue').PropType<"default" | "
|
|
4149
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
4056
4150
|
required: false;
|
|
4057
4151
|
default: string;
|
|
4058
4152
|
validator: (prop: string) => boolean;
|
|
4059
4153
|
};
|
|
4060
4154
|
to: {
|
|
4061
|
-
type: (
|
|
4155
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4062
4156
|
default: undefined;
|
|
4063
4157
|
};
|
|
4064
4158
|
exact: {
|
|
@@ -4069,6 +4163,10 @@ export function NoDsn(args: any): {
|
|
|
4069
4163
|
type: StringConstructor;
|
|
4070
4164
|
default: undefined;
|
|
4071
4165
|
};
|
|
4166
|
+
addSlash: {
|
|
4167
|
+
type: BooleanConstructor;
|
|
4168
|
+
default: boolean;
|
|
4169
|
+
};
|
|
4072
4170
|
title: {
|
|
4073
4171
|
type: StringConstructor;
|
|
4074
4172
|
default: undefined;
|
|
@@ -4128,14 +4226,15 @@ export function NoDsn(args: any): {
|
|
|
4128
4226
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4129
4227
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4130
4228
|
}>, {
|
|
4131
|
-
to: string | Record<string, any>;
|
|
4132
4229
|
title: string;
|
|
4133
|
-
variant: "default" | "
|
|
4134
|
-
|
|
4135
|
-
target: string;
|
|
4230
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
4231
|
+
to: string | Record<string, any>;
|
|
4136
4232
|
exact: boolean;
|
|
4233
|
+
href: string;
|
|
4234
|
+
addSlash: boolean;
|
|
4137
4235
|
ariaLabel: string;
|
|
4138
4236
|
linkClass: string;
|
|
4237
|
+
target: string;
|
|
4139
4238
|
externalTargetBlank: boolean;
|
|
4140
4239
|
caret: boolean;
|
|
4141
4240
|
caretWrapperClass: string;
|
|
@@ -4271,9 +4370,9 @@ export function NoDsn(args: any): {
|
|
|
4271
4370
|
required: true;
|
|
4272
4371
|
};
|
|
4273
4372
|
selectedUnits: {
|
|
4274
|
-
type: import('vue').PropType<("
|
|
4373
|
+
type: import('vue').PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
4275
4374
|
required: false;
|
|
4276
|
-
validator: (val: ("
|
|
4375
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
4277
4376
|
};
|
|
4278
4377
|
inline: {
|
|
4279
4378
|
type: BooleanConstructor;
|
|
@@ -4289,23 +4388,23 @@ export function NoDsn(args: any): {
|
|
|
4289
4388
|
diff: import('dayjs/plugin/duration').Duration | undefined;
|
|
4290
4389
|
interval: NodeJS.Timeout | undefined;
|
|
4291
4390
|
}, {
|
|
4292
|
-
selectedUnitsComputed(): ("
|
|
4391
|
+
selectedUnitsComputed(): ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[];
|
|
4293
4392
|
isPast(): boolean;
|
|
4294
4393
|
}, {
|
|
4295
|
-
shortLabel(unit: "
|
|
4296
|
-
longLabel(unit: "
|
|
4297
|
-
unitSignificant(unit: "
|
|
4298
|
-
checkOtherUnits(unit: "
|
|
4299
|
-
unitValue(unit: "
|
|
4394
|
+
shortLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Yrs" | "Mos" | "Days" | "Hrs" | "Mins" | "Secs";
|
|
4395
|
+
longLabel(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): "Years" | "Months" | "Days" | "Hours" | "Minutes" | "Seconds";
|
|
4396
|
+
unitSignificant(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
4397
|
+
checkOtherUnits(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): boolean;
|
|
4398
|
+
unitValue(unit: "seconds" | "minutes" | "hours" | "days" | "months" | "years"): string | undefined;
|
|
4300
4399
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4301
4400
|
targetDateTime: {
|
|
4302
4401
|
type: StringConstructor;
|
|
4303
4402
|
required: true;
|
|
4304
4403
|
};
|
|
4305
4404
|
selectedUnits: {
|
|
4306
|
-
type: import('vue').PropType<("
|
|
4405
|
+
type: import('vue').PropType<("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]>;
|
|
4307
4406
|
required: false;
|
|
4308
|
-
validator: (val: ("
|
|
4407
|
+
validator: (val: ("seconds" | "minutes" | "hours" | "days" | "months" | "years")[]) => boolean;
|
|
4309
4408
|
};
|
|
4310
4409
|
inline: {
|
|
4311
4410
|
type: BooleanConstructor;
|
|
@@ -4365,13 +4464,13 @@ export function NoDsn(args: any): {
|
|
|
4365
4464
|
}, {}, {
|
|
4366
4465
|
BaseLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4367
4466
|
variant: {
|
|
4368
|
-
type: import('vue').PropType<"default" | "
|
|
4467
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
4369
4468
|
required: false;
|
|
4370
4469
|
default: string;
|
|
4371
4470
|
validator: (prop: string) => boolean;
|
|
4372
4471
|
};
|
|
4373
4472
|
to: {
|
|
4374
|
-
type: (
|
|
4473
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4375
4474
|
default: undefined;
|
|
4376
4475
|
};
|
|
4377
4476
|
exact: {
|
|
@@ -4382,6 +4481,10 @@ export function NoDsn(args: any): {
|
|
|
4382
4481
|
type: StringConstructor;
|
|
4383
4482
|
default: undefined;
|
|
4384
4483
|
};
|
|
4484
|
+
addSlash: {
|
|
4485
|
+
type: BooleanConstructor;
|
|
4486
|
+
default: boolean;
|
|
4487
|
+
};
|
|
4385
4488
|
title: {
|
|
4386
4489
|
type: StringConstructor;
|
|
4387
4490
|
default: undefined;
|
|
@@ -4468,13 +4571,13 @@ export function NoDsn(args: any): {
|
|
|
4468
4571
|
addTrailingSlash(path: string): string;
|
|
4469
4572
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("linkClicked" | "specificLinkClicked")[], "linkClicked" | "specificLinkClicked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4470
4573
|
variant: {
|
|
4471
|
-
type: import('vue').PropType<"default" | "
|
|
4574
|
+
type: import('vue').PropType<"default" | "primary" | "secondary" | "none">;
|
|
4472
4575
|
required: false;
|
|
4473
4576
|
default: string;
|
|
4474
4577
|
validator: (prop: string) => boolean;
|
|
4475
4578
|
};
|
|
4476
4579
|
to: {
|
|
4477
|
-
type: (
|
|
4580
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4478
4581
|
default: undefined;
|
|
4479
4582
|
};
|
|
4480
4583
|
exact: {
|
|
@@ -4485,6 +4588,10 @@ export function NoDsn(args: any): {
|
|
|
4485
4588
|
type: StringConstructor;
|
|
4486
4589
|
default: undefined;
|
|
4487
4590
|
};
|
|
4591
|
+
addSlash: {
|
|
4592
|
+
type: BooleanConstructor;
|
|
4593
|
+
default: boolean;
|
|
4594
|
+
};
|
|
4488
4595
|
title: {
|
|
4489
4596
|
type: StringConstructor;
|
|
4490
4597
|
default: undefined;
|
|
@@ -4544,14 +4651,15 @@ export function NoDsn(args: any): {
|
|
|
4544
4651
|
onLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4545
4652
|
onSpecificLinkClicked?: ((...args: any[]) => any) | undefined;
|
|
4546
4653
|
}>, {
|
|
4547
|
-
to: string | Record<string, any>;
|
|
4548
4654
|
title: string;
|
|
4549
|
-
variant: "default" | "
|
|
4550
|
-
|
|
4551
|
-
target: string;
|
|
4655
|
+
variant: "default" | "primary" | "secondary" | "none";
|
|
4656
|
+
to: string | Record<string, any>;
|
|
4552
4657
|
exact: boolean;
|
|
4658
|
+
href: string;
|
|
4659
|
+
addSlash: boolean;
|
|
4553
4660
|
ariaLabel: string;
|
|
4554
4661
|
linkClass: string;
|
|
4662
|
+
target: string;
|
|
4555
4663
|
externalTargetBlank: boolean;
|
|
4556
4664
|
caret: boolean;
|
|
4557
4665
|
caretWrapperClass: string;
|