Commit Graph

340 Commits

Author SHA1 Message Date
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
zazzaz
6b69d0a457
build: fix build bundle (#545)
* chore: update

* chore: update
2020-11-05 19:11:04 +08:00
zazzaz
50a8372afe fix: fix global locale issue
fix #551
2020-11-05 15:09:14 +08:00
hangzou
b45f084a72
fix(build): fix import module path (#543)
* 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
hangzou
8394a64478
fix: Refactor dropdown (#454) 2020-11-04 11:24:36 +08:00
Weiqi Wu
2932ba0e12
feat(switch): add loading attribute (#402)
* chore: compiled failed(#230)

* feat(switch): add loading attribute

* style: delete useless comment
2020-11-04 11:18:10 +08:00
hangzou
bb85d50cb4
feat(build): add build:locale & build:utils (#538) 2020-11-04 11:15:35 +08:00
Caaalabash
5e9c237d19
fix(autocomplete): useAttrs (#531) 2020-11-03 11:44:55 +08:00
SMJ
2d2ed23cd3
fix(select): fix the bug about clicking the select component (#513)
fix the bug about clicking the select component

fix #496
2020-11-02 17:03:09 +08:00
Simona
4e8ea7e4c1
feat: unify form event dispatch and global config (#527) 2020-11-02 11:05:08 +08:00
jeremywu
1dd58efdfd
fix(radio): fix cascader bug caused by radio also removed ElFormItemSize (#521) 2020-11-01 14:18:56 +08:00
JeremyWuuuuu
2163969059 refactor(radio): refactor radio components 2020-10-31 16:17:39 +08:00
hangzou
c408492b2b
build: build esm bundle & esm components (#518) 2020-10-30 23:26:57 +08:00