Commit Graph

66 Commits

Author SHA1 Message Date
Anatoly Kolesov
714a9f0192 Menu: disabled menu shouldn't dispatch click event (#9442) 2018-01-25 10:30:15 +08:00
baiyaaaaa
f0f75fb561 Menu: move menu popup to body when collapse (#9263)
* change menu popup to body

* add menu-list

* Revert "add menu-list"

This reverts commit 5799df9bf202eb17f7b784be7eb79404fce68e8f.

* fix menu popup

* Update yarn.lock

* Update submenu.vue
2018-01-23 15:58:46 +08:00
baiyaaaaa
a75667ab78 support composite menu-item 2018-01-21 11:27:28 +08:00
HugoLew
ea7f7bb6d7 feat: el-submenu add show-timeout,hide-timeout attributes (#8934)
* el-submenu add show-timeout,hide-timeout attributes

* el-submenu add show-timeout,hide-timeout attributes

* el-submenu add show-timeout,hide-timeout attributes

* add the definition for SubMenu
2018-01-04 17:11:51 +08:00
qingwei.li
63fed345e5 feat(Menu): rerender activeIndex when menus changed, fixed #9092 2018-01-03 10:43:48 +08:00
Leopoldthecoder
475cc04681 Menu: collapsed menu shouldn't open default indices 2017-11-26 16:57:41 +08:00
carl
010b09891a fix invalid hover color of nav menu when background color contains 0 2017-11-10 12:25:02 +08:00
Leopoldthecoder
cbfd9cfab3 Menu: fix console error 2017-11-09 15:19:09 +08:00
Leopoldthecoder
4d71e2f3af Container: add min-width 2017-11-06 19:24:50 +08:00
Jordan Pickwell
fb066a6e45 Fix #7656 2017-11-04 09:30:27 +08:00
Leopoldthecoder
03ccdb4fbc Menu: register el-tooltip 2017-11-03 13:21:06 +08:00
Leopoldthecoder
fa140dea9c Merge remote-tracking branch 'eleme/dev' into carbon
# Conflicts:
#	packages/input/src/calcTextareaHeight.js
#	packages/message-box/src/main.vue
#	packages/theme-default/src/menu.css
#	yarn.lock
2017-10-20 14:08:11 +08:00
wayne
b678772e94 Carbon: add migration mixin for breaking changes 2017-10-19 01:01:47 -05:00
Leopoldthecoder
8ba6b580fd Menu: fix close menu bug 2017-10-19 00:09:22 -05:00
Black Wayne
ab47262588 Menu: support open and close submenu manually (#7412)
* Carbon: menu support open close submenu manually

* Update menu.md

* Update menu.md
2017-10-12 03:20:16 -05:00
Leopoldthecoder
186143b138 Menu: fix setAttribute error 2017-10-01 07:10:29 -05:00
maran
d6f04caefd add accessibility for menu 2017-09-26 06:48:01 -05:00
Leopoldthecoder
27dcb4e40a Menu: add chalk theme 2017-09-16 08:20:55 -05:00
Hejx
4b4b6ddf97 Remove useless parameters 2017-08-28 18:16:27 +08:00
Hejx
f68af37f26 Remove useless parameters 2017-08-28 18:16:27 +08:00
Kordan Ou
66aa58fd99 Menu: fix typo activedIndex -> activeIndex 2017-08-18 12:23:32 +08:00
Leopoldthecoder
5137867044 Menu: close menus on collapse change 2017-08-03 11:19:43 +08:00
baiyaaaaa
513c90fd7e fix menu bug 2017-07-27 14:37:56 +08:00
Leopoldthecoder
527f3bdbe9 Menu: compensate for Vue regression 2017-07-20 18:56:48 +08:00
baiyaaaaa
c73eeed291 Menu: add collapse (#5941)
* feature menu collapse

* Update menu.md
2017-07-20 12:44:52 +08:00
杨奕
dc6f754ab5 declare el-collapse-transition in its dependents (#4728) 2017-05-08 14:06:23 +08:00
qingwei.li
fff57cdfcc Add transition doc and CollapseTransition component 2017-04-20 19:27:05 +08:00
baiyaaaaa
59de02e3cd fix menu when not index active 2017-02-17 14:24:15 +08:00
Leopoldthecoder
3243b8fc98 Merge branch 'dev' into 1.2-merge1
# Conflicts:
#	package.json
#	src/utils/popup/index.js
#	yarn.lock
2017-02-09 17:33:42 +08:00
baiyaaaaa
e7365515ae normalize syntax (#2678) 2017-02-06 12:28:40 +08:00
Vinicius Reis
6dd09cc11d Click event #2551 (#2614)
* add click event

* update doc

* add tests
2017-02-04 11:20:04 +08:00
cinwell.li
9f5c08e6e6 Clean packages (#2345) 2017-01-23 14:06:01 +08:00
baiyaaaaa
e27675114b Revert "fix first enter do not active the menu bug (#2399)"
This reverts commit ef06717f64.
2017-01-17 10:37:40 +08:00
baiyaaaaa
ef06717f64 fix first enter do not active the menu bug (#2399) 2017-01-13 18:44:10 +08:00
baiyaaaaa
d3f62b7974 add submenu transition (#2298) 2017-01-09 15:50:47 +08:00
baiyaaaaa
d9d673bcc3 improve code & fix inittial submenu active bug (#2225) 2017-01-05 23:19:49 +08:00
杨奕
d2f02b828f Merge branch 'dev' into 1.1 2016-12-28 15:23:51 +08:00
qingwei.li
a906a5fccb Add vue-popup and dom helper 2016-12-26 11:41:15 +08:00
Howard.Zuo
48009e21e1 [ElMenu]: active menuitem which matches user specfied route 2016-12-25 17:15:07 +08:00
baiyaaaaa
4fa158eb32 add suport for mutil level submenu 2016-12-20 11:06:45 +08:00
baiyaaaaa
a5bdd2cabb component README update and fix 2016-12-16 10:57:54 +08:00
baiyaaaaa
7a85d55f31 normalize transition class name 2016-12-03 19:30:21 +08:00
baiyaaaaa
1f8f88615c support the title slot in menu-group (#1382) 2016-11-27 06:20:00 +08:00
qingwei.li
3c12100f52 Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
qingwei.li
70307dfadb fix package.json url 2016-11-06 12:26:14 +08:00
baiyaaaaa
135c8ed45b replace _componentTag to componentName 2016-10-30 20:18:33 +08:00
cinwell.li
f960ea50b9 Add locale feature (#678)
fix
2016-10-27 17:31:22 +08:00
baiyaaaaa
63433f28f3 Menu: add menu-trigger prop (#649) 2016-10-26 11:51:41 +08:00
cinwell.li
510034d2d2 Add istanbul ignore (#521) 2016-10-19 22:48:35 +08:00
baiyaaaaa
0c75354eb5 menu item select event improve 2016-10-19 21:58:58 +08:00