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

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 (166) 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 +68 -0
  8. package/esm2020/src/gantt/gantt.component.mjs +248 -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 +724 -0
  14. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  15. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +724 -0
  16. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  17. package/package.json +27 -13
  18. package/schematics/utils/lib-details.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 -1
  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/src/index.d.ts +1 -1
  29. package/styles/bootstrap-dark.css +63 -59
  30. package/styles/bootstrap.css +63 -59
  31. package/styles/bootstrap4.css +63 -59
  32. package/styles/bootstrap5-dark.css +67 -60
  33. package/styles/bootstrap5.css +67 -60
  34. package/styles/fabric-dark.css +63 -59
  35. package/styles/fabric.css +63 -59
  36. package/styles/fluent-dark.css +63 -59
  37. package/styles/fluent.css +63 -59
  38. package/styles/gantt/_all.scss +2 -0
  39. package/styles/gantt/_bootstrap-dark-definition.scss +207 -0
  40. package/styles/gantt/_bootstrap-definition.scss +208 -0
  41. package/styles/gantt/_bootstrap4-definition.scss +210 -0
  42. package/styles/gantt/_bootstrap5-dark-definition.scss +1 -0
  43. package/styles/gantt/_bootstrap5-definition.scss +212 -0
  44. package/styles/gantt/_fabric-dark-definition.scss +208 -0
  45. package/styles/gantt/_fabric-definition.scss +208 -0
  46. package/styles/gantt/_fluent-dark-definition.scss +1 -0
  47. package/styles/gantt/_fluent-definition.scss +212 -0
  48. package/styles/gantt/_fusionnew-definition.scss +211 -0
  49. package/styles/gantt/_highcontrast-definition.scss +208 -0
  50. package/styles/gantt/_highcontrast-light-definition.scss +208 -0
  51. package/styles/gantt/_layout.scss +1355 -0
  52. package/styles/gantt/_material-dark-definition.scss +209 -0
  53. package/styles/gantt/_material-definition.scss +209 -0
  54. package/styles/gantt/_material3-definition.scss +212 -0
  55. package/styles/gantt/_tailwind-dark-definition.scss +1 -0
  56. package/styles/gantt/_tailwind-definition.scss +212 -0
  57. package/styles/gantt/_theme.scss +702 -0
  58. package/styles/gantt/bootstrap-dark.css +63 -59
  59. package/styles/gantt/bootstrap-dark.scss +22 -1
  60. package/styles/gantt/bootstrap.css +63 -59
  61. package/styles/gantt/bootstrap.scss +22 -1
  62. package/styles/gantt/bootstrap4.css +63 -59
  63. package/styles/gantt/bootstrap4.scss +22 -1
  64. package/styles/gantt/bootstrap5-dark.css +67 -60
  65. package/styles/gantt/bootstrap5-dark.scss +22 -1
  66. package/styles/gantt/bootstrap5.css +67 -60
  67. package/styles/gantt/bootstrap5.scss +22 -1
  68. package/styles/gantt/fabric-dark.css +63 -59
  69. package/styles/gantt/fabric-dark.scss +22 -1
  70. package/styles/gantt/fabric.css +63 -59
  71. package/styles/gantt/fabric.scss +22 -1
  72. package/styles/gantt/fluent-dark.css +63 -59
  73. package/styles/gantt/fluent-dark.scss +22 -1
  74. package/styles/gantt/fluent.css +63 -59
  75. package/styles/gantt/fluent.scss +22 -1
  76. package/styles/gantt/highcontrast-light.css +66 -59
  77. package/styles/gantt/highcontrast-light.scss +21 -1
  78. package/styles/gantt/highcontrast.css +66 -59
  79. package/styles/gantt/highcontrast.scss +22 -1
  80. package/styles/gantt/icons/_bootstrap-dark.scss +124 -0
  81. package/styles/gantt/icons/_bootstrap.scss +124 -0
  82. package/styles/gantt/icons/_bootstrap4.scss +124 -0
  83. package/styles/gantt/icons/_bootstrap5-dark.scss +1 -0
  84. package/styles/gantt/icons/_bootstrap5.scss +124 -0
  85. package/styles/gantt/icons/_fabric-dark.scss +124 -0
  86. package/styles/gantt/icons/_fabric.scss +124 -0
  87. package/styles/gantt/icons/_fluent-dark.scss +1 -0
  88. package/styles/gantt/icons/_fluent.scss +124 -0
  89. package/styles/gantt/icons/_fusionnew.scss +120 -0
  90. package/styles/gantt/icons/_highcontrast.scss +124 -0
  91. package/styles/gantt/icons/_material-dark.scss +124 -0
  92. package/styles/gantt/icons/_material.scss +124 -0
  93. package/styles/gantt/icons/_material3.scss +124 -0
  94. package/styles/gantt/icons/_tailwind-dark.scss +124 -0
  95. package/styles/gantt/icons/_tailwind.scss +124 -0
  96. package/styles/gantt/material-dark.css +66 -62
  97. package/styles/gantt/material-dark.scss +22 -1
  98. package/styles/gantt/material.css +66 -62
  99. package/styles/gantt/material.scss +22 -1
  100. package/styles/gantt/tailwind-dark.css +65 -61
  101. package/styles/gantt/tailwind-dark.scss +22 -1
  102. package/styles/gantt/tailwind.css +65 -61
  103. package/styles/gantt/tailwind.scss +22 -1
  104. package/styles/highcontrast-light.css +66 -59
  105. package/styles/highcontrast.css +66 -59
  106. package/styles/material-dark.css +66 -62
  107. package/styles/material.css +66 -62
  108. package/styles/tailwind-dark.css +65 -61
  109. package/styles/tailwind.css +65 -61
  110. package/{ej2-angular-gantt.d.ts → syncfusion-ej2-angular-gantt.d.ts} +1 -1
  111. package/@syncfusion/ej2-angular-gantt.es5.js +0 -812
  112. package/@syncfusion/ej2-angular-gantt.es5.js.map +0 -1
  113. package/@syncfusion/ej2-angular-gantt.js +0 -764
  114. package/@syncfusion/ej2-angular-gantt.js.map +0 -1
  115. package/CHANGELOG.md +0 -1314
  116. package/dist/ej2-angular-gantt.umd.js +0 -908
  117. package/dist/ej2-angular-gantt.umd.js.map +0 -1
  118. package/dist/ej2-angular-gantt.umd.min.js +0 -11
  119. package/dist/ej2-angular-gantt.umd.min.js.map +0 -1
  120. package/ej2-angular-gantt.metadata.json +0 -1
  121. package/postinstall/tagchange.js +0 -18
  122. package/schematics/collection.json +0 -30
  123. package/schematics/generators/gantt-daymarkers/index.d.ts +0 -3
  124. package/schematics/generators/gantt-daymarkers/index.js +0 -8
  125. package/schematics/generators/gantt-daymarkers/sample-details.d.ts +0 -5
  126. package/schematics/generators/gantt-daymarkers/sample-details.js +0 -7
  127. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
  128. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -6
  129. package/schematics/generators/gantt-daymarkers/schema.d.ts +0 -3
  130. package/schematics/generators/gantt-daymarkers/schema.js +0 -2
  131. package/schematics/generators/gantt-daymarkers/schema.json +0 -125
  132. package/schematics/generators/gantt-default/index.d.ts +0 -3
  133. package/schematics/generators/gantt-default/index.js +0 -8
  134. package/schematics/generators/gantt-default/sample-details.d.ts +0 -5
  135. package/schematics/generators/gantt-default/sample-details.js +0 -7
  136. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  137. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  138. package/schematics/generators/gantt-default/schema.d.ts +0 -3
  139. package/schematics/generators/gantt-default/schema.js +0 -2
  140. package/schematics/generators/gantt-default/schema.json +0 -125
  141. package/schematics/generators/gantt-editing/index.d.ts +0 -3
  142. package/schematics/generators/gantt-editing/index.js +0 -8
  143. package/schematics/generators/gantt-editing/sample-details.d.ts +0 -5
  144. package/schematics/generators/gantt-editing/sample-details.js +0 -7
  145. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  146. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  147. package/schematics/generators/gantt-editing/schema.d.ts +0 -3
  148. package/schematics/generators/gantt-editing/schema.js +0 -2
  149. package/schematics/generators/gantt-editing/schema.json +0 -125
  150. package/schematics/generators/gantt-localdata/index.d.ts +0 -3
  151. package/schematics/generators/gantt-localdata/index.js +0 -8
  152. package/schematics/generators/gantt-localdata/sample-details.d.ts +0 -5
  153. package/schematics/generators/gantt-localdata/sample-details.js +0 -7
  154. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  155. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  156. package/schematics/generators/gantt-localdata/schema.d.ts +0 -3
  157. package/schematics/generators/gantt-localdata/schema.js +0 -2
  158. package/schematics/generators/gantt-localdata/schema.json +0 -125
  159. package/schematics/ng-add/index.d.ts +0 -3
  160. package/schematics/ng-add/index.js +0 -9
  161. package/schematics/ng-add/schema.d.ts +0 -13
  162. package/schematics/ng-add/schema.js +0 -2
  163. package/schematics/ng-add/schema.json +0 -34
  164. package/schematics/tsconfig.json +0 -25
  165. package/schematics/utils/lib-details.d.ts +0 -4
  166. package/schematics/utils/lib-details.js +0 -6
@@ -0,0 +1,1355 @@
1
+ @include export-module('gantt-layout') {
2
+
3
+ .e-bigger {
4
+ .e-gantt {
5
+ .e-gantt-chart {
6
+ .e-timeline-header-container {
7
+ height: $gantt-bigger-header-border-height;
8
+ }
9
+
10
+ .e-timeline-top-header-cell {
11
+ height: $gantt-bigger-timeline-top-header-cell-height;
12
+ }
13
+
14
+ .e-event-markers {
15
+ .e-span-label {
16
+ border-radius: $gantt-bigger-event-markers-border-radius;
17
+ font-size: $gantt-bigger-event-arrow-font-size;
18
+ height: $gantt-bigger-event-markers-height;
19
+ padding: $gantt-bigger-event-markers-padding;
20
+ top: $gantt-bigger-event-markers-top;
21
+ }
22
+
23
+ .e-gantt-right-arrow {
24
+ border-bottom: $gantt-bigger-event-arrow-bottom;
25
+ border-right: $gantt-bigger-event-arrow-right;
26
+ border-right-color: $gantt-bigger-event-arrow-color;
27
+ border-top: $gantt-bigger-event-arrow-top;
28
+ top: $gantt-bigger-event-arrow-top-value;
29
+ }
30
+ }
31
+
32
+ @if ($skin-name == 'FluentUI' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind') {
33
+ .e-left-resize-gripper::before,
34
+ .e-right-resize-gripper::before {
35
+ content: '\e888';
36
+ }
37
+ }
38
+ @else {
39
+ .e-left-resize-gripper::before,
40
+ .e-right-resize-gripper::before {
41
+ content: '\e92c';
42
+ }
43
+ }
44
+
45
+ .e-connectorpoint-right,
46
+ .e-connectorpoint-left,
47
+ .e-right-connectorpoint-outer-div,
48
+ .e-left-connectorpoint-outer-div {
49
+ border-radius: 50%;
50
+ display: inline-block;
51
+ position: absolute;
52
+ }
53
+
54
+ .e-connectorpoint-left-hover,
55
+ .e-connectorpoint-right-hover {
56
+ border-style: solid;
57
+ border-width: 1px;
58
+ box-sizing: content-box;
59
+ cursor: pointer;
60
+ display: inline-block;
61
+ }
62
+
63
+ .e-connectorpoint-left-hover,
64
+ .e-connectorpoint-right-hover {
65
+ background-color: $connector-point-hover-color;
66
+ border-color: $connector-point-border-color;
67
+ }
68
+
69
+ .e-connectorpoint-left-hover:hover,
70
+ .e-connectorpoint-right-hover:hover {
71
+ background-color: $connector-point-hover-color;
72
+ border-color: $connector-point-border-color;
73
+ outline: 2px solid $connector-point-hover-outerline-color;
74
+ }
75
+ }
76
+
77
+ .e-tab .e-content {
78
+ height: $gantt-bigger-add-dialog-content-height;
79
+ }
80
+
81
+ .e-gantt-tree-grid-pane {
82
+ .e-columnheader {
83
+ .e-headercell {
84
+ height: $gantt-bigger-treegrid-header-border-height !important; /* stylelint-disable-line declaration-no-important */
85
+ }
86
+ }
87
+ }
88
+
89
+ .e-dialog {
90
+ .e-dlg-header-content {
91
+ padding: $gantt-bigger-dialog-header-padding; /* stylelint-disable-line declaration-no-important */
92
+
93
+ .e-btn.e-dlg-closeicon-btn {
94
+ left: $gantt-bigger-dialog-close-button-left;
95
+ }
96
+ }
97
+
98
+ @if ($skin-name == 'tailwind') {
99
+ .e-dlg-header-content {
100
+ height: 68px !important; /* stylelint-disable-line declaration-no-important */
101
+ }
102
+ }
103
+
104
+ .e-btn .e-btn-icon.e-icon-dlg-close {
105
+ font-size: $gantt-bigger-dialog-close-button-size;
106
+ }
107
+
108
+ .e-footer-content {
109
+ height: $gantt-bigger-filter-dialog-footer-height;
110
+ padding: $gantt-bigger-filter-dialog-footer-padding;
111
+
112
+ .e-btn {
113
+ margin-left: 12px;
114
+ }
115
+ }
116
+
117
+ .e-dlg-header {
118
+ line-height: 28px;
119
+ }
120
+ }
121
+
122
+ .e-filter-popup {
123
+ width: $gantt-bigger-filter-dialog-width;
124
+ }
125
+
126
+ .e-grid .e-flmenu-valuediv {
127
+ padding: $gantt-bigger-filter-dialog-input-padding;
128
+ }
129
+
130
+ .e-filter-popup {
131
+ .e-dlg-content {
132
+ border-radius: $gantt-dialog-bigger-border-radius;
133
+ padding: $gantt-dialog-bigger-input-padding-field;
134
+ }
135
+ }
136
+ }
137
+
138
+ .e-columnmenu {
139
+ @if $skin-name == 'bootstrap5-dark' or $skin-name == 'tailwind-dark' {
140
+ top: 35px;
141
+ }
142
+ @else if $skin-name == 'fluent-dark' {
143
+ top: 38px;
144
+ }
145
+ @else {
146
+ top: $bigger-column-menu-size;
147
+ }
148
+ }
149
+
150
+ .e-gantt-dialog {
151
+ border-radius: 6px;
152
+ width: $gantt-bigger-dialog-width;
153
+
154
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
155
+ padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
156
+ }
157
+
158
+ .e-edit-form-column:nth-child(odd) {
159
+ padding: $gantt-bigger-dialog-edit-form-odd-padding;
160
+ }
161
+
162
+ .e-edit-form-column:nth-child(even) {
163
+ padding: $gantt-bigger-dialog-edit-form-even-padding;
164
+ }
165
+
166
+ .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
167
+ padding: $gantt-bigger-dialog-edit-form-scroll-padding;
168
+ }
169
+
170
+ .e-edit-form-row {
171
+ height: $gantt-bigger-add-dialog-content-height;
172
+ }
173
+
174
+ .e-edit-form-column {
175
+ height: $gantt-bigger-add-dialog-input-height;
176
+ }
177
+
178
+ .e-dlg-header-content {
179
+ border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
180
+ }
181
+
182
+ > .e-dlg-content {
183
+ border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
184
+ }
185
+
186
+ .e-dlg-header-content {
187
+ border-radius: $gantt-bigger-dialog-border-radius;
188
+ padding-bottom: $gantt-dialog-padding-bottom;
189
+
190
+ .e-btn.e-dlg-closeicon-btn {
191
+ border-radius: 50%;
192
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
193
+ width: auto;
194
+ }
195
+ }
196
+
197
+ .e-tab {
198
+ .e-tab-header .e-toolbar-item.e-active {
199
+ margin-left: $gantt-bigger-dialog-tab-padding-left;
200
+ }
201
+ }
202
+
203
+ @if ($skin-name == 'bootstrap4') {
204
+ .e-icon-dlg-close {
205
+ color: $gantt-bigger-dialog-icon-color;
206
+ }
207
+ }
208
+
209
+ .e-control-wrapper .e-input-group-icon.e-date-icon {
210
+ font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
211
+ }
212
+
213
+ .e-control-wrapper .e-input-group-icon.e-date-icon {
214
+ min-height: $gantt-bigger-dialog-input-icon;
215
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
216
+ }
217
+
218
+ .e-btn.e-flat {
219
+ line-height: 24px;
220
+ padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
221
+ }
222
+
223
+ .e-btn.e-primary {
224
+ padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
225
+ }
226
+
227
+ .e-datetime-wrapper .e-time-icon.e-icons::before {
228
+ font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
229
+ }
230
+
231
+ .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
232
+ font-size: 14px;
233
+ line-height: 22px;
234
+ }
235
+
236
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
237
+ font-size: 14px;
238
+ line-height: 22px;
239
+ }
240
+
241
+ .e-float-input.e-control-wrapper input {
242
+ height: $gantt-bigger-dialog-input-field-height;
243
+
244
+ @if ($skin-name == 'material') {
245
+ padding: 5px 0 11px !important; /* stylelint-disable-line declaration-no-important */
246
+ }
247
+ }
248
+
249
+ .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
250
+ min-height: $gantt-bigger-dialog-input-icon;
251
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
252
+ }
253
+
254
+ .e-control-wrapper .e-input-group-icon.e-time-icon {
255
+ min-height: $gantt-bigger-dialog-input-icon;
256
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
257
+ }
258
+
259
+ .e-input-group.e-control-wrapper {
260
+ height: $gantt-dialog-bigger-input-field;
261
+ }
262
+
263
+ .e-input-group-icon.e-date-icon {
264
+ min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
265
+ }
266
+
267
+ @if ($skin-name == 'material') {
268
+ .e-datetime-wrapper .e-input-group-icon.e-time-icon {
269
+ margin: 5px 0 6px !important; /* stylelint-disable-line declaration-no-important */
270
+ }
271
+
272
+ .e-input-group.e-control-wrapper .e-input-group-icon {
273
+ margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
274
+ }
275
+ }
276
+
277
+ @if ($skin-name == 'tailwind') {
278
+ .e-input-group.e-control-wrapper .e-input-group-icon {
279
+ padding: 7px 0 !important; /* stylelint-disable-line declaration-no-important */
280
+ }
281
+ }
282
+ }
283
+
284
+ .e-predecessor-tooltip {
285
+ background-color: $gantt-bigger-tooltip-button-color;
286
+
287
+ .e-left-btn:disabled {
288
+ color: $gantt-bigger-tooltip-disabled-button-color;
289
+ }
290
+
291
+ .e-right-btn:disabled {
292
+ color: $gantt-bigger-tooltip-disabled-button-color;
293
+ }
294
+
295
+ .e-tip-content {
296
+ padding: 3px !important; /* stylelint-disable-line declaration-no-important */
297
+ }
298
+
299
+ .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
300
+ background-color: $gantt-bigger-tooltip-button-color;
301
+ border-color: $gantt-bigger-tooltip-button-color;
302
+ color: $gantt-bigger-tooltip-button-text-color;
303
+ font-size: 12px;
304
+ line-height: 18px;
305
+ padding: 0 8px 0 0;
306
+ }
307
+
308
+ .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
309
+ background-color: $gantt-bigger-tooltip-button-color;
310
+ border-color: $gantt-bigger-tooltip-button-color;
311
+ color: $gantt-bigger-tooltip-button-text-color;
312
+ font-size: 12px;
313
+ line-height: 18px;
314
+ padding: 0 0 0 8px;
315
+ }
316
+ }
317
+
318
+ .e-predecessor-dialog {
319
+ background-color: $gantt-bigger-tooltip-dialog-color;
320
+
321
+ .e-dlg-content {
322
+ background-color: $gantt-bigger-tooltip-dialog-color;
323
+ padding: $gantt-bigger-predecessor-dialog-padding;
324
+ }
325
+ }
326
+ }
327
+
328
+ #{&}.e-gantt {
329
+ display: block;
330
+ width: 100%;
331
+
332
+ .e-cloneproperties {
333
+ padding: $gantt-bigger-clone-padding;
334
+ }
335
+
336
+ & .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
337
+ left: -5px;
338
+ position: relative;
339
+ }
340
+
341
+ .e-cloneproperties {
342
+ border-style: solid;
343
+ border-width: $gantt-border-size;
344
+ box-shadow: $gantt-group-clone-box-shadow;
345
+ font-size: $gantt-header-font-size;
346
+ font-weight: $gantt-drag-clone-font-weight;
347
+ opacity: $gantt-drag-clone-opacity;
348
+ overflow: hidden;
349
+ padding: $gantt-clone-padding;
350
+ text-align: $gantt-group-clone-text-align;
351
+ user-select: none;
352
+ vertical-align: middle;
353
+ white-space: nowrap;
354
+ z-index: 100;
355
+ }
356
+
357
+ .e-cloneproperties.e-draganddrop {
358
+ border-spacing: 0;
359
+ font-size: $gantt-header-font-size;
360
+ font-weight: normal;
361
+ overflow: visible;
362
+ }
363
+
364
+ .e-cloneproperties .e-bothganttlines {
365
+ border-width: 1px 0 0 1px;
366
+ }
367
+
368
+ .e-draganddrop {
369
+ border-width: 0 1px 1px;
370
+ font-weight: normal;
371
+ padding: 0;
372
+ }
373
+
374
+ .e-draganddrop .e-rowcell {
375
+ opacity: .95;
376
+ }
377
+
378
+ .e-cloneproperties.e-draganddrop table {
379
+ border-spacing: 0;
380
+ }
381
+
382
+ .e-icons.e-errorelem {
383
+ display: inline-block;
384
+ padding-left: 10px;
385
+ vertical-align: middle;
386
+ }
387
+
388
+ .e-errorelem::before {
389
+ color: $error-elem-color;
390
+ content: '\e22a';
391
+ transform: rotate(180deg);
392
+ }
393
+
394
+ & .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop,
395
+ & .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
396
+ border-bottom: 0;
397
+ border-right: 1px solid $gantt-cell-border-color;
398
+ border-top: 1px solid $gantt-cell-border-color;
399
+ }
400
+
401
+ .e-gantt-toolbar {
402
+ border-bottom-left-radius: 0;
403
+ border-bottom-right-radius: 0;
404
+ border-style: solid;
405
+ border-width: 1px 1px 0;
406
+ }
407
+
408
+ .e-flmenu-valuediv {
409
+ padding-top: $gantt-filter-menu-value-div-padding;
410
+ }
411
+
412
+ .e-gantt-splitter {
413
+ .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
414
+ margin: 0;
415
+ }
416
+
417
+ .e-pane {
418
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
419
+ }
420
+ }
421
+
422
+ .e-temp-content {
423
+ border-left: 1px solid;
424
+ }
425
+
426
+ .e-tab {
427
+ border: 0;
428
+
429
+ .e-tab-header .e-toolbar-item.e-active {
430
+ border-color: transparent;
431
+ }
432
+ }
433
+
434
+ .e-gantt-tree-grid-pane {
435
+ .e-grid {
436
+ border-width: 0;
437
+ }
438
+
439
+ .e-grid.e-gridhover tr[role = 'row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
440
+ .e-grid.e-gridhover tr[role = 'row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
441
+ .e-grid.e-gridhover tr[role = 'row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
442
+ .e-grid.e-rtl .e-gridhover tr[role = 'row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
443
+ .e-grid.e-gridhover tr[role = 'row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
444
+ background-color: transparent;
445
+ }
446
+
447
+ .e-gantt-temp-header {
448
+ border-bottom-style: solid;
449
+ border-bottom-width: 1px;
450
+ height: 45px;
451
+ }
452
+
453
+ .e-headercontent {
454
+ border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
455
+ }
456
+
457
+ .e-gridheader {
458
+ border-top-style: none;
459
+ border-top-width: 0;
460
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
461
+ }
462
+
463
+ .e-columnheader,
464
+ .e-headercell {
465
+ height: $gantt-treegrid-header-border-height !important; /* stylelint-disable-line declaration-no-important */
466
+ }
467
+
468
+ .e-gridcontent .e-content {
469
+ overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
470
+ }
471
+
472
+ .e-gridcontent .e-content.e-gantt-scroll-padding {
473
+ width: calc(100% + 17px);
474
+ }
475
+
476
+ .e-ganttnotes-info {
477
+ text-align: center;
478
+ }
479
+
480
+ .e-icons.e-notes-info {
481
+ display: inline-block;
482
+ font-size: 18px;
483
+ height: 15px;
484
+ line-height: 10px;
485
+ vertical-align: middle;
486
+ }
487
+ }
488
+
489
+ .e-gantt-chart {
490
+ height: 100%;
491
+ overflow: hidden;
492
+ position: relative;
493
+ width: 100%;
494
+
495
+ .e-chart-root-container {
496
+ border-right: 0 solid;
497
+
498
+ .e-content {
499
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
500
+ overflow-x: scroll;
501
+ overflow-y: auto;
502
+ position: relative;
503
+ }
504
+
505
+ .e-nonworking-day-container {
506
+ position: absolute;
507
+ }
508
+
509
+ .e-event-markers-container {
510
+ position: absolute;
511
+ }
512
+
513
+ .e-holiday-container {
514
+ height: 100%;
515
+ position: absolute;
516
+ }
517
+
518
+ .e-weekend-container {
519
+ height: 100%;
520
+ position: absolute;
521
+ }
522
+ }
523
+
524
+ .e-timeline-header-container {
525
+ border-bottom-style: solid;
526
+ border-right-width: 0;
527
+ overflow: hidden;
528
+ position: relative;
529
+ z-index: 6;
530
+ }
531
+
532
+ .e-timeline-header-table-container > thead > tr > th {
533
+ border-left: 0;
534
+ padding: 0 3px;
535
+ }
536
+
537
+ .e-timeline-header-table-container {
538
+ border-collapse: collapse;
539
+ border-spacing: 0;
540
+ border-width: 0;
541
+ box-sizing: border-box;
542
+ margin: 0;
543
+ padding: 0;
544
+ }
545
+
546
+ .e-timeline-header-table-body {
547
+ border-collapse: collapse;
548
+ box-sizing: border-box;
549
+ display: inline-block;
550
+ transform: scale(1);
551
+ white-space: nowrap;
552
+ }
553
+
554
+ .e-timeline-header-table-body > tr {
555
+ display: inline-flex;
556
+ }
557
+
558
+ .e-timeline-top-header-cell,
559
+ .e-timeline-single-header-cell {
560
+ border-spacing: 0;
561
+ border-style: solid;
562
+ border-top: 0;
563
+ border-width: 1px;
564
+ box-sizing: border-box;
565
+ display: inline-flex;
566
+ font-size: $gantt-timeline-top-headercell-font-size;
567
+ font-weight: $gantt-timeline-top-headercell-font-weight;
568
+ margin: 0;
569
+ padding: 0;
570
+ position: static;
571
+ text-align: center;
572
+ user-select: none;
573
+ white-space: nowrap;
574
+
575
+ .e-header-cell-label {
576
+ box-sizing: border-box;
577
+ margin: auto;
578
+ overflow: hidden;
579
+ position: static;
580
+ text-overflow: ellipsis;
581
+ white-space: nowrap;
582
+ }
583
+
584
+ .e-gantt-top-cell-text {
585
+ padding-left: 8px;
586
+ text-align: left;
587
+ }
588
+ }
589
+
590
+ .e-gantt-grid-lines {
591
+ border-bottom-style: solid;
592
+ border-bottom-width: 1px;
593
+ border-collapse: collapse;
594
+ border-spacing: 0;
595
+ box-sizing: border-box;
596
+ }
597
+
598
+ .e-zero-spacing {
599
+ border-spacing: 0;
600
+ }
601
+
602
+ .e-chart-row:first-child .e-chart-row-border {
603
+ //border-width: 0;
604
+ border-top-color: transparent;
605
+ }
606
+
607
+ .e-chart-row {
608
+ .e-chart-row-border {
609
+ border-collapse: separate;
610
+ border-style: solid;
611
+ border-width: 1px 0 0;
612
+ }
613
+
614
+ .e-chart-row-cell {
615
+ font-size: 0;
616
+ padding: 0;
617
+ }
618
+
619
+ .e-chart-row-border.e-lastrow {
620
+ border-bottom-width: 1px;
621
+ }
622
+
623
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
624
+ line-height: normal;
625
+ }
626
+ }
627
+
628
+ .e-line-container-cell {
629
+ border-right-style: solid;
630
+ border-right-width: 1px;
631
+ height: 100%;
632
+ position: absolute;
633
+ }
634
+
635
+ .e-taskbar-main-container {
636
+ cursor: move;
637
+ display: inline-block;
638
+ position: absolute;
639
+ vertical-align: middle;
640
+ z-index: 3;
641
+ }
642
+
643
+ .e-left-label-container.e-left-label-temp-container {
644
+ align-items: center;
645
+ display: inline-flex;
646
+ justify-content: flex-end;
647
+ overflow: hidden;
648
+ text-overflow: ellipsis;
649
+ white-space: nowrap;
650
+ }
651
+
652
+ .e-right-label-container.e-right-label-temp-container {
653
+ align-items: center;
654
+ display: inline-flex;
655
+ float: left;
656
+ outline: none;
657
+ overflow: hidden;
658
+ position: absolute;
659
+ text-overflow: ellipsis;
660
+ white-space: nowrap;
661
+ }
662
+
663
+ .e-left-label-container {
664
+ display: inline-block;
665
+ }
666
+
667
+ .e-left-label-inner-div,
668
+ .e-right-label-container {
669
+ overflow: hidden;
670
+ }
671
+
672
+ .e-left-label-inner-div {
673
+ align-items: center;
674
+ display: inline-flex;
675
+ justify-content: flex-end;
676
+ width: 100%;
677
+ }
678
+
679
+ .e-label {
680
+ margin: 3px;
681
+ overflow: hidden;
682
+ text-overflow: ellipsis;
683
+ white-space: nowrap;
684
+ }
685
+
686
+ .e-right-label-container {
687
+ background-color: transparent;
688
+ display: inline-block;
689
+ margin: 0;
690
+ position: absolute;
691
+ }
692
+
693
+ .e-right-label-inner-div {
694
+ align-items: center;
695
+ display: inline-flex;
696
+ float: left;
697
+ outline: none;
698
+ overflow: hidden;
699
+ }
700
+
701
+ .e-indicator-span {
702
+ display: inline-block;
703
+ font-size: 13px;
704
+ font-weight: normal;
705
+ overflow: hidden;
706
+ position: absolute;
707
+ text-overflow: ellipsis;
708
+ }
709
+
710
+ .e-gantt-child-taskbar,
711
+ .e-gantt-parent-taskbar,
712
+ .e-gantt-child-progressbar,
713
+ .e-gantt-parent-progressbar,
714
+ .e-gantt-milestone,
715
+ .e-gantt-parent-milestone,
716
+ .e-gantt-manualparent-milestone {
717
+ display: inline-block;
718
+ width: 100%;
719
+ }
720
+
721
+ .e-manualparent-main-container {
722
+ background-color: transparent;
723
+ cursor: move;
724
+ margin-top: -5px;
725
+ position: absolute;
726
+ }
727
+
728
+ .e-gantt-manualparent-taskbar {
729
+ margin-top: 3px;
730
+ }
731
+
732
+ .e-gantt-split-container-line {
733
+ @if ($theme-name == 'material-dark' or $theme-name == 'fabric-dark') {
734
+ border-color: $gantt-active-background-color;
735
+ }
736
+ @else {
737
+ border-color: inherit;
738
+ }
739
+ border-top-style: dotted;
740
+ border-top-width: 2px;
741
+ height: 0;
742
+ left: 2px;
743
+ pointer-events: none;
744
+ position: absolute;
745
+ top: 50%;
746
+ width: 98%;
747
+ }
748
+
749
+ .e-gantt-child-taskbar-inner-div,
750
+ .e-gantt-parent-taskbar-inner-div {
751
+ border-spacing: 0;
752
+ box-sizing: border-box;
753
+ margin: auto;
754
+ overflow: hidden;
755
+ padding: 0;
756
+ z-index: 3;
757
+ }
758
+
759
+ .e-gantt-parent-progressbar-inner-div {
760
+ z-index: 3;
761
+ }
762
+
763
+ .e-gantt-child-progressbar-inner-div,
764
+ .e-gantt-parent-progressbar-inner-div {
765
+ box-sizing: border-box;
766
+ text-align: right;
767
+ }
768
+
769
+ .e-chart-scroll-container,
770
+ .e-chart-rows-container {
771
+ user-select: none;
772
+ }
773
+
774
+ .e-chart-rows-container {
775
+ line-height: initial;
776
+ }
777
+
778
+ .e-taskbar-left-resizer,
779
+ .e-taskbar-right-resizer {
780
+ display: inline-block;
781
+ position: absolute;
782
+ top: 0;
783
+ width: 10px;
784
+ z-index: 4;
785
+ }
786
+
787
+ .e-child-progress-resizer {
788
+ display: inline-block;
789
+ height: 15px;
790
+ position: absolute;
791
+ top: 0;
792
+ width: 20px;
793
+ z-index: 5;
794
+ }
795
+
796
+ .e-progress-resize-gripper {
797
+ cursor: col-resize;
798
+
799
+ .e-progressbar-handler {
800
+ border-width: 1px;
801
+ box-sizing: content-box;
802
+ cursor: col-resize;
803
+ height: 2px;
804
+ position: absolute;
805
+ top: 7px;
806
+ }
807
+
808
+ .e-progressbar-handler-element {
809
+ border-bottom-style: solid;
810
+ border-bottom-width: 8px;
811
+ border-left: 7px solid transparent;
812
+ border-right: 7px solid transparent;
813
+ cursor: col-resize;
814
+ height: 0;
815
+ left: 0;
816
+ position: absolute;
817
+ top: -7px;
818
+ width: 0;
819
+ }
820
+
821
+ .e-progressbar-handler-after {
822
+ border-bottom-style: solid;
823
+ border-bottom-width: 8px;
824
+ border-left: 6px solid transparent;
825
+ border-right: 6px solid transparent;
826
+ cursor: col-resize;
827
+ height: 0;
828
+ left: 1px;
829
+ position: absolute;
830
+ top: -7px;
831
+ width: 0;
832
+ }
833
+ }
834
+
835
+ .e-baseline-bar {
836
+ border-radius: 2px;
837
+ box-sizing: border-box;
838
+ position: absolute;
839
+ z-index: 2;
840
+ }
841
+
842
+ .e-milestone-top,
843
+ .e-parent-milestone-top,
844
+ .e-manualparent-milestone-top {
845
+ border-style: none solid solid;
846
+ border-top: 0;
847
+ }
848
+
849
+ .e-milestone-top,
850
+ .e-milestone-bottom,
851
+ .e-parent-milestone-top,
852
+ .e-parent-milestone-bottom,
853
+ .e-manualparent-milestone-top,
854
+ .e-manualparent-milestone-bottom {
855
+ border-left-color: transparent;
856
+ border-right-color: transparent;
857
+ }
858
+
859
+ .e-milestone-bottom,
860
+ .e-parent-milestone-bottom,
861
+ .e-manualparent-milestone-bottom {
862
+ border-bottom: 0;
863
+ border-style: solid solid none;
864
+ }
865
+
866
+ .e-baseline-gantt-milestone-container {
867
+ position: absolute;
868
+ z-index: 2;
869
+ }
870
+
871
+ .e-task-label {
872
+ display: inline;
873
+ font-weight: normal;
874
+ margin-left: 8px;
875
+ margin-right: 15px;
876
+ overflow: hidden;
877
+ text-overflow: ellipsis;
878
+ vertical-align: middle;
879
+ white-space: nowrap;
880
+ }
881
+
882
+ .e-task-table {
883
+ overflow: hidden;
884
+ }
885
+
886
+ .e-left-resize-gripper,
887
+ .e-right-resize-gripper {
888
+ align-items: center;
889
+ cursor: ew-resize;
890
+ display: inline-flex;
891
+ }
892
+
893
+ .e-holiday {
894
+ display: inline-block;
895
+ position: absolute;
896
+
897
+ .e-span {
898
+ position: absolute;
899
+ transform: rotate(-90deg);
900
+ white-space: nowrap;
901
+ width: 0;
902
+ }
903
+ }
904
+
905
+ .e-weekend {
906
+ display: inline-block;
907
+ position: absolute;
908
+ z-index: 0;
909
+ }
910
+
911
+ .e-rangecontainer {
912
+
913
+ .e-leftarc {
914
+ border-bottom-left-radius: $gantt-range-container-arc-radius;
915
+ border-top-left-radius: $gantt-range-container-arc-radius;
916
+ position: absolute;
917
+ }
918
+
919
+ .e-rightarc {
920
+ border-bottom-right-radius: $gantt-range-container-arc-radius;
921
+ border-top-right-radius: $gantt-range-container-arc-radius;
922
+ position: absolute;
923
+ }
924
+ }
925
+
926
+ .e-event-markers {
927
+ border-left: 1px dashed;
928
+ position: absolute;
929
+ width: 1px;
930
+ z-index: 2;
931
+
932
+ .e-span-label {
933
+ border-radius: 3px;
934
+ font-weight: 500;
935
+ height: $event-marker-label-height;
936
+ left: 5px;
937
+ line-height: $event-marker-line-height;
938
+ padding: $event-marker-label-padding;
939
+ position: absolute;
940
+ top: 50px;
941
+ white-space: nowrap;
942
+ width: auto;
943
+ z-index: 2;
944
+ }
945
+
946
+ .e-gantt-right-arrow {
947
+ border-bottom: 5px solid transparent;
948
+ border-right: 5px solid;
949
+ border-top: 5px solid transparent;
950
+ height: 0;
951
+ position: absolute;
952
+ top: $event-marker-label-arrow-top;
953
+ width: 0;
954
+ }
955
+ }
956
+
957
+ .e-gantt-unscheduled-taskbar {
958
+ border-radius: 0;
959
+ border-style: none;
960
+ display: inline-block;
961
+ }
962
+
963
+ .e-connector-line-right-arrow {
964
+ border-left-style: solid;
965
+ border-left-width: 10px;
966
+ }
967
+
968
+ .e-connector-line-left-arrow {
969
+ border-right-style: solid;
970
+ border-right-width: 10px;
971
+ }
972
+
973
+ .e-connector-line-right-arrow,
974
+ .e-connector-line-left-arrow {
975
+ border-bottom: 5px solid transparent;
976
+ border-top: 5px solid transparent;
977
+ }
978
+
979
+ .e-connector-line-container {
980
+ z-index: 5;
981
+ }
982
+
983
+ .e-connector-line-z-index {
984
+ z-index: 1;
985
+ }
986
+
987
+ .e-connector-line-hover {
988
+ outline: 1px solid;
989
+ }
990
+
991
+ .e-critical-connector-line-hover {
992
+ outline: 1px solid;
993
+ }
994
+
995
+ .e-connector-line-hover-z-index {
996
+ z-index: 100;
997
+ }
998
+
999
+ .e-connectortouchpoint {
1000
+ background-color: transparent;
1001
+ display: block;
1002
+ position: absolute;
1003
+ z-index: 5;
1004
+ }
1005
+
1006
+ .e-connectorpoint-right,
1007
+ .e-connectorpoint-left,
1008
+ .e-right-connectorpoint-outer-div,
1009
+ .e-left-connectorpoint-outer-div {
1010
+ border-radius: 50%;
1011
+ display: inline-block;
1012
+ position: absolute;
1013
+ }
1014
+
1015
+ .e-connectorpoint-left-hover,
1016
+ .e-connectorpoint-right-hover {
1017
+ border-style: solid;
1018
+ border-width: 1px;
1019
+ box-sizing: content-box;
1020
+ cursor: pointer;
1021
+ display: inline-block;
1022
+ }
1023
+
1024
+ .e-connectorpoint-allow-block {
1025
+ cursor: no-drop;
1026
+ }
1027
+
1028
+ .e-gantt-manualparenttaskbar-left,
1029
+ .e-gantt-manualparenttaskbar-right {
1030
+ background-color: $gantt-manualparent-background-color;
1031
+ border-color: $gantt-manualparent-background-color;
1032
+ border-radius: 50%;
1033
+ display: inline-block;
1034
+ height: 10px;
1035
+ margin: -1px;
1036
+ position: absolute;
1037
+ width: 10px;
1038
+ }
1039
+
1040
+ .e-manualparent-milestone-top,
1041
+ .e-manualparent-milestone-bottom {
1042
+ border-bottom-color: $gantt-manualparent-background-color;
1043
+ }
1044
+
1045
+ .e-gantt-manualparenttaskbar-right {
1046
+ cursor: e-resize;
1047
+ margin-left: -8px;
1048
+ }
1049
+
1050
+ .e-gantt-manualparenttaskbar-left {
1051
+ margin-left: 0;
1052
+ }
1053
+
1054
+ .e-gantt-manualparenttaskbar {
1055
+ background: $gantt-manualparent-background-color;
1056
+ margin-top: 3px;
1057
+ position: absolute;
1058
+ }
1059
+
1060
+ .e-icon {
1061
+ font-family: 'e-icons';
1062
+ font-size: 13px;
1063
+ font-style: normal;
1064
+ font-variant: normal;
1065
+ font-weight: normal;
1066
+ line-height: 1;
1067
+ text-transform: none;
1068
+ vertical-align: middle;
1069
+ }
1070
+
1071
+ .e-active-container {
1072
+ outline: 1px solid;
1073
+ outline-offset: 2px;
1074
+ }
1075
+ }
1076
+ }
1077
+
1078
+ .e-gantt-dialog .e-tab .e-tab-header {
1079
+ padding-left: $gantt-dialog-tab-padding-left;
1080
+
1081
+ .e-indicator {
1082
+ display: block;
1083
+ }
1084
+
1085
+ .e-toolbar-item .e-tab-wrap {
1086
+ border-style: solid;
1087
+ border-width: $gantt-tab-header-border-width;
1088
+ }
1089
+ }
1090
+
1091
+ .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
1092
+ border: 0;
1093
+ }
1094
+
1095
+ .e-gantt-dialog {
1096
+ border: 0;
1097
+
1098
+ .e-gridform .e-table {
1099
+ border-spacing: 0;
1100
+ }
1101
+
1102
+ .e-item {
1103
+ height: $gantt-dialog-general-height;
1104
+ }
1105
+
1106
+ .e-dependent-div {
1107
+ border-bottom-width: $gantt-depedent-div-border-bottom;
1108
+ }
1109
+
1110
+ .e-icon-dlg-close {
1111
+ opacity: initial;
1112
+ }
1113
+
1114
+ .e-toolbar {
1115
+ border-top-width: 0;
1116
+ }
1117
+
1118
+ .e-resource-div {
1119
+ border-bottom-width: $gantt-resource-div-border-bottom;
1120
+
1121
+ .e-gridheader {
1122
+ border-top-width: 0;
1123
+ }
1124
+ }
1125
+
1126
+ .e-edit-form-row {
1127
+ height: $gantt-dialog-general-height;
1128
+ overflow-y: auto;
1129
+ }
1130
+
1131
+ .e-edit-form-column:nth-child(odd) {
1132
+ float: left;
1133
+ padding: $gantt-dialog-edit-form-odd-padding;
1134
+ width: 50%;
1135
+ }
1136
+
1137
+ .e-edit-form-column:nth-child(even) {
1138
+ float: left;
1139
+ padding: $gantt-dialog-edit-form-even-padding;
1140
+ width: 50%;
1141
+ }
1142
+
1143
+ .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1144
+ padding: $gantt-dialog-edit-form-scroll-padding;
1145
+ }
1146
+
1147
+ .e-edit-form-column {
1148
+ height: 75px;
1149
+ }
1150
+
1151
+ .e-dependent-div .e-content {
1152
+ height: $gantt-dialog-dependent-height;
1153
+ }
1154
+
1155
+ .e-resource-div .e-content {
1156
+ height: $gantt-dialog-resource-height;
1157
+ }
1158
+
1159
+ .e-richtexteditor {
1160
+ border-bottom-width: $gantt-richtext-border-bottom;
1161
+ height: $gantt-dialog-rte-height !important; /* stylelint-disable-line declaration-no-important */
1162
+ overflow: hidden;
1163
+ }
1164
+
1165
+ .e-richtexteditor.e-rte-tb-expand {
1166
+ border-top: 0;
1167
+ }
1168
+
1169
+ .e-richtexteditor .e-rte-content {
1170
+ border-bottom-width: $gantt-richtext-content-border-bottom;
1171
+ height: $gantt-dialog-rte-content-height;
1172
+ overflow: hidden;
1173
+ }
1174
+
1175
+ > .e-dlg-content {
1176
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1177
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
1178
+ height: 291px;
1179
+ }
1180
+ }
1181
+
1182
+ .e-dlg-header-content {
1183
+ border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
1184
+ }
1185
+
1186
+ .e-dlg-header-content {
1187
+ border-radius: $gantt-dialog-border-radius;
1188
+ padding-bottom: $gantt-dialog-padding-bottom;
1189
+
1190
+ .e-btn.e-dlg-closeicon-btn {
1191
+ border-radius: 50%;
1192
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
1193
+ width: auto !important; /* stylelint-disable-line declaration-no-important */
1194
+ }
1195
+ }
1196
+ }
1197
+
1198
+ .e-icon-rowselect::before {
1199
+ content: '\e930';
1200
+ }
1201
+
1202
+ .e-ganttpopup {
1203
+ -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1204
+ -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1205
+ -webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1206
+ font-weight: normal;
1207
+ position: absolute;
1208
+ user-select: none;
1209
+ z-index: 99999;
1210
+
1211
+ .e-rowselect {
1212
+ line-height: 18px;
1213
+ text-indent: 7%;
1214
+ }
1215
+
1216
+ span {
1217
+ border: 1px solid transparent;
1218
+ cursor: pointer;
1219
+ display: inline-block;
1220
+ height: 26px;
1221
+ padding: 4px;
1222
+ width: 26px;
1223
+ }
1224
+
1225
+ .e-content {
1226
+ border-radius: 4px;
1227
+ border-style: solid;
1228
+ border-width: 1px;
1229
+ font-size: 14px;
1230
+ padding: 4px;
1231
+ }
1232
+
1233
+ .e-tail::after,
1234
+ .e-tail::before,
1235
+ .e-ganttpopup {
1236
+ border: 10px solid transparent;
1237
+ content: '';
1238
+ height: 0;
1239
+ left: 8px;
1240
+ position: absolute;
1241
+ width: 0;
1242
+ }
1243
+
1244
+ .e-downtail::after {
1245
+ top: 34px;
1246
+ }
1247
+ }
1248
+
1249
+ .e-gantt-tooltip.e-tooltip-wrap {
1250
+ opacity: 1;
1251
+ }
1252
+
1253
+ .e-gantt-tooltip {
1254
+ visibility: hidden;
1255
+ }
1256
+
1257
+ .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1258
+ content: '';
1259
+ }
1260
+
1261
+ .e-bigger .e-gantt .e-gantt-chart .e-label {
1262
+ font-size: $gantt-bigger-label-font-size;
1263
+ }
1264
+
1265
+ .e-gantt-tooltip-label {
1266
+ padding-bottom: 2px;
1267
+ padding-right: 2px;
1268
+ text-align: left;
1269
+ }
1270
+
1271
+ .e-gantt.e-device {
1272
+ .e-edit-form-column {
1273
+ &:nth-child(odd),
1274
+ &:nth-child(even) {
1275
+ float: none;
1276
+ padding: $gantt-dialog-edit-form-odd-padding;
1277
+ width: 100%;
1278
+ }
1279
+ }
1280
+
1281
+ .e-edit-form-row {
1282
+ height: auto;
1283
+ }
1284
+
1285
+ .e-adaptive-searchbar {
1286
+ padding: 5px 10px;
1287
+ width: 90%;
1288
+ }
1289
+
1290
+ .e-backarrowspan {
1291
+ font-size: 16px;
1292
+ padding: 5px 10px;
1293
+ }
1294
+
1295
+ .e-gantt-dialog {
1296
+ max-height: none;
1297
+
1298
+ .e-dlg-closeicon-btn {
1299
+ float: left;
1300
+ left: -4px;
1301
+ }
1302
+
1303
+ .e-icon-dlg-close {
1304
+ font-size: 16px;
1305
+ }
1306
+
1307
+ .e-dlg-header {
1308
+ display: inline-block;
1309
+ }
1310
+ }
1311
+
1312
+ .e-toolbar-item {
1313
+ padding: 7px;
1314
+ }
1315
+
1316
+ .e-toolbar .e-icons {
1317
+ font-size: 18px;
1318
+ }
1319
+
1320
+ .e-gridheader .e-icons {
1321
+ font-size: 12px;
1322
+ }
1323
+
1324
+ .e-right-resize-gripper,
1325
+ .e-left-resize-gripper {
1326
+ border: 7px solid;
1327
+ z-index: -1;
1328
+
1329
+ &::before {
1330
+ font-size: 14px;
1331
+ margin-left: -7px;
1332
+ }
1333
+ }
1334
+
1335
+ .e-dependent-div .e-content {
1336
+ height: 100%;
1337
+ }
1338
+
1339
+ .e-resource-div .e-content {
1340
+ height: 100%;
1341
+ }
1342
+
1343
+ .e-richtexteditor {
1344
+ height: 100%;
1345
+
1346
+ .e-rte-content {
1347
+ height: 100%;
1348
+ }
1349
+ }
1350
+ }
1351
+
1352
+ .e-predecessor-tooltip {
1353
+ visibility: hidden;
1354
+ }
1355
+ }