mui-x
mui-x copied to clipboard
MUI X: Build complex and data-rich applications using a growing list of advanced React components, like the Data Grid, Date and Time Pickers, Charts, and more!
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | [`^18.0.6` -> `^18.6.5`](https://renovatebot.com/diffs/npm/@types%2fnode/18.0.6/18.6.5) | [](https://docs.renovatebot.com/merge-confidence/)...
This is about the pen/clock in toolbars. There is maybe other texts I missed Part of #4446  
Fixes https://github.com/mui/mui-x/pull/5214#discussion_r939047535 It makes much more sense to always treat grid row model as an object rather than `any`
- [x] The issue is present in the latest release. - [x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a duplicate. ## Current...
### Order ID 💳 30137 ### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 Porbably...
This is related to #5730. I'm trying to improve the DX from https://codesandbox.io/s/1cm3xe?file=/demo.tsx. **Before** **After**
- [x] I have searched the [issues](https://github.com/mui-org/material-ui-x/issues) of this repository and believe that this is not a duplicate. ## Summary 💡 Developers might not realize that they fail to provide...
Fix #4900 The focused date is managed by the `calendarState` which seems to work quite well. The problem is that we need both: - static pickers with `autofocus=false` do not...
The base goal was to merge https://github.com/mui/mui-x/pull/4640 but it's not doable for now (see https://github.com/mui/mui-x/pull/4640#issuecomment-1191266130) The TS improvements are worth keeping I think
Referring to https://github.com/mui-org/material-ui-pickers/issues/1293#issuecomment-538374383, I think that it would very valuable to implement a range shortcut feature. I was proposing this API: ```jsx /** * Whether shortcuts to quickly select a...