@progress/kendo-angular-utils 11.3.0-develop.3 → 11.3.0-develop.5

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.
@@ -248,7 +248,7 @@ export class DragTargetDirective {
248
248
  this.dragTimeout = null;
249
249
  this.pressed = false;
250
250
  }
251
- const isDroppedOverParentTarget = isPresent(this.service.dropTarget) && !contains(this.service.dropTarget.element, this.service.dragTarget.element, true);
251
+ const isDroppedOverParentTarget = isPresent(this.service.dropTarget) && !contains(this.service.dropTarget?.element, this.service.dragTarget?.element, true);
252
252
  const elem = this.hint ? this.hintElem : this.nativeElement;
253
253
  if (isDroppedOverParentTarget || this.service.dropTargets.length > 0) {
254
254
  this.renderer.removeStyle(elem, 'transform');
@@ -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: 1676465760,
13
- version: '11.3.0-develop.3',
12
+ publishDate: 1677050708,
13
+ version: '11.3.0-develop.5',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -17,8 +17,8 @@ const packageMetadata = {
17
17
  name: '@progress/kendo-angular-utils',
18
18
  productName: 'Kendo UI for Angular',
19
19
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
20
- publishDate: 1676465760,
21
- version: '11.3.0-develop.3',
20
+ publishDate: 1677050708,
21
+ version: '11.3.0-develop.5',
22
22
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
23
23
  };
24
24
 
@@ -513,12 +513,13 @@ class DragTargetDirective {
513
513
  });
514
514
  }
515
515
  handleDragEnd(event) {
516
+ var _a, _b;
516
517
  if (this.dragTimeout) {
517
518
  clearTimeout(this.dragTimeout);
518
519
  this.dragTimeout = null;
519
520
  this.pressed = false;
520
521
  }
521
- const isDroppedOverParentTarget = isPresent(this.service.dropTarget) && !contains(this.service.dropTarget.element, this.service.dragTarget.element, true);
522
+ const isDroppedOverParentTarget = isPresent(this.service.dropTarget) && !contains((_a = this.service.dropTarget) === null || _a === void 0 ? void 0 : _a.element, (_b = this.service.dragTarget) === null || _b === void 0 ? void 0 : _b.element, true);
522
523
  const elem = this.hint ? this.hintElem : this.nativeElement;
523
524
  if (isDroppedOverParentTarget || this.service.dropTargets.length > 0) {
524
525
  this.renderer.removeStyle(elem, 'transform');
@@ -17,8 +17,8 @@ const packageMetadata = {
17
17
  name: '@progress/kendo-angular-utils',
18
18
  productName: 'Kendo UI for Angular',
19
19
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
20
- publishDate: 1676465760,
21
- version: '11.3.0-develop.3',
20
+ publishDate: 1677050708,
21
+ version: '11.3.0-develop.5',
22
22
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
23
23
  };
24
24
 
@@ -518,7 +518,7 @@ class DragTargetDirective {
518
518
  this.dragTimeout = null;
519
519
  this.pressed = false;
520
520
  }
521
- const isDroppedOverParentTarget = isPresent(this.service.dropTarget) && !contains(this.service.dropTarget.element, this.service.dragTarget.element, true);
521
+ const isDroppedOverParentTarget = isPresent(this.service.dropTarget) && !contains(this.service.dropTarget?.element, this.service.dragTarget?.element, true);
522
522
  const elem = this.hint ? this.hintElem : this.nativeElement;
523
523
  if (isDroppedOverParentTarget || this.service.dropTargets.length > 0) {
524
524
  this.renderer.removeStyle(elem, 'transform');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-utils",
3
- "version": "11.3.0-develop.3",
3
+ "version": "11.3.0-develop.5",
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 - 15",
24
24
  "@angular/platform-browser": "13 - 15",
25
25
  "@progress/kendo-licensing": "^1.0.2",
26
- "@progress/kendo-angular-common": "11.3.0-develop.3",
26
+ "@progress/kendo-angular-common": "11.3.0-develop.5",
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": "11.3.0-develop.3",
31
+ "@progress/kendo-angular-schematics": "11.3.0-develop.5",
32
32
  "@progress/kendo-draggable-common": "^0.2.3"
33
33
  },
34
34
  "schematics": "./schematics/collection.json",