aria ariatype PopoverAriaAttribute = {
'aria-label'?: string;
}undefinedcompact compactbooleanundefineddescription descriptionstringundefineddirection directiontype PopoverDirection ='top''right''bottom''left''bottom'open openbutton. When omitted (uncontrolled mode), the component manages visibility itself.booleanundefineddismiss type PopoverDismissEventDetail = {
reason: 'outside-click' | 'focus-out' | 'escape';
}
CustomEvent<PopoverDismissEventDetail><slot> <slot name="button"> --p-popover-w max-content--p-popover-h auto--p-popover-min-w 0px--p-popover-min-h auto--p-popover-max-w min(calc(100dvw - 16px), 48ch)--p-popover-max-h calc(100dvh - 16px)--p-popover-px 16px--p-popover-py 16px--p-popover-radius 12px