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
James Yeung
15b4a81a51
feat: add support for custom script/style import locations ( #3596 )
...
* feat: add support for custom script/style import locations
* fix test
2023-12-26 23:20:16 +08:00
James Yeung
1416659c25
docs: fix prism highlight ( #3584 )
2023-12-24 22:01:24 +08:00
James Yeung
4b8d70401e
feat(core): setup JS initializers ( #3557 )
...
* feat(core): setup js initializers
* remove the script importing section from docs
2023-12-21 22:09:41 +08:00
James Yeung
6be83e47f0
docs: fix blocked links for docsearch ( #3578 )
2023-12-20 00:27:57 +08:00
James Yeung
9e4b34fb04
docs: fix docsearch links ( #3576 )
...
* docs: docsearch links was blocked
* fix dark theme for docsearch
* fix docsearch scraper action
2023-12-19 21:45:12 +08:00
James Yeung
ede6b57f36
feat(module: table): add row grouping ( #3487 )
...
* feat(module: table): add row grouping
* fix cell title
* add grouping row class
* revert header menu
* fix the docs
2023-11-07 23:18:38 +08:00
James Yeung
686ab39c86
chore: remove AuthorizeReuseTabsRouteView component and library ( #3437 )
2023-09-22 00:36:01 +08:00
James Yeung
f55ad090a6
docs: fix BlazorPolyfill error on .net7 ( #2907 )
2022-11-29 11:10:37 +08:00
James Yeung
ff7031ffec
merge master into feature
2022-11-14 17:43:54 +08:00
James Yeung
e4834ed1da
add target to .NET 7 ( #2810 )
...
* docs: update .NET7 RC2
* fix target framework
* update to .net 7 GA
* update yaml
* fix wasmhost
* update document
2022-11-10 16:00:11 +08:00
Alex Kryvdyk
594c5f3061
feat(module: datepicker): add OnOk event, rename OnClearClick to OnClear ( #2840 )
...
* feat:(module: datepicker): add OnOk event
* refactor: (module: datepicker): rename OnClearClick to OnClear
* chore: (module: datepicker): update docs
* refactor:(module: datepicker): keep OnClearClick [Obsolete]
* fix docs
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-10-31 13:52:23 +08:00
Newbe36524
c691eb9aa7
chore: add gitpod support ( #2646 )
...
* update gitpod support
* fix gitpod button
* change base image
* try update port
* fix build issue
* improve port
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-08-31 06:01:54 +00:00
James Yeung
685678e82d
docs: fix some issue ( #2629 )
2022-08-21 23:52:23 +08:00
James Yeung
3ac7701da4
merge master to feature
2022-08-21 22:53:33 +08:00
James Yeung
1659aef02d
chore: sync ant-design v4.20.7 ( #2497 )
...
* chore: sync ant-design v4.20.7
* fix style build
* clean the style
* fix dropdown overlay
* remove cdk styles
* fix dropdown overwrite styles
* fix doc styles
2022-06-04 00:44:34 +08:00
James Yeung
fe8a82ea3d
docs: fix assets links ( #2495 )
2022-06-02 17:35:50 +08:00
James Yeung
69cb9e015e
docs: update document content
...
docs: update document content
2022-05-29 19:34:54 +08:00
James Yeung
4d905cc4fa
docs: update docsearch 3 ( #2446 )
...
* docs: update docsearch 3
* fix hit conent style
2022-05-15 12:46:07 +08:00
Hao Sun
bca2414491
chore: support IE and .net6 for server-side ( #2119 )
...
* modify AntDesign.Docs.Server project to support IE
* update docs project
* update _Host.cshtml
* add .net6 target framework
* Update _Host.cshtml
* update github actions
* update github actions
2021-12-06 12:31:27 +08:00
James Yeung
105d40ba25
fix(module: table): incorrectly render on first loading ( #1957 )
2021-09-18 07:48:11 +08:00
gmij
0abc1db548
feat(module: TreeSelect): add tree-select component 🚀 ( #1773 )
...
* fixed. Fix network error when requesting contributor list in local development environment
* fixed. Fix Chinese garbled code
* Update Dynamic.razor
* update. Adjust the base class of the select control to selectbase, and extract the common methods to prepare for tree select.
* fixed. Adjust the type of the parent control to selectbase
* tree-select完成基础编码工作。
* fix. 重新修订冲突解决时误删的变量
* fix. 修复在多选模式下无法显示初始值的bug
* fix some styles
* add. tree add Node UnSelect Event
* fix . Node Multiple Select Bug.
* fix Tree UnSelect invalid.
* fix. tree multiple select support.
* fix. select option sync tree node selected.
* fix. multiple select, old selected values has clear
* fix loop update exception
* 修复合并带来的冲突
* add. allow clear feat. but not finish.
* fix merge bug
* fix merge bug
* fix. supplementary notes
* update demo data with react demo
* add. 添加静态下拉树的能力,以及单选和多选的demo
* fix. 优化下拉显示树时,树选项的选中逻辑。
* fix demo
* fix. 静态下拉树时,出现错选的bug
* fix merge bugs.
* fix merge bugs.
* add. static dataObject Bind Support
* 将下拉树中,对偏平数据源的处理,移到simpleTreeSelect中
* fix ChildrenExpression
2021-09-08 19:00:05 +08:00
ElderJames
433d376739
merge master into feature
2021-04-15 12:55:36 +08:00
ElderJames
d4a7e29b77
fix doc assets
2021-04-15 12:26:00 +08:00
ElderJames
aaff88adf7
merge master into feature
2021-04-08 22:32:48 +08:00
James Yeung
194caa37fb
docs: add changelog in document ( #1306 )
2021-04-04 00:54:18 +08:00
James Yeung
822ce2dd36
feat: add built-in themes ( #1286 )
...
* feat: add themes
* add docs theming styles
* fix the RTL for FixedWidgets
* fix aliyun theme
* fix docs style
2021-03-31 19:23:32 +08:00
ElderJames
7e80607ff0
rename the docs project
2021-02-06 20:15:46 +08:00
Zonciu Liang
75f01993b1
chore: fix SolutionDir for building ( #1011 )
2021-01-23 01:15:23 +08:00
Huei Feng
e672e4f363
chore: add .NET 5 target framework to all projects ( #758 )
...
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-11-14 23:44:48 +08:00
James Yeung
c3484dd846
fix(module: table): pagination didn't change while pageindex was changed ( #767 )
2020-11-08 16:55:34 +08:00
James Yeung
c53f3a6291
docs: update charts library ( #659 )
2020-10-06 15:02:07 +08:00
James Yeung
360fe0d3c0
fix(hosting): server prerendering issue ( #583 )
...
* refactor: rename JSInterop constants
* docs: fix typo
* fix: server prerendering issue
2020-09-09 00:52:14 +08:00
James Yeung
716785b6b2
fix(module: upload): fileList can't be refreshed while it was changed ( #561 )
2020-09-02 15:15:59 +08:00
ElderJames
c0ebae4407
docs: add charts demo ( #449 )
...
* docs: add charts demo
* refactor: directory and doc cli
* fix: component name
* fix: rebase conflict
* refactor: clean up
* fix: remove @page attributes
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-08-05 11:13:04 +08:00
Mei
f9051fcf09
fix(module: modal): button text for confirm dialog ( #389 )
...
Co-authored-by: meijinyi <meijinyi@gloudtek.com>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-07-20 22:49:53 +08:00
Kieran Coldron
37be19ffea
feat: add algolia search ( #271 )
...
* feat: add algolia search
fix: component url with # at the end causing a crash
* refactor: seperate docsearch to seperate js file for code reuse
* fix: reorder css stylesheet so that search style is overwritten
fix: clean up mainlayout a bit
2020-07-09 14:20:29 +08:00
BlazorPlus
c67707a913
[WIP] feat: add AntTree ( #112 )
...
* feat:add AntTree
* tree - v0.2 , two mode
* feet: tree v0.2 , 2 mode
* feet:Tree
* refactor: set class on initialized
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-29 15:39:18 +08:00
zxyao
6db07ad916
feat: add component modal ( #167 )
...
* feat: add component modal
* fix: adjust namespace and fix TAB keyboard bug
* fix: reset package.json to cuueernt head
* fix: remove antblazor.sln
* refactor: using c# to control the display and hiding of modal
2020-06-02 14:25:44 +08:00
ElderJames
97f920ab9a
refactor: change namespcae to AntDesign
2020-05-29 00:33:49 +08:00