@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,9 +0,0 @@
|
|
|
1
|
-
interface UsePaginationProps {
|
|
2
|
-
totalCount: number;
|
|
3
|
-
pageSize: number;
|
|
4
|
-
siblingCount?: number;
|
|
5
|
-
currentPage: number;
|
|
6
|
-
}
|
|
7
|
-
export declare const DOTS = "...";
|
|
8
|
-
export declare const useLogic: ({ totalCount, pageSize, siblingCount, currentPage, }: UsePaginationProps) => (number | null)[];
|
|
9
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { type TextFieldProps } from '../TextField';
|
|
2
|
-
export type PeriodPickerProps = {
|
|
3
|
-
disabled?: boolean;
|
|
4
|
-
value?: Date | null;
|
|
5
|
-
min?: Date;
|
|
6
|
-
max?: Date;
|
|
7
|
-
onSelect?: (date: Date | null) => void;
|
|
8
|
-
type?: 'month' | 'quarter';
|
|
9
|
-
} & Pick<TextFieldProps, 'error' | 'helperText' | 'label' | 'disabled' | 'placeholder' | 'className' | 'size' | 'fullWidth' | 'name'>;
|
|
10
|
-
export declare const PeriodPicker: (props: PeriodPickerProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
type YearsDropdownProps = {
|
|
2
|
-
year: number;
|
|
3
|
-
onSelect?: (year: number) => void;
|
|
4
|
-
minDate: Date;
|
|
5
|
-
maxDate: Date;
|
|
6
|
-
};
|
|
7
|
-
export declare function YearsDropdown({ year, onSelect, minDate, maxDate, }: YearsDropdownProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './YearsDropdown';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './PeriodPicker';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { AllHTMLAttributes } from 'react';
|
|
2
|
-
import type { PlaceholderSize } from '../types';
|
|
3
|
-
export type ImageProps = Pick<AllHTMLAttributes<HTMLImageElement>, 'src' | 'alt' | 'width' | 'height' | 'className'> & {
|
|
4
|
-
size?: PlaceholderSize;
|
|
5
|
-
};
|
|
6
|
-
export declare const Image: (props: ImageProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Image';
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { type JSX, type ReactNode } from 'react';
|
|
2
|
-
import { type ImageProps } from './Image';
|
|
3
|
-
import type { PlaceholderSize } from './types';
|
|
4
|
-
export type PlaceholderProps = {
|
|
5
|
-
/**
|
|
6
|
-
* Название класса, применяется к корневому компоненту
|
|
7
|
-
*/
|
|
8
|
-
className?: string;
|
|
9
|
-
/**
|
|
10
|
-
* Ссылка на изображение
|
|
11
|
-
*/
|
|
12
|
-
imgSrc?: string;
|
|
13
|
-
/**
|
|
14
|
-
* Описание изображения (атрибут alt)
|
|
15
|
-
*/
|
|
16
|
-
imgAlt?: string;
|
|
17
|
-
/**
|
|
18
|
-
* Заголовок
|
|
19
|
-
*/
|
|
20
|
-
title: JSX.Element | JSX.Element[] | string;
|
|
21
|
-
/**
|
|
22
|
-
* Описание
|
|
23
|
-
*/
|
|
24
|
-
description?: JSX.Element | JSX.Element[] | string;
|
|
25
|
-
/**
|
|
26
|
-
* Действия
|
|
27
|
-
*/
|
|
28
|
-
actions?: ReactNode;
|
|
29
|
-
/**
|
|
30
|
-
* Задает общий размер компонента
|
|
31
|
-
*/
|
|
32
|
-
size?: PlaceholderSize;
|
|
33
|
-
/**
|
|
34
|
-
* Пропс для кастомизации компонента рендера основного изображения
|
|
35
|
-
* По умолчанию рендерится обычный img тег
|
|
36
|
-
* @example <Placeholder renderImage={(props) => <img {...props}/>} />
|
|
37
|
-
*/
|
|
38
|
-
renderImage?: (props: ImageProps) => JSX.Element;
|
|
39
|
-
};
|
|
40
|
-
export declare const Placeholder: ({ className, title, imgSrc, imgAlt, description, actions, size, renderImage, }: PlaceholderProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { PlaceholderSize } from './types';
|
|
2
|
-
export declare const SIZE: Record<PlaceholderSize, PlaceholderSize>;
|
|
3
|
-
export declare const IMAGE_WIDTH: {
|
|
4
|
-
[SIZE.sm]: string;
|
|
5
|
-
[SIZE.md]: string;
|
|
6
|
-
[SIZE.lg]: string;
|
|
7
|
-
};
|
|
8
|
-
export declare const IMAGE_HEIGHT: {
|
|
9
|
-
[SIZE.sm]: string;
|
|
10
|
-
[SIZE.md]: string;
|
|
11
|
-
[SIZE.lg]: string;
|
|
12
|
-
};
|
|
13
|
-
export declare const MAX_INNER_WIDTH: {
|
|
14
|
-
[SIZE.sm]: string;
|
|
15
|
-
[SIZE.md]: string;
|
|
16
|
-
[SIZE.lg]: string;
|
|
17
|
-
};
|
|
18
|
-
export declare const TITLE_HEADER_LEVEL: {
|
|
19
|
-
readonly [SIZE.sm]: "subtitle1";
|
|
20
|
-
readonly [SIZE.md]: "h6";
|
|
21
|
-
readonly [SIZE.lg]: "h5";
|
|
22
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { PlaceholderSize } from './types';
|
|
2
|
-
export declare const wrapper: string;
|
|
3
|
-
export declare const sizes: Record<PlaceholderSize, string>;
|
|
4
|
-
export declare const innerContainer: string;
|
|
5
|
-
export declare const descriptionClass: string;
|
|
6
|
-
export declare const footerClass: string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type PlaceholderSize = 'sm' | 'md' | 'lg';
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { type PopoverContentProps as ContentProps } from '@radix-ui/react-popover';
|
|
2
|
-
export type PopoverContentProps = ContentProps;
|
|
3
|
-
export declare const PopoverContent: ({ className, align, sideOffset, ...props }: PopoverContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const content: string;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { Item } from '@radix-ui/react-radio-group';
|
|
2
|
-
export type RadioGroupItemProps = React.ComponentProps<typeof Item> & {
|
|
3
|
-
label: string;
|
|
4
|
-
};
|
|
5
|
-
export declare const RadioGroupItem: ({ className, label, ...props }: RadioGroupItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export type RangeInputProps = {
|
|
2
|
-
minValue?: number | null;
|
|
3
|
-
maxValue?: number | null;
|
|
4
|
-
min: number;
|
|
5
|
-
max: number;
|
|
6
|
-
label?: string;
|
|
7
|
-
unit?: string;
|
|
8
|
-
onChange: (minValue: number, maxValue: number) => void;
|
|
9
|
-
width?: number | string;
|
|
10
|
-
size?: 'sm' | 'md' | 'lg';
|
|
11
|
-
className?: string;
|
|
12
|
-
isActive?: boolean;
|
|
13
|
-
minInputRef?: React.RefObject<HTMLInputElement>;
|
|
14
|
-
maxInputRef?: React.RefObject<HTMLInputElement>;
|
|
15
|
-
};
|
|
16
|
-
export declare function RangeInput({ min, max, onChange, minValue, maxValue, width, label, unit, size, className, isActive, minInputRef, maxInputRef, }: RangeInputProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './RangeInput';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export declare const container: string;
|
|
2
|
-
export declare const activeClass: string;
|
|
3
|
-
export declare const sizes: Record<"sm" | "lg" | "md", string>;
|
|
4
|
-
export declare const textClass: string;
|
|
5
|
-
export declare const inputClass: string;
|
|
6
|
-
export declare const sliderClass: string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './useLogic';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { type DetailedHTMLProps, type InputHTMLAttributes } from 'react';
|
|
2
|
-
import type { RangeInputProps } from '../RangeInput';
|
|
3
|
-
export declare const useLogic: ({ min, max, maxValue, minValue, onChange, }: RangeInputProps) => {
|
|
4
|
-
maxId: string;
|
|
5
|
-
minId: string;
|
|
6
|
-
minVal: number;
|
|
7
|
-
maxVal: number;
|
|
8
|
-
onValueChange: (newValue: number[]) => void;
|
|
9
|
-
onMinValueChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
10
|
-
onMaxValueChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
11
|
-
onKeyDown: (event: DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>) => void;
|
|
12
|
-
onConfirm: (value: Array<number>) => void;
|
|
13
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './ScrollTopButton';
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Content, Item, Label, ScrollDownButton, ScrollUpButton, Separator, Trigger } from '@radix-ui/react-select';
|
|
2
|
-
declare const Select: import("react").FC<import("@radix-ui/react-select").SelectProps>;
|
|
3
|
-
declare const SelectGroup: import("react").ForwardRefExoticComponent<import("@radix-ui/react-select").SelectGroupProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
|
-
declare const SelectValue: import("react").ForwardRefExoticComponent<import("@radix-ui/react-select").SelectValueProps & import("react").RefAttributes<HTMLSpanElement>>;
|
|
5
|
-
export type SelectTriggerProps = React.ComponentPropsWithoutRef<typeof Trigger> & {
|
|
6
|
-
size?: 'sm' | 'md' | 'lg';
|
|
7
|
-
};
|
|
8
|
-
declare const SelectTrigger: ({ className, children, size, ...props }: SelectTriggerProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
export type ScrollUpButtonProps = React.ComponentPropsWithoutRef<typeof ScrollUpButton>;
|
|
10
|
-
declare const SelectScrollUpButton: ({ className, ...props }: ScrollUpButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
export type ScrollDownButtonProps = React.ComponentPropsWithoutRef<typeof ScrollDownButton>;
|
|
12
|
-
declare const SelectScrollDownButton: ({ className, ...props }: ScrollDownButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
export type SelectContentProps = React.ComponentPropsWithoutRef<typeof Content>;
|
|
14
|
-
declare const SelectContent: ({ className, children, position, ...props }: SelectContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
-
export type SelectLabelProps = React.ComponentPropsWithoutRef<typeof Label>;
|
|
16
|
-
declare const SelectLabel: ({ className, ...props }: SelectLabelProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
-
export type SelectItemProps = React.ComponentPropsWithoutRef<typeof Item>;
|
|
18
|
-
declare const SelectItem: ({ className, children, ...props }: SelectItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
-
export type SelectSeparatorProps = React.ComponentPropsWithoutRef<typeof Separator>;
|
|
20
|
-
declare const SelectSeparator: ({ className, ...props }: SelectSeparatorProps) => import("react/jsx-runtime").JSX.Element;
|
|
21
|
-
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Select';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export declare const trigger: string;
|
|
2
|
-
export declare const sizes: Record<"sm" | "lg" | "md", string>;
|
|
3
|
-
export declare const scrollButton: string;
|
|
4
|
-
export declare const content: string;
|
|
5
|
-
export declare const viewport: string;
|
|
6
|
-
export declare const label: string;
|
|
7
|
-
export declare const item: string;
|
|
8
|
-
export declare const itemIndicatorWrapper: string;
|
|
9
|
-
export declare const separator: string;
|
|
10
|
-
export declare const icon: string;
|
|
11
|
-
export declare const chevron: string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Slider';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { type TabsContentProps, type TabsListProps, type TabsProps, type TabsTriggerProps } from '@radix-ui/react-tabs';
|
|
2
|
-
export type { TabsProps, TabsContentProps, TabsListProps, TabsTriggerProps };
|
|
3
|
-
export declare const Tabs: {
|
|
4
|
-
(props: TabsProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
Content: ({ className, ...props }: TabsContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
List: ({ className, ...props }: import("./TabsList").TabsListProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
Trigger: ({ className, size, ...props }: import("./TabsTrigger").TabsTriggerProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { Trigger } from '@radix-ui/react-tabs';
|
|
2
|
-
export type TabsTriggerProps = React.ComponentPropsWithoutRef<typeof Trigger> & {
|
|
3
|
-
size?: 'sm' | 'md' | 'lg';
|
|
4
|
-
};
|
|
5
|
-
export declare const TabsTrigger: ({ className, size, ...props }: TabsTriggerProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Tabs';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { type InputProps } from '../Input';
|
|
2
|
-
export type TextFieldProps = InputProps & {
|
|
3
|
-
label?: string;
|
|
4
|
-
labelClassName?: string;
|
|
5
|
-
helperText?: string;
|
|
6
|
-
};
|
|
7
|
-
export declare const TextField: ({ label, helperText, className, disabled, fullWidth, ref, labelClassName, ...props }: TextFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './TextField';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Root, type TooltipContentProps } from '@radix-ui/react-tooltip';
|
|
2
|
-
export type TooltipProps = React.ComponentProps<typeof Root> & {
|
|
3
|
-
text?: string;
|
|
4
|
-
content?: React.ReactNode;
|
|
5
|
-
arrow?: boolean;
|
|
6
|
-
align?: TooltipContentProps['align'];
|
|
7
|
-
sideOffset?: number;
|
|
8
|
-
alignOffset?: number;
|
|
9
|
-
side?: TooltipContentProps['side'];
|
|
10
|
-
className?: string;
|
|
11
|
-
ref?: React.Ref<HTMLButtonElement>;
|
|
12
|
-
};
|
|
13
|
-
export declare const Tooltip: ({ text, content, children, side, sideOffset, alignOffset, delayDuration, className, ref, ...props }: TooltipProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Tooltip';
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { alignments, colors, displays, transforms, variants, weights } from './styles.css';
|
|
2
|
-
import type { TypographyAlign, TypographyColor, TypographyVariant } from './types';
|
|
3
|
-
export type TypographyProps = Omit<React.HTMLAttributes<HTMLElement>, 'color'> & {
|
|
4
|
-
align?: TypographyAlign;
|
|
5
|
-
variant?: TypographyVariant;
|
|
6
|
-
color?: TypographyColor;
|
|
7
|
-
display?: 'block' | 'inline';
|
|
8
|
-
weight?: 'normal' | 'bold' | 'medium' | 'semibold';
|
|
9
|
-
transform?: 'lowercase' | 'capitalize' | 'uppercase';
|
|
10
|
-
decoration?: 'none' | 'underline' | 'lineThrough';
|
|
11
|
-
component?: React.ElementType;
|
|
12
|
-
gutterBottom?: boolean;
|
|
13
|
-
};
|
|
14
|
-
declare const Typography: ({ className, variant, component, color, align, display, weight, transform, decoration, gutterBottom, children, ...props }: TypographyProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
-
export { alignments, colors, displays, transforms, Typography, variants, weights, };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Typography';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { TypographyVariant } from './types';
|
|
2
|
-
export declare const variants: Record<TypographyVariant, string>;
|
|
3
|
-
export declare const colors: Record<"primary" | "secondary" | "warning" | "error" | "success" | "info" | "disabled" | "muted", string>;
|
|
4
|
-
export declare const alignments: Record<"left" | "right" | "center" | "justify", string>;
|
|
5
|
-
export declare const displays: Record<"block" | "inline", string>;
|
|
6
|
-
export declare const weights: Record<"bold" | "normal" | "medium" | "semibold", string>;
|
|
7
|
-
export declare const transforms: Record<"capitalize" | "lowercase" | "uppercase", string>;
|
|
8
|
-
export declare const decorations: Record<"none" | "underline" | "lineThrough", string>;
|
|
9
|
-
export declare const gutterBottomClass: string;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export type TypographyVariant = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'subtitle1' | 'subtitle2' | 'body1' | 'body2' | 'caption' | 'overline';
|
|
2
|
-
export type TypographyAlign = 'left' | 'center' | 'right' | 'justify';
|
|
3
|
-
export type TypographyColor = 'primary' | 'disabled' | 'info' | 'secondary' | 'success' | 'error' | 'muted' | 'warning';
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
export * from './Accordion';
|
|
2
|
-
export * from './Badge';
|
|
3
|
-
export * from './Button';
|
|
4
|
-
export * from './ButtonGroup';
|
|
5
|
-
export * from './Card';
|
|
6
|
-
export * from './Carousel';
|
|
7
|
-
export * from './Checkbox';
|
|
8
|
-
export * from './CircularProgress';
|
|
9
|
-
export * from './ConfirmAction';
|
|
10
|
-
export * from './ContentState';
|
|
11
|
-
export * from './CopyTypography';
|
|
12
|
-
export * from './DashboardLayout';
|
|
13
|
-
export * from './DataGrid';
|
|
14
|
-
export * from './DataGridActionCell';
|
|
15
|
-
export * from './DataGridSortHeader';
|
|
16
|
-
export * from './DataList';
|
|
17
|
-
export * from './Description';
|
|
18
|
-
export * from './Dialog';
|
|
19
|
-
export * from './Drawer';
|
|
20
|
-
export * from './DropdownMenu';
|
|
21
|
-
export * from './ImageCarousel';
|
|
22
|
-
export * from './Input';
|
|
23
|
-
export * from './InputOTP';
|
|
24
|
-
export * from './Label';
|
|
25
|
-
export * from './MaskField';
|
|
26
|
-
export * from './PageLayout';
|
|
27
|
-
export * from './Pagination';
|
|
28
|
-
export * from './PeriodPicker';
|
|
29
|
-
export * from './Placeholder';
|
|
30
|
-
export * from './Popover';
|
|
31
|
-
export * from './RadioGroup';
|
|
32
|
-
export * from './RangeInput';
|
|
33
|
-
export * from './ScrollTopButton';
|
|
34
|
-
export * from './Select';
|
|
35
|
-
export * from './Slider';
|
|
36
|
-
export * from './Tabs';
|
|
37
|
-
export * from './TextField';
|
|
38
|
-
export * from './Tooltip';
|
|
39
|
-
export * from './Typography';
|
package/lib/form/Form/Form.d.ts
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import type { FormHTMLAttributes, ReactNode } from 'react';
|
|
2
|
-
import type { UseFormReturn } from '../hooks';
|
|
3
|
-
export type FormProps<FormValues extends object> = FormHTMLAttributes<HTMLFormElement> & {
|
|
4
|
-
/**
|
|
5
|
-
* @description Значение, которое возвращвет useForm. Необходимо для передачи в FormContext
|
|
6
|
-
* @example
|
|
7
|
-
* ```tsx
|
|
8
|
-
* import { Form, useForm } from 'form';
|
|
9
|
-
*
|
|
10
|
-
* function App() {
|
|
11
|
-
* const form = useForm();
|
|
12
|
-
* const onSubmit = data => console.log(data);
|
|
13
|
-
*
|
|
14
|
-
* return (
|
|
15
|
-
* <Form onSubmit={handleSubmit(onSubmit)} form={form}>
|
|
16
|
-
* <input defaultValue="test" {...form.register("example")} />
|
|
17
|
-
* <input type="submit" />
|
|
18
|
-
* </form>
|
|
19
|
-
* );
|
|
20
|
-
* }
|
|
21
|
-
* ```
|
|
22
|
-
*/
|
|
23
|
-
form: UseFormReturn<FormValues>;
|
|
24
|
-
children?: ReactNode;
|
|
25
|
-
};
|
|
26
|
-
/**
|
|
27
|
-
* @description Компонент, инкапсулирующий FormProvider
|
|
28
|
-
* @example
|
|
29
|
-
* ```tsx
|
|
30
|
-
* import { Form, useForm } from 'form';
|
|
31
|
-
*
|
|
32
|
-
* function App() {
|
|
33
|
-
* const form = useForm();
|
|
34
|
-
* const onSubmit = data => console.log(data);
|
|
35
|
-
*
|
|
36
|
-
* return (
|
|
37
|
-
* <Form onSubmit={handleSubmit(onSubmit)} form={form}>
|
|
38
|
-
* <input defaultValue="test" {...form.register("example")} />
|
|
39
|
-
* <input type="submit" />
|
|
40
|
-
* </form>
|
|
41
|
-
* );
|
|
42
|
-
* }
|
|
43
|
-
* ```
|
|
44
|
-
*/
|
|
45
|
-
export declare const Form: <FormValues extends object>({ form, children, ...props }: FormProps<FormValues>) => import("react/jsx-runtime").JSX.Element;
|
package/lib/form/Form/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Form';
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { type MaskFieldProps } from '../../components';
|
|
2
|
-
import type { WithFormFieldProps } from '../types';
|
|
3
|
-
export type FormMaskFieldProps<FieldValues extends object> = WithFormFieldProps<MaskFieldProps, FieldValues>;
|
|
4
|
-
export declare function FormMaskField<T extends object>({ name, control, ...props }: FormMaskFieldProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { type ButtonProps } from '../../components';
|
|
2
|
-
export type FormSubmitButtonProps = Omit<ButtonProps, 'type'>;
|
|
3
|
-
/**
|
|
4
|
-
* @description Используется для форм, отображает состояние загрузки, когда форма isSubmitting
|
|
5
|
-
*/
|
|
6
|
-
export declare const FormSubmitButton: ({ children, isLoading, ...props }: FormSubmitButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './FormSubmitButton';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { type TextFieldProps } from '../../components';
|
|
2
|
-
import type { WithFormFieldProps } from '../types';
|
|
3
|
-
export type FormTextFieldProps<FieldValues extends object> = WithFormFieldProps<TextFieldProps, FieldValues> & {
|
|
4
|
-
trimmed?: boolean;
|
|
5
|
-
gridArea?: string;
|
|
6
|
-
};
|
|
7
|
-
export declare function FormTextField<T extends object>({ name, control, gridArea, ...props }: FormTextFieldProps<T>): import("react/jsx-runtime").JSX.Element;
|
package/lib/form/external.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Controller as FormController, FormProvider, useController as useFormController, useFieldArray as useFormFieldArray, useWatch as useFormWatch, } from 'react-hook-form';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './useForm';
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { type UseFormProps, type UseFormReturn } from 'react-hook-form';
|
|
2
|
-
import type { FieldValues } from '../../types';
|
|
3
|
-
export declare const useForm: <TFieldValues extends FieldValues = FieldValues, TContext = unknown>({ mode, ...params }?: UseFormProps<TFieldValues, TContext>) => UseFormReturn<TFieldValues, TContext>;
|
|
4
|
-
export type { UseFormProps, UseFormReturn };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { useFormContext } from 'react-hook-form';
|
package/lib/form/index.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from './external';
|
|
2
|
-
export * from './Form';
|
|
3
|
-
export * from './FormMaskField';
|
|
4
|
-
export * from './FormSubmitButton';
|
|
5
|
-
export * from './FormTextField';
|
|
6
|
-
export { useForm, useFormContext, type UseFormProps, type UseFormReturn, } from './hooks';
|
|
7
|
-
export * from './types';
|
package/lib/form/types.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { UseControllerProps } from 'react-hook-form';
|
|
2
|
-
/**
|
|
3
|
-
* @description Добавляет к переданным пропсам типы для react-hook-form. Позволяет переиспользовать логику типизации для филдов формы.
|
|
4
|
-
* @example WithFormFieldProps<TextFieldProps, FieldValues>;
|
|
5
|
-
*/
|
|
6
|
-
export type WithFormFieldProps<Props extends object, FieldValues extends object> = Omit<Props, 'name' | 'error'> & Omit<UseControllerProps<FieldValues>, 'rules'>;
|
|
7
|
-
export type { ControllerProps as FormControllerProps, Field as FormField, FieldArray as FormFieldArray, FieldArrayPath as FormFieldArrayPath, FieldArrayWithId as FormFieldArrayWithId, FieldError as FormFieldError, FieldErrors as FormFieldErrors, FieldPath as FormFieldPath, FieldValues as FormFieldValues, FieldValues, Path as FormPath, RegisterOptions as FormRegisterOptions, Resolver as FormResolver, SubmitHandler, UseControllerProps as UseFormControllerProps, UseFormGetValues, UseWatchProps as UseFormWatchProps, } from 'react-hook-form';
|
package/lib/hooks/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './useLocalStorage';
|