kendo-vue
kendo-vue copied to clipboard
[Enhancement][Dialogs] Expose onClick event for the Dialog and Window components
Currently, in order to handle the onClick event of the dialog components (Window and Dialog), you need to handle the click event of the div wrapper.
Instead, we should have the onClick event as a property for the dialog components.