@progress/kendo-react-grid 5.15.0-dev.202307131533 → 5.15.0-dev.202307171757

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
@@ -571,6 +571,7 @@ var Grid = /** @class */ (function (_super) {
571
571
  * @hidden
572
572
  */
573
573
  Grid.prototype.componentDidUpdate = function () {
574
+ this.resetTableWidth();
574
575
  setScrollbarWidth();
575
576
  if (this.vs.tableTransform && this.vs.table) {
576
577
  this.vs.table.style.transform = this.vs.tableTransform;
@@ -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: 1689261155,
8
+ publishDate: 1689614651,
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
@@ -574,6 +574,7 @@ var Grid = /** @class */ (function (_super) {
574
574
  * @hidden
575
575
  */
576
576
  Grid.prototype.componentDidUpdate = function () {
577
+ this.resetTableWidth();
577
578
  (0, kendo_react_common_1.setScrollbarWidth)();
578
579
  if (this.vs.tableTransform && this.vs.table) {
579
580
  this.vs.table.style.transform = this.vs.tableTransform;
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-grid',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1689261155,
11
+ publishDate: 1689614651,
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
  };