@progress/kendo-react-grid 5.14.2-dev.202306271353 → 5.14.2-dev.202307051210

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.
@@ -139,7 +139,9 @@ var CommonDragLogic = /** @class */ (function () {
139
139
  };
140
140
  CommonDragLogic.prototype.isTargetGroupingContainer = function (event) {
141
141
  var target = event.originalEvent.target;
142
- return target.className.indexOf('k-grouping-drop-container') !== -1;
142
+ return target.className.indexOf
143
+ ? target.className.indexOf('k-grouping-drop-container') !== -1
144
+ : false;
143
145
  };
144
146
  CommonDragLogic.prototype.getGroupIndex = function (event) {
145
147
  return getIndex(event, this.groupPanelDivElement);
@@ -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: 1687872134,
8
+ publishDate: 1688557759,
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
  };
@@ -142,7 +142,9 @@ var CommonDragLogic = /** @class */ (function () {
142
142
  };
143
143
  CommonDragLogic.prototype.isTargetGroupingContainer = function (event) {
144
144
  var target = event.originalEvent.target;
145
- return target.className.indexOf('k-grouping-drop-container') !== -1;
145
+ return target.className.indexOf
146
+ ? target.className.indexOf('k-grouping-drop-container') !== -1
147
+ : false;
146
148
  };
147
149
  CommonDragLogic.prototype.getGroupIndex = function (event) {
148
150
  return (0, kendo_react_data_tools_1.getIndex)(event, this.groupPanelDivElement);
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-grid',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1687872134,
11
+ publishDate: 1688557759,
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
  };