File tree Expand file tree Collapse file tree
ui/src/app/modules/eqmac-components/components/flat-slider Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22< div class ="container " #container [ngStyle] ="containerStyle ">
33 < div class ="groove " [ngStyle] ="grooveStyle "> </ div >
44 < div class ="groove-filling " [ngStyle] ="grooveFillingStyle "> </ div >
5- < div class ="thumbNotch " [ngStyle] ="thumbNotchStyle "> </ div >
5+ < div class ="thumbNotch " *ngIf =" showMiddleNotch " [ngStyle] ="thumbNotchStyle "> </ div >
66 < div class ="thumb " [ngStyle] ="thumbStyle " (dblclick) ="doubleclick() "> </ div >
77</ div >
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ export class FlatSliderComponent {
3434 ) { }
3535
3636 @Input ( ) doubleClickToAnimateToMiddle = true
37+ @Input ( ) showMiddleNotch = true
3738 @Input ( ) min : number = 0
3839 @Input ( ) max : number = 1
3940 @Input ( ) animationDuration = 500
You can’t perform that action at this time.
0 commit comments