* Documentation automation. Build will generate documentation based on XML comments and attributes in the library. Translation will be done where necessary to generate the Chineese site.
Did some small code clean up on the way.
Removed or removed from public APIs:
AnchorLink.LinkDom
Button.RemoveAnimationAfter
Button.Icons - never used
Calendar.PrefixCls
All date pickers - method OnOkClick
Descriptions.Items
ListItem.PrefixName
AntList.PrefixName
ListItemMeta.PrefixName
Menu.Submenus
Menu.MenuItems
Transfer.ChildContent
Table.ColumnContext
Space.SetClass
Steps.Handler
Radio.OnClick
* Add Azure translation service. Requires adding your own key to a private appsettings JSON file to translate locally with it.
* Make translation services return null when unable to translate, have cache not cache it and return text asked to translate.
* Update documentation markdown file for new translation service
* Update DOCUMENTATION.md
* fix datepickerbase
* fix tree-select
* add docs for Flex and Watermark
* add zh
* add UserSecrets
* fix keywords
* fix button doc
* fix page
* fix internals visible to
---------
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* test: change folder structure and add new TestKit csproj for public testing of AntDesign-based applications
* docs: added CN and EN docs about TestKit
* fix doc translate
* change the directory structure
Co-authored-by: Patryk Grzelak <pgrzelak@mutate.app>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* feat(module: confirm): support blocking to get the result of confirm
* refactor: change modalservice Confirm return value,add ConfirmAsync FUNC
* feat: add ConfirmService
* fix: button text
Co-authored-by: ElderJames <shunjiey@hotmail.com>