@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/fesm2022/worktile-theia.mjs +32 -1
- package/fesm2022/worktile-theia.mjs.map +1 -1
- package/index.d.ts +4 -0
- package/package.json +1 -1
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;
|