@libs-ui/components-inputs-quill 0.2.154 → 0.2.155

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libs-ui/components-inputs-quill",
3
- "version": "0.2.154",
3
+ "version": "0.2.155",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"
@@ -86,6 +86,7 @@ export declare class LibsUiComponentsInputsQuillComponent implements OnInit, Aft
86
86
  readonly quillEditorEl: import("@angular/core").Signal<ElementRef<any> | undefined>;
87
87
  readonly toolbarItemsEl: import("@angular/core").Signal<ElementRef<any> | undefined>;
88
88
  readonly itemsEl: import("@angular/core").Signal<readonly ElementRef<any>[]>;
89
+ private notificationService;
89
90
  constructor();
90
91
  ngOnInit(): void;
91
92
  ngAfterViewInit(): Promise<void>;