Johan Hernefeldt
|
8ae2defa2d
|
Dropdown: click open uses `show-timeout` attribute (#8734)
* Dropdown: Click open uses `show-timeout` attribute
* Dropdown: Modified test to work with `show-timeout` attribute
* Dropdown: Clean up in testfix
|
2017-12-10 17:42:08 +08:00 |
Jason Zoo
|
6c4006487c
|
Dropdown: inherit size from global config (#8473)
|
2017-11-24 10:42:04 +08:00 |
Leopoldthecoder
|
5406a97359
|
Chore: misc updates
|
2017-11-17 12:46:52 +08:00 |
Leopoldthecoder
|
64f154839c
|
Chore: replace includes with indexOf
|
2017-11-12 14:27:20 +08:00 |
maranran
|
81011d1c48
|
Accessibility for Cascader & Dropdown (#7973)
|
2017-11-09 10:21:27 +08:00 |
Leopoldthecoder
|
6d3636fbac
|
Merge remote-tracking branch 'eleme/dev' into carbon
# Conflicts:
# CHANGELOG.en-US.md
# CHANGELOG.zh-CN.md
# examples/app.vue
# examples/index.tpl
# examples/versions.json
# package.json
# packages/dropdown/src/dropdown.vue
# packages/theme-default/package.json
# packages/theme-default/src/date-picker/date-picker.css
# src/index.js
|
2017-10-24 18:48:54 +08:00 |
phongkt
|
5698e77c72
|
Dropdown: allow change show/hide timeout by props (#7621)
* Dropdown: Allow change show/hide timeout by props
* Dropdown: Fixes for document mistake
|
2017-10-24 04:20:03 -05:00 |
wayne
|
b678772e94
|
Carbon: add migration mixin for breaking changes
|
2017-10-19 01:01:47 -05:00 |
杨奕
|
38459ae850
|
update dependencies (#7476)
* update el-input change event
* upgrade to vue 2.5.0
* upgrade webpack to 3.7
* upgrade vue to 2.5.2
* minor style updates
|
2017-10-16 14:07:24 +08:00 |
Black Wayne
|
9b09f6aa9f
|
Form: add size attribute (#7428)
|
2017-10-12 04:50:06 -05:00 |
Leopoldthecoder
|
ee63e1e0af
|
Dropdown: fix duplicate visibleArrow declaration
|
2017-10-01 07:19:56 -05:00 |
Black Wayne
|
2a0a4bc651
|
Dropdown: add chalk theme (#7089)
* Dropdown: add chalk theme
* Dropdown: update doc
* Update dropdown.md
|
2017-09-18 23:47:13 -05:00 |
Leopoldthecoder
|
43ecb8818c
|
Merge branch 'dev' into carbon
# Conflicts:
# packages/date-picker/src/panel/time.vue
|
2017-09-14 19:33:49 +08:00 |
Leopoldthecoder
|
bd7ef92583
|
dropdown: reactive disabled trigger element
|
2017-09-12 12:49:28 +09:00 |
Leopoldthecoder
|
ef61460688
|
Merge branch 'carbon-1' into carbon
|
2017-09-01 10:56:25 +08:00 |
Leopoldthecoder
|
6ff168fd57
|
Dropdown: take care of disabled triggering element
|
2017-09-01 10:44:49 +08:00 |
baiyaaaaa
|
1f2ee02b3a
|
support dropdown placement
|
2017-08-13 11:09:53 +08:00 |
baiyaaaaa
|
c928314ac7
|
fix command
|
2017-08-03 11:33:25 +08:00 |
Hugo
|
fb99bc90b1
|
Dropdown: Allow any type from items' `command` prop
|
2017-07-02 20:23:57 +08:00 |
Leopoldthecoder
|
f9b19d9aa1
|
Dialog: fix incorrect updatePopper calls
|
2017-06-09 16:21:48 +08:00 |
luciy
|
784e9fb705
|
Dropdown: add visible-change event (#4818)
* dropdown 组件 新增触发下拉框显示隐藏时, 触发visible事件,传递当前下拉框显示状态
* Dropdown 修改事件名称,新增文档
* Dropdown 统一事件名称,修改文档
* Dropdown 统一事件名称,修改文档
|
2017-05-12 12:53:57 +08:00 |
杨奕
|
6287da4ac3
|
Popper: workaround for #3952 (#4062)
* Popper: workaround for #3952
* Changelog: update for 1.2.8
|
2017-04-07 18:36:24 +08:00 |
cinwell.li
|
9f5c08e6e6
|
Clean packages (#2345)
|
2017-01-23 14:06:01 +08:00 |
Leopoldthecoder
|
ead1d1da3f
|
Dropdown: import button/button-group, fixed #2159
|
2017-01-03 16:05:19 +08:00 |
qingwei.li
|
03a01b8dfd
|
Dropdown: fix placement
|
2016-12-29 16:37:46 +08:00 |
cinwell.li
|
47e75ad051
|
Fix overwritten warn in Vue 2.1.8, fixed #2040 (#2047)
* Fix overwritten warn in Vue 2.1.8, fixed #2040
* Fix dropdown-menu
* Fix placement again
* fix test
|
2016-12-29 10:41:19 +08:00 |
baiyaaaaa
|
d2f852a320
|
add dropdown hide-on-click prop
|
2016-12-20 18:54:50 +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 |
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
|
786d6cb905
|
dropdown-item add disabled && divided
|
2016-11-04 13:59:03 +08:00 |
baiyaaaaa
|
a4cc618e49
|
dropdown: add command api
|
2016-10-31 12:51:05 +08:00 |
baiyaaaaa
|
33c99d8ab8
|
fix dropdown menu visible bug
|
2016-10-28 10:54:29 +08:00 |
cinwell.li
|
f960ea50b9
|
Add locale feature (#678)
fix
|
2016-10-27 17:31:22 +08:00 |
cinwell.li
|
510034d2d2
|
Add istanbul ignore (#521)
|
2016-10-19 22:48:35 +08:00 |
qingwei.li
|
0cc28fb16a
|
Support publish component packages
|
2016-10-17 12:14:10 +08:00 |
baiyaaaaa
|
d87cfd7ff7
|
fix dropdown menu click
|
2016-10-13 16:12:27 +08:00 |
baiyaaaaa
|
96827a3f28
|
fix dropdown style
|
2016-10-13 13:48:10 +08:00 |
qingwei.li
|
06392ade7b
|
Clear dependencies
|
2016-10-13 11:12:24 +08:00 |
qingwei.li
|
c0cd06bc55
|
DatePicker/Dropdown/Steps/Badge(docs): fix style bug
|
2016-10-12 22:59:46 +08:00 |
baiyaaaaa
|
d8eebafbdc
|
dropdown split button prop size
|
2016-10-12 20:28:00 +08:00 |
qingwei.li
|
a71471f6e1
|
DropdownMenu: fix popper
Update changelog
DropdownMenu: Remove console
|
2016-10-12 18:58:16 +08:00 |
baiyaaaaa
|
3019e0a770
|
fixed dropdown splitButton
|
2016-10-12 09:16:57 +08:00 |
baiyaaaaa
|
58994b0710
|
dropdown bug fix & docs update
|
2016-10-09 13:52:34 +08:00 |
baiyaaaaa
|
cf3e15eab9
|
Dropdown Reconstruction
|
2016-10-07 23:39:40 +08:00 |
qingwei.li
|
3b539efb3a
|
Use cooking@1.0.0-rc.2
|
2016-09-06 11:51:08 +08:00 |
qingwei.li
|
228fee1e16
|
Fix DatePicker panel bug & Fix menu router prop
|
2016-08-23 13:29:45 +08:00 |
qingwei.li
|
33e39cbacb
|
Update cooking config
update config
|
2016-08-22 14:32:04 +08:00 |
qingwei.li
|
f8549e9084
|
Add badge component
|
2016-08-17 13:53:56 +08:00 |