@arsedizioni/ars-utils 18.5.26 → 18.5.28
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/clipper.common/common/definitions.d.ts +2 -0
- package/esm2022/clipper.common/common/definitions.mjs +4 -1
- package/esm2022/clipper.ui/ui/browser-dialog/browser-dialog.component.mjs +4 -2
- package/esm2022/clipper.ui/ui/search-result-manager/search-result-manager.mjs +4 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +3 -0
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +6 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/package.json +11 -11
|
@@ -153,6 +153,7 @@ export declare class ClipperSearchParams {
|
|
|
153
153
|
searchId?: number | null;
|
|
154
154
|
searchName?: string | null;
|
|
155
155
|
text?: string | null;
|
|
156
|
+
augmentedText?: string | null;
|
|
156
157
|
title?: string | null;
|
|
157
158
|
titleOnly?: boolean | null;
|
|
158
159
|
showUnreadDocumentsOnly?: boolean | null;
|
|
@@ -315,6 +316,7 @@ export declare class ClipperSearchResult {
|
|
|
315
316
|
facets?: ClipperSearchFacetsSnapshot | null;
|
|
316
317
|
tags?: NameValueItem<string>[] | null;
|
|
317
318
|
total?: number | null;
|
|
319
|
+
terms?: string[] | null;
|
|
318
320
|
searchInfo?: any | null;
|
|
319
321
|
searchParams?: ClipperSearchParams | null;
|
|
320
322
|
snapshotMode?: ClipperQueryReferencesMode | null;
|