Commit Graph

2701 Commits

Author SHA1 Message Date
Xingjian Zhang
2985bd5188 fix(components): [tabs] fix typo of PaneName (#10006) 2022-10-13 11:20:30 +08:00
LIUCHAO
730135f4f1 fix(components): [cascader] placeholder disappear when resetForm (#10036) 2022-10-13 11:05:33 +08:00
YangLGggggggggg
6a53793c6f feat: export type TableInstance TableColumnInstance (#10021) 2022-10-13 10:58:56 +08:00
Hefty
31f713bf1b feat(components): [rate] add clearable attribute (#10031)
feat(components): [rate] add clearable attribute
2022-10-11 10:21:19 +08:00
btea
0efa33f3c4 fix(components): [tooltip] update popper after content change (#10044) 2022-10-11 09:28:47 +08:00
Qiang
7641f2455c fix(components): the label causes the click event to trigger twice (#9991)
Co-authored-by: qiang <itaco@qq.com>
2022-10-10 19:30:00 +08:00
Xc
6a9fe5dadb fix(components): [dropdown] button group style missing (#10029) 2022-10-09 16:06:18 +08:00
Xc
817ec60b71 feat(components): [select] Simplified API (#9994) 2022-10-09 16:04:11 +08:00
btea
5fa82dbc3d fix(components): [form-item] do not validate without prop property (#9993)
* fix(components): [form-item] do not validate without `prop` property

* fix: update normalizeRules

* fix: update validate logic

* fix: remove redundant judgments

* chore: update
2022-10-05 12:06:29 +08:00
init-qy
b9173bb658 fix(components): [table] wrong hover style in nested tables (#9932)
* fix(components): [table] wrong hover style in nested tables

* fix(components): [table] fix wrong hover style in nested tables

Co-authored-by: init-qy <953218204@qq.com>
2022-10-04 16:06:02 +08:00
dopamine
268d87a03b fix(components): [tabs] prevent scroll tab into view after focusing it (#9990)
closed #9980
2022-10-04 09:51:57 +08:00
btea
95c69fe88e fix(components): [select-v2] dynamic update popper (#9888)
* fix(components): [select-v2] dynamic update popper

* chore: update type
2022-10-03 15:21:28 +09:00
btea
5497f0c234 fix(components): [el-form] adjust the warn about label (#9889) 2022-10-03 14:26:41 +09:00
Xc
7b2f1c5bb9 fix(components): [input] memory leak (#9965) 2022-10-02 09:23:53 +08:00
dopamine
a03cf125fd fix(components): [carousel] improper active item (#8904)
* fix(components): [carousel] none of active item

closed #8891

* fix: ts error

* fix: guarantee items order when reusing carousel-item component

* style: code format

* fix: test fail

* chore: correct type

* fix: sorting failed in some cases

* better implementation

better implementation

* impove code accroding to review comment
2022-10-02 08:44:40 +08:00
Xc
91f1c63e6a fix(components): [select] click label only focus in form (#9798) 2022-09-30 14:35:09 +00:00
aei
88faef2763 fix(components): [select-v2] Test file code misspelled (#9978) 2022-09-30 17:24:08 +08:00
Qiang
cc8b816bd9 fix(components): [form] no margin when there is no label (#9940) 2022-09-27 14:54:00 +00:00
zz
b80cf5f095 fix(components): [tabs] correct the position of tab-bar when scaling (#9896)
* fix(components): [tabs] correct the position of tab-bar when scaling

* chore: improve type
2022-09-26 12:49:29 +08:00
LIUCHAO
bd95cae599 fix(components): [descriptions] fix type error (#9899) 2022-09-26 12:15:26 +08:00
류한경
d0ec3e3941 fix(components): [pagination] fix type error (#9893)
* fix(components): [pagination] fix type error

* chore: improve type

* chore: removed default value
2022-09-26 08:04:17 +08:00
LIUCHAO
76e802e134 fix(components): [time-select] fix type error (#9884) 2022-09-25 17:46:49 +08:00
류한경
f9edc9d265 fix(components): [progress] fix type error (#9894) 2022-09-25 15:42:49 +08:00
wenrun
0088da111d fix(components): [backtop] fix a display bug (#9892)
fix(components): fix a display bug

The component is not hidden when the scroll bar rolls to the top within 300 ms. Add [trailing=true]
attributes to the useThrottleFn() function,that call handleScroll again after the time is up, and
the bug is fixed.

BREAKING CHANGE :
no

closed no
2022-09-25 09:34:54 +08:00
류한경
98fee90d90 fix(components): [result] fix type error (#9887) 2022-09-24 14:09:00 +08:00
류한경
640e3bb24d fix(components): [slider] fix type error (#9886) 2022-09-24 14:06:33 +08:00
LIUCHAO
ad0cb8bf97 fix(components): [radio] fix type error (#9879) 2022-09-23 21:07:14 +08:00
Circkoooooo
6f90007f77 fix(components): [select] excute filter/remoteMethod when blur (#9587)
* fix(components): [select] excute filter/remoteMethod when blur event

when select component trigger blur event, it need excute the filterMethod or remoteMethod,
otherwise, the next time you click select, you may filter the result to the previous one.

* fix(components): [select] excute filter/remoteMethod when blur event

* fix(components): [select] excute filter/remoteMethod when blur event

when select component trigger blur event, it need excute the filterMethod or remoteMethod,
otherwise, the next time you click select, you may filter the result to the previous one.

* fix(components): [select] excute filter/remoteMethod when blur event

Co-authored-by: qiang <qw13131wang@gmail.com>
2022-09-23 14:21:23 +08:00
jarven
4726d44494 fix(components): [tree] tree node click parameter (#9872)
fix(components): [tree] tree node click parameter (#9869)
2022-09-23 14:04:38 +08:00
jarven
9542ff3eab fix(components): [steps] step line style (#9865)
fix(components): [steps] step line style (#9859)
2022-09-23 13:49:58 +09:00
jarven
a833206e5b fix(components): [dialog] fix document click event invalid (#6711) 2022-09-22 12:37:04 +08:00
zz
ff1d3db089 refactor(components): [popper] use JSX in Unit test (#8462) 2022-09-22 09:45:43 +08:00
zz
d73016155a refactor(components): [popper] fix type error (#8529)
Co-authored-by: lizhequ <lizhequ@ysbang.cn>
2022-09-22 01:20:41 +00:00
LIUCHAO
34dd435534 refactor(components): [calendar] use self-closing element (#9854) 2022-09-21 20:07:36 +08:00
三咲智子
31f530a06c refactor(directives): [repeat-click] refactor (#9853) 2022-09-21 15:01:49 +08:00
zz
ae4679ac30 fix(components): [input-number] correct input event behavior (#9850) 2022-09-21 06:16:14 +00:00
init-qy
f7d5373ee8 fix(components): [calendar] show wrong weekday when set weekStart (#9824)
* fix(components): [calendar] show wrong weekday when set weekStart

* fix(components): [calendar] add unit test for setWeekStart

* Update packages/components/calendar/__tests__/calendar.test.tsx

Co-authored-by: btea <2356281422@qq.com>

Co-authored-by: init-qy <953218204@qq.com>
Co-authored-by: btea <2356281422@qq.com>
2022-09-21 12:22:14 +08:00
Li Zhequ
5be9bd2d4d fix(components): [affix] fix affix when scroll container is not window (#9660)
Co-authored-by: lizhequ <lizhequ@ysbang.cn>
2022-09-20 17:06:00 +08:00
zz
051135e38e fix(components): [select-v2] improve placeholder display (#9835) 2022-09-20 03:58:30 +00:00
snowingfox
9cd204712b refactor(components): [tooltip] switch to script-setup syntax (#9685)
Co-authored-by: holazz <2418184580@qq.com>
Co-authored-by: sxzz <sxzz@sxzz.moe>
2022-09-20 03:31:05 +00:00
qiang
c2cec13bf7 fix(components): [select-v2] pressing the up key may cause errors (#9818) 2022-09-20 11:01:49 +08:00
zz
cb387540a6 fix(components): [popper] perfect role types (#9823) 2022-09-19 22:36:13 +08:00
zz
8ab9d9ce95 fix(components): [date-picker] remove extra prop in unit test (#9822) 2022-09-19 19:54:21 +09:00
zz
2725dca47a fix(components): [color-picker] correct event validation (#9814) 2022-09-18 18:41:44 +08:00
zz
174a98b21f fix(components): [checkbox] fix injection warn (#9813) 2022-09-18 18:41:17 +08:00
류한경
56de777f2f refactor(components): [upload] use JSX in Unit test (#9811) 2022-09-18 02:53:06 +00:00
LIUCHAO
5ec954c17e refactor(components): [tree-select] use JSX in Unit test (#9786)
Co-authored-by: holazz <2418184580@qq.com>
2022-09-17 08:30:03 +08:00
qiang
599bd8e4ed refactor(components): [loading] change viewBox default value (#9769) 2022-09-17 00:10:16 +08:00
三咲智子
861a7953b4 refactor(components): switch to vue macros (#9306) 2022-09-16 22:57:41 +08:00
三咲智子
ab19e8f2e6 perf(components): [tabs] improve order performance 2022-09-16 22:51:44 +08:00