@sarasanalytics-com/design-system 0.0.127 → 0.0.129

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.
@@ -1,9 +1,10 @@
1
- import { Overlay } from '@angular/cdk/overlay';
1
+ import { Overlay, OverlayContainer } from '@angular/cdk/overlay';
2
2
  import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
3
3
  import { IMenu } from '../../interfaces/menu.interface';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class MenuDirective implements OnInit, OnChanges, OnDestroy {
6
6
  private overlay;
7
+ private overlayContainer;
7
8
  private elRef;
8
9
  private menuConfig$;
9
10
  private destroy$;
@@ -24,7 +25,7 @@ export declare class MenuDirective implements OnInit, OnChanges, OnDestroy {
24
25
  set saMenu(value: IMenu);
25
26
  get position(): 'left' | 'right' | 'top' | 'bottom';
26
27
  set position(value: 'left' | 'right' | 'top' | 'bottom');
27
- constructor(overlay: Overlay, elRef: ElementRef);
28
+ constructor(overlay: Overlay, overlayContainer: OverlayContainer, elRef: ElementRef);
28
29
  onClick(e: any): void;
29
30
  private overlayRef;
30
31
  private compRef;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sarasanalytics-com/design-system",
3
- "version": "0.0.127",
3
+ "version": "0.0.129",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0"