el-text-editor 0.0.92 → 0.0.94

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.
@@ -150,6 +150,7 @@ export declare class ElTextEditorComponent implements ControlValueAccessor, Afte
150
150
  private savedSelection;
151
151
  openColorPicker(inputId: string): void;
152
152
  setTextColor(event: any): void;
153
+ private applyColorToContents;
153
154
  setBackgroundColor(event: any): void;
154
155
  logEvent(event: any, trigger: any): void;
155
156
  editImage(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "el-text-editor",
3
- "version": "0.0.92",
3
+ "version": "0.0.94",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.2.0",
6
6
  "@angular/core": "^13.2.0"