@progress/kendo-angular-gantt 24.0.0 → 24.0.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.
@@ -44,8 +44,8 @@ const packageMetadata = {
44
44
  productName: 'Kendo UI for Angular',
45
45
  productCode: 'KENDOUIANGULAR',
46
46
  productCodes: ['KENDOUIANGULAR'],
47
- publishDate: 1779273571,
48
- version: '24.0.0',
47
+ publishDate: 1779374575,
48
+ version: '24.0.1',
49
49
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
50
50
  };
51
51
 
@@ -3438,7 +3438,10 @@ class GanttTimelineComponent {
3438
3438
  });
3439
3439
  }
3440
3440
  }));
3441
- this.subscriptions.add(taskDragService.dragEnd.subscribe(() => {
3441
+ this.subscriptions.add(taskDragService.dragEnd.subscribe((e) => {
3442
+ if (this.completion && this.task) {
3443
+ this.task = { ...this.task, completionRatio: e.completionRatio };
3444
+ }
3442
3445
  this.marquee = {
3443
3446
  show: false,
3444
3447
  left: 0,
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1779273571,
11
- "version": "24.0.0",
10
+ "publishDate": 1779374575,
11
+ "version": "24.0.1",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-gantt",
3
- "version": "24.0.0",
3
+ "version": "24.0.1",
4
4
  "description": "Kendo UI Angular Gantt",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -41,7 +41,7 @@
41
41
  "package": {
42
42
  "productName": "Kendo UI for Angular",
43
43
  "productCode": "KENDOUIANGULAR",
44
- "publishDate": 1779273571,
44
+ "publishDate": 1779374575,
45
45
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
46
46
  }
47
47
  },
@@ -53,25 +53,25 @@
53
53
  "@angular/platform-browser": "19 - 21",
54
54
  "@progress/kendo-data-query": "^1.7.3",
55
55
  "@progress/kendo-licensing": "^1.11.0",
56
- "@progress/kendo-angular-buttons": "24.0.0",
57
- "@progress/kendo-angular-common": "24.0.0",
58
- "@progress/kendo-angular-dialog": "24.0.0",
59
- "@progress/kendo-angular-dropdowns": "24.0.0",
60
- "@progress/kendo-angular-grid": "24.0.0",
61
- "@progress/kendo-angular-icons": "24.0.0",
62
- "@progress/kendo-angular-inputs": "24.0.0",
63
- "@progress/kendo-angular-intl": "24.0.0",
64
- "@progress/kendo-angular-l10n": "24.0.0",
65
- "@progress/kendo-angular-label": "24.0.0",
66
- "@progress/kendo-angular-layout": "24.0.0",
67
- "@progress/kendo-angular-popup": "24.0.0",
68
- "@progress/kendo-angular-tooltip": "24.0.0",
69
- "@progress/kendo-angular-treelist": "24.0.0",
56
+ "@progress/kendo-angular-buttons": "24.0.1",
57
+ "@progress/kendo-angular-common": "24.0.1",
58
+ "@progress/kendo-angular-dialog": "24.0.1",
59
+ "@progress/kendo-angular-dropdowns": "24.0.1",
60
+ "@progress/kendo-angular-grid": "24.0.1",
61
+ "@progress/kendo-angular-icons": "24.0.1",
62
+ "@progress/kendo-angular-inputs": "24.0.1",
63
+ "@progress/kendo-angular-intl": "24.0.1",
64
+ "@progress/kendo-angular-l10n": "24.0.1",
65
+ "@progress/kendo-angular-label": "24.0.1",
66
+ "@progress/kendo-angular-layout": "24.0.1",
67
+ "@progress/kendo-angular-popup": "24.0.1",
68
+ "@progress/kendo-angular-tooltip": "24.0.1",
69
+ "@progress/kendo-angular-treelist": "24.0.1",
70
70
  "rxjs": "^6.5.3 || ^7.0.0"
71
71
  },
72
72
  "dependencies": {
73
73
  "tslib": "^2.3.1",
74
- "@progress/kendo-angular-schematics": "24.0.0",
74
+ "@progress/kendo-angular-schematics": "24.0.1",
75
75
  "@progress/kendo-common": "^1.0.1",
76
76
  "@progress/kendo-date-math": "^1.5.2",
77
77
  "@progress/kendo-draggable": "^3.0.0"
@@ -12,16 +12,16 @@ function default_1(options) {
12
12
  // See https://github.com/telerik/kendo-schematics/issues/28
13
13
  peerDependencies: {
14
14
  // peer deps of the treelist
15
- '@progress/kendo-angular-dateinputs': '24.0.0',
16
- '@progress/kendo-angular-excel-export': '24.0.0',
17
- '@progress/kendo-angular-pdf-export': '24.0.0',
18
- '@progress/kendo-angular-utils': '24.0.0',
15
+ '@progress/kendo-angular-dateinputs': '24.0.1',
16
+ '@progress/kendo-angular-excel-export': '24.0.1',
17
+ '@progress/kendo-angular-pdf-export': '24.0.1',
18
+ '@progress/kendo-angular-utils': '24.0.1',
19
19
  '@progress/kendo-drawing': '^1.0.0',
20
20
  // peer deps of the dropdowns
21
- '@progress/kendo-angular-treeview': '24.0.0',
22
- '@progress/kendo-angular-navigation': '24.0.0',
21
+ '@progress/kendo-angular-treeview': '24.0.1',
22
+ '@progress/kendo-angular-navigation': '24.0.1',
23
23
  // peer dep of the layout
24
- '@progress/kendo-angular-progressbar': '24.0.0',
24
+ '@progress/kendo-angular-progressbar': '24.0.1',
25
25
  // peer dep of the icons
26
26
  '@progress/kendo-svg-icons': '^4.0.0'
27
27
  } });