@syncfusion/ej2-angular-gantt 20.2.43 → 20.2.44-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +1326 -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 +13 -27
- 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 +1 -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/src/index.d.ts +1 -1
- package/styles/bootstrap-dark.css +60 -64
- package/styles/bootstrap.css +60 -64
- package/styles/bootstrap4.css +60 -64
- package/styles/bootstrap5-dark.css +61 -68
- package/styles/bootstrap5.css +61 -68
- package/styles/fabric-dark.css +60 -64
- package/styles/fabric.css +60 -64
- package/styles/fluent-dark.css +60 -64
- package/styles/fluent.css +60 -64
- package/styles/gantt/bootstrap-dark.css +60 -64
- package/styles/gantt/bootstrap-dark.scss +1 -22
- package/styles/gantt/bootstrap.css +60 -64
- package/styles/gantt/bootstrap.scss +1 -22
- package/styles/gantt/bootstrap4.css +60 -64
- package/styles/gantt/bootstrap4.scss +1 -22
- package/styles/gantt/bootstrap5-dark.css +61 -68
- package/styles/gantt/bootstrap5-dark.scss +1 -22
- package/styles/gantt/bootstrap5.css +61 -68
- package/styles/gantt/bootstrap5.scss +1 -22
- package/styles/gantt/fabric-dark.css +60 -64
- package/styles/gantt/fabric-dark.scss +1 -22
- package/styles/gantt/fabric.css +60 -64
- package/styles/gantt/fabric.scss +1 -22
- package/styles/gantt/fluent-dark.css +60 -64
- package/styles/gantt/fluent-dark.scss +1 -22
- package/styles/gantt/fluent.css +60 -64
- package/styles/gantt/fluent.scss +1 -22
- package/styles/gantt/highcontrast-light.css +60 -67
- package/styles/gantt/highcontrast-light.scss +1 -21
- package/styles/gantt/highcontrast.css +60 -67
- package/styles/gantt/highcontrast.scss +1 -22
- package/styles/gantt/material-dark.css +63 -67
- package/styles/gantt/material-dark.scss +1 -22
- package/styles/gantt/material.css +63 -67
- package/styles/gantt/material.scss +1 -22
- package/styles/gantt/tailwind-dark.css +62 -66
- package/styles/gantt/tailwind-dark.scss +1 -22
- package/styles/gantt/tailwind.css +62 -66
- package/styles/gantt/tailwind.scss +1 -22
- package/styles/highcontrast-light.css +60 -67
- package/styles/highcontrast.css +60 -67
- package/styles/material-dark.css +63 -67
- package/styles/material.css +63 -67
- package/styles/tailwind-dark.css +62 -66
- package/styles/tailwind.css +62 -66
- 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 -68
- package/esm2020/src/gantt/gantt.component.mjs +0 -248
- 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 -724
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs +0 -724
- 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 -1355
- 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
|
@@ -143,8 +143,6 @@
|
|
|
143
143
|
width: 40px;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
147
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
148
146
|
@keyframes material-spinner-rotate {
|
|
149
147
|
0% {
|
|
150
148
|
transform: rotate(0);
|
|
@@ -161,7 +159,6 @@
|
|
|
161
159
|
transform: rotate(360deg);
|
|
162
160
|
}
|
|
163
161
|
}
|
|
164
|
-
/* stylelint-disable */
|
|
165
162
|
.e-gantt .e-add::before {
|
|
166
163
|
content: "\e823";
|
|
167
164
|
}
|
|
@@ -311,10 +308,10 @@
|
|
|
311
308
|
height: 242px !important;
|
|
312
309
|
}
|
|
313
310
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
314
|
-
height: 63px !important;
|
|
311
|
+
height: 63px !important;
|
|
315
312
|
}
|
|
316
313
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
317
|
-
padding: 16px 4px 16px 16px !important;
|
|
314
|
+
padding: 16px 4px 16px 16px !important;
|
|
318
315
|
}
|
|
319
316
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
320
317
|
left: 0 !important;
|
|
@@ -350,7 +347,7 @@
|
|
|
350
347
|
width: 556px !important;
|
|
351
348
|
}
|
|
352
349
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
353
|
-
padding: 0 16px !important;
|
|
350
|
+
padding: 0 16px !important;
|
|
354
351
|
}
|
|
355
352
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
356
353
|
padding: 16px 12px 0 16px;
|
|
@@ -368,10 +365,10 @@
|
|
|
368
365
|
height: 76px !important;
|
|
369
366
|
}
|
|
370
367
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
371
|
-
border-bottom: 0 !important;
|
|
368
|
+
border-bottom: 0 !important;
|
|
372
369
|
}
|
|
373
370
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
374
|
-
border-radius: 0 !important;
|
|
371
|
+
border-radius: 0 !important;
|
|
375
372
|
}
|
|
376
373
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
377
374
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -379,28 +376,28 @@
|
|
|
379
376
|
}
|
|
380
377
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
381
378
|
border-radius: 50%;
|
|
382
|
-
height: auto !important;
|
|
379
|
+
height: auto !important;
|
|
383
380
|
width: auto;
|
|
384
381
|
}
|
|
385
382
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
386
383
|
margin-left: 5px !important;
|
|
387
384
|
}
|
|
388
385
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
389
|
-
font-size: 16px !important;
|
|
386
|
+
font-size: 16px !important;
|
|
390
387
|
}
|
|
391
388
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
392
389
|
min-height: 35px !important;
|
|
393
|
-
min-width: 35.82px !important;
|
|
390
|
+
min-width: 35.82px !important;
|
|
394
391
|
}
|
|
395
392
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
396
393
|
line-height: 24px;
|
|
397
|
-
padding: 6px 16px 6px 15px !important;
|
|
394
|
+
padding: 6px 16px 6px 15px !important;
|
|
398
395
|
}
|
|
399
396
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
400
|
-
padding: 6px 21px 6px 23px !important;
|
|
397
|
+
padding: 6px 21px 6px 23px !important;
|
|
401
398
|
}
|
|
402
399
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
403
|
-
font-size: 16px !important;
|
|
400
|
+
font-size: 16px !important;
|
|
404
401
|
}
|
|
405
402
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
406
403
|
font-size: 14px;
|
|
@@ -415,17 +412,17 @@
|
|
|
415
412
|
}
|
|
416
413
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
417
414
|
min-height: 35px !important;
|
|
418
|
-
min-width: 35.82px !important;
|
|
415
|
+
min-width: 35.82px !important;
|
|
419
416
|
}
|
|
420
417
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
421
418
|
min-height: 35px !important;
|
|
422
|
-
min-width: 35.82px !important;
|
|
419
|
+
min-width: 35.82px !important;
|
|
423
420
|
}
|
|
424
421
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
425
422
|
height: 36px;
|
|
426
423
|
}
|
|
427
424
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
428
|
-
min-width: 36px !important;
|
|
425
|
+
min-width: 36px !important;
|
|
429
426
|
}
|
|
430
427
|
.e-bigger .e-predecessor-tooltip {
|
|
431
428
|
background-color: #000;
|
|
@@ -437,7 +434,7 @@
|
|
|
437
434
|
color: #adadad !important;
|
|
438
435
|
}
|
|
439
436
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
440
|
-
padding: 3px !important;
|
|
437
|
+
padding: 3px !important;
|
|
441
438
|
}
|
|
442
439
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
443
440
|
background-color: #000;
|
|
@@ -539,7 +536,7 @@
|
|
|
539
536
|
margin: 0;
|
|
540
537
|
}
|
|
541
538
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
542
|
-
overflow: hidden !important;
|
|
539
|
+
overflow: hidden !important;
|
|
543
540
|
}
|
|
544
541
|
.e-gantt .e-temp-content {
|
|
545
542
|
border-left: 1px solid;
|
|
@@ -566,19 +563,19 @@
|
|
|
566
563
|
height: 45px;
|
|
567
564
|
}
|
|
568
565
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
569
|
-
border-right-width: 0 !important;
|
|
566
|
+
border-right-width: 0 !important;
|
|
570
567
|
}
|
|
571
568
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
572
569
|
border-top-style: none;
|
|
573
570
|
border-top-width: 0;
|
|
574
|
-
padding-right: 0 !important;
|
|
571
|
+
padding-right: 0 !important;
|
|
575
572
|
}
|
|
576
573
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
577
574
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
578
|
-
height: 63px !important;
|
|
575
|
+
height: 63px !important;
|
|
579
576
|
}
|
|
580
577
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
581
|
-
overflow-x: scroll !important;
|
|
578
|
+
overflow-x: scroll !important;
|
|
582
579
|
}
|
|
583
580
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
584
581
|
width: calc(100% + 17px);
|
|
@@ -603,7 +600,7 @@
|
|
|
603
600
|
border-right: 0 solid;
|
|
604
601
|
}
|
|
605
602
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
606
|
-
-webkit-overflow-scrolling: touch;
|
|
603
|
+
-webkit-overflow-scrolling: touch;
|
|
607
604
|
overflow-x: scroll;
|
|
608
605
|
overflow-y: auto;
|
|
609
606
|
position: relative;
|
|
@@ -624,14 +621,13 @@
|
|
|
624
621
|
}
|
|
625
622
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
626
623
|
border-bottom-style: solid;
|
|
627
|
-
border-right
|
|
624
|
+
border-right: 1px solid;
|
|
628
625
|
overflow: hidden;
|
|
629
626
|
position: relative;
|
|
630
627
|
z-index: 6;
|
|
631
628
|
}
|
|
632
629
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
633
630
|
border-left: 0;
|
|
634
|
-
padding: 0 3px;
|
|
635
631
|
}
|
|
636
632
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
637
633
|
border-collapse: collapse;
|
|
@@ -683,7 +679,7 @@
|
|
|
683
679
|
}
|
|
684
680
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
685
681
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
686
|
-
padding-left:
|
|
682
|
+
padding-left: 11px;
|
|
687
683
|
text-align: left;
|
|
688
684
|
}
|
|
689
685
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
@@ -1171,7 +1167,7 @@
|
|
|
1171
1167
|
}
|
|
1172
1168
|
.e-gantt-dialog .e-richtexteditor {
|
|
1173
1169
|
border-bottom-width: 0px;
|
|
1174
|
-
height: 241px !important;
|
|
1170
|
+
height: 241px !important;
|
|
1175
1171
|
overflow: hidden;
|
|
1176
1172
|
}
|
|
1177
1173
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1183,10 +1179,10 @@
|
|
|
1183
1179
|
overflow: hidden;
|
|
1184
1180
|
}
|
|
1185
1181
|
.e-gantt-dialog > .e-dlg-content {
|
|
1186
|
-
padding: 0 !important;
|
|
1182
|
+
padding: 0 !important;
|
|
1187
1183
|
}
|
|
1188
1184
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1189
|
-
border-bottom: 0 !important;
|
|
1185
|
+
border-bottom: 0 !important;
|
|
1190
1186
|
}
|
|
1191
1187
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1192
1188
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -1194,8 +1190,8 @@
|
|
|
1194
1190
|
}
|
|
1195
1191
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1196
1192
|
border-radius: 50%;
|
|
1197
|
-
height: auto !important;
|
|
1198
|
-
width: auto !important;
|
|
1193
|
+
height: auto !important;
|
|
1194
|
+
width: auto !important;
|
|
1199
1195
|
}
|
|
1200
1196
|
|
|
1201
1197
|
.e-icon-rowselect::before {
|
|
@@ -1203,9 +1199,9 @@
|
|
|
1203
1199
|
}
|
|
1204
1200
|
|
|
1205
1201
|
.e-ganttpopup {
|
|
1206
|
-
-moz-user-select: none;
|
|
1207
|
-
-ms-user-select: none;
|
|
1208
|
-
-webkit-user-select: none;
|
|
1202
|
+
-moz-user-select: none;
|
|
1203
|
+
-ms-user-select: none;
|
|
1204
|
+
-webkit-user-select: none;
|
|
1209
1205
|
font-weight: normal;
|
|
1210
1206
|
position: absolute;
|
|
1211
1207
|
user-select: none;
|
|
@@ -1359,7 +1355,7 @@
|
|
|
1359
1355
|
border-top-right-radius: 0px;
|
|
1360
1356
|
}
|
|
1361
1357
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1362
|
-
box-shadow: 0 0 0 1px #248aff inset !important;
|
|
1358
|
+
box-shadow: 0 0 0 1px #248aff inset !important;
|
|
1363
1359
|
}
|
|
1364
1360
|
.e-gantt .e-temp-content {
|
|
1365
1361
|
border-color: #484848;
|
|
@@ -1374,7 +1370,7 @@
|
|
|
1374
1370
|
border-color: #484848;
|
|
1375
1371
|
}
|
|
1376
1372
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1377
|
-
height: 45px !important;
|
|
1373
|
+
height: 45px !important;
|
|
1378
1374
|
}
|
|
1379
1375
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1380
1376
|
background: #484848;
|
|
@@ -1398,7 +1394,7 @@
|
|
|
1398
1394
|
line-height: 47px;
|
|
1399
1395
|
}
|
|
1400
1396
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1401
|
-
height: 47px !important;
|
|
1397
|
+
height: 47px !important;
|
|
1402
1398
|
}
|
|
1403
1399
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1404
1400
|
height: 32px;
|
|
@@ -1688,73 +1684,73 @@
|
|
|
1688
1684
|
color: transparent;
|
|
1689
1685
|
}
|
|
1690
1686
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1691
|
-
color: transparent !important;
|
|
1687
|
+
color: transparent !important;
|
|
1692
1688
|
}
|
|
1693
1689
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1694
|
-
border-color: #8A8A8A !important;
|
|
1690
|
+
border-color: #8A8A8A !important;
|
|
1695
1691
|
}
|
|
1696
1692
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1697
|
-
border-left-color: #8A8A8A !important;
|
|
1693
|
+
border-left-color: #8A8A8A !important;
|
|
1698
1694
|
}
|
|
1699
1695
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1700
|
-
border-right-color: #8A8A8A !important;
|
|
1696
|
+
border-right-color: #8A8A8A !important;
|
|
1701
1697
|
}
|
|
1702
1698
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1703
|
-
background: #D5D5D5 !important;
|
|
1704
|
-
border: #D5D5D5 !important;
|
|
1699
|
+
background: #D5D5D5 !important;
|
|
1700
|
+
border: #D5D5D5 !important;
|
|
1705
1701
|
}
|
|
1706
1702
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1707
|
-
background-color: transparent !important;
|
|
1708
|
-
border: transparent !important;
|
|
1703
|
+
background-color: transparent !important;
|
|
1704
|
+
border: transparent !important;
|
|
1709
1705
|
}
|
|
1710
1706
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1711
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1707
|
+
border-bottom-color: #D5D5D5 !important;
|
|
1712
1708
|
}
|
|
1713
1709
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1714
|
-
border-top-color: #D5D5D5 !important;
|
|
1710
|
+
border-top-color: #D5D5D5 !important;
|
|
1715
1711
|
}
|
|
1716
1712
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1717
|
-
background-color: #8A8A8A !important;
|
|
1718
|
-
border: #8A8A8A !important;
|
|
1713
|
+
background-color: #8A8A8A !important;
|
|
1714
|
+
border: #8A8A8A !important;
|
|
1719
1715
|
}
|
|
1720
1716
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1721
|
-
background-color: transparent !important;
|
|
1722
|
-
border: transparent !important;
|
|
1717
|
+
background-color: transparent !important;
|
|
1718
|
+
border: transparent !important;
|
|
1723
1719
|
}
|
|
1724
1720
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1725
|
-
background: #0070f0 !important;
|
|
1726
|
-
border: #0070f0 !important;
|
|
1721
|
+
background: #0070f0 !important;
|
|
1722
|
+
border: #0070f0 !important;
|
|
1727
1723
|
}
|
|
1728
1724
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1729
|
-
border-bottom-color: #0070f0 !important;
|
|
1725
|
+
border-bottom-color: #0070f0 !important;
|
|
1730
1726
|
}
|
|
1731
1727
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1732
|
-
border-top-color: #0070f0 !important;
|
|
1728
|
+
border-top-color: #0070f0 !important;
|
|
1733
1729
|
}
|
|
1734
1730
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1735
|
-
background: #57a5ff !important;
|
|
1736
|
-
border: #57a5ff !important;
|
|
1731
|
+
background: #57a5ff !important;
|
|
1732
|
+
border: #57a5ff !important;
|
|
1737
1733
|
}
|
|
1738
1734
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1739
|
-
border-bottom-color: #57a5ff !important;
|
|
1735
|
+
border-bottom-color: #57a5ff !important;
|
|
1740
1736
|
}
|
|
1741
1737
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1742
|
-
border-top-color: #57a5ff !important;
|
|
1738
|
+
border-top-color: #57a5ff !important;
|
|
1743
1739
|
}
|
|
1744
1740
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1745
|
-
border-color: #0070f0 !important;
|
|
1741
|
+
border-color: #0070f0 !important;
|
|
1746
1742
|
}
|
|
1747
1743
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1748
|
-
border-left-color: #0070f0 !important;
|
|
1744
|
+
border-left-color: #0070f0 !important;
|
|
1749
1745
|
}
|
|
1750
1746
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1751
|
-
border-right-color: #0070f0 !important;
|
|
1747
|
+
border-right-color: #0070f0 !important;
|
|
1752
1748
|
}
|
|
1753
1749
|
.e-gantt .e-icons {
|
|
1754
1750
|
color: #fff;
|
|
1755
1751
|
}
|
|
1756
1752
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1757
|
-
color: #f0f0f0 !important;
|
|
1753
|
+
color: #f0f0f0 !important;
|
|
1758
1754
|
}
|
|
1759
1755
|
|
|
1760
1756
|
.e-gantt-dialog .e-dlg-header {
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-grids/styles/grid/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-treegrid/styles/treegrid/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap-dark-definition.scss';
|
|
5
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap-dark-definition.scss';
|
|
6
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap-dark-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/combo-box/bootstrap-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/multi-select/bootstrap-dark-definition.scss';
|
|
11
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap-dark-definition.scss';
|
|
12
|
-
@import 'ej2-navigations/styles/tab/bootstrap-dark-definition.scss';
|
|
13
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap-dark-definition.scss';
|
|
14
|
-
@import 'ej2-inputs/styles/input/bootstrap-dark-definition.scss';
|
|
15
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap-dark-definition.scss';
|
|
16
|
-
@import 'ej2-popups/styles/dialog/bootstrap-dark-definition.scss';
|
|
17
|
-
@import 'ej2-popups/styles/spinner/bootstrap-dark-definition.scss';
|
|
18
|
-
@import 'ej2-popups/styles/tooltip/bootstrap-dark-definition.scss';
|
|
19
|
-
@import 'ej2-layouts/styles/splitter/bootstrap-dark-definition.scss';
|
|
20
|
-
@import 'bootstrap-dark-definition.scss';
|
|
21
|
-
@import 'icons/bootstrap-dark.scss';
|
|
22
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-gantt/styles/gantt/bootstrap-dark.scss';
|