@netless/window-manager 1.0.13-test.16 → 1.0.13-test.17
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/dist/index.d.ts +2 -0
- package/dist/index.js +14 -14
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +41 -5
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/View/MainView.ts +45 -3
- package/src/style.css +0 -2
package/dist/index.d.ts
CHANGED
|
@@ -775,6 +775,7 @@ declare class MainViewProxy {
|
|
|
775
775
|
private started;
|
|
776
776
|
private mainViewIsAddListener;
|
|
777
777
|
private mainViewResizeObserver?;
|
|
778
|
+
private mainViewResizeObserver2?;
|
|
778
779
|
private isForcingMainViewDivElement;
|
|
779
780
|
private wrapperRectWorkaroundFrame;
|
|
780
781
|
private pendingWrapperRectChange?;
|
|
@@ -824,6 +825,7 @@ declare class MainViewProxy {
|
|
|
824
825
|
private observeMainViewDivElement;
|
|
825
826
|
private disconnectMainViewResizeObserver;
|
|
826
827
|
private onResize;
|
|
828
|
+
private onResize2;
|
|
827
829
|
private _syncMainViewTimer;
|
|
828
830
|
private handleCameraOrSizeUpdated;
|
|
829
831
|
private onCameraUpdated;
|