@progress/kendo-react-grid 5.8.0 → 5.8.1-dev.202210141030
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
|
@@ -401,9 +401,6 @@ var Grid = /** @class */ (function (_super) {
|
|
|
401
401
|
*/
|
|
402
402
|
Grid.prototype.componentWillUnmount = function () {
|
|
403
403
|
clearTimeout(this.forceUpdateTimeout);
|
|
404
|
-
this.columnResize.columns = [];
|
|
405
|
-
this.dragLogic.columns = [];
|
|
406
|
-
this._columns = [];
|
|
407
404
|
};
|
|
408
405
|
/**
|
|
409
406
|
* @hidden
|
|
@@ -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: 1665742722,
|
|
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
|
@@ -404,9 +404,6 @@ var Grid = /** @class */ (function (_super) {
|
|
|
404
404
|
*/
|
|
405
405
|
Grid.prototype.componentWillUnmount = function () {
|
|
406
406
|
clearTimeout(this.forceUpdateTimeout);
|
|
407
|
-
this.columnResize.columns = [];
|
|
408
|
-
this.dragLogic.columns = [];
|
|
409
|
-
this._columns = [];
|
|
410
407
|
};
|
|
411
408
|
/**
|
|
412
409
|
* @hidden
|
|
@@ -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: 1665742722,
|
|
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
|
};
|