@ifsworld/granite-components 11.7.0 → 11.7.2

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.
@@ -18,9 +18,9 @@ export declare class GraniteMenuTriggerForDirective implements AfterContentInit,
18
18
  /** If this is a _submenu_ trigger, it will have a parent menu */
19
19
  private _parentMenu;
20
20
  /** Client input device information */
21
- _clientInput: ClientInputInterface;
21
+ private _clientInput;
22
22
  /** Client output device information */
23
- _clientOutput: ClientOutputInterface;
23
+ private _clientOutput;
24
24
  /**
25
25
  * If this is a _submenu_ trigger, there should be a corresponding menu
26
26
  * item directive present as well:
@@ -36,7 +36,7 @@ export declare class GraniteMenuTriggerForDirective implements AfterContentInit,
36
36
  openOnClick?: boolean;
37
37
  /** Whether the associated menu is open */
38
38
  _isMenuOpen: boolean;
39
- _openedBy: 'mouse' | 'touch' | null;
39
+ private openedBy;
40
40
  private _hoverSubscription;
41
41
  private _menuCloseSubscription;
42
42
  private _closingActionsSubscription;
@@ -187,5 +187,5 @@ export declare class GraniteMenuTriggerForDirective implements AfterContentInit,
187
187
  */
188
188
  private easeOutExpo;
189
189
  static ɵfac: i0.ɵɵFactoryDeclaration<GraniteMenuTriggerForDirective, [null, null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; self: true; }, { optional: true; }, null, null]>;
190
- static ɵdir: i0.ɵɵDirectiveDeclaration<GraniteMenuTriggerForDirective, "[graniteMenuTriggerFor]", never, { "menu": { "alias": "graniteMenuTriggerFor"; "required": false; }; "openOnClick": { "alias": "openOnClick"; "required": false; }; }, {}, never, never, false, never>;
190
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GraniteMenuTriggerForDirective, "[graniteMenuTriggerFor]", ["graniteMenuTriggerFor"], { "menu": { "alias": "graniteMenuTriggerFor"; "required": false; }; "openOnClick": { "alias": "openOnClick"; "required": false; }; }, {}, never, never, false, never>;
191
191
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ifsworld/granite-components",
3
- "version": "11.7.0",
3
+ "version": "11.7.2",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": ">=17.3.4",