@syncfusion/ej2-gantt 20.1.60 → 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/CHANGELOG.md +35 -0
- package/dist/ej2-gantt.umd.min.js +2 -2
- package/dist/ej2-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-gantt.es2015.js +1129 -82
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +1128 -79
- package/dist/es6/ej2-gantt.es5.js.map +1 -1
- package/dist/global/ej2-gantt.min.js +2 -2
- package/dist/global/ej2-gantt.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +18 -18
- package/src/gantt/actions/actions.d.ts +1 -0
- package/src/gantt/actions/actions.js +1 -0
- package/src/gantt/actions/cell-edit.js +5 -3
- package/src/gantt/actions/connector-line-edit.js +20 -6
- package/src/gantt/actions/context-menu.js +3 -4
- package/src/gantt/actions/critical-path.d.ts +26 -0
- package/src/gantt/actions/critical-path.js +735 -0
- package/src/gantt/actions/dependency.js +3 -0
- package/src/gantt/actions/edit.js +29 -3
- package/src/gantt/actions/filter.js +1 -1
- package/src/gantt/actions/keyboard.js +2 -2
- package/src/gantt/actions/rowdragdrop.js +7 -1
- package/src/gantt/actions/selection.js +3 -0
- package/src/gantt/actions/taskbar-edit.js +5 -1
- package/src/gantt/actions/toolbar.js +20 -4
- package/src/gantt/base/css-constants.d.ts +12 -0
- package/src/gantt/base/css-constants.js +12 -0
- package/src/gantt/base/date-processor.d.ts +1 -1
- package/src/gantt/base/date-processor.js +9 -3
- package/src/gantt/base/enum.d.ts +3 -1
- package/src/gantt/base/gantt-chart.js +9 -2
- package/src/gantt/base/gantt-model.d.ts +8 -1
- package/src/gantt/base/gantt.d.ts +32 -1
- package/src/gantt/base/gantt.js +133 -5
- package/src/gantt/base/interface.d.ts +16 -0
- package/src/gantt/base/splitter.js +4 -0
- package/src/gantt/base/task-processor.js +16 -7
- package/src/gantt/base/tree-grid.js +1 -1
- package/src/gantt/export/export-helper.js +16 -3
- package/src/gantt/export/pdf-base/pdf-style/gantt-theme.js +16 -0
- package/src/gantt/renderer/chart-rows.js +16 -5
- package/src/gantt/renderer/nonworking-day.js +5 -2
- package/src/gantt/renderer/timeline.d.ts +1 -0
- package/src/gantt/renderer/timeline.js +63 -26
- package/src/global.js +1 -1
- package/styles/bootstrap-dark.css +144 -92
- package/styles/bootstrap.css +141 -89
- package/styles/bootstrap4.css +142 -90
- package/styles/bootstrap5-dark.css +146 -94
- package/styles/bootstrap5.css +146 -94
- package/styles/fabric-dark.css +143 -91
- package/styles/fabric.css +148 -96
- package/styles/fluent-dark.css +152 -100
- package/styles/fluent.css +146 -94
- package/styles/gantt/_bootstrap-dark-definition.scss +22 -16
- package/styles/gantt/_bootstrap-definition.scss +21 -15
- package/styles/gantt/_bootstrap4-definition.scss +30 -24
- package/styles/gantt/_bootstrap5-definition.scss +20 -14
- package/styles/gantt/_fabric-dark-definition.scss +22 -16
- package/styles/gantt/_fabric-definition.scss +22 -16
- package/styles/gantt/_fluent-definition.scss +19 -13
- package/styles/gantt/_fusionnew-definition.scss +212 -0
- package/styles/gantt/_highcontrast-definition.scss +22 -16
- package/styles/gantt/_highcontrast-light-definition.scss +17 -11
- package/styles/gantt/_layout.scss +131 -136
- package/styles/gantt/_material-dark-definition.scss +22 -16
- package/styles/gantt/_material-definition.scss +27 -21
- package/styles/gantt/_material3-definition.scss +213 -0
- package/styles/gantt/_tailwind-definition.scss +16 -10
- package/styles/gantt/_theme.scss +56 -1
- package/styles/gantt/bootstrap-dark.css +144 -92
- package/styles/gantt/bootstrap.css +141 -89
- package/styles/gantt/bootstrap4.css +142 -90
- package/styles/gantt/bootstrap5-dark.css +146 -94
- package/styles/gantt/bootstrap5.css +146 -94
- package/styles/gantt/fabric-dark.css +143 -91
- package/styles/gantt/fabric.css +148 -96
- package/styles/gantt/fluent-dark.css +152 -100
- package/styles/gantt/fluent.css +146 -94
- package/styles/gantt/highcontrast-light.css +140 -91
- package/styles/gantt/highcontrast.css +143 -91
- package/styles/gantt/icons/_bootstrap-dark.scss +4 -1
- package/styles/gantt/icons/_bootstrap.scss +4 -1
- package/styles/gantt/icons/_bootstrap4.scss +4 -1
- package/styles/gantt/icons/_bootstrap5.scss +4 -0
- package/styles/gantt/icons/_fabric-dark.scss +4 -0
- package/styles/gantt/icons/_fabric.scss +4 -0
- package/styles/gantt/icons/_fluent.scss +4 -0
- package/styles/gantt/icons/_fusionnew.scss +120 -0
- package/styles/gantt/icons/_highcontrast.scss +4 -0
- package/styles/gantt/icons/_material-dark.scss +4 -0
- package/styles/gantt/icons/_material.scss +4 -0
- package/styles/gantt/icons/_material3.scss +124 -0
- package/styles/gantt/icons/_tailwind-dark.scss +4 -0
- package/styles/gantt/icons/_tailwind.scss +4 -0
- package/styles/gantt/material-dark.css +147 -95
- package/styles/gantt/material.css +149 -97
- package/styles/gantt/tailwind-dark.css +154 -102
- package/styles/gantt/tailwind.css +150 -98
- package/styles/highcontrast-light.css +140 -91
- package/styles/highcontrast.css +143 -91
- package/styles/material-dark.css +147 -95
- package/styles/material.css +149 -97
- package/styles/tailwind-dark.css +154 -102
- package/styles/tailwind.css +150 -98
|
@@ -11,13 +11,6 @@
|
|
|
11
11
|
height: $gantt-bigger-timeline-top-header-cell-height;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.e-taskbar-left-resizer,
|
|
15
|
-
.e-taskbar-right-resizer {
|
|
16
|
-
padding-left: 10px;
|
|
17
|
-
padding-right: 10px;
|
|
18
|
-
width: 30px;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
14
|
.e-event-markers {
|
|
22
15
|
.e-span-label {
|
|
23
16
|
border-radius: $gantt-bigger-event-markers-border-radius;
|
|
@@ -93,36 +86,54 @@
|
|
|
93
86
|
}
|
|
94
87
|
}
|
|
95
88
|
}
|
|
96
|
-
}
|
|
97
89
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
color: $gantt-bigger-tooltip-button-text-color;
|
|
102
|
-
font-size: 12px;
|
|
103
|
-
line-height: 18px;
|
|
104
|
-
padding: 0 8px 0 0;
|
|
105
|
-
}
|
|
90
|
+
.e-dialog {
|
|
91
|
+
.e-dlg-header-content {
|
|
92
|
+
padding: $gantt-bigger-dialog-header-padding; // sass-lint:disable-line no-important
|
|
106
93
|
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
font-size: 12px;
|
|
112
|
-
line-height: 18px;
|
|
113
|
-
padding: 0 0 0 8px;
|
|
114
|
-
}
|
|
94
|
+
.e-btn.e-dlg-closeicon-btn {
|
|
95
|
+
left: $gantt-bigger-dialog-close-button-left;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
115
98
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
99
|
+
@if($skin-name == 'tailwind') {
|
|
100
|
+
.e-dlg-header-content {
|
|
101
|
+
height: 68px !important; // sass-lint:disable-line no-important
|
|
102
|
+
}
|
|
103
|
+
}
|
|
119
104
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
105
|
+
.e-btn .e-btn-icon.e-icon-dlg-close {
|
|
106
|
+
font-size: $gantt-bigger-dialog-close-button-size;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.e-footer-content {
|
|
110
|
+
height: $gantt-bigger-filter-dialog-footer-height;
|
|
111
|
+
padding: $gantt-bigger-filter-dialog-footer-padding;
|
|
112
|
+
|
|
113
|
+
.e-btn {
|
|
114
|
+
margin-left: 12px;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.e-dlg-header {
|
|
119
|
+
line-height: 28px;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
123
122
|
|
|
124
|
-
|
|
125
|
-
|
|
123
|
+
.e-filter-popup {
|
|
124
|
+
width: $gantt-bigger-filter-dialog-width;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.e-grid .e-flmenu-valuediv {
|
|
128
|
+
padding: $gantt-bigger-filter-dialog-input-padding;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.e-filter-popup {
|
|
132
|
+
.e-dlg-content {
|
|
133
|
+
border-radius: $gantt-dialog-bigger-border-radius;
|
|
134
|
+
padding: $gantt-dialog-bigger-input-padding-field;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
126
137
|
}
|
|
127
138
|
|
|
128
139
|
.e-columnmenu {
|
|
@@ -141,6 +152,10 @@
|
|
|
141
152
|
border-radius: 6px;
|
|
142
153
|
width: $gantt-bigger-dialog-width;
|
|
143
154
|
|
|
155
|
+
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
156
|
+
padding: 0 16px !important; // sass-lint:disable-line no-important
|
|
157
|
+
}
|
|
158
|
+
|
|
144
159
|
.e-edit-form-column:nth-child(odd) {
|
|
145
160
|
padding: $gantt-bigger-dialog-edit-form-odd-padding;
|
|
146
161
|
}
|
|
@@ -176,7 +191,7 @@
|
|
|
176
191
|
.e-btn.e-dlg-closeicon-btn {
|
|
177
192
|
border-radius: 50%;
|
|
178
193
|
height: auto !important; // sass-lint:disable-line no-important
|
|
179
|
-
width: auto
|
|
194
|
+
width: auto;
|
|
180
195
|
}
|
|
181
196
|
}
|
|
182
197
|
|
|
@@ -191,147 +206,123 @@
|
|
|
191
206
|
color: $gantt-bigger-dialog-icon-color;
|
|
192
207
|
}
|
|
193
208
|
}
|
|
194
|
-
}
|
|
195
209
|
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
margin: 5px 0 6px !important; // sass-lint:disable-line no-important
|
|
210
|
+
.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
211
|
+
font-size: 16px !important; // sass-lint:disable-line no-important
|
|
199
212
|
}
|
|
200
213
|
|
|
201
|
-
.e-
|
|
202
|
-
|
|
214
|
+
.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
215
|
+
min-height: $gantt-bigger-dialog-input-icon;
|
|
216
|
+
min-width: 35.82px !important; // sass-lint:disable-line no-important
|
|
203
217
|
}
|
|
204
|
-
}
|
|
205
218
|
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
padding:
|
|
219
|
+
.e-btn.e-flat {
|
|
220
|
+
line-height: 24px;
|
|
221
|
+
padding: 6px 16px 6px 15px !important; // sass-lint:disable-line no-important
|
|
209
222
|
}
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
213
|
-
font-size: 16px !important; // sass-lint:disable-line no-important
|
|
214
|
-
}
|
|
215
223
|
|
|
216
|
-
|
|
217
|
-
|
|
224
|
+
.e-btn.e-primary {
|
|
225
|
+
padding: 6px 21px 6px 23px !important; // sass-lint:disable-line no-important
|
|
218
226
|
}
|
|
219
227
|
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
228
|
+
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
229
|
+
font-size: 16px !important; // sass-lint:disable-line no-important
|
|
230
|
+
}
|
|
223
231
|
|
|
224
|
-
|
|
225
|
-
|
|
232
|
+
.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
233
|
+
font-size: 14px;
|
|
234
|
+
line-height: 22px;
|
|
235
|
+
}
|
|
226
236
|
|
|
227
|
-
.e-
|
|
228
|
-
|
|
229
|
-
|
|
237
|
+
.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
238
|
+
font-size: 14px;
|
|
239
|
+
line-height: 22px;
|
|
230
240
|
}
|
|
231
|
-
}
|
|
232
241
|
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
padding: $gantt-bigger-dialog-header-padding; // sass-lint:disable-line no-important
|
|
242
|
+
.e-float-input.e-control-wrapper input {
|
|
243
|
+
height: $gantt-bigger-dialog-input-field-height;
|
|
236
244
|
|
|
237
|
-
|
|
238
|
-
|
|
245
|
+
@if($skin-name == 'material') {
|
|
246
|
+
padding: 5px 0 11px !important; // sass-lint:disable-line no-important
|
|
239
247
|
}
|
|
240
248
|
}
|
|
241
249
|
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
}
|
|
250
|
+
.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
251
|
+
min-height: $gantt-bigger-dialog-input-icon;
|
|
252
|
+
min-width: 35.82px !important; // sass-lint:disable-line no-important
|
|
246
253
|
}
|
|
247
254
|
|
|
248
|
-
.e-
|
|
249
|
-
|
|
255
|
+
.e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
256
|
+
min-height: $gantt-bigger-dialog-input-icon;
|
|
257
|
+
min-width: 35.82px !important; // sass-lint:disable-line no-important
|
|
250
258
|
}
|
|
251
259
|
|
|
252
|
-
.e-
|
|
253
|
-
height: $gantt-bigger-
|
|
254
|
-
padding: $gantt-bigger-filter-dialog-footer-padding;
|
|
255
|
-
|
|
256
|
-
.e-btn {
|
|
257
|
-
margin-left: 12px;
|
|
258
|
-
}
|
|
260
|
+
.e-input-group.e-control-wrapper {
|
|
261
|
+
height: $gantt-dialog-bigger-input-field;
|
|
259
262
|
}
|
|
260
263
|
|
|
261
|
-
.e-
|
|
262
|
-
|
|
264
|
+
.e-input-group-icon.e-date-icon {
|
|
265
|
+
min-width: 36px !important; // sass-lint:disable-line no-important
|
|
263
266
|
}
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
.e-filter-popup {
|
|
267
|
-
width: $gantt-bigger-filter-dialog-width;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
.e-dlg-content {
|
|
271
|
-
border-radius: $gantt-dialog-bigger-border-radius;
|
|
272
|
-
padding: $gantt-dialog-bigger-input-padding-field;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
276
|
-
font-size: 14px;
|
|
277
|
-
line-height: 22px;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
281
|
-
font-size: 14px;
|
|
282
|
-
line-height: 22px;
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
.e-float-input.e-control-wrapper input {
|
|
286
|
-
height: $gantt-bigger-dialog-input-field-height;
|
|
287
267
|
|
|
288
268
|
@if($skin-name == 'material') {
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
269
|
+
.e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
270
|
+
margin: 5px 0 6px !important; // sass-lint:disable-line no-important
|
|
271
|
+
}
|
|
292
272
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
273
|
+
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
274
|
+
margin-right: 0 !important; // sass-lint:disable-line no-important
|
|
275
|
+
}
|
|
276
|
+
}
|
|
296
277
|
|
|
297
|
-
|
|
298
|
-
|
|
278
|
+
@if($skin-name == 'tailwind') {
|
|
279
|
+
.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
280
|
+
padding: 7px 0 !important; // sass-lint:disable-line no-important
|
|
281
|
+
}
|
|
282
|
+
}
|
|
299
283
|
}
|
|
300
284
|
|
|
301
|
-
.e-
|
|
302
|
-
|
|
303
|
-
}
|
|
285
|
+
.e-predecessor-tooltip {
|
|
286
|
+
background-color: $gantt-bigger-tooltip-button-color;
|
|
304
287
|
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
}
|
|
288
|
+
.e-left-btn:disabled {
|
|
289
|
+
color: $gantt-bigger-tooltip-disabled-button-color;
|
|
290
|
+
}
|
|
309
291
|
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
}
|
|
292
|
+
.e-right-btn:disabled {
|
|
293
|
+
color: $gantt-bigger-tooltip-disabled-button-color;
|
|
294
|
+
}
|
|
314
295
|
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
}
|
|
296
|
+
.e-tip-content {
|
|
297
|
+
padding: 3px !important; // sass-lint:disable-line no-important
|
|
298
|
+
}
|
|
319
299
|
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
300
|
+
.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
301
|
+
background-color: $gantt-bigger-tooltip-button-color;
|
|
302
|
+
border-color: $gantt-bigger-tooltip-button-color;
|
|
303
|
+
color: $gantt-bigger-tooltip-button-text-color;
|
|
304
|
+
font-size: 12px;
|
|
305
|
+
line-height: 18px;
|
|
306
|
+
padding: 0 8px 0 0;
|
|
307
|
+
}
|
|
323
308
|
|
|
324
|
-
|
|
325
|
-
|
|
309
|
+
.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
310
|
+
background-color: $gantt-bigger-tooltip-button-color;
|
|
311
|
+
border-color: $gantt-bigger-tooltip-button-color;
|
|
312
|
+
color: $gantt-bigger-tooltip-button-text-color;
|
|
313
|
+
font-size: 12px;
|
|
314
|
+
line-height: 18px;
|
|
315
|
+
padding: 0 0 0 8px;
|
|
316
|
+
}
|
|
326
317
|
}
|
|
327
318
|
|
|
328
|
-
.e-
|
|
329
|
-
|
|
330
|
-
padding: 6px 16px 6px 15px !important; // sass-lint:disable-line no-important
|
|
331
|
-
}
|
|
319
|
+
.e-predecessor-dialog {
|
|
320
|
+
background-color: $gantt-bigger-tooltip-dialog-color;
|
|
332
321
|
|
|
333
|
-
|
|
334
|
-
|
|
322
|
+
.e-dlg-content {
|
|
323
|
+
background-color: $gantt-bigger-tooltip-dialog-color;
|
|
324
|
+
padding: $gantt-bigger-predecessor-dialog-padding;
|
|
325
|
+
}
|
|
335
326
|
}
|
|
336
327
|
}
|
|
337
328
|
|
|
@@ -1002,6 +993,10 @@
|
|
|
1002
993
|
outline: 1px solid;
|
|
1003
994
|
}
|
|
1004
995
|
|
|
996
|
+
.e-critical-connector-line-hover {
|
|
997
|
+
outline: 1px solid;
|
|
998
|
+
}
|
|
999
|
+
|
|
1005
1000
|
.e-connector-line-hover-z-index {
|
|
1006
1001
|
z-index: 100;
|
|
1007
1002
|
}
|
|
@@ -6,11 +6,11 @@ $gantt-grid-line-color: $grey-700 !default;
|
|
|
6
6
|
$gantt-label-color: rgba($grey-light-font, .87) !default;
|
|
7
7
|
$gantt-content-color: rgb(0, 0, 0) !default;
|
|
8
8
|
$holiday-background: $grey-700 !default;
|
|
9
|
-
$progress-handler-outline:
|
|
9
|
+
$progress-handler-outline: $primary-font !default;
|
|
10
10
|
$progress-handler-background: #222 !default;
|
|
11
11
|
$holiday-label-color: $grey-dark-font !default;
|
|
12
12
|
$holiday-label-font-size: 12px !default;
|
|
13
|
-
$connector-point-hover-outerline-color:
|
|
13
|
+
$connector-point-hover-outerline-color: $primary-200 !default;
|
|
14
14
|
$weekend-background: $grey-800 !default;
|
|
15
15
|
$event-marker-line-color: $accent !default;
|
|
16
16
|
$event-marker-label-color: #cae8ff !default;
|
|
@@ -20,7 +20,9 @@ $event-marker-label-padding: 7px 12px !default;
|
|
|
20
20
|
$event-marker-label-height: 30px !default;
|
|
21
21
|
$event-marker-label-arrow-top: 60px !default;
|
|
22
22
|
$connector-line-color: lighten($primary, 15%) !default;
|
|
23
|
+
$critical-connector-line-color: #d13438 !default;
|
|
23
24
|
$connector-line-hover-color: lighten($primary, 15%) !default;
|
|
25
|
+
$critical-connector-line-hover-color: #f3d8da !default;
|
|
24
26
|
$connector-false-line-color: lighten($primary, 15%) !default;
|
|
25
27
|
$connector-point-hover-color: #005a9e !default;
|
|
26
28
|
$connector-point-border-color: $grey-dark !default;
|
|
@@ -36,15 +38,18 @@ $gantt-header-border-spacing: 0 !default;
|
|
|
36
38
|
$gantt-line-container-cell-border-color: $grey-700 !default;
|
|
37
39
|
// sass-lint:disable-all
|
|
38
40
|
$gantt-unscheduled-taskbar-background: linear-gradient(to right, rgba(63,81,181, 0.2), #3f51b5 30%, #3f51b5 70%, #3f51b5 70%, rgba(63,81,181, 0.2) 100%) !default;
|
|
39
|
-
$gantt-unscheduled-taskbar-background
|
|
41
|
+
$gantt-unscheduled-critical-taskbar-background: linear-gradient(to right, rgba(285,85,85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(285,85,85, 0.2) 100%) !default;
|
|
42
|
+
$gantt-unscheduled-critical-taskbar-background-color: rgba(285,85,85, .2) !default;
|
|
40
43
|
$gantt-unscheduled-milestone-top-border: #dadada !default;
|
|
41
44
|
$gantt-unscheduled-milestone-bottom-border: #dadada !default;
|
|
42
|
-
$gantt-resize-gripper: rgba(249, 146, 11, .2) !default;
|
|
43
45
|
$gantt-child-task-bar: $primary !default;
|
|
46
|
+
$gantt-critical-child-task-bar: #F3D8DA !default;
|
|
44
47
|
$gantt-child-progress-bar: lighten($primary, 15%) !default;
|
|
48
|
+
$gantt-critical-child-progress-bar: #D13438 !default;
|
|
45
49
|
$gantt-child-progress-bar-border: 0px !default;
|
|
46
50
|
$gantt-child-progress-bar-border-radious:4px;
|
|
47
51
|
$gantt-child-task-bar-border: 1px solid lighten($primary, 15%) !default;
|
|
52
|
+
$gantt-critical-child-task-bar-border: 1px solid #F3D8DA !default;
|
|
48
53
|
$gantt-manualchild-task-bar: #8dd1c4;
|
|
49
54
|
$gantt-manualchild-progress-bar: #67c1b2;
|
|
50
55
|
$gantt-manualchild-progress-bar-border: #4fb29f;
|
|
@@ -55,6 +60,7 @@ $gantt-unscheduled-manualtaskbar-background: linear-gradient(to right, rgba(63,8
|
|
|
55
60
|
$gantt-parent-task-bar: #029f90 !default;
|
|
56
61
|
$gantt-parent-progress-bar: #4cc7ba !default;
|
|
57
62
|
$gantt-milestone-border-color: #dadada !default;
|
|
63
|
+
$gantt-critical-milestone-border-color: #d13438 !default;
|
|
58
64
|
$gantt-parent-milestone-border-color: #4cc7ba !default;
|
|
59
65
|
$gantt-parent-progress-bar-border: 0px !default;
|
|
60
66
|
$gantt-parent-task-bar-border: 1px solid #4cc7ba !default;
|
|
@@ -67,10 +73,10 @@ $gantt-task-label-font-color: $primary-font !default;
|
|
|
67
73
|
$gantt-label-font-size: 13px !default;
|
|
68
74
|
$gantt-bigger-label-font-size: 14px !default;
|
|
69
75
|
$gantt-label-font-color: $grey-dark-font !default;
|
|
70
|
-
$gantt-tab-header-active-font-color:
|
|
76
|
+
$gantt-tab-header-active-font-color: $primary-font !default;
|
|
71
77
|
$gantt-tab-header-font-color: rgba(255, 255, 255, 0.64) !default;
|
|
72
78
|
$gantt-edit-icon-color: $grey-white !default;
|
|
73
|
-
$gantt-icons-color:
|
|
79
|
+
$gantt-icons-color: $primary-font;
|
|
74
80
|
$gantt-unscheduled-taskbar-border: 0px !default;
|
|
75
81
|
$gantt-unscheduled-taskbar-border-radius: 0px !default;
|
|
76
82
|
$gantt-dialog-general-height: 241px !default;
|
|
@@ -78,10 +84,10 @@ $gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
|
78
84
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
79
85
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
80
86
|
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
81
|
-
$gantt-bigger-tooltip-button-color:
|
|
87
|
+
$gantt-bigger-tooltip-button-color: $grey-black;
|
|
82
88
|
$gantt-bigger-tooltip-dialog-color: #f3f3f3;
|
|
83
|
-
$gantt-bigger-tooltip-button-text-color:
|
|
84
|
-
$gantt-bigger-tooltip-disabled-button-color:
|
|
89
|
+
$gantt-bigger-tooltip-button-text-color: $grey-white;
|
|
90
|
+
$gantt-bigger-tooltip-disabled-button-color: $grey-600 !important;
|
|
85
91
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 9px 0 16px !default;
|
|
86
92
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 9px !default;
|
|
87
93
|
$gantt-bigger-dialog-close-button-left: 1px !important;
|
|
@@ -128,7 +134,7 @@ $gantt-dialog-tab-background: $primary !default;
|
|
|
128
134
|
$gantt-dialog-header-font-color: $primary-font !default;
|
|
129
135
|
$gantt-dialog-icon-color: $grey-white !default;
|
|
130
136
|
$gantt-dialog-icon-hover-color: rgba(255, 255, 255, 0.15) !default;
|
|
131
|
-
$gantt-dialog-close-icon-hover-color:
|
|
137
|
+
$gantt-dialog-close-icon-hover-color: $primary-font !default;
|
|
132
138
|
$gantt-dialog-tab-hover-border-color: transparent !default;
|
|
133
139
|
$gantt-dialog-tab-header-border-no-color: transparent !default;
|
|
134
140
|
$gantt-tab-header-border-width: 0px;
|
|
@@ -136,7 +142,7 @@ $gantt-depedent-div-border-bottom: 1px !default;
|
|
|
136
142
|
$gantt-resource-div-border-bottom: 1px !default;
|
|
137
143
|
$gantt-richtext-border-bottom: 1px !default;
|
|
138
144
|
$gantt-richtext-content-border-bottom: 0px !default;
|
|
139
|
-
$gantt-tab-selection-indicator-color:
|
|
145
|
+
$gantt-tab-selection-indicator-color: $accent !default;
|
|
140
146
|
$gantt-tab-header-hover-color: transparent !default;
|
|
141
147
|
$gantt-tab-header-hover-font-color: rgba(0, 0, 0, 0.87) !default;
|
|
142
148
|
$gantt-connector-point-width: 12px !default;
|
|
@@ -146,7 +152,7 @@ $gantt-parent-progress-bar-border-radius: 4px !default;
|
|
|
146
152
|
$gantt-timeline-top-headercell-font-size: 12px !default;
|
|
147
153
|
$gantt-timeline-top-headercell-font-weight: 500 !default;
|
|
148
154
|
$gantt-active-background: rgba(255, 255, 255, 0.28) !default;
|
|
149
|
-
$gantt-active-color:
|
|
155
|
+
$gantt-active-color: $primary-font !default;
|
|
150
156
|
$gantt-active-color-opacity: 0.87 !default;
|
|
151
157
|
$gantt-table-background: $grey-dark !default;
|
|
152
158
|
$gantt-baseline-color: #ff9800 !default;
|
|
@@ -172,11 +178,11 @@ $gantt-inactive-parent: #8A8A8A !default;
|
|
|
172
178
|
$gantt-inactive-child: #D5D5D5 !default;
|
|
173
179
|
$gantt-connected-task: lighten($primary, 20%) !default;
|
|
174
180
|
$gantt-active-parent-task: lighten(#000000, 10%) !default;
|
|
175
|
-
$gantt-uptail-border:
|
|
176
|
-
$gantt-gridpopup-span:
|
|
181
|
+
$gantt-uptail-border: $grey-300 !default;
|
|
182
|
+
$gantt-gridpopup-span: $accent-font !default;
|
|
177
183
|
$gantt-active-parent-shadow: rgba($gantt-gridpopup-span, 0.5) !default;
|
|
178
|
-
$gantt-left-resize-gripper-border:
|
|
179
|
-
$gantt-left-resize-gripper-color:
|
|
184
|
+
$gantt-left-resize-gripper-border: $grey-500 !default;
|
|
185
|
+
$gantt-left-resize-gripper-color: $grey-200 !default;
|
|
180
186
|
$gantt-clone-padding: 4px 5px !default;
|
|
181
187
|
$gantt-bigger-clone-padding: $gantt-clone-padding !default;
|
|
182
188
|
$gantt-cell-border-color: $grey-700 !default;
|
|
@@ -2,28 +2,30 @@ $gantt-header-bg-color: $grey-white !default;
|
|
|
2
2
|
$gantt-header-border-color: $grey-300 !default;
|
|
3
3
|
$gantt-header-color: rgba(0, 0, 0, .54) !default;
|
|
4
4
|
$gantt-context-menu-icon-color: rgba(0, 0, 0, .54) !default;
|
|
5
|
-
$gantt-grid-line-color:
|
|
5
|
+
$gantt-grid-line-color: $grey-300 !default;
|
|
6
6
|
$gantt-label-color: rgba($grey-light-font, .87) !default;
|
|
7
|
-
$gantt-content-color:
|
|
7
|
+
$gantt-content-color: $grey-black !default;
|
|
8
8
|
$holiday-background: $grey-200 !default;
|
|
9
|
-
$progress-handler-outline:
|
|
9
|
+
$progress-handler-outline: $accent-font !default;
|
|
10
10
|
$progress-handler-background: #222 !default;
|
|
11
11
|
$holiday-label-color: rgba(0, 0, 0, .87) !default;
|
|
12
12
|
$holiday-label-font-size: 12px !default;
|
|
13
|
-
$weekend-background:
|
|
14
|
-
$connector-point-hover-outerline-color:
|
|
13
|
+
$weekend-background: $grey-50 !default;
|
|
14
|
+
$connector-point-hover-outerline-color: $primary-200 !default;
|
|
15
15
|
$event-marker-line-color: $accent !default;
|
|
16
16
|
$event-marker-label-color: #fdbf64 !default;
|
|
17
|
-
$event-marker-label-font-color:
|
|
17
|
+
$event-marker-label-font-color: $grey-900 !default;
|
|
18
18
|
$event-marker-label-font-size: 12px !default;
|
|
19
19
|
$event-marker-label-padding: 7px 12px !default;
|
|
20
20
|
$event-marker-label-height: 30px !default;
|
|
21
21
|
$event-marker-label-arrow-top: 60px !default;
|
|
22
22
|
$connector-line-color: $primary !default;
|
|
23
|
+
$critical-connector-line-color: #d13438 !default;
|
|
23
24
|
$connector-line-hover-color: $primary !default;
|
|
25
|
+
$critical-connector-line-hover-color: #f3d8da !default;
|
|
24
26
|
$connector-false-line-color: $primary !default;
|
|
25
27
|
$connector-point-hover-color: #005a9e !default;
|
|
26
|
-
$connector-point-border-color:
|
|
28
|
+
$connector-point-border-color: $accent-font !default;
|
|
27
29
|
$connector-point-hover-bg-color: $grey-400 !default;
|
|
28
30
|
$connector-point-hover-border-color: $primary !default;
|
|
29
31
|
$gantt-connector-point-margin-top: 7.5px !default;
|
|
@@ -33,18 +35,21 @@ $gantt-unscheduled-taskbar-left: 3px !default;
|
|
|
33
35
|
$gantt-unscheduled-taskbar-right-radius: 2px !default;
|
|
34
36
|
$gantt-label-size: 13px !default;
|
|
35
37
|
$gantt-header-border-spacing: 0 !default;
|
|
36
|
-
$gantt-line-container-cell-border-color:
|
|
38
|
+
$gantt-line-container-cell-border-color: $grey-300 !default;
|
|
37
39
|
// sass-lint:disable-all
|
|
38
40
|
$gantt-unscheduled-taskbar-background: linear-gradient(to right, rgba(63,81,181, 0.2), #3f51b5 30%, #3f51b5 70%, #3f51b5 70%, rgba(63,81,181, 0.2) 100%) !default;
|
|
39
|
-
$gantt-unscheduled-taskbar-background
|
|
41
|
+
$gantt-unscheduled-critical-taskbar-background: linear-gradient(to right, rgba(285,85,85, 0.2), #D13438 30%, #D13438 70%, #D13438 70%, rgba(285,85,85, 0.2) 100%) !default;
|
|
42
|
+
$gantt-unscheduled-critical-taskbar-background-color: rgba(285,85,85, .2) !default;
|
|
40
43
|
$gantt-unscheduled-milestone-top-border: rgba(51, 51, 51, .6) !default;
|
|
41
44
|
$gantt-unscheduled-milestone-bottom-border: rgba(51, 51, 51, .6) !default;
|
|
42
|
-
$gantt-resize-gripper: rgba(249, 146, 11, .2) !default;
|
|
43
45
|
$gantt-child-task-bar: lighten($primary, 8%) !default;
|
|
46
|
+
$gantt-critical-child-task-bar: #F3D8DA !default;
|
|
44
47
|
$gantt-child-progress-bar: $primary !default;
|
|
48
|
+
$gantt-critical-child-progress-bar: #D13438 !default;
|
|
45
49
|
$gantt-child-progress-bar-border: 0px !default;
|
|
46
50
|
$gantt-child-progress-bar-border-radious:4px;
|
|
47
51
|
$gantt-child-task-bar-border: 1px solid $primary !default;
|
|
52
|
+
$gantt-critical-child-task-bar-border: 1px solid #F3D8DA !default;
|
|
48
53
|
$gantt-manualchild-task-bar: rgba(#008786, .85) !default;
|
|
49
54
|
$gantt-manualchild-task-bar-border: 1px solid #008786;
|
|
50
55
|
$gantt-manualchild-progress-bar: #008786;
|
|
@@ -55,6 +60,7 @@ $gantt-unscheduled-manualtaskbar-background: linear-gradient(to right, rgba(63,8
|
|
|
55
60
|
$gantt-parent-task-bar: rgba($grey-700, .87) !default;
|
|
56
61
|
$gantt-parent-progress-bar: $grey-700 !default;
|
|
57
62
|
$gantt-milestone-border-color: $grey-700 !default;
|
|
63
|
+
$gantt-critical-milestone-border-color: #D13438 !default;
|
|
58
64
|
$gantt-parent-milestone-border-color: $grey-700 !default;
|
|
59
65
|
$gantt-parent-progress-bar-border: 0px !default;
|
|
60
66
|
$gantt-parent-task-bar-border: 1px solid $grey-700 !default;
|
|
@@ -78,10 +84,10 @@ $gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
|
78
84
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
79
85
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
80
86
|
$gantt-bigger-predecessor-dialog-padding: 10px 9px 9px 14px !important;
|
|
81
|
-
$gantt-bigger-tooltip-button-color:
|
|
87
|
+
$gantt-bigger-tooltip-button-color: $grey-black;
|
|
82
88
|
$gantt-bigger-tooltip-dialog-color: #f3f3f3;
|
|
83
|
-
$gantt-bigger-tooltip-button-text-color:
|
|
84
|
-
$gantt-bigger-tooltip-disabled-button-color:
|
|
89
|
+
$gantt-bigger-tooltip-button-text-color: $grey-white;
|
|
90
|
+
$gantt-bigger-tooltip-disabled-button-color: $grey-600 !important;
|
|
85
91
|
$gantt-bigger-dialog-edit-form-odd-padding: 16px 9px 0 16px !default;
|
|
86
92
|
$gantt-bigger-dialog-edit-form-even-padding: 16px 16px 0 9px !default;
|
|
87
93
|
$gantt-bigger-dialog-close-button-left: 1px !important;
|
|
@@ -128,7 +134,7 @@ $gantt-dialog-tab-background: $primary !default;
|
|
|
128
134
|
$gantt-dialog-header-font-color: $primary-font !default;
|
|
129
135
|
$gantt-dialog-icon-color: $grey-white !default;
|
|
130
136
|
$gantt-dialog-icon-hover-color: rgba(255, 255, 255, 0.15) !default;
|
|
131
|
-
$gantt-dialog-close-icon-hover-color:
|
|
137
|
+
$gantt-dialog-close-icon-hover-color: $grey-black !default;
|
|
132
138
|
$gantt-dialog-tab-hover-border-color: transparent !default;
|
|
133
139
|
$gantt-dialog-tab-header-border-no-color: transparent !default;
|
|
134
140
|
$gantt-tab-header-border-width: 0px;
|
|
@@ -146,9 +152,9 @@ $gantt-parent-progress-bar-border-radius: 4px !default;
|
|
|
146
152
|
$gantt-timeline-top-headercell-font-size: 12px !default;
|
|
147
153
|
$gantt-timeline-top-headercell-font-weight: 500 !default;
|
|
148
154
|
$gantt-active-background: rgba($primary, .15) !default;
|
|
149
|
-
$gantt-active-color:
|
|
155
|
+
$gantt-active-color: $grey-black !default;
|
|
150
156
|
$gantt-active-color-opacity: 1 !default;
|
|
151
|
-
$gantt-table-background:
|
|
157
|
+
$gantt-table-background: $accent-font !default;
|
|
152
158
|
$gantt-baseline-color: #C15700 !default;
|
|
153
159
|
$gantt-child-progress-margin-left: 0.5px !default;
|
|
154
160
|
$gantt-timeline-single-header-outer-div: 45px !default;
|
|
@@ -172,11 +178,11 @@ $gantt-inactive-parent: #8A8A8A !default;
|
|
|
172
178
|
$gantt-inactive-child:#D5D5D5 !default;
|
|
173
179
|
$gantt-connected-task: lighten($primary, 20%) !default;
|
|
174
180
|
$gantt-active-parent-task: lighten(#000000, 10%) !default;
|
|
175
|
-
$gantt-uptail-border:
|
|
176
|
-
$gantt-gridpopup-span:
|
|
181
|
+
$gantt-uptail-border: $grey-300 !default;
|
|
182
|
+
$gantt-gridpopup-span: $grey-black !default;
|
|
177
183
|
$gantt-active-parent-shadow: rgba($gantt-gridpopup-span, 0.5) !default;
|
|
178
|
-
$gantt-left-resize-gripper-border:
|
|
179
|
-
$gantt-left-resize-gripper-color:
|
|
184
|
+
$gantt-left-resize-gripper-border: $grey-500 !default;
|
|
185
|
+
$gantt-left-resize-gripper-color: $grey-200 !default;
|
|
180
186
|
$gantt-clone-padding: 4px 5px !default;
|
|
181
187
|
$gantt-bigger-clone-padding: $gantt-clone-padding !default;
|
|
182
188
|
$gantt-cell-border-color: $grey-300 !default;
|
|
@@ -193,7 +199,7 @@ $gantt-drag-clone-color: rgba($grey-light-font, .54) !default;
|
|
|
193
199
|
$gantt-content-font-color: $grey-light-font !default;
|
|
194
200
|
$gantt-table-background-color: $content-bg-color !default;
|
|
195
201
|
$gantt-clone-dragdrop-bg-color: $gantt-table-background-color !default;
|
|
196
|
-
$error-elem-color:
|
|
202
|
+
$error-elem-color: $accent;
|
|
197
203
|
$gantt-border-size: $border-size !default;
|
|
198
204
|
$gantt-active-container-border: $grey-500 !default;
|
|
199
205
|
$grid-active-container-border: 0 0 0 1px $grey-500 inset !default;
|