@progress/kendo-angular-utils 13.0.0-develop.15 → 13.0.0-develop.16

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.
@@ -15,7 +15,7 @@ export class DragHandleDirective {
15
15
  }
16
16
  }
17
17
  DragHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragHandleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
18
- DragHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DragHandleDirective, selector: "[kendoDragHandle]", host: { properties: { "class.k-cursor-pointer": "this.hostClass" } }, exportAs: ["kendoDragHandle"], ngImport: i0 });
18
+ DragHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DragHandleDirective, selector: "[kendoDragHandle]", host: { properties: { "class.k-cursor-move": "this.hostClass" } }, exportAs: ["kendoDragHandle"], ngImport: i0 });
19
19
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragHandleDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
@@ -24,5 +24,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
24
24
  }]
25
25
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { hostClass: [{
26
26
  type: HostBinding,
27
- args: ['class.k-cursor-pointer']
27
+ args: ['class.k-cursor-move']
28
28
  }] } });
@@ -515,12 +515,12 @@ export class DragTargetContainerDirective {
515
515
  }
516
516
  if (isPresent(this.dragHandles) && this.dragHandles.length > 0) {
517
517
  this.dragHandles.forEach(handle => {
518
- this.renderer.addClass(handle, 'k-cursor-pointer');
518
+ this.renderer.addClass(handle, 'k-cursor-move');
519
519
  });
520
520
  }
521
521
  else {
522
522
  this.allDragTargets.forEach(target => {
523
- this.renderer.addClass(target, 'k-cursor-pointer');
523
+ this.renderer.addClass(target, 'k-cursor-move');
524
524
  });
525
525
  }
526
526
  }
@@ -148,7 +148,7 @@ export class DragTargetDirective {
148
148
  if (isPresent(this.element) || isPresent(this.dragTarget)) {
149
149
  this.attachDomHandlers();
150
150
  if (!this.dragHandles.length) {
151
- this.renderer.addClass(this.nativeElement, 'k-cursor-pointer');
151
+ this.renderer.addClass(this.nativeElement, 'k-cursor-move');
152
152
  }
153
153
  }
154
154
  this.service.dragTargets.push(this.dragTarget);
@@ -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: 1685453456,
13
- version: '13.0.0-develop.15',
12
+ publishDate: 1685462407,
13
+ version: '13.0.0-develop.16',
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: 1685453456,
23
- version: '13.0.0-develop.15',
22
+ publishDate: 1685462407,
23
+ version: '13.0.0-develop.16',
24
24
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
25
25
  };
26
26
 
@@ -35,7 +35,7 @@ class DragHandleDirective {
35
35
  }
36
36
  }
37
37
  DragHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragHandleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
38
- DragHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DragHandleDirective, selector: "[kendoDragHandle]", host: { properties: { "class.k-cursor-pointer": "this.hostClass" } }, exportAs: ["kendoDragHandle"], ngImport: i0 });
38
+ DragHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DragHandleDirective, selector: "[kendoDragHandle]", host: { properties: { "class.k-cursor-move": "this.hostClass" } }, exportAs: ["kendoDragHandle"], ngImport: i0 });
39
39
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragHandleDirective, decorators: [{
40
40
  type: Directive,
41
41
  args: [{
@@ -44,7 +44,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
44
44
  }]
45
45
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { hostClass: [{
46
46
  type: HostBinding,
47
- args: ['class.k-cursor-pointer']
47
+ args: ['class.k-cursor-move']
48
48
  }] } });
49
49
 
50
50
  function isDocumentNode(container) {
@@ -576,7 +576,7 @@ class DragTargetDirective {
576
576
  if (isPresent(this.element) || isPresent(this.dragTarget)) {
577
577
  this.attachDomHandlers();
578
578
  if (!this.dragHandles.length) {
579
- this.renderer.addClass(this.nativeElement, 'k-cursor-pointer');
579
+ this.renderer.addClass(this.nativeElement, 'k-cursor-move');
580
580
  }
581
581
  }
582
582
  this.service.dragTargets.push(this.dragTarget);
@@ -1566,12 +1566,12 @@ class DragTargetContainerDirective {
1566
1566
  }
1567
1567
  if (isPresent(this.dragHandles) && this.dragHandles.length > 0) {
1568
1568
  this.dragHandles.forEach(handle => {
1569
- this.renderer.addClass(handle, 'k-cursor-pointer');
1569
+ this.renderer.addClass(handle, 'k-cursor-move');
1570
1570
  });
1571
1571
  }
1572
1572
  else {
1573
1573
  this.allDragTargets.forEach(target => {
1574
- this.renderer.addClass(target, 'k-cursor-pointer');
1574
+ this.renderer.addClass(target, 'k-cursor-move');
1575
1575
  });
1576
1576
  }
1577
1577
  }
@@ -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: 1685453456,
23
- version: '13.0.0-develop.15',
22
+ publishDate: 1685462407,
23
+ version: '13.0.0-develop.16',
24
24
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
25
25
  };
26
26
 
@@ -35,7 +35,7 @@ class DragHandleDirective {
35
35
  }
36
36
  }
37
37
  DragHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragHandleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
38
- DragHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DragHandleDirective, selector: "[kendoDragHandle]", host: { properties: { "class.k-cursor-pointer": "this.hostClass" } }, exportAs: ["kendoDragHandle"], ngImport: i0 });
38
+ DragHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DragHandleDirective, selector: "[kendoDragHandle]", host: { properties: { "class.k-cursor-move": "this.hostClass" } }, exportAs: ["kendoDragHandle"], ngImport: i0 });
39
39
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragHandleDirective, decorators: [{
40
40
  type: Directive,
41
41
  args: [{
@@ -44,7 +44,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
44
44
  }]
45
45
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { hostClass: [{
46
46
  type: HostBinding,
47
- args: ['class.k-cursor-pointer']
47
+ args: ['class.k-cursor-move']
48
48
  }] } });
49
49
 
50
50
  /**
@@ -576,7 +576,7 @@ class DragTargetDirective {
576
576
  if (isPresent(this.element) || isPresent(this.dragTarget)) {
577
577
  this.attachDomHandlers();
578
578
  if (!this.dragHandles.length) {
579
- this.renderer.addClass(this.nativeElement, 'k-cursor-pointer');
579
+ this.renderer.addClass(this.nativeElement, 'k-cursor-move');
580
580
  }
581
581
  }
582
582
  this.service.dragTargets.push(this.dragTarget);
@@ -1563,12 +1563,12 @@ class DragTargetContainerDirective {
1563
1563
  }
1564
1564
  if (isPresent(this.dragHandles) && this.dragHandles.length > 0) {
1565
1565
  this.dragHandles.forEach(handle => {
1566
- this.renderer.addClass(handle, 'k-cursor-pointer');
1566
+ this.renderer.addClass(handle, 'k-cursor-move');
1567
1567
  });
1568
1568
  }
1569
1569
  else {
1570
1570
  this.allDragTargets.forEach(target => {
1571
- this.renderer.addClass(target, 'k-cursor-pointer');
1571
+ this.renderer.addClass(target, 'k-cursor-move');
1572
1572
  });
1573
1573
  }
1574
1574
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-utils",
3
- "version": "13.0.0-develop.15",
3
+ "version": "13.0.0-develop.16",
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.0.0-develop.15",
26
+ "@progress/kendo-angular-common": "13.0.0-develop.16",
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.0.0-develop.15",
31
+ "@progress/kendo-angular-schematics": "13.0.0-develop.16",
32
32
  "@progress/kendo-draggable-common": "^0.2.3"
33
33
  },
34
34
  "schematics": "./schematics/collection.json",