* feat: allow FluentSortableList to know where an item was dragged from and dropped to
* Renamed properties
* Changed example back to two lists
The swapping is still handled differently (getting the list through the ids) than before.
* Reverted to the previous example with added traces for the id.
* Added a test to verify the Id is added to the list
* Renamed the test to clarify intent
* Added unit test for OnUpdate
* Changed parameter names to reflect property names
* Reverted changes made by the IDE
---------
Co-authored-by: Denis Voituron <dvoituron@outlook.com>
* Fixing issue where FluentWizard stops validating when @bind-Value is set
fix: validation stops working when @bind-Value is set on the FluentWizard component to an integer property on the page
Adding test to validate that index does not change on next within wizard component
* Making recommended changes
---------
Co-authored-by: ErikJohnsonLRS <erik.johnson@lrs.com>
Co-authored-by: Denis Voituron <dvoituron@outlook.com>
* add 'PickerMonthChanged' event and 'DaysTemplate' property to date picker
* add xml document for properties
* change type of DaysTemplate of FluentDatePicker to nullable
* fix default position of anchored region on datepicker for RTL layout
* Address #2342. Grid not `public` but `protected`
* Fix#2344 by using `GetName()` (following C# guidelines)
* Fix#2345 by adding check for nullable enum
* add 'PickerMonthChanged' event and 'DaysTemplate' property to date picker
* add xml document for properties
* change type of DaysTemplate of FluentDatePicker to nullable
* A fresh coat of paint for the homepage. Plus some updates to the general doc pages
* Try publish PR step
* More moving things around
* Some more changes to cotent. Hidding TOC for homepage.
* Add some lines
* Update GH workflow
* Refactorization Rating component
* Fix Unit Tests
* Add Unit Tests
* Add Accessibility (need to update Unit Tests)
* Fix Unit Tests
* Update Unit Tests
* Update OnHoveredValueChanged to OnHoverValueChanged
* Clear IssueTester
* Pass Name parameter to name attribute in web components for SSR compat
* Add tests for Name parameter/attribute
* Add quotes, fix test , issue
* Make PropertyColumn use DisplayAttribute value for enum
* Simplify code an extend example with a non attribute value
---------
Co-authored-by: Denis Voituron <dvoituron@outlook.com>