@worktile/gantt 14.0.4 → 14.0.5

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.
package/gantt-upper.d.ts CHANGED
@@ -41,6 +41,7 @@ export declare abstract class GanttUpper implements OnChanges, OnInit, OnDestroy
41
41
  dragEnded: EventEmitter<GanttDragEvent<unknown>>;
42
42
  barClick: EventEmitter<GanttBarClickEvent<unknown>>;
43
43
  viewChange: EventEmitter<GanttView>;
44
+ expandChange: EventEmitter<GanttItemInternal | GanttGroupInternal>;
44
45
  barTemplate: TemplateRef<any>;
45
46
  rangeTemplate: TemplateRef<any>;
46
47
  itemTemplate: TemplateRef<any>;
@@ -54,7 +55,6 @@ export declare abstract class GanttUpper implements OnChanges, OnInit, OnDestroy
54
55
  groups: GanttGroupInternal[];
55
56
  baselineItems: GanttBaselineItemInternal[];
56
57
  baselineItemsMap: Dictionary<GanttBaselineItemInternal>;
57
- expandChange: EventEmitter<void>;
58
58
  get element(): HTMLElement;
59
59
  firstChange: boolean;
60
60
  dragContainer: GanttDragContainer;
@@ -90,6 +90,6 @@ export declare abstract class GanttUpper implements OnChanges, OnInit, OnDestroy
90
90
  changeView(type: GanttViewType): void;
91
91
  rerenderView(): void;
92
92
  static ɵfac: i0.ɵɵFactoryDeclaration<GanttUpper, never>;
93
- static ɵdir: i0.ɵɵDirectiveDeclaration<GanttUpper, never, never, { "originItems": "items"; "originGroups": "groups"; "originBaselineItems": "baselineItems"; "viewType": "viewType"; "start": "start"; "end": "end"; "showTodayLine": "showTodayLine"; "draggable": "draggable"; "styles": "styles"; "showToolbar": "showToolbar"; "toolbarOptions": "toolbarOptions"; "viewOptions": "viewOptions"; "linkOptions": "linkOptions"; "disabledLoadOnScroll": "disabledLoadOnScroll"; "selectable": "selectable"; "multiple": "multiple"; }, { "loadOnScroll": "loadOnScroll"; "dragStarted": "dragStarted"; "dragMoved": "dragMoved"; "dragEnded": "dragEnded"; "barClick": "barClick"; "viewChange": "viewChange"; }, ["barTemplate", "rangeTemplate", "itemTemplate", "groupTemplate", "groupHeaderTemplate", "toolbarTemplate"], never, false>;
93
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GanttUpper, never, never, { "originItems": "items"; "originGroups": "groups"; "originBaselineItems": "baselineItems"; "viewType": "viewType"; "start": "start"; "end": "end"; "showTodayLine": "showTodayLine"; "draggable": "draggable"; "styles": "styles"; "showToolbar": "showToolbar"; "toolbarOptions": "toolbarOptions"; "viewOptions": "viewOptions"; "linkOptions": "linkOptions"; "disabledLoadOnScroll": "disabledLoadOnScroll"; "selectable": "selectable"; "multiple": "multiple"; }, { "loadOnScroll": "loadOnScroll"; "dragStarted": "dragStarted"; "dragMoved": "dragMoved"; "dragEnded": "dragEnded"; "barClick": "barClick"; "viewChange": "viewChange"; "expandChange": "expandChange"; }, ["barTemplate", "rangeTemplate", "itemTemplate", "groupTemplate", "groupHeaderTemplate", "toolbarTemplate"], never, false>;
94
94
  }
95
95
  export declare const GANTT_UPPER_TOKEN: InjectionToken<GanttUpper>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worktile/gantt",
3
- "version": "14.0.4",
3
+ "version": "14.0.5",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "exports": {
6
6
  ".": {