@syncfusion/ej2-angular-gantt 20.2.44 → 20.2.46-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.
- package/@syncfusion/ej2-angular-gantt.es5.js +812 -0
- package/@syncfusion/ej2-angular-gantt.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-gantt.js +764 -0
- package/@syncfusion/ej2-angular-gantt.js.map +1 -0
- package/CHANGELOG.md +1346 -0
- package/dist/ej2-angular-gantt.umd.js +908 -0
- package/dist/ej2-angular-gantt.umd.js.map +1 -0
- package/dist/ej2-angular-gantt.umd.min.js +11 -0
- package/dist/ej2-angular-gantt.umd.min.js.map +1 -0
- package/{syncfusion-ej2-angular-gantt.d.ts → ej2-angular-gantt.d.ts} +1 -1
- package/ej2-angular-gantt.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +30 -0
- package/schematics/generators/gantt-daymarkers/index.d.ts +3 -0
- package/schematics/generators/gantt-daymarkers/index.js +8 -0
- package/schematics/generators/gantt-daymarkers/sample-details.d.ts +5 -0
- package/schematics/generators/gantt-daymarkers/sample-details.js +7 -0
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
- package/schematics/generators/gantt-daymarkers/schema.d.ts +3 -0
- package/schematics/generators/gantt-daymarkers/schema.js +2 -0
- package/schematics/generators/gantt-daymarkers/schema.json +125 -0
- package/schematics/generators/gantt-default/index.d.ts +3 -0
- package/schematics/generators/gantt-default/index.js +8 -0
- package/schematics/generators/gantt-default/sample-details.d.ts +5 -0
- package/schematics/generators/gantt-default/sample-details.js +7 -0
- package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/gantt-default/schema.d.ts +3 -0
- package/schematics/generators/gantt-default/schema.js +2 -0
- package/schematics/generators/gantt-default/schema.json +125 -0
- package/schematics/generators/gantt-editing/index.d.ts +3 -0
- package/schematics/generators/gantt-editing/index.js +8 -0
- package/schematics/generators/gantt-editing/sample-details.d.ts +5 -0
- package/schematics/generators/gantt-editing/sample-details.js +7 -0
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/gantt-editing/schema.d.ts +3 -0
- package/schematics/generators/gantt-editing/schema.js +2 -0
- package/schematics/generators/gantt-editing/schema.json +125 -0
- package/schematics/generators/gantt-localdata/index.d.ts +3 -0
- package/schematics/generators/gantt-localdata/index.js +8 -0
- package/schematics/generators/gantt-localdata/sample-details.d.ts +5 -0
- package/schematics/generators/gantt-localdata/sample-details.js +7 -0
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/gantt-localdata/schema.d.ts +3 -0
- package/schematics/generators/gantt-localdata/schema.js +2 -0
- package/schematics/generators/gantt-localdata/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/gantt/adddialogfields.directive.d.ts +0 -5
- package/src/gantt/columns.directive.d.ts +0 -5
- package/src/gantt/dayworkingtime.directive.d.ts +0 -5
- package/src/gantt/editdialogfields.directive.d.ts +0 -5
- package/src/gantt/eventmarkers.directive.d.ts +0 -5
- package/src/gantt/gantt-all.module.d.ts +0 -6
- package/src/gantt/gantt.component.d.ts +0 -3
- package/src/gantt/gantt.module.d.ts +0 -12
- package/src/gantt/holidays.directive.d.ts +0 -5
- package/styles/bootstrap-dark.css +58 -61
- package/styles/bootstrap.css +58 -61
- package/styles/bootstrap4.css +58 -61
- package/styles/bootstrap5-dark.css +59 -65
- package/styles/bootstrap5.css +59 -65
- package/styles/fabric-dark.css +58 -61
- package/styles/fabric.css +58 -61
- package/styles/fluent-dark.css +58 -61
- package/styles/fluent.css +58 -61
- package/styles/gantt/bootstrap-dark.css +58 -61
- package/styles/gantt/bootstrap-dark.scss +1 -22
- package/styles/gantt/bootstrap.css +58 -61
- package/styles/gantt/bootstrap.scss +1 -22
- package/styles/gantt/bootstrap4.css +58 -61
- package/styles/gantt/bootstrap4.scss +1 -22
- package/styles/gantt/bootstrap5-dark.css +59 -65
- package/styles/gantt/bootstrap5-dark.scss +1 -22
- package/styles/gantt/bootstrap5.css +59 -65
- package/styles/gantt/bootstrap5.scss +1 -22
- package/styles/gantt/fabric-dark.css +58 -61
- package/styles/gantt/fabric-dark.scss +1 -22
- package/styles/gantt/fabric.css +58 -61
- package/styles/gantt/fabric.scss +1 -22
- package/styles/gantt/fluent-dark.css +58 -61
- package/styles/gantt/fluent-dark.scss +1 -22
- package/styles/gantt/fluent.css +58 -61
- package/styles/gantt/fluent.scss +1 -22
- package/styles/gantt/highcontrast-light.css +58 -64
- package/styles/gantt/highcontrast-light.scss +1 -21
- package/styles/gantt/highcontrast.css +58 -64
- package/styles/gantt/highcontrast.scss +1 -22
- package/styles/gantt/material-dark.css +61 -64
- package/styles/gantt/material-dark.scss +1 -22
- package/styles/gantt/material.css +61 -64
- package/styles/gantt/material.scss +1 -22
- package/styles/gantt/tailwind-dark.css +60 -63
- package/styles/gantt/tailwind-dark.scss +1 -22
- package/styles/gantt/tailwind.css +60 -63
- package/styles/gantt/tailwind.scss +1 -22
- package/styles/highcontrast-light.css +58 -64
- package/styles/highcontrast.css +58 -64
- package/styles/material-dark.css +61 -64
- package/styles/material.css +61 -64
- package/styles/tailwind-dark.css +60 -63
- package/styles/tailwind.css +60 -63
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/gantt/adddialogfields.directive.mjs +0 -58
- package/esm2020/src/gantt/columns.directive.mjs +0 -72
- package/esm2020/src/gantt/dayworkingtime.directive.mjs +0 -58
- package/esm2020/src/gantt/editdialogfields.directive.mjs +0 -58
- package/esm2020/src/gantt/eventmarkers.directive.mjs +0 -57
- package/esm2020/src/gantt/gantt-all.module.mjs +0 -71
- package/esm2020/src/gantt/gantt.component.mjs +0 -255
- package/esm2020/src/gantt/gantt.module.mjs +0 -79
- package/esm2020/src/gantt/holidays.directive.mjs +0 -58
- package/esm2020/src/index.mjs +0 -11
- package/esm2020/syncfusion-ej2-angular-gantt.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs +0 -734
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs +0 -734
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +0 -1
- package/styles/gantt/_all.scss +0 -2
- package/styles/gantt/_bootstrap-dark-definition.scss +0 -207
- package/styles/gantt/_bootstrap-definition.scss +0 -208
- package/styles/gantt/_bootstrap4-definition.scss +0 -210
- package/styles/gantt/_bootstrap5-dark-definition.scss +0 -1
- package/styles/gantt/_bootstrap5-definition.scss +0 -212
- package/styles/gantt/_fabric-dark-definition.scss +0 -208
- package/styles/gantt/_fabric-definition.scss +0 -208
- package/styles/gantt/_fluent-dark-definition.scss +0 -1
- package/styles/gantt/_fluent-definition.scss +0 -212
- package/styles/gantt/_fusionnew-definition.scss +0 -211
- package/styles/gantt/_highcontrast-definition.scss +0 -208
- package/styles/gantt/_highcontrast-light-definition.scss +0 -208
- package/styles/gantt/_layout.scss +0 -1354
- package/styles/gantt/_material-dark-definition.scss +0 -209
- package/styles/gantt/_material-definition.scss +0 -209
- package/styles/gantt/_material3-definition.scss +0 -212
- package/styles/gantt/_tailwind-dark-definition.scss +0 -1
- package/styles/gantt/_tailwind-definition.scss +0 -212
- package/styles/gantt/_theme.scss +0 -702
- package/styles/gantt/icons/_bootstrap-dark.scss +0 -124
- package/styles/gantt/icons/_bootstrap.scss +0 -124
- package/styles/gantt/icons/_bootstrap4.scss +0 -124
- package/styles/gantt/icons/_bootstrap5-dark.scss +0 -1
- package/styles/gantt/icons/_bootstrap5.scss +0 -124
- package/styles/gantt/icons/_fabric-dark.scss +0 -124
- package/styles/gantt/icons/_fabric.scss +0 -124
- package/styles/gantt/icons/_fluent-dark.scss +0 -1
- package/styles/gantt/icons/_fluent.scss +0 -124
- package/styles/gantt/icons/_fusionnew.scss +0 -120
- package/styles/gantt/icons/_highcontrast.scss +0 -124
- package/styles/gantt/icons/_material-dark.scss +0 -124
- package/styles/gantt/icons/_material.scss +0 -124
- package/styles/gantt/icons/_material3.scss +0 -124
- package/styles/gantt/icons/_tailwind-dark.scss +0 -124
- package/styles/gantt/icons/_tailwind.scss +0 -124
|
@@ -81,9 +81,6 @@
|
|
|
81
81
|
color: #fff;
|
|
82
82
|
top: 12px;
|
|
83
83
|
}
|
|
84
|
-
.e-multiselect .e-multi-select-wrapper input {
|
|
85
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
86
|
-
}
|
|
87
84
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
88
85
|
color: #969696;
|
|
89
86
|
font-family: inherit;
|
|
@@ -183,8 +180,6 @@
|
|
|
183
180
|
/*! Horizontal Tab */
|
|
184
181
|
/*! HighContrast specific themes definition's */
|
|
185
182
|
/*! Vertical Tab */
|
|
186
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
187
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
188
183
|
@keyframes material-spinner-rotate {
|
|
189
184
|
0% {
|
|
190
185
|
transform: rotate(0);
|
|
@@ -201,7 +196,6 @@
|
|
|
201
196
|
transform: rotate(360deg);
|
|
202
197
|
}
|
|
203
198
|
}
|
|
204
|
-
/* stylelint-disable */
|
|
205
199
|
.e-gantt .e-add::before {
|
|
206
200
|
content: "\e7d5";
|
|
207
201
|
}
|
|
@@ -351,10 +345,10 @@
|
|
|
351
345
|
height: 241px !important;
|
|
352
346
|
}
|
|
353
347
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
354
|
-
height: 63px !important;
|
|
348
|
+
height: 63px !important;
|
|
355
349
|
}
|
|
356
350
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
357
|
-
padding: 16px 4px 12px 18px !important;
|
|
351
|
+
padding: 16px 4px 12px 18px !important;
|
|
358
352
|
}
|
|
359
353
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
360
354
|
left: 2px !important;
|
|
@@ -390,7 +384,7 @@
|
|
|
390
384
|
width: 554px !important;
|
|
391
385
|
}
|
|
392
386
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
393
|
-
padding: 0 16px !important;
|
|
387
|
+
padding: 0 16px !important;
|
|
394
388
|
}
|
|
395
389
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
396
390
|
padding: 16px 9px 0 18px;
|
|
@@ -408,10 +402,10 @@
|
|
|
408
402
|
height: 78px !important;
|
|
409
403
|
}
|
|
410
404
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
411
|
-
border-bottom: 0 !important;
|
|
405
|
+
border-bottom: 0 !important;
|
|
412
406
|
}
|
|
413
407
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
414
|
-
border-radius: 0 !important;
|
|
408
|
+
border-radius: 0 !important;
|
|
415
409
|
}
|
|
416
410
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
417
411
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -419,28 +413,28 @@
|
|
|
419
413
|
}
|
|
420
414
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
421
415
|
border-radius: 50%;
|
|
422
|
-
height: auto !important;
|
|
416
|
+
height: auto !important;
|
|
423
417
|
width: auto;
|
|
424
418
|
}
|
|
425
419
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
426
420
|
margin-left: 6px !important;
|
|
427
421
|
}
|
|
428
422
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
429
|
-
font-size: 16px !important;
|
|
423
|
+
font-size: 16px !important;
|
|
430
424
|
}
|
|
431
425
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
432
426
|
min-height: 38px !important;
|
|
433
|
-
min-width: 35.82px !important;
|
|
427
|
+
min-width: 35.82px !important;
|
|
434
428
|
}
|
|
435
429
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
436
430
|
line-height: 24px;
|
|
437
|
-
padding: 6px 16px 6px 15px !important;
|
|
431
|
+
padding: 6px 16px 6px 15px !important;
|
|
438
432
|
}
|
|
439
433
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
440
|
-
padding: 6px 21px 6px 23px !important;
|
|
434
|
+
padding: 6px 21px 6px 23px !important;
|
|
441
435
|
}
|
|
442
436
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
443
|
-
font-size: 16px !important;
|
|
437
|
+
font-size: 16px !important;
|
|
444
438
|
}
|
|
445
439
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
446
440
|
font-size: 14px;
|
|
@@ -455,17 +449,17 @@
|
|
|
455
449
|
}
|
|
456
450
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
457
451
|
min-height: 38px !important;
|
|
458
|
-
min-width: 35.82px !important;
|
|
452
|
+
min-width: 35.82px !important;
|
|
459
453
|
}
|
|
460
454
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
461
455
|
min-height: 38px !important;
|
|
462
|
-
min-width: 35.82px !important;
|
|
456
|
+
min-width: 35.82px !important;
|
|
463
457
|
}
|
|
464
458
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
465
459
|
height: 40px;
|
|
466
460
|
}
|
|
467
461
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
468
|
-
min-width: 36px !important;
|
|
462
|
+
min-width: 36px !important;
|
|
469
463
|
}
|
|
470
464
|
.e-bigger .e-predecessor-tooltip {
|
|
471
465
|
background-color: #000;
|
|
@@ -477,7 +471,7 @@
|
|
|
477
471
|
color: #757575 !important;
|
|
478
472
|
}
|
|
479
473
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
480
|
-
padding: 3px !important;
|
|
474
|
+
padding: 3px !important;
|
|
481
475
|
}
|
|
482
476
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
483
477
|
background-color: #000;
|
|
@@ -579,7 +573,7 @@
|
|
|
579
573
|
margin: 0;
|
|
580
574
|
}
|
|
581
575
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
582
|
-
overflow: hidden !important;
|
|
576
|
+
overflow: hidden !important;
|
|
583
577
|
}
|
|
584
578
|
.e-gantt .e-temp-content {
|
|
585
579
|
border-left: 1px solid;
|
|
@@ -606,19 +600,19 @@
|
|
|
606
600
|
height: 45px;
|
|
607
601
|
}
|
|
608
602
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
609
|
-
border-right-width: 0 !important;
|
|
603
|
+
border-right-width: 0 !important;
|
|
610
604
|
}
|
|
611
605
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
612
606
|
border-top-style: none;
|
|
613
607
|
border-top-width: 0;
|
|
614
|
-
padding-right: 0 !important;
|
|
608
|
+
padding-right: 0 !important;
|
|
615
609
|
}
|
|
616
610
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
617
611
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
618
|
-
height: 63px !important;
|
|
612
|
+
height: 63px !important;
|
|
619
613
|
}
|
|
620
614
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
621
|
-
overflow-x: scroll !important;
|
|
615
|
+
overflow-x: scroll !important;
|
|
622
616
|
}
|
|
623
617
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
624
618
|
width: calc(100% + 17px);
|
|
@@ -643,7 +637,7 @@
|
|
|
643
637
|
border-right: 0 solid;
|
|
644
638
|
}
|
|
645
639
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
646
|
-
-webkit-overflow-scrolling: touch;
|
|
640
|
+
-webkit-overflow-scrolling: touch;
|
|
647
641
|
overflow-x: scroll;
|
|
648
642
|
overflow-y: auto;
|
|
649
643
|
position: relative;
|
|
@@ -1210,7 +1204,7 @@
|
|
|
1210
1204
|
}
|
|
1211
1205
|
.e-gantt-dialog .e-richtexteditor {
|
|
1212
1206
|
border-bottom-width: 1px;
|
|
1213
|
-
height: 241px !important;
|
|
1207
|
+
height: 241px !important;
|
|
1214
1208
|
overflow: hidden;
|
|
1215
1209
|
}
|
|
1216
1210
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1222,10 +1216,10 @@
|
|
|
1222
1216
|
overflow: hidden;
|
|
1223
1217
|
}
|
|
1224
1218
|
.e-gantt-dialog > .e-dlg-content {
|
|
1225
|
-
padding: 0 !important;
|
|
1219
|
+
padding: 0 !important;
|
|
1226
1220
|
}
|
|
1227
1221
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1228
|
-
border-bottom: 0 !important;
|
|
1222
|
+
border-bottom: 0 !important;
|
|
1229
1223
|
}
|
|
1230
1224
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1231
1225
|
border-radius: 0px;
|
|
@@ -1233,8 +1227,8 @@
|
|
|
1233
1227
|
}
|
|
1234
1228
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1235
1229
|
border-radius: 50%;
|
|
1236
|
-
height: auto !important;
|
|
1237
|
-
width: auto !important;
|
|
1230
|
+
height: auto !important;
|
|
1231
|
+
width: auto !important;
|
|
1238
1232
|
}
|
|
1239
1233
|
|
|
1240
1234
|
.e-icon-rowselect::before {
|
|
@@ -1242,9 +1236,9 @@
|
|
|
1242
1236
|
}
|
|
1243
1237
|
|
|
1244
1238
|
.e-ganttpopup {
|
|
1245
|
-
-moz-user-select: none;
|
|
1246
|
-
-ms-user-select: none;
|
|
1247
|
-
-webkit-user-select: none;
|
|
1239
|
+
-moz-user-select: none;
|
|
1240
|
+
-ms-user-select: none;
|
|
1241
|
+
-webkit-user-select: none;
|
|
1248
1242
|
font-weight: normal;
|
|
1249
1243
|
position: absolute;
|
|
1250
1244
|
user-select: none;
|
|
@@ -1398,7 +1392,7 @@
|
|
|
1398
1392
|
border-top-right-radius: 0px;
|
|
1399
1393
|
}
|
|
1400
1394
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1401
|
-
box-shadow: 0 0 0 1px white inset !important;
|
|
1395
|
+
box-shadow: 0 0 0 1px white inset !important;
|
|
1402
1396
|
}
|
|
1403
1397
|
.e-gantt .e-temp-content {
|
|
1404
1398
|
border-color: #969696;
|
|
@@ -1413,7 +1407,7 @@
|
|
|
1413
1407
|
border-color: #969696;
|
|
1414
1408
|
}
|
|
1415
1409
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1416
|
-
height: 45px !important;
|
|
1410
|
+
height: 45px !important;
|
|
1417
1411
|
}
|
|
1418
1412
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1419
1413
|
background: rgba(255, 217, 57, 0.7);
|
|
@@ -1437,7 +1431,7 @@
|
|
|
1437
1431
|
line-height: 46px;
|
|
1438
1432
|
}
|
|
1439
1433
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1440
|
-
height: 46px !important;
|
|
1434
|
+
height: 46px !important;
|
|
1441
1435
|
}
|
|
1442
1436
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1443
1437
|
height: 32px;
|
|
@@ -1727,73 +1721,73 @@
|
|
|
1727
1721
|
color: transparent;
|
|
1728
1722
|
}
|
|
1729
1723
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1730
|
-
color: transparent !important;
|
|
1724
|
+
color: transparent !important;
|
|
1731
1725
|
}
|
|
1732
1726
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1733
|
-
border-color: #8A8A8A !important;
|
|
1727
|
+
border-color: #8A8A8A !important;
|
|
1734
1728
|
}
|
|
1735
1729
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1736
|
-
border-left-color: #8A8A8A !important;
|
|
1730
|
+
border-left-color: #8A8A8A !important;
|
|
1737
1731
|
}
|
|
1738
1732
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1739
|
-
border-right-color: #8A8A8A !important;
|
|
1733
|
+
border-right-color: #8A8A8A !important;
|
|
1740
1734
|
}
|
|
1741
1735
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1742
|
-
background: #D5D5D5 !important;
|
|
1743
|
-
border: #D5D5D5 !important;
|
|
1736
|
+
background: #D5D5D5 !important;
|
|
1737
|
+
border: #D5D5D5 !important;
|
|
1744
1738
|
}
|
|
1745
1739
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1746
|
-
background-color: transparent !important;
|
|
1747
|
-
border: transparent !important;
|
|
1740
|
+
background-color: transparent !important;
|
|
1741
|
+
border: transparent !important;
|
|
1748
1742
|
}
|
|
1749
1743
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1750
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1744
|
+
border-bottom-color: #D5D5D5 !important;
|
|
1751
1745
|
}
|
|
1752
1746
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1753
|
-
border-top-color: #D5D5D5 !important;
|
|
1747
|
+
border-top-color: #D5D5D5 !important;
|
|
1754
1748
|
}
|
|
1755
1749
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1756
|
-
background-color: #8A8A8A !important;
|
|
1757
|
-
border: #8A8A8A !important;
|
|
1750
|
+
background-color: #8A8A8A !important;
|
|
1751
|
+
border: #8A8A8A !important;
|
|
1758
1752
|
}
|
|
1759
1753
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1760
|
-
background-color: transparent !important;
|
|
1761
|
-
border: transparent !important;
|
|
1754
|
+
background-color: transparent !important;
|
|
1755
|
+
border: transparent !important;
|
|
1762
1756
|
}
|
|
1763
1757
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1764
|
-
background: #3e047d !important;
|
|
1765
|
-
border: #3e047d !important;
|
|
1758
|
+
background: #3e047d !important;
|
|
1759
|
+
border: #3e047d !important;
|
|
1766
1760
|
}
|
|
1767
1761
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1768
|
-
border-bottom-color: #3e047d !important;
|
|
1762
|
+
border-bottom-color: #3e047d !important;
|
|
1769
1763
|
}
|
|
1770
1764
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1771
|
-
border-top-color: #3e047d !important;
|
|
1765
|
+
border-top-color: #3e047d !important;
|
|
1772
1766
|
}
|
|
1773
1767
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1774
|
-
background: #a662fb !important;
|
|
1775
|
-
border: #a662fb !important;
|
|
1768
|
+
background: #a662fb !important;
|
|
1769
|
+
border: #a662fb !important;
|
|
1776
1770
|
}
|
|
1777
1771
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1778
|
-
border-bottom-color: #a662fb !important;
|
|
1772
|
+
border-bottom-color: #a662fb !important;
|
|
1779
1773
|
}
|
|
1780
1774
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1781
|
-
border-top-color: #a662fb !important;
|
|
1775
|
+
border-top-color: #a662fb !important;
|
|
1782
1776
|
}
|
|
1783
1777
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1784
|
-
border-color: #3e047d !important;
|
|
1778
|
+
border-color: #3e047d !important;
|
|
1785
1779
|
}
|
|
1786
1780
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1787
|
-
border-left-color: #3e047d !important;
|
|
1781
|
+
border-left-color: #3e047d !important;
|
|
1788
1782
|
}
|
|
1789
1783
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1790
|
-
border-right-color: #3e047d !important;
|
|
1784
|
+
border-right-color: #3e047d !important;
|
|
1791
1785
|
}
|
|
1792
1786
|
.e-gantt .e-icons {
|
|
1793
1787
|
color: #fff;
|
|
1794
1788
|
}
|
|
1795
1789
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1796
|
-
color: #fff !important;
|
|
1790
|
+
color: #fff !important;
|
|
1797
1791
|
}
|
|
1798
1792
|
|
|
1799
1793
|
.e-gantt-dialog .e-dlg-header {
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-grids/styles/grid/highcontrast-definition.scss';
|
|
3
|
-
@import 'ej2-treegrid/styles/treegrid/highcontrast-definition.scss';
|
|
4
|
-
@import 'ej2-richtexteditor/styles/rich-text-editor/highcontrast-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/highcontrast-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/datetimepicker/highcontrast-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/button/highcontrast-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/highcontrast-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/combo-box/highcontrast-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/highcontrast-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/toolbar/highcontrast-definition.scss';
|
|
12
|
-
@import 'ej2-navigations/styles/tab/highcontrast-definition.scss';
|
|
13
|
-
@import 'ej2-navigations/styles/context-menu/highcontrast-definition.scss';
|
|
14
|
-
@import 'ej2-inputs/styles/input/highcontrast-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/numerictextbox/highcontrast-definition.scss';
|
|
16
|
-
@import 'ej2-popups/styles/dialog/highcontrast-definition.scss';
|
|
17
|
-
@import 'ej2-popups/styles/spinner/highcontrast-definition.scss';
|
|
18
|
-
@import 'ej2-popups/styles/tooltip/highcontrast-definition.scss';
|
|
19
|
-
@import 'ej2-layouts/styles/splitter/highcontrast-definition.scss';
|
|
20
|
-
@import 'highcontrast-definition.scss';
|
|
21
|
-
@import 'icons/highcontrast.scss';
|
|
22
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-gantt/styles/gantt/highcontrast.scss';
|