@netless/app-presentation 0.1.9 → 0.1.10
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 +1 -2
- package/dist/index.global.js +296 -5489
- package/dist/index.js +296 -5489
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +296 -5489
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -4
- package/src/app-presentation.ts +1 -1
- package/src/scrollbar/index.ts +3 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { View, NetlessApp, AppContext, WindowManager } from '@netless/window-manager';
|
|
2
|
-
import * as lodash from 'lodash';
|
|
3
2
|
|
|
4
3
|
/**
|
|
5
4
|
* A combination of {@link Disposer} and {@link IDisposable}.
|
|
@@ -346,7 +345,7 @@ declare class Scrollbar {
|
|
|
346
345
|
constructor(container: HTMLElement, option: ScrollbarOption, view: View);
|
|
347
346
|
private c;
|
|
348
347
|
setReadonly(bol: boolean): void;
|
|
349
|
-
onCameraUpdated:
|
|
348
|
+
onCameraUpdated: any;
|
|
350
349
|
onDragStart: () => void;
|
|
351
350
|
getScrollXRange(camera: {
|
|
352
351
|
scale: number;
|