@ifsworld/granite-components 18.0.1 → 18.0.2-beta.1
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
|
@@ -475,9 +475,10 @@ declare class _MenuBaseComponent implements AfterContentInit, OnDestroy, AfterCo
|
|
|
475
475
|
_handleClick(event?: Event): void;
|
|
476
476
|
/**
|
|
477
477
|
* Handle click on the close button by emitting on the `closed` emitter
|
|
478
|
-
* without any particular reason
|
|
478
|
+
* without any particular reason.
|
|
479
|
+
* For touch devices, only closes if this is the topmost menu in the stack.
|
|
479
480
|
*/
|
|
480
|
-
_handleCloseClick(): void;
|
|
481
|
+
_handleCloseClick(event?: MouseEvent): void;
|
|
481
482
|
/**
|
|
482
483
|
* Handle click on the back icon by emitting on the `clicked` emitter
|
|
483
484
|
*/
|