Commit Graph

1563 Commits

Author SHA1 Message Date
André Coelho
6adfffada0
fix(module: tree): OnContextMenu event not firing (#3042)
* fixes #1174

* fixes #1174
2023-01-31 16:23:58 +08:00
Leon
33cf431548
fix(module: select): Protected selected items' selection sequences; (#3037)
* Protected selected items' selection sequences;

* Modify;

* fix tests
2023-01-30 18:36:30 +08:00
zxyao
be02d96c28
fix(module: drawer): drawer mask close immediately (#3047) 2023-01-29 17:37:50 +08:00
James Yeung
ff1653a3b1
changelog 0.14.0 (#3043) 2023-01-27 00:28:38 +08:00
James Yeung
3e9e90b980
Master merge feature 0.14
Master merge feature 0.14
2023-01-20 16:34:15 +08:00
James Yeung
c56873aac2 merge feature to master 2023-01-20 15:57:43 +08:00
James Yeung
2110791d93
feat(module: input): add ShowCount (#3033) 2023-01-20 00:45:36 +08:00
James Yeung
ec25f008ee
fix(module: ResizeObserver): work incorrectly cause by wrong key type (#3030)
* fix(module: ResizeObserver): work incorrectly cause by wrong key type

* fix test

* fix build
2023-01-20 00:28:13 +08:00
James Yeung
bec3f840d2
feat(module:menu): Add PopupClassName Property For SubMenu (#3027)
Co-authored-by: JustGentle <justgentle@sina.com>
2023-01-19 18:12:25 +08:00
James Yeung
789d315ad7
feat(module: table): add empty template parameter and make it fixed while column scrolling (#3031)
* feat(module: table): add empty template parameter and make it fixed while column scrolling

* fix build
2023-01-19 18:11:49 +08:00
James Yeung
bdc89cad9d
fix(module: table): avoid null reference exception throw in Selection dispose (#3028) 2023-01-19 12:03:34 +08:00
James Yeung
b56515f2aa
fix(module: Overlay): overlay show after mouse leave trigger (#3025)
* fix(module:OverlayTrigger): overlay show after mouse leave trigger(#2107)

* fix test

Co-authored-by: JustGentle <justgentle@sina.com>
2023-01-19 12:00:16 +08:00
James Yeung
06d5169bc9
fix(module: menu): submenu montion & style (#3024)
* fix(module: menu): submenu open montion & style

* fix test
2023-01-18 18:44:57 +08:00
James Yeung
fca181d7d6
fix(module: transfer): throw exception when it's in form (#3015)
* fix(module: transfer): throw exception when it's in form

* fix onclear conflict
2023-01-18 12:28:04 +08:00
James Yeung
c35cd30f37
fix(module: table): column title align incorrectly when filterable (#3023) 2023-01-18 11:02:19 +08:00
Abin Liu
95a4628c6d
feat(module: input): add EventCallback OnClear (#3020)
* feat(module: input): add EventCallback OnClear

add EventCallback OnClear to component Input<T> as a parameter
it is called when the input contents are cleared by clicking the clear icon

* remove duplicated onchange invoke

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-01-17 23:38:09 +08:00
James Yeung
b0c4bba0db
feat(module: radio): add cascading type parameter for RadioGroup (#3022) 2023-01-17 23:34:27 +08:00
James Yeung
f94981aa95
feat(module: InputNumber): support borderless (#3019) 2023-01-17 22:58:16 +08:00
James Yeung
c492d21bfb
fix(module: InputNumber): avoid step rollback and null reference exception (#3018)
* fix(module: InputNumber): avoid null reference exception and step rollback

* fix step rollback
2023-01-17 13:35:39 +08:00
berkerdong
9abfe3ed95
fix(module: descriptions): remove invalid messages in Console (#3012) 2023-01-14 00:13:07 +08:00
Key Roche - WSS
2013477f66
fix(module:select): Fix bug where selected options will display even with HideSelected set to true when searching or clearing search (#3010) 2023-01-14 00:08:01 +08:00
James Yeung
978ffcb5b0
refactor(module: reusetabs): remove ReuseTabsRouteView to reduce coupling to native components (#3009)
* refactor(module: reusetabs): remove ReuseTabsRouteView to reduce coupling to native components

* fix pin tabs

* remove test project
2023-01-13 23:28:09 +08:00
James Yeung
95c4f13aa4
fix(module: form): validation status styles (#3005)
* fix(module: form): validation status styles

* fix validation change for input

* fix count

* add test
2023-01-13 23:27:35 +08:00
James Yeung
84dfc2cc63
fix(module: transfer): can't select items (#3011)
* fix(module: transfer): reload data when updating selectedkeys, targetkeys, and datasource

* update demo

* delete test page
2023-01-13 15:54:21 +08:00
berkerdong
e41b89c276
fix(module: tabs): ReuseTabs close other tab rendering error (#3002) 2023-01-11 17:05:22 +08:00
James Yeung
63012ad787
fix(module: cascader): make boudary adjust mode default to InView (#2999) 2023-01-09 15:25:19 +08:00
James Yeung
1b52c4a7b8
fix(module: transfer): DataSource refresh (#2998) 2023-01-09 15:00:32 +08:00
James Yeung
d7face8414
fix(module: tabs): exception at first load while activekey is specificed to a disabled tab (#2997) 2023-01-09 14:30:11 +08:00
James Yeung
6e53d47495
Changelog 0.13.3 (#2996)
* Changelog 0.13.3

* fix build badges

* fix readme
2023-01-09 00:33:25 +08:00
wss-javeney
ae84b5e444
fix(module: select): add tags when datasource is empty (#2986) 2023-01-08 22:54:00 +08:00
James Yeung
49022ea8e3
fix(module: select): dropdown boundary adjust mode defult to InView (#2995) 2023-01-08 21:22:31 +08:00
Magehernan
88af57bd09
fix(module: transfer): refresh data on SelectedKeys and TargetKeys changed (#2977) 2023-01-08 21:22:06 +08:00
James Yeung
5bcf7d16da
fix(module: select): input visual width adjustment issue while search is enabled (#2994) 2023-01-08 21:08:54 +08:00
James Yeung
266542bd0f
fix(module: tree-select): value bind incorrectly when default value was set (#2990)
* fix(module: tree-select): value bind incorrectly when default value was set

* fix value on clear

* fix build error
2023-01-08 01:33:32 +08:00
James Yeung
7a4bd69b90
fix(module: auto-complete): dropdown would open when page was render (#2992) 2023-01-08 00:41:13 +08:00
James Yeung
28453829a0
fix(module: input): wrong style of Search with clear button (#2991) 2023-01-07 23:03:06 +08:00
James Yeung
023a543bbd
fix(module: auto-complete): support input composition and debounce (#2988) 2023-01-06 17:01:09 +08:00
James Yeung
9f8392084b
fix(module: tabs): avoid exception when the first TabPane is set Disabled (#2982) 2023-01-05 23:41:36 +08:00
James Yeung
bd89940741
fix(module: tabs): avoid active pane after tabs is dispsed (#2981)
* fix(module: tabs): avoid active pane after tabs is dispsed

* clear lists
2023-01-05 15:59:36 +08:00
James Yeung
27e61057d3
feat(module: table): supports automatic column generation based on the TItem type. (#2978) 2023-01-05 15:47:52 +08:00
James Yeung
45e87a9d60
fix(module: event listener): remove dispose call after event listener is removed (#2980) 2023-01-05 15:40:41 +08:00
Key Roche - WSS
a2fbb936e0
fix(module: RangePicker): Always run default disabled logic, even with custom function provided (#2947) 2023-01-04 16:58:00 +08:00
James Yeung
643c6de31e
feat(module: table): support for header grouping and row template (#2973)
* feat(module:table): header template and item template

* add demos

* fix merge conflict

* rename some api

Co-authored-by: anranruye <hehewewe@hotmail.com>
2023-01-02 20:35:03 +08:00
James Yeung
d1e1701c3d
fix(module: input): remove the debug content (#2972)
* fix(module: input): remove the debug content

* one more fix
2022-12-31 22:24:05 +08:00
James Yeung
c2b0fd434b
Changelog 0.13.2 (#2971) 2022-12-31 15:28:26 +08:00
James Yeung
da86abdaa5
fix(module: input): OnChange would trigger three times and clear icon would cover the suffix (#2970)
* fix(module: input): `OnChange` would trigger three times and clear icon would cover the suffix

* fix test
2022-12-31 15:28:03 +08:00
James Yeung
d852ed4da8
fix(module: tabs): some issues with dynamic rendering (#2967)
* fix(module: tabs): render issues

* remove change avoiding
2022-12-29 23:24:47 +08:00
Dan Clarke
9f7964ecb9
fix(module: input): null reference exception (#2966)
This has been seen multiple times when using bUnit tests. For more information, see #2956.
2022-12-29 18:37:01 +08:00
James Yeung
28a2148fa7
docs(module: table): add a search box in the filter & sorter demo (#2955) 2022-12-29 17:55:06 +08:00
wss-javeney
9067a68161
refactor(module: notification): update NotificationService to use interface (#2948)
* refactor(notification): update NotificationService to use interface

* Add example unit test
2022-12-29 17:29:00 +08:00