@ckbox/components 1.1.1-dev.0 → 1.2.0-dev.0
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.md +3 -3
- package/dist/bottombar/Bottombar.d.ts +17 -0
- package/dist/bottombar/index.d.ts +1 -0
- package/dist/button/Button.d.ts +83 -0
- package/dist/button/index.d.ts +2 -0
- package/dist/button/types.d.ts +3 -0
- package/dist/checkbox/Checkbox.d.ts +33 -0
- package/dist/checkbox/index.d.ts +1 -0
- package/dist/circularLoader/CircularLoader.d.ts +21 -0
- package/dist/circularLoader/index.d.ts +1 -0
- package/dist/containerQuery/ContainerQuery.d.ts +18 -0
- package/dist/containerQuery/breakpoints/Breakpoints.d.ts +36 -0
- package/dist/containerQuery/breakpoints/index.d.ts +1 -0
- package/dist/containerQuery/context/ContainerQueryContext.d.ts +18 -0
- package/dist/containerQuery/context/index.d.ts +1 -0
- package/dist/containerQuery/index.d.ts +3 -0
- package/dist/containerQuery/provider/ContainerQueryProvider.d.ts +18 -0
- package/dist/containerQuery/provider/index.d.ts +1 -0
- package/dist/copyButton/CopyButton.d.ts +17 -0
- package/dist/copyButton/index.d.ts +1 -0
- package/dist/copyableInput/CopyableInput.d.ts +25 -0
- package/dist/copyableInput/index.d.ts +1 -0
- package/dist/dialog/Dialog.d.ts +9 -0
- package/dist/dialog/actions/DialogActions.d.ts +9 -0
- package/dist/dialog/actions/index.d.ts +1 -0
- package/dist/dialog/animated/DialogAnimated.d.ts +30 -0
- package/dist/dialog/animated/index.d.ts +1 -0
- package/dist/dialog/column/DialogColumn.d.ts +13 -0
- package/dist/dialog/column/index.d.ts +1 -0
- package/dist/dialog/context/DialogContext.d.ts +18 -0
- package/dist/dialog/context/index.d.ts +1 -0
- package/dist/dialog/draggable/DialogDraggable.d.ts +23 -0
- package/dist/dialog/draggable/index.d.ts +1 -0
- package/dist/dialog/footer/DialogFooter.d.ts +18 -0
- package/dist/dialog/footer/index.d.ts +1 -0
- package/dist/dialog/header/DialogHeader.d.ts +49 -0
- package/dist/dialog/header/index.d.ts +1 -0
- package/dist/dialog/index.d.ts +7 -0
- package/dist/dialog/root/DialogRoot.d.ts +9 -0
- package/dist/dialog/root/index.d.ts +1 -0
- package/dist/dialog/row/DialogRow.d.ts +9 -0
- package/dist/dialog/row/index.d.ts +1 -0
- package/dist/dialog/section/DialogSection.d.ts +45 -0
- package/dist/dialog/section/index.d.ts +1 -0
- package/dist/docIcon/DocIcon.d.ts +11 -0
- package/dist/docIcon/icons/Archive.d.ts +4 -0
- package/dist/docIcon/icons/Empty.d.ts +4 -0
- package/dist/docIcon/icons/Excel.d.ts +4 -0
- package/dist/docIcon/icons/Img.d.ts +4 -0
- package/dist/docIcon/icons/Movie.d.ts +4 -0
- package/dist/docIcon/icons/Music.d.ts +4 -0
- package/dist/docIcon/icons/Pdf.d.ts +4 -0
- package/dist/docIcon/icons/Ppt.d.ts +4 -0
- package/dist/docIcon/icons/Txt.d.ts +4 -0
- package/dist/docIcon/icons/Word.d.ts +4 -0
- package/dist/docIcon/icons/index.d.ts +10 -0
- package/dist/docIcon/index.d.ts +2 -0
- package/dist/drawer/Drawer.d.ts +25 -0
- package/dist/drawer/actions/DrawerActions.d.ts +9 -0
- package/dist/drawer/actions/index.d.ts +1 -0
- package/dist/drawer/content/DrawerContent.d.ts +9 -0
- package/dist/drawer/content/index.d.ts +1 -0
- package/dist/drawer/context/DrawerContext.d.ts +9 -0
- package/dist/drawer/context/index.d.ts +1 -0
- package/dist/drawer/header/DrawerHeader.d.ts +13 -0
- package/dist/drawer/header/index.d.ts +1 -0
- package/dist/drawer/index.d.ts +5 -0
- package/dist/drawer/section/DrawerSection.d.ts +17 -0
- package/dist/drawer/section/index.d.ts +1 -0
- package/dist/emptyView/EmptyView.d.ts +22 -0
- package/dist/emptyView/index.d.ts +2 -0
- package/dist/emptyView/label/EmptyViewLabel.d.ts +13 -0
- package/dist/emptyView/label/index.d.ts +1 -0
- package/dist/fileInputButton/FileInputButton.d.ts +30 -0
- package/dist/fileInputButton/index.d.ts +1 -0
- package/dist/filePreview/FilePreview.d.ts +29 -0
- package/dist/filePreview/actions/FilePreviewActions.d.ts +21 -0
- package/dist/filePreview/actions/index.d.ts +1 -0
- package/dist/filePreview/content/FilePreviewContent.d.ts +9 -0
- package/dist/filePreview/content/index.d.ts +1 -0
- package/dist/filePreview/context/FilePreviewContext.d.ts +9 -0
- package/dist/filePreview/context/index.d.ts +1 -0
- package/dist/filePreview/hoverable/FilePreviewHoverable.d.ts +9 -0
- package/dist/filePreview/hoverable/index.d.ts +1 -0
- package/dist/filePreview/index.d.ts +6 -0
- package/dist/filePreview/navButton/FilePreviewNavButton.d.ts +22 -0
- package/dist/filePreview/navButton/index.d.ts +1 -0
- package/dist/filePreview/tooltip/FilePreviewTooltip.d.ts +9 -0
- package/dist/filePreview/tooltip/index.d.ts +1 -0
- package/dist/fixed/Fixed.d.ts +9 -0
- package/dist/fixed/context/FixedContext.d.ts +9 -0
- package/dist/fixed/context/index.d.ts +1 -0
- package/dist/fixed/index.d.ts +3 -0
- package/dist/fixed/provider/FixedProvider.d.ts +14 -0
- package/dist/fixed/provider/index.d.ts +1 -0
- package/dist/form/Form.d.ts +21 -0
- package/dist/form/feedback/FormFeedback.d.ts +17 -0
- package/dist/form/feedback/index.d.ts +1 -0
- package/dist/form/group/FormGroup.d.ts +13 -0
- package/dist/form/group/index.d.ts +1 -0
- package/dist/form/groupColumn/FormGroupColumn.d.ts +9 -0
- package/dist/form/groupColumn/index.d.ts +1 -0
- package/dist/form/groupInfo/FormGroupInfo.d.ts +9 -0
- package/dist/form/groupInfo/index.d.ts +1 -0
- package/dist/form/index.d.ts +6 -0
- package/dist/form/inputLabel/FormInputLabel.d.ts +17 -0
- package/dist/form/inputLabel/index.d.ts +1 -0
- package/dist/gallery/Gallery.d.ts +17 -0
- package/dist/gallery/figure/GalleryFigure.d.ts +13 -0
- package/dist/gallery/figure/index.d.ts +1 -0
- package/dist/gallery/index.d.ts +3 -0
- package/dist/gallery/item/GalleryItem.d.ts +37 -0
- package/dist/gallery/item/index.d.ts +1 -0
- package/dist/gallery/skeleton/GallerySkeleton.d.ts +3 -0
- package/dist/gallery/skeleton/index.d.ts +1 -0
- package/dist/icon/Icon.d.ts +29 -0
- package/dist/icon/icons/ArrowLeft.d.ts +4 -0
- package/dist/icon/icons/ArrowLeftEnd.d.ts +4 -0
- package/dist/icon/icons/ArrowRight.d.ts +4 -0
- package/dist/icon/icons/ArrowRightEnd.d.ts +4 -0
- package/dist/icon/icons/Cabinet.d.ts +4 -0
- package/dist/icon/icons/Check.d.ts +4 -0
- package/dist/icon/icons/ChevronDown.d.ts +4 -0
- package/dist/icon/icons/ChevronLeft.d.ts +4 -0
- package/dist/icon/icons/ChevronRight.d.ts +4 -0
- package/dist/icon/icons/Clock.d.ts +4 -0
- package/dist/icon/icons/Close.d.ts +4 -0
- package/dist/icon/icons/Cog.d.ts +4 -0
- package/dist/icon/icons/Copy.d.ts +4 -0
- package/dist/icon/icons/Docs.d.ts +4 -0
- package/dist/icon/icons/DotsVertical.d.ts +4 -0
- package/dist/icon/icons/Download.d.ts +4 -0
- package/dist/icon/icons/DragHandle.d.ts +4 -0
- package/dist/icon/icons/Filter.d.ts +4 -0
- package/dist/icon/icons/Folder.d.ts +4 -0
- package/dist/icon/icons/Image.d.ts +4 -0
- package/dist/icon/icons/Info.d.ts +4 -0
- package/dist/icon/icons/InfoSquare.d.ts +4 -0
- package/dist/icon/icons/Pencil.d.ts +4 -0
- package/dist/icon/icons/Plus.d.ts +4 -0
- package/dist/icon/icons/Search.d.ts +4 -0
- package/dist/icon/icons/SearchMissingResults.d.ts +4 -0
- package/dist/icon/icons/Settings.d.ts +4 -0
- package/dist/icon/icons/Sort.d.ts +4 -0
- package/dist/icon/icons/Spinner.d.ts +4 -0
- package/dist/icon/icons/Trash.d.ts +4 -0
- package/dist/icon/icons/Upload.d.ts +4 -0
- package/dist/icon/icons/Warning.d.ts +4 -0
- package/dist/icon/icons/WarningFill.d.ts +4 -0
- package/dist/icon/icons/XCircle.d.ts +4 -0
- package/dist/icon/icons/index.d.ts +34 -0
- package/dist/icon/index.d.ts +2 -0
- package/dist/icon/raw/RawIcon.d.ts +13 -0
- package/dist/icon/raw/index.d.ts +1 -0
- package/dist/icon/types.d.ts +9 -0
- package/dist/index.d.ts +1380 -437
- package/dist/index.js +1 -1
- package/dist/input/Input.d.ts +88 -0
- package/dist/input/index.d.ts +1 -0
- package/dist/list/List.d.ts +13 -0
- package/dist/list/index.d.ts +2 -0
- package/dist/list/item/ListItem.d.ts +25 -0
- package/dist/list/item/index.d.ts +1 -0
- package/dist/loadingButton/LoadingButton.d.ts +18 -0
- package/dist/loadingButton/index.d.ts +1 -0
- package/dist/menu/Menu.d.ts +38 -0
- package/dist/menu/context/MenuContext.d.ts +12 -0
- package/dist/menu/context/index.d.ts +1 -0
- package/dist/menu/index.d.ts +4 -0
- package/dist/menu/item/MenuItem.d.ts +26 -0
- package/dist/menu/item/index.d.ts +1 -0
- package/dist/menu/section/MenuSection.d.ts +17 -0
- package/dist/menu/section/index.d.ts +1 -0
- package/dist/menu/subSection/MenuSubSection.d.ts +29 -0
- package/dist/menu/subSection/index.d.ts +1 -0
- package/dist/navbar/Navbar.d.ts +13 -0
- package/dist/navbar/button/NavbarButton.d.ts +18 -0
- package/dist/navbar/button/index.d.ts +1 -0
- package/dist/navbar/creditLink/NavbarCreditLink.d.ts +21 -0
- package/dist/navbar/creditLink/index.d.ts +1 -0
- package/dist/navbar/index.d.ts +5 -0
- package/dist/navbar/item/NavbarItem.d.ts +49 -0
- package/dist/navbar/item/index.d.ts +1 -0
- package/dist/navbar/itemFixed/NavbarItemFixed.d.ts +9 -0
- package/dist/navbar/itemFixed/index.d.ts +1 -0
- package/dist/notifications/Notifications.d.ts +17 -0
- package/dist/notifications/details/NotificationDetails.d.ts +29 -0
- package/dist/notifications/details/index.d.ts +1 -0
- package/dist/notifications/index.d.ts +3 -0
- package/dist/notifications/notification/Notification.d.ts +37 -0
- package/dist/notifications/notification/index.d.ts +1 -0
- package/dist/overlay/Overlay.d.ts +21 -0
- package/dist/overlay/index.d.ts +1 -0
- package/dist/pagination/Pagination.d.ts +29 -0
- package/dist/pagination/button/PaginationButton.d.ts +18 -0
- package/dist/pagination/button/index.d.ts +1 -0
- package/dist/pagination/index.d.ts +1 -0
- package/dist/panel/Panel.d.ts +18 -0
- package/dist/panel/actions/PanelActions.d.ts +9 -0
- package/dist/panel/actions/index.d.ts +1 -0
- package/dist/panel/column/PanelColumn.d.ts +9 -0
- package/dist/panel/column/index.d.ts +1 -0
- package/dist/panel/content/PanelContent.d.ts +25 -0
- package/dist/panel/content/index.d.ts +2 -0
- package/dist/panel/contentProp/PanelContentProp.d.ts +13 -0
- package/dist/panel/contentProp/index.d.ts +1 -0
- package/dist/panel/context/PanelContext.d.ts +12 -0
- package/dist/panel/context/index.d.ts +1 -0
- package/dist/panel/dragHandle/PanelDragHandle.d.ts +3 -0
- package/dist/panel/dragHandle/index.d.ts +1 -0
- package/dist/panel/index.d.ts +11 -0
- package/dist/panel/list/PanelList.d.ts +17 -0
- package/dist/panel/list/index.d.ts +1 -0
- package/dist/panel/listDivider/PanelListDivider.d.ts +9 -0
- package/dist/panel/listDivider/index.d.ts +1 -0
- package/dist/panel/side/PanelSide.d.ts +17 -0
- package/dist/panel/side/index.d.ts +1 -0
- package/dist/panel/skeleton/PanelSkeleton.d.ts +13 -0
- package/dist/panel/skeleton/index.d.ts +1 -0
- package/dist/panel/title/PanelTitle.d.ts +18 -0
- package/dist/panel/title/index.d.ts +1 -0
- package/dist/popper/Popper.d.ts +38 -0
- package/dist/popper/arrow/PopperArrow.d.ts +9 -0
- package/dist/popper/arrow/index.d.ts +1 -0
- package/dist/popper/context/PopperContext.d.ts +12 -0
- package/dist/popper/context/index.d.ts +1 -0
- package/dist/popper/index.d.ts +4 -0
- package/dist/popper/types.d.ts +5 -0
- package/dist/popper/usePopper/index.d.ts +1 -0
- package/dist/popper/usePopper/usePopper.d.ts +36 -0
- package/dist/progressPanel/ProgressPanel.d.ts +37 -0
- package/dist/progressPanel/index.d.ts +1 -0
- package/dist/propertiesTable/PropertiesTable.d.ts +9 -0
- package/dist/propertiesTable/index.d.ts +2 -0
- package/dist/propertiesTable/row/PropertiesTableRow.d.ts +13 -0
- package/dist/propertiesTable/row/index.d.ts +1 -0
- package/dist/rangeSlider/RangeSlider.d.ts +43 -0
- package/dist/rangeSlider/index.d.ts +1 -0
- package/dist/rangeSlider/utils/index.d.ts +1 -0
- package/dist/rangeSlider/utils/utils.d.ts +32 -0
- package/dist/responsiveImage/ResponsiveImage.d.ts +84 -0
- package/dist/responsiveImage/fallback/ResponsiveImageFallback.d.ts +21 -0
- package/dist/responsiveImage/fallback/index.d.ts +1 -0
- package/dist/responsiveImage/index.d.ts +1 -0
- package/dist/searchDialog/SearchDialog.d.ts +21 -0
- package/dist/searchDialog/actions/SearchDialogActions.d.ts +9 -0
- package/dist/searchDialog/actions/index.d.ts +1 -0
- package/dist/searchDialog/content/SearchDialogContent.d.ts +9 -0
- package/dist/searchDialog/content/index.d.ts +1 -0
- package/dist/searchDialog/context/SearchDialogContext.d.ts +9 -0
- package/dist/searchDialog/context/index.d.ts +1 -0
- package/dist/searchDialog/fallback/SearchDialogFallback.d.ts +9 -0
- package/dist/searchDialog/fallback/index.d.ts +1 -0
- package/dist/searchDialog/header/SearchDialogHeader.d.ts +25 -0
- package/dist/searchDialog/header/index.d.ts +1 -0
- package/dist/searchDialog/index.d.ts +7 -0
- package/dist/searchDialog/input/SearchDialogInput.d.ts +29 -0
- package/dist/searchDialog/input/index.d.ts +1 -0
- package/dist/searchDialog/section/SearchDialogSection.d.ts +13 -0
- package/dist/searchDialog/section/index.d.ts +1 -0
- package/dist/searchResultsBar/SearchResultsBar.d.ts +9 -0
- package/dist/searchResultsBar/filters/SearchResultsBarFilters.d.ts +9 -0
- package/dist/searchResultsBar/filters/index.d.ts +1 -0
- package/dist/searchResultsBar/index.d.ts +3 -0
- package/dist/searchResultsBar/phrase/SearchResultsBarPhrase.d.ts +17 -0
- package/dist/searchResultsBar/phrase/index.d.ts +1 -0
- package/dist/select/Select.d.ts +46 -0
- package/dist/select/index.d.ts +2 -0
- package/dist/select/input/SelectInput.d.ts +45 -0
- package/dist/select/input/index.d.ts +2 -0
- package/dist/select/listbox/SelectListbox.d.ts +25 -0
- package/dist/select/listbox/index.d.ts +1 -0
- package/dist/select/listboxItem/SelectListboxItem.d.ts +42 -0
- package/dist/select/listboxItem/index.d.ts +1 -0
- package/dist/select/listboxList/SelectListboxList.d.ts +21 -0
- package/dist/select/listboxList/index.d.ts +1 -0
- package/dist/select/multiList/SelectMultiList.d.ts +23 -0
- package/dist/select/multiList/index.d.ts +1 -0
- package/dist/select/multiListItem/SelectMultiListItem.d.ts +18 -0
- package/dist/select/multiListItem/index.d.ts +1 -0
- package/dist/select/single/SelectSingle.d.ts +19 -0
- package/dist/select/single/index.d.ts +1 -0
- package/dist/select/types.d.ts +40 -0
- package/dist/select/useKeyboardNav/index.d.ts +1 -0
- package/dist/select/useKeyboardNav/useKeyboardNav.d.ts +9 -0
- package/dist/select/utils/index.d.ts +1 -0
- package/dist/select/utils/utils.d.ts +26 -0
- package/dist/selectionArea/SelectionArea.d.ts +18 -0
- package/dist/selectionArea/index.d.ts +2 -0
- package/dist/skeleton/Skeleton.d.ts +17 -0
- package/dist/skeleton/index.d.ts +1 -0
- package/dist/sortButton/SortButton.d.ts +21 -0
- package/dist/sortButton/index.d.ts +1 -0
- package/dist/sortableDndList/SortableDndList.d.ts +14 -0
- package/dist/sortableDndList/context/SortableDndListContext.d.ts +25 -0
- package/dist/sortableDndList/context/index.d.ts +1 -0
- package/dist/sortableDndList/dragLayer/SortableDndListDragLayer.d.ts +9 -0
- package/dist/sortableDndList/dragLayer/index.d.ts +1 -0
- package/dist/sortableDndList/index.d.ts +4 -0
- package/dist/sortableDndList/item/SortableDndListItem.d.ts +25 -0
- package/dist/sortableDndList/item/index.d.ts +2 -0
- package/dist/sortableDndList/types/index.d.ts +1 -0
- package/dist/sortableDndList/types/types.d.ts +61 -0
- package/dist/sortableDndList/useListDnd/index.d.ts +1 -0
- package/dist/sortableDndList/useListDnd/useListDnd.d.ts +14 -0
- package/dist/sortableDndList/useListItemDrag/index.d.ts +1 -0
- package/dist/sortableDndList/useListItemDrag/useListItemDrag.d.ts +13 -0
- package/dist/sortableDndList/useListItemDrop/index.d.ts +1 -0
- package/dist/sortableDndList/useListItemDrop/useListItemDrop.d.ts +10 -0
- package/dist/styles/ckbox.css +3 -3
- package/dist/styles/themes/aqua.css +1 -1
- package/dist/styles/themes/dark.css +1 -1
- package/dist/switch/Switch.d.ts +13 -0
- package/dist/switch/index.d.ts +2 -0
- package/dist/switch/view/SwitchView.d.ts +13 -0
- package/dist/switch/view/index.d.ts +2 -0
- package/dist/switchInput/SwitchInput.d.ts +21 -0
- package/dist/switchInput/index.d.ts +1 -0
- package/dist/tabs/Tabs.d.ts +17 -0
- package/dist/tabs/index.d.ts +2 -0
- package/dist/tabs/tab/Tab.d.ts +17 -0
- package/dist/tabs/tab/index.d.ts +2 -0
- package/dist/tag/Tag.d.ts +29 -0
- package/dist/tag/index.d.ts +3 -0
- package/dist/tag/label/TagLabel.d.ts +13 -0
- package/dist/tag/label/index.d.ts +1 -0
- package/dist/tag/list/TagList.d.ts +17 -0
- package/dist/tag/list/index.d.ts +1 -0
- package/dist/tagInput/TagInput.d.ts +50 -0
- package/dist/tagInput/index.d.ts +1 -0
- package/dist/tooltip/Tooltip.d.ts +23 -0
- package/dist/tooltip/icon/TooltipIcon.d.ts +23 -0
- package/dist/tooltip/icon/index.d.ts +1 -0
- package/dist/tooltip/index.d.ts +2 -0
- package/dist/topbar/Topbar.d.ts +13 -0
- package/dist/topbar/action/TopbarAction.d.ts +41 -0
- package/dist/topbar/action/index.d.ts +2 -0
- package/dist/topbar/actions/TopbarActions.d.ts +9 -0
- package/dist/topbar/actions/TopbarActionsMenuItems.d.ts +8 -0
- package/dist/topbar/actions/index.d.ts +1 -0
- package/dist/topbar/index.d.ts +2 -0
- package/dist/uiProvider/UIProvider.d.ts +38 -0
- package/dist/uiProvider/constants.d.ts +7 -0
- package/dist/uiProvider/index.d.ts +3 -0
- package/dist/uiProvider/useUIContext.d.ts +38 -0
- package/dist/utils/base64FromBlurHash/base64FromBlurHash.d.ts +7 -0
- package/dist/utils/base64FromBlurHash/index.d.ts +1 -0
- package/dist/utils/clamp/clamp.d.ts +14 -0
- package/dist/utils/clamp/index.d.ts +1 -0
- package/dist/utils/clipboard/clipboard.d.ts +1 -0
- package/dist/utils/clipboard/index.d.ts +1 -0
- package/dist/utils/clsx/clsx.d.ts +7 -0
- package/dist/utils/clsx/index.d.ts +1 -0
- package/dist/utils/events/events.d.ts +12 -0
- package/dist/utils/events/index.d.ts +1 -0
- package/dist/utils/formatTimeDistance/formatTimeDistance.d.ts +15 -0
- package/dist/utils/formatTimeDistance/index.d.ts +1 -0
- package/dist/utils/getPixelCountFromImageBlob/getPixelCountFromImageBlob.d.ts +8 -0
- package/dist/utils/getPixelCountFromImageBlob/index.d.ts +1 -0
- package/dist/utils/getStandardDeviation/getStandardDeviation.d.ts +7 -0
- package/dist/utils/getStandardDeviation/index.d.ts +1 -0
- package/dist/utils/getValidChildren/getValidChildren.d.ts +2 -0
- package/dist/utils/getValidChildren/index.d.ts +1 -0
- package/dist/utils/hasOwnProperty/hasOwnProperty.d.ts +7 -0
- package/dist/utils/hasOwnProperty/index.d.ts +1 -0
- package/dist/utils/index.d.ts +34 -0
- package/dist/utils/keyboard/index.d.ts +1 -0
- package/dist/utils/keyboard/keyboard.d.ts +17 -0
- package/dist/utils/noOp/index.d.ts +1 -0
- package/dist/utils/noOp/noOp.d.ts +1 -0
- package/dist/utils/rInterval/index.d.ts +2 -0
- package/dist/utils/rInterval/rInterval.d.ts +10 -0
- package/dist/utils/rInterval/types.d.ts +3 -0
- package/dist/utils/useBatchUpdate/index.d.ts +1 -0
- package/dist/utils/useBatchUpdate/useBatchUpdate.d.ts +17 -0
- package/dist/utils/useClickAway/index.d.ts +1 -0
- package/dist/utils/useClickAway/useClickAway.d.ts +10 -0
- package/dist/utils/useClipboard/index.d.ts +1 -0
- package/dist/utils/useClipboard/useClipboard.d.ts +4 -0
- package/dist/utils/useDeferredUnmount/index.d.ts +1 -0
- package/dist/utils/useDeferredUnmount/useDeferredUnmount.d.ts +10 -0
- package/dist/utils/useDelay/index.d.ts +1 -0
- package/dist/utils/useDelay/useDelay.d.ts +8 -0
- package/dist/utils/useDownload/index.d.ts +1 -0
- package/dist/utils/useDownload/useDownload.d.ts +8 -0
- package/dist/utils/useDraggable/index.d.ts +2 -0
- package/dist/utils/useDraggable/types.d.ts +73 -0
- package/dist/utils/useDraggable/useDraggable.d.ts +8 -0
- package/dist/utils/useElementVisibility/index.d.ts +1 -0
- package/dist/utils/useElementVisibility/useElementVisibility.d.ts +11 -0
- package/dist/utils/useFilesDrop/index.d.ts +1 -0
- package/dist/utils/useFilesDrop/useFilesDrop.d.ts +17 -0
- package/dist/utils/useGridSelection/constants.d.ts +49 -0
- package/dist/utils/useGridSelection/index.d.ts +1 -0
- package/dist/utils/useGridSelection/reducer.d.ts +2 -0
- package/dist/utils/useGridSelection/useGridSelection.d.ts +26 -0
- package/dist/utils/useGridSelection/utils.d.ts +103 -0
- package/dist/utils/useIsMounted/index.d.ts +1 -0
- package/dist/utils/useIsMounted/useIsMounted.d.ts +9 -0
- package/dist/utils/useIsomorphicLayoutEffect/index.d.ts +1 -0
- package/dist/utils/useIsomorphicLayoutEffect/useIsomorphicLayoutEffect.d.ts +2 -0
- package/dist/utils/useItemsOverflow/index.d.ts +1 -0
- package/dist/utils/useItemsOverflow/useItemsOverflow.d.ts +13 -0
- package/dist/utils/useResettableTimeout/index.d.ts +1 -0
- package/dist/utils/useResettableTimeout/useResettableTimeout.d.ts +14 -0
- package/dist/utils/useResize/index.d.ts +2 -0
- package/dist/utils/useResize/types.d.ts +20 -0
- package/dist/utils/useResize/useResize.d.ts +13 -0
- package/dist/utils/useResponsiveSizes/index.d.ts +1 -0
- package/dist/utils/useResponsiveSizes/useResponsiveSizes.d.ts +16 -0
- package/dist/utils/useScaleDown/index.d.ts +1 -0
- package/dist/utils/useScaleDown/scaleDown.d.ts +13 -0
- package/dist/utils/useScaleDown/useScaleDown.d.ts +16 -0
- package/dist/utils/useScroll/getScrollVectors.d.ts +11 -0
- package/dist/utils/useScroll/index.d.ts +3 -0
- package/dist/utils/useScroll/types.d.ts +49 -0
- package/dist/utils/useScroll/useScroll.d.ts +16 -0
- package/dist/utils/useScrollDnd/index.d.ts +1 -0
- package/dist/utils/useScrollDnd/useScrollDnd.d.ts +7 -0
- package/dist/utils/useToggle/index.d.ts +1 -0
- package/dist/utils/useToggle/useToggle.d.ts +12 -0
- package/dist/utils/validators/index.d.ts +1 -0
- package/dist/utils/validators/validators.d.ts +60 -0
- package/dist/view/View.d.ts +13 -0
- package/dist/view/content/ViewContent.d.ts +25 -0
- package/dist/view/content/index.d.ts +1 -0
- package/dist/view/contentBar/ViewContentBar.d.ts +9 -0
- package/dist/view/contentBar/index.d.ts +1 -0
- package/dist/view/contentWrapper/ViewContentWrapper.d.ts +9 -0
- package/dist/view/contentWrapper/index.d.ts +1 -0
- package/dist/view/footer/ViewFooter.d.ts +9 -0
- package/dist/view/footer/index.d.ts +1 -0
- package/dist/view/header/ViewHeader.d.ts +9 -0
- package/dist/view/header/index.d.ts +1 -0
- package/dist/view/index.d.ts +8 -0
- package/dist/view/sideContent/ViewSideContent.d.ts +9 -0
- package/dist/view/sideContent/index.d.ts +1 -0
- package/dist/viewDialog/ViewDialog.d.ts +66 -0
- package/dist/viewDialog/index.d.ts +2 -0
- package/dist/viewDialog/useSetInitialDimensions/index.d.ts +1 -0
- package/dist/viewDialog/useSetInitialDimensions/useSetInitialDimensions.d.ts +10 -0
- package/dist/viewWrapper/ViewWrapper.d.ts +13 -0
- package/dist/viewWrapper/index.d.ts +1 -0
- package/package.json +5 -5
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as icons from './icons';
|
|
3
|
+
declare const DocIcon: React.FC<Props>;
|
|
4
|
+
export declare type DocIconName = keyof typeof icons;
|
|
5
|
+
export interface Props {
|
|
6
|
+
/**
|
|
7
|
+
* Name of selected icon.
|
|
8
|
+
*/
|
|
9
|
+
name: DocIconName;
|
|
10
|
+
}
|
|
11
|
+
export default DocIcon;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { default as Archive } from './Archive';
|
|
2
|
+
export { default as Empty } from './Empty';
|
|
3
|
+
export { default as Excel } from './Excel';
|
|
4
|
+
export { default as Img } from './Img';
|
|
5
|
+
export { default as Movie } from './Movie';
|
|
6
|
+
export { default as Music } from './Music';
|
|
7
|
+
export { default as Pdf } from './Pdf';
|
|
8
|
+
export { default as Ppt } from './Ppt';
|
|
9
|
+
export { default as Txt } from './Txt';
|
|
10
|
+
export { default as Word } from './Word';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const Drawer: React.FC<Props>;
|
|
3
|
+
export interface Props {
|
|
4
|
+
/**
|
|
5
|
+
* Main content of the component.
|
|
6
|
+
*/
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
/**
|
|
9
|
+
* Label of the dialog element.
|
|
10
|
+
*/
|
|
11
|
+
label?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Callback invoked when drawer is closed.
|
|
14
|
+
*/
|
|
15
|
+
onClose?: () => void;
|
|
16
|
+
/**
|
|
17
|
+
* Opens drawer.
|
|
18
|
+
*/
|
|
19
|
+
open?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Mounts drawer in a fixed mode. Defaults to `true`.
|
|
22
|
+
*/
|
|
23
|
+
fixed?: boolean;
|
|
24
|
+
}
|
|
25
|
+
export default Drawer;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './DrawerActions';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './DrawerContent';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface DrawerContext {
|
|
3
|
+
/**
|
|
4
|
+
* Callback invoked when drawer is closed.
|
|
5
|
+
*/
|
|
6
|
+
onClose?: () => void;
|
|
7
|
+
}
|
|
8
|
+
export declare const DrawerContext: React.Context<DrawerContext>;
|
|
9
|
+
export declare const useDrawerContext: () => DrawerContext;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './DrawerContext';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const DrawerHeader: React.FC<Props>;
|
|
3
|
+
export interface Props {
|
|
4
|
+
/**
|
|
5
|
+
* Text displayed as title in the bar.
|
|
6
|
+
*/
|
|
7
|
+
title: string;
|
|
8
|
+
/**
|
|
9
|
+
* Label of the close button.
|
|
10
|
+
*/
|
|
11
|
+
closeBtnLabel: string;
|
|
12
|
+
}
|
|
13
|
+
export default DrawerHeader;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './DrawerHeader';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const DrawerSection: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLDivElement>>;
|
|
3
|
+
export interface Props {
|
|
4
|
+
/**
|
|
5
|
+
* Main content of the component.
|
|
6
|
+
*/
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
/**
|
|
9
|
+
* Fixes section's height.
|
|
10
|
+
*/
|
|
11
|
+
fixedHeight?: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* Centers section's content.
|
|
14
|
+
*/
|
|
15
|
+
centeredContent?: boolean;
|
|
16
|
+
}
|
|
17
|
+
export default DrawerSection;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './DrawerSection';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IconName } from '../icon';
|
|
3
|
+
declare const EmptyView: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
+
export interface Props {
|
|
5
|
+
/**
|
|
6
|
+
* Adds active styling.
|
|
7
|
+
*/
|
|
8
|
+
active?: boolean;
|
|
9
|
+
/**
|
|
10
|
+
* Main content of the component.
|
|
11
|
+
*/
|
|
12
|
+
children?: React.ReactNode;
|
|
13
|
+
/**
|
|
14
|
+
* Empty view icon.
|
|
15
|
+
*/
|
|
16
|
+
icon: IconName;
|
|
17
|
+
/**
|
|
18
|
+
* Sets styling mode.
|
|
19
|
+
*/
|
|
20
|
+
type?: 'dropzone' | 'default';
|
|
21
|
+
}
|
|
22
|
+
export default EmptyView;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const EmptyViewLabel: React.FC<Props>;
|
|
3
|
+
export interface Props {
|
|
4
|
+
/**
|
|
5
|
+
* Main content of the component.
|
|
6
|
+
*/
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
/**
|
|
9
|
+
* Adds styling for muted label.
|
|
10
|
+
*/
|
|
11
|
+
muted?: boolean;
|
|
12
|
+
}
|
|
13
|
+
export default EmptyViewLabel;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './EmptyViewLabel';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { Props as ButtonProps } from '../button/Button';
|
|
3
|
+
declare const FileInputButton: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLInputElement>>;
|
|
4
|
+
export interface Props extends Omit<ButtonProps, 'onClick'> {
|
|
5
|
+
/**
|
|
6
|
+
* Unique input's id.
|
|
7
|
+
*/
|
|
8
|
+
id: string;
|
|
9
|
+
/**
|
|
10
|
+
* Main content of the component.
|
|
11
|
+
*/
|
|
12
|
+
children: React.ReactNode;
|
|
13
|
+
/**
|
|
14
|
+
* Input's name to register.
|
|
15
|
+
*/
|
|
16
|
+
name?: string;
|
|
17
|
+
/**
|
|
18
|
+
* Callback invoked when the value is changed.
|
|
19
|
+
*/
|
|
20
|
+
onChange?: (evt: React.ChangeEvent<HTMLInputElement>) => Promise<void>;
|
|
21
|
+
/**
|
|
22
|
+
* Input's value.
|
|
23
|
+
*/
|
|
24
|
+
value?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Input's accept attribute.
|
|
27
|
+
*/
|
|
28
|
+
accept?: string;
|
|
29
|
+
}
|
|
30
|
+
export default FileInputButton;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './FileInputButton';
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const FilePreview: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLDivElement>>;
|
|
3
|
+
export interface Props {
|
|
4
|
+
/**
|
|
5
|
+
* Main content of the component.
|
|
6
|
+
*/
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
/**
|
|
9
|
+
* Label of the dialog element.
|
|
10
|
+
*/
|
|
11
|
+
label?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Callback invoked when file preview is closed.
|
|
14
|
+
*/
|
|
15
|
+
onClose?: () => void;
|
|
16
|
+
/**
|
|
17
|
+
* Callback invoked when left arrow is clicked.
|
|
18
|
+
*/
|
|
19
|
+
onLeftArrowDown?: () => void;
|
|
20
|
+
/**
|
|
21
|
+
* Callback invoked when right arrow is clicked.
|
|
22
|
+
*/
|
|
23
|
+
onRightArrowDown?: () => void;
|
|
24
|
+
/**
|
|
25
|
+
* Opens file preview.
|
|
26
|
+
*/
|
|
27
|
+
open?: boolean;
|
|
28
|
+
}
|
|
29
|
+
export default FilePreview;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const FilePreviewActions: React.FC<Props>;
|
|
3
|
+
export interface Props {
|
|
4
|
+
/**
|
|
5
|
+
* Label of the back button.
|
|
6
|
+
*/
|
|
7
|
+
backBtnLabel: string;
|
|
8
|
+
/**
|
|
9
|
+
* Main content of the component.
|
|
10
|
+
*/
|
|
11
|
+
children?: React.ReactNode;
|
|
12
|
+
/**
|
|
13
|
+
* Label of the close button.
|
|
14
|
+
*/
|
|
15
|
+
closeBtnLabel: string;
|
|
16
|
+
/**
|
|
17
|
+
* Text displayed as title in the action bar.
|
|
18
|
+
*/
|
|
19
|
+
title: string;
|
|
20
|
+
}
|
|
21
|
+
export default FilePreviewActions;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './FilePreviewActions';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const FilePreviewContent: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLDivElement>>;
|
|
3
|
+
export interface Props {
|
|
4
|
+
/**
|
|
5
|
+
* Main content of the component.
|
|
6
|
+
*/
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
}
|
|
9
|
+
export default FilePreviewContent;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './FilePreviewContent';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface FilePreviewContext {
|
|
3
|
+
/**
|
|
4
|
+
* Callback invoked when file preview is closed.
|
|
5
|
+
*/
|
|
6
|
+
onClose?: () => void;
|
|
7
|
+
}
|
|
8
|
+
export declare const FilePreviewContext: React.Context<FilePreviewContext>;
|
|
9
|
+
export declare const useFilePreviewContext: () => FilePreviewContext;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './FilePreviewContext';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const FilePreviewHoverable: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLDivElement>>;
|
|
3
|
+
export interface Props {
|
|
4
|
+
/**
|
|
5
|
+
* Main content of the component.
|
|
6
|
+
*/
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
}
|
|
9
|
+
export default FilePreviewHoverable;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './FilePreviewHoverable';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { default as FilePreviewActions } from './actions';
|
|
2
|
+
export { default as FilePreviewContent } from './content';
|
|
3
|
+
export { default as FilePreviewHoverable } from './hoverable';
|
|
4
|
+
export { default as FilePreviewNavButton } from './navButton';
|
|
5
|
+
export { default as FilePreviewTooltip } from './tooltip';
|
|
6
|
+
export { default } from './FilePreview';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const FilePreviewNavigationButtons: React.FC<Props>;
|
|
3
|
+
declare type Side = 'left' | 'right';
|
|
4
|
+
export interface Props {
|
|
5
|
+
/**
|
|
6
|
+
* Disables button.
|
|
7
|
+
*/
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
/**
|
|
10
|
+
* Button's aria label.
|
|
11
|
+
*/
|
|
12
|
+
label: string;
|
|
13
|
+
/**
|
|
14
|
+
* Callback invoked on click.
|
|
15
|
+
*/
|
|
16
|
+
onClick?: () => void;
|
|
17
|
+
/**
|
|
18
|
+
* Places button on the specified side of the `FilePreview`.
|
|
19
|
+
*/
|
|
20
|
+
side?: Side;
|
|
21
|
+
}
|
|
22
|
+
export default FilePreviewNavigationButtons;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './FilePreviewNavButton';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './FilePreviewTooltip';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface FixedContext {
|
|
3
|
+
/**
|
|
4
|
+
* Element used a root for fixed UI components within the context.
|
|
5
|
+
*/
|
|
6
|
+
rootEl?: HTMLElement | null;
|
|
7
|
+
}
|
|
8
|
+
export declare const FixedContext: React.Context<FixedContext>;
|
|
9
|
+
export declare const useFixedCtx: () => FixedContext;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './FixedContext';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const FixedProvider: React.FC<Props>;
|
|
3
|
+
export interface Props {
|
|
4
|
+
/**
|
|
5
|
+
* Main content of the component.
|
|
6
|
+
*/
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
/**
|
|
9
|
+
* By default fixed components will be mounted at main UI root.
|
|
10
|
+
* Provide a different element to use as a root.
|
|
11
|
+
*/
|
|
12
|
+
rootEl?: HTMLElement | null;
|
|
13
|
+
}
|
|
14
|
+
export default FixedProvider;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './FixedProvider';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const Form: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLFormElement>>;
|
|
3
|
+
export declare type Props = {
|
|
4
|
+
/**
|
|
5
|
+
* Main content of the component.
|
|
6
|
+
*/
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
/**
|
|
9
|
+
* Form class.
|
|
10
|
+
*/
|
|
11
|
+
className?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Form element's id.
|
|
14
|
+
*/
|
|
15
|
+
id?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Form submit callback.
|
|
18
|
+
*/
|
|
19
|
+
onSubmit: React.FormEventHandler<HTMLFormElement>;
|
|
20
|
+
};
|
|
21
|
+
export default Form;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const FormFeedback: React.FC<Props>;
|
|
3
|
+
export declare type Props = {
|
|
4
|
+
/**
|
|
5
|
+
* Main content of the component.
|
|
6
|
+
*/
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
/**
|
|
9
|
+
* Feedback error.
|
|
10
|
+
*/
|
|
11
|
+
error?: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* Feedback warning.
|
|
14
|
+
*/
|
|
15
|
+
warning?: boolean;
|
|
16
|
+
};
|
|
17
|
+
export default FormFeedback;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './FormFeedback';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const FormGroup: React.FC<Props>;
|
|
3
|
+
export interface Props {
|
|
4
|
+
/**
|
|
5
|
+
* Main content of the component.
|
|
6
|
+
*/
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
/**
|
|
9
|
+
* Applies offset.
|
|
10
|
+
*/
|
|
11
|
+
offset?: 'base' | 'md';
|
|
12
|
+
}
|
|
13
|
+
export default FormGroup;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './FormGroup';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './FormGroupColumn';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './FormGroupInfo';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { default as FormFeedback } from './feedback';
|
|
2
|
+
export { default as FormGroup } from './group';
|
|
3
|
+
export { default as FormGroupColumn } from './groupColumn';
|
|
4
|
+
export { default as FormGroupInfo } from './groupInfo';
|
|
5
|
+
export { default as FormInputLabel } from './inputLabel';
|
|
6
|
+
export { default } from './Form';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const FormInputLabel: React.FC<Props>;
|
|
3
|
+
export declare type Props = {
|
|
4
|
+
/**
|
|
5
|
+
* Main content of the component.
|
|
6
|
+
*/
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
/**
|
|
9
|
+
* Input id.
|
|
10
|
+
*/
|
|
11
|
+
htmlFor: string;
|
|
12
|
+
/**
|
|
13
|
+
* Input id.
|
|
14
|
+
*/
|
|
15
|
+
hidden?: boolean;
|
|
16
|
+
};
|
|
17
|
+
export default FormInputLabel;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './FormInputLabel';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const Gallery: React.FC<Props>;
|
|
3
|
+
export interface Props {
|
|
4
|
+
/**
|
|
5
|
+
* Main content of the component.
|
|
6
|
+
*/
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
/**
|
|
9
|
+
* Represents zoom value. Pass value in range 0 .. 1.
|
|
10
|
+
*/
|
|
11
|
+
zoom?: number;
|
|
12
|
+
/**
|
|
13
|
+
* Controls element facusability.
|
|
14
|
+
*/
|
|
15
|
+
tabIndex?: number;
|
|
16
|
+
}
|
|
17
|
+
export default Gallery;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const GalleryFigure: React.FC<Props>;
|
|
3
|
+
export interface Props {
|
|
4
|
+
/**
|
|
5
|
+
* Main content of the component.
|
|
6
|
+
*/
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
/**
|
|
9
|
+
* Figure caption.
|
|
10
|
+
*/
|
|
11
|
+
caption: string;
|
|
12
|
+
}
|
|
13
|
+
export default GalleryFigure;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './GalleryFigure';
|