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