@arsedizioni/ars-utils 18.2.260 → 18.2.262
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.
|
@@ -554,10 +554,9 @@ export declare class ClipperSearchUtils {
|
|
|
554
554
|
/**
|
|
555
555
|
* Prepare the module specific query
|
|
556
556
|
* @param params : the search params to use
|
|
557
|
-
* @param module : the module to prepare the search params for
|
|
558
557
|
* @returns the new search params
|
|
559
558
|
*/
|
|
560
|
-
static prepare(params: ClipperSearchParams
|
|
559
|
+
static prepare(params: ClipperSearchParams): ClipperSearchParams;
|
|
561
560
|
/**
|
|
562
561
|
* Check if current filter is a text based search
|
|
563
562
|
* @param params : the search params to check
|