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

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