UI: Refactoring popover model

This commit is contained in:
Vladyslav_Prykhodko 2025-03-25 10:56:32 +02:00
parent d673953885
commit 336d60268b

View File

@ -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: {},