@mui/x-data-grid 7.23.4 → 7.23.6

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.
Files changed (83) hide show
  1. package/CHANGELOG.md +104 -0
  2. package/DataGrid/useDataGridComponent.d.ts +1 -1
  3. package/components/cell/GridActionsCellItem.d.ts +3 -3
  4. package/components/cell/GridEditDateCell.js +1 -1
  5. package/components/cell/GridEditInputCell.js +1 -1
  6. package/components/cell/GridEditSingleSelectCell.js +2 -2
  7. package/components/columnHeaders/ColumnHeaderMenuIcon.d.ts +1 -1
  8. package/components/columnSelection/GridCellCheckboxRenderer.js +2 -1
  9. package/components/columnSelection/GridHeaderCheckbox.js +6 -2
  10. package/components/panel/GridPanel.d.ts +1 -1
  11. package/components/panel/filterPanel/GridFilterInputValue.js +7 -10
  12. package/hooks/core/pipeProcessing/gridPipeProcessingApi.d.ts +1 -1
  13. package/hooks/core/pipeProcessing/useGridPipeProcessing.d.ts +1 -1
  14. package/hooks/core/pipeProcessing/useGridRegisterPipeApplier.d.ts +1 -1
  15. package/hooks/core/pipeProcessing/useGridRegisterPipeApplier.js +1 -1
  16. package/hooks/core/pipeProcessing/useGridRegisterPipeProcessor.d.ts +1 -1
  17. package/hooks/core/pipeProcessing/useGridRegisterPipeProcessor.js +1 -1
  18. package/hooks/core/strategyProcessing/useGridRegisterStrategyProcessor.d.ts +1 -1
  19. package/hooks/core/strategyProcessing/useGridStrategyProcessing.d.ts +1 -1
  20. package/hooks/core/useGridApiInitialization.d.ts +1 -1
  21. package/hooks/core/useGridApiInitialization.js +2 -2
  22. package/hooks/core/useGridInitialization.d.ts +1 -1
  23. package/hooks/core/useGridIsRtl.d.ts +1 -1
  24. package/hooks/core/useGridLocaleText.d.ts +1 -1
  25. package/hooks/core/useGridLoggerFactory.d.ts +1 -1
  26. package/hooks/core/useGridRefs.d.ts +1 -1
  27. package/hooks/core/useGridStateInitialization.d.ts +1 -1
  28. package/hooks/features/columnResize/useGridColumnResize.d.ts +1 -1
  29. package/hooks/features/columnResize/useGridColumnResize.js +4 -4
  30. package/hooks/features/dimensions/useGridDimensions.js +1 -1
  31. package/hooks/features/editing/useGridRowEditing.js +1 -1
  32. package/hooks/features/export/useGridPrintExport.js +1 -1
  33. package/hooks/features/keyboardNavigation/useGridKeyboardNavigation.d.ts +1 -1
  34. package/hooks/features/preferencesPanel/useGridPreferencesPanel.js +2 -2
  35. package/hooks/features/rowSelection/useGridRowSelectionPreProcessors.d.ts +1 -1
  36. package/hooks/features/rows/useGridRowsPreProcessors.d.ts +1 -1
  37. package/hooks/features/virtualization/useGridVirtualScroller.d.ts +3 -3
  38. package/hooks/features/virtualization/useGridVirtualScroller.js +5 -1
  39. package/hooks/utils/useGridApiEventHandler.js +1 -1
  40. package/hooks/utils/useGridApiMethod.d.ts +1 -1
  41. package/hooks/utils/useGridApiRef.d.ts +1 -1
  42. package/hooks/utils/useGridInitializeState.d.ts +2 -2
  43. package/hooks/utils/useGridLogger.d.ts +1 -1
  44. package/hooks/utils/useGridVisibleRows.d.ts +2 -2
  45. package/index.js +1 -1
  46. package/models/api/gridCoreApi.d.ts +7 -7
  47. package/models/api/gridDensityApi.d.ts +1 -1
  48. package/models/props/DataGridProps.d.ts +1 -1
  49. package/modern/components/cell/GridEditDateCell.js +1 -1
  50. package/modern/components/cell/GridEditInputCell.js +1 -1
  51. package/modern/components/cell/GridEditSingleSelectCell.js +2 -2
  52. package/modern/components/columnSelection/GridCellCheckboxRenderer.js +2 -1
  53. package/modern/components/columnSelection/GridHeaderCheckbox.js +6 -2
  54. package/modern/components/panel/filterPanel/GridFilterInputValue.js +7 -10
  55. package/modern/hooks/core/pipeProcessing/useGridRegisterPipeApplier.js +1 -1
  56. package/modern/hooks/core/pipeProcessing/useGridRegisterPipeProcessor.js +1 -1
  57. package/modern/hooks/core/useGridApiInitialization.js +2 -2
  58. package/modern/hooks/features/columnResize/useGridColumnResize.js +4 -4
  59. package/modern/hooks/features/dimensions/useGridDimensions.js +1 -1
  60. package/modern/hooks/features/editing/useGridRowEditing.js +1 -1
  61. package/modern/hooks/features/export/useGridPrintExport.js +1 -1
  62. package/modern/hooks/features/preferencesPanel/useGridPreferencesPanel.js +2 -2
  63. package/modern/hooks/features/virtualization/useGridVirtualScroller.js +5 -1
  64. package/modern/hooks/utils/useGridApiEventHandler.js +1 -1
  65. package/modern/index.js +1 -1
  66. package/node/components/cell/GridEditDateCell.js +1 -1
  67. package/node/components/cell/GridEditInputCell.js +1 -1
  68. package/node/components/cell/GridEditSingleSelectCell.js +2 -2
  69. package/node/components/columnSelection/GridCellCheckboxRenderer.js +2 -1
  70. package/node/components/columnSelection/GridHeaderCheckbox.js +6 -2
  71. package/node/components/panel/filterPanel/GridFilterInputValue.js +7 -10
  72. package/node/hooks/core/pipeProcessing/useGridRegisterPipeApplier.js +1 -1
  73. package/node/hooks/core/pipeProcessing/useGridRegisterPipeProcessor.js +1 -1
  74. package/node/hooks/core/useGridApiInitialization.js +2 -2
  75. package/node/hooks/features/columnResize/useGridColumnResize.js +4 -4
  76. package/node/hooks/features/dimensions/useGridDimensions.js +1 -1
  77. package/node/hooks/features/editing/useGridRowEditing.js +1 -1
  78. package/node/hooks/features/export/useGridPrintExport.js +1 -1
  79. package/node/hooks/features/preferencesPanel/useGridPreferencesPanel.js +2 -2
  80. package/node/hooks/features/virtualization/useGridVirtualScroller.js +5 -1
  81. package/node/hooks/utils/useGridApiEventHandler.js +1 -1
  82. package/node/index.js +1 -1
  83. package/package.json +2 -2
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid v7.23.4
2
+ * @mui/x-data-grid v7.23.6
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-data-grid",
3
- "version": "7.23.4",
3
+ "version": "7.23.6",
4
4
  "description": "The Community plan edition of the Data Grid components (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",
@@ -42,7 +42,7 @@
42
42
  "clsx": "^2.1.1",
43
43
  "prop-types": "^15.8.1",
44
44
  "reselect": "^5.1.1",
45
- "@mui/x-internals": "7.23.0"
45
+ "@mui/x-internals": "7.23.6"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@emotion/react": "^11.9.0",