Commit Graph

269 Commits

Author SHA1 Message Date
杨奕
9c7786b203 Select: add size property (#1715) 2016-12-13 22:42:01 +08:00
baiyaaaaa
8917704392 support tag color property 2016-12-13 16:57:56 +08:00
Hashem Qolami
998dcce225 Feature table maxHeight (#1560) (#1674)
*  [Table] Added fluid height table with maxHeight prop (#1560)

* 🚨 [Table] Added test for maxHeight prop (#1560)

* 📚 [Table] Added the documentation of fluid-height table (#1560)
2016-12-13 16:21:59 +08:00
cinwell.li
105db7c673 Upload: fix file list style (#1701) 2016-12-13 14:34:22 +08:00
Leopoldthecoder
65244c2678 [build] 1.0.6 2016-12-09 18:32:31 +08:00
qingwei.li
d835c7b4ec TimePicker: fix HH:mm style 2016-12-09 18:20:42 +08:00
qingwei.li
42ec4567f1 TimePicker: fix HH:mm style 2016-12-09 17:38:11 +08:00
Furybean
fed488ef9f Table: fix column[type=selection] style issue in ie9+. 2016-12-09 17:37:58 +08:00
FuryBean
2dd2c79365 Table: fix a style bug when fixed=right. (#1651) 2016-12-09 16:08:49 +08:00
cinwell.li
55dfb0c296 Refactor/datepicker (#1623)
* DatePicker: replace native input with el-input

* DatePicker: support size prop, closes #1069, closes #1440

* DatePicker: show correct date for initial value, fixed #1129

* TimePicker: fix empty value when panel appears, fixed #1583

* DatePicker: trigger clickoutside when clicking icon, fixed #1604

* DatePicker: fix year type in year panel, fixed #1607

* DatePicker: fix test

* DatePicker: add doc
2016-12-09 00:06:34 +08:00
gogu
88a5772e91 Fixed switch custom color with disabled. 2016-12-08 18:22:24 +08:00
baiyaaaaa
3d12579652 support tab disabled 2016-12-08 17:13:41 +08:00
Leopoldthecoder
1ecb9d9e4e [build] 1.0.5 2016-12-06 18:47:04 +08:00
qingwei.li
929e7f2554 TimeSelect: remove flexbox style, fixed #1335 2016-12-06 17:16:09 +08:00
baiyaaaaa
3d19de3cd5 fix steps style bug in ie9 2016-12-04 15:20:15 +08:00
baiyaaaaa
7a85d55f31 normalize transition class name 2016-12-03 19:30:21 +08:00
Allen Walker
f508fd703e Col: fix a style bug about responsive layout 2016-12-03 14:01:15 +08:00
Leopoldthecoder
34e9f44744 [build] 1.0.4 2016-12-02 19:00:21 +08:00
Furybean
e61ff12070 Table: fix column label not visible in some condition. 2016-12-02 17:43:46 +08:00
baiyaaaaa
d3afe22e89 Merge pull request #1401 from Leopoldthecoder/select-refactor
Select: refactor and bug fix
2016-12-02 11:50:25 +08:00
Leopoldthecoder
725077effe Alert: improve style 2016-12-01 23:04:52 +08:00
Leopoldthecoder
1942e63453 Select: add allow-create 2016-12-01 22:34:31 +08:00
Leopoldthecoder
ce3bed6cb5 Select: refactor and bug fix 2016-12-01 22:34:30 +08:00
baiyaaaaa
db666dfb4b fix input-group style 2016-12-01 22:28:48 +08:00
baiyaaaaa
648c498fd9 input-number add the controls support (#1473) 2016-11-30 18:16:49 +08:00
Leopoldthecoder
db0c9c9891 [build] 1.0.3 2016-11-28 18:59:37 +08:00
qingwei.li
e43ed240f1 Pagination: fix background color 2016-11-28 10:52:43 +08:00
baiyaaaaa
f88ad25f7b support upload default fileList (#1393) 2016-11-27 14:07:13 +08:00
baiyaaaaa
75d248e107 support radio button custom style 2016-11-26 18:30:56 +08:00
baiyaaaaa
66b055f9d2 fix btn-group style in form-item (#1371) 2016-11-26 14:13:15 +08:00
baiyaaaaa
d9c7824470 fix form validate bug (#1363) 2016-11-26 10:48:06 +08:00
baiyaaaaa
ae7e5a10a7 fix button-group align bug (#1349) 2016-11-25 08:54:40 +08:00
FuryBean
090f91d057 Fix empty text display in firefox. (#1347) 2016-11-25 08:54:05 +08:00
cinwell.li
304f02ea0e Font: fix load error in chrome, fixed #1322 (#1324) 2016-11-24 10:59:55 +08:00
FuryBean
2f3f5eabc1 Table: add header group feature. (#1312) 2016-11-23 20:32:23 +08:00
FuryBean
631037c296 Table: improve performance in large data. (#1298) 2016-11-23 18:24:32 +08:00
FuryBean
f729497de5 Tabs: fix dynamic bug & add closable prop for tab-pane (#1285) 2016-11-23 10:47:12 +08:00
boyd91
ec2b62d93e Add box-sizing: content-box for compatibility (#1229)
Some CSS resets (including Bootstrap's) contain *::after{ box-sizing: border-box; }

This breaks the checkbox component style. Therefor add box-sizing: content-box explicitly to increase compatibility.
2016-11-21 19:02:56 +08:00
baiyaaaaa
6b857a23f8 fix radio-button style 2016-11-18 22:12:12 +08:00
Leopoldthecoder
2e931cff96 [build] 1.0.2 2016-11-18 20:08:55 +08:00
FuryBean
07b8ec030f Table: fix selection-change not fire in some condition. (#1198) 2016-11-18 20:03:19 +08:00
Leopoldthecoder
faa27b9d99 Input: fix input-group line height 2016-11-18 20:03:14 +08:00
杨奕
edeae0a2a4 Button: add focus style (#1116) 2016-11-18 20:03:13 +08:00
baiyaaaaa
99eb9366eb fix col responsive style bug 2016-11-18 20:03:13 +08:00
Leopoldthecoder
54b1543698 [build] 1.0.1 2016-11-16 17:24:03 +08:00
qingwei.li
b7ecc15622 Table: fix tooltip style 2016-11-16 16:59:26 +08:00
FuryBean
5203280af1 Tree: add defaultExpandKeys & defaultCheckedKeys. (#1088) 2016-11-16 15:35:46 +08:00
SkyAo
d4e45e8d9b Merge pull request #1093 from QingWei-Li/fix/datepicker-month
DatePicker: fix select year in month type, fixed #1070
2016-11-16 11:28:27 +08:00
qingwei.li
478549bd30 DatePicker: fix select year in month type, fixed #1070 2016-11-16 11:11:29 +08:00
Leopoldthecoder
5fcd73cd85 Loading: add loading service 2016-11-15 20:29:33 +08:00
baiyaaaaa
14475c33de responsive layout 2016-11-14 15:45:08 +08:00
baiyaaaaa
9c5a713ff1 Merge pull request #1039 from Leopoldthecoder/loading-css
Loading: remove unnecessary inline styles
2016-11-14 00:23:04 +08:00
qingwei.li
1f96a372fe fix salad config 2016-11-13 22:08:38 +08:00
Leopoldthecoder
940b189bbd Loading: remove unnecessary inline styles 2016-11-13 21:12:04 +08:00
Leopoldthecoder
c0e331d210 Review: steps/switch/tabs/tag/table 2016-11-13 11:58:45 +08:00
杨奕
d7fd700c54 Switch: update change event triggering mechanism (#1002) 2016-11-13 11:45:53 +08:00
cinwell.li
f138cbfec8 DatePicker: fix readonly, add disabled and editable, fixed #976 (#1000) 2016-11-13 11:45:38 +08:00
Leopoldthecoder
a8adb5f3dc Switch: fix style inside Form 2016-11-10 22:49:57 +08:00
Leopoldthecoder
097745f9b9 [build] 1.0.0 2016-11-09 19:15:25 +08:00
Leopoldthecoder
813dc78c51 Loading: update style/Add favicon 2016-11-09 17:57:00 +08:00
李名凯
81477a9af9 Table: Set the background color of striped table on the td element (#917) 2016-11-09 13:52:26 +08:00
baiyaaaaa
417a0c3fd9 Merge pull request #925 from Leopoldthecoder/master
Loading: improve visual, add custom text
2016-11-09 12:03:51 +08:00
baiyaaaaa
fb86f81eb6 fix inline-block style 2016-11-09 11:25:25 +08:00
Leopoldthecoder
aeb9eb87a9 Loading: improve visual, add custom text 2016-11-08 23:20:30 +08:00
cinwell.li
8439cbd5d0 Theme-default: improve vars (#899) 2016-11-08 11:20:53 +08:00
Leopoldthecoder
9e6513fa17 [build] 1.0.0-rc.9 2016-11-07 17:44:59 +08:00
Leopoldthecoder
66ba839b12 Button: avoid button splitting in button-group 2016-11-07 16:41:39 +08:00
杨奕
6f55d6d9af Slider: fix an inputValue initiation bug (#879) 2016-11-07 16:25:27 +08:00
杨奕
e2c388fcf9 Merge pull request #874 from baiyaaaaa/master
autocomplete style fix
2016-11-07 11:58:26 +08:00
baiyaaaaa
ca6637d5ba Merge pull request #866 from Leopoldthecoder/master
Button: update text button style
2016-11-07 11:52:24 +08:00
baiyaaaaa
1179ec602e autocomplete style fix 2016-11-07 11:51:35 +08:00
baiyaaaaa
9a3aa1b580 fix input icon loading (#872) 2016-11-07 11:15:28 +08:00
Leopoldthecoder
0162015c4c Button: update text button style 2016-11-07 10:47:51 +08:00
baiyaaaaa
fe4357d7f8 fix zIndex -1 2016-11-07 10:28:58 +08:00
Leopoldthecoder
d5eb9ac3b5 MessageBox: fix text blur due to translating half pixel 2016-11-06 10:12:04 +08:00
Leopoldthecoder
3d6d0bd12b Tabs: fix a close button style overwriting bug 2016-11-05 18:54:58 +08:00
FuryBean
6cc4ea6dfc Merge pull request #831 from QingWei-Li/fixed/datepicker-disabled
DatePicker: disabled year or month, fixed #758
2016-11-04 19:20:52 +08:00
FuryBean
92bbc55cd3 Merge pull request #828 from Leopoldthecoder/message-zindex
Message/Notification: manage z-index with PopupManager
2016-11-04 19:19:32 +08:00
qingwei.li
a2f7316b69 DatePicker: disabled year or month, fixed #758 2016-11-04 18:26:22 +08:00
杨奕
f67104f28e Merge pull request #824 from furybean/table-current-row
Table: add current-change event & highlight-current-row prop.
2016-11-04 17:38:07 +08:00
Leopoldthecoder
5ee53016f7 Message/Notification: manage z-index with PopupManager 2016-11-04 17:36:14 +08:00
furybean
7263db12b3 Table: add single selection back. Add current-change event & highlight-current-row event. 2016-11-04 16:28:44 +08:00
baiyaaaaa
786d6cb905 dropdown-item add disabled && divided 2016-11-04 13:59:03 +08:00
baiyaaaaa
8eae476f7f dynamic tabs (#812) 2016-11-04 11:28:23 +08:00
FuryBean
afb68c75fa Table: update hover effect. (#803) 2016-11-03 21:00:09 +08:00
qingwei.li
482f752b9f Remove submodule 2016-11-02 12:42:14 +08:00
qingwei.li
cacd19d27d package.json: Update scripts 2016-11-01 22:51:03 +08:00
qingwei.li
131cc78825 Update build theme config 2016-11-01 21:48:07 +08:00
qingwei.li
77b9a84851 migrate theme-deafult repo 2016-11-01 12:26:56 +08:00
Leopoldthecoder
65a0250287 Slider: fix display issue inside Form 2016-11-01 11:36:41 +08:00
baiyaaaaa
07345868f6 input-number: style fix && experience improve 2016-11-01 11:36:27 +08:00
杨奕
6cb4981d55 Merge pull request #744 from QingWei-Li/fix/time-picker-scrollbar
TimePicker: hidden scrollbar in IE10
2016-11-01 10:09:08 +08:00
qingwei.li
72bb5899e5 Merge branch 'master' into fix/time-picker-scrollbar 2016-10-31 20:52:43 +08:00
qingwei.li
f6b2dcf9d9 Tooltip: fix arrow offset style 2016-10-31 18:28:34 +08:00
Leopoldthecoder
0eb6b5b3ce Theme-default: add variables 2016-10-31 16:06:36 +08:00
qingwei.li
83dca7574d TimePicker: hidden scrollbar in IE10 2016-10-31 13:05:47 +08:00
cinwell.li
74e6dac47c Table: fix show tooltip, fixed #714 (#717) 2016-10-30 11:32:06 +08:00
cinwell.li
56b23359d3 InputNumber: fix button style (#698) 2016-10-28 14:10:35 +08:00
FuryBean
14495f6189 Table: add filter feature. (#684) 2016-10-27 21:45:21 +08:00
杨奕
01531e84e0 i18n: add English config (#685) 2016-10-27 20:14:31 +08:00