@syncfusion/ej2-angular-gantt 20.2.43-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 +27 -13
- 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 -1314
- 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
package/styles/tailwind-dark.css
CHANGED
|
@@ -147,6 +147,8 @@
|
|
|
147
147
|
}
|
|
148
148
|
/*! Material specific themes definition's */
|
|
149
149
|
/*! Vertical Tab */
|
|
150
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
151
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
150
152
|
@keyframes material-spinner-rotate {
|
|
151
153
|
0% {
|
|
152
154
|
transform: rotate(0);
|
|
@@ -163,6 +165,7 @@
|
|
|
163
165
|
transform: rotate(360deg);
|
|
164
166
|
}
|
|
165
167
|
}
|
|
168
|
+
/* stylelint-disable */
|
|
166
169
|
.e-gantt .e-add::before {
|
|
167
170
|
content: "\e805";
|
|
168
171
|
}
|
|
@@ -312,16 +315,16 @@
|
|
|
312
315
|
height: 242px !important;
|
|
313
316
|
}
|
|
314
317
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
315
|
-
height: 63px !important;
|
|
318
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
316
319
|
}
|
|
317
320
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
318
|
-
padding: 16px 4px 16px 24px !important;
|
|
321
|
+
padding: 16px 4px 16px 24px !important; /* stylelint-disable-line declaration-no-important */
|
|
319
322
|
}
|
|
320
323
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
321
324
|
left: -2px !important;
|
|
322
325
|
}
|
|
323
326
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
324
|
-
height: 68px !important;
|
|
327
|
+
height: 68px !important; /* stylelint-disable-line declaration-no-important */
|
|
325
328
|
}
|
|
326
329
|
.e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
327
330
|
font-size: 16px !important;
|
|
@@ -354,7 +357,7 @@
|
|
|
354
357
|
width: 564px !important;
|
|
355
358
|
}
|
|
356
359
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
357
|
-
padding: 0 16px !important;
|
|
360
|
+
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
358
361
|
}
|
|
359
362
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
360
363
|
padding: 16px 8px 0 24px;
|
|
@@ -372,10 +375,10 @@
|
|
|
372
375
|
height: 75px !important;
|
|
373
376
|
}
|
|
374
377
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
375
|
-
border-bottom: 0 !important;
|
|
378
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
376
379
|
}
|
|
377
380
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
378
|
-
border-radius: 0 !important;
|
|
381
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
379
382
|
}
|
|
380
383
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
381
384
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -383,28 +386,28 @@
|
|
|
383
386
|
}
|
|
384
387
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
385
388
|
border-radius: 50%;
|
|
386
|
-
height: auto !important;
|
|
389
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
387
390
|
width: auto;
|
|
388
391
|
}
|
|
389
392
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
390
393
|
margin-left: 12px !important;
|
|
391
394
|
}
|
|
392
395
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
393
|
-
font-size: 16px !important;
|
|
396
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
394
397
|
}
|
|
395
398
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
396
399
|
min-height: 18px !important;
|
|
397
|
-
min-width: 35.82px !important;
|
|
400
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
398
401
|
}
|
|
399
402
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
400
403
|
line-height: 24px;
|
|
401
|
-
padding: 6px 16px 6px 15px !important;
|
|
404
|
+
padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
402
405
|
}
|
|
403
406
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
404
|
-
padding: 6px 21px 6px 23px !important;
|
|
407
|
+
padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
|
|
405
408
|
}
|
|
406
409
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
407
|
-
font-size: 16px !important;
|
|
410
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
408
411
|
}
|
|
409
412
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
410
413
|
font-size: 14px;
|
|
@@ -419,20 +422,20 @@
|
|
|
419
422
|
}
|
|
420
423
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
421
424
|
min-height: 18px !important;
|
|
422
|
-
min-width: 35.82px !important;
|
|
425
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
423
426
|
}
|
|
424
427
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
425
428
|
min-height: 18px !important;
|
|
426
|
-
min-width: 35.82px !important;
|
|
429
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
427
430
|
}
|
|
428
431
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
429
432
|
height: 38px;
|
|
430
433
|
}
|
|
431
434
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
432
|
-
min-width: 36px !important;
|
|
435
|
+
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
433
436
|
}
|
|
434
437
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
435
|
-
padding: 7px 0 !important;
|
|
438
|
+
padding: 7px 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
436
439
|
}
|
|
437
440
|
.e-bigger .e-predecessor-tooltip {
|
|
438
441
|
background-color: #000;
|
|
@@ -444,7 +447,7 @@
|
|
|
444
447
|
color: #9ca3af !important;
|
|
445
448
|
}
|
|
446
449
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
447
|
-
padding: 3px !important;
|
|
450
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
448
451
|
}
|
|
449
452
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
450
453
|
background-color: #000;
|
|
@@ -546,7 +549,7 @@
|
|
|
546
549
|
margin: 0;
|
|
547
550
|
}
|
|
548
551
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
549
|
-
overflow: hidden !important;
|
|
552
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
550
553
|
}
|
|
551
554
|
.e-gantt .e-temp-content {
|
|
552
555
|
border-left: 1px solid;
|
|
@@ -573,19 +576,19 @@
|
|
|
573
576
|
height: 45px;
|
|
574
577
|
}
|
|
575
578
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
576
|
-
border-right-width: 0 !important;
|
|
579
|
+
border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
577
580
|
}
|
|
578
581
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
579
582
|
border-top-style: none;
|
|
580
583
|
border-top-width: 0;
|
|
581
|
-
padding-right: 0 !important;
|
|
584
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
582
585
|
}
|
|
583
586
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
584
587
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
585
|
-
height: 48px !important;
|
|
588
|
+
height: 48px !important; /* stylelint-disable-line declaration-no-important */
|
|
586
589
|
}
|
|
587
590
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
588
|
-
overflow-x: scroll !important;
|
|
591
|
+
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
589
592
|
}
|
|
590
593
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
591
594
|
width: calc(100% + 17px);
|
|
@@ -610,7 +613,7 @@
|
|
|
610
613
|
border-right: 0 solid;
|
|
611
614
|
}
|
|
612
615
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
613
|
-
-webkit-overflow-scrolling: touch;
|
|
616
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
614
617
|
overflow-x: scroll;
|
|
615
618
|
overflow-y: auto;
|
|
616
619
|
position: relative;
|
|
@@ -797,7 +800,7 @@
|
|
|
797
800
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
798
801
|
display: inline-block;
|
|
799
802
|
font-size: 13px;
|
|
800
|
-
font-weight:
|
|
803
|
+
font-weight: normal;
|
|
801
804
|
overflow: hidden;
|
|
802
805
|
position: absolute;
|
|
803
806
|
text-overflow: ellipsis;
|
|
@@ -1181,7 +1184,7 @@
|
|
|
1181
1184
|
}
|
|
1182
1185
|
.e-gantt-dialog .e-richtexteditor {
|
|
1183
1186
|
border-bottom-width: 1px;
|
|
1184
|
-
height: 259px !important;
|
|
1187
|
+
height: 259px !important; /* stylelint-disable-line declaration-no-important */
|
|
1185
1188
|
overflow: hidden;
|
|
1186
1189
|
}
|
|
1187
1190
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1190,13 +1193,14 @@
|
|
|
1190
1193
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1191
1194
|
border-bottom-width: 0px;
|
|
1192
1195
|
height: 210px;
|
|
1196
|
+
overflow: hidden;
|
|
1193
1197
|
}
|
|
1194
1198
|
.e-gantt-dialog > .e-dlg-content {
|
|
1195
|
-
padding: 0 !important;
|
|
1199
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1196
1200
|
height: 291px;
|
|
1197
1201
|
}
|
|
1198
1202
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1199
|
-
border-bottom: 0 !important;
|
|
1203
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1200
1204
|
}
|
|
1201
1205
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1202
1206
|
border-radius: 6px;
|
|
@@ -1204,8 +1208,8 @@
|
|
|
1204
1208
|
}
|
|
1205
1209
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1206
1210
|
border-radius: 50%;
|
|
1207
|
-
height: auto !important;
|
|
1208
|
-
width: auto !important;
|
|
1211
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1212
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1209
1213
|
}
|
|
1210
1214
|
|
|
1211
1215
|
.e-icon-rowselect::before {
|
|
@@ -1213,9 +1217,9 @@
|
|
|
1213
1217
|
}
|
|
1214
1218
|
|
|
1215
1219
|
.e-ganttpopup {
|
|
1216
|
-
-moz-user-select: none;
|
|
1217
|
-
-ms-user-select: none;
|
|
1218
|
-
-webkit-user-select: none;
|
|
1220
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1221
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1222
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1219
1223
|
font-weight: normal;
|
|
1220
1224
|
position: absolute;
|
|
1221
1225
|
user-select: none;
|
|
@@ -1369,7 +1373,7 @@
|
|
|
1369
1373
|
border-top-right-radius: 0px;
|
|
1370
1374
|
}
|
|
1371
1375
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1372
|
-
box-shadow: 0 0 0 1px #6b7280 inset !important;
|
|
1376
|
+
box-shadow: 0 0 0 1px #6b7280 inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1373
1377
|
}
|
|
1374
1378
|
.e-gantt .e-temp-content {
|
|
1375
1379
|
border-color: #4b5563;
|
|
@@ -1384,7 +1388,7 @@
|
|
|
1384
1388
|
border-color: #4b5563;
|
|
1385
1389
|
}
|
|
1386
1390
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1387
|
-
height: 45px !important;
|
|
1391
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1388
1392
|
}
|
|
1389
1393
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1390
1394
|
background: #6b7280;
|
|
@@ -1408,7 +1412,7 @@
|
|
|
1408
1412
|
line-height: 46px;
|
|
1409
1413
|
}
|
|
1410
1414
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1411
|
-
height: 46px !important;
|
|
1415
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
1412
1416
|
}
|
|
1413
1417
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1414
1418
|
height: 24px;
|
|
@@ -1698,73 +1702,73 @@
|
|
|
1698
1702
|
color: transparent;
|
|
1699
1703
|
}
|
|
1700
1704
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1701
|
-
color: transparent !important;
|
|
1705
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1702
1706
|
}
|
|
1703
1707
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1704
|
-
border-color: #6b7280 !important;
|
|
1708
|
+
border-color: #6b7280 !important; /* stylelint-disable-line declaration-no-important */
|
|
1705
1709
|
}
|
|
1706
1710
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1707
|
-
border-left-color: #6b7280 !important;
|
|
1711
|
+
border-left-color: #6b7280 !important; /* stylelint-disable-line declaration-no-important */
|
|
1708
1712
|
}
|
|
1709
1713
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1710
|
-
border-right-color: #6b7280 !important;
|
|
1714
|
+
border-right-color: #6b7280 !important; /* stylelint-disable-line declaration-no-important */
|
|
1711
1715
|
}
|
|
1712
1716
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1713
|
-
background: #0891b2 !important;
|
|
1714
|
-
border: #0891b2 !important;
|
|
1717
|
+
background: #0891b2 !important; /* stylelint-disable-line declaration-no-important */
|
|
1718
|
+
border: #0891b2 !important; /* stylelint-disable-line declaration-no-important */
|
|
1715
1719
|
}
|
|
1716
1720
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1717
|
-
background-color: transparent !important;
|
|
1718
|
-
border: transparent !important;
|
|
1721
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1722
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1719
1723
|
}
|
|
1720
1724
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1721
|
-
border-bottom-color: #0891b2 !important;
|
|
1725
|
+
border-bottom-color: #0891b2 !important; /* stylelint-disable-line declaration-no-important */
|
|
1722
1726
|
}
|
|
1723
1727
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1724
|
-
border-top-color: #0891b2 !important;
|
|
1728
|
+
border-top-color: #0891b2 !important; /* stylelint-disable-line declaration-no-important */
|
|
1725
1729
|
}
|
|
1726
1730
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1727
|
-
background-color: #6b7280 !important;
|
|
1728
|
-
border: #6b7280 !important;
|
|
1731
|
+
background-color: #6b7280 !important; /* stylelint-disable-line declaration-no-important */
|
|
1732
|
+
border: #6b7280 !important; /* stylelint-disable-line declaration-no-important */
|
|
1729
1733
|
}
|
|
1730
1734
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1731
|
-
background-color: transparent !important;
|
|
1732
|
-
border: transparent !important;
|
|
1735
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1736
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1733
1737
|
}
|
|
1734
1738
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1735
|
-
background: #22d3ee !important;
|
|
1736
|
-
border: #22d3ee !important;
|
|
1739
|
+
background: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
|
|
1740
|
+
border: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
|
|
1737
1741
|
}
|
|
1738
1742
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1739
|
-
border-bottom-color: #22d3ee !important;
|
|
1743
|
+
border-bottom-color: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
|
|
1740
1744
|
}
|
|
1741
1745
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1742
|
-
border-top-color: #22d3ee !important;
|
|
1746
|
+
border-top-color: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
|
|
1743
1747
|
}
|
|
1744
1748
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1745
|
-
background: #81e6f5 !important;
|
|
1746
|
-
border: #81e6f5 !important;
|
|
1749
|
+
background: #81e6f5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1750
|
+
border: #81e6f5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1747
1751
|
}
|
|
1748
1752
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1749
|
-
border-bottom-color: #81e6f5 !important;
|
|
1753
|
+
border-bottom-color: #81e6f5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1750
1754
|
}
|
|
1751
1755
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1752
|
-
border-top-color: #81e6f5 !important;
|
|
1756
|
+
border-top-color: #81e6f5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1753
1757
|
}
|
|
1754
1758
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1755
|
-
border-color: #22d3ee !important;
|
|
1759
|
+
border-color: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
|
|
1756
1760
|
}
|
|
1757
1761
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1758
|
-
border-left-color: #22d3ee !important;
|
|
1762
|
+
border-left-color: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
|
|
1759
1763
|
}
|
|
1760
1764
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1761
|
-
border-right-color: #22d3ee !important;
|
|
1765
|
+
border-right-color: #22d3ee !important; /* stylelint-disable-line declaration-no-important */
|
|
1762
1766
|
}
|
|
1763
1767
|
.e-gantt .e-icons {
|
|
1764
1768
|
color: #d1d5db;
|
|
1765
1769
|
}
|
|
1766
1770
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1767
|
-
color: #9ca3af !important;
|
|
1771
|
+
color: #9ca3af !important; /* stylelint-disable-line declaration-no-important */
|
|
1768
1772
|
}
|
|
1769
1773
|
|
|
1770
1774
|
.e-gantt-dialog .e-dlg-header {
|