Commit Graph

387 Commits

Author SHA1 Message Date
杨奕
f396715df5 Merge pull request #590 from QingWei-Li/feat/tooltip-manual
Tooltip: add manual feature
2016-10-23 10:22:21 +08:00
Leopoldthecoder
0b942fa781 MessageBox: update animation/add test 2016-10-22 22:58:02 +08:00
杨奕
e51d753ffd Slider: add disabled/use tooltip (#589) 2016-10-22 20:12:57 +08:00
qingwei.li
aef2e08159 Tooltip: add manual feature 2016-10-22 17:48:44 +08:00
杨奕
9f77e088c5 Merge pull request #573 from baiyaaaaa/test/component/progress
add progress test
2016-10-21 17:54:44 +08:00
FuryBean
4842047c5b [Table] Add Migrating tip for table & rename cell-mouse* event to cell-mouse-* (#572) 2016-10-21 17:53:49 +08:00
baiyaaaaa
88c15455f5 add progress test 2016-10-21 17:48:08 +08:00
杨奕
6f156643e4 Merge pull request #567 from QingWei-Li/test/pagination
Pagination: add test
2016-10-21 17:35:41 +08:00
杨奕
821c8554ea Merge pull request #569 from furybean/table-no-single-selection
[Table] Remove prop: selectionMode & allowNoCurrentRow
2016-10-21 17:34:48 +08:00
fishpaw
9bf409e3f8 Update quickstart.md
change 「Element UI」 to 「Element」
2016-10-21 17:18:52 +08:00
furybean
f8fdf35bbb [Table] Remove prop: selectionMode & allowNoCurrentRow 2016-10-21 16:35:28 +08:00
qingwei.li
ef75d0d3e4 Pagination: add test 2016-10-21 16:22:16 +08:00
cinwell.li
d2a2376329 Steps: add test (#561) 2016-10-21 14:57:14 +08:00
cinwell.li
febe6e8ffa Upload: fix links in the doc (#553) 2016-10-20 20:55:49 +08:00
baiyaaaaa
01d7b983f5 add checkbox test 2016-10-20 14:38:15 +08:00
furybean
6ab0d57428 Update Table:
1. Add rowKey prop for Table.
2. Add clearSelection method for Table.
2. Add reserveSelection prop for TableColumn[type="selection"]
2016-10-19 21:58:29 +08:00
杨奕
e396db7c91 Table: update an example (#520) 2016-10-19 21:57:12 +08:00
baiyaaaaa
8a75e2c833 fix input-number min max prop && breadcrumb align (#514)
* fix align

* fix input number min max
2016-10-19 17:32:43 +08:00
baiyaaaaa
b63cb5e066 unit test of input 2016-10-19 14:51:18 +08:00
furybean
b36da2f982 Improve Table:
1. Add TableStore & TableLayout.
2. Remove customCriteria & customBackgroundColors.
3. Remove fixedColumnCount.
4. Add fixed prop for TableColumn.
5. Add selectable prop for TableColumn[type="selection"].
2016-10-19 11:09:00 +08:00
杨奕
c7103edd65 Merge pull request #479 from QingWei-Li/test/date-picker
DatePicker: add test
2016-10-18 16:53:00 +08:00
qingwei.li
0e520f9653 DatePicker: add test
DatePicker: clean code
2016-10-18 16:42:03 +08:00
baiyaaaaa
4bdfcec9d7 add input icon click event 2016-10-18 11:41:09 +08:00
furybean
785bed20df Improve Tree:
1. Add props: renderContent, highlightCurrent
2. Fix Bug: tree do not change when data changed
2016-10-18 00:32:38 +08:00
qingwei.li
4f732b1b02 Merge branch 'master' into unittest 2016-10-17 21:29:37 +08:00
Leopoldthecoder
4ac3118687 remove errorMessage when prompt is closed 2016-10-17 21:26:54 +08:00
cinwell.li
0f608666a3 TimeSelect: add testcase of setting default value (#454) 2016-10-17 21:26:37 +08:00
qingwei.li
d8c1b243bf TimePicker: add unit test 2016-10-17 17:14:43 +08:00
baiyaaaaa
cfed2184bc fix input type 2016-10-17 11:30:13 +08:00
qingwei.li
580d2d36ad Merge branch 'master' into unittest 2016-10-17 10:42:43 +08:00
baiyaaaaa
df5e02297d fix input line-height (#431) 2016-10-14 23:47:26 +08:00
Leopoldthecoder
d5620b0994 add lock modifier on loading 2016-10-13 20:06:01 +08:00
baiyaaaaa
c4a1bab04c [build] 1.0.0-rc.7 2016-10-13 17:58:16 +08:00
baiyaaaaa
d41f602580 Merge pull request #381 from QingWei-Li/fix/demo-footer
Popover: add popperClass; Steps: update style prop
2016-10-13 13:48:32 +08:00
Leopoldthecoder
44f4de4ce0 fix a dialog doc typo 2016-10-13 13:47:54 +08:00
qingwei.li
da85743141 Popper: add popperClass; Steps: update style prop 2016-10-13 13:45:40 +08:00
baiyaaaaa
8a9913d541 add breadcrumb router props 2016-10-13 12:34:25 +08:00
baiyaaaaa
2a9d626a93 fix inline form,dropdown style 2016-10-13 11:28:57 +08:00
qingwei.li
656e59c328 Merge branch 'master' into unittest 2016-10-13 10:44:35 +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
杨奕
ceed04d3a2 Merge pull request #358 from baiyaaaaa/feat-form
fix form validate bug
2016-10-12 19:12:37 +08:00
cinwell.li
de696c78bc Tooltip/Popover: adjust the element to body, fixed #296 (#300)
* Tooltip/Popover: adjust the element to body, fixed #296

* Popover: fix destroy popover

* Refactor vue-popper, #296

* Fix datepicker style

* Poppover: remove settimeout

* Select: fix click outside

* Fix popper zIndex
2016-10-12 17:41:49 +08:00
baiyaaaaa
c0db4e8bdd fix dynamic input type bug 2016-10-12 17:27:41 +08:00
baiyaaaaa
cc4b6a53bc fix form validate bug 2016-10-12 13:51:33 +08:00
qingwei.li
ff6803924d Add unittest 2016-10-11 19:00:37 +08:00
杨奕
1b02c6b5f2 Merge pull request #308 from baiyaaaaa/fix-checkbox
fix checkbox change event && add checked prop
2016-10-11 11:38:35 +08:00
Leopoldthecoder
b66727a3bd add top to Dialog 2016-10-11 10:55:38 +08:00
baiyaaaaa
d7fb7ff588 fix checkbox change event && add checked prop 2016-10-11 01:34:14 +08:00
baiyaaaaa
58994b0710 dropdown bug fix & docs update 2016-10-09 13:52:34 +08:00
cinwell.li
86f1cf7b21 Popover: add reference slot description, #246 (#270) 2016-10-09 09:02:16 +08:00
qingwei.li
e64d8d0184 DatePicker: add 'disabledDate' option, fixed #253
Add changelog
2016-10-08 12:39:50 +08:00
SkyAo
2d444d42ab Merge pull request #230 from Leopoldthecoder/tree
add callbacks on tree
2016-10-08 11:02:56 +08:00
baiyaaaaa
cf3e15eab9 Dropdown Reconstruction 2016-10-07 23:39:40 +08:00
Leopoldthecoder
ed8168bc2c add callbacks on tree 2016-10-05 23:06:17 +08:00
baiyaaaaa
1405b23ebb fix default-active bug 2016-10-04 20:45:12 +08:00
Leopoldthecoder
3d60efd468 add .type on Notification and Message 2016-10-04 19:22:04 +08:00
baiyaaaaa
264e1f7ee4 Dialog docs improve 2016-10-04 17:44:34 +08:00
baiyaaaaa
70410a2b1f add rows and autosize property 2016-10-04 17:22:20 +08:00
Leopoldthecoder
b7208300a1 add lockScroll in msgbox and dialog 2016-10-02 21:14:43 +08:00
Dean Shi
2bfb1a870f
add menu item route property 2016-09-29 11:18:40 -07:00
cinwell.li
f1e742ab23 Merge pull request #188 from Leopoldthecoder/master
add fit in table api
2016-09-29 16:44:21 +08:00
Leopoldthecoder
58debf9431 add fit in table api 2016-09-29 16:39:53 +08:00
SkyAo
95d5ac1165 update dropdown doc 2016-09-29 12:53:24 +08:00
Leopoldthecoder
4f8e6a5de6 add english directory 2016-09-29 12:12:14 +08:00
baiyaaaaa
6a42b66403 fixed tabs bug when close tab 2016-09-28 15:30:40 +08:00
cinwell.li
214fcfd04a Merge pull request #172 from baiyaaaaa/update-docs
fixed docs style
2016-09-28 13:34:23 +08:00
baiyaaaaa
e6df859df4 fixed styled 2016-09-28 12:35:24 +08:00
baiyaaaaa
d4cdb9ca6b fixed row flex align bug 2016-09-28 12:30:20 +08:00
baiyaaaaa
3f39e02e4a Merge pull request #158 from QingWei-Li/fix/datepicker
DatePicker: fix initial value is string, #157
2016-09-27 11:27:05 +08:00
baiyaaaaa
d4f293c050 Merge pull request #153 from QingWei-Li/fix/update-build-script
Refactor build scripts, fix #148
2016-09-27 11:24:23 +08:00
qingwei.li
5ff24db2ff Refactor build scripts, fix #148
Add 'packages' folder to package.json#files
2016-09-27 11:15:55 +08:00
qingwei.li
cb16af03a5 DatePicker: fix initial value is string, #157 2016-09-27 11:12:11 +08:00
qingwei.li
edb801bd28 Replace cdn into jsdelivr 2016-09-26 20:34:11 +08:00
Leopoldthecoder
08160644c5 add resizable on table doc 2016-09-26 10:57:03 +08:00
Leopoldthecoder
71f4d1cba9 text unification 2016-09-24 20:26:03 +08:00
Leopoldthecoder
71dc5bedf3 add padding-right when popup shows 2016-09-23 18:03:16 +08:00
杨奕
ba66b4d5b9 Merge pull request #132 from baiyaaaaa/master
submenu auto expand based on default-active value
2016-09-22 21:40:07 -05:00
baiyaaaaa
dd29867845 submenu auto expand based on default-active value 2016-09-23 10:27:36 +08:00
qingwei.li
05704d5d5c doc: add cdn usage, #134 2016-09-23 08:27:35 +08:00
baiyaaaaa
a94d35fb39 misc update 2016-09-22 13:54:20 +08:00
baiyaaaaa
fc5c3e8ecc misc fixed (#117)
* add select event

* fixed fix upload/tabs/progress

* docs site
2016-09-21 18:45:29 +08:00
杨奕
ba4a2b29a5 add contributing guide in footer (#115) 2016-09-21 18:14:38 +08:00
杨奕
db562a613d Merge pull request #111 from QingWei-Li/fix/update-demo-config
Update demo config
2016-09-21 04:07:19 -05:00
baiyaaaaa
98bb0a1066 Merge pull request #113 from Leopoldthecoder/master
doc fix
2016-09-21 16:53:27 +08:00
SkyAo
98f3935527 Tree: modify doc again. (#114) 2016-09-21 15:37:41 +08:00
SkyAo
1f61c8e18d Tree: modify doc (#112) 2016-09-21 15:11:47 +08:00
Leopoldthecoder
947cd99df4 doc fix 2016-09-21 15:10:27 +08:00
qingwei.li
039777dea0 Update demo config 2016-09-21 14:38:07 +08:00
baiyaaaaa
9a1a182174 docs update 2016-09-21 13:54:27 +08:00
qingwei.li
2aef7f5d44 TimePicker: fix doc demo, fixed #92 2016-09-21 13:39:38 +08:00
baiyaaaaa
a61280fbcb Merge pull request #105 from QingWei-Li/fix/quickstart
doc: update quickstart
2016-09-21 12:56:42 +08:00
qingwei.li
66139664e4 DatePicker: add align attribute 2016-09-21 12:46:53 +08:00
qingwei.li
2b8ecd9bb2 doc: update quickstart 2016-09-21 12:03:02 +08:00
杨奕
b788476f6f bug fixes/add resource download url (#96) 2016-09-21 10:19:50 +08:00
cinwell.li
56ed21df4a TableColumn: add align attribute, #78 (#94) 2016-09-21 06:20:36 +08:00
FuryBean
76683d1b57 Merge pull request #95 from QingWei-Li/fix/timepicker
TimePicker: fix icon style, fixed #92
2016-09-21 06:19:41 +08:00
qingwei.li
0c01aea528 TimePicker: fix icon style, fixed #92 2016-09-20 21:36:03 +08:00
FuryBean
4087e7a474 Merge pull request #93 from QingWei-Li/fix/template-file
fix template file
2016-09-20 18:56:45 +08:00
qingwei.li
a3738f0e44 fix template file 2016-09-20 18:52:46 +08:00
杨奕
a88f52e0d8 update component classification (#90) 2016-09-20 17:09:18 +08:00
baiyaaaaa
380a2f7149 Merge pull request #88 from Leopoldthecoder/master
update contributing guide
2016-09-20 15:07:26 +08:00
qingwei.li
bdda50e627 remove markdown-it-toc-and-anchor 2016-09-20 11:29:35 +08:00
杨奕
464efde787 Merge pull request #87 from baiyaaaaa/master
table docs update
2016-09-19 09:27:28 -05:00
Leopoldthecoder
36388de8c7 update contributing guide 2016-09-19 21:31:38 +08:00
baiyaaaaa
2921498b73 Merge pull request #86 from QingWei-Li/feat/add-ga
Add ga
2016-09-19 18:01:45 +08:00
baiyaaaaa
004df33b53 table docs update 2016-09-19 17:55:44 +08:00
qingwei.li
d49181370e Add ga 2016-09-19 17:07:33 +08:00
杨奕
6b86ca405b Merge pull request #85 from QingWei-Li/fix/development-page
Update development page
2016-09-19 03:51:32 -05:00
qingwei.li
5f2460c50d Update development page 2016-09-19 16:22:24 +08:00
baiyaaaaa
46464cba06 fixed el-col style, fix #75 (#83) 2016-09-19 12:31:31 +08:00
Leopoldthecoder
e00f5ac9ea misc visual updates - round 2 2016-09-18 22:01:26 +08:00
Leopoldthecoder
ce95bd6979 remove devDependencies of date-picker 2016-09-14 18:38:38 +08:00
Leopoldthecoder
33a551d708 update routes 2016-09-14 11:17:02 +08:00
Leopoldthecoder
c02809c4af misc visual updates 2016-09-14 11:16:14 +08:00
baiyaaaaa
81a6add907 update docs 2016-09-14 10:16:19 +08:00
Leopoldthecoder
d853566a7a update button and datetime-picker doc style 2016-09-13 12:17:08 +08:00
Leopoldthecoder
7591a4b250 fix tooltip direction 2016-09-13 11:55:34 +08:00
Leopoldthecoder
ea3f87f61d update popover/tooltip docs 2016-09-13 10:23:24 +08:00
SkyAo
71df9f865f update document of layout/message 2016-09-12 17:48:13 +08:00
cinwell.li
c9773b22e8 Merge pull request #57 from Leopoldthecoder/master
misc doc updates
2016-09-12 14:47:54 +08:00
Leopoldthecoder
0dba1da935 misc doc updates 2016-09-12 13:53:45 +08:00
FuryBean
8eb0ab0a91 Merge pull request #53 from QingWei-Li/fix/time-picker
TimePicker: set default value
2016-09-10 11:13:46 +08:00
qingwei.li
367018bb9e TimePicker: set default value 2016-09-10 10:01:48 +08:00
十界
0ab3eac933 Tag: update doc 2016-09-10 00:36:27 +08:00
cinwell.li
35be693bbc Merge pull request #47 from Leopoldthecoder/master
fix a slider bug
2016-09-09 15:18:14 +08:00
Leopoldthecoder
de94e0c0bc fix a slider bug 2016-09-09 14:27:49 +08:00
qingwei.li
a2b361e730 Upload: update doc 2016-09-09 14:11:07 +08:00
Leopoldthecoder
3b0477b90f update pagination 2016-09-09 12:02:16 +08:00
Leopoldthecoder
f7cc340f3c use hash 2016-09-08 18:12:08 +08:00
FuryBean
65d6938ddf Merge pull request #34 from Leopoldthecoder/master
fix tree bugs
2016-09-08 12:33:03 +08:00
qingwei.li
a77b6850e1 Popover: add reference slot 2016-09-08 11:21:17 +08:00
baiyaaaaa
22e7a75508 Merge pull request #27 from baiyaaaaa/master
docs update
2016-09-08 10:21:14 +08:00
Leopoldthecoder
0b91eafb1b update Badge/Pagination/Progress/Table/Tag/Tree doc 2016-09-08 09:15:52 +08:00
杨奕
9caa78bda1 Merge pull request #26 from QingWei-Li/master
Fix badge, card, tooltip
2016-09-08 09:14:34 +08:00
SkyAo
ec8c0af20a Merge pull request #28 from Leopoldthecoder/master
add footer-nav
2016-09-07 19:11:32 +08:00
SkyAo
f8cd9bdfe4 update document of basic 2016-09-07 18:51:03 +08:00
Leopoldthecoder
c5c050a52a update footer-nav 2016-09-07 18:39:09 +08:00
Leopoldthecoder
74abc40bf3 add footer-nav 2016-09-07 18:39:09 +08:00
qingwei.li
1683461d91 Menu,Breadcrumb,Steps,Tabs: update doc and fix style 2016-09-07 18:36:50 +08:00
baiyaaaaa
85160822fa docs update 2016-09-07 18:26:46 +08:00
杨奕
267f3c20bc Merge pull request #19 from baiyaaaaa/update-progress
update progress
2016-09-07 18:25:32 +08:00
baiyaaaaa
38cb32609c update progress 2016-09-07 18:06:47 +08:00
qingwei.li
3ca190b42c Card: update doc 2016-09-07 16:24:22 +08:00
qingwei.li
af28fa68cd Badge: update doc 2016-09-07 16:19:54 +08:00
Chris.xu
92ba1eb789 摸态→模态
摸态→模态
2016-09-07 14:56:20 +08:00
Leopoldthecoder
96f403badb minor doc updates/guarantee _self returns the right vm 2016-09-06 19:33:37 +08:00
SkyAo
fecc5ac17a update icon/input-number/pagination/button/dropdown docs 2016-09-06 17:26:04 +08:00
杨奕
9b9f09ba47 Merge pull request #11 from csvwolf/master
Fix docs according to UED
2016-09-06 14:11:00 +08:00
SkyAo
604ee200b3 fix docs according to UED 2016-09-06 14:07:26 +08:00