//>>built define("dojo/_base/declare dojo/_base/lang dojo/i18n dojo/string dojo/number ./RangeBoundTextBox".split(" "),function(d,g,h,m,f,n){var k=function(a){a=a||{};var c=h.getLocalization("dojo.cldr","number",h.normalizeLocale(a.locale)),b=a.pattern?a.pattern:c[(a.type||"decimal")+"Format"];a="number"==typeof a.places?a.places:"string"===typeof a.places&&0b,d=-1!=this.textbox.value.indexOf(this._decimalInfo.sep),f=(this.maxLength||20)-this.textbox.value.length,h=d?this.textbox.value.split(this._decimalInfo.sep)[1].replace(/[^0-9]/g,""):"",e=d?e+"."+h:e+"",f=m.rep("9",f),d=b;g?d=Number(e+f):b=Number(e+f);return!(a&&bthis.constraints.max)}});d=d("dijit.form.NumberTextBox",[n,l],{baseClass:"dijitTextBox dijitNumberTextBox"});d.Mixin=l;return d});