@arsedizioni/ars-utils 18.2.243 → 18.2.244
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/clipper.common/common/definitions.d.ts +7 -3
- package/clipper.common/common/services/clipper.service.d.ts +6 -0
- package/esm2022/clipper.common/common/definitions.mjs +11 -21
- package/esm2022/clipper.common/common/services/clipper.service.mjs +11 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +21 -21
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arsedizioni/ars-utils",
|
|
3
|
-
"version": "18.2.
|
|
3
|
+
"version": "18.2.244",
|
|
4
4
|
"author": {
|
|
5
5
|
"email": "software@arsedizioni.it",
|
|
6
6
|
"name": "Fabio Buscaroli, Alberto Doria"
|
|
@@ -47,23 +47,17 @@
|
|
|
47
47
|
"esm": "./esm2022/clipper.ui/arsedizioni-ars-utils-clipper.ui.mjs",
|
|
48
48
|
"default": "./fesm2022/arsedizioni-ars-utils-clipper.ui.mjs"
|
|
49
49
|
},
|
|
50
|
-
"./help": {
|
|
51
|
-
"types": "./help/index.d.ts",
|
|
52
|
-
"esm2022": "./esm2022/help/arsedizioni-ars-utils-help.mjs",
|
|
53
|
-
"esm": "./esm2022/help/arsedizioni-ars-utils-help.mjs",
|
|
54
|
-
"default": "./fesm2022/arsedizioni-ars-utils-help.mjs"
|
|
55
|
-
},
|
|
56
50
|
"./core": {
|
|
57
51
|
"types": "./core/index.d.ts",
|
|
58
52
|
"esm2022": "./esm2022/core/arsedizioni-ars-utils-core.mjs",
|
|
59
53
|
"esm": "./esm2022/core/arsedizioni-ars-utils-core.mjs",
|
|
60
54
|
"default": "./fesm2022/arsedizioni-ars-utils-core.mjs"
|
|
61
55
|
},
|
|
62
|
-
"./
|
|
63
|
-
"types": "./
|
|
64
|
-
"esm2022": "./esm2022/
|
|
65
|
-
"esm": "./esm2022/
|
|
66
|
-
"default": "./fesm2022/arsedizioni-ars-utils-
|
|
56
|
+
"./help": {
|
|
57
|
+
"types": "./help/index.d.ts",
|
|
58
|
+
"esm2022": "./esm2022/help/arsedizioni-ars-utils-help.mjs",
|
|
59
|
+
"esm": "./esm2022/help/arsedizioni-ars-utils-help.mjs",
|
|
60
|
+
"default": "./fesm2022/arsedizioni-ars-utils-help.mjs"
|
|
67
61
|
},
|
|
68
62
|
"./support.common": {
|
|
69
63
|
"types": "./support.common/index.d.ts",
|
|
@@ -71,11 +65,11 @@
|
|
|
71
65
|
"esm": "./esm2022/support.common/arsedizioni-ars-utils-support.common.mjs",
|
|
72
66
|
"default": "./fesm2022/arsedizioni-ars-utils-support.common.mjs"
|
|
73
67
|
},
|
|
74
|
-
"./
|
|
75
|
-
"types": "./
|
|
76
|
-
"esm2022": "./esm2022/
|
|
77
|
-
"esm": "./esm2022/
|
|
78
|
-
"default": "./fesm2022/arsedizioni-ars-utils-
|
|
68
|
+
"./support.ui": {
|
|
69
|
+
"types": "./support.ui/index.d.ts",
|
|
70
|
+
"esm2022": "./esm2022/support.ui/arsedizioni-ars-utils-support.ui.mjs",
|
|
71
|
+
"esm": "./esm2022/support.ui/arsedizioni-ars-utils-support.ui.mjs",
|
|
72
|
+
"default": "./fesm2022/arsedizioni-ars-utils-support.ui.mjs"
|
|
79
73
|
},
|
|
80
74
|
"./ui": {
|
|
81
75
|
"types": "./ui/index.d.ts",
|
|
@@ -83,6 +77,12 @@
|
|
|
83
77
|
"esm": "./esm2022/ui/arsedizioni-ars-utils-ui.mjs",
|
|
84
78
|
"default": "./fesm2022/arsedizioni-ars-utils-ui.mjs"
|
|
85
79
|
},
|
|
80
|
+
"./tinymce": {
|
|
81
|
+
"types": "./tinymce/index.d.ts",
|
|
82
|
+
"esm2022": "./esm2022/tinymce/arsedizioni-ars-utils-tinymce.mjs",
|
|
83
|
+
"esm": "./esm2022/tinymce/arsedizioni-ars-utils-tinymce.mjs",
|
|
84
|
+
"default": "./fesm2022/arsedizioni-ars-utils-tinymce.mjs"
|
|
85
|
+
},
|
|
86
86
|
"./ui.application": {
|
|
87
87
|
"types": "./ui.application/index.d.ts",
|
|
88
88
|
"esm2022": "./esm2022/ui.application/arsedizioni-ars-utils-ui.application.mjs",
|