Commit Graph

1409 Commits

Author SHA1 Message Date
HuaFangYun
11605334cb
fix(module: InputNumber): thousand-point pasting failure (#3841)
* Update InputNumber.razor.cs

Fixed the problem of failed copy and paste of each score of the number

* revert irrelevant changes

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-05-05 01:04:28 +08:00
pankey888
1d13568668
fix(module: tree-select): Mismatch occurs between tags and checked nodes in the TreeSelect if TreeCheckable is set (#3839)
* fix(module: tree-select): Mismatch occurs between tags and checked nodes in the TreeSelect if TreeCheckable is set. (#2757)

* remove irrelevant changes

* fix converting keys to value

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-05-05 00:43:27 +08:00
pankey888
7a57fcaaaa
fix(module: overlay): Parent overlay hides irregularly when child is open or closed. (#3838)
* fix(module: overlay): Parent overlay hides irregularly when child is open or closed. (#3836, #3837)

* clean code

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-05-05 00:12:16 +08:00
pankey888
0dfe569784
feat(module: TreeSelect): Add TitleIconTemplate. (#3834) 2024-05-04 17:46:21 +08:00
James Yeung
77cec3e2b6
feat(module: TreeSelect): supports generic value (#3831)
* feat(module: TreeSelect): supports generic value

* use keyexpression to conver get the key

* fix get tree key
2024-04-29 08:12:53 +08:00
pankey888
5ee8d16a4e
fix(module: tree-select): The tree will be collapsed after any node is selected. (#3827) 2024-04-28 08:37:02 +08:00
agolub-s
c0a207a1a1
fix(module: DatePicker): button breaks when using ShowTime and ChangeOnClose #3770 Fixed (#3830) 2024-04-27 22:10:44 +08:00
James Yeung
70f6e65b21
fix(module: reuse-tabs): shouldn't auto navigate to the first pinned tab (#3825)
* fix(module: reuse-tabs): shouldn't auto navigate to the first pinned tab

* update the doc
2024-04-26 01:37:04 +08:00
James Yeung
5c338640ba
feat(module: form): support interactive localization for DataAnnotations (#3823)
* feat(module: form): support interactive localization for DataAnnotations

* fix service register
2024-04-25 22:54:44 +08:00
James Yeung
b654223815
fix(module: form): null reference exception (#3815) 2024-04-23 23:58:34 +08:00
James Yeung
0faa05ca8d
fix(module: form): shouldn't validate until submit in non-validate-on-change (#3812)
* fix(module: form): shouldn't validate until submit in non-validate-on-change

* fix style

* fix test
2024-04-23 01:18:21 +08:00
James Yeung
ddb8e5171c
fix(module: form): the required data annotation doesn't work in dynamic model (#3811) 2024-04-23 00:39:56 +08:00
James Yeung
e644aad4bf
merge feature
merge feature to master
2024-04-22 23:14:39 +08:00
James Yeung
68e7f6a29f merge feature to master 2024-04-22 22:55:57 +08:00
James Yeung
61ed3bd293
docs: add reusetabs documation and demos (#3802)
* docs: add reusetabs demos

* add pages

* fix demo

* delete page

* add more demo

* clean

* fix encoding

* Update dynamic-title.md
2024-04-22 22:07:54 +08:00
Miguel Marques
d638c1ba57
fix(module: select): List order after datasource change (#3806)
* fix list order after datasource change

* Consider when IgnoreItemChanges is true

* test: add unit tests for this case
2024-04-19 08:23:08 +08:00
James Yeung
5b406496f6
feat(module: reuse-tabs): make the Page of ReuseTabsService public. (#3800)
* feat(module: reuse-tabs): make the Page of ReuseTabsService public.

* fix build
2024-04-15 21:32:43 +08:00
James Yeung
e3e1b51211
fix: make IsExternalInit internal for avoiding runtime conflicts between 3rd-party libs (#3799) 2024-04-15 00:53:45 +08:00
James Yeung
a16951758c
feat(module: modal): support updaet loading state of the confirm button (#3796) 2024-04-13 22:35:57 +08:00
James Yeung
11627dc47f
fix(module: form): IsModified work incorrectly when ValidateOnChange is false (#3795) 2024-04-13 22:21:52 +08:00
James Yeung
bcea754b23
refactor(module: modal): modal creating methods in ModalService will return ModalRef synchronously (#3794) 2024-04-13 17:03:44 +08:00
James Yeung
7086556a98
fix(module: form): rule validation for dynamic fields (#3791)
* fix(module: form): rule validation for dynamic fields

* fix demo

* fix encoding
2024-04-10 22:45:35 +08:00
Mr Lu
429488cbfb
fix(module: form): dictionary type judgement (#3787)
* fix: AntInputComponentBase Dictionary Type judgement

* Revert "fix: AntInputComponentBase Dictionary Type judgement"

This reverts commit 66875bc4f6ec81f0cae58eceaece10e6fdfd00de.

* upd

---------

Co-authored-by: 卢骥 <1429614920@qq.com>
2024-04-09 20:01:37 +08:00
jeffersyuan1976
7630b72ffa
fix(module: progress): single strokecolor (#3783) 2024-04-08 23:54:52 +08:00
James Yeung
49baab3d85
fix(module: table): row expand incorrectly because the cache is cleared due to re-rendering (#3785) 2024-04-08 23:36:24 +08:00
James Yeung
393a2eebb5
fix(module: datepicker): disabled date is not judging correctly in the larger range panels (#3781) 2024-04-07 00:28:28 +08:00
James Yeung
698ae84ab1
feat(module: checkbox): support generic value (#3715)
* feat(module: checkbox): support generic value

* fix tests

* fix test

* fix name

* fix tests

* fix tests
2024-04-02 22:15:48 +08:00
James Yeung
270b5b5aaf
feat(module: form): add autocomplete parameter (#3763) 2024-04-01 13:13:18 +08:00
James Yeung
a89b41c9b9
fix(module: table): missing expression instance for sorting rows outside (#3766) 2024-03-31 23:06:06 +08:00
bgraham123
2da7ff240e
refactor: Update TextArea.razor.cs (#3716)
* refactor: Update TextArea.razor.cs


Updated TextAreaInfo to be a public class so that JSInterop calls can be setup for unit tests.

Closes #3714

* refactor: Update TextArea.razor.cs

Remove TextAreaInfo class from TextArea.razor.cs and define in new file with namespace AntDesign.Internal

* refactor: Create TextAreaInfo.cs

Remove TextAreaInfo class from TextArea.razor.cs and define in new file with namespace AntDesign.Internal

* refactor: Update TextArea.razor.cs

Add AntDesign.Internal using statement for TextAreaInfo class

* refactor: Update TextAreaTests.razor

Use the AntDesign.Internal namespace for TextAreaInfo
2024-03-31 22:06:25 +08:00
James Yeung
3d0ab1a8be
fix(module: form): validation for custom controls (#3761) 2024-03-31 22:03:54 +08:00
James Yeung
b3f070c429
fix(module: table): rows which have been remove from selectedRows would be selected again (#3762)
* fix(module: table): rows which have been remove from selectedRows would be selected again.

* fix expand

* fix group selection
2024-03-30 16:20:27 +08:00
thirking
158bb078ed
fix(module: table): resizable table with ScrollY (#3746)
* fix(module: table): resizable table with ScrollY

* fix lint

* fix resizable table with both scroll x and y

* fix test

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
Co-authored-by: thirking <king2381955@sina.com>
2024-03-21 22:39:16 +08:00
James Yeung
e1ec721740 fix(module: form): tests failure (#3740) 2024-03-21 21:37:48 +08:00
James Yeung
9db45d18f4 feat(module: form): support for static SSR. (#3580)
* feat(module: form): form name attribute

* fix build error

* update the official files

* support ssr binding

* support formitem name

* fix name attribute value

* fix radio static checked style

* fix border

* fix less

* fix stop propagation

* fix field name
2024-03-21 21:37:48 +08:00
Pat Hartl
4cfeffd1fb feat(module: modal): support customized header (#3579)
* feat(module: form): Add Method and FormName parameter for Form (#3608)

* Add Method parameter

* Add also the FormName parameter

* add documentation

* update documentation

* use Name instead of new FormName

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>

* feat(module: select): Add FilterExpression on select for customize how to filter when searching (#3656)

* Add FilterExpression on select for customize how to filter when searching

* Remove CultureInfo as parameter for filter.

Update example and documentation.

* Change FilterExpression to send the SelectOptionItem instead of the label to have more options to make the search.

* Add test for filterExpression to check is working fine with the default and custom.

* feat(module: comment): avatar placement (#3670)

* feat(module: tabs): add  CreatePage method for reusetabs (#3671)

* Update ReuseTabsService.cs

pr3660

* Update ReuseTabsService.cs

* Update ReuseTabsService.cs

* refactor

* fix build error

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>

* Add Header RenderFragment parameter to dialogs for customizable headers

* refactor header

* add a demo

---------

Co-authored-by: Sebastian Jura <sebajura1234@gmail.com>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
Co-authored-by: Magehernan <magehernan@gmail.com>
Co-authored-by: jxcproject <cazyyan86@163.com>
2024-03-21 21:37:48 +08:00
James Yeung
8c1469059e
fix(module: form): tests failure (#3740) 2024-03-20 08:15:47 +08:00
jxcproject
e09bf33861
fix(module: core): JS circular referencing (#3739)
* fix circular referencing

* Update eventHelper.ts
2024-03-19 20:58:42 +08:00
James Yeung
14f710011f
fix(module: upload): style with no button (#3734) 2024-03-19 01:29:50 +08:00
James Yeung
bc67de2e94
feat(module: form): support for static SSR. (#3580)
* feat(module: form): form name attribute

* fix build error

* update the official files

* support ssr binding

* support formitem name

* fix name attribute value

* fix radio static checked style

* fix border

* fix less

* fix stop propagation

* fix field name
2024-03-19 01:17:11 +08:00
WhyILoveSpringRoll
37bd574639
fix(module: select): group names are not hidden when searching (#3722)
* Fix the issue where group names are not hidden when searching in the Select component

* fix(module: select)group names are not hidden when searching
2024-03-15 12:00:09 +08:00
agolub-s
03ffbad0aa
fix(module: select): clearing input in Select when value selected via search (#3726) 2024-03-15 06:52:19 +08:00
James Yeung
09cf07439f
fix(module: form): cause exception while has no FieldIdentifier (#3717)
* fix(module: form): cause exception while has no FieldIdentifier

* clean
2024-03-09 17:28:17 +08:00
Pat Hartl
7be4807c47
feat(module: modal): support customized header (#3579)
* feat(module: form): Add Method and FormName parameter for Form (#3608)

* Add Method parameter

* Add also the FormName parameter

* add documentation

* update documentation

* use Name instead of new FormName

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>

* feat(module: select): Add FilterExpression on select for customize how to filter when searching (#3656)

* Add FilterExpression on select for customize how to filter when searching

* Remove CultureInfo as parameter for filter.

Update example and documentation.

* Change FilterExpression to send the SelectOptionItem instead of the label to have more options to make the search.

* Add test for filterExpression to check is working fine with the default and custom.

* feat(module: comment): avatar placement (#3670)

* feat(module: tabs): add  CreatePage method for reusetabs (#3671)

* Update ReuseTabsService.cs

pr3660

* Update ReuseTabsService.cs

* Update ReuseTabsService.cs

* refactor

* fix build error

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>

* Add Header RenderFragment parameter to dialogs for customizable headers

* refactor header

* add a demo

---------

Co-authored-by: Sebastian Jura <sebajura1234@gmail.com>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
Co-authored-by: Magehernan <magehernan@gmail.com>
Co-authored-by: jxcproject <cazyyan86@163.com>
2024-03-01 22:36:19 +08:00
jxcproject
d4270a9eae feat(module: tabs): add CreatePage method for reusetabs (#3671)
* Update ReuseTabsService.cs

pr3660

* Update ReuseTabsService.cs

* Update ReuseTabsService.cs

* refactor

* fix build error

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-02-29 23:50:50 +08:00
James Yeung
d75d1bb042 feat(module: comment): avatar placement (#3670) 2024-02-29 23:50:50 +08:00
Magehernan
5d530947ff feat(module: select): Add FilterExpression on select for customize how to filter when searching (#3656)
* Add FilterExpression on select for customize how to filter when searching

* Remove CultureInfo as parameter for filter.

Update example and documentation.

* Change FilterExpression to send the SelectOptionItem instead of the label to have more options to make the search.

* Add test for filterExpression to check is working fine with the default and custom.
2024-02-29 23:50:50 +08:00
Sebastian Jura
507a0b0cf5 feat(module: form): Add Method and FormName parameter for Form (#3608)
* Add Method parameter

* Add also the FormName parameter

* add documentation

* update documentation

* use Name instead of new FormName

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-02-29 23:50:50 +08:00
zxyao
bfb9e3a56f
fix(module: modal): repeated cleaning dom (#3665) (#3673)
* fix: repeated cleaning dom

* fix: OOM

* fix build

* fix lint

* remove the event handler

* remove handler after element was deleted

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-02-28 23:29:48 +08:00
zxyao
28e195806d
fix(module: message): Message non thread safe (#3698)
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-02-28 23:29:00 +08:00