@mui/x-data-grid-premium 8.0.0-alpha.12 → 8.0.0-alpha.13

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 (90) hide show
  1. package/CHANGELOG.md +299 -0
  2. package/DataGridPremium/DataGridPremium.js +51 -39
  3. package/DataGridPremium/useDataGridPremiumProps.js +2 -2
  4. package/components/GridAggregationHeader.d.ts +1 -1
  5. package/components/GridAggregationHeader.js +7 -11
  6. package/components/GridColumnMenuAggregationItem.js +4 -4
  7. package/components/GridDataSourceGroupingCriteriaCell.js +5 -6
  8. package/components/GridFooterCell.js +5 -6
  9. package/components/GridGroupingColumnFooterCell.js +2 -1
  10. package/components/GridGroupingColumnLeafCell.js +3 -9
  11. package/components/GridGroupingCriteriaCell.js +3 -8
  12. package/components/promptControl/GridToolbarPromptControl.js +34 -32
  13. package/esm/DataGridPremium/DataGridPremium.js +51 -39
  14. package/esm/DataGridPremium/useDataGridPremiumProps.js +2 -2
  15. package/esm/components/GridAggregationHeader.d.ts +1 -1
  16. package/esm/components/GridAggregationHeader.js +7 -11
  17. package/esm/components/GridColumnMenuAggregationItem.js +4 -4
  18. package/esm/components/GridDataSourceGroupingCriteriaCell.js +6 -7
  19. package/esm/components/GridFooterCell.js +5 -6
  20. package/esm/components/GridGroupingColumnFooterCell.js +2 -1
  21. package/esm/components/GridGroupingColumnLeafCell.js +3 -8
  22. package/esm/components/GridGroupingCriteriaCell.js +3 -8
  23. package/esm/components/promptControl/GridToolbarPromptControl.js +34 -32
  24. package/esm/hooks/features/aggregation/useGridAggregation.d.ts +1 -1
  25. package/esm/hooks/features/aggregation/useGridAggregation.js +6 -6
  26. package/esm/hooks/features/aggregation/useGridAggregationPreProcessors.d.ts +1 -1
  27. package/esm/hooks/features/aggregation/useGridAggregationPreProcessors.js +6 -6
  28. package/esm/hooks/features/clipboard/useGridClipboardImport.js +3 -3
  29. package/esm/hooks/features/dataSource/models.d.ts +1 -1
  30. package/esm/hooks/features/dataSource/useGridDataSourcePremium.js +3 -3
  31. package/esm/hooks/features/rowGrouping/gridRowGroupingUtils.js +2 -2
  32. package/esm/hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.d.ts +1 -1
  33. package/esm/hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.js +3 -3
  34. package/esm/hooks/features/rowGrouping/useGridRowGrouping.d.ts +1 -1
  35. package/esm/hooks/features/rowGrouping/useGridRowGrouping.js +4 -4
  36. package/esm/hooks/features/rowGrouping/useGridRowGroupingPreProcessors.d.ts +1 -1
  37. package/esm/hooks/features/rowGrouping/useGridRowGroupingPreProcessors.js +5 -5
  38. package/esm/index.d.ts +0 -6
  39. package/esm/index.js +1 -7
  40. package/esm/models/dataGridPremiumProps.d.ts +7 -8
  41. package/esm/utils/releaseInfo.js +1 -1
  42. package/hooks/features/aggregation/useGridAggregation.d.ts +1 -1
  43. package/hooks/features/aggregation/useGridAggregation.js +6 -6
  44. package/hooks/features/aggregation/useGridAggregationPreProcessors.d.ts +1 -1
  45. package/hooks/features/aggregation/useGridAggregationPreProcessors.js +6 -6
  46. package/hooks/features/clipboard/useGridClipboardImport.js +2 -2
  47. package/hooks/features/dataSource/models.d.ts +1 -1
  48. package/hooks/features/dataSource/useGridDataSourcePremium.js +3 -3
  49. package/hooks/features/rowGrouping/gridRowGroupingUtils.js +1 -1
  50. package/hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.d.ts +1 -1
  51. package/hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.js +3 -3
  52. package/hooks/features/rowGrouping/useGridRowGrouping.d.ts +1 -1
  53. package/hooks/features/rowGrouping/useGridRowGrouping.js +4 -4
  54. package/hooks/features/rowGrouping/useGridRowGroupingPreProcessors.d.ts +1 -1
  55. package/hooks/features/rowGrouping/useGridRowGroupingPreProcessors.js +5 -5
  56. package/index.d.ts +0 -6
  57. package/index.js +2 -11
  58. package/models/dataGridPremiumProps.d.ts +7 -8
  59. package/modern/DataGridPremium/DataGridPremium.js +51 -39
  60. package/modern/DataGridPremium/useDataGridPremiumProps.js +2 -2
  61. package/modern/components/GridAggregationHeader.d.ts +1 -1
  62. package/modern/components/GridAggregationHeader.js +7 -11
  63. package/modern/components/GridColumnMenuAggregationItem.js +4 -4
  64. package/modern/components/GridDataSourceGroupingCriteriaCell.js +6 -7
  65. package/modern/components/GridFooterCell.js +5 -6
  66. package/modern/components/GridGroupingColumnFooterCell.js +2 -1
  67. package/modern/components/GridGroupingColumnLeafCell.js +3 -8
  68. package/modern/components/GridGroupingCriteriaCell.js +3 -8
  69. package/modern/components/promptControl/GridToolbarPromptControl.js +34 -32
  70. package/modern/hooks/features/aggregation/useGridAggregation.d.ts +1 -1
  71. package/modern/hooks/features/aggregation/useGridAggregation.js +6 -6
  72. package/modern/hooks/features/aggregation/useGridAggregationPreProcessors.d.ts +1 -1
  73. package/modern/hooks/features/aggregation/useGridAggregationPreProcessors.js +6 -6
  74. package/modern/hooks/features/clipboard/useGridClipboardImport.js +3 -3
  75. package/modern/hooks/features/dataSource/models.d.ts +1 -1
  76. package/modern/hooks/features/dataSource/useGridDataSourcePremium.js +3 -3
  77. package/modern/hooks/features/rowGrouping/gridRowGroupingUtils.js +2 -2
  78. package/modern/hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.d.ts +1 -1
  79. package/modern/hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.js +3 -3
  80. package/modern/hooks/features/rowGrouping/useGridRowGrouping.d.ts +1 -1
  81. package/modern/hooks/features/rowGrouping/useGridRowGrouping.js +4 -4
  82. package/modern/hooks/features/rowGrouping/useGridRowGroupingPreProcessors.d.ts +1 -1
  83. package/modern/hooks/features/rowGrouping/useGridRowGroupingPreProcessors.js +5 -5
  84. package/modern/index.d.ts +0 -6
  85. package/modern/index.js +1 -7
  86. package/modern/models/dataGridPremiumProps.d.ts +7 -8
  87. package/modern/utils/releaseInfo.js +1 -1
  88. package/package.json +5 -5
  89. package/tsconfig.build.tsbuildinfo +1 -1
  90. package/utils/releaseInfo.js +1 -1
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.getReleaseInfo = void 0;
7
7
  var _utils = require("@mui/utils");
8
8
  const getReleaseInfo = () => {
9
- const releaseInfo = "MTczOTc0NjgwMDAwMA==";
9
+ const releaseInfo = "MTc0MDY5NzIwMDAwMA==";
10
10
  if (process.env.NODE_ENV !== 'production') {
11
11
  // A simple hack to set the value in the test environment (has no build step).
12
12
  // eslint-disable-next-line no-useless-concat