@arsedizioni/ars-utils 21.2.222 → 21.2.223

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.2.222",
3
+ "version": "21.2.223",
4
4
  "author": {
5
5
  "email": "software@arsedizioni.it",
6
6
  "name": "Fabio Buscaroli, Alberto Doria"
@@ -14,7 +14,6 @@ import { MatCalendar, MatCalendarCellClassFunction } from '@angular/material/dat
14
14
  import { NgForm } from '@angular/forms';
15
15
  import { MatSelectionList } from '@angular/material/list';
16
16
  import { MatMenuTrigger, MatMenu } from '@angular/material/menu';
17
- import { MatDialogRef } from '@angular/material/dialog';
18
17
 
19
18
  declare class ClipperSearchFacetsComponent {
20
19
  readonly changed: _angular_core.OutputEmitterRef<ClipperSearchFacetsSnapshot>;
@@ -1406,7 +1405,7 @@ declare class ClipperDocumentsUtils {
1406
1405
  * @returns The `MatDialogRef` for the opened dialog, or `undefined` when the user is not logged in
1407
1406
  * or the document ID is invalid.
1408
1407
  */
1409
- static openDocument(injector: Injector, documentId: string, query?: string, queryChunks?: string, selectionMode?: ClipperSelectionMode, selectableModules?: ClipperModule[], theme?: ThemeType, canUseArchive?: boolean, canHandleTooManyResults?: boolean): MatDialogRef<ClipperDocumentComponent> | undefined;
1408
+ static openDocument(injector: Injector, documentId: string, query?: string, queryChunks?: string, selectionMode?: ClipperSelectionMode, selectableModules?: ClipperModule[], theme?: ThemeType, canUseArchive?: boolean, canHandleTooManyResults?: boolean): void;
1410
1409
  /**
1411
1410
  * Extracts the display title from a full document title by stripping any trailing `[...]` suffix.
1412
1411
  * @param title - The full document title, which may contain a bracketed qualifier.