@villedemontreal/angular-ui 16.0.7 → 16.0.9
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.
|
@@ -82,7 +82,7 @@ export declare class BaoDropdownMenuComponent implements AfterContentInit, After
|
|
|
82
82
|
tabKeyEvent(): void;
|
|
83
83
|
tabUpKeyEvent(): void;
|
|
84
84
|
/** Prevents focus to be lost when SHIFT + TAB has reached beginning of menu */
|
|
85
|
-
shiftTabKeyEvent(): void;
|
|
85
|
+
shiftTabKeyEvent(event: KeyboardEvent): void;
|
|
86
86
|
ngAfterViewInit(): void;
|
|
87
87
|
ngAfterContentInit(): void;
|
|
88
88
|
open(): void;
|