@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
|
@@ -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
|
}
|