James Yeung
3042a8393c
fix(module: auto-complete): open dropdown on click when options is not empty by default ( #3971 )
2024-07-12 20:47:30 +08:00
James Yeung
8f00d47fe5
docs: achieve a querying & editing demo for table ( #3970 )
...
* docs: add crud demo
* update demo
2024-07-11 22:31:40 +08:00
agolub-s
22a71d319e
fix(module: form): fix null reference exception ( #3967 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-07-11 13:48:25 +08:00
ConanYao
af7d996633
feat(module: reuse-tabs): make a MenuService
for supporting fetching title information across components ( #3960 )
...
* Separate 'ShouldMatch' method from 'MenuLink'
* make a `MenuService` for supporting fetching title information across components
* Update MenusService
* change 'MenuHelper' to static class and methods.
* Update MenuHelper
* feat(module: reuse-tabs): support for fetching tab title form menu
* clean up
* fix breadcrumb
---------
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-07-07 12:26:22 +08:00
James Yeung
ffc161c4c1
fix(module: modal): modal can't open again after navagate to a same page ( #3963 )
2024-07-07 11:36:05 +08:00
James Yeung
e6594c2cba
changelog 0.19.4 ( #3957 )
2024-07-03 08:11:17 +08:00
Li
54da103867
feat(module: form): Add GenerateFormItem component for automatic generation basic FormItem ( #3877 )
...
* add HideColumnsByName parameter to handle GenerateColumns hide some column
* add docs
* Add GenerateFormItem component for automatic generation basic FormItem
* update doc
* update demo
* [GenerateFormItem] remove parameter RulesRequireByType, add ValidateRules
* [GenerateFormItem] delete the redundant variables.
* [GenerateFormItem] Support automatic generation of nested types.
* [GenerateFormItem] Support subfrom multi-style
* [GenerateFormItem] update demo
---------
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-07-02 08:49:15 +08:00
pankey888
45aae2b047
feat(module: tree): Enable hover state display when CheckOnClickNode
is true. ( #3952 )
2024-07-02 08:44:24 +08:00
James Yeung
119202a67c
fix(module: tree-select): set item itself as value ( #3954 )
2024-07-02 07:52:22 +08:00
pankey888
b3fa722fa7
feat(module: tree-select): Add TreeCheckStrictly
and ShowCheckedStrategy
to customize the checked values' outputting. ( #3946 )
...
* feat(module: tree-select): Add `TreeCheckStrictly` and `ShowCheckedStrategy` to customize the checked values' outputting.
* update demos
---------
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-07-01 23:34:18 +08:00
pankey888
ac9c28d83a
feat(module: tree-select): Add TreeDefaultExpandParent
& TreeDefaultExpandedKeys
. ( #3953 )
2024-07-01 23:10:13 +08:00
James Yeung
45b242bd63
fix(module: checkbox): diabled style of wrapper ( #3948 )
2024-06-30 17:59:28 +08:00
pankey888
2c81ebefd8
fix(module: select): Fix a bug which may raise an exception 'Index was out of Range'. ( #3942 ) ( #3947 )
2024-06-30 17:24:08 +08:00
James Yeung
0146b2996c
fix(module: modal): doesn't return Yes/No result when create confirm by service ( #3945 )
...
* fix(module: modal): doesn't return Yes/No result when create confirm by service
* fix comment
2024-06-30 15:29:14 +08:00
pankey888
bc159fd7c8
feat(module: tree-select): Customize the dropdown menu via DropdownRender
. ( #3939 )
2024-06-30 09:58:55 +08:00
pankey888
18180c8676
refactor(module: tree): Refactor 'SelectAll' to select all the nodes in the tree. ( #3938 )
2024-06-27 22:46:55 +08:00
pankey888
9578332f3f
feat(module: tree): Support to check/uncheck all the child nodes recursively. ( #3937 )
...
* feat(module: tree): Support to check/uncheck all the child nodes recursively.
* Update tree demo & document.
2024-06-27 22:09:10 +08:00
James Yeung
37c36b7bea
changelog 0.19.3 ( #3935 )
2024-06-26 00:36:50 +08:00
James Yeung
cc230db8d8
fix(module: modal): set result to tcs after press esc ( #3934 )
2024-06-25 22:48:00 +08:00
James Yeung
de2fabfd51
fix(module: table): expression activator missing return ( #3933 )
2024-06-25 22:47:40 +08:00
pankey888
72476ad70e
feat(module: tree/tree-select): Add support to select/check and expand node when clicking the node's title. ( #3902 )
...
* feat(module: tree/tree-select): Add support to select/check and expand node when clicking the node's title.
* Update index.en-US.md
* Update index.zh-CN.md
2024-06-25 19:27:05 +08:00
James Yeung
17098e7ab3
refactor(module: icon): import JS directly to set iconfont ( #3931 )
2024-06-24 23:31:18 +08:00
James Yeung
700f9f694e
fix(module: table): trimming issue with ExpressionActivator ( #3930 )
2024-06-24 22:10:05 +08:00
James Yeung
6e39a8cc80
Changelog 0.19.2 ( #3927 )
...
* add a link for reuse tabs in layout doc
* update localizaton doc
* update webapp template doc
* add readme
2024-06-24 01:10:55 +08:00
James Yeung
6a58ce3d95
fix(module: auto-complete): open dropdown only when there are matched options ( #3926 )
...
* fix(module: auto-complete): open dropdown only when there are matched options
* fix docs
2024-06-23 23:20:28 +08:00
James Yeung
7539794e56
fix(module: select): throwing exception cause by browser's auto complete ( #3925 )
...
* fix(module: select): throwing exception cause by browser's auto complete
* fix OnKeyDownAsync
2024-06-23 09:43:22 +08:00
James Yeung
9cb383c2d0
docs: show sponsors on home page ( #3923 )
2024-06-22 13:00:32 +08:00
James Yeung
653b5902f5
Update FUNDING.yml ( #3922 )
2024-06-22 10:42:45 +08:00
XiaoFei Du
cbdfd71d01
dosc: Update introduce.zh-CN.md ( #3908 )
...
Fix col name
2024-06-21 21:59:36 +08:00
James Yeung
2723233eb2
fix(module: date-picker): year unit was wrapping because of the format ( #3919 )
2024-06-21 21:59:06 +08:00
James Yeung
e552abf844
fix(module: checkbox): avoid propagation for the label ( #3918 )
2024-06-21 00:43:09 +08:00
James Yeung
81aecf68b3
feat(module: table): add support custom attributes for filter inupt ( #3897 )
...
* feat(module: table): add support custom attributes for filter inupt
* add input width
* update docs
* add setter
2024-06-20 23:22:33 +08:00
James Yeung
a2fa91608b
fix(module: image): ImagePreviewGroup throwing exception while there is no image. ( #3917 )
2024-06-20 22:29:41 +08:00
WoogaAndrew
4e76924eac
fix(module: select): Set parameters asynchronously ( #3912 )
...
This commit adds the AntInputComponentBase.OnValueChangeAsync method and updates the Select module to use OnParametersSetAsync instead of OnParametersSet with the new OnValueChangeAsync. This change ensures that exceptions thrown from user event callback handlers will be caught as they now have an ambient Task instance to report the exceptions on.
2024-06-19 23:06:12 +08:00
James Yeung
4dc471546f
fix(module: table): create TItem instance with default constructor ( #3916 )
2024-06-19 22:22:39 +08:00
James Yeung
be647f5b1b
fix(module: table): check all can't check the children rows with tree data ( #3909 )
...
* fix(module: table): check all can't check the children rows from tree data
* update doc
* update doc
* fix selected rows
2024-06-15 22:56:34 +08:00
James Yeung
19ac60e43f
feat(module: table): add parameter Filtered for marking filter is actived ( #3911 )
2024-06-15 22:55:21 +08:00
James Yeung
84ca33cac1
fix(module: select): the witdh of input string ( #3910 )
2024-06-13 23:17:23 +08:00
pankey888
dad6afb2d1
fix(module: tree-select): The TreeSelect with single selection raises an excecption when clicking clear icon. ( #3905 ) ( #3906 )
2024-06-12 22:20:21 +08:00
James Yeung
391a8dca74
fix(module: select): flags enum splitting incorrectly ( #3907 )
2024-06-12 22:19:38 +08:00
James Yeung
63d184b63c
fix(module: checkbox): checked incorrectly with checkbox group ( #3903 )
2024-06-11 07:23:34 +08:00
pankey888
600c8595dc
feat(module: tree): Add 'Checkable' to TreeNode. ( #3899 )
...
* feat(module: tree): Add 'Checkable' to TreeNode.
* feat(module: tree): Remove the dependency of 'Uncheckable' on 'CheckStrictly'.
2024-06-09 09:03:17 +08:00
pankey888
b977e4e3ca
refactor(module: tree): Refactor tree's Selected/Checked/Expanded parameters ( #3896 )
...
* refactor(module: tree): Refactor tree's Selected/Checked/Expanded parameters.(#2112,#2577,#2754,#2848,#3238,#3641,#3730,#3845,#3881,#3890,#3891,#3892)
* Update the demo & document of tree & tree-select.
* refactor(module: tree): Remove IsSelected/IsChecked/IsExpanded.
2024-06-05 00:26:31 +08:00
iits-timon-holzhaeuser
f03452df50
fixed(module: menu): exec stateHasChanged on select/deselect ( #3894 )
...
Co-authored-by: Timon Holzhaeuser <holzhaeuser@creative-allocation.de>
2024-06-01 18:39:05 +08:00
James Yeung
2811454180
Changelog 0.19.1 ( #3883 )
2024-05-27 22:06:29 +08:00
Li
59a6614a42
feat(module: table): Add HideColumnsByName parameter to handle GenerateColumns hide some column ( #3863 )
...
* add HideColumnsByName parameter to handle GenerateColumns hide some column
* add docs
---------
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-05-22 09:12:06 +08:00
James Yeung
72a195ab09
fix(module: table): enum field filter throwing null ref exception when the field type is nullable ( #3870 )
2024-05-19 16:42:23 +08:00
Jtfk
23c6160bf5
fix(module: InputNumber): Fix nullable floating types not round with "Precision" set ( #3868 )
...
* fix(module: InputNumber): Fix nullable floating types not round with "Precision" set
* test(module: InputNumber): Add test for nullable floating types with Precision
2024-05-16 19:41:55 +08:00
James Yeung
a53a8e24fc
feat(module: tree-select): add CascadingTypeParameter ( #3864 )
...
* feat(module: tree-select): add CascadingTypeParameter
* also for tree
2024-05-15 00:39:30 +08:00
James Yeung
43b38b45f3
fix(module: select): EnumSelect throwing exception cause by nullable enum type ( #3859 )
2024-05-12 13:02:27 +08:00