@syncfusion/ej2-gantt 20.4.42 → 20.4.48

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 (49) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/ej2-gantt.min.js +2 -2
  3. package/dist/ej2-gantt.umd.min.js +2 -2
  4. package/dist/ej2-gantt.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-gantt.es2015.js +24 -4
  6. package/dist/es6/ej2-gantt.es2015.js.map +1 -1
  7. package/dist/es6/ej2-gantt.es5.js +40 -20
  8. package/dist/es6/ej2-gantt.es5.js.map +1 -1
  9. package/dist/global/ej2-gantt.min.js +2 -2
  10. package/dist/global/ej2-gantt.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +19 -19
  13. package/src/gantt/actions/dependency.js +9 -1
  14. package/src/gantt/actions/edit.js +1 -1
  15. package/src/gantt/actions/rowdragdrop.js +25 -16
  16. package/src/gantt/actions/toolbar.js +3 -0
  17. package/src/gantt/base/date-processor.js +1 -1
  18. package/src/gantt/renderer/timeline.js +1 -1
  19. package/styles/bootstrap-dark.css +1 -1
  20. package/styles/bootstrap.css +1 -1
  21. package/styles/bootstrap4.css +1 -1
  22. package/styles/bootstrap5-dark.css +1 -1
  23. package/styles/bootstrap5.css +1 -1
  24. package/styles/fabric-dark.css +1 -1
  25. package/styles/fabric.css +1 -1
  26. package/styles/fluent-dark.css +1 -1
  27. package/styles/fluent.css +1 -1
  28. package/styles/gantt/_theme.scss +1 -1
  29. package/styles/gantt/bootstrap-dark.css +1 -1
  30. package/styles/gantt/bootstrap.css +1 -1
  31. package/styles/gantt/bootstrap4.css +1 -1
  32. package/styles/gantt/bootstrap5-dark.css +1 -1
  33. package/styles/gantt/bootstrap5.css +1 -1
  34. package/styles/gantt/fabric-dark.css +1 -1
  35. package/styles/gantt/fabric.css +1 -1
  36. package/styles/gantt/fluent-dark.css +1 -1
  37. package/styles/gantt/fluent.css +1 -1
  38. package/styles/gantt/highcontrast-light.css +1 -1
  39. package/styles/gantt/highcontrast.css +1 -1
  40. package/styles/gantt/material-dark.css +1 -1
  41. package/styles/gantt/material.css +1 -1
  42. package/styles/gantt/tailwind-dark.css +1 -1
  43. package/styles/gantt/tailwind.css +1 -1
  44. package/styles/highcontrast-light.css +1 -1
  45. package/styles/highcontrast.css +1 -1
  46. package/styles/material-dark.css +1 -1
  47. package/styles/material.css +1 -1
  48. package/styles/tailwind-dark.css +1 -1
  49. package/styles/tailwind.css +1 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.4.42
3
+ * version : 20.4.48
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.4.40",
3
+ "_id": "@syncfusion/ej2-gantt@20.4.43",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-gHDE1AaHulcoFWykplaK7TaEyMlx6eEyGjBMHQYI49gc3TJMCF9ruq1dj4e2APbA6YmV4jgO7EBa3+HJHv73gQ==",
5
+ "_integrity": "sha512-O2Ug+BtJwnnaZQE1MYtgayS8NwcBBBLEQ9eLSJiW1d5okDHDf1hDy1xUYCJ0wTkt1Y79uXmEeiAqrKVrogE4EA==",
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": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-gantt/-/ej2-gantt-20.4.40.tgz",
27
- "_shasum": "c5f2b6d0f703865e3c0bb43566cfbb8a5fc9dedc",
26
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-gantt/-/ej2-gantt-20.4.43.tgz",
27
+ "_shasum": "31627e64ff0537667adbc2f5931e47ce0ce0d471",
28
28
  "_spec": "@syncfusion/ej2-gantt@*",
29
29
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
30
30
  "author": {
@@ -35,20 +35,20 @@
35
35
  },
36
36
  "bundleDependencies": false,
37
37
  "dependencies": {
38
- "@syncfusion/ej2-base": "~20.4.42",
39
- "@syncfusion/ej2-buttons": "~20.4.42",
40
- "@syncfusion/ej2-calendars": "~20.4.42",
41
- "@syncfusion/ej2-data": "~20.4.42",
42
- "@syncfusion/ej2-dropdowns": "~20.4.42",
43
- "@syncfusion/ej2-grids": "~20.4.42",
44
- "@syncfusion/ej2-inputs": "~20.4.42",
45
- "@syncfusion/ej2-layouts": "~20.4.42",
46
- "@syncfusion/ej2-lists": "~20.4.42",
47
- "@syncfusion/ej2-navigations": "~20.4.42",
48
- "@syncfusion/ej2-notifications": "~20.4.42",
49
- "@syncfusion/ej2-popups": "~20.4.42",
50
- "@syncfusion/ej2-richtexteditor": "~20.4.42",
51
- "@syncfusion/ej2-treegrid": "~20.4.42"
38
+ "@syncfusion/ej2-base": "~20.4.48",
39
+ "@syncfusion/ej2-buttons": "~20.4.48",
40
+ "@syncfusion/ej2-calendars": "~20.4.48",
41
+ "@syncfusion/ej2-data": "~20.4.48",
42
+ "@syncfusion/ej2-dropdowns": "~20.4.48",
43
+ "@syncfusion/ej2-grids": "~20.4.48",
44
+ "@syncfusion/ej2-inputs": "~20.4.48",
45
+ "@syncfusion/ej2-layouts": "~20.4.48",
46
+ "@syncfusion/ej2-lists": "~20.4.48",
47
+ "@syncfusion/ej2-navigations": "~20.4.48",
48
+ "@syncfusion/ej2-notifications": "~20.4.48",
49
+ "@syncfusion/ej2-popups": "~20.4.48",
50
+ "@syncfusion/ej2-richtexteditor": "~20.4.48",
51
+ "@syncfusion/ej2-treegrid": "~20.4.48"
52
52
  },
53
53
  "deprecated": false,
54
54
  "description": "Essential JS 2 Gantt Component",
@@ -73,6 +73,6 @@
73
73
  "url": "git+https://github.com/syncfusion/ej2-gantt.git"
74
74
  },
75
75
  "typings": "index.d.ts",
76
- "version": "20.4.42",
76
+ "version": "20.4.48",
77
77
  "sideEffects": false
78
78
  }
@@ -746,6 +746,14 @@ var Dependency = /** @class */ (function () {
746
746
  }
747
747
  }
748
748
  if (record && record.ganttProperties.taskId !== this.isValidatedParentTaskID && ganttProp) {
749
+ var validUpdate = false;
750
+ var predecessorNames = ganttProp.ganttProperties.predecessorsName ?
751
+ ganttProp.ganttProperties.predecessorsName.split(',').length : ganttProp.ganttProperties.predecessorsName;
752
+ var predecessorLength = ganttProp.ganttProperties.predecessor ?
753
+ ganttProp.ganttProperties.predecessor.length : ganttProp.ganttProperties.predecessor;
754
+ if ((predecessorLength && predecessorNames !== predecessorLength)) {
755
+ validUpdate = true;
756
+ }
749
757
  if ((taskBarModule.taskBarEditAction !== 'ParentDrag' && taskBarModule.taskBarEditAction !== 'ChildDrag')) {
750
758
  if (!ganttProp.hasChildRecords && record.hasChildRecords) {
751
759
  this.parent.editModule['updateChildItems'](record);
@@ -753,7 +761,7 @@ var Dependency = /** @class */ (function () {
753
761
  }
754
762
  }
755
763
  else if ((record.hasChildRecords && taskBarModule.taskBarEditAction == 'ChildDrag') ||
756
- (!ganttProp.ganttProperties.predecessorsName && taskBarModule.taskBarEditAction == 'ParentDrag')) {
764
+ (validUpdate && taskBarModule.taskBarEditAction == 'ParentDrag')) {
757
765
  this.parent.editModule['updateChildItems'](record);
758
766
  this.isValidatedParentTaskID = record.ganttProperties.taskId;
759
767
  }
@@ -808,7 +808,7 @@ var Edit = /** @class */ (function () {
808
808
  }
809
809
  this.parent.predecessorModule.isValidatedParentTaskID = '';
810
810
  /** validating predecessor for current edited records */
811
- if (ganttRecord.ganttProperties.predecessor) {
811
+ if (ganttRecord.ganttProperties.predecessorsName) {
812
812
  this.parent.isMileStoneEdited = ganttRecord.ganttProperties.isMilestone;
813
813
  if (this.taskbarMoved) {
814
814
  this.parent.editedTaskBarItem = ganttRecord;
@@ -248,6 +248,15 @@ var RowDD = /** @class */ (function () {
248
248
  delete droppedRecord.taskData[this_1.parent.taskFields.segments];
249
249
  }
250
250
  }
251
+ if (this_1.treeGridData.length != 0) {
252
+ for (var i_1 = 0; i_1 < this_1.treeGridData.length; i_1++) {
253
+ this_1.treeGridData[parseInt(i_1.toString(), 10)].index = i_1;
254
+ if (!isNullOrUndefined(this_1.treeGridData[parseInt(i_1.toString(), 10)].parentItem)) {
255
+ var updatedParent = getValue('uniqueIDCollection.' + this_1.treeGridData[parseInt(i_1.toString(), 10)].parentUniqueID, this_1.parent.treeGrid);
256
+ this_1.treeGridData[parseInt(i_1.toString(), 10)].parentItem.index = updatedParent.index;
257
+ }
258
+ }
259
+ }
251
260
  // eslint-disable-next-line
252
261
  if (!isNullOrUndefined(draggedRecord.parentItem && this_1.updateParentRecords.indexOf(draggedRecord.parentItem) !== -1)) {
253
262
  this_1.updateParentRecords.push(draggedRecord.parentItem);
@@ -261,51 +270,51 @@ var RowDD = /** @class */ (function () {
261
270
  var uniqueTaskID_1 = this_1.parent.taskFields.id;
262
271
  if (draggedRecord.index < droppedRecord.index) {
263
272
  startIndex = draggedRecord.index;
264
- var _loop_3 = function (i_1) {
273
+ var _loop_3 = function (i_2) {
265
274
  var currentData = this_1.parent.currentViewData.filter(function (e) {
266
- return e[uniqueTaskID_1] === ganttData_1[i_1][uniqueTaskID_1];
275
+ return e[uniqueTaskID_1] === ganttData_1[i_2][uniqueTaskID_1];
267
276
  })[0];
268
277
  if (currentData && currentData.index > droppedRecord.index) {
269
278
  endIndex = currentData.index;
270
279
  return "break";
271
280
  }
272
281
  };
273
- for (var i_1 = 0; i_1 < ganttData_1.length; i_1++) {
274
- var state_2 = _loop_3(i_1);
282
+ for (var i_2 = 0; i_2 < ganttData_1.length; i_2++) {
283
+ var state_2 = _loop_3(i_2);
275
284
  if (state_2 === "break")
276
285
  break;
277
286
  }
278
287
  }
279
288
  else {
280
289
  startIndex = droppedRecord.index;
281
- var _loop_4 = function (i_2) {
290
+ var _loop_4 = function (i_3) {
282
291
  var currentData = this_1.parent.currentViewData.filter(function (e) {
283
- return e[uniqueTaskID_1] === ganttData_1[i_2][uniqueTaskID_1];
292
+ return e[uniqueTaskID_1] === ganttData_1[i_3][uniqueTaskID_1];
284
293
  })[0];
285
294
  if (currentData && currentData.index > draggedRecord.index) {
286
295
  endIndex = currentData.index;
287
296
  return "break";
288
297
  }
289
298
  };
290
- for (var i_2 = 0; i_2 < ganttData_1.length; i_2++) {
291
- var state_3 = _loop_4(i_2);
299
+ for (var i_3 = 0; i_3 < ganttData_1.length; i_3++) {
300
+ var state_3 = _loop_4(i_3);
292
301
  if (state_3 === "break")
293
302
  break;
294
303
  }
295
304
  }
296
- var _loop_5 = function (i_3) {
297
- if (!isNullOrUndefined(data_1[i_3])) {
298
- data_1[i_3].index = i_3;
299
- if (!isNullOrUndefined(data_1[i_3].parentItem)) {
305
+ var _loop_5 = function (i_4) {
306
+ if (!isNullOrUndefined(data_1[i_4])) {
307
+ data_1[i_4].index = i_4;
308
+ if (!isNullOrUndefined(data_1[i_4].parentItem)) {
300
309
  var updatedParent = data_1.filter(function (e) {
301
- return e.uniqueID === data_1[i_3].parentUniqueID;
310
+ return e.uniqueID === data_1[i_4].parentUniqueID;
302
311
  })[0];
303
- data_1[i_3].parentItem.index = updatedParent.index;
312
+ data_1[i_4].parentItem.index = updatedParent.index;
304
313
  }
305
314
  }
306
315
  };
307
- for (var i_3 = startIndex; i_3 <= endIndex; i_3++) {
308
- _loop_5(i_3);
316
+ for (var i_4 = startIndex; i_4 <= endIndex; i_4++) {
317
+ _loop_5(i_4);
309
318
  }
310
319
  }
311
320
  gObj.rowDragAndDropModule.refreshDataSource();
@@ -359,6 +359,9 @@ var Toolbar = /** @class */ (function () {
359
359
  * @private
360
360
  */
361
361
  Toolbar.prototype.zoomToFit = function () {
362
+ if (this.parent.timelineModule.isZoomIn) {
363
+ this.parent.timelineModule.isZoomIn = false;
364
+ }
362
365
  this.parent.timelineModule.processZoomToFit();
363
366
  this.parent.ganttChartModule.updateScrollLeft(0);
364
367
  };
@@ -199,7 +199,7 @@ var DateProcessor = /** @class */ (function () {
199
199
  if (hour > this.parent.defaultEndTime) {
200
200
  this.setTime(this.parent.defaultEndTime, cloneDate);
201
201
  }
202
- else if (hour <= this.parent.defaultStartTime && !isNullOrUndefined(ganttProp) && !ganttProp.isMilestone) {
202
+ else if (hour < this.parent.defaultStartTime && !isNullOrUndefined(ganttProp) && !ganttProp.isMilestone) {
203
203
  cloneDate.setDate(cloneDate.getDate() - 1);
204
204
  this.setTime(this.parent.defaultEndTime, cloneDate);
205
205
  }
@@ -631,7 +631,7 @@ var Timeline = /** @class */ (function () {
631
631
  break;
632
632
  case 'Month':
633
633
  difference = Math.round((timeDifference / (1000 * 3600 * 24)) / 28);
634
- tierCount = tierCount <= difference ? tierCount : difference > 0 ? difference : 1;
634
+ tierCount = tierCount <= difference ? tierCount : difference > 0 ? (difference + 1) : 1;
635
635
  if (this.topTier !== 'None' && tier === 'bottomTier') {
636
636
  tierCount = this.validateBottomTierCount(mode, tierCount);
637
637
  }
@@ -1675,7 +1675,7 @@
1675
1675
  }
1676
1676
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1677
1677
  background-color: #8dd1c4;
1678
- border: #4fb29f;
1678
+ outline: #4fb29f;
1679
1679
  }
1680
1680
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1681
1681
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1819,7 +1819,7 @@
1819
1819
  }
1820
1820
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1821
1821
  background-color: #7538C9;
1822
- border: 1px solid #572A96;
1822
+ outline: 1px solid #572A96;
1823
1823
  }
1824
1824
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1825
1825
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #7538C9 30%, #7538C9 70%, #7538C9 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -2003,7 +2003,7 @@
2003
2003
  }
2004
2004
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
2005
2005
  background-color: #8553F1;
2006
- border: 1px solid #6628EE;
2006
+ outline: 1px solid #6628EE;
2007
2007
  }
2008
2008
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
2009
2009
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8553F1 30%, #8553F1 70%, #8553F1 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1719,7 +1719,7 @@
1719
1719
  }
1720
1720
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1721
1721
  background-color: #d3f0e2;
1722
- border: 1px solid #21b26f;
1722
+ outline: 1px solid #21b26f;
1723
1723
  }
1724
1724
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1725
1725
  background: linear-gradient(to right, #d3f0e2, #21b26f 30%, #21b26f 70%, #21b26f 70%, #d3f0e2 100%);
@@ -1719,7 +1719,7 @@
1719
1719
  }
1720
1720
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1721
1721
  background-color: #d1e7dd;
1722
- border: 1px solid #198754;
1722
+ outline: 1px solid #198754;
1723
1723
  }
1724
1724
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1725
1725
  background: linear-gradient(to right, #d1e7dd, #198754 30%, #198754 70%, #198754 70%, #d1e7dd 100%);
@@ -1631,7 +1631,7 @@
1631
1631
  }
1632
1632
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1633
1633
  background-color: #8dd1c4;
1634
- border: #4fb29f;
1634
+ outline: #4fb29f;
1635
1635
  }
1636
1636
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1637
1637
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63, 81, 181, 0.2) 100%);
package/styles/fabric.css CHANGED
@@ -1629,7 +1629,7 @@
1629
1629
  }
1630
1630
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1631
1631
  background-color: #9A38BA;
1632
- border: 1px solid #6D1888;
1632
+ outline: 1px solid #6D1888;
1633
1633
  }
1634
1634
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1635
1635
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #9A38BA 30%, #9A38BA 70%, #9A38BA 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1704,7 +1704,7 @@
1704
1704
  }
1705
1705
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1706
1706
  background-color: #dff6dd;
1707
- border: 1px solid #0b6a0b;
1707
+ outline: 1px solid #0b6a0b;
1708
1708
  }
1709
1709
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1710
1710
  background: linear-gradient(to right, #dff6dd, #0b6a0b 30%, #0b6a0b 70%, #0b6a0b 70%, #dff6dd 100%);
package/styles/fluent.css CHANGED
@@ -1704,7 +1704,7 @@
1704
1704
  }
1705
1705
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1706
1706
  background-color: #dff6dd;
1707
- border: 1px solid #0b6a0b;
1707
+ outline: 1px solid #0b6a0b;
1708
1708
  }
1709
1709
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1710
1710
  background: linear-gradient(to right, #dff6dd, #0b6a0b 30%, #0b6a0b 70%, #0b6a0b 70%, #dff6dd 100%);
@@ -178,7 +178,7 @@
178
178
 
179
179
  .e-gantt-child-manualtaskbar {
180
180
  background-color: $gantt-manualchild-task-bar;
181
- border: $gantt-manualchild-task-bar-border;
181
+ outline: $gantt-manualchild-task-bar-border;
182
182
  }
183
183
 
184
184
  .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
@@ -1675,7 +1675,7 @@
1675
1675
  }
1676
1676
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1677
1677
  background-color: #8dd1c4;
1678
- border: #4fb29f;
1678
+ outline: #4fb29f;
1679
1679
  }
1680
1680
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1681
1681
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1819,7 +1819,7 @@
1819
1819
  }
1820
1820
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1821
1821
  background-color: #7538C9;
1822
- border: 1px solid #572A96;
1822
+ outline: 1px solid #572A96;
1823
1823
  }
1824
1824
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1825
1825
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #7538C9 30%, #7538C9 70%, #7538C9 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -2003,7 +2003,7 @@
2003
2003
  }
2004
2004
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
2005
2005
  background-color: #8553F1;
2006
- border: 1px solid #6628EE;
2006
+ outline: 1px solid #6628EE;
2007
2007
  }
2008
2008
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
2009
2009
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8553F1 30%, #8553F1 70%, #8553F1 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1719,7 +1719,7 @@
1719
1719
  }
1720
1720
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1721
1721
  background-color: #d3f0e2;
1722
- border: 1px solid #21b26f;
1722
+ outline: 1px solid #21b26f;
1723
1723
  }
1724
1724
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1725
1725
  background: linear-gradient(to right, #d3f0e2, #21b26f 30%, #21b26f 70%, #21b26f 70%, #d3f0e2 100%);
@@ -1719,7 +1719,7 @@
1719
1719
  }
1720
1720
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1721
1721
  background-color: #d1e7dd;
1722
- border: 1px solid #198754;
1722
+ outline: 1px solid #198754;
1723
1723
  }
1724
1724
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1725
1725
  background: linear-gradient(to right, #d1e7dd, #198754 30%, #198754 70%, #198754 70%, #d1e7dd 100%);
@@ -1631,7 +1631,7 @@
1631
1631
  }
1632
1632
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1633
1633
  background-color: #8dd1c4;
1634
- border: #4fb29f;
1634
+ outline: #4fb29f;
1635
1635
  }
1636
1636
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1637
1637
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1629,7 +1629,7 @@
1629
1629
  }
1630
1630
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1631
1631
  background-color: #9A38BA;
1632
- border: 1px solid #6D1888;
1632
+ outline: 1px solid #6D1888;
1633
1633
  }
1634
1634
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1635
1635
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #9A38BA 30%, #9A38BA 70%, #9A38BA 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1704,7 +1704,7 @@
1704
1704
  }
1705
1705
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1706
1706
  background-color: #dff6dd;
1707
- border: 1px solid #0b6a0b;
1707
+ outline: 1px solid #0b6a0b;
1708
1708
  }
1709
1709
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1710
1710
  background: linear-gradient(to right, #dff6dd, #0b6a0b 30%, #0b6a0b 70%, #0b6a0b 70%, #dff6dd 100%);
@@ -1704,7 +1704,7 @@
1704
1704
  }
1705
1705
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1706
1706
  background-color: #dff6dd;
1707
- border: 1px solid #0b6a0b;
1707
+ outline: 1px solid #0b6a0b;
1708
1708
  }
1709
1709
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1710
1710
  background: linear-gradient(to right, #dff6dd, #0b6a0b 30%, #0b6a0b 70%, #0b6a0b 70%, #dff6dd 100%);
@@ -1616,7 +1616,7 @@
1616
1616
  }
1617
1617
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1618
1618
  background-color: #8dd1c4;
1619
- border: #4fb29f;
1619
+ outline: #4fb29f;
1620
1620
  }
1621
1621
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1622
1622
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1717,7 +1717,7 @@
1717
1717
  }
1718
1718
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1719
1719
  background-color: #4731FE;
1720
- border: 1px solid #FFFFFF;
1720
+ outline: 1px solid #FFFFFF;
1721
1721
  }
1722
1722
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1723
1723
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #6e06f1 30%, #6e06f1 70%, #6e06f1 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1678,7 +1678,7 @@
1678
1678
  }
1679
1679
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1680
1680
  background-color: #8dd1c4;
1681
- border: #4fb29f;
1681
+ outline: #4fb29f;
1682
1682
  }
1683
1683
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1684
1684
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1718,7 +1718,7 @@
1718
1718
  }
1719
1719
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1720
1720
  background-color: rgba(0, 135, 134, 0.85);
1721
- border: 1px solid #008786;
1721
+ outline: 1px solid #008786;
1722
1722
  }
1723
1723
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1724
1724
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #008786 30%, #008786 70%, #008786 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1690,7 +1690,7 @@
1690
1690
  }
1691
1691
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1692
1692
  background-color: #dcfce7;
1693
- border: 1px solid #22c55e;
1693
+ outline: 1px solid #22c55e;
1694
1694
  }
1695
1695
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1696
1696
  background: linear-gradient(to right, #dcfce7, #22c55e 30%, #22c55e 70%, #22c55e 70%, #dcfce7 100%);
@@ -1690,7 +1690,7 @@
1690
1690
  }
1691
1691
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1692
1692
  background-color: #dcfce7;
1693
- border: 1px solid #15803d;
1693
+ outline: 1px solid #15803d;
1694
1694
  }
1695
1695
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1696
1696
  background: linear-gradient(to right, #dcfce7, #15803d 30%, #15803d 70%, #15803d 70%, #dcfce7 100%);
@@ -1616,7 +1616,7 @@
1616
1616
  }
1617
1617
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1618
1618
  background-color: #8dd1c4;
1619
- border: #4fb29f;
1619
+ outline: #4fb29f;
1620
1620
  }
1621
1621
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1622
1622
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1717,7 +1717,7 @@
1717
1717
  }
1718
1718
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1719
1719
  background-color: #4731FE;
1720
- border: 1px solid #FFFFFF;
1720
+ outline: 1px solid #FFFFFF;
1721
1721
  }
1722
1722
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1723
1723
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #6e06f1 30%, #6e06f1 70%, #6e06f1 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1678,7 +1678,7 @@
1678
1678
  }
1679
1679
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1680
1680
  background-color: #8dd1c4;
1681
- border: #4fb29f;
1681
+ outline: #4fb29f;
1682
1682
  }
1683
1683
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1684
1684
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1718,7 +1718,7 @@
1718
1718
  }
1719
1719
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1720
1720
  background-color: rgba(0, 135, 134, 0.85);
1721
- border: 1px solid #008786;
1721
+ outline: 1px solid #008786;
1722
1722
  }
1723
1723
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1724
1724
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #008786 30%, #008786 70%, #008786 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1690,7 +1690,7 @@
1690
1690
  }
1691
1691
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1692
1692
  background-color: #dcfce7;
1693
- border: 1px solid #22c55e;
1693
+ outline: 1px solid #22c55e;
1694
1694
  }
1695
1695
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1696
1696
  background: linear-gradient(to right, #dcfce7, #22c55e 30%, #22c55e 70%, #22c55e 70%, #dcfce7 100%);
@@ -1690,7 +1690,7 @@
1690
1690
  }
1691
1691
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1692
1692
  background-color: #dcfce7;
1693
- border: 1px solid #15803d;
1693
+ outline: 1px solid #15803d;
1694
1694
  }
1695
1695
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
1696
1696
  background: linear-gradient(to right, #dcfce7, #15803d 30%, #15803d 70%, #15803d 70%, #dcfce7 100%);