el-text-editor 0.0.30 → 0.0.32

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.
@@ -119,6 +119,7 @@ export declare class ElTextEditorComponent implements ControlValueAccessor, Afte
119
119
  deleteRow(): void;
120
120
  addColumn(): void;
121
121
  deleteColumn(): void;
122
+ themeModeClrVerticalLineForTable(): "2px solid #414141 !important" | "2px solid #5F5F5F !important";
122
123
  adjustTableWidth(event: any): void;
123
124
  adjustCellWidth(event: any): void;
124
125
  adjustCellHeight(event: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "el-text-editor",
3
- "version": "0.0.30",
3
+ "version": "0.0.32",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.2.0",
6
6
  "@angular/core": "^13.2.0"