el-text-editor 0.0.75 → 0.0.76
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 +33 -41
- package/fesm2015/el-text-editor.mjs +32 -40
- package/fesm2015/el-text-editor.mjs.map +1 -1
- package/fesm2020/el-text-editor.mjs +32 -40
- package/fesm2020/el-text-editor.mjs.map +1 -1
- package/lib/el-text-editor.component.d.ts +1 -0
- package/package.json +1 -1
@@ -133,6 +133,7 @@ export declare class ElTextEditorComponent implements ControlValueAccessor, Afte
|
|
133
133
|
adjustTableWidth(event: any): void;
|
134
134
|
adjustCellWidth(event: any): void;
|
135
135
|
adjustCellHeight(event: any): void;
|
136
|
+
private setCaretToEnd;
|
136
137
|
private savedSelection;
|
137
138
|
openColorPicker(inputId: string): void;
|
138
139
|
setTextColor(event: any): void;
|