@worktile/theia 20.1.0-next.5 → 20.1.0-next.6

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
@@ -2901,6 +2901,7 @@ declare class TheImage extends TheBaseElement<ImageElement, Editor> implements O
2901
2901
  private dragable;
2902
2902
  private layoutToolbarRef;
2903
2903
  private imagePluginOptions;
2904
+ private imageLoadedCacheHeightTimer;
2904
2905
  get isOpen(): boolean;
2905
2906
  get imageBindingWidth(): number;
2906
2907
  imageContent: ElementRef;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worktile/theia",
3
- "version": "20.1.0-next.5",
3
+ "version": "20.1.0-next.6",
4
4
  "description": "theia editor",
5
5
  "author": "YanDong <nanianqiumo@foxmail.com>",
6
6
  "homepage": "https://github.com/atinc/theia#readme",