Optional explicit trigger for a CngxCommandPalette. Opens the palette
on click and advertises the popup relationship to assistive tech:
aria-haspopup="dialog" plus aria-expanded derived from the palette's
isOpen() host seam, so the trigger communicates the open state without any
synced local flag. Pass the palette by template reference - orthogonal
composition, no ancestor injection.