@progress/kendo-react-grid 5.5.0 → 5.5.1-dev.202207131015
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/dist/es/Grid.js
CHANGED
|
@@ -626,7 +626,7 @@ var Grid = /** @class */ (function (_super) {
|
|
|
626
626
|
}
|
|
627
627
|
}
|
|
628
628
|
return (React.createElement(TableKeyboardNavigationContext.Provider, { value: this.contextStateRef.current },
|
|
629
|
-
React.createElement("div", __assign({ style: wrapperStyle, className: classNames('k-widget k-grid', {
|
|
629
|
+
React.createElement("div", __assign({ id: this.props.id, style: wrapperStyle, className: classNames('k-widget k-grid', {
|
|
630
630
|
'k-grid-virtual': this.props.scrollable === 'virtual'
|
|
631
631
|
}, this.props.className), ref: function (el) {
|
|
632
632
|
_this._element = el;
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-react-grid',
|
|
6
6
|
productName: 'KendoReact',
|
|
7
7
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1657706725,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
11
11
|
};
|
package/dist/npm/Grid.js
CHANGED
|
@@ -629,7 +629,7 @@ var Grid = /** @class */ (function (_super) {
|
|
|
629
629
|
}
|
|
630
630
|
}
|
|
631
631
|
return (React.createElement(kendo_react_data_tools_1.TableKeyboardNavigationContext.Provider, { value: this.contextStateRef.current },
|
|
632
|
-
React.createElement("div", __assign({ style: wrapperStyle, className: (0, kendo_react_common_1.classNames)('k-widget k-grid', {
|
|
632
|
+
React.createElement("div", __assign({ id: this.props.id, style: wrapperStyle, className: (0, kendo_react_common_1.classNames)('k-widget k-grid', {
|
|
633
633
|
'k-grid-virtual': this.props.scrollable === 'virtual'
|
|
634
634
|
}, this.props.className), ref: function (el) {
|
|
635
635
|
_this._element = el;
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-react-grid',
|
|
9
9
|
productName: 'KendoReact',
|
|
10
10
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1657706725,
|
|
12
12
|
version: '',
|
|
13
13
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
14
14
|
};
|