@arsedizioni/ars-utils 21.2.126 → 21.2.130
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
|
@@ -1047,7 +1047,7 @@ declare class ClipperDocumentMenuComponent implements OnInit {
|
|
|
1047
1047
|
private readonly changeDetector;
|
|
1048
1048
|
private readonly clipperService;
|
|
1049
1049
|
readonly useSelections: _angular_core.InputSignal<boolean>;
|
|
1050
|
-
readonly selectionSource: _angular_core.InputSignal<"
|
|
1050
|
+
readonly selectionSource: _angular_core.InputSignal<"selection" | "bag" | "none">;
|
|
1051
1051
|
protected selection: () => ClipperDocumentInfo[];
|
|
1052
1052
|
readonly parent: _angular_core.InputSignal<any>;
|
|
1053
1053
|
readonly item: _angular_core.InputSignal<ClipperDocumentInfo>;
|