Filter Slider Range Selection
LmnFilterSliderRangeSelectionComponent
import { LmnFilterSliderRangeSelectionComponent } from '@elemental/ui';
Decorators: |
|
Selectors: |
|
Extends: | LmnFilterSliderBaseDirective<string[] | number[]> |
Properties
Name | Type | Description |
---|---|---|
filterId r inherited from LmnFilterSliderBaseDirective |
| The id of the filter. @required |
nativeElement r inherited from LmnFilterSliderBaseDirective | HTMLElement | The native element of the filter. |
negative r inherited from LmnFilterSliderBaseDirective |
| Whether the filter is negative. |
selectedValues r inherited from LmnFilterSliderBaseDirective |
| The selected values of the filter. @warning You must use this property AFTER the component is initialized by positioning it in the template after the component declaration. If you need to print the selected values before, use the output |
selectedValuesChange r inherited from LmnFilterSliderBaseDirective |
| The selected values change of the filter. |
sliderAccessibility r inherited from LmnFilterSliderBaseDirective |
| Represent the accessibility for the slider. Can be usefull when provide a custom slider by |
sliderConfiguration r implements LmnFilterSliderBaseDirective |
| The configuration of the filter. |
value r inherited from LmnFilterSliderBaseDirective |
| The value of the filter. @required |
Methods
clear()implements
| ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Clear the selected values. | ||||||||||||||
Presentation
| ||||||||||||||
Parameters
Returnsvoid | ||||||||||||||
|
selectValues()implements
| ||||||
---|---|---|---|---|---|---|
Selects the values of the filter. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
LmnInputLabelComponent
import { LmnInputLabelComponent } from '@elemental/ui';
Decorators: |
|
Selectors: | [ |
Properties
Name | Type | Description |
---|---|---|
nativeElement r | HTMLElement |
LmnInputHintComponent
import { LmnInputHintComponent } from '@elemental/ui';
Decorators: |
|
Selectors: | [ |
Properties
Name | Type | Description |
---|---|---|
nativeElement r | HTMLElement |
LmnFilterCustomSliderDirective
import { LmnFilterCustomSliderDirective } from '@elemental/ui';
Decorators: |
|
Selectors: | [ |
Properties
Name | Type | Description |
---|---|---|
template r |
|
Static Methods
static ngTemplateContextGuard() | |||||||||
---|---|---|---|---|---|---|---|---|---|
No documentation has been provided. | |||||||||
Presentation
| |||||||||
Parameters
Returnsboolean |