packages/ecl/components/ecl-range/ecl-range-bubble.component.ts
Component representing a bubble tooltip shown above a range input, used to display the current value with ECL styling.
| selector | ecl-range-bubble |
| templateUrl | ./ecl-range-bubble.component.html |
Properties |
Methods |
Inputs |
HostBindings |
Accessors |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Returns the CSS classes applied to the host element.
Always includes |
| style.left.px |
Type : any
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| el |
Type : unknown
|
Default value : inject(ElementRef)
|
| isVisible |
Type : unknown
|
Default value : signal(false)
|
|
Controls the visibility of the bubble.
Adds the |
| left |
Type : unknown
|
Default value : signal<number>(0)
|
|
Horizontal offset in pixels for positioning the bubble. Applied as the left style property of the host element. |
| value |
Type : unknown
|
Default value : signal<number>(0)
|
|
Value displayed inside the bubble. |
| leftBinding |
getleftBinding()
|
| cssClasses |
getcssClasses()
|
|
Returns the CSS classes applied to the host element.
Always includes
Returns :
string
|