@syncfusion/ej2-angular-gantt 21.2.10 → 22.1.34

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 (104) hide show
  1. package/README.md +60 -130
  2. package/esm2020/src/gantt/columns.directive.mjs +1 -1
  3. package/esm2020/src/gantt/gantt-all.module.mjs +4 -7
  4. package/esm2020/src/gantt/gantt.component.mjs +3 -10
  5. package/esm2020/src/index.mjs +2 -2
  6. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +6 -16
  7. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -1
  8. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +6 -16
  9. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -1
  10. package/license +10 -0
  11. package/package.json +20 -10
  12. package/schematics/utils/lib-details.ts +2 -2
  13. package/src/gantt/columns.directive.d.ts +2 -2
  14. package/src/gantt/gantt-all.module.d.ts +0 -1
  15. package/src/gantt/gantt.component.d.ts +1 -1
  16. package/src/index.d.ts +1 -1
  17. package/styles/bootstrap-dark.css +27 -47
  18. package/styles/bootstrap.css +29 -49
  19. package/styles/bootstrap4.css +29 -49
  20. package/styles/bootstrap5-dark.css +27 -47
  21. package/styles/bootstrap5.css +27 -47
  22. package/styles/fabric-dark.css +27 -47
  23. package/styles/fabric.css +27 -47
  24. package/styles/fluent-dark.css +28 -47
  25. package/styles/fluent.css +28 -47
  26. package/styles/gantt/_layout.scss +53 -7
  27. package/styles/gantt/_material3-dark-definition.scss +1 -0
  28. package/styles/gantt/_material3-definition.scss +220 -0
  29. package/styles/gantt/_theme.scss +53 -53
  30. package/styles/gantt/bootstrap-dark.css +27 -47
  31. package/styles/gantt/bootstrap.css +29 -49
  32. package/styles/gantt/bootstrap4.css +29 -49
  33. package/styles/gantt/bootstrap5-dark.css +27 -47
  34. package/styles/gantt/bootstrap5.css +27 -47
  35. package/styles/gantt/fabric-dark.css +27 -47
  36. package/styles/gantt/fabric.css +27 -47
  37. package/styles/gantt/fluent-dark.css +28 -47
  38. package/styles/gantt/fluent.css +28 -47
  39. package/styles/gantt/highcontrast-light.css +27 -47
  40. package/styles/gantt/highcontrast.css +27 -47
  41. package/styles/gantt/icons/_material3-dark.scss +1 -0
  42. package/styles/gantt/material-dark.css +27 -47
  43. package/styles/gantt/material.css +27 -47
  44. package/styles/gantt/material3-dark.css +2184 -0
  45. package/styles/gantt/material3-dark.scss +23 -0
  46. package/styles/gantt/material3.css +2240 -0
  47. package/styles/gantt/material3.scss +23 -0
  48. package/styles/gantt/tailwind-dark.css +27 -47
  49. package/styles/gantt/tailwind.css +27 -47
  50. package/styles/highcontrast-light.css +27 -47
  51. package/styles/highcontrast.css +27 -47
  52. package/styles/material-dark.css +27 -47
  53. package/styles/material.css +27 -47
  54. package/styles/material3-dark.css +2184 -0
  55. package/styles/material3-dark.scss +3 -0
  56. package/styles/material3.css +2240 -0
  57. package/styles/material3.scss +3 -0
  58. package/styles/tailwind-dark.css +27 -47
  59. package/styles/tailwind.css +27 -47
  60. package/schematics/collection.json +0 -30
  61. package/schematics/generators/gantt-daymarkers/index.d.ts +0 -3
  62. package/schematics/generators/gantt-daymarkers/index.js +0 -8
  63. package/schematics/generators/gantt-daymarkers/sample-details.d.ts +0 -5
  64. package/schematics/generators/gantt-daymarkers/sample-details.js +0 -7
  65. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
  66. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -6
  67. package/schematics/generators/gantt-daymarkers/schema.d.ts +0 -3
  68. package/schematics/generators/gantt-daymarkers/schema.js +0 -2
  69. package/schematics/generators/gantt-daymarkers/schema.json +0 -125
  70. package/schematics/generators/gantt-default/index.d.ts +0 -3
  71. package/schematics/generators/gantt-default/index.js +0 -8
  72. package/schematics/generators/gantt-default/sample-details.d.ts +0 -5
  73. package/schematics/generators/gantt-default/sample-details.js +0 -7
  74. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  75. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  76. package/schematics/generators/gantt-default/schema.d.ts +0 -3
  77. package/schematics/generators/gantt-default/schema.js +0 -2
  78. package/schematics/generators/gantt-default/schema.json +0 -125
  79. package/schematics/generators/gantt-editing/index.d.ts +0 -3
  80. package/schematics/generators/gantt-editing/index.js +0 -8
  81. package/schematics/generators/gantt-editing/sample-details.d.ts +0 -5
  82. package/schematics/generators/gantt-editing/sample-details.js +0 -7
  83. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  84. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  85. package/schematics/generators/gantt-editing/schema.d.ts +0 -3
  86. package/schematics/generators/gantt-editing/schema.js +0 -2
  87. package/schematics/generators/gantt-editing/schema.json +0 -125
  88. package/schematics/generators/gantt-localdata/index.d.ts +0 -3
  89. package/schematics/generators/gantt-localdata/index.js +0 -8
  90. package/schematics/generators/gantt-localdata/sample-details.d.ts +0 -5
  91. package/schematics/generators/gantt-localdata/sample-details.js +0 -7
  92. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  93. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  94. package/schematics/generators/gantt-localdata/schema.d.ts +0 -3
  95. package/schematics/generators/gantt-localdata/schema.js +0 -2
  96. package/schematics/generators/gantt-localdata/schema.json +0 -125
  97. package/schematics/ng-add/index.d.ts +0 -3
  98. package/schematics/ng-add/index.js +0 -9
  99. package/schematics/ng-add/schema.d.ts +0 -13
  100. package/schematics/ng-add/schema.js +0 -2
  101. package/schematics/ng-add/schema.json +0 -34
  102. package/schematics/tsconfig.json +0 -25
  103. package/schematics/utils/lib-details.d.ts +0 -4
  104. package/schematics/utils/lib-details.js +0 -6
@@ -0,0 +1,3 @@
1
+
2
+ @import 'ej2-base/styles/material3-definition.scss';
3
+ @import 'gantt/material3.scss';
@@ -345,9 +345,6 @@
345
345
  .e-bigger .e-gantt .e-dialog .e-dlg-header {
346
346
  line-height: 28px;
347
347
  }
348
- .e-bigger .e-gantt .e-filter-popup.e-popup {
349
- width: 319px !important;
350
- }
351
348
  .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
352
349
  padding: 24px 0 0 !important;
353
350
  }
@@ -688,6 +685,9 @@
688
685
  line-height: 10px;
689
686
  vertical-align: middle;
690
687
  }
688
+ .e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
689
+ pointer-events: none;
690
+ }
691
691
  .e-gantt .e-gantt-chart {
692
692
  height: 100%;
693
693
  overflow: hidden;
@@ -1614,6 +1614,9 @@
1614
1614
  background: #6b7280;
1615
1615
  opacity: 0.9;
1616
1616
  }
1617
+ .e-gantt .e-taskbar-resize-div {
1618
+ border-color: #22d3ee;
1619
+ }
1617
1620
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1618
1621
  background: #232e3e;
1619
1622
  border-bottom-color: #4b5563;
@@ -1661,7 +1664,7 @@
1661
1664
  outline-color: #6b7280;
1662
1665
  }
1663
1666
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1664
- background-color: #0891b2;
1667
+ background: #0891b2;
1665
1668
  outline: 1px solid #22d3ee;
1666
1669
  border-radius: 4px;
1667
1670
  }
@@ -1698,7 +1701,7 @@
1698
1701
  border-radius: 3px;
1699
1702
  }
1700
1703
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1701
- background-color: #dcfce7;
1704
+ background: #dcfce7;
1702
1705
  outline: 1px solid #22c55e;
1703
1706
  }
1704
1707
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
@@ -1866,23 +1869,16 @@
1866
1869
  .e-gantt .e-gantt-chart .e-icon {
1867
1870
  color: #000;
1868
1871
  }
1869
- .e-gantt .e-gantt-chart .e-milestone-top {
1870
- border-bottom-color: #9ca3af;
1871
- }
1872
- .e-gantt .e-gantt-chart .e-milestone-bottom {
1873
- border-top-color: #9ca3af;
1874
- }
1875
- .e-gantt .e-gantt-chart .e-parent-milestone-top {
1876
- border-bottom-color: #9ca3af;
1877
- }
1878
- .e-gantt .e-gantt-chart .e-parent-milestone-bottom {
1879
- border-top-color: #9ca3af;
1872
+ .e-gantt .e-gantt-chart .e-gantt-milestone {
1873
+ background-color: #9ca3af;
1874
+ border-color: #22d3ee;
1880
1875
  }
1881
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1882
- border-bottom-color: #9ca3af;
1876
+ .e-gantt .e-gantt-chart .e-gantt-parent-milestone {
1877
+ background-color: #9ca3af;
1883
1878
  }
1884
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1885
- border-top-color: #9ca3af;
1879
+ .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
1880
+ background-color: #9ca3af;
1881
+ border-color: #22d3ee;
1886
1882
  }
1887
1883
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
1888
1884
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1902,11 +1898,8 @@
1902
1898
  .e-gantt .e-gantt-chart .e-baseline-bar {
1903
1899
  background-color: #f97316;
1904
1900
  }
1905
- .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1906
- border-bottom-color: #f97316;
1907
- }
1908
- .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1909
- border-top-color: #f97316;
1901
+ .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
1902
+ background-color: #f97316;
1910
1903
  }
1911
1904
  .e-gantt .e-gantt-chart .e-uptail::before {
1912
1905
  border-bottom-color: #4b5563;
@@ -1960,11 +1953,8 @@
1960
1953
  background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1961
1954
  border: transparent !important; /* stylelint-disable-line declaration-no-important */
1962
1955
  }
1963
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1964
- border-bottom-color: #0891b2 !important; /* stylelint-disable-line declaration-no-important */
1965
- }
1966
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1967
- border-top-color: #0891b2 !important; /* stylelint-disable-line declaration-no-important */
1956
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
1957
+ background-color: #0891b2 !important; /* stylelint-disable-line declaration-no-important */
1968
1958
  }
1969
1959
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1970
1960
  background-color: #6b7280 !important; /* stylelint-disable-line declaration-no-important */
@@ -1978,21 +1968,15 @@
1978
1968
  background: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
1979
1969
  border: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
1980
1970
  }
1981
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1982
- border-bottom-color: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
1983
- }
1984
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1985
- border-top-color: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
1971
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
1972
+ background-color: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
1986
1973
  }
1987
1974
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1988
1975
  background: #81e6f5 !important; /* stylelint-disable-line declaration-no-important */
1989
1976
  border: #81e6f5 !important; /* stylelint-disable-line declaration-no-important */
1990
1977
  }
1991
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1992
- border-bottom-color: #81e6f5 !important; /* stylelint-disable-line declaration-no-important */
1993
- }
1994
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1995
- border-top-color: #81e6f5 !important; /* stylelint-disable-line declaration-no-important */
1978
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
1979
+ background-color: #81e6f5 !important; /* stylelint-disable-line declaration-no-important */
1996
1980
  }
1997
1981
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1998
1982
  border-color: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
@@ -2092,7 +2076,7 @@
2092
2076
  }
2093
2077
 
2094
2078
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2095
- background-color: #fee2e2;
2079
+ background: #fee2e2;
2096
2080
  outline: 1px solid #fee2e2;
2097
2081
  border-radius: 4px;
2098
2082
  }
@@ -2111,10 +2095,6 @@
2111
2095
  border-radius: 2px;
2112
2096
  }
2113
2097
 
2114
- .e-gantt .e-gantt-chart .e-critical-milestone-top {
2115
- border-bottom-color: #f87171;
2116
- }
2117
-
2118
- .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2119
- border-top-color: #f87171;
2098
+ .e-gantt .e-gantt-chart .e-critical-milestone {
2099
+ background-color: #f87171;
2120
2100
  }
@@ -345,9 +345,6 @@
345
345
  .e-bigger .e-gantt .e-dialog .e-dlg-header {
346
346
  line-height: 28px;
347
347
  }
348
- .e-bigger .e-gantt .e-filter-popup.e-popup {
349
- width: 319px !important;
350
- }
351
348
  .e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
352
349
  padding: 24px 0 0 !important;
353
350
  }
@@ -688,6 +685,9 @@
688
685
  line-height: 10px;
689
686
  vertical-align: middle;
690
687
  }
688
+ .e-gantt .e-gantt-tree-grid-pane .e-grid .e-gantt-resource-parent .e-rowdragdrop {
689
+ pointer-events: none;
690
+ }
691
691
  .e-gantt .e-gantt-chart {
692
692
  height: 100%;
693
693
  overflow: hidden;
@@ -1614,6 +1614,9 @@
1614
1614
  background: #e5e7eb;
1615
1615
  opacity: 0.9;
1616
1616
  }
1617
+ .e-gantt .e-taskbar-resize-div {
1618
+ border-color: #4f46e5;
1619
+ }
1617
1620
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1618
1621
  background: #f9fafb;
1619
1622
  border-bottom-color: #e5e7eb;
@@ -1661,7 +1664,7 @@
1661
1664
  outline-color: #d1d5db;
1662
1665
  }
1663
1666
  .e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
1664
- background-color: #818cf8;
1667
+ background: #818cf8;
1665
1668
  outline: 1px solid #4f46e5;
1666
1669
  border-radius: 4px;
1667
1670
  }
@@ -1698,7 +1701,7 @@
1698
1701
  border-radius: 3px;
1699
1702
  }
1700
1703
  .e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
1701
- background-color: #dcfce7;
1704
+ background: #dcfce7;
1702
1705
  outline: 1px solid #15803d;
1703
1706
  }
1704
1707
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
@@ -1866,23 +1869,16 @@
1866
1869
  .e-gantt .e-gantt-chart .e-icon {
1867
1870
  color: #fff;
1868
1871
  }
1869
- .e-gantt .e-gantt-chart .e-milestone-top {
1870
- border-bottom-color: #9ca3af;
1871
- }
1872
- .e-gantt .e-gantt-chart .e-milestone-bottom {
1873
- border-top-color: #9ca3af;
1874
- }
1875
- .e-gantt .e-gantt-chart .e-parent-milestone-top {
1876
- border-bottom-color: #9ca3af;
1877
- }
1878
- .e-gantt .e-gantt-chart .e-parent-milestone-bottom {
1879
- border-top-color: #9ca3af;
1872
+ .e-gantt .e-gantt-chart .e-gantt-milestone {
1873
+ background-color: #9ca3af;
1874
+ border-color: #4f46e5;
1880
1875
  }
1881
- .e-gantt .e-gantt-chart .e-manualparent-milestone-top {
1882
- border-bottom-color: #9ca3af;
1876
+ .e-gantt .e-gantt-chart .e-gantt-parent-milestone {
1877
+ background-color: #9ca3af;
1883
1878
  }
1884
- .e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
1885
- border-top-color: #9ca3af;
1879
+ .e-gantt .e-gantt-chart .e-gantt-manualparent-milestone {
1880
+ background-color: #9ca3af;
1881
+ border-color: #4f46e5;
1886
1882
  }
1887
1883
  .e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
1888
1884
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
@@ -1902,11 +1898,8 @@
1902
1898
  .e-gantt .e-gantt-chart .e-baseline-bar {
1903
1899
  background-color: #c2410c;
1904
1900
  }
1905
- .e-gantt .e-gantt-chart .e-baseline-milestone-top {
1906
- border-bottom-color: #c2410c;
1907
- }
1908
- .e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
1909
- border-top-color: #c2410c;
1901
+ .e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
1902
+ background-color: #c2410c;
1910
1903
  }
1911
1904
  .e-gantt .e-gantt-chart .e-uptail::before {
1912
1905
  border-bottom-color: #e5e7eb;
@@ -1960,11 +1953,8 @@
1960
1953
  background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1961
1954
  border: transparent !important; /* stylelint-disable-line declaration-no-important */
1962
1955
  }
1963
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
1964
- border-bottom-color: #818cf8 !important; /* stylelint-disable-line declaration-no-important */
1965
- }
1966
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
1967
- border-top-color: #818cf8 !important; /* stylelint-disable-line declaration-no-important */
1956
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
1957
+ background-color: #818cf8 !important; /* stylelint-disable-line declaration-no-important */
1968
1958
  }
1969
1959
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1970
1960
  background-color: #d1d5db !important; /* stylelint-disable-line declaration-no-important */
@@ -1978,21 +1968,15 @@
1978
1968
  background: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
1979
1969
  border: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
1980
1970
  }
1981
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
1982
- border-bottom-color: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
1983
- }
1984
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
1985
- border-top-color: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
1971
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
1972
+ background-color: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
1986
1973
  }
1987
1974
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1988
1975
  background: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
1989
1976
  border: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
1990
1977
  }
1991
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
1992
- border-bottom-color: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
1993
- }
1994
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
1995
- border-top-color: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
1978
+ .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
1979
+ background-color: #a49ff2 !important; /* stylelint-disable-line declaration-no-important */
1996
1980
  }
1997
1981
  .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1998
1982
  border-color: #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
@@ -2092,7 +2076,7 @@
2092
2076
  }
2093
2077
 
2094
2078
  .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
2095
- background-color: #fee2e2;
2079
+ background: #fee2e2;
2096
2080
  outline: 1px solid #fee2e2;
2097
2081
  border-radius: 4px;
2098
2082
  }
@@ -2111,10 +2095,6 @@
2111
2095
  border-radius: 2px;
2112
2096
  }
2113
2097
 
2114
- .e-gantt .e-gantt-chart .e-critical-milestone-top {
2115
- border-bottom-color: #dc2626;
2116
- }
2117
-
2118
- .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
2119
- border-top-color: #dc2626;
2098
+ .e-gantt .e-gantt-chart .e-critical-milestone {
2099
+ background-color: #dc2626;
2120
2100
  }
@@ -1,30 +0,0 @@
1
- {
2
- "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3
- "schematics": {
4
- "ng-add": {
5
- "description": "Adds Essential JS 2 specific Angular package to an application",
6
- "factory": "./ng-add",
7
- "schema": "./ng-add/schema.json"
8
- },
9
- "gantt-daymarkers": {
10
- "description": "Create an Angular Gantt component with daymarkers feature",
11
- "factory": "./generators/gantt-daymarkers",
12
- "schema": "./generators/gantt-daymarkers/schema.json"
13
- },
14
- "gantt-default": {
15
- "description": "Create an Angular component with EJ2 gantt with default",
16
- "factory": "./generators/gantt-default",
17
- "schema": "./generators/gantt-default/schema.json"
18
- },
19
- "gantt-editing": {
20
- "description": "Create an Angular Gantt component with editing features and toolbars",
21
- "factory": "./generators/gantt-editing",
22
- "schema": "./generators/gantt-editing/schema.json"
23
- },
24
- "gantt-localdata": {
25
- "description": "Create an Angular Gantt component with local datasource",
26
- "factory": "./generators/gantt-localdata",
27
- "schema": "./generators/gantt-localdata/schema.json"
28
- }
29
- }
30
- }
@@ -1,3 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { Schema } from './schema';
3
- export default function (options: Schema): Rule;
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
- const sampleDetails = require("./sample-details");
5
- function default_1(options) {
6
- return schematics_1.componentBuilder(options, sampleDetails);
7
- }
8
- exports.default = default_1;
@@ -1,5 +0,0 @@
1
- export declare const componentName: string;
2
- export declare const sampleName: string;
3
- export declare const diModules: string;
4
- export declare const packageName: string;
5
- export declare const libModules: string;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.componentName = 'gantt';
4
- exports.sampleName = 'daymarkers';
5
- exports.diModules = 'DayMarkersService';
6
- exports.packageName = '@syncfusion/ej2-angular-gantt';
7
- exports.libModules = 'GanttModule';
@@ -1,9 +0,0 @@
1
- .control-section {
2
- overflow: auto;
3
- padding-bottom: 10px;
4
- }
5
- .e-gantt .e-gantt-chart .e-custom-holiday {
6
- background-color: cadetblue;
7
- font-weight: 500;
8
- color: white;
9
- }
@@ -1,6 +0,0 @@
1
- <div class="control-section">
2
- <!-- Gantt element -->
3
- <ejs-gantt id="ganttDefault" height="430px" [dataSource]="data" [taskFields]="taskSettings" [eventMarkers]="eventMarkers" [highlightWeekends]="true" [holidays]="holidays">
4
- </ejs-gantt>
5
- </div>
6
-
@@ -1,3 +0,0 @@
1
- import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
- export interface Schema extends ComponentSchema {
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,125 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "EJ2SchemaTemplateID",
4
- "title": "gantt-daymarkers",
5
- "type": "object",
6
- "properties": {
7
- "path": {
8
- "type": "string",
9
- "format": "path",
10
- "description": "The path to create the component.",
11
- "visible": false
12
- },
13
- "project": {
14
- "type": "string",
15
- "description": "The name of the project.",
16
- "$default": {
17
- "$source": "projectName"
18
- }
19
- },
20
- "name": {
21
- "type": "string",
22
- "description": "The name of the component.",
23
- "$default": {
24
- "$source": "argv",
25
- "index": 0
26
- }
27
- },
28
- "inlineStyle": {
29
- "description": "Specifies if the style will be in the ts file.",
30
- "type": "boolean",
31
- "default": false,
32
- "alias": "s"
33
- },
34
- "inlineTemplate": {
35
- "description": "Specifies if the template will be in the ts file.",
36
- "type": "boolean",
37
- "default": false,
38
- "alias": "t"
39
- },
40
- "viewEncapsulation": {
41
- "description": "Specifies the view encapsulation strategy.",
42
- "enum": [
43
- "Emulated",
44
- "Native",
45
- "None",
46
- "ShadowDom"
47
- ],
48
- "type": "string",
49
- "alias": "v"
50
- },
51
- "changeDetection": {
52
- "description": "Specifies the change detection strategy.",
53
- "enum": [
54
- "Default",
55
- "OnPush"
56
- ],
57
- "type": "string",
58
- "default": "Default",
59
- "alias": "c"
60
- },
61
- "prefix": {
62
- "type": "string",
63
- "description": "The prefix to apply to generated selectors.",
64
- "alias": "p",
65
- "oneOf": [
66
- {
67
- "maxLength": 0
68
- },
69
- {
70
- "minLength": 1,
71
- "format": "html-selector"
72
- }
73
- ]
74
- },
75
- "styleext": {
76
- "description": "The file extension to be used for style files.",
77
- "type": "string",
78
- "default": "css"
79
- },
80
- "spec": {
81
- "type": "boolean",
82
- "description": "Specifies if a spec file is generated.",
83
- "default": true
84
- },
85
- "flat": {
86
- "type": "boolean",
87
- "description": "Flag to indicate if a dir is created.",
88
- "default": false
89
- },
90
- "skipImport": {
91
- "type": "boolean",
92
- "description": "Flag to skip the module import.",
93
- "default": false
94
- },
95
- "selector": {
96
- "type": "string",
97
- "format": "html-selector",
98
- "description": "The selector to use for the component."
99
- },
100
- "module": {
101
- "type": "string",
102
- "description": "Allows specification of the declaring module.",
103
- "alias": "m"
104
- },
105
- "export": {
106
- "type": "boolean",
107
- "default": false,
108
- "description": "Specifies if declaring module exports the component."
109
- },
110
- "entryComponent": {
111
- "type": "boolean",
112
- "default": false,
113
- "description": "Specifies if the component is an entry component of declaring module."
114
- },
115
- "lintFix": {
116
- "type": "boolean",
117
- "default": false,
118
- "description": "Specifies whether to apply lint fixes after generating the component."
119
- }
120
- },
121
- "required": [
122
- "name"
123
- ],
124
- "id": "gantt-daymarkers"
125
- }
@@ -1,3 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { Schema } from './schema';
3
- export default function (options: Schema): Rule;
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
- const sampleDetails = require("./sample-details");
5
- function default_1(options) {
6
- return schematics_1.componentBuilder(options, sampleDetails);
7
- }
8
- exports.default = default_1;
@@ -1,5 +0,0 @@
1
- export declare const componentName: string;
2
- export declare const sampleName: string;
3
- export declare const diModules: string;
4
- export declare const packageName: string;
5
- export declare const libModules: string;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.componentName = 'gantt';
4
- exports.sampleName = 'default';
5
- exports.diModules = null;
6
- exports.packageName = '@syncfusion/ej2-angular-gantt';
7
- exports.libModules = 'GanttModule';
@@ -1,5 +0,0 @@
1
-
2
- .control-section {
3
- overflow: auto;
4
- padding-bottom: 10px;
5
- }
@@ -1,4 +0,0 @@
1
- <div class="control-section">
2
- <ejs-gantt [dataSource]='data' height='350'>
3
- </ejs-gantt>
4
- </div>
@@ -1,3 +0,0 @@
1
- import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
- export interface Schema extends ComponentSchema {
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });