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

feat(ui5-barcode-scanner-dialog): add support for close and open events #8753

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

kgogov
Copy link
Member

@kgogov kgogov commented Apr 13, 2024

This change adds support for close and open events to the barcode scanner dialog. Along with this change, the documentation and the sample have been updated.

Fixes #8695

@ilhan007
Copy link
Member

ilhan007 commented Apr 13, 2024

After the API Reviews part of the 2.0 prep, we decided to have before-open and open, before-close and close events, e.g:

In the case if this PR:

  • use open instead of after-open
  • use close instead of after-close

@kgogov kgogov changed the title feat(ui5-barcode-scanner-dialog): add support for after-close and after-open events feat(ui5-barcode-scanner-dialog): add support for close and open events Apr 15, 2024
@kgogov
Copy link
Member Author

kgogov commented Apr 15, 2024

After the API Reviews part of the 2.0 prep, we decided to have before-open and open, before-close and close events, e.g:

In the case if this PR:

  • use open instead of after-open
  • use close instead of after-close

Thanks for the update. I'll use 'open' instead of 'after-open' and 'close' instead of 'after-close'.

This change adds support for `close` and `open` events to
the barcode scanner dialog. Along with this change, the documentation
and the sample have been updated.

Fixes #8695
@kgogov kgogov force-pushed the barcode-scanner-dialog-enhancement branch from 4507f85 to 80a99f0 Compare April 15, 2024 08:01
@kgogov kgogov merged commit 1ae2142 into SAP:main Apr 15, 2024
9 checks passed
@kgogov kgogov deleted the barcode-scanner-dialog-enhancement branch April 15, 2024 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BarcodeScannerDialog: add close event
3 participants