@@ -20,8 +20,7 @@ export declare abstract class _MatTooltipBase<T extends _TooltipComponentBase> i
20
20
[ key : string ] : any ;
21
21
} ) ;
22
22
touchGestures : TooltipTouchGestures ;
23
- constructor ( _overlay : Overlay , _elementRef : ElementRef < HTMLElement > , _scrollDispatcher : ScrollDispatcher , _viewContainerRef : ViewContainerRef , _ngZone : NgZone , _platform : Platform , _ariaDescriber : AriaDescriber , _focusMonitor : FocusMonitor , scrollStrategy : any , _dir : Directionality , _defaultOptions : MatTooltipDefaultOptions ,
24
- _document : any ) ;
23
+ constructor ( _overlay : Overlay , _elementRef : ElementRef < HTMLElement > , _scrollDispatcher : ScrollDispatcher , _viewContainerRef : ViewContainerRef , _ngZone : NgZone , _platform : Platform , _ariaDescriber : AriaDescriber , _focusMonitor : FocusMonitor , scrollStrategy : any , _dir : Directionality , _defaultOptions : MatTooltipDefaultOptions , _document : any ) ;
25
24
protected _addOffset ( position : ConnectedPosition ) : ConnectedPosition ;
26
25
_getOrigin ( ) : {
27
26
main : OriginConnectionPosition ;
@@ -85,8 +84,7 @@ export declare const MAT_TOOLTIP_SCROLL_STRATEGY_FACTORY_PROVIDER: {
85
84
export declare class MatTooltip extends _MatTooltipBase < TooltipComponent > {
86
85
protected readonly _tooltipComponent : typeof TooltipComponent ;
87
86
protected readonly _transformOriginSelector = ".mat-tooltip" ;
88
- constructor ( overlay : Overlay , elementRef : ElementRef < HTMLElement > , scrollDispatcher : ScrollDispatcher , viewContainerRef : ViewContainerRef , ngZone : NgZone , platform : Platform , ariaDescriber : AriaDescriber , focusMonitor : FocusMonitor , scrollStrategy : any , dir : Directionality , defaultOptions : MatTooltipDefaultOptions ,
89
- _document : any ) ;
87
+ constructor ( overlay : Overlay , elementRef : ElementRef < HTMLElement > , scrollDispatcher : ScrollDispatcher , viewContainerRef : ViewContainerRef , ngZone : NgZone , platform : Platform , ariaDescriber : AriaDescriber , focusMonitor : FocusMonitor , scrollStrategy : any , dir : Directionality , defaultOptions : MatTooltipDefaultOptions , _document : any ) ;
90
88
static ɵdir : i0 . ɵɵDirectiveDefWithMeta < MatTooltip , "[matTooltip]" , [ "matTooltip" ] , { } , { } , never > ;
91
89
static ɵfac : i0 . ɵɵFactoryDef < MatTooltip , [ null , null , null , null , null , null , null , null , null , { optional : true ; } , { optional : true ; } , null ] > ;
92
90
}
0 commit comments