@syncfusion/ej2-angular-gantt 20.2.39 → 20.2.44-ngcc

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