@arsedizioni/ars-utils 21.1.10 → 21.1.11
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
|
@@ -1050,7 +1050,7 @@ declare class ClipperDocumentMenuComponent implements OnInit, OnDestroy {
|
|
|
1050
1050
|
private changeDetector;
|
|
1051
1051
|
private clipperService;
|
|
1052
1052
|
readonly useSelections: _angular_core.InputSignal<boolean>;
|
|
1053
|
-
readonly selectionSource: _angular_core.InputSignal<"
|
|
1053
|
+
readonly selectionSource: _angular_core.InputSignal<"none" | "selection" | "bag">;
|
|
1054
1054
|
protected selection: () => ClipperDocumentInfo[];
|
|
1055
1055
|
readonly parent: _angular_core.InputSignal<ClipperSearchResultManager>;
|
|
1056
1056
|
readonly item: _angular_core.InputSignal<ClipperDocumentInfo>;
|
|
@@ -1134,8 +1134,7 @@ declare class ClipperDocumentMenuComponent implements OnInit, OnDestroy {
|
|
|
1134
1134
|
declare class ClipperDocumentsUtils {
|
|
1135
1135
|
/**
|
|
1136
1136
|
* Open a document
|
|
1137
|
-
* @param
|
|
1138
|
-
* @param clipperService: the clipper service
|
|
1137
|
+
* @param injector: the injector
|
|
1139
1138
|
* @param documentId : the document id
|
|
1140
1139
|
* @param query : the query for highlight
|
|
1141
1140
|
* @param queryChunks : the query chunks for highlight as string (eg. "|1|2|3...")
|