@progress/kendo-react-layout 5.14.2-dev.202306201210 → 5.14.2-dev.202306271353

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.
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-layout',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1687260290,
8
+ publishDate: 1687871182,
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
  };
@@ -102,6 +102,10 @@ var InternalTile = /** @class */ (function (_super) {
102
102
  if (!_this.dragElement) {
103
103
  return;
104
104
  }
105
+ _this.pressXY = {
106
+ x: e.event.clientX,
107
+ y: e.event.clientY
108
+ };
105
109
  _this.ignoreDrag = false;
106
110
  if (_this.props.ignoreDrag && _this.props.ignoreDrag(e.event.originalEvent)) {
107
111
  _this.ignoreDrag = true;
@@ -114,10 +118,6 @@ var InternalTile = /** @class */ (function (_super) {
114
118
  _this.dragElement.classList.remove('k-cursor-grab');
115
119
  _this.dragElement.classList.add('k-cursor-grabbing');
116
120
  var rec = _this.dragElement.getBoundingClientRect();
117
- _this.pressXY = {
118
- x: e.event.clientX,
119
- y: e.event.clientY
120
- };
121
121
  _this.pressOffset = {
122
122
  x: e.event.clientX - rec.x,
123
123
  y: e.event.clientY - rec.y
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-layout',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1687260290,
11
+ publishDate: 1687871182,
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
  };
@@ -105,6 +105,10 @@ var InternalTile = /** @class */ (function (_super) {
105
105
  if (!_this.dragElement) {
106
106
  return;
107
107
  }
108
+ _this.pressXY = {
109
+ x: e.event.clientX,
110
+ y: e.event.clientY
111
+ };
108
112
  _this.ignoreDrag = false;
109
113
  if (_this.props.ignoreDrag && _this.props.ignoreDrag(e.event.originalEvent)) {
110
114
  _this.ignoreDrag = true;
@@ -117,10 +121,6 @@ var InternalTile = /** @class */ (function (_super) {
117
121
  _this.dragElement.classList.remove('k-cursor-grab');
118
122
  _this.dragElement.classList.add('k-cursor-grabbing');
119
123
  var rec = _this.dragElement.getBoundingClientRect();
120
- _this.pressXY = {
121
- x: e.event.clientX,
122
- y: e.event.clientY
123
- };
124
124
  _this.pressOffset = {
125
125
  x: e.event.clientX - rec.x,
126
126
  y: e.event.clientY - rec.y