@progress/kendo-angular-gantt 2.0.0-next.202204131523 → 2.0.1

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.
@@ -14,7 +14,7 @@ export declare class GanttFlatBindingDirective extends FlatBindingDirective {
14
14
  /**
15
15
  * The array of data which will be used to populate the Gantt.
16
16
  */
17
- set data(value: any[]);
17
+ data: any[];
18
18
  /**
19
19
  * @hidden
20
20
  */
@@ -12,7 +12,7 @@ export declare class GanttHierarchyBindingDirective extends HierarchyBindingDire
12
12
  /**
13
13
  * The array of data which will be used to populate the Gantt.
14
14
  */
15
- set data(value: any[]);
15
+ data: any[];
16
16
  /**
17
17
  * @hidden
18
18
  */