Commit Graph

1407 Commits

Author SHA1 Message Date
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
berkerdong
b29ad76142
fix(module: table): IQueryable or IEnumerable with AsNoTracking() will cause select data duplication bug (#2944)
* fix 2921 Fix IQueryable or IEnumerable using AsNoTracking will cause select data duplication bug

* Optimize ToList action after pagination
2022-12-14 22:40:16 +08:00
James Yeung
d279796e69
fix(module: statistic): countdown format incorrectly when publish with trimming (#2943) 2022-12-14 16:20:15 +08:00
James Yeung
59db656a16
fix(module: table): can't restore the query state of filters which value is enum type (#2941) 2022-12-11 23:06:35 +08:00
berkerdong
f351251997
fix(module: core): css classes gets appended twice (#2934)
* fix 2911 (css classes gets appended twice)

* fix 2911

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-12-11 15:57:57 +08:00
rhodon-jargon
bd2f2a2997
feat(module: tree-select): Add TitleTemplate parameter (#2940)
Co-authored-by: Rhodon <rhodonvantilburg@gmail.com>
2022-12-11 14:40:07 +08:00
James Yeung
fb720ae96c
docs: remove useless dependencies (#2923) 2022-12-01 20:16:21 +08:00
James Yeung
ca8ad80d3d
fix: Added built-in System.Text.Json for netstandard2.1 target to avoid compatibility exceptions (#2922) 2022-12-01 18:09:54 +08:00
Alex Kryvdyk
1df5727ce4
fix(module: datepicker): Exception on input with time when Value is null (#2920) 2022-12-01 18:08:28 +08:00
James Yeung
e9382b8f05
fix(module: table): Infinite loop when HidePagination and PageSize were set at the same time and datasource is empty. (#2919) 2022-11-30 12:14:56 +08:00
James Yeung
9a4743c747
Changelog 0.13.1 (#2913)
* Changelog 0.13.1

* fix pre version
2022-11-29 11:41:44 +08:00
James Yeung
f55ad090a6
docs: fix BlazorPolyfill error on .net7 (#2907) 2022-11-29 11:10:37 +08:00
James Yeung
2506b5dc2e
fix(module: input): when its value is changed in code, it would rollback on click (#2906) 2022-11-28 17:44:05 +08:00
James Yeung
5ac823dd17
fix(module: table): infinite loop with settingHidePagination and PageSize at the same time (#2905) 2022-11-28 12:08:56 +08:00
James Yeung
80ee0d8495
Changelog 0.13.0 (#2898)
* Changelog 0.13.0

* update readme
2022-11-22 23:57:53 +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
Alex Kryvdyk
b83175b3f0
fix(module: datepicker): incorrect week comparison causes disabled input (#2889) 2022-11-20 22:56:52 +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
kooliokey
1cb64a8e2d
docs(module: anchor): Fix demos due to case sensitive anchors (#2826)
* 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>
2022-11-15 12:09:32 +08:00
James Yeung
21a47d87c1
Merge Feature to master (#2879)
Merge Feature to master
2022-11-14 17:58:38 +08:00
James Yeung
ff7031ffec merge master into feature 2022-11-14 17:43:54 +08:00
zxyao
3b5070a053
feat(module: modal): add only OK footer and only Cancel footer template (#2812)
* feat(modal): add only one OK footer and onlt one Cancel footer

* docs: update demo
2022-11-14 16:38:45 +08:00
zxyao
0ed2da0f29
feat(module: modal): support the maximization of Modal initialization (#2834)
* feat: support the maximization of Modal initialization (#2823)

* fix: the lifecycle of MaximizationOnInit

* rename to DefaultMaximized

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-11-14 15:28:20 +08:00
王俊
0995fb0f0c
fix(module: menu): the arrow of submenu has no animation effect when it is expanded and collapsed (#2876)
* Fix: no animation effect when the secondary menu is expanded and collapsed

* fix test

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-11-14 12:06:09 +08:00
dingyanwu
7ad15664fe
refactor(module: mentions): refactor and fixed positioning and display issues (#2874)
* refactor mentions

* 修复:定位和隐藏的问题。

* fix: 修复定位和显示的一些bug

* fix:手误

Co-authored-by: 丁某 <dingyanwu518@hotmail.com>
2022-11-13 13:57:41 +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
James Yeung
6760a41806
fix(module: segmented): binding value type causes an incorrect initialization selection (#2869)
* fix(module: segmented): binding value type causes an incorrect initialization selection

* add tests
2022-11-09 17:40:16 +08:00
CareyYang
97fcd5bfb7
fix(module: table): when HidePagination is true, PageSize is implicitly the total number of rows for the data source (#2476)
* Change set HidePagination‘s Location

Change set PageSize Method when HidePagination is true.

if HidePagination is true,set PagSize value is DataSource Count

if HidePagination is true,set PagSize value is DataSource Count

if HidePagination is true,set PagSize value is DataSource Count

* refactor

* update demo

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-11-08 12:56:05 +08:00
André Coelho
e635ec8b93
fix(module: tree): darg & drop event should expose relationship to the target node (#2864)
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-11-08 12:50:17 +08:00
James Yeung
6c8d71f99e
fix(module: locale): wrong shortWeekDays for cs-CZ locale (#2866) 2022-11-08 10:45:56 +08:00
James Yeung
93e61cb2a3
changelog 0.12.7 (#2862)
* changelog 0.12.7

* update changelog cn

* fix translate
2022-11-07 14:39:21 +08:00
Sam Zhang
26c0c335a4
fix(module: upload): should get error raw response (#2858)
Co-authored-by: zhangyousheng <zhang.yousheng@synyi.com>
2022-11-04 17:56:01 +08:00
James Yeung
609f14b2dc
fix(module: datepicker): wrong day order and fallback to use globalization libaray when there is no day locale (#2855)
* fix(module: datepicker): wrong day order and fallback to use globalization libaray when there is no day locale

* fix date locale

* refactor the scroll method

* fix ShortestDayNames

* update the doc
2022-11-04 13:46:24 +08:00
Alex Kryvdyk
8e7405eb4b
fix(module: datepicker): smoothScrollTo causes an infinite loop (#2854) 2022-11-03 22:12:41 +08:00
Ivan Ocoka
674753c8e2
fix(module: locale): wrong day order of russian (#2845)
relates to changes made in commit: 894439adec
2022-11-01 19:22:27 +08:00
Alex Kryvdyk
29143db2a8
fix(module: datepicker): tab key does not confirm the value (#2847)
* fix:(module: datepicker): tab key does not confirm the value

* fix:(module: datepicker): bad value when click on panel after key input

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-11-01 04:14:27 +00:00
James Yeung
1828406dec
fix(module: input): convert error status work incorrectly (#2846)
* fix(module: input): convert error status work incorrectly

* add test
2022-10-31 20:16:37 +08:00
ldsenow
fc91fb9b2c
fix(module: tabs): Added support of tab bar css style and class (#2844)
* feat: #2372 Added support of tab bar css style and class

* add tests

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-10-31 17:07:49 +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
James Yeung
2a59463f8e
feat(module: input): add ChangeOnInput, modify the default binding behavior to bind value in the onchange event (#2838)
* feat(module: input): add ChangeOnInput, modify the default binding behavior to bind in the onchange event

* fix can't change immediately when debounce milliseconds is 0

* add tests
2022-10-26 22:41:13 +08:00
James Yeung
97fdc2a1dc
fix(module: backtop): doesn't remove the dom when it's invisible (#2831)
* fix(module: backtop): doesn't remove the dom when visible is false

* fix animation

* add basic tests
2022-10-24 13:29:47 +08:00
James Yeung
47c07b858f
feat(module: cascader): add Disabled parameter (#2835) 2022-10-24 13:28:20 +08:00
kooliokey
d58bcc22f7
test(module: drawer): Test, refactor and document Drawer (#2833)
* Drawer Tests

* Remove code that doesn't appear to be needed. If you set Placement to be null or empty the drawer closes with or without this code in place.

* Documentation update

* Doc update

* Docs update...including chinese
2022-10-24 07:47:40 +08:00
kooliokey
f9c5f5cdf3
test(module: badge): Test Badge component, format document, fix small bug with class name (#2830)
* Add tests for Badge component. Format component file to editorconfig settings. Small bug fix for invalid class showing when custom color is set.

* Fix bug where Title parameter was not being used. Update tests. Update documentation
2022-10-22 16:24:23 +08:00
LeaFrock
9dcfb2898d
test(module: core): Add unit tests (#2821)
* Add tests for `StyleHelperTests`&`EnumHelperTests`

* Add tests for `ClassMapper`

* Add tests for `MomentHelper`

* Code style fixes for `JsonElementHelper`

* Code style fixes for `THelper`

* Roll back some break changes
2022-10-21 13:01:25 +08:00