@arsedizioni/ars-utils 19.0.90 → 19.0.91

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.
@@ -10,7 +10,6 @@ export declare const ClipperMessages: {
10
10
  DOCUMENT_NAVIGATE: string;
11
11
  DOCUMENT_NAVIGATED: string;
12
12
  DOCUMENT_SELECTED: string;
13
- DOCUMENT_SELECTED_INNER: string;
14
13
  SETTINGS_CHANGED: string;
15
14
  COMMAND_ARCHIVE_ADD: string;
16
15
  COMMAND_CALENDAR_ADD: string;
@@ -34,7 +34,6 @@ export declare class ClipperDocumentComponent extends ClipperDocumentManager imp
34
34
  protected relevantsBusy: import("@angular/core").WritableSignal<boolean>;
35
35
  protected hasRelevants: import("@angular/core").WritableSignal<boolean>;
36
36
  protected user: ClipperUserInfo | null;
37
- constructor();
38
37
  ngOnInit(): void;
39
38
  ngOnDestroy(): void;
40
39
  /**
@@ -13,7 +13,7 @@ export declare class ClipperDocumentMenuComponent implements OnInit, OnDestroy {
13
13
  private changeDetector;
14
14
  private clipperService;
15
15
  readonly useSelections: import("@angular/core").InputSignal<boolean>;
16
- readonly selectionSource: import("@angular/core").InputSignal<"none" | "bag" | "selection">;
16
+ readonly selectionSource: import("@angular/core").InputSignal<"selection" | "bag" | "none">;
17
17
  protected selection: () => ClipperDocumentInfo[];
18
18
  readonly parent: import("@angular/core").InputSignal<ClipperSearchResultManager>;
19
19
  readonly item: import("@angular/core").InputSignal<ClipperDocumentInfo>;
@@ -20,7 +20,6 @@ const ClipperMessages = {
20
20
  DOCUMENT_NAVIGATE: '$clipper-document-navigate',
21
21
  DOCUMENT_NAVIGATED: '$clipper-document-navigated',
22
22
  DOCUMENT_SELECTED: '$clipper-document-selected',
23
- DOCUMENT_SELECTED_INNER: '$clipper-document-selected_inner',
24
23
  // Settings
25
24
  SETTINGS_CHANGED: '$clipper-settings-changed',
26
25
  // Commands