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

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