el-text-editor 0.0.58 → 0.0.59
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 -2
- package/fesm2015/el-text-editor.mjs +10 -1
- package/fesm2015/el-text-editor.mjs.map +1 -1
- package/fesm2020/el-text-editor.mjs +10 -1
- package/fesm2020/el-text-editor.mjs.map +1 -1
- package/lib/el-text-editor.component.d.ts +1 -0
- package/package.json +1 -1
@@ -147,6 +147,7 @@ export declare class ElTextEditorComponent implements ControlValueAccessor, Afte
|
|
147
147
|
isTableData(text: string): boolean;
|
148
148
|
convertTextToTable(text: string): string;
|
149
149
|
insertHtmlAtCaret(html: string): void;
|
150
|
+
themeModeTableBorderTop(): "1px solid #D0D0D0; !important" | "1px solid #414141 !important";
|
150
151
|
openFullscreen(): void;
|
151
152
|
closeFullscreen(): void;
|
152
153
|
clearTextEditor(): void;
|