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 |
|
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 |
|
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 |
|
zazzaz
|
ed1b58a85a
|
fix: fix date picker mouse down bug
|
2020-11-16 11:25:36 +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 |
|
zazzaz
|
6b69d0a457
|
build: fix build bundle (#545)
* chore: update
* chore: update
|
2020-11-05 19:11:04 +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 |
|
Simona
|
4e8ea7e4c1
|
feat: unify form event dispatch and global config (#527)
|
2020-11-02 11:05:08 +08:00 |
|
bastarder
|
aea6f4204f
|
fix: export component
|
2020-10-29 19:37:18 +08:00 |
|
zazzaz
|
45b8986f5a
|
fix: remove useless picker hack (#485)
* fix: remove useless picker hack
* chore: remove ad
* chore: add loading
|
2020-10-28 11:21:39 +08:00 |
|
hangzou
|
e8c162ea72
|
fix: fix rollup module (#434)
* fix(build): fix some export & import path
* fix(build): build utils
* fix: fix error import
* fix(build): fix import error
* fix(build): remove useless dependent
* fix(build): fix build command error
|
2020-10-20 11:45:44 +08:00 |
|
Enguerrand des Vaux
|
fe79cd3061
|
fix: Scrollbar migration to TypeScript (#397)
|
2020-10-13 10:39:36 +08:00 |
|
Herrington Darkholme
|
dda8b97ddb
|
Fix/lint (#392)
* chore(core): fix linting
* fix(message): fix test
* fix(message): fix message test
* fix(select): remove unused
* fix(select): fix concurrent select test case
* fix(style): remove redundant type annotation
* fix(other): linting
|
2020-10-05 12:50:34 +08:00 |
|
zazzaz
|
355a778a2c
|
Feat/datepicker && datetimepicker (#326)
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* Feat/form (#342)
* feat(form): add form component
fix #125
* test(form): add test code
* docs(form): add form doc
* feat: add uitls merge
* fix(form): fix style
* test(form): add form test code
* refactor(form): review changes
* test(form): use idiomatic vue-test-util methods
* feat(core): bump vue version
* feat(form): rewrite label wrap
* feat(form): fix tons of bugs
* fix(form): reuse ts extension
* refactor(form): move out label width computation
* fix(form): fix tons of bugs
* fix(form): test
Co-authored-by: 286506460 <286506460@qq.com>
* Feat/select (#381)
* fix: resove conflict
* feat: select basic usage
* feat: select basic usage
* feat: select feature create item
* fix: fix option data insert
* refactor: select
* fix: fix parse error
* feat: select test
* fix: select add popper
* fix: update select option
* fix: add select dependency
* fix: add index.ts file
* fix(select): clean up
* fix(select): some refactor
* fix(select): some update
* fix(select): fix all test cases
Co-authored-by: helen <yinhelen.hlj@qq.com>
Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
Co-authored-by: 286506460 <286506460@qq.com>
Co-authored-by: helen <yinhelen.hlj@qq.com>
|
2020-10-03 20:13:19 +08:00 |
|
zazzaz
|
5ed705667f
|
chore: update
|
2020-09-25 18:26:21 +08:00 |
|
zazzaz
|
c2275aae30
|
fix: use new popper syntax to fix time-picker
|
2020-09-25 18:26:21 +08:00 |
|
Caaalabash
|
612847e9d0
|
refactor(project): replace keyCode (#337)
|
2020-09-22 21:01:10 +08:00 |
|
Herrington Darkholme
|
f8da703a9a
|
feat: bump vue version (#330)
* feat(core): bump vue version
* fix(steps): remove the usage of setupState
|
2020-09-19 15:38:36 +08:00 |
|
zazzaz
|
b01a6f4e81
|
feat: Feature/timepicker && repeat-click directive (#289)
* feat: Feature/datepicker && repeat-click directive (#288)
* style: fix lint
* test: fix local test
* test: update test
* fix: update api to disabledHours
* chore: update
* chore: fix lint
|
2020-09-16 14:49:21 +08:00 |
|