@syncfusion/ej2-angular-gantt 20.4.54 → 21.1.35
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/src/gantt/gantt.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs +2 -2
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/gantt/gantt.component.d.ts +1 -1
- package/styles/bootstrap-dark.css +33 -10
- package/styles/bootstrap.css +31 -10
- package/styles/bootstrap4.css +28 -7
- package/styles/bootstrap5-dark.css +30 -9
- package/styles/bootstrap5.css +30 -9
- package/styles/fabric-dark.css +28 -7
- package/styles/fabric.css +28 -7
- package/styles/fluent-dark.css +56 -29
- package/styles/fluent.css +56 -29
- package/styles/gantt/_bootstrap-dark-definition.scss +5 -4
- package/styles/gantt/_bootstrap-definition.scss +5 -4
- package/styles/gantt/_bootstrap4-definition.scss +3 -2
- package/styles/gantt/_bootstrap5-definition.scss +15 -14
- package/styles/gantt/_fabric-dark-definition.scss +3 -2
- package/styles/gantt/_fabric-definition.scss +3 -2
- package/styles/gantt/_fluent-definition.scss +18 -17
- package/styles/gantt/_fusionnew-definition.scss +5 -4
- package/styles/gantt/_highcontrast-definition.scss +3 -2
- package/styles/gantt/_highcontrast-light-definition.scss +3 -2
- package/styles/gantt/_layout.scss +45 -13
- package/styles/gantt/_material-dark-definition.scss +3 -2
- package/styles/gantt/_material-definition.scss +3 -2
- package/styles/gantt/_tailwind-definition.scss +9 -8
- package/styles/gantt/_theme.scss +25 -6
- package/styles/gantt/bootstrap-dark.css +33 -10
- package/styles/gantt/bootstrap.css +31 -10
- package/styles/gantt/bootstrap4.css +28 -7
- package/styles/gantt/bootstrap5-dark.css +30 -9
- package/styles/gantt/bootstrap5.css +30 -9
- package/styles/gantt/fabric-dark.css +28 -7
- package/styles/gantt/fabric.css +28 -7
- package/styles/gantt/fluent-dark.css +56 -29
- package/styles/gantt/fluent.css +56 -29
- package/styles/gantt/highcontrast-light.css +28 -9
- package/styles/gantt/highcontrast.css +28 -7
- package/styles/gantt/material-dark.css +31 -14
- package/styles/gantt/material.css +28 -7
- package/styles/gantt/tailwind-dark.css +28 -7
- package/styles/gantt/tailwind.css +28 -7
- package/styles/highcontrast-light.css +28 -9
- package/styles/highcontrast.css +28 -7
- package/styles/material-dark.css +31 -14
- package/styles/material.css +28 -7
- package/styles/tailwind-dark.css +28 -7
- package/styles/tailwind.css +28 -7
- package/styles/gantt/_material3-definition.scss +0 -218
|
@@ -34,7 +34,7 @@ $gantt-critical-child-progress-bar: $danger !default;
|
|
|
34
34
|
$gantt-critical-child-task-bar-border: 1px solid $danger-light !default;
|
|
35
35
|
$gantt-unscheduled-milestone-top-border: $content-bg-color-alt5 !default;
|
|
36
36
|
$gantt-unscheduled-milestone-bottom-border: $content-bg-color-alt5 !default;
|
|
37
|
-
$connector-point-hover-outerline-color: $
|
|
37
|
+
$connector-point-hover-outerline-color: $connector-point-border-color !default;
|
|
38
38
|
$gantt-child-task-bar: lighten($primary, 30%) !default;
|
|
39
39
|
$gantt-child-progress-bar: $primary !default;
|
|
40
40
|
$gantt-manualchild-task-bar: $success-light !default;
|
|
@@ -92,8 +92,8 @@ $gantt-active-container-border: $border !default;
|
|
|
92
92
|
$rangecontainer-border-color: $border-warning;
|
|
93
93
|
|
|
94
94
|
// Layout
|
|
95
|
-
$holiday-label-font-size:
|
|
96
|
-
$event-marker-label-font-size:
|
|
95
|
+
$holiday-label-font-size: $font-icon-13 !default;
|
|
96
|
+
$event-marker-label-font-size: $text-sm !default;
|
|
97
97
|
$event-marker-label-padding: 3px 12px !default;
|
|
98
98
|
$event-marker-label-height: 28px !default;
|
|
99
99
|
$event-marker-label-arrow-top: 59px !default;
|
|
@@ -106,16 +106,17 @@ $gantt-unscheduled-taskbar-curved-radius: 0 !default;
|
|
|
106
106
|
$gantt-label-size: 13px !default;
|
|
107
107
|
$gantt-header-border-spacing: 0 !default;
|
|
108
108
|
$gantt-child-progress-bar-border: 0px !default;
|
|
109
|
-
$gantt-child-progress-bar-border-
|
|
109
|
+
$gantt-child-progress-bar-border-radius:3px;
|
|
110
110
|
$gantt-child-task-bar-border: 1px solid $primary !default;
|
|
111
111
|
$gantt-manualchild-progress-bar-border: 0px !default;
|
|
112
112
|
$gantt-parent-progress-bar-border: 0px !default;
|
|
113
113
|
$gantt-parent-task-bar-border: 1px solid $border-dark !default;
|
|
114
|
-
$gantt-connector-point-right-margin-left:
|
|
114
|
+
$gantt-connector-point-right-margin-left: 3px !default;
|
|
115
|
+
$gantt-connector-point-left-margin-right: 3px !default;
|
|
115
116
|
$gantt-right-label-container-margin-left: 25px !default;
|
|
116
|
-
$gantt-task-label-font-size:
|
|
117
|
-
$gantt-label-font-size:
|
|
118
|
-
$gantt-bigger-label-font-size:
|
|
117
|
+
$gantt-task-label-font-size: $text-xs !default;
|
|
118
|
+
$gantt-label-font-size: $text-sm !default;
|
|
119
|
+
$gantt-bigger-label-font-size: $text-base !default;
|
|
119
120
|
$gantt-unscheduled-taskbar-border: 0px !default;
|
|
120
121
|
$gantt-unscheduled-taskbar-border-radius: 4px !default;
|
|
121
122
|
$gantt-dialog-general-height: 241px !default;
|
|
@@ -123,12 +124,12 @@ $gantt-dialog-edit-form-odd-padding: 12px 18px 0 18px !default;
|
|
|
123
124
|
$gantt-dialog-edit-form-even-padding: 12px 18px 0 0 !default;
|
|
124
125
|
$gantt-dialog-edit-form-scroll-padding: 12px 18px 0 0 !default;
|
|
125
126
|
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
126
|
-
$gantt-bigger-predecessor-dialog-font-size:
|
|
127
|
-
$gantt-bigger-predecessor-dialog-font-weight:
|
|
127
|
+
$gantt-bigger-predecessor-dialog-font-size: $text-xs;
|
|
128
|
+
$gantt-bigger-predecessor-dialog-font-weight: $font-weight-normal !default;
|
|
128
129
|
$gantt-bigger-predecessor-dialog-line-height: 1.8 !default;
|
|
129
|
-
$gantt-bigger-tooltip-button-color: $
|
|
130
|
+
$gantt-bigger-tooltip-button-color: $toooltip-text-color;
|
|
130
131
|
$gantt-bigger-tooltip-dialog-color: $content-bg-color-alt1;
|
|
131
|
-
$gantt-bigger-tooltip-button-text-color: $
|
|
132
|
+
$gantt-bigger-tooltip-button-text-color: $tooltip-bg-color;
|
|
132
133
|
$gantt-bigger-tooltip-dialog-text-color: $content-text-color;
|
|
133
134
|
$gantt-bigger-tooltip-disabled-button-color: $content-text-color-disabled !important;
|
|
134
135
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 8px 0 28px !default;
|
|
@@ -138,7 +139,7 @@ $gantt-bigger-dialog-close-button-size: 14px !important;
|
|
|
138
139
|
$gantt-bigger-dialog-header-padding: 16px 4px 16px 28px !important;
|
|
139
140
|
$gantt-bigger-add-dialog-content-height: 254px !important;
|
|
140
141
|
$gantt-bigger-event-arrow-color: $warning-light;
|
|
141
|
-
$gantt-bigger-event-arrow-font-size:
|
|
142
|
+
$gantt-bigger-event-arrow-font-size: $text-xs !important;
|
|
142
143
|
$gantt-bigger-event-markers-border-radius: 4px !important;
|
|
143
144
|
$gantt-bigger-event-markers-top: 35px !important;
|
|
144
145
|
$gantt-bigger-event-arrow-bottom: 6px solid transparent;
|
|
@@ -180,8 +181,8 @@ $gantt-connector-point-width: 12px !default;
|
|
|
180
181
|
$gantt-connector-point-height: 8px !default;
|
|
181
182
|
$gantt-connector-left-point-left: -12px !default;
|
|
182
183
|
$gantt-parent-progress-bar-border-radius: 4px !default;
|
|
183
|
-
$gantt-timeline-top-headercell-font-size:
|
|
184
|
-
$gantt-timeline-top-headercell-font-weight: bold !default;
|
|
184
|
+
$gantt-timeline-top-headercell-font-size: $text-sm !default;
|
|
185
|
+
$gantt-timeline-top-headercell-font-weight: $font-weight-bold !default;
|
|
185
186
|
$gantt-active-color-opacity: 0.9 !default;
|
|
186
187
|
$gantt-child-progress-margin-left: 0.5px !default;
|
|
187
188
|
$gantt-timeline-single-header-outer-div: 45px !default;
|
|
@@ -204,8 +205,8 @@ $event-marker-line-height: 1.5 !default;
|
|
|
204
205
|
$gantt-clone-padding: 2px 8px 1px !default;
|
|
205
206
|
$gantt-bigger-clone-padding: $gantt-clone-padding !default;
|
|
206
207
|
$gantt-group-clone-box-shadow: 0 0 !default;
|
|
207
|
-
$gantt-header-font-size:
|
|
208
|
-
$gantt-header-font-weight: bold !default;
|
|
208
|
+
$gantt-header-font-size: $text-xs !default;
|
|
209
|
+
$gantt-header-font-weight: $font-weight-bold !default;
|
|
209
210
|
$gantt-drag-clone-font-weight: $gantt-header-font-weight !default;
|
|
210
211
|
$gantt-drag-clone-opacity: 1 !default;
|
|
211
212
|
$gantt-group-clone-text-align: center !default;
|
|
@@ -23,7 +23,7 @@ $connector-point-border-color: $content-bg-color !default;
|
|
|
23
23
|
$connector-point-hover-bg-color: $icon-color-hover !default;
|
|
24
24
|
$critical-connector-line-color: $danger !default;
|
|
25
25
|
$critical-connector-line-hover-color: $danger-light !default;
|
|
26
|
-
$connector-point-hover-outerline-color: $
|
|
26
|
+
$connector-point-hover-outerline-color: $connector-point-border-color !default;
|
|
27
27
|
$connector-point-hover-border-color: $content-bg-color !default;
|
|
28
28
|
$gantt-line-container-cell-border-color: $border-light !default;
|
|
29
29
|
/* stylelint-disable */
|
|
@@ -106,12 +106,13 @@ $gantt-unscheduled-taskbar-curved-radius: 0 !default;
|
|
|
106
106
|
$gantt-label-size: 13px !default;
|
|
107
107
|
$gantt-header-border-spacing: 0 !default;
|
|
108
108
|
$gantt-child-progress-bar-border: 0px !default;
|
|
109
|
-
$gantt-child-progress-bar-border-
|
|
109
|
+
$gantt-child-progress-bar-border-radius:3px;
|
|
110
110
|
$gantt-child-task-bar-border: 1px solid $primary !default;
|
|
111
111
|
$gantt-manualchild-progress-bar-border: 0px !default;
|
|
112
112
|
$gantt-parent-progress-bar-border: 0px !default;
|
|
113
113
|
$gantt-parent-task-bar-border: 1px solid $border-dark !default;
|
|
114
|
-
$gantt-connector-point-right-margin-left:
|
|
114
|
+
$gantt-connector-point-right-margin-left: 3px !default;
|
|
115
|
+
$gantt-connector-point-left-margin-right: 3px !default;
|
|
115
116
|
$gantt-right-label-container-margin-left: 25px !default;
|
|
116
117
|
$gantt-task-label-font-size: 12px !default;
|
|
117
118
|
$gantt-label-font-size: 14px !default;
|
|
@@ -122,7 +123,7 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
122
123
|
$gantt-dialog-edit-form-odd-padding: 12px 18px 0 18px !default;
|
|
123
124
|
$gantt-dialog-edit-form-even-padding: 12px 18px 0 0 !default;
|
|
124
125
|
$gantt-dialog-edit-form-scroll-padding: 12px 18px 0 0 !default;
|
|
125
|
-
$gantt-bigger-tooltip-button-color: $
|
|
126
|
+
$gantt-bigger-tooltip-button-color: $tooltip-bg-color;
|
|
126
127
|
$gantt-bigger-tooltip-button-text-color: $toooltip-text-color;
|
|
127
128
|
$gantt-bigger-tooltip-dialog-text-color: $warnig-text;
|
|
128
129
|
$gantt-bigger-tooltip-disabled-button-color: $content-text-color-disabled !important;
|
|
@@ -57,7 +57,7 @@ $gantt-manualparent-background-color: #989A9C;
|
|
|
57
57
|
$gantt-unscheduledmanualparent-background-color: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%) !default;
|
|
58
58
|
$gantt-unscheduled-manualtaskbar-background: linear-gradient(to right, rgba(63,81,181, 0.2), #6e06f1 30%, #6e06f1 70%, #6e06f1 70%, rgba(63,81,181, 0.2) 100%) !default;
|
|
59
59
|
$gantt-child-progress-bar-border: 0px !default;
|
|
60
|
-
$gantt-child-progress-bar-border-
|
|
60
|
+
$gantt-child-progress-bar-border-radius:3px;
|
|
61
61
|
$gantt-parent-task-bar: #007d01 !default;
|
|
62
62
|
$gantt-parent-progress-bar: #005201 !default;
|
|
63
63
|
$gantt-milestone-border-color: $bg-base-100 !default;
|
|
@@ -65,7 +65,8 @@ $gantt-critical-milestone-border-color: #D13438 !default;
|
|
|
65
65
|
$gantt-parent-milestone-border-color: #005201 !default;
|
|
66
66
|
$gantt-parent-task-bar-border: 1px solid $hover-border !default;
|
|
67
67
|
$gantt-parent-progress-bar-border: 0px !default;
|
|
68
|
-
$gantt-connector-point-right-margin-left:
|
|
68
|
+
$gantt-connector-point-right-margin-left: 3px !default;
|
|
69
|
+
$gantt-connector-point-left-margin-right: 3px !default;
|
|
69
70
|
$gantt-right-label-container-margin-left: 25px !default;
|
|
70
71
|
$gantt-task-label-font-size: 12px !default;
|
|
71
72
|
$gantt-task-label-font-color: $hover-font !default;
|
|
@@ -57,7 +57,7 @@ $gantt-manualparent-background-color: #989A9C;
|
|
|
57
57
|
$gantt-unscheduledmanualparent-background-color: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%) !default;
|
|
58
58
|
$gantt-unscheduled-manualtaskbar-background: linear-gradient(to right, rgba(63,81,181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63,81,181, 0.2) 100%) !default;
|
|
59
59
|
$gantt-child-progress-bar-border: 0px !default;
|
|
60
|
-
$gantt-child-progress-bar-border-
|
|
60
|
+
$gantt-child-progress-bar-border-radius:3px;
|
|
61
61
|
$gantt-parent-task-bar: #007d01 !default;
|
|
62
62
|
$gantt-parent-progress-bar: #005201 !default;
|
|
63
63
|
$gantt-milestone-border-color: $bg-base-100 !default;
|
|
@@ -65,7 +65,8 @@ $gantt-critical-milestone-border-color: #D13438 !default;
|
|
|
65
65
|
$gantt-parent-milestone-border-color: #005201 !default;
|
|
66
66
|
$gantt-parent-task-bar-border: 1px solid $hover-border !default;
|
|
67
67
|
$gantt-parent-progress-bar-border: 0px !default;
|
|
68
|
-
$gantt-connector-point-right-margin-left:
|
|
68
|
+
$gantt-connector-point-right-margin-left: 3px !default;
|
|
69
|
+
$gantt-connector-point-left-margin-right: 3px !default;
|
|
69
70
|
$gantt-right-label-container-margin-left: 25px !default;
|
|
70
71
|
$gantt-task-label-font-size: 12px !default;
|
|
71
72
|
$gantt-task-label-font-color: $hover-font;
|
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
.e-bigger {
|
|
4
4
|
.e-gantt {
|
|
5
|
+
@if ($theme-name == 'material-dark'){
|
|
6
|
+
.e-grid{
|
|
7
|
+
.e-row{
|
|
8
|
+
.e-input-group{
|
|
9
|
+
margin: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
5
14
|
.e-gantt-chart {
|
|
6
15
|
.e-timeline-header-container {
|
|
7
16
|
height: $gantt-bigger-header-border-height;
|
|
@@ -85,7 +94,22 @@
|
|
|
85
94
|
}
|
|
86
95
|
}
|
|
87
96
|
}
|
|
97
|
+
.e-gantt-dialog .e-tab .e-tab-header {
|
|
98
|
+
padding-left: $gantt-dialog-tab-padding-left;
|
|
88
99
|
|
|
100
|
+
@if ($skin-name == 'FluentUI') {
|
|
101
|
+
.e-indicator {
|
|
102
|
+
display: block;
|
|
103
|
+
bottom: 0;
|
|
104
|
+
height: 3px;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
@else {
|
|
108
|
+
.e-indicator {
|
|
109
|
+
display: block;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
89
113
|
.e-dialog {
|
|
90
114
|
.e-dlg-header-content {
|
|
91
115
|
padding: $gantt-bigger-dialog-header-padding; /* stylelint-disable-line declaration-no-important */
|
|
@@ -137,17 +161,17 @@
|
|
|
137
161
|
padding: $gantt-dialog-bigger-input-padding-field;
|
|
138
162
|
}
|
|
139
163
|
}
|
|
140
|
-
}
|
|
141
164
|
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
165
|
+
.e-grid .e-columnmenu {
|
|
166
|
+
@if $skin-name == 'bootstrap5-dark' or $skin-name == 'tailwind-dark' {
|
|
167
|
+
top: 35px;
|
|
168
|
+
}
|
|
169
|
+
@else if $skin-name == 'fluent-dark' {
|
|
170
|
+
top: 38px;
|
|
171
|
+
}
|
|
172
|
+
@else {
|
|
173
|
+
top: $bigger-column-menu-size;
|
|
174
|
+
}
|
|
151
175
|
}
|
|
152
176
|
}
|
|
153
177
|
|
|
@@ -157,7 +181,7 @@
|
|
|
157
181
|
width: $gantt-bigger-dialog-width;
|
|
158
182
|
}
|
|
159
183
|
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
160
|
-
padding: 0 16px !important;
|
|
184
|
+
padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
161
185
|
}
|
|
162
186
|
|
|
163
187
|
.e-edit-form-column:nth-child(odd) {
|
|
@@ -1296,8 +1320,16 @@
|
|
|
1296
1320
|
outline-offset: 2px;
|
|
1297
1321
|
}
|
|
1298
1322
|
}
|
|
1323
|
+
.e-dialog.e-filter-popup {
|
|
1324
|
+
.e-footer-content {
|
|
1325
|
+
|
|
1326
|
+
@if ($skin-name =='FluentUI') {
|
|
1327
|
+
padding-top: 0;
|
|
1328
|
+
}
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1299
1331
|
}
|
|
1300
|
-
|
|
1332
|
+
|
|
1301
1333
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1302
1334
|
padding-left: $gantt-dialog-tab-padding-left;
|
|
1303
1335
|
|
|
@@ -1326,7 +1358,7 @@
|
|
|
1326
1358
|
|
|
1327
1359
|
.e-gantt-dialog {
|
|
1328
1360
|
border: 0;
|
|
1329
|
-
|
|
1361
|
+
|
|
1330
1362
|
.e-gridform .e-table {
|
|
1331
1363
|
border-spacing: 0;
|
|
1332
1364
|
}
|
|
@@ -48,7 +48,7 @@ $gantt-critical-child-task-bar: #F3D8DA !default;
|
|
|
48
48
|
$gantt-child-progress-bar: lighten($primary, 15%) !default;
|
|
49
49
|
$gantt-critical-child-progress-bar: #D13438 !default;
|
|
50
50
|
$gantt-child-progress-bar-border: 0px !default;
|
|
51
|
-
$gantt-child-progress-bar-border-
|
|
51
|
+
$gantt-child-progress-bar-border-radius:3px;
|
|
52
52
|
$gantt-empty-taskbar-background-color: rgba(0,120,222,.15);
|
|
53
53
|
$gantt-empty-taskbar-border-color: rgba(0,120,222,.65) !important;
|
|
54
54
|
$gantt-child-task-bar-border: 1px solid lighten($primary, 15%) !default;
|
|
@@ -67,7 +67,8 @@ $gantt-critical-milestone-border-color: #d13438 !default;
|
|
|
67
67
|
$gantt-parent-milestone-border-color: #4cc7ba !default;
|
|
68
68
|
$gantt-parent-progress-bar-border: 0px !default;
|
|
69
69
|
$gantt-parent-task-bar-border: 1px solid #4cc7ba !default;
|
|
70
|
-
$gantt-connector-point-right-margin-left:
|
|
70
|
+
$gantt-connector-point-right-margin-left: 3px !default;
|
|
71
|
+
$gantt-connector-point-left-margin-right: 3px !default;
|
|
71
72
|
$gantt-right-label-container-margin-left: 25px !default;
|
|
72
73
|
$gantt-task-label-font-size: 12px !default;
|
|
73
74
|
$gantt-task-label-font-color: $primary-font !default;
|
|
@@ -48,7 +48,7 @@ $gantt-critical-child-task-bar: #F3D8DA !default;
|
|
|
48
48
|
$gantt-child-progress-bar: $primary !default;
|
|
49
49
|
$gantt-critical-child-progress-bar: #D13438 !default;
|
|
50
50
|
$gantt-child-progress-bar-border: 0px !default;
|
|
51
|
-
$gantt-child-progress-bar-border-
|
|
51
|
+
$gantt-child-progress-bar-border-radius:3px;
|
|
52
52
|
$gantt-empty-taskbar-background-color: rgba(0,120,222,.15);
|
|
53
53
|
$gantt-empty-taskbar-border-color: rgba(0,120,222,.65) !important;
|
|
54
54
|
$gantt-child-task-bar-border: 1px solid $primary !default;
|
|
@@ -67,7 +67,8 @@ $gantt-critical-milestone-border-color: #D13438 !default;
|
|
|
67
67
|
$gantt-parent-milestone-border-color: $grey-700 !default;
|
|
68
68
|
$gantt-parent-progress-bar-border: 0px !default;
|
|
69
69
|
$gantt-parent-task-bar-border: 1px solid $grey-700 !default;
|
|
70
|
-
$gantt-connector-point-right-margin-left:
|
|
70
|
+
$gantt-connector-point-right-margin-left: 3px !default;
|
|
71
|
+
$gantt-connector-point-left-margin-right: 3px !default;
|
|
71
72
|
$gantt-right-label-container-margin-left: 25px !default;
|
|
72
73
|
$gantt-task-label-font-size: 12px !default;
|
|
73
74
|
$gantt-label-font-size: 13px !default;
|
|
@@ -104,16 +104,17 @@ $gantt-unscheduled-taskbar-curved-radius: 0 !default;
|
|
|
104
104
|
$gantt-label-size: $text-sm !default;
|
|
105
105
|
$gantt-header-border-spacing: 0 !default;
|
|
106
106
|
$gantt-child-progress-bar-border: 0px !default;
|
|
107
|
-
$gantt-child-progress-bar-border-
|
|
107
|
+
$gantt-child-progress-bar-border-radius:3px;
|
|
108
108
|
$gantt-child-task-bar-border: 1px solid $primary !default;
|
|
109
109
|
$gantt-manualchild-progress-bar-border: 0px !default;
|
|
110
110
|
$gantt-parent-progress-bar-border: 0px !default;
|
|
111
111
|
$gantt-parent-task-bar-border: 1px solid $border-dark !default;
|
|
112
|
-
$gantt-connector-point-right-margin-left:
|
|
112
|
+
$gantt-connector-point-right-margin-left: 3px !default;
|
|
113
|
+
$gantt-connector-point-left-margin-right: 3px !default;
|
|
113
114
|
$gantt-right-label-container-margin-left: 25px !default;
|
|
114
115
|
$gantt-task-label-font-size: $text-xs !default;
|
|
115
116
|
$gantt-label-font-size: $text-sm !default;
|
|
116
|
-
$gantt-bigger-label-font-size:
|
|
117
|
+
$gantt-bigger-label-font-size: $text-base !default;
|
|
117
118
|
$gantt-unscheduled-taskbar-border: 0px !default;
|
|
118
119
|
$gantt-unscheduled-taskbar-border-radius: 2px !default;
|
|
119
120
|
$gantt-dialog-general-height: 240px !default;
|
|
@@ -121,8 +122,8 @@ $gantt-dialog-edit-form-odd-padding: 12px 12px 0 19px !default;
|
|
|
121
122
|
$gantt-dialog-edit-form-even-padding: 12px 19px 0 0 !default;
|
|
122
123
|
$gantt-dialog-edit-form-scroll-padding: 12px 15px 0 0 !default;
|
|
123
124
|
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
124
|
-
$gantt-bigger-predecessor-dialog-font-size:
|
|
125
|
-
$gantt-bigger-predecessor-dialog-font-weight:
|
|
125
|
+
$gantt-bigger-predecessor-dialog-font-size: $text-xs;
|
|
126
|
+
$gantt-bigger-predecessor-dialog-font-weight: $font-weight-normal !default;
|
|
126
127
|
$gantt-bigger-predecessor-dialog-line-height: 1.8 !default;
|
|
127
128
|
$gantt-bigger-tooltip-button-color: $black;
|
|
128
129
|
$gantt-bigger-tooltip-dialog-color: $content-bg-color-alt1;
|
|
@@ -137,7 +138,7 @@ $gantt-bigger-dialog-edit-form-odd-padding: 16px 8px 0 24px !default;
|
|
|
137
138
|
$gantt-bigger-dialog-header-padding: 16px 4px 16px 24px !important;
|
|
138
139
|
$gantt-bigger-add-dialog-content-height: 242px !important;
|
|
139
140
|
$gantt-bigger-event-arrow-color: $warning-light;
|
|
140
|
-
$gantt-bigger-event-arrow-font-size:
|
|
141
|
+
$gantt-bigger-event-arrow-font-size: $text-xs !important;
|
|
141
142
|
$gantt-bigger-event-markers-border-radius: 4px !important;
|
|
142
143
|
$gantt-bigger-event-markers-height: 26px !important;
|
|
143
144
|
$gantt-bigger-event-arrow-bottom: 6px solid transparent;
|
|
@@ -204,8 +205,8 @@ $gantt-clone-padding: 4px 5px !default;
|
|
|
204
205
|
$gantt-bigger-clone-padding: $gantt-clone-padding !default;
|
|
205
206
|
$gantt-cell-border-color: $border !default;
|
|
206
207
|
$gantt-group-clone-box-shadow: 0 0 !default;
|
|
207
|
-
$gantt-header-font-size:
|
|
208
|
-
$gantt-header-font-weight:
|
|
208
|
+
$gantt-header-font-size: $text-sm !default;
|
|
209
|
+
$gantt-header-font-weight: $font-weight-medium !default;
|
|
209
210
|
$gantt-drag-clone-font-weight: $gantt-header-font-weight !default;
|
|
210
211
|
$gantt-drag-clone-opacity: 1 !default;
|
|
211
212
|
$gantt-group-clone-text-align: center !default;
|
package/styles/gantt/_theme.scss
CHANGED
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
.e-gantt-child-progressbar-inner-div {
|
|
173
173
|
background-color: $gantt-child-progress-bar;
|
|
174
174
|
border: $gantt-child-progress-bar-border;
|
|
175
|
-
border-radius: $gantt-child-progress-bar-border-
|
|
175
|
+
border-radius: $gantt-child-progress-bar-border-radius;
|
|
176
176
|
//margin-left: $gantt-child-progress-margin-left;
|
|
177
177
|
}
|
|
178
178
|
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
|
|
188
188
|
.e-gantt-child-manualprogressbar {
|
|
189
189
|
background-color: $gantt-manualchild-progress-bar;
|
|
190
|
-
|
|
190
|
+
outline: $gantt-manualchild-progress-bar-border;
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
.e-gantt-critical-child-manualprogressbar {
|
|
@@ -270,6 +270,22 @@
|
|
|
270
270
|
border-color: $connector-line-color;
|
|
271
271
|
}
|
|
272
272
|
|
|
273
|
+
.e-connector-line {
|
|
274
|
+
stroke: $connector-line-color;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.e-critical-line {
|
|
278
|
+
stroke: $critical-connector-line-color;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.e-connector-line-arrow {
|
|
282
|
+
fill: $connector-line-color;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.e-critical-line-arrow {
|
|
286
|
+
fill: $critical-connector-line-color;
|
|
287
|
+
}
|
|
288
|
+
|
|
273
289
|
.e-connector-line-right-arrow {
|
|
274
290
|
border-left-color: $connector-line-color;
|
|
275
291
|
}
|
|
@@ -281,7 +297,6 @@
|
|
|
281
297
|
.e-connector-line-right-arrow-hover {
|
|
282
298
|
border-left-color: $connector-line-hover-color;
|
|
283
299
|
}
|
|
284
|
-
|
|
285
300
|
.e-connector-line-left-arrow-hover {
|
|
286
301
|
border-right-color: $connector-line-hover-color;
|
|
287
302
|
}
|
|
@@ -290,7 +305,6 @@
|
|
|
290
305
|
border-color: $connector-line-hover-color;
|
|
291
306
|
outline-color: $connector-line-hover-color;
|
|
292
307
|
}
|
|
293
|
-
|
|
294
308
|
.e-gantt-false-line {
|
|
295
309
|
border-top-color: $connector-false-line-color;
|
|
296
310
|
}
|
|
@@ -337,6 +351,10 @@
|
|
|
337
351
|
margin-left: $gantt-connector-point-right-margin-left;
|
|
338
352
|
}
|
|
339
353
|
|
|
354
|
+
.e-connectorpoint-left {
|
|
355
|
+
margin-right: $gantt-connector-point-left-margin-right;
|
|
356
|
+
}
|
|
357
|
+
|
|
340
358
|
.e-right-connectorpoint-outer-div,
|
|
341
359
|
.e-left-connectorpoint-outer-div {
|
|
342
360
|
height: $gantt-connector-point-height;
|
|
@@ -684,14 +702,15 @@
|
|
|
684
702
|
|
|
685
703
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
686
704
|
background-color: $gantt-critical-child-task-bar;
|
|
687
|
-
|
|
705
|
+
outline: $gantt-critical-child-task-bar-border;
|
|
688
706
|
border-radius: $gantt-parent-progress-bar-border-radius;
|
|
689
707
|
}
|
|
690
708
|
|
|
691
709
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
692
710
|
background-color: $gantt-critical-child-progress-bar;
|
|
693
711
|
border: $gantt-child-progress-bar-border;
|
|
694
|
-
|
|
712
|
+
position: absolute;
|
|
713
|
+
border-radius: $gantt-child-progress-bar-border-radius;
|
|
695
714
|
}
|
|
696
715
|
|
|
697
716
|
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
@@ -312,6 +312,12 @@
|
|
|
312
312
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
313
313
|
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
314
314
|
}
|
|
315
|
+
.e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
316
|
+
padding-left: 12px;
|
|
317
|
+
}
|
|
318
|
+
.e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
319
|
+
display: block;
|
|
320
|
+
}
|
|
315
321
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
316
322
|
padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
317
323
|
}
|
|
@@ -341,7 +347,7 @@
|
|
|
341
347
|
border-radius: 6px !important;
|
|
342
348
|
padding: 32px 16px 16px !important;
|
|
343
349
|
}
|
|
344
|
-
.e-bigger .e-grid .e-columnmenu {
|
|
350
|
+
.e-bigger .e-gantt .e-grid .e-columnmenu {
|
|
345
351
|
top: 40px;
|
|
346
352
|
}
|
|
347
353
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
@@ -380,6 +386,7 @@
|
|
|
380
386
|
border-radius: 50%;
|
|
381
387
|
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
382
388
|
width: auto;
|
|
389
|
+
box-shadow: none;
|
|
383
390
|
}
|
|
384
391
|
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
385
392
|
margin-left: 5px !important;
|
|
@@ -1268,7 +1275,6 @@
|
|
|
1268
1275
|
outline: 1px solid;
|
|
1269
1276
|
outline-offset: 2px;
|
|
1270
1277
|
}
|
|
1271
|
-
|
|
1272
1278
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1273
1279
|
padding-left: 12px;
|
|
1274
1280
|
}
|
|
@@ -1361,6 +1367,7 @@
|
|
|
1361
1367
|
border-radius: 50%;
|
|
1362
1368
|
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
1363
1369
|
width: auto;
|
|
1370
|
+
box-shadow: none;
|
|
1364
1371
|
}
|
|
1365
1372
|
|
|
1366
1373
|
.e-icon-rowselect::before {
|
|
@@ -1665,13 +1672,13 @@
|
|
|
1665
1672
|
}
|
|
1666
1673
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1667
1674
|
background-color: #4cc7ba;
|
|
1668
|
-
border:
|
|
1675
|
+
border: 0px solid #4cc7ba;
|
|
1669
1676
|
border-radius: 4px;
|
|
1670
1677
|
}
|
|
1671
1678
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1672
1679
|
background-color: #0070f0;
|
|
1673
|
-
border:
|
|
1674
|
-
border-radius:
|
|
1680
|
+
border: 0px solid #0070f0;
|
|
1681
|
+
border-radius: 3px;
|
|
1675
1682
|
}
|
|
1676
1683
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1677
1684
|
background-color: #8dd1c4;
|
|
@@ -1682,7 +1689,7 @@
|
|
|
1682
1689
|
}
|
|
1683
1690
|
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
|
|
1684
1691
|
background-color: #67c1b2;
|
|
1685
|
-
|
|
1692
|
+
outline: #4fb29f;
|
|
1686
1693
|
}
|
|
1687
1694
|
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1688
1695
|
background-color: #67c1b2;
|
|
@@ -1742,6 +1749,18 @@
|
|
|
1742
1749
|
.e-gantt .e-gantt-chart .e-line {
|
|
1743
1750
|
border-color: #0070f0;
|
|
1744
1751
|
}
|
|
1752
|
+
.e-gantt .e-gantt-chart .e-connector-line {
|
|
1753
|
+
stroke: #0070f0;
|
|
1754
|
+
}
|
|
1755
|
+
.e-gantt .e-gantt-chart .e-critical-line {
|
|
1756
|
+
stroke: #d13438;
|
|
1757
|
+
}
|
|
1758
|
+
.e-gantt .e-gantt-chart .e-connector-line-arrow {
|
|
1759
|
+
fill: #0070f0;
|
|
1760
|
+
}
|
|
1761
|
+
.e-gantt .e-gantt-chart .e-critical-line-arrow {
|
|
1762
|
+
fill: #d13438;
|
|
1763
|
+
}
|
|
1745
1764
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
|
|
1746
1765
|
border-left-color: #0070f0;
|
|
1747
1766
|
}
|
|
@@ -1793,7 +1812,10 @@
|
|
|
1793
1812
|
padding-right: 25px;
|
|
1794
1813
|
}
|
|
1795
1814
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
|
1796
|
-
margin-left:
|
|
1815
|
+
margin-left: 3px;
|
|
1816
|
+
}
|
|
1817
|
+
.e-gantt .e-gantt-chart .e-connectorpoint-left {
|
|
1818
|
+
margin-right: 3px;
|
|
1797
1819
|
}
|
|
1798
1820
|
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
1799
1821
|
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
@@ -2054,14 +2076,15 @@
|
|
|
2054
2076
|
|
|
2055
2077
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2056
2078
|
background-color: #F3D8DA;
|
|
2057
|
-
|
|
2079
|
+
outline: 1px solid #F3D8DA;
|
|
2058
2080
|
border-radius: 4px;
|
|
2059
2081
|
}
|
|
2060
2082
|
|
|
2061
2083
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2062
2084
|
background-color: #D13438;
|
|
2063
|
-
border:
|
|
2064
|
-
|
|
2085
|
+
border: 0px solid #0070f0;
|
|
2086
|
+
position: absolute;
|
|
2087
|
+
border-radius: 3px;
|
|
2065
2088
|
}
|
|
2066
2089
|
|
|
2067
2090
|
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|
|
@@ -456,6 +456,12 @@
|
|
|
456
456
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
457
457
|
height: 63px !important; /* stylelint-disable-line declaration-no-important */
|
|
458
458
|
}
|
|
459
|
+
.e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header {
|
|
460
|
+
padding-left: 12px;
|
|
461
|
+
}
|
|
462
|
+
.e-bigger .e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
463
|
+
display: block;
|
|
464
|
+
}
|
|
459
465
|
.e-bigger .e-gantt .e-dialog .e-dlg-header-content {
|
|
460
466
|
padding: 16px 4px 16px 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
461
467
|
}
|
|
@@ -485,7 +491,7 @@
|
|
|
485
491
|
border-radius: 6px !important;
|
|
486
492
|
padding: 32px 16px 16px !important;
|
|
487
493
|
}
|
|
488
|
-
.e-bigger .e-grid .e-columnmenu {
|
|
494
|
+
.e-bigger .e-gantt .e-grid .e-columnmenu {
|
|
489
495
|
top: 40px;
|
|
490
496
|
}
|
|
491
497
|
.e-bigger .e-gantt-dialog .e-dialog {
|
|
@@ -1412,7 +1418,6 @@
|
|
|
1412
1418
|
outline: 1px solid;
|
|
1413
1419
|
outline-offset: 2px;
|
|
1414
1420
|
}
|
|
1415
|
-
|
|
1416
1421
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1417
1422
|
padding-left: 12px;
|
|
1418
1423
|
}
|
|
@@ -1809,13 +1814,13 @@
|
|
|
1809
1814
|
}
|
|
1810
1815
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1811
1816
|
background-color: #555;
|
|
1812
|
-
border:
|
|
1817
|
+
border: 0px solid #555;
|
|
1813
1818
|
border-radius: 4px;
|
|
1814
1819
|
}
|
|
1815
1820
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1816
1821
|
background-color: #21527d;
|
|
1817
|
-
border:
|
|
1818
|
-
border-radius:
|
|
1822
|
+
border: 0px solid #21527d;
|
|
1823
|
+
border-radius: 3px;
|
|
1819
1824
|
}
|
|
1820
1825
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1821
1826
|
background-color: #7538C9;
|
|
@@ -1826,7 +1831,7 @@
|
|
|
1826
1831
|
}
|
|
1827
1832
|
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
|
|
1828
1833
|
background-color: #572A96;
|
|
1829
|
-
|
|
1834
|
+
outline: 0px;
|
|
1830
1835
|
}
|
|
1831
1836
|
.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar {
|
|
1832
1837
|
background-color: #572A96;
|
|
@@ -1886,6 +1891,18 @@
|
|
|
1886
1891
|
.e-gantt .e-gantt-chart .e-line {
|
|
1887
1892
|
border-color: #21527d;
|
|
1888
1893
|
}
|
|
1894
|
+
.e-gantt .e-gantt-chart .e-connector-line {
|
|
1895
|
+
stroke: #21527d;
|
|
1896
|
+
}
|
|
1897
|
+
.e-gantt .e-gantt-chart .e-critical-line {
|
|
1898
|
+
stroke: #d13438;
|
|
1899
|
+
}
|
|
1900
|
+
.e-gantt .e-gantt-chart .e-connector-line-arrow {
|
|
1901
|
+
fill: #21527d;
|
|
1902
|
+
}
|
|
1903
|
+
.e-gantt .e-gantt-chart .e-critical-line-arrow {
|
|
1904
|
+
fill: #d13438;
|
|
1905
|
+
}
|
|
1889
1906
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
|
|
1890
1907
|
border-left-color: #21527d;
|
|
1891
1908
|
}
|
|
@@ -1937,7 +1954,10 @@
|
|
|
1937
1954
|
padding-right: 25px;
|
|
1938
1955
|
}
|
|
1939
1956
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
|
1940
|
-
margin-left:
|
|
1957
|
+
margin-left: 3px;
|
|
1958
|
+
}
|
|
1959
|
+
.e-gantt .e-gantt-chart .e-connectorpoint-left {
|
|
1960
|
+
margin-right: 3px;
|
|
1941
1961
|
}
|
|
1942
1962
|
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
1943
1963
|
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
@@ -2198,14 +2218,15 @@
|
|
|
2198
2218
|
|
|
2199
2219
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div {
|
|
2200
2220
|
background-color: #F3D8DA;
|
|
2201
|
-
|
|
2221
|
+
outline: 1px solid #F3D8DA;
|
|
2202
2222
|
border-radius: 4px;
|
|
2203
2223
|
}
|
|
2204
2224
|
|
|
2205
2225
|
.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div {
|
|
2206
2226
|
background-color: #D13438;
|
|
2207
|
-
border:
|
|
2208
|
-
|
|
2227
|
+
border: 0px solid #21527d;
|
|
2228
|
+
position: absolute;
|
|
2229
|
+
border-radius: 3px;
|
|
2209
2230
|
}
|
|
2210
2231
|
|
|
2211
2232
|
.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar {
|