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

3001 Коммитов

Автор SHA1 Сообщение Дата
Vincent Baaij 8b8e4899f6 Fix #2387 by removing '>' from class specifications 2024-07-16 23:57:18 +02:00
Daniele Corsini adf2b77d17
[Docs] Improve API Documentation performance (#2377)
* Improve documentation

* Add space

---------

Co-authored-by: Vincent Baaij <vnbaaij@outlook.com>
2024-07-16 20:59:29 +00:00
Jan f8f0e5a6bf
[SortableList] Adding Properties FromListId and ToListId (#2385)
* 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>
2024-07-16 10:53:27 +02:00
Erik Johnson f8998c7303
Fix validation when @bind-Value is set for FluentWizard component (#2364)
* 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>
2024-07-16 10:42:44 +02:00
Vincent Baaij 21981af7fb
Fix #2382 by letting value follow newly selected option (#2384) 2024-07-16 10:33:23 +02:00
Denis Voituron d07f8eb803
[Wizard] Add GoToStepAsync (#2383) 2024-07-15 18:32:26 +02:00
Denis Voituron 0854021dc7
Add RTL direction (#2380) 2024-07-15 16:08:30 +02:00
Daniele Corsini 61c2bcfd92
[MenuButton] Fix icon size (#2374)
* Fix icon size

* Fix test

---------

Co-authored-by: Vincent Baaij <vnbaaij@outlook.com>
2024-07-15 10:43:54 +02:00
Ehsan Vali 310eeddc8f
[DatePicker] Fix default position for RTL layout (#2372)
* 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
2024-07-14 09:50:19 +02:00
Vincent Baaij 1ebdde8686
[Docs] Better column distribution for homepage (#2360)
- Better column distibution for homepage
2024-07-11 15:27:23 +02:00
Vincent Baaij 1e581d0ccc Prep for next version 2024-07-10 10:54:42 +02:00
Vincent Baaij f72e289dda Merge branch 'dev' 2024-07-10 10:45:35 +02:00
Vincent Baaij 06f332b3bd Update WhatsNew 2024-07-10 10:29:04 +02:00
Vincent Baaij ea0a4f32dd Undo add suffix to js file to prevent cache error 2024-07-09 17:38:21 +02:00
Vincent Baaij 5e978f75db Fix #2350 by chaging CSS (right to margin-right; left for RTL) 2024-07-09 17:33:26 +02:00
Vincent Baaij d6bf6d5e3a Update JavaScript SDK 2024-07-09 12:14:40 +02:00
Vincent Baaij e22781aa58 Merge branch 'dev' of https://github.com/microsoft/fluentui-blazor into dev 2024-07-09 09:59:30 +02:00
Vincent Baaij e68056a5f5 Mark `ToastProvider` `ShowCloseButton` as obsolete 2024-07-09 09:59:25 +02:00
Vincent Baaij 25d1e28df4
[DataGrid] Several issues addressed (#2347)
* Address #2342. Grid not `public` but `protected`

* Fix #2344 by using `GetName()` (following C# guidelines)

* Fix #2345 by adding check for nullable enum
2024-07-09 09:58:31 +02:00
Vincent Baaij 41f8671c55
[DataGrid] Make Grid in ColumnBase public again #2342 2024-07-09 00:03:08 +02:00
Vincent Baaij a446c7e49b
[Docs] Fix Tabs Dynamic example (#2341)
* Fix #2338 by correcting js method name called

* Typo
2024-07-08 23:47:42 +02:00
Vincent Baaij 3bd96efe7a [Docs] Add note to NumberField 2024-07-08 11:57:59 +02:00
Vincent Baaij a7bb6a1b36 Update GH workflows to use newer actions 2024-07-08 10:28:38 +02:00
Vincent Baaij 57d10f205a Fix #2335 by supplying height to vertical tab examples 2024-07-08 10:25:03 +02:00
Vincent Baaij 901356ebd8 Merge branch 'dev' of https://github.com/microsoft/fluentui-blazor into dev 2024-07-08 10:24:10 +02:00
Vincent Baaij d27c386b12 Fix #2335 by supplying height to vertical tab examples 2024-07-08 10:23:55 +02:00
Ehsan Vali ac91e57ad2
[DatePicker] Add 'PickerMonthChanged' event and 'DaysTemplate' parameter (#2336)
* add 'PickerMonthChanged' event and 'DaysTemplate' property to date picker

* add xml document for properties

* change type of DaysTemplate of FluentDatePicker to nullable
2024-07-08 10:11:41 +02:00
Denis Voituron 49d7a18ffa
[Demo] Date and Autocomplete components to Forms section (#2330)
* Move Date and Autocomplete components for Forms section

* Move Autocomplete under List section
2024-07-05 16:09:27 +00:00
Denis Voituron 079135293c
Update the Variant selector (default 32 for Light) (#2331) 2024-07-05 16:00:37 +00:00
Denis Voituron 796dad13ac
[Multi Splitter] Fix the Splitter OnMouseMove (#2333)
* Fix the Splitter OnMouseMove

* Remove traces
2024-07-05 17:55:27 +02:00
Vincent Baaij b8a84dd269
[Docs] Update homepage (#2324)
* 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
2024-07-05 13:14:24 +02:00
Vincent Baaij 33b4d3900b Prep for next version 2024-07-04 15:23:10 +02:00
Vincent Baaij 9363620fdd Update versions, set tag 2024-07-04 15:20:41 +02:00
Denis Voituron 05d9d7d966
[Rating] Refactorization for Accessibility features (#2322)
* 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
2024-07-04 14:37:48 +02:00
Vincent Baaij 211af3f774
[AppBar] Fix regression with icon active color (#2318)
* AppBar address Aspire regression

* Update WhatsNew

---------

Co-authored-by: Denis Voituron <dvoituron@outlook.com>
2024-07-04 07:53:31 +02:00
Vincent Baaij 47affd9f01
[Lists] Add aria-selected to fluent-option (#2316)
* Add aria-selected to FluentOption

* Update Unit Test verified files

* Clear IssueTester
* Update WhatsNew
2024-07-03 12:56:25 +00:00
Vincent Baaij da078b0ce7
[Icons] Update to Fluent UI System Icons 1.1.247 (#2313) 2024-07-02 23:05:44 +02:00
Vincent Baaij 544a9c4fb7 Add suffix to js file to prevent cache error
Update Whatsnew
2024-07-02 15:56:16 +02:00
Vincent Baaij fa22cb92cf Implement #1998 2024-07-02 15:40:33 +02:00
Vincent Baaij 6d430b9ef1 Merge branch 'dev' of https://github.com/microsoft/fluentui-blazor into dev 2024-07-02 15:02:48 +02:00
Vincent Baaij fe3a70b578 Update WhatsNew 2024-07-02 15:02:41 +02:00
Denis Voituron b4f73396ec
[Combobox, Select] Fix the Placeholder attribute (#2311)
Co-authored-by: Vincent Baaij <vnbaaij@outlook.com>
2024-07-02 12:15:59 +00:00
Denis Voituron 0fe19ff239
[DialogService] Fix UpdateDialogAsync to refresh parameters and content (#2310)
* Update the UpdateDialogAsync method

* Add Unit Tests

---------

Co-authored-by: Vincent Baaij <vnbaaij@outlook.com>
2024-07-02 10:52:24 +00:00
Daniele Corsini 80bd058983
[NumberField] Add sbyte type (#2308)
* Add sbyte to number filed

* Fix error message

* Remove empy line

* Fix converter

---------

Co-authored-by: Vincent Baaij <vnbaaij@outlook.com>
2024-07-02 12:48:01 +02:00
joriverm 292c7f4f92
[Combobox] Set value if selection is cleared (#2307)
Co-authored-by: AI\jvermeyl <joris.vermeylen@uzgent.be>
2024-07-02 09:27:21 +02:00
Vincent Baaij 8f9a21ea63 Update Whatsnew 2024-07-01 20:37:16 +02:00
Vincent Baaij 0f7f4bb55d Revert setting height on DataGrid header cell again. Leads to issues on Safari 2024-07-01 17:11:23 +02:00
Vincent Baaij a59d6a37e1
[Lists] Pass `Name` parameter (#2305)
* 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
2024-07-01 16:40:14 +02:00
Vincent Baaij f50b09d09c
[DataGrid] Make `PropertyColumn` use `DisplayAttribute` value for enum (#2304)
* 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>
2024-07-01 16:08:04 +02:00
Denis Voituron 01324d9b11
[Autocomplete] Fix AriaLabel (#2303)
* Fix AriaLabel

* Fix Slider Format

---------

Co-authored-by: Vincent Baaij <vnbaaij@outlook.com>
2024-07-01 11:44:58 +00:00