Commit Graph

1803 Commits (ee5cd93db300398e76bfb06768cdd94ba759dea0)

Author SHA1 Message Date
Leopoldthecoder 8e8b172bdc Select: remove onOptionDestroy event 2017-08-21 11:42:36 +08:00
Leopoldthecoder 735ef1ac51 Slider: reset size on click / drag 2017-08-21 11:42:21 +08:00
Prasino 931f75474e Table: fix scroll delta check bug (#6581)
* Table : fix summary scroll delta check bug
bug description: when scroll event triggered in footerWrapper,it's not event.deltaX that changed, it's event.deltaY.

* Table : fix summary scroll delta check bug
bug description: when scroll event triggered in footerWrapper,it's not event.deltaX that changed, it's event.deltaY.

* Table: fix wheelEvent check bug

* Update table.vue

* Update table.vue
2017-08-19 22:29:15 +08:00
杨奕 c7ce5c78ce Update month-table.vue 2017-08-19 19:49:00 +08:00
lingchenxuan 74970c8bde DatePicker: fix month viewer disable date bug 2017-08-19 19:49:00 +08:00
Leopoldthecoder 93910da173 Loading: use getStyle 2017-08-19 16:20:18 +08:00
Leopoldthecoder 534f9923b7 MessageBox: support empty title 2017-08-18 16:25:38 +08:00
Leopoldthecoder d6f3be8354 DatePicker: support amPm i18n 2017-08-18 14:57:51 +08:00
Leopoldthecoder 122c3690df Menu: optimize collapse animation 2017-08-18 14:34:37 +08:00
Leopoldthecoder e289e86154 Button: avoid click event bubbling when disabled 2017-08-18 14:34:00 +08:00
leezng dc77b56d31 Missing semicolon semi 2017-08-18 13:58:44 +08:00
leezng 5268a8f8c1 Autocomplete: Don't prevent form submit 2017-08-18 13:58:44 +08:00
Leopoldthecoder 018931a74f Cascader: fix duplicate prop name 2017-08-18 12:24:06 +08:00
Kordan Ou 66aa58fd99 Menu: fix typo activedIndex -> activeIndex 2017-08-18 12:23:32 +08:00
Leopoldthecoder 2250162553 Checkbox: change event only triggers on user input 2017-08-18 12:22:19 +08:00
Leopoldthecoder 1ea66bdfe4 Carousel: fix flashing items 2017-08-18 12:21:34 +08:00
kingwl e647bc994f Progress: fix incorrect vertical align if percent is zero 2017-08-17 16:39:03 +08:00
Leopoldthecoder 77ddecea25 Rate: add show-score, fix change event timing 2017-08-13 14:47:02 +08:00
Leopoldthecoder 22ab137963 Radio: change event only triggers on user input 2017-08-13 14:46:00 +08:00
Leopoldthecoder bb58f00746 Slider: change event only triggers on user input 2017-08-13 14:45:44 +08:00
Dreamacro a1324324a2 DateTimePicker: limit timepicker (#6076)
* fix: #5045

* fix: #5045
2017-08-13 12:00:33 +08:00
Leopoldthecoder a5e5be3d7a Pagination: add popperClass 2017-08-13 11:59:17 +08:00
baiyaaaaa 1f2ee02b3a support dropdown placement 2017-08-13 11:09:53 +08:00
Leopoldthecoder e3aa5ac594 Merge branch 'dev' into carbon 2017-08-09 12:37:42 +08:00
Leopoldthecoder ed2f344690 [build] 1.4.2 2017-08-09 12:23:38 +08:00
Leopoldthecoder 0966662dc0 Table: allow omitting prop if sort-method is provided 2017-08-09 11:52:27 +08:00
Leopoldthecoder aae78193f9 Table: hide table when nested in an invisible container 2017-08-09 11:52:27 +08:00
Leopoldthecoder 7fa2967515 Autocomplete: support autofocus 2017-08-09 09:57:45 +08:00
Leopoldthecoder 22aae94936 DatePicker: fix fecha i18n not responsive 2017-08-09 09:55:00 +08:00
Leopoldthecoder d31b33a1f2 Slider: fix button jumping to 0 when clicked 2017-08-09 09:54:48 +08:00
QingDeng d40d256729 Pagination: fix IE onchange doesn't work Bug (#6306)
* Pagination:fix IE onchange doesn't work Bug

Pagination:fix IE onchange doesn't work Bug

* Update pagination.js

* Update pagination.js
2017-08-06 16:13:35 +08:00
Leopoldthecoder 1a1395aa8c Merge remote-tracking branch 'eleme/dev' into carbon 2017-08-05 18:36:14 +08:00
maranran c20ff5e55c [Button] add accessibility (#6180)
* 	add accessibility for Alert、Button、 Breadcrumb、 Checkbox

* Update checkbox.md
2017-08-05 18:33:50 +08:00
Leopoldthecoder 917ce43cad Select: optimize onOptionDestroy 2017-08-05 18:00:56 +08:00
Leopoldthecoder f23629ac43 Select: remove resetIndex 2017-08-05 18:00:56 +08:00
Leopoldthecoder f477390c79 Message: add dangerouslyUseHTMLString 2017-08-05 17:52:53 +08:00
Leopoldthecoder 50e2f23436 Message: refactor icon 2017-08-05 17:52:53 +08:00
Leopoldthecoder 84657095c4 Dialog: fix vuex compatibility 2017-08-05 17:52:20 +08:00
Leopoldthecoder 7f70ea6726 Dialog: remove v-model, add append-to-body 2017-08-05 17:52:20 +08:00
Dreamacro 41c19249ab Tree: add check-descendants attribute 2017-08-05 17:36:30 +08:00
Dreamacro 54e5cd2340 Tree: render when node expand 2017-08-05 17:34:40 +08:00
Dreamacro 78e947bcac ColorPicker: support user input (#6167)
* ColorPicker: support user input

* support alpha

* Update picker-dropdown.vue
2017-08-05 16:58:09 +08:00
Dreamacro 5b7a40e951 DateTimePicker: add timeformat for datetimerange (#6052)
* DateTimePicker: add timeformat for datetimerange

* fix
2017-08-05 16:44:53 +08:00
Leopoldthecoder c340ed13e4 Notification: add position 2017-08-05 16:38:07 +08:00
Leopoldthecoder 7d69d11ead Msgbox: add dangerouslyUseHTMLString 2017-08-05 16:37:58 +08:00
Leopoldthecoder 09e02e703d Autocomplete: hide suggestions on blur 2017-08-05 16:37:34 +08:00
Leopoldthecoder f90bfa1362 Slider: reset size on resize 2017-08-05 16:37:03 +08:00
Dreamacro 5d097a0a4a DatePicker: picker interaction (#6090)
* DatePicker: fix picker interaction

* DatePicker: fix picker interaction

* fix

* DatePicker: fix picker interaction
2017-08-05 16:35:42 +08:00
wacky6.AriesMBP cfe5f9eb3d Switch: fix input and change emission sequence 2017-08-05 16:08:15 +08:00
jeremywu 1ba66276c3 Input-Number: fixed multi-size component border overflow, tested on chrome 60, canary, chromium, safari, firefox (#6310) 2017-08-05 16:06:36 +08:00
maran 7a84a3e44a RadioGroup:add accessibility 2017-08-03 17:56:48 +08:00
wacky6.AriesMBP 84f8168783 Switch: set checkbox checked property 2017-08-03 17:09:48 +08:00
wacky6.AriesMBP 2cd3ef4b6f Steps: fix progress line for error step 2017-08-03 16:43:16 +08:00
baiyaaaaa c928314ac7 fix command 2017-08-03 11:33:25 +08:00
Leopoldthecoder 5137867044 Menu: close menus on collapse change 2017-08-03 11:19:43 +08:00
Leopoldthecoder 798bb8e75d Message: add closeOnHashChange, update docs 2017-08-01 19:05:45 +08:00
Dreamacro 97183e3bc6 DatePicker: support keyboard control (#6131)
* DatePicker: support keyboard control

* DatePicker: support keyboard control

* update test timeout

* fix space
2017-08-01 19:04:31 +08:00
Dreamacro 3c8516d0a0 Cascader: fixed hover unexpected 2017-08-01 16:01:27 +08:00
baiyaaaaa 258a165416 add name prop to form components (#6042)
add name prop

Revert "feature menu collapse"

This reverts commit e5ef11d87825f02357c434aedfcef79192600b1b.
2017-07-30 16:26:05 +08:00
Dreamacro de28477064 TimePicker: support keyboard control (#6050)
* TimePicker: support keyboard control

* fix time-range

* fix timeformat
2017-07-30 16:23:01 +08:00
baiyaaaaa 5c2589677a Tab: add vertical tab (#6096)
* add tabs position

* add tabs test

* Update tabs.md
2017-07-30 16:12:06 +08:00
Dreamacro 5afe091c0e TimeSelect: support select with up & down (#6023)
* TimeSelect: support select with up&down

* using map & indexOf instead of findIndex

* fix select when time disabled

* fix ArrowUp

* TimeSelect: valid data when component blur or enter

* fix: #2514
2017-07-30 16:08:58 +08:00
Dreamacro b86fc3e13c fix implement 2017-07-30 15:46:11 +08:00
Dreamacro df16836163 DatePicker: close timepicker before dodestroy 2017-07-30 15:46:11 +08:00
Leopoldthecoder 4f21221c0b Merge remote-tracking branch 'eleme/dev' into carbon 2017-07-29 22:05:15 +08:00
Leopoldthecoder 7aa89a0dde Select: fix isObject bug 2017-07-29 21:51:35 +08:00
wacky6.AriesMBP 01f85b1831 Select: fix dropdown scroll for multiple select 2017-07-29 21:11:52 +08:00
Leopoldthecoder 76ccc20356 [build] 1.4.1 2017-07-28 12:54:14 +08:00
孙志东 ce0da21067 check popper exist before invoke scrollIntoView 2017-07-28 12:49:06 +08:00
Tong 6e685a3f02 Table: fix hover-row bgcolor of table with fixed column 2017-07-28 10:58:47 +08:00
wacky6.AriesMBP fc242b6179 Select: fix change event
Only emit change for user input

Before:
  select.value = 1;   // triggers change

After:
  select.value = 1;   // does not trigger change
2017-07-28 10:25:24 +08:00
Leopoldthecoder ee03e3b851 Upload: remove delete icon when disabled 2017-07-27 20:35:30 +08:00
baiyaaaaa 265356453e fix tabs bug 2017-07-27 20:34:11 +08:00
baiyaaaaa 8e761efbd6 fix tabs bug 2017-07-27 20:34:11 +08:00
Leopoldthecoder 638b025c66 Merge branch 'dev' into carbon 2017-07-27 15:45:12 +08:00
leezng ce270fef4d When <el-form> missing `model`, validate will return false, then throw a warning to facilitate the developer troubleshooting 2017-07-27 15:28:30 +08:00
laobubu c1ce7a21b9 Popover: fix: delayed popover appears after mouse left 2017-07-27 15:07:17 +08:00
baiyaaaaa 513c90fd7e fix menu bug 2017-07-27 14:37:56 +08:00
Leopoldthecoder c1b062b60d Form: direct child items should inherit label-width 2017-07-27 14:37:18 +08:00
Dreamacro e4f52e9221 DatePicker: fix emit pick 2017-07-27 14:36:25 +08:00
Dreamacro e001f81a88 Tree: select fix 2017-07-25 10:39:04 +08:00
Leopoldthecoder 1cecdbc057 Merge branch 'dev' into carbon 2017-07-24 19:13:02 +08:00
Dreamacro caba5cf409 Tree: add checkbox stopPropagation 2017-07-24 14:47:32 +08:00
Dreamacro 9f31626923 Tree: add updateKeyChildren method 2017-07-23 17:37:02 +08:00
Dreamacro ce72b8414d add Tree component current node method (#5988)
* Tree: add current node method

* Tree: remove current-node-key attribute

* fix warn message

* Update tree.md

* Update tree.md
2017-07-23 17:28:26 +08:00
Leopoldthecoder aba698da57 [build] 1.4.0 2017-07-21 14:01:08 +08:00
Leopoldthecoder fc2704fb71 Changelog: update for 1.4.0 2017-07-21 13:53:57 +08:00
James Wragg e79557a30b Upload: correct documentation 2017-07-21 13:32:08 +08:00
Dreamacro a408bf47fe Tree: tree expend once when checked 2017-07-21 12:15:47 +08:00
Leopoldthecoder 96f542e024 Merge branch 'dev' into carbon 2017-07-20 20:51:59 +08:00
Leopoldthecoder 527f3bdbe9 Menu: compensate for Vue regression 2017-07-20 18:56:48 +08:00
Dreamacro 0a2dd8bd53 Add focus method for some form component 2017-07-20 16:50:38 +08:00
Leopoldthecoder ced6640f7b [build] 1.4.0-beta.1 2017-07-20 15:53:06 +08:00
Dreamacro 79d1ff06f6 Tree: fix lazyload bug 2017-07-20 15:41:43 +08:00
Dreamacro cdd4aa7a8b Tree: fix setCheckedKeys bug 2017-07-20 15:41:43 +08:00
Dreamacro 02459f1833 Tree: fix setCheckedKeys 2017-07-20 15:41:43 +08:00
Dreamacro 476f76875c Tree: checkbox can be disabled 2017-07-20 15:41:43 +08:00
liyangworld 3cf5fd94c6 date-picker : fix disabledDate bug 。
未改之前,设置禁用日期后,年和月的禁用状态不准。因为只选取了年和月的某一天进行判断。修改为年和月的每一天都进行判断。
2017-07-20 14:25:55 +08:00
ChuckFields be6cc78004 DateTimePicker: Fixes DateTinePicker format is not taken into the picker itself #4931 (#5293)
* DatePicker: Fix Typing a date and tabbing does not close the calendar #4948

* DatePicker: Fix Typing a date and tabbing does not close the calendar #4948 -Updated test case

* Fixes #4931
2017-07-20 14:15:03 +08:00
baiyaaaaa c73eeed291 Menu: add collapse (#5941)
* feature menu collapse

* Update menu.md
2017-07-20 12:44:52 +08:00
Leopoldthecoder daa4f83e4f add object-typed value test 2017-07-20 12:37:04 +08:00
Leopoldthecoder 40a873e93e Select: add value-key 2017-07-20 12:37:04 +08:00
rt_eastlv e3f5673487 Table:修复取不到selection的BUG 2017-07-20 11:51:40 +08:00
Leopoldthecoder d791775683 DatePicker: fix align=center 2017-07-20 11:33:55 +08:00
wacky6.AriesMBP 90528c2a4f Cascader: use ref / refInFor for menus 2017-07-20 11:16:37 +08:00
wacky6.AriesMBP e60ff9e9b6 Select: rework auto scroll to selected option 2017-07-20 11:16:37 +08:00
wacky6.AriesMBP a32a3ef88b TimeSelect: auto scroll to selected option 2017-07-20 11:16:37 +08:00
wacky6.AriesMBP e1cda09cf4 Cascader: auto scroll to selected option 2017-07-20 11:16:37 +08:00
Leopoldthecoder d8d89c4df0 Tooltip: fix compatibility issue with Vue 2.4.x 2017-07-20 11:05:18 +08:00
baiyaaaaa 3f743a4495 fix form-item label bug 2017-07-19 09:56:32 +08:00
Dreamacro b1860f5274 support focus and blur for select 2017-07-18 12:18:26 +08:00
Dreamacro c1829e69f1 support focus and blur event for some form component 2017-07-18 12:18:26 +08:00
baiyaaaaa 67188f45b6 fix clickoutside bug 2017-07-17 16:58:30 +08:00
baiyaaaaa 383e3a5f93 fix dropdown not show 2017-07-17 16:58:30 +08:00
baiyaaaaa ed72c389fc fix autocomplete blur bug
This reverts commit 876cb88ae6.
2017-07-17 16:58:30 +08:00
jianzhi92 84c81ff9f9 Fix line height of cascader label
Cascader label isn't aligned in its parent element.
2017-07-15 17:47:20 +08:00
openks 78ec098960 pagination:fix bug Pagination page number display problem 2017-07-15 17:23:06 +08:00
杨奕 2bba39ce2e Upload: fix against non-primitive key warn in Vue 2.4 (#5872)
* Upload: fix against non-primitive key warn in Vue 2.4

* update horizontal menu test
2017-07-15 17:14:40 +08:00
helondeng 92d6008802 Table: add value as formatter parameter (#5709)
* 添加接口计算原来的列值

* export old value of column in formatter function

* Update table-column.js

* Update table-column.js
2017-07-15 17:00:36 +08:00
xiongzixiao b1c67d51a7 Loading:fix hidden dom loading bug 2017-07-15 16:59:06 +08:00
xiongzixiao bb6e20a240 Loading: fix hidden dom loading bug 2017-07-15 16:59:06 +08:00
Leopoldthecoder c8442ac3c9 Upload: remove delete icon when disabled 2017-07-15 16:41:42 +08:00
Kaung Myat Lwin 007d1fb1ad [Popover]: Open Delay Attribute (#5842)
* [Popover]: Open Delay Attribute

* Update main.vue

* fix openDelay

* Update popover.md
2017-07-13 19:41:44 +08:00
Leopoldthecoder 3bc4333578 ColorPicker: add active-change event 2017-07-13 18:17:13 +08:00
wacky6.AriesMBP 986c4a2127 Step: make progress line to be exactly 50% size 2017-07-11 18:42:50 +08:00
Leopoldthecoder 77aebbdd33 Rate: fix initial display of decimal value 2017-07-11 12:00:46 +08:00
Leopoldthecoder 0137e5b80a MessageBox: reject all cancel actions 2017-07-10 11:58:00 +08:00
baiyaaaaa 5536efab5c clear inptu value when uploader click 2017-07-05 17:29:06 +08:00
YYvanYang 87813a229c radio-group: fixed style of the border-radius while the radio button group just has an element without any siblings. (#5646) 2017-07-05 16:45:08 +08:00
杨奕 2106eea52c DatePicker: set milliseconds to 0 (#5663) 2017-07-05 16:34:24 +08:00
baiyaaaaa 6a3ee2fdc7 fix form-item style (#5588)
* fix form-item style

* add tips
2017-07-04 18:02:05 +08:00
song 4e073d1bb1 Table: row-key support for multi-level props(#5607)
* Let getRowIdentity simply support the _.get method similar to lodash.

* Complete doc

* Update table.md

* Update table.md
2017-07-02 20:24:57 +08:00
Hugo fb99bc90b1 Dropdown: Allow any type from items' `command` prop 2017-07-02 20:23:57 +08:00
Flyn b74ccda118 Table:fix table support for IE9 2017-07-02 20:05:18 +08:00
wacky6.AriesMBP 82a54fa095 Select: fix dropdown scroll 2017-07-02 20:04:50 +08:00
Leopoldthecoder 65eaf94b38 Tree: use font size variable 2017-07-02 19:58:37 +08:00
Harlan 57fff58cb3 Add dynamic add and remove support in el-steps 2017-07-02 19:58:20 +08:00
Jerre Baumeister 933b2e83af Message: add 'message' support for VNode 2017-06-23 14:52:52 +08:00
Harlan 8be103aef1 Fix issue 5340 2017-06-23 14:41:31 +08:00
杨奕 005415143c DatePicker: use fecha i18n (#5485) 2017-06-21 12:04:38 +08:00
Leopoldthecoder 48733a29f9 [build] 1.3.7 2017-06-18 21:43:53 +08:00
Leopoldthecoder 3f7cf2dcc7 Changelog: update for 1.3.7 2017-06-18 21:22:25 +08:00
rodrigore 7986126ab4 DatePicker: Fix year picker 2017-06-18 20:21:56 +08:00
Leopoldthecoder 601bd6469b add two warns 2017-06-18 18:07:48 +08:00
Leopoldthecoder 64f80f51a7 Carousel: fix initial-index 2017-06-18 17:20:20 +08:00
Leopoldthecoder 3883ab3427 Dialog: fix nested popover cannot gain focus 2017-06-18 17:20:08 +08:00
baiyaaaaa ba9a5d5ae3 fix checkbox not trigger input event bug 2017-06-18 17:19:08 +08:00
baiyaaaaa 9756a3c33a support dynamic form item rule required 2017-06-18 17:18:49 +08:00
Leopoldthecoder a54b5e626e Switch: remove user-select 2017-06-18 17:18:33 +08:00
Alashow 28fafaf832 DatePicker: fix shortcut panel overflow (#5297) 2017-06-15 21:31:48 +08:00
杨奕 37fb24567c Pagination: fix jumper responsive bug (#5377) 2017-06-15 21:31:19 +08:00
杨奕 c0dd2f562c Table: fix hidden summary row with async data (#5318) 2017-06-15 21:30:12 +08:00
Leopoldthecoder cf78e2c5a3 [build] 1.3.6 2017-06-09 20:26:08 +08:00
Leopoldthecoder 3cc37e4df4 publish independent packages 2017-06-09 20:18:40 +08:00
Leopoldthecoder 5606340a56 Changelog: update for 1.3.6 2017-06-09 20:05:51 +08:00
patriciussanctus 433a66cc40 Picker: esc => close and stop 2017-06-09 19:04:56 +08:00
ChuckFields 66cad95a4b DatePicker: Fix Typing a date and tabbing does not close the calendar #4948 (#5149)
* DatePicker: Fix Typing a date and tabbing does not close the calendar #4948

* DatePicker: Fix Typing a date and tabbing does not close the calendar #4948 -Updated test case
2017-06-09 18:41:30 +08:00
baiyaaaaa a1ec75b2f4 add props support (#5188) 2017-06-09 16:55:30 +08:00
Leopoldthecoder cb2e43f696 fix DatePicker and Select bug 2017-06-09 16:22:02 +08:00
Leopoldthecoder f9b19d9aa1 Dialog: fix incorrect updatePopper calls 2017-06-09 16:21:48 +08:00
kingwl cc7a461db5 ColorPicker: replace watch hue with computed 2017-06-09 16:21:14 +08:00
kingwl 94e6288286 ColorPicker: while watch hue and value with computed 2017-06-09 16:21:14 +08:00
kingwl 1a9822eb60 ColorPicker: fix invalid hue bar click when saturation is zero (#5080) 2017-06-09 16:21:14 +08:00
kingwl 88b5bc6e63 ColorPicker: fix nocorrect rgb value (#5179) (#5183) 2017-06-04 17:11:16 +08:00
Leopoldthecoder 48ee050b38 [build] 1.3.5 2017-06-03 20:59:38 +08:00
Leopoldthecoder 610b3552b6 Changelog: update for 1.3.5 2017-06-03 20:57:07 +08:00
chikara-chan d41c0c4ba9 feat: popup close button accessible with `tab` key 2017-06-03 18:13:50 +08:00
emododu 6563a3a804 DatePicker: timezone 2017-06-03 17:45:39 +08:00
emododu 3284e0a662 DatePicker: timezone 2017-06-03 17:45:39 +08:00
patriciussanctus 3b3b3377b5 select into dialog `esc` stopper
without modifier `.stop` after closing popper dialog also closing.
2017-06-03 17:37:06 +08:00
wacky6.AriesMBP ab129f1976 Switch: simplity internal implementation 2017-06-03 17:25:44 +08:00
Leopoldthecoder 74f8ccc87e Cascader: update popper 2017-06-03 17:07:31 +08:00
Leopoldthecoder bffb1808dc Select: add clear event 2017-06-03 17:04:25 +08:00
baiyaaaaa 0c121434e0 fix input value is null before upload submit actually 2017-06-03 16:08:19 +08:00
baiyaaaaa 04a611353b fix keydown event not bubble 2017-06-03 16:08:07 +08:00
kingwl f19cc4c7ab Cascader: fix invalid zero value (#3470) 2017-06-03 16:07:39 +08:00
baiyaaaaa e229de799a fix input-group style 2017-06-01 10:19:24 +08:00
baiyaaaaa e4fcc3eca7 fix input style bug in firefox 2017-06-01 10:16:22 +08:00
Iaroslav Mamalat 7e1c5958a2 DatePicker: bump version (#4912) 2017-06-01 07:42:06 +08:00
baiyaaaaa 1b8dae2b4b fix input number style 2017-05-31 10:26:54 +08:00
wacky6.AriesMBP bd2e172fa3 Select: fix default-first-option with remote
make default-first-option work with async filter/remote method
test is updated to reflect this change
2017-05-30 11:21:02 +08:00
baiyaaaaa 3206c02b40 fix when value is null 2017-05-30 09:37:59 +08:00
杨奕 4306672116 Table: fix incorrect expression (#5109) 2017-05-30 00:49:24 +08:00
Geeku 39564cb7e8 carousel: be able to switch autoplay state 2017-05-29 09:22:36 +08:00
lvdongbo 0d5b7c0341 支持修改button的默认边框颜色 (#5068) 2017-05-27 10:47:02 +08:00
pengchongfu 876cb88ae6 Select: remove clickoutside, fix #4985 (#4998) 2017-05-24 11:19:18 +08:00
Leopoldthecoder 862ba049e9 [build] 1.3.4 2017-05-23 02:09:34 -07:00
杨奕 f485a3ff9e Select: fix emptyText display when allow for create (#4977) 2017-05-21 21:46:46 +08:00
杨奕 5257b1ede8 Table: fix wrong stripe style with expandable rows (#4873) 2017-05-21 14:08:23 +08:00
wacky6 e2e31790da Select: add default-first-option
default-first-option: boolean
* if set to `true`, select first matching option on enter
* only works if `filterable` or `remote` is `true`

test is included
2017-05-18 06:36:04 -07:00
暮雨 3fb5131d64 Table: fix #4692
table[highlight-current-row] with column[type=expand] will highlight wrong row
2017-05-15 18:21:46 +08:00
patriciussanctus 3bdeb592df Update component.vue
For using `done(false)` as well as `vue-router.beforeEach` function `next(false)`.
There are cases when it is necessary.
2017-05-15 18:15:57 +08:00
Leopoldthecoder 850a24fe4e [build] 1.3.3 2017-05-14 17:03:08 +08:00
Leopoldthecoder cce0061e56 some bug fixes 2017-05-14 16:10:41 +08:00
pengchongfu f2e8586f1a TimePicker: strange css behavior, fix #4813 2017-05-13 21:26:16 +08:00
wacky6 3902bcc3e8 DatePicker: fix, add test for unwanted 'input' event emission
Fixes issue: https://github.com/ElemeFE/element/issues/4624
2017-05-13 18:36:31 +08:00
Liril 4f03d2795a Cascader: Add default before-filter 2017-05-13 11:08:47 +08:00
cinwell.li 7f7d76deb1 Update row.js 2017-05-12 18:46:28 +08:00
qingwei.li 3551ff0288 Layout: custom element tag 2017-05-12 18:46:28 +08:00
luciy 784e9fb705 Dropdown: add visible-change event (#4818)
* dropdown 组件 新增触发下拉框显示隐藏时, 触发visible事件,传递当前下拉框显示状态

* Dropdown 修改事件名称,新增文档

* Dropdown 统一事件名称,修改文档

* Dropdown 统一事件名称,修改文档
2017-05-12 12:53:57 +08:00
Leopoldthecoder ffe02fb6da [build] 1.3.2 2017-05-10 20:53:57 +08:00
Liril fd7342bde6 Cascader: Add before-filter hook 2017-05-10 19:56:24 +08:00
Leopoldthecoder d338372979 Table: fix table body height calculations 2017-05-10 19:53:59 +08:00
Leopoldthecoder 595271f463 DatePicker: update week when value changes 2017-05-10 19:53:48 +08:00
Leopoldthecoder bda5754d86 Pagination: fix default layout style in firefox 2017-05-10 19:53:34 +08:00
pengchongfu afb6625d7c InputNumber: improve user experience when typing, fix #4661 (#4712) 2017-05-10 18:27:50 +08:00
杨奕 dc6f754ab5 declare el-collapse-transition in its dependents (#4728) 2017-05-08 14:06:23 +08:00
Leopoldthecoder 07748597a5 [build] 1.3.1 2017-05-06 18:22:17 +08:00
Leopoldthecoder f2fee567b9 Switch: fix change event parameter 2017-05-06 17:38:18 +08:00
Leopoldthecoder 2fbe685506 Table: fix summary row scroll 2017-05-06 17:37:28 +08:00
Leopoldthecoder 50777f6779 Autocomplete: fix a Chinese composition bug 2017-05-06 17:35:45 +08:00
Leopoldthecoder e064b78e9b [build] 1.3.0 2017-05-05 08:37:30 +08:00
Leopoldthecoder 3a19bdd191 Dialog: fix visible.sync compatibility with before-close 2017-05-05 08:33:07 +08:00
任侠 b269c22bba table: set width for each td>div.cell.el-tooltip element(#2198,#3128) 2017-05-05 08:06:02 +08:00
pengchongfu 5fc7e18891 ColorPicker: empty value by v-model, fix #4662 2017-05-05 07:57:46 +08:00
baiyaaaaa 7adb556ed4 fix uploading progress text style 2017-05-04 13:56:21 +08:00
baiyaaaaa 17e2d458ae fix uploading style bug 2017-05-04 13:56:21 +08:00
Liril bf7eabb64d Form: Add label slot 2017-05-03 18:35:55 +08:00
wacky6 6ee73f7715 DatePicker: fix, add test for default-value 2017-05-03 18:35:18 +08:00
Leopoldthecoder fca6207b7e [build] 1.3.0-beta.3 2017-05-03 15:49:29 +08:00
Leopoldthecoder defd128f54 add .sync support for Dialog and Pagination 2017-05-03 15:20:57 +08:00
Leopoldthecoder d6265daf73 fix datepicker test, revert emitter-removing attempt 2017-05-03 15:20:47 +08:00
Leopoldthecoder 0da3967d3a Revert "Form: remove emitter (#4532)"
This reverts commit fff7dddd94.
2017-05-03 15:20:47 +08:00
white.wang 22c65df30f Table: Add filter-placement for table filter Popper; If the column is too wide, the popper's position will be improper;
https://jsfiddle.net/whitewang/obpsLcva/7/
2017-05-03 14:24:31 +08:00
white.wang 324f541c76 Table: Add filter-placement for table filter Popper; If the column is too wide, the popper's position will be improper;
https://jsfiddle.net/whitewang/obpsLcva/7/
2017-05-03 14:24:31 +08:00
baiyaaaaa b295e1b972 support upload abort 2017-05-03 14:16:35 +08:00
cinwell.li 378c33d001 Merge pull request #4572 from baiyaaaaa/dev
fix preview when auto-upload is false(#4387)
2017-05-02 18:36:00 +08:00
杨奕 fb4a786249 MessageBox: add 'message' support for VNode (#4550) 2017-05-02 14:59:55 +08:00
Boik 1e97585690 Checkbox: fix a typo in checkbox.css 2017-05-02 14:16:09 +08:00
baiyaaaaa 09cb7049a8 fix preview when auto-upload is false 2017-05-02 11:33:35 +08:00
cinwell.li fff7dddd94 Form: remove emitter (#4532) 2017-05-02 10:25:39 +08:00
Paul 54e2047818 [Carousel] Add an optional label to indicator buttons (#4317)
* Add optional label to indicator buttons

* Add styling for indicator labels

* Fix positioning of indicators

* Update item.vue

* Update main.vue

* Update carousel.css
2017-04-30 15:02:42 +08:00
Philip Andersson fcfda74543 [Bugfix] el-select multiple with vuex (#4226)
* Select: Fix Vuex compability when using multiple

* Adding timeout for first click to allow input event to propagate before second click

* Update select.vue
2017-04-29 21:05:01 +08:00
qingwei.li d3bf30b48c Input: simplify props 2017-04-29 14:41:15 +08:00
Leopoldthecoder 612c6b2c6c [build] 1.3.0-beta.2 2017-04-28 22:13:22 +08:00
Leopoldthecoder 7c5599224a [build] 1.3.0-beta.1 2017-04-28 17:18:31 +08:00
Leopoldthecoder bc5b7b23c4 Changelog: update for 1.3.0-beta.1 2017-04-28 16:47:05 +08:00
杨奕 ec3895fdba Transfer (#4337)
* add transfer

* Transfer: add English doc

* Transfer: add tests

* update locale files
2017-04-28 16:15:49 +08:00
杨奕 349894d107 Table: add summary row, fixed #1307, fixed #4451 (#4484) 2017-04-28 15:53:39 +08:00
杨奕 d892b0a33d Update date.vue 2017-04-28 14:24:03 +08:00
杨奕 653ad34c75 Update date.vue 2017-04-28 14:24:03 +08:00
ousiri 313ec8de51 DatePicker: 当format不包括秒时,时间下拉菜单不展示ss 2017-04-28 14:24:03 +08:00
Leopoldthecoder 45043754df update dependencies 2017-04-28 14:09:25 +08:00
Leopoldthecoder 7c9ec6d19d Radio: fix radio-button style when nested in a form-item 2017-04-28 13:53:45 +08:00
CoffeeDeveloper 4243920a17 DatePicker: make type responsive(#4417) 2017-04-28 12:28:09 +08:00
wacky6.AriesMBP 3fe9acf294 DatePicker: supports default value
default-value sets a default value when picker opens
2017-04-28 12:09:37 +08:00
baiyaaaaa f989479961 support use transitiongroup in el-col (#4483) 2017-04-27 13:07:29 +08:00
liyl 3655d0be33 Switch:feat support number value 2017-04-27 11:46:16 +08:00
liyl 19c5afb2df Switch: feature add-expand-value 2017-04-27 11:46:16 +08:00
baiyaaaaa fec489ec7b fix upload can't select the same file 2017-04-27 11:45:39 +08:00
杨奕 beac09e5b2 Slider: update vertical mode (#4375) 2017-04-27 08:28:38 +08:00
Boik 90eb1e1927 Autocomplete: fix problem when input with Chinese input method (#4393) 2017-04-27 00:25:18 +08:00
杨奕 92b4156aaa Select: optimize performance of long option list (#4444) 2017-04-26 00:08:15 +08:00
baiyaaaaa 74f01254b7 invoke on-change hook when file select 2017-04-25 22:27:19 +08:00
baiyaaaaa b1d74460d9 add disabled feature 2017-04-25 19:08:32 +08:00
杨奕 5abce7d800 Dialog: add before-close (#4423) 2017-04-25 17:28:40 +08:00
pengchongfu ed4b666167 TimePicker: adjust number position, fixed #4323 2017-04-25 10:46:35 +08:00
Leopoldthecoder 1c4ff99508 Tree: fix registerNode error when nodeKey is 0 2017-04-24 13:44:27 +08:00
杨奕 91476e5c79 Table: add setCurrentRow (#4390) 2017-04-22 01:11:32 +08:00
Mathieu DARTIGUES 0bf50bfc2e Add button style to checkbox (#3697)
* Add button style to checkbox

* Implement min/max for checkbox button group

* Fixing a display bug when chekbox is ':checked'

* Update docs to integrate example button+min/max option

* Register correctly checkbox-button
Last fixes after cherry pick and bad rebase...
2017-04-21 16:12:38 +08:00
devange 8e1d8329aa Slider: add vertical mode 2017-04-21 14:13:59 +08:00
xingoxu 46650289b7 DatePicker: fix date not disabled when type=datetime and input by text 2017-04-21 13:44:08 +08:00
qingwei.li fff57cdfcc Add transition doc and CollapseTransition component 2017-04-20 19:27:05 +08:00
Leopoldthecoder c1efdac6ab [build] 1.2.9 2017-04-19 20:19:08 +08:00
Leopoldthecoder 907d3218b7 ColorPicker: fix style when nested in form-item 2017-04-19 19:35:16 +08:00
Leopoldthecoder 7883b16bef Tooltip: add hide-on-hover 2017-04-19 19:35:03 +08:00
Leopoldthecoder e7a610621f Select: fix width changes when clear icon shows, fixed #4202 2017-04-19 19:34:54 +08:00
pengchongfu 32543f3671 Table: manage tooltip state better, fixed #4044 2017-04-19 18:27:49 +08:00
pengchongfu 9be5a40b3f DatePicker: set default value when clear, fix #4135 (#4186) 2017-04-19 18:05:18 +08:00
Alexandre Mouillard d51f08870d Notification: add onClick handler 2017-04-16 21:03:48 +08:00
baiyaaaaa bcbd94f460 fix upload file remove can't remove when auto-upload is false 2017-04-16 21:02:11 +08:00
pengchongfu 7d5da7575d Cascader: adjust close icon z-index, fix #4084 2017-04-16 11:51:10 +08:00
pengchongfu 36cc555f6e Select: avoid stack overflow, fix #4106 2017-04-16 11:35:21 +08:00
杨奕 442b713fc3 Radio: fix radio-button not working when other texts are selected (#4217) 2017-04-14 19:18:12 +08:00
杨奕 a02c6ed3c2 Table: fix a handleClosePopper bug, fixed #3888 (#4085) 2017-04-12 11:26:45 +08:00
pengchongfu ceccf51793 Tree: sort correctly, fix #4006 (#4107) 2017-04-12 10:19:09 +08:00
pengchongfu fcbee106cf Radio: radio button box-shadow, fixed #3978 (#4002) 2017-04-08 12:12:33 +08:00
Jerret321 6ca99c4f8f disable tab remove when tab disabled (#4042)
* when tab  is disabled, disable remove handle.

* disable remove when tab disabled
2017-04-08 11:38:59 +08:00
Konstantin Azarov 9c21be25e7 Ensure inner el-upload uses name attribute (#3940)
In order to avoid confusion when posting the form using regular non-xhr requests.
Also do not clear input value after `handleChange` event.
2017-04-08 11:37:05 +08:00
Leopoldthecoder d4204039ab [build] 1.2.8 2017-04-07 19:25:13 +08:00
杨奕 44bc660b8b change mask icon source to github (#4063) 2017-04-07 18:57:06 +08:00
Liril d184e9c0b6 Table: Add silent for filter-chagne 2017-04-07 18:55:59 +08:00
Liril d652e73f74 Table: init filters. 2017-04-07 18:55:59 +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
baiyaaaaa 24cd59ff7f support layout grid 0 2017-04-07 17:33:28 +08:00
Andrés Álvarez 3417f9f006 Add basic <hr> CSS styles (#4061) 2017-04-07 17:05:17 +08:00
liyl 29162c76f1 Table: Fixed #3896 (#4023)
* Table: Fixed #3896

* Table: fixed filter-panel format

* Table: fixed filter-panel.vue
2017-04-07 13:52:38 +08:00
pengchongfu 3bb5b5e7d4 Table: delete duplicate declaration "ElTooltip", fixed #4046 (#4047) 2017-04-06 21:44:33 +08:00
pengchongfu 640054bd1c Tabs: update on resize, fixed (#3890) (#3938)
* Tabs: update on resize, fixed #3890

* Tabs: update on resize, fixed #3890
2017-04-06 18:55:59 +08:00
杨奕 cc1349eba9 Select: fix single mode allow-create not working in Vue 2.2.x (#3984) 2017-04-06 18:49:12 +08:00
qingwei.li 646b521085 Table: hide tooltip when it is destroyed, fixed #3836 2017-04-06 17:14:34 +08:00
qingwei.li a2a0095167 Table: add tooltip component, fixed #3888 2017-04-06 17:14:34 +08:00
qingwei.li cb0a60066b Table: improveper formance for init tooltip, fixed #3836 2017-04-06 17:14:34 +08:00
pengchongfu 48054d12a5 Slider: triggers validator when value changed, fixed #3968 2017-04-05 12:41:10 +08:00
Marcel Eschmann 658a91ee23 DatePicker: Fix repository url (#3985) 2017-04-05 10:40:53 +08:00
pengchongfu 9e32cccc73 Message: add ability to close all Messages #3941 (#3966) 2017-04-04 18:00:01 +08:00
syn-zeta b4e4efd872 Update input.css to use already defined variables (#3967) 2017-04-04 17:59:32 +08:00
IncredibLink 621c4b445a Message: make the text vertically center 2017-04-04 15:46:03 +08:00
liyl 6afa2ba690 Slider: feature - add format-tooltip prop (#3657)
* Slider: add format-tooltip prop

* Docs: update slider.md

* Docs: update slider.md
2017-04-04 15:40:39 +08:00
xhd f9d8a0e03f fixed #3800
https://github.com/ElemeFE/element/issues/3800 fixed
2017-04-04 15:32:29 +08:00
song 9490e5d40f Update select.css
修改为```var(--index-normal)```
2017-04-04 15:20:49 +08:00
song aa70f68cdd Update select.css
tags的层级是1000,导致超出了Dialog的层级。
是否默认z-index:1;就够用了?
2017-04-04 15:20:49 +08:00
Jared Fraser 83ed9513ea TableBody: Tooltip used but not imported. (#3973)
* Defined the tooltip component

* Removed component alias
2017-04-03 22:01:24 +08:00
杨奕 1284a4f2da Switch: remove button and text z-index, fixed #3932 (#3934) 2017-04-01 14:20:09 +08:00
Liril d233a16821 Table: Hack for dynamics change columns. 2017-04-01 14:07:45 +08:00
sunlei33 5eef48b97e Form: 如果需要验证的fields为空,调用验证时立刻返回callback (#3944)
* Form: 如果需要验证的fields为空,调用验证时立刻返回callback
同时修复几个代码格式用来通过npm run dist

* fix travis

* fix travis

* fix travis
2017-04-01 14:06:23 +08:00
81ba7084e3 Add support for httpRequest Promise (#3389)
* Add support for httpRequest Promise

添加支持httpRequest Promise

* fixbug

* fixbug
2017-04-01 11:05:27 +08:00
cinwell.li eac95e99c4 DatePicker: fix setMonth, fixed #3923 (#3935) 2017-04-01 10:55:48 +08:00
IMike f6661e2acf Table: fix border style bug in FF (#3926)
linux系统FF浏览器border显示不全
2017-03-31 17:34:32 +08:00
Mathieu DARTIGUES dfddd5d857 Rename minimum/maximum to min/max, type to Number 2017-03-31 00:02:39 +08:00
Mathieu DARTIGUES 3cefe969be Add minimum/maximum prop to checkbox group 2017-03-31 00:02:39 +08:00
Semen Levenson b9e3e7faef Option: Fix #3728 bug
Select component with remote search clears what you typed when the value for each el-option is an object
2017-03-30 11:36:05 +08:00
暮山紫 394bc47af1 when remove tag, (#3811) 2017-03-30 11:35:19 +08:00
pengchongfu 88d4a390d0 Form: fix form-item resetFields (#3830) (#3840) 2017-03-30 11:33:44 +08:00
baiyaaaaa 262ac629a2 fix cascader style bug (#3877) 2017-03-30 11:29:39 +08:00
cinwell.li 47f72baa42 MessageBox: add enter event for prompt (#3867) 2017-03-30 11:11:28 +08:00
tianhai82 b51e801e84 Update cascader.css (#3862)
Update cascader.css so that it looks better in non-white background
2017-03-30 10:28:55 +08:00
qingwei.li 52fa5b69f0 [build] 1.2.7 2017-03-29 12:07:40 +08:00
cinwell.li a3273188e7 Table: improve performance for rendering tooltip, fixed #3478 (#3836)
* Table: improve performance for rendering tooltip, fixed #3478

* Table: add tooltip-effect property
2017-03-29 11:59:12 +08:00
cinwell.li aa63558340 Scrollbar: compatible with vue 2.2.6, fixed #3797 (#3845) 2017-03-29 11:58:34 +08:00
Leopoldthecoder ffb79f646f [build] 1.2.6 2017-03-28 18:31:32 +08:00
Leopoldthecoder 62332f07ce Select: exec removeResizeListener in beforeDestroy hook, fixed #3797 2017-03-28 17:43:28 +08:00
cinwell.li 1a481f5c55 Steps: add status prop, close #3722 (#3724) 2017-03-28 15:09:22 +08:00
cinwell.li 01d747358b TimePicker: fix time calculation error, fixed #3479 (#3721) 2017-03-28 15:07:45 +08:00
cinwell.li 7d89f0d269 Switch: compatible with vue ssr, fixed #3752 (#3820) 2017-03-28 15:06:34 +08:00
Liril 5f5ae1408e Table: Change debounce invoke atBegin. 2017-03-28 15:05:17 +08:00
pcf 04fa32a8d0 rename delete-tag to remove-tag 2017-03-26 21:33:00 +08:00
pcf 954caf12bc Select: fix delete-tag 2017-03-26 21:33:00 +08:00
pengchongfu a3dca68fb0 Select: add delete-tag event (#3632) 2017-03-26 21:33:00 +08:00
cinwell.li 43bb065e69 DatePicker: fix format week, fixed #2774 (#3687) 2017-03-24 15:44:23 +08:00
cinwell.li 8f9b473911 DatePicker: add onPick option, close #2921 (#3681)
* DatePicker: add onPick option, close #2921

* DatePicker: fix typo
2017-03-24 15:32:34 +08:00
cinwell.li 8359db6d25 Popover: fix destroy the events, fixed #3555 (#3672) 2017-03-24 15:31:21 +08:00
cinwell.li fd42bf1efc DatePicker: fix defualt selected in weekpicker, fixed #3058 (#3680) 2017-03-24 15:10:17 +08:00
cinwell.li a303c04f9e Steps: fix step last child style (#3690) 2017-03-24 15:06:22 +08:00
pengchongfu 80d0ce2271 InputNumber: clearInterval before setInterval (#3514) 2017-03-24 10:26:07 +08:00
cinwell.li 233cdc28e9 RadioButton: move radio-button css to radio-button.css file, fixed #3276 (#3723) 2017-03-24 00:46:47 +08:00
cinwell.li bf3f43b467 Rate(doc): fix text-color default value, fixed #3206 (#3683)
* Rate(doc): fix text-color default value, fixed #3206

* Rate: fix textColor default value
2017-03-23 13:36:07 +08:00
Gabriel Oliveira adaec8199f Slider: fix slider positioning 2017-03-23 12:33:09 +08:00
Nicolaj Egelund 91613ba59d Added .el-table__body to tr:hover 2017-03-23 11:36:04 +08:00
baiyaaaaa fdac5519d2 fix upload docs typo bug 2017-03-20 12:56:34 +08:00
baiyaaaaa 8523865056 fix file not remote when before-upload reject 2017-03-20 11:56:56 +08:00
Leopoldthecoder a9af13cf41 [build] 1.2.5 2017-03-19 10:43:29 +08:00
Leopoldthecoder a76547eaa3 Dialog: remove unnecessary inline style 2017-03-19 09:44:22 +08:00
Leopoldthecoder 09761ca59b Msgbox: fix second param not passed to callback 2017-03-19 09:44:00 +08:00
杨奕 e09d7c74a4 Collapse: fix accordion panel name=0 closing issue (#3546) 2017-03-18 15:29:26 +08:00
杨奕 fef0334e43 misc updates (#3583) 2017-03-18 15:17:18 +08:00
Cyril Su c31f19a4e8 Table: Fixed wrong height. (#3539) 2017-03-18 08:40:01 +08:00
baiyaaaaa 87ba502d91 remove unused 2017-03-17 14:03:44 +08:00
杨奕 3b4c44fc1b Col: hide cols with xs/sm/md/lg assigned to 0 (#3564) 2017-03-17 11:43:39 +08:00
杨奕 c6ea89a809 Upload: fix migrating message typo (#3510) 2017-03-17 10:54:47 +08:00
Gabriel Oliveira 4af6c854d0 Slider: precision is now a computed prop 2017-03-15 21:58:28 +08:00
Gabriel Oliveira 75e5b0ecea Slider: fix step not updating precision 2017-03-15 21:58:28 +08:00
wacky6.AriesMBP 67d8eae691 theme-default: fix form-item label-top style
use `text-align: left` to display line-wrapped labels properly
2017-03-15 16:32:28 +08:00
tomieric 1e689a22c8 #3441 el-button-group disabled style bug 2017-03-15 15:06:45 +08:00
汪磊 c7ddf61e08 Remove useless var `button-paddding`
```css
   --button-paddding: 5px 20px; /* useless */
```
2017-03-15 14:59:04 +08:00
luxp 43bd98e171 fix the issue ElemeFE/element#3021 2017-03-15 14:54:59 +08:00
Gabriel Oliveira f86427f25a Slider: add show-tooltip prop 2017-03-15 13:49:56 +08:00
Leopoldthecoder 8c9bfbe879 [build] 1.2.4 2017-03-09 18:15:02 +08:00
Leopoldthecoder 2a632f04e5 Slider: fix incorrect initial value when min>0 and showInput is true 2017-03-09 17:08:54 +08:00
张韧 b29ce95b81 add labelClassName 2017-03-09 17:05:55 +08:00
baiyaaaaa a87b6e2e94 add custom http requrest 2017-03-09 16:55:05 +08:00
cinwell.li 4ac6fed6a5 Tooltip: fix ssr, fixed #3173 (#3214) 2017-03-09 16:18:20 +08:00
杨奕 12cefcf26a Carousel: fix item change handler blocked by debounce with multiple instances (#3380) 2017-03-09 15:57:05 +08:00
杨奕 e695088606 DatePicker: fix range-separator not working with more than one instances (#3378) 2017-03-09 15:53:25 +08:00
Leopoldthecoder e4fe26840f update upload doc and add arrow click sorting for table 2017-03-09 12:21:13 +08:00
imyzf 54a29e8394 Loading: updating loading text regardless of binding value change 2017-03-08 16:14:02 +08:00
imyzf e467da0722 Loading: keep loading text sync with element-loading-text attribute #2272 2017-03-08 16:14:02 +08:00
baiyaaaaa 5527a75415 col-0 support (#3313) 2017-03-07 11:03:47 +08:00
杨奕 e8ad1013d4 Cascader: fix initial value not displaying when disabled (#3297) 2017-03-07 10:56:47 +08:00
cinwell.li cdc482c0c4 Merge pull request #3219 from thomasyonug/dev
cascader:bug fix #3191. when menuIndex = 0 edge case
2017-03-06 18:48:58 +08:00
cinwell.li 44f8ed2898 Merge pull request #3262 from baiyaaaaa/feat-form
fix inline form style bug(#3218)
2017-03-06 18:48:06 +08:00
cinwell.li f5895faa74 Merge pull request #3265 from baiyaaaaa/select
fix select style problem(#3230)
2017-03-06 18:47:53 +08:00
cinwell.li dc145516c9 Merge pull request #3277 from broven/dev
form-item: fix #3226
2017-03-06 18:46:46 +08:00
cinwell.li a8fab56279 Merge pull request #3261 from baiyaaaaa/dev
fix nested tab style
2017-03-06 18:46:03 +08:00
Cyril Su 5e796ca33b Table: Add handleEvent. (#3305) 2017-03-06 18:45:27 +08:00
thomasyonug cbf3a9e1f6 减少嵌套 2017-03-05 22:43:50 +08:00
broven 933d9a8241 form-item: fix #3226 2017-03-05 16:54:19 +08:00
baiyaaaaa 028b8ac1a6 fix select style problem 2017-03-04 17:51:11 +08:00
baiyaaaaa be0fec7372 fix inline form style bug 2017-03-04 16:35:09 +08:00
baiyaaaaa 28bb963429 fix nested tab style 2017-03-04 16:21:16 +08:00
杨奕 df46ca5c42 Carousel: fix async item not refreshing view issue (#3159) 2017-03-03 08:31:27 +08:00
thomasyonug cadcd91968 cascader:bug fix #3191. when menuIndex = 0 edge case 2017-03-02 21:33:17 +08:00
qingwei.li 1cfba0f6ca [build] 1.2.3 2017-03-01 15:24:03 +08:00
cinwell.li 096aaee30c Tooltip: fix bug in ssr, fixed #3152 (#3153) 2017-03-01 15:20:17 +08:00
qingwei.li 435edf4ff4 Tooltip: fix vue-router, fixed #3166 2017-03-01 15:19:43 +08:00
Leopoldthecoder d70200b2a9 [build] 1.2.2 2017-02-28 18:01:34 +08:00
qingwei.li d443b4d451 Tooltip: fix bug in ssr, fixed #3050 2017-02-28 17:53:51 +08:00
qingwei.li 5440acfda7 Tooltip: fix bug in ssr, fixed #3050 2017-02-28 17:53:51 +08:00
cinwell.li 23dcba4104 Tooltip: fix router-link, fixed #3042 (#3143) 2017-02-28 17:39:29 +08:00
qingwei.li 5b84df01be Table(doc): remove context prop 2017-02-28 17:28:37 +08:00
Leopoldthecoder 15e48c9105 remove redundant style files 2017-02-28 17:27:31 +08:00
Jony 735d44b52a Icon: remove EOT and SVG font (#3086)
* datepicker: fix incorrect disabled style and add today style

* Icon: remove .eot and .svg font format
2017-02-28 16:38:17 +08:00
baoyang ae8ab4b56c Tree: fix setCheckedKeys() not work on node that has childNodes (#2967) 2017-02-28 16:02:05 +08:00
cinwell.li ce8c869292 support vue 2.2 (#3097) 2017-02-28 13:09:31 +08:00
Nicolaj Egelund 9d8fb8e0e3 Added 'change' events to ColorPicker 2017-02-28 10:43:34 +08:00
baiyaaaaa 2d8c887b6a fix form inline label bug
This reverts commit d76d28dd54.

fix form inline label bug
2017-02-27 11:45:28 +08:00
Pan 411ddf92cc Slider:Prevent text selection on mouse drag 2017-02-27 11:43:16 +08:00
cinwell.li 1eaec019e3 Tooltip: fix content slot, fixed #2999 (#3002) 2017-02-26 23:23:52 +08:00
杨奕 d528498cd0 Cascader: fix parameter in change event (#3014) 2017-02-24 23:20:54 +08:00
Cyril Su 537e1e035c Table: Fix wrong fixed height temporary. (#3019) 2017-02-24 17:51:15 +08:00