Skip to content

Commit

Permalink
chore: Update Extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and github-actions[bot] committed Nov 19, 2024
1 parent 9c497a3 commit 6d13eeb
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 80 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ public static partial class CalendarYearButton_MarkupExtensions
// ItemSelected

/*ActionToEventGenerator*/
//public static T OnItemSelected<T>(this T control, Action<Ursa.Controls.CalendarDayButtonEventArgs> action, Avalonia.Interactivity.RoutingStrategies routes = Avalonia.Interactivity.RoutingStrategies.Tunnel | Avalonia.Interactivity.RoutingStrategies.Bubble) where T : Ursa.Controls.CalendarYearButton
//{
// control.AddHandler(Ursa.Controls.CalendarYearButton.ItemSelectedEvent, (_, args) => action(args), routes);
// return control;
//}
public static T OnItemSelected<T>(this T control, Action<Ursa.Controls.CalendarDayButtonEventArgs> action, Avalonia.Interactivity.RoutingStrategies routes = Avalonia.Interactivity.RoutingStrategies.Tunnel | Avalonia.Interactivity.RoutingStrategies.Bubble) where T : Ursa.Controls.CalendarYearButton
{
control.AddHandler(Ursa.Controls.CalendarYearButton.ItemSelectedEvent, (_, args) => action(args), routes);

Check failure on line 20 in src/KubeUI.Core/ControlExtensions.Generated/CalendarYearButton_MarkupExtensions.g.cs

View workflow job for this annotation

GitHub Actions / Build & Test

Argument 1: cannot convert from 'Ursa.Controls.CalendarYearButtonEventArgs' to 'Ursa.Controls.CalendarDayButtonEventArgs'

Check failure on line 20 in src/KubeUI.Core/ControlExtensions.Generated/CalendarYearButton_MarkupExtensions.g.cs

View workflow job for this annotation

GitHub Actions / Build & Test

Argument 1: cannot convert from 'Ursa.Controls.CalendarYearButtonEventArgs' to 'Ursa.Controls.CalendarDayButtonEventArgs'
return control;
}



Expand Down
Loading

0 comments on commit 6d13eeb

Please sign in to comment.