@progress/kendo-react-grid 7.5.0-develop.12 → 7.5.0-develop.14

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.ts CHANGED
@@ -391,6 +391,7 @@ export declare class GridClassComponent extends React_2.Component<GridProps> {
391
391
  private forceUpdateTimeout;
392
392
  private isRtl;
393
393
  private rowIndex;
394
+ private headTable;
394
395
  private get _header();
395
396
  private get _gridId();
396
397
  private observer;
@@ -472,6 +473,7 @@ export declare class GridClassComponent extends React_2.Component<GridProps> {
472
473
  private getDataState;
473
474
  private getArguments;
474
475
  private getLeafDataItems;
476
+ private getSlicedLeafDataItems;
475
477
  }
476
478
 
477
479
  /**
@@ -2483,6 +2485,14 @@ export declare const GridSelectionCell: (props: GridCellProps) => JSX_2.Element
2483
2485
  * Represents the object of the `onSelectionChange` Grid event.
2484
2486
  */
2485
2487
  export declare interface GridSelectionChangeEvent extends GridEvent, TableSelectionChangeEvent<GridClassComponent> {
2488
+ /**
2489
+ * The dataItem from which the selection starts(Valid for scenarios without checkbox selection).
2490
+ */
2491
+ startDataItem?: any;
2492
+ /**
2493
+ * The dataItem to which the selection ends(Valid for scenarios without checkbox selection)
2494
+ */
2495
+ endDataItem?: any;
2486
2496
  }
2487
2497
 
2488
2498
  /**
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-grid",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1714738222,
13
+ publishDate: 1715154562,
14
14
  version: "",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-grid",
3
- "version": "7.5.0-develop.12",
3
+ "version": "7.5.0-develop.14",
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",
@@ -25,15 +25,15 @@
25
25
  "@progress/kendo-data-query": "^1.0.0",
26
26
  "@progress/kendo-drawing": "^1.20.1",
27
27
  "@progress/kendo-licensing": "^1.3.4",
28
- "@progress/kendo-react-animation": "7.5.0-develop.12",
29
- "@progress/kendo-react-buttons": "7.5.0-develop.12",
30
- "@progress/kendo-react-common": "7.5.0-develop.12",
31
- "@progress/kendo-react-data-tools": "7.5.0-develop.12",
32
- "@progress/kendo-react-dateinputs": "7.5.0-develop.12",
33
- "@progress/kendo-react-dropdowns": "7.5.0-develop.12",
34
- "@progress/kendo-react-inputs": "7.5.0-develop.12",
35
- "@progress/kendo-react-intl": "7.5.0-develop.12",
36
- "@progress/kendo-react-popup": "7.5.0-develop.12",
28
+ "@progress/kendo-react-animation": "7.5.0-develop.14",
29
+ "@progress/kendo-react-buttons": "7.5.0-develop.14",
30
+ "@progress/kendo-react-common": "7.5.0-develop.14",
31
+ "@progress/kendo-react-data-tools": "7.5.0-develop.14",
32
+ "@progress/kendo-react-dateinputs": "7.5.0-develop.14",
33
+ "@progress/kendo-react-dropdowns": "7.5.0-develop.14",
34
+ "@progress/kendo-react-inputs": "7.5.0-develop.14",
35
+ "@progress/kendo-react-intl": "7.5.0-develop.14",
36
+ "@progress/kendo-react-popup": "7.5.0-develop.14",
37
37
  "@progress/kendo-svg-icons": "^2.1.0",
38
38
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
39
39
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"