@@ -231,11 +231,7 @@ export class MatSlider implements AfterViewInit, OnChanges, OnDestroy, ControlVa
231
231
getAttribute : ( _attribute : string ) => null ,
232
232
addThumbClass : ( _className : string , _thumb : Thumb ) => { } ,
233
233
removeThumbClass : ( _className : string , _thumb : Thumb ) => { } ,
234
- getThumbAttribute : ( _attribute : string , _thumb : Thumb ) => null ,
235
- setThumbAttribute : ( _attribute : string , _value : string , _thumb : Thumb ) => { } ,
236
234
getThumbKnobWidth : ( _thumb : Thumb ) => 0 ,
237
- isThumbFocused : ( _thumb : Thumb ) => false ,
238
- focusThumb : ( _thumb : Thumb ) => { } ,
239
235
getThumbBoundingClientRect : ( _thumb : Thumb ) => null ! ,
240
236
getBoundingClientRect : ( ) => null ! ,
241
237
isRTL : ( ) => false ,
@@ -263,7 +259,11 @@ export class MatSlider implements AfterViewInit, OnChanges, OnDestroy, ControlVa
263
259
setInputValue : ( _value : string , _thumb : Thumb ) => { } ,
264
260
getInputAttribute : ( _attribute : string , _thumb : Thumb ) => null ,
265
261
setInputAttribute : ( _attribute : string , _value : string ) => { } ,
266
- removeInputAttribute : ( _attribute : string ) => { }
262
+ removeInputAttribute : ( _attribute : string ) => { } ,
263
+ focusInput : ( ) => { } ,
264
+ isInputFocused : ( _thumb : Thumb ) => false ,
265
+ registerInputEventHandler : ( _thumb : Thumb , _evtType : string , _handler : any ) => { } ,
266
+ deregisterInputEventHandler : ( _thumb : Thumb , _evtType : string , _handler : any ) => { } ,
267
267
} ;
268
268
269
269
/** Instance of the MDC slider foundation for this slider. */
0 commit comments