@festo-ui/angular 3.1.0-pre-20220307.3 → 3.1.0-pre-20220310.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.
@@ -1,4 +1,5 @@
1
- import { ElementRef, OnChanges, SimpleChanges, OnDestroy } from '@angular/core';
1
+ import { ElementRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
2
+ import { PopoverPosition } from './../popover.models';
2
3
  import { PopoverService } from '../popover.service';
3
4
  import * as i0 from "@angular/core";
4
5
  export interface TooltipOptions {
@@ -9,7 +10,8 @@ export declare class TooltipDirective implements OnChanges, OnDestroy {
9
10
  private elmenetRef;
10
11
  private popoverService;
11
12
  text: string;
12
- isVisible?: boolean;
13
+ isVisible: boolean;
14
+ positions: PopoverPosition[];
13
15
  options: TooltipOptions;
14
16
  private origin;
15
17
  private popoverRef;
@@ -23,5 +25,5 @@ export declare class TooltipDirective implements OnChanges, OnDestroy {
23
25
  private open;
24
26
  private close;
25
27
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[fngTooltip]", never, { "text": "fngTooltip"; "isVisible": "fngTooltipVisible"; "options": "options"; }, {}, never>;
28
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[fngTooltip]", never, { "text": "fngTooltip"; "isVisible": "fngTooltipVisible"; "positions": "fngTooltipPositions"; "options": "options"; }, {}, never>;
27
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/angular",
3
- "version": "3.1.0-pre-20220307.3",
3
+ "version": "3.1.0-pre-20220310.2",
4
4
  "author": "Festo UI (styleguide@festo.com)",
5
5
  "license": "apache-2.0",
6
6
  "description": "CSS framework and utils to build FESTO web applications",