@syncfusion/ej2-angular-gantt 20.3.59-ngcc → 20.3.59

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 (120) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/gantt/adddialogfields.directive.mjs +58 -0
  3. package/esm2020/src/gantt/columns.directive.mjs +72 -0
  4. package/esm2020/src/gantt/dayworkingtime.directive.mjs +58 -0
  5. package/esm2020/src/gantt/editdialogfields.directive.mjs +58 -0
  6. package/esm2020/src/gantt/eventmarkers.directive.mjs +57 -0
  7. package/esm2020/src/gantt/gantt-all.module.mjs +71 -0
  8. package/esm2020/src/gantt/gantt.component.mjs +255 -0
  9. package/esm2020/src/gantt/gantt.module.mjs +79 -0
  10. package/esm2020/src/gantt/holidays.directive.mjs +58 -0
  11. package/esm2020/src/index.mjs +11 -0
  12. package/esm2020/syncfusion-ej2-angular-gantt.mjs +5 -0
  13. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +734 -0
  14. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  15. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +734 -0
  16. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  17. package/package.json +27 -13
  18. package/schematics/utils/lib-details.d.ts +2 -2
  19. package/src/gantt/adddialogfields.directive.d.ts +5 -0
  20. package/src/gantt/columns.directive.d.ts +5 -0
  21. package/src/gantt/dayworkingtime.directive.d.ts +5 -0
  22. package/src/gantt/editdialogfields.directive.d.ts +5 -0
  23. package/src/gantt/eventmarkers.directive.d.ts +5 -0
  24. package/src/gantt/gantt-all.module.d.ts +6 -0
  25. package/src/gantt/gantt.component.d.ts +3 -0
  26. package/src/gantt/gantt.module.d.ts +12 -0
  27. package/src/gantt/holidays.directive.d.ts +5 -0
  28. package/styles/bootstrap-dark.css +2 -3
  29. package/styles/bootstrap.css +2 -3
  30. package/styles/bootstrap4.css +2 -3
  31. package/styles/bootstrap5-dark.css +2 -3
  32. package/styles/bootstrap5.css +2 -3
  33. package/styles/fabric-dark.css +2 -3
  34. package/styles/fabric.css +2 -3
  35. package/styles/fluent-dark.css +2 -3
  36. package/styles/fluent.css +2 -3
  37. package/styles/gantt/_all.scss +2 -0
  38. package/styles/gantt/_bootstrap-dark-definition.scss +210 -0
  39. package/styles/gantt/_bootstrap-definition.scss +211 -0
  40. package/styles/gantt/_bootstrap4-definition.scss +213 -0
  41. package/styles/gantt/_bootstrap5-dark-definition.scss +1 -0
  42. package/styles/gantt/_bootstrap5-definition.scss +215 -0
  43. package/styles/gantt/_fabric-dark-definition.scss +211 -0
  44. package/styles/gantt/_fabric-definition.scss +211 -0
  45. package/styles/gantt/_fluent-dark-definition.scss +1 -0
  46. package/styles/gantt/_fluent-definition.scss +215 -0
  47. package/styles/gantt/_fusionnew-definition.scss +214 -0
  48. package/styles/gantt/_highcontrast-definition.scss +211 -0
  49. package/styles/gantt/_highcontrast-light-definition.scss +211 -0
  50. package/styles/gantt/_layout.scss +1446 -0
  51. package/styles/gantt/_material-dark-definition.scss +212 -0
  52. package/styles/gantt/_material-definition.scss +212 -0
  53. package/styles/gantt/_material3-definition.scss +215 -0
  54. package/styles/gantt/_tailwind-dark-definition.scss +1 -0
  55. package/styles/gantt/_tailwind-definition.scss +215 -0
  56. package/styles/gantt/_theme.scss +702 -0
  57. package/styles/gantt/bootstrap-dark.css +2 -3
  58. package/styles/gantt/bootstrap-dark.scss +22 -1
  59. package/styles/gantt/bootstrap.css +2 -3
  60. package/styles/gantt/bootstrap.scss +22 -1
  61. package/styles/gantt/bootstrap4.css +2 -3
  62. package/styles/gantt/bootstrap4.scss +22 -1
  63. package/styles/gantt/bootstrap5-dark.css +2 -3
  64. package/styles/gantt/bootstrap5-dark.scss +22 -1
  65. package/styles/gantt/bootstrap5.css +2 -3
  66. package/styles/gantt/bootstrap5.scss +22 -1
  67. package/styles/gantt/fabric-dark.css +2 -3
  68. package/styles/gantt/fabric-dark.scss +22 -1
  69. package/styles/gantt/fabric.css +2 -3
  70. package/styles/gantt/fabric.scss +22 -1
  71. package/styles/gantt/fluent-dark.css +2 -3
  72. package/styles/gantt/fluent-dark.scss +22 -1
  73. package/styles/gantt/fluent.css +2 -3
  74. package/styles/gantt/fluent.scss +22 -1
  75. package/styles/gantt/highcontrast-light.css +2 -3
  76. package/styles/gantt/highcontrast-light.scss +21 -1
  77. package/styles/gantt/highcontrast.css +2 -3
  78. package/styles/gantt/highcontrast.scss +22 -1
  79. package/styles/gantt/icons/_bootstrap-dark.scss +124 -0
  80. package/styles/gantt/icons/_bootstrap.scss +124 -0
  81. package/styles/gantt/icons/_bootstrap4.scss +124 -0
  82. package/styles/gantt/icons/_bootstrap5-dark.scss +1 -0
  83. package/styles/gantt/icons/_bootstrap5.scss +124 -0
  84. package/styles/gantt/icons/_fabric-dark.scss +124 -0
  85. package/styles/gantt/icons/_fabric.scss +124 -0
  86. package/styles/gantt/icons/_fluent-dark.scss +1 -0
  87. package/styles/gantt/icons/_fluent.scss +124 -0
  88. package/styles/gantt/icons/_fusionnew.scss +120 -0
  89. package/styles/gantt/icons/_highcontrast.scss +124 -0
  90. package/styles/gantt/icons/_material-dark.scss +124 -0
  91. package/styles/gantt/icons/_material.scss +124 -0
  92. package/styles/gantt/icons/_material3.scss +124 -0
  93. package/styles/gantt/icons/_tailwind-dark.scss +124 -0
  94. package/styles/gantt/icons/_tailwind.scss +124 -0
  95. package/styles/gantt/material-dark.css +2 -3
  96. package/styles/gantt/material-dark.scss +22 -1
  97. package/styles/gantt/material.css +2 -3
  98. package/styles/gantt/material.scss +22 -1
  99. package/styles/gantt/tailwind-dark.css +2 -3
  100. package/styles/gantt/tailwind-dark.scss +22 -1
  101. package/styles/gantt/tailwind.css +2 -3
  102. package/styles/gantt/tailwind.scss +22 -1
  103. package/styles/highcontrast-light.css +2 -3
  104. package/styles/highcontrast.css +2 -3
  105. package/styles/material-dark.css +2 -3
  106. package/styles/material.css +2 -3
  107. package/styles/tailwind-dark.css +2 -3
  108. package/styles/tailwind.css +2 -3
  109. package/{ej2-angular-gantt.d.ts → syncfusion-ej2-angular-gantt.d.ts} +1 -1
  110. package/@syncfusion/ej2-angular-gantt.es5.js +0 -812
  111. package/@syncfusion/ej2-angular-gantt.es5.js.map +0 -1
  112. package/@syncfusion/ej2-angular-gantt.js +0 -764
  113. package/@syncfusion/ej2-angular-gantt.js.map +0 -1
  114. package/CHANGELOG.md +0 -1478
  115. package/dist/ej2-angular-gantt.umd.js +0 -908
  116. package/dist/ej2-angular-gantt.umd.js.map +0 -1
  117. package/dist/ej2-angular-gantt.umd.min.js +0 -11
  118. package/dist/ej2-angular-gantt.umd.min.js.map +0 -1
  119. package/ej2-angular-gantt.metadata.json +0 -1
  120. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,124 @@
1
+ @include export-module('gantt-tailwind-icons') {
2
+ #{&}.e-gantt {
3
+ .e-add::before {
4
+ content: '\e805';
5
+ }
6
+
7
+ .e-critical-path::before {
8
+ content: '\e88c';
9
+ }
10
+
11
+ .e-edit::before {
12
+ content: '\e730';
13
+ }
14
+
15
+ .e-delete::before {
16
+ content: '\e820';
17
+ }
18
+
19
+ .e-cancel::before {
20
+ content: '\e7e7';
21
+ }
22
+
23
+ .e-save::before {
24
+ content: '\e7c8';
25
+ }
26
+
27
+ .e-update::before {
28
+ content: '\e7c8';
29
+ }
30
+
31
+ .e-search-icon::before {
32
+ content: '\e754';
33
+ }
34
+
35
+ .e-cancel-icon::before {
36
+ content: '\e7e7';
37
+ }
38
+
39
+ .e-notes-info::before {
40
+ content: '\e72d';
41
+ }
42
+
43
+ .e-left-resize-gripper::before,
44
+ .e-right-resize-gripper::before {
45
+ content: '\e770';
46
+ }
47
+
48
+ .e-expandall::before {
49
+ content: '\e7c9';
50
+ }
51
+
52
+ .e-collapseall::before {
53
+ content: '\e80f';
54
+ }
55
+
56
+ .e-prevtimespan::before {
57
+ content: '\e773';
58
+ }
59
+
60
+ .e-nexttimespan::before {
61
+ content: '\e7f9';
62
+ }
63
+
64
+ .e-zoomin::before {
65
+ content: '\e795';
66
+ }
67
+
68
+ .e-zoomout::before {
69
+ content: '\e825';
70
+ }
71
+
72
+ .e-zoomtofit::before {
73
+ content: '\e838';
74
+ }
75
+
76
+ .e-csvexport::before {
77
+ content: '\e7ba';
78
+ }
79
+
80
+ .e-excelexport::before {
81
+ content: '\e7c1';
82
+ }
83
+
84
+ .e-pdfexport::before {
85
+ content: '\e700';
86
+ }
87
+
88
+ .e-indent::before {
89
+ content: '\e810';
90
+ }
91
+
92
+ .e-outdent::before {
93
+ content: '\e72a';
94
+ }
95
+
96
+ .e-add-above::before {
97
+ content: '\e836';
98
+ }
99
+
100
+ .e-add-below::before {
101
+ content: '\e801';
102
+ }
103
+ }
104
+
105
+ #{&}.e-gantt.e-device {
106
+ .e-backarrowspan::before,
107
+ .e-icon-dlg-close::before {
108
+ content: '\e773';
109
+ }
110
+
111
+ .e-left-resize-gripper::before,
112
+ .e-right-resize-gripper::before {
113
+ content: '\e770';
114
+ }
115
+ }
116
+
117
+ .e-gantt-tooltip-arrow-left::before {
118
+ content: '\e773';
119
+ }
120
+
121
+ .e-gantt-tooltip-arrow-right::before {
122
+ content: '\e7f9';
123
+ }
124
+ }
@@ -0,0 +1,124 @@
1
+ @include export-module('gantt-tailwind-icons') {
2
+ #{&}.e-gantt {
3
+ .e-add::before {
4
+ content: '\e805';
5
+ }
6
+
7
+ .e-critical-path::before {
8
+ content: '\e88c';
9
+ }
10
+
11
+ .e-edit::before {
12
+ content: '\e730';
13
+ }
14
+
15
+ .e-delete::before {
16
+ content: '\e820';
17
+ }
18
+
19
+ .e-cancel::before {
20
+ content: '\e7e7';
21
+ }
22
+
23
+ .e-save::before {
24
+ content: '\e7c8';
25
+ }
26
+
27
+ .e-update::before {
28
+ content: '\e7c8';
29
+ }
30
+
31
+ .e-search-icon::before {
32
+ content: '\e754';
33
+ }
34
+
35
+ .e-cancel-icon::before {
36
+ content: '\e7e7';
37
+ }
38
+
39
+ .e-notes-info::before {
40
+ content: '\e72d';
41
+ }
42
+
43
+ .e-left-resize-gripper::before,
44
+ .e-right-resize-gripper::before {
45
+ content: '\e770';
46
+ }
47
+
48
+ .e-expandall::before {
49
+ content: '\e7c9';
50
+ }
51
+
52
+ .e-collapseall::before {
53
+ content: '\e80f';
54
+ }
55
+
56
+ .e-prevtimespan::before {
57
+ content: '\e773';
58
+ }
59
+
60
+ .e-nexttimespan::before {
61
+ content: '\e7f9';
62
+ }
63
+
64
+ .e-zoomin::before {
65
+ content: '\e795';
66
+ }
67
+
68
+ .e-zoomout::before {
69
+ content: '\e825';
70
+ }
71
+
72
+ .e-zoomtofit::before {
73
+ content: '\e838';
74
+ }
75
+
76
+ .e-csvexport::before {
77
+ content: '\e7ba';
78
+ }
79
+
80
+ .e-excelexport::before {
81
+ content: '\e7c1';
82
+ }
83
+
84
+ .e-pdfexport::before {
85
+ content: '\e700';
86
+ }
87
+
88
+ .e-indent::before {
89
+ content: '\e810';
90
+ }
91
+
92
+ .e-outdent::before {
93
+ content: '\e72a';
94
+ }
95
+
96
+ .e-add-above::before {
97
+ content: '\e836';
98
+ }
99
+
100
+ .e-add-below::before {
101
+ content: '\e801';
102
+ }
103
+ }
104
+
105
+ #{&}.e-gantt.e-device {
106
+ .e-backarrowspan::before,
107
+ .e-icon-dlg-close::before {
108
+ content: '\e773';
109
+ }
110
+
111
+ .e-left-resize-gripper::before,
112
+ .e-right-resize-gripper::before {
113
+ content: '\e770';
114
+ }
115
+ }
116
+
117
+ .e-gantt-tooltip-arrow-left::before {
118
+ content: '\e773';
119
+ }
120
+
121
+ .e-gantt-tooltip-arrow-right::before {
122
+ content: '\e7f9';
123
+ }
124
+ }
@@ -0,0 +1,124 @@
1
+ @include export-module('gantt-tailwind-icons') {
2
+ #{&}.e-gantt {
3
+ .e-add::before {
4
+ content: '\e805';
5
+ }
6
+
7
+ .e-critical-path::before {
8
+ content: '\e88c';
9
+ }
10
+
11
+ .e-edit::before {
12
+ content: '\e730';
13
+ }
14
+
15
+ .e-delete::before {
16
+ content: '\e820';
17
+ }
18
+
19
+ .e-cancel::before {
20
+ content: '\e7e7';
21
+ }
22
+
23
+ .e-save::before {
24
+ content: '\e7c8';
25
+ }
26
+
27
+ .e-update::before {
28
+ content: '\e7c8';
29
+ }
30
+
31
+ .e-search-icon::before {
32
+ content: '\e754';
33
+ }
34
+
35
+ .e-cancel-icon::before {
36
+ content: '\e7e7';
37
+ }
38
+
39
+ .e-notes-info::before {
40
+ content: '\e72d';
41
+ }
42
+
43
+ .e-left-resize-gripper::before,
44
+ .e-right-resize-gripper::before {
45
+ content: '\e770';
46
+ }
47
+
48
+ .e-expandall::before {
49
+ content: '\e7c9';
50
+ }
51
+
52
+ .e-collapseall::before {
53
+ content: '\e80f';
54
+ }
55
+
56
+ .e-prevtimespan::before {
57
+ content: '\e773';
58
+ }
59
+
60
+ .e-nexttimespan::before {
61
+ content: '\e7f9';
62
+ }
63
+
64
+ .e-zoomin::before {
65
+ content: '\e795';
66
+ }
67
+
68
+ .e-zoomout::before {
69
+ content: '\e825';
70
+ }
71
+
72
+ .e-zoomtofit::before {
73
+ content: '\e838';
74
+ }
75
+
76
+ .e-csvexport::before {
77
+ content: '\e7ba';
78
+ }
79
+
80
+ .e-excelexport::before {
81
+ content: '\e7c1';
82
+ }
83
+
84
+ .e-pdfexport::before {
85
+ content: '\e700';
86
+ }
87
+
88
+ .e-indent::before {
89
+ content: '\e810';
90
+ }
91
+
92
+ .e-outdent::before {
93
+ content: '\e72a';
94
+ }
95
+
96
+ .e-add-above::before {
97
+ content: '\e836';
98
+ }
99
+
100
+ .e-add-below::before {
101
+ content: '\e801';
102
+ }
103
+ }
104
+
105
+ #{&}.e-gantt.e-device {
106
+ .e-backarrowspan::before,
107
+ .e-icon-dlg-close::before {
108
+ content: '\e773';
109
+ }
110
+
111
+ .e-left-resize-gripper::before,
112
+ .e-right-resize-gripper::before {
113
+ content: '\e770';
114
+ }
115
+ }
116
+
117
+ .e-gantt-tooltip-arrow-left::before {
118
+ content: '\e773';
119
+ }
120
+
121
+ .e-gantt-tooltip-arrow-right::before {
122
+ content: '\e7f9';
123
+ }
124
+ }
@@ -703,10 +703,10 @@
703
703
  box-sizing: border-box;
704
704
  }
705
705
  .e-gantt .e-gantt-chart .e-zero-spacing {
706
- border-spacing: 0.25px;
706
+ border-spacing: 0;
707
707
  }
708
708
  .e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
709
- border-top: 0;
709
+ border-top-color: transparent;
710
710
  }
711
711
  .e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
712
712
  border-collapse: separate;
@@ -951,7 +951,6 @@
951
951
  }
952
952
  .e-gantt .e-gantt-chart .e-task-table {
953
953
  overflow: hidden;
954
- border-collapse: separate;
955
954
  }
956
955
  .e-gantt .e-gantt-chart .e-left-resize-gripper,
957
956
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
@@ -1 +1,22 @@
1
- @import 'ej2-gantt/styles/gantt/material-dark.scss';
1
+ @import 'ej2-base/styles/material-dark-definition.scss';
2
+ @import 'ej2-grids/styles/grid/material-dark-definition.scss';
3
+ @import 'ej2-treegrid/styles/treegrid/material-dark-definition.scss';
4
+ @import 'ej2-richtexteditor/styles/rich-text-editor/material-dark-definition.scss';
5
+ @import 'ej2-calendars/styles/datepicker/material-dark-definition.scss';
6
+ @import 'ej2-calendars/styles/datetimepicker/material-dark-definition.scss';
7
+ @import 'ej2-buttons/styles/button/material-dark-definition.scss';
8
+ @import 'ej2-dropdowns/styles/drop-down-list/material-dark-definition.scss';
9
+ @import 'ej2-dropdowns/styles/combo-box/material-dark-definition.scss';
10
+ @import 'ej2-dropdowns/styles/multi-select/material-dark-definition.scss';
11
+ @import 'ej2-navigations/styles/toolbar/material-dark-definition.scss';
12
+ @import 'ej2-navigations/styles/tab/material-dark-definition.scss';
13
+ @import 'ej2-navigations/styles/context-menu/material-dark-definition.scss';
14
+ @import 'ej2-inputs/styles/input/material-dark-definition.scss';
15
+ @import 'ej2-inputs/styles/numerictextbox/material-dark-definition.scss';
16
+ @import 'ej2-popups/styles/dialog/material-dark-definition.scss';
17
+ @import 'ej2-popups/styles/spinner/material-dark-definition.scss';
18
+ @import 'ej2-popups/styles/tooltip/material-dark-definition.scss';
19
+ @import 'ej2-layouts/styles/splitter/material-dark-definition.scss';
20
+ @import 'material-dark-definition.scss';
21
+ @import 'icons/material-dark.scss';
22
+ @import 'all.scss';
@@ -742,10 +742,10 @@
742
742
  box-sizing: border-box;
743
743
  }
744
744
  .e-gantt .e-gantt-chart .e-zero-spacing {
745
- border-spacing: 0.25px;
745
+ border-spacing: 0;
746
746
  }
747
747
  .e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
748
- border-top: 0;
748
+ border-top-color: transparent;
749
749
  }
750
750
  .e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
751
751
  border-collapse: separate;
@@ -990,7 +990,6 @@
990
990
  }
991
991
  .e-gantt .e-gantt-chart .e-task-table {
992
992
  overflow: hidden;
993
- border-collapse: separate;
994
993
  }
995
994
  .e-gantt .e-gantt-chart .e-left-resize-gripper,
996
995
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
@@ -1 +1,22 @@
1
- @import 'ej2-gantt/styles/gantt/material.scss';
1
+ @import 'ej2-base/styles/material-definition.scss';
2
+ @import 'ej2-grids/styles/grid/material-definition.scss';
3
+ @import 'ej2-treegrid/styles/treegrid/material-definition.scss';
4
+ @import 'ej2-richtexteditor/styles/rich-text-editor/material-definition.scss';
5
+ @import 'ej2-calendars/styles/datepicker/material-definition.scss';
6
+ @import 'ej2-calendars/styles/datetimepicker/material-definition.scss';
7
+ @import 'ej2-buttons/styles/button/material-definition.scss';
8
+ @import 'ej2-dropdowns/styles/drop-down-list/material-definition.scss';
9
+ @import 'ej2-dropdowns/styles/combo-box/material-definition.scss';
10
+ @import 'ej2-dropdowns/styles/multi-select/material-definition.scss';
11
+ @import 'ej2-navigations/styles/toolbar/material-definition.scss';
12
+ @import 'ej2-navigations/styles/tab/material-definition.scss';
13
+ @import 'ej2-navigations/styles/context-menu/material-definition.scss';
14
+ @import 'ej2-inputs/styles/input/material-definition.scss';
15
+ @import 'ej2-inputs/styles/numerictextbox/material-definition.scss';
16
+ @import 'ej2-popups/styles/dialog/material-definition.scss';
17
+ @import 'ej2-popups/styles/spinner/material-definition.scss';
18
+ @import 'ej2-popups/styles/tooltip/material-definition.scss';
19
+ @import 'ej2-layouts/styles/splitter/material-definition.scss';
20
+ @import 'material-definition.scss';
21
+ @import 'icons/material.scss';
22
+ @import 'all.scss';
@@ -709,10 +709,10 @@
709
709
  box-sizing: border-box;
710
710
  }
711
711
  .e-gantt .e-gantt-chart .e-zero-spacing {
712
- border-spacing: 0.25px;
712
+ border-spacing: 0;
713
713
  }
714
714
  .e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
715
- border-top: 0;
715
+ border-top-color: transparent;
716
716
  }
717
717
  .e-gantt .e-gantt-chart .e-chart-row {
718
718
  line-height: normal;
@@ -960,7 +960,6 @@
960
960
  }
961
961
  .e-gantt .e-gantt-chart .e-task-table {
962
962
  overflow: hidden;
963
- border-collapse: separate;
964
963
  }
965
964
  .e-gantt .e-gantt-chart .e-left-resize-gripper,
966
965
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
@@ -1 +1,22 @@
1
- @import 'ej2-gantt/styles/gantt/tailwind-dark.scss';
1
+ @import 'ej2-base/styles/tailwind-dark-definition.scss';
2
+ @import 'ej2-grids/styles/grid/tailwind-dark-definition.scss';
3
+ @import 'ej2-treegrid/styles/treegrid/tailwind-dark-definition.scss';
4
+ @import 'ej2-richtexteditor/styles/rich-text-editor/tailwind-dark-definition.scss';
5
+ @import 'ej2-calendars/styles/datepicker/tailwind-dark-definition.scss';
6
+ @import 'ej2-calendars/styles/datetimepicker/tailwind-dark-definition.scss';
7
+ @import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
8
+ @import 'ej2-dropdowns/styles/drop-down-list/tailwind-dark-definition.scss';
9
+ @import 'ej2-dropdowns/styles/combo-box/tailwind-dark-definition.scss';
10
+ @import 'ej2-dropdowns/styles/multi-select/tailwind-dark-definition.scss';
11
+ @import 'ej2-navigations/styles/toolbar/tailwind-dark-definition.scss';
12
+ @import 'ej2-navigations/styles/tab/tailwind-dark-definition.scss';
13
+ @import 'ej2-navigations/styles/context-menu/tailwind-dark-definition.scss';
14
+ @import 'ej2-inputs/styles/input/tailwind-dark-definition.scss';
15
+ @import 'ej2-inputs/styles/numerictextbox/tailwind-dark-definition.scss';
16
+ @import 'ej2-popups/styles/dialog/tailwind-dark-definition.scss';
17
+ @import 'ej2-popups/styles/spinner/tailwind-dark-definition.scss';
18
+ @import 'ej2-popups/styles/tooltip/tailwind-dark-definition.scss';
19
+ @import 'ej2-layouts/styles/splitter/tailwind-dark-definition.scss';
20
+ @import 'tailwind-dark-definition.scss';
21
+ @import 'icons/tailwind-dark.scss';
22
+ @import 'all.scss';
@@ -709,10 +709,10 @@
709
709
  box-sizing: border-box;
710
710
  }
711
711
  .e-gantt .e-gantt-chart .e-zero-spacing {
712
- border-spacing: 0.25px;
712
+ border-spacing: 0;
713
713
  }
714
714
  .e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
715
- border-top: 0;
715
+ border-top-color: transparent;
716
716
  }
717
717
  .e-gantt .e-gantt-chart .e-chart-row {
718
718
  line-height: normal;
@@ -960,7 +960,6 @@
960
960
  }
961
961
  .e-gantt .e-gantt-chart .e-task-table {
962
962
  overflow: hidden;
963
- border-collapse: separate;
964
963
  }
965
964
  .e-gantt .e-gantt-chart .e-left-resize-gripper,
966
965
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
@@ -1 +1,22 @@
1
- @import 'ej2-gantt/styles/gantt/tailwind.scss';
1
+ @import 'ej2-base/styles/tailwind-definition.scss';
2
+ @import 'ej2-grids/styles/grid/tailwind-definition.scss';
3
+ @import 'ej2-treegrid/styles/treegrid/tailwind-definition.scss';
4
+ @import 'ej2-richtexteditor/styles/rich-text-editor/tailwind-definition.scss';
5
+ @import 'ej2-calendars/styles/datepicker/tailwind-definition.scss';
6
+ @import 'ej2-calendars/styles/datetimepicker/tailwind-definition.scss';
7
+ @import 'ej2-buttons/styles/button/tailwind-definition.scss';
8
+ @import 'ej2-dropdowns/styles/drop-down-list/tailwind-definition.scss';
9
+ @import 'ej2-dropdowns/styles/combo-box/tailwind-definition.scss';
10
+ @import 'ej2-dropdowns/styles/multi-select/tailwind-definition.scss';
11
+ @import 'ej2-navigations/styles/toolbar/tailwind-definition.scss';
12
+ @import 'ej2-navigations/styles/tab/tailwind-definition.scss';
13
+ @import 'ej2-navigations/styles/context-menu/tailwind-definition.scss';
14
+ @import 'ej2-inputs/styles/input/tailwind-definition.scss';
15
+ @import 'ej2-inputs/styles/numerictextbox/tailwind-definition.scss';
16
+ @import 'ej2-popups/styles/dialog/tailwind-definition.scss';
17
+ @import 'ej2-popups/styles/spinner/tailwind-definition.scss';
18
+ @import 'ej2-popups/styles/tooltip/tailwind-definition.scss';
19
+ @import 'ej2-layouts/styles/splitter/tailwind-definition.scss';
20
+ @import 'tailwind-definition.scss';
21
+ @import 'icons/tailwind.scss';
22
+ @import 'all.scss';
@@ -638,10 +638,10 @@
638
638
  box-sizing: border-box;
639
639
  }
640
640
  .e-gantt .e-gantt-chart .e-zero-spacing {
641
- border-spacing: 0.25px;
641
+ border-spacing: 0;
642
642
  }
643
643
  .e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
644
- border-top: 0;
644
+ border-top-color: transparent;
645
645
  }
646
646
  .e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
647
647
  border-collapse: separate;
@@ -886,7 +886,6 @@
886
886
  }
887
887
  .e-gantt .e-gantt-chart .e-task-table {
888
888
  overflow: hidden;
889
- border-collapse: separate;
890
889
  }
891
890
  .e-gantt .e-gantt-chart .e-left-resize-gripper,
892
891
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
@@ -740,10 +740,10 @@
740
740
  box-sizing: border-box;
741
741
  }
742
742
  .e-gantt .e-gantt-chart .e-zero-spacing {
743
- border-spacing: 0.25px;
743
+ border-spacing: 0;
744
744
  }
745
745
  .e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
746
- border-top: 0;
746
+ border-top-color: transparent;
747
747
  }
748
748
  .e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
749
749
  border-collapse: separate;
@@ -988,7 +988,6 @@
988
988
  }
989
989
  .e-gantt .e-gantt-chart .e-task-table {
990
990
  overflow: hidden;
991
- border-collapse: separate;
992
991
  }
993
992
  .e-gantt .e-gantt-chart .e-left-resize-gripper,
994
993
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
@@ -703,10 +703,10 @@
703
703
  box-sizing: border-box;
704
704
  }
705
705
  .e-gantt .e-gantt-chart .e-zero-spacing {
706
- border-spacing: 0.25px;
706
+ border-spacing: 0;
707
707
  }
708
708
  .e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
709
- border-top: 0;
709
+ border-top-color: transparent;
710
710
  }
711
711
  .e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
712
712
  border-collapse: separate;
@@ -951,7 +951,6 @@
951
951
  }
952
952
  .e-gantt .e-gantt-chart .e-task-table {
953
953
  overflow: hidden;
954
- border-collapse: separate;
955
954
  }
956
955
  .e-gantt .e-gantt-chart .e-left-resize-gripper,
957
956
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
@@ -742,10 +742,10 @@
742
742
  box-sizing: border-box;
743
743
  }
744
744
  .e-gantt .e-gantt-chart .e-zero-spacing {
745
- border-spacing: 0.25px;
745
+ border-spacing: 0;
746
746
  }
747
747
  .e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
748
- border-top: 0;
748
+ border-top-color: transparent;
749
749
  }
750
750
  .e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
751
751
  border-collapse: separate;
@@ -990,7 +990,6 @@
990
990
  }
991
991
  .e-gantt .e-gantt-chart .e-task-table {
992
992
  overflow: hidden;
993
- border-collapse: separate;
994
993
  }
995
994
  .e-gantt .e-gantt-chart .e-left-resize-gripper,
996
995
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
@@ -709,10 +709,10 @@
709
709
  box-sizing: border-box;
710
710
  }
711
711
  .e-gantt .e-gantt-chart .e-zero-spacing {
712
- border-spacing: 0.25px;
712
+ border-spacing: 0;
713
713
  }
714
714
  .e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
715
- border-top: 0;
715
+ border-top-color: transparent;
716
716
  }
717
717
  .e-gantt .e-gantt-chart .e-chart-row {
718
718
  line-height: normal;
@@ -960,7 +960,6 @@
960
960
  }
961
961
  .e-gantt .e-gantt-chart .e-task-table {
962
962
  overflow: hidden;
963
- border-collapse: separate;
964
963
  }
965
964
  .e-gantt .e-gantt-chart .e-left-resize-gripper,
966
965
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
@@ -709,10 +709,10 @@
709
709
  box-sizing: border-box;
710
710
  }
711
711
  .e-gantt .e-gantt-chart .e-zero-spacing {
712
- border-spacing: 0.25px;
712
+ border-spacing: 0;
713
713
  }
714
714
  .e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
715
- border-top: 0;
715
+ border-top-color: transparent;
716
716
  }
717
717
  .e-gantt .e-gantt-chart .e-chart-row {
718
718
  line-height: normal;
@@ -960,7 +960,6 @@
960
960
  }
961
961
  .e-gantt .e-gantt-chart .e-task-table {
962
962
  overflow: hidden;
963
- border-collapse: separate;
964
963
  }
965
964
  .e-gantt .e-gantt-chart .e-left-resize-gripper,
966
965
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
+ /// <amd-module name="@syncfusion/ej2-angular-gantt" />
4
5
  export * from './public_api';
5
- export { inputs as ɵa, outputs as ɵb } from './src/gantt/gantt.component';