el-text-editor 0.0.80 → 0.0.82

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.
@@ -120,6 +120,7 @@ export declare class ElTextEditorComponent implements ControlValueAccessor, Afte
120
120
  addLink(): void;
121
121
  insertsImage(): void;
122
122
  handleImageUpload(event: any): void;
123
+ handleTabKey(event: any): void;
123
124
  addTable(): void;
124
125
  checkTableSelection(event?: MouseEvent): void;
125
126
  checkPlaceholder(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "el-text-editor",
3
- "version": "0.0.80",
3
+ "version": "0.0.82",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.2.0",
6
6
  "@angular/core": "^13.2.0"