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

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 (90) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/gantt/adddialogfields.directive.mjs +58 -0
  3. package/esm2020/src/gantt/columns.directive.mjs +72 -0
  4. package/esm2020/src/gantt/dayworkingtime.directive.mjs +58 -0
  5. package/esm2020/src/gantt/editdialogfields.directive.mjs +58 -0
  6. package/esm2020/src/gantt/eventmarkers.directive.mjs +57 -0
  7. package/esm2020/src/gantt/gantt-all.module.mjs +71 -0
  8. package/esm2020/src/gantt/gantt.component.mjs +255 -0
  9. package/esm2020/src/gantt/gantt.module.mjs +79 -0
  10. package/esm2020/src/gantt/holidays.directive.mjs +58 -0
  11. package/esm2020/src/index.mjs +11 -0
  12. package/esm2020/syncfusion-ej2-angular-gantt.mjs +5 -0
  13. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +734 -0
  14. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  15. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +734 -0
  16. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  17. package/package.json +27 -13
  18. package/schematics/utils/lib-details.d.ts +2 -2
  19. package/src/gantt/adddialogfields.directive.d.ts +5 -0
  20. package/src/gantt/columns.directive.d.ts +5 -0
  21. package/src/gantt/dayworkingtime.directive.d.ts +5 -0
  22. package/src/gantt/editdialogfields.directive.d.ts +5 -0
  23. package/src/gantt/eventmarkers.directive.d.ts +5 -0
  24. package/src/gantt/gantt-all.module.d.ts +6 -0
  25. package/src/gantt/gantt.component.d.ts +3 -0
  26. package/src/gantt/gantt.module.d.ts +12 -0
  27. package/src/gantt/holidays.directive.d.ts +5 -0
  28. package/styles/gantt/_all.scss +2 -0
  29. package/styles/gantt/_bootstrap-dark-definition.scss +210 -0
  30. package/styles/gantt/_bootstrap-definition.scss +211 -0
  31. package/styles/gantt/_bootstrap4-definition.scss +213 -0
  32. package/styles/gantt/_bootstrap5-dark-definition.scss +1 -0
  33. package/styles/gantt/_bootstrap5-definition.scss +215 -0
  34. package/styles/gantt/_fabric-dark-definition.scss +211 -0
  35. package/styles/gantt/_fabric-definition.scss +211 -0
  36. package/styles/gantt/_fluent-dark-definition.scss +1 -0
  37. package/styles/gantt/_fluent-definition.scss +215 -0
  38. package/styles/gantt/_fusionnew-definition.scss +214 -0
  39. package/styles/gantt/_highcontrast-definition.scss +211 -0
  40. package/styles/gantt/_highcontrast-light-definition.scss +211 -0
  41. package/styles/gantt/_layout.scss +1446 -0
  42. package/styles/gantt/_material-dark-definition.scss +212 -0
  43. package/styles/gantt/_material-definition.scss +212 -0
  44. package/styles/gantt/_material3-definition.scss +215 -0
  45. package/styles/gantt/_tailwind-dark-definition.scss +1 -0
  46. package/styles/gantt/_tailwind-definition.scss +215 -0
  47. package/styles/gantt/_theme.scss +702 -0
  48. package/styles/gantt/bootstrap-dark.scss +22 -1
  49. package/styles/gantt/bootstrap.scss +22 -1
  50. package/styles/gantt/bootstrap4.scss +22 -1
  51. package/styles/gantt/bootstrap5-dark.scss +22 -1
  52. package/styles/gantt/bootstrap5.scss +22 -1
  53. package/styles/gantt/fabric-dark.scss +22 -1
  54. package/styles/gantt/fabric.scss +22 -1
  55. package/styles/gantt/fluent-dark.scss +22 -1
  56. package/styles/gantt/fluent.scss +22 -1
  57. package/styles/gantt/highcontrast-light.scss +21 -1
  58. package/styles/gantt/highcontrast.scss +22 -1
  59. package/styles/gantt/icons/_bootstrap-dark.scss +124 -0
  60. package/styles/gantt/icons/_bootstrap.scss +124 -0
  61. package/styles/gantt/icons/_bootstrap4.scss +124 -0
  62. package/styles/gantt/icons/_bootstrap5-dark.scss +1 -0
  63. package/styles/gantt/icons/_bootstrap5.scss +124 -0
  64. package/styles/gantt/icons/_fabric-dark.scss +124 -0
  65. package/styles/gantt/icons/_fabric.scss +124 -0
  66. package/styles/gantt/icons/_fluent-dark.scss +1 -0
  67. package/styles/gantt/icons/_fluent.scss +124 -0
  68. package/styles/gantt/icons/_fusionnew.scss +120 -0
  69. package/styles/gantt/icons/_highcontrast.scss +124 -0
  70. package/styles/gantt/icons/_material-dark.scss +124 -0
  71. package/styles/gantt/icons/_material.scss +124 -0
  72. package/styles/gantt/icons/_material3.scss +124 -0
  73. package/styles/gantt/icons/_tailwind-dark.scss +124 -0
  74. package/styles/gantt/icons/_tailwind.scss +124 -0
  75. package/styles/gantt/material-dark.scss +22 -1
  76. package/styles/gantt/material.scss +22 -1
  77. package/styles/gantt/tailwind-dark.scss +22 -1
  78. package/styles/gantt/tailwind.scss +22 -1
  79. package/{ej2-angular-gantt.d.ts → syncfusion-ej2-angular-gantt.d.ts} +1 -1
  80. package/@syncfusion/ej2-angular-gantt.es5.js +0 -812
  81. package/@syncfusion/ej2-angular-gantt.es5.js.map +0 -1
  82. package/@syncfusion/ej2-angular-gantt.js +0 -764
  83. package/@syncfusion/ej2-angular-gantt.js.map +0 -1
  84. package/CHANGELOG.md +0 -1468
  85. package/dist/ej2-angular-gantt.umd.js +0 -908
  86. package/dist/ej2-angular-gantt.umd.js.map +0 -1
  87. package/dist/ej2-angular-gantt.umd.min.js +0 -11
  88. package/dist/ej2-angular-gantt.umd.min.js.map +0 -1
  89. package/ej2-angular-gantt.metadata.json +0 -1
  90. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,702 @@
1
+ @include export-module('gantt-theme') {
2
+
3
+ /*! Gantt theme */
4
+
5
+ .e-gantt {
6
+
7
+ .e-gantt-splitter {
8
+ border-color: $gantt-header-border-color;
9
+ border-radius: $gantt-header-border-radius;
10
+ }
11
+
12
+ .e-cloneproperties.e-draganddrop {
13
+ box-shadow: $gantt-clone-prop-box-shadow;
14
+ opacity: .95;
15
+ overflow: visible;
16
+ }
17
+
18
+ .e-cloneproperties {
19
+ background-color: $gantt-drag-clone-bg-color;
20
+ border-color: $gantt-drag-clone-border-color;
21
+ color: $gantt-drag-clone-color;
22
+ }
23
+
24
+ .e-cloneproperties.e-draganddrop .e-rowcell {
25
+ color: $gantt-content-font-color;
26
+ }
27
+
28
+ .e-cloneproperties.e-draganddrop table,
29
+ .e-cloneproperties.e-draganddrop table .e-selectionbackground {
30
+ background-color: $gantt-clone-dragdrop-bg-color;
31
+ height: 30px;
32
+ }
33
+
34
+ .e-gantt-toolbar + .e-gantt-splitter {
35
+ border-top-left-radius: $gantt-splitter-border-top-left-radius;
36
+ border-top-right-radius: $gantt-splitter-border-top-right-radius;
37
+ }
38
+
39
+ .e-grid .e-focused:not(.e-menu-item) {
40
+ box-shadow: $grid-active-container-border !important; /* stylelint-disable-line declaration-no-important */
41
+ }
42
+
43
+ .e-temp-content {
44
+ border-color: $gantt-header-border-color;
45
+ }
46
+
47
+ .e-splitter-box {
48
+ border-color: $gantt-header-border-color;
49
+ }
50
+
51
+ .e-gantt-temp-header {
52
+ border-color: $gantt-header-border-color;
53
+ }
54
+
55
+ .e-gantt-chart-pane {
56
+ border-color: $gantt-header-border-color;
57
+ }
58
+
59
+ .e-gantt-tree-grid-pane {
60
+ .e-timeline-single-header-outer-div {
61
+ height: $gantt-timeline-single-header-outer-div !important; /* stylelint-disable-line declaration-no-important */
62
+ }
63
+
64
+ .e-grid td.e-active {
65
+ background: $gantt-active-background;
66
+ opacity: $gantt-active-color-opacity;
67
+ }
68
+ }
69
+
70
+ .e-gantt-chart {
71
+ .e-timeline-header-container {
72
+ background: $gantt-header-bg-color;
73
+ border-bottom-color: $gantt-header-border-color;
74
+ border-bottom-width: $gantt-header-border-bottom-width;
75
+ border-right-color: $gantt-header-border-color;
76
+ color: $gantt-header-color;
77
+ height: $gantt-header-border-height;
78
+ }
79
+
80
+ .e-timeline-top-header-cell,
81
+ .e-timeline-single-header-cell {
82
+ border-color: $gantt-header-border-color;
83
+ color: $gantt-header-color;
84
+ }
85
+
86
+ .e-timeline-single-header-cell {
87
+ height: $gantt-chart-timeline-single-header-outer-div;
88
+ line-height: $gantt-chart-timeline-single-header-outer-div;
89
+ }
90
+
91
+ .e-timeline-single-header-outer-div {
92
+ height: $gantt-chart-timeline-single-header-outer-div !important; /* stylelint-disable-line declaration-no-important */
93
+ }
94
+
95
+ .e-timeline-top-header-cell {
96
+ height: $gantt-timeline-top-header-cell-height;
97
+ }
98
+
99
+ .e-chart-root-container {
100
+ background-color: $gantt-table-background;
101
+ border-color: $gantt-header-border-color;
102
+ }
103
+
104
+ .e-timeline-header-table-body {
105
+ border-spacing: $gantt-header-border-spacing;
106
+ }
107
+
108
+ .e-chart-row-border {
109
+ border-top-color: $gantt-grid-line-color;
110
+ }
111
+
112
+ .e-chart-row-cell {
113
+ color: $gantt-content-color;
114
+ }
115
+
116
+ .e-chart-row-border.e-lastrow {
117
+ border-bottom-color: $gantt-grid-line-color;
118
+ }
119
+
120
+ .e-line-container-cell {
121
+ border-color: $gantt-line-container-cell-border-color;
122
+ }
123
+
124
+ .e-active-container {
125
+ outline-color: $gantt-active-container-border;
126
+ }
127
+
128
+ .e-gantt-child-taskbar-inner-div {
129
+ background-color: $gantt-child-task-bar;
130
+ border: $gantt-child-task-bar-border;
131
+ border-radius: $gantt-parent-progress-bar-border-radius;
132
+ }
133
+
134
+ .e-collapse-parent {
135
+ .e-gantt-child-taskbar-inner-div {
136
+ border: 1px solid $gantt-task-label-font-color;
137
+ border-bottom: 0;
138
+ border-top: 0;
139
+ }
140
+
141
+ .e-gantt-child-progressbar {
142
+ width: $gantt-collapse-progress-width;
143
+ }
144
+
145
+ .e-collapsed-taskbar-drag {
146
+ background-color: $gantt-child-progress-bar;
147
+ }
148
+
149
+ .e-left-connectorpoint-outer-div {
150
+ display: none;
151
+ }
152
+
153
+ .e-right-connectorpoint-outer-div {
154
+ display: none;
155
+ }
156
+ }
157
+
158
+ .e-gantt-parent-taskbar-inner-div {
159
+ background-color: $gantt-parent-task-bar;
160
+ border: $gantt-parent-task-bar-border;
161
+ border-radius: $gantt-parent-progress-bar-border-radius;
162
+ }
163
+
164
+ .e-gantt-parent-progressbar-inner-div {
165
+ background-color: $gantt-parent-progress-bar;
166
+ border: $gantt-parent-progress-bar-border;
167
+ border-radius: $gantt-parent-progress-bar-border-radius;
168
+ //margin-left: $gantt-child-progress-margin-left;
169
+ }
170
+
171
+ .e-gantt-child-progressbar-inner-div {
172
+ background-color: $gantt-child-progress-bar;
173
+ border: $gantt-child-progress-bar-border;
174
+ border-radius: $gantt-child-progress-bar-border-radious;
175
+ //margin-left: $gantt-child-progress-margin-left;
176
+ }
177
+
178
+ .e-gantt-child-manualtaskbar {
179
+ background-color: $gantt-manualchild-task-bar;
180
+ border: $gantt-manualchild-task-bar-border;
181
+ }
182
+
183
+ .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
184
+ background: $gantt-unscheduled-manualtaskbar-background;
185
+ }
186
+
187
+ .e-gantt-child-manualprogressbar {
188
+ background-color: $gantt-manualchild-progress-bar;
189
+ border: $gantt-manualchild-progress-bar-border;
190
+ }
191
+
192
+ .e-gantt-critical-child-manualprogressbar {
193
+ background-color: $gantt-manualchild-progress-bar;
194
+ border: $gantt-manualchild-progress-bar-border;
195
+ }
196
+
197
+ .e-holiday {
198
+ background: $holiday-background;
199
+
200
+ .e-span {
201
+ color: $holiday-label-color;
202
+ font-size: $holiday-label-font-size;
203
+ }
204
+ }
205
+
206
+ .e-weekend {
207
+ background: $weekend-background;
208
+ }
209
+
210
+ .e-weekend-header-cell {
211
+ background: $weekend-background;
212
+ }
213
+
214
+ .e-rangecontainer {
215
+
216
+ .e-rg-rangdiv {
217
+ border: 2px solid $rangecontainer-border-color;
218
+ width: 5px;
219
+ z-index: 6;
220
+ }
221
+ }
222
+
223
+ .e-event-markers {
224
+ border-left-color: $event-marker-line-color;
225
+
226
+ .e-span-label {
227
+ background-color: $event-marker-label-color;
228
+ color: $event-marker-label-font-color;
229
+ font-size: $event-marker-label-font-size;
230
+ }
231
+
232
+ .e-gantt-right-arrow {
233
+ border-right-color: $event-marker-label-color;
234
+ }
235
+ }
236
+
237
+ .e-gantt-unscheduled-taskbar {
238
+ background: $gantt-unscheduled-taskbar-background;
239
+ border: $gantt-unscheduled-taskbar-border;
240
+ border-radius: $gantt-unscheduled-taskbar-border-radius;
241
+ }
242
+
243
+ .e-unscheduled-milestone-top {
244
+ border-bottom-color: $gantt-unscheduled-milestone-top-border;
245
+ }
246
+
247
+ .e-unscheduled-milestone-bottom {
248
+ border-top-color: $gantt-unscheduled-milestone-bottom-border;
249
+ }
250
+
251
+ .e-progress-resize-gripper {
252
+
253
+ .e-progressbar-handler {
254
+ background: $progress-handler-background;
255
+ }
256
+
257
+ .e-progressbar-handler-after {
258
+ border-bottom-color: $progress-handler-background;
259
+ }
260
+ }
261
+
262
+ .e-gantt-dependency-view-container {
263
+ display: block;
264
+ z-index: 5;
265
+ }
266
+
267
+ .e-line {
268
+ border-color: $connector-line-color;
269
+ }
270
+
271
+ .e-connector-line-right-arrow {
272
+ border-left-color: $connector-line-color;
273
+ }
274
+
275
+ .e-connector-line-left-arrow {
276
+ border-right-color: $connector-line-color;
277
+ }
278
+
279
+ .e-connector-line-right-arrow-hover {
280
+ border-left-color: $connector-line-hover-color;
281
+ }
282
+
283
+ .e-connector-line-left-arrow-hover {
284
+ border-right-color: $connector-line-hover-color;
285
+ }
286
+
287
+ .e-connector-line-hover {
288
+ border-color: $connector-line-hover-color;
289
+ outline-color: $connector-line-hover-color;
290
+ }
291
+
292
+ .e-gantt-false-line {
293
+ border-top-color: $connector-false-line-color;
294
+ }
295
+
296
+ .e-connectorpoint-left-hover,
297
+ .e-connectorpoint-right-hover {
298
+ background-color: $connector-point-hover-color;
299
+ border-color: $connector-point-border-color;
300
+ }
301
+
302
+ .e-connectorpoint-left-hover:hover,
303
+ .e-connectorpoint-right-hover:hover {
304
+ background-color: $connector-point-hover-bg-color;
305
+ border-color: $connector-point-hover-border-color;
306
+ }
307
+
308
+ .e-left-label-inner-div,
309
+ .e-right-label-inner-div {
310
+ color: $gantt-label-color;
311
+ font-size: $gantt-label-size;
312
+ }
313
+
314
+ .e-left-label-temp-container {
315
+ color: $gantt-label-font-color;
316
+ font-size: $gantt-label-font-size;
317
+ padding-right: $gantt-right-label-container-margin-left;
318
+ }
319
+
320
+ .e-right-label-temp-container {
321
+ color: $gantt-label-font-color;
322
+ font-size: $gantt-label-font-size;
323
+ margin-left: $gantt-right-label-container-margin-left;
324
+ }
325
+
326
+ .e-right-label-container {
327
+ margin-left: $gantt-right-label-container-margin-left;
328
+ }
329
+
330
+ .e-left-label-container {
331
+ padding-right: $gantt-right-label-container-margin-left;
332
+ }
333
+
334
+ .e-connectorpoint-right {
335
+ margin-left: $gantt-connector-point-right-margin-left;
336
+ }
337
+
338
+ .e-right-connectorpoint-outer-div,
339
+ .e-left-connectorpoint-outer-div {
340
+ height: $gantt-connector-point-height;
341
+ width: $gantt-connector-point-width;
342
+ }
343
+
344
+ .e-left-connectorpoint-outer-div {
345
+ left: $gantt-connector-left-point-left;
346
+ }
347
+
348
+ .e-gantt-unscheduled-taskbar-left,
349
+ .e-gantt-unscheduled-taskbar-right {
350
+ border-right: transparent;
351
+ border-width: $gantt-unscheduled-taskbar-left;
352
+ }
353
+
354
+ .e-gantt-unscheduled-taskbar-right {
355
+ border-bottom-left-radius: $gantt-unscheduled-taskbar-left-radius;
356
+ border-bottom-right-radius: $gantt-unscheduled-taskbar-right-radius;
357
+ border-top-left-radius: $gantt-unscheduled-taskbar-left-radius;
358
+ border-top-right-radius: $gantt-unscheduled-taskbar-right-radius;
359
+ }
360
+
361
+ .e-gantt-unscheduled-taskbar-left {
362
+ border-bottom-left-radius: $gantt-progress-bar-left-radius;
363
+ border-top-left-radius: $gantt-progress-bar-left-radius;
364
+ }
365
+
366
+ .e-task-label {
367
+ color: $gantt-task-label-font-color;
368
+ font-size: $gantt-task-label-font-size;
369
+ }
370
+
371
+ .e-icon {
372
+ color: $gantt-edit-icon-color;
373
+ }
374
+
375
+ .e-milestone-top {
376
+ border-bottom-color: $gantt-milestone-border-color;
377
+ }
378
+
379
+ .e-milestone-bottom {
380
+ border-top-color: $gantt-milestone-border-color;
381
+ }
382
+
383
+ .e-parent-milestone-top {
384
+ border-bottom-color: $gantt-parent-milestone-border-color;
385
+ }
386
+
387
+ .e-parent-milestone-bottom {
388
+ border-top-color: $gantt-parent-milestone-border-color;
389
+ }
390
+
391
+ .e-manualparent-milestone-top {
392
+ border-bottom-color: $gantt-manualparent-background-color;
393
+ }
394
+
395
+ .e-manualparent-milestone-bottom {
396
+ border-top-color: $gantt-manualparent-background-color;
397
+ }
398
+
399
+ .e-gantt-unscheduled-manualtask {
400
+ background: $gantt-unscheduledmanualparent-background-color;
401
+ }
402
+
403
+ .e-label {
404
+ color: $gantt-label-font-color;
405
+ font-size: $gantt-label-font-size;
406
+ }
407
+
408
+ .e-active {
409
+ background: $gantt-active-background;
410
+ color: $gantt-active-color;
411
+ opacity: $gantt-active-color-opacity;
412
+ }
413
+
414
+ .e-active .e-label {
415
+ color: $gantt-active-color;
416
+ }
417
+
418
+ .e-baseline-bar {
419
+ background-color: $gantt-baseline-color;
420
+ }
421
+
422
+ .e-baseline-milestone-top {
423
+ border-bottom-color: $gantt-baseline-color;
424
+ }
425
+
426
+ .e-baseline-milestone-bottom {
427
+ border-top-color: $gantt-baseline-color;
428
+ }
429
+
430
+ .e-uptail::before {
431
+ border-bottom-color: $gantt-uptail-border;
432
+ }
433
+
434
+ .e-downtail::after {
435
+ border-top-color: $progress-handler-outline;
436
+ }
437
+
438
+ .e-downtail::before {
439
+ border-top-color: $gantt-uptail-border;
440
+ }
441
+
442
+ .e-ganttpopup .e-content {
443
+ background-color: $progress-handler-outline;
444
+ border-color: $gantt-uptail-border;
445
+ }
446
+
447
+ .e-spanclicked,
448
+ .e-grid .e-gridpopup .e-spanclicked {
449
+ border-color: $gantt-gridpopup-span;
450
+ }
451
+
452
+ .e-active-parent-task {
453
+ border-radius: 4px;
454
+ box-shadow: 4px 4px 3px 0 $gantt-active-parent-shadow;
455
+
456
+ .e-gantt-parent-taskbar-inner-div {
457
+ background: $gantt-active-parent-task;
458
+ border: $gantt-active-parent-task;
459
+ }
460
+
461
+ .e-gantt-parent-progressbar-inner-div {
462
+ background-color: transparent;
463
+ border: transparent;
464
+ }
465
+
466
+ .e-task-label {
467
+ color: transparent;
468
+ }
469
+ }
470
+
471
+ .e-predecessor-touch-mode {
472
+
473
+ .e-task-label {
474
+ color: transparent !important; /* stylelint-disable-line declaration-no-important */
475
+ }
476
+
477
+ .e-line {
478
+ border-color: $gantt-inactive-parent !important; /* stylelint-disable-line declaration-no-important */
479
+ }
480
+
481
+ .e-connector-line-right-arrow {
482
+ border-left-color: $gantt-inactive-parent !important; /* stylelint-disable-line declaration-no-important */
483
+ }
484
+
485
+ .e-connector-line-left-arrow {
486
+ border-right-color: $gantt-inactive-parent !important; /* stylelint-disable-line declaration-no-important */
487
+ }
488
+
489
+ .e-gantt-child-taskbar-inner-div {
490
+ background: $gantt-inactive-child !important; /* stylelint-disable-line declaration-no-important */
491
+ border: $gantt-inactive-child !important; /* stylelint-disable-line declaration-no-important */
492
+ }
493
+
494
+ .e-gantt-child-progressbar-inner-div {
495
+ background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
496
+ border: transparent !important; /* stylelint-disable-line declaration-no-important */
497
+ }
498
+
499
+ .e-milestone-top {
500
+ border-bottom-color: $gantt-inactive-child !important; /* stylelint-disable-line declaration-no-important */
501
+ }
502
+
503
+ .e-milestone-bottom {
504
+ border-top-color: $gantt-inactive-child !important; /* stylelint-disable-line declaration-no-important */
505
+ }
506
+
507
+ .e-gantt-parent-taskbar-inner-div {
508
+ background-color: $gantt-inactive-parent !important; /* stylelint-disable-line declaration-no-important */
509
+ border: $gantt-inactive-parent !important; /* stylelint-disable-line declaration-no-important */
510
+ }
511
+
512
+ .e-gantt-parent-progressbar-inner-div {
513
+ background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
514
+ border: transparent !important; /* stylelint-disable-line declaration-no-important */
515
+ }
516
+
517
+ .e-active-child-task {
518
+
519
+ .e-gantt-child-taskbar-inner-div {
520
+ background: $gantt-child-progress-bar !important; /* stylelint-disable-line declaration-no-important */
521
+ border: $gantt-child-progress-bar !important; /* stylelint-disable-line declaration-no-important */
522
+ }
523
+
524
+ .e-milestone-top {
525
+ border-bottom-color: $gantt-child-progress-bar !important; /* stylelint-disable-line declaration-no-important */
526
+ }
527
+
528
+ .e-milestone-bottom {
529
+ border-top-color: $gantt-child-progress-bar !important; /* stylelint-disable-line declaration-no-important */
530
+ }
531
+ }
532
+
533
+ .e-active-connected-task {
534
+
535
+ .e-gantt-child-taskbar-inner-div {
536
+ background: $gantt-connected-task !important; /* stylelint-disable-line declaration-no-important */
537
+ border: $gantt-connected-task !important; /* stylelint-disable-line declaration-no-important */
538
+ }
539
+
540
+ .e-milestone-top {
541
+ border-bottom-color: $gantt-connected-task !important; /* stylelint-disable-line declaration-no-important */
542
+ }
543
+
544
+ .e-milestone-bottom {
545
+ border-top-color: $gantt-connected-task !important; /* stylelint-disable-line declaration-no-important */
546
+ }
547
+
548
+ .e-line {
549
+ border-color: $gantt-child-progress-bar !important; /* stylelint-disable-line declaration-no-important */
550
+ }
551
+
552
+ .e-connector-line-right-arrow {
553
+ border-left-color: $gantt-child-progress-bar !important; /* stylelint-disable-line declaration-no-important */
554
+ }
555
+
556
+ .e-connector-line-left-arrow {
557
+ border-right-color: $gantt-child-progress-bar !important; /* stylelint-disable-line declaration-no-important */
558
+ }
559
+ }
560
+ }
561
+ }
562
+
563
+ .e-icons {
564
+ color: $gantt-icons-color;
565
+ }
566
+
567
+ .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
568
+ color: $gantt-context-menu-icon-color !important; /* stylelint-disable-line declaration-no-important */
569
+ }
570
+ }
571
+
572
+ .e-gantt-dialog {
573
+
574
+ .e-dlg-header {
575
+ color: $gantt-dialog-header-font-color;
576
+ }
577
+
578
+ .e-dlg-header-content {
579
+ background: $gantt-dialog-tab-background;
580
+ }
581
+
582
+ .e-icon-dlg-close {
583
+ color: $gantt-dialog-icon-color;
584
+ }
585
+
586
+ .e-btn.e-dlg-closeicon-btn:hover {
587
+ background-color: $gantt-dialog-icon-hover-color;
588
+
589
+ .e-icon-dlg-close {
590
+ color: $gantt-dialog-close-icon-hover-color;
591
+ }
592
+ }
593
+
594
+ .e-tab {
595
+
596
+ .e-tab-header {
597
+ background: $gantt-dialog-tab-background;
598
+
599
+ .e-indicator {
600
+ background: $gantt-tab-selection-indicator-color;
601
+ }
602
+
603
+ .e-toolbar-item.e-active {
604
+ background-color: $gantt-dialog-active-tab-background;
605
+
606
+ .e-tab-wrap {
607
+ .e-tab-text {
608
+ color: $gantt-tab-header-active-font-color;
609
+ }
610
+ }
611
+ }
612
+
613
+ .e-toolbar-item {
614
+
615
+ .e-tab-wrap {
616
+ border-color: $gantt-dialog-tab-header-border-no-color;
617
+
618
+ .e-tab-text {
619
+ color: $gantt-tab-header-font-color;
620
+ }
621
+ }
622
+ }
623
+
624
+ .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
625
+ background: $gantt-tab-header-hover-color;
626
+ border-bottom: $gantt-dialog-tab-hover-border-bottom;
627
+ border-bottom-left-radius: $gantt-dialog-tab-hover-border-bottom-radius;
628
+ border-bottom-right-radius: $gantt-dialog-tab-hover-border-bottom-radius;
629
+ border-color: $gantt-dialog-tab-hover-border-color;
630
+
631
+ .e-tab-text {
632
+ color: $gantt-tab-header-hover-font-color;
633
+ }
634
+ }
635
+ }
636
+ }
637
+ }
638
+
639
+ .e-gantt.e-device {
640
+ .e-left-resize-gripper,
641
+ .e-right-resize-gripper {
642
+ border-color: $gantt-left-resize-gripper-border;
643
+ color: $gantt-left-resize-gripper-color;
644
+ }
645
+
646
+ .e-backarrowspan {
647
+ color: $gantt-gridpopup-span;
648
+ }
649
+ }
650
+
651
+ .e-gantt .e-gantt-chart .e-criticalconnector-line {
652
+ border-color: $critical-connector-line-color;
653
+ }
654
+
655
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow {
656
+ border-left-color: $critical-connector-line-color;
657
+ }
658
+
659
+ .e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow {
660
+ border-right-color: $critical-connector-line-color;
661
+ }
662
+
663
+ .e-gantt .e-gantt-chart .e-critical-connector-line-hover {
664
+ border-color: $critical-connector-line-hover-color;
665
+ outline-color: $critical-connector-line-hover-color;
666
+ }
667
+
668
+ .e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover {
669
+ border-left-color: $critical-connector-line-hover-color;
670
+ }
671
+
672
+ .e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover {
673
+ border-right-color: $critical-connector-line-hover-color;
674
+ }
675
+
676
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
677
+ background-color: $gantt-critical-child-task-bar;
678
+ border: $gantt-critical-child-task-bar-border;
679
+ border-radius: $gantt-parent-progress-bar-border-radius;
680
+ }
681
+
682
+ .e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
683
+ background-color: $gantt-critical-child-progress-bar;
684
+ border: $gantt-child-progress-bar-border;
685
+ border-radius: $gantt-child-progress-bar-border-radious;
686
+ }
687
+
688
+ .e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
689
+ background: $gantt-unscheduled-critical-taskbar-background;
690
+ background-color: $gantt-unscheduled-critical-taskbar-background-color;
691
+ border: $gantt-unscheduled-taskbar-border;
692
+ border-radius: $gantt-unscheduled-taskbar-border-radius;
693
+ }
694
+
695
+ .e-gantt .e-gantt-chart .e-critical-milestone-top {
696
+ border-bottom-color: $gantt-critical-milestone-border-color;
697
+ }
698
+
699
+ .e-gantt .e-gantt-chart .e-critical-milestone-bottom {
700
+ border-top-color: $gantt-critical-milestone-border-color;
701
+ }
702
+ }