@worktile/gantt 20.0.0-next.0 → 20.0.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.
package/index.d.ts CHANGED
@@ -1396,6 +1396,7 @@ declare class GanttPrintService {
1396
1396
  private setInlineStyles;
1397
1397
  private recursElementChildren;
1398
1398
  register(root: ElementRef<HTMLElement>): void;
1399
+ html2canvas(ignoreElementClass?: string): Promise<HTMLCanvasElement>;
1399
1400
  print(name?: string, ignoreElementClass?: string): Promise<void>;
1400
1401
  static ɵfac: i0.ɵɵFactoryDeclaration<GanttPrintService, never>;
1401
1402
  static ɵprov: i0.ɵɵInjectableDeclaration<GanttPrintService>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worktile/gantt",
3
- "version": "20.0.0-next.0",
3
+ "version": "20.0.0",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "author": "walkerkay001",
6
6
  "license": "MIT",