@syncfusion/ej2-vue-gantt 22.2.12 → 23.1.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.
Files changed (53) hide show
  1. package/CHANGELOG.md +202 -164
  2. package/dist/ej2-vue-gantt.umd.min.js +3 -3
  3. package/dist/ej2-vue-gantt.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-gantt.es2015.js +1 -1
  5. package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-gantt.es5.js +1 -1
  7. package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-gantt.min.js +3 -3
  9. package/package.json +9 -9
  10. package/src/gantt/adddialogfields.directive.d.ts +3 -1
  11. package/src/gantt/columns.directive.d.ts +3 -1
  12. package/src/gantt/dayworkingtime.directive.d.ts +3 -1
  13. package/src/gantt/editdialogfields.directive.d.ts +3 -1
  14. package/src/gantt/eventmarkers.directive.d.ts +3 -1
  15. package/src/gantt/gantt.component.d.ts +3 -1
  16. package/src/gantt/gantt.component.js +1 -1
  17. package/src/gantt/holidays.directive.d.ts +3 -1
  18. package/styles/bootstrap-dark.css +44 -100
  19. package/styles/bootstrap.css +44 -100
  20. package/styles/bootstrap4.css +44 -100
  21. package/styles/bootstrap5-dark.css +44 -100
  22. package/styles/bootstrap5.css +44 -100
  23. package/styles/fabric-dark.css +44 -100
  24. package/styles/fabric.css +44 -100
  25. package/styles/fluent-dark.css +44 -100
  26. package/styles/fluent.css +44 -100
  27. package/styles/gantt/bootstrap-dark.css +44 -100
  28. package/styles/gantt/bootstrap.css +44 -100
  29. package/styles/gantt/bootstrap4.css +44 -100
  30. package/styles/gantt/bootstrap5-dark.css +44 -100
  31. package/styles/gantt/bootstrap5.css +44 -100
  32. package/styles/gantt/fabric-dark.css +44 -100
  33. package/styles/gantt/fabric.css +44 -100
  34. package/styles/gantt/fluent-dark.css +44 -100
  35. package/styles/gantt/fluent.css +44 -100
  36. package/styles/gantt/highcontrast-light.css +40 -100
  37. package/styles/gantt/highcontrast.css +44 -100
  38. package/styles/gantt/material-dark.css +44 -101
  39. package/styles/gantt/material.css +44 -101
  40. package/styles/gantt/material3-dark.css +45 -102
  41. package/styles/gantt/material3-dark.scss +1 -1
  42. package/styles/gantt/material3.css +45 -102
  43. package/styles/gantt/material3.scss +1 -1
  44. package/styles/gantt/tailwind-dark.css +44 -101
  45. package/styles/gantt/tailwind.css +44 -101
  46. package/styles/highcontrast-light.css +40 -100
  47. package/styles/highcontrast.css +44 -100
  48. package/styles/material-dark.css +44 -101
  49. package/styles/material.css +44 -101
  50. package/styles/material3-dark.css +45 -102
  51. package/styles/material3.css +45 -102
  52. package/styles/tailwind-dark.css +44 -101
  53. package/styles/tailwind.css +44 -101
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-gantt@*",
3
- "_id": "@syncfusion/ej2-vue-gantt@22.2.11",
3
+ "_id": "@syncfusion/ej2-vue-gantt@23.1.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-TPAr3szo0dI+GBmhAnmez8F7p4li1JhcU2wknYlWA7fGzvKM3/0y6J9DbTkXJguyIyoLhKZERHCJsmrFEL7EMw==",
5
+ "_integrity": "sha512-vLVjWFxVnSQiDqFqLV319fnTIeTYwjicIi1gtXbxH5TsS3PZ1ZPtpMyIeLCSyvz4JKCNAJTYTew3LZ3ypXAJ9A==",
6
6
  "_location": "/@syncfusion/ej2-vue-gantt",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-22.2.11.tgz",
23
- "_shasum": "479db19866f9be930cdd4beffa01ad4ad2ecf186",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-23.1.36.tgz",
23
+ "_shasum": "f4dd73c72ac0793e5bff8ea8624e67e32330338b",
24
24
  "_spec": "@syncfusion/ej2-vue-gantt@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~22.2.12",
35
- "@syncfusion/ej2-gantt": "22.2.12",
36
- "@syncfusion/ej2-vue-base": "~22.2.5"
34
+ "@syncfusion/ej2-base": "~23.1.38",
35
+ "@syncfusion/ej2-gantt": "23.1.38",
36
+ "@syncfusion/ej2-vue-base": "~23.1.36"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 Gantt Component for Vue",
@@ -58,6 +58,6 @@
58
58
  "ci-publish": "gulp ci-publish",
59
59
  "compile": "gulp ci-compile && gulp vue-global-script"
60
60
  },
61
- "version": "22.2.12",
61
+ "version": "23.1.38",
62
62
  "sideEffects": false
63
63
  }
@@ -1,3 +1,5 @@
1
+ import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
2
+ import { AddDialogFieldSettingsModel } from '@syncfusion/ej2-gantt';
1
3
  export declare let AddDialogFieldsDirective: any;
2
4
  export declare const AddDialogFieldsPlugin: {
3
5
  name: string;
@@ -15,7 +17,7 @@ export declare const AddDialogFieldsPlugin: {
15
17
  * </ejs-gantt>
16
18
  * ```
17
19
  */
18
- export declare let AddDialogFieldDirective: any;
20
+ export declare let AddDialogFieldDirective: DefineVueDirective<AddDialogFieldSettingsModel>;
19
21
  export declare const AddDialogFieldPlugin: {
20
22
  name: string;
21
23
  install(Vue: any): void;
@@ -1,3 +1,5 @@
1
+ import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
2
+ import { ColumnModel } from '@syncfusion/ej2-gantt';
1
3
  export declare let ColumnsDirective: any;
2
4
  export declare const ColumnsPlugin: {
3
5
  name: string;
@@ -15,7 +17,7 @@ export declare const ColumnsPlugin: {
15
17
  * </ejs-gantt>
16
18
  * ```
17
19
  */
18
- export declare let ColumnDirective: any;
20
+ export declare let ColumnDirective: DefineVueDirective<ColumnModel>;
19
21
  export declare const ColumnPlugin: {
20
22
  name: string;
21
23
  install(Vue: any): void;
@@ -1,3 +1,5 @@
1
+ import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
2
+ import { DayWorkingTimeModel } from '@syncfusion/ej2-gantt';
1
3
  export declare let DayWorkingTimeCollectionDirective: any;
2
4
  export declare const DayWorkingTimeCollectionPlugin: {
3
5
  name: string;
@@ -15,7 +17,7 @@ export declare const DayWorkingTimeCollectionPlugin: {
15
17
  * </ejs-gantt>
16
18
  * ```
17
19
  */
18
- export declare let DayWorkingTimeDirective: any;
20
+ export declare let DayWorkingTimeDirective: DefineVueDirective<DayWorkingTimeModel>;
19
21
  export declare const DayWorkingTimePlugin: {
20
22
  name: string;
21
23
  install(Vue: any): void;
@@ -1,3 +1,5 @@
1
+ import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
2
+ import { EditDialogFieldSettingsModel } from '@syncfusion/ej2-gantt';
1
3
  export declare let EditDialogFieldsDirective: any;
2
4
  export declare const EditDialogFieldsPlugin: {
3
5
  name: string;
@@ -15,7 +17,7 @@ export declare const EditDialogFieldsPlugin: {
15
17
  * </ejs-gantt>
16
18
  * ```
17
19
  */
18
- export declare let EditDialogFieldDirective: any;
20
+ export declare let EditDialogFieldDirective: DefineVueDirective<EditDialogFieldSettingsModel>;
19
21
  export declare const EditDialogFieldPlugin: {
20
22
  name: string;
21
23
  install(Vue: any): void;
@@ -1,3 +1,5 @@
1
+ import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
2
+ import { EventMarkerModel } from '@syncfusion/ej2-gantt';
1
3
  export declare let EventMarkersDirective: any;
2
4
  export declare const EventMarkersPlugin: {
3
5
  name: string;
@@ -14,7 +16,7 @@ export declare const EventMarkersPlugin: {
14
16
  * </ejs-gantt>
15
17
  * ```
16
18
  */
17
- export declare let EventMarkerDirective: any;
19
+ export declare let EventMarkerDirective: DefineVueDirective<EventMarkerModel>;
18
20
  export declare const EventMarkerPlugin: {
19
21
  name: string;
20
22
  install(Vue: any): void;
@@ -1,3 +1,5 @@
1
+ import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
2
+ import { GanttModel } from '@syncfusion/ej2-gantt';
1
3
  export declare const properties: string[];
2
4
  export declare const modelProps: string[];
3
5
  export declare const testProp: any;
@@ -8,7 +10,7 @@ export declare const props: any, watch: any, emitProbs: any;
8
10
  * <ejs-gantt :dataSource='data' allowSelection='true' allowSorting='true'></ejs-gantt>
9
11
  * ```
10
12
  */
11
- export declare let GanttComponent: any;
13
+ export declare let GanttComponent: DefineVueComponent<GanttModel>;
12
14
  export declare type GanttComponent = InstanceType<typeof GanttComponent>;
13
15
  export declare const GanttPlugin: {
14
16
  name: string;
@@ -8,7 +8,7 @@ import { EditDialogFieldsDirective, EditDialogFieldDirective, EditDialogFieldsPl
8
8
  import { DayWorkingTimeCollectionDirective, DayWorkingTimeDirective, DayWorkingTimeCollectionPlugin, DayWorkingTimePlugin } from './dayworkingtime.directive';
9
9
  import { HolidaysDirective, HolidayDirective, HolidaysPlugin, HolidayPlugin } from './holidays.directive';
10
10
  import { EventMarkersDirective, EventMarkerDirective, EventMarkersPlugin, EventMarkerPlugin } from './eventmarkers.directive';
11
- export var properties = ['isLazyUpdate', 'plugins', 'UpdateOffsetOnTaskbarEdit', 'addDialogFields', 'allowExcelExport', 'allowFiltering', 'allowKeyboard', 'allowParentDependency', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTaskbarDragAndDrop', 'allowTaskbarOverlap', 'allowUnscheduledTasks', 'autoCalculateDateScheduling', 'autoFocusTasks', 'baselineColor', 'collapseAllParentTasks', 'columnMenuItems', 'columns', 'connectorLineBackground', 'connectorLineWidth', 'contextMenuItems', 'dataSource', 'dateFormat', 'dayWorkingTime', 'disableHtmlEncode', 'durationUnit', 'editDialogFields', 'editSettings', 'enableContextMenu', 'enableCriticalPath', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableMultiTaskbar', 'enablePersistence', 'enablePredecessorValidation', 'enableRtl', 'enableVirtualMaskRow', 'enableVirtualization', 'eventMarkers', 'filterSettings', 'gridLines', 'height', 'highlightWeekends', 'holidays', 'includeWeekend', 'labelSettings', 'loadingIndicator', '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', 'zoomingLevels', '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'];
11
+ export var properties = ['isLazyUpdate', 'plugins', 'UpdateOffsetOnTaskbarEdit', 'addDialogFields', 'allowExcelExport', 'allowFiltering', 'allowKeyboard', 'allowParentDependency', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTaskbarDragAndDrop', 'allowTaskbarOverlap', 'allowUnscheduledTasks', 'autoCalculateDateScheduling', 'autoFocusTasks', 'baselineColor', 'collapseAllParentTasks', 'columnMenuItems', 'columns', 'connectorLineBackground', 'connectorLineWidth', 'contextMenuItems', 'dataSource', 'dateFormat', 'dayWorkingTime', 'disableHtmlEncode', 'durationUnit', 'editDialogFields', 'editSettings', 'enableContextMenu', 'enableCriticalPath', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableMultiTaskbar', 'enablePersistence', 'enablePredecessorValidation', 'enableRtl', 'enableVirtualMaskRow', 'enableVirtualization', 'eventMarkers', 'filterSettings', 'gridLines', 'height', 'highlightWeekends', 'holidays', 'includeWeekend', 'labelSettings', 'loadChildOnDemand', 'loadingIndicator', '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', 'zoomingLevels', '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'];
12
12
  export var modelProps = ['dataSource'];
13
13
  export var testProp = getProps({ props: properties });
14
14
  export var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
@@ -1,3 +1,5 @@
1
+ import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
2
+ import { HolidayModel } from '@syncfusion/ej2-gantt';
1
3
  export declare let HolidaysDirective: any;
2
4
  export declare const HolidaysPlugin: {
3
5
  name: string;
@@ -15,7 +17,7 @@ export declare const HolidaysPlugin: {
15
17
  * </ejs-gantt>
16
18
  * ```
17
19
  */
18
- export declare let HolidayDirective: any;
20
+ export declare let HolidayDirective: DefineVueDirective<HolidayModel>;
19
21
  export declare const HolidayPlugin: {
20
22
  name: string;
21
23
  install(Vue: any): void;
@@ -247,6 +247,10 @@
247
247
  content: "\e903";
248
248
  }
249
249
 
250
+ .e-icon-rowselect::before {
251
+ content: "\e930";
252
+ }
253
+
250
254
  .e-gantt-tooltip-arrow-left::before {
251
255
  content: "\e85b";
252
256
  }
@@ -299,6 +303,7 @@
299
303
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
300
304
  background-color: #21527d;
301
305
  border-color: #1a1a1a;
306
+ position: relative;
302
307
  }
303
308
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
304
309
  .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
@@ -306,6 +311,17 @@
306
311
  border-color: #1a1a1a;
307
312
  outline: 2px solid #75ACDB;
308
313
  }
314
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover::after,
315
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover::after {
316
+ content: "";
317
+ position: absolute;
318
+ width: 30px;
319
+ height: 40px;
320
+ top: -10px;
321
+ }
322
+ .e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
323
+ cursor: no-drop;
324
+ }
309
325
  .e-bigger .e-gantt .e-tab .e-content {
310
326
  height: 242px !important;
311
327
  }
@@ -349,7 +365,6 @@
349
365
  }
350
366
  .e-bigger .e-gantt-dialog .e-dialog {
351
367
  border-radius: 6px;
352
- width: 556px !important;
353
368
  }
354
369
  .e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
355
370
  padding: 0 16px !important; /* stylelint-disable-line declaration-no-important */
@@ -491,10 +506,6 @@
491
506
  border-right: none !important; /* stylelint-disable-line declaration-no-important */
492
507
  border-left-color: #0070f0;
493
508
  }
494
- .e-gantt.e-gantt-rtl .e-toolbar-right {
495
- left: auto !important; /* stylelint-disable-line declaration-no-important */
496
- right: 0 !important; /* stylelint-disable-line declaration-no-important */
497
- }
498
509
  .e-gantt.e-gantt-rtl .e-gantt-chart .e-timeline-header-container {
499
510
  border-right: none !important; /* stylelint-disable-line declaration-no-important */
500
511
  border-left: 1px solid !important; /* stylelint-disable-line declaration-no-important */
@@ -814,6 +825,12 @@
814
825
  vertical-align: middle;
815
826
  z-index: 3;
816
827
  }
828
+ .e-gantt .e-gantt-chart .e-taskbar-main-container:hover {
829
+ z-index: 4;
830
+ }
831
+ .e-gantt .e-gantt-chart .e-taskbar-main-container.e-gantt-multi-taskbar:hover {
832
+ z-index: 4;
833
+ }
817
834
  .e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
818
835
  -ms-flex-align: center;
819
836
  align-items: center;
@@ -953,72 +970,61 @@
953
970
  height: 16px;
954
971
  width: 16px;
955
972
  left: 14px;
956
- background: #e1dfdd;
957
973
  }
958
974
  .e-gantt .e-gantt-chart .e-innerHTML1 {
959
975
  height: 16px;
960
976
  width: 16px;
961
977
  left: 30px;
962
- background: #e1dfdd;
963
978
  }
964
979
  .e-gantt .e-gantt-chart .e-innerHTML2 {
965
980
  height: 16px;
966
981
  width: 16px;
967
982
  left: 60px;
968
- background: #e1dfdd;
969
983
  }
970
984
  .e-gantt .e-gantt-chart .e-timelineHeader {
971
985
  height: 16px;
972
986
  width: 82px;
973
987
  left: 20px;
974
- background: #e1dfdd;
975
988
  }
976
989
  .e-gantt .e-gantt-chart .e-maskcell01 {
977
990
  height: 12px;
978
991
  width: 88px;
979
992
  left: 14px;
980
993
  border-radius: 0;
981
- background: #e1dfdd;
982
994
  }
983
995
  .e-gantt .e-gantt-chart .e-maskcell02 {
984
996
  height: 18px;
985
997
  width: 410px;
986
998
  border-radius: 0;
987
- background: #e1dfdd;
988
999
  }
989
1000
  .e-gantt .e-gantt-chart .e-maskcell03 {
990
1001
  height: 12px;
991
1002
  width: 88px;
992
1003
  left: 14px;
993
1004
  border-radius: 0;
994
- background: #e1dfdd;
995
1005
  }
996
1006
  .e-gantt .e-gantt-chart .e-maskcell04 {
997
1007
  height: 18px;
998
1008
  width: 208px;
999
1009
  border-radius: 0;
1000
- background: #e1dfdd;
1001
1010
  }
1002
1011
  .e-gantt .e-gantt-chart .e-maskcell05 {
1003
1012
  height: 12px;
1004
1013
  width: 108px;
1005
1014
  left: 64px;
1006
1015
  border-radius: 0;
1007
- background: #e1dfdd;
1008
1016
  }
1009
1017
  .e-gantt .e-gantt-chart .e-maskcell06 {
1010
1018
  height: 18px;
1011
1019
  width: 195px;
1012
1020
  left: 192px;
1013
1021
  border-radius: 0;
1014
- background: #e1dfdd;
1015
1022
  }
1016
1023
  .e-gantt .e-gantt-chart .e-maskcell07 {
1017
1024
  height: 18px;
1018
1025
  width: 156px;
1019
1026
  left: 388px;
1020
1027
  border-radius: 0;
1021
- background: #e1dfdd;
1022
1028
  }
1023
1029
  .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
1024
1030
  .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
@@ -1153,7 +1159,7 @@
1153
1159
  border-left: 1px dashed;
1154
1160
  position: absolute;
1155
1161
  width: 1px;
1156
- z-index: 2;
1162
+ z-index: 4;
1157
1163
  }
1158
1164
  .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
1159
1165
  border-radius: 3px;
@@ -1371,10 +1377,6 @@
1371
1377
  box-shadow: none;
1372
1378
  }
1373
1379
 
1374
- .e-icon-rowselect::before {
1375
- content: "\e930";
1376
- }
1377
-
1378
1380
  .e-ganttpopup {
1379
1381
  -moz-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
1380
1382
  -ms-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
@@ -1433,6 +1435,15 @@
1433
1435
  font-size: 14px;
1434
1436
  }
1435
1437
 
1438
+ .e-bigger .e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
1439
+ height: 64px !important; /* stylelint-disable-line declaration-no-important */
1440
+ }
1441
+
1442
+ .e-bigger .e-timeline-single-header-cell {
1443
+ height: 64px !important; /* stylelint-disable-line declaration-no-important */
1444
+ line-height: 64px !important; /* stylelint-disable-line declaration-no-important */
1445
+ }
1446
+
1436
1447
  .e-gantt-tooltip-label {
1437
1448
  padding-bottom: 2px;
1438
1449
  padding-right: 2px;
@@ -1477,16 +1488,6 @@
1477
1488
  .e-gantt.e-device .e-gridheader .e-icons {
1478
1489
  font-size: 12px;
1479
1490
  }
1480
- .e-gantt.e-device .e-right-resize-gripper,
1481
- .e-gantt.e-device .e-left-resize-gripper {
1482
- border: 7px solid;
1483
- z-index: -1;
1484
- }
1485
- .e-gantt.e-device .e-right-resize-gripper::before,
1486
- .e-gantt.e-device .e-left-resize-gripper::before {
1487
- font-size: 14px;
1488
- margin-left: -7px;
1489
- }
1490
1491
  .e-gantt.e-device .e-dependent-div .e-content {
1491
1492
  height: 100%;
1492
1493
  }
@@ -1549,6 +1550,12 @@
1549
1550
  color: #000;
1550
1551
  }
1551
1552
 
1553
+ .e-gantt-chart-resize-indicator {
1554
+ height: 100%;
1555
+ position: absolute;
1556
+ z-index: 1;
1557
+ }
1558
+
1552
1559
  /*! Gantt theme */
1553
1560
  .e-gantt .e-gantt-splitter {
1554
1561
  border-color: #484848;
@@ -1905,75 +1912,6 @@
1905
1912
  .e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
1906
1913
  border-color: #000;
1907
1914
  }
1908
- .e-gantt .e-gantt-chart .e-active-parent-task {
1909
- border-radius: 4px;
1910
- box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5);
1911
- }
1912
- .e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
1913
- background: #1a1a1a;
1914
- border: #1a1a1a;
1915
- }
1916
- .e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
1917
- background-color: transparent;
1918
- border: transparent;
1919
- }
1920
- .e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
1921
- color: transparent;
1922
- }
1923
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
1924
- color: transparent !important; /* stylelint-disable-line declaration-no-important */
1925
- }
1926
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
1927
- border-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1928
- }
1929
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
1930
- border-left-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1931
- }
1932
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
1933
- border-right-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1934
- }
1935
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
1936
- background: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1937
- border: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1938
- }
1939
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
1940
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1941
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
1942
- }
1943
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-milestone {
1944
- background-color: #D5D5D5 !important; /* stylelint-disable-line declaration-no-important */
1945
- }
1946
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
1947
- background-color: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1948
- border: #8A8A8A !important; /* stylelint-disable-line declaration-no-important */
1949
- }
1950
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
1951
- background-color: transparent !important; /* stylelint-disable-line declaration-no-important */
1952
- border: transparent !important; /* stylelint-disable-line declaration-no-important */
1953
- }
1954
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
1955
- background: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
1956
- border: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
1957
- }
1958
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-milestone {
1959
- background-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
1960
- }
1961
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
1962
- background: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
1963
- border: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
1964
- }
1965
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-milestone {
1966
- background-color: #57a5ff !important; /* stylelint-disable-line declaration-no-important */
1967
- }
1968
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
1969
- border-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
1970
- }
1971
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
1972
- border-left-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
1973
- }
1974
- .e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
1975
- border-right-color: #0070f0 !important; /* stylelint-disable-line declaration-no-important */
1976
- }
1977
1915
  .e-gantt .e-icons {
1978
1916
  color: #fff;
1979
1917
  }
@@ -2083,4 +2021,10 @@
2083
2021
 
2084
2022
  .e-gantt .e-gantt-chart .e-critical-milestone {
2085
2023
  background-color: #D13438;
2024
+ }
2025
+
2026
+ .e-gantt-chart-resize-indicator {
2027
+ border: 1px dashed #248aff;
2028
+ border-bottom: none;
2029
+ border-top: none;
2086
2030
  }