ant-design-blazor/components/core
Alex Kryvdyk 3b45058a34
fix(module: datepicker): OnChange event behavior is incorrect (#2741)
* refactor:(module:datepicker): DatePickerBase should be abstract

* fix:(module:datepicker): date not highlighted in range picker after ok

* fix:(module:datepicker): OnChange event behavior is incorrect

* fix:(module:datepicker): wrong input panels when start/end same period

* fix:(module:datepicker): ending week is not highlighted correctly

* fix:(module:datepicker): cannot switch year/month in RangePicker header
2022-09-27 14:41:02 +08:00
..
Base fix(module: radio): Default name value (#2330) 2022-03-15 22:17:46 +08:00
Component feat: add ResizeObserver component (#2605) 2022-08-09 08:55:07 +08:00
ConfigProvider/Form feat(module: form): support set validation rules on FormItem (#1516) 2021-05-28 09:08:42 +00:00
DynamicComponent feat: add dynamic component (#1703) 2021-09-10 12:14:43 +08:00
EventCallbackArgs fix(module: datepicker): OnChange event behavior is incorrect (#2741) 2022-09-27 14:41:02 +08:00
Extensions fix(module: Core): Remove the event listener when the event listener service is disposed (#2738) 2022-09-26 10:11:04 +08:00
Feedback fix(module: dialog): Modal and Drawer render reducing and update document and demo (#1701) 2021-07-11 20:48:16 +08:00
Forms refactor: remove the form item dependency (#171) 2020-06-02 07:28:06 +08:00
HashCodes perf(module: table): use hash-code comparison for all the parameters to control UI rendering (#716) 2020-10-25 18:31:31 +08:00
Helpers fix(module: datepicker): OnChange event behavior is incorrect (#2741) 2022-09-27 14:41:02 +08:00
Internal feat: improve range picker (#306) 2020-07-05 00:06:34 +08:00
JsInterop fix(module: Core): Remove the event listener when the event listener service is disposed (#2738) 2022-09-26 10:11:04 +08:00
Reflection fix(module: input): throw exception when binding a dictionary item. (#2359) 2022-03-25 13:15:43 +08:00
Services refactor: replace IdGeneratorHelper with DI service that can be replaced by user (#664) 2020-10-10 15:31:32 +08:00
_Imports.razor refactor: refactor the directory structure to match ant-design 2020-03-05 12:17:50 +08:00
AntContainer.razor feat(module: image): add image component (#1038) 2021-01-25 02:05:18 +08:00
AntSizeLDSType.cs fix(module: dropdown): dropdown button missing properties & docs fix for Dropdown & Button (#1609) 2021-06-09 17:51:24 +08:00
CloseEventArgs.cs feat(module: tag): add closing event (#1268) 2021-03-31 19:23:30 +08:00
Color.cs feat(module: button): add colors (#1774) 2021-07-26 10:20:23 +00:00
ComponentStatus.cs fix(drawer): unexpected behavior of Drawer(#1749) (#1771) 2021-07-25 22:41:06 +08:00
CssSizeLength.cs fix(module: avatar): make size parameter support more length unit (#2653) 2022-09-01 12:00:28 +08:00
Direction.cs feat(module: table): Add Align property for column (#2045) 2021-10-22 15:26:08 +08:00
DirectionVHType.cs feat(module: space): add wrap, split and size array (#1314) 2021-04-06 14:20:29 +08:00
EnumValue.cs refactor: reduce dependence (#301) 2020-07-03 13:37:40 +08:00
EventUtil.cs tests: clean-up (#2050) 2021-10-22 12:45:00 +08:00
FocusBehavior.cs fix(module: input): fix & feat & docs & tests: Input general fixes (#1530) 2021-05-27 18:13:26 +08:00
ForeachLoop.cs feat(module: table): add table virtualization (#2143) 2022-05-28 13:41:01 +08:00
ForwardRef.cs refactor: change namespcae to AntDesign 2020-05-29 00:33:49 +08:00
Point.cs feat: add select component (#222) 2020-06-14 18:54:14 +08:00
PresetColor.cs feat(module: tag): Add custom colors and Enum of Preset Colors (#1514) 2021-05-17 00:40:52 +08:00
RenderMode.cs perf(module: table): use hash-code comparison for all the parameters to control UI rendering (#716) 2020-10-25 18:31:31 +08:00
SortDirection.cs feat(module: table): add sort directions and default sort order (#778) 2021-01-24 13:52:57 +08:00