projects/m2-core/src/lib/shared/ui-components/selectors/options-selector.component.ts
| selector | options-selector |
| styles |
.dropdown-menu {
margin-top: 6px;
margin-left: -.3em;
}
|
| template | |
Properties |
Methods |
Inputs |
Outputs |
constructor()
|
| btnName |
Type : any
|
Default value : $localize`:@@attributeBtn:Атрибут`
|
| btnTitle |
Type : any
|
Default value : $localize`:@@addSearchCriterionTitle:Добавить критерий поиска`
|
| getOptionsFn |
Type : function
|
| namePrefixIconClass |
Type : string
|
| notFoundMsg |
Type : any
|
Default value : $localize`:@@criteriaNotFoundMsg:критерии не найдены`
|
| openExtendedClickFn |
Type : function
|
| options |
Type : Option[]
|
| searchInputVisible |
Type : boolean
|
| menuClosed |
Type : EventEmitter
|
| menuOpen |
Type : EventEmitter
|
| optionSelected |
Type : EventEmitter
|
| onClose |
onClose()
|
|
Returns :
void
|
| onDropdownMouseUp |
onDropdownMouseUp()
|
|
Returns :
void
|
| onOpen |
onOpen()
|
|
Dropdown
Returns :
void
|
| onOptionSelected | ||||||
onOptionSelected(option: Option)
|
||||||
|
Parameters :
Returns :
void
|
| optionsListComponent |
Type : OptionsListComponent
|
Decorators :
@ViewChild(OptionsListComponent)
|