@syncfusion/ej2-gantt 20.1.59 → 20.1.60

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 +11 -0
  2. package/dist/ej2-gantt.umd.min.js +2 -2
  3. package/dist/ej2-gantt.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-gantt.es2015.js +11 -7
  5. package/dist/es6/ej2-gantt.es2015.js.map +1 -1
  6. package/dist/es6/ej2-gantt.es5.js +11 -7
  7. package/dist/es6/ej2-gantt.es5.js.map +1 -1
  8. package/dist/global/ej2-gantt.min.js +2 -2
  9. package/dist/global/ej2-gantt.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +11 -11
  12. package/src/gantt/actions/dialog-edit.js +1 -1
  13. package/src/gantt/actions/taskbar-edit.js +1 -3
  14. package/src/gantt/actions/toolbar.js +2 -0
  15. package/src/gantt/base/task-processor.js +7 -3
  16. package/styles/bootstrap-dark.css +3 -3
  17. package/styles/bootstrap.css +3 -3
  18. package/styles/bootstrap4.css +3 -3
  19. package/styles/bootstrap5-dark.css +5 -5
  20. package/styles/bootstrap5.css +5 -5
  21. package/styles/fabric-dark.css +3 -3
  22. package/styles/fabric.css +3 -3
  23. package/styles/fluent-dark.css +3 -3
  24. package/styles/fluent.css +3 -3
  25. package/styles/gantt/_bootstrap5-definition.scss +1 -1
  26. package/styles/gantt/_layout.scss +4 -4
  27. package/styles/gantt/_tailwind-definition.scss +1 -1
  28. package/styles/gantt/bootstrap-dark.css +3 -3
  29. package/styles/gantt/bootstrap.css +3 -3
  30. package/styles/gantt/bootstrap4.css +3 -3
  31. package/styles/gantt/bootstrap5-dark.css +5 -5
  32. package/styles/gantt/bootstrap5.css +5 -5
  33. package/styles/gantt/fabric-dark.css +3 -3
  34. package/styles/gantt/fabric.css +3 -3
  35. package/styles/gantt/fluent-dark.css +3 -3
  36. package/styles/gantt/fluent.css +3 -3
  37. package/styles/gantt/highcontrast-light.css +3 -3
  38. package/styles/gantt/highcontrast.css +3 -3
  39. package/styles/gantt/material-dark.css +3 -3
  40. package/styles/gantt/material.css +3 -3
  41. package/styles/gantt/tailwind-dark.css +5 -5
  42. package/styles/gantt/tailwind.css +5 -5
  43. package/styles/highcontrast-light.css +3 -3
  44. package/styles/highcontrast.css +3 -3
  45. package/styles/material-dark.css +3 -3
  46. package/styles/material.css +3 -3
  47. package/styles/tailwind-dark.css +5 -5
  48. package/styles/tailwind.css +5 -5
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.1.59
3
+ * version : 20.1.60
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.1.58",
3
+ "_id": "@syncfusion/ej2-gantt@20.1.59",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-aGxhnwyHgY6SnrOLx5DDJ4POSxFEX9T8lUeaeD0BKQVWXVfpGAfGFS0nk1WK6V6PjtKjIvnqf/XXO1BA2lETgA==",
5
+ "_integrity": "sha512-tmGol8wrm/M+u1dGH6ORA7rrSeOBfKtbnyzOrhbcI87isfgtlz5Mj5wUJ9iOfHZPwIkcctCP99sqTAzy9aQMWw==",
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": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-gantt/-/ej2-gantt-20.1.58.tgz",
27
- "_shasum": "94ccf694deafe217052ae778c8d383c67b28946b",
26
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-gantt/-/ej2-gantt-20.1.59.tgz",
27
+ "_shasum": "df89279ca4e1eed4487d8d4433e88f93feff070d",
28
28
  "_spec": "@syncfusion/ej2-gantt@*",
29
29
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
30
30
  "author": {
@@ -35,19 +35,19 @@
35
35
  },
36
36
  "bundleDependencies": false,
37
37
  "dependencies": {
38
- "@syncfusion/ej2-base": "~20.1.57",
38
+ "@syncfusion/ej2-base": "~20.1.60",
39
39
  "@syncfusion/ej2-buttons": "~20.1.55",
40
40
  "@syncfusion/ej2-calendars": "~20.1.58",
41
41
  "@syncfusion/ej2-data": "~20.1.55",
42
- "@syncfusion/ej2-dropdowns": "~20.1.59",
43
- "@syncfusion/ej2-grids": "~20.1.59",
42
+ "@syncfusion/ej2-dropdowns": "~20.1.60",
43
+ "@syncfusion/ej2-grids": "~20.1.60",
44
44
  "@syncfusion/ej2-inputs": "~20.1.59",
45
45
  "@syncfusion/ej2-layouts": "~20.1.58",
46
46
  "@syncfusion/ej2-lists": "~20.1.55",
47
- "@syncfusion/ej2-navigations": "~20.1.58",
47
+ "@syncfusion/ej2-navigations": "~20.1.60",
48
48
  "@syncfusion/ej2-popups": "~20.1.58",
49
- "@syncfusion/ej2-richtexteditor": "~20.1.59",
50
- "@syncfusion/ej2-treegrid": "~20.1.59"
49
+ "@syncfusion/ej2-richtexteditor": "~20.1.60",
50
+ "@syncfusion/ej2-treegrid": "~20.1.60"
51
51
  },
52
52
  "deprecated": false,
53
53
  "description": "Essential JS 2 Gantt Component",
@@ -75,6 +75,6 @@
75
75
  "url": "git+https://github.com/syncfusion/ej2-gantt.git"
76
76
  },
77
77
  "typings": "index.d.ts",
78
- "version": "20.1.59",
78
+ "version": "20.1.60",
79
79
  "sideEffects": false
80
80
  }
@@ -919,7 +919,7 @@ var DialogEdit = /** @class */ (function () {
919
919
  }
920
920
  else if (isScheduledTask(ganttProp) || !isNullOrUndefined(ganttProp.startDate)) {
921
921
  if (ganttData.ganttProperties.isMilestone && ganttData.ganttProperties.duration !== 0) {
922
- this.parent.dateValidationModule.calculateStartDate(ganttData);
922
+ this.parent.dateValidationModule.checkStartDate(ganttProp.startDate);
923
923
  }
924
924
  this.parent.dateValidationModule.calculateEndDate(ganttData);
925
925
  }
@@ -342,9 +342,7 @@ var TaskbarEdit = /** @class */ (function (_super) {
342
342
  addClass([element], [cls.activeParentTask]);
343
343
  }
344
344
  }
345
- if (isShowProgressResizer) {
346
- addClass(this.parent.ganttChartModule.scrollElement.querySelectorAll('.' + cls.connectorLineContainer), [cls.connectorLineZIndex]);
347
- }
345
+ addClass(this.parent.ganttChartModule.scrollElement.querySelectorAll('.' + cls.connectorLineContainer), [cls.connectorLineZIndex]);
348
346
  if (!isNullOrUndefined(this.parent.taskFields.dependency)
349
347
  && (element.querySelector('.' + cls.connectorPointLeft)
350
348
  || element.parentElement.querySelector('.' + cls.connectorPointLeft))
@@ -419,6 +419,8 @@ var Toolbar = /** @class */ (function () {
419
419
  disableItems.push(gID + '_edit');
420
420
  disableItems.push(gID + '_update');
421
421
  disableItems.push(gID + '_cancel');
422
+ disableItems.push(gID + '_indent');
423
+ disableItems.push(gID + '_outdent');
422
424
  }
423
425
  for (var e = 0; e < enableItems.length; e++) {
424
426
  var index = void 0;
@@ -606,6 +606,13 @@ var TaskProcessor = /** @class */ (function (_super) {
606
606
  work = parseFloat(work.toFixed(2));
607
607
  }
608
608
  }
609
+ if (ganttData.childRecords.length > 0) {
610
+ var childCompletedWorks = 0;
611
+ for (var i = 0; i < ganttData.childRecords.length; i++) {
612
+ childCompletedWorks += ganttData.childRecords[i][this.parent.taskFields.work];
613
+ }
614
+ work += childCompletedWorks;
615
+ }
609
616
  this.parent.setRecordValue('work', work, ganttData.ganttProperties, true);
610
617
  if (!isNullOrUndefined(this.parent.taskFields.work)) {
611
618
  this.parent.dataOperation.updateMappingData(ganttData, 'work');
@@ -2167,7 +2174,6 @@ var TaskProcessor = /** @class */ (function (_super) {
2167
2174
  var maxEndDate = null;
2168
2175
  var milestoneCount = 0;
2169
2176
  var totalProgress = 0;
2170
- var childCompletedWorks = 0;
2171
2177
  var childData = void 0;
2172
2178
  for (var count = 0; count < childLength; count++) {
2173
2179
  childData = childRecords[count];
@@ -2205,7 +2211,6 @@ var TaskProcessor = /** @class */ (function (_super) {
2205
2211
  else {
2206
2212
  milestoneCount++;
2207
2213
  }
2208
- childCompletedWorks += childData.ganttProperties.work;
2209
2214
  }
2210
2215
  if (!deleteUpdate) {
2211
2216
  if (this.compareDates(previousStartDate, minStartDate) !== 0) {
@@ -2231,7 +2236,6 @@ var TaskProcessor = /** @class */ (function (_super) {
2231
2236
  }
2232
2237
  this.updateWorkWithDuration(parentData);
2233
2238
  var parentWork = parentProp.work;
2234
- parentWork += childCompletedWorks;
2235
2239
  this.parent.setRecordValue('work', parentWork, parentProp, true);
2236
2240
  this.parent.setRecordValue('taskType', 'FixedDuration', parentProp, true);
2237
2241
  if (!isNullOrUndefined(this.parent.taskFields.type)) {
@@ -307,6 +307,9 @@
307
307
  border-color: #1a1a1a;
308
308
  outline: 2px solid #75ACDB;
309
309
  }
310
+ .e-bigger .e-gantt .e-tab .e-content {
311
+ height: 242px !important;
312
+ }
310
313
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
311
314
  height: 63px !important;
312
315
  }
@@ -410,9 +413,6 @@
410
413
  .e-bigger .e-dialog .e-dlg-header {
411
414
  line-height: 28px;
412
415
  }
413
- .e-bigger .e-tab .e-content {
414
- height: 242px !important;
415
- }
416
416
  .e-bigger .e-filter-popup {
417
417
  width: 350px !important;
418
418
  }
@@ -451,6 +451,9 @@
451
451
  border-color: #fff;
452
452
  outline: 2px solid #75acdb;
453
453
  }
454
+ .e-bigger .e-gantt .e-tab .e-content {
455
+ height: 242px !important;
456
+ }
454
457
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
455
458
  height: 63px !important;
456
459
  }
@@ -554,9 +557,6 @@
554
557
  .e-bigger .e-dialog .e-dlg-header {
555
558
  line-height: 28px;
556
559
  }
557
- .e-bigger .e-tab .e-content {
558
- height: 242px !important;
559
- }
560
560
  .e-bigger .e-filter-popup {
561
561
  width: 350px !important;
562
562
  }
@@ -631,6 +631,9 @@
631
631
  border-color: #fff;
632
632
  outline: 2px solid #007bff;
633
633
  }
634
+ .e-bigger .e-gantt .e-tab .e-content {
635
+ height: 250px !important;
636
+ }
634
637
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
635
638
  height: 63px !important;
636
639
  }
@@ -737,9 +740,6 @@
737
740
  .e-bigger .e-dialog .e-dlg-header {
738
741
  line-height: 28px;
739
742
  }
740
- .e-bigger .e-tab .e-content {
741
- height: 250px !important;
742
- }
743
743
  .e-bigger .e-filter-popup {
744
744
  width: 350px !important;
745
745
  }
@@ -347,13 +347,16 @@
347
347
  border-color: #212529;
348
348
  outline: 2px solid #79a7f7;
349
349
  }
350
+ .e-bigger .e-gantt .e-tab .e-content {
351
+ height: 250px !important;
352
+ }
350
353
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
351
354
  height: 63px !important;
352
355
  }
353
356
  .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
354
357
  background-color: #000000;
355
358
  border-color: #000000;
356
- color: #F9FAFB;
359
+ color: #fff;
357
360
  font-size: 12px;
358
361
  line-height: 18px;
359
362
  padding: 0 8px 0 0;
@@ -361,7 +364,7 @@
361
364
  .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
362
365
  background-color: #000000;
363
366
  border-color: #000000;
364
- color: #F9FAFB;
367
+ color: #fff;
365
368
  font-size: 12px;
366
369
  line-height: 18px;
367
370
  padding: 0 0 0 8px;
@@ -450,9 +453,6 @@
450
453
  .e-bigger .e-dialog .e-dlg-header {
451
454
  line-height: 28px;
452
455
  }
453
- .e-bigger .e-tab .e-content {
454
- height: 250px !important;
455
- }
456
456
  .e-bigger .e-filter-popup {
457
457
  width: 350px !important;
458
458
  }
@@ -347,13 +347,16 @@
347
347
  border-color: #fff;
348
348
  outline: 2px solid #79a7f7;
349
349
  }
350
+ .e-bigger .e-gantt .e-tab .e-content {
351
+ height: 250px !important;
352
+ }
350
353
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
351
354
  height: 63px !important;
352
355
  }
353
356
  .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
354
357
  background-color: #000000;
355
358
  border-color: #000000;
356
- color: #F9FAFB;
359
+ color: #fff;
357
360
  font-size: 12px;
358
361
  line-height: 18px;
359
362
  padding: 0 8px 0 0;
@@ -361,7 +364,7 @@
361
364
  .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
362
365
  background-color: #000000;
363
366
  border-color: #000000;
364
- color: #F9FAFB;
367
+ color: #fff;
365
368
  font-size: 12px;
366
369
  line-height: 18px;
367
370
  padding: 0 0 0 8px;
@@ -450,9 +453,6 @@
450
453
  .e-bigger .e-dialog .e-dlg-header {
451
454
  line-height: 28px;
452
455
  }
453
- .e-bigger .e-tab .e-content {
454
- height: 250px !important;
455
- }
456
456
  .e-bigger .e-filter-popup {
457
457
  width: 350px !important;
458
458
  }
@@ -263,6 +263,9 @@
263
263
  border-color: #201f1f;
264
264
  outline: 2px solid #b7e0ff;
265
265
  }
266
+ .e-bigger .e-gantt .e-tab .e-content {
267
+ height: 242px !important;
268
+ }
266
269
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
267
270
  height: 63px !important;
268
271
  }
@@ -366,9 +369,6 @@
366
369
  .e-bigger .e-dialog .e-dlg-header {
367
370
  line-height: 28px;
368
371
  }
369
- .e-bigger .e-tab .e-content {
370
- height: 242px !important;
371
- }
372
372
  .e-bigger .e-filter-popup {
373
373
  width: 350px !important;
374
374
  }
package/styles/fabric.css CHANGED
@@ -261,6 +261,9 @@
261
261
  border-color: #fff;
262
262
  outline: 2px solid #b7e0ff;
263
263
  }
264
+ .e-bigger .e-gantt .e-tab .e-content {
265
+ height: 242px !important;
266
+ }
264
267
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
265
268
  height: 63px !important;
266
269
  }
@@ -364,9 +367,6 @@
364
367
  .e-bigger .e-dialog .e-dlg-header {
365
368
  line-height: 28px;
366
369
  }
367
- .e-bigger .e-tab .e-content {
368
- height: 242px !important;
369
- }
370
370
  .e-bigger .e-filter-popup {
371
371
  width: 350px !important;
372
372
  }
@@ -326,6 +326,9 @@
326
326
  border-color: #1b1a19;
327
327
  outline: 2px solid #c7e0f4;
328
328
  }
329
+ .e-bigger .e-gantt .e-tab .e-content {
330
+ height: 254px !important;
331
+ }
329
332
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
330
333
  height: 63px !important;
331
334
  }
@@ -429,9 +432,6 @@
429
432
  .e-bigger .e-dialog .e-dlg-header {
430
433
  line-height: 28px;
431
434
  }
432
- .e-bigger .e-tab .e-content {
433
- height: 254px !important;
434
- }
435
435
  .e-bigger .e-filter-popup {
436
436
  width: 392px !important;
437
437
  }
package/styles/fluent.css CHANGED
@@ -326,6 +326,9 @@
326
326
  border-color: #fff;
327
327
  outline: 2px solid #c7e0f4;
328
328
  }
329
+ .e-bigger .e-gantt .e-tab .e-content {
330
+ height: 254px !important;
331
+ }
329
332
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
330
333
  height: 63px !important;
331
334
  }
@@ -429,9 +432,6 @@
429
432
  .e-bigger .e-dialog .e-dlg-header {
430
433
  line-height: 28px;
431
434
  }
432
- .e-bigger .e-tab .e-content {
433
- height: 254px !important;
434
- }
435
435
  .e-bigger .e-filter-popup {
436
436
  width: 392px !important;
437
437
  }
@@ -118,7 +118,7 @@ $gantt-dialog-edit-form-even-padding: 12px 18px 0 0 !default;
118
118
  $gantt-dialog-edit-form-scroll-padding: 12px 18px 0 0 !default;
119
119
  $gantt-bigger-tooltip-button-color: #000000;
120
120
  $gantt-bigger-tooltip-dialog-color: #f8f8fa;
121
- $gantt-bigger-tooltip-button-text-color: #F9FAFB;
121
+ $gantt-bigger-tooltip-button-text-color: $white;
122
122
  $gantt-bigger-tooltip-disabled-button-color: #ADB5BD !important;
123
123
  $gantt-bigger-dialog-edit-form-odd-padding: 16px 12px 0 16px !default;
124
124
  $gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 12px !default;
@@ -82,6 +82,10 @@
82
82
 
83
83
  }
84
84
 
85
+ .e-tab .e-content {
86
+ height: $gantt-bigger-add-dialog-content-height;
87
+ }
88
+
85
89
  .e-gantt-tree-grid-pane {
86
90
  .e-columnheader {
87
91
  .e-headercell {
@@ -259,10 +263,6 @@
259
263
  }
260
264
  }
261
265
 
262
- .e-tab .e-content {
263
- height: $gantt-bigger-add-dialog-content-height;
264
- }
265
-
266
266
  .e-filter-popup {
267
267
  width: $gantt-bigger-filter-dialog-width;
268
268
  }
@@ -117,7 +117,7 @@ $gantt-dialog-edit-form-scroll-padding: 12px 15px 0 0 !default;
117
117
  $gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
118
118
  $gantt-bigger-tooltip-button-color: #000000;
119
119
  $gantt-bigger-tooltip-dialog-color: #f9fafb;
120
- $gantt-bigger-tooltip-button-text-color: #FFFFFF;
120
+ $gantt-bigger-tooltip-button-text-color: $white;
121
121
  $gantt-bigger-tooltip-disabled-button-color: #9CA3Af !important;
122
122
  $gantt-bigger-dialog-edit-form-odd-padding: 16px 8px 0 24px !default;
123
123
  $gantt-bigger-dialog-edit-form-even-padding: 16px 24px 0 8px !default;
@@ -307,6 +307,9 @@
307
307
  border-color: #1a1a1a;
308
308
  outline: 2px solid #75ACDB;
309
309
  }
310
+ .e-bigger .e-gantt .e-tab .e-content {
311
+ height: 242px !important;
312
+ }
310
313
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
311
314
  height: 63px !important;
312
315
  }
@@ -410,9 +413,6 @@
410
413
  .e-bigger .e-dialog .e-dlg-header {
411
414
  line-height: 28px;
412
415
  }
413
- .e-bigger .e-tab .e-content {
414
- height: 242px !important;
415
- }
416
416
  .e-bigger .e-filter-popup {
417
417
  width: 350px !important;
418
418
  }
@@ -451,6 +451,9 @@
451
451
  border-color: #fff;
452
452
  outline: 2px solid #75acdb;
453
453
  }
454
+ .e-bigger .e-gantt .e-tab .e-content {
455
+ height: 242px !important;
456
+ }
454
457
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
455
458
  height: 63px !important;
456
459
  }
@@ -554,9 +557,6 @@
554
557
  .e-bigger .e-dialog .e-dlg-header {
555
558
  line-height: 28px;
556
559
  }
557
- .e-bigger .e-tab .e-content {
558
- height: 242px !important;
559
- }
560
560
  .e-bigger .e-filter-popup {
561
561
  width: 350px !important;
562
562
  }
@@ -631,6 +631,9 @@
631
631
  border-color: #fff;
632
632
  outline: 2px solid #007bff;
633
633
  }
634
+ .e-bigger .e-gantt .e-tab .e-content {
635
+ height: 250px !important;
636
+ }
634
637
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
635
638
  height: 63px !important;
636
639
  }
@@ -737,9 +740,6 @@
737
740
  .e-bigger .e-dialog .e-dlg-header {
738
741
  line-height: 28px;
739
742
  }
740
- .e-bigger .e-tab .e-content {
741
- height: 250px !important;
742
- }
743
743
  .e-bigger .e-filter-popup {
744
744
  width: 350px !important;
745
745
  }
@@ -347,13 +347,16 @@
347
347
  border-color: #212529;
348
348
  outline: 2px solid #79a7f7;
349
349
  }
350
+ .e-bigger .e-gantt .e-tab .e-content {
351
+ height: 250px !important;
352
+ }
350
353
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
351
354
  height: 63px !important;
352
355
  }
353
356
  .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
354
357
  background-color: #000000;
355
358
  border-color: #000000;
356
- color: #F9FAFB;
359
+ color: #fff;
357
360
  font-size: 12px;
358
361
  line-height: 18px;
359
362
  padding: 0 8px 0 0;
@@ -361,7 +364,7 @@
361
364
  .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
362
365
  background-color: #000000;
363
366
  border-color: #000000;
364
- color: #F9FAFB;
367
+ color: #fff;
365
368
  font-size: 12px;
366
369
  line-height: 18px;
367
370
  padding: 0 0 0 8px;
@@ -450,9 +453,6 @@
450
453
  .e-bigger .e-dialog .e-dlg-header {
451
454
  line-height: 28px;
452
455
  }
453
- .e-bigger .e-tab .e-content {
454
- height: 250px !important;
455
- }
456
456
  .e-bigger .e-filter-popup {
457
457
  width: 350px !important;
458
458
  }
@@ -347,13 +347,16 @@
347
347
  border-color: #fff;
348
348
  outline: 2px solid #79a7f7;
349
349
  }
350
+ .e-bigger .e-gantt .e-tab .e-content {
351
+ height: 250px !important;
352
+ }
350
353
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
351
354
  height: 63px !important;
352
355
  }
353
356
  .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
354
357
  background-color: #000000;
355
358
  border-color: #000000;
356
- color: #F9FAFB;
359
+ color: #fff;
357
360
  font-size: 12px;
358
361
  line-height: 18px;
359
362
  padding: 0 8px 0 0;
@@ -361,7 +364,7 @@
361
364
  .e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
362
365
  background-color: #000000;
363
366
  border-color: #000000;
364
- color: #F9FAFB;
367
+ color: #fff;
365
368
  font-size: 12px;
366
369
  line-height: 18px;
367
370
  padding: 0 0 0 8px;
@@ -450,9 +453,6 @@
450
453
  .e-bigger .e-dialog .e-dlg-header {
451
454
  line-height: 28px;
452
455
  }
453
- .e-bigger .e-tab .e-content {
454
- height: 250px !important;
455
- }
456
456
  .e-bigger .e-filter-popup {
457
457
  width: 350px !important;
458
458
  }
@@ -263,6 +263,9 @@
263
263
  border-color: #201f1f;
264
264
  outline: 2px solid #b7e0ff;
265
265
  }
266
+ .e-bigger .e-gantt .e-tab .e-content {
267
+ height: 242px !important;
268
+ }
266
269
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
267
270
  height: 63px !important;
268
271
  }
@@ -366,9 +369,6 @@
366
369
  .e-bigger .e-dialog .e-dlg-header {
367
370
  line-height: 28px;
368
371
  }
369
- .e-bigger .e-tab .e-content {
370
- height: 242px !important;
371
- }
372
372
  .e-bigger .e-filter-popup {
373
373
  width: 350px !important;
374
374
  }
@@ -261,6 +261,9 @@
261
261
  border-color: #fff;
262
262
  outline: 2px solid #b7e0ff;
263
263
  }
264
+ .e-bigger .e-gantt .e-tab .e-content {
265
+ height: 242px !important;
266
+ }
264
267
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
265
268
  height: 63px !important;
266
269
  }
@@ -364,9 +367,6 @@
364
367
  .e-bigger .e-dialog .e-dlg-header {
365
368
  line-height: 28px;
366
369
  }
367
- .e-bigger .e-tab .e-content {
368
- height: 242px !important;
369
- }
370
370
  .e-bigger .e-filter-popup {
371
371
  width: 350px !important;
372
372
  }
@@ -326,6 +326,9 @@
326
326
  border-color: #1b1a19;
327
327
  outline: 2px solid #c7e0f4;
328
328
  }
329
+ .e-bigger .e-gantt .e-tab .e-content {
330
+ height: 254px !important;
331
+ }
329
332
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
330
333
  height: 63px !important;
331
334
  }
@@ -429,9 +432,6 @@
429
432
  .e-bigger .e-dialog .e-dlg-header {
430
433
  line-height: 28px;
431
434
  }
432
- .e-bigger .e-tab .e-content {
433
- height: 254px !important;
434
- }
435
435
  .e-bigger .e-filter-popup {
436
436
  width: 392px !important;
437
437
  }
@@ -326,6 +326,9 @@
326
326
  border-color: #fff;
327
327
  outline: 2px solid #c7e0f4;
328
328
  }
329
+ .e-bigger .e-gantt .e-tab .e-content {
330
+ height: 254px !important;
331
+ }
329
332
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
330
333
  height: 63px !important;
331
334
  }
@@ -429,9 +432,6 @@
429
432
  .e-bigger .e-dialog .e-dlg-header {
430
433
  line-height: 28px;
431
434
  }
432
- .e-bigger .e-tab .e-content {
433
- height: 254px !important;
434
- }
435
435
  .e-bigger .e-filter-popup {
436
436
  width: 392px !important;
437
437
  }
@@ -245,6 +245,9 @@
245
245
  border-color: #000;
246
246
  outline: 2px solid #e7f1ff;
247
247
  }
248
+ .e-bigger .e-gantt .e-tab .e-content {
249
+ height: 241px !important;
250
+ }
248
251
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
249
252
  height: 63px !important;
250
253
  }
@@ -348,9 +351,6 @@
348
351
  .e-bigger .e-dialog .e-dlg-header {
349
352
  line-height: 28px;
350
353
  }
351
- .e-bigger .e-tab .e-content {
352
- height: 241px !important;
353
- }
354
354
  .e-bigger .e-filter-popup {
355
355
  width: 307px !important;
356
356
  }
@@ -344,6 +344,9 @@
344
344
  border-color: #000;
345
345
  outline: 2px solid #685708;
346
346
  }
347
+ .e-bigger .e-gantt .e-tab .e-content {
348
+ height: 241px !important;
349
+ }
347
350
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
348
351
  height: 63px !important;
349
352
  }
@@ -447,9 +450,6 @@
447
450
  .e-bigger .e-dialog .e-dlg-header {
448
451
  line-height: 28px;
449
452
  }
450
- .e-bigger .e-tab .e-content {
451
- height: 241px !important;
452
- }
453
453
  .e-bigger .e-filter-popup {
454
454
  width: 307px !important;
455
455
  }
@@ -303,6 +303,9 @@
303
303
  border-color: #303030;
304
304
  outline: 2px solid #9fa8da;
305
305
  }
306
+ .e-bigger .e-gantt .e-tab .e-content {
307
+ height: 241px !important;
308
+ }
306
309
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
307
310
  height: 63px !important;
308
311
  }
@@ -412,9 +415,6 @@
412
415
  .e-bigger .e-dialog .e-dlg-header {
413
416
  line-height: 28px;
414
417
  }
415
- .e-bigger .e-tab .e-content {
416
- height: 241px !important;
417
- }
418
418
  .e-bigger .e-filter-popup {
419
419
  width: 350px !important;
420
420
  }