@syncfusion/ej2-angular-gantt 20.2.39-ngcc → 20.2.43
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/gantt/adddialogfields.directive.mjs +58 -0
- package/esm2020/src/gantt/columns.directive.mjs +72 -0
- package/esm2020/src/gantt/dayworkingtime.directive.mjs +58 -0
- package/esm2020/src/gantt/editdialogfields.directive.mjs +58 -0
- package/esm2020/src/gantt/eventmarkers.directive.mjs +57 -0
- package/esm2020/src/gantt/gantt-all.module.mjs +68 -0
- package/esm2020/src/gantt/gantt.component.mjs +248 -0
- package/esm2020/src/gantt/gantt.module.mjs +79 -0
- package/esm2020/src/gantt/holidays.directive.mjs +58 -0
- package/esm2020/src/index.mjs +11 -0
- package/esm2020/syncfusion-ej2-angular-gantt.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs +724 -0
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs +724 -0
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -0
- package/package.json +29 -15
- package/schematics/utils/lib-details.ts +2 -2
- package/src/gantt/adddialogfields.directive.d.ts +5 -0
- package/src/gantt/columns.directive.d.ts +5 -0
- package/src/gantt/dayworkingtime.directive.d.ts +5 -0
- package/src/gantt/editdialogfields.directive.d.ts +5 -0
- package/src/gantt/eventmarkers.directive.d.ts +5 -0
- package/src/gantt/gantt-all.module.d.ts +6 -1
- package/src/gantt/gantt.component.d.ts +3 -0
- package/src/gantt/gantt.module.d.ts +12 -0
- package/src/gantt/holidays.directive.d.ts +5 -0
- package/src/index.d.ts +1 -1
- package/styles/bootstrap-dark.css +63 -59
- package/styles/bootstrap.css +63 -59
- package/styles/bootstrap4.css +63 -59
- package/styles/bootstrap5-dark.css +67 -60
- package/styles/bootstrap5.css +67 -60
- package/styles/fabric-dark.css +63 -59
- package/styles/fabric.css +63 -59
- package/styles/fluent-dark.css +63 -59
- package/styles/fluent.css +63 -59
- package/styles/gantt/_all.scss +2 -0
- package/styles/gantt/_bootstrap-dark-definition.scss +207 -0
- package/styles/gantt/_bootstrap-definition.scss +208 -0
- package/styles/gantt/_bootstrap4-definition.scss +210 -0
- package/styles/gantt/_bootstrap5-dark-definition.scss +1 -0
- package/styles/gantt/_bootstrap5-definition.scss +212 -0
- package/styles/gantt/_fabric-dark-definition.scss +208 -0
- package/styles/gantt/_fabric-definition.scss +208 -0
- package/styles/gantt/_fluent-dark-definition.scss +1 -0
- package/styles/gantt/_fluent-definition.scss +212 -0
- package/styles/gantt/_fusionnew-definition.scss +211 -0
- package/styles/gantt/_highcontrast-definition.scss +208 -0
- package/styles/gantt/_highcontrast-light-definition.scss +208 -0
- package/styles/gantt/_layout.scss +1355 -0
- package/styles/gantt/_material-dark-definition.scss +209 -0
- package/styles/gantt/_material-definition.scss +209 -0
- package/styles/gantt/_material3-definition.scss +212 -0
- package/styles/gantt/_tailwind-dark-definition.scss +1 -0
- package/styles/gantt/_tailwind-definition.scss +212 -0
- package/styles/gantt/_theme.scss +702 -0
- package/styles/gantt/bootstrap-dark.css +63 -59
- package/styles/gantt/bootstrap-dark.scss +22 -1
- package/styles/gantt/bootstrap.css +63 -59
- package/styles/gantt/bootstrap.scss +22 -1
- package/styles/gantt/bootstrap4.css +63 -59
- package/styles/gantt/bootstrap4.scss +22 -1
- package/styles/gantt/bootstrap5-dark.css +67 -60
- package/styles/gantt/bootstrap5-dark.scss +22 -1
- package/styles/gantt/bootstrap5.css +67 -60
- package/styles/gantt/bootstrap5.scss +22 -1
- package/styles/gantt/fabric-dark.css +63 -59
- package/styles/gantt/fabric-dark.scss +22 -1
- package/styles/gantt/fabric.css +63 -59
- package/styles/gantt/fabric.scss +22 -1
- package/styles/gantt/fluent-dark.css +63 -59
- package/styles/gantt/fluent-dark.scss +22 -1
- package/styles/gantt/fluent.css +63 -59
- package/styles/gantt/fluent.scss +22 -1
- package/styles/gantt/highcontrast-light.css +66 -59
- package/styles/gantt/highcontrast-light.scss +21 -1
- package/styles/gantt/highcontrast.css +66 -59
- package/styles/gantt/highcontrast.scss +22 -1
- package/styles/gantt/icons/_bootstrap-dark.scss +124 -0
- package/styles/gantt/icons/_bootstrap.scss +124 -0
- package/styles/gantt/icons/_bootstrap4.scss +124 -0
- package/styles/gantt/icons/_bootstrap5-dark.scss +1 -0
- package/styles/gantt/icons/_bootstrap5.scss +124 -0
- package/styles/gantt/icons/_fabric-dark.scss +124 -0
- package/styles/gantt/icons/_fabric.scss +124 -0
- package/styles/gantt/icons/_fluent-dark.scss +1 -0
- package/styles/gantt/icons/_fluent.scss +124 -0
- package/styles/gantt/icons/_fusionnew.scss +120 -0
- package/styles/gantt/icons/_highcontrast.scss +124 -0
- package/styles/gantt/icons/_material-dark.scss +124 -0
- package/styles/gantt/icons/_material.scss +124 -0
- package/styles/gantt/icons/_material3.scss +124 -0
- package/styles/gantt/icons/_tailwind-dark.scss +124 -0
- package/styles/gantt/icons/_tailwind.scss +124 -0
- package/styles/gantt/material-dark.css +66 -62
- package/styles/gantt/material-dark.scss +22 -1
- package/styles/gantt/material.css +66 -62
- package/styles/gantt/material.scss +22 -1
- package/styles/gantt/tailwind-dark.css +65 -61
- package/styles/gantt/tailwind-dark.scss +22 -1
- package/styles/gantt/tailwind.css +65 -61
- package/styles/gantt/tailwind.scss +22 -1
- package/styles/highcontrast-light.css +66 -59
- package/styles/highcontrast.css +66 -59
- package/styles/material-dark.css +66 -62
- package/styles/material.css +66 -62
- package/styles/tailwind-dark.css +65 -61
- package/styles/tailwind.css +65 -61
- package/{ej2-angular-gantt.d.ts → syncfusion-ej2-angular-gantt.d.ts} +1 -1
- package/@syncfusion/ej2-angular-gantt.es5.js +0 -812
- package/@syncfusion/ej2-angular-gantt.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-gantt.js +0 -764
- package/@syncfusion/ej2-angular-gantt.js.map +0 -1
- package/CHANGELOG.md +0 -1298
- package/dist/ej2-angular-gantt.umd.js +0 -908
- package/dist/ej2-angular-gantt.umd.js.map +0 -1
- package/dist/ej2-angular-gantt.umd.min.js +0 -11
- package/dist/ej2-angular-gantt.umd.min.js.map +0 -1
- package/ej2-angular-gantt.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -30
- package/schematics/generators/gantt-daymarkers/index.d.ts +0 -3
- package/schematics/generators/gantt-daymarkers/index.js +0 -8
- package/schematics/generators/gantt-daymarkers/sample-details.d.ts +0 -5
- package/schematics/generators/gantt-daymarkers/sample-details.js +0 -7
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -6
- package/schematics/generators/gantt-daymarkers/schema.d.ts +0 -3
- package/schematics/generators/gantt-daymarkers/schema.js +0 -2
- package/schematics/generators/gantt-daymarkers/schema.json +0 -125
- package/schematics/generators/gantt-default/index.d.ts +0 -3
- package/schematics/generators/gantt-default/index.js +0 -8
- package/schematics/generators/gantt-default/sample-details.d.ts +0 -5
- package/schematics/generators/gantt-default/sample-details.js +0 -7
- package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/gantt-default/schema.d.ts +0 -3
- package/schematics/generators/gantt-default/schema.js +0 -2
- package/schematics/generators/gantt-default/schema.json +0 -125
- package/schematics/generators/gantt-editing/index.d.ts +0 -3
- package/schematics/generators/gantt-editing/index.js +0 -8
- package/schematics/generators/gantt-editing/sample-details.d.ts +0 -5
- package/schematics/generators/gantt-editing/sample-details.js +0 -7
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/gantt-editing/schema.d.ts +0 -3
- package/schematics/generators/gantt-editing/schema.js +0 -2
- package/schematics/generators/gantt-editing/schema.json +0 -125
- package/schematics/generators/gantt-localdata/index.d.ts +0 -3
- package/schematics/generators/gantt-localdata/index.js +0 -8
- package/schematics/generators/gantt-localdata/sample-details.d.ts +0 -5
- package/schematics/generators/gantt-localdata/sample-details.js +0 -7
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/gantt-localdata/schema.d.ts +0 -3
- package/schematics/generators/gantt-localdata/schema.js +0 -2
- package/schematics/generators/gantt-localdata/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -179,10 +179,15 @@
|
|
|
179
179
|
border-left-width: 0;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
182
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
183
|
+
/* stylelint-disable */
|
|
184
|
+
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
185
|
+
/* stylelint-disable */
|
|
183
186
|
/*! Horizontal Tab */
|
|
184
187
|
/*! Bootstrap specific themes definition's */
|
|
185
188
|
/*! Vertical Tab */
|
|
189
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
190
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
186
191
|
@keyframes material-spinner-rotate {
|
|
187
192
|
0% {
|
|
188
193
|
transform: rotate(0);
|
|
@@ -199,6 +204,7 @@
|
|
|
199
204
|
transform: rotate(360deg);
|
|
200
205
|
}
|
|
201
206
|
}
|
|
207
|
+
/* stylelint-disable */
|
|
202
208
|
.e-gantt .e-add::before {
|
|
203
209
|
content: "\e805";
|
|
204
210
|
}
|
|
@@ -348,10 +354,10 @@
|
|
|
348
354
|
height: 250px !important;
|
|
349
355
|
}
|
|
350
356
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
351
|
-
height: 63px !important;
|
|
357
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
352
358
|
}
|
|
353
359
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
354
|
-
padding: 16px 4px 16px 16px !important;
|
|
360
|
+
padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
355
361
|
}
|
|
356
362
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
357
363
|
left: 2px !important;
|
|
@@ -387,7 +393,7 @@
|
|
|
387
393
|
width: 556px !important;
|
|
388
394
|
}
|
|
389
395
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
390
|
-
padding: 0 16px !important;
|
|
396
|
+
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
391
397
|
}
|
|
392
398
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
393
399
|
padding: 16px 12px 0 16px;
|
|
@@ -405,10 +411,10 @@
|
|
|
405
411
|
height: 78px !important;
|
|
406
412
|
}
|
|
407
413
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
408
|
-
border-bottom: 0 !important;
|
|
414
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
409
415
|
}
|
|
410
416
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
411
|
-
border-radius: 0 !important;
|
|
417
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
412
418
|
}
|
|
413
419
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
414
420
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -416,28 +422,28 @@
|
|
|
416
422
|
}
|
|
417
423
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
418
424
|
border-radius: 50%;
|
|
419
|
-
height: auto !important;
|
|
425
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
420
426
|
width: auto;
|
|
421
427
|
}
|
|
422
428
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
423
429
|
margin-left: 5px !important;
|
|
424
430
|
}
|
|
425
431
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
426
|
-
font-size: 16px !important;
|
|
432
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
427
433
|
}
|
|
428
434
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
429
435
|
min-height: 36px !important;
|
|
430
|
-
min-width: 35.82px !important;
|
|
436
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
431
437
|
}
|
|
432
438
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
433
439
|
line-height: 24px;
|
|
434
|
-
padding: 6px 16px 6px 15px !important;
|
|
440
|
+
padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
435
441
|
}
|
|
436
442
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
437
|
-
padding: 6px 21px 6px 23px !important;
|
|
443
|
+
padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
|
|
438
444
|
}
|
|
439
445
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
440
|
-
font-size: 16px !important;
|
|
446
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
441
447
|
}
|
|
442
448
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
443
449
|
font-size: 14px;
|
|
@@ -452,17 +458,17 @@
|
|
|
452
458
|
}
|
|
453
459
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
454
460
|
min-height: 36px !important;
|
|
455
|
-
min-width: 35.82px !important;
|
|
461
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
456
462
|
}
|
|
457
463
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
458
464
|
min-height: 36px !important;
|
|
459
|
-
min-width: 35.82px !important;
|
|
465
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
460
466
|
}
|
|
461
467
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
462
468
|
height: 38px;
|
|
463
469
|
}
|
|
464
470
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
465
|
-
min-width: 36px !important;
|
|
471
|
+
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
466
472
|
}
|
|
467
473
|
.e-bigger .e-predecessor-tooltip {
|
|
468
474
|
background-color: #000;
|
|
@@ -474,7 +480,7 @@
|
|
|
474
480
|
color: #adb5bd !important;
|
|
475
481
|
}
|
|
476
482
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
477
|
-
padding: 3px !important;
|
|
483
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
478
484
|
}
|
|
479
485
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
480
486
|
background-color: #000;
|
|
@@ -576,7 +582,7 @@
|
|
|
576
582
|
margin: 0;
|
|
577
583
|
}
|
|
578
584
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
579
|
-
overflow: hidden !important;
|
|
585
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
580
586
|
}
|
|
581
587
|
.e-gantt .e-temp-content {
|
|
582
588
|
border-left: 1px solid;
|
|
@@ -603,19 +609,19 @@
|
|
|
603
609
|
height: 45px;
|
|
604
610
|
}
|
|
605
611
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
606
|
-
border-right-width: 0 !important;
|
|
612
|
+
border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
607
613
|
}
|
|
608
614
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
609
615
|
border-top-style: none;
|
|
610
616
|
border-top-width: 0;
|
|
611
|
-
padding-right: 0 !important;
|
|
617
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
612
618
|
}
|
|
613
619
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
614
620
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
615
|
-
height: 51px !important;
|
|
621
|
+
height: 51px !important; /* stylelint-disable-line declaration-no-important */
|
|
616
622
|
}
|
|
617
623
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
618
|
-
overflow-x: scroll !important;
|
|
624
|
+
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
619
625
|
}
|
|
620
626
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
621
627
|
width: calc(100% + 17px);
|
|
@@ -640,7 +646,7 @@
|
|
|
640
646
|
border-right: 0 solid;
|
|
641
647
|
}
|
|
642
648
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
643
|
-
-webkit-overflow-scrolling: touch;
|
|
649
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
644
650
|
overflow-x: scroll;
|
|
645
651
|
overflow-y: auto;
|
|
646
652
|
position: relative;
|
|
@@ -824,7 +830,7 @@
|
|
|
824
830
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
825
831
|
display: inline-block;
|
|
826
832
|
font-size: 13px;
|
|
827
|
-
font-weight:
|
|
833
|
+
font-weight: normal;
|
|
828
834
|
overflow: hidden;
|
|
829
835
|
position: absolute;
|
|
830
836
|
text-overflow: ellipsis;
|
|
@@ -1208,7 +1214,7 @@
|
|
|
1208
1214
|
}
|
|
1209
1215
|
.e-gantt-dialog .e-richtexteditor {
|
|
1210
1216
|
border-bottom-width: 0px;
|
|
1211
|
-
height: 241px !important;
|
|
1217
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1212
1218
|
overflow: hidden;
|
|
1213
1219
|
}
|
|
1214
1220
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1217,12 +1223,13 @@
|
|
|
1217
1223
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1218
1224
|
border-bottom-width: 0px;
|
|
1219
1225
|
height: 200px;
|
|
1226
|
+
overflow: hidden;
|
|
1220
1227
|
}
|
|
1221
1228
|
.e-gantt-dialog > .e-dlg-content {
|
|
1222
|
-
padding: 0 !important;
|
|
1229
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1223
1230
|
}
|
|
1224
1231
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1225
|
-
border-bottom: 0 !important;
|
|
1232
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1226
1233
|
}
|
|
1227
1234
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1228
1235
|
border-radius: 3px 3px 0px 0px;
|
|
@@ -1230,8 +1237,8 @@
|
|
|
1230
1237
|
}
|
|
1231
1238
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1232
1239
|
border-radius: 50%;
|
|
1233
|
-
height: auto !important;
|
|
1234
|
-
width: auto !important;
|
|
1240
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1241
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1235
1242
|
}
|
|
1236
1243
|
|
|
1237
1244
|
.e-icon-rowselect::before {
|
|
@@ -1239,9 +1246,9 @@
|
|
|
1239
1246
|
}
|
|
1240
1247
|
|
|
1241
1248
|
.e-ganttpopup {
|
|
1242
|
-
-moz-user-select: none;
|
|
1243
|
-
-ms-user-select: none;
|
|
1244
|
-
-webkit-user-select: none;
|
|
1249
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1250
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1251
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1245
1252
|
font-weight: normal;
|
|
1246
1253
|
position: absolute;
|
|
1247
1254
|
user-select: none;
|
|
@@ -1395,7 +1402,7 @@
|
|
|
1395
1402
|
border-top-right-radius: 0px;
|
|
1396
1403
|
}
|
|
1397
1404
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1398
|
-
box-shadow: 0 0 0 1px #6c757d inset !important;
|
|
1405
|
+
box-shadow: 0 0 0 1px #6c757d inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1399
1406
|
}
|
|
1400
1407
|
.e-gantt .e-temp-content {
|
|
1401
1408
|
border-color: #444c54;
|
|
@@ -1410,7 +1417,7 @@
|
|
|
1410
1417
|
border-color: #444c54;
|
|
1411
1418
|
}
|
|
1412
1419
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1413
|
-
height: 45px !important;
|
|
1420
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1414
1421
|
}
|
|
1415
1422
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1416
1423
|
background: #3c444b;
|
|
@@ -1434,7 +1441,7 @@
|
|
|
1434
1441
|
line-height: 46px;
|
|
1435
1442
|
}
|
|
1436
1443
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1437
|
-
height: 46px !important;
|
|
1444
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1438
1445
|
}
|
|
1439
1446
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1440
1447
|
height: 26px;
|
|
@@ -1724,73 +1731,73 @@
|
|
|
1724
1731
|
color: transparent;
|
|
1725
1732
|
}
|
|
1726
1733
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1727
|
-
color: transparent !important;
|
|
1734
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1728
1735
|
}
|
|
1729
1736
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1730
|
-
border-color: #6c757d !important;
|
|
1737
|
+
border-color: #6c757d !important; /* stylelint-disable-line declaration-no-important */
|
|
1731
1738
|
}
|
|
1732
1739
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1733
|
-
border-left-color: #6c757d !important;
|
|
1740
|
+
border-left-color: #6c757d !important; /* stylelint-disable-line declaration-no-important */
|
|
1734
1741
|
}
|
|
1735
1742
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1736
|
-
border-right-color: #6c757d !important;
|
|
1743
|
+
border-right-color: #6c757d !important; /* stylelint-disable-line declaration-no-important */
|
|
1737
1744
|
}
|
|
1738
1745
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1739
|
-
background: #86b7fe !important;
|
|
1740
|
-
border: #86b7fe !important;
|
|
1746
|
+
background: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1747
|
+
border: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1741
1748
|
}
|
|
1742
1749
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1743
|
-
background-color: transparent !important;
|
|
1744
|
-
border: transparent !important;
|
|
1750
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1751
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1745
1752
|
}
|
|
1746
1753
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1747
|
-
border-bottom-color: #86b7fe !important;
|
|
1754
|
+
border-bottom-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1748
1755
|
}
|
|
1749
1756
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1750
|
-
border-top-color: #86b7fe !important;
|
|
1757
|
+
border-top-color: #86b7fe !important; /* stylelint-disable-line declaration-no-important */
|
|
1751
1758
|
}
|
|
1752
1759
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1753
|
-
background-color: #6c757d !important;
|
|
1754
|
-
border: #6c757d !important;
|
|
1760
|
+
background-color: #6c757d !important; /* stylelint-disable-line declaration-no-important */
|
|
1761
|
+
border: #6c757d !important; /* stylelint-disable-line declaration-no-important */
|
|
1755
1762
|
}
|
|
1756
1763
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1757
|
-
background-color: transparent !important;
|
|
1758
|
-
border: transparent !important;
|
|
1764
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1765
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1759
1766
|
}
|
|
1760
1767
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1761
|
-
background: #0d6efd !important;
|
|
1762
|
-
border: #0d6efd !important;
|
|
1768
|
+
background: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1769
|
+
border: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1763
1770
|
}
|
|
1764
1771
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1765
|
-
border-bottom-color: #0d6efd !important;
|
|
1772
|
+
border-bottom-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1766
1773
|
}
|
|
1767
1774
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1768
|
-
border-top-color: #0d6efd !important;
|
|
1775
|
+
border-top-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1769
1776
|
}
|
|
1770
1777
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1771
|
-
background: #72abfe !important;
|
|
1772
|
-
border: #72abfe !important;
|
|
1778
|
+
background: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
1779
|
+
border: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
1773
1780
|
}
|
|
1774
1781
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1775
|
-
border-bottom-color: #72abfe !important;
|
|
1782
|
+
border-bottom-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
1776
1783
|
}
|
|
1777
1784
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1778
|
-
border-top-color: #72abfe !important;
|
|
1785
|
+
border-top-color: #72abfe !important; /* stylelint-disable-line declaration-no-important */
|
|
1779
1786
|
}
|
|
1780
1787
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1781
|
-
border-color: #0d6efd !important;
|
|
1788
|
+
border-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1782
1789
|
}
|
|
1783
1790
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1784
|
-
border-left-color: #0d6efd !important;
|
|
1791
|
+
border-left-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1785
1792
|
}
|
|
1786
1793
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1787
|
-
border-right-color: #0d6efd !important;
|
|
1794
|
+
border-right-color: #0d6efd !important; /* stylelint-disable-line declaration-no-important */
|
|
1788
1795
|
}
|
|
1789
1796
|
.e-gantt .e-icons {
|
|
1790
1797
|
color: #adb5bd;
|
|
1791
1798
|
}
|
|
1792
1799
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1793
|
-
color: #adb5bd !important;
|
|
1800
|
+
color: #adb5bd !important; /* stylelint-disable-line declaration-no-important */
|
|
1794
1801
|
}
|
|
1795
1802
|
|
|
1796
1803
|
.e-gantt-dialog .e-dlg-header {
|