Commit Graph

653 Commits

Author SHA1 Message Date
inottn
63ac60a478
fix(upload): expose abort method () 2021-04-21 10:54:18 +08:00
kooriookami
7a1457bce0
feat(scrollbar): add docs and params ()
* feat(scrollbar): add docs and params

* fix: fix wrapStyle

* feat: add test

* feat: update
2021-04-20 10:44:10 +08:00
kooriookami
0d676acbc2
fix(dropdown): fix click disabled still trigger ()
fix 
2021-04-20 10:39:17 +08:00
kooriookami
f48c497703
Feat/descriptions ()
* feat(descriptions): new component Descriptions

* feat: update

* feat: update

* feat: update

* feat: update

* fix: revert readme.md

* feat: update

* feat: update provide key
2021-04-19 18:05:48 +08:00
jeremywu
94b410b647
feat(virtual-list): enhance-virtual-list ()
* feat(virtual-list): enhance-virtual-list

- Enhance virtual list with generic list generator and variable size list

* finish enhancement, tests awaits

* feat(virtual-list): - finalize the tests
2021-04-16 11:18:39 +08:00
jeremywu
68c8dc8e46
fix(space): fix/1839-el-space-string-spacer-style-issue ()
- Fix the issue causing horizontal layout spacer styling weird
2021-04-15 11:33:52 +08:00
xiejiahe
f3bf10cffa
fix(Checkbox): activeStyle boxShadow error () 2021-04-14 15:49:00 +08:00
kooriookami
cb29649c7f
fix(table): fix variable spelling () 2021-04-14 11:47:37 +08:00
jeremywu
cc988f9ac1
fix(table): fix table column rerendered whenever table updates
- Fix table column rerendered whenever table updates
2021-04-14 11:21:04 +08:00
kooriookami
634448d756
feat(result): new componet Result ()
* feat(result): new componet Result

re 

* feat: fix docs

* feat: perf slot

* feat: use svg icon

* feat: update variable name

* feat: update style
2021-04-14 10:18:29 +08:00
0song
041d36242d
fix: time picker change event bug () 2021-04-14 10:16:36 +08:00
xiejiahe
62cffd67a4
style: using 'Array.prototype.forEach()' () 2021-04-13 17:52:51 +08:00
xiejiahe
d2ce2604c8
style(date-picker): date-picker-com conditional judgment () 2021-04-13 15:03:40 +08:00
siam
834147c1cc
fix(date-picker): date-picker daterange panel clear value and view not update ()
Co-authored-by: liao-zhi-peng <liaozhipeng@weis-inc.com>
2021-04-13 12:14:38 +08:00
xubo leng
3359d7b193
fix(image-viewer): fix image src attribute error ()
Co-authored-by: Xubo Leng <xubo.leng@thoughtworks.com>
2021-04-13 10:40:03 +08:00
xiejiahe
ee7e9c0a00
fix(talbe): null check error () 2021-04-13 10:31:38 +08:00
张宇
6582b7cdbc
fix(avatar): fix src attributes default value () 2021-04-11 21:06:38 +08:00
Sleepy Five
4ef5439e77
fix(alert.scss carousel.scss switch.scss): v-enter(vue2) to v-enter(vue3) ()
Co-authored-by: 709299853@qq.com <709299853@qq.com>
2021-04-11 21:01:57 +08:00
justwiner
44fbd9f39f
fix(table): fix: fix bug of table crash under complex data ()
fix 

Co-authored-by: winerlu <winerlu@tencent.com>
2021-04-11 21:01:01 +08:00
inottn
77ab8ae0d8
fix(select): fix select with filterable has wrong dropdown options () 2021-04-11 20:58:58 +08:00
Mike Saprykin
fbf34667a6
fix(time-picker): added popperRef in picker to Fix issue ()
Added usage of popperRef arg in clickoutside directive in picker to fix issue 

fix ##1809
2021-04-11 20:58:25 +08:00
justwiner
270a4f96ad
fix(table): fix: page resize event not monitor ()
Monitor the page size change event, update the table layout

fix 

Co-authored-by: winerlu <winerlu@tencent.com>
2021-04-11 20:58:13 +08:00
0song
996c405b7f
fix: fix utils () 2021-04-09 13:45:21 +08:00
kooriookami
a17088d5eb
fix(slider): fix input event and style ()
* fix(slider): fix input event and style

fix 

* fix: update

* fix: fix indent
2021-04-09 10:40:50 +08:00
jeremywu
06731d8e70
fix(project): fix/1778-import-on-demand-not-working ()
* fix(project): fix/1778-import-on-demand-not-working

- Fix the issue that when building utils the functions are inlined

* - remove unnecessary variable
2021-04-09 10:00:21 +08:00
jeremywu
76f6a65a42
fix(input): fix/1754-input-prefix-icon-incorrect-height ()
- Fix the incorrect style rule for input prefix icon
2021-04-07 10:46:24 +08:00
inottn
a35b7b5d1f
fix(select): fix filter method is not called when input first letter ()
* fix(select): fix filter method is not called when input first letter

* chore(select): remove empty line

* test(select): add test case
2021-04-06 16:21:40 +08:00
0song
c81d8a30e8
fix: lint () 2021-04-06 15:56:01 +08:00
BeADre
1c4928890b
fix(picker): add focus () 2021-04-06 13:28:57 +08:00
HakurouKen
848265cb9c
fix(time-select): input value not changed with v-model bindings ()
* fix(time-select): input value not changed with v-model bindings

fix#1724

* test(time-select): add v-model test cases

* test(time-select): add test case of value updates
2021-04-06 11:47:31 +08:00
Summer
5c897bbbb8
tooltip:fix tooltip component tabindex prop ()
* tooltip:fix tabindex

* tooltip:fix tabindex
2021-04-06 11:41:53 +08:00
KeiSei
5b4e6df405
fix(select): fix type of modelValue incompatible ()
Co-authored-by: 贾希琦 <xiqi.jia@imart360.local>
2021-04-06 11:41:44 +08:00
inottn
7380b8131c
fix(utils): fix isIE logic () 2021-04-06 11:27:30 +08:00
神楽坂みずき
fe3807b4f7
refactor(card): remove needless div tag ()
fix 
2021-04-01 09:27:38 +08:00
inottn
a02737a78a
fix(input): add keydown event listener for textarea () 2021-03-31 16:24:42 +08:00
inottn
c3d1d14bdd
fix(time-picker): update oldValue when visible change ()
* fix(time-picker): update oldValue when visible change

* chore(time-picker): extract common logic
2021-03-31 16:14:45 +08:00
jeremywu
55a702ca22
fix(drawer): fix drawer close button outline issue when focusing()
- Fix drawer close button outline issue when focusing.
2021-03-31 16:14:12 +08:00
jeremywu
ac0612965f
build(project): project/bumping-vue-version ()
* build(project): project/bumping-vue-version

- Bumping vue to 3.0.9

* remove unnecessary dependency

* restore @vue/compiler-sfc
2021-03-28 12:46:58 +08:00
kooriookami
4365ffb760
fix(notification): fix style of break word () 2021-03-28 10:34:45 +08:00
jeremywu
8f256b18f7
feat(tag): add new feature check-tag ()
* feat(tag): add new feature check-tag

- Add new component `check-tag`

* feat(tag): - add check tag vetur support
2021-03-27 19:54:43 +08:00
Summer
3ac7c2c75f
fix (menu) component animation bug ()
* fix: menu component animation bug

* fix: menu component animation bug
2021-03-27 19:19:10 +08:00
justwiner
ed3062d97d
fix(table): the current row render flashing when expanding line toggle ()
Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-27 19:12:10 +08:00
Ryan2128
25868c2446
fix(message-box): fix incompatible migration ()
* fix(message-box): fix incompatible migration

* docs(message-box): add docs of buttonSize
2021-03-27 19:11:38 +08:00
Ryan2128
99451a1ef6
fix(select): fix error position of input and tags () 2021-03-27 19:08:33 +08:00
Ryan2128
f916bf0cf6
fix(upload): fix transition error trigger when fileList is static () 2021-03-27 19:07:50 +08:00
xiejiahe
e7bff99ece
fix(notification): css word break () 2021-03-27 18:11:15 +08:00
Summer
e6594ea926
Fix (popover) tabindex prop ()
* fix(popover): fix panel disappear when hover on panel

* popover: fix tabindex prop

* popover: fix popover directive

* add test case for popover

* tabindex prop does not specify a default value & update elpopover component docs

Co-authored-by: Ryan <ryanzhao2128@gmail.com>
2021-03-26 16:01:29 +08:00
justwiner
f8d5bd9270
fix(table): fix ()
Fix table can not correctly calculate bug of cell width after sorting or filtering

fix 

Co-authored-by: winerlu <winerlu@tencent.com>
2021-03-26 15:13:02 +08:00
inottn
d345e65296
fix(image): avoid onload to be overwritten () 2021-03-26 14:00:19 +08:00
inottn
178c39171a
fix(select): should reset placeholder after clear () 2021-03-24 22:54:35 +08:00