@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/esm2022/link/link.component.mjs +1 -1
- package/esm2022/quill.component.mjs +8 -4
- package/esm2022/utils/quill.define.mjs +5 -4
- package/fesm2022/libs-ui-components-inputs-quill.mjs +12 -7
- package/fesm2022/libs-ui-components-inputs-quill.mjs.map +1 -1
- package/package.json +1 -1
- package/quill.component.d.ts +1 -0
package/package.json
CHANGED
package/quill.component.d.ts
CHANGED
|
@@ -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>;
|