Commit Graph

1945 Commits

Author SHA1 Message Date
James Yeung
5ac867ce4a
fix(i18n): resource loading (#3820) 2024-04-25 00:03:04 +08:00
James Yeung
5a22bb8051
fix(i18n): load resources where the assembly located at (#3818) 2024-04-24 14:09:43 +08:00
James Yeung
78342053c5
fix(i18n): initialize creating localizer (#3816)
* fix(i18n): initialize creating localizer

* fix routing
2024-04-24 00:56:09 +08:00
James Yeung
b654223815
fix(module: form): null reference exception (#3815) 2024-04-23 23:58:34 +08:00
James Yeung
88f6b902ff
fix(i18n): resource assembly loading incorrectly (#3813) 2024-04-23 09:41:09 +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
James Yeung
036a6e2442
feat(i18n): implement interactive StringLocalizer and simple localization (#3804)
* feat(module: i18n): implement IStringLocalizer

* fix resource name

* add blazor string localizer

* replace localizer

* add proj

* refacor assembly

* fix namespace

* rename

* rename

* clean

* clean

* clean

* add docs
2024-04-19 20:28:55 +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
db1ee18df9
docs: add search sample for table select demo (#3797) 2024-04-14 22:48:27 +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
James Yeung
88fcc66ed5
Changelog 0.18.3 (#3786) 2024-04-09 01:14:27 +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
Maksim
9f2e1255dc
docs: Updated get started for charts (#3774) 2024-04-03 22:05:42 +08:00
James Yeung
209db4660c
Changelog 0.18.2 (#3771) 2024-04-02 23:17:46 +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
James Yeung
1d946b030d
changelog 0.18.1 (#3749)
* changelog 0.18.1

* fix title
2024-03-22 01:22:41 +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
James Yeung
a83ec40157
Update FUNDING.yml (#3731) 2024-03-18 19:42:00 +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
James Yeung
ebca047a49 update changelog 2024-03-01 00:40:29 +08:00
James Yeung
18689e914d changelog 0.17.5 2024-03-01 00:40:29 +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