@max-ts/kit 0.13.2 → 0.14.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 +84 -0
- package/lib/index.mjs +3232 -1
- package/lib/src/components/Accordion/Accordion.d.ts +9 -0
- package/lib/src/components/Accordion/Accordion.d.ts.map +1 -0
- package/lib/src/components/Accordion/index.d.ts +3 -0
- package/lib/src/components/Accordion/index.d.ts.map +1 -0
- package/lib/src/components/Accordion/styles.css.d.ts +10 -0
- package/lib/src/components/Accordion/styles.css.d.ts.map +1 -0
- package/lib/src/components/Accordion/types.d.ts +18 -0
- package/lib/src/components/Accordion/types.d.ts.map +1 -0
- package/lib/src/components/AlertDialog/AlertDialog.d.ts +15 -0
- package/lib/src/components/AlertDialog/AlertDialog.d.ts.map +1 -0
- package/lib/src/components/AlertDialog/index.d.ts +3 -0
- package/lib/src/components/AlertDialog/index.d.ts.map +1 -0
- package/lib/src/components/AlertDialog/styles.css.d.ts +8 -0
- package/lib/src/components/AlertDialog/styles.css.d.ts.map +1 -0
- package/lib/src/components/AlertDialog/types.d.ts +36 -0
- package/lib/src/components/AlertDialog/types.d.ts.map +1 -0
- package/lib/src/components/Badge/Badge.d.ts +8 -0
- package/lib/src/components/Badge/Badge.d.ts.map +1 -0
- package/lib/src/components/Badge/index.d.ts +2 -0
- package/lib/src/components/Badge/index.d.ts.map +1 -0
- package/lib/src/components/Badge/styles.css.d.ts +4 -0
- package/lib/src/components/Badge/styles.css.d.ts.map +1 -0
- package/lib/src/components/Badge/types.d.ts +2 -0
- package/lib/src/components/Badge/types.d.ts.map +1 -0
- package/lib/src/components/Button/Button.d.ts +14 -0
- package/lib/src/components/Button/Button.d.ts.map +1 -0
- package/lib/src/components/Button/Content/Content.d.ts +3 -0
- package/lib/src/components/Button/Content/Content.d.ts.map +1 -0
- package/lib/src/components/Button/Content/index.d.ts +2 -0
- package/lib/src/components/Button/Content/index.d.ts.map +1 -0
- package/lib/src/components/Button/Content/styles.css.d.ts +6 -0
- package/lib/src/components/Button/Content/styles.css.d.ts.map +1 -0
- package/lib/src/components/Button/button.css.d.ts +10 -0
- package/lib/src/components/Button/button.css.d.ts.map +1 -0
- package/lib/src/components/Button/index.d.ts +2 -0
- package/lib/src/components/Button/index.d.ts.map +1 -0
- package/lib/src/components/Button/types.d.ts +3 -0
- package/lib/src/components/Button/types.d.ts.map +1 -0
- package/lib/src/components/ButtonGroup/ButtonGroup.d.ts +21 -0
- package/lib/src/components/ButtonGroup/ButtonGroup.d.ts.map +1 -0
- package/lib/src/components/ButtonGroup/buttonGroup.css.d.ts +5 -0
- package/lib/src/components/ButtonGroup/buttonGroup.css.d.ts.map +1 -0
- package/lib/src/components/ButtonGroup/index.d.ts +2 -0
- package/lib/src/components/ButtonGroup/index.d.ts.map +1 -0
- package/lib/src/components/Calendar/Calendar.d.ts +8 -0
- package/lib/src/components/Calendar/Calendar.d.ts.map +1 -0
- package/lib/src/components/Calendar/DayButton/DayButton.d.ts +7 -0
- package/lib/src/components/Calendar/DayButton/DayButton.d.ts.map +1 -0
- package/lib/src/components/Calendar/DayButton/index.d.ts +2 -0
- package/lib/src/components/Calendar/DayButton/index.d.ts.map +1 -0
- package/lib/src/components/Calendar/DayButton/styles.css.d.ts +4 -0
- package/lib/src/components/Calendar/DayButton/styles.css.d.ts.map +1 -0
- package/lib/src/components/Calendar/Dropdown/Dropdown.d.ts +6 -0
- package/lib/src/components/Calendar/Dropdown/Dropdown.d.ts.map +1 -0
- package/lib/src/components/Calendar/Dropdown/index.d.ts +2 -0
- package/lib/src/components/Calendar/Dropdown/index.d.ts.map +1 -0
- package/lib/src/components/Calendar/Dropdown/styles.css.d.ts +2 -0
- package/lib/src/components/Calendar/Dropdown/styles.css.d.ts.map +1 -0
- package/lib/src/components/Calendar/index.d.ts +2 -0
- package/lib/src/components/Calendar/index.d.ts.map +1 -0
- package/lib/src/components/Calendar/styles.css.d.ts +8 -0
- package/lib/src/components/Calendar/styles.css.d.ts.map +1 -0
- package/lib/src/components/Card/Card.d.ts +12 -0
- package/lib/src/components/Card/Card.d.ts.map +1 -0
- package/lib/src/components/Card/card.css.d.ts +7 -0
- package/lib/src/components/Card/card.css.d.ts.map +1 -0
- package/lib/src/components/Card/index.d.ts +2 -0
- package/lib/src/components/Card/index.d.ts.map +1 -0
- package/lib/src/components/Carousel/Buttons/Buttons.d.ts +3 -0
- package/lib/src/components/Carousel/Buttons/Buttons.d.ts.map +1 -0
- package/lib/src/components/Carousel/Buttons/index.d.ts +2 -0
- package/lib/src/components/Carousel/Buttons/index.d.ts.map +1 -0
- package/lib/src/components/Carousel/Buttons/styles.css.d.ts +4 -0
- package/lib/src/components/Carousel/Buttons/styles.css.d.ts.map +1 -0
- package/lib/src/components/Carousel/Carousel.d.ts +18 -0
- package/lib/src/components/Carousel/Carousel.d.ts.map +1 -0
- package/lib/src/components/Carousel/CarouselContext.d.ts +17 -0
- package/lib/src/components/Carousel/CarouselContext.d.ts.map +1 -0
- package/lib/src/components/Carousel/Content/Content.d.ts +2 -0
- package/lib/src/components/Carousel/Content/Content.d.ts.map +1 -0
- package/lib/src/components/Carousel/Content/index.d.ts +2 -0
- package/lib/src/components/Carousel/Content/index.d.ts.map +1 -0
- package/lib/src/components/Carousel/Content/styles.css.d.ts +3 -0
- package/lib/src/components/Carousel/Content/styles.css.d.ts.map +1 -0
- package/lib/src/components/Carousel/Dots/Dots.d.ts +6 -0
- package/lib/src/components/Carousel/Dots/Dots.d.ts.map +1 -0
- package/lib/src/components/Carousel/Dots/index.d.ts +2 -0
- package/lib/src/components/Carousel/Dots/index.d.ts.map +1 -0
- package/lib/src/components/Carousel/Dots/styles.css.d.ts +4 -0
- package/lib/src/components/Carousel/Dots/styles.css.d.ts.map +1 -0
- package/lib/src/components/Carousel/Dots/useLogic/index.d.ts +2 -0
- package/lib/src/components/Carousel/Dots/useLogic/index.d.ts.map +1 -0
- package/lib/src/components/Carousel/Dots/useLogic/useLogic.d.ts +7 -0
- package/lib/src/components/Carousel/Dots/useLogic/useLogic.d.ts.map +1 -0
- package/lib/src/components/Carousel/Item/Item.d.ts +2 -0
- package/lib/src/components/Carousel/Item/Item.d.ts.map +1 -0
- package/lib/src/components/Carousel/Item/index.d.ts +2 -0
- package/lib/src/components/Carousel/Item/index.d.ts.map +1 -0
- package/lib/src/components/Carousel/Item/styles.css.d.ts +2 -0
- package/lib/src/components/Carousel/Item/styles.css.d.ts.map +1 -0
- package/lib/src/components/Carousel/index.d.ts +2 -0
- package/lib/src/components/Carousel/index.d.ts.map +1 -0
- package/lib/src/components/Carousel/styles.css.d.ts +2 -0
- package/lib/src/components/Carousel/styles.css.d.ts.map +1 -0
- package/lib/src/components/Carousel/types.d.ts +7 -0
- package/lib/src/components/Carousel/types.d.ts.map +1 -0
- package/lib/src/components/Carousel/useLogic/index.d.ts +2 -0
- package/lib/src/components/Carousel/useLogic/index.d.ts.map +1 -0
- package/lib/src/components/Carousel/useLogic/useLogic.d.ts +20 -0
- package/lib/src/components/Carousel/useLogic/useLogic.d.ts.map +1 -0
- package/lib/src/components/Checkbox/Checkbox.d.ts +4 -0
- package/lib/src/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/lib/src/components/Checkbox/checkbox.css.d.ts +4 -0
- package/lib/src/components/Checkbox/checkbox.css.d.ts.map +1 -0
- package/lib/src/components/Checkbox/index.d.ts +2 -0
- package/lib/src/components/Checkbox/index.d.ts.map +1 -0
- package/lib/src/components/CircularProgress/CircularProgress.d.ts +11 -0
- package/lib/src/components/CircularProgress/CircularProgress.d.ts.map +1 -0
- package/lib/src/components/CircularProgress/index.d.ts +2 -0
- package/lib/src/components/CircularProgress/index.d.ts.map +1 -0
- package/lib/src/components/CircularProgress/styles.css.d.ts +6 -0
- package/lib/src/components/CircularProgress/styles.css.d.ts.map +1 -0
- package/lib/src/components/ConfirmAction/ConfirmAction.d.ts +40 -0
- package/lib/src/components/ConfirmAction/ConfirmAction.d.ts.map +1 -0
- package/lib/src/components/ConfirmAction/index.d.ts +2 -0
- package/lib/src/components/ConfirmAction/index.d.ts.map +1 -0
- package/lib/src/components/ConfirmAction/styles.css.d.ts +5 -0
- package/lib/src/components/ConfirmAction/styles.css.d.ts.map +1 -0
- package/lib/src/components/ConfirmAction/useLogic.d.ts +10 -0
- package/lib/src/components/ConfirmAction/useLogic.d.ts.map +1 -0
- package/lib/src/components/ContentState/ContentState.d.ts +35 -0
- package/lib/src/components/ContentState/ContentState.d.ts.map +1 -0
- package/lib/src/components/ContentState/index.d.ts +3 -0
- package/lib/src/components/ContentState/index.d.ts.map +1 -0
- package/lib/src/components/ContentState/styles.css.d.ts +2 -0
- package/lib/src/components/ContentState/styles.css.d.ts.map +1 -0
- package/lib/src/components/ContentState/types.d.ts +25 -0
- package/lib/src/components/ContentState/types.d.ts.map +1 -0
- package/lib/src/components/CopyTypography/CopyTypography.d.ts +18 -0
- package/lib/src/components/CopyTypography/CopyTypography.d.ts.map +1 -0
- package/lib/src/components/CopyTypography/enums.d.ts +6 -0
- package/lib/src/components/CopyTypography/enums.d.ts.map +1 -0
- package/lib/src/components/CopyTypography/index.d.ts +2 -0
- package/lib/src/components/CopyTypography/index.d.ts.map +1 -0
- package/lib/src/components/CopyTypography/styles.css.d.ts +3 -0
- package/lib/src/components/CopyTypography/styles.css.d.ts.map +1 -0
- package/lib/src/components/CopyTypography/useLogic/index.d.ts +2 -0
- package/lib/src/components/CopyTypography/useLogic/index.d.ts.map +1 -0
- package/lib/src/components/CopyTypography/useLogic/useLogic.d.ts +13 -0
- package/lib/src/components/CopyTypography/useLogic/useLogic.d.ts.map +1 -0
- package/lib/src/components/DashboardLayout/DashboardContext.d.ts +6 -0
- package/lib/src/components/DashboardLayout/DashboardContext.d.ts.map +1 -0
- package/lib/src/components/DashboardLayout/DashboardLayout.d.ts +10 -0
- package/lib/src/components/DashboardLayout/DashboardLayout.d.ts.map +1 -0
- package/lib/src/components/DashboardLayout/Main/Main.d.ts +7 -0
- package/lib/src/components/DashboardLayout/Main/Main.d.ts.map +1 -0
- package/lib/src/components/DashboardLayout/Main/index.d.ts +2 -0
- package/lib/src/components/DashboardLayout/Main/index.d.ts.map +1 -0
- package/lib/src/components/DashboardLayout/Main/styles.css.d.ts +2 -0
- package/lib/src/components/DashboardLayout/Main/styles.css.d.ts.map +1 -0
- package/lib/src/components/DashboardLayout/Sidebar/Sidebar.d.ts +11 -0
- package/lib/src/components/DashboardLayout/Sidebar/Sidebar.d.ts.map +1 -0
- package/lib/src/components/DashboardLayout/Sidebar/constants.d.ts +2 -0
- package/lib/src/components/DashboardLayout/Sidebar/constants.d.ts.map +1 -0
- package/lib/src/components/DashboardLayout/Sidebar/index.d.ts +2 -0
- package/lib/src/components/DashboardLayout/Sidebar/index.d.ts.map +1 -0
- package/lib/src/components/DashboardLayout/Sidebar/styles.css.d.ts +8 -0
- package/lib/src/components/DashboardLayout/Sidebar/styles.css.d.ts.map +1 -0
- package/lib/src/components/DashboardLayout/constants.d.ts +2 -0
- package/lib/src/components/DashboardLayout/constants.d.ts.map +1 -0
- package/lib/src/components/DashboardLayout/hooks/index.d.ts +3 -0
- package/lib/src/components/DashboardLayout/hooks/index.d.ts.map +1 -0
- package/lib/src/components/DashboardLayout/hooks/useDashboard.d.ts +6 -0
- package/lib/src/components/DashboardLayout/hooks/useDashboard.d.ts.map +1 -0
- package/lib/src/components/DashboardLayout/hooks/useLogic.d.ts +5 -0
- package/lib/src/components/DashboardLayout/hooks/useLogic.d.ts.map +1 -0
- package/lib/src/components/DashboardLayout/index.d.ts +3 -0
- package/lib/src/components/DashboardLayout/index.d.ts.map +1 -0
- package/lib/src/components/DashboardLayout/styles.css.d.ts +2 -0
- package/lib/src/components/DashboardLayout/styles.css.d.ts.map +1 -0
- package/lib/src/components/DataGrid/Body/Body.d.ts +6 -0
- package/lib/src/components/DataGrid/Body/Body.d.ts.map +1 -0
- package/lib/src/components/DataGrid/Body/index.d.ts +2 -0
- package/lib/src/components/DataGrid/Body/index.d.ts.map +1 -0
- package/lib/src/components/DataGrid/Body/styles.css.d.ts +2 -0
- package/lib/src/components/DataGrid/Body/styles.css.d.ts.map +1 -0
- package/lib/src/components/DataGrid/Cell/Cell.d.ts +9 -0
- package/lib/src/components/DataGrid/Cell/Cell.d.ts.map +1 -0
- package/lib/src/components/DataGrid/Cell/index.d.ts +2 -0
- package/lib/src/components/DataGrid/Cell/index.d.ts.map +1 -0
- package/lib/src/components/DataGrid/Cell/styles.css.d.ts +3 -0
- package/lib/src/components/DataGrid/Cell/styles.css.d.ts.map +1 -0
- package/lib/src/components/DataGrid/DataGrid.d.ts +24 -0
- package/lib/src/components/DataGrid/DataGrid.d.ts.map +1 -0
- package/lib/src/components/DataGrid/Footer/Footer.d.ts +5 -0
- package/lib/src/components/DataGrid/Footer/Footer.d.ts.map +1 -0
- package/lib/src/components/DataGrid/Footer/index.d.ts +2 -0
- package/lib/src/components/DataGrid/Footer/index.d.ts.map +1 -0
- package/lib/src/components/DataGrid/Footer/styles.css.d.ts +2 -0
- package/lib/src/components/DataGrid/Footer/styles.css.d.ts.map +1 -0
- package/lib/src/components/DataGrid/Header/Header.d.ts +10 -0
- package/lib/src/components/DataGrid/Header/Header.d.ts.map +1 -0
- package/lib/src/components/DataGrid/Header/index.d.ts +2 -0
- package/lib/src/components/DataGrid/Header/index.d.ts.map +1 -0
- package/lib/src/components/DataGrid/Header/styles.css.d.ts +2 -0
- package/lib/src/components/DataGrid/Header/styles.css.d.ts.map +1 -0
- package/lib/src/components/DataGrid/HeaderCell/HeaderCell.d.ts +9 -0
- package/lib/src/components/DataGrid/HeaderCell/HeaderCell.d.ts.map +1 -0
- package/lib/src/components/DataGrid/HeaderCell/index.d.ts +2 -0
- package/lib/src/components/DataGrid/HeaderCell/index.d.ts.map +1 -0
- package/lib/src/components/DataGrid/HeaderCell/styles.css.d.ts +2 -0
- package/lib/src/components/DataGrid/HeaderCell/styles.css.d.ts.map +1 -0
- package/lib/src/components/DataGrid/Row/Row.d.ts +12 -0
- package/lib/src/components/DataGrid/Row/Row.d.ts.map +1 -0
- package/lib/src/components/DataGrid/Row/index.d.ts +2 -0
- package/lib/src/components/DataGrid/Row/index.d.ts.map +1 -0
- package/lib/src/components/DataGrid/Row/styles.css.d.ts +3 -0
- package/lib/src/components/DataGrid/Row/styles.css.d.ts.map +1 -0
- package/lib/src/components/DataGrid/State/State.d.ts +11 -0
- package/lib/src/components/DataGrid/State/State.d.ts.map +1 -0
- package/lib/src/components/DataGrid/State/index.d.ts +2 -0
- package/lib/src/components/DataGrid/State/index.d.ts.map +1 -0
- package/lib/src/components/DataGrid/State/styles.css.d.ts +3 -0
- package/lib/src/components/DataGrid/State/styles.css.d.ts.map +1 -0
- package/lib/src/components/DataGrid/constants.d.ts +2 -0
- package/lib/src/components/DataGrid/constants.d.ts.map +1 -0
- package/lib/src/components/DataGrid/index.d.ts +3 -0
- package/lib/src/components/DataGrid/index.d.ts.map +1 -0
- package/lib/src/components/DataGrid/styles.css.d.ts +7 -0
- package/lib/src/components/DataGrid/styles.css.d.ts.map +1 -0
- package/lib/src/components/DataGrid/types.d.ts +25 -0
- package/lib/src/components/DataGrid/types.d.ts.map +1 -0
- package/lib/src/components/DataGridActionCell/DataGridActionCell.d.ts +23 -0
- package/lib/src/components/DataGridActionCell/DataGridActionCell.d.ts.map +1 -0
- package/lib/src/components/DataGridActionCell/MainAction/MainAction.d.ts +23 -0
- package/lib/src/components/DataGridActionCell/MainAction/MainAction.d.ts.map +1 -0
- package/lib/src/components/DataGridActionCell/MainAction/MainIconButton/MainIconButton.d.ts +22 -0
- package/lib/src/components/DataGridActionCell/MainAction/MainIconButton/MainIconButton.d.ts.map +1 -0
- package/lib/src/components/DataGridActionCell/MainAction/MainIconButton/index.d.ts +2 -0
- package/lib/src/components/DataGridActionCell/MainAction/MainIconButton/index.d.ts.map +1 -0
- package/lib/src/components/DataGridActionCell/MainAction/MainIconButton/useLogic/index.d.ts +2 -0
- package/lib/src/components/DataGridActionCell/MainAction/MainIconButton/useLogic/index.d.ts.map +1 -0
- package/lib/src/components/DataGridActionCell/MainAction/MainIconButton/useLogic/useLogic.d.ts +11 -0
- package/lib/src/components/DataGridActionCell/MainAction/MainIconButton/useLogic/useLogic.d.ts.map +1 -0
- package/lib/src/components/DataGridActionCell/MainAction/index.d.ts +2 -0
- package/lib/src/components/DataGridActionCell/MainAction/index.d.ts.map +1 -0
- package/lib/src/components/DataGridActionCell/SecondaryAction/SecondaryAction.d.ts +23 -0
- package/lib/src/components/DataGridActionCell/SecondaryAction/SecondaryAction.d.ts.map +1 -0
- package/lib/src/components/DataGridActionCell/SecondaryAction/index.d.ts +2 -0
- package/lib/src/components/DataGridActionCell/SecondaryAction/index.d.ts.map +1 -0
- package/lib/src/components/DataGridActionCell/index.d.ts +2 -0
- package/lib/src/components/DataGridActionCell/index.d.ts.map +1 -0
- package/lib/src/components/DataGridActionCell/styles.css.d.ts +2 -0
- package/lib/src/components/DataGridActionCell/styles.css.d.ts.map +1 -0
- package/lib/src/components/DataGridActionCell/types.d.ts +101 -0
- package/lib/src/components/DataGridActionCell/types.d.ts.map +1 -0
- package/lib/src/components/DataGridActionCell/useLogic/index.d.ts +2 -0
- package/lib/src/components/DataGridActionCell/useLogic/index.d.ts.map +1 -0
- package/lib/src/components/DataGridActionCell/useLogic/useLogic.d.ts +11 -0
- package/lib/src/components/DataGridActionCell/useLogic/useLogic.d.ts.map +1 -0
- package/lib/src/components/DataGridSortHeader/DataGridSortHeader.d.ts +10 -0
- package/lib/src/components/DataGridSortHeader/DataGridSortHeader.d.ts.map +1 -0
- package/lib/src/components/DataGridSortHeader/index.d.ts +3 -0
- package/lib/src/components/DataGridSortHeader/index.d.ts.map +1 -0
- package/lib/src/components/DataGridSortHeader/styles.css.d.ts +3 -0
- package/lib/src/components/DataGridSortHeader/styles.css.d.ts.map +1 -0
- package/lib/src/components/DataGridSortHeader/types.d.ts +5 -0
- package/lib/src/components/DataGridSortHeader/types.d.ts.map +1 -0
- package/lib/src/components/DataList/DataList.d.ts +57 -0
- package/lib/src/components/DataList/DataList.d.ts.map +1 -0
- package/lib/src/components/DataList/EndData/EndData.d.ts +6 -0
- package/lib/src/components/DataList/EndData/EndData.d.ts.map +1 -0
- package/lib/src/components/DataList/EndData/constants.d.ts +2 -0
- package/lib/src/components/DataList/EndData/constants.d.ts.map +1 -0
- package/lib/src/components/DataList/EndData/index.d.ts +2 -0
- package/lib/src/components/DataList/EndData/index.d.ts.map +1 -0
- package/lib/src/components/DataList/EndData/styles.css.d.ts +2 -0
- package/lib/src/components/DataList/EndData/styles.css.d.ts.map +1 -0
- package/lib/src/components/DataList/ErrorState/ErrorState.d.ts +6 -0
- package/lib/src/components/DataList/ErrorState/ErrorState.d.ts.map +1 -0
- package/lib/src/components/DataList/ErrorState/constants.d.ts +2 -0
- package/lib/src/components/DataList/ErrorState/constants.d.ts.map +1 -0
- package/lib/src/components/DataList/ErrorState/index.d.ts +2 -0
- package/lib/src/components/DataList/ErrorState/index.d.ts.map +1 -0
- package/lib/src/components/DataList/ErrorState/styles.css.d.ts +2 -0
- package/lib/src/components/DataList/ErrorState/styles.css.d.ts.map +1 -0
- package/lib/src/components/DataList/Loader/Loader.d.ts +2 -0
- package/lib/src/components/DataList/Loader/Loader.d.ts.map +1 -0
- package/lib/src/components/DataList/Loader/index.d.ts +2 -0
- package/lib/src/components/DataList/Loader/index.d.ts.map +1 -0
- package/lib/src/components/DataList/Loader/styles.css.d.ts +2 -0
- package/lib/src/components/DataList/Loader/styles.css.d.ts.map +1 -0
- package/lib/src/components/DataList/NoData/NoData.d.ts +6 -0
- package/lib/src/components/DataList/NoData/NoData.d.ts.map +1 -0
- package/lib/src/components/DataList/NoData/constants.d.ts +2 -0
- package/lib/src/components/DataList/NoData/constants.d.ts.map +1 -0
- package/lib/src/components/DataList/NoData/index.d.ts +2 -0
- package/lib/src/components/DataList/NoData/index.d.ts.map +1 -0
- package/lib/src/components/DataList/ScrollToTopButton/ScrollToTopButton.d.ts +6 -0
- package/lib/src/components/DataList/ScrollToTopButton/ScrollToTopButton.d.ts.map +1 -0
- package/lib/src/components/DataList/ScrollToTopButton/index.d.ts +2 -0
- package/lib/src/components/DataList/ScrollToTopButton/index.d.ts.map +1 -0
- package/lib/src/components/DataList/ScrollToTopButton/styles.css.d.ts +3 -0
- package/lib/src/components/DataList/ScrollToTopButton/styles.css.d.ts.map +1 -0
- package/lib/src/components/DataList/constants.d.ts +3 -0
- package/lib/src/components/DataList/constants.d.ts.map +1 -0
- package/lib/src/components/DataList/index.d.ts +2 -0
- package/lib/src/components/DataList/index.d.ts.map +1 -0
- package/lib/src/components/DataList/styles.css.d.ts +3 -0
- package/lib/src/components/DataList/styles.css.d.ts.map +1 -0
- package/lib/src/components/DatePicker/DatePicker.d.ts +12 -0
- package/lib/src/components/DatePicker/DatePicker.d.ts.map +1 -0
- package/lib/src/components/DatePicker/index.d.ts +2 -0
- package/lib/src/components/DatePicker/index.d.ts.map +1 -0
- package/lib/src/components/Description/Description.d.ts +36 -0
- package/lib/src/components/Description/Description.d.ts.map +1 -0
- package/lib/src/components/Description/DescriptionContext/DescriptionContext.d.ts +7 -0
- package/lib/src/components/Description/DescriptionContext/DescriptionContext.d.ts.map +1 -0
- package/lib/src/components/Description/DescriptionContext/DescriptionContextProvider/DescriptionContextProvider.d.ts +8 -0
- package/lib/src/components/Description/DescriptionContext/DescriptionContextProvider/DescriptionContextProvider.d.ts.map +1 -0
- package/lib/src/components/Description/DescriptionContext/DescriptionContextProvider/index.d.ts +2 -0
- package/lib/src/components/Description/DescriptionContext/DescriptionContextProvider/index.d.ts.map +1 -0
- package/lib/src/components/Description/DescriptionContext/index.d.ts +3 -0
- package/lib/src/components/Description/DescriptionContext/index.d.ts.map +1 -0
- package/lib/src/components/Description/Name/Name.d.ts +4 -0
- package/lib/src/components/Description/Name/Name.d.ts.map +1 -0
- package/lib/src/components/Description/Name/index.d.ts +2 -0
- package/lib/src/components/Description/Name/index.d.ts.map +1 -0
- package/lib/src/components/Description/Name/styles.css.d.ts +4 -0
- package/lib/src/components/Description/Name/styles.css.d.ts.map +1 -0
- package/lib/src/components/Description/Value/Value.d.ts +23 -0
- package/lib/src/components/Description/Value/Value.d.ts.map +1 -0
- package/lib/src/components/Description/Value/index.d.ts +2 -0
- package/lib/src/components/Description/Value/index.d.ts.map +1 -0
- package/lib/src/components/Description/Value/styles.css.d.ts +4 -0
- package/lib/src/components/Description/Value/styles.css.d.ts.map +1 -0
- package/lib/src/components/Description/Value/useLogic/index.d.ts +2 -0
- package/lib/src/components/Description/Value/useLogic/index.d.ts.map +1 -0
- package/lib/src/components/Description/Value/useLogic/useLogic.d.ts +10 -0
- package/lib/src/components/Description/Value/useLogic/useLogic.d.ts.map +1 -0
- package/lib/src/components/Description/constants.d.ts +4 -0
- package/lib/src/components/Description/constants.d.ts.map +1 -0
- package/lib/src/components/Description/index.d.ts +3 -0
- package/lib/src/components/Description/index.d.ts.map +1 -0
- package/lib/src/components/Description/styles.css.d.ts +4 -0
- package/lib/src/components/Description/styles.css.d.ts.map +1 -0
- package/lib/src/components/Description/useLogic/index.d.ts +2 -0
- package/lib/src/components/Description/useLogic/index.d.ts.map +1 -0
- package/lib/src/components/Description/useLogic/useLogic.d.ts +10 -0
- package/lib/src/components/Description/useLogic/useLogic.d.ts.map +1 -0
- package/lib/src/components/Dialog/Dialog.d.ts +11 -0
- package/lib/src/components/Dialog/Dialog.d.ts.map +1 -0
- package/lib/src/components/Dialog/index.d.ts +2 -0
- package/lib/src/components/Dialog/index.d.ts.map +1 -0
- package/lib/src/components/Dialog/styles.css.d.ts +10 -0
- package/lib/src/components/Dialog/styles.css.d.ts.map +1 -0
- package/lib/src/components/Drawer/Drawer.d.ts +12 -0
- package/lib/src/components/Drawer/Drawer.d.ts.map +1 -0
- package/lib/src/components/Drawer/index.d.ts +2 -0
- package/lib/src/components/Drawer/index.d.ts.map +1 -0
- package/lib/src/components/Drawer/styles.css.d.ts +8 -0
- package/lib/src/components/Drawer/styles.css.d.ts.map +1 -0
- package/lib/src/components/DropdownMenu/DropdownMenu.d.ts +25 -0
- package/lib/src/components/DropdownMenu/DropdownMenu.d.ts.map +1 -0
- package/lib/src/components/DropdownMenu/index.d.ts +2 -0
- package/lib/src/components/DropdownMenu/index.d.ts.map +1 -0
- package/lib/src/components/DropdownMenu/styles.css.d.ts +13 -0
- package/lib/src/components/DropdownMenu/styles.css.d.ts.map +1 -0
- package/lib/src/components/ImageCarousel/ImageCarousel.d.ts +11 -0
- package/lib/src/components/ImageCarousel/ImageCarousel.d.ts.map +1 -0
- package/lib/src/components/ImageCarousel/index.d.ts +2 -0
- package/lib/src/components/ImageCarousel/index.d.ts.map +1 -0
- package/lib/src/components/ImageCarousel/styles.css.d.ts +10 -0
- package/lib/src/components/ImageCarousel/styles.css.d.ts.map +1 -0
- package/lib/src/components/Input/Input.d.ts +12 -0
- package/lib/src/components/Input/Input.d.ts.map +1 -0
- package/lib/src/components/Input/index.d.ts +2 -0
- package/lib/src/components/Input/index.d.ts.map +1 -0
- package/lib/src/components/Input/styles.css.d.ts +13 -0
- package/lib/src/components/Input/styles.css.d.ts.map +1 -0
- package/lib/src/components/InputOTP/InputOTP.d.ts +7 -0
- package/lib/src/components/InputOTP/InputOTP.d.ts.map +1 -0
- package/lib/src/components/InputOTP/Separator/Separator.d.ts +5 -0
- package/lib/src/components/InputOTP/Separator/Separator.d.ts.map +1 -0
- package/lib/src/components/InputOTP/Separator/index.d.ts +2 -0
- package/lib/src/components/InputOTP/Separator/index.d.ts.map +1 -0
- package/lib/src/components/InputOTP/Separator/styles.css.d.ts +2 -0
- package/lib/src/components/InputOTP/Separator/styles.css.d.ts.map +1 -0
- package/lib/src/components/InputOTP/Slot/Slot.d.ts +3 -0
- package/lib/src/components/InputOTP/Slot/Slot.d.ts.map +1 -0
- package/lib/src/components/InputOTP/Slot/index.d.ts +2 -0
- package/lib/src/components/InputOTP/Slot/index.d.ts.map +1 -0
- package/lib/src/components/InputOTP/Slot/styles.css.d.ts +6 -0
- package/lib/src/components/InputOTP/Slot/styles.css.d.ts.map +1 -0
- package/lib/src/components/InputOTP/index.d.ts +2 -0
- package/lib/src/components/InputOTP/index.d.ts.map +1 -0
- package/lib/src/components/InputOTP/styles.css.d.ts +5 -0
- package/lib/src/components/InputOTP/styles.css.d.ts.map +1 -0
- package/lib/src/components/Label/Label.d.ts +8 -0
- package/lib/src/components/Label/Label.d.ts.map +1 -0
- package/lib/src/components/Label/index.d.ts +2 -0
- package/lib/src/components/Label/index.d.ts.map +1 -0
- package/lib/src/components/Label/label.css.d.ts +5 -0
- package/lib/src/components/Label/label.css.d.ts.map +1 -0
- package/lib/src/components/MaskField/MaskField.d.ts +7 -0
- package/lib/src/components/MaskField/MaskField.d.ts.map +1 -0
- package/lib/src/components/MaskField/index.d.ts +2 -0
- package/lib/src/components/MaskField/index.d.ts.map +1 -0
- package/lib/src/components/PageLayout/Aside/Aside.d.ts +7 -0
- package/lib/src/components/PageLayout/Aside/Aside.d.ts.map +1 -0
- package/lib/src/components/PageLayout/Aside/index.d.ts +2 -0
- package/lib/src/components/PageLayout/Aside/index.d.ts.map +1 -0
- package/lib/src/components/PageLayout/Aside/styles.css.d.ts +2 -0
- package/lib/src/components/PageLayout/Aside/styles.css.d.ts.map +1 -0
- package/lib/src/components/PageLayout/Content/Content.d.ts +14 -0
- package/lib/src/components/PageLayout/Content/Content.d.ts.map +1 -0
- package/lib/src/components/PageLayout/Content/index.d.ts +2 -0
- package/lib/src/components/PageLayout/Content/index.d.ts.map +1 -0
- package/lib/src/components/PageLayout/Content/styles.css.d.ts +3 -0
- package/lib/src/components/PageLayout/Content/styles.css.d.ts.map +1 -0
- package/lib/src/components/PageLayout/Footer/Footer.d.ts +7 -0
- package/lib/src/components/PageLayout/Footer/Footer.d.ts.map +1 -0
- package/lib/src/components/PageLayout/Footer/index.d.ts +2 -0
- package/lib/src/components/PageLayout/Footer/index.d.ts.map +1 -0
- package/lib/src/components/PageLayout/Footer/styles.css.d.ts +2 -0
- package/lib/src/components/PageLayout/Footer/styles.css.d.ts.map +1 -0
- package/lib/src/components/PageLayout/Header/Header.d.ts +46 -0
- package/lib/src/components/PageLayout/Header/Header.d.ts.map +1 -0
- package/lib/src/components/PageLayout/Header/index.d.ts +2 -0
- package/lib/src/components/PageLayout/Header/index.d.ts.map +1 -0
- package/lib/src/components/PageLayout/Header/styles.css.d.ts +9 -0
- package/lib/src/components/PageLayout/Header/styles.css.d.ts.map +1 -0
- package/lib/src/components/PageLayout/PageLayout.d.ts +13 -0
- package/lib/src/components/PageLayout/PageLayout.d.ts.map +1 -0
- package/lib/src/components/PageLayout/constants.d.ts +6 -0
- package/lib/src/components/PageLayout/constants.d.ts.map +1 -0
- package/lib/src/components/PageLayout/index.d.ts +2 -0
- package/lib/src/components/PageLayout/index.d.ts.map +1 -0
- package/lib/src/components/PageLayout/styles.css.d.ts +2 -0
- package/lib/src/components/PageLayout/styles.css.d.ts.map +1 -0
- package/lib/src/components/Pagination/Pagination.d.ts +13 -0
- package/lib/src/components/Pagination/Pagination.d.ts.map +1 -0
- package/lib/src/components/Pagination/index.d.ts +2 -0
- package/lib/src/components/Pagination/index.d.ts.map +1 -0
- package/lib/src/components/Pagination/styles.css.d.ts +3 -0
- package/lib/src/components/Pagination/styles.css.d.ts.map +1 -0
- package/lib/src/components/Pagination/useLogic.d.ts +10 -0
- package/lib/src/components/Pagination/useLogic.d.ts.map +1 -0
- package/lib/src/components/PeriodPicker/PeriodPicker.d.ts +11 -0
- package/lib/src/components/PeriodPicker/PeriodPicker.d.ts.map +1 -0
- package/lib/src/components/PeriodPicker/YearsDropdown/YearsDropdown.d.ts +9 -0
- package/lib/src/components/PeriodPicker/YearsDropdown/YearsDropdown.d.ts.map +1 -0
- package/lib/src/components/PeriodPicker/YearsDropdown/index.d.ts +2 -0
- package/lib/src/components/PeriodPicker/YearsDropdown/index.d.ts.map +1 -0
- package/lib/src/components/PeriodPicker/constants.d.ts +3 -0
- package/lib/src/components/PeriodPicker/constants.d.ts.map +1 -0
- package/lib/src/components/PeriodPicker/index.d.ts +2 -0
- package/lib/src/components/PeriodPicker/index.d.ts.map +1 -0
- package/lib/src/components/PeriodPicker/styles.css.d.ts +4 -0
- package/lib/src/components/PeriodPicker/styles.css.d.ts.map +1 -0
- package/lib/src/components/PeriodPicker/utils.d.ts +4 -0
- package/lib/src/components/PeriodPicker/utils.d.ts.map +1 -0
- package/lib/src/components/Placeholder/Image/Image.d.ts +7 -0
- package/lib/src/components/Placeholder/Image/Image.d.ts.map +1 -0
- package/lib/src/components/Placeholder/Image/index.d.ts +2 -0
- package/lib/src/components/Placeholder/Image/index.d.ts.map +1 -0
- package/lib/src/components/Placeholder/Image/styles.css.d.ts +4 -0
- package/lib/src/components/Placeholder/Image/styles.css.d.ts.map +1 -0
- package/lib/src/components/Placeholder/Placeholder.d.ts +41 -0
- package/lib/src/components/Placeholder/Placeholder.d.ts.map +1 -0
- package/lib/src/components/Placeholder/constants.d.ts +23 -0
- package/lib/src/components/Placeholder/constants.d.ts.map +1 -0
- package/lib/src/components/Placeholder/index.d.ts +4 -0
- package/lib/src/components/Placeholder/index.d.ts.map +1 -0
- package/lib/src/components/Placeholder/styles.css.d.ts +7 -0
- package/lib/src/components/Placeholder/styles.css.d.ts.map +1 -0
- package/lib/src/components/Placeholder/types.d.ts +2 -0
- package/lib/src/components/Placeholder/types.d.ts.map +1 -0
- package/lib/src/components/Popover/Popover.d.ts +3 -0
- package/lib/src/components/Popover/Popover.d.ts.map +1 -0
- package/lib/src/components/Popover/PopoverContent.d.ts +4 -0
- package/lib/src/components/Popover/PopoverContent.d.ts.map +1 -0
- package/lib/src/components/Popover/index.d.ts +3 -0
- package/lib/src/components/Popover/index.d.ts.map +1 -0
- package/lib/src/components/Popover/styles.css.d.ts +2 -0
- package/lib/src/components/Popover/styles.css.d.ts.map +1 -0
- package/lib/src/components/RadioGroup/RadioGroup.d.ts +4 -0
- package/lib/src/components/RadioGroup/RadioGroup.d.ts.map +1 -0
- package/lib/src/components/RadioGroup/RadioGroupItem.d.ts +6 -0
- package/lib/src/components/RadioGroup/RadioGroupItem.d.ts.map +1 -0
- package/lib/src/components/RadioGroup/index.d.ts +3 -0
- package/lib/src/components/RadioGroup/index.d.ts.map +1 -0
- package/lib/src/components/RadioGroup/styles.css.d.ts +6 -0
- package/lib/src/components/RadioGroup/styles.css.d.ts.map +1 -0
- package/lib/src/components/RangeInput/RangeInput.d.ts +17 -0
- package/lib/src/components/RangeInput/RangeInput.d.ts.map +1 -0
- package/lib/src/components/RangeInput/index.d.ts +2 -0
- package/lib/src/components/RangeInput/index.d.ts.map +1 -0
- package/lib/src/components/RangeInput/styles.css.d.ts +7 -0
- package/lib/src/components/RangeInput/styles.css.d.ts.map +1 -0
- package/lib/src/components/RangeInput/useLogic/index.d.ts +2 -0
- package/lib/src/components/RangeInput/useLogic/index.d.ts.map +1 -0
- package/lib/src/components/RangeInput/useLogic/useLogic.d.ts +14 -0
- package/lib/src/components/RangeInput/useLogic/useLogic.d.ts.map +1 -0
- package/lib/src/components/ScrollTopButton/ScrollTopButton.d.ts +5 -0
- package/lib/src/components/ScrollTopButton/ScrollTopButton.d.ts.map +1 -0
- package/lib/src/components/ScrollTopButton/index.d.ts +2 -0
- package/lib/src/components/ScrollTopButton/index.d.ts.map +1 -0
- package/lib/src/components/ScrollTopButton/styles.css.d.ts +3 -0
- package/lib/src/components/ScrollTopButton/styles.css.d.ts.map +1 -0
- package/lib/src/components/Select/Select.d.ts +22 -0
- package/lib/src/components/Select/Select.d.ts.map +1 -0
- package/lib/src/components/Select/index.d.ts +2 -0
- package/lib/src/components/Select/index.d.ts.map +1 -0
- package/lib/src/components/Select/styles.css.d.ts +12 -0
- package/lib/src/components/Select/styles.css.d.ts.map +1 -0
- package/lib/src/components/Slider/Slider.d.ts +4 -0
- package/lib/src/components/Slider/Slider.d.ts.map +1 -0
- package/lib/src/components/Slider/index.d.ts +2 -0
- package/lib/src/components/Slider/index.d.ts.map +1 -0
- package/lib/src/components/Slider/styles.css.d.ts +5 -0
- package/lib/src/components/Slider/styles.css.d.ts.map +1 -0
- package/lib/src/components/Tabs/Tabs.d.ts +9 -0
- package/lib/src/components/Tabs/Tabs.d.ts.map +1 -0
- package/lib/src/components/Tabs/TabsContent.d.ts +4 -0
- package/lib/src/components/Tabs/TabsContent.d.ts.map +1 -0
- package/lib/src/components/Tabs/TabsList.d.ts +4 -0
- package/lib/src/components/Tabs/TabsList.d.ts.map +1 -0
- package/lib/src/components/Tabs/TabsTrigger.d.ts +6 -0
- package/lib/src/components/Tabs/TabsTrigger.d.ts.map +1 -0
- package/lib/src/components/Tabs/index.d.ts +2 -0
- package/lib/src/components/Tabs/index.d.ts.map +1 -0
- package/lib/src/components/Tabs/styles.css.d.ts +5 -0
- package/lib/src/components/Tabs/styles.css.d.ts.map +1 -0
- package/lib/src/components/TextField/TextField.d.ts +8 -0
- package/lib/src/components/TextField/TextField.d.ts.map +1 -0
- package/lib/src/components/TextField/index.d.ts +2 -0
- package/lib/src/components/TextField/index.d.ts.map +1 -0
- package/lib/src/components/TextField/styles.css.d.ts +7 -0
- package/lib/src/components/TextField/styles.css.d.ts.map +1 -0
- package/lib/src/components/Tooltip/Tooltip.d.ts +14 -0
- package/lib/src/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/lib/src/components/Tooltip/index.d.ts +2 -0
- package/lib/src/components/Tooltip/index.d.ts.map +1 -0
- package/lib/src/components/Tooltip/styles.css.d.ts +4 -0
- package/lib/src/components/Tooltip/styles.css.d.ts.map +1 -0
- package/lib/src/components/Typography/Typography.d.ts +16 -0
- package/lib/src/components/Typography/Typography.d.ts.map +1 -0
- package/lib/src/components/Typography/index.d.ts +2 -0
- package/lib/src/components/Typography/index.d.ts.map +1 -0
- package/lib/src/components/Typography/styles.css.d.ts +10 -0
- package/lib/src/components/Typography/styles.css.d.ts.map +1 -0
- package/lib/src/components/Typography/types.d.ts +4 -0
- package/lib/src/components/Typography/types.d.ts.map +1 -0
- package/lib/src/components/index.d.ts +43 -0
- package/lib/src/components/index.d.ts.map +1 -0
- package/lib/src/form/Form/Form.d.ts +46 -0
- package/lib/src/form/Form/Form.d.ts.map +1 -0
- package/lib/src/form/Form/index.d.ts +2 -0
- package/lib/src/form/Form/index.d.ts.map +1 -0
- package/lib/src/form/FormMaskField/FormMaskField.d.ts +5 -0
- package/lib/src/form/FormMaskField/FormMaskField.d.ts.map +1 -0
- package/lib/src/form/FormMaskField/index.d.ts +3 -0
- package/lib/src/form/FormMaskField/index.d.ts.map +1 -0
- package/lib/src/form/FormMaskField/types.d.ts +5 -0
- package/lib/src/form/FormMaskField/types.d.ts.map +1 -0
- package/lib/src/form/FormSubmitButton/FormSubmitButton.d.ts +7 -0
- package/lib/src/form/FormSubmitButton/FormSubmitButton.d.ts.map +1 -0
- package/lib/src/form/FormSubmitButton/index.d.ts +2 -0
- package/lib/src/form/FormSubmitButton/index.d.ts.map +1 -0
- package/lib/src/form/FormTextField/FormTextField.d.ts +8 -0
- package/lib/src/form/FormTextField/FormTextField.d.ts.map +1 -0
- package/lib/src/form/FormTextField/index.d.ts +3 -0
- package/lib/src/form/FormTextField/index.d.ts.map +1 -0
- package/lib/src/form/FormTextField/types.d.ts +5 -0
- package/lib/src/form/FormTextField/types.d.ts.map +1 -0
- package/lib/src/form/external.d.ts +2 -0
- package/lib/src/form/external.d.ts.map +1 -0
- package/lib/src/form/hooks/index.d.ts +3 -0
- package/lib/src/form/hooks/index.d.ts.map +1 -0
- package/lib/src/form/hooks/useForm/index.d.ts +2 -0
- package/lib/src/form/hooks/useForm/index.d.ts.map +1 -0
- package/lib/src/form/hooks/useForm/useForm.d.ts +5 -0
- package/lib/src/form/hooks/useForm/useForm.d.ts.map +1 -0
- package/lib/src/form/hooks/useFormContext/index.d.ts +2 -0
- package/lib/src/form/hooks/useFormContext/index.d.ts.map +1 -0
- package/lib/src/form/index.d.ts +8 -0
- package/lib/src/form/index.d.ts.map +1 -0
- package/lib/src/form/types.d.ts +8 -0
- package/lib/src/form/types.d.ts.map +1 -0
- package/lib/src/index.d.ts +4 -0
- package/lib/src/index.d.ts.map +1 -0
- package/lib/src/theme/index.d.ts +3 -0
- package/lib/src/theme/index.d.ts.map +1 -0
- package/lib/src/theme/reset.css.d.ts +2 -0
- package/lib/src/theme/reset.css.d.ts.map +1 -0
- package/lib/src/theme/theme.css.d.ts +80 -0
- package/lib/src/theme/theme.css.d.ts.map +1 -0
- package/lib/src/utils.d.ts +11 -0
- package/lib/src/utils.d.ts.map +1 -0
- package/lib/stories/Accordion.stories.d.ts +12 -0
- package/lib/stories/Accordion.stories.d.ts.map +1 -0
- package/lib/stories/AlertDialog.stories.d.ts +15 -0
- package/lib/stories/AlertDialog.stories.d.ts.map +1 -0
- package/lib/stories/Badge.stories.d.ts +12 -0
- package/lib/stories/Badge.stories.d.ts.map +1 -0
- package/lib/stories/Button.stories.d.ts +20 -0
- package/lib/stories/Button.stories.d.ts.map +1 -0
- package/lib/stories/ButtonGroup.stories.d.ts +29 -0
- package/lib/stories/ButtonGroup.stories.d.ts.map +1 -0
- package/lib/stories/Calendar.stories.d.ts +15 -0
- package/lib/stories/Calendar.stories.d.ts.map +1 -0
- package/lib/stories/Card.stories.d.ts +13 -0
- package/lib/stories/Card.stories.d.ts.map +1 -0
- package/lib/stories/Carousel.stories.d.ts +13 -0
- package/lib/stories/Carousel.stories.d.ts.map +1 -0
- package/lib/stories/Checkbox.stories.d.ts +11 -0
- package/lib/stories/Checkbox.stories.d.ts.map +1 -0
- package/lib/stories/CircularProgress.stories.d.ts +19 -0
- package/lib/stories/CircularProgress.stories.d.ts.map +1 -0
- package/lib/stories/ConfirmAction.stories.d.ts +20 -0
- package/lib/stories/ConfirmAction.stories.d.ts.map +1 -0
- package/lib/stories/CopyTypography.stories.d.ts +25 -0
- package/lib/stories/CopyTypography.stories.d.ts.map +1 -0
- package/lib/stories/DashboardLayout.stories.d.ts +15 -0
- package/lib/stories/DashboardLayout.stories.d.ts.map +1 -0
- package/lib/stories/DataGrid.stories.d.ts +18 -0
- package/lib/stories/DataGrid.stories.d.ts.map +1 -0
- package/lib/stories/DataGridActionCell.stories.d.ts +14 -0
- package/lib/stories/DataGridActionCell.stories.d.ts.map +1 -0
- package/lib/stories/DataList.stories.d.ts +20 -0
- package/lib/stories/DataList.stories.d.ts.map +1 -0
- package/lib/stories/DatePicker.stories.d.ts +6 -0
- package/lib/stories/DatePicker.stories.d.ts.map +1 -0
- package/lib/stories/Description.stories.d.ts +51 -0
- package/lib/stories/Description.stories.d.ts.map +1 -0
- package/lib/stories/Dialog.stories.d.ts +6 -0
- package/lib/stories/Dialog.stories.d.ts.map +1 -0
- package/lib/stories/Drawer.stories.d.ts +6 -0
- package/lib/stories/Drawer.stories.d.ts.map +1 -0
- package/lib/stories/DropdownMenu.stories.d.ts +6 -0
- package/lib/stories/DropdownMenu.stories.d.ts.map +1 -0
- package/lib/stories/Input.stories.d.ts +11 -0
- package/lib/stories/Input.stories.d.ts.map +1 -0
- package/lib/stories/InputOTP.stories.d.ts +6 -0
- package/lib/stories/InputOTP.stories.d.ts.map +1 -0
- package/lib/stories/MaskField.stories.d.ts +7 -0
- package/lib/stories/MaskField.stories.d.ts.map +1 -0
- package/lib/stories/Pagination.stories.d.ts +6 -0
- package/lib/stories/Pagination.stories.d.ts.map +1 -0
- package/lib/stories/PeriodPicker.stories.d.ts +7 -0
- package/lib/stories/PeriodPicker.stories.d.ts.map +1 -0
- package/lib/stories/Popover.stories.d.ts +6 -0
- package/lib/stories/Popover.stories.d.ts.map +1 -0
- package/lib/stories/RadioGroup.stories.d.ts +6 -0
- package/lib/stories/RadioGroup.stories.d.ts.map +1 -0
- package/lib/stories/RangeInput.stories.d.ts +6 -0
- package/lib/stories/RangeInput.stories.d.ts.map +1 -0
- package/lib/stories/Select.stories.d.ts +8 -0
- package/lib/stories/Select.stories.d.ts.map +1 -0
- package/lib/stories/Slider.stories.d.ts +6 -0
- package/lib/stories/Slider.stories.d.ts.map +1 -0
- package/lib/stories/Tabs.stories.d.ts +8 -0
- package/lib/stories/Tabs.stories.d.ts.map +1 -0
- package/lib/stories/TextField.stories.d.ts +9 -0
- package/lib/stories/TextField.stories.d.ts.map +1 -0
- package/lib/stories/Tooltip.stories.d.ts +7 -0
- package/lib/stories/Tooltip.stories.d.ts.map +1 -0
- package/lib/stories/Typography.stories.d.ts +17 -0
- package/lib/stories/Typography.stories.d.ts.map +1 -0
- package/lib/styles.css +3414 -1
- package/package.json +36 -24
- package/lib/components/Accordion/Accordion.d.ts +0 -11
- package/lib/components/Accordion/accordion.css.d.ts +0 -5
- package/lib/components/Accordion/index.d.ts +0 -1
- package/lib/components/Badge/Badge.d.ts +0 -7
- package/lib/components/Badge/index.d.ts +0 -1
- package/lib/components/Badge/styles.css.d.ts +0 -3
- package/lib/components/Badge/types.d.ts +0 -1
- package/lib/components/Button/Button.d.ts +0 -13
- package/lib/components/Button/Content/Content.d.ts +0 -2
- package/lib/components/Button/Content/index.d.ts +0 -1
- package/lib/components/Button/Content/styles.css.d.ts +0 -5
- package/lib/components/Button/button.css.d.ts +0 -9
- package/lib/components/Button/index.d.ts +0 -1
- package/lib/components/Button/types.d.ts +0 -2
- package/lib/components/ButtonGroup/ButtonGroup.d.ts +0 -20
- package/lib/components/ButtonGroup/buttonGroup.css.d.ts +0 -4
- package/lib/components/ButtonGroup/index.d.ts +0 -1
- package/lib/components/Calendar/Calendar.d.ts +0 -7
- package/lib/components/Calendar/DayButton/DayButton.d.ts +0 -6
- package/lib/components/Calendar/DayButton/index.d.ts +0 -1
- package/lib/components/Calendar/DayButton/styles.css.d.ts +0 -3
- package/lib/components/Calendar/Dropdown/Dropdown.d.ts +0 -5
- package/lib/components/Calendar/Dropdown/index.d.ts +0 -1
- package/lib/components/Calendar/Dropdown/styles.css.d.ts +0 -1
- package/lib/components/Calendar/index.d.ts +0 -1
- package/lib/components/Calendar/styles.css.d.ts +0 -7
- package/lib/components/Card/Card.d.ts +0 -11
- package/lib/components/Card/card.css.d.ts +0 -6
- package/lib/components/Card/index.d.ts +0 -1
- package/lib/components/Carousel/Buttons/Buttons.d.ts +0 -2
- package/lib/components/Carousel/Buttons/index.d.ts +0 -1
- package/lib/components/Carousel/Buttons/styles.css.d.ts +0 -3
- package/lib/components/Carousel/Carousel.d.ts +0 -17
- package/lib/components/Carousel/CarouselContext.d.ts +0 -16
- package/lib/components/Carousel/Content/Content.d.ts +0 -1
- package/lib/components/Carousel/Content/index.d.ts +0 -1
- package/lib/components/Carousel/Content/styles.css.d.ts +0 -2
- package/lib/components/Carousel/Dots/Dots.d.ts +0 -5
- package/lib/components/Carousel/Dots/index.d.ts +0 -1
- package/lib/components/Carousel/Dots/styles.css.d.ts +0 -3
- package/lib/components/Carousel/Dots/useLogic/index.d.ts +0 -1
- package/lib/components/Carousel/Dots/useLogic/useLogic.d.ts +0 -6
- package/lib/components/Carousel/Item/Item.d.ts +0 -1
- package/lib/components/Carousel/Item/index.d.ts +0 -1
- package/lib/components/Carousel/Item/styles.css.d.ts +0 -1
- package/lib/components/Carousel/index.d.ts +0 -1
- package/lib/components/Carousel/styles.css.d.ts +0 -1
- package/lib/components/Carousel/types.d.ts +0 -6
- package/lib/components/Carousel/useLogic/index.d.ts +0 -1
- package/lib/components/Carousel/useLogic/useLogic.d.ts +0 -19
- package/lib/components/Checkbox/Checkbox.d.ts +0 -3
- package/lib/components/Checkbox/checkbox.css.d.ts +0 -3
- package/lib/components/Checkbox/index.d.ts +0 -1
- package/lib/components/CircularProgress/CircularProgress.d.ts +0 -10
- package/lib/components/CircularProgress/index.d.ts +0 -1
- package/lib/components/CircularProgress/styles.css.d.ts +0 -5
- package/lib/components/ConfirmAction/ConfirmAction.d.ts +0 -39
- package/lib/components/ConfirmAction/index.d.ts +0 -1
- package/lib/components/ConfirmAction/styles.css.d.ts +0 -4
- package/lib/components/ConfirmAction/useLogic.d.ts +0 -9
- package/lib/components/ContentState/ContentState.d.ts +0 -34
- package/lib/components/ContentState/index.d.ts +0 -2
- package/lib/components/ContentState/styles.css.d.ts +0 -1
- package/lib/components/ContentState/types.d.ts +0 -24
- package/lib/components/CopyTypography/CopyTypography.d.ts +0 -17
- package/lib/components/CopyTypography/enums.d.ts +0 -5
- package/lib/components/CopyTypography/index.d.ts +0 -1
- package/lib/components/CopyTypography/styles.css.d.ts +0 -2
- package/lib/components/CopyTypography/useLogic/index.d.ts +0 -1
- package/lib/components/CopyTypography/useLogic/useLogic.d.ts +0 -12
- package/lib/components/DashboardLayout/DashboardContext.d.ts +0 -5
- package/lib/components/DashboardLayout/DashboardLayout.d.ts +0 -9
- package/lib/components/DashboardLayout/Main/Main.d.ts +0 -6
- package/lib/components/DashboardLayout/Main/index.d.ts +0 -1
- package/lib/components/DashboardLayout/Main/styles.css.d.ts +0 -1
- package/lib/components/DashboardLayout/Sidebar/Sidebar.d.ts +0 -10
- package/lib/components/DashboardLayout/Sidebar/constants.d.ts +0 -1
- package/lib/components/DashboardLayout/Sidebar/index.d.ts +0 -1
- package/lib/components/DashboardLayout/Sidebar/styles.css.d.ts +0 -7
- package/lib/components/DashboardLayout/constants.d.ts +0 -1
- package/lib/components/DashboardLayout/hooks/index.d.ts +0 -2
- package/lib/components/DashboardLayout/hooks/useDashboard.d.ts +0 -5
- package/lib/components/DashboardLayout/hooks/useLogic.d.ts +0 -4
- package/lib/components/DashboardLayout/index.d.ts +0 -2
- package/lib/components/DashboardLayout/styles.css.d.ts +0 -1
- package/lib/components/DataGrid/Body/Body.d.ts +0 -5
- package/lib/components/DataGrid/Body/index.d.ts +0 -1
- package/lib/components/DataGrid/Body/styles.css.d.ts +0 -1
- package/lib/components/DataGrid/Cell/Cell.d.ts +0 -8
- package/lib/components/DataGrid/Cell/index.d.ts +0 -1
- package/lib/components/DataGrid/Cell/styles.css.d.ts +0 -2
- package/lib/components/DataGrid/DataGrid.d.ts +0 -23
- package/lib/components/DataGrid/Footer/Footer.d.ts +0 -4
- package/lib/components/DataGrid/Footer/index.d.ts +0 -1
- package/lib/components/DataGrid/Footer/styles.css.d.ts +0 -1
- package/lib/components/DataGrid/Header/Header.d.ts +0 -9
- package/lib/components/DataGrid/Header/index.d.ts +0 -1
- package/lib/components/DataGrid/Header/styles.css.d.ts +0 -1
- package/lib/components/DataGrid/HeaderCell/HeaderCell.d.ts +0 -8
- package/lib/components/DataGrid/HeaderCell/index.d.ts +0 -1
- package/lib/components/DataGrid/HeaderCell/styles.css.d.ts +0 -1
- package/lib/components/DataGrid/Row/Row.d.ts +0 -11
- package/lib/components/DataGrid/Row/index.d.ts +0 -1
- package/lib/components/DataGrid/Row/styles.css.d.ts +0 -2
- package/lib/components/DataGrid/State/State.d.ts +0 -10
- package/lib/components/DataGrid/State/index.d.ts +0 -1
- package/lib/components/DataGrid/State/styles.css.d.ts +0 -2
- package/lib/components/DataGrid/constants.d.ts +0 -1
- package/lib/components/DataGrid/index.d.ts +0 -2
- package/lib/components/DataGrid/styles.css.d.ts +0 -6
- package/lib/components/DataGrid/types.d.ts +0 -24
- package/lib/components/DataGridActionCell/DataGridActionCell.d.ts +0 -22
- package/lib/components/DataGridActionCell/MainAction/MainAction.d.ts +0 -22
- package/lib/components/DataGridActionCell/MainAction/MainIconButton/MainIconButton.d.ts +0 -21
- package/lib/components/DataGridActionCell/MainAction/MainIconButton/index.d.ts +0 -1
- package/lib/components/DataGridActionCell/MainAction/MainIconButton/useLogic/index.d.ts +0 -1
- package/lib/components/DataGridActionCell/MainAction/MainIconButton/useLogic/useLogic.d.ts +0 -10
- package/lib/components/DataGridActionCell/MainAction/index.d.ts +0 -1
- package/lib/components/DataGridActionCell/SecondaryAction/SecondaryAction.d.ts +0 -22
- package/lib/components/DataGridActionCell/SecondaryAction/index.d.ts +0 -1
- package/lib/components/DataGridActionCell/index.d.ts +0 -1
- package/lib/components/DataGridActionCell/styles.css.d.ts +0 -1
- package/lib/components/DataGridActionCell/types.d.ts +0 -100
- package/lib/components/DataGridActionCell/useLogic/index.d.ts +0 -1
- package/lib/components/DataGridActionCell/useLogic/useLogic.d.ts +0 -10
- package/lib/components/DataGridSortHeader/DataGridSortHeader.d.ts +0 -9
- package/lib/components/DataGridSortHeader/index.d.ts +0 -2
- package/lib/components/DataGridSortHeader/styles.css.d.ts +0 -2
- package/lib/components/DataGridSortHeader/types.d.ts +0 -4
- package/lib/components/DataList/DataList.d.ts +0 -56
- package/lib/components/DataList/EndData/EndData.d.ts +0 -5
- package/lib/components/DataList/EndData/constants.d.ts +0 -1
- package/lib/components/DataList/EndData/index.d.ts +0 -1
- package/lib/components/DataList/EndData/styles.css.d.ts +0 -1
- package/lib/components/DataList/ErrorState/ErrorState.d.ts +0 -5
- package/lib/components/DataList/ErrorState/constants.d.ts +0 -1
- package/lib/components/DataList/ErrorState/index.d.ts +0 -1
- package/lib/components/DataList/ErrorState/styles.css.d.ts +0 -1
- package/lib/components/DataList/Loader/Loader.d.ts +0 -1
- package/lib/components/DataList/Loader/index.d.ts +0 -1
- package/lib/components/DataList/Loader/styles.css.d.ts +0 -1
- package/lib/components/DataList/NoData/NoData.d.ts +0 -5
- package/lib/components/DataList/NoData/constants.d.ts +0 -1
- package/lib/components/DataList/NoData/index.d.ts +0 -1
- package/lib/components/DataList/ScrollToTopButton/ScrollToTopButton.d.ts +0 -5
- package/lib/components/DataList/ScrollToTopButton/index.d.ts +0 -1
- package/lib/components/DataList/ScrollToTopButton/styles.css.d.ts +0 -2
- package/lib/components/DataList/constants.d.ts +0 -2
- package/lib/components/DataList/index.d.ts +0 -1
- package/lib/components/DataList/styles.css.d.ts +0 -2
- package/lib/components/DatePicker/DatePicker.d.ts +0 -11
- package/lib/components/DatePicker/index.d.ts +0 -1
- package/lib/components/Description/Description.d.ts +0 -35
- package/lib/components/Description/DescriptionContext/DescriptionContext.d.ts +0 -6
- package/lib/components/Description/DescriptionContext/DescriptionContextProvider/DescriptionContextProvider.d.ts +0 -7
- package/lib/components/Description/DescriptionContext/DescriptionContextProvider/index.d.ts +0 -1
- package/lib/components/Description/DescriptionContext/index.d.ts +0 -2
- package/lib/components/Description/Name/Name.d.ts +0 -3
- package/lib/components/Description/Name/index.d.ts +0 -1
- package/lib/components/Description/Name/styles.css.d.ts +0 -3
- package/lib/components/Description/Value/Value.d.ts +0 -22
- package/lib/components/Description/Value/index.d.ts +0 -1
- package/lib/components/Description/Value/styles.css.d.ts +0 -3
- package/lib/components/Description/Value/useLogic/index.d.ts +0 -1
- package/lib/components/Description/Value/useLogic/useLogic.d.ts +0 -9
- package/lib/components/Description/constants.d.ts +0 -3
- package/lib/components/Description/index.d.ts +0 -2
- package/lib/components/Description/styles.css.d.ts +0 -3
- package/lib/components/Description/useLogic/index.d.ts +0 -1
- package/lib/components/Description/useLogic/useLogic.d.ts +0 -9
- package/lib/components/Dialog/Dialog.d.ts +0 -10
- package/lib/components/Dialog/index.d.ts +0 -1
- package/lib/components/Dialog/styles.css.d.ts +0 -9
- package/lib/components/Drawer/Drawer.d.ts +0 -11
- package/lib/components/Drawer/index.d.ts +0 -1
- package/lib/components/Drawer/styles.css.d.ts +0 -7
- package/lib/components/DropdownMenu/DropdownMenu.d.ts +0 -24
- package/lib/components/DropdownMenu/index.d.ts +0 -1
- package/lib/components/DropdownMenu/styles.css.d.ts +0 -12
- package/lib/components/ImageCarousel/ImageCarousel.d.ts +0 -10
- package/lib/components/ImageCarousel/index.d.ts +0 -1
- package/lib/components/ImageCarousel/styles.css.d.ts +0 -9
- package/lib/components/Input/Input.d.ts +0 -11
- package/lib/components/Input/index.d.ts +0 -1
- package/lib/components/Input/styles.css.d.ts +0 -12
- package/lib/components/InputOTP/InputOTP.d.ts +0 -6
- package/lib/components/InputOTP/Separator/Separator.d.ts +0 -4
- package/lib/components/InputOTP/Separator/index.d.ts +0 -1
- package/lib/components/InputOTP/Separator/styles.css.d.ts +0 -1
- package/lib/components/InputOTP/Slot/Slot.d.ts +0 -2
- package/lib/components/InputOTP/Slot/index.d.ts +0 -1
- package/lib/components/InputOTP/Slot/styles.css.d.ts +0 -5
- package/lib/components/InputOTP/index.d.ts +0 -1
- package/lib/components/InputOTP/styles.css.d.ts +0 -4
- package/lib/components/Label/Label.d.ts +0 -7
- package/lib/components/Label/index.d.ts +0 -1
- package/lib/components/Label/label.css.d.ts +0 -4
- package/lib/components/MaskField/MaskField.d.ts +0 -6
- package/lib/components/MaskField/index.d.ts +0 -1
- package/lib/components/PageLayout/Aside/Aside.d.ts +0 -6
- package/lib/components/PageLayout/Aside/index.d.ts +0 -1
- package/lib/components/PageLayout/Aside/styles.css.d.ts +0 -1
- package/lib/components/PageLayout/Content/Content.d.ts +0 -13
- package/lib/components/PageLayout/Content/index.d.ts +0 -1
- package/lib/components/PageLayout/Content/styles.css.d.ts +0 -2
- package/lib/components/PageLayout/Footer/Footer.d.ts +0 -6
- package/lib/components/PageLayout/Footer/index.d.ts +0 -1
- package/lib/components/PageLayout/Footer/styles.css.d.ts +0 -1
- package/lib/components/PageLayout/Header/Header.d.ts +0 -45
- package/lib/components/PageLayout/Header/index.d.ts +0 -1
- package/lib/components/PageLayout/Header/styles.css.d.ts +0 -8
- package/lib/components/PageLayout/PageLayout.d.ts +0 -12
- package/lib/components/PageLayout/constants.d.ts +0 -5
- package/lib/components/PageLayout/index.d.ts +0 -1
- package/lib/components/PageLayout/styles.css.d.ts +0 -1
- package/lib/components/Pagination/Pagination.d.ts +0 -12
- package/lib/components/Pagination/index.d.ts +0 -1
- package/lib/components/Pagination/styles.css.d.ts +0 -2
- package/lib/components/Pagination/useLogic.d.ts +0 -9
- package/lib/components/PeriodPicker/PeriodPicker.d.ts +0 -10
- package/lib/components/PeriodPicker/YearsDropdown/YearsDropdown.d.ts +0 -8
- package/lib/components/PeriodPicker/YearsDropdown/index.d.ts +0 -1
- package/lib/components/PeriodPicker/constants.d.ts +0 -2
- package/lib/components/PeriodPicker/index.d.ts +0 -1
- package/lib/components/PeriodPicker/styles.css.d.ts +0 -3
- package/lib/components/PeriodPicker/utils.d.ts +0 -3
- package/lib/components/Placeholder/Image/Image.d.ts +0 -6
- package/lib/components/Placeholder/Image/index.d.ts +0 -1
- package/lib/components/Placeholder/Image/styles.css.d.ts +0 -3
- package/lib/components/Placeholder/Placeholder.d.ts +0 -40
- package/lib/components/Placeholder/constants.d.ts +0 -22
- package/lib/components/Placeholder/index.d.ts +0 -3
- package/lib/components/Placeholder/styles.css.d.ts +0 -6
- package/lib/components/Placeholder/types.d.ts +0 -1
- package/lib/components/Popover/Popover.d.ts +0 -2
- package/lib/components/Popover/PopoverContent.d.ts +0 -3
- package/lib/components/Popover/index.d.ts +0 -2
- package/lib/components/Popover/styles.css.d.ts +0 -1
- package/lib/components/RadioGroup/RadioGroup.d.ts +0 -3
- package/lib/components/RadioGroup/RadioGroupItem.d.ts +0 -5
- package/lib/components/RadioGroup/index.d.ts +0 -2
- package/lib/components/RadioGroup/styles.css.d.ts +0 -5
- package/lib/components/RangeInput/RangeInput.d.ts +0 -16
- package/lib/components/RangeInput/index.d.ts +0 -1
- package/lib/components/RangeInput/styles.css.d.ts +0 -6
- package/lib/components/RangeInput/useLogic/index.d.ts +0 -1
- package/lib/components/RangeInput/useLogic/useLogic.d.ts +0 -13
- package/lib/components/ScrollTopButton/ScrollTopButton.d.ts +0 -4
- package/lib/components/ScrollTopButton/index.d.ts +0 -1
- package/lib/components/ScrollTopButton/styles.css.d.ts +0 -2
- package/lib/components/Select/Select.d.ts +0 -21
- package/lib/components/Select/index.d.ts +0 -1
- package/lib/components/Select/styles.css.d.ts +0 -11
- package/lib/components/Slider/Slider.d.ts +0 -3
- package/lib/components/Slider/index.d.ts +0 -1
- package/lib/components/Slider/styles.css.d.ts +0 -4
- package/lib/components/Tabs/Tabs.d.ts +0 -8
- package/lib/components/Tabs/TabsContent.d.ts +0 -3
- package/lib/components/Tabs/TabsList.d.ts +0 -3
- package/lib/components/Tabs/TabsTrigger.d.ts +0 -5
- package/lib/components/Tabs/index.d.ts +0 -1
- package/lib/components/Tabs/styles.css.d.ts +0 -4
- package/lib/components/TextField/TextField.d.ts +0 -7
- package/lib/components/TextField/index.d.ts +0 -1
- package/lib/components/TextField/styles.css.d.ts +0 -6
- package/lib/components/Tooltip/Tooltip.d.ts +0 -13
- package/lib/components/Tooltip/index.d.ts +0 -1
- package/lib/components/Tooltip/styles.css.d.ts +0 -3
- package/lib/components/Typography/Typography.d.ts +0 -15
- package/lib/components/Typography/index.d.ts +0 -1
- package/lib/components/Typography/styles.css.d.ts +0 -9
- package/lib/components/Typography/types.d.ts +0 -3
- package/lib/components/index.d.ts +0 -39
- package/lib/form/Form/Form.d.ts +0 -45
- package/lib/form/Form/index.d.ts +0 -1
- package/lib/form/FormMaskField/FormMaskField.d.ts +0 -4
- package/lib/form/FormMaskField/index.d.ts +0 -2
- package/lib/form/FormMaskField/types.d.ts +0 -4
- package/lib/form/FormSubmitButton/FormSubmitButton.d.ts +0 -6
- package/lib/form/FormSubmitButton/index.d.ts +0 -1
- package/lib/form/FormTextField/FormTextField.d.ts +0 -7
- package/lib/form/FormTextField/index.d.ts +0 -2
- package/lib/form/FormTextField/types.d.ts +0 -4
- package/lib/form/external.d.ts +0 -1
- package/lib/form/hooks/index.d.ts +0 -2
- package/lib/form/hooks/useForm/index.d.ts +0 -1
- package/lib/form/hooks/useForm/useForm.d.ts +0 -4
- package/lib/form/hooks/useFormContext/index.d.ts +0 -1
- package/lib/form/index.d.ts +0 -7
- package/lib/form/types.d.ts +0 -7
- package/lib/hooks/index.d.ts +0 -1
- package/lib/hooks/useLocalStorage.d.ts +0 -10
- package/lib/index.d.ts +0 -3
- package/lib/styles/index.d.ts +0 -3
- package/lib/styles/reset.css.d.ts +0 -1
- package/lib/styles/theme.css.d.ts +0 -78
- package/lib/styles/utils.d.ts +0 -2
- package/src/index.ts +0 -3
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './useLogic';
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { type SyntheticEvent } from 'react';
|
|
2
|
-
import type { CopyTypographyProps } from '../CopyTypography';
|
|
3
|
-
type UseLogicParams = CopyTypographyProps;
|
|
4
|
-
export declare const useLogic: ({ children, copyText, isShowCopyText, copyPosition, }: UseLogicParams) => {
|
|
5
|
-
handleMouseLeave: () => void;
|
|
6
|
-
handleClick: (event: SyntheticEvent<HTMLElement>) => void;
|
|
7
|
-
tooltipTitle: string;
|
|
8
|
-
isIconOnLeft: boolean;
|
|
9
|
-
tooltipOpen: boolean;
|
|
10
|
-
handleMouseEnter: () => void;
|
|
11
|
-
};
|
|
12
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export type DashboardLayoutProps = {
|
|
2
|
-
children: React.ReactNode;
|
|
3
|
-
className?: string;
|
|
4
|
-
};
|
|
5
|
-
export declare const DashboardLayout: {
|
|
6
|
-
({ children, className, }: DashboardLayoutProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
Sidebar: ({ width, header, footer, content, className, }: import("./Sidebar").SidebarProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
Main: ({ children, className }: import("./Main").MainProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Main';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const rootClass: string;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { CSSProperties } from 'react';
|
|
2
|
-
export type SidebarProps = {
|
|
3
|
-
width?: CSSProperties['width'];
|
|
4
|
-
collapsedWidth?: CSSProperties['width'];
|
|
5
|
-
header?: React.ReactNode;
|
|
6
|
-
footer?: React.ReactNode;
|
|
7
|
-
content: React.ReactNode;
|
|
8
|
-
className?: string;
|
|
9
|
-
};
|
|
10
|
-
export declare const Sidebar: ({ width, header, footer, content, className, }: SidebarProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const SIDEBAR_WIDTH = "16rem";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Sidebar';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare const wrapperClass: string;
|
|
2
|
-
export declare const triggerClass: string;
|
|
3
|
-
export declare const rootClass: string;
|
|
4
|
-
export declare const unpinnedClass: string;
|
|
5
|
-
export declare const headerClass: string;
|
|
6
|
-
export declare const footerClass: string;
|
|
7
|
-
export declare const contentClass: string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const LOCAL_STORAGE_KEY = "dashboard::pinned";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const containerClass: string;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import type { DataGridProps } from '../DataGrid';
|
|
2
|
-
export type BodyProps<TRow> = Pick<DataGridProps<TRow>, 'emptyState' | 'errorState' | 'isLoading' | 'isError' | 'columns' | 'rows' | 'onRowClick' | 'keyId' | 'onRetry'> & {
|
|
3
|
-
rowHeight: number;
|
|
4
|
-
};
|
|
5
|
-
export declare function Body<TRow>({ isError, isLoading, emptyState, errorState, columns, rows, rowHeight, keyId, onRowClick, }: BodyProps<TRow>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Body';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const container: string;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { DataGridColumn } from '../types';
|
|
2
|
-
export type CellProps<TRow> = {
|
|
3
|
-
row: TRow;
|
|
4
|
-
column: DataGridColumn<TRow>;
|
|
5
|
-
rowIndex: number;
|
|
6
|
-
height: number;
|
|
7
|
-
};
|
|
8
|
-
export declare function Cell<TRow>({ row, column, rowIndex, height }: CellProps<TRow>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Cell';
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import type { CSSProperties, ReactNode } from 'react';
|
|
2
|
-
import type { DataGridColumn, DataGridState } from './types';
|
|
3
|
-
export type DataGridProps<TRow> = {
|
|
4
|
-
rows: TRow[];
|
|
5
|
-
columns: DataGridColumn<TRow>[];
|
|
6
|
-
className?: string;
|
|
7
|
-
height?: CSSProperties['height'];
|
|
8
|
-
rowHeight?: number;
|
|
9
|
-
headerHeight?: number;
|
|
10
|
-
keyId: keyof TRow;
|
|
11
|
-
isLoading?: boolean;
|
|
12
|
-
isDisabled?: boolean;
|
|
13
|
-
isError?: boolean;
|
|
14
|
-
stickyHeader?: boolean;
|
|
15
|
-
emptyState?: DataGridState;
|
|
16
|
-
errorState?: DataGridState;
|
|
17
|
-
onSelectRow?: (row: TRow[]) => void;
|
|
18
|
-
onRowClick?: (row: TRow) => void;
|
|
19
|
-
onRetry?: () => void;
|
|
20
|
-
title?: string;
|
|
21
|
-
footer?: ReactNode;
|
|
22
|
-
};
|
|
23
|
-
export declare function DataGrid<TRow>({ rows, columns, height, className, rowHeight, headerHeight, keyId, onRowClick, isLoading, isDisabled, isError, emptyState, errorState, footer, title, stickyHeader, onRetry, }: DataGridProps<TRow>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Footer';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const footerClass: string;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { CSSProperties } from 'react';
|
|
2
|
-
import type { DataGridColumn } from '../types';
|
|
3
|
-
type HeaderProps<TData> = {
|
|
4
|
-
columns: DataGridColumn<TData>[];
|
|
5
|
-
height: CSSProperties['height'];
|
|
6
|
-
sticky?: boolean;
|
|
7
|
-
};
|
|
8
|
-
export declare function Header<TData>({ columns, height, sticky }: HeaderProps<TData>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Header';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const stickyClass: string;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { CSSProperties } from 'react';
|
|
2
|
-
import type { DataGridColumn } from '../types';
|
|
3
|
-
export type HeaderCellProps<T> = {
|
|
4
|
-
column: DataGridColumn<T>;
|
|
5
|
-
height?: CSSProperties['height'];
|
|
6
|
-
width?: CSSProperties['width'];
|
|
7
|
-
};
|
|
8
|
-
export declare function HeaderCell<TData>({ column, height, width, }: HeaderCellProps<TData>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './HeaderCell';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const headerCellClass: string;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { DataGridColumn } from '../types';
|
|
2
|
-
type RowProps<TRow> = {
|
|
3
|
-
row: TRow;
|
|
4
|
-
columns: DataGridColumn<TRow>[];
|
|
5
|
-
rowIndex: number;
|
|
6
|
-
rowId: string;
|
|
7
|
-
rowHeight: number;
|
|
8
|
-
onRowClick?: (row: TRow) => void;
|
|
9
|
-
};
|
|
10
|
-
export declare function Row<TRow>({ row, rowHeight, onRowClick, columns, rowIndex, rowId, }: RowProps<TRow>): import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Row';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { DataGridState } from '../types';
|
|
2
|
-
export declare function State({ isLoading, isEmpty, columnsLength, emptyState, errorState, isError, onRetry, }: {
|
|
3
|
-
isLoading?: boolean;
|
|
4
|
-
isEmpty?: boolean;
|
|
5
|
-
isError?: boolean;
|
|
6
|
-
columnsLength: number;
|
|
7
|
-
errorState?: DataGridState;
|
|
8
|
-
emptyState?: DataGridState;
|
|
9
|
-
onRetry?: () => void;
|
|
10
|
-
}): import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './State';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const ROW_HEIGHT = 40;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
export type DataGridColumn<TRow> = {
|
|
3
|
-
title: string;
|
|
4
|
-
field?: keyof TRow;
|
|
5
|
-
width?: number | string;
|
|
6
|
-
align?: 'left' | 'center' | 'right' | 'justify';
|
|
7
|
-
isDisabled?: boolean;
|
|
8
|
-
color?: string;
|
|
9
|
-
renderHeaderCell?: (column: Omit<DataGridColumn<TRow>, 'renderHeaderCell' | 'renderCell' | 'format' | 'cellClassName' | 'cellColor'>) => ReactNode;
|
|
10
|
-
renderCell?: (row: TRow, index: number) => ReactNode;
|
|
11
|
-
format?: (row: TRow) => string | number | null | undefined;
|
|
12
|
-
cellClassName?: (row: TRow) => string;
|
|
13
|
-
cellColor?: (row: TRow) => string;
|
|
14
|
-
};
|
|
15
|
-
export type DataGridColumns<TRow> = DataGridColumn<TRow>[];
|
|
16
|
-
export type AlignVariant = 'left' | 'center' | 'right' | 'justify';
|
|
17
|
-
export type DataGridState = {
|
|
18
|
-
text: string;
|
|
19
|
-
imgSrc?: string;
|
|
20
|
-
imgAlt?: string;
|
|
21
|
-
actions?: ReactNode;
|
|
22
|
-
errorList?: string[];
|
|
23
|
-
onRetry?: () => void;
|
|
24
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { MainActionKind, SecondaryActionKind } from './types';
|
|
2
|
-
export type DataGridActions<TAction> = {
|
|
3
|
-
/**
|
|
4
|
-
* Основные действия
|
|
5
|
-
*/
|
|
6
|
-
main: MainActionKind<TAction>[];
|
|
7
|
-
/**
|
|
8
|
-
* Вторичные действия
|
|
9
|
-
*/
|
|
10
|
-
secondary?: SecondaryActionKind<TAction>[];
|
|
11
|
-
};
|
|
12
|
-
export type DataGridActionCellProps<TRow> = {
|
|
13
|
-
/**
|
|
14
|
-
* Действия
|
|
15
|
-
*/
|
|
16
|
-
actions: DataGridActions<TRow>;
|
|
17
|
-
/**
|
|
18
|
-
* Данные строки
|
|
19
|
-
*/
|
|
20
|
-
row: TRow;
|
|
21
|
-
};
|
|
22
|
-
export declare const DataGridActionCell: <TRow>(props: DataGridActionCellProps<TRow>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { type TooltipProps } from '../../Tooltip';
|
|
2
|
-
import type { ActionCellHandler, MainActionKind } from '../types';
|
|
3
|
-
type MainActionProps<TAction> = {
|
|
4
|
-
/**
|
|
5
|
-
* Основные действия
|
|
6
|
-
*/
|
|
7
|
-
action: MainActionKind<TAction>;
|
|
8
|
-
/**
|
|
9
|
-
* Обработчик клика на действие
|
|
10
|
-
*/
|
|
11
|
-
onActionClick: ActionCellHandler<TAction>;
|
|
12
|
-
/**
|
|
13
|
-
* Если true, action не доступен
|
|
14
|
-
*/
|
|
15
|
-
isDisabled?: boolean;
|
|
16
|
-
/**
|
|
17
|
-
* Положение тултипа
|
|
18
|
-
*/
|
|
19
|
-
tooltipPlacement?: TooltipProps['side'];
|
|
20
|
-
};
|
|
21
|
-
export declare const MainAction: <TAction>({ action, onActionClick, isDisabled, tooltipPlacement, }: MainActionProps<TAction>) => import("react/jsx-runtime").JSX.Element;
|
|
22
|
-
export {};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { type TooltipProps } from '../../../Tooltip';
|
|
2
|
-
import type { ActionCellHandler, SingleAction } from '../../types';
|
|
3
|
-
export type MainIconButtonProps<TAction> = {
|
|
4
|
-
action: SingleAction<TAction> & {
|
|
5
|
-
disabled?: boolean;
|
|
6
|
-
isLoading?: boolean;
|
|
7
|
-
};
|
|
8
|
-
/**
|
|
9
|
-
* Обработчик клика на действие
|
|
10
|
-
*/
|
|
11
|
-
onActionClick: ActionCellHandler<TAction>;
|
|
12
|
-
/**
|
|
13
|
-
* Если true, action не доступен
|
|
14
|
-
*/
|
|
15
|
-
isDisabled?: boolean;
|
|
16
|
-
/**
|
|
17
|
-
* Положение тултипа
|
|
18
|
-
*/
|
|
19
|
-
tooltipPlacement?: TooltipProps['side'];
|
|
20
|
-
};
|
|
21
|
-
export declare const MainIconButton: <TAction>(props: MainIconButtonProps<TAction>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './MainIconButton';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './useLogic';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { MainIconButtonProps } from '../MainIconButton';
|
|
2
|
-
type UseLogicParam<TAction> = MainIconButtonProps<TAction>;
|
|
3
|
-
export declare const useLogic: <TAction>({ action }: UseLogicParam<TAction>) => {
|
|
4
|
-
tooltipProps: {
|
|
5
|
-
text: string;
|
|
6
|
-
open: boolean;
|
|
7
|
-
onOpenChange: (open: boolean) => void;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './MainAction';
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { type TooltipProps } from '../../Tooltip';
|
|
2
|
-
import type { ActionCellHandler, SecondaryActionKind } from '../types';
|
|
3
|
-
type SecondaryActionProps<TAction> = {
|
|
4
|
-
/**
|
|
5
|
-
* Вторичные действия
|
|
6
|
-
*/
|
|
7
|
-
actions: SecondaryActionKind<TAction>[];
|
|
8
|
-
/**
|
|
9
|
-
* Обработчик нажатия на действие
|
|
10
|
-
*/
|
|
11
|
-
onActionClick: ActionCellHandler<TAction>;
|
|
12
|
-
/**
|
|
13
|
-
* Если true, action не доступен
|
|
14
|
-
*/
|
|
15
|
-
isDisabled?: boolean;
|
|
16
|
-
/**
|
|
17
|
-
* Положение тултипа
|
|
18
|
-
*/
|
|
19
|
-
tooltipPlacement?: TooltipProps['side'];
|
|
20
|
-
};
|
|
21
|
-
export declare const SecondaryActions: <TAction>({ actions, onActionClick, tooltipPlacement, isDisabled, }: SecondaryActionProps<TAction>) => import("react/jsx-runtime").JSX.Element;
|
|
22
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './SecondaryAction';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './DataGridActionCell';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const wrapper: string;
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
import type { MouseEventHandler, ReactNode } from 'react';
|
|
2
|
-
import type { ConfirmActionProps } from '../ConfirmAction';
|
|
3
|
-
export type NestedAction<TAction> = {
|
|
4
|
-
/**
|
|
5
|
-
* Название действия
|
|
6
|
-
*/
|
|
7
|
-
name: string;
|
|
8
|
-
/**
|
|
9
|
-
* Обработчик действия
|
|
10
|
-
*/
|
|
11
|
-
onClick?: (row: TAction) => void;
|
|
12
|
-
};
|
|
13
|
-
export type SingleAction<TAction> = {
|
|
14
|
-
/**
|
|
15
|
-
* Название действия
|
|
16
|
-
*/
|
|
17
|
-
name: string;
|
|
18
|
-
/**
|
|
19
|
-
* Иконка действия
|
|
20
|
-
*/
|
|
21
|
-
icon?: ReactNode;
|
|
22
|
-
/**
|
|
23
|
-
* Флаг показа выпадающего списка при клике
|
|
24
|
-
*/
|
|
25
|
-
nested?: false;
|
|
26
|
-
/**
|
|
27
|
-
* Если `true`, при клике на кнопку будет вызываться подтверждение действия
|
|
28
|
-
*/
|
|
29
|
-
needConfirm?: boolean;
|
|
30
|
-
/**
|
|
31
|
-
* Поясняющий текст для подтверждения действия
|
|
32
|
-
*/
|
|
33
|
-
confirmText?: ConfirmActionProps['text'];
|
|
34
|
-
/**
|
|
35
|
-
* Параметры кнопки подтверждения действия
|
|
36
|
-
*/
|
|
37
|
-
confirmButtonProps?: ConfirmActionProps['confirmButtonProps'];
|
|
38
|
-
/**
|
|
39
|
-
* Если true, блокирует взаимодействие с actions
|
|
40
|
-
*/
|
|
41
|
-
isBlockingOperation?: boolean;
|
|
42
|
-
/**
|
|
43
|
-
* Причина блокировки действия
|
|
44
|
-
*/
|
|
45
|
-
disabledReason?: string;
|
|
46
|
-
/**
|
|
47
|
-
* Причина блокировки строки во время загрузки
|
|
48
|
-
*/
|
|
49
|
-
loadingNote?: string;
|
|
50
|
-
isLoading?: boolean;
|
|
51
|
-
/**
|
|
52
|
-
* Обработчик действия
|
|
53
|
-
*/
|
|
54
|
-
onClick?: (row: TAction) => void;
|
|
55
|
-
};
|
|
56
|
-
export type MultipleAction<TAction> = {
|
|
57
|
-
/**
|
|
58
|
-
* Иконка действия
|
|
59
|
-
*/
|
|
60
|
-
icon: ReactNode;
|
|
61
|
-
/**
|
|
62
|
-
* Список действий для выпадающего списка
|
|
63
|
-
*/
|
|
64
|
-
actions: Array<NestedAction<TAction>>;
|
|
65
|
-
/**
|
|
66
|
-
* Флаг показа выпадающего списка при клике
|
|
67
|
-
*/
|
|
68
|
-
nested: true;
|
|
69
|
-
/**
|
|
70
|
-
* Название действия
|
|
71
|
-
*/
|
|
72
|
-
name: string;
|
|
73
|
-
/**
|
|
74
|
-
* Причина блокировки строки во время загрузки
|
|
75
|
-
*/
|
|
76
|
-
loadingNote?: string;
|
|
77
|
-
/**
|
|
78
|
-
* Если true, блокирует взаимодействие с actions
|
|
79
|
-
*/
|
|
80
|
-
isBlockingOperation?: boolean;
|
|
81
|
-
/**
|
|
82
|
-
* Если true, происходит загрузка
|
|
83
|
-
*/
|
|
84
|
-
isLoading?: boolean;
|
|
85
|
-
};
|
|
86
|
-
export type ActionCellHandler<TAction> = (onClick: SingleAction<TAction>['onClick'] | NestedAction<TAction>['onClick']) => MouseEventHandler<HTMLButtonElement | HTMLAnchorElement | HTMLLIElement> | undefined;
|
|
87
|
-
export type MainActionKind<TAction> = SingleAction<TAction> | (MultipleAction<TAction> & {
|
|
88
|
-
disabled?: boolean;
|
|
89
|
-
disabledReason?: string;
|
|
90
|
-
});
|
|
91
|
-
export type SecondaryActionKind<TAction> = SingleAction<TAction> & {
|
|
92
|
-
/**
|
|
93
|
-
* Причина блокировки действия
|
|
94
|
-
*/
|
|
95
|
-
disabledReason?: string;
|
|
96
|
-
/**
|
|
97
|
-
* Если true, происходит загрузка
|
|
98
|
-
*/
|
|
99
|
-
isLoading?: boolean;
|
|
100
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './useLogic';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { type SyntheticEvent } from 'react';
|
|
2
|
-
import type { DataGridActionCellProps } from '../DataGridActionCell';
|
|
3
|
-
import type { NestedAction, SingleAction } from '../types';
|
|
4
|
-
type UseLogicParams<TRowData> = DataGridActionCellProps<TRowData>;
|
|
5
|
-
export declare const useLogic: <TRowData>({ row, actions, }: UseLogicParams<TRowData>) => {
|
|
6
|
-
isDisabledAction: boolean;
|
|
7
|
-
handleActionClick: (onClick: SingleAction<TRowData>["onClick"] | NestedAction<TRowData>["onClick"]) => () => void;
|
|
8
|
-
handleWrapperClick: (event: SyntheticEvent) => void;
|
|
9
|
-
};
|
|
10
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { DataGridColumn } from '../DataGrid';
|
|
2
|
-
import type { DataGridSorting } from './types';
|
|
3
|
-
export type DataGridSortHeaderProps<TData> = {
|
|
4
|
-
column: DataGridColumn<TData>;
|
|
5
|
-
sorting: DataGridSorting<TData>;
|
|
6
|
-
setSorting: (sorting: DataGridSorting<TData>) => void;
|
|
7
|
-
className?: string;
|
|
8
|
-
};
|
|
9
|
-
export declare function DataGridSortHeader<TData>({ sorting, setSorting, column: { title, field, align }, className, }: DataGridSortHeaderProps<TData>): import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { type ReactNode } from 'react';
|
|
2
|
-
import { type VirtuosoHandle } from 'react-virtuoso';
|
|
3
|
-
import { type ContentStateErrorProps } from '../ContentState';
|
|
4
|
-
type RequiredKeys<T> = {
|
|
5
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? never : K;
|
|
6
|
-
}[keyof T];
|
|
7
|
-
export type DataListProps<TDataItem extends Record<string, unknown>> = {
|
|
8
|
-
data?: Array<TDataItem>;
|
|
9
|
-
/**
|
|
10
|
-
* Поле, используемое в качестве ключа списка
|
|
11
|
-
*/
|
|
12
|
-
keyId: RequiredKeys<TDataItem>;
|
|
13
|
-
/**
|
|
14
|
-
* Название класса, применяется к корневому компоненту
|
|
15
|
-
*/
|
|
16
|
-
className?: string;
|
|
17
|
-
/**
|
|
18
|
-
* Используется для отображения placeholder при отсутствии данных в таблице
|
|
19
|
-
*/
|
|
20
|
-
noDataPlaceholder?: ReactNode;
|
|
21
|
-
/**
|
|
22
|
-
* Сообщение, отображаемое при достижении конца списка
|
|
23
|
-
*/
|
|
24
|
-
endOfScrollMsg?: string;
|
|
25
|
-
errorState?: ContentStateErrorProps;
|
|
26
|
-
/**
|
|
27
|
-
* Если true, показывается анимация загрузки
|
|
28
|
-
*/
|
|
29
|
-
isLoading?: boolean;
|
|
30
|
-
/**
|
|
31
|
-
* Флаг состояния ошибки
|
|
32
|
-
*/
|
|
33
|
-
isError?: boolean;
|
|
34
|
-
/**
|
|
35
|
-
* Флаг достижения конца списка
|
|
36
|
-
*/
|
|
37
|
-
isEndReached?: boolean;
|
|
38
|
-
ref?: React.RefObject<VirtuosoHandle | null>;
|
|
39
|
-
/**
|
|
40
|
-
* Содержание карточки
|
|
41
|
-
*/
|
|
42
|
-
itemContent: (dataItem: TDataItem, { index, className }: {
|
|
43
|
-
index: number;
|
|
44
|
-
className: string;
|
|
45
|
-
}) => ReactNode;
|
|
46
|
-
/**
|
|
47
|
-
* Функция обработки нажатия на кнопку "Повторить запрос"
|
|
48
|
-
*/
|
|
49
|
-
onRetry: () => void;
|
|
50
|
-
/**
|
|
51
|
-
* Обработчик подгрузки данных
|
|
52
|
-
*/
|
|
53
|
-
onEndReached?: () => void;
|
|
54
|
-
};
|
|
55
|
-
export declare const DataList: <TDataItem extends Record<string, unknown>>({ data, keyId, className, itemContent, noDataPlaceholder, endOfScrollMsg, errorState, isLoading, isError, isEndReached, onRetry, onEndReached, ref, }: DataListProps<TDataItem>) => import("react/jsx-runtime").JSX.Element;
|
|
56
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const END_OF_SCROLL_MESSAGE = "\u0412\u044B \u0434\u043E\u0441\u0442\u0438\u0433\u043B\u0438 \u043A\u043E\u043D\u0446\u0430 \u0441\u043F\u0438\u0441\u043A\u0430";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './EndData';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const item: string;
|