Kevin Jump
04/11/2024, 11:02 AMWarren Buckley
04/11/2024, 11:08 AMNiels Lyngsø
04/11/2024, 11:50 AMKevin Jump
04/11/2024, 11:56 AMKevin Jump
04/11/2024, 12:05 PMts
return html`
<uui-button popovertarget=${popoverId}
color=${<UUIInterfaceColor>parent?.color}
look=${<UUIInterfaceLook>parent?.look}
compact>
<uui-symbol-expand id="expand-symbol" .open=${this._popoverOpen}></uui-symbol-expand>
</uui-button>
<uui-popover-container
id=${popoverId}
margin="6"
placement="bottom-end"
@toggle=${this.#onPopoverToggle}>
<umb-popover-layout>
<uui-scroll-container>
${buttons}
</uui-scroll-container>
</umb-popover-layout>
</uui-popover-container>
`;