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