@arsedizioni/ars-utils 21.1.7 → 21.1.8
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/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +4 -7
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/arsedizioni-ars-utils-clipper.common.d.ts +1 -0
- package/types/arsedizioni-ars-utils-clipper.ui.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1043,7 +1043,7 @@ declare class ClipperDocumentMenuComponent implements OnInit, OnDestroy {
|
|
|
1043
1043
|
private changeDetector;
|
|
1044
1044
|
private clipperService;
|
|
1045
1045
|
readonly useSelections: _angular_core.InputSignal<boolean>;
|
|
1046
|
-
readonly selectionSource: _angular_core.InputSignal<"
|
|
1046
|
+
readonly selectionSource: _angular_core.InputSignal<"bag" | "selection" | "none">;
|
|
1047
1047
|
protected selection: () => ClipperDocumentInfo[];
|
|
1048
1048
|
readonly parent: _angular_core.InputSignal<ClipperSearchResultManager>;
|
|
1049
1049
|
readonly item: _angular_core.InputSignal<ClipperDocumentInfo>;
|