TreeTable and TreeSelect: Output emits wrong type (TreeTable.onNodeExpand and TreeSelect.onNodeUnselect and .onNodeSelect) #13415
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Describe the bug
TreeTable
onNodeExpand
currently emitsTreeTableNode
but it actually emits a object with theTreeTableNodeExpandEvent
type.TreeSelect
onNodeUnselect
currently emitsTreeNode
but it actually emits an object with theTreeNodeUnSelectEvent
type.onNodeSelect
currently emitsTreeNode
but it actually emits an object with the same type asTreeNodeUnSelectEvent
Environment
not relevant for this.
Reproducer
No response
Angular version
16.1.5
PrimeNG version
16.0.2
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
lts
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
Expects all output emitters to emit the type {originalEvent: event, node: TreeNode}
The text was updated successfully, but these errors were encountered: