@syncfusion/ej2-gantt 20.2.44 → 20.2.45

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.2.44
3
+ * version : 20.2.45
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-gantt@*",
3
- "_id": "@syncfusion/ej2-gantt@20.2.43",
3
+ "_id": "@syncfusion/ej2-gantt@20.2.44",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-VDzQ7VV68IMZBz7NCb1rHFjC15ida3IqeFVfF+z3SIXddalUkhZSeNITlKsY+s+3ZOIWiKG7ch9XDY/mQkugTQ==",
5
+ "_integrity": "sha512-90ra81SrKxslSTVflObgRQLq8Sg2lkrn7LPVOzaoj4cmzJg+5n5aHiWIEEFrv6e87OyzXwxAU7j5GI39661zCw==",
6
6
  "_location": "/@syncfusion/ej2-gantt",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -23,8 +23,8 @@
23
23
  "/@syncfusion/ej2-react-gantt",
24
24
  "/@syncfusion/ej2-vue-gantt"
25
25
  ],
26
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-gantt/-/ej2-gantt-20.2.43.tgz",
27
- "_shasum": "0ee7a7133101b7e2886d1f4064f27cccdefa4eac",
26
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-gantt/-/ej2-gantt-20.2.44.tgz",
27
+ "_shasum": "ee9e87525e6988bece6afb5457e2cdb198fff4e6",
28
28
  "_spec": "@syncfusion/ej2-gantt@*",
29
29
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
30
30
  "author": {
@@ -35,19 +35,19 @@
35
35
  },
36
36
  "bundleDependencies": false,
37
37
  "dependencies": {
38
- "@syncfusion/ej2-base": "~20.2.43",
39
- "@syncfusion/ej2-buttons": "~20.2.43",
40
- "@syncfusion/ej2-calendars": "~20.2.43",
41
- "@syncfusion/ej2-data": "~20.2.43",
42
- "@syncfusion/ej2-dropdowns": "~20.2.44",
43
- "@syncfusion/ej2-grids": "~20.2.44",
44
- "@syncfusion/ej2-inputs": "~20.2.44",
45
- "@syncfusion/ej2-layouts": "~20.2.43",
46
- "@syncfusion/ej2-lists": "~20.2.43",
47
- "@syncfusion/ej2-navigations": "~20.2.44",
48
- "@syncfusion/ej2-popups": "~20.2.43",
49
- "@syncfusion/ej2-richtexteditor": "~20.2.44",
50
- "@syncfusion/ej2-treegrid": "~20.2.44"
38
+ "@syncfusion/ej2-base": "~20.2.45",
39
+ "@syncfusion/ej2-buttons": "~20.2.45",
40
+ "@syncfusion/ej2-calendars": "~20.2.45",
41
+ "@syncfusion/ej2-data": "~20.2.45",
42
+ "@syncfusion/ej2-dropdowns": "~20.2.45",
43
+ "@syncfusion/ej2-grids": "~20.2.45",
44
+ "@syncfusion/ej2-inputs": "~20.2.45",
45
+ "@syncfusion/ej2-layouts": "~20.2.45",
46
+ "@syncfusion/ej2-lists": "~20.2.45",
47
+ "@syncfusion/ej2-navigations": "~20.2.45",
48
+ "@syncfusion/ej2-popups": "~20.2.45",
49
+ "@syncfusion/ej2-richtexteditor": "~20.2.45",
50
+ "@syncfusion/ej2-treegrid": "~20.2.45"
51
51
  },
52
52
  "deprecated": false,
53
53
  "description": "Essential JS 2 Gantt Component",
@@ -75,6 +75,6 @@
75
75
  "url": "git+https://github.com/syncfusion/ej2-gantt.git"
76
76
  },
77
77
  "typings": "index.d.ts",
78
- "version": "20.2.44",
78
+ "version": "20.2.45",
79
79
  "sideEffects": false
80
80
  }
@@ -718,7 +718,7 @@ var GanttChart = /** @class */ (function () {
718
718
  * @private
719
719
  */
720
720
  GanttChart.prototype.expandedGanttRow = function (args) {
721
- if ((isNullOrUndefined(args['gridRow']) || isNullOrUndefined(args['chartRow'])) && this.parent.enableVirtualization) {
721
+ if ((isNullOrUndefined(args['gridRow']) && this.parent.enableVirtualization) || isNullOrUndefined(args['chartRow'])) {
722
722
  return;
723
723
  }
724
724
  var record = getValue('data', args);