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

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