Commit graph

1631 commits

Author SHA1 Message Date
Sergio Crisostomo
57f0582b71 Pass correct arguments to on-change callback 2018-02-11 20:46:22 +01:00
梁灏
21acf032ac update Form demo 2018-02-09 16:42:04 +08:00
梁灏
500694ba39 fixed Select bug when options is null and keydown up or down 2018-02-09 16:07:24 +08:00
梁灏
f0c2af9d2d update 2018-02-09 10:17:51 +08:00
Aresn
827323fb0a
Merge pull request #2861 from SergioCrisostomo/datepicker-revisited
Datepicker refactor
2018-02-09 09:58:13 +08:00
Sergio Crisostomo
ebf1f86b12 show only 1 date in preselecting mode 2018-02-08 11:46:28 +01:00
Sergio Crisostomo
e8a990f54f hide ranges in month and year tables 2018-02-08 11:46:10 +01:00
Sergio Crisostomo
a781ad1a11 hide range and selections outside currentMonth 2018-02-08 11:45:51 +01:00
Sergio Crisostomo
65ce6cedcb keep this.$refs.drop.update(); because of transfer 2018-02-08 11:45:08 +01:00
Aresn
043fd84f4e
Merge pull request #3013 from kevinlincg/2.0
繁體中文字詞修飾
2018-02-08 15:37:02 +08:00
Kevin
87526ec3f7 繁體中文字詞修飾 2018-02-08 10:25:31 +08:00
Aresn
787ae6a963
Merge pull request #3006 from SergioCrisostomo/fix-2984
normalise public (export) value to number of step decimal cases
2018-02-07 18:15:18 +08:00
Sergio Crisostomo
e3549149db normalise public (export) value to number of step decimal cases 2018-02-07 11:07:32 +01:00
Sergio Crisostomo
755693b58b update also timeSpinnerEnd's scroll 2018-02-07 09:33:31 +01:00
Aresn
b7071d2c37
Merge pull request #3007 from Xotic750/switch_tabindex
Switch: Add keyboard control
2018-02-07 16:13:13 +08:00
Graham Fairweather
711c6a32c9 Add keyboard control 2018-02-07 09:02:32 +01:00
Aresn
c15ea08c8c
Merge pull request #2991 from kevinlincg/2.0
Performance Improvements when Table Select
2018-02-06 11:07:26 +08:00
Aresn
bd426f361a
Merge pull request #2992 from herton7362/2.0
Fix #982 issue.Make Null acceptable for Select tag(让Select标签可以接收null值)
2018-02-06 10:59:51 +08:00
herton7362
d4a0b94428 Fix #982 issue.Make Null acceptable for Select tag(让Select标签可以接收null值) 2018-02-06 10:32:59 +08:00
Kevin
14cfcf3c2f Performance Improvements when Table Selec 2018-02-06 10:27:31 +08:00
Aresn
92ba610c83
Merge pull request #2986 from iview/revert-2870-2.0
Revert "updateOpened时判断accordion"
2018-02-05 17:10:38 +08:00
Aresn
702c24e243
Revert "updateOpened时判断accordion" 2018-02-05 17:10:02 +08:00
Sergio Crisostomo
29a91fbb61 Correct passing of confirm prop, correct initial values when no value is passed 2018-02-05 10:01:19 +01:00
Aresn
38a22c59a1
Merge pull request #2870 from qutz/2.0
updateOpened时判断accordion
2018-02-05 16:39:03 +08:00
Sergio Crisostomo
732b32e451 correct wrong spread syntax 2018-02-05 08:44:31 +01:00
Sergio Crisostomo
6017ed7509 update scroll when panel opens 2018-02-05 07:50:23 +01:00
Sergio Crisostomo
8878e4a351 Remove validator function (because:)
We have too many use cases and we cannot access props inside validator
function, so we cannot do proper checking anyway
2018-02-02 14:35:55 +01:00
Sergio Crisostomo
4a1734b77e fix time and time-range parsers 2018-02-02 14:26:44 +01:00
Sergio Crisostomo
a1c88ebaf8 Correct showWeekNumbers cells logic 2018-02-02 11:51:30 +01:00
Sergio Crisostomo
88d24200e8 Fix date toggle in "multiple mode" 2018-02-02 11:36:11 +01:00
Sergio Crisostomo
abb0cc87cf Correct arrows showing in split panels labels 2018-02-02 11:27:53 +01:00
Sergio Crisostomo
b990d2f413 move logic to inside the correct if clause 2018-02-02 11:21:37 +01:00
Sergio Crisostomo
34867ff9a9 normalise empty initial values 2018-02-02 11:21:12 +01:00
Sergio Crisostomo
8d5323069b update panel date on every value change 2018-02-02 10:58:09 +01:00
Sergio Crisostomo
7d6ea205db fix broken spec 2018-02-02 09:30:34 +01:00
梁灏
4f866de5d1 release 2.9.2 2018-02-02 15:16:47 +08:00
Aresn
92b0539a07
Merge pull request #2977 from SergioCrisostomo/fix-slider-onchange
Emit change on pointer up also
2018-02-02 15:09:30 +08:00
Sergio Crisostomo
b964efae4e Emit change on pointer up also 2018-02-02 07:55:09 +01:00
Sergio Crisostomo
5092777d17 Fix sort of date arrays 2018-01-31 13:30:01 +01:00
Sergio Crisostomo
73a34dfab5 Fix year/month pre-selection 2018-01-31 12:14:11 +01:00
梁灏
e807a97116 release 2.9.1 2018-01-30 17:47:13 +08:00
Aresn
029a1700c6
Merge pull request #2946 from SergioCrisostomo/fix-slider-maxmin
Fix slider for min/max values greater than 100
2018-01-30 17:38:01 +08:00
Sergio Crisostomo
eb8c6cd9b3 Correct steps calculation 2018-01-30 10:24:29 +01:00
Sergio Crisostomo
965b6d8e41 Fix slider for min/max values greater than 100 2018-01-30 08:24:39 +01:00
梁灏
a9c00cd62d update demo 2018-01-30 11:04:12 +08:00
梁灏
7a2f62ed52 update Avatar style 2018-01-29 17:06:42 +08:00
Sergio Crisostomo
8c16b30149 return empty strings for invalid dates instead of null 2018-01-24 15:07:09 +01:00
Sergio Crisostomo
72f225e938 Fix date manual input so it falls back to old value when parser don't parse the input 2018-01-24 14:54:03 +01:00
Sergio Crisostomo
22ff9a62f2 fix showSeconds flag logic 2018-01-24 13:34:02 +01:00
Sergio Crisostomo
46726afdf4 Fix panels reset on blur and 2018-01-24 13:33:48 +01:00