el-text-editor 0.0.69 → 0.0.71

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.
@@ -106,10 +106,10 @@ export declare class ElTextEditorComponent implements ControlValueAccessor, Afte
106
106
  applyImageStyles(content: string): string;
107
107
  private trackCaretPosition;
108
108
  private insertAtCaret;
109
+ private moveCaretToEnd;
109
110
  init_Func(html: any): void;
110
111
  private setEditorContent;
111
112
  private setupMutationObserver;
112
- private moveCaretToEnd;
113
113
  format(command: string, value?: any): void;
114
114
  checkActiveStates(): void;
115
115
  checkFormatBlock(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "el-text-editor",
3
- "version": "0.0.69",
3
+ "version": "0.0.71",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.2.0",
6
6
  "@angular/core": "^13.2.0"