@arsedizioni/ars-utils 21.1.3 → 21.1.4
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
|
@@ -1038,7 +1038,7 @@ declare class ClipperDocumentMenuComponent implements OnInit, OnDestroy {
|
|
|
1038
1038
|
private changeDetector;
|
|
1039
1039
|
private clipperService;
|
|
1040
1040
|
readonly useSelections: _angular_core.InputSignal<boolean>;
|
|
1041
|
-
readonly selectionSource: _angular_core.InputSignal<"
|
|
1041
|
+
readonly selectionSource: _angular_core.InputSignal<"selection" | "bag" | "none">;
|
|
1042
1042
|
protected selection: () => ClipperDocumentInfo[];
|
|
1043
1043
|
readonly parent: _angular_core.InputSignal<ClipperSearchResultManager>;
|
|
1044
1044
|
readonly item: _angular_core.InputSignal<ClipperDocumentInfo>;
|