@syncfusion/ej2-react-gantt 22.2.7 → 22.2.9

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.
Files changed (38) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/dist/ej2-react-gantt.min.js +1 -1
  3. package/dist/ej2-react-gantt.umd.min.js +1 -1
  4. package/package.json +7 -7
  5. package/styles/bootstrap-dark.css +1 -1
  6. package/styles/bootstrap.css +1 -1
  7. package/styles/bootstrap4.css +1 -1
  8. package/styles/bootstrap5-dark.css +1 -1
  9. package/styles/bootstrap5.css +1 -1
  10. package/styles/fabric-dark.css +1 -1
  11. package/styles/fabric.css +1 -1
  12. package/styles/fluent-dark.css +1 -1
  13. package/styles/fluent.css +1 -1
  14. package/styles/gantt/bootstrap-dark.css +1 -1
  15. package/styles/gantt/bootstrap.css +1 -1
  16. package/styles/gantt/bootstrap4.css +1 -1
  17. package/styles/gantt/bootstrap5-dark.css +1 -1
  18. package/styles/gantt/bootstrap5.css +1 -1
  19. package/styles/gantt/fabric-dark.css +1 -1
  20. package/styles/gantt/fabric.css +1 -1
  21. package/styles/gantt/fluent-dark.css +1 -1
  22. package/styles/gantt/fluent.css +1 -1
  23. package/styles/gantt/highcontrast-light.css +1 -1
  24. package/styles/gantt/highcontrast.css +1 -1
  25. package/styles/gantt/material-dark.css +1 -1
  26. package/styles/gantt/material.css +1 -1
  27. package/styles/gantt/material3-dark.css +1 -1
  28. package/styles/gantt/material3.css +1 -1
  29. package/styles/gantt/tailwind-dark.css +1 -1
  30. package/styles/gantt/tailwind.css +1 -1
  31. package/styles/highcontrast-light.css +1 -1
  32. package/styles/highcontrast.css +1 -1
  33. package/styles/material-dark.css +1 -1
  34. package/styles/material.css +1 -1
  35. package/styles/material3-dark.css +1 -1
  36. package/styles/material3.css +1 -1
  37. package/styles/tailwind-dark.css +1 -1
  38. package/styles/tailwind.css +1 -1
package/CHANGELOG.md CHANGED
@@ -6,6 +6,39 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I485657` - Misalignment happened in timeline while exporting `PDF` in Gantt has been fixed.
10
+ - `#I485398` - console error occurs while using segment data issue has been fixed.
11
+ - `#I487527` - Data manager URL is called twice.
12
+ - `#I484079`- Vertical scroll and taskbar is not fully visible in yearly mode issue has been fixed.
13
+ - `#I461564`- No action is performed when we try to add task when the cell is in edited state issue has been fixed.
14
+ - `#I486234` - Label gets hidden in Gantt Chart when task mode is manual issue has been fixed.
15
+
16
+ -`#I485657`- Misalignment happened in timeline while exporting `PDF` in Gantt has been fixed.
17
+
18
+ - `#I485398` - console error occurs while using segment data issue has been fixed.
19
+ - `#I484079`- Vertical scroll and taskbar is not fully visible in yearly mode issue has been fixed.
20
+ - `#I461564`- No action is performed when we try to add task when the cell is in edited state issue has been fixed.
21
+ - `#I486234` - Label gets hidden in Gantt Chart when task mode is manual issue has been fixed.
22
+
23
+ ## 22.2.8 (2023-08-08)
24
+
25
+ ### Gantt Chart
26
+
27
+ #### Bug Fixes
28
+
29
+ - `#I485907` - When multiple records are selected after using the context menu to delete, it is not working issue has been fixed.
30
+ - `#I483579` - Splitter resize issue when we resize browser window issue has been fixed.
31
+ - `#I483399` - Style not applied for the collapsed row when the virtual scroll is enabled issue has been fixed.
32
+ - `#I473286` - Unable to drag taskbar and tooltip is misaligned issue has been fixed.
33
+
34
+ - `#I485907` - When multiple records are selected after using the context menu to delete, it is not working issue has been fixed.
35
+
36
+ ## 22.2.7 (2023-08-02)
37
+
38
+ ### Gantt Chart
39
+
40
+ #### Bug Fixes
41
+
9
42
  - `#I479591` - Critical path is not working properly when the baseline is changed dynamically issue has been fixed.
10
43
  - `#F182867` - Edit parameters not working in date columns issue has been fixed.
11
44
  - `#I479578` - Milestone get disappeared when we indent the record issue has been fixed.
@@ -16,6 +49,7 @@
16
49
  - `#I481058` - Console error when we use RTL and taskbar template issue has been fixed.
17
50
  - `#I482456` - Critical path not working properly issue has been fixed.
18
51
  - `#I485219` - Selection is not working when we use react hook.
52
+ - `#I486928` - Incorrect time is displayed in the column.
19
53
 
20
54
  - `#I479591` - Critical path is not working properly when the baseline is changed dynamically issue has been fixed.
21
55
  - `#F182867` - Edit parameters not working in date columns issue has been fixed.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-gantt.min.js
3
- * version : 22.2.7
3
+ * version : 22.2.9
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-gantt.umd.min.js
3
- * version : 22.2.7
3
+ * version : 22.2.9
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@22.2.5",
3
+ "_id": "@syncfusion/ej2-react-gantt@22.2.8",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-b16plwXTDhOHTY411oxl4r7wiN7I/EdJ0FbOYKBqODLTT9bjgMbcHYYTrleWT6Q+IfN2OhOX7wK7L/jHSRXBvg==",
5
+ "_integrity": "sha512-pfeHp/O10Z8QHv/dS6ilOl/Ir775pc12eULeOJqpZOnr5siCK4TgD8A88kOezTAgJJ7BfY5kkqH6BfvkKrPMWw==",
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": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-22.2.5.tgz",
23
- "_shasum": "8a7edfd67b7d58ce08396a333bb05bc65ee32065",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-22.2.8.tgz",
23
+ "_shasum": "8c97b2f52639dac7cc779e07394ca5d189dfbc8a",
24
24
  "_spec": "@syncfusion/ej2-react-gantt@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~22.2.5",
35
- "@syncfusion/ej2-gantt": "22.2.7",
34
+ "@syncfusion/ej2-base": "~22.2.9",
35
+ "@syncfusion/ej2-gantt": "22.2.9",
36
36
  "@syncfusion/ej2-react-base": "~22.2.5"
37
37
  },
38
38
  "deprecated": false,
@@ -55,6 +55,6 @@
55
55
  "type": "git",
56
56
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
57
57
  },
58
- "version": "22.2.7",
58
+ "version": "22.2.9",
59
59
  "sideEffects": false
60
60
  }
@@ -910,7 +910,7 @@
910
910
  pointer-events: none;
911
911
  position: absolute;
912
912
  top: 50%;
913
- width: 99%;
913
+ width: 99.5%;
914
914
  }
915
915
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
916
916
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -1053,7 +1053,7 @@
1053
1053
  pointer-events: none;
1054
1054
  position: absolute;
1055
1055
  top: 50%;
1056
- width: 99%;
1056
+ width: 99.5%;
1057
1057
  }
1058
1058
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1059
1059
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -1237,7 +1237,7 @@
1237
1237
  pointer-events: none;
1238
1238
  position: absolute;
1239
1239
  top: 50%;
1240
- width: 99%;
1240
+ width: 99.5%;
1241
1241
  }
1242
1242
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1243
1243
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -953,7 +953,7 @@
953
953
  pointer-events: none;
954
954
  position: absolute;
955
955
  top: 50%;
956
- width: 99%;
956
+ width: 99.5%;
957
957
  }
958
958
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
959
959
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -953,7 +953,7 @@
953
953
  pointer-events: none;
954
954
  position: absolute;
955
955
  top: 50%;
956
- width: 99%;
956
+ width: 99.5%;
957
957
  }
958
958
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
959
959
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -865,7 +865,7 @@
865
865
  pointer-events: none;
866
866
  position: absolute;
867
867
  top: 50%;
868
- width: 99%;
868
+ width: 99.5%;
869
869
  }
870
870
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
871
871
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
package/styles/fabric.css CHANGED
@@ -863,7 +863,7 @@
863
863
  pointer-events: none;
864
864
  position: absolute;
865
865
  top: 50%;
866
- width: 99%;
866
+ width: 99.5%;
867
867
  }
868
868
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
869
869
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -937,7 +937,7 @@
937
937
  pointer-events: none;
938
938
  position: absolute;
939
939
  top: 50%;
940
- width: 99%;
940
+ width: 99.5%;
941
941
  }
942
942
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
943
943
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
package/styles/fluent.css CHANGED
@@ -937,7 +937,7 @@
937
937
  pointer-events: none;
938
938
  position: absolute;
939
939
  top: 50%;
940
- width: 99%;
940
+ width: 99.5%;
941
941
  }
942
942
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
943
943
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -910,7 +910,7 @@
910
910
  pointer-events: none;
911
911
  position: absolute;
912
912
  top: 50%;
913
- width: 99%;
913
+ width: 99.5%;
914
914
  }
915
915
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
916
916
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -1053,7 +1053,7 @@
1053
1053
  pointer-events: none;
1054
1054
  position: absolute;
1055
1055
  top: 50%;
1056
- width: 99%;
1056
+ width: 99.5%;
1057
1057
  }
1058
1058
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1059
1059
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -1237,7 +1237,7 @@
1237
1237
  pointer-events: none;
1238
1238
  position: absolute;
1239
1239
  top: 50%;
1240
- width: 99%;
1240
+ width: 99.5%;
1241
1241
  }
1242
1242
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1243
1243
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -953,7 +953,7 @@
953
953
  pointer-events: none;
954
954
  position: absolute;
955
955
  top: 50%;
956
- width: 99%;
956
+ width: 99.5%;
957
957
  }
958
958
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
959
959
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -953,7 +953,7 @@
953
953
  pointer-events: none;
954
954
  position: absolute;
955
955
  top: 50%;
956
- width: 99%;
956
+ width: 99.5%;
957
957
  }
958
958
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
959
959
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -865,7 +865,7 @@
865
865
  pointer-events: none;
866
866
  position: absolute;
867
867
  top: 50%;
868
- width: 99%;
868
+ width: 99.5%;
869
869
  }
870
870
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
871
871
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -863,7 +863,7 @@
863
863
  pointer-events: none;
864
864
  position: absolute;
865
865
  top: 50%;
866
- width: 99%;
866
+ width: 99.5%;
867
867
  }
868
868
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
869
869
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -937,7 +937,7 @@
937
937
  pointer-events: none;
938
938
  position: absolute;
939
939
  top: 50%;
940
- width: 99%;
940
+ width: 99.5%;
941
941
  }
942
942
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
943
943
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -937,7 +937,7 @@
937
937
  pointer-events: none;
938
938
  position: absolute;
939
939
  top: 50%;
940
- width: 99%;
940
+ width: 99.5%;
941
941
  }
942
942
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
943
943
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -848,7 +848,7 @@
848
848
  pointer-events: none;
849
849
  position: absolute;
850
850
  top: 50%;
851
- width: 99%;
851
+ width: 99.5%;
852
852
  }
853
853
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
854
854
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -950,7 +950,7 @@
950
950
  pointer-events: none;
951
951
  position: absolute;
952
952
  top: 50%;
953
- width: 99%;
953
+ width: 99.5%;
954
954
  }
955
955
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
956
956
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -908,7 +908,7 @@
908
908
  pointer-events: none;
909
909
  position: absolute;
910
910
  top: 50%;
911
- width: 99%;
911
+ width: 99.5%;
912
912
  }
913
913
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
914
914
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -952,7 +952,7 @@
952
952
  pointer-events: none;
953
953
  position: absolute;
954
954
  top: 50%;
955
- width: 99%;
955
+ width: 99.5%;
956
956
  }
957
957
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
958
958
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -999,7 +999,7 @@
999
999
  pointer-events: none;
1000
1000
  position: absolute;
1001
1001
  top: 50%;
1002
- width: 99%;
1002
+ width: 99.5%;
1003
1003
  }
1004
1004
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1005
1005
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -1055,7 +1055,7 @@
1055
1055
  pointer-events: none;
1056
1056
  position: absolute;
1057
1057
  top: 50%;
1058
- width: 99%;
1058
+ width: 99.5%;
1059
1059
  }
1060
1060
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1061
1061
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -923,7 +923,7 @@
923
923
  pointer-events: none;
924
924
  position: absolute;
925
925
  top: 50%;
926
- width: 99%;
926
+ width: 99.5%;
927
927
  }
928
928
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
929
929
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -923,7 +923,7 @@
923
923
  pointer-events: none;
924
924
  position: absolute;
925
925
  top: 50%;
926
- width: 99%;
926
+ width: 99.5%;
927
927
  }
928
928
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
929
929
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -848,7 +848,7 @@
848
848
  pointer-events: none;
849
849
  position: absolute;
850
850
  top: 50%;
851
- width: 99%;
851
+ width: 99.5%;
852
852
  }
853
853
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
854
854
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -950,7 +950,7 @@
950
950
  pointer-events: none;
951
951
  position: absolute;
952
952
  top: 50%;
953
- width: 99%;
953
+ width: 99.5%;
954
954
  }
955
955
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
956
956
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -908,7 +908,7 @@
908
908
  pointer-events: none;
909
909
  position: absolute;
910
910
  top: 50%;
911
- width: 99%;
911
+ width: 99.5%;
912
912
  }
913
913
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
914
914
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -952,7 +952,7 @@
952
952
  pointer-events: none;
953
953
  position: absolute;
954
954
  top: 50%;
955
- width: 99%;
955
+ width: 99.5%;
956
956
  }
957
957
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
958
958
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -999,7 +999,7 @@
999
999
  pointer-events: none;
1000
1000
  position: absolute;
1001
1001
  top: 50%;
1002
- width: 99%;
1002
+ width: 99.5%;
1003
1003
  }
1004
1004
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1005
1005
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -1055,7 +1055,7 @@
1055
1055
  pointer-events: none;
1056
1056
  position: absolute;
1057
1057
  top: 50%;
1058
- width: 99%;
1058
+ width: 99.5%;
1059
1059
  }
1060
1060
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
1061
1061
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -923,7 +923,7 @@
923
923
  pointer-events: none;
924
924
  position: absolute;
925
925
  top: 50%;
926
- width: 99%;
926
+ width: 99.5%;
927
927
  }
928
928
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
929
929
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
@@ -923,7 +923,7 @@
923
923
  pointer-events: none;
924
924
  position: absolute;
925
925
  top: 50%;
926
- width: 99%;
926
+ width: 99.5%;
927
927
  }
928
928
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
929
929
  .e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {