@syncfusion/ej2-react-gantt 19.4.50 → 19.4.52

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.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,15 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#360085` - Issue in deleting a task after performing expand collapse action for multiple times has been fixed.
10
+ - `#364950` - The `taskLabel` property does not show the task name properly when giving name with space has been fixed.
11
+
12
+ ## 19.4.50 (2022-02-08)
13
+
14
+ ### Gantt
15
+
16
+ #### Bug Fixes
17
+
9
18
  - `#362011` - Date alignment issue with Gantt Zoom to fit top tier and bottom tier has been fixed.
10
19
  - `#364643` - Extra fields are added in `dataSource` property for bottom position issue has been fixed.
11
20
  - `#363210` - Issue in performing edit dialog when we map only segments tab in `editDialogFields` has been fixed.
package/README.md CHANGED
@@ -82,4 +82,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-compo
82
82
 
83
83
  Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/gantt/CHANGELOG.md)
84
84
 
85
- © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
85
+ © Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-gantt.umd.min.js
3
- * version : 19.4.50
3
+ * version : 19.4.52
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-react-gantt@*",
3
- "_id": "@syncfusion/ej2-react-gantt@19.4.48",
3
+ "_id": "@syncfusion/ej2-react-gantt@19.4.50",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-GjfUK+h/moBYiwFSpnIJuaOWV0QfQY34yRKfy3XRmnjI5vPwIAb2EzakSIYs+kiM0DbWJuwfi06T4P2zo/fL5Q==",
5
+ "_integrity": "sha512-JGPZGQRwUx/KSP9U4arUz1jI76KI7T82mQ5c3whBK9YKTERAhNq94J6g4krrFQ0kOc5FytZJWKjXNgBlunmDOg==",
6
6
  "_location": "/@syncfusion/ej2-react-gantt",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-19.4.48.tgz",
23
- "_shasum": "daf839175c96093e7a8ceb0aa4ff7860e116beed",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-19.4.50.tgz",
23
+ "_shasum": "bc9eb3f8703a78eac604df6504acc9d69f867327",
24
24
  "_spec": "@syncfusion/ej2-react-gantt@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.4.48",
35
- "@syncfusion/ej2-gantt": "19.4.50",
36
- "@syncfusion/ej2-react-base": "~19.4.48"
34
+ "@syncfusion/ej2-base": "~19.4.52",
35
+ "@syncfusion/ej2-gantt": "19.4.52",
36
+ "@syncfusion/ej2-react-base": "~19.4.52"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 Gantt Component for React",
@@ -63,6 +63,6 @@
63
63
  "type": "git",
64
64
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
65
65
  },
66
- "version": "19.4.50",
66
+ "version": "19.4.52",
67
67
  "sideEffects": false
68
68
  }
@@ -829,7 +829,10 @@
829
829
  font-weight: normal;
830
830
  margin-left: 8px;
831
831
  margin-right: 15px;
832
+ overflow: hidden;
833
+ text-overflow: ellipsis;
832
834
  vertical-align: middle;
835
+ white-space: nowrap;
833
836
  }
834
837
 
835
838
  .e-gantt .e-gantt-chart .e-task-table {
@@ -979,7 +979,10 @@
979
979
  font-weight: normal;
980
980
  margin-left: 8px;
981
981
  margin-right: 15px;
982
+ overflow: hidden;
983
+ text-overflow: ellipsis;
982
984
  vertical-align: middle;
985
+ white-space: nowrap;
983
986
  }
984
987
 
985
988
  .e-gantt .e-gantt-chart .e-task-table {
@@ -1196,7 +1196,10 @@
1196
1196
  font-weight: normal;
1197
1197
  margin-left: 8px;
1198
1198
  margin-right: 15px;
1199
+ overflow: hidden;
1200
+ text-overflow: ellipsis;
1199
1201
  vertical-align: middle;
1202
+ white-space: nowrap;
1200
1203
  }
1201
1204
 
1202
1205
  .e-gantt .e-gantt-chart .e-task-table {
@@ -863,7 +863,10 @@
863
863
  font-weight: normal;
864
864
  margin-left: 8px;
865
865
  margin-right: 15px;
866
+ overflow: hidden;
867
+ text-overflow: ellipsis;
866
868
  vertical-align: middle;
869
+ white-space: nowrap;
867
870
  }
868
871
 
869
872
  .e-gantt .e-gantt-chart .e-task-table {
@@ -863,7 +863,10 @@
863
863
  font-weight: normal;
864
864
  margin-left: 8px;
865
865
  margin-right: 15px;
866
+ overflow: hidden;
867
+ text-overflow: ellipsis;
866
868
  vertical-align: middle;
869
+ white-space: nowrap;
867
870
  }
868
871
 
869
872
  .e-gantt .e-gantt-chart .e-task-table {
@@ -783,7 +783,10 @@
783
783
  font-weight: normal;
784
784
  margin-left: 8px;
785
785
  margin-right: 15px;
786
+ overflow: hidden;
787
+ text-overflow: ellipsis;
786
788
  vertical-align: middle;
789
+ white-space: nowrap;
787
790
  }
788
791
 
789
792
  .e-gantt .e-gantt-chart .e-task-table {
package/styles/fabric.css CHANGED
@@ -781,7 +781,10 @@
781
781
  font-weight: normal;
782
782
  margin-left: 8px;
783
783
  margin-right: 15px;
784
+ overflow: hidden;
785
+ text-overflow: ellipsis;
784
786
  vertical-align: middle;
787
+ white-space: nowrap;
785
788
  }
786
789
 
787
790
  .e-gantt .e-gantt-chart .e-task-table {
@@ -829,7 +829,10 @@
829
829
  font-weight: normal;
830
830
  margin-left: 8px;
831
831
  margin-right: 15px;
832
+ overflow: hidden;
833
+ text-overflow: ellipsis;
832
834
  vertical-align: middle;
835
+ white-space: nowrap;
833
836
  }
834
837
 
835
838
  .e-gantt .e-gantt-chart .e-task-table {
@@ -979,7 +979,10 @@
979
979
  font-weight: normal;
980
980
  margin-left: 8px;
981
981
  margin-right: 15px;
982
+ overflow: hidden;
983
+ text-overflow: ellipsis;
982
984
  vertical-align: middle;
985
+ white-space: nowrap;
983
986
  }
984
987
 
985
988
  .e-gantt .e-gantt-chart .e-task-table {
@@ -1196,7 +1196,10 @@
1196
1196
  font-weight: normal;
1197
1197
  margin-left: 8px;
1198
1198
  margin-right: 15px;
1199
+ overflow: hidden;
1200
+ text-overflow: ellipsis;
1199
1201
  vertical-align: middle;
1202
+ white-space: nowrap;
1200
1203
  }
1201
1204
 
1202
1205
  .e-gantt .e-gantt-chart .e-task-table {
@@ -863,7 +863,10 @@
863
863
  font-weight: normal;
864
864
  margin-left: 8px;
865
865
  margin-right: 15px;
866
+ overflow: hidden;
867
+ text-overflow: ellipsis;
866
868
  vertical-align: middle;
869
+ white-space: nowrap;
867
870
  }
868
871
 
869
872
  .e-gantt .e-gantt-chart .e-task-table {
@@ -863,7 +863,10 @@
863
863
  font-weight: normal;
864
864
  margin-left: 8px;
865
865
  margin-right: 15px;
866
+ overflow: hidden;
867
+ text-overflow: ellipsis;
866
868
  vertical-align: middle;
869
+ white-space: nowrap;
867
870
  }
868
871
 
869
872
  .e-gantt .e-gantt-chart .e-task-table {
@@ -783,7 +783,10 @@
783
783
  font-weight: normal;
784
784
  margin-left: 8px;
785
785
  margin-right: 15px;
786
+ overflow: hidden;
787
+ text-overflow: ellipsis;
786
788
  vertical-align: middle;
789
+ white-space: nowrap;
787
790
  }
788
791
 
789
792
  .e-gantt .e-gantt-chart .e-task-table {
@@ -781,7 +781,10 @@
781
781
  font-weight: normal;
782
782
  margin-left: 8px;
783
783
  margin-right: 15px;
784
+ overflow: hidden;
785
+ text-overflow: ellipsis;
784
786
  vertical-align: middle;
787
+ white-space: nowrap;
785
788
  }
786
789
 
787
790
  .e-gantt .e-gantt-chart .e-task-table {
@@ -784,7 +784,10 @@
784
784
  font-weight: normal;
785
785
  margin-left: 8px;
786
786
  margin-right: 15px;
787
+ overflow: hidden;
788
+ text-overflow: ellipsis;
787
789
  vertical-align: middle;
790
+ white-space: nowrap;
788
791
  }
789
792
 
790
793
  .e-gantt .e-gantt-chart .e-task-table {
@@ -898,7 +898,10 @@
898
898
  font-weight: normal;
899
899
  margin-left: 8px;
900
900
  margin-right: 15px;
901
+ overflow: hidden;
902
+ text-overflow: ellipsis;
901
903
  vertical-align: middle;
904
+ white-space: nowrap;
902
905
  }
903
906
 
904
907
  .e-gantt .e-gantt-chart .e-task-table {
@@ -820,7 +820,10 @@
820
820
  font-weight: normal;
821
821
  margin-left: 8px;
822
822
  margin-right: 15px;
823
+ overflow: hidden;
824
+ text-overflow: ellipsis;
823
825
  vertical-align: middle;
826
+ white-space: nowrap;
824
827
  }
825
828
 
826
829
  .e-gantt .e-gantt-chart .e-task-table {
@@ -861,7 +861,10 @@
861
861
  font-weight: normal;
862
862
  margin-left: 8px;
863
863
  margin-right: 15px;
864
+ overflow: hidden;
865
+ text-overflow: ellipsis;
864
866
  vertical-align: middle;
867
+ white-space: nowrap;
865
868
  }
866
869
 
867
870
  .e-gantt .e-gantt-chart .e-task-table {
@@ -887,7 +887,10 @@
887
887
  font-weight: normal;
888
888
  margin-left: 8px;
889
889
  margin-right: 15px;
890
+ overflow: hidden;
891
+ text-overflow: ellipsis;
890
892
  vertical-align: middle;
893
+ white-space: nowrap;
891
894
  }
892
895
 
893
896
  .e-gantt .e-gantt-chart .e-task-table {
@@ -887,7 +887,10 @@
887
887
  font-weight: normal;
888
888
  margin-left: 8px;
889
889
  margin-right: 15px;
890
+ overflow: hidden;
891
+ text-overflow: ellipsis;
890
892
  vertical-align: middle;
893
+ white-space: nowrap;
891
894
  }
892
895
 
893
896
  .e-gantt .e-gantt-chart .e-task-table {
@@ -784,7 +784,10 @@
784
784
  font-weight: normal;
785
785
  margin-left: 8px;
786
786
  margin-right: 15px;
787
+ overflow: hidden;
788
+ text-overflow: ellipsis;
787
789
  vertical-align: middle;
790
+ white-space: nowrap;
788
791
  }
789
792
 
790
793
  .e-gantt .e-gantt-chart .e-task-table {
@@ -898,7 +898,10 @@
898
898
  font-weight: normal;
899
899
  margin-left: 8px;
900
900
  margin-right: 15px;
901
+ overflow: hidden;
902
+ text-overflow: ellipsis;
901
903
  vertical-align: middle;
904
+ white-space: nowrap;
902
905
  }
903
906
 
904
907
  .e-gantt .e-gantt-chart .e-task-table {
@@ -820,7 +820,10 @@
820
820
  font-weight: normal;
821
821
  margin-left: 8px;
822
822
  margin-right: 15px;
823
+ overflow: hidden;
824
+ text-overflow: ellipsis;
823
825
  vertical-align: middle;
826
+ white-space: nowrap;
824
827
  }
825
828
 
826
829
  .e-gantt .e-gantt-chart .e-task-table {
@@ -861,7 +861,10 @@
861
861
  font-weight: normal;
862
862
  margin-left: 8px;
863
863
  margin-right: 15px;
864
+ overflow: hidden;
865
+ text-overflow: ellipsis;
864
866
  vertical-align: middle;
867
+ white-space: nowrap;
865
868
  }
866
869
 
867
870
  .e-gantt .e-gantt-chart .e-task-table {
@@ -887,7 +887,10 @@
887
887
  font-weight: normal;
888
888
  margin-left: 8px;
889
889
  margin-right: 15px;
890
+ overflow: hidden;
891
+ text-overflow: ellipsis;
890
892
  vertical-align: middle;
893
+ white-space: nowrap;
891
894
  }
892
895
 
893
896
  .e-gantt .e-gantt-chart .e-task-table {
@@ -887,7 +887,10 @@
887
887
  font-weight: normal;
888
888
  margin-left: 8px;
889
889
  margin-right: 15px;
890
+ overflow: hidden;
891
+ text-overflow: ellipsis;
890
892
  vertical-align: middle;
893
+ white-space: nowrap;
891
894
  }
892
895
 
893
896
  .e-gantt .e-gantt-chart .e-task-table {