@ones-editor/editor 1.1.18-beta.19 → 1.1.18-beta.20

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.
@@ -1,4 +1,4 @@
1
- import { DocObject, OnesEditor, OnesEditorInputHandler } from '../../../../@ones-editor/core';
1
+ import { OnesEditor, OnesEditorInputHandler } from '../../../../@ones-editor/core';
2
2
  export default class ListBlockInputHandler implements OnesEditorInputHandler {
3
3
  private editor;
4
4
  constructor(editor: OnesEditor);
@@ -6,8 +6,4 @@ export default class ListBlockInputHandler implements OnesEditorInputHandler {
6
6
  private handleEnter;
7
7
  private handleBackspace;
8
8
  private handleTab;
9
- private getPreListBlock;
10
- private fixStartByList;
11
- handleBeforePasteDoc(editor: OnesEditor, doc: DocObject): Promise<boolean>;
12
- handleAfterPaste(editor: OnesEditor): Promise<boolean>;
13
9
  }