@festo-ui/angular 11.0.0-dev.935 → 11.0.0-dev.937

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/angular",
3
- "version": "11.0.0-dev.935",
3
+ "version": "11.0.0-dev.937",
4
4
  "author": "Festo UI (styleguide@festo.com)",
5
5
  "copyright": "Copyright (c) 2025 Festo SE & Co. KG. All rights reserved.",
6
6
  "license": "apache-2.0",
@@ -736,6 +736,7 @@ declare class FngTooltipDirective implements OnChanges, OnDestroy {
736
736
  hide(): void;
737
737
  private open;
738
738
  private close;
739
+ private refresh;
739
740
  static ɵfac: i0.ɵɵFactoryDeclaration<FngTooltipDirective, never>;
740
741
  static ɵdir: i0.ɵɵDirectiveDeclaration<FngTooltipDirective, "[fngTooltip]", never, { "text": { "alias": "fngTooltip"; "required": false; }; "isVisible": { "alias": "fngTooltipVisible"; "required": false; }; "positions": { "alias": "fngTooltipPositions"; "required": false; }; "options": { "alias": "fngTooltipOptions"; "required": false; }; }, {}, never, never, true, never>;
741
742
  }