@syncfusion/ej2-angular-gantt 20.2.39-ngcc → 20.2.39
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 +62 -59
- package/styles/bootstrap.css +62 -59
- package/styles/bootstrap4.css +62 -59
- package/styles/bootstrap5-dark.css +66 -60
- package/styles/bootstrap5.css +66 -60
- package/styles/fabric-dark.css +62 -59
- package/styles/fabric.css +62 -59
- package/styles/fluent-dark.css +62 -59
- package/styles/fluent.css +62 -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 +1354 -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 +62 -59
- package/styles/gantt/bootstrap-dark.scss +22 -1
- package/styles/gantt/bootstrap.css +62 -59
- package/styles/gantt/bootstrap.scss +22 -1
- package/styles/gantt/bootstrap4.css +62 -59
- package/styles/gantt/bootstrap4.scss +22 -1
- package/styles/gantt/bootstrap5-dark.css +66 -60
- package/styles/gantt/bootstrap5-dark.scss +22 -1
- package/styles/gantt/bootstrap5.css +66 -60
- package/styles/gantt/bootstrap5.scss +22 -1
- package/styles/gantt/fabric-dark.css +62 -59
- package/styles/gantt/fabric-dark.scss +22 -1
- package/styles/gantt/fabric.css +62 -59
- package/styles/gantt/fabric.scss +22 -1
- package/styles/gantt/fluent-dark.css +62 -59
- package/styles/gantt/fluent-dark.scss +22 -1
- package/styles/gantt/fluent.css +62 -59
- package/styles/gantt/fluent.scss +22 -1
- package/styles/gantt/highcontrast-light.css +65 -59
- package/styles/gantt/highcontrast-light.scss +21 -1
- package/styles/gantt/highcontrast.css +65 -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 +65 -62
- package/styles/gantt/material-dark.scss +22 -1
- package/styles/gantt/material.css +65 -62
- package/styles/gantt/material.scss +22 -1
- package/styles/gantt/tailwind-dark.css +64 -61
- package/styles/gantt/tailwind-dark.scss +22 -1
- package/styles/gantt/tailwind.css +64 -61
- package/styles/gantt/tailwind.scss +22 -1
- package/styles/highcontrast-light.css +65 -59
- package/styles/highcontrast.css +65 -59
- package/styles/material-dark.css +65 -62
- package/styles/material.css +65 -62
- package/styles/tailwind-dark.css +64 -61
- package/styles/tailwind.css +64 -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
|
@@ -287,6 +287,8 @@
|
|
|
287
287
|
/*! Horizontal Tab */
|
|
288
288
|
/*! Bootstrap specific themes definition's */
|
|
289
289
|
/*! Vertical Tab */
|
|
290
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
291
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
290
292
|
@keyframes material-spinner-rotate {
|
|
291
293
|
0% {
|
|
292
294
|
transform: rotate(0);
|
|
@@ -303,6 +305,7 @@
|
|
|
303
305
|
transform: rotate(360deg);
|
|
304
306
|
}
|
|
305
307
|
}
|
|
308
|
+
/* stylelint-disable */
|
|
306
309
|
.e-gantt .e-add::before {
|
|
307
310
|
content: "\e823";
|
|
308
311
|
}
|
|
@@ -452,10 +455,10 @@
|
|
|
452
455
|
height: 242px !important;
|
|
453
456
|
}
|
|
454
457
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
455
|
-
height: 63px !important;
|
|
458
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
456
459
|
}
|
|
457
460
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
458
|
-
padding: 16px 4px 16px 16px !important;
|
|
461
|
+
padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
459
462
|
}
|
|
460
463
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
461
464
|
left: 0 !important;
|
|
@@ -491,7 +494,7 @@
|
|
|
491
494
|
width: 556px !important;
|
|
492
495
|
}
|
|
493
496
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
494
|
-
padding: 0 16px !important;
|
|
497
|
+
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
495
498
|
}
|
|
496
499
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
497
500
|
padding: 16px 12px 0 16px;
|
|
@@ -509,10 +512,10 @@
|
|
|
509
512
|
height: 76px !important;
|
|
510
513
|
}
|
|
511
514
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
512
|
-
border-bottom: 0 !important;
|
|
515
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
513
516
|
}
|
|
514
517
|
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
515
|
-
border-radius: 0 !important;
|
|
518
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
516
519
|
}
|
|
517
520
|
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
518
521
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -520,28 +523,28 @@
|
|
|
520
523
|
}
|
|
521
524
|
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
522
525
|
border-radius: 50%;
|
|
523
|
-
height: auto !important;
|
|
526
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
524
527
|
width: auto;
|
|
525
528
|
}
|
|
526
529
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
527
530
|
margin-left: 5px !important;
|
|
528
531
|
}
|
|
529
532
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
530
|
-
font-size: 16px !important;
|
|
533
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
531
534
|
}
|
|
532
535
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
533
536
|
min-height: 35px !important;
|
|
534
|
-
min-width: 35.82px !important;
|
|
537
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
535
538
|
}
|
|
536
539
|
.e-bigger .e-gantt-dialog .e-btn.e-flat {
|
|
537
540
|
line-height: 24px;
|
|
538
|
-
padding: 6px 16px 6px 15px !important;
|
|
541
|
+
padding: 6px 16px 6px 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
539
542
|
}
|
|
540
543
|
.e-bigger .e-gantt-dialog .e-btn.e-primary {
|
|
541
|
-
padding: 6px 21px 6px 23px !important;
|
|
544
|
+
padding: 6px 21px 6px 23px !important; /* stylelint-disable-line declaration-no-important */
|
|
542
545
|
}
|
|
543
546
|
.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
544
|
-
font-size: 16px !important;
|
|
547
|
+
font-size: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
545
548
|
}
|
|
546
549
|
.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
547
550
|
font-size: 14px;
|
|
@@ -556,17 +559,17 @@
|
|
|
556
559
|
}
|
|
557
560
|
.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
558
561
|
min-height: 35px !important;
|
|
559
|
-
min-width: 35.82px !important;
|
|
562
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
560
563
|
}
|
|
561
564
|
.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
562
565
|
min-height: 35px !important;
|
|
563
|
-
min-width: 35.82px !important;
|
|
566
|
+
min-width: 35.82px !important; /* stylelint-disable-line declaration-no-important */
|
|
564
567
|
}
|
|
565
568
|
.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper {
|
|
566
569
|
height: 36px;
|
|
567
570
|
}
|
|
568
571
|
.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon {
|
|
569
|
-
min-width: 36px !important;
|
|
572
|
+
min-width: 36px !important; /* stylelint-disable-line declaration-no-important */
|
|
570
573
|
}
|
|
571
574
|
.e-bigger .e-predecessor-tooltip {
|
|
572
575
|
background-color: #000;
|
|
@@ -578,7 +581,7 @@
|
|
|
578
581
|
color: #adadad !important;
|
|
579
582
|
}
|
|
580
583
|
.e-bigger .e-predecessor-tooltip .e-tip-content {
|
|
581
|
-
padding: 3px !important;
|
|
584
|
+
padding: 3px !important; /* stylelint-disable-line declaration-no-important */
|
|
582
585
|
}
|
|
583
586
|
.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
584
587
|
background-color: #000;
|
|
@@ -680,7 +683,7 @@
|
|
|
680
683
|
margin: 0;
|
|
681
684
|
}
|
|
682
685
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
683
|
-
overflow: hidden !important;
|
|
686
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
|
684
687
|
}
|
|
685
688
|
.e-gantt .e-temp-content {
|
|
686
689
|
border-left: 1px solid;
|
|
@@ -707,19 +710,19 @@
|
|
|
707
710
|
height: 45px;
|
|
708
711
|
}
|
|
709
712
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
710
|
-
border-right-width: 0 !important;
|
|
713
|
+
border-right-width: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
711
714
|
}
|
|
712
715
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
713
716
|
border-top-style: none;
|
|
714
717
|
border-top-width: 0;
|
|
715
|
-
padding-right: 0 !important;
|
|
718
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
716
719
|
}
|
|
717
720
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
718
721
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
719
|
-
height: 63px !important;
|
|
722
|
+
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
720
723
|
}
|
|
721
724
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
722
|
-
overflow-x: scroll !important;
|
|
725
|
+
overflow-x: scroll !important; /* stylelint-disable-line declaration-no-important */
|
|
723
726
|
}
|
|
724
727
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
725
728
|
width: calc(100% + 17px);
|
|
@@ -744,7 +747,7 @@
|
|
|
744
747
|
border-right: 0 solid;
|
|
745
748
|
}
|
|
746
749
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
747
|
-
-webkit-overflow-scrolling: touch;
|
|
750
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
748
751
|
overflow-x: scroll;
|
|
749
752
|
overflow-y: auto;
|
|
750
753
|
position: relative;
|
|
@@ -928,7 +931,7 @@
|
|
|
928
931
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
929
932
|
display: inline-block;
|
|
930
933
|
font-size: 13px;
|
|
931
|
-
font-weight:
|
|
934
|
+
font-weight: normal;
|
|
932
935
|
overflow: hidden;
|
|
933
936
|
position: absolute;
|
|
934
937
|
text-overflow: ellipsis;
|
|
@@ -1312,7 +1315,7 @@
|
|
|
1312
1315
|
}
|
|
1313
1316
|
.e-gantt-dialog .e-richtexteditor {
|
|
1314
1317
|
border-bottom-width: 0px;
|
|
1315
|
-
height: 241px !important;
|
|
1318
|
+
height: 241px !important; /* stylelint-disable-line declaration-no-important */
|
|
1316
1319
|
overflow: hidden;
|
|
1317
1320
|
}
|
|
1318
1321
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
@@ -1323,10 +1326,10 @@
|
|
|
1323
1326
|
height: 200px;
|
|
1324
1327
|
}
|
|
1325
1328
|
.e-gantt-dialog > .e-dlg-content {
|
|
1326
|
-
padding: 0 !important;
|
|
1329
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1327
1330
|
}
|
|
1328
1331
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1329
|
-
border-bottom: 0 !important;
|
|
1332
|
+
border-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1330
1333
|
}
|
|
1331
1334
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1332
1335
|
border-radius: 6px 6px 0px 0px;
|
|
@@ -1334,8 +1337,8 @@
|
|
|
1334
1337
|
}
|
|
1335
1338
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1336
1339
|
border-radius: 50%;
|
|
1337
|
-
height: auto !important;
|
|
1338
|
-
width: auto !important;
|
|
1340
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1341
|
+
width: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1339
1342
|
}
|
|
1340
1343
|
|
|
1341
1344
|
.e-icon-rowselect::before {
|
|
@@ -1343,9 +1346,9 @@
|
|
|
1343
1346
|
}
|
|
1344
1347
|
|
|
1345
1348
|
.e-ganttpopup {
|
|
1346
|
-
-moz-user-select: none;
|
|
1347
|
-
-ms-user-select: none;
|
|
1348
|
-
-webkit-user-select: none;
|
|
1349
|
+
-moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1350
|
+
-ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1351
|
+
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1349
1352
|
font-weight: normal;
|
|
1350
1353
|
position: absolute;
|
|
1351
1354
|
user-select: none;
|
|
@@ -1499,7 +1502,7 @@
|
|
|
1499
1502
|
border-top-right-radius: 0px;
|
|
1500
1503
|
}
|
|
1501
1504
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1502
|
-
box-shadow: 0 0 0 1px #66afe9 inset !important;
|
|
1505
|
+
box-shadow: 0 0 0 1px #66afe9 inset !important; /* stylelint-disable-line declaration-no-important */
|
|
1503
1506
|
}
|
|
1504
1507
|
.e-gantt .e-temp-content {
|
|
1505
1508
|
border-color: #ddd;
|
|
@@ -1514,7 +1517,7 @@
|
|
|
1514
1517
|
border-color: #ddd;
|
|
1515
1518
|
}
|
|
1516
1519
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1517
|
-
height: 45px !important;
|
|
1520
|
+
height: 45px !important; /* stylelint-disable-line declaration-no-important */
|
|
1518
1521
|
}
|
|
1519
1522
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1520
1523
|
background: #c6ddf0;
|
|
@@ -1538,7 +1541,7 @@
|
|
|
1538
1541
|
line-height: 47px;
|
|
1539
1542
|
}
|
|
1540
1543
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1541
|
-
height: 47px !important;
|
|
1544
|
+
height: 47px !important; /* stylelint-disable-line declaration-no-important */
|
|
1542
1545
|
}
|
|
1543
1546
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1544
1547
|
height: 32px;
|
|
@@ -1828,73 +1831,73 @@
|
|
|
1828
1831
|
color: transparent;
|
|
1829
1832
|
}
|
|
1830
1833
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1831
|
-
color: transparent !important;
|
|
1834
|
+
color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1832
1835
|
}
|
|
1833
1836
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1834
|
-
border-color: #8A8A8A !important;
|
|
1837
|
+
border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1835
1838
|
}
|
|
1836
1839
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1837
|
-
border-left-color: #8A8A8A !important;
|
|
1840
|
+
border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1838
1841
|
}
|
|
1839
1842
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1840
|
-
border-right-color: #8A8A8A !important;
|
|
1843
|
+
border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1841
1844
|
}
|
|
1842
1845
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1843
|
-
background: #D5D5D5 !important;
|
|
1844
|
-
border: #D5D5D5 !important;
|
|
1846
|
+
background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1847
|
+
border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1845
1848
|
}
|
|
1846
1849
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1847
|
-
background-color: transparent !important;
|
|
1848
|
-
border: transparent !important;
|
|
1850
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1851
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1849
1852
|
}
|
|
1850
1853
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1851
|
-
border-bottom-color: #D5D5D5 !important;
|
|
1854
|
+
border-bottom-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1852
1855
|
}
|
|
1853
1856
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1854
|
-
border-top-color: #D5D5D5 !important;
|
|
1857
|
+
border-top-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
|
|
1855
1858
|
}
|
|
1856
1859
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1857
|
-
background-color: #8A8A8A !important;
|
|
1858
|
-
border: #8A8A8A !important;
|
|
1860
|
+
background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1861
|
+
border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
|
|
1859
1862
|
}
|
|
1860
1863
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1861
|
-
background-color: transparent !important;
|
|
1862
|
-
border: transparent !important;
|
|
1864
|
+
background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1865
|
+
border: transparent !important; /* stylelint-disable-line declaration-no-important */
|
|
1863
1866
|
}
|
|
1864
1867
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1865
|
-
background: #21527d !important;
|
|
1866
|
-
border: #21527d !important;
|
|
1868
|
+
background: #21527d !important; /* stylelint-disable-line declaration-no-important */
|
|
1869
|
+
border: #21527d !important; /* stylelint-disable-line declaration-no-important */
|
|
1867
1870
|
}
|
|
1868
1871
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1869
|
-
border-bottom-color: #21527d !important;
|
|
1872
|
+
border-bottom-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
|
|
1870
1873
|
}
|
|
1871
1874
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1872
|
-
border-top-color: #21527d !important;
|
|
1875
|
+
border-top-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
|
|
1873
1876
|
}
|
|
1874
1877
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1875
|
-
background: #75acdb !important;
|
|
1876
|
-
border: #75acdb !important;
|
|
1878
|
+
background: #75acdb !important; /* stylelint-disable-line declaration-no-important */
|
|
1879
|
+
border: #75acdb !important; /* stylelint-disable-line declaration-no-important */
|
|
1877
1880
|
}
|
|
1878
1881
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1879
|
-
border-bottom-color: #75acdb !important;
|
|
1882
|
+
border-bottom-color: #75acdb !important; /* stylelint-disable-line declaration-no-important */
|
|
1880
1883
|
}
|
|
1881
1884
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1882
|
-
border-top-color: #75acdb !important;
|
|
1885
|
+
border-top-color: #75acdb !important; /* stylelint-disable-line declaration-no-important */
|
|
1883
1886
|
}
|
|
1884
1887
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1885
|
-
border-color: #21527d !important;
|
|
1888
|
+
border-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
|
|
1886
1889
|
}
|
|
1887
1890
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1888
|
-
border-left-color: #21527d !important;
|
|
1891
|
+
border-left-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
|
|
1889
1892
|
}
|
|
1890
1893
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1891
|
-
border-right-color: #21527d !important;
|
|
1894
|
+
border-right-color: #21527d !important; /* stylelint-disable-line declaration-no-important */
|
|
1892
1895
|
}
|
|
1893
1896
|
.e-gantt .e-icons {
|
|
1894
1897
|
color: rgba(0, 0, 0, 0.87);
|
|
1895
1898
|
}
|
|
1896
1899
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1897
|
-
color: #333 !important;
|
|
1900
|
+
color: #333 !important; /* stylelint-disable-line declaration-no-important */
|
|
1898
1901
|
}
|
|
1899
1902
|
|
|
1900
1903
|
.e-gantt-dialog .e-dlg-header {
|
|
@@ -1 +1,22 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap-definition.scss';
|
|
2
|
+
@import 'ej2-grids/styles/grid/bootstrap-definition.scss';
|
|
3
|
+
@import 'ej2-treegrid/styles/treegrid/bootstrap-definition.scss';
|
|
4
|
+
@import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap-definition.scss';
|
|
5
|
+
@import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
|
|
6
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
8
|
+
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/combo-box/bootstrap-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/multi-select/bootstrap-definition.scss';
|
|
11
|
+
@import 'ej2-navigations/styles/toolbar/bootstrap-definition.scss';
|
|
12
|
+
@import 'ej2-navigations/styles/tab/bootstrap-definition.scss';
|
|
13
|
+
@import 'ej2-navigations/styles/context-menu/bootstrap-definition.scss';
|
|
14
|
+
@import 'ej2-inputs/styles/input/bootstrap-definition.scss';
|
|
15
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
|
|
16
|
+
@import 'ej2-popups/styles/dialog/bootstrap-definition.scss';
|
|
17
|
+
@import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
|
|
18
|
+
@import 'ej2-popups/styles/tooltip/bootstrap-definition.scss';
|
|
19
|
+
@import 'ej2-layouts/styles/splitter/bootstrap-definition.scss';
|
|
20
|
+
@import 'bootstrap-definition.scss';
|
|
21
|
+
@import 'icons/bootstrap.scss';
|
|
22
|
+
@import 'all.scss';
|