@mui/x-data-grid-pro 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 (283) hide show
  1. package/CHANGELOG.md +240 -0
  2. package/DataGridPro/DataGrid.js +4 -2
  3. package/DataGridPro/DataGrid.mjs +20 -0
  4. package/{esm/DataGridPro/DataGridPro.d.ts → DataGridPro/DataGridPro.d.mts} +2 -2
  5. package/DataGridPro/DataGridPro.js +72 -11
  6. package/{esm/DataGridPro/DataGridPro.js → DataGridPro/DataGridPro.mjs} +72 -11
  7. package/DataGridPro/index.d.mts +3 -0
  8. package/DataGridPro/index.mjs +3 -0
  9. package/{esm/DataGridPro/useDataGridProComponent.d.ts → DataGridPro/useDataGridProComponent.d.mts} +2 -2
  10. package/{esm/DataGridPro/useDataGridProComponent.js → DataGridPro/useDataGridProComponent.mjs} +18 -18
  11. package/{esm/DataGridPro/useDataGridProProps.d.ts → DataGridPro/useDataGridProProps.d.mts} +1 -1
  12. package/{esm/DataGridPro/useDataGridProProps.js → DataGridPro/useDataGridProProps.mjs} +1 -1
  13. package/{esm/components/GridColumnHeaders.js → components/GridColumnHeaders.mjs} +1 -1
  14. package/{esm/components/GridColumnMenuPinningItem.js → components/GridColumnMenuPinningItem.mjs} +2 -2
  15. package/{esm/components/GridDataSourceTreeDataGroupingCell.js → components/GridDataSourceTreeDataGroupingCell.mjs} +3 -3
  16. package/{esm/components/GridDetailPanel.js → components/GridDetailPanel.mjs} +2 -2
  17. package/{esm/components/GridDetailPanelToggleCell.js → components/GridDetailPanelToggleCell.mjs} +3 -3
  18. package/{esm/components/GridDetailPanels.js → components/GridDetailPanels.mjs} +5 -5
  19. package/{esm/components/GridProColumnMenu.d.ts → components/GridProColumnMenu.d.mts} +1 -1
  20. package/{esm/components/GridProColumnMenu.js → components/GridProColumnMenu.mjs} +1 -1
  21. package/{esm/components/GridRowReorderCell.js → components/GridRowReorderCell.mjs} +1 -1
  22. package/{esm/components/GridTreeDataGroupingCell.js → components/GridTreeDataGroupingCell.mjs} +2 -2
  23. package/components/headerFiltering/GridHeaderFilterCell.js +3 -2
  24. package/{esm/components/headerFiltering/GridHeaderFilterCell.js → components/headerFiltering/GridHeaderFilterCell.mjs} +6 -5
  25. package/{esm/components/headerFiltering/GridHeaderFilterClearButton.js → components/headerFiltering/GridHeaderFilterClearButton.mjs} +1 -1
  26. package/components/headerFiltering/GridHeaderFilterMenu.js +2 -1
  27. package/{esm/components/headerFiltering/GridHeaderFilterMenu.js → components/headerFiltering/GridHeaderFilterMenu.mjs} +2 -1
  28. package/components/headerFiltering/GridHeaderFilterMenuContainer.js +2 -1
  29. package/{esm/components/headerFiltering/GridHeaderFilterMenuContainer.js → components/headerFiltering/GridHeaderFilterMenuContainer.mjs} +3 -2
  30. package/components/headerFiltering/index.d.mts +3 -0
  31. package/components/headerFiltering/index.mjs +3 -0
  32. package/components/index.d.mts +6 -0
  33. package/components/index.mjs +7 -0
  34. package/{esm/components/reexports.d.ts → components/reexports.d.mts} +1 -1
  35. package/{esm/components/reexports.js → components/reexports.mjs} +1 -1
  36. package/constants/dataGridProDefaultSlotsComponents.d.mts +2 -0
  37. package/{esm/constants/dataGridProDefaultSlotsComponents.js → constants/dataGridProDefaultSlotsComponents.mjs} +7 -7
  38. package/{esm/hooks/features/columnHeaders/useGridColumnHeaders.js → hooks/features/columnHeaders/useGridColumnHeaders.mjs} +1 -1
  39. package/hooks/features/columnPinning/index.d.mts +1 -0
  40. package/hooks/features/columnPinning/index.mjs +1 -0
  41. package/{esm/hooks/features/columnPinning/useGridColumnPinning.d.ts → hooks/features/columnPinning/useGridColumnPinning.d.mts} +2 -2
  42. package/{esm/hooks/features/columnPinning/useGridColumnPinningPreProcessors.d.ts → hooks/features/columnPinning/useGridColumnPinningPreProcessors.d.mts} +2 -2
  43. package/{esm/hooks/features/columnReorder/columnReorderSelector.d.ts → hooks/features/columnReorder/columnReorderSelector.d.mts} +2 -2
  44. package/{esm/hooks/features/columnReorder/index.d.ts → hooks/features/columnReorder/index.d.mts} +2 -2
  45. package/hooks/features/columnReorder/index.mjs +2 -0
  46. package/{esm/hooks/features/columnReorder/useGridColumnReorder.d.ts → hooks/features/columnReorder/useGridColumnReorder.d.mts} +2 -2
  47. package/{esm/hooks/features/columnReorder/useGridColumnReorder.js → hooks/features/columnReorder/useGridColumnReorder.mjs} +1 -1
  48. package/{esm/hooks/features/dataSource/gridDataSourceSelector.d.ts → hooks/features/dataSource/gridDataSourceSelector.d.mts} +2 -2
  49. package/hooks/features/dataSource/index.d.mts +1 -0
  50. package/{esm/hooks/features/dataSource/useGridDataSourceBasePro.d.ts → hooks/features/dataSource/useGridDataSourceBasePro.d.mts} +3 -3
  51. package/hooks/features/dataSource/useGridDataSourceBasePro.js +13 -15
  52. package/{esm/hooks/features/dataSource/useGridDataSourceBasePro.js → hooks/features/dataSource/useGridDataSourceBasePro.mjs} +16 -18
  53. package/{esm/hooks/features/dataSource/useGridDataSourcePro.d.ts → hooks/features/dataSource/useGridDataSourcePro.d.mts} +2 -2
  54. package/{esm/hooks/features/dataSource/useGridDataSourcePro.js → hooks/features/dataSource/useGridDataSourcePro.mjs} +1 -1
  55. package/{esm/hooks/features/dataSource/utils.d.ts → hooks/features/dataSource/utils.d.mts} +1 -1
  56. package/{esm/hooks/features/detailPanel/gridDetailPanelSelector.d.ts → hooks/features/detailPanel/gridDetailPanelSelector.d.mts} +2 -2
  57. package/hooks/features/detailPanel/gridDetailPanelToggleColDef.js +2 -1
  58. package/{esm/hooks/features/detailPanel/gridDetailPanelToggleColDef.js → hooks/features/detailPanel/gridDetailPanelToggleColDef.mjs} +4 -3
  59. package/{esm/hooks/features/detailPanel/index.d.ts → hooks/features/detailPanel/index.d.mts} +3 -3
  60. package/{esm/hooks/features/detailPanel/index.js → hooks/features/detailPanel/index.mjs} +3 -3
  61. package/{esm/hooks/features/detailPanel/useGridDetailPanel.d.ts → hooks/features/detailPanel/useGridDetailPanel.d.mts} +2 -2
  62. package/{esm/hooks/features/detailPanel/useGridDetailPanel.js → hooks/features/detailPanel/useGridDetailPanel.mjs} +2 -2
  63. package/{esm/hooks/features/detailPanel/useGridDetailPanelPreProcessors.d.ts → hooks/features/detailPanel/useGridDetailPanelPreProcessors.d.mts} +2 -2
  64. package/{esm/hooks/features/detailPanel/useGridDetailPanelPreProcessors.js → hooks/features/detailPanel/useGridDetailPanelPreProcessors.mjs} +2 -2
  65. package/hooks/features/index.d.mts +7 -0
  66. package/hooks/features/index.mjs +8 -0
  67. package/{esm/hooks/features/infiniteLoader/useGridInfiniteLoader.d.ts → hooks/features/infiniteLoader/useGridInfiniteLoader.d.mts} +2 -2
  68. package/{esm/hooks/features/lazyLoader/useGridLazyLoader.d.ts → hooks/features/lazyLoader/useGridLazyLoader.d.mts} +2 -2
  69. package/{esm/hooks/features/lazyLoader/useGridLazyLoader.js → hooks/features/lazyLoader/useGridLazyLoader.mjs} +1 -1
  70. package/{esm/hooks/features/lazyLoader/useGridLazyLoaderPreProcessors.d.ts → hooks/features/lazyLoader/useGridLazyLoaderPreProcessors.d.mts} +2 -2
  71. package/{esm/hooks/features/lazyLoader/utils.d.ts → hooks/features/lazyLoader/utils.d.mts} +1 -1
  72. package/hooks/features/rowPinning/index.d.mts +1 -0
  73. package/hooks/features/rowPinning/index.mjs +1 -0
  74. package/{esm/hooks/features/rowPinning/useGridRowPinning.d.ts → hooks/features/rowPinning/useGridRowPinning.d.mts} +2 -2
  75. package/{esm/hooks/features/rowPinning/useGridRowPinningPreProcessors.d.ts → hooks/features/rowPinning/useGridRowPinningPreProcessors.d.mts} +2 -2
  76. package/{esm/hooks/features/rowPinning/useGridRowPinningPreProcessors.js → hooks/features/rowPinning/useGridRowPinningPreProcessors.mjs} +1 -1
  77. package/{esm/hooks/features/rowReorder/commonReorderConditions.d.ts → hooks/features/rowReorder/commonReorderConditions.d.mts} +1 -1
  78. package/{esm/hooks/features/rowReorder/gridRowReorderColDef.js → hooks/features/rowReorder/gridRowReorderColDef.mjs} +1 -1
  79. package/hooks/features/rowReorder/index.d.mts +2 -0
  80. package/hooks/features/rowReorder/index.mjs +2 -0
  81. package/{esm/hooks/features/rowReorder/models.d.ts → hooks/features/rowReorder/models.d.mts} +1 -1
  82. package/{esm/hooks/features/rowReorder/reorderExecutor.d.ts → hooks/features/rowReorder/reorderExecutor.d.mts} +1 -1
  83. package/{esm/hooks/features/rowReorder/reorderValidator.d.ts → hooks/features/rowReorder/reorderValidator.d.mts} +1 -1
  84. package/{esm/hooks/features/rowReorder/types.d.ts → hooks/features/rowReorder/types.d.mts} +2 -2
  85. package/{esm/hooks/features/rowReorder/useGridRowReorder.d.ts → hooks/features/rowReorder/useGridRowReorder.d.mts} +2 -2
  86. package/hooks/features/rowReorder/useGridRowReorder.js +3 -2
  87. package/{esm/hooks/features/rowReorder/useGridRowReorder.js → hooks/features/rowReorder/useGridRowReorder.mjs} +5 -4
  88. package/{esm/hooks/features/rowReorder/useGridRowReorderPreProcessors.d.ts → hooks/features/rowReorder/useGridRowReorderPreProcessors.d.mts} +2 -2
  89. package/{esm/hooks/features/rowReorder/useGridRowReorderPreProcessors.js → hooks/features/rowReorder/useGridRowReorderPreProcessors.mjs} +1 -1
  90. package/{esm/hooks/features/rowReorder/utils.d.ts → hooks/features/rowReorder/utils.d.mts} +4 -4
  91. package/{esm/hooks/features/rowReorder/utils.js → hooks/features/rowReorder/utils.mjs} +1 -1
  92. package/hooks/features/rows/index.d.mts +1 -0
  93. package/hooks/features/rows/index.mjs +1 -0
  94. package/{esm/hooks/features/rows/useGridRowAriaAttributes.js → hooks/features/rows/useGridRowAriaAttributes.mjs} +2 -2
  95. package/{esm/hooks/features/rows/useGridRowsOverridableMethods.d.ts → hooks/features/rows/useGridRowsOverridableMethods.d.mts} +2 -2
  96. package/hooks/features/rows/useGridRowsOverridableMethods.js +7 -5
  97. package/{esm/hooks/features/rows/useGridRowsOverridableMethods.js → hooks/features/rows/useGridRowsOverridableMethods.mjs} +7 -6
  98. package/{esm/hooks/features/serverSideLazyLoader/useGridDataSourceLazyLoader.d.ts → hooks/features/serverSideLazyLoader/useGridDataSourceLazyLoader.d.mts} +2 -2
  99. package/{esm/hooks/features/serverSideLazyLoader/useGridDataSourceLazyLoader.js → hooks/features/serverSideLazyLoader/useGridDataSourceLazyLoader.mjs} +2 -2
  100. package/{esm/hooks/features/serverSideLazyLoader/useGridInfiniteLoadingIntersection.d.ts → hooks/features/serverSideLazyLoader/useGridInfiniteLoadingIntersection.d.mts} +2 -2
  101. package/{esm/hooks/features/serverSideTreeData/useGridDataSourceTreeDataPreProcessors.d.ts → hooks/features/serverSideTreeData/useGridDataSourceTreeDataPreProcessors.d.mts} +2 -2
  102. package/hooks/features/serverSideTreeData/useGridDataSourceTreeDataPreProcessors.js +4 -3
  103. package/{esm/hooks/features/serverSideTreeData/useGridDataSourceTreeDataPreProcessors.js → hooks/features/serverSideTreeData/useGridDataSourceTreeDataPreProcessors.mjs} +11 -10
  104. package/{esm/hooks/features/treeData/gridTreeDataUtils.d.ts → hooks/features/treeData/gridTreeDataUtils.d.mts} +1 -1
  105. package/{esm/hooks/features/treeData/index.d.ts → hooks/features/treeData/index.d.mts} +1 -1
  106. package/{esm/hooks/features/treeData/index.js → hooks/features/treeData/index.mjs} +1 -1
  107. package/{esm/hooks/features/treeData/treeDataReorderExecutor.d.ts → hooks/features/treeData/treeDataReorderExecutor.d.mts} +2 -2
  108. package/{esm/hooks/features/treeData/treeDataReorderExecutor.js → hooks/features/treeData/treeDataReorderExecutor.mjs} +3 -3
  109. package/{esm/hooks/features/treeData/treeDataReorderValidator.d.ts → hooks/features/treeData/treeDataReorderValidator.d.mts} +1 -1
  110. package/{esm/hooks/features/treeData/treeDataReorderValidator.js → hooks/features/treeData/treeDataReorderValidator.mjs} +2 -2
  111. package/{esm/hooks/features/treeData/useGridTreeData.d.ts → hooks/features/treeData/useGridTreeData.d.mts} +2 -2
  112. package/{esm/hooks/features/treeData/useGridTreeData.js → hooks/features/treeData/useGridTreeData.mjs} +2 -2
  113. package/{esm/hooks/features/treeData/useGridTreeDataPreProcessors.d.ts → hooks/features/treeData/useGridTreeDataPreProcessors.d.mts} +2 -2
  114. package/hooks/features/treeData/useGridTreeDataPreProcessors.js +3 -2
  115. package/{esm/hooks/features/treeData/useGridTreeDataPreProcessors.js → hooks/features/treeData/useGridTreeDataPreProcessors.mjs} +10 -9
  116. package/{esm/hooks/features/treeData/utils.d.ts → hooks/features/treeData/utils.d.mts} +1 -1
  117. package/{esm/hooks/features/treeData/utils.js → hooks/features/treeData/utils.mjs} +1 -1
  118. package/hooks/index.d.mts +1 -0
  119. package/hooks/index.mjs +1 -0
  120. package/{esm/hooks/utils/useGridApiContext.d.ts → hooks/utils/useGridApiContext.d.mts} +1 -1
  121. package/{esm/hooks/utils/useGridApiRef.d.ts → hooks/utils/useGridApiRef.d.mts} +1 -1
  122. package/{esm/hooks/utils/useGridAriaAttributes.js → hooks/utils/useGridAriaAttributes.mjs} +1 -1
  123. package/{esm/hooks/utils/useGridPrivateApiContext.d.ts → hooks/utils/useGridPrivateApiContext.d.mts} +1 -1
  124. package/{esm/hooks/utils/useGridRootProps.d.ts → hooks/utils/useGridRootProps.d.mts} +1 -1
  125. package/{esm/index.d.ts → index.d.mts} +14 -14
  126. package/index.js +1 -1
  127. package/{esm/index.js → index.mjs} +10 -10
  128. package/{esm/internals/index.d.ts → internals/index.d.mts} +44 -44
  129. package/{esm/internals/index.js → internals/index.mjs} +38 -38
  130. package/{esm/internals/propValidation.d.ts → internals/propValidation.d.mts} +1 -1
  131. package/{esm/material/index.js → material/index.mjs} +1 -1
  132. package/{esm/models/dataGridProProps.d.ts → models/dataGridProProps.d.mts} +9 -9
  133. package/{esm/models/gridApiPro.d.ts → models/gridApiPro.d.mts} +5 -5
  134. package/{esm/models/gridProSlotProps.d.ts → models/gridProSlotProps.d.mts} +1 -1
  135. package/{esm/models/gridProSlotsComponent.d.ts → models/gridProSlotsComponent.d.mts} +1 -1
  136. package/{esm/models/gridStatePro.d.ts → models/gridStatePro.d.mts} +2 -2
  137. package/models/index.d.mts +7 -0
  138. package/models/index.mjs +7 -0
  139. package/package.json +141 -16
  140. package/themeAugmentation/index.d.mts +2 -0
  141. package/themeAugmentation/index.mjs +4 -0
  142. package/{esm/themeAugmentation/props.d.ts → themeAugmentation/props.d.mts} +1 -1
  143. package/typeOverloads/index.d.mts +1 -0
  144. package/typeOverloads/index.mjs +1 -0
  145. package/{esm/typeOverloads/modules.d.ts → typeOverloads/modules.d.mts} +5 -5
  146. package/{esm/typeOverloads/reexports.d.ts → typeOverloads/reexports.d.mts} +5 -5
  147. package/{esm/typeOverloads/reexports.js → typeOverloads/reexports.mjs} +3 -3
  148. package/utils/index.d.mts +1 -0
  149. package/utils/index.mjs +1 -0
  150. package/{esm/utils/tree/createRowTree.d.ts → utils/tree/createRowTree.d.mts} +2 -2
  151. package/{esm/utils/tree/createRowTree.js → utils/tree/createRowTree.mjs} +1 -1
  152. package/utils/tree/index.d.mts +1 -0
  153. package/utils/tree/index.mjs +1 -0
  154. package/{esm/utils/tree/insertDataRowInTree.d.ts → utils/tree/insertDataRowInTree.d.mts} +2 -2
  155. package/{esm/utils/tree/insertDataRowInTree.js → utils/tree/insertDataRowInTree.mjs} +1 -1
  156. package/{esm/utils/tree/removeDataRowFromTree.js → utils/tree/removeDataRowFromTree.mjs} +3 -3
  157. package/{esm/utils/tree/updateRowTree.d.ts → utils/tree/updateRowTree.d.mts} +1 -1
  158. package/{esm/utils/tree/updateRowTree.js → utils/tree/updateRowTree.mjs} +3 -3
  159. package/{esm/utils/tree/utils.d.ts → utils/tree/utils.d.mts} +3 -3
  160. package/esm/DataGridPro/DataGrid.js +0 -19
  161. package/esm/DataGridPro/index.d.ts +0 -3
  162. package/esm/DataGridPro/index.js +0 -3
  163. package/esm/components/headerFiltering/index.d.ts +0 -3
  164. package/esm/components/headerFiltering/index.js +0 -3
  165. package/esm/components/index.d.ts +0 -6
  166. package/esm/components/index.js +0 -7
  167. package/esm/constants/dataGridProDefaultSlotsComponents.d.ts +0 -2
  168. package/esm/hooks/features/columnPinning/index.d.ts +0 -1
  169. package/esm/hooks/features/columnPinning/index.js +0 -1
  170. package/esm/hooks/features/columnReorder/index.js +0 -2
  171. package/esm/hooks/features/dataSource/index.d.ts +0 -1
  172. package/esm/hooks/features/index.d.ts +0 -7
  173. package/esm/hooks/features/index.js +0 -8
  174. package/esm/hooks/features/rowPinning/index.d.ts +0 -1
  175. package/esm/hooks/features/rowPinning/index.js +0 -1
  176. package/esm/hooks/features/rowReorder/index.d.ts +0 -2
  177. package/esm/hooks/features/rowReorder/index.js +0 -2
  178. package/esm/hooks/features/rows/index.d.ts +0 -1
  179. package/esm/hooks/features/rows/index.js +0 -1
  180. package/esm/hooks/index.d.ts +0 -1
  181. package/esm/hooks/index.js +0 -1
  182. package/esm/models/index.d.ts +0 -7
  183. package/esm/models/index.js +0 -7
  184. package/esm/package.json +0 -1
  185. package/esm/themeAugmentation/index.d.ts +0 -2
  186. package/esm/themeAugmentation/index.js +0 -4
  187. package/esm/typeOverloads/index.d.ts +0 -1
  188. package/esm/typeOverloads/index.js +0 -1
  189. package/esm/utils/index.d.ts +0 -1
  190. package/esm/utils/index.js +0 -1
  191. package/esm/utils/tree/index.d.ts +0 -1
  192. package/esm/utils/tree/index.js +0 -1
  193. /package/{esm/DataGridPro/DataGrid.d.ts → DataGridPro/DataGrid.d.mts} +0 -0
  194. /package/{esm/components/GridColumnHeaders.d.ts → components/GridColumnHeaders.d.mts} +0 -0
  195. /package/{esm/components/GridColumnMenuPinningItem.d.ts → components/GridColumnMenuPinningItem.d.mts} +0 -0
  196. /package/{esm/components/GridDataSourceTreeDataGroupingCell.d.ts → components/GridDataSourceTreeDataGroupingCell.d.mts} +0 -0
  197. /package/{esm/components/GridDetailPanel.d.ts → components/GridDetailPanel.d.mts} +0 -0
  198. /package/{esm/components/GridDetailPanelToggleCell.d.ts → components/GridDetailPanelToggleCell.d.mts} +0 -0
  199. /package/{esm/components/GridDetailPanels.d.ts → components/GridDetailPanels.d.mts} +0 -0
  200. /package/{esm/components/GridPinnedRows.d.ts → components/GridPinnedRows.d.mts} +0 -0
  201. /package/{esm/components/GridPinnedRows.js → components/GridPinnedRows.mjs} +0 -0
  202. /package/{esm/components/GridRowReorderCell.d.ts → components/GridRowReorderCell.d.mts} +0 -0
  203. /package/{esm/components/GridTreeDataGroupingCell.d.ts → components/GridTreeDataGroupingCell.d.mts} +0 -0
  204. /package/{esm/components/headerFiltering/GridHeaderFilterCell.d.ts → components/headerFiltering/GridHeaderFilterCell.d.mts} +0 -0
  205. /package/{esm/components/headerFiltering/GridHeaderFilterClearButton.d.ts → components/headerFiltering/GridHeaderFilterClearButton.d.mts} +0 -0
  206. /package/{esm/components/headerFiltering/GridHeaderFilterMenu.d.ts → components/headerFiltering/GridHeaderFilterMenu.d.mts} +0 -0
  207. /package/{esm/components/headerFiltering/GridHeaderFilterMenuContainer.d.ts → components/headerFiltering/GridHeaderFilterMenuContainer.d.mts} +0 -0
  208. /package/{esm/hooks/features/columnHeaders/useGridColumnHeaders.d.ts → hooks/features/columnHeaders/useGridColumnHeaders.d.mts} +0 -0
  209. /package/{esm/hooks/features/columnPinning/gridColumnPinningInterface.d.ts → hooks/features/columnPinning/gridColumnPinningInterface.d.mts} +0 -0
  210. /package/{esm/hooks/features/columnPinning/gridColumnPinningInterface.js → hooks/features/columnPinning/gridColumnPinningInterface.mjs} +0 -0
  211. /package/{esm/hooks/features/columnPinning/useGridColumnPinning.js → hooks/features/columnPinning/useGridColumnPinning.mjs} +0 -0
  212. /package/{esm/hooks/features/columnPinning/useGridColumnPinningPreProcessors.js → hooks/features/columnPinning/useGridColumnPinningPreProcessors.mjs} +0 -0
  213. /package/{esm/hooks/features/columnReorder/columnReorderInterfaces.d.ts → hooks/features/columnReorder/columnReorderInterfaces.d.mts} +0 -0
  214. /package/{esm/hooks/features/columnReorder/columnReorderInterfaces.js → hooks/features/columnReorder/columnReorderInterfaces.mjs} +0 -0
  215. /package/{esm/hooks/features/columnReorder/columnReorderSelector.js → hooks/features/columnReorder/columnReorderSelector.mjs} +0 -0
  216. /package/{esm/hooks/features/dataSource/gridDataSourceSelector.js → hooks/features/dataSource/gridDataSourceSelector.mjs} +0 -0
  217. /package/{esm/hooks/features/dataSource/index.js → hooks/features/dataSource/index.mjs} +0 -0
  218. /package/{esm/hooks/features/dataSource/models.d.ts → hooks/features/dataSource/models.d.mts} +0 -0
  219. /package/{esm/hooks/features/dataSource/models.js → hooks/features/dataSource/models.mjs} +0 -0
  220. /package/{esm/hooks/features/dataSource/utils.js → hooks/features/dataSource/utils.mjs} +0 -0
  221. /package/{esm/hooks/features/detailPanel/gridDetailPanelInterface.d.ts → hooks/features/detailPanel/gridDetailPanelInterface.d.mts} +0 -0
  222. /package/{esm/hooks/features/detailPanel/gridDetailPanelInterface.js → hooks/features/detailPanel/gridDetailPanelInterface.mjs} +0 -0
  223. /package/{esm/hooks/features/detailPanel/gridDetailPanelSelector.js → hooks/features/detailPanel/gridDetailPanelSelector.mjs} +0 -0
  224. /package/{esm/hooks/features/detailPanel/gridDetailPanelToggleColDef.d.ts → hooks/features/detailPanel/gridDetailPanelToggleColDef.d.mts} +0 -0
  225. /package/{esm/hooks/features/infiniteLoader/useGridInfiniteLoader.js → hooks/features/infiniteLoader/useGridInfiniteLoader.mjs} +0 -0
  226. /package/{esm/hooks/features/lazyLoader/useGridLazyLoaderPreProcessors.js → hooks/features/lazyLoader/useGridLazyLoaderPreProcessors.mjs} +0 -0
  227. /package/{esm/hooks/features/lazyLoader/utils.js → hooks/features/lazyLoader/utils.mjs} +0 -0
  228. /package/{esm/hooks/features/rowPinning/gridRowPinningInterface.d.ts → hooks/features/rowPinning/gridRowPinningInterface.d.mts} +0 -0
  229. /package/{esm/hooks/features/rowPinning/gridRowPinningInterface.js → hooks/features/rowPinning/gridRowPinningInterface.mjs} +0 -0
  230. /package/{esm/hooks/features/rowPinning/gridRowPinningSelector.d.ts → hooks/features/rowPinning/gridRowPinningSelector.d.mts} +0 -0
  231. /package/{esm/hooks/features/rowPinning/gridRowPinningSelector.js → hooks/features/rowPinning/gridRowPinningSelector.mjs} +0 -0
  232. /package/{esm/hooks/features/rowPinning/useGridRowPinning.js → hooks/features/rowPinning/useGridRowPinning.mjs} +0 -0
  233. /package/{esm/hooks/features/rowReorder/commonReorderConditions.js → hooks/features/rowReorder/commonReorderConditions.mjs} +0 -0
  234. /package/{esm/hooks/features/rowReorder/gridRowReorderColDef.d.ts → hooks/features/rowReorder/gridRowReorderColDef.d.mts} +0 -0
  235. /package/{esm/hooks/features/rowReorder/models.js → hooks/features/rowReorder/models.mjs} +0 -0
  236. /package/{esm/hooks/features/rowReorder/reorderExecutor.js → hooks/features/rowReorder/reorderExecutor.mjs} +0 -0
  237. /package/{esm/hooks/features/rowReorder/reorderValidator.js → hooks/features/rowReorder/reorderValidator.mjs} +0 -0
  238. /package/{esm/hooks/features/rowReorder/types.js → hooks/features/rowReorder/types.mjs} +0 -0
  239. /package/{esm/hooks/features/rows/useGridRowAriaAttributes.d.ts → hooks/features/rows/useGridRowAriaAttributes.d.mts} +0 -0
  240. /package/{esm/hooks/features/serverSideLazyLoader/useGridInfiniteLoadingIntersection.js → hooks/features/serverSideLazyLoader/useGridInfiniteLoadingIntersection.mjs} +0 -0
  241. /package/{esm/hooks/features/serverSideTreeData/utils.d.ts → hooks/features/serverSideTreeData/utils.d.mts} +0 -0
  242. /package/{esm/hooks/features/serverSideTreeData/utils.js → hooks/features/serverSideTreeData/utils.mjs} +0 -0
  243. /package/{esm/hooks/features/treeData/gridTreeDataGroupColDef.d.ts → hooks/features/treeData/gridTreeDataGroupColDef.d.mts} +0 -0
  244. /package/{esm/hooks/features/treeData/gridTreeDataGroupColDef.js → hooks/features/treeData/gridTreeDataGroupColDef.mjs} +0 -0
  245. /package/{esm/hooks/features/treeData/gridTreeDataUtils.js → hooks/features/treeData/gridTreeDataUtils.mjs} +0 -0
  246. /package/{esm/hooks/utils/useGridApiContext.js → hooks/utils/useGridApiContext.mjs} +0 -0
  247. /package/{esm/hooks/utils/useGridApiRef.js → hooks/utils/useGridApiRef.mjs} +0 -0
  248. /package/{esm/hooks/utils/useGridAriaAttributes.d.ts → hooks/utils/useGridAriaAttributes.d.mts} +0 -0
  249. /package/{esm/hooks/utils/useGridPrivateApiContext.js → hooks/utils/useGridPrivateApiContext.mjs} +0 -0
  250. /package/{esm/hooks/utils/useGridRootProps.js → hooks/utils/useGridRootProps.mjs} +0 -0
  251. /package/{esm/internals/propValidation.js → internals/propValidation.mjs} +0 -0
  252. /package/{esm/locales/index.d.ts → locales/index.d.mts} +0 -0
  253. /package/{esm/locales/index.js → locales/index.mjs} +0 -0
  254. /package/{esm/material/icons.d.ts → material/icons.d.mts} +0 -0
  255. /package/{esm/material/icons.js → material/icons.mjs} +0 -0
  256. /package/{esm/material/index.d.ts → material/index.d.mts} +0 -0
  257. /package/{esm/models/dataGridProProps.js → models/dataGridProProps.mjs} +0 -0
  258. /package/{esm/models/gridApiPro.js → models/gridApiPro.mjs} +0 -0
  259. /package/{esm/models/gridFetchRowsParams.d.ts → models/gridFetchRowsParams.d.mts} +0 -0
  260. /package/{esm/models/gridFetchRowsParams.js → models/gridFetchRowsParams.mjs} +0 -0
  261. /package/{esm/models/gridGroupingColDefOverride.d.ts → models/gridGroupingColDefOverride.d.mts} +0 -0
  262. /package/{esm/models/gridGroupingColDefOverride.js → models/gridGroupingColDefOverride.mjs} +0 -0
  263. /package/{esm/models/gridProIconSlotsComponent.d.ts → models/gridProIconSlotsComponent.d.mts} +0 -0
  264. /package/{esm/models/gridProIconSlotsComponent.js → models/gridProIconSlotsComponent.mjs} +0 -0
  265. /package/{esm/models/gridProSlotProps.js → models/gridProSlotProps.mjs} +0 -0
  266. /package/{esm/models/gridProSlotsComponent.js → models/gridProSlotsComponent.mjs} +0 -0
  267. /package/{esm/models/gridRowOrderChangeParams.d.ts → models/gridRowOrderChangeParams.d.mts} +0 -0
  268. /package/{esm/models/gridRowOrderChangeParams.js → models/gridRowOrderChangeParams.mjs} +0 -0
  269. /package/{esm/models/gridRowReorderApi.d.ts → models/gridRowReorderApi.d.mts} +0 -0
  270. /package/{esm/models/gridRowReorderApi.js → models/gridRowReorderApi.mjs} +0 -0
  271. /package/{esm/models/gridRowScrollEndParams.d.ts → models/gridRowScrollEndParams.d.mts} +0 -0
  272. /package/{esm/models/gridRowScrollEndParams.js → models/gridRowScrollEndParams.mjs} +0 -0
  273. /package/{esm/models/gridStatePro.js → models/gridStatePro.mjs} +0 -0
  274. /package/{esm/themeAugmentation/overrides.d.ts → themeAugmentation/overrides.d.mts} +0 -0
  275. /package/{esm/themeAugmentation/overrides.js → themeAugmentation/overrides.mjs} +0 -0
  276. /package/{esm/themeAugmentation/props.js → themeAugmentation/props.mjs} +0 -0
  277. /package/{esm/typeOverloads/modules.js → typeOverloads/modules.mjs} +0 -0
  278. /package/{esm/utils/tree/models.d.ts → utils/tree/models.d.mts} +0 -0
  279. /package/{esm/utils/tree/models.js → utils/tree/models.mjs} +0 -0
  280. /package/{esm/utils/tree/removeDataRowFromTree.d.ts → utils/tree/removeDataRowFromTree.d.mts} +0 -0
  281. /package/{esm/utils/tree/sortRowTree.d.ts → utils/tree/sortRowTree.d.mts} +0 -0
  282. /package/{esm/utils/tree/sortRowTree.js → utils/tree/sortRowTree.mjs} +0 -0
  283. /package/{esm/utils/tree/utils.js → utils/tree/utils.mjs} +0 -0
@@ -1,2 +0,0 @@
1
- export * from "./overrides.js";
2
- export * from "./props.js";
@@ -1,4 +0,0 @@
1
- export * from "./overrides.js";
2
- export * from "./props.js";
3
- // TODO v5
4
- // export * from './components';
@@ -1 +0,0 @@
1
- export * from "./modules.js";
@@ -1 +0,0 @@
1
- export * from "./modules.js";
@@ -1 +0,0 @@
1
- export * from "./tree/index.js";
@@ -1 +0,0 @@
1
- export * from "./tree/index.js";
@@ -1 +0,0 @@
1
- export { getGroupRowIdFromPath } from "./utils.js";
@@ -1 +0,0 @@
1
- export { getGroupRowIdFromPath } from "./utils.js";
File without changes
File without changes
File without changes