@syncfusion/ej2-vue-gantt 19.3.53 → 19.4.38
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 +43 -0
- package/dist/ej2-vue-gantt.umd.min.js +1 -1
- package/dist/es6/ej2-vue-gantt.es2015.js +2 -2
- package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js +2 -2
- package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +8 -8
- package/src/gantt/gantt.component.js +2 -2
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap5-dark.css +7 -6
- package/styles/bootstrap5.css +7 -6
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric.css +1 -1
- package/styles/gantt/bootstrap-dark.css +1 -1
- package/styles/gantt/bootstrap.css +1 -1
- package/styles/gantt/bootstrap4.css +1 -1
- package/styles/gantt/bootstrap5-dark.css +7 -6
- package/styles/gantt/bootstrap5.css +7 -6
- package/styles/gantt/fabric-dark.css +1 -1
- package/styles/gantt/fabric.css +1 -1
- package/styles/gantt/highcontrast-light.css +1 -1
- package/styles/gantt/highcontrast.css +1 -1
- package/styles/gantt/material-dark.css +1 -1
- package/styles/gantt/material.css +1 -1
- package/styles/gantt/tailwind-dark.css +2 -2
- package/styles/gantt/tailwind.css +2 -2
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material.css +1 -1
- package/styles/tailwind-dark.css +2 -2
- package/styles/tailwind.css +2 -2
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-gantt@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-gantt@19.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-gantt@19.7.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-G5OD2ekD8H2fbwpyUseNEENjvNYLJkf06zqkOOXTNbU7eqtEffNJVZKrwvZIS3/y6OAIz6CHd+iyXkY/BjYvfg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-gantt",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-19.7.0.tgz",
|
|
23
|
+
"_shasum": "f3624820b0c612f2ec1d943a2d911ab8459b5beb",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-gantt@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~19.
|
|
35
|
-
"@syncfusion/ej2-gantt": "19.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~19.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.38",
|
|
35
|
+
"@syncfusion/ej2-gantt": "19.4.38",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~19.4.38"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 Gantt Component for Vue",
|
|
@@ -63,6 +63,6 @@
|
|
|
63
63
|
"type": "git",
|
|
64
64
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
65
65
|
},
|
|
66
|
-
"version": "19.
|
|
66
|
+
"version": "19.4.38",
|
|
67
67
|
"sideEffects": false
|
|
68
68
|
}
|
|
@@ -28,7 +28,7 @@ import { DayWorkingTimeCollectionDirective, DayWorkingTimeDirective, DayWorkingT
|
|
|
28
28
|
import { HolidaysDirective, HolidayDirective, HolidaysPlugin, HolidayPlugin } from './holidays.directive';
|
|
29
29
|
import { EventMarkersDirective, EventMarkerDirective, EventMarkersPlugin, EventMarkerPlugin } from './eventmarkers.directive';
|
|
30
30
|
import { Options } from 'vue-class-component';
|
|
31
|
-
export var properties = ['
|
|
31
|
+
export var properties = ['isLazyUpdate', 'addDialogFields', 'allowExcelExport', 'allowFiltering', 'allowKeyboard', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowUnscheduledTasks', 'autoFocusTasks', 'baselineColor', 'collapseAllParentTasks', 'columnMenuItems', 'columns', 'connectorLineBackground', 'connectorLineWidth', 'contextMenuItems', 'dataSource', 'dateFormat', 'dayWorkingTime', 'disableHtmlEncode', 'durationUnit', 'editDialogFields', 'editSettings', 'enableContextMenu', 'enableImmutableMode', 'enableMultiTaskbar', 'enablePersistence', 'enablePredecessorValidation', 'enableRtl', 'enableVirtualization', 'eventMarkers', 'filterSettings', 'gridLines', 'height', 'highlightWeekends', 'holidays', 'includeWeekend', 'labelSettings', 'locale', 'milestoneTemplate', 'parentTaskbarTemplate', 'projectEndDate', 'projectStartDate', 'query', 'readOnly', 'renderBaseline', 'resourceFields', 'resourceIDMapping', 'resourceNameMapping', 'resources', 'rowHeight', 'searchSettings', 'segmentData', 'selectedRowIndex', 'selectionSettings', 'showColumnMenu', 'showInlineNotes', 'showOverAllocation', 'sortSettings', 'splitterSettings', 'taskFields', 'taskMode', 'taskType', 'taskbarHeight', 'taskbarTemplate', 'timelineSettings', 'timezone', 'toolbar', 'tooltipSettings', 'treeColumnIndex', 'validateManualTasksOnLinking', 'viewType', 'width', 'workUnit', 'workWeek', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeExcelExport', 'beforePdfExport', 'beforeTooltipRender', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSelected', 'cellSelecting', 'collapsed', 'collapsing', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuOpen', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataBound', 'dataStateChange', 'destroyed', 'endEdit', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'expanded', 'expanding', 'headerCellInfo', 'load', 'onMouseMove', 'onTaskbarClick', 'pdfColumnHeaderQueryCellInfo', 'pdfExportComplete', 'pdfQueryCellInfo', 'pdfQueryTaskbarInfo', 'pdfQueryTimelineCellInfo', 'queryCellInfo', 'queryTaskbarInfo', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'splitterResizeStart', 'splitterResized', 'splitterResizing', 'taskbarEdited', 'taskbarEditing', 'toolbarClick'];
|
|
32
32
|
export var modelProps = ['dataSource'];
|
|
33
33
|
export var testProp = getProps({ props: properties });
|
|
34
34
|
export var props = testProp[0];
|
|
@@ -127,7 +127,7 @@ var GanttComponent = /** @class */ (function (_super) {
|
|
|
127
127
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
128
128
|
}
|
|
129
129
|
else {
|
|
130
|
-
if (eventName === 'change' || (this.$props && !this.$props.
|
|
130
|
+
if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
|
|
131
131
|
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
132
132
|
this.$emit('modelchanged', eventProp[propKey]);
|
|
133
133
|
}
|
package/styles/bootstrap.css
CHANGED
package/styles/bootstrap4.css
CHANGED
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
63
63
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
64
64
|
background: transparent;
|
|
65
|
-
color: inherit;
|
|
66
65
|
}
|
|
67
66
|
|
|
68
67
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -181,6 +180,8 @@
|
|
|
181
180
|
border-left-width: 0;
|
|
182
181
|
}
|
|
183
182
|
|
|
183
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
184
|
+
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
184
185
|
/*! Horizontal Tab */
|
|
185
186
|
/*! Bootstrap specific themes definition's */
|
|
186
187
|
/*! Vertical Tab */
|
|
@@ -868,7 +869,7 @@
|
|
|
868
869
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
869
870
|
-ms-flex-align: center;
|
|
870
871
|
align-items: center;
|
|
871
|
-
cursor:
|
|
872
|
+
cursor: ew-resize;
|
|
872
873
|
display: -ms-inline-flexbox;
|
|
873
874
|
display: inline-flex;
|
|
874
875
|
}
|
|
@@ -1608,21 +1609,21 @@
|
|
|
1608
1609
|
.e-gantt .e-gantt-chart .e-left-label-temp-container {
|
|
1609
1610
|
color: #ced4da;
|
|
1610
1611
|
font-size: 14px;
|
|
1611
|
-
padding-right:
|
|
1612
|
+
padding-right: 25px;
|
|
1612
1613
|
}
|
|
1613
1614
|
|
|
1614
1615
|
.e-gantt .e-gantt-chart .e-right-label-temp-container {
|
|
1615
1616
|
color: #ced4da;
|
|
1616
1617
|
font-size: 14px;
|
|
1617
|
-
margin-left:
|
|
1618
|
+
margin-left: 25px;
|
|
1618
1619
|
}
|
|
1619
1620
|
|
|
1620
1621
|
.e-gantt .e-gantt-chart .e-right-label-container {
|
|
1621
|
-
margin-left:
|
|
1622
|
+
margin-left: 25px;
|
|
1622
1623
|
}
|
|
1623
1624
|
|
|
1624
1625
|
.e-gantt .e-gantt-chart .e-left-label-container {
|
|
1625
|
-
padding-right:
|
|
1626
|
+
padding-right: 25px;
|
|
1626
1627
|
}
|
|
1627
1628
|
|
|
1628
1629
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
63
63
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
64
64
|
background: transparent;
|
|
65
|
-
color: inherit;
|
|
66
65
|
}
|
|
67
66
|
|
|
68
67
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -181,6 +180,8 @@
|
|
|
181
180
|
border-left-width: 0;
|
|
182
181
|
}
|
|
183
182
|
|
|
183
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
184
|
+
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
184
185
|
/*! Horizontal Tab */
|
|
185
186
|
/*! Bootstrap specific themes definition's */
|
|
186
187
|
/*! Vertical Tab */
|
|
@@ -868,7 +869,7 @@
|
|
|
868
869
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
869
870
|
-ms-flex-align: center;
|
|
870
871
|
align-items: center;
|
|
871
|
-
cursor:
|
|
872
|
+
cursor: ew-resize;
|
|
872
873
|
display: -ms-inline-flexbox;
|
|
873
874
|
display: inline-flex;
|
|
874
875
|
}
|
|
@@ -1608,21 +1609,21 @@
|
|
|
1608
1609
|
.e-gantt .e-gantt-chart .e-left-label-temp-container {
|
|
1609
1610
|
color: #495057;
|
|
1610
1611
|
font-size: 14px;
|
|
1611
|
-
padding-right:
|
|
1612
|
+
padding-right: 25px;
|
|
1612
1613
|
}
|
|
1613
1614
|
|
|
1614
1615
|
.e-gantt .e-gantt-chart .e-right-label-temp-container {
|
|
1615
1616
|
color: #495057;
|
|
1616
1617
|
font-size: 14px;
|
|
1617
|
-
margin-left:
|
|
1618
|
+
margin-left: 25px;
|
|
1618
1619
|
}
|
|
1619
1620
|
|
|
1620
1621
|
.e-gantt .e-gantt-chart .e-right-label-container {
|
|
1621
|
-
margin-left:
|
|
1622
|
+
margin-left: 25px;
|
|
1622
1623
|
}
|
|
1623
1624
|
|
|
1624
1625
|
.e-gantt .e-gantt-chart .e-left-label-container {
|
|
1625
|
-
padding-right:
|
|
1626
|
+
padding-right: 25px;
|
|
1626
1627
|
}
|
|
1627
1628
|
|
|
1628
1629
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
package/styles/fabric-dark.css
CHANGED
package/styles/fabric.css
CHANGED
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
63
63
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
64
64
|
background: transparent;
|
|
65
|
-
color: inherit;
|
|
66
65
|
}
|
|
67
66
|
|
|
68
67
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -181,6 +180,8 @@
|
|
|
181
180
|
border-left-width: 0;
|
|
182
181
|
}
|
|
183
182
|
|
|
183
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
184
|
+
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
184
185
|
/*! Horizontal Tab */
|
|
185
186
|
/*! Bootstrap specific themes definition's */
|
|
186
187
|
/*! Vertical Tab */
|
|
@@ -868,7 +869,7 @@
|
|
|
868
869
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
869
870
|
-ms-flex-align: center;
|
|
870
871
|
align-items: center;
|
|
871
|
-
cursor:
|
|
872
|
+
cursor: ew-resize;
|
|
872
873
|
display: -ms-inline-flexbox;
|
|
873
874
|
display: inline-flex;
|
|
874
875
|
}
|
|
@@ -1608,21 +1609,21 @@
|
|
|
1608
1609
|
.e-gantt .e-gantt-chart .e-left-label-temp-container {
|
|
1609
1610
|
color: #ced4da;
|
|
1610
1611
|
font-size: 14px;
|
|
1611
|
-
padding-right:
|
|
1612
|
+
padding-right: 25px;
|
|
1612
1613
|
}
|
|
1613
1614
|
|
|
1614
1615
|
.e-gantt .e-gantt-chart .e-right-label-temp-container {
|
|
1615
1616
|
color: #ced4da;
|
|
1616
1617
|
font-size: 14px;
|
|
1617
|
-
margin-left:
|
|
1618
|
+
margin-left: 25px;
|
|
1618
1619
|
}
|
|
1619
1620
|
|
|
1620
1621
|
.e-gantt .e-gantt-chart .e-right-label-container {
|
|
1621
|
-
margin-left:
|
|
1622
|
+
margin-left: 25px;
|
|
1622
1623
|
}
|
|
1623
1624
|
|
|
1624
1625
|
.e-gantt .e-gantt-chart .e-left-label-container {
|
|
1625
|
-
padding-right:
|
|
1626
|
+
padding-right: 25px;
|
|
1626
1627
|
}
|
|
1627
1628
|
|
|
1628
1629
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
63
63
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
64
64
|
background: transparent;
|
|
65
|
-
color: inherit;
|
|
66
65
|
}
|
|
67
66
|
|
|
68
67
|
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
@@ -181,6 +180,8 @@
|
|
|
181
180
|
border-left-width: 0;
|
|
182
181
|
}
|
|
183
182
|
|
|
183
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
184
|
+
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
184
185
|
/*! Horizontal Tab */
|
|
185
186
|
/*! Bootstrap specific themes definition's */
|
|
186
187
|
/*! Vertical Tab */
|
|
@@ -868,7 +869,7 @@
|
|
|
868
869
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
869
870
|
-ms-flex-align: center;
|
|
870
871
|
align-items: center;
|
|
871
|
-
cursor:
|
|
872
|
+
cursor: ew-resize;
|
|
872
873
|
display: -ms-inline-flexbox;
|
|
873
874
|
display: inline-flex;
|
|
874
875
|
}
|
|
@@ -1608,21 +1609,21 @@
|
|
|
1608
1609
|
.e-gantt .e-gantt-chart .e-left-label-temp-container {
|
|
1609
1610
|
color: #495057;
|
|
1610
1611
|
font-size: 14px;
|
|
1611
|
-
padding-right:
|
|
1612
|
+
padding-right: 25px;
|
|
1612
1613
|
}
|
|
1613
1614
|
|
|
1614
1615
|
.e-gantt .e-gantt-chart .e-right-label-temp-container {
|
|
1615
1616
|
color: #495057;
|
|
1616
1617
|
font-size: 14px;
|
|
1617
|
-
margin-left:
|
|
1618
|
+
margin-left: 25px;
|
|
1618
1619
|
}
|
|
1619
1620
|
|
|
1620
1621
|
.e-gantt .e-gantt-chart .e-right-label-container {
|
|
1621
|
-
margin-left:
|
|
1622
|
+
margin-left: 25px;
|
|
1622
1623
|
}
|
|
1623
1624
|
|
|
1624
1625
|
.e-gantt .e-gantt-chart .e-left-label-container {
|
|
1625
|
-
padding-right:
|
|
1626
|
+
padding-right: 25px;
|
|
1626
1627
|
}
|
|
1627
1628
|
|
|
1628
1629
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
package/styles/gantt/fabric.css
CHANGED
|
@@ -893,7 +893,7 @@
|
|
|
893
893
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
894
894
|
-ms-flex-align: center;
|
|
895
895
|
align-items: center;
|
|
896
|
-
cursor:
|
|
896
|
+
cursor: ew-resize;
|
|
897
897
|
display: -ms-inline-flexbox;
|
|
898
898
|
display: inline-flex;
|
|
899
899
|
}
|
|
@@ -987,7 +987,7 @@
|
|
|
987
987
|
}
|
|
988
988
|
|
|
989
989
|
.e-gantt .e-gantt-chart .e-connector-line-z-index {
|
|
990
|
-
z-index:
|
|
990
|
+
z-index: 1;
|
|
991
991
|
}
|
|
992
992
|
|
|
993
993
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
@@ -893,7 +893,7 @@
|
|
|
893
893
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
894
894
|
-ms-flex-align: center;
|
|
895
895
|
align-items: center;
|
|
896
|
-
cursor:
|
|
896
|
+
cursor: ew-resize;
|
|
897
897
|
display: -ms-inline-flexbox;
|
|
898
898
|
display: inline-flex;
|
|
899
899
|
}
|
|
@@ -987,7 +987,7 @@
|
|
|
987
987
|
}
|
|
988
988
|
|
|
989
989
|
.e-gantt .e-gantt-chart .e-connector-line-z-index {
|
|
990
|
-
z-index:
|
|
990
|
+
z-index: 1;
|
|
991
991
|
}
|
|
992
992
|
|
|
993
993
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
package/styles/tailwind-dark.css
CHANGED
|
@@ -893,7 +893,7 @@
|
|
|
893
893
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
894
894
|
-ms-flex-align: center;
|
|
895
895
|
align-items: center;
|
|
896
|
-
cursor:
|
|
896
|
+
cursor: ew-resize;
|
|
897
897
|
display: -ms-inline-flexbox;
|
|
898
898
|
display: inline-flex;
|
|
899
899
|
}
|
|
@@ -987,7 +987,7 @@
|
|
|
987
987
|
}
|
|
988
988
|
|
|
989
989
|
.e-gantt .e-gantt-chart .e-connector-line-z-index {
|
|
990
|
-
z-index:
|
|
990
|
+
z-index: 1;
|
|
991
991
|
}
|
|
992
992
|
|
|
993
993
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
package/styles/tailwind.css
CHANGED
|
@@ -893,7 +893,7 @@
|
|
|
893
893
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
894
894
|
-ms-flex-align: center;
|
|
895
895
|
align-items: center;
|
|
896
|
-
cursor:
|
|
896
|
+
cursor: ew-resize;
|
|
897
897
|
display: -ms-inline-flexbox;
|
|
898
898
|
display: inline-flex;
|
|
899
899
|
}
|
|
@@ -987,7 +987,7 @@
|
|
|
987
987
|
}
|
|
988
988
|
|
|
989
989
|
.e-gantt .e-gantt-chart .e-connector-line-z-index {
|
|
990
|
-
z-index:
|
|
990
|
+
z-index: 1;
|
|
991
991
|
}
|
|
992
992
|
|
|
993
993
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|