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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) hide show
  1. package/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 +26 -12
  18. package/src/gantt/adddialogfields.directive.d.ts +5 -0
  19. package/src/gantt/columns.directive.d.ts +5 -0
  20. package/src/gantt/dayworkingtime.directive.d.ts +5 -0
  21. package/src/gantt/editdialogfields.directive.d.ts +5 -0
  22. package/src/gantt/eventmarkers.directive.d.ts +5 -0
  23. package/src/gantt/gantt-all.module.d.ts +6 -0
  24. package/src/gantt/gantt.component.d.ts +3 -0
  25. package/src/gantt/gantt.module.d.ts +12 -0
  26. package/src/gantt/holidays.directive.d.ts +5 -0
  27. package/styles/bootstrap-dark.css +2096 -1
  28. package/styles/bootstrap.css +2233 -1
  29. package/styles/bootstrap4.css +2447 -1
  30. package/styles/bootstrap5-dark.css +2134 -1
  31. package/styles/bootstrap5.css +2134 -1
  32. package/styles/fabric-dark.css +2050 -1
  33. package/styles/fabric.css +2043 -1
  34. package/styles/fluent-dark.css +2122 -1
  35. package/styles/fluent.css +2122 -1
  36. package/styles/gantt/_all.scss +2 -0
  37. package/styles/gantt/_bootstrap-dark-definition.scss +220 -0
  38. package/styles/gantt/_bootstrap-definition.scss +220 -0
  39. package/styles/gantt/_bootstrap4-definition.scss +222 -0
  40. package/styles/gantt/_bootstrap5-dark-definition.scss +1 -0
  41. package/styles/gantt/_bootstrap5-definition.scss +224 -0
  42. package/styles/gantt/_fabric-dark-definition.scss +220 -0
  43. package/styles/gantt/_fabric-definition.scss +220 -0
  44. package/styles/gantt/_fluent-dark-definition.scss +1 -0
  45. package/styles/gantt/_fluent-definition.scss +224 -0
  46. package/styles/gantt/_fusionnew-definition.scss +222 -0
  47. package/styles/gantt/_highcontrast-definition.scss +220 -0
  48. package/styles/gantt/_highcontrast-light-definition.scss +220 -0
  49. package/styles/gantt/_layout.scss +1815 -0
  50. package/styles/gantt/_material-dark-definition.scss +221 -0
  51. package/styles/gantt/_material-definition.scss +221 -0
  52. package/styles/gantt/_material3-dark-definition.scss +1 -0
  53. package/styles/gantt/_material3-definition.scss +225 -0
  54. package/styles/gantt/_tailwind-dark-definition.scss +1 -0
  55. package/styles/gantt/_tailwind-definition.scss +224 -0
  56. package/styles/gantt/_theme.scss +750 -0
  57. package/styles/gantt/bootstrap-dark.css +2096 -1
  58. package/styles/gantt/bootstrap-dark.scss +22 -1
  59. package/styles/gantt/bootstrap.css +2233 -1
  60. package/styles/gantt/bootstrap.scss +22 -1
  61. package/styles/gantt/bootstrap4.css +2447 -1
  62. package/styles/gantt/bootstrap4.scss +22 -1
  63. package/styles/gantt/bootstrap5-dark.css +2134 -1
  64. package/styles/gantt/bootstrap5-dark.scss +22 -1
  65. package/styles/gantt/bootstrap5.css +2134 -1
  66. package/styles/gantt/bootstrap5.scss +22 -1
  67. package/styles/gantt/fabric-dark.css +2050 -1
  68. package/styles/gantt/fabric-dark.scss +22 -1
  69. package/styles/gantt/fabric.css +2043 -1
  70. package/styles/gantt/fabric.scss +22 -1
  71. package/styles/gantt/fluent-dark.css +2122 -1
  72. package/styles/gantt/fluent-dark.scss +22 -1
  73. package/styles/gantt/fluent.css +2122 -1
  74. package/styles/gantt/fluent.scss +22 -1
  75. package/styles/gantt/highcontrast-light.css +2024 -1
  76. package/styles/gantt/highcontrast-light.scss +21 -1
  77. package/styles/gantt/highcontrast.css +2136 -1
  78. package/styles/gantt/highcontrast.scss +22 -1
  79. package/styles/gantt/icons/_bootstrap-dark.scss +128 -0
  80. package/styles/gantt/icons/_bootstrap.scss +128 -0
  81. package/styles/gantt/icons/_bootstrap4.scss +128 -0
  82. package/styles/gantt/icons/_bootstrap5-dark.scss +1 -0
  83. package/styles/gantt/icons/_bootstrap5.scss +128 -0
  84. package/styles/gantt/icons/_fabric-dark.scss +128 -0
  85. package/styles/gantt/icons/_fabric.scss +128 -0
  86. package/styles/gantt/icons/_fluent-dark.scss +1 -0
  87. package/styles/gantt/icons/_fluent.scss +128 -0
  88. package/styles/gantt/icons/_fusionnew.scss +124 -0
  89. package/styles/gantt/icons/_highcontrast.scss +128 -0
  90. package/styles/gantt/icons/_material-dark.scss +128 -0
  91. package/styles/gantt/icons/_material.scss +128 -0
  92. package/styles/gantt/icons/_material3-dark.scss +1 -0
  93. package/styles/gantt/icons/_material3.scss +128 -0
  94. package/styles/gantt/icons/_tailwind-dark.scss +128 -0
  95. package/styles/gantt/icons/_tailwind.scss +128 -0
  96. package/styles/gantt/material-dark.css +2087 -1
  97. package/styles/gantt/material-dark.scss +22 -1
  98. package/styles/gantt/material.css +2131 -1
  99. package/styles/gantt/material.scss +22 -1
  100. package/styles/gantt/material3-dark.css +2196 -1
  101. package/styles/gantt/material3-dark.scss +22 -1
  102. package/styles/gantt/material3.css +2252 -1
  103. package/styles/gantt/material3.scss +22 -1
  104. package/styles/gantt/tailwind-dark.css +2104 -1
  105. package/styles/gantt/tailwind-dark.scss +22 -1
  106. package/styles/gantt/tailwind.css +2104 -1
  107. package/styles/gantt/tailwind.scss +22 -1
  108. package/styles/highcontrast-light.css +2024 -1
  109. package/styles/highcontrast.css +2136 -1
  110. package/styles/material-dark.css +2087 -1
  111. package/styles/material.css +2131 -1
  112. package/styles/material3-dark.css +2196 -1
  113. package/styles/material3-dark.scss +1 -0
  114. package/styles/material3.css +2252 -1
  115. package/styles/material3.scss +1 -0
  116. package/styles/tailwind-dark.css +2104 -1
  117. package/styles/tailwind.css +2104 -1
  118. package/{ej2-angular-gantt.d.ts → syncfusion-ej2-angular-gantt.d.ts} +1 -1
  119. package/@syncfusion/ej2-angular-gantt.es5.js +0 -812
  120. package/@syncfusion/ej2-angular-gantt.es5.js.map +0 -1
  121. package/@syncfusion/ej2-angular-gantt.js +0 -764
  122. package/@syncfusion/ej2-angular-gantt.js.map +0 -1
  123. package/CHANGELOG.md +0 -2105
  124. package/dist/ej2-angular-gantt.umd.js +0 -925
  125. package/dist/ej2-angular-gantt.umd.js.map +0 -1
  126. package/dist/ej2-angular-gantt.umd.min.js +0 -11
  127. package/dist/ej2-angular-gantt.umd.min.js.map +0 -1
  128. package/ej2-angular-gantt.metadata.json +0 -1
  129. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,1815 @@
1
+ @include export-module('gantt-layout') {
2
+
3
+ .e-bigger {
4
+ .e-gantt {
5
+ @if ($theme-name == 'material-dark'){
6
+ .e-grid{
7
+ .e-row{
8
+ .e-input-group{
9
+ margin: 0 !important; /* stylelint-disable-line declaration-no-important */
10
+ }
11
+ }
12
+ }
13
+ }
14
+ @if ($skin-name== 'Material3-dark' or $skin-name == 'Material3'){
15
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon{
16
+ font-size: 18px;
17
+ }}
18
+ .e-gantt-chart {
19
+
20
+ .e-taskbar-left-resizer,
21
+ .e-taskbar-right-resizer {
22
+ display: inline-block;
23
+ position: absolute;
24
+ top: 0;
25
+ width: 25px;
26
+ z-index: 4;
27
+ }
28
+
29
+ .e-left-resize-gripper,
30
+ .e-right-resize-gripper {
31
+ align-items: center;
32
+ cursor: ew-resize;
33
+ display: inline-flex;
34
+ }
35
+
36
+ .e-timeline-header-container {
37
+ height: $gantt-bigger-header-border-height;
38
+ }
39
+
40
+ .e-timeline-top-header-cell {
41
+ height: $gantt-bigger-timeline-top-header-cell-height;
42
+ }
43
+
44
+ .e-event-markers {
45
+ .e-span-label {
46
+ border-radius: $gantt-bigger-event-markers-border-radius;
47
+ font-size: $gantt-bigger-event-arrow-font-size;
48
+ height: $gantt-bigger-event-markers-height;
49
+ padding: $gantt-bigger-event-markers-padding;
50
+ top: $gantt-bigger-event-markers-top;
51
+ }
52
+
53
+ .e-gantt-right-arrow {
54
+ border-bottom: $gantt-bigger-event-arrow-bottom;
55
+ border-right: $gantt-bigger-event-arrow-right;
56
+ border-right-color: $gantt-bigger-event-arrow-color;
57
+ border-top: $gantt-bigger-event-arrow-top;
58
+ top: $gantt-bigger-event-arrow-top-value;
59
+ }
60
+ }
61
+
62
+ @if ($skin-name == 'FluentUI' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name =='Material3') {
63
+ .e-left-resize-gripper::before,
64
+ .e-right-resize-gripper::before {
65
+ content: '\e888';
66
+ }
67
+ }
68
+ @else {
69
+ .e-left-resize-gripper::before,
70
+ .e-right-resize-gripper::before {
71
+ content: '\e92c';
72
+ }
73
+ }
74
+
75
+ .e-connectorpoint-right,
76
+ .e-connectorpoint-left,
77
+ .e-right-connectorpoint-outer-div,
78
+ .e-left-connectorpoint-outer-div {
79
+ border-radius: 50%;
80
+ display: inline-block;
81
+ position: absolute;
82
+ }
83
+
84
+ .e-connectorpoint-left-hover,
85
+ .e-connectorpoint-right-hover {
86
+ border-style: solid;
87
+ border-width: 1px;
88
+ box-sizing: content-box;
89
+ cursor: pointer;
90
+ display: inline-block;
91
+ }
92
+
93
+ .e-connectorpoint-left-hover,
94
+ .e-connectorpoint-right-hover {
95
+ background-color: $connector-point-hover-color;
96
+ border-color: $connector-point-border-color;
97
+ position: relative;
98
+ }
99
+
100
+ .e-connectorpoint-left-hover:hover,
101
+ .e-connectorpoint-right-hover:hover {
102
+ background-color: $connector-point-hover-color;
103
+ border-color: $connector-point-border-color;
104
+ outline: 2px solid $connector-point-hover-outerline-color;
105
+ }
106
+ .e-connectorpoint-left-hover::after,
107
+ .e-connectorpoint-right-hover::after{
108
+ content: '';
109
+ position: absolute;
110
+ width: 30px;
111
+ height: 40px;
112
+ top: -10px;
113
+ }
114
+ .e-connectorpoint-allow-block {
115
+ cursor: no-drop;
116
+ }
117
+ }
118
+
119
+ .e-tab .e-content {
120
+ height: $gantt-bigger-add-dialog-content-height;
121
+ }
122
+
123
+ .e-gantt-tree-grid-pane {
124
+ .e-columnheader {
125
+ .e-headercell {
126
+ height: $gantt-bigger-treegrid-header-border-height !important; /* stylelint-disable-line declaration-no-important */
127
+ }
128
+ }
129
+ }
130
+ .e-gantt-dialog .e-tab .e-tab-header {
131
+ padding-left: $gantt-dialog-tab-padding-left;
132
+
133
+ @if ($skin-name == 'FluentUI') {
134
+ .e-indicator {
135
+ display: block;
136
+ bottom: 0;
137
+ height: 3px;
138
+ }
139
+ }
140
+ @else {
141
+ .e-indicator {
142
+ display: block;
143
+ @if ($skin-name == 'Material3') {
144
+ border-top-left-radius: 4px;
145
+ border-top-right-radius: 4px;
146
+ }
147
+ }
148
+ }
149
+ }
150
+ .e-dialog {
151
+ .e-dlg-header-content {
152
+ padding: $gantt-bigger-dialog-header-padding; /* stylelint-disable-line declaration-no-important */
153
+
154
+ .e-btn.e-dlg-closeicon-btn {
155
+ left: -11px;
156
+ @if ($skin-name == 'bootstrap5-dark' or $skin-name == 'bootstrap5'){
157
+ top: 2px;
158
+ }
159
+ @else {
160
+ top: 3px;
161
+ }
162
+ }
163
+ }
164
+ @if ($skin-name == 'FluentUI' or $skin-name == 'fluent-dark') {
165
+ .e-dlg-content {
166
+ margin-bottom: 0;
167
+ }
168
+ }
169
+ @if ($skin-name == 'tailwind') {
170
+ .e-dlg-header-content {
171
+ height: 68px !important; /* stylelint-disable-line declaration-no-important */
172
+ }
173
+ }
174
+
175
+ .e-btn .e-btn-icon.e-icon-dlg-close {
176
+ font-size: $gantt-bigger-dialog-close-button-size;
177
+ @if ($skin-name == 'Material3') {
178
+ width: $gantt-bigger-dialog-close-button-size;
179
+ }
180
+ }
181
+
182
+ .e-footer-content {
183
+ height: $gantt-bigger-filter-dialog-footer-height;
184
+ padding: $gantt-bigger-filter-dialog-footer-padding;
185
+
186
+ .e-btn {
187
+ margin-left: 12px;
188
+ }
189
+ }
190
+
191
+ .e-dlg-header:not(.e-gantt-adaptive-dialog .e-dialog .e-dlg-header) {
192
+ @if ($skin-name== 'Material3-dark' or $skin-name == 'Material3') {
193
+ line-height: 28px;
194
+ }
195
+ @else if ($skin-name != 'FluentUI' or $skin-name != 'fluent-dark'){
196
+ line-height: 37px;
197
+ }
198
+ }
199
+ }
200
+
201
+ .e-grid .e-flmenu-valuediv {
202
+ padding: $gantt-bigger-filter-dialog-input-padding;
203
+ }
204
+
205
+ .e-filter-popup {
206
+ .e-dlg-content {
207
+ border-radius: $gantt-dialog-bigger-border-radius;
208
+ padding: $gantt-dialog-bigger-input-padding-field;
209
+ }
210
+ }
211
+
212
+ .e-grid .e-columnmenu {
213
+ @if $skin-name == 'bootstrap5-dark' or $skin-name == 'tailwind-dark' {
214
+ top: 35px;
215
+ }
216
+ @else if $skin-name == 'fluent-dark' {
217
+ top: 38px;
218
+ }
219
+ @else {
220
+ top: $bigger-column-menu-size;
221
+ }
222
+ }
223
+ }
224
+
225
+ .e-gantt-dialog {
226
+ .e-dialog {
227
+ border-radius: 6px;
228
+ width: $gantt-bigger-dialog-width;
229
+ }
230
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
231
+ padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
232
+ }
233
+
234
+ .e-edit-form-column:nth-child(odd) {
235
+ padding: $gantt-bigger-dialog-edit-form-odd-padding;
236
+ }
237
+
238
+ .e-edit-form-column:nth-child(even) {
239
+ padding: $gantt-bigger-dialog-edit-form-even-padding;
240
+ }
241
+
242
+ .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
243
+ padding: $gantt-bigger-dialog-edit-form-scroll-padding;
244
+ }
245
+
246
+ .e-edit-form-row {
247
+ height: $gantt-bigger-add-dialog-content-height;
248
+ }
249
+
250
+ .e-edit-form-column {
251
+ height: $gantt-bigger-add-dialog-input-height;
252
+ }
253
+
254
+ .e-dlg-header-content {
255
+ border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
256
+ }
257
+
258
+ > .e-dlg-content {
259
+ border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
260
+ }
261
+
262
+ .e-dlg-header-content {
263
+ border-radius: $gantt-bigger-dialog-border-radius;
264
+ padding-bottom: $gantt-dialog-padding-bottom;
265
+ @if ($skin-name == 'bootstrap-dark') {
266
+ .e-btn.e-dlg-closeicon-btn {
267
+ border-radius: 50%;
268
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
269
+ width: auto;
270
+ box-shadow: none;
271
+ }
272
+ }
273
+ @else{
274
+ .e-btn.e-dlg-closeicon-btn:not(.e-gantt-adaptive-dialog .e-dialog .e-dlg-closeicon-btn) {
275
+ border-radius: 50%;
276
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
277
+ width: auto;
278
+ @if ($skin-name=='Material3') {
279
+ line-height: 0px;
280
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
281
+ }
282
+ @if ($skin-name == 'FluentUI') {
283
+ margin-right: 6px;
284
+ }
285
+ }
286
+ }
287
+ }
288
+
289
+ .e-tab {
290
+ .e-tab-header .e-toolbar-item.e-active {
291
+ margin-left: $gantt-bigger-dialog-tab-padding-left;
292
+ }
293
+ }
294
+
295
+ @if ($skin-name == 'bootstrap4') {
296
+ .e-icon-dlg-close {
297
+ color: $gantt-bigger-dialog-icon-color;
298
+ }
299
+ }
300
+
301
+ .e-control-wrapper .e-input-group-icon.e-date-icon {
302
+ font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
303
+ }
304
+
305
+ .e-control-wrapper .e-input-group-icon.e-date-icon {
306
+ min-height: $gantt-bigger-dialog-input-icon;
307
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
308
+ }
309
+
310
+ .e-btn.e-flat {
311
+ line-height: 24px;
312
+ padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
313
+ }
314
+
315
+ .e-btn.e-primary {
316
+ padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
317
+ }
318
+
319
+ .e-datetime-wrapper .e-time-icon.e-icons::before {
320
+ font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
321
+ }
322
+
323
+ .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
324
+ font-size: 14px;
325
+ line-height: 22px;
326
+ }
327
+
328
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
329
+ font-size: 14px;
330
+ line-height: 22px;
331
+ }
332
+
333
+ .e-float-input.e-control-wrapper input {
334
+ height: $gantt-bigger-dialog-input-field-height;
335
+
336
+ @if ($skin-name == 'material') {
337
+ padding: 5px 0 11px !important; /* stylelint-disable-line declaration-no-important */
338
+ }
339
+ }
340
+
341
+ .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
342
+ min-height: $gantt-bigger-dialog-input-icon;
343
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
344
+ }
345
+
346
+ .e-control-wrapper .e-input-group-icon.e-time-icon {
347
+ min-height: $gantt-bigger-dialog-input-icon;
348
+ min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
349
+ }
350
+
351
+ .e-input-group.e-control-wrapper {
352
+ height: $gantt-dialog-bigger-input-field;
353
+ }
354
+
355
+ .e-input-group-icon.e-date-icon {
356
+ min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
357
+ }
358
+
359
+ @if ($skin-name == 'material') {
360
+ .e-datetime-wrapper .e-input-group-icon.e-time-icon {
361
+ margin: 5px 0 6px !important; /* stylelint-disable-line declaration-no-important */
362
+ }
363
+
364
+ .e-input-group.e-control-wrapper .e-input-group-icon {
365
+ margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
366
+ }
367
+ }
368
+
369
+ @if ($skin-name == 'tailwind') {
370
+ .e-input-group.e-control-wrapper .e-input-group-icon {
371
+ padding: 7px 0 !important; /* stylelint-disable-line declaration-no-important */
372
+ }
373
+ }
374
+ .e-gantt-adaptive-dialog .e-dialog {
375
+ position: absolute !important; /* stylelint-disable-line declaration-no-important */
376
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
377
+ }
378
+ .e-gantt-adaptive-dialog .e-dialog .e-dlg-header-content {
379
+ padding: 16px !important; /* stylelint-disable-line declaration-no-important */
380
+ }
381
+ .e-gantt-adaptive-dialog .e-dialog td{
382
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
383
+ }
384
+ }
385
+
386
+ .e-predecessor-tooltip {
387
+ .e-arrow-tip-outer.e-tip-bottom {
388
+ border-top: 8px solid $gantt-bigger-tooltip-button-color;
389
+ @if ($skin-name == 'FluentUI')
390
+ {
391
+ border-top: 12.5px solid $gantt-bigger-tooltip-button-color;
392
+ }
393
+ @else if ($skin-name == 'highcontrast'){
394
+ border-top: 7px solid $gantt-bigger-tooltip-button-color;
395
+ }
396
+ }
397
+
398
+ .e-arrow-tip-inner.e-tip-bottom {
399
+ color: $gantt-bigger-tooltip-button-color;
400
+ }
401
+
402
+ .e-left-btn:disabled {
403
+ color: $gantt-bigger-tooltip-disabled-button-color;
404
+ }
405
+
406
+ .e-right-btn:disabled {
407
+ color: $gantt-bigger-tooltip-disabled-button-color;
408
+ }
409
+
410
+ .e-tip-content {
411
+ padding: 3px !important; /* stylelint-disable-line declaration-no-important */
412
+ }
413
+
414
+ .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
415
+ background-color: $gantt-bigger-tooltip-button-color;
416
+ border-color: $gantt-bigger-tooltip-button-color;
417
+ color: $gantt-bigger-tooltip-button-text-color;
418
+ font-size: 12px;
419
+ line-height: 18px;
420
+ padding: 0 8px 0 0;
421
+ }
422
+
423
+ .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
424
+ background-color: $gantt-bigger-tooltip-button-color;
425
+ border-color: $gantt-bigger-tooltip-button-color;
426
+ color: $gantt-bigger-tooltip-button-text-color;
427
+ font-size: 12px;
428
+ line-height: 18px;
429
+ padding: 0 0 0 8px;
430
+ }
431
+ }
432
+
433
+ .e-predecessor-dialog {
434
+ background-color: $gantt-bigger-tooltip-dialog-color;
435
+
436
+ .e-dlg-content {
437
+ background-color: $gantt-bigger-tooltip-dialog-color;
438
+ padding: $gantt-bigger-predecessor-dialog-padding;
439
+ font-size: $gantt-bigger-predecessor-dialog-font-size;
440
+ font-weight: $gantt-bigger-predecessor-dialog-font-weight;
441
+ line-height: $gantt-bigger-predecessor-dialog-line-height;
442
+ color: $gantt-bigger-tooltip-dialog-text-color;
443
+ @if ($skin-name == 'FluentUI') {
444
+ margin-bottom: 0;
445
+ }
446
+ }
447
+ }
448
+ }
449
+ .e-blazor-gantt-tooltip{
450
+ .e-tip-content{
451
+ overflow-wrap: unset !important; /* stylelint-disable-line declaration-no-important */
452
+ white-space: nowrap !important; /* stylelint-disable-line declaration-no-important */
453
+ word-break: unset !important; /* stylelint-disable-line declaration-no-important */
454
+ }
455
+ }
456
+ @if ($skin-name == 'Material3-dark' or $skin-name == 'Material3'){
457
+ .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon{
458
+ font-size: 16px;
459
+ }}
460
+
461
+ .e-gantt-tooltip{
462
+ .e-tip-content{
463
+ text-align: left !important; /* stylelint-disable-line declaration-no-important */
464
+ }
465
+ }
466
+ .e-gantt.e-gantt-rtl{
467
+ .e-connector-line-right-arrow {
468
+ border-left: none !important; /* stylelint-disable-line declaration-no-important */
469
+ border-right-color: $connector-line-hover-color;
470
+ }
471
+ .e-connector-line-left-arrow{
472
+ border-right: none !important; /* stylelint-disable-line declaration-no-important */
473
+ border-left-color: $connector-line-hover-color;
474
+ }
475
+ .e-gantt-chart{
476
+ .e-timeline-header-container{
477
+ border-right: none !important; /* stylelint-disable-line declaration-no-important */
478
+ border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
479
+ border-left-color: $gantt-header-border-color !important; /* stylelint-disable-line declaration-no-important */
480
+ }
481
+ .e-timeline-top-header-cell{
482
+ .e-gantt-top-cell-text {
483
+ padding-right: 11px !important; /* stylelint-disable-line declaration-no-important */
484
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
485
+ text-align: right !important; /* stylelint-disable-line declaration-no-important */
486
+ }
487
+ }
488
+ .e-progress-resize-gripper {
489
+ .e-progressbar-handler-element {
490
+ right: 0 !important; /* stylelint-disable-line declaration-no-important */
491
+ }
492
+ .e-progressbar-handler-after{
493
+ right: 1px !important; /* stylelint-disable-line declaration-no-important */
494
+ }
495
+ }
496
+ .e-connectorpoint-right {
497
+ margin-right: 2px !important; /* stylelint-disable-line declaration-no-important */
498
+ }
499
+ .e-event-markers{
500
+ .e-gantt-right-arrow{
501
+ border-left: 5px solid;
502
+ border-right: 0 !important; /* stylelint-disable-line declaration-no-important */
503
+ }
504
+ }
505
+ .e-holiday {
506
+ .e-span {
507
+ transform: rotate(90deg) !important; /* stylelint-disable-line declaration-no-important */
508
+ }
509
+ }
510
+ .e-left-label-container {
511
+ padding-left: 25px !important; /* stylelint-disable-line declaration-no-important */
512
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
513
+ }
514
+ .e-right-label-container {
515
+ margin-right: 25px !important; /* stylelint-disable-line declaration-no-important */
516
+ margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
517
+ }
518
+ }
519
+ }
520
+ .e-gantt-rtl{
521
+ .e-gantt-tooltip-label{
522
+ text-align: right !important; /* stylelint-disable-line declaration-no-important */
523
+ }
524
+ .e-tip-content{
525
+ text-align: right !important; /* stylelint-disable-line declaration-no-important */
526
+ }
527
+ }
528
+ .e-gantt-dialog.e-rtl{
529
+ .e-dlg-closeicon-btn{
530
+ padding: 4px 8px !important; /* stylelint-disable-line declaration-no-important */
531
+ }
532
+ }
533
+
534
+ #{&}.e-gantt {
535
+ display: block;
536
+ width: 100%;
537
+
538
+ .e-cloneproperties {
539
+ padding: $gantt-bigger-clone-padding;
540
+ }
541
+
542
+ & .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
543
+ left: -5px;
544
+ position: relative;
545
+ }
546
+
547
+ .e-cloneproperties {
548
+ border-style: solid;
549
+ border-width: $gantt-border-size;
550
+ box-shadow: $gantt-group-clone-box-shadow;
551
+ font-size: $gantt-header-font-size;
552
+ font-weight: $gantt-drag-clone-font-weight;
553
+ opacity: $gantt-drag-clone-opacity;
554
+ overflow: hidden;
555
+ padding: $gantt-clone-padding;
556
+ text-align: $gantt-group-clone-text-align;
557
+ user-select: none;
558
+ vertical-align: middle;
559
+ white-space: nowrap;
560
+ z-index: 100;
561
+ }
562
+
563
+ .e-cloneproperties.e-draganddrop {
564
+ border-spacing: 0;
565
+ font-size: $gantt-header-font-size;
566
+ font-weight: normal;
567
+ overflow: visible;
568
+ }
569
+
570
+ .e-cloneproperties .e-bothganttlines {
571
+ border-width: 1px 0 0 1px;
572
+ }
573
+
574
+ .e-draganddrop {
575
+ border-width: 0 1px 1px;
576
+ font-weight: normal;
577
+ padding: 0;
578
+ }
579
+
580
+ .e-draganddrop .e-rowcell {
581
+ opacity: .95;
582
+ }
583
+
584
+ .e-cloneproperties.e-draganddrop table {
585
+ border-spacing: 0;
586
+ }
587
+
588
+ .e-icons.e-errorelem {
589
+ display: inline-block;
590
+ padding-left: 10px;
591
+ vertical-align: middle;
592
+ }
593
+
594
+ .e-errorelem::before {
595
+ color: $error-elem-color;
596
+ content: '\e22a';
597
+ transform: rotate(180deg);
598
+ }
599
+
600
+ & .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop,
601
+ & .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
602
+ border-bottom: 0;
603
+ border-right: 1px solid $gantt-cell-border-color;
604
+ border-top: 1px solid $gantt-cell-border-color;
605
+ }
606
+
607
+ .e-gantt-toolbar {
608
+ border-bottom-left-radius: 0;
609
+ border-bottom-right-radius: 0;
610
+ border-style: solid;
611
+ border-width: 1px 1px 0;
612
+ }
613
+
614
+ .e-flmenu-valuediv {
615
+ padding-top: $gantt-filter-menu-value-div-padding;
616
+ }
617
+
618
+ .e-gantt-splitter {
619
+ .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
620
+ margin: 0;
621
+ }
622
+
623
+ .e-pane {
624
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
625
+ }
626
+ }
627
+
628
+ .e-temp-content {
629
+ border-left: 1px solid;
630
+ }
631
+
632
+ .e-tab {
633
+ border: 0;
634
+
635
+ .e-tab-header .e-toolbar-item.e-active {
636
+ border-color: transparent;
637
+ }
638
+ }
639
+
640
+ .e-gantt-tree-grid-pane {
641
+ .e-grid {
642
+ border-width: 0;
643
+ }
644
+
645
+ .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),
646
+ .e-grid.e-gridhover tr[role = 'row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
647
+ .e-grid.e-gridhover tr[role = 'row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
648
+ .e-grid.e-rtl .e-gridhover tr[role = 'row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
649
+ .e-grid.e-gridhover tr[role = 'row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
650
+ background-color: transparent;
651
+ }
652
+
653
+ .e-gantt-temp-header {
654
+ border-bottom-style: solid;
655
+ border-bottom-width: 1px;
656
+ height: 45px;
657
+ }
658
+
659
+ .e-headercontent {
660
+ border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
661
+ }
662
+
663
+ .e-gridheader {
664
+ border-top-style: none;
665
+ border-top-width: 0;
666
+ padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
667
+ padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
668
+ }
669
+
670
+ .e-columnheader,
671
+ .e-headercell {
672
+ height: $gantt-treegrid-header-border-height !important; /* stylelint-disable-line declaration-no-important */
673
+ }
674
+
675
+ .e-gridcontent .e-content {
676
+ overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
677
+ }
678
+
679
+ .e-gridcontent .e-content.e-gantt-scroll-padding {
680
+ width: calc(100% + 17px);
681
+ }
682
+
683
+ .e-ganttnotes-info {
684
+ text-align: center;
685
+ }
686
+
687
+ .e-icons.e-notes-info {
688
+ display: inline-block;
689
+ font-size: 18px;
690
+ height: 15px;
691
+ line-height: 10px;
692
+ vertical-align: middle;
693
+ }
694
+
695
+ .e-grid .e-gantt-resource-parent .e-rowdragdrop{
696
+ pointer-events: none;
697
+ }
698
+ }
699
+
700
+ .e-gantt-chart {
701
+ height: 100%;
702
+ overflow: hidden;
703
+ position: relative;
704
+ width: 100%;
705
+
706
+ .e-chart-empty-row {
707
+ border: .5px solid;
708
+ position: absolute;
709
+ background-color: $gantt-empty-taskbar-background-color;
710
+ border-color: $gantt-empty-taskbar-border-color;
711
+ }
712
+
713
+ .e-chart-root-container {
714
+ border-right: 0 solid;
715
+
716
+ .e-content {
717
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
718
+ overflow-x: scroll;
719
+ overflow-y: auto;
720
+ position: relative;
721
+ }
722
+
723
+ .e-nonworking-day-container {
724
+ position: absolute;
725
+ }
726
+
727
+ .e-event-markers-container {
728
+ position: absolute;
729
+ }
730
+
731
+ .e-holiday-container {
732
+ height: 100%;
733
+ position: absolute;
734
+ }
735
+
736
+ .e-weekend-container {
737
+ height: 100%;
738
+ position: absolute;
739
+ }
740
+ }
741
+
742
+ .e-timeline-header-container {
743
+ border-bottom-style: solid;
744
+ border-right: 1px solid;
745
+ overflow: hidden;
746
+ position: relative;
747
+ z-index: 6;
748
+ }
749
+
750
+ .e-timeline-header-table-container > thead > tr > th {
751
+ border-left: 0;
752
+ }
753
+
754
+ .e-timeline-header-table-container {
755
+ border-collapse: collapse;
756
+ border-spacing: 0;
757
+ border-width: 0;
758
+ box-sizing: border-box;
759
+ margin: 0;
760
+ padding: 0;
761
+ }
762
+
763
+ .e-timeline-header-table-body {
764
+ border-collapse: collapse;
765
+ box-sizing: border-box;
766
+ display: inline-block;
767
+ transform: scale(1);
768
+ white-space: nowrap;
769
+ }
770
+
771
+ .e-timeline-header-table-body > tr {
772
+ display: inline-flex;
773
+ }
774
+
775
+ .e-timeline-top-header-cell,
776
+ .e-timeline-single-header-cell {
777
+ border-spacing: 0;
778
+ border-style: solid;
779
+ border-top: 0;
780
+ border-width: 1px;
781
+ box-sizing: border-box;
782
+ display: inline-flex;
783
+ font-size: $gantt-timeline-top-headercell-font-size;
784
+ font-weight: $gantt-timeline-top-headercell-font-weight;
785
+ margin: 0;
786
+ padding: 0;
787
+ position: static;
788
+ text-align: center;
789
+ user-select: none;
790
+ white-space: nowrap;
791
+
792
+ .e-header-cell-label {
793
+ box-sizing: border-box;
794
+ margin: auto;
795
+ overflow: hidden;
796
+ position: static;
797
+ text-overflow: ellipsis;
798
+ white-space: nowrap;
799
+ }
800
+
801
+ .e-gantt-top-cell-text {
802
+ padding-left: 11px;
803
+ text-align: left;
804
+ }
805
+ }
806
+
807
+ .e-gantt-grid-lines {
808
+ border-bottom-style: solid;
809
+ border-bottom-width: 1px;
810
+ border-collapse: collapse;
811
+ border-spacing: 0;
812
+ box-sizing: border-box;
813
+ }
814
+
815
+ .e-zero-spacing {
816
+ border-spacing: .25px;
817
+ }
818
+
819
+ .e-chart-row:first-child .e-chart-row-border {
820
+ //border-width: 0;
821
+ border-top: 0;
822
+ }
823
+
824
+ .e-chart-row {
825
+ .e-chart-row-border {
826
+ border-collapse: separate;
827
+ border-style: solid;
828
+ border-width: 1px 0 0;
829
+ }
830
+
831
+ .e-chart-row-cell {
832
+ font-size: 0;
833
+ padding: 0;
834
+ }
835
+
836
+ .e-chart-row-border.e-lastrow {
837
+ border-bottom-width: 1px;
838
+ }
839
+
840
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
841
+ line-height: normal;
842
+ }
843
+ }
844
+
845
+ .e-line-container-cell {
846
+ border-right-style: solid;
847
+ border-right-width: 1px;
848
+ height: 100%;
849
+ position: absolute;
850
+ }
851
+
852
+ .e-taskbar-main-container {
853
+ cursor: move;
854
+ display: inline-block;
855
+ position: absolute;
856
+ vertical-align: middle;
857
+ z-index: 3;
858
+ }
859
+
860
+ .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
861
+ z-index: 4;
862
+ }
863
+
864
+ .e-left-label-container.e-left-label-temp-container {
865
+ align-items: center;
866
+ display: inline-flex;
867
+ justify-content: flex-end;
868
+ overflow: hidden;
869
+ text-overflow: ellipsis;
870
+ white-space: nowrap;
871
+ }
872
+
873
+ .e-right-label-container.e-right-label-temp-container {
874
+ align-items: center;
875
+ display: inline-flex;
876
+ float: left;
877
+ outline: none;
878
+ overflow: hidden;
879
+ position: absolute;
880
+ text-overflow: ellipsis;
881
+ white-space: nowrap;
882
+ }
883
+
884
+ .e-left-label-container {
885
+ display: inline-block;
886
+ }
887
+
888
+ .e-left-label-inner-div,
889
+ .e-right-label-container {
890
+ overflow: hidden;
891
+ }
892
+
893
+ .e-left-label-inner-div {
894
+ align-items: center;
895
+ display: inline-flex;
896
+ justify-content: flex-end;
897
+ width: 100%;
898
+ }
899
+
900
+ .e-label {
901
+ margin: 3px;
902
+ overflow: hidden;
903
+ text-overflow: ellipsis;
904
+ white-space: nowrap;
905
+ }
906
+
907
+ .e-right-label-container {
908
+ background-color: transparent;
909
+ display: inline-block;
910
+ margin: 0;
911
+ position: absolute;
912
+ }
913
+
914
+ .e-right-label-inner-div {
915
+ align-items: center;
916
+ display: inline-flex;
917
+ float: left;
918
+ outline: none;
919
+ overflow: hidden;
920
+ }
921
+
922
+ .e-indicator-span {
923
+ display: inline-block;
924
+ font-size: 13px;
925
+ font-weight: normal;
926
+ overflow: hidden;
927
+ position: absolute;
928
+ text-overflow: ellipsis;
929
+ }
930
+
931
+ .e-gantt-child-taskbar,
932
+ .e-gantt-parent-taskbar,
933
+ .e-gantt-child-progressbar,
934
+ .e-gantt-parent-progressbar,
935
+ .e-gantt-milestone,
936
+ .e-gantt-parent-milestone,
937
+ .e-gantt-manualparent-milestone {
938
+ display: inline-block;
939
+ width: 100%;
940
+ }
941
+
942
+ .e-gantt-milestone{
943
+ @if $skin-name =='Material3'{
944
+ border: 1px;
945
+ border-style: solid;
946
+ }
947
+ }
948
+
949
+ .e-manualparent-main-container {
950
+ background-color: transparent;
951
+ cursor: move;
952
+ margin-top: -5px;
953
+ position: absolute;
954
+ }
955
+
956
+ .e-gantt-manualparent-taskbar {
957
+ margin-top: 3px;
958
+ }
959
+
960
+ .e-gantt-split-container-line {
961
+ @if ($theme-name == 'material-dark' or $theme-name == 'fabric-dark') {
962
+ border-color: $gantt-active-background-color;
963
+ }
964
+ @else {
965
+ @if $skin-name =='Material3'{
966
+ border-color: $gantt-split-container-line-border-color;
967
+ }
968
+ @else{
969
+ border-color: inherit;
970
+ }
971
+ }
972
+ @if $skin-name =='Material3' or $skin-name =='Material3-dark'{
973
+ border-top-style: dashed;
974
+ border-top-width: 2px;
975
+ }
976
+ @else{
977
+ border-top-style: dotted;
978
+ border-top-width: 2px;
979
+ }
980
+ height: 0;
981
+ left: 2px;
982
+ pointer-events: none;
983
+ position: absolute;
984
+ top: 50%;
985
+ width: 99.5%;
986
+ }
987
+
988
+ .e-gantt-child-taskbar-inner-div,
989
+ .e-gantt-parent-taskbar-inner-div {
990
+ border-spacing: 0;
991
+ box-sizing: border-box;
992
+ margin: auto;
993
+ overflow: hidden;
994
+ padding: 0;
995
+ z-index: 3;
996
+ }
997
+
998
+ .e-gantt-parent-progressbar-inner-div {
999
+ z-index: 3;
1000
+ }
1001
+
1002
+ .e-gantt-child-progressbar-inner-div,
1003
+ .e-gantt-parent-progressbar-inner-div {
1004
+ box-sizing: border-box;
1005
+ text-align: right;
1006
+ }
1007
+
1008
+ .e-chart-scroll-container,
1009
+ .e-chart-rows-container {
1010
+ user-select: none;
1011
+ }
1012
+
1013
+ .e-chart-rows-container {
1014
+ line-height: initial;
1015
+ }
1016
+
1017
+ .e-masked-tbody {
1018
+ table-layout: fixed;
1019
+ width: 100%;
1020
+ }
1021
+
1022
+ .e-div-background {
1023
+ border-color: $gantt-masked-table-background-color;
1024
+ border-right-style: solid;
1025
+ border-right-width: 1px;
1026
+ height: 100%;
1027
+ position: absolute;
1028
+ }
1029
+
1030
+ .e-innerHTML {
1031
+ height: 16px;
1032
+ width: 16px;
1033
+ left: 14px;
1034
+ }
1035
+
1036
+ .e-innerHTML1 {
1037
+ height: 16px;
1038
+ width: 16px;
1039
+ left: 30px;
1040
+ }
1041
+
1042
+ .e-innerHTML2 {
1043
+ height: 16px;
1044
+ width: 16px;
1045
+ left: 60px;
1046
+ }
1047
+
1048
+ .e-timelineHeader {
1049
+ height: 16px;
1050
+ width: 82px;
1051
+ left: 20px;
1052
+ }
1053
+
1054
+ .e-maskcell01 {
1055
+ height: 12px;
1056
+ width: 88px;
1057
+ left: 14px;
1058
+ border-radius: 0;
1059
+ }
1060
+
1061
+ .e-maskcell02 {
1062
+ height: 18px;
1063
+ width: 410px;
1064
+ border-radius: 0;
1065
+ }
1066
+
1067
+ .e-maskcell03 {
1068
+ height: 12px;
1069
+ width: 88px;
1070
+ left: 14px;
1071
+ border-radius: 0;
1072
+ }
1073
+
1074
+ .e-maskcell04 {
1075
+ height: 18px;
1076
+ width: 208px;
1077
+ border-radius: 0;
1078
+ }
1079
+
1080
+ .e-maskcell05 {
1081
+ height: 12px;
1082
+ width: 108px;
1083
+ left: 64px;
1084
+ border-radius: 0;
1085
+ }
1086
+
1087
+ .e-maskcell06 {
1088
+ height: 18px;
1089
+ width: 195px;
1090
+ left: 192px;
1091
+ border-radius: 0;
1092
+ }
1093
+
1094
+ .e-maskcell07 {
1095
+ height: 18px;
1096
+ width: 156px;
1097
+ left: 388px;
1098
+ border-radius: 0;
1099
+ }
1100
+
1101
+ .e-taskbar-left-resizer,
1102
+ .e-taskbar-right-resizer {
1103
+ display: inline-block;
1104
+ position: absolute;
1105
+ top: 0;
1106
+ width: 10px;
1107
+ z-index: 4;
1108
+ }
1109
+
1110
+ .e-child-progress-resizer {
1111
+ display: inline-block;
1112
+ height: 15px;
1113
+ position: absolute;
1114
+ top: 0;
1115
+ width: 20px;
1116
+ z-index: 5;
1117
+ }
1118
+
1119
+ .e-progress-resize-gripper {
1120
+ cursor: col-resize;
1121
+
1122
+ .e-progressbar-handler {
1123
+ border-width: 1px;
1124
+ box-sizing: content-box;
1125
+ cursor: col-resize;
1126
+ height: 2px;
1127
+ position: absolute;
1128
+ top: 7px;
1129
+ }
1130
+
1131
+ .e-progressbar-handler-element {
1132
+ border-bottom-style: solid;
1133
+ border-bottom-width: 8px;
1134
+ border-left: 7px solid transparent;
1135
+ border-right: 7px solid transparent;
1136
+ cursor: col-resize;
1137
+ height: 0;
1138
+ left: 1px;
1139
+ position: absolute;
1140
+ top: -7px;
1141
+ width: 0;
1142
+ }
1143
+
1144
+ .e-progressbar-handler-after {
1145
+ border-bottom-style: solid;
1146
+ border-bottom-width: 8px;
1147
+ border-left: 6px solid transparent;
1148
+ border-right: 6px solid transparent;
1149
+ cursor: col-resize;
1150
+ height: 0;
1151
+ left: 2px;
1152
+ position: absolute;
1153
+ top: -7px;
1154
+ width: 0;
1155
+ }
1156
+ }
1157
+
1158
+ .e-baseline-bar {
1159
+ border-radius: 2px;
1160
+ box-sizing: border-box;
1161
+ position: absolute;
1162
+ z-index: 2;
1163
+ }
1164
+
1165
+ .e-milestone-top,
1166
+ .e-parent-milestone-top,
1167
+ .e-manualparent-milestone-top {
1168
+ border-style: none solid solid;
1169
+ border-top: 0;
1170
+ }
1171
+
1172
+ .e-milestone-top,
1173
+ .e-milestone-bottom,
1174
+ .e-parent-milestone-top,
1175
+ .e-parent-milestone-bottom,
1176
+ .e-manualparent-milestone-top,
1177
+ .e-manualparent-milestone-bottom {
1178
+ border-left-color: transparent;
1179
+ border-right-color: transparent;
1180
+ }
1181
+
1182
+ .e-milestone-bottom,
1183
+ .e-parent-milestone-bottom,
1184
+ .e-manualparent-milestone-bottom {
1185
+ border-bottom: 0;
1186
+ border-style: solid solid none;
1187
+ }
1188
+
1189
+ .e-baseline-gantt-milestone-container {
1190
+ position: absolute;
1191
+ z-index: 2;
1192
+ @if $skin-name =='Material3'{
1193
+ border: 2px;
1194
+ border-color: $gantt-baseline-color;
1195
+ border-style: solid;
1196
+ }
1197
+ }
1198
+
1199
+ .e-task-label {
1200
+ display: inline;
1201
+ font-weight: normal;
1202
+ margin-left: 8px;
1203
+ margin-right: 15px;
1204
+ overflow: hidden;
1205
+ text-overflow: ellipsis;
1206
+ vertical-align: middle;
1207
+ white-space: nowrap;
1208
+ }
1209
+
1210
+ .e-task-table {
1211
+ overflow: hidden;
1212
+ border-collapse: separate;
1213
+ }
1214
+
1215
+ .e-left-resize-gripper,
1216
+ .e-right-resize-gripper {
1217
+ align-items: center;
1218
+ cursor: ew-resize;
1219
+ display: inline-flex;
1220
+ }
1221
+
1222
+ .e-holiday {
1223
+ display: inline-block;
1224
+ position: absolute;
1225
+
1226
+ .e-span {
1227
+ position: absolute;
1228
+ transform: rotate(-90deg);
1229
+ white-space: nowrap;
1230
+ width: 0;
1231
+ }
1232
+ }
1233
+
1234
+ .e-weekend {
1235
+ display: inline-block;
1236
+ position: absolute;
1237
+ z-index: 0;
1238
+ }
1239
+
1240
+ .e-rangecontainer {
1241
+
1242
+ .e-leftarc {
1243
+ border-bottom-left-radius: $gantt-range-container-arc-radius;
1244
+ border-top-left-radius: $gantt-range-container-arc-radius;
1245
+ position: absolute;
1246
+ }
1247
+
1248
+ .e-rightarc {
1249
+ border-bottom-right-radius: $gantt-range-container-arc-radius;
1250
+ border-top-right-radius: $gantt-range-container-arc-radius;
1251
+ position: absolute;
1252
+ }
1253
+ }
1254
+
1255
+ .e-event-markers {
1256
+ border-left: 1px dashed;
1257
+ position: absolute;
1258
+ width: 1px;
1259
+ z-index: 4;
1260
+
1261
+ .e-span-label {
1262
+ border-radius: 3px;
1263
+ font-weight: 500;
1264
+ height: $event-marker-label-height;
1265
+ line-height: $event-marker-line-height;
1266
+ padding: $event-marker-label-padding;
1267
+ position: absolute;
1268
+ top: 50px;
1269
+ white-space: nowrap;
1270
+ width: auto;
1271
+ z-index: 2;
1272
+ }
1273
+
1274
+ .e-gantt-right-arrow {
1275
+ border-bottom: 5px solid transparent;
1276
+ border-right: 5px solid;
1277
+ border-top: 5px solid transparent;
1278
+ height: 0;
1279
+ position: absolute;
1280
+ top: $event-marker-label-arrow-top;
1281
+ width: 0;
1282
+ }
1283
+ }
1284
+
1285
+ .e-gantt-unscheduled-taskbar {
1286
+ border-radius: 0;
1287
+ border-style: none;
1288
+ display: inline-block;
1289
+ }
1290
+
1291
+ .e-connector-line-right-arrow {
1292
+ border-left-style: solid;
1293
+ border-left-width: 10px;
1294
+ }
1295
+
1296
+ .e-connector-line-left-arrow {
1297
+ border-right-style: solid;
1298
+ border-right-width: 10px;
1299
+ }
1300
+
1301
+ .e-connector-line-right-arrow,
1302
+ .e-connector-line-left-arrow {
1303
+ border-bottom: 5px solid transparent;
1304
+ border-top: 5px solid transparent;
1305
+ }
1306
+
1307
+ .e-connector-line-container {
1308
+ z-index: 5;
1309
+ }
1310
+
1311
+ .e-connector-line-z-index {
1312
+ z-index: 1;
1313
+ }
1314
+
1315
+ .e-connector-line-hover {
1316
+ outline: 1px solid;
1317
+ }
1318
+
1319
+ .e-critical-connector-line-hover {
1320
+ outline: 1px solid;
1321
+ }
1322
+
1323
+ .e-connector-line-hover-z-index {
1324
+ z-index: 100;
1325
+ }
1326
+
1327
+ .e-connectortouchpoint {
1328
+ background-color: transparent;
1329
+ display: block;
1330
+ position: absolute;
1331
+ z-index: 5;
1332
+ }
1333
+
1334
+ .e-connectorpoint-right,
1335
+ .e-connectorpoint-left,
1336
+ .e-right-connectorpoint-outer-div,
1337
+ .e-left-connectorpoint-outer-div {
1338
+ border-radius: 50%;
1339
+ display: inline-block;
1340
+ position: absolute;
1341
+ }
1342
+
1343
+ .e-connectorpoint-left-hover,
1344
+ .e-connectorpoint-right-hover {
1345
+ border-style: solid;
1346
+ border-width: 1px;
1347
+ box-sizing: content-box;
1348
+ cursor: pointer;
1349
+ display: inline-block;
1350
+ }
1351
+
1352
+ .e-connectorpoint-allow-block {
1353
+ cursor: no-drop;
1354
+ }
1355
+
1356
+ .e-gantt-manualparenttaskbar-left,
1357
+ .e-gantt-manualparenttaskbar-right {
1358
+ background-color: $gantt-manualparent-background-color;
1359
+ border-color: $gantt-manualparent-background-color;
1360
+ border-radius: 50%;
1361
+ display: inline-block;
1362
+ height: 10px;
1363
+ margin: -1px;
1364
+ position: absolute;
1365
+ width: 10px;
1366
+ }
1367
+
1368
+ .e-manualparent-milestone-top,
1369
+ .e-manualparent-milestone-bottom {
1370
+ border-bottom-color: $gantt-manualparent-background-color;
1371
+ }
1372
+
1373
+ .e-gantt-manualparenttaskbar-right {
1374
+ cursor: e-resize;
1375
+ margin-left: -8px;
1376
+ }
1377
+
1378
+ .e-gantt-manualparenttaskbar-left {
1379
+ margin-left: 0;
1380
+ }
1381
+
1382
+ .e-gantt-manualparenttaskbar {
1383
+ background: $gantt-manualparent-background-color;
1384
+ margin-top: 3px;
1385
+ position: absolute;
1386
+ }
1387
+
1388
+ .e-icon {
1389
+ font-family: 'e-icons';
1390
+ font-size: 13px;
1391
+ font-style: normal;
1392
+ font-variant: normal;
1393
+ font-weight: normal;
1394
+ line-height: 1;
1395
+ text-transform: none;
1396
+ vertical-align: middle;
1397
+ }
1398
+
1399
+ .e-active-container {
1400
+ outline: 1px solid;
1401
+ outline-offset: 2px;
1402
+ }
1403
+ }
1404
+ }
1405
+
1406
+ .e-gantt-dialog .e-tab .e-tab-header {
1407
+ padding-left: $gantt-dialog-tab-padding-left;
1408
+
1409
+ @if ($skin-name == 'FluentUI'){
1410
+ .e-indicator {
1411
+ display: block;
1412
+ bottom: 1px;
1413
+ height: 3px;
1414
+ }
1415
+ }
1416
+ @else{
1417
+ .e-indicator {
1418
+ display: block;
1419
+ }
1420
+ }
1421
+
1422
+ .e-toolbar-item .e-tab-wrap {
1423
+ border-style: solid;
1424
+ border-width: $gantt-tab-header-border-width;
1425
+ }
1426
+ }
1427
+
1428
+ .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
1429
+ border: 0;
1430
+ }
1431
+
1432
+ .e-gantt-dialog {
1433
+ border: 0;
1434
+
1435
+ .e-gridform .e-table {
1436
+ border-spacing: 0;
1437
+ }
1438
+
1439
+ .e-item {
1440
+ height: 100%;
1441
+ }
1442
+
1443
+ .e-dependent-div {
1444
+ border-bottom-width: $gantt-depedent-div-border-bottom;
1445
+ }
1446
+
1447
+ .e-icon-dlg-close {
1448
+ opacity: initial;
1449
+ }
1450
+
1451
+ .e-toolbar {
1452
+ border-top-width: 0;
1453
+ }
1454
+
1455
+ .e-resource-div {
1456
+ border-bottom-width: $gantt-resource-div-border-bottom;
1457
+
1458
+ .e-gridheader {
1459
+ border-top-width: 0;
1460
+ }
1461
+ }
1462
+
1463
+ .e-edit-form-row {
1464
+ height: $gantt-dialog-general-height;
1465
+ overflow-y: auto;
1466
+ }
1467
+
1468
+ .e-edit-form-column:nth-child(odd) {
1469
+ float: left;
1470
+ padding: $gantt-dialog-edit-form-odd-padding;
1471
+ width: 50%;
1472
+ }
1473
+
1474
+ .e-edit-form-column:nth-child(even) {
1475
+ float: left;
1476
+ padding: $gantt-dialog-edit-form-even-padding;
1477
+ width: 50%;
1478
+ }
1479
+
1480
+ .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1481
+ padding: $gantt-dialog-edit-form-scroll-padding;
1482
+ }
1483
+
1484
+ .e-edit-form-column {
1485
+ height: 75px;
1486
+ }
1487
+
1488
+ .e-dependent-div .e-content {
1489
+ height: $gantt-dialog-dependent-height;
1490
+ }
1491
+
1492
+ .e-resource-div .e-content {
1493
+ height: $gantt-dialog-resource-height;
1494
+ }
1495
+
1496
+ .e-richtexteditor {
1497
+ border-bottom-width: $gantt-richtext-border-bottom;
1498
+ height: $gantt-dialog-rte-height !important; /* stylelint-disable-line declaration-no-important */
1499
+ overflow: hidden;
1500
+ }
1501
+
1502
+ .e-richtexteditor.e-rte-tb-expand {
1503
+ border-top: 0;
1504
+ }
1505
+
1506
+ .e-richtexteditor .e-rte-content {
1507
+ border-bottom-width: $gantt-richtext-content-border-bottom;
1508
+ height: $gantt-dialog-rte-content-height;
1509
+ overflow: hidden;
1510
+ }
1511
+
1512
+ > .e-dlg-content {
1513
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1514
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
1515
+ height: 291px;
1516
+ }
1517
+ }
1518
+
1519
+ .e-dlg-header {
1520
+ line-height: 30px;
1521
+ }
1522
+
1523
+ .e-dlg-header-content {
1524
+ border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
1525
+ }
1526
+
1527
+ .e-dlg-header-content {
1528
+ border-radius: $gantt-dialog-border-radius;
1529
+ padding-bottom: $gantt-dialog-padding-bottom;
1530
+
1531
+ .e-btn.e-dlg-closeicon-btn {
1532
+ left: -11px;
1533
+ top: $gantt-dialog-close-button-top;
1534
+ }
1535
+
1536
+ @if ($skin-name == 'bootstrap-dark'){
1537
+ .e-btn.e-dlg-closeicon-btn {
1538
+ border-radius: 50%;
1539
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
1540
+ width: auto;
1541
+ box-shadow: none;
1542
+ }
1543
+ }
1544
+ @else{
1545
+ .e-btn.e-dlg-closeicon-btn {
1546
+ border-radius: 50%;
1547
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
1548
+ width: auto;
1549
+ }
1550
+ }
1551
+ }
1552
+ }
1553
+
1554
+ .e-ganttpopup {
1555
+ -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1556
+ -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1557
+ -webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1558
+ font-weight: normal;
1559
+ position: absolute;
1560
+ user-select: none;
1561
+ z-index: 99999;
1562
+
1563
+ .e-rowselect {
1564
+ line-height: 18px;
1565
+ text-indent: 7%;
1566
+ }
1567
+
1568
+ span {
1569
+ border: 1px solid transparent;
1570
+ cursor: pointer;
1571
+ display: inline-block;
1572
+ height: 26px;
1573
+ padding: 4px;
1574
+ width: 26px;
1575
+ }
1576
+
1577
+ .e-content {
1578
+ border-radius: 4px;
1579
+ border-style: solid;
1580
+ border-width: 1px;
1581
+ font-size: 14px;
1582
+ padding: 4px;
1583
+ }
1584
+
1585
+ .e-tail::after,
1586
+ .e-tail::before,
1587
+ .e-ganttpopup {
1588
+ border: 10px solid transparent;
1589
+ content: '';
1590
+ height: 0;
1591
+ left: 8px;
1592
+ position: absolute;
1593
+ width: 0;
1594
+ }
1595
+
1596
+ .e-downtail::after {
1597
+ top: 34px;
1598
+ }
1599
+ }
1600
+
1601
+ .e-gantt-tooltip.e-tooltip-wrap {
1602
+ opacity: 1;
1603
+ }
1604
+
1605
+ .e-gantt-tooltip {
1606
+ visibility: hidden;
1607
+ }
1608
+
1609
+ .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1610
+ content: '';
1611
+ }
1612
+
1613
+ .e-bigger .e-gantt .e-gantt-chart .e-label {
1614
+ font-size: $gantt-bigger-label-font-size;
1615
+ }
1616
+
1617
+ .e-bigger .e-filter-popup .e-control .e-dialog .e-lib .e-popup .e-popup-open .e-excelfilter .e-gantt,
1618
+ .e-bigger .e-gantt .e-excelfilter .e-dialog .e-dlg-content {
1619
+ padding: 0 18px 0 0 !important; /* stylelint-disable-line declaration-no-important */
1620
+ }
1621
+ .e-bigger .e-filter-popup .e-control .e-dialog .e-lib .e-popup .e-popup-open .e-excelfilter .e-gantt,
1622
+ .e-bigger .e-gantt .e-contextmenu-wrapper ul {
1623
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1624
+ }
1625
+
1626
+ .e-gantt-tooltip-label {
1627
+ padding-bottom: 2px;
1628
+ padding-right: 2px;
1629
+ text-align: left;
1630
+ }
1631
+
1632
+ .e-gantt.e-device {
1633
+ .e-edit-form-column {
1634
+ &:nth-child(odd),
1635
+ &:nth-child(even) {
1636
+ float: none;
1637
+ padding: $gantt-dialog-edit-form-odd-padding;
1638
+ width: 100%;
1639
+ }
1640
+ }
1641
+
1642
+ .e-edit-form-row {
1643
+ height: auto;
1644
+ }
1645
+
1646
+ .e-adaptive-searchbar {
1647
+ padding: 5px 10px;
1648
+ width: 90%;
1649
+ }
1650
+
1651
+ .e-backarrowspan {
1652
+ font-size: 16px;
1653
+ padding: 5px 10px;
1654
+ }
1655
+
1656
+ .e-gantt-dialog {
1657
+ max-height: none;
1658
+
1659
+ .e-dlg-closeicon-btn {
1660
+ float: left;
1661
+ left: -4px;
1662
+ }
1663
+
1664
+ .e-icon-dlg-close {
1665
+ font-size: 16px;
1666
+ }
1667
+
1668
+ .e-dlg-header {
1669
+ display: inline-block;
1670
+ }
1671
+ }
1672
+
1673
+ .e-toolbar-item {
1674
+ padding: 7px;
1675
+ }
1676
+
1677
+ .e-toolbar .e-icons {
1678
+ font-size: 18px;
1679
+ }
1680
+
1681
+ .e-gridheader .e-icons {
1682
+ font-size: 12px;
1683
+ }
1684
+
1685
+ // .e-right-resize-gripper,
1686
+ // .e-left-resize-gripper {
1687
+ // border: 7px solid;
1688
+ // z-index: -1;
1689
+
1690
+ // &::before {
1691
+ // font-size: 14px;
1692
+ // margin-left: -7px;
1693
+ // }
1694
+ // }
1695
+
1696
+ .e-dependent-div .e-content {
1697
+ height: 100%;
1698
+ }
1699
+
1700
+ .e-resource-div .e-content {
1701
+ height: 100%;
1702
+ }
1703
+
1704
+ .e-richtexteditor {
1705
+ height: 100%;
1706
+
1707
+ .e-rte-content {
1708
+ height: 100%;
1709
+ }
1710
+ }
1711
+ }
1712
+
1713
+ .e-predecessor-tooltip {
1714
+ background-color: $gantt-bigger-tooltip-button-color !important; /* stylelint-disable-line declaration-no-important */
1715
+ border-color: $gantt-bigger-tooltip-button-color !important; /* stylelint-disable-line declaration-no-important */
1716
+ visibility: hidden;
1717
+
1718
+ .e-arrow-tip-outer.e-tip-bottom {
1719
+ border-top: 8px solid $gantt-bigger-tooltip-button-color;
1720
+ @if ($skin-name == 'FluentUI')
1721
+ {
1722
+ border-top: 12.5px solid $gantt-bigger-tooltip-button-color;
1723
+ }
1724
+ @else if ($skin-name == 'highcontrast'){
1725
+ border-top: 7px solid $gantt-bigger-tooltip-button-color;
1726
+ }
1727
+ }
1728
+
1729
+ .e-arrow-tip-inner.e-tip-bottom {
1730
+ color: $gantt-bigger-tooltip-button-color;
1731
+ }
1732
+
1733
+ .e-left-btn:disabled {
1734
+ color: $gantt-bigger-tooltip-disabled-button-color;
1735
+ }
1736
+
1737
+ .e-right-btn:disabled {
1738
+ color: $gantt-bigger-tooltip-disabled-button-color;
1739
+ }
1740
+
1741
+ .e-tip-content {
1742
+ padding: 3px !important; /* stylelint-disable-line declaration-no-important */
1743
+ }
1744
+
1745
+ .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
1746
+ background-color: $gantt-bigger-tooltip-button-color;
1747
+ border-color: $gantt-bigger-tooltip-button-color;
1748
+ color: $gantt-bigger-tooltip-button-text-color;
1749
+ font-size: 12px;
1750
+ line-height: 18px;
1751
+ padding: 0 8px 0 0;
1752
+ }
1753
+
1754
+ .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
1755
+ background-color: $gantt-bigger-tooltip-button-color;
1756
+ border-color: $gantt-bigger-tooltip-button-color;
1757
+ color: $gantt-bigger-tooltip-button-text-color;
1758
+ font-size: 12px;
1759
+ line-height: 18px;
1760
+ padding: 0 0 0 8px;
1761
+ }
1762
+ }
1763
+
1764
+ .e-predecessor-dialog {
1765
+ background-color: $gantt-bigger-tooltip-dialog-color;
1766
+
1767
+ .e-dlg-content {
1768
+ background-color: $gantt-bigger-tooltip-dialog-color;
1769
+ padding: $gantt-bigger-predecessor-dialog-padding;
1770
+ font-size: $gantt-bigger-predecessor-dialog-font-size;
1771
+ font-weight: $gantt-bigger-predecessor-dialog-font-weight;
1772
+ line-height: $gantt-bigger-predecessor-dialog-line-height;
1773
+ color: $gantt-bigger-tooltip-dialog-text-color;
1774
+ @if ($skin-name == 'FluentUI') {
1775
+ margin-bottom: 0;
1776
+ }
1777
+ }
1778
+ }
1779
+ .e-gantt-chart-resize-indicator{
1780
+ height: 100%;
1781
+ position: absolute;
1782
+ z-index: 1;
1783
+ }
1784
+ .e-gantt .e-gantt-chart .e-chart-root-container .e-content td.e-chart-row-cell.e-droptop{
1785
+ border-top: $gantt-rowdd-topbottom-border;
1786
+ border-width: $gantt-rowdd-childborder-width;
1787
+ }
1788
+ .e-gantt .e-gantt-chart .e-chart-root-container .e-content td.e-chart-row-cell.e-dropbottom{
1789
+ border-bottom: $gantt-rowdd-topbottom-border;
1790
+ box-shadow: $gantt-rowdd-boxshadow;
1791
+ }
1792
+
1793
+ .e-gantt .e-gantt-chart .e-chart-root-container .e-content td.e-chart-row-cell.e-childborder {
1794
+ border-bottom: $gantt-rowdd-topbottom-border;
1795
+ border-top: $gantt-rowdd-topbottom-border;
1796
+ box-shadow: $gantt-rowdd-boxshadow;
1797
+ }
1798
+ }
1799
+ @media (max-width: 767px)
1800
+ {
1801
+ .e-bigger{
1802
+ .e-gantt {
1803
+ .e-dialog {
1804
+ .e-edit-form-column {
1805
+ &:nth-child(odd),
1806
+ &:nth-child(even) {
1807
+ float: none;
1808
+ padding: $gantt-mobile-bigger-dialog-edit-form-padding;
1809
+ width: 100%;
1810
+ }
1811
+ }
1812
+ }
1813
+ }
1814
+ }
1815
+ }