Commit Graph

28 Commits

Author SHA1 Message Date
07akioni
18c6d47992 fix(popover): event listener will be removed before called 2019-10-30 17:53:09 +08:00
07akioni
8971321923 feat(drawer): light theme 2019-10-22 13:19:12 +08:00
07akioni
64526c91ab feat(tooltip): light theme 2019-09-28 13:47:54 +08:00
07akioni
4f47fd33c6 fix(popover): manual mode active at beginning 2019-09-27 23:08:08 +08:00
07akioni
07ca274eba feat(popover): light theme 2019-09-27 22:27:01 +08:00
07akioni
8685592504 feat: lazy mount detached content 2019-09-26 22:35:37 +08:00
07akioni
7a4f376d63 refactor: different manner to add namespace to detached content container 2019-09-17 19:26:06 +08:00
07akioni
61630a8510 fix(popover): use scoped slots to avoid wrong implements in render function 2019-09-05 18:26:28 +08:00
07akioni
268c5a0905 feat(slider): not finished 2019-09-05 18:06:01 +08:00
07akioni
7b7b147329 refactor(tabs): work in progress 2019-09-02 18:30:53 +08:00
07akioni
9c976c8f65 refactor(popover): remove all wrappers 2019-09-02 15:55:23 +08:00
07akioni
edecf9dc48 refactor(popover): checkpoint 2019-09-01 22:11:30 +08:00
07akioni
a5e2805d9c chore(popover): refactor checkpoint 2019-08-30 00:07:38 +08:00
07akioni
b2db272f20 feat(popover): add deactivate method and fix clickoutside handler leak 2019-08-19 15:24:51 +08:00
07akioni
b90a61821f refactor: rename $refs.contentWrapper to $refs.contentContainer 2019-08-16 16:45:26 +08:00
07akioni
f3d4ad784f fix(popover): will not vanish when only scroll wheel 2019-08-12 17:06:35 +08:00
07akioni
77b3ddad66 feat(tooltip): add width props 2019-07-26 17:40:49 +08:00
07akioni
5fa687153e refactor(popover): using zindexable 2019-07-26 16:29:11 +08:00
07akioni
309bed4fc4 feat(popover): raw content, new doc, v-model trigger event, update tooltip 2019-07-18 13:36:10 +08:00
07akioni
6e42f405ab feat(popover): add delay, show event and hide event 2019-07-18 11:49:45 +08:00
07akioni
ffad17ff1f fix(popover): some times it can't disappear normally when mouseleave
mouseleave event sometimes can't fire. So I detect mouseout outside the popover
and activator to make it disappear. Implementation has many tricks. Sigh, life
is so hard.
2019-07-18 00:32:01 +08:00
07akioni
1ac2925118 chore: remove some console.log 2019-07-17 18:42:05 +08:00
07akioni
c90255d6ba refactor(select): using mixins to refactor select, detach menu content 2019-07-17 14:40:28 +08:00
07akioni
1481a5b962 chore(select): on search single select, there may be a bug of chrome 2019-07-17 14:11:05 +08:00
07akioni
a24deb5317 refactor(popover): split it into some mixins and utils 2019-07-17 01:35:11 +08:00
hrsonion
092def0adf refactor(tooltip): use popover to refactor tooltip 2019-07-14 18:39:36 +08:00
hrsonion
6351c2f03c refactor(popover): use own implementation, remove popper.js 2019-07-14 14:25:47 +08:00
07akioni
305d629c62 chore(popover): refactor checkpoint... 2019-07-11 19:54:17 +08:00