@syncfusion/ej2-gantt 20.4.40 → 20.4.43

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 (48) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +1 -1
  3. package/dist/ej2-gantt.min.js +2 -2
  4. package/dist/ej2-gantt.umd.min.js +2 -2
  5. package/dist/ej2-gantt.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-gantt.es2015.js +29 -7
  7. package/dist/es6/ej2-gantt.es2015.js.map +1 -1
  8. package/dist/es6/ej2-gantt.es5.js +45 -23
  9. package/dist/es6/ej2-gantt.es5.js.map +1 -1
  10. package/dist/global/ej2-gantt.min.js +2 -2
  11. package/dist/global/ej2-gantt.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +19 -19
  14. package/src/gantt/actions/edit.js +9 -1
  15. package/src/gantt/actions/rowdragdrop.js +25 -16
  16. package/src/gantt/actions/toolbar.js +3 -0
  17. package/src/gantt/renderer/chart-rows.js +8 -6
  18. package/styles/bootstrap-dark.css +1 -1
  19. package/styles/bootstrap.css +1 -1
  20. package/styles/bootstrap4.css +2 -2
  21. package/styles/bootstrap5-dark.css +1 -1
  22. package/styles/bootstrap5.css +1 -1
  23. package/styles/fabric-dark.css +1 -1
  24. package/styles/fabric.css +1 -1
  25. package/styles/fluent-dark.css +1 -1
  26. package/styles/fluent.css +1 -1
  27. package/styles/gantt/_theme.scss +1 -1
  28. package/styles/gantt/bootstrap-dark.css +1 -1
  29. package/styles/gantt/bootstrap.css +1 -1
  30. package/styles/gantt/bootstrap4.css +2 -2
  31. package/styles/gantt/bootstrap5-dark.css +1 -1
  32. package/styles/gantt/bootstrap5.css +1 -1
  33. package/styles/gantt/fabric-dark.css +1 -1
  34. package/styles/gantt/fabric.css +1 -1
  35. package/styles/gantt/fluent-dark.css +1 -1
  36. package/styles/gantt/fluent.css +1 -1
  37. package/styles/gantt/highcontrast-light.css +1 -1
  38. package/styles/gantt/highcontrast.css +1 -1
  39. package/styles/gantt/material-dark.css +1 -1
  40. package/styles/gantt/material.css +1 -1
  41. package/styles/gantt/tailwind-dark.css +1 -1
  42. package/styles/gantt/tailwind.css +1 -1
  43. package/styles/highcontrast-light.css +1 -1
  44. package/styles/highcontrast.css +1 -1
  45. package/styles/material-dark.css +1 -1
  46. package/styles/material.css +1 -1
  47. package/styles/tailwind-dark.css +1 -1
  48. package/styles/tailwind.css +1 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.4.40
3
+ * version : 20.4.43
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.38",
3
+ "_id": "@syncfusion/ej2-gantt@20.4.42",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-gM3+JGYvnZSVOGkpAFz5ejlVskHwO7+pntVfsAGK2ActwYhfGVni370TiBV5LKVb3T2WqpjXJLZKntsgliTfvw==",
5
+ "_integrity": "sha512-AODUl9YjnnHP0PxHbQe98L2pZeoirFT8tdIDQTSua7nbxDprG0CKVlwXlgc87w51SqhRTDgzZxjYPYeEhPF0CA==",
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.38.tgz",
27
- "_shasum": "a3b7546d7d13d249db1ea0e2c4de3b709ee59521",
26
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-gantt/-/ej2-gantt-20.4.42.tgz",
27
+ "_shasum": "c2a8669049e984a32c2f02da7377c369811e92fe",
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.40",
39
- "@syncfusion/ej2-buttons": "~20.4.40",
40
- "@syncfusion/ej2-calendars": "~20.4.40",
41
- "@syncfusion/ej2-data": "~20.4.40",
42
- "@syncfusion/ej2-dropdowns": "~20.4.40",
43
- "@syncfusion/ej2-grids": "~20.4.40",
44
- "@syncfusion/ej2-inputs": "~20.4.40",
45
- "@syncfusion/ej2-layouts": "~20.4.40",
46
- "@syncfusion/ej2-lists": "~20.4.40",
47
- "@syncfusion/ej2-navigations": "~20.4.40",
48
- "@syncfusion/ej2-notifications": "~20.4.40",
49
- "@syncfusion/ej2-popups": "~20.4.40",
50
- "@syncfusion/ej2-richtexteditor": "~20.4.40",
51
- "@syncfusion/ej2-treegrid": "~20.4.40"
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.43",
43
+ "@syncfusion/ej2-grids": "~20.4.43",
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.43",
48
+ "@syncfusion/ej2-notifications": "~20.4.42",
49
+ "@syncfusion/ej2-popups": "~20.4.43",
50
+ "@syncfusion/ej2-richtexteditor": "~20.4.43",
51
+ "@syncfusion/ej2-treegrid": "~20.4.42"
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.40",
76
+ "version": "20.4.43",
77
77
  "sideEffects": false
78
78
  }
@@ -479,7 +479,9 @@ var Edit = /** @class */ (function () {
479
479
  if ((key === tasks.baselineStartDate || key === tasks.baselineEndDate) &&
480
480
  (ganttData.ganttProperties.baselineStartDate && ganttData.ganttProperties.baselineEndDate)) {
481
481
  ganttObj.setRecordValue('baselineStartDate', ganttObj.dataOperation.checkBaselineStartDate(ganttData.ganttProperties.baselineStartDate), ganttData.ganttProperties, true);
482
- ganttObj.dataOperation.setTime(this.parent.defaultEndTime, ganttData.ganttProperties.baselineEndDate);
482
+ if (ganttData.ganttProperties.baselineEndDate && ganttData.ganttProperties.baselineEndDate.getHours() === 0 && this.parent.defaultEndTime !== 86400) {
483
+ ganttObj.dataOperation.setTime(this.parent.defaultEndTime, ganttData.ganttProperties.baselineEndDate);
484
+ }
483
485
  ganttObj.setRecordValue('baselineEndDate', ganttObj.dataOperation.checkBaselineEndDate(ganttData.ganttProperties.baselineEndDate), ganttData.ganttProperties, true);
484
486
  ganttObj.setRecordValue('baselineLeft', ganttObj.dataOperation.calculateBaselineLeft(ganttData.ganttProperties), ganttData.ganttProperties, true);
485
487
  ganttObj.setRecordValue('baselineWidth', ganttObj.dataOperation.calculateBaselineWidth(ganttData.ganttProperties), ganttData.ganttProperties, true);
@@ -2812,6 +2814,12 @@ var Edit = /** @class */ (function () {
2812
2814
  else {
2813
2815
  _this.parent.showSpinner();
2814
2816
  }
2817
+ var tasks = _this.parent.taskFields;
2818
+ var ganttData = _this.parent.viewType === 'ResourceView' ?
2819
+ _this.parent.flatData[_this.parent.getTaskIds().indexOf('T' + args.data[tasks.id])] : _this.parent.getRecordByID(args.data[tasks.id]);
2820
+ if (!isNullOrUndefined(ganttData)) {
2821
+ _this.validateUpdateValues(args.newTaskData, ganttData, true);
2822
+ }
2815
2823
  if (!isNullOrUndefined(args.data[tempTaskID])) {
2816
2824
  if (args.data[tempTaskID] != args.data['ganttProperties']['taskId']) {
2817
2825
  args.data['ganttProperties']['taskId'] = args.data[tempTaskID];
@@ -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
  };
@@ -473,7 +473,7 @@ var ChartRows = /** @class */ (function (_super) {
473
473
  var splitStartDate = this.parent.dataOperation.checkStartDate(splitDate, ganttProp, false);
474
474
  if (splitStartDate.getTime() !== ganttProp.startDate.getTime()) {
475
475
  if (ganttProp.isAutoSchedule) {
476
- if (!isNullOrUndefined(segments)) {
476
+ if (!isNullOrUndefined(segments) && segments.length > 0) {
477
477
  segmentIndex = this.getSegmentIndex(splitStartDate, splitRecord);
478
478
  }
479
479
  //check atleast one day difference is there to split
@@ -792,11 +792,11 @@ var ChartRows = /** @class */ (function (_super) {
792
792
  'width:' + data.ganttProperties.width + 'px;' +
793
793
  'height:' + taskbarHeight + 'px;>' + innerDiv + ((data.ganttProperties.startDate && data.ganttProperties.endDate &&
794
794
  data.ganttProperties.duration) || data.ganttProperties.duration ? '<div class="e-gantt-manualparenttaskbar-left" style=' +
795
- (this.parent.enableRtl ? 'margin-right:0px;' : '') + '"height:' + taskbarHeight + 'px;border-left-width:' + taskbarHeight / 5 +
795
+ (this.parent.enableRtl ? 'margin-right:0px;' : '') + '"height:' + ((taskbarHeight / 5) + 8) + 'px;border-left-width:' + taskbarHeight / 5 +
796
796
  'px; border-bottom:' + taskbarHeight / 5 + 'px solid transparent;"></div>' +
797
797
  '<div class="e-gantt-manualparenttaskbar-right" style=' + (this.parent.enableRtl ? 'margin-right:-8px;' : '') +
798
- (this.parent.enableRtl ? 'right:' : 'left:') + (data.ganttProperties.width - taskbarHeight / 5) + 'px;height:' +
799
- (taskbarHeight) + 'px;border-right-width:' + taskbarHeight / 5 + 'px;border-bottom:' +
798
+ (this.parent.enableRtl ? 'right:' : 'left:') + (data.ganttProperties.width - Math.floor(((taskbarHeight / 5) + 8) / 5)) + 'px;height:' +
799
+ ((taskbarHeight / 5) + 8) + 'px;border-right-width:' + taskbarHeight / 5 + 'px;border-bottom:' +
800
800
  taskbarHeight / 5 + 'px solid transparent;>' + '</div></div>' : '');
801
801
  var milestoneTemplate = '<div class="' + cls.manualParentMilestone + '" style="position:absolute;' +
802
802
  (this.parent.enableRtl ? 'right:' : 'left:') +
@@ -860,7 +860,8 @@ var ChartRows = /** @class */ (function (_super) {
860
860
  }
861
861
  if (isNaN(parseInt(labelString))) {
862
862
  labelDiv = '<span class="' + cls.taskLabel + '" style="line-height:' +
863
- (this.taskBarHeight - 1) + 'px; text-align:' + (this.parent.enableRtl ? 'right;' : 'left;') +
863
+ (data['isManual'] && data.hasChildRecords ? (Math.floor((60 / 100) * this.taskBarHeight)) : (this.taskBarHeight - 1)) +
864
+ 'px; text-align:' + (this.parent.enableRtl ? 'right;' : 'left;') +
864
865
  'display:' + 'inline-block;' +
865
866
  'width:' + (data.ganttProperties.width - 10) + 'px; height:' +
866
867
  this.taskBarHeight + 'px;">' + labelString + '</span>';
@@ -868,7 +869,8 @@ var ChartRows = /** @class */ (function (_super) {
868
869
  else {
869
870
  labelDiv = '<span class="' +
870
871
  cls.taskLabel + '" style="line-height:' +
871
- (this.taskBarHeight - 1) + 'px;' + (this.parent.viewType === 'ResourceView' ? 'display:inline-flex;' : '') +
872
+ (data['isManual'] && data.hasChildRecords ? (Math.floor((60 / 100) * this.taskBarHeight)) : (this.taskBarHeight - 1)) + 'px;' +
873
+ (this.parent.viewType === 'ResourceView' ? 'display:inline-flex;' : '') +
872
874
  (this.parent.viewType === 'ResourceView' ? 'width:' + (data.ganttProperties.width - 10) : '') + 'px; height:' +
873
875
  (this.taskBarHeight - 1) + 'px;' + (this.parent.viewType === 'ResourceView' ? 'display: inline-flex;' : '') +
874
876
  (this.parent.viewType === 'ResourceView' ? 'width:' + (data.ganttProperties.width - 10) : '') + 'px; height:' +
@@ -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%);
@@ -414,7 +414,7 @@
414
414
 
415
415
  .e-bigger .e-multi-select-wrapper .e-chips-close {
416
416
  height: 30px;
417
- width: 30px;
417
+ width: auto;
418
418
  }
419
419
 
420
420
  .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus.e-hover {
@@ -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%);
@@ -414,7 +414,7 @@
414
414
 
415
415
  .e-bigger .e-multi-select-wrapper .e-chips-close {
416
416
  height: 30px;
417
- width: 30px;
417
+ width: auto;
418
418
  }
419
419
 
420
420
  .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus.e-hover {
@@ -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%);