Commit Graph

19 Commits

Author SHA1 Message Date
Zong
f3b9ebf571
fix: use more reasonable type inference ()
Use 'hasOwn' instead of 'hasOwnProperty' to complete more reasonable type inference and avoid possible bugs in the prototype chain.
2021-05-09 10:46:11 +08:00
inottn
63ac60a478
fix(upload): expose abort method () 2021-04-21 10:54:18 +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
Ryan2128
f916bf0cf6
fix(upload): fix transition error trigger when fileList is static () 2021-03-27 19:07:50 +08:00
Ryan2128
c550bcfd27
fix(popper): fix popper error cause by vue version update ()
* chore: update vue version

* fix(infinite-scroll): fix test case error

* fix(popper): fix popper error cause by vue version update
2021-03-03 11:43:31 +08:00
xyorz
f7ed9ca68c
fix(upload): fix upload list remove animation incorrect ()
fix upload list remove animation incorrect

fix 
2021-02-01 14:35:48 +08:00
jeremywu
a58f0fab90
chore(project): chore/bumping-vue-version ()
* chore(project): chore/bumping-vue-version

- Upgrade vue to 3.0.5

* chore(project): - revision dependencies
2020-12-31 11:11:45 +08:00
XiongAmao
c9c9e0d494
fix: app.use(comp.vue) type is not compatible () 2020-12-23 14:07:15 +08:00
Ryan2128
5fa80d3c5e
Fix/upload: fix two bug ()
* fix(upload): fix picture not show without slot

* fix(upload): fix fileList not work
2020-12-10 11:05:13 +08:00
bastarder
df3ef2a5cc
fix(upload): Fix upload file slot not work bug ()
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-07 15:50:47 +08:00
jeremywu
de0696b4f6
core/bumping-dependency-vue-version ()
* 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
zazzaz
53dfce0903 chore: update type 2020-11-26 23:26:03 +08:00
zazzaz
b1bdb6de8b
build: add type ()
* 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
zazzaz
b19d2fc374
fix: correct bundle export ()
* 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
hangzou
b45f084a72
fix(build): fix import module path ()
* fix(build): fix import module path

* fix: fix export constants & type

* fix(popover): fix exports and import
2020-11-04 16:30:42 +08:00
Simona
4e8ea7e4c1
feat: unify form event dispatch and global config () 2020-11-02 11:05:08 +08:00
bastarder
aea6f4204f fix: export component 2020-10-29 19:37:18 +08:00
Caaalabash
b4c84cc00a
fix(autocomplete): popper usage ()
* fix(autocomplete): dropdownWidth

* fix: el-popper usage

* test: change test file

* fix: remove storybook doc dir

* test: sleep time
2020-10-22 14:02:28 +08:00
jeremywu
cce1b5a252
feat(upload): upload component ()
* feat(upload): upload component

* bump version

* fix(upload): fix typo & doc

\

Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
2020-09-27 12:10:36 +08:00