@sumaris-net/ngx-components 18.0.6 → 18.0.8

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "18.0.6",
4
+ "version": "18.0.8",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -28,16 +28,21 @@ export declare class Hotkeys {
28
28
  private modalController;
29
29
  private popoverController;
30
30
  private _debug;
31
+ private _id;
31
32
  private _hotkeys;
32
33
  private _document;
33
34
  private _defaults;
34
35
  private _dialogRef;
36
+ private _dialogIsOpened;
35
37
  private _config;
36
38
  readonly defaultControlKey: string;
37
39
  readonly defaultControlKeyName: string;
40
+ get isHelpModalOpened(): boolean;
38
41
  constructor(platform: Platform, eventManager: EventManager, dialog: MatDialog, modalController: ModalController, popoverController: PopoverController, config?: Partial<HotKeysConfig>);
39
42
  addShortcut(options: Partial<Options>): Observable<KeyboardEvent>;
43
+ toggleHelpModal(): void;
40
44
  openHelpModal(): void;
45
+ closeHelpModal(): void;
41
46
  static ɵfac: i0.ɵɵFactoryDeclaration<Hotkeys, [null, null, null, null, null, { optional: true; }]>;
42
47
  static ɵprov: i0.ɵɵInjectableDeclaration<Hotkeys>;
43
48
  }