vue-clock-picker
Advanced tools
Comparing version 0.2.9 to 0.2.10
{ | ||
"name": "vue-clock-picker", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"description": "A lite time picker based on Vue2.0", | ||
@@ -48,3 +48,5 @@ "author": "domon <domonji95@gmail.com>", | ||
"webpack-merge": "^0.8.3" | ||
} | ||
}, | ||
"license": "MIT", | ||
"repository": "https://github.com/domonji/vue-clock-picker" | ||
} |
export const HOURS = new Array(24 + 1).join('0').split('') | ||
export const TWELVE_HOURS = new Array(12 + 1).join('0').split('') | ||
export const MINUTES = new Array(60 + 1).join('0').split('') | ||
export const PICKER_RADIUS = 130 | ||
export const MAX_ABSOLUTE_POSITION = 125 | ||
export const MIN_ABSOLUTE_POSITION = 90 | ||
export const POINTER_RADIUS = 15 |
Sorry, the diff of this file is not supported yet
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
302490
448