Fix(GlDisclosureDropdown): pass `item` object to the item component
What does this MR do?
Provide item
property to the GlDisclosureDropdownItem
rendered within the group. This was missed so when GlDisclosureDropdownItem
emitted action
event it was emitted with item=null
which makes it hard/impossible to handle the action upstream.