projects/aoc-client/ui/overlay/aoc-ui-dialog/aoc-ui-dialog.component.ts
| encapsulation | ViewEncapsulation.None |
| selector | aoc-ui-dialog |
| standalone | true |
| imports |
AocUiOverlayDismissableDirective
NgClass
AocUiWindowResizableDirective
AocUiWindowDraggableDirective
NgStyle
NgIf
AocUiButtonDirective
|
| templateUrl | ./aoc-ui-dialog.component.html |
Properties |
Inputs |
Outputs |
Accessors |
constructor(aocUiDialogService: AocUiDialogService)
|
||||||
|
Parameters :
|
| cancelCallback |
Type : | null
|
Default value : null
|
| cancelIcon |
Type : string
|
Default value : 'close'
|
| cancelLabel |
Type : any
|
Default value : $localize`:@@AOC_UI_DIALOG_CANCEL:Cancel`
|
| closable |
Type : boolean
|
Default value : true
|
| closeOnOverlayClick |
Type : boolean
|
Default value : false
|
| dialogStyle |
Type : literal type
|
| dialogStyleClass |
Type : string
|
Default value : ''
|
| draggable |
Type : boolean
|
Default value : false
|
| header |
Type : string | null
|
Default value : null
|
| icon |
Type : string | null
|
Default value : null
|
| message |
Type : string | null
|
Default value : null
|
| messageIcon |
Type : string
|
Default value : 'warning'
|
| modal |
Type : boolean
|
Default value : true
|
| okCallback |
Type : | null
|
Default value : null
|
| okIcon |
Type : string
|
Default value : 'done'
|
| okLabel |
Type : any
|
Default value : $localize`:@@AOC_UI_DIALOG_OK:OK`
|
| resizable |
Type : boolean
|
Default value : false
|
| showOkOnly |
Type : boolean
|
Default value : false
|
| visible |
Type : boolean
|
| onHide |
Type : EventEmitter<any>
|
| onShow |
Type : EventEmitter<any>
|
| visibleChange |
Type : EventEmitter<any>
|
| overlay |
Type : ElementRef
|
Decorators :
@ViewChild('overlay')
|
| visible | ||||||
getvisible()
|
||||||
setvisible(value: boolean)
|
||||||
|
Parameters :
Returns :
void
|