@progress/kendo-angular-gantt 18.4.0-develop.1 → 18.4.0
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.
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '18.4.0
|
|
13
|
+
publishDate: 1743579915,
|
|
14
|
+
version: '18.4.0',
|
|
15
15
|
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'
|
|
16
16
|
};
|
|
@@ -202,7 +202,7 @@ export class GanttTimelineComponent {
|
|
|
202
202
|
this.scrollSyncService.registerElement(rightContainer, 'timeline');
|
|
203
203
|
this.scrollSyncService.registerElement(timelineHeader, 'header');
|
|
204
204
|
this.dependencyDomService.registerContentContainer(this.tasksContainer.nativeElement);
|
|
205
|
-
if (this.taskDragService) {
|
|
205
|
+
if (this.taskDragService && isDocumentAvailable()) {
|
|
206
206
|
this.zone.onStable.pipe(take(1)).subscribe(() => {
|
|
207
207
|
this.taskDragService.tasksContainer = this.tasksContainer.nativeElement;
|
|
208
208
|
this.taskDragService.scrollableContainer = this.tasksContainer.nativeElement.closest('.k-grid-content');
|
|
@@ -44,8 +44,8 @@ const packageMetadata = {
|
|
|
44
44
|
productName: 'Kendo UI for Angular',
|
|
45
45
|
productCode: 'KENDOUIANGULAR',
|
|
46
46
|
productCodes: ['KENDOUIANGULAR'],
|
|
47
|
-
publishDate:
|
|
48
|
-
version: '18.4.0
|
|
47
|
+
publishDate: 1743579915,
|
|
48
|
+
version: '18.4.0',
|
|
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
|
|
|
@@ -3341,7 +3341,7 @@ class GanttTimelineComponent {
|
|
|
3341
3341
|
this.scrollSyncService.registerElement(rightContainer, 'timeline');
|
|
3342
3342
|
this.scrollSyncService.registerElement(timelineHeader, 'header');
|
|
3343
3343
|
this.dependencyDomService.registerContentContainer(this.tasksContainer.nativeElement);
|
|
3344
|
-
if (this.taskDragService) {
|
|
3344
|
+
if (this.taskDragService && isDocumentAvailable()) {
|
|
3345
3345
|
this.zone.onStable.pipe(take(1)).subscribe(() => {
|
|
3346
3346
|
this.taskDragService.tasksContainer = this.tasksContainer.nativeElement;
|
|
3347
3347
|
this.taskDragService.scrollableContainer = this.tasksContainer.nativeElement.closest('.k-grid-content');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-gantt",
|
|
3
|
-
"version": "18.4.0
|
|
3
|
+
"version": "18.4.0",
|
|
4
4
|
"description": "Kendo UI Angular Gantt",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1743579915,
|
|
23
23
|
"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"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -31,25 +31,25 @@
|
|
|
31
31
|
"@angular/platform-browser": "16 - 19",
|
|
32
32
|
"@progress/kendo-data-query": "^1.5.5",
|
|
33
33
|
"@progress/kendo-licensing": "^1.5.0",
|
|
34
|
-
"@progress/kendo-angular-buttons": "18.4.0
|
|
35
|
-
"@progress/kendo-angular-common": "18.4.0
|
|
36
|
-
"@progress/kendo-angular-dialog": "18.4.0
|
|
37
|
-
"@progress/kendo-angular-dropdowns": "18.4.0
|
|
38
|
-
"@progress/kendo-angular-grid": "18.4.0
|
|
39
|
-
"@progress/kendo-angular-icons": "18.4.0
|
|
40
|
-
"@progress/kendo-angular-inputs": "18.4.0
|
|
41
|
-
"@progress/kendo-angular-intl": "18.4.0
|
|
42
|
-
"@progress/kendo-angular-l10n": "18.4.0
|
|
43
|
-
"@progress/kendo-angular-label": "18.4.0
|
|
44
|
-
"@progress/kendo-angular-layout": "18.4.0
|
|
45
|
-
"@progress/kendo-angular-popup": "18.4.0
|
|
46
|
-
"@progress/kendo-angular-tooltip": "18.4.0
|
|
47
|
-
"@progress/kendo-angular-treelist": "18.4.0
|
|
34
|
+
"@progress/kendo-angular-buttons": "18.4.0",
|
|
35
|
+
"@progress/kendo-angular-common": "18.4.0",
|
|
36
|
+
"@progress/kendo-angular-dialog": "18.4.0",
|
|
37
|
+
"@progress/kendo-angular-dropdowns": "18.4.0",
|
|
38
|
+
"@progress/kendo-angular-grid": "18.4.0",
|
|
39
|
+
"@progress/kendo-angular-icons": "18.4.0",
|
|
40
|
+
"@progress/kendo-angular-inputs": "18.4.0",
|
|
41
|
+
"@progress/kendo-angular-intl": "18.4.0",
|
|
42
|
+
"@progress/kendo-angular-l10n": "18.4.0",
|
|
43
|
+
"@progress/kendo-angular-label": "18.4.0",
|
|
44
|
+
"@progress/kendo-angular-layout": "18.4.0",
|
|
45
|
+
"@progress/kendo-angular-popup": "18.4.0",
|
|
46
|
+
"@progress/kendo-angular-tooltip": "18.4.0",
|
|
47
|
+
"@progress/kendo-angular-treelist": "18.4.0",
|
|
48
48
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"tslib": "^2.3.1",
|
|
52
|
-
"@progress/kendo-angular-schematics": "18.4.0
|
|
52
|
+
"@progress/kendo-angular-schematics": "18.4.0",
|
|
53
53
|
"@progress/kendo-common": "^1.0.1",
|
|
54
54
|
"@progress/kendo-date-math": "^1.5.2",
|
|
55
55
|
"@progress/kendo-draggable": "^3.0.0"
|
|
@@ -7,16 +7,16 @@ function default_1(options) {
|
|
|
7
7
|
// See https://github.com/telerik/kendo-schematics/issues/28
|
|
8
8
|
peerDependencies: {
|
|
9
9
|
// peer deps of the treelist
|
|
10
|
-
'@progress/kendo-angular-dateinputs': '18.4.0
|
|
11
|
-
'@progress/kendo-angular-excel-export': '18.4.0
|
|
12
|
-
'@progress/kendo-angular-pdf-export': '18.4.0
|
|
13
|
-
'@progress/kendo-angular-utils': '18.4.0
|
|
10
|
+
'@progress/kendo-angular-dateinputs': '18.4.0',
|
|
11
|
+
'@progress/kendo-angular-excel-export': '18.4.0',
|
|
12
|
+
'@progress/kendo-angular-pdf-export': '18.4.0',
|
|
13
|
+
'@progress/kendo-angular-utils': '18.4.0',
|
|
14
14
|
'@progress/kendo-drawing': '^1.0.0',
|
|
15
15
|
// peer deps of the dropdowns
|
|
16
|
-
'@progress/kendo-angular-treeview': '18.4.0
|
|
17
|
-
'@progress/kendo-angular-navigation': '18.4.0
|
|
16
|
+
'@progress/kendo-angular-treeview': '18.4.0',
|
|
17
|
+
'@progress/kendo-angular-navigation': '18.4.0',
|
|
18
18
|
// peer dep of the layout
|
|
19
|
-
'@progress/kendo-angular-progressbar': '18.4.0
|
|
19
|
+
'@progress/kendo-angular-progressbar': '18.4.0',
|
|
20
20
|
// peer dep of the icons
|
|
21
21
|
'@progress/kendo-svg-icons': '^4.0.0'
|
|
22
22
|
} });
|