@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.
|
@@ -886,7 +886,7 @@ class ClipperDocumentComponent extends ClipperDocumentManager {
|
|
|
886
886
|
if (this.dialogData.id) {
|
|
887
887
|
const url = this.clipperService.serviceUri +
|
|
888
888
|
"/documents/render/?query=" +
|
|
889
|
-
(this.dialogData.query ?? '') +
|
|
889
|
+
(this.dialogData.queryChunks ?? this.dialogData.query ?? '') +
|
|
890
890
|
"&theme=" +
|
|
891
891
|
this.dialogData.theme +
|
|
892
892
|
"&id=" +
|
|
@@ -1517,8 +1517,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImpor
|
|
|
1517
1517
|
class ClipperDocumentsUtils {
|
|
1518
1518
|
/**
|
|
1519
1519
|
* Open a document
|
|
1520
|
-
* @param
|
|
1521
|
-
* @param clipperService: the clipper service
|
|
1520
|
+
* @param injector: the injector
|
|
1522
1521
|
* @param documentId : the document id
|
|
1523
1522
|
* @param query : the query for highlight
|
|
1524
1523
|
* @param queryChunks : the query chunks for highlight as string (eg. "|1|2|3...")
|