el-text-editor 0.0.74 → 0.0.75

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.
@@ -133,7 +133,6 @@ 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;
137
136
  private savedSelection;
138
137
  openColorPicker(inputId: string): void;
139
138
  setTextColor(event: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "el-text-editor",
3
- "version": "0.0.74",
3
+ "version": "0.0.75",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.2.0",
6
6
  "@angular/core": "^13.2.0"