@@ -9,7 +9,7 @@ import dxDataGrid, {
99import { Component as BaseComponent , IHtmlOptions , ComponentRef , NestedComponentMeta } from "./core/component" ;
1010import NestedOption from "./core/nested-option" ;
1111
12- import type { dxDataGridColumn , AdaptiveDetailRowPreparingEvent , AIColumnRequestCreatingEvent , AIColumnResponseReceivedEvent , CellClickEvent , CellDblClickEvent , CellPreparedEvent , ContentReadyEvent , ContextMenuPreparingEvent , DataErrorOccurredEvent , DisposingEvent , EditCanceledEvent , EditCancelingEvent , EditingStartEvent , EditorPreparedEvent , EditorPreparingEvent , ExportingEvent , FocusedCellChangingEvent , FocusedRowChangingEvent , InitializedEvent , InitNewRowEvent , KeyDownEvent , RowClickEvent , RowCollapsedEvent , RowCollapsingEvent , RowDblClickEvent , RowExpandedEvent , RowExpandingEvent , RowInsertedEvent , RowInsertingEvent , RowPreparedEvent , RowRemovedEvent , RowRemovingEvent , RowUpdatedEvent , RowUpdatingEvent , RowValidatingEvent , SavedEvent , SavingEvent , ToolbarPreparingEvent , dxDataGridRowObject , DataGridPredefinedColumnButton , ColumnButtonClickEvent , dxDataGridColumnButton , DataGridCommandColumnType , SelectionSensitivity , DataGridExportFormat , DataGridPredefinedToolbarItem , DataGridScrollMode , dxDataGridToolbarItem } from "devextreme/ui/data_grid" ;
12+ import type { dxDataGridColumn , AdaptiveDetailRowPreparingEvent , AIColumnRequestCreatingEvent , CellClickEvent , CellDblClickEvent , CellPreparedEvent , ContentReadyEvent , ContextMenuPreparingEvent , DataErrorOccurredEvent , DisposingEvent , EditCanceledEvent , EditCancelingEvent , EditingStartEvent , EditorPreparedEvent , EditorPreparingEvent , ExportingEvent , FocusedCellChangingEvent , FocusedRowChangingEvent , InitializedEvent , InitNewRowEvent , KeyDownEvent , RowClickEvent , RowCollapsedEvent , RowCollapsingEvent , RowDblClickEvent , RowExpandedEvent , RowExpandingEvent , RowInsertedEvent , RowInsertingEvent , RowPreparedEvent , RowRemovedEvent , RowRemovingEvent , RowUpdatedEvent , RowUpdatingEvent , RowValidatingEvent , SavedEvent , SavingEvent , ToolbarPreparingEvent , dxDataGridRowObject , DataGridPredefinedColumnButton , ColumnButtonClickEvent , dxDataGridColumnButton , DataGridCommandColumnType , SelectionSensitivity , DataGridExportFormat , DataGridPredefinedToolbarItem , DataGridScrollMode , dxDataGridToolbarItem } from "devextreme/ui/data_grid" ;
1313import type { DataChange , AIColumnMode , DataChangeType , ColumnAIOptions , FilterOperation , FilterType , FixedPosition , ColumnHeaderFilter as GridsColumnHeaderFilter , SelectedFilterOperation , ColumnChooserMode , ColumnChooserSearchConfig , ColumnChooserSelectionConfig , HeaderFilterGroupInterval , ColumnHeaderFilterSearchConfig , HeaderFilterSearchConfig , HeaderFilterTexts , SelectionColumnDisplayMode , GridsEditMode , NewRowPosition , GridsEditRefreshMode , StartEditAction , FilterPanel as GridsFilterPanel , FilterPanelTexts as GridsFilterPanelTexts , ApplyFilterMode , GroupExpandMode , SummaryType , EnterKeyAction , EnterKeyDirection , PagerPageSize , GridBase , DataRenderMode , StateStoreType } from "devextreme/common/grids" ;
1414import type { Mode , ValidationRuleType , HorizontalAlignment , VerticalAlignment , template , TextEditorButtonLocation , DataType , Format as CommonFormat , SortOrder , SearchMode , ComparisonOperator , SingleMultipleOrNone , SelectAllMode , TextBoxPredefinedButton , TextEditorButton , LabelMode , MaskMode , EditorStyle , ValidationMessageMode , Position as CommonPosition , ValidationStatus , PositionAlignment , Direction , ToolbarItemLocation , ToolbarItemComponent , ButtonStyle , ButtonType , DisplayMode , DragDirection , DragHighlight , ScrollbarMode } from "devextreme/common" ;
1515import type { ContentReadyEvent as TextBoxContentReadyEvent , DisposingEvent as TextBoxDisposingEvent , InitializedEvent as TextBoxInitializedEvent , KeyDownEvent as TextBoxKeyDownEvent , dxTextBoxOptions , TextBoxType , ChangeEvent , CopyEvent , CutEvent , EnterKeyEvent , FocusInEvent , FocusOutEvent , InputEvent , KeyUpEvent , OptionChangedEvent , PasteEvent , ValueChangedEvent } from "devextreme/ui/text_box" ;
@@ -46,7 +46,6 @@ type ReplaceFieldTypes<TSource, TReplacement> = {
4646type IDataGridOptionsNarrowedEvents < TRowData = any , TKey = any > = {
4747 onAdaptiveDetailRowPreparing ?: ( ( e : AdaptiveDetailRowPreparingEvent < TRowData , TKey > ) => void ) ;
4848 onAIColumnRequestCreating ?: ( ( e : AIColumnRequestCreatingEvent < TRowData , TKey > ) => void ) ;
49- onAIColumnResponseReceived ?: ( ( e : AIColumnResponseReceivedEvent < TRowData , TKey > ) => void ) ;
5049 onCellClick ?: ( ( e : CellClickEvent < TRowData , TKey > ) => void ) ;
5150 onCellDblClick ?: ( ( e : CellDblClickEvent < TRowData , TKey > ) => void ) ;
5251 onCellPrepared ?: ( ( e : CellPreparedEvent < TRowData , TKey > ) => void ) ;
@@ -130,7 +129,7 @@ const DataGrid = memo(
130129 ) , [ ] ) ;
131130
132131 const subscribableOptions = useMemo ( ( ) => ( [ "columns" , "editing" , "editing.changes" , "editing.editColumnName" , "editing.editRowKey" , "filterValue" , "focusedColumnIndex" , "focusedRowIndex" , "focusedRowKey" , "groupPanel" , "groupPanel.visible" , "paging" , "paging.pageIndex" , "paging.pageSize" , "selectedRowKeys" , "selectionFilter" , "filterBuilder.value" , "filterBuilderPopup.height" , "filterBuilderPopup.position" , "filterBuilderPopup.visible" , "filterBuilderPopup.width" , "filterPanel.filterEnabled" , "editing.form.formData" , "editing.popup.height" , "editing.popup.position" , "editing.popup.visible" , "editing.popup.width" , "searchPanel.text" ] ) , [ ] ) ;
133- const independentEvents = useMemo ( ( ) => ( [ "onAdaptiveDetailRowPreparing" , "onAIColumnRequestCreating" , "onAIColumnResponseReceived" , " onCellClick", "onCellDblClick" , "onCellPrepared" , "onContentReady" , "onContextMenuPreparing" , "onDataErrorOccurred" , "onDisposing" , "onEditCanceled" , "onEditCanceling" , "onEditingStart" , "onEditorPrepared" , "onEditorPreparing" , "onExporting" , "onFocusedCellChanging" , "onFocusedRowChanging" , "onInitialized" , "onInitNewRow" , "onKeyDown" , "onRowClick" , "onRowCollapsed" , "onRowCollapsing" , "onRowDblClick" , "onRowExpanded" , "onRowExpanding" , "onRowInserted" , "onRowInserting" , "onRowPrepared" , "onRowRemoved" , "onRowRemoving" , "onRowUpdated" , "onRowUpdating" , "onRowValidating" , "onSaved" , "onSaving" , "onToolbarPreparing" ] ) , [ ] ) ;
132+ const independentEvents = useMemo ( ( ) => ( [ "onAdaptiveDetailRowPreparing" , "onAIColumnRequestCreating" , "onCellClick" , "onCellDblClick" , "onCellPrepared" , "onContentReady" , "onContextMenuPreparing" , "onDataErrorOccurred" , "onDisposing" , "onEditCanceled" , "onEditCanceling" , "onEditingStart" , "onEditorPrepared" , "onEditorPreparing" , "onExporting" , "onFocusedCellChanging" , "onFocusedRowChanging" , "onInitialized" , "onInitNewRow" , "onKeyDown" , "onRowClick" , "onRowCollapsed" , "onRowCollapsing" , "onRowDblClick" , "onRowExpanded" , "onRowExpanding" , "onRowInserted" , "onRowInserting" , "onRowPrepared" , "onRowRemoved" , "onRowRemoving" , "onRowUpdated" , "onRowUpdating" , "onRowValidating" , "onSaved" , "onSaving" , "onToolbarPreparing" ] ) , [ ] ) ;
134133
135134 const defaults = useMemo ( ( ) => ( {
136135 defaultColumns : "columns" ,
0 commit comments