Граф коммитов

18 Коммитов

Автор SHA1 Сообщение Дата
Key Roche 4ad8e7ceab
docs: enhance documentation automation (#3013)
* 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>
2024-08-25 14:37:41 +08:00
James Yeung 49afcc72d5
chore: fix nuget package duplicated file error (#4109) 2024-08-21 14:23:56 +08:00
James Yeung 4dc471546f
fix(module: table): create TItem instance with default constructor (#3916) 2024-06-19 22:22:39 +08:00
James Yeung 036a6e2442
feat(i18n): implement interactive StringLocalizer and simple localization (#3804)
* feat(module: i18n): implement IStringLocalizer

* fix resource name

* add blazor string localizer

* replace localizer

* add proj

* refacor assembly

* fix namespace

* rename

* rename

* clean

* clean

* clean

* add docs
2024-04-19 20:28:55 +08:00
James Yeung 7399d0d0a9
docs: remove wasm hosted and webapp client (#3689)
* docs: remove wasm hosted and webapp client

* fix httpclient disposed exception

* fix project reference
2024-02-20 22:01:02 +08:00
Zhu Lijun f893456a6e
docs: add blazor webapp hosting project (#3642)
* 测试上传

* 有js报错

* remove ConventionRouter

* fix assets and js interop

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-02-04 23:04:55 +08:00
James Yeung 686ab39c86
chore: remove AuthorizeReuseTabsRouteView component and library (#3437) 2023-09-22 00:36:01 +08:00
James Yeung d739167f94
fix(module: table): null exception cause by event listener (#2448) 2022-05-15 12:45:43 +08:00
James Yeung 0f0e95e180 Revert "docs: fix broken CDN (#2374)" (#2376)
This reverts commit 72ce92ffd2.
2022-03-31 13:30:38 +08:00
James Yeung 2898d8a603 docs: fix broken CDN (#2374) 2022-03-30 23:39:23 +08:00
Guyiming cc836bcf10 feat(module: tabs): Add AuthorizeReuseTabsRouteView (#1910)
* 使MenItem同时支持Icon和IconFont,解决当使用iconfont.cn图标后,缩起内嵌菜单导致按钮样式不统一的问题。

* 空值判断

* add IconTemplate in MenuItem

* code format

* Add AuthorizeReuseTabsRouteView

* add readme.md

* remove comments

* Add AuthorizeResuseTabsRouteView test demo

* save

* save

* done

* refactor the test app

* fix test app

* debug

* debug

* fix tab render

* fix the copyright

* fix package infomation

* fix tab display order

* fix content focerender

Co-authored-by: BG345554 <ymgu@best-inc.com>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-10-11 23:01:27 +08:00
Andrzej Bakun 29e3ce3583 refactor(interop): reorganization into classes and typescript tests (#1791)
* fix(module:interop): reorganization into classes

* comments clean-up

* Add typescript test project

* fix: sync with pull request #1765: support drag

* github test action fix attempt

* tests: jsinterop test mock fix

* codecov added to ts tests

* add generated split js to gitignore

* fix: coverage github action

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-07-29 22:45:47 +08:00
James Yeung 74f1488a8a chore: refactor the build process (#1729)
* refactor the build process

* add message
2021-07-12 18:11:23 +08:00
Patrick ba2c5e51d8 test: add TestKit for public tests (#1248)
* 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>
2021-04-04 21:37:06 +08:00
ElderJames 7e80607ff0 rename the docs project 2021-02-06 20:15:46 +08:00
zxyao 84a3b742c2 feat(module: modal): support getting the result from confirm (#476)
* 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>
2020-08-22 09:24:55 +08:00
Diego Frata 6662870ac8 test(button): add some button tests (#460)
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-08-05 17:06:14 +08:00
ElderJames 97f920ab9a refactor: change namespcae to AntDesign 2020-05-29 00:33:49 +08:00