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
kooriookami
5b7e7cc6d5
style(theme-chalk): fix message ( #9143 )
2022-08-02 10:04:17 +08:00
LIUCHAO
a973ed4d99
refactor(components): [time-select] use JSX in Unit test ( #9101 )
2022-07-30 20:51:33 +09:00
RealityBoy
f57eaf92da
style: vertical menu ( #9104 )
2022-07-29 11:51:36 +08:00
Hefty
0dd1149e33
fix(components): [space] extract nested fragment children ( #8992 )
2022-07-29 10:21:49 +08:00
qiang
c28e1cfa42
fix(hooks): [use-namespace] exclude invalid CSS variables ( #8905 )
...
* fix(hooks): [use-namespace] exclude invalid CSS variables
* test(hooks): [use-namespace] add test
2022-07-28 22:01:22 +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
kooriookami
4da03e8858
style(theme-chalk): message flexable ( #9087 )
2022-07-28 17:08:39 +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
LIUCHAO
ad5b4cbc9e
fix(theme-chalk): [message] long test support newline ( #9074 )
...
closed #9072
2022-07-28 14:31:32 +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
pupu
7a04a34b79
fix(hooks): [use-escape-keydown] fix memory leak ( #8005 ) ( #8060 )
2022-07-27 14:09:23 +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
0dd76d6687
fix(theme-chalk): [rate] fix vertical offset ( #8959 )
...
* fix(theme-chalk): [rate] fix vertical offset
closed #8951
* refactor(components): [rate] use default value
* refactor(components): [rate] use normal
2022-07-27 09:40:45 +08:00
zz
bbf206f08d
fix(directives): [mousewheel] fix type error ( #8880 )
2022-07-27 09:25:04 +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
zz
16eab65c92
fix(element-plus): fix type error ( #8982 )
2022-07-26 22:05:43 +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
c3708ce4ec
fix(theme-chalk): [picker] adjust range picker input height ( #8879 )
2022-07-26 18:25:19 +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
qiang
1861a383ef
fix(theme-chalk): [table-v2] long text does not wrap ( #8986 )
...
closed #8983
2022-07-25 20:09:32 +09:00
kooriookami
79b6e46514
style(theme-chalk): message support small screen ( #8957 )
2022-07-22 15:19:01 +08:00
zz
89a57af7fe
refactor(directives): drop resize ( #8617 )
2022-07-22 10:16:56 +08:00
zz
6837b22841
refactor(directives): [repeat-click] use addEventListener
( #8784 )
2022-07-21 18:15:57 +08:00
zz
9f5be85a48
fix(components): [menu] resize when dynamic data in horizontal mode ( #8616 )
2022-07-21 17:03:58 +08:00
zz
a3c8fda97a
fix(directives): [repeat-click] click handler is fired correctly ( #8828 )
2022-07-21 16:22:50 +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
kooriookami
379d373497
style(theme-chalk): message-box support small screen ( #8856 )
2022-07-18 21:36:16 +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
zz
098c439ce8
refactor(directives): [trap-focus] use JSX in Unit test ( #8819 )
2022-07-17 20:34:15 +09:00
dopamine
2287dc3690
fix(components): [virtual-list] throw non-corresponding error message ( #8835 )
2022-07-17 17:28:26 +08:00
zz
d45c2b95b2
fix(test-utils): fix type error ( #8780 )
...
* fix(test-utils): fix type error
* chore: update
* chore: update
2022-07-16 21:01:48 +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
류한경
651e6bc157
fix(locale): update ko translation ( #8839 )
2022-07-16 17:02:08 +09:00
zz
83d1e2191e
refactor(directives): [trap-focus] refactor ( #8818 )
2022-07-16 10:12:21 +09:00
zz
16326d579b
refactor(directives): [click-outside] use JSX in Unit test ( #8783 )
...
* refactor(directives): [click-outside] use JSX in Unit test
* chore: update
2022-07-16 09:07:15 +09:00
zz
a8aaff64bd
fix(directives): [click-outside] fix type error ( #8782 )
2022-07-16 08:17:59 +09: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
zz
50f9a6c7c2
fix(utils): fix type error ( #8779 )
2022-07-13 19:48:11 +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
zz
9fef09333f
refactor(directives): [repeat-click] use JSX in Unit test ( #8785 )
2022-07-12 20:42:38 +09: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
Xc
59154e639a
fix(components): [tree] allow and node drop-type ( #8681 )
2022-07-12 00:54:50 +08:00
zz
60fdcfe946
fix(hooks): [use-locale] fix type error ( #8733 )
2022-07-11 19:25:58 +09:00
gjfei
986c57eeb4
fix(components): [cascader] fix namespace ( #8719 )
2022-07-11 18:06:21 +08:00
msidolphin
d365ad811e
refactor(components): [el-table] using flex to refactor table ( #8690 )
2022-07-11 02:08:21 +08:00
LIUCHAO
7ad851241c
refactor(components): [dialog] use JSX in Unit test ( #8270 )
...
* refactor(components): [dialog] use JSX in Unit test
* fix(components): [dialog] fix type error
2022-07-10 19:40:10 +09:00
Xc
2680d67523
fix(components): [select] automatic-dropdown next focus invalid ( #8398 )
2022-07-10 18:04:31 +08:00
zz
5399d7c882
fix(hooks): [use-attrs] fix type error ( #8558 )
...
* fix(hooks): [use-attrs] fix type error
2022-07-10 18:02:40 +08:00
류한경
2fce0f1d3b
fix(components): [slider] not changed marker style ( #8737 )
...
* fix(components): [slider] not changed marker style
* test: add mark props test case
2022-07-10 16:28:45 +08:00
qiang
2ed1ecea12
fix(theme-chalk): [slider] style error when vertical ( #8734 )
2022-07-10 15:26:48 +08:00
류한경
9d8bad8419
fix(components): [input] fix type error ( #8731 )
2022-07-10 15:09:50 +08:00
bqy_fe
f850aa28cb
fix(components): [step] className should be is-icon when using icon slot ( #8706 )
2022-07-09 19:27:31 +09:00
zz
b50e21015c
fix(hooks): [use-floating] fix type error ( #8727 )
2022-07-09 18:15:53 +09:00
zz
58bbef942a
fix(hooks): [use-form-item] fix type error ( #8726 )
2022-07-09 17:49:07 +09:00
bqy_fe
e939850863
perf(components): [slider] emit UPDATE_MODEL_EVENT only if value changes ( #8603 )
2022-07-08 21:30:53 +08:00
류한경
9781552a2e
fix(components): [select] change disabled color ( #8705 )
2022-07-08 21:26:12 +08:00
ashun
20bdf09ea4
fix(components): [select-v2] add null check to filter method ( #8537 ) ( #8538 )
...
When options of select-v2 contain null value in their label
Filterable feature won't work and let the web page get stuck
I add null value protection to the method and let it return false
when label includes null
2022-07-08 21:07:27 +08:00
RJW
7f3000aa26
fix(components): [dropdown] fix A11y when tooltip show ( #8655 )
2022-07-07 23:09:29 +08:00
Xc
468c3a3274
revert(components): [radio] revert input id ( #8677 )
...
* Revert "fix(components): [radio] fix typo (#8556 )"
This reverts commit b922b9ea01
.
* Revert "fix(components): [radio] Divide attrs into label and input (#8476 )"
This reverts commit 2d8a9e4256
.
2022-07-07 12:06:55 +08:00
류한경
3bacd01ce5
fix(components): [steps] fix type error ( #8627 )
2022-07-05 08:22:36 +08:00
류한경
5b817d3008
feat(components): [slider] placement ( #8561 )
...
* feat(components): [slider] placement
feat: add fallback placements
feat: rename tooltip-placement
refactor: test code
docs: add placement attribute
docs: prettier
* docs: example placement
2022-07-04 22:35:53 +08:00
LIUCHAO
9f42ce8694
fix(components): [date-picker] disabled year not selectable ( #8414 )
...
closed #8409
2022-07-04 21:41:15 +08:00
liu
63c038a071
fix(components): [table] table-column expand nested table wrong style ( #8522 )
...
* fix(components): [table] table-column expand nested table wrong style
* docs: update table component expandable row example
2022-07-04 12:03:08 +08:00
RJW
2486d92d25
fix(components): [dropdown] fix visible-change event delay trigger ( #8602 )
2022-07-04 11:12:13 +08:00
kooriookami
ae96aedf3c
feat(components): [autocomplete] fit input width ( #8596 )
...
* feat(components): [autocomplete] Add fitInputWidth prop
* feat(components): [autocomplete]
* feat: add docs
* feat(components): [autocomplete]
2022-07-03 17:54:40 +08:00