@libs-ui/components-inputs-quill 0.2.230 → 0.2.231

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,30 +1,30 @@
1
1
  {
2
2
  "name": "@libs-ui/components-inputs-quill",
3
- "version": "0.2.230",
3
+ "version": "0.2.231",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0",
7
7
  "quill": "1.3.7",
8
8
  "parchment": "1.1.4",
9
- "@libs-ui/components-label": "^0.2.230",
9
+ "@libs-ui/components-label": "^0.2.231",
10
10
  "quill-delta": "5.1.0",
11
- "@libs-ui/components-inputs-valid": "^0.2.230",
12
- "@libs-ui/components-modal": "^0.2.230",
13
- "@libs-ui/utils": "^0.2.230",
14
- "@libs-ui/components-buttons-button": "^0.2.230",
15
- "@libs-ui/components-buttons-select-color": "^0.2.230",
16
- "@libs-ui/components-dropdown": "^0.2.230",
17
- "@libs-ui/components-inputs-emoji": "^0.2.230",
18
- "@libs-ui/components-inputs-mention": "^0.2.230",
19
- "@libs-ui/components-list": "^0.2.230",
20
- "@libs-ui/components-popover": "^0.2.230",
21
- "@libs-ui/interfaces-types": "^0.2.230",
22
- "@libs-ui/services-dynamic-component": "^0.2.230",
11
+ "@libs-ui/components-inputs-valid": "^0.2.231",
12
+ "@libs-ui/components-modal": "^0.2.231",
13
+ "@libs-ui/utils": "^0.2.231",
14
+ "@libs-ui/components-buttons-button": "^0.2.231",
15
+ "@libs-ui/components-buttons-select-color": "^0.2.231",
16
+ "@libs-ui/components-dropdown": "^0.2.231",
17
+ "@libs-ui/components-inputs-emoji": "^0.2.231",
18
+ "@libs-ui/components-inputs-mention": "^0.2.231",
19
+ "@libs-ui/components-list": "^0.2.231",
20
+ "@libs-ui/components-popover": "^0.2.231",
21
+ "@libs-ui/interfaces-types": "^0.2.231",
22
+ "@libs-ui/services-dynamic-component": "^0.2.231",
23
23
  "@ngx-translate/core": "^15.0.0",
24
24
  "rxjs": "~7.8.0",
25
- "@libs-ui/components-spinner": "^0.2.230",
26
- "@libs-ui/services-notification": "^0.2.230",
27
- "@libs-ui/services-http-request": "^0.2.230"
25
+ "@libs-ui/components-spinner": "^0.2.231",
26
+ "@libs-ui/services-notification": "^0.2.231",
27
+ "@libs-ui/services-http-request": "^0.2.231"
28
28
  },
29
29
  "sideEffects": false,
30
30
  "module": "fesm2022/libs-ui-components-inputs-quill.mjs",
@@ -94,6 +94,7 @@ export declare class LibsUiComponentsInputsQuillComponent implements OnInit, Aft
94
94
  readonly quillEditorEl: import("@angular/core").Signal<ElementRef<any>>;
95
95
  readonly toolbarItemsEl: import("@angular/core").Signal<ElementRef<any>>;
96
96
  private notificationService;
97
+ private cdr;
97
98
  constructor();
98
99
  ngOnInit(): void;
99
100
  ngAfterViewInit(): Promise<void>;