@syncfusion/ej2-gantt
Advanced tools
Comparing version 20.3.58 to 20.3.59
@@ -9,2 +9,12 @@ # Changelog | ||
- `#I419062` - Edit type issue when datasource is undefined issue has been fixed. | ||
- `#I417042` - A console error is thrown when updating the parent task's start date. | ||
- `#I419262` - The dependency line is rendered even after cancel. | ||
## 20.3.58 (2022-11-22) | ||
### Gantt | ||
#### Bug Fixes | ||
- `#I416610` - Able to scroll vertically when virtual scrolling enabled without scrollable records issue has been fixed. | ||
@@ -11,0 +21,0 @@ - `#I417049` - Adding duration to an unscheduled task affects the project start date. |
/*! | ||
* filename: index.d.ts | ||
* version : 20.3.58 | ||
* version : 20.3.59 | ||
* 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.57", | ||
"_id": "@syncfusion/ej2-gantt@20.3.58", | ||
"_inBundle": false, | ||
"_integrity": "sha512-YnJkMNQyXoW0T7nc2rfQXJErOOE0Rd+q3QvrFeKZ083KAXL6JB5FLkGiOPaofJAyn4ot/dpNslx8flipuWsCgw==", | ||
"_integrity": "sha512-ebP3V96K96tJN0n0FcIJgLK/8HF3CfJPm1U+jkokceSdLhq6Qys8F7or/FmW0N+Gvg6Sm5kr9VpJfIlvV3EfCw==", | ||
"_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.57.tgz", | ||
"_shasum": "9a886f0ed16986a85f81f85b826cc3a404da37be", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-gantt/-/ej2-gantt-20.3.58.tgz", | ||
"_shasum": "33c2ae8d3f9459f9748b41d4af787f51604c7b67", | ||
"_spec": "@syncfusion/ej2-gantt@*", | ||
@@ -41,6 +41,6 @@ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included", | ||
"@syncfusion/ej2-buttons": "~20.3.58", | ||
"@syncfusion/ej2-calendars": "~20.3.56", | ||
"@syncfusion/ej2-calendars": "~20.3.59", | ||
"@syncfusion/ej2-data": "~20.3.56", | ||
"@syncfusion/ej2-dropdowns": "~20.3.58", | ||
"@syncfusion/ej2-grids": "~20.3.58", | ||
"@syncfusion/ej2-dropdowns": "~20.3.59", | ||
"@syncfusion/ej2-grids": "~20.3.59", | ||
"@syncfusion/ej2-inputs": "~20.3.57", | ||
@@ -50,4 +50,4 @@ "@syncfusion/ej2-layouts": "~20.3.58", | ||
"@syncfusion/ej2-navigations": "~20.3.58", | ||
"@syncfusion/ej2-popups": "~20.3.58", | ||
"@syncfusion/ej2-richtexteditor": "~20.3.56", | ||
"@syncfusion/ej2-popups": "~20.3.59", | ||
"@syncfusion/ej2-richtexteditor": "~20.3.59", | ||
"@syncfusion/ej2-treegrid": "~20.3.58" | ||
@@ -81,4 +81,4 @@ }, | ||
"typings": "index.d.ts", | ||
"version": "20.3.58", | ||
"version": "20.3.59", | ||
"sideEffects": false | ||
} |
@@ -359,2 +359,5 @@ import { createElement, formatUnit, EventHandler, Browser } from '@syncfusion/ej2-base'; | ||
GanttChart.prototype.mouseUp = function (e) { | ||
if (!isNullOrUndefined(this.parent.editModule) && !isNullOrUndefined(this.parent.editModule.taskbarEditModule)) { | ||
this.parent.editModule.taskbarEditModule.removeFalseLine(false); | ||
} | ||
if (this.parent.allowRowDragAndDrop) { | ||
@@ -361,0 +364,0 @@ var ganttDragElemet = this.parent.element.querySelector('.e-ganttdrag'); |
@@ -602,3 +602,3 @@ import { TreeGrid } from '@syncfusion/ej2-treegrid'; | ||
} | ||
if (typeof (taskIDName) === "string") { | ||
if (typeof (taskIDName) === "string" || isNullOrUndefined(taskIDName)) { | ||
if (this.parent.viewType === 'ResourceView') { | ||
@@ -605,0 +605,0 @@ column.allowEditing = column.allowEditing ? column.allowEditing : false; |
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 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
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
20468682
179001