shuishen
2021-06-09 0ee58233d6e1ab07bc13701f12b60be8dcf9aff7
1
2
//>>built
define(["dojo/_base/declare","dojo/dom-class","./_TimePickerMixin","./SpinWheel","./SpinWheelSlot"],function(b,c,d,e,a){return b("dojox.mobile.SpinWheelTimePicker",[e,d],{slotClasses:[a,a],slotProps:[{labelFrom:0,labelTo:23,style:{width:"50px",textAlign:"right"}},{labelFrom:0,labelTo:59,zeroPad:2,style:{width:"40px",textAlign:"right"}}],buildRendering:function(){this.inherited(arguments);c.add(this.domNode,"mblSpinWheelTimePicker")}})});