@progress/kendo-react-grid 10.2.0-develop.1 → 10.2.0-develop.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.mts CHANGED
@@ -28,7 +28,7 @@ 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
30
  import { IntlService } from '@progress/kendo-react-intl';
31
- import { JSX as JSX_2 } from 'react/jsx-runtime';
31
+ import { JSX } from 'react/jsx-runtime';
32
32
  import { KendoReactComponentBaseProps } from '@progress/kendo-react-common';
33
33
  import { LocalizationService } from '@progress/kendo-react-intl';
34
34
  import { MenuItemModel } from '@progress/kendo-react-layout';
@@ -302,7 +302,7 @@ export declare const GRID_PREVENT_SELECTION_ELEMENT = "data-prevent-selection";
302
302
  /** The attribute required by the Grid selection on Grid `tr` elements. */
303
303
  export declare const GRID_ROW_INDEX_ATTRIBUTE = "data-grid-row-index";
304
304
 
305
- export declare const GridCell: (props: GridCellProps) => JSX_2.Element | null;
305
+ export declare const GridCell: (props: GridCellProps) => JSX.Element | null;
306
306
 
307
307
  /**
308
308
  * Represents the `GridCellBaseOptions` object that are passed to the handler.
@@ -486,7 +486,7 @@ declare interface GridColumnMenuBaseProps {
486
486
  onCloseMenu?: Function;
487
487
  }
488
488
 
489
- export declare const GridColumnMenuCheckboxFilter: (props: GridColumnMenuCheckboxFilterProps) => JSX_2.Element;
489
+ export declare const GridColumnMenuCheckboxFilter: (props: GridColumnMenuCheckboxFilterProps) => JSX.Element;
490
490
 
491
491
  /**
492
492
  * The props of the GridColumnMenuFilter component.
@@ -663,7 +663,7 @@ export declare interface GridColumnMenuColumnsListProps {
663
663
  * ReactDOM.render(<App />, document.querySelector('my-app'));
664
664
  * ```
665
665
  */
666
- export declare const GridColumnMenuFilter: (props: GridColumnMenuFilterProps) => JSX_2.Element;
666
+ export declare const GridColumnMenuFilter: (props: GridColumnMenuFilterProps) => JSX.Element;
667
667
 
668
668
  /**
669
669
  * The props passed to the ColumnMenu filter component.
@@ -690,7 +690,7 @@ declare interface GridColumnMenuFilterBaseProps extends GridColumnMenuBaseProps
690
690
  /**
691
691
  * @hidden
692
692
  */
693
- export declare const GridColumnMenuFilterCell: (props: GridColumnMenuFilterCellProps) => JSX_2.Element;
693
+ export declare const GridColumnMenuFilterCell: (props: GridColumnMenuFilterCellProps) => JSX.Element;
694
694
 
695
695
  /**
696
696
  * @hidden
@@ -740,7 +740,7 @@ export declare interface GridColumnMenuFilterProps extends GridColumnMenuFilterB
740
740
  /**
741
741
  * @hidden
742
742
  */
743
- export declare const GridColumnMenuFilterUI: (props: GridColumnMenuFilterUIProps) => JSX_2.Element;
743
+ export declare const GridColumnMenuFilterUI: (props: GridColumnMenuFilterUIProps) => JSX.Element;
744
744
 
745
745
  /**
746
746
  * The props that will be passed to the UI of the ColumnMenu filter component.
@@ -818,7 +818,7 @@ export declare interface GridColumnMenuFilterUIProps {
818
818
  * export default App;
819
819
  * ```
820
820
  */
821
- export declare const GridColumnMenuGroup: (props: GridColumnMenuGroupProps) => JSX_2.Element;
821
+ export declare const GridColumnMenuGroup: (props: GridColumnMenuGroupProps) => JSX.Element;
822
822
 
823
823
  /**
824
824
  * The props passed to the ColumnMenu group component.
@@ -847,12 +847,12 @@ declare interface GridColumnMenuGroupProps extends GridColumnMenuGroupBaseProps
847
847
  /**
848
848
  * The GridColumnMenuItem component that is used inside the Grid ColumnMenu.
849
849
  */
850
- export declare const GridColumnMenuItem: (props: GridColumnMenuItemProps) => JSX_2.Element;
850
+ export declare const GridColumnMenuItem: (props: GridColumnMenuItemProps) => JSX.Element;
851
851
 
852
852
  /**
853
853
  * The GridColumnMenuItemContent that will be used inside the Grid ColumnMenu.
854
854
  */
855
- export declare const GridColumnMenuItemContent: (props: GridColumnMenuItemContentProps) => JSX_2.Element;
855
+ export declare const GridColumnMenuItemContent: (props: GridColumnMenuItemContentProps) => JSX.Element;
856
856
 
857
857
  /**
858
858
  * The props of the GridColumnMenuItemContent component.
@@ -867,7 +867,7 @@ declare interface GridColumnMenuItemContentProps extends KendoReactComponentBase
867
867
  /**
868
868
  * The GridColumnMenuItemGroup that will be used inside the Grid ColumnMenu.
869
869
  */
870
- export declare const GridColumnMenuItemGroup: (props: GridColumnMenuItemGroupProps) => JSX_2.Element;
870
+ export declare const GridColumnMenuItemGroup: (props: GridColumnMenuItemGroupProps) => JSX.Element;
871
871
 
872
872
  /**
873
873
  * The props of the GridColumnMenuItemGroup component.
@@ -959,7 +959,7 @@ export declare interface GridColumnMenuProps extends GridColumnMenuFilterBasePro
959
959
  * export default App;
960
960
  * ```
961
961
  */
962
- export declare const GridColumnMenuSort: (props: GridColumnMenuSortProps) => JSX_2.Element;
962
+ export declare const GridColumnMenuSort: (props: GridColumnMenuSortProps) => JSX.Element;
963
963
 
964
964
  /**
965
965
  * The props passed to the ColumnMenu sort component.
@@ -988,7 +988,7 @@ declare interface GridColumnMenuSortProps extends GridColumnMenuSortBaseProps {
988
988
  /**
989
989
  * The GridColumnMenuWrapper component.
990
990
  */
991
- export declare const GridColumnMenuWrapper: (props: GridColumnMenuWrapperProps) => JSX_2.Element;
991
+ export declare const GridColumnMenuWrapper: (props: GridColumnMenuWrapperProps) => JSX.Element;
992
992
 
993
993
  /**
994
994
  * The props of the GridColumnMenuWrapper component.
@@ -1267,8 +1267,8 @@ export declare type GridColumnType = 'data' | 'reorder' | 'checkbox';
1267
1267
  * @hidden
1268
1268
  */
1269
1269
  export declare class GridCommonDragLogic {
1270
- refDragElementClue: React_2.RefObject<DragClue>;
1271
- refDropElementClue: React_2.RefObject<DropClue>;
1270
+ refDragElementClue: React_2.RefObject<DragClue | null>;
1271
+ refDropElementClue: React_2.RefObject<DropClue | null>;
1272
1272
  columns: ExtendedColumnProps[];
1273
1273
  reorderable: boolean;
1274
1274
  groupable: boolean;
@@ -1301,7 +1301,7 @@ export declare class GridCommonDragLogic {
1301
1301
  /**
1302
1302
  * @hidden
1303
1303
  */
1304
- export declare const GridContextMenu: (props: GridContextMenuProps) => JSX_2.Element;
1304
+ export declare const GridContextMenu: (props: GridContextMenuProps) => JSX.Element;
1305
1305
 
1306
1306
  /**
1307
1307
  * Represents the available types for the `GridContextMenuAnchorPart`.
@@ -1587,7 +1587,7 @@ declare interface GridEditableSettings extends TableEditableSettings {
1587
1587
  /**
1588
1588
  * @hidden
1589
1589
  */
1590
- export declare const GridEditCell: (props: GridCellProps) => JSX_2.Element;
1590
+ export declare const GridEditCell: (props: GridCellProps) => JSX.Element;
1591
1591
 
1592
1592
  /**
1593
1593
  * Represents the object of the `onEditChange` Grid event.
@@ -1620,7 +1620,7 @@ export declare interface GridExpandChangeEvent extends GridEvent {
1620
1620
  dataIndex: number;
1621
1621
  }
1622
1622
 
1623
- export declare const GridFilterCell: (props: GridFilterCellProps) => string | number | boolean | Iterable<React_2.ReactNode> | JSX_2.Element | null | undefined;
1623
+ export declare const GridFilterCell: (props: GridFilterCellProps) => string | number | bigint | boolean | Iterable<React_2.ReactNode> | Promise<string | number | bigint | boolean | React_2.ReactPortal | React_2.ReactElement<unknown, string | React_2.JSXElementConstructor<any>> | Iterable<React_2.ReactNode> | null | undefined> | JSX.Element | null | undefined;
1624
1624
 
1625
1625
  /**
1626
1626
  * The props of the GridFilterCell component
@@ -1795,7 +1795,7 @@ export declare interface GridGroupableSettings {
1795
1795
  /**
1796
1796
  * @hidden
1797
1797
  */
1798
- export declare const GridGroupCell: (props: GridCellProps) => JSX_2.Element;
1798
+ export declare const GridGroupCell: (props: GridCellProps) => JSX.Element;
1799
1799
 
1800
1800
  /**
1801
1801
  * Represents the object of the `onGroupChange` Grid event.
@@ -1914,7 +1914,7 @@ export declare interface GridHandle {
1914
1914
  * export default App;
1915
1915
  * ```
1916
1916
  */
1917
- export declare const GridHeaderCell: (props: GridHeaderCellProps) => string | number | boolean | Iterable<React_2.ReactNode> | JSX_2.Element | null | undefined;
1917
+ export declare const GridHeaderCell: (props: GridHeaderCellProps) => string | number | bigint | boolean | Iterable<React_2.ReactNode> | Promise<string | number | bigint | boolean | React_2.ReactPortal | React_2.ReactElement<unknown, string | React_2.JSXElementConstructor<any>> | Iterable<React_2.ReactNode> | null | undefined> | JSX.Element | null | undefined;
1918
1918
 
1919
1919
  /**
1920
1920
  * The props of the GridHeaderCell component
@@ -1960,7 +1960,7 @@ export declare interface GridHeaderSelectionChangeEvent extends GridEvent {
1960
1960
  /**
1961
1961
  * @hidden
1962
1962
  */
1963
- export declare const GridHierarchyCell: (props: GridCellProps) => JSX_2.Element;
1963
+ export declare const GridHierarchyCell: (props: GridCellProps) => JSX.Element;
1964
1964
 
1965
1965
  /**
1966
1966
  * Represents the object of the `onItemChange` Grid event.
@@ -2086,7 +2086,7 @@ export declare interface GridNavigationActionEvent extends GridEvent {
2086
2086
  * ```
2087
2087
  */
2088
2088
  export declare const GridNoRecords: {
2089
- (props: GridNoRecordsProps): JSX_2.Element;
2089
+ (props: GridNoRecordsProps): JSX.Element;
2090
2090
  displayName: string;
2091
2091
  };
2092
2092
 
@@ -2641,7 +2641,7 @@ export declare type GridReorderDropPosition = 'before' | 'after' | 'forbidden';
2641
2641
  /**
2642
2642
  * The component for each of the items in the `data` property which the Grid renders.
2643
2643
  */
2644
- export declare const GridRow: (props: GridRowProps) => string | number | boolean | Iterable<React_2.ReactNode> | JSX_2.Element | null | undefined;
2644
+ export declare const GridRow: (props: GridRowProps) => string | number | bigint | boolean | Iterable<React_2.ReactNode> | Promise<string | number | bigint | boolean | React_2.ReactPortal | React_2.ReactElement<unknown, string | React_2.JSXElementConstructor<any>> | Iterable<React_2.ReactNode> | null | undefined> | JSX.Element | null | undefined;
2645
2645
 
2646
2646
  /**
2647
2647
  * Represents the object of the `onRowClick` Grid event.
@@ -2819,7 +2819,7 @@ export declare type GridRowType = 'groupFooter' | 'groupHeader' | 'data';
2819
2819
  /**
2820
2820
  * Represents the properties of the KendoReact GridSearchBox component.
2821
2821
  */
2822
- export declare const GridSearchBox: (props: GridSearchBoxProps) => JSX_2.Element;
2822
+ export declare const GridSearchBox: (props: GridSearchBoxProps) => JSX.Element;
2823
2823
 
2824
2824
  export declare interface GridSearchBoxChangeEvent extends TextBoxChangeEvent {
2825
2825
  }
@@ -2860,7 +2860,7 @@ export declare interface GridSelectableSettings extends TableSelectableSettings
2860
2860
  /**
2861
2861
  * @hidden
2862
2862
  */
2863
- export declare const GridSelectionCell: (props: GridCellProps) => JSX_2.Element;
2863
+ export declare const GridSelectionCell: (props: GridCellProps) => JSX.Element;
2864
2864
 
2865
2865
  /**
2866
2866
  * Represents the object of the `onSelectionChange` Grid event.
@@ -2946,7 +2946,7 @@ export declare interface GridThAttributes extends HeaderThElementProps {
2946
2946
  * ```
2947
2947
  */
2948
2948
  export declare const GridToolbar: {
2949
- (props: GridToolbarProps): JSX_2.Element;
2949
+ (props: GridToolbarProps): JSX.Element;
2950
2950
  displayName: string;
2951
2951
  };
2952
2952
 
package/index.d.ts CHANGED
@@ -28,7 +28,7 @@ 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
30
  import { IntlService } from '@progress/kendo-react-intl';
31
- import { JSX as JSX_2 } from 'react/jsx-runtime';
31
+ import { JSX } from 'react/jsx-runtime';
32
32
  import { KendoReactComponentBaseProps } from '@progress/kendo-react-common';
33
33
  import { LocalizationService } from '@progress/kendo-react-intl';
34
34
  import { MenuItemModel } from '@progress/kendo-react-layout';
@@ -302,7 +302,7 @@ export declare const GRID_PREVENT_SELECTION_ELEMENT = "data-prevent-selection";
302
302
  /** The attribute required by the Grid selection on Grid `tr` elements. */
303
303
  export declare const GRID_ROW_INDEX_ATTRIBUTE = "data-grid-row-index";
304
304
 
305
- export declare const GridCell: (props: GridCellProps) => JSX_2.Element | null;
305
+ export declare const GridCell: (props: GridCellProps) => JSX.Element | null;
306
306
 
307
307
  /**
308
308
  * Represents the `GridCellBaseOptions` object that are passed to the handler.
@@ -486,7 +486,7 @@ declare interface GridColumnMenuBaseProps {
486
486
  onCloseMenu?: Function;
487
487
  }
488
488
 
489
- export declare const GridColumnMenuCheckboxFilter: (props: GridColumnMenuCheckboxFilterProps) => JSX_2.Element;
489
+ export declare const GridColumnMenuCheckboxFilter: (props: GridColumnMenuCheckboxFilterProps) => JSX.Element;
490
490
 
491
491
  /**
492
492
  * The props of the GridColumnMenuFilter component.
@@ -663,7 +663,7 @@ export declare interface GridColumnMenuColumnsListProps {
663
663
  * ReactDOM.render(<App />, document.querySelector('my-app'));
664
664
  * ```
665
665
  */
666
- export declare const GridColumnMenuFilter: (props: GridColumnMenuFilterProps) => JSX_2.Element;
666
+ export declare const GridColumnMenuFilter: (props: GridColumnMenuFilterProps) => JSX.Element;
667
667
 
668
668
  /**
669
669
  * The props passed to the ColumnMenu filter component.
@@ -690,7 +690,7 @@ declare interface GridColumnMenuFilterBaseProps extends GridColumnMenuBaseProps
690
690
  /**
691
691
  * @hidden
692
692
  */
693
- export declare const GridColumnMenuFilterCell: (props: GridColumnMenuFilterCellProps) => JSX_2.Element;
693
+ export declare const GridColumnMenuFilterCell: (props: GridColumnMenuFilterCellProps) => JSX.Element;
694
694
 
695
695
  /**
696
696
  * @hidden
@@ -740,7 +740,7 @@ export declare interface GridColumnMenuFilterProps extends GridColumnMenuFilterB
740
740
  /**
741
741
  * @hidden
742
742
  */
743
- export declare const GridColumnMenuFilterUI: (props: GridColumnMenuFilterUIProps) => JSX_2.Element;
743
+ export declare const GridColumnMenuFilterUI: (props: GridColumnMenuFilterUIProps) => JSX.Element;
744
744
 
745
745
  /**
746
746
  * The props that will be passed to the UI of the ColumnMenu filter component.
@@ -818,7 +818,7 @@ export declare interface GridColumnMenuFilterUIProps {
818
818
  * export default App;
819
819
  * ```
820
820
  */
821
- export declare const GridColumnMenuGroup: (props: GridColumnMenuGroupProps) => JSX_2.Element;
821
+ export declare const GridColumnMenuGroup: (props: GridColumnMenuGroupProps) => JSX.Element;
822
822
 
823
823
  /**
824
824
  * The props passed to the ColumnMenu group component.
@@ -847,12 +847,12 @@ declare interface GridColumnMenuGroupProps extends GridColumnMenuGroupBaseProps
847
847
  /**
848
848
  * The GridColumnMenuItem component that is used inside the Grid ColumnMenu.
849
849
  */
850
- export declare const GridColumnMenuItem: (props: GridColumnMenuItemProps) => JSX_2.Element;
850
+ export declare const GridColumnMenuItem: (props: GridColumnMenuItemProps) => JSX.Element;
851
851
 
852
852
  /**
853
853
  * The GridColumnMenuItemContent that will be used inside the Grid ColumnMenu.
854
854
  */
855
- export declare const GridColumnMenuItemContent: (props: GridColumnMenuItemContentProps) => JSX_2.Element;
855
+ export declare const GridColumnMenuItemContent: (props: GridColumnMenuItemContentProps) => JSX.Element;
856
856
 
857
857
  /**
858
858
  * The props of the GridColumnMenuItemContent component.
@@ -867,7 +867,7 @@ declare interface GridColumnMenuItemContentProps extends KendoReactComponentBase
867
867
  /**
868
868
  * The GridColumnMenuItemGroup that will be used inside the Grid ColumnMenu.
869
869
  */
870
- export declare const GridColumnMenuItemGroup: (props: GridColumnMenuItemGroupProps) => JSX_2.Element;
870
+ export declare const GridColumnMenuItemGroup: (props: GridColumnMenuItemGroupProps) => JSX.Element;
871
871
 
872
872
  /**
873
873
  * The props of the GridColumnMenuItemGroup component.
@@ -959,7 +959,7 @@ export declare interface GridColumnMenuProps extends GridColumnMenuFilterBasePro
959
959
  * export default App;
960
960
  * ```
961
961
  */
962
- export declare const GridColumnMenuSort: (props: GridColumnMenuSortProps) => JSX_2.Element;
962
+ export declare const GridColumnMenuSort: (props: GridColumnMenuSortProps) => JSX.Element;
963
963
 
964
964
  /**
965
965
  * The props passed to the ColumnMenu sort component.
@@ -988,7 +988,7 @@ declare interface GridColumnMenuSortProps extends GridColumnMenuSortBaseProps {
988
988
  /**
989
989
  * The GridColumnMenuWrapper component.
990
990
  */
991
- export declare const GridColumnMenuWrapper: (props: GridColumnMenuWrapperProps) => JSX_2.Element;
991
+ export declare const GridColumnMenuWrapper: (props: GridColumnMenuWrapperProps) => JSX.Element;
992
992
 
993
993
  /**
994
994
  * The props of the GridColumnMenuWrapper component.
@@ -1267,8 +1267,8 @@ export declare type GridColumnType = 'data' | 'reorder' | 'checkbox';
1267
1267
  * @hidden
1268
1268
  */
1269
1269
  export declare class GridCommonDragLogic {
1270
- refDragElementClue: React_2.RefObject<DragClue>;
1271
- refDropElementClue: React_2.RefObject<DropClue>;
1270
+ refDragElementClue: React_2.RefObject<DragClue | null>;
1271
+ refDropElementClue: React_2.RefObject<DropClue | null>;
1272
1272
  columns: ExtendedColumnProps[];
1273
1273
  reorderable: boolean;
1274
1274
  groupable: boolean;
@@ -1301,7 +1301,7 @@ export declare class GridCommonDragLogic {
1301
1301
  /**
1302
1302
  * @hidden
1303
1303
  */
1304
- export declare const GridContextMenu: (props: GridContextMenuProps) => JSX_2.Element;
1304
+ export declare const GridContextMenu: (props: GridContextMenuProps) => JSX.Element;
1305
1305
 
1306
1306
  /**
1307
1307
  * Represents the available types for the `GridContextMenuAnchorPart`.
@@ -1587,7 +1587,7 @@ declare interface GridEditableSettings extends TableEditableSettings {
1587
1587
  /**
1588
1588
  * @hidden
1589
1589
  */
1590
- export declare const GridEditCell: (props: GridCellProps) => JSX_2.Element;
1590
+ export declare const GridEditCell: (props: GridCellProps) => JSX.Element;
1591
1591
 
1592
1592
  /**
1593
1593
  * Represents the object of the `onEditChange` Grid event.
@@ -1620,7 +1620,7 @@ export declare interface GridExpandChangeEvent extends GridEvent {
1620
1620
  dataIndex: number;
1621
1621
  }
1622
1622
 
1623
- export declare const GridFilterCell: (props: GridFilterCellProps) => string | number | boolean | Iterable<React_2.ReactNode> | JSX_2.Element | null | undefined;
1623
+ export declare const GridFilterCell: (props: GridFilterCellProps) => string | number | bigint | boolean | Iterable<React_2.ReactNode> | Promise<string | number | bigint | boolean | React_2.ReactPortal | React_2.ReactElement<unknown, string | React_2.JSXElementConstructor<any>> | Iterable<React_2.ReactNode> | null | undefined> | JSX.Element | null | undefined;
1624
1624
 
1625
1625
  /**
1626
1626
  * The props of the GridFilterCell component
@@ -1795,7 +1795,7 @@ export declare interface GridGroupableSettings {
1795
1795
  /**
1796
1796
  * @hidden
1797
1797
  */
1798
- export declare const GridGroupCell: (props: GridCellProps) => JSX_2.Element;
1798
+ export declare const GridGroupCell: (props: GridCellProps) => JSX.Element;
1799
1799
 
1800
1800
  /**
1801
1801
  * Represents the object of the `onGroupChange` Grid event.
@@ -1914,7 +1914,7 @@ export declare interface GridHandle {
1914
1914
  * export default App;
1915
1915
  * ```
1916
1916
  */
1917
- export declare const GridHeaderCell: (props: GridHeaderCellProps) => string | number | boolean | Iterable<React_2.ReactNode> | JSX_2.Element | null | undefined;
1917
+ export declare const GridHeaderCell: (props: GridHeaderCellProps) => string | number | bigint | boolean | Iterable<React_2.ReactNode> | Promise<string | number | bigint | boolean | React_2.ReactPortal | React_2.ReactElement<unknown, string | React_2.JSXElementConstructor<any>> | Iterable<React_2.ReactNode> | null | undefined> | JSX.Element | null | undefined;
1918
1918
 
1919
1919
  /**
1920
1920
  * The props of the GridHeaderCell component
@@ -1960,7 +1960,7 @@ export declare interface GridHeaderSelectionChangeEvent extends GridEvent {
1960
1960
  /**
1961
1961
  * @hidden
1962
1962
  */
1963
- export declare const GridHierarchyCell: (props: GridCellProps) => JSX_2.Element;
1963
+ export declare const GridHierarchyCell: (props: GridCellProps) => JSX.Element;
1964
1964
 
1965
1965
  /**
1966
1966
  * Represents the object of the `onItemChange` Grid event.
@@ -2086,7 +2086,7 @@ export declare interface GridNavigationActionEvent extends GridEvent {
2086
2086
  * ```
2087
2087
  */
2088
2088
  export declare const GridNoRecords: {
2089
- (props: GridNoRecordsProps): JSX_2.Element;
2089
+ (props: GridNoRecordsProps): JSX.Element;
2090
2090
  displayName: string;
2091
2091
  };
2092
2092
 
@@ -2641,7 +2641,7 @@ export declare type GridReorderDropPosition = 'before' | 'after' | 'forbidden';
2641
2641
  /**
2642
2642
  * The component for each of the items in the `data` property which the Grid renders.
2643
2643
  */
2644
- export declare const GridRow: (props: GridRowProps) => string | number | boolean | Iterable<React_2.ReactNode> | JSX_2.Element | null | undefined;
2644
+ export declare const GridRow: (props: GridRowProps) => string | number | bigint | boolean | Iterable<React_2.ReactNode> | Promise<string | number | bigint | boolean | React_2.ReactPortal | React_2.ReactElement<unknown, string | React_2.JSXElementConstructor<any>> | Iterable<React_2.ReactNode> | null | undefined> | JSX.Element | null | undefined;
2645
2645
 
2646
2646
  /**
2647
2647
  * Represents the object of the `onRowClick` Grid event.
@@ -2819,7 +2819,7 @@ export declare type GridRowType = 'groupFooter' | 'groupHeader' | 'data';
2819
2819
  /**
2820
2820
  * Represents the properties of the KendoReact GridSearchBox component.
2821
2821
  */
2822
- export declare const GridSearchBox: (props: GridSearchBoxProps) => JSX_2.Element;
2822
+ export declare const GridSearchBox: (props: GridSearchBoxProps) => JSX.Element;
2823
2823
 
2824
2824
  export declare interface GridSearchBoxChangeEvent extends TextBoxChangeEvent {
2825
2825
  }
@@ -2860,7 +2860,7 @@ export declare interface GridSelectableSettings extends TableSelectableSettings
2860
2860
  /**
2861
2861
  * @hidden
2862
2862
  */
2863
- export declare const GridSelectionCell: (props: GridCellProps) => JSX_2.Element;
2863
+ export declare const GridSelectionCell: (props: GridCellProps) => JSX.Element;
2864
2864
 
2865
2865
  /**
2866
2866
  * Represents the object of the `onSelectionChange` Grid event.
@@ -2946,7 +2946,7 @@ export declare interface GridThAttributes extends HeaderThElementProps {
2946
2946
  * ```
2947
2947
  */
2948
2948
  export declare const GridToolbar: {
2949
- (props: GridToolbarProps): JSX_2.Element;
2949
+ (props: GridToolbarProps): JSX.Element;
2950
2950
  displayName: string;
2951
2951
  };
2952
2952
 
@@ -5,4 +5,4 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-react-grid",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1743432124,version:"10.2.0-develop.1",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"};exports.packageMetadata=e;
8
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-react-grid",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1744013901,version:"10.2.0-develop.3",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"};exports.packageMetadata=e;
@@ -10,8 +10,8 @@ const e = {
10
10
  productName: "KendoReact",
11
11
  productCode: "KENDOUIREACT",
12
12
  productCodes: ["KENDOUIREACT"],
13
- publishDate: 1743432124,
14
- version: "10.2.0-develop.1",
13
+ publishDate: 1744013901,
14
+ version: "10.2.0-develop.3",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
16
16
  };
17
17
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-grid",
3
- "version": "10.2.0-develop.1",
3
+ "version": "10.2.0-develop.3",
4
4
  "description": "React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -28,17 +28,17 @@
28
28
  "@progress/kendo-data-query": "^1.0.0",
29
29
  "@progress/kendo-drawing": "^1.21.2",
30
30
  "@progress/kendo-licensing": "^1.5.1",
31
- "@progress/kendo-react-animation": "10.2.0-develop.1",
32
- "@progress/kendo-react-buttons": "10.2.0-develop.1",
33
- "@progress/kendo-react-common": "10.2.0-develop.1",
34
- "@progress/kendo-react-data-tools": "10.2.0-develop.1",
35
- "@progress/kendo-react-dateinputs": "10.2.0-develop.1",
36
- "@progress/kendo-react-indicators": "10.2.0-develop.1",
37
- "@progress/kendo-react-dropdowns": "10.2.0-develop.1",
38
- "@progress/kendo-react-inputs": "10.2.0-develop.1",
39
- "@progress/kendo-react-intl": "10.2.0-develop.1",
40
- "@progress/kendo-react-popup": "10.2.0-develop.1",
41
- "@progress/kendo-react-layout": "10.2.0-develop.1",
31
+ "@progress/kendo-react-animation": "10.2.0-develop.3",
32
+ "@progress/kendo-react-buttons": "10.2.0-develop.3",
33
+ "@progress/kendo-react-common": "10.2.0-develop.3",
34
+ "@progress/kendo-react-data-tools": "10.2.0-develop.3",
35
+ "@progress/kendo-react-dateinputs": "10.2.0-develop.3",
36
+ "@progress/kendo-react-indicators": "10.2.0-develop.3",
37
+ "@progress/kendo-react-dropdowns": "10.2.0-develop.3",
38
+ "@progress/kendo-react-inputs": "10.2.0-develop.3",
39
+ "@progress/kendo-react-intl": "10.2.0-develop.3",
40
+ "@progress/kendo-react-popup": "10.2.0-develop.3",
41
+ "@progress/kendo-react-layout": "10.2.0-develop.3",
42
42
  "@progress/kendo-svg-icons": "^4.0.0",
43
43
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
44
44
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
@@ -86,7 +86,7 @@
86
86
  "package": {
87
87
  "productName": "KendoReact",
88
88
  "productCode": "KENDOUIREACT",
89
- "publishDate": 1743432124,
89
+ "publishDate": 1744013901,
90
90
  "licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
91
91
  }
92
92
  },