Commit Graph

1116 Commits

Author SHA1 Message Date
zz
1f89174ddd
fix(components): [select] injected form context may be undefined (#8860) 2022-08-05 21:00:31 +08:00
btea
bf54b7ad7c
feat(components): [popconfirm] add width prop (#9103)
* feat(components): [popconfirm] add width prop

* style: add box-sizing
2022-08-02 22:27:53 +08:00
Jianjun Yu
9b66d3259f
fix(components): [table-body] keep row data reactive (#8592)
* fix(components): [table-body] keep row data reactive

* fix(components): divide unused variables
2022-08-02 21:24:15 +08:00
LIUCHAO
b4d16ea53f
refactor(components): [tabs] use JSX in Unit test (#9050)
* refactor(components): [tabs] use JSX in Unit test

* style(components): [tabs] use v-model
2022-08-02 18:54:48 +09:00
Zhongxiang Wang
ea75ef2f81
feat(components): [tree-v2] expose several helpful methods (#9156)
* feat(components): [tree-v2] expose several helpful methods

* fix(components): [tree] use `isObject` helper
2022-08-02 15:14:44 +08:00
LIUCHAO
a973ed4d99
refactor(components): [time-select] use JSX in Unit test (#9101) 2022-07-30 20:51:33 +09:00
Hefty
0dd1149e33
fix(components): [space] extract nested fragment children (#8992) 2022-07-29 10:21:49 +08:00
LIUCHAO
ef90159db5
fix(components): [carousel] reset the timer (#8388) 2022-07-28 21:23:52 +08:00
LIUCHAO
2d2e0c33f9
refactor(components): [switch] use JSX in Unit test (#9052)
* refactor(components): [switch] use JSX in Unit test

* style(test-utils): [switch] use self-closing sign
2022-07-28 20:31:18 +09:00
qiang
f1af909ef6
fix(components): [table] header scroll height error (#9063) 2022-07-28 17:38:15 +08:00
zz
e1eef4b534
fix(components): [notification] correct offset value (#9080)
* fix(components): [notification] correct offset value

* chore: update
2022-07-28 14:32:21 +08:00
zz
50da145b2b
fix(components): [menu] expand active menu item (#9069)
* fix(components): [menu] expand active menu item

* chore: update
2022-07-28 12:57:58 +08:00
btea
7da11bc2e6
fix(components): [color-picker] element event binding error (#9061) 2022-07-27 20:02:29 +08:00
LIUCHAO
1a66672b32
refactor(components): [color-picker] use JSX in Unit test (#9033) 2022-07-27 13:01:25 +08:00
LIUCHAO
d9b31491e0
style(components): [table] prettier format, no code changes (#8318) 2022-07-27 12:53:51 +08:00
Yuyao Nie
f9aeeca8ae
fix(components): [cascader] pass forced param to syncMenuState (#8794) 2022-07-27 12:44:22 +08:00
qiang
5d3a6eb37c
fix(components): [slider] disabled slider button can still be focused (#9004) 2022-07-27 11:54:00 +08:00
RealityBoy
c979a11c12
fix: [el-time-picker] clicking on prefix does not open the panel (#9044) 2022-07-27 11:48:53 +08:00
LIUCHAO
7bb6b6d99f
refactor(utils): drop off/on/once, use EventListener instead (#8960)
* refactor(utils): drop off/on/once, use EventListener instead

* refactor(utils): use useEventListener

* refactor(utils): use useEventListener

* style(components): [roving-focus-group] useEventListener  pass ref
2022-07-26 23:01:07 +08:00
Zhongxiang Wang
cabc943003
fix(components): [table] fix maxHeight doesn't consider footer height (#9011) 2022-07-26 21:41:11 +08:00
zz
b04c263519
fix(components): [dropdown] fix style (#9034) 2022-07-26 19:32:38 +08:00
zz
1ea3dce492
fix(components): [table] clearFilter not work (#8966) 2022-07-26 18:15:46 +08:00
jarven
48d0edfe99
fix(hooks): [use-lockscreen] fix namespace (#8711) 2022-07-26 18:12:14 +08:00
Lucuai
8411ecc93a
feat(components): [image] fix #8919 bug (#8920)
Co-authored-by: wanyiding <wanyiding@tuhu.cn>
2022-07-26 17:53:35 +08:00
blackie
b888046ad4
fix(components): [time-picker] fix clear for range mode (#8961)
* fix(components): [time-picker] fix clear for range mode

* test: [time-picker] fix test error
2022-07-26 17:42:40 +08:00
Xc
251199e783
fix(components): [tooltip] related components are controlled (#9019) 2022-07-26 17:22:54 +08:00
btea
b86459383e
fix(components): [carousel] computed interval prop (#9022) 2022-07-26 16:57:55 +08:00
RealityBoy
a30b40b1f6
fix: [el-menu] horizontal mode menu drag causes browser crash (#9027) 2022-07-26 16:40:39 +08:00
qiang
8387f6dac6
fix(components): [select] sync the tooltip component change (#8998)
closed #8989, #8994
2022-07-26 09:05:49 +08:00
zz
0cabd42412
refactor(components): [checkbox] use JSX in Unit test (#9009) 2022-07-25 22:28:08 +09:00
LIUCHAO
44f48c65af
fix(components): [checkbox] fix type error (#8937)
* fix(components): [checkbox] fix type error

* fix(components): [checkbox] fix type error
2022-07-25 20:40:07 +09:00
zz
9f5be85a48
fix(components): [menu] resize when dynamic data in horizontal mode (#8616) 2022-07-21 17:03:58 +08:00
zz
74ce6c1ac2
perf(components): [table] improve find the closest ancestor (#8621) 2022-07-21 14:24:09 +08:00
zz
afaa70d293
fix(components): [date-picker] prevent duplicate pick date (#8588)
* fix(components): [date-picker] prevent duplicate pick

* refactor: mousedown instead of  click

* chore: fix test

* chore: update

* chore: update
2022-07-21 12:12:32 +08:00
LIUCHAO
d3291e3fc4
fix(components): [dialog] fix type error (#8898)
* fix(components): [dialog] fix type error

* fix(components): [dialog] use const assertion
2022-07-20 21:46:18 +08:00
白雾三语
5f041f47a8
fix: [select] label can be displayed correctly after selecting operation (#8589)
* fix: [select] label can be displayed correctly after selecting operation

* fix: [select] label can be displayed correctly after selecting operation

* fix: [select] modify unit test

* fix: [select] modify unit test
2022-07-20 20:47:34 +08:00
LIUCHAO
0efdebceef
fix(components): [rate] fix type error (#8896) 2022-07-20 18:37:04 +09:00
류한경
fbe5990f1c
refactor(components): [descriptions] switch to script-setup syntax (#8349) 2022-07-19 19:21:30 +08:00
Xc
3d311c003c
fix(components): [upload] one-way cannot add attachments (#8877) 2022-07-19 07:32:48 +08:00
gjfei
cf21d1cb52
fix(components): [message] fix message grouping styles (#8809) 2022-07-18 20:05:44 +09:00
Xc
ef22e5db62
feat(components): [tooltip] adjust controlled mode (#8762)
* feat(components): [tooltip] adjust controlled mode
2022-07-17 23:14:51 +08:00
Xc
7258ee3bb2
fix(components): [table] spanMethod check return type (#8844) 2022-07-17 23:14:14 +08:00
dopamine
2287dc3690
fix(components): [virtual-list] throw non-corresponding error message (#8835) 2022-07-17 17:28:26 +08:00
qiang
4b0b051c53
fix(components): [tabs] disabled pane can still be focused (#8600)
* fix(components): [tabs] disabled pane can still be focused

* test(components): [tabs] modify the test

* fix(components): [tabs] hide close button when Tab is disabled

* chore(components): [tabs] optimize code

* fix(theme-chalk): [tabs] the disabled style error
2022-07-16 19:01:03 +08:00
btea
e6e6842805
fix(components): [message] set appentTo value (#8730)
* fix(components): [message] set appentTo value

* feat: update judge
2022-07-15 23:17:28 +08:00
zz
3d96c878bf
fix(components): [timeline] fix type error (#8829) 2022-07-15 13:32:56 +08:00
gjfei
c2ca7cd16a
fix(components): [select] fix select tooltip zIndex (#8768)
* fix(components): [select] fix select tooltip zIndex (#8753)

* fix(components): [select] fix select test

* fix(components): [select] fix select
2022-07-14 23:21:38 +08:00
LIUCHAO
a9e062b75c
refactor(components): [color-picker] use useNamespace (#8722)
closed #8720
2022-07-14 20:22:20 +08:00
LIUCHAO
522c10a263
refactor(components): [transfer] use JSX in Unit test (#8274) 2022-07-14 19:12:59 +09:00
류한경
861ae5d7db
refactor(components): [timeline] use JSX in Unit test (#8339) 2022-07-14 18:33:27 +09:00