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
kooriookami
df6918f51c
fix(color-picker): fix color-picker can't select 8-digit hex color ( #1323 )
2021-01-21 10:30:40 +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
kooriookami
09041347bf
fix(slider): fix slider can't drag in mobile ( #1299 )
2021-01-18 14:07:48 +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
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
kooriookami
8bda98b075
feat(affix): new component affix ( #1260 )
...
* feat(affix): new component affix
re #1247
* feat: add test
* perf: update state
n
* docs: update docs
* perf: pref the component
2021-01-14 17:02:47 +08:00
jeremywu
30f1947c47
fix(overlay): Fix overlay event triggering issue ( #1235 )
2021-01-14 17:01:37 +08:00
kooriookami
e4ced422c6
fix(form): form missing emits ( #1272 )
...
* fix(form): form-item missing emits
* fix: update
2021-01-14 11:36:06 +08:00
kooriookami
478eecbc07
fix(switch): id of input can't be empty ( #1273 )
...
remove default value of id props
2021-01-14 11:07:55 +08:00
kooriookami
a00ad48324
fix(table): fix filter icon height of table header ( #1233 )
2021-01-13 15:37:14 +08:00
Ryan2128
4b6cf25722
fix(col): fix lacking props named tag ( #1264 )
2021-01-13 14:07:24 +08:00
zazzaz
f2b20c8eb8
test: add ssr test ( #1261 )
...
* test: add ssr test
* chore: update
2021-01-12 11:00:37 +08:00
Ryan2128
6530cdbeba
fix(input-number): fix increase/decrease button not work ( #1259 )
...
* fix(input-number): fix increase/decrease button not work
- fix increase/decrease not work when modelValue not in [min, max]
* test(input-number): add a test case which check increase/decrease button
2021-01-12 10:50:27 +08:00
zazzaz
f2f66b3e64
fix: fix time picker scroll bug ( #1227 )
...
* fix: fix time picker scroll bug
* chore: update
* chore: update
2021-01-11 10:33:23 +08:00
bastarder
1efee81cf3
fix(tree): fix tree node don't update after push new node into parent ( #1231 )
...
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2021-01-11 10:32:49 +08:00
Ryan2128
513908a829
fix(loading): fix loading error show when parent's display is not block ( #1250 )
...
* fix(loading): fix loading error show when parent's display is not block
* test(loading): add loading test case
2021-01-11 10:31:31 +08:00
Ryan2128
e112b9c83b
fix(input-number): fix input-number behavior error ( #1252 )
...
* fix(input-number): fix input-number behavior error
- After input-number is cleared, the focus is lost and the value of v-model is not changed when the value of Min is changed
* test(input-number): add input-number test case
* docs(input-number): update modelValue's description
2021-01-11 10:30:44 +08:00
Ryan2128
dd13cb78da
fix(select): fix emptyText error show ( #1213 )
...
* fix(select): fix emptyText error show
* test(select): add emptyText error show test case
2021-01-07 20:26:26 +08:00
jeremywu
e01f3f8995
fix(select): Replace symbols to strings to avoid individual importing symbol issue ( #1224 )
...
- Replace symbols to strings to avoid individu
2021-01-07 17:53:54 +08:00
kooriookami
446af1dc4e
fix(dropdown): fix dropdown menu stop-popper-mouse-event ( #1219 )
2021-01-07 14:00:09 +08:00
kooriookami
5c01631136
Feat/empty ( #1210 )
...
* feat(empty): add empty
* feat(empty): new component empty
re #1100
* feat: update doc
* feat: update scss
* perf: update img
* perf: update docs
* fix: update
2021-01-07 13:52:31 +08:00
jeremywu
d8faf46ada
fix(menu): fix/menu-item-group-not-working ( #1217 )
...
- Make the menu-item-group exported correctly
2021-01-07 11:52:28 +08:00
jeremywu
ade9a18010
fix(menu): fix/menu-item-not-expanding-correctly ( #1212 )
...
- Fix submenu cannot be expand correctly due to vue compiler's neg-optimization
2021-01-06 23:24:41 +08:00
jeremywu
97f992fce6
fix(popover): fix popover hijacking mouse event bug ( #1201 )
2021-01-05 17:51:31 +08:00
jeremywu
49199f3715
feat(image): feat/seperate-image-viewer ( #1199 )
...
- Seperate image viewer as a independent component. Close #1147
2021-01-05 16:28:11 +08:00
zazzaz
f2622ad48e
fix: fix year picker disabledDate bug ( #1193 )
...
fix #1192
2021-01-05 16:23:10 +08:00
xyorz
1904aee48d
fix(dialog): fix date-picker is empty when dialog opened first time ( #1144 )
...
Fix date-picker in dialog is empty when dialog opened first time
fix #1021
2021-01-04 17:52:36 +08:00
BeADre
dd341a7376
fix(tree): add deep option for the watch function of data ( #1188 )
2021-01-04 15:39:20 +08:00
jeremywu
ae5dcec1e8
fix(popper): Fix popper transition lost bug ( #1190 )
...
- Fix popper transition lost issue
2021-01-04 14:59:09 +08:00
VijayAdam
ce4f3078c0
fix(popover): clickoutside not working ( #1171 )
...
* fix(cascader): fix: cascader-panel
* fix click-outsie: change the capture phase
* Revert "fix click-outsie: change the capture phase"
This reverts commit 4f21ea4cb5
.
* 'fix(popover)'
* Update index.vue
Co-authored-by: vijay <vijayniubi@gmail.com>
2021-01-04 14:13:10 +08:00
Vgbire
027e0d7d03
style(textarea): adjust line-height of textarea .el-input__count ( #1181 )
2021-01-04 14:08:34 +08:00
jeremywu
c5f6ec3386
fix: popover variable error ( #1189 )
2021-01-04 11:32:51 +08:00
zazzaz
dc96b070b9
fix: fix WeekPicker should return the first day of the week ( #1169 )
...
* fix: fix WeekPicker should return the first day of the week
fix #1028
* chore: update
* chore: update
2021-01-02 18:23:45 +08:00
kooriookami
85bad6c169
test(select): add select modelValue prop type test ( #1173 )
...
* fix(select): fix select type missing array
* fix(select): add select test
2020-12-31 15:55:51 +08:00
jeremywu
cc8f825715
fix(dialog): fix/dialog-close-event ( #1164 )
...
* fix(dialog): fix/dialog-close-event
- Dialog now emits close event correctly
* fix overlay render error
2020-12-31 14:33:17 +08:00
kooriookami
03a7aa806e
fix(select): fix select type missing array ( #1168 )
2020-12-31 14:11:35 +08:00
zazzaz
f15d61ddbc
fix: fix timepicker keyevent bug ( #1151 )
...
* fix: fix timepicker keyevent bug
fix #904
* chore: update
* chore: update
* chore: update
2020-12-31 11:12:52 +08:00
jeremywu
a58f0fab90
chore(project): chore/bumping-vue-version ( #1159 )
...
* chore(project): chore/bumping-vue-version
- Upgrade vue to 3.0.5
* chore(project): - revision dependencies
2020-12-31 11:11:45 +08:00
justwiner
d54abc800a
fix(table): when the data changes, the layout is not updated ( #1059 )
...
Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-31 10:43:12 +08:00
bastarder
c77e773044
Fix/scrollbar ( #1123 )
...
* fix(select): fix select scrollbar bug
* fix(table): fix table filter pane scroll bug
* fix(cascader): fix cascader pane scroll bug
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-31 10:41:50 +08:00
kooriookami
6dedd12a17
fix(select): fix modelValue type ( #1158 )
2020-12-31 10:41:09 +08:00
jeremywu
70c31d0bec
build(build): buid/add-locale-theme-in-es-build ( #1132 )
...
- Now lib provides cjs format exports and es provides esm format
2020-12-27 18:05:32 +08:00
VijayAdam
c66ea89c45
fix(cascader): fix: cascader-panel ( #1112 )
...
Co-authored-by: vijay <vijayniubi@gmail.com>
2020-12-27 14:21:17 +08:00
zazzaz
41c278fd24
fix: fix date-picker clear bug ( #1114 )
...
* fix: fix date-picker clear bug
* chore: update
* chore: update
2020-12-27 14:19:43 +08:00
zazzaz
900f4b277b
fix: fix website anchor error ( #1115 )
2020-12-27 14:19:28 +08:00
kooriookami
b9ffca039f
style(notification): adjust line-height of title ( #1122 )
2020-12-27 14:15:37 +08:00
liang xiao
3b4ee6da42
feat(textarea):export method resizeTextarea ( #1032 )
...
* feat(textarea):export method resizeTextarea
i think we need export resizeTextarea to support dynamic size like element2
* test:method resizeTextarea
* test:method resizeTextarea
* test:method resizeTextarea
* Update input.spec.ts
Co-authored-by: liangxiao01 <liangxiao01@jiuqi.com.cn>
2020-12-23 17:00:59 +08:00
justwiner
f984990ec0
fix(table): fix : #1051 ( #1062 )
...
Fix: the bug of column configuration was not deleted when the column component was unloaded
fix #1051
Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-23 16:59:31 +08:00
serializedowen
169c352436
fixed #1029 #1046 ( #1066 )
...
* docs(tooltip): fixed a typo in comment
* fix(slider): fixed a slider button bug (#1029 ) (#1046 )
fixed an issue where slider button still moves upon mouseleave on tooltip
2020-12-23 16:59:05 +08:00
jeremywu
97e8848617
build(project): feat/release-automation ( #1094 )
...
- Add publish.sh for automated publishing
2020-12-23 15:59:58 +08:00
BeADre
91c5c70008
fix(pagination): v-model of page-size not work ( #1079 )
...
* fix(pagination): v-model of page-size not work
* test(pagination): add v-model pagesize test
2020-12-23 15:49:21 +08:00
XiongAmao
c9c9e0d494
fix: app.use(comp.vue) type is not compatible ( #1067 )
2020-12-23 14:07:15 +08:00
kooriookami
a2c3e096bd
fix(scrollbar): fix the style of scrollbar ( #1042 )
...
* fix(scrollbar): remove the gutter of scrollbar
re #1034
* fix: update
2020-12-23 11:07:52 +08:00
kooriookami
5dbfb9b578
fix(color-picker): fix ColorPicker drag ( #1084 )
...
fix #1077
2020-12-23 11:07:14 +08:00
justwiner
bc3ad86438
fix(table): setting z-index for table popper ( #1078 )
...
fix #1073
Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-22 16:51:09 +08:00
iamkun
3585b6f1cd
fix: fix date-picker bind $attrs issue ( #1069 )
...
fix #1065
2020-12-21 22:10:29 +08:00
porcelainHeart
8b2febe2f6
feat: new compontent Skeleton ( #953 )
2020-12-21 20:07:48 +08:00
serializedowen
c8313682bf
chore(tooltip): fixed a typo in comment ( #1063 )
2020-12-21 17:31:54 +08:00
BeADre
d4f582c0f4
fix(popper): use EmitType to replace string ( #1053 )
2020-12-21 14:11:40 +08:00
justwiner
8eb51b9eeb
fix(table): fix #1013 ( #1056 )
...
fix #1013
Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-21 14:10:24 +08:00
bastarder
5b8ee0ca9d
fix(row): fix demo button style bug ( #1057 )
...
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-21 14:09:45 +08:00
kooriookami
5e9e42bced
fix(input): add placeholder ( #1052 )
2020-12-20 14:44:06 +08:00
zazzaz
8d766dc80c
chore: update doc ( #1035 )
...
* chore: update doc
* chore: update
2020-12-18 10:57:47 +08:00
jeremywu
e97b9c972a
feat(space): feat/space ( #1002 )
...
* feat(space): feat/space
- Init commit for space component
* complete code & test & partial demo
* feat(space): feat/space
- Finish documentation for 中文 and English.
* feat(space): feat/space
- Replace flatMap to reduce.
2020-12-18 10:30:26 +08:00
SuMingJiong
ad59057506
fix(select): fix content overflow in multiple select ( #967 )
...
* fix(select): fix content overflow in multiple select
fix content overflow in multiple select
fix #919
* style(select): change the inline style
change the inline style
* test(select): add test case
add test case for the multiple select
2020-12-17 16:51:59 +08:00
justwiner
1bc545bdb1
fix(table): get global config ( #999 )
...
Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-17 16:50:19 +08:00
Square Coin
108d0d0509
fix(menu): fix collapse animation failure ( #1003 )
2020-12-16 22:28:34 +08:00
zazzaz
47002d64c8
fix: fix timepicker / datepicker fragment error ( #1009 )
2020-12-16 22:10:35 +08:00
zazzaz
f67390ed31
fix: update time select & doc ( #1014 )
2020-12-16 22:09:48 +08:00
SuMingJiong
6b83a42999
fix dialog can't scroll if the content too large ( #993 )
...
* fix(dialog): fix dialog can't scroll if the content too large
fix dialog can't scroll if the content too large
fix #991
* fix(dialog): make the mask can scroll
make the mask can scroll
fix #991
2020-12-16 10:23:44 +08:00
Simona
5d2f680088
style: fix typo ( #1008 )
2020-12-15 22:25:49 +08:00
Ryan2128
eb5a04de6c
fix(tree): fix keyboard navigation bug ( #995 )
...
* fix(tree): fix keyboard navigation bug
* test(tree): add navigate test case
2020-12-15 20:50:17 +08:00
Square Coin
e93a728872
feat(menu): update menu spec ( #980 )
...
* feat(menu): update menu spec
* feat(menu): update to rAF
* feat(menu): remove raf method
Co-authored-by: liik <linyunqianpp@126.com>
2020-12-15 14:27:54 +08:00
kooriookami
a32ac6a3ad
fix(table): fix table filter-panel style ( #943 )
2020-12-15 14:15:21 +08:00
jeremywu
9e3352c1fc
fix(dialog): fix/dialog-header-slot ( #997 )
...
- Rename the slot name from 'header' to title
2020-12-15 11:58:24 +08:00
jeremywu
d16fbb66e5
feat(virtual-list): first implementation of virtual list ( #790 )
2020-12-15 11:42:21 +08:00
kooriookami
be7b9665bb
fix(scrollbar): native scrollbar not hide when native
is not true ( #971 )
...
negative value of margin-bottom not work in certain scenarios.
2020-12-13 18:21:58 +08:00
wujieZ
1807eaa28d
style: arrow function ( #982 )
2020-12-12 22:33:46 +08:00
justwiner
0cb4f7037f
fix(table): fix the style bug when the parent container is display: flex ( #969 )
...
Fix the bug of abnormal height and width of table when the parent container is display: flex
fix #922
Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-11 16:49:19 +08:00
hangzou
eb24622055
fix: fix some components import type ( #959 )
2020-12-11 15:37:09 +08:00
kooriookami
e3177cb3b8
fix(popover): popover with pure should has border ( #954 )
...
fix #942
2020-12-10 17:04:06 +08:00
zazzaz
bcf7162b57
fix: export locale ( #950 )
2020-12-10 16:31:57 +08:00
Ryan2128
e519c6a770
fix(menu): fix open method error ( #952 )
...
* fix(menu): fix open method error
* test(menu): add open method error test case
2020-12-10 16:20:15 +08:00
jeremywu
5c144d2c4f
fix(collapse): fix collapse not emitting change ( #949 )
...
- Add emit when active changes
2020-12-10 16:17:48 +08:00
jeremywu
46a20e9e05
fix(dialog): fix dialog bouncing ( #955 )
...
- Change rendered before open dispatches to avoid bouncing
2020-12-10 16:17:12 +08:00
jeremywu
97dd66b172
fix(select): fix select multi mode rendering ( #941 )
...
- Fix select multi mode not rendering input box issue
2020-12-10 11:17:10 +08:00
jeremywu
ab39d290b7
fix(notification): fix notification left empty divs ( #913 )
...
- Remove the container div after each notification closed
2020-12-10 11:09:18 +08:00
Ryan2128
5fa80d3c5e
Fix/upload: fix two bug ( #927 )
...
* fix(upload): fix picture not show without slot
* fix(upload): fix fileList not work
2020-12-10 11:05:13 +08:00
zazzaz
c7d185c6a2
fix: add input placeholder type ( #814 )
...
* fix: add input placeholder type
* chore: update
2020-12-10 11:04:20 +08:00
Simona
1b0d86ce6e
fix(cascader-panel): checked nodes not update when options change ( #934 )
...
fix #857
2020-12-10 00:08:13 +08:00
kooriookami
1c30c50512
fix(col): update ( #875 )
2020-12-09 19:53:07 +08:00
kooriookami
709ec69c12
fix(docs): fix calendar doc params ( #911 )
2020-12-09 18:24:47 +08:00
jeremywu
33cf09ad24
fix(drawer): fix drawer layout issue ( #924 )
...
- Fix the problem when `modal` set to false, the drawer will not be able to show.
2020-12-09 18:23:15 +08:00
zazzaz
f5820de55c
fix: fix error PropType
2020-12-09 12:09:17 +08:00
bastarder
3f99b335e5
fix(tree): Right click event bug ( #886 )
...
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-08 21:04:27 +08:00
bastarder
3832028775
fix(form-item): Fix form-item props undefined bug ( #888 )
...
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-08 21:04:04 +08:00
Ryan2128
fa632b875e
fix(autocomplete): fix clearable doesn't work ( #892 )
2020-12-08 21:03:47 +08:00
Ryan2128
02099395cb
fix(color-picker): fix can not select color ( #896 )
2020-12-08 21:02:51 +08:00
Simona
fabb9d5f03
fix(popper): attr style fallthrough failed ( #897 )
2020-12-08 21:01:16 +08:00
Ryan2128
158c4f9766
fix(color-picker): fix popper-class invalid ( #883 )
2020-12-08 16:40:06 +08:00
bastarder
df3ef2a5cc
fix(upload): Fix upload file slot not work bug ( #868 )
...
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-07 15:50:47 +08:00
Simona
536c43a571
fix(input): non-emit events such as keyup not work ( #866 )
...
* fix(input): non-emit events such as keyup not work
fix #837
* fix: remove debug code
* test(input): add test case
2020-12-07 13:21:23 +08:00
bastarder
e4bb9daf4f
fix(select): Fix select.focus is undefined bug ( #862 )
...
* fix(select): Fix select.focus is undefined bug
* fix(select): Add hook test
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-07 11:29:08 +08:00
Simona
a2ad745293
refactor: optimize useAttrs signature ( #864 )
2020-12-07 10:57:48 +08:00
justwiner
6877d76d99
fix(table): ts error ( #863 )
...
Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-07 10:36:37 +08:00
justwiner
88ad652172
fix(table): avoiding the error of el-table-column rendering ( #828 )
...
fix #793
Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-07 10:35:42 +08:00
jeremywu
977767e2e7
fix(popper): fix popper gets covered by dialog/drawer ( #861 )
...
- Make popper's zIndex dynamic in order to allow popper related features in `Dialog/Drawer` to show
2020-12-07 00:22:07 +08:00
jeremywu
9ad78debcf
fix(drawer): fix drawer implementation with hook ( #817 )
...
* fix(drawer): fix drawer implementation with hook
* fix(drawer): fix drawer implementation
- Make drawer implementation as the same as dialog
* chore(drawer): documentation updates
2020-12-07 00:13:05 +08:00
jeremywu
2280dd5c5e
fix(project): fix/exporting-fix-for-volar ( #849 )
...
- Using `defineComponent` to wrap component up for Volar support, this should close #841
- Also made changes for some typing
- Removed `merge.ts` since `Object.assign` are now supported natively
2020-12-06 23:52:47 +08:00
Simona
e8a9074545
fix(cascader): render error of radio label ( #859 )
...
empty fragment will treat as invalid slot content since vue@3.0.4 which cause radio label renders
unexpectedly, so use span instead of fragment.
2020-12-06 22:52:13 +08:00
jeremywu
6bc5a5ee5a
fix(pagination): fix pagination known issues ( #811 )
...
* fix(pagination): fix pagination known issues
- Fix pagination emitting current change twice
* fix(pagination): add defaults for readability
* fix(pagination): - remove defaults
2020-12-05 22:14:38 +08:00
kooriookami
ab76b845f5
fix(select): fix error style of select-dropdown ( #838 )
...
n
fix #812
2020-12-05 21:46:58 +08:00
Simona
99dbe0e233
fix(popper): revert appendToBody from false to true ( #845 )
2020-12-05 12:30:15 +08:00
bastarder
ef35578a32
fix(form): fix form-item auto width bug ( #830 )
...
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-04 17:39:17 +08:00
leeleanlean
86f58c36be
Fix the problem that the value of popper border .is-light shows the dark style in the default state of the component "TimePicker/DatePicker/DateTimePicker" ( #829 )
2020-12-04 17:33:26 +08:00
zazzaz
fe42f4404e
fix: ts name error ( #813 )
...
* fix: ts name error
* chore: update
2020-12-04 17:07:26 +08:00
zazzaz
50bd5cf456
chore: fix typo ( #823 )
2020-12-04 16:59:07 +08:00
bastarder
b55e78b8d7
fix(select): Fix select height error bug ( #834 )
...
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-04 16:58:39 +08:00
jeremywu
790103596c
fix(select): fix select value did not match issue ( #808 )
...
* fix(select): fix select value did not match issue
- Fix when select's options were added after select is mounted, the value will not match
* fix: options.push cannot trigger watcher
Co-authored-by: 陈婉玉 <simonaliachen@gmail.com>
2020-12-04 13:39:01 +08:00
jeremywu
2455c3f605
fix(dialog): fix on demand importing dialog lacking overlay css ( #809 )
...
- Fix issue causing dialog unable to load overlay csss
2020-12-03 22:45:26 +08:00
jeremywu
b57fb4b4f5
fix(popover): fix popover positioning ( #796 )
...
* fix(popover): fix popover positioning
- Popover and popconfirm are now inserted to document.body by default
* fix(popper): remove key properties for readabilities
2020-12-03 22:43:18 +08:00
kooriookami
797b28abbb
feat(dropdown): remove outline ( #798 )
...
* feat(dropdown): remove outline
* feat(dropdown): remove outline
2020-12-03 22:39:55 +08:00
justwiner
a798508fff
fix(table): complete show-overflow-tooltip ( #736 )
...
* feat(table): complete show-overflow-tooltip
* fix(table): use $index instead of index_
fix #726
Co-authored-by: winerlu <winerlu@tencent.com>
Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-12-03 22:32:31 +08:00
Simona
5db2e9729c
fix: popper transition with 'el-zoom-in-top' ( #785 )
...
fix all picker's transition and styles, including select, autocomplete, timer-picker, date-picker
and so on, which transition should be 'el-zoom-in-top' and without duplication.
2020-12-02 22:33:26 +08:00
Simona
8f084d0e08
fix: destructing import from lodash cause dist too large in esm version ( #788 )
2020-12-02 18:14:33 +08:00
SuMingJiong
8718f2bb6e
fix(dialog): fix show-close is invalid ( #773 )
...
- Fix `show-close` flag cannot control the close button's visibility close #771
2020-12-02 17:14:10 +08:00
Ryan2128
6a83173598
fix(alert): Fix style errors when no description ( #782 )
2020-12-02 17:09:05 +08:00
Square Coin
4618f3786b
feat(menu): fix nested ref unwrap value problem ( #775 )
...
Co-authored-by: liik <linyunqianpp@126.com>
2020-12-02 15:53:25 +08:00
jeremywu
6de81654fa
fix(menu): fix navigation menu potential bug ( #768 )
...
- Fix navigation potential bug
2020-12-02 11:38:10 +08:00
jeremywu
a1621ecf72
fix(date-picker): fix date picker referencing issue ( #757 )
2020-12-01 21:27:41 +08:00
jeremywu
092c89036d
fix(pagination): fix pagination current-change event not emitting ( #756 )
...
- Fix the issue when total gets changed and the currentPage gets changed but `current-change` event
not emitting
2020-12-01 21:17:24 +08:00
Ryan2128
20db02efe9
fix(card): fix the bug that bodyStyle
can not accept Object and Array ( #754 )
...
* fix(card): fix the bug that `bodyStyle` can not accept Object and Array
* test(card): add 'bodyStyle' test case
2020-12-01 19:57:36 +08:00
Square Coin
0dc2388228
fix: fix the router behavior ( #745 )
...
* feat(menu): recover router logic
* fix(breadcrumb): correctly access $router
Co-authored-by: liik <linyunqianpp@126.com>
2020-12-01 17:34:03 +08:00
jeremywu
c938682dc5
fix(dropdown): fix dropdown incorrect style ( #741 )
...
- Making select insertion strategy defaults to document.body
2020-12-01 14:55:35 +08:00
jeremywu
de0696b4f6
core/bumping-dependency-vue-version ( #729 )
...
* bumping version
* build(core): bumping vue version
- Bumping up vue version from ^3.0.0 to ^3.0.3 due to the change of `emitOptions`
* Remove transition mock/Add before-enter and before-leave hook emitter for popper
2020-12-01 10:28:42 +08:00
kooriookami
84321952e0
doc: Fix and improve v-slot/slot ( #711 )
...
* style(slider): slider button style change
slider button add box-sizing: border-box and change the default size to make sure the style is the
same of before.
* style(slider): remove outline
* fix(docs): replace error v-slot/slot to correct
Replace all `v-slot` to `#default`, `v-slot:xxx` to `#xxx`, `slot="xxx"` to `#xxx`.
fix #704
* docs: v-slot can not bind on div
* fix: fix v-slot
2020-11-29 18:50:46 +08:00
zazzaz
e35d3f761c
chore: update build type
2020-11-27 11:19:13 +08:00
zazzaz
53dfce0903
chore: update type
2020-11-26 23:26:03 +08:00
kooriookami
62d727b567
style(slider): slider button style change ( #699 )
...
* style(slider): slider button style change
slider button add box-sizing: border-box and change the default size to make sure the style is the
same of before.
* style(slider): remove outline
2020-11-26 23:09:53 +08:00
zazzaz
b1bdb6de8b
build: add type ( #685 )
...
* build: add type
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
2020-11-26 23:09:31 +08:00
jeremywu
79ce9ae5a2
fix(message): message covered by dialog ( #701 )
...
- Fix the bug that cause poppup-manager unable to use zIndex from global config
2020-11-26 19:56:10 +08:00
jeremywu
5bd50ac16e
fix(dialog): fix dialog not updating slots issue ( #686 )
...
- Remake dialog with templates instead of render function
2020-11-24 23:06:26 +08:00
jeremywu
de86098728
fix(image): fix image not showing error content error ( #679 )
2020-11-24 20:22:40 +08:00
zazzaz
857715564b
fix: to remove vue-router dep ( #670 )
2020-11-24 14:59:06 +08:00
zazzaz
a2a515024a
Build/full ( #668 )
...
* build: update build full
* chore: update
* chore: update
* chore: update
* chore: update
2020-11-24 14:58:56 +08:00
JeremyWuuuuu
62d0e8def9
fix(cascader): fix cascader initial binding not working
2020-11-24 10:48:10 +08:00
jeremywu
41655b6847
chore(project): adding a script for upgrading vue version ( #660 )
...
* chore(project): adding a script for upgrading vue version
* Update locale.spec.ts
Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-11-23 17:51:51 +08:00
zazzaz
fcc5ea27d3
docs: update import doc
2020-11-23 16:39:38 +08:00
justwiner
8a64310e3f
fix(table): fix the filter panel is covered ( #601 )
...
Co-authored-by: winerlu <winerlu@tencent.com>
Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-11-23 16:37:11 +08:00
zazzaz
20f595385e
build: update build theme
2020-11-23 15:07:53 +08:00
zazzaz
4240e1c66f
build: update theme build
2020-11-23 14:33:20 +08:00
zazzaz
5a424d4a43
Build/component ( #656 )
...
* build: update build conf
* chore: update
* chore: update
* chore: update
* fix: rm mixin
2020-11-23 13:55:48 +08:00
zazzaz
a84b72e8f1
build: update build version
2020-11-22 21:56:33 +08:00
Ryan2128
7897fa1ba4
Fix/message-box: messageBox prompt default value is null ( #642 )
...
* fix(message-box): fix validate failed style error
* fix(input): fix input's value is a 'null' string when modelValue is null
2020-11-22 19:02:33 +08:00
zazzaz
95d28d48ea
docs: update upload doc
2020-11-22 15:51:41 +08:00
jeremywu
35dc2332f9
fix(cascader): fix cascader panel disappear unexpectedly ( #649 )
...
Co-authored-by: Jeremy Wu <jeremywu@Jeremys-MacBook-Pro.local>
2020-11-22 15:46:49 +08:00
BeADre
9769966684
fix: fix #633 ( #634 )
2020-11-21 19:11:28 +08:00
Ryan2128
3eaa653fe8
fix(select): fix tag content error in multiple mode ( #641 )
2020-11-21 11:04:52 +08:00
Ryan2128
4569f7b1f2
fix(notification): fix animation error ( #640 )
2020-11-20 21:23:42 +08:00
zazzaz
b19d2fc374
fix: correct bundle export ( #630 )
...
* fix: correct bundle export
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
2020-11-20 20:24:16 +08:00
jeremywu
8aaf0d989a
fix(popper): making popper z-index dynamical ( #632 )
2020-11-20 10:04:20 +08:00
Ryan2128
f4f1e80e6c
fix(pagination): fix page-size not update in UI when props changed ( #631 )
2020-11-19 21:44:22 +08:00
zazzaz
0b6c862f44
fix: correct locale name ( #628 )
...
* fix: correct locale name
* chore: update
* fix: add name
* fix: set correct dayjs locale
* chore: update
2020-11-19 15:58:25 +08:00
zazzaz
8181a08cf4
fix: locale update bug ( #611 )
2020-11-18 22:20:36 +08:00
SMJ
33e80d6e25
fix: fix the color picker can't colse on click twice and add z-index for the notification ( #619 )
...
* fix(select): fix the bug about clicking the select component
fix the bug about clicking the select component
fix #496
* docs: fix some bug in the docs of upload and infiniteScroll
fix some bug in the docs of upload and infiniteScroll
* docs: change the options api to composition api in the avatar docs
change the options api to composition api in the avatar docs
re #540
* Update avatar.md
* Revert update avatar.md
* fix(color-picker): fix the color picker can't colse on click twice
fix the color picker can't colse on click twice
fix #602
* fix(notification): fix notification does not have hight z-index
fix notification does not have hight z-index
fix #602
Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-11-18 22:18:27 +08:00
Ryan2128
80e3de348b
fix(message): fix massage appear without animation ( #624 )
2020-11-18 22:17:42 +08:00
Ryan2128
ebf23ffbf4
fix(tag): fix tagSize class ( #622 )
2020-11-18 22:14:17 +08:00
Ryan2128
2ce421d62f
fix(slider): fix the z-index of slider button too large ( #623 )
2020-11-18 22:13:19 +08:00
bastarder
27cbf5fb6b
fix: fix tabs bug for 'v-for' ( #618 )
2020-11-18 16:02:53 +08:00
BeADre
533638dd1a
feat: add methods for message type ( #594 )
2020-11-17 09:44:44 +08:00
zazzaz
ed1b58a85a
fix: fix date picker mouse down bug
2020-11-16 11:25:36 +08:00
zazzaz
790d831c63
fix: fix color-picker popover popconfirm style ( #584 )
2020-11-16 11:07:57 +08:00
jeremywu
1d26a350b0
fix(popper): making popper accept mouse up & mouse down event ( #597 )
...
#569
2020-11-16 10:35:30 +08:00
FengXingyuan
9603c1223f
test(input-number): finish test ( #589 )
2020-11-15 00:01:21 +08:00
JeremyWuuuuu
2e9775de2d
fix(pagination): pagination-not-emitting-size-change
2020-11-13 14:15:22 +08:00
FengXingyuan
1871670172
fix(input-number): remove excess emits, add missing emit params ( #568 )
2020-11-13 11:01:27 +08:00
zazzaz
87ed1dbe49
fix: fix menu export ( #587 )
2020-11-13 10:39:03 +08:00
zazzaz
df9adc330d
fix: update mune folder structure
2020-11-12 16:17:21 +08:00
Square Coin
da81648df7
feat: add nav menu ( #572 )
2020-11-12 14:43:55 +08:00
zazzaz
21a4c841eb
Fix/picker style ( #567 )
...
* fix: update time-picker style
* fix: fix date-time-picker style
* fix: fix time picker popper arrow
* chore: update
* chore: update
2020-11-12 11:05:12 +08:00
jeremywu
f3d24d6109
fix(popper): fix popper related style ( #562 )
...
* fix(popper): fix popper related style
* fix(popper): restore `onMount` hook, rewrite `Teleport` usage
* fix(popper): fix failed tests due to change
* fix(popper): - Fix popper initialiation method
* fix(popper): - Replace unref with internal defined unwrap function
2020-11-10 14:55:03 +08:00
Simona
efe892109c
fix: el-zoom-in-top transition ( #565 )
...
adjust transform-origin when popper with el-zoom-in-top transition place in top
2020-11-10 14:25:29 +08:00
Simona
c5fc8b4e9a
build: optimize ( #560 )
...
* build: replace ts-loader with @babel/preset-typescript
2020-11-10 14:24:09 +08:00
hangzou
9a3d2911d7
feat(build): upgrade rollup-plugin-vue ( #563 )
2020-11-10 10:38:38 +08:00
zazzaz
b942890502
docs: update i18n ( #555 )
...
* docs: update i18n
* fix: format locale name
* chore: update
2020-11-09 14:53:43 +08:00
liuxs
dbdc642f77
fix(rate): fix bugs,allow-half not correct
2020-11-07 13:05:52 +08:00
liuxs
246a12b466
fix(rate): fix bugs,allow-half not correct #546
2020-11-07 13:05:52 +08:00
滑威
ee744e2925
fix: ElCollapseTransition isn't installed ( #558 )
2020-11-06 11:43:36 +08:00
jeremywu
ce42541755
fix(popover): fix popover unable to close issue & popconfirm style issue ( #557 )
2020-11-06 11:42:31 +08:00