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