@arsedizioni/ars-utils 21.2.181 → 21.2.183

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@arsedizioni/ars-utils",
3
- "version": "21.2.181",
3
+ "version": "21.2.183",
4
4
  "author": {
5
5
  "email": "software@arsedizioni.it",
6
6
  "name": "Fabio Buscaroli, Alberto Doria"
@@ -109,7 +109,7 @@ declare class ClipperDocumentManager {
109
109
  */
110
110
  addItemsToWorkingDocuments(items: ClipperDocumentInfo[]): void;
111
111
  /**
112
- * Add a list of items to working documents
112
+ * Add a list of items to bag
113
113
  * @param items : the item list
114
114
  */
115
115
  addItemsToBag(items: ClipperDocumentInfo[]): void;
@@ -117,7 +117,7 @@ declare class ClipperDocumentManager {
117
117
  * Add properties to documents
118
118
  * @param items : the item list
119
119
  */
120
- addProperty(items: ClipperDocumentInfo[]): void;
120
+ addPropertyToDocuments(items: ClipperDocumentInfo[]): void;
121
121
  /**
122
122
  * Copy metadata to clipboard
123
123
  * @param item : the item to copy
@@ -1054,7 +1054,7 @@ declare class ClipperDocumentMenuComponent implements OnInit {
1054
1054
  private readonly changeDetector;
1055
1055
  private readonly clipperService;
1056
1056
  readonly useSelections: _angular_core.InputSignal<boolean>;
1057
- readonly selectionSource: _angular_core.InputSignal<"bag" | "selection" | "none">;
1057
+ readonly selectionSource: _angular_core.InputSignal<"none" | "selection" | "bag">;
1058
1058
  protected selection: () => ClipperDocumentInfo[];
1059
1059
  readonly parent: _angular_core.InputSignal<any>;
1060
1060
  readonly item: _angular_core.InputSignal<ClipperDocumentInfo>;