@arsedizioni/ars-utils 18.2.404 → 18.2.406

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.
@@ -193,11 +193,6 @@ export declare class ClipperSearchParams {
193
193
  returnModifierInfo?: boolean | null;
194
194
  first?: number | null;
195
195
  sortMode?: number | null;
196
- /**
197
- * Return a valid ClipperReferencesSearchParams
198
- * @returns a ClipperReferencesSearchParams object
199
- */
200
- toReferencesSearchParams(): ClipperReferencesSearchParams;
201
196
  }
202
197
  export interface ClipperReferencesSearchParams {
203
198
  documentId: string;
@@ -45,11 +45,17 @@ export declare class ClipperReferencesComponent extends ClipperSearchResultManag
45
45
  */
46
46
  sendTo(item?: ClipperDocumentInfo): void;
47
47
  /**
48
- * Prepare teh search params
48
+ * Prepare the search params
49
49
  * @param newSearch : true if it is a new search
50
50
  * @return the new search params
51
51
  */
52
52
  private prepareFetch;
53
+ /**
54
+ * Get e refrences search params form clipper search params
55
+ * @param params : the clipper search params
56
+ * @returns : the references search params
57
+ */
58
+ private toReferencesSearchParams;
53
59
  /**
54
60
  * Perform a search
55
61
  * @param newSearch: true if is a new search