Commit Graph

2214 Commits

Author SHA1 Message Date
hetech
0e617d0fc6
Tree: show indicator in drop node (#12854) 2018-09-21 19:12:42 +08:00
morning
fff4d62567
Dialog: add opened event (#12828)
* Dialog: add opened event

* Docs: update es dialog doc

* Update dialog.md
2018-09-20 11:16:22 +08:00
Yamen Sharaf
098ba463c3 FormItem: adding hide-required-asterisk attribute(#12744)
* Form: adds prop to make asterisk optional on required  fields

* Form: adds prop to make asterisk optional on required  fields

* ElForm: Reverses attribute name to hide-required-asterisk, which defaults to false

* Update form-item.vue

* Update form.scss

* Update form.md
2018-09-17 18:32:23 +08:00
hetech
1cbc9f6363 Switch: not display outline when focused (#12771) 2018-09-14 21:05:02 +08:00
ziyoung
774d0fb6dc [build] 2.4.7 2018-09-14 14:47:07 +08:00
hetech
9f345d89c0
Select: use initial height to reset height of input (#12719)
* Select: use initial height to reset height of input

* Update select.vue
2018-09-13 18:52:08 +08:00
Yamen Sharaf
ea27fb8fbf FormItem: using slot-scope to display validation message (#12715)
* Updated el-form-item to accept custom error message via slot

* FormItem: updated slot name in docs

* updated spanish and chinese translations

* Update form.md

* Update form.md

* Update form.md

* Update form.md
2018-09-13 18:19:44 +08:00
hetech
2d6b5fceed
Form: fix style of form label in nested form (#12748) 2018-09-13 11:24:18 +08:00
hetech
3cf277c616
Tree: fix tree node not deleted (#12684) 2018-09-10 11:45:37 +08:00
hetech
b7be905b1d
Upload: create blob URL when picture displays (#12402)
* Upload: create blob URL when picture displays

* Update index.vue
2018-09-10 10:59:55 +08:00
Jikkai Xiao
4c24ddaf8e
Table: fix table filter (#12539) 2018-08-29 18:45:56 +08:00
huangjinqiang
8a32c3414f Cascader: prevent value changing when menu is closing (#12507) 2018-08-29 13:48:50 +08:00
Jikkai Xiao
03ae4a446a
Pagination: fix emit order of page size (#12530) 2018-08-28 18:18:30 +08:00
Jikkai Xiao
df76542703
Pagination: assign 1 to default page count (#12525) 2018-08-28 18:18:04 +08:00
Axetroy
ec6cac4232 Input: fix autocomplete property is not compatible with native #12513 (#12514)
* fix #12513

* fix: fallback for autoComplete and print deprecated warning

* fix: fix auto-complete property in select component

* fix default complete value

* Docs: Update document for autocomplete property change

* Docs: remove redundant documents

* remove unnecessary console log message\

* Update select.md

* fix: add missing declaration in select.d.ts
2018-08-28 15:44:21 +08:00
Abdalla Nayer
c782b0dc8e DatePicker: turn off autocomplete for date picker range (#12521) 2018-08-27 23:04:28 +08:00
why
3d3a2233ee ColorPicker: fix the position of cursor (#12376) 2018-08-23 17:45:19 +08:00
rongxingsun
4ab7fb4b5d Menu: submenu is-active bug (#12479)
选中submenu下的菜单,submenu没有激活样式式象错误
2018-08-23 17:43:02 +08:00
Jikkai Xiao
a372dad133
Menu: fix submenu style (#12457) 2018-08-22 19:14:41 +08:00
rang-ali
3009999c5a TimePicker: dynamic scroll position of time-spinner items (#12415)
Makes it possible to style the height of ".el-time-spinner__item". 
Removed the fixed values associated to a height and line-height: 32px. It's now possible to set whichever height a user wants and the scrollbar will adjust itself accordingly.
2018-08-22 11:18:44 +08:00
Jiewei Qian
b70da53f15 DatePicker: improve form change validation (#12348)
watch.value will keep firing during time picker selection
it now detects whether panel is closed before firing el.form.change
2018-08-15 11:38:37 +08:00
Jiewei Qian
02176e26f4 Date picker refactor dates selection: fix 12323 (#12347)
* date-picker: refactor type='dates'

fix issue #12323
{month, year} table highlights all selected dates
nuke selectedDates to provide cleaner data flow

* doc: correct date-picker's array usage

empty value must be falsy (empty array should not be used)
2018-08-14 16:19:51 +08:00
Jikkai Xiao
74e62819c0 Tabs: fixed tab-pane's incorrect order (#12346) 2018-08-14 11:22:00 +08:00
hetech
72349e1a62 Cascader: highlight input when menu clicked (#12341) 2018-08-13 15:58:17 +08:00
Jiewei Qian
9f80cf91da date-picker: fix form change validation (#12328) 2018-08-13 12:26:36 +08:00
zhiyang
244d57fa1d [build] 2.4.6 2018-08-10 17:21:49 +08:00
hetech
915fc52a1c
Tree: fix add node bug in lazy mode (#12265) 2018-08-10 15:31:28 +08:00
hetech
6f08e941aa
Select: not clear text when filtering (#12304) 2018-08-10 15:28:22 +08:00
Jikkai Xiao
4cbe3f3218 Pagination: make page-size attribute supports .sync (#12281)
* Pagination: make page-size attribute supports .sync

* Update pagination.js
2018-08-08 18:49:27 +08:00
hetech
9c5b7e5fa1
Popover: show popper when InputNumber focused (#12284) 2018-08-08 18:41:53 +08:00
hetech
3da485b617 Tree: register node after dragging (#12279)
* Tree: register node after dragging

* update Tree docs
2018-08-08 18:07:16 +08:00
hetech
9e738a85c3
Input: not trigger form validation when input (#12260)
* Input: not trigger validation when input

* InputNumber: update docs
2018-08-07 18:33:58 +08:00
Jikkai Xiao
b1be1f4c04 Radio: fix focus style (#12262) 2018-08-07 16:26:43 +08:00
Jikkai Xiao
250e3f67ee Slider: avoid NaN when min and max values ​​are equal (#12256) 2018-08-07 15:32:59 +08:00
Jikkai Xiao
fbe58a4015 Cascader: escape special characters for regexp (#12248) 2018-08-07 10:36:49 +08:00
hetech
cb93645728 Autocomplete: add popper-append-to-body attribute (#12241) 2018-08-06 19:14:16 +08:00
Jikkai Xiao
8de71d0c91 Menu: make font-size constant into variable (#12239) 2018-08-06 11:44:18 +08:00
hetech
8a2ed18d3f Main: fix IE compatibility issues (#12237) 2018-08-06 11:12:06 +08:00
hetech
7f2510f0f1
Select: debounce query (#12181) 2018-08-02 19:28:41 +08:00
Jikkai Xiao
c5347b8064 Table: fix async filters (#12165) 2018-08-02 19:27:07 +08:00
Harlan
6bb49b9590 Menu: save menu state when change collapse and expand menu(#10622) (#12178) 2018-08-02 15:05:21 +08:00
hetech
484725b15f
Dialog: ignore width when fullscreen is true (#12203) 2018-08-02 11:27:30 +08:00
Jikkai Xiao
b0b3110c3a [build] 2.4.5 2018-07-26 16:14:18 +08:00
hetech
3ed724492f Tree: add includeHalfChecked flag to getCheckedNodes (#12014) 2018-07-25 17:42:53 +08:00
hetech
1cc45b83d8 Input: fix wrong style of Input suffix (#12108)
* Input: fix wrong style of Input

* update input.vue

* add test case
2018-07-25 15:54:02 +08:00
Jiewei Qian
69dd5399aa date-picker: fix #11152 (#12114) 2018-07-25 13:07:46 +08:00
hetech
5c9eb37549 Select: remove redundant style (#12120) 2018-07-25 11:52:53 +08:00
hetech
51877f6d65
Tree: not check node when check-strictly is true (#12106) 2018-07-25 11:32:35 +08:00
Jikkai Xiao
4130f2af40 Table: add toggleAllSelection method (#12047) 2018-07-24 16:36:31 +08:00
Dwight Watson
e003b1460a Use methods instead of inline expressions (#12059) 2018-07-20 14:38:03 +08:00