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: add dashboard item mode changed events #7866

Merged
merged 3 commits into from
Sep 26, 2024

Conversation

tomivirkki
Copy link
Member

Description

Add selected, move mode and resize mode change events to dashboard.

Added events:

  • 'dashboard-item-selected-changed': Fired when an item selected state changed
    • event.detail.item: The item
    • event.detail.value: The new selected state of the widget representing the item
  • 'dashboard-item-move-mode-changed': Fired when an item move mode changed
    • event.detail.item: The item
    • event.detail.value: The new move mode state of the widget representing the item
  • 'dashboard-item-resize-mode-changed': Fired when an item resize mode changed
    • event.detail.item: The item
    • event.detail.value: The new resize mode state of the widget representing the item

Type of change

Feature

Copy link

@tomivirkki tomivirkki merged commit 115377f into feat/dashboard Sep 26, 2024
9 checks passed
@tomivirkki tomivirkki deleted the feat/dashboard-item-mode-changed-events branch September 26, 2024 06:46
@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with Vaadin 24.6.0.beta1 and is also targeting the upcoming stable 24.6.0 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants