@progress/kendo-react-grid 14.4.1 → 14.5.0-develop.1
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.
|
@@ -391,3 +391,8 @@ export interface GridCellsSettings {
|
|
|
391
391
|
date?: ComponentType<GridCustomCellProps>;
|
|
392
392
|
};
|
|
393
393
|
}
|
|
394
|
+
/**
|
|
395
|
+
* The settings of the cells prop options for Grid columns.
|
|
396
|
+
* Omits `group`, `hierarchy`, and `select` which are only applicable at the Grid level.
|
|
397
|
+
*/
|
|
398
|
+
export type GridColumnCellsSettings = Omit<GridCellsSettings, 'group' | 'hierarchy' | 'select'>;
|
|
@@ -11,7 +11,7 @@ import { GridColumnMenuProps } from '../interfaces/GridColumnMenuProps';
|
|
|
11
11
|
import { GridColumnSortSettings } from './GridSortSettings';
|
|
12
12
|
import { ColumnBaseProps } from '@progress/kendo-react-data-tools';
|
|
13
13
|
import { FieldProps } from '@progress/kendo-react-form';
|
|
14
|
-
import {
|
|
14
|
+
import { GridColumnCellsSettings } from './GridCellsSettings';
|
|
15
15
|
import { SVGIcon } from '@progress/kendo-react-common';
|
|
16
16
|
import { GridColSpanProps } from './GridColSpanProps';
|
|
17
17
|
import { GridCellBaseOptions, GridContextMenuOptions } from '../contextMenu/GridContextMenu.js';
|
|
@@ -193,7 +193,7 @@ export interface GridColumnProps extends Omit<ColumnBaseProps, 'cell' | 'minResi
|
|
|
193
193
|
* <GridColumn cells={{ data: CustomDataCell }} />
|
|
194
194
|
* ```
|
|
195
195
|
*/
|
|
196
|
-
cells?:
|
|
196
|
+
cells?: GridColumnCellsSettings;
|
|
197
197
|
/**
|
|
198
198
|
* Sets the type of the column and renders a dedicated column for interaction.
|
|
199
199
|
*
|
package/package-metadata.js
CHANGED
|
@@ -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=Object.freeze({name:"@progress/kendo-react-grid",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate:
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({name:"@progress/kendo-react-grid",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1777910036,version:"14.5.0-develop.1",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"});exports.packageMetadata=e;
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = Object.freeze({
|
|
|
7
7
|
productName: 'KendoReact',
|
|
8
8
|
productCode: 'KENDOUIREACT',
|
|
9
9
|
productCodes: ['KENDOUIREACT'],
|
|
10
|
-
publishDate:
|
|
11
|
-
version: '14.
|
|
10
|
+
publishDate: 1777910036,
|
|
11
|
+
version: '14.5.0-develop.1',
|
|
12
12
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/components/my-license/'
|
|
13
13
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-grid",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.5.0-develop.1",
|
|
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",
|
|
@@ -30,21 +30,21 @@
|
|
|
30
30
|
"@progress/kendo-drawing": "^1.21.2",
|
|
31
31
|
"@progress/kendo-file-saver": "^1.1.1",
|
|
32
32
|
"@progress/kendo-licensing": "^1.7.2",
|
|
33
|
-
"@progress/kendo-react-animation": "14.
|
|
34
|
-
"@progress/kendo-react-buttons": "14.
|
|
35
|
-
"@progress/kendo-react-common": "14.
|
|
36
|
-
"@progress/kendo-react-data-tools": "14.
|
|
37
|
-
"@progress/kendo-react-dateinputs": "14.
|
|
38
|
-
"@progress/kendo-react-indicators": "14.
|
|
39
|
-
"@progress/kendo-react-form": "14.
|
|
40
|
-
"@progress/kendo-react-labels": "14.
|
|
41
|
-
"@progress/kendo-react-dialogs": "14.
|
|
42
|
-
"@progress/kendo-react-dropdowns": "14.
|
|
43
|
-
"@progress/kendo-react-inputs": "14.
|
|
44
|
-
"@progress/kendo-react-intl": "14.
|
|
45
|
-
"@progress/kendo-react-popup": "14.
|
|
46
|
-
"@progress/kendo-react-layout": "14.
|
|
47
|
-
"@progress/kendo-react-conversational-ui": "14.
|
|
33
|
+
"@progress/kendo-react-animation": "14.5.0-develop.1",
|
|
34
|
+
"@progress/kendo-react-buttons": "14.5.0-develop.1",
|
|
35
|
+
"@progress/kendo-react-common": "14.5.0-develop.1",
|
|
36
|
+
"@progress/kendo-react-data-tools": "14.5.0-develop.1",
|
|
37
|
+
"@progress/kendo-react-dateinputs": "14.5.0-develop.1",
|
|
38
|
+
"@progress/kendo-react-indicators": "14.5.0-develop.1",
|
|
39
|
+
"@progress/kendo-react-form": "14.5.0-develop.1",
|
|
40
|
+
"@progress/kendo-react-labels": "14.5.0-develop.1",
|
|
41
|
+
"@progress/kendo-react-dialogs": "14.5.0-develop.1",
|
|
42
|
+
"@progress/kendo-react-dropdowns": "14.5.0-develop.1",
|
|
43
|
+
"@progress/kendo-react-inputs": "14.5.0-develop.1",
|
|
44
|
+
"@progress/kendo-react-intl": "14.5.0-develop.1",
|
|
45
|
+
"@progress/kendo-react-popup": "14.5.0-develop.1",
|
|
46
|
+
"@progress/kendo-react-layout": "14.5.0-develop.1",
|
|
47
|
+
"@progress/kendo-react-conversational-ui": "14.5.0-develop.1",
|
|
48
48
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
49
49
|
"react": "^18.0.0 || ^19.0.0",
|
|
50
50
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"package": {
|
|
150
150
|
"productName": "KendoReact",
|
|
151
151
|
"productCode": "KENDOUIREACT",
|
|
152
|
-
"publishDate":
|
|
152
|
+
"publishDate": 1777910036,
|
|
153
153
|
"licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
154
154
|
}
|
|
155
155
|
},
|