@mui/x-data-grid-premium 9.0.0-alpha.0 → 9.0.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +236 -0
- package/DataGridPremium/DataGrid.js +4 -2
- package/DataGridPremium/DataGrid.mjs +20 -0
- package/{esm/DataGridPremium/DataGridPremium.d.ts → DataGridPremium/DataGridPremium.d.mts} +2 -2
- package/DataGridPremium/DataGridPremium.js +77 -4
- package/{esm/DataGridPremium/DataGridPremium.js → DataGridPremium/DataGridPremium.mjs} +86 -13
- package/DataGridPremium/index.d.mts +3 -0
- package/DataGridPremium/index.mjs +3 -0
- package/{esm/DataGridPremium/useDataGridPremiumComponent.d.ts → DataGridPremium/useDataGridPremiumComponent.d.mts} +2 -2
- package/{esm/DataGridPremium/useDataGridPremiumComponent.js → DataGridPremium/useDataGridPremiumComponent.mjs} +15 -15
- package/{esm/DataGridPremium/useDataGridPremiumProps.d.ts → DataGridPremium/useDataGridPremiumProps.d.mts} +1 -1
- package/{esm/DataGridPremium/useDataGridPremiumProps.js → DataGridPremium/useDataGridPremiumProps.mjs} +5 -5
- package/{esm/components/GridAggregationHeader.js → components/GridAggregationHeader.mjs} +3 -3
- package/{esm/components/GridAggregationRowOverlay.js → components/GridAggregationRowOverlay.mjs} +2 -2
- package/{esm/components/GridBottomContainer.js → components/GridBottomContainer.mjs} +4 -4
- package/{esm/components/GridDataSourceGroupingCriteriaCell.js → components/GridDataSourceGroupingCriteriaCell.mjs} +3 -3
- package/{esm/components/GridEmptyPivotOverlay.js → components/GridEmptyPivotOverlay.mjs} +1 -1
- package/{esm/components/GridExcelExportMenuItem.d.ts → components/GridExcelExportMenuItem.d.mts} +1 -1
- package/{esm/components/GridExcelExportMenuItem.js → components/GridExcelExportMenuItem.mjs} +2 -2
- package/{esm/components/GridGroupingColumnFooterCell.js → components/GridGroupingColumnFooterCell.mjs} +1 -1
- package/{esm/components/GridGroupingColumnLeafCell.js → components/GridGroupingColumnLeafCell.mjs} +1 -1
- package/{esm/components/GridGroupingCriteriaCell.js → components/GridGroupingCriteriaCell.mjs} +3 -3
- package/{esm/components/GridPremiumColumnMenu.d.ts → components/GridPremiumColumnMenu.d.mts} +2 -2
- package/{esm/components/GridPremiumColumnMenu.js → components/GridPremiumColumnMenu.mjs} +5 -5
- package/{esm/components/GridPremiumToolbar.js → components/GridPremiumToolbar.mjs} +7 -7
- package/{esm/components/aiAssistantPanel/AiAssistantPanelTrigger.js → components/aiAssistantPanel/AiAssistantPanelTrigger.mjs} +2 -2
- package/{esm/components/aiAssistantPanel/GridAiAssistantPanel.js → components/aiAssistantPanel/GridAiAssistantPanel.mjs} +7 -7
- package/{esm/components/aiAssistantPanel/GridAiAssistantPanelConversation.d.ts → components/aiAssistantPanel/GridAiAssistantPanelConversation.d.mts} +1 -1
- package/{esm/components/aiAssistantPanel/GridAiAssistantPanelConversation.js → components/aiAssistantPanel/GridAiAssistantPanelConversation.mjs} +3 -3
- package/{esm/components/aiAssistantPanel/GridAiAssistantPanelConversationsMenu.js → components/aiAssistantPanel/GridAiAssistantPanelConversationsMenu.mjs} +3 -3
- package/{esm/components/aiAssistantPanel/GridAiAssistantPanelSuggestions.d.ts → components/aiAssistantPanel/GridAiAssistantPanelSuggestions.d.mts} +1 -1
- package/{esm/components/aiAssistantPanel/GridAiAssistantPanelSuggestions.js → components/aiAssistantPanel/GridAiAssistantPanelSuggestions.mjs} +2 -2
- package/components/aiAssistantPanel/index.d.mts +2 -0
- package/components/aiAssistantPanel/index.mjs +2 -0
- package/{esm/components/chartsPanel/ChartsPanelTrigger.js → components/chartsPanel/ChartsPanelTrigger.mjs} +3 -3
- package/{esm/components/chartsPanel/GridChartsPanel.js → components/chartsPanel/GridChartsPanel.mjs} +7 -7
- package/{esm/components/chartsPanel/chart/GridChartsPanelChart.js → components/chartsPanel/chart/GridChartsPanelChart.mjs} +1 -1
- package/{esm/components/chartsPanel/customize/GridChartsPanelCustomize.js → components/chartsPanel/customize/GridChartsPanelCustomize.mjs} +7 -7
- package/{esm/components/chartsPanel/data/GridChartsPanelData.js → components/chartsPanel/data/GridChartsPanelData.mjs} +2 -2
- package/{esm/components/chartsPanel/data/GridChartsPanelDataBody.d.ts → components/chartsPanel/data/GridChartsPanelDataBody.d.mts} +1 -1
- package/{esm/components/chartsPanel/data/GridChartsPanelDataBody.js → components/chartsPanel/data/GridChartsPanelDataBody.mjs} +10 -10
- package/{esm/components/chartsPanel/data/GridChartsPanelDataField.d.ts → components/chartsPanel/data/GridChartsPanelDataField.d.mts} +2 -2
- package/{esm/components/chartsPanel/data/GridChartsPanelDataField.js → components/chartsPanel/data/GridChartsPanelDataField.mjs} +8 -8
- package/{esm/components/chartsPanel/data/GridChartsPanelDataFieldMenu.d.ts → components/chartsPanel/data/GridChartsPanelDataFieldMenu.d.mts} +1 -1
- package/{esm/components/chartsPanel/data/GridChartsPanelDataFieldMenu.js → components/chartsPanel/data/GridChartsPanelDataFieldMenu.mjs} +3 -3
- package/{esm/components/chartsPanel/data/GridChartsPanelDataHeader.js → components/chartsPanel/data/GridChartsPanelDataHeader.mjs} +2 -2
- package/{esm/components/chartsPanel/data/GridChartsPanelDataSearch.js → components/chartsPanel/data/GridChartsPanelDataSearch.mjs} +2 -2
- package/components/chartsPanel/index.d.mts +2 -0
- package/components/chartsPanel/index.mjs +2 -0
- package/{esm/components/collapsible/Collapsible.js → components/collapsible/Collapsible.mjs} +2 -2
- package/components/collapsible/CollapsibleContext.js +3 -1
- package/{esm/components/collapsible/CollapsibleContext.js → components/collapsible/CollapsibleContext.mjs} +2 -1
- package/{esm/components/collapsible/CollapsiblePanel.js → components/collapsible/CollapsiblePanel.mjs} +2 -2
- package/{esm/components/collapsible/CollapsibleTrigger.js → components/collapsible/CollapsibleTrigger.mjs} +2 -2
- package/components/collapsible/index.d.mts +4 -0
- package/components/collapsible/index.mjs +4 -0
- package/{esm/components/columnMenu/menuItems/GridColumnMenuAggregationItem.js → components/columnMenu/menuItems/GridColumnMenuAggregationItem.mjs} +4 -4
- package/{esm/components/columnMenu/menuItems/GridColumnMenuChartsItem.js → components/columnMenu/menuItems/GridColumnMenuChartsItem.mjs} +3 -3
- package/{esm/components/columnMenu/menuItems/GridColumnMenuManagePanelItem.js → components/columnMenu/menuItems/GridColumnMenuManagePanelItem.mjs} +2 -2
- package/{esm/components/columnMenu/menuItems/GridColumnMenuPivotItem.js → components/columnMenu/menuItems/GridColumnMenuPivotItem.mjs} +4 -4
- package/{esm/components/columnMenu/menuItems/GridColumnMenuRowGroupItem.js → components/columnMenu/menuItems/GridColumnMenuRowGroupItem.mjs} +4 -4
- package/{esm/components/columnMenu/menuItems/GridColumnMenuRowUngroupItem.js → components/columnMenu/menuItems/GridColumnMenuRowUngroupItem.mjs} +3 -3
- package/{esm/components/export/ExportExcel.d.ts → components/export/ExportExcel.d.mts} +1 -1
- package/{esm/components/export/ExportExcel.js → components/export/ExportExcel.mjs} +2 -2
- package/components/export/index.d.mts +1 -0
- package/components/export/index.mjs +1 -0
- package/components/index.d.mts +10 -0
- package/components/index.mjs +10 -0
- package/{esm/components/pivotPanel/GridPivotPanel.js → components/pivotPanel/GridPivotPanel.mjs} +2 -2
- package/{esm/components/pivotPanel/GridPivotPanelBody.js → components/pivotPanel/GridPivotPanelBody.mjs} +6 -6
- package/{esm/components/pivotPanel/GridPivotPanelField.d.ts → components/pivotPanel/GridPivotPanelField.d.mts} +2 -2
- package/{esm/components/pivotPanel/GridPivotPanelField.js → components/pivotPanel/GridPivotPanelField.mjs} +6 -6
- package/{esm/components/pivotPanel/GridPivotPanelFieldMenu.d.ts → components/pivotPanel/GridPivotPanelFieldMenu.d.mts} +1 -1
- package/{esm/components/pivotPanel/GridPivotPanelFieldMenu.js → components/pivotPanel/GridPivotPanelFieldMenu.mjs} +3 -3
- package/{esm/components/pivotPanel/GridPivotPanelHeader.js → components/pivotPanel/GridPivotPanelHeader.mjs} +5 -5
- package/{esm/components/pivotPanel/GridPivotPanelSearch.js → components/pivotPanel/GridPivotPanelSearch.mjs} +2 -2
- package/{esm/components/pivotPanel/PivotPanelTrigger.js → components/pivotPanel/PivotPanelTrigger.mjs} +4 -4
- package/components/pivotPanel/index.d.mts +2 -0
- package/components/pivotPanel/index.mjs +2 -0
- package/{esm/components/prompt/GridPrompt.d.ts → components/prompt/GridPrompt.d.mts} +1 -1
- package/{esm/components/prompt/GridPrompt.js → components/prompt/GridPrompt.mjs} +2 -2
- package/components/prompt/index.d.mts +1 -0
- package/components/prompt/index.mjs +1 -0
- package/{esm/components/promptField/GridPromptField.d.ts → components/promptField/GridPromptField.d.mts} +1 -1
- package/{esm/components/promptField/GridPromptField.js → components/promptField/GridPromptField.mjs} +7 -7
- package/{esm/components/promptField/PromptField.d.ts → components/promptField/PromptField.d.mts} +1 -1
- package/{esm/components/promptField/PromptField.js → components/promptField/PromptField.mjs} +1 -1
- package/components/promptField/PromptFieldContext.js +3 -1
- package/{esm/components/promptField/PromptFieldContext.js → components/promptField/PromptFieldContext.mjs} +2 -1
- package/{esm/components/promptField/PromptFieldControl.d.ts → components/promptField/PromptFieldControl.d.mts} +1 -1
- package/{esm/components/promptField/PromptFieldControl.js → components/promptField/PromptFieldControl.mjs} +2 -2
- package/{esm/components/promptField/PromptFieldRecord.d.ts → components/promptField/PromptFieldRecord.d.mts} +1 -1
- package/{esm/components/promptField/PromptFieldRecord.js → components/promptField/PromptFieldRecord.mjs} +3 -3
- package/{esm/components/promptField/PromptFieldSend.d.ts → components/promptField/PromptFieldSend.d.mts} +1 -1
- package/{esm/components/promptField/PromptFieldSend.js → components/promptField/PromptFieldSend.mjs} +2 -2
- package/components/promptField/index.d.mts +4 -0
- package/components/promptField/index.mjs +4 -0
- package/{esm/components/reexports.d.ts → components/reexports.d.mts} +1 -1
- package/{esm/components/reexports.js → components/reexports.mjs} +1 -1
- package/{esm/components/resizablePanel/ResizablePanel.js → components/resizablePanel/ResizablePanel.mjs} +2 -2
- package/components/resizablePanel/ResizablePanelContext.js +3 -1
- package/{esm/components/resizablePanel/ResizablePanelContext.js → components/resizablePanel/ResizablePanelContext.mjs} +2 -1
- package/{esm/components/resizablePanel/ResizablePanelHandle.js → components/resizablePanel/ResizablePanelHandle.mjs} +3 -3
- package/components/resizablePanel/index.d.mts +3 -0
- package/components/resizablePanel/index.mjs +3 -0
- package/{esm/components/sidebar/Sidebar.js → components/sidebar/Sidebar.mjs} +4 -4
- package/{esm/components/sidebar/SidebarHeader.js → components/sidebar/SidebarHeader.mjs} +1 -1
- package/components/sidebar/index.d.mts +2 -0
- package/components/sidebar/index.mjs +2 -0
- package/{esm/constants/dataGridPremiumDefaultSlotsComponents.d.ts → constants/dataGridPremiumDefaultSlotsComponents.d.mts} +1 -1
- package/{esm/constants/dataGridPremiumDefaultSlotsComponents.js → constants/dataGridPremiumDefaultSlotsComponents.mjs} +5 -5
- package/{esm/context/GridChartsIntegrationContextProvider.js → context/GridChartsIntegrationContextProvider.mjs} +2 -2
- package/{esm/context/GridChartsRendererProxy.d.ts → context/GridChartsRendererProxy.d.mts} +1 -1
- package/{esm/context/GridChartsRendererProxy.js → context/GridChartsRendererProxy.mjs} +2 -2
- package/context/index.d.mts +2 -0
- package/context/index.mjs +2 -0
- package/{esm/hooks/features/aggregation/createAggregationLookup.d.ts → hooks/features/aggregation/createAggregationLookup.d.mts} +3 -3
- package/{esm/hooks/features/aggregation/gridAggregationFunctions.d.ts → hooks/features/aggregation/gridAggregationFunctions.d.mts} +1 -1
- package/{esm/hooks/features/aggregation/gridAggregationInterfaces.d.ts → hooks/features/aggregation/gridAggregationInterfaces.d.mts} +1 -1
- package/{esm/hooks/features/aggregation/gridAggregationSelectors.d.ts → hooks/features/aggregation/gridAggregationSelectors.d.mts} +4 -4
- package/{esm/hooks/features/aggregation/gridAggregationUtils.d.ts → hooks/features/aggregation/gridAggregationUtils.d.mts} +4 -4
- package/{esm/hooks/features/aggregation/index.d.ts → hooks/features/aggregation/index.d.mts} +4 -4
- package/{esm/hooks/features/aggregation/index.js → hooks/features/aggregation/index.mjs} +3 -3
- package/{esm/hooks/features/aggregation/useGridAggregation.d.ts → hooks/features/aggregation/useGridAggregation.d.mts} +2 -2
- package/{esm/hooks/features/aggregation/useGridAggregation.js → hooks/features/aggregation/useGridAggregation.mjs} +3 -3
- package/{esm/hooks/features/aggregation/useGridAggregationPreProcessors.d.ts → hooks/features/aggregation/useGridAggregationPreProcessors.d.mts} +2 -2
- package/{esm/hooks/features/aggregation/useGridAggregationPreProcessors.js → hooks/features/aggregation/useGridAggregationPreProcessors.mjs} +3 -3
- package/{esm/hooks/features/aggregation/wrapColumnWithAggregation.d.ts → hooks/features/aggregation/wrapColumnWithAggregation.d.mts} +5 -5
- package/{esm/hooks/features/aggregation/wrapColumnWithAggregation.js → hooks/features/aggregation/wrapColumnWithAggregation.mjs} +3 -3
- package/{esm/hooks/features/aiAssistant/api.d.ts → hooks/features/aiAssistant/api.d.mts} +1 -1
- package/hooks/features/aiAssistant/api.js +1 -1
- package/{esm/hooks/features/aiAssistant/api.js → hooks/features/aiAssistant/api.mjs} +1 -1
- package/{esm/hooks/features/aiAssistant/gridAiAssistantSelectors.d.ts → hooks/features/aiAssistant/gridAiAssistantSelectors.d.mts} +2 -2
- package/{esm/hooks/features/aiAssistant/index.d.ts → hooks/features/aiAssistant/index.d.mts} +2 -2
- package/{esm/hooks/features/aiAssistant/index.js → hooks/features/aiAssistant/index.mjs} +1 -1
- package/{esm/hooks/features/aiAssistant/useGridAiAssistant.d.ts → hooks/features/aiAssistant/useGridAiAssistant.d.mts} +2 -2
- package/hooks/features/aiAssistant/useGridAiAssistant.js +2 -1
- package/{esm/hooks/features/aiAssistant/useGridAiAssistant.js → hooks/features/aiAssistant/useGridAiAssistant.mjs} +4 -3
- package/{esm/hooks/features/cellSelection/gridCellSelectionSelector.d.ts → hooks/features/cellSelection/gridCellSelectionSelector.d.mts} +2 -2
- package/hooks/features/cellSelection/index.d.mts +1 -0
- package/hooks/features/cellSelection/index.mjs +1 -0
- package/{esm/hooks/features/cellSelection/useGridCellSelection.d.ts → hooks/features/cellSelection/useGridCellSelection.d.mts} +2 -2
- package/{esm/hooks/features/cellSelection/useGridCellSelection.js → hooks/features/cellSelection/useGridCellSelection.mjs} +1 -1
- package/{esm/hooks/features/chartsIntegration/gridChartsIntegrationInterfaces.d.ts → hooks/features/chartsIntegration/gridChartsIntegrationInterfaces.d.mts} +1 -1
- package/{esm/hooks/features/chartsIntegration/gridChartsIntegrationSelectors.d.ts → hooks/features/chartsIntegration/gridChartsIntegrationSelectors.d.mts} +5 -5
- package/{esm/hooks/features/chartsIntegration/gridChartsIntegrationSelectors.js → hooks/features/chartsIntegration/gridChartsIntegrationSelectors.mjs} +2 -2
- package/{esm/hooks/features/chartsIntegration/useGridChartsIntegration.d.ts → hooks/features/chartsIntegration/useGridChartsIntegration.d.mts} +3 -3
- package/{esm/hooks/features/chartsIntegration/useGridChartsIntegration.js → hooks/features/chartsIntegration/useGridChartsIntegration.mjs} +9 -9
- package/{esm/hooks/features/chartsIntegration/utils.d.ts → hooks/features/chartsIntegration/utils.d.mts} +2 -2
- package/{esm/hooks/features/chartsIntegration/utils.js → hooks/features/chartsIntegration/utils.mjs} +1 -1
- package/{esm/hooks/features/clipboard/useGridClipboardImport.d.ts → hooks/features/clipboard/useGridClipboardImport.d.mts} +2 -2
- package/{esm/hooks/features/dataSource/models.d.ts → hooks/features/dataSource/models.d.mts} +2 -2
- package/{esm/hooks/features/dataSource/useGridDataSourcePremium.d.ts → hooks/features/dataSource/useGridDataSourcePremium.d.mts} +2 -2
- package/hooks/features/dataSource/useGridDataSourcePremium.js +6 -3
- package/{esm/hooks/features/dataSource/useGridDataSourcePremium.js → hooks/features/dataSource/useGridDataSourcePremium.mjs} +10 -7
- package/{esm/hooks/features/dataSource/utils.d.ts → hooks/features/dataSource/utils.d.mts} +3 -3
- package/hooks/features/dataSource/utils.js +2 -1
- package/{esm/hooks/features/dataSource/utils.js → hooks/features/dataSource/utils.mjs} +2 -1
- package/{esm/hooks/features/editing/useGridCellEditable.d.ts → hooks/features/editing/useGridCellEditable.d.mts} +2 -2
- package/{esm/hooks/features/editing/useGridCellEditable.js → hooks/features/editing/useGridCellEditable.mjs} +1 -1
- package/hooks/features/export/index.d.mts +2 -0
- package/hooks/features/export/index.mjs +2 -0
- package/{esm/hooks/features/export/serializer/excelSerializer.d.ts → hooks/features/export/serializer/excelSerializer.d.mts} +4 -4
- package/hooks/features/export/serializer/excelSerializer.js +2 -1
- package/{esm/hooks/features/export/serializer/excelSerializer.js → hooks/features/export/serializer/excelSerializer.mjs} +3 -2
- package/{esm/hooks/features/export/serializer/setupExcelExportWebWorker.d.ts → hooks/features/export/serializer/setupExcelExportWebWorker.d.mts} +1 -1
- package/{esm/hooks/features/export/serializer/setupExcelExportWebWorker.js → hooks/features/export/serializer/setupExcelExportWebWorker.mjs} +1 -1
- package/{esm/hooks/features/export/serializer/utils.d.ts → hooks/features/export/serializer/utils.d.mts} +1 -1
- package/{esm/hooks/features/export/useGridExcelExport.d.ts → hooks/features/export/useGridExcelExport.d.mts} +2 -2
- package/{esm/hooks/features/export/useGridExcelExport.js → hooks/features/export/useGridExcelExport.mjs} +2 -2
- package/{esm/hooks/features/history/defaultHistoryHandlers.d.ts → hooks/features/history/defaultHistoryHandlers.d.mts} +3 -3
- package/{esm/hooks/features/history/gridHistorySelectors.d.ts → hooks/features/history/gridHistorySelectors.d.mts} +2 -2
- package/{esm/hooks/features/history/index.d.ts → hooks/features/history/index.d.mts} +3 -3
- package/{esm/hooks/features/history/index.js → hooks/features/history/index.mjs} +2 -2
- package/{esm/hooks/features/history/useGridHistory.d.ts → hooks/features/history/useGridHistory.d.mts} +2 -2
- package/{esm/hooks/features/history/useGridHistory.js → hooks/features/history/useGridHistory.mjs} +2 -2
- package/hooks/features/index.d.mts +8 -0
- package/hooks/features/index.mjs +9 -0
- package/{esm/hooks/features/pivoting/gridPivotingInterfaces.d.ts → hooks/features/pivoting/gridPivotingInterfaces.d.mts} +2 -2
- package/{esm/hooks/features/pivoting/gridPivotingSelectors.d.ts → hooks/features/pivoting/gridPivotingSelectors.d.mts} +2 -2
- package/{esm/hooks/features/pivoting/gridPivotingSelectors.js → hooks/features/pivoting/gridPivotingSelectors.mjs} +1 -1
- package/{esm/hooks/features/pivoting/index.d.ts → hooks/features/pivoting/index.d.mts} +1 -1
- package/{esm/hooks/features/pivoting/index.js → hooks/features/pivoting/index.mjs} +1 -1
- package/{esm/hooks/features/pivoting/useGridPivoting.d.ts → hooks/features/pivoting/useGridPivoting.d.mts} +2 -2
- package/{esm/hooks/features/pivoting/useGridPivoting.js → hooks/features/pivoting/useGridPivoting.mjs} +5 -5
- package/{esm/hooks/features/pivoting/utils.d.ts → hooks/features/pivoting/utils.d.mts} +3 -3
- package/{esm/hooks/features/pivoting/utils.js → hooks/features/pivoting/utils.mjs} +3 -3
- package/{esm/hooks/features/rowGrouping/createGroupingColDef.d.ts → hooks/features/rowGrouping/createGroupingColDef.d.mts} +2 -2
- package/{esm/hooks/features/rowGrouping/createGroupingColDef.js → hooks/features/rowGrouping/createGroupingColDef.mjs} +6 -6
- package/{esm/hooks/features/rowGrouping/gridRowGroupingSelector.d.ts → hooks/features/rowGrouping/gridRowGroupingSelector.d.mts} +2 -2
- package/{esm/hooks/features/rowGrouping/gridRowGroupingUtils.d.ts → hooks/features/rowGrouping/gridRowGroupingUtils.d.mts} +4 -4
- package/{esm/hooks/features/rowGrouping/gridRowGroupingUtils.js → hooks/features/rowGrouping/gridRowGroupingUtils.mjs} +1 -1
- package/{esm/hooks/features/rowGrouping/index.d.ts → hooks/features/rowGrouping/index.d.mts} +3 -3
- package/{esm/hooks/features/rowGrouping/index.js → hooks/features/rowGrouping/index.mjs} +3 -3
- package/{esm/hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.d.ts → hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.d.mts} +2 -2
- package/hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.js +4 -2
- package/{esm/hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.js → hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.mjs} +5 -4
- package/{esm/hooks/features/rowGrouping/useGridRowGrouping.d.ts → hooks/features/rowGrouping/useGridRowGrouping.d.mts} +2 -2
- package/{esm/hooks/features/rowGrouping/useGridRowGrouping.js → hooks/features/rowGrouping/useGridRowGrouping.mjs} +3 -3
- package/{esm/hooks/features/rowGrouping/useGridRowGroupingPreProcessors.d.ts → hooks/features/rowGrouping/useGridRowGroupingPreProcessors.d.mts} +2 -2
- package/{esm/hooks/features/rowGrouping/useGridRowGroupingPreProcessors.js → hooks/features/rowGrouping/useGridRowGroupingPreProcessors.mjs} +3 -3
- package/{esm/hooks/features/rowReorder/operations.d.ts → hooks/features/rowReorder/operations.d.mts} +1 -1
- package/{esm/hooks/features/rowReorder/operations.js → hooks/features/rowReorder/operations.mjs} +2 -2
- package/{esm/hooks/features/rowReorder/rowGroupingReorderExecutor.js → hooks/features/rowReorder/rowGroupingReorderExecutor.mjs} +1 -1
- package/hooks/features/rows/index.d.mts +1 -0
- package/hooks/features/rows/index.mjs +1 -0
- package/{esm/hooks/features/rows/useGridParamsOverridableMethods.d.ts → hooks/features/rows/useGridParamsOverridableMethods.d.mts} +1 -1
- package/{esm/hooks/features/rows/useGridParamsOverridableMethods.js → hooks/features/rows/useGridParamsOverridableMethods.mjs} +1 -1
- package/{esm/hooks/features/rows/useGridRowAriaAttributes.js → hooks/features/rows/useGridRowAriaAttributes.mjs} +2 -2
- package/{esm/hooks/features/rows/useGridRowsOverridableMethods.d.ts → hooks/features/rows/useGridRowsOverridableMethods.d.mts} +2 -2
- package/hooks/features/rows/useGridRowsOverridableMethods.js +8 -6
- package/{esm/hooks/features/rows/useGridRowsOverridableMethods.js → hooks/features/rows/useGridRowsOverridableMethods.mjs} +8 -7
- package/{esm/hooks/features/sidebar/gridSidebarSelector.d.ts → hooks/features/sidebar/gridSidebarSelector.d.mts} +3 -3
- package/{esm/hooks/features/sidebar/gridSidebarState.d.ts → hooks/features/sidebar/gridSidebarState.d.mts} +1 -1
- package/hooks/features/sidebar/index.d.mts +3 -0
- package/hooks/features/sidebar/index.mjs +3 -0
- package/{esm/hooks/features/sidebar/useGridSidebar.d.ts → hooks/features/sidebar/useGridSidebar.d.mts} +2 -2
- package/{esm/hooks/features/sidebar/useGridSidebar.js → hooks/features/sidebar/useGridSidebar.mjs} +1 -1
- package/hooks/index.d.mts +2 -0
- package/{esm/hooks/index.js → hooks/index.mjs} +2 -2
- package/hooks/utils/index.d.mts +2 -0
- package/hooks/utils/index.mjs +2 -0
- package/{esm/hooks/utils/useGridApiContext.d.ts → hooks/utils/useGridApiContext.d.mts} +1 -1
- package/{esm/hooks/utils/useGridApiRef.d.ts → hooks/utils/useGridApiRef.d.mts} +1 -1
- package/{esm/hooks/utils/useGridAriaAttributes.js → hooks/utils/useGridAriaAttributes.mjs} +2 -2
- package/{esm/hooks/utils/useGridChartIntegration.d.ts → hooks/utils/useGridChartIntegration.d.mts} +1 -1
- package/hooks/utils/useGridChartIntegration.js +5 -1
- package/hooks/utils/useGridChartIntegration.mjs +14 -0
- package/{esm/hooks/utils/useGridPrivateApiContext.d.ts → hooks/utils/useGridPrivateApiContext.d.mts} +1 -1
- package/{esm/hooks/utils/useGridRootProps.d.ts → hooks/utils/useGridRootProps.d.mts} +1 -1
- package/{esm/hooks/utils/useKeepGroupedColumnsHidden.d.ts → hooks/utils/useKeepGroupedColumnsHidden.d.mts} +2 -2
- package/{esm/index.d.ts → index.d.mts} +14 -14
- package/index.js +1 -1
- package/{esm/index.js → index.mjs} +11 -11
- package/{esm/material/index.js → material/index.mjs} +1 -1
- package/{esm/models/dataGridPremiumProps.d.ts → models/dataGridPremiumProps.d.mts} +11 -11
- package/{esm/models/gridApiPremium.d.ts → models/gridApiPremium.d.mts} +11 -11
- package/{esm/models/gridGroupingValueGetter.d.ts → models/gridGroupingValueGetter.d.mts} +1 -1
- package/{esm/models/gridGroupingValueSetter.d.ts → models/gridGroupingValueSetter.d.mts} +1 -1
- package/{esm/models/gridPastedValueParser.d.ts → models/gridPastedValueParser.d.mts} +1 -1
- package/{esm/models/gridPremiumSlotProps.d.ts → models/gridPremiumSlotProps.d.mts} +1 -1
- package/{esm/models/gridPremiumSlotsComponent.d.ts → models/gridPremiumSlotsComponent.d.mts} +1 -1
- package/{esm/models/gridStatePremium.d.ts → models/gridStatePremium.d.mts} +6 -6
- package/models/index.d.mts +6 -0
- package/models/index.mjs +6 -0
- package/package.json +149 -16
- package/{esm/setupExcelExportWebWorker/index.d.ts → setupExcelExportWebWorker/index.d.mts} +1 -1
- package/{esm/setupExcelExportWebWorker/index.js → setupExcelExportWebWorker/index.mjs} +1 -1
- package/themeAugmentation/index.d.mts +2 -0
- package/themeAugmentation/index.mjs +4 -0
- package/{esm/themeAugmentation/props.d.ts → themeAugmentation/props.d.mts} +1 -1
- package/{esm/typeOverloads/index.d.ts → typeOverloads/index.d.mts} +1 -1
- package/{esm/typeOverloads/index.js → typeOverloads/index.mjs} +1 -1
- package/{esm/typeOverloads/modules.d.ts → typeOverloads/modules.d.mts} +7 -7
- package/{esm/typeOverloads/reexports.d.ts → typeOverloads/reexports.d.mts} +5 -5
- package/{esm/typeOverloads/reexports.js → typeOverloads/reexports.mjs} +3 -3
- package/esm/DataGridPremium/DataGrid.js +0 -19
- package/esm/DataGridPremium/index.d.ts +0 -3
- package/esm/DataGridPremium/index.js +0 -3
- package/esm/components/aiAssistantPanel/index.d.ts +0 -2
- package/esm/components/aiAssistantPanel/index.js +0 -2
- package/esm/components/chartsPanel/index.d.ts +0 -2
- package/esm/components/chartsPanel/index.js +0 -2
- package/esm/components/collapsible/index.d.ts +0 -4
- package/esm/components/collapsible/index.js +0 -4
- package/esm/components/export/index.d.ts +0 -1
- package/esm/components/export/index.js +0 -1
- package/esm/components/index.d.ts +0 -10
- package/esm/components/index.js +0 -10
- package/esm/components/pivotPanel/index.d.ts +0 -2
- package/esm/components/pivotPanel/index.js +0 -2
- package/esm/components/prompt/index.d.ts +0 -1
- package/esm/components/prompt/index.js +0 -1
- package/esm/components/promptField/index.d.ts +0 -4
- package/esm/components/promptField/index.js +0 -4
- package/esm/components/resizablePanel/index.d.ts +0 -3
- package/esm/components/resizablePanel/index.js +0 -3
- package/esm/components/sidebar/index.d.ts +0 -2
- package/esm/components/sidebar/index.js +0 -2
- package/esm/context/index.d.ts +0 -2
- package/esm/context/index.js +0 -2
- package/esm/hooks/features/cellSelection/index.d.ts +0 -1
- package/esm/hooks/features/cellSelection/index.js +0 -1
- package/esm/hooks/features/export/index.d.ts +0 -2
- package/esm/hooks/features/export/index.js +0 -2
- package/esm/hooks/features/index.d.ts +0 -8
- package/esm/hooks/features/index.js +0 -9
- package/esm/hooks/features/rows/index.d.ts +0 -1
- package/esm/hooks/features/rows/index.js +0 -1
- package/esm/hooks/features/sidebar/index.d.ts +0 -3
- package/esm/hooks/features/sidebar/index.js +0 -3
- package/esm/hooks/index.d.ts +0 -2
- package/esm/hooks/utils/index.d.ts +0 -2
- package/esm/hooks/utils/index.js +0 -2
- package/esm/hooks/utils/useGridChartIntegration.js +0 -11
- package/esm/models/index.d.ts +0 -6
- package/esm/models/index.js +0 -6
- package/esm/package.json +0 -1
- package/esm/themeAugmentation/index.d.ts +0 -2
- package/esm/themeAugmentation/index.js +0 -4
- /package/{esm/DataGridPremium/DataGrid.d.ts → DataGridPremium/DataGrid.d.mts} +0 -0
- /package/{esm/components/GridAggregationHeader.d.ts → components/GridAggregationHeader.d.mts} +0 -0
- /package/{esm/components/GridAggregationRowOverlay.d.ts → components/GridAggregationRowOverlay.d.mts} +0 -0
- /package/{esm/components/GridBottomContainer.d.ts → components/GridBottomContainer.d.mts} +0 -0
- /package/{esm/components/GridDataSourceGroupingCriteriaCell.d.ts → components/GridDataSourceGroupingCriteriaCell.d.mts} +0 -0
- /package/{esm/components/GridEmptyPivotOverlay.d.ts → components/GridEmptyPivotOverlay.d.mts} +0 -0
- /package/{esm/components/GridGroupingColumnFooterCell.d.ts → components/GridGroupingColumnFooterCell.d.mts} +0 -0
- /package/{esm/components/GridGroupingColumnLeafCell.d.ts → components/GridGroupingColumnLeafCell.d.mts} +0 -0
- /package/{esm/components/GridGroupingCriteriaCell.d.ts → components/GridGroupingCriteriaCell.d.mts} +0 -0
- /package/{esm/components/GridPremiumToolbar.d.ts → components/GridPremiumToolbar.d.mts} +0 -0
- /package/{esm/components/aiAssistantPanel/AiAssistantPanelTrigger.d.ts → components/aiAssistantPanel/AiAssistantPanelTrigger.d.mts} +0 -0
- /package/{esm/components/aiAssistantPanel/GridAiAssistantPanel.d.ts → components/aiAssistantPanel/GridAiAssistantPanel.d.mts} +0 -0
- /package/{esm/components/aiAssistantPanel/GridAiAssistantPanelConversationsMenu.d.ts → components/aiAssistantPanel/GridAiAssistantPanelConversationsMenu.d.mts} +0 -0
- /package/{esm/components/chartsIntegration/GridChartsIntegrationContext.d.ts → components/chartsIntegration/GridChartsIntegrationContext.d.mts} +0 -0
- /package/{esm/components/chartsIntegration/GridChartsIntegrationContext.js → components/chartsIntegration/GridChartsIntegrationContext.mjs} +0 -0
- /package/{esm/components/chartsPanel/ChartsPanelTrigger.d.ts → components/chartsPanel/ChartsPanelTrigger.d.mts} +0 -0
- /package/{esm/components/chartsPanel/GridChartsPanel.d.ts → components/chartsPanel/GridChartsPanel.d.mts} +0 -0
- /package/{esm/components/chartsPanel/chart/GridChartsPanelChart.d.ts → components/chartsPanel/chart/GridChartsPanelChart.d.mts} +0 -0
- /package/{esm/components/chartsPanel/customize/GridChartsPanelCustomize.d.ts → components/chartsPanel/customize/GridChartsPanelCustomize.d.mts} +0 -0
- /package/{esm/components/chartsPanel/data/GridChartsPanelData.d.ts → components/chartsPanel/data/GridChartsPanelData.d.mts} +0 -0
- /package/{esm/components/chartsPanel/data/GridChartsPanelDataHeader.d.ts → components/chartsPanel/data/GridChartsPanelDataHeader.d.mts} +0 -0
- /package/{esm/components/chartsPanel/data/GridChartsPanelDataSearch.d.ts → components/chartsPanel/data/GridChartsPanelDataSearch.d.mts} +0 -0
- /package/{esm/components/collapsible/Collapsible.d.ts → components/collapsible/Collapsible.d.mts} +0 -0
- /package/{esm/components/collapsible/CollapsibleContext.d.ts → components/collapsible/CollapsibleContext.d.mts} +0 -0
- /package/{esm/components/collapsible/CollapsiblePanel.d.ts → components/collapsible/CollapsiblePanel.d.mts} +0 -0
- /package/{esm/components/collapsible/CollapsibleTrigger.d.ts → components/collapsible/CollapsibleTrigger.d.mts} +0 -0
- /package/{esm/components/columnMenu/menuItems/GridColumnMenuAggregationItem.d.ts → components/columnMenu/menuItems/GridColumnMenuAggregationItem.d.mts} +0 -0
- /package/{esm/components/columnMenu/menuItems/GridColumnMenuChartsItem.d.ts → components/columnMenu/menuItems/GridColumnMenuChartsItem.d.mts} +0 -0
- /package/{esm/components/columnMenu/menuItems/GridColumnMenuManagePanelItem.d.ts → components/columnMenu/menuItems/GridColumnMenuManagePanelItem.d.mts} +0 -0
- /package/{esm/components/columnMenu/menuItems/GridColumnMenuPivotItem.d.ts → components/columnMenu/menuItems/GridColumnMenuPivotItem.d.mts} +0 -0
- /package/{esm/components/columnMenu/menuItems/GridColumnMenuRowGroupItem.d.ts → components/columnMenu/menuItems/GridColumnMenuRowGroupItem.d.mts} +0 -0
- /package/{esm/components/columnMenu/menuItems/GridColumnMenuRowUngroupItem.d.ts → components/columnMenu/menuItems/GridColumnMenuRowUngroupItem.d.mts} +0 -0
- /package/{esm/components/pivotPanel/GridPivotPanel.d.ts → components/pivotPanel/GridPivotPanel.d.mts} +0 -0
- /package/{esm/components/pivotPanel/GridPivotPanelBody.d.ts → components/pivotPanel/GridPivotPanelBody.d.mts} +0 -0
- /package/{esm/components/pivotPanel/GridPivotPanelHeader.d.ts → components/pivotPanel/GridPivotPanelHeader.d.mts} +0 -0
- /package/{esm/components/pivotPanel/GridPivotPanelSearch.d.ts → components/pivotPanel/GridPivotPanelSearch.d.mts} +0 -0
- /package/{esm/components/pivotPanel/PivotPanelTrigger.d.ts → components/pivotPanel/PivotPanelTrigger.d.mts} +0 -0
- /package/{esm/components/promptField/PromptFieldContext.d.ts → components/promptField/PromptFieldContext.d.mts} +0 -0
- /package/{esm/components/resizablePanel/ResizablePanel.d.ts → components/resizablePanel/ResizablePanel.d.mts} +0 -0
- /package/{esm/components/resizablePanel/ResizablePanelContext.d.ts → components/resizablePanel/ResizablePanelContext.d.mts} +0 -0
- /package/{esm/components/resizablePanel/ResizablePanelHandle.d.ts → components/resizablePanel/ResizablePanelHandle.d.mts} +0 -0
- /package/{esm/components/sidebar/Sidebar.d.ts → components/sidebar/Sidebar.d.mts} +0 -0
- /package/{esm/components/sidebar/SidebarHeader.d.ts → components/sidebar/SidebarHeader.d.mts} +0 -0
- /package/{esm/constants/columnGroups.d.ts → constants/columnGroups.d.mts} +0 -0
- /package/{esm/constants/columnGroups.js → constants/columnGroups.mjs} +0 -0
- /package/{esm/context/GridChartsIntegrationContextProvider.d.ts → context/GridChartsIntegrationContextProvider.d.mts} +0 -0
- /package/{esm/hooks/features/aggregation/createAggregationLookup.js → hooks/features/aggregation/createAggregationLookup.mjs} +0 -0
- /package/{esm/hooks/features/aggregation/gridAggregationFunctions.js → hooks/features/aggregation/gridAggregationFunctions.mjs} +0 -0
- /package/{esm/hooks/features/aggregation/gridAggregationInterfaces.js → hooks/features/aggregation/gridAggregationInterfaces.mjs} +0 -0
- /package/{esm/hooks/features/aggregation/gridAggregationSelectors.js → hooks/features/aggregation/gridAggregationSelectors.mjs} +0 -0
- /package/{esm/hooks/features/aggregation/gridAggregationUtils.js → hooks/features/aggregation/gridAggregationUtils.mjs} +0 -0
- /package/{esm/hooks/features/aiAssistant/gridAiAssistantInterfaces.d.ts → hooks/features/aiAssistant/gridAiAssistantInterfaces.d.mts} +0 -0
- /package/{esm/hooks/features/aiAssistant/gridAiAssistantInterfaces.js → hooks/features/aiAssistant/gridAiAssistantInterfaces.mjs} +0 -0
- /package/{esm/hooks/features/aiAssistant/gridAiAssistantSelectors.js → hooks/features/aiAssistant/gridAiAssistantSelectors.mjs} +0 -0
- /package/{esm/hooks/features/cellSelection/gridCellSelectionInterfaces.d.ts → hooks/features/cellSelection/gridCellSelectionInterfaces.d.mts} +0 -0
- /package/{esm/hooks/features/cellSelection/gridCellSelectionInterfaces.js → hooks/features/cellSelection/gridCellSelectionInterfaces.mjs} +0 -0
- /package/{esm/hooks/features/cellSelection/gridCellSelectionSelector.js → hooks/features/cellSelection/gridCellSelectionSelector.mjs} +0 -0
- /package/{esm/hooks/features/chartsIntegration/gridChartsIntegrationInterfaces.js → hooks/features/chartsIntegration/gridChartsIntegrationInterfaces.mjs} +0 -0
- /package/{esm/hooks/features/clipboard/useGridClipboardImport.js → hooks/features/clipboard/useGridClipboardImport.mjs} +0 -0
- /package/{esm/hooks/features/dataSource/models.js → hooks/features/dataSource/models.mjs} +0 -0
- /package/{esm/hooks/features/export/gridExcelExportInterface.d.ts → hooks/features/export/gridExcelExportInterface.d.mts} +0 -0
- /package/{esm/hooks/features/export/gridExcelExportInterface.js → hooks/features/export/gridExcelExportInterface.mjs} +0 -0
- /package/{esm/hooks/features/export/serializer/utils.js → hooks/features/export/serializer/utils.mjs} +0 -0
- /package/{esm/hooks/features/history/constants.d.ts → hooks/features/history/constants.d.mts} +0 -0
- /package/{esm/hooks/features/history/constants.js → hooks/features/history/constants.mjs} +0 -0
- /package/{esm/hooks/features/history/defaultHistoryHandlers.js → hooks/features/history/defaultHistoryHandlers.mjs} +0 -0
- /package/{esm/hooks/features/history/gridHistoryInterfaces.d.ts → hooks/features/history/gridHistoryInterfaces.d.mts} +0 -0
- /package/{esm/hooks/features/history/gridHistoryInterfaces.js → hooks/features/history/gridHistoryInterfaces.mjs} +0 -0
- /package/{esm/hooks/features/history/gridHistorySelectors.js → hooks/features/history/gridHistorySelectors.mjs} +0 -0
- /package/{esm/hooks/features/pivoting/gridPivotingInterfaces.js → hooks/features/pivoting/gridPivotingInterfaces.mjs} +0 -0
- /package/{esm/hooks/features/rowGrouping/gridRowGroupingInterfaces.d.ts → hooks/features/rowGrouping/gridRowGroupingInterfaces.d.mts} +0 -0
- /package/{esm/hooks/features/rowGrouping/gridRowGroupingInterfaces.js → hooks/features/rowGrouping/gridRowGroupingInterfaces.mjs} +0 -0
- /package/{esm/hooks/features/rowGrouping/gridRowGroupingSelector.js → hooks/features/rowGrouping/gridRowGroupingSelector.mjs} +0 -0
- /package/{esm/hooks/features/rowReorder/rowGroupingReorderExecutor.d.ts → hooks/features/rowReorder/rowGroupingReorderExecutor.d.mts} +0 -0
- /package/{esm/hooks/features/rowReorder/rowGroupingReorderValidator.d.ts → hooks/features/rowReorder/rowGroupingReorderValidator.d.mts} +0 -0
- /package/{esm/hooks/features/rowReorder/rowGroupingReorderValidator.js → hooks/features/rowReorder/rowGroupingReorderValidator.mjs} +0 -0
- /package/{esm/hooks/features/rows/useGridRowAriaAttributes.d.ts → hooks/features/rows/useGridRowAriaAttributes.d.mts} +0 -0
- /package/{esm/hooks/features/sidebar/gridSidebarInterfaces.d.ts → hooks/features/sidebar/gridSidebarInterfaces.d.mts} +0 -0
- /package/{esm/hooks/features/sidebar/gridSidebarInterfaces.js → hooks/features/sidebar/gridSidebarInterfaces.mjs} +0 -0
- /package/{esm/hooks/features/sidebar/gridSidebarSelector.js → hooks/features/sidebar/gridSidebarSelector.mjs} +0 -0
- /package/{esm/hooks/features/sidebar/gridSidebarState.js → hooks/features/sidebar/gridSidebarState.mjs} +0 -0
- /package/{esm/hooks/utils/useGridApiContext.js → hooks/utils/useGridApiContext.mjs} +0 -0
- /package/{esm/hooks/utils/useGridApiRef.js → hooks/utils/useGridApiRef.mjs} +0 -0
- /package/{esm/hooks/utils/useGridAriaAttributes.d.ts → hooks/utils/useGridAriaAttributes.d.mts} +0 -0
- /package/{esm/hooks/utils/useGridPrivateApiContext.js → hooks/utils/useGridPrivateApiContext.mjs} +0 -0
- /package/{esm/hooks/utils/useGridRootProps.js → hooks/utils/useGridRootProps.mjs} +0 -0
- /package/{esm/hooks/utils/useKeepGroupedColumnsHidden.js → hooks/utils/useKeepGroupedColumnsHidden.mjs} +0 -0
- /package/{esm/hooks/utils/useResize.d.ts → hooks/utils/useResize.d.mts} +0 -0
- /package/{esm/hooks/utils/useResize.js → hooks/utils/useResize.mjs} +0 -0
- /package/{esm/locales/index.d.ts → locales/index.d.mts} +0 -0
- /package/{esm/locales/index.js → locales/index.mjs} +0 -0
- /package/{esm/material/icons.d.ts → material/icons.d.mts} +0 -0
- /package/{esm/material/icons.js → material/icons.mjs} +0 -0
- /package/{esm/material/index.d.ts → material/index.d.mts} +0 -0
- /package/{esm/models/dataGridPremiumProps.js → models/dataGridPremiumProps.mjs} +0 -0
- /package/{esm/models/gridApiPremium.js → models/gridApiPremium.mjs} +0 -0
- /package/{esm/models/gridChartsIntegration.d.ts → models/gridChartsIntegration.d.mts} +0 -0
- /package/{esm/models/gridChartsIntegration.js → models/gridChartsIntegration.mjs} +0 -0
- /package/{esm/models/gridGroupingValueGetter.js → models/gridGroupingValueGetter.mjs} +0 -0
- /package/{esm/models/gridGroupingValueSetter.js → models/gridGroupingValueSetter.mjs} +0 -0
- /package/{esm/models/gridPastedValueParser.js → models/gridPastedValueParser.mjs} +0 -0
- /package/{esm/models/gridPremiumIconSlotsComponent.d.ts → models/gridPremiumIconSlotsComponent.d.mts} +0 -0
- /package/{esm/models/gridPremiumIconSlotsComponent.js → models/gridPremiumIconSlotsComponent.mjs} +0 -0
- /package/{esm/models/gridPremiumSlotProps.js → models/gridPremiumSlotProps.mjs} +0 -0
- /package/{esm/models/gridPremiumSlotsComponent.js → models/gridPremiumSlotsComponent.mjs} +0 -0
- /package/{esm/models/gridStatePremium.js → models/gridStatePremium.mjs} +0 -0
- /package/{esm/themeAugmentation/overrides.d.ts → themeAugmentation/overrides.d.mts} +0 -0
- /package/{esm/themeAugmentation/overrides.js → themeAugmentation/overrides.mjs} +0 -0
- /package/{esm/themeAugmentation/props.js → themeAugmentation/props.mjs} +0 -0
- /package/{esm/typeOverloads/modules.js → typeOverloads/modules.mjs} +0 -0
- /package/{esm/utils/speechRecognition.d.ts → utils/speechRecognition.d.mts} +0 -0
- /package/{esm/utils/speechRecognition.js → utils/speechRecognition.mjs} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,241 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 9.0.0-alpha.2
|
|
4
|
+
|
|
5
|
+
_Mar 5, 2026_
|
|
6
|
+
|
|
7
|
+
We'd like to extend a big thank you to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
8
|
+
|
|
9
|
+
- ✅ Stabilize Sankey chart
|
|
10
|
+
- 🐞 Bugfixes and internal improvements
|
|
11
|
+
|
|
12
|
+
The following team members contributed to this release:
|
|
13
|
+
@aemartos, @alelthomas, @alexfauquette, @arminmeh, @bernardobelchior, @brijeshb42, @Janpot, @JCQuintas, @mapache-salvaje, @michelengelen, @mj12albert, @sai6855, @siriwatknp
|
|
14
|
+
|
|
15
|
+
### Data Grid
|
|
16
|
+
|
|
17
|
+
#### `@mui/x-data-grid@9.0.0-alpha.2`
|
|
18
|
+
|
|
19
|
+
- [dataGrid] Fix keyboard nav with single-row checkbox selection (#21149) @mj12albert
|
|
20
|
+
- [DataGrid] Add `checkboxColDef` prop to customize the selection column (#21331) @michelengelen
|
|
21
|
+
- [DataGrid] Format pagination numbers by default (#21117) @siriwatknp
|
|
22
|
+
- [DataGrid] Prevent unnecessary row selection checkbox rerendering (#21570) @arminmeh
|
|
23
|
+
- [DataGrid] Make GridScrollArea overrides resolver dynamic (#21532) @sai6855
|
|
24
|
+
|
|
25
|
+
#### `@mui/x-data-grid-pro@9.0.0-alpha.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
26
|
+
|
|
27
|
+
Same changes as in `@mui/x-data-grid@9.0.0-alpha.2`, plus:
|
|
28
|
+
|
|
29
|
+
- [DataGridPro] Use `getRowId` prop to calculate the tree data row update (#21540) @arminmeh
|
|
30
|
+
|
|
31
|
+
#### `@mui/x-data-grid-premium@9.0.0-alpha.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
32
|
+
|
|
33
|
+
Same changes as in `@mui/x-data-grid-pro@9.0.0-alpha.2`.
|
|
34
|
+
|
|
35
|
+
### Date and Time Pickers
|
|
36
|
+
|
|
37
|
+
#### `@mui/x-date-pickers@9.0.0-alpha.2`
|
|
38
|
+
|
|
39
|
+
- [pickers] Add `keepOpenDuringFieldFocus` prop (#20782) @michelengelen
|
|
40
|
+
|
|
41
|
+
#### `@mui/x-date-pickers-pro@9.0.0-alpha.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
42
|
+
|
|
43
|
+
Same changes as in `@mui/x-date-pickers@9.0.0-alpha.2`.
|
|
44
|
+
|
|
45
|
+
### Charts
|
|
46
|
+
|
|
47
|
+
#### `@mui/x-charts@9.0.0-alpha.2`
|
|
48
|
+
|
|
49
|
+
- [charts] Add `ChartsLayerContainer` component (#21264) @bernardobelchior
|
|
50
|
+
- [charts] Add codemod for `ChartsContainer` rename (#21504) @JCQuintas
|
|
51
|
+
- [charts] Add codemod for `ChartsDataProvider` rename (#21552) @JCQuintas
|
|
52
|
+
- [charts] Add codemod for `ChartsZoomSlider` rename (#21597) @JCQuintas
|
|
53
|
+
- [charts] Base the highlight items on the item identifiers (#21161) @alexfauquette
|
|
54
|
+
- [charts] Deprecate `ChartDataProvider` in favour of `ChartsDataProvider` (#21191) @JCQuintas
|
|
55
|
+
- [charts] Deprecate `highlighted` and `faded` classes (#21476) @alexfauquette
|
|
56
|
+
- [charts] Migrate to latest v8 warning (#21518) @JCQuintas
|
|
57
|
+
- [charts] Rename `ChartZoomSlider` to `ChartsZoomSlider` (#21553) @JCQuintas
|
|
58
|
+
- [charts] Rename `WebGl` to `WebGL` (#21524) @JCQuintas
|
|
59
|
+
- [charts] Rename `useSvgRef()` by `useChartsLayerContainerRef()` (#21494) @alexfauquette
|
|
60
|
+
- [charts] Restore focus on last focused item (#21522) @alexfauquette
|
|
61
|
+
- [charts] Warn users when controlled tooltip state does not match the trigger (#21520) @Copilot
|
|
62
|
+
- [charts] Fix controlled tooltip position (#21603) @bernardobelchior
|
|
63
|
+
|
|
64
|
+
#### `@mui/x-charts-pro@9.0.0-alpha.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
65
|
+
|
|
66
|
+
Same changes as in `@mui/x-charts@9.0.0-alpha.2`, plus:
|
|
67
|
+
|
|
68
|
+
- [charts-pro] Center the watermark (#21550) @alexfauquette
|
|
69
|
+
- [charts-pro] Stabilize `SankeyChart` API (#21133) @Copilot
|
|
70
|
+
|
|
71
|
+
#### `@mui/x-charts-premium@9.0.0-alpha.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
72
|
+
|
|
73
|
+
Same changes as in `@mui/x-charts-pro@9.0.0-alpha.2`.
|
|
74
|
+
|
|
75
|
+
### Tree View
|
|
76
|
+
|
|
77
|
+
#### `@mui/x-tree-view@9.0.0-alpha.2`
|
|
78
|
+
|
|
79
|
+
Internal changes.
|
|
80
|
+
|
|
81
|
+
#### `@mui/x-tree-view-pro@9.0.0-alpha.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
82
|
+
|
|
83
|
+
Same changes as in `@mui/x-tree-view@9.0.0-alpha.2`.
|
|
84
|
+
|
|
85
|
+
### Codemod
|
|
86
|
+
|
|
87
|
+
#### `@mui/x-codemod@9.0.0-alpha.2`
|
|
88
|
+
|
|
89
|
+
Internal changes.
|
|
90
|
+
|
|
91
|
+
### Docs
|
|
92
|
+
|
|
93
|
+
- [docs] Add backticks and parentheses to all functions and hooks (DX-173) (#21496) @mapache-salvaje
|
|
94
|
+
- [docs] Remove mentions of `mySvgRef` (#21559) @bernardobelchior
|
|
95
|
+
- [docs] Update Roadmap section in the docs (#20892) @alelthomas
|
|
96
|
+
- [docs] Add tutorial and example app for aggregation with row grouping (DX-162) (#21102) @mapache-salvaje
|
|
97
|
+
- [docs] Fix missing codemod docs (#21604) @JCQuintas
|
|
98
|
+
|
|
99
|
+
### Core
|
|
100
|
+
|
|
101
|
+
- [code-infra] Add eslint rule to prevent `Math.random` in docs (#21505) @JCQuintas
|
|
102
|
+
- [code-infra] Avoid static props for pageContent (#21038) @Janpot
|
|
103
|
+
- [code-infra] Isolate `date-pickers-pro` in the browser tests (#21383) @Janpot
|
|
104
|
+
- [code-infra] Remove `--coverage` (#21410) @Janpot
|
|
105
|
+
- [code-infra] Remove unneeded `skipIf`s (#21569) @JCQuintas
|
|
106
|
+
- [code-infra] Remove vale as a workspace dependency (#21489) @brijeshb42
|
|
107
|
+
- [code-infra] Remove x-charts-vendor from nextjs processing (#21534) @brijeshb42
|
|
108
|
+
- [code-infra] Set BASE_BRANCH env var in CircleCI config (#21548) @brijeshb42
|
|
109
|
+
- [code-infra] Setup error code extraction (#21469) @brijeshb42
|
|
110
|
+
- [code-infra] Setup flat build for packages (#21029) @brijeshb42
|
|
111
|
+
- [code-infra] Upgrade test_unit to large resource class (#21558) @Janpot
|
|
112
|
+
- [code-infra] Removed getTeamMembers function and usage from release script (#21605) @michelengelen
|
|
113
|
+
|
|
114
|
+
### Miscellaneous
|
|
115
|
+
|
|
116
|
+
- [x-license] Add Q1-2026 plan version with quantity and appType support (#21574) @aemartos
|
|
117
|
+
- [x-license] Add v3 key format support, centralize test keys, and trim public API (#21485) @aemartos
|
|
118
|
+
- [x-telemetry] telemetry opt-out by default, remove conf dependency (#21470) @aemartos
|
|
119
|
+
- [x-telemetry] test: mock context module directly in sender tests (#21546) @aemartos
|
|
120
|
+
|
|
121
|
+
## 9.0.0-alpha.1
|
|
122
|
+
|
|
123
|
+
_Feb 26, 2026_
|
|
124
|
+
|
|
125
|
+
We'd like to extend a big thank you to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
126
|
+
|
|
127
|
+
- ⚡️ Improved dynamic data support and cache invalidation in lazy loading for Data Grid Pro
|
|
128
|
+
- ⌨️ Keyboard support for selecting day, month, and year in Date Pickers
|
|
129
|
+
- 📊 Axis tooltip sorting and control improvements in Charts
|
|
130
|
+
- 🐞 Bugfixes and internal improvements
|
|
131
|
+
|
|
132
|
+
Special thanks go out to these community members for their valuable contributions:
|
|
133
|
+
@EllGree, @lion1963
|
|
134
|
+
|
|
135
|
+
The following team members contributed to this release:
|
|
136
|
+
@alexfauquette, @arminmeh, @brijeshb42, @cherniavskii, @dav-is, @flaviendelangle, @Janpot, @JCQuintas, @mapache-salvaje, @MBilalShafi, @michelengelen, @noraleonte, @rita-codes, @sai6855, @siriwatknp, @ZeeshanTamboli
|
|
137
|
+
|
|
138
|
+
### Data Grid
|
|
139
|
+
|
|
140
|
+
#### `@mui/x-data-grid@9.0.0-alpha.1`
|
|
141
|
+
|
|
142
|
+
- [DataGrid] Forward rest props in `GridFilterInputMultipleValue` (#21407) @siriwatknp
|
|
143
|
+
- [DataGrid] Preserve key input during row edit when using `rowModesModel` (#20759) @michelengelen
|
|
144
|
+
- [DataGrid] Remove double rtl inversion logic for columns pinning (#21371) @siriwatknp
|
|
145
|
+
|
|
146
|
+
#### `@mui/x-data-grid-pro@9.0.0-alpha.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
147
|
+
|
|
148
|
+
Same changes as in `@mui/x-data-grid@9.0.0-alpha.1`, plus:
|
|
149
|
+
|
|
150
|
+
- [DataGridPro] Fix number input visibility in header filters (#21328) @michelengelen
|
|
151
|
+
- [DataGridPro] Improve dynamic data support and cache invalidation in lazy loading (#21282) @MBilalShafi
|
|
152
|
+
|
|
153
|
+
#### `@mui/x-data-grid-premium@9.0.0-alpha.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
154
|
+
|
|
155
|
+
Same changes as in `@mui/x-data-grid-pro@9.0.0-alpha.1`.
|
|
156
|
+
|
|
157
|
+
### Date and Time Pickers
|
|
158
|
+
|
|
159
|
+
#### `@mui/x-date-pickers@9.0.0-alpha.1`
|
|
160
|
+
|
|
161
|
+
- [DatePicker] Add keyboard support for selecting day, month, and year (#20859) @michelengelen
|
|
162
|
+
|
|
163
|
+
#### `@mui/x-date-pickers-pro@9.0.0-alpha.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
164
|
+
|
|
165
|
+
Same changes as in `@mui/x-date-pickers@9.0.0-alpha.1`, plus:
|
|
166
|
+
|
|
167
|
+
- [DateRangePicker] Fix timezone update issue leading to `invalidRange` error (#20863) @michelengelen
|
|
168
|
+
|
|
169
|
+
### Charts
|
|
170
|
+
|
|
171
|
+
#### `@mui/x-charts@9.0.0-alpha.1`
|
|
172
|
+
|
|
173
|
+
- [charts] Add `sort` props to the axis tooltip (#21293) @alexfauquette
|
|
174
|
+
- [charts] Controll axis tooltip (#21351) @alexfauquette
|
|
175
|
+
- [charts] De duplicate keyboard focus handler function (#21267) @sai6855
|
|
176
|
+
- [charts] Make `type` optional in identifiers (#21311) @alexfauquette
|
|
177
|
+
- [charts] Move ref to the root component (#21396) @alexfauquette
|
|
178
|
+
- [charts] Refactor loading and no data overlays to use a shared OverlayText component (#21414) @sai6855
|
|
179
|
+
- [charts] Require series ids to be unique (#21330) @alexfauquette
|
|
180
|
+
- [charts] Set `showMark` as `false` by default (#21373) @alexfauquette
|
|
181
|
+
- [charts] Use `createGetNextIndexFocusedItem()` util in Funnel and RangeBar charts (#21390) @sai6855
|
|
182
|
+
- [charts] Remove unnecessary string concatenation (#21418) @sai6855
|
|
183
|
+
|
|
184
|
+
#### `@mui/x-charts-pro@9.0.0-alpha.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
185
|
+
|
|
186
|
+
Same changes as in `@mui/x-charts@9.0.0-alpha.1`.
|
|
187
|
+
|
|
188
|
+
#### `@mui/x-charts-premium@9.0.0-alpha.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
189
|
+
|
|
190
|
+
Same changes as in `@mui/x-charts-pro@9.0.0-alpha.1`.
|
|
191
|
+
|
|
192
|
+
### Tree View
|
|
193
|
+
|
|
194
|
+
#### `@mui/x-tree-view@9.0.0-alpha.1`
|
|
195
|
+
|
|
196
|
+
- [tree view] Focus item sibling on unmount instead of the 1st item (#21254) @flaviendelangle
|
|
197
|
+
|
|
198
|
+
#### `@mui/x-tree-view-pro@9.0.0-alpha.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
199
|
+
|
|
200
|
+
Same changes as in `@mui/x-tree-view@9.0.0-alpha.1`.
|
|
201
|
+
|
|
202
|
+
### Codemod
|
|
203
|
+
|
|
204
|
+
#### `@mui/x-codemod@9.0.0-alpha.1`
|
|
205
|
+
|
|
206
|
+
Internal changes.
|
|
207
|
+
|
|
208
|
+
### Docs
|
|
209
|
+
|
|
210
|
+
- [docs] Fix external 301s (#21377) @Janpot
|
|
211
|
+
- [docs] Show premium in the overview (#21343) @alexfauquette
|
|
212
|
+
- [docs][charts] Revise the useLegend hook doc (#21352) @mapache-salvaje
|
|
213
|
+
- [docs][charts] Revise the axis hooks doc (#21317) @mapache-salvaje
|
|
214
|
+
- [docs][charts] Revise the scale hooks doc (#21316) @mapache-salvaje
|
|
215
|
+
- [docs][charts] Revise the series hooks doc (#21353) @mapache-salvaje
|
|
216
|
+
- [docs][charts] Revise the useDataset doc (#21336) @mapache-salvaje
|
|
217
|
+
- [docs][charts] Revise the useDrawingArea doc (#21333) @mapache-salvaje
|
|
218
|
+
|
|
219
|
+
### Core
|
|
220
|
+
|
|
221
|
+
- [core] Update docs deploy script to the `docs-next` branch (#21341) @siriwatknp
|
|
222
|
+
- [code-infra] Cleanup unused babel plugins (#21453) @brijeshb42
|
|
223
|
+
- [code-infra] Do not append `x` to the last version for the compare API (#21408) @arminmeh
|
|
224
|
+
- [code-infra] Upgrade react-docgen to v8 X (#21155) @JCQuintas
|
|
225
|
+
- [code-infra] Modernize codemod (#21096) @JCQuintas
|
|
226
|
+
- [docs-infra] Fix current version detection logic (#21417) @cherniavskii
|
|
227
|
+
- [docs-infra] Reapply Cookie Banner (#21281) @dav-is
|
|
228
|
+
- [internal] Headless filtering plugin (#21302) @arminmeh
|
|
229
|
+
- [internal] Headless pagination plugin (#21183) @arminmeh
|
|
230
|
+
- [internal] Headless virtualization followups (#21327) @cherniavskii
|
|
231
|
+
- [internal] Keep cached data for disabled pipe processors (#21348) @arminmeh
|
|
232
|
+
- [internal] Remove autoprefixer package (#21440) @ZeeshanTamboli
|
|
233
|
+
|
|
234
|
+
### Miscellaneous
|
|
235
|
+
|
|
236
|
+
- [l10n] Fix Czech (csCZ) locale: sort/filter labels are swapped (#21400) @EllGree
|
|
237
|
+
- [l10n] Improve Ukrainian (uk-UA) locale (#21366) @lion1963
|
|
238
|
+
|
|
3
239
|
## 9.0.0-alpha.0
|
|
4
240
|
|
|
5
241
|
_Feb 16, 2026_
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
7
|
exports.DataGrid = DataGrid;
|
|
7
8
|
exports.DataGridPro = DataGridPro;
|
|
9
|
+
var _formatErrorMessage2 = _interopRequireDefault(require("@mui/x-internals/formatErrorMessage"));
|
|
8
10
|
/**
|
|
9
11
|
* @deprecated Import DataGridPremium instead.
|
|
10
12
|
*/
|
|
@@ -12,7 +14,7 @@ function DataGrid() {
|
|
|
12
14
|
if (process.env.NODE_ENV === 'production') {
|
|
13
15
|
return null;
|
|
14
16
|
}
|
|
15
|
-
throw new Error(
|
|
17
|
+
throw new Error(process.env.NODE_ENV !== "production" ? 'MUI X Data Grid: DataGrid is not exported from @mui/x-data-grid-premium. ' + 'The Premium package exports DataGridPremium instead. ' + "Use `import { DataGridPremium } from '@mui/x-data-grid-premium'` or import DataGrid from @mui/x-data-grid." : (0, _formatErrorMessage2.default)(112));
|
|
16
18
|
}
|
|
17
19
|
|
|
18
20
|
/**
|
|
@@ -22,5 +24,5 @@ function DataGridPro() {
|
|
|
22
24
|
if (process.env.NODE_ENV === 'production') {
|
|
23
25
|
return null;
|
|
24
26
|
}
|
|
25
|
-
throw new Error(
|
|
27
|
+
throw new Error(process.env.NODE_ENV !== "production" ? 'MUI X Data Grid: DataGridPro is not exported from @mui/x-data-grid-premium. ' + 'The Premium package exports DataGridPremium instead. ' + "Use `import { DataGridPremium } from '@mui/x-data-grid-premium'`." : (0, _formatErrorMessage2.default)(113));
|
|
26
28
|
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import _formatErrorMessage from "@mui/x-internals/formatErrorMessage";
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated Import DataGridPremium instead.
|
|
4
|
+
*/
|
|
5
|
+
export function DataGrid() {
|
|
6
|
+
if (process.env.NODE_ENV === 'production') {
|
|
7
|
+
return null;
|
|
8
|
+
}
|
|
9
|
+
throw new Error(process.env.NODE_ENV !== "production" ? 'MUI X Data Grid: DataGrid is not exported from @mui/x-data-grid-premium. ' + 'The Premium package exports DataGridPremium instead. ' + "Use `import { DataGridPremium } from '@mui/x-data-grid-premium'` or import DataGrid from @mui/x-data-grid." : _formatErrorMessage(112));
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* @deprecated Import DataGridPremium instead.
|
|
14
|
+
*/
|
|
15
|
+
export function DataGridPro() {
|
|
16
|
+
if (process.env.NODE_ENV === 'production') {
|
|
17
|
+
return null;
|
|
18
|
+
}
|
|
19
|
+
throw new Error(process.env.NODE_ENV !== "production" ? 'MUI X Data Grid: DataGridPro is not exported from @mui/x-data-grid-premium. ' + 'The Premium package exports DataGridPremium instead. ' + "Use `import { DataGridPremium } from '@mui/x-data-grid-premium'`." : _formatErrorMessage(113));
|
|
20
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { type GridValidRowModel } from '@mui/x-data-grid-pro';
|
|
3
|
-
import type { DataGridPremiumProps } from "../models/dataGridPremiumProps.
|
|
4
|
-
export type { GridPremiumSlotsComponent as GridSlots } from "../models/index.
|
|
3
|
+
import type { DataGridPremiumProps } from "../models/dataGridPremiumProps.mjs";
|
|
4
|
+
export type { GridPremiumSlotsComponent as GridSlots } from "../models/index.mjs";
|
|
5
5
|
interface DataGridPremiumComponent {
|
|
6
6
|
<R extends GridValidRowModel = any>(props: DataGridPremiumProps<R> & React.RefAttributes<HTMLDivElement>): React.JSX.Element;
|
|
7
7
|
propTypes?: any;
|
|
@@ -10,7 +10,8 @@ exports.DataGridPremium = void 0;
|
|
|
10
10
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
11
|
var React = _interopRequireWildcard(require("react"));
|
|
12
12
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
-
var
|
|
13
|
+
var _useLicenseVerifier = require("@mui/x-license/useLicenseVerifier");
|
|
14
|
+
var _Watermark = require("@mui/x-license/Watermark");
|
|
14
15
|
var _xDataGridPro = require("@mui/x-data-grid-pro");
|
|
15
16
|
var _internals = require("@mui/x-data-grid-pro/internals");
|
|
16
17
|
var _material = require("@mui/x-data-grid/material");
|
|
@@ -50,8 +51,8 @@ const configuration = {
|
|
|
50
51
|
useGridParamsOverridableMethods: _useGridParamsOverridableMethods.useGridParamsOverridableMethods
|
|
51
52
|
}
|
|
52
53
|
};
|
|
53
|
-
const releaseInfo = "
|
|
54
|
-
const watermark = /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
54
|
+
const releaseInfo = "MTc3MjY2ODgwMDAwMA==";
|
|
55
|
+
const watermark = /*#__PURE__*/(0, _jsxRuntime.jsx)(_Watermark.Watermark, {
|
|
55
56
|
packageName: "x-data-grid-premium",
|
|
56
57
|
releaseInfo: releaseInfo
|
|
57
58
|
});
|
|
@@ -63,7 +64,7 @@ const DataGridPremiumRaw = (0, _forwardRef.forwardRef)(function DataGridPremium(
|
|
|
63
64
|
const initialProps = (0, _useDataGridPremiumProps.useDataGridPremiumProps)(inProps);
|
|
64
65
|
const privateApiRef = (0, _internals.useGridApiInitialization)(initialProps.apiRef, initialProps);
|
|
65
66
|
const props = (0, _useDataGridPremiumComponent.useDataGridPremiumComponent)(privateApiRef, initialProps, configuration);
|
|
66
|
-
(0,
|
|
67
|
+
(0, _useLicenseVerifier.useLicenseVerifier)('x-data-grid-premium', releaseInfo);
|
|
67
68
|
if (process.env.NODE_ENV !== 'production') {
|
|
68
69
|
(0, _internals.validateProps)(props, dataGridPremiumPropValidators);
|
|
69
70
|
}
|
|
@@ -215,6 +216,71 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
215
216
|
* @default false
|
|
216
217
|
*/
|
|
217
218
|
chartsIntegration: _propTypes.default.bool,
|
|
219
|
+
/**
|
|
220
|
+
* Definition of the column rendered when the `checkboxSelection` prop is enabled.
|
|
221
|
+
*
|
|
222
|
+
* @warning
|
|
223
|
+
* Be careful when overriding `renderHeader` or `renderCell` in the `checkboxColDef` prop.
|
|
224
|
+
* The default implementation of these properties includes the logic for selecting all rows and selecting a single row, respectively.
|
|
225
|
+
* Overriding them without providing the same functionality will break the row selection.
|
|
226
|
+
*/
|
|
227
|
+
checkboxColDef: _propTypes.default.shape({
|
|
228
|
+
aggregable: _propTypes.default.bool,
|
|
229
|
+
align: _propTypes.default.oneOf(['center', 'left', 'right']),
|
|
230
|
+
availableAggregationFunctions: _propTypes.default.arrayOf(_propTypes.default.string),
|
|
231
|
+
cellClassName: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.string]),
|
|
232
|
+
chartable: _propTypes.default.bool,
|
|
233
|
+
colSpan: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.number]),
|
|
234
|
+
description: _propTypes.default.string,
|
|
235
|
+
disableColumnMenu: _propTypes.default.bool,
|
|
236
|
+
disableExport: _propTypes.default.bool,
|
|
237
|
+
disableReorder: _propTypes.default.bool,
|
|
238
|
+
display: _propTypes.default.oneOf(['flex', 'text']),
|
|
239
|
+
editable: _propTypes.default.bool,
|
|
240
|
+
examples: _propTypes.default.array,
|
|
241
|
+
filterable: _propTypes.default.bool,
|
|
242
|
+
filterOperators: _propTypes.default.arrayOf(_propTypes.default.shape({
|
|
243
|
+
getApplyFilterFn: _propTypes.default.func.isRequired,
|
|
244
|
+
getValueAsString: _propTypes.default.func,
|
|
245
|
+
headerLabel: _propTypes.default.string,
|
|
246
|
+
InputComponent: _propTypes.default.elementType,
|
|
247
|
+
InputComponentProps: _propTypes.default.object,
|
|
248
|
+
label: _propTypes.default.string,
|
|
249
|
+
requiresFilterValue: _propTypes.default.bool,
|
|
250
|
+
value: _propTypes.default.string.isRequired
|
|
251
|
+
})),
|
|
252
|
+
flex: _propTypes.default.number,
|
|
253
|
+
getApplyQuickFilterFn: _propTypes.default.func,
|
|
254
|
+
getSortComparator: _propTypes.default.func,
|
|
255
|
+
groupable: _propTypes.default.bool,
|
|
256
|
+
groupingValueGetter: _propTypes.default.func,
|
|
257
|
+
groupingValueSetter: _propTypes.default.func,
|
|
258
|
+
headerAlign: _propTypes.default.oneOf(['center', 'left', 'right']),
|
|
259
|
+
headerClassName: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.string]),
|
|
260
|
+
headerName: _propTypes.default.string,
|
|
261
|
+
hideable: _propTypes.default.bool,
|
|
262
|
+
hideSortIcons: _propTypes.default.bool,
|
|
263
|
+
maxWidth: _propTypes.default.number,
|
|
264
|
+
minWidth: _propTypes.default.number,
|
|
265
|
+
pastedValueParser: _propTypes.default.func,
|
|
266
|
+
pinnable: _propTypes.default.bool,
|
|
267
|
+
pivotable: _propTypes.default.bool,
|
|
268
|
+
preProcessEditCellProps: _propTypes.default.func,
|
|
269
|
+
renderCell: _propTypes.default.func,
|
|
270
|
+
renderEditCell: _propTypes.default.func,
|
|
271
|
+
renderHeader: _propTypes.default.func,
|
|
272
|
+
renderHeaderFilter: _propTypes.default.func,
|
|
273
|
+
resizable: _propTypes.default.bool,
|
|
274
|
+
rowSpanValueGetter: _propTypes.default.func,
|
|
275
|
+
sortable: _propTypes.default.bool,
|
|
276
|
+
sortComparator: _propTypes.default.func,
|
|
277
|
+
sortingOrder: _propTypes.default.arrayOf(_propTypes.default.oneOf(['asc', 'desc'])),
|
|
278
|
+
valueFormatter: _propTypes.default.func,
|
|
279
|
+
valueGetter: _propTypes.default.func,
|
|
280
|
+
valueParser: _propTypes.default.func,
|
|
281
|
+
valueSetter: _propTypes.default.func,
|
|
282
|
+
width: _propTypes.default.number
|
|
283
|
+
}),
|
|
218
284
|
/**
|
|
219
285
|
* If `true`, the Data Grid will display an extra column with checkboxes for selecting rows.
|
|
220
286
|
* @default false
|
|
@@ -284,6 +350,13 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
284
350
|
get: _propTypes.default.func.isRequired,
|
|
285
351
|
set: _propTypes.default.func.isRequired
|
|
286
352
|
}),
|
|
353
|
+
/**
|
|
354
|
+
* If positive, the Data Grid will periodically revalidate data source rows by re-fetching them from the server when the cache entry has expired.
|
|
355
|
+
* If the refetched rows are different from the current rows, the grid will update the rows.
|
|
356
|
+
* Set to `0` to disable polling.
|
|
357
|
+
* @default 0
|
|
358
|
+
*/
|
|
359
|
+
dataSourceRevalidateMs: _propTypes.default.number,
|
|
287
360
|
/**
|
|
288
361
|
* If above 0, the row children will be expanded up to this depth.
|
|
289
362
|
* If equal to -1, all the row children will be expanded.
|
|
@@ -3,22 +3,23 @@
|
|
|
3
3
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import PropTypes from 'prop-types';
|
|
6
|
-
import { useLicenseVerifier
|
|
6
|
+
import { useLicenseVerifier } from '@mui/x-license/useLicenseVerifier';
|
|
7
|
+
import { Watermark } from '@mui/x-license/Watermark';
|
|
7
8
|
import { GridRoot, GridContextProvider, useGridSelector } from '@mui/x-data-grid-pro';
|
|
8
9
|
import { propValidatorsDataGrid, propValidatorsDataGridPro, validateProps, useGridApiInitialization, getRowValue } from '@mui/x-data-grid-pro/internals';
|
|
9
10
|
import { useMaterialCSSVariables } from '@mui/x-data-grid/material';
|
|
10
11
|
import { forwardRef } from '@mui/x-internals/forwardRef';
|
|
11
|
-
import { useDataGridPremiumComponent } from "./useDataGridPremiumComponent.
|
|
12
|
-
import { useDataGridPremiumProps } from "./useDataGridPremiumProps.
|
|
13
|
-
import { Sidebar } from "../components/sidebar/index.
|
|
14
|
-
import { useGridAriaAttributesPremium } from "../hooks/utils/useGridAriaAttributes.
|
|
15
|
-
import { useGridRowAriaAttributesPremium } from "../hooks/features/rows/useGridRowAriaAttributes.
|
|
16
|
-
import { gridCellAggregationResultSelector } from "../hooks/features/aggregation/gridAggregationSelectors.
|
|
17
|
-
import { useGridApiContext } from "../hooks/utils/useGridApiContext.
|
|
18
|
-
import { useGridRowsOverridableMethods } from "../hooks/features/rows/useGridRowsOverridableMethods.
|
|
19
|
-
import { useGridParamsOverridableMethods } from "../hooks/features/rows/useGridParamsOverridableMethods.
|
|
20
|
-
import { gridSidebarOpenSelector } from "../hooks/features/sidebar/index.
|
|
21
|
-
import { useIsCellEditable } from "../hooks/features/editing/useGridCellEditable.
|
|
12
|
+
import { useDataGridPremiumComponent } from "./useDataGridPremiumComponent.mjs";
|
|
13
|
+
import { useDataGridPremiumProps } from "./useDataGridPremiumProps.mjs";
|
|
14
|
+
import { Sidebar } from "../components/sidebar/index.mjs";
|
|
15
|
+
import { useGridAriaAttributesPremium } from "../hooks/utils/useGridAriaAttributes.mjs";
|
|
16
|
+
import { useGridRowAriaAttributesPremium } from "../hooks/features/rows/useGridRowAriaAttributes.mjs";
|
|
17
|
+
import { gridCellAggregationResultSelector } from "../hooks/features/aggregation/gridAggregationSelectors.mjs";
|
|
18
|
+
import { useGridApiContext } from "../hooks/utils/useGridApiContext.mjs";
|
|
19
|
+
import { useGridRowsOverridableMethods } from "../hooks/features/rows/useGridRowsOverridableMethods.mjs";
|
|
20
|
+
import { useGridParamsOverridableMethods } from "../hooks/features/rows/useGridParamsOverridableMethods.mjs";
|
|
21
|
+
import { gridSidebarOpenSelector } from "../hooks/features/sidebar/index.mjs";
|
|
22
|
+
import { useIsCellEditable } from "../hooks/features/editing/useGridCellEditable.mjs";
|
|
22
23
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
23
24
|
const configuration = {
|
|
24
25
|
hooks: {
|
|
@@ -43,7 +44,7 @@ const configuration = {
|
|
|
43
44
|
useGridParamsOverridableMethods
|
|
44
45
|
}
|
|
45
46
|
};
|
|
46
|
-
const releaseInfo = "
|
|
47
|
+
const releaseInfo = "MTc3MjY2ODgwMDAwMA==";
|
|
47
48
|
const watermark = /*#__PURE__*/_jsx(Watermark, {
|
|
48
49
|
packageName: "x-data-grid-premium",
|
|
49
50
|
releaseInfo: releaseInfo
|
|
@@ -208,6 +209,71 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
208
209
|
* @default false
|
|
209
210
|
*/
|
|
210
211
|
chartsIntegration: PropTypes.bool,
|
|
212
|
+
/**
|
|
213
|
+
* Definition of the column rendered when the `checkboxSelection` prop is enabled.
|
|
214
|
+
*
|
|
215
|
+
* @warning
|
|
216
|
+
* Be careful when overriding `renderHeader` or `renderCell` in the `checkboxColDef` prop.
|
|
217
|
+
* The default implementation of these properties includes the logic for selecting all rows and selecting a single row, respectively.
|
|
218
|
+
* Overriding them without providing the same functionality will break the row selection.
|
|
219
|
+
*/
|
|
220
|
+
checkboxColDef: PropTypes.shape({
|
|
221
|
+
aggregable: PropTypes.bool,
|
|
222
|
+
align: PropTypes.oneOf(['center', 'left', 'right']),
|
|
223
|
+
availableAggregationFunctions: PropTypes.arrayOf(PropTypes.string),
|
|
224
|
+
cellClassName: PropTypes.oneOfType([PropTypes.func, PropTypes.string]),
|
|
225
|
+
chartable: PropTypes.bool,
|
|
226
|
+
colSpan: PropTypes.oneOfType([PropTypes.func, PropTypes.number]),
|
|
227
|
+
description: PropTypes.string,
|
|
228
|
+
disableColumnMenu: PropTypes.bool,
|
|
229
|
+
disableExport: PropTypes.bool,
|
|
230
|
+
disableReorder: PropTypes.bool,
|
|
231
|
+
display: PropTypes.oneOf(['flex', 'text']),
|
|
232
|
+
editable: PropTypes.bool,
|
|
233
|
+
examples: PropTypes.array,
|
|
234
|
+
filterable: PropTypes.bool,
|
|
235
|
+
filterOperators: PropTypes.arrayOf(PropTypes.shape({
|
|
236
|
+
getApplyFilterFn: PropTypes.func.isRequired,
|
|
237
|
+
getValueAsString: PropTypes.func,
|
|
238
|
+
headerLabel: PropTypes.string,
|
|
239
|
+
InputComponent: PropTypes.elementType,
|
|
240
|
+
InputComponentProps: PropTypes.object,
|
|
241
|
+
label: PropTypes.string,
|
|
242
|
+
requiresFilterValue: PropTypes.bool,
|
|
243
|
+
value: PropTypes.string.isRequired
|
|
244
|
+
})),
|
|
245
|
+
flex: PropTypes.number,
|
|
246
|
+
getApplyQuickFilterFn: PropTypes.func,
|
|
247
|
+
getSortComparator: PropTypes.func,
|
|
248
|
+
groupable: PropTypes.bool,
|
|
249
|
+
groupingValueGetter: PropTypes.func,
|
|
250
|
+
groupingValueSetter: PropTypes.func,
|
|
251
|
+
headerAlign: PropTypes.oneOf(['center', 'left', 'right']),
|
|
252
|
+
headerClassName: PropTypes.oneOfType([PropTypes.func, PropTypes.string]),
|
|
253
|
+
headerName: PropTypes.string,
|
|
254
|
+
hideable: PropTypes.bool,
|
|
255
|
+
hideSortIcons: PropTypes.bool,
|
|
256
|
+
maxWidth: PropTypes.number,
|
|
257
|
+
minWidth: PropTypes.number,
|
|
258
|
+
pastedValueParser: PropTypes.func,
|
|
259
|
+
pinnable: PropTypes.bool,
|
|
260
|
+
pivotable: PropTypes.bool,
|
|
261
|
+
preProcessEditCellProps: PropTypes.func,
|
|
262
|
+
renderCell: PropTypes.func,
|
|
263
|
+
renderEditCell: PropTypes.func,
|
|
264
|
+
renderHeader: PropTypes.func,
|
|
265
|
+
renderHeaderFilter: PropTypes.func,
|
|
266
|
+
resizable: PropTypes.bool,
|
|
267
|
+
rowSpanValueGetter: PropTypes.func,
|
|
268
|
+
sortable: PropTypes.bool,
|
|
269
|
+
sortComparator: PropTypes.func,
|
|
270
|
+
sortingOrder: PropTypes.arrayOf(PropTypes.oneOf(['asc', 'desc'])),
|
|
271
|
+
valueFormatter: PropTypes.func,
|
|
272
|
+
valueGetter: PropTypes.func,
|
|
273
|
+
valueParser: PropTypes.func,
|
|
274
|
+
valueSetter: PropTypes.func,
|
|
275
|
+
width: PropTypes.number
|
|
276
|
+
}),
|
|
211
277
|
/**
|
|
212
278
|
* If `true`, the Data Grid will display an extra column with checkboxes for selecting rows.
|
|
213
279
|
* @default false
|
|
@@ -277,6 +343,13 @@ process.env.NODE_ENV !== "production" ? DataGridPremiumRaw.propTypes = {
|
|
|
277
343
|
get: PropTypes.func.isRequired,
|
|
278
344
|
set: PropTypes.func.isRequired
|
|
279
345
|
}),
|
|
346
|
+
/**
|
|
347
|
+
* If positive, the Data Grid will periodically revalidate data source rows by re-fetching them from the server when the cache entry has expired.
|
|
348
|
+
* If the refetched rows are different from the current rows, the grid will update the rows.
|
|
349
|
+
* Set to `0` to disable polling.
|
|
350
|
+
* @default 0
|
|
351
|
+
*/
|
|
352
|
+
dataSourceRevalidateMs: PropTypes.number,
|
|
280
353
|
/**
|
|
281
354
|
* If above 0, the row children will be expanded up to this depth.
|
|
282
355
|
* If equal to -1, all the row children will be expanded.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { RefObject } from '@mui/x-internals/types';
|
|
2
2
|
import { type GridConfiguration } from '@mui/x-data-grid-pro/internals';
|
|
3
|
-
import type { GridPrivateApiPremium } from "../models/gridApiPremium.
|
|
4
|
-
import type { DataGridPremiumProcessedProps } from "../models/dataGridPremiumProps.
|
|
3
|
+
import type { GridPrivateApiPremium } from "../models/gridApiPremium.mjs";
|
|
4
|
+
import type { DataGridPremiumProcessedProps } from "../models/dataGridPremiumProps.mjs";
|
|
5
5
|
export declare const useDataGridPremiumComponent: (apiRef: RefObject<GridPrivateApiPremium>, inProps: DataGridPremiumProcessedProps, configuration: GridConfiguration) => DataGridPremiumProcessedProps;
|
|
@@ -4,22 +4,22 @@ import _extends from "@babel/runtime/helpers/esm/extends";
|
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import { useGridInitialization, useGridInitializeState, useGridClipboard, useGridColumnMenu, useGridColumns, columnsStateInitializer, useGridDensity, useGridCsvExport, useGridPrintExport, useGridFilter, filterStateInitializer, useGridFocus, useGridKeyboardNavigation, useGridPagination, paginationStateInitializer, useGridPreferencesPanel, useGridEditing, editingStateInitializer, useGridRows, useGridRowsPreProcessors, rowsStateInitializer, useGridParamsApi, useGridRowSelection, useGridSorting, sortingStateInitializer, useGridScroll, useGridEvents, dimensionsStateInitializer, useGridDimensions, useGridStatePersistence, useGridRowSelectionPreProcessors, columnMenuStateInitializer, densityStateInitializer, focusStateInitializer, preferencePanelStateInitializer, rowsMetaStateInitializer, rowSelectionStateInitializer, useGridColumnReorder, columnReorderStateInitializer, useGridColumnResize, columnResizeStateInitializer, useGridTreeData, useGridTreeDataPreProcessors, useGridColumnPinning, columnPinningStateInitializer, useGridColumnPinningPreProcessors, useGridDetailPanel, detailPanelStateInitializer, useGridDetailPanelPreProcessors, useGridInfiniteLoader, useGridColumnSpanning, useGridRowReorder, useGridRowReorderPreProcessors, useGridRowPinning, useGridRowPinningPreProcessors, rowPinningStateInitializer, useGridColumnGrouping, columnGroupsStateInitializer, useGridLazyLoader, useGridLazyLoaderPreProcessors, useGridDataSourceLazyLoader, useGridInfiniteLoadingIntersection, headerFilteringStateInitializer, useGridHeaderFiltering, virtualizationStateInitializer, useGridVirtualization, useGridDataSourceTreeDataPreProcessors, dataSourceStateInitializer, useGridRowSpanning, rowSpanningStateInitializer, useGridListView, listViewStateInitializer, propsStateInitializer, rowReorderStateInitializer, useFirstRender } from '@mui/x-data-grid-pro/internals';
|
|
6
6
|
import { useGridSelector } from '@mui/x-data-grid-pro';
|
|
7
|
-
import { useGridDataSourcePremium as useGridDataSource } from "../hooks/features/dataSource/useGridDataSourcePremium.
|
|
7
|
+
import { useGridDataSourcePremium as useGridDataSource } from "../hooks/features/dataSource/useGridDataSourcePremium.mjs";
|
|
8
8
|
// Premium-only features
|
|
9
|
-
import { useGridAggregation, aggregationStateInitializer } from "../hooks/features/aggregation/useGridAggregation.
|
|
10
|
-
import { useGridAggregationPreProcessors } from "../hooks/features/aggregation/useGridAggregationPreProcessors.
|
|
11
|
-
import { useGridRowGrouping, rowGroupingStateInitializer } from "../hooks/features/rowGrouping/useGridRowGrouping.
|
|
12
|
-
import { useGridRowGroupingPreProcessors } from "../hooks/features/rowGrouping/useGridRowGroupingPreProcessors.
|
|
13
|
-
import { useGridDataSourceRowGroupingPreProcessors } from "../hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.
|
|
14
|
-
import { useGridExcelExport } from "../hooks/features/export/useGridExcelExport.
|
|
15
|
-
import { cellSelectionStateInitializer, useGridCellSelection } from "../hooks/features/cellSelection/useGridCellSelection.
|
|
16
|
-
import { useGridClipboardImport } from "../hooks/features/clipboard/useGridClipboardImport.
|
|
17
|
-
import { pivotingStateInitializer, useGridPivoting, useGridPivotingExportState } from "../hooks/features/pivoting/useGridPivoting.
|
|
18
|
-
import { gridPivotPropsOverridesSelector } from "../hooks/features/pivoting/gridPivotingSelectors.
|
|
19
|
-
import { useGridAiAssistant, aiAssistantStateInitializer } from "../hooks/features/aiAssistant/useGridAiAssistant.
|
|
20
|
-
import { useGridSidebar, sidebarStateInitializer } from "../hooks/features/sidebar/useGridSidebar.
|
|
21
|
-
import { chartsIntegrationStateInitializer, useGridChartsIntegration } from "../hooks/features/chartsIntegration/useGridChartsIntegration.
|
|
22
|
-
import { historyStateInitializer, useGridHistory } from "../hooks/features/history/useGridHistory.
|
|
9
|
+
import { useGridAggregation, aggregationStateInitializer } from "../hooks/features/aggregation/useGridAggregation.mjs";
|
|
10
|
+
import { useGridAggregationPreProcessors } from "../hooks/features/aggregation/useGridAggregationPreProcessors.mjs";
|
|
11
|
+
import { useGridRowGrouping, rowGroupingStateInitializer } from "../hooks/features/rowGrouping/useGridRowGrouping.mjs";
|
|
12
|
+
import { useGridRowGroupingPreProcessors } from "../hooks/features/rowGrouping/useGridRowGroupingPreProcessors.mjs";
|
|
13
|
+
import { useGridDataSourceRowGroupingPreProcessors } from "../hooks/features/rowGrouping/useGridDataSourceRowGroupingPreProcessors.mjs";
|
|
14
|
+
import { useGridExcelExport } from "../hooks/features/export/useGridExcelExport.mjs";
|
|
15
|
+
import { cellSelectionStateInitializer, useGridCellSelection } from "../hooks/features/cellSelection/useGridCellSelection.mjs";
|
|
16
|
+
import { useGridClipboardImport } from "../hooks/features/clipboard/useGridClipboardImport.mjs";
|
|
17
|
+
import { pivotingStateInitializer, useGridPivoting, useGridPivotingExportState } from "../hooks/features/pivoting/useGridPivoting.mjs";
|
|
18
|
+
import { gridPivotPropsOverridesSelector } from "../hooks/features/pivoting/gridPivotingSelectors.mjs";
|
|
19
|
+
import { useGridAiAssistant, aiAssistantStateInitializer } from "../hooks/features/aiAssistant/useGridAiAssistant.mjs";
|
|
20
|
+
import { useGridSidebar, sidebarStateInitializer } from "../hooks/features/sidebar/useGridSidebar.mjs";
|
|
21
|
+
import { chartsIntegrationStateInitializer, useGridChartsIntegration } from "../hooks/features/chartsIntegration/useGridChartsIntegration.mjs";
|
|
22
|
+
import { historyStateInitializer, useGridHistory } from "../hooks/features/history/useGridHistory.mjs";
|
|
23
23
|
export const useDataGridPremiumComponent = (apiRef, inProps, configuration) => {
|
|
24
24
|
const pivotPropsOverrides = useGridSelector(apiRef, gridPivotPropsOverridesSelector);
|
|
25
25
|
const props = React.useMemo(() => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { DataGridPremiumProps, DataGridPremiumProcessedProps, DataGridPremiumPropsWithDefaultValue } from "../models/dataGridPremiumProps.
|
|
1
|
+
import type { DataGridPremiumProps, DataGridPremiumProcessedProps, DataGridPremiumPropsWithDefaultValue } from "../models/dataGridPremiumProps.mjs";
|
|
2
2
|
/**
|
|
3
3
|
* The default values of `DataGridPremiumPropsWithDefaultValue` to inject in the props of DataGridPremium.
|
|
4
4
|
*/
|
|
@@ -4,11 +4,11 @@ import { useTheme } from '@mui/material/styles';
|
|
|
4
4
|
import { getThemeProps } from '@mui/system';
|
|
5
5
|
import { DATA_GRID_PRO_PROPS_DEFAULT_VALUES, GRID_DEFAULT_LOCALE_TEXT, GridSignature } from '@mui/x-data-grid-pro';
|
|
6
6
|
import { computeSlots } from '@mui/x-data-grid-pro/internals';
|
|
7
|
-
import { GRID_AGGREGATION_FUNCTIONS } from "../hooks/features/aggregation/index.
|
|
8
|
-
import { DATA_GRID_PREMIUM_DEFAULT_SLOTS_COMPONENTS } from "../constants/dataGridPremiumDefaultSlotsComponents.
|
|
9
|
-
import { defaultGetPivotDerivedColumns } from "../hooks/features/pivoting/utils.
|
|
10
|
-
import { defaultGetAggregationPosition } from "../hooks/features/aggregation/gridAggregationUtils.
|
|
11
|
-
import { DEFAULT_HISTORY_VALIDATION_EVENTS } from "../hooks/features/history/constants.
|
|
7
|
+
import { GRID_AGGREGATION_FUNCTIONS } from "../hooks/features/aggregation/index.mjs";
|
|
8
|
+
import { DATA_GRID_PREMIUM_DEFAULT_SLOTS_COMPONENTS } from "../constants/dataGridPremiumDefaultSlotsComponents.mjs";
|
|
9
|
+
import { defaultGetPivotDerivedColumns } from "../hooks/features/pivoting/utils.mjs";
|
|
10
|
+
import { defaultGetAggregationPosition } from "../hooks/features/aggregation/gridAggregationUtils.mjs";
|
|
11
|
+
import { DEFAULT_HISTORY_VALIDATION_EVENTS } from "../hooks/features/history/constants.mjs";
|
|
12
12
|
const getDataGridPremiumForcedProps = themedProps => _extends({
|
|
13
13
|
signature: GridSignature.DataGridPremium
|
|
14
14
|
}, themedProps.dataSource ? {
|