@arsedizioni/ars-utils 19.0.50 → 19.0.52

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.
@@ -1,14 +1,14 @@
1
+ export * from './ui/search-result-manager/search-result-manager';
1
2
  export * from './ui/search-facets/search-facets.component';
2
3
  export * from './ui/search-free-text-help/search-free-text-help.component';
3
4
  export * from './ui/search-free-text-query-builder/search-free-text-query-builder.component';
4
5
  export * from './ui/search-result-item/search-result-item.component';
5
6
  export * from './ui/search-calendar/search-calendar.component';
6
- export * from './ui/search-result-manager/search-result-manager';
7
- export * from './ui/references/references.component';
8
7
  export * from './ui/document/document.component';
9
8
  export * from './ui/document-index/document-index.component';
10
9
  export * from './ui/document-menu/document-menu.component';
11
10
  export * from './ui/document-manager/document-manager';
11
+ export * from './ui/references/references.component';
12
12
  export * from './ui/browser/browser-dialog/browser-dialog.component';
13
13
  export * from './ui/browser/browser.component';
14
14
  export * from './documents';
@@ -47,7 +47,6 @@ export declare class ClipperBrowserComponent extends ClipperSearchResultManager
47
47
  protected interval: DateInterval;
48
48
  protected sourceInterval: DateInterval;
49
49
  protected user: ClipperUserInfo | null;
50
- constructor();
51
50
  ngOnInit(): void;
52
51
  ngAfterViewInit(): void;
53
52
  ngOnDestroy(): void;
@@ -8,7 +8,6 @@ export declare class ClipperDocumentManager {
8
8
  clipperService: ClipperService;
9
9
  protected broadcastService: BroadcastService;
10
10
  protected dialogService: ApplicationDialogService;
11
- constructor();
12
11
  /**
13
12
  * Export a document in pdf format
14
13
  * @param item : the document to export
@@ -32,7 +32,6 @@ export declare class ClipperSearchResultManager extends ClipperDocumentManager i
32
32
  protected restorableId: string | null;
33
33
  protected hasFacets: import("@angular/core").WritableSignal<boolean>;
34
34
  protected hasRegions: () => boolean;
35
- constructor();
36
35
  ngOnDestroy(): void;
37
36
  /**
38
37
  * Update menu buttons visibility when the menu is closed