UI: Refactoring popover model
This commit is contained in:
parent
d673953885
commit
336d60268b
@ -112,11 +112,7 @@ export interface DisplayPopoverWithComponentRefConfig<T> {
|
||||
isModal?: boolean;
|
||||
}
|
||||
|
||||
export const defaultPopoverConfig: DisplayPopoverWithComponentRefConfig<any> = {
|
||||
componentRef: undefined,
|
||||
trigger: undefined,
|
||||
renderer: undefined,
|
||||
componentType: undefined,
|
||||
export const defaultPopoverConfig: Partial<DisplayPopoverWithComponentRefConfig<any>> = {
|
||||
preferredPlacement: 'top',
|
||||
hideOnClickOutside: true,
|
||||
overlayStyle: {},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user