@mui/x-data-grid-premium 8.15.0 → 8.17.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.
- package/CHANGELOG.md +207 -0
- package/DataGridPremium/DataGridPremium.js +3 -1
- package/DataGridPremium/useDataGridPremiumComponent.js +1 -1
- package/components/GridAggregationHeader.d.ts +1 -2
- package/components/GridAggregationHeader.js +0 -2
- package/components/GridBottomContainer.d.ts +1 -1
- package/components/GridDataSourceGroupingCriteriaCell.d.ts +1 -2
- package/components/GridEmptyPivotOverlay.d.ts +2 -3
- package/components/GridEmptyPivotOverlay.js +0 -2
- package/components/GridExcelExportMenuItem.d.ts +1 -2
- package/components/GridExcelExportMenuItem.js +0 -2
- package/components/GridFooterCell.d.ts +1 -2
- package/components/GridFooterCell.js +0 -2
- package/components/GridGroupingColumnFooterCell.d.ts +1 -2
- package/components/GridGroupingColumnFooterCell.js +0 -2
- package/components/GridGroupingColumnLeafCell.d.ts +1 -2
- package/components/GridGroupingColumnLeafCell.js +0 -2
- package/components/GridGroupingCriteriaCell.d.ts +1 -2
- package/components/GridPremiumColumnMenu.d.ts +2 -3
- package/components/GridPremiumColumnMenu.js +0 -2
- package/components/GridPremiumToolbar.d.ts +1 -2
- package/components/aiAssistantPanel/GridAiAssistantPanel.d.ts +1 -2
- package/components/aiAssistantPanel/GridAiAssistantPanelConversation.d.ts +1 -2
- package/components/aiAssistantPanel/GridAiAssistantPanelConversationsMenu.d.ts +1 -2
- package/components/aiAssistantPanel/GridAiAssistantPanelSuggestions.d.ts +1 -2
- package/components/aiAssistantPanel/GridAiAssistantPanelSuggestions.js +0 -2
- package/components/chartsPanel/GridChartsPanel.d.ts +1 -2
- package/components/chartsPanel/chart/GridChartsPanelChart.d.ts +1 -2
- package/components/chartsPanel/chart/GridChartsPanelChart.js +0 -2
- package/components/chartsPanel/customize/GridChartsPanelCustomize.d.ts +1 -2
- package/components/chartsPanel/data/GridChartsPanelData.d.ts +1 -2
- package/components/chartsPanel/data/GridChartsPanelDataBody.d.ts +1 -2
- package/components/chartsPanel/data/GridChartsPanelDataField.d.ts +2 -2
- package/components/chartsPanel/data/GridChartsPanelDataFieldMenu.d.ts +1 -2
- package/components/chartsPanel/data/GridChartsPanelDataHeader.d.ts +1 -2
- package/components/chartsPanel/data/GridChartsPanelDataSearch.d.ts +1 -2
- package/components/collapsible/Collapsible.d.ts +1 -1
- package/components/collapsible/CollapsiblePanel.d.ts +1 -1
- package/components/collapsible/CollapsibleTrigger.d.ts +1 -1
- package/components/columnMenu/menuItems/GridColumnMenuAggregationItem.d.ts +1 -2
- package/components/columnMenu/menuItems/GridColumnMenuChartsItem.d.ts +1 -2
- package/components/columnMenu/menuItems/GridColumnMenuManagePanelItem.d.ts +1 -2
- package/components/columnMenu/menuItems/GridColumnMenuPivotItem.d.ts +1 -2
- package/components/columnMenu/menuItems/GridColumnMenuRowGroupItem.d.ts +1 -2
- package/components/columnMenu/menuItems/GridColumnMenuRowUngroupItem.d.ts +1 -2
- package/components/pivotPanel/GridPivotPanel.d.ts +1 -2
- package/components/pivotPanel/GridPivotPanelBody.d.ts +1 -2
- package/components/pivotPanel/GridPivotPanelField.d.ts +1 -1
- package/components/pivotPanel/GridPivotPanelFieldMenu.d.ts +1 -2
- package/components/pivotPanel/GridPivotPanelHeader.d.ts +1 -2
- package/components/pivotPanel/GridPivotPanelSearch.d.ts +1 -2
- package/components/prompt/GridPrompt.d.ts +1 -2
- package/components/promptField/GridPromptField.d.ts +1 -2
- package/components/promptField/GridPromptField.js +0 -2
- package/components/resizablePanel/ResizablePanel.d.ts +1 -1
- package/components/resizablePanel/ResizablePanelHandle.d.ts +1 -1
- package/components/sidebar/Sidebar.d.ts +1 -1
- package/components/sidebar/SidebarHeader.d.ts +1 -1
- package/context/GridChartsIntegrationContextProvider.d.ts +1 -1
- package/context/GridChartsRendererProxy.d.ts +1 -1
- package/esm/DataGridPremium/DataGridPremium.js +3 -1
- package/esm/DataGridPremium/useDataGridPremiumComponent.js +1 -1
- package/esm/components/GridAggregationHeader.d.ts +1 -2
- package/esm/components/GridAggregationHeader.js +0 -1
- package/esm/components/GridBottomContainer.d.ts +1 -1
- package/esm/components/GridDataSourceGroupingCriteriaCell.d.ts +1 -2
- package/esm/components/GridEmptyPivotOverlay.d.ts +2 -3
- package/esm/components/GridEmptyPivotOverlay.js +0 -1
- package/esm/components/GridExcelExportMenuItem.d.ts +1 -2
- package/esm/components/GridExcelExportMenuItem.js +0 -1
- package/esm/components/GridFooterCell.d.ts +1 -2
- package/esm/components/GridFooterCell.js +0 -1
- package/esm/components/GridGroupingColumnFooterCell.d.ts +1 -2
- package/esm/components/GridGroupingColumnFooterCell.js +0 -1
- package/esm/components/GridGroupingColumnLeafCell.d.ts +1 -2
- package/esm/components/GridGroupingColumnLeafCell.js +0 -1
- package/esm/components/GridGroupingCriteriaCell.d.ts +1 -2
- package/esm/components/GridPremiumColumnMenu.d.ts +2 -3
- package/esm/components/GridPremiumColumnMenu.js +0 -1
- package/esm/components/GridPremiumToolbar.d.ts +1 -2
- package/esm/components/aiAssistantPanel/GridAiAssistantPanel.d.ts +1 -2
- package/esm/components/aiAssistantPanel/GridAiAssistantPanelConversation.d.ts +1 -2
- package/esm/components/aiAssistantPanel/GridAiAssistantPanelConversationsMenu.d.ts +1 -2
- package/esm/components/aiAssistantPanel/GridAiAssistantPanelSuggestions.d.ts +1 -2
- package/esm/components/aiAssistantPanel/GridAiAssistantPanelSuggestions.js +0 -1
- package/esm/components/chartsPanel/GridChartsPanel.d.ts +1 -2
- package/esm/components/chartsPanel/chart/GridChartsPanelChart.d.ts +1 -2
- package/esm/components/chartsPanel/chart/GridChartsPanelChart.js +0 -1
- package/esm/components/chartsPanel/customize/GridChartsPanelCustomize.d.ts +1 -2
- package/esm/components/chartsPanel/data/GridChartsPanelData.d.ts +1 -2
- package/esm/components/chartsPanel/data/GridChartsPanelDataBody.d.ts +1 -2
- package/esm/components/chartsPanel/data/GridChartsPanelDataField.d.ts +2 -2
- package/esm/components/chartsPanel/data/GridChartsPanelDataFieldMenu.d.ts +1 -2
- package/esm/components/chartsPanel/data/GridChartsPanelDataHeader.d.ts +1 -2
- package/esm/components/chartsPanel/data/GridChartsPanelDataSearch.d.ts +1 -2
- package/esm/components/collapsible/Collapsible.d.ts +1 -1
- package/esm/components/collapsible/CollapsiblePanel.d.ts +1 -1
- package/esm/components/collapsible/CollapsibleTrigger.d.ts +1 -1
- package/esm/components/columnMenu/menuItems/GridColumnMenuAggregationItem.d.ts +1 -2
- package/esm/components/columnMenu/menuItems/GridColumnMenuChartsItem.d.ts +1 -2
- package/esm/components/columnMenu/menuItems/GridColumnMenuManagePanelItem.d.ts +1 -2
- package/esm/components/columnMenu/menuItems/GridColumnMenuPivotItem.d.ts +1 -2
- package/esm/components/columnMenu/menuItems/GridColumnMenuRowGroupItem.d.ts +1 -2
- package/esm/components/columnMenu/menuItems/GridColumnMenuRowUngroupItem.d.ts +1 -2
- package/esm/components/pivotPanel/GridPivotPanel.d.ts +1 -2
- package/esm/components/pivotPanel/GridPivotPanelBody.d.ts +1 -2
- package/esm/components/pivotPanel/GridPivotPanelField.d.ts +1 -1
- package/esm/components/pivotPanel/GridPivotPanelFieldMenu.d.ts +1 -2
- package/esm/components/pivotPanel/GridPivotPanelHeader.d.ts +1 -2
- package/esm/components/pivotPanel/GridPivotPanelSearch.d.ts +1 -2
- package/esm/components/prompt/GridPrompt.d.ts +1 -2
- package/esm/components/promptField/GridPromptField.d.ts +1 -2
- package/esm/components/promptField/GridPromptField.js +0 -1
- package/esm/components/resizablePanel/ResizablePanel.d.ts +1 -1
- package/esm/components/resizablePanel/ResizablePanelHandle.d.ts +1 -1
- package/esm/components/sidebar/Sidebar.d.ts +1 -1
- package/esm/components/sidebar/SidebarHeader.d.ts +1 -1
- package/esm/context/GridChartsIntegrationContextProvider.d.ts +1 -1
- package/esm/context/GridChartsRendererProxy.d.ts +1 -1
- package/esm/hooks/features/aggregation/wrapColumnWithAggregation.d.ts +0 -1
- package/esm/hooks/features/aggregation/wrapColumnWithAggregation.js +0 -1
- package/esm/hooks/features/chartsIntegration/gridChartsIntegrationSelectors.d.ts +6 -0
- package/esm/hooks/features/chartsIntegration/gridChartsIntegrationSelectors.js +1 -0
- package/esm/hooks/features/chartsIntegration/useGridChartsIntegration.d.ts +1 -1
- package/esm/hooks/features/chartsIntegration/useGridChartsIntegration.js +74 -11
- package/esm/hooks/features/dataSource/useGridDataSourcePremium.js +20 -4
- package/esm/hooks/features/dataSource/utils.d.ts +3 -2
- package/esm/hooks/features/dataSource/utils.js +13 -1
- package/esm/hooks/features/editing/useGridCellEditable.d.ts +8 -0
- package/esm/hooks/features/editing/useGridCellEditable.js +35 -0
- package/esm/hooks/features/rowGrouping/createGroupingColDef.js +3 -4
- package/esm/index.js +1 -1
- package/esm/material/icons.d.ts +0 -1
- package/esm/material/icons.js +0 -1
- package/hooks/features/aggregation/wrapColumnWithAggregation.d.ts +0 -1
- package/hooks/features/aggregation/wrapColumnWithAggregation.js +0 -2
- package/hooks/features/chartsIntegration/gridChartsIntegrationSelectors.d.ts +6 -0
- package/hooks/features/chartsIntegration/gridChartsIntegrationSelectors.js +2 -1
- package/hooks/features/chartsIntegration/useGridChartsIntegration.d.ts +1 -1
- package/hooks/features/chartsIntegration/useGridChartsIntegration.js +73 -10
- package/hooks/features/dataSource/useGridDataSourcePremium.js +17 -1
- package/hooks/features/dataSource/utils.d.ts +3 -2
- package/hooks/features/dataSource/utils.js +15 -2
- package/hooks/features/editing/useGridCellEditable.d.ts +8 -0
- package/hooks/features/editing/useGridCellEditable.js +41 -0
- package/hooks/features/rowGrouping/createGroupingColDef.js +3 -5
- package/index.js +1 -1
- package/material/icons.d.ts +0 -1
- package/material/icons.js +0 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,213 @@
|
|
|
5
5
|
All notable changes to this project will be documented in this file.
|
|
6
6
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
7
7
|
|
|
8
|
+
## 8.17.0
|
|
9
|
+
|
|
10
|
+
_Nov 5, 2025_
|
|
11
|
+
|
|
12
|
+
We'd like to extend a big thank you to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
13
|
+
|
|
14
|
+
- Add `colorGetter` prop to cartesian charts series
|
|
15
|
+
|
|
16
|
+
<img width="400" alt="Image" src="https://github.com/user-attachments/assets/d8b1263f-794e-4939-b17e-87350fdd1746" />
|
|
17
|
+
|
|
18
|
+
- 🌎 Add Catalan (ca-ES) locale on the Data Grid
|
|
19
|
+
- 🌎 Add Norwegian Bokmål (nb-NO) locale on the Charts
|
|
20
|
+
- 🐞 Bugfixes
|
|
21
|
+
- 📚 Documentation improvements
|
|
22
|
+
|
|
23
|
+
Special thanks go out to these community members for their valuable contributions:
|
|
24
|
+
@frncesc, @Methuselah96, @samuelwalk, @htollefsen
|
|
25
|
+
|
|
26
|
+
The following team members contributed to this release:
|
|
27
|
+
@alexfauquette, @bernardobelchior, @flaviendelangle, @Janpot, @JCQuintas, @mnajdova, @rita-codes, @arminmeh, @brijeshb42
|
|
28
|
+
|
|
29
|
+
### Data Grid
|
|
30
|
+
|
|
31
|
+
#### `@mui/x-data-grid@8.17.0`
|
|
32
|
+
|
|
33
|
+
- [DataGrid] Stop event propagation on data grid action buttons (GridActionsCellItem) (#19513) @Copilot
|
|
34
|
+
- [DataGrid] Update cell editable state if `editable` prop is updated in the column definition (#20147) @arminmeh
|
|
35
|
+
- [DataGrid] Wait for external model updates before resetting pagination after sort/filter (#20162) @arminmeh
|
|
36
|
+
- [l10n] Add Catalan (ca-ES) locale (#20154) @frncesc
|
|
37
|
+
- [l10n] Improve Arabic (ar-SD) locale (#20185) @samuelwalk
|
|
38
|
+
|
|
39
|
+
#### `@mui/x-data-grid-pro@8.17.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
40
|
+
|
|
41
|
+
Same changes as in `@mui/x-data-grid@8.17.0`.
|
|
42
|
+
|
|
43
|
+
#### `@mui/x-data-grid-premium@8.17.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
44
|
+
|
|
45
|
+
Same changes as in `@mui/x-data-grid-pro@8.17.0`.
|
|
46
|
+
|
|
47
|
+
### Date and Time Pickers
|
|
48
|
+
|
|
49
|
+
#### `@mui/x-date-pickers@8.17.0`
|
|
50
|
+
|
|
51
|
+
Internal changes.
|
|
52
|
+
|
|
53
|
+
#### `@mui/x-date-pickers-pro@8.17.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
54
|
+
|
|
55
|
+
Same changes as in `@mui/x-date-pickers@8.17.0`.
|
|
56
|
+
|
|
57
|
+
### Charts
|
|
58
|
+
|
|
59
|
+
#### `@mui/x-charts@8.17.0`
|
|
60
|
+
|
|
61
|
+
- [charts] Add `barLabel` to bar series. Deprecate `barLabel` in `BarPlot`. (#20184) @bernardobelchior
|
|
62
|
+
- [charts] Add series color callback (#20084) @bernardobelchior
|
|
63
|
+
- [charts] Expose `ChartsSurface` classes (#20180) @bernardobelchior
|
|
64
|
+
- [charts] Fix chart cut off when inside `overflow: scroll` container (#20182) @bernardobelchior
|
|
65
|
+
- [charts] Fix tick label overflow on multiple axes and series demo (#20152) @bernardobelchior
|
|
66
|
+
- [charts] Organize series config (#20155) @bernardobelchior
|
|
67
|
+
- [charts] Use selectors from `@mui/x-internals` (#20052) @alexfauquette
|
|
68
|
+
- [charts] Use store from `@mui/x-internals` (#20121) @alexfauquette
|
|
69
|
+
- [charts] Add `useDataset` hook (#20205) @JCQuintas
|
|
70
|
+
- [l10n] Add Norwegian Bokmål (nb-NO) locale (#20197) @htollefsen
|
|
71
|
+
|
|
72
|
+
#### `@mui/x-charts-pro@8.17.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
73
|
+
|
|
74
|
+
Same changes as in `@mui/x-charts@8.17.0`, plus:
|
|
75
|
+
|
|
76
|
+
- [charts-pro] Fix zoom pan issue when controlled (#20163) @JCQuintas
|
|
77
|
+
|
|
78
|
+
#### `@mui/x-charts-premium@8.17.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
79
|
+
|
|
80
|
+
Same changes as in `@mui/x-charts-pro@8.17.0`.
|
|
81
|
+
|
|
82
|
+
### Tree View
|
|
83
|
+
|
|
84
|
+
#### `@mui/x-tree-view@8.17.0`
|
|
85
|
+
|
|
86
|
+
- [tree view] Accept read only arrays in `expandedItems` prop (#20181) @Methuselah96
|
|
87
|
+
- [tree view] Use `aria-checked` instead of `aria-selected` on items (#19851) @flaviendelangle
|
|
88
|
+
|
|
89
|
+
#### `@mui/x-tree-view-pro@8.17.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
90
|
+
|
|
91
|
+
Same changes as in `@mui/x-tree-view@8.17.0`.
|
|
92
|
+
|
|
93
|
+
### Codemod
|
|
94
|
+
|
|
95
|
+
#### `@mui/x-codemod@8.17.0`
|
|
96
|
+
|
|
97
|
+
Internal changes.
|
|
98
|
+
|
|
99
|
+
### Docs
|
|
100
|
+
|
|
101
|
+
- [docs] Fix focus issues in the action column demo (#20178) @arminmeh
|
|
102
|
+
- [docs] Remove hidden Tree View headless page (#20119) @flaviendelangle
|
|
103
|
+
- [docs] Fix some external redirects (#20211) @Janpot
|
|
104
|
+
|
|
105
|
+
### Core
|
|
106
|
+
|
|
107
|
+
- [code-infra] Fix cci job timeout due to buffered test output (#20193) @Janpot
|
|
108
|
+
- [code-infra] Fix publish workflow (#20140) @bernardobelchior
|
|
109
|
+
- [code-infra] Increase JSDOM test parallelism (#20179) @Janpot
|
|
110
|
+
- [code-infra] Remove React import requirement for jsx (#20144) @brijeshb42
|
|
111
|
+
- [code-infra] Replace `getInitialProps` with `getStaticProps` (#20192) @Janpot
|
|
112
|
+
- [code-infra] git-ignore next-env.d.ts (#20177) @Janpot
|
|
113
|
+
- [code-infra] Stabilize screenshot testing (#19868) @Janpot
|
|
114
|
+
|
|
115
|
+
## 8.16.0
|
|
116
|
+
|
|
117
|
+
_Oct 29, 2025_
|
|
118
|
+
|
|
119
|
+
We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
120
|
+
|
|
121
|
+
- 🖌️ Add `brush` zoom interaction to charts
|
|
122
|
+
- 🔁 [Server-side update](https://mui.com/x/react-data-grid/server-side-data/#updating-server-side-data) in a grid with tree data/row grouping and aggregation will trigger re-fetch for all parent levels of that row to update aggregated values. See the [demo](https://mui.com/x/react-data-grid/server-side-data/aggregation/#usage-with-tree-data).
|
|
123
|
+
|
|
124
|
+
Special thanks go out to the community members for their valuable contributions:
|
|
125
|
+
@felix-wg, @frncesc, @sai6855
|
|
126
|
+
|
|
127
|
+
The following are all team members who have contributed to this release:
|
|
128
|
+
@alexfauquette, @arminmeh, @bernardobelchior, @brijeshb42, @flaviendelangle, @JCQuintas, @MBilalShafi, @mbrookes, @michelengelen, @noraleonte, @rita-codes
|
|
129
|
+
|
|
130
|
+
### Data Grid
|
|
131
|
+
|
|
132
|
+
#### `@mui/x-data-grid@8.16.0`
|
|
133
|
+
|
|
134
|
+
- [DataGrid] Ignore `Ctrl+A` key combination for the row selection in the community version (#20110) @felix-wg
|
|
135
|
+
- [DataGrid][l10n] Improve Spanish (es-ES) locale (#20134) @frncesc
|
|
136
|
+
|
|
137
|
+
#### `@mui/x-data-grid-pro@8.16.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
138
|
+
|
|
139
|
+
Same changes as in `@mui/x-data-grid@8.16.0`, plus:
|
|
140
|
+
|
|
141
|
+
- [DataGridPro] Add explicit return type to `getVisibleRowsLookup()` to fix the build with `tsc` (#20116) @arminmeh
|
|
142
|
+
- [DataGridPro] Retain the expansion state with expansion configuration props (#20126) @MBilalShafi
|
|
143
|
+
|
|
144
|
+
#### `@mui/x-data-grid-premium@8.16.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
145
|
+
|
|
146
|
+
Same changes as in `@mui/x-data-grid-pro@8.16.0`, plus:
|
|
147
|
+
|
|
148
|
+
- [DataGridPremium] Export and restore chart integration state (#20079) @arminmeh
|
|
149
|
+
- [DataGridPremium] Fix grouping column `valueFormatter()` crash (#20070) @sai6855
|
|
150
|
+
- [DataGridPremium] Refetch aggregation data after row update with server-side aggregation (#20039) @arminmeh
|
|
151
|
+
|
|
152
|
+
### Date and Time Pickers
|
|
153
|
+
|
|
154
|
+
#### `@mui/x-date-pickers@8.16.0`
|
|
155
|
+
|
|
156
|
+
- [pickers] Prevent blur event propagation on individual sections (#19825) @michelengelen
|
|
157
|
+
|
|
158
|
+
#### `@mui/x-date-pickers-pro@8.16.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
159
|
+
|
|
160
|
+
Same changes as in `@mui/x-date-pickers@8.16.0`.
|
|
161
|
+
|
|
162
|
+
### Charts
|
|
163
|
+
|
|
164
|
+
#### `@mui/x-charts@8.16.0`
|
|
165
|
+
|
|
166
|
+
- [charts] Allow tooltip to anchor items (#19954) @alexfauquette
|
|
167
|
+
- [charts] Fix behavior of grouped axis (#20118) @JCQuintas
|
|
168
|
+
- [charts] Move scale symlog inside scales (#20137) @JCQuintas
|
|
169
|
+
- [charts] Fix AreaChartConnectNulls demo height not correctly resizing (#20078) @sai6855
|
|
170
|
+
- [charts] Fix charts resizing overflow (#20080) @alexfauquette
|
|
171
|
+
- [charts] Fix tooltip not showing on first render (#20115) @bernardobelchior
|
|
172
|
+
- [charts] Handle `undefined` id and color in series (#20087) @bernardobelchior
|
|
173
|
+
- [charts] Remove `useMemo` from isZoomOn*Enabled and isPanOn*Enabled hooks (#20132) @Copilot
|
|
174
|
+
- [charts] Use static data for perf (#20072) @JCQuintas
|
|
175
|
+
- [charts] Move scale symlog inside scales (#20137) @JCQuintas
|
|
176
|
+
|
|
177
|
+
#### `@mui/x-charts-pro@8.16.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
178
|
+
|
|
179
|
+
Same changes as in `@mui/x-charts@8.16.0`, plus:
|
|
180
|
+
|
|
181
|
+
- [charts-pro] Add `brush` zoom interaction (#19899) @JCQuintas
|
|
182
|
+
- [charts-pro] Add sankey performance check (#20069) @JCQuintas
|
|
183
|
+
|
|
184
|
+
#### `@mui/x-charts-premium@8.16.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
185
|
+
|
|
186
|
+
Same changes as in `@mui/x-charts-pro@8.16.0`.
|
|
187
|
+
|
|
188
|
+
### Tree View
|
|
189
|
+
|
|
190
|
+
#### `@mui/x-tree-view@8.16.0`
|
|
191
|
+
|
|
192
|
+
Internal changes.
|
|
193
|
+
|
|
194
|
+
#### `@mui/x-tree-view-pro@8.16.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
195
|
+
|
|
196
|
+
Same changes as in `@mui/x-tree-view@8.16.0`.
|
|
197
|
+
|
|
198
|
+
### Codemod
|
|
199
|
+
|
|
200
|
+
#### `@mui/x-codemod@8.16.0`
|
|
201
|
+
|
|
202
|
+
Internal changes.
|
|
203
|
+
|
|
204
|
+
### Core
|
|
205
|
+
|
|
206
|
+
- [code-infra] Setup eslint compat plugin (#20105) @brijeshb42
|
|
207
|
+
- [code-infra] Improve store types (#20129) @JCQuintas
|
|
208
|
+
- [docs] Update the callout in `rows` prop documentation (#20127) @MBilalShafi
|
|
209
|
+
- [docs-infra] Refine changelog contributor acknowledgment messages (#20123) @mbrookes
|
|
210
|
+
|
|
211
|
+
### Miscellaneous
|
|
212
|
+
|
|
213
|
+
- [x-telemetry] Skip telemetry tests on browser mode (#20122) @bernardobelchior
|
|
214
|
+
|
|
8
215
|
## 8.15.0
|
|
9
216
|
|
|
10
217
|
_Oct 23, 2025_
|
|
@@ -25,6 +25,7 @@ var _useGridApiContext = require("../hooks/utils/useGridApiContext");
|
|
|
25
25
|
var _useGridRowsOverridableMethods = require("../hooks/features/rows/useGridRowsOverridableMethods");
|
|
26
26
|
var _useGridParamsOverridableMethods = require("../hooks/features/rows/useGridParamsOverridableMethods");
|
|
27
27
|
var _sidebar2 = require("../hooks/features/sidebar");
|
|
28
|
+
var _useGridCellEditable = require("../hooks/features/editing/useGridCellEditable");
|
|
28
29
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
29
30
|
const configuration = {
|
|
30
31
|
hooks: {
|
|
@@ -44,11 +45,12 @@ const configuration = {
|
|
|
44
45
|
}
|
|
45
46
|
return (0, _internals.getRowValue)(row, column, apiRef);
|
|
46
47
|
},
|
|
48
|
+
useIsCellEditable: _useGridCellEditable.useIsCellEditable,
|
|
47
49
|
useGridRowsOverridableMethods: _useGridRowsOverridableMethods.useGridRowsOverridableMethods,
|
|
48
50
|
useGridParamsOverridableMethods: _useGridParamsOverridableMethods.useGridParamsOverridableMethods
|
|
49
51
|
}
|
|
50
52
|
};
|
|
51
|
-
const releaseInfo = "
|
|
53
|
+
const releaseInfo = "MTc2MjMwMDgwMDAwMA==";
|
|
52
54
|
const watermark = /*#__PURE__*/(0, _jsxRuntime.jsx)(_xLicense.Watermark, {
|
|
53
55
|
packageName: "x-data-grid-premium",
|
|
54
56
|
releaseInfo: releaseInfo
|
|
@@ -120,7 +120,7 @@ const useDataGridPremiumComponent = (apiRef, inProps, configuration) => {
|
|
|
120
120
|
(0, _internals.useGridColumnSpanning)(apiRef);
|
|
121
121
|
(0, _internals.useGridColumnGrouping)(apiRef, props);
|
|
122
122
|
(0, _useGridClipboardImport.useGridClipboardImport)(apiRef, props);
|
|
123
|
-
(0, _internals.useGridEditing)(apiRef, props);
|
|
123
|
+
(0, _internals.useGridEditing)(apiRef, props, configuration);
|
|
124
124
|
(0, _internals.useGridFocus)(apiRef, props);
|
|
125
125
|
(0, _internals.useGridPreferencesPanel)(apiRef, props);
|
|
126
126
|
(0, _internals.useGridFilter)(apiRef, props, configuration);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridColumnHeaderParams } from '@mui/x-data-grid';
|
|
3
2
|
import { type GridBaseColDef } from '@mui/x-data-grid/internals';
|
|
4
3
|
declare function GridAggregationHeader(props: GridColumnHeaderParams & {
|
|
5
4
|
renderHeader: GridBaseColDef['renderHeader'];
|
|
6
|
-
}):
|
|
5
|
+
}): import("react/jsx-runtime").JSX.Element | null;
|
|
7
6
|
export { GridAggregationHeader };
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.GridAggregationHeader = GridAggregationHeader;
|
|
9
8
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
10
9
|
var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
|
|
11
|
-
var React = _interopRequireWildcard(require("react"));
|
|
12
10
|
var _composeClasses = _interopRequireDefault(require("@mui/utils/composeClasses"));
|
|
13
11
|
var _styles = require("@mui/material/styles");
|
|
14
12
|
var _xDataGrid = require("@mui/x-data-grid");
|
|
@@ -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):
|
|
3
|
+
export declare function GridBottomContainer(props: GridBottomContainerProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridRenderCellParams, GridGroupNode } from '@mui/x-data-grid-pro';
|
|
3
2
|
interface GridGroupingCriteriaCellProps extends GridRenderCellParams<any, any, any, GridGroupNode> {
|
|
4
3
|
hideDescendantCount?: boolean;
|
|
5
4
|
}
|
|
6
|
-
export declare function GridDataSourceGroupingCriteriaCell(props: GridGroupingCriteriaCellProps):
|
|
5
|
+
export declare function GridDataSourceGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
export {};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridOverlayProps } from '@mui/x-data-grid';
|
|
3
|
-
declare const GridEmptyPivotOverlay:
|
|
2
|
+
declare const GridEmptyPivotOverlay: import("react").ForwardRefExoticComponent<GridOverlayProps> | import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & {
|
|
4
3
|
sx?: import("@mui/system").SxProps<import("@mui/system").Theme>;
|
|
5
|
-
} &
|
|
4
|
+
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
5
|
export { GridEmptyPivotOverlay };
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.GridEmptyPivotOverlay = void 0;
|
|
9
8
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
10
|
-
var React = _interopRequireWildcard(require("react"));
|
|
11
9
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
12
10
|
var _forwardRef = require("@mui/x-internals/forwardRef");
|
|
13
11
|
var _xDataGrid = require("@mui/x-data-grid");
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridExportMenuItemProps } from '@mui/x-data-grid-pro';
|
|
3
2
|
import { GridExcelExportOptions } from "../hooks/features/export/index.js";
|
|
4
3
|
export type GridExcelExportMenuItemProps = GridExportMenuItemProps<GridExcelExportOptions>;
|
|
5
|
-
declare function GridExcelExportMenuItem(props: GridExcelExportMenuItemProps):
|
|
4
|
+
declare function GridExcelExportMenuItem(props: GridExcelExportMenuItemProps): import("react/jsx-runtime").JSX.Element;
|
|
6
5
|
declare namespace GridExcelExportMenuItem {
|
|
7
6
|
var propTypes: any;
|
|
8
7
|
}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.GridExcelExportMenuItem = GridExcelExportMenuItem;
|
|
9
8
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
10
9
|
var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
|
|
11
|
-
var React = _interopRequireWildcard(require("react"));
|
|
12
10
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
11
|
var _useGridApiContext = require("../hooks/utils/useGridApiContext");
|
|
14
12
|
var _useGridRootProps = require("../hooks/utils/useGridRootProps");
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridRenderCellParams } from '@mui/x-data-grid';
|
|
3
2
|
import { Theme } from '@mui/material/styles';
|
|
4
3
|
import { SxProps } from '@mui/system';
|
|
5
4
|
interface GridFooterCellProps extends GridRenderCellParams {
|
|
6
5
|
sx?: SxProps<Theme>;
|
|
7
6
|
}
|
|
8
|
-
declare function GridFooterCell(props: GridFooterCellProps):
|
|
7
|
+
declare function GridFooterCell(props: GridFooterCellProps): import("react/jsx-runtime").JSX.Element;
|
|
9
8
|
export { GridFooterCell };
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.GridFooterCell = GridFooterCell;
|
|
9
8
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
10
9
|
var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
|
|
11
|
-
var React = _interopRequireWildcard(require("react"));
|
|
12
10
|
var _xDataGrid = require("@mui/x-data-grid");
|
|
13
11
|
var _internals = require("@mui/x-data-grid/internals");
|
|
14
12
|
var _styles = require("@mui/material/styles");
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridRenderCellParams } from '@mui/x-data-grid-pro';
|
|
3
|
-
declare function GridGroupingColumnFooterCell(props: GridRenderCellParams):
|
|
2
|
+
declare function GridGroupingColumnFooterCell(props: GridRenderCellParams): import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export { GridGroupingColumnFooterCell };
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.GridGroupingColumnFooterCell = GridGroupingColumnFooterCell;
|
|
9
8
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
10
|
-
var React = _interopRequireWildcard(require("react"));
|
|
11
9
|
var _internals = require("@mui/x-data-grid/internals");
|
|
12
10
|
var _useGridRootProps = require("../hooks/utils/useGridRootProps");
|
|
13
11
|
var _GridFooterCell = require("./GridFooterCell");
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridRenderCellParams } from '@mui/x-data-grid-pro';
|
|
3
|
-
declare function GridGroupingColumnLeafCell(props: GridRenderCellParams):
|
|
2
|
+
declare function GridGroupingColumnLeafCell(props: GridRenderCellParams): import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export { GridGroupingColumnLeafCell };
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
3
|
Object.defineProperty(exports, "__esModule", {
|
|
5
4
|
value: true
|
|
6
5
|
});
|
|
7
6
|
exports.GridGroupingColumnLeafCell = GridGroupingColumnLeafCell;
|
|
8
|
-
var React = _interopRequireWildcard(require("react"));
|
|
9
7
|
var _internals = require("@mui/x-data-grid/internals");
|
|
10
8
|
var _useGridRootProps = require("../hooks/utils/useGridRootProps");
|
|
11
9
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridRenderCellParams, GridGroupNode } from '@mui/x-data-grid-pro';
|
|
3
2
|
interface GridGroupingCriteriaCellProps extends GridRenderCellParams<any, any, any, GridGroupNode> {
|
|
4
3
|
hideDescendantCount?: boolean;
|
|
5
4
|
}
|
|
6
|
-
export declare function GridGroupingCriteriaCell(props: GridGroupingCriteriaCellProps):
|
|
5
|
+
export declare function GridGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
export {};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridColumnMenuProps, GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
|
|
3
2
|
import { GridColumnMenuAggregationItem } from "./columnMenu/menuItems/GridColumnMenuAggregationItem.js";
|
|
4
3
|
import { GridColumnMenuManagePanelItem } from "./columnMenu/menuItems/GridColumnMenuManagePanelItem.js";
|
|
5
|
-
export declare function GridColumnMenuGroupingItem(props: GridColumnMenuItemProps):
|
|
4
|
+
export declare function GridColumnMenuGroupingItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element;
|
|
6
5
|
export declare const GRID_COLUMN_MENU_SLOTS_PREMIUM: {
|
|
7
6
|
columnMenuAggregationItem: typeof GridColumnMenuAggregationItem;
|
|
8
7
|
columnMenuGroupingItem: typeof GridColumnMenuGroupingItem;
|
|
@@ -35,4 +34,4 @@ export declare const GRID_COLUMN_MENU_SLOT_PROPS_PREMIUM: {
|
|
|
35
34
|
displayOrder: number;
|
|
36
35
|
};
|
|
37
36
|
};
|
|
38
|
-
export declare const GridPremiumColumnMenu:
|
|
37
|
+
export declare const GridPremiumColumnMenu: import("react").ForwardRefExoticComponent<GridColumnMenuProps> | import("react").ForwardRefExoticComponent<GridColumnMenuProps & import("react").RefAttributes<HTMLUListElement>>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
@@ -9,7 +8,6 @@ exports.GRID_COLUMN_MENU_SLOT_PROPS_PREMIUM = exports.GRID_COLUMN_MENU_SLOTS_PRE
|
|
|
9
8
|
exports.GridColumnMenuGroupingItem = GridColumnMenuGroupingItem;
|
|
10
9
|
exports.GridPremiumColumnMenu = void 0;
|
|
11
10
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
12
|
-
var React = _interopRequireWildcard(require("react"));
|
|
13
11
|
var _xDataGridPro = require("@mui/x-data-grid-pro");
|
|
14
12
|
var _forwardRef = require("@mui/x-internals/forwardRef");
|
|
15
13
|
var _GridColumnMenuAggregationItem = require("./columnMenu/menuItems/GridColumnMenuAggregationItem");
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridToolbarProps } from '@mui/x-data-grid-pro/internals';
|
|
3
|
-
export declare function GridPremiumToolbar(props: GridToolbarProps):
|
|
2
|
+
export declare function GridPremiumToolbar(props: GridToolbarProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { Conversation } from "../../hooks/features/aiAssistant/gridAiAssistantInterfaces.js";
|
|
3
2
|
type GridAiAssistantPanelConversationProps = {
|
|
4
3
|
conversation: Conversation;
|
|
5
4
|
};
|
|
6
|
-
declare function GridAiAssistantPanelConversation(props: GridAiAssistantPanelConversationProps):
|
|
5
|
+
declare function GridAiAssistantPanelConversation(props: GridAiAssistantPanelConversationProps): import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
export { GridAiAssistantPanelConversation };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { PromptSuggestion } from "../../hooks/features/aiAssistant/gridAiAssistantInterfaces.js";
|
|
3
2
|
type GridAiAssistantPanelSuggestionsProps = {
|
|
4
3
|
suggestions: PromptSuggestion[];
|
|
5
4
|
};
|
|
6
|
-
declare function GridAiAssistantPanelSuggestions(props: GridAiAssistantPanelSuggestionsProps):
|
|
5
|
+
declare function GridAiAssistantPanelSuggestions(props: GridAiAssistantPanelSuggestionsProps): import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
export { GridAiAssistantPanelSuggestions };
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.GridAiAssistantPanelSuggestions = GridAiAssistantPanelSuggestions;
|
|
9
|
-
var React = _interopRequireWildcard(require("react"));
|
|
10
8
|
var _xDataGridPro = require("@mui/x-data-grid-pro");
|
|
11
9
|
var _composeClasses = _interopRequireDefault(require("@mui/utils/composeClasses"));
|
|
12
10
|
var _system = require("@mui/system");
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import type { GridChartsConfigurationOptions } from '@mui/x-internals/types';
|
|
3
2
|
export interface GridChartsPanelProps {
|
|
4
3
|
/**
|
|
@@ -14,7 +13,7 @@ export interface GridChartsPanelProps {
|
|
|
14
13
|
*/
|
|
15
14
|
getColumnName?: (field: string) => string | undefined;
|
|
16
15
|
}
|
|
17
|
-
declare function GridChartsPanel(props: GridChartsPanelProps):
|
|
16
|
+
declare function GridChartsPanel(props: GridChartsPanelProps): import("react/jsx-runtime").JSX.Element;
|
|
18
17
|
declare namespace GridChartsPanel {
|
|
19
18
|
var propTypes: any;
|
|
20
19
|
}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import type { GridChartsConfigurationOptions } from '@mui/x-internals/types';
|
|
3
2
|
export interface GridChartsPanelChartProps {
|
|
4
3
|
schema: GridChartsConfigurationOptions;
|
|
5
4
|
selectedChartType: string;
|
|
6
5
|
onChartTypeChange: (type: string) => void;
|
|
7
6
|
}
|
|
8
|
-
declare function GridChartsPanelChart(props: GridChartsPanelChartProps):
|
|
7
|
+
declare function GridChartsPanelChart(props: GridChartsPanelChartProps): import("react/jsx-runtime").JSX.Element;
|
|
9
8
|
declare namespace GridChartsPanelChart {
|
|
10
9
|
var propTypes: any;
|
|
11
10
|
}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.GridChartsPanelChart = GridChartsPanelChart;
|
|
9
8
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
10
|
-
var React = _interopRequireWildcard(require("react"));
|
|
11
9
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
12
10
|
var _system = require("@mui/system");
|
|
13
11
|
var _xDataGridPro = require("@mui/x-data-grid-pro");
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import type { GridChartsConfigurationSection } from '@mui/x-internals/types';
|
|
3
2
|
interface GridChartsPanelCustomizeProps {
|
|
4
3
|
activeChartId: string;
|
|
5
4
|
sections: GridChartsConfigurationSection[];
|
|
6
5
|
}
|
|
7
|
-
export declare function GridChartsPanelCustomize(props: GridChartsPanelCustomizeProps):
|
|
6
|
+
export declare function GridChartsPanelCustomize(props: GridChartsPanelCustomizeProps): import("react/jsx-runtime").JSX.Element;
|
|
8
7
|
export {};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
export type SectionLimitLookup = Map<'dimensions' | 'values', number>;
|
|
3
|
-
declare function GridChartsPanelData():
|
|
2
|
+
declare function GridChartsPanelData(): import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export { GridChartsPanelData };
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import type { GridChartsIntegrationSection } from "../../../hooks/features/chartsIntegration/gridChartsIntegrationInterfaces.js";
|
|
3
2
|
export interface FieldTransferObject {
|
|
4
3
|
field: string;
|
|
@@ -8,5 +7,5 @@ export type DropPosition = 'top' | 'bottom' | null;
|
|
|
8
7
|
interface GridChartsPanelDataBodyProps {
|
|
9
8
|
searchValue: string;
|
|
10
9
|
}
|
|
11
|
-
declare function GridChartsPanelDataBody(props: GridChartsPanelDataBodyProps):
|
|
10
|
+
declare function GridChartsPanelDataBody(props: GridChartsPanelDataBodyProps): import("react/jsx-runtime").JSX.Element;
|
|
12
11
|
export { GridChartsPanelDataBody };
|
|
@@ -20,6 +20,6 @@ export declare function AggregationSelect({
|
|
|
20
20
|
}: {
|
|
21
21
|
aggFunc: string;
|
|
22
22
|
field: FieldTransferObject['field'];
|
|
23
|
-
}):
|
|
24
|
-
declare function GridChartsPanelDataField(props: GridChartsPanelDataFieldProps):
|
|
23
|
+
}): import("react/jsx-runtime").JSX.Element | null;
|
|
24
|
+
declare function GridChartsPanelDataField(props: GridChartsPanelDataFieldProps): import("react/jsx-runtime").JSX.Element;
|
|
25
25
|
export { GridChartsPanelDataField };
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import type { FieldTransferObject } from "./GridChartsPanelDataBody.js";
|
|
3
2
|
interface GridChartsPanelDataFieldMenuProps {
|
|
4
3
|
field: string;
|
|
@@ -7,5 +6,5 @@ interface GridChartsPanelDataFieldMenuProps {
|
|
|
7
6
|
dimensionsLabel: string;
|
|
8
7
|
valuesLabel: string;
|
|
9
8
|
}
|
|
10
|
-
declare function GridChartsPanelDataFieldMenu(props: GridChartsPanelDataFieldMenuProps):
|
|
9
|
+
declare function GridChartsPanelDataFieldMenu(props: GridChartsPanelDataFieldMenuProps): import("react/jsx-runtime").JSX.Element | null;
|
|
11
10
|
export { GridChartsPanelDataFieldMenu };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
export interface GridChartsPanelDataHeaderProps {
|
|
3
2
|
searchValue: string;
|
|
4
3
|
onSearchValueChange: (value: string) => void;
|
|
5
4
|
}
|
|
6
|
-
declare function GridChartsPanelDataHeader(props: GridChartsPanelDataHeaderProps):
|
|
5
|
+
declare function GridChartsPanelDataHeader(props: GridChartsPanelDataHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
export { GridChartsPanelDataHeader };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { GridSlotProps } from '@mui/x-data-grid-pro';
|
|
3
2
|
export type GridChartsPanelDataSearchProps = Pick<GridSlotProps['baseTextField'], 'value' | 'onChange'> & {
|
|
4
3
|
onClear: () => void;
|
|
5
4
|
};
|
|
6
|
-
declare function GridChartsPanelDataSearch(props: GridChartsPanelDataSearchProps):
|
|
5
|
+
declare function GridChartsPanelDataSearch(props: GridChartsPanelDataSearchProps): import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
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):
|
|
5
|
+
declare function Collapsible(props: CollapsibleProps): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export { Collapsible };
|