@progress/kendo-react-grid 9.0.1-develop.1 → 9.1.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.
- package/index.d.mts +4 -0
- package/index.d.ts +4 -0
- package/package-metadata.mjs +1 -1
- package/package.json +12 -12
package/index.d.mts
CHANGED
|
@@ -998,6 +998,10 @@ export declare interface GridCustomCellProps extends GridCellProps {
|
|
|
998
998
|
* The properties of the filter Grid Cell.
|
|
999
999
|
*/
|
|
1000
1000
|
export declare interface GridCustomFilterCellProps extends GridFilterCellProps {
|
|
1001
|
+
/**
|
|
1002
|
+
* The props and attributes that are applied to the th element by default.
|
|
1003
|
+
*/
|
|
1004
|
+
thProps?: GridThAttributes | null;
|
|
1001
1005
|
/**
|
|
1002
1006
|
* The props and attributes that are applied to the td element by default.
|
|
1003
1007
|
*/
|
package/index.d.ts
CHANGED
|
@@ -998,6 +998,10 @@ export declare interface GridCustomCellProps extends GridCellProps {
|
|
|
998
998
|
* The properties of the filter Grid Cell.
|
|
999
999
|
*/
|
|
1000
1000
|
export declare interface GridCustomFilterCellProps extends GridFilterCellProps {
|
|
1001
|
+
/**
|
|
1002
|
+
* The props and attributes that are applied to the th element by default.
|
|
1003
|
+
*/
|
|
1004
|
+
thProps?: GridThAttributes | null;
|
|
1001
1005
|
/**
|
|
1002
1006
|
* The props and attributes that are applied to the td element by default.
|
|
1003
1007
|
*/
|
package/package-metadata.mjs
CHANGED
|
@@ -10,7 +10,7 @@ const e = {
|
|
|
10
10
|
name: "@progress/kendo-react-grid",
|
|
11
11
|
productName: "KendoReact",
|
|
12
12
|
productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
|
|
13
|
-
publishDate:
|
|
13
|
+
publishDate: 1731594774,
|
|
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": "9.0
|
|
3
|
+
"version": "9.1.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",
|
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
"@progress/kendo-data-query": "^1.0.0",
|
|
26
26
|
"@progress/kendo-drawing": "^1.21.1",
|
|
27
27
|
"@progress/kendo-licensing": "^1.3.4",
|
|
28
|
-
"@progress/kendo-react-animation": "9.0
|
|
29
|
-
"@progress/kendo-react-buttons": "9.0
|
|
30
|
-
"@progress/kendo-react-common": "9.0
|
|
31
|
-
"@progress/kendo-react-data-tools": "9.0
|
|
32
|
-
"@progress/kendo-react-dateinputs": "9.0
|
|
33
|
-
"@progress/kendo-react-dropdowns": "9.0
|
|
34
|
-
"@progress/kendo-react-inputs": "9.0
|
|
35
|
-
"@progress/kendo-react-intl": "9.0
|
|
36
|
-
"@progress/kendo-react-popup": "9.0
|
|
28
|
+
"@progress/kendo-react-animation": "9.1.0-develop.1",
|
|
29
|
+
"@progress/kendo-react-buttons": "9.1.0-develop.1",
|
|
30
|
+
"@progress/kendo-react-common": "9.1.0-develop.1",
|
|
31
|
+
"@progress/kendo-react-data-tools": "9.1.0-develop.1",
|
|
32
|
+
"@progress/kendo-react-dateinputs": "9.1.0-develop.1",
|
|
33
|
+
"@progress/kendo-react-dropdowns": "9.1.0-develop.1",
|
|
34
|
+
"@progress/kendo-react-inputs": "9.1.0-develop.1",
|
|
35
|
+
"@progress/kendo-react-intl": "9.1.0-develop.1",
|
|
36
|
+
"@progress/kendo-react-popup": "9.1.0-develop.1",
|
|
37
37
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
38
|
-
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
|
|
39
|
-
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
|
|
38
|
+
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
39
|
+
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"prop-types": "^15.6.0"
|