Commit Graph

648 Commits

Author SHA1 Message Date
James Yeung
9826983a8f
fix(module: checkbox): passing disabled value to templated options from checkbox group (#3365)
* fix(module: checkbox): passing disabled value to templated options from checkbox group

* fix tests
2023-07-27 22:48:11 +08:00
Luuk Glorie
ed68adf35e
feat(module: select): add AutoFocus to select base component (#3375)
Add AutoFocus to select components to provide same functionalty as other input components
2023-07-27 22:23:58 +08:00
James Yeung
a49127c190
fix(module: input): incorrect html structure of TextArea icons (#3367)
* fix(module: input): incorrect html structure of TextArea icons

* fix tests
2023-07-27 08:14:58 +08:00
James Yeung
679a83410a
docs: fix infinite loop at home page and duplicated key (#3372) 2023-07-25 23:00:56 +08:00
James Yeung
6f994d3b7d
docs: Optimize the performance of document navigation (#3347)
* docs: Optimize the performance of document navigation

* fix infinite loop

* add lock json files

* fix

* fix contributor list

* fix contributorlist
2023-07-11 23:38:58 +08:00
James Yeung
a8636ca666
Changelog 0.15.2 (#3339) 2023-07-03 00:10:43 +08:00
Alerinos
299a902c57
docs: Separator usage in Statistic Doc (#3166)
* Number separator usage

* Improved display and added a new example

* update

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-06-12 06:38:08 +08:00
James Yeung
da7e494799
feat(module: table): the items of DataSource support interface types (#3297)
* feat(module: table): DataSource support interface type

* update a demo

* update doc

* update doc
2023-06-11 23:40:06 +08:00
James Yeung
bcf24c0b01
fix(module: layout): menu can't collapsed when sider is default to collapsed (#3268) 2023-05-19 07:22:45 +08:00
James Yeung
26bd778305
feat(module: table): add support ItemsProvider for Virtualization (#3262)
* feat(module: table): add support `ItemsProvider` for Virtualization

* fix initial load and empty status
2023-05-17 00:21:56 +08:00
James Yeung
08b162059f
merge feature to master 2023-05-12 07:45:25 +08:00
James Yeung
6806bc1fa2
Revert "feat(module: tree): add SimplifySearchResults parameter to hide the nodes without any matched parent or child from the search results. (#3221)" (#3253)
This reverts commit 1b8c15c62c.
2023-05-08 07:20:37 +08:00
rhodon-jargon
00fdaf188f
feat(module: tree): Hide unmatched nodes in tree (#3242)
* feat(module: tree): Hide tree nodes that are not matched to search

* doc(module: tree): Add demo and API doc for HideUnmatched

* Unhide parent path

* Fix not showing nodes when SearchValue is empty
Expand all if DefaultExpandAll and SearchValue is empty

* update demo

* fix demo

---------

Co-authored-by: Rhodon <rhodonvantilburg@gmail.com>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-05-07 22:31:49 +08:00
James Yeung
1dcdc0e593
feat(module: select): support for accesskey attribute. (#3228) 2023-04-17 22:03:53 +08:00
huangjia2107
1b8c15c62c
feat(module: tree): add SimplifySearchResults parameter to hide the nodes without any matched parent or child from the search results. (#3221) 2023-04-17 21:47:51 +08:00
James Yeung
51e53965b3
feat(module: descriptions): add LabelStyle and ContentStyle for custom styles. (#3186) 2023-04-09 18:45:30 +08:00
Key Roche - WSS
9c69ef4061
feat(module: mentions): Add ability to customize the rendering (#3178)
* feat(module: mentions): Add ability to customize the rendering of the textarea. This allows using the TextArea component if you want its extended functionality. Add tests. Update demos.

* fix test

* fix test

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-04-08 14:23:20 +08:00
James Yeung
ab3e3c0844
feat(module: typography): refactor & support editable (#3173)
* feat(module: typography): support editable

* fix tests
2023-04-06 23:14:27 +08:00
James Yeung
aeae95ef43
fix(module: transfer): add ListStyle to custom the css for columns (#3139)
* fix(module: transfer): add `ListStyle` to custom the css for columns.

* pass TransferDirection
2023-02-26 23:25:04 +08:00
Alex Kryvdyk
478420714c
fix(module: datepicker): DisabledDate does not affect keyboard input (#3134) 2023-02-26 21:57:01 +08:00
James Yeung
81e60a7c89
Revert "chore: documents using brotli compression (#3107)" (#3114)
This reverts commit 46069cfe85.
2023-02-19 20:10:20 +08:00
token
46069cfe85
chore: documents using brotli compression (#3107)
* WebAssembly使用br压缩加载文档

* 修改错误位置

* 更换decode.min.js位置

* revert change

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-02-19 16:03:17 +08:00
James Yeung
4714f06903
fix(module: popconfirm): icon missing color (#3093) 2023-02-13 23:22:23 +08:00
James Yeung
94481f3719
fix(module: popconfirm): missing built-in localization (#3095) 2023-02-13 23:09:22 +08:00
James Yeung
26b84abe87
fix(module: table): pagination position in RTL language (#3086) 2023-02-10 18:26:27 +08:00
wss-awachowicz
1b48d862e2
refactor(module: modal): update ConfirmService to use interface (#3083)
* ConfirmService To Interface

* backwards compatibility
2023-02-10 13:30:41 +08:00
zxyao
4f8eafa501
fix(module: notification): RTL incorrect style (#3049)
* fix: notification TRL not working

* feat: add top and bottom placement support

* fix: modal patch.less is lost when sync the css

* chore: code format

* fix: notification dom is flicker

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-02-01 00:16:03 +08:00
André Coelho
6adfffada0
fix(module: tree): OnContextMenu event not firing (#3042)
* fixes #1174

* fixes #1174
2023-01-31 16:23:58 +08:00
James Yeung
3e9e90b980
Master merge feature 0.14
Master merge feature 0.14
2023-01-20 16:34:15 +08:00
James Yeung
c56873aac2 merge feature to master 2023-01-20 15:57:43 +08:00
James Yeung
2110791d93
feat(module: input): add ShowCount (#3033) 2023-01-20 00:45:36 +08:00
James Yeung
f94981aa95
feat(module: InputNumber): support borderless (#3019) 2023-01-17 22:58:16 +08:00
James Yeung
95c4f13aa4
fix(module: form): validation status styles (#3005)
* fix(module: form): validation status styles

* fix validation change for input

* fix count

* add test
2023-01-13 23:27:35 +08:00
James Yeung
84dfc2cc63
fix(module: transfer): can't select items (#3011)
* fix(module: transfer): reload data when updating selectedkeys, targetkeys, and datasource

* update demo

* delete test page
2023-01-13 15:54:21 +08:00
James Yeung
63012ad787
fix(module: cascader): make boudary adjust mode default to InView (#2999) 2023-01-09 15:25:19 +08:00
James Yeung
28453829a0
fix(module: input): wrong style of Search with clear button (#2991) 2023-01-07 23:03:06 +08:00
James Yeung
27e61057d3
feat(module: table): supports automatic column generation based on the TItem type. (#2978) 2023-01-05 15:47:52 +08:00
James Yeung
643c6de31e
feat(module: table): support for header grouping and row template (#2973)
* feat(module:table): header template and item template

* add demos

* fix merge conflict

* rename some api

Co-authored-by: anranruye <hehewewe@hotmail.com>
2023-01-02 20:35:03 +08:00
James Yeung
28a2148fa7
docs(module: table): add a search box in the filter & sorter demo (#2955) 2022-12-29 17:55:06 +08:00
wss-javeney
9067a68161
refactor(module: notification): update NotificationService to use interface (#2948)
* refactor(notification): update NotificationService to use interface

* Add example unit test
2022-12-29 17:29:00 +08:00
wss-javeney
eb1ac6b06e
feat(module: datepicker): support for custom suffix icon (#2935)
* feat(module: datepicker): use custom suffix icon in RangePicker component

* fix whitespace in test file

* Update suffix-icon.md

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-12-16 00:49:34 +08:00
Key Roche - WSS
67eff2b4e8
feat(module: Form): Add RequiredMark to Form (#2930)
* Add RequiredMark to Form

* Add localization for form optional label

* fix locales

* fix test

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-12-15 14:02:45 +00:00
James Yeung
dedce443a4
fix(module: table): Hidden parameter for ActionColumn doesn't work (#2946) 2022-12-15 16:19:31 +08:00
James Yeung
fb720ae96c
docs: remove useless dependencies (#2923) 2022-12-01 20:16:21 +08:00
James Yeung
f55ad090a6
docs: fix BlazorPolyfill error on .net7 (#2907) 2022-11-29 11:10:37 +08:00
berkerdong
4af0a1ccfe
docs: add a product showcase - certsvc (#2890)
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-11-21 05:02:50 +00:00
James Yeung
7dec9ff806
docs: add a link in homepage - how to contribute ant design blazor (#2894) 2022-11-21 11:17:05 +08:00
James Yeung
f14c3c3954
refactor(module: input): rename ChangeOnInput to BindOnInput (#2891)
* refactor(module: input): rename BindOnInput

* fix doc
2022-11-20 23:00:23 +08:00
James Yeung
18ff8e3dee docs: fix Globalization crash 2022-11-16 17:44:09 +08:00
James Yeung
671d61aec3 docs(module: table): add demo for odata (#2861) 2022-11-15 16:30:03 +08:00