ajv-material-pickers-time
Advanced tools
Comparing version 0.2.5 to 0.2.6
{ | ||
"name": "ajv-material-pickers-time", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "Material design time picker", | ||
@@ -5,0 +5,0 @@ "main": "./dist/TimePicker.js", |
@@ -336,7 +336,7 @@ import template from './template' | ||
} | ||
const numericHour = parseInt(hours); | ||
const numericMinute = parseInt(minutes); | ||
} | ||
@@ -370,2 +370,4 @@ | ||
this.rotateHand(this.getActiveIndex(hourEls)) | ||
this.events.trigger('minutesShown') | ||
} | ||
@@ -380,2 +382,4 @@ | ||
this.cachedEls.clockHand.style.height = '115px' | ||
this.events.trigger('minutesShown') | ||
} | ||
@@ -382,0 +386,0 @@ |
496994
1848