@libs-ui/components-inputs-quill 0.2.304 → 0.2.306-3
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.
|
|
3
|
+
"version": "0.2.306-3",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=18.0.0",
|
|
6
6
|
"@angular/core": ">=18.0.0",
|
|
7
7
|
"quill": "1.3.7",
|
|
8
8
|
"parchment": "1.1.4",
|
|
9
|
-
"@libs-ui/components-label": "0.2.
|
|
9
|
+
"@libs-ui/components-label": "0.2.306-3",
|
|
10
10
|
"quill-delta": "5.1.0",
|
|
11
|
-
"@libs-ui/components-inputs-valid": "0.2.
|
|
12
|
-
"@libs-ui/components-modal": "0.2.
|
|
13
|
-
"@libs-ui/utils": "0.2.
|
|
14
|
-
"@libs-ui/components-buttons-button": "0.2.
|
|
15
|
-
"@libs-ui/components-buttons-select-color": "0.2.
|
|
16
|
-
"@libs-ui/components-dropdown": "0.2.
|
|
17
|
-
"@libs-ui/components-inputs-emoji": "0.2.
|
|
18
|
-
"@libs-ui/components-inputs-mention": "0.2.
|
|
19
|
-
"@libs-ui/components-list": "0.2.
|
|
20
|
-
"@libs-ui/components-popover": "0.2.
|
|
21
|
-
"@libs-ui/interfaces-types": "0.2.
|
|
22
|
-
"@libs-ui/services-dynamic-component": "0.2.
|
|
11
|
+
"@libs-ui/components-inputs-valid": "0.2.306-3",
|
|
12
|
+
"@libs-ui/components-modal": "0.2.306-3",
|
|
13
|
+
"@libs-ui/utils": "0.2.306-3",
|
|
14
|
+
"@libs-ui/components-buttons-button": "0.2.306-3",
|
|
15
|
+
"@libs-ui/components-buttons-select-color": "0.2.306-3",
|
|
16
|
+
"@libs-ui/components-dropdown": "0.2.306-3",
|
|
17
|
+
"@libs-ui/components-inputs-emoji": "0.2.306-3",
|
|
18
|
+
"@libs-ui/components-inputs-mention": "0.2.306-3",
|
|
19
|
+
"@libs-ui/components-list": "0.2.306-3",
|
|
20
|
+
"@libs-ui/components-popover": "0.2.306-3",
|
|
21
|
+
"@libs-ui/interfaces-types": "0.2.306-3",
|
|
22
|
+
"@libs-ui/services-dynamic-component": "0.2.306-3",
|
|
23
23
|
"@ngx-translate/core": "^15.0.0",
|
|
24
24
|
"rxjs": "~7.8.0",
|
|
25
|
-
"@libs-ui/components-spinner": "0.2.
|
|
26
|
-
"@libs-ui/services-notification": "0.2.
|
|
27
|
-
"@libs-ui/services-http-request": "0.2.
|
|
25
|
+
"@libs-ui/components-spinner": "0.2.306-3",
|
|
26
|
+
"@libs-ui/services-notification": "0.2.306-3",
|
|
27
|
+
"@libs-ui/services-http-request": "0.2.306-3"
|
|
28
28
|
},
|
|
29
29
|
"sideEffects": false,
|
|
30
30
|
"module": "fesm2022/libs-ui-components-inputs-quill.mjs",
|
package/quill.component.d.ts
CHANGED
|
@@ -17,13 +17,13 @@ export declare class LibsUiComponentsInputsQuillComponent implements OnInit, Aft
|
|
|
17
17
|
protected display: WritableSignal<boolean>;
|
|
18
18
|
protected listConfigAlign: WritableSignal<IListConfigItem>;
|
|
19
19
|
protected alignSelected: WritableSignal<IEmitSelectKey | undefined>;
|
|
20
|
-
protected iconAlignSelectedComputed: import("@angular/core").Signal<
|
|
20
|
+
protected iconAlignSelectedComputed: import("@angular/core").Signal<never>;
|
|
21
21
|
protected listConfigFont: WritableSignal<IListConfigItem>;
|
|
22
22
|
protected fontSelected: WritableSignal<IEmitSelectKey | undefined>;
|
|
23
|
-
protected labelFontSelectedComputed: import("@angular/core").Signal<
|
|
23
|
+
protected labelFontSelectedComputed: import("@angular/core").Signal<never>;
|
|
24
24
|
protected listConfigHeader: WritableSignal<IListConfigItem>;
|
|
25
25
|
protected headerSelected: WritableSignal<IEmitSelectKey | undefined>;
|
|
26
|
-
protected labelHeaderSelectedComputed: import("@angular/core").Signal<
|
|
26
|
+
protected labelHeaderSelectedComputed: import("@angular/core").Signal<never>;
|
|
27
27
|
protected size: WritableSignal<{
|
|
28
28
|
value: number;
|
|
29
29
|
}>;
|