@syncfusion/ej2-angular-gantt 22.2.12 → 23.1.36-ngcc

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 (132) hide show
  1. package/@syncfusion/ej2-angular-gantt.es5.js +812 -0
  2. package/@syncfusion/ej2-angular-gantt.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-gantt.js +764 -0
  4. package/@syncfusion/ej2-angular-gantt.js.map +1 -0
  5. package/CHANGELOG.md +1995 -0
  6. package/dist/ej2-angular-gantt.umd.js +925 -0
  7. package/dist/ej2-angular-gantt.umd.js.map +1 -0
  8. package/dist/ej2-angular-gantt.umd.min.js +11 -0
  9. package/dist/ej2-angular-gantt.umd.min.js.map +1 -0
  10. package/{syncfusion-ej2-angular-gantt.d.ts → ej2-angular-gantt.d.ts} +1 -1
  11. package/ej2-angular-gantt.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/gantt/adddialogfields.directive.d.ts +0 -5
  18. package/src/gantt/columns.directive.d.ts +0 -5
  19. package/src/gantt/dayworkingtime.directive.d.ts +0 -5
  20. package/src/gantt/editdialogfields.directive.d.ts +0 -5
  21. package/src/gantt/eventmarkers.directive.d.ts +0 -5
  22. package/src/gantt/gantt-all.module.d.ts +0 -6
  23. package/src/gantt/gantt.component.d.ts +0 -3
  24. package/src/gantt/gantt.module.d.ts +0 -12
  25. package/src/gantt/holidays.directive.d.ts +0 -5
  26. package/styles/bootstrap-dark.css +44 -100
  27. package/styles/bootstrap.css +44 -100
  28. package/styles/bootstrap4.css +44 -100
  29. package/styles/bootstrap5-dark.css +44 -100
  30. package/styles/bootstrap5.css +44 -100
  31. package/styles/fabric-dark.css +44 -100
  32. package/styles/fabric.css +44 -100
  33. package/styles/fluent-dark.css +44 -100
  34. package/styles/fluent.css +44 -100
  35. package/styles/gantt/bootstrap-dark.css +44 -100
  36. package/styles/gantt/bootstrap-dark.scss +1 -22
  37. package/styles/gantt/bootstrap.css +44 -100
  38. package/styles/gantt/bootstrap.scss +1 -22
  39. package/styles/gantt/bootstrap4.css +44 -100
  40. package/styles/gantt/bootstrap4.scss +1 -22
  41. package/styles/gantt/bootstrap5-dark.css +44 -100
  42. package/styles/gantt/bootstrap5-dark.scss +1 -22
  43. package/styles/gantt/bootstrap5.css +44 -100
  44. package/styles/gantt/bootstrap5.scss +1 -22
  45. package/styles/gantt/fabric-dark.css +44 -100
  46. package/styles/gantt/fabric-dark.scss +1 -22
  47. package/styles/gantt/fabric.css +44 -100
  48. package/styles/gantt/fabric.scss +1 -22
  49. package/styles/gantt/fluent-dark.css +44 -100
  50. package/styles/gantt/fluent-dark.scss +1 -22
  51. package/styles/gantt/fluent.css +44 -100
  52. package/styles/gantt/fluent.scss +1 -22
  53. package/styles/gantt/highcontrast-light.css +40 -100
  54. package/styles/gantt/highcontrast-light.scss +1 -21
  55. package/styles/gantt/highcontrast.css +44 -100
  56. package/styles/gantt/highcontrast.scss +1 -22
  57. package/styles/gantt/material-dark.css +44 -101
  58. package/styles/gantt/material-dark.scss +1 -22
  59. package/styles/gantt/material.css +44 -101
  60. package/styles/gantt/material.scss +1 -22
  61. package/styles/gantt/material3-dark.css +45 -102
  62. package/styles/gantt/material3-dark.scss +1 -22
  63. package/styles/gantt/material3.css +45 -102
  64. package/styles/gantt/material3.scss +1 -22
  65. package/styles/gantt/tailwind-dark.css +44 -101
  66. package/styles/gantt/tailwind-dark.scss +1 -22
  67. package/styles/gantt/tailwind.css +44 -101
  68. package/styles/gantt/tailwind.scss +1 -22
  69. package/styles/highcontrast-light.css +40 -100
  70. package/styles/highcontrast.css +44 -100
  71. package/styles/material-dark.css +44 -101
  72. package/styles/material.css +44 -101
  73. package/styles/material3-dark.css +45 -102
  74. package/styles/material3-dark.scss +0 -1
  75. package/styles/material3.css +45 -102
  76. package/styles/material3.scss +0 -1
  77. package/styles/tailwind-dark.css +44 -101
  78. package/styles/tailwind.css +44 -101
  79. package/esm2020/public_api.mjs +0 -3
  80. package/esm2020/src/gantt/adddialogfields.directive.mjs +0 -58
  81. package/esm2020/src/gantt/columns.directive.mjs +0 -72
  82. package/esm2020/src/gantt/dayworkingtime.directive.mjs +0 -58
  83. package/esm2020/src/gantt/editdialogfields.directive.mjs +0 -58
  84. package/esm2020/src/gantt/eventmarkers.directive.mjs +0 -57
  85. package/esm2020/src/gantt/gantt-all.module.mjs +0 -71
  86. package/esm2020/src/gantt/gantt.component.mjs +0 -255
  87. package/esm2020/src/gantt/gantt.module.mjs +0 -79
  88. package/esm2020/src/gantt/holidays.directive.mjs +0 -58
  89. package/esm2020/src/index.mjs +0 -11
  90. package/esm2020/syncfusion-ej2-angular-gantt.mjs +0 -5
  91. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +0 -734
  92. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  93. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +0 -734
  94. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  95. package/styles/gantt/_all.scss +0 -2
  96. package/styles/gantt/_bootstrap-dark-definition.scss +0 -215
  97. package/styles/gantt/_bootstrap-definition.scss +0 -215
  98. package/styles/gantt/_bootstrap4-definition.scss +0 -217
  99. package/styles/gantt/_bootstrap5-dark-definition.scss +0 -1
  100. package/styles/gantt/_bootstrap5-definition.scss +0 -219
  101. package/styles/gantt/_fabric-dark-definition.scss +0 -215
  102. package/styles/gantt/_fabric-definition.scss +0 -215
  103. package/styles/gantt/_fluent-dark-definition.scss +0 -1
  104. package/styles/gantt/_fluent-definition.scss +0 -219
  105. package/styles/gantt/_fusionnew-definition.scss +0 -218
  106. package/styles/gantt/_highcontrast-definition.scss +0 -215
  107. package/styles/gantt/_highcontrast-light-definition.scss +0 -215
  108. package/styles/gantt/_layout.scss +0 -1730
  109. package/styles/gantt/_material-dark-definition.scss +0 -216
  110. package/styles/gantt/_material-definition.scss +0 -216
  111. package/styles/gantt/_material3-dark-definition.scss +0 -1
  112. package/styles/gantt/_material3-definition.scss +0 -220
  113. package/styles/gantt/_tailwind-dark-definition.scss +0 -1
  114. package/styles/gantt/_tailwind-definition.scss +0 -219
  115. package/styles/gantt/_theme.scss +0 -733
  116. package/styles/gantt/icons/_bootstrap-dark.scss +0 -124
  117. package/styles/gantt/icons/_bootstrap.scss +0 -124
  118. package/styles/gantt/icons/_bootstrap4.scss +0 -124
  119. package/styles/gantt/icons/_bootstrap5-dark.scss +0 -1
  120. package/styles/gantt/icons/_bootstrap5.scss +0 -124
  121. package/styles/gantt/icons/_fabric-dark.scss +0 -124
  122. package/styles/gantt/icons/_fabric.scss +0 -124
  123. package/styles/gantt/icons/_fluent-dark.scss +0 -1
  124. package/styles/gantt/icons/_fluent.scss +0 -124
  125. package/styles/gantt/icons/_fusionnew.scss +0 -120
  126. package/styles/gantt/icons/_highcontrast.scss +0 -124
  127. package/styles/gantt/icons/_material-dark.scss +0 -124
  128. package/styles/gantt/icons/_material.scss +0 -124
  129. package/styles/gantt/icons/_material3-dark.scss +0 -1
  130. package/styles/gantt/icons/_material3.scss +0 -124
  131. package/styles/gantt/icons/_tailwind-dark.scss +0 -124
  132. package/styles/gantt/icons/_tailwind.scss +0 -124
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-gantt@*",
3
- "_id": "@syncfusion/ej2-angular-gantt@22.2.11",
3
+ "_id": "@syncfusion/ej2-angular-gantt@22.1.67",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-hH+ZCRZnOHmI1fjG0sY+A+FOalej/WkfZGOfJLAoD608E3GAi6xbteevMDKf1feTg0jJRDKxtLI1k30XcIFpPw==",
5
+ "_integrity": "sha512-Yqkh9/+1Pjat/KpBYj5eu/XWGOlfmZnKYrBtVU+2JUHHPo60K+3XPc0uE3Z+7sLK8CxC+AGEUn+GdxUI/XoypQ==",
6
6
  "_location": "/@syncfusion/ej2-angular-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-angular-hotfix/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-22.2.11.tgz",
23
- "_shasum": "ab52546442739faaa0f4256eb843ee272b3fcaeb",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-22.1.67.tgz",
23
+ "_shasum": "6a387396d9168d9f2799078bc9588602ff1b8d47",
24
24
  "_spec": "@syncfusion/ej2-angular-gantt@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,30 +31,14 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~22.2.5",
35
- "@syncfusion/ej2-base": "~22.2.12",
36
- "@syncfusion/ej2-gantt": "22.2.12",
37
- "tslib": "^2.3.0"
34
+ "@syncfusion/ej2-angular-base": "~23.1.36",
35
+ "@syncfusion/ej2-base": "~23.1.36",
36
+ "@syncfusion/ej2-gantt": "23.1.36"
38
37
  },
39
38
  "deprecated": false,
40
39
  "description": "Essential JS 2 Gantt Component for Angular",
41
- "es2020": "fesm2020/syncfusion-ej2-angular-gantt.mjs",
42
- "esm2020": "esm2020/syncfusion-ej2-angular-gantt.mjs",
43
- "exports": {
44
- "./package.json": {
45
- "default": "./package.json"
46
- },
47
- ".": {
48
- "types": "./syncfusion-ej2-angular-gantt.d.ts",
49
- "esm2020": "./esm2020/syncfusion-ej2-angular-gantt.mjs",
50
- "es2020": "./fesm2020/syncfusion-ej2-angular-gantt.mjs",
51
- "es2015": "./fesm2015/syncfusion-ej2-angular-gantt.mjs",
52
- "node": "./fesm2015/syncfusion-ej2-angular-gantt.mjs",
53
- "default": "./fesm2020/syncfusion-ej2-angular-gantt.mjs"
54
- }
55
- },
56
- "fesm2015": "fesm2015/syncfusion-ej2-angular-gantt.mjs",
57
- "fesm2020": "fesm2020/syncfusion-ej2-angular-gantt.mjs",
40
+ "devDependencies": {},
41
+ "es2015": "@syncfusion/ej2-angular-gantt.js",
58
42
  "homepage": "https://www.syncfusion.com/angular-components",
59
43
  "keywords": [
60
44
  "angular",
@@ -62,7 +46,9 @@
62
46
  "angular-gantt-chart"
63
47
  ],
64
48
  "license": "SEE LICENSE IN license",
65
- "module": "fesm2015/syncfusion-ej2-angular-gantt.mjs",
49
+ "main": "dist/ej2-angular-gantt.umd.js",
50
+ "metadata": "ej2-angular-gantt.metadata.json",
51
+ "module": "@syncfusion/ej2-angular-gantt.es5.js",
66
52
  "name": "@syncfusion/ej2-angular-gantt",
67
53
  "repository": {
68
54
  "type": "git",
@@ -70,6 +56,6 @@
70
56
  },
71
57
  "schematics": "./schematics/collection.json",
72
58
  "sideEffects": false,
73
- "typings": "syncfusion-ej2-angular-gantt.d.ts",
74
- "version": "22.2.12"
59
+ "typings": "ej2-angular-gantt.d.ts",
60
+ "version": "23.1.36-ngcc"
75
61
  }
@@ -0,0 +1,18 @@
1
+ var fs = require("fs");
2
+ var glob = require("glob");
3
+
4
+ var selectors = ['ejs-gantt'];
5
+
6
+ if (process.env.tagName !== undefined) {
7
+ var newTagPrefix = process.env.tagName.trim();
8
+ var files = glob.sync("./@syncfusion/*");
9
+ for (var i = 0; i < files.length; i++) {
10
+ var sourceFile = fs.readFileSync(files[i], "utf8");
11
+ for (var j = 0; j < selectors.length; j++) {
12
+ selectors[j] = selectors[j].replace('[','').replace(']','');
13
+ var tagRegex = new RegExp(selectors[j], "g");
14
+ sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
15
+ }
16
+ fs.writeFileSync(files[i], sourceFile, "utf8");
17
+ }
18
+ }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-gantt";
2
- export declare const pkgVer = "^22.2.11";
2
+ export declare const pkgVer = "^22.1.67";
3
3
  export declare const moduleName = "GanttModule";
4
- export declare const themeVer = "~22.2.11";
4
+ export declare const themeVer = "~22.1.67";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-gantt';
4
- exports.pkgVer = '^22.2.12';
4
+ exports.pkgVer = '^23.1.36';
5
5
  exports.moduleName = 'GanttModule';
6
- exports.themeVer = '~22.2.12';
6
+ exports.themeVer = '~23.1.36';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-gantt';
2
- export const pkgVer = '^22.2.12';
2
+ export const pkgVer = '^23.1.36';
3
3
  export const moduleName = 'GanttModule';
4
- export const themeVer = '~22.2.12';
4
+ export const themeVer = '~23.1.36';
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * `e-add-dialog-field` directive represent a add dialog fields collection in Gantt task add dialog.
6
5
  * It must be contained in a Gantt component(`ejs-gantt`).
@@ -37,8 +36,6 @@ export declare class AddDialogFieldDirective extends ComplexBase<AddDialogFieldD
37
36
  */
38
37
  headerText: any;
39
38
  constructor(viewContainerRef: ViewContainerRef);
40
- static ɵfac: i0.ɵɵFactoryDeclaration<AddDialogFieldDirective, never>;
41
- static ɵdir: i0.ɵɵDirectiveDeclaration<AddDialogFieldDirective, "ejs-gantt>e-add-dialog-fields>e-add-dialog-field", never, { "fields": "fields"; "headerText": "headerText"; "type": "type"; }, {}, never>;
42
39
  }
43
40
  /**
44
41
  * AddDialogField Array Directive
@@ -46,6 +43,4 @@ export declare class AddDialogFieldDirective extends ComplexBase<AddDialogFieldD
46
43
  */
47
44
  export declare class AddDialogFieldsDirective extends ArrayBase<AddDialogFieldsDirective> {
48
45
  constructor();
49
- static ɵfac: i0.ɵɵFactoryDeclaration<AddDialogFieldsDirective, never>;
50
- static ɵdir: i0.ɵɵDirectiveDeclaration<AddDialogFieldsDirective, "ejs-gantt>e-add-dialog-fields", never, {}, {}, ["children"]>;
51
46
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * `e-column` directive represent a column of the Angular Gantt.
6
5
  * It must be contained in a Gantt component(`ejs-gantt`).
@@ -192,8 +191,6 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
192
191
  */
193
192
  headerTemplate: any;
194
193
  constructor(viewContainerRef: ViewContainerRef);
195
- static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDirective, never>;
196
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnDirective, "ejs-gantt>e-columns>e-column", never, { "allowEditing": "allowEditing"; "allowFiltering": "allowFiltering"; "allowReordering": "allowReordering"; "allowResizing": "allowResizing"; "allowSorting": "allowSorting"; "clipMode": "clipMode"; "customAttributes": "customAttributes"; "disableHtmlEncode": "disableHtmlEncode"; "displayAsCheckBox": "displayAsCheckBox"; "edit": "edit"; "editType": "editType"; "field": "field"; "filter": "filter"; "format": "format"; "formatter": "formatter"; "headerTemplate": "headerTemplate"; "headerText": "headerText"; "headerTextAlign": "headerTextAlign"; "hideAtMedia": "hideAtMedia"; "isPrimaryKey": "isPrimaryKey"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "sortComparer": "sortComparer"; "template": "template"; "textAlign": "textAlign"; "type": "type"; "valueAccessor": "valueAccessor"; "visible": "visible"; "width": "width"; }, {}, ["template", "headerTemplate"]>;
197
194
  }
198
195
  /**
199
196
  * Column Array Directive
@@ -201,6 +198,4 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
201
198
  */
202
199
  export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
203
200
  constructor();
204
- static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsDirective, never>;
205
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsDirective, "ejs-gantt>e-columns", never, {}, {}, ["children"]>;
206
201
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * `e-day-working-time-collection` directive represent a working time ranges in a day.
6
5
  * It must be contained in a Gantt component(`ejs-gantt`).
@@ -27,8 +26,6 @@ export declare class DayWorkingTimeDirective extends ComplexBase<DayWorkingTimeD
27
26
  */
28
27
  to: any;
29
28
  constructor(viewContainerRef: ViewContainerRef);
30
- static ɵfac: i0.ɵɵFactoryDeclaration<DayWorkingTimeDirective, never>;
31
- static ɵdir: i0.ɵɵDirectiveDeclaration<DayWorkingTimeDirective, "ejs-gantt>e-day-working-time-collection>e-day-working-time", never, { "from": "from"; "to": "to"; }, {}, never>;
32
29
  }
33
30
  /**
34
31
  * DayWorkingTime Array Directive
@@ -36,6 +33,4 @@ export declare class DayWorkingTimeDirective extends ComplexBase<DayWorkingTimeD
36
33
  */
37
34
  export declare class DayWorkingTimeCollectionDirective extends ArrayBase<DayWorkingTimeCollectionDirective> {
38
35
  constructor();
39
- static ɵfac: i0.ɵɵFactoryDeclaration<DayWorkingTimeCollectionDirective, never>;
40
- static ɵdir: i0.ɵɵDirectiveDeclaration<DayWorkingTimeCollectionDirective, "ejs-gantt>e-day-working-time-collection", never, {}, {}, ["children"]>;
41
36
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * `e-edit-dialog-field` directive represent a edit dialog fields collection in Gantt task add dialog.
6
5
  * It must be contained in a Gantt component(`ejs-gantt`).
@@ -37,8 +36,6 @@ export declare class EditDialogFieldDirective extends ComplexBase<EditDialogFiel
37
36
  */
38
37
  headerText: any;
39
38
  constructor(viewContainerRef: ViewContainerRef);
40
- static ɵfac: i0.ɵɵFactoryDeclaration<EditDialogFieldDirective, never>;
41
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditDialogFieldDirective, "ejs-gantt>e-edit-dialog-fields>e-edit-dialog-field", never, { "fields": "fields"; "headerText": "headerText"; "type": "type"; }, {}, never>;
42
39
  }
43
40
  /**
44
41
  * EditDialogField Array Directive
@@ -46,6 +43,4 @@ export declare class EditDialogFieldDirective extends ComplexBase<EditDialogFiel
46
43
  */
47
44
  export declare class EditDialogFieldsDirective extends ArrayBase<EditDialogFieldsDirective> {
48
45
  constructor();
49
- static ɵfac: i0.ɵɵFactoryDeclaration<EditDialogFieldsDirective, never>;
50
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditDialogFieldsDirective, "ejs-gantt>e-edit-dialog-fields", never, {}, {}, ["children"]>;
51
46
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * `e-event-markers` directive represent a event marker collection in Gantt.
6
5
  * It must be contained in a Gantt component(`ejs-gantt`).
@@ -31,8 +30,6 @@ export declare class EventMarkerDirective extends ComplexBase<EventMarkerDirecti
31
30
  */
32
31
  label: any;
33
32
  constructor(viewContainerRef: ViewContainerRef);
34
- static ɵfac: i0.ɵɵFactoryDeclaration<EventMarkerDirective, never>;
35
- static ɵdir: i0.ɵɵDirectiveDeclaration<EventMarkerDirective, "ejs-gantt>e-event-markers>e-event-marker", never, { "cssClass": "cssClass"; "day": "day"; "label": "label"; }, {}, never>;
36
33
  }
37
34
  /**
38
35
  * EventMarker Array Directive
@@ -40,6 +37,4 @@ export declare class EventMarkerDirective extends ComplexBase<EventMarkerDirecti
40
37
  */
41
38
  export declare class EventMarkersDirective extends ArrayBase<EventMarkersDirective> {
42
39
  constructor();
43
- static ɵfac: i0.ɵɵFactoryDeclaration<EventMarkersDirective, never>;
44
- static ɵdir: i0.ɵɵDirectiveDeclaration<EventMarkersDirective, "ejs-gantt>e-event-markers", never, {}, {}, ["children"]>;
45
40
  }
@@ -1,7 +1,4 @@
1
1
  import { ValueProvider } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "./gantt.module";
5
2
  export declare const FilterService: ValueProvider;
6
3
  export declare const SelectionService: ValueProvider;
7
4
  export declare const SortService: ValueProvider;
@@ -21,7 +18,4 @@ export declare const CriticalPathService: ValueProvider;
21
18
  * NgModule definition for the Gantt component with providers.
22
19
  */
23
20
  export declare class GanttAllModule {
24
- static ɵfac: i0.ɵɵFactoryDeclaration<GanttAllModule, never>;
25
- static ɵmod: i0.ɵɵNgModuleDeclaration<GanttAllModule, never, [typeof i1.CommonModule, typeof i2.GanttModule], [typeof i2.GanttModule]>;
26
- static ɵinj: i0.ɵɵInjectorDeclaration<GanttAllModule>;
27
21
  }
@@ -7,7 +7,6 @@ import { EditDialogFieldsDirective } from './editdialogfields.directive';
7
7
  import { DayWorkingTimeCollectionDirective } from './dayworkingtime.directive';
8
8
  import { HolidaysDirective } from './holidays.directive';
9
9
  import { EventMarkersDirective } from './eventmarkers.directive';
10
- import * as i0 from "@angular/core";
11
10
  export declare const inputs: string[];
12
11
  export declare const outputs: string[];
13
12
  export declare const twoWays: string[];
@@ -124,6 +123,4 @@ export declare class GanttComponent extends Gantt implements IComponentBase {
124
123
  ngAfterContentChecked(): void;
125
124
  registerEvents: (eventList: string[]) => void;
126
125
  addTwoWay: (propList: string[]) => void;
127
- static ɵfac: i0.ɵɵFactoryDeclaration<GanttComponent, never>;
128
- static ɵcmp: i0.ɵɵComponentDeclaration<GanttComponent, "ejs-gantt", never, { "UpdateOffsetOnTaskbarEdit": "UpdateOffsetOnTaskbarEdit"; "addDialogFields": "addDialogFields"; "allowExcelExport": "allowExcelExport"; "allowFiltering": "allowFiltering"; "allowKeyboard": "allowKeyboard"; "allowParentDependency": "allowParentDependency"; "allowPdfExport": "allowPdfExport"; "allowReordering": "allowReordering"; "allowResizing": "allowResizing"; "allowRowDragAndDrop": "allowRowDragAndDrop"; "allowSelection": "allowSelection"; "allowSorting": "allowSorting"; "allowTaskbarDragAndDrop": "allowTaskbarDragAndDrop"; "allowTaskbarOverlap": "allowTaskbarOverlap"; "allowUnscheduledTasks": "allowUnscheduledTasks"; "autoCalculateDateScheduling": "autoCalculateDateScheduling"; "autoFocusTasks": "autoFocusTasks"; "baselineColor": "baselineColor"; "collapseAllParentTasks": "collapseAllParentTasks"; "columnMenuItems": "columnMenuItems"; "columns": "columns"; "connectorLineBackground": "connectorLineBackground"; "connectorLineWidth": "connectorLineWidth"; "contextMenuItems": "contextMenuItems"; "dataSource": "dataSource"; "dateFormat": "dateFormat"; "dayWorkingTime": "dayWorkingTime"; "disableHtmlEncode": "disableHtmlEncode"; "durationUnit": "durationUnit"; "editDialogFields": "editDialogFields"; "editSettings": "editSettings"; "enableContextMenu": "enableContextMenu"; "enableCriticalPath": "enableCriticalPath"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enableImmutableMode": "enableImmutableMode"; "enableMultiTaskbar": "enableMultiTaskbar"; "enablePersistence": "enablePersistence"; "enablePredecessorValidation": "enablePredecessorValidation"; "enableRtl": "enableRtl"; "enableVirtualMaskRow": "enableVirtualMaskRow"; "enableVirtualization": "enableVirtualization"; "eventMarkers": "eventMarkers"; "filterSettings": "filterSettings"; "gridLines": "gridLines"; "height": "height"; "highlightWeekends": "highlightWeekends"; "holidays": "holidays"; "includeWeekend": "includeWeekend"; "labelSettings": "labelSettings"; "loadingIndicator": "loadingIndicator"; "locale": "locale"; "milestoneTemplate": "milestoneTemplate"; "parentTaskbarTemplate": "parentTaskbarTemplate"; "projectEndDate": "projectEndDate"; "projectStartDate": "projectStartDate"; "query": "query"; "readOnly": "readOnly"; "renderBaseline": "renderBaseline"; "resourceFields": "resourceFields"; "resourceIDMapping": "resourceIDMapping"; "resourceNameMapping": "resourceNameMapping"; "resources": "resources"; "rowHeight": "rowHeight"; "searchSettings": "searchSettings"; "segmentData": "segmentData"; "selectedRowIndex": "selectedRowIndex"; "selectionSettings": "selectionSettings"; "showColumnMenu": "showColumnMenu"; "showInlineNotes": "showInlineNotes"; "showOverAllocation": "showOverAllocation"; "sortSettings": "sortSettings"; "splitterSettings": "splitterSettings"; "taskFields": "taskFields"; "taskMode": "taskMode"; "taskType": "taskType"; "taskbarHeight": "taskbarHeight"; "taskbarTemplate": "taskbarTemplate"; "timelineSettings": "timelineSettings"; "timezone": "timezone"; "toolbar": "toolbar"; "tooltipSettings": "tooltipSettings"; "treeColumnIndex": "treeColumnIndex"; "validateManualTasksOnLinking": "validateManualTasksOnLinking"; "viewType": "viewType"; "width": "width"; "workUnit": "workUnit"; "workWeek": "workWeek"; "zoomingLevels": "zoomingLevels"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeExcelExport": "beforeExcelExport"; "beforePdfExport": "beforePdfExport"; "beforeTooltipRender": "beforeTooltipRender"; "cellDeselected": "cellDeselected"; "cellDeselecting": "cellDeselecting"; "cellEdit": "cellEdit"; "cellSelected": "cellSelected"; "cellSelecting": "cellSelecting"; "collapsed": "collapsed"; "collapsing": "collapsing"; "columnDrag": "columnDrag"; "columnDragStart": "columnDragStart"; "columnDrop": "columnDrop"; "columnMenuClick": "columnMenuClick"; "columnMenuOpen": "columnMenuOpen"; "contextMenuClick": "contextMenuClick"; "contextMenuOpen": "contextMenuOpen"; "created": "created"; "dataBound": "dataBound"; "dataStateChange": "dataStateChange"; "destroyed": "destroyed"; "endEdit": "endEdit"; "excelExportComplete": "excelExportComplete"; "excelHeaderQueryCellInfo": "excelHeaderQueryCellInfo"; "excelQueryCellInfo": "excelQueryCellInfo"; "expanded": "expanded"; "expanding": "expanding"; "headerCellInfo": "headerCellInfo"; "load": "load"; "onMouseMove": "onMouseMove"; "onTaskbarClick": "onTaskbarClick"; "pdfColumnHeaderQueryCellInfo": "pdfColumnHeaderQueryCellInfo"; "pdfExportComplete": "pdfExportComplete"; "pdfQueryCellInfo": "pdfQueryCellInfo"; "pdfQueryTaskbarInfo": "pdfQueryTaskbarInfo"; "pdfQueryTimelineCellInfo": "pdfQueryTimelineCellInfo"; "queryCellInfo": "queryCellInfo"; "queryTaskbarInfo": "queryTaskbarInfo"; "recordDoubleClick": "recordDoubleClick"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; "rowDataBound": "rowDataBound"; "rowDeselected": "rowDeselected"; "rowDeselecting": "rowDeselecting"; "rowDrag": "rowDrag"; "rowDragStart": "rowDragStart"; "rowDragStartHelper": "rowDragStartHelper"; "rowDrop": "rowDrop"; "rowSelected": "rowSelected"; "rowSelecting": "rowSelecting"; "splitterResizeStart": "splitterResizeStart"; "splitterResized": "splitterResized"; "splitterResizing": "splitterResizing"; "taskbarEdited": "taskbarEdited"; "taskbarEditing": "taskbarEditing"; "toolbarClick": "toolbarClick"; "dataSourceChange": "dataSourceChange"; }, ["parentTaskbarTemplate", "milestoneTemplate", "taskbarTemplate", "labelSettings_rightLabel", "labelSettings_leftLabel", "labelSettings_taskLabel", "tooltipSettings_taskbar", "tooltipSettings_baseline", "tooltipSettings_connectorLine", "tooltipSettings_editing", "childColumns", "childAddDialogFields", "childEditDialogFields", "childDayWorkingTime", "childHolidays", "childEventMarkers"], never>;
129
126
  }
@@ -1,17 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./gantt.component";
3
- import * as i2 from "./columns.directive";
4
- import * as i3 from "./adddialogfields.directive";
5
- import * as i4 from "./editdialogfields.directive";
6
- import * as i5 from "./dayworkingtime.directive";
7
- import * as i6 from "./holidays.directive";
8
- import * as i7 from "./eventmarkers.directive";
9
- import * as i8 from "@angular/common";
10
1
  /**
11
2
  * NgModule definition for the Gantt component.
12
3
  */
13
4
  export declare class GanttModule {
14
- static ɵfac: i0.ɵɵFactoryDeclaration<GanttModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<GanttModule, [typeof i1.GanttComponent, typeof i2.ColumnDirective, typeof i2.ColumnsDirective, typeof i3.AddDialogFieldDirective, typeof i3.AddDialogFieldsDirective, typeof i4.EditDialogFieldDirective, typeof i4.EditDialogFieldsDirective, typeof i5.DayWorkingTimeDirective, typeof i5.DayWorkingTimeCollectionDirective, typeof i6.HolidayDirective, typeof i6.HolidaysDirective, typeof i7.EventMarkerDirective, typeof i7.EventMarkersDirective], [typeof i8.CommonModule], [typeof i1.GanttComponent, typeof i2.ColumnDirective, typeof i2.ColumnsDirective, typeof i3.AddDialogFieldDirective, typeof i3.AddDialogFieldsDirective, typeof i4.EditDialogFieldDirective, typeof i4.EditDialogFieldsDirective, typeof i5.DayWorkingTimeDirective, typeof i5.DayWorkingTimeCollectionDirective, typeof i6.HolidayDirective, typeof i6.HolidaysDirective, typeof i7.EventMarkerDirective, typeof i7.EventMarkersDirective]>;
16
- static ɵinj: i0.ɵɵInjectorDeclaration<GanttModule>;
17
5
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * `e-holidays` directive represent a holidays collection in Gantt.
6
5
  * It must be contained in a Gantt component(`ejs-gantt`).
@@ -37,8 +36,6 @@ export declare class HolidayDirective extends ComplexBase<HolidayDirective> {
37
36
  */
38
37
  to: any;
39
38
  constructor(viewContainerRef: ViewContainerRef);
40
- static ɵfac: i0.ɵɵFactoryDeclaration<HolidayDirective, never>;
41
- static ɵdir: i0.ɵɵDirectiveDeclaration<HolidayDirective, "ejs-gantt>e-holidays>e-holidays", never, { "cssClass": "cssClass"; "from": "from"; "label": "label"; "to": "to"; }, {}, never>;
42
39
  }
43
40
  /**
44
41
  * Holiday Array Directive
@@ -46,6 +43,4 @@ export declare class HolidayDirective extends ComplexBase<HolidayDirective> {
46
43
  */
47
44
  export declare class HolidaysDirective extends ArrayBase<HolidaysDirective> {
48
45
  constructor();
49
- static ɵfac: i0.ɵɵFactoryDeclaration<HolidaysDirective, never>;
50
- static ɵdir: i0.ɵɵDirectiveDeclaration<HolidaysDirective, "ejs-gantt>e-holidays", never, {}, {}, ["children"]>;
51
46
  }
@@ -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
  }