@syncfusion/ej2-angular-gantt 20.4.38 → 20.4.40-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 (123) 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 +1522 -0
  6. package/README.md +130 -60
  7. package/dist/ej2-angular-gantt.umd.js +909 -0
  8. package/dist/ej2-angular-gantt.umd.js.map +1 -0
  9. package/dist/ej2-angular-gantt.umd.min.js +11 -0
  10. package/dist/ej2-angular-gantt.umd.min.js.map +1 -0
  11. package/{syncfusion-ej2-angular-gantt.d.ts → ej2-angular-gantt.d.ts} +1 -1
  12. package/ej2-angular-gantt.metadata.json +1 -0
  13. package/package.json +18 -42
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +2 -2
  18. package/src/gantt/adddialogfields.directive.d.ts +0 -5
  19. package/src/gantt/columns.directive.d.ts +0 -5
  20. package/src/gantt/dayworkingtime.directive.d.ts +0 -5
  21. package/src/gantt/editdialogfields.directive.d.ts +0 -5
  22. package/src/gantt/eventmarkers.directive.d.ts +0 -5
  23. package/src/gantt/gantt-all.module.d.ts +0 -6
  24. package/src/gantt/gantt.component.d.ts +0 -3
  25. package/src/gantt/gantt.module.d.ts +0 -12
  26. package/src/gantt/holidays.directive.d.ts +0 -5
  27. package/styles/bootstrap-dark.css +182 -14
  28. package/styles/bootstrap.css +182 -14
  29. package/styles/bootstrap4.css +181 -12
  30. package/styles/bootstrap5-dark.css +181 -12
  31. package/styles/bootstrap5.css +181 -12
  32. package/styles/fabric-dark.css +182 -14
  33. package/styles/fabric.css +182 -14
  34. package/styles/fluent-dark.css +183 -12
  35. package/styles/fluent.css +183 -12
  36. package/styles/gantt/bootstrap-dark.css +182 -14
  37. package/styles/gantt/bootstrap-dark.scss +1 -22
  38. package/styles/gantt/bootstrap.css +182 -14
  39. package/styles/gantt/bootstrap.scss +1 -22
  40. package/styles/gantt/bootstrap4.css +181 -12
  41. package/styles/gantt/bootstrap4.scss +1 -22
  42. package/styles/gantt/bootstrap5-dark.css +181 -12
  43. package/styles/gantt/bootstrap5-dark.scss +1 -22
  44. package/styles/gantt/bootstrap5.css +181 -12
  45. package/styles/gantt/bootstrap5.scss +1 -22
  46. package/styles/gantt/fabric-dark.css +182 -14
  47. package/styles/gantt/fabric-dark.scss +1 -22
  48. package/styles/gantt/fabric.css +182 -14
  49. package/styles/gantt/fabric.scss +1 -22
  50. package/styles/gantt/fluent-dark.css +183 -12
  51. package/styles/gantt/fluent-dark.scss +1 -22
  52. package/styles/gantt/fluent.css +183 -12
  53. package/styles/gantt/fluent.scss +1 -22
  54. package/styles/gantt/highcontrast-light.css +181 -12
  55. package/styles/gantt/highcontrast-light.scss +1 -21
  56. package/styles/gantt/highcontrast.css +182 -14
  57. package/styles/gantt/highcontrast.scss +1 -22
  58. package/styles/gantt/material-dark.css +180 -14
  59. package/styles/gantt/material-dark.scss +1 -22
  60. package/styles/gantt/material.css +182 -14
  61. package/styles/gantt/material.scss +1 -22
  62. package/styles/gantt/tailwind-dark.css +181 -12
  63. package/styles/gantt/tailwind-dark.scss +1 -22
  64. package/styles/gantt/tailwind.css +181 -12
  65. package/styles/gantt/tailwind.scss +1 -22
  66. package/styles/highcontrast-light.css +181 -12
  67. package/styles/highcontrast.css +182 -14
  68. package/styles/material-dark.css +180 -14
  69. package/styles/material.css +182 -14
  70. package/styles/tailwind-dark.css +181 -12
  71. package/styles/tailwind.css +181 -12
  72. package/esm2020/public_api.mjs +0 -3
  73. package/esm2020/src/gantt/adddialogfields.directive.mjs +0 -58
  74. package/esm2020/src/gantt/columns.directive.mjs +0 -72
  75. package/esm2020/src/gantt/dayworkingtime.directive.mjs +0 -58
  76. package/esm2020/src/gantt/editdialogfields.directive.mjs +0 -58
  77. package/esm2020/src/gantt/eventmarkers.directive.mjs +0 -57
  78. package/esm2020/src/gantt/gantt-all.module.mjs +0 -71
  79. package/esm2020/src/gantt/gantt.component.mjs +0 -255
  80. package/esm2020/src/gantt/gantt.module.mjs +0 -79
  81. package/esm2020/src/gantt/holidays.directive.mjs +0 -58
  82. package/esm2020/src/index.mjs +0 -11
  83. package/esm2020/syncfusion-ej2-angular-gantt.mjs +0 -5
  84. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +0 -734
  85. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  86. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +0 -734
  87. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +0 -1
  88. package/styles/gantt/_all.scss +0 -2
  89. package/styles/gantt/_bootstrap-dark-definition.scss +0 -210
  90. package/styles/gantt/_bootstrap-definition.scss +0 -211
  91. package/styles/gantt/_bootstrap4-definition.scss +0 -213
  92. package/styles/gantt/_bootstrap5-dark-definition.scss +0 -1
  93. package/styles/gantt/_bootstrap5-definition.scss +0 -215
  94. package/styles/gantt/_fabric-dark-definition.scss +0 -211
  95. package/styles/gantt/_fabric-definition.scss +0 -211
  96. package/styles/gantt/_fluent-dark-definition.scss +0 -1
  97. package/styles/gantt/_fluent-definition.scss +0 -215
  98. package/styles/gantt/_fusionnew-definition.scss +0 -214
  99. package/styles/gantt/_highcontrast-definition.scss +0 -211
  100. package/styles/gantt/_highcontrast-light-definition.scss +0 -211
  101. package/styles/gantt/_layout.scss +0 -1446
  102. package/styles/gantt/_material-dark-definition.scss +0 -212
  103. package/styles/gantt/_material-definition.scss +0 -212
  104. package/styles/gantt/_material3-definition.scss +0 -215
  105. package/styles/gantt/_tailwind-dark-definition.scss +0 -1
  106. package/styles/gantt/_tailwind-definition.scss +0 -215
  107. package/styles/gantt/_theme.scss +0 -702
  108. package/styles/gantt/icons/_bootstrap-dark.scss +0 -124
  109. package/styles/gantt/icons/_bootstrap.scss +0 -124
  110. package/styles/gantt/icons/_bootstrap4.scss +0 -124
  111. package/styles/gantt/icons/_bootstrap5-dark.scss +0 -1
  112. package/styles/gantt/icons/_bootstrap5.scss +0 -124
  113. package/styles/gantt/icons/_fabric-dark.scss +0 -124
  114. package/styles/gantt/icons/_fabric.scss +0 -124
  115. package/styles/gantt/icons/_fluent-dark.scss +0 -1
  116. package/styles/gantt/icons/_fluent.scss +0 -124
  117. package/styles/gantt/icons/_fusionnew.scss +0 -120
  118. package/styles/gantt/icons/_highcontrast.scss +0 -124
  119. package/styles/gantt/icons/_material-dark.scss +0 -124
  120. package/styles/gantt/icons/_material.scss +0 -124
  121. package/styles/gantt/icons/_material3.scss +0 -124
  122. package/styles/gantt/icons/_tailwind-dark.scss +0 -124
  123. package/styles/gantt/icons/_tailwind.scss +0 -124
package/README.md CHANGED
@@ -1,86 +1,156 @@
1
- # ej2-angular-gantt
1
+ # Angular Gantt Component
2
2
 
3
- The Gantt component is designed to visualize and edit the project schedule, and track the project progress. It helps to organize and schedule the projects and also you can update the project schedule through interactions like editing, dragging and resizing.
3
+ The [Angular Gantt](https://www.syncfusion.com/angular-components/angular-gantt-chart?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm) component is project planning and management tool used to display and manage hierarchical tasks with timeline details. It helps assess how long a project should take, determine the resources needed, manage the dependencies between tasks, and plan the order in which the tasks should be completed.
4
4
 
5
- ![Gantt](https://ej2.syncfusion.com/products/images/gantt/readme.gif)
5
+ <p align="center">
6
+ <a href="https://ej2.syncfusion.com/angular/documentation/gantt/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm">Getting Started</a> .
7
+ <a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm#/bootstrap5/gantt/default">Online demos</a> .
8
+ <a href="https://www.syncfusion.com/angular-components/angular-gantt-chart?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm">Learn more</a>
9
+ </p>
6
10
 
7
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).
11
+ <p align="center">
12
+ <img alt="Angular Gantt Control" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-gantt-chart.png"> </p>
8
13
 
9
- > A free community license (https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
14
+ <p align="center">
15
+ Trusted by the world's leading companies
16
+ <a href="https://www.syncfusion.com">
17
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
18
+ </a>
19
+ </p>
10
20
 
11
21
  ## Setup
12
22
 
13
- To install Gantt and its dependent packages, use the following command.
23
+ ### Create an Angular Application
14
24
 
15
- ```sh
16
- npm install @syncfusion/ej2-angular-gantt
25
+ You can use [Angular CLI](https://github.com/angular/angular-cli) to setup your Angular applications. To install the Angular CLI, use the following command.
26
+
27
+ ```bash
28
+ npm install -g @angular/cli
29
+ ```
30
+
31
+ Create a new Angular application using the following Angular CLI command.
32
+
33
+ ```bash
34
+ ng new my-app
35
+ cd my-app
17
36
  ```
18
37
 
19
- ## Resources
38
+ ### Adding Syncfusion Gantt package
20
39
 
21
- * [Getting Started](https://ej2.syncfusion.com/angular/documentation/gantt/getting-started/)
22
- * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=gantt#/material/gantt/default)
23
- * [Product Page](https://www.syncfusion.com/angular-ui-components/angular-gantt-chart)
40
+ All Syncfusion Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular gantt package, use the following command.
24
41
 
25
- ## Supported Frameworks
42
+ ```bash
43
+ ng add @syncfusion/ej2-angular-gantt
44
+ ```
45
+
46
+ The above command does the below configuration to your Angular app.
47
+
48
+ * Adds `@syncfusion/ej2-angular-gantt` package and its peer dependencies to your `package.json` file.
49
+ * Imports the `GanttModule` in your application module `app.module.ts`.
50
+ * Registers the Syncfusion UI default theme (material) in the `angular.json` file.
51
+
52
+ This makes it easy to add the Syncfusion Angular Gantt module to your project and start using it in your application.
53
+
54
+ ### Add Gantt component
55
+
56
+ In **src/app/app.component.ts**, use `<ejs-gantt>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion Angular Gantt component.
57
+
58
+ ```typescript
59
+ import { Component, OnInit } from '@angular/core';
60
+ import { TaskFieldsModel } from '@syncfusion/ej2-angular-gantt';
61
+
62
+ @Component({
63
+ selector: 'app-root',
64
+ template: `<ejs-gantt [dataSource]="data" [taskFields]="taskSettings"></ejs-gantt>`
65
+ })
66
+ export class AppComponent implements OnInit {
67
+
68
+ public data: object[] = [];
69
+
70
+ public taskSettings: TaskFieldsModel | undefined;
71
+
72
+ ngOnInit(): void {
73
+ this.taskSettings = {id: 'TaskID', name: 'TaskName', startDate: 'StartDate', endDate: 'EndDate', duration: 'Duration', progress: 'Progress', child: 'subtasks' };
74
+
75
+ this.data = [
76
+ {
77
+ TaskID: 1,
78
+ TaskName: 'Project Initiation',
79
+ StartDate: new Date('04/02/2019'),
80
+ EndDate: new Date('04/21/2019'),
81
+ subtasks: [
82
+ { TaskID: 2, TaskName: 'Identify Site location', StartDate: new Date('04/02/2019'), Duration: 4, Progress: 50 },
83
+ { TaskID: 3, TaskName: 'Perform Soil test', StartDate: new Date('04/02/2019'), Duration: 4, Progress: 50 },
84
+ { TaskID: 4, TaskName: 'Soil test approval', StartDate: new Date('04/02/2019'), Duration: 4, Progress: 50 },
85
+ ]
86
+ },
87
+ {
88
+ TaskID: 5,
89
+ TaskName: 'Project Estimation',
90
+ StartDate: new Date('04/02/2019'),
91
+ EndDate: new Date('04/21/2019'),
92
+ subtasks: [
93
+ { TaskID: 6, TaskName: 'Develop floor plan for estimation', StartDate: new Date('04/04/2019'), Duration: 3, Progress: 50 },
94
+ { TaskID: 7, TaskName: 'List materials', StartDate: new Date('04/04/2019'), Duration: 3, Progress: 50 },
95
+ { TaskID: 8, TaskName: 'Estimation approval', StartDate: new Date('04/04/2019'), Duration: 3, Progress: 50 }
96
+ ]
97
+ }];
98
+ }
99
+ }
100
+ ```
101
+
102
+ ## Supported frameworks
26
103
 
27
104
  Gantt component is also offered in following list of frameworks.
28
105
 
29
- 1. [React](https://github.com/syncfusion/ej2-react-ui-components/tree/master/components/gantt)
30
- 2. [VueJS](https://github.com/syncfusion/ej2-vue-ui-components/tree/master/components/gantt)
31
- 3. [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls/gantt)
32
- 4. [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls/gantt)
33
- 5. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/gantt)
34
- 6. [Blazor](https://www.syncfusion.com/blazor-components/blazor-gantt-chart)
35
-
36
- ## Key Features
37
-
38
- * [**Data sources**](https://ej2.syncfusion.com/angular/documentation/gantt/data-binding/) - Bind hierarchical or self-referential data to Gantt chart with an array of JavaScript objects or DataManager.
39
- * [**Timeline**](https://ej2.syncfusion.com/angular/documentation/gantt/timeline/) Display timescale from minutes to decades easily, and also display custom texts in the timeline units. Timeline can be displayed in either one-tier or two-tier layout.
40
- * [**Customizable Taskbars**](https://ej2.syncfusion.com/angular/documentation/gantt/appearance-customization/#taskbar-customization) Display various tasks in a project using child taskbar, summary taskbar and milestone UI, that can also be customized with templates.
41
- * [**Unscheduled tasks**](https://ej2.syncfusion.com/angular/documentation/gantt/task-scheduling/#unscheduled-tasks) Support for displaying tasks with undefined start date, end date or duration in a project.
42
- * [**Baselines**](https://ej2.syncfusion.com/angular/documentation/gantt/baseline/) Display the deviations between planned dates and actual dates of a task in a project using baselines.
43
- * [**CRUD actions**](https://ej2.syncfusion.com/angular/documentation/gantt/managing-tasks/#maintaining-data-in-server) Provides the options to dynamically insert, delete and update tasks using columns, dialog and taskbar editing options.
44
- * [**Task dependency**](https://ej2.syncfusion.com/angular/documentation/gantt/taskdependency/) Define or update the dependencies between the tasks in a project with four types of task dependencies Finish Start, Start Finish, Finish Finish, Start – Start.
45
- * [**Markers and indicators**](https://ej2.syncfusion.com/angular/documentation/gantt/data-markers/) - Support for displaying indicators and flags along with taskbars and task labels. Also map important events in a project using event marker.
46
- * [**Task label customization**](https://ej2.syncfusion.com/angular/documentation/gantt/appearance-customization/#task-labels) - provides option to set desired label inside task bar and right and left side of task bar.
47
- * [**Resources**](https://ej2.syncfusion.com/angular/documentation/gantt/resources/) - Allows you to assign and track performance of resource to particular task.
48
- * [**Sorting**](https://ej2.syncfusion.com/angular/documentation/gantt/sorting/) - Supports n levels of sorting.
49
- * [**Filtering**](https://ej2.syncfusion.com/angular/documentation/gantt/filtering/) - Offers filter UI such as filter bar, menu, excel and checkbox at each column to filter data.
50
- * [**Editing**](https://ej2.syncfusion.com/angular/documentation/gantt/managing-tasks/#editing-tasks) - provides the options for create, read, update, and delete operations.
51
- * [**Columns**](https://ej2.syncfusion.com/angular/documentation/gantt/columns/) - The column definitions are used as the dataSource schema in the gantt. This plays a vital role in rendering column values in the required format.
52
- * [**Reordering**](https://ej2.syncfusion.com/angular/documentation/gantt/columns/#column-reordering) - Allows you to drag any column and drop it at any position in the gantt column header row, allowing columns to be repositioned.
53
- * [**Column Chooser**](https://ej2.syncfusion.com/angular/documentation/gantt/columns/#column-menu) - The column chooser provides a list of column names paired with check boxes that allow the visibility to be toggled on the fly.
54
- * [**Resizing**](https://ej2.syncfusion.com/angular/documentation/gantt/columns/#column-resizing) - Resizing allows changing column width on the fly by simply dragging the right corner of the column header.
55
- * [**Selection**](https://ej2.syncfusion.com/angular/documentation/gantt/selection/) - Rows or cells can be selected in the gantt. One or more rows or cells can also be selected by holding Ctrl or Command, or programmatically.
56
- * [**Row Drag And Drop**](https://ej2.syncfusion.com/angular/documentation/gantt/rows/#drag-and-drop) - Drag and drop allows user to dynamically rearrange the rows.
57
- * [**Context Menu**](https://ej2.syncfusion.com/angular/documentation/gantt/context-menu/) - The context menu improves user action with Gantt Chart using a pop-up menu. It appears when a cell or header is right-clicked.
58
- * [**Resource View**](https://ej2.syncfusion.com/angular/documentation/gantt/resource-view/) - Visualize the list of tasks assigned to each resource in a hierarchical manner.
59
- * [**OverAllocation**](https://ej2.syncfusion.com/angular/documentation/gantt/resource-view/#resource-overallocation) - When a resource is assigned too much of work to complete within a day of resource’s available time then it is highlighted by a square bracket.
60
- * [**Multi Taskbar**](https://ej2.syncfusion.com/angular/documentation/gantt/resource-view/#resource-multi-taskbar) - Allows user to visualize multiple tasks assigned to each resource in a row.
61
- * [**Exporting**](https://ej2.syncfusion.com/angular/documentation/gantt/excel-export/) - Allows you to export Gantt data to Excel, PDF and CSV formats.
62
- * [**Zooming**](https://ej2.syncfusion.com/angular/documentation/gantt/timeline/#zooming) - Zooming feature enables you to view the tasks in the project clearly from minute to year timespan.
63
- * [**Split Tasks**](https://ej2.syncfusion.com/angular/demos/#/material/gantt/split-tasks) - Allows an interruption in the task due to circumstances such as the occurrence of an unplanned event or reprioritization of already planned events. In such situtations, the pending work can be split into segments and the work can be resumed at a different date.
64
- * [**Virtual Scrolling**](https://ej2.syncfusion.com/angular/demos/#/material/gantt/virtual-scroll) - Allows user to load a large amount of data effectively.
65
- * [**Templates**](https://ej2.syncfusion.com/angular/demos/#/material/gantt/taskbar-template) - Templates can be used to create custom user experiences in the gantt.
66
- * [**Enriched UI**](https://ej2.syncfusion.com/angular/documentation/appearance/theme/) – Support for Material, bootstrap, fabric and high contrast themes along with other UI options like holidays support, vertical and horizontal grid lines support and so on.
67
- * [**Localization**](https://ej2.syncfusion.com/angular/documentation/gantt/global-local/) - Provides inherent support to localize the UI.
106
+ | [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; |
107
+ | :-----: | :-----: | :-----: | :-----: | :-----: |
108
+
109
+ ## Key features
110
+
111
+ * [Data sources](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=angular-gantt-npm#/bootstrap5/gantt/local-data): Bind hierarchical or self-referential data to Gantt chart with an array of JSON objects or DataManager.
112
+ * [Timeline](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=angular-gantt-npm#/bootstrap5/gantt/timeline): Display timescale from minutes to decades easily, and also display custom texts in the timeline units. Timeline can be displayed in either one-tier or two-tier layout.
113
+ * [Task dependency](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=angular-gantt-npm#/bootstrap5/gantt/editing): Allows for the definition or update of dependencies between tasks in a project using four types of task dependencies: Finish – Start, Start – Finish, Finish – Finish, and Start – Start.
114
+ * [Resources](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=angular-gantt-npm#/bootstrap5/gantt/resource-view): Visualizes the list of tasks assigned to each resource in hierarchy manner and switch the resources as per user need by task editing.
115
+ * [Editing](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=angular-gantt-npm#/bootstrap5/gantt/editing): Provides the options to dynamically insert, delete and update tasks using columns, dialog and taskbar editing options.
116
+ * [Virtual scrolling](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=angular-gantt-npm#/bootstrap5/gantt/virtual-scroll): Improves the performance of the gantt control when binding large amounts of data by only rendering the currently visible parts of the user interface and rendering other elements as needed while scrolling.
117
+ * [Critical path](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=angular-gantt-npm#/bootstrap5/gantt/critical-path): The critical path in a project is displayed by a single task or a series of tasks. If a task in critical path is delayed, the entire project will be delayed. A task is considered to be critical if any delay to this task would affect the project end date.
118
+ * [Customizable taskbars](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=angular-gantt-npm#/bootstrap5/gantt/taskbar-template): Display various tasks in a project using parent and child taskbars, summary taskbars and milestone UI, which can be customized with templates.
119
+ * [Unscheduled tasks](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=angular-gantt-npm#/bootstrap5/gantt/unscheduled-task): Gantt Chart supports the display of tasks with undefined start date, end date or duration in a project.
120
+ * [Baseline](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=angular-gantt-npm#/bootstrap5/gantt/baseline): Display the deviations between planned dates and actual dates of a task in a project using baselines.
121
+ * [Markers and indicators](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=angular-gantt-npm#/bootstrap5/gantt/event-markers): Display indicators and flags along with taskbars and task labels. Also map important events in a project using event marker.
122
+ * [Task label customization](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=angular-gantt-npm#/bootstrap5/gantt/tasklabel-template): Allows for the customization of labels within and on either side of the task bar.
123
+ * [Sorting](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=angular-gantt-npm#/bootstrap5/gantt/sorting-api): Supports n levels of sorting.
124
+ * [Filtering](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=angular-gantt-npm#/bootstrap5/gantt/filtering): Offers filter UIs such as filter bar and menu at each column to filter data. Also allows for filtering based on related parent or child records.
125
+ * [Columns](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=angular-gantt-npm#/bootstrap5/gantt/column-menu): Column definitions are used as the dataSource schema in the gantt. This plays a vital role in rendering column values in the required format. Column functionalities such as resizing, reordering, column template, show or hide columns, etc., are supported.
126
+ * [Column re-ordering](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=angular-gantt-npm#/bootstrap5/gantt/reorder): Drag any column and drop it at any position in the grid's column header row, to reposition the column.
127
+ * [Column resizing](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=angular-gantt-npm#/bootstrap5/gantt/resize): Resizing allows changing column width on the fly by simply dragging the right corner of the column header.
128
+ * [Row re-ordering](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=angular-gantt-npm#/bootstrap5/gantt/drag-and-drop): Allows rows to be rearranged through drag and drop actions, changing their position and hierarchy level. A child row can be moved as a sibling within the same parent row or as a child to a different parent row.
129
+ * [Selection](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=angular-gantt-npm#/bootstrap5/gantt/selection): Rows or cells can be selected in the Gantt Chart. One or more rows or cells can also be selected by holding Shift, Ctrl or Command, or programmatically.
130
+ * [Templates](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=angular-gantt-npm#/bootstrap5/gantt/column-template): Templates can be used to create custom user experiences in the gantt.
131
+ * [RTL support](https://ej2.syncfusion.com/angular/documentation/gantt/global-local/#right-to-left-rtl): Provides the right-to-left mode which aligns content in the Gantt Chart component from right to left. This improves user experience and accessibility for those who work with RTL languages like Hebrew and Arabic.
132
+ * [Localization](https://ej2.syncfusion.com/angular/documentation/gantt/global-local/#localization): Provides inherent support to localize the UI.
68
133
 
69
134
  ## Support
70
135
 
71
- Product support is available for through following mediums.
136
+ Product support is available through following mediums.
72
137
 
73
- * Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=gantt) support system or [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_campaign=gantt).
74
- * New [GitHub issue](https://github.com/syncfusion/ej2-angular-ui-components/issues/new).
75
- * Ask your query in Stack Overflow with tag `syncfusion`, `ej2`.
138
+ * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
139
+ * [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm)
140
+ * [GitHub issues](https://github.com/syncfusion/ej2-angular-ui-components/issues/new)
141
+ * [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm)
142
+ * Live chat
76
143
 
77
- ## License
144
+ ## Changelog
78
145
 
79
- Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license).
146
+ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/gantt/CHANGELOG.md). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
80
147
 
81
- ## Changelog
148
+ ## License and copyright
149
+
150
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
82
151
 
83
- Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/gantt/CHANGELOG.md)
152
+ > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
84
153
 
154
+ See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license) for more info.
85
155
 
86
156
  © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.