@arsedizioni/ars-utils 18.4.97 → 18.4.98
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.
|
@@ -855,9 +855,10 @@ export declare class ClipperSearchUtils {
|
|
|
855
855
|
/**
|
|
856
856
|
* Get hte model list related to a list of modules
|
|
857
857
|
* @param modules: the modules to check
|
|
858
|
+
* @parma single: true to select only the most representative
|
|
858
859
|
* @returns the list fo models
|
|
859
860
|
*/
|
|
860
|
-
static getModulesModels(modules: NameValueItem<ClipperModule>[] | null | undefined): ClipperModel[];
|
|
861
|
+
static getModulesModels(modules: NameValueItem<ClipperModule>[] | null | undefined, single?: boolean | null): ClipperModel[];
|
|
861
862
|
/**
|
|
862
863
|
* Check if current filter is a text based search
|
|
863
864
|
* @param params : the search params to check
|