@progress/kendo-react-grid 9.4.0-develop.8 → 9.4.0-develop.9

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
@@ -2132,6 +2132,14 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
2132
2132
  * 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.
2133
2133
  */
2134
2134
  onFilterChange?: (event: GridFilterChangeEvent) => void;
2135
+ /**
2136
+ * Specifies if the loader of the Grid will be displayed.
2137
+ */
2138
+ showLoader?: boolean;
2139
+ /**
2140
+ * A custom component that the Grid will render instead of the built-in loader.
2141
+ */
2142
+ loader?: React.ReactNode;
2135
2143
  /**
2136
2144
  * Fires when the user reorders a row.
2137
2145
  */
package/index.d.ts CHANGED
@@ -2132,6 +2132,14 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
2132
2132
  * 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.
2133
2133
  */
2134
2134
  onFilterChange?: (event: GridFilterChangeEvent) => void;
2135
+ /**
2136
+ * Specifies if the loader of the Grid will be displayed.
2137
+ */
2138
+ showLoader?: boolean;
2139
+ /**
2140
+ * A custom component that the Grid will render instead of the built-in loader.
2141
+ */
2142
+ loader?: React.ReactNode;
2135
2143
  /**
2136
2144
  * Fires when the user reorders a row.
2137
2145
  */
@@ -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: 1738137000,version:"9.4.0-develop.8",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: 1738220983,version:"9.4.0-develop.9",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: 1738137000,
14
- version: "9.4.0-develop.8",
13
+ publishDate: 1738220983,
14
+ version: "9.4.0-develop.9",
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": "9.4.0-develop.8",
3
+ "version": "9.4.0-develop.9",
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,16 +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.3.4",
31
- "@progress/kendo-react-animation": "9.4.0-develop.8",
32
- "@progress/kendo-react-buttons": "9.4.0-develop.8",
33
- "@progress/kendo-react-common": "9.4.0-develop.8",
34
- "@progress/kendo-react-data-tools": "9.4.0-develop.8",
35
- "@progress/kendo-react-dateinputs": "9.4.0-develop.8",
36
- "@progress/kendo-react-dropdowns": "9.4.0-develop.8",
37
- "@progress/kendo-react-inputs": "9.4.0-develop.8",
38
- "@progress/kendo-react-intl": "9.4.0-develop.8",
39
- "@progress/kendo-react-popup": "9.4.0-develop.8",
40
- "@progress/kendo-react-layout": "9.4.0-develop.8",
31
+ "@progress/kendo-react-animation": "9.4.0-develop.9",
32
+ "@progress/kendo-react-buttons": "9.4.0-develop.9",
33
+ "@progress/kendo-react-common": "9.4.0-develop.9",
34
+ "@progress/kendo-react-data-tools": "9.4.0-develop.9",
35
+ "@progress/kendo-react-dateinputs": "9.4.0-develop.9",
36
+ "@progress/kendo-react-indicators": "9.4.0-develop.9",
37
+ "@progress/kendo-react-dropdowns": "9.4.0-develop.9",
38
+ "@progress/kendo-react-inputs": "9.4.0-develop.9",
39
+ "@progress/kendo-react-intl": "9.4.0-develop.9",
40
+ "@progress/kendo-react-popup": "9.4.0-develop.9",
41
+ "@progress/kendo-react-layout": "9.4.0-develop.9",
41
42
  "@progress/kendo-svg-icons": "^4.0.0",
42
43
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
43
44
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
@@ -83,7 +84,7 @@
83
84
  "package": {
84
85
  "productName": "KendoReact",
85
86
  "productCode": "KENDOUIREACT",
86
- "publishDate": 1738137000,
87
+ "publishDate": 1738220983,
87
88
  "licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
88
89
  }
89
90
  },