projects/aoc-client/components/aoc-autocomplete/aoc-autocomplete.component.ts
OnInit
AfterContentInit
OnDestroy
encapsulation | ViewEncapsulation.None |
selector | aoc-autocomplete |
standalone | true |
imports |
AocUiInputGroupComponent
AocUiAutocompleteComponent
AocAutocompleteExtraButtonsDirective
AocUiButtonDirective
AocUiTooltipDirective
NgIf
NgTemplateOutlet
|
template |
|
Properties |
Inputs |
Outputs |
constructor(ngControl: NgControl, aocUiPlatformService: AocUiPlatformService, restService: AocRestService, deleteService: AocDeleteService, aocFormWindowService: AocFormWindowService, aocMisc: AocMisc, l: AocUiLoggerDirective, aocFormController: AocFormController, aocUiWindowDynRef: AocUiWindowDynRef, aocAutocompletePaginatorOptionsPerPage: number)
|
|||||||||||||||||||||||||||||||||
Parameters :
|
autofocus |
Type : boolean
|
Default value : false
|
dataKey |
Type : string
|
Default value : 'id'
|
delay |
Type : number
|
Default value : 300
|
display |
Type : AocUiDisplay
|
dynFormGroup |
Type : AocDynFormGroup
|
Default value : {}
|
inputId |
Type : string
|
minlength |
Type : number
|
Default value : 0
|
modelConfig |
Type : AocModelConfig<T>
|
modelEmitter |
Type : AocModelEmitter<AocModel>
|
modelListener |
Type : AocModelListener<AocModel>
|
name |
Type : string
|
noResultsFoundMessage |
Type : string
|
optionNgClass |
Type : AocUiNgClass<T>
|
optionNgStyle |
Type : AocUiNgStyle<T>
|
optionsPerPage |
Type : number
|
Default value : 5
|
overlayMaxHeight |
Type : string
|
Default value : '200px'
|
placeholder |
Type : string
|
readonly |
Type : boolean
|
Default value : false
|
restOptions |
Type : AocRestOptions
|
Default value : {}
|
tabIndex |
Type : number
|
where |
Type : AocFilterQuery
|
modelsChange |
Type : EventEmitter
|
onBlur |
Type : EventEmitter
|
onDropdownClick |
Type : EventEmitter
|
onFocus |
Type : EventEmitter
|
onInputEnterKeyPressed |
Type : EventEmitter
|
onQuery |
Type : EventEmitter
|
restOptionsChange |
Type : EventEmitter
|
whereChange |
Type : EventEmitter
|
aocAutocompleteExtraButtonsTemplates |
Type : QueryList<AocAutocompleteExtraButtonsDirective>
|
Decorators :
@ContentChildren(AocAutocompleteExtraButtonsDirective)
|