devexpress-gantt
Advanced tools
Comparing version 4.1.52 to 4.1.53
/*! | ||
* DevExpress Gantt (dx-gantt.min) | ||
* Version: 4.1.52 | ||
* Build date: Wed Mar 13 2024 | ||
* Version: 4.1.53 | ||
* Build date: Wed Apr 03 2024 | ||
* | ||
@@ -6,0 +6,0 @@ * Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED |
{ | ||
"name": "devexpress-gantt", | ||
"version": "4.1.52", | ||
"version": "4.1.53", | ||
"description": "DevExpress Gantt Control", | ||
"main": "dist/dx-gantt.min.js", | ||
"dependencies": { | ||
"@devexpress/utils": "1.4.1", | ||
"@devexpress/utils": "1.4.2", | ||
"tslib": "2.3.1" | ||
@@ -9,0 +9,0 @@ }, |
@@ -665,3 +665,3 @@ import { BarManager } from "../BarManager/BarManager"; | ||
const task = model.getItemByPublicId("task", key) as Task; | ||
return task && model.getAssignedResources(task).items; | ||
return (task && model.getAssignedResources(task).items) || []; | ||
} | ||
@@ -668,0 +668,0 @@ getVisibleTaskKeys(): Array<any> { return this.viewModel.getVisibleTasks().map(t => t.id); } |
{ | ||
"name": "devexpress-gantt", | ||
"version": "4.1.52", | ||
"version": "4.1.53", | ||
"description": "DevExpress Gantt Control", | ||
@@ -14,3 +14,3 @@ "main": "dist/dx-gantt.min.js", | ||
"dependencies": { | ||
"@devexpress/utils": "1.4.1", | ||
"@devexpress/utils": "1.4.2", | ||
"tslib": "2.3.1" | ||
@@ -17,0 +17,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
2200675
34862
+ Added@devexpress/utils@1.4.2(transitive)
- Removed@devexpress/utils@1.4.1(transitive)
Updated@devexpress/utils@1.4.2