@progress/kendo-angular-utils 12.1.0 → 12.2.0-develop.1

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.
@@ -249,7 +249,6 @@ export class DragTargetContainerDirective {
249
249
  else {
250
250
  this.initialPosition = { x: event.clientX - this.position.x, y: event.clientY - this.position.y };
251
251
  }
252
- this.emitZoneAwareEvent('dragStart', event);
253
252
  this.dragStarted = this.threshold === 0;
254
253
  this.service.dragTarget = this.currentDragTarget;
255
254
  this.service.dragTargetId = this.dragTargetId(this.currentDragTargetElement, this.service.dragIndex);
@@ -68,6 +68,7 @@ export class DropTargetContainerDirective {
68
68
  * Specifies whether the Drop Targets within the container will emit the corresponding events upon interaction with a Drag Target.
69
69
  */
70
70
  set dropDisabled(value) {
71
+ this._dropDisabled = value;
71
72
  if (value) {
72
73
  this.clearPreviousTargets();
73
74
  }
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-utils',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1684310486,
13
- version: '12.1.0',
12
+ publishDate: 1684330919,
13
+ version: '12.2.0-develop.1',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -19,8 +19,8 @@ const packageMetadata = {
19
19
  name: '@progress/kendo-angular-utils',
20
20
  productName: 'Kendo UI for Angular',
21
21
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
22
- publishDate: 1684310486,
23
- version: '12.1.0',
22
+ publishDate: 1684330919,
23
+ version: '12.2.0-develop.1',
24
24
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
25
25
  };
26
26
 
@@ -1303,7 +1303,6 @@ class DragTargetContainerDirective {
1303
1303
  else {
1304
1304
  this.initialPosition = { x: event.clientX - this.position.x, y: event.clientY - this.position.y };
1305
1305
  }
1306
- this.emitZoneAwareEvent('dragStart', event);
1307
1306
  this.dragStarted = this.threshold === 0;
1308
1307
  this.service.dragTarget = this.currentDragTarget;
1309
1308
  this.service.dragTargetId = this.dragTargetId(this.currentDragTargetElement, this.service.dragIndex);
@@ -1736,6 +1735,7 @@ class DropTargetContainerDirective {
1736
1735
  * Specifies whether the Drop Targets within the container will emit the corresponding events upon interaction with a Drag Target.
1737
1736
  */
1738
1737
  set dropDisabled(value) {
1738
+ this._dropDisabled = value;
1739
1739
  if (value) {
1740
1740
  this.clearPreviousTargets();
1741
1741
  }
@@ -19,8 +19,8 @@ const packageMetadata = {
19
19
  name: '@progress/kendo-angular-utils',
20
20
  productName: 'Kendo UI for Angular',
21
21
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
22
- publishDate: 1684310486,
23
- version: '12.1.0',
22
+ publishDate: 1684330919,
23
+ version: '12.2.0-develop.1',
24
24
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
25
25
  };
26
26
 
@@ -1301,7 +1301,6 @@ class DragTargetContainerDirective {
1301
1301
  else {
1302
1302
  this.initialPosition = { x: event.clientX - this.position.x, y: event.clientY - this.position.y };
1303
1303
  }
1304
- this.emitZoneAwareEvent('dragStart', event);
1305
1304
  this.dragStarted = this.threshold === 0;
1306
1305
  this.service.dragTarget = this.currentDragTarget;
1307
1306
  this.service.dragTargetId = this.dragTargetId(this.currentDragTargetElement, this.service.dragIndex);
@@ -1733,6 +1732,7 @@ class DropTargetContainerDirective {
1733
1732
  * Specifies whether the Drop Targets within the container will emit the corresponding events upon interaction with a Drag Target.
1734
1733
  */
1735
1734
  set dropDisabled(value) {
1735
+ this._dropDisabled = value;
1736
1736
  if (value) {
1737
1737
  this.clearPreviousTargets();
1738
1738
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-utils",
3
- "version": "12.1.0",
3
+ "version": "12.2.0-develop.1",
4
4
  "description": "Kendo UI Angular utils component",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -23,12 +23,12 @@
23
23
  "@angular/core": "13 - 16",
24
24
  "@angular/platform-browser": "13 - 16",
25
25
  "@progress/kendo-licensing": "^1.0.2",
26
- "@progress/kendo-angular-common": "12.1.0",
26
+ "@progress/kendo-angular-common": "12.2.0-develop.1",
27
27
  "rxjs": "^6.5.3 || ^7.0.0"
28
28
  },
29
29
  "dependencies": {
30
30
  "tslib": "^2.3.1",
31
- "@progress/kendo-angular-schematics": "12.1.0",
31
+ "@progress/kendo-angular-schematics": "12.2.0-develop.1",
32
32
  "@progress/kendo-draggable-common": "^0.2.3"
33
33
  },
34
34
  "schematics": "./schematics/collection.json",