@syncfusion/ej2-gantt 20.1.56 → 20.1.60
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 +30 -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 +31 -18
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +31 -18
- 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 +15 -15
- package/src/gantt/actions/dialog-edit.js +1 -1
- package/src/gantt/actions/edit.js +5 -1
- package/src/gantt/actions/taskbar-edit.js +1 -3
- package/src/gantt/actions/toolbar.js +2 -0
- package/src/gantt/base/gantt-chart.js +6 -1
- package/src/gantt/base/gantt.js +2 -5
- package/src/gantt/base/task-processor.js +7 -3
- package/src/gantt/export/export-helper.js +3 -3
- package/src/gantt/renderer/connector-line.js +1 -1
- package/src/gantt/renderer/timeline.js +3 -0
- package/styles/bootstrap-dark.css +217 -11
- package/styles/bootstrap.css +218 -13
- package/styles/bootstrap4.css +220 -11
- package/styles/bootstrap5-dark.css +218 -13
- package/styles/bootstrap5.css +218 -13
- package/styles/fabric-dark.css +216 -10
- package/styles/fabric.css +217 -11
- package/styles/fluent-dark.css +217 -11
- package/styles/fluent.css +217 -11
- package/styles/gantt/_bootstrap-dark-definition.scss +41 -4
- package/styles/gantt/_bootstrap-definition.scss +41 -4
- package/styles/gantt/_bootstrap4-definition.scss +42 -4
- package/styles/gantt/_bootstrap5-definition.scss +41 -4
- package/styles/gantt/_fabric-dark-definition.scss +40 -3
- package/styles/gantt/_fabric-definition.scss +41 -4
- package/styles/gantt/_fluent-definition.scss +41 -4
- package/styles/gantt/_highcontrast-definition.scss +41 -4
- package/styles/gantt/_highcontrast-light-definition.scss +41 -4
- package/styles/gantt/_layout.scss +298 -7
- package/styles/gantt/_material-dark-definition.scss +42 -4
- package/styles/gantt/_material-definition.scss +42 -4
- package/styles/gantt/_tailwind-definition.scss +42 -4
- package/styles/gantt/bootstrap-dark.css +217 -11
- package/styles/gantt/bootstrap.css +218 -13
- package/styles/gantt/bootstrap4.css +220 -11
- package/styles/gantt/bootstrap5-dark.css +218 -13
- package/styles/gantt/bootstrap5.css +218 -13
- package/styles/gantt/fabric-dark.css +216 -10
- package/styles/gantt/fabric.css +217 -11
- package/styles/gantt/fluent-dark.css +217 -11
- package/styles/gantt/fluent.css +217 -11
- package/styles/gantt/highcontrast-light.css +209 -11
- package/styles/gantt/highcontrast.css +217 -11
- package/styles/gantt/icons/_bootstrap-dark.scss +8 -0
- package/styles/gantt/icons/_bootstrap.scss +8 -0
- package/styles/gantt/icons/_bootstrap4.scss +8 -0
- package/styles/gantt/icons/_bootstrap5.scss +8 -0
- package/styles/gantt/icons/_fabric-dark.scss +8 -0
- package/styles/gantt/icons/_fabric.scss +8 -0
- package/styles/gantt/icons/_fluent.scss +8 -0
- package/styles/gantt/icons/_highcontrast.scss +8 -0
- package/styles/gantt/icons/_material-dark.scss +8 -0
- package/styles/gantt/icons/_material.scss +8 -0
- package/styles/gantt/icons/_tailwind-dark.scss +8 -0
- package/styles/gantt/icons/_tailwind.scss +8 -0
- package/styles/gantt/material-dark.css +224 -11
- package/styles/gantt/material.css +224 -11
- package/styles/gantt/tailwind-dark.css +223 -11
- package/styles/gantt/tailwind.css +223 -11
- package/styles/highcontrast-light.css +209 -11
- package/styles/highcontrast.css +217 -11
- package/styles/material-dark.css +224 -11
- package/styles/material.css +224 -11
- package/styles/tailwind-dark.css +223 -11
- package/styles/tailwind.css +223 -11
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.60
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-gantt@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-gantt@20.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-gantt@20.1.59",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-tmGol8wrm/M+u1dGH6ORA7rrSeOBfKtbnyzOrhbcI87isfgtlz5Mj5wUJ9iOfHZPwIkcctCP99sqTAzy9aQMWw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-gantt",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"/@syncfusion/ej2-react-gantt",
|
|
24
24
|
"/@syncfusion/ej2-vue-gantt"
|
|
25
25
|
],
|
|
26
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-gantt/-/ej2-gantt-20.1.
|
|
27
|
-
"_shasum": "
|
|
26
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-gantt/-/ej2-gantt-20.1.59.tgz",
|
|
27
|
+
"_shasum": "df89279ca4e1eed4487d8d4433e88f93feff070d",
|
|
28
28
|
"_spec": "@syncfusion/ej2-gantt@*",
|
|
29
29
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
30
30
|
"author": {
|
|
@@ -35,19 +35,19 @@
|
|
|
35
35
|
},
|
|
36
36
|
"bundleDependencies": false,
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@syncfusion/ej2-base": "~20.1.
|
|
38
|
+
"@syncfusion/ej2-base": "~20.1.60",
|
|
39
39
|
"@syncfusion/ej2-buttons": "~20.1.55",
|
|
40
|
-
"@syncfusion/ej2-calendars": "~20.1.
|
|
40
|
+
"@syncfusion/ej2-calendars": "~20.1.58",
|
|
41
41
|
"@syncfusion/ej2-data": "~20.1.55",
|
|
42
|
-
"@syncfusion/ej2-dropdowns": "~20.1.
|
|
43
|
-
"@syncfusion/ej2-grids": "~20.1.
|
|
44
|
-
"@syncfusion/ej2-inputs": "~20.1.
|
|
45
|
-
"@syncfusion/ej2-layouts": "~20.1.
|
|
42
|
+
"@syncfusion/ej2-dropdowns": "~20.1.60",
|
|
43
|
+
"@syncfusion/ej2-grids": "~20.1.60",
|
|
44
|
+
"@syncfusion/ej2-inputs": "~20.1.59",
|
|
45
|
+
"@syncfusion/ej2-layouts": "~20.1.58",
|
|
46
46
|
"@syncfusion/ej2-lists": "~20.1.55",
|
|
47
|
-
"@syncfusion/ej2-navigations": "~20.1.
|
|
48
|
-
"@syncfusion/ej2-popups": "~20.1.
|
|
49
|
-
"@syncfusion/ej2-richtexteditor": "~20.1.
|
|
50
|
-
"@syncfusion/ej2-treegrid": "~20.1.
|
|
47
|
+
"@syncfusion/ej2-navigations": "~20.1.60",
|
|
48
|
+
"@syncfusion/ej2-popups": "~20.1.58",
|
|
49
|
+
"@syncfusion/ej2-richtexteditor": "~20.1.60",
|
|
50
|
+
"@syncfusion/ej2-treegrid": "~20.1.60"
|
|
51
51
|
},
|
|
52
52
|
"deprecated": false,
|
|
53
53
|
"description": "Essential JS 2 Gantt Component",
|
|
@@ -75,6 +75,6 @@
|
|
|
75
75
|
"url": "git+https://github.com/syncfusion/ej2-gantt.git"
|
|
76
76
|
},
|
|
77
77
|
"typings": "index.d.ts",
|
|
78
|
-
"version": "20.1.
|
|
78
|
+
"version": "20.1.60",
|
|
79
79
|
"sideEffects": false
|
|
80
80
|
}
|
|
@@ -919,7 +919,7 @@ var DialogEdit = /** @class */ (function () {
|
|
|
919
919
|
}
|
|
920
920
|
else if (isScheduledTask(ganttProp) || !isNullOrUndefined(ganttProp.startDate)) {
|
|
921
921
|
if (ganttData.ganttProperties.isMilestone && ganttData.ganttProperties.duration !== 0) {
|
|
922
|
-
this.parent.dateValidationModule.
|
|
922
|
+
this.parent.dateValidationModule.checkStartDate(ganttProp.startDate);
|
|
923
923
|
}
|
|
924
924
|
this.parent.dateValidationModule.calculateEndDate(ganttData);
|
|
925
925
|
}
|
|
@@ -353,8 +353,12 @@ var Edit = /** @class */ (function () {
|
|
|
353
353
|
if (!isNullOrUndefined(this.parent.editModule) && ganttData) {
|
|
354
354
|
this.parent.isOnEdit = true;
|
|
355
355
|
this.validateUpdateValues(data, ganttData, true);
|
|
356
|
-
if (data[this.parent.taskFields.resourceInfo]
|
|
356
|
+
if (data[this.parent.taskFields.resourceInfo]) {
|
|
357
|
+
if (ganttData.ganttProperties.duration === 0) {
|
|
358
|
+
this.parent.dataOperation.updateWorkWithDuration(ganttData);
|
|
359
|
+
}
|
|
357
360
|
this.updateResourceRelatedFields(ganttData, 'resource');
|
|
361
|
+
this.parent.dateValidationModule.calculateEndDate(ganttData);
|
|
358
362
|
}
|
|
359
363
|
var keys = Object.keys(data);
|
|
360
364
|
if (keys.indexOf(tasks.startDate) !== -1 || keys.indexOf(tasks.endDate) !== -1 ||
|
|
@@ -342,9 +342,7 @@ var TaskbarEdit = /** @class */ (function (_super) {
|
|
|
342
342
|
addClass([element], [cls.activeParentTask]);
|
|
343
343
|
}
|
|
344
344
|
}
|
|
345
|
-
|
|
346
|
-
addClass(this.parent.ganttChartModule.scrollElement.querySelectorAll('.' + cls.connectorLineContainer), [cls.connectorLineZIndex]);
|
|
347
|
-
}
|
|
345
|
+
addClass(this.parent.ganttChartModule.scrollElement.querySelectorAll('.' + cls.connectorLineContainer), [cls.connectorLineZIndex]);
|
|
348
346
|
if (!isNullOrUndefined(this.parent.taskFields.dependency)
|
|
349
347
|
&& (element.querySelector('.' + cls.connectorPointLeft)
|
|
350
348
|
|| element.parentElement.querySelector('.' + cls.connectorPointLeft))
|
|
@@ -419,6 +419,8 @@ var Toolbar = /** @class */ (function () {
|
|
|
419
419
|
disableItems.push(gID + '_edit');
|
|
420
420
|
disableItems.push(gID + '_update');
|
|
421
421
|
disableItems.push(gID + '_cancel');
|
|
422
|
+
disableItems.push(gID + '_indent');
|
|
423
|
+
disableItems.push(gID + '_outdent');
|
|
422
424
|
}
|
|
423
425
|
for (var e = 0; e < enableItems.length; e++) {
|
|
424
426
|
var index = void 0;
|
|
@@ -593,7 +593,12 @@ var GanttChart = /** @class */ (function () {
|
|
|
593
593
|
* @private
|
|
594
594
|
*/
|
|
595
595
|
GanttChart.prototype.getChartRows = function () {
|
|
596
|
-
|
|
596
|
+
if (document.getElementById(this.parent.element.id + 'GanttTaskTableBody') != null) {
|
|
597
|
+
return document.getElementById(this.parent.element.id + 'GanttTaskTableBody').querySelectorAll('.e-chart-row');
|
|
598
|
+
}
|
|
599
|
+
else {
|
|
600
|
+
return null;
|
|
601
|
+
}
|
|
597
602
|
};
|
|
598
603
|
/**
|
|
599
604
|
* Expand Collapse operations from gantt chart side
|
package/src/gantt/base/gantt.js
CHANGED
|
@@ -392,10 +392,7 @@ var Gantt = /** @class */ (function (_super) {
|
|
|
392
392
|
this.treeGrid.dataSource = { result: this.flatData, count: count };
|
|
393
393
|
}
|
|
394
394
|
else {
|
|
395
|
-
this.treeGrid.dataSource
|
|
396
|
-
if (!isNullOrUndefined(document.getElementsByClassName('e-listview')[0])) {
|
|
397
|
-
this.treeGrid.dataBind();
|
|
398
|
-
}
|
|
395
|
+
this.treeGrid.setProperties({ dataSource: this.flatData }, false);
|
|
399
396
|
}
|
|
400
397
|
}
|
|
401
398
|
else {
|
|
@@ -512,7 +509,7 @@ var Gantt = /** @class */ (function (_super) {
|
|
|
512
509
|
var expandedRecords = this.virtualScrollModule && this.enableVirtualization ?
|
|
513
510
|
this.currentViewData : this.getExpandedRecords(this.currentViewData);
|
|
514
511
|
var height = void 0;
|
|
515
|
-
var chartRow = this.ganttChartModule.getChartRows()[0];
|
|
512
|
+
var chartRow = !isNullOrUndefined(this.ganttChartModule.getChartRows()) ? this.ganttChartModule.getChartRows()[0] : null;
|
|
516
513
|
if (!isNullOrUndefined(chartRow) && chartRow.getBoundingClientRect().height > 0) {
|
|
517
514
|
height = chartRow.getBoundingClientRect().height;
|
|
518
515
|
}
|
|
@@ -606,6 +606,13 @@ var TaskProcessor = /** @class */ (function (_super) {
|
|
|
606
606
|
work = parseFloat(work.toFixed(2));
|
|
607
607
|
}
|
|
608
608
|
}
|
|
609
|
+
if (ganttData.childRecords.length > 0) {
|
|
610
|
+
var childCompletedWorks = 0;
|
|
611
|
+
for (var i = 0; i < ganttData.childRecords.length; i++) {
|
|
612
|
+
childCompletedWorks += ganttData.childRecords[i][this.parent.taskFields.work];
|
|
613
|
+
}
|
|
614
|
+
work += childCompletedWorks;
|
|
615
|
+
}
|
|
609
616
|
this.parent.setRecordValue('work', work, ganttData.ganttProperties, true);
|
|
610
617
|
if (!isNullOrUndefined(this.parent.taskFields.work)) {
|
|
611
618
|
this.parent.dataOperation.updateMappingData(ganttData, 'work');
|
|
@@ -2167,7 +2174,6 @@ var TaskProcessor = /** @class */ (function (_super) {
|
|
|
2167
2174
|
var maxEndDate = null;
|
|
2168
2175
|
var milestoneCount = 0;
|
|
2169
2176
|
var totalProgress = 0;
|
|
2170
|
-
var childCompletedWorks = 0;
|
|
2171
2177
|
var childData = void 0;
|
|
2172
2178
|
for (var count = 0; count < childLength; count++) {
|
|
2173
2179
|
childData = childRecords[count];
|
|
@@ -2205,7 +2211,6 @@ var TaskProcessor = /** @class */ (function (_super) {
|
|
|
2205
2211
|
else {
|
|
2206
2212
|
milestoneCount++;
|
|
2207
2213
|
}
|
|
2208
|
-
childCompletedWorks += childData.ganttProperties.work;
|
|
2209
2214
|
}
|
|
2210
2215
|
if (!deleteUpdate) {
|
|
2211
2216
|
if (this.compareDates(previousStartDate, minStartDate) !== 0) {
|
|
@@ -2231,7 +2236,6 @@ var TaskProcessor = /** @class */ (function (_super) {
|
|
|
2231
2236
|
}
|
|
2232
2237
|
this.updateWorkWithDuration(parentData);
|
|
2233
2238
|
var parentWork = parentProp.work;
|
|
2234
|
-
parentWork += childCompletedWorks;
|
|
2235
2239
|
this.parent.setRecordValue('work', parentWork, parentProp, true);
|
|
2236
2240
|
this.parent.setRecordValue('taskType', 'FixedDuration', parentProp, true);
|
|
2237
2241
|
if (!isNullOrUndefined(this.parent.taskFields.type)) {
|
|
@@ -502,13 +502,13 @@ var ExportValueFormatter = /** @class */ (function () {
|
|
|
502
502
|
if (typeof args.column.format === 'string') {
|
|
503
503
|
var format = void 0;
|
|
504
504
|
if (args.column.type === 'date') {
|
|
505
|
-
format = { type: 'date',
|
|
505
|
+
format = { type: 'date', format: args.column.format };
|
|
506
506
|
}
|
|
507
507
|
else if (args.column.type === 'time') {
|
|
508
|
-
format = { type: 'time',
|
|
508
|
+
format = { type: 'time', format: args.column.format };
|
|
509
509
|
}
|
|
510
510
|
else {
|
|
511
|
-
format = { type: 'dateTime',
|
|
511
|
+
format = { type: 'dateTime', format: args.column.format };
|
|
512
512
|
}
|
|
513
513
|
return this.returnFormattedValue(args, format);
|
|
514
514
|
}
|
|
@@ -79,7 +79,7 @@ var ConnectorLine = /** @class */ (function () {
|
|
|
79
79
|
(Math.floor(this.parent.chartRowsModule.milestoneHeight)) : childGanttRecord.width;
|
|
80
80
|
connectorObj.parentIndex = parentIndex;
|
|
81
81
|
connectorObj.childIndex = childIndex;
|
|
82
|
-
var rowHeight = this.parent.ganttChartModule.getChartRows()[0] &&
|
|
82
|
+
var rowHeight = !isNullOrUndefined(this.parent.ganttChartModule.getChartRows()) && this.parent.ganttChartModule.getChartRows()[0] &&
|
|
83
83
|
this.parent.ganttChartModule.getChartRows()[0].getBoundingClientRect().height;
|
|
84
84
|
connectorObj.rowHeight = rowHeight && !isNaN(rowHeight) ? rowHeight : this.parent.rowHeight;
|
|
85
85
|
connectorObj.type = predecessor.type;
|
|
@@ -186,6 +186,9 @@ var Timeline = /** @class */ (function () {
|
|
|
186
186
|
this.parent.zoomingProjectEndDate = this.parent.cloneProjectEndDate;
|
|
187
187
|
}
|
|
188
188
|
this.parent.dataOperation.calculateProjectDates();
|
|
189
|
+
if (this.parent.zoomingProjectStartDate > this.parent.cloneProjectStartDate) {
|
|
190
|
+
this.parent.cloneProjectStartDate = new Date(this.parent.allowUnscheduledTasks ? this.parent.zoomingProjectStartDate : this.parent.cloneProjectStartDate);
|
|
191
|
+
}
|
|
189
192
|
var timeDifference = (this.parent.cloneProjectEndDate.getTime() - this.parent.cloneProjectStartDate.getTime());
|
|
190
193
|
var totalDays = (timeDifference / (1000 * 3600 * 24));
|
|
191
194
|
var chartWidth = this.parent.ganttChartModule.chartElement.offsetWidth;
|
|
@@ -242,26 +242,228 @@
|
|
|
242
242
|
content: "\e903";
|
|
243
243
|
}
|
|
244
244
|
|
|
245
|
+
.e-gantt-tooltip-arrow-left::before {
|
|
246
|
+
content: "\e85b";
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.e-gantt-tooltip-arrow-right::before {
|
|
250
|
+
content: "\e85f";
|
|
251
|
+
}
|
|
252
|
+
|
|
245
253
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
246
254
|
height: 64px;
|
|
247
255
|
}
|
|
248
256
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
249
257
|
height: 32px;
|
|
250
258
|
}
|
|
259
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
260
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
261
|
+
padding-left: 10px;
|
|
262
|
+
padding-right: 10px;
|
|
263
|
+
width: 30px;
|
|
264
|
+
}
|
|
265
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
266
|
+
border-radius: 4px !important;
|
|
267
|
+
font-size: 12px !important;
|
|
268
|
+
height: 26px !important;
|
|
269
|
+
padding: 4px 11px 4px 9px !important;
|
|
270
|
+
top: 65px !important;
|
|
271
|
+
}
|
|
272
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
273
|
+
border-bottom: 6px solid transparent;
|
|
274
|
+
border-right: 6px solid transparent;
|
|
275
|
+
border-right-color: #cae8ff;
|
|
276
|
+
border-top: 6px solid transparent;
|
|
277
|
+
top: 73px !important;
|
|
278
|
+
}
|
|
279
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,
|
|
280
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before {
|
|
281
|
+
content: "\e92c";
|
|
282
|
+
}
|
|
283
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,
|
|
284
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,
|
|
285
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
286
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
287
|
+
border-radius: 50%;
|
|
288
|
+
display: inline-block;
|
|
289
|
+
position: absolute;
|
|
290
|
+
}
|
|
291
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
292
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
293
|
+
border-style: solid;
|
|
294
|
+
border-width: 1px;
|
|
295
|
+
box-sizing: content-box;
|
|
296
|
+
cursor: pointer;
|
|
297
|
+
display: inline-block;
|
|
298
|
+
}
|
|
299
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
300
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
301
|
+
background-color: #21527d;
|
|
302
|
+
border-color: #1a1a1a;
|
|
303
|
+
}
|
|
304
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
305
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
306
|
+
background-color: #21527d;
|
|
307
|
+
border-color: #1a1a1a;
|
|
308
|
+
outline: 2px solid #75ACDB;
|
|
309
|
+
}
|
|
310
|
+
.e-bigger .e-gantt .e-tab .e-content {
|
|
311
|
+
height: 242px !important;
|
|
312
|
+
}
|
|
251
313
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
252
314
|
height: 63px !important;
|
|
253
315
|
}
|
|
316
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
317
|
+
background-color: #000000;
|
|
318
|
+
border-color: #000000;
|
|
319
|
+
color: #F9FAFB;
|
|
320
|
+
font-size: 12px;
|
|
321
|
+
line-height: 18px;
|
|
322
|
+
padding: 0 8px 0 0;
|
|
323
|
+
}
|
|
324
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
325
|
+
background-color: #000000;
|
|
326
|
+
border-color: #000000;
|
|
327
|
+
color: #F9FAFB;
|
|
328
|
+
font-size: 12px;
|
|
329
|
+
line-height: 18px;
|
|
330
|
+
padding: 0 0 0 8px;
|
|
331
|
+
}
|
|
332
|
+
.e-bigger .e-tooltip-wrap .e-tip-content {
|
|
333
|
+
padding: 3px !important;
|
|
334
|
+
}
|
|
335
|
+
.e-bigger .e-grid .e-flmenu-valuediv {
|
|
336
|
+
padding: 16px 0 0 !important;
|
|
337
|
+
}
|
|
338
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
339
|
+
padding: 0 16px !important;
|
|
340
|
+
}
|
|
254
341
|
.e-bigger .e-columnmenu {
|
|
255
342
|
top: 40px;
|
|
256
343
|
}
|
|
344
|
+
.e-bigger .e-gantt-dialog {
|
|
345
|
+
border-radius: 6px;
|
|
346
|
+
width: 556px !important;
|
|
347
|
+
}
|
|
257
348
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
258
|
-
padding: 16px
|
|
349
|
+
padding: 16px 12px 0 16px;
|
|
259
350
|
}
|
|
260
351
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
261
|
-
padding: 16px
|
|
352
|
+
padding: 16px 16px 0 12px;
|
|
262
353
|
}
|
|
263
354
|
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
264
|
-
padding: 16px 18px 0
|
|
355
|
+
padding: 16px 18px 0 9px;
|
|
356
|
+
}
|
|
357
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row {
|
|
358
|
+
height: 242px !important;
|
|
359
|
+
}
|
|
360
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column {
|
|
361
|
+
height: 76px !important;
|
|
362
|
+
}
|
|
363
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
364
|
+
border-bottom: 0 !important;
|
|
365
|
+
}
|
|
366
|
+
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
367
|
+
border-radius: 0 !important;
|
|
368
|
+
}
|
|
369
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
370
|
+
border-radius: 6px 6px 0px 0px;
|
|
371
|
+
padding-bottom: 20px;
|
|
372
|
+
}
|
|
373
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
374
|
+
border-radius: 50%;
|
|
375
|
+
height: auto !important;
|
|
376
|
+
width: auto !important;
|
|
377
|
+
}
|
|
378
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
379
|
+
margin-left: 5px !important;
|
|
380
|
+
}
|
|
381
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
382
|
+
font-size: 16px !important;
|
|
383
|
+
}
|
|
384
|
+
.e-bigger .e-float-input.e-control-wrapper {
|
|
385
|
+
width: 250px !important;
|
|
386
|
+
}
|
|
387
|
+
.e-bigger .e-predecessor-tooltip {
|
|
388
|
+
background-color: #000000;
|
|
389
|
+
}
|
|
390
|
+
.e-bigger .e-predecessor-dialog {
|
|
391
|
+
background-color: #f5f5f5;
|
|
392
|
+
}
|
|
393
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
394
|
+
background-color: #f5f5f5;
|
|
395
|
+
padding: 10px 9px 9px 14px !important;
|
|
396
|
+
}
|
|
397
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
398
|
+
padding: 16px 4px 16px 16px !important;
|
|
399
|
+
}
|
|
400
|
+
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
401
|
+
left: 0 !important;
|
|
402
|
+
}
|
|
403
|
+
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
404
|
+
font-size: 12px !important;
|
|
405
|
+
}
|
|
406
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
407
|
+
height: 70px !important;
|
|
408
|
+
padding: 16px !important;
|
|
409
|
+
}
|
|
410
|
+
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
411
|
+
margin-left: 12px;
|
|
412
|
+
}
|
|
413
|
+
.e-bigger .e-dialog .e-dlg-header {
|
|
414
|
+
line-height: 28px;
|
|
415
|
+
}
|
|
416
|
+
.e-bigger .e-filter-popup {
|
|
417
|
+
width: 350px !important;
|
|
418
|
+
}
|
|
419
|
+
.e-bigger .e-dlg-content {
|
|
420
|
+
border-radius: 6px !important;
|
|
421
|
+
padding: 32px 16px 16px !important;
|
|
422
|
+
}
|
|
423
|
+
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
424
|
+
font-size: 14px;
|
|
425
|
+
line-height: 22px;
|
|
426
|
+
}
|
|
427
|
+
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
428
|
+
font-size: 14px;
|
|
429
|
+
line-height: 22px;
|
|
430
|
+
}
|
|
431
|
+
.e-bigger .e-float-input.e-control-wrapper input {
|
|
432
|
+
height: 34px !important;
|
|
433
|
+
}
|
|
434
|
+
.e-bigger .e-left-btn:disabled {
|
|
435
|
+
color: #adadad !important;
|
|
436
|
+
}
|
|
437
|
+
.e-bigger .e-right-btn:disabled {
|
|
438
|
+
color: #adadad !important;
|
|
439
|
+
}
|
|
440
|
+
.e-bigger .e-input-group-icon.e-date-icon {
|
|
441
|
+
min-width: 36px !important;
|
|
442
|
+
}
|
|
443
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
444
|
+
min-height: 35px !important;
|
|
445
|
+
min-width: 35.82px !important;
|
|
446
|
+
}
|
|
447
|
+
.e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
448
|
+
min-height: 35px !important;
|
|
449
|
+
min-width: 35.82px !important;
|
|
450
|
+
}
|
|
451
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
452
|
+
min-height: 35px !important;
|
|
453
|
+
min-width: 35.82px !important;
|
|
454
|
+
}
|
|
455
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
456
|
+
height: 36px;
|
|
457
|
+
}
|
|
458
|
+
.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
459
|
+
font-size: 16px !important;
|
|
460
|
+
}
|
|
461
|
+
.e-bigger .e-btn.e-flat {
|
|
462
|
+
line-height: 24px;
|
|
463
|
+
padding: 6px 16px 6px 15px !important;
|
|
464
|
+
}
|
|
465
|
+
.e-bigger .e-btn.e-primary {
|
|
466
|
+
padding: 6px 21px 6px 23px !important;
|
|
265
467
|
}
|
|
266
468
|
|
|
267
469
|
.e-gantt {
|
|
@@ -416,9 +618,11 @@
|
|
|
416
618
|
position: absolute;
|
|
417
619
|
}
|
|
418
620
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
|
|
621
|
+
height: 100%;
|
|
419
622
|
position: absolute;
|
|
420
623
|
}
|
|
421
624
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
|
|
625
|
+
height: 100%;
|
|
422
626
|
position: absolute;
|
|
423
627
|
}
|
|
424
628
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
@@ -667,37 +871,35 @@
|
|
|
667
871
|
cursor: col-resize;
|
|
668
872
|
}
|
|
669
873
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
670
|
-
border-style: solid;
|
|
671
874
|
border-width: 1px;
|
|
672
875
|
box-sizing: content-box;
|
|
673
876
|
cursor: col-resize;
|
|
674
877
|
height: 2px;
|
|
675
878
|
position: absolute;
|
|
676
879
|
top: 7px;
|
|
677
|
-
width: 12px;
|
|
678
880
|
}
|
|
679
881
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
680
882
|
border-bottom-style: solid;
|
|
681
|
-
border-bottom-width:
|
|
883
|
+
border-bottom-width: 8px;
|
|
682
884
|
border-left: 7px solid transparent;
|
|
683
885
|
border-right: 7px solid transparent;
|
|
684
886
|
cursor: col-resize;
|
|
685
887
|
height: 0;
|
|
686
|
-
left:
|
|
888
|
+
left: 0;
|
|
687
889
|
position: absolute;
|
|
688
890
|
top: -7px;
|
|
689
891
|
width: 0;
|
|
690
892
|
}
|
|
691
893
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
692
894
|
border-bottom-style: solid;
|
|
693
|
-
border-bottom-width:
|
|
895
|
+
border-bottom-width: 8px;
|
|
694
896
|
border-left: 6px solid transparent;
|
|
695
897
|
border-right: 6px solid transparent;
|
|
696
898
|
cursor: col-resize;
|
|
697
899
|
height: 0;
|
|
698
|
-
left:
|
|
900
|
+
left: 1px;
|
|
699
901
|
position: absolute;
|
|
700
|
-
top: -
|
|
902
|
+
top: -7px;
|
|
701
903
|
width: 0;
|
|
702
904
|
}
|
|
703
905
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
@@ -1124,6 +1326,10 @@
|
|
|
1124
1326
|
height: 100%;
|
|
1125
1327
|
}
|
|
1126
1328
|
|
|
1329
|
+
.e-predecessor-tooltip {
|
|
1330
|
+
visibility: hidden;
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1127
1333
|
/*! Gantt theme */
|
|
1128
1334
|
.e-gantt .e-gantt-splitter {
|
|
1129
1335
|
border-color: #484848;
|
|
@@ -1341,7 +1547,7 @@
|
|
|
1341
1547
|
}
|
|
1342
1548
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1343
1549
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1344
|
-
background-color: #
|
|
1550
|
+
background-color: #21527d;
|
|
1345
1551
|
border-color: #1a1a1a;
|
|
1346
1552
|
}
|
|
1347
1553
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|