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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "el-text-editor",
3
- "version": "0.0.58",
3
+ "version": "0.0.59",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.2.0",
6
6
  "@angular/core": "^13.2.0"