nm-worklistexportpopup
src/app/shared/widgets/analytics/worklistexport/worklistexportpopup.component.ts
selector | nm-worklistexportpopup |
templateUrl | ./worklistexportpopup.component.html |
Widget inputs |
Widget outputs |
Properties |
|
Methods |
|
constructor(_exportService: WorklistexportService, _halService: HalService, _notificationService: NotificationsService, _appdataStore: AppdataStore, dialog: MatDialog, dialogRef: MatDialogRef
|
||||||||||||||||||||||||
Parameters :
|
Protected configureWidget | ||||||
configureWidget(configuration: WidgetConfig)
|
||||||
Decorators : WidgetConfigure
|
||||||
Parameters :
Returns :
void
|
ngOnDestroy |
ngOnDestroy()
|
Returns :
void
|
Private _id |
_id:
|
Type : string
|
Decorators : WidgetId
|
Public action |
action:
|
Private configuration |
configuration:
|
Type : WidgetConfig
|
Decorators : WidgetConfiguration
|
Public data |
data:
|
Type : any
|
Decorators : Inject
|
Public dialog |
dialog:
|
Type : MatDialog
|
Public dialogRef |
dialogRef:
|
Type : MatDialogRef<WorklistexportComponentPopup>
|
Public formActionName |
formActionName:
|
Public formGroup |
formGroup:
|
Type : FormGroup
|
Public href |
href:
|
Type : Subject<String>
|
Default value : new ReplaySubject<String>(1)
|
Private inputChannel |
inputChannel:
|
Type : Subject<any>
|
Default value : new Subject<any>()
|
Decorators : WidgetInput
|
Private reset |
reset:
|
Type : Subject<any>
|
Decorators : WidgetOutput
|
Private unsubscribe |
unsubscribe:
|
Default value : NgUnsubscribe.create()
|