zz
ba15302200
fix(components): [notification] custom icon not work ( #9498 )
2022-08-28 05:47:30 +00:00
zz
f5fa7e741f
refactor(utils): refactor iconPropType
( #9502 )
2022-08-28 13:20:07 +08:00
zz
f5af4c84fd
refactor(components): [popover] use JSX in Unit test ( #8337 )
2022-08-27 16:59:38 +00:00
yangguang
4a20c326fa
fix(components): [affix] expose updateRoot
( #9159 )
...
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-08-27 16:52:06 +00:00
LIUCHAO
1ffb9c2f3d
fix(components): [time-select] inherit disabled from form ( #9242 )
2022-08-28 00:39:35 +08:00
zz
eed57636e0
fix(components): [upload] onPreview
not work when picture
list type ( #9448 )
2022-08-27 16:32:07 +00:00
dopamine
ec311634f9
fix(components): [upload] onExceed is not called ( #9145 )
2022-08-27 18:27:43 +08:00
三咲智子
e6a24f274f
fix(components): [date-picker] add flat polyfill ( #9465 )
2022-08-27 16:03:13 +08:00
MonsterPi
5c8c369594
refactor(components): [popper]redfine the prop role type ( #9471 )
...
* refactor(components): [popper]redfine the prop role type
* chore: remove unnecessary code
* refactor(components): [popper]update variable name
2022-08-26 20:46:25 +08:00
LIUCHAO
27e447b3ca
refactor(components): [tree] fix typo ( #9477 )
2022-08-26 18:18:46 +08:00
zz
e33a279556
feat(components): [image-viewer] add setActiveItem
method ( #9389 )
...
* fix(components): [image-viewer] initialIndex lost reactivity
* feat(components): [image-viewer] add `setActiveItem` method
* feat: expose instance type
* chore: add test case
* chore: update docs
2022-08-26 18:18:08 +08:00
RealityBoy
b121012a70
feat(components): [menu] add expand-close-icon
、expand-open-icon
、collapse-close-icon
、collapse-open-icon
props ( #9444 )
...
* feat(components): [menu] add some Icon prop
* chore: types update
* Update sub-menu.ts
2022-08-26 11:25:22 +08:00
Xc
3f588b0406
fix(components): [checkbox] label is object in group ( #9271 )
...
* fix(components): [checkbox] label is object in group
* fix(components): [checkbox] abbreviated code
2022-08-25 21:59:03 +08:00
LIUCHAO
1347fdf35a
fix(components): [table] bodyWrapper resized calculate scrollbarStyle ( #9149 )
...
* fix(components): [table] tableWrapper resized update scrollbar
* fix(components): [table] Listen to the bodyWrapper
* fix(components): [table] fix max-height
* fix(components): [table] modify scrollbar height error
2022-08-25 12:05:31 +08:00
qiang
43a2c69ad1
refactor(components): [table] style of the footer-wrapper ( #9084 )
...
* refactor(components): [table] style of the footer-wrapper
closed #9065
* fix(theme-chalk): [table] optimized style
2022-08-25 12:04:35 +08:00
MonsterPi
fe131df1a4
fix(components): [space] complete the prop of space ( #9380 )
...
* fix(components): [space]complete the prop of space
- class
* fix: update space docs
* refactor(components): [space]redefine the prop of class type
2022-08-25 09:31:20 +08:00
btea
1f3c661c57
feat(components): [form] add require-asterisk-position prop ( #9433 )
2022-08-25 09:27:51 +08:00
Xc
a4050516ed
fix(components): [notification] closeAll invalid ( #9417 )
...
* fix(components): [notification] closeAll invalid
* fix(components): [notification] close invalid
2022-08-24 19:48:32 +08:00
btea
ad940b5913
fix(components): [message] the value of exposeProxy may be null ( #9378 )
...
* fix(components): [message] the value of exposeProxy may be null
* feat: use exposed
2022-08-24 19:47:44 +08:00
jarven
4da4e7eb73
fix(components): [table] repetition labelCellName ( #8967 )
2022-08-23 20:25:16 +08:00
btea
faa4a762fe
fix(components): [cascader] when multiple is true keyboard delete error ( #9415 )
2022-08-23 18:03:18 +08:00
RealityBoy
88ba661f69
fix(components): [el-menu] childNodes is null ( #9408 )
2022-08-23 18:03:04 +08:00
zz
43b286fec1
fix(components): [tree-v2] setExpandedKeys
instead of setExpendKeys
( #9413 )
...
* feat(components): [tree-v2] `setExpandKeys` instead of `setExpendKeys`
* chore: update
* chore: update
2022-08-23 13:02:38 +08:00
zz
9cb8ce47e8
feat(components): [tree-v2] add setExpendKeys
method ( #9412 )
...
* feat(components): [tree-v2] add `setExpendKeys` method
* chore: update docs
2022-08-23 09:32:07 +08:00
Astar
3a6fc23f49
fix(components): [message-box] fix Wrong type checking ( #8399 )
...
* fix(components): [message-box] fix Wrong type checking
2022-08-22 23:01:24 +08:00
Jeremy
9230af7976
feat(components): [page-header] enhancement ( #9215 )
...
* feat(components): [page-header] enhancement
* Add new slot `extra` for page header.
* Add addtional documentations for page header.
* chore: update doc
* feat: add default slot
* chore: add a11y support for back button
* chore: update examples
* chore: enhancements
* chore: example enhancement
* chore: restore previous actions for back button
* chore: address PR comments
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-08-20 21:41:49 +08:00
LIUCHAO
eb31f6f510
refactor(components): [time-picker] use JSX in Unit test ( #9134 )
2022-08-20 10:28:59 +09:00
zz
b7fe5df6f9
fix(components): [menu] resize event infinite invoke ( #9342 )
...
* fix(components): [menu] resize event infinite invoke
* chore: update
* Update menu.ts
* Update menu.ts
* chore: update
* chore: update
* chore: update test case
* chore: optimize
* Update menu.ts
Co-authored-by: RealityBoy <1923740402@qq.com>
2022-08-19 18:33:50 +08:00
LIUCHAO
3d13c14ae7
feat(components): [pagination] btns icon can be customized Vuecomponent ( #9372 )
...
closed #9300
2022-08-19 13:32:29 +08:00
sechi
6ac49834ef
fix(components): [cascader] placeholder disappeared after clear value ( #9190 )
2022-08-19 00:04:32 +08:00
Xc
92d0f9404b
fix(components): [select] option value is object ( #9287 )
...
* fix(components): [select] option value is object
* fix(components): [select] option value is object
2022-08-18 23:49:40 +08:00
LIUCHAO
80c5855f2f
fix(components): [switch] fix type error ( #9171 )
...
* fix(components): [switch] fix type error
* fix(components): [switch] fix type error
2022-08-18 20:31:37 +08:00
LIUCHAO
6bd98685e6
fix(components): [tree] calc parentNode state after doCreateChildren ( #9362 )
...
closed #8410
2022-08-18 20:10:09 +08:00
Alwyn Ou
54f4353587
perf: RTLOffsetType compare ( #9320 )
2022-08-18 09:35:18 +08:00
bqy_fe
6aa151fc2a
fix(components): [dialog] should emit open event after nextTick ( #9209 )
...
* fix(components): [dialog] should emit open event after nextTick
* test: update drawer unit test
2022-08-16 22:04:00 +08:00
LIUCHAO
2eee7f0e22
refactor(components): [table] fix typo ( #9338 )
2022-08-16 20:35:49 +08:00
renovate[bot]
477aee23c6
fix(deps): update dependency eslint-plugin-unicorn to v43 ( #8610 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-08-13 07:10:16 +00:00
zz
eea3e60385
fix(components): use namespace ( #9299 )
2022-08-13 14:43:00 +08:00
qiang
664c61936c
fix(components): [table] the empty slot height error ( #9226 )
2022-08-11 16:54:47 +08:00
白雾三语
0e9db07109
fix: [timer-pick] automatically skip disabled items ( #8850 )
...
* feat: [timer-pick] add prop auto-skip-disabled
* feat: [timer-pick] add prop auto-skip-disabled
* feat: [timer-pick] modify unit test
* feat: [timer-pick] modify unit test
* feat: [timer-pick] auto-skip-disabled
* docs: [timer-pick] reset docs
docs: [timer-pick] reset docs
* fix: [timer-pick] delete autoSkipDisabled
* feat: [timer-pick] auto skip disabled
* feat: [timer-pick] auto skip disabled modify
* feat: [timer-pick] auto skip disabled modify
* feat: [timer-pick] auto skip disabled modify
* feat: [timer-pick] modify the unit test
* feat: [timer-pick] modify the unit test
2022-08-09 21:57:27 +08:00
zz
9679cc0da0
refactor(components): [notification] switch to script-setup syntax ( #9106 )
2022-08-06 15:12:06 +08:00
zz
2d450be082
fix(components): [checkbox] injected form context may be undefined ( #8865 )
...
* fix(components): [checkbox] injected form context may be undefined
* chore: fix error
2022-08-05 21:45:17 +08:00
zz
2a926bbc6e
fix(components): [time-picker] injected form context may be undefined ( #8866 )
2022-08-05 21:16:37 +08:00
zz
3b3a0efc4c
fix(components): [color-picker] injected form context may be undefined ( #8862 )
2022-08-05 21:07:47 +08:00
zz
3648be8afe
fix(components): [cascader] injected form context may be undefined ( #8861 )
2022-08-05 21:03:37 +08:00
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
LIUCHAO
33fc8e5c4e
refactor(components): [pagination] use JSX in Unit test ( #8269 )
...
* refactor(components): [pagination] remove no unused vars
2022-07-13 19:36:55 +09:00
webfansplz
006cc3dc24
fix(components): [focus-trap] maximum call stack size exceeded error ( #8218 )
...
* fix(components): [focus-trap] add debounce for emit `focusin` event
* chore: update
* chore: update
2022-07-13 09:50:09 +08:00
gjfei
23b131770e
refactor(components): [container] use JSX in Unit test ( #8778 )
2022-07-12 20:26:58 +09:00
btea
b64aa94f5e
refactor(components): [popconfirm] remove redundant function ( #8786 )
2022-07-12 18:03:58 +08:00
Xc
16c126b35e
fix(components): [form-item] clearValidate invalid ( #8643 )
2022-07-12 00:55:12 +08:00