James Yeung
8db23e82f6
docs: fix changelog 0.19.0 ( #3857 )
2024-05-09 23:24:48 +08:00
James Yeung
12edd756c4
Changelog 0.19.0 ( #3854 )
...
* Changelog 0.19.0
* add enum select pr
* update
2024-05-09 23:15:58 +08:00
James Yeung
7081c02af8
fix(module: rangepicker): value binding was confilct with enum select ( #3856 )
...
* fix(module: rangepicker): value binding was confilct with enum select
* update enum select for flags
* fix test
2024-05-09 23:14:57 +08:00
James Yeung
379f862797
docs: form localization ( #3852 )
2024-05-08 22:41:45 +08:00
James Yeung
5e9d1fa15a
docs: imporve the doc of reuse tabs ( #3855 )
2024-05-08 22:11:07 +08:00
James Yeung
034ab8f8c0
fix(module: select): update select and checkbox enum demo ( #3853 )
2024-05-08 22:10:45 +08:00
James Yeung
7acf1c472d
fix(module: RangePicker): presetted ranges and two-way binding work incorrectly ( #3850 )
2024-05-08 08:00:33 +08:00
jeffersyuan1976
73168930c1
fix(module: upload): add ShowUploadList, showDownloadIcon, showRemoveIcon, showPreviewIcon ( #3788 )
...
* Fix ShowUploadList, showDownloadIcon, showRemoveIcon, showPreviewIcon
* Fix ShowUploadList, showDownloadIcon, showRemoveIcon, showPreviewIcon
* fix: split ShowUploadList Parameter type to ShowPreviewIcon, ShowDownloadIcon, ShowRemoveIcon
* fix: Modify test for Upload
* remove useless changes
---------
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-05-07 12:46:34 +08:00
James Yeung
bdf2dc776b
fix(module: modal): throwing exception when JS remove element ( #3847 )
2024-05-07 12:31:08 +08:00
pankey888
f2c623d1c8
feat(module: select): Support using 'bind-Value' to get or set multiple enumeration values with the Flags attribute ( #3843 )
...
* feat(module: EnumSelect): Support using 'bind-Value' to get or set multiple enumeration values with the Flags attribute. (#3842 )
* refactor
---------
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-05-07 00:49:18 +08:00
pankey888
0e718c3150
feat(module: TreeSelect): Add ExpandedKeys and update document. ( #3844 )
...
* feat(module: TreeSelect): Add ExpandedKeys.
* docs: Update TreeSelect document.
2024-05-06 22:58:55 +08:00
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
667d09cb65
docs: optimize the size of pictures ( #3826 )
2024-04-26 22:55:23 +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
56c212c2b1
chore(i18n): publish the localization libraray to nuget ( #3824 )
...
* chore(i18n): publish the localization libraray to nuget
* fix build error
2024-04-26 00:26:25 +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
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