@worktile/theia 20.1.0-next.4 → 20.1.0-next.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/index.d.ts CHANGED
@@ -2912,8 +2912,12 @@ declare class TheImage extends TheBaseElement<ImageElement, Editor> implements O
2912
2912
  buildImageEntry(newElement: ImageElement, thumbUrl: string, originUrl: string): void;
2913
2913
  ngOnInit(): void;
2914
2914
  ngAfterViewInit(): void;
2915
+ afterViewInit(): void;
2915
2916
  onContextChange(): void;
2916
2917
  ngOnDestroy(): void;
2918
+ private cacheImageHeight;
2919
+ private setImageMinHeight;
2920
+ private clearMinHeight;
2917
2921
  private setImagePluginOptions;
2918
2922
  private setDisablePreview;
2919
2923
  private setImageFileItem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worktile/theia",
3
- "version": "20.1.0-next.4",
3
+ "version": "20.1.0-next.5",
4
4
  "description": "theia editor",
5
5
  "author": "YanDong <nanianqiumo@foxmail.com>",
6
6
  "homepage": "https://github.com/atinc/theia#readme",