Commit Graph

1187 Commits (e7a610621fd5ec32e98ad6c7aaa8638a95cbd599)

Author SHA1 Message Date
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