@arsedizioni/ars-utils 21.0.19 → 21.0.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arsedizioni/ars-utils",
3
- "version": "21.0.19",
3
+ "version": "21.0.21",
4
4
  "author": {
5
5
  "email": "software@arsedizioni.it",
6
6
  "name": "Fabio Buscaroli, Alberto Doria"
@@ -214,6 +214,7 @@ declare class ClipperSearchFacetsComponent {
214
214
  private changeDetector;
215
215
  protected snapshot: ClipperSearchFacetsSnapshot;
216
216
  hasFacets: () => boolean;
217
+ handleTooManyResults: _angular_core.InputSignal<boolean>;
217
218
  /**
218
219
  * Update facets
219
220
  * @param values : the facets values
@@ -256,7 +257,7 @@ declare class ClipperSearchFacetsComponent {
256
257
  */
257
258
  save(): ClipperSearchFacetsSnapshot;
258
259
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClipperSearchFacetsComponent, never>;
259
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ClipperSearchFacetsComponent, "clipper-search-facets", never, {}, { "changed": "changed"; }, never, never, true, never>;
260
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ClipperSearchFacetsComponent, "clipper-search-facets", never, { "handleTooManyResults": { "alias": "handleTooManyResults"; "required": false; "isSignal": true; }; }, { "changed": "changed"; }, never, never, true, never>;
260
261
  }
261
262
 
262
263
  declare class ClipperSearchResultManager extends ClipperDocumentManager implements OnDestroy {
@@ -427,6 +428,7 @@ interface ClipperReferencesDialogData {
427
428
  documentId: string;
428
429
  model: number;
429
430
  canUseArchive?: boolean;
431
+ canHandleTooManyResults?: boolean;
430
432
  }
431
433
  interface ClipperReferenceDialogResult {
432
434
  documentId: string;