@ship-ui/core 0.17.16 → 0.17.18

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.
@@ -925,10 +925,7 @@ declare class ShipTooltipWrapper {
925
925
  readonly SUPPORTS_ANCHOR: boolean;
926
926
  isBelow: _angular_core.WritableSignal<boolean>;
927
927
  openEffect: _angular_core.EffectRef;
928
- ngAfterViewInit(): void;
929
928
  ngOnDestroy(): void;
930
- private rafId;
931
- private schedulePositionUpdate;
932
929
  private calculateTooltipPosition;
933
930
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShipTooltipWrapper, never>;
934
931
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShipTooltipWrapper, "ship-tooltip-wrapper", never, { "positionAnchorName": { "alias": "positionAnchorName"; "required": true; "isSignal": true; }; "anchorEl": { "alias": "anchorEl"; "required": true; "isSignal": true; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; "close": { "alias": "close"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;