Граф коммитов

3001 Коммитов

Автор SHA1 Сообщение Дата
Gary Chan 94d34a029b
fixes ToTypeNameString to show Nullable (#2758) 2024-10-04 10:05:48 +02:00
Vincent Baaij 99a074f71d Use .NET 9 static assets middleware if applicable 2024-10-03 23:40:50 +02:00
Vincent Baaij 04cb239856 Merge branch 'dev' of https://github.com/microsoft/fluentui-blazor into dev 2024-10-03 17:09:46 +02:00
Vincent Baaij 73c97aa4a1 - Use newer JS SDK
- Clear out IssueTester
- Temporarily set fixed package numbers to prevent RC2 errors
2024-10-03 17:09:37 +02:00
Denis Voituron 5d05b9665f
Update the way to detect when the user clicks inside the excluded element (#2755) 2024-10-03 11:52:10 +02:00
Vincent Baaij f42145797f
[DataGrid] changes related to loading behavior (#2739)
* - DataGrid changes releated to researching #2734
- Create separate page for testing issues

* Undo change to project file
2024-10-02 15:20:30 +02:00
Vincent Baaij 8385db16fe Add new IconVariant (FOR TESTING ONLY) 2024-10-01 19:43:19 +02:00
Denis Voituron 2ce3cc66be
To prevent the menu and tooltip from displaying a scrollbar in body (#2744) 2024-10-01 14:32:16 +02:00
Vincent Baaij 4282309d41
[FluentRadioGroup] Fix binding error (#2742)
* Fix #2740 by adding value to fluent-radio-group and prevent handling a change when the arg value is empty.

* Fix test
2024-10-01 11:28:08 +00:00
Denis Voituron b9b63c0113
Add Open attribute (#2741) 2024-10-01 10:11:54 +02:00
Gary Chan 6ab8a2bf23
adds recursive search for member description (#2735) 2024-09-30 08:20:17 +02:00
Vincent Baaij d819a17638
[Button] Add StopPropagation + UnitTests (#2732)
Co-authored-by: Denis Voituron <dvoituron@outlook.com>
2024-09-28 15:19:14 +02:00
Dongju 07cab0370b
[NavLink] For FluentNavLink, allow empty Href (#2722)
Co-authored-by: Vincent Baaij <vnbaaij@outlook.com>
2024-09-28 13:07:11 +00:00
Vincent Baaij 5febd1a4d1
[Tooltip] Add role so screen reader can announce tooltip text (#2724)
* Add `role=tooltip` to the web component. This makes screenreader (tested with NVDA) announce tooltip content

* Fix tests

---------

Co-authored-by: Denis Voituron <dvoituron@outlook.com>
2024-09-27 11:31:38 +02:00
Vincent Baaij 0c1a502585 Hotfix for TableOfContents always moving back to top in OnAfterRenderAsync which makes bookmarks to a specific section not work. 2024-09-26 22:17:58 +02:00
Vincent Baaij 378cfedc70 Merge branch 'dev' of https://github.com/microsoft/fluentui-blazor into dev 2024-09-26 22:17:25 +02:00
Vincent Baaij 49b1130d1b Hotfix for TableOfContents always moving back to top in OnAfterRenderAsync which makes bookmarks to a specific section not work. 2024-09-26 22:17:15 +02:00
yspanj 199cf6c084
Update way animation is added to the MessageBar and update relevant tests (#2723) 2024-09-26 18:55:37 +02:00
Vincent Baaij 8266ecfeb7 Update versions for next release 2024-09-26 15:01:51 +02:00
Vincent Baaij 9deeb89a20 Merge branch 'dev' 2024-09-26 14:56:53 +02:00
Vincent Baaij b6f134c4a7 Update WhatsNew 2024-09-26 14:55:59 +02:00
yspanj 5d57a1bd1e
[MessageBar] Add an optional toggle for the fade in animation. (#2716)
* Add FadeIn property to MessageBar

* Add animation class to FluentMessageBar and new test

Enhanced the FluentMessageBar component by adding the
`fluent-messagebar-animation` class to `div` elements with the
`fluent-messagebar` class across multiple test files. Updated
`FluentMessageBar_AllowDismiss.verified.html`,
`FluentMessageBar_Default.verified.html`,
`FluentMessageBar_DisableFadeIn.verified.html`, and
`FluentMessageBar_WithId.verified.html` to reflect this change.

Added a new `div` structure for the `fluent-messagebar` in
`FluentMessageBarTests.FluentMessageBar_DisableFadeIn.verified.html`.

Introduced a new test method `FluentMessageBar_DisableFadeIn` in
`FluentMessageBarTests.cs` to verify the component's behavior with
the `FadeIn` parameter set to `false`.

Included MIT License and copyright information at the top of
`FluentMessageBarTests.cs`.

* Format indentation

* Update MessageService tests for animation class

---------

Co-authored-by: Vincent Baaij <vnbaaij@outlook.com>
2024-09-26 14:53:28 +02:00
Vincent Baaij 290a1712cc - Update and restructure WhatsNew
- remove empty solution folders
2024-09-26 14:33:11 +02:00
Vincent Baaij bd07ecb568
[Calendar] Add ReadOnly in day click/keydown logic (#2720)
* Add ReadOnly in day click/keydown logic

* Update Test SDK

* Add a test

* Replace all static icon references
2024-09-26 13:25:31 +02:00
Miguel Hasse de Oliveira ee9cdc5e5c
[DataGrid] Public method override additions (#2711)
Co-authored-by: Vincent Baaij <vnbaaij@outlook.com>
2024-09-26 08:05:45 +00:00
adtaylor-cs 8d2c0b2153
[MenuButton] Add an optional start icon (#2707)
* Add an optional start icon for the FluentMenuButton

* Add missing file
2024-09-25 22:16:27 +02:00
Miguel Hasse de Oliveira 30aaf092bf
[DataGrid] Add a Selectable function parameter to SelectColumn (#2709)
* Added Selectable property to DataGrid's SelectColumn allowing to determine if the item can be selected

* Added unit tests for DataGrid's SelectColumn 'Selectable' propert.
2024-09-24 23:19:58 +02:00
Vincent Baaij 3a3666b9ce Merge branch 'dev' of https://github.com/microsoft/fluentui-blazor into dev 2024-09-23 22:36:28 +02:00
Vincent Baaij a8d1140648 Update combobox sample 2024-09-23 22:36:17 +02:00
Denis Voituron 3a187132dc
Fix of the unannounced `Required` keyword with FluentSelect (#2706) 2024-09-23 16:04:59 +00:00
Miguel Hasse de Oliveira 260842de0e
[DataGrid] EF Core Adapter - A second operation was started (#2653)
* Fix: A second operation was started in DataGrid with EF Core (#801)

* Removed additions not relevant for the PR subject as requested by Vincent Baaij

---------

Co-authored-by: Vincent Baaij <vnbaaij@outlook.com>
2024-09-23 15:12:34 +00:00
Vincent Baaij 69978bcaa0
[NumberField] Use error outline when invalid (#2705) 2024-09-23 17:05:32 +02:00
Denis Voituron 77c456a10b
Add FluentLabel.Id (#2704) 2024-09-23 16:25:21 +02:00
Vincent Baaij b0f62ea2f1
Fix wc attibute names (#2693) 2024-09-20 14:25:21 +00:00
Denis Voituron 2b62ec4c16
Add role, tabindex and simulate the Enter/Space like a Click (#2688) 2024-09-19 19:01:07 +02:00
Vincent Baaij 7fa04715cb
[Button] Remove style override when loading (#2686) 2024-09-19 10:11:57 +00:00
Denis Voituron 6420d801cb
Add Combobox Immediate (#2685) 2024-09-19 09:38:32 +00:00
Vincent Baaij 8ca58554e6 Merge branch 'dev' of https://github.com/microsoft/fluentui-blazor into dev 2024-09-19 10:21:42 +02:00
Vincent Baaij bc2da7bce0 Show various resize types and new actions menu options in DataGrid Custom Comparer sample 2024-09-19 10:21:24 +02:00
Vincent Baaij 5edf4a6fca
[Select] Change height in listbox style to use fit-content when `Height` value is provided (#2680)
Co-authored-by: Denis Voituron <dvoituron@outlook.com>
2024-09-18 20:05:44 +00:00
Denis Voituron 916e51891e
Fix Unit Tests (#2681) 2024-09-18 16:23:43 +02:00
Vincent Baaij 4cc0e0cdbc Merge branch 'dev' of https://github.com/microsoft/fluentui-blazor into dev 2024-09-18 13:43:17 +02:00
Denis Voituron 35f3e0496c
Fix Unit Test (#2679) 2024-09-18 13:33:37 +02:00
Gary Chan 5294a4ddb5
[Docs] Blazor Hybrid code snippet reformat (#2673)
Co-authored-by: Vincent Baaij <vnbaaij@outlook.com>
2024-09-18 11:08:11 +00:00
Vincent Baaij 195691082d [DataGrid] Extend comment on ResizeType 2024-09-18 13:03:07 +02:00
Denis Voituron 09febad097
Replace Debouncer with the new DebounceTask v5 (#2678) 2024-09-18 11:01:05 +00:00
Vincent Baaij e2954d710a
[DataGrid] Fix column options popup being blank (#2674)
* - Fix #2669
- Make Reset and set width methods public

* Add comments to public methods
2024-09-18 11:30:09 +02:00
Vincent Baaij 503d2eee1b Code style change + removing unused code 2024-09-17 10:17:07 +02:00
Gary Chan e2fc11245f
[Slider] Fix FluentSlider two-way binding issue [#2609} (#2665)
* Skip publish symbols step for now

* fix problem where thumbnail is not being rendered when value is changed programmtically

* limits calls to updateSlider

* missed a file

---------

Co-authored-by: Vincent Baaij <vnbaaij@outlook.com>
2024-09-17 10:09:18 +02:00
Vincent Baaij 2d301e5c37
[RadioGroup] Fix keyboard selection (#2663)
* [RadioGroup] Fix keyboard selection

* Fix test
2024-09-16 18:16:54 +02:00