@ifsworld/granite-components 18.1.0-beta.1 → 18.1.0
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/index.d.ts
CHANGED
|
@@ -383,6 +383,8 @@ declare class _MenuBaseComponent implements AfterContentInit, OnDestroy, AfterCo
|
|
|
383
383
|
_isAnimating: boolean;
|
|
384
384
|
/** Whether the menu is about to be destroyed. */
|
|
385
385
|
_isClosing: boolean;
|
|
386
|
+
/** Whether this menu participates in the menu stack. */
|
|
387
|
+
_usesMenuStack: boolean;
|
|
386
388
|
/** Client input device information */
|
|
387
389
|
_clientInput: ClientInputInterface;
|
|
388
390
|
/** Client output device information */
|
|
@@ -521,6 +523,7 @@ declare class GraniteMenuTriggerForDirective implements AfterContentInit, OnDest
|
|
|
521
523
|
/** Whether the associated menu is open */
|
|
522
524
|
isMenuOpened: boolean;
|
|
523
525
|
private openedBy;
|
|
526
|
+
private _isInCustomTemplate;
|
|
524
527
|
private _hoverSubscription;
|
|
525
528
|
private _menuCloseSubscription;
|
|
526
529
|
private _closingActionsSubscription;
|