el-text-editor 0.0.68 → 0.0.70
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/esm2020/lib/el-text-editor.component.mjs +48 -18
- package/fesm2015/el-text-editor.mjs +47 -17
- package/fesm2015/el-text-editor.mjs.map +1 -1
- package/fesm2020/el-text-editor.mjs +47 -17
- package/fesm2020/el-text-editor.mjs.map +1 -1
- package/lib/el-text-editor.component.d.ts +2 -0
- package/package.json +1 -1
@@ -110,6 +110,8 @@ export declare class ElTextEditorComponent implements ControlValueAccessor, Afte
|
|
110
110
|
private setEditorContent;
|
111
111
|
private setupMutationObserver;
|
112
112
|
private moveCaretToEnd;
|
113
|
+
private onKeyboardMove;
|
114
|
+
private onEditorClick;
|
113
115
|
format(command: string, value?: any): void;
|
114
116
|
checkActiveStates(): void;
|
115
117
|
checkFormatBlock(): void;
|