@progress/kendo-react-grid 9.4.0-develop.24 → 9.4.0-develop.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (184) hide show
  1. package/Grid.js +1 -1
  2. package/Grid.mjs +5 -4
  3. package/GridClientContextReader.js +1 -2
  4. package/GridClientContextReader.mjs +14 -15
  5. package/GridClientWrapper.js +1 -2
  6. package/GridClientWrapper.mjs +375 -450
  7. package/GridColumn.js +1 -1
  8. package/GridColumn.mjs +5 -4
  9. package/GridComponent.js +1 -1
  10. package/GridComponent.mjs +310 -344
  11. package/GridState.js +1 -2
  12. package/GridState.mjs +67 -79
  13. package/GridToolbar.js +1 -1
  14. package/GridToolbar.mjs +6 -5
  15. package/GridWatermarkOverlay.js +1 -2
  16. package/GridWatermarkOverlay.mjs +2 -2
  17. package/NOTICE.txt +51 -40
  18. package/StatusBar.js +1 -1
  19. package/StatusBar.mjs +1 -0
  20. package/VirtualScroll.js +1 -1
  21. package/VirtualScroll.mjs +1 -0
  22. package/VirtualScrollFixed.js +1 -1
  23. package/VirtualScrollFixed.mjs +10 -9
  24. package/cells/GridCell.js +1 -1
  25. package/cells/GridCell.mjs +23 -25
  26. package/cells/GridDetailCell.js +1 -1
  27. package/cells/GridDetailCell.mjs +6 -5
  28. package/cells/GridDetailHierarchyCell.js +1 -1
  29. package/cells/GridDetailHierarchyCell.mjs +5 -4
  30. package/cells/GridEditCell.js +1 -1
  31. package/cells/GridEditCell.mjs +7 -6
  32. package/cells/GridFilterCell.js +1 -2
  33. package/cells/GridGroupCell.js +1 -1
  34. package/cells/GridGroupCell.mjs +12 -11
  35. package/cells/GridHierarchyCell.js +1 -1
  36. package/cells/GridHierarchyCell.mjs +8 -7
  37. package/cells/GridRowReorderCell.js +1 -1
  38. package/cells/GridRowReorderCell.mjs +4 -3
  39. package/cells/GridSelectionCell.js +1 -1
  40. package/cells/GridSelectionCell.mjs +13 -12
  41. package/cells/client/DetailCellContainer.js +1 -2
  42. package/cells/client/DetailCellContainer.mjs +2 -2
  43. package/cells/client/GridCellContainer.js +1 -2
  44. package/cells/client/GridEditCellContainer.js +1 -2
  45. package/cells/client/GridEditCellEditor.js +1 -2
  46. package/cells/client/GridEditCellEditor.mjs +14 -14
  47. package/cells/client/GridGroupCellContainer.js +1 -2
  48. package/cells/client/GridGroupCellContainer.mjs +39 -39
  49. package/cells/client/GridGroupCellToggle.js +1 -2
  50. package/cells/client/GridGroupCellToggle.mjs +3 -3
  51. package/cells/client/GridHierarchyCellContainer.js +1 -2
  52. package/cells/client/GridHierarchyCellToggle.js +1 -2
  53. package/cells/client/GridHierarchyCellToggle.mjs +15 -15
  54. package/cells/client/GridRowReorderContainer.js +1 -2
  55. package/cells/client/GridRowReorderContainer.mjs +8 -14
  56. package/cells/client/GridSelectionCellContainer.js +1 -2
  57. package/cells/client/GridSelectionCellInput.js +1 -2
  58. package/cells/client/GridSelectionCellInput.mjs +3 -3
  59. package/columnMenu/GridColumnMenuCheckboxFilter.js +1 -2
  60. package/columnMenu/GridColumnMenuCheckboxFilter.mjs +55 -56
  61. package/columnMenu/GridColumnMenuColumnsList.js +1 -2
  62. package/columnMenu/GridColumnMenuColumnsList.mjs +16 -16
  63. package/columnMenu/GridColumnMenuFilter.js +1 -2
  64. package/columnMenu/GridColumnMenuFilterCell.js +1 -2
  65. package/columnMenu/GridColumnMenuFilterCell.mjs +3 -3
  66. package/columnMenu/GridColumnMenuFilterUI.js +1 -2
  67. package/columnMenu/GridColumnMenuGroup.js +1 -2
  68. package/columnMenu/GridColumnMenuGroup.mjs +5 -5
  69. package/columnMenu/GridColumnMenuItem.js +1 -2
  70. package/columnMenu/GridColumnMenuItem.mjs +2 -2
  71. package/columnMenu/GridColumnMenuItemContent.js +1 -2
  72. package/columnMenu/GridColumnMenuItemContent.mjs +4 -4
  73. package/columnMenu/GridColumnMenuItemGroup.js +1 -2
  74. package/columnMenu/GridColumnMenuItemGroup.mjs +4 -4
  75. package/columnMenu/GridColumnMenuSort.js +1 -2
  76. package/columnMenu/GridColumnMenuSort.mjs +8 -8
  77. package/columnMenu/GridColumnMenuWrapper.js +1 -2
  78. package/components/GridContainerElementContainer.js +1 -2
  79. package/components/GridCustomCellClientContainer.js +1 -2
  80. package/components/GridCustomCellClientContainer.mjs +2 -2
  81. package/components/GridDragClue.js +1 -2
  82. package/components/GridDragClue.mjs +5 -5
  83. package/components/GridDraggableRowsContainer.js +1 -2
  84. package/components/GridDropClue.js +1 -2
  85. package/components/GridDropClue.mjs +5 -5
  86. package/components/GridElementContainer.js +1 -2
  87. package/components/GridElementContainer.mjs +6 -6
  88. package/components/PagerContainer.js +1 -2
  89. package/components/PagerContainer.mjs +4 -4
  90. package/components/VirtualScrollHeightContainer.js +1 -2
  91. package/components/VirtualScrollHeightContainer.mjs +2 -2
  92. package/components/colGroup/GridColGroup.js +1 -2
  93. package/components/colGroup/GridColGroup.mjs +5 -5
  94. package/components/icons/reorder-row-svg.js +1 -2
  95. package/components/icons/reorder-row-svg.mjs +2 -2
  96. package/components/noRecords/GridNoRecords.js +1 -2
  97. package/components/noRecords/GridNoRecords.mjs +5 -5
  98. package/components/noRecords/GridNoRecordsContainer.js +1 -2
  99. package/components/noRecords/GridNoRecordsContainer.mjs +4 -4
  100. package/components/table/GridTable.js +1 -2
  101. package/components/table/GridTable.mjs +4 -4
  102. package/components/table/GridTableBody.js +1 -2
  103. package/components/table/GridTableBody.mjs +2 -2
  104. package/components/table/GridTableScrollable.js +1 -2
  105. package/components/table/GridTableScrollable.mjs +6 -6
  106. package/components/utils.js +1 -1
  107. package/components/utils.mjs +1 -0
  108. package/constants/index.js +1 -1
  109. package/constants/index.mjs +1 -0
  110. package/contextMenu/GridContextMenu.js +1 -2
  111. package/contextMenu/GridContextMenu.mjs +3 -3
  112. package/contextMenu/enums.js +1 -1
  113. package/contextMenu/enums.mjs +1 -0
  114. package/dist/cdn/js/kendo-react-grid.js +1 -8
  115. package/drag/ColumnDraggable.js +1 -2
  116. package/drag/ColumnDraggable.mjs +7 -7
  117. package/drag/ColumnResize.js +1 -1
  118. package/drag/ColumnResize.mjs +1 -0
  119. package/drag/CommonDragLogic.js +1 -1
  120. package/drag/CommonDragLogic.mjs +1 -0
  121. package/drag/GroupingIndicator.js +1 -2
  122. package/drag/GroupingIndicator.mjs +11 -11
  123. package/filterCommon.js +1 -1
  124. package/filterCommon.mjs +5 -4
  125. package/footer/Footer.js +1 -2
  126. package/footer/FooterCell.js +1 -1
  127. package/footer/FooterCell.mjs +4 -3
  128. package/footer/FooterRow.js +1 -1
  129. package/footer/FooterRow.mjs +7 -6
  130. package/footer/client/FooterCellContainer.js +1 -2
  131. package/footer/client/FooterCellContainer.mjs +5 -5
  132. package/header/FilterRow.js +1 -1
  133. package/header/FilterRow.mjs +43 -41
  134. package/header/GridHeaderCell.js +1 -2
  135. package/header/GridHeaderCell.mjs +4 -4
  136. package/header/GridHeaderSelectionCell.js +1 -2
  137. package/header/GroupPanel.js +1 -2
  138. package/header/Header.js +1 -2
  139. package/header/HeaderRow.js +1 -1
  140. package/header/HeaderRow.mjs +35 -33
  141. package/header/client/GridFilterCellContainer.js +1 -2
  142. package/header/client/GridFilterCellContainer.mjs +7 -7
  143. package/header/client/GridFilterCellElementContainer.js +1 -2
  144. package/header/client/GridHeaderCellContainer.js +1 -2
  145. package/header/client/GridHeaderCellContainer.mjs +18 -20
  146. package/header/client/GridHeaderCellElementContainer.js +1 -2
  147. package/header/client/GridHeaderCellElementContainer.mjs +10 -10
  148. package/header/client/GridHeaderRowContainer.js +1 -2
  149. package/header/client/GridHeaderRowReorderCell.js +1 -2
  150. package/header/client/GridHeaderRowReorderCell.mjs +2 -2
  151. package/header/client/HeaderCellResizer.js +1 -2
  152. package/header/client/HeaderRowDraggable.js +1 -2
  153. package/index.d.mts +5 -211
  154. package/index.d.ts +5 -211
  155. package/index.js +1 -1
  156. package/index.mjs +68 -71
  157. package/interfaces/GridSortSettings.js +8 -0
  158. package/{sortCommon.mjs → interfaces/GridSortSettings.mjs} +1 -0
  159. package/messages/index.js +1 -1
  160. package/messages/index.mjs +37 -38
  161. package/messages/messagesMap.js +1 -1
  162. package/messages/messagesMap.mjs +3 -2
  163. package/package-metadata.js +1 -1
  164. package/package-metadata.mjs +3 -2
  165. package/package.json +13 -14
  166. package/paging/GridPagerSettings.js +1 -1
  167. package/paging/GridPagerSettings.mjs +7 -6
  168. package/rows/GridDetailRow.js +1 -1
  169. package/rows/GridDetailRow.mjs +3 -2
  170. package/rows/GridRow.js +1 -2
  171. package/rows/GridRow.mjs +45 -45
  172. package/utils/_clientModule.js +1 -2
  173. package/utils/_clientModule.mjs +2 -2
  174. package/utils/_serverModule.js +1 -1
  175. package/utils/_serverModule.mjs +1 -0
  176. package/utils/index.js +1 -1
  177. package/utils/index.mjs +129 -138
  178. package/GridSearchBox.js +0 -8
  179. package/GridSearchBox.mjs +0 -35
  180. package/columnMenu/GridColumnMenuColumnsChooser.js +0 -9
  181. package/columnMenu/GridColumnMenuColumnsChooser.mjs +0 -82
  182. package/components/GridLoader.js +0 -9
  183. package/components/GridLoader.mjs +0 -22
  184. package/sortCommon.js +0 -8
package/index.d.mts CHANGED
@@ -7,6 +7,7 @@
7
7
  */
8
8
  import { BaseEvent } from '@progress/kendo-react-common';
9
9
  import { CellProps } from '@progress/kendo-react-data-tools';
10
+ import { ClipboardDataEvent } from '@progress/kendo-react-data-tools';
10
11
  import { ClipboardSettings } from '@progress/kendo-react-data-tools';
11
12
  import { ColumnBaseProps } from '@progress/kendo-react-data-tools';
12
13
  import { ColumnSortSettings } from '@progress/kendo-react-data-tools';
@@ -21,16 +22,13 @@ import { FilterOperator } from '@progress/kendo-react-data-tools';
21
22
  import { getSelectedState } from '@progress/kendo-react-data-tools';
22
23
  import { getSelectedStateFromKeyDown } from '@progress/kendo-react-data-tools';
23
24
  import { GridClassStructure } from '@progress/kendo-react-common';
24
- import { GridClipboardEvent } from '@progress/kendo-react-data-tools';
25
25
  import { GroupDescriptor } from '@progress/kendo-data-query';
26
26
  import { GroupExpandDescriptor } from '@progress/kendo-react-data-tools';
27
27
  import { GroupState } from '@progress/kendo-react-data-tools';
28
28
  import { HeaderCellBaseProps } from '@progress/kendo-react-data-tools';
29
29
  import { HeaderThElementProps } from '@progress/kendo-react-data-tools';
30
- import { IntlService } from '@progress/kendo-react-intl';
31
30
  import { JSX as JSX_2 } from 'react/jsx-runtime';
32
31
  import { KendoReactComponentBaseProps } from '@progress/kendo-react-common';
33
- import { LocalizationService } from '@progress/kendo-react-intl';
34
32
  import { MenuItemModel } from '@progress/kendo-react-layout';
35
33
  import { MenuSelectEvent } from '@progress/kendo-react-layout';
36
34
  import { NavigatableSettings } from '@progress/kendo-react-data-tools';
@@ -40,7 +38,6 @@ import { PagerProps } from '@progress/kendo-react-data-tools';
40
38
  import { PagerTargetEvent } from '@progress/kendo-react-data-tools';
41
39
  import * as React_2 from 'react';
42
40
  import { ReactElement } from 'react';
43
- import { SearchField } from '@progress/kendo-react-data-tools';
44
41
  import { SelectDescriptor } from '@progress/kendo-react-data-tools';
45
42
  import { setSelectedState } from '@progress/kendo-react-data-tools';
46
43
  import { SortDescriptor } from '@progress/kendo-data-query';
@@ -56,8 +53,6 @@ import { TableKeyDownEvent } from '@progress/kendo-react-data-tools';
56
53
  import { TableSelectableMode } from '@progress/kendo-react-data-tools';
57
54
  import { TableSelectableSettings } from '@progress/kendo-react-data-tools';
58
55
  import { TableSelectionChangeEvent } from '@progress/kendo-react-data-tools';
59
- import { TextBoxChangeEvent } from '@progress/kendo-react-inputs';
60
- import { TextBoxProps } from '@progress/kendo-react-inputs';
61
56
 
62
57
  /**
63
58
  * The value of the filter operators displayed in the boolean filter menu.
@@ -252,7 +247,6 @@ declare interface ExtendedColumnProps extends GridColumnProps {
252
247
  isAccessible: boolean;
253
248
  /** @hidden _internal usage only */
254
249
  _type?: 'edit' | 'expand';
255
- rowSpannable?: Required<GridRowSpannableSettings>;
256
250
  }
257
251
 
258
252
  /**
@@ -306,7 +300,7 @@ export declare const GRID_PREVENT_SELECTION_ELEMENT = "data-prevent-selection";
306
300
  /** The attribute required by the Grid selection on Grid `tr` elements. */
307
301
  export declare const GRID_ROW_INDEX_ATTRIBUTE = "data-grid-row-index";
308
302
 
309
- export declare const GridCell: (props: GridCellProps) => JSX_2.Element | null;
303
+ export declare const GridCell: (props: GridCellProps) => JSX_2.Element;
310
304
 
311
305
  /**
312
306
  * Represents the `GridCellBaseOptions` object that are passed to the handler.
@@ -407,15 +401,6 @@ export declare interface GridCellProps extends Omit<CellProps, 'onChange' | 'ren
407
401
  columnPosition: any;
408
402
  /** @hidden */
409
403
  group?: GroupState;
410
- /** @hidden */
411
- localization?: LocalizationService;
412
- /** @hidden */
413
- intl?: IntlService;
414
- /** @hidden */
415
- _rowSpan?: {
416
- count: number | null;
417
- value: any;
418
- };
419
404
  }
420
405
 
421
406
  /**
@@ -559,31 +544,6 @@ export declare interface GridColumnMenuColumnProps {
559
544
  id?: string;
560
545
  }
561
546
 
562
- /**
563
- * Represents the KendoReact GridColumnMenuColumnsChooser component.
564
- */
565
- export declare const GridColumnMenuColumnsChooser: React_2.FunctionComponent<GridColumnMenuColumnsChooserProps>;
566
-
567
- /**
568
- * The props passed to the ColumnMenu ColumnsChooser component.
569
- */
570
- declare interface GridColumnMenuColumnsChooserBaseProps extends GridColumnMenuBaseProps {
571
- /**
572
- * The columns state of the KendoReact GridColumnMenuColumnsChooser component.
573
- */
574
- columnsState?: GridColumnState[];
575
- /**
576
- * The method that will be called when the new columns state is applied.
577
- */
578
- onColumnsStateChange?: Function;
579
- }
580
-
581
- /**
582
- * The props of the GridColumnMenuColumnsChooser component.
583
- */
584
- export declare interface GridColumnMenuColumnsChooserProps extends GridColumnMenuColumnsChooserBaseProps {
585
- }
586
-
587
547
  /**
588
548
  * Represents the KendoReact GridColumnMenuColumnsList component.
589
549
  */
@@ -911,7 +871,7 @@ declare interface GridColumnMenuItemProps {
911
871
  /**
912
872
  * The props which the ColumnMenu passes to its children.
913
873
  */
914
- export declare interface GridColumnMenuProps extends GridColumnMenuFilterBaseProps, GridColumnMenuSortBaseProps, GridColumnMenuGroupBaseProps, GridColumnMenuColumnsChooserBaseProps {
874
+ export declare interface GridColumnMenuProps extends GridColumnMenuFilterBaseProps, GridColumnMenuSortBaseProps, GridColumnMenuGroupBaseProps {
915
875
  navigatable?: boolean;
916
876
  show?: boolean;
917
877
  }
@@ -1127,10 +1087,6 @@ export declare interface GridColumnProps extends Omit<ColumnBaseProps, 'cell'> {
1127
1087
  * @default "data"
1128
1088
  */
1129
1089
  columnType?: GridColumnType;
1130
- /**
1131
- * Defines if the cells of the column should be spanned when their values are the same.
1132
- */
1133
- rowSpannable?: boolean | GridRowSpannableSettings;
1134
1090
  }
1135
1091
 
1136
1092
  /**
@@ -1204,46 +1160,6 @@ export declare interface GridColumnResizeEvent {
1204
1160
  declare interface GridColumnSortSettings extends ColumnSortSettings {
1205
1161
  }
1206
1162
 
1207
- /**
1208
- * Represents the object of the `onColumnsStateChange` Grid event.
1209
- */
1210
- export declare interface GridColumnsStateChangeEvent {
1211
- /**
1212
- * An event target.
1213
- */
1214
- target: GridHandle;
1215
- /**
1216
- * The columns state collection.
1217
- */
1218
- columnsState: GridColumnState[];
1219
- }
1220
-
1221
- /**
1222
- * The state of the GridColumn
1223
- */
1224
- export declare interface GridColumnState {
1225
- /**
1226
- * The id of the column.
1227
- */
1228
- id: string;
1229
- /**
1230
- * The field of the column.
1231
- */
1232
- field?: string;
1233
- /**
1234
- * The title of the column.
1235
- */
1236
- title?: string;
1237
- /**
1238
- * The value indicating whether a column is visible or not.
1239
- */
1240
- hidden?: boolean;
1241
- /**
1242
- * A collection of child states.
1243
- */
1244
- children?: GridColumnState[];
1245
- }
1246
-
1247
1163
  /**
1248
1164
  * Sets the column type.
1249
1165
  *
@@ -1473,20 +1389,6 @@ export declare interface GridCustomHeaderCellProps extends GridHeaderCellProps {
1473
1389
  index?: number;
1474
1390
  }
1475
1391
 
1476
- /**
1477
- * The properties of the default Grid Row.
1478
- */
1479
- export declare interface GridCustomRowProps extends GridRowProps {
1480
- /**
1481
- * The props and attributes that are applied to the tr element by default.
1482
- */
1483
- trProps?: React.HTMLAttributes<HTMLTableRowElement> | null;
1484
- /**
1485
- * The default children of the table row.
1486
- */
1487
- children?: React.ReactNode | React.ReactNode[];
1488
- }
1489
-
1490
1392
  /**
1491
1393
  * Represents the object of the `onDataStateChange` Grid event.
1492
1394
  */
@@ -2002,7 +1904,6 @@ export declare const gridMessages: {
2002
1904
  "grid.pagerOf": string;
2003
1905
  "grid.pagerTotalPages": string;
2004
1906
  "grid.searchPlaceholder": string;
2005
- "grid.searchboxPlaceholder": string;
2006
1907
  "grid.filterCheckAll": string;
2007
1908
  "grid.filterChooseOperator": string;
2008
1909
  "grid.filterSelectedItems": string;
@@ -2164,7 +2065,6 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
2164
2065
  /** @hidden */
2165
2066
  autoProcessData?: boolean | {
2166
2067
  filter?: boolean;
2167
- search?: boolean;
2168
2068
  sort?: boolean;
2169
2069
  group?: boolean;
2170
2070
  page?: boolean;
@@ -2182,10 +2082,6 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
2182
2082
  * Sets a set of custom components that the Grid will render instead of the built-in cell.
2183
2083
  */
2184
2084
  cells?: GridCellsSettings;
2185
- /**
2186
- * Sets a set of custom components that the Grid will render instead of the built-in row.
2187
- */
2188
- rows?: GridRowsSettings;
2189
2085
  /**
2190
2086
  * Sets the data of the Grid ([see example]({% slug paging_grid %})). If you use paging, the `data` option has to contain only the items for the current page. It takes values of type null, any or [DataResult]({% slug api_kendo-data-query_dataresult%})
2191
2087
  */
@@ -2199,9 +2095,9 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
2199
2095
  */
2200
2096
  clipboard?: ClipboardSettings | boolean;
2201
2097
  /**
2202
- * Fires when clipboard support is enabled and the one of the actions 'copy'. The event accepts type [GridClipboardEvent]({% slug api_data-tools_gridclipboardevent %}). Only fired when the Grid is run as a client component.
2098
+ * Fires when clipboard support is enabled and the one of the actions 'copy'. The event accepts type [ClipboardDataEvent]({% slug api_data-tools_clipboarddataevent %}). Only fired when the Grid is run as a client component.
2203
2099
  */
2204
- onClipboard?: (event: GridClipboardEvent) => void;
2100
+ onClipboard?: (event: ClipboardDataEvent) => void;
2205
2101
  /**
2206
2102
  * Fires when the sorting of the Grid is changed ([see example]({% slug sorting_grid %})). You have to handle the event yourself and sort the data.
2207
2103
  */
@@ -2230,14 +2126,6 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
2230
2126
  * Fires when the Grid filter is modified through the UI ([more information and examples]({% slug filtering_grid %})). You have to handle the event yourself and filter the data.
2231
2127
  */
2232
2128
  onFilterChange?: (event: GridFilterChangeEvent) => void;
2233
- /**
2234
- * Specifies if the loader of the Grid will be displayed.
2235
- */
2236
- showLoader?: boolean;
2237
- /**
2238
- * A custom component that the Grid will render instead of the built-in loader.
2239
- */
2240
- loader?: React.ReactNode;
2241
2129
  /**
2242
2130
  * Fires when the user reorders a row.
2243
2131
  */
@@ -2398,22 +2286,6 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
2398
2286
  * Specifies a React element that will be cloned and rendered inside the detail rows of the currently expanded items ([see example]({% slug hierarchy_grid %})). An item will be rendered as expanded if the value of its `expandField` is `true`.
2399
2287
  */
2400
2288
  detail?: null | ComponentType<GridDetailRowProps>;
2401
- /**
2402
- * The [descriptor]({% slug api_kendo-data-query_compositefilterdescriptor %}) by which the data is searched. Its first FilterDescriptor populates the GridSearchBox.
2403
- */
2404
- search?: CompositeFilterDescriptor;
2405
- /**
2406
- * The [descriptor]({% slug api_kendo-data-query_compositefilterdescriptor %}) by which the data is searched by default. Its first FilterDescriptor populates the GridSearchBox.
2407
- */
2408
- defaultSearch?: CompositeFilterDescriptor;
2409
- /**
2410
- * Defines the fields of the data that are filtered by the GridSearchBox.
2411
- */
2412
- searchFields?: (string | SearchField)[];
2413
- /**
2414
- * Fires when the search value of the GridSearchBox is changed.
2415
- */
2416
- onSearchChange?: (event: GridSearchChangeEvent) => void;
2417
2289
  /**
2418
2290
  * Represents the `style` HTML attribute.
2419
2291
  */
@@ -2526,22 +2398,6 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
2526
2398
  * @hidden
2527
2399
  */
2528
2400
  unstyled?: GridClassStructure;
2529
- /**
2530
- * @hidden
2531
- */
2532
- rowSpannable?: boolean | GridRowSpannableSettings;
2533
- /**
2534
- * @hidden
2535
- */
2536
- columnsState?: GridColumnState[];
2537
- /**
2538
- * @hidden
2539
- */
2540
- defaultColumnsState?: GridColumnState[];
2541
- /**
2542
- * Fires when the columns state of the Grid is changed.
2543
- */
2544
- onColumnsStateChange?: (event: GridColumnsStateChangeEvent) => void;
2545
2401
  }
2546
2402
 
2547
2403
  /**
@@ -2618,10 +2474,6 @@ export declare interface GridRowProps extends KendoReactComponentBaseProps {
2618
2474
  * A function for overriding the default rendering of the row.
2619
2475
  */
2620
2476
  render?: (row: React.ReactElement<HTMLTableRowElement>, props: GridRowProps) => React.ReactNode;
2621
- /**
2622
- * Sets a set of rows components that the Grid will render instead of the built-in row.
2623
- */
2624
- rows?: GridRowsSettings;
2625
2477
  /**
2626
2478
  * The index to be applied to the `aria-rowindex` attribute.
2627
2479
  */
@@ -2693,42 +2545,6 @@ export declare type GridRowReorderSettings = {
2693
2545
  dragClue?: string | ((dataItem: any) => React.ReactNode);
2694
2546
  };
2695
2547
 
2696
- /**
2697
- * Represents the settings for the row-spanning functionality of the Grid.
2698
- *
2699
- * @example
2700
- *
2701
- * ```tsx
2702
- * <Grid
2703
- * data={data}
2704
- * rowSpannable={{
2705
- * enabled: true,
2706
- * valueGetter: (dataItem, field) => `${dataItem['id']} - ${dataItem[field]}`,
2707
- * }}
2708
- * />
2709
- * ```
2710
- */
2711
- export declare type GridRowSpannableSettings = {
2712
- /**
2713
- * Determines if the row-spanning functionality is enabled or disabled
2714
- */
2715
- enabled?: boolean;
2716
- /**
2717
- * A function that returns the value of the cell that should span the row.
2718
- * The value could be combined from multiple fields of the dataItem to create a unique identifier and prevent the cell from being row-spanned.
2719
- */
2720
- valueGetter?: (dataItem: any, field: string) => any;
2721
- };
2722
-
2723
- /**
2724
- * The settings of the rows prop options.
2725
- */
2726
- export declare interface GridRowsSettings {
2727
- groupHeader?: ComponentType<GridCustomRowProps>;
2728
- data?: ComponentType<GridCustomRowProps>;
2729
- groupFooter?: ComponentType<GridCustomRowProps>;
2730
- }
2731
-
2732
2548
  /**
2733
2549
  * The type of the GridRow component.
2734
2550
  *
@@ -2739,28 +2555,6 @@ export declare interface GridRowsSettings {
2739
2555
  */
2740
2556
  export declare type GridRowType = 'groupFooter' | 'groupHeader' | 'data';
2741
2557
 
2742
- /**
2743
- * Represents the properties of the KendoReact GridSearchBox component.
2744
- */
2745
- export declare const GridSearchBox: (props: GridSearchBoxProps) => JSX_2.Element;
2746
-
2747
- export declare interface GridSearchBoxChangeEvent extends TextBoxChangeEvent {
2748
- }
2749
-
2750
- export declare interface GridSearchBoxProps extends TextBoxProps {
2751
- onChange?: (event: GridSearchBoxChangeEvent) => void;
2752
- }
2753
-
2754
- /**
2755
- * Represents the object of the `onSearchChange` Grid event.
2756
- */
2757
- export declare interface GridSearchChangeEvent extends GridEvent {
2758
- /**
2759
- * The new search based on the user action.
2760
- */
2761
- search: CompositeFilterDescriptor;
2762
- }
2763
-
2764
2558
  /**
2765
2559
  * Represents the available selection modes.
2766
2560
  */