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
zazzaz
2c706f1351
chore: update shortcuts doc ( #1369 )
2021-01-27 16:20:08 +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
xubo leng
6cabc86b77
docs(popover): amend 'open-delay' to 'show-after' ( #1352 )
...
Co-authored-by: xuboleng <467887817@qq.com>
2021-01-26 11:03:19 +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
40eedd9460
chore: update changelog
2021-01-25 17:56:37 +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
Ryan2128
afaa9cca88
feat(docs): add right nav ( #1341 )
2021-01-25 11:03:48 +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
zazzaz
29298d5974
Update package.json
2021-01-23 15:14:26 +08:00
kooriookami
df6918f51c
fix(color-picker): fix color-picker can't select 8-digit hex color ( #1323 )
2021-01-21 10:30:40 +08:00
zazzaz
bdc0f6693c
chore: update changelog
2021-01-20 15:46:07 +08:00
qiang
9429ff303f
chore: add tags and attributes completions for vetur ( #1303 )
2021-01-20 15:31:07 +08:00
justwiner
9a4beb0105
fix(table): when the data changes, the table does not update the layout ( #1315 )
2021-01-20 15:29:51 +08:00
justwiner
b85758912a
fix(table): fix bug of table-column property watching ( #1309 )
2021-01-20 15:28:34 +08:00
Ryan2128
45dbdf6e26
fix(loading): fix loading transition invalid ( #1321 )
2021-01-20 15:26:14 +08:00
jeremywu
5e031237e3
feat(project): Update with functionality to compat with vue-i18n ( #1306 )
2021-01-19 23:49:07 +08:00
Ryan2128
17d4bc6fee
fix(checkbox): fix checkbox migrate error ( #1293 )
2021-01-18 20:42:31 +08:00
Vgbire
d3ec150953
style(notification): fix style when its type set and title not set ( #1288 )
...
* style(notification): fix style when its type set and title not set
* refactor(checkbox): remove margin when no title
* refactor(checkbox): add margin
Co-authored-by: Ryan2128 <33176053+Ryan2128@users.noreply.github.com>
2021-01-18 20:38:34 +08:00
Ryan2128
63d1b1bc2e
fix(tree): fix tree node not render in lazy ( #1298 )
...
Because `this` pointer is points to origin object in constructor.
2021-01-18 19:52:18 +08:00
Homyee King
f9bf392053
docs: Update table toggleAllSelection doc ( #1289 )
2021-01-18 15:02:50 +08:00
kooriookami
09041347bf
fix(slider): fix slider can't drag in mobile ( #1299 )
2021-01-18 14:07:48 +08:00
zazzaz
89bc84e5e5
Update index.tpl
2021-01-17 00:48:52 +08:00
winerlu
10f93cf70d
fix(table): fix column insertion disorder BUG
...
fix #1285
2021-01-16 07:25:25 -06:00
Ryan2128
0898a3270b
fix(table): fix checkbox in table header style error ( #1292 )
2021-01-16 13:36:46 +08:00
Ryan2128
a95765983f
fix(table): fix table migrate error ( #1294 )
2021-01-16 13:29:12 +08:00
zazzaz
a043dd820f
chore: update changelog
2021-01-15 19:12:53 +08:00
jeremywu
363fde46f0
docs(table): fix/table-document ( #1290 )
2021-01-15 19:10:21 +08:00
zazzaz
05f62fa75f
fix: Fix Datepicker bind attr to panel error ( #1277 )
...
* fix: Fix Datepicker bind attr to panel error
* fix: Fix Datepicker bind attr to panel error
2021-01-15 18:08:09 +08:00
Ryan2128
b5be4443e3
fix(loading): fix loading transition invalid and directive loading not show in the second time when service loading show between them ( #1281 )
...
* fix(loading): fix loading transition invalid
* fix(loading): fix directive loading not show in the second time
Fix directive loading not show in the second time when a service loading show between them
2021-01-15 13:56:59 +08:00
jeremywu
931a679516
fix(dialog): Fix the change against el-overlay
caused the behavior of dialog changes. ( #1282 )
...
* fix(dialog): fix/dialog-overflowing
- Fix the change against `el-overlay` caused the behavior of dialog changes.
* fix(overlay): - Fix compatibility issue on chrome
* enhance overlay class type
2021-01-15 12:13:06 +08:00
Heekei
c81b850099
Empty: fix unexpected show title ( #1279 )
...
fix unexpected show title when mouse on svg image
Co-authored-by: zazzaz <izazzaz@hotmail.com>
Co-authored-by: jeremywu <591449570@qq.com>
Co-authored-by: jeremywu <15975785+JeremyWuuuuu@users.noreply.github.com>
2021-01-15 09:18:16 +08:00