liuyg
2021-06-08 014b6f61629bf2b282e117c92b2678a92668b49d
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")}})});