@syncfusion/ej2-react-gantt 19.2.62 → 19.3.46

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,7 +6,45 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#343417` - Issue in CRUD operations when using datamanager data has been fixed.
10
+ - `#340739` - Vertical grid line issue while changing height dynamically has been fixed.
11
+ - `#F168970` - Issue in updating Segments data issue has been fixed.
12
+
13
+ ## 19.3.45 (2021-10-12)
14
+
15
+ ### Gantt
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#342557` - In fixed work type duration update issue has been fixed.
20
+ - `#340406` - Misalignment while using line height property issue has been fixed.
21
+ - `#310346` - Pdf export issue while changing date format has been fixed.
22
+
23
+ ## 19.3.44 (2021-10-05)
24
+
25
+ ### Gantt
26
+
27
+ #### New Features
28
+
29
+ - `#304621, #322659` - Provided percentage support for height and width of Gantt element.
30
+
31
+ ## 19.2.62 (2021-09-14)
32
+
33
+ ### Gantt
34
+
35
+ #### Bug Fixes
36
+
37
+ - `#340421` - In smaller resolution the splitter appeared in wrong position issue has been fixed.
38
+ - `#341502` - Indicators disappear when datasource changed dynamically issue has been fixed.
39
+
40
+ ## 19.2.60 (2021-09-07)
41
+
42
+ ### Gantt
43
+
44
+ #### Bug Fixes
45
+
9
46
  - `#340155` - Dialog closes when pressing insert key issue has been fixed.
47
+ - `#333851` - Dynamically changing the holidays issue has been fixed.
10
48
 
11
49
  ## 19.2.59 (2021-08-31)
12
50
 
@@ -34,8 +72,6 @@
34
72
  - `#338587` - Issue in assigning empty data to datasource has been resolved.
35
73
  - `#335677` - Issue in `expandAtLevel` and `collapseAtLevel` method with virtual scrolling has been resolved.
36
74
 
37
- - `#338587` - Issue in assigning empty data to datasource has been resolved.
38
-
39
75
  ## 19.2.55 (2021-08-11)
40
76
 
41
77
  ### Gantt
@@ -44,8 +80,6 @@
44
80
 
45
81
  - `#336211` - Issue with Virtual Scrolling in Firefox browse has been resolved.
46
82
 
47
- - `#336211` - Issue with Virtual Scrolling in Firefox browser has been resolved.
48
-
49
83
  ## 19.2.47 (2021-07-13)
50
84
 
51
85
  ### Gantt
package/diConfig.json CHANGED
@@ -34,6 +34,10 @@
34
34
  ],
35
35
  "blazorPlaceholder": "gantt",
36
36
  "isGenericClass": true,
37
+ "blazorDependency": [
38
+ "ej2-base"
39
+ ],
40
+ "blazorType": "native",
37
41
  "dynamicModules": [
38
42
  "Filter",
39
43
  "Selection",
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-gantt.umd.min.js
3
- * version : 19.2.62
3
+ * version : 19.3.46
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.2.59",
3
+ "_id": "@syncfusion/ej2-react-gantt@19.3.45",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-vMAyFJy7rG9oEMwelk7V6NOvUMhZ7i2sQ7gOg1iO4ZWkHZxmy6nk+UtBzqBaOjLJerHqWhv/6OFr4R/vvHfJ5g==",
5
+ "_integrity": "sha512-eBAfRj2pQGwi8KHBk9BvOi9Ft4HDq9SbE3MIslj0+VNvkzQmSsk/xrS0kVqEq6y0BrGNcIeuwOjOUEdaHxgSdg==",
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/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-19.2.59.tgz",
23
- "_shasum": "36a5c9ac01ff096ef395978a8be68bdc5784755e",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-19.3.45.tgz",
23
+ "_shasum": "4f6a2e6f645f8c7540b326e2ef5f238492906938",
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.2.60",
35
- "@syncfusion/ej2-gantt": "19.2.62",
36
- "@syncfusion/ej2-react-base": "~19.2.60"
34
+ "@syncfusion/ej2-base": "~19.3.43",
35
+ "@syncfusion/ej2-gantt": "19.3.46",
36
+ "@syncfusion/ej2-react-base": "~19.3.46"
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.2.62",
66
+ "version": "19.3.46",
67
67
  "sideEffects": false
68
68
  }
@@ -738,6 +738,10 @@
738
738
  user-select: none;
739
739
  }
740
740
 
741
+ .e-gantt .e-gantt-chart .e-chart-rows-container {
742
+ line-height: initial;
743
+ }
744
+
741
745
  .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
742
746
  .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
743
747
  display: inline-block;
@@ -1183,6 +1187,14 @@
1183
1187
  opacity: 1;
1184
1188
  }
1185
1189
 
1190
+ .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1191
+ content: '';
1192
+ }
1193
+
1194
+ .e-bigger .e-gantt .e-gantt-chart .e-label {
1195
+ font-size: 14px;
1196
+ }
1197
+
1186
1198
  .e-gantt-tooltip-label {
1187
1199
  padding-bottom: 2px;
1188
1200
  padding-right: 2px;
@@ -1272,6 +1284,10 @@
1272
1284
  border-radius: 4px;
1273
1285
  }
1274
1286
 
1287
+ .e-gantt .e-gantt-splitter-height {
1288
+ height: calc(100% - 41px) !important;
1289
+ }
1290
+
1275
1291
  .e-gantt .e-cloneproperties.e-draganddrop {
1276
1292
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
1277
1293
  opacity: .95;
@@ -1381,6 +1397,7 @@
1381
1397
 
1382
1398
  .e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
1383
1399
  background: #484848;
1400
+ opacity: 1;
1384
1401
  }
1385
1402
 
1386
1403
  .e-gantt .e-gantt-chart .e-timeline-header-container {
@@ -888,6 +888,10 @@
888
888
  user-select: none;
889
889
  }
890
890
 
891
+ .e-gantt .e-gantt-chart .e-chart-rows-container {
892
+ line-height: initial;
893
+ }
894
+
891
895
  .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
892
896
  .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
893
897
  display: inline-block;
@@ -1333,6 +1337,14 @@
1333
1337
  opacity: 1;
1334
1338
  }
1335
1339
 
1340
+ .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1341
+ content: '';
1342
+ }
1343
+
1344
+ .e-bigger .e-gantt .e-gantt-chart .e-label {
1345
+ font-size: 14px;
1346
+ }
1347
+
1336
1348
  .e-gantt-tooltip-label {
1337
1349
  padding-bottom: 2px;
1338
1350
  padding-right: 2px;
@@ -1422,6 +1434,10 @@
1422
1434
  border-radius: 4px;
1423
1435
  }
1424
1436
 
1437
+ .e-gantt .e-gantt-splitter-height {
1438
+ height: calc(100% - 41px) !important;
1439
+ }
1440
+
1425
1441
  .e-gantt .e-cloneproperties.e-draganddrop {
1426
1442
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1427
1443
  opacity: .95;
@@ -1531,6 +1547,7 @@
1531
1547
 
1532
1548
  .e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
1533
1549
  background: #c6ddf0;
1550
+ opacity: 1;
1534
1551
  }
1535
1552
 
1536
1553
  .e-gantt .e-gantt-chart .e-timeline-header-container {
@@ -358,6 +358,11 @@
358
358
  background: transparent;
359
359
  }
360
360
 
361
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
362
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
363
+ background: #e9ecef;
364
+ }
365
+
361
366
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
362
367
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
363
368
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
@@ -1100,6 +1105,10 @@
1100
1105
  user-select: none;
1101
1106
  }
1102
1107
 
1108
+ .e-gantt .e-gantt-chart .e-chart-rows-container {
1109
+ line-height: initial;
1110
+ }
1111
+
1103
1112
  .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
1104
1113
  .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
1105
1114
  display: inline-block;
@@ -1545,6 +1554,14 @@
1545
1554
  opacity: 1;
1546
1555
  }
1547
1556
 
1557
+ .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1558
+ content: '';
1559
+ }
1560
+
1561
+ .e-bigger .e-gantt .e-gantt-chart .e-label {
1562
+ font-size: 16px;
1563
+ }
1564
+
1548
1565
  .e-gantt-tooltip-label {
1549
1566
  padding-bottom: 2px;
1550
1567
  padding-right: 2px;
@@ -1634,6 +1651,10 @@
1634
1651
  border-radius: 0px;
1635
1652
  }
1636
1653
 
1654
+ .e-gantt .e-gantt-splitter-height {
1655
+ height: calc(100% - 38px) !important;
1656
+ }
1657
+
1637
1658
  .e-gantt .e-cloneproperties.e-draganddrop {
1638
1659
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1639
1660
  opacity: .95;
@@ -1743,6 +1764,7 @@
1743
1764
 
1744
1765
  .e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
1745
1766
  background: rgba(0, 123, 255, 0.16);
1767
+ opacity: 1;
1746
1768
  }
1747
1769
 
1748
1770
  .e-gantt .e-gantt-chart .e-timeline-header-container {