@syncfusion/ej2-gantt
Advanced tools
Comparing version 20.3.57 to 20.3.58
@@ -9,2 +9,11 @@ # Changelog | ||
- `#I416610` - Able to scroll vertically when virtual scrolling enabled without scrollable records issue has been fixed. | ||
- `#I417049` - Adding duration to an unscheduled task affects the project start date. | ||
## 20.3.57 (2022-11-15) | ||
### Gantt | ||
#### Bug Fixes | ||
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed. | ||
@@ -11,0 +20,0 @@ - `#I410200` - Timeline headers disappears when timeline changes dynamically. |
/*! | ||
* filename: index.d.ts | ||
* version : 20.3.57 | ||
* version : 20.3.58 | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-gantt@*", | ||
"_id": "@syncfusion/ej2-gantt@20.3.56", | ||
"_id": "@syncfusion/ej2-gantt@20.3.57", | ||
"_inBundle": false, | ||
"_integrity": "sha512-+kN5WztURPf2VJE+TS9fUA4B9nP9dde6bsr9NbvbExPLK/BiN5ZUTV8ERbdE7Mvs6TJMy1zNDPA7pC5dv/d42w==", | ||
"_integrity": "sha512-YnJkMNQyXoW0T7nc2rfQXJErOOE0Rd+q3QvrFeKZ083KAXL6JB5FLkGiOPaofJAyn4ot/dpNslx8flipuWsCgw==", | ||
"_location": "/@syncfusion/ej2-gantt", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-gantt/-/ej2-gantt-20.3.56.tgz", | ||
"_shasum": "9ac7b60026dda47658a14bb1d4b7710557c5233f", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-gantt/-/ej2-gantt-20.3.57.tgz", | ||
"_shasum": "9a886f0ed16986a85f81f85b826cc3a404da37be", | ||
"_spec": "@syncfusion/ej2-gantt@*", | ||
@@ -40,14 +40,14 @@ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included", | ||
"@syncfusion/ej2-base": "~20.3.56", | ||
"@syncfusion/ej2-buttons": "~20.3.57", | ||
"@syncfusion/ej2-buttons": "~20.3.58", | ||
"@syncfusion/ej2-calendars": "~20.3.56", | ||
"@syncfusion/ej2-data": "~20.3.56", | ||
"@syncfusion/ej2-dropdowns": "~20.3.57", | ||
"@syncfusion/ej2-grids": "~20.3.57", | ||
"@syncfusion/ej2-dropdowns": "~20.3.58", | ||
"@syncfusion/ej2-grids": "~20.3.58", | ||
"@syncfusion/ej2-inputs": "~20.3.57", | ||
"@syncfusion/ej2-layouts": "~20.3.57", | ||
"@syncfusion/ej2-layouts": "~20.3.58", | ||
"@syncfusion/ej2-lists": "~20.3.56", | ||
"@syncfusion/ej2-navigations": "~20.3.57", | ||
"@syncfusion/ej2-popups": "~20.3.57", | ||
"@syncfusion/ej2-navigations": "~20.3.58", | ||
"@syncfusion/ej2-popups": "~20.3.58", | ||
"@syncfusion/ej2-richtexteditor": "~20.3.56", | ||
"@syncfusion/ej2-treegrid": "~20.3.57" | ||
"@syncfusion/ej2-treegrid": "~20.3.58" | ||
}, | ||
@@ -80,4 +80,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "20.3.57", | ||
"version": "20.3.58", | ||
"sideEffects": false | ||
} |
@@ -353,2 +353,5 @@ import { parentsUntil, getActualProperties } from '@syncfusion/ej2-grids'; | ||
Selection.prototype.addRemoveClass = function (records) { | ||
if (typeof (records) == "number") { | ||
records = Array.from(String(records), function (num) { return Number(num); }); | ||
} | ||
var ganttRow = [].slice.call(this.parent.ganttChartModule.chartBodyContent.querySelector('tbody').children); | ||
@@ -355,0 +358,0 @@ var _loop_1 = function (i) { |
@@ -131,3 +131,4 @@ import { TreeGrid } from '@syncfusion/ej2-treegrid'; | ||
} | ||
this.parent.treeGrid.height = this.parent.ganttHeight - toolbarHeight - 46; | ||
this.parent.treeGrid.height = | ||
this.parent.element.getElementsByClassName('e-chart-scroll-container e-content')[0]['offsetHeight'] - 19; | ||
}; | ||
@@ -134,0 +135,0 @@ GanttTreeGrid.prototype.getContentDiv = function () { |
Sorry, the diff of this file is too big to display
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
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
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 not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20459300
178949