@libs-ui/components-inputs-quill 0.2.346-5 → 0.2.346-7
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/blots-custom/image2x.component.d.ts +6 -0
- package/blots-custom/index.d.ts +0 -1
- package/blots-custom/index2x.d.ts +2 -0
- package/esm2022/blots-custom/image2x.component.mjs +13 -0
- package/esm2022/blots-custom/index.mjs +1 -2
- package/esm2022/blots-custom/index2x.mjs +3 -0
- package/esm2022/quill.component.mjs +4 -5
- package/esm2022/quill2x.component.mjs +4 -5
- package/esm2022/utils/quill2x.define.mjs +3 -3
- package/fesm2022/libs-ui-components-inputs-quill.mjs +56 -46
- package/fesm2022/libs-ui-components-inputs-quill.mjs.map +1 -1
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-inputs-quill",
|
|
3
|
-
"version": "0.2.346-
|
|
3
|
+
"version": "0.2.346-7",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=18.0.0",
|
|
6
6
|
"@angular/core": ">=18.0.0",
|
|
@@ -8,25 +8,25 @@
|
|
|
8
8
|
"quill2x": "npm:quill@2.0.3",
|
|
9
9
|
"@ssumo/quill-resize-module": "1.0.3",
|
|
10
10
|
"parchment": "1.1.4",
|
|
11
|
-
"@libs-ui/components-label": "0.2.346-
|
|
11
|
+
"@libs-ui/components-label": "0.2.346-7",
|
|
12
12
|
"quill-delta": "5.1.0",
|
|
13
|
-
"@libs-ui/components-inputs-valid": "0.2.346-
|
|
14
|
-
"@libs-ui/components-modal": "0.2.346-
|
|
15
|
-
"@libs-ui/utils": "0.2.346-
|
|
16
|
-
"@libs-ui/components-buttons-button": "0.2.346-
|
|
17
|
-
"@libs-ui/components-buttons-select-color": "0.2.346-
|
|
18
|
-
"@libs-ui/components-dropdown": "0.2.346-
|
|
19
|
-
"@libs-ui/components-inputs-emoji": "0.2.346-
|
|
20
|
-
"@libs-ui/components-inputs-mention": "0.2.346-
|
|
21
|
-
"@libs-ui/components-list": "0.2.346-
|
|
22
|
-
"@libs-ui/components-popover": "0.2.346-
|
|
23
|
-
"@libs-ui/interfaces-types": "0.2.346-
|
|
24
|
-
"@libs-ui/services-dynamic-component": "0.2.346-
|
|
13
|
+
"@libs-ui/components-inputs-valid": "0.2.346-7",
|
|
14
|
+
"@libs-ui/components-modal": "0.2.346-7",
|
|
15
|
+
"@libs-ui/utils": "0.2.346-7",
|
|
16
|
+
"@libs-ui/components-buttons-button": "0.2.346-7",
|
|
17
|
+
"@libs-ui/components-buttons-select-color": "0.2.346-7",
|
|
18
|
+
"@libs-ui/components-dropdown": "0.2.346-7",
|
|
19
|
+
"@libs-ui/components-inputs-emoji": "0.2.346-7",
|
|
20
|
+
"@libs-ui/components-inputs-mention": "0.2.346-7",
|
|
21
|
+
"@libs-ui/components-list": "0.2.346-7",
|
|
22
|
+
"@libs-ui/components-popover": "0.2.346-7",
|
|
23
|
+
"@libs-ui/interfaces-types": "0.2.346-7",
|
|
24
|
+
"@libs-ui/services-dynamic-component": "0.2.346-7",
|
|
25
25
|
"@ngx-translate/core": "^15.0.0",
|
|
26
26
|
"rxjs": "~7.8.0",
|
|
27
|
-
"@libs-ui/components-spinner": "0.2.346-
|
|
28
|
-
"@libs-ui/services-notification": "0.2.346-
|
|
29
|
-
"@libs-ui/services-http-request": "0.2.346-
|
|
27
|
+
"@libs-ui/components-spinner": "0.2.346-7",
|
|
28
|
+
"@libs-ui/services-notification": "0.2.346-7",
|
|
29
|
+
"@libs-ui/services-http-request": "0.2.346-7"
|
|
30
30
|
},
|
|
31
31
|
"sideEffects": false,
|
|
32
32
|
"module": "fesm2022/libs-ui-components-inputs-quill.mjs",
|