x-datetimepicker-vue
Advanced tools
Comparing version 1.0.5 to 1.1.0
{ | ||
"name": "x-datetimepicker-vue", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -11,3 +11,3 @@ # x-datetimepicker-vue | ||
*** | ||
* v1.0.5 | ||
* v1.1.0 | ||
@@ -51,2 +51,4 @@ ### 基于 | ||
:is-week-begin-from-sunday="isWeekBeginFromSunday" | ||
:is-hide-year-month-arrow="isHideYearMonthArrow" | ||
:utc="utc" | ||
@handleDatetime="handleDatetime" | ||
@@ -84,2 +86,4 @@ > | ||
|chooseSpan|string/number|单次点击选择区间,''/week/month/秒数| | ||
|isHideYearMonthArrow|boolean|是否不受limit限制显示年月筛选箭头| | ||
|utc|string/number|当前utc -16~16| | ||
|handleDatetime|function|点击响应| | ||
@@ -142,2 +146,13 @@ | ||
### isHideYearMonthArrow 说明 | ||
``` | ||
true,受 limit 限制 | ||
false,不受 limit 限制 | ||
``` | ||
### utc 说明 | ||
``` | ||
时区只对需转化为时间点的参数起作用,例如:limit 的空,数字等,如传入是合法的时间格式,则默认为当前时区的。 | ||
``` | ||
### handleDatetime 说明 | ||
@@ -144,0 +159,0 @@ ``` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2726595
27
53004
178