@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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-gantt@*",
3
- "_id": "@syncfusion/ej2-vue-gantt@19.3.48",
3
+ "_id": "@syncfusion/ej2-vue-gantt@19.7.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-uy1GFhfzQAIH8kAb+jXnJN7efw6K57lG8ZFlJHuHhOwfKjR1252AsMbCo8vzWNYlgVeBpx26Ho6y35aET788gQ==",
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-hotfix/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-19.3.48.tgz",
23
- "_shasum": "8ce2f349c1e743b7171f357feb1a65ce43292d1e",
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.3.53",
35
- "@syncfusion/ej2-gantt": "19.3.53",
36
- "@syncfusion/ej2-vue-base": "~19.3.53"
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.3.53",
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 = ['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'];
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.islazyUpdate)) {
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
  }
@@ -835,7 +835,7 @@
835
835
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
836
836
  -ms-flex-align: center;
837
837
  align-items: center;
838
- cursor: e-resize;
838
+ cursor: ew-resize;
839
839
  display: -ms-inline-flexbox;
840
840
  display: inline-flex;
841
841
  }
@@ -985,7 +985,7 @@
985
985
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
986
986
  -ms-flex-align: center;
987
987
  align-items: center;
988
- cursor: e-resize;
988
+ cursor: ew-resize;
989
989
  display: -ms-inline-flexbox;
990
990
  display: inline-flex;
991
991
  }
@@ -1202,7 +1202,7 @@
1202
1202
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
1203
1203
  -ms-flex-align: center;
1204
1204
  align-items: center;
1205
- cursor: e-resize;
1205
+ cursor: ew-resize;
1206
1206
  display: -ms-inline-flexbox;
1207
1207
  display: inline-flex;
1208
1208
  }
@@ -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: e-resize;
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: 16px;
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: 16px;
1618
+ margin-left: 25px;
1618
1619
  }
1619
1620
 
1620
1621
  .e-gantt .e-gantt-chart .e-right-label-container {
1621
- margin-left: 16px;
1622
+ margin-left: 25px;
1622
1623
  }
1623
1624
 
1624
1625
  .e-gantt .e-gantt-chart .e-left-label-container {
1625
- padding-right: 16px;
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: e-resize;
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: 16px;
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: 16px;
1618
+ margin-left: 25px;
1618
1619
  }
1619
1620
 
1620
1621
  .e-gantt .e-gantt-chart .e-right-label-container {
1621
- margin-left: 16px;
1622
+ margin-left: 25px;
1622
1623
  }
1623
1624
 
1624
1625
  .e-gantt .e-gantt-chart .e-left-label-container {
1625
- padding-right: 16px;
1626
+ padding-right: 25px;
1626
1627
  }
1627
1628
 
1628
1629
  .e-gantt .e-gantt-chart .e-connectorpoint-right {
@@ -789,7 +789,7 @@
789
789
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
790
790
  -ms-flex-align: center;
791
791
  align-items: center;
792
- cursor: e-resize;
792
+ cursor: ew-resize;
793
793
  display: -ms-inline-flexbox;
794
794
  display: inline-flex;
795
795
  }
package/styles/fabric.css CHANGED
@@ -787,7 +787,7 @@
787
787
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
788
788
  -ms-flex-align: center;
789
789
  align-items: center;
790
- cursor: e-resize;
790
+ cursor: ew-resize;
791
791
  display: -ms-inline-flexbox;
792
792
  display: inline-flex;
793
793
  }
@@ -835,7 +835,7 @@
835
835
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
836
836
  -ms-flex-align: center;
837
837
  align-items: center;
838
- cursor: e-resize;
838
+ cursor: ew-resize;
839
839
  display: -ms-inline-flexbox;
840
840
  display: inline-flex;
841
841
  }
@@ -985,7 +985,7 @@
985
985
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
986
986
  -ms-flex-align: center;
987
987
  align-items: center;
988
- cursor: e-resize;
988
+ cursor: ew-resize;
989
989
  display: -ms-inline-flexbox;
990
990
  display: inline-flex;
991
991
  }
@@ -1202,7 +1202,7 @@
1202
1202
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
1203
1203
  -ms-flex-align: center;
1204
1204
  align-items: center;
1205
- cursor: e-resize;
1205
+ cursor: ew-resize;
1206
1206
  display: -ms-inline-flexbox;
1207
1207
  display: inline-flex;
1208
1208
  }
@@ -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: e-resize;
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: 16px;
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: 16px;
1618
+ margin-left: 25px;
1618
1619
  }
1619
1620
 
1620
1621
  .e-gantt .e-gantt-chart .e-right-label-container {
1621
- margin-left: 16px;
1622
+ margin-left: 25px;
1622
1623
  }
1623
1624
 
1624
1625
  .e-gantt .e-gantt-chart .e-left-label-container {
1625
- padding-right: 16px;
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: e-resize;
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: 16px;
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: 16px;
1618
+ margin-left: 25px;
1618
1619
  }
1619
1620
 
1620
1621
  .e-gantt .e-gantt-chart .e-right-label-container {
1621
- margin-left: 16px;
1622
+ margin-left: 25px;
1622
1623
  }
1623
1624
 
1624
1625
  .e-gantt .e-gantt-chart .e-left-label-container {
1625
- padding-right: 16px;
1626
+ padding-right: 25px;
1626
1627
  }
1627
1628
 
1628
1629
  .e-gantt .e-gantt-chart .e-connectorpoint-right {
@@ -789,7 +789,7 @@
789
789
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
790
790
  -ms-flex-align: center;
791
791
  align-items: center;
792
- cursor: e-resize;
792
+ cursor: ew-resize;
793
793
  display: -ms-inline-flexbox;
794
794
  display: inline-flex;
795
795
  }
@@ -787,7 +787,7 @@
787
787
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
788
788
  -ms-flex-align: center;
789
789
  align-items: center;
790
- cursor: e-resize;
790
+ cursor: ew-resize;
791
791
  display: -ms-inline-flexbox;
792
792
  display: inline-flex;
793
793
  }
@@ -790,7 +790,7 @@
790
790
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
791
791
  -ms-flex-align: center;
792
792
  align-items: center;
793
- cursor: e-resize;
793
+ cursor: ew-resize;
794
794
  display: -ms-inline-flexbox;
795
795
  display: inline-flex;
796
796
  }
@@ -904,7 +904,7 @@
904
904
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
905
905
  -ms-flex-align: center;
906
906
  align-items: center;
907
- cursor: e-resize;
907
+ cursor: ew-resize;
908
908
  display: -ms-inline-flexbox;
909
909
  display: inline-flex;
910
910
  }
@@ -826,7 +826,7 @@
826
826
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
827
827
  -ms-flex-align: center;
828
828
  align-items: center;
829
- cursor: e-resize;
829
+ cursor: ew-resize;
830
830
  display: -ms-inline-flexbox;
831
831
  display: inline-flex;
832
832
  }
@@ -867,7 +867,7 @@
867
867
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
868
868
  -ms-flex-align: center;
869
869
  align-items: center;
870
- cursor: e-resize;
870
+ cursor: ew-resize;
871
871
  display: -ms-inline-flexbox;
872
872
  display: inline-flex;
873
873
  }
@@ -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: e-resize;
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: 2;
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: e-resize;
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: 2;
990
+ z-index: 1;
991
991
  }
992
992
 
993
993
  .e-gantt .e-gantt-chart .e-connector-line-hover {
@@ -790,7 +790,7 @@
790
790
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
791
791
  -ms-flex-align: center;
792
792
  align-items: center;
793
- cursor: e-resize;
793
+ cursor: ew-resize;
794
794
  display: -ms-inline-flexbox;
795
795
  display: inline-flex;
796
796
  }
@@ -904,7 +904,7 @@
904
904
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
905
905
  -ms-flex-align: center;
906
906
  align-items: center;
907
- cursor: e-resize;
907
+ cursor: ew-resize;
908
908
  display: -ms-inline-flexbox;
909
909
  display: inline-flex;
910
910
  }
@@ -826,7 +826,7 @@
826
826
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
827
827
  -ms-flex-align: center;
828
828
  align-items: center;
829
- cursor: e-resize;
829
+ cursor: ew-resize;
830
830
  display: -ms-inline-flexbox;
831
831
  display: inline-flex;
832
832
  }
@@ -867,7 +867,7 @@
867
867
  .e-gantt .e-gantt-chart .e-right-resize-gripper {
868
868
  -ms-flex-align: center;
869
869
  align-items: center;
870
- cursor: e-resize;
870
+ cursor: ew-resize;
871
871
  display: -ms-inline-flexbox;
872
872
  display: inline-flex;
873
873
  }
@@ -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: e-resize;
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: 2;
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: e-resize;
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: 2;
990
+ z-index: 1;
991
991
  }
992
992
 
993
993
  .e-gantt .e-gantt-chart .e-connector-line-hover {