@arsedizioni/ars-utils 21.2.184 → 21.2.186
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/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +7 -7
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/arsedizioni-ars-utils-clipper.common.d.ts +1 -0
- package/types/arsedizioni-ars-utils-clipper.ui.d.ts +3 -3
package/package.json
CHANGED
|
@@ -114,10 +114,10 @@ declare class ClipperDocumentManager {
|
|
|
114
114
|
*/
|
|
115
115
|
addItemsToBag(items: ClipperDocumentInfo[]): void;
|
|
116
116
|
/**
|
|
117
|
-
* Add properties to
|
|
118
|
-
* @param
|
|
117
|
+
* Add properties to a document
|
|
118
|
+
* @param item : the item to add properties to
|
|
119
119
|
*/
|
|
120
|
-
|
|
120
|
+
addItemProperty(item: ClipperDocumentInfo): void;
|
|
121
121
|
/**
|
|
122
122
|
* Copy metadata to clipboard
|
|
123
123
|
* @param item : the item to copy
|