projects/m2-core/src/lib/shared/ui-components/buttons-panel/buttons-panel.component.ts
| selector | buttons-panel |
| styleUrls | ./buttons-panel.component.scss |
| templateUrl | ./buttons-panel.component.html |
Properties |
Methods |
Inputs |
| btnMarginLeftInPx |
Type : number
|
Default value : 12
|
| btnSizeInPx |
Type : number
|
Default value : 32
|
| buttons |
Type : SdiButton[]
|
| othersBtnClasses |
Type : string
|
Default value : 'btn-s'
|
| ngDoCheck |
ngDoCheck()
|
|
Returns :
void
|
| ngOnInit |
ngOnInit()
|
|
Returns :
void
|
| onBtnClick | |||||||||
onBtnClick(btn: SdiButton, event: MouseEvent)
|
|||||||||
|
Parameters :
Returns :
void
|
| onOthersMenuClose |
onOthersMenuClose()
|
|
Returns :
void
|
| onOthersMenuOpen |
onOthersMenuOpen()
|
|
Dropdown button
Returns :
void
|
| btnStyle |
Type : Object
|
| dropdown |
Type : Dropdown
|
Decorators :
@ViewChild(Dropdown)
|
| hiddenButtons |
Type : SdiButton[]
|
Default value : []
|
| hiddenButtonTmpl |
Type : TemplateRef<any>
|
| panel |
Type : ElementRef
|
Decorators :
@ViewChild('panel')
|
| visibleButtons |
Type : SdiButton[]
|
Default value : []
|