Commit graph

194 commits

Author SHA1 Message Date
Aresn
147f23a50b
Merge pull request #4255 from SergioCrisostomo/fix-3773
Correct month last day when changing date panel dates
2018-08-27 09:53:34 +08:00
oyv1cent
3881f820de fix 2018-08-25 13:20:15 +08:00
SergioCrisostomo
226b084cd5 Use first of month and not other panels date
since in cases where prev month date > next month date it will jump one more month ahead
2018-08-24 11:11:19 +02:00
SergioCrisostomo
ba3ad889e4 Use last selected date in date panel navigation 2018-08-10 15:23:13 +02:00
SergioCrisostomo
6f8160270d Don't parse multiple dates
Correct change added in https://github.com/iview/iview/pull/4253
2018-08-10 14:58:31 +02:00
SergioCrisostomo
3aeb2bc692 Correct month last day 2018-08-10 14:29:00 +02:00
Aresn
5c35f44651
Merge pull request #4253 from SergioCrisostomo/datepicker-4127
Parse dates to be sure we consume correct format
2018-08-10 17:02:19 +08:00
SergioCrisostomo
ce2d2b7235 Parse dates to be sure we consume correct format 2018-08-10 09:47:05 +02:00
SergioCrisostomo
46d1e7da9d Normalize dates offset 2018-08-09 14:51:10 +02:00
梁灏
fe5ffd7f3f fixed #4196 #4165 2018-08-07 16:35:27 +08:00
梁灏
20cfa1b6da DatePicker support global setting 2018-06-28 14:35:49 +08:00
梁灏
851dbcb358 update component's Button type 2018-06-26 16:09:04 +08:00
梁灏
0f512d6a73 update Date Icons 2018-06-25 13:27:14 +08:00
Sergio Crisostomo
abf60d8138 Use first day of month to avoid getting higher numbers than the month has... (3773) 2018-05-31 10:00:14 +02:00
Sergio Crisostomo
9e375e6712 Focus only if component has input (3769) 2018-06-04 09:52:20 +02:00
Graham Fairweather
26369639b6 Update v-click-outside-x and use project wide directive 2018-05-30 15:29:46 +02:00
Sergio Crisostomo
88156b0b83 Handle data more detailed 2018-05-23 08:22:30 +02:00
Sergio Crisostomo
75c9806430 Don't use undefined 2018-05-23 08:21:27 +02:00
Graham Fairweather
8624560f9a Fix: Webpack is not configured to handle transpiling raw module, use pre-transpiled
This was breaking ie <= 11

https://github.com/iview/iview/issues/3325
2018-05-21 14:47:12 +02:00
Sergio Crisostomo
9a7a0e7557 take into account possible startDate in props 2018-05-21 08:26:28 +02:00
Sergio Crisostomo
939a162ad7 Prevent selecting disabled dates 2018-05-21 08:24:56 +02:00
Sergio Crisostomo
75cb299868 Add keyboard navigation to date|time picker 2018-05-18 13:06:43 +02:00
Sergio Crisostomo
e56c394d0b Correct time layout when showing week numbers 2018-05-16 10:07:05 +02:00
Sergio Crisostomo
90ebd5a72c Expose changed date component 2018-04-11 14:31:14 +02:00
Sergio Crisostomo
6d8c5666a5 Correct logic for side panel date 2018-04-11 08:39:54 +02:00
Aresn
eeeceb5446
Merge pull request #3314 from SergioCrisostomo/fix-3246
Allow disableDate function to limit time-spinner numbers
2018-04-10 17:30:24 +08:00
Aresn
92513e8b5f
Merge pull request #3316 from SergioCrisostomo/fix-3277
compute calendar so we react on showWeekNumbers changes
2018-04-10 17:13:24 +08:00
Sergio Crisostomo
524dc2a5f6 Fix date parsing
Fixes #3232
2018-04-06 23:16:44 +02:00
Sergio Crisostomo
3cd62242a8 Allow disableDate function to limit time-spinner numbers
Fixes #3246
2018-04-06 23:15:20 +02:00
Sergio Crisostomo
5ca5a6eb98 compute calendar so we react on showWeekNumbers changes
fixes #3277
2018-04-06 16:09:29 +02:00
Aresn
f13df74fef
Merge pull request #3176 from SergioCrisostomo/fix-3158
Always apply same increment to not splited panels
2018-03-20 09:58:49 +08:00
Sergio Crisostomo
94790b84e7 Fix type passed when no value is given for timerange 2018-03-16 11:49:55 +01:00
Sergio Crisostomo
4b082de222 Always apply same increment to not splited panels 2018-03-16 11:16:44 +01:00
huanghong
e09b07b79c 解决drop弹出动画异常 2018-03-16 00:43:11 +08:00
Sergio Crisostomo
02859de9b1 Use the last picked date as reference for the date panel 2018-03-05 08:59:25 +01:00
Sergio Crisostomo
2332ac9bff Fix error in formater for multiple values 2018-03-05 08:48:25 +01:00
Aresn
c3beef276c
Merge pull request #3091 from SergioCrisostomo/datepicker
Allow DatePicker to receive TimePicker options
2018-03-05 09:59:52 +08:00
Sergio Crisostomo
79ac2457fd Allow DatePicker to receive TimePicker options 2018-03-03 12:51:53 +01:00
Aresn
ab3ff750a3
Merge pull request #3070 from SergioCrisostomo/datepicker
Pass Strings to @on-change and Dates to v-model
2018-02-27 18:22:19 +08:00
Sergio Crisostomo
b42322fe06 Pass Strings to @on-change and Dates to v-model 2018-02-27 11:01:06 +01:00
梁灏
226c7f3dd0 Merge branch '2.0' of https://github.com/iview/iview into 2.0 2018-02-27 16:21:03 +08:00
梁灏
f8bba1ac99 fixed DatePicker style in range type 2018-02-27 16:20:58 +08:00
Sergio Crisostomo
c10c5aae55 Prevent clicking in week number label 2018-02-27 08:35:28 +01:00
Sergio Crisostomo
57f0582b71 Pass correct arguments to on-change callback 2018-02-11 20:46:22 +01: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
Sergio Crisostomo
755693b58b update also timeSpinnerEnd's scroll 2018-02-07 09:33:31 +01: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