@syncfusion/ej2-vue-gantt 20.4.54 → 21.1.37

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 (53) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/dist/ej2-vue-gantt.umd.min.js +2 -2
  3. package/dist/ej2-vue-gantt.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-gantt.es2015.js +462 -685
  5. package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-gantt.es5.js +507 -807
  7. package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-gantt.min.js +2 -2
  9. package/package.json +11 -10
  10. package/src/gantt/adddialogfields.directive.d.ts +2 -12
  11. package/src/gantt/adddialogfields.directive.js +22 -71
  12. package/src/gantt/columns.directive.d.ts +2 -12
  13. package/src/gantt/columns.directive.js +22 -71
  14. package/src/gantt/dayworkingtime.directive.d.ts +2 -12
  15. package/src/gantt/dayworkingtime.directive.js +22 -71
  16. package/src/gantt/editdialogfields.directive.d.ts +2 -12
  17. package/src/gantt/editdialogfields.directive.js +22 -71
  18. package/src/gantt/eventmarkers.directive.d.ts +2 -12
  19. package/src/gantt/eventmarkers.directive.js +22 -71
  20. package/src/gantt/gantt.component.d.ts +3 -100
  21. package/src/gantt/gantt.component.js +345 -376
  22. package/src/gantt/holidays.directive.d.ts +2 -12
  23. package/src/gantt/holidays.directive.js +22 -71
  24. package/styles/bootstrap-dark.css +33 -10
  25. package/styles/bootstrap.css +31 -10
  26. package/styles/bootstrap4.css +28 -7
  27. package/styles/bootstrap5-dark.css +30 -9
  28. package/styles/bootstrap5.css +30 -9
  29. package/styles/fabric-dark.css +28 -7
  30. package/styles/fabric.css +28 -7
  31. package/styles/fluent-dark.css +56 -29
  32. package/styles/fluent.css +56 -29
  33. package/styles/gantt/bootstrap-dark.css +33 -10
  34. package/styles/gantt/bootstrap.css +31 -10
  35. package/styles/gantt/bootstrap4.css +28 -7
  36. package/styles/gantt/bootstrap5-dark.css +30 -9
  37. package/styles/gantt/bootstrap5.css +30 -9
  38. package/styles/gantt/fabric-dark.css +28 -7
  39. package/styles/gantt/fabric.css +28 -7
  40. package/styles/gantt/fluent-dark.css +56 -29
  41. package/styles/gantt/fluent.css +56 -29
  42. package/styles/gantt/highcontrast-light.css +28 -9
  43. package/styles/gantt/highcontrast.css +28 -7
  44. package/styles/gantt/material-dark.css +31 -14
  45. package/styles/gantt/material.css +28 -7
  46. package/styles/gantt/tailwind-dark.css +28 -7
  47. package/styles/gantt/tailwind.css +28 -7
  48. package/styles/highcontrast-light.css +28 -9
  49. package/styles/highcontrast.css +28 -7
  50. package/styles/material-dark.css +31 -14
  51. package/styles/material.css +28 -7
  52. package/styles/tailwind-dark.css +28 -7
  53. package/styles/tailwind.css +28 -7
@@ -1,10 +1,4 @@
1
- declare let vueImport: any;
2
- export declare class HolidaysDirective extends vueImport {
3
- constructor();
4
- render(createElement: any): void;
5
- updated(): void;
6
- getTag(): string;
7
- }
1
+ export declare let HolidaysDirective: any;
8
2
  export declare const HolidaysPlugin: {
9
3
  name: string;
10
4
  install(Vue: any): void;
@@ -21,12 +15,8 @@ export declare const HolidaysPlugin: {
21
15
  * </ejs-gantt>
22
16
  * ```
23
17
  */
24
- export declare class HolidayDirective extends vueImport {
25
- render(): void;
26
- getTag(): string;
27
- }
18
+ export declare let HolidayDirective: any;
28
19
  export declare const HolidayPlugin: {
29
20
  name: string;
30
21
  install(Vue: any): void;
31
22
  };
32
- export {};
@@ -1,40 +1,8 @@
1
- var __extends = (this && this.__extends) || (function () {
2
- var extendStatics = function (d, b) {
3
- extendStatics = Object.setPrototypeOf ||
4
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
6
- return extendStatics(d, b);
7
- };
8
- return function (d, b) {
9
- extendStatics(d, b);
10
- function __() { this.constructor = d; }
11
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
12
- };
13
- })();
14
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
15
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
16
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
17
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
18
- return c > 3 && r && Object.defineProperty(target, key, r), r;
19
- };
20
- import { EJComponentDecorator, allVue, gh, isExecute } from '@syncfusion/ej2-vue-base';
21
- import * as Vue3 from 'vue-class-component';
1
+ import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
22
2
  import { isNullOrUndefined } from '@syncfusion/ej2-base';
23
- import Vue from 'vue';
24
- import { Options } from 'vue-class-component';
25
- var vueImport;
26
- if (!isExecute || parseInt(allVue.version) < 3) {
27
- vueImport = Vue3.Vue;
28
- }
29
- else {
30
- vueImport = Vue;
31
- }
32
- var HolidaysDirective = /** @class */ (function (_super) {
33
- __extends(HolidaysDirective, _super);
34
- function HolidaysDirective() {
35
- return _super.call(this, arguments) || this;
36
- }
37
- HolidaysDirective.prototype.render = function (createElement) {
3
+ export var HolidaysDirective = vueDefineComponent({
4
+ inject: { custom: { default: null } },
5
+ render: function (createElement) {
38
6
  if (!isExecute) {
39
7
  var h = !isExecute ? gh : createElement;
40
8
  var slots = null;
@@ -44,28 +12,18 @@ var HolidaysDirective = /** @class */ (function (_super) {
44
12
  return h('div', { class: 'e-directive' }, slots);
45
13
  }
46
14
  return;
47
- };
48
- HolidaysDirective.prototype.updated = function () {
15
+ },
16
+ updated: function () {
49
17
  if (!isExecute && this.custom) {
50
18
  this.custom();
51
19
  }
52
- };
53
- HolidaysDirective.prototype.getTag = function () {
54
- return 'e-holidays';
55
- };
56
- HolidaysDirective = __decorate([
57
- EJComponentDecorator({}, isExecute)
58
- ,Options({
59
- inject: {
60
- custom: {
61
- default: null
62
- }
63
- }
64
- })
65
- ], HolidaysDirective);
66
- return HolidaysDirective;
67
- }(vueImport));
68
- export { HolidaysDirective };
20
+ },
21
+ methods: {
22
+ getTag: function () {
23
+ return 'e-holidays';
24
+ }
25
+ }
26
+ });
69
27
  export var HolidaysPlugin = {
70
28
  name: 'e-holidays',
71
29
  install: function (Vue) {
@@ -84,23 +42,16 @@ export var HolidaysPlugin = {
84
42
  * </ejs-gantt>
85
43
  * ```
86
44
  */
87
- var HolidayDirective = /** @class */ (function (_super) {
88
- __extends(HolidayDirective, _super);
89
- function HolidayDirective() {
90
- return _super !== null && _super.apply(this, arguments) || this;
91
- }
92
- HolidayDirective.prototype.render = function () {
45
+ export var HolidayDirective = vueDefineComponent({
46
+ render: function () {
93
47
  return;
94
- };
95
- HolidayDirective.prototype.getTag = function () {
96
- return 'e-holidays';
97
- };
98
- HolidayDirective = __decorate([
99
- EJComponentDecorator({}, isExecute)
100
- ], HolidayDirective);
101
- return HolidayDirective;
102
- }(vueImport));
103
- export { HolidayDirective };
48
+ },
49
+ methods: {
50
+ getTag: function () {
51
+ return 'e-holidays';
52
+ }
53
+ }
54
+ });
104
55
  export var HolidayPlugin = {
105
56
  name: 'e-holidays',
106
57
  install: function (Vue) {
@@ -312,6 +312,12 @@
312
312
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
313
313
  height: 63px !important; /* stylelint-disable-line declaration-no-important */
314
314
  }
315
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
316
+ padding-left: 12px;
317
+ }
318
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
319
+ display: block;
320
+ }
315
321
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
316
322
  padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
317
323
  }
@@ -341,7 +347,7 @@
341
347
  border-radius: 6px !important;
342
348
  padding: 32px 16px 16px !important;
343
349
  }
344
- .e-bigger .e-grid .e-columnmenu {
350
+ .e-bigger .e-gantt .e-grid .e-columnmenu {
345
351
  top: 40px;
346
352
  }
347
353
  .e-bigger .e-gantt-dialog .e-dialog {
@@ -380,6 +386,7 @@
380
386
  border-radius: 50%;
381
387
  height: auto !important; /* stylelint-disable-line declaration-no-important */
382
388
  width: auto;
389
+ box-shadow: none;
383
390
  }
384
391
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
385
392
  margin-left: 5px !important;
@@ -1268,7 +1275,6 @@
1268
1275
  outline: 1px solid;
1269
1276
  outline-offset: 2px;
1270
1277
  }
1271
-
1272
1278
  .e-gantt-dialog .e-tab .e-tab-header {
1273
1279
  padding-left: 12px;
1274
1280
  }
@@ -1361,6 +1367,7 @@
1361
1367
  border-radius: 50%;
1362
1368
  height: auto !important; /* stylelint-disable-line declaration-no-important */
1363
1369
  width: auto;
1370
+ box-shadow: none;
1364
1371
  }
1365
1372
 
1366
1373
  .e-icon-rowselect::before {
@@ -1665,13 +1672,13 @@
1665
1672
  }
1666
1673
  .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
1667
1674
  background-color: #4cc7ba;
1668
- border: 1px solid #4cc7ba;
1675
+ border: 0px solid #4cc7ba;
1669
1676
  border-radius: 4px;
1670
1677
  }
1671
1678
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1672
1679
  background-color: #0070f0;
1673
- border: 1px solid #0070f0;
1674
- border-radius: 4px;
1680
+ border: 0px solid #0070f0;
1681
+ border-radius: 3px;
1675
1682
  }
1676
1683
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1677
1684
  background-color: #8dd1c4;
@@ -1682,7 +1689,7 @@
1682
1689
  }
1683
1690
  .e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
1684
1691
  background-color: #67c1b2;
1685
- border: #4fb29f;
1692
+ outline: #4fb29f;
1686
1693
  }
1687
1694
  .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1688
1695
  background-color: #67c1b2;
@@ -1742,6 +1749,18 @@
1742
1749
  .e-gantt .e-gantt-chart .e-line {
1743
1750
  border-color: #0070f0;
1744
1751
  }
1752
+ .e-gantt .e-gantt-chart .e-connector-line {
1753
+ stroke: #0070f0;
1754
+ }
1755
+ .e-gantt .e-gantt-chart .e-critical-line {
1756
+ stroke: #d13438;
1757
+ }
1758
+ .e-gantt .e-gantt-chart .e-connector-line-arrow {
1759
+ fill: #0070f0;
1760
+ }
1761
+ .e-gantt .e-gantt-chart .e-critical-line-arrow {
1762
+ fill: #d13438;
1763
+ }
1745
1764
  .e-gantt .e-gantt-chart .e-connector-line-right-arrow {
1746
1765
  border-left-color: #0070f0;
1747
1766
  }
@@ -1793,7 +1812,10 @@
1793
1812
  padding-right: 25px;
1794
1813
  }
1795
1814
  .e-gantt .e-gantt-chart .e-connectorpoint-right {
1796
- margin-left: 2px;
1815
+ margin-left: 3px;
1816
+ }
1817
+ .e-gantt .e-gantt-chart .e-connectorpoint-left {
1818
+ margin-right: 3px;
1797
1819
  }
1798
1820
  .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
1799
1821
  .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
@@ -2054,14 +2076,15 @@
2054
2076
 
2055
2077
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2056
2078
  background-color: #F3D8DA;
2057
- border: 1px solid #F3D8DA;
2079
+ outline: 1px solid #F3D8DA;
2058
2080
  border-radius: 4px;
2059
2081
  }
2060
2082
 
2061
2083
  .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
2062
2084
  background-color: #D13438;
2063
- border: 1px solid #0070f0;
2064
- border-radius: 4px;
2085
+ border: 0px solid #0070f0;
2086
+ position: absolute;
2087
+ border-radius: 3px;
2065
2088
  }
2066
2089
 
2067
2090
  .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
@@ -456,6 +456,12 @@
456
456
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
457
457
  height: 63px !important; /* stylelint-disable-line declaration-no-important */
458
458
  }
459
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
460
+ padding-left: 12px;
461
+ }
462
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
463
+ display: block;
464
+ }
459
465
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
460
466
  padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
461
467
  }
@@ -485,7 +491,7 @@
485
491
  border-radius: 6px !important;
486
492
  padding: 32px 16px 16px !important;
487
493
  }
488
- .e-bigger .e-grid .e-columnmenu {
494
+ .e-bigger .e-gantt .e-grid .e-columnmenu {
489
495
  top: 40px;
490
496
  }
491
497
  .e-bigger .e-gantt-dialog .e-dialog {
@@ -1412,7 +1418,6 @@
1412
1418
  outline: 1px solid;
1413
1419
  outline-offset: 2px;
1414
1420
  }
1415
-
1416
1421
  .e-gantt-dialog .e-tab .e-tab-header {
1417
1422
  padding-left: 12px;
1418
1423
  }
@@ -1809,13 +1814,13 @@
1809
1814
  }
1810
1815
  .e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
1811
1816
  background-color: #555;
1812
- border: 1px solid #555;
1817
+ border: 0px solid #555;
1813
1818
  border-radius: 4px;
1814
1819
  }
1815
1820
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1816
1821
  background-color: #21527d;
1817
- border: 1px solid #21527d;
1818
- border-radius: 4px;
1822
+ border: 0px solid #21527d;
1823
+ border-radius: 3px;
1819
1824
  }
1820
1825
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1821
1826
  background-color: #7538C9;
@@ -1826,7 +1831,7 @@
1826
1831
  }
1827
1832
  .e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
1828
1833
  background-color: #572A96;
1829
- border: 0px;
1834
+ outline: 0px;
1830
1835
  }
1831
1836
  .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1832
1837
  background-color: #572A96;
@@ -1886,6 +1891,18 @@
1886
1891
  .e-gantt .e-gantt-chart .e-line {
1887
1892
  border-color: #21527d;
1888
1893
  }
1894
+ .e-gantt .e-gantt-chart .e-connector-line {
1895
+ stroke: #21527d;
1896
+ }
1897
+ .e-gantt .e-gantt-chart .e-critical-line {
1898
+ stroke: #d13438;
1899
+ }
1900
+ .e-gantt .e-gantt-chart .e-connector-line-arrow {
1901
+ fill: #21527d;
1902
+ }
1903
+ .e-gantt .e-gantt-chart .e-critical-line-arrow {
1904
+ fill: #d13438;
1905
+ }
1889
1906
  .e-gantt .e-gantt-chart .e-connector-line-right-arrow {
1890
1907
  border-left-color: #21527d;
1891
1908
  }
@@ -1937,7 +1954,10 @@
1937
1954
  padding-right: 25px;
1938
1955
  }
1939
1956
  .e-gantt .e-gantt-chart .e-connectorpoint-right {
1940
- margin-left: 2px;
1957
+ margin-left: 3px;
1958
+ }
1959
+ .e-gantt .e-gantt-chart .e-connectorpoint-left {
1960
+ margin-right: 3px;
1941
1961
  }
1942
1962
  .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
1943
1963
  .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
@@ -2198,14 +2218,15 @@
2198
2218
 
2199
2219
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2200
2220
  background-color: #F3D8DA;
2201
- border: 1px solid #F3D8DA;
2221
+ outline: 1px solid #F3D8DA;
2202
2222
  border-radius: 4px;
2203
2223
  }
2204
2224
 
2205
2225
  .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
2206
2226
  background-color: #D13438;
2207
- border: 1px solid #21527d;
2208
- border-radius: 4px;
2227
+ border: 0px solid #21527d;
2228
+ position: absolute;
2229
+ border-radius: 3px;
2209
2230
  }
2210
2231
 
2211
2232
  .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
@@ -637,6 +637,12 @@
637
637
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
638
638
  height: 63px !important; /* stylelint-disable-line declaration-no-important */
639
639
  }
640
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
641
+ padding-left: 12px;
642
+ }
643
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
644
+ display: block;
645
+ }
640
646
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
641
647
  padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
642
648
  }
@@ -666,7 +672,7 @@
666
672
  border-radius: 6px !important;
667
673
  padding: 32px 16px 16px !important;
668
674
  }
669
- .e-bigger .e-grid .e-columnmenu {
675
+ .e-bigger .e-gantt .e-grid .e-columnmenu {
670
676
  top: 38px;
671
677
  }
672
678
  .e-bigger .e-gantt-dialog .e-dialog {
@@ -1596,7 +1602,6 @@
1596
1602
  outline: 1px solid;
1597
1603
  outline-offset: 2px;
1598
1604
  }
1599
-
1600
1605
  .e-gantt-dialog .e-tab .e-tab-header {
1601
1606
  padding-left: 12px;
1602
1607
  }
@@ -1999,7 +2004,7 @@
1999
2004
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
2000
2005
  background-color: #0056b3;
2001
2006
  border: 0px;
2002
- border-radius: 4px;
2007
+ border-radius: 3px;
2003
2008
  }
2004
2009
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
2005
2010
  background-color: #8553F1;
@@ -2010,7 +2015,7 @@
2010
2015
  }
2011
2016
  .e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
2012
2017
  background-color: #6628EE;
2013
- border: 0px;
2018
+ outline: 0px;
2014
2019
  }
2015
2020
  .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
2016
2021
  background-color: #6628EE;
@@ -2070,6 +2075,18 @@
2070
2075
  .e-gantt .e-gantt-chart .e-line {
2071
2076
  border-color: #0056b3;
2072
2077
  }
2078
+ .e-gantt .e-gantt-chart .e-connector-line {
2079
+ stroke: #0056b3;
2080
+ }
2081
+ .e-gantt .e-gantt-chart .e-critical-line {
2082
+ stroke: #d13438;
2083
+ }
2084
+ .e-gantt .e-gantt-chart .e-connector-line-arrow {
2085
+ fill: #0056b3;
2086
+ }
2087
+ .e-gantt .e-gantt-chart .e-critical-line-arrow {
2088
+ fill: #d13438;
2089
+ }
2073
2090
  .e-gantt .e-gantt-chart .e-connector-line-right-arrow {
2074
2091
  border-left-color: #0056b3;
2075
2092
  }
@@ -2121,7 +2138,10 @@
2121
2138
  padding-right: 25px;
2122
2139
  }
2123
2140
  .e-gantt .e-gantt-chart .e-connectorpoint-right {
2124
- margin-left: 2px;
2141
+ margin-left: 3px;
2142
+ }
2143
+ .e-gantt .e-gantt-chart .e-connectorpoint-left {
2144
+ margin-right: 3px;
2125
2145
  }
2126
2146
  .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
2127
2147
  .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
@@ -2382,14 +2402,15 @@
2382
2402
 
2383
2403
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2384
2404
  background-color: #F3D8DA;
2385
- border: 1px solid #F3D8DA;
2405
+ outline: 1px solid #F3D8DA;
2386
2406
  border-radius: 4px;
2387
2407
  }
2388
2408
 
2389
2409
  .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
2390
2410
  background-color: #D13438;
2391
2411
  border: 0px;
2392
- border-radius: 4px;
2412
+ position: absolute;
2413
+ border-radius: 3px;
2393
2414
  }
2394
2415
 
2395
2416
  .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
@@ -356,6 +356,12 @@
356
356
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
357
357
  height: 63px !important; /* stylelint-disable-line declaration-no-important */
358
358
  }
359
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
360
+ padding-left: 12px;
361
+ }
362
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
363
+ display: block;
364
+ }
359
365
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
360
366
  padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
361
367
  }
@@ -385,7 +391,7 @@
385
391
  border-radius: 6px !important;
386
392
  padding: 32px 16px 16px !important;
387
393
  }
388
- .e-bigger .e-grid .e-columnmenu {
394
+ .e-bigger .e-gantt .e-grid .e-columnmenu {
389
395
  top: 35px;
390
396
  }
391
397
  .e-bigger .e-gantt-dialog .e-dialog {
@@ -597,7 +603,7 @@
597
603
  border-width: 1px;
598
604
  box-shadow: 0 0;
599
605
  font-size: 12px;
600
- font-weight: bold;
606
+ font-weight: 700;
601
607
  opacity: 1;
602
608
  overflow: hidden;
603
609
  padding: 2px 8px 1px;
@@ -789,7 +795,7 @@
789
795
  display: -ms-inline-flexbox;
790
796
  display: inline-flex;
791
797
  font-size: 14px;
792
- font-weight: bold;
798
+ font-weight: 700;
793
799
  margin: 0;
794
800
  padding: 0;
795
801
  position: static;
@@ -1312,7 +1318,6 @@
1312
1318
  outline: 1px solid;
1313
1319
  outline-offset: 2px;
1314
1320
  }
1315
-
1316
1321
  .e-gantt-dialog .e-tab .e-tab-header {
1317
1322
  padding-left: 12px;
1318
1323
  }
@@ -1715,7 +1720,7 @@
1715
1720
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1716
1721
  background-color: #0d6efd;
1717
1722
  border: 0px;
1718
- border-radius: 4px;
1723
+ border-radius: 3px;
1719
1724
  }
1720
1725
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1721
1726
  background-color: #d3f0e2;
@@ -1726,7 +1731,7 @@
1726
1731
  }
1727
1732
  .e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
1728
1733
  background-color: #21b26f;
1729
- border: 0px;
1734
+ outline: 0px;
1730
1735
  }
1731
1736
  .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1732
1737
  background-color: #21b26f;
@@ -1786,6 +1791,18 @@
1786
1791
  .e-gantt .e-gantt-chart .e-line {
1787
1792
  border-color: #0d6efd;
1788
1793
  }
1794
+ .e-gantt .e-gantt-chart .e-connector-line {
1795
+ stroke: #0d6efd;
1796
+ }
1797
+ .e-gantt .e-gantt-chart .e-critical-line {
1798
+ stroke: #e4606d;
1799
+ }
1800
+ .e-gantt .e-gantt-chart .e-connector-line-arrow {
1801
+ fill: #0d6efd;
1802
+ }
1803
+ .e-gantt .e-gantt-chart .e-critical-line-arrow {
1804
+ fill: #e4606d;
1805
+ }
1789
1806
  .e-gantt .e-gantt-chart .e-connector-line-right-arrow {
1790
1807
  border-left-color: #0d6efd;
1791
1808
  }
@@ -1837,7 +1854,10 @@
1837
1854
  padding-right: 25px;
1838
1855
  }
1839
1856
  .e-gantt .e-gantt-chart .e-connectorpoint-right {
1840
- margin-left: 2px;
1857
+ margin-left: 3px;
1858
+ }
1859
+ .e-gantt .e-gantt-chart .e-connectorpoint-left {
1860
+ margin-right: 3px;
1841
1861
  }
1842
1862
  .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
1843
1863
  .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
@@ -2098,14 +2118,15 @@
2098
2118
 
2099
2119
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2100
2120
  background-color: #fadfe2;
2101
- border: 1px solid #fadfe2;
2121
+ outline: 1px solid #fadfe2;
2102
2122
  border-radius: 4px;
2103
2123
  }
2104
2124
 
2105
2125
  .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
2106
2126
  background-color: #e4606d;
2107
2127
  border: 0px;
2108
- border-radius: 4px;
2128
+ position: absolute;
2129
+ border-radius: 3px;
2109
2130
  }
2110
2131
 
2111
2132
  .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
@@ -356,6 +356,12 @@
356
356
  .e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
357
357
  height: 63px !important; /* stylelint-disable-line declaration-no-important */
358
358
  }
359
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
360
+ padding-left: 12px;
361
+ }
362
+ .e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
363
+ display: block;
364
+ }
359
365
  .e-bigger .e-gantt .e-dialog .e-dlg-header-content {
360
366
  padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
361
367
  }
@@ -385,7 +391,7 @@
385
391
  border-radius: 6px !important;
386
392
  padding: 32px 16px 16px !important;
387
393
  }
388
- .e-bigger .e-grid .e-columnmenu {
394
+ .e-bigger .e-gantt .e-grid .e-columnmenu {
389
395
  top: 35px;
390
396
  }
391
397
  .e-bigger .e-gantt-dialog .e-dialog {
@@ -597,7 +603,7 @@
597
603
  border-width: 1px;
598
604
  box-shadow: 0 0;
599
605
  font-size: 12px;
600
- font-weight: bold;
606
+ font-weight: 700;
601
607
  opacity: 1;
602
608
  overflow: hidden;
603
609
  padding: 2px 8px 1px;
@@ -789,7 +795,7 @@
789
795
  display: -ms-inline-flexbox;
790
796
  display: inline-flex;
791
797
  font-size: 14px;
792
- font-weight: bold;
798
+ font-weight: 700;
793
799
  margin: 0;
794
800
  padding: 0;
795
801
  position: static;
@@ -1312,7 +1318,6 @@
1312
1318
  outline: 1px solid;
1313
1319
  outline-offset: 2px;
1314
1320
  }
1315
-
1316
1321
  .e-gantt-dialog .e-tab .e-tab-header {
1317
1322
  padding-left: 12px;
1318
1323
  }
@@ -1715,7 +1720,7 @@
1715
1720
  .e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
1716
1721
  background-color: #0d6efd;
1717
1722
  border: 0px;
1718
- border-radius: 4px;
1723
+ border-radius: 3px;
1719
1724
  }
1720
1725
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1721
1726
  background-color: #d1e7dd;
@@ -1726,7 +1731,7 @@
1726
1731
  }
1727
1732
  .e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
1728
1733
  background-color: #198754;
1729
- border: 0px;
1734
+ outline: 0px;
1730
1735
  }
1731
1736
  .e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
1732
1737
  background-color: #198754;
@@ -1786,6 +1791,18 @@
1786
1791
  .e-gantt .e-gantt-chart .e-line {
1787
1792
  border-color: #0d6efd;
1788
1793
  }
1794
+ .e-gantt .e-gantt-chart .e-connector-line {
1795
+ stroke: #0d6efd;
1796
+ }
1797
+ .e-gantt .e-gantt-chart .e-critical-line {
1798
+ stroke: #dc3545;
1799
+ }
1800
+ .e-gantt .e-gantt-chart .e-connector-line-arrow {
1801
+ fill: #0d6efd;
1802
+ }
1803
+ .e-gantt .e-gantt-chart .e-critical-line-arrow {
1804
+ fill: #dc3545;
1805
+ }
1789
1806
  .e-gantt .e-gantt-chart .e-connector-line-right-arrow {
1790
1807
  border-left-color: #0d6efd;
1791
1808
  }
@@ -1837,7 +1854,10 @@
1837
1854
  padding-right: 25px;
1838
1855
  }
1839
1856
  .e-gantt .e-gantt-chart .e-connectorpoint-right {
1840
- margin-left: 2px;
1857
+ margin-left: 3px;
1858
+ }
1859
+ .e-gantt .e-gantt-chart .e-connectorpoint-left {
1860
+ margin-right: 3px;
1841
1861
  }
1842
1862
  .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
1843
1863
  .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
@@ -2098,14 +2118,15 @@
2098
2118
 
2099
2119
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2100
2120
  background-color: #f8d7da;
2101
- border: 1px solid #f8d7da;
2121
+ outline: 1px solid #f8d7da;
2102
2122
  border-radius: 4px;
2103
2123
  }
2104
2124
 
2105
2125
  .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
2106
2126
  background-color: #dc3545;
2107
2127
  border: 0px;
2108
- border-radius: 4px;
2128
+ position: absolute;
2129
+ border-radius: 3px;
2109
2130
  }
2110
2131
 
2111
2132
  .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {