Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ColumnFilter | Add onShow & onHide events #15462

Closed
cetincakiroglu opened this issue May 6, 2024 · 0 comments · Fixed by #15463
Closed

ColumnFilter | Add onShow & onHide events #15462

cetincakiroglu opened this issue May 6, 2024 · 0 comments · Fixed by #15463
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@cetincakiroglu
Copy link
Contributor

cetincakiroglu commented May 6, 2024

Two new event emitters will be introduced:

    /**
     * Callback to invoke on overlay is shown.
     * @param {Event} originalEvent - Animation event.
     * @group Emits
     */
    @Output() onShow: EventEmitter<{ originalEvent: AnimationEvent }> = new EventEmitter<{ originalEvent: AnimationEvent }>();
    /**
     * Callback to invoke on overlay is hidden.
     * @param {AnimationEvent} originalEvent - Animation event.
     * @group Emits
     */
    @Output() onHide: EventEmitter<{ originalEvent: AnimationEvent }> = new EventEmitter<{ originalEvent: AnimationEvent }>();
@cetincakiroglu cetincakiroglu added this to the 17.16.1 milestone May 6, 2024
@github-actions github-actions bot added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label May 6, 2024
@cetincakiroglu cetincakiroglu added Type: New Feature Issue contains a new feature or new component request and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels May 6, 2024
@cetincakiroglu cetincakiroglu self-assigned this May 6, 2024
@cetincakiroglu cetincakiroglu added Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add and removed Type: New Feature Issue contains a new feature or new component request labels May 6, 2024
cetincakiroglu added a commit that referenced this issue May 6, 2024
Fixed #15462 - ColumnFilter | add onShow & onHide events
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant