projects/m2-core/src/lib/shared/ui-components/input/item-input-selector.component.ts
| selector | item-input-selector |
| template | |
Properties |
|
Methods |
Inputs |
Outputs |
Accessors |
constructor(logger: Logger, dataReadService: DataReadService, dataSearchService: DataSearchService, layerService: LayerService)
|
|||||||||||||||
|
Parameters :
|
| item |
Type : Item
|
| propositionsFixedPositioning |
Type : boolean
|
| itemChange |
Type : EventEmitter
|
| Public focus |
focus()
|
|
Returns :
void
|
| onDeleteClick |
onDeleteClick()
|
|
Returns :
void
|
| onOpenSelectorClick |
onOpenSelectorClick()
|
|
Returns :
void
|
| _item |
Type : Item
|
| getPropositionsFn |
Default value : ((searchQuery?: string, noFilterOnValues?: boolean) => this.dataSearchService.getItemsPropositions(searchQuery))
|
| Public isFocused |
Type : boolean
|
| itemInput |
Type : string
|
Default value : ''
|
| Optional primitiveValueComponent |
Type : PrimitiveValueComponent
|
Decorators :
@ViewChild(PrimitiveValueComponent)
|
| item | ||||||
getitem()
|
||||||
setitem(value: Item)
|
||||||
|
Parameters :
Returns :
void
|