@villedemontreal/angular-ui 16.0.7 → 16.0.8

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.
@@ -112,6 +112,7 @@ export declare class BaoDropdownMenuTrigger implements AfterViewInit, OnDestroy
112
112
  menu: BaoDropdownMenuComponent | null;
113
113
  private _overlayRef;
114
114
  private _isMenuOpen;
115
+ private animationDelay;
115
116
  constructor(renderer: Renderer2, elementRef: ElementRef<HTMLElement>, overlay: Overlay);
116
117
  get nativeElement(): HTMLElement;
117
118
  escapeKeyEvent(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@villedemontreal/angular-ui",
3
- "version": "16.0.7",
3
+ "version": "16.0.8",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },