@mui/x-data-grid-premium 9.8.0 → 9.9.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.
Files changed (98) hide show
  1. package/CHANGELOG.md +119 -0
  2. package/DataGridPremium/DataGridPremium.js +9 -2
  3. package/DataGridPremium/DataGridPremium.mjs +9 -2
  4. package/components/GridAggregationHeader.d.mts +1 -1
  5. package/components/GridAggregationHeader.d.ts +1 -1
  6. package/components/GridBottomContainer.d.mts +1 -1
  7. package/components/GridBottomContainer.d.ts +1 -1
  8. package/components/GridDataSourceGroupingCriteriaCell.d.mts +2 -1
  9. package/components/GridDataSourceGroupingCriteriaCell.d.ts +2 -1
  10. package/components/GridExcelExportMenuItem.d.mts +1 -1
  11. package/components/GridExcelExportMenuItem.d.ts +1 -1
  12. package/components/GridGroupingColumnFooterCell.d.mts +1 -1
  13. package/components/GridGroupingColumnFooterCell.d.ts +1 -1
  14. package/components/GridGroupingColumnLeafCell.d.mts +1 -1
  15. package/components/GridGroupingColumnLeafCell.d.ts +1 -1
  16. package/components/GridGroupingCriteriaCell.d.mts +2 -1
  17. package/components/GridGroupingCriteriaCell.d.ts +2 -1
  18. package/components/GridPremiumColumnMenu.d.mts +1 -1
  19. package/components/GridPremiumColumnMenu.d.ts +1 -1
  20. package/components/GridPremiumToolbar.d.mts +2 -1
  21. package/components/GridPremiumToolbar.d.ts +2 -1
  22. package/components/aiAssistantPanel/GridAiAssistantPanel.d.mts +2 -1
  23. package/components/aiAssistantPanel/GridAiAssistantPanel.d.ts +2 -1
  24. package/components/aiAssistantPanel/GridAiAssistantPanelConversation.d.mts +2 -1
  25. package/components/aiAssistantPanel/GridAiAssistantPanelConversation.d.ts +2 -1
  26. package/components/aiAssistantPanel/GridAiAssistantPanelConversationsMenu.d.mts +2 -1
  27. package/components/aiAssistantPanel/GridAiAssistantPanelConversationsMenu.d.ts +2 -1
  28. package/components/aiAssistantPanel/GridAiAssistantPanelSuggestions.d.mts +1 -1
  29. package/components/aiAssistantPanel/GridAiAssistantPanelSuggestions.d.ts +1 -1
  30. package/components/chartsPanel/GridChartsPanel.d.mts +2 -1
  31. package/components/chartsPanel/GridChartsPanel.d.ts +2 -1
  32. package/components/chartsPanel/chart/GridChartsPanelChart.d.mts +1 -1
  33. package/components/chartsPanel/chart/GridChartsPanelChart.d.ts +1 -1
  34. package/components/chartsPanel/customize/GridChartsPanelCustomize.d.mts +2 -1
  35. package/components/chartsPanel/customize/GridChartsPanelCustomize.d.ts +2 -1
  36. package/components/chartsPanel/data/GridChartsPanelData.d.mts +2 -1
  37. package/components/chartsPanel/data/GridChartsPanelData.d.ts +2 -1
  38. package/components/chartsPanel/data/GridChartsPanelDataBody.d.mts +2 -1
  39. package/components/chartsPanel/data/GridChartsPanelDataBody.d.ts +2 -1
  40. package/components/chartsPanel/data/GridChartsPanelDataField.d.mts +2 -2
  41. package/components/chartsPanel/data/GridChartsPanelDataField.d.ts +2 -2
  42. package/components/chartsPanel/data/GridChartsPanelDataFieldMenu.d.mts +2 -1
  43. package/components/chartsPanel/data/GridChartsPanelDataFieldMenu.d.ts +2 -1
  44. package/components/chartsPanel/data/GridChartsPanelDataHeader.d.mts +2 -1
  45. package/components/chartsPanel/data/GridChartsPanelDataHeader.d.ts +2 -1
  46. package/components/chartsPanel/data/GridChartsPanelDataSearch.d.mts +2 -1
  47. package/components/chartsPanel/data/GridChartsPanelDataSearch.d.ts +2 -1
  48. package/components/collapsible/Collapsible.d.mts +1 -1
  49. package/components/collapsible/Collapsible.d.ts +1 -1
  50. package/components/collapsible/CollapsiblePanel.d.mts +1 -1
  51. package/components/collapsible/CollapsiblePanel.d.ts +1 -1
  52. package/components/collapsible/CollapsibleTrigger.d.mts +1 -1
  53. package/components/collapsible/CollapsibleTrigger.d.ts +1 -1
  54. package/components/columnMenu/menuItems/GridColumnMenuAggregationItem.d.mts +2 -1
  55. package/components/columnMenu/menuItems/GridColumnMenuAggregationItem.d.ts +2 -1
  56. package/components/columnMenu/menuItems/GridColumnMenuChartsItem.d.mts +2 -1
  57. package/components/columnMenu/menuItems/GridColumnMenuChartsItem.d.ts +2 -1
  58. package/components/columnMenu/menuItems/GridColumnMenuManagePanelItem.d.mts +2 -1
  59. package/components/columnMenu/menuItems/GridColumnMenuManagePanelItem.d.ts +2 -1
  60. package/components/columnMenu/menuItems/GridColumnMenuPivotItem.d.mts +2 -1
  61. package/components/columnMenu/menuItems/GridColumnMenuPivotItem.d.ts +2 -1
  62. package/components/columnMenu/menuItems/GridColumnMenuRowGroupItem.d.mts +2 -1
  63. package/components/columnMenu/menuItems/GridColumnMenuRowGroupItem.d.ts +2 -1
  64. package/components/columnMenu/menuItems/GridColumnMenuRowUngroupItem.d.mts +2 -1
  65. package/components/columnMenu/menuItems/GridColumnMenuRowUngroupItem.d.ts +2 -1
  66. package/components/pivotPanel/GridPivotPanel.d.mts +2 -1
  67. package/components/pivotPanel/GridPivotPanel.d.ts +2 -1
  68. package/components/pivotPanel/GridPivotPanelBody.d.mts +2 -1
  69. package/components/pivotPanel/GridPivotPanelBody.d.ts +2 -1
  70. package/components/pivotPanel/GridPivotPanelField.d.mts +1 -1
  71. package/components/pivotPanel/GridPivotPanelField.d.ts +1 -1
  72. package/components/pivotPanel/GridPivotPanelFieldMenu.d.mts +2 -1
  73. package/components/pivotPanel/GridPivotPanelFieldMenu.d.ts +2 -1
  74. package/components/pivotPanel/GridPivotPanelHeader.d.mts +2 -1
  75. package/components/pivotPanel/GridPivotPanelHeader.d.ts +2 -1
  76. package/components/pivotPanel/GridPivotPanelSearch.d.mts +2 -1
  77. package/components/pivotPanel/GridPivotPanelSearch.d.ts +2 -1
  78. package/components/prompt/GridPrompt.d.mts +2 -1
  79. package/components/prompt/GridPrompt.d.ts +2 -1
  80. package/components/promptField/GridPromptField.d.mts +1 -1
  81. package/components/promptField/GridPromptField.d.ts +1 -1
  82. package/components/resizablePanel/ResizablePanel.d.mts +1 -1
  83. package/components/resizablePanel/ResizablePanel.d.ts +1 -1
  84. package/components/resizablePanel/ResizablePanelHandle.d.mts +1 -1
  85. package/components/resizablePanel/ResizablePanelHandle.d.ts +1 -1
  86. package/components/sidebar/Sidebar.d.mts +1 -1
  87. package/components/sidebar/Sidebar.d.ts +1 -1
  88. package/components/sidebar/SidebarHeader.d.mts +1 -1
  89. package/components/sidebar/SidebarHeader.d.ts +1 -1
  90. package/context/GridChartsIntegrationContextProvider.d.mts +1 -1
  91. package/context/GridChartsIntegrationContextProvider.d.ts +1 -1
  92. package/context/GridChartsRendererProxy.d.mts +1 -1
  93. package/context/GridChartsRendererProxy.d.ts +1 -1
  94. package/hooks/features/dataSource/useGridDataSourcePremium.js +4 -1
  95. package/hooks/features/dataSource/useGridDataSourcePremium.mjs +4 -1
  96. package/index.js +1 -1
  97. package/index.mjs +1 -1
  98. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,124 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.9.0
4
+
5
+ _Jul 9, 2026_
6
+
7
+ We'd like to extend a big thank you to the 11 contributors who made this release possible. Here are some highlights ✨:
8
+
9
+ - 📊 [Data sampling](https://mui.com/x/react-charts/performance/#sampling) for better performance with large bar and line charts
10
+ - 🗺️ [Maps zoom support](https://mui.com/x/react-charts/map/#zoom)
11
+ - ☑️ Support [applying filters on demand](https://mui.com/x/react-data-grid/filtering/customization/#apply-filters-on-demand) in the Data Grid
12
+ - 🐞 Bugfixes
13
+ - 📚 Documentation improvements
14
+
15
+ Special thanks go out to these community members for their valuable contributions:
16
+ @mustafajw07, @sebastianfrey
17
+
18
+ The following team members contributed to this release:
19
+ @aemartos, @alexfauquette, @brijeshb42, @hasdfa, @Janpot, @JCQuintas, @LukasTy, @rita-codes, @sai6855
20
+
21
+ ### Data Grid
22
+
23
+ #### `@mui/x-data-grid@9.9.0`
24
+
25
+ - [DataGrid] Add `dataSourceKeepPreviousData` prop (#22554) @LukasTy
26
+ - [DataGrid] Add controlled filter panel for applying filters on demand (#23023) @sebastianfrey
27
+
28
+ #### `@mui/x-data-grid-pro@9.9.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
29
+
30
+ Same changes as in `@mui/x-data-grid@9.9.0`.
31
+
32
+ #### `@mui/x-data-grid-premium@9.9.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
33
+
34
+ Same changes as in `@mui/x-data-grid-pro@9.9.0`.
35
+
36
+ ### Date and Time Pickers
37
+
38
+ #### `@mui/x-date-pickers@9.9.0`
39
+
40
+ Internal changes.
41
+
42
+ #### `@mui/x-date-pickers-pro@9.9.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
43
+
44
+ Same changes as in `@mui/x-date-pickers@9.9.0`, plus:
45
+
46
+ - [DateRangeCalendar] Avoid unnecessary month switch when the value is already visible (#22996) @LukasTy
47
+
48
+ ### Charts
49
+
50
+ #### `@mui/x-charts@9.9.0`
51
+
52
+ - [charts] Optimize and de-duplicate sampled axis-highlight band lookup (#23052) @JCQuintas
53
+ - [charts] Unify tooltip item position getter and selector into a single selector API (#23041) @alexfauquette
54
+ - [charts] Fix impossible condition in axis text angle warning (#23102) @sai6855
55
+
56
+ #### `@mui/x-charts-pro@9.9.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
57
+
58
+ Same changes as in `@mui/x-charts@9.9.0`, plus:
59
+
60
+ - [charts-pro] Add data sampling for large bar and line charts (#22830) @JCQuintas
61
+ - [charts-pro] Allow sampling on non-zoomable charts (#23051) @JCQuintas
62
+
63
+ #### `@mui/x-charts-premium@9.9.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
64
+
65
+ #### Breaking changes
66
+
67
+ The API of the `Unstable_ChartsGeoDataProviderPremium` got modified.
68
+ Props `scale`, `rotation`, and `translation` are replaced by props `view` and `initialView`.
69
+ Same behavior can be obtained with `view.zoomLevel`, `view.center`, and `view.translation`.
70
+ See the [zoom view section](https://mui.com/x/react-charts/map/#control) for detailed information
71
+
72
+ Same changes as in `@mui/x-charts-pro@9.9.0`, plus:
73
+
74
+ - [charts-premium] Maps zoom support (#22709) @alexfauquette
75
+
76
+ ### Tree View
77
+
78
+ #### `@mui/x-tree-view@9.9.0`
79
+
80
+ Internal changes.
81
+
82
+ #### `@mui/x-tree-view-pro@9.9.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
83
+
84
+ Same changes as in `@mui/x-tree-view@9.9.0`.
85
+
86
+ ### Scheduler
87
+
88
+ #### `@mui/x-scheduler@9.0.0-beta.5`
89
+
90
+ - [scheduler] Introduce event resource helper utilities (#23022) @mustafajw07
91
+ - [scheduler] Preserve multi-day event continuity across overflow (#22797) @mustafajw07
92
+
93
+ #### `@mui/x-scheduler-premium@9.0.0-beta.5` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
94
+
95
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.5`.
96
+
97
+ ### Codemod
98
+
99
+ #### `@mui/x-codemod@9.9.0`
100
+
101
+ Internal changes.
102
+
103
+ ### Docs
104
+
105
+ - [docs] Fix broken social preview image on shared docs links (#23055) @sai6855
106
+ - [docs] Review and clean up react-chat docs demos & gallery; fix actions-bar layout (#22993) @hasdfa
107
+ - [docs] Update the Pickers recommended date library bundle sizes (#23087) @LukasTy
108
+
109
+ ### Core
110
+
111
+ - [mcp] Add `@mui/mcp` server and `@mui/x-agent-tools`. See the [README](https://github.com/mui/mui-x/blob/master/packages/mcp/README.md) for setup (#22947) @aemartos
112
+ - [code-infra] Avoid OOM in the Netlify docs build and CircleCI lint step (#23086) @LukasTy
113
+ - [code-infra] Group `@atlaskit/pragmatic-drag-and-drop` renovate updates (#23105) @LukasTy
114
+ - [code-infra] Validate npm publishing through dry run (#23038) @brijeshb42
115
+ - [docs-infra] Enable `webpackBuildWorker` to bound docs build memory (#23100) @Janpot
116
+
117
+ ### Miscellaneous
118
+
119
+ - [test] Fix flaky "should render only the pageSize" Data Grid virtualization test (#23090) @LukasTy
120
+ - [test] Track `@mui/x-chat` bundle size via native expand (#23049) @Janpot
121
+
3
122
  ## 9.8.0
4
123
 
5
124
  _Jul 2, 2026_
@@ -51,8 +51,8 @@ const configuration = {
51
51
  }
52
52
  };
53
53
  const packageInfo = {
54
- releaseDate: "MTc4Mjk1MDQwMDAwMA==",
55
- version: "9.8.0",
54
+ releaseDate: "MTc4MzU1NTIwMDAwMA==",
55
+ version: "9.9.0",
56
56
  name: 'x-data-grid-premium'
57
57
  };
58
58
  const watermark = /*#__PURE__*/(0, _jsxRuntime.jsx)(_internals.Watermark, {
@@ -359,6 +359,13 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes /* remove-p
359
359
  get: _propTypes.default.func.isRequired,
360
360
  set: _propTypes.default.func.isRequired
361
361
  }),
362
+ /**
363
+ * If `true`, the previously displayed rows are kept visible while new rows are being fetched after pagination, sorting, or filtering changes.
364
+ * The loading overlay is rendered on top of the previous rows.
365
+ * Only applies to flat data; tree data and row grouping always reset the rows on refetch to keep the order consistent with the new response.
366
+ * @default false
367
+ */
368
+ dataSourceKeepPreviousData: _propTypes.default.bool,
362
369
  /**
363
370
  * If positive, the Data Grid will periodically revalidate data source rows by re-fetching them from the server when the cache entry has expired.
364
371
  * If the refetched rows are different from the current rows, the grid will update the rows.
@@ -44,8 +44,8 @@ const configuration = {
44
44
  }
45
45
  };
46
46
  const packageInfo = {
47
- releaseDate: "MTc4Mjk1MDQwMDAwMA==",
48
- version: "9.8.0",
47
+ releaseDate: "MTc4MzU1NTIwMDAwMA==",
48
+ version: "9.9.0",
49
49
  name: 'x-data-grid-premium'
50
50
  };
51
51
  const watermark = /*#__PURE__*/_jsx(Watermark, {
@@ -352,6 +352,13 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes /* remove-p
352
352
  get: PropTypes.func.isRequired,
353
353
  set: PropTypes.func.isRequired
354
354
  }),
355
+ /**
356
+ * If `true`, the previously displayed rows are kept visible while new rows are being fetched after pagination, sorting, or filtering changes.
357
+ * The loading overlay is rendered on top of the previous rows.
358
+ * Only applies to flat data; tree data and row grouping always reset the rows on refetch to keep the order consistent with the new response.
359
+ * @default false
360
+ */
361
+ dataSourceKeepPreviousData: PropTypes.bool,
355
362
  /**
356
363
  * If positive, the Data Grid will periodically revalidate data source rows by re-fetching them from the server when the cache entry has expired.
357
364
  * If the refetched rows are different from the current rows, the grid will update the rows.
@@ -2,5 +2,5 @@ import type { GridColumnHeaderParams } from '@mui/x-data-grid';
2
2
  import type { GridBaseColDef } from '@mui/x-data-grid/internals';
3
3
  declare function GridAggregationHeader(props: GridColumnHeaderParams & {
4
4
  renderHeader: GridBaseColDef['renderHeader'];
5
- }): import("react/jsx-runtime").JSX.Element | null;
5
+ }): import("react").JSX.Element | null;
6
6
  export { GridAggregationHeader };
@@ -2,5 +2,5 @@ import type { GridColumnHeaderParams } from '@mui/x-data-grid';
2
2
  import type { GridBaseColDef } from '@mui/x-data-grid/internals';
3
3
  declare function GridAggregationHeader(props: GridColumnHeaderParams & {
4
4
  renderHeader: GridBaseColDef['renderHeader'];
5
- }): import("react/jsx-runtime").JSX.Element | null;
5
+ }): import("react").JSX.Element | null;
6
6
  export { GridAggregationHeader };
@@ -1,3 +1,3 @@
1
1
  import * as React from 'react';
2
2
  export type GridBottomContainerProps = React.PropsWithChildren;
3
- export declare function GridBottomContainer(props: GridBottomContainerProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare function GridBottomContainer(props: GridBottomContainerProps): React.JSX.Element;
@@ -1,3 +1,3 @@
1
1
  import * as React from 'react';
2
2
  export type GridBottomContainerProps = React.PropsWithChildren;
3
- export declare function GridBottomContainer(props: GridBottomContainerProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare function GridBottomContainer(props: GridBottomContainerProps): React.JSX.Element;
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  import type { GridRenderCellParams, GridGroupNode } from '@mui/x-data-grid-pro';
2
3
  interface GridGroupingCriteriaCellProps extends GridRenderCellParams<any, any, any, GridGroupNode> {
3
4
  hideDescendantCount?: boolean;
4
5
  }
5
- export declare function GridDataSourceGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function GridDataSourceGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): React.JSX.Element;
6
7
  export {};
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  import type { GridRenderCellParams, GridGroupNode } from '@mui/x-data-grid-pro';
2
3
  interface GridGroupingCriteriaCellProps extends GridRenderCellParams<any, any, any, GridGroupNode> {
3
4
  hideDescendantCount?: boolean;
4
5
  }
5
- export declare function GridDataSourceGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function GridDataSourceGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): React.JSX.Element;
6
7
  export {};
@@ -1,7 +1,7 @@
1
1
  import type { GridExportMenuItemProps } from '@mui/x-data-grid-pro';
2
2
  import type { GridExcelExportOptions } from "../hooks/features/export/index.mjs";
3
3
  export type GridExcelExportMenuItemProps = GridExportMenuItemProps<GridExcelExportOptions>;
4
- declare function GridExcelExportMenuItem(props: GridExcelExportMenuItemProps): import("react/jsx-runtime").JSX.Element;
4
+ declare function GridExcelExportMenuItem(props: GridExcelExportMenuItemProps): import("react").JSX.Element;
5
5
  declare namespace GridExcelExportMenuItem {
6
6
  var propTypes: any;
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import type { GridExportMenuItemProps } from '@mui/x-data-grid-pro';
2
2
  import type { GridExcelExportOptions } from "../hooks/features/export/index.js";
3
3
  export type GridExcelExportMenuItemProps = GridExportMenuItemProps<GridExcelExportOptions>;
4
- declare function GridExcelExportMenuItem(props: GridExcelExportMenuItemProps): import("react/jsx-runtime").JSX.Element;
4
+ declare function GridExcelExportMenuItem(props: GridExcelExportMenuItemProps): import("react").JSX.Element;
5
5
  declare namespace GridExcelExportMenuItem {
6
6
  var propTypes: any;
7
7
  }
@@ -1,3 +1,3 @@
1
1
  import type { GridRenderCellParams } from '@mui/x-data-grid-pro';
2
- declare function GridGroupingColumnFooterCell(props: GridRenderCellParams): import("react/jsx-runtime").JSX.Element;
2
+ declare function GridGroupingColumnFooterCell(props: GridRenderCellParams): import("react").JSX.Element;
3
3
  export { GridGroupingColumnFooterCell };
@@ -1,3 +1,3 @@
1
1
  import type { GridRenderCellParams } from '@mui/x-data-grid-pro';
2
- declare function GridGroupingColumnFooterCell(props: GridRenderCellParams): import("react/jsx-runtime").JSX.Element;
2
+ declare function GridGroupingColumnFooterCell(props: GridRenderCellParams): import("react").JSX.Element;
3
3
  export { GridGroupingColumnFooterCell };
@@ -1,3 +1,3 @@
1
1
  import type { GridRenderCellParams } from '@mui/x-data-grid-pro';
2
- declare function GridGroupingColumnLeafCell(props: GridRenderCellParams): import("react/jsx-runtime").JSX.Element;
2
+ declare function GridGroupingColumnLeafCell(props: GridRenderCellParams): import("react").JSX.Element;
3
3
  export { GridGroupingColumnLeafCell };
@@ -1,3 +1,3 @@
1
1
  import type { GridRenderCellParams } from '@mui/x-data-grid-pro';
2
- declare function GridGroupingColumnLeafCell(props: GridRenderCellParams): import("react/jsx-runtime").JSX.Element;
2
+ declare function GridGroupingColumnLeafCell(props: GridRenderCellParams): import("react").JSX.Element;
3
3
  export { GridGroupingColumnLeafCell };
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  import type { GridRenderCellParams, GridGroupNode } from '@mui/x-data-grid-pro';
2
3
  interface GridGroupingCriteriaCellProps extends GridRenderCellParams<any, any, any, GridGroupNode> {
3
4
  hideDescendantCount?: boolean;
4
5
  }
5
- export declare function GridGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function GridGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): React.JSX.Element;
6
7
  export {};
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  import type { GridRenderCellParams, GridGroupNode } from '@mui/x-data-grid-pro';
2
3
  interface GridGroupingCriteriaCellProps extends GridRenderCellParams<any, any, any, GridGroupNode> {
3
4
  hideDescendantCount?: boolean;
4
5
  }
5
- export declare function GridGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function GridGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): React.JSX.Element;
6
7
  export {};
@@ -2,7 +2,7 @@ import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
2
  import type { GridColumnMenuComponent } from '@mui/x-data-grid-pro/internals';
3
3
  import { GridColumnMenuAggregationItem } from "./columnMenu/menuItems/GridColumnMenuAggregationItem.mjs";
4
4
  import { GridColumnMenuManagePanelItem } from "./columnMenu/menuItems/GridColumnMenuManagePanelItem.mjs";
5
- export declare function GridColumnMenuGroupingItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element;
5
+ export declare function GridColumnMenuGroupingItem(props: GridColumnMenuItemProps): import("react").JSX.Element;
6
6
  export declare const GRID_COLUMN_MENU_SLOTS_PREMIUM: {
7
7
  columnMenuAggregationItem: typeof GridColumnMenuAggregationItem;
8
8
  columnMenuGroupingItem: typeof GridColumnMenuGroupingItem;
@@ -2,7 +2,7 @@ import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
2
  import type { GridColumnMenuComponent } from '@mui/x-data-grid-pro/internals';
3
3
  import { GridColumnMenuAggregationItem } from "./columnMenu/menuItems/GridColumnMenuAggregationItem.js";
4
4
  import { GridColumnMenuManagePanelItem } from "./columnMenu/menuItems/GridColumnMenuManagePanelItem.js";
5
- export declare function GridColumnMenuGroupingItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element;
5
+ export declare function GridColumnMenuGroupingItem(props: GridColumnMenuItemProps): import("react").JSX.Element;
6
6
  export declare const GRID_COLUMN_MENU_SLOTS_PREMIUM: {
7
7
  columnMenuAggregationItem: typeof GridColumnMenuAggregationItem;
8
8
  columnMenuGroupingItem: typeof GridColumnMenuGroupingItem;
@@ -1,2 +1,3 @@
1
+ import * as React from 'react';
1
2
  import type { GridToolbarProps } from '@mui/x-data-grid-pro/internals';
2
- export declare function GridPremiumToolbar(props: GridToolbarProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare function GridPremiumToolbar(props: GridToolbarProps): React.JSX.Element;
@@ -1,2 +1,3 @@
1
+ import * as React from 'react';
1
2
  import type { GridToolbarProps } from '@mui/x-data-grid-pro/internals';
2
- export declare function GridPremiumToolbar(props: GridToolbarProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare function GridPremiumToolbar(props: GridToolbarProps): React.JSX.Element;
@@ -1,2 +1,3 @@
1
- declare function GridAiAssistantPanel(): import("react/jsx-runtime").JSX.Element;
1
+ import * as React from 'react';
2
+ declare function GridAiAssistantPanel(): React.JSX.Element;
2
3
  export { GridAiAssistantPanel };
@@ -1,2 +1,3 @@
1
- declare function GridAiAssistantPanel(): import("react/jsx-runtime").JSX.Element;
1
+ import * as React from 'react';
2
+ declare function GridAiAssistantPanel(): React.JSX.Element;
2
3
  export { GridAiAssistantPanel };
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  import type { Conversation } from "../../hooks/features/aiAssistant/gridAiAssistantInterfaces.mjs";
2
3
  type GridAiAssistantPanelConversationProps = {
3
4
  conversation: Conversation;
4
5
  };
5
- declare function GridAiAssistantPanelConversation(props: GridAiAssistantPanelConversationProps): import("react/jsx-runtime").JSX.Element;
6
+ declare function GridAiAssistantPanelConversation(props: GridAiAssistantPanelConversationProps): React.JSX.Element;
6
7
  export { GridAiAssistantPanelConversation };
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  import type { Conversation } from "../../hooks/features/aiAssistant/gridAiAssistantInterfaces.js";
2
3
  type GridAiAssistantPanelConversationProps = {
3
4
  conversation: Conversation;
4
5
  };
5
- declare function GridAiAssistantPanelConversation(props: GridAiAssistantPanelConversationProps): import("react/jsx-runtime").JSX.Element;
6
+ declare function GridAiAssistantPanelConversation(props: GridAiAssistantPanelConversationProps): React.JSX.Element;
6
7
  export { GridAiAssistantPanelConversation };
@@ -1,2 +1,3 @@
1
- declare function GridAiAssistantPanelConversationsMenu(): import("react/jsx-runtime").JSX.Element;
1
+ import * as React from 'react';
2
+ declare function GridAiAssistantPanelConversationsMenu(): React.JSX.Element;
2
3
  export { GridAiAssistantPanelConversationsMenu };
@@ -1,2 +1,3 @@
1
- declare function GridAiAssistantPanelConversationsMenu(): import("react/jsx-runtime").JSX.Element;
1
+ import * as React from 'react';
2
+ declare function GridAiAssistantPanelConversationsMenu(): React.JSX.Element;
2
3
  export { GridAiAssistantPanelConversationsMenu };
@@ -2,5 +2,5 @@ import type { PromptSuggestion } from "../../hooks/features/aiAssistant/gridAiAs
2
2
  type GridAiAssistantPanelSuggestionsProps = {
3
3
  suggestions: PromptSuggestion[];
4
4
  };
5
- declare function GridAiAssistantPanelSuggestions(props: GridAiAssistantPanelSuggestionsProps): import("react/jsx-runtime").JSX.Element;
5
+ declare function GridAiAssistantPanelSuggestions(props: GridAiAssistantPanelSuggestionsProps): import("react").JSX.Element;
6
6
  export { GridAiAssistantPanelSuggestions };
@@ -2,5 +2,5 @@ import type { PromptSuggestion } from "../../hooks/features/aiAssistant/gridAiAs
2
2
  type GridAiAssistantPanelSuggestionsProps = {
3
3
  suggestions: PromptSuggestion[];
4
4
  };
5
- declare function GridAiAssistantPanelSuggestions(props: GridAiAssistantPanelSuggestionsProps): import("react/jsx-runtime").JSX.Element;
5
+ declare function GridAiAssistantPanelSuggestions(props: GridAiAssistantPanelSuggestionsProps): import("react").JSX.Element;
6
6
  export { GridAiAssistantPanelSuggestions };
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  import type { GridChartsConfigurationOptions } from '@mui/x-internals/types';
2
3
  export interface GridChartsPanelProps {
3
4
  /**
@@ -13,7 +14,7 @@ export interface GridChartsPanelProps {
13
14
  */
14
15
  getColumnName?: (field: string) => string | undefined;
15
16
  }
16
- declare function GridChartsPanel(props: GridChartsPanelProps): import("react/jsx-runtime").JSX.Element;
17
+ declare function GridChartsPanel(props: GridChartsPanelProps): React.JSX.Element;
17
18
  declare namespace GridChartsPanel {
18
19
  var propTypes: any;
19
20
  }
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  import type { GridChartsConfigurationOptions } from '@mui/x-internals/types';
2
3
  export interface GridChartsPanelProps {
3
4
  /**
@@ -13,7 +14,7 @@ export interface GridChartsPanelProps {
13
14
  */
14
15
  getColumnName?: (field: string) => string | undefined;
15
16
  }
16
- declare function GridChartsPanel(props: GridChartsPanelProps): import("react/jsx-runtime").JSX.Element;
17
+ declare function GridChartsPanel(props: GridChartsPanelProps): React.JSX.Element;
17
18
  declare namespace GridChartsPanel {
18
19
  var propTypes: any;
19
20
  }
@@ -4,7 +4,7 @@ export interface GridChartsPanelChartProps {
4
4
  selectedChartType: string;
5
5
  onChartTypeChange: (type: string) => void;
6
6
  }
7
- declare function GridChartsPanelChart(props: GridChartsPanelChartProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function GridChartsPanelChart(props: GridChartsPanelChartProps): import("react").JSX.Element;
8
8
  declare namespace GridChartsPanelChart {
9
9
  var propTypes: any;
10
10
  }
@@ -4,7 +4,7 @@ export interface GridChartsPanelChartProps {
4
4
  selectedChartType: string;
5
5
  onChartTypeChange: (type: string) => void;
6
6
  }
7
- declare function GridChartsPanelChart(props: GridChartsPanelChartProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function GridChartsPanelChart(props: GridChartsPanelChartProps): import("react").JSX.Element;
8
8
  declare namespace GridChartsPanelChart {
9
9
  var propTypes: any;
10
10
  }
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { GridChartsConfigurationSection } from '@mui/x-internals/types';
2
3
  interface GridChartsPanelCustomizeProps {
3
4
  activeChartId: string;
4
5
  sections: GridChartsConfigurationSection[];
5
6
  }
6
- export declare function GridChartsPanelCustomize(props: GridChartsPanelCustomizeProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function GridChartsPanelCustomize(props: GridChartsPanelCustomizeProps): React.JSX.Element;
7
8
  export {};
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { GridChartsConfigurationSection } from '@mui/x-internals/types';
2
3
  interface GridChartsPanelCustomizeProps {
3
4
  activeChartId: string;
4
5
  sections: GridChartsConfigurationSection[];
5
6
  }
6
- export declare function GridChartsPanelCustomize(props: GridChartsPanelCustomizeProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function GridChartsPanelCustomize(props: GridChartsPanelCustomizeProps): React.JSX.Element;
7
8
  export {};
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  export type SectionLimitLookup = Map<'dimensions' | 'values', number>;
2
- declare function GridChartsPanelData(): import("react/jsx-runtime").JSX.Element;
3
+ declare function GridChartsPanelData(): React.JSX.Element;
3
4
  export { GridChartsPanelData };
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  export type SectionLimitLookup = Map<'dimensions' | 'values', number>;
2
- declare function GridChartsPanelData(): import("react/jsx-runtime").JSX.Element;
3
+ declare function GridChartsPanelData(): React.JSX.Element;
3
4
  export { GridChartsPanelData };
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  import type { GridChartsIntegrationSection } from "../../../hooks/features/chartsIntegration/gridChartsIntegrationInterfaces.mjs";
2
3
  export interface FieldTransferObject {
3
4
  field: string;
@@ -7,5 +8,5 @@ export type DropPosition = 'top' | 'bottom' | null;
7
8
  interface GridChartsPanelDataBodyProps {
8
9
  searchValue: string;
9
10
  }
10
- declare function GridChartsPanelDataBody(props: GridChartsPanelDataBodyProps): import("react/jsx-runtime").JSX.Element;
11
+ declare function GridChartsPanelDataBody(props: GridChartsPanelDataBodyProps): React.JSX.Element;
11
12
  export { GridChartsPanelDataBody };
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  import type { GridChartsIntegrationSection } from "../../../hooks/features/chartsIntegration/gridChartsIntegrationInterfaces.js";
2
3
  export interface FieldTransferObject {
3
4
  field: string;
@@ -7,5 +8,5 @@ export type DropPosition = 'top' | 'bottom' | null;
7
8
  interface GridChartsPanelDataBodyProps {
8
9
  searchValue: string;
9
10
  }
10
- declare function GridChartsPanelDataBody(props: GridChartsPanelDataBodyProps): import("react/jsx-runtime").JSX.Element;
11
+ declare function GridChartsPanelDataBody(props: GridChartsPanelDataBodyProps): React.JSX.Element;
11
12
  export { GridChartsPanelDataBody };
@@ -20,6 +20,6 @@ export declare function AggregationSelect({
20
20
  }: {
21
21
  aggFunc: string;
22
22
  field: FieldTransferObject['field'];
23
- }): import("react/jsx-runtime").JSX.Element | null;
24
- declare function GridChartsPanelDataField(props: GridChartsPanelDataFieldProps): import("react/jsx-runtime").JSX.Element;
23
+ }): React.JSX.Element | null;
24
+ declare function GridChartsPanelDataField(props: GridChartsPanelDataFieldProps): React.JSX.Element;
25
25
  export { GridChartsPanelDataField };
@@ -20,6 +20,6 @@ export declare function AggregationSelect({
20
20
  }: {
21
21
  aggFunc: string;
22
22
  field: FieldTransferObject['field'];
23
- }): import("react/jsx-runtime").JSX.Element | null;
24
- declare function GridChartsPanelDataField(props: GridChartsPanelDataFieldProps): import("react/jsx-runtime").JSX.Element;
23
+ }): React.JSX.Element | null;
24
+ declare function GridChartsPanelDataField(props: GridChartsPanelDataFieldProps): React.JSX.Element;
25
25
  export { GridChartsPanelDataField };
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  import type { FieldTransferObject } from "./GridChartsPanelDataBody.mjs";
2
3
  interface GridChartsPanelDataFieldMenuProps {
3
4
  field: string;
@@ -6,5 +7,5 @@ interface GridChartsPanelDataFieldMenuProps {
6
7
  dimensionsLabel: string;
7
8
  valuesLabel: string;
8
9
  }
9
- declare function GridChartsPanelDataFieldMenu(props: GridChartsPanelDataFieldMenuProps): import("react/jsx-runtime").JSX.Element | null;
10
+ declare function GridChartsPanelDataFieldMenu(props: GridChartsPanelDataFieldMenuProps): React.JSX.Element | null;
10
11
  export { GridChartsPanelDataFieldMenu };
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  import type { FieldTransferObject } from "./GridChartsPanelDataBody.js";
2
3
  interface GridChartsPanelDataFieldMenuProps {
3
4
  field: string;
@@ -6,5 +7,5 @@ interface GridChartsPanelDataFieldMenuProps {
6
7
  dimensionsLabel: string;
7
8
  valuesLabel: string;
8
9
  }
9
- declare function GridChartsPanelDataFieldMenu(props: GridChartsPanelDataFieldMenuProps): import("react/jsx-runtime").JSX.Element | null;
10
+ declare function GridChartsPanelDataFieldMenu(props: GridChartsPanelDataFieldMenuProps): React.JSX.Element | null;
10
11
  export { GridChartsPanelDataFieldMenu };
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  export interface GridChartsPanelDataHeaderProps {
2
3
  searchValue: string;
3
4
  onSearchValueChange: (value: string) => void;
4
5
  }
5
- declare function GridChartsPanelDataHeader(props: GridChartsPanelDataHeaderProps): import("react/jsx-runtime").JSX.Element;
6
+ declare function GridChartsPanelDataHeader(props: GridChartsPanelDataHeaderProps): React.JSX.Element;
6
7
  export { GridChartsPanelDataHeader };
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  export interface GridChartsPanelDataHeaderProps {
2
3
  searchValue: string;
3
4
  onSearchValueChange: (value: string) => void;
4
5
  }
5
- declare function GridChartsPanelDataHeader(props: GridChartsPanelDataHeaderProps): import("react/jsx-runtime").JSX.Element;
6
+ declare function GridChartsPanelDataHeader(props: GridChartsPanelDataHeaderProps): React.JSX.Element;
6
7
  export { GridChartsPanelDataHeader };
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  import type { GridSlotProps } from '@mui/x-data-grid-pro';
2
3
  export type GridChartsPanelDataSearchProps = Pick<GridSlotProps['baseTextField'], 'value' | 'onChange'> & {
3
4
  onClear: () => void;
4
5
  };
5
- declare function GridChartsPanelDataSearch(props: GridChartsPanelDataSearchProps): import("react/jsx-runtime").JSX.Element;
6
+ declare function GridChartsPanelDataSearch(props: GridChartsPanelDataSearchProps): React.JSX.Element;
6
7
  export { GridChartsPanelDataSearch };
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  import type { GridSlotProps } from '@mui/x-data-grid-pro';
2
3
  export type GridChartsPanelDataSearchProps = Pick<GridSlotProps['baseTextField'], 'value' | 'onChange'> & {
3
4
  onClear: () => void;
4
5
  };
5
- declare function GridChartsPanelDataSearch(props: GridChartsPanelDataSearchProps): import("react/jsx-runtime").JSX.Element;
6
+ declare function GridChartsPanelDataSearch(props: GridChartsPanelDataSearchProps): React.JSX.Element;
6
7
  export { GridChartsPanelDataSearch };
@@ -2,5 +2,5 @@ import * as React from 'react';
2
2
  type CollapsibleProps = React.HTMLAttributes<HTMLDivElement> & {
3
3
  initiallyOpen?: boolean;
4
4
  };
5
- declare function Collapsible(props: CollapsibleProps): import("react/jsx-runtime").JSX.Element;
5
+ declare function Collapsible(props: CollapsibleProps): React.JSX.Element;
6
6
  export { Collapsible };
@@ -2,5 +2,5 @@ import * as React from 'react';
2
2
  type CollapsibleProps = React.HTMLAttributes<HTMLDivElement> & {
3
3
  initiallyOpen?: boolean;
4
4
  };
5
- declare function Collapsible(props: CollapsibleProps): import("react/jsx-runtime").JSX.Element;
5
+ declare function Collapsible(props: CollapsibleProps): React.JSX.Element;
6
6
  export { Collapsible };
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  export type CollapsiblePanelProps = React.HTMLAttributes<HTMLDivElement>;
3
- declare function CollapsiblePanel(props: CollapsiblePanelProps): import("react/jsx-runtime").JSX.Element | null;
3
+ declare function CollapsiblePanel(props: CollapsiblePanelProps): React.JSX.Element | null;
4
4
  export { CollapsiblePanel };
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  export type CollapsiblePanelProps = React.HTMLAttributes<HTMLDivElement>;
3
- declare function CollapsiblePanel(props: CollapsiblePanelProps): import("react/jsx-runtime").JSX.Element | null;
3
+ declare function CollapsiblePanel(props: CollapsiblePanelProps): React.JSX.Element | null;
4
4
  export { CollapsiblePanel };
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  export type CollapsibleTriggerProps = React.HTMLAttributes<HTMLButtonElement>;
3
- declare function CollapsibleTrigger(props: CollapsibleTriggerProps): import("react/jsx-runtime").JSX.Element;
3
+ declare function CollapsibleTrigger(props: CollapsibleTriggerProps): React.JSX.Element;
4
4
  export { CollapsibleTrigger };
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  export type CollapsibleTriggerProps = React.HTMLAttributes<HTMLButtonElement>;
3
- declare function CollapsibleTrigger(props: CollapsibleTriggerProps): import("react/jsx-runtime").JSX.Element;
3
+ declare function CollapsibleTrigger(props: CollapsibleTriggerProps): React.JSX.Element;
4
4
  export { CollapsibleTrigger };
@@ -1,5 +1,6 @@
1
+ import * as React from 'react';
1
2
  import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
- declare function GridColumnMenuAggregationItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element;
3
+ declare function GridColumnMenuAggregationItem(props: GridColumnMenuItemProps): React.JSX.Element;
3
4
  declare namespace GridColumnMenuAggregationItem {
4
5
  var propTypes: any;
5
6
  }
@@ -1,5 +1,6 @@
1
+ import * as React from 'react';
1
2
  import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
- declare function GridColumnMenuAggregationItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element;
3
+ declare function GridColumnMenuAggregationItem(props: GridColumnMenuItemProps): React.JSX.Element;
3
4
  declare namespace GridColumnMenuAggregationItem {
4
5
  var propTypes: any;
5
6
  }
@@ -1,2 +1,3 @@
1
+ import * as React from 'react';
1
2
  import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
- export declare function GridColumnMenuChartsItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element | null;
3
+ export declare function GridColumnMenuChartsItem(props: GridColumnMenuItemProps): React.JSX.Element | null;
@@ -1,2 +1,3 @@
1
+ import * as React from 'react';
1
2
  import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
- export declare function GridColumnMenuChartsItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element | null;
3
+ export declare function GridColumnMenuChartsItem(props: GridColumnMenuItemProps): React.JSX.Element | null;
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
- declare function GridColumnMenuManagePanelItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element;
3
+ declare function GridColumnMenuManagePanelItem(props: GridColumnMenuItemProps): React.JSX.Element;
3
4
  export { GridColumnMenuManagePanelItem };
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
- declare function GridColumnMenuManagePanelItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element;
3
+ declare function GridColumnMenuManagePanelItem(props: GridColumnMenuItemProps): React.JSX.Element;
3
4
  export { GridColumnMenuManagePanelItem };
@@ -1,2 +1,3 @@
1
+ import * as React from 'react';
1
2
  import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
- export declare function GridColumnMenuPivotItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element | null;
3
+ export declare function GridColumnMenuPivotItem(props: GridColumnMenuItemProps): React.JSX.Element | null;
@@ -1,2 +1,3 @@
1
+ import * as React from 'react';
1
2
  import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
- export declare function GridColumnMenuPivotItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element | null;
3
+ export declare function GridColumnMenuPivotItem(props: GridColumnMenuItemProps): React.JSX.Element | null;
@@ -1,2 +1,3 @@
1
+ import * as React from 'react';
1
2
  import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
- export declare function GridColumnMenuRowGroupItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element | null;
3
+ export declare function GridColumnMenuRowGroupItem(props: GridColumnMenuItemProps): React.JSX.Element | null;
@@ -1,2 +1,3 @@
1
+ import * as React from 'react';
1
2
  import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
- export declare function GridColumnMenuRowGroupItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element | null;
3
+ export declare function GridColumnMenuRowGroupItem(props: GridColumnMenuItemProps): React.JSX.Element | null;
@@ -1,2 +1,3 @@
1
+ import * as React from 'react';
1
2
  import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
- export declare function GridColumnMenuRowUngroupItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element | null;
3
+ export declare function GridColumnMenuRowUngroupItem(props: GridColumnMenuItemProps): React.JSX.Element | null;
@@ -1,2 +1,3 @@
1
+ import * as React from 'react';
1
2
  import type { GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
2
- export declare function GridColumnMenuRowUngroupItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element | null;
3
+ export declare function GridColumnMenuRowUngroupItem(props: GridColumnMenuItemProps): React.JSX.Element | null;
@@ -1,2 +1,3 @@
1
- declare function GridPivotPanel(): import("react/jsx-runtime").JSX.Element;
1
+ import * as React from 'react';
2
+ declare function GridPivotPanel(): React.JSX.Element;
2
3
  export { GridPivotPanel };
@@ -1,2 +1,3 @@
1
- declare function GridPivotPanel(): import("react/jsx-runtime").JSX.Element;
1
+ import * as React from 'react';
2
+ declare function GridPivotPanel(): React.JSX.Element;
2
3
  export { GridPivotPanel };
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  export interface FieldTransferObject {
2
3
  field: string;
3
4
  modelKey: 'columns' | 'rows' | 'values' | null;
@@ -6,5 +7,5 @@ declare function GridPivotPanelBody({
6
7
  searchValue
7
8
  }: {
8
9
  searchValue: string;
9
- }): import("react/jsx-runtime").JSX.Element;
10
+ }): React.JSX.Element;
10
11
  export { GridPivotPanelBody };
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  export interface FieldTransferObject {
2
3
  field: string;
3
4
  modelKey: 'columns' | 'rows' | 'values' | null;
@@ -6,5 +7,5 @@ declare function GridPivotPanelBody({
6
7
  searchValue
7
8
  }: {
8
9
  searchValue: string;
9
- }): import("react/jsx-runtime").JSX.Element;
10
+ }): React.JSX.Element;
10
11
  export { GridPivotPanelBody };
@@ -18,5 +18,5 @@ type GridPivotPanelFieldProps = {
18
18
  } | {
19
19
  modelKey: null;
20
20
  });
21
- declare function GridPivotPanelField(props: GridPivotPanelFieldProps): import("react/jsx-runtime").JSX.Element;
21
+ declare function GridPivotPanelField(props: GridPivotPanelFieldProps): React.JSX.Element;
22
22
  export { GridPivotPanelField };
@@ -18,5 +18,5 @@ type GridPivotPanelFieldProps = {
18
18
  } | {
19
19
  modelKey: null;
20
20
  });
21
- declare function GridPivotPanelField(props: GridPivotPanelFieldProps): import("react/jsx-runtime").JSX.Element;
21
+ declare function GridPivotPanelField(props: GridPivotPanelFieldProps): React.JSX.Element;
22
22
  export { GridPivotPanelField };
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { FieldTransferObject } from "./GridPivotPanelBody.mjs";
2
3
  interface GridPivotPanelFieldMenuProps {
3
4
  field: string;
4
5
  modelKey: FieldTransferObject['modelKey'];
5
6
  }
6
- declare function GridPivotPanelFieldMenu(props: GridPivotPanelFieldMenuProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function GridPivotPanelFieldMenu(props: GridPivotPanelFieldMenuProps): React.JSX.Element;
7
8
  export { GridPivotPanelFieldMenu };
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { FieldTransferObject } from "./GridPivotPanelBody.js";
2
3
  interface GridPivotPanelFieldMenuProps {
3
4
  field: string;
4
5
  modelKey: FieldTransferObject['modelKey'];
5
6
  }
6
- declare function GridPivotPanelFieldMenu(props: GridPivotPanelFieldMenuProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function GridPivotPanelFieldMenu(props: GridPivotPanelFieldMenuProps): React.JSX.Element;
7
8
  export { GridPivotPanelFieldMenu };
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  export interface GridPivotPanelHeaderProps {
2
3
  searchValue: string;
3
4
  onSearchValueChange: (value: string) => void;
4
5
  }
5
- declare function GridPivotPanelHeader(props: GridPivotPanelHeaderProps): import("react/jsx-runtime").JSX.Element;
6
+ declare function GridPivotPanelHeader(props: GridPivotPanelHeaderProps): React.JSX.Element;
6
7
  export { GridPivotPanelHeader };
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  export interface GridPivotPanelHeaderProps {
2
3
  searchValue: string;
3
4
  onSearchValueChange: (value: string) => void;
4
5
  }
5
- declare function GridPivotPanelHeader(props: GridPivotPanelHeaderProps): import("react/jsx-runtime").JSX.Element;
6
+ declare function GridPivotPanelHeader(props: GridPivotPanelHeaderProps): React.JSX.Element;
6
7
  export { GridPivotPanelHeader };
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  import type { GridSlotProps } from '@mui/x-data-grid-pro';
2
3
  export type GridPivotPanelSearchProps = Pick<GridSlotProps['baseTextField'], 'value' | 'onChange'> & {
3
4
  onClear: () => void;
4
5
  };
5
- declare function GridPivotPanelSearch(props: GridPivotPanelSearchProps): import("react/jsx-runtime").JSX.Element;
6
+ declare function GridPivotPanelSearch(props: GridPivotPanelSearchProps): React.JSX.Element;
6
7
  export { GridPivotPanelSearch };
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  import type { GridSlotProps } from '@mui/x-data-grid-pro';
2
3
  export type GridPivotPanelSearchProps = Pick<GridSlotProps['baseTextField'], 'value' | 'onChange'> & {
3
4
  onClear: () => void;
4
5
  };
5
- declare function GridPivotPanelSearch(props: GridPivotPanelSearchProps): import("react/jsx-runtime").JSX.Element;
6
+ declare function GridPivotPanelSearch(props: GridPivotPanelSearchProps): React.JSX.Element;
6
7
  export { GridPivotPanelSearch };
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  import type { Prompt } from "../../hooks/features/aiAssistant/gridAiAssistantInterfaces.mjs";
2
3
  type GridPromptProps = Prompt & {
3
4
  onRerun: () => void;
4
5
  };
5
- declare function GridPrompt(props: GridPromptProps): import("react/jsx-runtime").JSX.Element;
6
+ declare function GridPrompt(props: GridPromptProps): React.JSX.Element;
6
7
  export { GridPrompt };
@@ -1,6 +1,7 @@
1
+ import * as React from 'react';
1
2
  import type { Prompt } from "../../hooks/features/aiAssistant/gridAiAssistantInterfaces.js";
2
3
  type GridPromptProps = Prompt & {
3
4
  onRerun: () => void;
4
5
  };
5
- declare function GridPrompt(props: GridPromptProps): import("react/jsx-runtime").JSX.Element;
6
+ declare function GridPrompt(props: GridPromptProps): React.JSX.Element;
6
7
  export { GridPrompt };
@@ -1,3 +1,3 @@
1
1
  import type { PromptFieldProps } from "./PromptField.mjs";
2
- declare function GridPromptField(props: PromptFieldProps): import("react/jsx-runtime").JSX.Element;
2
+ declare function GridPromptField(props: PromptFieldProps): import("react").JSX.Element;
3
3
  export { GridPromptField };
@@ -1,3 +1,3 @@
1
1
  import type { PromptFieldProps } from "./PromptField.js";
2
- declare function GridPromptField(props: PromptFieldProps): import("react/jsx-runtime").JSX.Element;
2
+ declare function GridPromptField(props: PromptFieldProps): import("react").JSX.Element;
3
3
  export { GridPromptField };
@@ -6,5 +6,5 @@ export type ResizablePanelProps = React.HTMLAttributes<HTMLDivElement> & {
6
6
  */
7
7
  direction?: 'horizontal' | 'vertical';
8
8
  };
9
- declare function ResizablePanel(props: ResizablePanelProps): import("react/jsx-runtime").JSX.Element;
9
+ declare function ResizablePanel(props: ResizablePanelProps): React.JSX.Element;
10
10
  export { ResizablePanel };
@@ -6,5 +6,5 @@ export type ResizablePanelProps = React.HTMLAttributes<HTMLDivElement> & {
6
6
  */
7
7
  direction?: 'horizontal' | 'vertical';
8
8
  };
9
- declare function ResizablePanel(props: ResizablePanelProps): import("react/jsx-runtime").JSX.Element;
9
+ declare function ResizablePanel(props: ResizablePanelProps): React.JSX.Element;
10
10
  export { ResizablePanel };
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  export type ResizablePanelHandleProps = React.HTMLAttributes<HTMLDivElement>;
3
- declare function ResizablePanelHandle(props: ResizablePanelHandleProps): import("react/jsx-runtime").JSX.Element;
3
+ declare function ResizablePanelHandle(props: ResizablePanelHandleProps): React.JSX.Element;
4
4
  export { ResizablePanelHandle };
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  export type ResizablePanelHandleProps = React.HTMLAttributes<HTMLDivElement>;
3
- declare function ResizablePanelHandle(props: ResizablePanelHandleProps): import("react/jsx-runtime").JSX.Element;
3
+ declare function ResizablePanelHandle(props: ResizablePanelHandleProps): React.JSX.Element;
4
4
  export { ResizablePanelHandle };
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  export type SidebarProps = React.HTMLAttributes<HTMLDivElement>;
3
- declare function Sidebar(props: SidebarProps): import("react/jsx-runtime").JSX.Element | null;
3
+ declare function Sidebar(props: SidebarProps): React.JSX.Element | null;
4
4
  export { Sidebar };
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  export type SidebarProps = React.HTMLAttributes<HTMLDivElement>;
3
- declare function Sidebar(props: SidebarProps): import("react/jsx-runtime").JSX.Element | null;
3
+ declare function Sidebar(props: SidebarProps): React.JSX.Element | null;
4
4
  export { Sidebar };
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  export type SidebarHeaderProps = React.HTMLAttributes<HTMLDivElement>;
3
- declare function SidebarHeader(props: SidebarHeaderProps): import("react/jsx-runtime").JSX.Element;
3
+ declare function SidebarHeader(props: SidebarHeaderProps): React.JSX.Element;
4
4
  export { SidebarHeader };
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  export type SidebarHeaderProps = React.HTMLAttributes<HTMLDivElement>;
3
- declare function SidebarHeader(props: SidebarHeaderProps): import("react/jsx-runtime").JSX.Element;
3
+ declare function SidebarHeader(props: SidebarHeaderProps): React.JSX.Element;
4
4
  export { SidebarHeader };
@@ -4,4 +4,4 @@ export interface GridChartsIntegrationContextProviderProps {
4
4
  }
5
5
  export declare function GridChartsIntegrationContextProvider({
6
6
  children
7
- }: GridChartsIntegrationContextProviderProps): import("react/jsx-runtime").JSX.Element;
7
+ }: GridChartsIntegrationContextProviderProps): React.JSX.Element;
@@ -4,4 +4,4 @@ export interface GridChartsIntegrationContextProviderProps {
4
4
  }
5
5
  export declare function GridChartsIntegrationContextProvider({
6
6
  children
7
- }: GridChartsIntegrationContextProviderProps): import("react/jsx-runtime").JSX.Element;
7
+ }: GridChartsIntegrationContextProviderProps): React.JSX.Element;
@@ -27,7 +27,7 @@ export interface GridChartsRendererProxyProps {
27
27
  */
28
28
  onRender?: GridChartsRendererProxyRendererCallback;
29
29
  }
30
- declare function GridChartsRendererProxy(props: GridChartsRendererProxyProps): import("react/jsx-runtime").JSX.Element | null;
30
+ declare function GridChartsRendererProxy(props: GridChartsRendererProxyProps): React.JSX.Element | null;
31
31
  declare namespace GridChartsRendererProxy {
32
32
  var propTypes: any;
33
33
  }
@@ -27,7 +27,7 @@ export interface GridChartsRendererProxyProps {
27
27
  */
28
28
  onRender?: GridChartsRendererProxyRendererCallback;
29
29
  }
30
- declare function GridChartsRendererProxy(props: GridChartsRendererProxyProps): import("react/jsx-runtime").JSX.Element | null;
30
+ declare function GridChartsRendererProxy(props: GridChartsRendererProxyProps): React.JSX.Element | null;
31
31
  declare namespace GridChartsRendererProxy {
32
32
  var propTypes: any;
33
33
  }
@@ -128,7 +128,10 @@ See [server-side pivoting](https://mui.com/x/react-data-grid/server-side-data/pi
128
128
  const handleRowGroupingModelChange = React.useCallback(() => {
129
129
  // Clear the rows on every grouping model change to match the pre-fix behavior on
130
130
  // non-standard strategies (e.g. lazy loading) where `setRows([])` is required to
131
- // reset the existing grouping state.
131
+ // reset the existing grouping state. `dataSourceKeepPreviousData` is intentionally
132
+ // not honored here: changing the grouping model implies the `GroupedData` strategy
133
+ // is (about to be) active, and skipping the synchronous clear would render rows in
134
+ // stale sort order (https://github.com/mui/mui-x/pull/21619).
132
135
  apiRef.current.setRows([]);
133
136
  // The event listener is wired regardless of the active strategy
134
137
  // (see `runIf(!pivotActive && !!props.dataSource, ...)` below), so we have to gate the
@@ -121,7 +121,10 @@ See [server-side pivoting](https://mui.com/x/react-data-grid/server-side-data/pi
121
121
  const handleRowGroupingModelChange = React.useCallback(() => {
122
122
  // Clear the rows on every grouping model change to match the pre-fix behavior on
123
123
  // non-standard strategies (e.g. lazy loading) where `setRows([])` is required to
124
- // reset the existing grouping state.
124
+ // reset the existing grouping state. `dataSourceKeepPreviousData` is intentionally
125
+ // not honored here: changing the grouping model implies the `GroupedData` strategy
126
+ // is (about to be) active, and skipping the synchronous clear would render rows in
127
+ // stale sort order (https://github.com/mui/mui-x/pull/21619).
125
128
  apiRef.current.setRows([]);
126
129
  // The event listener is wired regardless of the active strategy
127
130
  // (see `runIf(!pivotActive && !!props.dataSource, ...)` below), so we have to gate the
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v9.8.0
2
+ * @mui/x-data-grid-premium v9.9.0
3
3
  *
4
4
  * @license SEE LICENSE IN LICENSE
5
5
  * This source code is licensed under the SEE LICENSE IN LICENSE license found in the
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v9.8.0
2
+ * @mui/x-data-grid-premium v9.9.0
3
3
  *
4
4
  * @license SEE LICENSE IN LICENSE
5
5
  * This source code is licensed under the SEE LICENSE IN LICENSE license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-data-grid-premium",
3
- "version": "9.8.0",
3
+ "version": "9.9.0",
4
4
  "author": "MUI Team",
5
5
  "description": "The Premium plan edition of the MUI X Data Grid Components.",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -35,14 +35,14 @@
35
35
  "dependencies": {
36
36
  "@babel/runtime": "^7.29.7",
37
37
  "@base-ui/utils": "^0.3.0",
38
- "@mui/utils": "^9.1.1",
38
+ "@mui/utils": "^9.2.0",
39
39
  "@mui/x-internal-exceljs-fork": "5.0.0",
40
40
  "clsx": "^2.1.1",
41
41
  "prop-types": "^15.8.1",
42
- "@mui/x-data-grid-pro": "^9.8.0",
43
- "@mui/x-license": "^9.8.0",
44
- "@mui/x-data-grid": "^9.8.0",
45
- "@mui/x-internals": "^9.8.0"
42
+ "@mui/x-data-grid": "^9.9.0",
43
+ "@mui/x-data-grid-pro": "^9.9.0",
44
+ "@mui/x-license": "^9.9.0",
45
+ "@mui/x-internals": "^9.9.0"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@emotion/react": "^11.9.0",