* feat(module: reusetabs): allows routedata to be passed without cascading
* tab activative is curretly
* fix keepalive
* render body after navigation
* rename body
* fix closing and updating
* update docs
* clean
* update docs
* feat(FormItemTooltip): Add tooltips parameter to display formitem tooltips
* feat(FormItemTooltip) align to center
* Demo & Translation of Parameter added.
* fix class name and demo
---------
Co-authored-by: Jeffers <shaobo.yuan@waes.cn>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* Fix the issue where the Tabs under the Card cannot remember the input status
* optimize performance
* Simplified writing style
* Revert "Simplified writing style"
This reverts commit 44ce256b0cbf3971574ae233d3215e83a196487b.
* Simplified writing style
* Fix test case(Card.Render.Tests.razor)
* Add AutoHeight property to table
* docs:add api comments
* add demo
* fix algorithm for AutoHeight
---------
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* Fix the issue where the Tabs under the Card cannot remember the input status
* optimize performance
* Simplified writing style
* Revert "Simplified writing style"
This reverts commit 44ce256b0cbf3971574ae233d3215e83a196487b.
* Simplified writing style
* Fix test case(Card.Render.Tests.razor)
* 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>
* feat(module: form): form name attribute
* fix build error
* update the official files
* support ssr binding
* support formitem name
* fix name attribute value
* fix radio static checked style
* fix border
* fix less
* fix stop propagation
* fix field name
* feat(module: form): form name attribute
* fix build error
* update the official files
* support ssr binding
* support formitem name
* fix name attribute value
* fix radio static checked style
* fix border
* fix less
* fix stop propagation
* fix field name
* Fix anchor demo links because there is a capital in the real anchors but not the demos and it is case sensitive
* Remove commented code in demos
* fix demo link
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* delete demo docs
* fix tree default value and dnd
* fix tree line and keys
* fix switcher icon and line
* fix line demo
* fix switcher
* add DirectoryTree demo
* fix draggable demo
* clean code
* clean code
* clean up the classmapper call
* update docs
* fix the docs
* fix comment
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* Added Static class IconType for intellisense
* Added: Static Class Generator
* move the generator file to cli
Co-authored-by: ElderJames <shunjiey@hotmail.com>
* feat: add icon list for demo page of icon
* feat: add copy function for icon list
* feat: get existed icon
* feat: remove some blanks in list.razor
* feat: remove some blanks
* fix: default value is outline for icon list
* fix: click to copy for icon list
* feat: add async to load icon list
* feat: update iconlistService
* chore: update icons
* fix: icon load async
* feat: add application icons in IconlistServices
* fix: remove the exist icon from existed catogory if duplicated
* fix: add @key for list items
* fix: revert the change
Co-authored-by: ElderJames <shunjiey@hotmail.com>