el-text-editor 0.0.52 → 0.0.54

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.
@@ -142,6 +142,8 @@ export declare class ElTextEditorComponent implements ControlValueAccessor, Afte
142
142
  navigateToIMGEditor(data: any): void;
143
143
  onTextSelect(event?: MouseEvent): void;
144
144
  onPaste(event: ClipboardEvent): void;
145
+ isExcelData(html: string): boolean;
146
+ convertExcelHtmlToTable(html: string): string;
145
147
  isTableData(text: string): boolean;
146
148
  convertTextToTable(text: string): string;
147
149
  insertHtmlAtCaret(html: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "el-text-editor",
3
- "version": "0.0.52",
3
+ "version": "0.0.54",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.2.0",
6
6
  "@angular/core": "^13.2.0"