ant-design-blazor/tests
Andrzej Bakun 2a05064c25 fix(module:date-picker): OneOf to TValue, default value for picker, optimizations (#933)
* fix(module:DatePicker): input OnClick has new event handler

* fix(module:DateTime): remove misleading reliance on picker index

* fix(module: DatePicker & RangePicker): DefaultValue type change

DefaultValue type change to align with Value type

* fix(module:rangepicker): add default values helper with tests

* fix(module:datepicker): ChangePickerValue action declaration fix

Picker value is served based on input index (start/end)

* fix(module:DatePicker): optimization

ViewStartDate, MaxRow & MaxCol do not cause refresh if not changed

* fix(module:DatePicker): min date fix

ArgumentOutOfRangeException fix for dates before DateTime.MinValue

* fix(module:RangePicker): sorted values

Values get ordered on set

* fix(module:DatePicker): OneOf switch to TValue

* fix(module:DatePicker): code optimization and PickerValue fix

PickerValue fix gets first panel value and evaluates second panel value

* fix(module:DatePicker): default values evaluation

* fix(module:RangePicker): default picker value fix

* docs(module:DatePicker): switch to TValue for DefaultValue

* fix(module:RangePicker): other value picker fix

* fix(module:RangePicker): on value init include DefaultValue

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-01-10 13:19:07 +08:00
..
$Recorded fix(module: switch): loading icon has a little shift (#766) 2020-11-12 15:39:58 +08:00
badge fix(module: badge): preset color of ribbon (#791) 2020-11-17 16:38:32 +08:00
button fix(module: button): allows type and shape to change (#564) 2020-09-03 06:02:30 +08:00
Core refactor(module: all): separate the normal and template parameters (#552) 2020-09-16 13:58:16 +08:00
DatePicker fix(module:date-picker): OneOf to TValue, default value for picker, optimizations (#933) 2021-01-10 13:19:07 +08:00
grid test(module: grid): added rendering tests for properties of columns (#747) 2020-10-31 10:43:20 +08:00
Properties test(button): add some button tests (#460) 2020-08-05 17:06:14 +08:00
table fix(module: switch): loading icon has a little shift (#766) 2020-11-12 15:39:58 +08:00
tabs refactor(module: tabs): separate the TabPane component (#839) 2020-11-30 10:53:41 +08:00
AntDesign.Tests.csproj chore: add .NET 5 target framework to all projects (#758) 2020-11-14 23:44:48 +08:00
AntDesignTestBase.cs refactor(module: all): separate the normal and template parameters (#552) 2020-09-16 13:58:16 +08:00
RecordedTestExtensions.cs refactor: replace IdGeneratorHelper with DI service that can be replaced by user (#664) 2020-10-10 15:31:32 +08:00
TestNavigationManager.cs test(button): add some button tests (#460) 2020-08-05 17:06:14 +08:00