Vincent Baaij
675b5a9ae8
TSA work
2024-10-29 22:04:07 +01:00
Vincent Baaij
83a30979e8
Doc hotfix
2024-10-29 10:47:31 +01:00
Vincent Baaij
7526801b66
Update templates to use version 8.0.10 .NET packages
2024-10-28 13:58:16 +01:00
Vincent Baaij
3114af3fe2
[FileInput] Fix uploading the same file twice by drag&drop ( #2865 )
...
* Fix #2849 by making the component more robust
* Fix tests
* Fix z-index for content part
* Fix tests, remove superfluous space
* Disable paste functionality for now
2024-10-28 13:03:16 +01:00
fibref
91e9639c4d
fix a typo in the demo's home page ( #2869 )
2024-10-26 14:04:11 +00:00
Vincent Baaij
f5e0469949
Update WhatsNew files
2024-10-25 17:01:09 +02:00
yueyinqiu
5719270fcb
FluentSplitter DynamicDependency ( #2859 )
2024-10-25 11:08:40 +02:00
Vincent Baaij
0e7dfc5581
[Dialog] Prevent tooltip from being shown on load ( #2856 )
...
* Set tabindex=0 on the dialog header title to prevent Dismmis tooltip being shown
* Fix tests
---------
Co-authored-by: Denis Voituron <dvoituron@outlook.com>
2024-10-24 12:32:17 +00:00
Vincent Baaij
97c4356ec6
[ComboBox] Fix OnValueChanged being called multiple times ( #2855 )
...
* Fix #2851
* - Make `Immediate` (and `ImmediateDelay`) work for cb as well
- Add cb-specific js custom event handler
---------
Co-authored-by: Denis Voituron <dvoituron@outlook.com>
2024-10-24 12:18:42 +00:00
Rik van Haaren
e29413ea1e
Add keep open to menu item ( #2852 )
2024-10-24 13:20:43 +02:00
Emanuele Curati
456877a8dd
Apply global color-scheme to reflect theme in use ( #2854 )
2024-10-24 10:14:36 +02:00
Vincent Baaij
286b4f1033
[Select] Fix multiple issues ( #2840 )
...
* Fix #2813 , #2830
* Fix tests by reverting earlier change
* Remove listbox multipe example (as it does not work)
* Fix #2832
2024-10-22 13:15:36 +00:00
Vincent Baaij
09e4e86d8e
- Add CustomColor to Label ( #2828 )
...
- Make Style be applied last
- Add Label tests
2024-10-22 10:13:50 +00:00
Vincent Baaij
353df98d08
Fix #2836 by changing resize logic in rtl mode ( #2843 )
2024-10-22 12:10:04 +02:00
Denis Voituron
b53390a110
Add Autocomplete.KeepOpen ( #2829 )
2024-10-18 17:05:55 +02:00
Vincent Baaij
e303540025
[AppBar] Make it work in horizontal orientation as well ( #2760 )
...
* Initial work to make AppBar work in horizontal orientation
* Remove unused code
* - Process review comments.
- Add example with smaller icons
* Change AnchoredRegion examples so canvas can be resized
* Optimize and make Overflow work better for this
* Refresh existing tests + add 2 new ones
* Test id/isHorizontal state being overwirtten
2024-10-18 07:12:18 +00:00
Vincent Baaij
dd73681a7b
[Icons] Update to Fluent UI System Icons 1.1.261 ( #2817 )
...
- Has upstream change for unique ids (fix #2814 )
2024-10-17 22:27:45 +00:00
Denis Voituron
cae754892f
Fix the Autocomplete search rendreding on slow connections ( #2820 )
2024-10-17 20:19:20 +02:00
Vincent Baaij
a396f75104
Set Selected value before calling FluentTreeView.ItemSelectedChangeAsync ( #2811 )
2024-10-15 09:58:49 +02:00
Vincent Baaij
ebe022e696
Merge branch 'dev' of https://github.com/microsoft/fluentui-blazor into dev
2024-10-14 21:57:24 +02:00
Rob Harris
1a408be573
[Stack] Added 'Stretch' horizontal alignment option ( #2800 )
...
* Added missing 'Stretch' horizontal alignment option to FluentStack
Introduced a new horizontal alignment option, `Stretch`, to the `FluentStack` component. Updated the `HorizontalAlignment` enum in `HorizontalAlignment.cs` to include the `Stretch` value with a summary comment. Modified the `GetHorizontalAlignment` method in `FluentStack.razor.cs` to map `HorizontalAlignment.Stretch` to the string "stretch".
* Add validation to Alignment property in DialogParameters
The Alignment property now includes a custom setter that throws an ArgumentException if set to HorizontalAlignment.Stretch, ensuring this value is not supported.
* Moved "_alignment" variable declaration to top of DialogParameters class
* Added a note re. stretch to the XML documentation for the `Alignment` property
* Added unit test for DialogParameters invalid Aligment value
---------
Co-authored-by: Vincent Baaij <vnbaaij@outlook.com>
Co-authored-by: Denis Voituron <dvoituron@outlook.com>
2024-10-14 20:36:32 +01:00
Vincent Baaij
227e2b71c2
[MessageBox] Add settable primary action text for Show... methods ( #2808 )
...
* Docu update
* Fix #2805 by adding primary action parameter to message box shortcut methods
2024-10-14 20:47:15 +02:00
Vincent Baaij
b9360ab896
[NumberField] Fix looping error ( #2807 )
...
* Docu update
* Fix #2803 by not using current-value but value
2024-10-14 14:32:54 +00:00
Vincent Baaij
da2e02acae
Docu update
2024-10-13 13:54:46 +02:00
Vincent Baaij
36dbfd05d0
[Templates] Fix typo 'paceholder' ( #2801 )
2024-10-12 15:47:51 +02:00
Vincent Baaij
0b10a93af5
[Slider] Make label respond to `Disabled` state ( #2796 )
...
* Fix #2794 by adding an owning slider cascading parameter and set label's disabled state to owner value
* Undo refactor. not needed anymore
* Fix test
2024-10-12 13:04:03 +02:00
Vincent Baaij
2d81f01e4e
[Menu/Tooltip] Fixed incorrectly previously ( #2790 )
...
* Apply fixes to both menu and tooltip providers
* Update some doc comments
2024-10-11 14:01:39 +00:00
Denis Voituron
ecaedd65e4
Check when the FluentMenuProvider is included ( #2793 )
2024-10-11 15:47:05 +02:00
Vincent Baaij
cfe5163071
Make MenuProvider message more prominent and also add it to the MenuButton page ( #2792 )
2024-10-11 10:38:42 +02:00
Vincent Baaij
b076428782
Merge branch 'main' into dev
2024-10-09 20:38:28 +02:00
Vincent Baaij
0bbc884e92
Hotfix to update core lib version
2024-10-09 17:02:26 +02:00
Vincent Baaij
579cd282bc
Prepare for next version
2024-10-09 14:34:12 +02:00
Vincent Baaij
1671c733e8
Merge branch 'dev'
2024-10-09 14:21:56 +02:00
Vincent Baaij
8469c9a641
Update WhatsNew
2024-10-09 14:20:42 +02:00
Vincent Baaij
3bb855593e
[Icons] Update to Fluent UI System Icons 1.1.260 ( #2786 )
...
* Testing Color icons
* Try different JS SDK
* Fix NuGet.config
2024-10-09 14:15:33 +02:00
Vincent Baaij
2d3a076ebc
Merge branch 'dev' of https://github.com/microsoft/fluentui-blazor into dev
2024-10-09 13:52:03 +02:00
Vincent Baaij
a1f4001086
Update WhatsNew
2024-10-09 13:47:57 +02:00
Miguel Hasse de Oliveira
567215f4d7
AsyncQueryExecutorSupplier modiied so it looks-up multiple IAsyncQueryExecutor registrations and returns the first supporting match. ( #2730 )
...
Co-authored-by: Vincent Baaij <vnbaaij@outlook.com>
2024-10-09 11:28:55 +00:00
Vincent Baaij
91637153dc
Update to latest .NET 8 and .NET9 RC2 packages
2024-10-09 13:26:39 +02:00
Denis Voituron
41542e23f6
[MenuButton] Fix the MenuItem OnClick used with MenuButton ( #2784 )
...
* Fix the MenuItem OnClick used with MenuButton
* Update doc
2024-10-09 12:00:04 +02:00
Miguel Hasse de Oliveira
08445970d5
Fix for reported issue #2769 ( #2781 )
2024-10-09 07:41:37 +02:00
Gary Chan
d4275c421f
Update TemplatesPage.razor ( #2777 )
...
Removes extra period.
2024-10-07 18:03:57 +00:00
Vincent Baaij
f3132828b3
Change HandleCurrentSelectedChangeAsync to non-async to prevent runtime errors ( #2776 )
2024-10-07 16:16:48 +00:00
Vincent Baaij
b434574685
[DataGrid] Add `HeaderTootip` to columns to allow for custom header tooltip text ( #2775 )
...
* Fix #2757 by using TooltipText if set (instead of always using Title)
* Add HeaderTooltip
2024-10-07 18:02:04 +02:00
Vincent Baaij
94fece7327
[Menu] Add z-index to MenuProvider ( #2772 )
2024-10-07 12:26:22 +00:00
Vincent Baaij
1268d36a45
[NavMenu] Do not use menu service for sub menu ( #2771 )
2024-10-07 14:14:17 +02:00
Gary Chan
1d5196bcf4
[Docs] Fixes missing method descriptions for APIs ( #2764 )
...
* fixes missing description for methods
* fix for handling mangled method names
* fix regular expression
---------
Co-authored-by: Vincent Baaij <vnbaaij@outlook.com>
2024-10-07 14:05:55 +02:00
Vincent Baaij
adc78ccbc6
{TreeView] Improve RTL support
2024-10-07 12:39:39 +02:00
Gary Chan
fb389dd1ba
removes unnecessary output to console ( #2767 )
2024-10-06 22:20:09 +02:00
Denis Voituron
251f045cf4
Fix the Debounce component ( #2759 )
2024-10-04 12:39:38 +00:00