Commit Graph

13 Commits

Author SHA1 Message Date
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
jeremywu
de0696b4f6
core/bumping-dependency-vue-version (#729)
* 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
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
jeremywu
8aaf0d989a
fix(popper): making popper z-index dynamical (#632) 2020-11-20 10:04:20 +08:00
zazzaz
790d831c63
fix: fix color-picker popover popconfirm style (#584) 2020-11-16 11:07:57 +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
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
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
bastarder
aea6f4204f fix: export component 2020-10-29 19:37:18 +08:00
jeremywu
f01edb558e
fix(popper): fix components used popper with tabindex (#495) 2020-10-29 10:40:38 +08:00
jeremywu
73fb527f49
feat/Popover (#339)
* init popover

* feat(popover): component almost done. next `directive`

* modifications

* code finished

* partial complete testing code

* feat(popover): popover component

* fix linter complains
2020-10-19 13:44:50 +08:00