Commit Graph

1176 Commits

Author SHA1 Message Date
Brian Weiss
66d1155551 fix(module: radio): Default name value (#2330)
* fix(module:Radio) Default name value

Default the name value so the tab order is preserved.

* use property name as the fallback

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-03-15 22:17:46 +08:00
scugzbc
186381a366 fix(module: upload): match more image file suffixes (#2321) 2022-03-04 23:53:21 +08:00
James Yeung
15f36f2a3c fix(module: tabs): TabTemplate can't display in the overflow dropdown (#2320) 2022-03-03 23:09:52 +08:00
gmij
ea55028218 fix(module: tree): dead-loop rendering and checkbox check incorrectly (#2319)
* fixed. issues #2260

* fixed. when parentNode not check, childNode check invalid.
2022-03-03 23:09:29 +08:00
David Raška
ad5a58dac4 fix(module: input-number): where automatic increase/decrease does not have to be stopped in rare cases. (#2317) 2022-03-02 16:49:46 +08:00
David Raška
a6e44b7dbc fix(module: select): scroll to current item when using data binding. (#2316) 2022-03-02 16:27:42 +08:00
James Yeung
c3ffefd273 fix(module: badge): remove the gap between numbers (#2315) 2022-03-02 11:24:54 +08:00
James Yeung
b3c55051c7 Change log 0.10.4 (#2308) 2022-02-25 17:17:41 +08:00
Tomasz
7c0171c661 fix(module: overlay): fix redundant else (#2298)
Co-authored-by: Tomasz <tomasz.pruzynski@homebook.pl>
2022-02-21 08:04:31 +00:00
Brian Weiss
836d908ec3 refactor(module: select): Fix invalid aria values (#2301)
* refactor(Select): Fix aria values

Fixes the aria-owns and aria-controls property values so they point to a valid identifier.

* refactor(Select): Fix aria values

Fixes the aria-owns and aria-controls property values so they point to a valid identifier.

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-02-21 07:57:00 +00:00
Christian Klemm
86a1209191 chore: Add compiler flag for ci builds (#2299) 2022-02-20 15:31:55 +08:00
zxyao
afe2c7672e fix(module: modal): get RTL from ConfigProvider (#2295) 2022-02-16 12:43:08 +08:00
zxyao
19839727f7 fix(module: image): image cannot be centered vertically (#2287) 2022-02-13 00:22:15 +08:00
SmRiley
edc7a3102f docs: Improve the upload component FQ part (#2274)
* Update index.zh-CN.md

Supplemental minimal api implementation

* Update index.en-US.md

Supplemental minimal api implementation

* Update index.zh-CN.md

更新关于FileStream的问答

* Update index.en-US.md

add about FIleStream FQ
2022-02-08 13:17:22 +08:00
Baltermia
efc0093dfd refactor: Remove 'Console.WriteLine' calls in code (#2268)
* Remove 'Console.WriteLine' calls

* Remove if block
2022-02-08 12:52:51 +08:00
oemil
a4a90d20b6 fix(module: upload): Fix center layout of upload (#2267)
* fix the layout of upload for drag'n'drop scenarios to center the icon and text across the whole element
* Rework test to reflect changes in upload component.

Closes #1969
2022-01-25 18:13:59 +08:00
zxyao
894e7a4f8f feat(module: modal): max content body height support (#2264)
* docs: add form in moda demo

* feat:  max content body height

* reset sln

* fix: debug code

* refactor: change MaxBodyHeight type
2022-01-25 10:28:27 +08:00
James Yeung
ef7608283b feat(module: table): allow access field value from CellRender context (#2257) 2022-01-18 10:06:29 +08:00
Maksim
f2c7941569 fix(module: result): Add missed style to Results (#2256) 2022-01-17 10:45:41 +08:00
Paolo del Mundo
56a44beab8 refactor(module: table): Use ASCII C instead of Cyrillic (#2253) 2022-01-14 10:54:57 +08:00
David Raška
addfd3452a i18n: Fix incorrect order of czech week days (#2247) 2022-01-13 17:22:04 +08:00
SmRiley
6ca49101de docs: Improve the documentation of the API section of the Input and Select component (#2251)
* Update index.zh-CN.md

Improve the documentation of the API section of the Input component

* Update index.zh-CN.md

Improve the documentation of the API section of the Select component
2022-01-13 13:57:10 +08:00
Hao Sun
92a4ed3a24 fix(module: pagination): Use same Locale for Pagination and PaginationOptions (#2244) 2022-01-11 16:47:48 +08:00
Hao Sun
569fa4a344 fix(module: table): trigger PageSizeChanged event before PageIndexChanged event (#2239) 2022-01-11 16:44:48 +08:00
James Yeung
eea1df71f9 fix(module: table): support for using DataTable as the data source. (#2234) 2022-01-07 10:46:03 +08:00
karim fereidoni
ba5fc4737d fix(module: datepicker): missing SuffixIcon (#2226)
Fix up SuffixIcon show issue
2022-01-07 08:58:50 +08:00
SmRiley
8e87aadc5d docs: Improve the API part about Table in the component document (#2219)
* Update index.zh-CN.md

Improve the API part about Table in the component document

* Update index.zh-CN.md

* Update index.en-US.md

Improve the API part about Table in the component document.

* Update index.zh-CN.md

Correct typos
2022-01-04 13:25:23 +08:00
Hao Sun
e832b04c12 docs: load all contributors for demos (#2202)
* doc: load all contributors for demos

* remove FilePath property

* use selectmany()

* update ContributorsList.razor.cs

* Update ContributorsList.razor.cs

* use SkeletonElement

* Update ContributorsList.raz
2022-01-01 10:07:36 +08:00
zxyao
f344d4aad9 fix(module: modal): wrong width when without scroll bar (#2212) 2021-12-30 09:37:40 +08:00
LeaFrock
399bd3495e fix(module: radio): RadioGroup won't sync Disabled value of radioes which is disabled before adding (#2197) 2021-12-24 10:28:37 +08:00
James Yeung
ef020b532b Revert "feat(module: form): Allow controls to be used in default EditForm (#2138)" (#2194)
This reverts commit aa200f925c.
2021-12-23 01:09:26 +08:00
James Yeung
1948aa46db changelog 0.10.3 (#2188) 2021-12-21 13:16:23 +08:00
Hao Sun
37700ef53a docs: update IE support description (#2182)
* docs: update ie support description

* remove additional new line
2021-12-20 11:13:46 +08:00
James Yeung
9194c736fd fix(module: tree): nodes would collapses when SearchValue was set (#2177) 2021-12-17 16:57:54 +08:00
jp-rl
389858ce19 fix(module: tree): missed MatchedClass and error if TreeComponent.SearchValue is null (#2171) 2021-12-17 13:14:54 +08:00
James Yeung
6fcdbb9ad5 fix(module: checkbox): value binding for checkbox group (#2173)
* fix(module: checkbox): value binding for checkbox group
2021-12-16 18:59:30 +08:00
ElderJames
f45e8f7b56 chore: fix missing .NET 6 SDK in github actions 2021-12-15 12:22:19 +08:00
zxyao
5e55979887 fix(module: modal): error width for disable body scroll (#2163)
* fix: error width for disableBodyScroll

* test: add some test for manipulationHelper

* test: unit test ifx

* fix: code format

* chore: code format
2021-12-14 18:04:42 +08:00
Daniel Matthews
c7ee5c90c6 feat(module: form): Allow controls to be used in default EditForm (#2138)
* refactoring EditContext to be injected properly by both AndDesign.Form and EditForm.

* Allowing FormItem to be used in default EditF
2021-12-10 15:36:00 +08:00
Dennis Rahmen
f3b1a7a624 fix(module: transfer): transfer button spacing (#2156) 2021-12-09 18:08:58 +08:00
SmRiley
5f37f2b4a1 docs: Improve the API part about Form (#2150)
* Update index.zh-CN.md

Supplement the API documentation section about Form

* Update index.zh-CN.md

* Update index.zh-CN.md

Improve the API part of the document

* Update index.en-US.md

Improve the API part of the document, this correction uses machine translation, there may be some grammatical problems

* Update index.en-US.md

* Update index.zh-CN.md

* Update index.en-US.md
2021-12-08 11:38:21 +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
Blcile
192f2a4884 docs: Update getting-started.zh-CN.md (#2145)
缺少_Imports.razor说明
2021-12-06 10:29:33 +08:00
Hao Sun
469ece4b54 docs(module: list): update the demos to use avatar template (#2147) 2021-12-04 23:53:22 +08:00
Ivan Ocoka
2ebef4c079 fix(module: select): it's incorrect to detect type this way, it throws when class inheritance is used (#2121)
Co-authored-by: Ocoka <somewhere@network>
2021-11-30 16:09:09 +08:00
Guyiming
e975e204ae fix(module: tree): Update check status when set CheckedKeys property (#2133)
* update check status when set CheckedKeys property

* format

Co-authored-by: Guyiming <ymgu@best-inc.com>
2021-11-30 14:53:50 +08:00
LeaFrock
81027d5267 fix(module: radio): Radio in a group should always keep Disabled as same as RadioGroup.Disabled (#2142) 2021-11-30 14:51:33 +08:00
Hao Sun
2abb96980b fix(module: typography): fix copy (#2118)
* fix(module:typography): fix copy

* fix unit tests
2021-11-22 00:18:40 +08:00
noctis0430
4c5ee42fa1 feat(module: cascader): display indicator when options is null/empty (#2108) 2021-11-15 12:21:17 +08:00
noctis0430
75715f3f2b fix(module: cascader): crashes when options is null (#563) (#2105) 2021-11-12 12:14:29 +08:00