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