@syncfusion/ej2-angular-gantt 21.2.10 → 22.1.34-ngcc

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 (129) hide show
  1. package/@syncfusion/ej2-angular-gantt.es5.js +812 -0
  2. package/@syncfusion/ej2-angular-gantt.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-gantt.js +764 -0
  4. package/@syncfusion/ej2-angular-gantt.js.map +1 -0
  5. package/CHANGELOG.md +1825 -0
  6. package/dist/ej2-angular-gantt.umd.js +925 -0
  7. package/dist/ej2-angular-gantt.umd.js.map +1 -0
  8. package/dist/ej2-angular-gantt.umd.min.js +11 -0
  9. package/dist/ej2-angular-gantt.umd.min.js.map +1 -0
  10. package/{syncfusion-ej2-angular-gantt.d.ts → ej2-angular-gantt.d.ts} +1 -1
  11. package/ej2-angular-gantt.metadata.json +1 -0
  12. package/license +10 -0
  13. package/package.json +14 -28
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/gantt/adddialogfields.directive.d.ts +0 -5
  18. package/src/gantt/columns.directive.d.ts +2 -5
  19. package/src/gantt/dayworkingtime.directive.d.ts +0 -5
  20. package/src/gantt/editdialogfields.directive.d.ts +0 -5
  21. package/src/gantt/eventmarkers.directive.d.ts +0 -5
  22. package/src/gantt/gantt-all.module.d.ts +0 -6
  23. package/src/gantt/gantt.component.d.ts +3 -3
  24. package/src/gantt/gantt.module.d.ts +0 -12
  25. package/src/gantt/holidays.directive.d.ts +0 -5
  26. package/styles/bootstrap-dark.css +27 -47
  27. package/styles/bootstrap.css +29 -49
  28. package/styles/bootstrap4.css +29 -49
  29. package/styles/bootstrap5-dark.css +27 -47
  30. package/styles/bootstrap5.css +27 -47
  31. package/styles/fabric-dark.css +27 -47
  32. package/styles/fabric.css +27 -47
  33. package/styles/fluent-dark.css +28 -47
  34. package/styles/fluent.css +28 -47
  35. package/styles/gantt/bootstrap-dark.css +27 -47
  36. package/styles/gantt/bootstrap-dark.scss +1 -22
  37. package/styles/gantt/bootstrap.css +29 -49
  38. package/styles/gantt/bootstrap.scss +1 -22
  39. package/styles/gantt/bootstrap4.css +29 -49
  40. package/styles/gantt/bootstrap4.scss +1 -22
  41. package/styles/gantt/bootstrap5-dark.css +27 -47
  42. package/styles/gantt/bootstrap5-dark.scss +1 -22
  43. package/styles/gantt/bootstrap5.css +27 -47
  44. package/styles/gantt/bootstrap5.scss +1 -22
  45. package/styles/gantt/fabric-dark.css +27 -47
  46. package/styles/gantt/fabric-dark.scss +1 -22
  47. package/styles/gantt/fabric.css +27 -47
  48. package/styles/gantt/fabric.scss +1 -22
  49. package/styles/gantt/fluent-dark.css +28 -47
  50. package/styles/gantt/fluent-dark.scss +1 -22
  51. package/styles/gantt/fluent.css +28 -47
  52. package/styles/gantt/fluent.scss +1 -22
  53. package/styles/gantt/highcontrast-light.css +27 -47
  54. package/styles/gantt/highcontrast-light.scss +1 -21
  55. package/styles/gantt/highcontrast.css +27 -47
  56. package/styles/gantt/highcontrast.scss +1 -22
  57. package/styles/gantt/material-dark.css +27 -47
  58. package/styles/gantt/material-dark.scss +1 -22
  59. package/styles/gantt/material.css +27 -47
  60. package/styles/gantt/material.scss +1 -22
  61. package/styles/gantt/material3-dark.css +2184 -0
  62. package/styles/gantt/material3-dark.scss +2 -0
  63. package/styles/gantt/material3.css +2240 -0
  64. package/styles/gantt/material3.scss +2 -0
  65. package/styles/gantt/tailwind-dark.css +27 -47
  66. package/styles/gantt/tailwind-dark.scss +1 -22
  67. package/styles/gantt/tailwind.css +27 -47
  68. package/styles/gantt/tailwind.scss +1 -22
  69. package/styles/highcontrast-light.css +27 -47
  70. package/styles/highcontrast.css +27 -47
  71. package/styles/material-dark.css +27 -47
  72. package/styles/material.css +27 -47
  73. package/styles/material3-dark.css +2184 -0
  74. package/styles/material3-dark.scss +2 -0
  75. package/styles/material3.css +2240 -0
  76. package/styles/material3.scss +2 -0
  77. package/styles/tailwind-dark.css +27 -47
  78. package/styles/tailwind.css +27 -47
  79. package/esm2020/public_api.mjs +0 -3
  80. package/esm2020/src/gantt/adddialogfields.directive.mjs +0 -58
  81. package/esm2020/src/gantt/columns.directive.mjs +0 -72
  82. package/esm2020/src/gantt/dayworkingtime.directive.mjs +0 -58
  83. package/esm2020/src/gantt/editdialogfields.directive.mjs +0 -58
  84. package/esm2020/src/gantt/eventmarkers.directive.mjs +0 -57
  85. package/esm2020/src/gantt/gantt-all.module.mjs +0 -71
  86. package/esm2020/src/gantt/gantt.component.mjs +0 -255
  87. package/esm2020/src/gantt/gantt.module.mjs +0 -79
  88. package/esm2020/src/gantt/holidays.directive.mjs +0 -58
  89. package/esm2020/src/index.mjs +0 -11
  90. package/esm2020/syncfusion-ej2-angular-gantt.mjs +0 -5
  91. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +0 -734
  92. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  93. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +0 -734
  94. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  95. package/styles/gantt/_all.scss +0 -2
  96. package/styles/gantt/_bootstrap-dark-definition.scss +0 -215
  97. package/styles/gantt/_bootstrap-definition.scss +0 -215
  98. package/styles/gantt/_bootstrap4-definition.scss +0 -217
  99. package/styles/gantt/_bootstrap5-dark-definition.scss +0 -1
  100. package/styles/gantt/_bootstrap5-definition.scss +0 -219
  101. package/styles/gantt/_fabric-dark-definition.scss +0 -215
  102. package/styles/gantt/_fabric-definition.scss +0 -215
  103. package/styles/gantt/_fluent-dark-definition.scss +0 -1
  104. package/styles/gantt/_fluent-definition.scss +0 -219
  105. package/styles/gantt/_fusionnew-definition.scss +0 -218
  106. package/styles/gantt/_highcontrast-definition.scss +0 -215
  107. package/styles/gantt/_highcontrast-light-definition.scss +0 -215
  108. package/styles/gantt/_layout.scss +0 -1684
  109. package/styles/gantt/_material-dark-definition.scss +0 -216
  110. package/styles/gantt/_material-definition.scss +0 -216
  111. package/styles/gantt/_tailwind-dark-definition.scss +0 -1
  112. package/styles/gantt/_tailwind-definition.scss +0 -219
  113. package/styles/gantt/_theme.scss +0 -734
  114. package/styles/gantt/icons/_bootstrap-dark.scss +0 -124
  115. package/styles/gantt/icons/_bootstrap.scss +0 -124
  116. package/styles/gantt/icons/_bootstrap4.scss +0 -124
  117. package/styles/gantt/icons/_bootstrap5-dark.scss +0 -1
  118. package/styles/gantt/icons/_bootstrap5.scss +0 -124
  119. package/styles/gantt/icons/_fabric-dark.scss +0 -124
  120. package/styles/gantt/icons/_fabric.scss +0 -124
  121. package/styles/gantt/icons/_fluent-dark.scss +0 -1
  122. package/styles/gantt/icons/_fluent.scss +0 -124
  123. package/styles/gantt/icons/_fusionnew.scss +0 -120
  124. package/styles/gantt/icons/_highcontrast.scss +0 -124
  125. package/styles/gantt/icons/_material-dark.scss +0 -124
  126. package/styles/gantt/icons/_material.scss +0 -124
  127. package/styles/gantt/icons/_material3.scss +0 -124
  128. package/styles/gantt/icons/_tailwind-dark.scss +0 -124
  129. package/styles/gantt/icons/_tailwind.scss +0 -124
@@ -381,9 +381,6 @@
381
381
  .e-bigger .e-gantt .e-dialog .e-dlg-header {
382
382
  line-height: 28px;
383
383
  }
384
- .e-bigger .e-gantt .e-filter-popup.e-popup {
385
- width: 350px !important;
386
- }
387
384
  .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
388
385
  padding: 16px 0 0 !important;
389
386
  }
@@ -721,6 +718,9 @@
721
718
  line-height: 10px;
722
719
  vertical-align: middle;
723
720
  }
721
+ .e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
722
+ pointer-events: none;
723
+ }
724
724
  .e-gantt .e-gantt-chart {
725
725
  height: 100%;
726
726
  overflow: hidden;
@@ -1643,6 +1643,9 @@
1643
1643
  background: #3c444b;
1644
1644
  opacity: 0.9;
1645
1645
  }
1646
+ .e-gantt .e-taskbar-resize-div {
1647
+ border-color: #0d6efd;
1648
+ }
1646
1649
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1647
1650
  background: #212529;
1648
1651
  border-bottom-color: #444c54;
@@ -1690,7 +1693,7 @@
1690
1693
  outline-color: #6c757d;
1691
1694
  }
1692
1695
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1693
- background-color: #86b7fe;
1696
+ background: #86b7fe;
1694
1697
  outline: 1px solid #0d6efd;
1695
1698
  border-radius: 4px;
1696
1699
  }
@@ -1727,7 +1730,7 @@
1727
1730
  border-radius: 3px;
1728
1731
  }
1729
1732
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1730
- background-color: #d3f0e2;
1733
+ background: #d3f0e2;
1731
1734
  outline: 1px solid #21b26f;
1732
1735
  }
1733
1736
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
@@ -1895,23 +1898,16 @@
1895
1898
  .e-gantt .e-gantt-chart .e-icon {
1896
1899
  color: #fff;
1897
1900
  }
1898
- .e-gantt .e-gantt-chart .e-milestone-top {
1899
- border-bottom-color: #adb5bd;
1900
- }
1901
- .e-gantt .e-gantt-chart .e-milestone-bottom {
1902
- border-top-color: #adb5bd;
1903
- }
1904
- .e-gantt .e-gantt-chart .e-parent-milestone-top {
1905
- border-bottom-color: #adb5bd;
1906
- }
1907
- .e-gantt .e-gantt-chart .e-parent-milestone-bottom {
1908
- border-top-color: #adb5bd;
1901
+ .e-gantt .e-gantt-chart .e-gantt-milestone {
1902
+ background-color: #adb5bd;
1903
+ border-color: #0d6efd;
1909
1904
  }
1910
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1911
- border-bottom-color: #adb5bd;
1905
+ .e-gantt .e-gantt-chart .e-gantt-parent-milestone {
1906
+ background-color: #adb5bd;
1912
1907
  }
1913
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1914
- border-top-color: #adb5bd;
1908
+ .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
1909
+ background-color: #adb5bd;
1910
+ border-color: #0d6efd;
1915
1911
  }
1916
1912
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
1917
1913
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1931,11 +1927,8 @@
1931
1927
  .e-gantt .e-gantt-chart .e-baseline-bar {
1932
1928
  background-color: #ffc107;
1933
1929
  }
1934
- .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1935
- border-bottom-color: #ffc107;
1936
- }
1937
- .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1938
- border-top-color: #ffc107;
1930
+ .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
1931
+ background-color: #ffc107;
1939
1932
  }
1940
1933
  .e-gantt .e-gantt-chart .e-uptail::before {
1941
1934
  border-bottom-color: #444c54;
@@ -1989,11 +1982,8 @@
1989
1982
  background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1990
1983
  border: transparent !important; /* stylelint-disable-line declaration-no-important */
1991
1984
  }
1992
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1993
- border-bottom-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
1994
- }
1995
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1996
- border-top-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
1985
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
1986
+ background-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
1997
1987
  }
1998
1988
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1999
1989
  background-color: #6c757d !important; /* stylelint-disable-line declaration-no-important */
@@ -2007,21 +1997,15 @@
2007
1997
  background: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
2008
1998
  border: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
2009
1999
  }
2010
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
2011
- border-bottom-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
2012
- }
2013
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
2014
- border-top-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
2000
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
2001
+ background-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
2015
2002
  }
2016
2003
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
2017
2004
  background: #72abfe !important; /* stylelint-disable-line declaration-no-important */
2018
2005
  border: #72abfe !important; /* stylelint-disable-line declaration-no-important */
2019
2006
  }
2020
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
2021
- border-bottom-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
2022
- }
2023
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
2024
- border-top-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
2007
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
2008
+ background-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
2025
2009
  }
2026
2010
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
2027
2011
  border-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
@@ -2121,7 +2105,7 @@
2121
2105
  }
2122
2106
 
2123
2107
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2124
- background-color: #fadfe2;
2108
+ background: #fadfe2;
2125
2109
  outline: 1px solid #fadfe2;
2126
2110
  border-radius: 4px;
2127
2111
  }
@@ -2140,10 +2124,6 @@
2140
2124
  border-radius: 4px;
2141
2125
  }
2142
2126
 
2143
- .e-gantt .e-gantt-chart .e-critical-milestone-top {
2144
- border-bottom-color: #e4606d;
2145
- }
2146
-
2147
- .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2148
- border-top-color: #e4606d;
2127
+ .e-gantt .e-gantt-chart .e-critical-milestone {
2128
+ background-color: #e4606d;
2149
2129
  }
@@ -1,22 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
- @import 'ej2-grids/styles/grid/bootstrap5-dark-definition.scss';
3
- @import 'ej2-treegrid/styles/treegrid/bootstrap5-dark-definition.scss';
4
- @import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap5-dark-definition.scss';
5
- @import 'ej2-calendars/styles/datepicker/bootstrap5-dark-definition.scss';
6
- @import 'ej2-calendars/styles/datetimepicker/bootstrap5-dark-definition.scss';
7
- @import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
8
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition.scss';
9
- @import 'ej2-dropdowns/styles/combo-box/bootstrap5-dark-definition.scss';
10
- @import 'ej2-dropdowns/styles/multi-select/bootstrap5-dark-definition.scss';
11
- @import 'ej2-navigations/styles/toolbar/bootstrap5-dark-definition.scss';
12
- @import 'ej2-navigations/styles/tab/bootstrap5-dark-definition.scss';
13
- @import 'ej2-navigations/styles/context-menu/bootstrap5-dark-definition.scss';
14
- @import 'ej2-inputs/styles/input/bootstrap5-dark-definition.scss';
15
- @import 'ej2-inputs/styles/numerictextbox/bootstrap5-dark-definition.scss';
16
- @import 'ej2-popups/styles/dialog/bootstrap5-dark-definition.scss';
17
- @import 'ej2-popups/styles/spinner/bootstrap5-dark-definition.scss';
18
- @import 'ej2-popups/styles/tooltip/bootstrap5-dark-definition.scss';
19
- @import 'ej2-layouts/styles/splitter/bootstrap5-dark-definition.scss';
20
- @import 'bootstrap5-dark-definition.scss';
21
- @import 'icons/bootstrap5-dark.scss';
22
- @import 'all.scss';
1
+ @import 'ej2-gantt/styles/gantt/bootstrap5-dark.scss';
@@ -381,9 +381,6 @@
381
381
  .e-bigger .e-gantt .e-dialog .e-dlg-header {
382
382
  line-height: 28px;
383
383
  }
384
- .e-bigger .e-gantt .e-filter-popup.e-popup {
385
- width: 350px !important;
386
- }
387
384
  .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
388
385
  padding: 16px 0 0 !important;
389
386
  }
@@ -721,6 +718,9 @@
721
718
  line-height: 10px;
722
719
  vertical-align: middle;
723
720
  }
721
+ .e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
722
+ pointer-events: none;
723
+ }
724
724
  .e-gantt .e-gantt-chart {
725
725
  height: 100%;
726
726
  overflow: hidden;
@@ -1643,6 +1643,9 @@
1643
1643
  background: #e6eaed;
1644
1644
  opacity: 0.9;
1645
1645
  }
1646
+ .e-gantt .e-taskbar-resize-div {
1647
+ border-color: #0d6efd;
1648
+ }
1646
1649
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1647
1650
  background: #fff;
1648
1651
  border-bottom-color: #dee2e6;
@@ -1690,7 +1693,7 @@
1690
1693
  outline-color: #ced4da;
1691
1694
  }
1692
1695
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1693
- background-color: #86b7fe;
1696
+ background: #86b7fe;
1694
1697
  outline: 1px solid #0d6efd;
1695
1698
  border-radius: 4px;
1696
1699
  }
@@ -1727,7 +1730,7 @@
1727
1730
  border-radius: 3px;
1728
1731
  }
1729
1732
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1730
- background-color: #d1e7dd;
1733
+ background: #d1e7dd;
1731
1734
  outline: 1px solid #198754;
1732
1735
  }
1733
1736
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
@@ -1895,23 +1898,16 @@
1895
1898
  .e-gantt .e-gantt-chart .e-icon {
1896
1899
  color: #fff;
1897
1900
  }
1898
- .e-gantt .e-gantt-chart .e-milestone-top {
1899
- border-bottom-color: #adb5bd;
1900
- }
1901
- .e-gantt .e-gantt-chart .e-milestone-bottom {
1902
- border-top-color: #adb5bd;
1903
- }
1904
- .e-gantt .e-gantt-chart .e-parent-milestone-top {
1905
- border-bottom-color: #adb5bd;
1906
- }
1907
- .e-gantt .e-gantt-chart .e-parent-milestone-bottom {
1908
- border-top-color: #adb5bd;
1901
+ .e-gantt .e-gantt-chart .e-gantt-milestone {
1902
+ background-color: #adb5bd;
1903
+ border-color: #0d6efd;
1909
1904
  }
1910
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1911
- border-bottom-color: #adb5bd;
1905
+ .e-gantt .e-gantt-chart .e-gantt-parent-milestone {
1906
+ background-color: #adb5bd;
1912
1907
  }
1913
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1914
- border-top-color: #adb5bd;
1908
+ .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
1909
+ background-color: #adb5bd;
1910
+ border-color: #0d6efd;
1915
1911
  }
1916
1912
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
1917
1913
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1931,11 +1927,8 @@
1931
1927
  .e-gantt .e-gantt-chart .e-baseline-bar {
1932
1928
  background-color: #ffc107;
1933
1929
  }
1934
- .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1935
- border-bottom-color: #ffc107;
1936
- }
1937
- .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1938
- border-top-color: #ffc107;
1930
+ .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
1931
+ background-color: #ffc107;
1939
1932
  }
1940
1933
  .e-gantt .e-gantt-chart .e-uptail::before {
1941
1934
  border-bottom-color: #dee2e6;
@@ -1989,11 +1982,8 @@
1989
1982
  background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1990
1983
  border: transparent !important; /* stylelint-disable-line declaration-no-important */
1991
1984
  }
1992
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1993
- border-bottom-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
1994
- }
1995
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1996
- border-top-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
1985
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
1986
+ background-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
1997
1987
  }
1998
1988
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1999
1989
  background-color: #ced4da !important; /* stylelint-disable-line declaration-no-important */
@@ -2007,21 +1997,15 @@
2007
1997
  background: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
2008
1998
  border: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
2009
1999
  }
2010
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
2011
- border-bottom-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
2012
- }
2013
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
2014
- border-top-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
2000
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
2001
+ background-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
2015
2002
  }
2016
2003
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
2017
2004
  background: #72abfe !important; /* stylelint-disable-line declaration-no-important */
2018
2005
  border: #72abfe !important; /* stylelint-disable-line declaration-no-important */
2019
2006
  }
2020
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
2021
- border-bottom-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
2022
- }
2023
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
2024
- border-top-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
2007
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
2008
+ background-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
2025
2009
  }
2026
2010
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
2027
2011
  border-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
@@ -2121,7 +2105,7 @@
2121
2105
  }
2122
2106
 
2123
2107
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2124
- background-color: #f8d7da;
2108
+ background: #f8d7da;
2125
2109
  outline: 1px solid #f8d7da;
2126
2110
  border-radius: 4px;
2127
2111
  }
@@ -2140,10 +2124,6 @@
2140
2124
  border-radius: 4px;
2141
2125
  }
2142
2126
 
2143
- .e-gantt .e-gantt-chart .e-critical-milestone-top {
2144
- border-bottom-color: #dc3545;
2145
- }
2146
-
2147
- .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2148
- border-top-color: #dc3545;
2127
+ .e-gantt .e-gantt-chart .e-critical-milestone {
2128
+ background-color: #dc3545;
2149
2129
  }
@@ -1,22 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-definition.scss';
2
- @import 'ej2-grids/styles/grid/bootstrap5-definition.scss';
3
- @import 'ej2-treegrid/styles/treegrid/bootstrap5-definition.scss';
4
- @import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap5-definition.scss';
5
- @import 'ej2-calendars/styles/datepicker/bootstrap5-definition.scss';
6
- @import 'ej2-calendars/styles/datetimepicker/bootstrap5-definition.scss';
7
- @import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
8
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-definition.scss';
9
- @import 'ej2-dropdowns/styles/combo-box/bootstrap5-definition.scss';
10
- @import 'ej2-dropdowns/styles/multi-select/bootstrap5-definition.scss';
11
- @import 'ej2-navigations/styles/toolbar/bootstrap5-definition.scss';
12
- @import 'ej2-navigations/styles/tab/bootstrap5-definition.scss';
13
- @import 'ej2-navigations/styles/context-menu/bootstrap5-definition.scss';
14
- @import 'ej2-inputs/styles/input/bootstrap5-definition.scss';
15
- @import 'ej2-inputs/styles/numerictextbox/bootstrap5-definition.scss';
16
- @import 'ej2-popups/styles/dialog/bootstrap5-definition.scss';
17
- @import 'ej2-popups/styles/spinner/bootstrap5-definition.scss';
18
- @import 'ej2-popups/styles/tooltip/bootstrap5-definition.scss';
19
- @import 'ej2-layouts/styles/splitter/bootstrap5-definition.scss';
20
- @import 'bootstrap5-definition.scss';
21
- @import 'icons/bootstrap5.scss';
22
- @import 'all.scss';
1
+ @import 'ej2-gantt/styles/gantt/bootstrap5.scss';
@@ -293,9 +293,6 @@
293
293
  .e-bigger .e-gantt .e-dialog .e-dlg-header {
294
294
  line-height: 28px;
295
295
  }
296
- .e-bigger .e-gantt .e-filter-popup.e-popup {
297
- width: 350px !important;
298
- }
299
296
  .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
300
297
  padding: 16px 0 0 !important;
301
298
  }
@@ -633,6 +630,9 @@
633
630
  line-height: 10px;
634
631
  vertical-align: middle;
635
632
  }
633
+ .e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
634
+ pointer-events: none;
635
+ }
636
636
  .e-gantt .e-gantt-chart {
637
637
  height: 100%;
638
638
  overflow: hidden;
@@ -1555,6 +1555,9 @@
1555
1555
  background: #514f4f;
1556
1556
  opacity: 1;
1557
1557
  }
1558
+ .e-gantt .e-taskbar-resize-div {
1559
+ border-color: #0074cc;
1560
+ }
1558
1561
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1559
1562
  background: #201f1f;
1560
1563
  border-bottom-color: #414040;
@@ -1602,7 +1605,7 @@
1602
1605
  outline-color: #dadada;
1603
1606
  }
1604
1607
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1605
- background-color: #0074cc;
1608
+ background: #0074cc;
1606
1609
  outline: 1px solid #0063ad;
1607
1610
  border-radius: 0px;
1608
1611
  }
@@ -1639,7 +1642,7 @@
1639
1642
  border-radius: 3px;
1640
1643
  }
1641
1644
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1642
- background-color: #8dd1c4;
1645
+ background: #8dd1c4;
1643
1646
  outline: #4fb29f;
1644
1647
  }
1645
1648
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
@@ -1807,23 +1810,16 @@
1807
1810
  .e-gantt .e-gantt-chart .e-icon {
1808
1811
  color: #fff;
1809
1812
  }
1810
- .e-gantt .e-gantt-chart .e-milestone-top {
1811
- border-bottom-color: #dadada;
1812
- }
1813
- .e-gantt .e-gantt-chart .e-milestone-bottom {
1814
- border-top-color: #dadada;
1815
- }
1816
- .e-gantt .e-gantt-chart .e-parent-milestone-top {
1817
- border-bottom-color: #4cc7ba;
1818
- }
1819
- .e-gantt .e-gantt-chart .e-parent-milestone-bottom {
1820
- border-top-color: #4cc7ba;
1813
+ .e-gantt .e-gantt-chart .e-gantt-milestone {
1814
+ background-color: #dadada;
1815
+ border-color: #0063ad;
1821
1816
  }
1822
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1823
- border-bottom-color: #989A9C;
1817
+ .e-gantt .e-gantt-chart .e-gantt-parent-milestone {
1818
+ background-color: #4cc7ba;
1824
1819
  }
1825
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1826
- border-top-color: #989A9C;
1820
+ .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
1821
+ background-color: #989A9C;
1822
+ border-color: #0063ad;
1827
1823
  }
1828
1824
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
1829
1825
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1843,11 +1839,8 @@
1843
1839
  .e-gantt .e-gantt-chart .e-baseline-bar {
1844
1840
  background-color: #ff9800;
1845
1841
  }
1846
- .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1847
- border-bottom-color: #ff9800;
1848
- }
1849
- .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1850
- border-top-color: #ff9800;
1842
+ .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
1843
+ background-color: #ff9800;
1851
1844
  }
1852
1845
  .e-gantt .e-gantt-chart .e-uptail::before {
1853
1846
  border-bottom-color: #e0e0e0;
@@ -1901,11 +1894,8 @@
1901
1894
  background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1902
1895
  border: transparent !important; /* stylelint-disable-line declaration-no-important */
1903
1896
  }
1904
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1905
- border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1906
- }
1907
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1908
- border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1897
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
1898
+ background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1909
1899
  }
1910
1900
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1911
1901
  background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
@@ -1919,21 +1909,15 @@
1919
1909
  background: #0063ad !important; /* stylelint-disable-line declaration-no-important */
1920
1910
  border: #0063ad !important; /* stylelint-disable-line declaration-no-important */
1921
1911
  }
1922
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1923
- border-bottom-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
1924
- }
1925
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1926
- border-top-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
1912
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
1913
+ background-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
1927
1914
  }
1928
1915
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1929
1916
  background: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
1930
1917
  border: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
1931
1918
  }
1932
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1933
- border-bottom-color: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
1934
- }
1935
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1936
- border-top-color: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
1919
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
1920
+ background-color: #33a7ff !important; /* stylelint-disable-line declaration-no-important */
1937
1921
  }
1938
1922
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1939
1923
  border-color: #0063ad !important; /* stylelint-disable-line declaration-no-important */
@@ -2033,7 +2017,7 @@
2033
2017
  }
2034
2018
 
2035
2019
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2036
- background-color: #f3d8da;
2020
+ background: #f3d8da;
2037
2021
  outline: 1px solid #f3d8da;
2038
2022
  border-radius: 0px;
2039
2023
  }
@@ -2052,10 +2036,6 @@
2052
2036
  border-radius: 0px;
2053
2037
  }
2054
2038
 
2055
- .e-gantt .e-gantt-chart .e-critical-milestone-top {
2056
- border-bottom-color: #d13438;
2057
- }
2058
-
2059
- .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2060
- border-top-color: #d13438;
2039
+ .e-gantt .e-gantt-chart .e-critical-milestone {
2040
+ background-color: #d13438;
2061
2041
  }
@@ -1,22 +1 @@
1
- @import 'ej2-base/styles/fabric-dark-definition.scss';
2
- @import 'ej2-grids/styles/grid/fabric-dark-definition.scss';
3
- @import 'ej2-treegrid/styles/treegrid/fabric-dark-definition.scss';
4
- @import 'ej2-richtexteditor/styles/rich-text-editor/fabric-dark-definition.scss';
5
- @import 'ej2-calendars/styles/datepicker/fabric-dark-definition.scss';
6
- @import 'ej2-calendars/styles/datetimepicker/fabric-dark-definition.scss';
7
- @import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
8
- @import 'ej2-dropdowns/styles/drop-down-list/fabric-dark-definition.scss';
9
- @import 'ej2-dropdowns/styles/combo-box/fabric-dark-definition.scss';
10
- @import 'ej2-dropdowns/styles/multi-select/fabric-dark-definition.scss';
11
- @import 'ej2-navigations/styles/toolbar/fabric-dark-definition.scss';
12
- @import 'ej2-navigations/styles/tab/fabric-dark-definition.scss';
13
- @import 'ej2-navigations/styles/context-menu/fabric-dark-definition.scss';
14
- @import 'ej2-inputs/styles/input/fabric-dark-definition.scss';
15
- @import 'ej2-inputs/styles/numerictextbox/fabric-dark-definition.scss';
16
- @import 'ej2-popups/styles/dialog/fabric-dark-definition.scss';
17
- @import 'ej2-popups/styles/spinner/fabric-dark-definition.scss';
18
- @import 'ej2-popups/styles/tooltip/fabric-dark-definition.scss';
19
- @import 'ej2-layouts/styles/splitter/fabric-dark-definition.scss';
20
- @import 'fabric-dark-definition.scss';
21
- @import 'icons/fabric-dark.scss';
22
- @import 'all.scss';
1
+ @import 'ej2-gantt/styles/gantt/fabric-dark.scss';