design-react-kit 3.3.1 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.EN.md +35 -17
- package/README.md +34 -18
- package/package.json +152 -120
- package/src/Accordion/Accordion.tsx +30 -0
- package/src/Accordion/AccordionBody.tsx +127 -0
- package/src/Accordion/AccordionHeader.tsx +42 -0
- package/src/Alert/Alert.tsx +39 -0
- package/src/Avatar/AvatarContainer.tsx +22 -0
- package/src/Avatar/AvatarExtraText.tsx +19 -0
- package/src/Avatar/AvatarGroupContainer.tsx +23 -0
- package/src/Avatar/AvatarIcon.tsx +57 -0
- package/src/Avatar/AvatarPresence.tsx +24 -0
- package/src/Avatar/AvatarStatus.tsx +24 -0
- package/src/Avatar/AvatarWrapper.tsx +24 -0
- package/src/Badge/Badge.tsx +40 -0
- package/src/BottomNav/BottomNav.tsx +20 -0
- package/src/BottomNav/BottomNavItem.tsx +75 -0
- package/src/Breadcrumb/Breadcrumb.tsx +40 -0
- package/src/Button/Button.tsx +55 -0
- package/src/Callout/Callout.tsx +35 -0
- package/src/Callout/CalloutText.tsx +29 -0
- package/src/Callout/CalloutTitle.tsx +24 -0
- package/src/Card/Card.tsx +49 -0
- package/src/Card/CardBody.tsx +21 -0
- package/src/Card/CardCategory.tsx +48 -0
- package/src/Card/CardFooterCTA.tsx +19 -0
- package/src/Card/CardReadMore.tsx +35 -0
- package/src/Card/CardSignature.tsx +19 -0
- package/src/Card/CardTag.tsx +19 -0
- package/src/Card/CardTagsHeader.tsx +28 -0
- package/src/Card/CardText.tsx +19 -0
- package/src/Card/CardTitle.tsx +17 -0
- package/src/Chips/Chip.tsx +37 -0
- package/src/Chips/ChipLabel.tsx +19 -0
- package/src/Collapse/Collapse.tsx +100 -0
- package/src/CookieBar/CookieBar.tsx +19 -0
- package/src/CookieBar/CookieBarButton.tsx +27 -0
- package/src/CookieBar/CookieBarButtons.tsx +19 -0
- package/src/Dimmer/Dimmer.tsx +51 -0
- package/src/Dimmer/DimmerButtons.tsx +35 -0
- package/src/FontLoader/FontLoader.tsx +32 -0
- package/src/Forward/Forward.tsx +40 -0
- package/src/Grid/GridItem.tsx +23 -0
- package/src/Grid/GridItemText.tsx +20 -0
- package/src/Grid/GridItemTextWrapper.tsx +21 -0
- package/src/Grid/GridList.tsx +20 -0
- package/src/Grid/GridRow.tsx +20 -0
- package/src/Grid/index.ts +11 -0
- package/src/{components/Header/Header.js → Header/Header.tsx} +19 -24
- package/src/Header/HeaderBrand.tsx +90 -0
- package/src/Header/HeaderContent.tsx +42 -0
- package/src/Header/HeaderContext.tsx +9 -0
- package/src/Header/HeaderLinkZone.tsx +19 -0
- package/src/Header/HeaderRightZone.tsx +26 -0
- package/src/Header/HeaderSearch.tsx +33 -0
- package/src/Header/HeaderSocialsZone.tsx +26 -0
- package/src/Header/HeaderToggler.tsx +46 -0
- package/src/{components/Header/Headers.js → Header/Headers.tsx} +17 -22
- package/src/Hero/Hero.tsx +34 -0
- package/src/Hero/HeroBackground.tsx +25 -0
- package/src/Hero/HeroBody.tsx +21 -0
- package/src/Hero/HeroButton.tsx +19 -0
- package/src/Hero/HeroCategory.tsx +15 -0
- package/src/Hero/HeroTitle.tsx +16 -0
- package/src/Hero/index.ts +13 -0
- package/src/Icon/EmptyIcon.tsx +7 -0
- package/src/Icon/Icon.tsx +116 -0
- package/src/Icon/assets/ItArrowDown.tsx +9 -0
- package/src/Icon/assets/ItArrowDownCircle.tsx +9 -0
- package/src/Icon/assets/ItArrowDownTriangle.tsx +9 -0
- package/src/Icon/assets/ItArrowLeft.tsx +9 -0
- package/src/Icon/assets/ItArrowLeftCircle.tsx +9 -0
- package/src/Icon/assets/ItArrowLeftTriangle.tsx +9 -0
- package/src/Icon/assets/ItArrowRight.tsx +9 -0
- package/src/Icon/assets/ItArrowRightCircle.tsx +9 -0
- package/src/Icon/assets/ItArrowRightTriangle.tsx +9 -0
- package/src/Icon/assets/ItArrowUp.tsx +9 -0
- package/src/Icon/assets/ItArrowUpCircle.tsx +9 -0
- package/src/Icon/assets/ItArrowUpTriangle.tsx +9 -0
- package/src/Icon/assets/ItBan.tsx +9 -0
- package/src/Icon/assets/ItBehance.tsx +9 -0
- package/src/Icon/assets/ItBookmark.tsx +9 -0
- package/src/Icon/assets/ItBox.tsx +12 -0
- package/src/Icon/assets/ItBurger.tsx +9 -0
- package/src/Icon/assets/ItCalendar.tsx +9 -0
- package/src/Icon/assets/ItCamera.tsx +9 -0
- package/src/Icon/assets/ItCard.tsx +9 -0
- package/src/Icon/assets/ItChartLine.tsx +12 -0
- package/src/Icon/assets/ItCheck.tsx +9 -0
- package/src/Icon/assets/ItCheckCircle.tsx +9 -0
- package/src/Icon/assets/ItChevronLeft.tsx +8 -0
- package/src/Icon/assets/ItChevronRight.tsx +8 -0
- package/src/Icon/assets/ItClip.tsx +9 -0
- package/src/Icon/assets/ItClock.tsx +9 -0
- package/src/Icon/assets/ItClose.tsx +9 -0
- package/src/Icon/assets/ItCloseBig.tsx +9 -0
- package/src/Icon/assets/ItCloseCircle.tsx +9 -0
- package/src/Icon/assets/ItCodeCircle.tsx +9 -0
- package/src/Icon/assets/ItCollapse.tsx +8 -0
- package/src/Icon/assets/ItComment.tsx +9 -0
- package/src/Icon/assets/ItCopy.tsx +9 -0
- package/src/Icon/assets/ItDelete.tsx +12 -0
- package/src/Icon/assets/ItDesignersItalia.tsx +9 -0
- package/src/Icon/assets/ItDownload.tsx +9 -0
- package/src/Icon/assets/ItError.tsx +9 -0
- package/src/Icon/assets/ItExchangeCircle.tsx +9 -0
- package/src/Icon/assets/ItExpand.tsx +8 -0
- package/src/Icon/assets/ItExternalLink.tsx +9 -0
- package/src/Icon/assets/ItFacebook.tsx +9 -0
- package/src/Icon/assets/ItFacebookSquare.tsx +9 -0
- package/src/Icon/assets/ItFile.tsx +9 -0
- package/src/Icon/assets/ItFiles.tsx +9 -0
- package/src/Icon/assets/ItFlag.tsx +9 -0
- package/src/Icon/assets/ItFlickr.tsx +10 -0
- package/src/Icon/assets/ItFlickrSquare.tsx +9 -0
- package/src/Icon/assets/ItFolder.tsx +9 -0
- package/src/Icon/assets/ItFullscreen.tsx +11 -0
- package/src/Icon/assets/ItFunnel.tsx +9 -0
- package/src/Icon/assets/ItGithub.tsx +9 -0
- package/src/Icon/assets/ItHearing.tsx +9 -0
- package/src/Icon/assets/ItHelp.tsx +9 -0
- package/src/Icon/assets/ItHelpCircle.tsx +9 -0
- package/src/Icon/assets/ItHorn.tsx +9 -0
- package/src/Icon/assets/ItInbox.tsx +12 -0
- package/src/Icon/assets/ItInfoCircle.tsx +9 -0
- package/src/Icon/assets/ItInstagram.tsx +9 -0
- package/src/Icon/assets/ItKey.tsx +9 -0
- package/src/Icon/assets/ItLessCircle.tsx +12 -0
- package/src/Icon/assets/ItLink.tsx +9 -0
- package/src/Icon/assets/ItLinkedin.tsx +9 -0
- package/src/Icon/assets/ItLinkedinSquare.tsx +9 -0
- package/src/Icon/assets/ItList.tsx +9 -0
- package/src/Icon/assets/ItLock.tsx +12 -0
- package/src/Icon/assets/ItLocked.tsx +9 -0
- package/src/Icon/assets/ItMail.tsx +9 -0
- package/src/Icon/assets/ItMapMarker.tsx +9 -0
- package/src/Icon/assets/ItMapMarkerCircle.tsx +12 -0
- package/src/Icon/assets/ItMapMarkerMinus.tsx +9 -0
- package/src/Icon/assets/ItMapMarkerPlus.tsx +12 -0
- package/src/Icon/assets/ItMaximize.tsx +11 -0
- package/src/Icon/assets/ItMaximizeAlt.tsx +11 -0
- package/src/Icon/assets/ItMedium.tsx +9 -0
- package/src/Icon/assets/ItMediumSquare.tsx +9 -0
- package/src/Icon/assets/ItMinimize.tsx +11 -0
- package/src/Icon/assets/ItMinus.tsx +9 -0
- package/src/Icon/assets/ItMinusCircle.tsx +9 -0
- package/src/Icon/assets/ItMoreActions.tsx +9 -0
- package/src/Icon/assets/ItMoreItems.tsx +9 -0
- package/src/Icon/assets/ItNote.tsx +9 -0
- package/src/Icon/assets/ItOpenSource.tsx +9 -0
- package/src/Icon/assets/ItPa.tsx +9 -0
- package/src/Icon/assets/ItPasswordInvisible.tsx +9 -0
- package/src/Icon/assets/ItPasswordVisible.tsx +9 -0
- package/src/Icon/assets/ItPencil.tsx +9 -0
- package/src/Icon/assets/ItPiattaforme.tsx +10 -0
- package/src/Icon/assets/ItPin.tsx +9 -0
- package/src/Icon/assets/ItPlug.tsx +9 -0
- package/src/Icon/assets/ItPlus.tsx +9 -0
- package/src/Icon/assets/ItPlusCircle.tsx +9 -0
- package/src/Icon/assets/ItPresentation.tsx +9 -0
- package/src/Icon/assets/ItPrint.tsx +9 -0
- package/src/Icon/assets/ItRefresh.tsx +9 -0
- package/src/Icon/assets/ItRestore.tsx +9 -0
- package/src/Icon/assets/ItRss.tsx +11 -0
- package/src/Icon/assets/ItRssSquare.tsx +9 -0
- package/src/Icon/assets/ItSearch.tsx +9 -0
- package/src/Icon/assets/ItSettings.tsx +9 -0
- package/src/Icon/assets/ItShare.tsx +9 -0
- package/src/Icon/assets/ItSoftware.tsx +10 -0
- package/src/Icon/assets/ItStarFull.tsx +9 -0
- package/src/Icon/assets/ItStarOutline.tsx +9 -0
- package/src/Icon/assets/ItTeamDigitale.tsx +8 -0
- package/src/Icon/assets/ItTelegram.tsx +11 -0
- package/src/Icon/assets/ItTelephone.tsx +9 -0
- package/src/Icon/assets/ItTool.tsx +9 -0
- package/src/Icon/assets/ItTwitter.tsx +9 -0
- package/src/Icon/assets/ItTwitterSquare.tsx +9 -0
- package/src/Icon/assets/ItUnlocked.tsx +9 -0
- package/src/Icon/assets/ItUpload.tsx +9 -0
- package/src/Icon/assets/ItUser.tsx +9 -0
- package/src/Icon/assets/ItVideo.tsx +9 -0
- package/src/Icon/assets/ItWarning.tsx +9 -0
- package/src/Icon/assets/ItWarningCircle.tsx +9 -0
- package/src/Icon/assets/ItWhatsapp.tsx +9 -0
- package/src/Icon/assets/ItWhatsappSquare.tsx +10 -0
- package/src/Icon/assets/ItWifi.tsx +12 -0
- package/src/Icon/assets/ItYoutube.tsx +9 -0
- package/src/Icon/assets/ItZoomIn.tsx +9 -0
- package/src/Icon/assets/ItZoomOut.tsx +9 -0
- package/src/Icon/assets/index.tsx +504 -0
- package/src/Input/Input.tsx +342 -0
- package/src/Input/InputContainer.tsx +34 -0
- package/src/Input/TextArea.tsx +184 -0
- package/src/Input/TimeInput.tsx +303 -0
- package/src/Input/utils.tsx +166 -0
- package/src/LinkList/LinkList.tsx +65 -0
- package/src/LinkList/LinkListItem.tsx +98 -0
- package/src/Megamenu/Megamenu.tsx +37 -0
- package/src/Megamenu/MegamenuFooter.tsx +20 -0
- package/src/Megamenu/MegamenuHighlightColumn.tsx +33 -0
- package/src/Megamenu/MegamenuItem.tsx +27 -0
- package/src/Modal/Modal.tsx +79 -0
- package/src/Modal/ModalBody.tsx +11 -0
- package/src/Modal/ModalFooter.tsx +11 -0
- package/src/Modal/ModalHeader.tsx +70 -0
- package/src/Nav/Nav.tsx +56 -0
- package/src/Notification/Notification.tsx +60 -0
- package/src/Notification/NotificationContent.tsx +135 -0
- package/src/Notification/NotificationManager.tsx +65 -0
- package/src/Notification/core.tsx +46 -0
- package/src/Notification/index.ts +9 -0
- package/src/Notification/types.ts +12 -0
- package/src/Notification/usePosition.tsx +11 -0
- package/src/Pager/Pager.tsx +48 -0
- package/src/PasswordInput/PasswordInput.tsx +43 -0
- package/src/Progress/Progress.tsx +94 -0
- package/src/Rating/Rating.tsx +130 -0
- package/src/ResponsiveImage/ResponsiveImage.tsx +25 -0
- package/src/Section/Section.tsx +86 -0
- package/src/Select/Select.tsx +97 -0
- package/src/Select/shared.tsx +45 -0
- package/src/Sidebar/Sidebar.tsx +46 -0
- package/src/Skiplink/Skiplink.tsx +20 -0
- package/src/Skiplink/SkiplinkItem.tsx +29 -0
- package/src/Spinner/Spinner.tsx +55 -0
- package/src/Stepper/StepperContainer.tsx +30 -0
- package/src/Stepper/StepperContent.tsx +51 -0
- package/src/Stepper/StepperDots.tsx +21 -0
- package/src/Stepper/StepperHeader.tsx +19 -0
- package/src/Stepper/StepperHeaderElement.tsx +77 -0
- package/src/Stepper/StepperNav.tsx +19 -0
- package/src/ThumbNav/ThumbNav.tsx +37 -0
- package/src/ThumbNav/ThumbNavItem.tsx +35 -0
- package/src/Timeline/TimelinePin.tsx +67 -0
- package/src/Timeline/TimelineWrapper.tsx +19 -0
- package/src/Toggle/Toggle.tsx +29 -0
- package/src/Toolbar/Toolbar.tsx +28 -0
- package/src/Toolbar/ToolbarDividerItem.tsx +5 -0
- package/src/Toolbar/ToolbarItem.tsx +95 -0
- package/src/assets.d.ts +4 -0
- package/src/index.tsx +350 -0
- package/src/utils.tsx +26 -0
- package/.editorconfig +0 -18
- package/.eslintrc +0 -65
- package/.github/ISSUE_TEMPLATE/bug_report.md +0 -32
- package/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
- package/.github/PULL_REQUEST_TEMPLATE.md +0 -24
- package/AUTHORS +0 -3
- package/CODE_OF_CONDUCT.EN.md +0 -77
- package/CODE_OF_CONDUCT.md +0 -69
- package/dist/design-react-kit.cjs.js +0 -3698
- package/dist/design-react-kit.cjs.js.map +0 -1
- package/dist/design-react-kit.d.ts +0 -1704
- package/dist/design-react-kit.es.js +0 -3188
- package/dist/design-react-kit.es.js.map +0 -1
- package/dist/design-react-kit.full.js +0 -17596
- package/dist/design-react-kit.full.js.map +0 -1
- package/dist/design-react-kit.full.min.js +0 -2
- package/dist/design-react-kit.full.min.js.map +0 -1
- package/dist/design-react-kit.js +0 -13394
- package/dist/design-react-kit.js.map +0 -1
- package/dist/design-react-kit.min.js +0 -2
- package/dist/design-react-kit.min.js.map +0 -1
- package/src/Storyshots.test.js +0 -9
- package/src/components/Accordion/Accordion.js +0 -22
- package/src/components/Accordion/AccordionBody.js +0 -118
- package/src/components/Accordion/AccordionHeader.js +0 -37
- package/src/components/Autocomplete/Autocomplete.js +0 -255
- package/src/components/Avatar/AvatarContainer.js +0 -24
- package/src/components/Avatar/AvatarExtraText.js +0 -22
- package/src/components/Avatar/AvatarGroupContainer.js +0 -23
- package/src/components/Avatar/AvatarIcon.js +0 -32
- package/src/components/Avatar/AvatarPresence.js +0 -25
- package/src/components/Avatar/AvatarStatus.js +0 -25
- package/src/components/Avatar/AvatarWrapper.js +0 -25
- package/src/components/Badge/Badge.js +0 -28
- package/src/components/BottomNav/BottomNav.js +0 -27
- package/src/components/BottomNav/BottomNavItem.js +0 -69
- package/src/components/Button/Button.js +0 -26
- package/src/components/Callout/Callout.js +0 -33
- package/src/components/Callout/CalloutText.js +0 -37
- package/src/components/Callout/CalloutTitle.js +0 -27
- package/src/components/Card/Card.js +0 -50
- package/src/components/Card/CardCategory.js +0 -43
- package/src/components/Card/CardFooterCTA.js +0 -17
- package/src/components/Card/CardReadMore.js +0 -45
- package/src/components/Card/CardSignature.js +0 -17
- package/src/components/Card/CardTag.js +0 -23
- package/src/components/Card/CardTagsHeader.js +0 -21
- package/src/components/Chips/Chip.js +0 -50
- package/src/components/Chips/ChipLabel.js +0 -25
- package/src/components/Collapse/Collapse.js +0 -66
- package/src/components/CookieBar/CookieBar.js +0 -22
- package/src/components/CookieBar/CookieBarButton.js +0 -25
- package/src/components/CookieBar/CookieBarButtons.js +0 -23
- package/src/components/Dimmer/Dimmer.js +0 -38
- package/src/components/Dimmer/DimmerButtons.js +0 -35
- package/src/components/FontLoader/FontLoader.js +0 -22
- package/src/components/FormGroup/FormGroup.js +0 -137
- package/src/components/Forward/Forward.js +0 -32
- package/src/components/Header/HeaderBrand.js +0 -86
- package/src/components/Header/HeaderContent.js +0 -49
- package/src/components/Header/HeaderContext.js +0 -14
- package/src/components/Header/HeaderLinkZone.js +0 -24
- package/src/components/Header/HeaderRightZone.js +0 -33
- package/src/components/Header/HeaderSearch.js +0 -36
- package/src/components/Header/HeaderSocialsZone.js +0 -30
- package/src/components/Header/HeaderToggler.js +0 -50
- package/src/components/Hero/Hero.js +0 -10
- package/src/components/Icon/Icon.js +0 -42
- package/src/components/Input/Input.js +0 -261
- package/src/components/Input/InputContainer.js +0 -39
- package/src/components/Input/utils.js +0 -126
- package/src/components/LinkList/LinkList.js +0 -65
- package/src/components/LinkList/LinkListItem.js +0 -88
- package/src/components/Nav/Nav.js +0 -37
- package/src/components/Notification/Notification.js +0 -78
- package/src/components/Offcanvas/Offcanvas.js +0 -101
- package/src/components/Pager/Pager.js +0 -32
- package/src/components/PagerList/PagerList.js +0 -28
- package/src/components/PasswordInput/PasswordInput.js +0 -41
- package/src/components/PasswordMeter/PasswordMeter.js +0 -80
- package/src/components/Progress/Progress.js +0 -88
- package/src/components/Rating/Rating.js +0 -130
- package/src/components/Section/Section.js +0 -49
- package/src/components/Separator/Separator.js +0 -34
- package/src/components/Sidebar/Sidebar.js +0 -53
- package/src/components/Skiplink/Skiplink.js +0 -25
- package/src/components/Skiplink/SkiplinkItem.js +0 -25
- package/src/components/Spinner/Spinner.js +0 -65
- package/src/components/Stepper/StepperContainer.js +0 -33
- package/src/components/Stepper/StepperContent.js +0 -54
- package/src/components/Stepper/StepperDots.js +0 -27
- package/src/components/Stepper/StepperHeader.js +0 -27
- package/src/components/Stepper/StepperHeaderElement.js +0 -45
- package/src/components/Stepper/StepperNav.js +0 -27
- package/src/components/Table/Table.js +0 -68
- package/src/components/Timeline/TimelinePin.js +0 -59
- package/src/components/Timeline/TimelineWrapper.js +0 -21
- package/src/components/Toggle/Toggle.js +0 -27
- package/src/components/utils.js +0 -1
- package/src/index.js +0 -144
- package/static/favicons/android-chrome-192x192.png +0 -0
- package/static/favicons/android-chrome-512x512.png +0 -0
- package/static/favicons/apple-touch-icon.png +0 -0
- package/static/favicons/browserconfig.xml +0 -9
- package/static/favicons/favicon-16x16.png +0 -0
- package/static/favicons/favicon-32x32.png +0 -0
- package/static/favicons/favicon.ico +0 -0
- package/static/favicons/manifest.webmanifest +0 -21
- package/static/favicons/mstile-150x150.png +0 -0
- package/static/favicons/safari-pinned-tab.svg +0 -23
|
@@ -1,1704 +0,0 @@
|
|
|
1
|
-
declare module "design-react-kit"{
|
|
2
|
-
export {default as Accordion} from "src/components/Accordion/Accordion"
|
|
3
|
-
export {default as AccordionBody} from "src/components/Accordion/AccordionBody"
|
|
4
|
-
export {default as AccordionHeader} from "src/components/Accordion/AccordionHeader"
|
|
5
|
-
export {default as Autocomplete} from "src/components/Autocomplete/Autocomplete"
|
|
6
|
-
export {default as AvatarContainer} from "src/components/Avatar/AvatarContainer"
|
|
7
|
-
export {default as AvatarExtraText} from "src/components/Avatar/AvatarExtraText"
|
|
8
|
-
export {default as AvatarGroupContainer} from "src/components/Avatar/AvatarGroupContainer"
|
|
9
|
-
export {default as AvatarIcon} from "src/components/Avatar/AvatarIcon"
|
|
10
|
-
export {default as AvatarPresence} from "src/components/Avatar/AvatarPresence"
|
|
11
|
-
export {default as AvatarStatus} from "src/components/Avatar/AvatarStatus"
|
|
12
|
-
export {default as AvatarWrapper} from "src/components/Avatar/AvatarWrapper"
|
|
13
|
-
export {default as Badge} from "src/components/Badge/Badge"
|
|
14
|
-
export {default as BottomNav} from "src/components/BottomNav/BottomNav"
|
|
15
|
-
export {default as BottomNavItem} from "src/components/BottomNav/BottomNavItem"
|
|
16
|
-
export {default as Button} from "src/components/Button/Button"
|
|
17
|
-
export {default as Callout} from "src/components/Callout/Callout"
|
|
18
|
-
export {default as CalloutText} from "src/components/Callout/CalloutText"
|
|
19
|
-
export {default as CalloutTitle} from "src/components/Callout/CalloutTitle"
|
|
20
|
-
export {default as Card} from "src/components/Card/Card"
|
|
21
|
-
export {default as CardCategory} from "src/components/Card/CardCategory"
|
|
22
|
-
export {default as CardFooterCTA} from "src/components/Card/CardFooterCTA"
|
|
23
|
-
export {default as CardReadMore} from "src/components/Card/CardReadMore"
|
|
24
|
-
export {default as CardSignature} from "src/components/Card/CardSignature"
|
|
25
|
-
export {default as CardTag} from "src/components/Card/CardTag"
|
|
26
|
-
export {default as CardTagsHeader} from "src/components/Card/CardTagsHeader"
|
|
27
|
-
export {default as Chip} from "src/components/Chips/Chip"
|
|
28
|
-
export {default as ChipLabel} from "src/components/Chips/ChipLabel"
|
|
29
|
-
export {default as Collapse} from "src/components/Collapse/Collapse"
|
|
30
|
-
export {default as CookieBar} from "src/components/CookieBar/CookieBar"
|
|
31
|
-
export {default as CookieBarButton} from "src/components/CookieBar/CookieBarButton"
|
|
32
|
-
export {default as CookieBarButtons} from "src/components/CookieBar/CookieBarButtons"
|
|
33
|
-
export {default as Dimmer} from "src/components/Dimmer/Dimmer"
|
|
34
|
-
export {default as DimmerButtons} from "src/components/Dimmer/DimmerButtons"
|
|
35
|
-
export {default as FontLoader} from "src/components/FontLoader/FontLoader"
|
|
36
|
-
export {default as FormGroup} from "src/components/FormGroup/FormGroup"
|
|
37
|
-
export {default as Forward} from "src/components/Forward/Forward"
|
|
38
|
-
export {default as Header} from "src/components/Header/Header"
|
|
39
|
-
export {default as HeaderBrand} from "src/components/Header/HeaderBrand"
|
|
40
|
-
export {default as HeaderContent} from "src/components/Header/HeaderContent"
|
|
41
|
-
export {default as HeaderContext} from "src/components/Header/HeaderContext"
|
|
42
|
-
export {default as HeaderLinkZone} from "src/components/Header/HeaderLinkZone"
|
|
43
|
-
export {default as HeaderRightZone} from "src/components/Header/HeaderRightZone"
|
|
44
|
-
export {default as Headers} from "src/components/Header/Headers"
|
|
45
|
-
export {default as HeaderSearch} from "src/components/Header/HeaderSearch"
|
|
46
|
-
export {default as HeaderSocialsZone} from "src/components/Header/HeaderSocialsZone"
|
|
47
|
-
export {default as HeaderToggler} from "src/components/Header/HeaderToggler"
|
|
48
|
-
export {default as Hero} from "src/components/Hero/Hero"
|
|
49
|
-
export {default as Icon} from "src/components/Icon/Icon"
|
|
50
|
-
export {default as Input} from "src/components/Input/Input"
|
|
51
|
-
export {default as InputContainer} from "src/components/Input/InputContainer"
|
|
52
|
-
export {default as utils} from "src/components/Input/utils"
|
|
53
|
-
export {default as LinkList} from "src/components/LinkList/LinkList"
|
|
54
|
-
export {default as LinkListItem} from "src/components/LinkList/LinkListItem"
|
|
55
|
-
export {default as Nav} from "src/components/Nav/Nav"
|
|
56
|
-
export {default as Notification} from "src/components/Notification/Notification"
|
|
57
|
-
export {default as Offcanvas} from "src/components/Offcanvas/Offcanvas"
|
|
58
|
-
export {default as Pager} from "src/components/Pager/Pager"
|
|
59
|
-
export {default as PagerList} from "src/components/PagerList/PagerList"
|
|
60
|
-
export {default as PasswordInput} from "src/components/PasswordInput/PasswordInput"
|
|
61
|
-
export {default as PasswordMeter} from "src/components/PasswordMeter/PasswordMeter"
|
|
62
|
-
export {default as Progress} from "src/components/Progress/Progress"
|
|
63
|
-
export {default as Rating} from "src/components/Rating/Rating"
|
|
64
|
-
export {default as Section} from "src/components/Section/Section"
|
|
65
|
-
export {default as Separator} from "src/components/Separator/Separator"
|
|
66
|
-
export {default as Sidebar} from "src/components/Sidebar/Sidebar"
|
|
67
|
-
export {default as Skiplink} from "src/components/Skiplink/Skiplink"
|
|
68
|
-
export {default as SkiplinkItem} from "src/components/Skiplink/SkiplinkItem"
|
|
69
|
-
export {default as Spinner} from "src/components/Spinner/Spinner"
|
|
70
|
-
export {default as StepperContainer} from "src/components/Stepper/StepperContainer"
|
|
71
|
-
export {default as StepperContent} from "src/components/Stepper/StepperContent"
|
|
72
|
-
export {default as StepperDots} from "src/components/Stepper/StepperDots"
|
|
73
|
-
export {default as StepperHeader} from "src/components/Stepper/StepperHeader"
|
|
74
|
-
export {default as StepperHeaderElement} from "src/components/Stepper/StepperHeaderElement"
|
|
75
|
-
export {default as StepperNav} from "src/components/Stepper/StepperNav"
|
|
76
|
-
export {default as Table} from "src/components/Table/Table"
|
|
77
|
-
export {default as TimelinePin} from "src/components/Timeline/TimelinePin"
|
|
78
|
-
export {default as TimelineWrapper} from "src/components/Timeline/TimelineWrapper"
|
|
79
|
-
export {default as Toggle} from "src/components/Toggle/Toggle"
|
|
80
|
-
export {default as utils} from "src/components/utils"
|
|
81
|
-
}
|
|
82
|
-
declare module 'src/components/Accordion/Accordion' {
|
|
83
|
-
import * as React from 'react';
|
|
84
|
-
|
|
85
|
-
export type AccordionTag = ((...args: any[])=>any) | string;
|
|
86
|
-
|
|
87
|
-
export interface AccordionProps extends React.HTMLAttributes<HTMLElement> {
|
|
88
|
-
[key: string]: any;
|
|
89
|
-
tag?: AccordionTag;
|
|
90
|
-
className?: string;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
const Accordion: React.FC<AccordionProps>;
|
|
94
|
-
|
|
95
|
-
export default Accordion;
|
|
96
|
-
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
declare module 'src/components/Accordion/AccordionBody' {
|
|
100
|
-
import * as React from 'react';
|
|
101
|
-
|
|
102
|
-
export type AccordionBodyChildren = React.ReactNode[] | React.ReactNode;
|
|
103
|
-
|
|
104
|
-
export type AccordionBodyTag = ((...args: any[])=>any) | string;
|
|
105
|
-
|
|
106
|
-
export interface AccordionBodyProps extends React.HTMLAttributes<HTMLElement> {
|
|
107
|
-
[key: string]: any;
|
|
108
|
-
children?: AccordionBodyChildren;
|
|
109
|
-
tag?: AccordionBodyTag;
|
|
110
|
-
className?: string;
|
|
111
|
-
active?: boolean;
|
|
112
|
-
onToggle?: (...args: any[])=>any;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
export default class AccordionBody extends React.Component<AccordionBodyProps, any> {
|
|
116
|
-
render(): JSX.Element;
|
|
117
|
-
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
declare module 'src/components/Accordion/AccordionHeader' {
|
|
123
|
-
import * as React from 'react';
|
|
124
|
-
|
|
125
|
-
export type AccordionHeaderTag = ((...args: any[])=>any) | string;
|
|
126
|
-
|
|
127
|
-
export interface AccordionHeaderProps extends React.HTMLAttributes<HTMLElement> {
|
|
128
|
-
[key: string]: any;
|
|
129
|
-
tag?: AccordionHeaderTag;
|
|
130
|
-
className?: string;
|
|
131
|
-
active?: boolean;
|
|
132
|
-
onToggle?: (...args: any[])=>any;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
const AccordionHeader: React.FC<AccordionHeaderProps>;
|
|
136
|
-
|
|
137
|
-
export default AccordionHeader;
|
|
138
|
-
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
declare module 'src/components/Autocomplete/Autocomplete' {
|
|
142
|
-
import * as React from 'react';
|
|
143
|
-
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
declare module 'src/components/Avatar/AvatarContainer' {
|
|
147
|
-
import * as React from 'react';
|
|
148
|
-
|
|
149
|
-
export type AvatarContainerTag = ((...args: any[])=>any) | string;
|
|
150
|
-
|
|
151
|
-
export interface AvatarContainerProps extends React.HTMLAttributes<HTMLElement> {
|
|
152
|
-
[key: string]: any;
|
|
153
|
-
tag?: AvatarContainerTag;
|
|
154
|
-
className?: string;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
const AvatarContainer: React.FC<AvatarContainerProps>;
|
|
158
|
-
|
|
159
|
-
export default AvatarContainer;
|
|
160
|
-
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
declare module 'src/components/Avatar/AvatarExtraText' {
|
|
164
|
-
import * as React from 'react';
|
|
165
|
-
|
|
166
|
-
export type AvatarExtraTextTag = ((...args: any[])=>any) | string;
|
|
167
|
-
|
|
168
|
-
export interface AvatarExtraTextProps extends React.HTMLAttributes<HTMLElement> {
|
|
169
|
-
[key: string]: any;
|
|
170
|
-
tag?: AvatarExtraTextTag;
|
|
171
|
-
className?: string;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
const AvatarExtraText: React.FC<AvatarExtraTextProps>;
|
|
175
|
-
|
|
176
|
-
export default AvatarExtraText;
|
|
177
|
-
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
declare module 'src/components/Avatar/AvatarGroupContainer' {
|
|
181
|
-
import * as React from 'react';
|
|
182
|
-
|
|
183
|
-
export type AvatarGroupContainerTag = ((...args: any[])=>any) | string;
|
|
184
|
-
|
|
185
|
-
export interface AvatarGroupContainerProps extends React.HTMLAttributes<HTMLElement> {
|
|
186
|
-
[key: string]: any;
|
|
187
|
-
tag?: AvatarGroupContainerTag;
|
|
188
|
-
className?: string;
|
|
189
|
-
wrapperClassName?: string;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
const AvatarGroupContainer: React.FC<AvatarGroupContainerProps>;
|
|
193
|
-
|
|
194
|
-
export default AvatarGroupContainer;
|
|
195
|
-
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
declare module 'src/components/Avatar/AvatarIcon' {
|
|
199
|
-
import * as React from 'react';
|
|
200
|
-
|
|
201
|
-
export type AvatarIconTag = ((...args: any[])=>any) | string;
|
|
202
|
-
|
|
203
|
-
export type AvatarIconHref = ((...args: any[])=>any) | string;
|
|
204
|
-
|
|
205
|
-
export interface AvatarIconProps extends React.HTMLAttributes<HTMLElement> {
|
|
206
|
-
[key: string]: any;
|
|
207
|
-
tag?: AvatarIconTag;
|
|
208
|
-
className?: string;
|
|
209
|
-
href?: AvatarIconHref;
|
|
210
|
-
color?: string;
|
|
211
|
-
size?: string;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
const AvatarIcon: React.FC<AvatarIconProps>;
|
|
215
|
-
|
|
216
|
-
export default AvatarIcon;
|
|
217
|
-
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
declare module 'src/components/Avatar/AvatarPresence' {
|
|
221
|
-
import * as React from 'react';
|
|
222
|
-
|
|
223
|
-
export type AvatarPresenceTag = ((...args: any[])=>any) | string;
|
|
224
|
-
|
|
225
|
-
export interface AvatarPresenceProps extends React.HTMLAttributes<HTMLElement> {
|
|
226
|
-
[key: string]: any;
|
|
227
|
-
tag?: AvatarPresenceTag;
|
|
228
|
-
className?: string;
|
|
229
|
-
presence?: string;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
const AvatarPresence: React.FC<AvatarPresenceProps>;
|
|
233
|
-
|
|
234
|
-
export default AvatarPresence;
|
|
235
|
-
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
declare module 'src/components/Avatar/AvatarStatus' {
|
|
239
|
-
import * as React from 'react';
|
|
240
|
-
|
|
241
|
-
export type AvatarStatusTag = ((...args: any[])=>any) | string;
|
|
242
|
-
|
|
243
|
-
export interface AvatarStatusProps extends React.HTMLAttributes<HTMLElement> {
|
|
244
|
-
[key: string]: any;
|
|
245
|
-
tag?: AvatarStatusTag;
|
|
246
|
-
className?: string;
|
|
247
|
-
status?: string;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
const AvatarStatus: React.FC<AvatarStatusProps>;
|
|
251
|
-
|
|
252
|
-
export default AvatarStatus;
|
|
253
|
-
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
declare module 'src/components/Avatar/AvatarWrapper' {
|
|
257
|
-
import * as React from 'react';
|
|
258
|
-
|
|
259
|
-
export type AvatarWrapperTag = ((...args: any[])=>any) | string;
|
|
260
|
-
|
|
261
|
-
export interface AvatarWrapperProps extends React.HTMLAttributes<HTMLElement> {
|
|
262
|
-
[key: string]: any;
|
|
263
|
-
tag?: AvatarWrapperTag;
|
|
264
|
-
className?: string;
|
|
265
|
-
extra?: string;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
const AvatarWrapper: React.FC<AvatarWrapperProps>;
|
|
269
|
-
|
|
270
|
-
export default AvatarWrapper;
|
|
271
|
-
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
declare module 'src/components/Badge/Badge' {
|
|
275
|
-
import * as React from 'react';
|
|
276
|
-
|
|
277
|
-
export interface BadgeProps extends React.HTMLAttributes<HTMLElement> {
|
|
278
|
-
[key: string]: any;
|
|
279
|
-
color?: string;
|
|
280
|
-
pill?: boolean;
|
|
281
|
-
tag?: string;
|
|
282
|
-
children?: React.ReactNode;
|
|
283
|
-
cssModule?: Object;
|
|
284
|
-
className?: string;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
const Badge: React.FC<BadgeProps>;
|
|
288
|
-
|
|
289
|
-
export default Badge;
|
|
290
|
-
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
declare module 'src/components/BottomNav/BottomNav' {
|
|
294
|
-
import * as React from 'react';
|
|
295
|
-
|
|
296
|
-
export type BottomNavTag = ((...args: any[])=>any) | string;
|
|
297
|
-
|
|
298
|
-
export interface BottomNavProps extends React.HTMLAttributes<HTMLElement> {
|
|
299
|
-
[key: string]: any;
|
|
300
|
-
tag?: BottomNavTag;
|
|
301
|
-
className?: string;
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
const BottomNav: React.FC<BottomNavProps>;
|
|
305
|
-
|
|
306
|
-
export default BottomNav;
|
|
307
|
-
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
declare module 'src/components/BottomNav/BottomNavItem' {
|
|
311
|
-
import * as React from 'react';
|
|
312
|
-
|
|
313
|
-
export type BottomNavItemTag = ((...args: any[])=>any) | string;
|
|
314
|
-
|
|
315
|
-
export interface BottomNavItemProps extends React.HTMLAttributes<HTMLElement> {
|
|
316
|
-
[key: string]: any;
|
|
317
|
-
tag?: BottomNavItemTag;
|
|
318
|
-
className?: string;
|
|
319
|
-
active?: boolean;
|
|
320
|
-
link?: string;
|
|
321
|
-
label?: string;
|
|
322
|
-
iconName?: string;
|
|
323
|
-
srText?: string;
|
|
324
|
-
alert?: boolean;
|
|
325
|
-
badge?: boolean;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
const BottomNavItem: React.FC<BottomNavItemProps>;
|
|
329
|
-
|
|
330
|
-
export default BottomNavItem;
|
|
331
|
-
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
declare module 'src/components/Button/Button' {
|
|
335
|
-
import * as React from 'react';
|
|
336
|
-
|
|
337
|
-
export interface ButtonProps extends React.HTMLAttributes<HTMLElement> {
|
|
338
|
-
[key: string]: any;
|
|
339
|
-
icon?: boolean;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
const Button: React.FC<ButtonProps>;
|
|
343
|
-
|
|
344
|
-
export default Button;
|
|
345
|
-
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
declare module 'src/components/Callout/Callout' {
|
|
349
|
-
import * as React from 'react';
|
|
350
|
-
|
|
351
|
-
export type CalloutTag = ((...args: any[])=>any) | string;
|
|
352
|
-
|
|
353
|
-
export interface CalloutProps extends React.HTMLAttributes<HTMLElement> {
|
|
354
|
-
[key: string]: any;
|
|
355
|
-
children?: React.ReactNode;
|
|
356
|
-
className?: string;
|
|
357
|
-
color?: string;
|
|
358
|
-
highlight?: boolean;
|
|
359
|
-
tag?: CalloutTag;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
const Callout: React.FC<CalloutProps>;
|
|
363
|
-
|
|
364
|
-
export default Callout;
|
|
365
|
-
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
declare module 'src/components/Callout/CalloutText' {
|
|
369
|
-
import * as React from 'react';
|
|
370
|
-
|
|
371
|
-
export type CalloutTextTag = ((...args: any[])=>any) | string;
|
|
372
|
-
|
|
373
|
-
export interface CalloutTextProps extends React.HTMLAttributes<HTMLElement> {
|
|
374
|
-
[key: string]: any;
|
|
375
|
-
bigText?: boolean;
|
|
376
|
-
className?: string;
|
|
377
|
-
children?: React.ReactNode;
|
|
378
|
-
tag?: CalloutTextTag;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
const CalloutText: React.FC<CalloutTextProps>;
|
|
382
|
-
|
|
383
|
-
export default CalloutText;
|
|
384
|
-
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
declare module 'src/components/Callout/CalloutTitle' {
|
|
388
|
-
import * as React from 'react';
|
|
389
|
-
|
|
390
|
-
export type CalloutTitleTag = ((...args: any[])=>any) | string;
|
|
391
|
-
|
|
392
|
-
export interface CalloutTitleProps extends React.HTMLAttributes<HTMLElement> {
|
|
393
|
-
[key: string]: any;
|
|
394
|
-
children?: React.ReactNode;
|
|
395
|
-
className?: string;
|
|
396
|
-
tag?: CalloutTitleTag;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
const CalloutTitle: React.FC<CalloutTitleProps>;
|
|
400
|
-
|
|
401
|
-
export default CalloutTitle;
|
|
402
|
-
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
declare module 'src/components/Card/Card' {
|
|
406
|
-
import * as React from 'react';
|
|
407
|
-
|
|
408
|
-
export interface CardProps extends React.HTMLAttributes<HTMLElement> {
|
|
409
|
-
[key: string]: any;
|
|
410
|
-
teaser?: boolean;
|
|
411
|
-
spacing?: boolean;
|
|
412
|
-
noWrapper?: boolean;
|
|
413
|
-
wrapperClassName?: string;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
const Card: React.FC<CardProps>;
|
|
417
|
-
|
|
418
|
-
export default Card;
|
|
419
|
-
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
declare module 'src/components/Card/CardCategory' {
|
|
423
|
-
import * as React from 'react';
|
|
424
|
-
|
|
425
|
-
export interface CardCategoryProps extends React.HTMLAttributes<HTMLElement> {
|
|
426
|
-
[key: string]: any;
|
|
427
|
-
iconName?: string;
|
|
428
|
-
date?: string;
|
|
429
|
-
href?: string;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
const CardCategory: React.FC<CardCategoryProps>;
|
|
433
|
-
|
|
434
|
-
export default CardCategory;
|
|
435
|
-
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
declare module 'src/components/Card/CardFooterCTA' {
|
|
439
|
-
import * as React from 'react';
|
|
440
|
-
|
|
441
|
-
export interface CardFooterCTAProps extends React.HTMLAttributes<HTMLElement> {
|
|
442
|
-
[key: string]: any;
|
|
443
|
-
className?: string;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
const CardFooterCTA: React.FC<CardFooterCTAProps>;
|
|
447
|
-
|
|
448
|
-
export default CardFooterCTA;
|
|
449
|
-
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
declare module 'src/components/Card/CardReadMore' {
|
|
453
|
-
import * as React from 'react';
|
|
454
|
-
|
|
455
|
-
export type CardReadMoreTag = ((...args: any[])=>any) | string | {
|
|
456
|
-
$$typeof?: Symbol;
|
|
457
|
-
render?: (...args: any[])=>any;
|
|
458
|
-
} | (((...args: any[])=>any) | string | {
|
|
459
|
-
$$typeof?: Symbol;
|
|
460
|
-
render?: (...args: any[])=>any;
|
|
461
|
-
})[];
|
|
462
|
-
|
|
463
|
-
export interface CardReadMoreProps extends React.HTMLAttributes<HTMLElement> {
|
|
464
|
-
[key: string]: any;
|
|
465
|
-
className?: string;
|
|
466
|
-
iconName?: string;
|
|
467
|
-
href?: string;
|
|
468
|
-
text?: string;
|
|
469
|
-
tag?: CardReadMoreTag;
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
const CardReadMore: React.FC<CardReadMoreProps>;
|
|
473
|
-
|
|
474
|
-
export default CardReadMore;
|
|
475
|
-
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
declare module 'src/components/Card/CardSignature' {
|
|
479
|
-
import * as React from 'react';
|
|
480
|
-
|
|
481
|
-
export interface CardSignatureProps extends React.HTMLAttributes<HTMLElement> {
|
|
482
|
-
[key: string]: any;
|
|
483
|
-
className?: string;
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
const CardSignature: React.FC<CardSignatureProps>;
|
|
487
|
-
|
|
488
|
-
export default CardSignature;
|
|
489
|
-
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
declare module 'src/components/Card/CardTag' {
|
|
493
|
-
import * as React from 'react';
|
|
494
|
-
|
|
495
|
-
export interface CardTagProps extends React.HTMLAttributes<HTMLElement> {
|
|
496
|
-
[key: string]: any;
|
|
497
|
-
tag?: string;
|
|
498
|
-
className?: string;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
const CardTag: React.FC<CardTagProps>;
|
|
502
|
-
|
|
503
|
-
export default CardTag;
|
|
504
|
-
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
declare module 'src/components/Card/CardTagsHeader' {
|
|
508
|
-
import * as React from 'react';
|
|
509
|
-
|
|
510
|
-
export interface CardTagsHeaderProps extends React.HTMLAttributes<HTMLElement> {
|
|
511
|
-
[key: string]: any;
|
|
512
|
-
children?: React.ReactNode;
|
|
513
|
-
date?: string;
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
const CardTagsHeader: React.FC<CardTagsHeaderProps>;
|
|
517
|
-
|
|
518
|
-
export default CardTagsHeader;
|
|
519
|
-
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
declare module 'src/components/Chips/Chip' {
|
|
523
|
-
import * as React from 'react';
|
|
524
|
-
|
|
525
|
-
export type ChipTag = ((...args: any[])=>any) | string;
|
|
526
|
-
|
|
527
|
-
export interface ChipProps extends React.HTMLAttributes<HTMLElement> {
|
|
528
|
-
[key: string]: any;
|
|
529
|
-
/**
|
|
530
|
-
* Utilizzarlo in caso di utilizzo di componenti personalizzati
|
|
531
|
-
*/
|
|
532
|
-
tag?: ChipTag;
|
|
533
|
-
/**
|
|
534
|
-
* Classi aggiuntive da usare per il componente Chip
|
|
535
|
-
*/
|
|
536
|
-
className?: string;
|
|
537
|
-
/**
|
|
538
|
-
* Impostarlo su `true` per centrare la label all'interno
|
|
539
|
-
*/
|
|
540
|
-
simple?: boolean;
|
|
541
|
-
/**
|
|
542
|
-
* Impostarlo su `true` per una versione più grande del componente Chip.
|
|
543
|
-
*/
|
|
544
|
-
large?: boolean;
|
|
545
|
-
/**
|
|
546
|
-
* Impostarlo su `true` per renderizzare il componente Chip come disabilitato
|
|
547
|
-
*/
|
|
548
|
-
disabled?: boolean;
|
|
549
|
-
color?: string;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
const Chip: React.FC<ChipProps>;
|
|
553
|
-
|
|
554
|
-
export default Chip;
|
|
555
|
-
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
declare module 'src/components/Chips/ChipLabel' {
|
|
559
|
-
import * as React from 'react';
|
|
560
|
-
|
|
561
|
-
export type ChipLabelTag = ((...args: any[])=>any) | string;
|
|
562
|
-
|
|
563
|
-
export interface ChipLabelProps extends React.HTMLAttributes<HTMLElement> {
|
|
564
|
-
[key: string]: any;
|
|
565
|
-
/**
|
|
566
|
-
* Utilizzarlo in caso di utilizzo di componenti personalizzati
|
|
567
|
-
*/
|
|
568
|
-
tag?: ChipLabelTag;
|
|
569
|
-
/**
|
|
570
|
-
* Classi aggiuntive da usare per il componente ChipLabel
|
|
571
|
-
*/
|
|
572
|
-
className?: string;
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
const ChipLabel: React.FC<ChipLabelProps>;
|
|
576
|
-
|
|
577
|
-
export default ChipLabel;
|
|
578
|
-
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
declare module 'src/components/Collapse/Collapse' {
|
|
582
|
-
import * as React from 'react';
|
|
583
|
-
|
|
584
|
-
export interface CollapseProps extends React.HTMLAttributes<HTMLElement> {
|
|
585
|
-
[key: string]: any;
|
|
586
|
-
header?: boolean;
|
|
587
|
-
/**
|
|
588
|
-
* Indica se il menu HeaderNav sia aperto o meno. Usato unicamente nel caso della HeaderNav, ovvero con navbar e header entrambi true
|
|
589
|
-
*/
|
|
590
|
-
inOpen?: boolean;
|
|
591
|
-
/**
|
|
592
|
-
* Funzione chiamata su click di overlay dell'HeaderNav aperto. Usato unicamente nel caso della HeaderNav, ovvero con navbar e header entrambi true
|
|
593
|
-
*/
|
|
594
|
-
onOverlayClick?: (...args: any[])=>any;
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
const Collapse: React.FC<CollapseProps>;
|
|
598
|
-
|
|
599
|
-
export default Collapse;
|
|
600
|
-
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
declare module 'src/components/CookieBar/CookieBar' {
|
|
604
|
-
import * as React from 'react';
|
|
605
|
-
|
|
606
|
-
export type CookieBarTag = ((...args: any[])=>any) | string;
|
|
607
|
-
|
|
608
|
-
export interface CookieBarProps extends React.HTMLAttributes<HTMLElement> {
|
|
609
|
-
[key: string]: any;
|
|
610
|
-
tag?: CookieBarTag;
|
|
611
|
-
className?: string;
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
const CookieBar: React.FC<CookieBarProps>;
|
|
615
|
-
|
|
616
|
-
export default CookieBar;
|
|
617
|
-
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
declare module 'src/components/CookieBar/CookieBarButton' {
|
|
621
|
-
import * as React from 'react';
|
|
622
|
-
|
|
623
|
-
export type CookieBarButtonTag = ((...args: any[])=>any) | string;
|
|
624
|
-
|
|
625
|
-
export interface CookieBarButtonProps extends React.HTMLAttributes<HTMLElement> {
|
|
626
|
-
[key: string]: any;
|
|
627
|
-
tag?: CookieBarButtonTag;
|
|
628
|
-
className?: string;
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
export default class CookieBarButton extends React.Component<CookieBarButtonProps, any> {
|
|
632
|
-
render(): JSX.Element;
|
|
633
|
-
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
declare module 'src/components/CookieBar/CookieBarButtons' {
|
|
639
|
-
import * as React from 'react';
|
|
640
|
-
|
|
641
|
-
export type CookieBarButtonsTag = ((...args: any[])=>any) | string;
|
|
642
|
-
|
|
643
|
-
export interface CookieBarButtonsProps extends React.HTMLAttributes<HTMLElement> {
|
|
644
|
-
[key: string]: any;
|
|
645
|
-
tag?: CookieBarButtonsTag;
|
|
646
|
-
className?: string;
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
const CookieBarButtons: React.FC<CookieBarButtonsProps>;
|
|
650
|
-
|
|
651
|
-
export default CookieBarButtons;
|
|
652
|
-
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
declare module 'src/components/Dimmer/Dimmer' {
|
|
656
|
-
import * as React from 'react';
|
|
657
|
-
|
|
658
|
-
export interface DimmerProps extends React.HTMLAttributes<HTMLElement> {
|
|
659
|
-
[key: string]: any;
|
|
660
|
-
icon?: string;
|
|
661
|
-
color?: string;
|
|
662
|
-
className?: string;
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
const Dimmer: React.FC<DimmerProps>;
|
|
666
|
-
|
|
667
|
-
export default Dimmer;
|
|
668
|
-
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
declare module 'src/components/Dimmer/DimmerButtons' {
|
|
672
|
-
import * as React from 'react';
|
|
673
|
-
|
|
674
|
-
export interface DimmerButtonsProps extends React.HTMLAttributes<HTMLElement> {
|
|
675
|
-
[key: string]: any;
|
|
676
|
-
color?: string;
|
|
677
|
-
dark?: string;
|
|
678
|
-
single?: string;
|
|
679
|
-
className?: string;
|
|
680
|
-
}
|
|
681
|
-
|
|
682
|
-
const DimmerButtons: React.FC<DimmerButtonsProps>;
|
|
683
|
-
|
|
684
|
-
export default DimmerButtons;
|
|
685
|
-
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
declare module 'src/components/FontLoader/FontLoader' {
|
|
689
|
-
import * as React from 'react';
|
|
690
|
-
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
declare module 'src/components/FormGroup/FormGroup' {
|
|
694
|
-
import * as React from 'react';
|
|
695
|
-
|
|
696
|
-
export interface FormGroupProps extends React.HTMLAttributes<HTMLElement> {
|
|
697
|
-
[key: string]: any;
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
export default class FormGroup extends React.Component<FormGroupProps, any> {
|
|
701
|
-
render(): JSX.Element;
|
|
702
|
-
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
declare module 'src/components/Forward/Forward' {
|
|
708
|
-
import * as React from 'react';
|
|
709
|
-
|
|
710
|
-
export interface ForwardScrollToRef {
|
|
711
|
-
current?: Element;
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
export interface ForwardProps extends React.HTMLAttributes<HTMLElement> {
|
|
715
|
-
[key: string]: any;
|
|
716
|
-
className?: string;
|
|
717
|
-
scrollToRef?: ForwardScrollToRef;
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
const Forward: React.FC<ForwardProps>;
|
|
721
|
-
|
|
722
|
-
export default Forward;
|
|
723
|
-
|
|
724
|
-
}
|
|
725
|
-
|
|
726
|
-
declare module 'src/components/Header/Header' {
|
|
727
|
-
import * as React from 'react';
|
|
728
|
-
|
|
729
|
-
export type HeaderType = "slim" | "center" | "navbar";
|
|
730
|
-
|
|
731
|
-
export type HeaderTheme = "" | "light" | "dark";
|
|
732
|
-
|
|
733
|
-
export interface HeaderProps extends React.HTMLAttributes<HTMLElement> {
|
|
734
|
-
[key: string]: any;
|
|
735
|
-
/**
|
|
736
|
-
* Classi addizionali per il componente Header
|
|
737
|
-
*/
|
|
738
|
-
className?: string;
|
|
739
|
-
type: HeaderType;
|
|
740
|
-
/**
|
|
741
|
-
* Riduce la grandezza del componente Header. Funziona solamente con Header "center".
|
|
742
|
-
*/
|
|
743
|
-
small?: boolean;
|
|
744
|
-
/**
|
|
745
|
-
* Imposta il tema per il componente Header. Per gli Header di tipo "slim" o "center"
|
|
746
|
-
* il valore di default è "dark". Per l'Header di tipo "nav" il tema di default è "light"
|
|
747
|
-
* in mobile, mentre "dark" in versione desktop.
|
|
748
|
-
*/
|
|
749
|
-
theme?: HeaderTheme;
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
const Header: React.FC<HeaderProps>;
|
|
753
|
-
|
|
754
|
-
export default Header;
|
|
755
|
-
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
declare module 'src/components/Header/HeaderBrand' {
|
|
759
|
-
import * as React from 'react';
|
|
760
|
-
|
|
761
|
-
export type HeaderBrandTag = ((...args: any[])=>any) | string;
|
|
762
|
-
|
|
763
|
-
export type HeaderBrandChildren = React.ReactNode[] | React.ReactNode;
|
|
764
|
-
|
|
765
|
-
export interface HeaderBrandProps extends React.HTMLAttributes<HTMLElement> {
|
|
766
|
-
[key: string]: any;
|
|
767
|
-
/**
|
|
768
|
-
* Utilizzarlo in caso di utilizzo di componenti personalizzati
|
|
769
|
-
*/
|
|
770
|
-
tag?: HeaderBrandTag;
|
|
771
|
-
/**
|
|
772
|
-
* Classi aggiuntive da usare per il componente HeaderBrand
|
|
773
|
-
*/
|
|
774
|
-
className?: string;
|
|
775
|
-
/**
|
|
776
|
-
* Da usare per la sovrascrittura di classi predefinite
|
|
777
|
-
*/
|
|
778
|
-
cssModule?: Object;
|
|
779
|
-
/**
|
|
780
|
-
* Da usare con il componente Header Nav in versione "responsive"
|
|
781
|
-
*/
|
|
782
|
-
responsive?: boolean;
|
|
783
|
-
/**
|
|
784
|
-
* Da utilizzare per specificare URL risorsa esterna.
|
|
785
|
-
*/
|
|
786
|
-
href?: string;
|
|
787
|
-
/**
|
|
788
|
-
* Icona da utilizzare nel componente. Utilizzata unicamente quando l'Header è di tipo Center.
|
|
789
|
-
*/
|
|
790
|
-
iconName?: string;
|
|
791
|
-
/**
|
|
792
|
-
* Elementi React da renderizzare al proprio interno.
|
|
793
|
-
*/
|
|
794
|
-
children?: HeaderBrandChildren;
|
|
795
|
-
}
|
|
796
|
-
|
|
797
|
-
export default class HeaderBrand extends React.PureComponent<HeaderBrandProps, any> {
|
|
798
|
-
render(): JSX.Element;
|
|
799
|
-
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
declare module 'src/components/Header/HeaderContent' {
|
|
805
|
-
import * as React from 'react';
|
|
806
|
-
|
|
807
|
-
export type HeaderContentExpand = boolean | string;
|
|
808
|
-
|
|
809
|
-
export interface HeaderContentProps extends React.HTMLAttributes<HTMLElement> {
|
|
810
|
-
[key: string]: any;
|
|
811
|
-
/**
|
|
812
|
-
* Classi addizionali per il componente HeaderContent
|
|
813
|
-
*/
|
|
814
|
-
className?: string;
|
|
815
|
-
/**
|
|
816
|
-
* Da utilizzare per indicare che all'interno dell'Header verrà utilizzato un Megamenu
|
|
817
|
-
*/
|
|
818
|
-
megamenu?: boolean;
|
|
819
|
-
/**
|
|
820
|
-
* Parametro per il controllo responsive del componente: valori Bootstrap standard sono "sm", "md", "lg", "xl"
|
|
821
|
-
*/
|
|
822
|
-
expand?: HeaderContentExpand;
|
|
823
|
-
}
|
|
824
|
-
|
|
825
|
-
export default class HeaderContent extends React.PureComponent<HeaderContentProps, any> {
|
|
826
|
-
render(): JSX.Element;
|
|
827
|
-
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
declare module 'src/components/Header/HeaderContext' {
|
|
833
|
-
import * as React from 'react';
|
|
834
|
-
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
declare module 'src/components/Header/HeaderLinkZone' {
|
|
838
|
-
import * as React from 'react';
|
|
839
|
-
|
|
840
|
-
export interface HeaderLinkZoneProps extends React.HTMLAttributes<HTMLElement> {
|
|
841
|
-
[key: string]: any;
|
|
842
|
-
/**
|
|
843
|
-
* Classi addizionali per il componente HeaderLinkZone, applicata all'element "nav" annidato
|
|
844
|
-
*/
|
|
845
|
-
className?: string;
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
const HeaderLinkZone: React.FC<HeaderLinkZoneProps>;
|
|
849
|
-
|
|
850
|
-
export default HeaderLinkZone;
|
|
851
|
-
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
declare module 'src/components/Header/HeaderRightZone' {
|
|
855
|
-
import * as React from 'react';
|
|
856
|
-
|
|
857
|
-
export interface HeaderRightZoneProps extends React.HTMLAttributes<HTMLElement> {
|
|
858
|
-
[key: string]: any;
|
|
859
|
-
/**
|
|
860
|
-
* Classi addizionali per il componente HeaderRightZone
|
|
861
|
-
*/
|
|
862
|
-
className?: string;
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
export default class HeaderRightZone extends React.PureComponent<HeaderRightZoneProps, any> {
|
|
866
|
-
render(): JSX.Element;
|
|
867
|
-
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
declare module 'src/components/Header/Headers' {
|
|
873
|
-
import * as React from 'react';
|
|
874
|
-
|
|
875
|
-
export interface HeadersProps extends React.HTMLAttributes<HTMLElement> {
|
|
876
|
-
[key: string]: any;
|
|
877
|
-
/**
|
|
878
|
-
* Aggiunge un ombra per enfatizzare il componente rispetto alla pagina in cui è contenuto
|
|
879
|
-
*/
|
|
880
|
-
shadow?: boolean;
|
|
881
|
-
/**
|
|
882
|
-
* Aggiunge il comportamento "sticky" ai componenti Header contenuti
|
|
883
|
-
*/
|
|
884
|
-
sticky?: boolean;
|
|
885
|
-
/**
|
|
886
|
-
* Classi addizionali per il componente Headers
|
|
887
|
-
*/
|
|
888
|
-
className?: string;
|
|
889
|
-
}
|
|
890
|
-
|
|
891
|
-
const Headers: React.FC<HeadersProps>;
|
|
892
|
-
|
|
893
|
-
export default Headers;
|
|
894
|
-
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
declare module 'src/components/Header/HeaderSearch' {
|
|
898
|
-
import * as React from 'react';
|
|
899
|
-
|
|
900
|
-
export interface HeaderSearchProps extends React.HTMLAttributes<HTMLElement> {
|
|
901
|
-
[key: string]: any;
|
|
902
|
-
/**
|
|
903
|
-
* Classi addizionali per il componente HeaderSearch
|
|
904
|
-
*/
|
|
905
|
-
className?: string;
|
|
906
|
-
/**
|
|
907
|
-
* Etichetta di testo da applicare all'elemento. In caso di stringa vuota non verrà mostrato alcun testo
|
|
908
|
-
*/
|
|
909
|
-
label?: string;
|
|
910
|
-
/**
|
|
911
|
-
* Nome dell'icona da utilizzare
|
|
912
|
-
*/
|
|
913
|
-
iconName?: string;
|
|
914
|
-
/**
|
|
915
|
-
* Indirizzo di indirizzamento al click dell'icona
|
|
916
|
-
*/
|
|
917
|
-
href?: string;
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
const HeaderSearch: React.FC<HeaderSearchProps>;
|
|
921
|
-
|
|
922
|
-
export default HeaderSearch;
|
|
923
|
-
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
declare module 'src/components/Header/HeaderSocialsZone' {
|
|
927
|
-
import * as React from 'react';
|
|
928
|
-
|
|
929
|
-
export type HeaderSocialsZoneChildren = React.ReactNode[] | React.ReactNode;
|
|
930
|
-
|
|
931
|
-
export interface HeaderSocialsZoneProps extends React.HTMLAttributes<HTMLElement> {
|
|
932
|
-
[key: string]: any;
|
|
933
|
-
/**
|
|
934
|
-
* Classi addizionali per il componente HeaderSocialsZone, verrà applicato all'elemento wrapper più esterno.
|
|
935
|
-
*/
|
|
936
|
-
className?: string;
|
|
937
|
-
/**
|
|
938
|
-
* Etichetta utilizzata per presentare i social presenti. In caso di stringa vuota non verrà mostrata alcuna etichetta
|
|
939
|
-
*/
|
|
940
|
-
label?: string;
|
|
941
|
-
/**
|
|
942
|
-
* Utilizzato per elencare i social da mostrare
|
|
943
|
-
*/
|
|
944
|
-
children?: HeaderSocialsZoneChildren;
|
|
945
|
-
}
|
|
946
|
-
|
|
947
|
-
const HeaderSocialsZone: React.FC<HeaderSocialsZoneProps>;
|
|
948
|
-
|
|
949
|
-
export default HeaderSocialsZone;
|
|
950
|
-
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
declare module 'src/components/Header/HeaderToggler' {
|
|
954
|
-
import * as React from 'react';
|
|
955
|
-
|
|
956
|
-
export interface HeaderTogglerProps extends React.HTMLAttributes<HTMLElement> {
|
|
957
|
-
[key: string]: any;
|
|
958
|
-
/**
|
|
959
|
-
* Tipo di elemento DOM da utilizzare: di default "a" per Header Slim, "button" per altri tipi di Header.
|
|
960
|
-
* Se fornito questo sovrascriverà il valore di default.
|
|
961
|
-
*/
|
|
962
|
-
tag?: string;
|
|
963
|
-
/**
|
|
964
|
-
* Indica l'attributo "type" sull'elemento DOM. Di default '' per Header Slim, "button" per altri tipi di Header.
|
|
965
|
-
* Se fornito questo sovrascriverà il valore di default.
|
|
966
|
-
*/
|
|
967
|
-
type?: string;
|
|
968
|
-
/**
|
|
969
|
-
* Classi addizionali per il componente HeaderToggler
|
|
970
|
-
*/
|
|
971
|
-
className?: string;
|
|
972
|
-
}
|
|
973
|
-
|
|
974
|
-
export default class HeaderToggler extends React.PureComponent<HeaderTogglerProps, any> {
|
|
975
|
-
render(): JSX.Element;
|
|
976
|
-
|
|
977
|
-
}
|
|
978
|
-
|
|
979
|
-
}
|
|
980
|
-
|
|
981
|
-
declare module 'src/components/Hero/Hero' {
|
|
982
|
-
import * as React from 'react';
|
|
983
|
-
|
|
984
|
-
const Hero: React.FC;
|
|
985
|
-
|
|
986
|
-
export default Hero;
|
|
987
|
-
|
|
988
|
-
}
|
|
989
|
-
|
|
990
|
-
declare module 'src/components/Icon/Icon' {
|
|
991
|
-
import * as React from 'react';
|
|
992
|
-
|
|
993
|
-
export interface IconProps extends React.HTMLAttributes<HTMLElement> {
|
|
994
|
-
[key: string]: any;
|
|
995
|
-
className?: string;
|
|
996
|
-
color?: string;
|
|
997
|
-
size?: string;
|
|
998
|
-
icon?: string;
|
|
999
|
-
padding?: boolean;
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
|
-
const Icon: React.FC<IconProps>;
|
|
1003
|
-
|
|
1004
|
-
export default Icon;
|
|
1005
|
-
|
|
1006
|
-
}
|
|
1007
|
-
|
|
1008
|
-
declare module 'src/components/Input/Input' {
|
|
1009
|
-
import * as React from 'react';
|
|
1010
|
-
|
|
1011
|
-
export type InputTag = ((...args: any[])=>any) | string;
|
|
1012
|
-
|
|
1013
|
-
export type InputInnerRef = Object | ((...args: any[])=>any) | string;
|
|
1014
|
-
|
|
1015
|
-
export interface InputProps extends React.HTMLAttributes<HTMLElement> {
|
|
1016
|
-
[key: string]: any;
|
|
1017
|
-
children?: React.ReactNode;
|
|
1018
|
-
type?: string;
|
|
1019
|
-
size?: string;
|
|
1020
|
-
label?: string;
|
|
1021
|
-
placeholder?: string;
|
|
1022
|
-
value?: string;
|
|
1023
|
-
id?: string;
|
|
1024
|
-
infoText?: string;
|
|
1025
|
-
normalized?: boolean;
|
|
1026
|
-
bsSize?: string;
|
|
1027
|
-
state?: any;
|
|
1028
|
-
valid?: boolean;
|
|
1029
|
-
invalid?: boolean;
|
|
1030
|
-
tag?: InputTag;
|
|
1031
|
-
innerRef?: InputInnerRef;
|
|
1032
|
-
static?: any;
|
|
1033
|
-
plaintext?: boolean;
|
|
1034
|
-
addon?: boolean;
|
|
1035
|
-
className?: string;
|
|
1036
|
-
cssModule?: Object;
|
|
1037
|
-
}
|
|
1038
|
-
|
|
1039
|
-
export default class Input extends React.Component<InputProps, any> {
|
|
1040
|
-
render(): JSX.Element;
|
|
1041
|
-
|
|
1042
|
-
}
|
|
1043
|
-
|
|
1044
|
-
}
|
|
1045
|
-
|
|
1046
|
-
declare module 'src/components/Input/InputContainer' {
|
|
1047
|
-
import * as React from 'react';
|
|
1048
|
-
|
|
1049
|
-
export interface InputContainerProps extends React.HTMLAttributes<HTMLElement> {
|
|
1050
|
-
[key: string]: any;
|
|
1051
|
-
value?: string;
|
|
1052
|
-
id?: string;
|
|
1053
|
-
label?: string;
|
|
1054
|
-
infoText?: string;
|
|
1055
|
-
wrapperClass?: string;
|
|
1056
|
-
activeClass?: string;
|
|
1057
|
-
infoTextClass?: string;
|
|
1058
|
-
children?: React.ReactNode;
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
const InputContainer: React.FC<InputContainerProps>;
|
|
1062
|
-
|
|
1063
|
-
export default InputContainer;
|
|
1064
|
-
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
|
-
declare module 'src/components/Input/utils' {
|
|
1068
|
-
import * as React from 'react';
|
|
1069
|
-
|
|
1070
|
-
}
|
|
1071
|
-
|
|
1072
|
-
declare module 'src/components/LinkList/LinkList' {
|
|
1073
|
-
import * as React from 'react';
|
|
1074
|
-
|
|
1075
|
-
export type LinkListTag = ((...args: any[])=>any) | string;
|
|
1076
|
-
|
|
1077
|
-
export interface LinkListProps extends React.HTMLAttributes<HTMLElement> {
|
|
1078
|
-
[key: string]: any;
|
|
1079
|
-
/**
|
|
1080
|
-
* Utilizzarlo in caso di utilizzo di componenti personalizzati
|
|
1081
|
-
*/
|
|
1082
|
-
tag?: LinkListTag;
|
|
1083
|
-
/**
|
|
1084
|
-
* Da utilizzare in caso di titolo principale della lista. Passare una componente React da mostrare come titolo
|
|
1085
|
-
*/
|
|
1086
|
-
header?: React.ReactNode;
|
|
1087
|
-
/**
|
|
1088
|
-
* Classi aggiuntive da usare per il componente lista del LinkList
|
|
1089
|
-
*/
|
|
1090
|
-
className?: string;
|
|
1091
|
-
/**
|
|
1092
|
-
* Classi aggiuntive da usare per il componente wrapper del LinkList
|
|
1093
|
-
*/
|
|
1094
|
-
wrapperClassName?: string;
|
|
1095
|
-
/**
|
|
1096
|
-
* Quando è abilitato gestisce una lista in cui ciascun elemento è composto da più componenti/elementi.
|
|
1097
|
-
*/
|
|
1098
|
-
multiline?: boolean;
|
|
1099
|
-
sublist?: boolean;
|
|
1100
|
-
avatar?: boolean;
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
const LinkList: React.FC<LinkListProps>;
|
|
1104
|
-
|
|
1105
|
-
export default LinkList;
|
|
1106
|
-
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
|
-
declare module 'src/components/LinkList/LinkListItem' {
|
|
1110
|
-
import * as React from 'react';
|
|
1111
|
-
|
|
1112
|
-
export type LinkListItemTag = ((...args: any[])=>any) | string;
|
|
1113
|
-
|
|
1114
|
-
export interface LinkListItemProps extends React.HTMLAttributes<HTMLElement> {
|
|
1115
|
-
[key: string]: any;
|
|
1116
|
-
/**
|
|
1117
|
-
* Indica se l'elemento è attivo o no
|
|
1118
|
-
*/
|
|
1119
|
-
active?: boolean;
|
|
1120
|
-
/**
|
|
1121
|
-
* Indica se l'elemento è disabilitato o no
|
|
1122
|
-
*/
|
|
1123
|
-
disabled?: boolean;
|
|
1124
|
-
/**
|
|
1125
|
-
* Indica se l'elemento è un titolo.
|
|
1126
|
-
*/
|
|
1127
|
-
header?: boolean;
|
|
1128
|
-
/**
|
|
1129
|
-
* Indica se l'elemento è un divisore
|
|
1130
|
-
*/
|
|
1131
|
-
divider?: boolean;
|
|
1132
|
-
/**
|
|
1133
|
-
* Utilizzarlo in caso di utilizzo di componenti personalizzati
|
|
1134
|
-
*/
|
|
1135
|
-
tag?: LinkListItemTag;
|
|
1136
|
-
/**
|
|
1137
|
-
* Classi aggiuntive da usare per il componente LinkListItem
|
|
1138
|
-
*/
|
|
1139
|
-
className?: any;
|
|
1140
|
-
/**
|
|
1141
|
-
* Indica il link a cui l'elemento deve puntare.
|
|
1142
|
-
*/
|
|
1143
|
-
href?: string;
|
|
1144
|
-
/**
|
|
1145
|
-
* Indica la taglia/grandezza dell'elemento
|
|
1146
|
-
*/
|
|
1147
|
-
size?: string;
|
|
1148
|
-
}
|
|
1149
|
-
|
|
1150
|
-
const LinkListItem: React.FC<LinkListItemProps>;
|
|
1151
|
-
|
|
1152
|
-
export default LinkListItem;
|
|
1153
|
-
|
|
1154
|
-
}
|
|
1155
|
-
|
|
1156
|
-
declare module 'src/components/Nav/Nav' {
|
|
1157
|
-
import * as React from 'react';
|
|
1158
|
-
|
|
1159
|
-
export type NavVertical = boolean | string;
|
|
1160
|
-
|
|
1161
|
-
export type NavTag = ((...args: any[])=>any) | string;
|
|
1162
|
-
|
|
1163
|
-
export interface NavProps extends React.HTMLAttributes<HTMLElement> {
|
|
1164
|
-
[key: string]: any;
|
|
1165
|
-
/**
|
|
1166
|
-
* Renderizza i componenti NavItem al suo interno come tab.
|
|
1167
|
-
*/
|
|
1168
|
-
tabs?: boolean;
|
|
1169
|
-
/**
|
|
1170
|
-
* Renderizza i componenti NavItem al suo interno come pills.
|
|
1171
|
-
*/
|
|
1172
|
-
pills?: boolean;
|
|
1173
|
-
/**
|
|
1174
|
-
* Renderizza i componenti NavItem al suo interno come tab.
|
|
1175
|
-
*/
|
|
1176
|
-
card?: boolean;
|
|
1177
|
-
/**
|
|
1178
|
-
* Se abilitato tutti i NavItem all'interno avranno la stessa larghezza
|
|
1179
|
-
*/
|
|
1180
|
-
justified?: boolean;
|
|
1181
|
-
/**
|
|
1182
|
-
* Se abilitato i NavItem all'intero occuperanno tutto lo spazio disponibile
|
|
1183
|
-
*/
|
|
1184
|
-
fill?: boolean;
|
|
1185
|
-
/**
|
|
1186
|
-
* Da utilizzare per rendere il componente Nav verticale. Viene abilitato automaticamente in versione mobile. Valori possibili sono `true`, `false` o `"xs"`
|
|
1187
|
-
*/
|
|
1188
|
-
vertical?: NavVertical;
|
|
1189
|
-
/**
|
|
1190
|
-
* Da utilizzare per cambiare l'allineamento all'interno della Nav. Valori possibili sono `"center"` o `"end"` per posizionare il contenuto a centro o sulla destra.
|
|
1191
|
-
*/
|
|
1192
|
-
horizontal?: string;
|
|
1193
|
-
/**
|
|
1194
|
-
* Se utilizzata all'interno di una navbar, impostarlo su `true`. In caso di Header Nav, impostarlo a `true` insieme a inHeader.
|
|
1195
|
-
*/
|
|
1196
|
-
navbar?: boolean;
|
|
1197
|
-
/**
|
|
1198
|
-
* Utilizzarlo in caso di utilizzo di componenti personalizzati
|
|
1199
|
-
*/
|
|
1200
|
-
tag?: NavTag;
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
const Nav: React.FC<NavProps>;
|
|
1204
|
-
|
|
1205
|
-
export default Nav;
|
|
1206
|
-
|
|
1207
|
-
}
|
|
1208
|
-
|
|
1209
|
-
declare module 'src/components/Notification/Notification' {
|
|
1210
|
-
import * as React from 'react';
|
|
1211
|
-
|
|
1212
|
-
export interface NotificationProps extends React.HTMLAttributes<HTMLElement> {
|
|
1213
|
-
[key: string]: any;
|
|
1214
|
-
header?: string;
|
|
1215
|
-
children?: React.ReactElement<any>;
|
|
1216
|
-
state?: string;
|
|
1217
|
-
dismissable?: boolean;
|
|
1218
|
-
fix?: string;
|
|
1219
|
-
withIcon?: boolean;
|
|
1220
|
-
style?: Object;
|
|
1221
|
-
}
|
|
1222
|
-
|
|
1223
|
-
const Notification: React.FC<NotificationProps>;
|
|
1224
|
-
|
|
1225
|
-
export default Notification;
|
|
1226
|
-
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
|
-
declare module 'src/components/Offcanvas/Offcanvas' {
|
|
1230
|
-
import * as React from 'react';
|
|
1231
|
-
|
|
1232
|
-
export type OffcanvasChildren = React.ReactNode[] | React.ReactNode;
|
|
1233
|
-
|
|
1234
|
-
export type OffcanvasTag = ((...args: any[])=>any) | string;
|
|
1235
|
-
|
|
1236
|
-
export interface OffcanvasProps extends React.HTMLAttributes<HTMLElement> {
|
|
1237
|
-
[key: string]: any;
|
|
1238
|
-
children?: OffcanvasChildren;
|
|
1239
|
-
tag?: OffcanvasTag;
|
|
1240
|
-
className?: string;
|
|
1241
|
-
onClose?: (...args: any[])=>any;
|
|
1242
|
-
isOpen?: boolean;
|
|
1243
|
-
}
|
|
1244
|
-
|
|
1245
|
-
export default class Offcanvas extends React.Component<OffcanvasProps, any> {
|
|
1246
|
-
render(): JSX.Element;
|
|
1247
|
-
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
|
-
declare module 'src/components/Pager/Pager' {
|
|
1253
|
-
import * as React from 'react';
|
|
1254
|
-
|
|
1255
|
-
export type PagerTag = ((...args: any[])=>any) | string;
|
|
1256
|
-
|
|
1257
|
-
export interface PagerProps extends React.HTMLAttributes<HTMLElement> {
|
|
1258
|
-
[key: string]: any;
|
|
1259
|
-
children?: React.ReactNode;
|
|
1260
|
-
className?: string;
|
|
1261
|
-
tag?: PagerTag;
|
|
1262
|
-
"aria-label"?: string;
|
|
1263
|
-
}
|
|
1264
|
-
|
|
1265
|
-
const Pager: React.FC<PagerProps>;
|
|
1266
|
-
|
|
1267
|
-
export default Pager;
|
|
1268
|
-
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1271
|
-
declare module 'src/components/PagerList/PagerList' {
|
|
1272
|
-
import * as React from 'react';
|
|
1273
|
-
|
|
1274
|
-
export type PagerListTag = ((...args: any[])=>any) | string;
|
|
1275
|
-
|
|
1276
|
-
export interface PagerListProps extends React.HTMLAttributes<HTMLElement> {
|
|
1277
|
-
[key: string]: any;
|
|
1278
|
-
className?: string;
|
|
1279
|
-
size?: string;
|
|
1280
|
-
tag?: PagerListTag;
|
|
1281
|
-
}
|
|
1282
|
-
|
|
1283
|
-
const PagerList: React.FC<PagerListProps>;
|
|
1284
|
-
|
|
1285
|
-
export default PagerList;
|
|
1286
|
-
|
|
1287
|
-
}
|
|
1288
|
-
|
|
1289
|
-
declare module 'src/components/PasswordInput/PasswordInput' {
|
|
1290
|
-
import * as React from 'react';
|
|
1291
|
-
|
|
1292
|
-
export interface PasswordInputProps extends React.HTMLAttributes<HTMLElement> {
|
|
1293
|
-
[key: string]: any;
|
|
1294
|
-
}
|
|
1295
|
-
|
|
1296
|
-
export default class PasswordInput extends React.Component<PasswordInputProps, any> {
|
|
1297
|
-
render(): JSX.Element;
|
|
1298
|
-
|
|
1299
|
-
}
|
|
1300
|
-
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
declare module 'src/components/PasswordMeter/PasswordMeter' {
|
|
1304
|
-
import * as React from 'react';
|
|
1305
|
-
|
|
1306
|
-
export interface PasswordMeterSteps {
|
|
1307
|
-
score?: number;
|
|
1308
|
-
label?: string;
|
|
1309
|
-
className?: string;
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1312
|
-
export interface PasswordMeterProps extends React.HTMLAttributes<HTMLElement> {
|
|
1313
|
-
[key: string]: any;
|
|
1314
|
-
score?: number;
|
|
1315
|
-
steps?: PasswordMeterSteps[];
|
|
1316
|
-
}
|
|
1317
|
-
|
|
1318
|
-
export default class PasswordMeter extends React.Component<PasswordMeterProps, any> {
|
|
1319
|
-
render(): JSX.Element;
|
|
1320
|
-
|
|
1321
|
-
}
|
|
1322
|
-
|
|
1323
|
-
}
|
|
1324
|
-
|
|
1325
|
-
declare module 'src/components/Progress/Progress' {
|
|
1326
|
-
import * as React from 'react';
|
|
1327
|
-
|
|
1328
|
-
export type ProgressTag = ((...args: any[])=>any) | string;
|
|
1329
|
-
|
|
1330
|
-
export interface ProgressProps extends React.HTMLAttributes<HTMLElement> {
|
|
1331
|
-
[key: string]: any;
|
|
1332
|
-
tag?: ProgressTag;
|
|
1333
|
-
className?: string;
|
|
1334
|
-
value?: number;
|
|
1335
|
-
label?: string;
|
|
1336
|
-
indeterminate?: boolean;
|
|
1337
|
-
color?: string;
|
|
1338
|
-
}
|
|
1339
|
-
|
|
1340
|
-
export default class Progress extends React.Component<ProgressProps, any> {
|
|
1341
|
-
render(): JSX.Element;
|
|
1342
|
-
|
|
1343
|
-
}
|
|
1344
|
-
|
|
1345
|
-
}
|
|
1346
|
-
|
|
1347
|
-
declare module 'src/components/Rating/Rating' {
|
|
1348
|
-
import * as React from 'react';
|
|
1349
|
-
|
|
1350
|
-
export type RatingLegend = any | any | any;
|
|
1351
|
-
|
|
1352
|
-
export interface RatingProps extends React.HTMLAttributes<HTMLElement> {
|
|
1353
|
-
[key: string]: any;
|
|
1354
|
-
/**
|
|
1355
|
-
* La lista di id per ciascun elemento intero del Rating. La lista deve essere ordinata dal rating 1 al rating 5.
|
|
1356
|
-
*/
|
|
1357
|
-
inputs: string[];
|
|
1358
|
-
/**
|
|
1359
|
-
* Il campo "label" è impostato di default su "Valuta ${n} stelle su 5", ma può essere personalizzato con questa funzione che riceve il numero input come argomento `function (n: number) => string`.
|
|
1360
|
-
*/
|
|
1361
|
-
labelTemplate?: (...args: any[])=>any;
|
|
1362
|
-
/**
|
|
1363
|
-
* Da utilizzare in caso legenda principale del Rating. Passare una componente React da mostrare come legenda (all'interno del tag `<legend>`). It is possible also to show the legend of screen readers only
|
|
1364
|
-
*/
|
|
1365
|
-
legend?: RatingLegend;
|
|
1366
|
-
/**
|
|
1367
|
-
* Mostra la leggenda solo ai dispositivi screen reader
|
|
1368
|
-
*/
|
|
1369
|
-
name?: string;
|
|
1370
|
-
/**
|
|
1371
|
-
* Classi aggiuntive da usare per il componente wrapper del Rating
|
|
1372
|
-
*/
|
|
1373
|
-
wrapperClassName?: string;
|
|
1374
|
-
/**
|
|
1375
|
-
* Classi aggiuntive da usare per ciascun elemento all'interno del componente Rating
|
|
1376
|
-
*/
|
|
1377
|
-
className?: string;
|
|
1378
|
-
/**
|
|
1379
|
-
* Callback chiamata ad ogni cambio di valore di rating. Il nuovo valore ed il name verranno passati: `function (n, name) => void`
|
|
1380
|
-
*/
|
|
1381
|
-
onChangeRating?: (...args: any[])=>any;
|
|
1382
|
-
/**
|
|
1383
|
-
* Rende il componente read-only
|
|
1384
|
-
*/
|
|
1385
|
-
readOnly?: boolean;
|
|
1386
|
-
/**
|
|
1387
|
-
* Il valore corrente del componente
|
|
1388
|
-
*/
|
|
1389
|
-
value?: number;
|
|
1390
|
-
}
|
|
1391
|
-
|
|
1392
|
-
const Rating: React.FC<RatingProps>;
|
|
1393
|
-
|
|
1394
|
-
export default Rating;
|
|
1395
|
-
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1398
|
-
declare module 'src/components/Section/Section' {
|
|
1399
|
-
import * as React from 'react';
|
|
1400
|
-
|
|
1401
|
-
export interface SectionProps extends React.HTMLAttributes<HTMLElement> {
|
|
1402
|
-
[key: string]: any;
|
|
1403
|
-
muted?: string;
|
|
1404
|
-
color?: string;
|
|
1405
|
-
neutral?: string;
|
|
1406
|
-
image?: string;
|
|
1407
|
-
className?: string;
|
|
1408
|
-
}
|
|
1409
|
-
|
|
1410
|
-
const Section: React.FC<SectionProps>;
|
|
1411
|
-
|
|
1412
|
-
export default Section;
|
|
1413
|
-
|
|
1414
|
-
}
|
|
1415
|
-
|
|
1416
|
-
declare module 'src/components/Separator/Separator' {
|
|
1417
|
-
import * as React from 'react';
|
|
1418
|
-
|
|
1419
|
-
export interface SeparatorClassNames {
|
|
1420
|
-
top?: string;
|
|
1421
|
-
bottom?: string;
|
|
1422
|
-
}
|
|
1423
|
-
|
|
1424
|
-
export interface SeparatorProps extends React.HTMLAttributes<HTMLElement> {
|
|
1425
|
-
[key: string]: any;
|
|
1426
|
-
colorTop?: string;
|
|
1427
|
-
colorBottom?: string;
|
|
1428
|
-
classNames?: SeparatorClassNames;
|
|
1429
|
-
}
|
|
1430
|
-
|
|
1431
|
-
const Separator: React.FC<SeparatorProps>;
|
|
1432
|
-
|
|
1433
|
-
export default Separator;
|
|
1434
|
-
|
|
1435
|
-
}
|
|
1436
|
-
|
|
1437
|
-
declare module 'src/components/Sidebar/Sidebar' {
|
|
1438
|
-
import * as React from 'react';
|
|
1439
|
-
|
|
1440
|
-
export type SidebarTag = ((...args: any[])=>any) | string;
|
|
1441
|
-
|
|
1442
|
-
export interface SidebarProps extends React.HTMLAttributes<HTMLElement> {
|
|
1443
|
-
[key: string]: any;
|
|
1444
|
-
tag?: SidebarTag;
|
|
1445
|
-
className?: string;
|
|
1446
|
-
secondary?: boolean;
|
|
1447
|
-
left?: boolean;
|
|
1448
|
-
right?: boolean;
|
|
1449
|
-
dark?: boolean;
|
|
1450
|
-
}
|
|
1451
|
-
|
|
1452
|
-
const Sidebar: React.FC<SidebarProps>;
|
|
1453
|
-
|
|
1454
|
-
export default Sidebar;
|
|
1455
|
-
|
|
1456
|
-
}
|
|
1457
|
-
|
|
1458
|
-
declare module 'src/components/Skiplink/Skiplink' {
|
|
1459
|
-
import * as React from 'react';
|
|
1460
|
-
|
|
1461
|
-
export type SkiplinkTag = ((...args: any[])=>any) | string;
|
|
1462
|
-
|
|
1463
|
-
export interface SkiplinkProps extends React.HTMLAttributes<HTMLElement> {
|
|
1464
|
-
[key: string]: any;
|
|
1465
|
-
tag?: SkiplinkTag;
|
|
1466
|
-
className?: string;
|
|
1467
|
-
}
|
|
1468
|
-
|
|
1469
|
-
const Skiplink: React.FC<SkiplinkProps>;
|
|
1470
|
-
|
|
1471
|
-
export default Skiplink;
|
|
1472
|
-
|
|
1473
|
-
}
|
|
1474
|
-
|
|
1475
|
-
declare module 'src/components/Skiplink/SkiplinkItem' {
|
|
1476
|
-
import * as React from 'react';
|
|
1477
|
-
|
|
1478
|
-
export type SkiplinkItemTag = ((...args: any[])=>any) | string;
|
|
1479
|
-
|
|
1480
|
-
export interface SkiplinkItemProps extends React.HTMLAttributes<HTMLElement> {
|
|
1481
|
-
[key: string]: any;
|
|
1482
|
-
tag?: SkiplinkItemTag;
|
|
1483
|
-
className?: string;
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
const SkiplinkItem: React.FC<SkiplinkItemProps>;
|
|
1487
|
-
|
|
1488
|
-
export default SkiplinkItem;
|
|
1489
|
-
|
|
1490
|
-
}
|
|
1491
|
-
|
|
1492
|
-
declare module 'src/components/Spinner/Spinner' {
|
|
1493
|
-
import * as React from 'react';
|
|
1494
|
-
|
|
1495
|
-
export type SpinnerTag = ((...args: any[])=>any) | string;
|
|
1496
|
-
|
|
1497
|
-
export interface SpinnerProps extends React.HTMLAttributes<HTMLElement> {
|
|
1498
|
-
[key: string]: any;
|
|
1499
|
-
tag?: SpinnerTag;
|
|
1500
|
-
className?: string;
|
|
1501
|
-
active?: boolean;
|
|
1502
|
-
small?: boolean;
|
|
1503
|
-
double?: boolean;
|
|
1504
|
-
}
|
|
1505
|
-
|
|
1506
|
-
export default class Spinner extends React.Component<SpinnerProps, any> {
|
|
1507
|
-
render(): JSX.Element;
|
|
1508
|
-
|
|
1509
|
-
}
|
|
1510
|
-
|
|
1511
|
-
}
|
|
1512
|
-
|
|
1513
|
-
declare module 'src/components/Stepper/StepperContainer' {
|
|
1514
|
-
import * as React from 'react';
|
|
1515
|
-
|
|
1516
|
-
export type StepperContainerTag = ((...args: any[])=>any) | string;
|
|
1517
|
-
|
|
1518
|
-
export interface StepperContainerProps extends React.HTMLAttributes<HTMLElement> {
|
|
1519
|
-
[key: string]: any;
|
|
1520
|
-
tag?: StepperContainerTag;
|
|
1521
|
-
className?: string;
|
|
1522
|
-
children?: React.ReactElement<any>;
|
|
1523
|
-
dark?: string;
|
|
1524
|
-
mobile?: boolean;
|
|
1525
|
-
}
|
|
1526
|
-
|
|
1527
|
-
const StepperContainer: React.FC<StepperContainerProps>;
|
|
1528
|
-
|
|
1529
|
-
export default StepperContainer;
|
|
1530
|
-
|
|
1531
|
-
}
|
|
1532
|
-
|
|
1533
|
-
declare module 'src/components/Stepper/StepperContent' {
|
|
1534
|
-
import * as React from 'react';
|
|
1535
|
-
|
|
1536
|
-
export type StepperContentTag = ((...args: any[])=>any) | string;
|
|
1537
|
-
|
|
1538
|
-
export interface StepperContentProps extends React.HTMLAttributes<HTMLElement> {
|
|
1539
|
-
[key: string]: any;
|
|
1540
|
-
tag?: StepperContentTag;
|
|
1541
|
-
className?: string;
|
|
1542
|
-
children?: React.ReactElement<any>;
|
|
1543
|
-
dark?: boolean;
|
|
1544
|
-
}
|
|
1545
|
-
|
|
1546
|
-
const StepperContent: React.FC<StepperContentProps>;
|
|
1547
|
-
|
|
1548
|
-
export default StepperContent;
|
|
1549
|
-
|
|
1550
|
-
}
|
|
1551
|
-
|
|
1552
|
-
declare module 'src/components/Stepper/StepperDots' {
|
|
1553
|
-
import * as React from 'react';
|
|
1554
|
-
|
|
1555
|
-
export type StepperDotsTag = ((...args: any[])=>any) | string;
|
|
1556
|
-
|
|
1557
|
-
export interface StepperDotsProps extends React.HTMLAttributes<HTMLElement> {
|
|
1558
|
-
[key: string]: any;
|
|
1559
|
-
tag?: StepperDotsTag;
|
|
1560
|
-
classNames?: string;
|
|
1561
|
-
children?: React.ReactElement<any>;
|
|
1562
|
-
}
|
|
1563
|
-
|
|
1564
|
-
const StepperDots: React.FC<StepperDotsProps>;
|
|
1565
|
-
|
|
1566
|
-
export default StepperDots;
|
|
1567
|
-
|
|
1568
|
-
}
|
|
1569
|
-
|
|
1570
|
-
declare module 'src/components/Stepper/StepperHeader' {
|
|
1571
|
-
import * as React from 'react';
|
|
1572
|
-
|
|
1573
|
-
export type StepperHeaderTag = ((...args: any[])=>any) | string;
|
|
1574
|
-
|
|
1575
|
-
export interface StepperHeaderProps extends React.HTMLAttributes<HTMLElement> {
|
|
1576
|
-
[key: string]: any;
|
|
1577
|
-
tag?: StepperHeaderTag;
|
|
1578
|
-
classNames?: string;
|
|
1579
|
-
children?: React.ReactElement<any>;
|
|
1580
|
-
}
|
|
1581
|
-
|
|
1582
|
-
const StepperHeader: React.FC<StepperHeaderProps>;
|
|
1583
|
-
|
|
1584
|
-
export default StepperHeader;
|
|
1585
|
-
|
|
1586
|
-
}
|
|
1587
|
-
|
|
1588
|
-
declare module 'src/components/Stepper/StepperHeaderElement' {
|
|
1589
|
-
import * as React from 'react';
|
|
1590
|
-
|
|
1591
|
-
export type StepperHeaderElementTag = ((...args: any[])=>any) | string;
|
|
1592
|
-
|
|
1593
|
-
export interface StepperHeaderElementProps extends React.HTMLAttributes<HTMLElement> {
|
|
1594
|
-
[key: string]: any;
|
|
1595
|
-
tag?: StepperHeaderElementTag;
|
|
1596
|
-
className?: string;
|
|
1597
|
-
variant?: string;
|
|
1598
|
-
children?: React.ReactElement<any>;
|
|
1599
|
-
icon?: string;
|
|
1600
|
-
iconName?: string;
|
|
1601
|
-
stepperNumber?: React.ReactElement<any>;
|
|
1602
|
-
noLine?: boolean;
|
|
1603
|
-
}
|
|
1604
|
-
|
|
1605
|
-
const StepperHeaderElement: React.FC<StepperHeaderElementProps>;
|
|
1606
|
-
|
|
1607
|
-
export default StepperHeaderElement;
|
|
1608
|
-
|
|
1609
|
-
}
|
|
1610
|
-
|
|
1611
|
-
declare module 'src/components/Stepper/StepperNav' {
|
|
1612
|
-
import * as React from 'react';
|
|
1613
|
-
|
|
1614
|
-
export type StepperNavTag = ((...args: any[])=>any) | string;
|
|
1615
|
-
|
|
1616
|
-
export interface StepperNavProps extends React.HTMLAttributes<HTMLElement> {
|
|
1617
|
-
[key: string]: any;
|
|
1618
|
-
tag?: StepperNavTag;
|
|
1619
|
-
classNames?: string;
|
|
1620
|
-
children?: React.ReactElement<any>;
|
|
1621
|
-
}
|
|
1622
|
-
|
|
1623
|
-
const StepperNav: React.FC<StepperNavProps>;
|
|
1624
|
-
|
|
1625
|
-
export default StepperNav;
|
|
1626
|
-
|
|
1627
|
-
}
|
|
1628
|
-
|
|
1629
|
-
declare module 'src/components/Table/Table' {
|
|
1630
|
-
import * as React from 'react';
|
|
1631
|
-
|
|
1632
|
-
export interface TableProps extends React.HTMLAttributes<HTMLElement> {
|
|
1633
|
-
[key: string]: any;
|
|
1634
|
-
children?: React.ReactNode;
|
|
1635
|
-
className?: string;
|
|
1636
|
-
bordered?: boolean;
|
|
1637
|
-
compact?: boolean;
|
|
1638
|
-
striped?: boolean;
|
|
1639
|
-
hoverable?: boolean;
|
|
1640
|
-
responsive?: boolean;
|
|
1641
|
-
}
|
|
1642
|
-
|
|
1643
|
-
export default class Table extends React.Component<TableProps, any> {
|
|
1644
|
-
render(): JSX.Element;
|
|
1645
|
-
|
|
1646
|
-
}
|
|
1647
|
-
|
|
1648
|
-
}
|
|
1649
|
-
|
|
1650
|
-
declare module 'src/components/Timeline/TimelinePin' {
|
|
1651
|
-
import * as React from 'react';
|
|
1652
|
-
|
|
1653
|
-
export interface TimelinePinProps extends React.HTMLAttributes<HTMLElement> {
|
|
1654
|
-
[key: string]: any;
|
|
1655
|
-
className?: string;
|
|
1656
|
-
icon?: string;
|
|
1657
|
-
label?: string;
|
|
1658
|
-
now?: boolean;
|
|
1659
|
-
nowText?: string;
|
|
1660
|
-
past?: boolean;
|
|
1661
|
-
}
|
|
1662
|
-
|
|
1663
|
-
const TimelinePin: React.FC<TimelinePinProps>;
|
|
1664
|
-
|
|
1665
|
-
export default TimelinePin;
|
|
1666
|
-
|
|
1667
|
-
}
|
|
1668
|
-
|
|
1669
|
-
declare module 'src/components/Timeline/TimelineWrapper' {
|
|
1670
|
-
import * as React from 'react';
|
|
1671
|
-
|
|
1672
|
-
export interface TimelineProps extends React.HTMLAttributes<HTMLElement> {
|
|
1673
|
-
[key: string]: any;
|
|
1674
|
-
className?: string;
|
|
1675
|
-
}
|
|
1676
|
-
|
|
1677
|
-
const Timeline: React.FC<TimelineProps>;
|
|
1678
|
-
|
|
1679
|
-
export default Timeline;
|
|
1680
|
-
|
|
1681
|
-
}
|
|
1682
|
-
|
|
1683
|
-
declare module 'src/components/Toggle/Toggle' {
|
|
1684
|
-
import * as React from 'react';
|
|
1685
|
-
|
|
1686
|
-
export type ToggleLabel = string | React.ReactElement<any>;
|
|
1687
|
-
|
|
1688
|
-
export interface ToggleProps extends React.HTMLAttributes<HTMLElement> {
|
|
1689
|
-
[key: string]: any;
|
|
1690
|
-
label?: ToggleLabel;
|
|
1691
|
-
}
|
|
1692
|
-
|
|
1693
|
-
export default class Toggle extends React.Component<ToggleProps, any> {
|
|
1694
|
-
render(): JSX.Element;
|
|
1695
|
-
|
|
1696
|
-
}
|
|
1697
|
-
|
|
1698
|
-
}
|
|
1699
|
-
|
|
1700
|
-
declare module 'src/components/utils' {
|
|
1701
|
-
import * as React from 'react';
|
|
1702
|
-
|
|
1703
|
-
}
|
|
1704
|
-
|