@progress/kendo-react-grid 5.19.0-dev.202309211913 → 5.19.0-dev.202309261443
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
|
@@ -819,8 +819,8 @@ var Grid = /** @class */ (function (_super) {
|
|
|
819
819
|
React.createElement("tbody", __assign({ className: 'k-table-tbody', ref: this.tableBodyRef, role: 'rowgroup' }, tableKeyboardNavigationBodyAttributes), body)))),
|
|
820
820
|
React.createElement("div", { className: "k-height-container", role: "presentation" },
|
|
821
821
|
React.createElement("div", { style: this.props.scrollable === 'virtual' ?
|
|
822
|
-
{ 'height': (this.vs.containerHeight) + 'px' } : {} })),
|
|
823
|
-
|
|
822
|
+
{ 'height': (this.vs.containerHeight) + 'px' } : {} })))),
|
|
823
|
+
footer,
|
|
824
824
|
enableDragClues && (React.createElement(React.Fragment, null,
|
|
825
825
|
React.createElement(DropClue, { ref: this.dragLogic.refDropElementClue }),
|
|
826
826
|
React.createElement(DragClue, { ref: this.dragLogic.refDragElementClue }))),
|
|
@@ -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: 1695738084,
|
|
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
|
@@ -822,8 +822,8 @@ var Grid = /** @class */ (function (_super) {
|
|
|
822
822
|
React.createElement("tbody", __assign({ className: 'k-table-tbody', ref: this.tableBodyRef, role: 'rowgroup' }, kendo_react_data_tools_1.tableKeyboardNavigationBodyAttributes), body)))),
|
|
823
823
|
React.createElement("div", { className: "k-height-container", role: "presentation" },
|
|
824
824
|
React.createElement("div", { style: this.props.scrollable === 'virtual' ?
|
|
825
|
-
{ 'height': (this.vs.containerHeight) + 'px' } : {} })),
|
|
826
|
-
|
|
825
|
+
{ 'height': (this.vs.containerHeight) + 'px' } : {} })))),
|
|
826
|
+
footer,
|
|
827
827
|
enableDragClues && (React.createElement(React.Fragment, null,
|
|
828
828
|
React.createElement(kendo_react_data_tools_1.DropClue, { ref: this.dragLogic.refDropElementClue }),
|
|
829
829
|
React.createElement(kendo_react_data_tools_1.DragClue, { ref: this.dragLogic.refDragElementClue }))),
|
|
@@ -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: 1695738084,
|
|
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
|
};
|