@progress/kendo-react-data-tools 5.18.0-dev.202308311423 → 5.18.0-dev.202309011136

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.
@@ -25,13 +25,6 @@ var CommonDragLogic = /** @class */ (function () {
25
25
  _this.dragElementClue = e;
26
26
  };
27
27
  this.pressHandler = function (event, element) {
28
- if (!event.isTouch) {
29
- event.originalEvent.preventDefault();
30
- // could be related to:
31
- // https://github.com/telerik/kendo-react/issues/773
32
- // but it fixes drag column sorts the column
33
- // the problem is that this blocks focus
34
- }
35
28
  var startColumn = _this.getColumnIndex(event, element);
36
29
  _this.startGroup = _this.getGroupIndex(event);
37
30
  if (startColumn >= 0) {
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-data-tools',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1693489437,
8
+ publishDate: 1693566658,
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
  };
@@ -28,13 +28,6 @@ var CommonDragLogic = /** @class */ (function () {
28
28
  _this.dragElementClue = e;
29
29
  };
30
30
  this.pressHandler = function (event, element) {
31
- if (!event.isTouch) {
32
- event.originalEvent.preventDefault();
33
- // could be related to:
34
- // https://github.com/telerik/kendo-react/issues/773
35
- // but it fixes drag column sorts the column
36
- // the problem is that this blocks focus
37
- }
38
31
  var startColumn = _this.getColumnIndex(event, element);
39
32
  _this.startGroup = _this.getGroupIndex(event);
40
33
  if (startColumn >= 0) {
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-data-tools',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1693489437,
11
+ publishDate: 1693566658,
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
  };