@libs-ui/components-inputs-quill 0.2.252 → 0.2.254
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.254",
|
|
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.
|
|
9
|
+
"@libs-ui/components-label": "^0.2.254",
|
|
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.254",
|
|
12
|
+
"@libs-ui/components-modal": "^0.2.254",
|
|
13
|
+
"@libs-ui/utils": "^0.2.254",
|
|
14
|
+
"@libs-ui/components-buttons-button": "^0.2.254",
|
|
15
|
+
"@libs-ui/components-buttons-select-color": "^0.2.254",
|
|
16
|
+
"@libs-ui/components-dropdown": "^0.2.254",
|
|
17
|
+
"@libs-ui/components-inputs-emoji": "^0.2.254",
|
|
18
|
+
"@libs-ui/components-inputs-mention": "^0.2.254",
|
|
19
|
+
"@libs-ui/components-list": "^0.2.254",
|
|
20
|
+
"@libs-ui/components-popover": "^0.2.254",
|
|
21
|
+
"@libs-ui/interfaces-types": "^0.2.254",
|
|
22
|
+
"@libs-ui/services-dynamic-component": "^0.2.254",
|
|
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.254",
|
|
26
|
+
"@libs-ui/services-notification": "^0.2.254",
|
|
27
|
+
"@libs-ui/services-http-request": "^0.2.254"
|
|
28
28
|
},
|
|
29
29
|
"sideEffects": false,
|
|
30
30
|
"module": "fesm2022/libs-ui-components-inputs-quill.mjs",
|
package/quill.component.d.ts
CHANGED
|
@@ -112,7 +112,6 @@ export declare class LibsUiComponentsInputsQuillComponent implements OnInit, Aft
|
|
|
112
112
|
protected handlerUnlink(event: Event): void;
|
|
113
113
|
protected handlerEdit(event: Event): void;
|
|
114
114
|
private calculatorToolbar;
|
|
115
|
-
private setColor;
|
|
116
115
|
protected setStyle(type: string, data: string | number): void;
|
|
117
116
|
private getFontSize;
|
|
118
117
|
private getFont;
|