el-text-editor 0.0.64 → 0.0.66

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.
@@ -76,6 +76,7 @@ export declare class ElTextEditorComponent implements ControlValueAccessor, Afte
76
76
  isFullScreen: boolean;
77
77
  currentCaretPosition: any;
78
78
  userRole: any[];
79
+ showEditButton: boolean;
79
80
  constructor(router: Router, route: ActivatedRoute, renderer: Renderer2, sanitizer: DomSanitizer);
80
81
  themeMode(): "2px solid #403F4A !important" | "2px solid #D0D0D0 !important";
81
82
  themeModeClr(): "#fff !important" | "#000 !important";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "el-text-editor",
3
- "version": "0.0.64",
3
+ "version": "0.0.66",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.2.0",
6
6
  "@angular/core": "^13.2.0"