Commit Graph

1489 Commits

Author SHA1 Message Date
James Yeung
4b3faca586
feat(module: tag): Add icon theme parameter (#4063) 2024-08-03 14:39:09 +08:00
James Yeung
016842c39b
feat(module: carousel): add Dots and DotsClass parameters (#4062) 2024-08-03 01:16:12 +08:00
James Yeung
72d88bcf74
feat(module: form): support array index validation (#4053) 2024-08-01 20:16:40 +08:00
James Yeung
b18c72308a
feat(module: cascader): add placement parameter (#4046)
* feat(module: cascader): add placement parameter

* update doc
2024-07-31 22:21:40 +08:00
James Yeung
53970f46b5
faat(module: watermark): support conent updating (#4043) 2024-07-30 23:12:42 +08:00
James Yeung
db24d3ecaa
feat(module: modal): support for ForceRender (#4041) 2024-07-30 08:44:20 +08:00
James Yeung
d51ebf29ea merge master to feature 2024-07-30 01:17:20 +08:00
James Yeung
3d908de327
feat(module: modal): support selection when disable mask & vertical resiable (#4040) 2024-07-29 23:56:47 +08:00
James Yeung
b86403b384
fix(module: modal): fix navigating exception (#4039)
* Revert "fix(module: modal): stete updating (#4022)"

This reverts commit 8e119a9bf5.

Revert "fix(module: modal): throwing exceprion when navigation after open (#4015)"

This reverts commit 49cadeebca.

* fix navigating excepition

* fix some issue again

* fix confirm

* makes deleting the dom safer

* fix test

* fix test

* fix lint
2024-07-29 23:13:49 +08:00
James Yeung
d15ea3c6fe
feat(module: table): support between compare for built-in filter of date types (#4036) 2024-07-28 01:02:25 +08:00
James Yeung
c6986164ba
feat(module: table): add built-in filter support for DateOnly & TimeOnly fields. (#4034)
* feat(module: table): add built-in filter support for DateOnly/TimeOnly fields.

* fix build
2024-07-28 00:14:10 +08:00
James Yeung
a16c1a4a0d fix merge conflict 2024-07-27 23:17:31 +08:00
James Yeung
2e642f10af
feat(module: DatePicker): enhance value format (#4029)
* feat(module: DatePicker): enhance value format

* fix time picker

* remove millisecond
2024-07-26 13:59:27 +08:00
pankey888
27359f322e
fix(module: tree-select): fix the issue of TreeSelect's bind-values(#4000) (#4012)
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-07-26 07:50:23 +08:00
James Yeung
58a499f8bf
fix(module: tree-select): exception when searching with nodes have no title (#4024)
* fix(module: tree-select): exception when searching with nodes have no title

* fix focus
2024-07-26 00:01:15 +08:00
James Yeung
643ca11850
fix(module: radio): can't refresh the UI in Modal (#4023)
* fix(module: radio): can't refresh the UI in Modal

* invokeasync
2024-07-26 00:00:00 +08:00
James Yeung
8e119a9bf5
fix(module: modal): stete updating (#4022) 2024-07-25 14:02:35 +08:00
James Yeung
49cadeebca
fix(module: modal): throwing exceprion when navigation after open (#4015)
* fix(module: modal): throwing exceprion after open and navigation

* use modal service instead

* fix close

* fix loading update

* fix confirm template callback

* just close modal which was created by service during navigation

* clean
2024-07-25 08:10:46 +08:00
James Yeung
bcce6df3a8
refactor(module: select): fix IDE error (#4018) 2024-07-24 13:00:53 +08:00
James Yeung
0826e593db
fix(module: input): can't apply Class to input element (#4005)
* fix(module: input): can't apply Class to input element

* add tests

* fix test

* fix test
2024-07-23 12:36:29 +08:00
James Yeung
785214f8e6
fix(module: table): selection with radio mode can't work with tree data (#4002)
* fix(module: table): selection with radio mode can't work with tree data

* CheckStrictly always true when selection type is radio
2024-07-21 23:13:10 +08:00
moumousoup
fd33b1b3d5
feat(module: table): add group title template (#3962)
* add group title template

* use generic rowdata

* "Add documentation and demos"

* updae demo

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-07-21 01:19:16 +08:00
James Yeung
3888e49b07
fix(module: date-picker): OnChange won't be invoke after applying the presetted range (#3999)
* fix(module: date-picker): OnChange won't be invoke after click the reset range

* update datepicker btw
2024-07-21 01:15:54 +08:00
James Yeung
edffddfb8f
fix(module: table): dead loop render for tree data (#3998) 2024-07-20 18:27:40 +08:00
pankey888
c8b84d1bd3
fix(module: tree): The parent & other siblings will be checked if only the first child is in CheckedKeys/DefaultCheckedKeys. (#3985) 2024-07-16 20:02:50 +08:00
James Yeung
f6c0988ae9
fix(module: modal): broken on close which DestroyOnClose is true (#3982) 2024-07-16 06:00:40 +08:00
James Yeung
2286639039
fix(module: tabs): update the style of ink after tab title is changed (#3978)
* fix(module: tabs): update the style of ink after tab title is changed

* fix test

* fix test

* fix test

* fix test

* fix tests
2024-07-15 08:29:01 +08:00
James Yeung
2695c105a1
fix(module: menu): matched item would be unselected on first load (#3976) 2024-07-14 12:12:18 +08:00
James Yeung
8985e45ed7
fix(module: textarea): add missing borderless style (#3975) 2024-07-13 21:41:52 +08:00
James Yeung
f1228ad9fb
fix(module: modal): throwing exception when service-opened confirm was closed. (#3973) 2024-07-13 21:09:51 +08:00
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
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
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
700f9f694e
fix(module: table): trimming issue with ExpressionActivator (#3930) 2024-06-24 22:10:05 +08:00