@syncfusion/ej2-gantt
Advanced tools
Comparing version 20.3.47 to 20.3.48
@@ -7,2 +7,15 @@ # Changelog | ||
#### Bug Fixes | ||
- `#I408288` - Timeline rendering is incomplete when data is rebinded issue has been fixed. | ||
- `#I404228` - Issue in saving data in segment has been fixed. | ||
- `#I406597` - Duplicate record in the data source issue has been fixed. | ||
- `#I405108` - Unable to customize event marker tooltip issue has been fixed. | ||
- `#F176879` - Unable to customize the dependency name issue has been fixed. | ||
- `#I409288` - Exception when the expand change dynamically has been fixed. | ||
## 20.3.47 (2022-09-29) | ||
### Gantt | ||
#### Features | ||
@@ -9,0 +22,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 20.3.47 | ||
* version : 20.3.48 | ||
* 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.6.13", | ||
"_id": "@syncfusion/ej2-gantt@20.3.47", | ||
"_inBundle": false, | ||
"_integrity": "sha512-kdZk1adl1XJlxz+IuDQCFGD4Cmd+rlfqUOfVr1pwEsBfuaaa9C1tZmDysXPDkn2AiVyZ64EWDPgQOw/ZnQl27A==", | ||
"_integrity": "sha512-oY8te11bKyAhmduU/U9V4BpO1oTQrdw9L1ZCxsr1Dtc6LwBjjCyS7MIZAn+RTb2jtZlEqf8MCNT28YzlzWWV0A==", | ||
"_location": "/@syncfusion/ej2-gantt", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-gantt/-/ej2-gantt-20.6.13.tgz", | ||
"_shasum": "70beb11e362a1f86c917e363fd8a653bd1409437", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-gantt/-/ej2-gantt-20.3.47.tgz", | ||
"_shasum": "f70eab27668d097d2b08789ce16c83463c9bed0b", | ||
"_spec": "@syncfusion/ej2-gantt@*", | ||
@@ -39,15 +39,15 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~20.3.47", | ||
"@syncfusion/ej2-buttons": "~20.3.47", | ||
"@syncfusion/ej2-calendars": "~20.3.47", | ||
"@syncfusion/ej2-base": "~20.3.48", | ||
"@syncfusion/ej2-buttons": "~20.3.48", | ||
"@syncfusion/ej2-calendars": "~20.3.48", | ||
"@syncfusion/ej2-data": "~20.3.47", | ||
"@syncfusion/ej2-dropdowns": "~20.3.47", | ||
"@syncfusion/ej2-grids": "~20.3.47", | ||
"@syncfusion/ej2-dropdowns": "~20.3.48", | ||
"@syncfusion/ej2-grids": "~20.3.48", | ||
"@syncfusion/ej2-inputs": "~20.3.47", | ||
"@syncfusion/ej2-layouts": "~20.3.47", | ||
"@syncfusion/ej2-layouts": "~20.3.48", | ||
"@syncfusion/ej2-lists": "~20.3.47", | ||
"@syncfusion/ej2-navigations": "~20.3.47", | ||
"@syncfusion/ej2-popups": "~20.3.47", | ||
"@syncfusion/ej2-navigations": "~20.3.48", | ||
"@syncfusion/ej2-popups": "~20.3.48", | ||
"@syncfusion/ej2-richtexteditor": "~20.3.47", | ||
"@syncfusion/ej2-treegrid": "~20.3.47" | ||
"@syncfusion/ej2-treegrid": "~20.3.48" | ||
}, | ||
@@ -80,4 +80,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "20.3.47", | ||
"version": "20.3.48", | ||
"sideEffects": false | ||
} |
@@ -674,2 +674,5 @@ import { createElement, formatUnit, EventHandler, Browser } from '@syncfusion/ej2-base'; | ||
GanttChart.prototype.collapsedGanttRow = function (args) { | ||
if ((isNullOrUndefined(args['gridRow']) && this.parent.enableVirtualization) || isNullOrUndefined(args['chartRow'])) { | ||
return; | ||
} | ||
var record = getValue('data', args); | ||
@@ -676,0 +679,0 @@ if (this.isExpandCollapseFromChart) { |
@@ -151,2 +151,3 @@ import { Tooltip as TooltipComponent } from '@syncfusion/ej2-popups'; | ||
}); | ||
this.toolTipObj.content = argsData.content; | ||
if (!this.parent.isAdaptive && args.event.type === 'mouseover') { | ||
@@ -153,0 +154,0 @@ this.currentTarget = args.target; |
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 too big to display
Sorry, the diff of this file is too big to display
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
20388986
178564