projects/m2-core/src/lib/core/service/system/modals/global-modals.service.ts
Properties |
|
Methods |
|
| Public activateParamsInputDialog | ||||||
| Will be removed in v22.2. | ||||||
activateParamsInputDialog(config: ParamsInputDialogConfig)
|
||||||
|
Will be removed in v22.2.
Parameters :
Returns :
void
|
| Public closeDialog | ||||||
closeDialog(dialogType: LazyDialogType)
|
||||||
|
Parameters :
Returns :
void
|
| Public closeHintCard |
closeHintCard()
|
|
Returns :
void
|
| Public hideContextMenu |
hideContextMenu()
|
|
Returns :
void
|
| Public openDialog | |||||||||||||||
openDialog(dialogType: T, config?: C, injector?: Injector, forceNew?: boolean)
|
|||||||||||||||
Type parameters :
|
|||||||||||||||
|
Parameters :
Returns :
void
|
| Public openImgGallery | ||||||
openImgGallery(config: ImgGalleryConfig)
|
||||||
|
Parameters :
Returns :
void
|
| Public openLazyDialog | |||||||||||||||
| Use openDialog() instead. Will be removed in v22.2. | |||||||||||||||
openLazyDialog(dialogType: LazyDialogType, config?: C, injector?: Injector, forceNew?: boolean)
|
|||||||||||||||
Type parameters :
|
|||||||||||||||
|
Use openDialog() instead. Will be removed in v22.2.
Parameters :
Returns :
void
|
| Public selectBase64File |
selectBase64File(fileHandler: (base64file: string,fileName: string) => void, accept?: string)
|
|
Returns :
void
|
| Public selectFile |
selectFile(fileHandler: (file: File) => void, accept?: string)
|
|
Returns :
void
|
| Public showContextMenu | ||||||
showContextMenu(params: literal type)
|
||||||
|
Parameters :
Returns :
void
|
| Public showHintCard | ||||||
showHintCard(config: HintCardConfig)
|
||||||
|
Parameters :
Returns :
void
|
| Public contextMenuActivator$ |
Default value : this.contextMenuActivator.asObservable()
|
| Public fileSelectorActivator$ |
Default value : this.fileSelectorActivator.asObservable()
|
| Public hintCardActivator$ |
Default value : this.hintCardActivator.asObservable()
|
| Public imgGalleryActivator$ |
Default value : this.imgGalleryActivator.asObservable()
|
| Public lazyDialogActivator$ |
Default value : this.lazyDialogActivator.asObservable()
|