projects/aoc-client/components/aoc-grid/aoc-grid-toolbar/aoc-grid-toolbar.component.ts
OnInit
OnChanges
| encapsulation | ViewEncapsulation.None |
| selector | aoc-grid-toolbar |
| standalone | true |
| imports |
AocUiToolbarDirective
AocUiButtonDirective
NgIf
AocUiToolbarComponent
AocUiTooltipDirective
AocUiVerticalSeparatorComponent
NgTemplateOutlet
AocUiItemComponent
AocUiSearchComponent
|
| templateUrl | ./aoc-grid-toolbar.component.html |
Inputs |
Outputs |
constructor(aocUiPlatformService: AocUiPlatformService)
|
||||||
|
Parameters :
|
| addAddButton |
Type : boolean
|
Default value : false
|
| addCloneButton |
Type : boolean
|
Default value : false
|
| addDeleteButton |
Type : boolean
|
Default value : false
|
| addEditButton |
Type : boolean
|
Default value : false
|
| addExportCSVButton |
Type : boolean
|
Default value : false
|
| addRefreshButton |
Type : boolean
|
Default value : false
|
| addSearchInput |
Type : boolean | string
|
Default value : false
|
| aocUiToolbarLeft |
Type : TemplateRef<any> | null
|
Default value : null
|
| aocUiToolbarLeftToTopSideBar |
Type : TemplateRef<any> | null
|
Default value : null
|
| aocUiToolbarRight |
Type : TemplateRef<any> | null
|
Default value : null
|
| aocUiToolbarRightToTopSideBar |
Type : TemplateRef<any> | null
|
Default value : null
|
| buttonConfig |
Type : AocGridToolbarButtonConfig
|
Default value : {}
|
| loading |
Type : boolean
|
Default value : false
|
| modelConfig |
Type : AocModelConfig<T>
|
| searchInputPlaceholder |
Type : any
|
Default value : $localize`:@@AOC_GRID_TOOLBAR_SEARCH:Search...`
|
| selected |
Type : T[]
|
| add |
Type : EventEmitter
|
| clone |
Type : EventEmitter
|
| delete |
Type : EventEmitter
|
| edit |
Type : EventEmitter
|
| info |
Type : EventEmitter
|
| inputSearchChange |
Type : EventEmitter
|
| mobileResize |
Type : EventEmitter
|
| refresh |
Type : EventEmitter
|
| view |
Type : EventEmitter
|