Commit graph

1224 commits

Author SHA1 Message Date
Aresn
cbe5ccfc8a Merge pull request #2114 from SergioCrisostomo/improve-csv
Improve export to CSV functionality
2017-10-19 22:47:33 -05:00
Aresn
11baa9a164 Merge pull request #2136 from SergioCrisostomo/fix-scroll-event
add missing event in callback
2017-10-19 05:45:31 -05:00
Sergio Crisostomo
a3336b3816 add missing event in callback 2017-10-19 10:41:19 +02:00
梁灏
2e8add2fb3 release 2.5.1 2017-10-18 08:58:16 +08:00
Aresn
95dfbe1bc4 Merge pull request #2120 from SergioCrisostomo/fix-2119
correct behaviour when initialising date-picker with a empty string
2017-10-17 19:52:02 -05:00
Sergio Crisostomo
5d1c24c7f4 correct behaviour when initialising date-picker with a empty string 2017-10-17 15:13:42 +02:00
Sergio Crisostomo
437b8059d3 Added Table to CSV example and tests 2017-10-17 10:14:10 +02:00
Sergio Crisostomo
fb8479988c Improve export to CSV functionality
- added`callback`option so we can get CSV data in case we do not want
to download
 - added options:
    - `quoted` for cases when we have line breaks in content
    - `separator` for cases when we have commas in content
2017-10-17 10:13:54 +02:00
梁灏
3c6d8eab81 release 2.5.0 2017-10-17 16:09:11 +08:00
梁灏
61d16373dc publish 2.5.0-beta.2 2017-10-16 20:45:46 +08:00
梁灏
78b46fa619 Scroll add local loading-text 2017-10-16 20:41:13 +08:00
梁灏
109465d3c5 optimize Scroll scroll behavior 2017-10-16 20:10:21 +08:00
梁灏
6850c1da89 Scroll add height prop 2017-10-16 18:32:47 +08:00
梁灏
74624787ef publish 2.5.0-beta.1 2017-10-16 16:05:06 +08:00
Aresn
8c2e53e8cc Merge pull request #2069 from dspangenberg/2.0
DatePicker: weekStartDay did not influence the order of the weekdays in the header
2017-10-16 02:54:57 -05:00
梁灏
f180098687 update Dropdown cls 2017-10-16 11:08:43 +08:00
梁灏
82151bd93a update dependencies 2017-10-16 09:21:59 +08:00
Aresn
3bba4f154e Merge pull request #2091 from SergioCrisostomo/refactor-findComponentDownwards
remove unused code, small refactor
2017-10-15 20:18:37 -05:00
Sergio Crisostomo
5ab32e9cf8 remove unused code, small refactor 2017-10-14 10:21:42 +02:00
梁灏
46f37a1414 update Scroll 2017-10-13 18:01:40 +08:00
梁灏
8fc450f564 update readme 2017-10-13 17:11:25 +08:00
梁灏
59dbe5d565 update 2017-10-13 17:10:30 +08:00
梁灏
9d275e38f1 update Scroll 2017-10-13 17:06:15 +08:00
梁灏
c6487ddfc2 update dependencies 2017-10-13 16:51:47 +08:00
梁灏
ed14d577c0 remove throttle and use depence 2017-10-13 11:06:46 +08:00
Aresn
d04fb45a0e Merge pull request #2007 from SergioCrisostomo/scroll-component
New feature: Scroll component
2017-10-12 21:17:22 -05:00
梁灏
a36ef0f2da fixed #2050 2017-10-12 09:34:27 +08:00
Danny Spangenberg
af6a7c488e weekStartDay did not influence the order of the weekdays in the header 2017-10-11 17:38:03 +02:00
Aresn
9ca05a64da Merge pull request #2059 from SergioCrisostomo/add-input-event
fire change on "input" event
2017-10-11 04:56:24 -05:00
Sergio Crisostomo
8115f0b850 fix regex and make empty string go back to old value on change 2017-10-11 11:34:48 +02:00
Sergio Crisostomo
c82e714cb1 call change on input event 2017-10-11 10:42:12 +02:00
梁灏
7309b43422 InputNumber add editable property. 2017-10-11 09:29:16 +08:00
Aresn
9271ce9d42 Merge pull request #2058 from SergioCrisostomo/add-readonly
Add readonly prop to input-number
2017-10-10 20:20:49 -05:00
Sergio Crisostomo
cb48683863 Add readonly prop to input-number 2017-10-10 10:04:37 +02:00
Aresn
45f6973593 Merge pull request #2013 from BerlinChan/2.0
Remove unused and typo cursor style in ColorPicker
2017-10-08 23:46:05 -05:00
Aresn
a50c02726f Merge pull request #2027 from SergioCrisostomo/fix-precision
Check if isNaN so we don't ignore value of zero
2017-10-08 22:16:01 -05:00
Aresn
4b47f02693 Merge pull request #2029 from SergioCrisostomo/resuse-pr1281
Re-use pr1281
2017-10-08 22:07:28 -05:00
Aresn
ea89b2dfa3 Merge pull request #2046 from lison16/2.0
update badge
2017-10-08 21:58:53 -05:00
Aresn
8394211179 Merge pull request #2047 from iview/pr/2036
Pr/2036
2017-10-08 21:54:12 -05:00
梁灏
02bf8fab66 simplify 2017-10-09 10:48:48 +08:00
Lison
9f97a0d11e update tag 2017-10-09 10:35:47 +08:00
Aresn
9707bac7f3 Merge pull request #2038 from SergioCrisostomo/dry-message-and-add-tests
DRY message/index.js and add unit tests
2017-10-08 21:31:19 -05:00
Lison
f575eca7e2 update badge.vue 2017-10-09 10:28:37 +08:00
Lison
647ae4fa96 update component badge
Resolved the bug of badge when setted 'dot' attribute, the dot does not hide after setting ': count = "0" '  (the type of 0 is number not string)
2017-10-07 17:41:37 +08:00
Sergio Crisostomo
23e20abf6c DRY message/index.js and add unit tests 2017-10-01 00:09:44 +02:00
Sergio Crisostomo
4991f4ecac Use jsFiddle as fiddle 2017-09-30 15:14:17 +02:00
吕庆安
4109caadd8 Update form-item.vue
修正`FormItem`使用`:error`动态设置错误信息后,`validateState`的值`error`永远无法清空的BUG
2017-09-30 03:40:21 -05:00
Sergio Crisostomo
4a7f28fd64 eslint and replace "var" with "const" 2017-09-29 09:45:50 +02:00
huixisheng
0a0971da1d use gzip 2017-09-29 09:43:08 +02:00
Sergio Crisostomo
815f835479 Check if isNaN so we don't ignore value of zero 2017-09-29 08:43:33 +02:00