el-text-editor 0.0.79 → 0.0.81
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 +24 -2
- package/fesm2015/el-text-editor.mjs +23 -1
- package/fesm2015/el-text-editor.mjs.map +1 -1
- package/fesm2020/el-text-editor.mjs +23 -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
@@ -130,6 +130,7 @@ export declare class ElTextEditorComponent implements ControlValueAccessor, Afte
|
|
130
130
|
addColumn(): void;
|
131
131
|
deleteColumn(): void;
|
132
132
|
themeModeClrVerticalLineForTable(): "2px solid #414141 !important" | "2px solid #5F5F5F !important";
|
133
|
+
themeModeClrVerticalLineColorForTable(): "#414141" | "#5F5F5F";
|
133
134
|
adjustTableWidth(event: any): void;
|
134
135
|
adjustCellWidth(event: any): void;
|
135
136
|
adjustCellHeight(event: any): void;
|