ant-design-blazor/components/core/Helpers
Li 54da103867
feat(module: form): Add GenerateFormItem component for automatic generation basic FormItem (#3877)
* add HideColumnsByName parameter to handle GenerateColumns hide some column

* add docs

* Add GenerateFormItem component for automatic generation basic FormItem

* update doc

* update demo

* [GenerateFormItem] remove parameter RulesRequireByType, add ValidateRules

* [GenerateFormItem] delete the redundant variables.

* [GenerateFormItem] Support automatic generation of nested types.

* [GenerateFormItem] Support subfrom multi-style

* [GenerateFormItem] update demo

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-07-02 08:49:15 +08:00
..
MemberPath feat(module: form): add dynamic model support to Form component powered by DataIndex (#3612) 2024-02-25 18:11:43 +08:00
ClassMapper.cs fix(module: core): css classes gets appended twice (#2934) 2022-12-11 15:57:57 +08:00
ColorHelper.cs test(module: core): Add unit tests (#2821) 2022-10-21 13:01:25 +08:00
CssStyleBuilder.cs feat(module: flex): add flex component (#3547) 2023-12-20 23:33:20 +08:00
DateHelper.cs fix(module: datepicker): disabled date is not judging correctly in the larger range panels (#3781) 2024-04-07 00:28:28 +08:00
EnumHelper.cs fix(module: select): EnumSelect throwing exception cause by nullable enum type (#3859) 2024-05-12 13:02:27 +08:00
Formatter.cs fix(module: table): thrown exception when property type is char (#3617) 2024-01-09 07:57:35 +08:00
JsonElementHelper.cs test(module: core): Add unit tests (#2821) 2022-10-21 13:01:25 +08:00
MomentHelper.cs test(module: core): Add unit tests (#2821) 2022-10-21 13:01:25 +08:00
PropertyAccessHelper.cs merge 0.8.1 to feature 2021-05-16 19:58:03 +08:00
RenderFragmentHelper.cs refactor(module: table): Change some components to render fragments, reducing allocation and avoid side effects cause by life cycle (#3545) 2023-12-03 20:25:31 +08:00
StyleHelper.cs refactor: change namespcae to AntDesign 2020-05-29 00:33:49 +08:00
THelper.cs feat(module: form): Add GenerateFormItem component for automatic generation basic FormItem (#3877) 2024-07-02 08:49:15 +08:00