@worktile/gantt 19.0.4 → 19.0.6-0

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.
@@ -29,6 +29,9 @@ export declare class NgxGanttComponent extends GanttUpper implements OnInit, OnC
29
29
  ganttRoot: NgxGanttRootComponent;
30
30
  footerTemplate: TemplateRef<any>;
31
31
  virtualScroll: CdkVirtualScrollViewport;
32
+ ganttTableBody: ElementRef<HTMLDivElement>;
33
+ tableScrollWidth: import("@angular/core").WritableSignal<number>;
34
+ private resizeObserver;
32
35
  get loading(): boolean;
33
36
  flatItems: (GanttGroupInternal | GanttItemInternal)[];
34
37
  viewportItems: (GanttGroupInternal | GanttItemInternal)[];
@@ -57,6 +60,8 @@ export declare class NgxGanttComponent extends GanttUpper implements OnInit, OnC
57
60
  expandGroup(group: GanttGroupInternal): void;
58
61
  itemDragStarted(event: GanttTableDragStartedEvent): void;
59
62
  itemDragEnded(event: GanttTableDragEndedEvent): void;
63
+ private initScrollContainerObserver;
64
+ ngOnDestroy(): void;
60
65
  static ɵfac: i0.ɵɵFactoryDeclaration<NgxGanttComponent, never>;
61
66
  static ɵcmp: i0.ɵɵComponentDeclaration<NgxGanttComponent, "ngx-gantt", never, { "maxLevel": { "alias": "maxLevel"; "required": false; }; "async": { "alias": "async"; "required": false; }; "childrenResolve": { "alias": "childrenResolve"; "required": false; }; "linkable": { "alias": "linkable"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "virtualScrollEnabled": { "alias": "virtualScrollEnabled"; "required": false; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; }; }, { "linkDragStarted": "linkDragStarted"; "linkDragEnded": "linkDragEnded"; "lineClick": "lineClick"; "selectedChange": "selectedChange"; "virtualScrolledIndexChange": "virtualScrolledIndexChange"; }, ["table", "tableEmptyTemplate", "footerTemplate", "columns"], never, true, never>;
62
67
  }
@@ -34,6 +34,7 @@
34
34
  .gantt-table {
35
35
  height: 100%;
36
36
  flex: 1;
37
+ display: flex;
37
38
  }
38
39
 
39
40
  &::-webkit-scrollbar {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worktile/gantt",
3
- "version": "19.0.4",
3
+ "version": "19.0.6-0",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "author": "walkerkay001",
6
6
  "license": "MIT",