Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DataGrid] Refactor: remove more material #16922

Merged
merged 9 commits into from
Mar 24, 2025

Conversation

romgrk
Copy link
Contributor

@romgrk romgrk commented Mar 11, 2025

Part of the design-system agnostic work.

This removes the remaining (non-style related) imports from material.

@romgrk romgrk added the component: data grid This is the name of the generic UI component, not the React module! label Mar 11, 2025
@romgrk romgrk requested a review from a team March 11, 2025 19:47
Copy link

github-actions bot commented Mar 11, 2025

Thanks for adding a type label to the PR! 👍

@romgrk romgrk added the enhancement This is not a bug, nor a new feature label Mar 11, 2025
Comment on lines -18 to +20
slotProps?: { button?: Partial<ButtonProps>; tooltip?: Partial<TooltipProps> };
slotProps?: {
button?: Partial<GridSlotProps['baseButton']>;
tooltip?: Partial<GridSlotProps['baseTooltip']>;
};
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has the same issue mentioned in other places, those components are now base components and not material components, so if a user tries to pass material-ui props, they'll be disappointed.

@mui-bot
Copy link

mui-bot commented Mar 11, 2025

Deploy preview: https://deploy-preview-16922--material-ui-x.netlify.app/

Generated by 🚫 dangerJS against 8cae953

Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Mar 14, 2025
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Mar 14, 2025
@cherniavskii cherniavskii added this to the 8.0.0 milestone Mar 24, 2025
@romgrk romgrk merged commit 381ba8b into mui:master Mar 24, 2025
21 checks passed
@romgrk romgrk deleted the refactor-remove-material-typings branch March 24, 2025 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: data grid This is the name of the generic UI component, not the React module! enhancement This is not a bug, nor a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants