@syncfusion/ej2-gantt 20.2.50 → 20.3.47
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.
- package/CHANGELOG.md +10 -0
- package/dist/ej2-gantt.min.js +10 -0
- package/dist/ej2-gantt.umd.min.js +2 -2
- package/dist/ej2-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-gantt.es2015.js +940 -338
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +970 -357
- package/dist/es6/ej2-gantt.es5.js.map +1 -1
- package/dist/global/ej2-gantt.min.js +2 -2
- package/dist/global/ej2-gantt.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +19 -19
- package/src/gantt/actions/cell-edit.js +1 -2
- package/src/gantt/actions/connector-line-edit.d.ts +2 -0
- package/src/gantt/actions/connector-line-edit.js +104 -10
- package/src/gantt/actions/context-menu.js +6 -1
- package/src/gantt/actions/critical-path.d.ts +1 -1
- package/src/gantt/actions/critical-path.js +105 -30
- package/src/gantt/actions/dependency.d.ts +2 -0
- package/src/gantt/actions/dependency.js +68 -12
- package/src/gantt/actions/dialog-edit.d.ts +3 -0
- package/src/gantt/actions/dialog-edit.js +116 -14
- package/src/gantt/actions/edit.js +69 -10
- package/src/gantt/actions/filter.d.ts +3 -0
- package/src/gantt/actions/filter.js +30 -6
- package/src/gantt/actions/keyboard.js +1 -1
- package/src/gantt/actions/rowdragdrop.js +68 -8
- package/src/gantt/actions/taskbar-edit.js +15 -3
- package/src/gantt/base/enum.d.ts +3 -1
- package/src/gantt/base/gantt-chart.js +8 -6
- package/src/gantt/base/gantt.d.ts +6 -6
- package/src/gantt/base/gantt.js +10 -3
- package/src/gantt/base/interface.d.ts +4 -0
- package/src/gantt/base/splitter.d.ts +2 -2
- package/src/gantt/base/splitter.js +6 -7
- package/src/gantt/base/task-processor.js +13 -7
- package/src/gantt/base/tree-grid.js +21 -2
- package/src/gantt/export/pdf-connector-line.js +187 -185
- package/src/gantt/models/edit-settings-model.d.ts +2 -2
- package/src/gantt/models/edit-settings.d.ts +2 -2
- package/src/gantt/models/filter-settings-model.d.ts +1 -1
- package/src/gantt/models/filter-settings.d.ts +1 -1
- package/src/gantt/renderer/chart-rows.d.ts +1 -0
- package/src/gantt/renderer/chart-rows.js +47 -16
- package/src/gantt/renderer/connector-line.js +101 -33
- package/src/gantt/renderer/event-marker.js +1 -1
- package/src/gantt/renderer/nonworking-day.js +0 -1
- package/src/gantt/renderer/tooltip.js +2 -1
- package/styles/bootstrap-dark.css +115 -62
- package/styles/bootstrap.css +115 -62
- package/styles/bootstrap4.css +115 -62
- package/styles/bootstrap5-dark.css +119 -63
- package/styles/bootstrap5.css +119 -63
- package/styles/fabric-dark.css +115 -62
- package/styles/fabric.css +115 -62
- package/styles/fluent-dark.css +126 -66
- package/styles/fluent.css +124 -64
- package/styles/gantt/_all.scss +1 -1
- package/styles/gantt/_bootstrap-dark-definition.scss +4 -1
- package/styles/gantt/_bootstrap-definition.scss +4 -1
- package/styles/gantt/_bootstrap4-definition.scss +4 -1
- package/styles/gantt/_bootstrap5-definition.scss +4 -2
- package/styles/gantt/_fabric-dark-definition.scss +4 -1
- package/styles/gantt/_fabric-definition.scss +4 -1
- package/styles/gantt/_fluent-definition.scss +6 -4
- package/styles/gantt/_fusionnew-definition.scss +12 -10
- package/styles/gantt/_highcontrast-definition.scss +4 -1
- package/styles/gantt/_highcontrast-light-definition.scss +4 -1
- package/styles/gantt/_layout.scss +143 -51
- package/styles/gantt/_material-dark-definition.scss +4 -1
- package/styles/gantt/_material-definition.scss +4 -1
- package/styles/gantt/_material3-definition.scss +13 -11
- package/styles/gantt/_tailwind-definition.scss +4 -2
- package/styles/gantt/_theme.scss +29 -29
- package/styles/gantt/bootstrap-dark.css +115 -62
- package/styles/gantt/bootstrap.css +115 -62
- package/styles/gantt/bootstrap4.css +115 -62
- package/styles/gantt/bootstrap5-dark.css +119 -63
- package/styles/gantt/bootstrap5.css +119 -63
- package/styles/gantt/fabric-dark.css +115 -62
- package/styles/gantt/fabric.css +115 -62
- package/styles/gantt/fluent-dark.css +126 -66
- package/styles/gantt/fluent.css +124 -64
- package/styles/gantt/highcontrast-light.css +120 -62
- package/styles/gantt/highcontrast.css +120 -62
- package/styles/gantt/material-dark.css +120 -65
- package/styles/gantt/material.css +118 -65
- package/styles/gantt/tailwind-dark.css +117 -64
- package/styles/gantt/tailwind.css +117 -64
- package/styles/highcontrast-light.css +120 -62
- package/styles/highcontrast.css +120 -62
- package/styles/material-dark.css +120 -65
- package/styles/material.css +118 -65
- package/styles/tailwind-dark.css +117 -64
- package/styles/tailwind.css +117 -64
package/styles/gantt/fabric.css
CHANGED
|
@@ -97,6 +97,8 @@
|
|
|
97
97
|
/*! Horizontal Tab */
|
|
98
98
|
/*! Fabric specific themes definition's */
|
|
99
99
|
/*! Vertical Tab */
|
|
100
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
101
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
100
102
|
@keyframes material-spinner-rotate {
|
|
101
103
|
0% {
|
|
102
104
|
transform: rotate(0);
|
|
@@ -113,6 +115,7 @@
|
|
|
113
115
|
transform: rotate(360deg);
|
|
114
116
|
}
|
|
115
117
|
}
|
|
118
|
+
/* stylelint-disable */
|
|
116
119
|
.e-gantt .e-add::before {
|
|
117
120
|
content: "\e7d5";
|
|
118
121
|
}
|
|
@@ -262,10 +265,10 @@
|
|
|
262
265
|
height: 242px !important;
|
|
263
266
|
}
|
|
264
267
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
265
|
-
height: 63px !important;
|
|
268
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
266
269
|
}
|
|
267
270
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
268
|
-
padding: 16px 4px 16px 16px !important;
|
|
271
|
+
padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
269
272
|
}
|
|
270
273
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
271
274
|
left: 0 !important;
|
|
@@ -283,7 +286,7 @@
|
|
|
283
286
|
.e-bigger .e-gantt .e-dialog .e-dlg-header {
|
|
284
287
|
line-height: 28px;
|
|
285
288
|
}
|
|
286
|
-
.e-bigger .e-gantt .e-filter-popup {
|
|
289
|
+
.e-bigger .e-gantt .e-filter-popup.e-popup {
|
|
287
290
|
width: 350px !important;
|
|
288
291
|
}
|
|
289
292
|
.e-bigger .e-gantt .e-grid .e-flmenu-valuediv {
|
|
@@ -296,12 +299,12 @@
|
|
|
296
299
|
.e-bigger .e-columnmenu {
|
|
297
300
|
top: 45px;
|
|
298
301
|
}
|
|
299
|
-
.e-bigger .e-gantt-dialog {
|
|
302
|
+
.e-bigger .e-gantt-dialog .e-dialog {
|
|
300
303
|
border-radius: 6px;
|
|
301
304
|
width: 556px !important;
|
|
302
305
|
}
|
|
303
306
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
304
|
-
padding: 0 16px !important;
|
|
307
|
+
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
305
308
|
}
|
|
306
309
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
307
310
|
padding: 16px 12px 0 16px;
|
|
@@ -319,10 +322,10 @@
|
|
|
319
322
|
height: 76px !important;
|
|
320
323
|
}
|
|
321
324
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
322
|
-
border-bottom: 0 !important;
|
|
325
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
323
326
|
}
|
|
324
327
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
325
|
-
border-radius: 0 !important;
|
|
328
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
326
329
|
}
|
|
327
330
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
328
331
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -330,28 +333,28 @@
|
|
|
330
333
|
}
|
|
331
334
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
332
335
|
border-radius: 50%;
|
|
333
|
-
height: auto !important;
|
|
336
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
334
337
|
width: auto;
|
|
335
338
|
}
|
|
336
339
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
337
340
|
margin-left: 5px !important;
|
|
338
341
|
}
|
|
339
342
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
340
|
-
font-size: 16px !important;
|
|
343
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
341
344
|
}
|
|
342
345
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
343
346
|
min-height: 35px !important;
|
|
344
|
-
min-width: 35.82px !important;
|
|
347
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
345
348
|
}
|
|
346
349
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
347
350
|
line-height: 24px;
|
|
348
|
-
padding: 6px 16px 6px 15px !important;
|
|
351
|
+
padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
349
352
|
}
|
|
350
353
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
351
|
-
padding: 6px 21px 6px 23px !important;
|
|
354
|
+
padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
|
|
352
355
|
}
|
|
353
356
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
354
|
-
font-size: 16px !important;
|
|
357
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
355
358
|
}
|
|
356
359
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
357
360
|
font-size: 14px;
|
|
@@ -366,20 +369,23 @@
|
|
|
366
369
|
}
|
|
367
370
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
368
371
|
min-height: 35px !important;
|
|
369
|
-
min-width: 35.82px !important;
|
|
372
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
370
373
|
}
|
|
371
374
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
372
375
|
min-height: 35px !important;
|
|
373
|
-
min-width: 35.82px !important;
|
|
376
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
374
377
|
}
|
|
375
378
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
376
379
|
height: 36px;
|
|
377
380
|
}
|
|
378
381
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
379
|
-
min-width: 36px !important;
|
|
382
|
+
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
380
383
|
}
|
|
381
|
-
.e-bigger .e-predecessor-tooltip {
|
|
382
|
-
|
|
384
|
+
.e-bigger .e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
385
|
+
border-top: 8px solid #000;
|
|
386
|
+
}
|
|
387
|
+
.e-bigger .e-predecessor-tooltip .e-arrow-tip-inner.e-tip-bottom {
|
|
388
|
+
color: #000;
|
|
383
389
|
}
|
|
384
390
|
.e-bigger .e-predecessor-tooltip .e-left-btn:disabled {
|
|
385
391
|
color: #a6a6a6 !important;
|
|
@@ -388,7 +394,7 @@
|
|
|
388
394
|
color: #a6a6a6 !important;
|
|
389
395
|
}
|
|
390
396
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
391
|
-
padding: 3px !important;
|
|
397
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
392
398
|
}
|
|
393
399
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
394
400
|
background-color: #000;
|
|
@@ -412,6 +418,9 @@
|
|
|
412
418
|
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
413
419
|
background-color: #f8f8f8;
|
|
414
420
|
padding: 10px 9px 9px 14px !important;
|
|
421
|
+
font-size: 12px;
|
|
422
|
+
font-weight: 400;
|
|
423
|
+
line-height: 1.8;
|
|
415
424
|
}
|
|
416
425
|
|
|
417
426
|
.e-gantt {
|
|
@@ -490,7 +499,7 @@
|
|
|
490
499
|
margin: 0;
|
|
491
500
|
}
|
|
492
501
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
493
|
-
overflow: hidden !important;
|
|
502
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
494
503
|
}
|
|
495
504
|
.e-gantt .e-temp-content {
|
|
496
505
|
border-left: 1px solid;
|
|
@@ -517,19 +526,19 @@
|
|
|
517
526
|
height: 45px;
|
|
518
527
|
}
|
|
519
528
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
520
|
-
border-right-width: 0 !important;
|
|
529
|
+
border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
521
530
|
}
|
|
522
531
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
523
532
|
border-top-style: none;
|
|
524
533
|
border-top-width: 0;
|
|
525
|
-
padding-right: 0 !important;
|
|
534
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
526
535
|
}
|
|
527
536
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
528
537
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
529
|
-
height: 63px !important;
|
|
538
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
530
539
|
}
|
|
531
540
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
532
|
-
overflow-x: scroll !important;
|
|
541
|
+
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
533
542
|
}
|
|
534
543
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
535
544
|
width: calc(100% + 17px);
|
|
@@ -554,7 +563,7 @@
|
|
|
554
563
|
border-right: 0 solid;
|
|
555
564
|
}
|
|
556
565
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
557
|
-
-webkit-overflow-scrolling: touch;
|
|
566
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
558
567
|
overflow-x: scroll;
|
|
559
568
|
overflow-y: auto;
|
|
560
569
|
position: relative;
|
|
@@ -1121,7 +1130,7 @@
|
|
|
1121
1130
|
}
|
|
1122
1131
|
.e-gantt-dialog .e-richtexteditor {
|
|
1123
1132
|
border-bottom-width: 1px;
|
|
1124
|
-
height: 241px !important;
|
|
1133
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1125
1134
|
overflow: hidden;
|
|
1126
1135
|
}
|
|
1127
1136
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1133,10 +1142,10 @@
|
|
|
1133
1142
|
overflow: hidden;
|
|
1134
1143
|
}
|
|
1135
1144
|
.e-gantt-dialog > .e-dlg-content {
|
|
1136
|
-
padding: 0 !important;
|
|
1145
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1137
1146
|
}
|
|
1138
1147
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1139
|
-
border-bottom: 0 !important;
|
|
1148
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1140
1149
|
}
|
|
1141
1150
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1142
1151
|
border-radius: 0px;
|
|
@@ -1144,8 +1153,8 @@
|
|
|
1144
1153
|
}
|
|
1145
1154
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1146
1155
|
border-radius: 50%;
|
|
1147
|
-
height: auto !important;
|
|
1148
|
-
width: auto !important;
|
|
1156
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1157
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1149
1158
|
}
|
|
1150
1159
|
|
|
1151
1160
|
.e-icon-rowselect::before {
|
|
@@ -1153,9 +1162,9 @@
|
|
|
1153
1162
|
}
|
|
1154
1163
|
|
|
1155
1164
|
.e-ganttpopup {
|
|
1156
|
-
-moz-user-select: none;
|
|
1157
|
-
-ms-user-select: none;
|
|
1158
|
-
-webkit-user-select: none;
|
|
1165
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1166
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1167
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1159
1168
|
font-weight: normal;
|
|
1160
1169
|
position: absolute;
|
|
1161
1170
|
user-select: none;
|
|
@@ -1278,8 +1287,52 @@
|
|
|
1278
1287
|
}
|
|
1279
1288
|
|
|
1280
1289
|
.e-predecessor-tooltip {
|
|
1290
|
+
background-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1291
|
+
border-color: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
1281
1292
|
visibility: hidden;
|
|
1282
1293
|
}
|
|
1294
|
+
.e-predecessor-tooltip .e-arrow-tip-outer.e-tip-bottom {
|
|
1295
|
+
border-top: 8px solid #000;
|
|
1296
|
+
}
|
|
1297
|
+
.e-predecessor-tooltip .e-arrow-tip-inner.e-tip-bottom {
|
|
1298
|
+
color: #000;
|
|
1299
|
+
}
|
|
1300
|
+
.e-predecessor-tooltip .e-left-btn:disabled {
|
|
1301
|
+
color: #a6a6a6 !important;
|
|
1302
|
+
}
|
|
1303
|
+
.e-predecessor-tooltip .e-right-btn:disabled {
|
|
1304
|
+
color: #a6a6a6 !important;
|
|
1305
|
+
}
|
|
1306
|
+
.e-predecessor-tooltip .e-tip-content {
|
|
1307
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
1308
|
+
}
|
|
1309
|
+
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
1310
|
+
background-color: #000;
|
|
1311
|
+
border-color: #000;
|
|
1312
|
+
color: #fff;
|
|
1313
|
+
font-size: 12px;
|
|
1314
|
+
line-height: 18px;
|
|
1315
|
+
padding: 0 8px 0 0;
|
|
1316
|
+
}
|
|
1317
|
+
.e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
1318
|
+
background-color: #000;
|
|
1319
|
+
border-color: #000;
|
|
1320
|
+
color: #fff;
|
|
1321
|
+
font-size: 12px;
|
|
1322
|
+
line-height: 18px;
|
|
1323
|
+
padding: 0 0 0 8px;
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
.e-predecessor-dialog {
|
|
1327
|
+
background-color: #f8f8f8;
|
|
1328
|
+
}
|
|
1329
|
+
.e-predecessor-dialog .e-dlg-content {
|
|
1330
|
+
background-color: #f8f8f8;
|
|
1331
|
+
padding: 10px 9px 9px 14px !important;
|
|
1332
|
+
font-size: 12px;
|
|
1333
|
+
font-weight: 400;
|
|
1334
|
+
line-height: 1.8;
|
|
1335
|
+
}
|
|
1283
1336
|
|
|
1284
1337
|
/*! Gantt theme */
|
|
1285
1338
|
.e-gantt .e-gantt-splitter {
|
|
@@ -1309,7 +1362,7 @@
|
|
|
1309
1362
|
border-top-right-radius: 0px;
|
|
1310
1363
|
}
|
|
1311
1364
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1312
|
-
box-shadow: 0 0 0 1px #666 inset !important;
|
|
1365
|
+
box-shadow: 0 0 0 1px #666 inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1313
1366
|
}
|
|
1314
1367
|
.e-gantt .e-temp-content {
|
|
1315
1368
|
border-color: #eaeaea;
|
|
@@ -1324,7 +1377,7 @@
|
|
|
1324
1377
|
border-color: #eaeaea;
|
|
1325
1378
|
}
|
|
1326
1379
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1327
|
-
height: 45px !important;
|
|
1380
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1328
1381
|
}
|
|
1329
1382
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1330
1383
|
background: rgb(209, 235, 255);
|
|
@@ -1348,7 +1401,7 @@
|
|
|
1348
1401
|
line-height: 46px;
|
|
1349
1402
|
}
|
|
1350
1403
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1351
|
-
height: 46px !important;
|
|
1404
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1352
1405
|
}
|
|
1353
1406
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1354
1407
|
height: 32px;
|
|
@@ -1638,73 +1691,73 @@
|
|
|
1638
1691
|
color: transparent;
|
|
1639
1692
|
}
|
|
1640
1693
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1641
|
-
color: transparent !important;
|
|
1694
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1642
1695
|
}
|
|
1643
1696
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1644
|
-
border-color: #8A8A8A !important;
|
|
1697
|
+
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1645
1698
|
}
|
|
1646
1699
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1647
|
-
border-left-color: #8A8A8A !important;
|
|
1700
|
+
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1648
1701
|
}
|
|
1649
1702
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1650
|
-
border-right-color: #8A8A8A !important;
|
|
1703
|
+
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1651
1704
|
}
|
|
1652
1705
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1653
|
-
background: #D5D5D5 !important;
|
|
1654
|
-
border: #D5D5D5 !important;
|
|
1706
|
+
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1707
|
+
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1655
1708
|
}
|
|
1656
1709
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1657
|
-
background-color: transparent !important;
|
|
1658
|
-
border: transparent !important;
|
|
1710
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1711
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1659
1712
|
}
|
|
1660
1713
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1661
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1714
|
+
border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1662
1715
|
}
|
|
1663
1716
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1664
|
-
border-top-color: #D5D5D5 !important;
|
|
1717
|
+
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1665
1718
|
}
|
|
1666
1719
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1667
|
-
background-color: #8A8A8A !important;
|
|
1668
|
-
border: #8A8A8A !important;
|
|
1720
|
+
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1721
|
+
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1669
1722
|
}
|
|
1670
1723
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1671
|
-
background-color: transparent !important;
|
|
1672
|
-
border: transparent !important;
|
|
1724
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1725
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1673
1726
|
}
|
|
1674
1727
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1675
|
-
background: #005ba3 !important;
|
|
1676
|
-
border: #005ba3 !important;
|
|
1728
|
+
background: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1729
|
+
border: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1677
1730
|
}
|
|
1678
1731
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1679
|
-
border-bottom-color: #005ba3 !important;
|
|
1732
|
+
border-bottom-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1680
1733
|
}
|
|
1681
1734
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1682
|
-
border-top-color: #005ba3 !important;
|
|
1735
|
+
border-top-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1683
1736
|
}
|
|
1684
1737
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1685
|
-
background: #3daaff !important;
|
|
1686
|
-
border: #3daaff !important;
|
|
1738
|
+
background: #3daaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1739
|
+
border: #3daaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1687
1740
|
}
|
|
1688
1741
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1689
|
-
border-bottom-color: #3daaff !important;
|
|
1742
|
+
border-bottom-color: #3daaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1690
1743
|
}
|
|
1691
1744
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1692
|
-
border-top-color: #3daaff !important;
|
|
1745
|
+
border-top-color: #3daaff !important; /* stylelint-disable-line declaration-no-important */
|
|
1693
1746
|
}
|
|
1694
1747
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1695
|
-
border-color: #005ba3 !important;
|
|
1748
|
+
border-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1696
1749
|
}
|
|
1697
1750
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1698
|
-
border-left-color: #005ba3 !important;
|
|
1751
|
+
border-left-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1699
1752
|
}
|
|
1700
1753
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1701
|
-
border-right-color: #005ba3 !important;
|
|
1754
|
+
border-right-color: #005ba3 !important; /* stylelint-disable-line declaration-no-important */
|
|
1702
1755
|
}
|
|
1703
1756
|
.e-gantt .e-icons {
|
|
1704
1757
|
color: rgba(0, 0, 0, 0.87);
|
|
1705
1758
|
}
|
|
1706
1759
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1707
|
-
color: #666 !important;
|
|
1760
|
+
color: #666 !important; /* stylelint-disable-line declaration-no-important */
|
|
1708
1761
|
}
|
|
1709
1762
|
|
|
1710
1763
|
.e-gantt-dialog .e-dlg-header {
|