@progress/kendo-angular-utils 13.3.0-develop.6 → 13.3.1-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.
@@ -526,10 +526,12 @@ export class DragTargetContainerDirective {
526
526
  if (!isDocumentAvailable()) {
527
527
  return;
528
528
  }
529
- if (isPresent(this.dragHandles) && this.dragHandles.length > 0) {
530
- this.dragHandles.forEach(handle => {
531
- this.renderer.setStyle(handle, 'cursor', 'move');
532
- });
529
+ if (isPresent(this.dragHandle) && this.dragHandle !== '') {
530
+ if (isPresent(this.dragHandles) && this.dragHandles.length > 0) {
531
+ this.dragHandles.forEach(handle => {
532
+ this.renderer.setStyle(handle, 'cursor', 'move');
533
+ });
534
+ }
533
535
  }
534
536
  else {
535
537
  this.allDragTargets.forEach(target => {
@@ -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: 1692023366,
13
- version: '13.3.0-develop.6',
12
+ publishDate: 1692174754,
13
+ version: '13.3.1-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: 1692023366,
23
- version: '13.3.0-develop.6',
22
+ publishDate: 1692174754,
23
+ version: '13.3.1-develop.1',
24
24
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
25
25
  };
26
26
 
@@ -1579,10 +1579,12 @@ class DragTargetContainerDirective {
1579
1579
  if (!isDocumentAvailable()) {
1580
1580
  return;
1581
1581
  }
1582
- if (isPresent(this.dragHandles) && this.dragHandles.length > 0) {
1583
- this.dragHandles.forEach(handle => {
1584
- this.renderer.setStyle(handle, 'cursor', 'move');
1585
- });
1582
+ if (isPresent(this.dragHandle) && this.dragHandle !== '') {
1583
+ if (isPresent(this.dragHandles) && this.dragHandles.length > 0) {
1584
+ this.dragHandles.forEach(handle => {
1585
+ this.renderer.setStyle(handle, 'cursor', 'move');
1586
+ });
1587
+ }
1586
1588
  }
1587
1589
  else {
1588
1590
  this.allDragTargets.forEach(target => {
@@ -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: 1692023366,
23
- version: '13.3.0-develop.6',
22
+ publishDate: 1692174754,
23
+ version: '13.3.1-develop.1',
24
24
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
25
25
  };
26
26
 
@@ -1576,10 +1576,12 @@ class DragTargetContainerDirective {
1576
1576
  if (!isDocumentAvailable()) {
1577
1577
  return;
1578
1578
  }
1579
- if (isPresent(this.dragHandles) && this.dragHandles.length > 0) {
1580
- this.dragHandles.forEach(handle => {
1581
- this.renderer.setStyle(handle, 'cursor', 'move');
1582
- });
1579
+ if (isPresent(this.dragHandle) && this.dragHandle !== '') {
1580
+ if (isPresent(this.dragHandles) && this.dragHandles.length > 0) {
1581
+ this.dragHandles.forEach(handle => {
1582
+ this.renderer.setStyle(handle, 'cursor', 'move');
1583
+ });
1584
+ }
1583
1585
  }
1584
1586
  else {
1585
1587
  this.allDragTargets.forEach(target => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-utils",
3
- "version": "13.3.0-develop.6",
3
+ "version": "13.3.1-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": "13.3.0-develop.6",
26
+ "@progress/kendo-angular-common": "13.3.1-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": "13.3.0-develop.6",
31
+ "@progress/kendo-angular-schematics": "13.3.1-develop.1",
32
32
  "@progress/kendo-draggable-common": "^0.2.3"
33
33
  },
34
34
  "schematics": "./schematics/collection.json",