@thepocman/gantt-task-react 1.0.8 → 1.0.9

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.
@@ -158,6 +158,7 @@ export interface Task {
158
158
  displayOrder?: number;
159
159
  comparisonLevel?: number;
160
160
  status?: string;
161
+ phase?: string;
161
162
  }
162
163
  export interface EmptyTask {
163
164
  id: string;
@@ -167,6 +168,7 @@ export interface EmptyTask {
167
168
  parent?: string;
168
169
  comparisonLevel?: number;
169
170
  status?: string;
171
+ phase?: string;
170
172
  displayOrder?: number;
171
173
  isDisabled?: boolean;
172
174
  styles?: Partial<ColorStyles>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thepocman/gantt-task-react",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Fork of gantt-task-react with support for grouped tasks on a single row when collapsed",
5
5
  "author": "Adrian Bueno <adrianlbueno@users.noreply.github.com>",
6
6
  "homepage": "https://github.com/adrianlbueno/gantt-task-react#readme",