Commit Graph

552 Commits

Author SHA1 Message Date
djkloop
c37f47faca
fix(switch): cannot change width dynamically (#1435)
Cannot change the width dynamically, the subset does not change the width operation

Co-authored-by: djkloop <675467298@qq.com>
2021-02-08 16:19:36 +08:00
iamkun
7170bdeacc
fix: fix date picker second clear not trigger change event (#1438)
fix #1359
2021-02-08 16:06:40 +08:00
jeremywu
82482a2076
fix: Fix popconfirm incorrectly importing t method from local file (#1450) 2021-02-08 16:04:08 +08:00
iamkun
1d1b74c886
fix: fix date range picker input issue (#1439)
* fix: fix date range picker input issue

fix #1428

* chore: update
2021-02-08 15:28:05 +08:00
kooriookami
3313cec581
fix(slider): fix behavior of tooltip (#1443)
* fix(slider): fix behavior of tooltip

* test: add test
2021-02-08 15:15:27 +08:00
kooriookami
d7341b0fec
feat(dropdown): add max-height prop of menu (#1436)
* feat(dropdown): add max-height prop of menu

* feat: delete demo
2021-02-08 15:14:01 +08:00
Ryan2128
1bca12d6ae
fix(select): fix bug cause by scrollToOption (#1440) 2021-02-07 19:11:03 +08:00
kooriookami
fcf86b9730
feat(progress): add default slot (#1426)
* feat(progress): add default slot

* feat: add slot param

* feat: update

* feat: perf slot
2021-02-05 16:27:44 +08:00
jeremywu
6cba9795d6
fix(input): Fix the issue which caused input area render error on Safari (#1429) 2021-02-05 16:10:36 +08:00
justwiner
789581edf3
fix(table): fix shadow rendering bug of initializing fixed columns (#1418)
fix #1353

Co-authored-by: winerlu <winerlu@tencent.com>
2021-02-05 14:46:31 +08:00
1148177968
396a89104a
fix(popper): trigger ref (#1419) 2021-02-05 14:39:09 +08:00
on the field of hope
bf09e894c5
fix: correct css prefix (#1407) 2021-02-04 16:29:23 +08:00
on the field of hope
ae17b9be04
fix(tabs): remove tab incorrect highlight style (#1416) 2021-02-02 17:48:47 +08:00
Ryan2128
47bdfe617d
fix(message-box): fix type check error of message (#1413) 2021-02-02 10:12:29 +08:00
justwiner
358559e2cf
fix(table): fix that the column width is calculated incorrectly (#1381)
Fix the bug that the column width is calculated incorrectly when dragging the header

fix #1355

Co-authored-by: winerlu <winerlu@tencent.com>
2021-02-01 21:42:20 +08:00
Ryan2128
815618d7d3
fix(dropdown): fix popper position error (#1411) 2021-02-01 20:26:05 +08:00
xyorz
f7ed9ca68c
fix(upload): fix upload list remove animation incorrect (#1379)
fix upload list remove animation incorrect

fix #1376
2021-02-01 14:35:48 +08:00
Ryan2128
c11e572af1
fix(select): fix not scroll to default option (#1397) 2021-01-31 18:48:12 +08:00
Ryan2128
13574d9e1a
fix(select): fix tag's text is empty string when multiple with remote (#1393) 2021-01-31 18:47:52 +08:00
Ryan2128
2abf8c45d6
fix(tree): fix error cause by child node's data is not reactive (#1396) 2021-01-31 18:47:35 +08:00
jeremywu
d2ec0b9abb
refactor: Refactor message component with VCA (#1387) 2021-01-31 18:43:33 +08:00
Ryan2128
e94483a1d2
refactor(button): modify height to min-height (#1402) 2021-01-31 17:13:16 +08:00
wantMorePayMore
aef2d8cc9e
fix(tree): fix every node @check-change event fire only once (#1390)
* fix(tree): fix every node @check-change event fire only once

fix every node @check-change event fire only once (修复每个node节点@check-change事件仅触发一次问题)

* fix(tree): fix node trigger check-change only once

Co-authored-by: 田梦圆 <tianmengyuan@tianmengyuan-2.local>
Co-authored-by: Ryan2128 <33176053+Ryan2128@users.noreply.github.com>
2021-01-30 22:11:53 +08:00
kooriookami
df5d2ac97a
fix(select): fix height of select (#1383) 2021-01-28 22:12:03 +08:00
kooriookami
540a02bea5
feat(other): add addUnit util (#1382) 2021-01-28 22:10:45 +08:00
on the field of hope
0238950fab
fix(notification): remove dom when destoryed (#1378) 2021-01-28 19:19:28 +08:00
fabin5
f8177ab68c
fix(message): fix message component trigger many times bug #1269 (#1270)
* fix(message): fix message component trigger many times bug #1269

* fix(message): fix message component trigger many times bug #1269

* fix(message): delete wait method
2021-01-28 10:46:26 +08:00
Ryan2128
6681bd4a1f
fix(color-picker): fix compilation errors caused by switch (#1375) 2021-01-28 10:20:26 +08:00
justwiner
c3e54a3496
fix(table): fix column insertion disorder (#1329)
fix #1285

Co-authored-by: winerlu <winerlu@tencent.com>
2021-01-28 00:24:50 +08:00
kooriookami
a841a9727a
fix(popover): fix z-index won't update when popover is shown (#1364)
* fix(popover): fix z-index won't update when popover is shown

* fix: update

* fix: remove onmounted

* fix: update
2021-01-27 23:19:10 +08:00
Ryan2128
91b8e5d47b
improvement(dialog): make dialog's width can accept number type (#1373) 2021-01-27 23:18:22 +08:00
Ryan2128
e91197699b
fix(pagination): fix Jumper's style error (#1372) 2021-01-27 22:47:08 +08:00
jeremywu
a16201e5ba
fix(col): fix/col-style-gets-affected-by-invalid-value (#1370)
* fix(col): fix/col-style-gets-affected-by-invalid-value

- Fix the 0 value that impacts the layout rule. Fix #1366

* remove !important syntax

* fix lint issue
2021-01-27 20:10:59 +08:00
BeADre
6dd25da619
fix(table): remove tooltip when the component destroyed (#1245) 2021-01-27 15:25:55 +08:00
kooriookami
903c05a848
perf(scrollbar): when scrollbar isn't shown, hide the bar (#1342)
* perf(scrollbar): when scrollbar isn't shown, hide the bar

* fix: fix right click bar will return top

* perf: store and restore onselectstart

* perf: update
2021-01-26 22:01:49 +08:00
jeremywu
08421fab23
fix(message-box): Remove default button text for both cancel and confirm button which caused i18n not working (#1357) 2021-01-26 14:55:53 +08:00
jeremywu
650df81ece
fix/popper-api-consistency (#1354) 2021-01-26 11:50:29 +08:00
Ryan2128
dc43e7e44e
fix: fix dropdown/select/picker popper position error when has line-height (#1349)
* fix(dropdown): fix dropdown popper position error when has line-height

* fix(date-picker): fix picker popper position error when has line-height

- xxx-picker

* fix(select): fix select popper position error when has line-height

* refactor(button): adjust height to meet standards
2021-01-25 22:49:07 +08:00
zazzaz
fbf5267de6
fix: fix full bundle export (#1350)
* fix: fix full bundle export

* chore: update
2021-01-25 22:42:25 +08:00
BeADre
ed1871fe28
fix(date-picker): modify the judgment logic of startDate and endDate (#1322) 2021-01-25 19:44:00 +08:00
zazzaz
b1db142ad5
fix: fix i18n bundle error (#1346)
* fix: fix i18n bundle error

* chore: update

* chore: update
2021-01-25 16:23:15 +08:00
zhowiny
a856c463bb
feat(dropdown): add type 'contextmenu' trigger for dropdown (#1286)
* feat(dropdown): add type 'contextmenu' trigger for dropdown #961

* docs(dropdown): update dropdown trigger doc

Co-authored-by: wenyu.zhou <wenyu.zhou@huolala.cn>
2021-01-25 11:21:31 +08:00
zazzaz
6b0f716782
fix: Fix Drawer error size prop to support Number (#1335) 2021-01-25 11:00:48 +08:00
kooriookami
d58f480aa3
fix(affix): change target.value to props.target in judgement (#1343) 2021-01-24 19:29:05 +08:00
BeADre
59422d7fab
fix(carousel): fix carousel don't update the indicator and items when data change(#1244)
* fix(carousel): add methods of remove item

* fix: if delete item is current item then go next

Co-authored-by: Ryan2128 <33176053+Ryan2128@users.noreply.github.com>
2021-01-24 18:19:04 +08:00
justwiner
80de9fc5e1
fix(table): fix fixed table height error when no data(#1332)
fix #1325

Co-authored-by: winerlu <winerlu@tencent.com>
2021-01-24 16:44:26 +08:00
justwiner
50525d5e5a
fix(table): fix header checkbox can be triggered when disabled(#1333)
When the checkbox of the header is disabled, the select all cannot be triggered

fix #1307

Co-authored-by: winerlu <winerlu@tencent.com>
2021-01-24 16:30:57 +08:00
justwiner
ac068f6539
fix(table): repair table column width calculation abnormal (#1334)
fix #1330

Co-authored-by: winerlu <winerlu@tencent.com>
2021-01-24 16:23:51 +08:00
charlie0228
8993f0db27
fix(image): fix incorrect custom object-fit ratio (#1338) 2021-01-24 15:00:25 +08:00
yinfoyuan
9bcf2673e7
Badge: fix deconstructing props invalidates the data response bug (#1337) 2021-01-23 23:12:28 +08:00