@progress/kendo-react-grid 5.11.1-dev.202302141035 → 5.11.1-dev.202302171846
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
|
@@ -749,7 +749,7 @@ var Grid = /** @class */ (function (_super) {
|
|
|
749
749
|
'k-grid-md': !this.props.size
|
|
750
750
|
},
|
|
751
751
|
_c["k-table-".concat(kendoThemeMaps.sizeMap[this.props.size] || this.props.size)] = this.props.size,
|
|
752
|
-
_c)
|
|
752
|
+
_c)), role: "presentation", style: { userSelect: tableUserSelect, display: tableDisplay } },
|
|
753
753
|
colGroups,
|
|
754
754
|
React.createElement("tbody", __assign({ className: 'k-table-tbody', ref: this.tableBodyRef, role: 'rowgroup' }, tableKeyboardNavigationBodyAttributes), body)))),
|
|
755
755
|
React.createElement("div", { className: "k-height-container", role: "presentation" },
|
|
@@ -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: 1676658793,
|
|
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
|
@@ -752,7 +752,7 @@ var Grid = /** @class */ (function (_super) {
|
|
|
752
752
|
'k-grid-md': !this.props.size
|
|
753
753
|
},
|
|
754
754
|
_c["k-table-".concat(kendo_react_common_1.kendoThemeMaps.sizeMap[this.props.size] || this.props.size)] = this.props.size,
|
|
755
|
-
_c)
|
|
755
|
+
_c)), role: "presentation", style: { userSelect: tableUserSelect, display: tableDisplay } },
|
|
756
756
|
colGroups,
|
|
757
757
|
React.createElement("tbody", __assign({ className: 'k-table-tbody', ref: this.tableBodyRef, role: 'rowgroup' }, kendo_react_data_tools_1.tableKeyboardNavigationBodyAttributes), body)))),
|
|
758
758
|
React.createElement("div", { className: "k-height-container", role: "presentation" },
|
|
@@ -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: 1676658793,
|
|
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
|
};
|