el-text-editor 0.0.70 → 0.0.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.
- package/esm2020/lib/el-text-editor.component.mjs +11 -58
- package/fesm2015/el-text-editor.mjs +10 -57
- package/fesm2015/el-text-editor.mjs.map +1 -1
- package/fesm2020/el-text-editor.mjs +10 -57
- package/fesm2020/el-text-editor.mjs.map +1 -1
- package/lib/el-text-editor.component.d.ts +1 -3
- package/package.json +1 -1
@@ -106,12 +106,10 @@ export declare class ElTextEditorComponent implements ControlValueAccessor, Afte
|
|
106
106
|
applyImageStyles(content: string): string;
|
107
107
|
private trackCaretPosition;
|
108
108
|
private insertAtCaret;
|
109
|
+
private moveCaretToEnd;
|
109
110
|
init_Func(html: any): void;
|
110
111
|
private setEditorContent;
|
111
112
|
private setupMutationObserver;
|
112
|
-
private moveCaretToEnd;
|
113
|
-
private onKeyboardMove;
|
114
|
-
private onEditorClick;
|
115
113
|
format(command: string, value?: any): void;
|
116
114
|
checkActiveStates(): void;
|
117
115
|
checkFormatBlock(): void;
|