@arsedizioni/ars-utils 21.2.200 → 21.2.202
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
|
@@ -1055,7 +1055,7 @@ declare class ClipperDocumentMenuComponent implements OnInit {
|
|
|
1055
1055
|
private readonly changeDetector;
|
|
1056
1056
|
private readonly clipperService;
|
|
1057
1057
|
readonly useSelections: _angular_core.InputSignal<boolean>;
|
|
1058
|
-
readonly selectionSource: _angular_core.InputSignal<"
|
|
1058
|
+
readonly selectionSource: _angular_core.InputSignal<"none" | "selection" | "bag">;
|
|
1059
1059
|
protected selection: () => ClipperDocumentInfo[];
|
|
1060
1060
|
readonly parent: _angular_core.InputSignal<any>;
|
|
1061
1061
|
readonly item: _angular_core.InputSignal<ClipperDocumentInfo>;
|