@arsedizioni/ars-utils 19.4.2 → 19.4.4

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.
@@ -268,6 +268,7 @@ export interface ClipperDocumentRelevants {
268
268
  export interface ClipperDocumentInfo {
269
269
  id?: string | null;
270
270
  documentId?: string | null;
271
+ documentCode?: string;
271
272
  model?: number;
272
273
  modelName?: string | null;
273
274
  module?: number | null;
@@ -34,7 +34,7 @@ export declare class ClipperSearchResultItemComponent implements OnInit {
34
34
  y: string;
35
35
  };
36
36
  ngOnInit(): void;
37
- onContextMenu(event: MouseEvent, item: ClipperDocumentInfo): void;
37
+ onContextMenu(e: MouseEvent, item: ClipperDocumentInfo): void;
38
38
  /**
39
39
  * Checks if current item is selected
40
40
  * @returns true if current item is selected
@@ -8,7 +8,7 @@ export declare class DateIntervalChangeDirective implements OnInit, OnDestroy {
8
8
  private subscription;
9
9
  ngOnInit(): void;
10
10
  ngOnDestroy(): void;
11
- onKeyup(event: KeyboardEvent): void;
11
+ onKeyup(e: KeyboardEvent): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<DateIntervalChangeDirective, never>;
13
13
  static ɵdir: i0.ɵɵDirectiveDeclaration<DateIntervalChangeDirective, "[dateIntervalChange]", never, { "dateIntervalChange": { "alias": "dateIntervalChange"; "required": false; "isSignal": true; }; "end": { "alias": "end"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
14
14
  }
@@ -2,7 +2,7 @@ import * as i0 from "@angular/core";
2
2
  export declare class CopyClipboardDirective {
3
3
  readonly payload: import("@angular/core").InputSignal<string>;
4
4
  readonly copied: import("@angular/core").OutputEmitterRef<string>;
5
- onClick(event: MouseEvent): void;
5
+ onClick(e: MouseEvent): void;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<CopyClipboardDirective, never>;
7
7
  static ɵdir: i0.ɵɵDirectiveDeclaration<CopyClipboardDirective, "[copyClipboard]", never, { "payload": { "alias": "copyClipboard"; "required": false; "isSignal": true; }; }, { "copied": "copied"; }, never, never, true, never>;
8
8
  static ɵprov: i0.ɵɵInjectableDeclaration<CopyClipboardDirective>;
@@ -10,7 +10,7 @@ export declare class ThemeService implements OnDestroy {
10
10
  private readonly broadcastMessage;
11
11
  private readonly prefersColorSchemeMediaQueryList;
12
12
  /**
13
- * Theme changed event.
13
+ * Theme changed e.
14
14
  * Notify the consuming component about the incoming theme change.
15
15
  * @example
16
16
  * // React to theme changes