@ones-editor/editor 2.1.1-beta.70 → 2.1.1-beta.71
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.
|
@@ -6,12 +6,11 @@ export declare class MobileCommandHandler {
|
|
|
6
6
|
private commandBar;
|
|
7
7
|
private observer;
|
|
8
8
|
constructor(editor: OnesEditor);
|
|
9
|
-
private showKeyboard;
|
|
10
9
|
private get window();
|
|
11
10
|
private get virtualViewportHeight();
|
|
12
11
|
private get clientHeight();
|
|
13
12
|
private toggleDelay;
|
|
14
|
-
|
|
13
|
+
layoutBar: import("lodash").DebouncedFunc<() => void>;
|
|
15
14
|
handScroll: import("lodash").DebouncedFunc<() => void>;
|
|
16
15
|
destroy(): void;
|
|
17
16
|
handleFocusIn: () => void;
|