@mui/x-data-grid-premium 9.0.0-alpha.1 → 9.0.0-alpha.3

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 (413) hide show
  1. package/CHANGELOG.md +240 -0
  2. package/DataGridPremium/DataGrid.js +4 -2
  3. package/DataGridPremium/DataGrid.mjs +20 -0
  4. package/{esm/DataGridPremium/DataGridPremium.d.ts → DataGridPremium/DataGridPremium.d.mts} +2 -2
  5. package/DataGridPremium/DataGridPremium.js +79 -11
  6. package/{esm/DataGridPremium/DataGridPremium.js → DataGridPremium/DataGridPremium.mjs} +84 -16
  7. package/DataGridPremium/index.d.mts +3 -0
  8. package/DataGridPremium/index.mjs +3 -0
  9. package/{esm/DataGridPremium/useDataGridPremiumComponent.d.ts → DataGridPremium/useDataGridPremiumComponent.d.mts} +2 -2
  10. package/{esm/DataGridPremium/useDataGridPremiumComponent.js → DataGridPremium/useDataGridPremiumComponent.mjs} +15 -15
  11. package/{esm/DataGridPremium/useDataGridPremiumProps.d.ts → DataGridPremium/useDataGridPremiumProps.d.mts} +1 -1
  12. package/{esm/DataGridPremium/useDataGridPremiumProps.js → DataGridPremium/useDataGridPremiumProps.mjs} +5 -5
  13. package/components/GridAggregationHeader.js +3 -2
  14. package/{esm/components/GridAggregationHeader.js → components/GridAggregationHeader.mjs} +6 -5
  15. package/{esm/components/GridAggregationRowOverlay.js → components/GridAggregationRowOverlay.mjs} +2 -2
  16. package/{esm/components/GridBottomContainer.js → components/GridBottomContainer.mjs} +4 -4
  17. package/{esm/components/GridDataSourceGroupingCriteriaCell.js → components/GridDataSourceGroupingCriteriaCell.mjs} +3 -3
  18. package/{esm/components/GridEmptyPivotOverlay.js → components/GridEmptyPivotOverlay.mjs} +1 -1
  19. package/{esm/components/GridExcelExportMenuItem.d.ts → components/GridExcelExportMenuItem.d.mts} +1 -1
  20. package/{esm/components/GridExcelExportMenuItem.js → components/GridExcelExportMenuItem.mjs} +2 -2
  21. package/{esm/components/GridGroupingColumnFooterCell.js → components/GridGroupingColumnFooterCell.mjs} +1 -1
  22. package/{esm/components/GridGroupingColumnLeafCell.js → components/GridGroupingColumnLeafCell.mjs} +1 -1
  23. package/{esm/components/GridGroupingCriteriaCell.js → components/GridGroupingCriteriaCell.mjs} +3 -3
  24. package/{esm/components/GridPremiumColumnMenu.d.ts → components/GridPremiumColumnMenu.d.mts} +2 -2
  25. package/{esm/components/GridPremiumColumnMenu.js → components/GridPremiumColumnMenu.mjs} +5 -5
  26. package/{esm/components/GridPremiumToolbar.js → components/GridPremiumToolbar.mjs} +7 -7
  27. package/{esm/components/aiAssistantPanel/AiAssistantPanelTrigger.js → components/aiAssistantPanel/AiAssistantPanelTrigger.mjs} +2 -2
  28. package/{esm/components/aiAssistantPanel/GridAiAssistantPanel.js → components/aiAssistantPanel/GridAiAssistantPanel.mjs} +7 -7
  29. package/{esm/components/aiAssistantPanel/GridAiAssistantPanelConversation.d.ts → components/aiAssistantPanel/GridAiAssistantPanelConversation.d.mts} +1 -1
  30. package/{esm/components/aiAssistantPanel/GridAiAssistantPanelConversation.js → components/aiAssistantPanel/GridAiAssistantPanelConversation.mjs} +3 -3
  31. package/{esm/components/aiAssistantPanel/GridAiAssistantPanelConversationsMenu.js → components/aiAssistantPanel/GridAiAssistantPanelConversationsMenu.mjs} +3 -3
  32. package/{esm/components/aiAssistantPanel/GridAiAssistantPanelSuggestions.d.ts → components/aiAssistantPanel/GridAiAssistantPanelSuggestions.d.mts} +1 -1
  33. package/{esm/components/aiAssistantPanel/GridAiAssistantPanelSuggestions.js → components/aiAssistantPanel/GridAiAssistantPanelSuggestions.mjs} +2 -2
  34. package/components/aiAssistantPanel/index.d.mts +2 -0
  35. package/components/aiAssistantPanel/index.mjs +2 -0
  36. package/{esm/components/chartsPanel/ChartsPanelTrigger.js → components/chartsPanel/ChartsPanelTrigger.mjs} +3 -3
  37. package/{esm/components/chartsPanel/GridChartsPanel.js → components/chartsPanel/GridChartsPanel.mjs} +7 -7
  38. package/{esm/components/chartsPanel/chart/GridChartsPanelChart.js → components/chartsPanel/chart/GridChartsPanelChart.mjs} +1 -1
  39. package/{esm/components/chartsPanel/customize/GridChartsPanelCustomize.js → components/chartsPanel/customize/GridChartsPanelCustomize.mjs} +7 -7
  40. package/{esm/components/chartsPanel/data/GridChartsPanelData.js → components/chartsPanel/data/GridChartsPanelData.mjs} +2 -2
  41. package/{esm/components/chartsPanel/data/GridChartsPanelDataBody.d.ts → components/chartsPanel/data/GridChartsPanelDataBody.d.mts} +1 -1
  42. package/{esm/components/chartsPanel/data/GridChartsPanelDataBody.js → components/chartsPanel/data/GridChartsPanelDataBody.mjs} +10 -10
  43. package/{esm/components/chartsPanel/data/GridChartsPanelDataField.d.ts → components/chartsPanel/data/GridChartsPanelDataField.d.mts} +2 -2
  44. package/{esm/components/chartsPanel/data/GridChartsPanelDataField.js → components/chartsPanel/data/GridChartsPanelDataField.mjs} +8 -8
  45. package/{esm/components/chartsPanel/data/GridChartsPanelDataFieldMenu.d.ts → components/chartsPanel/data/GridChartsPanelDataFieldMenu.d.mts} +1 -1
  46. package/{esm/components/chartsPanel/data/GridChartsPanelDataFieldMenu.js → components/chartsPanel/data/GridChartsPanelDataFieldMenu.mjs} +3 -3
  47. package/{esm/components/chartsPanel/data/GridChartsPanelDataHeader.js → components/chartsPanel/data/GridChartsPanelDataHeader.mjs} +2 -2
  48. package/{esm/components/chartsPanel/data/GridChartsPanelDataSearch.js → components/chartsPanel/data/GridChartsPanelDataSearch.mjs} +2 -2
  49. package/components/chartsPanel/index.d.mts +2 -0
  50. package/components/chartsPanel/index.mjs +2 -0
  51. package/{esm/components/collapsible/Collapsible.js → components/collapsible/Collapsible.mjs} +2 -2
  52. package/components/collapsible/CollapsibleContext.js +3 -1
  53. package/{esm/components/collapsible/CollapsibleContext.js → components/collapsible/CollapsibleContext.mjs} +2 -1
  54. package/{esm/components/collapsible/CollapsiblePanel.js → components/collapsible/CollapsiblePanel.mjs} +2 -2
  55. package/{esm/components/collapsible/CollapsibleTrigger.js → components/collapsible/CollapsibleTrigger.mjs} +2 -2
  56. package/components/collapsible/index.d.mts +4 -0
  57. package/components/collapsible/index.mjs +4 -0
  58. package/{esm/components/columnMenu/menuItems/GridColumnMenuAggregationItem.js → components/columnMenu/menuItems/GridColumnMenuAggregationItem.mjs} +4 -4
  59. package/{esm/components/columnMenu/menuItems/GridColumnMenuChartsItem.js → components/columnMenu/menuItems/GridColumnMenuChartsItem.mjs} +3 -3
  60. package/{esm/components/columnMenu/menuItems/GridColumnMenuManagePanelItem.js → components/columnMenu/menuItems/GridColumnMenuManagePanelItem.mjs} +2 -2
  61. package/{esm/components/columnMenu/menuItems/GridColumnMenuPivotItem.js → components/columnMenu/menuItems/GridColumnMenuPivotItem.mjs} +4 -4
  62. package/{esm/components/columnMenu/menuItems/GridColumnMenuRowGroupItem.js → components/columnMenu/menuItems/GridColumnMenuRowGroupItem.mjs} +4 -4
  63. package/{esm/components/columnMenu/menuItems/GridColumnMenuRowUngroupItem.js → components/columnMenu/menuItems/GridColumnMenuRowUngroupItem.mjs} +3 -3
  64. package/{esm/components/export/ExportExcel.d.ts → components/export/ExportExcel.d.mts} +1 -1
  65. package/{esm/components/export/ExportExcel.js → components/export/ExportExcel.mjs} +2 -2
  66. package/components/export/index.d.mts +1 -0
  67. package/components/export/index.mjs +1 -0
  68. package/components/index.d.mts +10 -0
  69. package/components/index.mjs +10 -0
  70. package/{esm/components/pivotPanel/GridPivotPanel.js → components/pivotPanel/GridPivotPanel.mjs} +2 -2
  71. package/{esm/components/pivotPanel/GridPivotPanelBody.js → components/pivotPanel/GridPivotPanelBody.mjs} +6 -6
  72. package/{esm/components/pivotPanel/GridPivotPanelField.d.ts → components/pivotPanel/GridPivotPanelField.d.mts} +2 -2
  73. package/{esm/components/pivotPanel/GridPivotPanelField.js → components/pivotPanel/GridPivotPanelField.mjs} +6 -6
  74. package/{esm/components/pivotPanel/GridPivotPanelFieldMenu.d.ts → components/pivotPanel/GridPivotPanelFieldMenu.d.mts} +1 -1
  75. package/{esm/components/pivotPanel/GridPivotPanelFieldMenu.js → components/pivotPanel/GridPivotPanelFieldMenu.mjs} +3 -3
  76. package/{esm/components/pivotPanel/GridPivotPanelHeader.js → components/pivotPanel/GridPivotPanelHeader.mjs} +5 -5
  77. package/{esm/components/pivotPanel/GridPivotPanelSearch.js → components/pivotPanel/GridPivotPanelSearch.mjs} +2 -2
  78. package/{esm/components/pivotPanel/PivotPanelTrigger.js → components/pivotPanel/PivotPanelTrigger.mjs} +4 -4
  79. package/components/pivotPanel/index.d.mts +2 -0
  80. package/components/pivotPanel/index.mjs +2 -0
  81. package/{esm/components/prompt/GridPrompt.d.ts → components/prompt/GridPrompt.d.mts} +1 -1
  82. package/{esm/components/prompt/GridPrompt.js → components/prompt/GridPrompt.mjs} +2 -2
  83. package/components/prompt/index.d.mts +1 -0
  84. package/components/prompt/index.mjs +1 -0
  85. package/{esm/components/promptField/GridPromptField.d.ts → components/promptField/GridPromptField.d.mts} +1 -1
  86. package/{esm/components/promptField/GridPromptField.js → components/promptField/GridPromptField.mjs} +7 -7
  87. package/{esm/components/promptField/PromptField.d.ts → components/promptField/PromptField.d.mts} +1 -1
  88. package/{esm/components/promptField/PromptField.js → components/promptField/PromptField.mjs} +1 -1
  89. package/components/promptField/PromptFieldContext.js +3 -1
  90. package/{esm/components/promptField/PromptFieldContext.js → components/promptField/PromptFieldContext.mjs} +2 -1
  91. package/{esm/components/promptField/PromptFieldControl.d.ts → components/promptField/PromptFieldControl.d.mts} +1 -1
  92. package/{esm/components/promptField/PromptFieldControl.js → components/promptField/PromptFieldControl.mjs} +2 -2
  93. package/{esm/components/promptField/PromptFieldRecord.d.ts → components/promptField/PromptFieldRecord.d.mts} +1 -1
  94. package/{esm/components/promptField/PromptFieldRecord.js → components/promptField/PromptFieldRecord.mjs} +3 -3
  95. package/{esm/components/promptField/PromptFieldSend.d.ts → components/promptField/PromptFieldSend.d.mts} +1 -1
  96. package/{esm/components/promptField/PromptFieldSend.js → components/promptField/PromptFieldSend.mjs} +2 -2
  97. package/components/promptField/index.d.mts +4 -0
  98. package/components/promptField/index.mjs +4 -0
  99. package/{esm/components/reexports.d.ts → components/reexports.d.mts} +1 -1
  100. package/{esm/components/reexports.js → components/reexports.mjs} +1 -1
  101. package/{esm/components/resizablePanel/ResizablePanel.js → components/resizablePanel/ResizablePanel.mjs} +2 -2
  102. package/components/resizablePanel/ResizablePanelContext.js +3 -1
  103. package/{esm/components/resizablePanel/ResizablePanelContext.js → components/resizablePanel/ResizablePanelContext.mjs} +2 -1
  104. package/{esm/components/resizablePanel/ResizablePanelHandle.js → components/resizablePanel/ResizablePanelHandle.mjs} +3 -3
  105. package/components/resizablePanel/index.d.mts +3 -0
  106. package/components/resizablePanel/index.mjs +3 -0
  107. package/{esm/components/sidebar/Sidebar.js → components/sidebar/Sidebar.mjs} +4 -4
  108. package/{esm/components/sidebar/SidebarHeader.js → components/sidebar/SidebarHeader.mjs} +1 -1
  109. package/components/sidebar/index.d.mts +2 -0
  110. package/components/sidebar/index.mjs +2 -0
  111. package/{esm/constants/dataGridPremiumDefaultSlotsComponents.d.ts → constants/dataGridPremiumDefaultSlotsComponents.d.mts} +1 -1
  112. package/{esm/constants/dataGridPremiumDefaultSlotsComponents.js → constants/dataGridPremiumDefaultSlotsComponents.mjs} +5 -5
  113. package/{esm/context/GridChartsIntegrationContextProvider.js → context/GridChartsIntegrationContextProvider.mjs} +2 -2
  114. package/{esm/context/GridChartsRendererProxy.d.ts → context/GridChartsRendererProxy.d.mts} +1 -1
  115. package/{esm/context/GridChartsRendererProxy.js → context/GridChartsRendererProxy.mjs} +2 -2
  116. package/context/index.d.mts +2 -0
  117. package/context/index.mjs +2 -0
  118. package/{esm/hooks/features/aggregation/createAggregationLookup.d.ts → hooks/features/aggregation/createAggregationLookup.d.mts} +3 -3
  119. package/{esm/hooks/features/aggregation/gridAggregationFunctions.d.ts → hooks/features/aggregation/gridAggregationFunctions.d.mts} +1 -1
  120. package/{esm/hooks/features/aggregation/gridAggregationInterfaces.d.ts → hooks/features/aggregation/gridAggregationInterfaces.d.mts} +1 -1
  121. package/{esm/hooks/features/aggregation/gridAggregationSelectors.d.ts → hooks/features/aggregation/gridAggregationSelectors.d.mts} +4 -4
  122. package/{esm/hooks/features/aggregation/gridAggregationUtils.d.ts → hooks/features/aggregation/gridAggregationUtils.d.mts} +4 -4
  123. package/{esm/hooks/features/aggregation/index.d.ts → hooks/features/aggregation/index.d.mts} +4 -4
  124. package/{esm/hooks/features/aggregation/index.js → hooks/features/aggregation/index.mjs} +3 -3
  125. package/{esm/hooks/features/aggregation/useGridAggregation.d.ts → hooks/features/aggregation/useGridAggregation.d.mts} +2 -2
  126. package/{esm/hooks/features/aggregation/useGridAggregation.js → hooks/features/aggregation/useGridAggregation.mjs} +3 -3
  127. package/{esm/hooks/features/aggregation/useGridAggregationPreProcessors.d.ts → hooks/features/aggregation/useGridAggregationPreProcessors.d.mts} +2 -2
  128. package/{esm/hooks/features/aggregation/useGridAggregationPreProcessors.js → hooks/features/aggregation/useGridAggregationPreProcessors.mjs} +3 -3
  129. package/{esm/hooks/features/aggregation/wrapColumnWithAggregation.d.ts → hooks/features/aggregation/wrapColumnWithAggregation.d.mts} +5 -5
  130. package/{esm/hooks/features/aggregation/wrapColumnWithAggregation.js → hooks/features/aggregation/wrapColumnWithAggregation.mjs} +3 -3
  131. package/{esm/hooks/features/aiAssistant/api.d.ts → hooks/features/aiAssistant/api.d.mts} +1 -1
  132. package/hooks/features/aiAssistant/api.js +1 -1
  133. package/{esm/hooks/features/aiAssistant/api.js → hooks/features/aiAssistant/api.mjs} +1 -1
  134. package/{esm/hooks/features/aiAssistant/gridAiAssistantSelectors.d.ts → hooks/features/aiAssistant/gridAiAssistantSelectors.d.mts} +2 -2
  135. package/{esm/hooks/features/aiAssistant/index.d.ts → hooks/features/aiAssistant/index.d.mts} +2 -2
  136. package/{esm/hooks/features/aiAssistant/index.js → hooks/features/aiAssistant/index.mjs} +1 -1
  137. package/{esm/hooks/features/aiAssistant/useGridAiAssistant.d.ts → hooks/features/aiAssistant/useGridAiAssistant.d.mts} +2 -2
  138. package/hooks/features/aiAssistant/useGridAiAssistant.js +2 -1
  139. package/{esm/hooks/features/aiAssistant/useGridAiAssistant.js → hooks/features/aiAssistant/useGridAiAssistant.mjs} +4 -3
  140. package/{esm/hooks/features/cellSelection/gridCellSelectionSelector.d.ts → hooks/features/cellSelection/gridCellSelectionSelector.d.mts} +2 -2
  141. package/hooks/features/cellSelection/index.d.mts +1 -0
  142. package/hooks/features/cellSelection/index.mjs +1 -0
  143. package/{esm/hooks/features/cellSelection/useGridCellSelection.d.ts → hooks/features/cellSelection/useGridCellSelection.d.mts} +2 -2
  144. package/{esm/hooks/features/cellSelection/useGridCellSelection.js → hooks/features/cellSelection/useGridCellSelection.mjs} +1 -1
  145. package/{esm/hooks/features/chartsIntegration/gridChartsIntegrationInterfaces.d.ts → hooks/features/chartsIntegration/gridChartsIntegrationInterfaces.d.mts} +1 -1
  146. package/{esm/hooks/features/chartsIntegration/gridChartsIntegrationSelectors.d.ts → hooks/features/chartsIntegration/gridChartsIntegrationSelectors.d.mts} +5 -5
  147. package/{esm/hooks/features/chartsIntegration/gridChartsIntegrationSelectors.js → hooks/features/chartsIntegration/gridChartsIntegrationSelectors.mjs} +2 -2
  148. package/{esm/hooks/features/chartsIntegration/useGridChartsIntegration.d.ts → hooks/features/chartsIntegration/useGridChartsIntegration.d.mts} +3 -3
  149. package/{esm/hooks/features/chartsIntegration/useGridChartsIntegration.js → hooks/features/chartsIntegration/useGridChartsIntegration.mjs} +9 -9
  150. package/{esm/hooks/features/chartsIntegration/utils.d.ts → hooks/features/chartsIntegration/utils.d.mts} +2 -2
  151. package/{esm/hooks/features/chartsIntegration/utils.js → hooks/features/chartsIntegration/utils.mjs} +1 -1
  152. package/{esm/hooks/features/clipboard/useGridClipboardImport.d.ts → hooks/features/clipboard/useGridClipboardImport.d.mts} +2 -2
  153. package/{esm/hooks/features/dataSource/models.d.ts → hooks/features/dataSource/models.d.mts} +2 -2
  154. package/{esm/hooks/features/dataSource/useGridDataSourcePremium.d.ts → hooks/features/dataSource/useGridDataSourcePremium.d.mts} +2 -2
  155. package/hooks/features/dataSource/useGridDataSourcePremium.js +6 -3
  156. package/{esm/hooks/features/dataSource/useGridDataSourcePremium.js → hooks/features/dataSource/useGridDataSourcePremium.mjs} +10 -7
  157. package/{esm/hooks/features/dataSource/utils.d.ts → hooks/features/dataSource/utils.d.mts} +3 -3
  158. package/hooks/features/dataSource/utils.js +2 -1
  159. package/{esm/hooks/features/dataSource/utils.js → hooks/features/dataSource/utils.mjs} +2 -1
  160. package/{esm/hooks/features/editing/useGridCellEditable.d.ts → hooks/features/editing/useGridCellEditable.d.mts} +2 -2
  161. package/{esm/hooks/features/editing/useGridCellEditable.js → hooks/features/editing/useGridCellEditable.mjs} +1 -1
  162. package/hooks/features/export/index.d.mts +2 -0
  163. package/hooks/features/export/index.mjs +2 -0
  164. package/{esm/hooks/features/export/serializer/excelSerializer.d.ts → hooks/features/export/serializer/excelSerializer.d.mts} +4 -4
  165. package/hooks/features/export/serializer/excelSerializer.js +2 -1
  166. package/{esm/hooks/features/export/serializer/excelSerializer.js → hooks/features/export/serializer/excelSerializer.mjs} +3 -2
  167. package/{esm/hooks/features/export/serializer/setupExcelExportWebWorker.d.ts → hooks/features/export/serializer/setupExcelExportWebWorker.d.mts} +1 -1
  168. package/{esm/hooks/features/export/serializer/setupExcelExportWebWorker.js → hooks/features/export/serializer/setupExcelExportWebWorker.mjs} +1 -1
  169. package/{esm/hooks/features/export/serializer/utils.d.ts → hooks/features/export/serializer/utils.d.mts} +1 -1
  170. package/{esm/hooks/features/export/useGridExcelExport.d.ts → hooks/features/export/useGridExcelExport.d.mts} +2 -2
  171. package/{esm/hooks/features/export/useGridExcelExport.js → hooks/features/export/useGridExcelExport.mjs} +2 -2
  172. package/{esm/hooks/features/history/defaultHistoryHandlers.d.ts → hooks/features/history/defaultHistoryHandlers.d.mts} +3 -3
  173. package/{esm/hooks/features/history/gridHistorySelectors.d.ts → hooks/features/history/gridHistorySelectors.d.mts} +2 -2
  174. package/{esm/hooks/features/history/index.d.ts → hooks/features/history/index.d.mts} +3 -3
  175. package/{esm/hooks/features/history/index.js → hooks/features/history/index.mjs} +2 -2
  176. package/{esm/hooks/features/history/useGridHistory.d.ts → hooks/features/history/useGridHistory.d.mts} +2 -2
  177. package/{esm/hooks/features/history/useGridHistory.js → hooks/features/history/useGridHistory.mjs} +2 -2
  178. package/hooks/features/index.d.mts +8 -0
  179. package/hooks/features/index.mjs +9 -0
  180. package/{esm/hooks/features/pivoting/gridPivotingInterfaces.d.ts → hooks/features/pivoting/gridPivotingInterfaces.d.mts} +2 -2
  181. package/{esm/hooks/features/pivoting/gridPivotingSelectors.d.ts → hooks/features/pivoting/gridPivotingSelectors.d.mts} +2 -2
  182. package/{esm/hooks/features/pivoting/gridPivotingSelectors.js → hooks/features/pivoting/gridPivotingSelectors.mjs} +1 -1
  183. package/{esm/hooks/features/pivoting/index.d.ts → hooks/features/pivoting/index.d.mts} +1 -1
  184. package/{esm/hooks/features/pivoting/index.js → hooks/features/pivoting/index.mjs} +1 -1
  185. package/{esm/hooks/features/pivoting/useGridPivoting.d.ts → hooks/features/pivoting/useGridPivoting.d.mts} +2 -2
  186. package/{esm/hooks/features/pivoting/useGridPivoting.js → hooks/features/pivoting/useGridPivoting.mjs} +5 -5
  187. package/{esm/hooks/features/pivoting/utils.d.ts → hooks/features/pivoting/utils.d.mts} +3 -3
  188. package/{esm/hooks/features/pivoting/utils.js → hooks/features/pivoting/utils.mjs} +3 -3
  189. package/{esm/hooks/features/rowGrouping/createGroupingColDef.d.ts → hooks/features/rowGrouping/createGroupingColDef.d.mts} +2 -2
  190. package/{esm/hooks/features/rowGrouping/createGroupingColDef.js → hooks/features/rowGrouping/createGroupingColDef.mjs} +6 -6
  191. package/{esm/hooks/features/rowGrouping/gridRowGroupingSelector.d.ts → hooks/features/rowGrouping/gridRowGroupingSelector.d.mts} +2 -2
  192. package/{esm/hooks/features/rowGrouping/gridRowGroupingUtils.d.ts → hooks/features/rowGrouping/gridRowGroupingUtils.d.mts} +4 -4
  193. package/{esm/hooks/features/rowGrouping/gridRowGroupingUtils.js → hooks/features/rowGrouping/gridRowGroupingUtils.mjs} +1 -1
  194. package/{esm/hooks/features/rowGrouping/index.d.ts → hooks/features/rowGrouping/index.d.mts} +3 -3
  195. package/{esm/hooks/features/rowGrouping/index.js → hooks/features/rowGrouping/index.mjs} +3 -3
  196. package/{esm/hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.d.ts → hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.d.mts} +2 -2
  197. package/hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.js +4 -2
  198. package/{esm/hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.js → hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.mjs} +5 -4
  199. package/{esm/hooks/features/rowGrouping/useGridRowGrouping.d.ts → hooks/features/rowGrouping/useGridRowGrouping.d.mts} +2 -2
  200. package/{esm/hooks/features/rowGrouping/useGridRowGrouping.js → hooks/features/rowGrouping/useGridRowGrouping.mjs} +3 -3
  201. package/{esm/hooks/features/rowGrouping/useGridRowGroupingPreProcessors.d.ts → hooks/features/rowGrouping/useGridRowGroupingPreProcessors.d.mts} +2 -2
  202. package/{esm/hooks/features/rowGrouping/useGridRowGroupingPreProcessors.js → hooks/features/rowGrouping/useGridRowGroupingPreProcessors.mjs} +3 -3
  203. package/{esm/hooks/features/rowReorder/operations.d.ts → hooks/features/rowReorder/operations.d.mts} +1 -1
  204. package/{esm/hooks/features/rowReorder/operations.js → hooks/features/rowReorder/operations.mjs} +2 -2
  205. package/{esm/hooks/features/rowReorder/rowGroupingReorderExecutor.js → hooks/features/rowReorder/rowGroupingReorderExecutor.mjs} +1 -1
  206. package/hooks/features/rows/index.d.mts +1 -0
  207. package/hooks/features/rows/index.mjs +1 -0
  208. package/{esm/hooks/features/rows/useGridParamsOverridableMethods.d.ts → hooks/features/rows/useGridParamsOverridableMethods.d.mts} +1 -1
  209. package/{esm/hooks/features/rows/useGridParamsOverridableMethods.js → hooks/features/rows/useGridParamsOverridableMethods.mjs} +1 -1
  210. package/{esm/hooks/features/rows/useGridRowAriaAttributes.js → hooks/features/rows/useGridRowAriaAttributes.mjs} +2 -2
  211. package/{esm/hooks/features/rows/useGridRowsOverridableMethods.d.ts → hooks/features/rows/useGridRowsOverridableMethods.d.mts} +2 -2
  212. package/hooks/features/rows/useGridRowsOverridableMethods.js +8 -6
  213. package/{esm/hooks/features/rows/useGridRowsOverridableMethods.js → hooks/features/rows/useGridRowsOverridableMethods.mjs} +8 -7
  214. package/{esm/hooks/features/sidebar/gridSidebarSelector.d.ts → hooks/features/sidebar/gridSidebarSelector.d.mts} +3 -3
  215. package/{esm/hooks/features/sidebar/gridSidebarState.d.ts → hooks/features/sidebar/gridSidebarState.d.mts} +1 -1
  216. package/hooks/features/sidebar/index.d.mts +3 -0
  217. package/hooks/features/sidebar/index.mjs +3 -0
  218. package/{esm/hooks/features/sidebar/useGridSidebar.d.ts → hooks/features/sidebar/useGridSidebar.d.mts} +2 -2
  219. package/{esm/hooks/features/sidebar/useGridSidebar.js → hooks/features/sidebar/useGridSidebar.mjs} +1 -1
  220. package/hooks/index.d.mts +2 -0
  221. package/{esm/hooks/index.js → hooks/index.mjs} +2 -2
  222. package/hooks/utils/index.d.mts +2 -0
  223. package/hooks/utils/index.mjs +2 -0
  224. package/{esm/hooks/utils/useGridApiContext.d.ts → hooks/utils/useGridApiContext.d.mts} +1 -1
  225. package/{esm/hooks/utils/useGridApiRef.d.ts → hooks/utils/useGridApiRef.d.mts} +1 -1
  226. package/{esm/hooks/utils/useGridAriaAttributes.js → hooks/utils/useGridAriaAttributes.mjs} +2 -2
  227. package/{esm/hooks/utils/useGridChartIntegration.d.ts → hooks/utils/useGridChartIntegration.d.mts} +1 -1
  228. package/hooks/utils/useGridChartIntegration.js +5 -1
  229. package/hooks/utils/useGridChartIntegration.mjs +14 -0
  230. package/{esm/hooks/utils/useGridPrivateApiContext.d.ts → hooks/utils/useGridPrivateApiContext.d.mts} +1 -1
  231. package/{esm/hooks/utils/useGridRootProps.d.ts → hooks/utils/useGridRootProps.d.mts} +1 -1
  232. package/{esm/hooks/utils/useKeepGroupedColumnsHidden.d.ts → hooks/utils/useKeepGroupedColumnsHidden.d.mts} +2 -2
  233. package/{esm/index.d.ts → index.d.mts} +14 -14
  234. package/index.js +1 -1
  235. package/{esm/index.js → index.mjs} +11 -11
  236. package/{esm/material/index.js → material/index.mjs} +1 -1
  237. package/{esm/models/dataGridPremiumProps.d.ts → models/dataGridPremiumProps.d.mts} +11 -11
  238. package/{esm/models/gridApiPremium.d.ts → models/gridApiPremium.d.mts} +11 -11
  239. package/{esm/models/gridGroupingValueGetter.d.ts → models/gridGroupingValueGetter.d.mts} +1 -1
  240. package/{esm/models/gridGroupingValueSetter.d.ts → models/gridGroupingValueSetter.d.mts} +1 -1
  241. package/{esm/models/gridPastedValueParser.d.ts → models/gridPastedValueParser.d.mts} +1 -1
  242. package/{esm/models/gridPremiumSlotProps.d.ts → models/gridPremiumSlotProps.d.mts} +1 -1
  243. package/{esm/models/gridPremiumSlotsComponent.d.ts → models/gridPremiumSlotsComponent.d.mts} +1 -1
  244. package/{esm/models/gridStatePremium.d.ts → models/gridStatePremium.d.mts} +6 -6
  245. package/models/index.d.mts +6 -0
  246. package/models/index.mjs +6 -0
  247. package/package.json +142 -17
  248. package/{esm/setupExcelExportWebWorker/index.d.ts → setupExcelExportWebWorker/index.d.mts} +1 -1
  249. package/{esm/setupExcelExportWebWorker/index.js → setupExcelExportWebWorker/index.mjs} +1 -1
  250. package/themeAugmentation/index.d.mts +2 -0
  251. package/themeAugmentation/index.mjs +4 -0
  252. package/{esm/themeAugmentation/props.d.ts → themeAugmentation/props.d.mts} +1 -1
  253. package/{esm/typeOverloads/index.d.ts → typeOverloads/index.d.mts} +1 -1
  254. package/{esm/typeOverloads/index.js → typeOverloads/index.mjs} +1 -1
  255. package/{esm/typeOverloads/modules.d.ts → typeOverloads/modules.d.mts} +7 -7
  256. package/{esm/typeOverloads/reexports.d.ts → typeOverloads/reexports.d.mts} +5 -5
  257. package/{esm/typeOverloads/reexports.js → typeOverloads/reexports.mjs} +3 -3
  258. package/esm/DataGridPremium/DataGrid.js +0 -19
  259. package/esm/DataGridPremium/index.d.ts +0 -3
  260. package/esm/DataGridPremium/index.js +0 -3
  261. package/esm/components/aiAssistantPanel/index.d.ts +0 -2
  262. package/esm/components/aiAssistantPanel/index.js +0 -2
  263. package/esm/components/chartsPanel/index.d.ts +0 -2
  264. package/esm/components/chartsPanel/index.js +0 -2
  265. package/esm/components/collapsible/index.d.ts +0 -4
  266. package/esm/components/collapsible/index.js +0 -4
  267. package/esm/components/export/index.d.ts +0 -1
  268. package/esm/components/export/index.js +0 -1
  269. package/esm/components/index.d.ts +0 -10
  270. package/esm/components/index.js +0 -10
  271. package/esm/components/pivotPanel/index.d.ts +0 -2
  272. package/esm/components/pivotPanel/index.js +0 -2
  273. package/esm/components/prompt/index.d.ts +0 -1
  274. package/esm/components/prompt/index.js +0 -1
  275. package/esm/components/promptField/index.d.ts +0 -4
  276. package/esm/components/promptField/index.js +0 -4
  277. package/esm/components/resizablePanel/index.d.ts +0 -3
  278. package/esm/components/resizablePanel/index.js +0 -3
  279. package/esm/components/sidebar/index.d.ts +0 -2
  280. package/esm/components/sidebar/index.js +0 -2
  281. package/esm/context/index.d.ts +0 -2
  282. package/esm/context/index.js +0 -2
  283. package/esm/hooks/features/cellSelection/index.d.ts +0 -1
  284. package/esm/hooks/features/cellSelection/index.js +0 -1
  285. package/esm/hooks/features/export/index.d.ts +0 -2
  286. package/esm/hooks/features/export/index.js +0 -2
  287. package/esm/hooks/features/index.d.ts +0 -8
  288. package/esm/hooks/features/index.js +0 -9
  289. package/esm/hooks/features/rows/index.d.ts +0 -1
  290. package/esm/hooks/features/rows/index.js +0 -1
  291. package/esm/hooks/features/sidebar/index.d.ts +0 -3
  292. package/esm/hooks/features/sidebar/index.js +0 -3
  293. package/esm/hooks/index.d.ts +0 -2
  294. package/esm/hooks/utils/index.d.ts +0 -2
  295. package/esm/hooks/utils/index.js +0 -2
  296. package/esm/hooks/utils/useGridChartIntegration.js +0 -11
  297. package/esm/models/index.d.ts +0 -6
  298. package/esm/models/index.js +0 -6
  299. package/esm/package.json +0 -1
  300. package/esm/themeAugmentation/index.d.ts +0 -2
  301. package/esm/themeAugmentation/index.js +0 -4
  302. /package/{esm/DataGridPremium/DataGrid.d.ts → DataGridPremium/DataGrid.d.mts} +0 -0
  303. /package/{esm/components/GridAggregationHeader.d.ts → components/GridAggregationHeader.d.mts} +0 -0
  304. /package/{esm/components/GridAggregationRowOverlay.d.ts → components/GridAggregationRowOverlay.d.mts} +0 -0
  305. /package/{esm/components/GridBottomContainer.d.ts → components/GridBottomContainer.d.mts} +0 -0
  306. /package/{esm/components/GridDataSourceGroupingCriteriaCell.d.ts → components/GridDataSourceGroupingCriteriaCell.d.mts} +0 -0
  307. /package/{esm/components/GridEmptyPivotOverlay.d.ts → components/GridEmptyPivotOverlay.d.mts} +0 -0
  308. /package/{esm/components/GridGroupingColumnFooterCell.d.ts → components/GridGroupingColumnFooterCell.d.mts} +0 -0
  309. /package/{esm/components/GridGroupingColumnLeafCell.d.ts → components/GridGroupingColumnLeafCell.d.mts} +0 -0
  310. /package/{esm/components/GridGroupingCriteriaCell.d.ts → components/GridGroupingCriteriaCell.d.mts} +0 -0
  311. /package/{esm/components/GridPremiumToolbar.d.ts → components/GridPremiumToolbar.d.mts} +0 -0
  312. /package/{esm/components/aiAssistantPanel/AiAssistantPanelTrigger.d.ts → components/aiAssistantPanel/AiAssistantPanelTrigger.d.mts} +0 -0
  313. /package/{esm/components/aiAssistantPanel/GridAiAssistantPanel.d.ts → components/aiAssistantPanel/GridAiAssistantPanel.d.mts} +0 -0
  314. /package/{esm/components/aiAssistantPanel/GridAiAssistantPanelConversationsMenu.d.ts → components/aiAssistantPanel/GridAiAssistantPanelConversationsMenu.d.mts} +0 -0
  315. /package/{esm/components/chartsIntegration/GridChartsIntegrationContext.d.ts → components/chartsIntegration/GridChartsIntegrationContext.d.mts} +0 -0
  316. /package/{esm/components/chartsIntegration/GridChartsIntegrationContext.js → components/chartsIntegration/GridChartsIntegrationContext.mjs} +0 -0
  317. /package/{esm/components/chartsPanel/ChartsPanelTrigger.d.ts → components/chartsPanel/ChartsPanelTrigger.d.mts} +0 -0
  318. /package/{esm/components/chartsPanel/GridChartsPanel.d.ts → components/chartsPanel/GridChartsPanel.d.mts} +0 -0
  319. /package/{esm/components/chartsPanel/chart/GridChartsPanelChart.d.ts → components/chartsPanel/chart/GridChartsPanelChart.d.mts} +0 -0
  320. /package/{esm/components/chartsPanel/customize/GridChartsPanelCustomize.d.ts → components/chartsPanel/customize/GridChartsPanelCustomize.d.mts} +0 -0
  321. /package/{esm/components/chartsPanel/data/GridChartsPanelData.d.ts → components/chartsPanel/data/GridChartsPanelData.d.mts} +0 -0
  322. /package/{esm/components/chartsPanel/data/GridChartsPanelDataHeader.d.ts → components/chartsPanel/data/GridChartsPanelDataHeader.d.mts} +0 -0
  323. /package/{esm/components/chartsPanel/data/GridChartsPanelDataSearch.d.ts → components/chartsPanel/data/GridChartsPanelDataSearch.d.mts} +0 -0
  324. /package/{esm/components/collapsible/Collapsible.d.ts → components/collapsible/Collapsible.d.mts} +0 -0
  325. /package/{esm/components/collapsible/CollapsibleContext.d.ts → components/collapsible/CollapsibleContext.d.mts} +0 -0
  326. /package/{esm/components/collapsible/CollapsiblePanel.d.ts → components/collapsible/CollapsiblePanel.d.mts} +0 -0
  327. /package/{esm/components/collapsible/CollapsibleTrigger.d.ts → components/collapsible/CollapsibleTrigger.d.mts} +0 -0
  328. /package/{esm/components/columnMenu/menuItems/GridColumnMenuAggregationItem.d.ts → components/columnMenu/menuItems/GridColumnMenuAggregationItem.d.mts} +0 -0
  329. /package/{esm/components/columnMenu/menuItems/GridColumnMenuChartsItem.d.ts → components/columnMenu/menuItems/GridColumnMenuChartsItem.d.mts} +0 -0
  330. /package/{esm/components/columnMenu/menuItems/GridColumnMenuManagePanelItem.d.ts → components/columnMenu/menuItems/GridColumnMenuManagePanelItem.d.mts} +0 -0
  331. /package/{esm/components/columnMenu/menuItems/GridColumnMenuPivotItem.d.ts → components/columnMenu/menuItems/GridColumnMenuPivotItem.d.mts} +0 -0
  332. /package/{esm/components/columnMenu/menuItems/GridColumnMenuRowGroupItem.d.ts → components/columnMenu/menuItems/GridColumnMenuRowGroupItem.d.mts} +0 -0
  333. /package/{esm/components/columnMenu/menuItems/GridColumnMenuRowUngroupItem.d.ts → components/columnMenu/menuItems/GridColumnMenuRowUngroupItem.d.mts} +0 -0
  334. /package/{esm/components/pivotPanel/GridPivotPanel.d.ts → components/pivotPanel/GridPivotPanel.d.mts} +0 -0
  335. /package/{esm/components/pivotPanel/GridPivotPanelBody.d.ts → components/pivotPanel/GridPivotPanelBody.d.mts} +0 -0
  336. /package/{esm/components/pivotPanel/GridPivotPanelHeader.d.ts → components/pivotPanel/GridPivotPanelHeader.d.mts} +0 -0
  337. /package/{esm/components/pivotPanel/GridPivotPanelSearch.d.ts → components/pivotPanel/GridPivotPanelSearch.d.mts} +0 -0
  338. /package/{esm/components/pivotPanel/PivotPanelTrigger.d.ts → components/pivotPanel/PivotPanelTrigger.d.mts} +0 -0
  339. /package/{esm/components/promptField/PromptFieldContext.d.ts → components/promptField/PromptFieldContext.d.mts} +0 -0
  340. /package/{esm/components/resizablePanel/ResizablePanel.d.ts → components/resizablePanel/ResizablePanel.d.mts} +0 -0
  341. /package/{esm/components/resizablePanel/ResizablePanelContext.d.ts → components/resizablePanel/ResizablePanelContext.d.mts} +0 -0
  342. /package/{esm/components/resizablePanel/ResizablePanelHandle.d.ts → components/resizablePanel/ResizablePanelHandle.d.mts} +0 -0
  343. /package/{esm/components/sidebar/Sidebar.d.ts → components/sidebar/Sidebar.d.mts} +0 -0
  344. /package/{esm/components/sidebar/SidebarHeader.d.ts → components/sidebar/SidebarHeader.d.mts} +0 -0
  345. /package/{esm/constants/columnGroups.d.ts → constants/columnGroups.d.mts} +0 -0
  346. /package/{esm/constants/columnGroups.js → constants/columnGroups.mjs} +0 -0
  347. /package/{esm/context/GridChartsIntegrationContextProvider.d.ts → context/GridChartsIntegrationContextProvider.d.mts} +0 -0
  348. /package/{esm/hooks/features/aggregation/createAggregationLookup.js → hooks/features/aggregation/createAggregationLookup.mjs} +0 -0
  349. /package/{esm/hooks/features/aggregation/gridAggregationFunctions.js → hooks/features/aggregation/gridAggregationFunctions.mjs} +0 -0
  350. /package/{esm/hooks/features/aggregation/gridAggregationInterfaces.js → hooks/features/aggregation/gridAggregationInterfaces.mjs} +0 -0
  351. /package/{esm/hooks/features/aggregation/gridAggregationSelectors.js → hooks/features/aggregation/gridAggregationSelectors.mjs} +0 -0
  352. /package/{esm/hooks/features/aggregation/gridAggregationUtils.js → hooks/features/aggregation/gridAggregationUtils.mjs} +0 -0
  353. /package/{esm/hooks/features/aiAssistant/gridAiAssistantInterfaces.d.ts → hooks/features/aiAssistant/gridAiAssistantInterfaces.d.mts} +0 -0
  354. /package/{esm/hooks/features/aiAssistant/gridAiAssistantInterfaces.js → hooks/features/aiAssistant/gridAiAssistantInterfaces.mjs} +0 -0
  355. /package/{esm/hooks/features/aiAssistant/gridAiAssistantSelectors.js → hooks/features/aiAssistant/gridAiAssistantSelectors.mjs} +0 -0
  356. /package/{esm/hooks/features/cellSelection/gridCellSelectionInterfaces.d.ts → hooks/features/cellSelection/gridCellSelectionInterfaces.d.mts} +0 -0
  357. /package/{esm/hooks/features/cellSelection/gridCellSelectionInterfaces.js → hooks/features/cellSelection/gridCellSelectionInterfaces.mjs} +0 -0
  358. /package/{esm/hooks/features/cellSelection/gridCellSelectionSelector.js → hooks/features/cellSelection/gridCellSelectionSelector.mjs} +0 -0
  359. /package/{esm/hooks/features/chartsIntegration/gridChartsIntegrationInterfaces.js → hooks/features/chartsIntegration/gridChartsIntegrationInterfaces.mjs} +0 -0
  360. /package/{esm/hooks/features/clipboard/useGridClipboardImport.js → hooks/features/clipboard/useGridClipboardImport.mjs} +0 -0
  361. /package/{esm/hooks/features/dataSource/models.js → hooks/features/dataSource/models.mjs} +0 -0
  362. /package/{esm/hooks/features/export/gridExcelExportInterface.d.ts → hooks/features/export/gridExcelExportInterface.d.mts} +0 -0
  363. /package/{esm/hooks/features/export/gridExcelExportInterface.js → hooks/features/export/gridExcelExportInterface.mjs} +0 -0
  364. /package/{esm/hooks/features/export/serializer/utils.js → hooks/features/export/serializer/utils.mjs} +0 -0
  365. /package/{esm/hooks/features/history/constants.d.ts → hooks/features/history/constants.d.mts} +0 -0
  366. /package/{esm/hooks/features/history/constants.js → hooks/features/history/constants.mjs} +0 -0
  367. /package/{esm/hooks/features/history/defaultHistoryHandlers.js → hooks/features/history/defaultHistoryHandlers.mjs} +0 -0
  368. /package/{esm/hooks/features/history/gridHistoryInterfaces.d.ts → hooks/features/history/gridHistoryInterfaces.d.mts} +0 -0
  369. /package/{esm/hooks/features/history/gridHistoryInterfaces.js → hooks/features/history/gridHistoryInterfaces.mjs} +0 -0
  370. /package/{esm/hooks/features/history/gridHistorySelectors.js → hooks/features/history/gridHistorySelectors.mjs} +0 -0
  371. /package/{esm/hooks/features/pivoting/gridPivotingInterfaces.js → hooks/features/pivoting/gridPivotingInterfaces.mjs} +0 -0
  372. /package/{esm/hooks/features/rowGrouping/gridRowGroupingInterfaces.d.ts → hooks/features/rowGrouping/gridRowGroupingInterfaces.d.mts} +0 -0
  373. /package/{esm/hooks/features/rowGrouping/gridRowGroupingInterfaces.js → hooks/features/rowGrouping/gridRowGroupingInterfaces.mjs} +0 -0
  374. /package/{esm/hooks/features/rowGrouping/gridRowGroupingSelector.js → hooks/features/rowGrouping/gridRowGroupingSelector.mjs} +0 -0
  375. /package/{esm/hooks/features/rowReorder/rowGroupingReorderExecutor.d.ts → hooks/features/rowReorder/rowGroupingReorderExecutor.d.mts} +0 -0
  376. /package/{esm/hooks/features/rowReorder/rowGroupingReorderValidator.d.ts → hooks/features/rowReorder/rowGroupingReorderValidator.d.mts} +0 -0
  377. /package/{esm/hooks/features/rowReorder/rowGroupingReorderValidator.js → hooks/features/rowReorder/rowGroupingReorderValidator.mjs} +0 -0
  378. /package/{esm/hooks/features/rows/useGridRowAriaAttributes.d.ts → hooks/features/rows/useGridRowAriaAttributes.d.mts} +0 -0
  379. /package/{esm/hooks/features/sidebar/gridSidebarInterfaces.d.ts → hooks/features/sidebar/gridSidebarInterfaces.d.mts} +0 -0
  380. /package/{esm/hooks/features/sidebar/gridSidebarInterfaces.js → hooks/features/sidebar/gridSidebarInterfaces.mjs} +0 -0
  381. /package/{esm/hooks/features/sidebar/gridSidebarSelector.js → hooks/features/sidebar/gridSidebarSelector.mjs} +0 -0
  382. /package/{esm/hooks/features/sidebar/gridSidebarState.js → hooks/features/sidebar/gridSidebarState.mjs} +0 -0
  383. /package/{esm/hooks/utils/useGridApiContext.js → hooks/utils/useGridApiContext.mjs} +0 -0
  384. /package/{esm/hooks/utils/useGridApiRef.js → hooks/utils/useGridApiRef.mjs} +0 -0
  385. /package/{esm/hooks/utils/useGridAriaAttributes.d.ts → hooks/utils/useGridAriaAttributes.d.mts} +0 -0
  386. /package/{esm/hooks/utils/useGridPrivateApiContext.js → hooks/utils/useGridPrivateApiContext.mjs} +0 -0
  387. /package/{esm/hooks/utils/useGridRootProps.js → hooks/utils/useGridRootProps.mjs} +0 -0
  388. /package/{esm/hooks/utils/useKeepGroupedColumnsHidden.js → hooks/utils/useKeepGroupedColumnsHidden.mjs} +0 -0
  389. /package/{esm/hooks/utils/useResize.d.ts → hooks/utils/useResize.d.mts} +0 -0
  390. /package/{esm/hooks/utils/useResize.js → hooks/utils/useResize.mjs} +0 -0
  391. /package/{esm/locales/index.d.ts → locales/index.d.mts} +0 -0
  392. /package/{esm/locales/index.js → locales/index.mjs} +0 -0
  393. /package/{esm/material/icons.d.ts → material/icons.d.mts} +0 -0
  394. /package/{esm/material/icons.js → material/icons.mjs} +0 -0
  395. /package/{esm/material/index.d.ts → material/index.d.mts} +0 -0
  396. /package/{esm/models/dataGridPremiumProps.js → models/dataGridPremiumProps.mjs} +0 -0
  397. /package/{esm/models/gridApiPremium.js → models/gridApiPremium.mjs} +0 -0
  398. /package/{esm/models/gridChartsIntegration.d.ts → models/gridChartsIntegration.d.mts} +0 -0
  399. /package/{esm/models/gridChartsIntegration.js → models/gridChartsIntegration.mjs} +0 -0
  400. /package/{esm/models/gridGroupingValueGetter.js → models/gridGroupingValueGetter.mjs} +0 -0
  401. /package/{esm/models/gridGroupingValueSetter.js → models/gridGroupingValueSetter.mjs} +0 -0
  402. /package/{esm/models/gridPastedValueParser.js → models/gridPastedValueParser.mjs} +0 -0
  403. /package/{esm/models/gridPremiumIconSlotsComponent.d.ts → models/gridPremiumIconSlotsComponent.d.mts} +0 -0
  404. /package/{esm/models/gridPremiumIconSlotsComponent.js → models/gridPremiumIconSlotsComponent.mjs} +0 -0
  405. /package/{esm/models/gridPremiumSlotProps.js → models/gridPremiumSlotProps.mjs} +0 -0
  406. /package/{esm/models/gridPremiumSlotsComponent.js → models/gridPremiumSlotsComponent.mjs} +0 -0
  407. /package/{esm/models/gridStatePremium.js → models/gridStatePremium.mjs} +0 -0
  408. /package/{esm/themeAugmentation/overrides.d.ts → themeAugmentation/overrides.d.mts} +0 -0
  409. /package/{esm/themeAugmentation/overrides.js → themeAugmentation/overrides.mjs} +0 -0
  410. /package/{esm/themeAugmentation/props.js → themeAugmentation/props.mjs} +0 -0
  411. /package/{esm/typeOverloads/modules.js → typeOverloads/modules.mjs} +0 -0
  412. /package/{esm/utils/speechRecognition.d.ts → utils/speechRecognition.d.mts} +0 -0
  413. /package/{esm/utils/speechRecognition.js → utils/speechRecognition.mjs} +0 -0
@@ -1,4 +1,4 @@
1
1
  import type { RefObject } from '@mui/x-internals/types';
2
- import type { GridPrivateApiPremium } from "../../../models/gridApiPremium.js";
3
- import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.js";
2
+ import type { GridPrivateApiPremium } from "../../../models/gridApiPremium.mjs";
3
+ import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.mjs";
4
4
  export declare const useGridDataSourcePremium: (apiRef: RefObject<GridPrivateApiPremium>, props: DataGridPremiumProcessedProps) => void;
@@ -7,6 +7,7 @@ Object.defineProperty(exports, "__esModule", {
7
7
  value: true
8
8
  });
9
9
  exports.useGridDataSourcePremium = void 0;
10
+ var _formatErrorMessage2 = _interopRequireDefault(require("@mui/x-internals/formatErrorMessage"));
10
11
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
12
  var React = _interopRequireWildcard(require("react"));
12
13
  var _isDeepEqual = require("@mui/x-internals/isDeepEqual");
@@ -73,9 +74,11 @@ const useGridDataSourcePremium = (apiRef, props) => {
73
74
  if (response.pivotColumns) {
74
75
  const pivotingColDef = props.pivotingColDef;
75
76
  if (!pivotingColDef || typeof pivotingColDef !== 'function') {
76
- throw new Error('MUI X: No `pivotingColDef()` prop provided with to the Data Grid, but response contains `pivotColumns`.\n\n\
77
- You need a callback to return at least a field column prop for each generated pivot column.\n\n\
78
- See [server-side pivoting](https://mui.com/x/react-data-grid/server-side-data/pivoting/) documentation for more details.');
77
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI X: No \`pivotingColDef()\` prop provided with to the Data Grid, but response contains \`pivotColumns\`.
78
+
79
+ You need a callback to return at least a field column prop for each generated pivot column.
80
+
81
+ See [server-side pivoting](https://mui.com/x/react-data-grid/server-side-data/pivoting/) documentation for more details.` : (0, _formatErrorMessage2.default)(119));
79
82
  }
80
83
 
81
84
  // Update the grid state with new columns and column grouping model
@@ -1,14 +1,15 @@
1
1
  'use client';
2
2
 
3
+ import _formatErrorMessage from "@mui/x-internals/formatErrorMessage";
3
4
  import _extends from "@babel/runtime/helpers/esm/extends";
4
5
  import * as React from 'react';
5
6
  import { isDeepEqual } from '@mui/x-internals/isDeepEqual';
6
7
  import { useGridEvent as addEventHandler, useGridApiMethod, GRID_ROOT_GROUP_ID, useGridEvent, gridRowTreeSelector } from '@mui/x-data-grid-pro';
7
8
  import { useGridDataSourceBasePro, useGridRegisterStrategyProcessor, useGridRegisterPipeProcessor, gridPivotInitialColumnsSelector, runIf, gridPivotActiveSelector, GridStrategyGroup, DataSourceRowsUpdateStrategy, getGroupKeys } from '@mui/x-data-grid-pro/internals';
8
- import { gridPivotModelSelector } from "../pivoting/gridPivotingSelectors.js";
9
- import { getPropsOverrides, fetchParents } from "./utils.js";
10
- import { gridRowGroupingSanitizedModelSelector } from "../rowGrouping/gridRowGroupingSelector.js";
11
- import { gridAggregationModelSelector } from "../aggregation/gridAggregationSelectors.js";
9
+ import { gridPivotModelSelector } from "../pivoting/gridPivotingSelectors.mjs";
10
+ import { getPropsOverrides, fetchParents } from "./utils.mjs";
11
+ import { gridRowGroupingSanitizedModelSelector } from "../rowGrouping/gridRowGroupingSelector.mjs";
12
+ import { gridAggregationModelSelector } from "../aggregation/gridAggregationSelectors.mjs";
12
13
  function getKeyPremium(params) {
13
14
  return JSON.stringify([params.filterModel, params.sortModel, params.groupKeys, params.groupFields, params.start, params.end, params.pivotModel ? {} : params.aggregationModel, params.pivotModel]);
14
15
  }
@@ -66,9 +67,11 @@ export const useGridDataSourcePremium = (apiRef, props) => {
66
67
  if (response.pivotColumns) {
67
68
  const pivotingColDef = props.pivotingColDef;
68
69
  if (!pivotingColDef || typeof pivotingColDef !== 'function') {
69
- throw new Error('MUI X: No `pivotingColDef()` prop provided with to the Data Grid, but response contains `pivotColumns`.\n\n\
70
- You need a callback to return at least a field column prop for each generated pivot column.\n\n\
71
- See [server-side pivoting](https://mui.com/x/react-data-grid/server-side-data/pivoting/) documentation for more details.');
70
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI X: No \`pivotingColDef()\` prop provided with to the Data Grid, but response contains \`pivotColumns\`.
71
+
72
+ You need a callback to return at least a field column prop for each generated pivot column.
73
+
74
+ See [server-side pivoting](https://mui.com/x/react-data-grid/server-side-data/pivoting/) documentation for more details.` : _formatErrorMessage(119));
72
75
  }
73
76
 
74
77
  // Update the grid state with new columns and column grouping model
@@ -1,7 +1,7 @@
1
1
  import type { RefObject } from '@mui/x-internals/types';
2
2
  import { type GridColDef, type GridRowId, type GridRowTreeConfig } from '@mui/x-data-grid-pro';
3
- import type { GridPrivateApiPremium } from "../../../models/gridApiPremium.js";
4
- import type { GridPivotingDynamicPropsOverrides, PivotingColDefCallback, GridPivotModel } from "../pivoting/gridPivotingInterfaces.js";
5
- import type { GridGetRowsResponsePivotColumn } from "./models.js";
3
+ import type { GridPrivateApiPremium } from "../../../models/gridApiPremium.mjs";
4
+ import type { GridPivotingDynamicPropsOverrides, PivotingColDefCallback, GridPivotModel } from "../pivoting/gridPivotingInterfaces.mjs";
5
+ import type { GridGetRowsResponsePivotColumn } from "./models.mjs";
6
6
  export declare const getPropsOverrides: (pivotColumns: GridGetRowsResponsePivotColumn[], pivotingColDef: PivotingColDefCallback, pivotModel: GridPivotModel, initialColumns: Map<string, GridColDef>, apiRef: RefObject<GridPrivateApiPremium>) => GridPivotingDynamicPropsOverrides;
7
7
  export declare const fetchParents: (rowTree: GridRowTreeConfig, rowId: GridRowId, fetchHandler: (id?: GridRowId) => Promise<void>) => Promise<void[]>;
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.getPropsOverrides = exports.fetchParents = void 0;
8
+ var _formatErrorMessage2 = _interopRequireDefault(require("@mui/x-internals/formatErrorMessage"));
8
9
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
10
  var _xDataGridPro = require("@mui/x-data-grid-pro");
10
11
  const getPropsOverrides = (pivotColumns, pivotingColDef, pivotModel, initialColumns, apiRef) => {
@@ -90,7 +91,7 @@ const getPropsOverrides = (pivotColumns, pivotingColDef, pivotModel, initialColu
90
91
  headerName = String(headerName);
91
92
  }
92
93
  if (typeof headerName !== 'string') {
93
- throw new Error(`MUI X: Header name for a column group based on ${currentField} cannot be converted to a string.`);
94
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI X: Header name for a column group based on ${currentField} cannot be converted to a string.` : (0, _formatErrorMessage2.default)(120, currentField));
94
95
  }
95
96
  if (!columnGroupingModelLookup.has(groupId)) {
96
97
  const columnGroup = {
@@ -1,3 +1,4 @@
1
+ import _formatErrorMessage from "@mui/x-internals/formatErrorMessage";
1
2
  import _extends from "@babel/runtime/helpers/esm/extends";
2
3
  import { gridStringOrNumberComparator, GRID_ROOT_GROUP_ID } from '@mui/x-data-grid-pro';
3
4
  export const getPropsOverrides = (pivotColumns, pivotingColDef, pivotModel, initialColumns, apiRef) => {
@@ -83,7 +84,7 @@ export const getPropsOverrides = (pivotColumns, pivotingColDef, pivotModel, init
83
84
  headerName = String(headerName);
84
85
  }
85
86
  if (typeof headerName !== 'string') {
86
- throw new Error(`MUI X: Header name for a column group based on ${currentField} cannot be converted to a string.`);
87
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI X: Header name for a column group based on ${currentField} cannot be converted to a string.` : _formatErrorMessage(120, currentField));
87
88
  }
88
89
  if (!columnGroupingModelLookup.has(groupId)) {
89
90
  const columnGroup = {
@@ -1,7 +1,7 @@
1
1
  import type { RefObject } from '@mui/x-internals/types';
2
2
  import { type CellEditableConditionFn } from '@mui/x-data-grid-pro/internals';
3
- import type { GridPrivateApiPremium } from "../../../models/gridApiPremium.js";
4
- import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.js";
3
+ import type { GridPrivateApiPremium } from "../../../models/gridApiPremium.mjs";
4
+ import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.mjs";
5
5
  /**
6
6
  * Implementation of the cell editable condition hook of the Data Grid Premium
7
7
  */
@@ -2,7 +2,7 @@
2
2
 
3
3
  import * as React from 'react';
4
4
  import { useIsCellEditable as useIsCellEditableCommunity } from '@mui/x-data-grid-pro/internals';
5
- import { gridAggregationModelSelector } from "../aggregation/gridAggregationSelectors.js";
5
+ import { gridAggregationModelSelector } from "../aggregation/gridAggregationSelectors.mjs";
6
6
 
7
7
  /**
8
8
  * Implementation of the cell editable condition hook of the Data Grid Premium
@@ -0,0 +1,2 @@
1
+ export * from "./gridExcelExportInterface.mjs";
2
+ export { setupExcelExportWebWorker } from "./serializer/setupExcelExportWebWorker.mjs";
@@ -0,0 +1,2 @@
1
+ export * from "./gridExcelExportInterface.mjs";
2
+ export { setupExcelExportWebWorker } from "./serializer/setupExcelExportWebWorker.mjs";
@@ -2,10 +2,10 @@ import type * as Excel from '@mui/x-internal-exceljs-fork';
2
2
  import type { RefObject } from '@mui/x-internals/types';
3
3
  import { type GridRowId, type GridColDef } from '@mui/x-data-grid-pro';
4
4
  import { type GridStateColDef } from '@mui/x-data-grid/internals';
5
- import type { ColumnsStylesInterface, GridExcelExportOptions } from "../gridExcelExportInterface.js";
6
- import type { GridPrivateApiPremium } from "../../../../models/gridApiPremium.js";
7
- import { type SerializedColumns, type SerializedRow, type ValueOptionsData } from "./utils.js";
8
- export type { ExcelExportInitEvent } from "./utils.js";
5
+ import type { ColumnsStylesInterface, GridExcelExportOptions } from "../gridExcelExportInterface.mjs";
6
+ import type { GridPrivateApiPremium } from "../../../../models/gridApiPremium.mjs";
7
+ import { type SerializedColumns, type SerializedRow, type ValueOptionsData } from "./utils.mjs";
8
+ export type { ExcelExportInitEvent } from "./utils.mjs";
9
9
  /**
10
10
  * FIXME: This function mutates the colspan info, but colspan info assumes that the columns
11
11
  * passed to it are always consistent. In this case, the exported columns may differ from the
@@ -10,6 +10,7 @@ exports.serializeColumn = void 0;
10
10
  exports.serializeColumns = serializeColumns;
11
11
  exports.serializeRowUnsafe = void 0;
12
12
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
13
+ var _formatErrorMessage2 = _interopRequireDefault(require("@mui/x-internals/formatErrorMessage"));
13
14
  var _xDataGridPro = require("@mui/x-data-grid-pro");
14
15
  var _internals = require("@mui/x-data-grid/internals");
15
16
  var _warning = require("@mui/x-internals/warning");
@@ -52,7 +53,7 @@ const serializeRowUnsafe = (id, columns, apiRef, defaultValueOptionsFormulae, op
52
53
  const row = apiRef.current.getRow(id);
53
54
  const rowNode = apiRef.current.getRowNode(id);
54
55
  if (!row || !rowNode) {
55
- throw new Error(`No row with id #${id} found`);
56
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI X: No row with id #${id} found` : (0, _formatErrorMessage2.default)(87, id));
56
57
  }
57
58
  const outlineLevel = rowNode.depth;
58
59
  const hasColSpan = (0, _internals.gridHasColSpanSelector)(apiRef);
@@ -1,8 +1,9 @@
1
1
  import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import _formatErrorMessage from "@mui/x-internals/formatErrorMessage";
2
3
  import { GRID_DATE_COL_DEF, GRID_DATETIME_COL_DEF } from '@mui/x-data-grid-pro';
3
4
  import { isObject, isSingleSelectColDef, gridHasColSpanSelector } from '@mui/x-data-grid/internals';
4
5
  import { warnOnce } from '@mui/x-internals/warning';
5
- import { addColumnGroupingHeaders, addSerializedRowToWorksheet, createValueOptionsSheetIfNeeded, getExcelJs } from "./utils.js";
6
+ import { addColumnGroupingHeaders, addSerializedRowToWorksheet, createValueOptionsSheetIfNeeded, getExcelJs } from "./utils.mjs";
6
7
  const getFormattedValueOptions = (colDef, row, valueOptions, api, callback) => {
7
8
  if (!colDef.valueOptions) {
8
9
  return;
@@ -41,7 +42,7 @@ export const serializeRowUnsafe = (id, columns, apiRef, defaultValueOptionsFormu
41
42
  const row = apiRef.current.getRow(id);
42
43
  const rowNode = apiRef.current.getRowNode(id);
43
44
  if (!row || !rowNode) {
44
- throw new Error(`No row with id #${id} found`);
45
+ throw new Error(process.env.NODE_ENV !== "production" ? `MUI X: No row with id #${id} found` : _formatErrorMessage(87, id));
45
46
  }
46
47
  const outlineLevel = rowNode.depth;
47
48
  const hasColSpan = gridHasColSpanSelector(apiRef);
@@ -1,2 +1,2 @@
1
- import type { GridExcelExportOptions } from "../gridExcelExportInterface.js";
1
+ import type { GridExcelExportOptions } from "../gridExcelExportInterface.mjs";
2
2
  export declare function setupExcelExportWebWorker(workerOptions?: Pick<GridExcelExportOptions, 'exceljsPostProcess' | 'exceljsPreProcess'>): void;
@@ -1,4 +1,4 @@
1
- import { addColumnGroupingHeaders, addSerializedRowToWorksheet, createValueOptionsSheetIfNeeded, getExcelJs } from "./utils.js";
1
+ import { addColumnGroupingHeaders, addSerializedRowToWorksheet, createValueOptionsSheetIfNeeded, getExcelJs } from "./utils.mjs";
2
2
  export function setupExcelExportWebWorker(workerOptions = {}) {
3
3
  globalThis.addEventListener('message', async event => {
4
4
  const {
@@ -1,6 +1,6 @@
1
1
  import type * as Excel from '@mui/x-internal-exceljs-fork';
2
2
  import type { GridColumnGroupLookup } from '@mui/x-data-grid/internals';
3
- import type { GridExcelExportOptions } from "../gridExcelExportInterface.js";
3
+ import type { GridExcelExportOptions } from "../gridExcelExportInterface.mjs";
4
4
  export declare const getExcelJs: () => Promise<typeof Excel>;
5
5
  export interface SerializedRow {
6
6
  row: Record<string, undefined | number | boolean | string | Date>;
@@ -1,6 +1,6 @@
1
1
  import type { RefObject } from '@mui/x-internals/types';
2
- import type { GridPrivateApiPremium } from "../../../models/gridApiPremium.js";
3
- import type { DataGridPremiumProps } from "../../../models/dataGridPremiumProps.js";
2
+ import type { GridPrivateApiPremium } from "../../../models/gridApiPremium.mjs";
3
+ import type { DataGridPremiumProps } from "../../../models/dataGridPremiumProps.mjs";
4
4
  /**
5
5
  * @requires useGridColumns (state)
6
6
  * @requires useGridFilter (state)
@@ -3,8 +3,8 @@ const _excluded = ["worker", "exceljsPostProcess", "exceljsPreProcess", "columns
3
3
  import * as React from 'react';
4
4
  import { useGridApiMethod, useGridLogger, useGridEventPriority } from '@mui/x-data-grid';
5
5
  import { useGridRegisterPipeProcessor, exportAs, getColumnsToExport, defaultGetRowsToExport } from '@mui/x-data-grid/internals';
6
- import { buildExcel, getDataForValueOptionsSheet, serializeColumns, serializeRowUnsafe } from "./serializer/excelSerializer.js";
7
- import { GridExcelExportMenuItem } from "../../../components/index.js";
6
+ import { buildExcel, getDataForValueOptionsSheet, serializeColumns, serializeRowUnsafe } from "./serializer/excelSerializer.mjs";
7
+ import { GridExcelExportMenuItem } from "../../../components/index.mjs";
8
8
  import { jsx as _jsx } from "react/jsx-runtime";
9
9
  /**
10
10
  * @requires useGridColumns (state)
@@ -1,7 +1,7 @@
1
1
  import type { RefObject } from '@mui/x-internals/types';
2
- import type { GridApiPremium } from "../../../models/gridApiPremium.js";
3
- import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.js";
4
- import type { GridHistoryEventHandler, GridCellEditHistoryData, GridRowEditHistoryData, GridClipboardPasteHistoryData } from "./gridHistoryInterfaces.js";
2
+ import type { GridApiPremium } from "../../../models/gridApiPremium.mjs";
3
+ import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.mjs";
4
+ import type { GridHistoryEventHandler, GridCellEditHistoryData, GridRowEditHistoryData, GridClipboardPasteHistoryData } from "./gridHistoryInterfaces.mjs";
5
5
  /**
6
6
  * Create the default handler for cellEditStop events.
7
7
  */
@@ -1,10 +1,10 @@
1
- import type { GridStatePremium } from "../../../models/gridStatePremium.js";
1
+ import type { GridStatePremium } from "../../../models/gridStatePremium.mjs";
2
2
  export declare const gridHistoryEnabledSelector: (args_0: import("react").RefObject<{
3
3
  state: GridStatePremium;
4
4
  } | null>) => boolean;
5
5
  export declare const gridHistoryStackSelector: (args_0: import("react").RefObject<{
6
6
  state: GridStatePremium;
7
- } | null>) => import("./gridHistoryInterfaces.js").GridHistoryItem<any>[];
7
+ } | null>) => import("./gridHistoryInterfaces.mjs").GridHistoryItem<any>[];
8
8
  export declare const gridHistoryCurrentPositionSelector: (args_0: import("react").RefObject<{
9
9
  state: GridStatePremium;
10
10
  } | null>) => number;
@@ -1,3 +1,3 @@
1
- export type { GridHistoryEventHandler } from "./gridHistoryInterfaces.js";
2
- export { createCellEditHistoryHandler, createRowEditHistoryHandler, createClipboardPasteHistoryHandler } from "./defaultHistoryHandlers.js";
3
- export { gridHistoryCanUndoSelector, gridHistoryCanRedoSelector, gridHistoryEnabledSelector } from "./gridHistorySelectors.js";
1
+ export type { GridHistoryEventHandler } from "./gridHistoryInterfaces.mjs";
2
+ export { createCellEditHistoryHandler, createRowEditHistoryHandler, createClipboardPasteHistoryHandler } from "./defaultHistoryHandlers.mjs";
3
+ export { gridHistoryCanUndoSelector, gridHistoryCanRedoSelector, gridHistoryEnabledSelector } from "./gridHistorySelectors.mjs";
@@ -1,2 +1,2 @@
1
- export { createCellEditHistoryHandler, createRowEditHistoryHandler, createClipboardPasteHistoryHandler } from "./defaultHistoryHandlers.js";
2
- export { gridHistoryCanUndoSelector, gridHistoryCanRedoSelector, gridHistoryEnabledSelector } from "./gridHistorySelectors.js";
1
+ export { createCellEditHistoryHandler, createRowEditHistoryHandler, createClipboardPasteHistoryHandler } from "./defaultHistoryHandlers.mjs";
2
+ export { gridHistoryCanUndoSelector, gridHistoryCanRedoSelector, gridHistoryEnabledSelector } from "./gridHistorySelectors.mjs";
@@ -1,6 +1,6 @@
1
1
  import type { RefObject } from '@mui/x-internals/types';
2
2
  import { type GridStateInitializer } from '@mui/x-data-grid-pro/internals';
3
- import type { GridPrivateApiPremium } from "../../../models/gridApiPremium.js";
4
- import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.js";
3
+ import type { GridPrivateApiPremium } from "../../../models/gridApiPremium.mjs";
4
+ import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.mjs";
5
5
  export declare const historyStateInitializer: GridStateInitializer;
6
6
  export declare const useGridHistory: (apiRef: RefObject<GridPrivateApiPremium>, props: Pick<DataGridPremiumProcessedProps, "columns" | "isCellEditable" | "dataSource" | "historyStackSize" | "historyEventHandlers" | "historyValidationEvents" | "onUndo" | "onRedo">) => void;
@@ -5,8 +5,8 @@ import * as React from 'react';
5
5
  import { isObjectEmpty } from '@mui/x-internals/isObjectEmpty';
6
6
  import debounce from '@mui/utils/debounce';
7
7
  import { useGridEvent, useGridApiMethod, isUndoShortcut, isRedoShortcut, runIf, useGridNativeEventListener } from '@mui/x-data-grid-pro/internals';
8
- import { gridHistoryCurrentPositionSelector, gridHistoryStackSelector, gridHistoryCanUndoSelector, gridHistoryCanRedoSelector } from "./gridHistorySelectors.js";
9
- import { createDefaultHistoryHandlers } from "./defaultHistoryHandlers.js";
8
+ import { gridHistoryCurrentPositionSelector, gridHistoryStackSelector, gridHistoryCanUndoSelector, gridHistoryCanRedoSelector } from "./gridHistorySelectors.mjs";
9
+ import { createDefaultHistoryHandlers } from "./defaultHistoryHandlers.mjs";
10
10
  export const historyStateInitializer = state => {
11
11
  return _extends({}, state, {
12
12
  history: {
@@ -0,0 +1,8 @@
1
+ export * from "./aggregation/index.mjs";
2
+ export * from "./rowGrouping/index.mjs";
3
+ export * from "./export/index.mjs";
4
+ export * from "./cellSelection/index.mjs";
5
+ export * from "./aiAssistant/index.mjs";
6
+ export * from "./sidebar/index.mjs";
7
+ export * from "./pivoting/index.mjs";
8
+ export * from "./history/index.mjs";
@@ -0,0 +1,9 @@
1
+ // Only export the variable and types that should be publicly exposed and re-exported from `@mui/x-data-grid-premium`
2
+ export * from "./aggregation/index.mjs";
3
+ export * from "./rowGrouping/index.mjs";
4
+ export * from "./export/index.mjs";
5
+ export * from "./cellSelection/index.mjs";
6
+ export * from "./aiAssistant/index.mjs";
7
+ export * from "./sidebar/index.mjs";
8
+ export * from "./pivoting/index.mjs";
9
+ export * from "./history/index.mjs";
@@ -1,8 +1,8 @@
1
1
  import type { GridColDef, GridRowModel } from '@mui/x-data-grid-pro';
2
2
  import type { GridPivotingPrivateApiCommunity, GridPivotingStatePartial } from '@mui/x-data-grid/internals';
3
3
  import type { RefObject } from '@mui/x-internals/types';
4
- import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.js";
5
- import type { GridInitialStatePremium } from "../../../models/gridStatePremium.js";
4
+ import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.mjs";
5
+ import type { GridInitialStatePremium } from "../../../models/gridStatePremium.mjs";
6
6
  export type GridPivotingStaticPropsOverrides = {
7
7
  rowGroupingModel: DataGridPremiumProcessedProps['rowGroupingModel'];
8
8
  getAggregationPosition: DataGridPremiumProcessedProps['getAggregationPosition'];
@@ -1,10 +1,10 @@
1
- import type { GridStatePremium } from "../../../models/gridStatePremium.js";
1
+ import type { GridStatePremium } from "../../../models/gridStatePremium.mjs";
2
2
  export declare const gridPivotPanelOpenSelector: (args_0: import("react").RefObject<{
3
3
  state: GridStatePremium;
4
4
  } | null>) => boolean;
5
5
  export declare const gridPivotModelSelector: (args_0: import("react").RefObject<{
6
6
  state: GridStatePremium;
7
- } | null>) => import("./gridPivotingInterfaces.js").GridPivotModel;
7
+ } | null>) => import("./gridPivotingInterfaces.mjs").GridPivotModel;
8
8
  export declare const gridPivotPropsOverridesSelector: (args_0: import("react").RefObject<{
9
9
  state: GridStatePremium;
10
10
  } | null>) => {} | undefined;
@@ -1,5 +1,5 @@
1
1
  import { createSelector, createRootSelector } from '@mui/x-data-grid-pro/internals';
2
- import { gridSidebarStateSelector, GridSidebarValue } from "../sidebar/index.js";
2
+ import { gridSidebarStateSelector, GridSidebarValue } from "../sidebar/index.mjs";
3
3
  const gridPivotingStateSelector = createRootSelector(state => state.pivoting);
4
4
  export const gridPivotPanelOpenSelector = createSelector(gridSidebarStateSelector, sidebar => sidebar.value === GridSidebarValue.Pivot && sidebar.open);
5
5
  export const gridPivotModelSelector = createSelector(gridPivotingStateSelector, pivoting => pivoting?.model);
@@ -1 +1 @@
1
- export { gridPivotModelSelector } from "./gridPivotingSelectors.js";
1
+ export { gridPivotModelSelector } from "./gridPivotingSelectors.mjs";
@@ -1 +1 @@
1
- export { gridPivotModelSelector } from "./gridPivotingSelectors.js";
1
+ export { gridPivotModelSelector } from "./gridPivotingSelectors.mjs";
@@ -1,8 +1,8 @@
1
1
  import { type GridColDef, type GridRowModel } from '@mui/x-data-grid-pro';
2
2
  import type { RefObject } from '@mui/x-internals/types';
3
3
  import { type GridStateInitializer } from '@mui/x-data-grid-pro/internals';
4
- import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.js";
5
- import type { GridPrivateApiPremium } from "../../../models/gridApiPremium.js";
4
+ import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.mjs";
5
+ import type { GridPrivateApiPremium } from "../../../models/gridApiPremium.mjs";
6
6
  export declare const pivotingStateInitializer: GridStateInitializer<Pick<DataGridPremiumProcessedProps, 'pivotActive' | 'pivotModel' | 'pivotPanelOpen' | 'initialState' | 'disablePivoting' | 'getPivotDerivedColumns' | 'columns'>, GridPrivateApiPremium>;
7
7
  export declare const useGridPivoting: (apiRef: RefObject<GridPrivateApiPremium>, props: Pick<DataGridPremiumProcessedProps, "pivotActive" | "onPivotActiveChange" | "pivotModel" | "onPivotModelChange" | "pivotPanelOpen" | "onPivotPanelOpenChange" | "disablePivoting" | "getPivotDerivedColumns" | "pivotingColDef" | "groupingColDef" | "aggregationFunctions" | "loading" | "dataSource">, originalColumnsProp: readonly GridColDef[], originalRowsProp: readonly GridRowModel[]) => void;
8
8
  export declare const useGridPivotingExportState: (apiRef: RefObject<GridPrivateApiPremium>) => void;
@@ -4,11 +4,11 @@ import { gridDataRowIdsSelector, gridRowIdSelector, gridRowsLoadingSelector, gri
4
4
  import useEnhancedEffect from '@mui/utils/useEnhancedEffect';
5
5
  import useOnMount from '@mui/utils/useOnMount';
6
6
  import { useGridApiMethod, useGridRegisterPipeProcessor, useGridSelector, gridPivotInitialColumnsSelector } from '@mui/x-data-grid-pro/internals';
7
- import { GridPivotPanel } from "../../../components/pivotPanel/index.js";
8
- import { gridPivotModelSelector, gridPivotActiveSelector, gridPivotPanelOpenSelector } from "./gridPivotingSelectors.js";
9
- import { getInitialColumns, getPivotForcedProps, createPivotPropsFromRows } from "./utils.js";
10
- import { getAvailableAggregationFunctions } from "../aggregation/gridAggregationUtils.js";
11
- import { GridSidebarValue } from "../sidebar/index.js";
7
+ import { GridPivotPanel } from "../../../components/pivotPanel/index.mjs";
8
+ import { gridPivotModelSelector, gridPivotActiveSelector, gridPivotPanelOpenSelector } from "./gridPivotingSelectors.mjs";
9
+ import { getInitialColumns, getPivotForcedProps, createPivotPropsFromRows } from "./utils.mjs";
10
+ import { getAvailableAggregationFunctions } from "../aggregation/gridAggregationUtils.mjs";
11
+ import { GridSidebarValue } from "../sidebar/index.mjs";
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  const emptyPivotModel = {
14
14
  rows: [],
@@ -1,8 +1,8 @@
1
1
  import { type GridColDef, type GridRowModel, type GridLocaleTextApi } from '@mui/x-data-grid-pro';
2
2
  import type { RefObject } from '@mui/x-internals/types';
3
- import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.js";
4
- import type { GridApiPremium } from "../../../models/gridApiPremium.js";
5
- import type { GridPivotingStaticPropsOverrides, GridPivotingDynamicPropsOverrides, GridPivotModel } from "./gridPivotingInterfaces.js";
3
+ import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.mjs";
4
+ import type { GridApiPremium } from "../../../models/gridApiPremium.mjs";
5
+ import type { GridPivotingStaticPropsOverrides, GridPivotingDynamicPropsOverrides, GridPivotModel } from "./gridPivotingInterfaces.mjs";
6
6
  export declare const defaultGetPivotDerivedColumns: NonNullable<DataGridPremiumProcessedProps['getPivotDerivedColumns']>;
7
7
  export declare const getInitialColumns: (originalColumns: DataGridPremiumProcessedProps["columns"], getPivotDerivedColumns: DataGridPremiumProcessedProps["getPivotDerivedColumns"], getLocaleText: GridLocaleTextApi["getLocaleText"]) => Map<string, GridColDef>;
8
8
  export declare const getPivotForcedProps: (pivotModel: GridPivotModel, columns: Map<string, GridColDef>, groupingColDef: DataGridPremiumProcessedProps["groupingColDef"]) => GridPivotingStaticPropsOverrides;
@@ -1,9 +1,9 @@
1
1
  import _extends from "@babel/runtime/helpers/esm/extends";
2
2
  import { isLeaf, gridStringOrNumberComparator } from '@mui/x-data-grid-pro';
3
3
  import { getDefaultColTypeDef } from '@mui/x-data-grid-pro/internals';
4
- import { COLUMN_GROUP_ID_SEPARATOR } from "../../../constants/columnGroups.js";
5
- import { isGroupingColumn } from "../rowGrouping/index.js";
6
- import { defaultGetAggregationPosition } from "../aggregation/gridAggregationUtils.js";
4
+ import { COLUMN_GROUP_ID_SEPARATOR } from "../../../constants/columnGroups.mjs";
5
+ import { isGroupingColumn } from "../rowGrouping/index.mjs";
6
+ import { defaultGetAggregationPosition } from "../aggregation/gridAggregationUtils.mjs";
7
7
  export const defaultGetPivotDerivedColumns = (column, getLocaleText) => {
8
8
  if (column.type === 'date') {
9
9
  const field = column.field;
@@ -1,8 +1,8 @@
1
1
  import type { RefObject } from '@mui/x-internals/types';
2
2
  import { type GridColDef, type GridGroupingColDefOverride } from '@mui/x-data-grid-pro';
3
3
  import { type GridColumnRawLookup, RowGroupingStrategy } from '@mui/x-data-grid-pro/internals';
4
- import type { GridApiPremium } from "../../../models/gridApiPremium.js";
5
- import type { GridRowGroupingModel } from "./gridRowGroupingInterfaces.js";
4
+ import type { GridApiPremium } from "../../../models/gridApiPremium.mjs";
5
+ import type { GridRowGroupingModel } from "./gridRowGroupingInterfaces.mjs";
6
6
  interface CreateGroupingColDefMonoCriteriaParams {
7
7
  columnsLookup: GridColumnRawLookup;
8
8
  /**
@@ -4,12 +4,12 @@ const _excluded = ["leafField", "mainGroupingCriteria", "hideDescendantCount"],
4
4
  _excluded2 = ["leafField", "mainGroupingCriteria", "hideDescendantCount"];
5
5
  import { GRID_STRING_COL_DEF, gridRowIdSelector, gridRowNodeSelector } from '@mui/x-data-grid-pro';
6
6
  import { isSingleSelectColDef, RowGroupingStrategy } from '@mui/x-data-grid-pro/internals';
7
- import { GridGroupingColumnFooterCell } from "../../../components/GridGroupingColumnFooterCell.js";
8
- import { GridGroupingCriteriaCell } from "../../../components/GridGroupingCriteriaCell.js";
9
- import { GridDataSourceGroupingCriteriaCell } from "../../../components/GridDataSourceGroupingCriteriaCell.js";
10
- import { GridGroupingColumnLeafCell } from "../../../components/GridGroupingColumnLeafCell.js";
11
- import { getRowGroupingFieldFromGroupingCriteria, GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD } from "./gridRowGroupingUtils.js";
12
- import { gridRowGroupingSanitizedModelSelector } from "./gridRowGroupingSelector.js";
7
+ import { GridGroupingColumnFooterCell } from "../../../components/GridGroupingColumnFooterCell.mjs";
8
+ import { GridGroupingCriteriaCell } from "../../../components/GridGroupingCriteriaCell.mjs";
9
+ import { GridDataSourceGroupingCriteriaCell } from "../../../components/GridDataSourceGroupingCriteriaCell.mjs";
10
+ import { GridGroupingColumnLeafCell } from "../../../components/GridGroupingColumnLeafCell.mjs";
11
+ import { getRowGroupingFieldFromGroupingCriteria, GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD } from "./gridRowGroupingUtils.mjs";
12
+ import { gridRowGroupingSanitizedModelSelector } from "./gridRowGroupingSelector.mjs";
13
13
  import { jsx as _jsx } from "react/jsx-runtime";
14
14
  const GROUPING_COL_DEF_DEFAULT_PROPERTIES = _extends({}, GRID_STRING_COL_DEF, {
15
15
  type: 'custom',
@@ -1,7 +1,7 @@
1
- import type { GridStatePremium } from "../../../models/gridStatePremium.js";
1
+ import type { GridStatePremium } from "../../../models/gridStatePremium.mjs";
2
2
  export declare const gridRowGroupingModelSelector: (args_0: import("react").RefObject<{
3
3
  state: GridStatePremium;
4
- } | null>) => import("./gridRowGroupingInterfaces.js").GridRowGroupingModel;
4
+ } | null>) => import("./gridRowGroupingInterfaces.mjs").GridRowGroupingModel;
5
5
  export declare const gridRowGroupingSanitizedModelSelector: (args_0: import("react").RefObject<{
6
6
  state: GridStatePremium;
7
7
  } | null>) => string[];
@@ -1,10 +1,10 @@
1
1
  import type { RefObject } from '@mui/x-internals/types';
2
2
  import type { GridRowTreeConfig, GridFilterState, GridFilterModel, GridRowModel, GridColDef, GridKeyValue, GridDataSource } from '@mui/x-data-grid-pro';
3
3
  import { type GridAggregatedFilterItemApplier, type GridColumnRawLookup, GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD, getRowGroupingCriteriaFromGroupingField, isGroupingColumn, RowGroupingStrategy } from '@mui/x-data-grid-pro/internals';
4
- import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.js";
5
- import type { GridGroupingRule, GridGroupingRules, GridRowGroupingModel } from "./gridRowGroupingInterfaces.js";
6
- import type { GridStatePremium } from "../../../models/gridStatePremium.js";
7
- import type { GridPrivateApiPremium } from "../../../models/gridApiPremium.js";
4
+ import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.mjs";
5
+ import type { GridGroupingRule, GridGroupingRules, GridRowGroupingModel } from "./gridRowGroupingInterfaces.mjs";
6
+ import type { GridStatePremium } from "../../../models/gridStatePremium.mjs";
7
+ import type { GridPrivateApiPremium } from "../../../models/gridApiPremium.mjs";
8
8
  export { GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD, getRowGroupingCriteriaFromGroupingField, isGroupingColumn };
9
9
  export declare const getRowGroupingFieldFromGroupingCriteria: (groupingCriteria: string | null) => string;
10
10
  interface FilterRowTreeFromTreeDataParams {
@@ -1,6 +1,6 @@
1
1
  import _extends from "@babel/runtime/helpers/esm/extends";
2
2
  import { passFilterLogic, GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD, getRowGroupingCriteriaFromGroupingField, isGroupingColumn, GridStrategyGroup, getRowValue, RowGroupingStrategy } from '@mui/x-data-grid-pro/internals';
3
- import { gridRowGroupingSanitizedModelSelector } from "./gridRowGroupingSelector.js";
3
+ import { gridRowGroupingSanitizedModelSelector } from "./gridRowGroupingSelector.mjs";
4
4
  export { GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD, getRowGroupingCriteriaFromGroupingField, isGroupingColumn };
5
5
  export const getRowGroupingFieldFromGroupingCriteria = groupingCriteria => {
6
6
  if (groupingCriteria === null) {
@@ -1,3 +1,3 @@
1
- export * from "./gridRowGroupingSelector.js";
2
- export * from "./gridRowGroupingInterfaces.js";
3
- export { GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD, getRowGroupingFieldFromGroupingCriteria, isGroupingColumn } from "./gridRowGroupingUtils.js";
1
+ export * from "./gridRowGroupingSelector.mjs";
2
+ export * from "./gridRowGroupingInterfaces.mjs";
3
+ export { GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD, getRowGroupingFieldFromGroupingCriteria, isGroupingColumn } from "./gridRowGroupingUtils.mjs";
@@ -1,3 +1,3 @@
1
- export * from "./gridRowGroupingSelector.js";
2
- export * from "./gridRowGroupingInterfaces.js";
3
- export { GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD, getRowGroupingFieldFromGroupingCriteria, isGroupingColumn } from "./gridRowGroupingUtils.js";
1
+ export * from "./gridRowGroupingSelector.mjs";
2
+ export * from "./gridRowGroupingInterfaces.mjs";
3
+ export { GRID_ROW_GROUPING_SINGLE_GROUPING_FIELD, getRowGroupingFieldFromGroupingCriteria, isGroupingColumn } from "./gridRowGroupingUtils.mjs";
@@ -1,4 +1,4 @@
1
1
  import type { RefObject } from '@mui/x-internals/types';
2
- import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.js";
3
- import type { GridPrivateApiPremium } from "../../../models/gridApiPremium.js";
2
+ import type { DataGridPremiumProcessedProps } from "../../../models/dataGridPremiumProps.mjs";
3
+ import type { GridPrivateApiPremium } from "../../../models/gridApiPremium.mjs";
4
4
  export declare const useGridDataSourceRowGroupingPreProcessors: (apiRef: RefObject<GridPrivateApiPremium>, props: Pick<DataGridPremiumProcessedProps, "disableRowGrouping" | "rowGroupingColumnMode" | "defaultGroupingExpansionDepth" | "isGroupExpandedByDefault" | "dataSource">) => void;
@@ -1,10 +1,12 @@
1
1
  "use strict";
2
2
 
3
3
  var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
5
  Object.defineProperty(exports, "__esModule", {
5
6
  value: true
6
7
  });
7
8
  exports.useGridDataSourceRowGroupingPreProcessors = void 0;
9
+ var _formatErrorMessage2 = _interopRequireDefault(require("@mui/x-internals/formatErrorMessage"));
8
10
  var React = _interopRequireWildcard(require("react"));
9
11
  var _xDataGridPro = require("@mui/x-data-grid-pro");
10
12
  var _internals = require("@mui/x-data-grid-pro/internals");
@@ -14,11 +16,11 @@ const useGridDataSourceRowGroupingPreProcessors = (apiRef, props) => {
14
16
  const createRowTreeForRowGrouping = React.useCallback(params => {
15
17
  const getGroupKey = props.dataSource?.getGroupKey;
16
18
  if (!getGroupKey) {
17
- throw new Error('MUI X: No `getGroupKey` method provided with the dataSource.');
19
+ throw new Error(process.env.NODE_ENV !== "production" ? 'MUI X: No `getGroupKey` method provided with the dataSource.' : (0, _formatErrorMessage2.default)(121));
18
20
  }
19
21
  const getChildrenCount = props.dataSource?.getChildrenCount;
20
22
  if (!getChildrenCount) {
21
- throw new Error('MUI X: No `getChildrenCount` method provided with the dataSource.');
23
+ throw new Error(process.env.NODE_ENV !== "production" ? 'MUI X: No `getChildrenCount` method provided with the dataSource.' : (0, _formatErrorMessage2.default)(122));
22
24
  }
23
25
  const pivotingActive = (0, _internals.gridPivotActiveSelector)(apiRef);
24
26
  const sanitizedRowGroupingModel = (0, _gridRowGroupingSelector.gridRowGroupingSanitizedModelSelector)(apiRef);
@@ -1,17 +1,18 @@
1
+ import _formatErrorMessage from "@mui/x-internals/formatErrorMessage";
1
2
  import * as React from 'react';
2
3
  import { gridRowTreeSelector, gridColumnLookupSelector } from '@mui/x-data-grid-pro';
3
4
  import { useGridRegisterStrategyProcessor, createRowTree, updateRowTree, getVisibleRowsLookup, skipSorting, skipFiltering, getParentPath, RowGroupingStrategy, gridPivotActiveSelector } from '@mui/x-data-grid-pro/internals';
4
- import { getGroupingRules } from "./gridRowGroupingUtils.js";
5
- import { gridRowGroupingSanitizedModelSelector } from "./gridRowGroupingSelector.js";
5
+ import { getGroupingRules } from "./gridRowGroupingUtils.mjs";
6
+ import { gridRowGroupingSanitizedModelSelector } from "./gridRowGroupingSelector.mjs";
6
7
  export const useGridDataSourceRowGroupingPreProcessors = (apiRef, props) => {
7
8
  const createRowTreeForRowGrouping = React.useCallback(params => {
8
9
  const getGroupKey = props.dataSource?.getGroupKey;
9
10
  if (!getGroupKey) {
10
- throw new Error('MUI X: No `getGroupKey` method provided with the dataSource.');
11
+ throw new Error(process.env.NODE_ENV !== "production" ? 'MUI X: No `getGroupKey` method provided with the dataSource.' : _formatErrorMessage(121));
11
12
  }
12
13
  const getChildrenCount = props.dataSource?.getChildrenCount;
13
14
  if (!getChildrenCount) {
14
- throw new Error('MUI X: No `getChildrenCount` method provided with the dataSource.');
15
+ throw new Error(process.env.NODE_ENV !== "production" ? 'MUI X: No `getChildrenCount` method provided with the dataSource.' : _formatErrorMessage(122));
15
16
  }
16
17
  const pivotingActive = gridPivotActiveSelector(apiRef);
17
18
  const sanitizedRowGroupingModel = gridRowGroupingSanitizedModelSelector(apiRef);