@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
|
@@ -5,9 +5,9 @@ import composeClasses from '@mui/utils/composeClasses';
|
|
|
5
5
|
import { styled } from '@mui/material/styles';
|
|
6
6
|
import { getDataGridUtilityClass, gridClasses, GridColumnHeaderTitle } from '@mui/x-data-grid';
|
|
7
7
|
import { vars } from '@mui/x-data-grid/internals';
|
|
8
|
-
import { getAggregationFunctionLabel } from "../hooks/features/aggregation/gridAggregationUtils.
|
|
9
|
-
import { useGridApiContext } from "../hooks/utils/useGridApiContext.
|
|
10
|
-
import { useGridRootProps } from "../hooks/utils/useGridRootProps.
|
|
8
|
+
import { getAggregationFunctionLabel } from "../hooks/features/aggregation/gridAggregationUtils.mjs";
|
|
9
|
+
import { useGridApiContext } from "../hooks/utils/useGridApiContext.mjs";
|
|
10
|
+
import { useGridRootProps } from "../hooks/utils/useGridRootProps.mjs";
|
|
11
11
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
12
12
|
const GridAggregationHeaderRoot = styled('div', {
|
|
13
13
|
name: 'MuiDataGrid',
|
package/{esm/components/GridAggregationRowOverlay.js → components/GridAggregationRowOverlay.mjs}
RENAMED
|
@@ -6,8 +6,8 @@ import { forwardRef } from '@mui/x-internals/forwardRef';
|
|
|
6
6
|
import composeClasses from '@mui/utils/composeClasses';
|
|
7
7
|
import { getDataGridUtilityClass, useGridRootProps } from '@mui/x-data-grid-pro';
|
|
8
8
|
import { GridSkeletonLoadingOverlayInner, useGridSelector } from '@mui/x-data-grid-pro/internals';
|
|
9
|
-
import { useGridApiContext } from "../hooks/utils/useGridApiContext.
|
|
10
|
-
import { gridAggregationModelSelector } from "../hooks/features/aggregation/gridAggregationSelectors.
|
|
9
|
+
import { useGridApiContext } from "../hooks/utils/useGridApiContext.mjs";
|
|
10
|
+
import { gridAggregationModelSelector } from "../hooks/features/aggregation/gridAggregationSelectors.mjs";
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
const useUtilityClasses = ownerState => {
|
|
13
13
|
const {
|
|
@@ -6,10 +6,10 @@ import clsx from 'clsx';
|
|
|
6
6
|
import { styled } from '@mui/material/styles';
|
|
7
7
|
import composeClasses from '@mui/utils/composeClasses';
|
|
8
8
|
import { gridClasses, getDataGridUtilityClass, useGridSelector, gridRowsLoadingSelector, gridRowTreeSelector, GRID_ROOT_GROUP_ID } from '@mui/x-data-grid-pro';
|
|
9
|
-
import { useGridPrivateApiContext } from "../hooks/utils/useGridPrivateApiContext.
|
|
10
|
-
import { GridAggregationRowOverlay } from "./GridAggregationRowOverlay.
|
|
11
|
-
import { useGridRootProps } from "../typeOverloads/reexports.
|
|
12
|
-
import { gridAggregationModelSelector } from "../hooks/index.
|
|
9
|
+
import { useGridPrivateApiContext } from "../hooks/utils/useGridPrivateApiContext.mjs";
|
|
10
|
+
import { GridAggregationRowOverlay } from "./GridAggregationRowOverlay.mjs";
|
|
11
|
+
import { useGridRootProps } from "../typeOverloads/reexports.mjs";
|
|
12
|
+
import { gridAggregationModelSelector } from "../hooks/index.mjs";
|
|
13
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
14
|
const useUtilityClasses = () => {
|
|
15
15
|
const slots = {
|
|
@@ -3,9 +3,9 @@ import * as React from 'react';
|
|
|
3
3
|
import composeClasses from '@mui/utils/composeClasses';
|
|
4
4
|
import { useGridPrivateApiContext, gridDataSourceErrorSelector, gridDataSourceLoadingIdSelector, gridRowSelector, vars, gridPivotActiveSelector } from '@mui/x-data-grid-pro/internals';
|
|
5
5
|
import { useGridSelector, getDataGridUtilityClass } from '@mui/x-data-grid-pro';
|
|
6
|
-
import { useGridApiContext } from "../hooks/utils/useGridApiContext.
|
|
7
|
-
import { useGridRootProps } from "../hooks/utils/useGridRootProps.
|
|
8
|
-
import { gridRowGroupingModelSelector } from "../hooks/features/rowGrouping/gridRowGroupingSelector.
|
|
6
|
+
import { useGridApiContext } from "../hooks/utils/useGridApiContext.mjs";
|
|
7
|
+
import { useGridRootProps } from "../hooks/utils/useGridRootProps.mjs";
|
|
8
|
+
import { gridRowGroupingModelSelector } from "../hooks/features/rowGrouping/gridRowGroupingSelector.mjs";
|
|
9
9
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
10
|
const useUtilityClasses = ownerState => {
|
|
11
11
|
const {
|
|
@@ -4,7 +4,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";
|
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import { forwardRef } from '@mui/x-internals/forwardRef';
|
|
6
6
|
import { GridOverlay } from '@mui/x-data-grid';
|
|
7
|
-
import { useGridApiContext } from "../hooks/utils/useGridApiContext.
|
|
7
|
+
import { useGridApiContext } from "../hooks/utils/useGridApiContext.mjs";
|
|
8
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
9
|
const GridEmptyPivotOverlay = forwardRef(function GridEmptyPivotOverlay(props, ref) {
|
|
10
10
|
const apiRef = useGridApiContext();
|
package/{esm/components/GridExcelExportMenuItem.d.ts → components/GridExcelExportMenuItem.d.mts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { GridExportMenuItemProps } from '@mui/x-data-grid-pro';
|
|
2
|
-
import type { GridExcelExportOptions } from "../hooks/features/export/index.
|
|
2
|
+
import type { GridExcelExportOptions } from "../hooks/features/export/index.mjs";
|
|
3
3
|
export type GridExcelExportMenuItemProps = GridExportMenuItemProps<GridExcelExportOptions>;
|
|
4
4
|
declare function GridExcelExportMenuItem(props: GridExcelExportMenuItemProps): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
declare namespace GridExcelExportMenuItem {
|
package/{esm/components/GridExcelExportMenuItem.js → components/GridExcelExportMenuItem.mjs}
RENAMED
|
@@ -2,8 +2,8 @@ import _extends from "@babel/runtime/helpers/esm/extends";
|
|
|
2
2
|
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
|
|
3
3
|
const _excluded = ["hideMenu", "options"];
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
|
-
import { useGridApiContext } from "../hooks/utils/useGridApiContext.
|
|
6
|
-
import { useGridRootProps } from "../hooks/utils/useGridRootProps.
|
|
5
|
+
import { useGridApiContext } from "../hooks/utils/useGridApiContext.mjs";
|
|
6
|
+
import { useGridRootProps } from "../hooks/utils/useGridRootProps.mjs";
|
|
7
7
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
8
|
function GridExcelExportMenuItem(props) {
|
|
9
9
|
const apiRef = useGridApiContext();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
2
|
import { vars, GridFooterCell } from '@mui/x-data-grid-pro/internals';
|
|
3
|
-
import { useGridRootProps } from "../hooks/utils/useGridRootProps.
|
|
3
|
+
import { useGridRootProps } from "../hooks/utils/useGridRootProps.mjs";
|
|
4
4
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
5
|
function GridGroupingColumnFooterCell(props) {
|
|
6
6
|
const rootProps = useGridRootProps();
|
package/{esm/components/GridGroupingColumnLeafCell.js → components/GridGroupingColumnLeafCell.mjs}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { vars } from '@mui/x-data-grid/internals';
|
|
2
|
-
import { useGridRootProps } from "../hooks/utils/useGridRootProps.
|
|
2
|
+
import { useGridRootProps } from "../hooks/utils/useGridRootProps.mjs";
|
|
3
3
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
4
4
|
function GridGroupingColumnLeafCell(props) {
|
|
5
5
|
const {
|
package/{esm/components/GridGroupingCriteriaCell.js → components/GridGroupingCriteriaCell.mjs}
RENAMED
|
@@ -3,9 +3,9 @@ import * as React from 'react';
|
|
|
3
3
|
import composeClasses from '@mui/utils/composeClasses';
|
|
4
4
|
import { vars } from '@mui/x-data-grid/internals';
|
|
5
5
|
import { useGridSelector, gridFilteredDescendantCountLookupSelector, getDataGridUtilityClass, gridRowMaximumTreeDepthSelector } from '@mui/x-data-grid-pro';
|
|
6
|
-
import { useGridApiContext } from "../hooks/utils/useGridApiContext.
|
|
7
|
-
import { useGridRootProps } from "../hooks/utils/useGridRootProps.
|
|
8
|
-
import { gridPivotActiveSelector } from "../hooks/features/pivoting/gridPivotingSelectors.
|
|
6
|
+
import { useGridApiContext } from "../hooks/utils/useGridApiContext.mjs";
|
|
7
|
+
import { useGridRootProps } from "../hooks/utils/useGridRootProps.mjs";
|
|
8
|
+
import { gridPivotActiveSelector } from "../hooks/features/pivoting/gridPivotingSelectors.mjs";
|
|
9
9
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
10
|
const useUtilityClasses = ownerState => {
|
|
11
11
|
const {
|
package/{esm/components/GridPremiumColumnMenu.d.ts → components/GridPremiumColumnMenu.d.mts}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type GridColumnMenuItemProps } from '@mui/x-data-grid-pro';
|
|
2
2
|
import type { GridColumnMenuComponent } from '@mui/x-data-grid-pro/internals';
|
|
3
|
-
import { GridColumnMenuAggregationItem } from "./columnMenu/menuItems/GridColumnMenuAggregationItem.
|
|
4
|
-
import { GridColumnMenuManagePanelItem } from "./columnMenu/menuItems/GridColumnMenuManagePanelItem.
|
|
3
|
+
import { GridColumnMenuAggregationItem } from "./columnMenu/menuItems/GridColumnMenuAggregationItem.mjs";
|
|
4
|
+
import { GridColumnMenuManagePanelItem } from "./columnMenu/menuItems/GridColumnMenuManagePanelItem.mjs";
|
|
5
5
|
export declare function GridColumnMenuGroupingItem(props: GridColumnMenuItemProps): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export declare const GRID_COLUMN_MENU_SLOTS_PREMIUM: {
|
|
7
7
|
columnMenuAggregationItem: typeof GridColumnMenuAggregationItem;
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
4
4
|
import { GridGenericColumnMenu, GRID_COLUMN_MENU_SLOTS, GRID_COLUMN_MENU_SLOT_PROPS } from '@mui/x-data-grid-pro';
|
|
5
5
|
import { forwardRef } from '@mui/x-internals/forwardRef';
|
|
6
|
-
import { GridColumnMenuAggregationItem } from "./columnMenu/menuItems/GridColumnMenuAggregationItem.
|
|
7
|
-
import { isGroupingColumn } from "../hooks/features/rowGrouping/index.
|
|
8
|
-
import { GridColumnMenuRowGroupItem } from "./columnMenu/menuItems/GridColumnMenuRowGroupItem.
|
|
9
|
-
import { GridColumnMenuRowUngroupItem } from "./columnMenu/menuItems/GridColumnMenuRowUngroupItem.
|
|
10
|
-
import { GridColumnMenuManagePanelItem } from "./columnMenu/menuItems/GridColumnMenuManagePanelItem.
|
|
6
|
+
import { GridColumnMenuAggregationItem } from "./columnMenu/menuItems/GridColumnMenuAggregationItem.mjs";
|
|
7
|
+
import { isGroupingColumn } from "../hooks/features/rowGrouping/index.mjs";
|
|
8
|
+
import { GridColumnMenuRowGroupItem } from "./columnMenu/menuItems/GridColumnMenuRowGroupItem.mjs";
|
|
9
|
+
import { GridColumnMenuRowUngroupItem } from "./columnMenu/menuItems/GridColumnMenuRowUngroupItem.mjs";
|
|
10
|
+
import { GridColumnMenuManagePanelItem } from "./columnMenu/menuItems/GridColumnMenuManagePanelItem.mjs";
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
export function GridColumnMenuGroupingItem(props) {
|
|
13
13
|
const {
|
|
@@ -4,13 +4,13 @@ const _excluded = ["excelOptions"];
|
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import { GridToolbar, GridToolbarDivider, useGridSelector } from '@mui/x-data-grid-pro/internals';
|
|
6
6
|
import { ColumnsPanelTrigger, FilterPanelTrigger, ToolbarButton } from '@mui/x-data-grid-pro';
|
|
7
|
-
import { ExportExcel } from "./export/index.
|
|
8
|
-
import { useGridRootProps } from "../hooks/utils/useGridRootProps.
|
|
9
|
-
import { useGridApiContext } from "../hooks/utils/useGridApiContext.
|
|
10
|
-
import { PivotPanelTrigger } from "./pivotPanel/PivotPanelTrigger.
|
|
11
|
-
import { AiAssistantPanelTrigger } from "./aiAssistantPanel/index.
|
|
12
|
-
import { ChartsPanelTrigger } from "./chartsPanel/ChartsPanelTrigger.
|
|
13
|
-
import { gridHistoryCanRedoSelector, gridHistoryCanUndoSelector, gridHistoryEnabledSelector } from "../hooks/features/history/index.
|
|
7
|
+
import { ExportExcel } from "./export/index.mjs";
|
|
8
|
+
import { useGridRootProps } from "../hooks/utils/useGridRootProps.mjs";
|
|
9
|
+
import { useGridApiContext } from "../hooks/utils/useGridApiContext.mjs";
|
|
10
|
+
import { PivotPanelTrigger } from "./pivotPanel/PivotPanelTrigger.mjs";
|
|
11
|
+
import { AiAssistantPanelTrigger } from "./aiAssistantPanel/index.mjs";
|
|
12
|
+
import { ChartsPanelTrigger } from "./chartsPanel/ChartsPanelTrigger.mjs";
|
|
13
|
+
import { gridHistoryCanRedoSelector, gridHistoryCanUndoSelector, gridHistoryEnabledSelector } from "../hooks/features/history/index.mjs";
|
|
14
14
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
15
15
|
export function GridPremiumToolbar(props) {
|
|
16
16
|
const rootProps = useGridRootProps();
|
|
@@ -9,8 +9,8 @@ import { useComponentRenderer } from '@mui/x-internals/useComponentRenderer';
|
|
|
9
9
|
import { useGridPanelContext } from '@mui/x-data-grid-pro/internals';
|
|
10
10
|
import { gridPreferencePanelStateSelector, GridPreferencePanelsValue, useGridSelector } from '@mui/x-data-grid-pro';
|
|
11
11
|
import { useForkRef } from '@mui/material/utils';
|
|
12
|
-
import { useGridApiContext } from "../../hooks/utils/useGridApiContext.
|
|
13
|
-
import { useGridRootProps } from "../../hooks/utils/useGridRootProps.
|
|
12
|
+
import { useGridApiContext } from "../../hooks/utils/useGridApiContext.mjs";
|
|
13
|
+
import { useGridRootProps } from "../../hooks/utils/useGridRootProps.mjs";
|
|
14
14
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
15
|
/**
|
|
16
16
|
* A button that opens and closes the assistant panel.
|
|
@@ -4,13 +4,13 @@ import { useGridSelector, getDataGridUtilityClass } from '@mui/x-data-grid-pro';
|
|
|
4
4
|
import { vars } from '@mui/x-data-grid-pro/internals';
|
|
5
5
|
import composeClasses from '@mui/utils/composeClasses';
|
|
6
6
|
import { styled } from '@mui/material/styles';
|
|
7
|
-
import { useGridRootProps } from "../../hooks/utils/useGridRootProps.
|
|
8
|
-
import { gridAiAssistantActiveConversationSelector, gridAiAssistantConversationsSelector } from "../../hooks/features/aiAssistant/gridAiAssistantSelectors.
|
|
9
|
-
import { useGridApiContext } from "../../hooks/utils/useGridApiContext.
|
|
10
|
-
import { GridAiAssistantPanelConversation } from "./GridAiAssistantPanelConversation.
|
|
11
|
-
import { GridPromptField } from "../promptField/GridPromptField.
|
|
12
|
-
import { GridAiAssistantPanelSuggestions } from "./GridAiAssistantPanelSuggestions.
|
|
13
|
-
import { GridAiAssistantPanelConversationsMenu } from "./GridAiAssistantPanelConversationsMenu.
|
|
7
|
+
import { useGridRootProps } from "../../hooks/utils/useGridRootProps.mjs";
|
|
8
|
+
import { gridAiAssistantActiveConversationSelector, gridAiAssistantConversationsSelector } from "../../hooks/features/aiAssistant/gridAiAssistantSelectors.mjs";
|
|
9
|
+
import { useGridApiContext } from "../../hooks/utils/useGridApiContext.mjs";
|
|
10
|
+
import { GridAiAssistantPanelConversation } from "./GridAiAssistantPanelConversation.mjs";
|
|
11
|
+
import { GridPromptField } from "../promptField/GridPromptField.mjs";
|
|
12
|
+
import { GridAiAssistantPanelSuggestions } from "./GridAiAssistantPanelSuggestions.mjs";
|
|
13
|
+
import { GridAiAssistantPanelConversationsMenu } from "./GridAiAssistantPanelConversationsMenu.mjs";
|
|
14
14
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
15
15
|
const useUtilityClasses = ownerState => {
|
|
16
16
|
const {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Conversation } from "../../hooks/features/aiAssistant/gridAiAssistantInterfaces.
|
|
1
|
+
import type { Conversation } from "../../hooks/features/aiAssistant/gridAiAssistantInterfaces.mjs";
|
|
2
2
|
type GridAiAssistantPanelConversationProps = {
|
|
3
3
|
conversation: Conversation;
|
|
4
4
|
};
|
|
@@ -5,9 +5,9 @@ import * as React from 'react';
|
|
|
5
5
|
import { getDataGridUtilityClass, GridShadowScrollArea } from '@mui/x-data-grid-pro';
|
|
6
6
|
import composeClasses from '@mui/utils/composeClasses';
|
|
7
7
|
import { styled } from '@mui/material/styles';
|
|
8
|
-
import { useGridRootProps } from "../../hooks/utils/useGridRootProps.
|
|
9
|
-
import { useGridApiContext } from "../../hooks/utils/useGridApiContext.
|
|
10
|
-
import { GridPrompt } from "../prompt/index.
|
|
8
|
+
import { useGridRootProps } from "../../hooks/utils/useGridRootProps.mjs";
|
|
9
|
+
import { useGridApiContext } from "../../hooks/utils/useGridApiContext.mjs";
|
|
10
|
+
import { GridPrompt } from "../prompt/index.mjs";
|
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
12
12
|
const useUtilityClasses = ownerState => {
|
|
13
13
|
const {
|
|
@@ -4,9 +4,9 @@ import _extends from "@babel/runtime/helpers/esm/extends";
|
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import { GridMenu, useGridSelector } from '@mui/x-data-grid-pro';
|
|
6
6
|
import useId from '@mui/utils/useId';
|
|
7
|
-
import { useGridRootProps } from "../../hooks/utils/useGridRootProps.
|
|
8
|
-
import { useGridApiContext } from "../../hooks/utils/useGridApiContext.
|
|
9
|
-
import { gridAiAssistantActiveConversationIndexSelector, gridAiAssistantConversationsSelector } from "../../hooks/features/aiAssistant/gridAiAssistantSelectors.
|
|
7
|
+
import { useGridRootProps } from "../../hooks/utils/useGridRootProps.mjs";
|
|
8
|
+
import { useGridApiContext } from "../../hooks/utils/useGridApiContext.mjs";
|
|
9
|
+
import { gridAiAssistantActiveConversationIndexSelector, gridAiAssistantConversationsSelector } from "../../hooks/features/aiAssistant/gridAiAssistantSelectors.mjs";
|
|
10
10
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
11
11
|
function GridAiAssistantPanelConversationsMenu() {
|
|
12
12
|
const rootProps = useGridRootProps();
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { PromptSuggestion } from "../../hooks/features/aiAssistant/gridAiAssistantInterfaces.
|
|
1
|
+
import type { PromptSuggestion } from "../../hooks/features/aiAssistant/gridAiAssistantInterfaces.mjs";
|
|
2
2
|
type GridAiAssistantPanelSuggestionsProps = {
|
|
3
3
|
suggestions: PromptSuggestion[];
|
|
4
4
|
};
|
|
@@ -2,8 +2,8 @@ import { getDataGridUtilityClass } from '@mui/x-data-grid-pro';
|
|
|
2
2
|
import composeClasses from '@mui/utils/composeClasses';
|
|
3
3
|
import { styled } from '@mui/material/styles';
|
|
4
4
|
import { vars } from '@mui/x-data-grid-pro/internals';
|
|
5
|
-
import { useGridRootProps } from "../../hooks/utils/useGridRootProps.
|
|
6
|
-
import { useGridApiContext } from "../../hooks/utils/useGridApiContext.
|
|
5
|
+
import { useGridRootProps } from "../../hooks/utils/useGridRootProps.mjs";
|
|
6
|
+
import { useGridApiContext } from "../../hooks/utils/useGridApiContext.mjs";
|
|
7
7
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
8
8
|
const useUtilityClasses = ownerState => {
|
|
9
9
|
const {
|
|
@@ -7,9 +7,9 @@ import useId from '@mui/utils/useId';
|
|
|
7
7
|
import { forwardRef } from '@mui/x-internals/forwardRef';
|
|
8
8
|
import { useComponentRenderer } from '@mui/x-internals/useComponentRenderer';
|
|
9
9
|
import { useGridSelector } from '@mui/x-data-grid-pro';
|
|
10
|
-
import { useGridApiContext } from "../../hooks/utils/useGridApiContext.
|
|
11
|
-
import { useGridRootProps } from "../../hooks/utils/useGridRootProps.
|
|
12
|
-
import { gridChartsPanelOpenSelector } from "../../hooks/features/chartsIntegration/gridChartsIntegrationSelectors.
|
|
10
|
+
import { useGridApiContext } from "../../hooks/utils/useGridApiContext.mjs";
|
|
11
|
+
import { useGridRootProps } from "../../hooks/utils/useGridRootProps.mjs";
|
|
12
|
+
import { gridChartsPanelOpenSelector } from "../../hooks/features/chartsIntegration/gridChartsIntegrationSelectors.mjs";
|
|
13
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
14
|
/**
|
|
15
15
|
* A button that opens and closes the charts integration panel.
|
package/{esm/components/chartsPanel/GridChartsPanel.js → components/chartsPanel/GridChartsPanel.mjs}
RENAMED
|
@@ -7,13 +7,13 @@ import { styled } from '@mui/material/styles';
|
|
|
7
7
|
import useId from '@mui/utils/useId';
|
|
8
8
|
import { useGridSelector, vars } from '@mui/x-data-grid-pro/internals';
|
|
9
9
|
import { GridMenu, GridOverlay } from '@mui/x-data-grid-pro';
|
|
10
|
-
import { useGridApiContext } from "../../hooks/utils/useGridApiContext.
|
|
11
|
-
import { useGridRootProps } from "../../hooks/utils/useGridRootProps.
|
|
12
|
-
import { GridChartsPanelChart } from "./chart/GridChartsPanelChart.
|
|
13
|
-
import { GridChartsPanelCustomize } from "./customize/GridChartsPanelCustomize.
|
|
14
|
-
import { gridChartsIntegrationActiveChartIdSelector } from "../../hooks/features/chartsIntegration/gridChartsIntegrationSelectors.
|
|
15
|
-
import { useGridChartsIntegrationContext } from "../../hooks/utils/useGridChartIntegration.
|
|
16
|
-
import { GridChartsPanelData } from "./data/GridChartsPanelData.
|
|
10
|
+
import { useGridApiContext } from "../../hooks/utils/useGridApiContext.mjs";
|
|
11
|
+
import { useGridRootProps } from "../../hooks/utils/useGridRootProps.mjs";
|
|
12
|
+
import { GridChartsPanelChart } from "./chart/GridChartsPanelChart.mjs";
|
|
13
|
+
import { GridChartsPanelCustomize } from "./customize/GridChartsPanelCustomize.mjs";
|
|
14
|
+
import { gridChartsIntegrationActiveChartIdSelector } from "../../hooks/features/chartsIntegration/gridChartsIntegrationSelectors.mjs";
|
|
15
|
+
import { useGridChartsIntegrationContext } from "../../hooks/utils/useGridChartIntegration.mjs";
|
|
16
|
+
import { GridChartsPanelData } from "./data/GridChartsPanelData.mjs";
|
|
17
17
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
18
18
|
const GridChartsPanelHeader = styled('div', {
|
|
19
19
|
name: 'MuiDataGrid',
|
|
@@ -4,7 +4,7 @@ import { styled } from '@mui/material/styles';
|
|
|
4
4
|
import { getDataGridUtilityClass } from '@mui/x-data-grid-pro';
|
|
5
5
|
import { vars } from '@mui/x-data-grid-pro/internals';
|
|
6
6
|
import composeClasses from '@mui/utils/composeClasses';
|
|
7
|
-
import { useGridRootProps } from "../../../hooks/utils/useGridRootProps.
|
|
7
|
+
import { useGridRootProps } from "../../../hooks/utils/useGridRootProps.mjs";
|
|
8
8
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
9
|
const useUtilityClasses = ownerState => {
|
|
10
10
|
const {
|
|
@@ -3,13 +3,13 @@ import * as React from 'react';
|
|
|
3
3
|
import { styled } from '@mui/material/styles';
|
|
4
4
|
import { vars } from '@mui/x-data-grid-pro/internals';
|
|
5
5
|
import { GridOverlay, GridShadowScrollArea } from '@mui/x-data-grid-pro';
|
|
6
|
-
import { useGridApiContext } from "../../../hooks/utils/useGridApiContext.
|
|
7
|
-
import { useGridRootProps } from "../../../hooks/utils/useGridRootProps.
|
|
8
|
-
import { useGridChartsIntegrationContext } from "../../../hooks/utils/useGridChartIntegration.
|
|
9
|
-
import { Collapsible } from "../../collapsible/Collapsible.
|
|
10
|
-
import { CollapsibleTrigger } from "../../collapsible/CollapsibleTrigger.
|
|
11
|
-
import { CollapsiblePanel } from "../../collapsible/CollapsiblePanel.
|
|
12
|
-
import { EMPTY_CHART_INTEGRATION_CONTEXT_STATE } from "../../../hooks/features/chartsIntegration/useGridChartsIntegration.
|
|
6
|
+
import { useGridApiContext } from "../../../hooks/utils/useGridApiContext.mjs";
|
|
7
|
+
import { useGridRootProps } from "../../../hooks/utils/useGridRootProps.mjs";
|
|
8
|
+
import { useGridChartsIntegrationContext } from "../../../hooks/utils/useGridChartIntegration.mjs";
|
|
9
|
+
import { Collapsible } from "../../collapsible/Collapsible.mjs";
|
|
10
|
+
import { CollapsibleTrigger } from "../../collapsible/CollapsibleTrigger.mjs";
|
|
11
|
+
import { CollapsiblePanel } from "../../collapsible/CollapsiblePanel.mjs";
|
|
12
|
+
import { EMPTY_CHART_INTEGRATION_CONTEXT_STATE } from "../../../hooks/features/chartsIntegration/useGridChartsIntegration.mjs";
|
|
13
13
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
14
14
|
const GridChartsPanelCustomizeRoot = styled(GridShadowScrollArea)({
|
|
15
15
|
height: '100%'
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
3
|
import * as React from 'react';
|
|
4
|
-
import { GridChartsPanelDataBody } from "./GridChartsPanelDataBody.
|
|
5
|
-
import { GridChartsPanelDataHeader } from "./GridChartsPanelDataHeader.
|
|
4
|
+
import { GridChartsPanelDataBody } from "./GridChartsPanelDataBody.mjs";
|
|
5
|
+
import { GridChartsPanelDataHeader } from "./GridChartsPanelDataHeader.mjs";
|
|
6
6
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
7
|
function GridChartsPanelData() {
|
|
8
8
|
const [searchValue, setSearchValue] = React.useState('');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { GridChartsIntegrationSection } from "../../../hooks/features/chartsIntegration/gridChartsIntegrationInterfaces.
|
|
1
|
+
import type { GridChartsIntegrationSection } from "../../../hooks/features/chartsIntegration/gridChartsIntegrationInterfaces.mjs";
|
|
2
2
|
export interface FieldTransferObject {
|
|
3
3
|
field: string;
|
|
4
4
|
section: GridChartsIntegrationSection;
|
|
@@ -6,16 +6,16 @@ import { styled } from '@mui/material/styles';
|
|
|
6
6
|
import { gridPivotActiveSelector, vars } from '@mui/x-data-grid-pro/internals';
|
|
7
7
|
import { getDataGridUtilityClass, GridShadowScrollArea, useGridSelector } from '@mui/x-data-grid-pro';
|
|
8
8
|
import composeClasses from '@mui/utils/composeClasses';
|
|
9
|
-
import { useGridRootProps } from "../../../hooks/utils/useGridRootProps.
|
|
10
|
-
import { Collapsible, CollapsiblePanel, CollapsibleTrigger } from "../../collapsible/index.
|
|
11
|
-
import { ResizablePanel, ResizablePanelHandle } from "../../resizablePanel/index.
|
|
12
|
-
import { GridChartsPanelDataField } from "./GridChartsPanelDataField.
|
|
13
|
-
import { gridChartableColumnsSelector, gridChartsDimensionsSelector, gridChartsIntegrationActiveChartIdSelector, gridChartsValuesSelector } from "../../../hooks/features/chartsIntegration/gridChartsIntegrationSelectors.
|
|
14
|
-
import { useGridPrivateApiContext } from "../../../hooks/utils/useGridPrivateApiContext.
|
|
15
|
-
import { useGridChartsIntegrationContext } from "../../../hooks/utils/useGridChartIntegration.
|
|
16
|
-
import { getBlockedSections } from "../../../hooks/features/chartsIntegration/utils.
|
|
17
|
-
import { gridRowGroupingSanitizedModelSelector } from "../../../hooks/features/rowGrouping/gridRowGroupingSelector.
|
|
18
|
-
import { gridPivotModelSelector } from "../../../hooks/features/pivoting/gridPivotingSelectors.
|
|
9
|
+
import { useGridRootProps } from "../../../hooks/utils/useGridRootProps.mjs";
|
|
10
|
+
import { Collapsible, CollapsiblePanel, CollapsibleTrigger } from "../../collapsible/index.mjs";
|
|
11
|
+
import { ResizablePanel, ResizablePanelHandle } from "../../resizablePanel/index.mjs";
|
|
12
|
+
import { GridChartsPanelDataField } from "./GridChartsPanelDataField.mjs";
|
|
13
|
+
import { gridChartableColumnsSelector, gridChartsDimensionsSelector, gridChartsIntegrationActiveChartIdSelector, gridChartsValuesSelector } from "../../../hooks/features/chartsIntegration/gridChartsIntegrationSelectors.mjs";
|
|
14
|
+
import { useGridPrivateApiContext } from "../../../hooks/utils/useGridPrivateApiContext.mjs";
|
|
15
|
+
import { useGridChartsIntegrationContext } from "../../../hooks/utils/useGridChartIntegration.mjs";
|
|
16
|
+
import { getBlockedSections } from "../../../hooks/features/chartsIntegration/utils.mjs";
|
|
17
|
+
import { gridRowGroupingSanitizedModelSelector } from "../../../hooks/features/rowGrouping/gridRowGroupingSelector.mjs";
|
|
18
|
+
import { gridPivotModelSelector } from "../../../hooks/features/pivoting/gridPivotingSelectors.mjs";
|
|
19
19
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
20
20
|
const useUtilityClasses = ownerState => {
|
|
21
21
|
const {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import type { FieldTransferObject } from "./GridChartsPanelDataBody.
|
|
3
|
-
import type { GridChartsIntegrationSection } from "../../../hooks/features/chartsIntegration/gridChartsIntegrationInterfaces.
|
|
2
|
+
import type { FieldTransferObject } from "./GridChartsPanelDataBody.mjs";
|
|
3
|
+
import type { GridChartsIntegrationSection } from "../../../hooks/features/chartsIntegration/gridChartsIntegrationInterfaces.mjs";
|
|
4
4
|
type GridChartsPanelDataFieldProps = {
|
|
5
5
|
children: React.ReactNode;
|
|
6
6
|
field: string;
|
|
@@ -7,14 +7,14 @@ import { styled } from '@mui/material/styles';
|
|
|
7
7
|
import { getDataGridUtilityClass, GridMenu, useGridSelector } from '@mui/x-data-grid-pro';
|
|
8
8
|
import composeClasses from '@mui/utils/composeClasses';
|
|
9
9
|
import { gridPivotActiveSelector, NotRendered, vars } from '@mui/x-data-grid-pro/internals';
|
|
10
|
-
import { useGridApiContext } from "../../../hooks/utils/useGridApiContext.
|
|
11
|
-
import { useGridRootProps } from "../../../hooks/utils/useGridRootProps.
|
|
12
|
-
import { useGridPrivateApiContext } from "../../../hooks/utils/useGridPrivateApiContext.
|
|
13
|
-
import { GridChartsPanelDataFieldMenu } from "./GridChartsPanelDataFieldMenu.
|
|
14
|
-
import { gridAggregationModelSelector } from "../../../hooks/features/aggregation/index.
|
|
15
|
-
import { gridRowGroupingSanitizedModelSelector } from "../../../hooks/features/rowGrouping/gridRowGroupingSelector.
|
|
16
|
-
import { getAggregationFunctionLabel, getAvailableAggregationFunctions } from "../../../hooks/features/aggregation/gridAggregationUtils.
|
|
17
|
-
import { COLUMN_GROUP_ID_SEPARATOR } from "../../../constants/columnGroups.
|
|
10
|
+
import { useGridApiContext } from "../../../hooks/utils/useGridApiContext.mjs";
|
|
11
|
+
import { useGridRootProps } from "../../../hooks/utils/useGridRootProps.mjs";
|
|
12
|
+
import { useGridPrivateApiContext } from "../../../hooks/utils/useGridPrivateApiContext.mjs";
|
|
13
|
+
import { GridChartsPanelDataFieldMenu } from "./GridChartsPanelDataFieldMenu.mjs";
|
|
14
|
+
import { gridAggregationModelSelector } from "../../../hooks/features/aggregation/index.mjs";
|
|
15
|
+
import { gridRowGroupingSanitizedModelSelector } from "../../../hooks/features/rowGrouping/gridRowGroupingSelector.mjs";
|
|
16
|
+
import { getAggregationFunctionLabel, getAvailableAggregationFunctions } from "../../../hooks/features/aggregation/gridAggregationUtils.mjs";
|
|
17
|
+
import { COLUMN_GROUP_ID_SEPARATOR } from "../../../constants/columnGroups.mjs";
|
|
18
18
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
19
19
|
const AGGREGATION_FUNCTION_NONE = 'none';
|
|
20
20
|
const useUtilityClasses = ownerState => {
|
|
@@ -4,9 +4,9 @@ import _extends from "@babel/runtime/helpers/esm/extends";
|
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import { GridMenu, useGridSelector } from '@mui/x-data-grid-pro';
|
|
6
6
|
import useId from '@mui/utils/useId';
|
|
7
|
-
import { useGridRootProps } from "../../../hooks/utils/useGridRootProps.
|
|
8
|
-
import { useGridPrivateApiContext } from "../../../hooks/utils/useGridPrivateApiContext.
|
|
9
|
-
import { gridChartsDimensionsSelector, gridChartsIntegrationActiveChartIdSelector, gridChartsValuesSelector } from "../../../hooks/features/chartsIntegration/gridChartsIntegrationSelectors.
|
|
7
|
+
import { useGridRootProps } from "../../../hooks/utils/useGridRootProps.mjs";
|
|
8
|
+
import { useGridPrivateApiContext } from "../../../hooks/utils/useGridPrivateApiContext.mjs";
|
|
9
|
+
import { gridChartsDimensionsSelector, gridChartsIntegrationActiveChartIdSelector, gridChartsValuesSelector } from "../../../hooks/features/chartsIntegration/gridChartsIntegrationSelectors.mjs";
|
|
10
10
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
11
11
|
function GridChartsPanelDataFieldMenu(props) {
|
|
12
12
|
const {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { SidebarHeader } from "../../sidebar/index.
|
|
3
|
-
import { GridChartsPanelDataSearch } from "./GridChartsPanelDataSearch.
|
|
2
|
+
import { SidebarHeader } from "../../sidebar/index.mjs";
|
|
3
|
+
import { GridChartsPanelDataSearch } from "./GridChartsPanelDataSearch.mjs";
|
|
4
4
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
5
|
function GridChartsPanelDataHeader(props) {
|
|
6
6
|
const {
|
|
@@ -4,8 +4,8 @@ import { getDataGridUtilityClass } from '@mui/x-data-grid-pro';
|
|
|
4
4
|
import { styled } from '@mui/material/styles';
|
|
5
5
|
import { vars } from '@mui/x-data-grid-pro/internals';
|
|
6
6
|
import composeClasses from '@mui/utils/composeClasses';
|
|
7
|
-
import { useGridApiContext } from "../../../hooks/utils/useGridApiContext.
|
|
8
|
-
import { useGridRootProps } from "../../../hooks/utils/useGridRootProps.
|
|
7
|
+
import { useGridApiContext } from "../../../hooks/utils/useGridApiContext.mjs";
|
|
8
|
+
import { useGridRootProps } from "../../../hooks/utils/useGridRootProps.mjs";
|
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
10
|
const useUtilityClasses = ownerState => {
|
|
11
11
|
const {
|
package/{esm/components/collapsible/Collapsible.js → components/collapsible/Collapsible.mjs}
RENAMED
|
@@ -10,8 +10,8 @@ import useId from '@mui/utils/useId';
|
|
|
10
10
|
import { getDataGridUtilityClass } from '@mui/x-data-grid-pro';
|
|
11
11
|
import composeClasses from '@mui/utils/composeClasses';
|
|
12
12
|
import clsx from 'clsx';
|
|
13
|
-
import { CollapsibleContext } from "./CollapsibleContext.
|
|
14
|
-
import { useGridRootProps } from "../../hooks/utils/useGridRootProps.
|
|
13
|
+
import { CollapsibleContext } from "./CollapsibleContext.mjs";
|
|
14
|
+
import { useGridRootProps } from "../../hooks/utils/useGridRootProps.mjs";
|
|
15
15
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
16
16
|
const useUtilityClasses = ownerState => {
|
|
17
17
|
const {
|
|
@@ -2,18 +2,20 @@
|
|
|
2
2
|
'use client';
|
|
3
3
|
|
|
4
4
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
5
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
5
6
|
Object.defineProperty(exports, "__esModule", {
|
|
6
7
|
value: true
|
|
7
8
|
});
|
|
8
9
|
exports.CollapsibleContext = void 0;
|
|
9
10
|
exports.useCollapsibleContext = useCollapsibleContext;
|
|
11
|
+
var _formatErrorMessage2 = _interopRequireDefault(require("@mui/x-internals/formatErrorMessage"));
|
|
10
12
|
var React = _interopRequireWildcard(require("react"));
|
|
11
13
|
const CollapsibleContext = exports.CollapsibleContext = /*#__PURE__*/React.createContext(undefined);
|
|
12
14
|
if (process.env.NODE_ENV !== "production") CollapsibleContext.displayName = "CollapsibleContext";
|
|
13
15
|
function useCollapsibleContext() {
|
|
14
16
|
const context = React.useContext(CollapsibleContext);
|
|
15
17
|
if (context === undefined) {
|
|
16
|
-
throw new Error('MUI X: Missing context. Collapsible subcomponents must be placed within a <Collapsible /> component.');
|
|
18
|
+
throw new Error(process.env.NODE_ENV !== "production" ? 'MUI X: Missing context. Collapsible subcomponents must be placed within a <Collapsible /> component.' : (0, _formatErrorMessage2.default)(114));
|
|
17
19
|
}
|
|
18
20
|
return context;
|
|
19
21
|
}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
+
import _formatErrorMessage from "@mui/x-internals/formatErrorMessage";
|
|
3
4
|
import * as React from 'react';
|
|
4
5
|
export const CollapsibleContext = /*#__PURE__*/React.createContext(undefined);
|
|
5
6
|
if (process.env.NODE_ENV !== "production") CollapsibleContext.displayName = "CollapsibleContext";
|
|
6
7
|
export function useCollapsibleContext() {
|
|
7
8
|
const context = React.useContext(CollapsibleContext);
|
|
8
9
|
if (context === undefined) {
|
|
9
|
-
throw new Error('MUI X: Missing context. Collapsible subcomponents must be placed within a <Collapsible /> component.');
|
|
10
|
+
throw new Error(process.env.NODE_ENV !== "production" ? 'MUI X: Missing context. Collapsible subcomponents must be placed within a <Collapsible /> component.' : _formatErrorMessage(114));
|
|
10
11
|
}
|
|
11
12
|
return context;
|
|
12
13
|
}
|
|
@@ -8,8 +8,8 @@ import useId from '@mui/utils/useId';
|
|
|
8
8
|
import composeClasses from '@mui/utils/composeClasses';
|
|
9
9
|
import { getDataGridUtilityClass } from '@mui/x-data-grid-pro';
|
|
10
10
|
import clsx from 'clsx';
|
|
11
|
-
import { useGridRootProps } from "../../hooks/utils/useGridRootProps.
|
|
12
|
-
import { useCollapsibleContext } from "./CollapsibleContext.
|
|
11
|
+
import { useGridRootProps } from "../../hooks/utils/useGridRootProps.mjs";
|
|
12
|
+
import { useCollapsibleContext } from "./CollapsibleContext.mjs";
|
|
13
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
14
14
|
const useUtilityClasses = ownerState => {
|
|
15
15
|
const {
|
|
@@ -7,8 +7,8 @@ import { vars } from '@mui/x-data-grid-pro/internals';
|
|
|
7
7
|
import composeClasses from '@mui/utils/composeClasses';
|
|
8
8
|
import { getDataGridUtilityClass } from '@mui/x-data-grid-pro';
|
|
9
9
|
import clsx from 'clsx';
|
|
10
|
-
import { useGridRootProps } from "../../hooks/utils/useGridRootProps.
|
|
11
|
-
import { useCollapsibleContext } from "./CollapsibleContext.
|
|
10
|
+
import { useGridRootProps } from "../../hooks/utils/useGridRootProps.mjs";
|
|
11
|
+
import { useCollapsibleContext } from "./CollapsibleContext.mjs";
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
13
|
const useUtilityClasses = ownerState => {
|
|
14
14
|
const {
|