@ifsworld/granite-components 18.0.2-beta.1 → 18.1.0-beta.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.
package/index.d.ts
CHANGED
|
@@ -383,11 +383,14 @@ 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 */
|
|
389
391
|
_clientOutput: ClientOutputInterface;
|
|
390
392
|
private _changeDetectorRef;
|
|
393
|
+
private _menuStack;
|
|
391
394
|
private _menuEmpty$;
|
|
392
395
|
_isMenuEmpty$: Observable<boolean>;
|
|
393
396
|
/** Only the direct descendant menu items. */
|
|
@@ -520,6 +523,7 @@ declare class GraniteMenuTriggerForDirective implements AfterContentInit, OnDest
|
|
|
520
523
|
/** Whether the associated menu is open */
|
|
521
524
|
isMenuOpened: boolean;
|
|
522
525
|
private openedBy;
|
|
526
|
+
private _isInCustomTemplate;
|
|
523
527
|
private _hoverSubscription;
|
|
524
528
|
private _menuCloseSubscription;
|
|
525
529
|
private _closingActionsSubscription;
|
|
@@ -536,6 +540,7 @@ declare class GraniteMenuTriggerForDirective implements AfterContentInit, OnDest
|
|
|
536
540
|
private _menuItemInstance;
|
|
537
541
|
private _dir;
|
|
538
542
|
private _focusMonitor;
|
|
543
|
+
private _menuStack;
|
|
539
544
|
private _touchStartTime;
|
|
540
545
|
private _touchTimeTaken;
|
|
541
546
|
private _touchStartX;
|